diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css index ed89d93..ca83efe 100644 --- a/docs/assets/css/main.css +++ b/docs/assets/css/main.css @@ -1,40 +1,44 @@ /*! normalize.css v1.1.3 | MIT License | git.io/normalize */ /* ========================================================================== - * HTML5 display definitions - * ========================================================================== */ + * * HTML5 display definitions + * * ========================================================================== */ /** - * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */ + * * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { - display: block; } + display: block; +} /** - * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */ + * * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */ audio, canvas, video { display: inline-block; *display: inline; - *zoom: 1; } + *zoom: 1; +} /** - * Prevent modern browsers from displaying `audio` without controls. - * Remove excess height in iOS 5 devices. */ + * * Prevent modern browsers from displaying `audio` without controls. + * * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; - height: 0; } + height: 0; +} /** - * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. - * Known issue: no IE 6 support. */ + * * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. + * * Known issue: no IE 6 support. */ [hidden] { - display: none; } + display: none; +} /* ========================================================================== - * Base - * ========================================================================== */ + * * Base + * * ========================================================================== */ /** - * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using - * `em` units. - * 2. Prevent iOS text size adjust after orientation change, without disabling - * user zoom. */ + * * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using + * * `em` units. + * * 2. Prevent iOS text size adjust after orientation change, without disabling + * * user zoom. */ html { font-size: 100%; /* 1 */ @@ -42,223 +46,258 @@ html { /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ - font-family: sans-serif; } + font-family: sans-serif; +} /** - * Address `font-family` inconsistency between `textarea` and other form - * elements. */ + * * Address `font-family` inconsistency between `textarea` and other form + * * elements. */ button, input, select, textarea { - font-family: sans-serif; } + font-family: sans-serif; +} /** - * Address margins handled incorrectly in IE 6/7. */ + * * Address margins handled incorrectly in IE 6/7. */ body { - margin: 0; } + margin: 0; +} /* ========================================================================== - * Links - * ========================================================================== */ + * * Links + * * ========================================================================== */ /** - * Address `outline` inconsistency between Chrome and other browsers. */ + * * Address `outline` inconsistency between Chrome and other browsers. */ a:focus { - outline: thin dotted; } - + outline: thin dotted; +} a:active, a:hover { - outline: 0; } + outline: 0; +} /** - * Improve readability when focused and also mouse hovered in all browsers. */ + * * Improve readability when focused and also mouse hovered in all browsers. */ /* ========================================================================== - * Typography - * ========================================================================== */ + * * Typography + * * ========================================================================== */ /** - * Address font sizes and margins set differently in IE 6/7. - * Address font sizes within `section` and `article` in Firefox 4+, Safari 5, - * and Chrome. */ + * * Address font sizes and margins set differently in IE 6/7. + * * Address font sizes within `section` and `article` in Firefox 4+, Safari 5, + * * and Chrome. */ h1 { font-size: 2em; - margin: 0.67em 0; } + margin: 0.67em 0; +} h2 { font-size: 1.5em; - margin: 0.83em 0; } + margin: 0.83em 0; +} h3 { font-size: 1.17em; - margin: 1em 0; } + margin: 1em 0; +} h4, .tsd-index-panel h3 { font-size: 1em; - margin: 1.33em 0; } + margin: 1.33em 0; +} h5 { font-size: 0.83em; - margin: 1.67em 0; } + margin: 1.67em 0; +} h6 { font-size: 0.67em; - margin: 2.33em 0; } + margin: 2.33em 0; +} /** - * Address styling not present in IE 7/8/9, Safari 5, and Chrome. */ + * * Address styling not present in IE 7/8/9, Safari 5, and Chrome. */ abbr[title] { - border-bottom: 1px dotted; } + border-bottom: 1px dotted; +} /** - * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */ + * * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */ b, strong { - font-weight: bold; } + font-weight: bold; +} blockquote { - margin: 1em 40px; } + margin: 1em 40px; +} /** - * Address styling not present in Safari 5 and Chrome. */ + * * Address styling not present in Safari 5 and Chrome. */ dfn { - font-style: italic; } + font-style: italic; +} /** - * Address differences between Firefox and other browsers. - * Known issue: no IE 6/7 normalization. */ + * * Address differences between Firefox and other browsers. + * * Known issue: no IE 6/7 normalization. */ hr { + -moz-box-sizing: content-box; box-sizing: content-box; - height: 0; } + height: 0; +} /** - * Address styling not present in IE 6/7/8/9. */ + * * Address styling not present in IE 6/7/8/9. */ mark { background: #ff0; - color: #000; } + color: #000; +} /** - * Address margins set differently in IE 6/7. */ + * * Address margins set differently in IE 6/7. */ p, pre { - margin: 1em 0; } + margin: 1em 0; +} /** - * Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */ + * * Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */ code, kbd, pre, samp { font-family: monospace, serif; - _font-family: 'courier new', monospace; - font-size: 1em; } + _font-family: "courier new", monospace; + font-size: 1em; +} /** - * Improve readability of pre-formatted text in all browsers. */ + * * Improve readability of pre-formatted text in all browsers. */ pre { white-space: pre; white-space: pre-wrap; - word-wrap: break-word; } + word-wrap: break-word; +} /** - * Address CSS quotes not supported in IE 6/7. */ + * * Address CSS quotes not supported in IE 6/7. */ q { - quotes: none; } - q:before, q:after { - content: ''; - content: none; } + quotes: none; +} +q:before, q:after { + content: ""; + content: none; +} /** - * Address `quotes` property not supported in Safari 4. */ + * * Address `quotes` property not supported in Safari 4. */ /** - * Address inconsistent and variable font size in all browsers. */ + * * Address inconsistent and variable font size in all browsers. */ small { - font-size: 80%; } + font-size: 80%; +} /** - * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ + * * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub { font-size: 75%; line-height: 0; position: relative; - vertical-align: baseline; } + vertical-align: baseline; +} sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; - top: -0.5em; } + top: -0.5em; +} sub { - bottom: -0.25em; } + bottom: -0.25em; +} /* ========================================================================== - * Lists - * ========================================================================== */ + * * Lists + * * ========================================================================== */ /** - * Address margins set differently in IE 6/7. */ + * * Address margins set differently in IE 6/7. */ dl, menu, ol, ul { - margin: 1em 0; } + margin: 1em 0; +} dd { - margin: 0 0 0 40px; } + margin: 0 0 0 40px; +} /** - * Address paddings set differently in IE 6/7. */ + * * Address paddings set differently in IE 6/7. */ menu, ol, ul { - padding: 0 0 0 40px; } + padding: 0 0 0 40px; +} /** - * Correct list images handled incorrectly in IE 7. */ + * * Correct list images handled incorrectly in IE 7. */ nav ul, nav ol { list-style: none; - list-style-image: none; } + list-style-image: none; +} /* ========================================================================== - * Embedded content - * ========================================================================== */ + * * Embedded content + * * ========================================================================== */ /** - * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. - * 2. Improve image quality when scaled in IE 7. */ + * * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. + * * 2. Improve image quality when scaled in IE 7. */ img { border: 0; /* 1 */ - -ms-interpolation-mode: bicubic; } + -ms-interpolation-mode: bicubic; +} /* 2 */ /** - * Correct overflow displayed oddly in IE 9. */ + * * Correct overflow displayed oddly in IE 9. */ svg:not(:root) { - overflow: hidden; } + overflow: hidden; +} /* ========================================================================== - * Figures - * ========================================================================== */ + * * Figures + * * ========================================================================== */ /** - * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */ + * * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */ figure, form { - margin: 0; } + margin: 0; +} /* ========================================================================== - * Forms - * ========================================================================== */ + * * Forms + * * ========================================================================== */ /** - * Correct margin displayed oddly in IE 6/7. */ + * * Correct margin displayed oddly in IE 6/7. */ /** - * Define consistent border, margin, and padding. */ + * * Define consistent border, margin, and padding. */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; - padding: 0.35em 0.625em 0.75em; } + padding: 0.35em 0.625em 0.75em; +} /** - * 1. Correct color not being inherited in IE 6/7/8/9. - * 2. Correct text not wrapping in Firefox 3. - * 3. Correct alignment displayed oddly in IE 6/7. */ + * * 1. Correct color not being inherited in IE 6/7/8/9. + * * 2. Correct text not wrapping in Firefox 3. + * * 3. Correct alignment displayed oddly in IE 6/7. */ legend { border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */ - *margin-left: -7px; } + *margin-left: -7px; +} /* 3 */ /** - * 1. Correct font size not being inherited in all browsers. - * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, - * and Chrome. - * 3. Improve appearance and consistency in all browsers. */ + * * 1. Correct font size not being inherited in all browsers. + * * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, + * * and Chrome. + * * 3. Improve appearance and consistency in all browsers. */ button, input, select, textarea { font-size: 100%; /* 1 */ @@ -266,1294 +305,1358 @@ button, input, select, textarea { /* 2 */ vertical-align: baseline; /* 3 */ - *vertical-align: middle; } + *vertical-align: middle; +} /* 3 */ /** - * Address Firefox 3+ setting `line-height` on `input` using `!important` in - * the UA stylesheet. */ + * * Address Firefox 3+ setting `line-height` on `input` using `!important` in + * * the UA stylesheet. */ button, input { - line-height: normal; } + line-height: normal; +} /** - * Address inconsistent `text-transform` inheritance for `button` and `select`. - * All other form control elements do not inherit `text-transform` values. - * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+. - * Correct `select` style inheritance in Firefox 4+ and Opera. */ + * * Address inconsistent `text-transform` inheritance for `button` and `select`. + * * All other form control elements do not inherit `text-transform` values. + * * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+. + * * Correct `select` style inheritance in Firefox 4+ and Opera. */ button, select { - text-transform: none; } + text-transform: none; +} /** - * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` - * and `video` controls. - * 2. Correct inability to style clickable `input` types in iOS. - * 3. Improve usability and consistency of cursor style between image-type - * `input` and others. - * 4. Remove inner spacing in IE 7 without affecting normal text inputs. - * Known issue: inner spacing remains in IE 6. */ -button, html input[type="button"] { + * * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` + * * and `video` controls. + * * 2. Correct inability to style clickable `input` types in iOS. + * * 3. Improve usability and consistency of cursor style between image-type + * * `input` and others. + * * 4. Remove inner spacing in IE 7 without affecting normal text inputs. + * * Known issue: inner spacing remains in IE 6. */ +button, html input[type=button] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ - *overflow: visible; } + *overflow: visible; +} /* 4 */ -input[type="reset"], input[type="submit"] { +input[type=reset], input[type=submit] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ - *overflow: visible; } + *overflow: visible; +} /* 4 */ /** - * Re-set default cursor for disabled elements. */ + * * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { - cursor: default; } + cursor: default; +} /** - * 1. Address box sizing set to content-box in IE 8/9. - * 2. Remove excess padding in IE 8/9. - * 3. Remove excess padding in IE 7. - * Known issue: excess padding remains in IE 6. */ + * * 1. Address box sizing set to content-box in IE 8/9. + * * 2. Remove excess padding in IE 8/9. + * * 3. Remove excess padding in IE 7. + * * Known issue: excess padding remains in IE 6. */ input { - /* 3 */ } - input[type="checkbox"], input[type="radio"] { - box-sizing: border-box; - /* 1 */ - padding: 0; - /* 2 */ - *height: 13px; - /* 3 */ - *width: 13px; } - input[type="search"] { - -webkit-appearance: textfield; - /* 1 */ - /* 2 */ - box-sizing: content-box; } - input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; } + /* 3 */ +} +input[type=checkbox], input[type=radio] { + box-sizing: border-box; + /* 1 */ + padding: 0; + /* 2 */ + *height: 13px; + /* 3 */ + *width: 13px; +} +input[type=search] { + -webkit-appearance: textfield; + /* 1 */ + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; + /* 2 */ + box-sizing: content-box; +} +input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { + -webkit-appearance: none; +} /** - * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. - * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome - * (include `-moz` to future-proof). */ + * * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. + * * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome + * * (include `-moz` to future-proof). */ /** - * Remove inner padding and search cancel button in Safari 5 and Chrome - * on OS X. */ + * * Remove inner padding and search cancel button in Safari 5 and Chrome + * * on OS X. */ /** - * Remove inner padding and border in Firefox 3+. */ + * * Remove inner padding and border in Firefox 3+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; - padding: 0; } + padding: 0; +} /** - * 1. Remove default vertical scrollbar in IE 6/7/8/9. - * 2. Improve readability and alignment in all browsers. */ + * * 1. Remove default vertical scrollbar in IE 6/7/8/9. + * * 2. Improve readability and alignment in all browsers. */ textarea { overflow: auto; /* 1 */ - vertical-align: top; } + vertical-align: top; +} /* 2 */ /* ========================================================================== - * Tables - * ========================================================================== */ + * * Tables + * * ========================================================================== */ /** - * Remove most spacing between table cells. */ + * * Remove most spacing between table cells. */ table { border-collapse: collapse; - border-spacing: 0; } + border-spacing: 0; +} -/* - * - *Visual Studio-like style based on original C# coloring by Jason Diamond */ -.hljs { - display: inline-block; - padding: 0.5em; - background: white; - color: black; } - -.hljs-comment, .hljs-annotation, .hljs-template_comment, .diff .hljs-header, .hljs-chunk, .apache .hljs-cbracket { - color: #008000; } - -.hljs-keyword, .hljs-id, .hljs-built_in, .css .smalltalk .hljs-class, .hljs-winutils, .bash .hljs-variable, .tex .hljs-command, .hljs-request, .hljs-status, .nginx .hljs-title { - color: #00f; } - -.xml .hljs-tag { - color: #00f; } - .xml .hljs-tag .hljs-value { - color: #00f; } - -.hljs-string, .hljs-title, .hljs-parent, .hljs-tag .hljs-value, .hljs-rules .hljs-value { - color: #a31515; } - -.ruby .hljs-symbol { - color: #a31515; } - .ruby .hljs-symbol .hljs-string { - color: #a31515; } - -.hljs-template_tag, .django .hljs-variable, .hljs-addition, .hljs-flow, .hljs-stream, .apache .hljs-tag, .hljs-date, .tex .hljs-formula, .coffeescript .hljs-attribute { - color: #a31515; } - -.ruby .hljs-string, .hljs-decorator, .hljs-filter .hljs-argument, .hljs-localvars, .hljs-array, .hljs-attr_selector, .hljs-pseudo, .hljs-pi, .hljs-doctype, .hljs-deletion, .hljs-envvar, .hljs-shebang, .hljs-preprocessor, .hljs-pragma, .userType, .apache .hljs-sqbracket, .nginx .hljs-built_in, .tex .hljs-special, .hljs-prompt { - color: #2b91af; } - -.hljs-phpdoc, .hljs-javadoc, .hljs-xmlDocTag { - color: #808080; } - -.vhdl .hljs-typename { - font-weight: bold; } - -.vhdl .hljs-string { - color: #666666; } - -.vhdl .hljs-literal { - color: #a31515; } - -.vhdl .hljs-attribute { - color: #00b0e8; } - -.xml .hljs-attribute { - color: #f00; } - -.col > :first-child, .col-1 > :first-child, .col-2 > :first-child, .col-3 > :first-child, .col-4 > :first-child, .col-5 > :first-child, .col-6 > :first-child, .col-7 > :first-child, .col-8 > :first-child, .col-9 > :first-child, .col-10 > :first-child, .col-11 > :first-child, .tsd-panel > :first-child, ul.tsd-descriptions > li > :first-child, -.col > :first-child > :first-child, -.col-1 > :first-child > :first-child, -.col-2 > :first-child > :first-child, -.col-3 > :first-child > :first-child, -.col-4 > :first-child > :first-child, -.col-5 > :first-child > :first-child, -.col-6 > :first-child > :first-child, -.col-7 > :first-child > :first-child, -.col-8 > :first-child > :first-child, -.col-9 > :first-child > :first-child, -.col-10 > :first-child > :first-child, -.col-11 > :first-child > :first-child, -.tsd-panel > :first-child > :first-child, +ul.tsd-descriptions > li > :first-child, .tsd-panel > :first-child, .col > :first-child, .col-11 > :first-child, .col-10 > :first-child, .col-9 > :first-child, .col-8 > :first-child, .col-7 > :first-child, .col-6 > :first-child, .col-5 > :first-child, .col-4 > :first-child, .col-3 > :first-child, .col-2 > :first-child, .col-1 > :first-child, ul.tsd-descriptions > li > :first-child > :first-child, -.col > :first-child > :first-child > :first-child, -.col-1 > :first-child > :first-child > :first-child, -.col-2 > :first-child > :first-child > :first-child, -.col-3 > :first-child > :first-child > :first-child, -.col-4 > :first-child > :first-child > :first-child, -.col-5 > :first-child > :first-child > :first-child, -.col-6 > :first-child > :first-child > :first-child, -.col-7 > :first-child > :first-child > :first-child, -.col-8 > :first-child > :first-child > :first-child, -.col-9 > :first-child > :first-child > :first-child, -.col-10 > :first-child > :first-child > :first-child, -.col-11 > :first-child > :first-child > :first-child, +.tsd-panel > :first-child > :first-child, +.col > :first-child > :first-child, +.col-11 > :first-child > :first-child, +.col-10 > :first-child > :first-child, +.col-9 > :first-child > :first-child, +.col-8 > :first-child > :first-child, +.col-7 > :first-child > :first-child, +.col-6 > :first-child > :first-child, +.col-5 > :first-child > :first-child, +.col-4 > :first-child > :first-child, +.col-3 > :first-child > :first-child, +.col-2 > :first-child > :first-child, +.col-1 > :first-child > :first-child, +ul.tsd-descriptions > li > :first-child > :first-child > :first-child, .tsd-panel > :first-child > :first-child > :first-child, -ul.tsd-descriptions > li > :first-child > :first-child > :first-child { - margin-top: 0; } - -.col > :last-child, .col-1 > :last-child, .col-2 > :last-child, .col-3 > :last-child, .col-4 > :last-child, .col-5 > :last-child, .col-6 > :last-child, .col-7 > :last-child, .col-8 > :last-child, .col-9 > :last-child, .col-10 > :last-child, .col-11 > :last-child, .tsd-panel > :last-child, ul.tsd-descriptions > li > :last-child, -.col > :last-child > :last-child, -.col-1 > :last-child > :last-child, -.col-2 > :last-child > :last-child, -.col-3 > :last-child > :last-child, -.col-4 > :last-child > :last-child, -.col-5 > :last-child > :last-child, -.col-6 > :last-child > :last-child, -.col-7 > :last-child > :last-child, -.col-8 > :last-child > :last-child, -.col-9 > :last-child > :last-child, -.col-10 > :last-child > :last-child, -.col-11 > :last-child > :last-child, -.tsd-panel > :last-child > :last-child, +.col > :first-child > :first-child > :first-child, +.col-11 > :first-child > :first-child > :first-child, +.col-10 > :first-child > :first-child > :first-child, +.col-9 > :first-child > :first-child > :first-child, +.col-8 > :first-child > :first-child > :first-child, +.col-7 > :first-child > :first-child > :first-child, +.col-6 > :first-child > :first-child > :first-child, +.col-5 > :first-child > :first-child > :first-child, +.col-4 > :first-child > :first-child > :first-child, +.col-3 > :first-child > :first-child > :first-child, +.col-2 > :first-child > :first-child > :first-child, +.col-1 > :first-child > :first-child > :first-child { + margin-top: 0; +} +ul.tsd-descriptions > li > :last-child, .tsd-panel > :last-child, .col > :last-child, .col-11 > :last-child, .col-10 > :last-child, .col-9 > :last-child, .col-8 > :last-child, .col-7 > :last-child, .col-6 > :last-child, .col-5 > :last-child, .col-4 > :last-child, .col-3 > :last-child, .col-2 > :last-child, .col-1 > :last-child, ul.tsd-descriptions > li > :last-child > :last-child, -.col > :last-child > :last-child > :last-child, -.col-1 > :last-child > :last-child > :last-child, -.col-2 > :last-child > :last-child > :last-child, -.col-3 > :last-child > :last-child > :last-child, -.col-4 > :last-child > :last-child > :last-child, -.col-5 > :last-child > :last-child > :last-child, -.col-6 > :last-child > :last-child > :last-child, -.col-7 > :last-child > :last-child > :last-child, -.col-8 > :last-child > :last-child > :last-child, -.col-9 > :last-child > :last-child > :last-child, -.col-10 > :last-child > :last-child > :last-child, -.col-11 > :last-child > :last-child > :last-child, +.tsd-panel > :last-child > :last-child, +.col > :last-child > :last-child, +.col-11 > :last-child > :last-child, +.col-10 > :last-child > :last-child, +.col-9 > :last-child > :last-child, +.col-8 > :last-child > :last-child, +.col-7 > :last-child > :last-child, +.col-6 > :last-child > :last-child, +.col-5 > :last-child > :last-child, +.col-4 > :last-child > :last-child, +.col-3 > :last-child > :last-child, +.col-2 > :last-child > :last-child, +.col-1 > :last-child > :last-child, +ul.tsd-descriptions > li > :last-child > :last-child > :last-child, .tsd-panel > :last-child > :last-child > :last-child, -ul.tsd-descriptions > li > :last-child > :last-child > :last-child { - margin-bottom: 0; } +.col > :last-child > :last-child > :last-child, +.col-11 > :last-child > :last-child > :last-child, +.col-10 > :last-child > :last-child > :last-child, +.col-9 > :last-child > :last-child > :last-child, +.col-8 > :last-child > :last-child > :last-child, +.col-7 > :last-child > :last-child > :last-child, +.col-6 > :last-child > :last-child > :last-child, +.col-5 > :last-child > :last-child > :last-child, +.col-4 > :last-child > :last-child > :last-child, +.col-3 > :last-child > :last-child > :last-child, +.col-2 > :last-child > :last-child > :last-child, +.col-1 > :last-child > :last-child > :last-child { + margin-bottom: 0; +} .container { max-width: 1200px; margin: 0 auto; - padding: 0 40px; } - @media (max-width: 640px) { - .container { - padding: 0 20px; } } + padding: 0 40px; +} +@media (max-width: 640px) { + .container { + padding: 0 20px; + } +} .container-main { - padding-bottom: 200px; } + padding-bottom: 200px; +} .row { - display: -ms-flexbox; display: flex; position: relative; - margin: 0 -10px; } - .row:after { - visibility: hidden; - display: block; - content: ""; - clear: both; - height: 0; } + margin: 0 -10px; +} +.row:after { + visibility: hidden; + display: block; + content: ""; + clear: both; + height: 0; +} -.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 { +.col, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 { box-sizing: border-box; float: left; - padding: 0 10px; } + padding: 0 10px; +} .col-1 { - width: 8.3333333333%; } + width: 8.3333333333%; +} .offset-1 { - margin-left: 8.3333333333%; } + margin-left: 8.3333333333%; +} .col-2 { - width: 16.6666666667%; } + width: 16.6666666667%; +} .offset-2 { - margin-left: 16.6666666667%; } + margin-left: 16.6666666667%; +} .col-3 { - width: 25%; } + width: 25%; +} .offset-3 { - margin-left: 25%; } + margin-left: 25%; +} .col-4 { - width: 33.3333333333%; } + width: 33.3333333333%; +} .offset-4 { - margin-left: 33.3333333333%; } + margin-left: 33.3333333333%; +} .col-5 { - width: 41.6666666667%; } + width: 41.6666666667%; +} .offset-5 { - margin-left: 41.6666666667%; } + margin-left: 41.6666666667%; +} .col-6 { - width: 50%; } + width: 50%; +} .offset-6 { - margin-left: 50%; } + margin-left: 50%; +} .col-7 { - width: 58.3333333333%; } + width: 58.3333333333%; +} .offset-7 { - margin-left: 58.3333333333%; } + margin-left: 58.3333333333%; +} .col-8 { - width: 66.6666666667%; } + width: 66.6666666667%; +} .offset-8 { - margin-left: 66.6666666667%; } + margin-left: 66.6666666667%; +} .col-9 { - width: 75%; } + width: 75%; +} .offset-9 { - margin-left: 75%; } + margin-left: 75%; +} .col-10 { - width: 83.3333333333%; } + width: 83.3333333333%; +} .offset-10 { - margin-left: 83.3333333333%; } + margin-left: 83.3333333333%; +} .col-11 { - width: 91.6666666667%; } + width: 91.6666666667%; +} .offset-11 { - margin-left: 91.6666666667%; } + margin-left: 91.6666666667%; +} .tsd-kind-icon { display: block; position: relative; padding-left: 20px; - text-indent: -20px; } + text-indent: -20px; +} +.tsd-kind-icon:before { + content: ""; + display: inline-block; + vertical-align: middle; + width: 17px; + height: 17px; + margin: 0 3px 2px 0; + background-image: url(../images/icons.png); +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { .tsd-kind-icon:before { - content: ''; - display: inline-block; - vertical-align: middle; - width: 17px; - height: 17px; - margin: 0 3px 2px 0; - background-image: url(../images/icons.png); } - @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { - .tsd-kind-icon:before { - background-image: url(../images/icons@2x.png); - background-size: 238px 204px; } } + background-image: url(../images/icons@2x.png); + background-size: 238px 204px; + } +} .tsd-signature.tsd-kind-icon:before { - background-position: 0 -153px; } + background-position: 0 -153px; +} .tsd-kind-object-literal > .tsd-kind-icon:before { - background-position: 0px -17px; } - + background-position: 0px -17px; +} .tsd-kind-object-literal.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -17px; } - + background-position: -17px -17px; +} .tsd-kind-object-literal.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -17px; } + background-position: -34px -17px; +} .tsd-kind-class > .tsd-kind-icon:before { - background-position: 0px -34px; } - + background-position: 0px -34px; +} .tsd-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -34px; } - + background-position: -17px -34px; +} .tsd-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -34px; } + background-position: -34px -34px; +} .tsd-kind-class.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -51px; } - + background-position: 0px -51px; +} .tsd-kind-class.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -51px; } - + background-position: -17px -51px; +} .tsd-kind-class.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -51px; } + background-position: -34px -51px; +} .tsd-kind-interface > .tsd-kind-icon:before { - background-position: 0px -68px; } - + background-position: 0px -68px; +} .tsd-kind-interface.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -68px; } - + background-position: -17px -68px; +} .tsd-kind-interface.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -68px; } + background-position: -34px -68px; +} .tsd-kind-interface.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -85px; } - + background-position: 0px -85px; +} .tsd-kind-interface.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -85px; } - + background-position: -17px -85px; +} .tsd-kind-interface.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -85px; } + background-position: -34px -85px; +} + +.tsd-kind-namespace > .tsd-kind-icon:before { + background-position: 0px -102px; +} +.tsd-kind-namespace.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -102px; +} +.tsd-kind-namespace.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -102px; +} .tsd-kind-module > .tsd-kind-icon:before { - background-position: 0px -102px; } - + background-position: 0px -102px; +} .tsd-kind-module.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -102px; } - + background-position: -17px -102px; +} .tsd-kind-module.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -102px; } - -.tsd-kind-external-module > .tsd-kind-icon:before { - background-position: 0px -102px; } - -.tsd-kind-external-module.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -102px; } - -.tsd-kind-external-module.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -102px; } + background-position: -34px -102px; +} .tsd-kind-enum > .tsd-kind-icon:before { - background-position: 0px -119px; } - + background-position: 0px -119px; +} .tsd-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -119px; } - + background-position: -17px -119px; +} .tsd-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -119px; } + background-position: -34px -119px; +} .tsd-kind-enum-member > .tsd-kind-icon:before { - background-position: 0px -136px; } - + background-position: 0px -136px; +} .tsd-kind-enum-member.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -136px; } - + background-position: -17px -136px; +} .tsd-kind-enum-member.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -136px; } + background-position: -34px -136px; +} .tsd-kind-signature > .tsd-kind-icon:before { - background-position: 0px -153px; } - + background-position: 0px -153px; +} .tsd-kind-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -153px; } - + background-position: -17px -153px; +} .tsd-kind-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -153px; } + background-position: -34px -153px; +} .tsd-kind-type-alias > .tsd-kind-icon:before { - background-position: 0px -170px; } - + background-position: 0px -170px; +} .tsd-kind-type-alias.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -170px; } - + background-position: -17px -170px; +} .tsd-kind-type-alias.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -170px; } + background-position: -34px -170px; +} .tsd-kind-type-alias.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -187px; } - + background-position: 0px -187px; +} .tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -187px; } - + background-position: -17px -187px; +} .tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -187px; } + background-position: -34px -187px; +} .tsd-kind-variable > .tsd-kind-icon:before { - background-position: -136px -0px; } - + background-position: -136px -0px; +} .tsd-kind-variable.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -0px; } - + background-position: -153px -0px; +} .tsd-kind-variable.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; } - + background-position: -119px -0px; +} .tsd-kind-variable.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -0px; } - + background-position: -51px -0px; +} .tsd-kind-variable.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -0px; } - + background-position: -68px -0px; +} .tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -0px; } - + background-position: -85px -0px; +} .tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -0px; } - + background-position: -102px -0px; +} .tsd-kind-variable.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; } - + background-position: -119px -0px; +} .tsd-kind-variable.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -0px; } - + background-position: -170px -0px; +} .tsd-kind-variable.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -0px; } - + background-position: -187px -0px; +} .tsd-kind-variable.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; } - + background-position: -119px -0px; +} .tsd-kind-variable.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -0px; } - + background-position: -204px -0px; +} .tsd-kind-variable.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -0px; } + background-position: -221px -0px; +} .tsd-kind-property > .tsd-kind-icon:before { - background-position: -136px -0px; } - + background-position: -136px -0px; +} .tsd-kind-property.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -0px; } - + background-position: -153px -0px; +} .tsd-kind-property.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; } - + background-position: -119px -0px; +} .tsd-kind-property.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -0px; } - + background-position: -51px -0px; +} .tsd-kind-property.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -0px; } - + background-position: -68px -0px; +} .tsd-kind-property.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -0px; } - + background-position: -85px -0px; +} .tsd-kind-property.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -0px; } - + background-position: -102px -0px; +} .tsd-kind-property.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; } - + background-position: -119px -0px; +} .tsd-kind-property.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -0px; } - + background-position: -170px -0px; +} .tsd-kind-property.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -0px; } - + background-position: -187px -0px; +} .tsd-kind-property.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; } - + background-position: -119px -0px; +} .tsd-kind-property.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -0px; } - + background-position: -204px -0px; +} .tsd-kind-property.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -0px; } + background-position: -221px -0px; +} .tsd-kind-get-signature > .tsd-kind-icon:before { - background-position: -136px -17px; } - + background-position: -136px -17px; +} .tsd-kind-get-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -17px; } - + background-position: -153px -17px; +} .tsd-kind-get-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -17px; } - + background-position: -119px -17px; +} .tsd-kind-get-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -17px; } - + background-position: -51px -17px; +} .tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -17px; } - + background-position: -68px -17px; +} .tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -17px; } - + background-position: -85px -17px; +} .tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -17px; } - + background-position: -102px -17px; +} .tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -17px; } - + background-position: -119px -17px; +} .tsd-kind-get-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -17px; } - + background-position: -170px -17px; +} .tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -17px; } - + background-position: -187px -17px; +} .tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -17px; } - + background-position: -119px -17px; +} .tsd-kind-get-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -17px; } - + background-position: -204px -17px; +} .tsd-kind-get-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -17px; } + background-position: -221px -17px; +} .tsd-kind-set-signature > .tsd-kind-icon:before { - background-position: -136px -34px; } - + background-position: -136px -34px; +} .tsd-kind-set-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -34px; } - + background-position: -153px -34px; +} .tsd-kind-set-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -34px; } - + background-position: -119px -34px; +} .tsd-kind-set-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -34px; } - + background-position: -51px -34px; +} .tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -34px; } - + background-position: -68px -34px; +} .tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -34px; } - + background-position: -85px -34px; +} .tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -34px; } - + background-position: -102px -34px; +} .tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -34px; } - + background-position: -119px -34px; +} .tsd-kind-set-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -34px; } - + background-position: -170px -34px; +} .tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -34px; } - + background-position: -187px -34px; +} .tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -34px; } - + background-position: -119px -34px; +} .tsd-kind-set-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -34px; } - + background-position: -204px -34px; +} .tsd-kind-set-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -34px; } + background-position: -221px -34px; +} .tsd-kind-accessor > .tsd-kind-icon:before { - background-position: -136px -51px; } - + background-position: -136px -51px; +} .tsd-kind-accessor.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -51px; } - + background-position: -153px -51px; +} .tsd-kind-accessor.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; } - + background-position: -119px -51px; +} .tsd-kind-accessor.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -51px; } - + background-position: -51px -51px; +} .tsd-kind-accessor.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -51px; } - + background-position: -68px -51px; +} .tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -51px; } - + background-position: -85px -51px; +} .tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -51px; } - + background-position: -102px -51px; +} .tsd-kind-accessor.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; } - + background-position: -119px -51px; +} .tsd-kind-accessor.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -51px; } - + background-position: -170px -51px; +} .tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -51px; } - + background-position: -187px -51px; +} .tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; } - + background-position: -119px -51px; +} .tsd-kind-accessor.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -51px; } - + background-position: -204px -51px; +} .tsd-kind-accessor.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -51px; } + background-position: -221px -51px; +} .tsd-kind-function > .tsd-kind-icon:before { - background-position: -136px -68px; } - + background-position: -136px -68px; +} .tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; } - + background-position: -153px -68px; +} .tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - + background-position: -119px -68px; +} .tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; } - + background-position: -51px -68px; +} .tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -68px; } - + background-position: -68px -68px; +} .tsd-kind-function.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -68px; } - + background-position: -85px -68px; +} .tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -68px; } - + background-position: -102px -68px; +} .tsd-kind-function.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - + background-position: -119px -68px; +} .tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; } - + background-position: -170px -68px; +} .tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -68px; } - + background-position: -187px -68px; +} .tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - + background-position: -119px -68px; +} .tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; } - + background-position: -204px -68px; +} .tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -68px; } + background-position: -221px -68px; +} .tsd-kind-method > .tsd-kind-icon:before { - background-position: -136px -68px; } - + background-position: -136px -68px; +} .tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; } - + background-position: -153px -68px; +} .tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - + background-position: -119px -68px; +} .tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; } - + background-position: -51px -68px; +} .tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -68px; } - + background-position: -68px -68px; +} .tsd-kind-method.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -68px; } - + background-position: -85px -68px; +} .tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -68px; } - + background-position: -102px -68px; +} .tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - + background-position: -119px -68px; +} .tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; } - + background-position: -170px -68px; +} .tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -68px; } - + background-position: -187px -68px; +} .tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - + background-position: -119px -68px; +} .tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; } - + background-position: -204px -68px; +} .tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -68px; } + background-position: -221px -68px; +} .tsd-kind-call-signature > .tsd-kind-icon:before { - background-position: -136px -68px; } - + background-position: -136px -68px; +} .tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; } - + background-position: -153px -68px; +} .tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - + background-position: -119px -68px; +} .tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; } - + background-position: -51px -68px; +} .tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -68px; } - + background-position: -68px -68px; +} .tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -68px; } - + background-position: -85px -68px; +} .tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -68px; } - + background-position: -102px -68px; +} .tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - + background-position: -119px -68px; +} .tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; } - + background-position: -170px -68px; +} .tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -68px; } - + background-position: -187px -68px; +} .tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - + background-position: -119px -68px; +} .tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; } - + background-position: -204px -68px; +} .tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -68px; } + background-position: -221px -68px; +} .tsd-kind-function.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: -136px -85px; } - + background-position: -136px -85px; +} .tsd-kind-function.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -85px; } - + background-position: -153px -85px; +} .tsd-kind-function.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; } - + background-position: -119px -85px; +} .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -85px; } - + background-position: -51px -85px; +} .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -85px; } - + background-position: -68px -85px; +} .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -85px; } - + background-position: -85px -85px; +} .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -85px; } - + background-position: -102px -85px; +} .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; } - + background-position: -119px -85px; +} .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -85px; } - + background-position: -170px -85px; +} .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -85px; } - + background-position: -187px -85px; +} .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; } - + background-position: -119px -85px; +} .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -85px; } - + background-position: -204px -85px; +} .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -85px; } + background-position: -221px -85px; +} .tsd-kind-method.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: -136px -85px; } - + background-position: -136px -85px; +} .tsd-kind-method.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -85px; } - + background-position: -153px -85px; +} .tsd-kind-method.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; } - + background-position: -119px -85px; +} .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -85px; } - + background-position: -51px -85px; +} .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -85px; } - + background-position: -68px -85px; +} .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -85px; } - + background-position: -85px -85px; +} .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -85px; } - + background-position: -102px -85px; +} .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; } - + background-position: -119px -85px; +} .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -85px; } - + background-position: -170px -85px; +} .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -85px; } - + background-position: -187px -85px; +} .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; } - + background-position: -119px -85px; +} .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -85px; } - + background-position: -204px -85px; +} .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -85px; } + background-position: -221px -85px; +} .tsd-kind-constructor > .tsd-kind-icon:before { - background-position: -136px -102px; } - + background-position: -136px -102px; +} .tsd-kind-constructor.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -102px; } - + background-position: -153px -102px; +} .tsd-kind-constructor.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; } - + background-position: -119px -102px; +} .tsd-kind-constructor.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -102px; } - + background-position: -51px -102px; +} .tsd-kind-constructor.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -102px; } - + background-position: -68px -102px; +} .tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -102px; } - + background-position: -85px -102px; +} .tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -102px; } - + background-position: -102px -102px; +} .tsd-kind-constructor.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; } - + background-position: -119px -102px; +} .tsd-kind-constructor.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -102px; } - + background-position: -170px -102px; +} .tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -102px; } - + background-position: -187px -102px; +} .tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; } - + background-position: -119px -102px; +} .tsd-kind-constructor.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -102px; } - + background-position: -204px -102px; +} .tsd-kind-constructor.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -102px; } + background-position: -221px -102px; +} .tsd-kind-constructor-signature > .tsd-kind-icon:before { - background-position: -136px -102px; } - + background-position: -136px -102px; +} .tsd-kind-constructor-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -102px; } - + background-position: -153px -102px; +} .tsd-kind-constructor-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; } - + background-position: -119px -102px; +} .tsd-kind-constructor-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -102px; } - + background-position: -51px -102px; +} .tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -102px; } - + background-position: -68px -102px; +} .tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -102px; } - + background-position: -85px -102px; +} .tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -102px; } - + background-position: -102px -102px; +} .tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; } - + background-position: -119px -102px; +} .tsd-kind-constructor-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -102px; } - + background-position: -170px -102px; +} .tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -102px; } - + background-position: -187px -102px; +} .tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; } - + background-position: -119px -102px; +} .tsd-kind-constructor-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -102px; } - + background-position: -204px -102px; +} .tsd-kind-constructor-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -102px; } + background-position: -221px -102px; +} .tsd-kind-index-signature > .tsd-kind-icon:before { - background-position: -136px -119px; } - + background-position: -136px -119px; +} .tsd-kind-index-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -119px; } - + background-position: -153px -119px; +} .tsd-kind-index-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -119px; } - + background-position: -119px -119px; +} .tsd-kind-index-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -119px; } - + background-position: -51px -119px; +} .tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -119px; } - + background-position: -68px -119px; +} .tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -119px; } - + background-position: -85px -119px; +} .tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -119px; } - + background-position: -102px -119px; +} .tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -119px; } - + background-position: -119px -119px; +} .tsd-kind-index-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -119px; } - + background-position: -170px -119px; +} .tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -119px; } - + background-position: -187px -119px; +} .tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -119px; } - + background-position: -119px -119px; +} .tsd-kind-index-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -119px; } - + background-position: -204px -119px; +} .tsd-kind-index-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -119px; } + background-position: -221px -119px; +} .tsd-kind-event > .tsd-kind-icon:before { - background-position: -136px -136px; } - + background-position: -136px -136px; +} .tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -136px; } - + background-position: -153px -136px; +} .tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; } - + background-position: -119px -136px; +} .tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -136px; } - + background-position: -51px -136px; +} .tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -136px; } - + background-position: -68px -136px; +} .tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -136px; } - + background-position: -85px -136px; +} .tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -136px; } - + background-position: -102px -136px; +} .tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; } - + background-position: -119px -136px; +} .tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -136px; } - + background-position: -170px -136px; +} .tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -136px; } - + background-position: -187px -136px; +} .tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; } - + background-position: -119px -136px; +} .tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -136px; } - + background-position: -204px -136px; +} .tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -136px; } + background-position: -221px -136px; +} .tsd-is-static > .tsd-kind-icon:before { - background-position: -136px -153px; } - + background-position: -136px -153px; +} .tsd-is-static.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -153px; } - + background-position: -153px -153px; +} .tsd-is-static.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; } - + background-position: -119px -153px; +} .tsd-is-static.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -153px; } - + background-position: -51px -153px; +} .tsd-is-static.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -153px; } - + background-position: -68px -153px; +} .tsd-is-static.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -153px; } - + background-position: -85px -153px; +} .tsd-is-static.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -153px; } - + background-position: -102px -153px; +} .tsd-is-static.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; } - + background-position: -119px -153px; +} .tsd-is-static.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -153px; } - + background-position: -170px -153px; +} .tsd-is-static.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -153px; } - + background-position: -187px -153px; +} .tsd-is-static.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; } - + background-position: -119px -153px; +} .tsd-is-static.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -153px; } - + background-position: -204px -153px; +} .tsd-is-static.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -153px; } + background-position: -221px -153px; +} .tsd-is-static.tsd-kind-function > .tsd-kind-icon:before { - background-position: -136px -170px; } - + background-position: -136px -170px; +} .tsd-is-static.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; } - + background-position: -153px -170px; +} .tsd-is-static.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - + background-position: -119px -170px; +} .tsd-is-static.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; } - + background-position: -51px -170px; +} .tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -170px; } - + background-position: -68px -170px; +} .tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -170px; } - + background-position: -85px -170px; +} .tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -170px; } - + background-position: -102px -170px; +} .tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - + background-position: -119px -170px; +} .tsd-is-static.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; } - + background-position: -170px -170px; +} .tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -170px; } - + background-position: -187px -170px; +} .tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - + background-position: -119px -170px; +} .tsd-is-static.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -170px; } - + background-position: -204px -170px; +} .tsd-is-static.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -170px; } + background-position: -221px -170px; +} .tsd-is-static.tsd-kind-method > .tsd-kind-icon:before { - background-position: -136px -170px; } - + background-position: -136px -170px; +} .tsd-is-static.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; } - + background-position: -153px -170px; +} .tsd-is-static.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - + background-position: -119px -170px; +} .tsd-is-static.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; } - + background-position: -51px -170px; +} .tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -170px; } - + background-position: -68px -170px; +} .tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -170px; } - + background-position: -85px -170px; +} .tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -170px; } - + background-position: -102px -170px; +} .tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - + background-position: -119px -170px; +} .tsd-is-static.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; } - + background-position: -170px -170px; +} .tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -170px; } - + background-position: -187px -170px; +} .tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - + background-position: -119px -170px; +} .tsd-is-static.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -170px; } - + background-position: -204px -170px; +} .tsd-is-static.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -170px; } + background-position: -221px -170px; +} .tsd-is-static.tsd-kind-call-signature > .tsd-kind-icon:before { - background-position: -136px -170px; } - + background-position: -136px -170px; +} .tsd-is-static.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; } - + background-position: -153px -170px; +} .tsd-is-static.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - + background-position: -119px -170px; +} .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; } - + background-position: -51px -170px; +} .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -170px; } - + background-position: -68px -170px; +} .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -170px; } - + background-position: -85px -170px; +} .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -170px; } - + background-position: -102px -170px; +} .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - + background-position: -119px -170px; +} .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; } - + background-position: -170px -170px; +} .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -170px; } - + background-position: -187px -170px; +} .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - + background-position: -119px -170px; +} .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -170px; } - + background-position: -204px -170px; +} .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -170px; } + background-position: -221px -170px; +} .tsd-is-static.tsd-kind-event > .tsd-kind-icon:before { - background-position: -136px -187px; } - + background-position: -136px -187px; +} .tsd-is-static.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -187px; } - + background-position: -153px -187px; +} .tsd-is-static.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -187px; } - + background-position: -119px -187px; +} .tsd-is-static.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -187px; } - + background-position: -51px -187px; +} .tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -187px; } - + background-position: -68px -187px; +} .tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -187px; } - + background-position: -85px -187px; +} .tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -187px; } - + background-position: -102px -187px; +} .tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -187px; } - + background-position: -119px -187px; +} .tsd-is-static.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -187px; } - + background-position: -170px -187px; +} .tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -187px; } - + background-position: -187px -187px; +} .tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -187px; } - + background-position: -119px -187px; +} .tsd-is-static.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -187px; } - + background-position: -204px -187px; +} .tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -187px; } - -.no-transition { - transition: none !important; } + background-position: -221px -187px; +} @keyframes fade-in { from { - opacity: 0; } + opacity: 0; + } to { - opacity: 1; } } - + opacity: 1; + } +} @keyframes fade-out { from { opacity: 1; - visibility: visible; } + visibility: visible; + } to { - opacity: 0; } } - + opacity: 0; + } +} @keyframes fade-in-delayed { 0% { - opacity: 0; } + opacity: 0; + } 33% { - opacity: 0; } + opacity: 0; + } 100% { - opacity: 1; } } - + opacity: 1; + } +} @keyframes fade-out-delayed { 0% { opacity: 1; - visibility: visible; } + visibility: visible; + } 66% { - opacity: 0; } + opacity: 0; + } 100% { - opacity: 0; } } - + opacity: 0; + } +} @keyframes shift-to-left { from { - transform: translate(0, 0); } + transform: translate(0, 0); + } to { - transform: translate(-25%, 0); } } - + transform: translate(-25%, 0); + } +} @keyframes unshift-to-left { from { - transform: translate(-25%, 0); } + transform: translate(-25%, 0); + } to { - transform: translate(0, 0); } } - + transform: translate(0, 0); + } +} @keyframes pop-in-from-right { from { - transform: translate(100%, 0); } + transform: translate(100%, 0); + } to { - transform: translate(0, 0); } } - + transform: translate(0, 0); + } +} @keyframes pop-out-to-right { from { transform: translate(0, 0); - visibility: visible; } + visibility: visible; + } to { - transform: translate(100%, 0); } } - + transform: translate(100%, 0); + } +} body { background: #fdfdfd; font-family: "Segoe UI", sans-serif; font-size: 16px; - color: #222; } + color: #222; +} a { color: #4da6ff; - text-decoration: none; } - a:hover { - text-decoration: underline; } + text-decoration: none; +} +a:hover { + text-decoration: underline; +} code, pre { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; padding: 0.2em; margin: 0; font-size: 14px; - background-color: rgba(0, 0, 0, 0.04); } + background-color: rgba(0, 0, 0, 0.04); +} pre { - padding: 10px; } - pre code { - padding: 0; - font-size: 100%; - background-color: transparent; } + padding: 10px; +} +pre code { + padding: 0; + font-size: 100%; + background-color: transparent; +} + +blockquote { + margin: 1em 0; + padding-left: 1em; + border-left: 4px solid gray; +} .tsd-typography { - line-height: 1.333em; } - .tsd-typography ul { - list-style: square; - padding: 0 0 0 20px; - margin: 0; } - .tsd-typography h4, .tsd-typography .tsd-index-panel h3, .tsd-index-panel .tsd-typography h3, .tsd-typography h5, .tsd-typography h6 { - font-size: 1em; - margin: 0; } - .tsd-typography h5, .tsd-typography h6 { - font-weight: normal; } - .tsd-typography p, .tsd-typography ul, .tsd-typography ol { - margin: 1em 0; } + line-height: 1.333em; +} +.tsd-typography ul { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-typography h4, .tsd-typography .tsd-index-panel h3, .tsd-index-panel .tsd-typography h3, .tsd-typography h5, .tsd-typography h6 { + font-size: 1em; + margin: 0; +} +.tsd-typography h5, .tsd-typography h6 { + font-weight: normal; +} +.tsd-typography p, .tsd-typography ul, .tsd-typography ol { + margin: 1em 0; +} @media (min-width: 901px) and (max-width: 1024px) { html.default .col-content { - width: 72%; } + width: 72%; + } html.default .col-menu { - width: 28%; } + width: 28%; + } html.default .tsd-navigation { - padding-left: 10px; } } - + padding-left: 10px; + } +} @media (max-width: 900px) { html.default .col-content { float: none; - width: 100%; } + width: 100%; + } html.default .col-menu { position: fixed !important; overflow: auto; @@ -1568,11 +1671,13 @@ pre { max-width: 450px; visibility: hidden; background-color: #fff; - transform: translate(100%, 0); } - html.default .col-menu > *:last-child { - padding-bottom: 20px; } + transform: translate(100%, 0); + } + html.default .col-menu > *:last-child { + padding-bottom: 20px; + } html.default .overlay { - content: ''; + content: ""; display: block; position: fixed; z-index: 1023; @@ -1581,67 +1686,86 @@ pre { right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.75); - visibility: hidden; } + visibility: hidden; + } html.default.to-has-menu .overlay { - animation: fade-in 0.4s; } + animation: fade-in 0.4s; + } html.default.to-has-menu header, - html.default.to-has-menu footer, - html.default.to-has-menu .col-content { - animation: shift-to-left 0.4s; } +html.default.to-has-menu footer, +html.default.to-has-menu .col-content { + animation: shift-to-left 0.4s; + } html.default.to-has-menu .col-menu { - animation: pop-in-from-right 0.4s; } + animation: pop-in-from-right 0.4s; + } html.default.from-has-menu .overlay { - animation: fade-out 0.4s; } + animation: fade-out 0.4s; + } html.default.from-has-menu header, - html.default.from-has-menu footer, - html.default.from-has-menu .col-content { - animation: unshift-to-left 0.4s; } +html.default.from-has-menu footer, +html.default.from-has-menu .col-content { + animation: unshift-to-left 0.4s; + } html.default.from-has-menu .col-menu { - animation: pop-out-to-right 0.4s; } + animation: pop-out-to-right 0.4s; + } html.default.has-menu body { - overflow: hidden; } + overflow: hidden; + } html.default.has-menu .overlay { - visibility: visible; } + visibility: visible; + } html.default.has-menu header, - html.default.has-menu footer, - html.default.has-menu .col-content { - transform: translate(-25%, 0); } +html.default.has-menu footer, +html.default.has-menu .col-content { + transform: translate(-25%, 0); + } html.default.has-menu .col-menu { visibility: visible; - transform: translate(0, 0); } } + transform: translate(0, 0); + } +} .tsd-page-title { padding: 70px 0 20px 0; margin: 0 0 40px 0; background: #fff; - box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); } - .tsd-page-title h1 { - margin: 0; } + box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); +} +.tsd-page-title h1 { + margin: 0; +} .tsd-breadcrumb { margin: 0; padding: 0; - color: #808080; } - .tsd-breadcrumb a { - color: #808080; - text-decoration: none; } - .tsd-breadcrumb a:hover { - text-decoration: underline; } - .tsd-breadcrumb li { - display: inline; } - .tsd-breadcrumb li:after { - content: ' / '; } + color: #707070; +} +.tsd-breadcrumb a { + color: #707070; + text-decoration: none; +} +.tsd-breadcrumb a:hover { + text-decoration: underline; +} +.tsd-breadcrumb li { + display: inline; +} +.tsd-breadcrumb li:after { + content: " / "; +} html.minimal .container { - margin: 0; } - + margin: 0; +} html.minimal .container-main { padding-top: 50px; - padding-bottom: 0; } - + padding-bottom: 0; +} html.minimal .content-wrap { - padding-left: 300px; } - + padding-left: 300px; +} html.minimal .tsd-navigation { position: fixed !important; overflow: auto; @@ -1653,281 +1777,358 @@ html.minimal .tsd-navigation { bottom: 0; width: 300px; padding: 20px; - margin: 0; } - + margin: 0; +} html.minimal .tsd-member .tsd-member { - margin-left: 0; } - + margin-left: 0; +} html.minimal .tsd-page-toolbar { position: fixed; - z-index: 2; } - + z-index: 2; +} html.minimal #tsd-filter .tsd-filter-group { right: 0; - transform: none; } - + transform: none; +} html.minimal footer { - background-color: transparent; } - html.minimal footer .container { - padding: 0; } - + background-color: transparent; +} +html.minimal footer .container { + padding: 0; +} html.minimal .tsd-generator { - padding: 0; } - + padding: 0; +} @media (max-width: 900px) { html.minimal .tsd-navigation { - display: none; } + display: none; + } html.minimal .content-wrap { - padding-left: 0; } } + padding-left: 0; + } +} dl.tsd-comment-tags { - overflow: hidden; } - dl.tsd-comment-tags dt { - float: left; - padding: 1px 5px; - margin: 0 10px 0 0; - border-radius: 4px; - border: 1px solid #808080; - color: #808080; - font-size: 0.8em; - font-weight: normal; } - dl.tsd-comment-tags dd { - margin: 0 0 10px 0; } - dl.tsd-comment-tags dd:before, dl.tsd-comment-tags dd:after { - display: table; - content: " "; } - dl.tsd-comment-tags dd pre, dl.tsd-comment-tags dd:after { - clear: both; } - dl.tsd-comment-tags p { - margin: 0; } + overflow: hidden; +} +dl.tsd-comment-tags dt { + float: left; + padding: 1px 5px; + margin: 0 10px 0 0; + border-radius: 4px; + border: 1px solid #707070; + color: #707070; + font-size: 0.8em; + font-weight: normal; +} +dl.tsd-comment-tags dd { + margin: 0 0 10px 0; +} +dl.tsd-comment-tags dd:before, dl.tsd-comment-tags dd:after { + display: table; + content: " "; +} +dl.tsd-comment-tags dd pre, dl.tsd-comment-tags dd:after { + clear: both; +} +dl.tsd-comment-tags p { + margin: 0; +} .tsd-panel.tsd-comment .lead { font-size: 1.1em; line-height: 1.333em; - margin-bottom: 2em; } - .tsd-panel.tsd-comment .lead:last-child { - margin-bottom: 0; } + margin-bottom: 2em; +} +.tsd-panel.tsd-comment .lead:last-child { + margin-bottom: 0; +} .toggle-protected .tsd-is-private { - display: none; } + display: none; +} .toggle-public .tsd-is-private, .toggle-public .tsd-is-protected, .toggle-public .tsd-is-private-protected { - display: none; } + display: none; +} .toggle-inherited .tsd-is-inherited { - display: none; } - -.toggle-only-exported .tsd-is-not-exported { - display: none; } + display: none; +} .toggle-externals .tsd-is-external { - display: none; } + display: none; +} #tsd-filter { position: relative; display: inline-block; height: 40px; - vertical-align: bottom; } - .no-filter #tsd-filter { - display: none; } + vertical-align: bottom; +} +.no-filter #tsd-filter { + display: none; +} +#tsd-filter .tsd-filter-group { + display: inline-block; + height: 40px; + vertical-align: bottom; + white-space: nowrap; +} +#tsd-filter input { + display: none; +} +@media (max-width: 900px) { #tsd-filter .tsd-filter-group { - display: inline-block; - height: 40px; - vertical-align: bottom; - white-space: nowrap; } - #tsd-filter input { - display: none; } - @media (max-width: 900px) { - #tsd-filter .tsd-filter-group { - display: block; - position: absolute; - top: 40px; - right: 20px; - height: auto; - background-color: #fff; - visibility: hidden; - transform: translate(50%, 0); - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); } - .has-options #tsd-filter .tsd-filter-group { - visibility: visible; } - .to-has-options #tsd-filter .tsd-filter-group { - animation: fade-in 0.2s; } - .from-has-options #tsd-filter .tsd-filter-group { - animation: fade-out 0.2s; } - #tsd-filter label, - #tsd-filter .tsd-select { - display: block; - padding-right: 20px; } } + display: block; + position: absolute; + top: 40px; + right: 20px; + height: auto; + background-color: #fff; + visibility: hidden; + transform: translate(50%, 0); + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + } + .has-options #tsd-filter .tsd-filter-group { + visibility: visible; + } + .to-has-options #tsd-filter .tsd-filter-group { + animation: fade-in 0.2s; + } + .from-has-options #tsd-filter .tsd-filter-group { + animation: fade-out 0.2s; + } + #tsd-filter label, +#tsd-filter .tsd-select { + display: block; + padding-right: 20px; + } +} footer { border-top: 1px solid #eee; - background-color: #fff; } - footer.with-border-bottom { - border-bottom: 1px solid #eee; } - footer .tsd-legend-group { - font-size: 0; } + background-color: #fff; +} +footer.with-border-bottom { + border-bottom: 1px solid #eee; +} +footer .tsd-legend-group { + font-size: 0; +} +footer .tsd-legend { + display: inline-block; + width: 25%; + padding: 0; + font-size: 16px; + list-style: none; + line-height: 1.333em; + vertical-align: top; +} +@media (max-width: 900px) { footer .tsd-legend { - display: inline-block; - width: 25%; - padding: 0; - font-size: 16px; - list-style: none; - line-height: 1.333em; - vertical-align: top; } - @media (max-width: 900px) { - footer .tsd-legend { - width: 50%; } } + width: 50%; + } +} .tsd-hierarchy { list-style: square; padding: 0 0 0 20px; - margin: 0; } - .tsd-hierarchy .target { - font-weight: bold; } + margin: 0; +} +.tsd-hierarchy .target { + font-weight: bold; +} .tsd-index-panel .tsd-index-content { - margin-bottom: -30px !important; } - + margin-bottom: -30px !important; +} .tsd-index-panel .tsd-index-section { - margin-bottom: 30px !important; } - + margin-bottom: 30px !important; +} .tsd-index-panel h3 { margin: 0 -20px 10px -20px; padding: 0 20px 10px 20px; - border-bottom: 1px solid #eee; } - + border-bottom: 1px solid #eee; +} .tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 3; -moz-column-count: 3; -ms-column-count: 3; -o-column-count: 3; column-count: 3; + -webkit-column-gap: 20px; -moz-column-gap: 20px; -ms-column-gap: 20px; -o-column-gap: 20px; column-gap: 20px; padding: 0; list-style: none; - line-height: 1.333em; } - @media (max-width: 900px) { - .tsd-index-panel ul.tsd-index-list { - -moz-column-count: 1; - -ms-column-count: 1; - -o-column-count: 1; - column-count: 1; } } - @media (min-width: 901px) and (max-width: 1024px) { - .tsd-index-panel ul.tsd-index-list { - -moz-column-count: 2; - -ms-column-count: 2; - -o-column-count: 2; - column-count: 2; } } - .tsd-index-panel ul.tsd-index-list li { - -webkit-page-break-inside: avoid; - -moz-page-break-inside: avoid; - -ms-page-break-inside: avoid; - -o-page-break-inside: avoid; - page-break-inside: avoid; } - + line-height: 1.333em; +} +@media (max-width: 900px) { + .tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 1; + -moz-column-count: 1; + -ms-column-count: 1; + -o-column-count: 1; + column-count: 1; + } +} +@media (min-width: 901px) and (max-width: 1024px) { + .tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 2; + -moz-column-count: 2; + -ms-column-count: 2; + -o-column-count: 2; + column-count: 2; + } +} +.tsd-index-panel ul.tsd-index-list li { + -webkit-page-break-inside: avoid; + -moz-page-break-inside: avoid; + -ms-page-break-inside: avoid; + -o-page-break-inside: avoid; + page-break-inside: avoid; +} .tsd-index-panel a, .tsd-index-panel .tsd-parent-kind-module a { - color: #9600ff; } - + color: #9600ff; +} .tsd-index-panel .tsd-parent-kind-interface a { - color: #7da01f; } - + color: #647F1B; +} .tsd-index-panel .tsd-parent-kind-enum a { - color: #cc9900; } - + color: #937210; +} .tsd-index-panel .tsd-parent-kind-class a { - color: #4da6ff; } - + color: #0672DE; +} .tsd-index-panel .tsd-kind-module a { - color: #9600ff; } - + color: #9600ff; +} .tsd-index-panel .tsd-kind-interface a { - color: #7da01f; } - + color: #647F1B; +} .tsd-index-panel .tsd-kind-enum a { - color: #cc9900; } - + color: #937210; +} .tsd-index-panel .tsd-kind-class a { - color: #4da6ff; } - + color: #0672DE; +} .tsd-index-panel .tsd-is-private a { - color: #808080; } + color: #707070; +} .tsd-flag { display: inline-block; padding: 1px 5px; border-radius: 4px; color: #fff; - background-color: #808080; + background-color: #707070; text-indent: 0; font-size: 14px; - font-weight: normal; } + font-weight: normal; +} .tsd-anchor { position: absolute; - top: -100px; } + top: -100px; +} .tsd-member { - position: relative; } - .tsd-member .tsd-anchor + h3 { - margin-top: 0; - margin-bottom: 0; - border-bottom: none; } + position: relative; +} +.tsd-member .tsd-anchor + h3 { + margin-top: 0; + margin-bottom: 0; + border-bottom: none; +} +.tsd-member a[data-tsd-kind] { + color: #9600ff; +} +.tsd-member a[data-tsd-kind=Interface] { + color: #647F1B; +} +.tsd-member a[data-tsd-kind=Enum] { + color: #937210; +} +.tsd-member a[data-tsd-kind=Class] { + color: #0672DE; +} +.tsd-member a[data-tsd-kind=Private] { + color: #707070; +} .tsd-navigation { - margin: 0 0 0 40px; } - .tsd-navigation a { - display: block; - padding-top: 2px; - padding-bottom: 2px; - border-left: 2px solid transparent; - color: #222; - text-decoration: none; - transition: border-left-color 0.1s; } - .tsd-navigation a:hover { - text-decoration: underline; } - .tsd-navigation ul { - margin: 0; - padding: 0; - list-style: none; } - .tsd-navigation li { - padding: 0; } + margin: 0 0 0 40px; +} +.tsd-navigation a { + display: block; + padding-top: 2px; + padding-bottom: 2px; + border-left: 2px solid transparent; + color: #222; + text-decoration: none; + transition: border-left-color 0.1s; +} +.tsd-navigation a:hover { + text-decoration: underline; +} +.tsd-navigation ul { + margin: 0; + padding: 0; + list-style: none; +} +.tsd-navigation li { + padding: 0; +} .tsd-navigation.primary { - padding-bottom: 40px; } - .tsd-navigation.primary a { - display: block; - padding-top: 6px; - padding-bottom: 6px; } - .tsd-navigation.primary ul li a { - padding-left: 5px; } - .tsd-navigation.primary ul li li a { - padding-left: 25px; } - .tsd-navigation.primary ul li li li a { - padding-left: 45px; } - .tsd-navigation.primary ul li li li li a { - padding-left: 65px; } - .tsd-navigation.primary ul li li li li li a { - padding-left: 85px; } - .tsd-navigation.primary ul li li li li li li a { - padding-left: 105px; } - .tsd-navigation.primary > ul { - border-bottom: 1px solid #eee; } - .tsd-navigation.primary li { - border-top: 1px solid #eee; } - .tsd-navigation.primary li.current > a { - font-weight: bold; } - .tsd-navigation.primary li.label span { - display: block; - padding: 20px 0 6px 5px; - color: #808080; } - .tsd-navigation.primary li.globals + li > span, - .tsd-navigation.primary li.globals + li > a { - padding-top: 20px; } + padding-bottom: 40px; +} +.tsd-navigation.primary a { + display: block; + padding-top: 6px; + padding-bottom: 6px; +} +.tsd-navigation.primary ul li a { + padding-left: 5px; +} +.tsd-navigation.primary ul li li a { + padding-left: 25px; +} +.tsd-navigation.primary ul li li li a { + padding-left: 45px; +} +.tsd-navigation.primary ul li li li li a { + padding-left: 65px; +} +.tsd-navigation.primary ul li li li li li a { + padding-left: 85px; +} +.tsd-navigation.primary ul li li li li li li a { + padding-left: 105px; +} +.tsd-navigation.primary > ul { + border-bottom: 1px solid #eee; +} +.tsd-navigation.primary li { + border-top: 1px solid #eee; +} +.tsd-navigation.primary li.current > a { + font-weight: bold; +} +.tsd-navigation.primary li.label span { + display: block; + padding: 20px 0 6px 5px; + color: #707070; +} +.tsd-navigation.primary li.globals + li > span, .tsd-navigation.primary li.globals + li > a { + padding-top: 20px; +} .tsd-navigation.secondary { max-height: calc(100vh - 1rem - 40px); @@ -1935,257 +2136,334 @@ footer { position: -webkit-sticky; position: sticky; top: calc(.5rem + 40px); - transition: .3s; } - .tsd-navigation.secondary.tsd-navigation--toolbar-hide { - max-height: calc(100vh - 1rem); - top: .5rem; } - .tsd-navigation.secondary ul { - transition: opacity 0.2s; } - .tsd-navigation.secondary ul li a { - padding-left: 25px; } - .tsd-navigation.secondary ul li li a { - padding-left: 45px; } - .tsd-navigation.secondary ul li li li a { - padding-left: 65px; } - .tsd-navigation.secondary ul li li li li a { - padding-left: 85px; } - .tsd-navigation.secondary ul li li li li li a { - padding-left: 105px; } - .tsd-navigation.secondary ul li li li li li li a { - padding-left: 125px; } - .tsd-navigation.secondary ul.current a { - border-left-color: #eee; } - .tsd-navigation.secondary li.focus > a, - .tsd-navigation.secondary ul.current li.focus > a { - border-left-color: #000; } - .tsd-navigation.secondary li.current { - margin-top: 20px; - margin-bottom: 20px; - border-left-color: #eee; } - .tsd-navigation.secondary li.current > a { - font-weight: bold; } + transition: 0.3s; +} +.tsd-navigation.secondary.tsd-navigation--toolbar-hide { + max-height: calc(100vh - 1rem); + top: 0.5rem; +} +.tsd-navigation.secondary ul { + transition: opacity 0.2s; +} +.tsd-navigation.secondary ul li a { + padding-left: 25px; +} +.tsd-navigation.secondary ul li li a { + padding-left: 45px; +} +.tsd-navigation.secondary ul li li li a { + padding-left: 65px; +} +.tsd-navigation.secondary ul li li li li a { + padding-left: 85px; +} +.tsd-navigation.secondary ul li li li li li a { + padding-left: 105px; +} +.tsd-navigation.secondary ul li li li li li li a { + padding-left: 125px; +} +.tsd-navigation.secondary ul.current a { + border-left-color: #eee; +} +.tsd-navigation.secondary li.focus > a, +.tsd-navigation.secondary ul.current li.focus > a { + border-left-color: #000; +} +.tsd-navigation.secondary li.current { + margin-top: 20px; + margin-bottom: 20px; + border-left-color: #eee; +} +.tsd-navigation.secondary li.current > a { + font-weight: bold; +} @media (min-width: 901px) { .menu-sticky-wrap { - position: static; } } + position: static; + } +} .tsd-panel { margin: 20px 0; padding: 20px; background-color: #fff; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); } - .tsd-panel:empty { - display: none; } - .tsd-panel > h1, .tsd-panel > h2, .tsd-panel > h3 { - margin: 1.5em -20px 10px -20px; - padding: 0 20px 10px 20px; - border-bottom: 1px solid #eee; } - .tsd-panel > h1.tsd-before-signature, .tsd-panel > h2.tsd-before-signature, .tsd-panel > h3.tsd-before-signature { - margin-bottom: 0; - border-bottom: 0; } - .tsd-panel table { - display: block; - width: 100%; - overflow: auto; - margin-top: 10px; - word-break: normal; - word-break: keep-all; } - .tsd-panel table th { - font-weight: bold; } - .tsd-panel table th, .tsd-panel table td { - padding: 6px 13px; - border: 1px solid #ddd; } - .tsd-panel table tr { - background-color: #fff; - border-top: 1px solid #ccc; } - .tsd-panel table tr:nth-child(2n) { - background-color: #f8f8f8; } + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +.tsd-panel:empty { + display: none; +} +.tsd-panel > h1, .tsd-panel > h2, .tsd-panel > h3 { + margin: 1.5em -20px 10px -20px; + padding: 0 20px 10px 20px; + border-bottom: 1px solid #eee; +} +.tsd-panel > h1.tsd-before-signature, .tsd-panel > h2.tsd-before-signature, .tsd-panel > h3.tsd-before-signature { + margin-bottom: 0; + border-bottom: 0; +} +.tsd-panel table { + display: block; + width: 100%; + overflow: auto; + margin-top: 10px; + word-break: normal; + word-break: keep-all; +} +.tsd-panel table th { + font-weight: bold; +} +.tsd-panel table th, .tsd-panel table td { + padding: 6px 13px; + border: 1px solid #ddd; +} +.tsd-panel table tr { + background-color: #fff; + border-top: 1px solid #ccc; +} +.tsd-panel table tr:nth-child(2n) { + background-color: #f8f8f8; +} .tsd-panel-group { - margin: 60px 0; } - .tsd-panel-group > h1, .tsd-panel-group > h2, .tsd-panel-group > h3 { - padding-left: 20px; - padding-right: 20px; } + margin: 60px 0; +} +.tsd-panel-group > h1, .tsd-panel-group > h2, .tsd-panel-group > h3 { + padding-left: 20px; + padding-right: 20px; +} #tsd-search { - transition: background-color 0.2s; } - #tsd-search .title { - position: relative; - z-index: 2; } - #tsd-search .field { - position: absolute; - left: 0; - top: 0; - right: 40px; - height: 40px; } - #tsd-search .field input { - box-sizing: border-box; - position: relative; - top: -50px; - z-index: 1; - width: 100%; - padding: 0 10px; - opacity: 0; - outline: 0; - border: 0; - background: transparent; - color: #222; } - #tsd-search .field label { - position: absolute; - overflow: hidden; - right: -40px; } - #tsd-search .field input, - #tsd-search .title { - transition: opacity 0.2s; } - #tsd-search .results { - position: absolute; - visibility: hidden; - top: 40px; - width: 100%; - margin: 0; - padding: 0; - list-style: none; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); } - #tsd-search .results li { - padding: 0 10px; - background-color: #fdfdfd; } - #tsd-search .results li:nth-child(even) { - background-color: #fff; } - #tsd-search .results li.state { - display: none; } - #tsd-search .results li.current, - #tsd-search .results li:hover { - background-color: #eee; } - #tsd-search .results a { - display: block; } - #tsd-search .results a:before { - top: 10px; } - #tsd-search .results span.parent { - color: #808080; - font-weight: normal; } - #tsd-search.has-focus { - background-color: #eee; } - #tsd-search.has-focus .field input { - top: 0; - opacity: 1; } - #tsd-search.has-focus .title { - z-index: 0; - opacity: 0; } - #tsd-search.has-focus .results { - visibility: visible; } - #tsd-search.loading .results li.state.loading { - display: block; } - #tsd-search.failure .results li.state.failure { - display: block; } + transition: background-color 0.2s; +} +#tsd-search .title { + position: relative; + z-index: 2; +} +#tsd-search .field { + position: absolute; + left: 0; + top: 0; + right: 40px; + height: 40px; +} +#tsd-search .field input { + box-sizing: border-box; + position: relative; + top: -50px; + z-index: 1; + width: 100%; + padding: 0 10px; + opacity: 0; + outline: 0; + border: 0; + background: transparent; + color: #222; +} +#tsd-search .field label { + position: absolute; + overflow: hidden; + right: -40px; +} +#tsd-search .field input, +#tsd-search .title { + transition: opacity 0.2s; +} +#tsd-search .results { + position: absolute; + visibility: hidden; + top: 40px; + width: 100%; + margin: 0; + padding: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +#tsd-search .results li { + padding: 0 10px; + background-color: #fdfdfd; +} +#tsd-search .results li:nth-child(even) { + background-color: #fff; +} +#tsd-search .results li.state { + display: none; +} +#tsd-search .results li.current, +#tsd-search .results li:hover { + background-color: #eee; +} +#tsd-search .results a { + display: block; +} +#tsd-search .results a:before { + top: 10px; +} +#tsd-search .results span.parent { + color: #707070; + font-weight: normal; +} +#tsd-search.has-focus { + background-color: #eee; +} +#tsd-search.has-focus .field input { + top: 0; + opacity: 1; +} +#tsd-search.has-focus .title { + z-index: 0; + opacity: 0; +} +#tsd-search.has-focus .results { + visibility: visible; +} +#tsd-search.loading .results li.state.loading { + display: block; +} +#tsd-search.failure .results li.state.failure { + display: block; +} .tsd-signature { margin: 0 0 1em 0; padding: 10px; border: 1px solid #eee; font-family: Menlo, Monaco, Consolas, "Courier New", monospace; - font-size: 14px; } - .tsd-signature.tsd-kind-icon { - padding-left: 30px; } - .tsd-signature.tsd-kind-icon:before { - top: 10px; - left: 10px; } - .tsd-panel > .tsd-signature { - margin-left: -20px; - margin-right: -20px; - border-width: 1px 0; } - .tsd-panel > .tsd-signature.tsd-kind-icon { - padding-left: 40px; } - .tsd-panel > .tsd-signature.tsd-kind-icon:before { - left: 20px; } + font-size: 14px; + overflow-x: auto; +} +.tsd-signature.tsd-kind-icon { + padding-left: 30px; +} +.tsd-signature.tsd-kind-icon:before { + top: 10px; + left: 10px; +} +.tsd-panel > .tsd-signature { + margin-left: -20px; + margin-right: -20px; + border-width: 1px 0; +} +.tsd-panel > .tsd-signature.tsd-kind-icon { + padding-left: 40px; +} +.tsd-panel > .tsd-signature.tsd-kind-icon:before { + left: 20px; +} .tsd-signature-symbol { - color: #808080; - font-weight: normal; } + color: #707070; + font-weight: normal; +} .tsd-signature-type { font-style: italic; - font-weight: normal; } + font-weight: normal; +} .tsd-signatures { padding: 0; margin: 0 0 1em 0; - border: 1px solid #eee; } - .tsd-signatures .tsd-signature { - margin: 0; - border-width: 1px 0 0 0; - transition: background-color 0.1s; } - .tsd-signatures .tsd-signature:first-child { - border-top-width: 0; } - .tsd-signatures .tsd-signature.current { - background-color: #eee; } - .tsd-signatures.active > .tsd-signature { - cursor: pointer; } - .tsd-panel > .tsd-signatures { - margin-left: -20px; - margin-right: -20px; - border-width: 1px 0; } - .tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon { - padding-left: 40px; } - .tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before { - left: 20px; } - .tsd-panel > a.anchor + .tsd-signatures { - border-top-width: 0; - margin-top: -20px; } + border: 1px solid #eee; +} +.tsd-signatures .tsd-signature { + margin: 0; + border-width: 1px 0 0 0; + transition: background-color 0.1s; +} +.tsd-signatures .tsd-signature:first-child { + border-top-width: 0; +} +.tsd-signatures .tsd-signature.current { + background-color: #eee; +} +.tsd-signatures.active > .tsd-signature { + cursor: pointer; +} +.tsd-panel > .tsd-signatures { + margin-left: -20px; + margin-right: -20px; + border-width: 1px 0; +} +.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon { + padding-left: 40px; +} +.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before { + left: 20px; +} +.tsd-panel > a.anchor + .tsd-signatures { + border-top-width: 0; + margin-top: -20px; +} ul.tsd-descriptions { position: relative; overflow: hidden; - transition: height 0.3s; padding: 0; - list-style: none; } - ul.tsd-descriptions.active > .tsd-description { - display: none; } - ul.tsd-descriptions.active > .tsd-description.current { - display: block; } - ul.tsd-descriptions.active > .tsd-description.fade-in { - animation: fade-in-delayed 0.3s; } - ul.tsd-descriptions.active > .tsd-description.fade-out { - animation: fade-out-delayed 0.3s; - position: absolute; - display: block; - top: 0; - left: 0; - right: 0; - opacity: 0; - visibility: hidden; } - ul.tsd-descriptions h4, ul.tsd-descriptions .tsd-index-panel h3, .tsd-index-panel ul.tsd-descriptions h3 { - font-size: 16px; - margin: 1em 0 0.5em 0; } + list-style: none; +} +ul.tsd-descriptions.active > .tsd-description { + display: none; +} +ul.tsd-descriptions.active > .tsd-description.current { + display: block; +} +ul.tsd-descriptions.active > .tsd-description.fade-in { + animation: fade-in-delayed 0.3s; +} +ul.tsd-descriptions.active > .tsd-description.fade-out { + animation: fade-out-delayed 0.3s; + position: absolute; + display: block; + top: 0; + left: 0; + right: 0; + opacity: 0; + visibility: hidden; +} +ul.tsd-descriptions h4, ul.tsd-descriptions .tsd-index-panel h3, .tsd-index-panel ul.tsd-descriptions h3 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} ul.tsd-parameters, ul.tsd-type-parameters { list-style: square; margin: 0; - padding-left: 20px; } - ul.tsd-parameters > li.tsd-parameter-siganture, - ul.tsd-type-parameters > li.tsd-parameter-siganture { - list-style: none; - margin-left: -20px; } - ul.tsd-parameters h5, - ul.tsd-type-parameters h5 { - font-size: 16px; - margin: 1em 0 0.5em 0; } - ul.tsd-parameters .tsd-comment, - ul.tsd-type-parameters .tsd-comment { - margin-top: -0.5em; } + padding-left: 20px; +} +ul.tsd-parameters > li.tsd-parameter-signature, +ul.tsd-type-parameters > li.tsd-parameter-signature { + list-style: none; + margin-left: -20px; +} +ul.tsd-parameters h5, +ul.tsd-type-parameters h5 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} +ul.tsd-parameters .tsd-comment, +ul.tsd-type-parameters .tsd-comment { + margin-top: -0.5em; +} .tsd-sources { font-size: 14px; - color: #808080; - margin: 0 0 1em 0; } - .tsd-sources a { - color: #808080; - text-decoration: underline; } - .tsd-sources ul, .tsd-sources p { - margin: 0 !important; } - .tsd-sources ul { - list-style: none; - padding: 0; } + color: #707070; + margin: 0 0 1em 0; +} +.tsd-sources a { + color: #707070; + text-decoration: underline; +} +.tsd-sources ul, .tsd-sources p { + margin: 0 !important; +} +.tsd-sources ul { + list-style: none; + padding: 0; +} .tsd-page-toolbar { position: fixed; @@ -2197,31 +2475,39 @@ ul.tsd-type-parameters { color: #333; background: #fff; border-bottom: 1px solid #eee; - transition: transform .3s linear; } - .tsd-page-toolbar a { - color: #333; - text-decoration: none; } - .tsd-page-toolbar a.title { - font-weight: bold; } - .tsd-page-toolbar a.title:hover { - text-decoration: underline; } - .tsd-page-toolbar .table-wrap { - display: table; - width: 100%; - height: 40px; } - .tsd-page-toolbar .table-cell { - display: table-cell; - position: relative; - white-space: nowrap; - line-height: 40px; } - .tsd-page-toolbar .table-cell:first-child { - width: 100%; } + transition: transform 0.3s linear; +} +.tsd-page-toolbar a { + color: #333; + text-decoration: none; +} +.tsd-page-toolbar a.title { + font-weight: bold; +} +.tsd-page-toolbar a.title:hover { + text-decoration: underline; +} +.tsd-page-toolbar .table-wrap { + display: table; + width: 100%; + height: 40px; +} +.tsd-page-toolbar .table-cell { + display: table-cell; + position: relative; + white-space: nowrap; + line-height: 40px; +} +.tsd-page-toolbar .table-cell:first-child { + width: 100%; +} .tsd-page-toolbar--hide { - transform: translateY(-100%); } + transform: translateY(-100%); +} -.tsd-widget:before, .tsd-select .tsd-select-label:before, .tsd-select .tsd-select-list li:before { - content: ''; +.tsd-select .tsd-select-list li:before, .tsd-select .tsd-select-label:before, .tsd-widget:before { + content: ""; display: inline-block; width: 40px; height: 40px; @@ -2229,11 +2515,14 @@ ul.tsd-type-parameters { background-image: url(../images/widgets.png); background-repeat: no-repeat; text-indent: -1024px; - vertical-align: bottom; } - @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { - .tsd-widget:before, .tsd-select .tsd-select-label:before, .tsd-select .tsd-select-list li:before { - background-image: url(../images/widgets@2x.png); - background-size: 320px 40px; } } + vertical-align: bottom; +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { + .tsd-select .tsd-select-list li:before, .tsd-select .tsd-select-label:before, .tsd-widget:before { + background-image: url(../images/widgets@2x.png); + background-size: 320px 40px; + } +} .tsd-widget { display: inline-block; @@ -2242,31 +2531,44 @@ ul.tsd-type-parameters { height: 40px; transition: opacity 0.1s, background-color 0.2s; vertical-align: bottom; - cursor: pointer; } - .tsd-widget:hover { - opacity: 0.8; } - .tsd-widget.active { - opacity: 1; - background-color: #eee; } - .tsd-widget.no-caption { - width: 40px; } - .tsd-widget.no-caption:before { - margin: 0; } - .tsd-widget.search:before { - background-position: 0 0; } - .tsd-widget.menu:before { - background-position: -40px 0; } - .tsd-widget.options:before { - background-position: -80px 0; } + cursor: pointer; +} +.tsd-widget:hover { + opacity: 0.8; +} +.tsd-widget.active { + opacity: 1; + background-color: #eee; +} +.tsd-widget.no-caption { + width: 40px; +} +.tsd-widget.no-caption:before { + margin: 0; +} +.tsd-widget.search:before { + background-position: 0 0; +} +.tsd-widget.menu:before { + background-position: -40px 0; +} +.tsd-widget.options:before { + background-position: -80px 0; +} +.tsd-widget.options, .tsd-widget.menu { + display: none; +} +@media (max-width: 900px) { .tsd-widget.options, .tsd-widget.menu { - display: none; } - @media (max-width: 900px) { - .tsd-widget.options, .tsd-widget.menu { - display: inline-block; } } - input[type=checkbox] + .tsd-widget:before { - background-position: -120px 0; } - input[type=checkbox]:checked + .tsd-widget:before { - background-position: -160px 0; } + display: inline-block; + } +} +input[type=checkbox] + .tsd-widget:before { + background-position: -120px 0; +} +input[type=checkbox]:checked + .tsd-widget:before { + background-position: -160px 0; +} .tsd-select { position: relative; @@ -2274,48 +2576,63 @@ ul.tsd-type-parameters { height: 40px; transition: opacity 0.1s, background-color 0.2s; vertical-align: bottom; - cursor: pointer; } - .tsd-select .tsd-select-label { - opacity: 0.6; - transition: opacity 0.2s; } - .tsd-select .tsd-select-label:before { - background-position: -240px 0; } - .tsd-select.active .tsd-select-label { - opacity: 0.8; } - .tsd-select.active .tsd-select-list { - visibility: visible; - opacity: 1; - transition-delay: 0s; } + cursor: pointer; +} +.tsd-select .tsd-select-label { + opacity: 0.6; + transition: opacity 0.2s; +} +.tsd-select .tsd-select-label:before { + background-position: -240px 0; +} +.tsd-select.active .tsd-select-label { + opacity: 0.8; +} +.tsd-select.active .tsd-select-list { + visibility: visible; + opacity: 1; + transition-delay: 0s; +} +.tsd-select .tsd-select-list { + position: absolute; + visibility: hidden; + top: 40px; + left: 0; + margin: 0; + padding: 0; + opacity: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + transition: visibility 0s 0.2s, opacity 0.2s; +} +.tsd-select .tsd-select-list li { + padding: 0 20px 0 0; + background-color: #fdfdfd; +} +.tsd-select .tsd-select-list li:before { + background-position: 40px 0; +} +.tsd-select .tsd-select-list li:nth-child(even) { + background-color: #fff; +} +.tsd-select .tsd-select-list li:hover { + background-color: #eee; +} +.tsd-select .tsd-select-list li.selected:before { + background-position: -200px 0; +} +@media (max-width: 900px) { .tsd-select .tsd-select-list { - position: absolute; - visibility: hidden; - top: 40px; - left: 0; - margin: 0; - padding: 0; - opacity: 0; - list-style: none; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); - transition: visibility 0s 0.2s, opacity 0.2s; } - .tsd-select .tsd-select-list li { - padding: 0 20px 0 0; - background-color: #fdfdfd; } - .tsd-select .tsd-select-list li:before { - background-position: 40px 0; } - .tsd-select .tsd-select-list li:nth-child(even) { - background-color: #fff; } - .tsd-select .tsd-select-list li:hover { - background-color: #eee; } - .tsd-select .tsd-select-list li.selected:before { - background-position: -200px 0; } - @media (max-width: 900px) { - .tsd-select .tsd-select-list { - top: 0; - left: auto; - right: 100%; - margin-right: -5px; } - .tsd-select .tsd-select-label:before { - background-position: -280px 0; } } + top: 0; + left: auto; + right: 100%; + margin-right: -5px; + } + .tsd-select .tsd-select-label:before { + background-position: -280px 0; + } +} img { - max-width: 100%; } + max-width: 100%; +} diff --git a/docs/assets/js/main.js b/docs/assets/js/main.js index 5fe710b..715fdab 100644 --- a/docs/assets/js/main.js +++ b/docs/assets/js/main.js @@ -1 +1,248 @@ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";function x(e){return null!=e&&e===e.window}var t=[],E=C.document,r=Object.getPrototypeOf,s=t.slice,g=t.concat,u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.4.1",k=function(e,t){return new k.fn.init(e,t)},p=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function d(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0>10|55296,1023&r|56320)}function oe(){T()}var e,d,b,o,i,h,f,g,w,u,l,T,C,a,E,v,s,c,y,k="sizzle"+1*new Date,m=n.document,S=0,r=0,p=ue(),x=ue(),N=ue(),A=ue(),D=function(e,t){return e===t&&(l=!0),0},j={}.hasOwnProperty,t=[],q=t.pop,L=t.push,H=t.push,O=t.slice,P=function(e,t){for(var n=0,r=e.length;n+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp($),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+$),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(m.childNodes),m.childNodes),t[m.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&((e?e.ownerDocument||e:m)!==C&&T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!A[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&U.test(t)){for((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=k),o=(l=h(t)).length;o--;)l[o]="#"+s+" "+xe(l[o]);c=l.join(","),f=ee.test(t)&&ye(e.parentNode)||e}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){A(t,!0)}finally{s===k&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[k]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){for(var n=e.split("|"),r=n.length;r--;)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){for(var n,r=a([],e.length,o),i=r.length;i--;)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&void 0!==e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:m;return r!==C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),m!==C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=k,!C.getElementsByName||!C.getElementsByName(k).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if(void 0!==t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if(void 0!==t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(i=t.getElementsByName(e),r=0;o=i[r++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"!==e)return o;for(;n=o[i++];)1===n.nodeType&&r.push(n);return r},b.find.CLASS=d.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+k+"-]").length||v.push("~="),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+k+"+*").length||v.push(".#.+[+~]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",$)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e===C||e.ownerDocument===m&&y(m,e)?-1:t===C||t.ownerDocument===m&&y(m,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===C?-1:t===C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;a[r]===s[r];)r++;return r?pe(a[r],s[r]):a[r]===m?-1:s[r]===m?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if((e.ownerDocument||e)!==C&&T(e),d.matchesSelector&&E&&!A[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){A(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=p[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&p(e,function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?k.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?k.grep(e,function(e){return e===n!==r}):"string"!=typeof n?k.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(k.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||q,"string"!=typeof e)return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(k):k.makeArray(e,this);if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:L.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof k?t[0]:t,k.merge(this,k.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),D.test(r[1])&&k.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}).prototype=k.fn,q=k(E);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}k.fn.extend({has:function(e){var t=k(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ve(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?k.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;nx",y.noCloneChecked=!!me.cloneNode(!0).lastChild.defaultValue;var Te=/^key/,Ce=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ee=/^([^.]*)(?:\.(.+)|)/;function ke(){return!0}function Se(){return!1}function Ne(e,t){return e===function(){try{return E.activeElement}catch(e){}}()==("focus"===t)}function Ae(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Ae(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Se;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return k().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=k.guid++)),e.each(function(){k.event.add(this,t,i,r,n)})}function De(e,i,o){o?(Q.set(e,i,!1),k.event.add(e,i,{namespace:!1,handler:function(e){var t,n,r=Q.get(this,i);if(1&e.isTrigger&&this[i]){if(r.length)(k.event.special[i]||{}).delegateType&&e.stopPropagation();else if(r=s.call(arguments),Q.set(this,i,r),t=o(this,i),this[i](),r!==(n=Q.get(this,i))||t?Q.set(this,i,!1):n={},r!==n)return e.stopImmediatePropagation(),e.preventDefault(),n.value}else r.length&&(Q.set(this,i,{value:k.event.trigger(k.extend(r[0],k.Event.prototype),r.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Q.get(e,i)&&k.event.add(e,i,ke)}k.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.get(t);if(v)for(n.handler&&(n=(o=n).handler,i=o.selector),i&&k.find.matchesSelector(ie,i),n.guid||(n.guid=k.guid++),(u=v.events)||(u=v.events={}),(a=v.handle)||(a=v.handle=function(e){return void 0!==k&&k.event.triggered!==e.type?k.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(R)||[""]).length;l--;)d=g=(s=Ee.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=k.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=k.event.special[d]||{},c=k.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&k.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),k.event.global[d]=!0)},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.hasData(e)&&Q.get(e);if(v&&(u=v.events)){for(l=(t=(t||"").match(R)||[""]).length;l--;)if(d=g=(s=Ee.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d){for(f=k.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;o--;)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||k.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)k.event.remove(e,d+t[l],n,r,!0);k.isEmptyObject(u)&&Q.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=k.event.fix(e),u=new Array(arguments.length),l=(Q.get(this,"events")||{})[s.type]||[],c=k.event.special[s.type]||{};for(u[0]=s,t=1;t\x20\t\r\n\f]*)[^>]*)\/>/gi,qe=/\s*$/g;function Oe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&k(e).children("tbody")[0]||e}function Pe(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Re(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Me(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(Q.hasData(e)&&(o=Q.access(e),a=Q.set(t,o),l=o.events))for(i in delete a.handle,a.events={},l)for(n=0,r=l[i].length;n")},clone:function(e,t,n){var r,i,o,a,s,u,l,c=e.cloneNode(!0),f=oe(e);if(!(y.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||k.isXMLDoc(e)))for(a=ve(c),r=0,i=(o=ve(e)).length;r").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Vt,Gt=[],Yt=/(=)\?(?=&|$)|\?\?/;k.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Gt.pop()||k.expando+"_"+kt++;return this[e]=!0,e}}),k.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Yt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Yt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Yt,"$1"+r):!1!==e.jsonp&&(e.url+=(St.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||k.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?k(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Gt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Vt=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Vt.childNodes.length),k.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=D.exec(e))?[t.createElement(i[1])]:(i=we([e],t,o),o&&o.length&&k(o).remove(),k.merge([],i.childNodes)));var r,i,o},k.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(k.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},k.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){k.fn[t]=function(e){return this.on(t,e)}}),k.expr.pseudos.animated=function(t){return k.grep(k.timers,function(e){return t===e.elem}).length},k.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=k.css(e,"position"),c=k(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=k.css(e,"top"),u=k.css(e,"left"),i=("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,r.left):(a=parseFloat(o)||0,parseFloat(u)||0),m(t)&&(t=t.call(e,n,k.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},k.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){k.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===k.css(r,"position"))t=r.getBoundingClientRect();else{for(t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&"static"===k.css(e,"position");)e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=k(e).offset()).top+=k.css(e,"borderTopWidth",!0),i.left+=k.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-k.css(r,"marginTop",!0),left:t.left-i.left-k.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===k.css(e,"position");)e=e.offsetParent;return e||ie})}}),k.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;k.fn[t]=function(e){return _(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),k.each(["top","left"],function(e,n){k.cssHooks[n]=ze(y.pixelPosition,function(e,t){if(t)return t=_e(e,n),$e.test(t)?k(e).position()[n]+"px":t})}),k.each({Height:"height",Width:"width"},function(a,s){k.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){k.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return _(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?k.css(e,t,i):k.style(e,t,n,i)},s,n?e:void 0,n)}})}),k.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){k.fn[n]=function(e,t){return 0":">",'"':""","'":"'","`":"`"},P=h.invert(L);h.escape=W(L),h.unescape=W(P),h.result=function(n,r,t){h.isArray(r)||(r=[r]);var e=r.length;if(!e)return h.isFunction(t)?t.call(n):t;for(var u=0;u/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};function $(n){return"\\"+U[n]}var J=/(.)^/,U={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},V=/\\|'|\r|\n|\u2028|\u2029/g;h.template=function(i,n,r){!n&&r&&(n=r),n=h.defaults({},n,h.templateSettings);var t,e=RegExp([(n.escape||J).source,(n.interpolate||J).source,(n.evaluate||J).source].join("|")+"|$","g"),o=0,a="__p+='";i.replace(e,function(n,r,t,e,u){return a+=i.slice(o,u).replace(V,$),o=u+n.length,r?a+="'+\n((__t=("+r+"))==null?'':_.escape(__t))+\n'":t?a+="'+\n((__t=("+t+"))==null?'':__t)+\n'":e&&(a+="';\n"+e+"\n__p+='"),n}),a+="';\n",n.variable||(a="with(obj||{}){\n"+a+"}\n"),a="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+a+"return __p;\n";try{t=new Function(n.variable||"obj","_",a)}catch(n){throw n.source=a,n}function u(n){return t.call(this,n,h)}var c=n.variable||"obj";return u.source="function("+c+"){\n"+a+"}",u},h.chain=function(n){var r=h(n);return r._chain=!0,r};function G(n,r){return n._chain?h(r).chain():r}h.mixin=function(t){return h.each(h.functions(t),function(n){var r=h[n]=t[n];h.prototype[n]=function(){var n=[this._wrapped];return u.apply(n,arguments),G(this,r.apply(h,n))}}),h},h.mixin(h),h.each(["pop","push","reverse","shift","sort","splice","unshift"],function(r){var t=e[r];h.prototype[r]=function(){var n=this._wrapped;return t.apply(n,arguments),"shift"!==r&&"splice"!==r||0!==n.length||delete n[0],G(this,n)}}),h.each(["concat","join","slice"],function(n){var r=e[n];h.prototype[n]=function(){return G(this,r.apply(this._wrapped,arguments))}}),h.prototype.value=function(){return this._wrapped},h.prototype.valueOf=h.prototype.toJSON=h.prototype.value,h.prototype.toString=function(){return String(this._wrapped)},"function"==typeof define&&define.amd&&define("underscore",[],function(){return h})}(),function(t){var e="object"==typeof self&&self.self===self&&self||"object"==typeof global&&global.global===global&&global;if("function"==typeof define&&define.amd)define(["underscore","jquery","exports"],function(i,n,r){e.Backbone=t(e,r,i,n)});else if("undefined"!=typeof exports){var n,i=require("underscore");try{n=require("jquery")}catch(r){}t(e,exports,i,n)}else e.Backbone=t(e,{},e._,e.jQuery||e.Zepto||e.ender||e.$)}(function(t,e,i,n){var r=t.Backbone,s=Array.prototype.slice;e.VERSION="1.4.0",e.$=n,e.noConflict=function(){return t.Backbone=r,this},e.emulateHTTP=!1,e.emulateJSON=!1;var h,a=e.Events={},o=/\s+/,u=function(t,e,n,r,s){var h,a=0;if(n&&"object"==typeof n){void 0!==r&&"context"in s&&void 0===s.context&&(s.context=r);for(h=i.keys(n);athis.length&&(r=this.length),r<0&&(r+=this.length+1);var g,m,s=[],a=[],o=[],h=[],u={},l=e.add,c=e.merge,f=e.remove,d=!1,v=this.comparator&&null==r&&!1!==e.sort,p=i.isString(this.comparator)?this.comparator:null;for(m=0;m=this.length)return e.QueryLexer.EOS;var t=this.str.charAt(this.pos);return this.pos+=1,t},e.QueryLexer.prototype.width=function(){return this.pos-this.start},e.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},e.QueryLexer.prototype.backup=function(){this.pos-=1},e.QueryLexer.prototype.acceptDigitRun=function(){for(var t,r;47<(r=(t=this.next()).charCodeAt(0))&&r<58;);t!=e.QueryLexer.EOS&&this.backup()},e.QueryLexer.prototype.more=function(){return this.pos=this.scrollTop||0===this.scrollTop,isShown!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.secondaryNav.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop},Viewport}(typedoc.Events);typedoc.Viewport=Viewport,typedoc.registerService(Viewport,"viewport")}(typedoc||(typedoc={})),function(typedoc){typedoc.pointerDown="mousedown",typedoc.pointerMove="mousemove",typedoc.pointerUp="mouseup",typedoc.pointerDownPosition={x:0,y:0},typedoc.preventNextClick=!1,typedoc.isPointerDown=!1,typedoc.isPointerTouch=!1,typedoc.hasPointerMoved=!1,typedoc.isMobile=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),typedoc.$html.addClass(typedoc.isMobile?"is-mobile":"not-mobile"),typedoc.isMobile&&"ontouchstart"in document.documentElement&&(typedoc.isPointerTouch=!0,typedoc.pointerDown="touchstart",typedoc.pointerMove="touchmove",typedoc.pointerUp="touchend"),typedoc.$document.on(typedoc.pointerDown,function(e){typedoc.isPointerDown=!0,typedoc.hasPointerMoved=!1;var t="touchstart"==typedoc.pointerDown?e.originalEvent.targetTouches[0]:e;typedoc.pointerDownPosition.y=t.pageY||0,typedoc.pointerDownPosition.x=t.pageX||0}).on(typedoc.pointerMove,function(e){if(typedoc.isPointerDown&&!typedoc.hasPointerMoved){var t="touchstart"==typedoc.pointerDown?e.originalEvent.targetTouches[0]:e,x=typedoc.pointerDownPosition.x-(t.pageX||0),y=typedoc.pointerDownPosition.y-(t.pageY||0);typedoc.hasPointerMoved=10scrollTop;)index-=1;for(;index"+match+""}),parent=row.parent||"";(parent=parent.replace(new RegExp(query,"i"),function(match){return""+match+""}))&&(name=''+parent+"."+name),$results.append('
  • '+name+"
  • ")}}}function setLoadingState(value){loadingState!=value&&($el.removeClass(SearchLoadingState[loadingState].toLowerCase()),loadingState=value,$el.addClass(SearchLoadingState[loadingState].toLowerCase()),value==SearchLoadingState.Ready&&updateResults())}function setHasFocus(value){hasFocus!=value&&(hasFocus=value,$el.toggleClass("has-focus"),value?(setQuery(""),$field.val("")):$field.val(query))}function setQuery(value){query=$.trim(value),updateResults()}function setCurrentResult(dir){var $current=$results.find(".current");if(0==$current.length)$results.find(1==dir?"li:first-child":"li:last-child").addClass("current");else{var $rel=1==dir?$current.next("li"):$current.prev("li");0<$rel.length&&($current.removeClass("current"),$rel.addClass("current"))}}function gotoCurrentResult(){var $current=$results.find(".current");0==$current.length&&($current=$results.find("li:first-child")),0<$current.length&&(window.location.href=$current.find("a").prop("href"),$field.blur())}$results.on("mousedown",function(){resultClicked=!0}).on("mouseup",function(){setHasFocus(resultClicked=!1)}),$field.on("focusin",function(){setHasFocus(!0),loadIndex()}).on("focusout",function(){resultClicked?resultClicked=!1:setTimeout(function(){return setHasFocus(!1)},100)}).on("input",function(){setQuery($.trim(($field.val()||"").toString()))}).on("keydown",function(e){13==e.keyCode||27==e.keyCode||38==e.keyCode||40==e.keyCode?(preventPress=!0,e.preventDefault(),13==e.keyCode?gotoCurrentResult():27==e.keyCode?$field.blur():38==e.keyCode?setCurrentResult(-1):40==e.keyCode&&setCurrentResult(1)):preventPress=!1}).on("keypress",function(e){preventPress&&e.preventDefault()}),$("body").on("keydown",function(e){e.altKey||e.ctrlKey||e.metaKey||!hasFocus&&47this.groups.length-1&&(index=this.groups.length-1),this.index!=index){var to=this.groups[index];if(-1 .tsd-signature");if(!($signatures.length<2)){this.$container=this.$el.siblings(".tsd-descriptions");var $descriptions=this.$container.find("> .tsd-description");this.groups=[],$signatures.each(function(index,el){_this.groups.push(new SignatureGroup($(el),$descriptions.eq(index)))})}},Signature.prototype.onClick=function(e){var _this=this;_(this.groups).forEach(function(group,index){group.$signature.is(e.currentTarget)&&_this.setIndex(index)})},Signature}(Backbone.View);typedoc.registerComponent(Signature,".tsd-signatures")}(typedoc||(typedoc={})),function(typedoc){var Toggle=function(_super){function Toggle(options){var _this=_super.call(this,options)||this;return _this.className=_this.$el.attr("data-toggle")||"",_this.$el.on(typedoc.pointerUp,function(e){return _this.onPointerUp(e)}),_this.$el.on("click",function(e){return e.preventDefault()}),typedoc.$document.on(typedoc.pointerDown,function(e){return _this.onDocumentPointerDown(e)}),typedoc.$document.on(typedoc.pointerUp,function(e){return _this.onDocumentPointerUp(e)}),_this}return __extends(Toggle,_super),Toggle.prototype.setActive=function(value){if(this.active!=value){this.active=value,typedoc.$html.toggleClass("has-"+this.className,value),this.$el.toggleClass("active",value);var transition=(this.active?"to-has-":"from-has-")+this.className;typedoc.$html.addClass(transition),setTimeout(function(){return typedoc.$html.removeClass(transition)},500)}},Toggle.prototype.onPointerUp=function(event){typedoc.hasPointerMoved||(this.setActive(!0),event.preventDefault())},Toggle.prototype.onDocumentPointerDown=function(e){if(this.active){var $path=$(e.target).parents().addBack();if($path.hasClass("col-menu"))return;if($path.hasClass("tsd-filter-group"))return;this.setActive(!1)}},Toggle.prototype.onDocumentPointerUp=function(e){var _this=this;if(!typedoc.hasPointerMoved&&this.active){var $path=$(e.target).parents().addBack();if($path.hasClass("col-menu")){var $link=$path.filter("a");if($link.length){var href=window.location.href;-1!=href.indexOf("#")&&(href=href.substr(0,href.indexOf("#"))),$link.prop("href").substr(0,href.length)==href&&setTimeout(function(){return _this.setActive(!1)},250)}}}},Toggle}(Backbone.View);typedoc.registerComponent(Toggle,"a[data-toggle]")}(typedoc||(typedoc={})),function(typedoc){typedoc.app=new typedoc.Application}(typedoc||(typedoc={})); \ No newline at end of file +/* + * ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development"). + * This devtool is not neither made for production nor for readable output files. + * It uses "eval()" calls to create a separate source file in the browser devtools. + * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/) + * or disable the default devtool with "devtool: false". + * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/). + */ +/******/ (() => { // webpackBootstrap +/******/ var __webpack_modules__ = ({ + +/***/ "../node_modules/lunr/lunr.js": +/*!************************************!*\ + !*** ../node_modules/lunr/lunr.js ***! + \************************************/ +/***/ ((module, exports, __webpack_require__) => { + +eval("var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;/**\n * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9\n * Copyright (C) 2020 Oliver Nightingale\n * @license MIT\n */\n\n;(function(){\n\n/**\n * A convenience function for configuring and constructing\n * a new lunr Index.\n *\n * A lunr.Builder instance is created and the pipeline setup\n * with a trimmer, stop word filter and stemmer.\n *\n * This builder object is yielded to the configuration function\n * that is passed as a parameter, allowing the list of fields\n * and other builder parameters to be customised.\n *\n * All documents _must_ be added within the passed config function.\n *\n * @example\n * var idx = lunr(function () {\n * this.field('title')\n * this.field('body')\n * this.ref('id')\n *\n * documents.forEach(function (doc) {\n * this.add(doc)\n * }, this)\n * })\n *\n * @see {@link lunr.Builder}\n * @see {@link lunr.Pipeline}\n * @see {@link lunr.trimmer}\n * @see {@link lunr.stopWordFilter}\n * @see {@link lunr.stemmer}\n * @namespace {function} lunr\n */\nvar lunr = function (config) {\n var builder = new lunr.Builder\n\n builder.pipeline.add(\n lunr.trimmer,\n lunr.stopWordFilter,\n lunr.stemmer\n )\n\n builder.searchPipeline.add(\n lunr.stemmer\n )\n\n config.call(builder, builder)\n return builder.build()\n}\n\nlunr.version = \"2.3.9\"\n/*!\n * lunr.utils\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A namespace containing utils for the rest of the lunr library\n * @namespace lunr.utils\n */\nlunr.utils = {}\n\n/**\n * Print a warning message to the console.\n *\n * @param {String} message The message to be printed.\n * @memberOf lunr.utils\n * @function\n */\nlunr.utils.warn = (function (global) {\n /* eslint-disable no-console */\n return function (message) {\n if (global.console && console.warn) {\n console.warn(message)\n }\n }\n /* eslint-enable no-console */\n})(this)\n\n/**\n * Convert an object to a string.\n *\n * In the case of `null` and `undefined` the function returns\n * the empty string, in all other cases the result of calling\n * `toString` on the passed object is returned.\n *\n * @param {Any} obj The object to convert to a string.\n * @return {String} string representation of the passed object.\n * @memberOf lunr.utils\n */\nlunr.utils.asString = function (obj) {\n if (obj === void 0 || obj === null) {\n return \"\"\n } else {\n return obj.toString()\n }\n}\n\n/**\n * Clones an object.\n *\n * Will create a copy of an existing object such that any mutations\n * on the copy cannot affect the original.\n *\n * Only shallow objects are supported, passing a nested object to this\n * function will cause a TypeError.\n *\n * Objects with primitives, and arrays of primitives are supported.\n *\n * @param {Object} obj The object to clone.\n * @return {Object} a clone of the passed object.\n * @throws {TypeError} when a nested object is passed.\n * @memberOf Utils\n */\nlunr.utils.clone = function (obj) {\n if (obj === null || obj === undefined) {\n return obj\n }\n\n var clone = Object.create(null),\n keys = Object.keys(obj)\n\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i],\n val = obj[key]\n\n if (Array.isArray(val)) {\n clone[key] = val.slice()\n continue\n }\n\n if (typeof val === 'string' ||\n typeof val === 'number' ||\n typeof val === 'boolean') {\n clone[key] = val\n continue\n }\n\n throw new TypeError(\"clone is not deep and does not support nested objects\")\n }\n\n return clone\n}\nlunr.FieldRef = function (docRef, fieldName, stringValue) {\n this.docRef = docRef\n this.fieldName = fieldName\n this._stringValue = stringValue\n}\n\nlunr.FieldRef.joiner = \"/\"\n\nlunr.FieldRef.fromString = function (s) {\n var n = s.indexOf(lunr.FieldRef.joiner)\n\n if (n === -1) {\n throw \"malformed field ref string\"\n }\n\n var fieldRef = s.slice(0, n),\n docRef = s.slice(n + 1)\n\n return new lunr.FieldRef (docRef, fieldRef, s)\n}\n\nlunr.FieldRef.prototype.toString = function () {\n if (this._stringValue == undefined) {\n this._stringValue = this.fieldName + lunr.FieldRef.joiner + this.docRef\n }\n\n return this._stringValue\n}\n/*!\n * lunr.Set\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A lunr set.\n *\n * @constructor\n */\nlunr.Set = function (elements) {\n this.elements = Object.create(null)\n\n if (elements) {\n this.length = elements.length\n\n for (var i = 0; i < this.length; i++) {\n this.elements[elements[i]] = true\n }\n } else {\n this.length = 0\n }\n}\n\n/**\n * A complete set that contains all elements.\n *\n * @static\n * @readonly\n * @type {lunr.Set}\n */\nlunr.Set.complete = {\n intersect: function (other) {\n return other\n },\n\n union: function () {\n return this\n },\n\n contains: function () {\n return true\n }\n}\n\n/**\n * An empty set that contains no elements.\n *\n * @static\n * @readonly\n * @type {lunr.Set}\n */\nlunr.Set.empty = {\n intersect: function () {\n return this\n },\n\n union: function (other) {\n return other\n },\n\n contains: function () {\n return false\n }\n}\n\n/**\n * Returns true if this set contains the specified object.\n *\n * @param {object} object - Object whose presence in this set is to be tested.\n * @returns {boolean} - True if this set contains the specified object.\n */\nlunr.Set.prototype.contains = function (object) {\n return !!this.elements[object]\n}\n\n/**\n * Returns a new set containing only the elements that are present in both\n * this set and the specified set.\n *\n * @param {lunr.Set} other - set to intersect with this set.\n * @returns {lunr.Set} a new set that is the intersection of this and the specified set.\n */\n\nlunr.Set.prototype.intersect = function (other) {\n var a, b, elements, intersection = []\n\n if (other === lunr.Set.complete) {\n return this\n }\n\n if (other === lunr.Set.empty) {\n return other\n }\n\n if (this.length < other.length) {\n a = this\n b = other\n } else {\n a = other\n b = this\n }\n\n elements = Object.keys(a.elements)\n\n for (var i = 0; i < elements.length; i++) {\n var element = elements[i]\n if (element in b.elements) {\n intersection.push(element)\n }\n }\n\n return new lunr.Set (intersection)\n}\n\n/**\n * Returns a new set combining the elements of this and the specified set.\n *\n * @param {lunr.Set} other - set to union with this set.\n * @return {lunr.Set} a new set that is the union of this and the specified set.\n */\n\nlunr.Set.prototype.union = function (other) {\n if (other === lunr.Set.complete) {\n return lunr.Set.complete\n }\n\n if (other === lunr.Set.empty) {\n return this\n }\n\n return new lunr.Set(Object.keys(this.elements).concat(Object.keys(other.elements)))\n}\n/**\n * A function to calculate the inverse document frequency for\n * a posting. This is shared between the builder and the index\n *\n * @private\n * @param {object} posting - The posting for a given term\n * @param {number} documentCount - The total number of documents.\n */\nlunr.idf = function (posting, documentCount) {\n var documentsWithTerm = 0\n\n for (var fieldName in posting) {\n if (fieldName == '_index') continue // Ignore the term index, its not a field\n documentsWithTerm += Object.keys(posting[fieldName]).length\n }\n\n var x = (documentCount - documentsWithTerm + 0.5) / (documentsWithTerm + 0.5)\n\n return Math.log(1 + Math.abs(x))\n}\n\n/**\n * A token wraps a string representation of a token\n * as it is passed through the text processing pipeline.\n *\n * @constructor\n * @param {string} [str=''] - The string token being wrapped.\n * @param {object} [metadata={}] - Metadata associated with this token.\n */\nlunr.Token = function (str, metadata) {\n this.str = str || \"\"\n this.metadata = metadata || {}\n}\n\n/**\n * Returns the token string that is being wrapped by this object.\n *\n * @returns {string}\n */\nlunr.Token.prototype.toString = function () {\n return this.str\n}\n\n/**\n * A token update function is used when updating or optionally\n * when cloning a token.\n *\n * @callback lunr.Token~updateFunction\n * @param {string} str - The string representation of the token.\n * @param {Object} metadata - All metadata associated with this token.\n */\n\n/**\n * Applies the given function to the wrapped string token.\n *\n * @example\n * token.update(function (str, metadata) {\n * return str.toUpperCase()\n * })\n *\n * @param {lunr.Token~updateFunction} fn - A function to apply to the token string.\n * @returns {lunr.Token}\n */\nlunr.Token.prototype.update = function (fn) {\n this.str = fn(this.str, this.metadata)\n return this\n}\n\n/**\n * Creates a clone of this token. Optionally a function can be\n * applied to the cloned token.\n *\n * @param {lunr.Token~updateFunction} [fn] - An optional function to apply to the cloned token.\n * @returns {lunr.Token}\n */\nlunr.Token.prototype.clone = function (fn) {\n fn = fn || function (s) { return s }\n return new lunr.Token (fn(this.str, this.metadata), this.metadata)\n}\n/*!\n * lunr.tokenizer\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A function for splitting a string into tokens ready to be inserted into\n * the search index. Uses `lunr.tokenizer.separator` to split strings, change\n * the value of this property to change how strings are split into tokens.\n *\n * This tokenizer will convert its parameter to a string by calling `toString` and\n * then will split this string on the character in `lunr.tokenizer.separator`.\n * Arrays will have their elements converted to strings and wrapped in a lunr.Token.\n *\n * Optional metadata can be passed to the tokenizer, this metadata will be cloned and\n * added as metadata to every token that is created from the object to be tokenized.\n *\n * @static\n * @param {?(string|object|object[])} obj - The object to convert into tokens\n * @param {?object} metadata - Optional metadata to associate with every token\n * @returns {lunr.Token[]}\n * @see {@link lunr.Pipeline}\n */\nlunr.tokenizer = function (obj, metadata) {\n if (obj == null || obj == undefined) {\n return []\n }\n\n if (Array.isArray(obj)) {\n return obj.map(function (t) {\n return new lunr.Token(\n lunr.utils.asString(t).toLowerCase(),\n lunr.utils.clone(metadata)\n )\n })\n }\n\n var str = obj.toString().toLowerCase(),\n len = str.length,\n tokens = []\n\n for (var sliceEnd = 0, sliceStart = 0; sliceEnd <= len; sliceEnd++) {\n var char = str.charAt(sliceEnd),\n sliceLength = sliceEnd - sliceStart\n\n if ((char.match(lunr.tokenizer.separator) || sliceEnd == len)) {\n\n if (sliceLength > 0) {\n var tokenMetadata = lunr.utils.clone(metadata) || {}\n tokenMetadata[\"position\"] = [sliceStart, sliceLength]\n tokenMetadata[\"index\"] = tokens.length\n\n tokens.push(\n new lunr.Token (\n str.slice(sliceStart, sliceEnd),\n tokenMetadata\n )\n )\n }\n\n sliceStart = sliceEnd + 1\n }\n\n }\n\n return tokens\n}\n\n/**\n * The separator used to split a string into tokens. Override this property to change the behaviour of\n * `lunr.tokenizer` behaviour when tokenizing strings. By default this splits on whitespace and hyphens.\n *\n * @static\n * @see lunr.tokenizer\n */\nlunr.tokenizer.separator = /[\\s\\-]+/\n/*!\n * lunr.Pipeline\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.Pipelines maintain an ordered list of functions to be applied to all\n * tokens in documents entering the search index and queries being ran against\n * the index.\n *\n * An instance of lunr.Index created with the lunr shortcut will contain a\n * pipeline with a stop word filter and an English language stemmer. Extra\n * functions can be added before or after either of these functions or these\n * default functions can be removed.\n *\n * When run the pipeline will call each function in turn, passing a token, the\n * index of that token in the original list of all tokens and finally a list of\n * all the original tokens.\n *\n * The output of functions in the pipeline will be passed to the next function\n * in the pipeline. To exclude a token from entering the index the function\n * should return undefined, the rest of the pipeline will not be called with\n * this token.\n *\n * For serialisation of pipelines to work, all functions used in an instance of\n * a pipeline should be registered with lunr.Pipeline. Registered functions can\n * then be loaded. If trying to load a serialised pipeline that uses functions\n * that are not registered an error will be thrown.\n *\n * If not planning on serialising the pipeline then registering pipeline functions\n * is not necessary.\n *\n * @constructor\n */\nlunr.Pipeline = function () {\n this._stack = []\n}\n\nlunr.Pipeline.registeredFunctions = Object.create(null)\n\n/**\n * A pipeline function maps lunr.Token to lunr.Token. A lunr.Token contains the token\n * string as well as all known metadata. A pipeline function can mutate the token string\n * or mutate (or add) metadata for a given token.\n *\n * A pipeline function can indicate that the passed token should be discarded by returning\n * null, undefined or an empty string. This token will not be passed to any downstream pipeline\n * functions and will not be added to the index.\n *\n * Multiple tokens can be returned by returning an array of tokens. Each token will be passed\n * to any downstream pipeline functions and all will returned tokens will be added to the index.\n *\n * Any number of pipeline functions may be chained together using a lunr.Pipeline.\n *\n * @interface lunr.PipelineFunction\n * @param {lunr.Token} token - A token from the document being processed.\n * @param {number} i - The index of this token in the complete list of tokens for this document/field.\n * @param {lunr.Token[]} tokens - All tokens for this document/field.\n * @returns {(?lunr.Token|lunr.Token[])}\n */\n\n/**\n * Register a function with the pipeline.\n *\n * Functions that are used in the pipeline should be registered if the pipeline\n * needs to be serialised, or a serialised pipeline needs to be loaded.\n *\n * Registering a function does not add it to a pipeline, functions must still be\n * added to instances of the pipeline for them to be used when running a pipeline.\n *\n * @param {lunr.PipelineFunction} fn - The function to check for.\n * @param {String} label - The label to register this function with\n */\nlunr.Pipeline.registerFunction = function (fn, label) {\n if (label in this.registeredFunctions) {\n lunr.utils.warn('Overwriting existing registered function: ' + label)\n }\n\n fn.label = label\n lunr.Pipeline.registeredFunctions[fn.label] = fn\n}\n\n/**\n * Warns if the function is not registered as a Pipeline function.\n *\n * @param {lunr.PipelineFunction} fn - The function to check for.\n * @private\n */\nlunr.Pipeline.warnIfFunctionNotRegistered = function (fn) {\n var isRegistered = fn.label && (fn.label in this.registeredFunctions)\n\n if (!isRegistered) {\n lunr.utils.warn('Function is not registered with pipeline. This may cause problems when serialising the index.\\n', fn)\n }\n}\n\n/**\n * Loads a previously serialised pipeline.\n *\n * All functions to be loaded must already be registered with lunr.Pipeline.\n * If any function from the serialised data has not been registered then an\n * error will be thrown.\n *\n * @param {Object} serialised - The serialised pipeline to load.\n * @returns {lunr.Pipeline}\n */\nlunr.Pipeline.load = function (serialised) {\n var pipeline = new lunr.Pipeline\n\n serialised.forEach(function (fnName) {\n var fn = lunr.Pipeline.registeredFunctions[fnName]\n\n if (fn) {\n pipeline.add(fn)\n } else {\n throw new Error('Cannot load unregistered function: ' + fnName)\n }\n })\n\n return pipeline\n}\n\n/**\n * Adds new functions to the end of the pipeline.\n *\n * Logs a warning if the function has not been registered.\n *\n * @param {lunr.PipelineFunction[]} functions - Any number of functions to add to the pipeline.\n */\nlunr.Pipeline.prototype.add = function () {\n var fns = Array.prototype.slice.call(arguments)\n\n fns.forEach(function (fn) {\n lunr.Pipeline.warnIfFunctionNotRegistered(fn)\n this._stack.push(fn)\n }, this)\n}\n\n/**\n * Adds a single function after a function that already exists in the\n * pipeline.\n *\n * Logs a warning if the function has not been registered.\n *\n * @param {lunr.PipelineFunction} existingFn - A function that already exists in the pipeline.\n * @param {lunr.PipelineFunction} newFn - The new function to add to the pipeline.\n */\nlunr.Pipeline.prototype.after = function (existingFn, newFn) {\n lunr.Pipeline.warnIfFunctionNotRegistered(newFn)\n\n var pos = this._stack.indexOf(existingFn)\n if (pos == -1) {\n throw new Error('Cannot find existingFn')\n }\n\n pos = pos + 1\n this._stack.splice(pos, 0, newFn)\n}\n\n/**\n * Adds a single function before a function that already exists in the\n * pipeline.\n *\n * Logs a warning if the function has not been registered.\n *\n * @param {lunr.PipelineFunction} existingFn - A function that already exists in the pipeline.\n * @param {lunr.PipelineFunction} newFn - The new function to add to the pipeline.\n */\nlunr.Pipeline.prototype.before = function (existingFn, newFn) {\n lunr.Pipeline.warnIfFunctionNotRegistered(newFn)\n\n var pos = this._stack.indexOf(existingFn)\n if (pos == -1) {\n throw new Error('Cannot find existingFn')\n }\n\n this._stack.splice(pos, 0, newFn)\n}\n\n/**\n * Removes a function from the pipeline.\n *\n * @param {lunr.PipelineFunction} fn The function to remove from the pipeline.\n */\nlunr.Pipeline.prototype.remove = function (fn) {\n var pos = this._stack.indexOf(fn)\n if (pos == -1) {\n return\n }\n\n this._stack.splice(pos, 1)\n}\n\n/**\n * Runs the current list of functions that make up the pipeline against the\n * passed tokens.\n *\n * @param {Array} tokens The tokens to run through the pipeline.\n * @returns {Array}\n */\nlunr.Pipeline.prototype.run = function (tokens) {\n var stackLength = this._stack.length\n\n for (var i = 0; i < stackLength; i++) {\n var fn = this._stack[i]\n var memo = []\n\n for (var j = 0; j < tokens.length; j++) {\n var result = fn(tokens[j], j, tokens)\n\n if (result === null || result === void 0 || result === '') continue\n\n if (Array.isArray(result)) {\n for (var k = 0; k < result.length; k++) {\n memo.push(result[k])\n }\n } else {\n memo.push(result)\n }\n }\n\n tokens = memo\n }\n\n return tokens\n}\n\n/**\n * Convenience method for passing a string through a pipeline and getting\n * strings out. This method takes care of wrapping the passed string in a\n * token and mapping the resulting tokens back to strings.\n *\n * @param {string} str - The string to pass through the pipeline.\n * @param {?object} metadata - Optional metadata to associate with the token\n * passed to the pipeline.\n * @returns {string[]}\n */\nlunr.Pipeline.prototype.runString = function (str, metadata) {\n var token = new lunr.Token (str, metadata)\n\n return this.run([token]).map(function (t) {\n return t.toString()\n })\n}\n\n/**\n * Resets the pipeline by removing any existing processors.\n *\n */\nlunr.Pipeline.prototype.reset = function () {\n this._stack = []\n}\n\n/**\n * Returns a representation of the pipeline ready for serialisation.\n *\n * Logs a warning if the function has not been registered.\n *\n * @returns {Array}\n */\nlunr.Pipeline.prototype.toJSON = function () {\n return this._stack.map(function (fn) {\n lunr.Pipeline.warnIfFunctionNotRegistered(fn)\n\n return fn.label\n })\n}\n/*!\n * lunr.Vector\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A vector is used to construct the vector space of documents and queries. These\n * vectors support operations to determine the similarity between two documents or\n * a document and a query.\n *\n * Normally no parameters are required for initializing a vector, but in the case of\n * loading a previously dumped vector the raw elements can be provided to the constructor.\n *\n * For performance reasons vectors are implemented with a flat array, where an elements\n * index is immediately followed by its value. E.g. [index, value, index, value]. This\n * allows the underlying array to be as sparse as possible and still offer decent\n * performance when being used for vector calculations.\n *\n * @constructor\n * @param {Number[]} [elements] - The flat list of element index and element value pairs.\n */\nlunr.Vector = function (elements) {\n this._magnitude = 0\n this.elements = elements || []\n}\n\n\n/**\n * Calculates the position within the vector to insert a given index.\n *\n * This is used internally by insert and upsert. If there are duplicate indexes then\n * the position is returned as if the value for that index were to be updated, but it\n * is the callers responsibility to check whether there is a duplicate at that index\n *\n * @param {Number} insertIdx - The index at which the element should be inserted.\n * @returns {Number}\n */\nlunr.Vector.prototype.positionForIndex = function (index) {\n // For an empty vector the tuple can be inserted at the beginning\n if (this.elements.length == 0) {\n return 0\n }\n\n var start = 0,\n end = this.elements.length / 2,\n sliceLength = end - start,\n pivotPoint = Math.floor(sliceLength / 2),\n pivotIndex = this.elements[pivotPoint * 2]\n\n while (sliceLength > 1) {\n if (pivotIndex < index) {\n start = pivotPoint\n }\n\n if (pivotIndex > index) {\n end = pivotPoint\n }\n\n if (pivotIndex == index) {\n break\n }\n\n sliceLength = end - start\n pivotPoint = start + Math.floor(sliceLength / 2)\n pivotIndex = this.elements[pivotPoint * 2]\n }\n\n if (pivotIndex == index) {\n return pivotPoint * 2\n }\n\n if (pivotIndex > index) {\n return pivotPoint * 2\n }\n\n if (pivotIndex < index) {\n return (pivotPoint + 1) * 2\n }\n}\n\n/**\n * Inserts an element at an index within the vector.\n *\n * Does not allow duplicates, will throw an error if there is already an entry\n * for this index.\n *\n * @param {Number} insertIdx - The index at which the element should be inserted.\n * @param {Number} val - The value to be inserted into the vector.\n */\nlunr.Vector.prototype.insert = function (insertIdx, val) {\n this.upsert(insertIdx, val, function () {\n throw \"duplicate index\"\n })\n}\n\n/**\n * Inserts or updates an existing index within the vector.\n *\n * @param {Number} insertIdx - The index at which the element should be inserted.\n * @param {Number} val - The value to be inserted into the vector.\n * @param {function} fn - A function that is called for updates, the existing value and the\n * requested value are passed as arguments\n */\nlunr.Vector.prototype.upsert = function (insertIdx, val, fn) {\n this._magnitude = 0\n var position = this.positionForIndex(insertIdx)\n\n if (this.elements[position] == insertIdx) {\n this.elements[position + 1] = fn(this.elements[position + 1], val)\n } else {\n this.elements.splice(position, 0, insertIdx, val)\n }\n}\n\n/**\n * Calculates the magnitude of this vector.\n *\n * @returns {Number}\n */\nlunr.Vector.prototype.magnitude = function () {\n if (this._magnitude) return this._magnitude\n\n var sumOfSquares = 0,\n elementsLength = this.elements.length\n\n for (var i = 1; i < elementsLength; i += 2) {\n var val = this.elements[i]\n sumOfSquares += val * val\n }\n\n return this._magnitude = Math.sqrt(sumOfSquares)\n}\n\n/**\n * Calculates the dot product of this vector and another vector.\n *\n * @param {lunr.Vector} otherVector - The vector to compute the dot product with.\n * @returns {Number}\n */\nlunr.Vector.prototype.dot = function (otherVector) {\n var dotProduct = 0,\n a = this.elements, b = otherVector.elements,\n aLen = a.length, bLen = b.length,\n aVal = 0, bVal = 0,\n i = 0, j = 0\n\n while (i < aLen && j < bLen) {\n aVal = a[i], bVal = b[j]\n if (aVal < bVal) {\n i += 2\n } else if (aVal > bVal) {\n j += 2\n } else if (aVal == bVal) {\n dotProduct += a[i + 1] * b[j + 1]\n i += 2\n j += 2\n }\n }\n\n return dotProduct\n}\n\n/**\n * Calculates the similarity between this vector and another vector.\n *\n * @param {lunr.Vector} otherVector - The other vector to calculate the\n * similarity with.\n * @returns {Number}\n */\nlunr.Vector.prototype.similarity = function (otherVector) {\n return this.dot(otherVector) / this.magnitude() || 0\n}\n\n/**\n * Converts the vector to an array of the elements within the vector.\n *\n * @returns {Number[]}\n */\nlunr.Vector.prototype.toArray = function () {\n var output = new Array (this.elements.length / 2)\n\n for (var i = 1, j = 0; i < this.elements.length; i += 2, j++) {\n output[j] = this.elements[i]\n }\n\n return output\n}\n\n/**\n * A JSON serializable representation of the vector.\n *\n * @returns {Number[]}\n */\nlunr.Vector.prototype.toJSON = function () {\n return this.elements\n}\n/* eslint-disable */\n/*!\n * lunr.stemmer\n * Copyright (C) 2020 Oliver Nightingale\n * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt\n */\n\n/**\n * lunr.stemmer is an english language stemmer, this is a JavaScript\n * implementation of the PorterStemmer taken from http://tartarus.org/~martin\n *\n * @static\n * @implements {lunr.PipelineFunction}\n * @param {lunr.Token} token - The string to stem\n * @returns {lunr.Token}\n * @see {@link lunr.Pipeline}\n * @function\n */\nlunr.stemmer = (function(){\n var step2list = {\n \"ational\" : \"ate\",\n \"tional\" : \"tion\",\n \"enci\" : \"ence\",\n \"anci\" : \"ance\",\n \"izer\" : \"ize\",\n \"bli\" : \"ble\",\n \"alli\" : \"al\",\n \"entli\" : \"ent\",\n \"eli\" : \"e\",\n \"ousli\" : \"ous\",\n \"ization\" : \"ize\",\n \"ation\" : \"ate\",\n \"ator\" : \"ate\",\n \"alism\" : \"al\",\n \"iveness\" : \"ive\",\n \"fulness\" : \"ful\",\n \"ousness\" : \"ous\",\n \"aliti\" : \"al\",\n \"iviti\" : \"ive\",\n \"biliti\" : \"ble\",\n \"logi\" : \"log\"\n },\n\n step3list = {\n \"icate\" : \"ic\",\n \"ative\" : \"\",\n \"alize\" : \"al\",\n \"iciti\" : \"ic\",\n \"ical\" : \"ic\",\n \"ful\" : \"\",\n \"ness\" : \"\"\n },\n\n c = \"[^aeiou]\", // consonant\n v = \"[aeiouy]\", // vowel\n C = c + \"[^aeiouy]*\", // consonant sequence\n V = v + \"[aeiou]*\", // vowel sequence\n\n mgr0 = \"^(\" + C + \")?\" + V + C, // [C]VC... is m>0\n meq1 = \"^(\" + C + \")?\" + V + C + \"(\" + V + \")?$\", // [C]VC[V] is m=1\n mgr1 = \"^(\" + C + \")?\" + V + C + V + C, // [C]VCVC... is m>1\n s_v = \"^(\" + C + \")?\" + v; // vowel in stem\n\n var re_mgr0 = new RegExp(mgr0);\n var re_mgr1 = new RegExp(mgr1);\n var re_meq1 = new RegExp(meq1);\n var re_s_v = new RegExp(s_v);\n\n var re_1a = /^(.+?)(ss|i)es$/;\n var re2_1a = /^(.+?)([^s])s$/;\n var re_1b = /^(.+?)eed$/;\n var re2_1b = /^(.+?)(ed|ing)$/;\n var re_1b_2 = /.$/;\n var re2_1b_2 = /(at|bl|iz)$/;\n var re3_1b_2 = new RegExp(\"([^aeiouylsz])\\\\1$\");\n var re4_1b_2 = new RegExp(\"^\" + C + v + \"[^aeiouwxy]$\");\n\n var re_1c = /^(.+?[^aeiou])y$/;\n var re_2 = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/;\n\n var re_3 = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/;\n\n var re_4 = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/;\n var re2_4 = /^(.+?)(s|t)(ion)$/;\n\n var re_5 = /^(.+?)e$/;\n var re_5_1 = /ll$/;\n var re3_5 = new RegExp(\"^\" + C + v + \"[^aeiouwxy]$\");\n\n var porterStemmer = function porterStemmer(w) {\n var stem,\n suffix,\n firstch,\n re,\n re2,\n re3,\n re4;\n\n if (w.length < 3) { return w; }\n\n firstch = w.substr(0,1);\n if (firstch == \"y\") {\n w = firstch.toUpperCase() + w.substr(1);\n }\n\n // Step 1a\n re = re_1a\n re2 = re2_1a;\n\n if (re.test(w)) { w = w.replace(re,\"$1$2\"); }\n else if (re2.test(w)) { w = w.replace(re2,\"$1$2\"); }\n\n // Step 1b\n re = re_1b;\n re2 = re2_1b;\n if (re.test(w)) {\n var fp = re.exec(w);\n re = re_mgr0;\n if (re.test(fp[1])) {\n re = re_1b_2;\n w = w.replace(re,\"\");\n }\n } else if (re2.test(w)) {\n var fp = re2.exec(w);\n stem = fp[1];\n re2 = re_s_v;\n if (re2.test(stem)) {\n w = stem;\n re2 = re2_1b_2;\n re3 = re3_1b_2;\n re4 = re4_1b_2;\n if (re2.test(w)) { w = w + \"e\"; }\n else if (re3.test(w)) { re = re_1b_2; w = w.replace(re,\"\"); }\n else if (re4.test(w)) { w = w + \"e\"; }\n }\n }\n\n // Step 1c - replace suffix y or Y by i if preceded by a non-vowel which is not the first letter of the word (so cry -> cri, by -> by, say -> say)\n re = re_1c;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n w = stem + \"i\";\n }\n\n // Step 2\n re = re_2;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n suffix = fp[2];\n re = re_mgr0;\n if (re.test(stem)) {\n w = stem + step2list[suffix];\n }\n }\n\n // Step 3\n re = re_3;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n suffix = fp[2];\n re = re_mgr0;\n if (re.test(stem)) {\n w = stem + step3list[suffix];\n }\n }\n\n // Step 4\n re = re_4;\n re2 = re2_4;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n re = re_mgr1;\n if (re.test(stem)) {\n w = stem;\n }\n } else if (re2.test(w)) {\n var fp = re2.exec(w);\n stem = fp[1] + fp[2];\n re2 = re_mgr1;\n if (re2.test(stem)) {\n w = stem;\n }\n }\n\n // Step 5\n re = re_5;\n if (re.test(w)) {\n var fp = re.exec(w);\n stem = fp[1];\n re = re_mgr1;\n re2 = re_meq1;\n re3 = re3_5;\n if (re.test(stem) || (re2.test(stem) && !(re3.test(stem)))) {\n w = stem;\n }\n }\n\n re = re_5_1;\n re2 = re_mgr1;\n if (re.test(w) && re2.test(w)) {\n re = re_1b_2;\n w = w.replace(re,\"\");\n }\n\n // and turn initial Y back to y\n\n if (firstch == \"y\") {\n w = firstch.toLowerCase() + w.substr(1);\n }\n\n return w;\n };\n\n return function (token) {\n return token.update(porterStemmer);\n }\n})();\n\nlunr.Pipeline.registerFunction(lunr.stemmer, 'stemmer')\n/*!\n * lunr.stopWordFilter\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.generateStopWordFilter builds a stopWordFilter function from the provided\n * list of stop words.\n *\n * The built in lunr.stopWordFilter is built using this generator and can be used\n * to generate custom stopWordFilters for applications or non English languages.\n *\n * @function\n * @param {Array} token The token to pass through the filter\n * @returns {lunr.PipelineFunction}\n * @see lunr.Pipeline\n * @see lunr.stopWordFilter\n */\nlunr.generateStopWordFilter = function (stopWords) {\n var words = stopWords.reduce(function (memo, stopWord) {\n memo[stopWord] = stopWord\n return memo\n }, {})\n\n return function (token) {\n if (token && words[token.toString()] !== token.toString()) return token\n }\n}\n\n/**\n * lunr.stopWordFilter is an English language stop word list filter, any words\n * contained in the list will not be passed through the filter.\n *\n * This is intended to be used in the Pipeline. If the token does not pass the\n * filter then undefined will be returned.\n *\n * @function\n * @implements {lunr.PipelineFunction}\n * @params {lunr.Token} token - A token to check for being a stop word.\n * @returns {lunr.Token}\n * @see {@link lunr.Pipeline}\n */\nlunr.stopWordFilter = lunr.generateStopWordFilter([\n 'a',\n 'able',\n 'about',\n 'across',\n 'after',\n 'all',\n 'almost',\n 'also',\n 'am',\n 'among',\n 'an',\n 'and',\n 'any',\n 'are',\n 'as',\n 'at',\n 'be',\n 'because',\n 'been',\n 'but',\n 'by',\n 'can',\n 'cannot',\n 'could',\n 'dear',\n 'did',\n 'do',\n 'does',\n 'either',\n 'else',\n 'ever',\n 'every',\n 'for',\n 'from',\n 'get',\n 'got',\n 'had',\n 'has',\n 'have',\n 'he',\n 'her',\n 'hers',\n 'him',\n 'his',\n 'how',\n 'however',\n 'i',\n 'if',\n 'in',\n 'into',\n 'is',\n 'it',\n 'its',\n 'just',\n 'least',\n 'let',\n 'like',\n 'likely',\n 'may',\n 'me',\n 'might',\n 'most',\n 'must',\n 'my',\n 'neither',\n 'no',\n 'nor',\n 'not',\n 'of',\n 'off',\n 'often',\n 'on',\n 'only',\n 'or',\n 'other',\n 'our',\n 'own',\n 'rather',\n 'said',\n 'say',\n 'says',\n 'she',\n 'should',\n 'since',\n 'so',\n 'some',\n 'than',\n 'that',\n 'the',\n 'their',\n 'them',\n 'then',\n 'there',\n 'these',\n 'they',\n 'this',\n 'tis',\n 'to',\n 'too',\n 'twas',\n 'us',\n 'wants',\n 'was',\n 'we',\n 'were',\n 'what',\n 'when',\n 'where',\n 'which',\n 'while',\n 'who',\n 'whom',\n 'why',\n 'will',\n 'with',\n 'would',\n 'yet',\n 'you',\n 'your'\n])\n\nlunr.Pipeline.registerFunction(lunr.stopWordFilter, 'stopWordFilter')\n/*!\n * lunr.trimmer\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.trimmer is a pipeline function for trimming non word\n * characters from the beginning and end of tokens before they\n * enter the index.\n *\n * This implementation may not work correctly for non latin\n * characters and should either be removed or adapted for use\n * with languages with non-latin characters.\n *\n * @static\n * @implements {lunr.PipelineFunction}\n * @param {lunr.Token} token The token to pass through the filter\n * @returns {lunr.Token}\n * @see lunr.Pipeline\n */\nlunr.trimmer = function (token) {\n return token.update(function (s) {\n return s.replace(/^\\W+/, '').replace(/\\W+$/, '')\n })\n}\n\nlunr.Pipeline.registerFunction(lunr.trimmer, 'trimmer')\n/*!\n * lunr.TokenSet\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A token set is used to store the unique list of all tokens\n * within an index. Token sets are also used to represent an\n * incoming query to the index, this query token set and index\n * token set are then intersected to find which tokens to look\n * up in the inverted index.\n *\n * A token set can hold multiple tokens, as in the case of the\n * index token set, or it can hold a single token as in the\n * case of a simple query token set.\n *\n * Additionally token sets are used to perform wildcard matching.\n * Leading, contained and trailing wildcards are supported, and\n * from this edit distance matching can also be provided.\n *\n * Token sets are implemented as a minimal finite state automata,\n * where both common prefixes and suffixes are shared between tokens.\n * This helps to reduce the space used for storing the token set.\n *\n * @constructor\n */\nlunr.TokenSet = function () {\n this.final = false\n this.edges = {}\n this.id = lunr.TokenSet._nextId\n lunr.TokenSet._nextId += 1\n}\n\n/**\n * Keeps track of the next, auto increment, identifier to assign\n * to a new tokenSet.\n *\n * TokenSets require a unique identifier to be correctly minimised.\n *\n * @private\n */\nlunr.TokenSet._nextId = 1\n\n/**\n * Creates a TokenSet instance from the given sorted array of words.\n *\n * @param {String[]} arr - A sorted array of strings to create the set from.\n * @returns {lunr.TokenSet}\n * @throws Will throw an error if the input array is not sorted.\n */\nlunr.TokenSet.fromArray = function (arr) {\n var builder = new lunr.TokenSet.Builder\n\n for (var i = 0, len = arr.length; i < len; i++) {\n builder.insert(arr[i])\n }\n\n builder.finish()\n return builder.root\n}\n\n/**\n * Creates a token set from a query clause.\n *\n * @private\n * @param {Object} clause - A single clause from lunr.Query.\n * @param {string} clause.term - The query clause term.\n * @param {number} [clause.editDistance] - The optional edit distance for the term.\n * @returns {lunr.TokenSet}\n */\nlunr.TokenSet.fromClause = function (clause) {\n if ('editDistance' in clause) {\n return lunr.TokenSet.fromFuzzyString(clause.term, clause.editDistance)\n } else {\n return lunr.TokenSet.fromString(clause.term)\n }\n}\n\n/**\n * Creates a token set representing a single string with a specified\n * edit distance.\n *\n * Insertions, deletions, substitutions and transpositions are each\n * treated as an edit distance of 1.\n *\n * Increasing the allowed edit distance will have a dramatic impact\n * on the performance of both creating and intersecting these TokenSets.\n * It is advised to keep the edit distance less than 3.\n *\n * @param {string} str - The string to create the token set from.\n * @param {number} editDistance - The allowed edit distance to match.\n * @returns {lunr.Vector}\n */\nlunr.TokenSet.fromFuzzyString = function (str, editDistance) {\n var root = new lunr.TokenSet\n\n var stack = [{\n node: root,\n editsRemaining: editDistance,\n str: str\n }]\n\n while (stack.length) {\n var frame = stack.pop()\n\n // no edit\n if (frame.str.length > 0) {\n var char = frame.str.charAt(0),\n noEditNode\n\n if (char in frame.node.edges) {\n noEditNode = frame.node.edges[char]\n } else {\n noEditNode = new lunr.TokenSet\n frame.node.edges[char] = noEditNode\n }\n\n if (frame.str.length == 1) {\n noEditNode.final = true\n }\n\n stack.push({\n node: noEditNode,\n editsRemaining: frame.editsRemaining,\n str: frame.str.slice(1)\n })\n }\n\n if (frame.editsRemaining == 0) {\n continue\n }\n\n // insertion\n if (\"*\" in frame.node.edges) {\n var insertionNode = frame.node.edges[\"*\"]\n } else {\n var insertionNode = new lunr.TokenSet\n frame.node.edges[\"*\"] = insertionNode\n }\n\n if (frame.str.length == 0) {\n insertionNode.final = true\n }\n\n stack.push({\n node: insertionNode,\n editsRemaining: frame.editsRemaining - 1,\n str: frame.str\n })\n\n // deletion\n // can only do a deletion if we have enough edits remaining\n // and if there are characters left to delete in the string\n if (frame.str.length > 1) {\n stack.push({\n node: frame.node,\n editsRemaining: frame.editsRemaining - 1,\n str: frame.str.slice(1)\n })\n }\n\n // deletion\n // just removing the last character from the str\n if (frame.str.length == 1) {\n frame.node.final = true\n }\n\n // substitution\n // can only do a substitution if we have enough edits remaining\n // and if there are characters left to substitute\n if (frame.str.length >= 1) {\n if (\"*\" in frame.node.edges) {\n var substitutionNode = frame.node.edges[\"*\"]\n } else {\n var substitutionNode = new lunr.TokenSet\n frame.node.edges[\"*\"] = substitutionNode\n }\n\n if (frame.str.length == 1) {\n substitutionNode.final = true\n }\n\n stack.push({\n node: substitutionNode,\n editsRemaining: frame.editsRemaining - 1,\n str: frame.str.slice(1)\n })\n }\n\n // transposition\n // can only do a transposition if there are edits remaining\n // and there are enough characters to transpose\n if (frame.str.length > 1) {\n var charA = frame.str.charAt(0),\n charB = frame.str.charAt(1),\n transposeNode\n\n if (charB in frame.node.edges) {\n transposeNode = frame.node.edges[charB]\n } else {\n transposeNode = new lunr.TokenSet\n frame.node.edges[charB] = transposeNode\n }\n\n if (frame.str.length == 1) {\n transposeNode.final = true\n }\n\n stack.push({\n node: transposeNode,\n editsRemaining: frame.editsRemaining - 1,\n str: charA + frame.str.slice(2)\n })\n }\n }\n\n return root\n}\n\n/**\n * Creates a TokenSet from a string.\n *\n * The string may contain one or more wildcard characters (*)\n * that will allow wildcard matching when intersecting with\n * another TokenSet.\n *\n * @param {string} str - The string to create a TokenSet from.\n * @returns {lunr.TokenSet}\n */\nlunr.TokenSet.fromString = function (str) {\n var node = new lunr.TokenSet,\n root = node\n\n /*\n * Iterates through all characters within the passed string\n * appending a node for each character.\n *\n * When a wildcard character is found then a self\n * referencing edge is introduced to continually match\n * any number of any characters.\n */\n for (var i = 0, len = str.length; i < len; i++) {\n var char = str[i],\n final = (i == len - 1)\n\n if (char == \"*\") {\n node.edges[char] = node\n node.final = final\n\n } else {\n var next = new lunr.TokenSet\n next.final = final\n\n node.edges[char] = next\n node = next\n }\n }\n\n return root\n}\n\n/**\n * Converts this TokenSet into an array of strings\n * contained within the TokenSet.\n *\n * This is not intended to be used on a TokenSet that\n * contains wildcards, in these cases the results are\n * undefined and are likely to cause an infinite loop.\n *\n * @returns {string[]}\n */\nlunr.TokenSet.prototype.toArray = function () {\n var words = []\n\n var stack = [{\n prefix: \"\",\n node: this\n }]\n\n while (stack.length) {\n var frame = stack.pop(),\n edges = Object.keys(frame.node.edges),\n len = edges.length\n\n if (frame.node.final) {\n /* In Safari, at this point the prefix is sometimes corrupted, see:\n * https://github.com/olivernn/lunr.js/issues/279 Calling any\n * String.prototype method forces Safari to \"cast\" this string to what\n * it's supposed to be, fixing the bug. */\n frame.prefix.charAt(0)\n words.push(frame.prefix)\n }\n\n for (var i = 0; i < len; i++) {\n var edge = edges[i]\n\n stack.push({\n prefix: frame.prefix.concat(edge),\n node: frame.node.edges[edge]\n })\n }\n }\n\n return words\n}\n\n/**\n * Generates a string representation of a TokenSet.\n *\n * This is intended to allow TokenSets to be used as keys\n * in objects, largely to aid the construction and minimisation\n * of a TokenSet. As such it is not designed to be a human\n * friendly representation of the TokenSet.\n *\n * @returns {string}\n */\nlunr.TokenSet.prototype.toString = function () {\n // NOTE: Using Object.keys here as this.edges is very likely\n // to enter 'hash-mode' with many keys being added\n //\n // avoiding a for-in loop here as it leads to the function\n // being de-optimised (at least in V8). From some simple\n // benchmarks the performance is comparable, but allowing\n // V8 to optimize may mean easy performance wins in the future.\n\n if (this._str) {\n return this._str\n }\n\n var str = this.final ? '1' : '0',\n labels = Object.keys(this.edges).sort(),\n len = labels.length\n\n for (var i = 0; i < len; i++) {\n var label = labels[i],\n node = this.edges[label]\n\n str = str + label + node.id\n }\n\n return str\n}\n\n/**\n * Returns a new TokenSet that is the intersection of\n * this TokenSet and the passed TokenSet.\n *\n * This intersection will take into account any wildcards\n * contained within the TokenSet.\n *\n * @param {lunr.TokenSet} b - An other TokenSet to intersect with.\n * @returns {lunr.TokenSet}\n */\nlunr.TokenSet.prototype.intersect = function (b) {\n var output = new lunr.TokenSet,\n frame = undefined\n\n var stack = [{\n qNode: b,\n output: output,\n node: this\n }]\n\n while (stack.length) {\n frame = stack.pop()\n\n // NOTE: As with the #toString method, we are using\n // Object.keys and a for loop instead of a for-in loop\n // as both of these objects enter 'hash' mode, causing\n // the function to be de-optimised in V8\n var qEdges = Object.keys(frame.qNode.edges),\n qLen = qEdges.length,\n nEdges = Object.keys(frame.node.edges),\n nLen = nEdges.length\n\n for (var q = 0; q < qLen; q++) {\n var qEdge = qEdges[q]\n\n for (var n = 0; n < nLen; n++) {\n var nEdge = nEdges[n]\n\n if (nEdge == qEdge || qEdge == '*') {\n var node = frame.node.edges[nEdge],\n qNode = frame.qNode.edges[qEdge],\n final = node.final && qNode.final,\n next = undefined\n\n if (nEdge in frame.output.edges) {\n // an edge already exists for this character\n // no need to create a new node, just set the finality\n // bit unless this node is already final\n next = frame.output.edges[nEdge]\n next.final = next.final || final\n\n } else {\n // no edge exists yet, must create one\n // set the finality bit and insert it\n // into the output\n next = new lunr.TokenSet\n next.final = final\n frame.output.edges[nEdge] = next\n }\n\n stack.push({\n qNode: qNode,\n output: next,\n node: node\n })\n }\n }\n }\n }\n\n return output\n}\nlunr.TokenSet.Builder = function () {\n this.previousWord = \"\"\n this.root = new lunr.TokenSet\n this.uncheckedNodes = []\n this.minimizedNodes = {}\n}\n\nlunr.TokenSet.Builder.prototype.insert = function (word) {\n var node,\n commonPrefix = 0\n\n if (word < this.previousWord) {\n throw new Error (\"Out of order word insertion\")\n }\n\n for (var i = 0; i < word.length && i < this.previousWord.length; i++) {\n if (word[i] != this.previousWord[i]) break\n commonPrefix++\n }\n\n this.minimize(commonPrefix)\n\n if (this.uncheckedNodes.length == 0) {\n node = this.root\n } else {\n node = this.uncheckedNodes[this.uncheckedNodes.length - 1].child\n }\n\n for (var i = commonPrefix; i < word.length; i++) {\n var nextNode = new lunr.TokenSet,\n char = word[i]\n\n node.edges[char] = nextNode\n\n this.uncheckedNodes.push({\n parent: node,\n char: char,\n child: nextNode\n })\n\n node = nextNode\n }\n\n node.final = true\n this.previousWord = word\n}\n\nlunr.TokenSet.Builder.prototype.finish = function () {\n this.minimize(0)\n}\n\nlunr.TokenSet.Builder.prototype.minimize = function (downTo) {\n for (var i = this.uncheckedNodes.length - 1; i >= downTo; i--) {\n var node = this.uncheckedNodes[i],\n childKey = node.child.toString()\n\n if (childKey in this.minimizedNodes) {\n node.parent.edges[node.char] = this.minimizedNodes[childKey]\n } else {\n // Cache the key for this node since\n // we know it can't change anymore\n node.child._str = childKey\n\n this.minimizedNodes[childKey] = node.child\n }\n\n this.uncheckedNodes.pop()\n }\n}\n/*!\n * lunr.Index\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * An index contains the built index of all documents and provides a query interface\n * to the index.\n *\n * Usually instances of lunr.Index will not be created using this constructor, instead\n * lunr.Builder should be used to construct new indexes, or lunr.Index.load should be\n * used to load previously built and serialized indexes.\n *\n * @constructor\n * @param {Object} attrs - The attributes of the built search index.\n * @param {Object} attrs.invertedIndex - An index of term/field to document reference.\n * @param {Object} attrs.fieldVectors - Field vectors\n * @param {lunr.TokenSet} attrs.tokenSet - An set of all corpus tokens.\n * @param {string[]} attrs.fields - The names of indexed document fields.\n * @param {lunr.Pipeline} attrs.pipeline - The pipeline to use for search terms.\n */\nlunr.Index = function (attrs) {\n this.invertedIndex = attrs.invertedIndex\n this.fieldVectors = attrs.fieldVectors\n this.tokenSet = attrs.tokenSet\n this.fields = attrs.fields\n this.pipeline = attrs.pipeline\n}\n\n/**\n * A result contains details of a document matching a search query.\n * @typedef {Object} lunr.Index~Result\n * @property {string} ref - The reference of the document this result represents.\n * @property {number} score - A number between 0 and 1 representing how similar this document is to the query.\n * @property {lunr.MatchData} matchData - Contains metadata about this match including which term(s) caused the match.\n */\n\n/**\n * Although lunr provides the ability to create queries using lunr.Query, it also provides a simple\n * query language which itself is parsed into an instance of lunr.Query.\n *\n * For programmatically building queries it is advised to directly use lunr.Query, the query language\n * is best used for human entered text rather than program generated text.\n *\n * At its simplest queries can just be a single term, e.g. `hello`, multiple terms are also supported\n * and will be combined with OR, e.g `hello world` will match documents that contain either 'hello'\n * or 'world', though those that contain both will rank higher in the results.\n *\n * Wildcards can be included in terms to match one or more unspecified characters, these wildcards can\n * be inserted anywhere within the term, and more than one wildcard can exist in a single term. Adding\n * wildcards will increase the number of documents that will be found but can also have a negative\n * impact on query performance, especially with wildcards at the beginning of a term.\n *\n * Terms can be restricted to specific fields, e.g. `title:hello`, only documents with the term\n * hello in the title field will match this query. Using a field not present in the index will lead\n * to an error being thrown.\n *\n * Modifiers can also be added to terms, lunr supports edit distance and boost modifiers on terms. A term\n * boost will make documents matching that term score higher, e.g. `foo^5`. Edit distance is also supported\n * to provide fuzzy matching, e.g. 'hello~2' will match documents with hello with an edit distance of 2.\n * Avoid large values for edit distance to improve query performance.\n *\n * Each term also supports a presence modifier. By default a term's presence in document is optional, however\n * this can be changed to either required or prohibited. For a term's presence to be required in a document the\n * term should be prefixed with a '+', e.g. `+foo bar` is a search for documents that must contain 'foo' and\n * optionally contain 'bar'. Conversely a leading '-' sets the terms presence to prohibited, i.e. it must not\n * appear in a document, e.g. `-foo bar` is a search for documents that do not contain 'foo' but may contain 'bar'.\n *\n * To escape special characters the backslash character '\\' can be used, this allows searches to include\n * characters that would normally be considered modifiers, e.g. `foo\\~2` will search for a term \"foo~2\" instead\n * of attempting to apply a boost of 2 to the search term \"foo\".\n *\n * @typedef {string} lunr.Index~QueryString\n * @example Simple single term query\n * hello\n * @example Multiple term query\n * hello world\n * @example term scoped to a field\n * title:hello\n * @example term with a boost of 10\n * hello^10\n * @example term with an edit distance of 2\n * hello~2\n * @example terms with presence modifiers\n * -foo +bar baz\n */\n\n/**\n * Performs a search against the index using lunr query syntax.\n *\n * Results will be returned sorted by their score, the most relevant results\n * will be returned first. For details on how the score is calculated, please see\n * the {@link https://lunrjs.com/guides/searching.html#scoring|guide}.\n *\n * For more programmatic querying use lunr.Index#query.\n *\n * @param {lunr.Index~QueryString} queryString - A string containing a lunr query.\n * @throws {lunr.QueryParseError} If the passed query string cannot be parsed.\n * @returns {lunr.Index~Result[]}\n */\nlunr.Index.prototype.search = function (queryString) {\n return this.query(function (query) {\n var parser = new lunr.QueryParser(queryString, query)\n parser.parse()\n })\n}\n\n/**\n * A query builder callback provides a query object to be used to express\n * the query to perform on the index.\n *\n * @callback lunr.Index~queryBuilder\n * @param {lunr.Query} query - The query object to build up.\n * @this lunr.Query\n */\n\n/**\n * Performs a query against the index using the yielded lunr.Query object.\n *\n * If performing programmatic queries against the index, this method is preferred\n * over lunr.Index#search so as to avoid the additional query parsing overhead.\n *\n * A query object is yielded to the supplied function which should be used to\n * express the query to be run against the index.\n *\n * Note that although this function takes a callback parameter it is _not_ an\n * asynchronous operation, the callback is just yielded a query object to be\n * customized.\n *\n * @param {lunr.Index~queryBuilder} fn - A function that is used to build the query.\n * @returns {lunr.Index~Result[]}\n */\nlunr.Index.prototype.query = function (fn) {\n // for each query clause\n // * process terms\n // * expand terms from token set\n // * find matching documents and metadata\n // * get document vectors\n // * score documents\n\n var query = new lunr.Query(this.fields),\n matchingFields = Object.create(null),\n queryVectors = Object.create(null),\n termFieldCache = Object.create(null),\n requiredMatches = Object.create(null),\n prohibitedMatches = Object.create(null)\n\n /*\n * To support field level boosts a query vector is created per\n * field. An empty vector is eagerly created to support negated\n * queries.\n */\n for (var i = 0; i < this.fields.length; i++) {\n queryVectors[this.fields[i]] = new lunr.Vector\n }\n\n fn.call(query, query)\n\n for (var i = 0; i < query.clauses.length; i++) {\n /*\n * Unless the pipeline has been disabled for this term, which is\n * the case for terms with wildcards, we need to pass the clause\n * term through the search pipeline. A pipeline returns an array\n * of processed terms. Pipeline functions may expand the passed\n * term, which means we may end up performing multiple index lookups\n * for a single query term.\n */\n var clause = query.clauses[i],\n terms = null,\n clauseMatches = lunr.Set.empty\n\n if (clause.usePipeline) {\n terms = this.pipeline.runString(clause.term, {\n fields: clause.fields\n })\n } else {\n terms = [clause.term]\n }\n\n for (var m = 0; m < terms.length; m++) {\n var term = terms[m]\n\n /*\n * Each term returned from the pipeline needs to use the same query\n * clause object, e.g. the same boost and or edit distance. The\n * simplest way to do this is to re-use the clause object but mutate\n * its term property.\n */\n clause.term = term\n\n /*\n * From the term in the clause we create a token set which will then\n * be used to intersect the indexes token set to get a list of terms\n * to lookup in the inverted index\n */\n var termTokenSet = lunr.TokenSet.fromClause(clause),\n expandedTerms = this.tokenSet.intersect(termTokenSet).toArray()\n\n /*\n * If a term marked as required does not exist in the tokenSet it is\n * impossible for the search to return any matches. We set all the field\n * scoped required matches set to empty and stop examining any further\n * clauses.\n */\n if (expandedTerms.length === 0 && clause.presence === lunr.Query.presence.REQUIRED) {\n for (var k = 0; k < clause.fields.length; k++) {\n var field = clause.fields[k]\n requiredMatches[field] = lunr.Set.empty\n }\n\n break\n }\n\n for (var j = 0; j < expandedTerms.length; j++) {\n /*\n * For each term get the posting and termIndex, this is required for\n * building the query vector.\n */\n var expandedTerm = expandedTerms[j],\n posting = this.invertedIndex[expandedTerm],\n termIndex = posting._index\n\n for (var k = 0; k < clause.fields.length; k++) {\n /*\n * For each field that this query term is scoped by (by default\n * all fields are in scope) we need to get all the document refs\n * that have this term in that field.\n *\n * The posting is the entry in the invertedIndex for the matching\n * term from above.\n */\n var field = clause.fields[k],\n fieldPosting = posting[field],\n matchingDocumentRefs = Object.keys(fieldPosting),\n termField = expandedTerm + \"/\" + field,\n matchingDocumentsSet = new lunr.Set(matchingDocumentRefs)\n\n /*\n * if the presence of this term is required ensure that the matching\n * documents are added to the set of required matches for this clause.\n *\n */\n if (clause.presence == lunr.Query.presence.REQUIRED) {\n clauseMatches = clauseMatches.union(matchingDocumentsSet)\n\n if (requiredMatches[field] === undefined) {\n requiredMatches[field] = lunr.Set.complete\n }\n }\n\n /*\n * if the presence of this term is prohibited ensure that the matching\n * documents are added to the set of prohibited matches for this field,\n * creating that set if it does not yet exist.\n */\n if (clause.presence == lunr.Query.presence.PROHIBITED) {\n if (prohibitedMatches[field] === undefined) {\n prohibitedMatches[field] = lunr.Set.empty\n }\n\n prohibitedMatches[field] = prohibitedMatches[field].union(matchingDocumentsSet)\n\n /*\n * Prohibited matches should not be part of the query vector used for\n * similarity scoring and no metadata should be extracted so we continue\n * to the next field\n */\n continue\n }\n\n /*\n * The query field vector is populated using the termIndex found for\n * the term and a unit value with the appropriate boost applied.\n * Using upsert because there could already be an entry in the vector\n * for the term we are working with. In that case we just add the scores\n * together.\n */\n queryVectors[field].upsert(termIndex, clause.boost, function (a, b) { return a + b })\n\n /**\n * If we've already seen this term, field combo then we've already collected\n * the matching documents and metadata, no need to go through all that again\n */\n if (termFieldCache[termField]) {\n continue\n }\n\n for (var l = 0; l < matchingDocumentRefs.length; l++) {\n /*\n * All metadata for this term/field/document triple\n * are then extracted and collected into an instance\n * of lunr.MatchData ready to be returned in the query\n * results\n */\n var matchingDocumentRef = matchingDocumentRefs[l],\n matchingFieldRef = new lunr.FieldRef (matchingDocumentRef, field),\n metadata = fieldPosting[matchingDocumentRef],\n fieldMatch\n\n if ((fieldMatch = matchingFields[matchingFieldRef]) === undefined) {\n matchingFields[matchingFieldRef] = new lunr.MatchData (expandedTerm, field, metadata)\n } else {\n fieldMatch.add(expandedTerm, field, metadata)\n }\n\n }\n\n termFieldCache[termField] = true\n }\n }\n }\n\n /**\n * If the presence was required we need to update the requiredMatches field sets.\n * We do this after all fields for the term have collected their matches because\n * the clause terms presence is required in _any_ of the fields not _all_ of the\n * fields.\n */\n if (clause.presence === lunr.Query.presence.REQUIRED) {\n for (var k = 0; k < clause.fields.length; k++) {\n var field = clause.fields[k]\n requiredMatches[field] = requiredMatches[field].intersect(clauseMatches)\n }\n }\n }\n\n /**\n * Need to combine the field scoped required and prohibited\n * matching documents into a global set of required and prohibited\n * matches\n */\n var allRequiredMatches = lunr.Set.complete,\n allProhibitedMatches = lunr.Set.empty\n\n for (var i = 0; i < this.fields.length; i++) {\n var field = this.fields[i]\n\n if (requiredMatches[field]) {\n allRequiredMatches = allRequiredMatches.intersect(requiredMatches[field])\n }\n\n if (prohibitedMatches[field]) {\n allProhibitedMatches = allProhibitedMatches.union(prohibitedMatches[field])\n }\n }\n\n var matchingFieldRefs = Object.keys(matchingFields),\n results = [],\n matches = Object.create(null)\n\n /*\n * If the query is negated (contains only prohibited terms)\n * we need to get _all_ fieldRefs currently existing in the\n * index. This is only done when we know that the query is\n * entirely prohibited terms to avoid any cost of getting all\n * fieldRefs unnecessarily.\n *\n * Additionally, blank MatchData must be created to correctly\n * populate the results.\n */\n if (query.isNegated()) {\n matchingFieldRefs = Object.keys(this.fieldVectors)\n\n for (var i = 0; i < matchingFieldRefs.length; i++) {\n var matchingFieldRef = matchingFieldRefs[i]\n var fieldRef = lunr.FieldRef.fromString(matchingFieldRef)\n matchingFields[matchingFieldRef] = new lunr.MatchData\n }\n }\n\n for (var i = 0; i < matchingFieldRefs.length; i++) {\n /*\n * Currently we have document fields that match the query, but we\n * need to return documents. The matchData and scores are combined\n * from multiple fields belonging to the same document.\n *\n * Scores are calculated by field, using the query vectors created\n * above, and combined into a final document score using addition.\n */\n var fieldRef = lunr.FieldRef.fromString(matchingFieldRefs[i]),\n docRef = fieldRef.docRef\n\n if (!allRequiredMatches.contains(docRef)) {\n continue\n }\n\n if (allProhibitedMatches.contains(docRef)) {\n continue\n }\n\n var fieldVector = this.fieldVectors[fieldRef],\n score = queryVectors[fieldRef.fieldName].similarity(fieldVector),\n docMatch\n\n if ((docMatch = matches[docRef]) !== undefined) {\n docMatch.score += score\n docMatch.matchData.combine(matchingFields[fieldRef])\n } else {\n var match = {\n ref: docRef,\n score: score,\n matchData: matchingFields[fieldRef]\n }\n matches[docRef] = match\n results.push(match)\n }\n }\n\n /*\n * Sort the results objects by score, highest first.\n */\n return results.sort(function (a, b) {\n return b.score - a.score\n })\n}\n\n/**\n * Prepares the index for JSON serialization.\n *\n * The schema for this JSON blob will be described in a\n * separate JSON schema file.\n *\n * @returns {Object}\n */\nlunr.Index.prototype.toJSON = function () {\n var invertedIndex = Object.keys(this.invertedIndex)\n .sort()\n .map(function (term) {\n return [term, this.invertedIndex[term]]\n }, this)\n\n var fieldVectors = Object.keys(this.fieldVectors)\n .map(function (ref) {\n return [ref, this.fieldVectors[ref].toJSON()]\n }, this)\n\n return {\n version: lunr.version,\n fields: this.fields,\n fieldVectors: fieldVectors,\n invertedIndex: invertedIndex,\n pipeline: this.pipeline.toJSON()\n }\n}\n\n/**\n * Loads a previously serialized lunr.Index\n *\n * @param {Object} serializedIndex - A previously serialized lunr.Index\n * @returns {lunr.Index}\n */\nlunr.Index.load = function (serializedIndex) {\n var attrs = {},\n fieldVectors = {},\n serializedVectors = serializedIndex.fieldVectors,\n invertedIndex = Object.create(null),\n serializedInvertedIndex = serializedIndex.invertedIndex,\n tokenSetBuilder = new lunr.TokenSet.Builder,\n pipeline = lunr.Pipeline.load(serializedIndex.pipeline)\n\n if (serializedIndex.version != lunr.version) {\n lunr.utils.warn(\"Version mismatch when loading serialised index. Current version of lunr '\" + lunr.version + \"' does not match serialized index '\" + serializedIndex.version + \"'\")\n }\n\n for (var i = 0; i < serializedVectors.length; i++) {\n var tuple = serializedVectors[i],\n ref = tuple[0],\n elements = tuple[1]\n\n fieldVectors[ref] = new lunr.Vector(elements)\n }\n\n for (var i = 0; i < serializedInvertedIndex.length; i++) {\n var tuple = serializedInvertedIndex[i],\n term = tuple[0],\n posting = tuple[1]\n\n tokenSetBuilder.insert(term)\n invertedIndex[term] = posting\n }\n\n tokenSetBuilder.finish()\n\n attrs.fields = serializedIndex.fields\n\n attrs.fieldVectors = fieldVectors\n attrs.invertedIndex = invertedIndex\n attrs.tokenSet = tokenSetBuilder.root\n attrs.pipeline = pipeline\n\n return new lunr.Index(attrs)\n}\n/*!\n * lunr.Builder\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.Builder performs indexing on a set of documents and\n * returns instances of lunr.Index ready for querying.\n *\n * All configuration of the index is done via the builder, the\n * fields to index, the document reference, the text processing\n * pipeline and document scoring parameters are all set on the\n * builder before indexing.\n *\n * @constructor\n * @property {string} _ref - Internal reference to the document reference field.\n * @property {string[]} _fields - Internal reference to the document fields to index.\n * @property {object} invertedIndex - The inverted index maps terms to document fields.\n * @property {object} documentTermFrequencies - Keeps track of document term frequencies.\n * @property {object} documentLengths - Keeps track of the length of documents added to the index.\n * @property {lunr.tokenizer} tokenizer - Function for splitting strings into tokens for indexing.\n * @property {lunr.Pipeline} pipeline - The pipeline performs text processing on tokens before indexing.\n * @property {lunr.Pipeline} searchPipeline - A pipeline for processing search terms before querying the index.\n * @property {number} documentCount - Keeps track of the total number of documents indexed.\n * @property {number} _b - A parameter to control field length normalization, setting this to 0 disabled normalization, 1 fully normalizes field lengths, the default value is 0.75.\n * @property {number} _k1 - A parameter to control how quickly an increase in term frequency results in term frequency saturation, the default value is 1.2.\n * @property {number} termIndex - A counter incremented for each unique term, used to identify a terms position in the vector space.\n * @property {array} metadataWhitelist - A list of metadata keys that have been whitelisted for entry in the index.\n */\nlunr.Builder = function () {\n this._ref = \"id\"\n this._fields = Object.create(null)\n this._documents = Object.create(null)\n this.invertedIndex = Object.create(null)\n this.fieldTermFrequencies = {}\n this.fieldLengths = {}\n this.tokenizer = lunr.tokenizer\n this.pipeline = new lunr.Pipeline\n this.searchPipeline = new lunr.Pipeline\n this.documentCount = 0\n this._b = 0.75\n this._k1 = 1.2\n this.termIndex = 0\n this.metadataWhitelist = []\n}\n\n/**\n * Sets the document field used as the document reference. Every document must have this field.\n * The type of this field in the document should be a string, if it is not a string it will be\n * coerced into a string by calling toString.\n *\n * The default ref is 'id'.\n *\n * The ref should _not_ be changed during indexing, it should be set before any documents are\n * added to the index. Changing it during indexing can lead to inconsistent results.\n *\n * @param {string} ref - The name of the reference field in the document.\n */\nlunr.Builder.prototype.ref = function (ref) {\n this._ref = ref\n}\n\n/**\n * A function that is used to extract a field from a document.\n *\n * Lunr expects a field to be at the top level of a document, if however the field\n * is deeply nested within a document an extractor function can be used to extract\n * the right field for indexing.\n *\n * @callback fieldExtractor\n * @param {object} doc - The document being added to the index.\n * @returns {?(string|object|object[])} obj - The object that will be indexed for this field.\n * @example Extracting a nested field\n * function (doc) { return doc.nested.field }\n */\n\n/**\n * Adds a field to the list of document fields that will be indexed. Every document being\n * indexed should have this field. Null values for this field in indexed documents will\n * not cause errors but will limit the chance of that document being retrieved by searches.\n *\n * All fields should be added before adding documents to the index. Adding fields after\n * a document has been indexed will have no effect on already indexed documents.\n *\n * Fields can be boosted at build time. This allows terms within that field to have more\n * importance when ranking search results. Use a field boost to specify that matches within\n * one field are more important than other fields.\n *\n * @param {string} fieldName - The name of a field to index in all documents.\n * @param {object} attributes - Optional attributes associated with this field.\n * @param {number} [attributes.boost=1] - Boost applied to all terms within this field.\n * @param {fieldExtractor} [attributes.extractor] - Function to extract a field from a document.\n * @throws {RangeError} fieldName cannot contain unsupported characters '/'\n */\nlunr.Builder.prototype.field = function (fieldName, attributes) {\n if (/\\//.test(fieldName)) {\n throw new RangeError (\"Field '\" + fieldName + \"' contains illegal character '/'\")\n }\n\n this._fields[fieldName] = attributes || {}\n}\n\n/**\n * A parameter to tune the amount of field length normalisation that is applied when\n * calculating relevance scores. A value of 0 will completely disable any normalisation\n * and a value of 1 will fully normalise field lengths. The default is 0.75. Values of b\n * will be clamped to the range 0 - 1.\n *\n * @param {number} number - The value to set for this tuning parameter.\n */\nlunr.Builder.prototype.b = function (number) {\n if (number < 0) {\n this._b = 0\n } else if (number > 1) {\n this._b = 1\n } else {\n this._b = number\n }\n}\n\n/**\n * A parameter that controls the speed at which a rise in term frequency results in term\n * frequency saturation. The default value is 1.2. Setting this to a higher value will give\n * slower saturation levels, a lower value will result in quicker saturation.\n *\n * @param {number} number - The value to set for this tuning parameter.\n */\nlunr.Builder.prototype.k1 = function (number) {\n this._k1 = number\n}\n\n/**\n * Adds a document to the index.\n *\n * Before adding fields to the index the index should have been fully setup, with the document\n * ref and all fields to index already having been specified.\n *\n * The document must have a field name as specified by the ref (by default this is 'id') and\n * it should have all fields defined for indexing, though null or undefined values will not\n * cause errors.\n *\n * Entire documents can be boosted at build time. Applying a boost to a document indicates that\n * this document should rank higher in search results than other documents.\n *\n * @param {object} doc - The document to add to the index.\n * @param {object} attributes - Optional attributes associated with this document.\n * @param {number} [attributes.boost=1] - Boost applied to all terms within this document.\n */\nlunr.Builder.prototype.add = function (doc, attributes) {\n var docRef = doc[this._ref],\n fields = Object.keys(this._fields)\n\n this._documents[docRef] = attributes || {}\n this.documentCount += 1\n\n for (var i = 0; i < fields.length; i++) {\n var fieldName = fields[i],\n extractor = this._fields[fieldName].extractor,\n field = extractor ? extractor(doc) : doc[fieldName],\n tokens = this.tokenizer(field, {\n fields: [fieldName]\n }),\n terms = this.pipeline.run(tokens),\n fieldRef = new lunr.FieldRef (docRef, fieldName),\n fieldTerms = Object.create(null)\n\n this.fieldTermFrequencies[fieldRef] = fieldTerms\n this.fieldLengths[fieldRef] = 0\n\n // store the length of this field for this document\n this.fieldLengths[fieldRef] += terms.length\n\n // calculate term frequencies for this field\n for (var j = 0; j < terms.length; j++) {\n var term = terms[j]\n\n if (fieldTerms[term] == undefined) {\n fieldTerms[term] = 0\n }\n\n fieldTerms[term] += 1\n\n // add to inverted index\n // create an initial posting if one doesn't exist\n if (this.invertedIndex[term] == undefined) {\n var posting = Object.create(null)\n posting[\"_index\"] = this.termIndex\n this.termIndex += 1\n\n for (var k = 0; k < fields.length; k++) {\n posting[fields[k]] = Object.create(null)\n }\n\n this.invertedIndex[term] = posting\n }\n\n // add an entry for this term/fieldName/docRef to the invertedIndex\n if (this.invertedIndex[term][fieldName][docRef] == undefined) {\n this.invertedIndex[term][fieldName][docRef] = Object.create(null)\n }\n\n // store all whitelisted metadata about this token in the\n // inverted index\n for (var l = 0; l < this.metadataWhitelist.length; l++) {\n var metadataKey = this.metadataWhitelist[l],\n metadata = term.metadata[metadataKey]\n\n if (this.invertedIndex[term][fieldName][docRef][metadataKey] == undefined) {\n this.invertedIndex[term][fieldName][docRef][metadataKey] = []\n }\n\n this.invertedIndex[term][fieldName][docRef][metadataKey].push(metadata)\n }\n }\n\n }\n}\n\n/**\n * Calculates the average document length for this index\n *\n * @private\n */\nlunr.Builder.prototype.calculateAverageFieldLengths = function () {\n\n var fieldRefs = Object.keys(this.fieldLengths),\n numberOfFields = fieldRefs.length,\n accumulator = {},\n documentsWithField = {}\n\n for (var i = 0; i < numberOfFields; i++) {\n var fieldRef = lunr.FieldRef.fromString(fieldRefs[i]),\n field = fieldRef.fieldName\n\n documentsWithField[field] || (documentsWithField[field] = 0)\n documentsWithField[field] += 1\n\n accumulator[field] || (accumulator[field] = 0)\n accumulator[field] += this.fieldLengths[fieldRef]\n }\n\n var fields = Object.keys(this._fields)\n\n for (var i = 0; i < fields.length; i++) {\n var fieldName = fields[i]\n accumulator[fieldName] = accumulator[fieldName] / documentsWithField[fieldName]\n }\n\n this.averageFieldLength = accumulator\n}\n\n/**\n * Builds a vector space model of every document using lunr.Vector\n *\n * @private\n */\nlunr.Builder.prototype.createFieldVectors = function () {\n var fieldVectors = {},\n fieldRefs = Object.keys(this.fieldTermFrequencies),\n fieldRefsLength = fieldRefs.length,\n termIdfCache = Object.create(null)\n\n for (var i = 0; i < fieldRefsLength; i++) {\n var fieldRef = lunr.FieldRef.fromString(fieldRefs[i]),\n fieldName = fieldRef.fieldName,\n fieldLength = this.fieldLengths[fieldRef],\n fieldVector = new lunr.Vector,\n termFrequencies = this.fieldTermFrequencies[fieldRef],\n terms = Object.keys(termFrequencies),\n termsLength = terms.length\n\n\n var fieldBoost = this._fields[fieldName].boost || 1,\n docBoost = this._documents[fieldRef.docRef].boost || 1\n\n for (var j = 0; j < termsLength; j++) {\n var term = terms[j],\n tf = termFrequencies[term],\n termIndex = this.invertedIndex[term]._index,\n idf, score, scoreWithPrecision\n\n if (termIdfCache[term] === undefined) {\n idf = lunr.idf(this.invertedIndex[term], this.documentCount)\n termIdfCache[term] = idf\n } else {\n idf = termIdfCache[term]\n }\n\n score = idf * ((this._k1 + 1) * tf) / (this._k1 * (1 - this._b + this._b * (fieldLength / this.averageFieldLength[fieldName])) + tf)\n score *= fieldBoost\n score *= docBoost\n scoreWithPrecision = Math.round(score * 1000) / 1000\n // Converts 1.23456789 to 1.234.\n // Reducing the precision so that the vectors take up less\n // space when serialised. Doing it now so that they behave\n // the same before and after serialisation. Also, this is\n // the fastest approach to reducing a number's precision in\n // JavaScript.\n\n fieldVector.insert(termIndex, scoreWithPrecision)\n }\n\n fieldVectors[fieldRef] = fieldVector\n }\n\n this.fieldVectors = fieldVectors\n}\n\n/**\n * Creates a token set of all tokens in the index using lunr.TokenSet\n *\n * @private\n */\nlunr.Builder.prototype.createTokenSet = function () {\n this.tokenSet = lunr.TokenSet.fromArray(\n Object.keys(this.invertedIndex).sort()\n )\n}\n\n/**\n * Builds the index, creating an instance of lunr.Index.\n *\n * This completes the indexing process and should only be called\n * once all documents have been added to the index.\n *\n * @returns {lunr.Index}\n */\nlunr.Builder.prototype.build = function () {\n this.calculateAverageFieldLengths()\n this.createFieldVectors()\n this.createTokenSet()\n\n return new lunr.Index({\n invertedIndex: this.invertedIndex,\n fieldVectors: this.fieldVectors,\n tokenSet: this.tokenSet,\n fields: Object.keys(this._fields),\n pipeline: this.searchPipeline\n })\n}\n\n/**\n * Applies a plugin to the index builder.\n *\n * A plugin is a function that is called with the index builder as its context.\n * Plugins can be used to customise or extend the behaviour of the index\n * in some way. A plugin is just a function, that encapsulated the custom\n * behaviour that should be applied when building the index.\n *\n * The plugin function will be called with the index builder as its argument, additional\n * arguments can also be passed when calling use. The function will be called\n * with the index builder as its context.\n *\n * @param {Function} plugin The plugin to apply.\n */\nlunr.Builder.prototype.use = function (fn) {\n var args = Array.prototype.slice.call(arguments, 1)\n args.unshift(this)\n fn.apply(this, args)\n}\n/**\n * Contains and collects metadata about a matching document.\n * A single instance of lunr.MatchData is returned as part of every\n * lunr.Index~Result.\n *\n * @constructor\n * @param {string} term - The term this match data is associated with\n * @param {string} field - The field in which the term was found\n * @param {object} metadata - The metadata recorded about this term in this field\n * @property {object} metadata - A cloned collection of metadata associated with this document.\n * @see {@link lunr.Index~Result}\n */\nlunr.MatchData = function (term, field, metadata) {\n var clonedMetadata = Object.create(null),\n metadataKeys = Object.keys(metadata || {})\n\n // Cloning the metadata to prevent the original\n // being mutated during match data combination.\n // Metadata is kept in an array within the inverted\n // index so cloning the data can be done with\n // Array#slice\n for (var i = 0; i < metadataKeys.length; i++) {\n var key = metadataKeys[i]\n clonedMetadata[key] = metadata[key].slice()\n }\n\n this.metadata = Object.create(null)\n\n if (term !== undefined) {\n this.metadata[term] = Object.create(null)\n this.metadata[term][field] = clonedMetadata\n }\n}\n\n/**\n * An instance of lunr.MatchData will be created for every term that matches a\n * document. However only one instance is required in a lunr.Index~Result. This\n * method combines metadata from another instance of lunr.MatchData with this\n * objects metadata.\n *\n * @param {lunr.MatchData} otherMatchData - Another instance of match data to merge with this one.\n * @see {@link lunr.Index~Result}\n */\nlunr.MatchData.prototype.combine = function (otherMatchData) {\n var terms = Object.keys(otherMatchData.metadata)\n\n for (var i = 0; i < terms.length; i++) {\n var term = terms[i],\n fields = Object.keys(otherMatchData.metadata[term])\n\n if (this.metadata[term] == undefined) {\n this.metadata[term] = Object.create(null)\n }\n\n for (var j = 0; j < fields.length; j++) {\n var field = fields[j],\n keys = Object.keys(otherMatchData.metadata[term][field])\n\n if (this.metadata[term][field] == undefined) {\n this.metadata[term][field] = Object.create(null)\n }\n\n for (var k = 0; k < keys.length; k++) {\n var key = keys[k]\n\n if (this.metadata[term][field][key] == undefined) {\n this.metadata[term][field][key] = otherMatchData.metadata[term][field][key]\n } else {\n this.metadata[term][field][key] = this.metadata[term][field][key].concat(otherMatchData.metadata[term][field][key])\n }\n\n }\n }\n }\n}\n\n/**\n * Add metadata for a term/field pair to this instance of match data.\n *\n * @param {string} term - The term this match data is associated with\n * @param {string} field - The field in which the term was found\n * @param {object} metadata - The metadata recorded about this term in this field\n */\nlunr.MatchData.prototype.add = function (term, field, metadata) {\n if (!(term in this.metadata)) {\n this.metadata[term] = Object.create(null)\n this.metadata[term][field] = metadata\n return\n }\n\n if (!(field in this.metadata[term])) {\n this.metadata[term][field] = metadata\n return\n }\n\n var metadataKeys = Object.keys(metadata)\n\n for (var i = 0; i < metadataKeys.length; i++) {\n var key = metadataKeys[i]\n\n if (key in this.metadata[term][field]) {\n this.metadata[term][field][key] = this.metadata[term][field][key].concat(metadata[key])\n } else {\n this.metadata[term][field][key] = metadata[key]\n }\n }\n}\n/**\n * A lunr.Query provides a programmatic way of defining queries to be performed\n * against a {@link lunr.Index}.\n *\n * Prefer constructing a lunr.Query using the {@link lunr.Index#query} method\n * so the query object is pre-initialized with the right index fields.\n *\n * @constructor\n * @property {lunr.Query~Clause[]} clauses - An array of query clauses.\n * @property {string[]} allFields - An array of all available fields in a lunr.Index.\n */\nlunr.Query = function (allFields) {\n this.clauses = []\n this.allFields = allFields\n}\n\n/**\n * Constants for indicating what kind of automatic wildcard insertion will be used when constructing a query clause.\n *\n * This allows wildcards to be added to the beginning and end of a term without having to manually do any string\n * concatenation.\n *\n * The wildcard constants can be bitwise combined to select both leading and trailing wildcards.\n *\n * @constant\n * @default\n * @property {number} wildcard.NONE - The term will have no wildcards inserted, this is the default behaviour\n * @property {number} wildcard.LEADING - Prepend the term with a wildcard, unless a leading wildcard already exists\n * @property {number} wildcard.TRAILING - Append a wildcard to the term, unless a trailing wildcard already exists\n * @see lunr.Query~Clause\n * @see lunr.Query#clause\n * @see lunr.Query#term\n * @example query term with trailing wildcard\n * query.term('foo', { wildcard: lunr.Query.wildcard.TRAILING })\n * @example query term with leading and trailing wildcard\n * query.term('foo', {\n * wildcard: lunr.Query.wildcard.LEADING | lunr.Query.wildcard.TRAILING\n * })\n */\n\nlunr.Query.wildcard = new String (\"*\")\nlunr.Query.wildcard.NONE = 0\nlunr.Query.wildcard.LEADING = 1\nlunr.Query.wildcard.TRAILING = 2\n\n/**\n * Constants for indicating what kind of presence a term must have in matching documents.\n *\n * @constant\n * @enum {number}\n * @see lunr.Query~Clause\n * @see lunr.Query#clause\n * @see lunr.Query#term\n * @example query term with required presence\n * query.term('foo', { presence: lunr.Query.presence.REQUIRED })\n */\nlunr.Query.presence = {\n /**\n * Term's presence in a document is optional, this is the default value.\n */\n OPTIONAL: 1,\n\n /**\n * Term's presence in a document is required, documents that do not contain\n * this term will not be returned.\n */\n REQUIRED: 2,\n\n /**\n * Term's presence in a document is prohibited, documents that do contain\n * this term will not be returned.\n */\n PROHIBITED: 3\n}\n\n/**\n * A single clause in a {@link lunr.Query} contains a term and details on how to\n * match that term against a {@link lunr.Index}.\n *\n * @typedef {Object} lunr.Query~Clause\n * @property {string[]} fields - The fields in an index this clause should be matched against.\n * @property {number} [boost=1] - Any boost that should be applied when matching this clause.\n * @property {number} [editDistance] - Whether the term should have fuzzy matching applied, and how fuzzy the match should be.\n * @property {boolean} [usePipeline] - Whether the term should be passed through the search pipeline.\n * @property {number} [wildcard=lunr.Query.wildcard.NONE] - Whether the term should have wildcards appended or prepended.\n * @property {number} [presence=lunr.Query.presence.OPTIONAL] - The terms presence in any matching documents.\n */\n\n/**\n * Adds a {@link lunr.Query~Clause} to this query.\n *\n * Unless the clause contains the fields to be matched all fields will be matched. In addition\n * a default boost of 1 is applied to the clause.\n *\n * @param {lunr.Query~Clause} clause - The clause to add to this query.\n * @see lunr.Query~Clause\n * @returns {lunr.Query}\n */\nlunr.Query.prototype.clause = function (clause) {\n if (!('fields' in clause)) {\n clause.fields = this.allFields\n }\n\n if (!('boost' in clause)) {\n clause.boost = 1\n }\n\n if (!('usePipeline' in clause)) {\n clause.usePipeline = true\n }\n\n if (!('wildcard' in clause)) {\n clause.wildcard = lunr.Query.wildcard.NONE\n }\n\n if ((clause.wildcard & lunr.Query.wildcard.LEADING) && (clause.term.charAt(0) != lunr.Query.wildcard)) {\n clause.term = \"*\" + clause.term\n }\n\n if ((clause.wildcard & lunr.Query.wildcard.TRAILING) && (clause.term.slice(-1) != lunr.Query.wildcard)) {\n clause.term = \"\" + clause.term + \"*\"\n }\n\n if (!('presence' in clause)) {\n clause.presence = lunr.Query.presence.OPTIONAL\n }\n\n this.clauses.push(clause)\n\n return this\n}\n\n/**\n * A negated query is one in which every clause has a presence of\n * prohibited. These queries require some special processing to return\n * the expected results.\n *\n * @returns boolean\n */\nlunr.Query.prototype.isNegated = function () {\n for (var i = 0; i < this.clauses.length; i++) {\n if (this.clauses[i].presence != lunr.Query.presence.PROHIBITED) {\n return false\n }\n }\n\n return true\n}\n\n/**\n * Adds a term to the current query, under the covers this will create a {@link lunr.Query~Clause}\n * to the list of clauses that make up this query.\n *\n * The term is used as is, i.e. no tokenization will be performed by this method. Instead conversion\n * to a token or token-like string should be done before calling this method.\n *\n * The term will be converted to a string by calling `toString`. Multiple terms can be passed as an\n * array, each term in the array will share the same options.\n *\n * @param {object|object[]} term - The term(s) to add to the query.\n * @param {object} [options] - Any additional properties to add to the query clause.\n * @returns {lunr.Query}\n * @see lunr.Query#clause\n * @see lunr.Query~Clause\n * @example adding a single term to a query\n * query.term(\"foo\")\n * @example adding a single term to a query and specifying search fields, term boost and automatic trailing wildcard\n * query.term(\"foo\", {\n * fields: [\"title\"],\n * boost: 10,\n * wildcard: lunr.Query.wildcard.TRAILING\n * })\n * @example using lunr.tokenizer to convert a string to tokens before using them as terms\n * query.term(lunr.tokenizer(\"foo bar\"))\n */\nlunr.Query.prototype.term = function (term, options) {\n if (Array.isArray(term)) {\n term.forEach(function (t) { this.term(t, lunr.utils.clone(options)) }, this)\n return this\n }\n\n var clause = options || {}\n clause.term = term.toString()\n\n this.clause(clause)\n\n return this\n}\nlunr.QueryParseError = function (message, start, end) {\n this.name = \"QueryParseError\"\n this.message = message\n this.start = start\n this.end = end\n}\n\nlunr.QueryParseError.prototype = new Error\nlunr.QueryLexer = function (str) {\n this.lexemes = []\n this.str = str\n this.length = str.length\n this.pos = 0\n this.start = 0\n this.escapeCharPositions = []\n}\n\nlunr.QueryLexer.prototype.run = function () {\n var state = lunr.QueryLexer.lexText\n\n while (state) {\n state = state(this)\n }\n}\n\nlunr.QueryLexer.prototype.sliceString = function () {\n var subSlices = [],\n sliceStart = this.start,\n sliceEnd = this.pos\n\n for (var i = 0; i < this.escapeCharPositions.length; i++) {\n sliceEnd = this.escapeCharPositions[i]\n subSlices.push(this.str.slice(sliceStart, sliceEnd))\n sliceStart = sliceEnd + 1\n }\n\n subSlices.push(this.str.slice(sliceStart, this.pos))\n this.escapeCharPositions.length = 0\n\n return subSlices.join('')\n}\n\nlunr.QueryLexer.prototype.emit = function (type) {\n this.lexemes.push({\n type: type,\n str: this.sliceString(),\n start: this.start,\n end: this.pos\n })\n\n this.start = this.pos\n}\n\nlunr.QueryLexer.prototype.escapeCharacter = function () {\n this.escapeCharPositions.push(this.pos - 1)\n this.pos += 1\n}\n\nlunr.QueryLexer.prototype.next = function () {\n if (this.pos >= this.length) {\n return lunr.QueryLexer.EOS\n }\n\n var char = this.str.charAt(this.pos)\n this.pos += 1\n return char\n}\n\nlunr.QueryLexer.prototype.width = function () {\n return this.pos - this.start\n}\n\nlunr.QueryLexer.prototype.ignore = function () {\n if (this.start == this.pos) {\n this.pos += 1\n }\n\n this.start = this.pos\n}\n\nlunr.QueryLexer.prototype.backup = function () {\n this.pos -= 1\n}\n\nlunr.QueryLexer.prototype.acceptDigitRun = function () {\n var char, charCode\n\n do {\n char = this.next()\n charCode = char.charCodeAt(0)\n } while (charCode > 47 && charCode < 58)\n\n if (char != lunr.QueryLexer.EOS) {\n this.backup()\n }\n}\n\nlunr.QueryLexer.prototype.more = function () {\n return this.pos < this.length\n}\n\nlunr.QueryLexer.EOS = 'EOS'\nlunr.QueryLexer.FIELD = 'FIELD'\nlunr.QueryLexer.TERM = 'TERM'\nlunr.QueryLexer.EDIT_DISTANCE = 'EDIT_DISTANCE'\nlunr.QueryLexer.BOOST = 'BOOST'\nlunr.QueryLexer.PRESENCE = 'PRESENCE'\n\nlunr.QueryLexer.lexField = function (lexer) {\n lexer.backup()\n lexer.emit(lunr.QueryLexer.FIELD)\n lexer.ignore()\n return lunr.QueryLexer.lexText\n}\n\nlunr.QueryLexer.lexTerm = function (lexer) {\n if (lexer.width() > 1) {\n lexer.backup()\n lexer.emit(lunr.QueryLexer.TERM)\n }\n\n lexer.ignore()\n\n if (lexer.more()) {\n return lunr.QueryLexer.lexText\n }\n}\n\nlunr.QueryLexer.lexEditDistance = function (lexer) {\n lexer.ignore()\n lexer.acceptDigitRun()\n lexer.emit(lunr.QueryLexer.EDIT_DISTANCE)\n return lunr.QueryLexer.lexText\n}\n\nlunr.QueryLexer.lexBoost = function (lexer) {\n lexer.ignore()\n lexer.acceptDigitRun()\n lexer.emit(lunr.QueryLexer.BOOST)\n return lunr.QueryLexer.lexText\n}\n\nlunr.QueryLexer.lexEOS = function (lexer) {\n if (lexer.width() > 0) {\n lexer.emit(lunr.QueryLexer.TERM)\n }\n}\n\n// This matches the separator used when tokenising fields\n// within a document. These should match otherwise it is\n// not possible to search for some tokens within a document.\n//\n// It is possible for the user to change the separator on the\n// tokenizer so it _might_ clash with any other of the special\n// characters already used within the search string, e.g. :.\n//\n// This means that it is possible to change the separator in\n// such a way that makes some words unsearchable using a search\n// string.\nlunr.QueryLexer.termSeparator = lunr.tokenizer.separator\n\nlunr.QueryLexer.lexText = function (lexer) {\n while (true) {\n var char = lexer.next()\n\n if (char == lunr.QueryLexer.EOS) {\n return lunr.QueryLexer.lexEOS\n }\n\n // Escape character is '\\'\n if (char.charCodeAt(0) == 92) {\n lexer.escapeCharacter()\n continue\n }\n\n if (char == \":\") {\n return lunr.QueryLexer.lexField\n }\n\n if (char == \"~\") {\n lexer.backup()\n if (lexer.width() > 0) {\n lexer.emit(lunr.QueryLexer.TERM)\n }\n return lunr.QueryLexer.lexEditDistance\n }\n\n if (char == \"^\") {\n lexer.backup()\n if (lexer.width() > 0) {\n lexer.emit(lunr.QueryLexer.TERM)\n }\n return lunr.QueryLexer.lexBoost\n }\n\n // \"+\" indicates term presence is required\n // checking for length to ensure that only\n // leading \"+\" are considered\n if (char == \"+\" && lexer.width() === 1) {\n lexer.emit(lunr.QueryLexer.PRESENCE)\n return lunr.QueryLexer.lexText\n }\n\n // \"-\" indicates term presence is prohibited\n // checking for length to ensure that only\n // leading \"-\" are considered\n if (char == \"-\" && lexer.width() === 1) {\n lexer.emit(lunr.QueryLexer.PRESENCE)\n return lunr.QueryLexer.lexText\n }\n\n if (char.match(lunr.QueryLexer.termSeparator)) {\n return lunr.QueryLexer.lexTerm\n }\n }\n}\n\nlunr.QueryParser = function (str, query) {\n this.lexer = new lunr.QueryLexer (str)\n this.query = query\n this.currentClause = {}\n this.lexemeIdx = 0\n}\n\nlunr.QueryParser.prototype.parse = function () {\n this.lexer.run()\n this.lexemes = this.lexer.lexemes\n\n var state = lunr.QueryParser.parseClause\n\n while (state) {\n state = state(this)\n }\n\n return this.query\n}\n\nlunr.QueryParser.prototype.peekLexeme = function () {\n return this.lexemes[this.lexemeIdx]\n}\n\nlunr.QueryParser.prototype.consumeLexeme = function () {\n var lexeme = this.peekLexeme()\n this.lexemeIdx += 1\n return lexeme\n}\n\nlunr.QueryParser.prototype.nextClause = function () {\n var completedClause = this.currentClause\n this.query.clause(completedClause)\n this.currentClause = {}\n}\n\nlunr.QueryParser.parseClause = function (parser) {\n var lexeme = parser.peekLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n switch (lexeme.type) {\n case lunr.QueryLexer.PRESENCE:\n return lunr.QueryParser.parsePresence\n case lunr.QueryLexer.FIELD:\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.TERM:\n return lunr.QueryParser.parseTerm\n default:\n var errorMessage = \"expected either a field or a term, found \" + lexeme.type\n\n if (lexeme.str.length >= 1) {\n errorMessage += \" with value '\" + lexeme.str + \"'\"\n }\n\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n}\n\nlunr.QueryParser.parsePresence = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n switch (lexeme.str) {\n case \"-\":\n parser.currentClause.presence = lunr.Query.presence.PROHIBITED\n break\n case \"+\":\n parser.currentClause.presence = lunr.Query.presence.REQUIRED\n break\n default:\n var errorMessage = \"unrecognised presence operator'\" + lexeme.str + \"'\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n var errorMessage = \"expecting term or field, found nothing\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.FIELD:\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.TERM:\n return lunr.QueryParser.parseTerm\n default:\n var errorMessage = \"expecting term or field, found '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\nlunr.QueryParser.parseField = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n if (parser.query.allFields.indexOf(lexeme.str) == -1) {\n var possibleFields = parser.query.allFields.map(function (f) { return \"'\" + f + \"'\" }).join(', '),\n errorMessage = \"unrecognised field '\" + lexeme.str + \"', possible fields: \" + possibleFields\n\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n parser.currentClause.fields = [lexeme.str]\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n var errorMessage = \"expecting term, found nothing\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.TERM:\n return lunr.QueryParser.parseTerm\n default:\n var errorMessage = \"expecting term, found '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\nlunr.QueryParser.parseTerm = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n parser.currentClause.term = lexeme.str.toLowerCase()\n\n if (lexeme.str.indexOf(\"*\") != -1) {\n parser.currentClause.usePipeline = false\n }\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n parser.nextClause()\n return\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.TERM:\n parser.nextClause()\n return lunr.QueryParser.parseTerm\n case lunr.QueryLexer.FIELD:\n parser.nextClause()\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.EDIT_DISTANCE:\n return lunr.QueryParser.parseEditDistance\n case lunr.QueryLexer.BOOST:\n return lunr.QueryParser.parseBoost\n case lunr.QueryLexer.PRESENCE:\n parser.nextClause()\n return lunr.QueryParser.parsePresence\n default:\n var errorMessage = \"Unexpected lexeme type '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\nlunr.QueryParser.parseEditDistance = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n var editDistance = parseInt(lexeme.str, 10)\n\n if (isNaN(editDistance)) {\n var errorMessage = \"edit distance must be numeric\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n parser.currentClause.editDistance = editDistance\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n parser.nextClause()\n return\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.TERM:\n parser.nextClause()\n return lunr.QueryParser.parseTerm\n case lunr.QueryLexer.FIELD:\n parser.nextClause()\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.EDIT_DISTANCE:\n return lunr.QueryParser.parseEditDistance\n case lunr.QueryLexer.BOOST:\n return lunr.QueryParser.parseBoost\n case lunr.QueryLexer.PRESENCE:\n parser.nextClause()\n return lunr.QueryParser.parsePresence\n default:\n var errorMessage = \"Unexpected lexeme type '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\nlunr.QueryParser.parseBoost = function (parser) {\n var lexeme = parser.consumeLexeme()\n\n if (lexeme == undefined) {\n return\n }\n\n var boost = parseInt(lexeme.str, 10)\n\n if (isNaN(boost)) {\n var errorMessage = \"boost must be numeric\"\n throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n }\n\n parser.currentClause.boost = boost\n\n var nextLexeme = parser.peekLexeme()\n\n if (nextLexeme == undefined) {\n parser.nextClause()\n return\n }\n\n switch (nextLexeme.type) {\n case lunr.QueryLexer.TERM:\n parser.nextClause()\n return lunr.QueryParser.parseTerm\n case lunr.QueryLexer.FIELD:\n parser.nextClause()\n return lunr.QueryParser.parseField\n case lunr.QueryLexer.EDIT_DISTANCE:\n return lunr.QueryParser.parseEditDistance\n case lunr.QueryLexer.BOOST:\n return lunr.QueryParser.parseBoost\n case lunr.QueryLexer.PRESENCE:\n parser.nextClause()\n return lunr.QueryParser.parsePresence\n default:\n var errorMessage = \"Unexpected lexeme type '\" + nextLexeme.type + \"'\"\n throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n }\n}\n\n /**\n * export the module via AMD, CommonJS or as a browser global\n * Export code from https://github.com/umdjs/umd/blob/master/returnExports.js\n */\n ;(function (root, factory) {\n if (true) {\n // AMD. Register as an anonymous module.\n !(__WEBPACK_AMD_DEFINE_FACTORY__ = (factory),\n\t\t__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?\n\t\t(__WEBPACK_AMD_DEFINE_FACTORY__.call(exports, __webpack_require__, exports, module)) :\n\t\t__WEBPACK_AMD_DEFINE_FACTORY__),\n\t\t__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__))\n } else {}\n }(this, function () {\n /**\n * Just return a value to define the module export.\n * This example returns an object, but the module\n * can return a function as the exported value.\n */\n return lunr\n }))\n})();\n\n\n//# sourceURL=webpack:///../node_modules/lunr/lunr.js?"); + +/***/ }), + +/***/ "./default/assets/css/main.sass": +/*!**************************************!*\ + !*** ./default/assets/css/main.sass ***! + \**************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n// extracted by mini-css-extract-plugin\n\n\n//# sourceURL=webpack:///./default/assets/css/main.sass?"); + +/***/ }), + +/***/ "./default/assets/js/src/bootstrap.ts": +/*!********************************************!*\ + !*** ./default/assets/js/src/bootstrap.ts ***! + \********************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _typedoc_Application__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typedoc/Application */ \"./default/assets/js/src/typedoc/Application.ts\");\n/* harmony import */ var _typedoc_components_MenuHighlight__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./typedoc/components/MenuHighlight */ \"./default/assets/js/src/typedoc/components/MenuHighlight.ts\");\n/* harmony import */ var _typedoc_components_Search__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./typedoc/components/Search */ \"./default/assets/js/src/typedoc/components/Search.ts\");\n/* harmony import */ var _typedoc_components_Signature__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./typedoc/components/Signature */ \"./default/assets/js/src/typedoc/components/Signature.ts\");\n/* harmony import */ var _typedoc_components_Toggle__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./typedoc/components/Toggle */ \"./default/assets/js/src/typedoc/components/Toggle.ts\");\n/* harmony import */ var _typedoc_components_Filter__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./typedoc/components/Filter */ \"./default/assets/js/src/typedoc/components/Filter.ts\");\n/* harmony import */ var _css_main_sass__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../css/main.sass */ \"./default/assets/css/main.sass\");\n\n\n\n\n\n\n\n(0,_typedoc_components_Search__WEBPACK_IMPORTED_MODULE_2__.initSearch)();\n(0,_typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.registerComponent)(_typedoc_components_MenuHighlight__WEBPACK_IMPORTED_MODULE_1__.MenuHighlight, \".menu-highlight\");\n(0,_typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.registerComponent)(_typedoc_components_Signature__WEBPACK_IMPORTED_MODULE_3__.Signature, \".tsd-signatures\");\n(0,_typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.registerComponent)(_typedoc_components_Toggle__WEBPACK_IMPORTED_MODULE_4__.Toggle, \"a[data-toggle]\");\nif (_typedoc_components_Filter__WEBPACK_IMPORTED_MODULE_5__.Filter.isSupported()) {\n (0,_typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.registerComponent)(_typedoc_components_Filter__WEBPACK_IMPORTED_MODULE_5__.Filter, \"#tsd-filter\");\n}\nelse {\n document.documentElement.classList.add(\"no-filter\");\n}\nvar app = new _typedoc_Application__WEBPACK_IMPORTED_MODULE_0__.Application();\nObject.defineProperty(window, \"app\", { value: app });\n\n\n//# sourceURL=webpack:///./default/assets/js/src/bootstrap.ts?"); + +/***/ }), + +/***/ "./default/assets/js/src/typedoc/Application.ts": +/*!******************************************************!*\ + !*** ./default/assets/js/src/typedoc/Application.ts ***! + \******************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"registerComponent\": () => /* binding */ registerComponent,\n/* harmony export */ \"Application\": () => /* binding */ Application\n/* harmony export */ });\n/**\n * List of all known components.\n */\nvar components = [];\n/**\n * Register a new component.\n */\nfunction registerComponent(constructor, selector) {\n components.push({\n selector: selector,\n constructor: constructor,\n });\n}\n/**\n * TypeDoc application class.\n */\nvar Application = /** @class */ (function () {\n /**\n * Create a new Application instance.\n */\n function Application() {\n this.createComponents(document.body);\n }\n /**\n * Create all components beneath the given jQuery element.\n */\n Application.prototype.createComponents = function (context) {\n components.forEach(function (c) {\n context.querySelectorAll(c.selector).forEach(function (el) {\n if (!el.dataset.hasInstance) {\n new c.constructor({ el: el });\n el.dataset.hasInstance = String(true);\n }\n });\n });\n };\n return Application;\n}());\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/Application.ts?"); + +/***/ }), + +/***/ "./default/assets/js/src/typedoc/Component.ts": +/*!****************************************************!*\ + !*** ./default/assets/js/src/typedoc/Component.ts ***! + \****************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"Component\": () => /* binding */ Component\n/* harmony export */ });\n/**\n * TypeDoc component class.\n */\nvar Component = /** @class */ (function () {\n function Component(options) {\n this.el = options.el;\n }\n return Component;\n}());\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/Component.ts?"); + +/***/ }), + +/***/ "./default/assets/js/src/typedoc/EventTarget.ts": +/*!******************************************************!*\ + !*** ./default/assets/js/src/typedoc/EventTarget.ts ***! + \******************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"EventTarget\": () => /* binding */ EventTarget\n/* harmony export */ });\n/**\n * TypeDoc event target class.\n */\nvar EventTarget = /** @class */ (function () {\n function EventTarget() {\n this.listeners = {};\n }\n EventTarget.prototype.addEventListener = function (type, callback) {\n if (!(type in this.listeners)) {\n this.listeners[type] = [];\n }\n this.listeners[type].push(callback);\n };\n EventTarget.prototype.removeEventListener = function (type, callback) {\n if (!(type in this.listeners)) {\n return;\n }\n var stack = this.listeners[type];\n for (var i = 0, l = stack.length; i < l; i++) {\n if (stack[i] === callback) {\n stack.splice(i, 1);\n return;\n }\n }\n };\n EventTarget.prototype.dispatchEvent = function (event) {\n if (!(event.type in this.listeners)) {\n return true;\n }\n var stack = this.listeners[event.type].slice();\n for (var i = 0, l = stack.length; i < l; i++) {\n stack[i].call(this, event);\n }\n return !event.defaultPrevented;\n };\n return EventTarget;\n}());\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/EventTarget.ts?"); + +/***/ }), + +/***/ "./default/assets/js/src/typedoc/components/Filter.ts": +/*!************************************************************!*\ + !*** ./default/assets/js/src/typedoc/components/Filter.ts ***! + \************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"Filter\": () => /* binding */ Filter\n/* harmony export */ });\n/* harmony import */ var _Component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Component */ \"./default/assets/js/src/typedoc/Component.ts\");\n/* harmony import */ var _utils_pointer__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils/pointer */ \"./default/assets/js/src/typedoc/utils/pointer.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\nvar FilterItem = /** @class */ (function () {\n function FilterItem(key, value) {\n this.key = key;\n this.value = value;\n this.defaultValue = value;\n this.initialize();\n if (window.localStorage[this.key]) {\n this.setValue(this.fromLocalStorage(window.localStorage[this.key]));\n }\n }\n FilterItem.prototype.initialize = function () { };\n FilterItem.prototype.setValue = function (value) {\n if (this.value == value)\n return;\n var oldValue = this.value;\n this.value = value;\n window.localStorage[this.key] = this.toLocalStorage(value);\n this.handleValueChange(oldValue, value);\n };\n return FilterItem;\n}());\nvar FilterItemCheckbox = /** @class */ (function (_super) {\n __extends(FilterItemCheckbox, _super);\n function FilterItemCheckbox() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n FilterItemCheckbox.prototype.initialize = function () {\n var _this = this;\n var checkbox = document.querySelector(\"#tsd-filter-\" + this.key);\n if (!checkbox)\n return;\n this.checkbox = checkbox;\n this.checkbox.addEventListener(\"change\", function () {\n _this.setValue(_this.checkbox.checked);\n });\n };\n FilterItemCheckbox.prototype.handleValueChange = function (oldValue, newValue) {\n if (!this.checkbox)\n return;\n this.checkbox.checked = this.value;\n document.documentElement.classList.toggle(\"toggle-\" + this.key, this.value != this.defaultValue);\n };\n FilterItemCheckbox.prototype.fromLocalStorage = function (value) {\n return value == \"true\";\n };\n FilterItemCheckbox.prototype.toLocalStorage = function (value) {\n return value ? \"true\" : \"false\";\n };\n return FilterItemCheckbox;\n}(FilterItem));\nvar FilterItemSelect = /** @class */ (function (_super) {\n __extends(FilterItemSelect, _super);\n function FilterItemSelect() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n FilterItemSelect.prototype.initialize = function () {\n var _this = this;\n document.documentElement.classList.add(\"toggle-\" + this.key + this.value);\n var select = document.querySelector(\"#tsd-filter-\" + this.key);\n if (!select)\n return;\n this.select = select;\n var onActivate = function () {\n _this.select.classList.add(\"active\");\n };\n var onDeactivate = function () {\n _this.select.classList.remove(\"active\");\n };\n this.select.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerDown, onActivate);\n this.select.addEventListener(\"mouseover\", onActivate);\n this.select.addEventListener(\"mouseleave\", onDeactivate);\n this.select.querySelectorAll(\"li\").forEach(function (el) {\n el.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerUp, function (e) {\n select.classList.remove(\"active\");\n _this.setValue(e.target.dataset.value || \"\");\n });\n });\n document.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerDown, function (e) {\n if (_this.select.contains(e.target))\n return;\n _this.select.classList.remove(\"active\");\n });\n };\n FilterItemSelect.prototype.handleValueChange = function (oldValue, newValue) {\n this.select.querySelectorAll(\"li.selected\").forEach(function (el) {\n el.classList.remove(\"selected\");\n });\n var selected = this.select.querySelector('li[data-value=\"' + newValue + '\"]');\n var label = this.select.querySelector(\".tsd-select-label\");\n if (selected && label) {\n selected.classList.add(\"selected\");\n label.textContent = selected.textContent;\n }\n document.documentElement.classList.remove(\"toggle-\" + oldValue);\n document.documentElement.classList.add(\"toggle-\" + newValue);\n };\n FilterItemSelect.prototype.fromLocalStorage = function (value) {\n return value;\n };\n FilterItemSelect.prototype.toLocalStorage = function (value) {\n return value;\n };\n return FilterItemSelect;\n}(FilterItem));\nvar Filter = /** @class */ (function (_super) {\n __extends(Filter, _super);\n function Filter(options) {\n var _this = _super.call(this, options) || this;\n _this.optionVisibility = new FilterItemSelect(\"visibility\", \"private\");\n _this.optionInherited = new FilterItemCheckbox(\"inherited\", true);\n _this.optionExternals = new FilterItemCheckbox(\"externals\", true);\n return _this;\n }\n Filter.isSupported = function () {\n try {\n return typeof window.localStorage != \"undefined\";\n }\n catch (e) {\n return false;\n }\n };\n return Filter;\n}(_Component__WEBPACK_IMPORTED_MODULE_0__.Component));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/Filter.ts?"); + +/***/ }), + +/***/ "./default/assets/js/src/typedoc/components/MenuHighlight.ts": +/*!*******************************************************************!*\ + !*** ./default/assets/js/src/typedoc/components/MenuHighlight.ts ***! + \*******************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"MenuHighlight\": () => /* binding */ MenuHighlight\n/* harmony export */ });\n/* harmony import */ var _Component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Component */ \"./default/assets/js/src/typedoc/Component.ts\");\n/* harmony import */ var _services_Viewport__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../services/Viewport */ \"./default/assets/js/src/typedoc/services/Viewport.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\n/**\n * Manages the sticky state of the navigation and moves the highlight\n * to the current navigation item.\n */\nvar MenuHighlight = /** @class */ (function (_super) {\n __extends(MenuHighlight, _super);\n /**\n * Create a new MenuHighlight instance.\n *\n * @param options Backbone view constructor options.\n */\n function MenuHighlight(options) {\n var _this = _super.call(this, options) || this;\n /**\n * List of all discovered anchors.\n */\n _this.anchors = [];\n /**\n * Index of the currently highlighted anchor.\n */\n _this.index = -1;\n _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.addEventListener(\"resize\", function () { return _this.onResize(); });\n _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.addEventListener(\"scroll\", function (e) { return _this.onScroll(e); });\n _this.createAnchors();\n return _this;\n }\n /**\n * Find all anchors on the current page.\n */\n MenuHighlight.prototype.createAnchors = function () {\n var _this = this;\n var base = window.location.href;\n if (base.indexOf(\"#\") != -1) {\n base = base.substr(0, base.indexOf(\"#\"));\n }\n this.el.querySelectorAll(\"a\").forEach(function (el) {\n var href = el.href;\n if (href.indexOf(\"#\") == -1)\n return;\n if (href.substr(0, base.length) != base)\n return;\n var hash = href.substr(href.indexOf(\"#\") + 1);\n var anchor = document.querySelector(\"a.tsd-anchor[name=\" + hash + \"]\");\n var link = el.parentNode;\n if (!anchor || !link)\n return;\n _this.anchors.push({\n link: link,\n anchor: anchor,\n position: 0,\n });\n });\n this.onResize();\n };\n /**\n * Triggered after the viewport was resized.\n */\n MenuHighlight.prototype.onResize = function () {\n var anchor;\n for (var index = 0, count = this.anchors.length; index < count; index++) {\n anchor = this.anchors[index];\n var rect = anchor.anchor.getBoundingClientRect();\n anchor.position = rect.top + document.body.scrollTop;\n }\n this.anchors.sort(function (a, b) {\n return a.position - b.position;\n });\n var event = new CustomEvent(\"scroll\", {\n detail: {\n scrollTop: _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.scrollTop,\n },\n });\n this.onScroll(event);\n };\n /**\n * Triggered after the viewport was scrolled.\n *\n * @param event The custom event with the current vertical scroll position.\n */\n MenuHighlight.prototype.onScroll = function (event) {\n var scrollTop = event.detail.scrollTop + 5;\n var anchors = this.anchors;\n var count = anchors.length - 1;\n var index = this.index;\n while (index > -1 && anchors[index].position > scrollTop) {\n index -= 1;\n }\n while (index < count && anchors[index + 1].position < scrollTop) {\n index += 1;\n }\n if (this.index != index) {\n if (this.index > -1)\n this.anchors[this.index].link.classList.remove(\"focus\");\n this.index = index;\n if (this.index > -1)\n this.anchors[this.index].link.classList.add(\"focus\");\n }\n };\n return MenuHighlight;\n}(_Component__WEBPACK_IMPORTED_MODULE_0__.Component));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/MenuHighlight.ts?"); + +/***/ }), + +/***/ "./default/assets/js/src/typedoc/components/Search.ts": +/*!************************************************************!*\ + !*** ./default/assets/js/src/typedoc/components/Search.ts ***! + \************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"initSearch\": () => /* binding */ initSearch\n/* harmony export */ });\n/* harmony import */ var _utils_debounce__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils/debounce */ \"./default/assets/js/src/typedoc/utils/debounce.ts\");\n/* harmony import */ var lunr__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! lunr */ \"../node_modules/lunr/lunr.js\");\n/* harmony import */ var lunr__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(lunr__WEBPACK_IMPORTED_MODULE_1__);\n\n\nfunction initSearch() {\n var searchEl = document.getElementById(\"tsd-search\");\n if (!searchEl)\n return;\n var searchScript = document.getElementById(\"search-script\");\n searchEl.classList.add(\"loading\");\n if (searchScript) {\n searchScript.addEventListener(\"error\", function () {\n searchEl.classList.remove(\"loading\");\n searchEl.classList.add(\"failure\");\n });\n searchScript.addEventListener(\"load\", function () {\n searchEl.classList.remove(\"loading\");\n searchEl.classList.add(\"ready\");\n });\n if (window.searchData) {\n searchEl.classList.remove(\"loading\");\n }\n }\n var field = document.querySelector(\"#tsd-search-field\");\n var results = document.querySelector(\".results\");\n if (!field || !results) {\n throw new Error(\"The input field or the result list wrapper was not found\");\n }\n var resultClicked = false;\n results.addEventListener(\"mousedown\", function () { return (resultClicked = true); });\n results.addEventListener(\"mouseup\", function () {\n resultClicked = false;\n searchEl.classList.remove(\"has-focus\");\n });\n field.addEventListener(\"focus\", function () { return searchEl.classList.add(\"has-focus\"); });\n field.addEventListener(\"blur\", function () {\n if (!resultClicked) {\n resultClicked = false;\n searchEl.classList.remove(\"has-focus\");\n }\n });\n var state = {\n base: searchEl.dataset.base + \"/\",\n };\n bindEvents(searchEl, results, field, state);\n}\nfunction bindEvents(searchEl, results, field, state) {\n field.addEventListener(\"input\", (0,_utils_debounce__WEBPACK_IMPORTED_MODULE_0__.debounce)(function () {\n updateResults(searchEl, results, field, state);\n }, 200));\n var preventPress = false;\n field.addEventListener(\"keydown\", function (e) {\n preventPress = true;\n if (e.key == \"Enter\") {\n gotoCurrentResult(results, field);\n }\n else if (e.key == \"Escape\") {\n field.blur();\n }\n else if (e.key == \"ArrowUp\") {\n setCurrentResult(results, -1);\n }\n else if (e.key === \"ArrowDown\") {\n setCurrentResult(results, 1);\n }\n else {\n preventPress = false;\n }\n });\n field.addEventListener(\"keypress\", function (e) {\n if (preventPress)\n e.preventDefault();\n });\n /**\n * Start searching by pressing slash.\n */\n document.body.addEventListener(\"keydown\", function (e) {\n if (e.altKey || e.ctrlKey || e.metaKey)\n return;\n if (!field.matches(\":focus\") && e.key === \"/\") {\n field.focus();\n e.preventDefault();\n }\n });\n}\nfunction checkIndex(state, searchEl) {\n if (state.index)\n return;\n if (window.searchData) {\n searchEl.classList.remove(\"loading\");\n searchEl.classList.add(\"ready\");\n state.data = window.searchData;\n state.index = lunr__WEBPACK_IMPORTED_MODULE_1__.Index.load(window.searchData.index);\n }\n}\nfunction updateResults(searchEl, results, query, state) {\n checkIndex(state, searchEl);\n // Don't clear results if loading state is not ready,\n // because loading or error message can be removed.\n if (!state.index || !state.data)\n return;\n results.textContent = \"\";\n var searchText = query.value.trim();\n // Perform a wildcard search\n var res = state.index.search(\"*\" + searchText + \"*\");\n for (var i = 0, c = Math.min(10, res.length); i < c; i++) {\n var row = state.data.rows[Number(res[i].ref)];\n // Bold the matched part of the query in the search results\n var name_1 = boldMatches(row.name, searchText);\n if (row.parent) {\n name_1 = \"\" + boldMatches(row.parent, searchText) + \".\" + name_1;\n }\n var item = document.createElement(\"li\");\n item.classList.value = row.classes;\n var anchor = document.createElement(\"a\");\n anchor.href = state.base + row.url;\n anchor.classList.add(\"tsd-kind-icon\");\n anchor.innerHTML = name_1;\n item.append(anchor);\n results.appendChild(item);\n }\n}\n/**\n * Move the highlight within the result set.\n */\nfunction setCurrentResult(results, dir) {\n var current = results.querySelector(\".current\");\n if (!current) {\n current = results.querySelector(dir == 1 ? \"li:first-child\" : \"li:last-child\");\n if (current) {\n current.classList.add(\"current\");\n }\n }\n else {\n var rel = dir == 1\n ? current.nextElementSibling\n : current.previousElementSibling;\n if (rel) {\n current.classList.remove(\"current\");\n rel.classList.add(\"current\");\n }\n }\n}\n/**\n * Navigate to the highlighted result.\n */\nfunction gotoCurrentResult(results, field) {\n var current = results.querySelector(\".current\");\n if (!current) {\n current = results.querySelector(\"li:first-child\");\n }\n if (current) {\n var link = current.querySelector(\"a\");\n if (link) {\n window.location.href = link.href;\n }\n field.blur();\n }\n}\nfunction boldMatches(text, search) {\n if (search === \"\") {\n return text;\n }\n var lowerText = text.toLocaleLowerCase();\n var lowerSearch = search.toLocaleLowerCase();\n var parts = [];\n var lastIndex = 0;\n var index = lowerText.indexOf(lowerSearch);\n while (index != -1) {\n parts.push(escapeHtml(text.substring(lastIndex, index)), \"\" + escapeHtml(text.substring(index, index + lowerSearch.length)) + \"\");\n lastIndex = index + lowerSearch.length;\n index = lowerText.indexOf(lowerSearch, lastIndex);\n }\n parts.push(escapeHtml(text.substring(lastIndex)));\n return parts.join(\"\");\n}\nvar SPECIAL_HTML = {\n \"&\": \"&\",\n \"<\": \"<\",\n \">\": \">\",\n \"'\": \"'\",\n '\"': \""\",\n};\nfunction escapeHtml(text) {\n return text.replace(/[&<>\"'\"]/g, function (match) { return SPECIAL_HTML[match]; });\n}\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/Search.ts?"); + +/***/ }), + +/***/ "./default/assets/js/src/typedoc/components/Signature.ts": +/*!***************************************************************!*\ + !*** ./default/assets/js/src/typedoc/components/Signature.ts ***! + \***************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"Signature\": () => /* binding */ Signature\n/* harmony export */ });\n/* harmony import */ var _Component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Component */ \"./default/assets/js/src/typedoc/Component.ts\");\n/* harmony import */ var _services_Viewport__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../services/Viewport */ \"./default/assets/js/src/typedoc/services/Viewport.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\n/**\n * Holds a signature and its description.\n */\nvar SignatureGroup = /** @class */ (function () {\n /**\n * Create a new SignatureGroup instance.\n *\n * @param signature The target signature.\n * @param description The description for the signature.\n */\n function SignatureGroup(signature, description) {\n this.signature = signature;\n this.description = description;\n }\n /**\n * Add the given class to all elements of the group.\n *\n * @param className The class name to add.\n */\n SignatureGroup.prototype.addClass = function (className) {\n this.signature.classList.add(className);\n this.description.classList.add(className);\n return this;\n };\n /**\n * Remove the given class from all elements of the group.\n *\n * @param className The class name to remove.\n */\n SignatureGroup.prototype.removeClass = function (className) {\n this.signature.classList.remove(className);\n this.description.classList.remove(className);\n return this;\n };\n return SignatureGroup;\n}());\n/**\n * Controls the tab like behaviour of methods and functions with multiple signatures.\n */\nvar Signature = /** @class */ (function (_super) {\n __extends(Signature, _super);\n /**\n * Create a new Signature instance.\n *\n * @param options Backbone view constructor options.\n */\n function Signature(options) {\n var _this = _super.call(this, options) || this;\n /**\n * List of found signature groups.\n */\n _this.groups = [];\n /**\n * The index of the currently displayed signature.\n */\n _this.index = -1;\n _this.createGroups();\n if (_this.container) {\n _this.el.classList.add(\"active\");\n Array.from(_this.el.children).forEach(function (signature) {\n signature.addEventListener(\"touchstart\", function (event) {\n return _this.onClick(event);\n });\n signature.addEventListener(\"click\", function (event) {\n return _this.onClick(event);\n });\n });\n _this.container.classList.add(\"active\");\n _this.setIndex(0);\n }\n return _this;\n }\n /**\n * Set the index of the active signature.\n *\n * @param index The index of the signature to activate.\n */\n Signature.prototype.setIndex = function (index) {\n if (index < 0)\n index = 0;\n if (index > this.groups.length - 1)\n index = this.groups.length - 1;\n if (this.index == index)\n return;\n var to = this.groups[index];\n if (this.index > -1) {\n var from_1 = this.groups[this.index];\n from_1.removeClass(\"current\").addClass(\"fade-out\");\n to.addClass(\"current\");\n to.addClass(\"fade-in\");\n _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.triggerResize();\n setTimeout(function () {\n from_1.removeClass(\"fade-out\");\n to.removeClass(\"fade-in\");\n }, 300);\n }\n else {\n to.addClass(\"current\");\n _services_Viewport__WEBPACK_IMPORTED_MODULE_1__.Viewport.instance.triggerResize();\n }\n this.index = index;\n };\n /**\n * Find all signature/description groups.\n */\n Signature.prototype.createGroups = function () {\n var signatures = this.el.children;\n if (signatures.length < 2)\n return;\n this.container = this.el.nextElementSibling;\n var descriptions = this.container.children;\n this.groups = [];\n for (var index = 0; index < signatures.length; index++) {\n this.groups.push(new SignatureGroup(signatures[index], descriptions[index]));\n }\n };\n /**\n * Triggered when the user clicks onto a signature header.\n *\n * @param e The related event object.\n */\n Signature.prototype.onClick = function (e) {\n var _this = this;\n this.groups.forEach(function (group, index) {\n if (group.signature === e.currentTarget) {\n _this.setIndex(index);\n }\n });\n };\n return Signature;\n}(_Component__WEBPACK_IMPORTED_MODULE_0__.Component));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/Signature.ts?"); + +/***/ }), + +/***/ "./default/assets/js/src/typedoc/components/Toggle.ts": +/*!************************************************************!*\ + !*** ./default/assets/js/src/typedoc/components/Toggle.ts ***! + \************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"Toggle\": () => /* binding */ Toggle\n/* harmony export */ });\n/* harmony import */ var _Component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Component */ \"./default/assets/js/src/typedoc/Component.ts\");\n/* harmony import */ var _utils_pointer__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils/pointer */ \"./default/assets/js/src/typedoc/utils/pointer.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\nvar Toggle = /** @class */ (function (_super) {\n __extends(Toggle, _super);\n function Toggle(options) {\n var _this = _super.call(this, options) || this;\n _this.className = _this.el.dataset.toggle || \"\";\n _this.el.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerUp, function (e) { return _this.onPointerUp(e); });\n _this.el.addEventListener(\"click\", function (e) { return e.preventDefault(); });\n document.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerDown, function (e) {\n return _this.onDocumentPointerDown(e);\n });\n document.addEventListener(_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.pointerUp, function (e) {\n return _this.onDocumentPointerUp(e);\n });\n return _this;\n }\n Toggle.prototype.setActive = function (value) {\n if (this.active == value)\n return;\n this.active = value;\n document.documentElement.classList.toggle(\"has-\" + this.className, value);\n this.el.classList.toggle(\"active\", value);\n var transition = (this.active ? \"to-has-\" : \"from-has-\") + this.className;\n document.documentElement.classList.add(transition);\n setTimeout(function () { return document.documentElement.classList.remove(transition); }, 500);\n };\n Toggle.prototype.onPointerUp = function (event) {\n if (_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.hasPointerMoved)\n return;\n this.setActive(true);\n event.preventDefault();\n };\n Toggle.prototype.onDocumentPointerDown = function (e) {\n if (this.active) {\n if (e.target.closest(\".col-menu, .tsd-filter-group\")) {\n return;\n }\n this.setActive(false);\n }\n };\n Toggle.prototype.onDocumentPointerUp = function (e) {\n var _this = this;\n if (_utils_pointer__WEBPACK_IMPORTED_MODULE_1__.hasPointerMoved)\n return;\n if (this.active) {\n if (e.target.closest(\".col-menu\")) {\n var link = e.target.closest(\"a\");\n if (link) {\n var href = window.location.href;\n if (href.indexOf(\"#\") != -1) {\n href = href.substr(0, href.indexOf(\"#\"));\n }\n if (link.href.substr(0, href.length) == href) {\n setTimeout(function () { return _this.setActive(false); }, 250);\n }\n }\n }\n }\n };\n return Toggle;\n}(_Component__WEBPACK_IMPORTED_MODULE_0__.Component));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/components/Toggle.ts?"); + +/***/ }), + +/***/ "./default/assets/js/src/typedoc/services/Viewport.ts": +/*!************************************************************!*\ + !*** ./default/assets/js/src/typedoc/services/Viewport.ts ***! + \************************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"Viewport\": () => /* binding */ Viewport\n/* harmony export */ });\n/* harmony import */ var _EventTarget__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../EventTarget */ \"./default/assets/js/src/typedoc/EventTarget.ts\");\n/* harmony import */ var _utils_trottle__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils/trottle */ \"./default/assets/js/src/typedoc/utils/trottle.ts\");\nvar __extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\n\n/**\n * A global service that monitors the window size and scroll position.\n */\nvar Viewport = /** @class */ (function (_super) {\n __extends(Viewport, _super);\n /**\n * Create new Viewport instance.\n */\n function Viewport() {\n var _this = _super.call(this) || this;\n /**\n * The current scroll position.\n */\n _this.scrollTop = 0;\n /**\n * The previous scrollTop.\n */\n _this.lastY = 0;\n /**\n * The width of the window.\n */\n _this.width = 0;\n /**\n * The height of the window.\n */\n _this.height = 0;\n /**\n * Boolean indicating whether the toolbar is shown.\n */\n _this.showToolbar = true;\n _this.toolbar = (document.querySelector(\".tsd-page-toolbar\"));\n _this.secondaryNav = (document.querySelector(\".tsd-navigation.secondary\"));\n window.addEventListener(\"scroll\", (0,_utils_trottle__WEBPACK_IMPORTED_MODULE_1__.throttle)(function () { return _this.onScroll(); }, 10));\n window.addEventListener(\"resize\", (0,_utils_trottle__WEBPACK_IMPORTED_MODULE_1__.throttle)(function () { return _this.onResize(); }, 10));\n _this.onResize();\n _this.onScroll();\n return _this;\n }\n /**\n * Trigger a resize event.\n */\n Viewport.prototype.triggerResize = function () {\n var event = new CustomEvent(\"resize\", {\n detail: {\n width: this.width,\n height: this.height,\n },\n });\n this.dispatchEvent(event);\n };\n /**\n * Triggered when the size of the window has changed.\n */\n Viewport.prototype.onResize = function () {\n this.width = window.innerWidth || 0;\n this.height = window.innerHeight || 0;\n var event = new CustomEvent(\"resize\", {\n detail: {\n width: this.width,\n height: this.height,\n },\n });\n this.dispatchEvent(event);\n };\n /**\n * Triggered when the user scrolled the viewport.\n */\n Viewport.prototype.onScroll = function () {\n this.scrollTop = window.scrollY || 0;\n var event = new CustomEvent(\"scroll\", {\n detail: {\n scrollTop: this.scrollTop,\n },\n });\n this.dispatchEvent(event);\n this.hideShowToolbar();\n };\n /**\n * Handle hiding/showing of the toolbar.\n */\n Viewport.prototype.hideShowToolbar = function () {\n var isShown = this.showToolbar;\n this.showToolbar = this.lastY >= this.scrollTop || this.scrollTop === 0;\n if (isShown !== this.showToolbar) {\n this.toolbar.classList.toggle(\"tsd-page-toolbar--hide\");\n this.secondaryNav.classList.toggle(\"tsd-navigation--toolbar-hide\");\n }\n this.lastY = this.scrollTop;\n };\n Viewport.instance = new Viewport();\n return Viewport;\n}(_EventTarget__WEBPACK_IMPORTED_MODULE_0__.EventTarget));\n\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/services/Viewport.ts?"); + +/***/ }), + +/***/ "./default/assets/js/src/typedoc/utils/debounce.ts": +/*!*********************************************************!*\ + !*** ./default/assets/js/src/typedoc/utils/debounce.ts ***! + \*********************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"debounce\": () => /* binding */ debounce\n/* harmony export */ });\nvar debounce = function (fn, wait) {\n if (wait === void 0) { wait = 100; }\n var timeout;\n return function () {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n clearTimeout(timeout);\n timeout = setTimeout(function () { return fn(args); }, wait);\n };\n};\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/utils/debounce.ts?"); + +/***/ }), + +/***/ "./default/assets/js/src/typedoc/utils/pointer.ts": +/*!********************************************************!*\ + !*** ./default/assets/js/src/typedoc/utils/pointer.ts ***! + \********************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"pointerDown\": () => /* binding */ pointerDown,\n/* harmony export */ \"pointerMove\": () => /* binding */ pointerMove,\n/* harmony export */ \"pointerUp\": () => /* binding */ pointerUp,\n/* harmony export */ \"pointerDownPosition\": () => /* binding */ pointerDownPosition,\n/* harmony export */ \"preventNextClick\": () => /* binding */ preventNextClick,\n/* harmony export */ \"isPointerDown\": () => /* binding */ isPointerDown,\n/* harmony export */ \"isPointerTouch\": () => /* binding */ isPointerTouch,\n/* harmony export */ \"hasPointerMoved\": () => /* binding */ hasPointerMoved,\n/* harmony export */ \"isMobile\": () => /* binding */ isMobile\n/* harmony export */ });\n/**\n * Event name of the pointer down event.\n */\nvar pointerDown = \"mousedown\";\n/**\n * Event name of the pointer move event.\n */\nvar pointerMove = \"mousemove\";\n/**\n * Event name of the pointer up event.\n */\nvar pointerUp = \"mouseup\";\n/**\n * Position the pointer was pressed at.\n */\nvar pointerDownPosition = { x: 0, y: 0 };\n/**\n * Should the next click on the document be supressed?\n */\nvar preventNextClick = false;\n/**\n * Is the pointer down?\n */\nvar isPointerDown = false;\n/**\n * Is the pointer a touch point?\n */\nvar isPointerTouch = false;\n/**\n * Did the pointer move since the last down event?\n */\nvar hasPointerMoved = false;\n/**\n * Is the user agent a mobile agent?\n */\nvar isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);\ndocument.documentElement.classList.add(isMobile ? \"is-mobile\" : \"not-mobile\");\nif (isMobile && \"ontouchstart\" in document.documentElement) {\n isPointerTouch = true;\n pointerDown = \"touchstart\";\n pointerMove = \"touchmove\";\n pointerUp = \"touchend\";\n}\ndocument.addEventListener(pointerDown, function (e) {\n isPointerDown = true;\n hasPointerMoved = false;\n var t = pointerDown == \"touchstart\"\n ? e.targetTouches[0]\n : e;\n pointerDownPosition.y = t.pageY || 0;\n pointerDownPosition.x = t.pageX || 0;\n});\ndocument.addEventListener(pointerMove, function (e) {\n if (!isPointerDown)\n return;\n if (!hasPointerMoved) {\n var t = pointerDown == \"touchstart\"\n ? e.targetTouches[0]\n : e;\n var x = pointerDownPosition.x - (t.pageX || 0);\n var y = pointerDownPosition.y - (t.pageY || 0);\n hasPointerMoved = Math.sqrt(x * x + y * y) > 10;\n }\n});\ndocument.addEventListener(pointerUp, function () {\n isPointerDown = false;\n});\ndocument.addEventListener(\"click\", function (e) {\n if (preventNextClick) {\n e.preventDefault();\n e.stopImmediatePropagation();\n preventNextClick = false;\n }\n});\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/utils/pointer.ts?"); + +/***/ }), + +/***/ "./default/assets/js/src/typedoc/utils/trottle.ts": +/*!********************************************************!*\ + !*** ./default/assets/js/src/typedoc/utils/trottle.ts ***! + \********************************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"throttle\": () => /* binding */ throttle\n/* harmony export */ });\nvar throttle = function (fn, wait) {\n if (wait === void 0) { wait = 100; }\n var time = Date.now();\n return function () {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n if (time + wait - Date.now() < 0) {\n fn.apply(void 0, args);\n time = Date.now();\n }\n };\n};\n\n\n//# sourceURL=webpack:///./default/assets/js/src/typedoc/utils/trottle.ts?"); + +/***/ }) + +/******/ }); +/************************************************************************/ +/******/ // The module cache +/******/ var __webpack_module_cache__ = {}; +/******/ +/******/ // The require function +/******/ function __webpack_require__(moduleId) { +/******/ // Check if module is in cache +/******/ if(__webpack_module_cache__[moduleId]) { +/******/ return __webpack_module_cache__[moduleId].exports; +/******/ } +/******/ // Create a new module (and put it into the cache) +/******/ var module = __webpack_module_cache__[moduleId] = { +/******/ // no module.id needed +/******/ // no module.loaded needed +/******/ exports: {} +/******/ }; +/******/ +/******/ // Execute the module function +/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__); +/******/ +/******/ // Return the exports of the module +/******/ return module.exports; +/******/ } +/******/ +/************************************************************************/ +/******/ /* webpack/runtime/compat get default export */ +/******/ (() => { +/******/ // getDefaultExport function for compatibility with non-harmony modules +/******/ __webpack_require__.n = (module) => { +/******/ var getter = module && module.__esModule ? +/******/ () => module['default'] : +/******/ () => module; +/******/ __webpack_require__.d(getter, { a: getter }); +/******/ return getter; +/******/ }; +/******/ })(); +/******/ +/******/ /* webpack/runtime/define property getters */ +/******/ (() => { +/******/ // define getter functions for harmony exports +/******/ __webpack_require__.d = (exports, definition) => { +/******/ for(var key in definition) { +/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) { +/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] }); +/******/ } +/******/ } +/******/ }; +/******/ })(); +/******/ +/******/ /* webpack/runtime/hasOwnProperty shorthand */ +/******/ (() => { +/******/ __webpack_require__.o = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop) +/******/ })(); +/******/ +/******/ /* webpack/runtime/make namespace object */ +/******/ (() => { +/******/ // define __esModule on exports +/******/ __webpack_require__.r = (exports) => { +/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { +/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); +/******/ } +/******/ Object.defineProperty(exports, '__esModule', { value: true }); +/******/ }; +/******/ })(); +/******/ +/************************************************************************/ +/******/ // startup +/******/ // Load entry module +/******/ __webpack_require__("./default/assets/js/src/bootstrap.ts"); +/******/ // This entry module used 'exports' so it can't be inlined +/******/ })() +; \ No newline at end of file diff --git a/docs/assets/js/search.js b/docs/assets/js/search.js index b1ef4ae..f59c5c8 100644 --- a/docs/assets/js/search.js +++ b/docs/assets/js/search.js @@ -1,3 +1 @@ -var typedoc = typedoc || {}; - typedoc.search = typedoc.search || {}; - typedoc.search.data = {"kinds":{"2":"Module","4":"Enumeration","16":"Enumeration member","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","262144":"Accessor","4194304":"Type alias"},"rows":[{"id":0,"kind":128,"name":"RequestCanceledError","url":"classes/requestcancelederror.html","classes":"tsd-kind-class"},{"id":1,"kind":1024,"name":"isCancel","url":"classes/requestcancelederror.html#iscancel","classes":"tsd-kind-property tsd-parent-kind-class","parent":"RequestCanceledError"},{"id":2,"kind":512,"name":"constructor","url":"classes/requestcancelederror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"RequestCanceledError"},{"id":3,"kind":1024,"name":"name","url":"classes/requestcancelederror.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"RequestCanceledError"},{"id":4,"kind":1024,"name":"message","url":"classes/requestcancelederror.html#message","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"RequestCanceledError"},{"id":5,"kind":1024,"name":"stack","url":"classes/requestcancelederror.html#stack","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"RequestCanceledError"},{"id":6,"kind":1024,"name":"Error","url":"classes/requestcancelederror.html#error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"RequestCanceledError"},{"id":7,"kind":64,"name":"isCancel","url":"globals.html#iscancel","classes":"tsd-kind-function"},{"id":8,"kind":32,"name":"NO_REDIRECT","url":"globals.html#no_redirect","classes":"tsd-kind-variable"},{"id":9,"kind":32,"name":"DEFAULT_SCOPE","url":"globals.html#default_scope","classes":"tsd-kind-variable"},{"id":10,"kind":32,"name":"DEFAULT_UA","url":"globals.html#default_ua","classes":"tsd-kind-variable"},{"id":11,"kind":2,"name":"Entity","url":"modules/entity.html","classes":"tsd-kind-module"},{"id":12,"kind":4194304,"name":"Emoji","url":"modules/entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":13,"kind":65536,"name":"__type","url":"modules/entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Emoji"},{"id":14,"kind":32,"name":"shortcode","url":"modules/entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Emoji.__type"},{"id":15,"kind":32,"name":"static_url","url":"modules/entity.html#emoji.__type-7.static_url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Emoji.__type"},{"id":16,"kind":32,"name":"url","url":"modules/entity.html#emoji.__type-7.url-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Emoji.__type"},{"id":17,"kind":32,"name":"visible_in_picker","url":"modules/entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Emoji.__type"},{"id":18,"kind":4194304,"name":"Source","url":"modules/entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":19,"kind":65536,"name":"__type","url":"modules/entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Source"},{"id":20,"kind":32,"name":"privacy","url":"modules/entity.html#source-1.__type-29.privacy","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Source.__type"},{"id":21,"kind":32,"name":"sensitive","url":"modules/entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Source.__type"},{"id":22,"kind":32,"name":"language","url":"modules/entity.html#source-1.__type-29.language","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Source.__type"},{"id":23,"kind":32,"name":"note","url":"modules/entity.html#source-1.__type-29.note-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Source.__type"},{"id":24,"kind":32,"name":"fields","url":"modules/entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Source.__type"},{"id":25,"kind":4194304,"name":"Account","url":"modules/entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":26,"kind":65536,"name":"__type","url":"modules/entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Account"},{"id":27,"kind":32,"name":"id","url":"modules/entity.html#account.__type.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":28,"kind":32,"name":"username","url":"modules/entity.html#account.__type.username","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":29,"kind":32,"name":"acct","url":"modules/entity.html#account.__type.acct","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":30,"kind":32,"name":"display_name","url":"modules/entity.html#account.__type.display_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":31,"kind":32,"name":"locked","url":"modules/entity.html#account.__type.locked","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":32,"kind":32,"name":"created_at","url":"modules/entity.html#account.__type.created_at","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":33,"kind":32,"name":"followers_count","url":"modules/entity.html#account.__type.followers_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":34,"kind":32,"name":"following_count","url":"modules/entity.html#account.__type.following_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":35,"kind":32,"name":"statuses_count","url":"modules/entity.html#account.__type.statuses_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":36,"kind":32,"name":"note","url":"modules/entity.html#account.__type.note","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":37,"kind":32,"name":"url","url":"modules/entity.html#account.__type.url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":38,"kind":32,"name":"avatar","url":"modules/entity.html#account.__type.avatar","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":39,"kind":32,"name":"avatar_static","url":"modules/entity.html#account.__type.avatar_static","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":40,"kind":32,"name":"header","url":"modules/entity.html#account.__type.header","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":41,"kind":32,"name":"header_static","url":"modules/entity.html#account.__type.header_static","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":42,"kind":32,"name":"emojis","url":"modules/entity.html#account.__type.emojis","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":43,"kind":32,"name":"moved","url":"modules/entity.html#account.__type.moved","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":44,"kind":32,"name":"fields","url":"modules/entity.html#account.__type.fields","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":45,"kind":32,"name":"bot","url":"modules/entity.html#account.__type.bot","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":46,"kind":32,"name":"source","url":"modules/entity.html#account.__type.source","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Account.__type"},{"id":47,"kind":4194304,"name":"Activity","url":"modules/entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":48,"kind":65536,"name":"__type","url":"modules/entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Activity"},{"id":49,"kind":32,"name":"week","url":"modules/entity.html#activity.__type-1.week","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Activity.__type"},{"id":50,"kind":32,"name":"statuses","url":"modules/entity.html#activity.__type-1.statuses","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Activity.__type"},{"id":51,"kind":32,"name":"logins","url":"modules/entity.html#activity.__type-1.logins","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Activity.__type"},{"id":52,"kind":32,"name":"registrations","url":"modules/entity.html#activity.__type-1.registrations","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Activity.__type"},{"id":53,"kind":4194304,"name":"Application","url":"modules/entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":54,"kind":65536,"name":"__type","url":"modules/entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Application"},{"id":55,"kind":32,"name":"name","url":"modules/entity.html#application.__type-2.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Application.__type"},{"id":56,"kind":32,"name":"website","url":"modules/entity.html#application.__type-2.website","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Application.__type"},{"id":57,"kind":32,"name":"vapid_key","url":"modules/entity.html#application.__type-2.vapid_key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Application.__type"},{"id":58,"kind":4194304,"name":"Attachment","url":"modules/entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":59,"kind":65536,"name":"__type","url":"modules/entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Attachment"},{"id":60,"kind":32,"name":"id","url":"modules/entity.html#attachment.__type-3.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Attachment.__type"},{"id":61,"kind":32,"name":"type","url":"modules/entity.html#attachment.__type-3.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Attachment.__type"},{"id":62,"kind":32,"name":"url","url":"modules/entity.html#attachment.__type-3.url-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Attachment.__type"},{"id":63,"kind":32,"name":"remote_url","url":"modules/entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Attachment.__type"},{"id":64,"kind":32,"name":"preview_url","url":"modules/entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Attachment.__type"},{"id":65,"kind":32,"name":"text_url","url":"modules/entity.html#attachment.__type-3.text_url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Attachment.__type"},{"id":66,"kind":32,"name":"meta","url":"modules/entity.html#attachment.__type-3.meta","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Attachment.__type"},{"id":67,"kind":32,"name":"description","url":"modules/entity.html#attachment.__type-3.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Attachment.__type"},{"id":68,"kind":4194304,"name":"Card","url":"modules/entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":69,"kind":65536,"name":"__type","url":"modules/entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Card"},{"id":70,"kind":32,"name":"url","url":"modules/entity.html#card.__type-4.url-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Card.__type"},{"id":71,"kind":32,"name":"title","url":"modules/entity.html#card.__type-4.title","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Card.__type"},{"id":72,"kind":32,"name":"description","url":"modules/entity.html#card.__type-4.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Card.__type"},{"id":73,"kind":32,"name":"type","url":"modules/entity.html#card.__type-4.type-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Card.__type"},{"id":74,"kind":32,"name":"image","url":"modules/entity.html#card.__type-4.image","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Card.__type"},{"id":75,"kind":32,"name":"author_name","url":"modules/entity.html#card.__type-4.author_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Card.__type"},{"id":76,"kind":32,"name":"author_url","url":"modules/entity.html#card.__type-4.author_url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Card.__type"},{"id":77,"kind":32,"name":"provider_name","url":"modules/entity.html#card.__type-4.provider_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Card.__type"},{"id":78,"kind":32,"name":"provider_url","url":"modules/entity.html#card.__type-4.provider_url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Card.__type"},{"id":79,"kind":32,"name":"html","url":"modules/entity.html#card.__type-4.html","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Card.__type"},{"id":80,"kind":32,"name":"width","url":"modules/entity.html#card.__type-4.width","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Card.__type"},{"id":81,"kind":32,"name":"height","url":"modules/entity.html#card.__type-4.height","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Card.__type"},{"id":82,"kind":4194304,"name":"Mention","url":"modules/entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":83,"kind":65536,"name":"__type","url":"modules/entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Mention"},{"id":84,"kind":32,"name":"id","url":"modules/entity.html#mention.__type-18.id-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Mention.__type"},{"id":85,"kind":32,"name":"username","url":"modules/entity.html#mention.__type-18.username-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Mention.__type"},{"id":86,"kind":32,"name":"url","url":"modules/entity.html#mention.__type-18.url-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Mention.__type"},{"id":87,"kind":32,"name":"acct","url":"modules/entity.html#mention.__type-18.acct-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Mention.__type"},{"id":88,"kind":4194304,"name":"History","url":"modules/entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":89,"kind":65536,"name":"__type","url":"modules/entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.History"},{"id":90,"kind":32,"name":"day","url":"modules/entity.html#history.__type-11.day","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.History.__type"},{"id":91,"kind":32,"name":"uses","url":"modules/entity.html#history.__type-11.uses","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.History.__type"},{"id":92,"kind":32,"name":"accounts","url":"modules/entity.html#history.__type-11.accounts-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.History.__type"},{"id":93,"kind":4194304,"name":"Tag","url":"modules/entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":94,"kind":65536,"name":"__type","url":"modules/entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Tag"},{"id":95,"kind":32,"name":"name","url":"modules/entity.html#tag.__type-33.name-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Tag.__type"},{"id":96,"kind":32,"name":"url","url":"modules/entity.html#tag.__type-33.url-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Tag.__type"},{"id":97,"kind":32,"name":"history","url":"modules/entity.html#tag.__type-33.history-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Tag.__type"},{"id":98,"kind":4194304,"name":"PollOption","url":"modules/entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":99,"kind":65536,"name":"__type","url":"modules/entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.PollOption"},{"id":100,"kind":32,"name":"title","url":"modules/entity.html#polloption.__type-21.title-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.PollOption.__type"},{"id":101,"kind":32,"name":"votes_count","url":"modules/entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.PollOption.__type"},{"id":102,"kind":4194304,"name":"Poll","url":"modules/entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":103,"kind":65536,"name":"__type","url":"modules/entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Poll"},{"id":104,"kind":32,"name":"id","url":"modules/entity.html#poll.__type-20.id-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Poll.__type"},{"id":105,"kind":32,"name":"expires_at","url":"modules/entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Poll.__type"},{"id":106,"kind":32,"name":"expired","url":"modules/entity.html#poll.__type-20.expired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Poll.__type"},{"id":107,"kind":32,"name":"multiple","url":"modules/entity.html#poll.__type-20.multiple","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Poll.__type"},{"id":108,"kind":32,"name":"votes_count","url":"modules/entity.html#poll.__type-20.votes_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Poll.__type"},{"id":109,"kind":32,"name":"options","url":"modules/entity.html#poll.__type-20.options","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Poll.__type"},{"id":110,"kind":32,"name":"voted","url":"modules/entity.html#poll.__type-20.voted","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Poll.__type"},{"id":111,"kind":4194304,"name":"Reaction","url":"modules/entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":112,"kind":65536,"name":"__type","url":"modules/entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Reaction"},{"id":113,"kind":32,"name":"count","url":"modules/entity.html#reaction.__type-24.count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Reaction.__type"},{"id":114,"kind":32,"name":"me","url":"modules/entity.html#reaction.__type-24.me","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Reaction.__type"},{"id":115,"kind":32,"name":"name","url":"modules/entity.html#reaction.__type-24.name-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Reaction.__type"},{"id":116,"kind":32,"name":"accounts","url":"modules/entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Reaction.__type"},{"id":117,"kind":4194304,"name":"Status","url":"modules/entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":118,"kind":65536,"name":"__type","url":"modules/entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Status"},{"id":119,"kind":32,"name":"id","url":"modules/entity.html#status-1.__type-31.id-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":120,"kind":32,"name":"uri","url":"modules/entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":121,"kind":32,"name":"url","url":"modules/entity.html#status-1.__type-31.url-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":122,"kind":32,"name":"account","url":"modules/entity.html#status-1.__type-31.account-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":123,"kind":32,"name":"in_reply_to_id","url":"modules/entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":124,"kind":32,"name":"in_reply_to_account_id","url":"modules/entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":125,"kind":32,"name":"reblog","url":"modules/entity.html#status-1.__type-31.reblog","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":126,"kind":32,"name":"content","url":"modules/entity.html#status-1.__type-31.content","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":127,"kind":32,"name":"created_at","url":"modules/entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":128,"kind":32,"name":"emojis","url":"modules/entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":129,"kind":32,"name":"replies_count","url":"modules/entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":130,"kind":32,"name":"reblogs_count","url":"modules/entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":131,"kind":32,"name":"favourites_count","url":"modules/entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":132,"kind":32,"name":"reblogged","url":"modules/entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":133,"kind":32,"name":"favourited","url":"modules/entity.html#status-1.__type-31.favourited","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":134,"kind":32,"name":"muted","url":"modules/entity.html#status-1.__type-31.muted","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":135,"kind":32,"name":"sensitive","url":"modules/entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":136,"kind":32,"name":"spoiler_text","url":"modules/entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":137,"kind":32,"name":"visibility","url":"modules/entity.html#status-1.__type-31.visibility","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":138,"kind":32,"name":"media_attachments","url":"modules/entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":139,"kind":32,"name":"mentions","url":"modules/entity.html#status-1.__type-31.mentions","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":140,"kind":32,"name":"tags","url":"modules/entity.html#status-1.__type-31.tags","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":141,"kind":32,"name":"card","url":"modules/entity.html#status-1.__type-31.card-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":142,"kind":32,"name":"poll","url":"modules/entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":143,"kind":32,"name":"application","url":"modules/entity.html#status-1.__type-31.application-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":144,"kind":32,"name":"language","url":"modules/entity.html#status-1.__type-31.language-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":145,"kind":32,"name":"pinned","url":"modules/entity.html#status-1.__type-31.pinned","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":146,"kind":32,"name":"emoji_reactions","url":"modules/entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":147,"kind":32,"name":"quote","url":"modules/entity.html#status-1.__type-31.quote","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":148,"kind":32,"name":"bookmarked","url":"modules/entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Status.__type"},{"id":149,"kind":4194304,"name":"Context","url":"modules/entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":150,"kind":65536,"name":"__type","url":"modules/entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Context"},{"id":151,"kind":32,"name":"ancestors","url":"modules/entity.html#context.__type-5.ancestors","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Context.__type"},{"id":152,"kind":32,"name":"descendants","url":"modules/entity.html#context.__type-5.descendants","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Context.__type"},{"id":153,"kind":4194304,"name":"Conversation","url":"modules/entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":154,"kind":65536,"name":"__type","url":"modules/entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Conversation"},{"id":155,"kind":32,"name":"id","url":"modules/entity.html#conversation.__type-6.id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Conversation.__type"},{"id":156,"kind":32,"name":"accounts","url":"modules/entity.html#conversation.__type-6.accounts","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Conversation.__type"},{"id":157,"kind":32,"name":"last_status","url":"modules/entity.html#conversation.__type-6.last_status","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Conversation.__type"},{"id":158,"kind":32,"name":"unread","url":"modules/entity.html#conversation.__type-6.unread","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Conversation.__type"},{"id":159,"kind":4194304,"name":"FeaturedTag","url":"modules/entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":160,"kind":65536,"name":"__type","url":"modules/entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.FeaturedTag"},{"id":161,"kind":32,"name":"id","url":"modules/entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.FeaturedTag.__type"},{"id":162,"kind":32,"name":"name","url":"modules/entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.FeaturedTag.__type"},{"id":163,"kind":32,"name":"statuses_count","url":"modules/entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.FeaturedTag.__type"},{"id":164,"kind":32,"name":"last_status_at","url":"modules/entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.FeaturedTag.__type"},{"id":165,"kind":4194304,"name":"Field","url":"modules/entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":166,"kind":65536,"name":"__type","url":"modules/entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Field"},{"id":167,"kind":32,"name":"name","url":"modules/entity.html#field.__type-9.name-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Field.__type"},{"id":168,"kind":32,"name":"value","url":"modules/entity.html#field.__type-9.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Field.__type"},{"id":169,"kind":32,"name":"verified_at","url":"modules/entity.html#field.__type-9.verified_at","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Field.__type"},{"id":170,"kind":4194304,"name":"Filter","url":"modules/entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":171,"kind":65536,"name":"__type","url":"modules/entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Filter"},{"id":172,"kind":32,"name":"id","url":"modules/entity.html#filter.__type-10.id-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Filter.__type"},{"id":173,"kind":32,"name":"phrase","url":"modules/entity.html#filter.__type-10.phrase","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Filter.__type"},{"id":174,"kind":32,"name":"context","url":"modules/entity.html#filter.__type-10.context-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Filter.__type"},{"id":175,"kind":32,"name":"expires_at","url":"modules/entity.html#filter.__type-10.expires_at","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Filter.__type"},{"id":176,"kind":32,"name":"irreversible","url":"modules/entity.html#filter.__type-10.irreversible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Filter.__type"},{"id":177,"kind":32,"name":"whole_word","url":"modules/entity.html#filter.__type-10.whole_word","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Filter.__type"},{"id":178,"kind":4194304,"name":"IdentityProof","url":"modules/entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":179,"kind":65536,"name":"__type","url":"modules/entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.IdentityProof"},{"id":180,"kind":32,"name":"provider","url":"modules/entity.html#identityproof.__type-12.provider","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.IdentityProof.__type"},{"id":181,"kind":32,"name":"provider_username","url":"modules/entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.IdentityProof.__type"},{"id":182,"kind":32,"name":"updated_at","url":"modules/entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.IdentityProof.__type"},{"id":183,"kind":32,"name":"proof_url","url":"modules/entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.IdentityProof.__type"},{"id":184,"kind":32,"name":"profile_url","url":"modules/entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.IdentityProof.__type"},{"id":185,"kind":4194304,"name":"URLs","url":"modules/entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":186,"kind":65536,"name":"__type","url":"modules/entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.URLs"},{"id":187,"kind":32,"name":"streaming_api","url":"modules/entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.URLs.__type"},{"id":188,"kind":4194304,"name":"Stats","url":"modules/entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":189,"kind":65536,"name":"__type","url":"modules/entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Stats"},{"id":190,"kind":32,"name":"user_count","url":"modules/entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Stats.__type"},{"id":191,"kind":32,"name":"status_count","url":"modules/entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Stats.__type"},{"id":192,"kind":32,"name":"domain_count","url":"modules/entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Stats.__type"},{"id":193,"kind":4194304,"name":"Instance","url":"modules/entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":194,"kind":65536,"name":"__type","url":"modules/entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Instance"},{"id":195,"kind":32,"name":"uri","url":"modules/entity.html#instance.__type-13.uri","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Instance.__type"},{"id":196,"kind":32,"name":"title","url":"modules/entity.html#instance.__type-13.title-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Instance.__type"},{"id":197,"kind":32,"name":"description","url":"modules/entity.html#instance.__type-13.description-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Instance.__type"},{"id":198,"kind":32,"name":"email","url":"modules/entity.html#instance.__type-13.email","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Instance.__type"},{"id":199,"kind":32,"name":"version","url":"modules/entity.html#instance.__type-13.version","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Instance.__type"},{"id":200,"kind":32,"name":"thumbnail","url":"modules/entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Instance.__type"},{"id":201,"kind":32,"name":"urls","url":"modules/entity.html#instance.__type-13.urls","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Instance.__type"},{"id":202,"kind":32,"name":"stats","url":"modules/entity.html#instance.__type-13.stats","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Instance.__type"},{"id":203,"kind":32,"name":"languages","url":"modules/entity.html#instance.__type-13.languages","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Instance.__type"},{"id":204,"kind":32,"name":"contact_account","url":"modules/entity.html#instance.__type-13.contact_account","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Instance.__type"},{"id":205,"kind":32,"name":"max_toot_chars","url":"modules/entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Instance.__type"},{"id":206,"kind":32,"name":"registrations","url":"modules/entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Instance.__type"},{"id":207,"kind":4194304,"name":"List","url":"modules/entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":208,"kind":65536,"name":"__type","url":"modules/entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.List"},{"id":209,"kind":32,"name":"id","url":"modules/entity.html#list.__type-14.id-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.List.__type"},{"id":210,"kind":32,"name":"title","url":"modules/entity.html#list.__type-14.title-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.List.__type"},{"id":211,"kind":4194304,"name":"Marker","url":"modules/entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":212,"kind":65536,"name":"__type","url":"modules/entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Marker"},{"id":213,"kind":32,"name":"home","url":"modules/entity.html#marker.__type-15.home","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Marker.__type"},{"id":214,"kind":65536,"name":"__type","url":"modules/entity.html#marker.__type-15.home.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"Entity.Marker.__type.home"},{"id":215,"kind":32,"name":"last_read_id","url":"modules/entity.html#marker.__type-15.home.__type-16.last_read_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Marker.__type.home.__type"},{"id":216,"kind":32,"name":"version","url":"modules/entity.html#marker.__type-15.home.__type-16.version-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Marker.__type.home.__type"},{"id":217,"kind":32,"name":"updated_at","url":"modules/entity.html#marker.__type-15.home.__type-16.updated_at-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Marker.__type.home.__type"},{"id":218,"kind":32,"name":"notifications","url":"modules/entity.html#marker.__type-15.notifications","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Marker.__type"},{"id":219,"kind":65536,"name":"__type","url":"modules/entity.html#marker.__type-15.notifications.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"Entity.Marker.__type.notifications"},{"id":220,"kind":32,"name":"last_read_id","url":"modules/entity.html#marker.__type-15.notifications.__type-17.last_read_id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Marker.__type.notifications.__type"},{"id":221,"kind":32,"name":"version","url":"modules/entity.html#marker.__type-15.notifications.__type-17.version-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Marker.__type.notifications.__type"},{"id":222,"kind":32,"name":"updated_at","url":"modules/entity.html#marker.__type-15.notifications.__type-17.updated_at-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Marker.__type.notifications.__type"},{"id":223,"kind":4194304,"name":"Notification","url":"modules/entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":224,"kind":65536,"name":"__type","url":"modules/entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Notification"},{"id":225,"kind":32,"name":"account","url":"modules/entity.html#notification.__type-19.account-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Notification.__type"},{"id":226,"kind":32,"name":"created_at","url":"modules/entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Notification.__type"},{"id":227,"kind":32,"name":"id","url":"modules/entity.html#notification.__type-19.id-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Notification.__type"},{"id":228,"kind":32,"name":"status","url":"modules/entity.html#notification.__type-19.status","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Notification.__type"},{"id":229,"kind":32,"name":"emoji","url":"modules/entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Notification.__type"},{"id":230,"kind":32,"name":"type","url":"modules/entity.html#notification.__type-19.type-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Notification.__type"},{"id":231,"kind":4194304,"name":"NotificationType","url":"modules/entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":232,"kind":4194304,"name":"Preferences","url":"modules/entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":233,"kind":65536,"name":"__type","url":"modules/entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Preferences"},{"id":234,"kind":32,"name":"posting:default:visibility","url":"modules/entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Preferences.__type"},{"id":235,"kind":32,"name":"posting:default:sensitive","url":"modules/entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Preferences.__type"},{"id":236,"kind":32,"name":"posting:default:language","url":"modules/entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Preferences.__type"},{"id":237,"kind":32,"name":"reading:expand:media","url":"modules/entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Preferences.__type"},{"id":238,"kind":32,"name":"reading:expand:spoilers","url":"modules/entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Preferences.__type"},{"id":239,"kind":4194304,"name":"PushSubscription","url":"modules/entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":240,"kind":65536,"name":"__type","url":"modules/entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.PushSubscription"},{"id":241,"kind":32,"name":"id","url":"modules/entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.PushSubscription.__type"},{"id":242,"kind":32,"name":"endpoint","url":"modules/entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.PushSubscription.__type"},{"id":243,"kind":32,"name":"server_key","url":"modules/entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.PushSubscription.__type"},{"id":244,"kind":32,"name":"alerts","url":"modules/entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.PushSubscription.__type"},{"id":245,"kind":4194304,"name":"Relationship","url":"modules/entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":246,"kind":65536,"name":"__type","url":"modules/entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Relationship"},{"id":247,"kind":32,"name":"id","url":"modules/entity.html#relationship.__type-25.id-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Relationship.__type"},{"id":248,"kind":32,"name":"following","url":"modules/entity.html#relationship.__type-25.following","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Relationship.__type"},{"id":249,"kind":32,"name":"followed_by","url":"modules/entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Relationship.__type"},{"id":250,"kind":32,"name":"blocking","url":"modules/entity.html#relationship.__type-25.blocking","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Relationship.__type"},{"id":251,"kind":32,"name":"muting","url":"modules/entity.html#relationship.__type-25.muting","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Relationship.__type"},{"id":252,"kind":32,"name":"muting_notifications","url":"modules/entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Relationship.__type"},{"id":253,"kind":32,"name":"requested","url":"modules/entity.html#relationship.__type-25.requested","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Relationship.__type"},{"id":254,"kind":32,"name":"domain_blocking","url":"modules/entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Relationship.__type"},{"id":255,"kind":32,"name":"showing_reblogs","url":"modules/entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Relationship.__type"},{"id":256,"kind":32,"name":"endorsed","url":"modules/entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Relationship.__type"},{"id":257,"kind":4194304,"name":"Report","url":"modules/entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":258,"kind":65536,"name":"__type","url":"modules/entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Report"},{"id":259,"kind":32,"name":"id","url":"modules/entity.html#report.__type-26.id-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Report.__type"},{"id":260,"kind":32,"name":"action_taken","url":"modules/entity.html#report.__type-26.action_taken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Report.__type"},{"id":261,"kind":32,"name":"comment","url":"modules/entity.html#report.__type-26.comment","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Report.__type"},{"id":262,"kind":32,"name":"account_id","url":"modules/entity.html#report.__type-26.account_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Report.__type"},{"id":263,"kind":32,"name":"status_ids","url":"modules/entity.html#report.__type-26.status_ids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Report.__type"},{"id":264,"kind":4194304,"name":"Results","url":"modules/entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":265,"kind":65536,"name":"__type","url":"modules/entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Results"},{"id":266,"kind":32,"name":"accounts","url":"modules/entity.html#results.__type-27.accounts-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Results.__type"},{"id":267,"kind":32,"name":"statuses","url":"modules/entity.html#results.__type-27.statuses-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Results.__type"},{"id":268,"kind":32,"name":"hashtags","url":"modules/entity.html#results.__type-27.hashtags","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Results.__type"},{"id":269,"kind":4194304,"name":"ScheduledStatus","url":"modules/entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":270,"kind":65536,"name":"__type","url":"modules/entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.ScheduledStatus"},{"id":271,"kind":32,"name":"id","url":"modules/entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.ScheduledStatus.__type"},{"id":272,"kind":32,"name":"scheduled_at","url":"modules/entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.ScheduledStatus.__type"},{"id":273,"kind":32,"name":"params","url":"modules/entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.ScheduledStatus.__type"},{"id":274,"kind":32,"name":"media_attachments","url":"modules/entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.ScheduledStatus.__type"},{"id":275,"kind":4194304,"name":"StatusParams","url":"modules/entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":276,"kind":65536,"name":"__type","url":"modules/entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.StatusParams"},{"id":277,"kind":32,"name":"text","url":"modules/entity.html#statusparams.__type-32.text","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.StatusParams.__type"},{"id":278,"kind":32,"name":"in_reply_to_id","url":"modules/entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.StatusParams.__type"},{"id":279,"kind":32,"name":"media_ids","url":"modules/entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.StatusParams.__type"},{"id":280,"kind":32,"name":"sensitive","url":"modules/entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.StatusParams.__type"},{"id":281,"kind":32,"name":"spoiler_text","url":"modules/entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.StatusParams.__type"},{"id":282,"kind":32,"name":"visibility","url":"modules/entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.StatusParams.__type"},{"id":283,"kind":32,"name":"scheduled_at","url":"modules/entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.StatusParams.__type"},{"id":284,"kind":32,"name":"application_id","url":"modules/entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.StatusParams.__type"},{"id":285,"kind":4194304,"name":"Token","url":"modules/entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"Entity"},{"id":286,"kind":65536,"name":"__type","url":"modules/entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Entity.Token"},{"id":287,"kind":32,"name":"access_token","url":"modules/entity.html#token.__type-34.access_token","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Token.__type"},{"id":288,"kind":32,"name":"token_type","url":"modules/entity.html#token.__type-34.token_type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Token.__type"},{"id":289,"kind":32,"name":"scope","url":"modules/entity.html#token.__type-34.scope","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Token.__type"},{"id":290,"kind":32,"name":"created_at","url":"modules/entity.html#token.__type-34.created_at-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Entity.Token.__type"},{"id":291,"kind":4194304,"name":"Response","url":"globals.html#response","classes":"tsd-kind-type-alias tsd-has-type-parameter"},{"id":292,"kind":65536,"name":"__type","url":"globals.html#response.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Response"},{"id":293,"kind":32,"name":"data","url":"globals.html#response.__type.data","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Response.__type"},{"id":294,"kind":32,"name":"status","url":"globals.html#response.__type.status","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Response.__type"},{"id":295,"kind":32,"name":"statusText","url":"globals.html#response.__type.statustext","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Response.__type"},{"id":296,"kind":32,"name":"headers","url":"globals.html#response.__type.headers","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Response.__type"},{"id":297,"kind":2,"name":"OAuth","url":"modules/oauth.html","classes":"tsd-kind-module"},{"id":298,"kind":128,"name":"AppData","url":"classes/oauth.appdata.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"OAuth"},{"id":299,"kind":1024,"name":"url","url":"classes/oauth.appdata.html#url","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.AppData"},{"id":300,"kind":1024,"name":"session_token","url":"classes/oauth.appdata.html#session_token","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.AppData"},{"id":301,"kind":512,"name":"constructor","url":"classes/oauth.appdata.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"OAuth.AppData"},{"id":302,"kind":1024,"name":"id","url":"classes/oauth.appdata.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.AppData"},{"id":303,"kind":1024,"name":"name","url":"classes/oauth.appdata.html#name","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.AppData"},{"id":304,"kind":1024,"name":"website","url":"classes/oauth.appdata.html#website","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.AppData"},{"id":305,"kind":1024,"name":"redirect_uri","url":"classes/oauth.appdata.html#redirect_uri","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.AppData"},{"id":306,"kind":1024,"name":"client_id","url":"classes/oauth.appdata.html#client_id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.AppData"},{"id":307,"kind":1024,"name":"client_secret","url":"classes/oauth.appdata.html#client_secret","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.AppData"},{"id":308,"kind":2048,"name":"from","url":"classes/oauth.appdata.html#from","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"OAuth.AppData"},{"id":309,"kind":262144,"name":"redirectUri","url":"classes/oauth.appdata.html#redirecturi","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"OAuth.AppData"},{"id":310,"kind":262144,"name":"clientId","url":"classes/oauth.appdata.html#clientid","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"OAuth.AppData"},{"id":311,"kind":262144,"name":"clientSecret","url":"classes/oauth.appdata.html#clientsecret","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"OAuth.AppData"},{"id":312,"kind":128,"name":"TokenData","url":"classes/oauth.tokendata.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"OAuth"},{"id":313,"kind":1024,"name":"_scope","url":"classes/oauth.tokendata.html#_scope","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":314,"kind":512,"name":"constructor","url":"classes/oauth.tokendata.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":315,"kind":1024,"name":"access_token","url":"classes/oauth.tokendata.html#access_token","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":316,"kind":1024,"name":"token_type","url":"classes/oauth.tokendata.html#token_type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":317,"kind":1024,"name":"created_at","url":"classes/oauth.tokendata.html#created_at","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":318,"kind":1024,"name":"expires_in","url":"classes/oauth.tokendata.html#expires_in","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":319,"kind":1024,"name":"refresh_token","url":"classes/oauth.tokendata.html#refresh_token","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":320,"kind":2048,"name":"from","url":"classes/oauth.tokendata.html#from","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"OAuth.TokenData"},{"id":321,"kind":262144,"name":"accessToken","url":"classes/oauth.tokendata.html#accesstoken","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":322,"kind":262144,"name":"tokenType","url":"classes/oauth.tokendata.html#tokentype","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":323,"kind":262144,"name":"scope","url":"classes/oauth.tokendata.html#scope","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":324,"kind":262144,"name":"createdAt","url":"classes/oauth.tokendata.html#createdat","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":325,"kind":262144,"name":"expiresIn","url":"classes/oauth.tokendata.html#expiresin","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":326,"kind":262144,"name":"refreshToken","url":"classes/oauth.tokendata.html#refreshtoken","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"OAuth.TokenData"},{"id":327,"kind":4194304,"name":"AppDataFromServer","url":"modules/oauth.html#appdatafromserver","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"OAuth"},{"id":328,"kind":65536,"name":"__type","url":"modules/oauth.html#appdatafromserver.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"OAuth.AppDataFromServer"},{"id":329,"kind":32,"name":"id","url":"modules/oauth.html#appdatafromserver.__type.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"OAuth.AppDataFromServer.__type"},{"id":330,"kind":32,"name":"name","url":"modules/oauth.html#appdatafromserver.__type.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"OAuth.AppDataFromServer.__type"},{"id":331,"kind":32,"name":"website","url":"modules/oauth.html#appdatafromserver.__type.website","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"OAuth.AppDataFromServer.__type"},{"id":332,"kind":32,"name":"redirect_uri","url":"modules/oauth.html#appdatafromserver.__type.redirect_uri","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"OAuth.AppDataFromServer.__type"},{"id":333,"kind":32,"name":"client_id","url":"modules/oauth.html#appdatafromserver.__type.client_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"OAuth.AppDataFromServer.__type"},{"id":334,"kind":32,"name":"client_secret","url":"modules/oauth.html#appdatafromserver.__type.client_secret","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"OAuth.AppDataFromServer.__type"},{"id":335,"kind":4194304,"name":"TokenDataFromServer","url":"modules/oauth.html#tokendatafromserver","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"OAuth"},{"id":336,"kind":65536,"name":"__type","url":"modules/oauth.html#tokendatafromserver.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"OAuth.TokenDataFromServer"},{"id":337,"kind":32,"name":"access_token","url":"modules/oauth.html#tokendatafromserver.__type-1.access_token","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"OAuth.TokenDataFromServer.__type"},{"id":338,"kind":32,"name":"token_type","url":"modules/oauth.html#tokendatafromserver.__type-1.token_type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"OAuth.TokenDataFromServer.__type"},{"id":339,"kind":32,"name":"scope","url":"modules/oauth.html#tokendatafromserver.__type-1.scope","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"OAuth.TokenDataFromServer.__type"},{"id":340,"kind":32,"name":"created_at","url":"modules/oauth.html#tokendatafromserver.__type-1.created_at","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"OAuth.TokenDataFromServer.__type"},{"id":341,"kind":32,"name":"expires_in","url":"modules/oauth.html#tokendatafromserver.__type-1.expires_in","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"OAuth.TokenDataFromServer.__type"},{"id":342,"kind":32,"name":"refresh_token","url":"modules/oauth.html#tokendatafromserver.__type-1.refresh_token","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"OAuth.TokenDataFromServer.__type"},{"id":343,"kind":128,"name":"ProxyProtocolError","url":"classes/proxyprotocolerror.html","classes":"tsd-kind-class"},{"id":344,"kind":1024,"name":"name","url":"classes/proxyprotocolerror.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ProxyProtocolError"},{"id":345,"kind":1024,"name":"message","url":"classes/proxyprotocolerror.html#message","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ProxyProtocolError"},{"id":346,"kind":1024,"name":"stack","url":"classes/proxyprotocolerror.html#stack","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ProxyProtocolError"},{"id":347,"kind":1024,"name":"Error","url":"classes/proxyprotocolerror.html#error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"ProxyProtocolError"},{"id":348,"kind":4194304,"name":"ProxyConfig","url":"globals.html#proxyconfig","classes":"tsd-kind-type-alias"},{"id":349,"kind":65536,"name":"__type","url":"globals.html#proxyconfig.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"ProxyConfig"},{"id":350,"kind":32,"name":"host","url":"globals.html#proxyconfig.__type.host","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"ProxyConfig.__type"},{"id":351,"kind":32,"name":"port","url":"globals.html#proxyconfig.__type.port","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"ProxyConfig.__type"},{"id":352,"kind":32,"name":"auth","url":"globals.html#proxyconfig.__type.auth","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"ProxyConfig.__type"},{"id":353,"kind":32,"name":"protocol","url":"globals.html#proxyconfig.__type.protocol","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"ProxyConfig.__type"},{"id":354,"kind":64,"name":"proxyAgent","url":"globals.html#proxyagent","classes":"tsd-kind-function"},{"id":355,"kind":2,"name":"PleromaEntity","url":"modules/pleromaentity.html","classes":"tsd-kind-module"},{"id":356,"kind":4194304,"name":"Emoji","url":"modules/pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":357,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Emoji"},{"id":358,"kind":32,"name":"shortcode","url":"modules/pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Emoji.__type"},{"id":359,"kind":32,"name":"static_url","url":"modules/pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Emoji.__type"},{"id":360,"kind":32,"name":"url","url":"modules/pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Emoji.__type"},{"id":361,"kind":32,"name":"visible_in_picker","url":"modules/pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Emoji.__type"},{"id":362,"kind":4194304,"name":"Source","url":"modules/pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":363,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Source"},{"id":364,"kind":32,"name":"privacy","url":"modules/pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Source.__type"},{"id":365,"kind":32,"name":"sensitive","url":"modules/pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Source.__type"},{"id":366,"kind":32,"name":"language","url":"modules/pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Source.__type"},{"id":367,"kind":32,"name":"note","url":"modules/pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Source.__type"},{"id":368,"kind":32,"name":"fields","url":"modules/pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Source.__type"},{"id":369,"kind":4194304,"name":"Account","url":"modules/pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":370,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Account"},{"id":371,"kind":32,"name":"id","url":"modules/pleromaentity.html#account.__type.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Account.__type"},{"id":372,"kind":32,"name":"username","url":"modules/pleromaentity.html#account.__type.username","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Account.__type"},{"id":373,"kind":32,"name":"acct","url":"modules/pleromaentity.html#account.__type.acct","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Account.__type"},{"id":374,"kind":32,"name":"display_name","url":"modules/pleromaentity.html#account.__type.display_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Account.__type"},{"id":375,"kind":32,"name":"locked","url":"modules/pleromaentity.html#account.__type.locked","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Account.__type"},{"id":376,"kind":32,"name":"created_at","url":"modules/pleromaentity.html#account.__type.created_at","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Account.__type"},{"id":377,"kind":32,"name":"followers_count","url":"modules/pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Account.__type"},{"id":378,"kind":32,"name":"following_count","url":"modules/pleromaentity.html#account.__type.following_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Account.__type"},{"id":379,"kind":32,"name":"statuses_count","url":"modules/pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Account.__type"},{"id":380,"kind":32,"name":"note","url":"modules/pleromaentity.html#account.__type.note","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Account.__type"},{"id":381,"kind":32,"name":"url","url":"modules/pleromaentity.html#account.__type.url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Account.__type"},{"id":382,"kind":32,"name":"avatar","url":"modules/pleromaentity.html#account.__type.avatar","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Account.__type"},{"id":383,"kind":32,"name":"avatar_static","url":"modules/pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Account.__type"},{"id":384,"kind":32,"name":"header","url":"modules/pleromaentity.html#account.__type.header","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Account.__type"},{"id":385,"kind":32,"name":"header_static","url":"modules/pleromaentity.html#account.__type.header_static","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Account.__type"},{"id":386,"kind":32,"name":"emojis","url":"modules/pleromaentity.html#account.__type.emojis","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Account.__type"},{"id":387,"kind":32,"name":"moved","url":"modules/pleromaentity.html#account.__type.moved","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Account.__type"},{"id":388,"kind":32,"name":"fields","url":"modules/pleromaentity.html#account.__type.fields","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Account.__type"},{"id":389,"kind":32,"name":"bot","url":"modules/pleromaentity.html#account.__type.bot","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Account.__type"},{"id":390,"kind":32,"name":"source","url":"modules/pleromaentity.html#account.__type.source","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Account.__type"},{"id":391,"kind":4194304,"name":"Activity","url":"modules/pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":392,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Activity"},{"id":393,"kind":32,"name":"week","url":"modules/pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Activity.__type"},{"id":394,"kind":32,"name":"statuses","url":"modules/pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Activity.__type"},{"id":395,"kind":32,"name":"logins","url":"modules/pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Activity.__type"},{"id":396,"kind":32,"name":"registrations","url":"modules/pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Activity.__type"},{"id":397,"kind":4194304,"name":"Application","url":"modules/pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":398,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Application"},{"id":399,"kind":32,"name":"name","url":"modules/pleromaentity.html#application.__type-2.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Application.__type"},{"id":400,"kind":32,"name":"website","url":"modules/pleromaentity.html#application.__type-2.website","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Application.__type"},{"id":401,"kind":32,"name":"vapid_key","url":"modules/pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Application.__type"},{"id":402,"kind":4194304,"name":"Attachment","url":"modules/pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":403,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Attachment"},{"id":404,"kind":32,"name":"id","url":"modules/pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Attachment.__type"},{"id":405,"kind":32,"name":"type","url":"modules/pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Attachment.__type"},{"id":406,"kind":32,"name":"url","url":"modules/pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Attachment.__type"},{"id":407,"kind":32,"name":"remote_url","url":"modules/pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Attachment.__type"},{"id":408,"kind":32,"name":"preview_url","url":"modules/pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Attachment.__type"},{"id":409,"kind":32,"name":"text_url","url":"modules/pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Attachment.__type"},{"id":410,"kind":32,"name":"meta","url":"modules/pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Attachment.__type"},{"id":411,"kind":32,"name":"description","url":"modules/pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Attachment.__type"},{"id":412,"kind":4194304,"name":"Card","url":"modules/pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":413,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Card"},{"id":414,"kind":32,"name":"url","url":"modules/pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Card.__type"},{"id":415,"kind":32,"name":"title","url":"modules/pleromaentity.html#card.__type-4.title","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Card.__type"},{"id":416,"kind":32,"name":"description","url":"modules/pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Card.__type"},{"id":417,"kind":32,"name":"type","url":"modules/pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Card.__type"},{"id":418,"kind":32,"name":"image","url":"modules/pleromaentity.html#card.__type-4.image","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Card.__type"},{"id":419,"kind":32,"name":"author_name","url":"modules/pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Card.__type"},{"id":420,"kind":32,"name":"author_url","url":"modules/pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Card.__type"},{"id":421,"kind":32,"name":"provider_name","url":"modules/pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Card.__type"},{"id":422,"kind":32,"name":"provider_url","url":"modules/pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Card.__type"},{"id":423,"kind":32,"name":"html","url":"modules/pleromaentity.html#card.__type-4.html","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Card.__type"},{"id":424,"kind":32,"name":"width","url":"modules/pleromaentity.html#card.__type-4.width","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Card.__type"},{"id":425,"kind":32,"name":"height","url":"modules/pleromaentity.html#card.__type-4.height","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Card.__type"},{"id":426,"kind":32,"name":"pleroma","url":"modules/pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Card.__type"},{"id":427,"kind":4194304,"name":"Mention","url":"modules/pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":428,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Mention"},{"id":429,"kind":32,"name":"id","url":"modules/pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Mention.__type"},{"id":430,"kind":32,"name":"username","url":"modules/pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Mention.__type"},{"id":431,"kind":32,"name":"url","url":"modules/pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Mention.__type"},{"id":432,"kind":32,"name":"acct","url":"modules/pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Mention.__type"},{"id":433,"kind":4194304,"name":"History","url":"modules/pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":434,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.History"},{"id":435,"kind":32,"name":"day","url":"modules/pleromaentity.html#history.__type-11.day","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.History.__type"},{"id":436,"kind":32,"name":"uses","url":"modules/pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.History.__type"},{"id":437,"kind":32,"name":"accounts","url":"modules/pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.History.__type"},{"id":438,"kind":4194304,"name":"Tag","url":"modules/pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":439,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#tag.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Tag"},{"id":440,"kind":32,"name":"name","url":"modules/pleromaentity.html#tag.__type-34.name-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Tag.__type"},{"id":441,"kind":32,"name":"url","url":"modules/pleromaentity.html#tag.__type-34.url-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Tag.__type"},{"id":442,"kind":32,"name":"history","url":"modules/pleromaentity.html#tag.__type-34.history-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Tag.__type"},{"id":443,"kind":4194304,"name":"PollOption","url":"modules/pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":444,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.PollOption"},{"id":445,"kind":32,"name":"title","url":"modules/pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.PollOption.__type"},{"id":446,"kind":32,"name":"votes_count","url":"modules/pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.PollOption.__type"},{"id":447,"kind":4194304,"name":"Poll","url":"modules/pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":448,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Poll"},{"id":449,"kind":32,"name":"id","url":"modules/pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Poll.__type"},{"id":450,"kind":32,"name":"expires_at","url":"modules/pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Poll.__type"},{"id":451,"kind":32,"name":"expired","url":"modules/pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Poll.__type"},{"id":452,"kind":32,"name":"multiple","url":"modules/pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Poll.__type"},{"id":453,"kind":32,"name":"votes_count","url":"modules/pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Poll.__type"},{"id":454,"kind":32,"name":"options","url":"modules/pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Poll.__type"},{"id":455,"kind":32,"name":"voted","url":"modules/pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Poll.__type"},{"id":456,"kind":4194304,"name":"Reaction","url":"modules/pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":457,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Reaction"},{"id":458,"kind":32,"name":"count","url":"modules/pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Reaction.__type"},{"id":459,"kind":32,"name":"me","url":"modules/pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Reaction.__type"},{"id":460,"kind":32,"name":"name","url":"modules/pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Reaction.__type"},{"id":461,"kind":32,"name":"accounts","url":"modules/pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Reaction.__type"},{"id":462,"kind":4194304,"name":"Status","url":"modules/pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":463,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Status"},{"id":464,"kind":32,"name":"id","url":"modules/pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":465,"kind":32,"name":"uri","url":"modules/pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":466,"kind":32,"name":"url","url":"modules/pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":467,"kind":32,"name":"account","url":"modules/pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":468,"kind":32,"name":"in_reply_to_id","url":"modules/pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":469,"kind":32,"name":"in_reply_to_account_id","url":"modules/pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":470,"kind":32,"name":"reblog","url":"modules/pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":471,"kind":32,"name":"content","url":"modules/pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":472,"kind":32,"name":"created_at","url":"modules/pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":473,"kind":32,"name":"emojis","url":"modules/pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":474,"kind":32,"name":"replies_count","url":"modules/pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":475,"kind":32,"name":"reblogs_count","url":"modules/pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":476,"kind":32,"name":"favourites_count","url":"modules/pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":477,"kind":32,"name":"reblogged","url":"modules/pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":478,"kind":32,"name":"favourited","url":"modules/pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":479,"kind":32,"name":"muted","url":"modules/pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":480,"kind":32,"name":"sensitive","url":"modules/pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":481,"kind":32,"name":"spoiler_text","url":"modules/pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":482,"kind":32,"name":"visibility","url":"modules/pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":483,"kind":32,"name":"media_attachments","url":"modules/pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":484,"kind":32,"name":"mentions","url":"modules/pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":485,"kind":32,"name":"tags","url":"modules/pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":486,"kind":32,"name":"card","url":"modules/pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":487,"kind":32,"name":"poll","url":"modules/pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":488,"kind":32,"name":"application","url":"modules/pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":489,"kind":32,"name":"language","url":"modules/pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":490,"kind":32,"name":"pinned","url":"modules/pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":491,"kind":32,"name":"bookmarked","url":"modules/pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":492,"kind":32,"name":"pleroma","url":"modules/pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type"},{"id":493,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#status-1.__type-31.pleroma-1.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"PleromaEntity.Status.__type.pleroma"},{"id":494,"kind":32,"name":"context","url":"modules/pleromaentity.html#status-1.__type-31.pleroma-1.__type-32.context-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type.pleroma.__type"},{"id":495,"kind":32,"name":"spoiler_text","url":"modules/pleromaentity.html#status-1.__type-31.pleroma-1.__type-32.spoiler_text","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type.pleroma.__type"},{"id":496,"kind":32,"name":"conversation_id","url":"modules/pleromaentity.html#status-1.__type-31.pleroma-1.__type-32.conversation_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type.pleroma.__type"},{"id":497,"kind":32,"name":"direct_conversation_id","url":"modules/pleromaentity.html#status-1.__type-31.pleroma-1.__type-32.direct_conversation_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type.pleroma.__type"},{"id":498,"kind":32,"name":"emoji_reactions","url":"modules/pleromaentity.html#status-1.__type-31.pleroma-1.__type-32.emoji_reactions","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type.pleroma.__type"},{"id":499,"kind":32,"name":"local","url":"modules/pleromaentity.html#status-1.__type-31.pleroma-1.__type-32.local","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type.pleroma.__type"},{"id":500,"kind":32,"name":"thread_muted","url":"modules/pleromaentity.html#status-1.__type-31.pleroma-1.__type-32.thread_muted","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Status.__type.pleroma.__type"},{"id":501,"kind":4194304,"name":"Context","url":"modules/pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":502,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Context"},{"id":503,"kind":32,"name":"ancestors","url":"modules/pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Context.__type"},{"id":504,"kind":32,"name":"descendants","url":"modules/pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Context.__type"},{"id":505,"kind":4194304,"name":"Conversation","url":"modules/pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":506,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Conversation"},{"id":507,"kind":32,"name":"id","url":"modules/pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Conversation.__type"},{"id":508,"kind":32,"name":"accounts","url":"modules/pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Conversation.__type"},{"id":509,"kind":32,"name":"last_status","url":"modules/pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Conversation.__type"},{"id":510,"kind":32,"name":"unread","url":"modules/pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Conversation.__type"},{"id":511,"kind":4194304,"name":"FeaturedTag","url":"modules/pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":512,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.FeaturedTag"},{"id":513,"kind":32,"name":"id","url":"modules/pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.FeaturedTag.__type"},{"id":514,"kind":32,"name":"name","url":"modules/pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.FeaturedTag.__type"},{"id":515,"kind":32,"name":"statuses_count","url":"modules/pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.FeaturedTag.__type"},{"id":516,"kind":32,"name":"last_status_at","url":"modules/pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.FeaturedTag.__type"},{"id":517,"kind":4194304,"name":"Field","url":"modules/pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":518,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Field"},{"id":519,"kind":32,"name":"name","url":"modules/pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Field.__type"},{"id":520,"kind":32,"name":"value","url":"modules/pleromaentity.html#field.__type-9.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Field.__type"},{"id":521,"kind":32,"name":"verified_at","url":"modules/pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Field.__type"},{"id":522,"kind":4194304,"name":"Filter","url":"modules/pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":523,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Filter"},{"id":524,"kind":32,"name":"id","url":"modules/pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Filter.__type"},{"id":525,"kind":32,"name":"phrase","url":"modules/pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Filter.__type"},{"id":526,"kind":32,"name":"context","url":"modules/pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Filter.__type"},{"id":527,"kind":32,"name":"expires_at","url":"modules/pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Filter.__type"},{"id":528,"kind":32,"name":"irreversible","url":"modules/pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Filter.__type"},{"id":529,"kind":32,"name":"whole_word","url":"modules/pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Filter.__type"},{"id":530,"kind":4194304,"name":"IdentityProof","url":"modules/pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":531,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.IdentityProof"},{"id":532,"kind":32,"name":"provider","url":"modules/pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.IdentityProof.__type"},{"id":533,"kind":32,"name":"provider_username","url":"modules/pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.IdentityProof.__type"},{"id":534,"kind":32,"name":"updated_at","url":"modules/pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.IdentityProof.__type"},{"id":535,"kind":32,"name":"proof_url","url":"modules/pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.IdentityProof.__type"},{"id":536,"kind":32,"name":"profile_url","url":"modules/pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.IdentityProof.__type"},{"id":537,"kind":4194304,"name":"URLs","url":"modules/pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":538,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#urls-1.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.URLs"},{"id":539,"kind":32,"name":"streaming_api","url":"modules/pleromaentity.html#urls-1.__type-36.streaming_api","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.URLs.__type"},{"id":540,"kind":4194304,"name":"Stats","url":"modules/pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":541,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Stats"},{"id":542,"kind":32,"name":"user_count","url":"modules/pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Stats.__type"},{"id":543,"kind":32,"name":"status_count","url":"modules/pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Stats.__type"},{"id":544,"kind":32,"name":"domain_count","url":"modules/pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Stats.__type"},{"id":545,"kind":4194304,"name":"Instance","url":"modules/pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":546,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Instance"},{"id":547,"kind":32,"name":"uri","url":"modules/pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Instance.__type"},{"id":548,"kind":32,"name":"title","url":"modules/pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Instance.__type"},{"id":549,"kind":32,"name":"description","url":"modules/pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Instance.__type"},{"id":550,"kind":32,"name":"email","url":"modules/pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Instance.__type"},{"id":551,"kind":32,"name":"version","url":"modules/pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Instance.__type"},{"id":552,"kind":32,"name":"thumbnail","url":"modules/pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Instance.__type"},{"id":553,"kind":32,"name":"urls","url":"modules/pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Instance.__type"},{"id":554,"kind":32,"name":"stats","url":"modules/pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Instance.__type"},{"id":555,"kind":32,"name":"languages","url":"modules/pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Instance.__type"},{"id":556,"kind":32,"name":"contact_account","url":"modules/pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Instance.__type"},{"id":557,"kind":32,"name":"max_toot_chars","url":"modules/pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Instance.__type"},{"id":558,"kind":32,"name":"registrations","url":"modules/pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Instance.__type"},{"id":559,"kind":4194304,"name":"List","url":"modules/pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":560,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.List"},{"id":561,"kind":32,"name":"id","url":"modules/pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.List.__type"},{"id":562,"kind":32,"name":"title","url":"modules/pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.List.__type"},{"id":563,"kind":4194304,"name":"Marker","url":"modules/pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":564,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Marker"},{"id":565,"kind":32,"name":"home","url":"modules/pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Marker.__type"},{"id":566,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#marker.__type-15.home.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"PleromaEntity.Marker.__type.home"},{"id":567,"kind":32,"name":"last_read_id","url":"modules/pleromaentity.html#marker.__type-15.home.__type-16.last_read_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Marker.__type.home.__type"},{"id":568,"kind":32,"name":"version","url":"modules/pleromaentity.html#marker.__type-15.home.__type-16.version-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Marker.__type.home.__type"},{"id":569,"kind":32,"name":"updated_at","url":"modules/pleromaentity.html#marker.__type-15.home.__type-16.updated_at-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Marker.__type.home.__type"},{"id":570,"kind":32,"name":"notifications","url":"modules/pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Marker.__type"},{"id":571,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#marker.__type-15.notifications.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"PleromaEntity.Marker.__type.notifications"},{"id":572,"kind":32,"name":"last_read_id","url":"modules/pleromaentity.html#marker.__type-15.notifications.__type-17.last_read_id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Marker.__type.notifications.__type"},{"id":573,"kind":32,"name":"version","url":"modules/pleromaentity.html#marker.__type-15.notifications.__type-17.version-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Marker.__type.notifications.__type"},{"id":574,"kind":32,"name":"updated_at","url":"modules/pleromaentity.html#marker.__type-15.notifications.__type-17.updated_at-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Marker.__type.notifications.__type"},{"id":575,"kind":4194304,"name":"Notification","url":"modules/pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":576,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Notification"},{"id":577,"kind":32,"name":"account","url":"modules/pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Notification.__type"},{"id":578,"kind":32,"name":"created_at","url":"modules/pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Notification.__type"},{"id":579,"kind":32,"name":"id","url":"modules/pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Notification.__type"},{"id":580,"kind":32,"name":"status","url":"modules/pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Notification.__type"},{"id":581,"kind":32,"name":"emoji","url":"modules/pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Notification.__type"},{"id":582,"kind":32,"name":"type","url":"modules/pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Notification.__type"},{"id":583,"kind":4194304,"name":"NotificationType","url":"modules/pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":584,"kind":4194304,"name":"Preferences","url":"modules/pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":585,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Preferences"},{"id":586,"kind":32,"name":"posting:default:visibility","url":"modules/pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Preferences.__type"},{"id":587,"kind":32,"name":"posting:default:sensitive","url":"modules/pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Preferences.__type"},{"id":588,"kind":32,"name":"posting:default:language","url":"modules/pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Preferences.__type"},{"id":589,"kind":32,"name":"reading:expand:media","url":"modules/pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Preferences.__type"},{"id":590,"kind":32,"name":"reading:expand:spoilers","url":"modules/pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Preferences.__type"},{"id":591,"kind":4194304,"name":"PushSubscription","url":"modules/pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":592,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.PushSubscription"},{"id":593,"kind":32,"name":"id","url":"modules/pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.PushSubscription.__type"},{"id":594,"kind":32,"name":"endpoint","url":"modules/pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.PushSubscription.__type"},{"id":595,"kind":32,"name":"server_key","url":"modules/pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.PushSubscription.__type"},{"id":596,"kind":32,"name":"alerts","url":"modules/pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.PushSubscription.__type"},{"id":597,"kind":4194304,"name":"Relationship","url":"modules/pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":598,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Relationship"},{"id":599,"kind":32,"name":"id","url":"modules/pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Relationship.__type"},{"id":600,"kind":32,"name":"following","url":"modules/pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Relationship.__type"},{"id":601,"kind":32,"name":"followed_by","url":"modules/pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Relationship.__type"},{"id":602,"kind":32,"name":"blocking","url":"modules/pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Relationship.__type"},{"id":603,"kind":32,"name":"muting","url":"modules/pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Relationship.__type"},{"id":604,"kind":32,"name":"muting_notifications","url":"modules/pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Relationship.__type"},{"id":605,"kind":32,"name":"requested","url":"modules/pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Relationship.__type"},{"id":606,"kind":32,"name":"domain_blocking","url":"modules/pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Relationship.__type"},{"id":607,"kind":32,"name":"showing_reblogs","url":"modules/pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Relationship.__type"},{"id":608,"kind":32,"name":"endorsed","url":"modules/pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Relationship.__type"},{"id":609,"kind":4194304,"name":"Report","url":"modules/pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":610,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Report"},{"id":611,"kind":32,"name":"id","url":"modules/pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Report.__type"},{"id":612,"kind":32,"name":"action_taken","url":"modules/pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Report.__type"},{"id":613,"kind":32,"name":"comment","url":"modules/pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Report.__type"},{"id":614,"kind":32,"name":"account_id","url":"modules/pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Report.__type"},{"id":615,"kind":32,"name":"status_ids","url":"modules/pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Report.__type"},{"id":616,"kind":4194304,"name":"Results","url":"modules/pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":617,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Results"},{"id":618,"kind":32,"name":"accounts","url":"modules/pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Results.__type"},{"id":619,"kind":32,"name":"statuses","url":"modules/pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Results.__type"},{"id":620,"kind":32,"name":"hashtags","url":"modules/pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Results.__type"},{"id":621,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":622,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.ScheduledStatus"},{"id":623,"kind":32,"name":"id","url":"modules/pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.ScheduledStatus.__type"},{"id":624,"kind":32,"name":"scheduled_at","url":"modules/pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.ScheduledStatus.__type"},{"id":625,"kind":32,"name":"params","url":"modules/pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.ScheduledStatus.__type"},{"id":626,"kind":32,"name":"media_attachments","url":"modules/pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.ScheduledStatus.__type"},{"id":627,"kind":4194304,"name":"StatusParams","url":"modules/pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":628,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#statusparams.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.StatusParams"},{"id":629,"kind":32,"name":"text","url":"modules/pleromaentity.html#statusparams.__type-33.text","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.StatusParams.__type"},{"id":630,"kind":32,"name":"in_reply_to_id","url":"modules/pleromaentity.html#statusparams.__type-33.in_reply_to_id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.StatusParams.__type"},{"id":631,"kind":32,"name":"media_ids","url":"modules/pleromaentity.html#statusparams.__type-33.media_ids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.StatusParams.__type"},{"id":632,"kind":32,"name":"sensitive","url":"modules/pleromaentity.html#statusparams.__type-33.sensitive-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.StatusParams.__type"},{"id":633,"kind":32,"name":"spoiler_text","url":"modules/pleromaentity.html#statusparams.__type-33.spoiler_text-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.StatusParams.__type"},{"id":634,"kind":32,"name":"visibility","url":"modules/pleromaentity.html#statusparams.__type-33.visibility-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.StatusParams.__type"},{"id":635,"kind":32,"name":"scheduled_at","url":"modules/pleromaentity.html#statusparams.__type-33.scheduled_at-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.StatusParams.__type"},{"id":636,"kind":32,"name":"application_id","url":"modules/pleromaentity.html#statusparams.__type-33.application_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.StatusParams.__type"},{"id":637,"kind":4194304,"name":"Token","url":"modules/pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaEntity"},{"id":638,"kind":65536,"name":"__type","url":"modules/pleromaentity.html#token.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"PleromaEntity.Token"},{"id":639,"kind":32,"name":"access_token","url":"modules/pleromaentity.html#token.__type-35.access_token","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Token.__type"},{"id":640,"kind":32,"name":"token_type","url":"modules/pleromaentity.html#token.__type-35.token_type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Token.__type"},{"id":641,"kind":32,"name":"scope","url":"modules/pleromaentity.html#token.__type-35.scope","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Token.__type"},{"id":642,"kind":32,"name":"created_at","url":"modules/pleromaentity.html#token.__type-35.created_at-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"PleromaEntity.Token.__type"},{"id":643,"kind":128,"name":"WebSocket","url":"classes/websocket.html","classes":"tsd-kind-class"},{"id":644,"kind":1024,"name":"url","url":"classes/websocket.html#url","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WebSocket"},{"id":645,"kind":1024,"name":"stream","url":"classes/websocket.html#stream","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WebSocket"},{"id":646,"kind":1024,"name":"params","url":"classes/websocket.html#params","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WebSocket"},{"id":647,"kind":1024,"name":"parser","url":"classes/websocket.html#parser","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WebSocket"},{"id":648,"kind":1024,"name":"headers","url":"classes/websocket.html#headers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WebSocket"},{"id":649,"kind":1024,"name":"proxyConfig","url":"classes/websocket.html#proxyconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WebSocket"},{"id":650,"kind":1024,"name":"_accessToken","url":"classes/websocket.html#_accesstoken","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WebSocket"},{"id":651,"kind":1024,"name":"_reconnectInterval","url":"classes/websocket.html#_reconnectinterval","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WebSocket"},{"id":652,"kind":1024,"name":"_reconnectMaxAttempts","url":"classes/websocket.html#_reconnectmaxattempts","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WebSocket"},{"id":653,"kind":1024,"name":"_reconnectCurrentAttempts","url":"classes/websocket.html#_reconnectcurrentattempts","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WebSocket"},{"id":654,"kind":1024,"name":"_connectionClosed","url":"classes/websocket.html#_connectionclosed","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WebSocket"},{"id":655,"kind":1024,"name":"_client","url":"classes/websocket.html#_client","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WebSocket"},{"id":656,"kind":1024,"name":"_pongReceivedTimestamp","url":"classes/websocket.html#_pongreceivedtimestamp","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WebSocket"},{"id":657,"kind":1024,"name":"_heartbeatInterval","url":"classes/websocket.html#_heartbeatinterval","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WebSocket"},{"id":658,"kind":1024,"name":"_pongWaiting","url":"classes/websocket.html#_pongwaiting","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WebSocket"},{"id":659,"kind":512,"name":"constructor","url":"classes/websocket.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"WebSocket"},{"id":660,"kind":2048,"name":"start","url":"classes/websocket.html#start","classes":"tsd-kind-method tsd-parent-kind-class","parent":"WebSocket"},{"id":661,"kind":2048,"name":"_startWebSocketConnection","url":"classes/websocket.html#_startwebsocketconnection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"WebSocket"},{"id":662,"kind":2048,"name":"stop","url":"classes/websocket.html#stop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"WebSocket"},{"id":663,"kind":2048,"name":"_resetConnection","url":"classes/websocket.html#_resetconnection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"WebSocket"},{"id":664,"kind":2048,"name":"_resetRetryParams","url":"classes/websocket.html#_resetretryparams","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"WebSocket"},{"id":665,"kind":2048,"name":"_reconnect","url":"classes/websocket.html#_reconnect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"WebSocket"},{"id":666,"kind":2048,"name":"_connect","url":"classes/websocket.html#_connect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"WebSocket"},{"id":667,"kind":2048,"name":"_clearBinding","url":"classes/websocket.html#_clearbinding","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"WebSocket"},{"id":668,"kind":2048,"name":"_bindSocket","url":"classes/websocket.html#_bindsocket","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"WebSocket"},{"id":669,"kind":2048,"name":"_setupParser","url":"classes/websocket.html#_setupparser","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"WebSocket"},{"id":670,"kind":2048,"name":"_checkAlive","url":"classes/websocket.html#_checkalive","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"WebSocket"},{"id":671,"kind":2048,"name":"listenerCount","url":"classes/websocket.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-static","parent":"WebSocket"},{"id":672,"kind":1024,"name":"defaultMaxListeners","url":"classes/websocket.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-static","parent":"WebSocket"},{"id":673,"kind":2048,"name":"addListener","url":"classes/websocket.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"WebSocket"},{"id":674,"kind":2048,"name":"on","url":"classes/websocket.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"WebSocket"},{"id":675,"kind":2048,"name":"once","url":"classes/websocket.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"WebSocket"},{"id":676,"kind":2048,"name":"prependListener","url":"classes/websocket.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"WebSocket"},{"id":677,"kind":2048,"name":"prependOnceListener","url":"classes/websocket.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"WebSocket"},{"id":678,"kind":2048,"name":"removeListener","url":"classes/websocket.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"WebSocket"},{"id":679,"kind":2048,"name":"off","url":"classes/websocket.html#off","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"WebSocket"},{"id":680,"kind":2048,"name":"removeAllListeners","url":"classes/websocket.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"WebSocket"},{"id":681,"kind":2048,"name":"setMaxListeners","url":"classes/websocket.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"WebSocket"},{"id":682,"kind":2048,"name":"getMaxListeners","url":"classes/websocket.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"WebSocket"},{"id":683,"kind":2048,"name":"listeners","url":"classes/websocket.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"WebSocket"},{"id":684,"kind":2048,"name":"rawListeners","url":"classes/websocket.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"WebSocket"},{"id":685,"kind":2048,"name":"emit","url":"classes/websocket.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"WebSocket"},{"id":686,"kind":2048,"name":"eventNames","url":"classes/websocket.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"WebSocket"},{"id":687,"kind":2048,"name":"listenerCount","url":"classes/websocket.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"WebSocket"},{"id":688,"kind":128,"name":"Parser","url":"classes/parser.html","classes":"tsd-kind-class"},{"id":689,"kind":2048,"name":"parse","url":"classes/parser.html#parse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Parser"},{"id":690,"kind":2048,"name":"listenerCount","url":"classes/parser.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-static","parent":"Parser"},{"id":691,"kind":1024,"name":"defaultMaxListeners","url":"classes/parser.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-static","parent":"Parser"},{"id":692,"kind":2048,"name":"addListener","url":"classes/parser.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"Parser"},{"id":693,"kind":2048,"name":"on","url":"classes/parser.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"Parser"},{"id":694,"kind":2048,"name":"once","url":"classes/parser.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"Parser"},{"id":695,"kind":2048,"name":"prependListener","url":"classes/parser.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"Parser"},{"id":696,"kind":2048,"name":"prependOnceListener","url":"classes/parser.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"Parser"},{"id":697,"kind":2048,"name":"removeListener","url":"classes/parser.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"Parser"},{"id":698,"kind":2048,"name":"off","url":"classes/parser.html#off","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"Parser"},{"id":699,"kind":2048,"name":"removeAllListeners","url":"classes/parser.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"Parser"},{"id":700,"kind":2048,"name":"setMaxListeners","url":"classes/parser.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"Parser"},{"id":701,"kind":2048,"name":"getMaxListeners","url":"classes/parser.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"Parser"},{"id":702,"kind":2048,"name":"listeners","url":"classes/parser.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"Parser"},{"id":703,"kind":2048,"name":"rawListeners","url":"classes/parser.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"Parser"},{"id":704,"kind":2048,"name":"emit","url":"classes/parser.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"Parser"},{"id":705,"kind":2048,"name":"eventNames","url":"classes/parser.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"Parser"},{"id":706,"kind":2048,"name":"listenerCount","url":"classes/parser.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"Parser"},{"id":707,"kind":2,"name":"PleromaAPI","url":"modules/pleromaapi.html","classes":"tsd-kind-module"},{"id":708,"kind":256,"name":"Interface","url":"interfaces/pleromaapi.interface.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"PleromaAPI"},{"id":709,"kind":2048,"name":"get","url":"interfaces/pleromaapi.interface.html#get","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"PleromaAPI.Interface"},{"id":710,"kind":2048,"name":"put","url":"interfaces/pleromaapi.interface.html#put","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"PleromaAPI.Interface"},{"id":711,"kind":2048,"name":"patch","url":"interfaces/pleromaapi.interface.html#patch","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"PleromaAPI.Interface"},{"id":712,"kind":2048,"name":"post","url":"interfaces/pleromaapi.interface.html#post","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"PleromaAPI.Interface"},{"id":713,"kind":2048,"name":"del","url":"interfaces/pleromaapi.interface.html#del","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"PleromaAPI.Interface"},{"id":714,"kind":2048,"name":"cancel","url":"interfaces/pleromaapi.interface.html#cancel","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"PleromaAPI.Interface"},{"id":715,"kind":2048,"name":"socket","url":"interfaces/pleromaapi.interface.html#socket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"PleromaAPI.Interface"},{"id":716,"kind":128,"name":"Client","url":"classes/pleromaapi.client.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"PleromaAPI"},{"id":717,"kind":1024,"name":"DEFAULT_SCOPE","url":"classes/pleromaapi.client.html#default_scope","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"PleromaAPI.Client"},{"id":718,"kind":1024,"name":"DEFAULT_URL","url":"classes/pleromaapi.client.html#default_url","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"PleromaAPI.Client"},{"id":719,"kind":1024,"name":"NO_REDIRECT","url":"classes/pleromaapi.client.html#no_redirect","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"PleromaAPI.Client"},{"id":720,"kind":1024,"name":"accessToken","url":"classes/pleromaapi.client.html#accesstoken","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"PleromaAPI.Client"},{"id":721,"kind":1024,"name":"baseUrl","url":"classes/pleromaapi.client.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"PleromaAPI.Client"},{"id":722,"kind":1024,"name":"userAgent","url":"classes/pleromaapi.client.html#useragent","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"PleromaAPI.Client"},{"id":723,"kind":1024,"name":"cancelTokenSource","url":"classes/pleromaapi.client.html#canceltokensource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"PleromaAPI.Client"},{"id":724,"kind":1024,"name":"proxyConfig","url":"classes/pleromaapi.client.html#proxyconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"PleromaAPI.Client"},{"id":725,"kind":512,"name":"constructor","url":"classes/pleromaapi.client.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"PleromaAPI.Client"},{"id":726,"kind":2048,"name":"get","url":"classes/pleromaapi.client.html#get","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"PleromaAPI.Client"},{"id":727,"kind":2048,"name":"put","url":"classes/pleromaapi.client.html#put","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"PleromaAPI.Client"},{"id":728,"kind":2048,"name":"patch","url":"classes/pleromaapi.client.html#patch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"PleromaAPI.Client"},{"id":729,"kind":2048,"name":"post","url":"classes/pleromaapi.client.html#post","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"PleromaAPI.Client"},{"id":730,"kind":2048,"name":"del","url":"classes/pleromaapi.client.html#del","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"PleromaAPI.Client"},{"id":731,"kind":2048,"name":"cancel","url":"classes/pleromaapi.client.html#cancel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"PleromaAPI.Client"},{"id":732,"kind":2048,"name":"socket","url":"classes/pleromaapi.client.html#socket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"PleromaAPI.Client"},{"id":733,"kind":2,"name":"Entity","url":"modules/pleromaapi.entity.html","classes":"tsd-kind-module tsd-parent-kind-module","parent":"PleromaAPI"},{"id":734,"kind":4194304,"name":"Account","url":"modules/pleromaapi.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":735,"kind":4194304,"name":"Activity","url":"modules/pleromaapi.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":736,"kind":4194304,"name":"Application","url":"modules/pleromaapi.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":737,"kind":4194304,"name":"Attachment","url":"modules/pleromaapi.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":738,"kind":4194304,"name":"Card","url":"modules/pleromaapi.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":739,"kind":4194304,"name":"Context","url":"modules/pleromaapi.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":740,"kind":4194304,"name":"Conversation","url":"modules/pleromaapi.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":741,"kind":4194304,"name":"Emoji","url":"modules/pleromaapi.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":742,"kind":4194304,"name":"FeaturedTag","url":"modules/pleromaapi.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":743,"kind":4194304,"name":"Field","url":"modules/pleromaapi.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":744,"kind":4194304,"name":"Filter","url":"modules/pleromaapi.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":745,"kind":4194304,"name":"History","url":"modules/pleromaapi.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":746,"kind":4194304,"name":"IdentityProof","url":"modules/pleromaapi.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":747,"kind":4194304,"name":"Instance","url":"modules/pleromaapi.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":748,"kind":4194304,"name":"List","url":"modules/pleromaapi.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":749,"kind":4194304,"name":"Marker","url":"modules/pleromaapi.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":750,"kind":4194304,"name":"Mention","url":"modules/pleromaapi.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":751,"kind":4194304,"name":"Notification","url":"modules/pleromaapi.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":752,"kind":4194304,"name":"Poll","url":"modules/pleromaapi.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":753,"kind":4194304,"name":"PollOption","url":"modules/pleromaapi.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":754,"kind":4194304,"name":"Preferences","url":"modules/pleromaapi.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":755,"kind":4194304,"name":"PushSubscription","url":"modules/pleromaapi.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":756,"kind":4194304,"name":"Reaction","url":"modules/pleromaapi.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":757,"kind":4194304,"name":"Relationship","url":"modules/pleromaapi.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":758,"kind":4194304,"name":"Report","url":"modules/pleromaapi.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":759,"kind":4194304,"name":"Results","url":"modules/pleromaapi.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":760,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleromaapi.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":761,"kind":4194304,"name":"Source","url":"modules/pleromaapi.entity.html#source","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":762,"kind":4194304,"name":"Stats","url":"modules/pleromaapi.entity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":763,"kind":4194304,"name":"Status","url":"modules/pleromaapi.entity.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":764,"kind":4194304,"name":"StatusParams","url":"modules/pleromaapi.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":765,"kind":4194304,"name":"Tag","url":"modules/pleromaapi.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":766,"kind":4194304,"name":"Token","url":"modules/pleromaapi.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":767,"kind":4194304,"name":"URLs","url":"modules/pleromaapi.entity.html#urls","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"PleromaAPI.Entity"},{"id":768,"kind":2,"name":"Converter","url":"modules/pleromaapi.converter.html","classes":"tsd-kind-module tsd-parent-kind-module","parent":"PleromaAPI"},{"id":769,"kind":64,"name":"decodeNotificationType","url":"modules/pleromaapi.converter.html#decodenotificationtype","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":770,"kind":64,"name":"encodeNotificationType","url":"modules/pleromaapi.converter.html#encodenotificationtype","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":771,"kind":64,"name":"account","url":"modules/pleromaapi.converter.html#account","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":772,"kind":64,"name":"activity","url":"modules/pleromaapi.converter.html#activity","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":773,"kind":64,"name":"application","url":"modules/pleromaapi.converter.html#application","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":774,"kind":64,"name":"attachment","url":"modules/pleromaapi.converter.html#attachment","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":775,"kind":64,"name":"card","url":"modules/pleromaapi.converter.html#card","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":776,"kind":64,"name":"context","url":"modules/pleromaapi.converter.html#context","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":777,"kind":64,"name":"conversation","url":"modules/pleromaapi.converter.html#conversation","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":778,"kind":64,"name":"emoji","url":"modules/pleromaapi.converter.html#emoji","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":779,"kind":64,"name":"featured_tag","url":"modules/pleromaapi.converter.html#featured_tag","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":780,"kind":64,"name":"field","url":"modules/pleromaapi.converter.html#field","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":781,"kind":64,"name":"filter","url":"modules/pleromaapi.converter.html#filter","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":782,"kind":64,"name":"history","url":"modules/pleromaapi.converter.html#history","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":783,"kind":64,"name":"identity_proof","url":"modules/pleromaapi.converter.html#identity_proof","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":784,"kind":64,"name":"instance","url":"modules/pleromaapi.converter.html#instance","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":785,"kind":64,"name":"list","url":"modules/pleromaapi.converter.html#list","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":786,"kind":64,"name":"marker","url":"modules/pleromaapi.converter.html#marker","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":787,"kind":64,"name":"mention","url":"modules/pleromaapi.converter.html#mention","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":788,"kind":64,"name":"notification","url":"modules/pleromaapi.converter.html#notification","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":789,"kind":64,"name":"poll","url":"modules/pleromaapi.converter.html#poll","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":790,"kind":64,"name":"pollOption","url":"modules/pleromaapi.converter.html#polloption","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":791,"kind":64,"name":"preferences","url":"modules/pleromaapi.converter.html#preferences","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":792,"kind":64,"name":"push_subscription","url":"modules/pleromaapi.converter.html#push_subscription","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":793,"kind":64,"name":"reaction","url":"modules/pleromaapi.converter.html#reaction","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":794,"kind":64,"name":"relationship","url":"modules/pleromaapi.converter.html#relationship","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":795,"kind":64,"name":"report","url":"modules/pleromaapi.converter.html#report","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":796,"kind":64,"name":"results","url":"modules/pleromaapi.converter.html#results","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":797,"kind":64,"name":"scheduled_status","url":"modules/pleromaapi.converter.html#scheduled_status","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":798,"kind":64,"name":"source","url":"modules/pleromaapi.converter.html#source","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":799,"kind":64,"name":"stats","url":"modules/pleromaapi.converter.html#stats","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":800,"kind":64,"name":"status","url":"modules/pleromaapi.converter.html#status","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":801,"kind":64,"name":"status_params","url":"modules/pleromaapi.converter.html#status_params","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":802,"kind":64,"name":"tag","url":"modules/pleromaapi.converter.html#tag","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":803,"kind":64,"name":"token","url":"modules/pleromaapi.converter.html#token","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":804,"kind":64,"name":"urls","url":"modules/pleromaapi.converter.html#urls","classes":"tsd-kind-function tsd-parent-kind-module","parent":"PleromaAPI.Converter"},{"id":805,"kind":128,"name":"Pleroma","url":"classes/pleroma.html","classes":"tsd-kind-class"},{"id":806,"kind":1024,"name":"client","url":"classes/pleroma.html#client","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Pleroma"},{"id":807,"kind":1024,"name":"baseUrl","url":"classes/pleroma.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Pleroma"},{"id":808,"kind":512,"name":"constructor","url":"classes/pleroma.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Pleroma"},{"id":809,"kind":2048,"name":"cancel","url":"classes/pleroma.html#cancel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":810,"kind":2048,"name":"registerApp","url":"classes/pleroma.html#registerapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":811,"kind":2048,"name":"createApp","url":"classes/pleroma.html#createapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":812,"kind":2048,"name":"generateAuthUrl","url":"classes/pleroma.html#generateauthurl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":813,"kind":2048,"name":"verifyAppCredentials","url":"classes/pleroma.html#verifyappcredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":814,"kind":2048,"name":"fetchAccessToken","url":"classes/pleroma.html#fetchaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":815,"kind":2048,"name":"refreshToken","url":"classes/pleroma.html#refreshtoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":816,"kind":2048,"name":"revokeToken","url":"classes/pleroma.html#revoketoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":817,"kind":2048,"name":"registerAccount","url":"classes/pleroma.html#registeraccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":818,"kind":2048,"name":"verifyAccountCredentials","url":"classes/pleroma.html#verifyaccountcredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":819,"kind":2048,"name":"updateCredentials","url":"classes/pleroma.html#updatecredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":820,"kind":2048,"name":"getAccount","url":"classes/pleroma.html#getaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":821,"kind":2048,"name":"getAccountStatuses","url":"classes/pleroma.html#getaccountstatuses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":822,"kind":2048,"name":"subscribeAccount","url":"classes/pleroma.html#subscribeaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":823,"kind":2048,"name":"unsubscribeAccount","url":"classes/pleroma.html#unsubscribeaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":824,"kind":2048,"name":"getAccountFavourites","url":"classes/pleroma.html#getaccountfavourites","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":825,"kind":2048,"name":"getAccountFollowers","url":"classes/pleroma.html#getaccountfollowers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":826,"kind":2048,"name":"getAccountFollowing","url":"classes/pleroma.html#getaccountfollowing","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":827,"kind":2048,"name":"getAccountLists","url":"classes/pleroma.html#getaccountlists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":828,"kind":2048,"name":"getIdentityProof","url":"classes/pleroma.html#getidentityproof","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":829,"kind":2048,"name":"followAccount","url":"classes/pleroma.html#followaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":830,"kind":2048,"name":"unfollowAccount","url":"classes/pleroma.html#unfollowaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":831,"kind":2048,"name":"blockAccount","url":"classes/pleroma.html#blockaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":832,"kind":2048,"name":"unblockAccount","url":"classes/pleroma.html#unblockaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":833,"kind":2048,"name":"muteAccount","url":"classes/pleroma.html#muteaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":834,"kind":2048,"name":"unmuteAccount","url":"classes/pleroma.html#unmuteaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":835,"kind":2048,"name":"pinAccount","url":"classes/pleroma.html#pinaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":836,"kind":2048,"name":"unpinAccount","url":"classes/pleroma.html#unpinaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":837,"kind":2048,"name":"getRelationship","url":"classes/pleroma.html#getrelationship","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":838,"kind":2048,"name":"getRelationships","url":"classes/pleroma.html#getrelationships","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":839,"kind":2048,"name":"searchAccount","url":"classes/pleroma.html#searchaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":840,"kind":2048,"name":"getBookmarks","url":"classes/pleroma.html#getbookmarks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":841,"kind":2048,"name":"getFavourites","url":"classes/pleroma.html#getfavourites","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":842,"kind":2048,"name":"getMutes","url":"classes/pleroma.html#getmutes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":843,"kind":2048,"name":"getBlocks","url":"classes/pleroma.html#getblocks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":844,"kind":2048,"name":"getDomainBlocks","url":"classes/pleroma.html#getdomainblocks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":845,"kind":2048,"name":"blockDomain","url":"classes/pleroma.html#blockdomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":846,"kind":2048,"name":"unblockDomain","url":"classes/pleroma.html#unblockdomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":847,"kind":2048,"name":"getFilters","url":"classes/pleroma.html#getfilters","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":848,"kind":2048,"name":"getFilter","url":"classes/pleroma.html#getfilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":849,"kind":2048,"name":"createFilter","url":"classes/pleroma.html#createfilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":850,"kind":2048,"name":"updateFilter","url":"classes/pleroma.html#updatefilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":851,"kind":2048,"name":"deleteFilter","url":"classes/pleroma.html#deletefilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":852,"kind":2048,"name":"report","url":"classes/pleroma.html#report","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":853,"kind":2048,"name":"getFollowRequests","url":"classes/pleroma.html#getfollowrequests","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":854,"kind":2048,"name":"acceptFollowRequest","url":"classes/pleroma.html#acceptfollowrequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":855,"kind":2048,"name":"rejectFollowRequest","url":"classes/pleroma.html#rejectfollowrequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":856,"kind":2048,"name":"getEndorsements","url":"classes/pleroma.html#getendorsements","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":857,"kind":2048,"name":"getFeaturedTags","url":"classes/pleroma.html#getfeaturedtags","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":858,"kind":2048,"name":"createFeaturedTag","url":"classes/pleroma.html#createfeaturedtag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":859,"kind":2048,"name":"deleteFeaturedTag","url":"classes/pleroma.html#deletefeaturedtag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":860,"kind":2048,"name":"getSuggestedTags","url":"classes/pleroma.html#getsuggestedtags","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":861,"kind":2048,"name":"getPreferences","url":"classes/pleroma.html#getpreferences","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":862,"kind":2048,"name":"getSuggestions","url":"classes/pleroma.html#getsuggestions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":863,"kind":2048,"name":"postStatus","url":"classes/pleroma.html#poststatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":864,"kind":2048,"name":"getStatus","url":"classes/pleroma.html#getstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":865,"kind":2048,"name":"deleteStatus","url":"classes/pleroma.html#deletestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":866,"kind":2048,"name":"getStatusContext","url":"classes/pleroma.html#getstatuscontext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":867,"kind":2048,"name":"getStatusRebloggedBy","url":"classes/pleroma.html#getstatusrebloggedby","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":868,"kind":2048,"name":"getStatusFavouritedBy","url":"classes/pleroma.html#getstatusfavouritedby","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":869,"kind":2048,"name":"favouriteStatus","url":"classes/pleroma.html#favouritestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":870,"kind":2048,"name":"unfavouriteStatus","url":"classes/pleroma.html#unfavouritestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":871,"kind":2048,"name":"reblogStatus","url":"classes/pleroma.html#reblogstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":872,"kind":2048,"name":"unreblogStatus","url":"classes/pleroma.html#unreblogstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":873,"kind":2048,"name":"bookmarkStatus","url":"classes/pleroma.html#bookmarkstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":874,"kind":2048,"name":"unbookmarkStatus","url":"classes/pleroma.html#unbookmarkstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":875,"kind":2048,"name":"muteStatus","url":"classes/pleroma.html#mutestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":876,"kind":2048,"name":"unmuteStatus","url":"classes/pleroma.html#unmutestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":877,"kind":2048,"name":"pinStatus","url":"classes/pleroma.html#pinstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":878,"kind":2048,"name":"unpinStatus","url":"classes/pleroma.html#unpinstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":879,"kind":2048,"name":"uploadMedia","url":"classes/pleroma.html#uploadmedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":880,"kind":2048,"name":"updateMedia","url":"classes/pleroma.html#updatemedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":881,"kind":2048,"name":"getPoll","url":"classes/pleroma.html#getpoll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":882,"kind":2048,"name":"votePoll","url":"classes/pleroma.html#votepoll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":883,"kind":2048,"name":"getScheduledStatuses","url":"classes/pleroma.html#getscheduledstatuses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":884,"kind":2048,"name":"getScheduledStatus","url":"classes/pleroma.html#getscheduledstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":885,"kind":2048,"name":"scheduleStatus","url":"classes/pleroma.html#schedulestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":886,"kind":2048,"name":"cancelScheduledStatus","url":"classes/pleroma.html#cancelscheduledstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":887,"kind":2048,"name":"getPublicTimeline","url":"classes/pleroma.html#getpublictimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":888,"kind":2048,"name":"getLocalTimeline","url":"classes/pleroma.html#getlocaltimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":889,"kind":2048,"name":"getTagTimeline","url":"classes/pleroma.html#gettagtimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":890,"kind":2048,"name":"getHomeTimeline","url":"classes/pleroma.html#gethometimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":891,"kind":2048,"name":"getListTimeline","url":"classes/pleroma.html#getlisttimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":892,"kind":2048,"name":"getConversationTimeline","url":"classes/pleroma.html#getconversationtimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":893,"kind":2048,"name":"deleteConversation","url":"classes/pleroma.html#deleteconversation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":894,"kind":2048,"name":"readConversation","url":"classes/pleroma.html#readconversation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":895,"kind":2048,"name":"getLists","url":"classes/pleroma.html#getlists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":896,"kind":2048,"name":"getList","url":"classes/pleroma.html#getlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":897,"kind":2048,"name":"createList","url":"classes/pleroma.html#createlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":898,"kind":2048,"name":"updateList","url":"classes/pleroma.html#updatelist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":899,"kind":2048,"name":"deleteList","url":"classes/pleroma.html#deletelist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":900,"kind":2048,"name":"getAccountsInList","url":"classes/pleroma.html#getaccountsinlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":901,"kind":2048,"name":"addAccountsToList","url":"classes/pleroma.html#addaccountstolist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":902,"kind":2048,"name":"deleteAccountsFromList","url":"classes/pleroma.html#deleteaccountsfromlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":903,"kind":2048,"name":"getMarker","url":"classes/pleroma.html#getmarker","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":904,"kind":2048,"name":"saveMarker","url":"classes/pleroma.html#savemarker","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":905,"kind":2048,"name":"getNotifications","url":"classes/pleroma.html#getnotifications","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":906,"kind":2048,"name":"getNotification","url":"classes/pleroma.html#getnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":907,"kind":2048,"name":"dismissNotifications","url":"classes/pleroma.html#dismissnotifications","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":908,"kind":2048,"name":"dismissNotification","url":"classes/pleroma.html#dismissnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":909,"kind":2048,"name":"subscribePushNotification","url":"classes/pleroma.html#subscribepushnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":910,"kind":2048,"name":"getPushSubscription","url":"classes/pleroma.html#getpushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":911,"kind":2048,"name":"updatePushSubscription","url":"classes/pleroma.html#updatepushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":912,"kind":2048,"name":"deletePushSubscription","url":"classes/pleroma.html#deletepushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":913,"kind":2048,"name":"search","url":"classes/pleroma.html#search","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":914,"kind":2048,"name":"getInstance","url":"classes/pleroma.html#getinstance","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":915,"kind":2048,"name":"getInstancePeers","url":"classes/pleroma.html#getinstancepeers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":916,"kind":2048,"name":"getInstanceActivity","url":"classes/pleroma.html#getinstanceactivity","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":917,"kind":2048,"name":"getInstanceTrends","url":"classes/pleroma.html#getinstancetrends","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":918,"kind":2048,"name":"getInstanceDirectory","url":"classes/pleroma.html#getinstancedirectory","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":919,"kind":2048,"name":"getInstanceCustomEmojis","url":"classes/pleroma.html#getinstancecustomemojis","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":920,"kind":2048,"name":"createEmojiReaction","url":"classes/pleroma.html#createemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":921,"kind":2048,"name":"deleteEmojiReaction","url":"classes/pleroma.html#deleteemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":922,"kind":2048,"name":"getEmojiReactions","url":"classes/pleroma.html#getemojireactions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":923,"kind":2048,"name":"getEmojiReaction","url":"classes/pleroma.html#getemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":924,"kind":2048,"name":"userStream","url":"classes/pleroma.html#userstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":925,"kind":2048,"name":"publicStream","url":"classes/pleroma.html#publicstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":926,"kind":2048,"name":"localStream","url":"classes/pleroma.html#localstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":927,"kind":2048,"name":"tagStream","url":"classes/pleroma.html#tagstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":928,"kind":2048,"name":"listStream","url":"classes/pleroma.html#liststream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":929,"kind":2048,"name":"directStream","url":"classes/pleroma.html#directstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":930,"kind":2048,"name":"userSocket","url":"classes/pleroma.html#usersocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":931,"kind":2048,"name":"publicSocket","url":"classes/pleroma.html#publicsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":932,"kind":2048,"name":"localSocket","url":"classes/pleroma.html#localsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":933,"kind":2048,"name":"tagSocket","url":"classes/pleroma.html#tagsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":934,"kind":2048,"name":"listSocket","url":"classes/pleroma.html#listsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":935,"kind":2048,"name":"directSocket","url":"classes/pleroma.html#directsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Pleroma"},{"id":936,"kind":1024,"name":"message","url":"classes/parser.html#message","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"Parser"},{"id":937,"kind":512,"name":"constructor","url":"classes/parser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Parser"},{"id":938,"kind":2,"name":"MastodonEntity","url":"modules/mastodonentity.html","classes":"tsd-kind-module"},{"id":939,"kind":4194304,"name":"Emoji","url":"modules/mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":940,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.Emoji"},{"id":941,"kind":32,"name":"shortcode","url":"modules/mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Emoji.__type"},{"id":942,"kind":32,"name":"static_url","url":"modules/mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Emoji.__type"},{"id":943,"kind":32,"name":"url","url":"modules/mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Emoji.__type"},{"id":944,"kind":32,"name":"visible_in_picker","url":"modules/mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Emoji.__type"},{"id":945,"kind":4194304,"name":"Source","url":"modules/mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":946,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.Source"},{"id":947,"kind":32,"name":"privacy","url":"modules/mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Source.__type"},{"id":948,"kind":32,"name":"sensitive","url":"modules/mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Source.__type"},{"id":949,"kind":32,"name":"language","url":"modules/mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Source.__type"},{"id":950,"kind":32,"name":"note","url":"modules/mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Source.__type"},{"id":951,"kind":32,"name":"fields","url":"modules/mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Source.__type"},{"id":952,"kind":4194304,"name":"Account","url":"modules/mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":953,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.Account"},{"id":954,"kind":32,"name":"id","url":"modules/mastodonentity.html#account.__type.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Account.__type"},{"id":955,"kind":32,"name":"username","url":"modules/mastodonentity.html#account.__type.username","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Account.__type"},{"id":956,"kind":32,"name":"acct","url":"modules/mastodonentity.html#account.__type.acct","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Account.__type"},{"id":957,"kind":32,"name":"display_name","url":"modules/mastodonentity.html#account.__type.display_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Account.__type"},{"id":958,"kind":32,"name":"locked","url":"modules/mastodonentity.html#account.__type.locked","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Account.__type"},{"id":959,"kind":32,"name":"created_at","url":"modules/mastodonentity.html#account.__type.created_at","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Account.__type"},{"id":960,"kind":32,"name":"followers_count","url":"modules/mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Account.__type"},{"id":961,"kind":32,"name":"following_count","url":"modules/mastodonentity.html#account.__type.following_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Account.__type"},{"id":962,"kind":32,"name":"statuses_count","url":"modules/mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Account.__type"},{"id":963,"kind":32,"name":"note","url":"modules/mastodonentity.html#account.__type.note","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Account.__type"},{"id":964,"kind":32,"name":"url","url":"modules/mastodonentity.html#account.__type.url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Account.__type"},{"id":965,"kind":32,"name":"avatar","url":"modules/mastodonentity.html#account.__type.avatar","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Account.__type"},{"id":966,"kind":32,"name":"avatar_static","url":"modules/mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Account.__type"},{"id":967,"kind":32,"name":"header","url":"modules/mastodonentity.html#account.__type.header","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Account.__type"},{"id":968,"kind":32,"name":"header_static","url":"modules/mastodonentity.html#account.__type.header_static","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Account.__type"},{"id":969,"kind":32,"name":"emojis","url":"modules/mastodonentity.html#account.__type.emojis","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Account.__type"},{"id":970,"kind":32,"name":"moved","url":"modules/mastodonentity.html#account.__type.moved","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Account.__type"},{"id":971,"kind":32,"name":"fields","url":"modules/mastodonentity.html#account.__type.fields","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Account.__type"},{"id":972,"kind":32,"name":"bot","url":"modules/mastodonentity.html#account.__type.bot","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Account.__type"},{"id":973,"kind":32,"name":"source","url":"modules/mastodonentity.html#account.__type.source","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Account.__type"},{"id":974,"kind":4194304,"name":"Activity","url":"modules/mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":975,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.Activity"},{"id":976,"kind":32,"name":"week","url":"modules/mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Activity.__type"},{"id":977,"kind":32,"name":"statuses","url":"modules/mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Activity.__type"},{"id":978,"kind":32,"name":"logins","url":"modules/mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Activity.__type"},{"id":979,"kind":32,"name":"registrations","url":"modules/mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Activity.__type"},{"id":980,"kind":4194304,"name":"Application","url":"modules/mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":981,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.Application"},{"id":982,"kind":32,"name":"name","url":"modules/mastodonentity.html#application.__type-2.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Application.__type"},{"id":983,"kind":32,"name":"website","url":"modules/mastodonentity.html#application.__type-2.website","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Application.__type"},{"id":984,"kind":32,"name":"vapid_key","url":"modules/mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Application.__type"},{"id":985,"kind":4194304,"name":"Attachment","url":"modules/mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":986,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.Attachment"},{"id":987,"kind":32,"name":"id","url":"modules/mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Attachment.__type"},{"id":988,"kind":32,"name":"type","url":"modules/mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Attachment.__type"},{"id":989,"kind":32,"name":"url","url":"modules/mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Attachment.__type"},{"id":990,"kind":32,"name":"remote_url","url":"modules/mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Attachment.__type"},{"id":991,"kind":32,"name":"preview_url","url":"modules/mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Attachment.__type"},{"id":992,"kind":32,"name":"text_url","url":"modules/mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Attachment.__type"},{"id":993,"kind":32,"name":"meta","url":"modules/mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Attachment.__type"},{"id":994,"kind":32,"name":"description","url":"modules/mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Attachment.__type"},{"id":995,"kind":4194304,"name":"Card","url":"modules/mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":996,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.Card"},{"id":997,"kind":32,"name":"url","url":"modules/mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Card.__type"},{"id":998,"kind":32,"name":"title","url":"modules/mastodonentity.html#card.__type-4.title","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Card.__type"},{"id":999,"kind":32,"name":"description","url":"modules/mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Card.__type"},{"id":1000,"kind":32,"name":"type","url":"modules/mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Card.__type"},{"id":1001,"kind":32,"name":"image","url":"modules/mastodonentity.html#card.__type-4.image","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Card.__type"},{"id":1002,"kind":32,"name":"author_name","url":"modules/mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Card.__type"},{"id":1003,"kind":32,"name":"author_url","url":"modules/mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Card.__type"},{"id":1004,"kind":32,"name":"provider_name","url":"modules/mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Card.__type"},{"id":1005,"kind":32,"name":"provider_url","url":"modules/mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Card.__type"},{"id":1006,"kind":32,"name":"html","url":"modules/mastodonentity.html#card.__type-4.html","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Card.__type"},{"id":1007,"kind":32,"name":"width","url":"modules/mastodonentity.html#card.__type-4.width","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Card.__type"},{"id":1008,"kind":32,"name":"height","url":"modules/mastodonentity.html#card.__type-4.height","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Card.__type"},{"id":1009,"kind":4194304,"name":"Mention","url":"modules/mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1010,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.Mention"},{"id":1011,"kind":32,"name":"id","url":"modules/mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Mention.__type"},{"id":1012,"kind":32,"name":"username","url":"modules/mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Mention.__type"},{"id":1013,"kind":32,"name":"url","url":"modules/mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Mention.__type"},{"id":1014,"kind":32,"name":"acct","url":"modules/mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Mention.__type"},{"id":1015,"kind":4194304,"name":"History","url":"modules/mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1016,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.History"},{"id":1017,"kind":32,"name":"day","url":"modules/mastodonentity.html#history.__type-11.day","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.History.__type"},{"id":1018,"kind":32,"name":"uses","url":"modules/mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.History.__type"},{"id":1019,"kind":32,"name":"accounts","url":"modules/mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.History.__type"},{"id":1020,"kind":4194304,"name":"Tag","url":"modules/mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1021,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.Tag"},{"id":1022,"kind":32,"name":"name","url":"modules/mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Tag.__type"},{"id":1023,"kind":32,"name":"url","url":"modules/mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Tag.__type"},{"id":1024,"kind":32,"name":"history","url":"modules/mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Tag.__type"},{"id":1025,"kind":4194304,"name":"PollOption","url":"modules/mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1026,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.PollOption"},{"id":1027,"kind":32,"name":"title","url":"modules/mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.PollOption.__type"},{"id":1028,"kind":32,"name":"votes_count","url":"modules/mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.PollOption.__type"},{"id":1029,"kind":4194304,"name":"Poll","url":"modules/mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1030,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.Poll"},{"id":1031,"kind":32,"name":"id","url":"modules/mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Poll.__type"},{"id":1032,"kind":32,"name":"expires_at","url":"modules/mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Poll.__type"},{"id":1033,"kind":32,"name":"expired","url":"modules/mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Poll.__type"},{"id":1034,"kind":32,"name":"multiple","url":"modules/mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Poll.__type"},{"id":1035,"kind":32,"name":"votes_count","url":"modules/mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Poll.__type"},{"id":1036,"kind":32,"name":"options","url":"modules/mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Poll.__type"},{"id":1037,"kind":32,"name":"voted","url":"modules/mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Poll.__type"},{"id":1038,"kind":4194304,"name":"Status","url":"modules/mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1039,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.Status"},{"id":1040,"kind":32,"name":"id","url":"modules/mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1041,"kind":32,"name":"uri","url":"modules/mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1042,"kind":32,"name":"url","url":"modules/mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1043,"kind":32,"name":"account","url":"modules/mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1044,"kind":32,"name":"in_reply_to_id","url":"modules/mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1045,"kind":32,"name":"in_reply_to_account_id","url":"modules/mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1046,"kind":32,"name":"reblog","url":"modules/mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1047,"kind":32,"name":"content","url":"modules/mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1048,"kind":32,"name":"created_at","url":"modules/mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1049,"kind":32,"name":"emojis","url":"modules/mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1050,"kind":32,"name":"replies_count","url":"modules/mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1051,"kind":32,"name":"reblogs_count","url":"modules/mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1052,"kind":32,"name":"favourites_count","url":"modules/mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1053,"kind":32,"name":"reblogged","url":"modules/mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1054,"kind":32,"name":"favourited","url":"modules/mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1055,"kind":32,"name":"muted","url":"modules/mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1056,"kind":32,"name":"sensitive","url":"modules/mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1057,"kind":32,"name":"spoiler_text","url":"modules/mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1058,"kind":32,"name":"visibility","url":"modules/mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1059,"kind":32,"name":"media_attachments","url":"modules/mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1060,"kind":32,"name":"mentions","url":"modules/mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1061,"kind":32,"name":"tags","url":"modules/mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1062,"kind":32,"name":"card","url":"modules/mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1063,"kind":32,"name":"poll","url":"modules/mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1064,"kind":32,"name":"application","url":"modules/mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1065,"kind":32,"name":"language","url":"modules/mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1066,"kind":32,"name":"pinned","url":"modules/mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1067,"kind":32,"name":"bookmarked","url":"modules/mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1068,"kind":32,"name":"quote_id","url":"modules/mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1069,"kind":32,"name":"quote","url":"modules/mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Status.__type"},{"id":1070,"kind":4194304,"name":"Context","url":"modules/mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1071,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.Context"},{"id":1072,"kind":32,"name":"ancestors","url":"modules/mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Context.__type"},{"id":1073,"kind":32,"name":"descendants","url":"modules/mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Context.__type"},{"id":1074,"kind":4194304,"name":"Conversation","url":"modules/mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1075,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.Conversation"},{"id":1076,"kind":32,"name":"id","url":"modules/mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Conversation.__type"},{"id":1077,"kind":32,"name":"accounts","url":"modules/mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Conversation.__type"},{"id":1078,"kind":32,"name":"last_status","url":"modules/mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Conversation.__type"},{"id":1079,"kind":32,"name":"unread","url":"modules/mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Conversation.__type"},{"id":1080,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1081,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.FeaturedTag"},{"id":1082,"kind":32,"name":"id","url":"modules/mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.FeaturedTag.__type"},{"id":1083,"kind":32,"name":"name","url":"modules/mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.FeaturedTag.__type"},{"id":1084,"kind":32,"name":"statuses_count","url":"modules/mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.FeaturedTag.__type"},{"id":1085,"kind":32,"name":"last_status_at","url":"modules/mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.FeaturedTag.__type"},{"id":1086,"kind":4194304,"name":"Field","url":"modules/mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1087,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.Field"},{"id":1088,"kind":32,"name":"name","url":"modules/mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Field.__type"},{"id":1089,"kind":32,"name":"value","url":"modules/mastodonentity.html#field.__type-9.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Field.__type"},{"id":1090,"kind":32,"name":"verified_at","url":"modules/mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Field.__type"},{"id":1091,"kind":4194304,"name":"Filter","url":"modules/mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1092,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.Filter"},{"id":1093,"kind":32,"name":"id","url":"modules/mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Filter.__type"},{"id":1094,"kind":32,"name":"phrase","url":"modules/mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Filter.__type"},{"id":1095,"kind":32,"name":"context","url":"modules/mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Filter.__type"},{"id":1096,"kind":32,"name":"expires_at","url":"modules/mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Filter.__type"},{"id":1097,"kind":32,"name":"irreversible","url":"modules/mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Filter.__type"},{"id":1098,"kind":32,"name":"whole_word","url":"modules/mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Filter.__type"},{"id":1099,"kind":4194304,"name":"IdentityProof","url":"modules/mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1100,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.IdentityProof"},{"id":1101,"kind":32,"name":"provider","url":"modules/mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.IdentityProof.__type"},{"id":1102,"kind":32,"name":"provider_username","url":"modules/mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.IdentityProof.__type"},{"id":1103,"kind":32,"name":"updated_at","url":"modules/mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.IdentityProof.__type"},{"id":1104,"kind":32,"name":"proof_url","url":"modules/mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.IdentityProof.__type"},{"id":1105,"kind":32,"name":"profile_url","url":"modules/mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.IdentityProof.__type"},{"id":1106,"kind":4194304,"name":"URLs","url":"modules/mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1107,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.URLs"},{"id":1108,"kind":32,"name":"streaming_api","url":"modules/mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.URLs.__type"},{"id":1109,"kind":4194304,"name":"Stats","url":"modules/mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1110,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.Stats"},{"id":1111,"kind":32,"name":"user_count","url":"modules/mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Stats.__type"},{"id":1112,"kind":32,"name":"status_count","url":"modules/mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Stats.__type"},{"id":1113,"kind":32,"name":"domain_count","url":"modules/mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Stats.__type"},{"id":1114,"kind":4194304,"name":"Instance","url":"modules/mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1115,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.Instance"},{"id":1116,"kind":32,"name":"uri","url":"modules/mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Instance.__type"},{"id":1117,"kind":32,"name":"title","url":"modules/mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Instance.__type"},{"id":1118,"kind":32,"name":"description","url":"modules/mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Instance.__type"},{"id":1119,"kind":32,"name":"email","url":"modules/mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Instance.__type"},{"id":1120,"kind":32,"name":"version","url":"modules/mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Instance.__type"},{"id":1121,"kind":32,"name":"thumbnail","url":"modules/mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Instance.__type"},{"id":1122,"kind":32,"name":"urls","url":"modules/mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Instance.__type"},{"id":1123,"kind":32,"name":"stats","url":"modules/mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Instance.__type"},{"id":1124,"kind":32,"name":"languages","url":"modules/mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Instance.__type"},{"id":1125,"kind":32,"name":"contact_account","url":"modules/mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Instance.__type"},{"id":1126,"kind":32,"name":"max_toot_chars","url":"modules/mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Instance.__type"},{"id":1127,"kind":32,"name":"registrations","url":"modules/mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Instance.__type"},{"id":1128,"kind":4194304,"name":"List","url":"modules/mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1129,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.List"},{"id":1130,"kind":32,"name":"id","url":"modules/mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.List.__type"},{"id":1131,"kind":32,"name":"title","url":"modules/mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.List.__type"},{"id":1132,"kind":4194304,"name":"Marker","url":"modules/mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1133,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.Marker"},{"id":1134,"kind":32,"name":"home","url":"modules/mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Marker.__type"},{"id":1135,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#marker.__type-15.home.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"MastodonEntity.Marker.__type.home"},{"id":1136,"kind":32,"name":"last_read_id","url":"modules/mastodonentity.html#marker.__type-15.home.__type-16.last_read_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Marker.__type.home.__type"},{"id":1137,"kind":32,"name":"version","url":"modules/mastodonentity.html#marker.__type-15.home.__type-16.version-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Marker.__type.home.__type"},{"id":1138,"kind":32,"name":"updated_at","url":"modules/mastodonentity.html#marker.__type-15.home.__type-16.updated_at-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Marker.__type.home.__type"},{"id":1139,"kind":32,"name":"notifications","url":"modules/mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Marker.__type"},{"id":1140,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#marker.__type-15.notifications.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"MastodonEntity.Marker.__type.notifications"},{"id":1141,"kind":32,"name":"last_read_id","url":"modules/mastodonentity.html#marker.__type-15.notifications.__type-17.last_read_id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Marker.__type.notifications.__type"},{"id":1142,"kind":32,"name":"version","url":"modules/mastodonentity.html#marker.__type-15.notifications.__type-17.version-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Marker.__type.notifications.__type"},{"id":1143,"kind":32,"name":"updated_at","url":"modules/mastodonentity.html#marker.__type-15.notifications.__type-17.updated_at-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Marker.__type.notifications.__type"},{"id":1144,"kind":4194304,"name":"Notification","url":"modules/mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1145,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.Notification"},{"id":1146,"kind":32,"name":"account","url":"modules/mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Notification.__type"},{"id":1147,"kind":32,"name":"created_at","url":"modules/mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Notification.__type"},{"id":1148,"kind":32,"name":"id","url":"modules/mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Notification.__type"},{"id":1149,"kind":32,"name":"status","url":"modules/mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Notification.__type"},{"id":1150,"kind":32,"name":"type","url":"modules/mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Notification.__type"},{"id":1151,"kind":4194304,"name":"NotificationType","url":"modules/mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1152,"kind":4194304,"name":"Preferences","url":"modules/mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1153,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.Preferences"},{"id":1154,"kind":32,"name":"posting:default:visibility","url":"modules/mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Preferences.__type"},{"id":1155,"kind":32,"name":"posting:default:sensitive","url":"modules/mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Preferences.__type"},{"id":1156,"kind":32,"name":"posting:default:language","url":"modules/mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Preferences.__type"},{"id":1157,"kind":32,"name":"reading:expand:media","url":"modules/mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Preferences.__type"},{"id":1158,"kind":32,"name":"reading:expand:spoilers","url":"modules/mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Preferences.__type"},{"id":1159,"kind":4194304,"name":"PushSubscription","url":"modules/mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1160,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.PushSubscription"},{"id":1161,"kind":32,"name":"id","url":"modules/mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.PushSubscription.__type"},{"id":1162,"kind":32,"name":"endpoint","url":"modules/mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.PushSubscription.__type"},{"id":1163,"kind":32,"name":"server_key","url":"modules/mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.PushSubscription.__type"},{"id":1164,"kind":32,"name":"alerts","url":"modules/mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.PushSubscription.__type"},{"id":1165,"kind":4194304,"name":"Relationship","url":"modules/mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1166,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.Relationship"},{"id":1167,"kind":32,"name":"id","url":"modules/mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Relationship.__type"},{"id":1168,"kind":32,"name":"following","url":"modules/mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Relationship.__type"},{"id":1169,"kind":32,"name":"followed_by","url":"modules/mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Relationship.__type"},{"id":1170,"kind":32,"name":"blocking","url":"modules/mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Relationship.__type"},{"id":1171,"kind":32,"name":"muting","url":"modules/mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Relationship.__type"},{"id":1172,"kind":32,"name":"muting_notifications","url":"modules/mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Relationship.__type"},{"id":1173,"kind":32,"name":"requested","url":"modules/mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Relationship.__type"},{"id":1174,"kind":32,"name":"domain_blocking","url":"modules/mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Relationship.__type"},{"id":1175,"kind":32,"name":"showing_reblogs","url":"modules/mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Relationship.__type"},{"id":1176,"kind":32,"name":"endorsed","url":"modules/mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Relationship.__type"},{"id":1177,"kind":4194304,"name":"Report","url":"modules/mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1178,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.Report"},{"id":1179,"kind":32,"name":"id","url":"modules/mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Report.__type"},{"id":1180,"kind":32,"name":"action_taken","url":"modules/mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Report.__type"},{"id":1181,"kind":32,"name":"comment","url":"modules/mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Report.__type"},{"id":1182,"kind":32,"name":"account_id","url":"modules/mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Report.__type"},{"id":1183,"kind":32,"name":"status_ids","url":"modules/mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Report.__type"},{"id":1184,"kind":4194304,"name":"Results","url":"modules/mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1185,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.Results"},{"id":1186,"kind":32,"name":"accounts","url":"modules/mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Results.__type"},{"id":1187,"kind":32,"name":"statuses","url":"modules/mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Results.__type"},{"id":1188,"kind":32,"name":"hashtags","url":"modules/mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Results.__type"},{"id":1189,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1190,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.ScheduledStatus"},{"id":1191,"kind":32,"name":"id","url":"modules/mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.ScheduledStatus.__type"},{"id":1192,"kind":32,"name":"scheduled_at","url":"modules/mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.ScheduledStatus.__type"},{"id":1193,"kind":32,"name":"params","url":"modules/mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.ScheduledStatus.__type"},{"id":1194,"kind":32,"name":"media_attachments","url":"modules/mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.ScheduledStatus.__type"},{"id":1195,"kind":4194304,"name":"StatusParams","url":"modules/mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1196,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.StatusParams"},{"id":1197,"kind":32,"name":"text","url":"modules/mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.StatusParams.__type"},{"id":1198,"kind":32,"name":"in_reply_to_id","url":"modules/mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.StatusParams.__type"},{"id":1199,"kind":32,"name":"media_ids","url":"modules/mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.StatusParams.__type"},{"id":1200,"kind":32,"name":"sensitive","url":"modules/mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.StatusParams.__type"},{"id":1201,"kind":32,"name":"spoiler_text","url":"modules/mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.StatusParams.__type"},{"id":1202,"kind":32,"name":"visibility","url":"modules/mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.StatusParams.__type"},{"id":1203,"kind":32,"name":"scheduled_at","url":"modules/mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.StatusParams.__type"},{"id":1204,"kind":32,"name":"application_id","url":"modules/mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.StatusParams.__type"},{"id":1205,"kind":4194304,"name":"Token","url":"modules/mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonEntity"},{"id":1206,"kind":65536,"name":"__type","url":"modules/mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MastodonEntity.Token"},{"id":1207,"kind":32,"name":"access_token","url":"modules/mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Token.__type"},{"id":1208,"kind":32,"name":"token_type","url":"modules/mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Token.__type"},{"id":1209,"kind":32,"name":"scope","url":"modules/mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Token.__type"},{"id":1210,"kind":32,"name":"created_at","url":"modules/mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MastodonEntity.Token.__type"},{"id":1211,"kind":128,"name":"StreamListenerError","url":"classes/streamlistenererror.html","classes":"tsd-kind-class"},{"id":1212,"kind":1024,"name":"statusCode","url":"classes/streamlistenererror.html#statuscode","classes":"tsd-kind-property tsd-parent-kind-class","parent":"StreamListenerError"},{"id":1213,"kind":1024,"name":"message","url":"classes/streamlistenererror.html#message","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"StreamListenerError"},{"id":1214,"kind":512,"name":"constructor","url":"classes/streamlistenererror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"StreamListenerError"},{"id":1215,"kind":1024,"name":"name","url":"classes/streamlistenererror.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"StreamListenerError"},{"id":1216,"kind":1024,"name":"stack","url":"classes/streamlistenererror.html#stack","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StreamListenerError"},{"id":1217,"kind":1024,"name":"Error","url":"classes/streamlistenererror.html#error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"StreamListenerError"},{"id":1218,"kind":128,"name":"StreamListener","url":"classes/streamlistener.html","classes":"tsd-kind-class"},{"id":1219,"kind":1024,"name":"url","url":"classes/streamlistener.html#url","classes":"tsd-kind-property tsd-parent-kind-class","parent":"StreamListener"},{"id":1220,"kind":1024,"name":"headers","url":"classes/streamlistener.html#headers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"StreamListener"},{"id":1221,"kind":1024,"name":"parser","url":"classes/streamlistener.html#parser","classes":"tsd-kind-property tsd-parent-kind-class","parent":"StreamListener"},{"id":1222,"kind":1024,"name":"proxyConfig","url":"classes/streamlistener.html#proxyconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"StreamListener"},{"id":1223,"kind":1024,"name":"_connectionClosed","url":"classes/streamlistener.html#_connectionclosed","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"StreamListener"},{"id":1224,"kind":1024,"name":"_reconnectInterval","url":"classes/streamlistener.html#_reconnectinterval","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"StreamListener"},{"id":1225,"kind":1024,"name":"_reconnectMaxAttempts","url":"classes/streamlistener.html#_reconnectmaxattempts","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"StreamListener"},{"id":1226,"kind":1024,"name":"_reconnectCurrentAttempts","url":"classes/streamlistener.html#_reconnectcurrentattempts","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"StreamListener"},{"id":1227,"kind":1024,"name":"_cancelSource","url":"classes/streamlistener.html#_cancelsource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"StreamListener"},{"id":1228,"kind":512,"name":"constructor","url":"classes/streamlistener.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"StreamListener"},{"id":1229,"kind":2048,"name":"start","url":"classes/streamlistener.html#start","classes":"tsd-kind-method tsd-parent-kind-class","parent":"StreamListener"},{"id":1230,"kind":2048,"name":"_connect","url":"classes/streamlistener.html#_connect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"StreamListener"},{"id":1231,"kind":2048,"name":"_reconnect","url":"classes/streamlistener.html#_reconnect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"StreamListener"},{"id":1232,"kind":2048,"name":"stop","url":"classes/streamlistener.html#stop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"StreamListener"},{"id":1233,"kind":2048,"name":"_resetConnection","url":"classes/streamlistener.html#_resetconnection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"StreamListener"},{"id":1234,"kind":2048,"name":"_resetRetryParams","url":"classes/streamlistener.html#_resetretryparams","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"StreamListener"},{"id":1235,"kind":2048,"name":"_setupParser","url":"classes/streamlistener.html#_setupparser","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"StreamListener"},{"id":1236,"kind":2048,"name":"listenerCount","url":"classes/streamlistener.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"StreamListener"},{"id":1237,"kind":1024,"name":"defaultMaxListeners","url":"classes/streamlistener.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"StreamListener"},{"id":1238,"kind":2048,"name":"addListener","url":"classes/streamlistener.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StreamListener"},{"id":1239,"kind":2048,"name":"on","url":"classes/streamlistener.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StreamListener"},{"id":1240,"kind":2048,"name":"once","url":"classes/streamlistener.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StreamListener"},{"id":1241,"kind":2048,"name":"prependListener","url":"classes/streamlistener.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StreamListener"},{"id":1242,"kind":2048,"name":"prependOnceListener","url":"classes/streamlistener.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StreamListener"},{"id":1243,"kind":2048,"name":"removeListener","url":"classes/streamlistener.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StreamListener"},{"id":1244,"kind":2048,"name":"off","url":"classes/streamlistener.html#off","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StreamListener"},{"id":1245,"kind":2048,"name":"removeAllListeners","url":"classes/streamlistener.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StreamListener"},{"id":1246,"kind":2048,"name":"setMaxListeners","url":"classes/streamlistener.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StreamListener"},{"id":1247,"kind":2048,"name":"getMaxListeners","url":"classes/streamlistener.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StreamListener"},{"id":1248,"kind":2048,"name":"listeners","url":"classes/streamlistener.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StreamListener"},{"id":1249,"kind":2048,"name":"rawListeners","url":"classes/streamlistener.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StreamListener"},{"id":1250,"kind":2048,"name":"emit","url":"classes/streamlistener.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StreamListener"},{"id":1251,"kind":2048,"name":"eventNames","url":"classes/streamlistener.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StreamListener"},{"id":1252,"kind":2048,"name":"listenerCount","url":"classes/streamlistener.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"StreamListener"},{"id":1253,"kind":32,"name":"STATUS_CODES_TO_ABORT_ON","url":"globals.html#status_codes_to_abort_on","classes":"tsd-kind-variable"},{"id":1254,"kind":2,"name":"MastodonAPI","url":"modules/mastodonapi.html","classes":"tsd-kind-module"},{"id":1255,"kind":256,"name":"Interface","url":"interfaces/mastodonapi.interface.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"MastodonAPI"},{"id":1256,"kind":2048,"name":"get","url":"interfaces/mastodonapi.interface.html#get","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"MastodonAPI.Interface"},{"id":1257,"kind":2048,"name":"put","url":"interfaces/mastodonapi.interface.html#put","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"MastodonAPI.Interface"},{"id":1258,"kind":2048,"name":"patch","url":"interfaces/mastodonapi.interface.html#patch","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"MastodonAPI.Interface"},{"id":1259,"kind":2048,"name":"post","url":"interfaces/mastodonapi.interface.html#post","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"MastodonAPI.Interface"},{"id":1260,"kind":2048,"name":"del","url":"interfaces/mastodonapi.interface.html#del","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MastodonAPI.Interface"},{"id":1261,"kind":2048,"name":"cancel","url":"interfaces/mastodonapi.interface.html#cancel","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MastodonAPI.Interface"},{"id":1262,"kind":2048,"name":"stream","url":"interfaces/mastodonapi.interface.html#stream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MastodonAPI.Interface"},{"id":1263,"kind":2048,"name":"socket","url":"interfaces/mastodonapi.interface.html#socket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MastodonAPI.Interface"},{"id":1264,"kind":128,"name":"Client","url":"classes/mastodonapi.client.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"MastodonAPI"},{"id":1265,"kind":1024,"name":"DEFAULT_SCOPE","url":"classes/mastodonapi.client.html#default_scope","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"MastodonAPI.Client"},{"id":1266,"kind":1024,"name":"DEFAULT_URL","url":"classes/mastodonapi.client.html#default_url","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"MastodonAPI.Client"},{"id":1267,"kind":1024,"name":"NO_REDIRECT","url":"classes/mastodonapi.client.html#no_redirect","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"MastodonAPI.Client"},{"id":1268,"kind":1024,"name":"accessToken","url":"classes/mastodonapi.client.html#accesstoken","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MastodonAPI.Client"},{"id":1269,"kind":1024,"name":"baseUrl","url":"classes/mastodonapi.client.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MastodonAPI.Client"},{"id":1270,"kind":1024,"name":"userAgent","url":"classes/mastodonapi.client.html#useragent","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MastodonAPI.Client"},{"id":1271,"kind":1024,"name":"cancelTokenSource","url":"classes/mastodonapi.client.html#canceltokensource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MastodonAPI.Client"},{"id":1272,"kind":1024,"name":"proxyConfig","url":"classes/mastodonapi.client.html#proxyconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MastodonAPI.Client"},{"id":1273,"kind":512,"name":"constructor","url":"classes/mastodonapi.client.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"MastodonAPI.Client"},{"id":1274,"kind":2048,"name":"get","url":"classes/mastodonapi.client.html#get","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"MastodonAPI.Client"},{"id":1275,"kind":2048,"name":"put","url":"classes/mastodonapi.client.html#put","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"MastodonAPI.Client"},{"id":1276,"kind":2048,"name":"patch","url":"classes/mastodonapi.client.html#patch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"MastodonAPI.Client"},{"id":1277,"kind":2048,"name":"post","url":"classes/mastodonapi.client.html#post","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"MastodonAPI.Client"},{"id":1278,"kind":2048,"name":"del","url":"classes/mastodonapi.client.html#del","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"MastodonAPI.Client"},{"id":1279,"kind":2048,"name":"cancel","url":"classes/mastodonapi.client.html#cancel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MastodonAPI.Client"},{"id":1280,"kind":2048,"name":"stream","url":"classes/mastodonapi.client.html#stream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MastodonAPI.Client"},{"id":1281,"kind":2048,"name":"socket","url":"classes/mastodonapi.client.html#socket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MastodonAPI.Client"},{"id":1282,"kind":2,"name":"Entity","url":"modules/mastodonapi.entity.html","classes":"tsd-kind-module tsd-parent-kind-module","parent":"MastodonAPI"},{"id":1283,"kind":4194304,"name":"Account","url":"modules/mastodonapi.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1284,"kind":4194304,"name":"Activity","url":"modules/mastodonapi.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1285,"kind":4194304,"name":"Application","url":"modules/mastodonapi.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1286,"kind":4194304,"name":"Attachment","url":"modules/mastodonapi.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1287,"kind":4194304,"name":"Card","url":"modules/mastodonapi.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1288,"kind":4194304,"name":"Context","url":"modules/mastodonapi.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1289,"kind":4194304,"name":"Conversation","url":"modules/mastodonapi.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1290,"kind":4194304,"name":"Emoji","url":"modules/mastodonapi.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1291,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodonapi.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1292,"kind":4194304,"name":"Field","url":"modules/mastodonapi.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1293,"kind":4194304,"name":"Filter","url":"modules/mastodonapi.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1294,"kind":4194304,"name":"History","url":"modules/mastodonapi.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1295,"kind":4194304,"name":"IdentityProof","url":"modules/mastodonapi.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1296,"kind":4194304,"name":"Instance","url":"modules/mastodonapi.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1297,"kind":4194304,"name":"List","url":"modules/mastodonapi.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1298,"kind":4194304,"name":"Marker","url":"modules/mastodonapi.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1299,"kind":4194304,"name":"Mention","url":"modules/mastodonapi.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1300,"kind":4194304,"name":"Notification","url":"modules/mastodonapi.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1301,"kind":4194304,"name":"Poll","url":"modules/mastodonapi.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1302,"kind":4194304,"name":"PollOption","url":"modules/mastodonapi.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1303,"kind":4194304,"name":"Preferences","url":"modules/mastodonapi.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1304,"kind":4194304,"name":"PushSubscription","url":"modules/mastodonapi.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1305,"kind":4194304,"name":"Relationship","url":"modules/mastodonapi.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1306,"kind":4194304,"name":"Report","url":"modules/mastodonapi.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1307,"kind":4194304,"name":"Results","url":"modules/mastodonapi.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1308,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodonapi.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1309,"kind":4194304,"name":"Source","url":"modules/mastodonapi.entity.html#source","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1310,"kind":4194304,"name":"Stats","url":"modules/mastodonapi.entity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1311,"kind":4194304,"name":"Status","url":"modules/mastodonapi.entity.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1312,"kind":4194304,"name":"StatusParams","url":"modules/mastodonapi.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1313,"kind":4194304,"name":"Tag","url":"modules/mastodonapi.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1314,"kind":4194304,"name":"Token","url":"modules/mastodonapi.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1315,"kind":4194304,"name":"URLs","url":"modules/mastodonapi.entity.html#urls","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MastodonAPI.Entity"},{"id":1316,"kind":2,"name":"Converter","url":"modules/mastodonapi.converter.html","classes":"tsd-kind-module tsd-parent-kind-module","parent":"MastodonAPI"},{"id":1317,"kind":64,"name":"account","url":"modules/mastodonapi.converter.html#account","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1318,"kind":64,"name":"activity","url":"modules/mastodonapi.converter.html#activity","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1319,"kind":64,"name":"application","url":"modules/mastodonapi.converter.html#application","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1320,"kind":64,"name":"attachment","url":"modules/mastodonapi.converter.html#attachment","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1321,"kind":64,"name":"card","url":"modules/mastodonapi.converter.html#card","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1322,"kind":64,"name":"context","url":"modules/mastodonapi.converter.html#context","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1323,"kind":64,"name":"conversation","url":"modules/mastodonapi.converter.html#conversation","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1324,"kind":64,"name":"emoji","url":"modules/mastodonapi.converter.html#emoji","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1325,"kind":64,"name":"featured_tag","url":"modules/mastodonapi.converter.html#featured_tag","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1326,"kind":64,"name":"field","url":"modules/mastodonapi.converter.html#field","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1327,"kind":64,"name":"filter","url":"modules/mastodonapi.converter.html#filter","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1328,"kind":64,"name":"history","url":"modules/mastodonapi.converter.html#history","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1329,"kind":64,"name":"identity_proof","url":"modules/mastodonapi.converter.html#identity_proof","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1330,"kind":64,"name":"instance","url":"modules/mastodonapi.converter.html#instance","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1331,"kind":64,"name":"list","url":"modules/mastodonapi.converter.html#list","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1332,"kind":64,"name":"marker","url":"modules/mastodonapi.converter.html#marker","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1333,"kind":64,"name":"mention","url":"modules/mastodonapi.converter.html#mention","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1334,"kind":64,"name":"notification","url":"modules/mastodonapi.converter.html#notification","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1335,"kind":64,"name":"poll","url":"modules/mastodonapi.converter.html#poll","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1336,"kind":64,"name":"poll_option","url":"modules/mastodonapi.converter.html#poll_option","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1337,"kind":64,"name":"preferences","url":"modules/mastodonapi.converter.html#preferences","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1338,"kind":64,"name":"push_subscription","url":"modules/mastodonapi.converter.html#push_subscription","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1339,"kind":64,"name":"relationship","url":"modules/mastodonapi.converter.html#relationship","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1340,"kind":64,"name":"report","url":"modules/mastodonapi.converter.html#report","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1341,"kind":64,"name":"results","url":"modules/mastodonapi.converter.html#results","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1342,"kind":64,"name":"scheduled_status","url":"modules/mastodonapi.converter.html#scheduled_status","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1343,"kind":64,"name":"source","url":"modules/mastodonapi.converter.html#source","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1344,"kind":64,"name":"stats","url":"modules/mastodonapi.converter.html#stats","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1345,"kind":64,"name":"status","url":"modules/mastodonapi.converter.html#status","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1346,"kind":64,"name":"status_params","url":"modules/mastodonapi.converter.html#status_params","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1347,"kind":64,"name":"tag","url":"modules/mastodonapi.converter.html#tag","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1348,"kind":64,"name":"token","url":"modules/mastodonapi.converter.html#token","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1349,"kind":64,"name":"urls","url":"modules/mastodonapi.converter.html#urls","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MastodonAPI.Converter"},{"id":1350,"kind":128,"name":"Mastodon","url":"classes/mastodon.html","classes":"tsd-kind-class"},{"id":1351,"kind":1024,"name":"client","url":"classes/mastodon.html#client","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Mastodon"},{"id":1352,"kind":1024,"name":"baseUrl","url":"classes/mastodon.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Mastodon"},{"id":1353,"kind":512,"name":"constructor","url":"classes/mastodon.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Mastodon"},{"id":1354,"kind":2048,"name":"cancel","url":"classes/mastodon.html#cancel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1355,"kind":2048,"name":"registerApp","url":"classes/mastodon.html#registerapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1356,"kind":2048,"name":"createApp","url":"classes/mastodon.html#createapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1357,"kind":2048,"name":"generateAuthUrl","url":"classes/mastodon.html#generateauthurl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1358,"kind":2048,"name":"verifyAppCredentials","url":"classes/mastodon.html#verifyappcredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1359,"kind":2048,"name":"fetchAccessToken","url":"classes/mastodon.html#fetchaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1360,"kind":2048,"name":"refreshToken","url":"classes/mastodon.html#refreshtoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1361,"kind":2048,"name":"revokeToken","url":"classes/mastodon.html#revoketoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1362,"kind":2048,"name":"registerAccount","url":"classes/mastodon.html#registeraccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1363,"kind":2048,"name":"verifyAccountCredentials","url":"classes/mastodon.html#verifyaccountcredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1364,"kind":2048,"name":"updateCredentials","url":"classes/mastodon.html#updatecredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1365,"kind":2048,"name":"getAccount","url":"classes/mastodon.html#getaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1366,"kind":2048,"name":"getAccountStatuses","url":"classes/mastodon.html#getaccountstatuses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1367,"kind":2048,"name":"subscribeAccount","url":"classes/mastodon.html#subscribeaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1368,"kind":2048,"name":"unsubscribeAccount","url":"classes/mastodon.html#unsubscribeaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1369,"kind":2048,"name":"getAccountFavourites","url":"classes/mastodon.html#getaccountfavourites","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1370,"kind":2048,"name":"getAccountFollowers","url":"classes/mastodon.html#getaccountfollowers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1371,"kind":2048,"name":"getAccountFollowing","url":"classes/mastodon.html#getaccountfollowing","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1372,"kind":2048,"name":"getAccountLists","url":"classes/mastodon.html#getaccountlists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1373,"kind":2048,"name":"getIdentityProof","url":"classes/mastodon.html#getidentityproof","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1374,"kind":2048,"name":"followAccount","url":"classes/mastodon.html#followaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1375,"kind":2048,"name":"unfollowAccount","url":"classes/mastodon.html#unfollowaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1376,"kind":2048,"name":"blockAccount","url":"classes/mastodon.html#blockaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1377,"kind":2048,"name":"unblockAccount","url":"classes/mastodon.html#unblockaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1378,"kind":2048,"name":"muteAccount","url":"classes/mastodon.html#muteaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1379,"kind":2048,"name":"unmuteAccount","url":"classes/mastodon.html#unmuteaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1380,"kind":2048,"name":"pinAccount","url":"classes/mastodon.html#pinaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1381,"kind":2048,"name":"unpinAccount","url":"classes/mastodon.html#unpinaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1382,"kind":2048,"name":"getRelationship","url":"classes/mastodon.html#getrelationship","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1383,"kind":2048,"name":"getRelationships","url":"classes/mastodon.html#getrelationships","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1384,"kind":2048,"name":"searchAccount","url":"classes/mastodon.html#searchaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1385,"kind":2048,"name":"getBookmarks","url":"classes/mastodon.html#getbookmarks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1386,"kind":2048,"name":"getFavourites","url":"classes/mastodon.html#getfavourites","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1387,"kind":2048,"name":"getMutes","url":"classes/mastodon.html#getmutes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1388,"kind":2048,"name":"getBlocks","url":"classes/mastodon.html#getblocks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1389,"kind":2048,"name":"getDomainBlocks","url":"classes/mastodon.html#getdomainblocks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1390,"kind":2048,"name":"blockDomain","url":"classes/mastodon.html#blockdomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1391,"kind":2048,"name":"unblockDomain","url":"classes/mastodon.html#unblockdomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1392,"kind":2048,"name":"getFilters","url":"classes/mastodon.html#getfilters","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1393,"kind":2048,"name":"getFilter","url":"classes/mastodon.html#getfilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1394,"kind":2048,"name":"createFilter","url":"classes/mastodon.html#createfilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1395,"kind":2048,"name":"updateFilter","url":"classes/mastodon.html#updatefilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1396,"kind":2048,"name":"deleteFilter","url":"classes/mastodon.html#deletefilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1397,"kind":2048,"name":"report","url":"classes/mastodon.html#report","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1398,"kind":2048,"name":"getFollowRequests","url":"classes/mastodon.html#getfollowrequests","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1399,"kind":2048,"name":"acceptFollowRequest","url":"classes/mastodon.html#acceptfollowrequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1400,"kind":2048,"name":"rejectFollowRequest","url":"classes/mastodon.html#rejectfollowrequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1401,"kind":2048,"name":"getEndorsements","url":"classes/mastodon.html#getendorsements","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1402,"kind":2048,"name":"getFeaturedTags","url":"classes/mastodon.html#getfeaturedtags","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1403,"kind":2048,"name":"createFeaturedTag","url":"classes/mastodon.html#createfeaturedtag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1404,"kind":2048,"name":"deleteFeaturedTag","url":"classes/mastodon.html#deletefeaturedtag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1405,"kind":2048,"name":"getSuggestedTags","url":"classes/mastodon.html#getsuggestedtags","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1406,"kind":2048,"name":"getPreferences","url":"classes/mastodon.html#getpreferences","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1407,"kind":2048,"name":"getSuggestions","url":"classes/mastodon.html#getsuggestions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1408,"kind":2048,"name":"postStatus","url":"classes/mastodon.html#poststatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1409,"kind":2048,"name":"getStatus","url":"classes/mastodon.html#getstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1410,"kind":2048,"name":"deleteStatus","url":"classes/mastodon.html#deletestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1411,"kind":2048,"name":"getStatusContext","url":"classes/mastodon.html#getstatuscontext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1412,"kind":2048,"name":"getStatusRebloggedBy","url":"classes/mastodon.html#getstatusrebloggedby","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1413,"kind":2048,"name":"getStatusFavouritedBy","url":"classes/mastodon.html#getstatusfavouritedby","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1414,"kind":2048,"name":"favouriteStatus","url":"classes/mastodon.html#favouritestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1415,"kind":2048,"name":"unfavouriteStatus","url":"classes/mastodon.html#unfavouritestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1416,"kind":2048,"name":"reblogStatus","url":"classes/mastodon.html#reblogstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1417,"kind":2048,"name":"unreblogStatus","url":"classes/mastodon.html#unreblogstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1418,"kind":2048,"name":"bookmarkStatus","url":"classes/mastodon.html#bookmarkstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1419,"kind":2048,"name":"unbookmarkStatus","url":"classes/mastodon.html#unbookmarkstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1420,"kind":2048,"name":"muteStatus","url":"classes/mastodon.html#mutestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1421,"kind":2048,"name":"unmuteStatus","url":"classes/mastodon.html#unmutestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1422,"kind":2048,"name":"pinStatus","url":"classes/mastodon.html#pinstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1423,"kind":2048,"name":"unpinStatus","url":"classes/mastodon.html#unpinstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1424,"kind":2048,"name":"uploadMedia","url":"classes/mastodon.html#uploadmedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1425,"kind":2048,"name":"updateMedia","url":"classes/mastodon.html#updatemedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1426,"kind":2048,"name":"getPoll","url":"classes/mastodon.html#getpoll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1427,"kind":2048,"name":"votePoll","url":"classes/mastodon.html#votepoll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1428,"kind":2048,"name":"getScheduledStatuses","url":"classes/mastodon.html#getscheduledstatuses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1429,"kind":2048,"name":"getScheduledStatus","url":"classes/mastodon.html#getscheduledstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1430,"kind":2048,"name":"scheduleStatus","url":"classes/mastodon.html#schedulestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1431,"kind":2048,"name":"cancelScheduledStatus","url":"classes/mastodon.html#cancelscheduledstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1432,"kind":2048,"name":"getPublicTimeline","url":"classes/mastodon.html#getpublictimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1433,"kind":2048,"name":"getLocalTimeline","url":"classes/mastodon.html#getlocaltimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1434,"kind":2048,"name":"getTagTimeline","url":"classes/mastodon.html#gettagtimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1435,"kind":2048,"name":"getHomeTimeline","url":"classes/mastodon.html#gethometimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1436,"kind":2048,"name":"getListTimeline","url":"classes/mastodon.html#getlisttimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1437,"kind":2048,"name":"getConversationTimeline","url":"classes/mastodon.html#getconversationtimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1438,"kind":2048,"name":"deleteConversation","url":"classes/mastodon.html#deleteconversation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1439,"kind":2048,"name":"readConversation","url":"classes/mastodon.html#readconversation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1440,"kind":2048,"name":"getLists","url":"classes/mastodon.html#getlists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1441,"kind":2048,"name":"getList","url":"classes/mastodon.html#getlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1442,"kind":2048,"name":"createList","url":"classes/mastodon.html#createlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1443,"kind":2048,"name":"updateList","url":"classes/mastodon.html#updatelist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1444,"kind":2048,"name":"deleteList","url":"classes/mastodon.html#deletelist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1445,"kind":2048,"name":"getAccountsInList","url":"classes/mastodon.html#getaccountsinlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1446,"kind":2048,"name":"addAccountsToList","url":"classes/mastodon.html#addaccountstolist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1447,"kind":2048,"name":"deleteAccountsFromList","url":"classes/mastodon.html#deleteaccountsfromlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1448,"kind":2048,"name":"getMarker","url":"classes/mastodon.html#getmarker","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1449,"kind":2048,"name":"saveMarker","url":"classes/mastodon.html#savemarker","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1450,"kind":2048,"name":"getNotifications","url":"classes/mastodon.html#getnotifications","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1451,"kind":2048,"name":"getNotification","url":"classes/mastodon.html#getnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1452,"kind":2048,"name":"dismissNotifications","url":"classes/mastodon.html#dismissnotifications","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1453,"kind":2048,"name":"dismissNotification","url":"classes/mastodon.html#dismissnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1454,"kind":2048,"name":"subscribePushNotification","url":"classes/mastodon.html#subscribepushnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1455,"kind":2048,"name":"getPushSubscription","url":"classes/mastodon.html#getpushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1456,"kind":2048,"name":"updatePushSubscription","url":"classes/mastodon.html#updatepushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1457,"kind":2048,"name":"deletePushSubscription","url":"classes/mastodon.html#deletepushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1458,"kind":2048,"name":"search","url":"classes/mastodon.html#search","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1459,"kind":2048,"name":"getInstance","url":"classes/mastodon.html#getinstance","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1460,"kind":2048,"name":"getInstancePeers","url":"classes/mastodon.html#getinstancepeers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1461,"kind":2048,"name":"getInstanceActivity","url":"classes/mastodon.html#getinstanceactivity","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1462,"kind":2048,"name":"getInstanceTrends","url":"classes/mastodon.html#getinstancetrends","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1463,"kind":2048,"name":"getInstanceDirectory","url":"classes/mastodon.html#getinstancedirectory","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1464,"kind":2048,"name":"getInstanceCustomEmojis","url":"classes/mastodon.html#getinstancecustomemojis","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1465,"kind":2048,"name":"createEmojiReaction","url":"classes/mastodon.html#createemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1466,"kind":2048,"name":"deleteEmojiReaction","url":"classes/mastodon.html#deleteemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1467,"kind":2048,"name":"getEmojiReactions","url":"classes/mastodon.html#getemojireactions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1468,"kind":2048,"name":"getEmojiReaction","url":"classes/mastodon.html#getemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1469,"kind":2048,"name":"userStream","url":"classes/mastodon.html#userstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1470,"kind":2048,"name":"publicStream","url":"classes/mastodon.html#publicstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1471,"kind":2048,"name":"localStream","url":"classes/mastodon.html#localstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1472,"kind":2048,"name":"tagStream","url":"classes/mastodon.html#tagstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1473,"kind":2048,"name":"listStream","url":"classes/mastodon.html#liststream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1474,"kind":2048,"name":"directStream","url":"classes/mastodon.html#directstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1475,"kind":2048,"name":"userSocket","url":"classes/mastodon.html#usersocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1476,"kind":2048,"name":"publicSocket","url":"classes/mastodon.html#publicsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1477,"kind":2048,"name":"localSocket","url":"classes/mastodon.html#localsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1478,"kind":2048,"name":"tagSocket","url":"classes/mastodon.html#tagsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1479,"kind":2048,"name":"listSocket","url":"classes/mastodon.html#listsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1480,"kind":2048,"name":"directSocket","url":"classes/mastodon.html#directsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Mastodon"},{"id":1481,"kind":2,"name":"MisskeyEntity","url":"modules/misskeyentity.html","classes":"tsd-kind-module"},{"id":1482,"kind":4194304,"name":"App","url":"modules/misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1483,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MisskeyEntity.App"},{"id":1484,"kind":32,"name":"id","url":"modules/misskeyentity.html#app.__type.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.App.__type"},{"id":1485,"kind":32,"name":"name","url":"modules/misskeyentity.html#app.__type.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.App.__type"},{"id":1486,"kind":32,"name":"callbackUrl","url":"modules/misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.App.__type"},{"id":1487,"kind":32,"name":"permission","url":"modules/misskeyentity.html#app.__type.permission","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.App.__type"},{"id":1488,"kind":32,"name":"secret","url":"modules/misskeyentity.html#app.__type.secret","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.App.__type"},{"id":1489,"kind":4194304,"name":"Emoji","url":"modules/misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1490,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MisskeyEntity.Emoji"},{"id":1491,"kind":32,"name":"name","url":"modules/misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Emoji.__type"},{"id":1492,"kind":32,"name":"host","url":"modules/misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Emoji.__type"},{"id":1493,"kind":32,"name":"url","url":"modules/misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Emoji.__type"},{"id":1494,"kind":32,"name":"aliases","url":"modules/misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Emoji.__type"},{"id":1495,"kind":4194304,"name":"User","url":"modules/misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1496,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MisskeyEntity.User"},{"id":1497,"kind":32,"name":"id","url":"modules/misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.User.__type"},{"id":1498,"kind":32,"name":"name","url":"modules/misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.User.__type"},{"id":1499,"kind":32,"name":"username","url":"modules/misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.User.__type"},{"id":1500,"kind":32,"name":"host","url":"modules/misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.User.__type"},{"id":1501,"kind":32,"name":"avatarUrl","url":"modules/misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.User.__type"},{"id":1502,"kind":32,"name":"avatarColor","url":"modules/misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.User.__type"},{"id":1503,"kind":32,"name":"emojis","url":"modules/misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.User.__type"},{"id":1504,"kind":4194304,"name":"File","url":"modules/misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1505,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MisskeyEntity.File"},{"id":1506,"kind":32,"name":"id","url":"modules/misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.File.__type"},{"id":1507,"kind":32,"name":"createdAt","url":"modules/misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.File.__type"},{"id":1508,"kind":32,"name":"name","url":"modules/misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.File.__type"},{"id":1509,"kind":32,"name":"type","url":"modules/misskeyentity.html#file.__type-6.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.File.__type"},{"id":1510,"kind":32,"name":"md5","url":"modules/misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.File.__type"},{"id":1511,"kind":32,"name":"size","url":"modules/misskeyentity.html#file.__type-6.size","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.File.__type"},{"id":1512,"kind":32,"name":"isSensitive","url":"modules/misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.File.__type"},{"id":1513,"kind":32,"name":"properties","url":"modules/misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.File.__type"},{"id":1514,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#file.__type-6.properties.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"MisskeyEntity.File.__type.properties"},{"id":1515,"kind":32,"name":"width","url":"modules/misskeyentity.html#file.__type-6.properties.__type-7.width","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.File.__type.properties.__type"},{"id":1516,"kind":32,"name":"height","url":"modules/misskeyentity.html#file.__type-6.properties.__type-7.height","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.File.__type.properties.__type"},{"id":1517,"kind":32,"name":"avgColor","url":"modules/misskeyentity.html#file.__type-6.properties.__type-7.avgcolor","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.File.__type.properties.__type"},{"id":1518,"kind":32,"name":"url","url":"modules/misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.File.__type"},{"id":1519,"kind":32,"name":"thumbnailUrl","url":"modules/misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.File.__type"},{"id":1520,"kind":4194304,"name":"Choice","url":"modules/misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1521,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MisskeyEntity.Choice"},{"id":1522,"kind":32,"name":"text","url":"modules/misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Choice.__type"},{"id":1523,"kind":32,"name":"votes","url":"modules/misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Choice.__type"},{"id":1524,"kind":32,"name":"isVoted","url":"modules/misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Choice.__type"},{"id":1525,"kind":4194304,"name":"Poll","url":"modules/misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1526,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MisskeyEntity.Poll"},{"id":1527,"kind":32,"name":"multiple","url":"modules/misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Poll.__type"},{"id":1528,"kind":32,"name":"expiresAt","url":"modules/misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Poll.__type"},{"id":1529,"kind":32,"name":"choices","url":"modules/misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Poll.__type"},{"id":1530,"kind":4194304,"name":"Note","url":"modules/misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1531,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MisskeyEntity.Note"},{"id":1532,"kind":32,"name":"id","url":"modules/misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Note.__type"},{"id":1533,"kind":32,"name":"createdAt","url":"modules/misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Note.__type"},{"id":1534,"kind":32,"name":"userId","url":"modules/misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Note.__type"},{"id":1535,"kind":32,"name":"user","url":"modules/misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Note.__type"},{"id":1536,"kind":32,"name":"text","url":"modules/misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Note.__type"},{"id":1537,"kind":32,"name":"cw","url":"modules/misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Note.__type"},{"id":1538,"kind":32,"name":"visibility","url":"modules/misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Note.__type"},{"id":1539,"kind":32,"name":"renoteCount","url":"modules/misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Note.__type"},{"id":1540,"kind":32,"name":"repliesCount","url":"modules/misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Note.__type"},{"id":1541,"kind":32,"name":"reactions","url":"modules/misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Note.__type"},{"id":1542,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#note-1.__type-15.reactions.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"MisskeyEntity.Note.__type.reactions"},{"id":1543,"kind":32,"name":"emojis","url":"modules/misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Note.__type"},{"id":1544,"kind":32,"name":"fileIds","url":"modules/misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Note.__type"},{"id":1545,"kind":32,"name":"files","url":"modules/misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Note.__type"},{"id":1546,"kind":32,"name":"replyId","url":"modules/misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Note.__type"},{"id":1547,"kind":32,"name":"renoteId","url":"modules/misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Note.__type"},{"id":1548,"kind":32,"name":"uri","url":"modules/misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Note.__type"},{"id":1549,"kind":32,"name":"reply","url":"modules/misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Note.__type"},{"id":1550,"kind":32,"name":"renote","url":"modules/misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Note.__type"},{"id":1551,"kind":32,"name":"viaMobile","url":"modules/misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Note.__type"},{"id":1552,"kind":32,"name":"tags","url":"modules/misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Note.__type"},{"id":1553,"kind":32,"name":"poll","url":"modules/misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Note.__type"},{"id":1554,"kind":32,"name":"mentions","url":"modules/misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Note.__type"},{"id":1555,"kind":32,"name":"myReaction","url":"modules/misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Note.__type"},{"id":1556,"kind":4194304,"name":"UserDetail","url":"modules/misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1557,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MisskeyEntity.UserDetail"},{"id":1558,"kind":32,"name":"id","url":"modules/misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1559,"kind":32,"name":"name","url":"modules/misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1560,"kind":32,"name":"username","url":"modules/misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1561,"kind":32,"name":"host","url":"modules/misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1562,"kind":32,"name":"avatarUrl","url":"modules/misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1563,"kind":32,"name":"avatarColor","url":"modules/misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1564,"kind":32,"name":"isAdmin","url":"modules/misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1565,"kind":32,"name":"isModerator","url":"modules/misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1566,"kind":32,"name":"isBot","url":"modules/misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1567,"kind":32,"name":"isCat","url":"modules/misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1568,"kind":32,"name":"emojis","url":"modules/misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1569,"kind":32,"name":"createdAt","url":"modules/misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1570,"kind":32,"name":"bannerUrl","url":"modules/misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1571,"kind":32,"name":"bannerColor","url":"modules/misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1572,"kind":32,"name":"isLocked","url":"modules/misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1573,"kind":32,"name":"isSilenced","url":"modules/misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1574,"kind":32,"name":"isSuspended","url":"modules/misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1575,"kind":32,"name":"description","url":"modules/misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1576,"kind":32,"name":"followersCount","url":"modules/misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1577,"kind":32,"name":"followingCount","url":"modules/misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1578,"kind":32,"name":"notesCount","url":"modules/misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1579,"kind":32,"name":"avatarId","url":"modules/misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1580,"kind":32,"name":"bannerId","url":"modules/misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1581,"kind":32,"name":"pinnedNoteIds","url":"modules/misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1582,"kind":32,"name":"pinnedNotes","url":"modules/misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserDetail.__type"},{"id":1583,"kind":4194304,"name":"Blocking","url":"modules/misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1584,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MisskeyEntity.Blocking"},{"id":1585,"kind":32,"name":"id","url":"modules/misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Blocking.__type"},{"id":1586,"kind":32,"name":"createdAt","url":"modules/misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Blocking.__type"},{"id":1587,"kind":32,"name":"blockeeId","url":"modules/misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Blocking.__type"},{"id":1588,"kind":32,"name":"blockee","url":"modules/misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Blocking.__type"},{"id":1589,"kind":4194304,"name":"CreatedNote","url":"modules/misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1590,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MisskeyEntity.CreatedNote"},{"id":1591,"kind":32,"name":"createdNote","url":"modules/misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.CreatedNote.__type"},{"id":1592,"kind":4194304,"name":"Favorite","url":"modules/misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1593,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MisskeyEntity.Favorite"},{"id":1594,"kind":32,"name":"id","url":"modules/misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Favorite.__type"},{"id":1595,"kind":32,"name":"createdAt","url":"modules/misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Favorite.__type"},{"id":1596,"kind":32,"name":"noteId","url":"modules/misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Favorite.__type"},{"id":1597,"kind":32,"name":"note","url":"modules/misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Favorite.__type"},{"id":1598,"kind":4194304,"name":"Follower","url":"modules/misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1599,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MisskeyEntity.Follower"},{"id":1600,"kind":32,"name":"id","url":"modules/misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Follower.__type"},{"id":1601,"kind":32,"name":"createdAt","url":"modules/misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Follower.__type"},{"id":1602,"kind":32,"name":"followeeId","url":"modules/misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Follower.__type"},{"id":1603,"kind":32,"name":"followerId","url":"modules/misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Follower.__type"},{"id":1604,"kind":32,"name":"follower","url":"modules/misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Follower.__type"},{"id":1605,"kind":4194304,"name":"Following","url":"modules/misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1606,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MisskeyEntity.Following"},{"id":1607,"kind":32,"name":"id","url":"modules/misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Following.__type"},{"id":1608,"kind":32,"name":"createdAt","url":"modules/misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Following.__type"},{"id":1609,"kind":32,"name":"followeeId","url":"modules/misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Following.__type"},{"id":1610,"kind":32,"name":"followerId","url":"modules/misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Following.__type"},{"id":1611,"kind":32,"name":"followee","url":"modules/misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Following.__type"},{"id":1612,"kind":4194304,"name":"FollowRequest","url":"modules/misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1613,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MisskeyEntity.FollowRequest"},{"id":1614,"kind":32,"name":"id","url":"modules/misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.FollowRequest.__type"},{"id":1615,"kind":32,"name":"follower","url":"modules/misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.FollowRequest.__type"},{"id":1616,"kind":32,"name":"followee","url":"modules/misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.FollowRequest.__type"},{"id":1617,"kind":4194304,"name":"Hashtag","url":"modules/misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1618,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MisskeyEntity.Hashtag"},{"id":1619,"kind":32,"name":"tag","url":"modules/misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Hashtag.__type"},{"id":1620,"kind":32,"name":"chart","url":"modules/misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Hashtag.__type"},{"id":1621,"kind":32,"name":"usersCount","url":"modules/misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Hashtag.__type"},{"id":1622,"kind":4194304,"name":"List","url":"modules/misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1623,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MisskeyEntity.List"},{"id":1624,"kind":32,"name":"id","url":"modules/misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.List.__type"},{"id":1625,"kind":32,"name":"createdAt","url":"modules/misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.List.__type"},{"id":1626,"kind":32,"name":"name","url":"modules/misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.List.__type"},{"id":1627,"kind":32,"name":"userIds","url":"modules/misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.List.__type"},{"id":1628,"kind":4194304,"name":"Meta","url":"modules/misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1629,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MisskeyEntity.Meta"},{"id":1630,"kind":32,"name":"maintainerName","url":"modules/misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Meta.__type"},{"id":1631,"kind":32,"name":"maintainerEmail","url":"modules/misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Meta.__type"},{"id":1632,"kind":32,"name":"name","url":"modules/misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Meta.__type"},{"id":1633,"kind":32,"name":"version","url":"modules/misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Meta.__type"},{"id":1634,"kind":32,"name":"uri","url":"modules/misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Meta.__type"},{"id":1635,"kind":32,"name":"description","url":"modules/misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Meta.__type"},{"id":1636,"kind":32,"name":"langs","url":"modules/misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Meta.__type"},{"id":1637,"kind":32,"name":"disableRegistration","url":"modules/misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Meta.__type"},{"id":1638,"kind":32,"name":"disableLocalTimeline","url":"modules/misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Meta.__type"},{"id":1639,"kind":32,"name":"bannerUrl","url":"modules/misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Meta.__type"},{"id":1640,"kind":32,"name":"maxNoteTextLength","url":"modules/misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Meta.__type"},{"id":1641,"kind":32,"name":"emojis","url":"modules/misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Meta.__type"},{"id":1642,"kind":4194304,"name":"Mute","url":"modules/misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1643,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MisskeyEntity.Mute"},{"id":1644,"kind":32,"name":"id","url":"modules/misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Mute.__type"},{"id":1645,"kind":32,"name":"createdAt","url":"modules/misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Mute.__type"},{"id":1646,"kind":32,"name":"muteeId","url":"modules/misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Mute.__type"},{"id":1647,"kind":32,"name":"mutee","url":"modules/misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Mute.__type"},{"id":1648,"kind":4194304,"name":"Notification","url":"modules/misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1649,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MisskeyEntity.Notification"},{"id":1650,"kind":32,"name":"id","url":"modules/misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Notification.__type"},{"id":1651,"kind":32,"name":"createdAt","url":"modules/misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Notification.__type"},{"id":1652,"kind":32,"name":"type","url":"modules/misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Notification.__type"},{"id":1653,"kind":32,"name":"userId","url":"modules/misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Notification.__type"},{"id":1654,"kind":32,"name":"user","url":"modules/misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Notification.__type"},{"id":1655,"kind":32,"name":"note","url":"modules/misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Notification.__type"},{"id":1656,"kind":32,"name":"reaction","url":"modules/misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Notification.__type"},{"id":1657,"kind":4194304,"name":"NotificationType","url":"modules/misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1658,"kind":4194304,"name":"Reaction","url":"modules/misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1659,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MisskeyEntity.Reaction"},{"id":1660,"kind":32,"name":"id","url":"modules/misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Reaction.__type"},{"id":1661,"kind":32,"name":"createdAt","url":"modules/misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Reaction.__type"},{"id":1662,"kind":32,"name":"user","url":"modules/misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Reaction.__type"},{"id":1663,"kind":32,"name":"type","url":"modules/misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Reaction.__type"},{"id":1664,"kind":4194304,"name":"Relation","url":"modules/misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1665,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MisskeyEntity.Relation"},{"id":1666,"kind":32,"name":"id","url":"modules/misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Relation.__type"},{"id":1667,"kind":32,"name":"isFollowing","url":"modules/misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Relation.__type"},{"id":1668,"kind":32,"name":"hasPendingFollowRequestFromYou","url":"modules/misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Relation.__type"},{"id":1669,"kind":32,"name":"hasPendingFollowRequestToYou","url":"modules/misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Relation.__type"},{"id":1670,"kind":32,"name":"isFollowed","url":"modules/misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Relation.__type"},{"id":1671,"kind":32,"name":"isBlocking","url":"modules/misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Relation.__type"},{"id":1672,"kind":32,"name":"isBlocked","url":"modules/misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Relation.__type"},{"id":1673,"kind":32,"name":"isMuted","url":"modules/misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Relation.__type"},{"id":1674,"kind":4194304,"name":"UserKey","url":"modules/misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1675,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MisskeyEntity.UserKey"},{"id":1676,"kind":32,"name":"accessToken","url":"modules/misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserKey.__type"},{"id":1677,"kind":32,"name":"user","url":"modules/misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.UserKey.__type"},{"id":1678,"kind":4194304,"name":"Session","url":"modules/misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1679,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MisskeyEntity.Session"},{"id":1680,"kind":32,"name":"token","url":"modules/misskeyentity.html#session.__type-21.token","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Session.__type"},{"id":1681,"kind":32,"name":"url","url":"modules/misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Session.__type"},{"id":1682,"kind":4194304,"name":"Stats","url":"modules/misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyEntity"},{"id":1683,"kind":65536,"name":"__type","url":"modules/misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"MisskeyEntity.Stats"},{"id":1684,"kind":32,"name":"notesCount","url":"modules/misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Stats.__type"},{"id":1685,"kind":32,"name":"originalNotesCount","url":"modules/misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Stats.__type"},{"id":1686,"kind":32,"name":"usersCount","url":"modules/misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Stats.__type"},{"id":1687,"kind":32,"name":"originalUsersCount","url":"modules/misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Stats.__type"},{"id":1688,"kind":32,"name":"instances","url":"modules/misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"MisskeyEntity.Stats.__type"},{"id":1689,"kind":1024,"name":"channel","url":"classes/websocket.html#channel","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WebSocket"},{"id":1690,"kind":65536,"name":"__type","url":"classes/websocket.html#headers.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"WebSocket.headers"},{"id":1691,"kind":1024,"name":"listId","url":"classes/websocket.html#listid","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WebSocket"},{"id":1692,"kind":1024,"name":"_channelID","url":"classes/websocket.html#_channelid","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WebSocket"},{"id":1693,"kind":2048,"name":"_channel","url":"classes/websocket.html#_channel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"WebSocket"},{"id":1694,"kind":2,"name":"MisskeyAPI","url":"modules/misskeyapi.html","classes":"tsd-kind-module"},{"id":1695,"kind":256,"name":"Interface","url":"interfaces/misskeyapi.interface.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"MisskeyAPI"},{"id":1696,"kind":128,"name":"Client","url":"classes/misskeyapi.client.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"MisskeyAPI"},{"id":1697,"kind":1024,"name":"accessToken","url":"classes/misskeyapi.client.html#accesstoken","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MisskeyAPI.Client"},{"id":1698,"kind":1024,"name":"baseUrl","url":"classes/misskeyapi.client.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MisskeyAPI.Client"},{"id":1699,"kind":1024,"name":"userAgent","url":"classes/misskeyapi.client.html#useragent","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MisskeyAPI.Client"},{"id":1700,"kind":1024,"name":"cancelTokenSource","url":"classes/misskeyapi.client.html#canceltokensource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MisskeyAPI.Client"},{"id":1701,"kind":1024,"name":"proxyConfig","url":"classes/misskeyapi.client.html#proxyconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MisskeyAPI.Client"},{"id":1702,"kind":512,"name":"constructor","url":"classes/misskeyapi.client.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"MisskeyAPI.Client"},{"id":1703,"kind":2048,"name":"post","url":"classes/misskeyapi.client.html#post","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"MisskeyAPI.Client"},{"id":1704,"kind":2048,"name":"cancel","url":"classes/misskeyapi.client.html#cancel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MisskeyAPI.Client"},{"id":1705,"kind":2048,"name":"socket","url":"classes/misskeyapi.client.html#socket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MisskeyAPI.Client"},{"id":1706,"kind":2,"name":"Entity","url":"modules/misskeyapi.entity.html","classes":"tsd-kind-module tsd-parent-kind-module","parent":"MisskeyAPI"},{"id":1707,"kind":4194304,"name":"App","url":"modules/misskeyapi.entity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyAPI.Entity"},{"id":1708,"kind":4194304,"name":"Blocking","url":"modules/misskeyapi.entity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyAPI.Entity"},{"id":1709,"kind":4194304,"name":"Choice","url":"modules/misskeyapi.entity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyAPI.Entity"},{"id":1710,"kind":4194304,"name":"CreatedNote","url":"modules/misskeyapi.entity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyAPI.Entity"},{"id":1711,"kind":4194304,"name":"Emoji","url":"modules/misskeyapi.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyAPI.Entity"},{"id":1712,"kind":4194304,"name":"Favorite","url":"modules/misskeyapi.entity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyAPI.Entity"},{"id":1713,"kind":4194304,"name":"File","url":"modules/misskeyapi.entity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyAPI.Entity"},{"id":1714,"kind":4194304,"name":"Follower","url":"modules/misskeyapi.entity.html#follower","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyAPI.Entity"},{"id":1715,"kind":4194304,"name":"Following","url":"modules/misskeyapi.entity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyAPI.Entity"},{"id":1716,"kind":4194304,"name":"FollowRequest","url":"modules/misskeyapi.entity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyAPI.Entity"},{"id":1717,"kind":4194304,"name":"Hashtag","url":"modules/misskeyapi.entity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyAPI.Entity"},{"id":1718,"kind":4194304,"name":"List","url":"modules/misskeyapi.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyAPI.Entity"},{"id":1719,"kind":4194304,"name":"Meta","url":"modules/misskeyapi.entity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyAPI.Entity"},{"id":1720,"kind":4194304,"name":"Mute","url":"modules/misskeyapi.entity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyAPI.Entity"},{"id":1721,"kind":4194304,"name":"Note","url":"modules/misskeyapi.entity.html#note","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyAPI.Entity"},{"id":1722,"kind":4194304,"name":"Notification","url":"modules/misskeyapi.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyAPI.Entity"},{"id":1723,"kind":4194304,"name":"Poll","url":"modules/misskeyapi.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyAPI.Entity"},{"id":1724,"kind":4194304,"name":"Reaction","url":"modules/misskeyapi.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyAPI.Entity"},{"id":1725,"kind":4194304,"name":"Relation","url":"modules/misskeyapi.entity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyAPI.Entity"},{"id":1726,"kind":4194304,"name":"User","url":"modules/misskeyapi.entity.html#user","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyAPI.Entity"},{"id":1727,"kind":4194304,"name":"UserDetail","url":"modules/misskeyapi.entity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyAPI.Entity"},{"id":1728,"kind":4194304,"name":"UserKey","url":"modules/misskeyapi.entity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyAPI.Entity"},{"id":1729,"kind":4194304,"name":"Session","url":"modules/misskeyapi.entity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyAPI.Entity"},{"id":1730,"kind":4194304,"name":"Stats","url":"modules/misskeyapi.entity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"MisskeyAPI.Entity"},{"id":1731,"kind":2,"name":"Converter","url":"modules/misskeyapi.converter.html","classes":"tsd-kind-module tsd-parent-kind-module","parent":"MisskeyAPI"},{"id":1732,"kind":64,"name":"emoji","url":"modules/misskeyapi.converter.html#emoji","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MisskeyAPI.Converter"},{"id":1733,"kind":64,"name":"user","url":"modules/misskeyapi.converter.html#user","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MisskeyAPI.Converter"},{"id":1734,"kind":64,"name":"userDetail","url":"modules/misskeyapi.converter.html#userdetail","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MisskeyAPI.Converter"},{"id":1735,"kind":64,"name":"visibility","url":"modules/misskeyapi.converter.html#visibility","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MisskeyAPI.Converter"},{"id":1736,"kind":64,"name":"encodeVisibility","url":"modules/misskeyapi.converter.html#encodevisibility","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MisskeyAPI.Converter"},{"id":1737,"kind":64,"name":"fileType","url":"modules/misskeyapi.converter.html#filetype","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MisskeyAPI.Converter"},{"id":1738,"kind":64,"name":"file","url":"modules/misskeyapi.converter.html#file","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MisskeyAPI.Converter"},{"id":1739,"kind":64,"name":"follower","url":"modules/misskeyapi.converter.html#follower","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MisskeyAPI.Converter"},{"id":1740,"kind":64,"name":"following","url":"modules/misskeyapi.converter.html#following","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MisskeyAPI.Converter"},{"id":1741,"kind":64,"name":"relation","url":"modules/misskeyapi.converter.html#relation","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MisskeyAPI.Converter"},{"id":1742,"kind":64,"name":"choice","url":"modules/misskeyapi.converter.html#choice","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MisskeyAPI.Converter"},{"id":1743,"kind":64,"name":"poll","url":"modules/misskeyapi.converter.html#poll","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MisskeyAPI.Converter"},{"id":1744,"kind":64,"name":"note","url":"modules/misskeyapi.converter.html#note","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MisskeyAPI.Converter"},{"id":1745,"kind":64,"name":"mapReactions","url":"modules/misskeyapi.converter.html#mapreactions","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MisskeyAPI.Converter"},{"id":1746,"kind":64,"name":"reactions","url":"modules/misskeyapi.converter.html#reactions","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MisskeyAPI.Converter"},{"id":1747,"kind":64,"name":"noteToConversation","url":"modules/misskeyapi.converter.html#notetoconversation","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MisskeyAPI.Converter"},{"id":1748,"kind":64,"name":"list","url":"modules/misskeyapi.converter.html#list","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MisskeyAPI.Converter"},{"id":1749,"kind":64,"name":"encodeNotificationType","url":"modules/misskeyapi.converter.html#encodenotificationtype","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MisskeyAPI.Converter"},{"id":1750,"kind":64,"name":"decodeNotificationType","url":"modules/misskeyapi.converter.html#decodenotificationtype","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MisskeyAPI.Converter"},{"id":1751,"kind":64,"name":"notification","url":"modules/misskeyapi.converter.html#notification","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MisskeyAPI.Converter"},{"id":1752,"kind":64,"name":"stats","url":"modules/misskeyapi.converter.html#stats","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MisskeyAPI.Converter"},{"id":1753,"kind":64,"name":"meta","url":"modules/misskeyapi.converter.html#meta","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MisskeyAPI.Converter"},{"id":1754,"kind":64,"name":"hashtag","url":"modules/misskeyapi.converter.html#hashtag","classes":"tsd-kind-function tsd-parent-kind-module","parent":"MisskeyAPI.Converter"},{"id":1755,"kind":32,"name":"DEFAULT_SCOPE","url":"modules/misskeyapi.html#default_scope","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"MisskeyAPI"},{"id":1756,"kind":128,"name":"Misskey","url":"classes/misskey.html","classes":"tsd-kind-class"},{"id":1757,"kind":1024,"name":"client","url":"classes/misskey.html#client","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Misskey"},{"id":1758,"kind":1024,"name":"baseUrl","url":"classes/misskey.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Misskey"},{"id":1759,"kind":1024,"name":"proxyConfig","url":"classes/misskey.html#proxyconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Misskey"},{"id":1760,"kind":512,"name":"constructor","url":"classes/misskey.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Misskey"},{"id":1761,"kind":2048,"name":"cancel","url":"classes/misskey.html#cancel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1762,"kind":2048,"name":"registerApp","url":"classes/misskey.html#registerapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1763,"kind":2048,"name":"createApp","url":"classes/misskey.html#createapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1764,"kind":2048,"name":"generateAuthUrlAndToken","url":"classes/misskey.html#generateauthurlandtoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1765,"kind":2048,"name":"verifyAppCredentials","url":"classes/misskey.html#verifyappcredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1766,"kind":2048,"name":"fetchAccessToken","url":"classes/misskey.html#fetchaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1767,"kind":2048,"name":"refreshToken","url":"classes/misskey.html#refreshtoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1768,"kind":2048,"name":"revokeToken","url":"classes/misskey.html#revoketoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1769,"kind":2048,"name":"registerAccount","url":"classes/misskey.html#registeraccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1770,"kind":2048,"name":"verifyAccountCredentials","url":"classes/misskey.html#verifyaccountcredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1771,"kind":2048,"name":"updateCredentials","url":"classes/misskey.html#updatecredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1772,"kind":2048,"name":"getAccount","url":"classes/misskey.html#getaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1773,"kind":2048,"name":"getAccountStatuses","url":"classes/misskey.html#getaccountstatuses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1774,"kind":2048,"name":"getAccountFavourites","url":"classes/misskey.html#getaccountfavourites","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1775,"kind":2048,"name":"subscribeAccount","url":"classes/misskey.html#subscribeaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1776,"kind":2048,"name":"unsubscribeAccount","url":"classes/misskey.html#unsubscribeaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1777,"kind":2048,"name":"getAccountFollowers","url":"classes/misskey.html#getaccountfollowers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1778,"kind":2048,"name":"getAccountFollowing","url":"classes/misskey.html#getaccountfollowing","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1779,"kind":2048,"name":"getAccountLists","url":"classes/misskey.html#getaccountlists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1780,"kind":2048,"name":"getIdentityProof","url":"classes/misskey.html#getidentityproof","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1781,"kind":2048,"name":"followAccount","url":"classes/misskey.html#followaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1782,"kind":2048,"name":"unfollowAccount","url":"classes/misskey.html#unfollowaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1783,"kind":2048,"name":"blockAccount","url":"classes/misskey.html#blockaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1784,"kind":2048,"name":"unblockAccount","url":"classes/misskey.html#unblockaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1785,"kind":2048,"name":"muteAccount","url":"classes/misskey.html#muteaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1786,"kind":2048,"name":"unmuteAccount","url":"classes/misskey.html#unmuteaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1787,"kind":2048,"name":"pinAccount","url":"classes/misskey.html#pinaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1788,"kind":2048,"name":"unpinAccount","url":"classes/misskey.html#unpinaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1789,"kind":2048,"name":"getRelationship","url":"classes/misskey.html#getrelationship","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1790,"kind":2048,"name":"getRelationships","url":"classes/misskey.html#getrelationships","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1791,"kind":2048,"name":"searchAccount","url":"classes/misskey.html#searchaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1792,"kind":2048,"name":"getBookmarks","url":"classes/misskey.html#getbookmarks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1793,"kind":2048,"name":"getFavourites","url":"classes/misskey.html#getfavourites","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1794,"kind":2048,"name":"getMutes","url":"classes/misskey.html#getmutes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1795,"kind":2048,"name":"getBlocks","url":"classes/misskey.html#getblocks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1796,"kind":2048,"name":"getDomainBlocks","url":"classes/misskey.html#getdomainblocks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1797,"kind":2048,"name":"blockDomain","url":"classes/misskey.html#blockdomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1798,"kind":2048,"name":"unblockDomain","url":"classes/misskey.html#unblockdomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1799,"kind":2048,"name":"getFilters","url":"classes/misskey.html#getfilters","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1800,"kind":2048,"name":"getFilter","url":"classes/misskey.html#getfilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1801,"kind":2048,"name":"createFilter","url":"classes/misskey.html#createfilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1802,"kind":2048,"name":"updateFilter","url":"classes/misskey.html#updatefilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1803,"kind":2048,"name":"deleteFilter","url":"classes/misskey.html#deletefilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1804,"kind":2048,"name":"report","url":"classes/misskey.html#report","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1805,"kind":2048,"name":"getFollowRequests","url":"classes/misskey.html#getfollowrequests","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1806,"kind":2048,"name":"acceptFollowRequest","url":"classes/misskey.html#acceptfollowrequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1807,"kind":2048,"name":"rejectFollowRequest","url":"classes/misskey.html#rejectfollowrequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1808,"kind":2048,"name":"getEndorsements","url":"classes/misskey.html#getendorsements","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1809,"kind":2048,"name":"getFeaturedTags","url":"classes/misskey.html#getfeaturedtags","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1810,"kind":2048,"name":"createFeaturedTag","url":"classes/misskey.html#createfeaturedtag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1811,"kind":2048,"name":"deleteFeaturedTag","url":"classes/misskey.html#deletefeaturedtag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1812,"kind":2048,"name":"getSuggestedTags","url":"classes/misskey.html#getsuggestedtags","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1813,"kind":2048,"name":"getPreferences","url":"classes/misskey.html#getpreferences","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1814,"kind":2048,"name":"getSuggestions","url":"classes/misskey.html#getsuggestions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1815,"kind":2048,"name":"postStatus","url":"classes/misskey.html#poststatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1816,"kind":2048,"name":"getStatus","url":"classes/misskey.html#getstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1817,"kind":2048,"name":"deleteStatus","url":"classes/misskey.html#deletestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1818,"kind":2048,"name":"getStatusContext","url":"classes/misskey.html#getstatuscontext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1819,"kind":2048,"name":"getStatusRebloggedBy","url":"classes/misskey.html#getstatusrebloggedby","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1820,"kind":2048,"name":"getStatusFavouritedBy","url":"classes/misskey.html#getstatusfavouritedby","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1821,"kind":2048,"name":"favouriteStatus","url":"classes/misskey.html#favouritestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1822,"kind":2048,"name":"unfavouriteStatus","url":"classes/misskey.html#unfavouritestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1823,"kind":2048,"name":"reblogStatus","url":"classes/misskey.html#reblogstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1824,"kind":2048,"name":"unreblogStatus","url":"classes/misskey.html#unreblogstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1825,"kind":2048,"name":"bookmarkStatus","url":"classes/misskey.html#bookmarkstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1826,"kind":2048,"name":"unbookmarkStatus","url":"classes/misskey.html#unbookmarkstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1827,"kind":2048,"name":"muteStatus","url":"classes/misskey.html#mutestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1828,"kind":2048,"name":"unmuteStatus","url":"classes/misskey.html#unmutestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1829,"kind":2048,"name":"pinStatus","url":"classes/misskey.html#pinstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1830,"kind":2048,"name":"unpinStatus","url":"classes/misskey.html#unpinstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1831,"kind":2048,"name":"uploadMedia","url":"classes/misskey.html#uploadmedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1832,"kind":2048,"name":"updateMedia","url":"classes/misskey.html#updatemedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1833,"kind":2048,"name":"getPoll","url":"classes/misskey.html#getpoll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1834,"kind":2048,"name":"votePoll","url":"classes/misskey.html#votepoll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1835,"kind":2048,"name":"getScheduledStatuses","url":"classes/misskey.html#getscheduledstatuses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1836,"kind":2048,"name":"getScheduledStatus","url":"classes/misskey.html#getscheduledstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1837,"kind":2048,"name":"scheduleStatus","url":"classes/misskey.html#schedulestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1838,"kind":2048,"name":"cancelScheduledStatus","url":"classes/misskey.html#cancelscheduledstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1839,"kind":2048,"name":"getPublicTimeline","url":"classes/misskey.html#getpublictimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1840,"kind":2048,"name":"getLocalTimeline","url":"classes/misskey.html#getlocaltimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1841,"kind":2048,"name":"getTagTimeline","url":"classes/misskey.html#gettagtimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1842,"kind":2048,"name":"getHomeTimeline","url":"classes/misskey.html#gethometimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1843,"kind":2048,"name":"getListTimeline","url":"classes/misskey.html#getlisttimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1844,"kind":2048,"name":"getConversationTimeline","url":"classes/misskey.html#getconversationtimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1845,"kind":2048,"name":"deleteConversation","url":"classes/misskey.html#deleteconversation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1846,"kind":2048,"name":"readConversation","url":"classes/misskey.html#readconversation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1847,"kind":2048,"name":"getLists","url":"classes/misskey.html#getlists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1848,"kind":2048,"name":"getList","url":"classes/misskey.html#getlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1849,"kind":2048,"name":"createList","url":"classes/misskey.html#createlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1850,"kind":2048,"name":"updateList","url":"classes/misskey.html#updatelist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1851,"kind":2048,"name":"deleteList","url":"classes/misskey.html#deletelist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1852,"kind":2048,"name":"getAccountsInList","url":"classes/misskey.html#getaccountsinlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1853,"kind":2048,"name":"addAccountsToList","url":"classes/misskey.html#addaccountstolist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1854,"kind":2048,"name":"deleteAccountsFromList","url":"classes/misskey.html#deleteaccountsfromlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1855,"kind":2048,"name":"getMarker","url":"classes/misskey.html#getmarker","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1856,"kind":2048,"name":"saveMarker","url":"classes/misskey.html#savemarker","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1857,"kind":2048,"name":"getNotifications","url":"classes/misskey.html#getnotifications","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1858,"kind":2048,"name":"getNotification","url":"classes/misskey.html#getnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1859,"kind":2048,"name":"dismissNotifications","url":"classes/misskey.html#dismissnotifications","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1860,"kind":2048,"name":"dismissNotification","url":"classes/misskey.html#dismissnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1861,"kind":2048,"name":"subscribePushNotification","url":"classes/misskey.html#subscribepushnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1862,"kind":2048,"name":"getPushSubscription","url":"classes/misskey.html#getpushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1863,"kind":2048,"name":"updatePushSubscription","url":"classes/misskey.html#updatepushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1864,"kind":2048,"name":"deletePushSubscription","url":"classes/misskey.html#deletepushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1865,"kind":2048,"name":"search","url":"classes/misskey.html#search","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1866,"kind":2048,"name":"getInstance","url":"classes/misskey.html#getinstance","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1867,"kind":2048,"name":"getInstancePeers","url":"classes/misskey.html#getinstancepeers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1868,"kind":2048,"name":"getInstanceActivity","url":"classes/misskey.html#getinstanceactivity","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1869,"kind":2048,"name":"getInstanceTrends","url":"classes/misskey.html#getinstancetrends","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1870,"kind":2048,"name":"getInstanceDirectory","url":"classes/misskey.html#getinstancedirectory","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1871,"kind":2048,"name":"getInstanceCustomEmojis","url":"classes/misskey.html#getinstancecustomemojis","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1872,"kind":2048,"name":"createEmojiReaction","url":"classes/misskey.html#createemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1873,"kind":2048,"name":"deleteEmojiReaction","url":"classes/misskey.html#deleteemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1874,"kind":2048,"name":"getEmojiReactions","url":"classes/misskey.html#getemojireactions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1875,"kind":2048,"name":"getEmojiReaction","url":"classes/misskey.html#getemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1876,"kind":2048,"name":"userStream","url":"classes/misskey.html#userstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1877,"kind":2048,"name":"publicStream","url":"classes/misskey.html#publicstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1878,"kind":2048,"name":"localStream","url":"classes/misskey.html#localstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1879,"kind":2048,"name":"tagStream","url":"classes/misskey.html#tagstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1880,"kind":2048,"name":"listStream","url":"classes/misskey.html#liststream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1881,"kind":2048,"name":"directStream","url":"classes/misskey.html#directstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1882,"kind":2048,"name":"userSocket","url":"classes/misskey.html#usersocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1883,"kind":2048,"name":"publicSocket","url":"classes/misskey.html#publicsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1884,"kind":2048,"name":"localSocket","url":"classes/misskey.html#localsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1885,"kind":2048,"name":"tagSocket","url":"classes/misskey.html#tagsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1886,"kind":2048,"name":"listSocket","url":"classes/misskey.html#listsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1887,"kind":2048,"name":"directSocket","url":"classes/misskey.html#directsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Misskey"},{"id":1888,"kind":256,"name":"WebSocketInterface","url":"interfaces/websocketinterface.html","classes":"tsd-kind-interface"},{"id":1889,"kind":2048,"name":"start","url":"interfaces/websocketinterface.html#start","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"WebSocketInterface"},{"id":1890,"kind":2048,"name":"stop","url":"interfaces/websocketinterface.html#stop","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"WebSocketInterface"},{"id":1891,"kind":2048,"name":"on","url":"interfaces/websocketinterface.html#on","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"WebSocketInterface"},{"id":1892,"kind":2048,"name":"once","url":"interfaces/websocketinterface.html#once","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"WebSocketInterface"},{"id":1893,"kind":2048,"name":"removeListener","url":"interfaces/websocketinterface.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"WebSocketInterface"},{"id":1894,"kind":2048,"name":"removeAllListeners","url":"interfaces/websocketinterface.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"WebSocketInterface"},{"id":1895,"kind":256,"name":"StreamListenerInterface","url":"interfaces/streamlistenerinterface.html","classes":"tsd-kind-interface"},{"id":1896,"kind":2048,"name":"start","url":"interfaces/streamlistenerinterface.html#start","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"StreamListenerInterface"},{"id":1897,"kind":2048,"name":"stop","url":"interfaces/streamlistenerinterface.html#stop","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"StreamListenerInterface"},{"id":1898,"kind":2048,"name":"on","url":"interfaces/streamlistenerinterface.html#on","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"StreamListenerInterface"},{"id":1899,"kind":2048,"name":"once","url":"interfaces/streamlistenerinterface.html#once","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"StreamListenerInterface"},{"id":1900,"kind":2048,"name":"removeListener","url":"interfaces/streamlistenerinterface.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"StreamListenerInterface"},{"id":1901,"kind":2048,"name":"removeAllListeners","url":"interfaces/streamlistenerinterface.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"StreamListenerInterface"},{"id":1902,"kind":256,"name":"MegalodonInterface","url":"interfaces/megalodoninterface.html","classes":"tsd-kind-interface"},{"id":1903,"kind":2048,"name":"cancel","url":"interfaces/megalodoninterface.html#cancel","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1904,"kind":2048,"name":"registerApp","url":"interfaces/megalodoninterface.html#registerapp","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1905,"kind":2048,"name":"createApp","url":"interfaces/megalodoninterface.html#createapp","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1906,"kind":2048,"name":"verifyAppCredentials","url":"interfaces/megalodoninterface.html#verifyappcredentials","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1907,"kind":2048,"name":"fetchAccessToken","url":"interfaces/megalodoninterface.html#fetchaccesstoken","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1908,"kind":2048,"name":"refreshToken","url":"interfaces/megalodoninterface.html#refreshtoken","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1909,"kind":2048,"name":"revokeToken","url":"interfaces/megalodoninterface.html#revoketoken","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1910,"kind":2048,"name":"registerAccount","url":"interfaces/megalodoninterface.html#registeraccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1911,"kind":2048,"name":"verifyAccountCredentials","url":"interfaces/megalodoninterface.html#verifyaccountcredentials","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1912,"kind":2048,"name":"updateCredentials","url":"interfaces/megalodoninterface.html#updatecredentials","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1913,"kind":2048,"name":"getAccount","url":"interfaces/megalodoninterface.html#getaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1914,"kind":2048,"name":"getAccountStatuses","url":"interfaces/megalodoninterface.html#getaccountstatuses","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1915,"kind":2048,"name":"getAccountFavourites","url":"interfaces/megalodoninterface.html#getaccountfavourites","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1916,"kind":2048,"name":"subscribeAccount","url":"interfaces/megalodoninterface.html#subscribeaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1917,"kind":2048,"name":"unsubscribeAccount","url":"interfaces/megalodoninterface.html#unsubscribeaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1918,"kind":2048,"name":"getAccountFollowers","url":"interfaces/megalodoninterface.html#getaccountfollowers","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1919,"kind":2048,"name":"getAccountFollowing","url":"interfaces/megalodoninterface.html#getaccountfollowing","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1920,"kind":2048,"name":"getAccountLists","url":"interfaces/megalodoninterface.html#getaccountlists","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1921,"kind":2048,"name":"getIdentityProof","url":"interfaces/megalodoninterface.html#getidentityproof","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1922,"kind":2048,"name":"followAccount","url":"interfaces/megalodoninterface.html#followaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1923,"kind":2048,"name":"unfollowAccount","url":"interfaces/megalodoninterface.html#unfollowaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1924,"kind":2048,"name":"blockAccount","url":"interfaces/megalodoninterface.html#blockaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1925,"kind":2048,"name":"unblockAccount","url":"interfaces/megalodoninterface.html#unblockaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1926,"kind":2048,"name":"muteAccount","url":"interfaces/megalodoninterface.html#muteaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1927,"kind":2048,"name":"unmuteAccount","url":"interfaces/megalodoninterface.html#unmuteaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1928,"kind":2048,"name":"pinAccount","url":"interfaces/megalodoninterface.html#pinaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1929,"kind":2048,"name":"unpinAccount","url":"interfaces/megalodoninterface.html#unpinaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1930,"kind":2048,"name":"getRelationship","url":"interfaces/megalodoninterface.html#getrelationship","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1931,"kind":2048,"name":"getRelationships","url":"interfaces/megalodoninterface.html#getrelationships","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1932,"kind":2048,"name":"searchAccount","url":"interfaces/megalodoninterface.html#searchaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1933,"kind":2048,"name":"getBookmarks","url":"interfaces/megalodoninterface.html#getbookmarks","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1934,"kind":2048,"name":"getFavourites","url":"interfaces/megalodoninterface.html#getfavourites","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1935,"kind":2048,"name":"getMutes","url":"interfaces/megalodoninterface.html#getmutes","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1936,"kind":2048,"name":"getBlocks","url":"interfaces/megalodoninterface.html#getblocks","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1937,"kind":2048,"name":"getDomainBlocks","url":"interfaces/megalodoninterface.html#getdomainblocks","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1938,"kind":2048,"name":"blockDomain","url":"interfaces/megalodoninterface.html#blockdomain","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1939,"kind":2048,"name":"unblockDomain","url":"interfaces/megalodoninterface.html#unblockdomain","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1940,"kind":2048,"name":"getFilters","url":"interfaces/megalodoninterface.html#getfilters","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1941,"kind":2048,"name":"getFilter","url":"interfaces/megalodoninterface.html#getfilter","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1942,"kind":2048,"name":"createFilter","url":"interfaces/megalodoninterface.html#createfilter","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1943,"kind":2048,"name":"updateFilter","url":"interfaces/megalodoninterface.html#updatefilter","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1944,"kind":2048,"name":"deleteFilter","url":"interfaces/megalodoninterface.html#deletefilter","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1945,"kind":2048,"name":"report","url":"interfaces/megalodoninterface.html#report","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1946,"kind":2048,"name":"getFollowRequests","url":"interfaces/megalodoninterface.html#getfollowrequests","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1947,"kind":2048,"name":"acceptFollowRequest","url":"interfaces/megalodoninterface.html#acceptfollowrequest","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1948,"kind":2048,"name":"rejectFollowRequest","url":"interfaces/megalodoninterface.html#rejectfollowrequest","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1949,"kind":2048,"name":"getEndorsements","url":"interfaces/megalodoninterface.html#getendorsements","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1950,"kind":2048,"name":"getFeaturedTags","url":"interfaces/megalodoninterface.html#getfeaturedtags","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1951,"kind":2048,"name":"createFeaturedTag","url":"interfaces/megalodoninterface.html#createfeaturedtag","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1952,"kind":2048,"name":"deleteFeaturedTag","url":"interfaces/megalodoninterface.html#deletefeaturedtag","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1953,"kind":2048,"name":"getSuggestedTags","url":"interfaces/megalodoninterface.html#getsuggestedtags","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1954,"kind":2048,"name":"getPreferences","url":"interfaces/megalodoninterface.html#getpreferences","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1955,"kind":2048,"name":"getSuggestions","url":"interfaces/megalodoninterface.html#getsuggestions","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1956,"kind":2048,"name":"postStatus","url":"interfaces/megalodoninterface.html#poststatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1957,"kind":2048,"name":"getStatus","url":"interfaces/megalodoninterface.html#getstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1958,"kind":2048,"name":"deleteStatus","url":"interfaces/megalodoninterface.html#deletestatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1959,"kind":2048,"name":"getStatusContext","url":"interfaces/megalodoninterface.html#getstatuscontext","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1960,"kind":2048,"name":"getStatusRebloggedBy","url":"interfaces/megalodoninterface.html#getstatusrebloggedby","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1961,"kind":2048,"name":"getStatusFavouritedBy","url":"interfaces/megalodoninterface.html#getstatusfavouritedby","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1962,"kind":2048,"name":"favouriteStatus","url":"interfaces/megalodoninterface.html#favouritestatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1963,"kind":2048,"name":"unfavouriteStatus","url":"interfaces/megalodoninterface.html#unfavouritestatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1964,"kind":2048,"name":"reblogStatus","url":"interfaces/megalodoninterface.html#reblogstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1965,"kind":2048,"name":"unreblogStatus","url":"interfaces/megalodoninterface.html#unreblogstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1966,"kind":2048,"name":"bookmarkStatus","url":"interfaces/megalodoninterface.html#bookmarkstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1967,"kind":2048,"name":"unbookmarkStatus","url":"interfaces/megalodoninterface.html#unbookmarkstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1968,"kind":2048,"name":"muteStatus","url":"interfaces/megalodoninterface.html#mutestatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1969,"kind":2048,"name":"unmuteStatus","url":"interfaces/megalodoninterface.html#unmutestatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1970,"kind":2048,"name":"pinStatus","url":"interfaces/megalodoninterface.html#pinstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1971,"kind":2048,"name":"unpinStatus","url":"interfaces/megalodoninterface.html#unpinstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1972,"kind":2048,"name":"uploadMedia","url":"interfaces/megalodoninterface.html#uploadmedia","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1973,"kind":2048,"name":"updateMedia","url":"interfaces/megalodoninterface.html#updatemedia","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1974,"kind":2048,"name":"getPoll","url":"interfaces/megalodoninterface.html#getpoll","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1975,"kind":2048,"name":"votePoll","url":"interfaces/megalodoninterface.html#votepoll","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1976,"kind":2048,"name":"getScheduledStatuses","url":"interfaces/megalodoninterface.html#getscheduledstatuses","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1977,"kind":2048,"name":"getScheduledStatus","url":"interfaces/megalodoninterface.html#getscheduledstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1978,"kind":2048,"name":"scheduleStatus","url":"interfaces/megalodoninterface.html#schedulestatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1979,"kind":2048,"name":"cancelScheduledStatus","url":"interfaces/megalodoninterface.html#cancelscheduledstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1980,"kind":2048,"name":"getPublicTimeline","url":"interfaces/megalodoninterface.html#getpublictimeline","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1981,"kind":2048,"name":"getLocalTimeline","url":"interfaces/megalodoninterface.html#getlocaltimeline","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1982,"kind":2048,"name":"getTagTimeline","url":"interfaces/megalodoninterface.html#gettagtimeline","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1983,"kind":2048,"name":"getHomeTimeline","url":"interfaces/megalodoninterface.html#gethometimeline","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1984,"kind":2048,"name":"getListTimeline","url":"interfaces/megalodoninterface.html#getlisttimeline","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1985,"kind":2048,"name":"getConversationTimeline","url":"interfaces/megalodoninterface.html#getconversationtimeline","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1986,"kind":2048,"name":"deleteConversation","url":"interfaces/megalodoninterface.html#deleteconversation","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1987,"kind":2048,"name":"readConversation","url":"interfaces/megalodoninterface.html#readconversation","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1988,"kind":2048,"name":"getLists","url":"interfaces/megalodoninterface.html#getlists","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1989,"kind":2048,"name":"getList","url":"interfaces/megalodoninterface.html#getlist","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1990,"kind":2048,"name":"createList","url":"interfaces/megalodoninterface.html#createlist","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1991,"kind":2048,"name":"updateList","url":"interfaces/megalodoninterface.html#updatelist","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1992,"kind":2048,"name":"deleteList","url":"interfaces/megalodoninterface.html#deletelist","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1993,"kind":2048,"name":"getAccountsInList","url":"interfaces/megalodoninterface.html#getaccountsinlist","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1994,"kind":2048,"name":"addAccountsToList","url":"interfaces/megalodoninterface.html#addaccountstolist","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1995,"kind":2048,"name":"deleteAccountsFromList","url":"interfaces/megalodoninterface.html#deleteaccountsfromlist","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1996,"kind":2048,"name":"getMarker","url":"interfaces/megalodoninterface.html#getmarker","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1997,"kind":2048,"name":"saveMarker","url":"interfaces/megalodoninterface.html#savemarker","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1998,"kind":2048,"name":"getNotifications","url":"interfaces/megalodoninterface.html#getnotifications","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":1999,"kind":2048,"name":"getNotification","url":"interfaces/megalodoninterface.html#getnotification","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2000,"kind":2048,"name":"dismissNotifications","url":"interfaces/megalodoninterface.html#dismissnotifications","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2001,"kind":2048,"name":"dismissNotification","url":"interfaces/megalodoninterface.html#dismissnotification","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2002,"kind":2048,"name":"subscribePushNotification","url":"interfaces/megalodoninterface.html#subscribepushnotification","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2003,"kind":2048,"name":"getPushSubscription","url":"interfaces/megalodoninterface.html#getpushsubscription","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2004,"kind":2048,"name":"updatePushSubscription","url":"interfaces/megalodoninterface.html#updatepushsubscription","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2005,"kind":2048,"name":"deletePushSubscription","url":"interfaces/megalodoninterface.html#deletepushsubscription","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2006,"kind":2048,"name":"search","url":"interfaces/megalodoninterface.html#search","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2007,"kind":2048,"name":"getInstance","url":"interfaces/megalodoninterface.html#getinstance","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2008,"kind":2048,"name":"getInstancePeers","url":"interfaces/megalodoninterface.html#getinstancepeers","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2009,"kind":2048,"name":"getInstanceActivity","url":"interfaces/megalodoninterface.html#getinstanceactivity","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2010,"kind":2048,"name":"getInstanceTrends","url":"interfaces/megalodoninterface.html#getinstancetrends","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2011,"kind":2048,"name":"getInstanceDirectory","url":"interfaces/megalodoninterface.html#getinstancedirectory","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2012,"kind":2048,"name":"getInstanceCustomEmojis","url":"interfaces/megalodoninterface.html#getinstancecustomemojis","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2013,"kind":2048,"name":"createEmojiReaction","url":"interfaces/megalodoninterface.html#createemojireaction","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2014,"kind":2048,"name":"deleteEmojiReaction","url":"interfaces/megalodoninterface.html#deleteemojireaction","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2015,"kind":2048,"name":"getEmojiReactions","url":"interfaces/megalodoninterface.html#getemojireactions","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2016,"kind":2048,"name":"getEmojiReaction","url":"interfaces/megalodoninterface.html#getemojireaction","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2017,"kind":2048,"name":"userStream","url":"interfaces/megalodoninterface.html#userstream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2018,"kind":2048,"name":"publicStream","url":"interfaces/megalodoninterface.html#publicstream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2019,"kind":2048,"name":"localStream","url":"interfaces/megalodoninterface.html#localstream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2020,"kind":2048,"name":"tagStream","url":"interfaces/megalodoninterface.html#tagstream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2021,"kind":2048,"name":"listStream","url":"interfaces/megalodoninterface.html#liststream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2022,"kind":2048,"name":"directStream","url":"interfaces/megalodoninterface.html#directstream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2023,"kind":2048,"name":"userSocket","url":"interfaces/megalodoninterface.html#usersocket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2024,"kind":2048,"name":"publicSocket","url":"interfaces/megalodoninterface.html#publicsocket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2025,"kind":2048,"name":"localSocket","url":"interfaces/megalodoninterface.html#localsocket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2026,"kind":2048,"name":"tagSocket","url":"interfaces/megalodoninterface.html#tagsocket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2027,"kind":2048,"name":"listSocket","url":"interfaces/megalodoninterface.html#listsocket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2028,"kind":2048,"name":"directSocket","url":"interfaces/megalodoninterface.html#directsocket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"MegalodonInterface"},{"id":2029,"kind":128,"name":"NoImplementedError","url":"classes/noimplementederror.html","classes":"tsd-kind-class"},{"id":2030,"kind":512,"name":"constructor","url":"classes/noimplementederror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"NoImplementedError"},{"id":2031,"kind":1024,"name":"name","url":"classes/noimplementederror.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"NoImplementedError"},{"id":2032,"kind":1024,"name":"message","url":"classes/noimplementederror.html#message","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"NoImplementedError"},{"id":2033,"kind":1024,"name":"stack","url":"classes/noimplementederror.html#stack","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"NoImplementedError"},{"id":2034,"kind":1024,"name":"Error","url":"classes/noimplementederror.html#error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"NoImplementedError"},{"id":2035,"kind":128,"name":"ArgumentError","url":"classes/argumenterror.html","classes":"tsd-kind-class"},{"id":2036,"kind":512,"name":"constructor","url":"classes/argumenterror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ArgumentError"},{"id":2037,"kind":1024,"name":"name","url":"classes/argumenterror.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ArgumentError"},{"id":2038,"kind":1024,"name":"message","url":"classes/argumenterror.html#message","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ArgumentError"},{"id":2039,"kind":1024,"name":"stack","url":"classes/argumenterror.html#stack","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"ArgumentError"},{"id":2040,"kind":1024,"name":"Error","url":"classes/argumenterror.html#error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"ArgumentError"},{"id":2041,"kind":128,"name":"UnexpectedError","url":"classes/unexpectederror.html","classes":"tsd-kind-class"},{"id":2042,"kind":512,"name":"constructor","url":"classes/unexpectederror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"UnexpectedError"},{"id":2043,"kind":1024,"name":"name","url":"classes/unexpectederror.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"UnexpectedError"},{"id":2044,"kind":1024,"name":"message","url":"classes/unexpectederror.html#message","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"UnexpectedError"},{"id":2045,"kind":1024,"name":"stack","url":"classes/unexpectederror.html#stack","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"UnexpectedError"},{"id":2046,"kind":1024,"name":"Error","url":"classes/unexpectederror.html#error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"UnexpectedError"},{"id":2047,"kind":4,"name":"NotificationType","url":"enums/notificationtype.html","classes":"tsd-kind-enum"},{"id":2048,"kind":16,"name":"Follow","url":"enums/notificationtype.html#follow","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NotificationType"},{"id":2049,"kind":16,"name":"Favourite","url":"enums/notificationtype.html#favourite","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NotificationType"},{"id":2050,"kind":16,"name":"Reblog","url":"enums/notificationtype.html#reblog","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NotificationType"},{"id":2051,"kind":16,"name":"Mention","url":"enums/notificationtype.html#mention","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NotificationType"},{"id":2052,"kind":16,"name":"Poll","url":"enums/notificationtype.html#poll","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NotificationType"},{"id":2053,"kind":16,"name":"EmojiReaction","url":"enums/notificationtype.html#emojireaction","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NotificationType"},{"id":2054,"kind":4194304,"name":"Instance","url":"globals.html#instance","classes":"tsd-kind-type-alias"},{"id":2055,"kind":65536,"name":"__type","url":"globals.html#instance.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"Instance"},{"id":2056,"kind":32,"name":"title","url":"globals.html#instance.__type.title","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Instance.__type"},{"id":2057,"kind":32,"name":"uri","url":"globals.html#instance.__type.uri","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Instance.__type"},{"id":2058,"kind":32,"name":"urls","url":"globals.html#instance.__type.urls","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Instance.__type"},{"id":2059,"kind":65536,"name":"__type","url":"globals.html#instance.__type.urls.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"Instance.__type.urls"},{"id":2060,"kind":32,"name":"streaming_api","url":"globals.html#instance.__type.urls.__type-1.streaming_api","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Instance.__type.urls.__type"},{"id":2061,"kind":32,"name":"version","url":"globals.html#instance.__type.version","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Instance.__type"},{"id":2062,"kind":64,"name":"detector","url":"globals.html#detector","classes":"tsd-kind-function"},{"id":2063,"kind":64,"name":"generator","url":"globals.html#generator","classes":"tsd-kind-function"}]}; \ No newline at end of file +window.searchData = {"kinds":{"1":"Module","2":"Namespace","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","262144":"Accessor","4194304":"Type alias","16777216":"Reference"},"rows":[{"id":0,"kind":1,"name":"axios","url":"modules/axios.html","classes":"tsd-kind-module"},{"id":1,"kind":1,"name":"cancel","url":"modules/cancel.html","classes":"tsd-kind-module"},{"id":2,"kind":128,"name":"RequestCanceledError","url":"classes/cancel.requestcancelederror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"cancel"},{"id":3,"kind":512,"name":"constructor","url":"classes/cancel.requestcancelederror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"cancel.RequestCanceledError"},{"id":4,"kind":1024,"name":"isCancel","url":"classes/cancel.requestcancelederror.html#iscancel","classes":"tsd-kind-property tsd-parent-kind-class","parent":"cancel.RequestCanceledError"},{"id":5,"kind":64,"name":"isCancel","url":"modules/cancel.html#iscancel","classes":"tsd-kind-function tsd-parent-kind-module","parent":"cancel"},{"id":6,"kind":1,"name":"default","url":"modules/default.html","classes":"tsd-kind-module"},{"id":7,"kind":32,"name":"NO_REDIRECT","url":"modules/default.html#no_redirect","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"default"},{"id":8,"kind":32,"name":"DEFAULT_SCOPE","url":"modules/default.html#default_scope","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"default"},{"id":9,"kind":32,"name":"DEFAULT_UA","url":"modules/default.html#default_ua","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"default"},{"id":10,"kind":1,"name":"entities/account","url":"modules/entities_account.html","classes":"tsd-kind-module"},{"id":11,"kind":1,"name":"entities/activity","url":"modules/entities_activity.html","classes":"tsd-kind-module"},{"id":12,"kind":1,"name":"entities/application","url":"modules/entities_application.html","classes":"tsd-kind-module"},{"id":13,"kind":1,"name":"entities/attachment","url":"modules/entities_attachment.html","classes":"tsd-kind-module"},{"id":14,"kind":1,"name":"entities/card","url":"modules/entities_card.html","classes":"tsd-kind-module"},{"id":15,"kind":1,"name":"entities/context","url":"modules/entities_context.html","classes":"tsd-kind-module"},{"id":16,"kind":1,"name":"entities/conversation","url":"modules/entities_conversation.html","classes":"tsd-kind-module"},{"id":17,"kind":1,"name":"entities/emoji","url":"modules/entities_emoji.html","classes":"tsd-kind-module"},{"id":18,"kind":1,"name":"entities/featured_tag","url":"modules/entities_featured_tag.html","classes":"tsd-kind-module"},{"id":19,"kind":1,"name":"entities/field","url":"modules/entities_field.html","classes":"tsd-kind-module"},{"id":20,"kind":1,"name":"entities/filter","url":"modules/entities_filter.html","classes":"tsd-kind-module"},{"id":21,"kind":1,"name":"entities/history","url":"modules/entities_history.html","classes":"tsd-kind-module"},{"id":22,"kind":1,"name":"entities/identity_proof","url":"modules/entities_identity_proof.html","classes":"tsd-kind-module"},{"id":23,"kind":1,"name":"entities/instance","url":"modules/entities_instance.html","classes":"tsd-kind-module"},{"id":24,"kind":1,"name":"entities/list","url":"modules/entities_list.html","classes":"tsd-kind-module"},{"id":25,"kind":1,"name":"entities/marker","url":"modules/entities_marker.html","classes":"tsd-kind-module"},{"id":26,"kind":1,"name":"entities/mention","url":"modules/entities_mention.html","classes":"tsd-kind-module"},{"id":27,"kind":1,"name":"entities/notification","url":"modules/entities_notification.html","classes":"tsd-kind-module"},{"id":28,"kind":1,"name":"entities/poll","url":"modules/entities_poll.html","classes":"tsd-kind-module"},{"id":29,"kind":1,"name":"entities/poll_option","url":"modules/entities_poll_option.html","classes":"tsd-kind-module"},{"id":30,"kind":1,"name":"entities/preferences","url":"modules/entities_preferences.html","classes":"tsd-kind-module"},{"id":31,"kind":1,"name":"entities/push_subscription","url":"modules/entities_push_subscription.html","classes":"tsd-kind-module"},{"id":32,"kind":1,"name":"entities/reaction","url":"modules/entities_reaction.html","classes":"tsd-kind-module"},{"id":33,"kind":1,"name":"entities/relationship","url":"modules/entities_relationship.html","classes":"tsd-kind-module"},{"id":34,"kind":1,"name":"entities/report","url":"modules/entities_report.html","classes":"tsd-kind-module"},{"id":35,"kind":1,"name":"entities/results","url":"modules/entities_results.html","classes":"tsd-kind-module"},{"id":36,"kind":1,"name":"entities/scheduled_status","url":"modules/entities_scheduled_status.html","classes":"tsd-kind-module"},{"id":37,"kind":1,"name":"entities/source","url":"modules/entities_source.html","classes":"tsd-kind-module"},{"id":38,"kind":1,"name":"entities/stats","url":"modules/entities_stats.html","classes":"tsd-kind-module"},{"id":39,"kind":1,"name":"entities/status","url":"modules/entities_status.html","classes":"tsd-kind-module"},{"id":40,"kind":1,"name":"entities/status_params","url":"modules/entities_status_params.html","classes":"tsd-kind-module"},{"id":41,"kind":1,"name":"entities/tag","url":"modules/entities_tag.html","classes":"tsd-kind-module"},{"id":42,"kind":1,"name":"entities/token","url":"modules/entities_token.html","classes":"tsd-kind-module"},{"id":43,"kind":1,"name":"entities/urls","url":"modules/entities_urls.html","classes":"tsd-kind-module"},{"id":44,"kind":1,"name":"entity","url":"modules/entity.html","classes":"tsd-kind-module"},{"id":45,"kind":1,"name":"index","url":"modules/index.html","classes":"tsd-kind-module"},{"id":46,"kind":1,"name":"mastodon/api_client","url":"modules/mastodon_api_client.html","classes":"tsd-kind-module"},{"id":47,"kind":2,"name":"default","url":"modules/mastodon_api_client.default.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/api_client"},{"id":48,"kind":256,"name":"Interface","url":"interfaces/mastodon_api_client.default.interface.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"mastodon/api_client.default"},{"id":49,"kind":2048,"name":"get","url":"interfaces/mastodon_api_client.default.interface.html#get","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"mastodon/api_client.default.Interface"},{"id":50,"kind":2048,"name":"put","url":"interfaces/mastodon_api_client.default.interface.html#put","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"mastodon/api_client.default.Interface"},{"id":51,"kind":2048,"name":"patch","url":"interfaces/mastodon_api_client.default.interface.html#patch","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"mastodon/api_client.default.Interface"},{"id":52,"kind":2048,"name":"post","url":"interfaces/mastodon_api_client.default.interface.html#post","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"mastodon/api_client.default.Interface"},{"id":53,"kind":2048,"name":"del","url":"interfaces/mastodon_api_client.default.interface.html#del","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"mastodon/api_client.default.Interface"},{"id":54,"kind":2048,"name":"cancel","url":"interfaces/mastodon_api_client.default.interface.html#cancel","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"mastodon/api_client.default.Interface"},{"id":55,"kind":2048,"name":"stream","url":"interfaces/mastodon_api_client.default.interface.html#stream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"mastodon/api_client.default.Interface"},{"id":56,"kind":2048,"name":"socket","url":"interfaces/mastodon_api_client.default.interface.html#socket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"mastodon/api_client.default.Interface"},{"id":57,"kind":128,"name":"Client","url":"classes/mastodon_api_client.default.client.html","classes":"tsd-kind-class tsd-parent-kind-namespace","parent":"mastodon/api_client.default"},{"id":58,"kind":1024,"name":"DEFAULT_SCOPE","url":"classes/mastodon_api_client.default.client.html#default_scope","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"mastodon/api_client.default.Client"},{"id":59,"kind":1024,"name":"DEFAULT_URL","url":"classes/mastodon_api_client.default.client.html#default_url","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"mastodon/api_client.default.Client"},{"id":60,"kind":1024,"name":"NO_REDIRECT","url":"classes/mastodon_api_client.default.client.html#no_redirect","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"mastodon/api_client.default.Client"},{"id":61,"kind":512,"name":"constructor","url":"classes/mastodon_api_client.default.client.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"mastodon/api_client.default.Client"},{"id":62,"kind":1024,"name":"accessToken","url":"classes/mastodon_api_client.default.client.html#accesstoken","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/api_client.default.Client"},{"id":63,"kind":1024,"name":"baseUrl","url":"classes/mastodon_api_client.default.client.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/api_client.default.Client"},{"id":64,"kind":1024,"name":"userAgent","url":"classes/mastodon_api_client.default.client.html#useragent","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/api_client.default.Client"},{"id":65,"kind":1024,"name":"cancelTokenSource","url":"classes/mastodon_api_client.default.client.html#canceltokensource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/api_client.default.Client"},{"id":66,"kind":1024,"name":"proxyConfig","url":"classes/mastodon_api_client.default.client.html#proxyconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/api_client.default.Client"},{"id":67,"kind":2048,"name":"get","url":"classes/mastodon_api_client.default.client.html#get","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"mastodon/api_client.default.Client"},{"id":68,"kind":2048,"name":"put","url":"classes/mastodon_api_client.default.client.html#put","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"mastodon/api_client.default.Client"},{"id":69,"kind":2048,"name":"patch","url":"classes/mastodon_api_client.default.client.html#patch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"mastodon/api_client.default.Client"},{"id":70,"kind":2048,"name":"post","url":"classes/mastodon_api_client.default.client.html#post","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"mastodon/api_client.default.Client"},{"id":71,"kind":2048,"name":"del","url":"classes/mastodon_api_client.default.client.html#del","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"mastodon/api_client.default.Client"},{"id":72,"kind":2048,"name":"cancel","url":"classes/mastodon_api_client.default.client.html#cancel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon/api_client.default.Client"},{"id":73,"kind":2048,"name":"stream","url":"classes/mastodon_api_client.default.client.html#stream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon/api_client.default.Client"},{"id":74,"kind":2048,"name":"socket","url":"classes/mastodon_api_client.default.client.html#socket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon/api_client.default.Client"},{"id":75,"kind":2,"name":"Entity","url":"modules/mastodon_api_client.default.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-namespace","parent":"mastodon/api_client.default"},{"id":76,"kind":4194304,"name":"Account","url":"modules/mastodon_api_client.default.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":77,"kind":4194304,"name":"Activity","url":"modules/mastodon_api_client.default.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":78,"kind":4194304,"name":"Application","url":"modules/mastodon_api_client.default.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":79,"kind":4194304,"name":"Attachment","url":"modules/mastodon_api_client.default.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":80,"kind":4194304,"name":"Card","url":"modules/mastodon_api_client.default.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":81,"kind":4194304,"name":"Context","url":"modules/mastodon_api_client.default.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":82,"kind":4194304,"name":"Conversation","url":"modules/mastodon_api_client.default.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":83,"kind":4194304,"name":"Emoji","url":"modules/mastodon_api_client.default.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":84,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_api_client.default.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":85,"kind":4194304,"name":"Field","url":"modules/mastodon_api_client.default.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":86,"kind":4194304,"name":"Filter","url":"modules/mastodon_api_client.default.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":87,"kind":4194304,"name":"History","url":"modules/mastodon_api_client.default.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":88,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_api_client.default.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":89,"kind":4194304,"name":"Instance","url":"modules/mastodon_api_client.default.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":90,"kind":4194304,"name":"List","url":"modules/mastodon_api_client.default.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":91,"kind":4194304,"name":"Marker","url":"modules/mastodon_api_client.default.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":92,"kind":4194304,"name":"Mention","url":"modules/mastodon_api_client.default.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":93,"kind":4194304,"name":"Notification","url":"modules/mastodon_api_client.default.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":94,"kind":4194304,"name":"Poll","url":"modules/mastodon_api_client.default.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":95,"kind":4194304,"name":"PollOption","url":"modules/mastodon_api_client.default.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":96,"kind":4194304,"name":"Preferences","url":"modules/mastodon_api_client.default.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":97,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_api_client.default.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":98,"kind":4194304,"name":"Relationship","url":"modules/mastodon_api_client.default.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":99,"kind":4194304,"name":"Report","url":"modules/mastodon_api_client.default.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":100,"kind":4194304,"name":"Results","url":"modules/mastodon_api_client.default.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":101,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_api_client.default.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":102,"kind":4194304,"name":"Source","url":"modules/mastodon_api_client.default.entity.html#source","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":103,"kind":4194304,"name":"Stats","url":"modules/mastodon_api_client.default.entity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":104,"kind":4194304,"name":"Status","url":"modules/mastodon_api_client.default.entity.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":105,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_api_client.default.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":106,"kind":4194304,"name":"Tag","url":"modules/mastodon_api_client.default.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":107,"kind":4194304,"name":"Token","url":"modules/mastodon_api_client.default.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":108,"kind":4194304,"name":"URLs","url":"modules/mastodon_api_client.default.entity.html#urls","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Entity"},{"id":109,"kind":2,"name":"Converter","url":"modules/mastodon_api_client.default.converter.html","classes":"tsd-kind-namespace tsd-parent-kind-namespace","parent":"mastodon/api_client.default"},{"id":110,"kind":64,"name":"encodeNotificationType","url":"modules/mastodon_api_client.default.converter.html#encodenotificationtype","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":111,"kind":64,"name":"decodeNotificationType","url":"modules/mastodon_api_client.default.converter.html#decodenotificationtype","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":112,"kind":64,"name":"account","url":"modules/mastodon_api_client.default.converter.html#account","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":113,"kind":64,"name":"activity","url":"modules/mastodon_api_client.default.converter.html#activity","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":114,"kind":64,"name":"application","url":"modules/mastodon_api_client.default.converter.html#application","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":115,"kind":64,"name":"attachment","url":"modules/mastodon_api_client.default.converter.html#attachment","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":116,"kind":64,"name":"card","url":"modules/mastodon_api_client.default.converter.html#card","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":117,"kind":64,"name":"context","url":"modules/mastodon_api_client.default.converter.html#context","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":118,"kind":64,"name":"conversation","url":"modules/mastodon_api_client.default.converter.html#conversation","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":119,"kind":64,"name":"emoji","url":"modules/mastodon_api_client.default.converter.html#emoji","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":120,"kind":64,"name":"featured_tag","url":"modules/mastodon_api_client.default.converter.html#featured_tag","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":121,"kind":64,"name":"field","url":"modules/mastodon_api_client.default.converter.html#field","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":122,"kind":64,"name":"filter","url":"modules/mastodon_api_client.default.converter.html#filter","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":123,"kind":64,"name":"history","url":"modules/mastodon_api_client.default.converter.html#history","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":124,"kind":64,"name":"identity_proof","url":"modules/mastodon_api_client.default.converter.html#identity_proof","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":125,"kind":64,"name":"instance","url":"modules/mastodon_api_client.default.converter.html#instance","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":126,"kind":64,"name":"list","url":"modules/mastodon_api_client.default.converter.html#list","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":127,"kind":64,"name":"marker","url":"modules/mastodon_api_client.default.converter.html#marker","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":128,"kind":64,"name":"mention","url":"modules/mastodon_api_client.default.converter.html#mention","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":129,"kind":64,"name":"notification","url":"modules/mastodon_api_client.default.converter.html#notification","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":130,"kind":64,"name":"poll","url":"modules/mastodon_api_client.default.converter.html#poll","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":131,"kind":64,"name":"poll_option","url":"modules/mastodon_api_client.default.converter.html#poll_option","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":132,"kind":64,"name":"preferences","url":"modules/mastodon_api_client.default.converter.html#preferences","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":133,"kind":64,"name":"push_subscription","url":"modules/mastodon_api_client.default.converter.html#push_subscription","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":134,"kind":64,"name":"relationship","url":"modules/mastodon_api_client.default.converter.html#relationship","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":135,"kind":64,"name":"report","url":"modules/mastodon_api_client.default.converter.html#report","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":136,"kind":64,"name":"results","url":"modules/mastodon_api_client.default.converter.html#results","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":137,"kind":64,"name":"scheduled_status","url":"modules/mastodon_api_client.default.converter.html#scheduled_status","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":138,"kind":64,"name":"source","url":"modules/mastodon_api_client.default.converter.html#source","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":139,"kind":64,"name":"stats","url":"modules/mastodon_api_client.default.converter.html#stats","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":140,"kind":64,"name":"status","url":"modules/mastodon_api_client.default.converter.html#status","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":141,"kind":64,"name":"status_params","url":"modules/mastodon_api_client.default.converter.html#status_params","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":142,"kind":64,"name":"tag","url":"modules/mastodon_api_client.default.converter.html#tag","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":143,"kind":64,"name":"token","url":"modules/mastodon_api_client.default.converter.html#token","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":144,"kind":64,"name":"urls","url":"modules/mastodon_api_client.default.converter.html#urls","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"mastodon/api_client.default.Converter"},{"id":145,"kind":1,"name":"mastodon/entities/account","url":"modules/mastodon_entities_account.html","classes":"tsd-kind-module"},{"id":146,"kind":1,"name":"mastodon/entities/activity","url":"modules/mastodon_entities_activity.html","classes":"tsd-kind-module"},{"id":147,"kind":1,"name":"mastodon/entities/application","url":"modules/mastodon_entities_application.html","classes":"tsd-kind-module"},{"id":148,"kind":1,"name":"mastodon/entities/attachment","url":"modules/mastodon_entities_attachment.html","classes":"tsd-kind-module"},{"id":149,"kind":1,"name":"mastodon/entities/card","url":"modules/mastodon_entities_card.html","classes":"tsd-kind-module"},{"id":150,"kind":1,"name":"mastodon/entities/context","url":"modules/mastodon_entities_context.html","classes":"tsd-kind-module"},{"id":151,"kind":1,"name":"mastodon/entities/conversation","url":"modules/mastodon_entities_conversation.html","classes":"tsd-kind-module"},{"id":152,"kind":1,"name":"mastodon/entities/emoji","url":"modules/mastodon_entities_emoji.html","classes":"tsd-kind-module"},{"id":153,"kind":1,"name":"mastodon/entities/featured_tag","url":"modules/mastodon_entities_featured_tag.html","classes":"tsd-kind-module"},{"id":154,"kind":1,"name":"mastodon/entities/field","url":"modules/mastodon_entities_field.html","classes":"tsd-kind-module"},{"id":155,"kind":1,"name":"mastodon/entities/filter","url":"modules/mastodon_entities_filter.html","classes":"tsd-kind-module"},{"id":156,"kind":1,"name":"mastodon/entities/history","url":"modules/mastodon_entities_history.html","classes":"tsd-kind-module"},{"id":157,"kind":1,"name":"mastodon/entities/identity_proof","url":"modules/mastodon_entities_identity_proof.html","classes":"tsd-kind-module"},{"id":158,"kind":1,"name":"mastodon/entities/instance","url":"modules/mastodon_entities_instance.html","classes":"tsd-kind-module"},{"id":159,"kind":1,"name":"mastodon/entities/list","url":"modules/mastodon_entities_list.html","classes":"tsd-kind-module"},{"id":160,"kind":1,"name":"mastodon/entities/marker","url":"modules/mastodon_entities_marker.html","classes":"tsd-kind-module"},{"id":161,"kind":1,"name":"mastodon/entities/mention","url":"modules/mastodon_entities_mention.html","classes":"tsd-kind-module"},{"id":162,"kind":1,"name":"mastodon/entities/notification","url":"modules/mastodon_entities_notification.html","classes":"tsd-kind-module"},{"id":163,"kind":1,"name":"mastodon/entities/poll","url":"modules/mastodon_entities_poll.html","classes":"tsd-kind-module"},{"id":164,"kind":1,"name":"mastodon/entities/poll_option","url":"modules/mastodon_entities_poll_option.html","classes":"tsd-kind-module"},{"id":165,"kind":1,"name":"mastodon/entities/preferences","url":"modules/mastodon_entities_preferences.html","classes":"tsd-kind-module"},{"id":166,"kind":1,"name":"mastodon/entities/push_subscription","url":"modules/mastodon_entities_push_subscription.html","classes":"tsd-kind-module"},{"id":167,"kind":1,"name":"mastodon/entities/relationship","url":"modules/mastodon_entities_relationship.html","classes":"tsd-kind-module"},{"id":168,"kind":1,"name":"mastodon/entities/report","url":"modules/mastodon_entities_report.html","classes":"tsd-kind-module"},{"id":169,"kind":1,"name":"mastodon/entities/results","url":"modules/mastodon_entities_results.html","classes":"tsd-kind-module"},{"id":170,"kind":1,"name":"mastodon/entities/scheduled_status","url":"modules/mastodon_entities_scheduled_status.html","classes":"tsd-kind-module"},{"id":171,"kind":1,"name":"mastodon/entities/source","url":"modules/mastodon_entities_source.html","classes":"tsd-kind-module"},{"id":172,"kind":1,"name":"mastodon/entities/stats","url":"modules/mastodon_entities_stats.html","classes":"tsd-kind-module"},{"id":173,"kind":1,"name":"mastodon/entities/status","url":"modules/mastodon_entities_status.html","classes":"tsd-kind-module"},{"id":174,"kind":1,"name":"mastodon/entities/status_params","url":"modules/mastodon_entities_status_params.html","classes":"tsd-kind-module"},{"id":175,"kind":1,"name":"mastodon/entities/tag","url":"modules/mastodon_entities_tag.html","classes":"tsd-kind-module"},{"id":176,"kind":1,"name":"mastodon/entities/token","url":"modules/mastodon_entities_token.html","classes":"tsd-kind-module"},{"id":177,"kind":1,"name":"mastodon/entities/urls","url":"modules/mastodon_entities_urls.html","classes":"tsd-kind-module"},{"id":178,"kind":1,"name":"mastodon/entity","url":"modules/mastodon_entity.html","classes":"tsd-kind-module"},{"id":179,"kind":1,"name":"mastodon/notification","url":"modules/mastodon_notification.html","classes":"tsd-kind-module"},{"id":180,"kind":2,"name":"default","url":"modules/mastodon_notification.default.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/notification"},{"id":181,"kind":32,"name":"Mention","url":"modules/mastodon_notification.default.html#mention","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"mastodon/notification.default"},{"id":182,"kind":32,"name":"Reblog","url":"modules/mastodon_notification.default.html#reblog","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"mastodon/notification.default"},{"id":183,"kind":32,"name":"Favourite","url":"modules/mastodon_notification.default.html#favourite","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"mastodon/notification.default"},{"id":184,"kind":32,"name":"Follow","url":"modules/mastodon_notification.default.html#follow","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"mastodon/notification.default"},{"id":185,"kind":32,"name":"Poll","url":"modules/mastodon_notification.default.html#poll","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"mastodon/notification.default"},{"id":186,"kind":32,"name":"FollowRequest","url":"modules/mastodon_notification.default.html#followrequest","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"mastodon/notification.default"},{"id":187,"kind":32,"name":"Status","url":"modules/mastodon_notification.default.html#status","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"mastodon/notification.default"},{"id":188,"kind":1,"name":"mastodon/stream_listener","url":"modules/mastodon_stream_listener.html","classes":"tsd-kind-module"},{"id":189,"kind":128,"name":"StreamListenerError","url":"classes/mastodon_stream_listener.streamlistenererror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"mastodon/stream_listener"},{"id":190,"kind":512,"name":"constructor","url":"classes/mastodon_stream_listener.streamlistenererror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"mastodon/stream_listener.StreamListenerError"},{"id":191,"kind":1024,"name":"statusCode","url":"classes/mastodon_stream_listener.streamlistenererror.html#statuscode","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon/stream_listener.StreamListenerError"},{"id":192,"kind":1024,"name":"message","url":"classes/mastodon_stream_listener.streamlistenererror.html#message","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon/stream_listener.StreamListenerError"},{"id":193,"kind":128,"name":"default","url":"classes/mastodon_stream_listener.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"mastodon/stream_listener"},{"id":194,"kind":512,"name":"constructor","url":"classes/mastodon_stream_listener.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"mastodon/stream_listener.default"},{"id":195,"kind":1024,"name":"url","url":"classes/mastodon_stream_listener.default.html#url","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon/stream_listener.default"},{"id":196,"kind":1024,"name":"headers","url":"classes/mastodon_stream_listener.default.html#headers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon/stream_listener.default"},{"id":197,"kind":1024,"name":"parser","url":"classes/mastodon_stream_listener.default.html#parser","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon/stream_listener.default"},{"id":198,"kind":1024,"name":"proxyConfig","url":"classes/mastodon_stream_listener.default.html#proxyconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon/stream_listener.default"},{"id":199,"kind":1024,"name":"_connectionClosed","url":"classes/mastodon_stream_listener.default.html#_connectionclosed","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/stream_listener.default"},{"id":200,"kind":1024,"name":"_reconnectInterval","url":"classes/mastodon_stream_listener.default.html#_reconnectinterval","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/stream_listener.default"},{"id":201,"kind":1024,"name":"_reconnectMaxAttempts","url":"classes/mastodon_stream_listener.default.html#_reconnectmaxattempts","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/stream_listener.default"},{"id":202,"kind":1024,"name":"_reconnectCurrentAttempts","url":"classes/mastodon_stream_listener.default.html#_reconnectcurrentattempts","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/stream_listener.default"},{"id":203,"kind":1024,"name":"_cancelSource","url":"classes/mastodon_stream_listener.default.html#_cancelsource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/stream_listener.default"},{"id":204,"kind":2048,"name":"start","url":"classes/mastodon_stream_listener.default.html#start","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon/stream_listener.default"},{"id":205,"kind":2048,"name":"_connect","url":"classes/mastodon_stream_listener.default.html#_connect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/stream_listener.default"},{"id":206,"kind":2048,"name":"_reconnect","url":"classes/mastodon_stream_listener.default.html#_reconnect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/stream_listener.default"},{"id":207,"kind":2048,"name":"stop","url":"classes/mastodon_stream_listener.default.html#stop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon/stream_listener.default"},{"id":208,"kind":2048,"name":"_resetConnection","url":"classes/mastodon_stream_listener.default.html#_resetconnection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/stream_listener.default"},{"id":209,"kind":2048,"name":"_resetRetryParams","url":"classes/mastodon_stream_listener.default.html#_resetretryparams","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/stream_listener.default"},{"id":210,"kind":2048,"name":"_setupParser","url":"classes/mastodon_stream_listener.default.html#_setupparser","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/stream_listener.default"},{"id":211,"kind":1,"name":"mastodon/web_socket","url":"modules/mastodon_web_socket.html","classes":"tsd-kind-module"},{"id":212,"kind":128,"name":"default","url":"classes/mastodon_web_socket.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"mastodon/web_socket"},{"id":213,"kind":512,"name":"constructor","url":"classes/mastodon_web_socket.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"mastodon/web_socket.default"},{"id":214,"kind":1024,"name":"url","url":"classes/mastodon_web_socket.default.html#url","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon/web_socket.default"},{"id":215,"kind":1024,"name":"stream","url":"classes/mastodon_web_socket.default.html#stream","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon/web_socket.default"},{"id":216,"kind":1024,"name":"params","url":"classes/mastodon_web_socket.default.html#params","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon/web_socket.default"},{"id":217,"kind":1024,"name":"parser","url":"classes/mastodon_web_socket.default.html#parser","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon/web_socket.default"},{"id":218,"kind":1024,"name":"headers","url":"classes/mastodon_web_socket.default.html#headers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon/web_socket.default"},{"id":219,"kind":65536,"name":"__type","url":"classes/mastodon_web_socket.default.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"mastodon/web_socket.default"},{"id":220,"kind":1024,"name":"proxyConfig","url":"classes/mastodon_web_socket.default.html#proxyconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon/web_socket.default"},{"id":221,"kind":1024,"name":"_accessToken","url":"classes/mastodon_web_socket.default.html#_accesstoken","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":222,"kind":1024,"name":"_reconnectInterval","url":"classes/mastodon_web_socket.default.html#_reconnectinterval","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":223,"kind":1024,"name":"_reconnectMaxAttempts","url":"classes/mastodon_web_socket.default.html#_reconnectmaxattempts","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":224,"kind":1024,"name":"_reconnectCurrentAttempts","url":"classes/mastodon_web_socket.default.html#_reconnectcurrentattempts","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":225,"kind":1024,"name":"_connectionClosed","url":"classes/mastodon_web_socket.default.html#_connectionclosed","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":226,"kind":1024,"name":"_client","url":"classes/mastodon_web_socket.default.html#_client","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":227,"kind":1024,"name":"_pongReceivedTimestamp","url":"classes/mastodon_web_socket.default.html#_pongreceivedtimestamp","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":228,"kind":1024,"name":"_heartbeatInterval","url":"classes/mastodon_web_socket.default.html#_heartbeatinterval","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":229,"kind":1024,"name":"_pongWaiting","url":"classes/mastodon_web_socket.default.html#_pongwaiting","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":230,"kind":2048,"name":"start","url":"classes/mastodon_web_socket.default.html#start","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon/web_socket.default"},{"id":231,"kind":2048,"name":"_startWebSocketConnection","url":"classes/mastodon_web_socket.default.html#_startwebsocketconnection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":232,"kind":2048,"name":"stop","url":"classes/mastodon_web_socket.default.html#stop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon/web_socket.default"},{"id":233,"kind":2048,"name":"_resetConnection","url":"classes/mastodon_web_socket.default.html#_resetconnection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":234,"kind":2048,"name":"_resetRetryParams","url":"classes/mastodon_web_socket.default.html#_resetretryparams","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":235,"kind":2048,"name":"_reconnect","url":"classes/mastodon_web_socket.default.html#_reconnect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":236,"kind":2048,"name":"_connect","url":"classes/mastodon_web_socket.default.html#_connect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":237,"kind":2048,"name":"_clearBinding","url":"classes/mastodon_web_socket.default.html#_clearbinding","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":238,"kind":2048,"name":"_bindSocket","url":"classes/mastodon_web_socket.default.html#_bindsocket","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":239,"kind":2048,"name":"_setupParser","url":"classes/mastodon_web_socket.default.html#_setupparser","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":240,"kind":2048,"name":"_checkAlive","url":"classes/mastodon_web_socket.default.html#_checkalive","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"mastodon/web_socket.default"},{"id":241,"kind":128,"name":"Parser","url":"classes/mastodon_web_socket.parser.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"mastodon/web_socket"},{"id":242,"kind":512,"name":"constructor","url":"classes/mastodon_web_socket.parser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"mastodon/web_socket.Parser"},{"id":243,"kind":2048,"name":"parse","url":"classes/mastodon_web_socket.parser.html#parse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon/web_socket.Parser"},{"id":244,"kind":1,"name":"mastodon","url":"modules/mastodon.html","classes":"tsd-kind-module"},{"id":245,"kind":128,"name":"default","url":"classes/mastodon.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"mastodon"},{"id":246,"kind":512,"name":"constructor","url":"classes/mastodon.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"mastodon.default"},{"id":247,"kind":1024,"name":"client","url":"classes/mastodon.default.html#client","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon.default"},{"id":248,"kind":1024,"name":"baseUrl","url":"classes/mastodon.default.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-class","parent":"mastodon.default"},{"id":249,"kind":2048,"name":"cancel","url":"classes/mastodon.default.html#cancel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":250,"kind":2048,"name":"registerApp","url":"classes/mastodon.default.html#registerapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":251,"kind":2048,"name":"createApp","url":"classes/mastodon.default.html#createapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":252,"kind":2048,"name":"generateAuthUrl","url":"classes/mastodon.default.html#generateauthurl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":253,"kind":2048,"name":"verifyAppCredentials","url":"classes/mastodon.default.html#verifyappcredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":254,"kind":2048,"name":"fetchAccessToken","url":"classes/mastodon.default.html#fetchaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":255,"kind":2048,"name":"refreshToken","url":"classes/mastodon.default.html#refreshtoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":256,"kind":2048,"name":"revokeToken","url":"classes/mastodon.default.html#revoketoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":257,"kind":2048,"name":"registerAccount","url":"classes/mastodon.default.html#registeraccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":258,"kind":2048,"name":"verifyAccountCredentials","url":"classes/mastodon.default.html#verifyaccountcredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":259,"kind":2048,"name":"updateCredentials","url":"classes/mastodon.default.html#updatecredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":260,"kind":2048,"name":"getAccount","url":"classes/mastodon.default.html#getaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":261,"kind":2048,"name":"getAccountStatuses","url":"classes/mastodon.default.html#getaccountstatuses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":262,"kind":2048,"name":"subscribeAccount","url":"classes/mastodon.default.html#subscribeaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":263,"kind":2048,"name":"unsubscribeAccount","url":"classes/mastodon.default.html#unsubscribeaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":264,"kind":2048,"name":"getAccountFavourites","url":"classes/mastodon.default.html#getaccountfavourites","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":265,"kind":2048,"name":"getAccountFollowers","url":"classes/mastodon.default.html#getaccountfollowers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":266,"kind":2048,"name":"getAccountFollowing","url":"classes/mastodon.default.html#getaccountfollowing","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":267,"kind":2048,"name":"getAccountLists","url":"classes/mastodon.default.html#getaccountlists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":268,"kind":2048,"name":"getIdentityProof","url":"classes/mastodon.default.html#getidentityproof","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":269,"kind":2048,"name":"followAccount","url":"classes/mastodon.default.html#followaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":270,"kind":2048,"name":"unfollowAccount","url":"classes/mastodon.default.html#unfollowaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":271,"kind":2048,"name":"blockAccount","url":"classes/mastodon.default.html#blockaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":272,"kind":2048,"name":"unblockAccount","url":"classes/mastodon.default.html#unblockaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":273,"kind":2048,"name":"muteAccount","url":"classes/mastodon.default.html#muteaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":274,"kind":2048,"name":"unmuteAccount","url":"classes/mastodon.default.html#unmuteaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":275,"kind":2048,"name":"pinAccount","url":"classes/mastodon.default.html#pinaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":276,"kind":2048,"name":"unpinAccount","url":"classes/mastodon.default.html#unpinaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":277,"kind":2048,"name":"getRelationship","url":"classes/mastodon.default.html#getrelationship","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":278,"kind":2048,"name":"getRelationships","url":"classes/mastodon.default.html#getrelationships","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":279,"kind":2048,"name":"searchAccount","url":"classes/mastodon.default.html#searchaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":280,"kind":2048,"name":"getBookmarks","url":"classes/mastodon.default.html#getbookmarks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":281,"kind":2048,"name":"getFavourites","url":"classes/mastodon.default.html#getfavourites","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":282,"kind":2048,"name":"getMutes","url":"classes/mastodon.default.html#getmutes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":283,"kind":2048,"name":"getBlocks","url":"classes/mastodon.default.html#getblocks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":284,"kind":2048,"name":"getDomainBlocks","url":"classes/mastodon.default.html#getdomainblocks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":285,"kind":2048,"name":"blockDomain","url":"classes/mastodon.default.html#blockdomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":286,"kind":2048,"name":"unblockDomain","url":"classes/mastodon.default.html#unblockdomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":287,"kind":2048,"name":"getFilters","url":"classes/mastodon.default.html#getfilters","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":288,"kind":2048,"name":"getFilter","url":"classes/mastodon.default.html#getfilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":289,"kind":2048,"name":"createFilter","url":"classes/mastodon.default.html#createfilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":290,"kind":2048,"name":"updateFilter","url":"classes/mastodon.default.html#updatefilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":291,"kind":2048,"name":"deleteFilter","url":"classes/mastodon.default.html#deletefilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":292,"kind":2048,"name":"report","url":"classes/mastodon.default.html#report","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":293,"kind":2048,"name":"getFollowRequests","url":"classes/mastodon.default.html#getfollowrequests","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":294,"kind":2048,"name":"acceptFollowRequest","url":"classes/mastodon.default.html#acceptfollowrequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":295,"kind":2048,"name":"rejectFollowRequest","url":"classes/mastodon.default.html#rejectfollowrequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":296,"kind":2048,"name":"getEndorsements","url":"classes/mastodon.default.html#getendorsements","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":297,"kind":2048,"name":"getFeaturedTags","url":"classes/mastodon.default.html#getfeaturedtags","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":298,"kind":2048,"name":"createFeaturedTag","url":"classes/mastodon.default.html#createfeaturedtag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":299,"kind":2048,"name":"deleteFeaturedTag","url":"classes/mastodon.default.html#deletefeaturedtag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":300,"kind":2048,"name":"getSuggestedTags","url":"classes/mastodon.default.html#getsuggestedtags","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":301,"kind":2048,"name":"getPreferences","url":"classes/mastodon.default.html#getpreferences","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":302,"kind":2048,"name":"getSuggestions","url":"classes/mastodon.default.html#getsuggestions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":303,"kind":2048,"name":"postStatus","url":"classes/mastodon.default.html#poststatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":304,"kind":2048,"name":"getStatus","url":"classes/mastodon.default.html#getstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":305,"kind":2048,"name":"deleteStatus","url":"classes/mastodon.default.html#deletestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":306,"kind":2048,"name":"getStatusContext","url":"classes/mastodon.default.html#getstatuscontext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":307,"kind":2048,"name":"getStatusRebloggedBy","url":"classes/mastodon.default.html#getstatusrebloggedby","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":308,"kind":2048,"name":"getStatusFavouritedBy","url":"classes/mastodon.default.html#getstatusfavouritedby","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":309,"kind":2048,"name":"favouriteStatus","url":"classes/mastodon.default.html#favouritestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":310,"kind":2048,"name":"unfavouriteStatus","url":"classes/mastodon.default.html#unfavouritestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":311,"kind":2048,"name":"reblogStatus","url":"classes/mastodon.default.html#reblogstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":312,"kind":2048,"name":"unreblogStatus","url":"classes/mastodon.default.html#unreblogstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":313,"kind":2048,"name":"bookmarkStatus","url":"classes/mastodon.default.html#bookmarkstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":314,"kind":2048,"name":"unbookmarkStatus","url":"classes/mastodon.default.html#unbookmarkstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":315,"kind":2048,"name":"muteStatus","url":"classes/mastodon.default.html#mutestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":316,"kind":2048,"name":"unmuteStatus","url":"classes/mastodon.default.html#unmutestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":317,"kind":2048,"name":"pinStatus","url":"classes/mastodon.default.html#pinstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":318,"kind":2048,"name":"unpinStatus","url":"classes/mastodon.default.html#unpinstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":319,"kind":2048,"name":"uploadMedia","url":"classes/mastodon.default.html#uploadmedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":320,"kind":2048,"name":"updateMedia","url":"classes/mastodon.default.html#updatemedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":321,"kind":2048,"name":"getPoll","url":"classes/mastodon.default.html#getpoll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":322,"kind":2048,"name":"votePoll","url":"classes/mastodon.default.html#votepoll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":323,"kind":2048,"name":"getScheduledStatuses","url":"classes/mastodon.default.html#getscheduledstatuses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":324,"kind":2048,"name":"getScheduledStatus","url":"classes/mastodon.default.html#getscheduledstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":325,"kind":2048,"name":"scheduleStatus","url":"classes/mastodon.default.html#schedulestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":326,"kind":2048,"name":"cancelScheduledStatus","url":"classes/mastodon.default.html#cancelscheduledstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":327,"kind":2048,"name":"getPublicTimeline","url":"classes/mastodon.default.html#getpublictimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":328,"kind":2048,"name":"getLocalTimeline","url":"classes/mastodon.default.html#getlocaltimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":329,"kind":2048,"name":"getTagTimeline","url":"classes/mastodon.default.html#gettagtimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":330,"kind":2048,"name":"getHomeTimeline","url":"classes/mastodon.default.html#gethometimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":331,"kind":2048,"name":"getListTimeline","url":"classes/mastodon.default.html#getlisttimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":332,"kind":2048,"name":"getConversationTimeline","url":"classes/mastodon.default.html#getconversationtimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":333,"kind":2048,"name":"deleteConversation","url":"classes/mastodon.default.html#deleteconversation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":334,"kind":2048,"name":"readConversation","url":"classes/mastodon.default.html#readconversation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":335,"kind":2048,"name":"getLists","url":"classes/mastodon.default.html#getlists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":336,"kind":2048,"name":"getList","url":"classes/mastodon.default.html#getlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":337,"kind":2048,"name":"createList","url":"classes/mastodon.default.html#createlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":338,"kind":2048,"name":"updateList","url":"classes/mastodon.default.html#updatelist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":339,"kind":2048,"name":"deleteList","url":"classes/mastodon.default.html#deletelist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":340,"kind":2048,"name":"getAccountsInList","url":"classes/mastodon.default.html#getaccountsinlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":341,"kind":2048,"name":"addAccountsToList","url":"classes/mastodon.default.html#addaccountstolist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":342,"kind":2048,"name":"deleteAccountsFromList","url":"classes/mastodon.default.html#deleteaccountsfromlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":343,"kind":2048,"name":"getMarker","url":"classes/mastodon.default.html#getmarker","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":344,"kind":2048,"name":"saveMarker","url":"classes/mastodon.default.html#savemarker","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":345,"kind":2048,"name":"getNotifications","url":"classes/mastodon.default.html#getnotifications","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":346,"kind":2048,"name":"getNotification","url":"classes/mastodon.default.html#getnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":347,"kind":2048,"name":"dismissNotifications","url":"classes/mastodon.default.html#dismissnotifications","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":348,"kind":2048,"name":"dismissNotification","url":"classes/mastodon.default.html#dismissnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":349,"kind":2048,"name":"subscribePushNotification","url":"classes/mastodon.default.html#subscribepushnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":350,"kind":2048,"name":"getPushSubscription","url":"classes/mastodon.default.html#getpushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":351,"kind":2048,"name":"updatePushSubscription","url":"classes/mastodon.default.html#updatepushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":352,"kind":2048,"name":"deletePushSubscription","url":"classes/mastodon.default.html#deletepushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":353,"kind":2048,"name":"search","url":"classes/mastodon.default.html#search","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":354,"kind":2048,"name":"getInstance","url":"classes/mastodon.default.html#getinstance","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":355,"kind":2048,"name":"getInstancePeers","url":"classes/mastodon.default.html#getinstancepeers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":356,"kind":2048,"name":"getInstanceActivity","url":"classes/mastodon.default.html#getinstanceactivity","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":357,"kind":2048,"name":"getInstanceTrends","url":"classes/mastodon.default.html#getinstancetrends","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":358,"kind":2048,"name":"getInstanceDirectory","url":"classes/mastodon.default.html#getinstancedirectory","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":359,"kind":2048,"name":"getInstanceCustomEmojis","url":"classes/mastodon.default.html#getinstancecustomemojis","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":360,"kind":2048,"name":"createEmojiReaction","url":"classes/mastodon.default.html#createemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":361,"kind":2048,"name":"deleteEmojiReaction","url":"classes/mastodon.default.html#deleteemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":362,"kind":2048,"name":"getEmojiReactions","url":"classes/mastodon.default.html#getemojireactions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":363,"kind":2048,"name":"getEmojiReaction","url":"classes/mastodon.default.html#getemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":364,"kind":2048,"name":"userStream","url":"classes/mastodon.default.html#userstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":365,"kind":2048,"name":"publicStream","url":"classes/mastodon.default.html#publicstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":366,"kind":2048,"name":"localStream","url":"classes/mastodon.default.html#localstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":367,"kind":2048,"name":"tagStream","url":"classes/mastodon.default.html#tagstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":368,"kind":2048,"name":"listStream","url":"classes/mastodon.default.html#liststream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":369,"kind":2048,"name":"directStream","url":"classes/mastodon.default.html#directstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":370,"kind":2048,"name":"userSocket","url":"classes/mastodon.default.html#usersocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":371,"kind":2048,"name":"publicSocket","url":"classes/mastodon.default.html#publicsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":372,"kind":2048,"name":"localSocket","url":"classes/mastodon.default.html#localsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":373,"kind":2048,"name":"tagSocket","url":"classes/mastodon.default.html#tagsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":374,"kind":2048,"name":"listSocket","url":"classes/mastodon.default.html#listsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":375,"kind":2048,"name":"directSocket","url":"classes/mastodon.default.html#directsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"mastodon.default"},{"id":376,"kind":1,"name":"megalodon","url":"modules/megalodon.html","classes":"tsd-kind-module"},{"id":377,"kind":256,"name":"WebSocketInterface","url":"interfaces/megalodon.websocketinterface.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"megalodon"},{"id":378,"kind":2048,"name":"start","url":"interfaces/megalodon.websocketinterface.html#start","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.WebSocketInterface"},{"id":379,"kind":2048,"name":"stop","url":"interfaces/megalodon.websocketinterface.html#stop","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.WebSocketInterface"},{"id":380,"kind":2048,"name":"on","url":"interfaces/megalodon.websocketinterface.html#on","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.WebSocketInterface"},{"id":381,"kind":2048,"name":"once","url":"interfaces/megalodon.websocketinterface.html#once","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.WebSocketInterface"},{"id":382,"kind":2048,"name":"removeListener","url":"interfaces/megalodon.websocketinterface.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.WebSocketInterface"},{"id":383,"kind":2048,"name":"removeAllListeners","url":"interfaces/megalodon.websocketinterface.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.WebSocketInterface"},{"id":384,"kind":256,"name":"StreamListenerInterface","url":"interfaces/megalodon.streamlistenerinterface.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"megalodon"},{"id":385,"kind":2048,"name":"start","url":"interfaces/megalodon.streamlistenerinterface.html#start","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.StreamListenerInterface"},{"id":386,"kind":2048,"name":"stop","url":"interfaces/megalodon.streamlistenerinterface.html#stop","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.StreamListenerInterface"},{"id":387,"kind":2048,"name":"on","url":"interfaces/megalodon.streamlistenerinterface.html#on","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.StreamListenerInterface"},{"id":388,"kind":2048,"name":"once","url":"interfaces/megalodon.streamlistenerinterface.html#once","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.StreamListenerInterface"},{"id":389,"kind":2048,"name":"removeListener","url":"interfaces/megalodon.streamlistenerinterface.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.StreamListenerInterface"},{"id":390,"kind":2048,"name":"removeAllListeners","url":"interfaces/megalodon.streamlistenerinterface.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.StreamListenerInterface"},{"id":391,"kind":256,"name":"MegalodonInterface","url":"interfaces/megalodon.megalodoninterface.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"megalodon"},{"id":392,"kind":2048,"name":"cancel","url":"interfaces/megalodon.megalodoninterface.html#cancel","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":393,"kind":2048,"name":"registerApp","url":"interfaces/megalodon.megalodoninterface.html#registerapp","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":394,"kind":2048,"name":"createApp","url":"interfaces/megalodon.megalodoninterface.html#createapp","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":395,"kind":2048,"name":"verifyAppCredentials","url":"interfaces/megalodon.megalodoninterface.html#verifyappcredentials","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":396,"kind":2048,"name":"fetchAccessToken","url":"interfaces/megalodon.megalodoninterface.html#fetchaccesstoken","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":397,"kind":2048,"name":"refreshToken","url":"interfaces/megalodon.megalodoninterface.html#refreshtoken","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":398,"kind":2048,"name":"revokeToken","url":"interfaces/megalodon.megalodoninterface.html#revoketoken","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":399,"kind":2048,"name":"registerAccount","url":"interfaces/megalodon.megalodoninterface.html#registeraccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":400,"kind":2048,"name":"verifyAccountCredentials","url":"interfaces/megalodon.megalodoninterface.html#verifyaccountcredentials","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":401,"kind":2048,"name":"updateCredentials","url":"interfaces/megalodon.megalodoninterface.html#updatecredentials","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":402,"kind":2048,"name":"getAccount","url":"interfaces/megalodon.megalodoninterface.html#getaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":403,"kind":2048,"name":"getAccountStatuses","url":"interfaces/megalodon.megalodoninterface.html#getaccountstatuses","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":404,"kind":2048,"name":"getAccountFavourites","url":"interfaces/megalodon.megalodoninterface.html#getaccountfavourites","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":405,"kind":2048,"name":"subscribeAccount","url":"interfaces/megalodon.megalodoninterface.html#subscribeaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":406,"kind":2048,"name":"unsubscribeAccount","url":"interfaces/megalodon.megalodoninterface.html#unsubscribeaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":407,"kind":2048,"name":"getAccountFollowers","url":"interfaces/megalodon.megalodoninterface.html#getaccountfollowers","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":408,"kind":2048,"name":"getAccountFollowing","url":"interfaces/megalodon.megalodoninterface.html#getaccountfollowing","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":409,"kind":2048,"name":"getAccountLists","url":"interfaces/megalodon.megalodoninterface.html#getaccountlists","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":410,"kind":2048,"name":"getIdentityProof","url":"interfaces/megalodon.megalodoninterface.html#getidentityproof","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":411,"kind":2048,"name":"followAccount","url":"interfaces/megalodon.megalodoninterface.html#followaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":412,"kind":2048,"name":"unfollowAccount","url":"interfaces/megalodon.megalodoninterface.html#unfollowaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":413,"kind":2048,"name":"blockAccount","url":"interfaces/megalodon.megalodoninterface.html#blockaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":414,"kind":2048,"name":"unblockAccount","url":"interfaces/megalodon.megalodoninterface.html#unblockaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":415,"kind":2048,"name":"muteAccount","url":"interfaces/megalodon.megalodoninterface.html#muteaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":416,"kind":2048,"name":"unmuteAccount","url":"interfaces/megalodon.megalodoninterface.html#unmuteaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":417,"kind":2048,"name":"pinAccount","url":"interfaces/megalodon.megalodoninterface.html#pinaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":418,"kind":2048,"name":"unpinAccount","url":"interfaces/megalodon.megalodoninterface.html#unpinaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":419,"kind":2048,"name":"getRelationship","url":"interfaces/megalodon.megalodoninterface.html#getrelationship","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":420,"kind":2048,"name":"getRelationships","url":"interfaces/megalodon.megalodoninterface.html#getrelationships","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":421,"kind":2048,"name":"searchAccount","url":"interfaces/megalodon.megalodoninterface.html#searchaccount","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":422,"kind":2048,"name":"getBookmarks","url":"interfaces/megalodon.megalodoninterface.html#getbookmarks","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":423,"kind":2048,"name":"getFavourites","url":"interfaces/megalodon.megalodoninterface.html#getfavourites","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":424,"kind":2048,"name":"getMutes","url":"interfaces/megalodon.megalodoninterface.html#getmutes","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":425,"kind":2048,"name":"getBlocks","url":"interfaces/megalodon.megalodoninterface.html#getblocks","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":426,"kind":2048,"name":"getDomainBlocks","url":"interfaces/megalodon.megalodoninterface.html#getdomainblocks","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":427,"kind":2048,"name":"blockDomain","url":"interfaces/megalodon.megalodoninterface.html#blockdomain","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":428,"kind":2048,"name":"unblockDomain","url":"interfaces/megalodon.megalodoninterface.html#unblockdomain","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":429,"kind":2048,"name":"getFilters","url":"interfaces/megalodon.megalodoninterface.html#getfilters","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":430,"kind":2048,"name":"getFilter","url":"interfaces/megalodon.megalodoninterface.html#getfilter","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":431,"kind":2048,"name":"createFilter","url":"interfaces/megalodon.megalodoninterface.html#createfilter","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":432,"kind":2048,"name":"updateFilter","url":"interfaces/megalodon.megalodoninterface.html#updatefilter","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":433,"kind":2048,"name":"deleteFilter","url":"interfaces/megalodon.megalodoninterface.html#deletefilter","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":434,"kind":2048,"name":"report","url":"interfaces/megalodon.megalodoninterface.html#report","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":435,"kind":2048,"name":"getFollowRequests","url":"interfaces/megalodon.megalodoninterface.html#getfollowrequests","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":436,"kind":2048,"name":"acceptFollowRequest","url":"interfaces/megalodon.megalodoninterface.html#acceptfollowrequest","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":437,"kind":2048,"name":"rejectFollowRequest","url":"interfaces/megalodon.megalodoninterface.html#rejectfollowrequest","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":438,"kind":2048,"name":"getEndorsements","url":"interfaces/megalodon.megalodoninterface.html#getendorsements","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":439,"kind":2048,"name":"getFeaturedTags","url":"interfaces/megalodon.megalodoninterface.html#getfeaturedtags","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":440,"kind":2048,"name":"createFeaturedTag","url":"interfaces/megalodon.megalodoninterface.html#createfeaturedtag","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":441,"kind":2048,"name":"deleteFeaturedTag","url":"interfaces/megalodon.megalodoninterface.html#deletefeaturedtag","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":442,"kind":2048,"name":"getSuggestedTags","url":"interfaces/megalodon.megalodoninterface.html#getsuggestedtags","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":443,"kind":2048,"name":"getPreferences","url":"interfaces/megalodon.megalodoninterface.html#getpreferences","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":444,"kind":2048,"name":"getSuggestions","url":"interfaces/megalodon.megalodoninterface.html#getsuggestions","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":445,"kind":2048,"name":"postStatus","url":"interfaces/megalodon.megalodoninterface.html#poststatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":446,"kind":2048,"name":"getStatus","url":"interfaces/megalodon.megalodoninterface.html#getstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":447,"kind":2048,"name":"deleteStatus","url":"interfaces/megalodon.megalodoninterface.html#deletestatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":448,"kind":2048,"name":"getStatusContext","url":"interfaces/megalodon.megalodoninterface.html#getstatuscontext","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":449,"kind":2048,"name":"getStatusRebloggedBy","url":"interfaces/megalodon.megalodoninterface.html#getstatusrebloggedby","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":450,"kind":2048,"name":"getStatusFavouritedBy","url":"interfaces/megalodon.megalodoninterface.html#getstatusfavouritedby","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":451,"kind":2048,"name":"favouriteStatus","url":"interfaces/megalodon.megalodoninterface.html#favouritestatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":452,"kind":2048,"name":"unfavouriteStatus","url":"interfaces/megalodon.megalodoninterface.html#unfavouritestatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":453,"kind":2048,"name":"reblogStatus","url":"interfaces/megalodon.megalodoninterface.html#reblogstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":454,"kind":2048,"name":"unreblogStatus","url":"interfaces/megalodon.megalodoninterface.html#unreblogstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":455,"kind":2048,"name":"bookmarkStatus","url":"interfaces/megalodon.megalodoninterface.html#bookmarkstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":456,"kind":2048,"name":"unbookmarkStatus","url":"interfaces/megalodon.megalodoninterface.html#unbookmarkstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":457,"kind":2048,"name":"muteStatus","url":"interfaces/megalodon.megalodoninterface.html#mutestatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":458,"kind":2048,"name":"unmuteStatus","url":"interfaces/megalodon.megalodoninterface.html#unmutestatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":459,"kind":2048,"name":"pinStatus","url":"interfaces/megalodon.megalodoninterface.html#pinstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":460,"kind":2048,"name":"unpinStatus","url":"interfaces/megalodon.megalodoninterface.html#unpinstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":461,"kind":2048,"name":"uploadMedia","url":"interfaces/megalodon.megalodoninterface.html#uploadmedia","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":462,"kind":2048,"name":"updateMedia","url":"interfaces/megalodon.megalodoninterface.html#updatemedia","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":463,"kind":2048,"name":"getPoll","url":"interfaces/megalodon.megalodoninterface.html#getpoll","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":464,"kind":2048,"name":"votePoll","url":"interfaces/megalodon.megalodoninterface.html#votepoll","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":465,"kind":2048,"name":"getScheduledStatuses","url":"interfaces/megalodon.megalodoninterface.html#getscheduledstatuses","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":466,"kind":2048,"name":"getScheduledStatus","url":"interfaces/megalodon.megalodoninterface.html#getscheduledstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":467,"kind":2048,"name":"scheduleStatus","url":"interfaces/megalodon.megalodoninterface.html#schedulestatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":468,"kind":2048,"name":"cancelScheduledStatus","url":"interfaces/megalodon.megalodoninterface.html#cancelscheduledstatus","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":469,"kind":2048,"name":"getPublicTimeline","url":"interfaces/megalodon.megalodoninterface.html#getpublictimeline","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":470,"kind":2048,"name":"getLocalTimeline","url":"interfaces/megalodon.megalodoninterface.html#getlocaltimeline","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":471,"kind":2048,"name":"getTagTimeline","url":"interfaces/megalodon.megalodoninterface.html#gettagtimeline","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":472,"kind":2048,"name":"getHomeTimeline","url":"interfaces/megalodon.megalodoninterface.html#gethometimeline","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":473,"kind":2048,"name":"getListTimeline","url":"interfaces/megalodon.megalodoninterface.html#getlisttimeline","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":474,"kind":2048,"name":"getConversationTimeline","url":"interfaces/megalodon.megalodoninterface.html#getconversationtimeline","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":475,"kind":2048,"name":"deleteConversation","url":"interfaces/megalodon.megalodoninterface.html#deleteconversation","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":476,"kind":2048,"name":"readConversation","url":"interfaces/megalodon.megalodoninterface.html#readconversation","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":477,"kind":2048,"name":"getLists","url":"interfaces/megalodon.megalodoninterface.html#getlists","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":478,"kind":2048,"name":"getList","url":"interfaces/megalodon.megalodoninterface.html#getlist","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":479,"kind":2048,"name":"createList","url":"interfaces/megalodon.megalodoninterface.html#createlist","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":480,"kind":2048,"name":"updateList","url":"interfaces/megalodon.megalodoninterface.html#updatelist","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":481,"kind":2048,"name":"deleteList","url":"interfaces/megalodon.megalodoninterface.html#deletelist","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":482,"kind":2048,"name":"getAccountsInList","url":"interfaces/megalodon.megalodoninterface.html#getaccountsinlist","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":483,"kind":2048,"name":"addAccountsToList","url":"interfaces/megalodon.megalodoninterface.html#addaccountstolist","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":484,"kind":2048,"name":"deleteAccountsFromList","url":"interfaces/megalodon.megalodoninterface.html#deleteaccountsfromlist","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":485,"kind":2048,"name":"getMarker","url":"interfaces/megalodon.megalodoninterface.html#getmarker","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":486,"kind":2048,"name":"saveMarker","url":"interfaces/megalodon.megalodoninterface.html#savemarker","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":487,"kind":2048,"name":"getNotifications","url":"interfaces/megalodon.megalodoninterface.html#getnotifications","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":488,"kind":2048,"name":"getNotification","url":"interfaces/megalodon.megalodoninterface.html#getnotification","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":489,"kind":2048,"name":"dismissNotifications","url":"interfaces/megalodon.megalodoninterface.html#dismissnotifications","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":490,"kind":2048,"name":"dismissNotification","url":"interfaces/megalodon.megalodoninterface.html#dismissnotification","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":491,"kind":2048,"name":"subscribePushNotification","url":"interfaces/megalodon.megalodoninterface.html#subscribepushnotification","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":492,"kind":2048,"name":"getPushSubscription","url":"interfaces/megalodon.megalodoninterface.html#getpushsubscription","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":493,"kind":2048,"name":"updatePushSubscription","url":"interfaces/megalodon.megalodoninterface.html#updatepushsubscription","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":494,"kind":2048,"name":"deletePushSubscription","url":"interfaces/megalodon.megalodoninterface.html#deletepushsubscription","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":495,"kind":2048,"name":"search","url":"interfaces/megalodon.megalodoninterface.html#search","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":496,"kind":2048,"name":"getInstance","url":"interfaces/megalodon.megalodoninterface.html#getinstance","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":497,"kind":2048,"name":"getInstancePeers","url":"interfaces/megalodon.megalodoninterface.html#getinstancepeers","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":498,"kind":2048,"name":"getInstanceActivity","url":"interfaces/megalodon.megalodoninterface.html#getinstanceactivity","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":499,"kind":2048,"name":"getInstanceTrends","url":"interfaces/megalodon.megalodoninterface.html#getinstancetrends","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":500,"kind":2048,"name":"getInstanceDirectory","url":"interfaces/megalodon.megalodoninterface.html#getinstancedirectory","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":501,"kind":2048,"name":"getInstanceCustomEmojis","url":"interfaces/megalodon.megalodoninterface.html#getinstancecustomemojis","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":502,"kind":2048,"name":"createEmojiReaction","url":"interfaces/megalodon.megalodoninterface.html#createemojireaction","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":503,"kind":2048,"name":"deleteEmojiReaction","url":"interfaces/megalodon.megalodoninterface.html#deleteemojireaction","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":504,"kind":2048,"name":"getEmojiReactions","url":"interfaces/megalodon.megalodoninterface.html#getemojireactions","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":505,"kind":2048,"name":"getEmojiReaction","url":"interfaces/megalodon.megalodoninterface.html#getemojireaction","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":506,"kind":2048,"name":"userStream","url":"interfaces/megalodon.megalodoninterface.html#userstream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":507,"kind":2048,"name":"publicStream","url":"interfaces/megalodon.megalodoninterface.html#publicstream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":508,"kind":2048,"name":"localStream","url":"interfaces/megalodon.megalodoninterface.html#localstream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":509,"kind":2048,"name":"tagStream","url":"interfaces/megalodon.megalodoninterface.html#tagstream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":510,"kind":2048,"name":"listStream","url":"interfaces/megalodon.megalodoninterface.html#liststream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":511,"kind":2048,"name":"directStream","url":"interfaces/megalodon.megalodoninterface.html#directstream","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":512,"kind":2048,"name":"userSocket","url":"interfaces/megalodon.megalodoninterface.html#usersocket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":513,"kind":2048,"name":"publicSocket","url":"interfaces/megalodon.megalodoninterface.html#publicsocket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":514,"kind":2048,"name":"localSocket","url":"interfaces/megalodon.megalodoninterface.html#localsocket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":515,"kind":2048,"name":"tagSocket","url":"interfaces/megalodon.megalodoninterface.html#tagsocket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":516,"kind":2048,"name":"listSocket","url":"interfaces/megalodon.megalodoninterface.html#listsocket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":517,"kind":2048,"name":"directSocket","url":"interfaces/megalodon.megalodoninterface.html#directsocket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"megalodon.MegalodonInterface"},{"id":518,"kind":128,"name":"NoImplementedError","url":"classes/megalodon.noimplementederror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"megalodon"},{"id":519,"kind":512,"name":"constructor","url":"classes/megalodon.noimplementederror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"megalodon.NoImplementedError"},{"id":520,"kind":128,"name":"ArgumentError","url":"classes/megalodon.argumenterror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"megalodon"},{"id":521,"kind":512,"name":"constructor","url":"classes/megalodon.argumenterror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"megalodon.ArgumentError"},{"id":522,"kind":128,"name":"UnexpectedError","url":"classes/megalodon.unexpectederror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"megalodon"},{"id":523,"kind":512,"name":"constructor","url":"classes/megalodon.unexpectederror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"megalodon.UnexpectedError"},{"id":524,"kind":64,"name":"detector","url":"modules/megalodon.html#detector","classes":"tsd-kind-function tsd-parent-kind-module","parent":"megalodon"},{"id":525,"kind":64,"name":"default","url":"modules/megalodon.html#default","classes":"tsd-kind-function tsd-parent-kind-module","parent":"megalodon"},{"id":526,"kind":1,"name":"misskey/api_client","url":"modules/misskey_api_client.html","classes":"tsd-kind-module"},{"id":527,"kind":2,"name":"default","url":"modules/misskey_api_client.default.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/api_client"},{"id":528,"kind":2,"name":"Entity","url":"modules/misskey_api_client.default.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-namespace","parent":"misskey/api_client.default"},{"id":529,"kind":4194304,"name":"App","url":"modules/misskey_api_client.default.entity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":530,"kind":4194304,"name":"Blocking","url":"modules/misskey_api_client.default.entity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":531,"kind":4194304,"name":"Choice","url":"modules/misskey_api_client.default.entity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":532,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_api_client.default.entity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":533,"kind":4194304,"name":"Emoji","url":"modules/misskey_api_client.default.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":534,"kind":4194304,"name":"Favorite","url":"modules/misskey_api_client.default.entity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":535,"kind":4194304,"name":"File","url":"modules/misskey_api_client.default.entity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":536,"kind":4194304,"name":"Follower","url":"modules/misskey_api_client.default.entity.html#follower","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":537,"kind":4194304,"name":"Following","url":"modules/misskey_api_client.default.entity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":538,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_api_client.default.entity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":539,"kind":4194304,"name":"Hashtag","url":"modules/misskey_api_client.default.entity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":540,"kind":4194304,"name":"List","url":"modules/misskey_api_client.default.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":541,"kind":4194304,"name":"Meta","url":"modules/misskey_api_client.default.entity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":542,"kind":4194304,"name":"Mute","url":"modules/misskey_api_client.default.entity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":543,"kind":4194304,"name":"Note","url":"modules/misskey_api_client.default.entity.html#note","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":544,"kind":4194304,"name":"Notification","url":"modules/misskey_api_client.default.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":545,"kind":4194304,"name":"Poll","url":"modules/misskey_api_client.default.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":546,"kind":4194304,"name":"Reaction","url":"modules/misskey_api_client.default.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":547,"kind":4194304,"name":"Relation","url":"modules/misskey_api_client.default.entity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":548,"kind":4194304,"name":"User","url":"modules/misskey_api_client.default.entity.html#user","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":549,"kind":4194304,"name":"UserDetail","url":"modules/misskey_api_client.default.entity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":550,"kind":4194304,"name":"UserKey","url":"modules/misskey_api_client.default.entity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":551,"kind":4194304,"name":"Session","url":"modules/misskey_api_client.default.entity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":552,"kind":4194304,"name":"Stats","url":"modules/misskey_api_client.default.entity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/api_client.default.Entity"},{"id":553,"kind":2,"name":"Converter","url":"modules/misskey_api_client.default.converter.html","classes":"tsd-kind-namespace tsd-parent-kind-namespace","parent":"misskey/api_client.default"},{"id":554,"kind":64,"name":"emoji","url":"modules/misskey_api_client.default.converter.html#emoji","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":555,"kind":64,"name":"user","url":"modules/misskey_api_client.default.converter.html#user","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":556,"kind":64,"name":"userDetail","url":"modules/misskey_api_client.default.converter.html#userdetail","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":557,"kind":64,"name":"visibility","url":"modules/misskey_api_client.default.converter.html#visibility","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":558,"kind":64,"name":"encodeVisibility","url":"modules/misskey_api_client.default.converter.html#encodevisibility","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":559,"kind":64,"name":"fileType","url":"modules/misskey_api_client.default.converter.html#filetype","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":560,"kind":64,"name":"file","url":"modules/misskey_api_client.default.converter.html#file","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":561,"kind":64,"name":"follower","url":"modules/misskey_api_client.default.converter.html#follower","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":562,"kind":64,"name":"following","url":"modules/misskey_api_client.default.converter.html#following","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":563,"kind":64,"name":"relation","url":"modules/misskey_api_client.default.converter.html#relation","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":564,"kind":64,"name":"choice","url":"modules/misskey_api_client.default.converter.html#choice","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":565,"kind":64,"name":"poll","url":"modules/misskey_api_client.default.converter.html#poll","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":566,"kind":64,"name":"note","url":"modules/misskey_api_client.default.converter.html#note","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":567,"kind":64,"name":"mapReactions","url":"modules/misskey_api_client.default.converter.html#mapreactions","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":568,"kind":64,"name":"reactions","url":"modules/misskey_api_client.default.converter.html#reactions","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":569,"kind":64,"name":"noteToConversation","url":"modules/misskey_api_client.default.converter.html#notetoconversation","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":570,"kind":64,"name":"list","url":"modules/misskey_api_client.default.converter.html#list","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":571,"kind":64,"name":"encodeNotificationType","url":"modules/misskey_api_client.default.converter.html#encodenotificationtype","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":572,"kind":64,"name":"decodeNotificationType","url":"modules/misskey_api_client.default.converter.html#decodenotificationtype","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":573,"kind":64,"name":"notification","url":"modules/misskey_api_client.default.converter.html#notification","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":574,"kind":64,"name":"stats","url":"modules/misskey_api_client.default.converter.html#stats","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":575,"kind":64,"name":"meta","url":"modules/misskey_api_client.default.converter.html#meta","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":576,"kind":64,"name":"hashtag","url":"modules/misskey_api_client.default.converter.html#hashtag","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"misskey/api_client.default.Converter"},{"id":577,"kind":32,"name":"DEFAULT_SCOPE","url":"modules/misskey_api_client.default.html#default_scope","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"misskey/api_client.default"},{"id":578,"kind":256,"name":"Interface","url":"interfaces/misskey_api_client.default.interface.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"misskey/api_client.default"},{"id":579,"kind":128,"name":"Client","url":"classes/misskey_api_client.default.client.html","classes":"tsd-kind-class tsd-parent-kind-namespace","parent":"misskey/api_client.default"},{"id":580,"kind":512,"name":"constructor","url":"classes/misskey_api_client.default.client.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"misskey/api_client.default.Client"},{"id":581,"kind":1024,"name":"accessToken","url":"classes/misskey_api_client.default.client.html#accesstoken","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/api_client.default.Client"},{"id":582,"kind":1024,"name":"baseUrl","url":"classes/misskey_api_client.default.client.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/api_client.default.Client"},{"id":583,"kind":1024,"name":"userAgent","url":"classes/misskey_api_client.default.client.html#useragent","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/api_client.default.Client"},{"id":584,"kind":1024,"name":"cancelTokenSource","url":"classes/misskey_api_client.default.client.html#canceltokensource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/api_client.default.Client"},{"id":585,"kind":1024,"name":"proxyConfig","url":"classes/misskey_api_client.default.client.html#proxyconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/api_client.default.Client"},{"id":586,"kind":2048,"name":"post","url":"classes/misskey_api_client.default.client.html#post","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"misskey/api_client.default.Client"},{"id":587,"kind":2048,"name":"cancel","url":"classes/misskey_api_client.default.client.html#cancel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey/api_client.default.Client"},{"id":588,"kind":2048,"name":"socket","url":"classes/misskey_api_client.default.client.html#socket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey/api_client.default.Client"},{"id":589,"kind":1,"name":"misskey/entities/app","url":"modules/misskey_entities_app.html","classes":"tsd-kind-module"},{"id":590,"kind":1,"name":"misskey/entities/blocking","url":"modules/misskey_entities_blocking.html","classes":"tsd-kind-module"},{"id":591,"kind":1,"name":"misskey/entities/createdNote","url":"modules/misskey_entities_creatednote.html","classes":"tsd-kind-module"},{"id":592,"kind":1,"name":"misskey/entities/emoji","url":"modules/misskey_entities_emoji.html","classes":"tsd-kind-module"},{"id":593,"kind":1,"name":"misskey/entities/favorite","url":"modules/misskey_entities_favorite.html","classes":"tsd-kind-module"},{"id":594,"kind":1,"name":"misskey/entities/file","url":"modules/misskey_entities_file.html","classes":"tsd-kind-module"},{"id":595,"kind":1,"name":"misskey/entities/followRequest","url":"modules/misskey_entities_followrequest.html","classes":"tsd-kind-module"},{"id":596,"kind":1,"name":"misskey/entities/follower","url":"modules/misskey_entities_follower.html","classes":"tsd-kind-module"},{"id":597,"kind":1,"name":"misskey/entities/following","url":"modules/misskey_entities_following.html","classes":"tsd-kind-module"},{"id":598,"kind":1,"name":"misskey/entities/hashtag","url":"modules/misskey_entities_hashtag.html","classes":"tsd-kind-module"},{"id":599,"kind":1,"name":"misskey/entities/list","url":"modules/misskey_entities_list.html","classes":"tsd-kind-module"},{"id":600,"kind":1,"name":"misskey/entities/meta","url":"modules/misskey_entities_meta.html","classes":"tsd-kind-module"},{"id":601,"kind":1,"name":"misskey/entities/mute","url":"modules/misskey_entities_mute.html","classes":"tsd-kind-module"},{"id":602,"kind":1,"name":"misskey/entities/note","url":"modules/misskey_entities_note.html","classes":"tsd-kind-module"},{"id":603,"kind":1,"name":"misskey/entities/notification","url":"modules/misskey_entities_notification.html","classes":"tsd-kind-module"},{"id":604,"kind":1,"name":"misskey/entities/poll","url":"modules/misskey_entities_poll.html","classes":"tsd-kind-module"},{"id":605,"kind":1,"name":"misskey/entities/reaction","url":"modules/misskey_entities_reaction.html","classes":"tsd-kind-module"},{"id":606,"kind":1,"name":"misskey/entities/relation","url":"modules/misskey_entities_relation.html","classes":"tsd-kind-module"},{"id":607,"kind":1,"name":"misskey/entities/session","url":"modules/misskey_entities_session.html","classes":"tsd-kind-module"},{"id":608,"kind":1,"name":"misskey/entities/stats","url":"modules/misskey_entities_stats.html","classes":"tsd-kind-module"},{"id":609,"kind":1,"name":"misskey/entities/user","url":"modules/misskey_entities_user.html","classes":"tsd-kind-module"},{"id":610,"kind":1,"name":"misskey/entities/userDetail","url":"modules/misskey_entities_userdetail.html","classes":"tsd-kind-module"},{"id":611,"kind":1,"name":"misskey/entities/userkey","url":"modules/misskey_entities_userkey.html","classes":"tsd-kind-module"},{"id":612,"kind":1,"name":"misskey/entity","url":"modules/misskey_entity.html","classes":"tsd-kind-module"},{"id":613,"kind":1,"name":"misskey/notification","url":"modules/misskey_notification.html","classes":"tsd-kind-module"},{"id":614,"kind":2,"name":"default","url":"modules/misskey_notification.default.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/notification"},{"id":615,"kind":32,"name":"Follow","url":"modules/misskey_notification.default.html#follow","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"misskey/notification.default"},{"id":616,"kind":32,"name":"Mention","url":"modules/misskey_notification.default.html#mention","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"misskey/notification.default"},{"id":617,"kind":32,"name":"Reply","url":"modules/misskey_notification.default.html#reply","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"misskey/notification.default"},{"id":618,"kind":32,"name":"Renote","url":"modules/misskey_notification.default.html#renote","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"misskey/notification.default"},{"id":619,"kind":32,"name":"Quote","url":"modules/misskey_notification.default.html#quote","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"misskey/notification.default"},{"id":620,"kind":32,"name":"Reaction","url":"modules/misskey_notification.default.html#reaction","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"misskey/notification.default"},{"id":621,"kind":32,"name":"PollVote","url":"modules/misskey_notification.default.html#pollvote","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"misskey/notification.default"},{"id":622,"kind":32,"name":"ReceiveFollowRequest","url":"modules/misskey_notification.default.html#receivefollowrequest","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"misskey/notification.default"},{"id":623,"kind":32,"name":"FollowRequestAccepted","url":"modules/misskey_notification.default.html#followrequestaccepted","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"misskey/notification.default"},{"id":624,"kind":32,"name":"GroupInvited","url":"modules/misskey_notification.default.html#groupinvited","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"misskey/notification.default"},{"id":625,"kind":1,"name":"misskey/web_socket","url":"modules/misskey_web_socket.html","classes":"tsd-kind-module"},{"id":626,"kind":128,"name":"default","url":"classes/misskey_web_socket.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"misskey/web_socket"},{"id":627,"kind":512,"name":"constructor","url":"classes/misskey_web_socket.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"misskey/web_socket.default"},{"id":628,"kind":1024,"name":"url","url":"classes/misskey_web_socket.default.html#url","classes":"tsd-kind-property tsd-parent-kind-class","parent":"misskey/web_socket.default"},{"id":629,"kind":1024,"name":"channel","url":"classes/misskey_web_socket.default.html#channel","classes":"tsd-kind-property tsd-parent-kind-class","parent":"misskey/web_socket.default"},{"id":630,"kind":1024,"name":"parser","url":"classes/misskey_web_socket.default.html#parser","classes":"tsd-kind-property tsd-parent-kind-class","parent":"misskey/web_socket.default"},{"id":631,"kind":1024,"name":"headers","url":"classes/misskey_web_socket.default.html#headers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"misskey/web_socket.default"},{"id":632,"kind":65536,"name":"__type","url":"classes/misskey_web_socket.default.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"misskey/web_socket.default"},{"id":633,"kind":1024,"name":"proxyConfig","url":"classes/misskey_web_socket.default.html#proxyconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"misskey/web_socket.default"},{"id":634,"kind":1024,"name":"listId","url":"classes/misskey_web_socket.default.html#listid","classes":"tsd-kind-property tsd-parent-kind-class","parent":"misskey/web_socket.default"},{"id":635,"kind":1024,"name":"_accessToken","url":"classes/misskey_web_socket.default.html#_accesstoken","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":636,"kind":1024,"name":"_reconnectInterval","url":"classes/misskey_web_socket.default.html#_reconnectinterval","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":637,"kind":1024,"name":"_reconnectMaxAttempts","url":"classes/misskey_web_socket.default.html#_reconnectmaxattempts","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":638,"kind":1024,"name":"_reconnectCurrentAttempts","url":"classes/misskey_web_socket.default.html#_reconnectcurrentattempts","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":639,"kind":1024,"name":"_connectionClosed","url":"classes/misskey_web_socket.default.html#_connectionclosed","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":640,"kind":1024,"name":"_client","url":"classes/misskey_web_socket.default.html#_client","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":641,"kind":1024,"name":"_channelID","url":"classes/misskey_web_socket.default.html#_channelid","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":642,"kind":1024,"name":"_pongReceivedTimestamp","url":"classes/misskey_web_socket.default.html#_pongreceivedtimestamp","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":643,"kind":1024,"name":"_heartbeatInterval","url":"classes/misskey_web_socket.default.html#_heartbeatinterval","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":644,"kind":1024,"name":"_pongWaiting","url":"classes/misskey_web_socket.default.html#_pongwaiting","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":645,"kind":2048,"name":"start","url":"classes/misskey_web_socket.default.html#start","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey/web_socket.default"},{"id":646,"kind":2048,"name":"_startWebSocketConnection","url":"classes/misskey_web_socket.default.html#_startwebsocketconnection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":647,"kind":2048,"name":"stop","url":"classes/misskey_web_socket.default.html#stop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey/web_socket.default"},{"id":648,"kind":2048,"name":"_resetConnection","url":"classes/misskey_web_socket.default.html#_resetconnection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":649,"kind":2048,"name":"_resetRetryParams","url":"classes/misskey_web_socket.default.html#_resetretryparams","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":650,"kind":2048,"name":"_connect","url":"classes/misskey_web_socket.default.html#_connect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":651,"kind":2048,"name":"_channel","url":"classes/misskey_web_socket.default.html#_channel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":652,"kind":2048,"name":"_reconnect","url":"classes/misskey_web_socket.default.html#_reconnect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":653,"kind":2048,"name":"_clearBinding","url":"classes/misskey_web_socket.default.html#_clearbinding","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":654,"kind":2048,"name":"_bindSocket","url":"classes/misskey_web_socket.default.html#_bindsocket","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":655,"kind":2048,"name":"_setupParser","url":"classes/misskey_web_socket.default.html#_setupparser","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":656,"kind":2048,"name":"_checkAlive","url":"classes/misskey_web_socket.default.html#_checkalive","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"misskey/web_socket.default"},{"id":657,"kind":128,"name":"Parser","url":"classes/misskey_web_socket.parser.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"misskey/web_socket"},{"id":658,"kind":512,"name":"constructor","url":"classes/misskey_web_socket.parser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"misskey/web_socket.Parser"},{"id":659,"kind":2048,"name":"parse","url":"classes/misskey_web_socket.parser.html#parse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey/web_socket.Parser"},{"id":660,"kind":1,"name":"misskey","url":"modules/misskey.html","classes":"tsd-kind-module"},{"id":661,"kind":128,"name":"default","url":"classes/misskey.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"misskey"},{"id":662,"kind":512,"name":"constructor","url":"classes/misskey.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"misskey.default"},{"id":663,"kind":1024,"name":"client","url":"classes/misskey.default.html#client","classes":"tsd-kind-property tsd-parent-kind-class","parent":"misskey.default"},{"id":664,"kind":1024,"name":"baseUrl","url":"classes/misskey.default.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-class","parent":"misskey.default"},{"id":665,"kind":1024,"name":"proxyConfig","url":"classes/misskey.default.html#proxyconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"misskey.default"},{"id":666,"kind":2048,"name":"cancel","url":"classes/misskey.default.html#cancel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":667,"kind":2048,"name":"registerApp","url":"classes/misskey.default.html#registerapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":668,"kind":2048,"name":"createApp","url":"classes/misskey.default.html#createapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":669,"kind":2048,"name":"generateAuthUrlAndToken","url":"classes/misskey.default.html#generateauthurlandtoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":670,"kind":2048,"name":"verifyAppCredentials","url":"classes/misskey.default.html#verifyappcredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":671,"kind":2048,"name":"fetchAccessToken","url":"classes/misskey.default.html#fetchaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":672,"kind":2048,"name":"refreshToken","url":"classes/misskey.default.html#refreshtoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":673,"kind":2048,"name":"revokeToken","url":"classes/misskey.default.html#revoketoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":674,"kind":2048,"name":"registerAccount","url":"classes/misskey.default.html#registeraccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":675,"kind":2048,"name":"verifyAccountCredentials","url":"classes/misskey.default.html#verifyaccountcredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":676,"kind":2048,"name":"updateCredentials","url":"classes/misskey.default.html#updatecredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":677,"kind":2048,"name":"getAccount","url":"classes/misskey.default.html#getaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":678,"kind":2048,"name":"getAccountStatuses","url":"classes/misskey.default.html#getaccountstatuses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":679,"kind":2048,"name":"getAccountFavourites","url":"classes/misskey.default.html#getaccountfavourites","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":680,"kind":2048,"name":"subscribeAccount","url":"classes/misskey.default.html#subscribeaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":681,"kind":2048,"name":"unsubscribeAccount","url":"classes/misskey.default.html#unsubscribeaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":682,"kind":2048,"name":"getAccountFollowers","url":"classes/misskey.default.html#getaccountfollowers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":683,"kind":2048,"name":"getAccountFollowing","url":"classes/misskey.default.html#getaccountfollowing","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":684,"kind":2048,"name":"getAccountLists","url":"classes/misskey.default.html#getaccountlists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":685,"kind":2048,"name":"getIdentityProof","url":"classes/misskey.default.html#getidentityproof","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":686,"kind":2048,"name":"followAccount","url":"classes/misskey.default.html#followaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":687,"kind":2048,"name":"unfollowAccount","url":"classes/misskey.default.html#unfollowaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":688,"kind":2048,"name":"blockAccount","url":"classes/misskey.default.html#blockaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":689,"kind":2048,"name":"unblockAccount","url":"classes/misskey.default.html#unblockaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":690,"kind":2048,"name":"muteAccount","url":"classes/misskey.default.html#muteaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":691,"kind":2048,"name":"unmuteAccount","url":"classes/misskey.default.html#unmuteaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":692,"kind":2048,"name":"pinAccount","url":"classes/misskey.default.html#pinaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":693,"kind":2048,"name":"unpinAccount","url":"classes/misskey.default.html#unpinaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":694,"kind":2048,"name":"getRelationship","url":"classes/misskey.default.html#getrelationship","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":695,"kind":2048,"name":"getRelationships","url":"classes/misskey.default.html#getrelationships","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":696,"kind":2048,"name":"searchAccount","url":"classes/misskey.default.html#searchaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":697,"kind":2048,"name":"getBookmarks","url":"classes/misskey.default.html#getbookmarks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":698,"kind":2048,"name":"getFavourites","url":"classes/misskey.default.html#getfavourites","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":699,"kind":2048,"name":"getMutes","url":"classes/misskey.default.html#getmutes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":700,"kind":2048,"name":"getBlocks","url":"classes/misskey.default.html#getblocks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":701,"kind":2048,"name":"getDomainBlocks","url":"classes/misskey.default.html#getdomainblocks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":702,"kind":2048,"name":"blockDomain","url":"classes/misskey.default.html#blockdomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":703,"kind":2048,"name":"unblockDomain","url":"classes/misskey.default.html#unblockdomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":704,"kind":2048,"name":"getFilters","url":"classes/misskey.default.html#getfilters","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":705,"kind":2048,"name":"getFilter","url":"classes/misskey.default.html#getfilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":706,"kind":2048,"name":"createFilter","url":"classes/misskey.default.html#createfilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":707,"kind":2048,"name":"updateFilter","url":"classes/misskey.default.html#updatefilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":708,"kind":2048,"name":"deleteFilter","url":"classes/misskey.default.html#deletefilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":709,"kind":2048,"name":"report","url":"classes/misskey.default.html#report","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":710,"kind":2048,"name":"getFollowRequests","url":"classes/misskey.default.html#getfollowrequests","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":711,"kind":2048,"name":"acceptFollowRequest","url":"classes/misskey.default.html#acceptfollowrequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":712,"kind":2048,"name":"rejectFollowRequest","url":"classes/misskey.default.html#rejectfollowrequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":713,"kind":2048,"name":"getEndorsements","url":"classes/misskey.default.html#getendorsements","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":714,"kind":2048,"name":"getFeaturedTags","url":"classes/misskey.default.html#getfeaturedtags","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":715,"kind":2048,"name":"createFeaturedTag","url":"classes/misskey.default.html#createfeaturedtag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":716,"kind":2048,"name":"deleteFeaturedTag","url":"classes/misskey.default.html#deletefeaturedtag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":717,"kind":2048,"name":"getSuggestedTags","url":"classes/misskey.default.html#getsuggestedtags","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":718,"kind":2048,"name":"getPreferences","url":"classes/misskey.default.html#getpreferences","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":719,"kind":2048,"name":"getSuggestions","url":"classes/misskey.default.html#getsuggestions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":720,"kind":2048,"name":"postStatus","url":"classes/misskey.default.html#poststatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":721,"kind":2048,"name":"getStatus","url":"classes/misskey.default.html#getstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":722,"kind":2048,"name":"deleteStatus","url":"classes/misskey.default.html#deletestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":723,"kind":2048,"name":"getStatusContext","url":"classes/misskey.default.html#getstatuscontext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":724,"kind":2048,"name":"getStatusRebloggedBy","url":"classes/misskey.default.html#getstatusrebloggedby","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":725,"kind":2048,"name":"getStatusFavouritedBy","url":"classes/misskey.default.html#getstatusfavouritedby","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":726,"kind":2048,"name":"favouriteStatus","url":"classes/misskey.default.html#favouritestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":727,"kind":2048,"name":"unfavouriteStatus","url":"classes/misskey.default.html#unfavouritestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":728,"kind":2048,"name":"reblogStatus","url":"classes/misskey.default.html#reblogstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":729,"kind":2048,"name":"unreblogStatus","url":"classes/misskey.default.html#unreblogstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":730,"kind":2048,"name":"bookmarkStatus","url":"classes/misskey.default.html#bookmarkstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":731,"kind":2048,"name":"unbookmarkStatus","url":"classes/misskey.default.html#unbookmarkstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":732,"kind":2048,"name":"muteStatus","url":"classes/misskey.default.html#mutestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":733,"kind":2048,"name":"unmuteStatus","url":"classes/misskey.default.html#unmutestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":734,"kind":2048,"name":"pinStatus","url":"classes/misskey.default.html#pinstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":735,"kind":2048,"name":"unpinStatus","url":"classes/misskey.default.html#unpinstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":736,"kind":2048,"name":"uploadMedia","url":"classes/misskey.default.html#uploadmedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":737,"kind":2048,"name":"updateMedia","url":"classes/misskey.default.html#updatemedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":738,"kind":2048,"name":"getPoll","url":"classes/misskey.default.html#getpoll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":739,"kind":2048,"name":"votePoll","url":"classes/misskey.default.html#votepoll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":740,"kind":2048,"name":"getScheduledStatuses","url":"classes/misskey.default.html#getscheduledstatuses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":741,"kind":2048,"name":"getScheduledStatus","url":"classes/misskey.default.html#getscheduledstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":742,"kind":2048,"name":"scheduleStatus","url":"classes/misskey.default.html#schedulestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":743,"kind":2048,"name":"cancelScheduledStatus","url":"classes/misskey.default.html#cancelscheduledstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":744,"kind":2048,"name":"getPublicTimeline","url":"classes/misskey.default.html#getpublictimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":745,"kind":2048,"name":"getLocalTimeline","url":"classes/misskey.default.html#getlocaltimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":746,"kind":2048,"name":"getTagTimeline","url":"classes/misskey.default.html#gettagtimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":747,"kind":2048,"name":"getHomeTimeline","url":"classes/misskey.default.html#gethometimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":748,"kind":2048,"name":"getListTimeline","url":"classes/misskey.default.html#getlisttimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":749,"kind":2048,"name":"getConversationTimeline","url":"classes/misskey.default.html#getconversationtimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":750,"kind":2048,"name":"deleteConversation","url":"classes/misskey.default.html#deleteconversation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":751,"kind":2048,"name":"readConversation","url":"classes/misskey.default.html#readconversation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":752,"kind":2048,"name":"getLists","url":"classes/misskey.default.html#getlists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":753,"kind":2048,"name":"getList","url":"classes/misskey.default.html#getlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":754,"kind":2048,"name":"createList","url":"classes/misskey.default.html#createlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":755,"kind":2048,"name":"updateList","url":"classes/misskey.default.html#updatelist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":756,"kind":2048,"name":"deleteList","url":"classes/misskey.default.html#deletelist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":757,"kind":2048,"name":"getAccountsInList","url":"classes/misskey.default.html#getaccountsinlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":758,"kind":2048,"name":"addAccountsToList","url":"classes/misskey.default.html#addaccountstolist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":759,"kind":2048,"name":"deleteAccountsFromList","url":"classes/misskey.default.html#deleteaccountsfromlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":760,"kind":2048,"name":"getMarker","url":"classes/misskey.default.html#getmarker","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":761,"kind":2048,"name":"saveMarker","url":"classes/misskey.default.html#savemarker","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":762,"kind":2048,"name":"getNotifications","url":"classes/misskey.default.html#getnotifications","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":763,"kind":2048,"name":"getNotification","url":"classes/misskey.default.html#getnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":764,"kind":2048,"name":"dismissNotifications","url":"classes/misskey.default.html#dismissnotifications","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":765,"kind":2048,"name":"dismissNotification","url":"classes/misskey.default.html#dismissnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":766,"kind":2048,"name":"subscribePushNotification","url":"classes/misskey.default.html#subscribepushnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":767,"kind":2048,"name":"getPushSubscription","url":"classes/misskey.default.html#getpushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":768,"kind":2048,"name":"updatePushSubscription","url":"classes/misskey.default.html#updatepushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":769,"kind":2048,"name":"deletePushSubscription","url":"classes/misskey.default.html#deletepushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":770,"kind":2048,"name":"search","url":"classes/misskey.default.html#search","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":771,"kind":2048,"name":"getInstance","url":"classes/misskey.default.html#getinstance","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":772,"kind":2048,"name":"getInstancePeers","url":"classes/misskey.default.html#getinstancepeers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":773,"kind":2048,"name":"getInstanceActivity","url":"classes/misskey.default.html#getinstanceactivity","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":774,"kind":2048,"name":"getInstanceTrends","url":"classes/misskey.default.html#getinstancetrends","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":775,"kind":2048,"name":"getInstanceDirectory","url":"classes/misskey.default.html#getinstancedirectory","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":776,"kind":2048,"name":"getInstanceCustomEmojis","url":"classes/misskey.default.html#getinstancecustomemojis","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":777,"kind":2048,"name":"createEmojiReaction","url":"classes/misskey.default.html#createemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":778,"kind":2048,"name":"deleteEmojiReaction","url":"classes/misskey.default.html#deleteemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":779,"kind":2048,"name":"getEmojiReactions","url":"classes/misskey.default.html#getemojireactions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":780,"kind":2048,"name":"getEmojiReaction","url":"classes/misskey.default.html#getemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":781,"kind":2048,"name":"userStream","url":"classes/misskey.default.html#userstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":782,"kind":2048,"name":"publicStream","url":"classes/misskey.default.html#publicstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":783,"kind":2048,"name":"localStream","url":"classes/misskey.default.html#localstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":784,"kind":2048,"name":"tagStream","url":"classes/misskey.default.html#tagstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":785,"kind":2048,"name":"listStream","url":"classes/misskey.default.html#liststream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":786,"kind":2048,"name":"directStream","url":"classes/misskey.default.html#directstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":787,"kind":2048,"name":"userSocket","url":"classes/misskey.default.html#usersocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":788,"kind":2048,"name":"publicSocket","url":"classes/misskey.default.html#publicsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":789,"kind":2048,"name":"localSocket","url":"classes/misskey.default.html#localsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":790,"kind":2048,"name":"tagSocket","url":"classes/misskey.default.html#tagsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":791,"kind":2048,"name":"listSocket","url":"classes/misskey.default.html#listsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":792,"kind":2048,"name":"directSocket","url":"classes/misskey.default.html#directsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"misskey.default"},{"id":793,"kind":1,"name":"notification","url":"modules/notification.html","classes":"tsd-kind-module"},{"id":794,"kind":2,"name":"default","url":"modules/notification.default.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"notification"},{"id":795,"kind":32,"name":"Follow","url":"modules/notification.default.html#follow","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"notification.default"},{"id":796,"kind":32,"name":"Favourite","url":"modules/notification.default.html#favourite","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"notification.default"},{"id":797,"kind":32,"name":"Reblog","url":"modules/notification.default.html#reblog","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"notification.default"},{"id":798,"kind":32,"name":"Mention","url":"modules/notification.default.html#mention","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"notification.default"},{"id":799,"kind":32,"name":"Poll","url":"modules/notification.default.html#poll","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"notification.default"},{"id":800,"kind":32,"name":"EmojiReaction","url":"modules/notification.default.html#emojireaction","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"notification.default"},{"id":801,"kind":32,"name":"FollowRequest","url":"modules/notification.default.html#followrequest","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"notification.default"},{"id":802,"kind":32,"name":"Status","url":"modules/notification.default.html#status","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"notification.default"},{"id":803,"kind":1,"name":"oauth","url":"modules/oauth.html","classes":"tsd-kind-module"},{"id":804,"kind":2,"name":"default","url":"modules/oauth.default.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"oauth"},{"id":805,"kind":4194304,"name":"AppDataFromServer","url":"modules/oauth.default.html#appdatafromserver","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"oauth.default"},{"id":806,"kind":65536,"name":"__type","url":"modules/oauth.default.html#appdatafromserver.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"oauth.default.AppDataFromServer"},{"id":807,"kind":1024,"name":"id","url":"modules/oauth.default.html#appdatafromserver.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"oauth.default.AppDataFromServer.__type"},{"id":808,"kind":1024,"name":"name","url":"modules/oauth.default.html#appdatafromserver.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"oauth.default.AppDataFromServer.__type"},{"id":809,"kind":1024,"name":"website","url":"modules/oauth.default.html#appdatafromserver.__type.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"oauth.default.AppDataFromServer.__type"},{"id":810,"kind":1024,"name":"redirect_uri","url":"modules/oauth.default.html#appdatafromserver.__type.redirect_uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"oauth.default.AppDataFromServer.__type"},{"id":811,"kind":1024,"name":"client_id","url":"modules/oauth.default.html#appdatafromserver.__type.client_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"oauth.default.AppDataFromServer.__type"},{"id":812,"kind":1024,"name":"client_secret","url":"modules/oauth.default.html#appdatafromserver.__type.client_secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"oauth.default.AppDataFromServer.__type"},{"id":813,"kind":4194304,"name":"TokenDataFromServer","url":"modules/oauth.default.html#tokendatafromserver","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"oauth.default"},{"id":814,"kind":65536,"name":"__type","url":"modules/oauth.default.html#tokendatafromserver.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"oauth.default.TokenDataFromServer"},{"id":815,"kind":1024,"name":"access_token","url":"modules/oauth.default.html#tokendatafromserver.__type-1.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"oauth.default.TokenDataFromServer.__type"},{"id":816,"kind":1024,"name":"token_type","url":"modules/oauth.default.html#tokendatafromserver.__type-1.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"oauth.default.TokenDataFromServer.__type"},{"id":817,"kind":1024,"name":"scope","url":"modules/oauth.default.html#tokendatafromserver.__type-1.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"oauth.default.TokenDataFromServer.__type"},{"id":818,"kind":1024,"name":"created_at","url":"modules/oauth.default.html#tokendatafromserver.__type-1.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"oauth.default.TokenDataFromServer.__type"},{"id":819,"kind":1024,"name":"expires_in","url":"modules/oauth.default.html#tokendatafromserver.__type-1.expires_in","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"oauth.default.TokenDataFromServer.__type"},{"id":820,"kind":1024,"name":"refresh_token","url":"modules/oauth.default.html#tokendatafromserver.__type-1.refresh_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"oauth.default.TokenDataFromServer.__type"},{"id":821,"kind":128,"name":"AppData","url":"classes/oauth.default.appdata.html","classes":"tsd-kind-class tsd-parent-kind-namespace","parent":"oauth.default"},{"id":822,"kind":2048,"name":"from","url":"classes/oauth.default.appdata.html#from","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"oauth.default.AppData"},{"id":823,"kind":512,"name":"constructor","url":"classes/oauth.default.appdata.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"oauth.default.AppData"},{"id":824,"kind":1024,"name":"url","url":"classes/oauth.default.appdata.html#url","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.AppData"},{"id":825,"kind":1024,"name":"session_token","url":"classes/oauth.default.appdata.html#session_token","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.AppData"},{"id":826,"kind":1024,"name":"id","url":"classes/oauth.default.appdata.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.AppData"},{"id":827,"kind":1024,"name":"name","url":"classes/oauth.default.appdata.html#name","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.AppData"},{"id":828,"kind":1024,"name":"website","url":"classes/oauth.default.appdata.html#website","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.AppData"},{"id":829,"kind":1024,"name":"redirect_uri","url":"classes/oauth.default.appdata.html#redirect_uri","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.AppData"},{"id":830,"kind":1024,"name":"client_id","url":"classes/oauth.default.appdata.html#client_id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.AppData"},{"id":831,"kind":1024,"name":"client_secret","url":"classes/oauth.default.appdata.html#client_secret","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.AppData"},{"id":832,"kind":262144,"name":"redirectUri","url":"classes/oauth.default.appdata.html#redirecturi","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"oauth.default.AppData"},{"id":833,"kind":262144,"name":"clientId","url":"classes/oauth.default.appdata.html#clientid","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"oauth.default.AppData"},{"id":834,"kind":262144,"name":"clientSecret","url":"classes/oauth.default.appdata.html#clientsecret","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"oauth.default.AppData"},{"id":835,"kind":128,"name":"TokenData","url":"classes/oauth.default.tokendata.html","classes":"tsd-kind-class tsd-parent-kind-namespace","parent":"oauth.default"},{"id":836,"kind":2048,"name":"from","url":"classes/oauth.default.tokendata.html#from","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"oauth.default.TokenData"},{"id":837,"kind":512,"name":"constructor","url":"classes/oauth.default.tokendata.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":838,"kind":1024,"name":"_scope","url":"classes/oauth.default.tokendata.html#_scope","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":839,"kind":1024,"name":"access_token","url":"classes/oauth.default.tokendata.html#access_token","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":840,"kind":1024,"name":"token_type","url":"classes/oauth.default.tokendata.html#token_type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":841,"kind":1024,"name":"created_at","url":"classes/oauth.default.tokendata.html#created_at","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":842,"kind":1024,"name":"expires_in","url":"classes/oauth.default.tokendata.html#expires_in","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":843,"kind":1024,"name":"refresh_token","url":"classes/oauth.default.tokendata.html#refresh_token","classes":"tsd-kind-property tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":844,"kind":262144,"name":"accessToken","url":"classes/oauth.default.tokendata.html#accesstoken","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":845,"kind":262144,"name":"tokenType","url":"classes/oauth.default.tokendata.html#tokentype","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":846,"kind":262144,"name":"scope","url":"classes/oauth.default.tokendata.html#scope","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":847,"kind":262144,"name":"createdAt","url":"classes/oauth.default.tokendata.html#createdat","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":848,"kind":262144,"name":"expiresIn","url":"classes/oauth.default.tokendata.html#expiresin","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":849,"kind":262144,"name":"refreshToken","url":"classes/oauth.default.tokendata.html#refreshtoken","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"oauth.default.TokenData"},{"id":850,"kind":1,"name":"parser","url":"modules/parser.html","classes":"tsd-kind-module"},{"id":851,"kind":128,"name":"Parser","url":"classes/parser.parser-1.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"parser"},{"id":852,"kind":512,"name":"constructor","url":"classes/parser.parser-1.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"parser.Parser"},{"id":853,"kind":1024,"name":"message","url":"classes/parser.parser-1.html#message","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"parser.Parser"},{"id":854,"kind":2048,"name":"parse","url":"classes/parser.parser-1.html#parse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"parser.Parser"},{"id":855,"kind":1,"name":"pleroma/api_client","url":"modules/pleroma_api_client.html","classes":"tsd-kind-module"},{"id":856,"kind":2,"name":"default","url":"modules/pleroma_api_client.default.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/api_client"},{"id":857,"kind":2,"name":"Entity","url":"modules/pleroma_api_client.default.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-namespace","parent":"pleroma/api_client.default"},{"id":858,"kind":4194304,"name":"Account","url":"modules/pleroma_api_client.default.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":859,"kind":4194304,"name":"Activity","url":"modules/pleroma_api_client.default.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":860,"kind":4194304,"name":"Application","url":"modules/pleroma_api_client.default.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":861,"kind":4194304,"name":"Attachment","url":"modules/pleroma_api_client.default.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":862,"kind":4194304,"name":"Card","url":"modules/pleroma_api_client.default.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":863,"kind":4194304,"name":"Context","url":"modules/pleroma_api_client.default.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":864,"kind":4194304,"name":"Conversation","url":"modules/pleroma_api_client.default.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":865,"kind":4194304,"name":"Emoji","url":"modules/pleroma_api_client.default.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":866,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_api_client.default.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":867,"kind":4194304,"name":"Field","url":"modules/pleroma_api_client.default.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":868,"kind":4194304,"name":"Filter","url":"modules/pleroma_api_client.default.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":869,"kind":4194304,"name":"History","url":"modules/pleroma_api_client.default.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":870,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_api_client.default.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":871,"kind":4194304,"name":"Instance","url":"modules/pleroma_api_client.default.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":872,"kind":4194304,"name":"List","url":"modules/pleroma_api_client.default.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":873,"kind":4194304,"name":"Marker","url":"modules/pleroma_api_client.default.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":874,"kind":4194304,"name":"Mention","url":"modules/pleroma_api_client.default.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":875,"kind":4194304,"name":"Notification","url":"modules/pleroma_api_client.default.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":876,"kind":4194304,"name":"Poll","url":"modules/pleroma_api_client.default.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":877,"kind":4194304,"name":"PollOption","url":"modules/pleroma_api_client.default.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":878,"kind":4194304,"name":"Preferences","url":"modules/pleroma_api_client.default.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":879,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_api_client.default.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":880,"kind":4194304,"name":"Reaction","url":"modules/pleroma_api_client.default.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":881,"kind":4194304,"name":"Relationship","url":"modules/pleroma_api_client.default.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":882,"kind":4194304,"name":"Report","url":"modules/pleroma_api_client.default.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":883,"kind":4194304,"name":"Results","url":"modules/pleroma_api_client.default.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":884,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_api_client.default.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":885,"kind":4194304,"name":"Source","url":"modules/pleroma_api_client.default.entity.html#source","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":886,"kind":4194304,"name":"Stats","url":"modules/pleroma_api_client.default.entity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":887,"kind":4194304,"name":"Status","url":"modules/pleroma_api_client.default.entity.html#status","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":888,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_api_client.default.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":889,"kind":4194304,"name":"Tag","url":"modules/pleroma_api_client.default.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":890,"kind":4194304,"name":"Token","url":"modules/pleroma_api_client.default.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":891,"kind":4194304,"name":"URLs","url":"modules/pleroma_api_client.default.entity.html#urls","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Entity"},{"id":892,"kind":2,"name":"Converter","url":"modules/pleroma_api_client.default.converter.html","classes":"tsd-kind-namespace tsd-parent-kind-namespace","parent":"pleroma/api_client.default"},{"id":893,"kind":64,"name":"decodeNotificationType","url":"modules/pleroma_api_client.default.converter.html#decodenotificationtype","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":894,"kind":64,"name":"encodeNotificationType","url":"modules/pleroma_api_client.default.converter.html#encodenotificationtype","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":895,"kind":64,"name":"account","url":"modules/pleroma_api_client.default.converter.html#account","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":896,"kind":64,"name":"activity","url":"modules/pleroma_api_client.default.converter.html#activity","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":897,"kind":64,"name":"application","url":"modules/pleroma_api_client.default.converter.html#application","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":898,"kind":64,"name":"attachment","url":"modules/pleroma_api_client.default.converter.html#attachment","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":899,"kind":64,"name":"card","url":"modules/pleroma_api_client.default.converter.html#card","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":900,"kind":64,"name":"context","url":"modules/pleroma_api_client.default.converter.html#context","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":901,"kind":64,"name":"conversation","url":"modules/pleroma_api_client.default.converter.html#conversation","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":902,"kind":64,"name":"emoji","url":"modules/pleroma_api_client.default.converter.html#emoji","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":903,"kind":64,"name":"featured_tag","url":"modules/pleroma_api_client.default.converter.html#featured_tag","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":904,"kind":64,"name":"field","url":"modules/pleroma_api_client.default.converter.html#field","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":905,"kind":64,"name":"filter","url":"modules/pleroma_api_client.default.converter.html#filter","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":906,"kind":64,"name":"history","url":"modules/pleroma_api_client.default.converter.html#history","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":907,"kind":64,"name":"identity_proof","url":"modules/pleroma_api_client.default.converter.html#identity_proof","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":908,"kind":64,"name":"instance","url":"modules/pleroma_api_client.default.converter.html#instance","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":909,"kind":64,"name":"list","url":"modules/pleroma_api_client.default.converter.html#list","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":910,"kind":64,"name":"marker","url":"modules/pleroma_api_client.default.converter.html#marker","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":911,"kind":64,"name":"mention","url":"modules/pleroma_api_client.default.converter.html#mention","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":912,"kind":64,"name":"notification","url":"modules/pleroma_api_client.default.converter.html#notification","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":913,"kind":64,"name":"poll","url":"modules/pleroma_api_client.default.converter.html#poll","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":914,"kind":64,"name":"pollOption","url":"modules/pleroma_api_client.default.converter.html#polloption","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":915,"kind":64,"name":"preferences","url":"modules/pleroma_api_client.default.converter.html#preferences","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":916,"kind":64,"name":"push_subscription","url":"modules/pleroma_api_client.default.converter.html#push_subscription","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":917,"kind":64,"name":"reaction","url":"modules/pleroma_api_client.default.converter.html#reaction","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":918,"kind":64,"name":"relationship","url":"modules/pleroma_api_client.default.converter.html#relationship","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":919,"kind":64,"name":"report","url":"modules/pleroma_api_client.default.converter.html#report","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":920,"kind":64,"name":"results","url":"modules/pleroma_api_client.default.converter.html#results","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":921,"kind":64,"name":"scheduled_status","url":"modules/pleroma_api_client.default.converter.html#scheduled_status","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":922,"kind":64,"name":"source","url":"modules/pleroma_api_client.default.converter.html#source","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":923,"kind":64,"name":"stats","url":"modules/pleroma_api_client.default.converter.html#stats","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":924,"kind":64,"name":"status","url":"modules/pleroma_api_client.default.converter.html#status","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":925,"kind":64,"name":"status_params","url":"modules/pleroma_api_client.default.converter.html#status_params","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":926,"kind":64,"name":"tag","url":"modules/pleroma_api_client.default.converter.html#tag","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":927,"kind":64,"name":"token","url":"modules/pleroma_api_client.default.converter.html#token","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":928,"kind":64,"name":"urls","url":"modules/pleroma_api_client.default.converter.html#urls","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"pleroma/api_client.default.Converter"},{"id":929,"kind":256,"name":"Interface","url":"interfaces/pleroma_api_client.default.interface.html","classes":"tsd-kind-interface tsd-parent-kind-namespace","parent":"pleroma/api_client.default"},{"id":930,"kind":2048,"name":"get","url":"interfaces/pleroma_api_client.default.interface.html#get","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"pleroma/api_client.default.Interface"},{"id":931,"kind":2048,"name":"put","url":"interfaces/pleroma_api_client.default.interface.html#put","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"pleroma/api_client.default.Interface"},{"id":932,"kind":2048,"name":"patch","url":"interfaces/pleroma_api_client.default.interface.html#patch","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"pleroma/api_client.default.Interface"},{"id":933,"kind":2048,"name":"post","url":"interfaces/pleroma_api_client.default.interface.html#post","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"pleroma/api_client.default.Interface"},{"id":934,"kind":2048,"name":"del","url":"interfaces/pleroma_api_client.default.interface.html#del","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"pleroma/api_client.default.Interface"},{"id":935,"kind":2048,"name":"cancel","url":"interfaces/pleroma_api_client.default.interface.html#cancel","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"pleroma/api_client.default.Interface"},{"id":936,"kind":2048,"name":"socket","url":"interfaces/pleroma_api_client.default.interface.html#socket","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"pleroma/api_client.default.Interface"},{"id":937,"kind":128,"name":"Client","url":"classes/pleroma_api_client.default.client.html","classes":"tsd-kind-class tsd-parent-kind-namespace","parent":"pleroma/api_client.default"},{"id":938,"kind":1024,"name":"DEFAULT_SCOPE","url":"classes/pleroma_api_client.default.client.html#default_scope","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"pleroma/api_client.default.Client"},{"id":939,"kind":1024,"name":"DEFAULT_URL","url":"classes/pleroma_api_client.default.client.html#default_url","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"pleroma/api_client.default.Client"},{"id":940,"kind":1024,"name":"NO_REDIRECT","url":"classes/pleroma_api_client.default.client.html#no_redirect","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"pleroma/api_client.default.Client"},{"id":941,"kind":512,"name":"constructor","url":"classes/pleroma_api_client.default.client.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"pleroma/api_client.default.Client"},{"id":942,"kind":1024,"name":"accessToken","url":"classes/pleroma_api_client.default.client.html#accesstoken","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/api_client.default.Client"},{"id":943,"kind":1024,"name":"baseUrl","url":"classes/pleroma_api_client.default.client.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/api_client.default.Client"},{"id":944,"kind":1024,"name":"userAgent","url":"classes/pleroma_api_client.default.client.html#useragent","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/api_client.default.Client"},{"id":945,"kind":1024,"name":"cancelTokenSource","url":"classes/pleroma_api_client.default.client.html#canceltokensource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/api_client.default.Client"},{"id":946,"kind":1024,"name":"proxyConfig","url":"classes/pleroma_api_client.default.client.html#proxyconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/api_client.default.Client"},{"id":947,"kind":2048,"name":"get","url":"classes/pleroma_api_client.default.client.html#get","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"pleroma/api_client.default.Client"},{"id":948,"kind":2048,"name":"put","url":"classes/pleroma_api_client.default.client.html#put","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"pleroma/api_client.default.Client"},{"id":949,"kind":2048,"name":"patch","url":"classes/pleroma_api_client.default.client.html#patch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"pleroma/api_client.default.Client"},{"id":950,"kind":2048,"name":"post","url":"classes/pleroma_api_client.default.client.html#post","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"pleroma/api_client.default.Client"},{"id":951,"kind":2048,"name":"del","url":"classes/pleroma_api_client.default.client.html#del","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"pleroma/api_client.default.Client"},{"id":952,"kind":2048,"name":"cancel","url":"classes/pleroma_api_client.default.client.html#cancel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma/api_client.default.Client"},{"id":953,"kind":2048,"name":"socket","url":"classes/pleroma_api_client.default.client.html#socket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma/api_client.default.Client"},{"id":954,"kind":1,"name":"pleroma/entities/account","url":"modules/pleroma_entities_account.html","classes":"tsd-kind-module"},{"id":955,"kind":1,"name":"pleroma/entities/activity","url":"modules/pleroma_entities_activity.html","classes":"tsd-kind-module"},{"id":956,"kind":1,"name":"pleroma/entities/application","url":"modules/pleroma_entities_application.html","classes":"tsd-kind-module"},{"id":957,"kind":1,"name":"pleroma/entities/attachment","url":"modules/pleroma_entities_attachment.html","classes":"tsd-kind-module"},{"id":958,"kind":1,"name":"pleroma/entities/card","url":"modules/pleroma_entities_card.html","classes":"tsd-kind-module"},{"id":959,"kind":1,"name":"pleroma/entities/context","url":"modules/pleroma_entities_context.html","classes":"tsd-kind-module"},{"id":960,"kind":1,"name":"pleroma/entities/conversation","url":"modules/pleroma_entities_conversation.html","classes":"tsd-kind-module"},{"id":961,"kind":1,"name":"pleroma/entities/emoji","url":"modules/pleroma_entities_emoji.html","classes":"tsd-kind-module"},{"id":962,"kind":1,"name":"pleroma/entities/featured_tag","url":"modules/pleroma_entities_featured_tag.html","classes":"tsd-kind-module"},{"id":963,"kind":1,"name":"pleroma/entities/field","url":"modules/pleroma_entities_field.html","classes":"tsd-kind-module"},{"id":964,"kind":1,"name":"pleroma/entities/filter","url":"modules/pleroma_entities_filter.html","classes":"tsd-kind-module"},{"id":965,"kind":1,"name":"pleroma/entities/history","url":"modules/pleroma_entities_history.html","classes":"tsd-kind-module"},{"id":966,"kind":1,"name":"pleroma/entities/identity_proof","url":"modules/pleroma_entities_identity_proof.html","classes":"tsd-kind-module"},{"id":967,"kind":1,"name":"pleroma/entities/instance","url":"modules/pleroma_entities_instance.html","classes":"tsd-kind-module"},{"id":968,"kind":1,"name":"pleroma/entities/list","url":"modules/pleroma_entities_list.html","classes":"tsd-kind-module"},{"id":969,"kind":1,"name":"pleroma/entities/marker","url":"modules/pleroma_entities_marker.html","classes":"tsd-kind-module"},{"id":970,"kind":1,"name":"pleroma/entities/mention","url":"modules/pleroma_entities_mention.html","classes":"tsd-kind-module"},{"id":971,"kind":1,"name":"pleroma/entities/notification","url":"modules/pleroma_entities_notification.html","classes":"tsd-kind-module"},{"id":972,"kind":1,"name":"pleroma/entities/poll","url":"modules/pleroma_entities_poll.html","classes":"tsd-kind-module"},{"id":973,"kind":1,"name":"pleroma/entities/poll_option","url":"modules/pleroma_entities_poll_option.html","classes":"tsd-kind-module"},{"id":974,"kind":1,"name":"pleroma/entities/preferences","url":"modules/pleroma_entities_preferences.html","classes":"tsd-kind-module"},{"id":975,"kind":1,"name":"pleroma/entities/push_subscription","url":"modules/pleroma_entities_push_subscription.html","classes":"tsd-kind-module"},{"id":976,"kind":1,"name":"pleroma/entities/reaction","url":"modules/pleroma_entities_reaction.html","classes":"tsd-kind-module"},{"id":977,"kind":1,"name":"pleroma/entities/relationship","url":"modules/pleroma_entities_relationship.html","classes":"tsd-kind-module"},{"id":978,"kind":1,"name":"pleroma/entities/report","url":"modules/pleroma_entities_report.html","classes":"tsd-kind-module"},{"id":979,"kind":1,"name":"pleroma/entities/results","url":"modules/pleroma_entities_results.html","classes":"tsd-kind-module"},{"id":980,"kind":1,"name":"pleroma/entities/scheduled_status","url":"modules/pleroma_entities_scheduled_status.html","classes":"tsd-kind-module"},{"id":981,"kind":1,"name":"pleroma/entities/source","url":"modules/pleroma_entities_source.html","classes":"tsd-kind-module"},{"id":982,"kind":1,"name":"pleroma/entities/stats","url":"modules/pleroma_entities_stats.html","classes":"tsd-kind-module"},{"id":983,"kind":1,"name":"pleroma/entities/status","url":"modules/pleroma_entities_status.html","classes":"tsd-kind-module"},{"id":984,"kind":1,"name":"pleroma/entities/status_params","url":"modules/pleroma_entities_status_params.html","classes":"tsd-kind-module"},{"id":985,"kind":1,"name":"pleroma/entities/tag","url":"modules/pleroma_entities_tag.html","classes":"tsd-kind-module"},{"id":986,"kind":1,"name":"pleroma/entities/token","url":"modules/pleroma_entities_token.html","classes":"tsd-kind-module"},{"id":987,"kind":1,"name":"pleroma/entities/urls","url":"modules/pleroma_entities_urls.html","classes":"tsd-kind-module"},{"id":988,"kind":1,"name":"pleroma/entity","url":"modules/pleroma_entity.html","classes":"tsd-kind-module"},{"id":989,"kind":1,"name":"pleroma/notification","url":"modules/pleroma_notification.html","classes":"tsd-kind-module"},{"id":990,"kind":2,"name":"default","url":"modules/pleroma_notification.default.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/notification"},{"id":991,"kind":32,"name":"Mention","url":"modules/pleroma_notification.default.html#mention","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"pleroma/notification.default"},{"id":992,"kind":32,"name":"Reblog","url":"modules/pleroma_notification.default.html#reblog","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"pleroma/notification.default"},{"id":993,"kind":32,"name":"Favourite","url":"modules/pleroma_notification.default.html#favourite","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"pleroma/notification.default"},{"id":994,"kind":32,"name":"Follow","url":"modules/pleroma_notification.default.html#follow","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"pleroma/notification.default"},{"id":995,"kind":32,"name":"Poll","url":"modules/pleroma_notification.default.html#poll","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"pleroma/notification.default"},{"id":996,"kind":32,"name":"PleromaEmojiReaction","url":"modules/pleroma_notification.default.html#pleromaemojireaction","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"pleroma/notification.default"},{"id":997,"kind":32,"name":"FollowRequest","url":"modules/pleroma_notification.default.html#followrequest","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"pleroma/notification.default"},{"id":998,"kind":1,"name":"pleroma/web_socket","url":"modules/pleroma_web_socket.html","classes":"tsd-kind-module"},{"id":999,"kind":128,"name":"default","url":"classes/pleroma_web_socket.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"pleroma/web_socket"},{"id":1000,"kind":512,"name":"constructor","url":"classes/pleroma_web_socket.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"pleroma/web_socket.default"},{"id":1001,"kind":1024,"name":"url","url":"classes/pleroma_web_socket.default.html#url","classes":"tsd-kind-property tsd-parent-kind-class","parent":"pleroma/web_socket.default"},{"id":1002,"kind":1024,"name":"stream","url":"classes/pleroma_web_socket.default.html#stream","classes":"tsd-kind-property tsd-parent-kind-class","parent":"pleroma/web_socket.default"},{"id":1003,"kind":1024,"name":"params","url":"classes/pleroma_web_socket.default.html#params","classes":"tsd-kind-property tsd-parent-kind-class","parent":"pleroma/web_socket.default"},{"id":1004,"kind":1024,"name":"parser","url":"classes/pleroma_web_socket.default.html#parser","classes":"tsd-kind-property tsd-parent-kind-class","parent":"pleroma/web_socket.default"},{"id":1005,"kind":1024,"name":"headers","url":"classes/pleroma_web_socket.default.html#headers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"pleroma/web_socket.default"},{"id":1006,"kind":65536,"name":"__type","url":"classes/pleroma_web_socket.default.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"pleroma/web_socket.default"},{"id":1007,"kind":1024,"name":"proxyConfig","url":"classes/pleroma_web_socket.default.html#proxyconfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"pleroma/web_socket.default"},{"id":1008,"kind":1024,"name":"_accessToken","url":"classes/pleroma_web_socket.default.html#_accesstoken","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1009,"kind":1024,"name":"_reconnectInterval","url":"classes/pleroma_web_socket.default.html#_reconnectinterval","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1010,"kind":1024,"name":"_reconnectMaxAttempts","url":"classes/pleroma_web_socket.default.html#_reconnectmaxattempts","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1011,"kind":1024,"name":"_reconnectCurrentAttempts","url":"classes/pleroma_web_socket.default.html#_reconnectcurrentattempts","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1012,"kind":1024,"name":"_connectionClosed","url":"classes/pleroma_web_socket.default.html#_connectionclosed","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1013,"kind":1024,"name":"_client","url":"classes/pleroma_web_socket.default.html#_client","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1014,"kind":1024,"name":"_pongReceivedTimestamp","url":"classes/pleroma_web_socket.default.html#_pongreceivedtimestamp","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1015,"kind":1024,"name":"_heartbeatInterval","url":"classes/pleroma_web_socket.default.html#_heartbeatinterval","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1016,"kind":1024,"name":"_pongWaiting","url":"classes/pleroma_web_socket.default.html#_pongwaiting","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1017,"kind":2048,"name":"start","url":"classes/pleroma_web_socket.default.html#start","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma/web_socket.default"},{"id":1018,"kind":2048,"name":"_startWebSocketConnection","url":"classes/pleroma_web_socket.default.html#_startwebsocketconnection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1019,"kind":2048,"name":"stop","url":"classes/pleroma_web_socket.default.html#stop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma/web_socket.default"},{"id":1020,"kind":2048,"name":"_resetConnection","url":"classes/pleroma_web_socket.default.html#_resetconnection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1021,"kind":2048,"name":"_resetRetryParams","url":"classes/pleroma_web_socket.default.html#_resetretryparams","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1022,"kind":2048,"name":"_reconnect","url":"classes/pleroma_web_socket.default.html#_reconnect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1023,"kind":2048,"name":"_connect","url":"classes/pleroma_web_socket.default.html#_connect","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1024,"kind":2048,"name":"_clearBinding","url":"classes/pleroma_web_socket.default.html#_clearbinding","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1025,"kind":2048,"name":"_bindSocket","url":"classes/pleroma_web_socket.default.html#_bindsocket","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1026,"kind":2048,"name":"_setupParser","url":"classes/pleroma_web_socket.default.html#_setupparser","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1027,"kind":2048,"name":"_checkAlive","url":"classes/pleroma_web_socket.default.html#_checkalive","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"pleroma/web_socket.default"},{"id":1028,"kind":128,"name":"Parser","url":"classes/pleroma_web_socket.parser.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"pleroma/web_socket"},{"id":1029,"kind":512,"name":"constructor","url":"classes/pleroma_web_socket.parser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"pleroma/web_socket.Parser"},{"id":1030,"kind":2048,"name":"parse","url":"classes/pleroma_web_socket.parser.html#parse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma/web_socket.Parser"},{"id":1031,"kind":1,"name":"pleroma","url":"modules/pleroma.html","classes":"tsd-kind-module"},{"id":1032,"kind":128,"name":"default","url":"classes/pleroma.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"pleroma"},{"id":1033,"kind":512,"name":"constructor","url":"classes/pleroma.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"pleroma.default"},{"id":1034,"kind":1024,"name":"client","url":"classes/pleroma.default.html#client","classes":"tsd-kind-property tsd-parent-kind-class","parent":"pleroma.default"},{"id":1035,"kind":1024,"name":"baseUrl","url":"classes/pleroma.default.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-class","parent":"pleroma.default"},{"id":1036,"kind":2048,"name":"cancel","url":"classes/pleroma.default.html#cancel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1037,"kind":2048,"name":"registerApp","url":"classes/pleroma.default.html#registerapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1038,"kind":2048,"name":"createApp","url":"classes/pleroma.default.html#createapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1039,"kind":2048,"name":"generateAuthUrl","url":"classes/pleroma.default.html#generateauthurl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1040,"kind":2048,"name":"verifyAppCredentials","url":"classes/pleroma.default.html#verifyappcredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1041,"kind":2048,"name":"fetchAccessToken","url":"classes/pleroma.default.html#fetchaccesstoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1042,"kind":2048,"name":"refreshToken","url":"classes/pleroma.default.html#refreshtoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1043,"kind":2048,"name":"revokeToken","url":"classes/pleroma.default.html#revoketoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1044,"kind":2048,"name":"registerAccount","url":"classes/pleroma.default.html#registeraccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1045,"kind":2048,"name":"verifyAccountCredentials","url":"classes/pleroma.default.html#verifyaccountcredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1046,"kind":2048,"name":"updateCredentials","url":"classes/pleroma.default.html#updatecredentials","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1047,"kind":2048,"name":"getAccount","url":"classes/pleroma.default.html#getaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1048,"kind":2048,"name":"getAccountStatuses","url":"classes/pleroma.default.html#getaccountstatuses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1049,"kind":2048,"name":"subscribeAccount","url":"classes/pleroma.default.html#subscribeaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1050,"kind":2048,"name":"unsubscribeAccount","url":"classes/pleroma.default.html#unsubscribeaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1051,"kind":2048,"name":"getAccountFavourites","url":"classes/pleroma.default.html#getaccountfavourites","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1052,"kind":2048,"name":"getAccountFollowers","url":"classes/pleroma.default.html#getaccountfollowers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1053,"kind":2048,"name":"getAccountFollowing","url":"classes/pleroma.default.html#getaccountfollowing","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1054,"kind":2048,"name":"getAccountLists","url":"classes/pleroma.default.html#getaccountlists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1055,"kind":2048,"name":"getIdentityProof","url":"classes/pleroma.default.html#getidentityproof","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1056,"kind":2048,"name":"followAccount","url":"classes/pleroma.default.html#followaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1057,"kind":2048,"name":"unfollowAccount","url":"classes/pleroma.default.html#unfollowaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1058,"kind":2048,"name":"blockAccount","url":"classes/pleroma.default.html#blockaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1059,"kind":2048,"name":"unblockAccount","url":"classes/pleroma.default.html#unblockaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1060,"kind":2048,"name":"muteAccount","url":"classes/pleroma.default.html#muteaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1061,"kind":2048,"name":"unmuteAccount","url":"classes/pleroma.default.html#unmuteaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1062,"kind":2048,"name":"pinAccount","url":"classes/pleroma.default.html#pinaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1063,"kind":2048,"name":"unpinAccount","url":"classes/pleroma.default.html#unpinaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1064,"kind":2048,"name":"getRelationship","url":"classes/pleroma.default.html#getrelationship","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1065,"kind":2048,"name":"getRelationships","url":"classes/pleroma.default.html#getrelationships","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1066,"kind":2048,"name":"searchAccount","url":"classes/pleroma.default.html#searchaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1067,"kind":2048,"name":"getBookmarks","url":"classes/pleroma.default.html#getbookmarks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1068,"kind":2048,"name":"getFavourites","url":"classes/pleroma.default.html#getfavourites","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1069,"kind":2048,"name":"getMutes","url":"classes/pleroma.default.html#getmutes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1070,"kind":2048,"name":"getBlocks","url":"classes/pleroma.default.html#getblocks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1071,"kind":2048,"name":"getDomainBlocks","url":"classes/pleroma.default.html#getdomainblocks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1072,"kind":2048,"name":"blockDomain","url":"classes/pleroma.default.html#blockdomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1073,"kind":2048,"name":"unblockDomain","url":"classes/pleroma.default.html#unblockdomain","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1074,"kind":2048,"name":"getFilters","url":"classes/pleroma.default.html#getfilters","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1075,"kind":2048,"name":"getFilter","url":"classes/pleroma.default.html#getfilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1076,"kind":2048,"name":"createFilter","url":"classes/pleroma.default.html#createfilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1077,"kind":2048,"name":"updateFilter","url":"classes/pleroma.default.html#updatefilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1078,"kind":2048,"name":"deleteFilter","url":"classes/pleroma.default.html#deletefilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1079,"kind":2048,"name":"report","url":"classes/pleroma.default.html#report","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1080,"kind":2048,"name":"getFollowRequests","url":"classes/pleroma.default.html#getfollowrequests","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1081,"kind":2048,"name":"acceptFollowRequest","url":"classes/pleroma.default.html#acceptfollowrequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1082,"kind":2048,"name":"rejectFollowRequest","url":"classes/pleroma.default.html#rejectfollowrequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1083,"kind":2048,"name":"getEndorsements","url":"classes/pleroma.default.html#getendorsements","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1084,"kind":2048,"name":"getFeaturedTags","url":"classes/pleroma.default.html#getfeaturedtags","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1085,"kind":2048,"name":"createFeaturedTag","url":"classes/pleroma.default.html#createfeaturedtag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1086,"kind":2048,"name":"deleteFeaturedTag","url":"classes/pleroma.default.html#deletefeaturedtag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1087,"kind":2048,"name":"getSuggestedTags","url":"classes/pleroma.default.html#getsuggestedtags","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1088,"kind":2048,"name":"getPreferences","url":"classes/pleroma.default.html#getpreferences","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1089,"kind":2048,"name":"getSuggestions","url":"classes/pleroma.default.html#getsuggestions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1090,"kind":2048,"name":"postStatus","url":"classes/pleroma.default.html#poststatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1091,"kind":2048,"name":"getStatus","url":"classes/pleroma.default.html#getstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1092,"kind":2048,"name":"deleteStatus","url":"classes/pleroma.default.html#deletestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1093,"kind":2048,"name":"getStatusContext","url":"classes/pleroma.default.html#getstatuscontext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1094,"kind":2048,"name":"getStatusRebloggedBy","url":"classes/pleroma.default.html#getstatusrebloggedby","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1095,"kind":2048,"name":"getStatusFavouritedBy","url":"classes/pleroma.default.html#getstatusfavouritedby","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1096,"kind":2048,"name":"favouriteStatus","url":"classes/pleroma.default.html#favouritestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1097,"kind":2048,"name":"unfavouriteStatus","url":"classes/pleroma.default.html#unfavouritestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1098,"kind":2048,"name":"reblogStatus","url":"classes/pleroma.default.html#reblogstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1099,"kind":2048,"name":"unreblogStatus","url":"classes/pleroma.default.html#unreblogstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1100,"kind":2048,"name":"bookmarkStatus","url":"classes/pleroma.default.html#bookmarkstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1101,"kind":2048,"name":"unbookmarkStatus","url":"classes/pleroma.default.html#unbookmarkstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1102,"kind":2048,"name":"muteStatus","url":"classes/pleroma.default.html#mutestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1103,"kind":2048,"name":"unmuteStatus","url":"classes/pleroma.default.html#unmutestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1104,"kind":2048,"name":"pinStatus","url":"classes/pleroma.default.html#pinstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1105,"kind":2048,"name":"unpinStatus","url":"classes/pleroma.default.html#unpinstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1106,"kind":2048,"name":"uploadMedia","url":"classes/pleroma.default.html#uploadmedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1107,"kind":2048,"name":"updateMedia","url":"classes/pleroma.default.html#updatemedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1108,"kind":2048,"name":"getPoll","url":"classes/pleroma.default.html#getpoll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1109,"kind":2048,"name":"votePoll","url":"classes/pleroma.default.html#votepoll","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1110,"kind":2048,"name":"getScheduledStatuses","url":"classes/pleroma.default.html#getscheduledstatuses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1111,"kind":2048,"name":"getScheduledStatus","url":"classes/pleroma.default.html#getscheduledstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1112,"kind":2048,"name":"scheduleStatus","url":"classes/pleroma.default.html#schedulestatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1113,"kind":2048,"name":"cancelScheduledStatus","url":"classes/pleroma.default.html#cancelscheduledstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1114,"kind":2048,"name":"getPublicTimeline","url":"classes/pleroma.default.html#getpublictimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1115,"kind":2048,"name":"getLocalTimeline","url":"classes/pleroma.default.html#getlocaltimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1116,"kind":2048,"name":"getTagTimeline","url":"classes/pleroma.default.html#gettagtimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1117,"kind":2048,"name":"getHomeTimeline","url":"classes/pleroma.default.html#gethometimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1118,"kind":2048,"name":"getListTimeline","url":"classes/pleroma.default.html#getlisttimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1119,"kind":2048,"name":"getConversationTimeline","url":"classes/pleroma.default.html#getconversationtimeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1120,"kind":2048,"name":"deleteConversation","url":"classes/pleroma.default.html#deleteconversation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1121,"kind":2048,"name":"readConversation","url":"classes/pleroma.default.html#readconversation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1122,"kind":2048,"name":"getLists","url":"classes/pleroma.default.html#getlists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1123,"kind":2048,"name":"getList","url":"classes/pleroma.default.html#getlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1124,"kind":2048,"name":"createList","url":"classes/pleroma.default.html#createlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1125,"kind":2048,"name":"updateList","url":"classes/pleroma.default.html#updatelist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1126,"kind":2048,"name":"deleteList","url":"classes/pleroma.default.html#deletelist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1127,"kind":2048,"name":"getAccountsInList","url":"classes/pleroma.default.html#getaccountsinlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1128,"kind":2048,"name":"addAccountsToList","url":"classes/pleroma.default.html#addaccountstolist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1129,"kind":2048,"name":"deleteAccountsFromList","url":"classes/pleroma.default.html#deleteaccountsfromlist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1130,"kind":2048,"name":"getMarker","url":"classes/pleroma.default.html#getmarker","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1131,"kind":2048,"name":"saveMarker","url":"classes/pleroma.default.html#savemarker","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1132,"kind":2048,"name":"getNotifications","url":"classes/pleroma.default.html#getnotifications","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1133,"kind":2048,"name":"getNotification","url":"classes/pleroma.default.html#getnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1134,"kind":2048,"name":"dismissNotifications","url":"classes/pleroma.default.html#dismissnotifications","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1135,"kind":2048,"name":"dismissNotification","url":"classes/pleroma.default.html#dismissnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1136,"kind":2048,"name":"subscribePushNotification","url":"classes/pleroma.default.html#subscribepushnotification","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1137,"kind":2048,"name":"getPushSubscription","url":"classes/pleroma.default.html#getpushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1138,"kind":2048,"name":"updatePushSubscription","url":"classes/pleroma.default.html#updatepushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1139,"kind":2048,"name":"deletePushSubscription","url":"classes/pleroma.default.html#deletepushsubscription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1140,"kind":2048,"name":"search","url":"classes/pleroma.default.html#search","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1141,"kind":2048,"name":"getInstance","url":"classes/pleroma.default.html#getinstance","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1142,"kind":2048,"name":"getInstancePeers","url":"classes/pleroma.default.html#getinstancepeers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1143,"kind":2048,"name":"getInstanceActivity","url":"classes/pleroma.default.html#getinstanceactivity","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1144,"kind":2048,"name":"getInstanceTrends","url":"classes/pleroma.default.html#getinstancetrends","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1145,"kind":2048,"name":"getInstanceDirectory","url":"classes/pleroma.default.html#getinstancedirectory","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1146,"kind":2048,"name":"getInstanceCustomEmojis","url":"classes/pleroma.default.html#getinstancecustomemojis","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1147,"kind":2048,"name":"createEmojiReaction","url":"classes/pleroma.default.html#createemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1148,"kind":2048,"name":"deleteEmojiReaction","url":"classes/pleroma.default.html#deleteemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1149,"kind":2048,"name":"getEmojiReactions","url":"classes/pleroma.default.html#getemojireactions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1150,"kind":2048,"name":"getEmojiReaction","url":"classes/pleroma.default.html#getemojireaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1151,"kind":2048,"name":"userStream","url":"classes/pleroma.default.html#userstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1152,"kind":2048,"name":"publicStream","url":"classes/pleroma.default.html#publicstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1153,"kind":2048,"name":"localStream","url":"classes/pleroma.default.html#localstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1154,"kind":2048,"name":"tagStream","url":"classes/pleroma.default.html#tagstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1155,"kind":2048,"name":"listStream","url":"classes/pleroma.default.html#liststream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1156,"kind":2048,"name":"directStream","url":"classes/pleroma.default.html#directstream","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1157,"kind":2048,"name":"userSocket","url":"classes/pleroma.default.html#usersocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1158,"kind":2048,"name":"publicSocket","url":"classes/pleroma.default.html#publicsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1159,"kind":2048,"name":"localSocket","url":"classes/pleroma.default.html#localsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1160,"kind":2048,"name":"tagSocket","url":"classes/pleroma.default.html#tagsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1161,"kind":2048,"name":"listSocket","url":"classes/pleroma.default.html#listsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1162,"kind":2048,"name":"directSocket","url":"classes/pleroma.default.html#directsocket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"pleroma.default"},{"id":1163,"kind":1,"name":"proxy_config","url":"modules/proxy_config.html","classes":"tsd-kind-module"},{"id":1164,"kind":4194304,"name":"ProxyConfig","url":"modules/proxy_config.html#proxyconfig","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"proxy_config"},{"id":1165,"kind":65536,"name":"__type","url":"modules/proxy_config.html#proxyconfig.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"proxy_config.ProxyConfig"},{"id":1166,"kind":1024,"name":"host","url":"modules/proxy_config.html#proxyconfig.__type.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"proxy_config.ProxyConfig.__type"},{"id":1167,"kind":1024,"name":"port","url":"modules/proxy_config.html#proxyconfig.__type.port","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"proxy_config.ProxyConfig.__type"},{"id":1168,"kind":1024,"name":"auth","url":"modules/proxy_config.html#proxyconfig.__type.auth","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"proxy_config.ProxyConfig.__type"},{"id":1169,"kind":65536,"name":"__type","url":"modules/proxy_config.html#proxyconfig.__type.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"proxy_config.ProxyConfig.__type"},{"id":1170,"kind":1024,"name":"username","url":"modules/proxy_config.html#proxyconfig.__type.__type-1.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"proxy_config.ProxyConfig.__type.__type"},{"id":1171,"kind":1024,"name":"password","url":"modules/proxy_config.html#proxyconfig.__type.__type-1.password","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"proxy_config.ProxyConfig.__type.__type"},{"id":1172,"kind":1024,"name":"protocol","url":"modules/proxy_config.html#proxyconfig.__type.protocol","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"proxy_config.ProxyConfig.__type"},{"id":1173,"kind":64,"name":"default","url":"modules/proxy_config.html#default","classes":"tsd-kind-function tsd-parent-kind-module","parent":"proxy_config"},{"id":1174,"kind":1,"name":"response","url":"modules/response.html","classes":"tsd-kind-module"},{"id":1175,"kind":4194304,"name":"default","url":"modules/response.html#default","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"response"},{"id":1176,"kind":65536,"name":"__type","url":"modules/response.html#default.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"response.default"},{"id":1177,"kind":1024,"name":"data","url":"modules/response.html#default.__type.data","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"response.default.__type"},{"id":1178,"kind":1024,"name":"status","url":"modules/response.html#default.__type.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"response.default.__type"},{"id":1179,"kind":1024,"name":"statusText","url":"modules/response.html#default.__type.statustext","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"response.default.__type"},{"id":1180,"kind":1024,"name":"headers","url":"modules/response.html#default.__type.headers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"response.default.__type"},{"id":1181,"kind":2,"name":"Entity","url":"modules/entities_account.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/account"},{"id":1182,"kind":4194304,"name":"Emoji","url":"modules/entities_account.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1183,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Emoji"},{"id":1184,"kind":1024,"name":"shortcode","url":"modules/entities_account.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Emoji.__type"},{"id":1185,"kind":1024,"name":"static_url","url":"modules/entities_account.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Emoji.__type"},{"id":1186,"kind":1024,"name":"url","url":"modules/entities_account.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Emoji.__type"},{"id":1187,"kind":1024,"name":"visible_in_picker","url":"modules/entities_account.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Emoji.__type"},{"id":1188,"kind":4194304,"name":"Source","url":"modules/entities_account.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1189,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Source"},{"id":1190,"kind":1024,"name":"privacy","url":"modules/entities_account.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Source.__type"},{"id":1191,"kind":1024,"name":"sensitive","url":"modules/entities_account.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Source.__type"},{"id":1192,"kind":1024,"name":"language","url":"modules/entities_account.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Source.__type"},{"id":1193,"kind":1024,"name":"note","url":"modules/entities_account.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Source.__type"},{"id":1194,"kind":1024,"name":"fields","url":"modules/entities_account.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Source.__type"},{"id":1195,"kind":4194304,"name":"Account","url":"modules/entities_account.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1196,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Account"},{"id":1197,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1198,"kind":1024,"name":"username","url":"modules/entities_account.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1199,"kind":1024,"name":"acct","url":"modules/entities_account.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1200,"kind":1024,"name":"display_name","url":"modules/entities_account.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1201,"kind":1024,"name":"locked","url":"modules/entities_account.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1202,"kind":1024,"name":"created_at","url":"modules/entities_account.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1203,"kind":1024,"name":"followers_count","url":"modules/entities_account.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1204,"kind":1024,"name":"following_count","url":"modules/entities_account.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1205,"kind":1024,"name":"statuses_count","url":"modules/entities_account.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1206,"kind":1024,"name":"note","url":"modules/entities_account.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1207,"kind":1024,"name":"url","url":"modules/entities_account.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1208,"kind":1024,"name":"avatar","url":"modules/entities_account.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1209,"kind":1024,"name":"avatar_static","url":"modules/entities_account.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1210,"kind":1024,"name":"header","url":"modules/entities_account.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1211,"kind":1024,"name":"header_static","url":"modules/entities_account.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1212,"kind":1024,"name":"emojis","url":"modules/entities_account.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1213,"kind":1024,"name":"moved","url":"modules/entities_account.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1214,"kind":1024,"name":"fields","url":"modules/entities_account.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1215,"kind":1024,"name":"bot","url":"modules/entities_account.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1216,"kind":1024,"name":"source","url":"modules/entities_account.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Account.__type"},{"id":1217,"kind":4194304,"name":"Activity","url":"modules/entities_account.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1218,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Activity"},{"id":1219,"kind":1024,"name":"week","url":"modules/entities_account.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Activity.__type"},{"id":1220,"kind":1024,"name":"statuses","url":"modules/entities_account.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Activity.__type"},{"id":1221,"kind":1024,"name":"logins","url":"modules/entities_account.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Activity.__type"},{"id":1222,"kind":1024,"name":"registrations","url":"modules/entities_account.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Activity.__type"},{"id":1223,"kind":4194304,"name":"Application","url":"modules/entities_account.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1224,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Application"},{"id":1225,"kind":1024,"name":"name","url":"modules/entities_account.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Application.__type"},{"id":1226,"kind":1024,"name":"website","url":"modules/entities_account.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Application.__type"},{"id":1227,"kind":1024,"name":"vapid_key","url":"modules/entities_account.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Application.__type"},{"id":1228,"kind":4194304,"name":"Attachment","url":"modules/entities_account.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1229,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Attachment"},{"id":1230,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Attachment.__type"},{"id":1231,"kind":1024,"name":"type","url":"modules/entities_account.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Attachment.__type"},{"id":1232,"kind":1024,"name":"url","url":"modules/entities_account.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Attachment.__type"},{"id":1233,"kind":1024,"name":"remote_url","url":"modules/entities_account.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Attachment.__type"},{"id":1234,"kind":1024,"name":"preview_url","url":"modules/entities_account.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Attachment.__type"},{"id":1235,"kind":1024,"name":"text_url","url":"modules/entities_account.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Attachment.__type"},{"id":1236,"kind":1024,"name":"meta","url":"modules/entities_account.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Attachment.__type"},{"id":1237,"kind":1024,"name":"description","url":"modules/entities_account.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Attachment.__type"},{"id":1238,"kind":4194304,"name":"Card","url":"modules/entities_account.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1239,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Card"},{"id":1240,"kind":1024,"name":"url","url":"modules/entities_account.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Card.__type"},{"id":1241,"kind":1024,"name":"title","url":"modules/entities_account.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Card.__type"},{"id":1242,"kind":1024,"name":"description","url":"modules/entities_account.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Card.__type"},{"id":1243,"kind":1024,"name":"type","url":"modules/entities_account.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Card.__type"},{"id":1244,"kind":1024,"name":"image","url":"modules/entities_account.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Card.__type"},{"id":1245,"kind":1024,"name":"author_name","url":"modules/entities_account.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Card.__type"},{"id":1246,"kind":1024,"name":"author_url","url":"modules/entities_account.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Card.__type"},{"id":1247,"kind":1024,"name":"provider_name","url":"modules/entities_account.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Card.__type"},{"id":1248,"kind":1024,"name":"provider_url","url":"modules/entities_account.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Card.__type"},{"id":1249,"kind":1024,"name":"html","url":"modules/entities_account.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Card.__type"},{"id":1250,"kind":1024,"name":"width","url":"modules/entities_account.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Card.__type"},{"id":1251,"kind":1024,"name":"height","url":"modules/entities_account.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Card.__type"},{"id":1252,"kind":4194304,"name":"Mention","url":"modules/entities_account.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1253,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Mention"},{"id":1254,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Mention.__type"},{"id":1255,"kind":1024,"name":"username","url":"modules/entities_account.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Mention.__type"},{"id":1256,"kind":1024,"name":"url","url":"modules/entities_account.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Mention.__type"},{"id":1257,"kind":1024,"name":"acct","url":"modules/entities_account.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Mention.__type"},{"id":1258,"kind":4194304,"name":"History","url":"modules/entities_account.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1259,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.History"},{"id":1260,"kind":1024,"name":"day","url":"modules/entities_account.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.History.__type"},{"id":1261,"kind":1024,"name":"uses","url":"modules/entities_account.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.History.__type"},{"id":1262,"kind":1024,"name":"accounts","url":"modules/entities_account.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.History.__type"},{"id":1263,"kind":4194304,"name":"Tag","url":"modules/entities_account.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1264,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Tag"},{"id":1265,"kind":1024,"name":"name","url":"modules/entities_account.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Tag.__type"},{"id":1266,"kind":1024,"name":"url","url":"modules/entities_account.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Tag.__type"},{"id":1267,"kind":1024,"name":"history","url":"modules/entities_account.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Tag.__type"},{"id":1268,"kind":4194304,"name":"PollOption","url":"modules/entities_account.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1269,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.PollOption"},{"id":1270,"kind":1024,"name":"title","url":"modules/entities_account.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.PollOption.__type"},{"id":1271,"kind":1024,"name":"votes_count","url":"modules/entities_account.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.PollOption.__type"},{"id":1272,"kind":4194304,"name":"Poll","url":"modules/entities_account.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1273,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Poll"},{"id":1274,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Poll.__type"},{"id":1275,"kind":1024,"name":"expires_at","url":"modules/entities_account.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Poll.__type"},{"id":1276,"kind":1024,"name":"expired","url":"modules/entities_account.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Poll.__type"},{"id":1277,"kind":1024,"name":"multiple","url":"modules/entities_account.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Poll.__type"},{"id":1278,"kind":1024,"name":"votes_count","url":"modules/entities_account.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Poll.__type"},{"id":1279,"kind":1024,"name":"options","url":"modules/entities_account.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Poll.__type"},{"id":1280,"kind":1024,"name":"voted","url":"modules/entities_account.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Poll.__type"},{"id":1281,"kind":4194304,"name":"Reaction","url":"modules/entities_account.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1282,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Reaction"},{"id":1283,"kind":1024,"name":"count","url":"modules/entities_account.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Reaction.__type"},{"id":1284,"kind":1024,"name":"me","url":"modules/entities_account.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Reaction.__type"},{"id":1285,"kind":1024,"name":"name","url":"modules/entities_account.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Reaction.__type"},{"id":1286,"kind":1024,"name":"accounts","url":"modules/entities_account.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Reaction.__type"},{"id":1287,"kind":4194304,"name":"Status","url":"modules/entities_account.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1288,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Status"},{"id":1289,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1290,"kind":1024,"name":"uri","url":"modules/entities_account.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1291,"kind":1024,"name":"url","url":"modules/entities_account.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1292,"kind":1024,"name":"account","url":"modules/entities_account.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1293,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_account.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1294,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_account.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1295,"kind":1024,"name":"reblog","url":"modules/entities_account.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1296,"kind":1024,"name":"content","url":"modules/entities_account.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1297,"kind":1024,"name":"created_at","url":"modules/entities_account.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1298,"kind":1024,"name":"emojis","url":"modules/entities_account.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1299,"kind":1024,"name":"replies_count","url":"modules/entities_account.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1300,"kind":1024,"name":"reblogs_count","url":"modules/entities_account.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1301,"kind":1024,"name":"favourites_count","url":"modules/entities_account.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1302,"kind":1024,"name":"reblogged","url":"modules/entities_account.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1303,"kind":1024,"name":"favourited","url":"modules/entities_account.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1304,"kind":1024,"name":"muted","url":"modules/entities_account.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1305,"kind":1024,"name":"sensitive","url":"modules/entities_account.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1306,"kind":1024,"name":"spoiler_text","url":"modules/entities_account.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1307,"kind":1024,"name":"visibility","url":"modules/entities_account.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1308,"kind":1024,"name":"media_attachments","url":"modules/entities_account.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1309,"kind":1024,"name":"mentions","url":"modules/entities_account.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1310,"kind":1024,"name":"tags","url":"modules/entities_account.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1311,"kind":1024,"name":"card","url":"modules/entities_account.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1312,"kind":1024,"name":"poll","url":"modules/entities_account.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1313,"kind":1024,"name":"application","url":"modules/entities_account.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1314,"kind":1024,"name":"language","url":"modules/entities_account.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1315,"kind":1024,"name":"pinned","url":"modules/entities_account.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1316,"kind":1024,"name":"emoji_reactions","url":"modules/entities_account.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1317,"kind":1024,"name":"quote","url":"modules/entities_account.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1318,"kind":1024,"name":"bookmarked","url":"modules/entities_account.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Status.__type"},{"id":1319,"kind":4194304,"name":"Context","url":"modules/entities_account.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1320,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Context"},{"id":1321,"kind":1024,"name":"ancestors","url":"modules/entities_account.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Context.__type"},{"id":1322,"kind":1024,"name":"descendants","url":"modules/entities_account.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Context.__type"},{"id":1323,"kind":4194304,"name":"Conversation","url":"modules/entities_account.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1324,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Conversation"},{"id":1325,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Conversation.__type"},{"id":1326,"kind":1024,"name":"accounts","url":"modules/entities_account.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Conversation.__type"},{"id":1327,"kind":1024,"name":"last_status","url":"modules/entities_account.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Conversation.__type"},{"id":1328,"kind":1024,"name":"unread","url":"modules/entities_account.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Conversation.__type"},{"id":1329,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_account.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1330,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.FeaturedTag"},{"id":1331,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.FeaturedTag.__type"},{"id":1332,"kind":1024,"name":"name","url":"modules/entities_account.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.FeaturedTag.__type"},{"id":1333,"kind":1024,"name":"statuses_count","url":"modules/entities_account.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.FeaturedTag.__type"},{"id":1334,"kind":1024,"name":"last_status_at","url":"modules/entities_account.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.FeaturedTag.__type"},{"id":1335,"kind":4194304,"name":"Field","url":"modules/entities_account.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1336,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Field"},{"id":1337,"kind":1024,"name":"name","url":"modules/entities_account.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Field.__type"},{"id":1338,"kind":1024,"name":"value","url":"modules/entities_account.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Field.__type"},{"id":1339,"kind":1024,"name":"verified_at","url":"modules/entities_account.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Field.__type"},{"id":1340,"kind":4194304,"name":"Filter","url":"modules/entities_account.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1341,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Filter"},{"id":1342,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Filter.__type"},{"id":1343,"kind":1024,"name":"phrase","url":"modules/entities_account.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Filter.__type"},{"id":1344,"kind":1024,"name":"context","url":"modules/entities_account.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Filter.__type"},{"id":1345,"kind":1024,"name":"expires_at","url":"modules/entities_account.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Filter.__type"},{"id":1346,"kind":1024,"name":"irreversible","url":"modules/entities_account.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Filter.__type"},{"id":1347,"kind":1024,"name":"whole_word","url":"modules/entities_account.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Filter.__type"},{"id":1348,"kind":4194304,"name":"IdentityProof","url":"modules/entities_account.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1349,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.IdentityProof"},{"id":1350,"kind":1024,"name":"provider","url":"modules/entities_account.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.IdentityProof.__type"},{"id":1351,"kind":1024,"name":"provider_username","url":"modules/entities_account.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.IdentityProof.__type"},{"id":1352,"kind":1024,"name":"updated_at","url":"modules/entities_account.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.IdentityProof.__type"},{"id":1353,"kind":1024,"name":"proof_url","url":"modules/entities_account.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.IdentityProof.__type"},{"id":1354,"kind":1024,"name":"profile_url","url":"modules/entities_account.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.IdentityProof.__type"},{"id":1355,"kind":4194304,"name":"URLs","url":"modules/entities_account.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1356,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.URLs"},{"id":1357,"kind":1024,"name":"streaming_api","url":"modules/entities_account.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.URLs.__type"},{"id":1358,"kind":4194304,"name":"Stats","url":"modules/entities_account.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1359,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Stats"},{"id":1360,"kind":1024,"name":"user_count","url":"modules/entities_account.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Stats.__type"},{"id":1361,"kind":1024,"name":"status_count","url":"modules/entities_account.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Stats.__type"},{"id":1362,"kind":1024,"name":"domain_count","url":"modules/entities_account.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Stats.__type"},{"id":1363,"kind":4194304,"name":"Instance","url":"modules/entities_account.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1364,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Instance"},{"id":1365,"kind":1024,"name":"uri","url":"modules/entities_account.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Instance.__type"},{"id":1366,"kind":1024,"name":"title","url":"modules/entities_account.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Instance.__type"},{"id":1367,"kind":1024,"name":"description","url":"modules/entities_account.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Instance.__type"},{"id":1368,"kind":1024,"name":"email","url":"modules/entities_account.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Instance.__type"},{"id":1369,"kind":1024,"name":"version","url":"modules/entities_account.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Instance.__type"},{"id":1370,"kind":1024,"name":"thumbnail","url":"modules/entities_account.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Instance.__type"},{"id":1371,"kind":1024,"name":"urls","url":"modules/entities_account.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Instance.__type"},{"id":1372,"kind":1024,"name":"stats","url":"modules/entities_account.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Instance.__type"},{"id":1373,"kind":1024,"name":"languages","url":"modules/entities_account.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Instance.__type"},{"id":1374,"kind":1024,"name":"contact_account","url":"modules/entities_account.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Instance.__type"},{"id":1375,"kind":1024,"name":"max_toot_chars","url":"modules/entities_account.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Instance.__type"},{"id":1376,"kind":1024,"name":"registrations","url":"modules/entities_account.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Instance.__type"},{"id":1377,"kind":4194304,"name":"List","url":"modules/entities_account.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1378,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.List"},{"id":1379,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.List.__type"},{"id":1380,"kind":1024,"name":"title","url":"modules/entities_account.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.List.__type"},{"id":1381,"kind":4194304,"name":"Marker","url":"modules/entities_account.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1382,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Marker"},{"id":1383,"kind":1024,"name":"home","url":"modules/entities_account.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Marker.__type"},{"id":1384,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/account.Entity.Marker.__type"},{"id":1385,"kind":1024,"name":"last_read_id","url":"modules/entities_account.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Marker.__type.__type"},{"id":1386,"kind":1024,"name":"version","url":"modules/entities_account.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Marker.__type.__type"},{"id":1387,"kind":1024,"name":"updated_at","url":"modules/entities_account.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Marker.__type.__type"},{"id":1388,"kind":1024,"name":"notifications","url":"modules/entities_account.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Marker.__type"},{"id":1389,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/account.Entity.Marker.__type"},{"id":1390,"kind":1024,"name":"last_read_id","url":"modules/entities_account.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Marker.__type.__type"},{"id":1391,"kind":1024,"name":"version","url":"modules/entities_account.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Marker.__type.__type"},{"id":1392,"kind":1024,"name":"updated_at","url":"modules/entities_account.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Marker.__type.__type"},{"id":1393,"kind":4194304,"name":"Notification","url":"modules/entities_account.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1394,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Notification"},{"id":1395,"kind":1024,"name":"account","url":"modules/entities_account.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Notification.__type"},{"id":1396,"kind":1024,"name":"created_at","url":"modules/entities_account.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Notification.__type"},{"id":1397,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Notification.__type"},{"id":1398,"kind":1024,"name":"status","url":"modules/entities_account.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Notification.__type"},{"id":1399,"kind":1024,"name":"emoji","url":"modules/entities_account.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Notification.__type"},{"id":1400,"kind":1024,"name":"type","url":"modules/entities_account.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Notification.__type"},{"id":1401,"kind":4194304,"name":"NotificationType","url":"modules/entities_account.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1402,"kind":4194304,"name":"Preferences","url":"modules/entities_account.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1403,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Preferences"},{"id":1404,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_account.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Preferences.__type"},{"id":1405,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_account.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Preferences.__type"},{"id":1406,"kind":1024,"name":"posting:default:language","url":"modules/entities_account.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Preferences.__type"},{"id":1407,"kind":1024,"name":"reading:expand:media","url":"modules/entities_account.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Preferences.__type"},{"id":1408,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_account.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Preferences.__type"},{"id":1409,"kind":4194304,"name":"PushSubscription","url":"modules/entities_account.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1410,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.PushSubscription"},{"id":1411,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.PushSubscription.__type"},{"id":1412,"kind":1024,"name":"endpoint","url":"modules/entities_account.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.PushSubscription.__type"},{"id":1413,"kind":1024,"name":"server_key","url":"modules/entities_account.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.PushSubscription.__type"},{"id":1414,"kind":1024,"name":"alerts","url":"modules/entities_account.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.PushSubscription.__type"},{"id":1415,"kind":4194304,"name":"Relationship","url":"modules/entities_account.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1416,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Relationship"},{"id":1417,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Relationship.__type"},{"id":1418,"kind":1024,"name":"following","url":"modules/entities_account.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Relationship.__type"},{"id":1419,"kind":1024,"name":"followed_by","url":"modules/entities_account.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Relationship.__type"},{"id":1420,"kind":1024,"name":"blocking","url":"modules/entities_account.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Relationship.__type"},{"id":1421,"kind":1024,"name":"muting","url":"modules/entities_account.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Relationship.__type"},{"id":1422,"kind":1024,"name":"muting_notifications","url":"modules/entities_account.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Relationship.__type"},{"id":1423,"kind":1024,"name":"requested","url":"modules/entities_account.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Relationship.__type"},{"id":1424,"kind":1024,"name":"domain_blocking","url":"modules/entities_account.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Relationship.__type"},{"id":1425,"kind":1024,"name":"showing_reblogs","url":"modules/entities_account.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Relationship.__type"},{"id":1426,"kind":1024,"name":"endorsed","url":"modules/entities_account.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Relationship.__type"},{"id":1427,"kind":4194304,"name":"Report","url":"modules/entities_account.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1428,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Report"},{"id":1429,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Report.__type"},{"id":1430,"kind":1024,"name":"action_taken","url":"modules/entities_account.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Report.__type"},{"id":1431,"kind":1024,"name":"comment","url":"modules/entities_account.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Report.__type"},{"id":1432,"kind":1024,"name":"account_id","url":"modules/entities_account.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Report.__type"},{"id":1433,"kind":1024,"name":"status_ids","url":"modules/entities_account.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Report.__type"},{"id":1434,"kind":4194304,"name":"Results","url":"modules/entities_account.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1435,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Results"},{"id":1436,"kind":1024,"name":"accounts","url":"modules/entities_account.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Results.__type"},{"id":1437,"kind":1024,"name":"statuses","url":"modules/entities_account.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Results.__type"},{"id":1438,"kind":1024,"name":"hashtags","url":"modules/entities_account.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Results.__type"},{"id":1439,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_account.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1440,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.ScheduledStatus"},{"id":1441,"kind":1024,"name":"id","url":"modules/entities_account.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.ScheduledStatus.__type"},{"id":1442,"kind":1024,"name":"scheduled_at","url":"modules/entities_account.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.ScheduledStatus.__type"},{"id":1443,"kind":1024,"name":"params","url":"modules/entities_account.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.ScheduledStatus.__type"},{"id":1444,"kind":1024,"name":"media_attachments","url":"modules/entities_account.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.ScheduledStatus.__type"},{"id":1445,"kind":4194304,"name":"StatusParams","url":"modules/entities_account.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1446,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.StatusParams"},{"id":1447,"kind":1024,"name":"text","url":"modules/entities_account.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.StatusParams.__type"},{"id":1448,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_account.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.StatusParams.__type"},{"id":1449,"kind":1024,"name":"media_ids","url":"modules/entities_account.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.StatusParams.__type"},{"id":1450,"kind":1024,"name":"sensitive","url":"modules/entities_account.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.StatusParams.__type"},{"id":1451,"kind":1024,"name":"spoiler_text","url":"modules/entities_account.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.StatusParams.__type"},{"id":1452,"kind":1024,"name":"visibility","url":"modules/entities_account.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.StatusParams.__type"},{"id":1453,"kind":1024,"name":"scheduled_at","url":"modules/entities_account.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.StatusParams.__type"},{"id":1454,"kind":1024,"name":"application_id","url":"modules/entities_account.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.StatusParams.__type"},{"id":1455,"kind":4194304,"name":"Token","url":"modules/entities_account.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/account.Entity"},{"id":1456,"kind":65536,"name":"__type","url":"modules/entities_account.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/account.Entity.Token"},{"id":1457,"kind":1024,"name":"access_token","url":"modules/entities_account.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Token.__type"},{"id":1458,"kind":1024,"name":"token_type","url":"modules/entities_account.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Token.__type"},{"id":1459,"kind":1024,"name":"scope","url":"modules/entities_account.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Token.__type"},{"id":1460,"kind":1024,"name":"created_at","url":"modules/entities_account.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/account.Entity.Token.__type"},{"id":1461,"kind":2,"name":"Entity","url":"modules/entities_activity.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/activity"},{"id":1462,"kind":4194304,"name":"Emoji","url":"modules/entities_activity.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1463,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Emoji"},{"id":1464,"kind":1024,"name":"shortcode","url":"modules/entities_activity.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Emoji.__type"},{"id":1465,"kind":1024,"name":"static_url","url":"modules/entities_activity.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Emoji.__type"},{"id":1466,"kind":1024,"name":"url","url":"modules/entities_activity.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Emoji.__type"},{"id":1467,"kind":1024,"name":"visible_in_picker","url":"modules/entities_activity.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Emoji.__type"},{"id":1468,"kind":4194304,"name":"Source","url":"modules/entities_activity.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1469,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Source"},{"id":1470,"kind":1024,"name":"privacy","url":"modules/entities_activity.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Source.__type"},{"id":1471,"kind":1024,"name":"sensitive","url":"modules/entities_activity.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Source.__type"},{"id":1472,"kind":1024,"name":"language","url":"modules/entities_activity.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Source.__type"},{"id":1473,"kind":1024,"name":"note","url":"modules/entities_activity.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Source.__type"},{"id":1474,"kind":1024,"name":"fields","url":"modules/entities_activity.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Source.__type"},{"id":1475,"kind":4194304,"name":"Account","url":"modules/entities_activity.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1476,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Account"},{"id":1477,"kind":1024,"name":"id","url":"modules/entities_activity.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Account.__type"},{"id":1478,"kind":1024,"name":"username","url":"modules/entities_activity.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Account.__type"},{"id":1479,"kind":1024,"name":"acct","url":"modules/entities_activity.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Account.__type"},{"id":1480,"kind":1024,"name":"display_name","url":"modules/entities_activity.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Account.__type"},{"id":1481,"kind":1024,"name":"locked","url":"modules/entities_activity.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Account.__type"},{"id":1482,"kind":1024,"name":"created_at","url":"modules/entities_activity.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Account.__type"},{"id":1483,"kind":1024,"name":"followers_count","url":"modules/entities_activity.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Account.__type"},{"id":1484,"kind":1024,"name":"following_count","url":"modules/entities_activity.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Account.__type"},{"id":1485,"kind":1024,"name":"statuses_count","url":"modules/entities_activity.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Account.__type"},{"id":1486,"kind":1024,"name":"note","url":"modules/entities_activity.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Account.__type"},{"id":1487,"kind":1024,"name":"url","url":"modules/entities_activity.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Account.__type"},{"id":1488,"kind":1024,"name":"avatar","url":"modules/entities_activity.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Account.__type"},{"id":1489,"kind":1024,"name":"avatar_static","url":"modules/entities_activity.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Account.__type"},{"id":1490,"kind":1024,"name":"header","url":"modules/entities_activity.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Account.__type"},{"id":1491,"kind":1024,"name":"header_static","url":"modules/entities_activity.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Account.__type"},{"id":1492,"kind":1024,"name":"emojis","url":"modules/entities_activity.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Account.__type"},{"id":1493,"kind":1024,"name":"moved","url":"modules/entities_activity.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Account.__type"},{"id":1494,"kind":1024,"name":"fields","url":"modules/entities_activity.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Account.__type"},{"id":1495,"kind":1024,"name":"bot","url":"modules/entities_activity.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Account.__type"},{"id":1496,"kind":1024,"name":"source","url":"modules/entities_activity.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Account.__type"},{"id":1497,"kind":4194304,"name":"Activity","url":"modules/entities_activity.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1498,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Activity"},{"id":1499,"kind":1024,"name":"week","url":"modules/entities_activity.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Activity.__type"},{"id":1500,"kind":1024,"name":"statuses","url":"modules/entities_activity.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Activity.__type"},{"id":1501,"kind":1024,"name":"logins","url":"modules/entities_activity.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Activity.__type"},{"id":1502,"kind":1024,"name":"registrations","url":"modules/entities_activity.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Activity.__type"},{"id":1503,"kind":4194304,"name":"Application","url":"modules/entities_activity.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1504,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Application"},{"id":1505,"kind":1024,"name":"name","url":"modules/entities_activity.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Application.__type"},{"id":1506,"kind":1024,"name":"website","url":"modules/entities_activity.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Application.__type"},{"id":1507,"kind":1024,"name":"vapid_key","url":"modules/entities_activity.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Application.__type"},{"id":1508,"kind":4194304,"name":"Attachment","url":"modules/entities_activity.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1509,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Attachment"},{"id":1510,"kind":1024,"name":"id","url":"modules/entities_activity.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Attachment.__type"},{"id":1511,"kind":1024,"name":"type","url":"modules/entities_activity.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Attachment.__type"},{"id":1512,"kind":1024,"name":"url","url":"modules/entities_activity.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Attachment.__type"},{"id":1513,"kind":1024,"name":"remote_url","url":"modules/entities_activity.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Attachment.__type"},{"id":1514,"kind":1024,"name":"preview_url","url":"modules/entities_activity.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Attachment.__type"},{"id":1515,"kind":1024,"name":"text_url","url":"modules/entities_activity.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Attachment.__type"},{"id":1516,"kind":1024,"name":"meta","url":"modules/entities_activity.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Attachment.__type"},{"id":1517,"kind":1024,"name":"description","url":"modules/entities_activity.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Attachment.__type"},{"id":1518,"kind":4194304,"name":"Card","url":"modules/entities_activity.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1519,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Card"},{"id":1520,"kind":1024,"name":"url","url":"modules/entities_activity.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Card.__type"},{"id":1521,"kind":1024,"name":"title","url":"modules/entities_activity.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Card.__type"},{"id":1522,"kind":1024,"name":"description","url":"modules/entities_activity.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Card.__type"},{"id":1523,"kind":1024,"name":"type","url":"modules/entities_activity.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Card.__type"},{"id":1524,"kind":1024,"name":"image","url":"modules/entities_activity.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Card.__type"},{"id":1525,"kind":1024,"name":"author_name","url":"modules/entities_activity.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Card.__type"},{"id":1526,"kind":1024,"name":"author_url","url":"modules/entities_activity.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Card.__type"},{"id":1527,"kind":1024,"name":"provider_name","url":"modules/entities_activity.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Card.__type"},{"id":1528,"kind":1024,"name":"provider_url","url":"modules/entities_activity.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Card.__type"},{"id":1529,"kind":1024,"name":"html","url":"modules/entities_activity.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Card.__type"},{"id":1530,"kind":1024,"name":"width","url":"modules/entities_activity.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Card.__type"},{"id":1531,"kind":1024,"name":"height","url":"modules/entities_activity.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Card.__type"},{"id":1532,"kind":4194304,"name":"Mention","url":"modules/entities_activity.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1533,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Mention"},{"id":1534,"kind":1024,"name":"id","url":"modules/entities_activity.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Mention.__type"},{"id":1535,"kind":1024,"name":"username","url":"modules/entities_activity.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Mention.__type"},{"id":1536,"kind":1024,"name":"url","url":"modules/entities_activity.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Mention.__type"},{"id":1537,"kind":1024,"name":"acct","url":"modules/entities_activity.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Mention.__type"},{"id":1538,"kind":4194304,"name":"History","url":"modules/entities_activity.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1539,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.History"},{"id":1540,"kind":1024,"name":"day","url":"modules/entities_activity.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.History.__type"},{"id":1541,"kind":1024,"name":"uses","url":"modules/entities_activity.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.History.__type"},{"id":1542,"kind":1024,"name":"accounts","url":"modules/entities_activity.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.History.__type"},{"id":1543,"kind":4194304,"name":"Tag","url":"modules/entities_activity.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1544,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Tag"},{"id":1545,"kind":1024,"name":"name","url":"modules/entities_activity.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Tag.__type"},{"id":1546,"kind":1024,"name":"url","url":"modules/entities_activity.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Tag.__type"},{"id":1547,"kind":1024,"name":"history","url":"modules/entities_activity.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Tag.__type"},{"id":1548,"kind":4194304,"name":"PollOption","url":"modules/entities_activity.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1549,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.PollOption"},{"id":1550,"kind":1024,"name":"title","url":"modules/entities_activity.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.PollOption.__type"},{"id":1551,"kind":1024,"name":"votes_count","url":"modules/entities_activity.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.PollOption.__type"},{"id":1552,"kind":4194304,"name":"Poll","url":"modules/entities_activity.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1553,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Poll"},{"id":1554,"kind":1024,"name":"id","url":"modules/entities_activity.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Poll.__type"},{"id":1555,"kind":1024,"name":"expires_at","url":"modules/entities_activity.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Poll.__type"},{"id":1556,"kind":1024,"name":"expired","url":"modules/entities_activity.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Poll.__type"},{"id":1557,"kind":1024,"name":"multiple","url":"modules/entities_activity.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Poll.__type"},{"id":1558,"kind":1024,"name":"votes_count","url":"modules/entities_activity.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Poll.__type"},{"id":1559,"kind":1024,"name":"options","url":"modules/entities_activity.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Poll.__type"},{"id":1560,"kind":1024,"name":"voted","url":"modules/entities_activity.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Poll.__type"},{"id":1561,"kind":4194304,"name":"Reaction","url":"modules/entities_activity.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1562,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Reaction"},{"id":1563,"kind":1024,"name":"count","url":"modules/entities_activity.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Reaction.__type"},{"id":1564,"kind":1024,"name":"me","url":"modules/entities_activity.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Reaction.__type"},{"id":1565,"kind":1024,"name":"name","url":"modules/entities_activity.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Reaction.__type"},{"id":1566,"kind":1024,"name":"accounts","url":"modules/entities_activity.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Reaction.__type"},{"id":1567,"kind":4194304,"name":"Status","url":"modules/entities_activity.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1568,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Status"},{"id":1569,"kind":1024,"name":"id","url":"modules/entities_activity.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1570,"kind":1024,"name":"uri","url":"modules/entities_activity.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1571,"kind":1024,"name":"url","url":"modules/entities_activity.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1572,"kind":1024,"name":"account","url":"modules/entities_activity.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1573,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_activity.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1574,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_activity.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1575,"kind":1024,"name":"reblog","url":"modules/entities_activity.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1576,"kind":1024,"name":"content","url":"modules/entities_activity.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1577,"kind":1024,"name":"created_at","url":"modules/entities_activity.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1578,"kind":1024,"name":"emojis","url":"modules/entities_activity.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1579,"kind":1024,"name":"replies_count","url":"modules/entities_activity.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1580,"kind":1024,"name":"reblogs_count","url":"modules/entities_activity.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1581,"kind":1024,"name":"favourites_count","url":"modules/entities_activity.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1582,"kind":1024,"name":"reblogged","url":"modules/entities_activity.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1583,"kind":1024,"name":"favourited","url":"modules/entities_activity.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1584,"kind":1024,"name":"muted","url":"modules/entities_activity.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1585,"kind":1024,"name":"sensitive","url":"modules/entities_activity.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1586,"kind":1024,"name":"spoiler_text","url":"modules/entities_activity.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1587,"kind":1024,"name":"visibility","url":"modules/entities_activity.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1588,"kind":1024,"name":"media_attachments","url":"modules/entities_activity.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1589,"kind":1024,"name":"mentions","url":"modules/entities_activity.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1590,"kind":1024,"name":"tags","url":"modules/entities_activity.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1591,"kind":1024,"name":"card","url":"modules/entities_activity.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1592,"kind":1024,"name":"poll","url":"modules/entities_activity.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1593,"kind":1024,"name":"application","url":"modules/entities_activity.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1594,"kind":1024,"name":"language","url":"modules/entities_activity.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1595,"kind":1024,"name":"pinned","url":"modules/entities_activity.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1596,"kind":1024,"name":"emoji_reactions","url":"modules/entities_activity.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1597,"kind":1024,"name":"quote","url":"modules/entities_activity.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1598,"kind":1024,"name":"bookmarked","url":"modules/entities_activity.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Status.__type"},{"id":1599,"kind":4194304,"name":"Context","url":"modules/entities_activity.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1600,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Context"},{"id":1601,"kind":1024,"name":"ancestors","url":"modules/entities_activity.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Context.__type"},{"id":1602,"kind":1024,"name":"descendants","url":"modules/entities_activity.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Context.__type"},{"id":1603,"kind":4194304,"name":"Conversation","url":"modules/entities_activity.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1604,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Conversation"},{"id":1605,"kind":1024,"name":"id","url":"modules/entities_activity.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Conversation.__type"},{"id":1606,"kind":1024,"name":"accounts","url":"modules/entities_activity.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Conversation.__type"},{"id":1607,"kind":1024,"name":"last_status","url":"modules/entities_activity.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Conversation.__type"},{"id":1608,"kind":1024,"name":"unread","url":"modules/entities_activity.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Conversation.__type"},{"id":1609,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_activity.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1610,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.FeaturedTag"},{"id":1611,"kind":1024,"name":"id","url":"modules/entities_activity.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.FeaturedTag.__type"},{"id":1612,"kind":1024,"name":"name","url":"modules/entities_activity.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.FeaturedTag.__type"},{"id":1613,"kind":1024,"name":"statuses_count","url":"modules/entities_activity.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.FeaturedTag.__type"},{"id":1614,"kind":1024,"name":"last_status_at","url":"modules/entities_activity.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.FeaturedTag.__type"},{"id":1615,"kind":4194304,"name":"Field","url":"modules/entities_activity.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1616,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Field"},{"id":1617,"kind":1024,"name":"name","url":"modules/entities_activity.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Field.__type"},{"id":1618,"kind":1024,"name":"value","url":"modules/entities_activity.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Field.__type"},{"id":1619,"kind":1024,"name":"verified_at","url":"modules/entities_activity.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Field.__type"},{"id":1620,"kind":4194304,"name":"Filter","url":"modules/entities_activity.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1621,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Filter"},{"id":1622,"kind":1024,"name":"id","url":"modules/entities_activity.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Filter.__type"},{"id":1623,"kind":1024,"name":"phrase","url":"modules/entities_activity.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Filter.__type"},{"id":1624,"kind":1024,"name":"context","url":"modules/entities_activity.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Filter.__type"},{"id":1625,"kind":1024,"name":"expires_at","url":"modules/entities_activity.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Filter.__type"},{"id":1626,"kind":1024,"name":"irreversible","url":"modules/entities_activity.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Filter.__type"},{"id":1627,"kind":1024,"name":"whole_word","url":"modules/entities_activity.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Filter.__type"},{"id":1628,"kind":4194304,"name":"IdentityProof","url":"modules/entities_activity.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1629,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.IdentityProof"},{"id":1630,"kind":1024,"name":"provider","url":"modules/entities_activity.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.IdentityProof.__type"},{"id":1631,"kind":1024,"name":"provider_username","url":"modules/entities_activity.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.IdentityProof.__type"},{"id":1632,"kind":1024,"name":"updated_at","url":"modules/entities_activity.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.IdentityProof.__type"},{"id":1633,"kind":1024,"name":"proof_url","url":"modules/entities_activity.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.IdentityProof.__type"},{"id":1634,"kind":1024,"name":"profile_url","url":"modules/entities_activity.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.IdentityProof.__type"},{"id":1635,"kind":4194304,"name":"URLs","url":"modules/entities_activity.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1636,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.URLs"},{"id":1637,"kind":1024,"name":"streaming_api","url":"modules/entities_activity.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.URLs.__type"},{"id":1638,"kind":4194304,"name":"Stats","url":"modules/entities_activity.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1639,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Stats"},{"id":1640,"kind":1024,"name":"user_count","url":"modules/entities_activity.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Stats.__type"},{"id":1641,"kind":1024,"name":"status_count","url":"modules/entities_activity.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Stats.__type"},{"id":1642,"kind":1024,"name":"domain_count","url":"modules/entities_activity.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Stats.__type"},{"id":1643,"kind":4194304,"name":"Instance","url":"modules/entities_activity.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1644,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Instance"},{"id":1645,"kind":1024,"name":"uri","url":"modules/entities_activity.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Instance.__type"},{"id":1646,"kind":1024,"name":"title","url":"modules/entities_activity.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Instance.__type"},{"id":1647,"kind":1024,"name":"description","url":"modules/entities_activity.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Instance.__type"},{"id":1648,"kind":1024,"name":"email","url":"modules/entities_activity.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Instance.__type"},{"id":1649,"kind":1024,"name":"version","url":"modules/entities_activity.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Instance.__type"},{"id":1650,"kind":1024,"name":"thumbnail","url":"modules/entities_activity.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Instance.__type"},{"id":1651,"kind":1024,"name":"urls","url":"modules/entities_activity.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Instance.__type"},{"id":1652,"kind":1024,"name":"stats","url":"modules/entities_activity.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Instance.__type"},{"id":1653,"kind":1024,"name":"languages","url":"modules/entities_activity.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Instance.__type"},{"id":1654,"kind":1024,"name":"contact_account","url":"modules/entities_activity.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Instance.__type"},{"id":1655,"kind":1024,"name":"max_toot_chars","url":"modules/entities_activity.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Instance.__type"},{"id":1656,"kind":1024,"name":"registrations","url":"modules/entities_activity.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Instance.__type"},{"id":1657,"kind":4194304,"name":"List","url":"modules/entities_activity.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1658,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.List"},{"id":1659,"kind":1024,"name":"id","url":"modules/entities_activity.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.List.__type"},{"id":1660,"kind":1024,"name":"title","url":"modules/entities_activity.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.List.__type"},{"id":1661,"kind":4194304,"name":"Marker","url":"modules/entities_activity.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1662,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Marker"},{"id":1663,"kind":1024,"name":"home","url":"modules/entities_activity.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Marker.__type"},{"id":1664,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Marker.__type"},{"id":1665,"kind":1024,"name":"last_read_id","url":"modules/entities_activity.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Marker.__type.__type"},{"id":1666,"kind":1024,"name":"version","url":"modules/entities_activity.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Marker.__type.__type"},{"id":1667,"kind":1024,"name":"updated_at","url":"modules/entities_activity.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Marker.__type.__type"},{"id":1668,"kind":1024,"name":"notifications","url":"modules/entities_activity.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Marker.__type"},{"id":1669,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Marker.__type"},{"id":1670,"kind":1024,"name":"last_read_id","url":"modules/entities_activity.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Marker.__type.__type"},{"id":1671,"kind":1024,"name":"version","url":"modules/entities_activity.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Marker.__type.__type"},{"id":1672,"kind":1024,"name":"updated_at","url":"modules/entities_activity.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Marker.__type.__type"},{"id":1673,"kind":4194304,"name":"Notification","url":"modules/entities_activity.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1674,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Notification"},{"id":1675,"kind":1024,"name":"account","url":"modules/entities_activity.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Notification.__type"},{"id":1676,"kind":1024,"name":"created_at","url":"modules/entities_activity.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Notification.__type"},{"id":1677,"kind":1024,"name":"id","url":"modules/entities_activity.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Notification.__type"},{"id":1678,"kind":1024,"name":"status","url":"modules/entities_activity.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Notification.__type"},{"id":1679,"kind":1024,"name":"emoji","url":"modules/entities_activity.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Notification.__type"},{"id":1680,"kind":1024,"name":"type","url":"modules/entities_activity.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Notification.__type"},{"id":1681,"kind":4194304,"name":"NotificationType","url":"modules/entities_activity.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1682,"kind":4194304,"name":"Preferences","url":"modules/entities_activity.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1683,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Preferences"},{"id":1684,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_activity.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Preferences.__type"},{"id":1685,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_activity.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Preferences.__type"},{"id":1686,"kind":1024,"name":"posting:default:language","url":"modules/entities_activity.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Preferences.__type"},{"id":1687,"kind":1024,"name":"reading:expand:media","url":"modules/entities_activity.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Preferences.__type"},{"id":1688,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_activity.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Preferences.__type"},{"id":1689,"kind":4194304,"name":"PushSubscription","url":"modules/entities_activity.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1690,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.PushSubscription"},{"id":1691,"kind":1024,"name":"id","url":"modules/entities_activity.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.PushSubscription.__type"},{"id":1692,"kind":1024,"name":"endpoint","url":"modules/entities_activity.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.PushSubscription.__type"},{"id":1693,"kind":1024,"name":"server_key","url":"modules/entities_activity.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.PushSubscription.__type"},{"id":1694,"kind":1024,"name":"alerts","url":"modules/entities_activity.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.PushSubscription.__type"},{"id":1695,"kind":4194304,"name":"Relationship","url":"modules/entities_activity.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1696,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Relationship"},{"id":1697,"kind":1024,"name":"id","url":"modules/entities_activity.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Relationship.__type"},{"id":1698,"kind":1024,"name":"following","url":"modules/entities_activity.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Relationship.__type"},{"id":1699,"kind":1024,"name":"followed_by","url":"modules/entities_activity.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Relationship.__type"},{"id":1700,"kind":1024,"name":"blocking","url":"modules/entities_activity.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Relationship.__type"},{"id":1701,"kind":1024,"name":"muting","url":"modules/entities_activity.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Relationship.__type"},{"id":1702,"kind":1024,"name":"muting_notifications","url":"modules/entities_activity.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Relationship.__type"},{"id":1703,"kind":1024,"name":"requested","url":"modules/entities_activity.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Relationship.__type"},{"id":1704,"kind":1024,"name":"domain_blocking","url":"modules/entities_activity.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Relationship.__type"},{"id":1705,"kind":1024,"name":"showing_reblogs","url":"modules/entities_activity.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Relationship.__type"},{"id":1706,"kind":1024,"name":"endorsed","url":"modules/entities_activity.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Relationship.__type"},{"id":1707,"kind":4194304,"name":"Report","url":"modules/entities_activity.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1708,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Report"},{"id":1709,"kind":1024,"name":"id","url":"modules/entities_activity.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Report.__type"},{"id":1710,"kind":1024,"name":"action_taken","url":"modules/entities_activity.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Report.__type"},{"id":1711,"kind":1024,"name":"comment","url":"modules/entities_activity.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Report.__type"},{"id":1712,"kind":1024,"name":"account_id","url":"modules/entities_activity.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Report.__type"},{"id":1713,"kind":1024,"name":"status_ids","url":"modules/entities_activity.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Report.__type"},{"id":1714,"kind":4194304,"name":"Results","url":"modules/entities_activity.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1715,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Results"},{"id":1716,"kind":1024,"name":"accounts","url":"modules/entities_activity.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Results.__type"},{"id":1717,"kind":1024,"name":"statuses","url":"modules/entities_activity.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Results.__type"},{"id":1718,"kind":1024,"name":"hashtags","url":"modules/entities_activity.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Results.__type"},{"id":1719,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_activity.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1720,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.ScheduledStatus"},{"id":1721,"kind":1024,"name":"id","url":"modules/entities_activity.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.ScheduledStatus.__type"},{"id":1722,"kind":1024,"name":"scheduled_at","url":"modules/entities_activity.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.ScheduledStatus.__type"},{"id":1723,"kind":1024,"name":"params","url":"modules/entities_activity.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.ScheduledStatus.__type"},{"id":1724,"kind":1024,"name":"media_attachments","url":"modules/entities_activity.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.ScheduledStatus.__type"},{"id":1725,"kind":4194304,"name":"StatusParams","url":"modules/entities_activity.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1726,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.StatusParams"},{"id":1727,"kind":1024,"name":"text","url":"modules/entities_activity.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.StatusParams.__type"},{"id":1728,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_activity.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.StatusParams.__type"},{"id":1729,"kind":1024,"name":"media_ids","url":"modules/entities_activity.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.StatusParams.__type"},{"id":1730,"kind":1024,"name":"sensitive","url":"modules/entities_activity.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.StatusParams.__type"},{"id":1731,"kind":1024,"name":"spoiler_text","url":"modules/entities_activity.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.StatusParams.__type"},{"id":1732,"kind":1024,"name":"visibility","url":"modules/entities_activity.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.StatusParams.__type"},{"id":1733,"kind":1024,"name":"scheduled_at","url":"modules/entities_activity.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.StatusParams.__type"},{"id":1734,"kind":1024,"name":"application_id","url":"modules/entities_activity.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.StatusParams.__type"},{"id":1735,"kind":4194304,"name":"Token","url":"modules/entities_activity.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/activity.Entity"},{"id":1736,"kind":65536,"name":"__type","url":"modules/entities_activity.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/activity.Entity.Token"},{"id":1737,"kind":1024,"name":"access_token","url":"modules/entities_activity.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Token.__type"},{"id":1738,"kind":1024,"name":"token_type","url":"modules/entities_activity.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Token.__type"},{"id":1739,"kind":1024,"name":"scope","url":"modules/entities_activity.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Token.__type"},{"id":1740,"kind":1024,"name":"created_at","url":"modules/entities_activity.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/activity.Entity.Token.__type"},{"id":1741,"kind":2,"name":"Entity","url":"modules/entities_application.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/application"},{"id":1742,"kind":4194304,"name":"Emoji","url":"modules/entities_application.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1743,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Emoji"},{"id":1744,"kind":1024,"name":"shortcode","url":"modules/entities_application.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Emoji.__type"},{"id":1745,"kind":1024,"name":"static_url","url":"modules/entities_application.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Emoji.__type"},{"id":1746,"kind":1024,"name":"url","url":"modules/entities_application.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Emoji.__type"},{"id":1747,"kind":1024,"name":"visible_in_picker","url":"modules/entities_application.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Emoji.__type"},{"id":1748,"kind":4194304,"name":"Source","url":"modules/entities_application.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1749,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Source"},{"id":1750,"kind":1024,"name":"privacy","url":"modules/entities_application.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Source.__type"},{"id":1751,"kind":1024,"name":"sensitive","url":"modules/entities_application.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Source.__type"},{"id":1752,"kind":1024,"name":"language","url":"modules/entities_application.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Source.__type"},{"id":1753,"kind":1024,"name":"note","url":"modules/entities_application.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Source.__type"},{"id":1754,"kind":1024,"name":"fields","url":"modules/entities_application.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Source.__type"},{"id":1755,"kind":4194304,"name":"Account","url":"modules/entities_application.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1756,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Account"},{"id":1757,"kind":1024,"name":"id","url":"modules/entities_application.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Account.__type"},{"id":1758,"kind":1024,"name":"username","url":"modules/entities_application.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Account.__type"},{"id":1759,"kind":1024,"name":"acct","url":"modules/entities_application.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Account.__type"},{"id":1760,"kind":1024,"name":"display_name","url":"modules/entities_application.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Account.__type"},{"id":1761,"kind":1024,"name":"locked","url":"modules/entities_application.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Account.__type"},{"id":1762,"kind":1024,"name":"created_at","url":"modules/entities_application.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Account.__type"},{"id":1763,"kind":1024,"name":"followers_count","url":"modules/entities_application.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Account.__type"},{"id":1764,"kind":1024,"name":"following_count","url":"modules/entities_application.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Account.__type"},{"id":1765,"kind":1024,"name":"statuses_count","url":"modules/entities_application.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Account.__type"},{"id":1766,"kind":1024,"name":"note","url":"modules/entities_application.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Account.__type"},{"id":1767,"kind":1024,"name":"url","url":"modules/entities_application.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Account.__type"},{"id":1768,"kind":1024,"name":"avatar","url":"modules/entities_application.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Account.__type"},{"id":1769,"kind":1024,"name":"avatar_static","url":"modules/entities_application.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Account.__type"},{"id":1770,"kind":1024,"name":"header","url":"modules/entities_application.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Account.__type"},{"id":1771,"kind":1024,"name":"header_static","url":"modules/entities_application.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Account.__type"},{"id":1772,"kind":1024,"name":"emojis","url":"modules/entities_application.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Account.__type"},{"id":1773,"kind":1024,"name":"moved","url":"modules/entities_application.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Account.__type"},{"id":1774,"kind":1024,"name":"fields","url":"modules/entities_application.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Account.__type"},{"id":1775,"kind":1024,"name":"bot","url":"modules/entities_application.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Account.__type"},{"id":1776,"kind":1024,"name":"source","url":"modules/entities_application.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Account.__type"},{"id":1777,"kind":4194304,"name":"Activity","url":"modules/entities_application.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1778,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Activity"},{"id":1779,"kind":1024,"name":"week","url":"modules/entities_application.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Activity.__type"},{"id":1780,"kind":1024,"name":"statuses","url":"modules/entities_application.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Activity.__type"},{"id":1781,"kind":1024,"name":"logins","url":"modules/entities_application.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Activity.__type"},{"id":1782,"kind":1024,"name":"registrations","url":"modules/entities_application.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Activity.__type"},{"id":1783,"kind":4194304,"name":"Application","url":"modules/entities_application.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1784,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Application"},{"id":1785,"kind":1024,"name":"name","url":"modules/entities_application.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Application.__type"},{"id":1786,"kind":1024,"name":"website","url":"modules/entities_application.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Application.__type"},{"id":1787,"kind":1024,"name":"vapid_key","url":"modules/entities_application.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Application.__type"},{"id":1788,"kind":4194304,"name":"Attachment","url":"modules/entities_application.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1789,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Attachment"},{"id":1790,"kind":1024,"name":"id","url":"modules/entities_application.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Attachment.__type"},{"id":1791,"kind":1024,"name":"type","url":"modules/entities_application.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Attachment.__type"},{"id":1792,"kind":1024,"name":"url","url":"modules/entities_application.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Attachment.__type"},{"id":1793,"kind":1024,"name":"remote_url","url":"modules/entities_application.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Attachment.__type"},{"id":1794,"kind":1024,"name":"preview_url","url":"modules/entities_application.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Attachment.__type"},{"id":1795,"kind":1024,"name":"text_url","url":"modules/entities_application.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Attachment.__type"},{"id":1796,"kind":1024,"name":"meta","url":"modules/entities_application.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Attachment.__type"},{"id":1797,"kind":1024,"name":"description","url":"modules/entities_application.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Attachment.__type"},{"id":1798,"kind":4194304,"name":"Card","url":"modules/entities_application.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1799,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Card"},{"id":1800,"kind":1024,"name":"url","url":"modules/entities_application.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Card.__type"},{"id":1801,"kind":1024,"name":"title","url":"modules/entities_application.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Card.__type"},{"id":1802,"kind":1024,"name":"description","url":"modules/entities_application.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Card.__type"},{"id":1803,"kind":1024,"name":"type","url":"modules/entities_application.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Card.__type"},{"id":1804,"kind":1024,"name":"image","url":"modules/entities_application.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Card.__type"},{"id":1805,"kind":1024,"name":"author_name","url":"modules/entities_application.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Card.__type"},{"id":1806,"kind":1024,"name":"author_url","url":"modules/entities_application.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Card.__type"},{"id":1807,"kind":1024,"name":"provider_name","url":"modules/entities_application.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Card.__type"},{"id":1808,"kind":1024,"name":"provider_url","url":"modules/entities_application.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Card.__type"},{"id":1809,"kind":1024,"name":"html","url":"modules/entities_application.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Card.__type"},{"id":1810,"kind":1024,"name":"width","url":"modules/entities_application.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Card.__type"},{"id":1811,"kind":1024,"name":"height","url":"modules/entities_application.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Card.__type"},{"id":1812,"kind":4194304,"name":"Mention","url":"modules/entities_application.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1813,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Mention"},{"id":1814,"kind":1024,"name":"id","url":"modules/entities_application.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Mention.__type"},{"id":1815,"kind":1024,"name":"username","url":"modules/entities_application.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Mention.__type"},{"id":1816,"kind":1024,"name":"url","url":"modules/entities_application.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Mention.__type"},{"id":1817,"kind":1024,"name":"acct","url":"modules/entities_application.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Mention.__type"},{"id":1818,"kind":4194304,"name":"History","url":"modules/entities_application.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1819,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.History"},{"id":1820,"kind":1024,"name":"day","url":"modules/entities_application.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.History.__type"},{"id":1821,"kind":1024,"name":"uses","url":"modules/entities_application.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.History.__type"},{"id":1822,"kind":1024,"name":"accounts","url":"modules/entities_application.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.History.__type"},{"id":1823,"kind":4194304,"name":"Tag","url":"modules/entities_application.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1824,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Tag"},{"id":1825,"kind":1024,"name":"name","url":"modules/entities_application.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Tag.__type"},{"id":1826,"kind":1024,"name":"url","url":"modules/entities_application.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Tag.__type"},{"id":1827,"kind":1024,"name":"history","url":"modules/entities_application.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Tag.__type"},{"id":1828,"kind":4194304,"name":"PollOption","url":"modules/entities_application.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1829,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.PollOption"},{"id":1830,"kind":1024,"name":"title","url":"modules/entities_application.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.PollOption.__type"},{"id":1831,"kind":1024,"name":"votes_count","url":"modules/entities_application.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.PollOption.__type"},{"id":1832,"kind":4194304,"name":"Poll","url":"modules/entities_application.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1833,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Poll"},{"id":1834,"kind":1024,"name":"id","url":"modules/entities_application.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Poll.__type"},{"id":1835,"kind":1024,"name":"expires_at","url":"modules/entities_application.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Poll.__type"},{"id":1836,"kind":1024,"name":"expired","url":"modules/entities_application.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Poll.__type"},{"id":1837,"kind":1024,"name":"multiple","url":"modules/entities_application.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Poll.__type"},{"id":1838,"kind":1024,"name":"votes_count","url":"modules/entities_application.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Poll.__type"},{"id":1839,"kind":1024,"name":"options","url":"modules/entities_application.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Poll.__type"},{"id":1840,"kind":1024,"name":"voted","url":"modules/entities_application.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Poll.__type"},{"id":1841,"kind":4194304,"name":"Reaction","url":"modules/entities_application.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1842,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Reaction"},{"id":1843,"kind":1024,"name":"count","url":"modules/entities_application.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Reaction.__type"},{"id":1844,"kind":1024,"name":"me","url":"modules/entities_application.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Reaction.__type"},{"id":1845,"kind":1024,"name":"name","url":"modules/entities_application.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Reaction.__type"},{"id":1846,"kind":1024,"name":"accounts","url":"modules/entities_application.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Reaction.__type"},{"id":1847,"kind":4194304,"name":"Status","url":"modules/entities_application.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1848,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Status"},{"id":1849,"kind":1024,"name":"id","url":"modules/entities_application.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1850,"kind":1024,"name":"uri","url":"modules/entities_application.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1851,"kind":1024,"name":"url","url":"modules/entities_application.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1852,"kind":1024,"name":"account","url":"modules/entities_application.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1853,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_application.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1854,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_application.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1855,"kind":1024,"name":"reblog","url":"modules/entities_application.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1856,"kind":1024,"name":"content","url":"modules/entities_application.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1857,"kind":1024,"name":"created_at","url":"modules/entities_application.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1858,"kind":1024,"name":"emojis","url":"modules/entities_application.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1859,"kind":1024,"name":"replies_count","url":"modules/entities_application.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1860,"kind":1024,"name":"reblogs_count","url":"modules/entities_application.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1861,"kind":1024,"name":"favourites_count","url":"modules/entities_application.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1862,"kind":1024,"name":"reblogged","url":"modules/entities_application.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1863,"kind":1024,"name":"favourited","url":"modules/entities_application.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1864,"kind":1024,"name":"muted","url":"modules/entities_application.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1865,"kind":1024,"name":"sensitive","url":"modules/entities_application.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1866,"kind":1024,"name":"spoiler_text","url":"modules/entities_application.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1867,"kind":1024,"name":"visibility","url":"modules/entities_application.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1868,"kind":1024,"name":"media_attachments","url":"modules/entities_application.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1869,"kind":1024,"name":"mentions","url":"modules/entities_application.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1870,"kind":1024,"name":"tags","url":"modules/entities_application.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1871,"kind":1024,"name":"card","url":"modules/entities_application.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1872,"kind":1024,"name":"poll","url":"modules/entities_application.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1873,"kind":1024,"name":"application","url":"modules/entities_application.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1874,"kind":1024,"name":"language","url":"modules/entities_application.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1875,"kind":1024,"name":"pinned","url":"modules/entities_application.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1876,"kind":1024,"name":"emoji_reactions","url":"modules/entities_application.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1877,"kind":1024,"name":"quote","url":"modules/entities_application.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1878,"kind":1024,"name":"bookmarked","url":"modules/entities_application.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Status.__type"},{"id":1879,"kind":4194304,"name":"Context","url":"modules/entities_application.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1880,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Context"},{"id":1881,"kind":1024,"name":"ancestors","url":"modules/entities_application.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Context.__type"},{"id":1882,"kind":1024,"name":"descendants","url":"modules/entities_application.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Context.__type"},{"id":1883,"kind":4194304,"name":"Conversation","url":"modules/entities_application.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1884,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Conversation"},{"id":1885,"kind":1024,"name":"id","url":"modules/entities_application.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Conversation.__type"},{"id":1886,"kind":1024,"name":"accounts","url":"modules/entities_application.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Conversation.__type"},{"id":1887,"kind":1024,"name":"last_status","url":"modules/entities_application.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Conversation.__type"},{"id":1888,"kind":1024,"name":"unread","url":"modules/entities_application.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Conversation.__type"},{"id":1889,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_application.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1890,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.FeaturedTag"},{"id":1891,"kind":1024,"name":"id","url":"modules/entities_application.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.FeaturedTag.__type"},{"id":1892,"kind":1024,"name":"name","url":"modules/entities_application.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.FeaturedTag.__type"},{"id":1893,"kind":1024,"name":"statuses_count","url":"modules/entities_application.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.FeaturedTag.__type"},{"id":1894,"kind":1024,"name":"last_status_at","url":"modules/entities_application.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.FeaturedTag.__type"},{"id":1895,"kind":4194304,"name":"Field","url":"modules/entities_application.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1896,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Field"},{"id":1897,"kind":1024,"name":"name","url":"modules/entities_application.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Field.__type"},{"id":1898,"kind":1024,"name":"value","url":"modules/entities_application.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Field.__type"},{"id":1899,"kind":1024,"name":"verified_at","url":"modules/entities_application.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Field.__type"},{"id":1900,"kind":4194304,"name":"Filter","url":"modules/entities_application.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1901,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Filter"},{"id":1902,"kind":1024,"name":"id","url":"modules/entities_application.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Filter.__type"},{"id":1903,"kind":1024,"name":"phrase","url":"modules/entities_application.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Filter.__type"},{"id":1904,"kind":1024,"name":"context","url":"modules/entities_application.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Filter.__type"},{"id":1905,"kind":1024,"name":"expires_at","url":"modules/entities_application.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Filter.__type"},{"id":1906,"kind":1024,"name":"irreversible","url":"modules/entities_application.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Filter.__type"},{"id":1907,"kind":1024,"name":"whole_word","url":"modules/entities_application.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Filter.__type"},{"id":1908,"kind":4194304,"name":"IdentityProof","url":"modules/entities_application.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1909,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.IdentityProof"},{"id":1910,"kind":1024,"name":"provider","url":"modules/entities_application.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.IdentityProof.__type"},{"id":1911,"kind":1024,"name":"provider_username","url":"modules/entities_application.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.IdentityProof.__type"},{"id":1912,"kind":1024,"name":"updated_at","url":"modules/entities_application.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.IdentityProof.__type"},{"id":1913,"kind":1024,"name":"proof_url","url":"modules/entities_application.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.IdentityProof.__type"},{"id":1914,"kind":1024,"name":"profile_url","url":"modules/entities_application.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.IdentityProof.__type"},{"id":1915,"kind":4194304,"name":"URLs","url":"modules/entities_application.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1916,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.URLs"},{"id":1917,"kind":1024,"name":"streaming_api","url":"modules/entities_application.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.URLs.__type"},{"id":1918,"kind":4194304,"name":"Stats","url":"modules/entities_application.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1919,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Stats"},{"id":1920,"kind":1024,"name":"user_count","url":"modules/entities_application.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Stats.__type"},{"id":1921,"kind":1024,"name":"status_count","url":"modules/entities_application.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Stats.__type"},{"id":1922,"kind":1024,"name":"domain_count","url":"modules/entities_application.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Stats.__type"},{"id":1923,"kind":4194304,"name":"Instance","url":"modules/entities_application.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1924,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Instance"},{"id":1925,"kind":1024,"name":"uri","url":"modules/entities_application.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Instance.__type"},{"id":1926,"kind":1024,"name":"title","url":"modules/entities_application.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Instance.__type"},{"id":1927,"kind":1024,"name":"description","url":"modules/entities_application.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Instance.__type"},{"id":1928,"kind":1024,"name":"email","url":"modules/entities_application.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Instance.__type"},{"id":1929,"kind":1024,"name":"version","url":"modules/entities_application.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Instance.__type"},{"id":1930,"kind":1024,"name":"thumbnail","url":"modules/entities_application.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Instance.__type"},{"id":1931,"kind":1024,"name":"urls","url":"modules/entities_application.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Instance.__type"},{"id":1932,"kind":1024,"name":"stats","url":"modules/entities_application.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Instance.__type"},{"id":1933,"kind":1024,"name":"languages","url":"modules/entities_application.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Instance.__type"},{"id":1934,"kind":1024,"name":"contact_account","url":"modules/entities_application.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Instance.__type"},{"id":1935,"kind":1024,"name":"max_toot_chars","url":"modules/entities_application.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Instance.__type"},{"id":1936,"kind":1024,"name":"registrations","url":"modules/entities_application.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Instance.__type"},{"id":1937,"kind":4194304,"name":"List","url":"modules/entities_application.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1938,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.List"},{"id":1939,"kind":1024,"name":"id","url":"modules/entities_application.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.List.__type"},{"id":1940,"kind":1024,"name":"title","url":"modules/entities_application.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.List.__type"},{"id":1941,"kind":4194304,"name":"Marker","url":"modules/entities_application.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1942,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Marker"},{"id":1943,"kind":1024,"name":"home","url":"modules/entities_application.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Marker.__type"},{"id":1944,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/application.Entity.Marker.__type"},{"id":1945,"kind":1024,"name":"last_read_id","url":"modules/entities_application.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Marker.__type.__type"},{"id":1946,"kind":1024,"name":"version","url":"modules/entities_application.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Marker.__type.__type"},{"id":1947,"kind":1024,"name":"updated_at","url":"modules/entities_application.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Marker.__type.__type"},{"id":1948,"kind":1024,"name":"notifications","url":"modules/entities_application.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Marker.__type"},{"id":1949,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/application.Entity.Marker.__type"},{"id":1950,"kind":1024,"name":"last_read_id","url":"modules/entities_application.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Marker.__type.__type"},{"id":1951,"kind":1024,"name":"version","url":"modules/entities_application.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Marker.__type.__type"},{"id":1952,"kind":1024,"name":"updated_at","url":"modules/entities_application.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Marker.__type.__type"},{"id":1953,"kind":4194304,"name":"Notification","url":"modules/entities_application.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1954,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Notification"},{"id":1955,"kind":1024,"name":"account","url":"modules/entities_application.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Notification.__type"},{"id":1956,"kind":1024,"name":"created_at","url":"modules/entities_application.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Notification.__type"},{"id":1957,"kind":1024,"name":"id","url":"modules/entities_application.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Notification.__type"},{"id":1958,"kind":1024,"name":"status","url":"modules/entities_application.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Notification.__type"},{"id":1959,"kind":1024,"name":"emoji","url":"modules/entities_application.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Notification.__type"},{"id":1960,"kind":1024,"name":"type","url":"modules/entities_application.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Notification.__type"},{"id":1961,"kind":4194304,"name":"NotificationType","url":"modules/entities_application.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1962,"kind":4194304,"name":"Preferences","url":"modules/entities_application.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1963,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Preferences"},{"id":1964,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_application.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Preferences.__type"},{"id":1965,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_application.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Preferences.__type"},{"id":1966,"kind":1024,"name":"posting:default:language","url":"modules/entities_application.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Preferences.__type"},{"id":1967,"kind":1024,"name":"reading:expand:media","url":"modules/entities_application.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Preferences.__type"},{"id":1968,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_application.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Preferences.__type"},{"id":1969,"kind":4194304,"name":"PushSubscription","url":"modules/entities_application.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1970,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.PushSubscription"},{"id":1971,"kind":1024,"name":"id","url":"modules/entities_application.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.PushSubscription.__type"},{"id":1972,"kind":1024,"name":"endpoint","url":"modules/entities_application.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.PushSubscription.__type"},{"id":1973,"kind":1024,"name":"server_key","url":"modules/entities_application.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.PushSubscription.__type"},{"id":1974,"kind":1024,"name":"alerts","url":"modules/entities_application.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.PushSubscription.__type"},{"id":1975,"kind":4194304,"name":"Relationship","url":"modules/entities_application.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1976,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Relationship"},{"id":1977,"kind":1024,"name":"id","url":"modules/entities_application.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Relationship.__type"},{"id":1978,"kind":1024,"name":"following","url":"modules/entities_application.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Relationship.__type"},{"id":1979,"kind":1024,"name":"followed_by","url":"modules/entities_application.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Relationship.__type"},{"id":1980,"kind":1024,"name":"blocking","url":"modules/entities_application.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Relationship.__type"},{"id":1981,"kind":1024,"name":"muting","url":"modules/entities_application.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Relationship.__type"},{"id":1982,"kind":1024,"name":"muting_notifications","url":"modules/entities_application.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Relationship.__type"},{"id":1983,"kind":1024,"name":"requested","url":"modules/entities_application.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Relationship.__type"},{"id":1984,"kind":1024,"name":"domain_blocking","url":"modules/entities_application.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Relationship.__type"},{"id":1985,"kind":1024,"name":"showing_reblogs","url":"modules/entities_application.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Relationship.__type"},{"id":1986,"kind":1024,"name":"endorsed","url":"modules/entities_application.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Relationship.__type"},{"id":1987,"kind":4194304,"name":"Report","url":"modules/entities_application.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1988,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Report"},{"id":1989,"kind":1024,"name":"id","url":"modules/entities_application.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Report.__type"},{"id":1990,"kind":1024,"name":"action_taken","url":"modules/entities_application.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Report.__type"},{"id":1991,"kind":1024,"name":"comment","url":"modules/entities_application.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Report.__type"},{"id":1992,"kind":1024,"name":"account_id","url":"modules/entities_application.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Report.__type"},{"id":1993,"kind":1024,"name":"status_ids","url":"modules/entities_application.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Report.__type"},{"id":1994,"kind":4194304,"name":"Results","url":"modules/entities_application.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":1995,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Results"},{"id":1996,"kind":1024,"name":"accounts","url":"modules/entities_application.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Results.__type"},{"id":1997,"kind":1024,"name":"statuses","url":"modules/entities_application.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Results.__type"},{"id":1998,"kind":1024,"name":"hashtags","url":"modules/entities_application.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Results.__type"},{"id":1999,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_application.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":2000,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.ScheduledStatus"},{"id":2001,"kind":1024,"name":"id","url":"modules/entities_application.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.ScheduledStatus.__type"},{"id":2002,"kind":1024,"name":"scheduled_at","url":"modules/entities_application.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.ScheduledStatus.__type"},{"id":2003,"kind":1024,"name":"params","url":"modules/entities_application.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.ScheduledStatus.__type"},{"id":2004,"kind":1024,"name":"media_attachments","url":"modules/entities_application.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.ScheduledStatus.__type"},{"id":2005,"kind":4194304,"name":"StatusParams","url":"modules/entities_application.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":2006,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.StatusParams"},{"id":2007,"kind":1024,"name":"text","url":"modules/entities_application.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.StatusParams.__type"},{"id":2008,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_application.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.StatusParams.__type"},{"id":2009,"kind":1024,"name":"media_ids","url":"modules/entities_application.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.StatusParams.__type"},{"id":2010,"kind":1024,"name":"sensitive","url":"modules/entities_application.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.StatusParams.__type"},{"id":2011,"kind":1024,"name":"spoiler_text","url":"modules/entities_application.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.StatusParams.__type"},{"id":2012,"kind":1024,"name":"visibility","url":"modules/entities_application.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.StatusParams.__type"},{"id":2013,"kind":1024,"name":"scheduled_at","url":"modules/entities_application.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.StatusParams.__type"},{"id":2014,"kind":1024,"name":"application_id","url":"modules/entities_application.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.StatusParams.__type"},{"id":2015,"kind":4194304,"name":"Token","url":"modules/entities_application.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/application.Entity"},{"id":2016,"kind":65536,"name":"__type","url":"modules/entities_application.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/application.Entity.Token"},{"id":2017,"kind":1024,"name":"access_token","url":"modules/entities_application.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Token.__type"},{"id":2018,"kind":1024,"name":"token_type","url":"modules/entities_application.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Token.__type"},{"id":2019,"kind":1024,"name":"scope","url":"modules/entities_application.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Token.__type"},{"id":2020,"kind":1024,"name":"created_at","url":"modules/entities_application.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/application.Entity.Token.__type"},{"id":2021,"kind":2,"name":"Entity","url":"modules/entities_attachment.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/attachment"},{"id":2022,"kind":4194304,"name":"Emoji","url":"modules/entities_attachment.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2023,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Emoji"},{"id":2024,"kind":1024,"name":"shortcode","url":"modules/entities_attachment.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Emoji.__type"},{"id":2025,"kind":1024,"name":"static_url","url":"modules/entities_attachment.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Emoji.__type"},{"id":2026,"kind":1024,"name":"url","url":"modules/entities_attachment.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Emoji.__type"},{"id":2027,"kind":1024,"name":"visible_in_picker","url":"modules/entities_attachment.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Emoji.__type"},{"id":2028,"kind":4194304,"name":"Source","url":"modules/entities_attachment.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2029,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Source"},{"id":2030,"kind":1024,"name":"privacy","url":"modules/entities_attachment.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Source.__type"},{"id":2031,"kind":1024,"name":"sensitive","url":"modules/entities_attachment.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Source.__type"},{"id":2032,"kind":1024,"name":"language","url":"modules/entities_attachment.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Source.__type"},{"id":2033,"kind":1024,"name":"note","url":"modules/entities_attachment.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Source.__type"},{"id":2034,"kind":1024,"name":"fields","url":"modules/entities_attachment.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Source.__type"},{"id":2035,"kind":4194304,"name":"Account","url":"modules/entities_attachment.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2036,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Account"},{"id":2037,"kind":1024,"name":"id","url":"modules/entities_attachment.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Account.__type"},{"id":2038,"kind":1024,"name":"username","url":"modules/entities_attachment.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Account.__type"},{"id":2039,"kind":1024,"name":"acct","url":"modules/entities_attachment.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Account.__type"},{"id":2040,"kind":1024,"name":"display_name","url":"modules/entities_attachment.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Account.__type"},{"id":2041,"kind":1024,"name":"locked","url":"modules/entities_attachment.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Account.__type"},{"id":2042,"kind":1024,"name":"created_at","url":"modules/entities_attachment.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Account.__type"},{"id":2043,"kind":1024,"name":"followers_count","url":"modules/entities_attachment.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Account.__type"},{"id":2044,"kind":1024,"name":"following_count","url":"modules/entities_attachment.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Account.__type"},{"id":2045,"kind":1024,"name":"statuses_count","url":"modules/entities_attachment.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Account.__type"},{"id":2046,"kind":1024,"name":"note","url":"modules/entities_attachment.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Account.__type"},{"id":2047,"kind":1024,"name":"url","url":"modules/entities_attachment.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Account.__type"},{"id":2048,"kind":1024,"name":"avatar","url":"modules/entities_attachment.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Account.__type"},{"id":2049,"kind":1024,"name":"avatar_static","url":"modules/entities_attachment.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Account.__type"},{"id":2050,"kind":1024,"name":"header","url":"modules/entities_attachment.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Account.__type"},{"id":2051,"kind":1024,"name":"header_static","url":"modules/entities_attachment.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Account.__type"},{"id":2052,"kind":1024,"name":"emojis","url":"modules/entities_attachment.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Account.__type"},{"id":2053,"kind":1024,"name":"moved","url":"modules/entities_attachment.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Account.__type"},{"id":2054,"kind":1024,"name":"fields","url":"modules/entities_attachment.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Account.__type"},{"id":2055,"kind":1024,"name":"bot","url":"modules/entities_attachment.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Account.__type"},{"id":2056,"kind":1024,"name":"source","url":"modules/entities_attachment.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Account.__type"},{"id":2057,"kind":4194304,"name":"Activity","url":"modules/entities_attachment.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2058,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Activity"},{"id":2059,"kind":1024,"name":"week","url":"modules/entities_attachment.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Activity.__type"},{"id":2060,"kind":1024,"name":"statuses","url":"modules/entities_attachment.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Activity.__type"},{"id":2061,"kind":1024,"name":"logins","url":"modules/entities_attachment.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Activity.__type"},{"id":2062,"kind":1024,"name":"registrations","url":"modules/entities_attachment.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Activity.__type"},{"id":2063,"kind":4194304,"name":"Application","url":"modules/entities_attachment.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2064,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Application"},{"id":2065,"kind":1024,"name":"name","url":"modules/entities_attachment.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Application.__type"},{"id":2066,"kind":1024,"name":"website","url":"modules/entities_attachment.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Application.__type"},{"id":2067,"kind":1024,"name":"vapid_key","url":"modules/entities_attachment.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Application.__type"},{"id":2068,"kind":4194304,"name":"Attachment","url":"modules/entities_attachment.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2069,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Attachment"},{"id":2070,"kind":1024,"name":"id","url":"modules/entities_attachment.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Attachment.__type"},{"id":2071,"kind":1024,"name":"type","url":"modules/entities_attachment.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Attachment.__type"},{"id":2072,"kind":1024,"name":"url","url":"modules/entities_attachment.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Attachment.__type"},{"id":2073,"kind":1024,"name":"remote_url","url":"modules/entities_attachment.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Attachment.__type"},{"id":2074,"kind":1024,"name":"preview_url","url":"modules/entities_attachment.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Attachment.__type"},{"id":2075,"kind":1024,"name":"text_url","url":"modules/entities_attachment.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Attachment.__type"},{"id":2076,"kind":1024,"name":"meta","url":"modules/entities_attachment.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Attachment.__type"},{"id":2077,"kind":1024,"name":"description","url":"modules/entities_attachment.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Attachment.__type"},{"id":2078,"kind":4194304,"name":"Card","url":"modules/entities_attachment.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2079,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Card"},{"id":2080,"kind":1024,"name":"url","url":"modules/entities_attachment.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Card.__type"},{"id":2081,"kind":1024,"name":"title","url":"modules/entities_attachment.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Card.__type"},{"id":2082,"kind":1024,"name":"description","url":"modules/entities_attachment.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Card.__type"},{"id":2083,"kind":1024,"name":"type","url":"modules/entities_attachment.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Card.__type"},{"id":2084,"kind":1024,"name":"image","url":"modules/entities_attachment.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Card.__type"},{"id":2085,"kind":1024,"name":"author_name","url":"modules/entities_attachment.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Card.__type"},{"id":2086,"kind":1024,"name":"author_url","url":"modules/entities_attachment.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Card.__type"},{"id":2087,"kind":1024,"name":"provider_name","url":"modules/entities_attachment.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Card.__type"},{"id":2088,"kind":1024,"name":"provider_url","url":"modules/entities_attachment.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Card.__type"},{"id":2089,"kind":1024,"name":"html","url":"modules/entities_attachment.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Card.__type"},{"id":2090,"kind":1024,"name":"width","url":"modules/entities_attachment.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Card.__type"},{"id":2091,"kind":1024,"name":"height","url":"modules/entities_attachment.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Card.__type"},{"id":2092,"kind":4194304,"name":"Mention","url":"modules/entities_attachment.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2093,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Mention"},{"id":2094,"kind":1024,"name":"id","url":"modules/entities_attachment.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Mention.__type"},{"id":2095,"kind":1024,"name":"username","url":"modules/entities_attachment.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Mention.__type"},{"id":2096,"kind":1024,"name":"url","url":"modules/entities_attachment.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Mention.__type"},{"id":2097,"kind":1024,"name":"acct","url":"modules/entities_attachment.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Mention.__type"},{"id":2098,"kind":4194304,"name":"History","url":"modules/entities_attachment.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2099,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.History"},{"id":2100,"kind":1024,"name":"day","url":"modules/entities_attachment.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.History.__type"},{"id":2101,"kind":1024,"name":"uses","url":"modules/entities_attachment.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.History.__type"},{"id":2102,"kind":1024,"name":"accounts","url":"modules/entities_attachment.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.History.__type"},{"id":2103,"kind":4194304,"name":"Tag","url":"modules/entities_attachment.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2104,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Tag"},{"id":2105,"kind":1024,"name":"name","url":"modules/entities_attachment.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Tag.__type"},{"id":2106,"kind":1024,"name":"url","url":"modules/entities_attachment.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Tag.__type"},{"id":2107,"kind":1024,"name":"history","url":"modules/entities_attachment.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Tag.__type"},{"id":2108,"kind":4194304,"name":"PollOption","url":"modules/entities_attachment.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2109,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.PollOption"},{"id":2110,"kind":1024,"name":"title","url":"modules/entities_attachment.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.PollOption.__type"},{"id":2111,"kind":1024,"name":"votes_count","url":"modules/entities_attachment.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.PollOption.__type"},{"id":2112,"kind":4194304,"name":"Poll","url":"modules/entities_attachment.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2113,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Poll"},{"id":2114,"kind":1024,"name":"id","url":"modules/entities_attachment.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Poll.__type"},{"id":2115,"kind":1024,"name":"expires_at","url":"modules/entities_attachment.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Poll.__type"},{"id":2116,"kind":1024,"name":"expired","url":"modules/entities_attachment.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Poll.__type"},{"id":2117,"kind":1024,"name":"multiple","url":"modules/entities_attachment.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Poll.__type"},{"id":2118,"kind":1024,"name":"votes_count","url":"modules/entities_attachment.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Poll.__type"},{"id":2119,"kind":1024,"name":"options","url":"modules/entities_attachment.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Poll.__type"},{"id":2120,"kind":1024,"name":"voted","url":"modules/entities_attachment.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Poll.__type"},{"id":2121,"kind":4194304,"name":"Reaction","url":"modules/entities_attachment.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2122,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Reaction"},{"id":2123,"kind":1024,"name":"count","url":"modules/entities_attachment.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Reaction.__type"},{"id":2124,"kind":1024,"name":"me","url":"modules/entities_attachment.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Reaction.__type"},{"id":2125,"kind":1024,"name":"name","url":"modules/entities_attachment.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Reaction.__type"},{"id":2126,"kind":1024,"name":"accounts","url":"modules/entities_attachment.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Reaction.__type"},{"id":2127,"kind":4194304,"name":"Status","url":"modules/entities_attachment.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2128,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Status"},{"id":2129,"kind":1024,"name":"id","url":"modules/entities_attachment.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2130,"kind":1024,"name":"uri","url":"modules/entities_attachment.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2131,"kind":1024,"name":"url","url":"modules/entities_attachment.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2132,"kind":1024,"name":"account","url":"modules/entities_attachment.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2133,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_attachment.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2134,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_attachment.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2135,"kind":1024,"name":"reblog","url":"modules/entities_attachment.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2136,"kind":1024,"name":"content","url":"modules/entities_attachment.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2137,"kind":1024,"name":"created_at","url":"modules/entities_attachment.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2138,"kind":1024,"name":"emojis","url":"modules/entities_attachment.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2139,"kind":1024,"name":"replies_count","url":"modules/entities_attachment.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2140,"kind":1024,"name":"reblogs_count","url":"modules/entities_attachment.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2141,"kind":1024,"name":"favourites_count","url":"modules/entities_attachment.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2142,"kind":1024,"name":"reblogged","url":"modules/entities_attachment.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2143,"kind":1024,"name":"favourited","url":"modules/entities_attachment.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2144,"kind":1024,"name":"muted","url":"modules/entities_attachment.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2145,"kind":1024,"name":"sensitive","url":"modules/entities_attachment.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2146,"kind":1024,"name":"spoiler_text","url":"modules/entities_attachment.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2147,"kind":1024,"name":"visibility","url":"modules/entities_attachment.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2148,"kind":1024,"name":"media_attachments","url":"modules/entities_attachment.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2149,"kind":1024,"name":"mentions","url":"modules/entities_attachment.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2150,"kind":1024,"name":"tags","url":"modules/entities_attachment.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2151,"kind":1024,"name":"card","url":"modules/entities_attachment.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2152,"kind":1024,"name":"poll","url":"modules/entities_attachment.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2153,"kind":1024,"name":"application","url":"modules/entities_attachment.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2154,"kind":1024,"name":"language","url":"modules/entities_attachment.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2155,"kind":1024,"name":"pinned","url":"modules/entities_attachment.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2156,"kind":1024,"name":"emoji_reactions","url":"modules/entities_attachment.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2157,"kind":1024,"name":"quote","url":"modules/entities_attachment.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2158,"kind":1024,"name":"bookmarked","url":"modules/entities_attachment.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Status.__type"},{"id":2159,"kind":4194304,"name":"Context","url":"modules/entities_attachment.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2160,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Context"},{"id":2161,"kind":1024,"name":"ancestors","url":"modules/entities_attachment.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Context.__type"},{"id":2162,"kind":1024,"name":"descendants","url":"modules/entities_attachment.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Context.__type"},{"id":2163,"kind":4194304,"name":"Conversation","url":"modules/entities_attachment.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2164,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Conversation"},{"id":2165,"kind":1024,"name":"id","url":"modules/entities_attachment.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Conversation.__type"},{"id":2166,"kind":1024,"name":"accounts","url":"modules/entities_attachment.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Conversation.__type"},{"id":2167,"kind":1024,"name":"last_status","url":"modules/entities_attachment.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Conversation.__type"},{"id":2168,"kind":1024,"name":"unread","url":"modules/entities_attachment.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Conversation.__type"},{"id":2169,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_attachment.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2170,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.FeaturedTag"},{"id":2171,"kind":1024,"name":"id","url":"modules/entities_attachment.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.FeaturedTag.__type"},{"id":2172,"kind":1024,"name":"name","url":"modules/entities_attachment.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.FeaturedTag.__type"},{"id":2173,"kind":1024,"name":"statuses_count","url":"modules/entities_attachment.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.FeaturedTag.__type"},{"id":2174,"kind":1024,"name":"last_status_at","url":"modules/entities_attachment.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.FeaturedTag.__type"},{"id":2175,"kind":4194304,"name":"Field","url":"modules/entities_attachment.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2176,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Field"},{"id":2177,"kind":1024,"name":"name","url":"modules/entities_attachment.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Field.__type"},{"id":2178,"kind":1024,"name":"value","url":"modules/entities_attachment.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Field.__type"},{"id":2179,"kind":1024,"name":"verified_at","url":"modules/entities_attachment.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Field.__type"},{"id":2180,"kind":4194304,"name":"Filter","url":"modules/entities_attachment.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2181,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Filter"},{"id":2182,"kind":1024,"name":"id","url":"modules/entities_attachment.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Filter.__type"},{"id":2183,"kind":1024,"name":"phrase","url":"modules/entities_attachment.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Filter.__type"},{"id":2184,"kind":1024,"name":"context","url":"modules/entities_attachment.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Filter.__type"},{"id":2185,"kind":1024,"name":"expires_at","url":"modules/entities_attachment.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Filter.__type"},{"id":2186,"kind":1024,"name":"irreversible","url":"modules/entities_attachment.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Filter.__type"},{"id":2187,"kind":1024,"name":"whole_word","url":"modules/entities_attachment.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Filter.__type"},{"id":2188,"kind":4194304,"name":"IdentityProof","url":"modules/entities_attachment.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2189,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.IdentityProof"},{"id":2190,"kind":1024,"name":"provider","url":"modules/entities_attachment.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.IdentityProof.__type"},{"id":2191,"kind":1024,"name":"provider_username","url":"modules/entities_attachment.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.IdentityProof.__type"},{"id":2192,"kind":1024,"name":"updated_at","url":"modules/entities_attachment.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.IdentityProof.__type"},{"id":2193,"kind":1024,"name":"proof_url","url":"modules/entities_attachment.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.IdentityProof.__type"},{"id":2194,"kind":1024,"name":"profile_url","url":"modules/entities_attachment.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.IdentityProof.__type"},{"id":2195,"kind":4194304,"name":"URLs","url":"modules/entities_attachment.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2196,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.URLs"},{"id":2197,"kind":1024,"name":"streaming_api","url":"modules/entities_attachment.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.URLs.__type"},{"id":2198,"kind":4194304,"name":"Stats","url":"modules/entities_attachment.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2199,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Stats"},{"id":2200,"kind":1024,"name":"user_count","url":"modules/entities_attachment.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Stats.__type"},{"id":2201,"kind":1024,"name":"status_count","url":"modules/entities_attachment.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Stats.__type"},{"id":2202,"kind":1024,"name":"domain_count","url":"modules/entities_attachment.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Stats.__type"},{"id":2203,"kind":4194304,"name":"Instance","url":"modules/entities_attachment.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2204,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Instance"},{"id":2205,"kind":1024,"name":"uri","url":"modules/entities_attachment.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Instance.__type"},{"id":2206,"kind":1024,"name":"title","url":"modules/entities_attachment.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Instance.__type"},{"id":2207,"kind":1024,"name":"description","url":"modules/entities_attachment.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Instance.__type"},{"id":2208,"kind":1024,"name":"email","url":"modules/entities_attachment.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Instance.__type"},{"id":2209,"kind":1024,"name":"version","url":"modules/entities_attachment.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Instance.__type"},{"id":2210,"kind":1024,"name":"thumbnail","url":"modules/entities_attachment.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Instance.__type"},{"id":2211,"kind":1024,"name":"urls","url":"modules/entities_attachment.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Instance.__type"},{"id":2212,"kind":1024,"name":"stats","url":"modules/entities_attachment.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Instance.__type"},{"id":2213,"kind":1024,"name":"languages","url":"modules/entities_attachment.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Instance.__type"},{"id":2214,"kind":1024,"name":"contact_account","url":"modules/entities_attachment.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Instance.__type"},{"id":2215,"kind":1024,"name":"max_toot_chars","url":"modules/entities_attachment.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Instance.__type"},{"id":2216,"kind":1024,"name":"registrations","url":"modules/entities_attachment.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Instance.__type"},{"id":2217,"kind":4194304,"name":"List","url":"modules/entities_attachment.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2218,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.List"},{"id":2219,"kind":1024,"name":"id","url":"modules/entities_attachment.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.List.__type"},{"id":2220,"kind":1024,"name":"title","url":"modules/entities_attachment.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.List.__type"},{"id":2221,"kind":4194304,"name":"Marker","url":"modules/entities_attachment.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2222,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Marker"},{"id":2223,"kind":1024,"name":"home","url":"modules/entities_attachment.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Marker.__type"},{"id":2224,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Marker.__type"},{"id":2225,"kind":1024,"name":"last_read_id","url":"modules/entities_attachment.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Marker.__type.__type"},{"id":2226,"kind":1024,"name":"version","url":"modules/entities_attachment.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Marker.__type.__type"},{"id":2227,"kind":1024,"name":"updated_at","url":"modules/entities_attachment.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Marker.__type.__type"},{"id":2228,"kind":1024,"name":"notifications","url":"modules/entities_attachment.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Marker.__type"},{"id":2229,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Marker.__type"},{"id":2230,"kind":1024,"name":"last_read_id","url":"modules/entities_attachment.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Marker.__type.__type"},{"id":2231,"kind":1024,"name":"version","url":"modules/entities_attachment.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Marker.__type.__type"},{"id":2232,"kind":1024,"name":"updated_at","url":"modules/entities_attachment.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Marker.__type.__type"},{"id":2233,"kind":4194304,"name":"Notification","url":"modules/entities_attachment.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2234,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Notification"},{"id":2235,"kind":1024,"name":"account","url":"modules/entities_attachment.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Notification.__type"},{"id":2236,"kind":1024,"name":"created_at","url":"modules/entities_attachment.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Notification.__type"},{"id":2237,"kind":1024,"name":"id","url":"modules/entities_attachment.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Notification.__type"},{"id":2238,"kind":1024,"name":"status","url":"modules/entities_attachment.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Notification.__type"},{"id":2239,"kind":1024,"name":"emoji","url":"modules/entities_attachment.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Notification.__type"},{"id":2240,"kind":1024,"name":"type","url":"modules/entities_attachment.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Notification.__type"},{"id":2241,"kind":4194304,"name":"NotificationType","url":"modules/entities_attachment.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2242,"kind":4194304,"name":"Preferences","url":"modules/entities_attachment.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2243,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Preferences"},{"id":2244,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_attachment.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Preferences.__type"},{"id":2245,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_attachment.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Preferences.__type"},{"id":2246,"kind":1024,"name":"posting:default:language","url":"modules/entities_attachment.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Preferences.__type"},{"id":2247,"kind":1024,"name":"reading:expand:media","url":"modules/entities_attachment.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Preferences.__type"},{"id":2248,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_attachment.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Preferences.__type"},{"id":2249,"kind":4194304,"name":"PushSubscription","url":"modules/entities_attachment.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2250,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.PushSubscription"},{"id":2251,"kind":1024,"name":"id","url":"modules/entities_attachment.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.PushSubscription.__type"},{"id":2252,"kind":1024,"name":"endpoint","url":"modules/entities_attachment.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.PushSubscription.__type"},{"id":2253,"kind":1024,"name":"server_key","url":"modules/entities_attachment.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.PushSubscription.__type"},{"id":2254,"kind":1024,"name":"alerts","url":"modules/entities_attachment.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.PushSubscription.__type"},{"id":2255,"kind":4194304,"name":"Relationship","url":"modules/entities_attachment.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2256,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Relationship"},{"id":2257,"kind":1024,"name":"id","url":"modules/entities_attachment.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Relationship.__type"},{"id":2258,"kind":1024,"name":"following","url":"modules/entities_attachment.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Relationship.__type"},{"id":2259,"kind":1024,"name":"followed_by","url":"modules/entities_attachment.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Relationship.__type"},{"id":2260,"kind":1024,"name":"blocking","url":"modules/entities_attachment.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Relationship.__type"},{"id":2261,"kind":1024,"name":"muting","url":"modules/entities_attachment.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Relationship.__type"},{"id":2262,"kind":1024,"name":"muting_notifications","url":"modules/entities_attachment.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Relationship.__type"},{"id":2263,"kind":1024,"name":"requested","url":"modules/entities_attachment.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Relationship.__type"},{"id":2264,"kind":1024,"name":"domain_blocking","url":"modules/entities_attachment.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Relationship.__type"},{"id":2265,"kind":1024,"name":"showing_reblogs","url":"modules/entities_attachment.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Relationship.__type"},{"id":2266,"kind":1024,"name":"endorsed","url":"modules/entities_attachment.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Relationship.__type"},{"id":2267,"kind":4194304,"name":"Report","url":"modules/entities_attachment.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2268,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Report"},{"id":2269,"kind":1024,"name":"id","url":"modules/entities_attachment.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Report.__type"},{"id":2270,"kind":1024,"name":"action_taken","url":"modules/entities_attachment.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Report.__type"},{"id":2271,"kind":1024,"name":"comment","url":"modules/entities_attachment.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Report.__type"},{"id":2272,"kind":1024,"name":"account_id","url":"modules/entities_attachment.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Report.__type"},{"id":2273,"kind":1024,"name":"status_ids","url":"modules/entities_attachment.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Report.__type"},{"id":2274,"kind":4194304,"name":"Results","url":"modules/entities_attachment.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2275,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Results"},{"id":2276,"kind":1024,"name":"accounts","url":"modules/entities_attachment.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Results.__type"},{"id":2277,"kind":1024,"name":"statuses","url":"modules/entities_attachment.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Results.__type"},{"id":2278,"kind":1024,"name":"hashtags","url":"modules/entities_attachment.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Results.__type"},{"id":2279,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_attachment.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2280,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.ScheduledStatus"},{"id":2281,"kind":1024,"name":"id","url":"modules/entities_attachment.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.ScheduledStatus.__type"},{"id":2282,"kind":1024,"name":"scheduled_at","url":"modules/entities_attachment.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.ScheduledStatus.__type"},{"id":2283,"kind":1024,"name":"params","url":"modules/entities_attachment.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.ScheduledStatus.__type"},{"id":2284,"kind":1024,"name":"media_attachments","url":"modules/entities_attachment.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.ScheduledStatus.__type"},{"id":2285,"kind":4194304,"name":"StatusParams","url":"modules/entities_attachment.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2286,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.StatusParams"},{"id":2287,"kind":1024,"name":"text","url":"modules/entities_attachment.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.StatusParams.__type"},{"id":2288,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_attachment.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.StatusParams.__type"},{"id":2289,"kind":1024,"name":"media_ids","url":"modules/entities_attachment.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.StatusParams.__type"},{"id":2290,"kind":1024,"name":"sensitive","url":"modules/entities_attachment.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.StatusParams.__type"},{"id":2291,"kind":1024,"name":"spoiler_text","url":"modules/entities_attachment.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.StatusParams.__type"},{"id":2292,"kind":1024,"name":"visibility","url":"modules/entities_attachment.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.StatusParams.__type"},{"id":2293,"kind":1024,"name":"scheduled_at","url":"modules/entities_attachment.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.StatusParams.__type"},{"id":2294,"kind":1024,"name":"application_id","url":"modules/entities_attachment.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.StatusParams.__type"},{"id":2295,"kind":4194304,"name":"Token","url":"modules/entities_attachment.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/attachment.Entity"},{"id":2296,"kind":65536,"name":"__type","url":"modules/entities_attachment.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/attachment.Entity.Token"},{"id":2297,"kind":1024,"name":"access_token","url":"modules/entities_attachment.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Token.__type"},{"id":2298,"kind":1024,"name":"token_type","url":"modules/entities_attachment.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Token.__type"},{"id":2299,"kind":1024,"name":"scope","url":"modules/entities_attachment.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Token.__type"},{"id":2300,"kind":1024,"name":"created_at","url":"modules/entities_attachment.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/attachment.Entity.Token.__type"},{"id":2301,"kind":2,"name":"Entity","url":"modules/entities_card.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/card"},{"id":2302,"kind":4194304,"name":"Emoji","url":"modules/entities_card.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2303,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Emoji"},{"id":2304,"kind":1024,"name":"shortcode","url":"modules/entities_card.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Emoji.__type"},{"id":2305,"kind":1024,"name":"static_url","url":"modules/entities_card.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Emoji.__type"},{"id":2306,"kind":1024,"name":"url","url":"modules/entities_card.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Emoji.__type"},{"id":2307,"kind":1024,"name":"visible_in_picker","url":"modules/entities_card.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Emoji.__type"},{"id":2308,"kind":4194304,"name":"Source","url":"modules/entities_card.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2309,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Source"},{"id":2310,"kind":1024,"name":"privacy","url":"modules/entities_card.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Source.__type"},{"id":2311,"kind":1024,"name":"sensitive","url":"modules/entities_card.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Source.__type"},{"id":2312,"kind":1024,"name":"language","url":"modules/entities_card.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Source.__type"},{"id":2313,"kind":1024,"name":"note","url":"modules/entities_card.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Source.__type"},{"id":2314,"kind":1024,"name":"fields","url":"modules/entities_card.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Source.__type"},{"id":2315,"kind":4194304,"name":"Account","url":"modules/entities_card.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2316,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Account"},{"id":2317,"kind":1024,"name":"id","url":"modules/entities_card.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Account.__type"},{"id":2318,"kind":1024,"name":"username","url":"modules/entities_card.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Account.__type"},{"id":2319,"kind":1024,"name":"acct","url":"modules/entities_card.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Account.__type"},{"id":2320,"kind":1024,"name":"display_name","url":"modules/entities_card.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Account.__type"},{"id":2321,"kind":1024,"name":"locked","url":"modules/entities_card.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Account.__type"},{"id":2322,"kind":1024,"name":"created_at","url":"modules/entities_card.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Account.__type"},{"id":2323,"kind":1024,"name":"followers_count","url":"modules/entities_card.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Account.__type"},{"id":2324,"kind":1024,"name":"following_count","url":"modules/entities_card.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Account.__type"},{"id":2325,"kind":1024,"name":"statuses_count","url":"modules/entities_card.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Account.__type"},{"id":2326,"kind":1024,"name":"note","url":"modules/entities_card.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Account.__type"},{"id":2327,"kind":1024,"name":"url","url":"modules/entities_card.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Account.__type"},{"id":2328,"kind":1024,"name":"avatar","url":"modules/entities_card.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Account.__type"},{"id":2329,"kind":1024,"name":"avatar_static","url":"modules/entities_card.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Account.__type"},{"id":2330,"kind":1024,"name":"header","url":"modules/entities_card.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Account.__type"},{"id":2331,"kind":1024,"name":"header_static","url":"modules/entities_card.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Account.__type"},{"id":2332,"kind":1024,"name":"emojis","url":"modules/entities_card.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Account.__type"},{"id":2333,"kind":1024,"name":"moved","url":"modules/entities_card.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Account.__type"},{"id":2334,"kind":1024,"name":"fields","url":"modules/entities_card.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Account.__type"},{"id":2335,"kind":1024,"name":"bot","url":"modules/entities_card.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Account.__type"},{"id":2336,"kind":1024,"name":"source","url":"modules/entities_card.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Account.__type"},{"id":2337,"kind":4194304,"name":"Activity","url":"modules/entities_card.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2338,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Activity"},{"id":2339,"kind":1024,"name":"week","url":"modules/entities_card.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Activity.__type"},{"id":2340,"kind":1024,"name":"statuses","url":"modules/entities_card.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Activity.__type"},{"id":2341,"kind":1024,"name":"logins","url":"modules/entities_card.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Activity.__type"},{"id":2342,"kind":1024,"name":"registrations","url":"modules/entities_card.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Activity.__type"},{"id":2343,"kind":4194304,"name":"Application","url":"modules/entities_card.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2344,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Application"},{"id":2345,"kind":1024,"name":"name","url":"modules/entities_card.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Application.__type"},{"id":2346,"kind":1024,"name":"website","url":"modules/entities_card.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Application.__type"},{"id":2347,"kind":1024,"name":"vapid_key","url":"modules/entities_card.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Application.__type"},{"id":2348,"kind":4194304,"name":"Attachment","url":"modules/entities_card.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2349,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Attachment"},{"id":2350,"kind":1024,"name":"id","url":"modules/entities_card.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Attachment.__type"},{"id":2351,"kind":1024,"name":"type","url":"modules/entities_card.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Attachment.__type"},{"id":2352,"kind":1024,"name":"url","url":"modules/entities_card.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Attachment.__type"},{"id":2353,"kind":1024,"name":"remote_url","url":"modules/entities_card.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Attachment.__type"},{"id":2354,"kind":1024,"name":"preview_url","url":"modules/entities_card.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Attachment.__type"},{"id":2355,"kind":1024,"name":"text_url","url":"modules/entities_card.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Attachment.__type"},{"id":2356,"kind":1024,"name":"meta","url":"modules/entities_card.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Attachment.__type"},{"id":2357,"kind":1024,"name":"description","url":"modules/entities_card.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Attachment.__type"},{"id":2358,"kind":4194304,"name":"Card","url":"modules/entities_card.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2359,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Card"},{"id":2360,"kind":1024,"name":"url","url":"modules/entities_card.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Card.__type"},{"id":2361,"kind":1024,"name":"title","url":"modules/entities_card.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Card.__type"},{"id":2362,"kind":1024,"name":"description","url":"modules/entities_card.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Card.__type"},{"id":2363,"kind":1024,"name":"type","url":"modules/entities_card.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Card.__type"},{"id":2364,"kind":1024,"name":"image","url":"modules/entities_card.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Card.__type"},{"id":2365,"kind":1024,"name":"author_name","url":"modules/entities_card.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Card.__type"},{"id":2366,"kind":1024,"name":"author_url","url":"modules/entities_card.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Card.__type"},{"id":2367,"kind":1024,"name":"provider_name","url":"modules/entities_card.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Card.__type"},{"id":2368,"kind":1024,"name":"provider_url","url":"modules/entities_card.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Card.__type"},{"id":2369,"kind":1024,"name":"html","url":"modules/entities_card.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Card.__type"},{"id":2370,"kind":1024,"name":"width","url":"modules/entities_card.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Card.__type"},{"id":2371,"kind":1024,"name":"height","url":"modules/entities_card.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Card.__type"},{"id":2372,"kind":4194304,"name":"Mention","url":"modules/entities_card.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2373,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Mention"},{"id":2374,"kind":1024,"name":"id","url":"modules/entities_card.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Mention.__type"},{"id":2375,"kind":1024,"name":"username","url":"modules/entities_card.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Mention.__type"},{"id":2376,"kind":1024,"name":"url","url":"modules/entities_card.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Mention.__type"},{"id":2377,"kind":1024,"name":"acct","url":"modules/entities_card.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Mention.__type"},{"id":2378,"kind":4194304,"name":"History","url":"modules/entities_card.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2379,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.History"},{"id":2380,"kind":1024,"name":"day","url":"modules/entities_card.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.History.__type"},{"id":2381,"kind":1024,"name":"uses","url":"modules/entities_card.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.History.__type"},{"id":2382,"kind":1024,"name":"accounts","url":"modules/entities_card.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.History.__type"},{"id":2383,"kind":4194304,"name":"Tag","url":"modules/entities_card.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2384,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Tag"},{"id":2385,"kind":1024,"name":"name","url":"modules/entities_card.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Tag.__type"},{"id":2386,"kind":1024,"name":"url","url":"modules/entities_card.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Tag.__type"},{"id":2387,"kind":1024,"name":"history","url":"modules/entities_card.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Tag.__type"},{"id":2388,"kind":4194304,"name":"PollOption","url":"modules/entities_card.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2389,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.PollOption"},{"id":2390,"kind":1024,"name":"title","url":"modules/entities_card.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.PollOption.__type"},{"id":2391,"kind":1024,"name":"votes_count","url":"modules/entities_card.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.PollOption.__type"},{"id":2392,"kind":4194304,"name":"Poll","url":"modules/entities_card.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2393,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Poll"},{"id":2394,"kind":1024,"name":"id","url":"modules/entities_card.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Poll.__type"},{"id":2395,"kind":1024,"name":"expires_at","url":"modules/entities_card.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Poll.__type"},{"id":2396,"kind":1024,"name":"expired","url":"modules/entities_card.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Poll.__type"},{"id":2397,"kind":1024,"name":"multiple","url":"modules/entities_card.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Poll.__type"},{"id":2398,"kind":1024,"name":"votes_count","url":"modules/entities_card.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Poll.__type"},{"id":2399,"kind":1024,"name":"options","url":"modules/entities_card.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Poll.__type"},{"id":2400,"kind":1024,"name":"voted","url":"modules/entities_card.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Poll.__type"},{"id":2401,"kind":4194304,"name":"Reaction","url":"modules/entities_card.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2402,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Reaction"},{"id":2403,"kind":1024,"name":"count","url":"modules/entities_card.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Reaction.__type"},{"id":2404,"kind":1024,"name":"me","url":"modules/entities_card.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Reaction.__type"},{"id":2405,"kind":1024,"name":"name","url":"modules/entities_card.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Reaction.__type"},{"id":2406,"kind":1024,"name":"accounts","url":"modules/entities_card.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Reaction.__type"},{"id":2407,"kind":4194304,"name":"Status","url":"modules/entities_card.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2408,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Status"},{"id":2409,"kind":1024,"name":"id","url":"modules/entities_card.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2410,"kind":1024,"name":"uri","url":"modules/entities_card.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2411,"kind":1024,"name":"url","url":"modules/entities_card.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2412,"kind":1024,"name":"account","url":"modules/entities_card.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2413,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_card.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2414,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_card.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2415,"kind":1024,"name":"reblog","url":"modules/entities_card.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2416,"kind":1024,"name":"content","url":"modules/entities_card.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2417,"kind":1024,"name":"created_at","url":"modules/entities_card.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2418,"kind":1024,"name":"emojis","url":"modules/entities_card.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2419,"kind":1024,"name":"replies_count","url":"modules/entities_card.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2420,"kind":1024,"name":"reblogs_count","url":"modules/entities_card.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2421,"kind":1024,"name":"favourites_count","url":"modules/entities_card.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2422,"kind":1024,"name":"reblogged","url":"modules/entities_card.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2423,"kind":1024,"name":"favourited","url":"modules/entities_card.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2424,"kind":1024,"name":"muted","url":"modules/entities_card.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2425,"kind":1024,"name":"sensitive","url":"modules/entities_card.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2426,"kind":1024,"name":"spoiler_text","url":"modules/entities_card.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2427,"kind":1024,"name":"visibility","url":"modules/entities_card.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2428,"kind":1024,"name":"media_attachments","url":"modules/entities_card.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2429,"kind":1024,"name":"mentions","url":"modules/entities_card.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2430,"kind":1024,"name":"tags","url":"modules/entities_card.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2431,"kind":1024,"name":"card","url":"modules/entities_card.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2432,"kind":1024,"name":"poll","url":"modules/entities_card.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2433,"kind":1024,"name":"application","url":"modules/entities_card.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2434,"kind":1024,"name":"language","url":"modules/entities_card.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2435,"kind":1024,"name":"pinned","url":"modules/entities_card.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2436,"kind":1024,"name":"emoji_reactions","url":"modules/entities_card.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2437,"kind":1024,"name":"quote","url":"modules/entities_card.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2438,"kind":1024,"name":"bookmarked","url":"modules/entities_card.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Status.__type"},{"id":2439,"kind":4194304,"name":"Context","url":"modules/entities_card.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2440,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Context"},{"id":2441,"kind":1024,"name":"ancestors","url":"modules/entities_card.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Context.__type"},{"id":2442,"kind":1024,"name":"descendants","url":"modules/entities_card.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Context.__type"},{"id":2443,"kind":4194304,"name":"Conversation","url":"modules/entities_card.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2444,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Conversation"},{"id":2445,"kind":1024,"name":"id","url":"modules/entities_card.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Conversation.__type"},{"id":2446,"kind":1024,"name":"accounts","url":"modules/entities_card.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Conversation.__type"},{"id":2447,"kind":1024,"name":"last_status","url":"modules/entities_card.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Conversation.__type"},{"id":2448,"kind":1024,"name":"unread","url":"modules/entities_card.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Conversation.__type"},{"id":2449,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_card.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2450,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.FeaturedTag"},{"id":2451,"kind":1024,"name":"id","url":"modules/entities_card.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.FeaturedTag.__type"},{"id":2452,"kind":1024,"name":"name","url":"modules/entities_card.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.FeaturedTag.__type"},{"id":2453,"kind":1024,"name":"statuses_count","url":"modules/entities_card.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.FeaturedTag.__type"},{"id":2454,"kind":1024,"name":"last_status_at","url":"modules/entities_card.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.FeaturedTag.__type"},{"id":2455,"kind":4194304,"name":"Field","url":"modules/entities_card.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2456,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Field"},{"id":2457,"kind":1024,"name":"name","url":"modules/entities_card.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Field.__type"},{"id":2458,"kind":1024,"name":"value","url":"modules/entities_card.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Field.__type"},{"id":2459,"kind":1024,"name":"verified_at","url":"modules/entities_card.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Field.__type"},{"id":2460,"kind":4194304,"name":"Filter","url":"modules/entities_card.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2461,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Filter"},{"id":2462,"kind":1024,"name":"id","url":"modules/entities_card.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Filter.__type"},{"id":2463,"kind":1024,"name":"phrase","url":"modules/entities_card.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Filter.__type"},{"id":2464,"kind":1024,"name":"context","url":"modules/entities_card.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Filter.__type"},{"id":2465,"kind":1024,"name":"expires_at","url":"modules/entities_card.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Filter.__type"},{"id":2466,"kind":1024,"name":"irreversible","url":"modules/entities_card.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Filter.__type"},{"id":2467,"kind":1024,"name":"whole_word","url":"modules/entities_card.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Filter.__type"},{"id":2468,"kind":4194304,"name":"IdentityProof","url":"modules/entities_card.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2469,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.IdentityProof"},{"id":2470,"kind":1024,"name":"provider","url":"modules/entities_card.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.IdentityProof.__type"},{"id":2471,"kind":1024,"name":"provider_username","url":"modules/entities_card.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.IdentityProof.__type"},{"id":2472,"kind":1024,"name":"updated_at","url":"modules/entities_card.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.IdentityProof.__type"},{"id":2473,"kind":1024,"name":"proof_url","url":"modules/entities_card.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.IdentityProof.__type"},{"id":2474,"kind":1024,"name":"profile_url","url":"modules/entities_card.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.IdentityProof.__type"},{"id":2475,"kind":4194304,"name":"URLs","url":"modules/entities_card.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2476,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.URLs"},{"id":2477,"kind":1024,"name":"streaming_api","url":"modules/entities_card.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.URLs.__type"},{"id":2478,"kind":4194304,"name":"Stats","url":"modules/entities_card.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2479,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Stats"},{"id":2480,"kind":1024,"name":"user_count","url":"modules/entities_card.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Stats.__type"},{"id":2481,"kind":1024,"name":"status_count","url":"modules/entities_card.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Stats.__type"},{"id":2482,"kind":1024,"name":"domain_count","url":"modules/entities_card.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Stats.__type"},{"id":2483,"kind":4194304,"name":"Instance","url":"modules/entities_card.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2484,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Instance"},{"id":2485,"kind":1024,"name":"uri","url":"modules/entities_card.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Instance.__type"},{"id":2486,"kind":1024,"name":"title","url":"modules/entities_card.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Instance.__type"},{"id":2487,"kind":1024,"name":"description","url":"modules/entities_card.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Instance.__type"},{"id":2488,"kind":1024,"name":"email","url":"modules/entities_card.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Instance.__type"},{"id":2489,"kind":1024,"name":"version","url":"modules/entities_card.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Instance.__type"},{"id":2490,"kind":1024,"name":"thumbnail","url":"modules/entities_card.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Instance.__type"},{"id":2491,"kind":1024,"name":"urls","url":"modules/entities_card.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Instance.__type"},{"id":2492,"kind":1024,"name":"stats","url":"modules/entities_card.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Instance.__type"},{"id":2493,"kind":1024,"name":"languages","url":"modules/entities_card.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Instance.__type"},{"id":2494,"kind":1024,"name":"contact_account","url":"modules/entities_card.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Instance.__type"},{"id":2495,"kind":1024,"name":"max_toot_chars","url":"modules/entities_card.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Instance.__type"},{"id":2496,"kind":1024,"name":"registrations","url":"modules/entities_card.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Instance.__type"},{"id":2497,"kind":4194304,"name":"List","url":"modules/entities_card.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2498,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.List"},{"id":2499,"kind":1024,"name":"id","url":"modules/entities_card.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.List.__type"},{"id":2500,"kind":1024,"name":"title","url":"modules/entities_card.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.List.__type"},{"id":2501,"kind":4194304,"name":"Marker","url":"modules/entities_card.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2502,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Marker"},{"id":2503,"kind":1024,"name":"home","url":"modules/entities_card.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Marker.__type"},{"id":2504,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/card.Entity.Marker.__type"},{"id":2505,"kind":1024,"name":"last_read_id","url":"modules/entities_card.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Marker.__type.__type"},{"id":2506,"kind":1024,"name":"version","url":"modules/entities_card.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Marker.__type.__type"},{"id":2507,"kind":1024,"name":"updated_at","url":"modules/entities_card.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Marker.__type.__type"},{"id":2508,"kind":1024,"name":"notifications","url":"modules/entities_card.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Marker.__type"},{"id":2509,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/card.Entity.Marker.__type"},{"id":2510,"kind":1024,"name":"last_read_id","url":"modules/entities_card.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Marker.__type.__type"},{"id":2511,"kind":1024,"name":"version","url":"modules/entities_card.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Marker.__type.__type"},{"id":2512,"kind":1024,"name":"updated_at","url":"modules/entities_card.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Marker.__type.__type"},{"id":2513,"kind":4194304,"name":"Notification","url":"modules/entities_card.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2514,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Notification"},{"id":2515,"kind":1024,"name":"account","url":"modules/entities_card.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Notification.__type"},{"id":2516,"kind":1024,"name":"created_at","url":"modules/entities_card.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Notification.__type"},{"id":2517,"kind":1024,"name":"id","url":"modules/entities_card.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Notification.__type"},{"id":2518,"kind":1024,"name":"status","url":"modules/entities_card.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Notification.__type"},{"id":2519,"kind":1024,"name":"emoji","url":"modules/entities_card.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Notification.__type"},{"id":2520,"kind":1024,"name":"type","url":"modules/entities_card.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Notification.__type"},{"id":2521,"kind":4194304,"name":"NotificationType","url":"modules/entities_card.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2522,"kind":4194304,"name":"Preferences","url":"modules/entities_card.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2523,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Preferences"},{"id":2524,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_card.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Preferences.__type"},{"id":2525,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_card.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Preferences.__type"},{"id":2526,"kind":1024,"name":"posting:default:language","url":"modules/entities_card.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Preferences.__type"},{"id":2527,"kind":1024,"name":"reading:expand:media","url":"modules/entities_card.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Preferences.__type"},{"id":2528,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_card.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Preferences.__type"},{"id":2529,"kind":4194304,"name":"PushSubscription","url":"modules/entities_card.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2530,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.PushSubscription"},{"id":2531,"kind":1024,"name":"id","url":"modules/entities_card.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.PushSubscription.__type"},{"id":2532,"kind":1024,"name":"endpoint","url":"modules/entities_card.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.PushSubscription.__type"},{"id":2533,"kind":1024,"name":"server_key","url":"modules/entities_card.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.PushSubscription.__type"},{"id":2534,"kind":1024,"name":"alerts","url":"modules/entities_card.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.PushSubscription.__type"},{"id":2535,"kind":4194304,"name":"Relationship","url":"modules/entities_card.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2536,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Relationship"},{"id":2537,"kind":1024,"name":"id","url":"modules/entities_card.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Relationship.__type"},{"id":2538,"kind":1024,"name":"following","url":"modules/entities_card.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Relationship.__type"},{"id":2539,"kind":1024,"name":"followed_by","url":"modules/entities_card.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Relationship.__type"},{"id":2540,"kind":1024,"name":"blocking","url":"modules/entities_card.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Relationship.__type"},{"id":2541,"kind":1024,"name":"muting","url":"modules/entities_card.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Relationship.__type"},{"id":2542,"kind":1024,"name":"muting_notifications","url":"modules/entities_card.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Relationship.__type"},{"id":2543,"kind":1024,"name":"requested","url":"modules/entities_card.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Relationship.__type"},{"id":2544,"kind":1024,"name":"domain_blocking","url":"modules/entities_card.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Relationship.__type"},{"id":2545,"kind":1024,"name":"showing_reblogs","url":"modules/entities_card.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Relationship.__type"},{"id":2546,"kind":1024,"name":"endorsed","url":"modules/entities_card.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Relationship.__type"},{"id":2547,"kind":4194304,"name":"Report","url":"modules/entities_card.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2548,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Report"},{"id":2549,"kind":1024,"name":"id","url":"modules/entities_card.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Report.__type"},{"id":2550,"kind":1024,"name":"action_taken","url":"modules/entities_card.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Report.__type"},{"id":2551,"kind":1024,"name":"comment","url":"modules/entities_card.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Report.__type"},{"id":2552,"kind":1024,"name":"account_id","url":"modules/entities_card.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Report.__type"},{"id":2553,"kind":1024,"name":"status_ids","url":"modules/entities_card.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Report.__type"},{"id":2554,"kind":4194304,"name":"Results","url":"modules/entities_card.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2555,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Results"},{"id":2556,"kind":1024,"name":"accounts","url":"modules/entities_card.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Results.__type"},{"id":2557,"kind":1024,"name":"statuses","url":"modules/entities_card.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Results.__type"},{"id":2558,"kind":1024,"name":"hashtags","url":"modules/entities_card.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Results.__type"},{"id":2559,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_card.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2560,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.ScheduledStatus"},{"id":2561,"kind":1024,"name":"id","url":"modules/entities_card.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.ScheduledStatus.__type"},{"id":2562,"kind":1024,"name":"scheduled_at","url":"modules/entities_card.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.ScheduledStatus.__type"},{"id":2563,"kind":1024,"name":"params","url":"modules/entities_card.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.ScheduledStatus.__type"},{"id":2564,"kind":1024,"name":"media_attachments","url":"modules/entities_card.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.ScheduledStatus.__type"},{"id":2565,"kind":4194304,"name":"StatusParams","url":"modules/entities_card.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2566,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.StatusParams"},{"id":2567,"kind":1024,"name":"text","url":"modules/entities_card.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.StatusParams.__type"},{"id":2568,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_card.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.StatusParams.__type"},{"id":2569,"kind":1024,"name":"media_ids","url":"modules/entities_card.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.StatusParams.__type"},{"id":2570,"kind":1024,"name":"sensitive","url":"modules/entities_card.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.StatusParams.__type"},{"id":2571,"kind":1024,"name":"spoiler_text","url":"modules/entities_card.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.StatusParams.__type"},{"id":2572,"kind":1024,"name":"visibility","url":"modules/entities_card.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.StatusParams.__type"},{"id":2573,"kind":1024,"name":"scheduled_at","url":"modules/entities_card.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.StatusParams.__type"},{"id":2574,"kind":1024,"name":"application_id","url":"modules/entities_card.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.StatusParams.__type"},{"id":2575,"kind":4194304,"name":"Token","url":"modules/entities_card.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/card.Entity"},{"id":2576,"kind":65536,"name":"__type","url":"modules/entities_card.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/card.Entity.Token"},{"id":2577,"kind":1024,"name":"access_token","url":"modules/entities_card.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Token.__type"},{"id":2578,"kind":1024,"name":"token_type","url":"modules/entities_card.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Token.__type"},{"id":2579,"kind":1024,"name":"scope","url":"modules/entities_card.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Token.__type"},{"id":2580,"kind":1024,"name":"created_at","url":"modules/entities_card.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/card.Entity.Token.__type"},{"id":2581,"kind":2,"name":"Entity","url":"modules/entities_context.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/context"},{"id":2582,"kind":4194304,"name":"Emoji","url":"modules/entities_context.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2583,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Emoji"},{"id":2584,"kind":1024,"name":"shortcode","url":"modules/entities_context.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Emoji.__type"},{"id":2585,"kind":1024,"name":"static_url","url":"modules/entities_context.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Emoji.__type"},{"id":2586,"kind":1024,"name":"url","url":"modules/entities_context.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Emoji.__type"},{"id":2587,"kind":1024,"name":"visible_in_picker","url":"modules/entities_context.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Emoji.__type"},{"id":2588,"kind":4194304,"name":"Source","url":"modules/entities_context.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2589,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Source"},{"id":2590,"kind":1024,"name":"privacy","url":"modules/entities_context.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Source.__type"},{"id":2591,"kind":1024,"name":"sensitive","url":"modules/entities_context.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Source.__type"},{"id":2592,"kind":1024,"name":"language","url":"modules/entities_context.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Source.__type"},{"id":2593,"kind":1024,"name":"note","url":"modules/entities_context.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Source.__type"},{"id":2594,"kind":1024,"name":"fields","url":"modules/entities_context.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Source.__type"},{"id":2595,"kind":4194304,"name":"Account","url":"modules/entities_context.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2596,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Account"},{"id":2597,"kind":1024,"name":"id","url":"modules/entities_context.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Account.__type"},{"id":2598,"kind":1024,"name":"username","url":"modules/entities_context.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Account.__type"},{"id":2599,"kind":1024,"name":"acct","url":"modules/entities_context.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Account.__type"},{"id":2600,"kind":1024,"name":"display_name","url":"modules/entities_context.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Account.__type"},{"id":2601,"kind":1024,"name":"locked","url":"modules/entities_context.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Account.__type"},{"id":2602,"kind":1024,"name":"created_at","url":"modules/entities_context.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Account.__type"},{"id":2603,"kind":1024,"name":"followers_count","url":"modules/entities_context.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Account.__type"},{"id":2604,"kind":1024,"name":"following_count","url":"modules/entities_context.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Account.__type"},{"id":2605,"kind":1024,"name":"statuses_count","url":"modules/entities_context.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Account.__type"},{"id":2606,"kind":1024,"name":"note","url":"modules/entities_context.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Account.__type"},{"id":2607,"kind":1024,"name":"url","url":"modules/entities_context.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Account.__type"},{"id":2608,"kind":1024,"name":"avatar","url":"modules/entities_context.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Account.__type"},{"id":2609,"kind":1024,"name":"avatar_static","url":"modules/entities_context.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Account.__type"},{"id":2610,"kind":1024,"name":"header","url":"modules/entities_context.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Account.__type"},{"id":2611,"kind":1024,"name":"header_static","url":"modules/entities_context.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Account.__type"},{"id":2612,"kind":1024,"name":"emojis","url":"modules/entities_context.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Account.__type"},{"id":2613,"kind":1024,"name":"moved","url":"modules/entities_context.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Account.__type"},{"id":2614,"kind":1024,"name":"fields","url":"modules/entities_context.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Account.__type"},{"id":2615,"kind":1024,"name":"bot","url":"modules/entities_context.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Account.__type"},{"id":2616,"kind":1024,"name":"source","url":"modules/entities_context.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Account.__type"},{"id":2617,"kind":4194304,"name":"Activity","url":"modules/entities_context.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2618,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Activity"},{"id":2619,"kind":1024,"name":"week","url":"modules/entities_context.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Activity.__type"},{"id":2620,"kind":1024,"name":"statuses","url":"modules/entities_context.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Activity.__type"},{"id":2621,"kind":1024,"name":"logins","url":"modules/entities_context.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Activity.__type"},{"id":2622,"kind":1024,"name":"registrations","url":"modules/entities_context.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Activity.__type"},{"id":2623,"kind":4194304,"name":"Application","url":"modules/entities_context.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2624,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Application"},{"id":2625,"kind":1024,"name":"name","url":"modules/entities_context.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Application.__type"},{"id":2626,"kind":1024,"name":"website","url":"modules/entities_context.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Application.__type"},{"id":2627,"kind":1024,"name":"vapid_key","url":"modules/entities_context.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Application.__type"},{"id":2628,"kind":4194304,"name":"Attachment","url":"modules/entities_context.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2629,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Attachment"},{"id":2630,"kind":1024,"name":"id","url":"modules/entities_context.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Attachment.__type"},{"id":2631,"kind":1024,"name":"type","url":"modules/entities_context.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Attachment.__type"},{"id":2632,"kind":1024,"name":"url","url":"modules/entities_context.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Attachment.__type"},{"id":2633,"kind":1024,"name":"remote_url","url":"modules/entities_context.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Attachment.__type"},{"id":2634,"kind":1024,"name":"preview_url","url":"modules/entities_context.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Attachment.__type"},{"id":2635,"kind":1024,"name":"text_url","url":"modules/entities_context.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Attachment.__type"},{"id":2636,"kind":1024,"name":"meta","url":"modules/entities_context.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Attachment.__type"},{"id":2637,"kind":1024,"name":"description","url":"modules/entities_context.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Attachment.__type"},{"id":2638,"kind":4194304,"name":"Card","url":"modules/entities_context.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2639,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Card"},{"id":2640,"kind":1024,"name":"url","url":"modules/entities_context.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Card.__type"},{"id":2641,"kind":1024,"name":"title","url":"modules/entities_context.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Card.__type"},{"id":2642,"kind":1024,"name":"description","url":"modules/entities_context.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Card.__type"},{"id":2643,"kind":1024,"name":"type","url":"modules/entities_context.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Card.__type"},{"id":2644,"kind":1024,"name":"image","url":"modules/entities_context.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Card.__type"},{"id":2645,"kind":1024,"name":"author_name","url":"modules/entities_context.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Card.__type"},{"id":2646,"kind":1024,"name":"author_url","url":"modules/entities_context.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Card.__type"},{"id":2647,"kind":1024,"name":"provider_name","url":"modules/entities_context.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Card.__type"},{"id":2648,"kind":1024,"name":"provider_url","url":"modules/entities_context.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Card.__type"},{"id":2649,"kind":1024,"name":"html","url":"modules/entities_context.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Card.__type"},{"id":2650,"kind":1024,"name":"width","url":"modules/entities_context.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Card.__type"},{"id":2651,"kind":1024,"name":"height","url":"modules/entities_context.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Card.__type"},{"id":2652,"kind":4194304,"name":"Mention","url":"modules/entities_context.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2653,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Mention"},{"id":2654,"kind":1024,"name":"id","url":"modules/entities_context.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Mention.__type"},{"id":2655,"kind":1024,"name":"username","url":"modules/entities_context.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Mention.__type"},{"id":2656,"kind":1024,"name":"url","url":"modules/entities_context.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Mention.__type"},{"id":2657,"kind":1024,"name":"acct","url":"modules/entities_context.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Mention.__type"},{"id":2658,"kind":4194304,"name":"History","url":"modules/entities_context.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2659,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.History"},{"id":2660,"kind":1024,"name":"day","url":"modules/entities_context.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.History.__type"},{"id":2661,"kind":1024,"name":"uses","url":"modules/entities_context.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.History.__type"},{"id":2662,"kind":1024,"name":"accounts","url":"modules/entities_context.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.History.__type"},{"id":2663,"kind":4194304,"name":"Tag","url":"modules/entities_context.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2664,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Tag"},{"id":2665,"kind":1024,"name":"name","url":"modules/entities_context.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Tag.__type"},{"id":2666,"kind":1024,"name":"url","url":"modules/entities_context.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Tag.__type"},{"id":2667,"kind":1024,"name":"history","url":"modules/entities_context.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Tag.__type"},{"id":2668,"kind":4194304,"name":"PollOption","url":"modules/entities_context.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2669,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.PollOption"},{"id":2670,"kind":1024,"name":"title","url":"modules/entities_context.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.PollOption.__type"},{"id":2671,"kind":1024,"name":"votes_count","url":"modules/entities_context.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.PollOption.__type"},{"id":2672,"kind":4194304,"name":"Poll","url":"modules/entities_context.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2673,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Poll"},{"id":2674,"kind":1024,"name":"id","url":"modules/entities_context.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Poll.__type"},{"id":2675,"kind":1024,"name":"expires_at","url":"modules/entities_context.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Poll.__type"},{"id":2676,"kind":1024,"name":"expired","url":"modules/entities_context.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Poll.__type"},{"id":2677,"kind":1024,"name":"multiple","url":"modules/entities_context.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Poll.__type"},{"id":2678,"kind":1024,"name":"votes_count","url":"modules/entities_context.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Poll.__type"},{"id":2679,"kind":1024,"name":"options","url":"modules/entities_context.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Poll.__type"},{"id":2680,"kind":1024,"name":"voted","url":"modules/entities_context.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Poll.__type"},{"id":2681,"kind":4194304,"name":"Reaction","url":"modules/entities_context.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2682,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Reaction"},{"id":2683,"kind":1024,"name":"count","url":"modules/entities_context.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Reaction.__type"},{"id":2684,"kind":1024,"name":"me","url":"modules/entities_context.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Reaction.__type"},{"id":2685,"kind":1024,"name":"name","url":"modules/entities_context.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Reaction.__type"},{"id":2686,"kind":1024,"name":"accounts","url":"modules/entities_context.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Reaction.__type"},{"id":2687,"kind":4194304,"name":"Status","url":"modules/entities_context.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2688,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Status"},{"id":2689,"kind":1024,"name":"id","url":"modules/entities_context.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2690,"kind":1024,"name":"uri","url":"modules/entities_context.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2691,"kind":1024,"name":"url","url":"modules/entities_context.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2692,"kind":1024,"name":"account","url":"modules/entities_context.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2693,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_context.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2694,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_context.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2695,"kind":1024,"name":"reblog","url":"modules/entities_context.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2696,"kind":1024,"name":"content","url":"modules/entities_context.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2697,"kind":1024,"name":"created_at","url":"modules/entities_context.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2698,"kind":1024,"name":"emojis","url":"modules/entities_context.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2699,"kind":1024,"name":"replies_count","url":"modules/entities_context.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2700,"kind":1024,"name":"reblogs_count","url":"modules/entities_context.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2701,"kind":1024,"name":"favourites_count","url":"modules/entities_context.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2702,"kind":1024,"name":"reblogged","url":"modules/entities_context.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2703,"kind":1024,"name":"favourited","url":"modules/entities_context.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2704,"kind":1024,"name":"muted","url":"modules/entities_context.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2705,"kind":1024,"name":"sensitive","url":"modules/entities_context.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2706,"kind":1024,"name":"spoiler_text","url":"modules/entities_context.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2707,"kind":1024,"name":"visibility","url":"modules/entities_context.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2708,"kind":1024,"name":"media_attachments","url":"modules/entities_context.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2709,"kind":1024,"name":"mentions","url":"modules/entities_context.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2710,"kind":1024,"name":"tags","url":"modules/entities_context.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2711,"kind":1024,"name":"card","url":"modules/entities_context.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2712,"kind":1024,"name":"poll","url":"modules/entities_context.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2713,"kind":1024,"name":"application","url":"modules/entities_context.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2714,"kind":1024,"name":"language","url":"modules/entities_context.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2715,"kind":1024,"name":"pinned","url":"modules/entities_context.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2716,"kind":1024,"name":"emoji_reactions","url":"modules/entities_context.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2717,"kind":1024,"name":"quote","url":"modules/entities_context.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2718,"kind":1024,"name":"bookmarked","url":"modules/entities_context.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Status.__type"},{"id":2719,"kind":4194304,"name":"Context","url":"modules/entities_context.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2720,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Context"},{"id":2721,"kind":1024,"name":"ancestors","url":"modules/entities_context.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Context.__type"},{"id":2722,"kind":1024,"name":"descendants","url":"modules/entities_context.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Context.__type"},{"id":2723,"kind":4194304,"name":"Conversation","url":"modules/entities_context.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2724,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Conversation"},{"id":2725,"kind":1024,"name":"id","url":"modules/entities_context.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Conversation.__type"},{"id":2726,"kind":1024,"name":"accounts","url":"modules/entities_context.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Conversation.__type"},{"id":2727,"kind":1024,"name":"last_status","url":"modules/entities_context.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Conversation.__type"},{"id":2728,"kind":1024,"name":"unread","url":"modules/entities_context.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Conversation.__type"},{"id":2729,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_context.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2730,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.FeaturedTag"},{"id":2731,"kind":1024,"name":"id","url":"modules/entities_context.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.FeaturedTag.__type"},{"id":2732,"kind":1024,"name":"name","url":"modules/entities_context.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.FeaturedTag.__type"},{"id":2733,"kind":1024,"name":"statuses_count","url":"modules/entities_context.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.FeaturedTag.__type"},{"id":2734,"kind":1024,"name":"last_status_at","url":"modules/entities_context.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.FeaturedTag.__type"},{"id":2735,"kind":4194304,"name":"Field","url":"modules/entities_context.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2736,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Field"},{"id":2737,"kind":1024,"name":"name","url":"modules/entities_context.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Field.__type"},{"id":2738,"kind":1024,"name":"value","url":"modules/entities_context.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Field.__type"},{"id":2739,"kind":1024,"name":"verified_at","url":"modules/entities_context.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Field.__type"},{"id":2740,"kind":4194304,"name":"Filter","url":"modules/entities_context.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2741,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Filter"},{"id":2742,"kind":1024,"name":"id","url":"modules/entities_context.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Filter.__type"},{"id":2743,"kind":1024,"name":"phrase","url":"modules/entities_context.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Filter.__type"},{"id":2744,"kind":1024,"name":"context","url":"modules/entities_context.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Filter.__type"},{"id":2745,"kind":1024,"name":"expires_at","url":"modules/entities_context.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Filter.__type"},{"id":2746,"kind":1024,"name":"irreversible","url":"modules/entities_context.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Filter.__type"},{"id":2747,"kind":1024,"name":"whole_word","url":"modules/entities_context.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Filter.__type"},{"id":2748,"kind":4194304,"name":"IdentityProof","url":"modules/entities_context.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2749,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.IdentityProof"},{"id":2750,"kind":1024,"name":"provider","url":"modules/entities_context.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.IdentityProof.__type"},{"id":2751,"kind":1024,"name":"provider_username","url":"modules/entities_context.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.IdentityProof.__type"},{"id":2752,"kind":1024,"name":"updated_at","url":"modules/entities_context.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.IdentityProof.__type"},{"id":2753,"kind":1024,"name":"proof_url","url":"modules/entities_context.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.IdentityProof.__type"},{"id":2754,"kind":1024,"name":"profile_url","url":"modules/entities_context.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.IdentityProof.__type"},{"id":2755,"kind":4194304,"name":"URLs","url":"modules/entities_context.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2756,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.URLs"},{"id":2757,"kind":1024,"name":"streaming_api","url":"modules/entities_context.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.URLs.__type"},{"id":2758,"kind":4194304,"name":"Stats","url":"modules/entities_context.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2759,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Stats"},{"id":2760,"kind":1024,"name":"user_count","url":"modules/entities_context.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Stats.__type"},{"id":2761,"kind":1024,"name":"status_count","url":"modules/entities_context.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Stats.__type"},{"id":2762,"kind":1024,"name":"domain_count","url":"modules/entities_context.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Stats.__type"},{"id":2763,"kind":4194304,"name":"Instance","url":"modules/entities_context.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2764,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Instance"},{"id":2765,"kind":1024,"name":"uri","url":"modules/entities_context.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Instance.__type"},{"id":2766,"kind":1024,"name":"title","url":"modules/entities_context.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Instance.__type"},{"id":2767,"kind":1024,"name":"description","url":"modules/entities_context.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Instance.__type"},{"id":2768,"kind":1024,"name":"email","url":"modules/entities_context.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Instance.__type"},{"id":2769,"kind":1024,"name":"version","url":"modules/entities_context.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Instance.__type"},{"id":2770,"kind":1024,"name":"thumbnail","url":"modules/entities_context.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Instance.__type"},{"id":2771,"kind":1024,"name":"urls","url":"modules/entities_context.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Instance.__type"},{"id":2772,"kind":1024,"name":"stats","url":"modules/entities_context.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Instance.__type"},{"id":2773,"kind":1024,"name":"languages","url":"modules/entities_context.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Instance.__type"},{"id":2774,"kind":1024,"name":"contact_account","url":"modules/entities_context.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Instance.__type"},{"id":2775,"kind":1024,"name":"max_toot_chars","url":"modules/entities_context.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Instance.__type"},{"id":2776,"kind":1024,"name":"registrations","url":"modules/entities_context.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Instance.__type"},{"id":2777,"kind":4194304,"name":"List","url":"modules/entities_context.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2778,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.List"},{"id":2779,"kind":1024,"name":"id","url":"modules/entities_context.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.List.__type"},{"id":2780,"kind":1024,"name":"title","url":"modules/entities_context.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.List.__type"},{"id":2781,"kind":4194304,"name":"Marker","url":"modules/entities_context.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2782,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Marker"},{"id":2783,"kind":1024,"name":"home","url":"modules/entities_context.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Marker.__type"},{"id":2784,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/context.Entity.Marker.__type"},{"id":2785,"kind":1024,"name":"last_read_id","url":"modules/entities_context.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Marker.__type.__type"},{"id":2786,"kind":1024,"name":"version","url":"modules/entities_context.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Marker.__type.__type"},{"id":2787,"kind":1024,"name":"updated_at","url":"modules/entities_context.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Marker.__type.__type"},{"id":2788,"kind":1024,"name":"notifications","url":"modules/entities_context.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Marker.__type"},{"id":2789,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/context.Entity.Marker.__type"},{"id":2790,"kind":1024,"name":"last_read_id","url":"modules/entities_context.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Marker.__type.__type"},{"id":2791,"kind":1024,"name":"version","url":"modules/entities_context.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Marker.__type.__type"},{"id":2792,"kind":1024,"name":"updated_at","url":"modules/entities_context.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Marker.__type.__type"},{"id":2793,"kind":4194304,"name":"Notification","url":"modules/entities_context.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2794,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Notification"},{"id":2795,"kind":1024,"name":"account","url":"modules/entities_context.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Notification.__type"},{"id":2796,"kind":1024,"name":"created_at","url":"modules/entities_context.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Notification.__type"},{"id":2797,"kind":1024,"name":"id","url":"modules/entities_context.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Notification.__type"},{"id":2798,"kind":1024,"name":"status","url":"modules/entities_context.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Notification.__type"},{"id":2799,"kind":1024,"name":"emoji","url":"modules/entities_context.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Notification.__type"},{"id":2800,"kind":1024,"name":"type","url":"modules/entities_context.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Notification.__type"},{"id":2801,"kind":4194304,"name":"NotificationType","url":"modules/entities_context.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2802,"kind":4194304,"name":"Preferences","url":"modules/entities_context.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2803,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Preferences"},{"id":2804,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_context.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Preferences.__type"},{"id":2805,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_context.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Preferences.__type"},{"id":2806,"kind":1024,"name":"posting:default:language","url":"modules/entities_context.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Preferences.__type"},{"id":2807,"kind":1024,"name":"reading:expand:media","url":"modules/entities_context.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Preferences.__type"},{"id":2808,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_context.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Preferences.__type"},{"id":2809,"kind":4194304,"name":"PushSubscription","url":"modules/entities_context.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2810,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.PushSubscription"},{"id":2811,"kind":1024,"name":"id","url":"modules/entities_context.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.PushSubscription.__type"},{"id":2812,"kind":1024,"name":"endpoint","url":"modules/entities_context.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.PushSubscription.__type"},{"id":2813,"kind":1024,"name":"server_key","url":"modules/entities_context.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.PushSubscription.__type"},{"id":2814,"kind":1024,"name":"alerts","url":"modules/entities_context.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.PushSubscription.__type"},{"id":2815,"kind":4194304,"name":"Relationship","url":"modules/entities_context.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2816,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Relationship"},{"id":2817,"kind":1024,"name":"id","url":"modules/entities_context.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Relationship.__type"},{"id":2818,"kind":1024,"name":"following","url":"modules/entities_context.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Relationship.__type"},{"id":2819,"kind":1024,"name":"followed_by","url":"modules/entities_context.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Relationship.__type"},{"id":2820,"kind":1024,"name":"blocking","url":"modules/entities_context.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Relationship.__type"},{"id":2821,"kind":1024,"name":"muting","url":"modules/entities_context.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Relationship.__type"},{"id":2822,"kind":1024,"name":"muting_notifications","url":"modules/entities_context.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Relationship.__type"},{"id":2823,"kind":1024,"name":"requested","url":"modules/entities_context.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Relationship.__type"},{"id":2824,"kind":1024,"name":"domain_blocking","url":"modules/entities_context.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Relationship.__type"},{"id":2825,"kind":1024,"name":"showing_reblogs","url":"modules/entities_context.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Relationship.__type"},{"id":2826,"kind":1024,"name":"endorsed","url":"modules/entities_context.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Relationship.__type"},{"id":2827,"kind":4194304,"name":"Report","url":"modules/entities_context.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2828,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Report"},{"id":2829,"kind":1024,"name":"id","url":"modules/entities_context.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Report.__type"},{"id":2830,"kind":1024,"name":"action_taken","url":"modules/entities_context.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Report.__type"},{"id":2831,"kind":1024,"name":"comment","url":"modules/entities_context.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Report.__type"},{"id":2832,"kind":1024,"name":"account_id","url":"modules/entities_context.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Report.__type"},{"id":2833,"kind":1024,"name":"status_ids","url":"modules/entities_context.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Report.__type"},{"id":2834,"kind":4194304,"name":"Results","url":"modules/entities_context.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2835,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Results"},{"id":2836,"kind":1024,"name":"accounts","url":"modules/entities_context.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Results.__type"},{"id":2837,"kind":1024,"name":"statuses","url":"modules/entities_context.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Results.__type"},{"id":2838,"kind":1024,"name":"hashtags","url":"modules/entities_context.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Results.__type"},{"id":2839,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_context.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2840,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.ScheduledStatus"},{"id":2841,"kind":1024,"name":"id","url":"modules/entities_context.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.ScheduledStatus.__type"},{"id":2842,"kind":1024,"name":"scheduled_at","url":"modules/entities_context.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.ScheduledStatus.__type"},{"id":2843,"kind":1024,"name":"params","url":"modules/entities_context.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.ScheduledStatus.__type"},{"id":2844,"kind":1024,"name":"media_attachments","url":"modules/entities_context.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.ScheduledStatus.__type"},{"id":2845,"kind":4194304,"name":"StatusParams","url":"modules/entities_context.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2846,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.StatusParams"},{"id":2847,"kind":1024,"name":"text","url":"modules/entities_context.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.StatusParams.__type"},{"id":2848,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_context.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.StatusParams.__type"},{"id":2849,"kind":1024,"name":"media_ids","url":"modules/entities_context.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.StatusParams.__type"},{"id":2850,"kind":1024,"name":"sensitive","url":"modules/entities_context.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.StatusParams.__type"},{"id":2851,"kind":1024,"name":"spoiler_text","url":"modules/entities_context.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.StatusParams.__type"},{"id":2852,"kind":1024,"name":"visibility","url":"modules/entities_context.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.StatusParams.__type"},{"id":2853,"kind":1024,"name":"scheduled_at","url":"modules/entities_context.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.StatusParams.__type"},{"id":2854,"kind":1024,"name":"application_id","url":"modules/entities_context.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.StatusParams.__type"},{"id":2855,"kind":4194304,"name":"Token","url":"modules/entities_context.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/context.Entity"},{"id":2856,"kind":65536,"name":"__type","url":"modules/entities_context.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/context.Entity.Token"},{"id":2857,"kind":1024,"name":"access_token","url":"modules/entities_context.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Token.__type"},{"id":2858,"kind":1024,"name":"token_type","url":"modules/entities_context.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Token.__type"},{"id":2859,"kind":1024,"name":"scope","url":"modules/entities_context.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Token.__type"},{"id":2860,"kind":1024,"name":"created_at","url":"modules/entities_context.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/context.Entity.Token.__type"},{"id":2861,"kind":2,"name":"Entity","url":"modules/entities_conversation.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/conversation"},{"id":2862,"kind":4194304,"name":"Emoji","url":"modules/entities_conversation.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":2863,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Emoji"},{"id":2864,"kind":1024,"name":"shortcode","url":"modules/entities_conversation.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Emoji.__type"},{"id":2865,"kind":1024,"name":"static_url","url":"modules/entities_conversation.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Emoji.__type"},{"id":2866,"kind":1024,"name":"url","url":"modules/entities_conversation.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Emoji.__type"},{"id":2867,"kind":1024,"name":"visible_in_picker","url":"modules/entities_conversation.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Emoji.__type"},{"id":2868,"kind":4194304,"name":"Source","url":"modules/entities_conversation.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":2869,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Source"},{"id":2870,"kind":1024,"name":"privacy","url":"modules/entities_conversation.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Source.__type"},{"id":2871,"kind":1024,"name":"sensitive","url":"modules/entities_conversation.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Source.__type"},{"id":2872,"kind":1024,"name":"language","url":"modules/entities_conversation.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Source.__type"},{"id":2873,"kind":1024,"name":"note","url":"modules/entities_conversation.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Source.__type"},{"id":2874,"kind":1024,"name":"fields","url":"modules/entities_conversation.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Source.__type"},{"id":2875,"kind":4194304,"name":"Account","url":"modules/entities_conversation.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":2876,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Account"},{"id":2877,"kind":1024,"name":"id","url":"modules/entities_conversation.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Account.__type"},{"id":2878,"kind":1024,"name":"username","url":"modules/entities_conversation.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Account.__type"},{"id":2879,"kind":1024,"name":"acct","url":"modules/entities_conversation.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Account.__type"},{"id":2880,"kind":1024,"name":"display_name","url":"modules/entities_conversation.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Account.__type"},{"id":2881,"kind":1024,"name":"locked","url":"modules/entities_conversation.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Account.__type"},{"id":2882,"kind":1024,"name":"created_at","url":"modules/entities_conversation.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Account.__type"},{"id":2883,"kind":1024,"name":"followers_count","url":"modules/entities_conversation.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Account.__type"},{"id":2884,"kind":1024,"name":"following_count","url":"modules/entities_conversation.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Account.__type"},{"id":2885,"kind":1024,"name":"statuses_count","url":"modules/entities_conversation.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Account.__type"},{"id":2886,"kind":1024,"name":"note","url":"modules/entities_conversation.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Account.__type"},{"id":2887,"kind":1024,"name":"url","url":"modules/entities_conversation.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Account.__type"},{"id":2888,"kind":1024,"name":"avatar","url":"modules/entities_conversation.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Account.__type"},{"id":2889,"kind":1024,"name":"avatar_static","url":"modules/entities_conversation.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Account.__type"},{"id":2890,"kind":1024,"name":"header","url":"modules/entities_conversation.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Account.__type"},{"id":2891,"kind":1024,"name":"header_static","url":"modules/entities_conversation.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Account.__type"},{"id":2892,"kind":1024,"name":"emojis","url":"modules/entities_conversation.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Account.__type"},{"id":2893,"kind":1024,"name":"moved","url":"modules/entities_conversation.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Account.__type"},{"id":2894,"kind":1024,"name":"fields","url":"modules/entities_conversation.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Account.__type"},{"id":2895,"kind":1024,"name":"bot","url":"modules/entities_conversation.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Account.__type"},{"id":2896,"kind":1024,"name":"source","url":"modules/entities_conversation.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Account.__type"},{"id":2897,"kind":4194304,"name":"Activity","url":"modules/entities_conversation.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":2898,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Activity"},{"id":2899,"kind":1024,"name":"week","url":"modules/entities_conversation.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Activity.__type"},{"id":2900,"kind":1024,"name":"statuses","url":"modules/entities_conversation.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Activity.__type"},{"id":2901,"kind":1024,"name":"logins","url":"modules/entities_conversation.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Activity.__type"},{"id":2902,"kind":1024,"name":"registrations","url":"modules/entities_conversation.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Activity.__type"},{"id":2903,"kind":4194304,"name":"Application","url":"modules/entities_conversation.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":2904,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Application"},{"id":2905,"kind":1024,"name":"name","url":"modules/entities_conversation.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Application.__type"},{"id":2906,"kind":1024,"name":"website","url":"modules/entities_conversation.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Application.__type"},{"id":2907,"kind":1024,"name":"vapid_key","url":"modules/entities_conversation.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Application.__type"},{"id":2908,"kind":4194304,"name":"Attachment","url":"modules/entities_conversation.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":2909,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Attachment"},{"id":2910,"kind":1024,"name":"id","url":"modules/entities_conversation.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Attachment.__type"},{"id":2911,"kind":1024,"name":"type","url":"modules/entities_conversation.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Attachment.__type"},{"id":2912,"kind":1024,"name":"url","url":"modules/entities_conversation.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Attachment.__type"},{"id":2913,"kind":1024,"name":"remote_url","url":"modules/entities_conversation.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Attachment.__type"},{"id":2914,"kind":1024,"name":"preview_url","url":"modules/entities_conversation.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Attachment.__type"},{"id":2915,"kind":1024,"name":"text_url","url":"modules/entities_conversation.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Attachment.__type"},{"id":2916,"kind":1024,"name":"meta","url":"modules/entities_conversation.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Attachment.__type"},{"id":2917,"kind":1024,"name":"description","url":"modules/entities_conversation.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Attachment.__type"},{"id":2918,"kind":4194304,"name":"Card","url":"modules/entities_conversation.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":2919,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Card"},{"id":2920,"kind":1024,"name":"url","url":"modules/entities_conversation.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Card.__type"},{"id":2921,"kind":1024,"name":"title","url":"modules/entities_conversation.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Card.__type"},{"id":2922,"kind":1024,"name":"description","url":"modules/entities_conversation.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Card.__type"},{"id":2923,"kind":1024,"name":"type","url":"modules/entities_conversation.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Card.__type"},{"id":2924,"kind":1024,"name":"image","url":"modules/entities_conversation.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Card.__type"},{"id":2925,"kind":1024,"name":"author_name","url":"modules/entities_conversation.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Card.__type"},{"id":2926,"kind":1024,"name":"author_url","url":"modules/entities_conversation.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Card.__type"},{"id":2927,"kind":1024,"name":"provider_name","url":"modules/entities_conversation.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Card.__type"},{"id":2928,"kind":1024,"name":"provider_url","url":"modules/entities_conversation.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Card.__type"},{"id":2929,"kind":1024,"name":"html","url":"modules/entities_conversation.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Card.__type"},{"id":2930,"kind":1024,"name":"width","url":"modules/entities_conversation.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Card.__type"},{"id":2931,"kind":1024,"name":"height","url":"modules/entities_conversation.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Card.__type"},{"id":2932,"kind":4194304,"name":"Mention","url":"modules/entities_conversation.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":2933,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Mention"},{"id":2934,"kind":1024,"name":"id","url":"modules/entities_conversation.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Mention.__type"},{"id":2935,"kind":1024,"name":"username","url":"modules/entities_conversation.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Mention.__type"},{"id":2936,"kind":1024,"name":"url","url":"modules/entities_conversation.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Mention.__type"},{"id":2937,"kind":1024,"name":"acct","url":"modules/entities_conversation.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Mention.__type"},{"id":2938,"kind":4194304,"name":"History","url":"modules/entities_conversation.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":2939,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.History"},{"id":2940,"kind":1024,"name":"day","url":"modules/entities_conversation.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.History.__type"},{"id":2941,"kind":1024,"name":"uses","url":"modules/entities_conversation.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.History.__type"},{"id":2942,"kind":1024,"name":"accounts","url":"modules/entities_conversation.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.History.__type"},{"id":2943,"kind":4194304,"name":"Tag","url":"modules/entities_conversation.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":2944,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Tag"},{"id":2945,"kind":1024,"name":"name","url":"modules/entities_conversation.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Tag.__type"},{"id":2946,"kind":1024,"name":"url","url":"modules/entities_conversation.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Tag.__type"},{"id":2947,"kind":1024,"name":"history","url":"modules/entities_conversation.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Tag.__type"},{"id":2948,"kind":4194304,"name":"PollOption","url":"modules/entities_conversation.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":2949,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.PollOption"},{"id":2950,"kind":1024,"name":"title","url":"modules/entities_conversation.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.PollOption.__type"},{"id":2951,"kind":1024,"name":"votes_count","url":"modules/entities_conversation.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.PollOption.__type"},{"id":2952,"kind":4194304,"name":"Poll","url":"modules/entities_conversation.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":2953,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Poll"},{"id":2954,"kind":1024,"name":"id","url":"modules/entities_conversation.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Poll.__type"},{"id":2955,"kind":1024,"name":"expires_at","url":"modules/entities_conversation.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Poll.__type"},{"id":2956,"kind":1024,"name":"expired","url":"modules/entities_conversation.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Poll.__type"},{"id":2957,"kind":1024,"name":"multiple","url":"modules/entities_conversation.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Poll.__type"},{"id":2958,"kind":1024,"name":"votes_count","url":"modules/entities_conversation.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Poll.__type"},{"id":2959,"kind":1024,"name":"options","url":"modules/entities_conversation.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Poll.__type"},{"id":2960,"kind":1024,"name":"voted","url":"modules/entities_conversation.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Poll.__type"},{"id":2961,"kind":4194304,"name":"Reaction","url":"modules/entities_conversation.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":2962,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Reaction"},{"id":2963,"kind":1024,"name":"count","url":"modules/entities_conversation.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Reaction.__type"},{"id":2964,"kind":1024,"name":"me","url":"modules/entities_conversation.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Reaction.__type"},{"id":2965,"kind":1024,"name":"name","url":"modules/entities_conversation.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Reaction.__type"},{"id":2966,"kind":1024,"name":"accounts","url":"modules/entities_conversation.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Reaction.__type"},{"id":2967,"kind":4194304,"name":"Status","url":"modules/entities_conversation.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":2968,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Status"},{"id":2969,"kind":1024,"name":"id","url":"modules/entities_conversation.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2970,"kind":1024,"name":"uri","url":"modules/entities_conversation.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2971,"kind":1024,"name":"url","url":"modules/entities_conversation.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2972,"kind":1024,"name":"account","url":"modules/entities_conversation.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2973,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_conversation.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2974,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_conversation.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2975,"kind":1024,"name":"reblog","url":"modules/entities_conversation.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2976,"kind":1024,"name":"content","url":"modules/entities_conversation.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2977,"kind":1024,"name":"created_at","url":"modules/entities_conversation.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2978,"kind":1024,"name":"emojis","url":"modules/entities_conversation.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2979,"kind":1024,"name":"replies_count","url":"modules/entities_conversation.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2980,"kind":1024,"name":"reblogs_count","url":"modules/entities_conversation.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2981,"kind":1024,"name":"favourites_count","url":"modules/entities_conversation.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2982,"kind":1024,"name":"reblogged","url":"modules/entities_conversation.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2983,"kind":1024,"name":"favourited","url":"modules/entities_conversation.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2984,"kind":1024,"name":"muted","url":"modules/entities_conversation.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2985,"kind":1024,"name":"sensitive","url":"modules/entities_conversation.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2986,"kind":1024,"name":"spoiler_text","url":"modules/entities_conversation.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2987,"kind":1024,"name":"visibility","url":"modules/entities_conversation.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2988,"kind":1024,"name":"media_attachments","url":"modules/entities_conversation.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2989,"kind":1024,"name":"mentions","url":"modules/entities_conversation.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2990,"kind":1024,"name":"tags","url":"modules/entities_conversation.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2991,"kind":1024,"name":"card","url":"modules/entities_conversation.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2992,"kind":1024,"name":"poll","url":"modules/entities_conversation.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2993,"kind":1024,"name":"application","url":"modules/entities_conversation.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2994,"kind":1024,"name":"language","url":"modules/entities_conversation.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2995,"kind":1024,"name":"pinned","url":"modules/entities_conversation.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2996,"kind":1024,"name":"emoji_reactions","url":"modules/entities_conversation.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2997,"kind":1024,"name":"quote","url":"modules/entities_conversation.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2998,"kind":1024,"name":"bookmarked","url":"modules/entities_conversation.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Status.__type"},{"id":2999,"kind":4194304,"name":"Context","url":"modules/entities_conversation.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":3000,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Context"},{"id":3001,"kind":1024,"name":"ancestors","url":"modules/entities_conversation.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Context.__type"},{"id":3002,"kind":1024,"name":"descendants","url":"modules/entities_conversation.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Context.__type"},{"id":3003,"kind":4194304,"name":"Conversation","url":"modules/entities_conversation.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":3004,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Conversation"},{"id":3005,"kind":1024,"name":"id","url":"modules/entities_conversation.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Conversation.__type"},{"id":3006,"kind":1024,"name":"accounts","url":"modules/entities_conversation.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Conversation.__type"},{"id":3007,"kind":1024,"name":"last_status","url":"modules/entities_conversation.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Conversation.__type"},{"id":3008,"kind":1024,"name":"unread","url":"modules/entities_conversation.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Conversation.__type"},{"id":3009,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_conversation.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":3010,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.FeaturedTag"},{"id":3011,"kind":1024,"name":"id","url":"modules/entities_conversation.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.FeaturedTag.__type"},{"id":3012,"kind":1024,"name":"name","url":"modules/entities_conversation.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.FeaturedTag.__type"},{"id":3013,"kind":1024,"name":"statuses_count","url":"modules/entities_conversation.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.FeaturedTag.__type"},{"id":3014,"kind":1024,"name":"last_status_at","url":"modules/entities_conversation.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.FeaturedTag.__type"},{"id":3015,"kind":4194304,"name":"Field","url":"modules/entities_conversation.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":3016,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Field"},{"id":3017,"kind":1024,"name":"name","url":"modules/entities_conversation.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Field.__type"},{"id":3018,"kind":1024,"name":"value","url":"modules/entities_conversation.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Field.__type"},{"id":3019,"kind":1024,"name":"verified_at","url":"modules/entities_conversation.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Field.__type"},{"id":3020,"kind":4194304,"name":"Filter","url":"modules/entities_conversation.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":3021,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Filter"},{"id":3022,"kind":1024,"name":"id","url":"modules/entities_conversation.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Filter.__type"},{"id":3023,"kind":1024,"name":"phrase","url":"modules/entities_conversation.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Filter.__type"},{"id":3024,"kind":1024,"name":"context","url":"modules/entities_conversation.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Filter.__type"},{"id":3025,"kind":1024,"name":"expires_at","url":"modules/entities_conversation.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Filter.__type"},{"id":3026,"kind":1024,"name":"irreversible","url":"modules/entities_conversation.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Filter.__type"},{"id":3027,"kind":1024,"name":"whole_word","url":"modules/entities_conversation.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Filter.__type"},{"id":3028,"kind":4194304,"name":"IdentityProof","url":"modules/entities_conversation.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":3029,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.IdentityProof"},{"id":3030,"kind":1024,"name":"provider","url":"modules/entities_conversation.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.IdentityProof.__type"},{"id":3031,"kind":1024,"name":"provider_username","url":"modules/entities_conversation.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.IdentityProof.__type"},{"id":3032,"kind":1024,"name":"updated_at","url":"modules/entities_conversation.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.IdentityProof.__type"},{"id":3033,"kind":1024,"name":"proof_url","url":"modules/entities_conversation.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.IdentityProof.__type"},{"id":3034,"kind":1024,"name":"profile_url","url":"modules/entities_conversation.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.IdentityProof.__type"},{"id":3035,"kind":4194304,"name":"URLs","url":"modules/entities_conversation.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":3036,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.URLs"},{"id":3037,"kind":1024,"name":"streaming_api","url":"modules/entities_conversation.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.URLs.__type"},{"id":3038,"kind":4194304,"name":"Stats","url":"modules/entities_conversation.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":3039,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Stats"},{"id":3040,"kind":1024,"name":"user_count","url":"modules/entities_conversation.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Stats.__type"},{"id":3041,"kind":1024,"name":"status_count","url":"modules/entities_conversation.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Stats.__type"},{"id":3042,"kind":1024,"name":"domain_count","url":"modules/entities_conversation.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Stats.__type"},{"id":3043,"kind":4194304,"name":"Instance","url":"modules/entities_conversation.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":3044,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Instance"},{"id":3045,"kind":1024,"name":"uri","url":"modules/entities_conversation.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Instance.__type"},{"id":3046,"kind":1024,"name":"title","url":"modules/entities_conversation.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Instance.__type"},{"id":3047,"kind":1024,"name":"description","url":"modules/entities_conversation.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Instance.__type"},{"id":3048,"kind":1024,"name":"email","url":"modules/entities_conversation.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Instance.__type"},{"id":3049,"kind":1024,"name":"version","url":"modules/entities_conversation.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Instance.__type"},{"id":3050,"kind":1024,"name":"thumbnail","url":"modules/entities_conversation.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Instance.__type"},{"id":3051,"kind":1024,"name":"urls","url":"modules/entities_conversation.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Instance.__type"},{"id":3052,"kind":1024,"name":"stats","url":"modules/entities_conversation.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Instance.__type"},{"id":3053,"kind":1024,"name":"languages","url":"modules/entities_conversation.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Instance.__type"},{"id":3054,"kind":1024,"name":"contact_account","url":"modules/entities_conversation.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Instance.__type"},{"id":3055,"kind":1024,"name":"max_toot_chars","url":"modules/entities_conversation.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Instance.__type"},{"id":3056,"kind":1024,"name":"registrations","url":"modules/entities_conversation.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Instance.__type"},{"id":3057,"kind":4194304,"name":"List","url":"modules/entities_conversation.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":3058,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.List"},{"id":3059,"kind":1024,"name":"id","url":"modules/entities_conversation.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.List.__type"},{"id":3060,"kind":1024,"name":"title","url":"modules/entities_conversation.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.List.__type"},{"id":3061,"kind":4194304,"name":"Marker","url":"modules/entities_conversation.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":3062,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Marker"},{"id":3063,"kind":1024,"name":"home","url":"modules/entities_conversation.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Marker.__type"},{"id":3064,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Marker.__type"},{"id":3065,"kind":1024,"name":"last_read_id","url":"modules/entities_conversation.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Marker.__type.__type"},{"id":3066,"kind":1024,"name":"version","url":"modules/entities_conversation.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Marker.__type.__type"},{"id":3067,"kind":1024,"name":"updated_at","url":"modules/entities_conversation.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Marker.__type.__type"},{"id":3068,"kind":1024,"name":"notifications","url":"modules/entities_conversation.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Marker.__type"},{"id":3069,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Marker.__type"},{"id":3070,"kind":1024,"name":"last_read_id","url":"modules/entities_conversation.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Marker.__type.__type"},{"id":3071,"kind":1024,"name":"version","url":"modules/entities_conversation.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Marker.__type.__type"},{"id":3072,"kind":1024,"name":"updated_at","url":"modules/entities_conversation.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Marker.__type.__type"},{"id":3073,"kind":4194304,"name":"Notification","url":"modules/entities_conversation.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":3074,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Notification"},{"id":3075,"kind":1024,"name":"account","url":"modules/entities_conversation.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Notification.__type"},{"id":3076,"kind":1024,"name":"created_at","url":"modules/entities_conversation.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Notification.__type"},{"id":3077,"kind":1024,"name":"id","url":"modules/entities_conversation.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Notification.__type"},{"id":3078,"kind":1024,"name":"status","url":"modules/entities_conversation.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Notification.__type"},{"id":3079,"kind":1024,"name":"emoji","url":"modules/entities_conversation.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Notification.__type"},{"id":3080,"kind":1024,"name":"type","url":"modules/entities_conversation.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Notification.__type"},{"id":3081,"kind":4194304,"name":"NotificationType","url":"modules/entities_conversation.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":3082,"kind":4194304,"name":"Preferences","url":"modules/entities_conversation.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":3083,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Preferences"},{"id":3084,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_conversation.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Preferences.__type"},{"id":3085,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_conversation.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Preferences.__type"},{"id":3086,"kind":1024,"name":"posting:default:language","url":"modules/entities_conversation.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Preferences.__type"},{"id":3087,"kind":1024,"name":"reading:expand:media","url":"modules/entities_conversation.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Preferences.__type"},{"id":3088,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_conversation.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Preferences.__type"},{"id":3089,"kind":4194304,"name":"PushSubscription","url":"modules/entities_conversation.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":3090,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.PushSubscription"},{"id":3091,"kind":1024,"name":"id","url":"modules/entities_conversation.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.PushSubscription.__type"},{"id":3092,"kind":1024,"name":"endpoint","url":"modules/entities_conversation.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.PushSubscription.__type"},{"id":3093,"kind":1024,"name":"server_key","url":"modules/entities_conversation.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.PushSubscription.__type"},{"id":3094,"kind":1024,"name":"alerts","url":"modules/entities_conversation.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.PushSubscription.__type"},{"id":3095,"kind":4194304,"name":"Relationship","url":"modules/entities_conversation.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":3096,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Relationship"},{"id":3097,"kind":1024,"name":"id","url":"modules/entities_conversation.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Relationship.__type"},{"id":3098,"kind":1024,"name":"following","url":"modules/entities_conversation.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Relationship.__type"},{"id":3099,"kind":1024,"name":"followed_by","url":"modules/entities_conversation.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Relationship.__type"},{"id":3100,"kind":1024,"name":"blocking","url":"modules/entities_conversation.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Relationship.__type"},{"id":3101,"kind":1024,"name":"muting","url":"modules/entities_conversation.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Relationship.__type"},{"id":3102,"kind":1024,"name":"muting_notifications","url":"modules/entities_conversation.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Relationship.__type"},{"id":3103,"kind":1024,"name":"requested","url":"modules/entities_conversation.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Relationship.__type"},{"id":3104,"kind":1024,"name":"domain_blocking","url":"modules/entities_conversation.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Relationship.__type"},{"id":3105,"kind":1024,"name":"showing_reblogs","url":"modules/entities_conversation.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Relationship.__type"},{"id":3106,"kind":1024,"name":"endorsed","url":"modules/entities_conversation.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Relationship.__type"},{"id":3107,"kind":4194304,"name":"Report","url":"modules/entities_conversation.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":3108,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Report"},{"id":3109,"kind":1024,"name":"id","url":"modules/entities_conversation.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Report.__type"},{"id":3110,"kind":1024,"name":"action_taken","url":"modules/entities_conversation.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Report.__type"},{"id":3111,"kind":1024,"name":"comment","url":"modules/entities_conversation.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Report.__type"},{"id":3112,"kind":1024,"name":"account_id","url":"modules/entities_conversation.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Report.__type"},{"id":3113,"kind":1024,"name":"status_ids","url":"modules/entities_conversation.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Report.__type"},{"id":3114,"kind":4194304,"name":"Results","url":"modules/entities_conversation.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":3115,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Results"},{"id":3116,"kind":1024,"name":"accounts","url":"modules/entities_conversation.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Results.__type"},{"id":3117,"kind":1024,"name":"statuses","url":"modules/entities_conversation.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Results.__type"},{"id":3118,"kind":1024,"name":"hashtags","url":"modules/entities_conversation.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Results.__type"},{"id":3119,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_conversation.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":3120,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.ScheduledStatus"},{"id":3121,"kind":1024,"name":"id","url":"modules/entities_conversation.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.ScheduledStatus.__type"},{"id":3122,"kind":1024,"name":"scheduled_at","url":"modules/entities_conversation.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.ScheduledStatus.__type"},{"id":3123,"kind":1024,"name":"params","url":"modules/entities_conversation.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.ScheduledStatus.__type"},{"id":3124,"kind":1024,"name":"media_attachments","url":"modules/entities_conversation.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.ScheduledStatus.__type"},{"id":3125,"kind":4194304,"name":"StatusParams","url":"modules/entities_conversation.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":3126,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.StatusParams"},{"id":3127,"kind":1024,"name":"text","url":"modules/entities_conversation.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.StatusParams.__type"},{"id":3128,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_conversation.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.StatusParams.__type"},{"id":3129,"kind":1024,"name":"media_ids","url":"modules/entities_conversation.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.StatusParams.__type"},{"id":3130,"kind":1024,"name":"sensitive","url":"modules/entities_conversation.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.StatusParams.__type"},{"id":3131,"kind":1024,"name":"spoiler_text","url":"modules/entities_conversation.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.StatusParams.__type"},{"id":3132,"kind":1024,"name":"visibility","url":"modules/entities_conversation.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.StatusParams.__type"},{"id":3133,"kind":1024,"name":"scheduled_at","url":"modules/entities_conversation.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.StatusParams.__type"},{"id":3134,"kind":1024,"name":"application_id","url":"modules/entities_conversation.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.StatusParams.__type"},{"id":3135,"kind":4194304,"name":"Token","url":"modules/entities_conversation.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/conversation.Entity"},{"id":3136,"kind":65536,"name":"__type","url":"modules/entities_conversation.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/conversation.Entity.Token"},{"id":3137,"kind":1024,"name":"access_token","url":"modules/entities_conversation.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Token.__type"},{"id":3138,"kind":1024,"name":"token_type","url":"modules/entities_conversation.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Token.__type"},{"id":3139,"kind":1024,"name":"scope","url":"modules/entities_conversation.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Token.__type"},{"id":3140,"kind":1024,"name":"created_at","url":"modules/entities_conversation.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/conversation.Entity.Token.__type"},{"id":3141,"kind":2,"name":"Entity","url":"modules/entities_emoji.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/emoji"},{"id":3142,"kind":4194304,"name":"Emoji","url":"modules/entities_emoji.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3143,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Emoji"},{"id":3144,"kind":1024,"name":"shortcode","url":"modules/entities_emoji.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Emoji.__type"},{"id":3145,"kind":1024,"name":"static_url","url":"modules/entities_emoji.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Emoji.__type"},{"id":3146,"kind":1024,"name":"url","url":"modules/entities_emoji.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Emoji.__type"},{"id":3147,"kind":1024,"name":"visible_in_picker","url":"modules/entities_emoji.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Emoji.__type"},{"id":3148,"kind":4194304,"name":"Source","url":"modules/entities_emoji.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3149,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Source"},{"id":3150,"kind":1024,"name":"privacy","url":"modules/entities_emoji.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Source.__type"},{"id":3151,"kind":1024,"name":"sensitive","url":"modules/entities_emoji.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Source.__type"},{"id":3152,"kind":1024,"name":"language","url":"modules/entities_emoji.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Source.__type"},{"id":3153,"kind":1024,"name":"note","url":"modules/entities_emoji.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Source.__type"},{"id":3154,"kind":1024,"name":"fields","url":"modules/entities_emoji.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Source.__type"},{"id":3155,"kind":4194304,"name":"Account","url":"modules/entities_emoji.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3156,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Account"},{"id":3157,"kind":1024,"name":"id","url":"modules/entities_emoji.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Account.__type"},{"id":3158,"kind":1024,"name":"username","url":"modules/entities_emoji.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Account.__type"},{"id":3159,"kind":1024,"name":"acct","url":"modules/entities_emoji.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Account.__type"},{"id":3160,"kind":1024,"name":"display_name","url":"modules/entities_emoji.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Account.__type"},{"id":3161,"kind":1024,"name":"locked","url":"modules/entities_emoji.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Account.__type"},{"id":3162,"kind":1024,"name":"created_at","url":"modules/entities_emoji.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Account.__type"},{"id":3163,"kind":1024,"name":"followers_count","url":"modules/entities_emoji.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Account.__type"},{"id":3164,"kind":1024,"name":"following_count","url":"modules/entities_emoji.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Account.__type"},{"id":3165,"kind":1024,"name":"statuses_count","url":"modules/entities_emoji.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Account.__type"},{"id":3166,"kind":1024,"name":"note","url":"modules/entities_emoji.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Account.__type"},{"id":3167,"kind":1024,"name":"url","url":"modules/entities_emoji.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Account.__type"},{"id":3168,"kind":1024,"name":"avatar","url":"modules/entities_emoji.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Account.__type"},{"id":3169,"kind":1024,"name":"avatar_static","url":"modules/entities_emoji.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Account.__type"},{"id":3170,"kind":1024,"name":"header","url":"modules/entities_emoji.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Account.__type"},{"id":3171,"kind":1024,"name":"header_static","url":"modules/entities_emoji.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Account.__type"},{"id":3172,"kind":1024,"name":"emojis","url":"modules/entities_emoji.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Account.__type"},{"id":3173,"kind":1024,"name":"moved","url":"modules/entities_emoji.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Account.__type"},{"id":3174,"kind":1024,"name":"fields","url":"modules/entities_emoji.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Account.__type"},{"id":3175,"kind":1024,"name":"bot","url":"modules/entities_emoji.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Account.__type"},{"id":3176,"kind":1024,"name":"source","url":"modules/entities_emoji.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Account.__type"},{"id":3177,"kind":4194304,"name":"Activity","url":"modules/entities_emoji.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3178,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Activity"},{"id":3179,"kind":1024,"name":"week","url":"modules/entities_emoji.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Activity.__type"},{"id":3180,"kind":1024,"name":"statuses","url":"modules/entities_emoji.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Activity.__type"},{"id":3181,"kind":1024,"name":"logins","url":"modules/entities_emoji.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Activity.__type"},{"id":3182,"kind":1024,"name":"registrations","url":"modules/entities_emoji.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Activity.__type"},{"id":3183,"kind":4194304,"name":"Application","url":"modules/entities_emoji.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3184,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Application"},{"id":3185,"kind":1024,"name":"name","url":"modules/entities_emoji.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Application.__type"},{"id":3186,"kind":1024,"name":"website","url":"modules/entities_emoji.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Application.__type"},{"id":3187,"kind":1024,"name":"vapid_key","url":"modules/entities_emoji.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Application.__type"},{"id":3188,"kind":4194304,"name":"Attachment","url":"modules/entities_emoji.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3189,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Attachment"},{"id":3190,"kind":1024,"name":"id","url":"modules/entities_emoji.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Attachment.__type"},{"id":3191,"kind":1024,"name":"type","url":"modules/entities_emoji.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Attachment.__type"},{"id":3192,"kind":1024,"name":"url","url":"modules/entities_emoji.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Attachment.__type"},{"id":3193,"kind":1024,"name":"remote_url","url":"modules/entities_emoji.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Attachment.__type"},{"id":3194,"kind":1024,"name":"preview_url","url":"modules/entities_emoji.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Attachment.__type"},{"id":3195,"kind":1024,"name":"text_url","url":"modules/entities_emoji.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Attachment.__type"},{"id":3196,"kind":1024,"name":"meta","url":"modules/entities_emoji.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Attachment.__type"},{"id":3197,"kind":1024,"name":"description","url":"modules/entities_emoji.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Attachment.__type"},{"id":3198,"kind":4194304,"name":"Card","url":"modules/entities_emoji.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3199,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Card"},{"id":3200,"kind":1024,"name":"url","url":"modules/entities_emoji.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Card.__type"},{"id":3201,"kind":1024,"name":"title","url":"modules/entities_emoji.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Card.__type"},{"id":3202,"kind":1024,"name":"description","url":"modules/entities_emoji.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Card.__type"},{"id":3203,"kind":1024,"name":"type","url":"modules/entities_emoji.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Card.__type"},{"id":3204,"kind":1024,"name":"image","url":"modules/entities_emoji.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Card.__type"},{"id":3205,"kind":1024,"name":"author_name","url":"modules/entities_emoji.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Card.__type"},{"id":3206,"kind":1024,"name":"author_url","url":"modules/entities_emoji.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Card.__type"},{"id":3207,"kind":1024,"name":"provider_name","url":"modules/entities_emoji.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Card.__type"},{"id":3208,"kind":1024,"name":"provider_url","url":"modules/entities_emoji.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Card.__type"},{"id":3209,"kind":1024,"name":"html","url":"modules/entities_emoji.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Card.__type"},{"id":3210,"kind":1024,"name":"width","url":"modules/entities_emoji.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Card.__type"},{"id":3211,"kind":1024,"name":"height","url":"modules/entities_emoji.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Card.__type"},{"id":3212,"kind":4194304,"name":"Mention","url":"modules/entities_emoji.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3213,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Mention"},{"id":3214,"kind":1024,"name":"id","url":"modules/entities_emoji.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Mention.__type"},{"id":3215,"kind":1024,"name":"username","url":"modules/entities_emoji.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Mention.__type"},{"id":3216,"kind":1024,"name":"url","url":"modules/entities_emoji.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Mention.__type"},{"id":3217,"kind":1024,"name":"acct","url":"modules/entities_emoji.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Mention.__type"},{"id":3218,"kind":4194304,"name":"History","url":"modules/entities_emoji.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3219,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.History"},{"id":3220,"kind":1024,"name":"day","url":"modules/entities_emoji.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.History.__type"},{"id":3221,"kind":1024,"name":"uses","url":"modules/entities_emoji.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.History.__type"},{"id":3222,"kind":1024,"name":"accounts","url":"modules/entities_emoji.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.History.__type"},{"id":3223,"kind":4194304,"name":"Tag","url":"modules/entities_emoji.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3224,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Tag"},{"id":3225,"kind":1024,"name":"name","url":"modules/entities_emoji.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Tag.__type"},{"id":3226,"kind":1024,"name":"url","url":"modules/entities_emoji.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Tag.__type"},{"id":3227,"kind":1024,"name":"history","url":"modules/entities_emoji.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Tag.__type"},{"id":3228,"kind":4194304,"name":"PollOption","url":"modules/entities_emoji.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3229,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.PollOption"},{"id":3230,"kind":1024,"name":"title","url":"modules/entities_emoji.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.PollOption.__type"},{"id":3231,"kind":1024,"name":"votes_count","url":"modules/entities_emoji.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.PollOption.__type"},{"id":3232,"kind":4194304,"name":"Poll","url":"modules/entities_emoji.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3233,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Poll"},{"id":3234,"kind":1024,"name":"id","url":"modules/entities_emoji.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Poll.__type"},{"id":3235,"kind":1024,"name":"expires_at","url":"modules/entities_emoji.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Poll.__type"},{"id":3236,"kind":1024,"name":"expired","url":"modules/entities_emoji.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Poll.__type"},{"id":3237,"kind":1024,"name":"multiple","url":"modules/entities_emoji.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Poll.__type"},{"id":3238,"kind":1024,"name":"votes_count","url":"modules/entities_emoji.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Poll.__type"},{"id":3239,"kind":1024,"name":"options","url":"modules/entities_emoji.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Poll.__type"},{"id":3240,"kind":1024,"name":"voted","url":"modules/entities_emoji.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Poll.__type"},{"id":3241,"kind":4194304,"name":"Reaction","url":"modules/entities_emoji.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3242,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Reaction"},{"id":3243,"kind":1024,"name":"count","url":"modules/entities_emoji.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Reaction.__type"},{"id":3244,"kind":1024,"name":"me","url":"modules/entities_emoji.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Reaction.__type"},{"id":3245,"kind":1024,"name":"name","url":"modules/entities_emoji.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Reaction.__type"},{"id":3246,"kind":1024,"name":"accounts","url":"modules/entities_emoji.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Reaction.__type"},{"id":3247,"kind":4194304,"name":"Status","url":"modules/entities_emoji.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3248,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Status"},{"id":3249,"kind":1024,"name":"id","url":"modules/entities_emoji.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3250,"kind":1024,"name":"uri","url":"modules/entities_emoji.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3251,"kind":1024,"name":"url","url":"modules/entities_emoji.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3252,"kind":1024,"name":"account","url":"modules/entities_emoji.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3253,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_emoji.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3254,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_emoji.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3255,"kind":1024,"name":"reblog","url":"modules/entities_emoji.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3256,"kind":1024,"name":"content","url":"modules/entities_emoji.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3257,"kind":1024,"name":"created_at","url":"modules/entities_emoji.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3258,"kind":1024,"name":"emojis","url":"modules/entities_emoji.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3259,"kind":1024,"name":"replies_count","url":"modules/entities_emoji.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3260,"kind":1024,"name":"reblogs_count","url":"modules/entities_emoji.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3261,"kind":1024,"name":"favourites_count","url":"modules/entities_emoji.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3262,"kind":1024,"name":"reblogged","url":"modules/entities_emoji.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3263,"kind":1024,"name":"favourited","url":"modules/entities_emoji.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3264,"kind":1024,"name":"muted","url":"modules/entities_emoji.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3265,"kind":1024,"name":"sensitive","url":"modules/entities_emoji.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3266,"kind":1024,"name":"spoiler_text","url":"modules/entities_emoji.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3267,"kind":1024,"name":"visibility","url":"modules/entities_emoji.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3268,"kind":1024,"name":"media_attachments","url":"modules/entities_emoji.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3269,"kind":1024,"name":"mentions","url":"modules/entities_emoji.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3270,"kind":1024,"name":"tags","url":"modules/entities_emoji.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3271,"kind":1024,"name":"card","url":"modules/entities_emoji.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3272,"kind":1024,"name":"poll","url":"modules/entities_emoji.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3273,"kind":1024,"name":"application","url":"modules/entities_emoji.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3274,"kind":1024,"name":"language","url":"modules/entities_emoji.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3275,"kind":1024,"name":"pinned","url":"modules/entities_emoji.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3276,"kind":1024,"name":"emoji_reactions","url":"modules/entities_emoji.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3277,"kind":1024,"name":"quote","url":"modules/entities_emoji.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3278,"kind":1024,"name":"bookmarked","url":"modules/entities_emoji.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Status.__type"},{"id":3279,"kind":4194304,"name":"Context","url":"modules/entities_emoji.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3280,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Context"},{"id":3281,"kind":1024,"name":"ancestors","url":"modules/entities_emoji.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Context.__type"},{"id":3282,"kind":1024,"name":"descendants","url":"modules/entities_emoji.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Context.__type"},{"id":3283,"kind":4194304,"name":"Conversation","url":"modules/entities_emoji.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3284,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Conversation"},{"id":3285,"kind":1024,"name":"id","url":"modules/entities_emoji.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Conversation.__type"},{"id":3286,"kind":1024,"name":"accounts","url":"modules/entities_emoji.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Conversation.__type"},{"id":3287,"kind":1024,"name":"last_status","url":"modules/entities_emoji.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Conversation.__type"},{"id":3288,"kind":1024,"name":"unread","url":"modules/entities_emoji.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Conversation.__type"},{"id":3289,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_emoji.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3290,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.FeaturedTag"},{"id":3291,"kind":1024,"name":"id","url":"modules/entities_emoji.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.FeaturedTag.__type"},{"id":3292,"kind":1024,"name":"name","url":"modules/entities_emoji.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.FeaturedTag.__type"},{"id":3293,"kind":1024,"name":"statuses_count","url":"modules/entities_emoji.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.FeaturedTag.__type"},{"id":3294,"kind":1024,"name":"last_status_at","url":"modules/entities_emoji.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.FeaturedTag.__type"},{"id":3295,"kind":4194304,"name":"Field","url":"modules/entities_emoji.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3296,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Field"},{"id":3297,"kind":1024,"name":"name","url":"modules/entities_emoji.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Field.__type"},{"id":3298,"kind":1024,"name":"value","url":"modules/entities_emoji.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Field.__type"},{"id":3299,"kind":1024,"name":"verified_at","url":"modules/entities_emoji.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Field.__type"},{"id":3300,"kind":4194304,"name":"Filter","url":"modules/entities_emoji.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3301,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Filter"},{"id":3302,"kind":1024,"name":"id","url":"modules/entities_emoji.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Filter.__type"},{"id":3303,"kind":1024,"name":"phrase","url":"modules/entities_emoji.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Filter.__type"},{"id":3304,"kind":1024,"name":"context","url":"modules/entities_emoji.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Filter.__type"},{"id":3305,"kind":1024,"name":"expires_at","url":"modules/entities_emoji.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Filter.__type"},{"id":3306,"kind":1024,"name":"irreversible","url":"modules/entities_emoji.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Filter.__type"},{"id":3307,"kind":1024,"name":"whole_word","url":"modules/entities_emoji.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Filter.__type"},{"id":3308,"kind":4194304,"name":"IdentityProof","url":"modules/entities_emoji.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3309,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.IdentityProof"},{"id":3310,"kind":1024,"name":"provider","url":"modules/entities_emoji.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.IdentityProof.__type"},{"id":3311,"kind":1024,"name":"provider_username","url":"modules/entities_emoji.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.IdentityProof.__type"},{"id":3312,"kind":1024,"name":"updated_at","url":"modules/entities_emoji.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.IdentityProof.__type"},{"id":3313,"kind":1024,"name":"proof_url","url":"modules/entities_emoji.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.IdentityProof.__type"},{"id":3314,"kind":1024,"name":"profile_url","url":"modules/entities_emoji.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.IdentityProof.__type"},{"id":3315,"kind":4194304,"name":"URLs","url":"modules/entities_emoji.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3316,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.URLs"},{"id":3317,"kind":1024,"name":"streaming_api","url":"modules/entities_emoji.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.URLs.__type"},{"id":3318,"kind":4194304,"name":"Stats","url":"modules/entities_emoji.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3319,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Stats"},{"id":3320,"kind":1024,"name":"user_count","url":"modules/entities_emoji.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Stats.__type"},{"id":3321,"kind":1024,"name":"status_count","url":"modules/entities_emoji.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Stats.__type"},{"id":3322,"kind":1024,"name":"domain_count","url":"modules/entities_emoji.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Stats.__type"},{"id":3323,"kind":4194304,"name":"Instance","url":"modules/entities_emoji.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3324,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Instance"},{"id":3325,"kind":1024,"name":"uri","url":"modules/entities_emoji.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Instance.__type"},{"id":3326,"kind":1024,"name":"title","url":"modules/entities_emoji.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Instance.__type"},{"id":3327,"kind":1024,"name":"description","url":"modules/entities_emoji.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Instance.__type"},{"id":3328,"kind":1024,"name":"email","url":"modules/entities_emoji.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Instance.__type"},{"id":3329,"kind":1024,"name":"version","url":"modules/entities_emoji.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Instance.__type"},{"id":3330,"kind":1024,"name":"thumbnail","url":"modules/entities_emoji.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Instance.__type"},{"id":3331,"kind":1024,"name":"urls","url":"modules/entities_emoji.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Instance.__type"},{"id":3332,"kind":1024,"name":"stats","url":"modules/entities_emoji.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Instance.__type"},{"id":3333,"kind":1024,"name":"languages","url":"modules/entities_emoji.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Instance.__type"},{"id":3334,"kind":1024,"name":"contact_account","url":"modules/entities_emoji.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Instance.__type"},{"id":3335,"kind":1024,"name":"max_toot_chars","url":"modules/entities_emoji.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Instance.__type"},{"id":3336,"kind":1024,"name":"registrations","url":"modules/entities_emoji.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Instance.__type"},{"id":3337,"kind":4194304,"name":"List","url":"modules/entities_emoji.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3338,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.List"},{"id":3339,"kind":1024,"name":"id","url":"modules/entities_emoji.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.List.__type"},{"id":3340,"kind":1024,"name":"title","url":"modules/entities_emoji.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.List.__type"},{"id":3341,"kind":4194304,"name":"Marker","url":"modules/entities_emoji.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3342,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Marker"},{"id":3343,"kind":1024,"name":"home","url":"modules/entities_emoji.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Marker.__type"},{"id":3344,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Marker.__type"},{"id":3345,"kind":1024,"name":"last_read_id","url":"modules/entities_emoji.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Marker.__type.__type"},{"id":3346,"kind":1024,"name":"version","url":"modules/entities_emoji.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Marker.__type.__type"},{"id":3347,"kind":1024,"name":"updated_at","url":"modules/entities_emoji.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Marker.__type.__type"},{"id":3348,"kind":1024,"name":"notifications","url":"modules/entities_emoji.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Marker.__type"},{"id":3349,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Marker.__type"},{"id":3350,"kind":1024,"name":"last_read_id","url":"modules/entities_emoji.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Marker.__type.__type"},{"id":3351,"kind":1024,"name":"version","url":"modules/entities_emoji.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Marker.__type.__type"},{"id":3352,"kind":1024,"name":"updated_at","url":"modules/entities_emoji.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Marker.__type.__type"},{"id":3353,"kind":4194304,"name":"Notification","url":"modules/entities_emoji.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3354,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Notification"},{"id":3355,"kind":1024,"name":"account","url":"modules/entities_emoji.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Notification.__type"},{"id":3356,"kind":1024,"name":"created_at","url":"modules/entities_emoji.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Notification.__type"},{"id":3357,"kind":1024,"name":"id","url":"modules/entities_emoji.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Notification.__type"},{"id":3358,"kind":1024,"name":"status","url":"modules/entities_emoji.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Notification.__type"},{"id":3359,"kind":1024,"name":"emoji","url":"modules/entities_emoji.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Notification.__type"},{"id":3360,"kind":1024,"name":"type","url":"modules/entities_emoji.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Notification.__type"},{"id":3361,"kind":4194304,"name":"NotificationType","url":"modules/entities_emoji.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3362,"kind":4194304,"name":"Preferences","url":"modules/entities_emoji.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3363,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Preferences"},{"id":3364,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_emoji.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Preferences.__type"},{"id":3365,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_emoji.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Preferences.__type"},{"id":3366,"kind":1024,"name":"posting:default:language","url":"modules/entities_emoji.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Preferences.__type"},{"id":3367,"kind":1024,"name":"reading:expand:media","url":"modules/entities_emoji.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Preferences.__type"},{"id":3368,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_emoji.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Preferences.__type"},{"id":3369,"kind":4194304,"name":"PushSubscription","url":"modules/entities_emoji.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3370,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.PushSubscription"},{"id":3371,"kind":1024,"name":"id","url":"modules/entities_emoji.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.PushSubscription.__type"},{"id":3372,"kind":1024,"name":"endpoint","url":"modules/entities_emoji.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.PushSubscription.__type"},{"id":3373,"kind":1024,"name":"server_key","url":"modules/entities_emoji.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.PushSubscription.__type"},{"id":3374,"kind":1024,"name":"alerts","url":"modules/entities_emoji.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.PushSubscription.__type"},{"id":3375,"kind":4194304,"name":"Relationship","url":"modules/entities_emoji.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3376,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Relationship"},{"id":3377,"kind":1024,"name":"id","url":"modules/entities_emoji.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Relationship.__type"},{"id":3378,"kind":1024,"name":"following","url":"modules/entities_emoji.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Relationship.__type"},{"id":3379,"kind":1024,"name":"followed_by","url":"modules/entities_emoji.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Relationship.__type"},{"id":3380,"kind":1024,"name":"blocking","url":"modules/entities_emoji.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Relationship.__type"},{"id":3381,"kind":1024,"name":"muting","url":"modules/entities_emoji.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Relationship.__type"},{"id":3382,"kind":1024,"name":"muting_notifications","url":"modules/entities_emoji.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Relationship.__type"},{"id":3383,"kind":1024,"name":"requested","url":"modules/entities_emoji.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Relationship.__type"},{"id":3384,"kind":1024,"name":"domain_blocking","url":"modules/entities_emoji.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Relationship.__type"},{"id":3385,"kind":1024,"name":"showing_reblogs","url":"modules/entities_emoji.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Relationship.__type"},{"id":3386,"kind":1024,"name":"endorsed","url":"modules/entities_emoji.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Relationship.__type"},{"id":3387,"kind":4194304,"name":"Report","url":"modules/entities_emoji.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3388,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Report"},{"id":3389,"kind":1024,"name":"id","url":"modules/entities_emoji.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Report.__type"},{"id":3390,"kind":1024,"name":"action_taken","url":"modules/entities_emoji.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Report.__type"},{"id":3391,"kind":1024,"name":"comment","url":"modules/entities_emoji.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Report.__type"},{"id":3392,"kind":1024,"name":"account_id","url":"modules/entities_emoji.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Report.__type"},{"id":3393,"kind":1024,"name":"status_ids","url":"modules/entities_emoji.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Report.__type"},{"id":3394,"kind":4194304,"name":"Results","url":"modules/entities_emoji.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3395,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Results"},{"id":3396,"kind":1024,"name":"accounts","url":"modules/entities_emoji.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Results.__type"},{"id":3397,"kind":1024,"name":"statuses","url":"modules/entities_emoji.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Results.__type"},{"id":3398,"kind":1024,"name":"hashtags","url":"modules/entities_emoji.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Results.__type"},{"id":3399,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_emoji.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3400,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.ScheduledStatus"},{"id":3401,"kind":1024,"name":"id","url":"modules/entities_emoji.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.ScheduledStatus.__type"},{"id":3402,"kind":1024,"name":"scheduled_at","url":"modules/entities_emoji.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.ScheduledStatus.__type"},{"id":3403,"kind":1024,"name":"params","url":"modules/entities_emoji.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.ScheduledStatus.__type"},{"id":3404,"kind":1024,"name":"media_attachments","url":"modules/entities_emoji.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.ScheduledStatus.__type"},{"id":3405,"kind":4194304,"name":"StatusParams","url":"modules/entities_emoji.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3406,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.StatusParams"},{"id":3407,"kind":1024,"name":"text","url":"modules/entities_emoji.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.StatusParams.__type"},{"id":3408,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_emoji.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.StatusParams.__type"},{"id":3409,"kind":1024,"name":"media_ids","url":"modules/entities_emoji.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.StatusParams.__type"},{"id":3410,"kind":1024,"name":"sensitive","url":"modules/entities_emoji.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.StatusParams.__type"},{"id":3411,"kind":1024,"name":"spoiler_text","url":"modules/entities_emoji.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.StatusParams.__type"},{"id":3412,"kind":1024,"name":"visibility","url":"modules/entities_emoji.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.StatusParams.__type"},{"id":3413,"kind":1024,"name":"scheduled_at","url":"modules/entities_emoji.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.StatusParams.__type"},{"id":3414,"kind":1024,"name":"application_id","url":"modules/entities_emoji.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.StatusParams.__type"},{"id":3415,"kind":4194304,"name":"Token","url":"modules/entities_emoji.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/emoji.Entity"},{"id":3416,"kind":65536,"name":"__type","url":"modules/entities_emoji.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/emoji.Entity.Token"},{"id":3417,"kind":1024,"name":"access_token","url":"modules/entities_emoji.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Token.__type"},{"id":3418,"kind":1024,"name":"token_type","url":"modules/entities_emoji.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Token.__type"},{"id":3419,"kind":1024,"name":"scope","url":"modules/entities_emoji.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Token.__type"},{"id":3420,"kind":1024,"name":"created_at","url":"modules/entities_emoji.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/emoji.Entity.Token.__type"},{"id":3421,"kind":2,"name":"Entity","url":"modules/entities_featured_tag.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/featured_tag"},{"id":3422,"kind":4194304,"name":"Emoji","url":"modules/entities_featured_tag.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3423,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Emoji"},{"id":3424,"kind":1024,"name":"shortcode","url":"modules/entities_featured_tag.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Emoji.__type"},{"id":3425,"kind":1024,"name":"static_url","url":"modules/entities_featured_tag.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Emoji.__type"},{"id":3426,"kind":1024,"name":"url","url":"modules/entities_featured_tag.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Emoji.__type"},{"id":3427,"kind":1024,"name":"visible_in_picker","url":"modules/entities_featured_tag.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Emoji.__type"},{"id":3428,"kind":4194304,"name":"Source","url":"modules/entities_featured_tag.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3429,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Source"},{"id":3430,"kind":1024,"name":"privacy","url":"modules/entities_featured_tag.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Source.__type"},{"id":3431,"kind":1024,"name":"sensitive","url":"modules/entities_featured_tag.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Source.__type"},{"id":3432,"kind":1024,"name":"language","url":"modules/entities_featured_tag.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Source.__type"},{"id":3433,"kind":1024,"name":"note","url":"modules/entities_featured_tag.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Source.__type"},{"id":3434,"kind":1024,"name":"fields","url":"modules/entities_featured_tag.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Source.__type"},{"id":3435,"kind":4194304,"name":"Account","url":"modules/entities_featured_tag.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3436,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Account"},{"id":3437,"kind":1024,"name":"id","url":"modules/entities_featured_tag.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Account.__type"},{"id":3438,"kind":1024,"name":"username","url":"modules/entities_featured_tag.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Account.__type"},{"id":3439,"kind":1024,"name":"acct","url":"modules/entities_featured_tag.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Account.__type"},{"id":3440,"kind":1024,"name":"display_name","url":"modules/entities_featured_tag.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Account.__type"},{"id":3441,"kind":1024,"name":"locked","url":"modules/entities_featured_tag.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Account.__type"},{"id":3442,"kind":1024,"name":"created_at","url":"modules/entities_featured_tag.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Account.__type"},{"id":3443,"kind":1024,"name":"followers_count","url":"modules/entities_featured_tag.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Account.__type"},{"id":3444,"kind":1024,"name":"following_count","url":"modules/entities_featured_tag.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Account.__type"},{"id":3445,"kind":1024,"name":"statuses_count","url":"modules/entities_featured_tag.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Account.__type"},{"id":3446,"kind":1024,"name":"note","url":"modules/entities_featured_tag.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Account.__type"},{"id":3447,"kind":1024,"name":"url","url":"modules/entities_featured_tag.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Account.__type"},{"id":3448,"kind":1024,"name":"avatar","url":"modules/entities_featured_tag.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Account.__type"},{"id":3449,"kind":1024,"name":"avatar_static","url":"modules/entities_featured_tag.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Account.__type"},{"id":3450,"kind":1024,"name":"header","url":"modules/entities_featured_tag.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Account.__type"},{"id":3451,"kind":1024,"name":"header_static","url":"modules/entities_featured_tag.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Account.__type"},{"id":3452,"kind":1024,"name":"emojis","url":"modules/entities_featured_tag.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Account.__type"},{"id":3453,"kind":1024,"name":"moved","url":"modules/entities_featured_tag.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Account.__type"},{"id":3454,"kind":1024,"name":"fields","url":"modules/entities_featured_tag.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Account.__type"},{"id":3455,"kind":1024,"name":"bot","url":"modules/entities_featured_tag.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Account.__type"},{"id":3456,"kind":1024,"name":"source","url":"modules/entities_featured_tag.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Account.__type"},{"id":3457,"kind":4194304,"name":"Activity","url":"modules/entities_featured_tag.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3458,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Activity"},{"id":3459,"kind":1024,"name":"week","url":"modules/entities_featured_tag.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Activity.__type"},{"id":3460,"kind":1024,"name":"statuses","url":"modules/entities_featured_tag.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Activity.__type"},{"id":3461,"kind":1024,"name":"logins","url":"modules/entities_featured_tag.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Activity.__type"},{"id":3462,"kind":1024,"name":"registrations","url":"modules/entities_featured_tag.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Activity.__type"},{"id":3463,"kind":4194304,"name":"Application","url":"modules/entities_featured_tag.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3464,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Application"},{"id":3465,"kind":1024,"name":"name","url":"modules/entities_featured_tag.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Application.__type"},{"id":3466,"kind":1024,"name":"website","url":"modules/entities_featured_tag.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Application.__type"},{"id":3467,"kind":1024,"name":"vapid_key","url":"modules/entities_featured_tag.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Application.__type"},{"id":3468,"kind":4194304,"name":"Attachment","url":"modules/entities_featured_tag.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3469,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Attachment"},{"id":3470,"kind":1024,"name":"id","url":"modules/entities_featured_tag.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Attachment.__type"},{"id":3471,"kind":1024,"name":"type","url":"modules/entities_featured_tag.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Attachment.__type"},{"id":3472,"kind":1024,"name":"url","url":"modules/entities_featured_tag.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Attachment.__type"},{"id":3473,"kind":1024,"name":"remote_url","url":"modules/entities_featured_tag.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Attachment.__type"},{"id":3474,"kind":1024,"name":"preview_url","url":"modules/entities_featured_tag.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Attachment.__type"},{"id":3475,"kind":1024,"name":"text_url","url":"modules/entities_featured_tag.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Attachment.__type"},{"id":3476,"kind":1024,"name":"meta","url":"modules/entities_featured_tag.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Attachment.__type"},{"id":3477,"kind":1024,"name":"description","url":"modules/entities_featured_tag.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Attachment.__type"},{"id":3478,"kind":4194304,"name":"Card","url":"modules/entities_featured_tag.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3479,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Card"},{"id":3480,"kind":1024,"name":"url","url":"modules/entities_featured_tag.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Card.__type"},{"id":3481,"kind":1024,"name":"title","url":"modules/entities_featured_tag.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Card.__type"},{"id":3482,"kind":1024,"name":"description","url":"modules/entities_featured_tag.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Card.__type"},{"id":3483,"kind":1024,"name":"type","url":"modules/entities_featured_tag.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Card.__type"},{"id":3484,"kind":1024,"name":"image","url":"modules/entities_featured_tag.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Card.__type"},{"id":3485,"kind":1024,"name":"author_name","url":"modules/entities_featured_tag.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Card.__type"},{"id":3486,"kind":1024,"name":"author_url","url":"modules/entities_featured_tag.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Card.__type"},{"id":3487,"kind":1024,"name":"provider_name","url":"modules/entities_featured_tag.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Card.__type"},{"id":3488,"kind":1024,"name":"provider_url","url":"modules/entities_featured_tag.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Card.__type"},{"id":3489,"kind":1024,"name":"html","url":"modules/entities_featured_tag.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Card.__type"},{"id":3490,"kind":1024,"name":"width","url":"modules/entities_featured_tag.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Card.__type"},{"id":3491,"kind":1024,"name":"height","url":"modules/entities_featured_tag.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Card.__type"},{"id":3492,"kind":4194304,"name":"Mention","url":"modules/entities_featured_tag.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3493,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Mention"},{"id":3494,"kind":1024,"name":"id","url":"modules/entities_featured_tag.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Mention.__type"},{"id":3495,"kind":1024,"name":"username","url":"modules/entities_featured_tag.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Mention.__type"},{"id":3496,"kind":1024,"name":"url","url":"modules/entities_featured_tag.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Mention.__type"},{"id":3497,"kind":1024,"name":"acct","url":"modules/entities_featured_tag.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Mention.__type"},{"id":3498,"kind":4194304,"name":"History","url":"modules/entities_featured_tag.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3499,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.History"},{"id":3500,"kind":1024,"name":"day","url":"modules/entities_featured_tag.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.History.__type"},{"id":3501,"kind":1024,"name":"uses","url":"modules/entities_featured_tag.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.History.__type"},{"id":3502,"kind":1024,"name":"accounts","url":"modules/entities_featured_tag.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.History.__type"},{"id":3503,"kind":4194304,"name":"Tag","url":"modules/entities_featured_tag.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3504,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Tag"},{"id":3505,"kind":1024,"name":"name","url":"modules/entities_featured_tag.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Tag.__type"},{"id":3506,"kind":1024,"name":"url","url":"modules/entities_featured_tag.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Tag.__type"},{"id":3507,"kind":1024,"name":"history","url":"modules/entities_featured_tag.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Tag.__type"},{"id":3508,"kind":4194304,"name":"PollOption","url":"modules/entities_featured_tag.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3509,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.PollOption"},{"id":3510,"kind":1024,"name":"title","url":"modules/entities_featured_tag.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.PollOption.__type"},{"id":3511,"kind":1024,"name":"votes_count","url":"modules/entities_featured_tag.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.PollOption.__type"},{"id":3512,"kind":4194304,"name":"Poll","url":"modules/entities_featured_tag.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3513,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Poll"},{"id":3514,"kind":1024,"name":"id","url":"modules/entities_featured_tag.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Poll.__type"},{"id":3515,"kind":1024,"name":"expires_at","url":"modules/entities_featured_tag.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Poll.__type"},{"id":3516,"kind":1024,"name":"expired","url":"modules/entities_featured_tag.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Poll.__type"},{"id":3517,"kind":1024,"name":"multiple","url":"modules/entities_featured_tag.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Poll.__type"},{"id":3518,"kind":1024,"name":"votes_count","url":"modules/entities_featured_tag.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Poll.__type"},{"id":3519,"kind":1024,"name":"options","url":"modules/entities_featured_tag.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Poll.__type"},{"id":3520,"kind":1024,"name":"voted","url":"modules/entities_featured_tag.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Poll.__type"},{"id":3521,"kind":4194304,"name":"Reaction","url":"modules/entities_featured_tag.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3522,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Reaction"},{"id":3523,"kind":1024,"name":"count","url":"modules/entities_featured_tag.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Reaction.__type"},{"id":3524,"kind":1024,"name":"me","url":"modules/entities_featured_tag.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Reaction.__type"},{"id":3525,"kind":1024,"name":"name","url":"modules/entities_featured_tag.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Reaction.__type"},{"id":3526,"kind":1024,"name":"accounts","url":"modules/entities_featured_tag.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Reaction.__type"},{"id":3527,"kind":4194304,"name":"Status","url":"modules/entities_featured_tag.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3528,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Status"},{"id":3529,"kind":1024,"name":"id","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3530,"kind":1024,"name":"uri","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3531,"kind":1024,"name":"url","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3532,"kind":1024,"name":"account","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3533,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3534,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3535,"kind":1024,"name":"reblog","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3536,"kind":1024,"name":"content","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3537,"kind":1024,"name":"created_at","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3538,"kind":1024,"name":"emojis","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3539,"kind":1024,"name":"replies_count","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3540,"kind":1024,"name":"reblogs_count","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3541,"kind":1024,"name":"favourites_count","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3542,"kind":1024,"name":"reblogged","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3543,"kind":1024,"name":"favourited","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3544,"kind":1024,"name":"muted","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3545,"kind":1024,"name":"sensitive","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3546,"kind":1024,"name":"spoiler_text","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3547,"kind":1024,"name":"visibility","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3548,"kind":1024,"name":"media_attachments","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3549,"kind":1024,"name":"mentions","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3550,"kind":1024,"name":"tags","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3551,"kind":1024,"name":"card","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3552,"kind":1024,"name":"poll","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3553,"kind":1024,"name":"application","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3554,"kind":1024,"name":"language","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3555,"kind":1024,"name":"pinned","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3556,"kind":1024,"name":"emoji_reactions","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3557,"kind":1024,"name":"quote","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3558,"kind":1024,"name":"bookmarked","url":"modules/entities_featured_tag.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Status.__type"},{"id":3559,"kind":4194304,"name":"Context","url":"modules/entities_featured_tag.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3560,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Context"},{"id":3561,"kind":1024,"name":"ancestors","url":"modules/entities_featured_tag.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Context.__type"},{"id":3562,"kind":1024,"name":"descendants","url":"modules/entities_featured_tag.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Context.__type"},{"id":3563,"kind":4194304,"name":"Conversation","url":"modules/entities_featured_tag.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3564,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Conversation"},{"id":3565,"kind":1024,"name":"id","url":"modules/entities_featured_tag.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Conversation.__type"},{"id":3566,"kind":1024,"name":"accounts","url":"modules/entities_featured_tag.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Conversation.__type"},{"id":3567,"kind":1024,"name":"last_status","url":"modules/entities_featured_tag.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Conversation.__type"},{"id":3568,"kind":1024,"name":"unread","url":"modules/entities_featured_tag.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Conversation.__type"},{"id":3569,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_featured_tag.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3570,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.FeaturedTag"},{"id":3571,"kind":1024,"name":"id","url":"modules/entities_featured_tag.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.FeaturedTag.__type"},{"id":3572,"kind":1024,"name":"name","url":"modules/entities_featured_tag.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.FeaturedTag.__type"},{"id":3573,"kind":1024,"name":"statuses_count","url":"modules/entities_featured_tag.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.FeaturedTag.__type"},{"id":3574,"kind":1024,"name":"last_status_at","url":"modules/entities_featured_tag.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.FeaturedTag.__type"},{"id":3575,"kind":4194304,"name":"Field","url":"modules/entities_featured_tag.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3576,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Field"},{"id":3577,"kind":1024,"name":"name","url":"modules/entities_featured_tag.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Field.__type"},{"id":3578,"kind":1024,"name":"value","url":"modules/entities_featured_tag.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Field.__type"},{"id":3579,"kind":1024,"name":"verified_at","url":"modules/entities_featured_tag.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Field.__type"},{"id":3580,"kind":4194304,"name":"Filter","url":"modules/entities_featured_tag.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3581,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Filter"},{"id":3582,"kind":1024,"name":"id","url":"modules/entities_featured_tag.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Filter.__type"},{"id":3583,"kind":1024,"name":"phrase","url":"modules/entities_featured_tag.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Filter.__type"},{"id":3584,"kind":1024,"name":"context","url":"modules/entities_featured_tag.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Filter.__type"},{"id":3585,"kind":1024,"name":"expires_at","url":"modules/entities_featured_tag.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Filter.__type"},{"id":3586,"kind":1024,"name":"irreversible","url":"modules/entities_featured_tag.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Filter.__type"},{"id":3587,"kind":1024,"name":"whole_word","url":"modules/entities_featured_tag.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Filter.__type"},{"id":3588,"kind":4194304,"name":"IdentityProof","url":"modules/entities_featured_tag.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3589,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.IdentityProof"},{"id":3590,"kind":1024,"name":"provider","url":"modules/entities_featured_tag.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.IdentityProof.__type"},{"id":3591,"kind":1024,"name":"provider_username","url":"modules/entities_featured_tag.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.IdentityProof.__type"},{"id":3592,"kind":1024,"name":"updated_at","url":"modules/entities_featured_tag.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.IdentityProof.__type"},{"id":3593,"kind":1024,"name":"proof_url","url":"modules/entities_featured_tag.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.IdentityProof.__type"},{"id":3594,"kind":1024,"name":"profile_url","url":"modules/entities_featured_tag.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.IdentityProof.__type"},{"id":3595,"kind":4194304,"name":"URLs","url":"modules/entities_featured_tag.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3596,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.URLs"},{"id":3597,"kind":1024,"name":"streaming_api","url":"modules/entities_featured_tag.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.URLs.__type"},{"id":3598,"kind":4194304,"name":"Stats","url":"modules/entities_featured_tag.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3599,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Stats"},{"id":3600,"kind":1024,"name":"user_count","url":"modules/entities_featured_tag.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Stats.__type"},{"id":3601,"kind":1024,"name":"status_count","url":"modules/entities_featured_tag.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Stats.__type"},{"id":3602,"kind":1024,"name":"domain_count","url":"modules/entities_featured_tag.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Stats.__type"},{"id":3603,"kind":4194304,"name":"Instance","url":"modules/entities_featured_tag.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3604,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Instance"},{"id":3605,"kind":1024,"name":"uri","url":"modules/entities_featured_tag.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Instance.__type"},{"id":3606,"kind":1024,"name":"title","url":"modules/entities_featured_tag.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Instance.__type"},{"id":3607,"kind":1024,"name":"description","url":"modules/entities_featured_tag.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Instance.__type"},{"id":3608,"kind":1024,"name":"email","url":"modules/entities_featured_tag.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Instance.__type"},{"id":3609,"kind":1024,"name":"version","url":"modules/entities_featured_tag.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Instance.__type"},{"id":3610,"kind":1024,"name":"thumbnail","url":"modules/entities_featured_tag.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Instance.__type"},{"id":3611,"kind":1024,"name":"urls","url":"modules/entities_featured_tag.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Instance.__type"},{"id":3612,"kind":1024,"name":"stats","url":"modules/entities_featured_tag.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Instance.__type"},{"id":3613,"kind":1024,"name":"languages","url":"modules/entities_featured_tag.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Instance.__type"},{"id":3614,"kind":1024,"name":"contact_account","url":"modules/entities_featured_tag.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Instance.__type"},{"id":3615,"kind":1024,"name":"max_toot_chars","url":"modules/entities_featured_tag.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Instance.__type"},{"id":3616,"kind":1024,"name":"registrations","url":"modules/entities_featured_tag.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Instance.__type"},{"id":3617,"kind":4194304,"name":"List","url":"modules/entities_featured_tag.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3618,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.List"},{"id":3619,"kind":1024,"name":"id","url":"modules/entities_featured_tag.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.List.__type"},{"id":3620,"kind":1024,"name":"title","url":"modules/entities_featured_tag.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.List.__type"},{"id":3621,"kind":4194304,"name":"Marker","url":"modules/entities_featured_tag.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3622,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Marker"},{"id":3623,"kind":1024,"name":"home","url":"modules/entities_featured_tag.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Marker.__type"},{"id":3624,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Marker.__type"},{"id":3625,"kind":1024,"name":"last_read_id","url":"modules/entities_featured_tag.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Marker.__type.__type"},{"id":3626,"kind":1024,"name":"version","url":"modules/entities_featured_tag.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Marker.__type.__type"},{"id":3627,"kind":1024,"name":"updated_at","url":"modules/entities_featured_tag.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Marker.__type.__type"},{"id":3628,"kind":1024,"name":"notifications","url":"modules/entities_featured_tag.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Marker.__type"},{"id":3629,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Marker.__type"},{"id":3630,"kind":1024,"name":"last_read_id","url":"modules/entities_featured_tag.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Marker.__type.__type"},{"id":3631,"kind":1024,"name":"version","url":"modules/entities_featured_tag.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Marker.__type.__type"},{"id":3632,"kind":1024,"name":"updated_at","url":"modules/entities_featured_tag.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Marker.__type.__type"},{"id":3633,"kind":4194304,"name":"Notification","url":"modules/entities_featured_tag.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3634,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Notification"},{"id":3635,"kind":1024,"name":"account","url":"modules/entities_featured_tag.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Notification.__type"},{"id":3636,"kind":1024,"name":"created_at","url":"modules/entities_featured_tag.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Notification.__type"},{"id":3637,"kind":1024,"name":"id","url":"modules/entities_featured_tag.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Notification.__type"},{"id":3638,"kind":1024,"name":"status","url":"modules/entities_featured_tag.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Notification.__type"},{"id":3639,"kind":1024,"name":"emoji","url":"modules/entities_featured_tag.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Notification.__type"},{"id":3640,"kind":1024,"name":"type","url":"modules/entities_featured_tag.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Notification.__type"},{"id":3641,"kind":4194304,"name":"NotificationType","url":"modules/entities_featured_tag.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3642,"kind":4194304,"name":"Preferences","url":"modules/entities_featured_tag.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3643,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Preferences"},{"id":3644,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_featured_tag.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Preferences.__type"},{"id":3645,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_featured_tag.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Preferences.__type"},{"id":3646,"kind":1024,"name":"posting:default:language","url":"modules/entities_featured_tag.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Preferences.__type"},{"id":3647,"kind":1024,"name":"reading:expand:media","url":"modules/entities_featured_tag.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Preferences.__type"},{"id":3648,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_featured_tag.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Preferences.__type"},{"id":3649,"kind":4194304,"name":"PushSubscription","url":"modules/entities_featured_tag.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3650,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.PushSubscription"},{"id":3651,"kind":1024,"name":"id","url":"modules/entities_featured_tag.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.PushSubscription.__type"},{"id":3652,"kind":1024,"name":"endpoint","url":"modules/entities_featured_tag.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.PushSubscription.__type"},{"id":3653,"kind":1024,"name":"server_key","url":"modules/entities_featured_tag.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.PushSubscription.__type"},{"id":3654,"kind":1024,"name":"alerts","url":"modules/entities_featured_tag.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.PushSubscription.__type"},{"id":3655,"kind":4194304,"name":"Relationship","url":"modules/entities_featured_tag.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3656,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Relationship"},{"id":3657,"kind":1024,"name":"id","url":"modules/entities_featured_tag.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Relationship.__type"},{"id":3658,"kind":1024,"name":"following","url":"modules/entities_featured_tag.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Relationship.__type"},{"id":3659,"kind":1024,"name":"followed_by","url":"modules/entities_featured_tag.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Relationship.__type"},{"id":3660,"kind":1024,"name":"blocking","url":"modules/entities_featured_tag.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Relationship.__type"},{"id":3661,"kind":1024,"name":"muting","url":"modules/entities_featured_tag.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Relationship.__type"},{"id":3662,"kind":1024,"name":"muting_notifications","url":"modules/entities_featured_tag.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Relationship.__type"},{"id":3663,"kind":1024,"name":"requested","url":"modules/entities_featured_tag.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Relationship.__type"},{"id":3664,"kind":1024,"name":"domain_blocking","url":"modules/entities_featured_tag.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Relationship.__type"},{"id":3665,"kind":1024,"name":"showing_reblogs","url":"modules/entities_featured_tag.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Relationship.__type"},{"id":3666,"kind":1024,"name":"endorsed","url":"modules/entities_featured_tag.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Relationship.__type"},{"id":3667,"kind":4194304,"name":"Report","url":"modules/entities_featured_tag.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3668,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Report"},{"id":3669,"kind":1024,"name":"id","url":"modules/entities_featured_tag.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Report.__type"},{"id":3670,"kind":1024,"name":"action_taken","url":"modules/entities_featured_tag.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Report.__type"},{"id":3671,"kind":1024,"name":"comment","url":"modules/entities_featured_tag.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Report.__type"},{"id":3672,"kind":1024,"name":"account_id","url":"modules/entities_featured_tag.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Report.__type"},{"id":3673,"kind":1024,"name":"status_ids","url":"modules/entities_featured_tag.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Report.__type"},{"id":3674,"kind":4194304,"name":"Results","url":"modules/entities_featured_tag.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3675,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Results"},{"id":3676,"kind":1024,"name":"accounts","url":"modules/entities_featured_tag.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Results.__type"},{"id":3677,"kind":1024,"name":"statuses","url":"modules/entities_featured_tag.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Results.__type"},{"id":3678,"kind":1024,"name":"hashtags","url":"modules/entities_featured_tag.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Results.__type"},{"id":3679,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_featured_tag.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3680,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.ScheduledStatus"},{"id":3681,"kind":1024,"name":"id","url":"modules/entities_featured_tag.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.ScheduledStatus.__type"},{"id":3682,"kind":1024,"name":"scheduled_at","url":"modules/entities_featured_tag.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.ScheduledStatus.__type"},{"id":3683,"kind":1024,"name":"params","url":"modules/entities_featured_tag.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.ScheduledStatus.__type"},{"id":3684,"kind":1024,"name":"media_attachments","url":"modules/entities_featured_tag.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.ScheduledStatus.__type"},{"id":3685,"kind":4194304,"name":"StatusParams","url":"modules/entities_featured_tag.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3686,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.StatusParams"},{"id":3687,"kind":1024,"name":"text","url":"modules/entities_featured_tag.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.StatusParams.__type"},{"id":3688,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_featured_tag.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.StatusParams.__type"},{"id":3689,"kind":1024,"name":"media_ids","url":"modules/entities_featured_tag.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.StatusParams.__type"},{"id":3690,"kind":1024,"name":"sensitive","url":"modules/entities_featured_tag.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.StatusParams.__type"},{"id":3691,"kind":1024,"name":"spoiler_text","url":"modules/entities_featured_tag.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.StatusParams.__type"},{"id":3692,"kind":1024,"name":"visibility","url":"modules/entities_featured_tag.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.StatusParams.__type"},{"id":3693,"kind":1024,"name":"scheduled_at","url":"modules/entities_featured_tag.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.StatusParams.__type"},{"id":3694,"kind":1024,"name":"application_id","url":"modules/entities_featured_tag.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.StatusParams.__type"},{"id":3695,"kind":4194304,"name":"Token","url":"modules/entities_featured_tag.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/featured_tag.Entity"},{"id":3696,"kind":65536,"name":"__type","url":"modules/entities_featured_tag.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/featured_tag.Entity.Token"},{"id":3697,"kind":1024,"name":"access_token","url":"modules/entities_featured_tag.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Token.__type"},{"id":3698,"kind":1024,"name":"token_type","url":"modules/entities_featured_tag.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Token.__type"},{"id":3699,"kind":1024,"name":"scope","url":"modules/entities_featured_tag.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Token.__type"},{"id":3700,"kind":1024,"name":"created_at","url":"modules/entities_featured_tag.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/featured_tag.Entity.Token.__type"},{"id":3701,"kind":2,"name":"Entity","url":"modules/entities_field.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/field"},{"id":3702,"kind":4194304,"name":"Emoji","url":"modules/entities_field.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3703,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Emoji"},{"id":3704,"kind":1024,"name":"shortcode","url":"modules/entities_field.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Emoji.__type"},{"id":3705,"kind":1024,"name":"static_url","url":"modules/entities_field.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Emoji.__type"},{"id":3706,"kind":1024,"name":"url","url":"modules/entities_field.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Emoji.__type"},{"id":3707,"kind":1024,"name":"visible_in_picker","url":"modules/entities_field.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Emoji.__type"},{"id":3708,"kind":4194304,"name":"Source","url":"modules/entities_field.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3709,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Source"},{"id":3710,"kind":1024,"name":"privacy","url":"modules/entities_field.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Source.__type"},{"id":3711,"kind":1024,"name":"sensitive","url":"modules/entities_field.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Source.__type"},{"id":3712,"kind":1024,"name":"language","url":"modules/entities_field.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Source.__type"},{"id":3713,"kind":1024,"name":"note","url":"modules/entities_field.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Source.__type"},{"id":3714,"kind":1024,"name":"fields","url":"modules/entities_field.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Source.__type"},{"id":3715,"kind":4194304,"name":"Account","url":"modules/entities_field.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3716,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Account"},{"id":3717,"kind":1024,"name":"id","url":"modules/entities_field.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Account.__type"},{"id":3718,"kind":1024,"name":"username","url":"modules/entities_field.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Account.__type"},{"id":3719,"kind":1024,"name":"acct","url":"modules/entities_field.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Account.__type"},{"id":3720,"kind":1024,"name":"display_name","url":"modules/entities_field.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Account.__type"},{"id":3721,"kind":1024,"name":"locked","url":"modules/entities_field.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Account.__type"},{"id":3722,"kind":1024,"name":"created_at","url":"modules/entities_field.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Account.__type"},{"id":3723,"kind":1024,"name":"followers_count","url":"modules/entities_field.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Account.__type"},{"id":3724,"kind":1024,"name":"following_count","url":"modules/entities_field.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Account.__type"},{"id":3725,"kind":1024,"name":"statuses_count","url":"modules/entities_field.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Account.__type"},{"id":3726,"kind":1024,"name":"note","url":"modules/entities_field.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Account.__type"},{"id":3727,"kind":1024,"name":"url","url":"modules/entities_field.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Account.__type"},{"id":3728,"kind":1024,"name":"avatar","url":"modules/entities_field.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Account.__type"},{"id":3729,"kind":1024,"name":"avatar_static","url":"modules/entities_field.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Account.__type"},{"id":3730,"kind":1024,"name":"header","url":"modules/entities_field.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Account.__type"},{"id":3731,"kind":1024,"name":"header_static","url":"modules/entities_field.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Account.__type"},{"id":3732,"kind":1024,"name":"emojis","url":"modules/entities_field.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Account.__type"},{"id":3733,"kind":1024,"name":"moved","url":"modules/entities_field.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Account.__type"},{"id":3734,"kind":1024,"name":"fields","url":"modules/entities_field.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Account.__type"},{"id":3735,"kind":1024,"name":"bot","url":"modules/entities_field.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Account.__type"},{"id":3736,"kind":1024,"name":"source","url":"modules/entities_field.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Account.__type"},{"id":3737,"kind":4194304,"name":"Activity","url":"modules/entities_field.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3738,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Activity"},{"id":3739,"kind":1024,"name":"week","url":"modules/entities_field.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Activity.__type"},{"id":3740,"kind":1024,"name":"statuses","url":"modules/entities_field.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Activity.__type"},{"id":3741,"kind":1024,"name":"logins","url":"modules/entities_field.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Activity.__type"},{"id":3742,"kind":1024,"name":"registrations","url":"modules/entities_field.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Activity.__type"},{"id":3743,"kind":4194304,"name":"Application","url":"modules/entities_field.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3744,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Application"},{"id":3745,"kind":1024,"name":"name","url":"modules/entities_field.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Application.__type"},{"id":3746,"kind":1024,"name":"website","url":"modules/entities_field.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Application.__type"},{"id":3747,"kind":1024,"name":"vapid_key","url":"modules/entities_field.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Application.__type"},{"id":3748,"kind":4194304,"name":"Attachment","url":"modules/entities_field.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3749,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Attachment"},{"id":3750,"kind":1024,"name":"id","url":"modules/entities_field.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Attachment.__type"},{"id":3751,"kind":1024,"name":"type","url":"modules/entities_field.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Attachment.__type"},{"id":3752,"kind":1024,"name":"url","url":"modules/entities_field.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Attachment.__type"},{"id":3753,"kind":1024,"name":"remote_url","url":"modules/entities_field.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Attachment.__type"},{"id":3754,"kind":1024,"name":"preview_url","url":"modules/entities_field.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Attachment.__type"},{"id":3755,"kind":1024,"name":"text_url","url":"modules/entities_field.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Attachment.__type"},{"id":3756,"kind":1024,"name":"meta","url":"modules/entities_field.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Attachment.__type"},{"id":3757,"kind":1024,"name":"description","url":"modules/entities_field.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Attachment.__type"},{"id":3758,"kind":4194304,"name":"Card","url":"modules/entities_field.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3759,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Card"},{"id":3760,"kind":1024,"name":"url","url":"modules/entities_field.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Card.__type"},{"id":3761,"kind":1024,"name":"title","url":"modules/entities_field.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Card.__type"},{"id":3762,"kind":1024,"name":"description","url":"modules/entities_field.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Card.__type"},{"id":3763,"kind":1024,"name":"type","url":"modules/entities_field.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Card.__type"},{"id":3764,"kind":1024,"name":"image","url":"modules/entities_field.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Card.__type"},{"id":3765,"kind":1024,"name":"author_name","url":"modules/entities_field.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Card.__type"},{"id":3766,"kind":1024,"name":"author_url","url":"modules/entities_field.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Card.__type"},{"id":3767,"kind":1024,"name":"provider_name","url":"modules/entities_field.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Card.__type"},{"id":3768,"kind":1024,"name":"provider_url","url":"modules/entities_field.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Card.__type"},{"id":3769,"kind":1024,"name":"html","url":"modules/entities_field.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Card.__type"},{"id":3770,"kind":1024,"name":"width","url":"modules/entities_field.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Card.__type"},{"id":3771,"kind":1024,"name":"height","url":"modules/entities_field.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Card.__type"},{"id":3772,"kind":4194304,"name":"Mention","url":"modules/entities_field.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3773,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Mention"},{"id":3774,"kind":1024,"name":"id","url":"modules/entities_field.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Mention.__type"},{"id":3775,"kind":1024,"name":"username","url":"modules/entities_field.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Mention.__type"},{"id":3776,"kind":1024,"name":"url","url":"modules/entities_field.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Mention.__type"},{"id":3777,"kind":1024,"name":"acct","url":"modules/entities_field.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Mention.__type"},{"id":3778,"kind":4194304,"name":"History","url":"modules/entities_field.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3779,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.History"},{"id":3780,"kind":1024,"name":"day","url":"modules/entities_field.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.History.__type"},{"id":3781,"kind":1024,"name":"uses","url":"modules/entities_field.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.History.__type"},{"id":3782,"kind":1024,"name":"accounts","url":"modules/entities_field.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.History.__type"},{"id":3783,"kind":4194304,"name":"Tag","url":"modules/entities_field.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3784,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Tag"},{"id":3785,"kind":1024,"name":"name","url":"modules/entities_field.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Tag.__type"},{"id":3786,"kind":1024,"name":"url","url":"modules/entities_field.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Tag.__type"},{"id":3787,"kind":1024,"name":"history","url":"modules/entities_field.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Tag.__type"},{"id":3788,"kind":4194304,"name":"PollOption","url":"modules/entities_field.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3789,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.PollOption"},{"id":3790,"kind":1024,"name":"title","url":"modules/entities_field.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.PollOption.__type"},{"id":3791,"kind":1024,"name":"votes_count","url":"modules/entities_field.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.PollOption.__type"},{"id":3792,"kind":4194304,"name":"Poll","url":"modules/entities_field.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3793,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Poll"},{"id":3794,"kind":1024,"name":"id","url":"modules/entities_field.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Poll.__type"},{"id":3795,"kind":1024,"name":"expires_at","url":"modules/entities_field.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Poll.__type"},{"id":3796,"kind":1024,"name":"expired","url":"modules/entities_field.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Poll.__type"},{"id":3797,"kind":1024,"name":"multiple","url":"modules/entities_field.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Poll.__type"},{"id":3798,"kind":1024,"name":"votes_count","url":"modules/entities_field.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Poll.__type"},{"id":3799,"kind":1024,"name":"options","url":"modules/entities_field.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Poll.__type"},{"id":3800,"kind":1024,"name":"voted","url":"modules/entities_field.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Poll.__type"},{"id":3801,"kind":4194304,"name":"Reaction","url":"modules/entities_field.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3802,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Reaction"},{"id":3803,"kind":1024,"name":"count","url":"modules/entities_field.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Reaction.__type"},{"id":3804,"kind":1024,"name":"me","url":"modules/entities_field.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Reaction.__type"},{"id":3805,"kind":1024,"name":"name","url":"modules/entities_field.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Reaction.__type"},{"id":3806,"kind":1024,"name":"accounts","url":"modules/entities_field.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Reaction.__type"},{"id":3807,"kind":4194304,"name":"Status","url":"modules/entities_field.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3808,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Status"},{"id":3809,"kind":1024,"name":"id","url":"modules/entities_field.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3810,"kind":1024,"name":"uri","url":"modules/entities_field.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3811,"kind":1024,"name":"url","url":"modules/entities_field.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3812,"kind":1024,"name":"account","url":"modules/entities_field.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3813,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_field.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3814,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_field.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3815,"kind":1024,"name":"reblog","url":"modules/entities_field.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3816,"kind":1024,"name":"content","url":"modules/entities_field.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3817,"kind":1024,"name":"created_at","url":"modules/entities_field.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3818,"kind":1024,"name":"emojis","url":"modules/entities_field.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3819,"kind":1024,"name":"replies_count","url":"modules/entities_field.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3820,"kind":1024,"name":"reblogs_count","url":"modules/entities_field.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3821,"kind":1024,"name":"favourites_count","url":"modules/entities_field.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3822,"kind":1024,"name":"reblogged","url":"modules/entities_field.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3823,"kind":1024,"name":"favourited","url":"modules/entities_field.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3824,"kind":1024,"name":"muted","url":"modules/entities_field.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3825,"kind":1024,"name":"sensitive","url":"modules/entities_field.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3826,"kind":1024,"name":"spoiler_text","url":"modules/entities_field.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3827,"kind":1024,"name":"visibility","url":"modules/entities_field.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3828,"kind":1024,"name":"media_attachments","url":"modules/entities_field.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3829,"kind":1024,"name":"mentions","url":"modules/entities_field.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3830,"kind":1024,"name":"tags","url":"modules/entities_field.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3831,"kind":1024,"name":"card","url":"modules/entities_field.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3832,"kind":1024,"name":"poll","url":"modules/entities_field.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3833,"kind":1024,"name":"application","url":"modules/entities_field.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3834,"kind":1024,"name":"language","url":"modules/entities_field.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3835,"kind":1024,"name":"pinned","url":"modules/entities_field.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3836,"kind":1024,"name":"emoji_reactions","url":"modules/entities_field.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3837,"kind":1024,"name":"quote","url":"modules/entities_field.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3838,"kind":1024,"name":"bookmarked","url":"modules/entities_field.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Status.__type"},{"id":3839,"kind":4194304,"name":"Context","url":"modules/entities_field.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3840,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Context"},{"id":3841,"kind":1024,"name":"ancestors","url":"modules/entities_field.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Context.__type"},{"id":3842,"kind":1024,"name":"descendants","url":"modules/entities_field.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Context.__type"},{"id":3843,"kind":4194304,"name":"Conversation","url":"modules/entities_field.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3844,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Conversation"},{"id":3845,"kind":1024,"name":"id","url":"modules/entities_field.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Conversation.__type"},{"id":3846,"kind":1024,"name":"accounts","url":"modules/entities_field.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Conversation.__type"},{"id":3847,"kind":1024,"name":"last_status","url":"modules/entities_field.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Conversation.__type"},{"id":3848,"kind":1024,"name":"unread","url":"modules/entities_field.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Conversation.__type"},{"id":3849,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_field.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3850,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.FeaturedTag"},{"id":3851,"kind":1024,"name":"id","url":"modules/entities_field.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.FeaturedTag.__type"},{"id":3852,"kind":1024,"name":"name","url":"modules/entities_field.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.FeaturedTag.__type"},{"id":3853,"kind":1024,"name":"statuses_count","url":"modules/entities_field.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.FeaturedTag.__type"},{"id":3854,"kind":1024,"name":"last_status_at","url":"modules/entities_field.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.FeaturedTag.__type"},{"id":3855,"kind":4194304,"name":"Field","url":"modules/entities_field.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3856,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Field"},{"id":3857,"kind":1024,"name":"name","url":"modules/entities_field.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Field.__type"},{"id":3858,"kind":1024,"name":"value","url":"modules/entities_field.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Field.__type"},{"id":3859,"kind":1024,"name":"verified_at","url":"modules/entities_field.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Field.__type"},{"id":3860,"kind":4194304,"name":"Filter","url":"modules/entities_field.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3861,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Filter"},{"id":3862,"kind":1024,"name":"id","url":"modules/entities_field.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Filter.__type"},{"id":3863,"kind":1024,"name":"phrase","url":"modules/entities_field.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Filter.__type"},{"id":3864,"kind":1024,"name":"context","url":"modules/entities_field.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Filter.__type"},{"id":3865,"kind":1024,"name":"expires_at","url":"modules/entities_field.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Filter.__type"},{"id":3866,"kind":1024,"name":"irreversible","url":"modules/entities_field.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Filter.__type"},{"id":3867,"kind":1024,"name":"whole_word","url":"modules/entities_field.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Filter.__type"},{"id":3868,"kind":4194304,"name":"IdentityProof","url":"modules/entities_field.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3869,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.IdentityProof"},{"id":3870,"kind":1024,"name":"provider","url":"modules/entities_field.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.IdentityProof.__type"},{"id":3871,"kind":1024,"name":"provider_username","url":"modules/entities_field.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.IdentityProof.__type"},{"id":3872,"kind":1024,"name":"updated_at","url":"modules/entities_field.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.IdentityProof.__type"},{"id":3873,"kind":1024,"name":"proof_url","url":"modules/entities_field.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.IdentityProof.__type"},{"id":3874,"kind":1024,"name":"profile_url","url":"modules/entities_field.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.IdentityProof.__type"},{"id":3875,"kind":4194304,"name":"URLs","url":"modules/entities_field.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3876,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.URLs"},{"id":3877,"kind":1024,"name":"streaming_api","url":"modules/entities_field.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.URLs.__type"},{"id":3878,"kind":4194304,"name":"Stats","url":"modules/entities_field.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3879,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Stats"},{"id":3880,"kind":1024,"name":"user_count","url":"modules/entities_field.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Stats.__type"},{"id":3881,"kind":1024,"name":"status_count","url":"modules/entities_field.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Stats.__type"},{"id":3882,"kind":1024,"name":"domain_count","url":"modules/entities_field.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Stats.__type"},{"id":3883,"kind":4194304,"name":"Instance","url":"modules/entities_field.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3884,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Instance"},{"id":3885,"kind":1024,"name":"uri","url":"modules/entities_field.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Instance.__type"},{"id":3886,"kind":1024,"name":"title","url":"modules/entities_field.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Instance.__type"},{"id":3887,"kind":1024,"name":"description","url":"modules/entities_field.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Instance.__type"},{"id":3888,"kind":1024,"name":"email","url":"modules/entities_field.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Instance.__type"},{"id":3889,"kind":1024,"name":"version","url":"modules/entities_field.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Instance.__type"},{"id":3890,"kind":1024,"name":"thumbnail","url":"modules/entities_field.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Instance.__type"},{"id":3891,"kind":1024,"name":"urls","url":"modules/entities_field.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Instance.__type"},{"id":3892,"kind":1024,"name":"stats","url":"modules/entities_field.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Instance.__type"},{"id":3893,"kind":1024,"name":"languages","url":"modules/entities_field.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Instance.__type"},{"id":3894,"kind":1024,"name":"contact_account","url":"modules/entities_field.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Instance.__type"},{"id":3895,"kind":1024,"name":"max_toot_chars","url":"modules/entities_field.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Instance.__type"},{"id":3896,"kind":1024,"name":"registrations","url":"modules/entities_field.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Instance.__type"},{"id":3897,"kind":4194304,"name":"List","url":"modules/entities_field.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3898,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.List"},{"id":3899,"kind":1024,"name":"id","url":"modules/entities_field.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.List.__type"},{"id":3900,"kind":1024,"name":"title","url":"modules/entities_field.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.List.__type"},{"id":3901,"kind":4194304,"name":"Marker","url":"modules/entities_field.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3902,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Marker"},{"id":3903,"kind":1024,"name":"home","url":"modules/entities_field.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Marker.__type"},{"id":3904,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/field.Entity.Marker.__type"},{"id":3905,"kind":1024,"name":"last_read_id","url":"modules/entities_field.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Marker.__type.__type"},{"id":3906,"kind":1024,"name":"version","url":"modules/entities_field.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Marker.__type.__type"},{"id":3907,"kind":1024,"name":"updated_at","url":"modules/entities_field.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Marker.__type.__type"},{"id":3908,"kind":1024,"name":"notifications","url":"modules/entities_field.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Marker.__type"},{"id":3909,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/field.Entity.Marker.__type"},{"id":3910,"kind":1024,"name":"last_read_id","url":"modules/entities_field.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Marker.__type.__type"},{"id":3911,"kind":1024,"name":"version","url":"modules/entities_field.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Marker.__type.__type"},{"id":3912,"kind":1024,"name":"updated_at","url":"modules/entities_field.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Marker.__type.__type"},{"id":3913,"kind":4194304,"name":"Notification","url":"modules/entities_field.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3914,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Notification"},{"id":3915,"kind":1024,"name":"account","url":"modules/entities_field.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Notification.__type"},{"id":3916,"kind":1024,"name":"created_at","url":"modules/entities_field.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Notification.__type"},{"id":3917,"kind":1024,"name":"id","url":"modules/entities_field.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Notification.__type"},{"id":3918,"kind":1024,"name":"status","url":"modules/entities_field.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Notification.__type"},{"id":3919,"kind":1024,"name":"emoji","url":"modules/entities_field.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Notification.__type"},{"id":3920,"kind":1024,"name":"type","url":"modules/entities_field.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Notification.__type"},{"id":3921,"kind":4194304,"name":"NotificationType","url":"modules/entities_field.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3922,"kind":4194304,"name":"Preferences","url":"modules/entities_field.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3923,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Preferences"},{"id":3924,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_field.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Preferences.__type"},{"id":3925,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_field.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Preferences.__type"},{"id":3926,"kind":1024,"name":"posting:default:language","url":"modules/entities_field.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Preferences.__type"},{"id":3927,"kind":1024,"name":"reading:expand:media","url":"modules/entities_field.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Preferences.__type"},{"id":3928,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_field.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Preferences.__type"},{"id":3929,"kind":4194304,"name":"PushSubscription","url":"modules/entities_field.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3930,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.PushSubscription"},{"id":3931,"kind":1024,"name":"id","url":"modules/entities_field.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.PushSubscription.__type"},{"id":3932,"kind":1024,"name":"endpoint","url":"modules/entities_field.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.PushSubscription.__type"},{"id":3933,"kind":1024,"name":"server_key","url":"modules/entities_field.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.PushSubscription.__type"},{"id":3934,"kind":1024,"name":"alerts","url":"modules/entities_field.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.PushSubscription.__type"},{"id":3935,"kind":4194304,"name":"Relationship","url":"modules/entities_field.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3936,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Relationship"},{"id":3937,"kind":1024,"name":"id","url":"modules/entities_field.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Relationship.__type"},{"id":3938,"kind":1024,"name":"following","url":"modules/entities_field.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Relationship.__type"},{"id":3939,"kind":1024,"name":"followed_by","url":"modules/entities_field.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Relationship.__type"},{"id":3940,"kind":1024,"name":"blocking","url":"modules/entities_field.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Relationship.__type"},{"id":3941,"kind":1024,"name":"muting","url":"modules/entities_field.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Relationship.__type"},{"id":3942,"kind":1024,"name":"muting_notifications","url":"modules/entities_field.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Relationship.__type"},{"id":3943,"kind":1024,"name":"requested","url":"modules/entities_field.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Relationship.__type"},{"id":3944,"kind":1024,"name":"domain_blocking","url":"modules/entities_field.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Relationship.__type"},{"id":3945,"kind":1024,"name":"showing_reblogs","url":"modules/entities_field.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Relationship.__type"},{"id":3946,"kind":1024,"name":"endorsed","url":"modules/entities_field.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Relationship.__type"},{"id":3947,"kind":4194304,"name":"Report","url":"modules/entities_field.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3948,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Report"},{"id":3949,"kind":1024,"name":"id","url":"modules/entities_field.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Report.__type"},{"id":3950,"kind":1024,"name":"action_taken","url":"modules/entities_field.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Report.__type"},{"id":3951,"kind":1024,"name":"comment","url":"modules/entities_field.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Report.__type"},{"id":3952,"kind":1024,"name":"account_id","url":"modules/entities_field.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Report.__type"},{"id":3953,"kind":1024,"name":"status_ids","url":"modules/entities_field.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Report.__type"},{"id":3954,"kind":4194304,"name":"Results","url":"modules/entities_field.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3955,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Results"},{"id":3956,"kind":1024,"name":"accounts","url":"modules/entities_field.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Results.__type"},{"id":3957,"kind":1024,"name":"statuses","url":"modules/entities_field.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Results.__type"},{"id":3958,"kind":1024,"name":"hashtags","url":"modules/entities_field.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Results.__type"},{"id":3959,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_field.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3960,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.ScheduledStatus"},{"id":3961,"kind":1024,"name":"id","url":"modules/entities_field.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.ScheduledStatus.__type"},{"id":3962,"kind":1024,"name":"scheduled_at","url":"modules/entities_field.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.ScheduledStatus.__type"},{"id":3963,"kind":1024,"name":"params","url":"modules/entities_field.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.ScheduledStatus.__type"},{"id":3964,"kind":1024,"name":"media_attachments","url":"modules/entities_field.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.ScheduledStatus.__type"},{"id":3965,"kind":4194304,"name":"StatusParams","url":"modules/entities_field.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3966,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.StatusParams"},{"id":3967,"kind":1024,"name":"text","url":"modules/entities_field.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.StatusParams.__type"},{"id":3968,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_field.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.StatusParams.__type"},{"id":3969,"kind":1024,"name":"media_ids","url":"modules/entities_field.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.StatusParams.__type"},{"id":3970,"kind":1024,"name":"sensitive","url":"modules/entities_field.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.StatusParams.__type"},{"id":3971,"kind":1024,"name":"spoiler_text","url":"modules/entities_field.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.StatusParams.__type"},{"id":3972,"kind":1024,"name":"visibility","url":"modules/entities_field.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.StatusParams.__type"},{"id":3973,"kind":1024,"name":"scheduled_at","url":"modules/entities_field.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.StatusParams.__type"},{"id":3974,"kind":1024,"name":"application_id","url":"modules/entities_field.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.StatusParams.__type"},{"id":3975,"kind":4194304,"name":"Token","url":"modules/entities_field.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/field.Entity"},{"id":3976,"kind":65536,"name":"__type","url":"modules/entities_field.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/field.Entity.Token"},{"id":3977,"kind":1024,"name":"access_token","url":"modules/entities_field.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Token.__type"},{"id":3978,"kind":1024,"name":"token_type","url":"modules/entities_field.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Token.__type"},{"id":3979,"kind":1024,"name":"scope","url":"modules/entities_field.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Token.__type"},{"id":3980,"kind":1024,"name":"created_at","url":"modules/entities_field.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/field.Entity.Token.__type"},{"id":3981,"kind":2,"name":"Entity","url":"modules/entities_filter.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/filter"},{"id":3982,"kind":4194304,"name":"Emoji","url":"modules/entities_filter.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":3983,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Emoji"},{"id":3984,"kind":1024,"name":"shortcode","url":"modules/entities_filter.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Emoji.__type"},{"id":3985,"kind":1024,"name":"static_url","url":"modules/entities_filter.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Emoji.__type"},{"id":3986,"kind":1024,"name":"url","url":"modules/entities_filter.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Emoji.__type"},{"id":3987,"kind":1024,"name":"visible_in_picker","url":"modules/entities_filter.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Emoji.__type"},{"id":3988,"kind":4194304,"name":"Source","url":"modules/entities_filter.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":3989,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Source"},{"id":3990,"kind":1024,"name":"privacy","url":"modules/entities_filter.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Source.__type"},{"id":3991,"kind":1024,"name":"sensitive","url":"modules/entities_filter.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Source.__type"},{"id":3992,"kind":1024,"name":"language","url":"modules/entities_filter.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Source.__type"},{"id":3993,"kind":1024,"name":"note","url":"modules/entities_filter.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Source.__type"},{"id":3994,"kind":1024,"name":"fields","url":"modules/entities_filter.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Source.__type"},{"id":3995,"kind":4194304,"name":"Account","url":"modules/entities_filter.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":3996,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Account"},{"id":3997,"kind":1024,"name":"id","url":"modules/entities_filter.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Account.__type"},{"id":3998,"kind":1024,"name":"username","url":"modules/entities_filter.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Account.__type"},{"id":3999,"kind":1024,"name":"acct","url":"modules/entities_filter.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Account.__type"},{"id":4000,"kind":1024,"name":"display_name","url":"modules/entities_filter.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Account.__type"},{"id":4001,"kind":1024,"name":"locked","url":"modules/entities_filter.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Account.__type"},{"id":4002,"kind":1024,"name":"created_at","url":"modules/entities_filter.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Account.__type"},{"id":4003,"kind":1024,"name":"followers_count","url":"modules/entities_filter.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Account.__type"},{"id":4004,"kind":1024,"name":"following_count","url":"modules/entities_filter.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Account.__type"},{"id":4005,"kind":1024,"name":"statuses_count","url":"modules/entities_filter.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Account.__type"},{"id":4006,"kind":1024,"name":"note","url":"modules/entities_filter.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Account.__type"},{"id":4007,"kind":1024,"name":"url","url":"modules/entities_filter.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Account.__type"},{"id":4008,"kind":1024,"name":"avatar","url":"modules/entities_filter.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Account.__type"},{"id":4009,"kind":1024,"name":"avatar_static","url":"modules/entities_filter.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Account.__type"},{"id":4010,"kind":1024,"name":"header","url":"modules/entities_filter.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Account.__type"},{"id":4011,"kind":1024,"name":"header_static","url":"modules/entities_filter.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Account.__type"},{"id":4012,"kind":1024,"name":"emojis","url":"modules/entities_filter.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Account.__type"},{"id":4013,"kind":1024,"name":"moved","url":"modules/entities_filter.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Account.__type"},{"id":4014,"kind":1024,"name":"fields","url":"modules/entities_filter.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Account.__type"},{"id":4015,"kind":1024,"name":"bot","url":"modules/entities_filter.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Account.__type"},{"id":4016,"kind":1024,"name":"source","url":"modules/entities_filter.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Account.__type"},{"id":4017,"kind":4194304,"name":"Activity","url":"modules/entities_filter.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4018,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Activity"},{"id":4019,"kind":1024,"name":"week","url":"modules/entities_filter.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Activity.__type"},{"id":4020,"kind":1024,"name":"statuses","url":"modules/entities_filter.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Activity.__type"},{"id":4021,"kind":1024,"name":"logins","url":"modules/entities_filter.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Activity.__type"},{"id":4022,"kind":1024,"name":"registrations","url":"modules/entities_filter.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Activity.__type"},{"id":4023,"kind":4194304,"name":"Application","url":"modules/entities_filter.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4024,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Application"},{"id":4025,"kind":1024,"name":"name","url":"modules/entities_filter.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Application.__type"},{"id":4026,"kind":1024,"name":"website","url":"modules/entities_filter.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Application.__type"},{"id":4027,"kind":1024,"name":"vapid_key","url":"modules/entities_filter.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Application.__type"},{"id":4028,"kind":4194304,"name":"Attachment","url":"modules/entities_filter.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4029,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Attachment"},{"id":4030,"kind":1024,"name":"id","url":"modules/entities_filter.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Attachment.__type"},{"id":4031,"kind":1024,"name":"type","url":"modules/entities_filter.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Attachment.__type"},{"id":4032,"kind":1024,"name":"url","url":"modules/entities_filter.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Attachment.__type"},{"id":4033,"kind":1024,"name":"remote_url","url":"modules/entities_filter.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Attachment.__type"},{"id":4034,"kind":1024,"name":"preview_url","url":"modules/entities_filter.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Attachment.__type"},{"id":4035,"kind":1024,"name":"text_url","url":"modules/entities_filter.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Attachment.__type"},{"id":4036,"kind":1024,"name":"meta","url":"modules/entities_filter.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Attachment.__type"},{"id":4037,"kind":1024,"name":"description","url":"modules/entities_filter.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Attachment.__type"},{"id":4038,"kind":4194304,"name":"Card","url":"modules/entities_filter.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4039,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Card"},{"id":4040,"kind":1024,"name":"url","url":"modules/entities_filter.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Card.__type"},{"id":4041,"kind":1024,"name":"title","url":"modules/entities_filter.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Card.__type"},{"id":4042,"kind":1024,"name":"description","url":"modules/entities_filter.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Card.__type"},{"id":4043,"kind":1024,"name":"type","url":"modules/entities_filter.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Card.__type"},{"id":4044,"kind":1024,"name":"image","url":"modules/entities_filter.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Card.__type"},{"id":4045,"kind":1024,"name":"author_name","url":"modules/entities_filter.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Card.__type"},{"id":4046,"kind":1024,"name":"author_url","url":"modules/entities_filter.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Card.__type"},{"id":4047,"kind":1024,"name":"provider_name","url":"modules/entities_filter.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Card.__type"},{"id":4048,"kind":1024,"name":"provider_url","url":"modules/entities_filter.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Card.__type"},{"id":4049,"kind":1024,"name":"html","url":"modules/entities_filter.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Card.__type"},{"id":4050,"kind":1024,"name":"width","url":"modules/entities_filter.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Card.__type"},{"id":4051,"kind":1024,"name":"height","url":"modules/entities_filter.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Card.__type"},{"id":4052,"kind":4194304,"name":"Mention","url":"modules/entities_filter.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4053,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Mention"},{"id":4054,"kind":1024,"name":"id","url":"modules/entities_filter.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Mention.__type"},{"id":4055,"kind":1024,"name":"username","url":"modules/entities_filter.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Mention.__type"},{"id":4056,"kind":1024,"name":"url","url":"modules/entities_filter.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Mention.__type"},{"id":4057,"kind":1024,"name":"acct","url":"modules/entities_filter.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Mention.__type"},{"id":4058,"kind":4194304,"name":"History","url":"modules/entities_filter.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4059,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.History"},{"id":4060,"kind":1024,"name":"day","url":"modules/entities_filter.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.History.__type"},{"id":4061,"kind":1024,"name":"uses","url":"modules/entities_filter.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.History.__type"},{"id":4062,"kind":1024,"name":"accounts","url":"modules/entities_filter.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.History.__type"},{"id":4063,"kind":4194304,"name":"Tag","url":"modules/entities_filter.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4064,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Tag"},{"id":4065,"kind":1024,"name":"name","url":"modules/entities_filter.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Tag.__type"},{"id":4066,"kind":1024,"name":"url","url":"modules/entities_filter.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Tag.__type"},{"id":4067,"kind":1024,"name":"history","url":"modules/entities_filter.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Tag.__type"},{"id":4068,"kind":4194304,"name":"PollOption","url":"modules/entities_filter.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4069,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.PollOption"},{"id":4070,"kind":1024,"name":"title","url":"modules/entities_filter.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.PollOption.__type"},{"id":4071,"kind":1024,"name":"votes_count","url":"modules/entities_filter.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.PollOption.__type"},{"id":4072,"kind":4194304,"name":"Poll","url":"modules/entities_filter.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4073,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Poll"},{"id":4074,"kind":1024,"name":"id","url":"modules/entities_filter.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Poll.__type"},{"id":4075,"kind":1024,"name":"expires_at","url":"modules/entities_filter.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Poll.__type"},{"id":4076,"kind":1024,"name":"expired","url":"modules/entities_filter.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Poll.__type"},{"id":4077,"kind":1024,"name":"multiple","url":"modules/entities_filter.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Poll.__type"},{"id":4078,"kind":1024,"name":"votes_count","url":"modules/entities_filter.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Poll.__type"},{"id":4079,"kind":1024,"name":"options","url":"modules/entities_filter.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Poll.__type"},{"id":4080,"kind":1024,"name":"voted","url":"modules/entities_filter.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Poll.__type"},{"id":4081,"kind":4194304,"name":"Reaction","url":"modules/entities_filter.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4082,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Reaction"},{"id":4083,"kind":1024,"name":"count","url":"modules/entities_filter.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Reaction.__type"},{"id":4084,"kind":1024,"name":"me","url":"modules/entities_filter.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Reaction.__type"},{"id":4085,"kind":1024,"name":"name","url":"modules/entities_filter.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Reaction.__type"},{"id":4086,"kind":1024,"name":"accounts","url":"modules/entities_filter.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Reaction.__type"},{"id":4087,"kind":4194304,"name":"Status","url":"modules/entities_filter.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4088,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Status"},{"id":4089,"kind":1024,"name":"id","url":"modules/entities_filter.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4090,"kind":1024,"name":"uri","url":"modules/entities_filter.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4091,"kind":1024,"name":"url","url":"modules/entities_filter.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4092,"kind":1024,"name":"account","url":"modules/entities_filter.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4093,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_filter.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4094,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_filter.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4095,"kind":1024,"name":"reblog","url":"modules/entities_filter.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4096,"kind":1024,"name":"content","url":"modules/entities_filter.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4097,"kind":1024,"name":"created_at","url":"modules/entities_filter.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4098,"kind":1024,"name":"emojis","url":"modules/entities_filter.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4099,"kind":1024,"name":"replies_count","url":"modules/entities_filter.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4100,"kind":1024,"name":"reblogs_count","url":"modules/entities_filter.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4101,"kind":1024,"name":"favourites_count","url":"modules/entities_filter.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4102,"kind":1024,"name":"reblogged","url":"modules/entities_filter.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4103,"kind":1024,"name":"favourited","url":"modules/entities_filter.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4104,"kind":1024,"name":"muted","url":"modules/entities_filter.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4105,"kind":1024,"name":"sensitive","url":"modules/entities_filter.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4106,"kind":1024,"name":"spoiler_text","url":"modules/entities_filter.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4107,"kind":1024,"name":"visibility","url":"modules/entities_filter.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4108,"kind":1024,"name":"media_attachments","url":"modules/entities_filter.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4109,"kind":1024,"name":"mentions","url":"modules/entities_filter.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4110,"kind":1024,"name":"tags","url":"modules/entities_filter.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4111,"kind":1024,"name":"card","url":"modules/entities_filter.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4112,"kind":1024,"name":"poll","url":"modules/entities_filter.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4113,"kind":1024,"name":"application","url":"modules/entities_filter.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4114,"kind":1024,"name":"language","url":"modules/entities_filter.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4115,"kind":1024,"name":"pinned","url":"modules/entities_filter.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4116,"kind":1024,"name":"emoji_reactions","url":"modules/entities_filter.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4117,"kind":1024,"name":"quote","url":"modules/entities_filter.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4118,"kind":1024,"name":"bookmarked","url":"modules/entities_filter.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Status.__type"},{"id":4119,"kind":4194304,"name":"Context","url":"modules/entities_filter.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4120,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Context"},{"id":4121,"kind":1024,"name":"ancestors","url":"modules/entities_filter.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Context.__type"},{"id":4122,"kind":1024,"name":"descendants","url":"modules/entities_filter.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Context.__type"},{"id":4123,"kind":4194304,"name":"Conversation","url":"modules/entities_filter.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4124,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Conversation"},{"id":4125,"kind":1024,"name":"id","url":"modules/entities_filter.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Conversation.__type"},{"id":4126,"kind":1024,"name":"accounts","url":"modules/entities_filter.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Conversation.__type"},{"id":4127,"kind":1024,"name":"last_status","url":"modules/entities_filter.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Conversation.__type"},{"id":4128,"kind":1024,"name":"unread","url":"modules/entities_filter.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Conversation.__type"},{"id":4129,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_filter.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4130,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.FeaturedTag"},{"id":4131,"kind":1024,"name":"id","url":"modules/entities_filter.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.FeaturedTag.__type"},{"id":4132,"kind":1024,"name":"name","url":"modules/entities_filter.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.FeaturedTag.__type"},{"id":4133,"kind":1024,"name":"statuses_count","url":"modules/entities_filter.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.FeaturedTag.__type"},{"id":4134,"kind":1024,"name":"last_status_at","url":"modules/entities_filter.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.FeaturedTag.__type"},{"id":4135,"kind":4194304,"name":"Field","url":"modules/entities_filter.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4136,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Field"},{"id":4137,"kind":1024,"name":"name","url":"modules/entities_filter.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Field.__type"},{"id":4138,"kind":1024,"name":"value","url":"modules/entities_filter.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Field.__type"},{"id":4139,"kind":1024,"name":"verified_at","url":"modules/entities_filter.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Field.__type"},{"id":4140,"kind":4194304,"name":"Filter","url":"modules/entities_filter.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4141,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Filter"},{"id":4142,"kind":1024,"name":"id","url":"modules/entities_filter.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Filter.__type"},{"id":4143,"kind":1024,"name":"phrase","url":"modules/entities_filter.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Filter.__type"},{"id":4144,"kind":1024,"name":"context","url":"modules/entities_filter.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Filter.__type"},{"id":4145,"kind":1024,"name":"expires_at","url":"modules/entities_filter.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Filter.__type"},{"id":4146,"kind":1024,"name":"irreversible","url":"modules/entities_filter.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Filter.__type"},{"id":4147,"kind":1024,"name":"whole_word","url":"modules/entities_filter.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Filter.__type"},{"id":4148,"kind":4194304,"name":"IdentityProof","url":"modules/entities_filter.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4149,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.IdentityProof"},{"id":4150,"kind":1024,"name":"provider","url":"modules/entities_filter.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.IdentityProof.__type"},{"id":4151,"kind":1024,"name":"provider_username","url":"modules/entities_filter.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.IdentityProof.__type"},{"id":4152,"kind":1024,"name":"updated_at","url":"modules/entities_filter.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.IdentityProof.__type"},{"id":4153,"kind":1024,"name":"proof_url","url":"modules/entities_filter.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.IdentityProof.__type"},{"id":4154,"kind":1024,"name":"profile_url","url":"modules/entities_filter.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.IdentityProof.__type"},{"id":4155,"kind":4194304,"name":"URLs","url":"modules/entities_filter.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4156,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.URLs"},{"id":4157,"kind":1024,"name":"streaming_api","url":"modules/entities_filter.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.URLs.__type"},{"id":4158,"kind":4194304,"name":"Stats","url":"modules/entities_filter.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4159,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Stats"},{"id":4160,"kind":1024,"name":"user_count","url":"modules/entities_filter.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Stats.__type"},{"id":4161,"kind":1024,"name":"status_count","url":"modules/entities_filter.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Stats.__type"},{"id":4162,"kind":1024,"name":"domain_count","url":"modules/entities_filter.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Stats.__type"},{"id":4163,"kind":4194304,"name":"Instance","url":"modules/entities_filter.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4164,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Instance"},{"id":4165,"kind":1024,"name":"uri","url":"modules/entities_filter.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Instance.__type"},{"id":4166,"kind":1024,"name":"title","url":"modules/entities_filter.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Instance.__type"},{"id":4167,"kind":1024,"name":"description","url":"modules/entities_filter.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Instance.__type"},{"id":4168,"kind":1024,"name":"email","url":"modules/entities_filter.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Instance.__type"},{"id":4169,"kind":1024,"name":"version","url":"modules/entities_filter.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Instance.__type"},{"id":4170,"kind":1024,"name":"thumbnail","url":"modules/entities_filter.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Instance.__type"},{"id":4171,"kind":1024,"name":"urls","url":"modules/entities_filter.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Instance.__type"},{"id":4172,"kind":1024,"name":"stats","url":"modules/entities_filter.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Instance.__type"},{"id":4173,"kind":1024,"name":"languages","url":"modules/entities_filter.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Instance.__type"},{"id":4174,"kind":1024,"name":"contact_account","url":"modules/entities_filter.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Instance.__type"},{"id":4175,"kind":1024,"name":"max_toot_chars","url":"modules/entities_filter.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Instance.__type"},{"id":4176,"kind":1024,"name":"registrations","url":"modules/entities_filter.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Instance.__type"},{"id":4177,"kind":4194304,"name":"List","url":"modules/entities_filter.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4178,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.List"},{"id":4179,"kind":1024,"name":"id","url":"modules/entities_filter.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.List.__type"},{"id":4180,"kind":1024,"name":"title","url":"modules/entities_filter.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.List.__type"},{"id":4181,"kind":4194304,"name":"Marker","url":"modules/entities_filter.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4182,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Marker"},{"id":4183,"kind":1024,"name":"home","url":"modules/entities_filter.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Marker.__type"},{"id":4184,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Marker.__type"},{"id":4185,"kind":1024,"name":"last_read_id","url":"modules/entities_filter.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Marker.__type.__type"},{"id":4186,"kind":1024,"name":"version","url":"modules/entities_filter.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Marker.__type.__type"},{"id":4187,"kind":1024,"name":"updated_at","url":"modules/entities_filter.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Marker.__type.__type"},{"id":4188,"kind":1024,"name":"notifications","url":"modules/entities_filter.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Marker.__type"},{"id":4189,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Marker.__type"},{"id":4190,"kind":1024,"name":"last_read_id","url":"modules/entities_filter.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Marker.__type.__type"},{"id":4191,"kind":1024,"name":"version","url":"modules/entities_filter.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Marker.__type.__type"},{"id":4192,"kind":1024,"name":"updated_at","url":"modules/entities_filter.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Marker.__type.__type"},{"id":4193,"kind":4194304,"name":"Notification","url":"modules/entities_filter.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4194,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Notification"},{"id":4195,"kind":1024,"name":"account","url":"modules/entities_filter.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Notification.__type"},{"id":4196,"kind":1024,"name":"created_at","url":"modules/entities_filter.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Notification.__type"},{"id":4197,"kind":1024,"name":"id","url":"modules/entities_filter.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Notification.__type"},{"id":4198,"kind":1024,"name":"status","url":"modules/entities_filter.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Notification.__type"},{"id":4199,"kind":1024,"name":"emoji","url":"modules/entities_filter.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Notification.__type"},{"id":4200,"kind":1024,"name":"type","url":"modules/entities_filter.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Notification.__type"},{"id":4201,"kind":4194304,"name":"NotificationType","url":"modules/entities_filter.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4202,"kind":4194304,"name":"Preferences","url":"modules/entities_filter.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4203,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Preferences"},{"id":4204,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_filter.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Preferences.__type"},{"id":4205,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_filter.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Preferences.__type"},{"id":4206,"kind":1024,"name":"posting:default:language","url":"modules/entities_filter.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Preferences.__type"},{"id":4207,"kind":1024,"name":"reading:expand:media","url":"modules/entities_filter.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Preferences.__type"},{"id":4208,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_filter.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Preferences.__type"},{"id":4209,"kind":4194304,"name":"PushSubscription","url":"modules/entities_filter.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4210,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.PushSubscription"},{"id":4211,"kind":1024,"name":"id","url":"modules/entities_filter.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.PushSubscription.__type"},{"id":4212,"kind":1024,"name":"endpoint","url":"modules/entities_filter.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.PushSubscription.__type"},{"id":4213,"kind":1024,"name":"server_key","url":"modules/entities_filter.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.PushSubscription.__type"},{"id":4214,"kind":1024,"name":"alerts","url":"modules/entities_filter.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.PushSubscription.__type"},{"id":4215,"kind":4194304,"name":"Relationship","url":"modules/entities_filter.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4216,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Relationship"},{"id":4217,"kind":1024,"name":"id","url":"modules/entities_filter.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Relationship.__type"},{"id":4218,"kind":1024,"name":"following","url":"modules/entities_filter.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Relationship.__type"},{"id":4219,"kind":1024,"name":"followed_by","url":"modules/entities_filter.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Relationship.__type"},{"id":4220,"kind":1024,"name":"blocking","url":"modules/entities_filter.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Relationship.__type"},{"id":4221,"kind":1024,"name":"muting","url":"modules/entities_filter.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Relationship.__type"},{"id":4222,"kind":1024,"name":"muting_notifications","url":"modules/entities_filter.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Relationship.__type"},{"id":4223,"kind":1024,"name":"requested","url":"modules/entities_filter.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Relationship.__type"},{"id":4224,"kind":1024,"name":"domain_blocking","url":"modules/entities_filter.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Relationship.__type"},{"id":4225,"kind":1024,"name":"showing_reblogs","url":"modules/entities_filter.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Relationship.__type"},{"id":4226,"kind":1024,"name":"endorsed","url":"modules/entities_filter.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Relationship.__type"},{"id":4227,"kind":4194304,"name":"Report","url":"modules/entities_filter.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4228,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Report"},{"id":4229,"kind":1024,"name":"id","url":"modules/entities_filter.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Report.__type"},{"id":4230,"kind":1024,"name":"action_taken","url":"modules/entities_filter.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Report.__type"},{"id":4231,"kind":1024,"name":"comment","url":"modules/entities_filter.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Report.__type"},{"id":4232,"kind":1024,"name":"account_id","url":"modules/entities_filter.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Report.__type"},{"id":4233,"kind":1024,"name":"status_ids","url":"modules/entities_filter.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Report.__type"},{"id":4234,"kind":4194304,"name":"Results","url":"modules/entities_filter.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4235,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Results"},{"id":4236,"kind":1024,"name":"accounts","url":"modules/entities_filter.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Results.__type"},{"id":4237,"kind":1024,"name":"statuses","url":"modules/entities_filter.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Results.__type"},{"id":4238,"kind":1024,"name":"hashtags","url":"modules/entities_filter.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Results.__type"},{"id":4239,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_filter.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4240,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.ScheduledStatus"},{"id":4241,"kind":1024,"name":"id","url":"modules/entities_filter.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.ScheduledStatus.__type"},{"id":4242,"kind":1024,"name":"scheduled_at","url":"modules/entities_filter.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.ScheduledStatus.__type"},{"id":4243,"kind":1024,"name":"params","url":"modules/entities_filter.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.ScheduledStatus.__type"},{"id":4244,"kind":1024,"name":"media_attachments","url":"modules/entities_filter.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.ScheduledStatus.__type"},{"id":4245,"kind":4194304,"name":"StatusParams","url":"modules/entities_filter.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4246,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.StatusParams"},{"id":4247,"kind":1024,"name":"text","url":"modules/entities_filter.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.StatusParams.__type"},{"id":4248,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_filter.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.StatusParams.__type"},{"id":4249,"kind":1024,"name":"media_ids","url":"modules/entities_filter.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.StatusParams.__type"},{"id":4250,"kind":1024,"name":"sensitive","url":"modules/entities_filter.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.StatusParams.__type"},{"id":4251,"kind":1024,"name":"spoiler_text","url":"modules/entities_filter.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.StatusParams.__type"},{"id":4252,"kind":1024,"name":"visibility","url":"modules/entities_filter.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.StatusParams.__type"},{"id":4253,"kind":1024,"name":"scheduled_at","url":"modules/entities_filter.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.StatusParams.__type"},{"id":4254,"kind":1024,"name":"application_id","url":"modules/entities_filter.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.StatusParams.__type"},{"id":4255,"kind":4194304,"name":"Token","url":"modules/entities_filter.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/filter.Entity"},{"id":4256,"kind":65536,"name":"__type","url":"modules/entities_filter.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/filter.Entity.Token"},{"id":4257,"kind":1024,"name":"access_token","url":"modules/entities_filter.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Token.__type"},{"id":4258,"kind":1024,"name":"token_type","url":"modules/entities_filter.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Token.__type"},{"id":4259,"kind":1024,"name":"scope","url":"modules/entities_filter.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Token.__type"},{"id":4260,"kind":1024,"name":"created_at","url":"modules/entities_filter.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/filter.Entity.Token.__type"},{"id":4261,"kind":2,"name":"Entity","url":"modules/entities_history.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/history"},{"id":4262,"kind":4194304,"name":"Emoji","url":"modules/entities_history.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4263,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Emoji"},{"id":4264,"kind":1024,"name":"shortcode","url":"modules/entities_history.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Emoji.__type"},{"id":4265,"kind":1024,"name":"static_url","url":"modules/entities_history.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Emoji.__type"},{"id":4266,"kind":1024,"name":"url","url":"modules/entities_history.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Emoji.__type"},{"id":4267,"kind":1024,"name":"visible_in_picker","url":"modules/entities_history.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Emoji.__type"},{"id":4268,"kind":4194304,"name":"Source","url":"modules/entities_history.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4269,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Source"},{"id":4270,"kind":1024,"name":"privacy","url":"modules/entities_history.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Source.__type"},{"id":4271,"kind":1024,"name":"sensitive","url":"modules/entities_history.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Source.__type"},{"id":4272,"kind":1024,"name":"language","url":"modules/entities_history.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Source.__type"},{"id":4273,"kind":1024,"name":"note","url":"modules/entities_history.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Source.__type"},{"id":4274,"kind":1024,"name":"fields","url":"modules/entities_history.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Source.__type"},{"id":4275,"kind":4194304,"name":"Account","url":"modules/entities_history.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4276,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Account"},{"id":4277,"kind":1024,"name":"id","url":"modules/entities_history.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Account.__type"},{"id":4278,"kind":1024,"name":"username","url":"modules/entities_history.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Account.__type"},{"id":4279,"kind":1024,"name":"acct","url":"modules/entities_history.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Account.__type"},{"id":4280,"kind":1024,"name":"display_name","url":"modules/entities_history.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Account.__type"},{"id":4281,"kind":1024,"name":"locked","url":"modules/entities_history.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Account.__type"},{"id":4282,"kind":1024,"name":"created_at","url":"modules/entities_history.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Account.__type"},{"id":4283,"kind":1024,"name":"followers_count","url":"modules/entities_history.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Account.__type"},{"id":4284,"kind":1024,"name":"following_count","url":"modules/entities_history.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Account.__type"},{"id":4285,"kind":1024,"name":"statuses_count","url":"modules/entities_history.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Account.__type"},{"id":4286,"kind":1024,"name":"note","url":"modules/entities_history.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Account.__type"},{"id":4287,"kind":1024,"name":"url","url":"modules/entities_history.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Account.__type"},{"id":4288,"kind":1024,"name":"avatar","url":"modules/entities_history.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Account.__type"},{"id":4289,"kind":1024,"name":"avatar_static","url":"modules/entities_history.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Account.__type"},{"id":4290,"kind":1024,"name":"header","url":"modules/entities_history.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Account.__type"},{"id":4291,"kind":1024,"name":"header_static","url":"modules/entities_history.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Account.__type"},{"id":4292,"kind":1024,"name":"emojis","url":"modules/entities_history.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Account.__type"},{"id":4293,"kind":1024,"name":"moved","url":"modules/entities_history.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Account.__type"},{"id":4294,"kind":1024,"name":"fields","url":"modules/entities_history.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Account.__type"},{"id":4295,"kind":1024,"name":"bot","url":"modules/entities_history.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Account.__type"},{"id":4296,"kind":1024,"name":"source","url":"modules/entities_history.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Account.__type"},{"id":4297,"kind":4194304,"name":"Activity","url":"modules/entities_history.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4298,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Activity"},{"id":4299,"kind":1024,"name":"week","url":"modules/entities_history.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Activity.__type"},{"id":4300,"kind":1024,"name":"statuses","url":"modules/entities_history.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Activity.__type"},{"id":4301,"kind":1024,"name":"logins","url":"modules/entities_history.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Activity.__type"},{"id":4302,"kind":1024,"name":"registrations","url":"modules/entities_history.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Activity.__type"},{"id":4303,"kind":4194304,"name":"Application","url":"modules/entities_history.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4304,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Application"},{"id":4305,"kind":1024,"name":"name","url":"modules/entities_history.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Application.__type"},{"id":4306,"kind":1024,"name":"website","url":"modules/entities_history.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Application.__type"},{"id":4307,"kind":1024,"name":"vapid_key","url":"modules/entities_history.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Application.__type"},{"id":4308,"kind":4194304,"name":"Attachment","url":"modules/entities_history.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4309,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Attachment"},{"id":4310,"kind":1024,"name":"id","url":"modules/entities_history.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Attachment.__type"},{"id":4311,"kind":1024,"name":"type","url":"modules/entities_history.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Attachment.__type"},{"id":4312,"kind":1024,"name":"url","url":"modules/entities_history.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Attachment.__type"},{"id":4313,"kind":1024,"name":"remote_url","url":"modules/entities_history.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Attachment.__type"},{"id":4314,"kind":1024,"name":"preview_url","url":"modules/entities_history.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Attachment.__type"},{"id":4315,"kind":1024,"name":"text_url","url":"modules/entities_history.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Attachment.__type"},{"id":4316,"kind":1024,"name":"meta","url":"modules/entities_history.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Attachment.__type"},{"id":4317,"kind":1024,"name":"description","url":"modules/entities_history.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Attachment.__type"},{"id":4318,"kind":4194304,"name":"Card","url":"modules/entities_history.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4319,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Card"},{"id":4320,"kind":1024,"name":"url","url":"modules/entities_history.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Card.__type"},{"id":4321,"kind":1024,"name":"title","url":"modules/entities_history.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Card.__type"},{"id":4322,"kind":1024,"name":"description","url":"modules/entities_history.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Card.__type"},{"id":4323,"kind":1024,"name":"type","url":"modules/entities_history.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Card.__type"},{"id":4324,"kind":1024,"name":"image","url":"modules/entities_history.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Card.__type"},{"id":4325,"kind":1024,"name":"author_name","url":"modules/entities_history.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Card.__type"},{"id":4326,"kind":1024,"name":"author_url","url":"modules/entities_history.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Card.__type"},{"id":4327,"kind":1024,"name":"provider_name","url":"modules/entities_history.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Card.__type"},{"id":4328,"kind":1024,"name":"provider_url","url":"modules/entities_history.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Card.__type"},{"id":4329,"kind":1024,"name":"html","url":"modules/entities_history.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Card.__type"},{"id":4330,"kind":1024,"name":"width","url":"modules/entities_history.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Card.__type"},{"id":4331,"kind":1024,"name":"height","url":"modules/entities_history.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Card.__type"},{"id":4332,"kind":4194304,"name":"Mention","url":"modules/entities_history.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4333,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Mention"},{"id":4334,"kind":1024,"name":"id","url":"modules/entities_history.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Mention.__type"},{"id":4335,"kind":1024,"name":"username","url":"modules/entities_history.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Mention.__type"},{"id":4336,"kind":1024,"name":"url","url":"modules/entities_history.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Mention.__type"},{"id":4337,"kind":1024,"name":"acct","url":"modules/entities_history.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Mention.__type"},{"id":4338,"kind":4194304,"name":"History","url":"modules/entities_history.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4339,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.History"},{"id":4340,"kind":1024,"name":"day","url":"modules/entities_history.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.History.__type"},{"id":4341,"kind":1024,"name":"uses","url":"modules/entities_history.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.History.__type"},{"id":4342,"kind":1024,"name":"accounts","url":"modules/entities_history.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.History.__type"},{"id":4343,"kind":4194304,"name":"Tag","url":"modules/entities_history.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4344,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Tag"},{"id":4345,"kind":1024,"name":"name","url":"modules/entities_history.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Tag.__type"},{"id":4346,"kind":1024,"name":"url","url":"modules/entities_history.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Tag.__type"},{"id":4347,"kind":1024,"name":"history","url":"modules/entities_history.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Tag.__type"},{"id":4348,"kind":4194304,"name":"PollOption","url":"modules/entities_history.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4349,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.PollOption"},{"id":4350,"kind":1024,"name":"title","url":"modules/entities_history.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.PollOption.__type"},{"id":4351,"kind":1024,"name":"votes_count","url":"modules/entities_history.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.PollOption.__type"},{"id":4352,"kind":4194304,"name":"Poll","url":"modules/entities_history.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4353,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Poll"},{"id":4354,"kind":1024,"name":"id","url":"modules/entities_history.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Poll.__type"},{"id":4355,"kind":1024,"name":"expires_at","url":"modules/entities_history.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Poll.__type"},{"id":4356,"kind":1024,"name":"expired","url":"modules/entities_history.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Poll.__type"},{"id":4357,"kind":1024,"name":"multiple","url":"modules/entities_history.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Poll.__type"},{"id":4358,"kind":1024,"name":"votes_count","url":"modules/entities_history.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Poll.__type"},{"id":4359,"kind":1024,"name":"options","url":"modules/entities_history.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Poll.__type"},{"id":4360,"kind":1024,"name":"voted","url":"modules/entities_history.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Poll.__type"},{"id":4361,"kind":4194304,"name":"Reaction","url":"modules/entities_history.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4362,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Reaction"},{"id":4363,"kind":1024,"name":"count","url":"modules/entities_history.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Reaction.__type"},{"id":4364,"kind":1024,"name":"me","url":"modules/entities_history.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Reaction.__type"},{"id":4365,"kind":1024,"name":"name","url":"modules/entities_history.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Reaction.__type"},{"id":4366,"kind":1024,"name":"accounts","url":"modules/entities_history.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Reaction.__type"},{"id":4367,"kind":4194304,"name":"Status","url":"modules/entities_history.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4368,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Status"},{"id":4369,"kind":1024,"name":"id","url":"modules/entities_history.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4370,"kind":1024,"name":"uri","url":"modules/entities_history.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4371,"kind":1024,"name":"url","url":"modules/entities_history.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4372,"kind":1024,"name":"account","url":"modules/entities_history.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4373,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_history.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4374,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_history.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4375,"kind":1024,"name":"reblog","url":"modules/entities_history.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4376,"kind":1024,"name":"content","url":"modules/entities_history.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4377,"kind":1024,"name":"created_at","url":"modules/entities_history.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4378,"kind":1024,"name":"emojis","url":"modules/entities_history.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4379,"kind":1024,"name":"replies_count","url":"modules/entities_history.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4380,"kind":1024,"name":"reblogs_count","url":"modules/entities_history.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4381,"kind":1024,"name":"favourites_count","url":"modules/entities_history.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4382,"kind":1024,"name":"reblogged","url":"modules/entities_history.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4383,"kind":1024,"name":"favourited","url":"modules/entities_history.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4384,"kind":1024,"name":"muted","url":"modules/entities_history.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4385,"kind":1024,"name":"sensitive","url":"modules/entities_history.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4386,"kind":1024,"name":"spoiler_text","url":"modules/entities_history.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4387,"kind":1024,"name":"visibility","url":"modules/entities_history.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4388,"kind":1024,"name":"media_attachments","url":"modules/entities_history.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4389,"kind":1024,"name":"mentions","url":"modules/entities_history.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4390,"kind":1024,"name":"tags","url":"modules/entities_history.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4391,"kind":1024,"name":"card","url":"modules/entities_history.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4392,"kind":1024,"name":"poll","url":"modules/entities_history.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4393,"kind":1024,"name":"application","url":"modules/entities_history.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4394,"kind":1024,"name":"language","url":"modules/entities_history.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4395,"kind":1024,"name":"pinned","url":"modules/entities_history.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4396,"kind":1024,"name":"emoji_reactions","url":"modules/entities_history.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4397,"kind":1024,"name":"quote","url":"modules/entities_history.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4398,"kind":1024,"name":"bookmarked","url":"modules/entities_history.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Status.__type"},{"id":4399,"kind":4194304,"name":"Context","url":"modules/entities_history.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4400,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Context"},{"id":4401,"kind":1024,"name":"ancestors","url":"modules/entities_history.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Context.__type"},{"id":4402,"kind":1024,"name":"descendants","url":"modules/entities_history.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Context.__type"},{"id":4403,"kind":4194304,"name":"Conversation","url":"modules/entities_history.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4404,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Conversation"},{"id":4405,"kind":1024,"name":"id","url":"modules/entities_history.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Conversation.__type"},{"id":4406,"kind":1024,"name":"accounts","url":"modules/entities_history.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Conversation.__type"},{"id":4407,"kind":1024,"name":"last_status","url":"modules/entities_history.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Conversation.__type"},{"id":4408,"kind":1024,"name":"unread","url":"modules/entities_history.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Conversation.__type"},{"id":4409,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_history.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4410,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.FeaturedTag"},{"id":4411,"kind":1024,"name":"id","url":"modules/entities_history.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.FeaturedTag.__type"},{"id":4412,"kind":1024,"name":"name","url":"modules/entities_history.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.FeaturedTag.__type"},{"id":4413,"kind":1024,"name":"statuses_count","url":"modules/entities_history.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.FeaturedTag.__type"},{"id":4414,"kind":1024,"name":"last_status_at","url":"modules/entities_history.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.FeaturedTag.__type"},{"id":4415,"kind":4194304,"name":"Field","url":"modules/entities_history.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4416,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Field"},{"id":4417,"kind":1024,"name":"name","url":"modules/entities_history.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Field.__type"},{"id":4418,"kind":1024,"name":"value","url":"modules/entities_history.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Field.__type"},{"id":4419,"kind":1024,"name":"verified_at","url":"modules/entities_history.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Field.__type"},{"id":4420,"kind":4194304,"name":"Filter","url":"modules/entities_history.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4421,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Filter"},{"id":4422,"kind":1024,"name":"id","url":"modules/entities_history.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Filter.__type"},{"id":4423,"kind":1024,"name":"phrase","url":"modules/entities_history.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Filter.__type"},{"id":4424,"kind":1024,"name":"context","url":"modules/entities_history.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Filter.__type"},{"id":4425,"kind":1024,"name":"expires_at","url":"modules/entities_history.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Filter.__type"},{"id":4426,"kind":1024,"name":"irreversible","url":"modules/entities_history.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Filter.__type"},{"id":4427,"kind":1024,"name":"whole_word","url":"modules/entities_history.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Filter.__type"},{"id":4428,"kind":4194304,"name":"IdentityProof","url":"modules/entities_history.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4429,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.IdentityProof"},{"id":4430,"kind":1024,"name":"provider","url":"modules/entities_history.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.IdentityProof.__type"},{"id":4431,"kind":1024,"name":"provider_username","url":"modules/entities_history.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.IdentityProof.__type"},{"id":4432,"kind":1024,"name":"updated_at","url":"modules/entities_history.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.IdentityProof.__type"},{"id":4433,"kind":1024,"name":"proof_url","url":"modules/entities_history.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.IdentityProof.__type"},{"id":4434,"kind":1024,"name":"profile_url","url":"modules/entities_history.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.IdentityProof.__type"},{"id":4435,"kind":4194304,"name":"URLs","url":"modules/entities_history.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4436,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.URLs"},{"id":4437,"kind":1024,"name":"streaming_api","url":"modules/entities_history.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.URLs.__type"},{"id":4438,"kind":4194304,"name":"Stats","url":"modules/entities_history.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4439,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Stats"},{"id":4440,"kind":1024,"name":"user_count","url":"modules/entities_history.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Stats.__type"},{"id":4441,"kind":1024,"name":"status_count","url":"modules/entities_history.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Stats.__type"},{"id":4442,"kind":1024,"name":"domain_count","url":"modules/entities_history.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Stats.__type"},{"id":4443,"kind":4194304,"name":"Instance","url":"modules/entities_history.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4444,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Instance"},{"id":4445,"kind":1024,"name":"uri","url":"modules/entities_history.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Instance.__type"},{"id":4446,"kind":1024,"name":"title","url":"modules/entities_history.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Instance.__type"},{"id":4447,"kind":1024,"name":"description","url":"modules/entities_history.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Instance.__type"},{"id":4448,"kind":1024,"name":"email","url":"modules/entities_history.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Instance.__type"},{"id":4449,"kind":1024,"name":"version","url":"modules/entities_history.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Instance.__type"},{"id":4450,"kind":1024,"name":"thumbnail","url":"modules/entities_history.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Instance.__type"},{"id":4451,"kind":1024,"name":"urls","url":"modules/entities_history.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Instance.__type"},{"id":4452,"kind":1024,"name":"stats","url":"modules/entities_history.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Instance.__type"},{"id":4453,"kind":1024,"name":"languages","url":"modules/entities_history.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Instance.__type"},{"id":4454,"kind":1024,"name":"contact_account","url":"modules/entities_history.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Instance.__type"},{"id":4455,"kind":1024,"name":"max_toot_chars","url":"modules/entities_history.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Instance.__type"},{"id":4456,"kind":1024,"name":"registrations","url":"modules/entities_history.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Instance.__type"},{"id":4457,"kind":4194304,"name":"List","url":"modules/entities_history.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4458,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.List"},{"id":4459,"kind":1024,"name":"id","url":"modules/entities_history.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.List.__type"},{"id":4460,"kind":1024,"name":"title","url":"modules/entities_history.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.List.__type"},{"id":4461,"kind":4194304,"name":"Marker","url":"modules/entities_history.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4462,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Marker"},{"id":4463,"kind":1024,"name":"home","url":"modules/entities_history.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Marker.__type"},{"id":4464,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/history.Entity.Marker.__type"},{"id":4465,"kind":1024,"name":"last_read_id","url":"modules/entities_history.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Marker.__type.__type"},{"id":4466,"kind":1024,"name":"version","url":"modules/entities_history.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Marker.__type.__type"},{"id":4467,"kind":1024,"name":"updated_at","url":"modules/entities_history.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Marker.__type.__type"},{"id":4468,"kind":1024,"name":"notifications","url":"modules/entities_history.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Marker.__type"},{"id":4469,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/history.Entity.Marker.__type"},{"id":4470,"kind":1024,"name":"last_read_id","url":"modules/entities_history.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Marker.__type.__type"},{"id":4471,"kind":1024,"name":"version","url":"modules/entities_history.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Marker.__type.__type"},{"id":4472,"kind":1024,"name":"updated_at","url":"modules/entities_history.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Marker.__type.__type"},{"id":4473,"kind":4194304,"name":"Notification","url":"modules/entities_history.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4474,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Notification"},{"id":4475,"kind":1024,"name":"account","url":"modules/entities_history.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Notification.__type"},{"id":4476,"kind":1024,"name":"created_at","url":"modules/entities_history.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Notification.__type"},{"id":4477,"kind":1024,"name":"id","url":"modules/entities_history.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Notification.__type"},{"id":4478,"kind":1024,"name":"status","url":"modules/entities_history.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Notification.__type"},{"id":4479,"kind":1024,"name":"emoji","url":"modules/entities_history.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Notification.__type"},{"id":4480,"kind":1024,"name":"type","url":"modules/entities_history.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Notification.__type"},{"id":4481,"kind":4194304,"name":"NotificationType","url":"modules/entities_history.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4482,"kind":4194304,"name":"Preferences","url":"modules/entities_history.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4483,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Preferences"},{"id":4484,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_history.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Preferences.__type"},{"id":4485,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_history.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Preferences.__type"},{"id":4486,"kind":1024,"name":"posting:default:language","url":"modules/entities_history.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Preferences.__type"},{"id":4487,"kind":1024,"name":"reading:expand:media","url":"modules/entities_history.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Preferences.__type"},{"id":4488,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_history.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Preferences.__type"},{"id":4489,"kind":4194304,"name":"PushSubscription","url":"modules/entities_history.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4490,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.PushSubscription"},{"id":4491,"kind":1024,"name":"id","url":"modules/entities_history.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.PushSubscription.__type"},{"id":4492,"kind":1024,"name":"endpoint","url":"modules/entities_history.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.PushSubscription.__type"},{"id":4493,"kind":1024,"name":"server_key","url":"modules/entities_history.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.PushSubscription.__type"},{"id":4494,"kind":1024,"name":"alerts","url":"modules/entities_history.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.PushSubscription.__type"},{"id":4495,"kind":4194304,"name":"Relationship","url":"modules/entities_history.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4496,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Relationship"},{"id":4497,"kind":1024,"name":"id","url":"modules/entities_history.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Relationship.__type"},{"id":4498,"kind":1024,"name":"following","url":"modules/entities_history.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Relationship.__type"},{"id":4499,"kind":1024,"name":"followed_by","url":"modules/entities_history.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Relationship.__type"},{"id":4500,"kind":1024,"name":"blocking","url":"modules/entities_history.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Relationship.__type"},{"id":4501,"kind":1024,"name":"muting","url":"modules/entities_history.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Relationship.__type"},{"id":4502,"kind":1024,"name":"muting_notifications","url":"modules/entities_history.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Relationship.__type"},{"id":4503,"kind":1024,"name":"requested","url":"modules/entities_history.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Relationship.__type"},{"id":4504,"kind":1024,"name":"domain_blocking","url":"modules/entities_history.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Relationship.__type"},{"id":4505,"kind":1024,"name":"showing_reblogs","url":"modules/entities_history.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Relationship.__type"},{"id":4506,"kind":1024,"name":"endorsed","url":"modules/entities_history.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Relationship.__type"},{"id":4507,"kind":4194304,"name":"Report","url":"modules/entities_history.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4508,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Report"},{"id":4509,"kind":1024,"name":"id","url":"modules/entities_history.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Report.__type"},{"id":4510,"kind":1024,"name":"action_taken","url":"modules/entities_history.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Report.__type"},{"id":4511,"kind":1024,"name":"comment","url":"modules/entities_history.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Report.__type"},{"id":4512,"kind":1024,"name":"account_id","url":"modules/entities_history.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Report.__type"},{"id":4513,"kind":1024,"name":"status_ids","url":"modules/entities_history.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Report.__type"},{"id":4514,"kind":4194304,"name":"Results","url":"modules/entities_history.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4515,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Results"},{"id":4516,"kind":1024,"name":"accounts","url":"modules/entities_history.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Results.__type"},{"id":4517,"kind":1024,"name":"statuses","url":"modules/entities_history.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Results.__type"},{"id":4518,"kind":1024,"name":"hashtags","url":"modules/entities_history.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Results.__type"},{"id":4519,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_history.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4520,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.ScheduledStatus"},{"id":4521,"kind":1024,"name":"id","url":"modules/entities_history.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.ScheduledStatus.__type"},{"id":4522,"kind":1024,"name":"scheduled_at","url":"modules/entities_history.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.ScheduledStatus.__type"},{"id":4523,"kind":1024,"name":"params","url":"modules/entities_history.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.ScheduledStatus.__type"},{"id":4524,"kind":1024,"name":"media_attachments","url":"modules/entities_history.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.ScheduledStatus.__type"},{"id":4525,"kind":4194304,"name":"StatusParams","url":"modules/entities_history.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4526,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.StatusParams"},{"id":4527,"kind":1024,"name":"text","url":"modules/entities_history.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.StatusParams.__type"},{"id":4528,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_history.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.StatusParams.__type"},{"id":4529,"kind":1024,"name":"media_ids","url":"modules/entities_history.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.StatusParams.__type"},{"id":4530,"kind":1024,"name":"sensitive","url":"modules/entities_history.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.StatusParams.__type"},{"id":4531,"kind":1024,"name":"spoiler_text","url":"modules/entities_history.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.StatusParams.__type"},{"id":4532,"kind":1024,"name":"visibility","url":"modules/entities_history.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.StatusParams.__type"},{"id":4533,"kind":1024,"name":"scheduled_at","url":"modules/entities_history.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.StatusParams.__type"},{"id":4534,"kind":1024,"name":"application_id","url":"modules/entities_history.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.StatusParams.__type"},{"id":4535,"kind":4194304,"name":"Token","url":"modules/entities_history.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/history.Entity"},{"id":4536,"kind":65536,"name":"__type","url":"modules/entities_history.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/history.Entity.Token"},{"id":4537,"kind":1024,"name":"access_token","url":"modules/entities_history.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Token.__type"},{"id":4538,"kind":1024,"name":"token_type","url":"modules/entities_history.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Token.__type"},{"id":4539,"kind":1024,"name":"scope","url":"modules/entities_history.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Token.__type"},{"id":4540,"kind":1024,"name":"created_at","url":"modules/entities_history.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/history.Entity.Token.__type"},{"id":4541,"kind":2,"name":"Entity","url":"modules/entities_identity_proof.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/identity_proof"},{"id":4542,"kind":4194304,"name":"Emoji","url":"modules/entities_identity_proof.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4543,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Emoji"},{"id":4544,"kind":1024,"name":"shortcode","url":"modules/entities_identity_proof.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Emoji.__type"},{"id":4545,"kind":1024,"name":"static_url","url":"modules/entities_identity_proof.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Emoji.__type"},{"id":4546,"kind":1024,"name":"url","url":"modules/entities_identity_proof.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Emoji.__type"},{"id":4547,"kind":1024,"name":"visible_in_picker","url":"modules/entities_identity_proof.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Emoji.__type"},{"id":4548,"kind":4194304,"name":"Source","url":"modules/entities_identity_proof.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4549,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Source"},{"id":4550,"kind":1024,"name":"privacy","url":"modules/entities_identity_proof.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Source.__type"},{"id":4551,"kind":1024,"name":"sensitive","url":"modules/entities_identity_proof.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Source.__type"},{"id":4552,"kind":1024,"name":"language","url":"modules/entities_identity_proof.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Source.__type"},{"id":4553,"kind":1024,"name":"note","url":"modules/entities_identity_proof.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Source.__type"},{"id":4554,"kind":1024,"name":"fields","url":"modules/entities_identity_proof.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Source.__type"},{"id":4555,"kind":4194304,"name":"Account","url":"modules/entities_identity_proof.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4556,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Account"},{"id":4557,"kind":1024,"name":"id","url":"modules/entities_identity_proof.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Account.__type"},{"id":4558,"kind":1024,"name":"username","url":"modules/entities_identity_proof.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Account.__type"},{"id":4559,"kind":1024,"name":"acct","url":"modules/entities_identity_proof.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Account.__type"},{"id":4560,"kind":1024,"name":"display_name","url":"modules/entities_identity_proof.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Account.__type"},{"id":4561,"kind":1024,"name":"locked","url":"modules/entities_identity_proof.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Account.__type"},{"id":4562,"kind":1024,"name":"created_at","url":"modules/entities_identity_proof.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Account.__type"},{"id":4563,"kind":1024,"name":"followers_count","url":"modules/entities_identity_proof.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Account.__type"},{"id":4564,"kind":1024,"name":"following_count","url":"modules/entities_identity_proof.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Account.__type"},{"id":4565,"kind":1024,"name":"statuses_count","url":"modules/entities_identity_proof.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Account.__type"},{"id":4566,"kind":1024,"name":"note","url":"modules/entities_identity_proof.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Account.__type"},{"id":4567,"kind":1024,"name":"url","url":"modules/entities_identity_proof.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Account.__type"},{"id":4568,"kind":1024,"name":"avatar","url":"modules/entities_identity_proof.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Account.__type"},{"id":4569,"kind":1024,"name":"avatar_static","url":"modules/entities_identity_proof.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Account.__type"},{"id":4570,"kind":1024,"name":"header","url":"modules/entities_identity_proof.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Account.__type"},{"id":4571,"kind":1024,"name":"header_static","url":"modules/entities_identity_proof.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Account.__type"},{"id":4572,"kind":1024,"name":"emojis","url":"modules/entities_identity_proof.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Account.__type"},{"id":4573,"kind":1024,"name":"moved","url":"modules/entities_identity_proof.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Account.__type"},{"id":4574,"kind":1024,"name":"fields","url":"modules/entities_identity_proof.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Account.__type"},{"id":4575,"kind":1024,"name":"bot","url":"modules/entities_identity_proof.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Account.__type"},{"id":4576,"kind":1024,"name":"source","url":"modules/entities_identity_proof.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Account.__type"},{"id":4577,"kind":4194304,"name":"Activity","url":"modules/entities_identity_proof.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4578,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Activity"},{"id":4579,"kind":1024,"name":"week","url":"modules/entities_identity_proof.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Activity.__type"},{"id":4580,"kind":1024,"name":"statuses","url":"modules/entities_identity_proof.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Activity.__type"},{"id":4581,"kind":1024,"name":"logins","url":"modules/entities_identity_proof.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Activity.__type"},{"id":4582,"kind":1024,"name":"registrations","url":"modules/entities_identity_proof.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Activity.__type"},{"id":4583,"kind":4194304,"name":"Application","url":"modules/entities_identity_proof.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4584,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Application"},{"id":4585,"kind":1024,"name":"name","url":"modules/entities_identity_proof.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Application.__type"},{"id":4586,"kind":1024,"name":"website","url":"modules/entities_identity_proof.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Application.__type"},{"id":4587,"kind":1024,"name":"vapid_key","url":"modules/entities_identity_proof.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Application.__type"},{"id":4588,"kind":4194304,"name":"Attachment","url":"modules/entities_identity_proof.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4589,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Attachment"},{"id":4590,"kind":1024,"name":"id","url":"modules/entities_identity_proof.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Attachment.__type"},{"id":4591,"kind":1024,"name":"type","url":"modules/entities_identity_proof.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Attachment.__type"},{"id":4592,"kind":1024,"name":"url","url":"modules/entities_identity_proof.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Attachment.__type"},{"id":4593,"kind":1024,"name":"remote_url","url":"modules/entities_identity_proof.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Attachment.__type"},{"id":4594,"kind":1024,"name":"preview_url","url":"modules/entities_identity_proof.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Attachment.__type"},{"id":4595,"kind":1024,"name":"text_url","url":"modules/entities_identity_proof.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Attachment.__type"},{"id":4596,"kind":1024,"name":"meta","url":"modules/entities_identity_proof.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Attachment.__type"},{"id":4597,"kind":1024,"name":"description","url":"modules/entities_identity_proof.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Attachment.__type"},{"id":4598,"kind":4194304,"name":"Card","url":"modules/entities_identity_proof.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4599,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Card"},{"id":4600,"kind":1024,"name":"url","url":"modules/entities_identity_proof.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Card.__type"},{"id":4601,"kind":1024,"name":"title","url":"modules/entities_identity_proof.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Card.__type"},{"id":4602,"kind":1024,"name":"description","url":"modules/entities_identity_proof.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Card.__type"},{"id":4603,"kind":1024,"name":"type","url":"modules/entities_identity_proof.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Card.__type"},{"id":4604,"kind":1024,"name":"image","url":"modules/entities_identity_proof.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Card.__type"},{"id":4605,"kind":1024,"name":"author_name","url":"modules/entities_identity_proof.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Card.__type"},{"id":4606,"kind":1024,"name":"author_url","url":"modules/entities_identity_proof.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Card.__type"},{"id":4607,"kind":1024,"name":"provider_name","url":"modules/entities_identity_proof.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Card.__type"},{"id":4608,"kind":1024,"name":"provider_url","url":"modules/entities_identity_proof.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Card.__type"},{"id":4609,"kind":1024,"name":"html","url":"modules/entities_identity_proof.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Card.__type"},{"id":4610,"kind":1024,"name":"width","url":"modules/entities_identity_proof.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Card.__type"},{"id":4611,"kind":1024,"name":"height","url":"modules/entities_identity_proof.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Card.__type"},{"id":4612,"kind":4194304,"name":"Mention","url":"modules/entities_identity_proof.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4613,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Mention"},{"id":4614,"kind":1024,"name":"id","url":"modules/entities_identity_proof.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Mention.__type"},{"id":4615,"kind":1024,"name":"username","url":"modules/entities_identity_proof.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Mention.__type"},{"id":4616,"kind":1024,"name":"url","url":"modules/entities_identity_proof.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Mention.__type"},{"id":4617,"kind":1024,"name":"acct","url":"modules/entities_identity_proof.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Mention.__type"},{"id":4618,"kind":4194304,"name":"History","url":"modules/entities_identity_proof.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4619,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.History"},{"id":4620,"kind":1024,"name":"day","url":"modules/entities_identity_proof.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.History.__type"},{"id":4621,"kind":1024,"name":"uses","url":"modules/entities_identity_proof.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.History.__type"},{"id":4622,"kind":1024,"name":"accounts","url":"modules/entities_identity_proof.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.History.__type"},{"id":4623,"kind":4194304,"name":"Tag","url":"modules/entities_identity_proof.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4624,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Tag"},{"id":4625,"kind":1024,"name":"name","url":"modules/entities_identity_proof.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Tag.__type"},{"id":4626,"kind":1024,"name":"url","url":"modules/entities_identity_proof.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Tag.__type"},{"id":4627,"kind":1024,"name":"history","url":"modules/entities_identity_proof.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Tag.__type"},{"id":4628,"kind":4194304,"name":"PollOption","url":"modules/entities_identity_proof.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4629,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.PollOption"},{"id":4630,"kind":1024,"name":"title","url":"modules/entities_identity_proof.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.PollOption.__type"},{"id":4631,"kind":1024,"name":"votes_count","url":"modules/entities_identity_proof.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.PollOption.__type"},{"id":4632,"kind":4194304,"name":"Poll","url":"modules/entities_identity_proof.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4633,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Poll"},{"id":4634,"kind":1024,"name":"id","url":"modules/entities_identity_proof.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Poll.__type"},{"id":4635,"kind":1024,"name":"expires_at","url":"modules/entities_identity_proof.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Poll.__type"},{"id":4636,"kind":1024,"name":"expired","url":"modules/entities_identity_proof.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Poll.__type"},{"id":4637,"kind":1024,"name":"multiple","url":"modules/entities_identity_proof.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Poll.__type"},{"id":4638,"kind":1024,"name":"votes_count","url":"modules/entities_identity_proof.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Poll.__type"},{"id":4639,"kind":1024,"name":"options","url":"modules/entities_identity_proof.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Poll.__type"},{"id":4640,"kind":1024,"name":"voted","url":"modules/entities_identity_proof.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Poll.__type"},{"id":4641,"kind":4194304,"name":"Reaction","url":"modules/entities_identity_proof.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4642,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Reaction"},{"id":4643,"kind":1024,"name":"count","url":"modules/entities_identity_proof.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Reaction.__type"},{"id":4644,"kind":1024,"name":"me","url":"modules/entities_identity_proof.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Reaction.__type"},{"id":4645,"kind":1024,"name":"name","url":"modules/entities_identity_proof.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Reaction.__type"},{"id":4646,"kind":1024,"name":"accounts","url":"modules/entities_identity_proof.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Reaction.__type"},{"id":4647,"kind":4194304,"name":"Status","url":"modules/entities_identity_proof.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4648,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Status"},{"id":4649,"kind":1024,"name":"id","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4650,"kind":1024,"name":"uri","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4651,"kind":1024,"name":"url","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4652,"kind":1024,"name":"account","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4653,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4654,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4655,"kind":1024,"name":"reblog","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4656,"kind":1024,"name":"content","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4657,"kind":1024,"name":"created_at","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4658,"kind":1024,"name":"emojis","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4659,"kind":1024,"name":"replies_count","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4660,"kind":1024,"name":"reblogs_count","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4661,"kind":1024,"name":"favourites_count","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4662,"kind":1024,"name":"reblogged","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4663,"kind":1024,"name":"favourited","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4664,"kind":1024,"name":"muted","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4665,"kind":1024,"name":"sensitive","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4666,"kind":1024,"name":"spoiler_text","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4667,"kind":1024,"name":"visibility","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4668,"kind":1024,"name":"media_attachments","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4669,"kind":1024,"name":"mentions","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4670,"kind":1024,"name":"tags","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4671,"kind":1024,"name":"card","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4672,"kind":1024,"name":"poll","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4673,"kind":1024,"name":"application","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4674,"kind":1024,"name":"language","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4675,"kind":1024,"name":"pinned","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4676,"kind":1024,"name":"emoji_reactions","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4677,"kind":1024,"name":"quote","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4678,"kind":1024,"name":"bookmarked","url":"modules/entities_identity_proof.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Status.__type"},{"id":4679,"kind":4194304,"name":"Context","url":"modules/entities_identity_proof.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4680,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Context"},{"id":4681,"kind":1024,"name":"ancestors","url":"modules/entities_identity_proof.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Context.__type"},{"id":4682,"kind":1024,"name":"descendants","url":"modules/entities_identity_proof.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Context.__type"},{"id":4683,"kind":4194304,"name":"Conversation","url":"modules/entities_identity_proof.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4684,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Conversation"},{"id":4685,"kind":1024,"name":"id","url":"modules/entities_identity_proof.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Conversation.__type"},{"id":4686,"kind":1024,"name":"accounts","url":"modules/entities_identity_proof.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Conversation.__type"},{"id":4687,"kind":1024,"name":"last_status","url":"modules/entities_identity_proof.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Conversation.__type"},{"id":4688,"kind":1024,"name":"unread","url":"modules/entities_identity_proof.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Conversation.__type"},{"id":4689,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_identity_proof.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4690,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.FeaturedTag"},{"id":4691,"kind":1024,"name":"id","url":"modules/entities_identity_proof.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.FeaturedTag.__type"},{"id":4692,"kind":1024,"name":"name","url":"modules/entities_identity_proof.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.FeaturedTag.__type"},{"id":4693,"kind":1024,"name":"statuses_count","url":"modules/entities_identity_proof.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.FeaturedTag.__type"},{"id":4694,"kind":1024,"name":"last_status_at","url":"modules/entities_identity_proof.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.FeaturedTag.__type"},{"id":4695,"kind":4194304,"name":"Field","url":"modules/entities_identity_proof.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4696,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Field"},{"id":4697,"kind":1024,"name":"name","url":"modules/entities_identity_proof.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Field.__type"},{"id":4698,"kind":1024,"name":"value","url":"modules/entities_identity_proof.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Field.__type"},{"id":4699,"kind":1024,"name":"verified_at","url":"modules/entities_identity_proof.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Field.__type"},{"id":4700,"kind":4194304,"name":"Filter","url":"modules/entities_identity_proof.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4701,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Filter"},{"id":4702,"kind":1024,"name":"id","url":"modules/entities_identity_proof.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Filter.__type"},{"id":4703,"kind":1024,"name":"phrase","url":"modules/entities_identity_proof.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Filter.__type"},{"id":4704,"kind":1024,"name":"context","url":"modules/entities_identity_proof.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Filter.__type"},{"id":4705,"kind":1024,"name":"expires_at","url":"modules/entities_identity_proof.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Filter.__type"},{"id":4706,"kind":1024,"name":"irreversible","url":"modules/entities_identity_proof.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Filter.__type"},{"id":4707,"kind":1024,"name":"whole_word","url":"modules/entities_identity_proof.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Filter.__type"},{"id":4708,"kind":4194304,"name":"IdentityProof","url":"modules/entities_identity_proof.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4709,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.IdentityProof"},{"id":4710,"kind":1024,"name":"provider","url":"modules/entities_identity_proof.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.IdentityProof.__type"},{"id":4711,"kind":1024,"name":"provider_username","url":"modules/entities_identity_proof.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.IdentityProof.__type"},{"id":4712,"kind":1024,"name":"updated_at","url":"modules/entities_identity_proof.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.IdentityProof.__type"},{"id":4713,"kind":1024,"name":"proof_url","url":"modules/entities_identity_proof.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.IdentityProof.__type"},{"id":4714,"kind":1024,"name":"profile_url","url":"modules/entities_identity_proof.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.IdentityProof.__type"},{"id":4715,"kind":4194304,"name":"URLs","url":"modules/entities_identity_proof.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4716,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.URLs"},{"id":4717,"kind":1024,"name":"streaming_api","url":"modules/entities_identity_proof.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.URLs.__type"},{"id":4718,"kind":4194304,"name":"Stats","url":"modules/entities_identity_proof.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4719,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Stats"},{"id":4720,"kind":1024,"name":"user_count","url":"modules/entities_identity_proof.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Stats.__type"},{"id":4721,"kind":1024,"name":"status_count","url":"modules/entities_identity_proof.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Stats.__type"},{"id":4722,"kind":1024,"name":"domain_count","url":"modules/entities_identity_proof.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Stats.__type"},{"id":4723,"kind":4194304,"name":"Instance","url":"modules/entities_identity_proof.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4724,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Instance"},{"id":4725,"kind":1024,"name":"uri","url":"modules/entities_identity_proof.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Instance.__type"},{"id":4726,"kind":1024,"name":"title","url":"modules/entities_identity_proof.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Instance.__type"},{"id":4727,"kind":1024,"name":"description","url":"modules/entities_identity_proof.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Instance.__type"},{"id":4728,"kind":1024,"name":"email","url":"modules/entities_identity_proof.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Instance.__type"},{"id":4729,"kind":1024,"name":"version","url":"modules/entities_identity_proof.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Instance.__type"},{"id":4730,"kind":1024,"name":"thumbnail","url":"modules/entities_identity_proof.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Instance.__type"},{"id":4731,"kind":1024,"name":"urls","url":"modules/entities_identity_proof.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Instance.__type"},{"id":4732,"kind":1024,"name":"stats","url":"modules/entities_identity_proof.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Instance.__type"},{"id":4733,"kind":1024,"name":"languages","url":"modules/entities_identity_proof.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Instance.__type"},{"id":4734,"kind":1024,"name":"contact_account","url":"modules/entities_identity_proof.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Instance.__type"},{"id":4735,"kind":1024,"name":"max_toot_chars","url":"modules/entities_identity_proof.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Instance.__type"},{"id":4736,"kind":1024,"name":"registrations","url":"modules/entities_identity_proof.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Instance.__type"},{"id":4737,"kind":4194304,"name":"List","url":"modules/entities_identity_proof.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4738,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.List"},{"id":4739,"kind":1024,"name":"id","url":"modules/entities_identity_proof.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.List.__type"},{"id":4740,"kind":1024,"name":"title","url":"modules/entities_identity_proof.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.List.__type"},{"id":4741,"kind":4194304,"name":"Marker","url":"modules/entities_identity_proof.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4742,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Marker"},{"id":4743,"kind":1024,"name":"home","url":"modules/entities_identity_proof.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Marker.__type"},{"id":4744,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Marker.__type"},{"id":4745,"kind":1024,"name":"last_read_id","url":"modules/entities_identity_proof.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Marker.__type.__type"},{"id":4746,"kind":1024,"name":"version","url":"modules/entities_identity_proof.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Marker.__type.__type"},{"id":4747,"kind":1024,"name":"updated_at","url":"modules/entities_identity_proof.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Marker.__type.__type"},{"id":4748,"kind":1024,"name":"notifications","url":"modules/entities_identity_proof.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Marker.__type"},{"id":4749,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Marker.__type"},{"id":4750,"kind":1024,"name":"last_read_id","url":"modules/entities_identity_proof.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Marker.__type.__type"},{"id":4751,"kind":1024,"name":"version","url":"modules/entities_identity_proof.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Marker.__type.__type"},{"id":4752,"kind":1024,"name":"updated_at","url":"modules/entities_identity_proof.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Marker.__type.__type"},{"id":4753,"kind":4194304,"name":"Notification","url":"modules/entities_identity_proof.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4754,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Notification"},{"id":4755,"kind":1024,"name":"account","url":"modules/entities_identity_proof.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Notification.__type"},{"id":4756,"kind":1024,"name":"created_at","url":"modules/entities_identity_proof.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Notification.__type"},{"id":4757,"kind":1024,"name":"id","url":"modules/entities_identity_proof.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Notification.__type"},{"id":4758,"kind":1024,"name":"status","url":"modules/entities_identity_proof.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Notification.__type"},{"id":4759,"kind":1024,"name":"emoji","url":"modules/entities_identity_proof.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Notification.__type"},{"id":4760,"kind":1024,"name":"type","url":"modules/entities_identity_proof.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Notification.__type"},{"id":4761,"kind":4194304,"name":"NotificationType","url":"modules/entities_identity_proof.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4762,"kind":4194304,"name":"Preferences","url":"modules/entities_identity_proof.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4763,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Preferences"},{"id":4764,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_identity_proof.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Preferences.__type"},{"id":4765,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_identity_proof.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Preferences.__type"},{"id":4766,"kind":1024,"name":"posting:default:language","url":"modules/entities_identity_proof.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Preferences.__type"},{"id":4767,"kind":1024,"name":"reading:expand:media","url":"modules/entities_identity_proof.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Preferences.__type"},{"id":4768,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_identity_proof.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Preferences.__type"},{"id":4769,"kind":4194304,"name":"PushSubscription","url":"modules/entities_identity_proof.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4770,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.PushSubscription"},{"id":4771,"kind":1024,"name":"id","url":"modules/entities_identity_proof.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.PushSubscription.__type"},{"id":4772,"kind":1024,"name":"endpoint","url":"modules/entities_identity_proof.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.PushSubscription.__type"},{"id":4773,"kind":1024,"name":"server_key","url":"modules/entities_identity_proof.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.PushSubscription.__type"},{"id":4774,"kind":1024,"name":"alerts","url":"modules/entities_identity_proof.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.PushSubscription.__type"},{"id":4775,"kind":4194304,"name":"Relationship","url":"modules/entities_identity_proof.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4776,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Relationship"},{"id":4777,"kind":1024,"name":"id","url":"modules/entities_identity_proof.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Relationship.__type"},{"id":4778,"kind":1024,"name":"following","url":"modules/entities_identity_proof.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Relationship.__type"},{"id":4779,"kind":1024,"name":"followed_by","url":"modules/entities_identity_proof.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Relationship.__type"},{"id":4780,"kind":1024,"name":"blocking","url":"modules/entities_identity_proof.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Relationship.__type"},{"id":4781,"kind":1024,"name":"muting","url":"modules/entities_identity_proof.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Relationship.__type"},{"id":4782,"kind":1024,"name":"muting_notifications","url":"modules/entities_identity_proof.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Relationship.__type"},{"id":4783,"kind":1024,"name":"requested","url":"modules/entities_identity_proof.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Relationship.__type"},{"id":4784,"kind":1024,"name":"domain_blocking","url":"modules/entities_identity_proof.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Relationship.__type"},{"id":4785,"kind":1024,"name":"showing_reblogs","url":"modules/entities_identity_proof.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Relationship.__type"},{"id":4786,"kind":1024,"name":"endorsed","url":"modules/entities_identity_proof.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Relationship.__type"},{"id":4787,"kind":4194304,"name":"Report","url":"modules/entities_identity_proof.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4788,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Report"},{"id":4789,"kind":1024,"name":"id","url":"modules/entities_identity_proof.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Report.__type"},{"id":4790,"kind":1024,"name":"action_taken","url":"modules/entities_identity_proof.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Report.__type"},{"id":4791,"kind":1024,"name":"comment","url":"modules/entities_identity_proof.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Report.__type"},{"id":4792,"kind":1024,"name":"account_id","url":"modules/entities_identity_proof.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Report.__type"},{"id":4793,"kind":1024,"name":"status_ids","url":"modules/entities_identity_proof.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Report.__type"},{"id":4794,"kind":4194304,"name":"Results","url":"modules/entities_identity_proof.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4795,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Results"},{"id":4796,"kind":1024,"name":"accounts","url":"modules/entities_identity_proof.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Results.__type"},{"id":4797,"kind":1024,"name":"statuses","url":"modules/entities_identity_proof.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Results.__type"},{"id":4798,"kind":1024,"name":"hashtags","url":"modules/entities_identity_proof.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Results.__type"},{"id":4799,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_identity_proof.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4800,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.ScheduledStatus"},{"id":4801,"kind":1024,"name":"id","url":"modules/entities_identity_proof.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.ScheduledStatus.__type"},{"id":4802,"kind":1024,"name":"scheduled_at","url":"modules/entities_identity_proof.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.ScheduledStatus.__type"},{"id":4803,"kind":1024,"name":"params","url":"modules/entities_identity_proof.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.ScheduledStatus.__type"},{"id":4804,"kind":1024,"name":"media_attachments","url":"modules/entities_identity_proof.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.ScheduledStatus.__type"},{"id":4805,"kind":4194304,"name":"StatusParams","url":"modules/entities_identity_proof.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4806,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.StatusParams"},{"id":4807,"kind":1024,"name":"text","url":"modules/entities_identity_proof.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.StatusParams.__type"},{"id":4808,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_identity_proof.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.StatusParams.__type"},{"id":4809,"kind":1024,"name":"media_ids","url":"modules/entities_identity_proof.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.StatusParams.__type"},{"id":4810,"kind":1024,"name":"sensitive","url":"modules/entities_identity_proof.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.StatusParams.__type"},{"id":4811,"kind":1024,"name":"spoiler_text","url":"modules/entities_identity_proof.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.StatusParams.__type"},{"id":4812,"kind":1024,"name":"visibility","url":"modules/entities_identity_proof.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.StatusParams.__type"},{"id":4813,"kind":1024,"name":"scheduled_at","url":"modules/entities_identity_proof.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.StatusParams.__type"},{"id":4814,"kind":1024,"name":"application_id","url":"modules/entities_identity_proof.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.StatusParams.__type"},{"id":4815,"kind":4194304,"name":"Token","url":"modules/entities_identity_proof.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/identity_proof.Entity"},{"id":4816,"kind":65536,"name":"__type","url":"modules/entities_identity_proof.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/identity_proof.Entity.Token"},{"id":4817,"kind":1024,"name":"access_token","url":"modules/entities_identity_proof.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Token.__type"},{"id":4818,"kind":1024,"name":"token_type","url":"modules/entities_identity_proof.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Token.__type"},{"id":4819,"kind":1024,"name":"scope","url":"modules/entities_identity_proof.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Token.__type"},{"id":4820,"kind":1024,"name":"created_at","url":"modules/entities_identity_proof.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/identity_proof.Entity.Token.__type"},{"id":4821,"kind":2,"name":"Entity","url":"modules/entities_instance.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/instance"},{"id":4822,"kind":4194304,"name":"Emoji","url":"modules/entities_instance.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":4823,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Emoji"},{"id":4824,"kind":1024,"name":"shortcode","url":"modules/entities_instance.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Emoji.__type"},{"id":4825,"kind":1024,"name":"static_url","url":"modules/entities_instance.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Emoji.__type"},{"id":4826,"kind":1024,"name":"url","url":"modules/entities_instance.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Emoji.__type"},{"id":4827,"kind":1024,"name":"visible_in_picker","url":"modules/entities_instance.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Emoji.__type"},{"id":4828,"kind":4194304,"name":"Source","url":"modules/entities_instance.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":4829,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Source"},{"id":4830,"kind":1024,"name":"privacy","url":"modules/entities_instance.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Source.__type"},{"id":4831,"kind":1024,"name":"sensitive","url":"modules/entities_instance.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Source.__type"},{"id":4832,"kind":1024,"name":"language","url":"modules/entities_instance.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Source.__type"},{"id":4833,"kind":1024,"name":"note","url":"modules/entities_instance.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Source.__type"},{"id":4834,"kind":1024,"name":"fields","url":"modules/entities_instance.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Source.__type"},{"id":4835,"kind":4194304,"name":"Account","url":"modules/entities_instance.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":4836,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Account"},{"id":4837,"kind":1024,"name":"id","url":"modules/entities_instance.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Account.__type"},{"id":4838,"kind":1024,"name":"username","url":"modules/entities_instance.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Account.__type"},{"id":4839,"kind":1024,"name":"acct","url":"modules/entities_instance.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Account.__type"},{"id":4840,"kind":1024,"name":"display_name","url":"modules/entities_instance.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Account.__type"},{"id":4841,"kind":1024,"name":"locked","url":"modules/entities_instance.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Account.__type"},{"id":4842,"kind":1024,"name":"created_at","url":"modules/entities_instance.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Account.__type"},{"id":4843,"kind":1024,"name":"followers_count","url":"modules/entities_instance.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Account.__type"},{"id":4844,"kind":1024,"name":"following_count","url":"modules/entities_instance.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Account.__type"},{"id":4845,"kind":1024,"name":"statuses_count","url":"modules/entities_instance.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Account.__type"},{"id":4846,"kind":1024,"name":"note","url":"modules/entities_instance.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Account.__type"},{"id":4847,"kind":1024,"name":"url","url":"modules/entities_instance.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Account.__type"},{"id":4848,"kind":1024,"name":"avatar","url":"modules/entities_instance.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Account.__type"},{"id":4849,"kind":1024,"name":"avatar_static","url":"modules/entities_instance.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Account.__type"},{"id":4850,"kind":1024,"name":"header","url":"modules/entities_instance.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Account.__type"},{"id":4851,"kind":1024,"name":"header_static","url":"modules/entities_instance.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Account.__type"},{"id":4852,"kind":1024,"name":"emojis","url":"modules/entities_instance.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Account.__type"},{"id":4853,"kind":1024,"name":"moved","url":"modules/entities_instance.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Account.__type"},{"id":4854,"kind":1024,"name":"fields","url":"modules/entities_instance.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Account.__type"},{"id":4855,"kind":1024,"name":"bot","url":"modules/entities_instance.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Account.__type"},{"id":4856,"kind":1024,"name":"source","url":"modules/entities_instance.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Account.__type"},{"id":4857,"kind":4194304,"name":"Activity","url":"modules/entities_instance.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":4858,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Activity"},{"id":4859,"kind":1024,"name":"week","url":"modules/entities_instance.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Activity.__type"},{"id":4860,"kind":1024,"name":"statuses","url":"modules/entities_instance.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Activity.__type"},{"id":4861,"kind":1024,"name":"logins","url":"modules/entities_instance.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Activity.__type"},{"id":4862,"kind":1024,"name":"registrations","url":"modules/entities_instance.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Activity.__type"},{"id":4863,"kind":4194304,"name":"Application","url":"modules/entities_instance.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":4864,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Application"},{"id":4865,"kind":1024,"name":"name","url":"modules/entities_instance.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Application.__type"},{"id":4866,"kind":1024,"name":"website","url":"modules/entities_instance.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Application.__type"},{"id":4867,"kind":1024,"name":"vapid_key","url":"modules/entities_instance.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Application.__type"},{"id":4868,"kind":4194304,"name":"Attachment","url":"modules/entities_instance.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":4869,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Attachment"},{"id":4870,"kind":1024,"name":"id","url":"modules/entities_instance.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Attachment.__type"},{"id":4871,"kind":1024,"name":"type","url":"modules/entities_instance.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Attachment.__type"},{"id":4872,"kind":1024,"name":"url","url":"modules/entities_instance.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Attachment.__type"},{"id":4873,"kind":1024,"name":"remote_url","url":"modules/entities_instance.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Attachment.__type"},{"id":4874,"kind":1024,"name":"preview_url","url":"modules/entities_instance.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Attachment.__type"},{"id":4875,"kind":1024,"name":"text_url","url":"modules/entities_instance.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Attachment.__type"},{"id":4876,"kind":1024,"name":"meta","url":"modules/entities_instance.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Attachment.__type"},{"id":4877,"kind":1024,"name":"description","url":"modules/entities_instance.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Attachment.__type"},{"id":4878,"kind":4194304,"name":"Card","url":"modules/entities_instance.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":4879,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Card"},{"id":4880,"kind":1024,"name":"url","url":"modules/entities_instance.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Card.__type"},{"id":4881,"kind":1024,"name":"title","url":"modules/entities_instance.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Card.__type"},{"id":4882,"kind":1024,"name":"description","url":"modules/entities_instance.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Card.__type"},{"id":4883,"kind":1024,"name":"type","url":"modules/entities_instance.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Card.__type"},{"id":4884,"kind":1024,"name":"image","url":"modules/entities_instance.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Card.__type"},{"id":4885,"kind":1024,"name":"author_name","url":"modules/entities_instance.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Card.__type"},{"id":4886,"kind":1024,"name":"author_url","url":"modules/entities_instance.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Card.__type"},{"id":4887,"kind":1024,"name":"provider_name","url":"modules/entities_instance.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Card.__type"},{"id":4888,"kind":1024,"name":"provider_url","url":"modules/entities_instance.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Card.__type"},{"id":4889,"kind":1024,"name":"html","url":"modules/entities_instance.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Card.__type"},{"id":4890,"kind":1024,"name":"width","url":"modules/entities_instance.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Card.__type"},{"id":4891,"kind":1024,"name":"height","url":"modules/entities_instance.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Card.__type"},{"id":4892,"kind":4194304,"name":"Mention","url":"modules/entities_instance.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":4893,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Mention"},{"id":4894,"kind":1024,"name":"id","url":"modules/entities_instance.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Mention.__type"},{"id":4895,"kind":1024,"name":"username","url":"modules/entities_instance.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Mention.__type"},{"id":4896,"kind":1024,"name":"url","url":"modules/entities_instance.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Mention.__type"},{"id":4897,"kind":1024,"name":"acct","url":"modules/entities_instance.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Mention.__type"},{"id":4898,"kind":4194304,"name":"History","url":"modules/entities_instance.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":4899,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.History"},{"id":4900,"kind":1024,"name":"day","url":"modules/entities_instance.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.History.__type"},{"id":4901,"kind":1024,"name":"uses","url":"modules/entities_instance.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.History.__type"},{"id":4902,"kind":1024,"name":"accounts","url":"modules/entities_instance.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.History.__type"},{"id":4903,"kind":4194304,"name":"Tag","url":"modules/entities_instance.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":4904,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Tag"},{"id":4905,"kind":1024,"name":"name","url":"modules/entities_instance.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Tag.__type"},{"id":4906,"kind":1024,"name":"url","url":"modules/entities_instance.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Tag.__type"},{"id":4907,"kind":1024,"name":"history","url":"modules/entities_instance.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Tag.__type"},{"id":4908,"kind":4194304,"name":"PollOption","url":"modules/entities_instance.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":4909,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.PollOption"},{"id":4910,"kind":1024,"name":"title","url":"modules/entities_instance.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.PollOption.__type"},{"id":4911,"kind":1024,"name":"votes_count","url":"modules/entities_instance.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.PollOption.__type"},{"id":4912,"kind":4194304,"name":"Poll","url":"modules/entities_instance.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":4913,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Poll"},{"id":4914,"kind":1024,"name":"id","url":"modules/entities_instance.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Poll.__type"},{"id":4915,"kind":1024,"name":"expires_at","url":"modules/entities_instance.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Poll.__type"},{"id":4916,"kind":1024,"name":"expired","url":"modules/entities_instance.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Poll.__type"},{"id":4917,"kind":1024,"name":"multiple","url":"modules/entities_instance.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Poll.__type"},{"id":4918,"kind":1024,"name":"votes_count","url":"modules/entities_instance.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Poll.__type"},{"id":4919,"kind":1024,"name":"options","url":"modules/entities_instance.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Poll.__type"},{"id":4920,"kind":1024,"name":"voted","url":"modules/entities_instance.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Poll.__type"},{"id":4921,"kind":4194304,"name":"Reaction","url":"modules/entities_instance.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":4922,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Reaction"},{"id":4923,"kind":1024,"name":"count","url":"modules/entities_instance.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Reaction.__type"},{"id":4924,"kind":1024,"name":"me","url":"modules/entities_instance.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Reaction.__type"},{"id":4925,"kind":1024,"name":"name","url":"modules/entities_instance.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Reaction.__type"},{"id":4926,"kind":1024,"name":"accounts","url":"modules/entities_instance.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Reaction.__type"},{"id":4927,"kind":4194304,"name":"Status","url":"modules/entities_instance.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":4928,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Status"},{"id":4929,"kind":1024,"name":"id","url":"modules/entities_instance.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4930,"kind":1024,"name":"uri","url":"modules/entities_instance.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4931,"kind":1024,"name":"url","url":"modules/entities_instance.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4932,"kind":1024,"name":"account","url":"modules/entities_instance.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4933,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_instance.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4934,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_instance.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4935,"kind":1024,"name":"reblog","url":"modules/entities_instance.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4936,"kind":1024,"name":"content","url":"modules/entities_instance.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4937,"kind":1024,"name":"created_at","url":"modules/entities_instance.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4938,"kind":1024,"name":"emojis","url":"modules/entities_instance.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4939,"kind":1024,"name":"replies_count","url":"modules/entities_instance.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4940,"kind":1024,"name":"reblogs_count","url":"modules/entities_instance.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4941,"kind":1024,"name":"favourites_count","url":"modules/entities_instance.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4942,"kind":1024,"name":"reblogged","url":"modules/entities_instance.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4943,"kind":1024,"name":"favourited","url":"modules/entities_instance.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4944,"kind":1024,"name":"muted","url":"modules/entities_instance.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4945,"kind":1024,"name":"sensitive","url":"modules/entities_instance.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4946,"kind":1024,"name":"spoiler_text","url":"modules/entities_instance.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4947,"kind":1024,"name":"visibility","url":"modules/entities_instance.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4948,"kind":1024,"name":"media_attachments","url":"modules/entities_instance.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4949,"kind":1024,"name":"mentions","url":"modules/entities_instance.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4950,"kind":1024,"name":"tags","url":"modules/entities_instance.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4951,"kind":1024,"name":"card","url":"modules/entities_instance.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4952,"kind":1024,"name":"poll","url":"modules/entities_instance.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4953,"kind":1024,"name":"application","url":"modules/entities_instance.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4954,"kind":1024,"name":"language","url":"modules/entities_instance.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4955,"kind":1024,"name":"pinned","url":"modules/entities_instance.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4956,"kind":1024,"name":"emoji_reactions","url":"modules/entities_instance.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4957,"kind":1024,"name":"quote","url":"modules/entities_instance.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4958,"kind":1024,"name":"bookmarked","url":"modules/entities_instance.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Status.__type"},{"id":4959,"kind":4194304,"name":"Context","url":"modules/entities_instance.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":4960,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Context"},{"id":4961,"kind":1024,"name":"ancestors","url":"modules/entities_instance.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Context.__type"},{"id":4962,"kind":1024,"name":"descendants","url":"modules/entities_instance.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Context.__type"},{"id":4963,"kind":4194304,"name":"Conversation","url":"modules/entities_instance.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":4964,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Conversation"},{"id":4965,"kind":1024,"name":"id","url":"modules/entities_instance.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Conversation.__type"},{"id":4966,"kind":1024,"name":"accounts","url":"modules/entities_instance.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Conversation.__type"},{"id":4967,"kind":1024,"name":"last_status","url":"modules/entities_instance.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Conversation.__type"},{"id":4968,"kind":1024,"name":"unread","url":"modules/entities_instance.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Conversation.__type"},{"id":4969,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_instance.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":4970,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.FeaturedTag"},{"id":4971,"kind":1024,"name":"id","url":"modules/entities_instance.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.FeaturedTag.__type"},{"id":4972,"kind":1024,"name":"name","url":"modules/entities_instance.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.FeaturedTag.__type"},{"id":4973,"kind":1024,"name":"statuses_count","url":"modules/entities_instance.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.FeaturedTag.__type"},{"id":4974,"kind":1024,"name":"last_status_at","url":"modules/entities_instance.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.FeaturedTag.__type"},{"id":4975,"kind":4194304,"name":"Field","url":"modules/entities_instance.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":4976,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Field"},{"id":4977,"kind":1024,"name":"name","url":"modules/entities_instance.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Field.__type"},{"id":4978,"kind":1024,"name":"value","url":"modules/entities_instance.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Field.__type"},{"id":4979,"kind":1024,"name":"verified_at","url":"modules/entities_instance.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Field.__type"},{"id":4980,"kind":4194304,"name":"Filter","url":"modules/entities_instance.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":4981,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Filter"},{"id":4982,"kind":1024,"name":"id","url":"modules/entities_instance.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Filter.__type"},{"id":4983,"kind":1024,"name":"phrase","url":"modules/entities_instance.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Filter.__type"},{"id":4984,"kind":1024,"name":"context","url":"modules/entities_instance.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Filter.__type"},{"id":4985,"kind":1024,"name":"expires_at","url":"modules/entities_instance.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Filter.__type"},{"id":4986,"kind":1024,"name":"irreversible","url":"modules/entities_instance.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Filter.__type"},{"id":4987,"kind":1024,"name":"whole_word","url":"modules/entities_instance.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Filter.__type"},{"id":4988,"kind":4194304,"name":"IdentityProof","url":"modules/entities_instance.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":4989,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.IdentityProof"},{"id":4990,"kind":1024,"name":"provider","url":"modules/entities_instance.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.IdentityProof.__type"},{"id":4991,"kind":1024,"name":"provider_username","url":"modules/entities_instance.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.IdentityProof.__type"},{"id":4992,"kind":1024,"name":"updated_at","url":"modules/entities_instance.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.IdentityProof.__type"},{"id":4993,"kind":1024,"name":"proof_url","url":"modules/entities_instance.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.IdentityProof.__type"},{"id":4994,"kind":1024,"name":"profile_url","url":"modules/entities_instance.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.IdentityProof.__type"},{"id":4995,"kind":4194304,"name":"URLs","url":"modules/entities_instance.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":4996,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.URLs"},{"id":4997,"kind":1024,"name":"streaming_api","url":"modules/entities_instance.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.URLs.__type"},{"id":4998,"kind":4194304,"name":"Stats","url":"modules/entities_instance.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":4999,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Stats"},{"id":5000,"kind":1024,"name":"user_count","url":"modules/entities_instance.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Stats.__type"},{"id":5001,"kind":1024,"name":"status_count","url":"modules/entities_instance.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Stats.__type"},{"id":5002,"kind":1024,"name":"domain_count","url":"modules/entities_instance.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Stats.__type"},{"id":5003,"kind":4194304,"name":"Instance","url":"modules/entities_instance.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":5004,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Instance"},{"id":5005,"kind":1024,"name":"uri","url":"modules/entities_instance.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Instance.__type"},{"id":5006,"kind":1024,"name":"title","url":"modules/entities_instance.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Instance.__type"},{"id":5007,"kind":1024,"name":"description","url":"modules/entities_instance.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Instance.__type"},{"id":5008,"kind":1024,"name":"email","url":"modules/entities_instance.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Instance.__type"},{"id":5009,"kind":1024,"name":"version","url":"modules/entities_instance.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Instance.__type"},{"id":5010,"kind":1024,"name":"thumbnail","url":"modules/entities_instance.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Instance.__type"},{"id":5011,"kind":1024,"name":"urls","url":"modules/entities_instance.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Instance.__type"},{"id":5012,"kind":1024,"name":"stats","url":"modules/entities_instance.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Instance.__type"},{"id":5013,"kind":1024,"name":"languages","url":"modules/entities_instance.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Instance.__type"},{"id":5014,"kind":1024,"name":"contact_account","url":"modules/entities_instance.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Instance.__type"},{"id":5015,"kind":1024,"name":"max_toot_chars","url":"modules/entities_instance.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Instance.__type"},{"id":5016,"kind":1024,"name":"registrations","url":"modules/entities_instance.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Instance.__type"},{"id":5017,"kind":4194304,"name":"List","url":"modules/entities_instance.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":5018,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.List"},{"id":5019,"kind":1024,"name":"id","url":"modules/entities_instance.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.List.__type"},{"id":5020,"kind":1024,"name":"title","url":"modules/entities_instance.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.List.__type"},{"id":5021,"kind":4194304,"name":"Marker","url":"modules/entities_instance.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":5022,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Marker"},{"id":5023,"kind":1024,"name":"home","url":"modules/entities_instance.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Marker.__type"},{"id":5024,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Marker.__type"},{"id":5025,"kind":1024,"name":"last_read_id","url":"modules/entities_instance.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Marker.__type.__type"},{"id":5026,"kind":1024,"name":"version","url":"modules/entities_instance.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Marker.__type.__type"},{"id":5027,"kind":1024,"name":"updated_at","url":"modules/entities_instance.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Marker.__type.__type"},{"id":5028,"kind":1024,"name":"notifications","url":"modules/entities_instance.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Marker.__type"},{"id":5029,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Marker.__type"},{"id":5030,"kind":1024,"name":"last_read_id","url":"modules/entities_instance.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Marker.__type.__type"},{"id":5031,"kind":1024,"name":"version","url":"modules/entities_instance.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Marker.__type.__type"},{"id":5032,"kind":1024,"name":"updated_at","url":"modules/entities_instance.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Marker.__type.__type"},{"id":5033,"kind":4194304,"name":"Notification","url":"modules/entities_instance.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":5034,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Notification"},{"id":5035,"kind":1024,"name":"account","url":"modules/entities_instance.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Notification.__type"},{"id":5036,"kind":1024,"name":"created_at","url":"modules/entities_instance.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Notification.__type"},{"id":5037,"kind":1024,"name":"id","url":"modules/entities_instance.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Notification.__type"},{"id":5038,"kind":1024,"name":"status","url":"modules/entities_instance.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Notification.__type"},{"id":5039,"kind":1024,"name":"emoji","url":"modules/entities_instance.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Notification.__type"},{"id":5040,"kind":1024,"name":"type","url":"modules/entities_instance.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Notification.__type"},{"id":5041,"kind":4194304,"name":"NotificationType","url":"modules/entities_instance.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":5042,"kind":4194304,"name":"Preferences","url":"modules/entities_instance.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":5043,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Preferences"},{"id":5044,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_instance.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Preferences.__type"},{"id":5045,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_instance.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Preferences.__type"},{"id":5046,"kind":1024,"name":"posting:default:language","url":"modules/entities_instance.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Preferences.__type"},{"id":5047,"kind":1024,"name":"reading:expand:media","url":"modules/entities_instance.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Preferences.__type"},{"id":5048,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_instance.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Preferences.__type"},{"id":5049,"kind":4194304,"name":"PushSubscription","url":"modules/entities_instance.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":5050,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.PushSubscription"},{"id":5051,"kind":1024,"name":"id","url":"modules/entities_instance.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.PushSubscription.__type"},{"id":5052,"kind":1024,"name":"endpoint","url":"modules/entities_instance.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.PushSubscription.__type"},{"id":5053,"kind":1024,"name":"server_key","url":"modules/entities_instance.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.PushSubscription.__type"},{"id":5054,"kind":1024,"name":"alerts","url":"modules/entities_instance.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.PushSubscription.__type"},{"id":5055,"kind":4194304,"name":"Relationship","url":"modules/entities_instance.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":5056,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Relationship"},{"id":5057,"kind":1024,"name":"id","url":"modules/entities_instance.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Relationship.__type"},{"id":5058,"kind":1024,"name":"following","url":"modules/entities_instance.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Relationship.__type"},{"id":5059,"kind":1024,"name":"followed_by","url":"modules/entities_instance.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Relationship.__type"},{"id":5060,"kind":1024,"name":"blocking","url":"modules/entities_instance.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Relationship.__type"},{"id":5061,"kind":1024,"name":"muting","url":"modules/entities_instance.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Relationship.__type"},{"id":5062,"kind":1024,"name":"muting_notifications","url":"modules/entities_instance.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Relationship.__type"},{"id":5063,"kind":1024,"name":"requested","url":"modules/entities_instance.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Relationship.__type"},{"id":5064,"kind":1024,"name":"domain_blocking","url":"modules/entities_instance.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Relationship.__type"},{"id":5065,"kind":1024,"name":"showing_reblogs","url":"modules/entities_instance.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Relationship.__type"},{"id":5066,"kind":1024,"name":"endorsed","url":"modules/entities_instance.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Relationship.__type"},{"id":5067,"kind":4194304,"name":"Report","url":"modules/entities_instance.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":5068,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Report"},{"id":5069,"kind":1024,"name":"id","url":"modules/entities_instance.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Report.__type"},{"id":5070,"kind":1024,"name":"action_taken","url":"modules/entities_instance.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Report.__type"},{"id":5071,"kind":1024,"name":"comment","url":"modules/entities_instance.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Report.__type"},{"id":5072,"kind":1024,"name":"account_id","url":"modules/entities_instance.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Report.__type"},{"id":5073,"kind":1024,"name":"status_ids","url":"modules/entities_instance.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Report.__type"},{"id":5074,"kind":4194304,"name":"Results","url":"modules/entities_instance.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":5075,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Results"},{"id":5076,"kind":1024,"name":"accounts","url":"modules/entities_instance.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Results.__type"},{"id":5077,"kind":1024,"name":"statuses","url":"modules/entities_instance.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Results.__type"},{"id":5078,"kind":1024,"name":"hashtags","url":"modules/entities_instance.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Results.__type"},{"id":5079,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_instance.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":5080,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.ScheduledStatus"},{"id":5081,"kind":1024,"name":"id","url":"modules/entities_instance.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.ScheduledStatus.__type"},{"id":5082,"kind":1024,"name":"scheduled_at","url":"modules/entities_instance.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.ScheduledStatus.__type"},{"id":5083,"kind":1024,"name":"params","url":"modules/entities_instance.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.ScheduledStatus.__type"},{"id":5084,"kind":1024,"name":"media_attachments","url":"modules/entities_instance.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.ScheduledStatus.__type"},{"id":5085,"kind":4194304,"name":"StatusParams","url":"modules/entities_instance.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":5086,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.StatusParams"},{"id":5087,"kind":1024,"name":"text","url":"modules/entities_instance.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.StatusParams.__type"},{"id":5088,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_instance.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.StatusParams.__type"},{"id":5089,"kind":1024,"name":"media_ids","url":"modules/entities_instance.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.StatusParams.__type"},{"id":5090,"kind":1024,"name":"sensitive","url":"modules/entities_instance.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.StatusParams.__type"},{"id":5091,"kind":1024,"name":"spoiler_text","url":"modules/entities_instance.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.StatusParams.__type"},{"id":5092,"kind":1024,"name":"visibility","url":"modules/entities_instance.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.StatusParams.__type"},{"id":5093,"kind":1024,"name":"scheduled_at","url":"modules/entities_instance.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.StatusParams.__type"},{"id":5094,"kind":1024,"name":"application_id","url":"modules/entities_instance.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.StatusParams.__type"},{"id":5095,"kind":4194304,"name":"Token","url":"modules/entities_instance.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/instance.Entity"},{"id":5096,"kind":65536,"name":"__type","url":"modules/entities_instance.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/instance.Entity.Token"},{"id":5097,"kind":1024,"name":"access_token","url":"modules/entities_instance.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Token.__type"},{"id":5098,"kind":1024,"name":"token_type","url":"modules/entities_instance.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Token.__type"},{"id":5099,"kind":1024,"name":"scope","url":"modules/entities_instance.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Token.__type"},{"id":5100,"kind":1024,"name":"created_at","url":"modules/entities_instance.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/instance.Entity.Token.__type"},{"id":5101,"kind":2,"name":"Entity","url":"modules/entities_list.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/list"},{"id":5102,"kind":4194304,"name":"Emoji","url":"modules/entities_list.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5103,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Emoji"},{"id":5104,"kind":1024,"name":"shortcode","url":"modules/entities_list.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Emoji.__type"},{"id":5105,"kind":1024,"name":"static_url","url":"modules/entities_list.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Emoji.__type"},{"id":5106,"kind":1024,"name":"url","url":"modules/entities_list.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Emoji.__type"},{"id":5107,"kind":1024,"name":"visible_in_picker","url":"modules/entities_list.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Emoji.__type"},{"id":5108,"kind":4194304,"name":"Source","url":"modules/entities_list.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5109,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Source"},{"id":5110,"kind":1024,"name":"privacy","url":"modules/entities_list.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Source.__type"},{"id":5111,"kind":1024,"name":"sensitive","url":"modules/entities_list.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Source.__type"},{"id":5112,"kind":1024,"name":"language","url":"modules/entities_list.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Source.__type"},{"id":5113,"kind":1024,"name":"note","url":"modules/entities_list.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Source.__type"},{"id":5114,"kind":1024,"name":"fields","url":"modules/entities_list.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Source.__type"},{"id":5115,"kind":4194304,"name":"Account","url":"modules/entities_list.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5116,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Account"},{"id":5117,"kind":1024,"name":"id","url":"modules/entities_list.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Account.__type"},{"id":5118,"kind":1024,"name":"username","url":"modules/entities_list.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Account.__type"},{"id":5119,"kind":1024,"name":"acct","url":"modules/entities_list.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Account.__type"},{"id":5120,"kind":1024,"name":"display_name","url":"modules/entities_list.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Account.__type"},{"id":5121,"kind":1024,"name":"locked","url":"modules/entities_list.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Account.__type"},{"id":5122,"kind":1024,"name":"created_at","url":"modules/entities_list.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Account.__type"},{"id":5123,"kind":1024,"name":"followers_count","url":"modules/entities_list.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Account.__type"},{"id":5124,"kind":1024,"name":"following_count","url":"modules/entities_list.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Account.__type"},{"id":5125,"kind":1024,"name":"statuses_count","url":"modules/entities_list.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Account.__type"},{"id":5126,"kind":1024,"name":"note","url":"modules/entities_list.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Account.__type"},{"id":5127,"kind":1024,"name":"url","url":"modules/entities_list.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Account.__type"},{"id":5128,"kind":1024,"name":"avatar","url":"modules/entities_list.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Account.__type"},{"id":5129,"kind":1024,"name":"avatar_static","url":"modules/entities_list.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Account.__type"},{"id":5130,"kind":1024,"name":"header","url":"modules/entities_list.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Account.__type"},{"id":5131,"kind":1024,"name":"header_static","url":"modules/entities_list.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Account.__type"},{"id":5132,"kind":1024,"name":"emojis","url":"modules/entities_list.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Account.__type"},{"id":5133,"kind":1024,"name":"moved","url":"modules/entities_list.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Account.__type"},{"id":5134,"kind":1024,"name":"fields","url":"modules/entities_list.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Account.__type"},{"id":5135,"kind":1024,"name":"bot","url":"modules/entities_list.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Account.__type"},{"id":5136,"kind":1024,"name":"source","url":"modules/entities_list.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Account.__type"},{"id":5137,"kind":4194304,"name":"Activity","url":"modules/entities_list.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5138,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Activity"},{"id":5139,"kind":1024,"name":"week","url":"modules/entities_list.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Activity.__type"},{"id":5140,"kind":1024,"name":"statuses","url":"modules/entities_list.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Activity.__type"},{"id":5141,"kind":1024,"name":"logins","url":"modules/entities_list.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Activity.__type"},{"id":5142,"kind":1024,"name":"registrations","url":"modules/entities_list.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Activity.__type"},{"id":5143,"kind":4194304,"name":"Application","url":"modules/entities_list.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5144,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Application"},{"id":5145,"kind":1024,"name":"name","url":"modules/entities_list.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Application.__type"},{"id":5146,"kind":1024,"name":"website","url":"modules/entities_list.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Application.__type"},{"id":5147,"kind":1024,"name":"vapid_key","url":"modules/entities_list.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Application.__type"},{"id":5148,"kind":4194304,"name":"Attachment","url":"modules/entities_list.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5149,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Attachment"},{"id":5150,"kind":1024,"name":"id","url":"modules/entities_list.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Attachment.__type"},{"id":5151,"kind":1024,"name":"type","url":"modules/entities_list.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Attachment.__type"},{"id":5152,"kind":1024,"name":"url","url":"modules/entities_list.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Attachment.__type"},{"id":5153,"kind":1024,"name":"remote_url","url":"modules/entities_list.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Attachment.__type"},{"id":5154,"kind":1024,"name":"preview_url","url":"modules/entities_list.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Attachment.__type"},{"id":5155,"kind":1024,"name":"text_url","url":"modules/entities_list.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Attachment.__type"},{"id":5156,"kind":1024,"name":"meta","url":"modules/entities_list.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Attachment.__type"},{"id":5157,"kind":1024,"name":"description","url":"modules/entities_list.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Attachment.__type"},{"id":5158,"kind":4194304,"name":"Card","url":"modules/entities_list.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5159,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Card"},{"id":5160,"kind":1024,"name":"url","url":"modules/entities_list.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Card.__type"},{"id":5161,"kind":1024,"name":"title","url":"modules/entities_list.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Card.__type"},{"id":5162,"kind":1024,"name":"description","url":"modules/entities_list.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Card.__type"},{"id":5163,"kind":1024,"name":"type","url":"modules/entities_list.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Card.__type"},{"id":5164,"kind":1024,"name":"image","url":"modules/entities_list.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Card.__type"},{"id":5165,"kind":1024,"name":"author_name","url":"modules/entities_list.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Card.__type"},{"id":5166,"kind":1024,"name":"author_url","url":"modules/entities_list.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Card.__type"},{"id":5167,"kind":1024,"name":"provider_name","url":"modules/entities_list.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Card.__type"},{"id":5168,"kind":1024,"name":"provider_url","url":"modules/entities_list.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Card.__type"},{"id":5169,"kind":1024,"name":"html","url":"modules/entities_list.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Card.__type"},{"id":5170,"kind":1024,"name":"width","url":"modules/entities_list.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Card.__type"},{"id":5171,"kind":1024,"name":"height","url":"modules/entities_list.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Card.__type"},{"id":5172,"kind":4194304,"name":"Mention","url":"modules/entities_list.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5173,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Mention"},{"id":5174,"kind":1024,"name":"id","url":"modules/entities_list.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Mention.__type"},{"id":5175,"kind":1024,"name":"username","url":"modules/entities_list.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Mention.__type"},{"id":5176,"kind":1024,"name":"url","url":"modules/entities_list.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Mention.__type"},{"id":5177,"kind":1024,"name":"acct","url":"modules/entities_list.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Mention.__type"},{"id":5178,"kind":4194304,"name":"History","url":"modules/entities_list.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5179,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.History"},{"id":5180,"kind":1024,"name":"day","url":"modules/entities_list.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.History.__type"},{"id":5181,"kind":1024,"name":"uses","url":"modules/entities_list.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.History.__type"},{"id":5182,"kind":1024,"name":"accounts","url":"modules/entities_list.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.History.__type"},{"id":5183,"kind":4194304,"name":"Tag","url":"modules/entities_list.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5184,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Tag"},{"id":5185,"kind":1024,"name":"name","url":"modules/entities_list.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Tag.__type"},{"id":5186,"kind":1024,"name":"url","url":"modules/entities_list.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Tag.__type"},{"id":5187,"kind":1024,"name":"history","url":"modules/entities_list.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Tag.__type"},{"id":5188,"kind":4194304,"name":"PollOption","url":"modules/entities_list.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5189,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.PollOption"},{"id":5190,"kind":1024,"name":"title","url":"modules/entities_list.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.PollOption.__type"},{"id":5191,"kind":1024,"name":"votes_count","url":"modules/entities_list.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.PollOption.__type"},{"id":5192,"kind":4194304,"name":"Poll","url":"modules/entities_list.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5193,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Poll"},{"id":5194,"kind":1024,"name":"id","url":"modules/entities_list.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Poll.__type"},{"id":5195,"kind":1024,"name":"expires_at","url":"modules/entities_list.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Poll.__type"},{"id":5196,"kind":1024,"name":"expired","url":"modules/entities_list.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Poll.__type"},{"id":5197,"kind":1024,"name":"multiple","url":"modules/entities_list.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Poll.__type"},{"id":5198,"kind":1024,"name":"votes_count","url":"modules/entities_list.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Poll.__type"},{"id":5199,"kind":1024,"name":"options","url":"modules/entities_list.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Poll.__type"},{"id":5200,"kind":1024,"name":"voted","url":"modules/entities_list.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Poll.__type"},{"id":5201,"kind":4194304,"name":"Reaction","url":"modules/entities_list.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5202,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Reaction"},{"id":5203,"kind":1024,"name":"count","url":"modules/entities_list.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Reaction.__type"},{"id":5204,"kind":1024,"name":"me","url":"modules/entities_list.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Reaction.__type"},{"id":5205,"kind":1024,"name":"name","url":"modules/entities_list.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Reaction.__type"},{"id":5206,"kind":1024,"name":"accounts","url":"modules/entities_list.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Reaction.__type"},{"id":5207,"kind":4194304,"name":"Status","url":"modules/entities_list.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5208,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Status"},{"id":5209,"kind":1024,"name":"id","url":"modules/entities_list.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5210,"kind":1024,"name":"uri","url":"modules/entities_list.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5211,"kind":1024,"name":"url","url":"modules/entities_list.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5212,"kind":1024,"name":"account","url":"modules/entities_list.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5213,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_list.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5214,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_list.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5215,"kind":1024,"name":"reblog","url":"modules/entities_list.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5216,"kind":1024,"name":"content","url":"modules/entities_list.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5217,"kind":1024,"name":"created_at","url":"modules/entities_list.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5218,"kind":1024,"name":"emojis","url":"modules/entities_list.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5219,"kind":1024,"name":"replies_count","url":"modules/entities_list.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5220,"kind":1024,"name":"reblogs_count","url":"modules/entities_list.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5221,"kind":1024,"name":"favourites_count","url":"modules/entities_list.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5222,"kind":1024,"name":"reblogged","url":"modules/entities_list.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5223,"kind":1024,"name":"favourited","url":"modules/entities_list.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5224,"kind":1024,"name":"muted","url":"modules/entities_list.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5225,"kind":1024,"name":"sensitive","url":"modules/entities_list.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5226,"kind":1024,"name":"spoiler_text","url":"modules/entities_list.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5227,"kind":1024,"name":"visibility","url":"modules/entities_list.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5228,"kind":1024,"name":"media_attachments","url":"modules/entities_list.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5229,"kind":1024,"name":"mentions","url":"modules/entities_list.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5230,"kind":1024,"name":"tags","url":"modules/entities_list.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5231,"kind":1024,"name":"card","url":"modules/entities_list.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5232,"kind":1024,"name":"poll","url":"modules/entities_list.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5233,"kind":1024,"name":"application","url":"modules/entities_list.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5234,"kind":1024,"name":"language","url":"modules/entities_list.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5235,"kind":1024,"name":"pinned","url":"modules/entities_list.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5236,"kind":1024,"name":"emoji_reactions","url":"modules/entities_list.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5237,"kind":1024,"name":"quote","url":"modules/entities_list.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5238,"kind":1024,"name":"bookmarked","url":"modules/entities_list.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Status.__type"},{"id":5239,"kind":4194304,"name":"Context","url":"modules/entities_list.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5240,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Context"},{"id":5241,"kind":1024,"name":"ancestors","url":"modules/entities_list.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Context.__type"},{"id":5242,"kind":1024,"name":"descendants","url":"modules/entities_list.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Context.__type"},{"id":5243,"kind":4194304,"name":"Conversation","url":"modules/entities_list.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5244,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Conversation"},{"id":5245,"kind":1024,"name":"id","url":"modules/entities_list.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Conversation.__type"},{"id":5246,"kind":1024,"name":"accounts","url":"modules/entities_list.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Conversation.__type"},{"id":5247,"kind":1024,"name":"last_status","url":"modules/entities_list.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Conversation.__type"},{"id":5248,"kind":1024,"name":"unread","url":"modules/entities_list.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Conversation.__type"},{"id":5249,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_list.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5250,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.FeaturedTag"},{"id":5251,"kind":1024,"name":"id","url":"modules/entities_list.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.FeaturedTag.__type"},{"id":5252,"kind":1024,"name":"name","url":"modules/entities_list.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.FeaturedTag.__type"},{"id":5253,"kind":1024,"name":"statuses_count","url":"modules/entities_list.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.FeaturedTag.__type"},{"id":5254,"kind":1024,"name":"last_status_at","url":"modules/entities_list.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.FeaturedTag.__type"},{"id":5255,"kind":4194304,"name":"Field","url":"modules/entities_list.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5256,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Field"},{"id":5257,"kind":1024,"name":"name","url":"modules/entities_list.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Field.__type"},{"id":5258,"kind":1024,"name":"value","url":"modules/entities_list.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Field.__type"},{"id":5259,"kind":1024,"name":"verified_at","url":"modules/entities_list.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Field.__type"},{"id":5260,"kind":4194304,"name":"Filter","url":"modules/entities_list.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5261,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Filter"},{"id":5262,"kind":1024,"name":"id","url":"modules/entities_list.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Filter.__type"},{"id":5263,"kind":1024,"name":"phrase","url":"modules/entities_list.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Filter.__type"},{"id":5264,"kind":1024,"name":"context","url":"modules/entities_list.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Filter.__type"},{"id":5265,"kind":1024,"name":"expires_at","url":"modules/entities_list.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Filter.__type"},{"id":5266,"kind":1024,"name":"irreversible","url":"modules/entities_list.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Filter.__type"},{"id":5267,"kind":1024,"name":"whole_word","url":"modules/entities_list.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Filter.__type"},{"id":5268,"kind":4194304,"name":"IdentityProof","url":"modules/entities_list.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5269,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.IdentityProof"},{"id":5270,"kind":1024,"name":"provider","url":"modules/entities_list.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.IdentityProof.__type"},{"id":5271,"kind":1024,"name":"provider_username","url":"modules/entities_list.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.IdentityProof.__type"},{"id":5272,"kind":1024,"name":"updated_at","url":"modules/entities_list.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.IdentityProof.__type"},{"id":5273,"kind":1024,"name":"proof_url","url":"modules/entities_list.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.IdentityProof.__type"},{"id":5274,"kind":1024,"name":"profile_url","url":"modules/entities_list.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.IdentityProof.__type"},{"id":5275,"kind":4194304,"name":"URLs","url":"modules/entities_list.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5276,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.URLs"},{"id":5277,"kind":1024,"name":"streaming_api","url":"modules/entities_list.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.URLs.__type"},{"id":5278,"kind":4194304,"name":"Stats","url":"modules/entities_list.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5279,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Stats"},{"id":5280,"kind":1024,"name":"user_count","url":"modules/entities_list.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Stats.__type"},{"id":5281,"kind":1024,"name":"status_count","url":"modules/entities_list.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Stats.__type"},{"id":5282,"kind":1024,"name":"domain_count","url":"modules/entities_list.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Stats.__type"},{"id":5283,"kind":4194304,"name":"Instance","url":"modules/entities_list.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5284,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Instance"},{"id":5285,"kind":1024,"name":"uri","url":"modules/entities_list.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Instance.__type"},{"id":5286,"kind":1024,"name":"title","url":"modules/entities_list.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Instance.__type"},{"id":5287,"kind":1024,"name":"description","url":"modules/entities_list.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Instance.__type"},{"id":5288,"kind":1024,"name":"email","url":"modules/entities_list.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Instance.__type"},{"id":5289,"kind":1024,"name":"version","url":"modules/entities_list.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Instance.__type"},{"id":5290,"kind":1024,"name":"thumbnail","url":"modules/entities_list.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Instance.__type"},{"id":5291,"kind":1024,"name":"urls","url":"modules/entities_list.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Instance.__type"},{"id":5292,"kind":1024,"name":"stats","url":"modules/entities_list.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Instance.__type"},{"id":5293,"kind":1024,"name":"languages","url":"modules/entities_list.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Instance.__type"},{"id":5294,"kind":1024,"name":"contact_account","url":"modules/entities_list.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Instance.__type"},{"id":5295,"kind":1024,"name":"max_toot_chars","url":"modules/entities_list.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Instance.__type"},{"id":5296,"kind":1024,"name":"registrations","url":"modules/entities_list.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Instance.__type"},{"id":5297,"kind":4194304,"name":"List","url":"modules/entities_list.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5298,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.List"},{"id":5299,"kind":1024,"name":"id","url":"modules/entities_list.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.List.__type"},{"id":5300,"kind":1024,"name":"title","url":"modules/entities_list.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.List.__type"},{"id":5301,"kind":4194304,"name":"Marker","url":"modules/entities_list.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5302,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Marker"},{"id":5303,"kind":1024,"name":"home","url":"modules/entities_list.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Marker.__type"},{"id":5304,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/list.Entity.Marker.__type"},{"id":5305,"kind":1024,"name":"last_read_id","url":"modules/entities_list.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Marker.__type.__type"},{"id":5306,"kind":1024,"name":"version","url":"modules/entities_list.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Marker.__type.__type"},{"id":5307,"kind":1024,"name":"updated_at","url":"modules/entities_list.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Marker.__type.__type"},{"id":5308,"kind":1024,"name":"notifications","url":"modules/entities_list.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Marker.__type"},{"id":5309,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/list.Entity.Marker.__type"},{"id":5310,"kind":1024,"name":"last_read_id","url":"modules/entities_list.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Marker.__type.__type"},{"id":5311,"kind":1024,"name":"version","url":"modules/entities_list.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Marker.__type.__type"},{"id":5312,"kind":1024,"name":"updated_at","url":"modules/entities_list.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Marker.__type.__type"},{"id":5313,"kind":4194304,"name":"Notification","url":"modules/entities_list.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5314,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Notification"},{"id":5315,"kind":1024,"name":"account","url":"modules/entities_list.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Notification.__type"},{"id":5316,"kind":1024,"name":"created_at","url":"modules/entities_list.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Notification.__type"},{"id":5317,"kind":1024,"name":"id","url":"modules/entities_list.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Notification.__type"},{"id":5318,"kind":1024,"name":"status","url":"modules/entities_list.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Notification.__type"},{"id":5319,"kind":1024,"name":"emoji","url":"modules/entities_list.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Notification.__type"},{"id":5320,"kind":1024,"name":"type","url":"modules/entities_list.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Notification.__type"},{"id":5321,"kind":4194304,"name":"NotificationType","url":"modules/entities_list.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5322,"kind":4194304,"name":"Preferences","url":"modules/entities_list.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5323,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Preferences"},{"id":5324,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_list.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Preferences.__type"},{"id":5325,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_list.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Preferences.__type"},{"id":5326,"kind":1024,"name":"posting:default:language","url":"modules/entities_list.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Preferences.__type"},{"id":5327,"kind":1024,"name":"reading:expand:media","url":"modules/entities_list.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Preferences.__type"},{"id":5328,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_list.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Preferences.__type"},{"id":5329,"kind":4194304,"name":"PushSubscription","url":"modules/entities_list.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5330,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.PushSubscription"},{"id":5331,"kind":1024,"name":"id","url":"modules/entities_list.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.PushSubscription.__type"},{"id":5332,"kind":1024,"name":"endpoint","url":"modules/entities_list.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.PushSubscription.__type"},{"id":5333,"kind":1024,"name":"server_key","url":"modules/entities_list.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.PushSubscription.__type"},{"id":5334,"kind":1024,"name":"alerts","url":"modules/entities_list.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.PushSubscription.__type"},{"id":5335,"kind":4194304,"name":"Relationship","url":"modules/entities_list.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5336,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Relationship"},{"id":5337,"kind":1024,"name":"id","url":"modules/entities_list.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Relationship.__type"},{"id":5338,"kind":1024,"name":"following","url":"modules/entities_list.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Relationship.__type"},{"id":5339,"kind":1024,"name":"followed_by","url":"modules/entities_list.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Relationship.__type"},{"id":5340,"kind":1024,"name":"blocking","url":"modules/entities_list.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Relationship.__type"},{"id":5341,"kind":1024,"name":"muting","url":"modules/entities_list.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Relationship.__type"},{"id":5342,"kind":1024,"name":"muting_notifications","url":"modules/entities_list.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Relationship.__type"},{"id":5343,"kind":1024,"name":"requested","url":"modules/entities_list.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Relationship.__type"},{"id":5344,"kind":1024,"name":"domain_blocking","url":"modules/entities_list.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Relationship.__type"},{"id":5345,"kind":1024,"name":"showing_reblogs","url":"modules/entities_list.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Relationship.__type"},{"id":5346,"kind":1024,"name":"endorsed","url":"modules/entities_list.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Relationship.__type"},{"id":5347,"kind":4194304,"name":"Report","url":"modules/entities_list.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5348,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Report"},{"id":5349,"kind":1024,"name":"id","url":"modules/entities_list.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Report.__type"},{"id":5350,"kind":1024,"name":"action_taken","url":"modules/entities_list.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Report.__type"},{"id":5351,"kind":1024,"name":"comment","url":"modules/entities_list.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Report.__type"},{"id":5352,"kind":1024,"name":"account_id","url":"modules/entities_list.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Report.__type"},{"id":5353,"kind":1024,"name":"status_ids","url":"modules/entities_list.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Report.__type"},{"id":5354,"kind":4194304,"name":"Results","url":"modules/entities_list.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5355,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Results"},{"id":5356,"kind":1024,"name":"accounts","url":"modules/entities_list.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Results.__type"},{"id":5357,"kind":1024,"name":"statuses","url":"modules/entities_list.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Results.__type"},{"id":5358,"kind":1024,"name":"hashtags","url":"modules/entities_list.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Results.__type"},{"id":5359,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_list.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5360,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.ScheduledStatus"},{"id":5361,"kind":1024,"name":"id","url":"modules/entities_list.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.ScheduledStatus.__type"},{"id":5362,"kind":1024,"name":"scheduled_at","url":"modules/entities_list.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.ScheduledStatus.__type"},{"id":5363,"kind":1024,"name":"params","url":"modules/entities_list.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.ScheduledStatus.__type"},{"id":5364,"kind":1024,"name":"media_attachments","url":"modules/entities_list.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.ScheduledStatus.__type"},{"id":5365,"kind":4194304,"name":"StatusParams","url":"modules/entities_list.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5366,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.StatusParams"},{"id":5367,"kind":1024,"name":"text","url":"modules/entities_list.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.StatusParams.__type"},{"id":5368,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_list.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.StatusParams.__type"},{"id":5369,"kind":1024,"name":"media_ids","url":"modules/entities_list.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.StatusParams.__type"},{"id":5370,"kind":1024,"name":"sensitive","url":"modules/entities_list.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.StatusParams.__type"},{"id":5371,"kind":1024,"name":"spoiler_text","url":"modules/entities_list.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.StatusParams.__type"},{"id":5372,"kind":1024,"name":"visibility","url":"modules/entities_list.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.StatusParams.__type"},{"id":5373,"kind":1024,"name":"scheduled_at","url":"modules/entities_list.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.StatusParams.__type"},{"id":5374,"kind":1024,"name":"application_id","url":"modules/entities_list.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.StatusParams.__type"},{"id":5375,"kind":4194304,"name":"Token","url":"modules/entities_list.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/list.Entity"},{"id":5376,"kind":65536,"name":"__type","url":"modules/entities_list.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/list.Entity.Token"},{"id":5377,"kind":1024,"name":"access_token","url":"modules/entities_list.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Token.__type"},{"id":5378,"kind":1024,"name":"token_type","url":"modules/entities_list.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Token.__type"},{"id":5379,"kind":1024,"name":"scope","url":"modules/entities_list.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Token.__type"},{"id":5380,"kind":1024,"name":"created_at","url":"modules/entities_list.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/list.Entity.Token.__type"},{"id":5381,"kind":2,"name":"Entity","url":"modules/entities_marker.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/marker"},{"id":5382,"kind":4194304,"name":"Emoji","url":"modules/entities_marker.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5383,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Emoji"},{"id":5384,"kind":1024,"name":"shortcode","url":"modules/entities_marker.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Emoji.__type"},{"id":5385,"kind":1024,"name":"static_url","url":"modules/entities_marker.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Emoji.__type"},{"id":5386,"kind":1024,"name":"url","url":"modules/entities_marker.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Emoji.__type"},{"id":5387,"kind":1024,"name":"visible_in_picker","url":"modules/entities_marker.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Emoji.__type"},{"id":5388,"kind":4194304,"name":"Source","url":"modules/entities_marker.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5389,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Source"},{"id":5390,"kind":1024,"name":"privacy","url":"modules/entities_marker.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Source.__type"},{"id":5391,"kind":1024,"name":"sensitive","url":"modules/entities_marker.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Source.__type"},{"id":5392,"kind":1024,"name":"language","url":"modules/entities_marker.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Source.__type"},{"id":5393,"kind":1024,"name":"note","url":"modules/entities_marker.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Source.__type"},{"id":5394,"kind":1024,"name":"fields","url":"modules/entities_marker.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Source.__type"},{"id":5395,"kind":4194304,"name":"Account","url":"modules/entities_marker.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5396,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Account"},{"id":5397,"kind":1024,"name":"id","url":"modules/entities_marker.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Account.__type"},{"id":5398,"kind":1024,"name":"username","url":"modules/entities_marker.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Account.__type"},{"id":5399,"kind":1024,"name":"acct","url":"modules/entities_marker.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Account.__type"},{"id":5400,"kind":1024,"name":"display_name","url":"modules/entities_marker.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Account.__type"},{"id":5401,"kind":1024,"name":"locked","url":"modules/entities_marker.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Account.__type"},{"id":5402,"kind":1024,"name":"created_at","url":"modules/entities_marker.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Account.__type"},{"id":5403,"kind":1024,"name":"followers_count","url":"modules/entities_marker.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Account.__type"},{"id":5404,"kind":1024,"name":"following_count","url":"modules/entities_marker.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Account.__type"},{"id":5405,"kind":1024,"name":"statuses_count","url":"modules/entities_marker.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Account.__type"},{"id":5406,"kind":1024,"name":"note","url":"modules/entities_marker.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Account.__type"},{"id":5407,"kind":1024,"name":"url","url":"modules/entities_marker.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Account.__type"},{"id":5408,"kind":1024,"name":"avatar","url":"modules/entities_marker.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Account.__type"},{"id":5409,"kind":1024,"name":"avatar_static","url":"modules/entities_marker.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Account.__type"},{"id":5410,"kind":1024,"name":"header","url":"modules/entities_marker.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Account.__type"},{"id":5411,"kind":1024,"name":"header_static","url":"modules/entities_marker.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Account.__type"},{"id":5412,"kind":1024,"name":"emojis","url":"modules/entities_marker.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Account.__type"},{"id":5413,"kind":1024,"name":"moved","url":"modules/entities_marker.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Account.__type"},{"id":5414,"kind":1024,"name":"fields","url":"modules/entities_marker.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Account.__type"},{"id":5415,"kind":1024,"name":"bot","url":"modules/entities_marker.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Account.__type"},{"id":5416,"kind":1024,"name":"source","url":"modules/entities_marker.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Account.__type"},{"id":5417,"kind":4194304,"name":"Activity","url":"modules/entities_marker.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5418,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Activity"},{"id":5419,"kind":1024,"name":"week","url":"modules/entities_marker.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Activity.__type"},{"id":5420,"kind":1024,"name":"statuses","url":"modules/entities_marker.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Activity.__type"},{"id":5421,"kind":1024,"name":"logins","url":"modules/entities_marker.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Activity.__type"},{"id":5422,"kind":1024,"name":"registrations","url":"modules/entities_marker.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Activity.__type"},{"id":5423,"kind":4194304,"name":"Application","url":"modules/entities_marker.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5424,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Application"},{"id":5425,"kind":1024,"name":"name","url":"modules/entities_marker.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Application.__type"},{"id":5426,"kind":1024,"name":"website","url":"modules/entities_marker.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Application.__type"},{"id":5427,"kind":1024,"name":"vapid_key","url":"modules/entities_marker.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Application.__type"},{"id":5428,"kind":4194304,"name":"Attachment","url":"modules/entities_marker.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5429,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Attachment"},{"id":5430,"kind":1024,"name":"id","url":"modules/entities_marker.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Attachment.__type"},{"id":5431,"kind":1024,"name":"type","url":"modules/entities_marker.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Attachment.__type"},{"id":5432,"kind":1024,"name":"url","url":"modules/entities_marker.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Attachment.__type"},{"id":5433,"kind":1024,"name":"remote_url","url":"modules/entities_marker.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Attachment.__type"},{"id":5434,"kind":1024,"name":"preview_url","url":"modules/entities_marker.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Attachment.__type"},{"id":5435,"kind":1024,"name":"text_url","url":"modules/entities_marker.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Attachment.__type"},{"id":5436,"kind":1024,"name":"meta","url":"modules/entities_marker.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Attachment.__type"},{"id":5437,"kind":1024,"name":"description","url":"modules/entities_marker.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Attachment.__type"},{"id":5438,"kind":4194304,"name":"Card","url":"modules/entities_marker.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5439,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Card"},{"id":5440,"kind":1024,"name":"url","url":"modules/entities_marker.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Card.__type"},{"id":5441,"kind":1024,"name":"title","url":"modules/entities_marker.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Card.__type"},{"id":5442,"kind":1024,"name":"description","url":"modules/entities_marker.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Card.__type"},{"id":5443,"kind":1024,"name":"type","url":"modules/entities_marker.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Card.__type"},{"id":5444,"kind":1024,"name":"image","url":"modules/entities_marker.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Card.__type"},{"id":5445,"kind":1024,"name":"author_name","url":"modules/entities_marker.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Card.__type"},{"id":5446,"kind":1024,"name":"author_url","url":"modules/entities_marker.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Card.__type"},{"id":5447,"kind":1024,"name":"provider_name","url":"modules/entities_marker.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Card.__type"},{"id":5448,"kind":1024,"name":"provider_url","url":"modules/entities_marker.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Card.__type"},{"id":5449,"kind":1024,"name":"html","url":"modules/entities_marker.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Card.__type"},{"id":5450,"kind":1024,"name":"width","url":"modules/entities_marker.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Card.__type"},{"id":5451,"kind":1024,"name":"height","url":"modules/entities_marker.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Card.__type"},{"id":5452,"kind":4194304,"name":"Mention","url":"modules/entities_marker.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5453,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Mention"},{"id":5454,"kind":1024,"name":"id","url":"modules/entities_marker.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Mention.__type"},{"id":5455,"kind":1024,"name":"username","url":"modules/entities_marker.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Mention.__type"},{"id":5456,"kind":1024,"name":"url","url":"modules/entities_marker.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Mention.__type"},{"id":5457,"kind":1024,"name":"acct","url":"modules/entities_marker.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Mention.__type"},{"id":5458,"kind":4194304,"name":"History","url":"modules/entities_marker.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5459,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.History"},{"id":5460,"kind":1024,"name":"day","url":"modules/entities_marker.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.History.__type"},{"id":5461,"kind":1024,"name":"uses","url":"modules/entities_marker.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.History.__type"},{"id":5462,"kind":1024,"name":"accounts","url":"modules/entities_marker.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.History.__type"},{"id":5463,"kind":4194304,"name":"Tag","url":"modules/entities_marker.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5464,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Tag"},{"id":5465,"kind":1024,"name":"name","url":"modules/entities_marker.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Tag.__type"},{"id":5466,"kind":1024,"name":"url","url":"modules/entities_marker.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Tag.__type"},{"id":5467,"kind":1024,"name":"history","url":"modules/entities_marker.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Tag.__type"},{"id":5468,"kind":4194304,"name":"PollOption","url":"modules/entities_marker.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5469,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.PollOption"},{"id":5470,"kind":1024,"name":"title","url":"modules/entities_marker.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.PollOption.__type"},{"id":5471,"kind":1024,"name":"votes_count","url":"modules/entities_marker.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.PollOption.__type"},{"id":5472,"kind":4194304,"name":"Poll","url":"modules/entities_marker.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5473,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Poll"},{"id":5474,"kind":1024,"name":"id","url":"modules/entities_marker.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Poll.__type"},{"id":5475,"kind":1024,"name":"expires_at","url":"modules/entities_marker.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Poll.__type"},{"id":5476,"kind":1024,"name":"expired","url":"modules/entities_marker.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Poll.__type"},{"id":5477,"kind":1024,"name":"multiple","url":"modules/entities_marker.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Poll.__type"},{"id":5478,"kind":1024,"name":"votes_count","url":"modules/entities_marker.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Poll.__type"},{"id":5479,"kind":1024,"name":"options","url":"modules/entities_marker.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Poll.__type"},{"id":5480,"kind":1024,"name":"voted","url":"modules/entities_marker.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Poll.__type"},{"id":5481,"kind":4194304,"name":"Reaction","url":"modules/entities_marker.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5482,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Reaction"},{"id":5483,"kind":1024,"name":"count","url":"modules/entities_marker.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Reaction.__type"},{"id":5484,"kind":1024,"name":"me","url":"modules/entities_marker.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Reaction.__type"},{"id":5485,"kind":1024,"name":"name","url":"modules/entities_marker.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Reaction.__type"},{"id":5486,"kind":1024,"name":"accounts","url":"modules/entities_marker.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Reaction.__type"},{"id":5487,"kind":4194304,"name":"Status","url":"modules/entities_marker.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5488,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Status"},{"id":5489,"kind":1024,"name":"id","url":"modules/entities_marker.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5490,"kind":1024,"name":"uri","url":"modules/entities_marker.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5491,"kind":1024,"name":"url","url":"modules/entities_marker.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5492,"kind":1024,"name":"account","url":"modules/entities_marker.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5493,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_marker.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5494,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_marker.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5495,"kind":1024,"name":"reblog","url":"modules/entities_marker.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5496,"kind":1024,"name":"content","url":"modules/entities_marker.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5497,"kind":1024,"name":"created_at","url":"modules/entities_marker.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5498,"kind":1024,"name":"emojis","url":"modules/entities_marker.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5499,"kind":1024,"name":"replies_count","url":"modules/entities_marker.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5500,"kind":1024,"name":"reblogs_count","url":"modules/entities_marker.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5501,"kind":1024,"name":"favourites_count","url":"modules/entities_marker.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5502,"kind":1024,"name":"reblogged","url":"modules/entities_marker.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5503,"kind":1024,"name":"favourited","url":"modules/entities_marker.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5504,"kind":1024,"name":"muted","url":"modules/entities_marker.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5505,"kind":1024,"name":"sensitive","url":"modules/entities_marker.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5506,"kind":1024,"name":"spoiler_text","url":"modules/entities_marker.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5507,"kind":1024,"name":"visibility","url":"modules/entities_marker.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5508,"kind":1024,"name":"media_attachments","url":"modules/entities_marker.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5509,"kind":1024,"name":"mentions","url":"modules/entities_marker.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5510,"kind":1024,"name":"tags","url":"modules/entities_marker.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5511,"kind":1024,"name":"card","url":"modules/entities_marker.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5512,"kind":1024,"name":"poll","url":"modules/entities_marker.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5513,"kind":1024,"name":"application","url":"modules/entities_marker.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5514,"kind":1024,"name":"language","url":"modules/entities_marker.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5515,"kind":1024,"name":"pinned","url":"modules/entities_marker.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5516,"kind":1024,"name":"emoji_reactions","url":"modules/entities_marker.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5517,"kind":1024,"name":"quote","url":"modules/entities_marker.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5518,"kind":1024,"name":"bookmarked","url":"modules/entities_marker.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Status.__type"},{"id":5519,"kind":4194304,"name":"Context","url":"modules/entities_marker.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5520,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Context"},{"id":5521,"kind":1024,"name":"ancestors","url":"modules/entities_marker.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Context.__type"},{"id":5522,"kind":1024,"name":"descendants","url":"modules/entities_marker.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Context.__type"},{"id":5523,"kind":4194304,"name":"Conversation","url":"modules/entities_marker.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5524,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Conversation"},{"id":5525,"kind":1024,"name":"id","url":"modules/entities_marker.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Conversation.__type"},{"id":5526,"kind":1024,"name":"accounts","url":"modules/entities_marker.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Conversation.__type"},{"id":5527,"kind":1024,"name":"last_status","url":"modules/entities_marker.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Conversation.__type"},{"id":5528,"kind":1024,"name":"unread","url":"modules/entities_marker.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Conversation.__type"},{"id":5529,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_marker.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5530,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.FeaturedTag"},{"id":5531,"kind":1024,"name":"id","url":"modules/entities_marker.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.FeaturedTag.__type"},{"id":5532,"kind":1024,"name":"name","url":"modules/entities_marker.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.FeaturedTag.__type"},{"id":5533,"kind":1024,"name":"statuses_count","url":"modules/entities_marker.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.FeaturedTag.__type"},{"id":5534,"kind":1024,"name":"last_status_at","url":"modules/entities_marker.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.FeaturedTag.__type"},{"id":5535,"kind":4194304,"name":"Field","url":"modules/entities_marker.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5536,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Field"},{"id":5537,"kind":1024,"name":"name","url":"modules/entities_marker.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Field.__type"},{"id":5538,"kind":1024,"name":"value","url":"modules/entities_marker.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Field.__type"},{"id":5539,"kind":1024,"name":"verified_at","url":"modules/entities_marker.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Field.__type"},{"id":5540,"kind":4194304,"name":"Filter","url":"modules/entities_marker.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5541,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Filter"},{"id":5542,"kind":1024,"name":"id","url":"modules/entities_marker.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Filter.__type"},{"id":5543,"kind":1024,"name":"phrase","url":"modules/entities_marker.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Filter.__type"},{"id":5544,"kind":1024,"name":"context","url":"modules/entities_marker.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Filter.__type"},{"id":5545,"kind":1024,"name":"expires_at","url":"modules/entities_marker.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Filter.__type"},{"id":5546,"kind":1024,"name":"irreversible","url":"modules/entities_marker.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Filter.__type"},{"id":5547,"kind":1024,"name":"whole_word","url":"modules/entities_marker.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Filter.__type"},{"id":5548,"kind":4194304,"name":"IdentityProof","url":"modules/entities_marker.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5549,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.IdentityProof"},{"id":5550,"kind":1024,"name":"provider","url":"modules/entities_marker.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.IdentityProof.__type"},{"id":5551,"kind":1024,"name":"provider_username","url":"modules/entities_marker.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.IdentityProof.__type"},{"id":5552,"kind":1024,"name":"updated_at","url":"modules/entities_marker.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.IdentityProof.__type"},{"id":5553,"kind":1024,"name":"proof_url","url":"modules/entities_marker.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.IdentityProof.__type"},{"id":5554,"kind":1024,"name":"profile_url","url":"modules/entities_marker.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.IdentityProof.__type"},{"id":5555,"kind":4194304,"name":"URLs","url":"modules/entities_marker.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5556,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.URLs"},{"id":5557,"kind":1024,"name":"streaming_api","url":"modules/entities_marker.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.URLs.__type"},{"id":5558,"kind":4194304,"name":"Stats","url":"modules/entities_marker.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5559,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Stats"},{"id":5560,"kind":1024,"name":"user_count","url":"modules/entities_marker.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Stats.__type"},{"id":5561,"kind":1024,"name":"status_count","url":"modules/entities_marker.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Stats.__type"},{"id":5562,"kind":1024,"name":"domain_count","url":"modules/entities_marker.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Stats.__type"},{"id":5563,"kind":4194304,"name":"Instance","url":"modules/entities_marker.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5564,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Instance"},{"id":5565,"kind":1024,"name":"uri","url":"modules/entities_marker.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Instance.__type"},{"id":5566,"kind":1024,"name":"title","url":"modules/entities_marker.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Instance.__type"},{"id":5567,"kind":1024,"name":"description","url":"modules/entities_marker.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Instance.__type"},{"id":5568,"kind":1024,"name":"email","url":"modules/entities_marker.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Instance.__type"},{"id":5569,"kind":1024,"name":"version","url":"modules/entities_marker.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Instance.__type"},{"id":5570,"kind":1024,"name":"thumbnail","url":"modules/entities_marker.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Instance.__type"},{"id":5571,"kind":1024,"name":"urls","url":"modules/entities_marker.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Instance.__type"},{"id":5572,"kind":1024,"name":"stats","url":"modules/entities_marker.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Instance.__type"},{"id":5573,"kind":1024,"name":"languages","url":"modules/entities_marker.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Instance.__type"},{"id":5574,"kind":1024,"name":"contact_account","url":"modules/entities_marker.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Instance.__type"},{"id":5575,"kind":1024,"name":"max_toot_chars","url":"modules/entities_marker.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Instance.__type"},{"id":5576,"kind":1024,"name":"registrations","url":"modules/entities_marker.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Instance.__type"},{"id":5577,"kind":4194304,"name":"List","url":"modules/entities_marker.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5578,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.List"},{"id":5579,"kind":1024,"name":"id","url":"modules/entities_marker.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.List.__type"},{"id":5580,"kind":1024,"name":"title","url":"modules/entities_marker.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.List.__type"},{"id":5581,"kind":4194304,"name":"Marker","url":"modules/entities_marker.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5582,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Marker"},{"id":5583,"kind":1024,"name":"home","url":"modules/entities_marker.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Marker.__type"},{"id":5584,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Marker.__type"},{"id":5585,"kind":1024,"name":"last_read_id","url":"modules/entities_marker.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Marker.__type.__type"},{"id":5586,"kind":1024,"name":"version","url":"modules/entities_marker.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Marker.__type.__type"},{"id":5587,"kind":1024,"name":"updated_at","url":"modules/entities_marker.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Marker.__type.__type"},{"id":5588,"kind":1024,"name":"notifications","url":"modules/entities_marker.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Marker.__type"},{"id":5589,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Marker.__type"},{"id":5590,"kind":1024,"name":"last_read_id","url":"modules/entities_marker.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Marker.__type.__type"},{"id":5591,"kind":1024,"name":"version","url":"modules/entities_marker.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Marker.__type.__type"},{"id":5592,"kind":1024,"name":"updated_at","url":"modules/entities_marker.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Marker.__type.__type"},{"id":5593,"kind":4194304,"name":"Notification","url":"modules/entities_marker.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5594,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Notification"},{"id":5595,"kind":1024,"name":"account","url":"modules/entities_marker.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Notification.__type"},{"id":5596,"kind":1024,"name":"created_at","url":"modules/entities_marker.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Notification.__type"},{"id":5597,"kind":1024,"name":"id","url":"modules/entities_marker.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Notification.__type"},{"id":5598,"kind":1024,"name":"status","url":"modules/entities_marker.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Notification.__type"},{"id":5599,"kind":1024,"name":"emoji","url":"modules/entities_marker.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Notification.__type"},{"id":5600,"kind":1024,"name":"type","url":"modules/entities_marker.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Notification.__type"},{"id":5601,"kind":4194304,"name":"NotificationType","url":"modules/entities_marker.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5602,"kind":4194304,"name":"Preferences","url":"modules/entities_marker.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5603,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Preferences"},{"id":5604,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_marker.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Preferences.__type"},{"id":5605,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_marker.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Preferences.__type"},{"id":5606,"kind":1024,"name":"posting:default:language","url":"modules/entities_marker.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Preferences.__type"},{"id":5607,"kind":1024,"name":"reading:expand:media","url":"modules/entities_marker.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Preferences.__type"},{"id":5608,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_marker.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Preferences.__type"},{"id":5609,"kind":4194304,"name":"PushSubscription","url":"modules/entities_marker.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5610,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.PushSubscription"},{"id":5611,"kind":1024,"name":"id","url":"modules/entities_marker.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.PushSubscription.__type"},{"id":5612,"kind":1024,"name":"endpoint","url":"modules/entities_marker.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.PushSubscription.__type"},{"id":5613,"kind":1024,"name":"server_key","url":"modules/entities_marker.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.PushSubscription.__type"},{"id":5614,"kind":1024,"name":"alerts","url":"modules/entities_marker.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.PushSubscription.__type"},{"id":5615,"kind":4194304,"name":"Relationship","url":"modules/entities_marker.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5616,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Relationship"},{"id":5617,"kind":1024,"name":"id","url":"modules/entities_marker.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Relationship.__type"},{"id":5618,"kind":1024,"name":"following","url":"modules/entities_marker.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Relationship.__type"},{"id":5619,"kind":1024,"name":"followed_by","url":"modules/entities_marker.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Relationship.__type"},{"id":5620,"kind":1024,"name":"blocking","url":"modules/entities_marker.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Relationship.__type"},{"id":5621,"kind":1024,"name":"muting","url":"modules/entities_marker.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Relationship.__type"},{"id":5622,"kind":1024,"name":"muting_notifications","url":"modules/entities_marker.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Relationship.__type"},{"id":5623,"kind":1024,"name":"requested","url":"modules/entities_marker.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Relationship.__type"},{"id":5624,"kind":1024,"name":"domain_blocking","url":"modules/entities_marker.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Relationship.__type"},{"id":5625,"kind":1024,"name":"showing_reblogs","url":"modules/entities_marker.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Relationship.__type"},{"id":5626,"kind":1024,"name":"endorsed","url":"modules/entities_marker.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Relationship.__type"},{"id":5627,"kind":4194304,"name":"Report","url":"modules/entities_marker.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5628,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Report"},{"id":5629,"kind":1024,"name":"id","url":"modules/entities_marker.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Report.__type"},{"id":5630,"kind":1024,"name":"action_taken","url":"modules/entities_marker.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Report.__type"},{"id":5631,"kind":1024,"name":"comment","url":"modules/entities_marker.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Report.__type"},{"id":5632,"kind":1024,"name":"account_id","url":"modules/entities_marker.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Report.__type"},{"id":5633,"kind":1024,"name":"status_ids","url":"modules/entities_marker.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Report.__type"},{"id":5634,"kind":4194304,"name":"Results","url":"modules/entities_marker.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5635,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Results"},{"id":5636,"kind":1024,"name":"accounts","url":"modules/entities_marker.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Results.__type"},{"id":5637,"kind":1024,"name":"statuses","url":"modules/entities_marker.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Results.__type"},{"id":5638,"kind":1024,"name":"hashtags","url":"modules/entities_marker.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Results.__type"},{"id":5639,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_marker.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5640,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.ScheduledStatus"},{"id":5641,"kind":1024,"name":"id","url":"modules/entities_marker.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.ScheduledStatus.__type"},{"id":5642,"kind":1024,"name":"scheduled_at","url":"modules/entities_marker.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.ScheduledStatus.__type"},{"id":5643,"kind":1024,"name":"params","url":"modules/entities_marker.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.ScheduledStatus.__type"},{"id":5644,"kind":1024,"name":"media_attachments","url":"modules/entities_marker.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.ScheduledStatus.__type"},{"id":5645,"kind":4194304,"name":"StatusParams","url":"modules/entities_marker.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5646,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.StatusParams"},{"id":5647,"kind":1024,"name":"text","url":"modules/entities_marker.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.StatusParams.__type"},{"id":5648,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_marker.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.StatusParams.__type"},{"id":5649,"kind":1024,"name":"media_ids","url":"modules/entities_marker.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.StatusParams.__type"},{"id":5650,"kind":1024,"name":"sensitive","url":"modules/entities_marker.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.StatusParams.__type"},{"id":5651,"kind":1024,"name":"spoiler_text","url":"modules/entities_marker.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.StatusParams.__type"},{"id":5652,"kind":1024,"name":"visibility","url":"modules/entities_marker.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.StatusParams.__type"},{"id":5653,"kind":1024,"name":"scheduled_at","url":"modules/entities_marker.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.StatusParams.__type"},{"id":5654,"kind":1024,"name":"application_id","url":"modules/entities_marker.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.StatusParams.__type"},{"id":5655,"kind":4194304,"name":"Token","url":"modules/entities_marker.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/marker.Entity"},{"id":5656,"kind":65536,"name":"__type","url":"modules/entities_marker.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/marker.Entity.Token"},{"id":5657,"kind":1024,"name":"access_token","url":"modules/entities_marker.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Token.__type"},{"id":5658,"kind":1024,"name":"token_type","url":"modules/entities_marker.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Token.__type"},{"id":5659,"kind":1024,"name":"scope","url":"modules/entities_marker.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Token.__type"},{"id":5660,"kind":1024,"name":"created_at","url":"modules/entities_marker.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/marker.Entity.Token.__type"},{"id":5661,"kind":2,"name":"Entity","url":"modules/entities_mention.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/mention"},{"id":5662,"kind":4194304,"name":"Emoji","url":"modules/entities_mention.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5663,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Emoji"},{"id":5664,"kind":1024,"name":"shortcode","url":"modules/entities_mention.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Emoji.__type"},{"id":5665,"kind":1024,"name":"static_url","url":"modules/entities_mention.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Emoji.__type"},{"id":5666,"kind":1024,"name":"url","url":"modules/entities_mention.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Emoji.__type"},{"id":5667,"kind":1024,"name":"visible_in_picker","url":"modules/entities_mention.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Emoji.__type"},{"id":5668,"kind":4194304,"name":"Source","url":"modules/entities_mention.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5669,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Source"},{"id":5670,"kind":1024,"name":"privacy","url":"modules/entities_mention.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Source.__type"},{"id":5671,"kind":1024,"name":"sensitive","url":"modules/entities_mention.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Source.__type"},{"id":5672,"kind":1024,"name":"language","url":"modules/entities_mention.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Source.__type"},{"id":5673,"kind":1024,"name":"note","url":"modules/entities_mention.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Source.__type"},{"id":5674,"kind":1024,"name":"fields","url":"modules/entities_mention.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Source.__type"},{"id":5675,"kind":4194304,"name":"Account","url":"modules/entities_mention.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5676,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Account"},{"id":5677,"kind":1024,"name":"id","url":"modules/entities_mention.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Account.__type"},{"id":5678,"kind":1024,"name":"username","url":"modules/entities_mention.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Account.__type"},{"id":5679,"kind":1024,"name":"acct","url":"modules/entities_mention.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Account.__type"},{"id":5680,"kind":1024,"name":"display_name","url":"modules/entities_mention.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Account.__type"},{"id":5681,"kind":1024,"name":"locked","url":"modules/entities_mention.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Account.__type"},{"id":5682,"kind":1024,"name":"created_at","url":"modules/entities_mention.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Account.__type"},{"id":5683,"kind":1024,"name":"followers_count","url":"modules/entities_mention.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Account.__type"},{"id":5684,"kind":1024,"name":"following_count","url":"modules/entities_mention.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Account.__type"},{"id":5685,"kind":1024,"name":"statuses_count","url":"modules/entities_mention.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Account.__type"},{"id":5686,"kind":1024,"name":"note","url":"modules/entities_mention.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Account.__type"},{"id":5687,"kind":1024,"name":"url","url":"modules/entities_mention.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Account.__type"},{"id":5688,"kind":1024,"name":"avatar","url":"modules/entities_mention.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Account.__type"},{"id":5689,"kind":1024,"name":"avatar_static","url":"modules/entities_mention.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Account.__type"},{"id":5690,"kind":1024,"name":"header","url":"modules/entities_mention.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Account.__type"},{"id":5691,"kind":1024,"name":"header_static","url":"modules/entities_mention.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Account.__type"},{"id":5692,"kind":1024,"name":"emojis","url":"modules/entities_mention.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Account.__type"},{"id":5693,"kind":1024,"name":"moved","url":"modules/entities_mention.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Account.__type"},{"id":5694,"kind":1024,"name":"fields","url":"modules/entities_mention.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Account.__type"},{"id":5695,"kind":1024,"name":"bot","url":"modules/entities_mention.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Account.__type"},{"id":5696,"kind":1024,"name":"source","url":"modules/entities_mention.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Account.__type"},{"id":5697,"kind":4194304,"name":"Activity","url":"modules/entities_mention.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5698,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Activity"},{"id":5699,"kind":1024,"name":"week","url":"modules/entities_mention.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Activity.__type"},{"id":5700,"kind":1024,"name":"statuses","url":"modules/entities_mention.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Activity.__type"},{"id":5701,"kind":1024,"name":"logins","url":"modules/entities_mention.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Activity.__type"},{"id":5702,"kind":1024,"name":"registrations","url":"modules/entities_mention.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Activity.__type"},{"id":5703,"kind":4194304,"name":"Application","url":"modules/entities_mention.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5704,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Application"},{"id":5705,"kind":1024,"name":"name","url":"modules/entities_mention.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Application.__type"},{"id":5706,"kind":1024,"name":"website","url":"modules/entities_mention.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Application.__type"},{"id":5707,"kind":1024,"name":"vapid_key","url":"modules/entities_mention.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Application.__type"},{"id":5708,"kind":4194304,"name":"Attachment","url":"modules/entities_mention.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5709,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Attachment"},{"id":5710,"kind":1024,"name":"id","url":"modules/entities_mention.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Attachment.__type"},{"id":5711,"kind":1024,"name":"type","url":"modules/entities_mention.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Attachment.__type"},{"id":5712,"kind":1024,"name":"url","url":"modules/entities_mention.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Attachment.__type"},{"id":5713,"kind":1024,"name":"remote_url","url":"modules/entities_mention.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Attachment.__type"},{"id":5714,"kind":1024,"name":"preview_url","url":"modules/entities_mention.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Attachment.__type"},{"id":5715,"kind":1024,"name":"text_url","url":"modules/entities_mention.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Attachment.__type"},{"id":5716,"kind":1024,"name":"meta","url":"modules/entities_mention.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Attachment.__type"},{"id":5717,"kind":1024,"name":"description","url":"modules/entities_mention.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Attachment.__type"},{"id":5718,"kind":4194304,"name":"Card","url":"modules/entities_mention.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5719,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Card"},{"id":5720,"kind":1024,"name":"url","url":"modules/entities_mention.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Card.__type"},{"id":5721,"kind":1024,"name":"title","url":"modules/entities_mention.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Card.__type"},{"id":5722,"kind":1024,"name":"description","url":"modules/entities_mention.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Card.__type"},{"id":5723,"kind":1024,"name":"type","url":"modules/entities_mention.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Card.__type"},{"id":5724,"kind":1024,"name":"image","url":"modules/entities_mention.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Card.__type"},{"id":5725,"kind":1024,"name":"author_name","url":"modules/entities_mention.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Card.__type"},{"id":5726,"kind":1024,"name":"author_url","url":"modules/entities_mention.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Card.__type"},{"id":5727,"kind":1024,"name":"provider_name","url":"modules/entities_mention.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Card.__type"},{"id":5728,"kind":1024,"name":"provider_url","url":"modules/entities_mention.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Card.__type"},{"id":5729,"kind":1024,"name":"html","url":"modules/entities_mention.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Card.__type"},{"id":5730,"kind":1024,"name":"width","url":"modules/entities_mention.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Card.__type"},{"id":5731,"kind":1024,"name":"height","url":"modules/entities_mention.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Card.__type"},{"id":5732,"kind":4194304,"name":"Mention","url":"modules/entities_mention.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5733,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Mention"},{"id":5734,"kind":1024,"name":"id","url":"modules/entities_mention.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Mention.__type"},{"id":5735,"kind":1024,"name":"username","url":"modules/entities_mention.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Mention.__type"},{"id":5736,"kind":1024,"name":"url","url":"modules/entities_mention.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Mention.__type"},{"id":5737,"kind":1024,"name":"acct","url":"modules/entities_mention.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Mention.__type"},{"id":5738,"kind":4194304,"name":"History","url":"modules/entities_mention.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5739,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.History"},{"id":5740,"kind":1024,"name":"day","url":"modules/entities_mention.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.History.__type"},{"id":5741,"kind":1024,"name":"uses","url":"modules/entities_mention.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.History.__type"},{"id":5742,"kind":1024,"name":"accounts","url":"modules/entities_mention.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.History.__type"},{"id":5743,"kind":4194304,"name":"Tag","url":"modules/entities_mention.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5744,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Tag"},{"id":5745,"kind":1024,"name":"name","url":"modules/entities_mention.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Tag.__type"},{"id":5746,"kind":1024,"name":"url","url":"modules/entities_mention.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Tag.__type"},{"id":5747,"kind":1024,"name":"history","url":"modules/entities_mention.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Tag.__type"},{"id":5748,"kind":4194304,"name":"PollOption","url":"modules/entities_mention.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5749,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.PollOption"},{"id":5750,"kind":1024,"name":"title","url":"modules/entities_mention.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.PollOption.__type"},{"id":5751,"kind":1024,"name":"votes_count","url":"modules/entities_mention.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.PollOption.__type"},{"id":5752,"kind":4194304,"name":"Poll","url":"modules/entities_mention.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5753,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Poll"},{"id":5754,"kind":1024,"name":"id","url":"modules/entities_mention.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Poll.__type"},{"id":5755,"kind":1024,"name":"expires_at","url":"modules/entities_mention.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Poll.__type"},{"id":5756,"kind":1024,"name":"expired","url":"modules/entities_mention.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Poll.__type"},{"id":5757,"kind":1024,"name":"multiple","url":"modules/entities_mention.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Poll.__type"},{"id":5758,"kind":1024,"name":"votes_count","url":"modules/entities_mention.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Poll.__type"},{"id":5759,"kind":1024,"name":"options","url":"modules/entities_mention.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Poll.__type"},{"id":5760,"kind":1024,"name":"voted","url":"modules/entities_mention.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Poll.__type"},{"id":5761,"kind":4194304,"name":"Reaction","url":"modules/entities_mention.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5762,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Reaction"},{"id":5763,"kind":1024,"name":"count","url":"modules/entities_mention.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Reaction.__type"},{"id":5764,"kind":1024,"name":"me","url":"modules/entities_mention.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Reaction.__type"},{"id":5765,"kind":1024,"name":"name","url":"modules/entities_mention.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Reaction.__type"},{"id":5766,"kind":1024,"name":"accounts","url":"modules/entities_mention.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Reaction.__type"},{"id":5767,"kind":4194304,"name":"Status","url":"modules/entities_mention.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5768,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Status"},{"id":5769,"kind":1024,"name":"id","url":"modules/entities_mention.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5770,"kind":1024,"name":"uri","url":"modules/entities_mention.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5771,"kind":1024,"name":"url","url":"modules/entities_mention.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5772,"kind":1024,"name":"account","url":"modules/entities_mention.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5773,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_mention.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5774,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_mention.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5775,"kind":1024,"name":"reblog","url":"modules/entities_mention.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5776,"kind":1024,"name":"content","url":"modules/entities_mention.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5777,"kind":1024,"name":"created_at","url":"modules/entities_mention.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5778,"kind":1024,"name":"emojis","url":"modules/entities_mention.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5779,"kind":1024,"name":"replies_count","url":"modules/entities_mention.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5780,"kind":1024,"name":"reblogs_count","url":"modules/entities_mention.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5781,"kind":1024,"name":"favourites_count","url":"modules/entities_mention.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5782,"kind":1024,"name":"reblogged","url":"modules/entities_mention.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5783,"kind":1024,"name":"favourited","url":"modules/entities_mention.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5784,"kind":1024,"name":"muted","url":"modules/entities_mention.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5785,"kind":1024,"name":"sensitive","url":"modules/entities_mention.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5786,"kind":1024,"name":"spoiler_text","url":"modules/entities_mention.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5787,"kind":1024,"name":"visibility","url":"modules/entities_mention.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5788,"kind":1024,"name":"media_attachments","url":"modules/entities_mention.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5789,"kind":1024,"name":"mentions","url":"modules/entities_mention.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5790,"kind":1024,"name":"tags","url":"modules/entities_mention.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5791,"kind":1024,"name":"card","url":"modules/entities_mention.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5792,"kind":1024,"name":"poll","url":"modules/entities_mention.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5793,"kind":1024,"name":"application","url":"modules/entities_mention.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5794,"kind":1024,"name":"language","url":"modules/entities_mention.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5795,"kind":1024,"name":"pinned","url":"modules/entities_mention.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5796,"kind":1024,"name":"emoji_reactions","url":"modules/entities_mention.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5797,"kind":1024,"name":"quote","url":"modules/entities_mention.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5798,"kind":1024,"name":"bookmarked","url":"modules/entities_mention.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Status.__type"},{"id":5799,"kind":4194304,"name":"Context","url":"modules/entities_mention.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5800,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Context"},{"id":5801,"kind":1024,"name":"ancestors","url":"modules/entities_mention.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Context.__type"},{"id":5802,"kind":1024,"name":"descendants","url":"modules/entities_mention.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Context.__type"},{"id":5803,"kind":4194304,"name":"Conversation","url":"modules/entities_mention.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5804,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Conversation"},{"id":5805,"kind":1024,"name":"id","url":"modules/entities_mention.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Conversation.__type"},{"id":5806,"kind":1024,"name":"accounts","url":"modules/entities_mention.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Conversation.__type"},{"id":5807,"kind":1024,"name":"last_status","url":"modules/entities_mention.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Conversation.__type"},{"id":5808,"kind":1024,"name":"unread","url":"modules/entities_mention.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Conversation.__type"},{"id":5809,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_mention.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5810,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.FeaturedTag"},{"id":5811,"kind":1024,"name":"id","url":"modules/entities_mention.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.FeaturedTag.__type"},{"id":5812,"kind":1024,"name":"name","url":"modules/entities_mention.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.FeaturedTag.__type"},{"id":5813,"kind":1024,"name":"statuses_count","url":"modules/entities_mention.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.FeaturedTag.__type"},{"id":5814,"kind":1024,"name":"last_status_at","url":"modules/entities_mention.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.FeaturedTag.__type"},{"id":5815,"kind":4194304,"name":"Field","url":"modules/entities_mention.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5816,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Field"},{"id":5817,"kind":1024,"name":"name","url":"modules/entities_mention.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Field.__type"},{"id":5818,"kind":1024,"name":"value","url":"modules/entities_mention.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Field.__type"},{"id":5819,"kind":1024,"name":"verified_at","url":"modules/entities_mention.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Field.__type"},{"id":5820,"kind":4194304,"name":"Filter","url":"modules/entities_mention.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5821,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Filter"},{"id":5822,"kind":1024,"name":"id","url":"modules/entities_mention.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Filter.__type"},{"id":5823,"kind":1024,"name":"phrase","url":"modules/entities_mention.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Filter.__type"},{"id":5824,"kind":1024,"name":"context","url":"modules/entities_mention.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Filter.__type"},{"id":5825,"kind":1024,"name":"expires_at","url":"modules/entities_mention.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Filter.__type"},{"id":5826,"kind":1024,"name":"irreversible","url":"modules/entities_mention.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Filter.__type"},{"id":5827,"kind":1024,"name":"whole_word","url":"modules/entities_mention.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Filter.__type"},{"id":5828,"kind":4194304,"name":"IdentityProof","url":"modules/entities_mention.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5829,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.IdentityProof"},{"id":5830,"kind":1024,"name":"provider","url":"modules/entities_mention.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.IdentityProof.__type"},{"id":5831,"kind":1024,"name":"provider_username","url":"modules/entities_mention.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.IdentityProof.__type"},{"id":5832,"kind":1024,"name":"updated_at","url":"modules/entities_mention.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.IdentityProof.__type"},{"id":5833,"kind":1024,"name":"proof_url","url":"modules/entities_mention.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.IdentityProof.__type"},{"id":5834,"kind":1024,"name":"profile_url","url":"modules/entities_mention.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.IdentityProof.__type"},{"id":5835,"kind":4194304,"name":"URLs","url":"modules/entities_mention.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5836,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.URLs"},{"id":5837,"kind":1024,"name":"streaming_api","url":"modules/entities_mention.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.URLs.__type"},{"id":5838,"kind":4194304,"name":"Stats","url":"modules/entities_mention.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5839,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Stats"},{"id":5840,"kind":1024,"name":"user_count","url":"modules/entities_mention.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Stats.__type"},{"id":5841,"kind":1024,"name":"status_count","url":"modules/entities_mention.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Stats.__type"},{"id":5842,"kind":1024,"name":"domain_count","url":"modules/entities_mention.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Stats.__type"},{"id":5843,"kind":4194304,"name":"Instance","url":"modules/entities_mention.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5844,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Instance"},{"id":5845,"kind":1024,"name":"uri","url":"modules/entities_mention.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Instance.__type"},{"id":5846,"kind":1024,"name":"title","url":"modules/entities_mention.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Instance.__type"},{"id":5847,"kind":1024,"name":"description","url":"modules/entities_mention.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Instance.__type"},{"id":5848,"kind":1024,"name":"email","url":"modules/entities_mention.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Instance.__type"},{"id":5849,"kind":1024,"name":"version","url":"modules/entities_mention.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Instance.__type"},{"id":5850,"kind":1024,"name":"thumbnail","url":"modules/entities_mention.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Instance.__type"},{"id":5851,"kind":1024,"name":"urls","url":"modules/entities_mention.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Instance.__type"},{"id":5852,"kind":1024,"name":"stats","url":"modules/entities_mention.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Instance.__type"},{"id":5853,"kind":1024,"name":"languages","url":"modules/entities_mention.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Instance.__type"},{"id":5854,"kind":1024,"name":"contact_account","url":"modules/entities_mention.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Instance.__type"},{"id":5855,"kind":1024,"name":"max_toot_chars","url":"modules/entities_mention.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Instance.__type"},{"id":5856,"kind":1024,"name":"registrations","url":"modules/entities_mention.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Instance.__type"},{"id":5857,"kind":4194304,"name":"List","url":"modules/entities_mention.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5858,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.List"},{"id":5859,"kind":1024,"name":"id","url":"modules/entities_mention.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.List.__type"},{"id":5860,"kind":1024,"name":"title","url":"modules/entities_mention.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.List.__type"},{"id":5861,"kind":4194304,"name":"Marker","url":"modules/entities_mention.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5862,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Marker"},{"id":5863,"kind":1024,"name":"home","url":"modules/entities_mention.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Marker.__type"},{"id":5864,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Marker.__type"},{"id":5865,"kind":1024,"name":"last_read_id","url":"modules/entities_mention.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Marker.__type.__type"},{"id":5866,"kind":1024,"name":"version","url":"modules/entities_mention.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Marker.__type.__type"},{"id":5867,"kind":1024,"name":"updated_at","url":"modules/entities_mention.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Marker.__type.__type"},{"id":5868,"kind":1024,"name":"notifications","url":"modules/entities_mention.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Marker.__type"},{"id":5869,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Marker.__type"},{"id":5870,"kind":1024,"name":"last_read_id","url":"modules/entities_mention.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Marker.__type.__type"},{"id":5871,"kind":1024,"name":"version","url":"modules/entities_mention.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Marker.__type.__type"},{"id":5872,"kind":1024,"name":"updated_at","url":"modules/entities_mention.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Marker.__type.__type"},{"id":5873,"kind":4194304,"name":"Notification","url":"modules/entities_mention.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5874,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Notification"},{"id":5875,"kind":1024,"name":"account","url":"modules/entities_mention.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Notification.__type"},{"id":5876,"kind":1024,"name":"created_at","url":"modules/entities_mention.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Notification.__type"},{"id":5877,"kind":1024,"name":"id","url":"modules/entities_mention.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Notification.__type"},{"id":5878,"kind":1024,"name":"status","url":"modules/entities_mention.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Notification.__type"},{"id":5879,"kind":1024,"name":"emoji","url":"modules/entities_mention.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Notification.__type"},{"id":5880,"kind":1024,"name":"type","url":"modules/entities_mention.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Notification.__type"},{"id":5881,"kind":4194304,"name":"NotificationType","url":"modules/entities_mention.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5882,"kind":4194304,"name":"Preferences","url":"modules/entities_mention.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5883,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Preferences"},{"id":5884,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_mention.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Preferences.__type"},{"id":5885,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_mention.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Preferences.__type"},{"id":5886,"kind":1024,"name":"posting:default:language","url":"modules/entities_mention.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Preferences.__type"},{"id":5887,"kind":1024,"name":"reading:expand:media","url":"modules/entities_mention.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Preferences.__type"},{"id":5888,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_mention.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Preferences.__type"},{"id":5889,"kind":4194304,"name":"PushSubscription","url":"modules/entities_mention.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5890,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.PushSubscription"},{"id":5891,"kind":1024,"name":"id","url":"modules/entities_mention.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.PushSubscription.__type"},{"id":5892,"kind":1024,"name":"endpoint","url":"modules/entities_mention.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.PushSubscription.__type"},{"id":5893,"kind":1024,"name":"server_key","url":"modules/entities_mention.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.PushSubscription.__type"},{"id":5894,"kind":1024,"name":"alerts","url":"modules/entities_mention.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.PushSubscription.__type"},{"id":5895,"kind":4194304,"name":"Relationship","url":"modules/entities_mention.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5896,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Relationship"},{"id":5897,"kind":1024,"name":"id","url":"modules/entities_mention.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Relationship.__type"},{"id":5898,"kind":1024,"name":"following","url":"modules/entities_mention.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Relationship.__type"},{"id":5899,"kind":1024,"name":"followed_by","url":"modules/entities_mention.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Relationship.__type"},{"id":5900,"kind":1024,"name":"blocking","url":"modules/entities_mention.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Relationship.__type"},{"id":5901,"kind":1024,"name":"muting","url":"modules/entities_mention.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Relationship.__type"},{"id":5902,"kind":1024,"name":"muting_notifications","url":"modules/entities_mention.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Relationship.__type"},{"id":5903,"kind":1024,"name":"requested","url":"modules/entities_mention.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Relationship.__type"},{"id":5904,"kind":1024,"name":"domain_blocking","url":"modules/entities_mention.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Relationship.__type"},{"id":5905,"kind":1024,"name":"showing_reblogs","url":"modules/entities_mention.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Relationship.__type"},{"id":5906,"kind":1024,"name":"endorsed","url":"modules/entities_mention.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Relationship.__type"},{"id":5907,"kind":4194304,"name":"Report","url":"modules/entities_mention.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5908,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Report"},{"id":5909,"kind":1024,"name":"id","url":"modules/entities_mention.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Report.__type"},{"id":5910,"kind":1024,"name":"action_taken","url":"modules/entities_mention.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Report.__type"},{"id":5911,"kind":1024,"name":"comment","url":"modules/entities_mention.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Report.__type"},{"id":5912,"kind":1024,"name":"account_id","url":"modules/entities_mention.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Report.__type"},{"id":5913,"kind":1024,"name":"status_ids","url":"modules/entities_mention.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Report.__type"},{"id":5914,"kind":4194304,"name":"Results","url":"modules/entities_mention.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5915,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Results"},{"id":5916,"kind":1024,"name":"accounts","url":"modules/entities_mention.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Results.__type"},{"id":5917,"kind":1024,"name":"statuses","url":"modules/entities_mention.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Results.__type"},{"id":5918,"kind":1024,"name":"hashtags","url":"modules/entities_mention.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Results.__type"},{"id":5919,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_mention.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5920,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.ScheduledStatus"},{"id":5921,"kind":1024,"name":"id","url":"modules/entities_mention.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.ScheduledStatus.__type"},{"id":5922,"kind":1024,"name":"scheduled_at","url":"modules/entities_mention.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.ScheduledStatus.__type"},{"id":5923,"kind":1024,"name":"params","url":"modules/entities_mention.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.ScheduledStatus.__type"},{"id":5924,"kind":1024,"name":"media_attachments","url":"modules/entities_mention.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.ScheduledStatus.__type"},{"id":5925,"kind":4194304,"name":"StatusParams","url":"modules/entities_mention.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5926,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.StatusParams"},{"id":5927,"kind":1024,"name":"text","url":"modules/entities_mention.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.StatusParams.__type"},{"id":5928,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_mention.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.StatusParams.__type"},{"id":5929,"kind":1024,"name":"media_ids","url":"modules/entities_mention.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.StatusParams.__type"},{"id":5930,"kind":1024,"name":"sensitive","url":"modules/entities_mention.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.StatusParams.__type"},{"id":5931,"kind":1024,"name":"spoiler_text","url":"modules/entities_mention.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.StatusParams.__type"},{"id":5932,"kind":1024,"name":"visibility","url":"modules/entities_mention.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.StatusParams.__type"},{"id":5933,"kind":1024,"name":"scheduled_at","url":"modules/entities_mention.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.StatusParams.__type"},{"id":5934,"kind":1024,"name":"application_id","url":"modules/entities_mention.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.StatusParams.__type"},{"id":5935,"kind":4194304,"name":"Token","url":"modules/entities_mention.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/mention.Entity"},{"id":5936,"kind":65536,"name":"__type","url":"modules/entities_mention.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/mention.Entity.Token"},{"id":5937,"kind":1024,"name":"access_token","url":"modules/entities_mention.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Token.__type"},{"id":5938,"kind":1024,"name":"token_type","url":"modules/entities_mention.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Token.__type"},{"id":5939,"kind":1024,"name":"scope","url":"modules/entities_mention.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Token.__type"},{"id":5940,"kind":1024,"name":"created_at","url":"modules/entities_mention.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/mention.Entity.Token.__type"},{"id":5941,"kind":2,"name":"Entity","url":"modules/entities_notification.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/notification"},{"id":5942,"kind":4194304,"name":"Emoji","url":"modules/entities_notification.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":5943,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Emoji"},{"id":5944,"kind":1024,"name":"shortcode","url":"modules/entities_notification.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Emoji.__type"},{"id":5945,"kind":1024,"name":"static_url","url":"modules/entities_notification.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Emoji.__type"},{"id":5946,"kind":1024,"name":"url","url":"modules/entities_notification.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Emoji.__type"},{"id":5947,"kind":1024,"name":"visible_in_picker","url":"modules/entities_notification.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Emoji.__type"},{"id":5948,"kind":4194304,"name":"Source","url":"modules/entities_notification.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":5949,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Source"},{"id":5950,"kind":1024,"name":"privacy","url":"modules/entities_notification.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Source.__type"},{"id":5951,"kind":1024,"name":"sensitive","url":"modules/entities_notification.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Source.__type"},{"id":5952,"kind":1024,"name":"language","url":"modules/entities_notification.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Source.__type"},{"id":5953,"kind":1024,"name":"note","url":"modules/entities_notification.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Source.__type"},{"id":5954,"kind":1024,"name":"fields","url":"modules/entities_notification.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Source.__type"},{"id":5955,"kind":4194304,"name":"Account","url":"modules/entities_notification.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":5956,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Account"},{"id":5957,"kind":1024,"name":"id","url":"modules/entities_notification.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Account.__type"},{"id":5958,"kind":1024,"name":"username","url":"modules/entities_notification.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Account.__type"},{"id":5959,"kind":1024,"name":"acct","url":"modules/entities_notification.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Account.__type"},{"id":5960,"kind":1024,"name":"display_name","url":"modules/entities_notification.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Account.__type"},{"id":5961,"kind":1024,"name":"locked","url":"modules/entities_notification.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Account.__type"},{"id":5962,"kind":1024,"name":"created_at","url":"modules/entities_notification.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Account.__type"},{"id":5963,"kind":1024,"name":"followers_count","url":"modules/entities_notification.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Account.__type"},{"id":5964,"kind":1024,"name":"following_count","url":"modules/entities_notification.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Account.__type"},{"id":5965,"kind":1024,"name":"statuses_count","url":"modules/entities_notification.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Account.__type"},{"id":5966,"kind":1024,"name":"note","url":"modules/entities_notification.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Account.__type"},{"id":5967,"kind":1024,"name":"url","url":"modules/entities_notification.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Account.__type"},{"id":5968,"kind":1024,"name":"avatar","url":"modules/entities_notification.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Account.__type"},{"id":5969,"kind":1024,"name":"avatar_static","url":"modules/entities_notification.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Account.__type"},{"id":5970,"kind":1024,"name":"header","url":"modules/entities_notification.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Account.__type"},{"id":5971,"kind":1024,"name":"header_static","url":"modules/entities_notification.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Account.__type"},{"id":5972,"kind":1024,"name":"emojis","url":"modules/entities_notification.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Account.__type"},{"id":5973,"kind":1024,"name":"moved","url":"modules/entities_notification.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Account.__type"},{"id":5974,"kind":1024,"name":"fields","url":"modules/entities_notification.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Account.__type"},{"id":5975,"kind":1024,"name":"bot","url":"modules/entities_notification.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Account.__type"},{"id":5976,"kind":1024,"name":"source","url":"modules/entities_notification.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Account.__type"},{"id":5977,"kind":4194304,"name":"Activity","url":"modules/entities_notification.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":5978,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Activity"},{"id":5979,"kind":1024,"name":"week","url":"modules/entities_notification.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Activity.__type"},{"id":5980,"kind":1024,"name":"statuses","url":"modules/entities_notification.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Activity.__type"},{"id":5981,"kind":1024,"name":"logins","url":"modules/entities_notification.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Activity.__type"},{"id":5982,"kind":1024,"name":"registrations","url":"modules/entities_notification.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Activity.__type"},{"id":5983,"kind":4194304,"name":"Application","url":"modules/entities_notification.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":5984,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Application"},{"id":5985,"kind":1024,"name":"name","url":"modules/entities_notification.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Application.__type"},{"id":5986,"kind":1024,"name":"website","url":"modules/entities_notification.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Application.__type"},{"id":5987,"kind":1024,"name":"vapid_key","url":"modules/entities_notification.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Application.__type"},{"id":5988,"kind":4194304,"name":"Attachment","url":"modules/entities_notification.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":5989,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Attachment"},{"id":5990,"kind":1024,"name":"id","url":"modules/entities_notification.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Attachment.__type"},{"id":5991,"kind":1024,"name":"type","url":"modules/entities_notification.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Attachment.__type"},{"id":5992,"kind":1024,"name":"url","url":"modules/entities_notification.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Attachment.__type"},{"id":5993,"kind":1024,"name":"remote_url","url":"modules/entities_notification.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Attachment.__type"},{"id":5994,"kind":1024,"name":"preview_url","url":"modules/entities_notification.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Attachment.__type"},{"id":5995,"kind":1024,"name":"text_url","url":"modules/entities_notification.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Attachment.__type"},{"id":5996,"kind":1024,"name":"meta","url":"modules/entities_notification.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Attachment.__type"},{"id":5997,"kind":1024,"name":"description","url":"modules/entities_notification.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Attachment.__type"},{"id":5998,"kind":4194304,"name":"Card","url":"modules/entities_notification.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":5999,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Card"},{"id":6000,"kind":1024,"name":"url","url":"modules/entities_notification.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Card.__type"},{"id":6001,"kind":1024,"name":"title","url":"modules/entities_notification.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Card.__type"},{"id":6002,"kind":1024,"name":"description","url":"modules/entities_notification.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Card.__type"},{"id":6003,"kind":1024,"name":"type","url":"modules/entities_notification.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Card.__type"},{"id":6004,"kind":1024,"name":"image","url":"modules/entities_notification.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Card.__type"},{"id":6005,"kind":1024,"name":"author_name","url":"modules/entities_notification.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Card.__type"},{"id":6006,"kind":1024,"name":"author_url","url":"modules/entities_notification.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Card.__type"},{"id":6007,"kind":1024,"name":"provider_name","url":"modules/entities_notification.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Card.__type"},{"id":6008,"kind":1024,"name":"provider_url","url":"modules/entities_notification.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Card.__type"},{"id":6009,"kind":1024,"name":"html","url":"modules/entities_notification.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Card.__type"},{"id":6010,"kind":1024,"name":"width","url":"modules/entities_notification.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Card.__type"},{"id":6011,"kind":1024,"name":"height","url":"modules/entities_notification.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Card.__type"},{"id":6012,"kind":4194304,"name":"Mention","url":"modules/entities_notification.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6013,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Mention"},{"id":6014,"kind":1024,"name":"id","url":"modules/entities_notification.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Mention.__type"},{"id":6015,"kind":1024,"name":"username","url":"modules/entities_notification.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Mention.__type"},{"id":6016,"kind":1024,"name":"url","url":"modules/entities_notification.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Mention.__type"},{"id":6017,"kind":1024,"name":"acct","url":"modules/entities_notification.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Mention.__type"},{"id":6018,"kind":4194304,"name":"History","url":"modules/entities_notification.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6019,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.History"},{"id":6020,"kind":1024,"name":"day","url":"modules/entities_notification.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.History.__type"},{"id":6021,"kind":1024,"name":"uses","url":"modules/entities_notification.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.History.__type"},{"id":6022,"kind":1024,"name":"accounts","url":"modules/entities_notification.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.History.__type"},{"id":6023,"kind":4194304,"name":"Tag","url":"modules/entities_notification.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6024,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Tag"},{"id":6025,"kind":1024,"name":"name","url":"modules/entities_notification.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Tag.__type"},{"id":6026,"kind":1024,"name":"url","url":"modules/entities_notification.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Tag.__type"},{"id":6027,"kind":1024,"name":"history","url":"modules/entities_notification.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Tag.__type"},{"id":6028,"kind":4194304,"name":"PollOption","url":"modules/entities_notification.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6029,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.PollOption"},{"id":6030,"kind":1024,"name":"title","url":"modules/entities_notification.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.PollOption.__type"},{"id":6031,"kind":1024,"name":"votes_count","url":"modules/entities_notification.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.PollOption.__type"},{"id":6032,"kind":4194304,"name":"Poll","url":"modules/entities_notification.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6033,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Poll"},{"id":6034,"kind":1024,"name":"id","url":"modules/entities_notification.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Poll.__type"},{"id":6035,"kind":1024,"name":"expires_at","url":"modules/entities_notification.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Poll.__type"},{"id":6036,"kind":1024,"name":"expired","url":"modules/entities_notification.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Poll.__type"},{"id":6037,"kind":1024,"name":"multiple","url":"modules/entities_notification.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Poll.__type"},{"id":6038,"kind":1024,"name":"votes_count","url":"modules/entities_notification.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Poll.__type"},{"id":6039,"kind":1024,"name":"options","url":"modules/entities_notification.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Poll.__type"},{"id":6040,"kind":1024,"name":"voted","url":"modules/entities_notification.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Poll.__type"},{"id":6041,"kind":4194304,"name":"Reaction","url":"modules/entities_notification.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6042,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Reaction"},{"id":6043,"kind":1024,"name":"count","url":"modules/entities_notification.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Reaction.__type"},{"id":6044,"kind":1024,"name":"me","url":"modules/entities_notification.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Reaction.__type"},{"id":6045,"kind":1024,"name":"name","url":"modules/entities_notification.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Reaction.__type"},{"id":6046,"kind":1024,"name":"accounts","url":"modules/entities_notification.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Reaction.__type"},{"id":6047,"kind":4194304,"name":"Status","url":"modules/entities_notification.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6048,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Status"},{"id":6049,"kind":1024,"name":"id","url":"modules/entities_notification.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6050,"kind":1024,"name":"uri","url":"modules/entities_notification.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6051,"kind":1024,"name":"url","url":"modules/entities_notification.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6052,"kind":1024,"name":"account","url":"modules/entities_notification.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6053,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_notification.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6054,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_notification.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6055,"kind":1024,"name":"reblog","url":"modules/entities_notification.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6056,"kind":1024,"name":"content","url":"modules/entities_notification.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6057,"kind":1024,"name":"created_at","url":"modules/entities_notification.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6058,"kind":1024,"name":"emojis","url":"modules/entities_notification.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6059,"kind":1024,"name":"replies_count","url":"modules/entities_notification.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6060,"kind":1024,"name":"reblogs_count","url":"modules/entities_notification.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6061,"kind":1024,"name":"favourites_count","url":"modules/entities_notification.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6062,"kind":1024,"name":"reblogged","url":"modules/entities_notification.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6063,"kind":1024,"name":"favourited","url":"modules/entities_notification.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6064,"kind":1024,"name":"muted","url":"modules/entities_notification.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6065,"kind":1024,"name":"sensitive","url":"modules/entities_notification.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6066,"kind":1024,"name":"spoiler_text","url":"modules/entities_notification.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6067,"kind":1024,"name":"visibility","url":"modules/entities_notification.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6068,"kind":1024,"name":"media_attachments","url":"modules/entities_notification.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6069,"kind":1024,"name":"mentions","url":"modules/entities_notification.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6070,"kind":1024,"name":"tags","url":"modules/entities_notification.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6071,"kind":1024,"name":"card","url":"modules/entities_notification.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6072,"kind":1024,"name":"poll","url":"modules/entities_notification.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6073,"kind":1024,"name":"application","url":"modules/entities_notification.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6074,"kind":1024,"name":"language","url":"modules/entities_notification.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6075,"kind":1024,"name":"pinned","url":"modules/entities_notification.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6076,"kind":1024,"name":"emoji_reactions","url":"modules/entities_notification.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6077,"kind":1024,"name":"quote","url":"modules/entities_notification.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6078,"kind":1024,"name":"bookmarked","url":"modules/entities_notification.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Status.__type"},{"id":6079,"kind":4194304,"name":"Context","url":"modules/entities_notification.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6080,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Context"},{"id":6081,"kind":1024,"name":"ancestors","url":"modules/entities_notification.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Context.__type"},{"id":6082,"kind":1024,"name":"descendants","url":"modules/entities_notification.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Context.__type"},{"id":6083,"kind":4194304,"name":"Conversation","url":"modules/entities_notification.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6084,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Conversation"},{"id":6085,"kind":1024,"name":"id","url":"modules/entities_notification.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Conversation.__type"},{"id":6086,"kind":1024,"name":"accounts","url":"modules/entities_notification.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Conversation.__type"},{"id":6087,"kind":1024,"name":"last_status","url":"modules/entities_notification.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Conversation.__type"},{"id":6088,"kind":1024,"name":"unread","url":"modules/entities_notification.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Conversation.__type"},{"id":6089,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_notification.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6090,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.FeaturedTag"},{"id":6091,"kind":1024,"name":"id","url":"modules/entities_notification.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.FeaturedTag.__type"},{"id":6092,"kind":1024,"name":"name","url":"modules/entities_notification.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.FeaturedTag.__type"},{"id":6093,"kind":1024,"name":"statuses_count","url":"modules/entities_notification.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.FeaturedTag.__type"},{"id":6094,"kind":1024,"name":"last_status_at","url":"modules/entities_notification.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.FeaturedTag.__type"},{"id":6095,"kind":4194304,"name":"Field","url":"modules/entities_notification.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6096,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Field"},{"id":6097,"kind":1024,"name":"name","url":"modules/entities_notification.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Field.__type"},{"id":6098,"kind":1024,"name":"value","url":"modules/entities_notification.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Field.__type"},{"id":6099,"kind":1024,"name":"verified_at","url":"modules/entities_notification.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Field.__type"},{"id":6100,"kind":4194304,"name":"Filter","url":"modules/entities_notification.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6101,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Filter"},{"id":6102,"kind":1024,"name":"id","url":"modules/entities_notification.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Filter.__type"},{"id":6103,"kind":1024,"name":"phrase","url":"modules/entities_notification.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Filter.__type"},{"id":6104,"kind":1024,"name":"context","url":"modules/entities_notification.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Filter.__type"},{"id":6105,"kind":1024,"name":"expires_at","url":"modules/entities_notification.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Filter.__type"},{"id":6106,"kind":1024,"name":"irreversible","url":"modules/entities_notification.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Filter.__type"},{"id":6107,"kind":1024,"name":"whole_word","url":"modules/entities_notification.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Filter.__type"},{"id":6108,"kind":4194304,"name":"IdentityProof","url":"modules/entities_notification.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6109,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.IdentityProof"},{"id":6110,"kind":1024,"name":"provider","url":"modules/entities_notification.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.IdentityProof.__type"},{"id":6111,"kind":1024,"name":"provider_username","url":"modules/entities_notification.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.IdentityProof.__type"},{"id":6112,"kind":1024,"name":"updated_at","url":"modules/entities_notification.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.IdentityProof.__type"},{"id":6113,"kind":1024,"name":"proof_url","url":"modules/entities_notification.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.IdentityProof.__type"},{"id":6114,"kind":1024,"name":"profile_url","url":"modules/entities_notification.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.IdentityProof.__type"},{"id":6115,"kind":4194304,"name":"URLs","url":"modules/entities_notification.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6116,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.URLs"},{"id":6117,"kind":1024,"name":"streaming_api","url":"modules/entities_notification.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.URLs.__type"},{"id":6118,"kind":4194304,"name":"Stats","url":"modules/entities_notification.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6119,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Stats"},{"id":6120,"kind":1024,"name":"user_count","url":"modules/entities_notification.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Stats.__type"},{"id":6121,"kind":1024,"name":"status_count","url":"modules/entities_notification.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Stats.__type"},{"id":6122,"kind":1024,"name":"domain_count","url":"modules/entities_notification.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Stats.__type"},{"id":6123,"kind":4194304,"name":"Instance","url":"modules/entities_notification.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6124,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Instance"},{"id":6125,"kind":1024,"name":"uri","url":"modules/entities_notification.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Instance.__type"},{"id":6126,"kind":1024,"name":"title","url":"modules/entities_notification.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Instance.__type"},{"id":6127,"kind":1024,"name":"description","url":"modules/entities_notification.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Instance.__type"},{"id":6128,"kind":1024,"name":"email","url":"modules/entities_notification.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Instance.__type"},{"id":6129,"kind":1024,"name":"version","url":"modules/entities_notification.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Instance.__type"},{"id":6130,"kind":1024,"name":"thumbnail","url":"modules/entities_notification.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Instance.__type"},{"id":6131,"kind":1024,"name":"urls","url":"modules/entities_notification.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Instance.__type"},{"id":6132,"kind":1024,"name":"stats","url":"modules/entities_notification.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Instance.__type"},{"id":6133,"kind":1024,"name":"languages","url":"modules/entities_notification.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Instance.__type"},{"id":6134,"kind":1024,"name":"contact_account","url":"modules/entities_notification.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Instance.__type"},{"id":6135,"kind":1024,"name":"max_toot_chars","url":"modules/entities_notification.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Instance.__type"},{"id":6136,"kind":1024,"name":"registrations","url":"modules/entities_notification.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Instance.__type"},{"id":6137,"kind":4194304,"name":"List","url":"modules/entities_notification.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6138,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.List"},{"id":6139,"kind":1024,"name":"id","url":"modules/entities_notification.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.List.__type"},{"id":6140,"kind":1024,"name":"title","url":"modules/entities_notification.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.List.__type"},{"id":6141,"kind":4194304,"name":"Marker","url":"modules/entities_notification.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6142,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Marker"},{"id":6143,"kind":1024,"name":"home","url":"modules/entities_notification.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Marker.__type"},{"id":6144,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Marker.__type"},{"id":6145,"kind":1024,"name":"last_read_id","url":"modules/entities_notification.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Marker.__type.__type"},{"id":6146,"kind":1024,"name":"version","url":"modules/entities_notification.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Marker.__type.__type"},{"id":6147,"kind":1024,"name":"updated_at","url":"modules/entities_notification.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Marker.__type.__type"},{"id":6148,"kind":1024,"name":"notifications","url":"modules/entities_notification.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Marker.__type"},{"id":6149,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Marker.__type"},{"id":6150,"kind":1024,"name":"last_read_id","url":"modules/entities_notification.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Marker.__type.__type"},{"id":6151,"kind":1024,"name":"version","url":"modules/entities_notification.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Marker.__type.__type"},{"id":6152,"kind":1024,"name":"updated_at","url":"modules/entities_notification.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Marker.__type.__type"},{"id":6153,"kind":4194304,"name":"Notification","url":"modules/entities_notification.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6154,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Notification"},{"id":6155,"kind":1024,"name":"account","url":"modules/entities_notification.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Notification.__type"},{"id":6156,"kind":1024,"name":"created_at","url":"modules/entities_notification.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Notification.__type"},{"id":6157,"kind":1024,"name":"id","url":"modules/entities_notification.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Notification.__type"},{"id":6158,"kind":1024,"name":"status","url":"modules/entities_notification.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Notification.__type"},{"id":6159,"kind":1024,"name":"emoji","url":"modules/entities_notification.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Notification.__type"},{"id":6160,"kind":1024,"name":"type","url":"modules/entities_notification.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Notification.__type"},{"id":6161,"kind":4194304,"name":"NotificationType","url":"modules/entities_notification.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6162,"kind":4194304,"name":"Preferences","url":"modules/entities_notification.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6163,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Preferences"},{"id":6164,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_notification.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Preferences.__type"},{"id":6165,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_notification.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Preferences.__type"},{"id":6166,"kind":1024,"name":"posting:default:language","url":"modules/entities_notification.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Preferences.__type"},{"id":6167,"kind":1024,"name":"reading:expand:media","url":"modules/entities_notification.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Preferences.__type"},{"id":6168,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_notification.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Preferences.__type"},{"id":6169,"kind":4194304,"name":"PushSubscription","url":"modules/entities_notification.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6170,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.PushSubscription"},{"id":6171,"kind":1024,"name":"id","url":"modules/entities_notification.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.PushSubscription.__type"},{"id":6172,"kind":1024,"name":"endpoint","url":"modules/entities_notification.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.PushSubscription.__type"},{"id":6173,"kind":1024,"name":"server_key","url":"modules/entities_notification.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.PushSubscription.__type"},{"id":6174,"kind":1024,"name":"alerts","url":"modules/entities_notification.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.PushSubscription.__type"},{"id":6175,"kind":4194304,"name":"Relationship","url":"modules/entities_notification.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6176,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Relationship"},{"id":6177,"kind":1024,"name":"id","url":"modules/entities_notification.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Relationship.__type"},{"id":6178,"kind":1024,"name":"following","url":"modules/entities_notification.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Relationship.__type"},{"id":6179,"kind":1024,"name":"followed_by","url":"modules/entities_notification.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Relationship.__type"},{"id":6180,"kind":1024,"name":"blocking","url":"modules/entities_notification.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Relationship.__type"},{"id":6181,"kind":1024,"name":"muting","url":"modules/entities_notification.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Relationship.__type"},{"id":6182,"kind":1024,"name":"muting_notifications","url":"modules/entities_notification.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Relationship.__type"},{"id":6183,"kind":1024,"name":"requested","url":"modules/entities_notification.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Relationship.__type"},{"id":6184,"kind":1024,"name":"domain_blocking","url":"modules/entities_notification.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Relationship.__type"},{"id":6185,"kind":1024,"name":"showing_reblogs","url":"modules/entities_notification.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Relationship.__type"},{"id":6186,"kind":1024,"name":"endorsed","url":"modules/entities_notification.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Relationship.__type"},{"id":6187,"kind":4194304,"name":"Report","url":"modules/entities_notification.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6188,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Report"},{"id":6189,"kind":1024,"name":"id","url":"modules/entities_notification.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Report.__type"},{"id":6190,"kind":1024,"name":"action_taken","url":"modules/entities_notification.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Report.__type"},{"id":6191,"kind":1024,"name":"comment","url":"modules/entities_notification.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Report.__type"},{"id":6192,"kind":1024,"name":"account_id","url":"modules/entities_notification.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Report.__type"},{"id":6193,"kind":1024,"name":"status_ids","url":"modules/entities_notification.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Report.__type"},{"id":6194,"kind":4194304,"name":"Results","url":"modules/entities_notification.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6195,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Results"},{"id":6196,"kind":1024,"name":"accounts","url":"modules/entities_notification.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Results.__type"},{"id":6197,"kind":1024,"name":"statuses","url":"modules/entities_notification.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Results.__type"},{"id":6198,"kind":1024,"name":"hashtags","url":"modules/entities_notification.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Results.__type"},{"id":6199,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_notification.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6200,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.ScheduledStatus"},{"id":6201,"kind":1024,"name":"id","url":"modules/entities_notification.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.ScheduledStatus.__type"},{"id":6202,"kind":1024,"name":"scheduled_at","url":"modules/entities_notification.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.ScheduledStatus.__type"},{"id":6203,"kind":1024,"name":"params","url":"modules/entities_notification.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.ScheduledStatus.__type"},{"id":6204,"kind":1024,"name":"media_attachments","url":"modules/entities_notification.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.ScheduledStatus.__type"},{"id":6205,"kind":4194304,"name":"StatusParams","url":"modules/entities_notification.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6206,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.StatusParams"},{"id":6207,"kind":1024,"name":"text","url":"modules/entities_notification.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.StatusParams.__type"},{"id":6208,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_notification.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.StatusParams.__type"},{"id":6209,"kind":1024,"name":"media_ids","url":"modules/entities_notification.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.StatusParams.__type"},{"id":6210,"kind":1024,"name":"sensitive","url":"modules/entities_notification.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.StatusParams.__type"},{"id":6211,"kind":1024,"name":"spoiler_text","url":"modules/entities_notification.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.StatusParams.__type"},{"id":6212,"kind":1024,"name":"visibility","url":"modules/entities_notification.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.StatusParams.__type"},{"id":6213,"kind":1024,"name":"scheduled_at","url":"modules/entities_notification.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.StatusParams.__type"},{"id":6214,"kind":1024,"name":"application_id","url":"modules/entities_notification.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.StatusParams.__type"},{"id":6215,"kind":4194304,"name":"Token","url":"modules/entities_notification.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/notification.Entity"},{"id":6216,"kind":65536,"name":"__type","url":"modules/entities_notification.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/notification.Entity.Token"},{"id":6217,"kind":1024,"name":"access_token","url":"modules/entities_notification.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Token.__type"},{"id":6218,"kind":1024,"name":"token_type","url":"modules/entities_notification.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Token.__type"},{"id":6219,"kind":1024,"name":"scope","url":"modules/entities_notification.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Token.__type"},{"id":6220,"kind":1024,"name":"created_at","url":"modules/entities_notification.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/notification.Entity.Token.__type"},{"id":6221,"kind":2,"name":"Entity","url":"modules/entities_poll.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/poll"},{"id":6222,"kind":4194304,"name":"Emoji","url":"modules/entities_poll.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6223,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Emoji"},{"id":6224,"kind":1024,"name":"shortcode","url":"modules/entities_poll.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Emoji.__type"},{"id":6225,"kind":1024,"name":"static_url","url":"modules/entities_poll.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Emoji.__type"},{"id":6226,"kind":1024,"name":"url","url":"modules/entities_poll.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Emoji.__type"},{"id":6227,"kind":1024,"name":"visible_in_picker","url":"modules/entities_poll.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Emoji.__type"},{"id":6228,"kind":4194304,"name":"Source","url":"modules/entities_poll.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6229,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Source"},{"id":6230,"kind":1024,"name":"privacy","url":"modules/entities_poll.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Source.__type"},{"id":6231,"kind":1024,"name":"sensitive","url":"modules/entities_poll.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Source.__type"},{"id":6232,"kind":1024,"name":"language","url":"modules/entities_poll.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Source.__type"},{"id":6233,"kind":1024,"name":"note","url":"modules/entities_poll.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Source.__type"},{"id":6234,"kind":1024,"name":"fields","url":"modules/entities_poll.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Source.__type"},{"id":6235,"kind":4194304,"name":"Account","url":"modules/entities_poll.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6236,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Account"},{"id":6237,"kind":1024,"name":"id","url":"modules/entities_poll.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Account.__type"},{"id":6238,"kind":1024,"name":"username","url":"modules/entities_poll.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Account.__type"},{"id":6239,"kind":1024,"name":"acct","url":"modules/entities_poll.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Account.__type"},{"id":6240,"kind":1024,"name":"display_name","url":"modules/entities_poll.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Account.__type"},{"id":6241,"kind":1024,"name":"locked","url":"modules/entities_poll.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Account.__type"},{"id":6242,"kind":1024,"name":"created_at","url":"modules/entities_poll.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Account.__type"},{"id":6243,"kind":1024,"name":"followers_count","url":"modules/entities_poll.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Account.__type"},{"id":6244,"kind":1024,"name":"following_count","url":"modules/entities_poll.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Account.__type"},{"id":6245,"kind":1024,"name":"statuses_count","url":"modules/entities_poll.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Account.__type"},{"id":6246,"kind":1024,"name":"note","url":"modules/entities_poll.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Account.__type"},{"id":6247,"kind":1024,"name":"url","url":"modules/entities_poll.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Account.__type"},{"id":6248,"kind":1024,"name":"avatar","url":"modules/entities_poll.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Account.__type"},{"id":6249,"kind":1024,"name":"avatar_static","url":"modules/entities_poll.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Account.__type"},{"id":6250,"kind":1024,"name":"header","url":"modules/entities_poll.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Account.__type"},{"id":6251,"kind":1024,"name":"header_static","url":"modules/entities_poll.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Account.__type"},{"id":6252,"kind":1024,"name":"emojis","url":"modules/entities_poll.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Account.__type"},{"id":6253,"kind":1024,"name":"moved","url":"modules/entities_poll.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Account.__type"},{"id":6254,"kind":1024,"name":"fields","url":"modules/entities_poll.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Account.__type"},{"id":6255,"kind":1024,"name":"bot","url":"modules/entities_poll.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Account.__type"},{"id":6256,"kind":1024,"name":"source","url":"modules/entities_poll.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Account.__type"},{"id":6257,"kind":4194304,"name":"Activity","url":"modules/entities_poll.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6258,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Activity"},{"id":6259,"kind":1024,"name":"week","url":"modules/entities_poll.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Activity.__type"},{"id":6260,"kind":1024,"name":"statuses","url":"modules/entities_poll.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Activity.__type"},{"id":6261,"kind":1024,"name":"logins","url":"modules/entities_poll.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Activity.__type"},{"id":6262,"kind":1024,"name":"registrations","url":"modules/entities_poll.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Activity.__type"},{"id":6263,"kind":4194304,"name":"Application","url":"modules/entities_poll.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6264,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Application"},{"id":6265,"kind":1024,"name":"name","url":"modules/entities_poll.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Application.__type"},{"id":6266,"kind":1024,"name":"website","url":"modules/entities_poll.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Application.__type"},{"id":6267,"kind":1024,"name":"vapid_key","url":"modules/entities_poll.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Application.__type"},{"id":6268,"kind":4194304,"name":"Attachment","url":"modules/entities_poll.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6269,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Attachment"},{"id":6270,"kind":1024,"name":"id","url":"modules/entities_poll.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Attachment.__type"},{"id":6271,"kind":1024,"name":"type","url":"modules/entities_poll.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Attachment.__type"},{"id":6272,"kind":1024,"name":"url","url":"modules/entities_poll.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Attachment.__type"},{"id":6273,"kind":1024,"name":"remote_url","url":"modules/entities_poll.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Attachment.__type"},{"id":6274,"kind":1024,"name":"preview_url","url":"modules/entities_poll.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Attachment.__type"},{"id":6275,"kind":1024,"name":"text_url","url":"modules/entities_poll.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Attachment.__type"},{"id":6276,"kind":1024,"name":"meta","url":"modules/entities_poll.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Attachment.__type"},{"id":6277,"kind":1024,"name":"description","url":"modules/entities_poll.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Attachment.__type"},{"id":6278,"kind":4194304,"name":"Card","url":"modules/entities_poll.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6279,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Card"},{"id":6280,"kind":1024,"name":"url","url":"modules/entities_poll.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Card.__type"},{"id":6281,"kind":1024,"name":"title","url":"modules/entities_poll.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Card.__type"},{"id":6282,"kind":1024,"name":"description","url":"modules/entities_poll.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Card.__type"},{"id":6283,"kind":1024,"name":"type","url":"modules/entities_poll.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Card.__type"},{"id":6284,"kind":1024,"name":"image","url":"modules/entities_poll.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Card.__type"},{"id":6285,"kind":1024,"name":"author_name","url":"modules/entities_poll.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Card.__type"},{"id":6286,"kind":1024,"name":"author_url","url":"modules/entities_poll.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Card.__type"},{"id":6287,"kind":1024,"name":"provider_name","url":"modules/entities_poll.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Card.__type"},{"id":6288,"kind":1024,"name":"provider_url","url":"modules/entities_poll.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Card.__type"},{"id":6289,"kind":1024,"name":"html","url":"modules/entities_poll.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Card.__type"},{"id":6290,"kind":1024,"name":"width","url":"modules/entities_poll.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Card.__type"},{"id":6291,"kind":1024,"name":"height","url":"modules/entities_poll.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Card.__type"},{"id":6292,"kind":4194304,"name":"Mention","url":"modules/entities_poll.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6293,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Mention"},{"id":6294,"kind":1024,"name":"id","url":"modules/entities_poll.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Mention.__type"},{"id":6295,"kind":1024,"name":"username","url":"modules/entities_poll.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Mention.__type"},{"id":6296,"kind":1024,"name":"url","url":"modules/entities_poll.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Mention.__type"},{"id":6297,"kind":1024,"name":"acct","url":"modules/entities_poll.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Mention.__type"},{"id":6298,"kind":4194304,"name":"History","url":"modules/entities_poll.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6299,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.History"},{"id":6300,"kind":1024,"name":"day","url":"modules/entities_poll.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.History.__type"},{"id":6301,"kind":1024,"name":"uses","url":"modules/entities_poll.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.History.__type"},{"id":6302,"kind":1024,"name":"accounts","url":"modules/entities_poll.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.History.__type"},{"id":6303,"kind":4194304,"name":"Tag","url":"modules/entities_poll.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6304,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Tag"},{"id":6305,"kind":1024,"name":"name","url":"modules/entities_poll.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Tag.__type"},{"id":6306,"kind":1024,"name":"url","url":"modules/entities_poll.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Tag.__type"},{"id":6307,"kind":1024,"name":"history","url":"modules/entities_poll.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Tag.__type"},{"id":6308,"kind":4194304,"name":"PollOption","url":"modules/entities_poll.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6309,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.PollOption"},{"id":6310,"kind":1024,"name":"title","url":"modules/entities_poll.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.PollOption.__type"},{"id":6311,"kind":1024,"name":"votes_count","url":"modules/entities_poll.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.PollOption.__type"},{"id":6312,"kind":4194304,"name":"Poll","url":"modules/entities_poll.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6313,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Poll"},{"id":6314,"kind":1024,"name":"id","url":"modules/entities_poll.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Poll.__type"},{"id":6315,"kind":1024,"name":"expires_at","url":"modules/entities_poll.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Poll.__type"},{"id":6316,"kind":1024,"name":"expired","url":"modules/entities_poll.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Poll.__type"},{"id":6317,"kind":1024,"name":"multiple","url":"modules/entities_poll.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Poll.__type"},{"id":6318,"kind":1024,"name":"votes_count","url":"modules/entities_poll.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Poll.__type"},{"id":6319,"kind":1024,"name":"options","url":"modules/entities_poll.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Poll.__type"},{"id":6320,"kind":1024,"name":"voted","url":"modules/entities_poll.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Poll.__type"},{"id":6321,"kind":4194304,"name":"Reaction","url":"modules/entities_poll.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6322,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Reaction"},{"id":6323,"kind":1024,"name":"count","url":"modules/entities_poll.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Reaction.__type"},{"id":6324,"kind":1024,"name":"me","url":"modules/entities_poll.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Reaction.__type"},{"id":6325,"kind":1024,"name":"name","url":"modules/entities_poll.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Reaction.__type"},{"id":6326,"kind":1024,"name":"accounts","url":"modules/entities_poll.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Reaction.__type"},{"id":6327,"kind":4194304,"name":"Status","url":"modules/entities_poll.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6328,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Status"},{"id":6329,"kind":1024,"name":"id","url":"modules/entities_poll.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6330,"kind":1024,"name":"uri","url":"modules/entities_poll.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6331,"kind":1024,"name":"url","url":"modules/entities_poll.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6332,"kind":1024,"name":"account","url":"modules/entities_poll.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6333,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_poll.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6334,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_poll.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6335,"kind":1024,"name":"reblog","url":"modules/entities_poll.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6336,"kind":1024,"name":"content","url":"modules/entities_poll.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6337,"kind":1024,"name":"created_at","url":"modules/entities_poll.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6338,"kind":1024,"name":"emojis","url":"modules/entities_poll.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6339,"kind":1024,"name":"replies_count","url":"modules/entities_poll.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6340,"kind":1024,"name":"reblogs_count","url":"modules/entities_poll.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6341,"kind":1024,"name":"favourites_count","url":"modules/entities_poll.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6342,"kind":1024,"name":"reblogged","url":"modules/entities_poll.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6343,"kind":1024,"name":"favourited","url":"modules/entities_poll.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6344,"kind":1024,"name":"muted","url":"modules/entities_poll.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6345,"kind":1024,"name":"sensitive","url":"modules/entities_poll.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6346,"kind":1024,"name":"spoiler_text","url":"modules/entities_poll.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6347,"kind":1024,"name":"visibility","url":"modules/entities_poll.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6348,"kind":1024,"name":"media_attachments","url":"modules/entities_poll.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6349,"kind":1024,"name":"mentions","url":"modules/entities_poll.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6350,"kind":1024,"name":"tags","url":"modules/entities_poll.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6351,"kind":1024,"name":"card","url":"modules/entities_poll.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6352,"kind":1024,"name":"poll","url":"modules/entities_poll.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6353,"kind":1024,"name":"application","url":"modules/entities_poll.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6354,"kind":1024,"name":"language","url":"modules/entities_poll.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6355,"kind":1024,"name":"pinned","url":"modules/entities_poll.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6356,"kind":1024,"name":"emoji_reactions","url":"modules/entities_poll.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6357,"kind":1024,"name":"quote","url":"modules/entities_poll.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6358,"kind":1024,"name":"bookmarked","url":"modules/entities_poll.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Status.__type"},{"id":6359,"kind":4194304,"name":"Context","url":"modules/entities_poll.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6360,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Context"},{"id":6361,"kind":1024,"name":"ancestors","url":"modules/entities_poll.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Context.__type"},{"id":6362,"kind":1024,"name":"descendants","url":"modules/entities_poll.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Context.__type"},{"id":6363,"kind":4194304,"name":"Conversation","url":"modules/entities_poll.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6364,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Conversation"},{"id":6365,"kind":1024,"name":"id","url":"modules/entities_poll.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Conversation.__type"},{"id":6366,"kind":1024,"name":"accounts","url":"modules/entities_poll.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Conversation.__type"},{"id":6367,"kind":1024,"name":"last_status","url":"modules/entities_poll.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Conversation.__type"},{"id":6368,"kind":1024,"name":"unread","url":"modules/entities_poll.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Conversation.__type"},{"id":6369,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_poll.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6370,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.FeaturedTag"},{"id":6371,"kind":1024,"name":"id","url":"modules/entities_poll.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.FeaturedTag.__type"},{"id":6372,"kind":1024,"name":"name","url":"modules/entities_poll.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.FeaturedTag.__type"},{"id":6373,"kind":1024,"name":"statuses_count","url":"modules/entities_poll.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.FeaturedTag.__type"},{"id":6374,"kind":1024,"name":"last_status_at","url":"modules/entities_poll.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.FeaturedTag.__type"},{"id":6375,"kind":4194304,"name":"Field","url":"modules/entities_poll.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6376,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Field"},{"id":6377,"kind":1024,"name":"name","url":"modules/entities_poll.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Field.__type"},{"id":6378,"kind":1024,"name":"value","url":"modules/entities_poll.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Field.__type"},{"id":6379,"kind":1024,"name":"verified_at","url":"modules/entities_poll.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Field.__type"},{"id":6380,"kind":4194304,"name":"Filter","url":"modules/entities_poll.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6381,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Filter"},{"id":6382,"kind":1024,"name":"id","url":"modules/entities_poll.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Filter.__type"},{"id":6383,"kind":1024,"name":"phrase","url":"modules/entities_poll.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Filter.__type"},{"id":6384,"kind":1024,"name":"context","url":"modules/entities_poll.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Filter.__type"},{"id":6385,"kind":1024,"name":"expires_at","url":"modules/entities_poll.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Filter.__type"},{"id":6386,"kind":1024,"name":"irreversible","url":"modules/entities_poll.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Filter.__type"},{"id":6387,"kind":1024,"name":"whole_word","url":"modules/entities_poll.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Filter.__type"},{"id":6388,"kind":4194304,"name":"IdentityProof","url":"modules/entities_poll.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6389,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.IdentityProof"},{"id":6390,"kind":1024,"name":"provider","url":"modules/entities_poll.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.IdentityProof.__type"},{"id":6391,"kind":1024,"name":"provider_username","url":"modules/entities_poll.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.IdentityProof.__type"},{"id":6392,"kind":1024,"name":"updated_at","url":"modules/entities_poll.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.IdentityProof.__type"},{"id":6393,"kind":1024,"name":"proof_url","url":"modules/entities_poll.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.IdentityProof.__type"},{"id":6394,"kind":1024,"name":"profile_url","url":"modules/entities_poll.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.IdentityProof.__type"},{"id":6395,"kind":4194304,"name":"URLs","url":"modules/entities_poll.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6396,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.URLs"},{"id":6397,"kind":1024,"name":"streaming_api","url":"modules/entities_poll.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.URLs.__type"},{"id":6398,"kind":4194304,"name":"Stats","url":"modules/entities_poll.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6399,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Stats"},{"id":6400,"kind":1024,"name":"user_count","url":"modules/entities_poll.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Stats.__type"},{"id":6401,"kind":1024,"name":"status_count","url":"modules/entities_poll.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Stats.__type"},{"id":6402,"kind":1024,"name":"domain_count","url":"modules/entities_poll.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Stats.__type"},{"id":6403,"kind":4194304,"name":"Instance","url":"modules/entities_poll.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6404,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Instance"},{"id":6405,"kind":1024,"name":"uri","url":"modules/entities_poll.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Instance.__type"},{"id":6406,"kind":1024,"name":"title","url":"modules/entities_poll.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Instance.__type"},{"id":6407,"kind":1024,"name":"description","url":"modules/entities_poll.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Instance.__type"},{"id":6408,"kind":1024,"name":"email","url":"modules/entities_poll.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Instance.__type"},{"id":6409,"kind":1024,"name":"version","url":"modules/entities_poll.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Instance.__type"},{"id":6410,"kind":1024,"name":"thumbnail","url":"modules/entities_poll.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Instance.__type"},{"id":6411,"kind":1024,"name":"urls","url":"modules/entities_poll.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Instance.__type"},{"id":6412,"kind":1024,"name":"stats","url":"modules/entities_poll.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Instance.__type"},{"id":6413,"kind":1024,"name":"languages","url":"modules/entities_poll.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Instance.__type"},{"id":6414,"kind":1024,"name":"contact_account","url":"modules/entities_poll.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Instance.__type"},{"id":6415,"kind":1024,"name":"max_toot_chars","url":"modules/entities_poll.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Instance.__type"},{"id":6416,"kind":1024,"name":"registrations","url":"modules/entities_poll.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Instance.__type"},{"id":6417,"kind":4194304,"name":"List","url":"modules/entities_poll.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6418,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.List"},{"id":6419,"kind":1024,"name":"id","url":"modules/entities_poll.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.List.__type"},{"id":6420,"kind":1024,"name":"title","url":"modules/entities_poll.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.List.__type"},{"id":6421,"kind":4194304,"name":"Marker","url":"modules/entities_poll.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6422,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Marker"},{"id":6423,"kind":1024,"name":"home","url":"modules/entities_poll.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Marker.__type"},{"id":6424,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Marker.__type"},{"id":6425,"kind":1024,"name":"last_read_id","url":"modules/entities_poll.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Marker.__type.__type"},{"id":6426,"kind":1024,"name":"version","url":"modules/entities_poll.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Marker.__type.__type"},{"id":6427,"kind":1024,"name":"updated_at","url":"modules/entities_poll.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Marker.__type.__type"},{"id":6428,"kind":1024,"name":"notifications","url":"modules/entities_poll.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Marker.__type"},{"id":6429,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Marker.__type"},{"id":6430,"kind":1024,"name":"last_read_id","url":"modules/entities_poll.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Marker.__type.__type"},{"id":6431,"kind":1024,"name":"version","url":"modules/entities_poll.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Marker.__type.__type"},{"id":6432,"kind":1024,"name":"updated_at","url":"modules/entities_poll.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Marker.__type.__type"},{"id":6433,"kind":4194304,"name":"Notification","url":"modules/entities_poll.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6434,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Notification"},{"id":6435,"kind":1024,"name":"account","url":"modules/entities_poll.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Notification.__type"},{"id":6436,"kind":1024,"name":"created_at","url":"modules/entities_poll.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Notification.__type"},{"id":6437,"kind":1024,"name":"id","url":"modules/entities_poll.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Notification.__type"},{"id":6438,"kind":1024,"name":"status","url":"modules/entities_poll.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Notification.__type"},{"id":6439,"kind":1024,"name":"emoji","url":"modules/entities_poll.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Notification.__type"},{"id":6440,"kind":1024,"name":"type","url":"modules/entities_poll.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Notification.__type"},{"id":6441,"kind":4194304,"name":"NotificationType","url":"modules/entities_poll.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6442,"kind":4194304,"name":"Preferences","url":"modules/entities_poll.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6443,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Preferences"},{"id":6444,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_poll.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Preferences.__type"},{"id":6445,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_poll.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Preferences.__type"},{"id":6446,"kind":1024,"name":"posting:default:language","url":"modules/entities_poll.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Preferences.__type"},{"id":6447,"kind":1024,"name":"reading:expand:media","url":"modules/entities_poll.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Preferences.__type"},{"id":6448,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_poll.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Preferences.__type"},{"id":6449,"kind":4194304,"name":"PushSubscription","url":"modules/entities_poll.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6450,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.PushSubscription"},{"id":6451,"kind":1024,"name":"id","url":"modules/entities_poll.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.PushSubscription.__type"},{"id":6452,"kind":1024,"name":"endpoint","url":"modules/entities_poll.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.PushSubscription.__type"},{"id":6453,"kind":1024,"name":"server_key","url":"modules/entities_poll.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.PushSubscription.__type"},{"id":6454,"kind":1024,"name":"alerts","url":"modules/entities_poll.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.PushSubscription.__type"},{"id":6455,"kind":4194304,"name":"Relationship","url":"modules/entities_poll.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6456,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Relationship"},{"id":6457,"kind":1024,"name":"id","url":"modules/entities_poll.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Relationship.__type"},{"id":6458,"kind":1024,"name":"following","url":"modules/entities_poll.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Relationship.__type"},{"id":6459,"kind":1024,"name":"followed_by","url":"modules/entities_poll.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Relationship.__type"},{"id":6460,"kind":1024,"name":"blocking","url":"modules/entities_poll.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Relationship.__type"},{"id":6461,"kind":1024,"name":"muting","url":"modules/entities_poll.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Relationship.__type"},{"id":6462,"kind":1024,"name":"muting_notifications","url":"modules/entities_poll.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Relationship.__type"},{"id":6463,"kind":1024,"name":"requested","url":"modules/entities_poll.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Relationship.__type"},{"id":6464,"kind":1024,"name":"domain_blocking","url":"modules/entities_poll.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Relationship.__type"},{"id":6465,"kind":1024,"name":"showing_reblogs","url":"modules/entities_poll.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Relationship.__type"},{"id":6466,"kind":1024,"name":"endorsed","url":"modules/entities_poll.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Relationship.__type"},{"id":6467,"kind":4194304,"name":"Report","url":"modules/entities_poll.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6468,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Report"},{"id":6469,"kind":1024,"name":"id","url":"modules/entities_poll.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Report.__type"},{"id":6470,"kind":1024,"name":"action_taken","url":"modules/entities_poll.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Report.__type"},{"id":6471,"kind":1024,"name":"comment","url":"modules/entities_poll.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Report.__type"},{"id":6472,"kind":1024,"name":"account_id","url":"modules/entities_poll.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Report.__type"},{"id":6473,"kind":1024,"name":"status_ids","url":"modules/entities_poll.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Report.__type"},{"id":6474,"kind":4194304,"name":"Results","url":"modules/entities_poll.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6475,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Results"},{"id":6476,"kind":1024,"name":"accounts","url":"modules/entities_poll.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Results.__type"},{"id":6477,"kind":1024,"name":"statuses","url":"modules/entities_poll.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Results.__type"},{"id":6478,"kind":1024,"name":"hashtags","url":"modules/entities_poll.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Results.__type"},{"id":6479,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_poll.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6480,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.ScheduledStatus"},{"id":6481,"kind":1024,"name":"id","url":"modules/entities_poll.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.ScheduledStatus.__type"},{"id":6482,"kind":1024,"name":"scheduled_at","url":"modules/entities_poll.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.ScheduledStatus.__type"},{"id":6483,"kind":1024,"name":"params","url":"modules/entities_poll.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.ScheduledStatus.__type"},{"id":6484,"kind":1024,"name":"media_attachments","url":"modules/entities_poll.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.ScheduledStatus.__type"},{"id":6485,"kind":4194304,"name":"StatusParams","url":"modules/entities_poll.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6486,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.StatusParams"},{"id":6487,"kind":1024,"name":"text","url":"modules/entities_poll.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.StatusParams.__type"},{"id":6488,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_poll.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.StatusParams.__type"},{"id":6489,"kind":1024,"name":"media_ids","url":"modules/entities_poll.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.StatusParams.__type"},{"id":6490,"kind":1024,"name":"sensitive","url":"modules/entities_poll.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.StatusParams.__type"},{"id":6491,"kind":1024,"name":"spoiler_text","url":"modules/entities_poll.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.StatusParams.__type"},{"id":6492,"kind":1024,"name":"visibility","url":"modules/entities_poll.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.StatusParams.__type"},{"id":6493,"kind":1024,"name":"scheduled_at","url":"modules/entities_poll.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.StatusParams.__type"},{"id":6494,"kind":1024,"name":"application_id","url":"modules/entities_poll.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.StatusParams.__type"},{"id":6495,"kind":4194304,"name":"Token","url":"modules/entities_poll.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll.Entity"},{"id":6496,"kind":65536,"name":"__type","url":"modules/entities_poll.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll.Entity.Token"},{"id":6497,"kind":1024,"name":"access_token","url":"modules/entities_poll.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Token.__type"},{"id":6498,"kind":1024,"name":"token_type","url":"modules/entities_poll.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Token.__type"},{"id":6499,"kind":1024,"name":"scope","url":"modules/entities_poll.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Token.__type"},{"id":6500,"kind":1024,"name":"created_at","url":"modules/entities_poll.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll.Entity.Token.__type"},{"id":6501,"kind":2,"name":"Entity","url":"modules/entities_poll_option.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/poll_option"},{"id":6502,"kind":4194304,"name":"Emoji","url":"modules/entities_poll_option.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6503,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Emoji"},{"id":6504,"kind":1024,"name":"shortcode","url":"modules/entities_poll_option.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Emoji.__type"},{"id":6505,"kind":1024,"name":"static_url","url":"modules/entities_poll_option.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Emoji.__type"},{"id":6506,"kind":1024,"name":"url","url":"modules/entities_poll_option.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Emoji.__type"},{"id":6507,"kind":1024,"name":"visible_in_picker","url":"modules/entities_poll_option.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Emoji.__type"},{"id":6508,"kind":4194304,"name":"Source","url":"modules/entities_poll_option.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6509,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Source"},{"id":6510,"kind":1024,"name":"privacy","url":"modules/entities_poll_option.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Source.__type"},{"id":6511,"kind":1024,"name":"sensitive","url":"modules/entities_poll_option.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Source.__type"},{"id":6512,"kind":1024,"name":"language","url":"modules/entities_poll_option.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Source.__type"},{"id":6513,"kind":1024,"name":"note","url":"modules/entities_poll_option.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Source.__type"},{"id":6514,"kind":1024,"name":"fields","url":"modules/entities_poll_option.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Source.__type"},{"id":6515,"kind":4194304,"name":"Account","url":"modules/entities_poll_option.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6516,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Account"},{"id":6517,"kind":1024,"name":"id","url":"modules/entities_poll_option.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Account.__type"},{"id":6518,"kind":1024,"name":"username","url":"modules/entities_poll_option.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Account.__type"},{"id":6519,"kind":1024,"name":"acct","url":"modules/entities_poll_option.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Account.__type"},{"id":6520,"kind":1024,"name":"display_name","url":"modules/entities_poll_option.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Account.__type"},{"id":6521,"kind":1024,"name":"locked","url":"modules/entities_poll_option.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Account.__type"},{"id":6522,"kind":1024,"name":"created_at","url":"modules/entities_poll_option.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Account.__type"},{"id":6523,"kind":1024,"name":"followers_count","url":"modules/entities_poll_option.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Account.__type"},{"id":6524,"kind":1024,"name":"following_count","url":"modules/entities_poll_option.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Account.__type"},{"id":6525,"kind":1024,"name":"statuses_count","url":"modules/entities_poll_option.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Account.__type"},{"id":6526,"kind":1024,"name":"note","url":"modules/entities_poll_option.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Account.__type"},{"id":6527,"kind":1024,"name":"url","url":"modules/entities_poll_option.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Account.__type"},{"id":6528,"kind":1024,"name":"avatar","url":"modules/entities_poll_option.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Account.__type"},{"id":6529,"kind":1024,"name":"avatar_static","url":"modules/entities_poll_option.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Account.__type"},{"id":6530,"kind":1024,"name":"header","url":"modules/entities_poll_option.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Account.__type"},{"id":6531,"kind":1024,"name":"header_static","url":"modules/entities_poll_option.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Account.__type"},{"id":6532,"kind":1024,"name":"emojis","url":"modules/entities_poll_option.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Account.__type"},{"id":6533,"kind":1024,"name":"moved","url":"modules/entities_poll_option.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Account.__type"},{"id":6534,"kind":1024,"name":"fields","url":"modules/entities_poll_option.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Account.__type"},{"id":6535,"kind":1024,"name":"bot","url":"modules/entities_poll_option.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Account.__type"},{"id":6536,"kind":1024,"name":"source","url":"modules/entities_poll_option.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Account.__type"},{"id":6537,"kind":4194304,"name":"Activity","url":"modules/entities_poll_option.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6538,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Activity"},{"id":6539,"kind":1024,"name":"week","url":"modules/entities_poll_option.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Activity.__type"},{"id":6540,"kind":1024,"name":"statuses","url":"modules/entities_poll_option.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Activity.__type"},{"id":6541,"kind":1024,"name":"logins","url":"modules/entities_poll_option.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Activity.__type"},{"id":6542,"kind":1024,"name":"registrations","url":"modules/entities_poll_option.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Activity.__type"},{"id":6543,"kind":4194304,"name":"Application","url":"modules/entities_poll_option.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6544,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Application"},{"id":6545,"kind":1024,"name":"name","url":"modules/entities_poll_option.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Application.__type"},{"id":6546,"kind":1024,"name":"website","url":"modules/entities_poll_option.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Application.__type"},{"id":6547,"kind":1024,"name":"vapid_key","url":"modules/entities_poll_option.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Application.__type"},{"id":6548,"kind":4194304,"name":"Attachment","url":"modules/entities_poll_option.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6549,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Attachment"},{"id":6550,"kind":1024,"name":"id","url":"modules/entities_poll_option.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Attachment.__type"},{"id":6551,"kind":1024,"name":"type","url":"modules/entities_poll_option.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Attachment.__type"},{"id":6552,"kind":1024,"name":"url","url":"modules/entities_poll_option.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Attachment.__type"},{"id":6553,"kind":1024,"name":"remote_url","url":"modules/entities_poll_option.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Attachment.__type"},{"id":6554,"kind":1024,"name":"preview_url","url":"modules/entities_poll_option.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Attachment.__type"},{"id":6555,"kind":1024,"name":"text_url","url":"modules/entities_poll_option.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Attachment.__type"},{"id":6556,"kind":1024,"name":"meta","url":"modules/entities_poll_option.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Attachment.__type"},{"id":6557,"kind":1024,"name":"description","url":"modules/entities_poll_option.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Attachment.__type"},{"id":6558,"kind":4194304,"name":"Card","url":"modules/entities_poll_option.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6559,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Card"},{"id":6560,"kind":1024,"name":"url","url":"modules/entities_poll_option.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Card.__type"},{"id":6561,"kind":1024,"name":"title","url":"modules/entities_poll_option.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Card.__type"},{"id":6562,"kind":1024,"name":"description","url":"modules/entities_poll_option.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Card.__type"},{"id":6563,"kind":1024,"name":"type","url":"modules/entities_poll_option.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Card.__type"},{"id":6564,"kind":1024,"name":"image","url":"modules/entities_poll_option.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Card.__type"},{"id":6565,"kind":1024,"name":"author_name","url":"modules/entities_poll_option.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Card.__type"},{"id":6566,"kind":1024,"name":"author_url","url":"modules/entities_poll_option.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Card.__type"},{"id":6567,"kind":1024,"name":"provider_name","url":"modules/entities_poll_option.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Card.__type"},{"id":6568,"kind":1024,"name":"provider_url","url":"modules/entities_poll_option.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Card.__type"},{"id":6569,"kind":1024,"name":"html","url":"modules/entities_poll_option.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Card.__type"},{"id":6570,"kind":1024,"name":"width","url":"modules/entities_poll_option.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Card.__type"},{"id":6571,"kind":1024,"name":"height","url":"modules/entities_poll_option.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Card.__type"},{"id":6572,"kind":4194304,"name":"Mention","url":"modules/entities_poll_option.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6573,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Mention"},{"id":6574,"kind":1024,"name":"id","url":"modules/entities_poll_option.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Mention.__type"},{"id":6575,"kind":1024,"name":"username","url":"modules/entities_poll_option.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Mention.__type"},{"id":6576,"kind":1024,"name":"url","url":"modules/entities_poll_option.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Mention.__type"},{"id":6577,"kind":1024,"name":"acct","url":"modules/entities_poll_option.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Mention.__type"},{"id":6578,"kind":4194304,"name":"History","url":"modules/entities_poll_option.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6579,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.History"},{"id":6580,"kind":1024,"name":"day","url":"modules/entities_poll_option.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.History.__type"},{"id":6581,"kind":1024,"name":"uses","url":"modules/entities_poll_option.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.History.__type"},{"id":6582,"kind":1024,"name":"accounts","url":"modules/entities_poll_option.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.History.__type"},{"id":6583,"kind":4194304,"name":"Tag","url":"modules/entities_poll_option.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6584,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Tag"},{"id":6585,"kind":1024,"name":"name","url":"modules/entities_poll_option.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Tag.__type"},{"id":6586,"kind":1024,"name":"url","url":"modules/entities_poll_option.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Tag.__type"},{"id":6587,"kind":1024,"name":"history","url":"modules/entities_poll_option.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Tag.__type"},{"id":6588,"kind":4194304,"name":"PollOption","url":"modules/entities_poll_option.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6589,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.PollOption"},{"id":6590,"kind":1024,"name":"title","url":"modules/entities_poll_option.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.PollOption.__type"},{"id":6591,"kind":1024,"name":"votes_count","url":"modules/entities_poll_option.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.PollOption.__type"},{"id":6592,"kind":4194304,"name":"Poll","url":"modules/entities_poll_option.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6593,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Poll"},{"id":6594,"kind":1024,"name":"id","url":"modules/entities_poll_option.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Poll.__type"},{"id":6595,"kind":1024,"name":"expires_at","url":"modules/entities_poll_option.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Poll.__type"},{"id":6596,"kind":1024,"name":"expired","url":"modules/entities_poll_option.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Poll.__type"},{"id":6597,"kind":1024,"name":"multiple","url":"modules/entities_poll_option.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Poll.__type"},{"id":6598,"kind":1024,"name":"votes_count","url":"modules/entities_poll_option.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Poll.__type"},{"id":6599,"kind":1024,"name":"options","url":"modules/entities_poll_option.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Poll.__type"},{"id":6600,"kind":1024,"name":"voted","url":"modules/entities_poll_option.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Poll.__type"},{"id":6601,"kind":4194304,"name":"Reaction","url":"modules/entities_poll_option.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6602,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Reaction"},{"id":6603,"kind":1024,"name":"count","url":"modules/entities_poll_option.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Reaction.__type"},{"id":6604,"kind":1024,"name":"me","url":"modules/entities_poll_option.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Reaction.__type"},{"id":6605,"kind":1024,"name":"name","url":"modules/entities_poll_option.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Reaction.__type"},{"id":6606,"kind":1024,"name":"accounts","url":"modules/entities_poll_option.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Reaction.__type"},{"id":6607,"kind":4194304,"name":"Status","url":"modules/entities_poll_option.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6608,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Status"},{"id":6609,"kind":1024,"name":"id","url":"modules/entities_poll_option.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6610,"kind":1024,"name":"uri","url":"modules/entities_poll_option.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6611,"kind":1024,"name":"url","url":"modules/entities_poll_option.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6612,"kind":1024,"name":"account","url":"modules/entities_poll_option.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6613,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_poll_option.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6614,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_poll_option.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6615,"kind":1024,"name":"reblog","url":"modules/entities_poll_option.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6616,"kind":1024,"name":"content","url":"modules/entities_poll_option.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6617,"kind":1024,"name":"created_at","url":"modules/entities_poll_option.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6618,"kind":1024,"name":"emojis","url":"modules/entities_poll_option.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6619,"kind":1024,"name":"replies_count","url":"modules/entities_poll_option.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6620,"kind":1024,"name":"reblogs_count","url":"modules/entities_poll_option.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6621,"kind":1024,"name":"favourites_count","url":"modules/entities_poll_option.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6622,"kind":1024,"name":"reblogged","url":"modules/entities_poll_option.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6623,"kind":1024,"name":"favourited","url":"modules/entities_poll_option.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6624,"kind":1024,"name":"muted","url":"modules/entities_poll_option.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6625,"kind":1024,"name":"sensitive","url":"modules/entities_poll_option.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6626,"kind":1024,"name":"spoiler_text","url":"modules/entities_poll_option.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6627,"kind":1024,"name":"visibility","url":"modules/entities_poll_option.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6628,"kind":1024,"name":"media_attachments","url":"modules/entities_poll_option.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6629,"kind":1024,"name":"mentions","url":"modules/entities_poll_option.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6630,"kind":1024,"name":"tags","url":"modules/entities_poll_option.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6631,"kind":1024,"name":"card","url":"modules/entities_poll_option.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6632,"kind":1024,"name":"poll","url":"modules/entities_poll_option.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6633,"kind":1024,"name":"application","url":"modules/entities_poll_option.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6634,"kind":1024,"name":"language","url":"modules/entities_poll_option.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6635,"kind":1024,"name":"pinned","url":"modules/entities_poll_option.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6636,"kind":1024,"name":"emoji_reactions","url":"modules/entities_poll_option.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6637,"kind":1024,"name":"quote","url":"modules/entities_poll_option.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6638,"kind":1024,"name":"bookmarked","url":"modules/entities_poll_option.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Status.__type"},{"id":6639,"kind":4194304,"name":"Context","url":"modules/entities_poll_option.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6640,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Context"},{"id":6641,"kind":1024,"name":"ancestors","url":"modules/entities_poll_option.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Context.__type"},{"id":6642,"kind":1024,"name":"descendants","url":"modules/entities_poll_option.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Context.__type"},{"id":6643,"kind":4194304,"name":"Conversation","url":"modules/entities_poll_option.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6644,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Conversation"},{"id":6645,"kind":1024,"name":"id","url":"modules/entities_poll_option.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Conversation.__type"},{"id":6646,"kind":1024,"name":"accounts","url":"modules/entities_poll_option.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Conversation.__type"},{"id":6647,"kind":1024,"name":"last_status","url":"modules/entities_poll_option.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Conversation.__type"},{"id":6648,"kind":1024,"name":"unread","url":"modules/entities_poll_option.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Conversation.__type"},{"id":6649,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_poll_option.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6650,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.FeaturedTag"},{"id":6651,"kind":1024,"name":"id","url":"modules/entities_poll_option.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.FeaturedTag.__type"},{"id":6652,"kind":1024,"name":"name","url":"modules/entities_poll_option.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.FeaturedTag.__type"},{"id":6653,"kind":1024,"name":"statuses_count","url":"modules/entities_poll_option.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.FeaturedTag.__type"},{"id":6654,"kind":1024,"name":"last_status_at","url":"modules/entities_poll_option.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.FeaturedTag.__type"},{"id":6655,"kind":4194304,"name":"Field","url":"modules/entities_poll_option.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6656,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Field"},{"id":6657,"kind":1024,"name":"name","url":"modules/entities_poll_option.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Field.__type"},{"id":6658,"kind":1024,"name":"value","url":"modules/entities_poll_option.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Field.__type"},{"id":6659,"kind":1024,"name":"verified_at","url":"modules/entities_poll_option.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Field.__type"},{"id":6660,"kind":4194304,"name":"Filter","url":"modules/entities_poll_option.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6661,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Filter"},{"id":6662,"kind":1024,"name":"id","url":"modules/entities_poll_option.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Filter.__type"},{"id":6663,"kind":1024,"name":"phrase","url":"modules/entities_poll_option.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Filter.__type"},{"id":6664,"kind":1024,"name":"context","url":"modules/entities_poll_option.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Filter.__type"},{"id":6665,"kind":1024,"name":"expires_at","url":"modules/entities_poll_option.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Filter.__type"},{"id":6666,"kind":1024,"name":"irreversible","url":"modules/entities_poll_option.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Filter.__type"},{"id":6667,"kind":1024,"name":"whole_word","url":"modules/entities_poll_option.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Filter.__type"},{"id":6668,"kind":4194304,"name":"IdentityProof","url":"modules/entities_poll_option.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6669,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.IdentityProof"},{"id":6670,"kind":1024,"name":"provider","url":"modules/entities_poll_option.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.IdentityProof.__type"},{"id":6671,"kind":1024,"name":"provider_username","url":"modules/entities_poll_option.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.IdentityProof.__type"},{"id":6672,"kind":1024,"name":"updated_at","url":"modules/entities_poll_option.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.IdentityProof.__type"},{"id":6673,"kind":1024,"name":"proof_url","url":"modules/entities_poll_option.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.IdentityProof.__type"},{"id":6674,"kind":1024,"name":"profile_url","url":"modules/entities_poll_option.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.IdentityProof.__type"},{"id":6675,"kind":4194304,"name":"URLs","url":"modules/entities_poll_option.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6676,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.URLs"},{"id":6677,"kind":1024,"name":"streaming_api","url":"modules/entities_poll_option.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.URLs.__type"},{"id":6678,"kind":4194304,"name":"Stats","url":"modules/entities_poll_option.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6679,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Stats"},{"id":6680,"kind":1024,"name":"user_count","url":"modules/entities_poll_option.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Stats.__type"},{"id":6681,"kind":1024,"name":"status_count","url":"modules/entities_poll_option.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Stats.__type"},{"id":6682,"kind":1024,"name":"domain_count","url":"modules/entities_poll_option.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Stats.__type"},{"id":6683,"kind":4194304,"name":"Instance","url":"modules/entities_poll_option.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6684,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Instance"},{"id":6685,"kind":1024,"name":"uri","url":"modules/entities_poll_option.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Instance.__type"},{"id":6686,"kind":1024,"name":"title","url":"modules/entities_poll_option.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Instance.__type"},{"id":6687,"kind":1024,"name":"description","url":"modules/entities_poll_option.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Instance.__type"},{"id":6688,"kind":1024,"name":"email","url":"modules/entities_poll_option.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Instance.__type"},{"id":6689,"kind":1024,"name":"version","url":"modules/entities_poll_option.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Instance.__type"},{"id":6690,"kind":1024,"name":"thumbnail","url":"modules/entities_poll_option.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Instance.__type"},{"id":6691,"kind":1024,"name":"urls","url":"modules/entities_poll_option.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Instance.__type"},{"id":6692,"kind":1024,"name":"stats","url":"modules/entities_poll_option.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Instance.__type"},{"id":6693,"kind":1024,"name":"languages","url":"modules/entities_poll_option.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Instance.__type"},{"id":6694,"kind":1024,"name":"contact_account","url":"modules/entities_poll_option.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Instance.__type"},{"id":6695,"kind":1024,"name":"max_toot_chars","url":"modules/entities_poll_option.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Instance.__type"},{"id":6696,"kind":1024,"name":"registrations","url":"modules/entities_poll_option.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Instance.__type"},{"id":6697,"kind":4194304,"name":"List","url":"modules/entities_poll_option.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6698,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.List"},{"id":6699,"kind":1024,"name":"id","url":"modules/entities_poll_option.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.List.__type"},{"id":6700,"kind":1024,"name":"title","url":"modules/entities_poll_option.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.List.__type"},{"id":6701,"kind":4194304,"name":"Marker","url":"modules/entities_poll_option.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6702,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Marker"},{"id":6703,"kind":1024,"name":"home","url":"modules/entities_poll_option.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Marker.__type"},{"id":6704,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Marker.__type"},{"id":6705,"kind":1024,"name":"last_read_id","url":"modules/entities_poll_option.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Marker.__type.__type"},{"id":6706,"kind":1024,"name":"version","url":"modules/entities_poll_option.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Marker.__type.__type"},{"id":6707,"kind":1024,"name":"updated_at","url":"modules/entities_poll_option.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Marker.__type.__type"},{"id":6708,"kind":1024,"name":"notifications","url":"modules/entities_poll_option.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Marker.__type"},{"id":6709,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Marker.__type"},{"id":6710,"kind":1024,"name":"last_read_id","url":"modules/entities_poll_option.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Marker.__type.__type"},{"id":6711,"kind":1024,"name":"version","url":"modules/entities_poll_option.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Marker.__type.__type"},{"id":6712,"kind":1024,"name":"updated_at","url":"modules/entities_poll_option.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Marker.__type.__type"},{"id":6713,"kind":4194304,"name":"Notification","url":"modules/entities_poll_option.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6714,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Notification"},{"id":6715,"kind":1024,"name":"account","url":"modules/entities_poll_option.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Notification.__type"},{"id":6716,"kind":1024,"name":"created_at","url":"modules/entities_poll_option.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Notification.__type"},{"id":6717,"kind":1024,"name":"id","url":"modules/entities_poll_option.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Notification.__type"},{"id":6718,"kind":1024,"name":"status","url":"modules/entities_poll_option.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Notification.__type"},{"id":6719,"kind":1024,"name":"emoji","url":"modules/entities_poll_option.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Notification.__type"},{"id":6720,"kind":1024,"name":"type","url":"modules/entities_poll_option.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Notification.__type"},{"id":6721,"kind":4194304,"name":"NotificationType","url":"modules/entities_poll_option.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6722,"kind":4194304,"name":"Preferences","url":"modules/entities_poll_option.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6723,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Preferences"},{"id":6724,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_poll_option.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Preferences.__type"},{"id":6725,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_poll_option.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Preferences.__type"},{"id":6726,"kind":1024,"name":"posting:default:language","url":"modules/entities_poll_option.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Preferences.__type"},{"id":6727,"kind":1024,"name":"reading:expand:media","url":"modules/entities_poll_option.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Preferences.__type"},{"id":6728,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_poll_option.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Preferences.__type"},{"id":6729,"kind":4194304,"name":"PushSubscription","url":"modules/entities_poll_option.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6730,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.PushSubscription"},{"id":6731,"kind":1024,"name":"id","url":"modules/entities_poll_option.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.PushSubscription.__type"},{"id":6732,"kind":1024,"name":"endpoint","url":"modules/entities_poll_option.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.PushSubscription.__type"},{"id":6733,"kind":1024,"name":"server_key","url":"modules/entities_poll_option.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.PushSubscription.__type"},{"id":6734,"kind":1024,"name":"alerts","url":"modules/entities_poll_option.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.PushSubscription.__type"},{"id":6735,"kind":4194304,"name":"Relationship","url":"modules/entities_poll_option.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6736,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Relationship"},{"id":6737,"kind":1024,"name":"id","url":"modules/entities_poll_option.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Relationship.__type"},{"id":6738,"kind":1024,"name":"following","url":"modules/entities_poll_option.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Relationship.__type"},{"id":6739,"kind":1024,"name":"followed_by","url":"modules/entities_poll_option.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Relationship.__type"},{"id":6740,"kind":1024,"name":"blocking","url":"modules/entities_poll_option.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Relationship.__type"},{"id":6741,"kind":1024,"name":"muting","url":"modules/entities_poll_option.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Relationship.__type"},{"id":6742,"kind":1024,"name":"muting_notifications","url":"modules/entities_poll_option.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Relationship.__type"},{"id":6743,"kind":1024,"name":"requested","url":"modules/entities_poll_option.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Relationship.__type"},{"id":6744,"kind":1024,"name":"domain_blocking","url":"modules/entities_poll_option.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Relationship.__type"},{"id":6745,"kind":1024,"name":"showing_reblogs","url":"modules/entities_poll_option.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Relationship.__type"},{"id":6746,"kind":1024,"name":"endorsed","url":"modules/entities_poll_option.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Relationship.__type"},{"id":6747,"kind":4194304,"name":"Report","url":"modules/entities_poll_option.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6748,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Report"},{"id":6749,"kind":1024,"name":"id","url":"modules/entities_poll_option.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Report.__type"},{"id":6750,"kind":1024,"name":"action_taken","url":"modules/entities_poll_option.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Report.__type"},{"id":6751,"kind":1024,"name":"comment","url":"modules/entities_poll_option.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Report.__type"},{"id":6752,"kind":1024,"name":"account_id","url":"modules/entities_poll_option.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Report.__type"},{"id":6753,"kind":1024,"name":"status_ids","url":"modules/entities_poll_option.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Report.__type"},{"id":6754,"kind":4194304,"name":"Results","url":"modules/entities_poll_option.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6755,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Results"},{"id":6756,"kind":1024,"name":"accounts","url":"modules/entities_poll_option.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Results.__type"},{"id":6757,"kind":1024,"name":"statuses","url":"modules/entities_poll_option.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Results.__type"},{"id":6758,"kind":1024,"name":"hashtags","url":"modules/entities_poll_option.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Results.__type"},{"id":6759,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_poll_option.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6760,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.ScheduledStatus"},{"id":6761,"kind":1024,"name":"id","url":"modules/entities_poll_option.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.ScheduledStatus.__type"},{"id":6762,"kind":1024,"name":"scheduled_at","url":"modules/entities_poll_option.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.ScheduledStatus.__type"},{"id":6763,"kind":1024,"name":"params","url":"modules/entities_poll_option.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.ScheduledStatus.__type"},{"id":6764,"kind":1024,"name":"media_attachments","url":"modules/entities_poll_option.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.ScheduledStatus.__type"},{"id":6765,"kind":4194304,"name":"StatusParams","url":"modules/entities_poll_option.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6766,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.StatusParams"},{"id":6767,"kind":1024,"name":"text","url":"modules/entities_poll_option.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.StatusParams.__type"},{"id":6768,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_poll_option.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.StatusParams.__type"},{"id":6769,"kind":1024,"name":"media_ids","url":"modules/entities_poll_option.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.StatusParams.__type"},{"id":6770,"kind":1024,"name":"sensitive","url":"modules/entities_poll_option.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.StatusParams.__type"},{"id":6771,"kind":1024,"name":"spoiler_text","url":"modules/entities_poll_option.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.StatusParams.__type"},{"id":6772,"kind":1024,"name":"visibility","url":"modules/entities_poll_option.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.StatusParams.__type"},{"id":6773,"kind":1024,"name":"scheduled_at","url":"modules/entities_poll_option.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.StatusParams.__type"},{"id":6774,"kind":1024,"name":"application_id","url":"modules/entities_poll_option.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.StatusParams.__type"},{"id":6775,"kind":4194304,"name":"Token","url":"modules/entities_poll_option.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/poll_option.Entity"},{"id":6776,"kind":65536,"name":"__type","url":"modules/entities_poll_option.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/poll_option.Entity.Token"},{"id":6777,"kind":1024,"name":"access_token","url":"modules/entities_poll_option.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Token.__type"},{"id":6778,"kind":1024,"name":"token_type","url":"modules/entities_poll_option.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Token.__type"},{"id":6779,"kind":1024,"name":"scope","url":"modules/entities_poll_option.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Token.__type"},{"id":6780,"kind":1024,"name":"created_at","url":"modules/entities_poll_option.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/poll_option.Entity.Token.__type"},{"id":6781,"kind":2,"name":"Entity","url":"modules/entities_preferences.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/preferences"},{"id":6782,"kind":4194304,"name":"Emoji","url":"modules/entities_preferences.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6783,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Emoji"},{"id":6784,"kind":1024,"name":"shortcode","url":"modules/entities_preferences.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Emoji.__type"},{"id":6785,"kind":1024,"name":"static_url","url":"modules/entities_preferences.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Emoji.__type"},{"id":6786,"kind":1024,"name":"url","url":"modules/entities_preferences.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Emoji.__type"},{"id":6787,"kind":1024,"name":"visible_in_picker","url":"modules/entities_preferences.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Emoji.__type"},{"id":6788,"kind":4194304,"name":"Source","url":"modules/entities_preferences.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6789,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Source"},{"id":6790,"kind":1024,"name":"privacy","url":"modules/entities_preferences.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Source.__type"},{"id":6791,"kind":1024,"name":"sensitive","url":"modules/entities_preferences.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Source.__type"},{"id":6792,"kind":1024,"name":"language","url":"modules/entities_preferences.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Source.__type"},{"id":6793,"kind":1024,"name":"note","url":"modules/entities_preferences.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Source.__type"},{"id":6794,"kind":1024,"name":"fields","url":"modules/entities_preferences.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Source.__type"},{"id":6795,"kind":4194304,"name":"Account","url":"modules/entities_preferences.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6796,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Account"},{"id":6797,"kind":1024,"name":"id","url":"modules/entities_preferences.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Account.__type"},{"id":6798,"kind":1024,"name":"username","url":"modules/entities_preferences.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Account.__type"},{"id":6799,"kind":1024,"name":"acct","url":"modules/entities_preferences.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Account.__type"},{"id":6800,"kind":1024,"name":"display_name","url":"modules/entities_preferences.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Account.__type"},{"id":6801,"kind":1024,"name":"locked","url":"modules/entities_preferences.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Account.__type"},{"id":6802,"kind":1024,"name":"created_at","url":"modules/entities_preferences.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Account.__type"},{"id":6803,"kind":1024,"name":"followers_count","url":"modules/entities_preferences.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Account.__type"},{"id":6804,"kind":1024,"name":"following_count","url":"modules/entities_preferences.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Account.__type"},{"id":6805,"kind":1024,"name":"statuses_count","url":"modules/entities_preferences.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Account.__type"},{"id":6806,"kind":1024,"name":"note","url":"modules/entities_preferences.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Account.__type"},{"id":6807,"kind":1024,"name":"url","url":"modules/entities_preferences.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Account.__type"},{"id":6808,"kind":1024,"name":"avatar","url":"modules/entities_preferences.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Account.__type"},{"id":6809,"kind":1024,"name":"avatar_static","url":"modules/entities_preferences.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Account.__type"},{"id":6810,"kind":1024,"name":"header","url":"modules/entities_preferences.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Account.__type"},{"id":6811,"kind":1024,"name":"header_static","url":"modules/entities_preferences.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Account.__type"},{"id":6812,"kind":1024,"name":"emojis","url":"modules/entities_preferences.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Account.__type"},{"id":6813,"kind":1024,"name":"moved","url":"modules/entities_preferences.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Account.__type"},{"id":6814,"kind":1024,"name":"fields","url":"modules/entities_preferences.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Account.__type"},{"id":6815,"kind":1024,"name":"bot","url":"modules/entities_preferences.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Account.__type"},{"id":6816,"kind":1024,"name":"source","url":"modules/entities_preferences.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Account.__type"},{"id":6817,"kind":4194304,"name":"Activity","url":"modules/entities_preferences.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6818,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Activity"},{"id":6819,"kind":1024,"name":"week","url":"modules/entities_preferences.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Activity.__type"},{"id":6820,"kind":1024,"name":"statuses","url":"modules/entities_preferences.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Activity.__type"},{"id":6821,"kind":1024,"name":"logins","url":"modules/entities_preferences.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Activity.__type"},{"id":6822,"kind":1024,"name":"registrations","url":"modules/entities_preferences.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Activity.__type"},{"id":6823,"kind":4194304,"name":"Application","url":"modules/entities_preferences.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6824,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Application"},{"id":6825,"kind":1024,"name":"name","url":"modules/entities_preferences.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Application.__type"},{"id":6826,"kind":1024,"name":"website","url":"modules/entities_preferences.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Application.__type"},{"id":6827,"kind":1024,"name":"vapid_key","url":"modules/entities_preferences.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Application.__type"},{"id":6828,"kind":4194304,"name":"Attachment","url":"modules/entities_preferences.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6829,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Attachment"},{"id":6830,"kind":1024,"name":"id","url":"modules/entities_preferences.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Attachment.__type"},{"id":6831,"kind":1024,"name":"type","url":"modules/entities_preferences.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Attachment.__type"},{"id":6832,"kind":1024,"name":"url","url":"modules/entities_preferences.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Attachment.__type"},{"id":6833,"kind":1024,"name":"remote_url","url":"modules/entities_preferences.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Attachment.__type"},{"id":6834,"kind":1024,"name":"preview_url","url":"modules/entities_preferences.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Attachment.__type"},{"id":6835,"kind":1024,"name":"text_url","url":"modules/entities_preferences.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Attachment.__type"},{"id":6836,"kind":1024,"name":"meta","url":"modules/entities_preferences.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Attachment.__type"},{"id":6837,"kind":1024,"name":"description","url":"modules/entities_preferences.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Attachment.__type"},{"id":6838,"kind":4194304,"name":"Card","url":"modules/entities_preferences.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6839,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Card"},{"id":6840,"kind":1024,"name":"url","url":"modules/entities_preferences.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Card.__type"},{"id":6841,"kind":1024,"name":"title","url":"modules/entities_preferences.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Card.__type"},{"id":6842,"kind":1024,"name":"description","url":"modules/entities_preferences.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Card.__type"},{"id":6843,"kind":1024,"name":"type","url":"modules/entities_preferences.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Card.__type"},{"id":6844,"kind":1024,"name":"image","url":"modules/entities_preferences.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Card.__type"},{"id":6845,"kind":1024,"name":"author_name","url":"modules/entities_preferences.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Card.__type"},{"id":6846,"kind":1024,"name":"author_url","url":"modules/entities_preferences.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Card.__type"},{"id":6847,"kind":1024,"name":"provider_name","url":"modules/entities_preferences.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Card.__type"},{"id":6848,"kind":1024,"name":"provider_url","url":"modules/entities_preferences.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Card.__type"},{"id":6849,"kind":1024,"name":"html","url":"modules/entities_preferences.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Card.__type"},{"id":6850,"kind":1024,"name":"width","url":"modules/entities_preferences.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Card.__type"},{"id":6851,"kind":1024,"name":"height","url":"modules/entities_preferences.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Card.__type"},{"id":6852,"kind":4194304,"name":"Mention","url":"modules/entities_preferences.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6853,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Mention"},{"id":6854,"kind":1024,"name":"id","url":"modules/entities_preferences.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Mention.__type"},{"id":6855,"kind":1024,"name":"username","url":"modules/entities_preferences.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Mention.__type"},{"id":6856,"kind":1024,"name":"url","url":"modules/entities_preferences.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Mention.__type"},{"id":6857,"kind":1024,"name":"acct","url":"modules/entities_preferences.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Mention.__type"},{"id":6858,"kind":4194304,"name":"History","url":"modules/entities_preferences.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6859,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.History"},{"id":6860,"kind":1024,"name":"day","url":"modules/entities_preferences.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.History.__type"},{"id":6861,"kind":1024,"name":"uses","url":"modules/entities_preferences.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.History.__type"},{"id":6862,"kind":1024,"name":"accounts","url":"modules/entities_preferences.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.History.__type"},{"id":6863,"kind":4194304,"name":"Tag","url":"modules/entities_preferences.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6864,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Tag"},{"id":6865,"kind":1024,"name":"name","url":"modules/entities_preferences.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Tag.__type"},{"id":6866,"kind":1024,"name":"url","url":"modules/entities_preferences.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Tag.__type"},{"id":6867,"kind":1024,"name":"history","url":"modules/entities_preferences.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Tag.__type"},{"id":6868,"kind":4194304,"name":"PollOption","url":"modules/entities_preferences.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6869,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.PollOption"},{"id":6870,"kind":1024,"name":"title","url":"modules/entities_preferences.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.PollOption.__type"},{"id":6871,"kind":1024,"name":"votes_count","url":"modules/entities_preferences.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.PollOption.__type"},{"id":6872,"kind":4194304,"name":"Poll","url":"modules/entities_preferences.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6873,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Poll"},{"id":6874,"kind":1024,"name":"id","url":"modules/entities_preferences.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Poll.__type"},{"id":6875,"kind":1024,"name":"expires_at","url":"modules/entities_preferences.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Poll.__type"},{"id":6876,"kind":1024,"name":"expired","url":"modules/entities_preferences.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Poll.__type"},{"id":6877,"kind":1024,"name":"multiple","url":"modules/entities_preferences.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Poll.__type"},{"id":6878,"kind":1024,"name":"votes_count","url":"modules/entities_preferences.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Poll.__type"},{"id":6879,"kind":1024,"name":"options","url":"modules/entities_preferences.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Poll.__type"},{"id":6880,"kind":1024,"name":"voted","url":"modules/entities_preferences.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Poll.__type"},{"id":6881,"kind":4194304,"name":"Reaction","url":"modules/entities_preferences.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6882,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Reaction"},{"id":6883,"kind":1024,"name":"count","url":"modules/entities_preferences.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Reaction.__type"},{"id":6884,"kind":1024,"name":"me","url":"modules/entities_preferences.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Reaction.__type"},{"id":6885,"kind":1024,"name":"name","url":"modules/entities_preferences.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Reaction.__type"},{"id":6886,"kind":1024,"name":"accounts","url":"modules/entities_preferences.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Reaction.__type"},{"id":6887,"kind":4194304,"name":"Status","url":"modules/entities_preferences.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6888,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Status"},{"id":6889,"kind":1024,"name":"id","url":"modules/entities_preferences.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6890,"kind":1024,"name":"uri","url":"modules/entities_preferences.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6891,"kind":1024,"name":"url","url":"modules/entities_preferences.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6892,"kind":1024,"name":"account","url":"modules/entities_preferences.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6893,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_preferences.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6894,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_preferences.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6895,"kind":1024,"name":"reblog","url":"modules/entities_preferences.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6896,"kind":1024,"name":"content","url":"modules/entities_preferences.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6897,"kind":1024,"name":"created_at","url":"modules/entities_preferences.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6898,"kind":1024,"name":"emojis","url":"modules/entities_preferences.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6899,"kind":1024,"name":"replies_count","url":"modules/entities_preferences.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6900,"kind":1024,"name":"reblogs_count","url":"modules/entities_preferences.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6901,"kind":1024,"name":"favourites_count","url":"modules/entities_preferences.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6902,"kind":1024,"name":"reblogged","url":"modules/entities_preferences.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6903,"kind":1024,"name":"favourited","url":"modules/entities_preferences.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6904,"kind":1024,"name":"muted","url":"modules/entities_preferences.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6905,"kind":1024,"name":"sensitive","url":"modules/entities_preferences.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6906,"kind":1024,"name":"spoiler_text","url":"modules/entities_preferences.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6907,"kind":1024,"name":"visibility","url":"modules/entities_preferences.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6908,"kind":1024,"name":"media_attachments","url":"modules/entities_preferences.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6909,"kind":1024,"name":"mentions","url":"modules/entities_preferences.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6910,"kind":1024,"name":"tags","url":"modules/entities_preferences.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6911,"kind":1024,"name":"card","url":"modules/entities_preferences.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6912,"kind":1024,"name":"poll","url":"modules/entities_preferences.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6913,"kind":1024,"name":"application","url":"modules/entities_preferences.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6914,"kind":1024,"name":"language","url":"modules/entities_preferences.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6915,"kind":1024,"name":"pinned","url":"modules/entities_preferences.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6916,"kind":1024,"name":"emoji_reactions","url":"modules/entities_preferences.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6917,"kind":1024,"name":"quote","url":"modules/entities_preferences.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6918,"kind":1024,"name":"bookmarked","url":"modules/entities_preferences.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Status.__type"},{"id":6919,"kind":4194304,"name":"Context","url":"modules/entities_preferences.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6920,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Context"},{"id":6921,"kind":1024,"name":"ancestors","url":"modules/entities_preferences.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Context.__type"},{"id":6922,"kind":1024,"name":"descendants","url":"modules/entities_preferences.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Context.__type"},{"id":6923,"kind":4194304,"name":"Conversation","url":"modules/entities_preferences.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6924,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Conversation"},{"id":6925,"kind":1024,"name":"id","url":"modules/entities_preferences.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Conversation.__type"},{"id":6926,"kind":1024,"name":"accounts","url":"modules/entities_preferences.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Conversation.__type"},{"id":6927,"kind":1024,"name":"last_status","url":"modules/entities_preferences.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Conversation.__type"},{"id":6928,"kind":1024,"name":"unread","url":"modules/entities_preferences.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Conversation.__type"},{"id":6929,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_preferences.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6930,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.FeaturedTag"},{"id":6931,"kind":1024,"name":"id","url":"modules/entities_preferences.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.FeaturedTag.__type"},{"id":6932,"kind":1024,"name":"name","url":"modules/entities_preferences.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.FeaturedTag.__type"},{"id":6933,"kind":1024,"name":"statuses_count","url":"modules/entities_preferences.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.FeaturedTag.__type"},{"id":6934,"kind":1024,"name":"last_status_at","url":"modules/entities_preferences.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.FeaturedTag.__type"},{"id":6935,"kind":4194304,"name":"Field","url":"modules/entities_preferences.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6936,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Field"},{"id":6937,"kind":1024,"name":"name","url":"modules/entities_preferences.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Field.__type"},{"id":6938,"kind":1024,"name":"value","url":"modules/entities_preferences.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Field.__type"},{"id":6939,"kind":1024,"name":"verified_at","url":"modules/entities_preferences.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Field.__type"},{"id":6940,"kind":4194304,"name":"Filter","url":"modules/entities_preferences.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6941,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Filter"},{"id":6942,"kind":1024,"name":"id","url":"modules/entities_preferences.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Filter.__type"},{"id":6943,"kind":1024,"name":"phrase","url":"modules/entities_preferences.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Filter.__type"},{"id":6944,"kind":1024,"name":"context","url":"modules/entities_preferences.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Filter.__type"},{"id":6945,"kind":1024,"name":"expires_at","url":"modules/entities_preferences.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Filter.__type"},{"id":6946,"kind":1024,"name":"irreversible","url":"modules/entities_preferences.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Filter.__type"},{"id":6947,"kind":1024,"name":"whole_word","url":"modules/entities_preferences.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Filter.__type"},{"id":6948,"kind":4194304,"name":"IdentityProof","url":"modules/entities_preferences.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6949,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.IdentityProof"},{"id":6950,"kind":1024,"name":"provider","url":"modules/entities_preferences.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.IdentityProof.__type"},{"id":6951,"kind":1024,"name":"provider_username","url":"modules/entities_preferences.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.IdentityProof.__type"},{"id":6952,"kind":1024,"name":"updated_at","url":"modules/entities_preferences.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.IdentityProof.__type"},{"id":6953,"kind":1024,"name":"proof_url","url":"modules/entities_preferences.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.IdentityProof.__type"},{"id":6954,"kind":1024,"name":"profile_url","url":"modules/entities_preferences.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.IdentityProof.__type"},{"id":6955,"kind":4194304,"name":"URLs","url":"modules/entities_preferences.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6956,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.URLs"},{"id":6957,"kind":1024,"name":"streaming_api","url":"modules/entities_preferences.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.URLs.__type"},{"id":6958,"kind":4194304,"name":"Stats","url":"modules/entities_preferences.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6959,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Stats"},{"id":6960,"kind":1024,"name":"user_count","url":"modules/entities_preferences.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Stats.__type"},{"id":6961,"kind":1024,"name":"status_count","url":"modules/entities_preferences.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Stats.__type"},{"id":6962,"kind":1024,"name":"domain_count","url":"modules/entities_preferences.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Stats.__type"},{"id":6963,"kind":4194304,"name":"Instance","url":"modules/entities_preferences.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6964,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Instance"},{"id":6965,"kind":1024,"name":"uri","url":"modules/entities_preferences.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Instance.__type"},{"id":6966,"kind":1024,"name":"title","url":"modules/entities_preferences.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Instance.__type"},{"id":6967,"kind":1024,"name":"description","url":"modules/entities_preferences.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Instance.__type"},{"id":6968,"kind":1024,"name":"email","url":"modules/entities_preferences.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Instance.__type"},{"id":6969,"kind":1024,"name":"version","url":"modules/entities_preferences.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Instance.__type"},{"id":6970,"kind":1024,"name":"thumbnail","url":"modules/entities_preferences.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Instance.__type"},{"id":6971,"kind":1024,"name":"urls","url":"modules/entities_preferences.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Instance.__type"},{"id":6972,"kind":1024,"name":"stats","url":"modules/entities_preferences.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Instance.__type"},{"id":6973,"kind":1024,"name":"languages","url":"modules/entities_preferences.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Instance.__type"},{"id":6974,"kind":1024,"name":"contact_account","url":"modules/entities_preferences.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Instance.__type"},{"id":6975,"kind":1024,"name":"max_toot_chars","url":"modules/entities_preferences.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Instance.__type"},{"id":6976,"kind":1024,"name":"registrations","url":"modules/entities_preferences.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Instance.__type"},{"id":6977,"kind":4194304,"name":"List","url":"modules/entities_preferences.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6978,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.List"},{"id":6979,"kind":1024,"name":"id","url":"modules/entities_preferences.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.List.__type"},{"id":6980,"kind":1024,"name":"title","url":"modules/entities_preferences.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.List.__type"},{"id":6981,"kind":4194304,"name":"Marker","url":"modules/entities_preferences.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6982,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Marker"},{"id":6983,"kind":1024,"name":"home","url":"modules/entities_preferences.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Marker.__type"},{"id":6984,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Marker.__type"},{"id":6985,"kind":1024,"name":"last_read_id","url":"modules/entities_preferences.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Marker.__type.__type"},{"id":6986,"kind":1024,"name":"version","url":"modules/entities_preferences.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Marker.__type.__type"},{"id":6987,"kind":1024,"name":"updated_at","url":"modules/entities_preferences.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Marker.__type.__type"},{"id":6988,"kind":1024,"name":"notifications","url":"modules/entities_preferences.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Marker.__type"},{"id":6989,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Marker.__type"},{"id":6990,"kind":1024,"name":"last_read_id","url":"modules/entities_preferences.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Marker.__type.__type"},{"id":6991,"kind":1024,"name":"version","url":"modules/entities_preferences.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Marker.__type.__type"},{"id":6992,"kind":1024,"name":"updated_at","url":"modules/entities_preferences.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Marker.__type.__type"},{"id":6993,"kind":4194304,"name":"Notification","url":"modules/entities_preferences.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":6994,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Notification"},{"id":6995,"kind":1024,"name":"account","url":"modules/entities_preferences.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Notification.__type"},{"id":6996,"kind":1024,"name":"created_at","url":"modules/entities_preferences.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Notification.__type"},{"id":6997,"kind":1024,"name":"id","url":"modules/entities_preferences.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Notification.__type"},{"id":6998,"kind":1024,"name":"status","url":"modules/entities_preferences.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Notification.__type"},{"id":6999,"kind":1024,"name":"emoji","url":"modules/entities_preferences.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Notification.__type"},{"id":7000,"kind":1024,"name":"type","url":"modules/entities_preferences.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Notification.__type"},{"id":7001,"kind":4194304,"name":"NotificationType","url":"modules/entities_preferences.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":7002,"kind":4194304,"name":"Preferences","url":"modules/entities_preferences.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":7003,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Preferences"},{"id":7004,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_preferences.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Preferences.__type"},{"id":7005,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_preferences.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Preferences.__type"},{"id":7006,"kind":1024,"name":"posting:default:language","url":"modules/entities_preferences.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Preferences.__type"},{"id":7007,"kind":1024,"name":"reading:expand:media","url":"modules/entities_preferences.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Preferences.__type"},{"id":7008,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_preferences.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Preferences.__type"},{"id":7009,"kind":4194304,"name":"PushSubscription","url":"modules/entities_preferences.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":7010,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.PushSubscription"},{"id":7011,"kind":1024,"name":"id","url":"modules/entities_preferences.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.PushSubscription.__type"},{"id":7012,"kind":1024,"name":"endpoint","url":"modules/entities_preferences.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.PushSubscription.__type"},{"id":7013,"kind":1024,"name":"server_key","url":"modules/entities_preferences.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.PushSubscription.__type"},{"id":7014,"kind":1024,"name":"alerts","url":"modules/entities_preferences.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.PushSubscription.__type"},{"id":7015,"kind":4194304,"name":"Relationship","url":"modules/entities_preferences.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":7016,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Relationship"},{"id":7017,"kind":1024,"name":"id","url":"modules/entities_preferences.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Relationship.__type"},{"id":7018,"kind":1024,"name":"following","url":"modules/entities_preferences.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Relationship.__type"},{"id":7019,"kind":1024,"name":"followed_by","url":"modules/entities_preferences.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Relationship.__type"},{"id":7020,"kind":1024,"name":"blocking","url":"modules/entities_preferences.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Relationship.__type"},{"id":7021,"kind":1024,"name":"muting","url":"modules/entities_preferences.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Relationship.__type"},{"id":7022,"kind":1024,"name":"muting_notifications","url":"modules/entities_preferences.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Relationship.__type"},{"id":7023,"kind":1024,"name":"requested","url":"modules/entities_preferences.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Relationship.__type"},{"id":7024,"kind":1024,"name":"domain_blocking","url":"modules/entities_preferences.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Relationship.__type"},{"id":7025,"kind":1024,"name":"showing_reblogs","url":"modules/entities_preferences.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Relationship.__type"},{"id":7026,"kind":1024,"name":"endorsed","url":"modules/entities_preferences.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Relationship.__type"},{"id":7027,"kind":4194304,"name":"Report","url":"modules/entities_preferences.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":7028,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Report"},{"id":7029,"kind":1024,"name":"id","url":"modules/entities_preferences.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Report.__type"},{"id":7030,"kind":1024,"name":"action_taken","url":"modules/entities_preferences.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Report.__type"},{"id":7031,"kind":1024,"name":"comment","url":"modules/entities_preferences.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Report.__type"},{"id":7032,"kind":1024,"name":"account_id","url":"modules/entities_preferences.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Report.__type"},{"id":7033,"kind":1024,"name":"status_ids","url":"modules/entities_preferences.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Report.__type"},{"id":7034,"kind":4194304,"name":"Results","url":"modules/entities_preferences.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":7035,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Results"},{"id":7036,"kind":1024,"name":"accounts","url":"modules/entities_preferences.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Results.__type"},{"id":7037,"kind":1024,"name":"statuses","url":"modules/entities_preferences.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Results.__type"},{"id":7038,"kind":1024,"name":"hashtags","url":"modules/entities_preferences.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Results.__type"},{"id":7039,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_preferences.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":7040,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.ScheduledStatus"},{"id":7041,"kind":1024,"name":"id","url":"modules/entities_preferences.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.ScheduledStatus.__type"},{"id":7042,"kind":1024,"name":"scheduled_at","url":"modules/entities_preferences.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.ScheduledStatus.__type"},{"id":7043,"kind":1024,"name":"params","url":"modules/entities_preferences.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.ScheduledStatus.__type"},{"id":7044,"kind":1024,"name":"media_attachments","url":"modules/entities_preferences.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.ScheduledStatus.__type"},{"id":7045,"kind":4194304,"name":"StatusParams","url":"modules/entities_preferences.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":7046,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.StatusParams"},{"id":7047,"kind":1024,"name":"text","url":"modules/entities_preferences.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.StatusParams.__type"},{"id":7048,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_preferences.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.StatusParams.__type"},{"id":7049,"kind":1024,"name":"media_ids","url":"modules/entities_preferences.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.StatusParams.__type"},{"id":7050,"kind":1024,"name":"sensitive","url":"modules/entities_preferences.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.StatusParams.__type"},{"id":7051,"kind":1024,"name":"spoiler_text","url":"modules/entities_preferences.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.StatusParams.__type"},{"id":7052,"kind":1024,"name":"visibility","url":"modules/entities_preferences.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.StatusParams.__type"},{"id":7053,"kind":1024,"name":"scheduled_at","url":"modules/entities_preferences.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.StatusParams.__type"},{"id":7054,"kind":1024,"name":"application_id","url":"modules/entities_preferences.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.StatusParams.__type"},{"id":7055,"kind":4194304,"name":"Token","url":"modules/entities_preferences.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/preferences.Entity"},{"id":7056,"kind":65536,"name":"__type","url":"modules/entities_preferences.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/preferences.Entity.Token"},{"id":7057,"kind":1024,"name":"access_token","url":"modules/entities_preferences.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Token.__type"},{"id":7058,"kind":1024,"name":"token_type","url":"modules/entities_preferences.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Token.__type"},{"id":7059,"kind":1024,"name":"scope","url":"modules/entities_preferences.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Token.__type"},{"id":7060,"kind":1024,"name":"created_at","url":"modules/entities_preferences.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/preferences.Entity.Token.__type"},{"id":7061,"kind":2,"name":"Entity","url":"modules/entities_push_subscription.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/push_subscription"},{"id":7062,"kind":4194304,"name":"Emoji","url":"modules/entities_push_subscription.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7063,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Emoji"},{"id":7064,"kind":1024,"name":"shortcode","url":"modules/entities_push_subscription.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Emoji.__type"},{"id":7065,"kind":1024,"name":"static_url","url":"modules/entities_push_subscription.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Emoji.__type"},{"id":7066,"kind":1024,"name":"url","url":"modules/entities_push_subscription.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Emoji.__type"},{"id":7067,"kind":1024,"name":"visible_in_picker","url":"modules/entities_push_subscription.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Emoji.__type"},{"id":7068,"kind":4194304,"name":"Source","url":"modules/entities_push_subscription.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7069,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Source"},{"id":7070,"kind":1024,"name":"privacy","url":"modules/entities_push_subscription.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Source.__type"},{"id":7071,"kind":1024,"name":"sensitive","url":"modules/entities_push_subscription.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Source.__type"},{"id":7072,"kind":1024,"name":"language","url":"modules/entities_push_subscription.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Source.__type"},{"id":7073,"kind":1024,"name":"note","url":"modules/entities_push_subscription.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Source.__type"},{"id":7074,"kind":1024,"name":"fields","url":"modules/entities_push_subscription.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Source.__type"},{"id":7075,"kind":4194304,"name":"Account","url":"modules/entities_push_subscription.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7076,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Account"},{"id":7077,"kind":1024,"name":"id","url":"modules/entities_push_subscription.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Account.__type"},{"id":7078,"kind":1024,"name":"username","url":"modules/entities_push_subscription.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Account.__type"},{"id":7079,"kind":1024,"name":"acct","url":"modules/entities_push_subscription.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Account.__type"},{"id":7080,"kind":1024,"name":"display_name","url":"modules/entities_push_subscription.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Account.__type"},{"id":7081,"kind":1024,"name":"locked","url":"modules/entities_push_subscription.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Account.__type"},{"id":7082,"kind":1024,"name":"created_at","url":"modules/entities_push_subscription.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Account.__type"},{"id":7083,"kind":1024,"name":"followers_count","url":"modules/entities_push_subscription.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Account.__type"},{"id":7084,"kind":1024,"name":"following_count","url":"modules/entities_push_subscription.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Account.__type"},{"id":7085,"kind":1024,"name":"statuses_count","url":"modules/entities_push_subscription.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Account.__type"},{"id":7086,"kind":1024,"name":"note","url":"modules/entities_push_subscription.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Account.__type"},{"id":7087,"kind":1024,"name":"url","url":"modules/entities_push_subscription.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Account.__type"},{"id":7088,"kind":1024,"name":"avatar","url":"modules/entities_push_subscription.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Account.__type"},{"id":7089,"kind":1024,"name":"avatar_static","url":"modules/entities_push_subscription.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Account.__type"},{"id":7090,"kind":1024,"name":"header","url":"modules/entities_push_subscription.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Account.__type"},{"id":7091,"kind":1024,"name":"header_static","url":"modules/entities_push_subscription.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Account.__type"},{"id":7092,"kind":1024,"name":"emojis","url":"modules/entities_push_subscription.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Account.__type"},{"id":7093,"kind":1024,"name":"moved","url":"modules/entities_push_subscription.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Account.__type"},{"id":7094,"kind":1024,"name":"fields","url":"modules/entities_push_subscription.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Account.__type"},{"id":7095,"kind":1024,"name":"bot","url":"modules/entities_push_subscription.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Account.__type"},{"id":7096,"kind":1024,"name":"source","url":"modules/entities_push_subscription.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Account.__type"},{"id":7097,"kind":4194304,"name":"Activity","url":"modules/entities_push_subscription.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7098,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Activity"},{"id":7099,"kind":1024,"name":"week","url":"modules/entities_push_subscription.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Activity.__type"},{"id":7100,"kind":1024,"name":"statuses","url":"modules/entities_push_subscription.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Activity.__type"},{"id":7101,"kind":1024,"name":"logins","url":"modules/entities_push_subscription.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Activity.__type"},{"id":7102,"kind":1024,"name":"registrations","url":"modules/entities_push_subscription.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Activity.__type"},{"id":7103,"kind":4194304,"name":"Application","url":"modules/entities_push_subscription.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7104,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Application"},{"id":7105,"kind":1024,"name":"name","url":"modules/entities_push_subscription.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Application.__type"},{"id":7106,"kind":1024,"name":"website","url":"modules/entities_push_subscription.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Application.__type"},{"id":7107,"kind":1024,"name":"vapid_key","url":"modules/entities_push_subscription.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Application.__type"},{"id":7108,"kind":4194304,"name":"Attachment","url":"modules/entities_push_subscription.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7109,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Attachment"},{"id":7110,"kind":1024,"name":"id","url":"modules/entities_push_subscription.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Attachment.__type"},{"id":7111,"kind":1024,"name":"type","url":"modules/entities_push_subscription.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Attachment.__type"},{"id":7112,"kind":1024,"name":"url","url":"modules/entities_push_subscription.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Attachment.__type"},{"id":7113,"kind":1024,"name":"remote_url","url":"modules/entities_push_subscription.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Attachment.__type"},{"id":7114,"kind":1024,"name":"preview_url","url":"modules/entities_push_subscription.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Attachment.__type"},{"id":7115,"kind":1024,"name":"text_url","url":"modules/entities_push_subscription.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Attachment.__type"},{"id":7116,"kind":1024,"name":"meta","url":"modules/entities_push_subscription.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Attachment.__type"},{"id":7117,"kind":1024,"name":"description","url":"modules/entities_push_subscription.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Attachment.__type"},{"id":7118,"kind":4194304,"name":"Card","url":"modules/entities_push_subscription.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7119,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Card"},{"id":7120,"kind":1024,"name":"url","url":"modules/entities_push_subscription.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Card.__type"},{"id":7121,"kind":1024,"name":"title","url":"modules/entities_push_subscription.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Card.__type"},{"id":7122,"kind":1024,"name":"description","url":"modules/entities_push_subscription.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Card.__type"},{"id":7123,"kind":1024,"name":"type","url":"modules/entities_push_subscription.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Card.__type"},{"id":7124,"kind":1024,"name":"image","url":"modules/entities_push_subscription.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Card.__type"},{"id":7125,"kind":1024,"name":"author_name","url":"modules/entities_push_subscription.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Card.__type"},{"id":7126,"kind":1024,"name":"author_url","url":"modules/entities_push_subscription.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Card.__type"},{"id":7127,"kind":1024,"name":"provider_name","url":"modules/entities_push_subscription.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Card.__type"},{"id":7128,"kind":1024,"name":"provider_url","url":"modules/entities_push_subscription.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Card.__type"},{"id":7129,"kind":1024,"name":"html","url":"modules/entities_push_subscription.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Card.__type"},{"id":7130,"kind":1024,"name":"width","url":"modules/entities_push_subscription.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Card.__type"},{"id":7131,"kind":1024,"name":"height","url":"modules/entities_push_subscription.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Card.__type"},{"id":7132,"kind":4194304,"name":"Mention","url":"modules/entities_push_subscription.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7133,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Mention"},{"id":7134,"kind":1024,"name":"id","url":"modules/entities_push_subscription.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Mention.__type"},{"id":7135,"kind":1024,"name":"username","url":"modules/entities_push_subscription.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Mention.__type"},{"id":7136,"kind":1024,"name":"url","url":"modules/entities_push_subscription.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Mention.__type"},{"id":7137,"kind":1024,"name":"acct","url":"modules/entities_push_subscription.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Mention.__type"},{"id":7138,"kind":4194304,"name":"History","url":"modules/entities_push_subscription.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7139,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.History"},{"id":7140,"kind":1024,"name":"day","url":"modules/entities_push_subscription.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.History.__type"},{"id":7141,"kind":1024,"name":"uses","url":"modules/entities_push_subscription.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.History.__type"},{"id":7142,"kind":1024,"name":"accounts","url":"modules/entities_push_subscription.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.History.__type"},{"id":7143,"kind":4194304,"name":"Tag","url":"modules/entities_push_subscription.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7144,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Tag"},{"id":7145,"kind":1024,"name":"name","url":"modules/entities_push_subscription.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Tag.__type"},{"id":7146,"kind":1024,"name":"url","url":"modules/entities_push_subscription.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Tag.__type"},{"id":7147,"kind":1024,"name":"history","url":"modules/entities_push_subscription.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Tag.__type"},{"id":7148,"kind":4194304,"name":"PollOption","url":"modules/entities_push_subscription.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7149,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.PollOption"},{"id":7150,"kind":1024,"name":"title","url":"modules/entities_push_subscription.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.PollOption.__type"},{"id":7151,"kind":1024,"name":"votes_count","url":"modules/entities_push_subscription.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.PollOption.__type"},{"id":7152,"kind":4194304,"name":"Poll","url":"modules/entities_push_subscription.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7153,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Poll"},{"id":7154,"kind":1024,"name":"id","url":"modules/entities_push_subscription.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Poll.__type"},{"id":7155,"kind":1024,"name":"expires_at","url":"modules/entities_push_subscription.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Poll.__type"},{"id":7156,"kind":1024,"name":"expired","url":"modules/entities_push_subscription.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Poll.__type"},{"id":7157,"kind":1024,"name":"multiple","url":"modules/entities_push_subscription.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Poll.__type"},{"id":7158,"kind":1024,"name":"votes_count","url":"modules/entities_push_subscription.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Poll.__type"},{"id":7159,"kind":1024,"name":"options","url":"modules/entities_push_subscription.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Poll.__type"},{"id":7160,"kind":1024,"name":"voted","url":"modules/entities_push_subscription.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Poll.__type"},{"id":7161,"kind":4194304,"name":"Reaction","url":"modules/entities_push_subscription.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7162,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Reaction"},{"id":7163,"kind":1024,"name":"count","url":"modules/entities_push_subscription.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Reaction.__type"},{"id":7164,"kind":1024,"name":"me","url":"modules/entities_push_subscription.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Reaction.__type"},{"id":7165,"kind":1024,"name":"name","url":"modules/entities_push_subscription.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Reaction.__type"},{"id":7166,"kind":1024,"name":"accounts","url":"modules/entities_push_subscription.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Reaction.__type"},{"id":7167,"kind":4194304,"name":"Status","url":"modules/entities_push_subscription.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7168,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Status"},{"id":7169,"kind":1024,"name":"id","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7170,"kind":1024,"name":"uri","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7171,"kind":1024,"name":"url","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7172,"kind":1024,"name":"account","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7173,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7174,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7175,"kind":1024,"name":"reblog","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7176,"kind":1024,"name":"content","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7177,"kind":1024,"name":"created_at","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7178,"kind":1024,"name":"emojis","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7179,"kind":1024,"name":"replies_count","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7180,"kind":1024,"name":"reblogs_count","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7181,"kind":1024,"name":"favourites_count","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7182,"kind":1024,"name":"reblogged","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7183,"kind":1024,"name":"favourited","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7184,"kind":1024,"name":"muted","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7185,"kind":1024,"name":"sensitive","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7186,"kind":1024,"name":"spoiler_text","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7187,"kind":1024,"name":"visibility","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7188,"kind":1024,"name":"media_attachments","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7189,"kind":1024,"name":"mentions","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7190,"kind":1024,"name":"tags","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7191,"kind":1024,"name":"card","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7192,"kind":1024,"name":"poll","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7193,"kind":1024,"name":"application","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7194,"kind":1024,"name":"language","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7195,"kind":1024,"name":"pinned","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7196,"kind":1024,"name":"emoji_reactions","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7197,"kind":1024,"name":"quote","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7198,"kind":1024,"name":"bookmarked","url":"modules/entities_push_subscription.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Status.__type"},{"id":7199,"kind":4194304,"name":"Context","url":"modules/entities_push_subscription.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7200,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Context"},{"id":7201,"kind":1024,"name":"ancestors","url":"modules/entities_push_subscription.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Context.__type"},{"id":7202,"kind":1024,"name":"descendants","url":"modules/entities_push_subscription.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Context.__type"},{"id":7203,"kind":4194304,"name":"Conversation","url":"modules/entities_push_subscription.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7204,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Conversation"},{"id":7205,"kind":1024,"name":"id","url":"modules/entities_push_subscription.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Conversation.__type"},{"id":7206,"kind":1024,"name":"accounts","url":"modules/entities_push_subscription.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Conversation.__type"},{"id":7207,"kind":1024,"name":"last_status","url":"modules/entities_push_subscription.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Conversation.__type"},{"id":7208,"kind":1024,"name":"unread","url":"modules/entities_push_subscription.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Conversation.__type"},{"id":7209,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_push_subscription.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7210,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.FeaturedTag"},{"id":7211,"kind":1024,"name":"id","url":"modules/entities_push_subscription.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.FeaturedTag.__type"},{"id":7212,"kind":1024,"name":"name","url":"modules/entities_push_subscription.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.FeaturedTag.__type"},{"id":7213,"kind":1024,"name":"statuses_count","url":"modules/entities_push_subscription.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.FeaturedTag.__type"},{"id":7214,"kind":1024,"name":"last_status_at","url":"modules/entities_push_subscription.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.FeaturedTag.__type"},{"id":7215,"kind":4194304,"name":"Field","url":"modules/entities_push_subscription.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7216,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Field"},{"id":7217,"kind":1024,"name":"name","url":"modules/entities_push_subscription.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Field.__type"},{"id":7218,"kind":1024,"name":"value","url":"modules/entities_push_subscription.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Field.__type"},{"id":7219,"kind":1024,"name":"verified_at","url":"modules/entities_push_subscription.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Field.__type"},{"id":7220,"kind":4194304,"name":"Filter","url":"modules/entities_push_subscription.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7221,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Filter"},{"id":7222,"kind":1024,"name":"id","url":"modules/entities_push_subscription.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Filter.__type"},{"id":7223,"kind":1024,"name":"phrase","url":"modules/entities_push_subscription.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Filter.__type"},{"id":7224,"kind":1024,"name":"context","url":"modules/entities_push_subscription.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Filter.__type"},{"id":7225,"kind":1024,"name":"expires_at","url":"modules/entities_push_subscription.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Filter.__type"},{"id":7226,"kind":1024,"name":"irreversible","url":"modules/entities_push_subscription.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Filter.__type"},{"id":7227,"kind":1024,"name":"whole_word","url":"modules/entities_push_subscription.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Filter.__type"},{"id":7228,"kind":4194304,"name":"IdentityProof","url":"modules/entities_push_subscription.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7229,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.IdentityProof"},{"id":7230,"kind":1024,"name":"provider","url":"modules/entities_push_subscription.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.IdentityProof.__type"},{"id":7231,"kind":1024,"name":"provider_username","url":"modules/entities_push_subscription.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.IdentityProof.__type"},{"id":7232,"kind":1024,"name":"updated_at","url":"modules/entities_push_subscription.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.IdentityProof.__type"},{"id":7233,"kind":1024,"name":"proof_url","url":"modules/entities_push_subscription.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.IdentityProof.__type"},{"id":7234,"kind":1024,"name":"profile_url","url":"modules/entities_push_subscription.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.IdentityProof.__type"},{"id":7235,"kind":4194304,"name":"URLs","url":"modules/entities_push_subscription.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7236,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.URLs"},{"id":7237,"kind":1024,"name":"streaming_api","url":"modules/entities_push_subscription.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.URLs.__type"},{"id":7238,"kind":4194304,"name":"Stats","url":"modules/entities_push_subscription.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7239,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Stats"},{"id":7240,"kind":1024,"name":"user_count","url":"modules/entities_push_subscription.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Stats.__type"},{"id":7241,"kind":1024,"name":"status_count","url":"modules/entities_push_subscription.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Stats.__type"},{"id":7242,"kind":1024,"name":"domain_count","url":"modules/entities_push_subscription.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Stats.__type"},{"id":7243,"kind":4194304,"name":"Instance","url":"modules/entities_push_subscription.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7244,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Instance"},{"id":7245,"kind":1024,"name":"uri","url":"modules/entities_push_subscription.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Instance.__type"},{"id":7246,"kind":1024,"name":"title","url":"modules/entities_push_subscription.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Instance.__type"},{"id":7247,"kind":1024,"name":"description","url":"modules/entities_push_subscription.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Instance.__type"},{"id":7248,"kind":1024,"name":"email","url":"modules/entities_push_subscription.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Instance.__type"},{"id":7249,"kind":1024,"name":"version","url":"modules/entities_push_subscription.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Instance.__type"},{"id":7250,"kind":1024,"name":"thumbnail","url":"modules/entities_push_subscription.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Instance.__type"},{"id":7251,"kind":1024,"name":"urls","url":"modules/entities_push_subscription.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Instance.__type"},{"id":7252,"kind":1024,"name":"stats","url":"modules/entities_push_subscription.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Instance.__type"},{"id":7253,"kind":1024,"name":"languages","url":"modules/entities_push_subscription.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Instance.__type"},{"id":7254,"kind":1024,"name":"contact_account","url":"modules/entities_push_subscription.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Instance.__type"},{"id":7255,"kind":1024,"name":"max_toot_chars","url":"modules/entities_push_subscription.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Instance.__type"},{"id":7256,"kind":1024,"name":"registrations","url":"modules/entities_push_subscription.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Instance.__type"},{"id":7257,"kind":4194304,"name":"List","url":"modules/entities_push_subscription.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7258,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.List"},{"id":7259,"kind":1024,"name":"id","url":"modules/entities_push_subscription.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.List.__type"},{"id":7260,"kind":1024,"name":"title","url":"modules/entities_push_subscription.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.List.__type"},{"id":7261,"kind":4194304,"name":"Marker","url":"modules/entities_push_subscription.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7262,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Marker"},{"id":7263,"kind":1024,"name":"home","url":"modules/entities_push_subscription.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Marker.__type"},{"id":7264,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Marker.__type"},{"id":7265,"kind":1024,"name":"last_read_id","url":"modules/entities_push_subscription.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Marker.__type.__type"},{"id":7266,"kind":1024,"name":"version","url":"modules/entities_push_subscription.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Marker.__type.__type"},{"id":7267,"kind":1024,"name":"updated_at","url":"modules/entities_push_subscription.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Marker.__type.__type"},{"id":7268,"kind":1024,"name":"notifications","url":"modules/entities_push_subscription.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Marker.__type"},{"id":7269,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Marker.__type"},{"id":7270,"kind":1024,"name":"last_read_id","url":"modules/entities_push_subscription.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Marker.__type.__type"},{"id":7271,"kind":1024,"name":"version","url":"modules/entities_push_subscription.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Marker.__type.__type"},{"id":7272,"kind":1024,"name":"updated_at","url":"modules/entities_push_subscription.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Marker.__type.__type"},{"id":7273,"kind":4194304,"name":"Notification","url":"modules/entities_push_subscription.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7274,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Notification"},{"id":7275,"kind":1024,"name":"account","url":"modules/entities_push_subscription.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Notification.__type"},{"id":7276,"kind":1024,"name":"created_at","url":"modules/entities_push_subscription.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Notification.__type"},{"id":7277,"kind":1024,"name":"id","url":"modules/entities_push_subscription.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Notification.__type"},{"id":7278,"kind":1024,"name":"status","url":"modules/entities_push_subscription.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Notification.__type"},{"id":7279,"kind":1024,"name":"emoji","url":"modules/entities_push_subscription.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Notification.__type"},{"id":7280,"kind":1024,"name":"type","url":"modules/entities_push_subscription.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Notification.__type"},{"id":7281,"kind":4194304,"name":"NotificationType","url":"modules/entities_push_subscription.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7282,"kind":4194304,"name":"Preferences","url":"modules/entities_push_subscription.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7283,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Preferences"},{"id":7284,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_push_subscription.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Preferences.__type"},{"id":7285,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_push_subscription.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Preferences.__type"},{"id":7286,"kind":1024,"name":"posting:default:language","url":"modules/entities_push_subscription.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Preferences.__type"},{"id":7287,"kind":1024,"name":"reading:expand:media","url":"modules/entities_push_subscription.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Preferences.__type"},{"id":7288,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_push_subscription.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Preferences.__type"},{"id":7289,"kind":4194304,"name":"PushSubscription","url":"modules/entities_push_subscription.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7290,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.PushSubscription"},{"id":7291,"kind":1024,"name":"id","url":"modules/entities_push_subscription.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.PushSubscription.__type"},{"id":7292,"kind":1024,"name":"endpoint","url":"modules/entities_push_subscription.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.PushSubscription.__type"},{"id":7293,"kind":1024,"name":"server_key","url":"modules/entities_push_subscription.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.PushSubscription.__type"},{"id":7294,"kind":1024,"name":"alerts","url":"modules/entities_push_subscription.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.PushSubscription.__type"},{"id":7295,"kind":4194304,"name":"Relationship","url":"modules/entities_push_subscription.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7296,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Relationship"},{"id":7297,"kind":1024,"name":"id","url":"modules/entities_push_subscription.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Relationship.__type"},{"id":7298,"kind":1024,"name":"following","url":"modules/entities_push_subscription.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Relationship.__type"},{"id":7299,"kind":1024,"name":"followed_by","url":"modules/entities_push_subscription.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Relationship.__type"},{"id":7300,"kind":1024,"name":"blocking","url":"modules/entities_push_subscription.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Relationship.__type"},{"id":7301,"kind":1024,"name":"muting","url":"modules/entities_push_subscription.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Relationship.__type"},{"id":7302,"kind":1024,"name":"muting_notifications","url":"modules/entities_push_subscription.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Relationship.__type"},{"id":7303,"kind":1024,"name":"requested","url":"modules/entities_push_subscription.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Relationship.__type"},{"id":7304,"kind":1024,"name":"domain_blocking","url":"modules/entities_push_subscription.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Relationship.__type"},{"id":7305,"kind":1024,"name":"showing_reblogs","url":"modules/entities_push_subscription.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Relationship.__type"},{"id":7306,"kind":1024,"name":"endorsed","url":"modules/entities_push_subscription.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Relationship.__type"},{"id":7307,"kind":4194304,"name":"Report","url":"modules/entities_push_subscription.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7308,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Report"},{"id":7309,"kind":1024,"name":"id","url":"modules/entities_push_subscription.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Report.__type"},{"id":7310,"kind":1024,"name":"action_taken","url":"modules/entities_push_subscription.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Report.__type"},{"id":7311,"kind":1024,"name":"comment","url":"modules/entities_push_subscription.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Report.__type"},{"id":7312,"kind":1024,"name":"account_id","url":"modules/entities_push_subscription.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Report.__type"},{"id":7313,"kind":1024,"name":"status_ids","url":"modules/entities_push_subscription.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Report.__type"},{"id":7314,"kind":4194304,"name":"Results","url":"modules/entities_push_subscription.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7315,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Results"},{"id":7316,"kind":1024,"name":"accounts","url":"modules/entities_push_subscription.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Results.__type"},{"id":7317,"kind":1024,"name":"statuses","url":"modules/entities_push_subscription.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Results.__type"},{"id":7318,"kind":1024,"name":"hashtags","url":"modules/entities_push_subscription.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Results.__type"},{"id":7319,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_push_subscription.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7320,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.ScheduledStatus"},{"id":7321,"kind":1024,"name":"id","url":"modules/entities_push_subscription.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.ScheduledStatus.__type"},{"id":7322,"kind":1024,"name":"scheduled_at","url":"modules/entities_push_subscription.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.ScheduledStatus.__type"},{"id":7323,"kind":1024,"name":"params","url":"modules/entities_push_subscription.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.ScheduledStatus.__type"},{"id":7324,"kind":1024,"name":"media_attachments","url":"modules/entities_push_subscription.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.ScheduledStatus.__type"},{"id":7325,"kind":4194304,"name":"StatusParams","url":"modules/entities_push_subscription.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7326,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.StatusParams"},{"id":7327,"kind":1024,"name":"text","url":"modules/entities_push_subscription.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.StatusParams.__type"},{"id":7328,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_push_subscription.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.StatusParams.__type"},{"id":7329,"kind":1024,"name":"media_ids","url":"modules/entities_push_subscription.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.StatusParams.__type"},{"id":7330,"kind":1024,"name":"sensitive","url":"modules/entities_push_subscription.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.StatusParams.__type"},{"id":7331,"kind":1024,"name":"spoiler_text","url":"modules/entities_push_subscription.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.StatusParams.__type"},{"id":7332,"kind":1024,"name":"visibility","url":"modules/entities_push_subscription.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.StatusParams.__type"},{"id":7333,"kind":1024,"name":"scheduled_at","url":"modules/entities_push_subscription.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.StatusParams.__type"},{"id":7334,"kind":1024,"name":"application_id","url":"modules/entities_push_subscription.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.StatusParams.__type"},{"id":7335,"kind":4194304,"name":"Token","url":"modules/entities_push_subscription.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/push_subscription.Entity"},{"id":7336,"kind":65536,"name":"__type","url":"modules/entities_push_subscription.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/push_subscription.Entity.Token"},{"id":7337,"kind":1024,"name":"access_token","url":"modules/entities_push_subscription.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Token.__type"},{"id":7338,"kind":1024,"name":"token_type","url":"modules/entities_push_subscription.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Token.__type"},{"id":7339,"kind":1024,"name":"scope","url":"modules/entities_push_subscription.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Token.__type"},{"id":7340,"kind":1024,"name":"created_at","url":"modules/entities_push_subscription.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/push_subscription.Entity.Token.__type"},{"id":7341,"kind":2,"name":"Entity","url":"modules/entities_reaction.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/reaction"},{"id":7342,"kind":4194304,"name":"Emoji","url":"modules/entities_reaction.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7343,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Emoji"},{"id":7344,"kind":1024,"name":"shortcode","url":"modules/entities_reaction.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Emoji.__type"},{"id":7345,"kind":1024,"name":"static_url","url":"modules/entities_reaction.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Emoji.__type"},{"id":7346,"kind":1024,"name":"url","url":"modules/entities_reaction.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Emoji.__type"},{"id":7347,"kind":1024,"name":"visible_in_picker","url":"modules/entities_reaction.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Emoji.__type"},{"id":7348,"kind":4194304,"name":"Source","url":"modules/entities_reaction.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7349,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Source"},{"id":7350,"kind":1024,"name":"privacy","url":"modules/entities_reaction.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Source.__type"},{"id":7351,"kind":1024,"name":"sensitive","url":"modules/entities_reaction.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Source.__type"},{"id":7352,"kind":1024,"name":"language","url":"modules/entities_reaction.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Source.__type"},{"id":7353,"kind":1024,"name":"note","url":"modules/entities_reaction.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Source.__type"},{"id":7354,"kind":1024,"name":"fields","url":"modules/entities_reaction.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Source.__type"},{"id":7355,"kind":4194304,"name":"Account","url":"modules/entities_reaction.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7356,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Account"},{"id":7357,"kind":1024,"name":"id","url":"modules/entities_reaction.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Account.__type"},{"id":7358,"kind":1024,"name":"username","url":"modules/entities_reaction.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Account.__type"},{"id":7359,"kind":1024,"name":"acct","url":"modules/entities_reaction.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Account.__type"},{"id":7360,"kind":1024,"name":"display_name","url":"modules/entities_reaction.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Account.__type"},{"id":7361,"kind":1024,"name":"locked","url":"modules/entities_reaction.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Account.__type"},{"id":7362,"kind":1024,"name":"created_at","url":"modules/entities_reaction.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Account.__type"},{"id":7363,"kind":1024,"name":"followers_count","url":"modules/entities_reaction.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Account.__type"},{"id":7364,"kind":1024,"name":"following_count","url":"modules/entities_reaction.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Account.__type"},{"id":7365,"kind":1024,"name":"statuses_count","url":"modules/entities_reaction.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Account.__type"},{"id":7366,"kind":1024,"name":"note","url":"modules/entities_reaction.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Account.__type"},{"id":7367,"kind":1024,"name":"url","url":"modules/entities_reaction.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Account.__type"},{"id":7368,"kind":1024,"name":"avatar","url":"modules/entities_reaction.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Account.__type"},{"id":7369,"kind":1024,"name":"avatar_static","url":"modules/entities_reaction.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Account.__type"},{"id":7370,"kind":1024,"name":"header","url":"modules/entities_reaction.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Account.__type"},{"id":7371,"kind":1024,"name":"header_static","url":"modules/entities_reaction.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Account.__type"},{"id":7372,"kind":1024,"name":"emojis","url":"modules/entities_reaction.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Account.__type"},{"id":7373,"kind":1024,"name":"moved","url":"modules/entities_reaction.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Account.__type"},{"id":7374,"kind":1024,"name":"fields","url":"modules/entities_reaction.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Account.__type"},{"id":7375,"kind":1024,"name":"bot","url":"modules/entities_reaction.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Account.__type"},{"id":7376,"kind":1024,"name":"source","url":"modules/entities_reaction.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Account.__type"},{"id":7377,"kind":4194304,"name":"Activity","url":"modules/entities_reaction.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7378,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Activity"},{"id":7379,"kind":1024,"name":"week","url":"modules/entities_reaction.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Activity.__type"},{"id":7380,"kind":1024,"name":"statuses","url":"modules/entities_reaction.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Activity.__type"},{"id":7381,"kind":1024,"name":"logins","url":"modules/entities_reaction.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Activity.__type"},{"id":7382,"kind":1024,"name":"registrations","url":"modules/entities_reaction.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Activity.__type"},{"id":7383,"kind":4194304,"name":"Application","url":"modules/entities_reaction.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7384,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Application"},{"id":7385,"kind":1024,"name":"name","url":"modules/entities_reaction.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Application.__type"},{"id":7386,"kind":1024,"name":"website","url":"modules/entities_reaction.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Application.__type"},{"id":7387,"kind":1024,"name":"vapid_key","url":"modules/entities_reaction.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Application.__type"},{"id":7388,"kind":4194304,"name":"Attachment","url":"modules/entities_reaction.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7389,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Attachment"},{"id":7390,"kind":1024,"name":"id","url":"modules/entities_reaction.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Attachment.__type"},{"id":7391,"kind":1024,"name":"type","url":"modules/entities_reaction.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Attachment.__type"},{"id":7392,"kind":1024,"name":"url","url":"modules/entities_reaction.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Attachment.__type"},{"id":7393,"kind":1024,"name":"remote_url","url":"modules/entities_reaction.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Attachment.__type"},{"id":7394,"kind":1024,"name":"preview_url","url":"modules/entities_reaction.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Attachment.__type"},{"id":7395,"kind":1024,"name":"text_url","url":"modules/entities_reaction.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Attachment.__type"},{"id":7396,"kind":1024,"name":"meta","url":"modules/entities_reaction.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Attachment.__type"},{"id":7397,"kind":1024,"name":"description","url":"modules/entities_reaction.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Attachment.__type"},{"id":7398,"kind":4194304,"name":"Card","url":"modules/entities_reaction.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7399,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Card"},{"id":7400,"kind":1024,"name":"url","url":"modules/entities_reaction.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Card.__type"},{"id":7401,"kind":1024,"name":"title","url":"modules/entities_reaction.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Card.__type"},{"id":7402,"kind":1024,"name":"description","url":"modules/entities_reaction.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Card.__type"},{"id":7403,"kind":1024,"name":"type","url":"modules/entities_reaction.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Card.__type"},{"id":7404,"kind":1024,"name":"image","url":"modules/entities_reaction.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Card.__type"},{"id":7405,"kind":1024,"name":"author_name","url":"modules/entities_reaction.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Card.__type"},{"id":7406,"kind":1024,"name":"author_url","url":"modules/entities_reaction.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Card.__type"},{"id":7407,"kind":1024,"name":"provider_name","url":"modules/entities_reaction.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Card.__type"},{"id":7408,"kind":1024,"name":"provider_url","url":"modules/entities_reaction.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Card.__type"},{"id":7409,"kind":1024,"name":"html","url":"modules/entities_reaction.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Card.__type"},{"id":7410,"kind":1024,"name":"width","url":"modules/entities_reaction.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Card.__type"},{"id":7411,"kind":1024,"name":"height","url":"modules/entities_reaction.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Card.__type"},{"id":7412,"kind":4194304,"name":"Mention","url":"modules/entities_reaction.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7413,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Mention"},{"id":7414,"kind":1024,"name":"id","url":"modules/entities_reaction.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Mention.__type"},{"id":7415,"kind":1024,"name":"username","url":"modules/entities_reaction.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Mention.__type"},{"id":7416,"kind":1024,"name":"url","url":"modules/entities_reaction.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Mention.__type"},{"id":7417,"kind":1024,"name":"acct","url":"modules/entities_reaction.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Mention.__type"},{"id":7418,"kind":4194304,"name":"History","url":"modules/entities_reaction.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7419,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.History"},{"id":7420,"kind":1024,"name":"day","url":"modules/entities_reaction.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.History.__type"},{"id":7421,"kind":1024,"name":"uses","url":"modules/entities_reaction.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.History.__type"},{"id":7422,"kind":1024,"name":"accounts","url":"modules/entities_reaction.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.History.__type"},{"id":7423,"kind":4194304,"name":"Tag","url":"modules/entities_reaction.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7424,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Tag"},{"id":7425,"kind":1024,"name":"name","url":"modules/entities_reaction.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Tag.__type"},{"id":7426,"kind":1024,"name":"url","url":"modules/entities_reaction.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Tag.__type"},{"id":7427,"kind":1024,"name":"history","url":"modules/entities_reaction.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Tag.__type"},{"id":7428,"kind":4194304,"name":"PollOption","url":"modules/entities_reaction.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7429,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.PollOption"},{"id":7430,"kind":1024,"name":"title","url":"modules/entities_reaction.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.PollOption.__type"},{"id":7431,"kind":1024,"name":"votes_count","url":"modules/entities_reaction.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.PollOption.__type"},{"id":7432,"kind":4194304,"name":"Poll","url":"modules/entities_reaction.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7433,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Poll"},{"id":7434,"kind":1024,"name":"id","url":"modules/entities_reaction.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Poll.__type"},{"id":7435,"kind":1024,"name":"expires_at","url":"modules/entities_reaction.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Poll.__type"},{"id":7436,"kind":1024,"name":"expired","url":"modules/entities_reaction.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Poll.__type"},{"id":7437,"kind":1024,"name":"multiple","url":"modules/entities_reaction.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Poll.__type"},{"id":7438,"kind":1024,"name":"votes_count","url":"modules/entities_reaction.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Poll.__type"},{"id":7439,"kind":1024,"name":"options","url":"modules/entities_reaction.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Poll.__type"},{"id":7440,"kind":1024,"name":"voted","url":"modules/entities_reaction.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Poll.__type"},{"id":7441,"kind":4194304,"name":"Reaction","url":"modules/entities_reaction.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7442,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Reaction"},{"id":7443,"kind":1024,"name":"count","url":"modules/entities_reaction.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Reaction.__type"},{"id":7444,"kind":1024,"name":"me","url":"modules/entities_reaction.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Reaction.__type"},{"id":7445,"kind":1024,"name":"name","url":"modules/entities_reaction.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Reaction.__type"},{"id":7446,"kind":1024,"name":"accounts","url":"modules/entities_reaction.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Reaction.__type"},{"id":7447,"kind":4194304,"name":"Status","url":"modules/entities_reaction.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7448,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Status"},{"id":7449,"kind":1024,"name":"id","url":"modules/entities_reaction.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7450,"kind":1024,"name":"uri","url":"modules/entities_reaction.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7451,"kind":1024,"name":"url","url":"modules/entities_reaction.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7452,"kind":1024,"name":"account","url":"modules/entities_reaction.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7453,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_reaction.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7454,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_reaction.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7455,"kind":1024,"name":"reblog","url":"modules/entities_reaction.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7456,"kind":1024,"name":"content","url":"modules/entities_reaction.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7457,"kind":1024,"name":"created_at","url":"modules/entities_reaction.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7458,"kind":1024,"name":"emojis","url":"modules/entities_reaction.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7459,"kind":1024,"name":"replies_count","url":"modules/entities_reaction.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7460,"kind":1024,"name":"reblogs_count","url":"modules/entities_reaction.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7461,"kind":1024,"name":"favourites_count","url":"modules/entities_reaction.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7462,"kind":1024,"name":"reblogged","url":"modules/entities_reaction.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7463,"kind":1024,"name":"favourited","url":"modules/entities_reaction.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7464,"kind":1024,"name":"muted","url":"modules/entities_reaction.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7465,"kind":1024,"name":"sensitive","url":"modules/entities_reaction.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7466,"kind":1024,"name":"spoiler_text","url":"modules/entities_reaction.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7467,"kind":1024,"name":"visibility","url":"modules/entities_reaction.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7468,"kind":1024,"name":"media_attachments","url":"modules/entities_reaction.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7469,"kind":1024,"name":"mentions","url":"modules/entities_reaction.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7470,"kind":1024,"name":"tags","url":"modules/entities_reaction.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7471,"kind":1024,"name":"card","url":"modules/entities_reaction.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7472,"kind":1024,"name":"poll","url":"modules/entities_reaction.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7473,"kind":1024,"name":"application","url":"modules/entities_reaction.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7474,"kind":1024,"name":"language","url":"modules/entities_reaction.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7475,"kind":1024,"name":"pinned","url":"modules/entities_reaction.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7476,"kind":1024,"name":"emoji_reactions","url":"modules/entities_reaction.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7477,"kind":1024,"name":"quote","url":"modules/entities_reaction.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7478,"kind":1024,"name":"bookmarked","url":"modules/entities_reaction.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Status.__type"},{"id":7479,"kind":4194304,"name":"Context","url":"modules/entities_reaction.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7480,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Context"},{"id":7481,"kind":1024,"name":"ancestors","url":"modules/entities_reaction.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Context.__type"},{"id":7482,"kind":1024,"name":"descendants","url":"modules/entities_reaction.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Context.__type"},{"id":7483,"kind":4194304,"name":"Conversation","url":"modules/entities_reaction.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7484,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Conversation"},{"id":7485,"kind":1024,"name":"id","url":"modules/entities_reaction.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Conversation.__type"},{"id":7486,"kind":1024,"name":"accounts","url":"modules/entities_reaction.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Conversation.__type"},{"id":7487,"kind":1024,"name":"last_status","url":"modules/entities_reaction.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Conversation.__type"},{"id":7488,"kind":1024,"name":"unread","url":"modules/entities_reaction.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Conversation.__type"},{"id":7489,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_reaction.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7490,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.FeaturedTag"},{"id":7491,"kind":1024,"name":"id","url":"modules/entities_reaction.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.FeaturedTag.__type"},{"id":7492,"kind":1024,"name":"name","url":"modules/entities_reaction.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.FeaturedTag.__type"},{"id":7493,"kind":1024,"name":"statuses_count","url":"modules/entities_reaction.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.FeaturedTag.__type"},{"id":7494,"kind":1024,"name":"last_status_at","url":"modules/entities_reaction.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.FeaturedTag.__type"},{"id":7495,"kind":4194304,"name":"Field","url":"modules/entities_reaction.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7496,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Field"},{"id":7497,"kind":1024,"name":"name","url":"modules/entities_reaction.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Field.__type"},{"id":7498,"kind":1024,"name":"value","url":"modules/entities_reaction.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Field.__type"},{"id":7499,"kind":1024,"name":"verified_at","url":"modules/entities_reaction.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Field.__type"},{"id":7500,"kind":4194304,"name":"Filter","url":"modules/entities_reaction.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7501,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Filter"},{"id":7502,"kind":1024,"name":"id","url":"modules/entities_reaction.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Filter.__type"},{"id":7503,"kind":1024,"name":"phrase","url":"modules/entities_reaction.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Filter.__type"},{"id":7504,"kind":1024,"name":"context","url":"modules/entities_reaction.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Filter.__type"},{"id":7505,"kind":1024,"name":"expires_at","url":"modules/entities_reaction.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Filter.__type"},{"id":7506,"kind":1024,"name":"irreversible","url":"modules/entities_reaction.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Filter.__type"},{"id":7507,"kind":1024,"name":"whole_word","url":"modules/entities_reaction.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Filter.__type"},{"id":7508,"kind":4194304,"name":"IdentityProof","url":"modules/entities_reaction.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7509,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.IdentityProof"},{"id":7510,"kind":1024,"name":"provider","url":"modules/entities_reaction.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.IdentityProof.__type"},{"id":7511,"kind":1024,"name":"provider_username","url":"modules/entities_reaction.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.IdentityProof.__type"},{"id":7512,"kind":1024,"name":"updated_at","url":"modules/entities_reaction.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.IdentityProof.__type"},{"id":7513,"kind":1024,"name":"proof_url","url":"modules/entities_reaction.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.IdentityProof.__type"},{"id":7514,"kind":1024,"name":"profile_url","url":"modules/entities_reaction.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.IdentityProof.__type"},{"id":7515,"kind":4194304,"name":"URLs","url":"modules/entities_reaction.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7516,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.URLs"},{"id":7517,"kind":1024,"name":"streaming_api","url":"modules/entities_reaction.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.URLs.__type"},{"id":7518,"kind":4194304,"name":"Stats","url":"modules/entities_reaction.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7519,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Stats"},{"id":7520,"kind":1024,"name":"user_count","url":"modules/entities_reaction.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Stats.__type"},{"id":7521,"kind":1024,"name":"status_count","url":"modules/entities_reaction.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Stats.__type"},{"id":7522,"kind":1024,"name":"domain_count","url":"modules/entities_reaction.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Stats.__type"},{"id":7523,"kind":4194304,"name":"Instance","url":"modules/entities_reaction.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7524,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Instance"},{"id":7525,"kind":1024,"name":"uri","url":"modules/entities_reaction.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Instance.__type"},{"id":7526,"kind":1024,"name":"title","url":"modules/entities_reaction.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Instance.__type"},{"id":7527,"kind":1024,"name":"description","url":"modules/entities_reaction.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Instance.__type"},{"id":7528,"kind":1024,"name":"email","url":"modules/entities_reaction.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Instance.__type"},{"id":7529,"kind":1024,"name":"version","url":"modules/entities_reaction.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Instance.__type"},{"id":7530,"kind":1024,"name":"thumbnail","url":"modules/entities_reaction.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Instance.__type"},{"id":7531,"kind":1024,"name":"urls","url":"modules/entities_reaction.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Instance.__type"},{"id":7532,"kind":1024,"name":"stats","url":"modules/entities_reaction.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Instance.__type"},{"id":7533,"kind":1024,"name":"languages","url":"modules/entities_reaction.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Instance.__type"},{"id":7534,"kind":1024,"name":"contact_account","url":"modules/entities_reaction.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Instance.__type"},{"id":7535,"kind":1024,"name":"max_toot_chars","url":"modules/entities_reaction.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Instance.__type"},{"id":7536,"kind":1024,"name":"registrations","url":"modules/entities_reaction.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Instance.__type"},{"id":7537,"kind":4194304,"name":"List","url":"modules/entities_reaction.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7538,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.List"},{"id":7539,"kind":1024,"name":"id","url":"modules/entities_reaction.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.List.__type"},{"id":7540,"kind":1024,"name":"title","url":"modules/entities_reaction.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.List.__type"},{"id":7541,"kind":4194304,"name":"Marker","url":"modules/entities_reaction.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7542,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Marker"},{"id":7543,"kind":1024,"name":"home","url":"modules/entities_reaction.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Marker.__type"},{"id":7544,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Marker.__type"},{"id":7545,"kind":1024,"name":"last_read_id","url":"modules/entities_reaction.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Marker.__type.__type"},{"id":7546,"kind":1024,"name":"version","url":"modules/entities_reaction.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Marker.__type.__type"},{"id":7547,"kind":1024,"name":"updated_at","url":"modules/entities_reaction.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Marker.__type.__type"},{"id":7548,"kind":1024,"name":"notifications","url":"modules/entities_reaction.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Marker.__type"},{"id":7549,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Marker.__type"},{"id":7550,"kind":1024,"name":"last_read_id","url":"modules/entities_reaction.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Marker.__type.__type"},{"id":7551,"kind":1024,"name":"version","url":"modules/entities_reaction.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Marker.__type.__type"},{"id":7552,"kind":1024,"name":"updated_at","url":"modules/entities_reaction.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Marker.__type.__type"},{"id":7553,"kind":4194304,"name":"Notification","url":"modules/entities_reaction.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7554,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Notification"},{"id":7555,"kind":1024,"name":"account","url":"modules/entities_reaction.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Notification.__type"},{"id":7556,"kind":1024,"name":"created_at","url":"modules/entities_reaction.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Notification.__type"},{"id":7557,"kind":1024,"name":"id","url":"modules/entities_reaction.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Notification.__type"},{"id":7558,"kind":1024,"name":"status","url":"modules/entities_reaction.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Notification.__type"},{"id":7559,"kind":1024,"name":"emoji","url":"modules/entities_reaction.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Notification.__type"},{"id":7560,"kind":1024,"name":"type","url":"modules/entities_reaction.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Notification.__type"},{"id":7561,"kind":4194304,"name":"NotificationType","url":"modules/entities_reaction.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7562,"kind":4194304,"name":"Preferences","url":"modules/entities_reaction.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7563,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Preferences"},{"id":7564,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_reaction.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Preferences.__type"},{"id":7565,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_reaction.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Preferences.__type"},{"id":7566,"kind":1024,"name":"posting:default:language","url":"modules/entities_reaction.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Preferences.__type"},{"id":7567,"kind":1024,"name":"reading:expand:media","url":"modules/entities_reaction.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Preferences.__type"},{"id":7568,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_reaction.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Preferences.__type"},{"id":7569,"kind":4194304,"name":"PushSubscription","url":"modules/entities_reaction.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7570,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.PushSubscription"},{"id":7571,"kind":1024,"name":"id","url":"modules/entities_reaction.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.PushSubscription.__type"},{"id":7572,"kind":1024,"name":"endpoint","url":"modules/entities_reaction.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.PushSubscription.__type"},{"id":7573,"kind":1024,"name":"server_key","url":"modules/entities_reaction.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.PushSubscription.__type"},{"id":7574,"kind":1024,"name":"alerts","url":"modules/entities_reaction.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.PushSubscription.__type"},{"id":7575,"kind":4194304,"name":"Relationship","url":"modules/entities_reaction.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7576,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Relationship"},{"id":7577,"kind":1024,"name":"id","url":"modules/entities_reaction.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Relationship.__type"},{"id":7578,"kind":1024,"name":"following","url":"modules/entities_reaction.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Relationship.__type"},{"id":7579,"kind":1024,"name":"followed_by","url":"modules/entities_reaction.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Relationship.__type"},{"id":7580,"kind":1024,"name":"blocking","url":"modules/entities_reaction.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Relationship.__type"},{"id":7581,"kind":1024,"name":"muting","url":"modules/entities_reaction.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Relationship.__type"},{"id":7582,"kind":1024,"name":"muting_notifications","url":"modules/entities_reaction.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Relationship.__type"},{"id":7583,"kind":1024,"name":"requested","url":"modules/entities_reaction.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Relationship.__type"},{"id":7584,"kind":1024,"name":"domain_blocking","url":"modules/entities_reaction.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Relationship.__type"},{"id":7585,"kind":1024,"name":"showing_reblogs","url":"modules/entities_reaction.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Relationship.__type"},{"id":7586,"kind":1024,"name":"endorsed","url":"modules/entities_reaction.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Relationship.__type"},{"id":7587,"kind":4194304,"name":"Report","url":"modules/entities_reaction.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7588,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Report"},{"id":7589,"kind":1024,"name":"id","url":"modules/entities_reaction.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Report.__type"},{"id":7590,"kind":1024,"name":"action_taken","url":"modules/entities_reaction.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Report.__type"},{"id":7591,"kind":1024,"name":"comment","url":"modules/entities_reaction.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Report.__type"},{"id":7592,"kind":1024,"name":"account_id","url":"modules/entities_reaction.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Report.__type"},{"id":7593,"kind":1024,"name":"status_ids","url":"modules/entities_reaction.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Report.__type"},{"id":7594,"kind":4194304,"name":"Results","url":"modules/entities_reaction.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7595,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Results"},{"id":7596,"kind":1024,"name":"accounts","url":"modules/entities_reaction.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Results.__type"},{"id":7597,"kind":1024,"name":"statuses","url":"modules/entities_reaction.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Results.__type"},{"id":7598,"kind":1024,"name":"hashtags","url":"modules/entities_reaction.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Results.__type"},{"id":7599,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_reaction.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7600,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.ScheduledStatus"},{"id":7601,"kind":1024,"name":"id","url":"modules/entities_reaction.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.ScheduledStatus.__type"},{"id":7602,"kind":1024,"name":"scheduled_at","url":"modules/entities_reaction.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.ScheduledStatus.__type"},{"id":7603,"kind":1024,"name":"params","url":"modules/entities_reaction.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.ScheduledStatus.__type"},{"id":7604,"kind":1024,"name":"media_attachments","url":"modules/entities_reaction.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.ScheduledStatus.__type"},{"id":7605,"kind":4194304,"name":"StatusParams","url":"modules/entities_reaction.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7606,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.StatusParams"},{"id":7607,"kind":1024,"name":"text","url":"modules/entities_reaction.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.StatusParams.__type"},{"id":7608,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_reaction.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.StatusParams.__type"},{"id":7609,"kind":1024,"name":"media_ids","url":"modules/entities_reaction.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.StatusParams.__type"},{"id":7610,"kind":1024,"name":"sensitive","url":"modules/entities_reaction.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.StatusParams.__type"},{"id":7611,"kind":1024,"name":"spoiler_text","url":"modules/entities_reaction.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.StatusParams.__type"},{"id":7612,"kind":1024,"name":"visibility","url":"modules/entities_reaction.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.StatusParams.__type"},{"id":7613,"kind":1024,"name":"scheduled_at","url":"modules/entities_reaction.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.StatusParams.__type"},{"id":7614,"kind":1024,"name":"application_id","url":"modules/entities_reaction.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.StatusParams.__type"},{"id":7615,"kind":4194304,"name":"Token","url":"modules/entities_reaction.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/reaction.Entity"},{"id":7616,"kind":65536,"name":"__type","url":"modules/entities_reaction.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/reaction.Entity.Token"},{"id":7617,"kind":1024,"name":"access_token","url":"modules/entities_reaction.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Token.__type"},{"id":7618,"kind":1024,"name":"token_type","url":"modules/entities_reaction.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Token.__type"},{"id":7619,"kind":1024,"name":"scope","url":"modules/entities_reaction.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Token.__type"},{"id":7620,"kind":1024,"name":"created_at","url":"modules/entities_reaction.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/reaction.Entity.Token.__type"},{"id":7621,"kind":2,"name":"Entity","url":"modules/entities_relationship.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/relationship"},{"id":7622,"kind":4194304,"name":"Emoji","url":"modules/entities_relationship.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7623,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Emoji"},{"id":7624,"kind":1024,"name":"shortcode","url":"modules/entities_relationship.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Emoji.__type"},{"id":7625,"kind":1024,"name":"static_url","url":"modules/entities_relationship.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Emoji.__type"},{"id":7626,"kind":1024,"name":"url","url":"modules/entities_relationship.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Emoji.__type"},{"id":7627,"kind":1024,"name":"visible_in_picker","url":"modules/entities_relationship.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Emoji.__type"},{"id":7628,"kind":4194304,"name":"Source","url":"modules/entities_relationship.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7629,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Source"},{"id":7630,"kind":1024,"name":"privacy","url":"modules/entities_relationship.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Source.__type"},{"id":7631,"kind":1024,"name":"sensitive","url":"modules/entities_relationship.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Source.__type"},{"id":7632,"kind":1024,"name":"language","url":"modules/entities_relationship.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Source.__type"},{"id":7633,"kind":1024,"name":"note","url":"modules/entities_relationship.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Source.__type"},{"id":7634,"kind":1024,"name":"fields","url":"modules/entities_relationship.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Source.__type"},{"id":7635,"kind":4194304,"name":"Account","url":"modules/entities_relationship.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7636,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Account"},{"id":7637,"kind":1024,"name":"id","url":"modules/entities_relationship.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Account.__type"},{"id":7638,"kind":1024,"name":"username","url":"modules/entities_relationship.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Account.__type"},{"id":7639,"kind":1024,"name":"acct","url":"modules/entities_relationship.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Account.__type"},{"id":7640,"kind":1024,"name":"display_name","url":"modules/entities_relationship.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Account.__type"},{"id":7641,"kind":1024,"name":"locked","url":"modules/entities_relationship.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Account.__type"},{"id":7642,"kind":1024,"name":"created_at","url":"modules/entities_relationship.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Account.__type"},{"id":7643,"kind":1024,"name":"followers_count","url":"modules/entities_relationship.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Account.__type"},{"id":7644,"kind":1024,"name":"following_count","url":"modules/entities_relationship.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Account.__type"},{"id":7645,"kind":1024,"name":"statuses_count","url":"modules/entities_relationship.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Account.__type"},{"id":7646,"kind":1024,"name":"note","url":"modules/entities_relationship.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Account.__type"},{"id":7647,"kind":1024,"name":"url","url":"modules/entities_relationship.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Account.__type"},{"id":7648,"kind":1024,"name":"avatar","url":"modules/entities_relationship.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Account.__type"},{"id":7649,"kind":1024,"name":"avatar_static","url":"modules/entities_relationship.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Account.__type"},{"id":7650,"kind":1024,"name":"header","url":"modules/entities_relationship.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Account.__type"},{"id":7651,"kind":1024,"name":"header_static","url":"modules/entities_relationship.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Account.__type"},{"id":7652,"kind":1024,"name":"emojis","url":"modules/entities_relationship.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Account.__type"},{"id":7653,"kind":1024,"name":"moved","url":"modules/entities_relationship.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Account.__type"},{"id":7654,"kind":1024,"name":"fields","url":"modules/entities_relationship.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Account.__type"},{"id":7655,"kind":1024,"name":"bot","url":"modules/entities_relationship.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Account.__type"},{"id":7656,"kind":1024,"name":"source","url":"modules/entities_relationship.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Account.__type"},{"id":7657,"kind":4194304,"name":"Activity","url":"modules/entities_relationship.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7658,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Activity"},{"id":7659,"kind":1024,"name":"week","url":"modules/entities_relationship.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Activity.__type"},{"id":7660,"kind":1024,"name":"statuses","url":"modules/entities_relationship.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Activity.__type"},{"id":7661,"kind":1024,"name":"logins","url":"modules/entities_relationship.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Activity.__type"},{"id":7662,"kind":1024,"name":"registrations","url":"modules/entities_relationship.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Activity.__type"},{"id":7663,"kind":4194304,"name":"Application","url":"modules/entities_relationship.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7664,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Application"},{"id":7665,"kind":1024,"name":"name","url":"modules/entities_relationship.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Application.__type"},{"id":7666,"kind":1024,"name":"website","url":"modules/entities_relationship.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Application.__type"},{"id":7667,"kind":1024,"name":"vapid_key","url":"modules/entities_relationship.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Application.__type"},{"id":7668,"kind":4194304,"name":"Attachment","url":"modules/entities_relationship.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7669,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Attachment"},{"id":7670,"kind":1024,"name":"id","url":"modules/entities_relationship.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Attachment.__type"},{"id":7671,"kind":1024,"name":"type","url":"modules/entities_relationship.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Attachment.__type"},{"id":7672,"kind":1024,"name":"url","url":"modules/entities_relationship.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Attachment.__type"},{"id":7673,"kind":1024,"name":"remote_url","url":"modules/entities_relationship.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Attachment.__type"},{"id":7674,"kind":1024,"name":"preview_url","url":"modules/entities_relationship.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Attachment.__type"},{"id":7675,"kind":1024,"name":"text_url","url":"modules/entities_relationship.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Attachment.__type"},{"id":7676,"kind":1024,"name":"meta","url":"modules/entities_relationship.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Attachment.__type"},{"id":7677,"kind":1024,"name":"description","url":"modules/entities_relationship.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Attachment.__type"},{"id":7678,"kind":4194304,"name":"Card","url":"modules/entities_relationship.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7679,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Card"},{"id":7680,"kind":1024,"name":"url","url":"modules/entities_relationship.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Card.__type"},{"id":7681,"kind":1024,"name":"title","url":"modules/entities_relationship.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Card.__type"},{"id":7682,"kind":1024,"name":"description","url":"modules/entities_relationship.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Card.__type"},{"id":7683,"kind":1024,"name":"type","url":"modules/entities_relationship.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Card.__type"},{"id":7684,"kind":1024,"name":"image","url":"modules/entities_relationship.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Card.__type"},{"id":7685,"kind":1024,"name":"author_name","url":"modules/entities_relationship.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Card.__type"},{"id":7686,"kind":1024,"name":"author_url","url":"modules/entities_relationship.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Card.__type"},{"id":7687,"kind":1024,"name":"provider_name","url":"modules/entities_relationship.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Card.__type"},{"id":7688,"kind":1024,"name":"provider_url","url":"modules/entities_relationship.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Card.__type"},{"id":7689,"kind":1024,"name":"html","url":"modules/entities_relationship.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Card.__type"},{"id":7690,"kind":1024,"name":"width","url":"modules/entities_relationship.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Card.__type"},{"id":7691,"kind":1024,"name":"height","url":"modules/entities_relationship.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Card.__type"},{"id":7692,"kind":4194304,"name":"Mention","url":"modules/entities_relationship.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7693,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Mention"},{"id":7694,"kind":1024,"name":"id","url":"modules/entities_relationship.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Mention.__type"},{"id":7695,"kind":1024,"name":"username","url":"modules/entities_relationship.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Mention.__type"},{"id":7696,"kind":1024,"name":"url","url":"modules/entities_relationship.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Mention.__type"},{"id":7697,"kind":1024,"name":"acct","url":"modules/entities_relationship.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Mention.__type"},{"id":7698,"kind":4194304,"name":"History","url":"modules/entities_relationship.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7699,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.History"},{"id":7700,"kind":1024,"name":"day","url":"modules/entities_relationship.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.History.__type"},{"id":7701,"kind":1024,"name":"uses","url":"modules/entities_relationship.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.History.__type"},{"id":7702,"kind":1024,"name":"accounts","url":"modules/entities_relationship.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.History.__type"},{"id":7703,"kind":4194304,"name":"Tag","url":"modules/entities_relationship.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7704,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Tag"},{"id":7705,"kind":1024,"name":"name","url":"modules/entities_relationship.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Tag.__type"},{"id":7706,"kind":1024,"name":"url","url":"modules/entities_relationship.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Tag.__type"},{"id":7707,"kind":1024,"name":"history","url":"modules/entities_relationship.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Tag.__type"},{"id":7708,"kind":4194304,"name":"PollOption","url":"modules/entities_relationship.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7709,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.PollOption"},{"id":7710,"kind":1024,"name":"title","url":"modules/entities_relationship.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.PollOption.__type"},{"id":7711,"kind":1024,"name":"votes_count","url":"modules/entities_relationship.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.PollOption.__type"},{"id":7712,"kind":4194304,"name":"Poll","url":"modules/entities_relationship.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7713,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Poll"},{"id":7714,"kind":1024,"name":"id","url":"modules/entities_relationship.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Poll.__type"},{"id":7715,"kind":1024,"name":"expires_at","url":"modules/entities_relationship.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Poll.__type"},{"id":7716,"kind":1024,"name":"expired","url":"modules/entities_relationship.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Poll.__type"},{"id":7717,"kind":1024,"name":"multiple","url":"modules/entities_relationship.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Poll.__type"},{"id":7718,"kind":1024,"name":"votes_count","url":"modules/entities_relationship.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Poll.__type"},{"id":7719,"kind":1024,"name":"options","url":"modules/entities_relationship.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Poll.__type"},{"id":7720,"kind":1024,"name":"voted","url":"modules/entities_relationship.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Poll.__type"},{"id":7721,"kind":4194304,"name":"Reaction","url":"modules/entities_relationship.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7722,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Reaction"},{"id":7723,"kind":1024,"name":"count","url":"modules/entities_relationship.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Reaction.__type"},{"id":7724,"kind":1024,"name":"me","url":"modules/entities_relationship.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Reaction.__type"},{"id":7725,"kind":1024,"name":"name","url":"modules/entities_relationship.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Reaction.__type"},{"id":7726,"kind":1024,"name":"accounts","url":"modules/entities_relationship.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Reaction.__type"},{"id":7727,"kind":4194304,"name":"Status","url":"modules/entities_relationship.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7728,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Status"},{"id":7729,"kind":1024,"name":"id","url":"modules/entities_relationship.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7730,"kind":1024,"name":"uri","url":"modules/entities_relationship.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7731,"kind":1024,"name":"url","url":"modules/entities_relationship.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7732,"kind":1024,"name":"account","url":"modules/entities_relationship.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7733,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_relationship.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7734,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_relationship.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7735,"kind":1024,"name":"reblog","url":"modules/entities_relationship.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7736,"kind":1024,"name":"content","url":"modules/entities_relationship.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7737,"kind":1024,"name":"created_at","url":"modules/entities_relationship.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7738,"kind":1024,"name":"emojis","url":"modules/entities_relationship.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7739,"kind":1024,"name":"replies_count","url":"modules/entities_relationship.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7740,"kind":1024,"name":"reblogs_count","url":"modules/entities_relationship.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7741,"kind":1024,"name":"favourites_count","url":"modules/entities_relationship.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7742,"kind":1024,"name":"reblogged","url":"modules/entities_relationship.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7743,"kind":1024,"name":"favourited","url":"modules/entities_relationship.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7744,"kind":1024,"name":"muted","url":"modules/entities_relationship.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7745,"kind":1024,"name":"sensitive","url":"modules/entities_relationship.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7746,"kind":1024,"name":"spoiler_text","url":"modules/entities_relationship.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7747,"kind":1024,"name":"visibility","url":"modules/entities_relationship.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7748,"kind":1024,"name":"media_attachments","url":"modules/entities_relationship.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7749,"kind":1024,"name":"mentions","url":"modules/entities_relationship.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7750,"kind":1024,"name":"tags","url":"modules/entities_relationship.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7751,"kind":1024,"name":"card","url":"modules/entities_relationship.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7752,"kind":1024,"name":"poll","url":"modules/entities_relationship.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7753,"kind":1024,"name":"application","url":"modules/entities_relationship.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7754,"kind":1024,"name":"language","url":"modules/entities_relationship.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7755,"kind":1024,"name":"pinned","url":"modules/entities_relationship.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7756,"kind":1024,"name":"emoji_reactions","url":"modules/entities_relationship.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7757,"kind":1024,"name":"quote","url":"modules/entities_relationship.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7758,"kind":1024,"name":"bookmarked","url":"modules/entities_relationship.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Status.__type"},{"id":7759,"kind":4194304,"name":"Context","url":"modules/entities_relationship.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7760,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Context"},{"id":7761,"kind":1024,"name":"ancestors","url":"modules/entities_relationship.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Context.__type"},{"id":7762,"kind":1024,"name":"descendants","url":"modules/entities_relationship.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Context.__type"},{"id":7763,"kind":4194304,"name":"Conversation","url":"modules/entities_relationship.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7764,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Conversation"},{"id":7765,"kind":1024,"name":"id","url":"modules/entities_relationship.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Conversation.__type"},{"id":7766,"kind":1024,"name":"accounts","url":"modules/entities_relationship.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Conversation.__type"},{"id":7767,"kind":1024,"name":"last_status","url":"modules/entities_relationship.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Conversation.__type"},{"id":7768,"kind":1024,"name":"unread","url":"modules/entities_relationship.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Conversation.__type"},{"id":7769,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_relationship.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7770,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.FeaturedTag"},{"id":7771,"kind":1024,"name":"id","url":"modules/entities_relationship.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.FeaturedTag.__type"},{"id":7772,"kind":1024,"name":"name","url":"modules/entities_relationship.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.FeaturedTag.__type"},{"id":7773,"kind":1024,"name":"statuses_count","url":"modules/entities_relationship.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.FeaturedTag.__type"},{"id":7774,"kind":1024,"name":"last_status_at","url":"modules/entities_relationship.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.FeaturedTag.__type"},{"id":7775,"kind":4194304,"name":"Field","url":"modules/entities_relationship.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7776,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Field"},{"id":7777,"kind":1024,"name":"name","url":"modules/entities_relationship.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Field.__type"},{"id":7778,"kind":1024,"name":"value","url":"modules/entities_relationship.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Field.__type"},{"id":7779,"kind":1024,"name":"verified_at","url":"modules/entities_relationship.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Field.__type"},{"id":7780,"kind":4194304,"name":"Filter","url":"modules/entities_relationship.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7781,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Filter"},{"id":7782,"kind":1024,"name":"id","url":"modules/entities_relationship.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Filter.__type"},{"id":7783,"kind":1024,"name":"phrase","url":"modules/entities_relationship.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Filter.__type"},{"id":7784,"kind":1024,"name":"context","url":"modules/entities_relationship.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Filter.__type"},{"id":7785,"kind":1024,"name":"expires_at","url":"modules/entities_relationship.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Filter.__type"},{"id":7786,"kind":1024,"name":"irreversible","url":"modules/entities_relationship.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Filter.__type"},{"id":7787,"kind":1024,"name":"whole_word","url":"modules/entities_relationship.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Filter.__type"},{"id":7788,"kind":4194304,"name":"IdentityProof","url":"modules/entities_relationship.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7789,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.IdentityProof"},{"id":7790,"kind":1024,"name":"provider","url":"modules/entities_relationship.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.IdentityProof.__type"},{"id":7791,"kind":1024,"name":"provider_username","url":"modules/entities_relationship.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.IdentityProof.__type"},{"id":7792,"kind":1024,"name":"updated_at","url":"modules/entities_relationship.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.IdentityProof.__type"},{"id":7793,"kind":1024,"name":"proof_url","url":"modules/entities_relationship.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.IdentityProof.__type"},{"id":7794,"kind":1024,"name":"profile_url","url":"modules/entities_relationship.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.IdentityProof.__type"},{"id":7795,"kind":4194304,"name":"URLs","url":"modules/entities_relationship.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7796,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.URLs"},{"id":7797,"kind":1024,"name":"streaming_api","url":"modules/entities_relationship.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.URLs.__type"},{"id":7798,"kind":4194304,"name":"Stats","url":"modules/entities_relationship.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7799,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Stats"},{"id":7800,"kind":1024,"name":"user_count","url":"modules/entities_relationship.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Stats.__type"},{"id":7801,"kind":1024,"name":"status_count","url":"modules/entities_relationship.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Stats.__type"},{"id":7802,"kind":1024,"name":"domain_count","url":"modules/entities_relationship.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Stats.__type"},{"id":7803,"kind":4194304,"name":"Instance","url":"modules/entities_relationship.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7804,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Instance"},{"id":7805,"kind":1024,"name":"uri","url":"modules/entities_relationship.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Instance.__type"},{"id":7806,"kind":1024,"name":"title","url":"modules/entities_relationship.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Instance.__type"},{"id":7807,"kind":1024,"name":"description","url":"modules/entities_relationship.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Instance.__type"},{"id":7808,"kind":1024,"name":"email","url":"modules/entities_relationship.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Instance.__type"},{"id":7809,"kind":1024,"name":"version","url":"modules/entities_relationship.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Instance.__type"},{"id":7810,"kind":1024,"name":"thumbnail","url":"modules/entities_relationship.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Instance.__type"},{"id":7811,"kind":1024,"name":"urls","url":"modules/entities_relationship.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Instance.__type"},{"id":7812,"kind":1024,"name":"stats","url":"modules/entities_relationship.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Instance.__type"},{"id":7813,"kind":1024,"name":"languages","url":"modules/entities_relationship.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Instance.__type"},{"id":7814,"kind":1024,"name":"contact_account","url":"modules/entities_relationship.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Instance.__type"},{"id":7815,"kind":1024,"name":"max_toot_chars","url":"modules/entities_relationship.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Instance.__type"},{"id":7816,"kind":1024,"name":"registrations","url":"modules/entities_relationship.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Instance.__type"},{"id":7817,"kind":4194304,"name":"List","url":"modules/entities_relationship.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7818,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.List"},{"id":7819,"kind":1024,"name":"id","url":"modules/entities_relationship.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.List.__type"},{"id":7820,"kind":1024,"name":"title","url":"modules/entities_relationship.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.List.__type"},{"id":7821,"kind":4194304,"name":"Marker","url":"modules/entities_relationship.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7822,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Marker"},{"id":7823,"kind":1024,"name":"home","url":"modules/entities_relationship.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Marker.__type"},{"id":7824,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Marker.__type"},{"id":7825,"kind":1024,"name":"last_read_id","url":"modules/entities_relationship.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Marker.__type.__type"},{"id":7826,"kind":1024,"name":"version","url":"modules/entities_relationship.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Marker.__type.__type"},{"id":7827,"kind":1024,"name":"updated_at","url":"modules/entities_relationship.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Marker.__type.__type"},{"id":7828,"kind":1024,"name":"notifications","url":"modules/entities_relationship.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Marker.__type"},{"id":7829,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Marker.__type"},{"id":7830,"kind":1024,"name":"last_read_id","url":"modules/entities_relationship.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Marker.__type.__type"},{"id":7831,"kind":1024,"name":"version","url":"modules/entities_relationship.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Marker.__type.__type"},{"id":7832,"kind":1024,"name":"updated_at","url":"modules/entities_relationship.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Marker.__type.__type"},{"id":7833,"kind":4194304,"name":"Notification","url":"modules/entities_relationship.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7834,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Notification"},{"id":7835,"kind":1024,"name":"account","url":"modules/entities_relationship.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Notification.__type"},{"id":7836,"kind":1024,"name":"created_at","url":"modules/entities_relationship.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Notification.__type"},{"id":7837,"kind":1024,"name":"id","url":"modules/entities_relationship.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Notification.__type"},{"id":7838,"kind":1024,"name":"status","url":"modules/entities_relationship.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Notification.__type"},{"id":7839,"kind":1024,"name":"emoji","url":"modules/entities_relationship.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Notification.__type"},{"id":7840,"kind":1024,"name":"type","url":"modules/entities_relationship.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Notification.__type"},{"id":7841,"kind":4194304,"name":"NotificationType","url":"modules/entities_relationship.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7842,"kind":4194304,"name":"Preferences","url":"modules/entities_relationship.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7843,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Preferences"},{"id":7844,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_relationship.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Preferences.__type"},{"id":7845,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_relationship.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Preferences.__type"},{"id":7846,"kind":1024,"name":"posting:default:language","url":"modules/entities_relationship.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Preferences.__type"},{"id":7847,"kind":1024,"name":"reading:expand:media","url":"modules/entities_relationship.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Preferences.__type"},{"id":7848,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_relationship.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Preferences.__type"},{"id":7849,"kind":4194304,"name":"PushSubscription","url":"modules/entities_relationship.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7850,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.PushSubscription"},{"id":7851,"kind":1024,"name":"id","url":"modules/entities_relationship.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.PushSubscription.__type"},{"id":7852,"kind":1024,"name":"endpoint","url":"modules/entities_relationship.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.PushSubscription.__type"},{"id":7853,"kind":1024,"name":"server_key","url":"modules/entities_relationship.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.PushSubscription.__type"},{"id":7854,"kind":1024,"name":"alerts","url":"modules/entities_relationship.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.PushSubscription.__type"},{"id":7855,"kind":4194304,"name":"Relationship","url":"modules/entities_relationship.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7856,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Relationship"},{"id":7857,"kind":1024,"name":"id","url":"modules/entities_relationship.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Relationship.__type"},{"id":7858,"kind":1024,"name":"following","url":"modules/entities_relationship.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Relationship.__type"},{"id":7859,"kind":1024,"name":"followed_by","url":"modules/entities_relationship.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Relationship.__type"},{"id":7860,"kind":1024,"name":"blocking","url":"modules/entities_relationship.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Relationship.__type"},{"id":7861,"kind":1024,"name":"muting","url":"modules/entities_relationship.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Relationship.__type"},{"id":7862,"kind":1024,"name":"muting_notifications","url":"modules/entities_relationship.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Relationship.__type"},{"id":7863,"kind":1024,"name":"requested","url":"modules/entities_relationship.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Relationship.__type"},{"id":7864,"kind":1024,"name":"domain_blocking","url":"modules/entities_relationship.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Relationship.__type"},{"id":7865,"kind":1024,"name":"showing_reblogs","url":"modules/entities_relationship.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Relationship.__type"},{"id":7866,"kind":1024,"name":"endorsed","url":"modules/entities_relationship.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Relationship.__type"},{"id":7867,"kind":4194304,"name":"Report","url":"modules/entities_relationship.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7868,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Report"},{"id":7869,"kind":1024,"name":"id","url":"modules/entities_relationship.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Report.__type"},{"id":7870,"kind":1024,"name":"action_taken","url":"modules/entities_relationship.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Report.__type"},{"id":7871,"kind":1024,"name":"comment","url":"modules/entities_relationship.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Report.__type"},{"id":7872,"kind":1024,"name":"account_id","url":"modules/entities_relationship.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Report.__type"},{"id":7873,"kind":1024,"name":"status_ids","url":"modules/entities_relationship.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Report.__type"},{"id":7874,"kind":4194304,"name":"Results","url":"modules/entities_relationship.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7875,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Results"},{"id":7876,"kind":1024,"name":"accounts","url":"modules/entities_relationship.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Results.__type"},{"id":7877,"kind":1024,"name":"statuses","url":"modules/entities_relationship.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Results.__type"},{"id":7878,"kind":1024,"name":"hashtags","url":"modules/entities_relationship.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Results.__type"},{"id":7879,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_relationship.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7880,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.ScheduledStatus"},{"id":7881,"kind":1024,"name":"id","url":"modules/entities_relationship.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.ScheduledStatus.__type"},{"id":7882,"kind":1024,"name":"scheduled_at","url":"modules/entities_relationship.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.ScheduledStatus.__type"},{"id":7883,"kind":1024,"name":"params","url":"modules/entities_relationship.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.ScheduledStatus.__type"},{"id":7884,"kind":1024,"name":"media_attachments","url":"modules/entities_relationship.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.ScheduledStatus.__type"},{"id":7885,"kind":4194304,"name":"StatusParams","url":"modules/entities_relationship.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7886,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.StatusParams"},{"id":7887,"kind":1024,"name":"text","url":"modules/entities_relationship.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.StatusParams.__type"},{"id":7888,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_relationship.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.StatusParams.__type"},{"id":7889,"kind":1024,"name":"media_ids","url":"modules/entities_relationship.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.StatusParams.__type"},{"id":7890,"kind":1024,"name":"sensitive","url":"modules/entities_relationship.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.StatusParams.__type"},{"id":7891,"kind":1024,"name":"spoiler_text","url":"modules/entities_relationship.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.StatusParams.__type"},{"id":7892,"kind":1024,"name":"visibility","url":"modules/entities_relationship.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.StatusParams.__type"},{"id":7893,"kind":1024,"name":"scheduled_at","url":"modules/entities_relationship.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.StatusParams.__type"},{"id":7894,"kind":1024,"name":"application_id","url":"modules/entities_relationship.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.StatusParams.__type"},{"id":7895,"kind":4194304,"name":"Token","url":"modules/entities_relationship.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/relationship.Entity"},{"id":7896,"kind":65536,"name":"__type","url":"modules/entities_relationship.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/relationship.Entity.Token"},{"id":7897,"kind":1024,"name":"access_token","url":"modules/entities_relationship.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Token.__type"},{"id":7898,"kind":1024,"name":"token_type","url":"modules/entities_relationship.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Token.__type"},{"id":7899,"kind":1024,"name":"scope","url":"modules/entities_relationship.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Token.__type"},{"id":7900,"kind":1024,"name":"created_at","url":"modules/entities_relationship.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/relationship.Entity.Token.__type"},{"id":7901,"kind":2,"name":"Entity","url":"modules/entities_report.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/report"},{"id":7902,"kind":4194304,"name":"Emoji","url":"modules/entities_report.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":7903,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Emoji"},{"id":7904,"kind":1024,"name":"shortcode","url":"modules/entities_report.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Emoji.__type"},{"id":7905,"kind":1024,"name":"static_url","url":"modules/entities_report.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Emoji.__type"},{"id":7906,"kind":1024,"name":"url","url":"modules/entities_report.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Emoji.__type"},{"id":7907,"kind":1024,"name":"visible_in_picker","url":"modules/entities_report.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Emoji.__type"},{"id":7908,"kind":4194304,"name":"Source","url":"modules/entities_report.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":7909,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Source"},{"id":7910,"kind":1024,"name":"privacy","url":"modules/entities_report.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Source.__type"},{"id":7911,"kind":1024,"name":"sensitive","url":"modules/entities_report.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Source.__type"},{"id":7912,"kind":1024,"name":"language","url":"modules/entities_report.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Source.__type"},{"id":7913,"kind":1024,"name":"note","url":"modules/entities_report.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Source.__type"},{"id":7914,"kind":1024,"name":"fields","url":"modules/entities_report.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Source.__type"},{"id":7915,"kind":4194304,"name":"Account","url":"modules/entities_report.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":7916,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Account"},{"id":7917,"kind":1024,"name":"id","url":"modules/entities_report.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Account.__type"},{"id":7918,"kind":1024,"name":"username","url":"modules/entities_report.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Account.__type"},{"id":7919,"kind":1024,"name":"acct","url":"modules/entities_report.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Account.__type"},{"id":7920,"kind":1024,"name":"display_name","url":"modules/entities_report.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Account.__type"},{"id":7921,"kind":1024,"name":"locked","url":"modules/entities_report.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Account.__type"},{"id":7922,"kind":1024,"name":"created_at","url":"modules/entities_report.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Account.__type"},{"id":7923,"kind":1024,"name":"followers_count","url":"modules/entities_report.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Account.__type"},{"id":7924,"kind":1024,"name":"following_count","url":"modules/entities_report.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Account.__type"},{"id":7925,"kind":1024,"name":"statuses_count","url":"modules/entities_report.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Account.__type"},{"id":7926,"kind":1024,"name":"note","url":"modules/entities_report.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Account.__type"},{"id":7927,"kind":1024,"name":"url","url":"modules/entities_report.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Account.__type"},{"id":7928,"kind":1024,"name":"avatar","url":"modules/entities_report.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Account.__type"},{"id":7929,"kind":1024,"name":"avatar_static","url":"modules/entities_report.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Account.__type"},{"id":7930,"kind":1024,"name":"header","url":"modules/entities_report.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Account.__type"},{"id":7931,"kind":1024,"name":"header_static","url":"modules/entities_report.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Account.__type"},{"id":7932,"kind":1024,"name":"emojis","url":"modules/entities_report.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Account.__type"},{"id":7933,"kind":1024,"name":"moved","url":"modules/entities_report.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Account.__type"},{"id":7934,"kind":1024,"name":"fields","url":"modules/entities_report.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Account.__type"},{"id":7935,"kind":1024,"name":"bot","url":"modules/entities_report.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Account.__type"},{"id":7936,"kind":1024,"name":"source","url":"modules/entities_report.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Account.__type"},{"id":7937,"kind":4194304,"name":"Activity","url":"modules/entities_report.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":7938,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Activity"},{"id":7939,"kind":1024,"name":"week","url":"modules/entities_report.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Activity.__type"},{"id":7940,"kind":1024,"name":"statuses","url":"modules/entities_report.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Activity.__type"},{"id":7941,"kind":1024,"name":"logins","url":"modules/entities_report.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Activity.__type"},{"id":7942,"kind":1024,"name":"registrations","url":"modules/entities_report.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Activity.__type"},{"id":7943,"kind":4194304,"name":"Application","url":"modules/entities_report.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":7944,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Application"},{"id":7945,"kind":1024,"name":"name","url":"modules/entities_report.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Application.__type"},{"id":7946,"kind":1024,"name":"website","url":"modules/entities_report.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Application.__type"},{"id":7947,"kind":1024,"name":"vapid_key","url":"modules/entities_report.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Application.__type"},{"id":7948,"kind":4194304,"name":"Attachment","url":"modules/entities_report.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":7949,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Attachment"},{"id":7950,"kind":1024,"name":"id","url":"modules/entities_report.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Attachment.__type"},{"id":7951,"kind":1024,"name":"type","url":"modules/entities_report.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Attachment.__type"},{"id":7952,"kind":1024,"name":"url","url":"modules/entities_report.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Attachment.__type"},{"id":7953,"kind":1024,"name":"remote_url","url":"modules/entities_report.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Attachment.__type"},{"id":7954,"kind":1024,"name":"preview_url","url":"modules/entities_report.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Attachment.__type"},{"id":7955,"kind":1024,"name":"text_url","url":"modules/entities_report.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Attachment.__type"},{"id":7956,"kind":1024,"name":"meta","url":"modules/entities_report.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Attachment.__type"},{"id":7957,"kind":1024,"name":"description","url":"modules/entities_report.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Attachment.__type"},{"id":7958,"kind":4194304,"name":"Card","url":"modules/entities_report.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":7959,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Card"},{"id":7960,"kind":1024,"name":"url","url":"modules/entities_report.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Card.__type"},{"id":7961,"kind":1024,"name":"title","url":"modules/entities_report.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Card.__type"},{"id":7962,"kind":1024,"name":"description","url":"modules/entities_report.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Card.__type"},{"id":7963,"kind":1024,"name":"type","url":"modules/entities_report.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Card.__type"},{"id":7964,"kind":1024,"name":"image","url":"modules/entities_report.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Card.__type"},{"id":7965,"kind":1024,"name":"author_name","url":"modules/entities_report.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Card.__type"},{"id":7966,"kind":1024,"name":"author_url","url":"modules/entities_report.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Card.__type"},{"id":7967,"kind":1024,"name":"provider_name","url":"modules/entities_report.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Card.__type"},{"id":7968,"kind":1024,"name":"provider_url","url":"modules/entities_report.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Card.__type"},{"id":7969,"kind":1024,"name":"html","url":"modules/entities_report.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Card.__type"},{"id":7970,"kind":1024,"name":"width","url":"modules/entities_report.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Card.__type"},{"id":7971,"kind":1024,"name":"height","url":"modules/entities_report.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Card.__type"},{"id":7972,"kind":4194304,"name":"Mention","url":"modules/entities_report.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":7973,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Mention"},{"id":7974,"kind":1024,"name":"id","url":"modules/entities_report.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Mention.__type"},{"id":7975,"kind":1024,"name":"username","url":"modules/entities_report.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Mention.__type"},{"id":7976,"kind":1024,"name":"url","url":"modules/entities_report.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Mention.__type"},{"id":7977,"kind":1024,"name":"acct","url":"modules/entities_report.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Mention.__type"},{"id":7978,"kind":4194304,"name":"History","url":"modules/entities_report.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":7979,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.History"},{"id":7980,"kind":1024,"name":"day","url":"modules/entities_report.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.History.__type"},{"id":7981,"kind":1024,"name":"uses","url":"modules/entities_report.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.History.__type"},{"id":7982,"kind":1024,"name":"accounts","url":"modules/entities_report.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.History.__type"},{"id":7983,"kind":4194304,"name":"Tag","url":"modules/entities_report.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":7984,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Tag"},{"id":7985,"kind":1024,"name":"name","url":"modules/entities_report.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Tag.__type"},{"id":7986,"kind":1024,"name":"url","url":"modules/entities_report.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Tag.__type"},{"id":7987,"kind":1024,"name":"history","url":"modules/entities_report.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Tag.__type"},{"id":7988,"kind":4194304,"name":"PollOption","url":"modules/entities_report.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":7989,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.PollOption"},{"id":7990,"kind":1024,"name":"title","url":"modules/entities_report.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.PollOption.__type"},{"id":7991,"kind":1024,"name":"votes_count","url":"modules/entities_report.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.PollOption.__type"},{"id":7992,"kind":4194304,"name":"Poll","url":"modules/entities_report.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":7993,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Poll"},{"id":7994,"kind":1024,"name":"id","url":"modules/entities_report.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Poll.__type"},{"id":7995,"kind":1024,"name":"expires_at","url":"modules/entities_report.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Poll.__type"},{"id":7996,"kind":1024,"name":"expired","url":"modules/entities_report.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Poll.__type"},{"id":7997,"kind":1024,"name":"multiple","url":"modules/entities_report.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Poll.__type"},{"id":7998,"kind":1024,"name":"votes_count","url":"modules/entities_report.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Poll.__type"},{"id":7999,"kind":1024,"name":"options","url":"modules/entities_report.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Poll.__type"},{"id":8000,"kind":1024,"name":"voted","url":"modules/entities_report.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Poll.__type"},{"id":8001,"kind":4194304,"name":"Reaction","url":"modules/entities_report.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":8002,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Reaction"},{"id":8003,"kind":1024,"name":"count","url":"modules/entities_report.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Reaction.__type"},{"id":8004,"kind":1024,"name":"me","url":"modules/entities_report.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Reaction.__type"},{"id":8005,"kind":1024,"name":"name","url":"modules/entities_report.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Reaction.__type"},{"id":8006,"kind":1024,"name":"accounts","url":"modules/entities_report.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Reaction.__type"},{"id":8007,"kind":4194304,"name":"Status","url":"modules/entities_report.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":8008,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Status"},{"id":8009,"kind":1024,"name":"id","url":"modules/entities_report.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8010,"kind":1024,"name":"uri","url":"modules/entities_report.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8011,"kind":1024,"name":"url","url":"modules/entities_report.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8012,"kind":1024,"name":"account","url":"modules/entities_report.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8013,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_report.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8014,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_report.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8015,"kind":1024,"name":"reblog","url":"modules/entities_report.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8016,"kind":1024,"name":"content","url":"modules/entities_report.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8017,"kind":1024,"name":"created_at","url":"modules/entities_report.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8018,"kind":1024,"name":"emojis","url":"modules/entities_report.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8019,"kind":1024,"name":"replies_count","url":"modules/entities_report.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8020,"kind":1024,"name":"reblogs_count","url":"modules/entities_report.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8021,"kind":1024,"name":"favourites_count","url":"modules/entities_report.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8022,"kind":1024,"name":"reblogged","url":"modules/entities_report.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8023,"kind":1024,"name":"favourited","url":"modules/entities_report.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8024,"kind":1024,"name":"muted","url":"modules/entities_report.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8025,"kind":1024,"name":"sensitive","url":"modules/entities_report.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8026,"kind":1024,"name":"spoiler_text","url":"modules/entities_report.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8027,"kind":1024,"name":"visibility","url":"modules/entities_report.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8028,"kind":1024,"name":"media_attachments","url":"modules/entities_report.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8029,"kind":1024,"name":"mentions","url":"modules/entities_report.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8030,"kind":1024,"name":"tags","url":"modules/entities_report.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8031,"kind":1024,"name":"card","url":"modules/entities_report.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8032,"kind":1024,"name":"poll","url":"modules/entities_report.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8033,"kind":1024,"name":"application","url":"modules/entities_report.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8034,"kind":1024,"name":"language","url":"modules/entities_report.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8035,"kind":1024,"name":"pinned","url":"modules/entities_report.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8036,"kind":1024,"name":"emoji_reactions","url":"modules/entities_report.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8037,"kind":1024,"name":"quote","url":"modules/entities_report.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8038,"kind":1024,"name":"bookmarked","url":"modules/entities_report.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Status.__type"},{"id":8039,"kind":4194304,"name":"Context","url":"modules/entities_report.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":8040,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Context"},{"id":8041,"kind":1024,"name":"ancestors","url":"modules/entities_report.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Context.__type"},{"id":8042,"kind":1024,"name":"descendants","url":"modules/entities_report.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Context.__type"},{"id":8043,"kind":4194304,"name":"Conversation","url":"modules/entities_report.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":8044,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Conversation"},{"id":8045,"kind":1024,"name":"id","url":"modules/entities_report.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Conversation.__type"},{"id":8046,"kind":1024,"name":"accounts","url":"modules/entities_report.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Conversation.__type"},{"id":8047,"kind":1024,"name":"last_status","url":"modules/entities_report.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Conversation.__type"},{"id":8048,"kind":1024,"name":"unread","url":"modules/entities_report.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Conversation.__type"},{"id":8049,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_report.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":8050,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.FeaturedTag"},{"id":8051,"kind":1024,"name":"id","url":"modules/entities_report.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.FeaturedTag.__type"},{"id":8052,"kind":1024,"name":"name","url":"modules/entities_report.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.FeaturedTag.__type"},{"id":8053,"kind":1024,"name":"statuses_count","url":"modules/entities_report.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.FeaturedTag.__type"},{"id":8054,"kind":1024,"name":"last_status_at","url":"modules/entities_report.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.FeaturedTag.__type"},{"id":8055,"kind":4194304,"name":"Field","url":"modules/entities_report.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":8056,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Field"},{"id":8057,"kind":1024,"name":"name","url":"modules/entities_report.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Field.__type"},{"id":8058,"kind":1024,"name":"value","url":"modules/entities_report.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Field.__type"},{"id":8059,"kind":1024,"name":"verified_at","url":"modules/entities_report.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Field.__type"},{"id":8060,"kind":4194304,"name":"Filter","url":"modules/entities_report.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":8061,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Filter"},{"id":8062,"kind":1024,"name":"id","url":"modules/entities_report.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Filter.__type"},{"id":8063,"kind":1024,"name":"phrase","url":"modules/entities_report.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Filter.__type"},{"id":8064,"kind":1024,"name":"context","url":"modules/entities_report.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Filter.__type"},{"id":8065,"kind":1024,"name":"expires_at","url":"modules/entities_report.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Filter.__type"},{"id":8066,"kind":1024,"name":"irreversible","url":"modules/entities_report.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Filter.__type"},{"id":8067,"kind":1024,"name":"whole_word","url":"modules/entities_report.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Filter.__type"},{"id":8068,"kind":4194304,"name":"IdentityProof","url":"modules/entities_report.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":8069,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.IdentityProof"},{"id":8070,"kind":1024,"name":"provider","url":"modules/entities_report.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.IdentityProof.__type"},{"id":8071,"kind":1024,"name":"provider_username","url":"modules/entities_report.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.IdentityProof.__type"},{"id":8072,"kind":1024,"name":"updated_at","url":"modules/entities_report.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.IdentityProof.__type"},{"id":8073,"kind":1024,"name":"proof_url","url":"modules/entities_report.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.IdentityProof.__type"},{"id":8074,"kind":1024,"name":"profile_url","url":"modules/entities_report.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.IdentityProof.__type"},{"id":8075,"kind":4194304,"name":"URLs","url":"modules/entities_report.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":8076,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.URLs"},{"id":8077,"kind":1024,"name":"streaming_api","url":"modules/entities_report.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.URLs.__type"},{"id":8078,"kind":4194304,"name":"Stats","url":"modules/entities_report.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":8079,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Stats"},{"id":8080,"kind":1024,"name":"user_count","url":"modules/entities_report.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Stats.__type"},{"id":8081,"kind":1024,"name":"status_count","url":"modules/entities_report.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Stats.__type"},{"id":8082,"kind":1024,"name":"domain_count","url":"modules/entities_report.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Stats.__type"},{"id":8083,"kind":4194304,"name":"Instance","url":"modules/entities_report.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":8084,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Instance"},{"id":8085,"kind":1024,"name":"uri","url":"modules/entities_report.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Instance.__type"},{"id":8086,"kind":1024,"name":"title","url":"modules/entities_report.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Instance.__type"},{"id":8087,"kind":1024,"name":"description","url":"modules/entities_report.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Instance.__type"},{"id":8088,"kind":1024,"name":"email","url":"modules/entities_report.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Instance.__type"},{"id":8089,"kind":1024,"name":"version","url":"modules/entities_report.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Instance.__type"},{"id":8090,"kind":1024,"name":"thumbnail","url":"modules/entities_report.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Instance.__type"},{"id":8091,"kind":1024,"name":"urls","url":"modules/entities_report.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Instance.__type"},{"id":8092,"kind":1024,"name":"stats","url":"modules/entities_report.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Instance.__type"},{"id":8093,"kind":1024,"name":"languages","url":"modules/entities_report.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Instance.__type"},{"id":8094,"kind":1024,"name":"contact_account","url":"modules/entities_report.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Instance.__type"},{"id":8095,"kind":1024,"name":"max_toot_chars","url":"modules/entities_report.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Instance.__type"},{"id":8096,"kind":1024,"name":"registrations","url":"modules/entities_report.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Instance.__type"},{"id":8097,"kind":4194304,"name":"List","url":"modules/entities_report.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":8098,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.List"},{"id":8099,"kind":1024,"name":"id","url":"modules/entities_report.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.List.__type"},{"id":8100,"kind":1024,"name":"title","url":"modules/entities_report.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.List.__type"},{"id":8101,"kind":4194304,"name":"Marker","url":"modules/entities_report.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":8102,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Marker"},{"id":8103,"kind":1024,"name":"home","url":"modules/entities_report.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Marker.__type"},{"id":8104,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/report.Entity.Marker.__type"},{"id":8105,"kind":1024,"name":"last_read_id","url":"modules/entities_report.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Marker.__type.__type"},{"id":8106,"kind":1024,"name":"version","url":"modules/entities_report.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Marker.__type.__type"},{"id":8107,"kind":1024,"name":"updated_at","url":"modules/entities_report.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Marker.__type.__type"},{"id":8108,"kind":1024,"name":"notifications","url":"modules/entities_report.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Marker.__type"},{"id":8109,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/report.Entity.Marker.__type"},{"id":8110,"kind":1024,"name":"last_read_id","url":"modules/entities_report.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Marker.__type.__type"},{"id":8111,"kind":1024,"name":"version","url":"modules/entities_report.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Marker.__type.__type"},{"id":8112,"kind":1024,"name":"updated_at","url":"modules/entities_report.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Marker.__type.__type"},{"id":8113,"kind":4194304,"name":"Notification","url":"modules/entities_report.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":8114,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Notification"},{"id":8115,"kind":1024,"name":"account","url":"modules/entities_report.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Notification.__type"},{"id":8116,"kind":1024,"name":"created_at","url":"modules/entities_report.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Notification.__type"},{"id":8117,"kind":1024,"name":"id","url":"modules/entities_report.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Notification.__type"},{"id":8118,"kind":1024,"name":"status","url":"modules/entities_report.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Notification.__type"},{"id":8119,"kind":1024,"name":"emoji","url":"modules/entities_report.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Notification.__type"},{"id":8120,"kind":1024,"name":"type","url":"modules/entities_report.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Notification.__type"},{"id":8121,"kind":4194304,"name":"NotificationType","url":"modules/entities_report.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":8122,"kind":4194304,"name":"Preferences","url":"modules/entities_report.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":8123,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Preferences"},{"id":8124,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_report.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Preferences.__type"},{"id":8125,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_report.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Preferences.__type"},{"id":8126,"kind":1024,"name":"posting:default:language","url":"modules/entities_report.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Preferences.__type"},{"id":8127,"kind":1024,"name":"reading:expand:media","url":"modules/entities_report.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Preferences.__type"},{"id":8128,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_report.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Preferences.__type"},{"id":8129,"kind":4194304,"name":"PushSubscription","url":"modules/entities_report.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":8130,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.PushSubscription"},{"id":8131,"kind":1024,"name":"id","url":"modules/entities_report.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.PushSubscription.__type"},{"id":8132,"kind":1024,"name":"endpoint","url":"modules/entities_report.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.PushSubscription.__type"},{"id":8133,"kind":1024,"name":"server_key","url":"modules/entities_report.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.PushSubscription.__type"},{"id":8134,"kind":1024,"name":"alerts","url":"modules/entities_report.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.PushSubscription.__type"},{"id":8135,"kind":4194304,"name":"Relationship","url":"modules/entities_report.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":8136,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Relationship"},{"id":8137,"kind":1024,"name":"id","url":"modules/entities_report.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Relationship.__type"},{"id":8138,"kind":1024,"name":"following","url":"modules/entities_report.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Relationship.__type"},{"id":8139,"kind":1024,"name":"followed_by","url":"modules/entities_report.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Relationship.__type"},{"id":8140,"kind":1024,"name":"blocking","url":"modules/entities_report.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Relationship.__type"},{"id":8141,"kind":1024,"name":"muting","url":"modules/entities_report.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Relationship.__type"},{"id":8142,"kind":1024,"name":"muting_notifications","url":"modules/entities_report.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Relationship.__type"},{"id":8143,"kind":1024,"name":"requested","url":"modules/entities_report.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Relationship.__type"},{"id":8144,"kind":1024,"name":"domain_blocking","url":"modules/entities_report.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Relationship.__type"},{"id":8145,"kind":1024,"name":"showing_reblogs","url":"modules/entities_report.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Relationship.__type"},{"id":8146,"kind":1024,"name":"endorsed","url":"modules/entities_report.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Relationship.__type"},{"id":8147,"kind":4194304,"name":"Report","url":"modules/entities_report.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":8148,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Report"},{"id":8149,"kind":1024,"name":"id","url":"modules/entities_report.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Report.__type"},{"id":8150,"kind":1024,"name":"action_taken","url":"modules/entities_report.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Report.__type"},{"id":8151,"kind":1024,"name":"comment","url":"modules/entities_report.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Report.__type"},{"id":8152,"kind":1024,"name":"account_id","url":"modules/entities_report.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Report.__type"},{"id":8153,"kind":1024,"name":"status_ids","url":"modules/entities_report.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Report.__type"},{"id":8154,"kind":4194304,"name":"Results","url":"modules/entities_report.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":8155,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Results"},{"id":8156,"kind":1024,"name":"accounts","url":"modules/entities_report.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Results.__type"},{"id":8157,"kind":1024,"name":"statuses","url":"modules/entities_report.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Results.__type"},{"id":8158,"kind":1024,"name":"hashtags","url":"modules/entities_report.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Results.__type"},{"id":8159,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_report.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":8160,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.ScheduledStatus"},{"id":8161,"kind":1024,"name":"id","url":"modules/entities_report.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.ScheduledStatus.__type"},{"id":8162,"kind":1024,"name":"scheduled_at","url":"modules/entities_report.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.ScheduledStatus.__type"},{"id":8163,"kind":1024,"name":"params","url":"modules/entities_report.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.ScheduledStatus.__type"},{"id":8164,"kind":1024,"name":"media_attachments","url":"modules/entities_report.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.ScheduledStatus.__type"},{"id":8165,"kind":4194304,"name":"StatusParams","url":"modules/entities_report.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":8166,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.StatusParams"},{"id":8167,"kind":1024,"name":"text","url":"modules/entities_report.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.StatusParams.__type"},{"id":8168,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_report.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.StatusParams.__type"},{"id":8169,"kind":1024,"name":"media_ids","url":"modules/entities_report.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.StatusParams.__type"},{"id":8170,"kind":1024,"name":"sensitive","url":"modules/entities_report.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.StatusParams.__type"},{"id":8171,"kind":1024,"name":"spoiler_text","url":"modules/entities_report.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.StatusParams.__type"},{"id":8172,"kind":1024,"name":"visibility","url":"modules/entities_report.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.StatusParams.__type"},{"id":8173,"kind":1024,"name":"scheduled_at","url":"modules/entities_report.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.StatusParams.__type"},{"id":8174,"kind":1024,"name":"application_id","url":"modules/entities_report.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.StatusParams.__type"},{"id":8175,"kind":4194304,"name":"Token","url":"modules/entities_report.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/report.Entity"},{"id":8176,"kind":65536,"name":"__type","url":"modules/entities_report.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/report.Entity.Token"},{"id":8177,"kind":1024,"name":"access_token","url":"modules/entities_report.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Token.__type"},{"id":8178,"kind":1024,"name":"token_type","url":"modules/entities_report.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Token.__type"},{"id":8179,"kind":1024,"name":"scope","url":"modules/entities_report.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Token.__type"},{"id":8180,"kind":1024,"name":"created_at","url":"modules/entities_report.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/report.Entity.Token.__type"},{"id":8181,"kind":2,"name":"Entity","url":"modules/entities_results.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/results"},{"id":8182,"kind":4194304,"name":"Emoji","url":"modules/entities_results.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8183,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Emoji"},{"id":8184,"kind":1024,"name":"shortcode","url":"modules/entities_results.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Emoji.__type"},{"id":8185,"kind":1024,"name":"static_url","url":"modules/entities_results.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Emoji.__type"},{"id":8186,"kind":1024,"name":"url","url":"modules/entities_results.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Emoji.__type"},{"id":8187,"kind":1024,"name":"visible_in_picker","url":"modules/entities_results.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Emoji.__type"},{"id":8188,"kind":4194304,"name":"Source","url":"modules/entities_results.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8189,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Source"},{"id":8190,"kind":1024,"name":"privacy","url":"modules/entities_results.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Source.__type"},{"id":8191,"kind":1024,"name":"sensitive","url":"modules/entities_results.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Source.__type"},{"id":8192,"kind":1024,"name":"language","url":"modules/entities_results.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Source.__type"},{"id":8193,"kind":1024,"name":"note","url":"modules/entities_results.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Source.__type"},{"id":8194,"kind":1024,"name":"fields","url":"modules/entities_results.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Source.__type"},{"id":8195,"kind":4194304,"name":"Account","url":"modules/entities_results.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8196,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Account"},{"id":8197,"kind":1024,"name":"id","url":"modules/entities_results.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Account.__type"},{"id":8198,"kind":1024,"name":"username","url":"modules/entities_results.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Account.__type"},{"id":8199,"kind":1024,"name":"acct","url":"modules/entities_results.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Account.__type"},{"id":8200,"kind":1024,"name":"display_name","url":"modules/entities_results.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Account.__type"},{"id":8201,"kind":1024,"name":"locked","url":"modules/entities_results.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Account.__type"},{"id":8202,"kind":1024,"name":"created_at","url":"modules/entities_results.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Account.__type"},{"id":8203,"kind":1024,"name":"followers_count","url":"modules/entities_results.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Account.__type"},{"id":8204,"kind":1024,"name":"following_count","url":"modules/entities_results.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Account.__type"},{"id":8205,"kind":1024,"name":"statuses_count","url":"modules/entities_results.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Account.__type"},{"id":8206,"kind":1024,"name":"note","url":"modules/entities_results.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Account.__type"},{"id":8207,"kind":1024,"name":"url","url":"modules/entities_results.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Account.__type"},{"id":8208,"kind":1024,"name":"avatar","url":"modules/entities_results.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Account.__type"},{"id":8209,"kind":1024,"name":"avatar_static","url":"modules/entities_results.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Account.__type"},{"id":8210,"kind":1024,"name":"header","url":"modules/entities_results.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Account.__type"},{"id":8211,"kind":1024,"name":"header_static","url":"modules/entities_results.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Account.__type"},{"id":8212,"kind":1024,"name":"emojis","url":"modules/entities_results.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Account.__type"},{"id":8213,"kind":1024,"name":"moved","url":"modules/entities_results.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Account.__type"},{"id":8214,"kind":1024,"name":"fields","url":"modules/entities_results.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Account.__type"},{"id":8215,"kind":1024,"name":"bot","url":"modules/entities_results.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Account.__type"},{"id":8216,"kind":1024,"name":"source","url":"modules/entities_results.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Account.__type"},{"id":8217,"kind":4194304,"name":"Activity","url":"modules/entities_results.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8218,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Activity"},{"id":8219,"kind":1024,"name":"week","url":"modules/entities_results.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Activity.__type"},{"id":8220,"kind":1024,"name":"statuses","url":"modules/entities_results.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Activity.__type"},{"id":8221,"kind":1024,"name":"logins","url":"modules/entities_results.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Activity.__type"},{"id":8222,"kind":1024,"name":"registrations","url":"modules/entities_results.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Activity.__type"},{"id":8223,"kind":4194304,"name":"Application","url":"modules/entities_results.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8224,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Application"},{"id":8225,"kind":1024,"name":"name","url":"modules/entities_results.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Application.__type"},{"id":8226,"kind":1024,"name":"website","url":"modules/entities_results.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Application.__type"},{"id":8227,"kind":1024,"name":"vapid_key","url":"modules/entities_results.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Application.__type"},{"id":8228,"kind":4194304,"name":"Attachment","url":"modules/entities_results.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8229,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Attachment"},{"id":8230,"kind":1024,"name":"id","url":"modules/entities_results.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Attachment.__type"},{"id":8231,"kind":1024,"name":"type","url":"modules/entities_results.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Attachment.__type"},{"id":8232,"kind":1024,"name":"url","url":"modules/entities_results.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Attachment.__type"},{"id":8233,"kind":1024,"name":"remote_url","url":"modules/entities_results.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Attachment.__type"},{"id":8234,"kind":1024,"name":"preview_url","url":"modules/entities_results.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Attachment.__type"},{"id":8235,"kind":1024,"name":"text_url","url":"modules/entities_results.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Attachment.__type"},{"id":8236,"kind":1024,"name":"meta","url":"modules/entities_results.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Attachment.__type"},{"id":8237,"kind":1024,"name":"description","url":"modules/entities_results.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Attachment.__type"},{"id":8238,"kind":4194304,"name":"Card","url":"modules/entities_results.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8239,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Card"},{"id":8240,"kind":1024,"name":"url","url":"modules/entities_results.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Card.__type"},{"id":8241,"kind":1024,"name":"title","url":"modules/entities_results.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Card.__type"},{"id":8242,"kind":1024,"name":"description","url":"modules/entities_results.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Card.__type"},{"id":8243,"kind":1024,"name":"type","url":"modules/entities_results.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Card.__type"},{"id":8244,"kind":1024,"name":"image","url":"modules/entities_results.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Card.__type"},{"id":8245,"kind":1024,"name":"author_name","url":"modules/entities_results.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Card.__type"},{"id":8246,"kind":1024,"name":"author_url","url":"modules/entities_results.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Card.__type"},{"id":8247,"kind":1024,"name":"provider_name","url":"modules/entities_results.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Card.__type"},{"id":8248,"kind":1024,"name":"provider_url","url":"modules/entities_results.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Card.__type"},{"id":8249,"kind":1024,"name":"html","url":"modules/entities_results.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Card.__type"},{"id":8250,"kind":1024,"name":"width","url":"modules/entities_results.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Card.__type"},{"id":8251,"kind":1024,"name":"height","url":"modules/entities_results.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Card.__type"},{"id":8252,"kind":4194304,"name":"Mention","url":"modules/entities_results.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8253,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Mention"},{"id":8254,"kind":1024,"name":"id","url":"modules/entities_results.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Mention.__type"},{"id":8255,"kind":1024,"name":"username","url":"modules/entities_results.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Mention.__type"},{"id":8256,"kind":1024,"name":"url","url":"modules/entities_results.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Mention.__type"},{"id":8257,"kind":1024,"name":"acct","url":"modules/entities_results.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Mention.__type"},{"id":8258,"kind":4194304,"name":"History","url":"modules/entities_results.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8259,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.History"},{"id":8260,"kind":1024,"name":"day","url":"modules/entities_results.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.History.__type"},{"id":8261,"kind":1024,"name":"uses","url":"modules/entities_results.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.History.__type"},{"id":8262,"kind":1024,"name":"accounts","url":"modules/entities_results.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.History.__type"},{"id":8263,"kind":4194304,"name":"Tag","url":"modules/entities_results.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8264,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Tag"},{"id":8265,"kind":1024,"name":"name","url":"modules/entities_results.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Tag.__type"},{"id":8266,"kind":1024,"name":"url","url":"modules/entities_results.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Tag.__type"},{"id":8267,"kind":1024,"name":"history","url":"modules/entities_results.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Tag.__type"},{"id":8268,"kind":4194304,"name":"PollOption","url":"modules/entities_results.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8269,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.PollOption"},{"id":8270,"kind":1024,"name":"title","url":"modules/entities_results.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.PollOption.__type"},{"id":8271,"kind":1024,"name":"votes_count","url":"modules/entities_results.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.PollOption.__type"},{"id":8272,"kind":4194304,"name":"Poll","url":"modules/entities_results.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8273,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Poll"},{"id":8274,"kind":1024,"name":"id","url":"modules/entities_results.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Poll.__type"},{"id":8275,"kind":1024,"name":"expires_at","url":"modules/entities_results.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Poll.__type"},{"id":8276,"kind":1024,"name":"expired","url":"modules/entities_results.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Poll.__type"},{"id":8277,"kind":1024,"name":"multiple","url":"modules/entities_results.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Poll.__type"},{"id":8278,"kind":1024,"name":"votes_count","url":"modules/entities_results.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Poll.__type"},{"id":8279,"kind":1024,"name":"options","url":"modules/entities_results.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Poll.__type"},{"id":8280,"kind":1024,"name":"voted","url":"modules/entities_results.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Poll.__type"},{"id":8281,"kind":4194304,"name":"Reaction","url":"modules/entities_results.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8282,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Reaction"},{"id":8283,"kind":1024,"name":"count","url":"modules/entities_results.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Reaction.__type"},{"id":8284,"kind":1024,"name":"me","url":"modules/entities_results.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Reaction.__type"},{"id":8285,"kind":1024,"name":"name","url":"modules/entities_results.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Reaction.__type"},{"id":8286,"kind":1024,"name":"accounts","url":"modules/entities_results.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Reaction.__type"},{"id":8287,"kind":4194304,"name":"Status","url":"modules/entities_results.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8288,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Status"},{"id":8289,"kind":1024,"name":"id","url":"modules/entities_results.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8290,"kind":1024,"name":"uri","url":"modules/entities_results.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8291,"kind":1024,"name":"url","url":"modules/entities_results.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8292,"kind":1024,"name":"account","url":"modules/entities_results.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8293,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_results.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8294,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_results.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8295,"kind":1024,"name":"reblog","url":"modules/entities_results.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8296,"kind":1024,"name":"content","url":"modules/entities_results.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8297,"kind":1024,"name":"created_at","url":"modules/entities_results.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8298,"kind":1024,"name":"emojis","url":"modules/entities_results.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8299,"kind":1024,"name":"replies_count","url":"modules/entities_results.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8300,"kind":1024,"name":"reblogs_count","url":"modules/entities_results.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8301,"kind":1024,"name":"favourites_count","url":"modules/entities_results.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8302,"kind":1024,"name":"reblogged","url":"modules/entities_results.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8303,"kind":1024,"name":"favourited","url":"modules/entities_results.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8304,"kind":1024,"name":"muted","url":"modules/entities_results.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8305,"kind":1024,"name":"sensitive","url":"modules/entities_results.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8306,"kind":1024,"name":"spoiler_text","url":"modules/entities_results.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8307,"kind":1024,"name":"visibility","url":"modules/entities_results.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8308,"kind":1024,"name":"media_attachments","url":"modules/entities_results.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8309,"kind":1024,"name":"mentions","url":"modules/entities_results.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8310,"kind":1024,"name":"tags","url":"modules/entities_results.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8311,"kind":1024,"name":"card","url":"modules/entities_results.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8312,"kind":1024,"name":"poll","url":"modules/entities_results.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8313,"kind":1024,"name":"application","url":"modules/entities_results.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8314,"kind":1024,"name":"language","url":"modules/entities_results.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8315,"kind":1024,"name":"pinned","url":"modules/entities_results.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8316,"kind":1024,"name":"emoji_reactions","url":"modules/entities_results.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8317,"kind":1024,"name":"quote","url":"modules/entities_results.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8318,"kind":1024,"name":"bookmarked","url":"modules/entities_results.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Status.__type"},{"id":8319,"kind":4194304,"name":"Context","url":"modules/entities_results.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8320,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Context"},{"id":8321,"kind":1024,"name":"ancestors","url":"modules/entities_results.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Context.__type"},{"id":8322,"kind":1024,"name":"descendants","url":"modules/entities_results.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Context.__type"},{"id":8323,"kind":4194304,"name":"Conversation","url":"modules/entities_results.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8324,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Conversation"},{"id":8325,"kind":1024,"name":"id","url":"modules/entities_results.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Conversation.__type"},{"id":8326,"kind":1024,"name":"accounts","url":"modules/entities_results.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Conversation.__type"},{"id":8327,"kind":1024,"name":"last_status","url":"modules/entities_results.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Conversation.__type"},{"id":8328,"kind":1024,"name":"unread","url":"modules/entities_results.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Conversation.__type"},{"id":8329,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_results.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8330,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.FeaturedTag"},{"id":8331,"kind":1024,"name":"id","url":"modules/entities_results.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.FeaturedTag.__type"},{"id":8332,"kind":1024,"name":"name","url":"modules/entities_results.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.FeaturedTag.__type"},{"id":8333,"kind":1024,"name":"statuses_count","url":"modules/entities_results.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.FeaturedTag.__type"},{"id":8334,"kind":1024,"name":"last_status_at","url":"modules/entities_results.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.FeaturedTag.__type"},{"id":8335,"kind":4194304,"name":"Field","url":"modules/entities_results.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8336,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Field"},{"id":8337,"kind":1024,"name":"name","url":"modules/entities_results.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Field.__type"},{"id":8338,"kind":1024,"name":"value","url":"modules/entities_results.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Field.__type"},{"id":8339,"kind":1024,"name":"verified_at","url":"modules/entities_results.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Field.__type"},{"id":8340,"kind":4194304,"name":"Filter","url":"modules/entities_results.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8341,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Filter"},{"id":8342,"kind":1024,"name":"id","url":"modules/entities_results.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Filter.__type"},{"id":8343,"kind":1024,"name":"phrase","url":"modules/entities_results.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Filter.__type"},{"id":8344,"kind":1024,"name":"context","url":"modules/entities_results.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Filter.__type"},{"id":8345,"kind":1024,"name":"expires_at","url":"modules/entities_results.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Filter.__type"},{"id":8346,"kind":1024,"name":"irreversible","url":"modules/entities_results.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Filter.__type"},{"id":8347,"kind":1024,"name":"whole_word","url":"modules/entities_results.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Filter.__type"},{"id":8348,"kind":4194304,"name":"IdentityProof","url":"modules/entities_results.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8349,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.IdentityProof"},{"id":8350,"kind":1024,"name":"provider","url":"modules/entities_results.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.IdentityProof.__type"},{"id":8351,"kind":1024,"name":"provider_username","url":"modules/entities_results.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.IdentityProof.__type"},{"id":8352,"kind":1024,"name":"updated_at","url":"modules/entities_results.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.IdentityProof.__type"},{"id":8353,"kind":1024,"name":"proof_url","url":"modules/entities_results.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.IdentityProof.__type"},{"id":8354,"kind":1024,"name":"profile_url","url":"modules/entities_results.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.IdentityProof.__type"},{"id":8355,"kind":4194304,"name":"URLs","url":"modules/entities_results.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8356,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.URLs"},{"id":8357,"kind":1024,"name":"streaming_api","url":"modules/entities_results.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.URLs.__type"},{"id":8358,"kind":4194304,"name":"Stats","url":"modules/entities_results.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8359,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Stats"},{"id":8360,"kind":1024,"name":"user_count","url":"modules/entities_results.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Stats.__type"},{"id":8361,"kind":1024,"name":"status_count","url":"modules/entities_results.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Stats.__type"},{"id":8362,"kind":1024,"name":"domain_count","url":"modules/entities_results.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Stats.__type"},{"id":8363,"kind":4194304,"name":"Instance","url":"modules/entities_results.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8364,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Instance"},{"id":8365,"kind":1024,"name":"uri","url":"modules/entities_results.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Instance.__type"},{"id":8366,"kind":1024,"name":"title","url":"modules/entities_results.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Instance.__type"},{"id":8367,"kind":1024,"name":"description","url":"modules/entities_results.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Instance.__type"},{"id":8368,"kind":1024,"name":"email","url":"modules/entities_results.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Instance.__type"},{"id":8369,"kind":1024,"name":"version","url":"modules/entities_results.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Instance.__type"},{"id":8370,"kind":1024,"name":"thumbnail","url":"modules/entities_results.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Instance.__type"},{"id":8371,"kind":1024,"name":"urls","url":"modules/entities_results.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Instance.__type"},{"id":8372,"kind":1024,"name":"stats","url":"modules/entities_results.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Instance.__type"},{"id":8373,"kind":1024,"name":"languages","url":"modules/entities_results.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Instance.__type"},{"id":8374,"kind":1024,"name":"contact_account","url":"modules/entities_results.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Instance.__type"},{"id":8375,"kind":1024,"name":"max_toot_chars","url":"modules/entities_results.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Instance.__type"},{"id":8376,"kind":1024,"name":"registrations","url":"modules/entities_results.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Instance.__type"},{"id":8377,"kind":4194304,"name":"List","url":"modules/entities_results.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8378,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.List"},{"id":8379,"kind":1024,"name":"id","url":"modules/entities_results.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.List.__type"},{"id":8380,"kind":1024,"name":"title","url":"modules/entities_results.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.List.__type"},{"id":8381,"kind":4194304,"name":"Marker","url":"modules/entities_results.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8382,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Marker"},{"id":8383,"kind":1024,"name":"home","url":"modules/entities_results.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Marker.__type"},{"id":8384,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/results.Entity.Marker.__type"},{"id":8385,"kind":1024,"name":"last_read_id","url":"modules/entities_results.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Marker.__type.__type"},{"id":8386,"kind":1024,"name":"version","url":"modules/entities_results.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Marker.__type.__type"},{"id":8387,"kind":1024,"name":"updated_at","url":"modules/entities_results.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Marker.__type.__type"},{"id":8388,"kind":1024,"name":"notifications","url":"modules/entities_results.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Marker.__type"},{"id":8389,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/results.Entity.Marker.__type"},{"id":8390,"kind":1024,"name":"last_read_id","url":"modules/entities_results.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Marker.__type.__type"},{"id":8391,"kind":1024,"name":"version","url":"modules/entities_results.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Marker.__type.__type"},{"id":8392,"kind":1024,"name":"updated_at","url":"modules/entities_results.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Marker.__type.__type"},{"id":8393,"kind":4194304,"name":"Notification","url":"modules/entities_results.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8394,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Notification"},{"id":8395,"kind":1024,"name":"account","url":"modules/entities_results.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Notification.__type"},{"id":8396,"kind":1024,"name":"created_at","url":"modules/entities_results.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Notification.__type"},{"id":8397,"kind":1024,"name":"id","url":"modules/entities_results.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Notification.__type"},{"id":8398,"kind":1024,"name":"status","url":"modules/entities_results.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Notification.__type"},{"id":8399,"kind":1024,"name":"emoji","url":"modules/entities_results.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Notification.__type"},{"id":8400,"kind":1024,"name":"type","url":"modules/entities_results.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Notification.__type"},{"id":8401,"kind":4194304,"name":"NotificationType","url":"modules/entities_results.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8402,"kind":4194304,"name":"Preferences","url":"modules/entities_results.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8403,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Preferences"},{"id":8404,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_results.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Preferences.__type"},{"id":8405,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_results.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Preferences.__type"},{"id":8406,"kind":1024,"name":"posting:default:language","url":"modules/entities_results.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Preferences.__type"},{"id":8407,"kind":1024,"name":"reading:expand:media","url":"modules/entities_results.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Preferences.__type"},{"id":8408,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_results.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Preferences.__type"},{"id":8409,"kind":4194304,"name":"PushSubscription","url":"modules/entities_results.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8410,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.PushSubscription"},{"id":8411,"kind":1024,"name":"id","url":"modules/entities_results.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.PushSubscription.__type"},{"id":8412,"kind":1024,"name":"endpoint","url":"modules/entities_results.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.PushSubscription.__type"},{"id":8413,"kind":1024,"name":"server_key","url":"modules/entities_results.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.PushSubscription.__type"},{"id":8414,"kind":1024,"name":"alerts","url":"modules/entities_results.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.PushSubscription.__type"},{"id":8415,"kind":4194304,"name":"Relationship","url":"modules/entities_results.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8416,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Relationship"},{"id":8417,"kind":1024,"name":"id","url":"modules/entities_results.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Relationship.__type"},{"id":8418,"kind":1024,"name":"following","url":"modules/entities_results.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Relationship.__type"},{"id":8419,"kind":1024,"name":"followed_by","url":"modules/entities_results.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Relationship.__type"},{"id":8420,"kind":1024,"name":"blocking","url":"modules/entities_results.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Relationship.__type"},{"id":8421,"kind":1024,"name":"muting","url":"modules/entities_results.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Relationship.__type"},{"id":8422,"kind":1024,"name":"muting_notifications","url":"modules/entities_results.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Relationship.__type"},{"id":8423,"kind":1024,"name":"requested","url":"modules/entities_results.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Relationship.__type"},{"id":8424,"kind":1024,"name":"domain_blocking","url":"modules/entities_results.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Relationship.__type"},{"id":8425,"kind":1024,"name":"showing_reblogs","url":"modules/entities_results.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Relationship.__type"},{"id":8426,"kind":1024,"name":"endorsed","url":"modules/entities_results.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Relationship.__type"},{"id":8427,"kind":4194304,"name":"Report","url":"modules/entities_results.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8428,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Report"},{"id":8429,"kind":1024,"name":"id","url":"modules/entities_results.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Report.__type"},{"id":8430,"kind":1024,"name":"action_taken","url":"modules/entities_results.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Report.__type"},{"id":8431,"kind":1024,"name":"comment","url":"modules/entities_results.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Report.__type"},{"id":8432,"kind":1024,"name":"account_id","url":"modules/entities_results.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Report.__type"},{"id":8433,"kind":1024,"name":"status_ids","url":"modules/entities_results.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Report.__type"},{"id":8434,"kind":4194304,"name":"Results","url":"modules/entities_results.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8435,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Results"},{"id":8436,"kind":1024,"name":"accounts","url":"modules/entities_results.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Results.__type"},{"id":8437,"kind":1024,"name":"statuses","url":"modules/entities_results.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Results.__type"},{"id":8438,"kind":1024,"name":"hashtags","url":"modules/entities_results.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Results.__type"},{"id":8439,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_results.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8440,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.ScheduledStatus"},{"id":8441,"kind":1024,"name":"id","url":"modules/entities_results.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.ScheduledStatus.__type"},{"id":8442,"kind":1024,"name":"scheduled_at","url":"modules/entities_results.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.ScheduledStatus.__type"},{"id":8443,"kind":1024,"name":"params","url":"modules/entities_results.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.ScheduledStatus.__type"},{"id":8444,"kind":1024,"name":"media_attachments","url":"modules/entities_results.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.ScheduledStatus.__type"},{"id":8445,"kind":4194304,"name":"StatusParams","url":"modules/entities_results.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8446,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.StatusParams"},{"id":8447,"kind":1024,"name":"text","url":"modules/entities_results.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.StatusParams.__type"},{"id":8448,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_results.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.StatusParams.__type"},{"id":8449,"kind":1024,"name":"media_ids","url":"modules/entities_results.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.StatusParams.__type"},{"id":8450,"kind":1024,"name":"sensitive","url":"modules/entities_results.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.StatusParams.__type"},{"id":8451,"kind":1024,"name":"spoiler_text","url":"modules/entities_results.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.StatusParams.__type"},{"id":8452,"kind":1024,"name":"visibility","url":"modules/entities_results.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.StatusParams.__type"},{"id":8453,"kind":1024,"name":"scheduled_at","url":"modules/entities_results.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.StatusParams.__type"},{"id":8454,"kind":1024,"name":"application_id","url":"modules/entities_results.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.StatusParams.__type"},{"id":8455,"kind":4194304,"name":"Token","url":"modules/entities_results.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/results.Entity"},{"id":8456,"kind":65536,"name":"__type","url":"modules/entities_results.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/results.Entity.Token"},{"id":8457,"kind":1024,"name":"access_token","url":"modules/entities_results.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Token.__type"},{"id":8458,"kind":1024,"name":"token_type","url":"modules/entities_results.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Token.__type"},{"id":8459,"kind":1024,"name":"scope","url":"modules/entities_results.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Token.__type"},{"id":8460,"kind":1024,"name":"created_at","url":"modules/entities_results.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/results.Entity.Token.__type"},{"id":8461,"kind":2,"name":"Entity","url":"modules/entities_scheduled_status.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/scheduled_status"},{"id":8462,"kind":4194304,"name":"Emoji","url":"modules/entities_scheduled_status.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8463,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Emoji"},{"id":8464,"kind":1024,"name":"shortcode","url":"modules/entities_scheduled_status.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Emoji.__type"},{"id":8465,"kind":1024,"name":"static_url","url":"modules/entities_scheduled_status.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Emoji.__type"},{"id":8466,"kind":1024,"name":"url","url":"modules/entities_scheduled_status.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Emoji.__type"},{"id":8467,"kind":1024,"name":"visible_in_picker","url":"modules/entities_scheduled_status.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Emoji.__type"},{"id":8468,"kind":4194304,"name":"Source","url":"modules/entities_scheduled_status.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8469,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Source"},{"id":8470,"kind":1024,"name":"privacy","url":"modules/entities_scheduled_status.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Source.__type"},{"id":8471,"kind":1024,"name":"sensitive","url":"modules/entities_scheduled_status.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Source.__type"},{"id":8472,"kind":1024,"name":"language","url":"modules/entities_scheduled_status.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Source.__type"},{"id":8473,"kind":1024,"name":"note","url":"modules/entities_scheduled_status.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Source.__type"},{"id":8474,"kind":1024,"name":"fields","url":"modules/entities_scheduled_status.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Source.__type"},{"id":8475,"kind":4194304,"name":"Account","url":"modules/entities_scheduled_status.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8476,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Account"},{"id":8477,"kind":1024,"name":"id","url":"modules/entities_scheduled_status.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Account.__type"},{"id":8478,"kind":1024,"name":"username","url":"modules/entities_scheduled_status.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Account.__type"},{"id":8479,"kind":1024,"name":"acct","url":"modules/entities_scheduled_status.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Account.__type"},{"id":8480,"kind":1024,"name":"display_name","url":"modules/entities_scheduled_status.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Account.__type"},{"id":8481,"kind":1024,"name":"locked","url":"modules/entities_scheduled_status.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Account.__type"},{"id":8482,"kind":1024,"name":"created_at","url":"modules/entities_scheduled_status.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Account.__type"},{"id":8483,"kind":1024,"name":"followers_count","url":"modules/entities_scheduled_status.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Account.__type"},{"id":8484,"kind":1024,"name":"following_count","url":"modules/entities_scheduled_status.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Account.__type"},{"id":8485,"kind":1024,"name":"statuses_count","url":"modules/entities_scheduled_status.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Account.__type"},{"id":8486,"kind":1024,"name":"note","url":"modules/entities_scheduled_status.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Account.__type"},{"id":8487,"kind":1024,"name":"url","url":"modules/entities_scheduled_status.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Account.__type"},{"id":8488,"kind":1024,"name":"avatar","url":"modules/entities_scheduled_status.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Account.__type"},{"id":8489,"kind":1024,"name":"avatar_static","url":"modules/entities_scheduled_status.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Account.__type"},{"id":8490,"kind":1024,"name":"header","url":"modules/entities_scheduled_status.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Account.__type"},{"id":8491,"kind":1024,"name":"header_static","url":"modules/entities_scheduled_status.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Account.__type"},{"id":8492,"kind":1024,"name":"emojis","url":"modules/entities_scheduled_status.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Account.__type"},{"id":8493,"kind":1024,"name":"moved","url":"modules/entities_scheduled_status.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Account.__type"},{"id":8494,"kind":1024,"name":"fields","url":"modules/entities_scheduled_status.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Account.__type"},{"id":8495,"kind":1024,"name":"bot","url":"modules/entities_scheduled_status.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Account.__type"},{"id":8496,"kind":1024,"name":"source","url":"modules/entities_scheduled_status.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Account.__type"},{"id":8497,"kind":4194304,"name":"Activity","url":"modules/entities_scheduled_status.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8498,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Activity"},{"id":8499,"kind":1024,"name":"week","url":"modules/entities_scheduled_status.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Activity.__type"},{"id":8500,"kind":1024,"name":"statuses","url":"modules/entities_scheduled_status.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Activity.__type"},{"id":8501,"kind":1024,"name":"logins","url":"modules/entities_scheduled_status.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Activity.__type"},{"id":8502,"kind":1024,"name":"registrations","url":"modules/entities_scheduled_status.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Activity.__type"},{"id":8503,"kind":4194304,"name":"Application","url":"modules/entities_scheduled_status.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8504,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Application"},{"id":8505,"kind":1024,"name":"name","url":"modules/entities_scheduled_status.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Application.__type"},{"id":8506,"kind":1024,"name":"website","url":"modules/entities_scheduled_status.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Application.__type"},{"id":8507,"kind":1024,"name":"vapid_key","url":"modules/entities_scheduled_status.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Application.__type"},{"id":8508,"kind":4194304,"name":"Attachment","url":"modules/entities_scheduled_status.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8509,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Attachment"},{"id":8510,"kind":1024,"name":"id","url":"modules/entities_scheduled_status.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Attachment.__type"},{"id":8511,"kind":1024,"name":"type","url":"modules/entities_scheduled_status.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Attachment.__type"},{"id":8512,"kind":1024,"name":"url","url":"modules/entities_scheduled_status.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Attachment.__type"},{"id":8513,"kind":1024,"name":"remote_url","url":"modules/entities_scheduled_status.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Attachment.__type"},{"id":8514,"kind":1024,"name":"preview_url","url":"modules/entities_scheduled_status.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Attachment.__type"},{"id":8515,"kind":1024,"name":"text_url","url":"modules/entities_scheduled_status.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Attachment.__type"},{"id":8516,"kind":1024,"name":"meta","url":"modules/entities_scheduled_status.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Attachment.__type"},{"id":8517,"kind":1024,"name":"description","url":"modules/entities_scheduled_status.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Attachment.__type"},{"id":8518,"kind":4194304,"name":"Card","url":"modules/entities_scheduled_status.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8519,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Card"},{"id":8520,"kind":1024,"name":"url","url":"modules/entities_scheduled_status.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Card.__type"},{"id":8521,"kind":1024,"name":"title","url":"modules/entities_scheduled_status.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Card.__type"},{"id":8522,"kind":1024,"name":"description","url":"modules/entities_scheduled_status.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Card.__type"},{"id":8523,"kind":1024,"name":"type","url":"modules/entities_scheduled_status.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Card.__type"},{"id":8524,"kind":1024,"name":"image","url":"modules/entities_scheduled_status.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Card.__type"},{"id":8525,"kind":1024,"name":"author_name","url":"modules/entities_scheduled_status.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Card.__type"},{"id":8526,"kind":1024,"name":"author_url","url":"modules/entities_scheduled_status.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Card.__type"},{"id":8527,"kind":1024,"name":"provider_name","url":"modules/entities_scheduled_status.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Card.__type"},{"id":8528,"kind":1024,"name":"provider_url","url":"modules/entities_scheduled_status.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Card.__type"},{"id":8529,"kind":1024,"name":"html","url":"modules/entities_scheduled_status.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Card.__type"},{"id":8530,"kind":1024,"name":"width","url":"modules/entities_scheduled_status.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Card.__type"},{"id":8531,"kind":1024,"name":"height","url":"modules/entities_scheduled_status.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Card.__type"},{"id":8532,"kind":4194304,"name":"Mention","url":"modules/entities_scheduled_status.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8533,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Mention"},{"id":8534,"kind":1024,"name":"id","url":"modules/entities_scheduled_status.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Mention.__type"},{"id":8535,"kind":1024,"name":"username","url":"modules/entities_scheduled_status.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Mention.__type"},{"id":8536,"kind":1024,"name":"url","url":"modules/entities_scheduled_status.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Mention.__type"},{"id":8537,"kind":1024,"name":"acct","url":"modules/entities_scheduled_status.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Mention.__type"},{"id":8538,"kind":4194304,"name":"History","url":"modules/entities_scheduled_status.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8539,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.History"},{"id":8540,"kind":1024,"name":"day","url":"modules/entities_scheduled_status.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.History.__type"},{"id":8541,"kind":1024,"name":"uses","url":"modules/entities_scheduled_status.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.History.__type"},{"id":8542,"kind":1024,"name":"accounts","url":"modules/entities_scheduled_status.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.History.__type"},{"id":8543,"kind":4194304,"name":"Tag","url":"modules/entities_scheduled_status.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8544,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Tag"},{"id":8545,"kind":1024,"name":"name","url":"modules/entities_scheduled_status.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Tag.__type"},{"id":8546,"kind":1024,"name":"url","url":"modules/entities_scheduled_status.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Tag.__type"},{"id":8547,"kind":1024,"name":"history","url":"modules/entities_scheduled_status.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Tag.__type"},{"id":8548,"kind":4194304,"name":"PollOption","url":"modules/entities_scheduled_status.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8549,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.PollOption"},{"id":8550,"kind":1024,"name":"title","url":"modules/entities_scheduled_status.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.PollOption.__type"},{"id":8551,"kind":1024,"name":"votes_count","url":"modules/entities_scheduled_status.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.PollOption.__type"},{"id":8552,"kind":4194304,"name":"Poll","url":"modules/entities_scheduled_status.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8553,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Poll"},{"id":8554,"kind":1024,"name":"id","url":"modules/entities_scheduled_status.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Poll.__type"},{"id":8555,"kind":1024,"name":"expires_at","url":"modules/entities_scheduled_status.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Poll.__type"},{"id":8556,"kind":1024,"name":"expired","url":"modules/entities_scheduled_status.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Poll.__type"},{"id":8557,"kind":1024,"name":"multiple","url":"modules/entities_scheduled_status.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Poll.__type"},{"id":8558,"kind":1024,"name":"votes_count","url":"modules/entities_scheduled_status.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Poll.__type"},{"id":8559,"kind":1024,"name":"options","url":"modules/entities_scheduled_status.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Poll.__type"},{"id":8560,"kind":1024,"name":"voted","url":"modules/entities_scheduled_status.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Poll.__type"},{"id":8561,"kind":4194304,"name":"Reaction","url":"modules/entities_scheduled_status.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8562,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Reaction"},{"id":8563,"kind":1024,"name":"count","url":"modules/entities_scheduled_status.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Reaction.__type"},{"id":8564,"kind":1024,"name":"me","url":"modules/entities_scheduled_status.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Reaction.__type"},{"id":8565,"kind":1024,"name":"name","url":"modules/entities_scheduled_status.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Reaction.__type"},{"id":8566,"kind":1024,"name":"accounts","url":"modules/entities_scheduled_status.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Reaction.__type"},{"id":8567,"kind":4194304,"name":"Status","url":"modules/entities_scheduled_status.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8568,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Status"},{"id":8569,"kind":1024,"name":"id","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8570,"kind":1024,"name":"uri","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8571,"kind":1024,"name":"url","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8572,"kind":1024,"name":"account","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8573,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8574,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8575,"kind":1024,"name":"reblog","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8576,"kind":1024,"name":"content","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8577,"kind":1024,"name":"created_at","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8578,"kind":1024,"name":"emojis","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8579,"kind":1024,"name":"replies_count","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8580,"kind":1024,"name":"reblogs_count","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8581,"kind":1024,"name":"favourites_count","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8582,"kind":1024,"name":"reblogged","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8583,"kind":1024,"name":"favourited","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8584,"kind":1024,"name":"muted","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8585,"kind":1024,"name":"sensitive","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8586,"kind":1024,"name":"spoiler_text","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8587,"kind":1024,"name":"visibility","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8588,"kind":1024,"name":"media_attachments","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8589,"kind":1024,"name":"mentions","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8590,"kind":1024,"name":"tags","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8591,"kind":1024,"name":"card","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8592,"kind":1024,"name":"poll","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8593,"kind":1024,"name":"application","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8594,"kind":1024,"name":"language","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8595,"kind":1024,"name":"pinned","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8596,"kind":1024,"name":"emoji_reactions","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8597,"kind":1024,"name":"quote","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8598,"kind":1024,"name":"bookmarked","url":"modules/entities_scheduled_status.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Status.__type"},{"id":8599,"kind":4194304,"name":"Context","url":"modules/entities_scheduled_status.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8600,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Context"},{"id":8601,"kind":1024,"name":"ancestors","url":"modules/entities_scheduled_status.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Context.__type"},{"id":8602,"kind":1024,"name":"descendants","url":"modules/entities_scheduled_status.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Context.__type"},{"id":8603,"kind":4194304,"name":"Conversation","url":"modules/entities_scheduled_status.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8604,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Conversation"},{"id":8605,"kind":1024,"name":"id","url":"modules/entities_scheduled_status.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Conversation.__type"},{"id":8606,"kind":1024,"name":"accounts","url":"modules/entities_scheduled_status.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Conversation.__type"},{"id":8607,"kind":1024,"name":"last_status","url":"modules/entities_scheduled_status.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Conversation.__type"},{"id":8608,"kind":1024,"name":"unread","url":"modules/entities_scheduled_status.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Conversation.__type"},{"id":8609,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_scheduled_status.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8610,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.FeaturedTag"},{"id":8611,"kind":1024,"name":"id","url":"modules/entities_scheduled_status.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.FeaturedTag.__type"},{"id":8612,"kind":1024,"name":"name","url":"modules/entities_scheduled_status.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.FeaturedTag.__type"},{"id":8613,"kind":1024,"name":"statuses_count","url":"modules/entities_scheduled_status.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.FeaturedTag.__type"},{"id":8614,"kind":1024,"name":"last_status_at","url":"modules/entities_scheduled_status.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.FeaturedTag.__type"},{"id":8615,"kind":4194304,"name":"Field","url":"modules/entities_scheduled_status.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8616,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Field"},{"id":8617,"kind":1024,"name":"name","url":"modules/entities_scheduled_status.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Field.__type"},{"id":8618,"kind":1024,"name":"value","url":"modules/entities_scheduled_status.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Field.__type"},{"id":8619,"kind":1024,"name":"verified_at","url":"modules/entities_scheduled_status.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Field.__type"},{"id":8620,"kind":4194304,"name":"Filter","url":"modules/entities_scheduled_status.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8621,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Filter"},{"id":8622,"kind":1024,"name":"id","url":"modules/entities_scheduled_status.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Filter.__type"},{"id":8623,"kind":1024,"name":"phrase","url":"modules/entities_scheduled_status.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Filter.__type"},{"id":8624,"kind":1024,"name":"context","url":"modules/entities_scheduled_status.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Filter.__type"},{"id":8625,"kind":1024,"name":"expires_at","url":"modules/entities_scheduled_status.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Filter.__type"},{"id":8626,"kind":1024,"name":"irreversible","url":"modules/entities_scheduled_status.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Filter.__type"},{"id":8627,"kind":1024,"name":"whole_word","url":"modules/entities_scheduled_status.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Filter.__type"},{"id":8628,"kind":4194304,"name":"IdentityProof","url":"modules/entities_scheduled_status.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8629,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.IdentityProof"},{"id":8630,"kind":1024,"name":"provider","url":"modules/entities_scheduled_status.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.IdentityProof.__type"},{"id":8631,"kind":1024,"name":"provider_username","url":"modules/entities_scheduled_status.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.IdentityProof.__type"},{"id":8632,"kind":1024,"name":"updated_at","url":"modules/entities_scheduled_status.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.IdentityProof.__type"},{"id":8633,"kind":1024,"name":"proof_url","url":"modules/entities_scheduled_status.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.IdentityProof.__type"},{"id":8634,"kind":1024,"name":"profile_url","url":"modules/entities_scheduled_status.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.IdentityProof.__type"},{"id":8635,"kind":4194304,"name":"URLs","url":"modules/entities_scheduled_status.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8636,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.URLs"},{"id":8637,"kind":1024,"name":"streaming_api","url":"modules/entities_scheduled_status.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.URLs.__type"},{"id":8638,"kind":4194304,"name":"Stats","url":"modules/entities_scheduled_status.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8639,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Stats"},{"id":8640,"kind":1024,"name":"user_count","url":"modules/entities_scheduled_status.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Stats.__type"},{"id":8641,"kind":1024,"name":"status_count","url":"modules/entities_scheduled_status.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Stats.__type"},{"id":8642,"kind":1024,"name":"domain_count","url":"modules/entities_scheduled_status.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Stats.__type"},{"id":8643,"kind":4194304,"name":"Instance","url":"modules/entities_scheduled_status.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8644,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Instance"},{"id":8645,"kind":1024,"name":"uri","url":"modules/entities_scheduled_status.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Instance.__type"},{"id":8646,"kind":1024,"name":"title","url":"modules/entities_scheduled_status.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Instance.__type"},{"id":8647,"kind":1024,"name":"description","url":"modules/entities_scheduled_status.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Instance.__type"},{"id":8648,"kind":1024,"name":"email","url":"modules/entities_scheduled_status.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Instance.__type"},{"id":8649,"kind":1024,"name":"version","url":"modules/entities_scheduled_status.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Instance.__type"},{"id":8650,"kind":1024,"name":"thumbnail","url":"modules/entities_scheduled_status.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Instance.__type"},{"id":8651,"kind":1024,"name":"urls","url":"modules/entities_scheduled_status.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Instance.__type"},{"id":8652,"kind":1024,"name":"stats","url":"modules/entities_scheduled_status.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Instance.__type"},{"id":8653,"kind":1024,"name":"languages","url":"modules/entities_scheduled_status.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Instance.__type"},{"id":8654,"kind":1024,"name":"contact_account","url":"modules/entities_scheduled_status.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Instance.__type"},{"id":8655,"kind":1024,"name":"max_toot_chars","url":"modules/entities_scheduled_status.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Instance.__type"},{"id":8656,"kind":1024,"name":"registrations","url":"modules/entities_scheduled_status.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Instance.__type"},{"id":8657,"kind":4194304,"name":"List","url":"modules/entities_scheduled_status.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8658,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.List"},{"id":8659,"kind":1024,"name":"id","url":"modules/entities_scheduled_status.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.List.__type"},{"id":8660,"kind":1024,"name":"title","url":"modules/entities_scheduled_status.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.List.__type"},{"id":8661,"kind":4194304,"name":"Marker","url":"modules/entities_scheduled_status.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8662,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Marker"},{"id":8663,"kind":1024,"name":"home","url":"modules/entities_scheduled_status.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Marker.__type"},{"id":8664,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Marker.__type"},{"id":8665,"kind":1024,"name":"last_read_id","url":"modules/entities_scheduled_status.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Marker.__type.__type"},{"id":8666,"kind":1024,"name":"version","url":"modules/entities_scheduled_status.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Marker.__type.__type"},{"id":8667,"kind":1024,"name":"updated_at","url":"modules/entities_scheduled_status.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Marker.__type.__type"},{"id":8668,"kind":1024,"name":"notifications","url":"modules/entities_scheduled_status.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Marker.__type"},{"id":8669,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Marker.__type"},{"id":8670,"kind":1024,"name":"last_read_id","url":"modules/entities_scheduled_status.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Marker.__type.__type"},{"id":8671,"kind":1024,"name":"version","url":"modules/entities_scheduled_status.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Marker.__type.__type"},{"id":8672,"kind":1024,"name":"updated_at","url":"modules/entities_scheduled_status.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Marker.__type.__type"},{"id":8673,"kind":4194304,"name":"Notification","url":"modules/entities_scheduled_status.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8674,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Notification"},{"id":8675,"kind":1024,"name":"account","url":"modules/entities_scheduled_status.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Notification.__type"},{"id":8676,"kind":1024,"name":"created_at","url":"modules/entities_scheduled_status.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Notification.__type"},{"id":8677,"kind":1024,"name":"id","url":"modules/entities_scheduled_status.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Notification.__type"},{"id":8678,"kind":1024,"name":"status","url":"modules/entities_scheduled_status.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Notification.__type"},{"id":8679,"kind":1024,"name":"emoji","url":"modules/entities_scheduled_status.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Notification.__type"},{"id":8680,"kind":1024,"name":"type","url":"modules/entities_scheduled_status.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Notification.__type"},{"id":8681,"kind":4194304,"name":"NotificationType","url":"modules/entities_scheduled_status.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8682,"kind":4194304,"name":"Preferences","url":"modules/entities_scheduled_status.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8683,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Preferences"},{"id":8684,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_scheduled_status.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Preferences.__type"},{"id":8685,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_scheduled_status.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Preferences.__type"},{"id":8686,"kind":1024,"name":"posting:default:language","url":"modules/entities_scheduled_status.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Preferences.__type"},{"id":8687,"kind":1024,"name":"reading:expand:media","url":"modules/entities_scheduled_status.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Preferences.__type"},{"id":8688,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_scheduled_status.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Preferences.__type"},{"id":8689,"kind":4194304,"name":"PushSubscription","url":"modules/entities_scheduled_status.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8690,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.PushSubscription"},{"id":8691,"kind":1024,"name":"id","url":"modules/entities_scheduled_status.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.PushSubscription.__type"},{"id":8692,"kind":1024,"name":"endpoint","url":"modules/entities_scheduled_status.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.PushSubscription.__type"},{"id":8693,"kind":1024,"name":"server_key","url":"modules/entities_scheduled_status.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.PushSubscription.__type"},{"id":8694,"kind":1024,"name":"alerts","url":"modules/entities_scheduled_status.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.PushSubscription.__type"},{"id":8695,"kind":4194304,"name":"Relationship","url":"modules/entities_scheduled_status.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8696,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Relationship"},{"id":8697,"kind":1024,"name":"id","url":"modules/entities_scheduled_status.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Relationship.__type"},{"id":8698,"kind":1024,"name":"following","url":"modules/entities_scheduled_status.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Relationship.__type"},{"id":8699,"kind":1024,"name":"followed_by","url":"modules/entities_scheduled_status.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Relationship.__type"},{"id":8700,"kind":1024,"name":"blocking","url":"modules/entities_scheduled_status.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Relationship.__type"},{"id":8701,"kind":1024,"name":"muting","url":"modules/entities_scheduled_status.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Relationship.__type"},{"id":8702,"kind":1024,"name":"muting_notifications","url":"modules/entities_scheduled_status.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Relationship.__type"},{"id":8703,"kind":1024,"name":"requested","url":"modules/entities_scheduled_status.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Relationship.__type"},{"id":8704,"kind":1024,"name":"domain_blocking","url":"modules/entities_scheduled_status.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Relationship.__type"},{"id":8705,"kind":1024,"name":"showing_reblogs","url":"modules/entities_scheduled_status.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Relationship.__type"},{"id":8706,"kind":1024,"name":"endorsed","url":"modules/entities_scheduled_status.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Relationship.__type"},{"id":8707,"kind":4194304,"name":"Report","url":"modules/entities_scheduled_status.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8708,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Report"},{"id":8709,"kind":1024,"name":"id","url":"modules/entities_scheduled_status.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Report.__type"},{"id":8710,"kind":1024,"name":"action_taken","url":"modules/entities_scheduled_status.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Report.__type"},{"id":8711,"kind":1024,"name":"comment","url":"modules/entities_scheduled_status.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Report.__type"},{"id":8712,"kind":1024,"name":"account_id","url":"modules/entities_scheduled_status.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Report.__type"},{"id":8713,"kind":1024,"name":"status_ids","url":"modules/entities_scheduled_status.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Report.__type"},{"id":8714,"kind":4194304,"name":"Results","url":"modules/entities_scheduled_status.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8715,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Results"},{"id":8716,"kind":1024,"name":"accounts","url":"modules/entities_scheduled_status.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Results.__type"},{"id":8717,"kind":1024,"name":"statuses","url":"modules/entities_scheduled_status.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Results.__type"},{"id":8718,"kind":1024,"name":"hashtags","url":"modules/entities_scheduled_status.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Results.__type"},{"id":8719,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_scheduled_status.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8720,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.ScheduledStatus"},{"id":8721,"kind":1024,"name":"id","url":"modules/entities_scheduled_status.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.ScheduledStatus.__type"},{"id":8722,"kind":1024,"name":"scheduled_at","url":"modules/entities_scheduled_status.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.ScheduledStatus.__type"},{"id":8723,"kind":1024,"name":"params","url":"modules/entities_scheduled_status.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.ScheduledStatus.__type"},{"id":8724,"kind":1024,"name":"media_attachments","url":"modules/entities_scheduled_status.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.ScheduledStatus.__type"},{"id":8725,"kind":4194304,"name":"StatusParams","url":"modules/entities_scheduled_status.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8726,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.StatusParams"},{"id":8727,"kind":1024,"name":"text","url":"modules/entities_scheduled_status.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.StatusParams.__type"},{"id":8728,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_scheduled_status.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.StatusParams.__type"},{"id":8729,"kind":1024,"name":"media_ids","url":"modules/entities_scheduled_status.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.StatusParams.__type"},{"id":8730,"kind":1024,"name":"sensitive","url":"modules/entities_scheduled_status.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.StatusParams.__type"},{"id":8731,"kind":1024,"name":"spoiler_text","url":"modules/entities_scheduled_status.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.StatusParams.__type"},{"id":8732,"kind":1024,"name":"visibility","url":"modules/entities_scheduled_status.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.StatusParams.__type"},{"id":8733,"kind":1024,"name":"scheduled_at","url":"modules/entities_scheduled_status.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.StatusParams.__type"},{"id":8734,"kind":1024,"name":"application_id","url":"modules/entities_scheduled_status.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.StatusParams.__type"},{"id":8735,"kind":4194304,"name":"Token","url":"modules/entities_scheduled_status.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/scheduled_status.Entity"},{"id":8736,"kind":65536,"name":"__type","url":"modules/entities_scheduled_status.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/scheduled_status.Entity.Token"},{"id":8737,"kind":1024,"name":"access_token","url":"modules/entities_scheduled_status.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Token.__type"},{"id":8738,"kind":1024,"name":"token_type","url":"modules/entities_scheduled_status.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Token.__type"},{"id":8739,"kind":1024,"name":"scope","url":"modules/entities_scheduled_status.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Token.__type"},{"id":8740,"kind":1024,"name":"created_at","url":"modules/entities_scheduled_status.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/scheduled_status.Entity.Token.__type"},{"id":8741,"kind":2,"name":"Entity","url":"modules/entities_source.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/source"},{"id":8742,"kind":4194304,"name":"Emoji","url":"modules/entities_source.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8743,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Emoji"},{"id":8744,"kind":1024,"name":"shortcode","url":"modules/entities_source.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Emoji.__type"},{"id":8745,"kind":1024,"name":"static_url","url":"modules/entities_source.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Emoji.__type"},{"id":8746,"kind":1024,"name":"url","url":"modules/entities_source.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Emoji.__type"},{"id":8747,"kind":1024,"name":"visible_in_picker","url":"modules/entities_source.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Emoji.__type"},{"id":8748,"kind":4194304,"name":"Source","url":"modules/entities_source.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8749,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Source"},{"id":8750,"kind":1024,"name":"privacy","url":"modules/entities_source.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Source.__type"},{"id":8751,"kind":1024,"name":"sensitive","url":"modules/entities_source.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Source.__type"},{"id":8752,"kind":1024,"name":"language","url":"modules/entities_source.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Source.__type"},{"id":8753,"kind":1024,"name":"note","url":"modules/entities_source.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Source.__type"},{"id":8754,"kind":1024,"name":"fields","url":"modules/entities_source.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Source.__type"},{"id":8755,"kind":4194304,"name":"Account","url":"modules/entities_source.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8756,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Account"},{"id":8757,"kind":1024,"name":"id","url":"modules/entities_source.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Account.__type"},{"id":8758,"kind":1024,"name":"username","url":"modules/entities_source.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Account.__type"},{"id":8759,"kind":1024,"name":"acct","url":"modules/entities_source.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Account.__type"},{"id":8760,"kind":1024,"name":"display_name","url":"modules/entities_source.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Account.__type"},{"id":8761,"kind":1024,"name":"locked","url":"modules/entities_source.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Account.__type"},{"id":8762,"kind":1024,"name":"created_at","url":"modules/entities_source.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Account.__type"},{"id":8763,"kind":1024,"name":"followers_count","url":"modules/entities_source.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Account.__type"},{"id":8764,"kind":1024,"name":"following_count","url":"modules/entities_source.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Account.__type"},{"id":8765,"kind":1024,"name":"statuses_count","url":"modules/entities_source.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Account.__type"},{"id":8766,"kind":1024,"name":"note","url":"modules/entities_source.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Account.__type"},{"id":8767,"kind":1024,"name":"url","url":"modules/entities_source.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Account.__type"},{"id":8768,"kind":1024,"name":"avatar","url":"modules/entities_source.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Account.__type"},{"id":8769,"kind":1024,"name":"avatar_static","url":"modules/entities_source.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Account.__type"},{"id":8770,"kind":1024,"name":"header","url":"modules/entities_source.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Account.__type"},{"id":8771,"kind":1024,"name":"header_static","url":"modules/entities_source.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Account.__type"},{"id":8772,"kind":1024,"name":"emojis","url":"modules/entities_source.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Account.__type"},{"id":8773,"kind":1024,"name":"moved","url":"modules/entities_source.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Account.__type"},{"id":8774,"kind":1024,"name":"fields","url":"modules/entities_source.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Account.__type"},{"id":8775,"kind":1024,"name":"bot","url":"modules/entities_source.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Account.__type"},{"id":8776,"kind":1024,"name":"source","url":"modules/entities_source.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Account.__type"},{"id":8777,"kind":4194304,"name":"Activity","url":"modules/entities_source.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8778,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Activity"},{"id":8779,"kind":1024,"name":"week","url":"modules/entities_source.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Activity.__type"},{"id":8780,"kind":1024,"name":"statuses","url":"modules/entities_source.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Activity.__type"},{"id":8781,"kind":1024,"name":"logins","url":"modules/entities_source.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Activity.__type"},{"id":8782,"kind":1024,"name":"registrations","url":"modules/entities_source.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Activity.__type"},{"id":8783,"kind":4194304,"name":"Application","url":"modules/entities_source.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8784,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Application"},{"id":8785,"kind":1024,"name":"name","url":"modules/entities_source.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Application.__type"},{"id":8786,"kind":1024,"name":"website","url":"modules/entities_source.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Application.__type"},{"id":8787,"kind":1024,"name":"vapid_key","url":"modules/entities_source.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Application.__type"},{"id":8788,"kind":4194304,"name":"Attachment","url":"modules/entities_source.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8789,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Attachment"},{"id":8790,"kind":1024,"name":"id","url":"modules/entities_source.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Attachment.__type"},{"id":8791,"kind":1024,"name":"type","url":"modules/entities_source.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Attachment.__type"},{"id":8792,"kind":1024,"name":"url","url":"modules/entities_source.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Attachment.__type"},{"id":8793,"kind":1024,"name":"remote_url","url":"modules/entities_source.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Attachment.__type"},{"id":8794,"kind":1024,"name":"preview_url","url":"modules/entities_source.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Attachment.__type"},{"id":8795,"kind":1024,"name":"text_url","url":"modules/entities_source.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Attachment.__type"},{"id":8796,"kind":1024,"name":"meta","url":"modules/entities_source.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Attachment.__type"},{"id":8797,"kind":1024,"name":"description","url":"modules/entities_source.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Attachment.__type"},{"id":8798,"kind":4194304,"name":"Card","url":"modules/entities_source.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8799,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Card"},{"id":8800,"kind":1024,"name":"url","url":"modules/entities_source.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Card.__type"},{"id":8801,"kind":1024,"name":"title","url":"modules/entities_source.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Card.__type"},{"id":8802,"kind":1024,"name":"description","url":"modules/entities_source.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Card.__type"},{"id":8803,"kind":1024,"name":"type","url":"modules/entities_source.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Card.__type"},{"id":8804,"kind":1024,"name":"image","url":"modules/entities_source.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Card.__type"},{"id":8805,"kind":1024,"name":"author_name","url":"modules/entities_source.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Card.__type"},{"id":8806,"kind":1024,"name":"author_url","url":"modules/entities_source.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Card.__type"},{"id":8807,"kind":1024,"name":"provider_name","url":"modules/entities_source.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Card.__type"},{"id":8808,"kind":1024,"name":"provider_url","url":"modules/entities_source.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Card.__type"},{"id":8809,"kind":1024,"name":"html","url":"modules/entities_source.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Card.__type"},{"id":8810,"kind":1024,"name":"width","url":"modules/entities_source.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Card.__type"},{"id":8811,"kind":1024,"name":"height","url":"modules/entities_source.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Card.__type"},{"id":8812,"kind":4194304,"name":"Mention","url":"modules/entities_source.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8813,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Mention"},{"id":8814,"kind":1024,"name":"id","url":"modules/entities_source.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Mention.__type"},{"id":8815,"kind":1024,"name":"username","url":"modules/entities_source.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Mention.__type"},{"id":8816,"kind":1024,"name":"url","url":"modules/entities_source.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Mention.__type"},{"id":8817,"kind":1024,"name":"acct","url":"modules/entities_source.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Mention.__type"},{"id":8818,"kind":4194304,"name":"History","url":"modules/entities_source.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8819,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.History"},{"id":8820,"kind":1024,"name":"day","url":"modules/entities_source.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.History.__type"},{"id":8821,"kind":1024,"name":"uses","url":"modules/entities_source.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.History.__type"},{"id":8822,"kind":1024,"name":"accounts","url":"modules/entities_source.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.History.__type"},{"id":8823,"kind":4194304,"name":"Tag","url":"modules/entities_source.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8824,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Tag"},{"id":8825,"kind":1024,"name":"name","url":"modules/entities_source.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Tag.__type"},{"id":8826,"kind":1024,"name":"url","url":"modules/entities_source.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Tag.__type"},{"id":8827,"kind":1024,"name":"history","url":"modules/entities_source.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Tag.__type"},{"id":8828,"kind":4194304,"name":"PollOption","url":"modules/entities_source.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8829,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.PollOption"},{"id":8830,"kind":1024,"name":"title","url":"modules/entities_source.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.PollOption.__type"},{"id":8831,"kind":1024,"name":"votes_count","url":"modules/entities_source.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.PollOption.__type"},{"id":8832,"kind":4194304,"name":"Poll","url":"modules/entities_source.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8833,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Poll"},{"id":8834,"kind":1024,"name":"id","url":"modules/entities_source.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Poll.__type"},{"id":8835,"kind":1024,"name":"expires_at","url":"modules/entities_source.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Poll.__type"},{"id":8836,"kind":1024,"name":"expired","url":"modules/entities_source.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Poll.__type"},{"id":8837,"kind":1024,"name":"multiple","url":"modules/entities_source.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Poll.__type"},{"id":8838,"kind":1024,"name":"votes_count","url":"modules/entities_source.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Poll.__type"},{"id":8839,"kind":1024,"name":"options","url":"modules/entities_source.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Poll.__type"},{"id":8840,"kind":1024,"name":"voted","url":"modules/entities_source.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Poll.__type"},{"id":8841,"kind":4194304,"name":"Reaction","url":"modules/entities_source.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8842,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Reaction"},{"id":8843,"kind":1024,"name":"count","url":"modules/entities_source.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Reaction.__type"},{"id":8844,"kind":1024,"name":"me","url":"modules/entities_source.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Reaction.__type"},{"id":8845,"kind":1024,"name":"name","url":"modules/entities_source.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Reaction.__type"},{"id":8846,"kind":1024,"name":"accounts","url":"modules/entities_source.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Reaction.__type"},{"id":8847,"kind":4194304,"name":"Status","url":"modules/entities_source.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8848,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Status"},{"id":8849,"kind":1024,"name":"id","url":"modules/entities_source.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8850,"kind":1024,"name":"uri","url":"modules/entities_source.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8851,"kind":1024,"name":"url","url":"modules/entities_source.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8852,"kind":1024,"name":"account","url":"modules/entities_source.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8853,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_source.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8854,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_source.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8855,"kind":1024,"name":"reblog","url":"modules/entities_source.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8856,"kind":1024,"name":"content","url":"modules/entities_source.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8857,"kind":1024,"name":"created_at","url":"modules/entities_source.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8858,"kind":1024,"name":"emojis","url":"modules/entities_source.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8859,"kind":1024,"name":"replies_count","url":"modules/entities_source.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8860,"kind":1024,"name":"reblogs_count","url":"modules/entities_source.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8861,"kind":1024,"name":"favourites_count","url":"modules/entities_source.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8862,"kind":1024,"name":"reblogged","url":"modules/entities_source.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8863,"kind":1024,"name":"favourited","url":"modules/entities_source.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8864,"kind":1024,"name":"muted","url":"modules/entities_source.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8865,"kind":1024,"name":"sensitive","url":"modules/entities_source.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8866,"kind":1024,"name":"spoiler_text","url":"modules/entities_source.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8867,"kind":1024,"name":"visibility","url":"modules/entities_source.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8868,"kind":1024,"name":"media_attachments","url":"modules/entities_source.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8869,"kind":1024,"name":"mentions","url":"modules/entities_source.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8870,"kind":1024,"name":"tags","url":"modules/entities_source.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8871,"kind":1024,"name":"card","url":"modules/entities_source.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8872,"kind":1024,"name":"poll","url":"modules/entities_source.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8873,"kind":1024,"name":"application","url":"modules/entities_source.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8874,"kind":1024,"name":"language","url":"modules/entities_source.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8875,"kind":1024,"name":"pinned","url":"modules/entities_source.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8876,"kind":1024,"name":"emoji_reactions","url":"modules/entities_source.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8877,"kind":1024,"name":"quote","url":"modules/entities_source.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8878,"kind":1024,"name":"bookmarked","url":"modules/entities_source.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Status.__type"},{"id":8879,"kind":4194304,"name":"Context","url":"modules/entities_source.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8880,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Context"},{"id":8881,"kind":1024,"name":"ancestors","url":"modules/entities_source.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Context.__type"},{"id":8882,"kind":1024,"name":"descendants","url":"modules/entities_source.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Context.__type"},{"id":8883,"kind":4194304,"name":"Conversation","url":"modules/entities_source.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8884,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Conversation"},{"id":8885,"kind":1024,"name":"id","url":"modules/entities_source.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Conversation.__type"},{"id":8886,"kind":1024,"name":"accounts","url":"modules/entities_source.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Conversation.__type"},{"id":8887,"kind":1024,"name":"last_status","url":"modules/entities_source.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Conversation.__type"},{"id":8888,"kind":1024,"name":"unread","url":"modules/entities_source.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Conversation.__type"},{"id":8889,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_source.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8890,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.FeaturedTag"},{"id":8891,"kind":1024,"name":"id","url":"modules/entities_source.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.FeaturedTag.__type"},{"id":8892,"kind":1024,"name":"name","url":"modules/entities_source.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.FeaturedTag.__type"},{"id":8893,"kind":1024,"name":"statuses_count","url":"modules/entities_source.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.FeaturedTag.__type"},{"id":8894,"kind":1024,"name":"last_status_at","url":"modules/entities_source.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.FeaturedTag.__type"},{"id":8895,"kind":4194304,"name":"Field","url":"modules/entities_source.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8896,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Field"},{"id":8897,"kind":1024,"name":"name","url":"modules/entities_source.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Field.__type"},{"id":8898,"kind":1024,"name":"value","url":"modules/entities_source.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Field.__type"},{"id":8899,"kind":1024,"name":"verified_at","url":"modules/entities_source.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Field.__type"},{"id":8900,"kind":4194304,"name":"Filter","url":"modules/entities_source.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8901,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Filter"},{"id":8902,"kind":1024,"name":"id","url":"modules/entities_source.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Filter.__type"},{"id":8903,"kind":1024,"name":"phrase","url":"modules/entities_source.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Filter.__type"},{"id":8904,"kind":1024,"name":"context","url":"modules/entities_source.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Filter.__type"},{"id":8905,"kind":1024,"name":"expires_at","url":"modules/entities_source.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Filter.__type"},{"id":8906,"kind":1024,"name":"irreversible","url":"modules/entities_source.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Filter.__type"},{"id":8907,"kind":1024,"name":"whole_word","url":"modules/entities_source.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Filter.__type"},{"id":8908,"kind":4194304,"name":"IdentityProof","url":"modules/entities_source.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8909,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.IdentityProof"},{"id":8910,"kind":1024,"name":"provider","url":"modules/entities_source.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.IdentityProof.__type"},{"id":8911,"kind":1024,"name":"provider_username","url":"modules/entities_source.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.IdentityProof.__type"},{"id":8912,"kind":1024,"name":"updated_at","url":"modules/entities_source.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.IdentityProof.__type"},{"id":8913,"kind":1024,"name":"proof_url","url":"modules/entities_source.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.IdentityProof.__type"},{"id":8914,"kind":1024,"name":"profile_url","url":"modules/entities_source.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.IdentityProof.__type"},{"id":8915,"kind":4194304,"name":"URLs","url":"modules/entities_source.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8916,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.URLs"},{"id":8917,"kind":1024,"name":"streaming_api","url":"modules/entities_source.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.URLs.__type"},{"id":8918,"kind":4194304,"name":"Stats","url":"modules/entities_source.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8919,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Stats"},{"id":8920,"kind":1024,"name":"user_count","url":"modules/entities_source.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Stats.__type"},{"id":8921,"kind":1024,"name":"status_count","url":"modules/entities_source.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Stats.__type"},{"id":8922,"kind":1024,"name":"domain_count","url":"modules/entities_source.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Stats.__type"},{"id":8923,"kind":4194304,"name":"Instance","url":"modules/entities_source.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8924,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Instance"},{"id":8925,"kind":1024,"name":"uri","url":"modules/entities_source.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Instance.__type"},{"id":8926,"kind":1024,"name":"title","url":"modules/entities_source.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Instance.__type"},{"id":8927,"kind":1024,"name":"description","url":"modules/entities_source.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Instance.__type"},{"id":8928,"kind":1024,"name":"email","url":"modules/entities_source.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Instance.__type"},{"id":8929,"kind":1024,"name":"version","url":"modules/entities_source.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Instance.__type"},{"id":8930,"kind":1024,"name":"thumbnail","url":"modules/entities_source.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Instance.__type"},{"id":8931,"kind":1024,"name":"urls","url":"modules/entities_source.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Instance.__type"},{"id":8932,"kind":1024,"name":"stats","url":"modules/entities_source.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Instance.__type"},{"id":8933,"kind":1024,"name":"languages","url":"modules/entities_source.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Instance.__type"},{"id":8934,"kind":1024,"name":"contact_account","url":"modules/entities_source.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Instance.__type"},{"id":8935,"kind":1024,"name":"max_toot_chars","url":"modules/entities_source.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Instance.__type"},{"id":8936,"kind":1024,"name":"registrations","url":"modules/entities_source.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Instance.__type"},{"id":8937,"kind":4194304,"name":"List","url":"modules/entities_source.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8938,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.List"},{"id":8939,"kind":1024,"name":"id","url":"modules/entities_source.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.List.__type"},{"id":8940,"kind":1024,"name":"title","url":"modules/entities_source.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.List.__type"},{"id":8941,"kind":4194304,"name":"Marker","url":"modules/entities_source.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8942,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Marker"},{"id":8943,"kind":1024,"name":"home","url":"modules/entities_source.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Marker.__type"},{"id":8944,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/source.Entity.Marker.__type"},{"id":8945,"kind":1024,"name":"last_read_id","url":"modules/entities_source.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Marker.__type.__type"},{"id":8946,"kind":1024,"name":"version","url":"modules/entities_source.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Marker.__type.__type"},{"id":8947,"kind":1024,"name":"updated_at","url":"modules/entities_source.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Marker.__type.__type"},{"id":8948,"kind":1024,"name":"notifications","url":"modules/entities_source.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Marker.__type"},{"id":8949,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/source.Entity.Marker.__type"},{"id":8950,"kind":1024,"name":"last_read_id","url":"modules/entities_source.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Marker.__type.__type"},{"id":8951,"kind":1024,"name":"version","url":"modules/entities_source.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Marker.__type.__type"},{"id":8952,"kind":1024,"name":"updated_at","url":"modules/entities_source.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Marker.__type.__type"},{"id":8953,"kind":4194304,"name":"Notification","url":"modules/entities_source.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8954,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Notification"},{"id":8955,"kind":1024,"name":"account","url":"modules/entities_source.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Notification.__type"},{"id":8956,"kind":1024,"name":"created_at","url":"modules/entities_source.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Notification.__type"},{"id":8957,"kind":1024,"name":"id","url":"modules/entities_source.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Notification.__type"},{"id":8958,"kind":1024,"name":"status","url":"modules/entities_source.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Notification.__type"},{"id":8959,"kind":1024,"name":"emoji","url":"modules/entities_source.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Notification.__type"},{"id":8960,"kind":1024,"name":"type","url":"modules/entities_source.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Notification.__type"},{"id":8961,"kind":4194304,"name":"NotificationType","url":"modules/entities_source.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8962,"kind":4194304,"name":"Preferences","url":"modules/entities_source.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8963,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Preferences"},{"id":8964,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_source.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Preferences.__type"},{"id":8965,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_source.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Preferences.__type"},{"id":8966,"kind":1024,"name":"posting:default:language","url":"modules/entities_source.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Preferences.__type"},{"id":8967,"kind":1024,"name":"reading:expand:media","url":"modules/entities_source.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Preferences.__type"},{"id":8968,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_source.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Preferences.__type"},{"id":8969,"kind":4194304,"name":"PushSubscription","url":"modules/entities_source.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8970,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.PushSubscription"},{"id":8971,"kind":1024,"name":"id","url":"modules/entities_source.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.PushSubscription.__type"},{"id":8972,"kind":1024,"name":"endpoint","url":"modules/entities_source.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.PushSubscription.__type"},{"id":8973,"kind":1024,"name":"server_key","url":"modules/entities_source.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.PushSubscription.__type"},{"id":8974,"kind":1024,"name":"alerts","url":"modules/entities_source.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.PushSubscription.__type"},{"id":8975,"kind":4194304,"name":"Relationship","url":"modules/entities_source.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8976,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Relationship"},{"id":8977,"kind":1024,"name":"id","url":"modules/entities_source.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Relationship.__type"},{"id":8978,"kind":1024,"name":"following","url":"modules/entities_source.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Relationship.__type"},{"id":8979,"kind":1024,"name":"followed_by","url":"modules/entities_source.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Relationship.__type"},{"id":8980,"kind":1024,"name":"blocking","url":"modules/entities_source.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Relationship.__type"},{"id":8981,"kind":1024,"name":"muting","url":"modules/entities_source.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Relationship.__type"},{"id":8982,"kind":1024,"name":"muting_notifications","url":"modules/entities_source.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Relationship.__type"},{"id":8983,"kind":1024,"name":"requested","url":"modules/entities_source.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Relationship.__type"},{"id":8984,"kind":1024,"name":"domain_blocking","url":"modules/entities_source.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Relationship.__type"},{"id":8985,"kind":1024,"name":"showing_reblogs","url":"modules/entities_source.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Relationship.__type"},{"id":8986,"kind":1024,"name":"endorsed","url":"modules/entities_source.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Relationship.__type"},{"id":8987,"kind":4194304,"name":"Report","url":"modules/entities_source.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8988,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Report"},{"id":8989,"kind":1024,"name":"id","url":"modules/entities_source.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Report.__type"},{"id":8990,"kind":1024,"name":"action_taken","url":"modules/entities_source.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Report.__type"},{"id":8991,"kind":1024,"name":"comment","url":"modules/entities_source.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Report.__type"},{"id":8992,"kind":1024,"name":"account_id","url":"modules/entities_source.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Report.__type"},{"id":8993,"kind":1024,"name":"status_ids","url":"modules/entities_source.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Report.__type"},{"id":8994,"kind":4194304,"name":"Results","url":"modules/entities_source.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":8995,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Results"},{"id":8996,"kind":1024,"name":"accounts","url":"modules/entities_source.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Results.__type"},{"id":8997,"kind":1024,"name":"statuses","url":"modules/entities_source.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Results.__type"},{"id":8998,"kind":1024,"name":"hashtags","url":"modules/entities_source.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Results.__type"},{"id":8999,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_source.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":9000,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.ScheduledStatus"},{"id":9001,"kind":1024,"name":"id","url":"modules/entities_source.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.ScheduledStatus.__type"},{"id":9002,"kind":1024,"name":"scheduled_at","url":"modules/entities_source.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.ScheduledStatus.__type"},{"id":9003,"kind":1024,"name":"params","url":"modules/entities_source.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.ScheduledStatus.__type"},{"id":9004,"kind":1024,"name":"media_attachments","url":"modules/entities_source.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.ScheduledStatus.__type"},{"id":9005,"kind":4194304,"name":"StatusParams","url":"modules/entities_source.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":9006,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.StatusParams"},{"id":9007,"kind":1024,"name":"text","url":"modules/entities_source.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.StatusParams.__type"},{"id":9008,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_source.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.StatusParams.__type"},{"id":9009,"kind":1024,"name":"media_ids","url":"modules/entities_source.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.StatusParams.__type"},{"id":9010,"kind":1024,"name":"sensitive","url":"modules/entities_source.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.StatusParams.__type"},{"id":9011,"kind":1024,"name":"spoiler_text","url":"modules/entities_source.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.StatusParams.__type"},{"id":9012,"kind":1024,"name":"visibility","url":"modules/entities_source.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.StatusParams.__type"},{"id":9013,"kind":1024,"name":"scheduled_at","url":"modules/entities_source.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.StatusParams.__type"},{"id":9014,"kind":1024,"name":"application_id","url":"modules/entities_source.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.StatusParams.__type"},{"id":9015,"kind":4194304,"name":"Token","url":"modules/entities_source.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/source.Entity"},{"id":9016,"kind":65536,"name":"__type","url":"modules/entities_source.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/source.Entity.Token"},{"id":9017,"kind":1024,"name":"access_token","url":"modules/entities_source.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Token.__type"},{"id":9018,"kind":1024,"name":"token_type","url":"modules/entities_source.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Token.__type"},{"id":9019,"kind":1024,"name":"scope","url":"modules/entities_source.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Token.__type"},{"id":9020,"kind":1024,"name":"created_at","url":"modules/entities_source.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/source.Entity.Token.__type"},{"id":9021,"kind":2,"name":"Entity","url":"modules/entities_stats.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/stats"},{"id":9022,"kind":4194304,"name":"Emoji","url":"modules/entities_stats.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9023,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Emoji"},{"id":9024,"kind":1024,"name":"shortcode","url":"modules/entities_stats.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Emoji.__type"},{"id":9025,"kind":1024,"name":"static_url","url":"modules/entities_stats.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Emoji.__type"},{"id":9026,"kind":1024,"name":"url","url":"modules/entities_stats.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Emoji.__type"},{"id":9027,"kind":1024,"name":"visible_in_picker","url":"modules/entities_stats.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Emoji.__type"},{"id":9028,"kind":4194304,"name":"Source","url":"modules/entities_stats.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9029,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Source"},{"id":9030,"kind":1024,"name":"privacy","url":"modules/entities_stats.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Source.__type"},{"id":9031,"kind":1024,"name":"sensitive","url":"modules/entities_stats.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Source.__type"},{"id":9032,"kind":1024,"name":"language","url":"modules/entities_stats.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Source.__type"},{"id":9033,"kind":1024,"name":"note","url":"modules/entities_stats.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Source.__type"},{"id":9034,"kind":1024,"name":"fields","url":"modules/entities_stats.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Source.__type"},{"id":9035,"kind":4194304,"name":"Account","url":"modules/entities_stats.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9036,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Account"},{"id":9037,"kind":1024,"name":"id","url":"modules/entities_stats.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Account.__type"},{"id":9038,"kind":1024,"name":"username","url":"modules/entities_stats.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Account.__type"},{"id":9039,"kind":1024,"name":"acct","url":"modules/entities_stats.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Account.__type"},{"id":9040,"kind":1024,"name":"display_name","url":"modules/entities_stats.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Account.__type"},{"id":9041,"kind":1024,"name":"locked","url":"modules/entities_stats.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Account.__type"},{"id":9042,"kind":1024,"name":"created_at","url":"modules/entities_stats.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Account.__type"},{"id":9043,"kind":1024,"name":"followers_count","url":"modules/entities_stats.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Account.__type"},{"id":9044,"kind":1024,"name":"following_count","url":"modules/entities_stats.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Account.__type"},{"id":9045,"kind":1024,"name":"statuses_count","url":"modules/entities_stats.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Account.__type"},{"id":9046,"kind":1024,"name":"note","url":"modules/entities_stats.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Account.__type"},{"id":9047,"kind":1024,"name":"url","url":"modules/entities_stats.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Account.__type"},{"id":9048,"kind":1024,"name":"avatar","url":"modules/entities_stats.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Account.__type"},{"id":9049,"kind":1024,"name":"avatar_static","url":"modules/entities_stats.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Account.__type"},{"id":9050,"kind":1024,"name":"header","url":"modules/entities_stats.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Account.__type"},{"id":9051,"kind":1024,"name":"header_static","url":"modules/entities_stats.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Account.__type"},{"id":9052,"kind":1024,"name":"emojis","url":"modules/entities_stats.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Account.__type"},{"id":9053,"kind":1024,"name":"moved","url":"modules/entities_stats.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Account.__type"},{"id":9054,"kind":1024,"name":"fields","url":"modules/entities_stats.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Account.__type"},{"id":9055,"kind":1024,"name":"bot","url":"modules/entities_stats.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Account.__type"},{"id":9056,"kind":1024,"name":"source","url":"modules/entities_stats.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Account.__type"},{"id":9057,"kind":4194304,"name":"Activity","url":"modules/entities_stats.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9058,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Activity"},{"id":9059,"kind":1024,"name":"week","url":"modules/entities_stats.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Activity.__type"},{"id":9060,"kind":1024,"name":"statuses","url":"modules/entities_stats.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Activity.__type"},{"id":9061,"kind":1024,"name":"logins","url":"modules/entities_stats.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Activity.__type"},{"id":9062,"kind":1024,"name":"registrations","url":"modules/entities_stats.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Activity.__type"},{"id":9063,"kind":4194304,"name":"Application","url":"modules/entities_stats.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9064,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Application"},{"id":9065,"kind":1024,"name":"name","url":"modules/entities_stats.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Application.__type"},{"id":9066,"kind":1024,"name":"website","url":"modules/entities_stats.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Application.__type"},{"id":9067,"kind":1024,"name":"vapid_key","url":"modules/entities_stats.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Application.__type"},{"id":9068,"kind":4194304,"name":"Attachment","url":"modules/entities_stats.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9069,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Attachment"},{"id":9070,"kind":1024,"name":"id","url":"modules/entities_stats.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Attachment.__type"},{"id":9071,"kind":1024,"name":"type","url":"modules/entities_stats.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Attachment.__type"},{"id":9072,"kind":1024,"name":"url","url":"modules/entities_stats.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Attachment.__type"},{"id":9073,"kind":1024,"name":"remote_url","url":"modules/entities_stats.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Attachment.__type"},{"id":9074,"kind":1024,"name":"preview_url","url":"modules/entities_stats.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Attachment.__type"},{"id":9075,"kind":1024,"name":"text_url","url":"modules/entities_stats.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Attachment.__type"},{"id":9076,"kind":1024,"name":"meta","url":"modules/entities_stats.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Attachment.__type"},{"id":9077,"kind":1024,"name":"description","url":"modules/entities_stats.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Attachment.__type"},{"id":9078,"kind":4194304,"name":"Card","url":"modules/entities_stats.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9079,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Card"},{"id":9080,"kind":1024,"name":"url","url":"modules/entities_stats.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Card.__type"},{"id":9081,"kind":1024,"name":"title","url":"modules/entities_stats.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Card.__type"},{"id":9082,"kind":1024,"name":"description","url":"modules/entities_stats.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Card.__type"},{"id":9083,"kind":1024,"name":"type","url":"modules/entities_stats.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Card.__type"},{"id":9084,"kind":1024,"name":"image","url":"modules/entities_stats.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Card.__type"},{"id":9085,"kind":1024,"name":"author_name","url":"modules/entities_stats.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Card.__type"},{"id":9086,"kind":1024,"name":"author_url","url":"modules/entities_stats.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Card.__type"},{"id":9087,"kind":1024,"name":"provider_name","url":"modules/entities_stats.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Card.__type"},{"id":9088,"kind":1024,"name":"provider_url","url":"modules/entities_stats.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Card.__type"},{"id":9089,"kind":1024,"name":"html","url":"modules/entities_stats.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Card.__type"},{"id":9090,"kind":1024,"name":"width","url":"modules/entities_stats.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Card.__type"},{"id":9091,"kind":1024,"name":"height","url":"modules/entities_stats.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Card.__type"},{"id":9092,"kind":4194304,"name":"Mention","url":"modules/entities_stats.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9093,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Mention"},{"id":9094,"kind":1024,"name":"id","url":"modules/entities_stats.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Mention.__type"},{"id":9095,"kind":1024,"name":"username","url":"modules/entities_stats.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Mention.__type"},{"id":9096,"kind":1024,"name":"url","url":"modules/entities_stats.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Mention.__type"},{"id":9097,"kind":1024,"name":"acct","url":"modules/entities_stats.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Mention.__type"},{"id":9098,"kind":4194304,"name":"History","url":"modules/entities_stats.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9099,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.History"},{"id":9100,"kind":1024,"name":"day","url":"modules/entities_stats.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.History.__type"},{"id":9101,"kind":1024,"name":"uses","url":"modules/entities_stats.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.History.__type"},{"id":9102,"kind":1024,"name":"accounts","url":"modules/entities_stats.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.History.__type"},{"id":9103,"kind":4194304,"name":"Tag","url":"modules/entities_stats.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9104,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Tag"},{"id":9105,"kind":1024,"name":"name","url":"modules/entities_stats.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Tag.__type"},{"id":9106,"kind":1024,"name":"url","url":"modules/entities_stats.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Tag.__type"},{"id":9107,"kind":1024,"name":"history","url":"modules/entities_stats.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Tag.__type"},{"id":9108,"kind":4194304,"name":"PollOption","url":"modules/entities_stats.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9109,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.PollOption"},{"id":9110,"kind":1024,"name":"title","url":"modules/entities_stats.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.PollOption.__type"},{"id":9111,"kind":1024,"name":"votes_count","url":"modules/entities_stats.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.PollOption.__type"},{"id":9112,"kind":4194304,"name":"Poll","url":"modules/entities_stats.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9113,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Poll"},{"id":9114,"kind":1024,"name":"id","url":"modules/entities_stats.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Poll.__type"},{"id":9115,"kind":1024,"name":"expires_at","url":"modules/entities_stats.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Poll.__type"},{"id":9116,"kind":1024,"name":"expired","url":"modules/entities_stats.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Poll.__type"},{"id":9117,"kind":1024,"name":"multiple","url":"modules/entities_stats.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Poll.__type"},{"id":9118,"kind":1024,"name":"votes_count","url":"modules/entities_stats.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Poll.__type"},{"id":9119,"kind":1024,"name":"options","url":"modules/entities_stats.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Poll.__type"},{"id":9120,"kind":1024,"name":"voted","url":"modules/entities_stats.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Poll.__type"},{"id":9121,"kind":4194304,"name":"Reaction","url":"modules/entities_stats.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9122,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Reaction"},{"id":9123,"kind":1024,"name":"count","url":"modules/entities_stats.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Reaction.__type"},{"id":9124,"kind":1024,"name":"me","url":"modules/entities_stats.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Reaction.__type"},{"id":9125,"kind":1024,"name":"name","url":"modules/entities_stats.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Reaction.__type"},{"id":9126,"kind":1024,"name":"accounts","url":"modules/entities_stats.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Reaction.__type"},{"id":9127,"kind":4194304,"name":"Status","url":"modules/entities_stats.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9128,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Status"},{"id":9129,"kind":1024,"name":"id","url":"modules/entities_stats.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9130,"kind":1024,"name":"uri","url":"modules/entities_stats.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9131,"kind":1024,"name":"url","url":"modules/entities_stats.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9132,"kind":1024,"name":"account","url":"modules/entities_stats.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9133,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_stats.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9134,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_stats.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9135,"kind":1024,"name":"reblog","url":"modules/entities_stats.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9136,"kind":1024,"name":"content","url":"modules/entities_stats.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9137,"kind":1024,"name":"created_at","url":"modules/entities_stats.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9138,"kind":1024,"name":"emojis","url":"modules/entities_stats.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9139,"kind":1024,"name":"replies_count","url":"modules/entities_stats.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9140,"kind":1024,"name":"reblogs_count","url":"modules/entities_stats.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9141,"kind":1024,"name":"favourites_count","url":"modules/entities_stats.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9142,"kind":1024,"name":"reblogged","url":"modules/entities_stats.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9143,"kind":1024,"name":"favourited","url":"modules/entities_stats.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9144,"kind":1024,"name":"muted","url":"modules/entities_stats.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9145,"kind":1024,"name":"sensitive","url":"modules/entities_stats.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9146,"kind":1024,"name":"spoiler_text","url":"modules/entities_stats.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9147,"kind":1024,"name":"visibility","url":"modules/entities_stats.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9148,"kind":1024,"name":"media_attachments","url":"modules/entities_stats.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9149,"kind":1024,"name":"mentions","url":"modules/entities_stats.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9150,"kind":1024,"name":"tags","url":"modules/entities_stats.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9151,"kind":1024,"name":"card","url":"modules/entities_stats.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9152,"kind":1024,"name":"poll","url":"modules/entities_stats.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9153,"kind":1024,"name":"application","url":"modules/entities_stats.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9154,"kind":1024,"name":"language","url":"modules/entities_stats.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9155,"kind":1024,"name":"pinned","url":"modules/entities_stats.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9156,"kind":1024,"name":"emoji_reactions","url":"modules/entities_stats.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9157,"kind":1024,"name":"quote","url":"modules/entities_stats.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9158,"kind":1024,"name":"bookmarked","url":"modules/entities_stats.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Status.__type"},{"id":9159,"kind":4194304,"name":"Context","url":"modules/entities_stats.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9160,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Context"},{"id":9161,"kind":1024,"name":"ancestors","url":"modules/entities_stats.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Context.__type"},{"id":9162,"kind":1024,"name":"descendants","url":"modules/entities_stats.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Context.__type"},{"id":9163,"kind":4194304,"name":"Conversation","url":"modules/entities_stats.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9164,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Conversation"},{"id":9165,"kind":1024,"name":"id","url":"modules/entities_stats.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Conversation.__type"},{"id":9166,"kind":1024,"name":"accounts","url":"modules/entities_stats.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Conversation.__type"},{"id":9167,"kind":1024,"name":"last_status","url":"modules/entities_stats.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Conversation.__type"},{"id":9168,"kind":1024,"name":"unread","url":"modules/entities_stats.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Conversation.__type"},{"id":9169,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_stats.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9170,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.FeaturedTag"},{"id":9171,"kind":1024,"name":"id","url":"modules/entities_stats.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.FeaturedTag.__type"},{"id":9172,"kind":1024,"name":"name","url":"modules/entities_stats.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.FeaturedTag.__type"},{"id":9173,"kind":1024,"name":"statuses_count","url":"modules/entities_stats.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.FeaturedTag.__type"},{"id":9174,"kind":1024,"name":"last_status_at","url":"modules/entities_stats.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.FeaturedTag.__type"},{"id":9175,"kind":4194304,"name":"Field","url":"modules/entities_stats.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9176,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Field"},{"id":9177,"kind":1024,"name":"name","url":"modules/entities_stats.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Field.__type"},{"id":9178,"kind":1024,"name":"value","url":"modules/entities_stats.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Field.__type"},{"id":9179,"kind":1024,"name":"verified_at","url":"modules/entities_stats.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Field.__type"},{"id":9180,"kind":4194304,"name":"Filter","url":"modules/entities_stats.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9181,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Filter"},{"id":9182,"kind":1024,"name":"id","url":"modules/entities_stats.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Filter.__type"},{"id":9183,"kind":1024,"name":"phrase","url":"modules/entities_stats.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Filter.__type"},{"id":9184,"kind":1024,"name":"context","url":"modules/entities_stats.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Filter.__type"},{"id":9185,"kind":1024,"name":"expires_at","url":"modules/entities_stats.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Filter.__type"},{"id":9186,"kind":1024,"name":"irreversible","url":"modules/entities_stats.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Filter.__type"},{"id":9187,"kind":1024,"name":"whole_word","url":"modules/entities_stats.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Filter.__type"},{"id":9188,"kind":4194304,"name":"IdentityProof","url":"modules/entities_stats.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9189,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.IdentityProof"},{"id":9190,"kind":1024,"name":"provider","url":"modules/entities_stats.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.IdentityProof.__type"},{"id":9191,"kind":1024,"name":"provider_username","url":"modules/entities_stats.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.IdentityProof.__type"},{"id":9192,"kind":1024,"name":"updated_at","url":"modules/entities_stats.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.IdentityProof.__type"},{"id":9193,"kind":1024,"name":"proof_url","url":"modules/entities_stats.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.IdentityProof.__type"},{"id":9194,"kind":1024,"name":"profile_url","url":"modules/entities_stats.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.IdentityProof.__type"},{"id":9195,"kind":4194304,"name":"URLs","url":"modules/entities_stats.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9196,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.URLs"},{"id":9197,"kind":1024,"name":"streaming_api","url":"modules/entities_stats.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.URLs.__type"},{"id":9198,"kind":4194304,"name":"Stats","url":"modules/entities_stats.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9199,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Stats"},{"id":9200,"kind":1024,"name":"user_count","url":"modules/entities_stats.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Stats.__type"},{"id":9201,"kind":1024,"name":"status_count","url":"modules/entities_stats.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Stats.__type"},{"id":9202,"kind":1024,"name":"domain_count","url":"modules/entities_stats.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Stats.__type"},{"id":9203,"kind":4194304,"name":"Instance","url":"modules/entities_stats.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9204,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Instance"},{"id":9205,"kind":1024,"name":"uri","url":"modules/entities_stats.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Instance.__type"},{"id":9206,"kind":1024,"name":"title","url":"modules/entities_stats.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Instance.__type"},{"id":9207,"kind":1024,"name":"description","url":"modules/entities_stats.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Instance.__type"},{"id":9208,"kind":1024,"name":"email","url":"modules/entities_stats.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Instance.__type"},{"id":9209,"kind":1024,"name":"version","url":"modules/entities_stats.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Instance.__type"},{"id":9210,"kind":1024,"name":"thumbnail","url":"modules/entities_stats.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Instance.__type"},{"id":9211,"kind":1024,"name":"urls","url":"modules/entities_stats.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Instance.__type"},{"id":9212,"kind":1024,"name":"stats","url":"modules/entities_stats.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Instance.__type"},{"id":9213,"kind":1024,"name":"languages","url":"modules/entities_stats.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Instance.__type"},{"id":9214,"kind":1024,"name":"contact_account","url":"modules/entities_stats.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Instance.__type"},{"id":9215,"kind":1024,"name":"max_toot_chars","url":"modules/entities_stats.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Instance.__type"},{"id":9216,"kind":1024,"name":"registrations","url":"modules/entities_stats.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Instance.__type"},{"id":9217,"kind":4194304,"name":"List","url":"modules/entities_stats.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9218,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.List"},{"id":9219,"kind":1024,"name":"id","url":"modules/entities_stats.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.List.__type"},{"id":9220,"kind":1024,"name":"title","url":"modules/entities_stats.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.List.__type"},{"id":9221,"kind":4194304,"name":"Marker","url":"modules/entities_stats.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9222,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Marker"},{"id":9223,"kind":1024,"name":"home","url":"modules/entities_stats.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Marker.__type"},{"id":9224,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Marker.__type"},{"id":9225,"kind":1024,"name":"last_read_id","url":"modules/entities_stats.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Marker.__type.__type"},{"id":9226,"kind":1024,"name":"version","url":"modules/entities_stats.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Marker.__type.__type"},{"id":9227,"kind":1024,"name":"updated_at","url":"modules/entities_stats.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Marker.__type.__type"},{"id":9228,"kind":1024,"name":"notifications","url":"modules/entities_stats.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Marker.__type"},{"id":9229,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Marker.__type"},{"id":9230,"kind":1024,"name":"last_read_id","url":"modules/entities_stats.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Marker.__type.__type"},{"id":9231,"kind":1024,"name":"version","url":"modules/entities_stats.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Marker.__type.__type"},{"id":9232,"kind":1024,"name":"updated_at","url":"modules/entities_stats.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Marker.__type.__type"},{"id":9233,"kind":4194304,"name":"Notification","url":"modules/entities_stats.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9234,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Notification"},{"id":9235,"kind":1024,"name":"account","url":"modules/entities_stats.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Notification.__type"},{"id":9236,"kind":1024,"name":"created_at","url":"modules/entities_stats.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Notification.__type"},{"id":9237,"kind":1024,"name":"id","url":"modules/entities_stats.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Notification.__type"},{"id":9238,"kind":1024,"name":"status","url":"modules/entities_stats.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Notification.__type"},{"id":9239,"kind":1024,"name":"emoji","url":"modules/entities_stats.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Notification.__type"},{"id":9240,"kind":1024,"name":"type","url":"modules/entities_stats.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Notification.__type"},{"id":9241,"kind":4194304,"name":"NotificationType","url":"modules/entities_stats.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9242,"kind":4194304,"name":"Preferences","url":"modules/entities_stats.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9243,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Preferences"},{"id":9244,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_stats.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Preferences.__type"},{"id":9245,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_stats.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Preferences.__type"},{"id":9246,"kind":1024,"name":"posting:default:language","url":"modules/entities_stats.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Preferences.__type"},{"id":9247,"kind":1024,"name":"reading:expand:media","url":"modules/entities_stats.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Preferences.__type"},{"id":9248,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_stats.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Preferences.__type"},{"id":9249,"kind":4194304,"name":"PushSubscription","url":"modules/entities_stats.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9250,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.PushSubscription"},{"id":9251,"kind":1024,"name":"id","url":"modules/entities_stats.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.PushSubscription.__type"},{"id":9252,"kind":1024,"name":"endpoint","url":"modules/entities_stats.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.PushSubscription.__type"},{"id":9253,"kind":1024,"name":"server_key","url":"modules/entities_stats.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.PushSubscription.__type"},{"id":9254,"kind":1024,"name":"alerts","url":"modules/entities_stats.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.PushSubscription.__type"},{"id":9255,"kind":4194304,"name":"Relationship","url":"modules/entities_stats.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9256,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Relationship"},{"id":9257,"kind":1024,"name":"id","url":"modules/entities_stats.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Relationship.__type"},{"id":9258,"kind":1024,"name":"following","url":"modules/entities_stats.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Relationship.__type"},{"id":9259,"kind":1024,"name":"followed_by","url":"modules/entities_stats.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Relationship.__type"},{"id":9260,"kind":1024,"name":"blocking","url":"modules/entities_stats.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Relationship.__type"},{"id":9261,"kind":1024,"name":"muting","url":"modules/entities_stats.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Relationship.__type"},{"id":9262,"kind":1024,"name":"muting_notifications","url":"modules/entities_stats.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Relationship.__type"},{"id":9263,"kind":1024,"name":"requested","url":"modules/entities_stats.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Relationship.__type"},{"id":9264,"kind":1024,"name":"domain_blocking","url":"modules/entities_stats.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Relationship.__type"},{"id":9265,"kind":1024,"name":"showing_reblogs","url":"modules/entities_stats.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Relationship.__type"},{"id":9266,"kind":1024,"name":"endorsed","url":"modules/entities_stats.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Relationship.__type"},{"id":9267,"kind":4194304,"name":"Report","url":"modules/entities_stats.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9268,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Report"},{"id":9269,"kind":1024,"name":"id","url":"modules/entities_stats.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Report.__type"},{"id":9270,"kind":1024,"name":"action_taken","url":"modules/entities_stats.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Report.__type"},{"id":9271,"kind":1024,"name":"comment","url":"modules/entities_stats.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Report.__type"},{"id":9272,"kind":1024,"name":"account_id","url":"modules/entities_stats.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Report.__type"},{"id":9273,"kind":1024,"name":"status_ids","url":"modules/entities_stats.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Report.__type"},{"id":9274,"kind":4194304,"name":"Results","url":"modules/entities_stats.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9275,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Results"},{"id":9276,"kind":1024,"name":"accounts","url":"modules/entities_stats.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Results.__type"},{"id":9277,"kind":1024,"name":"statuses","url":"modules/entities_stats.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Results.__type"},{"id":9278,"kind":1024,"name":"hashtags","url":"modules/entities_stats.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Results.__type"},{"id":9279,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_stats.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9280,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.ScheduledStatus"},{"id":9281,"kind":1024,"name":"id","url":"modules/entities_stats.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.ScheduledStatus.__type"},{"id":9282,"kind":1024,"name":"scheduled_at","url":"modules/entities_stats.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.ScheduledStatus.__type"},{"id":9283,"kind":1024,"name":"params","url":"modules/entities_stats.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.ScheduledStatus.__type"},{"id":9284,"kind":1024,"name":"media_attachments","url":"modules/entities_stats.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.ScheduledStatus.__type"},{"id":9285,"kind":4194304,"name":"StatusParams","url":"modules/entities_stats.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9286,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.StatusParams"},{"id":9287,"kind":1024,"name":"text","url":"modules/entities_stats.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.StatusParams.__type"},{"id":9288,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_stats.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.StatusParams.__type"},{"id":9289,"kind":1024,"name":"media_ids","url":"modules/entities_stats.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.StatusParams.__type"},{"id":9290,"kind":1024,"name":"sensitive","url":"modules/entities_stats.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.StatusParams.__type"},{"id":9291,"kind":1024,"name":"spoiler_text","url":"modules/entities_stats.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.StatusParams.__type"},{"id":9292,"kind":1024,"name":"visibility","url":"modules/entities_stats.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.StatusParams.__type"},{"id":9293,"kind":1024,"name":"scheduled_at","url":"modules/entities_stats.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.StatusParams.__type"},{"id":9294,"kind":1024,"name":"application_id","url":"modules/entities_stats.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.StatusParams.__type"},{"id":9295,"kind":4194304,"name":"Token","url":"modules/entities_stats.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/stats.Entity"},{"id":9296,"kind":65536,"name":"__type","url":"modules/entities_stats.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/stats.Entity.Token"},{"id":9297,"kind":1024,"name":"access_token","url":"modules/entities_stats.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Token.__type"},{"id":9298,"kind":1024,"name":"token_type","url":"modules/entities_stats.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Token.__type"},{"id":9299,"kind":1024,"name":"scope","url":"modules/entities_stats.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Token.__type"},{"id":9300,"kind":1024,"name":"created_at","url":"modules/entities_stats.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/stats.Entity.Token.__type"},{"id":9301,"kind":2,"name":"Entity","url":"modules/entities_status.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/status"},{"id":9302,"kind":4194304,"name":"Emoji","url":"modules/entities_status.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9303,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Emoji"},{"id":9304,"kind":1024,"name":"shortcode","url":"modules/entities_status.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Emoji.__type"},{"id":9305,"kind":1024,"name":"static_url","url":"modules/entities_status.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Emoji.__type"},{"id":9306,"kind":1024,"name":"url","url":"modules/entities_status.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Emoji.__type"},{"id":9307,"kind":1024,"name":"visible_in_picker","url":"modules/entities_status.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Emoji.__type"},{"id":9308,"kind":4194304,"name":"Source","url":"modules/entities_status.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9309,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Source"},{"id":9310,"kind":1024,"name":"privacy","url":"modules/entities_status.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Source.__type"},{"id":9311,"kind":1024,"name":"sensitive","url":"modules/entities_status.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Source.__type"},{"id":9312,"kind":1024,"name":"language","url":"modules/entities_status.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Source.__type"},{"id":9313,"kind":1024,"name":"note","url":"modules/entities_status.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Source.__type"},{"id":9314,"kind":1024,"name":"fields","url":"modules/entities_status.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Source.__type"},{"id":9315,"kind":4194304,"name":"Account","url":"modules/entities_status.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9316,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Account"},{"id":9317,"kind":1024,"name":"id","url":"modules/entities_status.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Account.__type"},{"id":9318,"kind":1024,"name":"username","url":"modules/entities_status.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Account.__type"},{"id":9319,"kind":1024,"name":"acct","url":"modules/entities_status.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Account.__type"},{"id":9320,"kind":1024,"name":"display_name","url":"modules/entities_status.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Account.__type"},{"id":9321,"kind":1024,"name":"locked","url":"modules/entities_status.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Account.__type"},{"id":9322,"kind":1024,"name":"created_at","url":"modules/entities_status.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Account.__type"},{"id":9323,"kind":1024,"name":"followers_count","url":"modules/entities_status.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Account.__type"},{"id":9324,"kind":1024,"name":"following_count","url":"modules/entities_status.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Account.__type"},{"id":9325,"kind":1024,"name":"statuses_count","url":"modules/entities_status.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Account.__type"},{"id":9326,"kind":1024,"name":"note","url":"modules/entities_status.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Account.__type"},{"id":9327,"kind":1024,"name":"url","url":"modules/entities_status.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Account.__type"},{"id":9328,"kind":1024,"name":"avatar","url":"modules/entities_status.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Account.__type"},{"id":9329,"kind":1024,"name":"avatar_static","url":"modules/entities_status.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Account.__type"},{"id":9330,"kind":1024,"name":"header","url":"modules/entities_status.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Account.__type"},{"id":9331,"kind":1024,"name":"header_static","url":"modules/entities_status.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Account.__type"},{"id":9332,"kind":1024,"name":"emojis","url":"modules/entities_status.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Account.__type"},{"id":9333,"kind":1024,"name":"moved","url":"modules/entities_status.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Account.__type"},{"id":9334,"kind":1024,"name":"fields","url":"modules/entities_status.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Account.__type"},{"id":9335,"kind":1024,"name":"bot","url":"modules/entities_status.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Account.__type"},{"id":9336,"kind":1024,"name":"source","url":"modules/entities_status.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Account.__type"},{"id":9337,"kind":4194304,"name":"Activity","url":"modules/entities_status.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9338,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Activity"},{"id":9339,"kind":1024,"name":"week","url":"modules/entities_status.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Activity.__type"},{"id":9340,"kind":1024,"name":"statuses","url":"modules/entities_status.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Activity.__type"},{"id":9341,"kind":1024,"name":"logins","url":"modules/entities_status.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Activity.__type"},{"id":9342,"kind":1024,"name":"registrations","url":"modules/entities_status.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Activity.__type"},{"id":9343,"kind":4194304,"name":"Application","url":"modules/entities_status.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9344,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Application"},{"id":9345,"kind":1024,"name":"name","url":"modules/entities_status.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Application.__type"},{"id":9346,"kind":1024,"name":"website","url":"modules/entities_status.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Application.__type"},{"id":9347,"kind":1024,"name":"vapid_key","url":"modules/entities_status.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Application.__type"},{"id":9348,"kind":4194304,"name":"Attachment","url":"modules/entities_status.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9349,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Attachment"},{"id":9350,"kind":1024,"name":"id","url":"modules/entities_status.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Attachment.__type"},{"id":9351,"kind":1024,"name":"type","url":"modules/entities_status.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Attachment.__type"},{"id":9352,"kind":1024,"name":"url","url":"modules/entities_status.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Attachment.__type"},{"id":9353,"kind":1024,"name":"remote_url","url":"modules/entities_status.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Attachment.__type"},{"id":9354,"kind":1024,"name":"preview_url","url":"modules/entities_status.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Attachment.__type"},{"id":9355,"kind":1024,"name":"text_url","url":"modules/entities_status.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Attachment.__type"},{"id":9356,"kind":1024,"name":"meta","url":"modules/entities_status.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Attachment.__type"},{"id":9357,"kind":1024,"name":"description","url":"modules/entities_status.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Attachment.__type"},{"id":9358,"kind":4194304,"name":"Card","url":"modules/entities_status.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9359,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Card"},{"id":9360,"kind":1024,"name":"url","url":"modules/entities_status.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Card.__type"},{"id":9361,"kind":1024,"name":"title","url":"modules/entities_status.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Card.__type"},{"id":9362,"kind":1024,"name":"description","url":"modules/entities_status.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Card.__type"},{"id":9363,"kind":1024,"name":"type","url":"modules/entities_status.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Card.__type"},{"id":9364,"kind":1024,"name":"image","url":"modules/entities_status.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Card.__type"},{"id":9365,"kind":1024,"name":"author_name","url":"modules/entities_status.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Card.__type"},{"id":9366,"kind":1024,"name":"author_url","url":"modules/entities_status.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Card.__type"},{"id":9367,"kind":1024,"name":"provider_name","url":"modules/entities_status.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Card.__type"},{"id":9368,"kind":1024,"name":"provider_url","url":"modules/entities_status.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Card.__type"},{"id":9369,"kind":1024,"name":"html","url":"modules/entities_status.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Card.__type"},{"id":9370,"kind":1024,"name":"width","url":"modules/entities_status.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Card.__type"},{"id":9371,"kind":1024,"name":"height","url":"modules/entities_status.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Card.__type"},{"id":9372,"kind":4194304,"name":"Mention","url":"modules/entities_status.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9373,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Mention"},{"id":9374,"kind":1024,"name":"id","url":"modules/entities_status.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Mention.__type"},{"id":9375,"kind":1024,"name":"username","url":"modules/entities_status.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Mention.__type"},{"id":9376,"kind":1024,"name":"url","url":"modules/entities_status.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Mention.__type"},{"id":9377,"kind":1024,"name":"acct","url":"modules/entities_status.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Mention.__type"},{"id":9378,"kind":4194304,"name":"History","url":"modules/entities_status.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9379,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.History"},{"id":9380,"kind":1024,"name":"day","url":"modules/entities_status.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.History.__type"},{"id":9381,"kind":1024,"name":"uses","url":"modules/entities_status.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.History.__type"},{"id":9382,"kind":1024,"name":"accounts","url":"modules/entities_status.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.History.__type"},{"id":9383,"kind":4194304,"name":"Tag","url":"modules/entities_status.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9384,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Tag"},{"id":9385,"kind":1024,"name":"name","url":"modules/entities_status.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Tag.__type"},{"id":9386,"kind":1024,"name":"url","url":"modules/entities_status.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Tag.__type"},{"id":9387,"kind":1024,"name":"history","url":"modules/entities_status.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Tag.__type"},{"id":9388,"kind":4194304,"name":"PollOption","url":"modules/entities_status.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9389,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.PollOption"},{"id":9390,"kind":1024,"name":"title","url":"modules/entities_status.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.PollOption.__type"},{"id":9391,"kind":1024,"name":"votes_count","url":"modules/entities_status.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.PollOption.__type"},{"id":9392,"kind":4194304,"name":"Poll","url":"modules/entities_status.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9393,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Poll"},{"id":9394,"kind":1024,"name":"id","url":"modules/entities_status.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Poll.__type"},{"id":9395,"kind":1024,"name":"expires_at","url":"modules/entities_status.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Poll.__type"},{"id":9396,"kind":1024,"name":"expired","url":"modules/entities_status.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Poll.__type"},{"id":9397,"kind":1024,"name":"multiple","url":"modules/entities_status.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Poll.__type"},{"id":9398,"kind":1024,"name":"votes_count","url":"modules/entities_status.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Poll.__type"},{"id":9399,"kind":1024,"name":"options","url":"modules/entities_status.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Poll.__type"},{"id":9400,"kind":1024,"name":"voted","url":"modules/entities_status.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Poll.__type"},{"id":9401,"kind":4194304,"name":"Reaction","url":"modules/entities_status.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9402,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Reaction"},{"id":9403,"kind":1024,"name":"count","url":"modules/entities_status.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Reaction.__type"},{"id":9404,"kind":1024,"name":"me","url":"modules/entities_status.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Reaction.__type"},{"id":9405,"kind":1024,"name":"name","url":"modules/entities_status.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Reaction.__type"},{"id":9406,"kind":1024,"name":"accounts","url":"modules/entities_status.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Reaction.__type"},{"id":9407,"kind":4194304,"name":"Status","url":"modules/entities_status.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9408,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Status"},{"id":9409,"kind":1024,"name":"id","url":"modules/entities_status.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9410,"kind":1024,"name":"uri","url":"modules/entities_status.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9411,"kind":1024,"name":"url","url":"modules/entities_status.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9412,"kind":1024,"name":"account","url":"modules/entities_status.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9413,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_status.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9414,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_status.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9415,"kind":1024,"name":"reblog","url":"modules/entities_status.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9416,"kind":1024,"name":"content","url":"modules/entities_status.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9417,"kind":1024,"name":"created_at","url":"modules/entities_status.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9418,"kind":1024,"name":"emojis","url":"modules/entities_status.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9419,"kind":1024,"name":"replies_count","url":"modules/entities_status.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9420,"kind":1024,"name":"reblogs_count","url":"modules/entities_status.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9421,"kind":1024,"name":"favourites_count","url":"modules/entities_status.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9422,"kind":1024,"name":"reblogged","url":"modules/entities_status.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9423,"kind":1024,"name":"favourited","url":"modules/entities_status.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9424,"kind":1024,"name":"muted","url":"modules/entities_status.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9425,"kind":1024,"name":"sensitive","url":"modules/entities_status.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9426,"kind":1024,"name":"spoiler_text","url":"modules/entities_status.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9427,"kind":1024,"name":"visibility","url":"modules/entities_status.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9428,"kind":1024,"name":"media_attachments","url":"modules/entities_status.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9429,"kind":1024,"name":"mentions","url":"modules/entities_status.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9430,"kind":1024,"name":"tags","url":"modules/entities_status.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9431,"kind":1024,"name":"card","url":"modules/entities_status.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9432,"kind":1024,"name":"poll","url":"modules/entities_status.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9433,"kind":1024,"name":"application","url":"modules/entities_status.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9434,"kind":1024,"name":"language","url":"modules/entities_status.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9435,"kind":1024,"name":"pinned","url":"modules/entities_status.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9436,"kind":1024,"name":"emoji_reactions","url":"modules/entities_status.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9437,"kind":1024,"name":"quote","url":"modules/entities_status.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9438,"kind":1024,"name":"bookmarked","url":"modules/entities_status.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Status.__type"},{"id":9439,"kind":4194304,"name":"Context","url":"modules/entities_status.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9440,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Context"},{"id":9441,"kind":1024,"name":"ancestors","url":"modules/entities_status.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Context.__type"},{"id":9442,"kind":1024,"name":"descendants","url":"modules/entities_status.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Context.__type"},{"id":9443,"kind":4194304,"name":"Conversation","url":"modules/entities_status.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9444,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Conversation"},{"id":9445,"kind":1024,"name":"id","url":"modules/entities_status.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Conversation.__type"},{"id":9446,"kind":1024,"name":"accounts","url":"modules/entities_status.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Conversation.__type"},{"id":9447,"kind":1024,"name":"last_status","url":"modules/entities_status.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Conversation.__type"},{"id":9448,"kind":1024,"name":"unread","url":"modules/entities_status.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Conversation.__type"},{"id":9449,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_status.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9450,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.FeaturedTag"},{"id":9451,"kind":1024,"name":"id","url":"modules/entities_status.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.FeaturedTag.__type"},{"id":9452,"kind":1024,"name":"name","url":"modules/entities_status.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.FeaturedTag.__type"},{"id":9453,"kind":1024,"name":"statuses_count","url":"modules/entities_status.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.FeaturedTag.__type"},{"id":9454,"kind":1024,"name":"last_status_at","url":"modules/entities_status.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.FeaturedTag.__type"},{"id":9455,"kind":4194304,"name":"Field","url":"modules/entities_status.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9456,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Field"},{"id":9457,"kind":1024,"name":"name","url":"modules/entities_status.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Field.__type"},{"id":9458,"kind":1024,"name":"value","url":"modules/entities_status.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Field.__type"},{"id":9459,"kind":1024,"name":"verified_at","url":"modules/entities_status.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Field.__type"},{"id":9460,"kind":4194304,"name":"Filter","url":"modules/entities_status.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9461,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Filter"},{"id":9462,"kind":1024,"name":"id","url":"modules/entities_status.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Filter.__type"},{"id":9463,"kind":1024,"name":"phrase","url":"modules/entities_status.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Filter.__type"},{"id":9464,"kind":1024,"name":"context","url":"modules/entities_status.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Filter.__type"},{"id":9465,"kind":1024,"name":"expires_at","url":"modules/entities_status.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Filter.__type"},{"id":9466,"kind":1024,"name":"irreversible","url":"modules/entities_status.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Filter.__type"},{"id":9467,"kind":1024,"name":"whole_word","url":"modules/entities_status.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Filter.__type"},{"id":9468,"kind":4194304,"name":"IdentityProof","url":"modules/entities_status.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9469,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.IdentityProof"},{"id":9470,"kind":1024,"name":"provider","url":"modules/entities_status.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.IdentityProof.__type"},{"id":9471,"kind":1024,"name":"provider_username","url":"modules/entities_status.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.IdentityProof.__type"},{"id":9472,"kind":1024,"name":"updated_at","url":"modules/entities_status.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.IdentityProof.__type"},{"id":9473,"kind":1024,"name":"proof_url","url":"modules/entities_status.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.IdentityProof.__type"},{"id":9474,"kind":1024,"name":"profile_url","url":"modules/entities_status.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.IdentityProof.__type"},{"id":9475,"kind":4194304,"name":"URLs","url":"modules/entities_status.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9476,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.URLs"},{"id":9477,"kind":1024,"name":"streaming_api","url":"modules/entities_status.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.URLs.__type"},{"id":9478,"kind":4194304,"name":"Stats","url":"modules/entities_status.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9479,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Stats"},{"id":9480,"kind":1024,"name":"user_count","url":"modules/entities_status.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Stats.__type"},{"id":9481,"kind":1024,"name":"status_count","url":"modules/entities_status.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Stats.__type"},{"id":9482,"kind":1024,"name":"domain_count","url":"modules/entities_status.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Stats.__type"},{"id":9483,"kind":4194304,"name":"Instance","url":"modules/entities_status.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9484,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Instance"},{"id":9485,"kind":1024,"name":"uri","url":"modules/entities_status.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Instance.__type"},{"id":9486,"kind":1024,"name":"title","url":"modules/entities_status.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Instance.__type"},{"id":9487,"kind":1024,"name":"description","url":"modules/entities_status.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Instance.__type"},{"id":9488,"kind":1024,"name":"email","url":"modules/entities_status.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Instance.__type"},{"id":9489,"kind":1024,"name":"version","url":"modules/entities_status.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Instance.__type"},{"id":9490,"kind":1024,"name":"thumbnail","url":"modules/entities_status.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Instance.__type"},{"id":9491,"kind":1024,"name":"urls","url":"modules/entities_status.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Instance.__type"},{"id":9492,"kind":1024,"name":"stats","url":"modules/entities_status.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Instance.__type"},{"id":9493,"kind":1024,"name":"languages","url":"modules/entities_status.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Instance.__type"},{"id":9494,"kind":1024,"name":"contact_account","url":"modules/entities_status.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Instance.__type"},{"id":9495,"kind":1024,"name":"max_toot_chars","url":"modules/entities_status.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Instance.__type"},{"id":9496,"kind":1024,"name":"registrations","url":"modules/entities_status.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Instance.__type"},{"id":9497,"kind":4194304,"name":"List","url":"modules/entities_status.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9498,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.List"},{"id":9499,"kind":1024,"name":"id","url":"modules/entities_status.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.List.__type"},{"id":9500,"kind":1024,"name":"title","url":"modules/entities_status.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.List.__type"},{"id":9501,"kind":4194304,"name":"Marker","url":"modules/entities_status.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9502,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Marker"},{"id":9503,"kind":1024,"name":"home","url":"modules/entities_status.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Marker.__type"},{"id":9504,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/status.Entity.Marker.__type"},{"id":9505,"kind":1024,"name":"last_read_id","url":"modules/entities_status.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Marker.__type.__type"},{"id":9506,"kind":1024,"name":"version","url":"modules/entities_status.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Marker.__type.__type"},{"id":9507,"kind":1024,"name":"updated_at","url":"modules/entities_status.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Marker.__type.__type"},{"id":9508,"kind":1024,"name":"notifications","url":"modules/entities_status.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Marker.__type"},{"id":9509,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/status.Entity.Marker.__type"},{"id":9510,"kind":1024,"name":"last_read_id","url":"modules/entities_status.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Marker.__type.__type"},{"id":9511,"kind":1024,"name":"version","url":"modules/entities_status.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Marker.__type.__type"},{"id":9512,"kind":1024,"name":"updated_at","url":"modules/entities_status.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Marker.__type.__type"},{"id":9513,"kind":4194304,"name":"Notification","url":"modules/entities_status.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9514,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Notification"},{"id":9515,"kind":1024,"name":"account","url":"modules/entities_status.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Notification.__type"},{"id":9516,"kind":1024,"name":"created_at","url":"modules/entities_status.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Notification.__type"},{"id":9517,"kind":1024,"name":"id","url":"modules/entities_status.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Notification.__type"},{"id":9518,"kind":1024,"name":"status","url":"modules/entities_status.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Notification.__type"},{"id":9519,"kind":1024,"name":"emoji","url":"modules/entities_status.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Notification.__type"},{"id":9520,"kind":1024,"name":"type","url":"modules/entities_status.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Notification.__type"},{"id":9521,"kind":4194304,"name":"NotificationType","url":"modules/entities_status.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9522,"kind":4194304,"name":"Preferences","url":"modules/entities_status.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9523,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Preferences"},{"id":9524,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_status.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Preferences.__type"},{"id":9525,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_status.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Preferences.__type"},{"id":9526,"kind":1024,"name":"posting:default:language","url":"modules/entities_status.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Preferences.__type"},{"id":9527,"kind":1024,"name":"reading:expand:media","url":"modules/entities_status.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Preferences.__type"},{"id":9528,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_status.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Preferences.__type"},{"id":9529,"kind":4194304,"name":"PushSubscription","url":"modules/entities_status.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9530,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.PushSubscription"},{"id":9531,"kind":1024,"name":"id","url":"modules/entities_status.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.PushSubscription.__type"},{"id":9532,"kind":1024,"name":"endpoint","url":"modules/entities_status.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.PushSubscription.__type"},{"id":9533,"kind":1024,"name":"server_key","url":"modules/entities_status.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.PushSubscription.__type"},{"id":9534,"kind":1024,"name":"alerts","url":"modules/entities_status.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.PushSubscription.__type"},{"id":9535,"kind":4194304,"name":"Relationship","url":"modules/entities_status.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9536,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Relationship"},{"id":9537,"kind":1024,"name":"id","url":"modules/entities_status.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Relationship.__type"},{"id":9538,"kind":1024,"name":"following","url":"modules/entities_status.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Relationship.__type"},{"id":9539,"kind":1024,"name":"followed_by","url":"modules/entities_status.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Relationship.__type"},{"id":9540,"kind":1024,"name":"blocking","url":"modules/entities_status.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Relationship.__type"},{"id":9541,"kind":1024,"name":"muting","url":"modules/entities_status.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Relationship.__type"},{"id":9542,"kind":1024,"name":"muting_notifications","url":"modules/entities_status.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Relationship.__type"},{"id":9543,"kind":1024,"name":"requested","url":"modules/entities_status.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Relationship.__type"},{"id":9544,"kind":1024,"name":"domain_blocking","url":"modules/entities_status.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Relationship.__type"},{"id":9545,"kind":1024,"name":"showing_reblogs","url":"modules/entities_status.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Relationship.__type"},{"id":9546,"kind":1024,"name":"endorsed","url":"modules/entities_status.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Relationship.__type"},{"id":9547,"kind":4194304,"name":"Report","url":"modules/entities_status.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9548,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Report"},{"id":9549,"kind":1024,"name":"id","url":"modules/entities_status.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Report.__type"},{"id":9550,"kind":1024,"name":"action_taken","url":"modules/entities_status.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Report.__type"},{"id":9551,"kind":1024,"name":"comment","url":"modules/entities_status.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Report.__type"},{"id":9552,"kind":1024,"name":"account_id","url":"modules/entities_status.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Report.__type"},{"id":9553,"kind":1024,"name":"status_ids","url":"modules/entities_status.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Report.__type"},{"id":9554,"kind":4194304,"name":"Results","url":"modules/entities_status.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9555,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Results"},{"id":9556,"kind":1024,"name":"accounts","url":"modules/entities_status.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Results.__type"},{"id":9557,"kind":1024,"name":"statuses","url":"modules/entities_status.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Results.__type"},{"id":9558,"kind":1024,"name":"hashtags","url":"modules/entities_status.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Results.__type"},{"id":9559,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_status.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9560,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.ScheduledStatus"},{"id":9561,"kind":1024,"name":"id","url":"modules/entities_status.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.ScheduledStatus.__type"},{"id":9562,"kind":1024,"name":"scheduled_at","url":"modules/entities_status.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.ScheduledStatus.__type"},{"id":9563,"kind":1024,"name":"params","url":"modules/entities_status.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.ScheduledStatus.__type"},{"id":9564,"kind":1024,"name":"media_attachments","url":"modules/entities_status.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.ScheduledStatus.__type"},{"id":9565,"kind":4194304,"name":"StatusParams","url":"modules/entities_status.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9566,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.StatusParams"},{"id":9567,"kind":1024,"name":"text","url":"modules/entities_status.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.StatusParams.__type"},{"id":9568,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_status.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.StatusParams.__type"},{"id":9569,"kind":1024,"name":"media_ids","url":"modules/entities_status.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.StatusParams.__type"},{"id":9570,"kind":1024,"name":"sensitive","url":"modules/entities_status.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.StatusParams.__type"},{"id":9571,"kind":1024,"name":"spoiler_text","url":"modules/entities_status.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.StatusParams.__type"},{"id":9572,"kind":1024,"name":"visibility","url":"modules/entities_status.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.StatusParams.__type"},{"id":9573,"kind":1024,"name":"scheduled_at","url":"modules/entities_status.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.StatusParams.__type"},{"id":9574,"kind":1024,"name":"application_id","url":"modules/entities_status.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.StatusParams.__type"},{"id":9575,"kind":4194304,"name":"Token","url":"modules/entities_status.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status.Entity"},{"id":9576,"kind":65536,"name":"__type","url":"modules/entities_status.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status.Entity.Token"},{"id":9577,"kind":1024,"name":"access_token","url":"modules/entities_status.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Token.__type"},{"id":9578,"kind":1024,"name":"token_type","url":"modules/entities_status.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Token.__type"},{"id":9579,"kind":1024,"name":"scope","url":"modules/entities_status.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Token.__type"},{"id":9580,"kind":1024,"name":"created_at","url":"modules/entities_status.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status.Entity.Token.__type"},{"id":9581,"kind":2,"name":"Entity","url":"modules/entities_status_params.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/status_params"},{"id":9582,"kind":4194304,"name":"Emoji","url":"modules/entities_status_params.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9583,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Emoji"},{"id":9584,"kind":1024,"name":"shortcode","url":"modules/entities_status_params.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Emoji.__type"},{"id":9585,"kind":1024,"name":"static_url","url":"modules/entities_status_params.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Emoji.__type"},{"id":9586,"kind":1024,"name":"url","url":"modules/entities_status_params.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Emoji.__type"},{"id":9587,"kind":1024,"name":"visible_in_picker","url":"modules/entities_status_params.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Emoji.__type"},{"id":9588,"kind":4194304,"name":"Source","url":"modules/entities_status_params.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9589,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Source"},{"id":9590,"kind":1024,"name":"privacy","url":"modules/entities_status_params.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Source.__type"},{"id":9591,"kind":1024,"name":"sensitive","url":"modules/entities_status_params.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Source.__type"},{"id":9592,"kind":1024,"name":"language","url":"modules/entities_status_params.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Source.__type"},{"id":9593,"kind":1024,"name":"note","url":"modules/entities_status_params.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Source.__type"},{"id":9594,"kind":1024,"name":"fields","url":"modules/entities_status_params.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Source.__type"},{"id":9595,"kind":4194304,"name":"Account","url":"modules/entities_status_params.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9596,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Account"},{"id":9597,"kind":1024,"name":"id","url":"modules/entities_status_params.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Account.__type"},{"id":9598,"kind":1024,"name":"username","url":"modules/entities_status_params.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Account.__type"},{"id":9599,"kind":1024,"name":"acct","url":"modules/entities_status_params.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Account.__type"},{"id":9600,"kind":1024,"name":"display_name","url":"modules/entities_status_params.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Account.__type"},{"id":9601,"kind":1024,"name":"locked","url":"modules/entities_status_params.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Account.__type"},{"id":9602,"kind":1024,"name":"created_at","url":"modules/entities_status_params.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Account.__type"},{"id":9603,"kind":1024,"name":"followers_count","url":"modules/entities_status_params.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Account.__type"},{"id":9604,"kind":1024,"name":"following_count","url":"modules/entities_status_params.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Account.__type"},{"id":9605,"kind":1024,"name":"statuses_count","url":"modules/entities_status_params.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Account.__type"},{"id":9606,"kind":1024,"name":"note","url":"modules/entities_status_params.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Account.__type"},{"id":9607,"kind":1024,"name":"url","url":"modules/entities_status_params.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Account.__type"},{"id":9608,"kind":1024,"name":"avatar","url":"modules/entities_status_params.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Account.__type"},{"id":9609,"kind":1024,"name":"avatar_static","url":"modules/entities_status_params.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Account.__type"},{"id":9610,"kind":1024,"name":"header","url":"modules/entities_status_params.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Account.__type"},{"id":9611,"kind":1024,"name":"header_static","url":"modules/entities_status_params.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Account.__type"},{"id":9612,"kind":1024,"name":"emojis","url":"modules/entities_status_params.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Account.__type"},{"id":9613,"kind":1024,"name":"moved","url":"modules/entities_status_params.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Account.__type"},{"id":9614,"kind":1024,"name":"fields","url":"modules/entities_status_params.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Account.__type"},{"id":9615,"kind":1024,"name":"bot","url":"modules/entities_status_params.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Account.__type"},{"id":9616,"kind":1024,"name":"source","url":"modules/entities_status_params.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Account.__type"},{"id":9617,"kind":4194304,"name":"Activity","url":"modules/entities_status_params.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9618,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Activity"},{"id":9619,"kind":1024,"name":"week","url":"modules/entities_status_params.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Activity.__type"},{"id":9620,"kind":1024,"name":"statuses","url":"modules/entities_status_params.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Activity.__type"},{"id":9621,"kind":1024,"name":"logins","url":"modules/entities_status_params.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Activity.__type"},{"id":9622,"kind":1024,"name":"registrations","url":"modules/entities_status_params.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Activity.__type"},{"id":9623,"kind":4194304,"name":"Application","url":"modules/entities_status_params.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9624,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Application"},{"id":9625,"kind":1024,"name":"name","url":"modules/entities_status_params.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Application.__type"},{"id":9626,"kind":1024,"name":"website","url":"modules/entities_status_params.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Application.__type"},{"id":9627,"kind":1024,"name":"vapid_key","url":"modules/entities_status_params.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Application.__type"},{"id":9628,"kind":4194304,"name":"Attachment","url":"modules/entities_status_params.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9629,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Attachment"},{"id":9630,"kind":1024,"name":"id","url":"modules/entities_status_params.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Attachment.__type"},{"id":9631,"kind":1024,"name":"type","url":"modules/entities_status_params.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Attachment.__type"},{"id":9632,"kind":1024,"name":"url","url":"modules/entities_status_params.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Attachment.__type"},{"id":9633,"kind":1024,"name":"remote_url","url":"modules/entities_status_params.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Attachment.__type"},{"id":9634,"kind":1024,"name":"preview_url","url":"modules/entities_status_params.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Attachment.__type"},{"id":9635,"kind":1024,"name":"text_url","url":"modules/entities_status_params.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Attachment.__type"},{"id":9636,"kind":1024,"name":"meta","url":"modules/entities_status_params.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Attachment.__type"},{"id":9637,"kind":1024,"name":"description","url":"modules/entities_status_params.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Attachment.__type"},{"id":9638,"kind":4194304,"name":"Card","url":"modules/entities_status_params.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9639,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Card"},{"id":9640,"kind":1024,"name":"url","url":"modules/entities_status_params.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Card.__type"},{"id":9641,"kind":1024,"name":"title","url":"modules/entities_status_params.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Card.__type"},{"id":9642,"kind":1024,"name":"description","url":"modules/entities_status_params.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Card.__type"},{"id":9643,"kind":1024,"name":"type","url":"modules/entities_status_params.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Card.__type"},{"id":9644,"kind":1024,"name":"image","url":"modules/entities_status_params.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Card.__type"},{"id":9645,"kind":1024,"name":"author_name","url":"modules/entities_status_params.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Card.__type"},{"id":9646,"kind":1024,"name":"author_url","url":"modules/entities_status_params.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Card.__type"},{"id":9647,"kind":1024,"name":"provider_name","url":"modules/entities_status_params.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Card.__type"},{"id":9648,"kind":1024,"name":"provider_url","url":"modules/entities_status_params.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Card.__type"},{"id":9649,"kind":1024,"name":"html","url":"modules/entities_status_params.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Card.__type"},{"id":9650,"kind":1024,"name":"width","url":"modules/entities_status_params.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Card.__type"},{"id":9651,"kind":1024,"name":"height","url":"modules/entities_status_params.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Card.__type"},{"id":9652,"kind":4194304,"name":"Mention","url":"modules/entities_status_params.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9653,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Mention"},{"id":9654,"kind":1024,"name":"id","url":"modules/entities_status_params.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Mention.__type"},{"id":9655,"kind":1024,"name":"username","url":"modules/entities_status_params.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Mention.__type"},{"id":9656,"kind":1024,"name":"url","url":"modules/entities_status_params.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Mention.__type"},{"id":9657,"kind":1024,"name":"acct","url":"modules/entities_status_params.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Mention.__type"},{"id":9658,"kind":4194304,"name":"History","url":"modules/entities_status_params.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9659,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.History"},{"id":9660,"kind":1024,"name":"day","url":"modules/entities_status_params.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.History.__type"},{"id":9661,"kind":1024,"name":"uses","url":"modules/entities_status_params.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.History.__type"},{"id":9662,"kind":1024,"name":"accounts","url":"modules/entities_status_params.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.History.__type"},{"id":9663,"kind":4194304,"name":"Tag","url":"modules/entities_status_params.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9664,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Tag"},{"id":9665,"kind":1024,"name":"name","url":"modules/entities_status_params.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Tag.__type"},{"id":9666,"kind":1024,"name":"url","url":"modules/entities_status_params.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Tag.__type"},{"id":9667,"kind":1024,"name":"history","url":"modules/entities_status_params.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Tag.__type"},{"id":9668,"kind":4194304,"name":"PollOption","url":"modules/entities_status_params.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9669,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.PollOption"},{"id":9670,"kind":1024,"name":"title","url":"modules/entities_status_params.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.PollOption.__type"},{"id":9671,"kind":1024,"name":"votes_count","url":"modules/entities_status_params.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.PollOption.__type"},{"id":9672,"kind":4194304,"name":"Poll","url":"modules/entities_status_params.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9673,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Poll"},{"id":9674,"kind":1024,"name":"id","url":"modules/entities_status_params.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Poll.__type"},{"id":9675,"kind":1024,"name":"expires_at","url":"modules/entities_status_params.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Poll.__type"},{"id":9676,"kind":1024,"name":"expired","url":"modules/entities_status_params.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Poll.__type"},{"id":9677,"kind":1024,"name":"multiple","url":"modules/entities_status_params.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Poll.__type"},{"id":9678,"kind":1024,"name":"votes_count","url":"modules/entities_status_params.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Poll.__type"},{"id":9679,"kind":1024,"name":"options","url":"modules/entities_status_params.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Poll.__type"},{"id":9680,"kind":1024,"name":"voted","url":"modules/entities_status_params.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Poll.__type"},{"id":9681,"kind":4194304,"name":"Reaction","url":"modules/entities_status_params.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9682,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Reaction"},{"id":9683,"kind":1024,"name":"count","url":"modules/entities_status_params.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Reaction.__type"},{"id":9684,"kind":1024,"name":"me","url":"modules/entities_status_params.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Reaction.__type"},{"id":9685,"kind":1024,"name":"name","url":"modules/entities_status_params.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Reaction.__type"},{"id":9686,"kind":1024,"name":"accounts","url":"modules/entities_status_params.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Reaction.__type"},{"id":9687,"kind":4194304,"name":"Status","url":"modules/entities_status_params.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9688,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Status"},{"id":9689,"kind":1024,"name":"id","url":"modules/entities_status_params.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9690,"kind":1024,"name":"uri","url":"modules/entities_status_params.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9691,"kind":1024,"name":"url","url":"modules/entities_status_params.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9692,"kind":1024,"name":"account","url":"modules/entities_status_params.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9693,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_status_params.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9694,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_status_params.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9695,"kind":1024,"name":"reblog","url":"modules/entities_status_params.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9696,"kind":1024,"name":"content","url":"modules/entities_status_params.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9697,"kind":1024,"name":"created_at","url":"modules/entities_status_params.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9698,"kind":1024,"name":"emojis","url":"modules/entities_status_params.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9699,"kind":1024,"name":"replies_count","url":"modules/entities_status_params.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9700,"kind":1024,"name":"reblogs_count","url":"modules/entities_status_params.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9701,"kind":1024,"name":"favourites_count","url":"modules/entities_status_params.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9702,"kind":1024,"name":"reblogged","url":"modules/entities_status_params.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9703,"kind":1024,"name":"favourited","url":"modules/entities_status_params.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9704,"kind":1024,"name":"muted","url":"modules/entities_status_params.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9705,"kind":1024,"name":"sensitive","url":"modules/entities_status_params.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9706,"kind":1024,"name":"spoiler_text","url":"modules/entities_status_params.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9707,"kind":1024,"name":"visibility","url":"modules/entities_status_params.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9708,"kind":1024,"name":"media_attachments","url":"modules/entities_status_params.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9709,"kind":1024,"name":"mentions","url":"modules/entities_status_params.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9710,"kind":1024,"name":"tags","url":"modules/entities_status_params.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9711,"kind":1024,"name":"card","url":"modules/entities_status_params.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9712,"kind":1024,"name":"poll","url":"modules/entities_status_params.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9713,"kind":1024,"name":"application","url":"modules/entities_status_params.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9714,"kind":1024,"name":"language","url":"modules/entities_status_params.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9715,"kind":1024,"name":"pinned","url":"modules/entities_status_params.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9716,"kind":1024,"name":"emoji_reactions","url":"modules/entities_status_params.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9717,"kind":1024,"name":"quote","url":"modules/entities_status_params.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9718,"kind":1024,"name":"bookmarked","url":"modules/entities_status_params.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Status.__type"},{"id":9719,"kind":4194304,"name":"Context","url":"modules/entities_status_params.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9720,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Context"},{"id":9721,"kind":1024,"name":"ancestors","url":"modules/entities_status_params.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Context.__type"},{"id":9722,"kind":1024,"name":"descendants","url":"modules/entities_status_params.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Context.__type"},{"id":9723,"kind":4194304,"name":"Conversation","url":"modules/entities_status_params.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9724,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Conversation"},{"id":9725,"kind":1024,"name":"id","url":"modules/entities_status_params.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Conversation.__type"},{"id":9726,"kind":1024,"name":"accounts","url":"modules/entities_status_params.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Conversation.__type"},{"id":9727,"kind":1024,"name":"last_status","url":"modules/entities_status_params.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Conversation.__type"},{"id":9728,"kind":1024,"name":"unread","url":"modules/entities_status_params.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Conversation.__type"},{"id":9729,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_status_params.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9730,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.FeaturedTag"},{"id":9731,"kind":1024,"name":"id","url":"modules/entities_status_params.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.FeaturedTag.__type"},{"id":9732,"kind":1024,"name":"name","url":"modules/entities_status_params.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.FeaturedTag.__type"},{"id":9733,"kind":1024,"name":"statuses_count","url":"modules/entities_status_params.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.FeaturedTag.__type"},{"id":9734,"kind":1024,"name":"last_status_at","url":"modules/entities_status_params.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.FeaturedTag.__type"},{"id":9735,"kind":4194304,"name":"Field","url":"modules/entities_status_params.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9736,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Field"},{"id":9737,"kind":1024,"name":"name","url":"modules/entities_status_params.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Field.__type"},{"id":9738,"kind":1024,"name":"value","url":"modules/entities_status_params.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Field.__type"},{"id":9739,"kind":1024,"name":"verified_at","url":"modules/entities_status_params.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Field.__type"},{"id":9740,"kind":4194304,"name":"Filter","url":"modules/entities_status_params.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9741,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Filter"},{"id":9742,"kind":1024,"name":"id","url":"modules/entities_status_params.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Filter.__type"},{"id":9743,"kind":1024,"name":"phrase","url":"modules/entities_status_params.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Filter.__type"},{"id":9744,"kind":1024,"name":"context","url":"modules/entities_status_params.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Filter.__type"},{"id":9745,"kind":1024,"name":"expires_at","url":"modules/entities_status_params.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Filter.__type"},{"id":9746,"kind":1024,"name":"irreversible","url":"modules/entities_status_params.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Filter.__type"},{"id":9747,"kind":1024,"name":"whole_word","url":"modules/entities_status_params.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Filter.__type"},{"id":9748,"kind":4194304,"name":"IdentityProof","url":"modules/entities_status_params.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9749,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.IdentityProof"},{"id":9750,"kind":1024,"name":"provider","url":"modules/entities_status_params.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.IdentityProof.__type"},{"id":9751,"kind":1024,"name":"provider_username","url":"modules/entities_status_params.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.IdentityProof.__type"},{"id":9752,"kind":1024,"name":"updated_at","url":"modules/entities_status_params.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.IdentityProof.__type"},{"id":9753,"kind":1024,"name":"proof_url","url":"modules/entities_status_params.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.IdentityProof.__type"},{"id":9754,"kind":1024,"name":"profile_url","url":"modules/entities_status_params.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.IdentityProof.__type"},{"id":9755,"kind":4194304,"name":"URLs","url":"modules/entities_status_params.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9756,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.URLs"},{"id":9757,"kind":1024,"name":"streaming_api","url":"modules/entities_status_params.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.URLs.__type"},{"id":9758,"kind":4194304,"name":"Stats","url":"modules/entities_status_params.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9759,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Stats"},{"id":9760,"kind":1024,"name":"user_count","url":"modules/entities_status_params.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Stats.__type"},{"id":9761,"kind":1024,"name":"status_count","url":"modules/entities_status_params.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Stats.__type"},{"id":9762,"kind":1024,"name":"domain_count","url":"modules/entities_status_params.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Stats.__type"},{"id":9763,"kind":4194304,"name":"Instance","url":"modules/entities_status_params.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9764,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Instance"},{"id":9765,"kind":1024,"name":"uri","url":"modules/entities_status_params.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Instance.__type"},{"id":9766,"kind":1024,"name":"title","url":"modules/entities_status_params.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Instance.__type"},{"id":9767,"kind":1024,"name":"description","url":"modules/entities_status_params.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Instance.__type"},{"id":9768,"kind":1024,"name":"email","url":"modules/entities_status_params.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Instance.__type"},{"id":9769,"kind":1024,"name":"version","url":"modules/entities_status_params.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Instance.__type"},{"id":9770,"kind":1024,"name":"thumbnail","url":"modules/entities_status_params.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Instance.__type"},{"id":9771,"kind":1024,"name":"urls","url":"modules/entities_status_params.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Instance.__type"},{"id":9772,"kind":1024,"name":"stats","url":"modules/entities_status_params.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Instance.__type"},{"id":9773,"kind":1024,"name":"languages","url":"modules/entities_status_params.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Instance.__type"},{"id":9774,"kind":1024,"name":"contact_account","url":"modules/entities_status_params.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Instance.__type"},{"id":9775,"kind":1024,"name":"max_toot_chars","url":"modules/entities_status_params.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Instance.__type"},{"id":9776,"kind":1024,"name":"registrations","url":"modules/entities_status_params.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Instance.__type"},{"id":9777,"kind":4194304,"name":"List","url":"modules/entities_status_params.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9778,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.List"},{"id":9779,"kind":1024,"name":"id","url":"modules/entities_status_params.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.List.__type"},{"id":9780,"kind":1024,"name":"title","url":"modules/entities_status_params.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.List.__type"},{"id":9781,"kind":4194304,"name":"Marker","url":"modules/entities_status_params.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9782,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Marker"},{"id":9783,"kind":1024,"name":"home","url":"modules/entities_status_params.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Marker.__type"},{"id":9784,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Marker.__type"},{"id":9785,"kind":1024,"name":"last_read_id","url":"modules/entities_status_params.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Marker.__type.__type"},{"id":9786,"kind":1024,"name":"version","url":"modules/entities_status_params.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Marker.__type.__type"},{"id":9787,"kind":1024,"name":"updated_at","url":"modules/entities_status_params.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Marker.__type.__type"},{"id":9788,"kind":1024,"name":"notifications","url":"modules/entities_status_params.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Marker.__type"},{"id":9789,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Marker.__type"},{"id":9790,"kind":1024,"name":"last_read_id","url":"modules/entities_status_params.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Marker.__type.__type"},{"id":9791,"kind":1024,"name":"version","url":"modules/entities_status_params.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Marker.__type.__type"},{"id":9792,"kind":1024,"name":"updated_at","url":"modules/entities_status_params.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Marker.__type.__type"},{"id":9793,"kind":4194304,"name":"Notification","url":"modules/entities_status_params.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9794,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Notification"},{"id":9795,"kind":1024,"name":"account","url":"modules/entities_status_params.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Notification.__type"},{"id":9796,"kind":1024,"name":"created_at","url":"modules/entities_status_params.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Notification.__type"},{"id":9797,"kind":1024,"name":"id","url":"modules/entities_status_params.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Notification.__type"},{"id":9798,"kind":1024,"name":"status","url":"modules/entities_status_params.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Notification.__type"},{"id":9799,"kind":1024,"name":"emoji","url":"modules/entities_status_params.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Notification.__type"},{"id":9800,"kind":1024,"name":"type","url":"modules/entities_status_params.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Notification.__type"},{"id":9801,"kind":4194304,"name":"NotificationType","url":"modules/entities_status_params.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9802,"kind":4194304,"name":"Preferences","url":"modules/entities_status_params.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9803,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Preferences"},{"id":9804,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_status_params.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Preferences.__type"},{"id":9805,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_status_params.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Preferences.__type"},{"id":9806,"kind":1024,"name":"posting:default:language","url":"modules/entities_status_params.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Preferences.__type"},{"id":9807,"kind":1024,"name":"reading:expand:media","url":"modules/entities_status_params.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Preferences.__type"},{"id":9808,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_status_params.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Preferences.__type"},{"id":9809,"kind":4194304,"name":"PushSubscription","url":"modules/entities_status_params.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9810,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.PushSubscription"},{"id":9811,"kind":1024,"name":"id","url":"modules/entities_status_params.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.PushSubscription.__type"},{"id":9812,"kind":1024,"name":"endpoint","url":"modules/entities_status_params.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.PushSubscription.__type"},{"id":9813,"kind":1024,"name":"server_key","url":"modules/entities_status_params.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.PushSubscription.__type"},{"id":9814,"kind":1024,"name":"alerts","url":"modules/entities_status_params.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.PushSubscription.__type"},{"id":9815,"kind":4194304,"name":"Relationship","url":"modules/entities_status_params.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9816,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Relationship"},{"id":9817,"kind":1024,"name":"id","url":"modules/entities_status_params.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Relationship.__type"},{"id":9818,"kind":1024,"name":"following","url":"modules/entities_status_params.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Relationship.__type"},{"id":9819,"kind":1024,"name":"followed_by","url":"modules/entities_status_params.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Relationship.__type"},{"id":9820,"kind":1024,"name":"blocking","url":"modules/entities_status_params.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Relationship.__type"},{"id":9821,"kind":1024,"name":"muting","url":"modules/entities_status_params.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Relationship.__type"},{"id":9822,"kind":1024,"name":"muting_notifications","url":"modules/entities_status_params.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Relationship.__type"},{"id":9823,"kind":1024,"name":"requested","url":"modules/entities_status_params.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Relationship.__type"},{"id":9824,"kind":1024,"name":"domain_blocking","url":"modules/entities_status_params.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Relationship.__type"},{"id":9825,"kind":1024,"name":"showing_reblogs","url":"modules/entities_status_params.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Relationship.__type"},{"id":9826,"kind":1024,"name":"endorsed","url":"modules/entities_status_params.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Relationship.__type"},{"id":9827,"kind":4194304,"name":"Report","url":"modules/entities_status_params.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9828,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Report"},{"id":9829,"kind":1024,"name":"id","url":"modules/entities_status_params.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Report.__type"},{"id":9830,"kind":1024,"name":"action_taken","url":"modules/entities_status_params.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Report.__type"},{"id":9831,"kind":1024,"name":"comment","url":"modules/entities_status_params.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Report.__type"},{"id":9832,"kind":1024,"name":"account_id","url":"modules/entities_status_params.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Report.__type"},{"id":9833,"kind":1024,"name":"status_ids","url":"modules/entities_status_params.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Report.__type"},{"id":9834,"kind":4194304,"name":"Results","url":"modules/entities_status_params.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9835,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Results"},{"id":9836,"kind":1024,"name":"accounts","url":"modules/entities_status_params.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Results.__type"},{"id":9837,"kind":1024,"name":"statuses","url":"modules/entities_status_params.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Results.__type"},{"id":9838,"kind":1024,"name":"hashtags","url":"modules/entities_status_params.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Results.__type"},{"id":9839,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_status_params.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9840,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.ScheduledStatus"},{"id":9841,"kind":1024,"name":"id","url":"modules/entities_status_params.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.ScheduledStatus.__type"},{"id":9842,"kind":1024,"name":"scheduled_at","url":"modules/entities_status_params.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.ScheduledStatus.__type"},{"id":9843,"kind":1024,"name":"params","url":"modules/entities_status_params.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.ScheduledStatus.__type"},{"id":9844,"kind":1024,"name":"media_attachments","url":"modules/entities_status_params.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.ScheduledStatus.__type"},{"id":9845,"kind":4194304,"name":"StatusParams","url":"modules/entities_status_params.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9846,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.StatusParams"},{"id":9847,"kind":1024,"name":"text","url":"modules/entities_status_params.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.StatusParams.__type"},{"id":9848,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_status_params.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.StatusParams.__type"},{"id":9849,"kind":1024,"name":"media_ids","url":"modules/entities_status_params.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.StatusParams.__type"},{"id":9850,"kind":1024,"name":"sensitive","url":"modules/entities_status_params.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.StatusParams.__type"},{"id":9851,"kind":1024,"name":"spoiler_text","url":"modules/entities_status_params.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.StatusParams.__type"},{"id":9852,"kind":1024,"name":"visibility","url":"modules/entities_status_params.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.StatusParams.__type"},{"id":9853,"kind":1024,"name":"scheduled_at","url":"modules/entities_status_params.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.StatusParams.__type"},{"id":9854,"kind":1024,"name":"application_id","url":"modules/entities_status_params.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.StatusParams.__type"},{"id":9855,"kind":4194304,"name":"Token","url":"modules/entities_status_params.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/status_params.Entity"},{"id":9856,"kind":65536,"name":"__type","url":"modules/entities_status_params.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/status_params.Entity.Token"},{"id":9857,"kind":1024,"name":"access_token","url":"modules/entities_status_params.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Token.__type"},{"id":9858,"kind":1024,"name":"token_type","url":"modules/entities_status_params.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Token.__type"},{"id":9859,"kind":1024,"name":"scope","url":"modules/entities_status_params.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Token.__type"},{"id":9860,"kind":1024,"name":"created_at","url":"modules/entities_status_params.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/status_params.Entity.Token.__type"},{"id":9861,"kind":2,"name":"Entity","url":"modules/entities_tag.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/tag"},{"id":9862,"kind":4194304,"name":"Emoji","url":"modules/entities_tag.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":9863,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Emoji"},{"id":9864,"kind":1024,"name":"shortcode","url":"modules/entities_tag.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Emoji.__type"},{"id":9865,"kind":1024,"name":"static_url","url":"modules/entities_tag.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Emoji.__type"},{"id":9866,"kind":1024,"name":"url","url":"modules/entities_tag.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Emoji.__type"},{"id":9867,"kind":1024,"name":"visible_in_picker","url":"modules/entities_tag.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Emoji.__type"},{"id":9868,"kind":4194304,"name":"Source","url":"modules/entities_tag.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":9869,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Source"},{"id":9870,"kind":1024,"name":"privacy","url":"modules/entities_tag.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Source.__type"},{"id":9871,"kind":1024,"name":"sensitive","url":"modules/entities_tag.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Source.__type"},{"id":9872,"kind":1024,"name":"language","url":"modules/entities_tag.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Source.__type"},{"id":9873,"kind":1024,"name":"note","url":"modules/entities_tag.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Source.__type"},{"id":9874,"kind":1024,"name":"fields","url":"modules/entities_tag.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Source.__type"},{"id":9875,"kind":4194304,"name":"Account","url":"modules/entities_tag.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":9876,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Account"},{"id":9877,"kind":1024,"name":"id","url":"modules/entities_tag.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Account.__type"},{"id":9878,"kind":1024,"name":"username","url":"modules/entities_tag.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Account.__type"},{"id":9879,"kind":1024,"name":"acct","url":"modules/entities_tag.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Account.__type"},{"id":9880,"kind":1024,"name":"display_name","url":"modules/entities_tag.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Account.__type"},{"id":9881,"kind":1024,"name":"locked","url":"modules/entities_tag.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Account.__type"},{"id":9882,"kind":1024,"name":"created_at","url":"modules/entities_tag.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Account.__type"},{"id":9883,"kind":1024,"name":"followers_count","url":"modules/entities_tag.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Account.__type"},{"id":9884,"kind":1024,"name":"following_count","url":"modules/entities_tag.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Account.__type"},{"id":9885,"kind":1024,"name":"statuses_count","url":"modules/entities_tag.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Account.__type"},{"id":9886,"kind":1024,"name":"note","url":"modules/entities_tag.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Account.__type"},{"id":9887,"kind":1024,"name":"url","url":"modules/entities_tag.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Account.__type"},{"id":9888,"kind":1024,"name":"avatar","url":"modules/entities_tag.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Account.__type"},{"id":9889,"kind":1024,"name":"avatar_static","url":"modules/entities_tag.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Account.__type"},{"id":9890,"kind":1024,"name":"header","url":"modules/entities_tag.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Account.__type"},{"id":9891,"kind":1024,"name":"header_static","url":"modules/entities_tag.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Account.__type"},{"id":9892,"kind":1024,"name":"emojis","url":"modules/entities_tag.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Account.__type"},{"id":9893,"kind":1024,"name":"moved","url":"modules/entities_tag.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Account.__type"},{"id":9894,"kind":1024,"name":"fields","url":"modules/entities_tag.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Account.__type"},{"id":9895,"kind":1024,"name":"bot","url":"modules/entities_tag.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Account.__type"},{"id":9896,"kind":1024,"name":"source","url":"modules/entities_tag.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Account.__type"},{"id":9897,"kind":4194304,"name":"Activity","url":"modules/entities_tag.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":9898,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Activity"},{"id":9899,"kind":1024,"name":"week","url":"modules/entities_tag.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Activity.__type"},{"id":9900,"kind":1024,"name":"statuses","url":"modules/entities_tag.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Activity.__type"},{"id":9901,"kind":1024,"name":"logins","url":"modules/entities_tag.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Activity.__type"},{"id":9902,"kind":1024,"name":"registrations","url":"modules/entities_tag.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Activity.__type"},{"id":9903,"kind":4194304,"name":"Application","url":"modules/entities_tag.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":9904,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Application"},{"id":9905,"kind":1024,"name":"name","url":"modules/entities_tag.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Application.__type"},{"id":9906,"kind":1024,"name":"website","url":"modules/entities_tag.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Application.__type"},{"id":9907,"kind":1024,"name":"vapid_key","url":"modules/entities_tag.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Application.__type"},{"id":9908,"kind":4194304,"name":"Attachment","url":"modules/entities_tag.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":9909,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Attachment"},{"id":9910,"kind":1024,"name":"id","url":"modules/entities_tag.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Attachment.__type"},{"id":9911,"kind":1024,"name":"type","url":"modules/entities_tag.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Attachment.__type"},{"id":9912,"kind":1024,"name":"url","url":"modules/entities_tag.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Attachment.__type"},{"id":9913,"kind":1024,"name":"remote_url","url":"modules/entities_tag.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Attachment.__type"},{"id":9914,"kind":1024,"name":"preview_url","url":"modules/entities_tag.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Attachment.__type"},{"id":9915,"kind":1024,"name":"text_url","url":"modules/entities_tag.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Attachment.__type"},{"id":9916,"kind":1024,"name":"meta","url":"modules/entities_tag.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Attachment.__type"},{"id":9917,"kind":1024,"name":"description","url":"modules/entities_tag.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Attachment.__type"},{"id":9918,"kind":4194304,"name":"Card","url":"modules/entities_tag.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":9919,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Card"},{"id":9920,"kind":1024,"name":"url","url":"modules/entities_tag.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Card.__type"},{"id":9921,"kind":1024,"name":"title","url":"modules/entities_tag.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Card.__type"},{"id":9922,"kind":1024,"name":"description","url":"modules/entities_tag.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Card.__type"},{"id":9923,"kind":1024,"name":"type","url":"modules/entities_tag.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Card.__type"},{"id":9924,"kind":1024,"name":"image","url":"modules/entities_tag.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Card.__type"},{"id":9925,"kind":1024,"name":"author_name","url":"modules/entities_tag.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Card.__type"},{"id":9926,"kind":1024,"name":"author_url","url":"modules/entities_tag.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Card.__type"},{"id":9927,"kind":1024,"name":"provider_name","url":"modules/entities_tag.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Card.__type"},{"id":9928,"kind":1024,"name":"provider_url","url":"modules/entities_tag.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Card.__type"},{"id":9929,"kind":1024,"name":"html","url":"modules/entities_tag.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Card.__type"},{"id":9930,"kind":1024,"name":"width","url":"modules/entities_tag.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Card.__type"},{"id":9931,"kind":1024,"name":"height","url":"modules/entities_tag.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Card.__type"},{"id":9932,"kind":4194304,"name":"Mention","url":"modules/entities_tag.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":9933,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Mention"},{"id":9934,"kind":1024,"name":"id","url":"modules/entities_tag.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Mention.__type"},{"id":9935,"kind":1024,"name":"username","url":"modules/entities_tag.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Mention.__type"},{"id":9936,"kind":1024,"name":"url","url":"modules/entities_tag.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Mention.__type"},{"id":9937,"kind":1024,"name":"acct","url":"modules/entities_tag.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Mention.__type"},{"id":9938,"kind":4194304,"name":"History","url":"modules/entities_tag.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":9939,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.History"},{"id":9940,"kind":1024,"name":"day","url":"modules/entities_tag.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.History.__type"},{"id":9941,"kind":1024,"name":"uses","url":"modules/entities_tag.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.History.__type"},{"id":9942,"kind":1024,"name":"accounts","url":"modules/entities_tag.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.History.__type"},{"id":9943,"kind":4194304,"name":"Tag","url":"modules/entities_tag.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":9944,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Tag"},{"id":9945,"kind":1024,"name":"name","url":"modules/entities_tag.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Tag.__type"},{"id":9946,"kind":1024,"name":"url","url":"modules/entities_tag.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Tag.__type"},{"id":9947,"kind":1024,"name":"history","url":"modules/entities_tag.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Tag.__type"},{"id":9948,"kind":4194304,"name":"PollOption","url":"modules/entities_tag.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":9949,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.PollOption"},{"id":9950,"kind":1024,"name":"title","url":"modules/entities_tag.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.PollOption.__type"},{"id":9951,"kind":1024,"name":"votes_count","url":"modules/entities_tag.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.PollOption.__type"},{"id":9952,"kind":4194304,"name":"Poll","url":"modules/entities_tag.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":9953,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Poll"},{"id":9954,"kind":1024,"name":"id","url":"modules/entities_tag.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Poll.__type"},{"id":9955,"kind":1024,"name":"expires_at","url":"modules/entities_tag.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Poll.__type"},{"id":9956,"kind":1024,"name":"expired","url":"modules/entities_tag.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Poll.__type"},{"id":9957,"kind":1024,"name":"multiple","url":"modules/entities_tag.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Poll.__type"},{"id":9958,"kind":1024,"name":"votes_count","url":"modules/entities_tag.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Poll.__type"},{"id":9959,"kind":1024,"name":"options","url":"modules/entities_tag.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Poll.__type"},{"id":9960,"kind":1024,"name":"voted","url":"modules/entities_tag.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Poll.__type"},{"id":9961,"kind":4194304,"name":"Reaction","url":"modules/entities_tag.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":9962,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Reaction"},{"id":9963,"kind":1024,"name":"count","url":"modules/entities_tag.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Reaction.__type"},{"id":9964,"kind":1024,"name":"me","url":"modules/entities_tag.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Reaction.__type"},{"id":9965,"kind":1024,"name":"name","url":"modules/entities_tag.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Reaction.__type"},{"id":9966,"kind":1024,"name":"accounts","url":"modules/entities_tag.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Reaction.__type"},{"id":9967,"kind":4194304,"name":"Status","url":"modules/entities_tag.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":9968,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Status"},{"id":9969,"kind":1024,"name":"id","url":"modules/entities_tag.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9970,"kind":1024,"name":"uri","url":"modules/entities_tag.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9971,"kind":1024,"name":"url","url":"modules/entities_tag.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9972,"kind":1024,"name":"account","url":"modules/entities_tag.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9973,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_tag.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9974,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_tag.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9975,"kind":1024,"name":"reblog","url":"modules/entities_tag.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9976,"kind":1024,"name":"content","url":"modules/entities_tag.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9977,"kind":1024,"name":"created_at","url":"modules/entities_tag.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9978,"kind":1024,"name":"emojis","url":"modules/entities_tag.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9979,"kind":1024,"name":"replies_count","url":"modules/entities_tag.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9980,"kind":1024,"name":"reblogs_count","url":"modules/entities_tag.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9981,"kind":1024,"name":"favourites_count","url":"modules/entities_tag.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9982,"kind":1024,"name":"reblogged","url":"modules/entities_tag.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9983,"kind":1024,"name":"favourited","url":"modules/entities_tag.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9984,"kind":1024,"name":"muted","url":"modules/entities_tag.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9985,"kind":1024,"name":"sensitive","url":"modules/entities_tag.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9986,"kind":1024,"name":"spoiler_text","url":"modules/entities_tag.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9987,"kind":1024,"name":"visibility","url":"modules/entities_tag.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9988,"kind":1024,"name":"media_attachments","url":"modules/entities_tag.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9989,"kind":1024,"name":"mentions","url":"modules/entities_tag.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9990,"kind":1024,"name":"tags","url":"modules/entities_tag.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9991,"kind":1024,"name":"card","url":"modules/entities_tag.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9992,"kind":1024,"name":"poll","url":"modules/entities_tag.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9993,"kind":1024,"name":"application","url":"modules/entities_tag.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9994,"kind":1024,"name":"language","url":"modules/entities_tag.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9995,"kind":1024,"name":"pinned","url":"modules/entities_tag.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9996,"kind":1024,"name":"emoji_reactions","url":"modules/entities_tag.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9997,"kind":1024,"name":"quote","url":"modules/entities_tag.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9998,"kind":1024,"name":"bookmarked","url":"modules/entities_tag.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Status.__type"},{"id":9999,"kind":4194304,"name":"Context","url":"modules/entities_tag.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":10000,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Context"},{"id":10001,"kind":1024,"name":"ancestors","url":"modules/entities_tag.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Context.__type"},{"id":10002,"kind":1024,"name":"descendants","url":"modules/entities_tag.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Context.__type"},{"id":10003,"kind":4194304,"name":"Conversation","url":"modules/entities_tag.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":10004,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Conversation"},{"id":10005,"kind":1024,"name":"id","url":"modules/entities_tag.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Conversation.__type"},{"id":10006,"kind":1024,"name":"accounts","url":"modules/entities_tag.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Conversation.__type"},{"id":10007,"kind":1024,"name":"last_status","url":"modules/entities_tag.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Conversation.__type"},{"id":10008,"kind":1024,"name":"unread","url":"modules/entities_tag.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Conversation.__type"},{"id":10009,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_tag.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":10010,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.FeaturedTag"},{"id":10011,"kind":1024,"name":"id","url":"modules/entities_tag.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.FeaturedTag.__type"},{"id":10012,"kind":1024,"name":"name","url":"modules/entities_tag.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.FeaturedTag.__type"},{"id":10013,"kind":1024,"name":"statuses_count","url":"modules/entities_tag.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.FeaturedTag.__type"},{"id":10014,"kind":1024,"name":"last_status_at","url":"modules/entities_tag.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.FeaturedTag.__type"},{"id":10015,"kind":4194304,"name":"Field","url":"modules/entities_tag.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":10016,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Field"},{"id":10017,"kind":1024,"name":"name","url":"modules/entities_tag.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Field.__type"},{"id":10018,"kind":1024,"name":"value","url":"modules/entities_tag.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Field.__type"},{"id":10019,"kind":1024,"name":"verified_at","url":"modules/entities_tag.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Field.__type"},{"id":10020,"kind":4194304,"name":"Filter","url":"modules/entities_tag.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":10021,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Filter"},{"id":10022,"kind":1024,"name":"id","url":"modules/entities_tag.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Filter.__type"},{"id":10023,"kind":1024,"name":"phrase","url":"modules/entities_tag.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Filter.__type"},{"id":10024,"kind":1024,"name":"context","url":"modules/entities_tag.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Filter.__type"},{"id":10025,"kind":1024,"name":"expires_at","url":"modules/entities_tag.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Filter.__type"},{"id":10026,"kind":1024,"name":"irreversible","url":"modules/entities_tag.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Filter.__type"},{"id":10027,"kind":1024,"name":"whole_word","url":"modules/entities_tag.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Filter.__type"},{"id":10028,"kind":4194304,"name":"IdentityProof","url":"modules/entities_tag.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":10029,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.IdentityProof"},{"id":10030,"kind":1024,"name":"provider","url":"modules/entities_tag.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.IdentityProof.__type"},{"id":10031,"kind":1024,"name":"provider_username","url":"modules/entities_tag.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.IdentityProof.__type"},{"id":10032,"kind":1024,"name":"updated_at","url":"modules/entities_tag.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.IdentityProof.__type"},{"id":10033,"kind":1024,"name":"proof_url","url":"modules/entities_tag.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.IdentityProof.__type"},{"id":10034,"kind":1024,"name":"profile_url","url":"modules/entities_tag.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.IdentityProof.__type"},{"id":10035,"kind":4194304,"name":"URLs","url":"modules/entities_tag.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":10036,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.URLs"},{"id":10037,"kind":1024,"name":"streaming_api","url":"modules/entities_tag.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.URLs.__type"},{"id":10038,"kind":4194304,"name":"Stats","url":"modules/entities_tag.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":10039,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Stats"},{"id":10040,"kind":1024,"name":"user_count","url":"modules/entities_tag.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Stats.__type"},{"id":10041,"kind":1024,"name":"status_count","url":"modules/entities_tag.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Stats.__type"},{"id":10042,"kind":1024,"name":"domain_count","url":"modules/entities_tag.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Stats.__type"},{"id":10043,"kind":4194304,"name":"Instance","url":"modules/entities_tag.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":10044,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Instance"},{"id":10045,"kind":1024,"name":"uri","url":"modules/entities_tag.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Instance.__type"},{"id":10046,"kind":1024,"name":"title","url":"modules/entities_tag.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Instance.__type"},{"id":10047,"kind":1024,"name":"description","url":"modules/entities_tag.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Instance.__type"},{"id":10048,"kind":1024,"name":"email","url":"modules/entities_tag.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Instance.__type"},{"id":10049,"kind":1024,"name":"version","url":"modules/entities_tag.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Instance.__type"},{"id":10050,"kind":1024,"name":"thumbnail","url":"modules/entities_tag.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Instance.__type"},{"id":10051,"kind":1024,"name":"urls","url":"modules/entities_tag.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Instance.__type"},{"id":10052,"kind":1024,"name":"stats","url":"modules/entities_tag.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Instance.__type"},{"id":10053,"kind":1024,"name":"languages","url":"modules/entities_tag.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Instance.__type"},{"id":10054,"kind":1024,"name":"contact_account","url":"modules/entities_tag.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Instance.__type"},{"id":10055,"kind":1024,"name":"max_toot_chars","url":"modules/entities_tag.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Instance.__type"},{"id":10056,"kind":1024,"name":"registrations","url":"modules/entities_tag.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Instance.__type"},{"id":10057,"kind":4194304,"name":"List","url":"modules/entities_tag.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":10058,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.List"},{"id":10059,"kind":1024,"name":"id","url":"modules/entities_tag.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.List.__type"},{"id":10060,"kind":1024,"name":"title","url":"modules/entities_tag.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.List.__type"},{"id":10061,"kind":4194304,"name":"Marker","url":"modules/entities_tag.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":10062,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Marker"},{"id":10063,"kind":1024,"name":"home","url":"modules/entities_tag.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Marker.__type"},{"id":10064,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Marker.__type"},{"id":10065,"kind":1024,"name":"last_read_id","url":"modules/entities_tag.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Marker.__type.__type"},{"id":10066,"kind":1024,"name":"version","url":"modules/entities_tag.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Marker.__type.__type"},{"id":10067,"kind":1024,"name":"updated_at","url":"modules/entities_tag.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Marker.__type.__type"},{"id":10068,"kind":1024,"name":"notifications","url":"modules/entities_tag.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Marker.__type"},{"id":10069,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Marker.__type"},{"id":10070,"kind":1024,"name":"last_read_id","url":"modules/entities_tag.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Marker.__type.__type"},{"id":10071,"kind":1024,"name":"version","url":"modules/entities_tag.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Marker.__type.__type"},{"id":10072,"kind":1024,"name":"updated_at","url":"modules/entities_tag.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Marker.__type.__type"},{"id":10073,"kind":4194304,"name":"Notification","url":"modules/entities_tag.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":10074,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Notification"},{"id":10075,"kind":1024,"name":"account","url":"modules/entities_tag.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Notification.__type"},{"id":10076,"kind":1024,"name":"created_at","url":"modules/entities_tag.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Notification.__type"},{"id":10077,"kind":1024,"name":"id","url":"modules/entities_tag.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Notification.__type"},{"id":10078,"kind":1024,"name":"status","url":"modules/entities_tag.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Notification.__type"},{"id":10079,"kind":1024,"name":"emoji","url":"modules/entities_tag.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Notification.__type"},{"id":10080,"kind":1024,"name":"type","url":"modules/entities_tag.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Notification.__type"},{"id":10081,"kind":4194304,"name":"NotificationType","url":"modules/entities_tag.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":10082,"kind":4194304,"name":"Preferences","url":"modules/entities_tag.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":10083,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Preferences"},{"id":10084,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_tag.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Preferences.__type"},{"id":10085,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_tag.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Preferences.__type"},{"id":10086,"kind":1024,"name":"posting:default:language","url":"modules/entities_tag.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Preferences.__type"},{"id":10087,"kind":1024,"name":"reading:expand:media","url":"modules/entities_tag.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Preferences.__type"},{"id":10088,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_tag.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Preferences.__type"},{"id":10089,"kind":4194304,"name":"PushSubscription","url":"modules/entities_tag.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":10090,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.PushSubscription"},{"id":10091,"kind":1024,"name":"id","url":"modules/entities_tag.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.PushSubscription.__type"},{"id":10092,"kind":1024,"name":"endpoint","url":"modules/entities_tag.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.PushSubscription.__type"},{"id":10093,"kind":1024,"name":"server_key","url":"modules/entities_tag.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.PushSubscription.__type"},{"id":10094,"kind":1024,"name":"alerts","url":"modules/entities_tag.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.PushSubscription.__type"},{"id":10095,"kind":4194304,"name":"Relationship","url":"modules/entities_tag.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":10096,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Relationship"},{"id":10097,"kind":1024,"name":"id","url":"modules/entities_tag.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Relationship.__type"},{"id":10098,"kind":1024,"name":"following","url":"modules/entities_tag.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Relationship.__type"},{"id":10099,"kind":1024,"name":"followed_by","url":"modules/entities_tag.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Relationship.__type"},{"id":10100,"kind":1024,"name":"blocking","url":"modules/entities_tag.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Relationship.__type"},{"id":10101,"kind":1024,"name":"muting","url":"modules/entities_tag.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Relationship.__type"},{"id":10102,"kind":1024,"name":"muting_notifications","url":"modules/entities_tag.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Relationship.__type"},{"id":10103,"kind":1024,"name":"requested","url":"modules/entities_tag.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Relationship.__type"},{"id":10104,"kind":1024,"name":"domain_blocking","url":"modules/entities_tag.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Relationship.__type"},{"id":10105,"kind":1024,"name":"showing_reblogs","url":"modules/entities_tag.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Relationship.__type"},{"id":10106,"kind":1024,"name":"endorsed","url":"modules/entities_tag.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Relationship.__type"},{"id":10107,"kind":4194304,"name":"Report","url":"modules/entities_tag.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":10108,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Report"},{"id":10109,"kind":1024,"name":"id","url":"modules/entities_tag.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Report.__type"},{"id":10110,"kind":1024,"name":"action_taken","url":"modules/entities_tag.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Report.__type"},{"id":10111,"kind":1024,"name":"comment","url":"modules/entities_tag.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Report.__type"},{"id":10112,"kind":1024,"name":"account_id","url":"modules/entities_tag.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Report.__type"},{"id":10113,"kind":1024,"name":"status_ids","url":"modules/entities_tag.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Report.__type"},{"id":10114,"kind":4194304,"name":"Results","url":"modules/entities_tag.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":10115,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Results"},{"id":10116,"kind":1024,"name":"accounts","url":"modules/entities_tag.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Results.__type"},{"id":10117,"kind":1024,"name":"statuses","url":"modules/entities_tag.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Results.__type"},{"id":10118,"kind":1024,"name":"hashtags","url":"modules/entities_tag.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Results.__type"},{"id":10119,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_tag.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":10120,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.ScheduledStatus"},{"id":10121,"kind":1024,"name":"id","url":"modules/entities_tag.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.ScheduledStatus.__type"},{"id":10122,"kind":1024,"name":"scheduled_at","url":"modules/entities_tag.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.ScheduledStatus.__type"},{"id":10123,"kind":1024,"name":"params","url":"modules/entities_tag.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.ScheduledStatus.__type"},{"id":10124,"kind":1024,"name":"media_attachments","url":"modules/entities_tag.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.ScheduledStatus.__type"},{"id":10125,"kind":4194304,"name":"StatusParams","url":"modules/entities_tag.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":10126,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.StatusParams"},{"id":10127,"kind":1024,"name":"text","url":"modules/entities_tag.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.StatusParams.__type"},{"id":10128,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_tag.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.StatusParams.__type"},{"id":10129,"kind":1024,"name":"media_ids","url":"modules/entities_tag.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.StatusParams.__type"},{"id":10130,"kind":1024,"name":"sensitive","url":"modules/entities_tag.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.StatusParams.__type"},{"id":10131,"kind":1024,"name":"spoiler_text","url":"modules/entities_tag.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.StatusParams.__type"},{"id":10132,"kind":1024,"name":"visibility","url":"modules/entities_tag.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.StatusParams.__type"},{"id":10133,"kind":1024,"name":"scheduled_at","url":"modules/entities_tag.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.StatusParams.__type"},{"id":10134,"kind":1024,"name":"application_id","url":"modules/entities_tag.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.StatusParams.__type"},{"id":10135,"kind":4194304,"name":"Token","url":"modules/entities_tag.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/tag.Entity"},{"id":10136,"kind":65536,"name":"__type","url":"modules/entities_tag.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/tag.Entity.Token"},{"id":10137,"kind":1024,"name":"access_token","url":"modules/entities_tag.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Token.__type"},{"id":10138,"kind":1024,"name":"token_type","url":"modules/entities_tag.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Token.__type"},{"id":10139,"kind":1024,"name":"scope","url":"modules/entities_tag.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Token.__type"},{"id":10140,"kind":1024,"name":"created_at","url":"modules/entities_tag.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/tag.Entity.Token.__type"},{"id":10141,"kind":2,"name":"Entity","url":"modules/entities_token.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/token"},{"id":10142,"kind":4194304,"name":"Emoji","url":"modules/entities_token.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10143,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Emoji"},{"id":10144,"kind":1024,"name":"shortcode","url":"modules/entities_token.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Emoji.__type"},{"id":10145,"kind":1024,"name":"static_url","url":"modules/entities_token.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Emoji.__type"},{"id":10146,"kind":1024,"name":"url","url":"modules/entities_token.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Emoji.__type"},{"id":10147,"kind":1024,"name":"visible_in_picker","url":"modules/entities_token.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Emoji.__type"},{"id":10148,"kind":4194304,"name":"Source","url":"modules/entities_token.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10149,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Source"},{"id":10150,"kind":1024,"name":"privacy","url":"modules/entities_token.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Source.__type"},{"id":10151,"kind":1024,"name":"sensitive","url":"modules/entities_token.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Source.__type"},{"id":10152,"kind":1024,"name":"language","url":"modules/entities_token.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Source.__type"},{"id":10153,"kind":1024,"name":"note","url":"modules/entities_token.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Source.__type"},{"id":10154,"kind":1024,"name":"fields","url":"modules/entities_token.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Source.__type"},{"id":10155,"kind":4194304,"name":"Account","url":"modules/entities_token.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10156,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Account"},{"id":10157,"kind":1024,"name":"id","url":"modules/entities_token.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Account.__type"},{"id":10158,"kind":1024,"name":"username","url":"modules/entities_token.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Account.__type"},{"id":10159,"kind":1024,"name":"acct","url":"modules/entities_token.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Account.__type"},{"id":10160,"kind":1024,"name":"display_name","url":"modules/entities_token.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Account.__type"},{"id":10161,"kind":1024,"name":"locked","url":"modules/entities_token.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Account.__type"},{"id":10162,"kind":1024,"name":"created_at","url":"modules/entities_token.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Account.__type"},{"id":10163,"kind":1024,"name":"followers_count","url":"modules/entities_token.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Account.__type"},{"id":10164,"kind":1024,"name":"following_count","url":"modules/entities_token.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Account.__type"},{"id":10165,"kind":1024,"name":"statuses_count","url":"modules/entities_token.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Account.__type"},{"id":10166,"kind":1024,"name":"note","url":"modules/entities_token.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Account.__type"},{"id":10167,"kind":1024,"name":"url","url":"modules/entities_token.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Account.__type"},{"id":10168,"kind":1024,"name":"avatar","url":"modules/entities_token.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Account.__type"},{"id":10169,"kind":1024,"name":"avatar_static","url":"modules/entities_token.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Account.__type"},{"id":10170,"kind":1024,"name":"header","url":"modules/entities_token.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Account.__type"},{"id":10171,"kind":1024,"name":"header_static","url":"modules/entities_token.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Account.__type"},{"id":10172,"kind":1024,"name":"emojis","url":"modules/entities_token.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Account.__type"},{"id":10173,"kind":1024,"name":"moved","url":"modules/entities_token.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Account.__type"},{"id":10174,"kind":1024,"name":"fields","url":"modules/entities_token.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Account.__type"},{"id":10175,"kind":1024,"name":"bot","url":"modules/entities_token.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Account.__type"},{"id":10176,"kind":1024,"name":"source","url":"modules/entities_token.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Account.__type"},{"id":10177,"kind":4194304,"name":"Activity","url":"modules/entities_token.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10178,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Activity"},{"id":10179,"kind":1024,"name":"week","url":"modules/entities_token.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Activity.__type"},{"id":10180,"kind":1024,"name":"statuses","url":"modules/entities_token.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Activity.__type"},{"id":10181,"kind":1024,"name":"logins","url":"modules/entities_token.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Activity.__type"},{"id":10182,"kind":1024,"name":"registrations","url":"modules/entities_token.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Activity.__type"},{"id":10183,"kind":4194304,"name":"Application","url":"modules/entities_token.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10184,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Application"},{"id":10185,"kind":1024,"name":"name","url":"modules/entities_token.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Application.__type"},{"id":10186,"kind":1024,"name":"website","url":"modules/entities_token.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Application.__type"},{"id":10187,"kind":1024,"name":"vapid_key","url":"modules/entities_token.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Application.__type"},{"id":10188,"kind":4194304,"name":"Attachment","url":"modules/entities_token.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10189,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Attachment"},{"id":10190,"kind":1024,"name":"id","url":"modules/entities_token.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Attachment.__type"},{"id":10191,"kind":1024,"name":"type","url":"modules/entities_token.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Attachment.__type"},{"id":10192,"kind":1024,"name":"url","url":"modules/entities_token.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Attachment.__type"},{"id":10193,"kind":1024,"name":"remote_url","url":"modules/entities_token.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Attachment.__type"},{"id":10194,"kind":1024,"name":"preview_url","url":"modules/entities_token.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Attachment.__type"},{"id":10195,"kind":1024,"name":"text_url","url":"modules/entities_token.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Attachment.__type"},{"id":10196,"kind":1024,"name":"meta","url":"modules/entities_token.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Attachment.__type"},{"id":10197,"kind":1024,"name":"description","url":"modules/entities_token.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Attachment.__type"},{"id":10198,"kind":4194304,"name":"Card","url":"modules/entities_token.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10199,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Card"},{"id":10200,"kind":1024,"name":"url","url":"modules/entities_token.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Card.__type"},{"id":10201,"kind":1024,"name":"title","url":"modules/entities_token.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Card.__type"},{"id":10202,"kind":1024,"name":"description","url":"modules/entities_token.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Card.__type"},{"id":10203,"kind":1024,"name":"type","url":"modules/entities_token.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Card.__type"},{"id":10204,"kind":1024,"name":"image","url":"modules/entities_token.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Card.__type"},{"id":10205,"kind":1024,"name":"author_name","url":"modules/entities_token.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Card.__type"},{"id":10206,"kind":1024,"name":"author_url","url":"modules/entities_token.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Card.__type"},{"id":10207,"kind":1024,"name":"provider_name","url":"modules/entities_token.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Card.__type"},{"id":10208,"kind":1024,"name":"provider_url","url":"modules/entities_token.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Card.__type"},{"id":10209,"kind":1024,"name":"html","url":"modules/entities_token.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Card.__type"},{"id":10210,"kind":1024,"name":"width","url":"modules/entities_token.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Card.__type"},{"id":10211,"kind":1024,"name":"height","url":"modules/entities_token.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Card.__type"},{"id":10212,"kind":4194304,"name":"Mention","url":"modules/entities_token.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10213,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Mention"},{"id":10214,"kind":1024,"name":"id","url":"modules/entities_token.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Mention.__type"},{"id":10215,"kind":1024,"name":"username","url":"modules/entities_token.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Mention.__type"},{"id":10216,"kind":1024,"name":"url","url":"modules/entities_token.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Mention.__type"},{"id":10217,"kind":1024,"name":"acct","url":"modules/entities_token.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Mention.__type"},{"id":10218,"kind":4194304,"name":"History","url":"modules/entities_token.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10219,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.History"},{"id":10220,"kind":1024,"name":"day","url":"modules/entities_token.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.History.__type"},{"id":10221,"kind":1024,"name":"uses","url":"modules/entities_token.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.History.__type"},{"id":10222,"kind":1024,"name":"accounts","url":"modules/entities_token.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.History.__type"},{"id":10223,"kind":4194304,"name":"Tag","url":"modules/entities_token.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10224,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Tag"},{"id":10225,"kind":1024,"name":"name","url":"modules/entities_token.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Tag.__type"},{"id":10226,"kind":1024,"name":"url","url":"modules/entities_token.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Tag.__type"},{"id":10227,"kind":1024,"name":"history","url":"modules/entities_token.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Tag.__type"},{"id":10228,"kind":4194304,"name":"PollOption","url":"modules/entities_token.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10229,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.PollOption"},{"id":10230,"kind":1024,"name":"title","url":"modules/entities_token.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.PollOption.__type"},{"id":10231,"kind":1024,"name":"votes_count","url":"modules/entities_token.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.PollOption.__type"},{"id":10232,"kind":4194304,"name":"Poll","url":"modules/entities_token.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10233,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Poll"},{"id":10234,"kind":1024,"name":"id","url":"modules/entities_token.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Poll.__type"},{"id":10235,"kind":1024,"name":"expires_at","url":"modules/entities_token.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Poll.__type"},{"id":10236,"kind":1024,"name":"expired","url":"modules/entities_token.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Poll.__type"},{"id":10237,"kind":1024,"name":"multiple","url":"modules/entities_token.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Poll.__type"},{"id":10238,"kind":1024,"name":"votes_count","url":"modules/entities_token.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Poll.__type"},{"id":10239,"kind":1024,"name":"options","url":"modules/entities_token.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Poll.__type"},{"id":10240,"kind":1024,"name":"voted","url":"modules/entities_token.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Poll.__type"},{"id":10241,"kind":4194304,"name":"Reaction","url":"modules/entities_token.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10242,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Reaction"},{"id":10243,"kind":1024,"name":"count","url":"modules/entities_token.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Reaction.__type"},{"id":10244,"kind":1024,"name":"me","url":"modules/entities_token.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Reaction.__type"},{"id":10245,"kind":1024,"name":"name","url":"modules/entities_token.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Reaction.__type"},{"id":10246,"kind":1024,"name":"accounts","url":"modules/entities_token.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Reaction.__type"},{"id":10247,"kind":4194304,"name":"Status","url":"modules/entities_token.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10248,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Status"},{"id":10249,"kind":1024,"name":"id","url":"modules/entities_token.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10250,"kind":1024,"name":"uri","url":"modules/entities_token.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10251,"kind":1024,"name":"url","url":"modules/entities_token.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10252,"kind":1024,"name":"account","url":"modules/entities_token.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10253,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_token.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10254,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_token.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10255,"kind":1024,"name":"reblog","url":"modules/entities_token.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10256,"kind":1024,"name":"content","url":"modules/entities_token.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10257,"kind":1024,"name":"created_at","url":"modules/entities_token.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10258,"kind":1024,"name":"emojis","url":"modules/entities_token.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10259,"kind":1024,"name":"replies_count","url":"modules/entities_token.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10260,"kind":1024,"name":"reblogs_count","url":"modules/entities_token.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10261,"kind":1024,"name":"favourites_count","url":"modules/entities_token.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10262,"kind":1024,"name":"reblogged","url":"modules/entities_token.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10263,"kind":1024,"name":"favourited","url":"modules/entities_token.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10264,"kind":1024,"name":"muted","url":"modules/entities_token.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10265,"kind":1024,"name":"sensitive","url":"modules/entities_token.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10266,"kind":1024,"name":"spoiler_text","url":"modules/entities_token.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10267,"kind":1024,"name":"visibility","url":"modules/entities_token.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10268,"kind":1024,"name":"media_attachments","url":"modules/entities_token.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10269,"kind":1024,"name":"mentions","url":"modules/entities_token.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10270,"kind":1024,"name":"tags","url":"modules/entities_token.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10271,"kind":1024,"name":"card","url":"modules/entities_token.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10272,"kind":1024,"name":"poll","url":"modules/entities_token.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10273,"kind":1024,"name":"application","url":"modules/entities_token.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10274,"kind":1024,"name":"language","url":"modules/entities_token.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10275,"kind":1024,"name":"pinned","url":"modules/entities_token.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10276,"kind":1024,"name":"emoji_reactions","url":"modules/entities_token.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10277,"kind":1024,"name":"quote","url":"modules/entities_token.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10278,"kind":1024,"name":"bookmarked","url":"modules/entities_token.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Status.__type"},{"id":10279,"kind":4194304,"name":"Context","url":"modules/entities_token.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10280,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Context"},{"id":10281,"kind":1024,"name":"ancestors","url":"modules/entities_token.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Context.__type"},{"id":10282,"kind":1024,"name":"descendants","url":"modules/entities_token.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Context.__type"},{"id":10283,"kind":4194304,"name":"Conversation","url":"modules/entities_token.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10284,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Conversation"},{"id":10285,"kind":1024,"name":"id","url":"modules/entities_token.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Conversation.__type"},{"id":10286,"kind":1024,"name":"accounts","url":"modules/entities_token.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Conversation.__type"},{"id":10287,"kind":1024,"name":"last_status","url":"modules/entities_token.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Conversation.__type"},{"id":10288,"kind":1024,"name":"unread","url":"modules/entities_token.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Conversation.__type"},{"id":10289,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_token.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10290,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.FeaturedTag"},{"id":10291,"kind":1024,"name":"id","url":"modules/entities_token.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.FeaturedTag.__type"},{"id":10292,"kind":1024,"name":"name","url":"modules/entities_token.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.FeaturedTag.__type"},{"id":10293,"kind":1024,"name":"statuses_count","url":"modules/entities_token.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.FeaturedTag.__type"},{"id":10294,"kind":1024,"name":"last_status_at","url":"modules/entities_token.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.FeaturedTag.__type"},{"id":10295,"kind":4194304,"name":"Field","url":"modules/entities_token.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10296,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Field"},{"id":10297,"kind":1024,"name":"name","url":"modules/entities_token.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Field.__type"},{"id":10298,"kind":1024,"name":"value","url":"modules/entities_token.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Field.__type"},{"id":10299,"kind":1024,"name":"verified_at","url":"modules/entities_token.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Field.__type"},{"id":10300,"kind":4194304,"name":"Filter","url":"modules/entities_token.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10301,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Filter"},{"id":10302,"kind":1024,"name":"id","url":"modules/entities_token.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Filter.__type"},{"id":10303,"kind":1024,"name":"phrase","url":"modules/entities_token.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Filter.__type"},{"id":10304,"kind":1024,"name":"context","url":"modules/entities_token.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Filter.__type"},{"id":10305,"kind":1024,"name":"expires_at","url":"modules/entities_token.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Filter.__type"},{"id":10306,"kind":1024,"name":"irreversible","url":"modules/entities_token.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Filter.__type"},{"id":10307,"kind":1024,"name":"whole_word","url":"modules/entities_token.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Filter.__type"},{"id":10308,"kind":4194304,"name":"IdentityProof","url":"modules/entities_token.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10309,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.IdentityProof"},{"id":10310,"kind":1024,"name":"provider","url":"modules/entities_token.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.IdentityProof.__type"},{"id":10311,"kind":1024,"name":"provider_username","url":"modules/entities_token.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.IdentityProof.__type"},{"id":10312,"kind":1024,"name":"updated_at","url":"modules/entities_token.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.IdentityProof.__type"},{"id":10313,"kind":1024,"name":"proof_url","url":"modules/entities_token.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.IdentityProof.__type"},{"id":10314,"kind":1024,"name":"profile_url","url":"modules/entities_token.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.IdentityProof.__type"},{"id":10315,"kind":4194304,"name":"URLs","url":"modules/entities_token.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10316,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.URLs"},{"id":10317,"kind":1024,"name":"streaming_api","url":"modules/entities_token.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.URLs.__type"},{"id":10318,"kind":4194304,"name":"Stats","url":"modules/entities_token.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10319,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Stats"},{"id":10320,"kind":1024,"name":"user_count","url":"modules/entities_token.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Stats.__type"},{"id":10321,"kind":1024,"name":"status_count","url":"modules/entities_token.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Stats.__type"},{"id":10322,"kind":1024,"name":"domain_count","url":"modules/entities_token.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Stats.__type"},{"id":10323,"kind":4194304,"name":"Instance","url":"modules/entities_token.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10324,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Instance"},{"id":10325,"kind":1024,"name":"uri","url":"modules/entities_token.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Instance.__type"},{"id":10326,"kind":1024,"name":"title","url":"modules/entities_token.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Instance.__type"},{"id":10327,"kind":1024,"name":"description","url":"modules/entities_token.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Instance.__type"},{"id":10328,"kind":1024,"name":"email","url":"modules/entities_token.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Instance.__type"},{"id":10329,"kind":1024,"name":"version","url":"modules/entities_token.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Instance.__type"},{"id":10330,"kind":1024,"name":"thumbnail","url":"modules/entities_token.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Instance.__type"},{"id":10331,"kind":1024,"name":"urls","url":"modules/entities_token.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Instance.__type"},{"id":10332,"kind":1024,"name":"stats","url":"modules/entities_token.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Instance.__type"},{"id":10333,"kind":1024,"name":"languages","url":"modules/entities_token.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Instance.__type"},{"id":10334,"kind":1024,"name":"contact_account","url":"modules/entities_token.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Instance.__type"},{"id":10335,"kind":1024,"name":"max_toot_chars","url":"modules/entities_token.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Instance.__type"},{"id":10336,"kind":1024,"name":"registrations","url":"modules/entities_token.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Instance.__type"},{"id":10337,"kind":4194304,"name":"List","url":"modules/entities_token.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10338,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.List"},{"id":10339,"kind":1024,"name":"id","url":"modules/entities_token.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.List.__type"},{"id":10340,"kind":1024,"name":"title","url":"modules/entities_token.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.List.__type"},{"id":10341,"kind":4194304,"name":"Marker","url":"modules/entities_token.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10342,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Marker"},{"id":10343,"kind":1024,"name":"home","url":"modules/entities_token.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Marker.__type"},{"id":10344,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/token.Entity.Marker.__type"},{"id":10345,"kind":1024,"name":"last_read_id","url":"modules/entities_token.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Marker.__type.__type"},{"id":10346,"kind":1024,"name":"version","url":"modules/entities_token.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Marker.__type.__type"},{"id":10347,"kind":1024,"name":"updated_at","url":"modules/entities_token.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Marker.__type.__type"},{"id":10348,"kind":1024,"name":"notifications","url":"modules/entities_token.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Marker.__type"},{"id":10349,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/token.Entity.Marker.__type"},{"id":10350,"kind":1024,"name":"last_read_id","url":"modules/entities_token.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Marker.__type.__type"},{"id":10351,"kind":1024,"name":"version","url":"modules/entities_token.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Marker.__type.__type"},{"id":10352,"kind":1024,"name":"updated_at","url":"modules/entities_token.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Marker.__type.__type"},{"id":10353,"kind":4194304,"name":"Notification","url":"modules/entities_token.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10354,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Notification"},{"id":10355,"kind":1024,"name":"account","url":"modules/entities_token.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Notification.__type"},{"id":10356,"kind":1024,"name":"created_at","url":"modules/entities_token.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Notification.__type"},{"id":10357,"kind":1024,"name":"id","url":"modules/entities_token.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Notification.__type"},{"id":10358,"kind":1024,"name":"status","url":"modules/entities_token.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Notification.__type"},{"id":10359,"kind":1024,"name":"emoji","url":"modules/entities_token.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Notification.__type"},{"id":10360,"kind":1024,"name":"type","url":"modules/entities_token.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Notification.__type"},{"id":10361,"kind":4194304,"name":"NotificationType","url":"modules/entities_token.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10362,"kind":4194304,"name":"Preferences","url":"modules/entities_token.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10363,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Preferences"},{"id":10364,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_token.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Preferences.__type"},{"id":10365,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_token.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Preferences.__type"},{"id":10366,"kind":1024,"name":"posting:default:language","url":"modules/entities_token.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Preferences.__type"},{"id":10367,"kind":1024,"name":"reading:expand:media","url":"modules/entities_token.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Preferences.__type"},{"id":10368,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_token.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Preferences.__type"},{"id":10369,"kind":4194304,"name":"PushSubscription","url":"modules/entities_token.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10370,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.PushSubscription"},{"id":10371,"kind":1024,"name":"id","url":"modules/entities_token.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.PushSubscription.__type"},{"id":10372,"kind":1024,"name":"endpoint","url":"modules/entities_token.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.PushSubscription.__type"},{"id":10373,"kind":1024,"name":"server_key","url":"modules/entities_token.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.PushSubscription.__type"},{"id":10374,"kind":1024,"name":"alerts","url":"modules/entities_token.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.PushSubscription.__type"},{"id":10375,"kind":4194304,"name":"Relationship","url":"modules/entities_token.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10376,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Relationship"},{"id":10377,"kind":1024,"name":"id","url":"modules/entities_token.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Relationship.__type"},{"id":10378,"kind":1024,"name":"following","url":"modules/entities_token.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Relationship.__type"},{"id":10379,"kind":1024,"name":"followed_by","url":"modules/entities_token.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Relationship.__type"},{"id":10380,"kind":1024,"name":"blocking","url":"modules/entities_token.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Relationship.__type"},{"id":10381,"kind":1024,"name":"muting","url":"modules/entities_token.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Relationship.__type"},{"id":10382,"kind":1024,"name":"muting_notifications","url":"modules/entities_token.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Relationship.__type"},{"id":10383,"kind":1024,"name":"requested","url":"modules/entities_token.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Relationship.__type"},{"id":10384,"kind":1024,"name":"domain_blocking","url":"modules/entities_token.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Relationship.__type"},{"id":10385,"kind":1024,"name":"showing_reblogs","url":"modules/entities_token.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Relationship.__type"},{"id":10386,"kind":1024,"name":"endorsed","url":"modules/entities_token.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Relationship.__type"},{"id":10387,"kind":4194304,"name":"Report","url":"modules/entities_token.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10388,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Report"},{"id":10389,"kind":1024,"name":"id","url":"modules/entities_token.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Report.__type"},{"id":10390,"kind":1024,"name":"action_taken","url":"modules/entities_token.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Report.__type"},{"id":10391,"kind":1024,"name":"comment","url":"modules/entities_token.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Report.__type"},{"id":10392,"kind":1024,"name":"account_id","url":"modules/entities_token.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Report.__type"},{"id":10393,"kind":1024,"name":"status_ids","url":"modules/entities_token.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Report.__type"},{"id":10394,"kind":4194304,"name":"Results","url":"modules/entities_token.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10395,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Results"},{"id":10396,"kind":1024,"name":"accounts","url":"modules/entities_token.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Results.__type"},{"id":10397,"kind":1024,"name":"statuses","url":"modules/entities_token.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Results.__type"},{"id":10398,"kind":1024,"name":"hashtags","url":"modules/entities_token.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Results.__type"},{"id":10399,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_token.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10400,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.ScheduledStatus"},{"id":10401,"kind":1024,"name":"id","url":"modules/entities_token.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.ScheduledStatus.__type"},{"id":10402,"kind":1024,"name":"scheduled_at","url":"modules/entities_token.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.ScheduledStatus.__type"},{"id":10403,"kind":1024,"name":"params","url":"modules/entities_token.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.ScheduledStatus.__type"},{"id":10404,"kind":1024,"name":"media_attachments","url":"modules/entities_token.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.ScheduledStatus.__type"},{"id":10405,"kind":4194304,"name":"StatusParams","url":"modules/entities_token.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10406,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.StatusParams"},{"id":10407,"kind":1024,"name":"text","url":"modules/entities_token.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.StatusParams.__type"},{"id":10408,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_token.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.StatusParams.__type"},{"id":10409,"kind":1024,"name":"media_ids","url":"modules/entities_token.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.StatusParams.__type"},{"id":10410,"kind":1024,"name":"sensitive","url":"modules/entities_token.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.StatusParams.__type"},{"id":10411,"kind":1024,"name":"spoiler_text","url":"modules/entities_token.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.StatusParams.__type"},{"id":10412,"kind":1024,"name":"visibility","url":"modules/entities_token.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.StatusParams.__type"},{"id":10413,"kind":1024,"name":"scheduled_at","url":"modules/entities_token.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.StatusParams.__type"},{"id":10414,"kind":1024,"name":"application_id","url":"modules/entities_token.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.StatusParams.__type"},{"id":10415,"kind":4194304,"name":"Token","url":"modules/entities_token.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/token.Entity"},{"id":10416,"kind":65536,"name":"__type","url":"modules/entities_token.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/token.Entity.Token"},{"id":10417,"kind":1024,"name":"access_token","url":"modules/entities_token.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Token.__type"},{"id":10418,"kind":1024,"name":"token_type","url":"modules/entities_token.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Token.__type"},{"id":10419,"kind":1024,"name":"scope","url":"modules/entities_token.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Token.__type"},{"id":10420,"kind":1024,"name":"created_at","url":"modules/entities_token.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/token.Entity.Token.__type"},{"id":10421,"kind":2,"name":"Entity","url":"modules/entities_urls.entity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"entities/urls"},{"id":10422,"kind":4194304,"name":"Emoji","url":"modules/entities_urls.entity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10423,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Emoji"},{"id":10424,"kind":1024,"name":"shortcode","url":"modules/entities_urls.entity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Emoji.__type"},{"id":10425,"kind":1024,"name":"static_url","url":"modules/entities_urls.entity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Emoji.__type"},{"id":10426,"kind":1024,"name":"url","url":"modules/entities_urls.entity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Emoji.__type"},{"id":10427,"kind":1024,"name":"visible_in_picker","url":"modules/entities_urls.entity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Emoji.__type"},{"id":10428,"kind":4194304,"name":"Source","url":"modules/entities_urls.entity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10429,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Source"},{"id":10430,"kind":1024,"name":"privacy","url":"modules/entities_urls.entity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Source.__type"},{"id":10431,"kind":1024,"name":"sensitive","url":"modules/entities_urls.entity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Source.__type"},{"id":10432,"kind":1024,"name":"language","url":"modules/entities_urls.entity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Source.__type"},{"id":10433,"kind":1024,"name":"note","url":"modules/entities_urls.entity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Source.__type"},{"id":10434,"kind":1024,"name":"fields","url":"modules/entities_urls.entity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Source.__type"},{"id":10435,"kind":4194304,"name":"Account","url":"modules/entities_urls.entity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10436,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Account"},{"id":10437,"kind":1024,"name":"id","url":"modules/entities_urls.entity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Account.__type"},{"id":10438,"kind":1024,"name":"username","url":"modules/entities_urls.entity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Account.__type"},{"id":10439,"kind":1024,"name":"acct","url":"modules/entities_urls.entity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Account.__type"},{"id":10440,"kind":1024,"name":"display_name","url":"modules/entities_urls.entity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Account.__type"},{"id":10441,"kind":1024,"name":"locked","url":"modules/entities_urls.entity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Account.__type"},{"id":10442,"kind":1024,"name":"created_at","url":"modules/entities_urls.entity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Account.__type"},{"id":10443,"kind":1024,"name":"followers_count","url":"modules/entities_urls.entity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Account.__type"},{"id":10444,"kind":1024,"name":"following_count","url":"modules/entities_urls.entity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Account.__type"},{"id":10445,"kind":1024,"name":"statuses_count","url":"modules/entities_urls.entity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Account.__type"},{"id":10446,"kind":1024,"name":"note","url":"modules/entities_urls.entity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Account.__type"},{"id":10447,"kind":1024,"name":"url","url":"modules/entities_urls.entity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Account.__type"},{"id":10448,"kind":1024,"name":"avatar","url":"modules/entities_urls.entity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Account.__type"},{"id":10449,"kind":1024,"name":"avatar_static","url":"modules/entities_urls.entity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Account.__type"},{"id":10450,"kind":1024,"name":"header","url":"modules/entities_urls.entity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Account.__type"},{"id":10451,"kind":1024,"name":"header_static","url":"modules/entities_urls.entity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Account.__type"},{"id":10452,"kind":1024,"name":"emojis","url":"modules/entities_urls.entity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Account.__type"},{"id":10453,"kind":1024,"name":"moved","url":"modules/entities_urls.entity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Account.__type"},{"id":10454,"kind":1024,"name":"fields","url":"modules/entities_urls.entity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Account.__type"},{"id":10455,"kind":1024,"name":"bot","url":"modules/entities_urls.entity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Account.__type"},{"id":10456,"kind":1024,"name":"source","url":"modules/entities_urls.entity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Account.__type"},{"id":10457,"kind":4194304,"name":"Activity","url":"modules/entities_urls.entity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10458,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Activity"},{"id":10459,"kind":1024,"name":"week","url":"modules/entities_urls.entity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Activity.__type"},{"id":10460,"kind":1024,"name":"statuses","url":"modules/entities_urls.entity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Activity.__type"},{"id":10461,"kind":1024,"name":"logins","url":"modules/entities_urls.entity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Activity.__type"},{"id":10462,"kind":1024,"name":"registrations","url":"modules/entities_urls.entity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Activity.__type"},{"id":10463,"kind":4194304,"name":"Application","url":"modules/entities_urls.entity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10464,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Application"},{"id":10465,"kind":1024,"name":"name","url":"modules/entities_urls.entity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Application.__type"},{"id":10466,"kind":1024,"name":"website","url":"modules/entities_urls.entity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Application.__type"},{"id":10467,"kind":1024,"name":"vapid_key","url":"modules/entities_urls.entity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Application.__type"},{"id":10468,"kind":4194304,"name":"Attachment","url":"modules/entities_urls.entity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10469,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Attachment"},{"id":10470,"kind":1024,"name":"id","url":"modules/entities_urls.entity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Attachment.__type"},{"id":10471,"kind":1024,"name":"type","url":"modules/entities_urls.entity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Attachment.__type"},{"id":10472,"kind":1024,"name":"url","url":"modules/entities_urls.entity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Attachment.__type"},{"id":10473,"kind":1024,"name":"remote_url","url":"modules/entities_urls.entity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Attachment.__type"},{"id":10474,"kind":1024,"name":"preview_url","url":"modules/entities_urls.entity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Attachment.__type"},{"id":10475,"kind":1024,"name":"text_url","url":"modules/entities_urls.entity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Attachment.__type"},{"id":10476,"kind":1024,"name":"meta","url":"modules/entities_urls.entity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Attachment.__type"},{"id":10477,"kind":1024,"name":"description","url":"modules/entities_urls.entity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Attachment.__type"},{"id":10478,"kind":4194304,"name":"Card","url":"modules/entities_urls.entity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10479,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Card"},{"id":10480,"kind":1024,"name":"url","url":"modules/entities_urls.entity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Card.__type"},{"id":10481,"kind":1024,"name":"title","url":"modules/entities_urls.entity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Card.__type"},{"id":10482,"kind":1024,"name":"description","url":"modules/entities_urls.entity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Card.__type"},{"id":10483,"kind":1024,"name":"type","url":"modules/entities_urls.entity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Card.__type"},{"id":10484,"kind":1024,"name":"image","url":"modules/entities_urls.entity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Card.__type"},{"id":10485,"kind":1024,"name":"author_name","url":"modules/entities_urls.entity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Card.__type"},{"id":10486,"kind":1024,"name":"author_url","url":"modules/entities_urls.entity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Card.__type"},{"id":10487,"kind":1024,"name":"provider_name","url":"modules/entities_urls.entity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Card.__type"},{"id":10488,"kind":1024,"name":"provider_url","url":"modules/entities_urls.entity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Card.__type"},{"id":10489,"kind":1024,"name":"html","url":"modules/entities_urls.entity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Card.__type"},{"id":10490,"kind":1024,"name":"width","url":"modules/entities_urls.entity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Card.__type"},{"id":10491,"kind":1024,"name":"height","url":"modules/entities_urls.entity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Card.__type"},{"id":10492,"kind":4194304,"name":"Mention","url":"modules/entities_urls.entity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10493,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Mention"},{"id":10494,"kind":1024,"name":"id","url":"modules/entities_urls.entity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Mention.__type"},{"id":10495,"kind":1024,"name":"username","url":"modules/entities_urls.entity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Mention.__type"},{"id":10496,"kind":1024,"name":"url","url":"modules/entities_urls.entity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Mention.__type"},{"id":10497,"kind":1024,"name":"acct","url":"modules/entities_urls.entity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Mention.__type"},{"id":10498,"kind":4194304,"name":"History","url":"modules/entities_urls.entity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10499,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.History"},{"id":10500,"kind":1024,"name":"day","url":"modules/entities_urls.entity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.History.__type"},{"id":10501,"kind":1024,"name":"uses","url":"modules/entities_urls.entity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.History.__type"},{"id":10502,"kind":1024,"name":"accounts","url":"modules/entities_urls.entity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.History.__type"},{"id":10503,"kind":4194304,"name":"Tag","url":"modules/entities_urls.entity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10504,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#tag.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Tag"},{"id":10505,"kind":1024,"name":"name","url":"modules/entities_urls.entity.html#tag.__type-33.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Tag.__type"},{"id":10506,"kind":1024,"name":"url","url":"modules/entities_urls.entity.html#tag.__type-33.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Tag.__type"},{"id":10507,"kind":1024,"name":"history","url":"modules/entities_urls.entity.html#tag.__type-33.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Tag.__type"},{"id":10508,"kind":4194304,"name":"PollOption","url":"modules/entities_urls.entity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10509,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.PollOption"},{"id":10510,"kind":1024,"name":"title","url":"modules/entities_urls.entity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.PollOption.__type"},{"id":10511,"kind":1024,"name":"votes_count","url":"modules/entities_urls.entity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.PollOption.__type"},{"id":10512,"kind":4194304,"name":"Poll","url":"modules/entities_urls.entity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10513,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Poll"},{"id":10514,"kind":1024,"name":"id","url":"modules/entities_urls.entity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Poll.__type"},{"id":10515,"kind":1024,"name":"expires_at","url":"modules/entities_urls.entity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Poll.__type"},{"id":10516,"kind":1024,"name":"expired","url":"modules/entities_urls.entity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Poll.__type"},{"id":10517,"kind":1024,"name":"multiple","url":"modules/entities_urls.entity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Poll.__type"},{"id":10518,"kind":1024,"name":"votes_count","url":"modules/entities_urls.entity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Poll.__type"},{"id":10519,"kind":1024,"name":"options","url":"modules/entities_urls.entity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Poll.__type"},{"id":10520,"kind":1024,"name":"voted","url":"modules/entities_urls.entity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Poll.__type"},{"id":10521,"kind":4194304,"name":"Reaction","url":"modules/entities_urls.entity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10522,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Reaction"},{"id":10523,"kind":1024,"name":"count","url":"modules/entities_urls.entity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Reaction.__type"},{"id":10524,"kind":1024,"name":"me","url":"modules/entities_urls.entity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Reaction.__type"},{"id":10525,"kind":1024,"name":"name","url":"modules/entities_urls.entity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Reaction.__type"},{"id":10526,"kind":1024,"name":"accounts","url":"modules/entities_urls.entity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Reaction.__type"},{"id":10527,"kind":4194304,"name":"Status","url":"modules/entities_urls.entity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10528,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Status"},{"id":10529,"kind":1024,"name":"id","url":"modules/entities_urls.entity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10530,"kind":1024,"name":"uri","url":"modules/entities_urls.entity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10531,"kind":1024,"name":"url","url":"modules/entities_urls.entity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10532,"kind":1024,"name":"account","url":"modules/entities_urls.entity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10533,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_urls.entity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10534,"kind":1024,"name":"in_reply_to_account_id","url":"modules/entities_urls.entity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10535,"kind":1024,"name":"reblog","url":"modules/entities_urls.entity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10536,"kind":1024,"name":"content","url":"modules/entities_urls.entity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10537,"kind":1024,"name":"created_at","url":"modules/entities_urls.entity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10538,"kind":1024,"name":"emojis","url":"modules/entities_urls.entity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10539,"kind":1024,"name":"replies_count","url":"modules/entities_urls.entity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10540,"kind":1024,"name":"reblogs_count","url":"modules/entities_urls.entity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10541,"kind":1024,"name":"favourites_count","url":"modules/entities_urls.entity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10542,"kind":1024,"name":"reblogged","url":"modules/entities_urls.entity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10543,"kind":1024,"name":"favourited","url":"modules/entities_urls.entity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10544,"kind":1024,"name":"muted","url":"modules/entities_urls.entity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10545,"kind":1024,"name":"sensitive","url":"modules/entities_urls.entity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10546,"kind":1024,"name":"spoiler_text","url":"modules/entities_urls.entity.html#status-1.__type-31.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10547,"kind":1024,"name":"visibility","url":"modules/entities_urls.entity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10548,"kind":1024,"name":"media_attachments","url":"modules/entities_urls.entity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10549,"kind":1024,"name":"mentions","url":"modules/entities_urls.entity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10550,"kind":1024,"name":"tags","url":"modules/entities_urls.entity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10551,"kind":1024,"name":"card","url":"modules/entities_urls.entity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10552,"kind":1024,"name":"poll","url":"modules/entities_urls.entity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10553,"kind":1024,"name":"application","url":"modules/entities_urls.entity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10554,"kind":1024,"name":"language","url":"modules/entities_urls.entity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10555,"kind":1024,"name":"pinned","url":"modules/entities_urls.entity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10556,"kind":1024,"name":"emoji_reactions","url":"modules/entities_urls.entity.html#status-1.__type-31.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10557,"kind":1024,"name":"quote","url":"modules/entities_urls.entity.html#status-1.__type-31.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10558,"kind":1024,"name":"bookmarked","url":"modules/entities_urls.entity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Status.__type"},{"id":10559,"kind":4194304,"name":"Context","url":"modules/entities_urls.entity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10560,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Context"},{"id":10561,"kind":1024,"name":"ancestors","url":"modules/entities_urls.entity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Context.__type"},{"id":10562,"kind":1024,"name":"descendants","url":"modules/entities_urls.entity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Context.__type"},{"id":10563,"kind":4194304,"name":"Conversation","url":"modules/entities_urls.entity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10564,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Conversation"},{"id":10565,"kind":1024,"name":"id","url":"modules/entities_urls.entity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Conversation.__type"},{"id":10566,"kind":1024,"name":"accounts","url":"modules/entities_urls.entity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Conversation.__type"},{"id":10567,"kind":1024,"name":"last_status","url":"modules/entities_urls.entity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Conversation.__type"},{"id":10568,"kind":1024,"name":"unread","url":"modules/entities_urls.entity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Conversation.__type"},{"id":10569,"kind":4194304,"name":"FeaturedTag","url":"modules/entities_urls.entity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10570,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.FeaturedTag"},{"id":10571,"kind":1024,"name":"id","url":"modules/entities_urls.entity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.FeaturedTag.__type"},{"id":10572,"kind":1024,"name":"name","url":"modules/entities_urls.entity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.FeaturedTag.__type"},{"id":10573,"kind":1024,"name":"statuses_count","url":"modules/entities_urls.entity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.FeaturedTag.__type"},{"id":10574,"kind":1024,"name":"last_status_at","url":"modules/entities_urls.entity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.FeaturedTag.__type"},{"id":10575,"kind":4194304,"name":"Field","url":"modules/entities_urls.entity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10576,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Field"},{"id":10577,"kind":1024,"name":"name","url":"modules/entities_urls.entity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Field.__type"},{"id":10578,"kind":1024,"name":"value","url":"modules/entities_urls.entity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Field.__type"},{"id":10579,"kind":1024,"name":"verified_at","url":"modules/entities_urls.entity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Field.__type"},{"id":10580,"kind":4194304,"name":"Filter","url":"modules/entities_urls.entity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10581,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Filter"},{"id":10582,"kind":1024,"name":"id","url":"modules/entities_urls.entity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Filter.__type"},{"id":10583,"kind":1024,"name":"phrase","url":"modules/entities_urls.entity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Filter.__type"},{"id":10584,"kind":1024,"name":"context","url":"modules/entities_urls.entity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Filter.__type"},{"id":10585,"kind":1024,"name":"expires_at","url":"modules/entities_urls.entity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Filter.__type"},{"id":10586,"kind":1024,"name":"irreversible","url":"modules/entities_urls.entity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Filter.__type"},{"id":10587,"kind":1024,"name":"whole_word","url":"modules/entities_urls.entity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Filter.__type"},{"id":10588,"kind":4194304,"name":"IdentityProof","url":"modules/entities_urls.entity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10589,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.IdentityProof"},{"id":10590,"kind":1024,"name":"provider","url":"modules/entities_urls.entity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.IdentityProof.__type"},{"id":10591,"kind":1024,"name":"provider_username","url":"modules/entities_urls.entity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.IdentityProof.__type"},{"id":10592,"kind":1024,"name":"updated_at","url":"modules/entities_urls.entity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.IdentityProof.__type"},{"id":10593,"kind":1024,"name":"proof_url","url":"modules/entities_urls.entity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.IdentityProof.__type"},{"id":10594,"kind":1024,"name":"profile_url","url":"modules/entities_urls.entity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.IdentityProof.__type"},{"id":10595,"kind":4194304,"name":"URLs","url":"modules/entities_urls.entity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10596,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#urls-1.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.URLs"},{"id":10597,"kind":1024,"name":"streaming_api","url":"modules/entities_urls.entity.html#urls-1.__type-35.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.URLs.__type"},{"id":10598,"kind":4194304,"name":"Stats","url":"modules/entities_urls.entity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10599,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Stats"},{"id":10600,"kind":1024,"name":"user_count","url":"modules/entities_urls.entity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Stats.__type"},{"id":10601,"kind":1024,"name":"status_count","url":"modules/entities_urls.entity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Stats.__type"},{"id":10602,"kind":1024,"name":"domain_count","url":"modules/entities_urls.entity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Stats.__type"},{"id":10603,"kind":4194304,"name":"Instance","url":"modules/entities_urls.entity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10604,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Instance"},{"id":10605,"kind":1024,"name":"uri","url":"modules/entities_urls.entity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Instance.__type"},{"id":10606,"kind":1024,"name":"title","url":"modules/entities_urls.entity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Instance.__type"},{"id":10607,"kind":1024,"name":"description","url":"modules/entities_urls.entity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Instance.__type"},{"id":10608,"kind":1024,"name":"email","url":"modules/entities_urls.entity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Instance.__type"},{"id":10609,"kind":1024,"name":"version","url":"modules/entities_urls.entity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Instance.__type"},{"id":10610,"kind":1024,"name":"thumbnail","url":"modules/entities_urls.entity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Instance.__type"},{"id":10611,"kind":1024,"name":"urls","url":"modules/entities_urls.entity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Instance.__type"},{"id":10612,"kind":1024,"name":"stats","url":"modules/entities_urls.entity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Instance.__type"},{"id":10613,"kind":1024,"name":"languages","url":"modules/entities_urls.entity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Instance.__type"},{"id":10614,"kind":1024,"name":"contact_account","url":"modules/entities_urls.entity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Instance.__type"},{"id":10615,"kind":1024,"name":"max_toot_chars","url":"modules/entities_urls.entity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Instance.__type"},{"id":10616,"kind":1024,"name":"registrations","url":"modules/entities_urls.entity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Instance.__type"},{"id":10617,"kind":4194304,"name":"List","url":"modules/entities_urls.entity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10618,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.List"},{"id":10619,"kind":1024,"name":"id","url":"modules/entities_urls.entity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.List.__type"},{"id":10620,"kind":1024,"name":"title","url":"modules/entities_urls.entity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.List.__type"},{"id":10621,"kind":4194304,"name":"Marker","url":"modules/entities_urls.entity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10622,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Marker"},{"id":10623,"kind":1024,"name":"home","url":"modules/entities_urls.entity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Marker.__type"},{"id":10624,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Marker.__type"},{"id":10625,"kind":1024,"name":"last_read_id","url":"modules/entities_urls.entity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Marker.__type.__type"},{"id":10626,"kind":1024,"name":"version","url":"modules/entities_urls.entity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Marker.__type.__type"},{"id":10627,"kind":1024,"name":"updated_at","url":"modules/entities_urls.entity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Marker.__type.__type"},{"id":10628,"kind":1024,"name":"notifications","url":"modules/entities_urls.entity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Marker.__type"},{"id":10629,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Marker.__type"},{"id":10630,"kind":1024,"name":"last_read_id","url":"modules/entities_urls.entity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Marker.__type.__type"},{"id":10631,"kind":1024,"name":"version","url":"modules/entities_urls.entity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Marker.__type.__type"},{"id":10632,"kind":1024,"name":"updated_at","url":"modules/entities_urls.entity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Marker.__type.__type"},{"id":10633,"kind":4194304,"name":"Notification","url":"modules/entities_urls.entity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10634,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Notification"},{"id":10635,"kind":1024,"name":"account","url":"modules/entities_urls.entity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Notification.__type"},{"id":10636,"kind":1024,"name":"created_at","url":"modules/entities_urls.entity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Notification.__type"},{"id":10637,"kind":1024,"name":"id","url":"modules/entities_urls.entity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Notification.__type"},{"id":10638,"kind":1024,"name":"status","url":"modules/entities_urls.entity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Notification.__type"},{"id":10639,"kind":1024,"name":"emoji","url":"modules/entities_urls.entity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Notification.__type"},{"id":10640,"kind":1024,"name":"type","url":"modules/entities_urls.entity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Notification.__type"},{"id":10641,"kind":4194304,"name":"NotificationType","url":"modules/entities_urls.entity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10642,"kind":4194304,"name":"Preferences","url":"modules/entities_urls.entity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10643,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Preferences"},{"id":10644,"kind":1024,"name":"posting:default:visibility","url":"modules/entities_urls.entity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Preferences.__type"},{"id":10645,"kind":1024,"name":"posting:default:sensitive","url":"modules/entities_urls.entity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Preferences.__type"},{"id":10646,"kind":1024,"name":"posting:default:language","url":"modules/entities_urls.entity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Preferences.__type"},{"id":10647,"kind":1024,"name":"reading:expand:media","url":"modules/entities_urls.entity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Preferences.__type"},{"id":10648,"kind":1024,"name":"reading:expand:spoilers","url":"modules/entities_urls.entity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Preferences.__type"},{"id":10649,"kind":4194304,"name":"PushSubscription","url":"modules/entities_urls.entity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10650,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.PushSubscription"},{"id":10651,"kind":1024,"name":"id","url":"modules/entities_urls.entity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.PushSubscription.__type"},{"id":10652,"kind":1024,"name":"endpoint","url":"modules/entities_urls.entity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.PushSubscription.__type"},{"id":10653,"kind":1024,"name":"server_key","url":"modules/entities_urls.entity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.PushSubscription.__type"},{"id":10654,"kind":1024,"name":"alerts","url":"modules/entities_urls.entity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.PushSubscription.__type"},{"id":10655,"kind":4194304,"name":"Relationship","url":"modules/entities_urls.entity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10656,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Relationship"},{"id":10657,"kind":1024,"name":"id","url":"modules/entities_urls.entity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Relationship.__type"},{"id":10658,"kind":1024,"name":"following","url":"modules/entities_urls.entity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Relationship.__type"},{"id":10659,"kind":1024,"name":"followed_by","url":"modules/entities_urls.entity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Relationship.__type"},{"id":10660,"kind":1024,"name":"blocking","url":"modules/entities_urls.entity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Relationship.__type"},{"id":10661,"kind":1024,"name":"muting","url":"modules/entities_urls.entity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Relationship.__type"},{"id":10662,"kind":1024,"name":"muting_notifications","url":"modules/entities_urls.entity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Relationship.__type"},{"id":10663,"kind":1024,"name":"requested","url":"modules/entities_urls.entity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Relationship.__type"},{"id":10664,"kind":1024,"name":"domain_blocking","url":"modules/entities_urls.entity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Relationship.__type"},{"id":10665,"kind":1024,"name":"showing_reblogs","url":"modules/entities_urls.entity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Relationship.__type"},{"id":10666,"kind":1024,"name":"endorsed","url":"modules/entities_urls.entity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Relationship.__type"},{"id":10667,"kind":4194304,"name":"Report","url":"modules/entities_urls.entity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10668,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Report"},{"id":10669,"kind":1024,"name":"id","url":"modules/entities_urls.entity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Report.__type"},{"id":10670,"kind":1024,"name":"action_taken","url":"modules/entities_urls.entity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Report.__type"},{"id":10671,"kind":1024,"name":"comment","url":"modules/entities_urls.entity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Report.__type"},{"id":10672,"kind":1024,"name":"account_id","url":"modules/entities_urls.entity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Report.__type"},{"id":10673,"kind":1024,"name":"status_ids","url":"modules/entities_urls.entity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Report.__type"},{"id":10674,"kind":4194304,"name":"Results","url":"modules/entities_urls.entity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10675,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Results"},{"id":10676,"kind":1024,"name":"accounts","url":"modules/entities_urls.entity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Results.__type"},{"id":10677,"kind":1024,"name":"statuses","url":"modules/entities_urls.entity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Results.__type"},{"id":10678,"kind":1024,"name":"hashtags","url":"modules/entities_urls.entity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Results.__type"},{"id":10679,"kind":4194304,"name":"ScheduledStatus","url":"modules/entities_urls.entity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10680,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.ScheduledStatus"},{"id":10681,"kind":1024,"name":"id","url":"modules/entities_urls.entity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.ScheduledStatus.__type"},{"id":10682,"kind":1024,"name":"scheduled_at","url":"modules/entities_urls.entity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.ScheduledStatus.__type"},{"id":10683,"kind":1024,"name":"params","url":"modules/entities_urls.entity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.ScheduledStatus.__type"},{"id":10684,"kind":1024,"name":"media_attachments","url":"modules/entities_urls.entity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.ScheduledStatus.__type"},{"id":10685,"kind":4194304,"name":"StatusParams","url":"modules/entities_urls.entity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10686,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#statusparams.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.StatusParams"},{"id":10687,"kind":1024,"name":"text","url":"modules/entities_urls.entity.html#statusparams.__type-32.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.StatusParams.__type"},{"id":10688,"kind":1024,"name":"in_reply_to_id","url":"modules/entities_urls.entity.html#statusparams.__type-32.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.StatusParams.__type"},{"id":10689,"kind":1024,"name":"media_ids","url":"modules/entities_urls.entity.html#statusparams.__type-32.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.StatusParams.__type"},{"id":10690,"kind":1024,"name":"sensitive","url":"modules/entities_urls.entity.html#statusparams.__type-32.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.StatusParams.__type"},{"id":10691,"kind":1024,"name":"spoiler_text","url":"modules/entities_urls.entity.html#statusparams.__type-32.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.StatusParams.__type"},{"id":10692,"kind":1024,"name":"visibility","url":"modules/entities_urls.entity.html#statusparams.__type-32.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.StatusParams.__type"},{"id":10693,"kind":1024,"name":"scheduled_at","url":"modules/entities_urls.entity.html#statusparams.__type-32.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.StatusParams.__type"},{"id":10694,"kind":1024,"name":"application_id","url":"modules/entities_urls.entity.html#statusparams.__type-32.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.StatusParams.__type"},{"id":10695,"kind":4194304,"name":"Token","url":"modules/entities_urls.entity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"entities/urls.Entity"},{"id":10696,"kind":65536,"name":"__type","url":"modules/entities_urls.entity.html#token.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"entities/urls.Entity.Token"},{"id":10697,"kind":1024,"name":"access_token","url":"modules/entities_urls.entity.html#token.__type-34.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Token.__type"},{"id":10698,"kind":1024,"name":"token_type","url":"modules/entities_urls.entity.html#token.__type-34.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Token.__type"},{"id":10699,"kind":1024,"name":"scope","url":"modules/entities_urls.entity.html#token.__type-34.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Token.__type"},{"id":10700,"kind":1024,"name":"created_at","url":"modules/entities_urls.entity.html#token.__type-34.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"entities/urls.Entity.Token.__type"},{"id":10701,"kind":16777216,"name":"default","url":"modules/entity.html#default","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"entity"},{"id":10702,"kind":16777216,"name":"Response","url":"modules/index.html#response","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":10703,"kind":16777216,"name":"OAuth","url":"modules/index.html#oauth","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":10704,"kind":16777216,"name":"RequestCanceledError","url":"modules/index.html#requestcancelederror","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":10705,"kind":16777216,"name":"isCancel","url":"modules/index.html#iscancel","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":10706,"kind":16777216,"name":"ProxyConfig","url":"modules/index.html#proxyconfig","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":10707,"kind":16777216,"name":"detector","url":"modules/index.html#detector","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":10708,"kind":16777216,"name":"MegalodonInterface","url":"modules/index.html#megalodoninterface","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":10709,"kind":16777216,"name":"WebSocketInterface","url":"modules/index.html#websocketinterface","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":10710,"kind":16777216,"name":"StreamListenerInterface","url":"modules/index.html#streamlistenerinterface","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":10711,"kind":16777216,"name":"NotificationType","url":"modules/index.html#notificationtype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":10712,"kind":16777216,"name":"Mastodon","url":"modules/index.html#mastodon","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":10713,"kind":16777216,"name":"Pleroma","url":"modules/index.html#pleroma","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":10714,"kind":16777216,"name":"Misskey","url":"modules/index.html#misskey","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":10715,"kind":16777216,"name":"Entity","url":"modules/index.html#entity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":10716,"kind":16777216,"name":"default","url":"modules/index.html#default","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":10717,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_account.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/account"},{"id":10718,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_account.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10719,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Emoji"},{"id":10720,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_account.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Emoji.__type"},{"id":10721,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_account.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Emoji.__type"},{"id":10722,"kind":1024,"name":"url","url":"modules/mastodon_entities_account.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Emoji.__type"},{"id":10723,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_account.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Emoji.__type"},{"id":10724,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_account.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10725,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Source"},{"id":10726,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_account.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Source.__type"},{"id":10727,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_account.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Source.__type"},{"id":10728,"kind":1024,"name":"language","url":"modules/mastodon_entities_account.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Source.__type"},{"id":10729,"kind":1024,"name":"note","url":"modules/mastodon_entities_account.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Source.__type"},{"id":10730,"kind":1024,"name":"fields","url":"modules/mastodon_entities_account.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Source.__type"},{"id":10731,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_account.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10732,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Account"},{"id":10733,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":10734,"kind":1024,"name":"username","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":10735,"kind":1024,"name":"acct","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":10736,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":10737,"kind":1024,"name":"locked","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":10738,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":10739,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":10740,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":10741,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":10742,"kind":1024,"name":"note","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":10743,"kind":1024,"name":"url","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":10744,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":10745,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":10746,"kind":1024,"name":"header","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":10747,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":10748,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":10749,"kind":1024,"name":"moved","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":10750,"kind":1024,"name":"fields","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":10751,"kind":1024,"name":"bot","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":10752,"kind":1024,"name":"source","url":"modules/mastodon_entities_account.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Account.__type"},{"id":10753,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_account.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10754,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Activity"},{"id":10755,"kind":1024,"name":"week","url":"modules/mastodon_entities_account.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Activity.__type"},{"id":10756,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_account.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Activity.__type"},{"id":10757,"kind":1024,"name":"logins","url":"modules/mastodon_entities_account.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Activity.__type"},{"id":10758,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_account.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Activity.__type"},{"id":10759,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_account.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10760,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Application"},{"id":10761,"kind":1024,"name":"name","url":"modules/mastodon_entities_account.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Application.__type"},{"id":10762,"kind":1024,"name":"website","url":"modules/mastodon_entities_account.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Application.__type"},{"id":10763,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_account.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Application.__type"},{"id":10764,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_account.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10765,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Attachment"},{"id":10766,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Attachment.__type"},{"id":10767,"kind":1024,"name":"type","url":"modules/mastodon_entities_account.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Attachment.__type"},{"id":10768,"kind":1024,"name":"url","url":"modules/mastodon_entities_account.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Attachment.__type"},{"id":10769,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_account.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Attachment.__type"},{"id":10770,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_account.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Attachment.__type"},{"id":10771,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_account.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Attachment.__type"},{"id":10772,"kind":1024,"name":"meta","url":"modules/mastodon_entities_account.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Attachment.__type"},{"id":10773,"kind":1024,"name":"description","url":"modules/mastodon_entities_account.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Attachment.__type"},{"id":10774,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_account.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10775,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Card"},{"id":10776,"kind":1024,"name":"url","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Card.__type"},{"id":10777,"kind":1024,"name":"title","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Card.__type"},{"id":10778,"kind":1024,"name":"description","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Card.__type"},{"id":10779,"kind":1024,"name":"type","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Card.__type"},{"id":10780,"kind":1024,"name":"image","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Card.__type"},{"id":10781,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Card.__type"},{"id":10782,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Card.__type"},{"id":10783,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Card.__type"},{"id":10784,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Card.__type"},{"id":10785,"kind":1024,"name":"html","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Card.__type"},{"id":10786,"kind":1024,"name":"width","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Card.__type"},{"id":10787,"kind":1024,"name":"height","url":"modules/mastodon_entities_account.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Card.__type"},{"id":10788,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_account.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10789,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Mention"},{"id":10790,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Mention.__type"},{"id":10791,"kind":1024,"name":"username","url":"modules/mastodon_entities_account.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Mention.__type"},{"id":10792,"kind":1024,"name":"url","url":"modules/mastodon_entities_account.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Mention.__type"},{"id":10793,"kind":1024,"name":"acct","url":"modules/mastodon_entities_account.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Mention.__type"},{"id":10794,"kind":4194304,"name":"History","url":"modules/mastodon_entities_account.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10795,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.History"},{"id":10796,"kind":1024,"name":"day","url":"modules/mastodon_entities_account.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.History.__type"},{"id":10797,"kind":1024,"name":"uses","url":"modules/mastodon_entities_account.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.History.__type"},{"id":10798,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_account.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.History.__type"},{"id":10799,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_account.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10800,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Tag"},{"id":10801,"kind":1024,"name":"name","url":"modules/mastodon_entities_account.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Tag.__type"},{"id":10802,"kind":1024,"name":"url","url":"modules/mastodon_entities_account.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Tag.__type"},{"id":10803,"kind":1024,"name":"history","url":"modules/mastodon_entities_account.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Tag.__type"},{"id":10804,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_account.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10805,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.PollOption"},{"id":10806,"kind":1024,"name":"title","url":"modules/mastodon_entities_account.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.PollOption.__type"},{"id":10807,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_account.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.PollOption.__type"},{"id":10808,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_account.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10809,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Poll"},{"id":10810,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Poll.__type"},{"id":10811,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_account.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Poll.__type"},{"id":10812,"kind":1024,"name":"expired","url":"modules/mastodon_entities_account.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Poll.__type"},{"id":10813,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_account.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Poll.__type"},{"id":10814,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_account.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Poll.__type"},{"id":10815,"kind":1024,"name":"options","url":"modules/mastodon_entities_account.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Poll.__type"},{"id":10816,"kind":1024,"name":"voted","url":"modules/mastodon_entities_account.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Poll.__type"},{"id":10817,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_account.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10818,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Status"},{"id":10819,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10820,"kind":1024,"name":"uri","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10821,"kind":1024,"name":"url","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10822,"kind":1024,"name":"account","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10823,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10824,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10825,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10826,"kind":1024,"name":"content","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10827,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10828,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10829,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10830,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10831,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10832,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10833,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10834,"kind":1024,"name":"muted","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10835,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10836,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10837,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10838,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10839,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10840,"kind":1024,"name":"tags","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10841,"kind":1024,"name":"card","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10842,"kind":1024,"name":"poll","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10843,"kind":1024,"name":"application","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10844,"kind":1024,"name":"language","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10845,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10846,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10847,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10848,"kind":1024,"name":"quote","url":"modules/mastodon_entities_account.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Status.__type"},{"id":10849,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_account.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10850,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Context"},{"id":10851,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_account.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Context.__type"},{"id":10852,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_account.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Context.__type"},{"id":10853,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_account.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10854,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Conversation"},{"id":10855,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Conversation.__type"},{"id":10856,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_account.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Conversation.__type"},{"id":10857,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_account.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Conversation.__type"},{"id":10858,"kind":1024,"name":"unread","url":"modules/mastodon_entities_account.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Conversation.__type"},{"id":10859,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_account.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10860,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.FeaturedTag"},{"id":10861,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.FeaturedTag.__type"},{"id":10862,"kind":1024,"name":"name","url":"modules/mastodon_entities_account.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.FeaturedTag.__type"},{"id":10863,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_account.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.FeaturedTag.__type"},{"id":10864,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_account.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.FeaturedTag.__type"},{"id":10865,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_account.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10866,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Field"},{"id":10867,"kind":1024,"name":"name","url":"modules/mastodon_entities_account.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Field.__type"},{"id":10868,"kind":1024,"name":"value","url":"modules/mastodon_entities_account.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Field.__type"},{"id":10869,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_account.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Field.__type"},{"id":10870,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_account.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10871,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Filter"},{"id":10872,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Filter.__type"},{"id":10873,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_account.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Filter.__type"},{"id":10874,"kind":1024,"name":"context","url":"modules/mastodon_entities_account.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Filter.__type"},{"id":10875,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_account.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Filter.__type"},{"id":10876,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_account.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Filter.__type"},{"id":10877,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_account.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Filter.__type"},{"id":10878,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_account.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10879,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.IdentityProof"},{"id":10880,"kind":1024,"name":"provider","url":"modules/mastodon_entities_account.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.IdentityProof.__type"},{"id":10881,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_account.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.IdentityProof.__type"},{"id":10882,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_account.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.IdentityProof.__type"},{"id":10883,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_account.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.IdentityProof.__type"},{"id":10884,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_account.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.IdentityProof.__type"},{"id":10885,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_account.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10886,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.URLs"},{"id":10887,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_account.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.URLs.__type"},{"id":10888,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_account.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10889,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Stats"},{"id":10890,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_account.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Stats.__type"},{"id":10891,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_account.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Stats.__type"},{"id":10892,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_account.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Stats.__type"},{"id":10893,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_account.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10894,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Instance"},{"id":10895,"kind":1024,"name":"uri","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Instance.__type"},{"id":10896,"kind":1024,"name":"title","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Instance.__type"},{"id":10897,"kind":1024,"name":"description","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Instance.__type"},{"id":10898,"kind":1024,"name":"email","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Instance.__type"},{"id":10899,"kind":1024,"name":"version","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Instance.__type"},{"id":10900,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Instance.__type"},{"id":10901,"kind":1024,"name":"urls","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Instance.__type"},{"id":10902,"kind":1024,"name":"stats","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Instance.__type"},{"id":10903,"kind":1024,"name":"languages","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Instance.__type"},{"id":10904,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Instance.__type"},{"id":10905,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Instance.__type"},{"id":10906,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_account.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Instance.__type"},{"id":10907,"kind":4194304,"name":"List","url":"modules/mastodon_entities_account.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10908,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.List"},{"id":10909,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.List.__type"},{"id":10910,"kind":1024,"name":"title","url":"modules/mastodon_entities_account.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.List.__type"},{"id":10911,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_account.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10912,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Marker"},{"id":10913,"kind":1024,"name":"home","url":"modules/mastodon_entities_account.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Marker.__type"},{"id":10914,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Marker.__type"},{"id":10915,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_account.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Marker.__type.__type"},{"id":10916,"kind":1024,"name":"version","url":"modules/mastodon_entities_account.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Marker.__type.__type"},{"id":10917,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_account.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Marker.__type.__type"},{"id":10918,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_account.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Marker.__type"},{"id":10919,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Marker.__type"},{"id":10920,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_account.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Marker.__type.__type"},{"id":10921,"kind":1024,"name":"version","url":"modules/mastodon_entities_account.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Marker.__type.__type"},{"id":10922,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_account.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Marker.__type.__type"},{"id":10923,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_account.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10924,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Notification"},{"id":10925,"kind":1024,"name":"account","url":"modules/mastodon_entities_account.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Notification.__type"},{"id":10926,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_account.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Notification.__type"},{"id":10927,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Notification.__type"},{"id":10928,"kind":1024,"name":"status","url":"modules/mastodon_entities_account.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Notification.__type"},{"id":10929,"kind":1024,"name":"type","url":"modules/mastodon_entities_account.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Notification.__type"},{"id":10930,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_account.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10931,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_account.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10932,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Preferences"},{"id":10933,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_account.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Preferences.__type"},{"id":10934,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_account.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Preferences.__type"},{"id":10935,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_account.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Preferences.__type"},{"id":10936,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_account.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Preferences.__type"},{"id":10937,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_account.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Preferences.__type"},{"id":10938,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_account.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10939,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.PushSubscription"},{"id":10940,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.PushSubscription.__type"},{"id":10941,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_account.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.PushSubscription.__type"},{"id":10942,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_account.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.PushSubscription.__type"},{"id":10943,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_account.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.PushSubscription.__type"},{"id":10944,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_account.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10945,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Relationship"},{"id":10946,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Relationship.__type"},{"id":10947,"kind":1024,"name":"following","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Relationship.__type"},{"id":10948,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Relationship.__type"},{"id":10949,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Relationship.__type"},{"id":10950,"kind":1024,"name":"muting","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Relationship.__type"},{"id":10951,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Relationship.__type"},{"id":10952,"kind":1024,"name":"requested","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Relationship.__type"},{"id":10953,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Relationship.__type"},{"id":10954,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Relationship.__type"},{"id":10955,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_account.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Relationship.__type"},{"id":10956,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_account.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10957,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Report"},{"id":10958,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Report.__type"},{"id":10959,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_account.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Report.__type"},{"id":10960,"kind":1024,"name":"comment","url":"modules/mastodon_entities_account.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Report.__type"},{"id":10961,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_account.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Report.__type"},{"id":10962,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_account.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Report.__type"},{"id":10963,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_account.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10964,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Results"},{"id":10965,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_account.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Results.__type"},{"id":10966,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_account.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Results.__type"},{"id":10967,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_account.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Results.__type"},{"id":10968,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_account.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10969,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.ScheduledStatus"},{"id":10970,"kind":1024,"name":"id","url":"modules/mastodon_entities_account.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.ScheduledStatus.__type"},{"id":10971,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_account.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.ScheduledStatus.__type"},{"id":10972,"kind":1024,"name":"params","url":"modules/mastodon_entities_account.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.ScheduledStatus.__type"},{"id":10973,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_account.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.ScheduledStatus.__type"},{"id":10974,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_account.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10975,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.StatusParams"},{"id":10976,"kind":1024,"name":"text","url":"modules/mastodon_entities_account.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.StatusParams.__type"},{"id":10977,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_account.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.StatusParams.__type"},{"id":10978,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_account.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.StatusParams.__type"},{"id":10979,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_account.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.StatusParams.__type"},{"id":10980,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_account.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.StatusParams.__type"},{"id":10981,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_account.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.StatusParams.__type"},{"id":10982,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_account.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.StatusParams.__type"},{"id":10983,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_account.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.StatusParams.__type"},{"id":10984,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_account.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/account.MastodonEntity"},{"id":10985,"kind":65536,"name":"__type","url":"modules/mastodon_entities_account.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/account.MastodonEntity.Token"},{"id":10986,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_account.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Token.__type"},{"id":10987,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_account.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Token.__type"},{"id":10988,"kind":1024,"name":"scope","url":"modules/mastodon_entities_account.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Token.__type"},{"id":10989,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_account.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/account.MastodonEntity.Token.__type"},{"id":10990,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_activity.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/activity"},{"id":10991,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_activity.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":10992,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.Emoji"},{"id":10993,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_activity.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Emoji.__type"},{"id":10994,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_activity.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Emoji.__type"},{"id":10995,"kind":1024,"name":"url","url":"modules/mastodon_entities_activity.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Emoji.__type"},{"id":10996,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_activity.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Emoji.__type"},{"id":10997,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_activity.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":10998,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.Source"},{"id":10999,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_activity.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Source.__type"},{"id":11000,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_activity.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Source.__type"},{"id":11001,"kind":1024,"name":"language","url":"modules/mastodon_entities_activity.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Source.__type"},{"id":11002,"kind":1024,"name":"note","url":"modules/mastodon_entities_activity.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Source.__type"},{"id":11003,"kind":1024,"name":"fields","url":"modules/mastodon_entities_activity.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Source.__type"},{"id":11004,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_activity.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11005,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.Account"},{"id":11006,"kind":1024,"name":"id","url":"modules/mastodon_entities_activity.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Account.__type"},{"id":11007,"kind":1024,"name":"username","url":"modules/mastodon_entities_activity.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Account.__type"},{"id":11008,"kind":1024,"name":"acct","url":"modules/mastodon_entities_activity.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Account.__type"},{"id":11009,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_activity.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Account.__type"},{"id":11010,"kind":1024,"name":"locked","url":"modules/mastodon_entities_activity.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Account.__type"},{"id":11011,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_activity.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Account.__type"},{"id":11012,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_activity.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Account.__type"},{"id":11013,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_activity.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Account.__type"},{"id":11014,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_activity.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Account.__type"},{"id":11015,"kind":1024,"name":"note","url":"modules/mastodon_entities_activity.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Account.__type"},{"id":11016,"kind":1024,"name":"url","url":"modules/mastodon_entities_activity.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Account.__type"},{"id":11017,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_activity.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Account.__type"},{"id":11018,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_activity.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Account.__type"},{"id":11019,"kind":1024,"name":"header","url":"modules/mastodon_entities_activity.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Account.__type"},{"id":11020,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_activity.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Account.__type"},{"id":11021,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_activity.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Account.__type"},{"id":11022,"kind":1024,"name":"moved","url":"modules/mastodon_entities_activity.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Account.__type"},{"id":11023,"kind":1024,"name":"fields","url":"modules/mastodon_entities_activity.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Account.__type"},{"id":11024,"kind":1024,"name":"bot","url":"modules/mastodon_entities_activity.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Account.__type"},{"id":11025,"kind":1024,"name":"source","url":"modules/mastodon_entities_activity.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Account.__type"},{"id":11026,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_activity.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11027,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.Activity"},{"id":11028,"kind":1024,"name":"week","url":"modules/mastodon_entities_activity.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Activity.__type"},{"id":11029,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_activity.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Activity.__type"},{"id":11030,"kind":1024,"name":"logins","url":"modules/mastodon_entities_activity.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Activity.__type"},{"id":11031,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_activity.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Activity.__type"},{"id":11032,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_activity.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11033,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.Application"},{"id":11034,"kind":1024,"name":"name","url":"modules/mastodon_entities_activity.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Application.__type"},{"id":11035,"kind":1024,"name":"website","url":"modules/mastodon_entities_activity.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Application.__type"},{"id":11036,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_activity.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Application.__type"},{"id":11037,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_activity.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11038,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.Attachment"},{"id":11039,"kind":1024,"name":"id","url":"modules/mastodon_entities_activity.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Attachment.__type"},{"id":11040,"kind":1024,"name":"type","url":"modules/mastodon_entities_activity.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Attachment.__type"},{"id":11041,"kind":1024,"name":"url","url":"modules/mastodon_entities_activity.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Attachment.__type"},{"id":11042,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_activity.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Attachment.__type"},{"id":11043,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_activity.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Attachment.__type"},{"id":11044,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_activity.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Attachment.__type"},{"id":11045,"kind":1024,"name":"meta","url":"modules/mastodon_entities_activity.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Attachment.__type"},{"id":11046,"kind":1024,"name":"description","url":"modules/mastodon_entities_activity.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Attachment.__type"},{"id":11047,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_activity.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11048,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.Card"},{"id":11049,"kind":1024,"name":"url","url":"modules/mastodon_entities_activity.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Card.__type"},{"id":11050,"kind":1024,"name":"title","url":"modules/mastodon_entities_activity.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Card.__type"},{"id":11051,"kind":1024,"name":"description","url":"modules/mastodon_entities_activity.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Card.__type"},{"id":11052,"kind":1024,"name":"type","url":"modules/mastodon_entities_activity.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Card.__type"},{"id":11053,"kind":1024,"name":"image","url":"modules/mastodon_entities_activity.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Card.__type"},{"id":11054,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_activity.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Card.__type"},{"id":11055,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_activity.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Card.__type"},{"id":11056,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_activity.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Card.__type"},{"id":11057,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_activity.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Card.__type"},{"id":11058,"kind":1024,"name":"html","url":"modules/mastodon_entities_activity.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Card.__type"},{"id":11059,"kind":1024,"name":"width","url":"modules/mastodon_entities_activity.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Card.__type"},{"id":11060,"kind":1024,"name":"height","url":"modules/mastodon_entities_activity.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Card.__type"},{"id":11061,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_activity.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11062,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.Mention"},{"id":11063,"kind":1024,"name":"id","url":"modules/mastodon_entities_activity.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Mention.__type"},{"id":11064,"kind":1024,"name":"username","url":"modules/mastodon_entities_activity.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Mention.__type"},{"id":11065,"kind":1024,"name":"url","url":"modules/mastodon_entities_activity.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Mention.__type"},{"id":11066,"kind":1024,"name":"acct","url":"modules/mastodon_entities_activity.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Mention.__type"},{"id":11067,"kind":4194304,"name":"History","url":"modules/mastodon_entities_activity.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11068,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.History"},{"id":11069,"kind":1024,"name":"day","url":"modules/mastodon_entities_activity.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.History.__type"},{"id":11070,"kind":1024,"name":"uses","url":"modules/mastodon_entities_activity.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.History.__type"},{"id":11071,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_activity.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.History.__type"},{"id":11072,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_activity.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11073,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.Tag"},{"id":11074,"kind":1024,"name":"name","url":"modules/mastodon_entities_activity.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Tag.__type"},{"id":11075,"kind":1024,"name":"url","url":"modules/mastodon_entities_activity.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Tag.__type"},{"id":11076,"kind":1024,"name":"history","url":"modules/mastodon_entities_activity.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Tag.__type"},{"id":11077,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_activity.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11078,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.PollOption"},{"id":11079,"kind":1024,"name":"title","url":"modules/mastodon_entities_activity.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.PollOption.__type"},{"id":11080,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_activity.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.PollOption.__type"},{"id":11081,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_activity.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11082,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.Poll"},{"id":11083,"kind":1024,"name":"id","url":"modules/mastodon_entities_activity.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Poll.__type"},{"id":11084,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_activity.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Poll.__type"},{"id":11085,"kind":1024,"name":"expired","url":"modules/mastodon_entities_activity.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Poll.__type"},{"id":11086,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_activity.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Poll.__type"},{"id":11087,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_activity.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Poll.__type"},{"id":11088,"kind":1024,"name":"options","url":"modules/mastodon_entities_activity.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Poll.__type"},{"id":11089,"kind":1024,"name":"voted","url":"modules/mastodon_entities_activity.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Poll.__type"},{"id":11090,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11091,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.Status"},{"id":11092,"kind":1024,"name":"id","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11093,"kind":1024,"name":"uri","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11094,"kind":1024,"name":"url","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11095,"kind":1024,"name":"account","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11096,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11097,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11098,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11099,"kind":1024,"name":"content","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11100,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11101,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11102,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11103,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11104,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11105,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11106,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11107,"kind":1024,"name":"muted","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11108,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11109,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11110,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11111,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11112,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11113,"kind":1024,"name":"tags","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11114,"kind":1024,"name":"card","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11115,"kind":1024,"name":"poll","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11116,"kind":1024,"name":"application","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11117,"kind":1024,"name":"language","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11118,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11119,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11120,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11121,"kind":1024,"name":"quote","url":"modules/mastodon_entities_activity.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Status.__type"},{"id":11122,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_activity.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11123,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.Context"},{"id":11124,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_activity.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Context.__type"},{"id":11125,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_activity.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Context.__type"},{"id":11126,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_activity.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11127,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.Conversation"},{"id":11128,"kind":1024,"name":"id","url":"modules/mastodon_entities_activity.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Conversation.__type"},{"id":11129,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_activity.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Conversation.__type"},{"id":11130,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_activity.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Conversation.__type"},{"id":11131,"kind":1024,"name":"unread","url":"modules/mastodon_entities_activity.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Conversation.__type"},{"id":11132,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_activity.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11133,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.FeaturedTag"},{"id":11134,"kind":1024,"name":"id","url":"modules/mastodon_entities_activity.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.FeaturedTag.__type"},{"id":11135,"kind":1024,"name":"name","url":"modules/mastodon_entities_activity.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.FeaturedTag.__type"},{"id":11136,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_activity.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.FeaturedTag.__type"},{"id":11137,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_activity.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.FeaturedTag.__type"},{"id":11138,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_activity.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11139,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.Field"},{"id":11140,"kind":1024,"name":"name","url":"modules/mastodon_entities_activity.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Field.__type"},{"id":11141,"kind":1024,"name":"value","url":"modules/mastodon_entities_activity.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Field.__type"},{"id":11142,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_activity.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Field.__type"},{"id":11143,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_activity.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11144,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.Filter"},{"id":11145,"kind":1024,"name":"id","url":"modules/mastodon_entities_activity.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Filter.__type"},{"id":11146,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_activity.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Filter.__type"},{"id":11147,"kind":1024,"name":"context","url":"modules/mastodon_entities_activity.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Filter.__type"},{"id":11148,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_activity.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Filter.__type"},{"id":11149,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_activity.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Filter.__type"},{"id":11150,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_activity.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Filter.__type"},{"id":11151,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_activity.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11152,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.IdentityProof"},{"id":11153,"kind":1024,"name":"provider","url":"modules/mastodon_entities_activity.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.IdentityProof.__type"},{"id":11154,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_activity.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.IdentityProof.__type"},{"id":11155,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_activity.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.IdentityProof.__type"},{"id":11156,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_activity.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.IdentityProof.__type"},{"id":11157,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_activity.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.IdentityProof.__type"},{"id":11158,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_activity.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11159,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.URLs"},{"id":11160,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_activity.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.URLs.__type"},{"id":11161,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_activity.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11162,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.Stats"},{"id":11163,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_activity.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Stats.__type"},{"id":11164,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_activity.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Stats.__type"},{"id":11165,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_activity.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Stats.__type"},{"id":11166,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_activity.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11167,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.Instance"},{"id":11168,"kind":1024,"name":"uri","url":"modules/mastodon_entities_activity.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Instance.__type"},{"id":11169,"kind":1024,"name":"title","url":"modules/mastodon_entities_activity.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Instance.__type"},{"id":11170,"kind":1024,"name":"description","url":"modules/mastodon_entities_activity.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Instance.__type"},{"id":11171,"kind":1024,"name":"email","url":"modules/mastodon_entities_activity.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Instance.__type"},{"id":11172,"kind":1024,"name":"version","url":"modules/mastodon_entities_activity.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Instance.__type"},{"id":11173,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_activity.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Instance.__type"},{"id":11174,"kind":1024,"name":"urls","url":"modules/mastodon_entities_activity.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Instance.__type"},{"id":11175,"kind":1024,"name":"stats","url":"modules/mastodon_entities_activity.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Instance.__type"},{"id":11176,"kind":1024,"name":"languages","url":"modules/mastodon_entities_activity.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Instance.__type"},{"id":11177,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_activity.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Instance.__type"},{"id":11178,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_activity.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Instance.__type"},{"id":11179,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_activity.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Instance.__type"},{"id":11180,"kind":4194304,"name":"List","url":"modules/mastodon_entities_activity.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11181,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.List"},{"id":11182,"kind":1024,"name":"id","url":"modules/mastodon_entities_activity.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.List.__type"},{"id":11183,"kind":1024,"name":"title","url":"modules/mastodon_entities_activity.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.List.__type"},{"id":11184,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_activity.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11185,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.Marker"},{"id":11186,"kind":1024,"name":"home","url":"modules/mastodon_entities_activity.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Marker.__type"},{"id":11187,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Marker.__type"},{"id":11188,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_activity.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Marker.__type.__type"},{"id":11189,"kind":1024,"name":"version","url":"modules/mastodon_entities_activity.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Marker.__type.__type"},{"id":11190,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_activity.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Marker.__type.__type"},{"id":11191,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_activity.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Marker.__type"},{"id":11192,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Marker.__type"},{"id":11193,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_activity.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Marker.__type.__type"},{"id":11194,"kind":1024,"name":"version","url":"modules/mastodon_entities_activity.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Marker.__type.__type"},{"id":11195,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_activity.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Marker.__type.__type"},{"id":11196,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_activity.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11197,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.Notification"},{"id":11198,"kind":1024,"name":"account","url":"modules/mastodon_entities_activity.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Notification.__type"},{"id":11199,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_activity.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Notification.__type"},{"id":11200,"kind":1024,"name":"id","url":"modules/mastodon_entities_activity.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Notification.__type"},{"id":11201,"kind":1024,"name":"status","url":"modules/mastodon_entities_activity.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Notification.__type"},{"id":11202,"kind":1024,"name":"type","url":"modules/mastodon_entities_activity.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Notification.__type"},{"id":11203,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_activity.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11204,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_activity.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11205,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.Preferences"},{"id":11206,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_activity.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Preferences.__type"},{"id":11207,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_activity.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Preferences.__type"},{"id":11208,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_activity.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Preferences.__type"},{"id":11209,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_activity.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Preferences.__type"},{"id":11210,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_activity.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Preferences.__type"},{"id":11211,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_activity.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11212,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.PushSubscription"},{"id":11213,"kind":1024,"name":"id","url":"modules/mastodon_entities_activity.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.PushSubscription.__type"},{"id":11214,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_activity.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.PushSubscription.__type"},{"id":11215,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_activity.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.PushSubscription.__type"},{"id":11216,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_activity.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.PushSubscription.__type"},{"id":11217,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_activity.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11218,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.Relationship"},{"id":11219,"kind":1024,"name":"id","url":"modules/mastodon_entities_activity.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Relationship.__type"},{"id":11220,"kind":1024,"name":"following","url":"modules/mastodon_entities_activity.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Relationship.__type"},{"id":11221,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_activity.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Relationship.__type"},{"id":11222,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_activity.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Relationship.__type"},{"id":11223,"kind":1024,"name":"muting","url":"modules/mastodon_entities_activity.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Relationship.__type"},{"id":11224,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_activity.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Relationship.__type"},{"id":11225,"kind":1024,"name":"requested","url":"modules/mastodon_entities_activity.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Relationship.__type"},{"id":11226,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_activity.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Relationship.__type"},{"id":11227,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_activity.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Relationship.__type"},{"id":11228,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_activity.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Relationship.__type"},{"id":11229,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_activity.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11230,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.Report"},{"id":11231,"kind":1024,"name":"id","url":"modules/mastodon_entities_activity.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Report.__type"},{"id":11232,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_activity.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Report.__type"},{"id":11233,"kind":1024,"name":"comment","url":"modules/mastodon_entities_activity.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Report.__type"},{"id":11234,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_activity.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Report.__type"},{"id":11235,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_activity.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Report.__type"},{"id":11236,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_activity.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11237,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.Results"},{"id":11238,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_activity.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Results.__type"},{"id":11239,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_activity.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Results.__type"},{"id":11240,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_activity.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Results.__type"},{"id":11241,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_activity.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11242,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.ScheduledStatus"},{"id":11243,"kind":1024,"name":"id","url":"modules/mastodon_entities_activity.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.ScheduledStatus.__type"},{"id":11244,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_activity.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.ScheduledStatus.__type"},{"id":11245,"kind":1024,"name":"params","url":"modules/mastodon_entities_activity.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.ScheduledStatus.__type"},{"id":11246,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_activity.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.ScheduledStatus.__type"},{"id":11247,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_activity.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11248,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.StatusParams"},{"id":11249,"kind":1024,"name":"text","url":"modules/mastodon_entities_activity.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.StatusParams.__type"},{"id":11250,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_activity.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.StatusParams.__type"},{"id":11251,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_activity.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.StatusParams.__type"},{"id":11252,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_activity.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.StatusParams.__type"},{"id":11253,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_activity.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.StatusParams.__type"},{"id":11254,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_activity.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.StatusParams.__type"},{"id":11255,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_activity.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.StatusParams.__type"},{"id":11256,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_activity.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.StatusParams.__type"},{"id":11257,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_activity.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/activity.MastodonEntity"},{"id":11258,"kind":65536,"name":"__type","url":"modules/mastodon_entities_activity.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/activity.MastodonEntity.Token"},{"id":11259,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_activity.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Token.__type"},{"id":11260,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_activity.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Token.__type"},{"id":11261,"kind":1024,"name":"scope","url":"modules/mastodon_entities_activity.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Token.__type"},{"id":11262,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_activity.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/activity.MastodonEntity.Token.__type"},{"id":11263,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_application.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/application"},{"id":11264,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_application.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11265,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.Emoji"},{"id":11266,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_application.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Emoji.__type"},{"id":11267,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_application.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Emoji.__type"},{"id":11268,"kind":1024,"name":"url","url":"modules/mastodon_entities_application.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Emoji.__type"},{"id":11269,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_application.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Emoji.__type"},{"id":11270,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_application.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11271,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.Source"},{"id":11272,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_application.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Source.__type"},{"id":11273,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_application.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Source.__type"},{"id":11274,"kind":1024,"name":"language","url":"modules/mastodon_entities_application.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Source.__type"},{"id":11275,"kind":1024,"name":"note","url":"modules/mastodon_entities_application.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Source.__type"},{"id":11276,"kind":1024,"name":"fields","url":"modules/mastodon_entities_application.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Source.__type"},{"id":11277,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_application.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11278,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.Account"},{"id":11279,"kind":1024,"name":"id","url":"modules/mastodon_entities_application.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Account.__type"},{"id":11280,"kind":1024,"name":"username","url":"modules/mastodon_entities_application.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Account.__type"},{"id":11281,"kind":1024,"name":"acct","url":"modules/mastodon_entities_application.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Account.__type"},{"id":11282,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_application.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Account.__type"},{"id":11283,"kind":1024,"name":"locked","url":"modules/mastodon_entities_application.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Account.__type"},{"id":11284,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_application.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Account.__type"},{"id":11285,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_application.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Account.__type"},{"id":11286,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_application.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Account.__type"},{"id":11287,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_application.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Account.__type"},{"id":11288,"kind":1024,"name":"note","url":"modules/mastodon_entities_application.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Account.__type"},{"id":11289,"kind":1024,"name":"url","url":"modules/mastodon_entities_application.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Account.__type"},{"id":11290,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_application.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Account.__type"},{"id":11291,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_application.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Account.__type"},{"id":11292,"kind":1024,"name":"header","url":"modules/mastodon_entities_application.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Account.__type"},{"id":11293,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_application.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Account.__type"},{"id":11294,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_application.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Account.__type"},{"id":11295,"kind":1024,"name":"moved","url":"modules/mastodon_entities_application.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Account.__type"},{"id":11296,"kind":1024,"name":"fields","url":"modules/mastodon_entities_application.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Account.__type"},{"id":11297,"kind":1024,"name":"bot","url":"modules/mastodon_entities_application.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Account.__type"},{"id":11298,"kind":1024,"name":"source","url":"modules/mastodon_entities_application.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Account.__type"},{"id":11299,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_application.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11300,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.Activity"},{"id":11301,"kind":1024,"name":"week","url":"modules/mastodon_entities_application.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Activity.__type"},{"id":11302,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_application.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Activity.__type"},{"id":11303,"kind":1024,"name":"logins","url":"modules/mastodon_entities_application.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Activity.__type"},{"id":11304,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_application.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Activity.__type"},{"id":11305,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_application.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11306,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.Application"},{"id":11307,"kind":1024,"name":"name","url":"modules/mastodon_entities_application.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Application.__type"},{"id":11308,"kind":1024,"name":"website","url":"modules/mastodon_entities_application.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Application.__type"},{"id":11309,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_application.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Application.__type"},{"id":11310,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_application.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11311,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.Attachment"},{"id":11312,"kind":1024,"name":"id","url":"modules/mastodon_entities_application.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Attachment.__type"},{"id":11313,"kind":1024,"name":"type","url":"modules/mastodon_entities_application.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Attachment.__type"},{"id":11314,"kind":1024,"name":"url","url":"modules/mastodon_entities_application.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Attachment.__type"},{"id":11315,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_application.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Attachment.__type"},{"id":11316,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_application.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Attachment.__type"},{"id":11317,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_application.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Attachment.__type"},{"id":11318,"kind":1024,"name":"meta","url":"modules/mastodon_entities_application.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Attachment.__type"},{"id":11319,"kind":1024,"name":"description","url":"modules/mastodon_entities_application.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Attachment.__type"},{"id":11320,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_application.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11321,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.Card"},{"id":11322,"kind":1024,"name":"url","url":"modules/mastodon_entities_application.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Card.__type"},{"id":11323,"kind":1024,"name":"title","url":"modules/mastodon_entities_application.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Card.__type"},{"id":11324,"kind":1024,"name":"description","url":"modules/mastodon_entities_application.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Card.__type"},{"id":11325,"kind":1024,"name":"type","url":"modules/mastodon_entities_application.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Card.__type"},{"id":11326,"kind":1024,"name":"image","url":"modules/mastodon_entities_application.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Card.__type"},{"id":11327,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_application.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Card.__type"},{"id":11328,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_application.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Card.__type"},{"id":11329,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_application.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Card.__type"},{"id":11330,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_application.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Card.__type"},{"id":11331,"kind":1024,"name":"html","url":"modules/mastodon_entities_application.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Card.__type"},{"id":11332,"kind":1024,"name":"width","url":"modules/mastodon_entities_application.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Card.__type"},{"id":11333,"kind":1024,"name":"height","url":"modules/mastodon_entities_application.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Card.__type"},{"id":11334,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_application.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11335,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.Mention"},{"id":11336,"kind":1024,"name":"id","url":"modules/mastodon_entities_application.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Mention.__type"},{"id":11337,"kind":1024,"name":"username","url":"modules/mastodon_entities_application.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Mention.__type"},{"id":11338,"kind":1024,"name":"url","url":"modules/mastodon_entities_application.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Mention.__type"},{"id":11339,"kind":1024,"name":"acct","url":"modules/mastodon_entities_application.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Mention.__type"},{"id":11340,"kind":4194304,"name":"History","url":"modules/mastodon_entities_application.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11341,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.History"},{"id":11342,"kind":1024,"name":"day","url":"modules/mastodon_entities_application.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.History.__type"},{"id":11343,"kind":1024,"name":"uses","url":"modules/mastodon_entities_application.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.History.__type"},{"id":11344,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_application.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.History.__type"},{"id":11345,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_application.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11346,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.Tag"},{"id":11347,"kind":1024,"name":"name","url":"modules/mastodon_entities_application.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Tag.__type"},{"id":11348,"kind":1024,"name":"url","url":"modules/mastodon_entities_application.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Tag.__type"},{"id":11349,"kind":1024,"name":"history","url":"modules/mastodon_entities_application.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Tag.__type"},{"id":11350,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_application.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11351,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.PollOption"},{"id":11352,"kind":1024,"name":"title","url":"modules/mastodon_entities_application.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.PollOption.__type"},{"id":11353,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_application.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.PollOption.__type"},{"id":11354,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_application.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11355,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.Poll"},{"id":11356,"kind":1024,"name":"id","url":"modules/mastodon_entities_application.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Poll.__type"},{"id":11357,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_application.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Poll.__type"},{"id":11358,"kind":1024,"name":"expired","url":"modules/mastodon_entities_application.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Poll.__type"},{"id":11359,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_application.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Poll.__type"},{"id":11360,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_application.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Poll.__type"},{"id":11361,"kind":1024,"name":"options","url":"modules/mastodon_entities_application.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Poll.__type"},{"id":11362,"kind":1024,"name":"voted","url":"modules/mastodon_entities_application.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Poll.__type"},{"id":11363,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_application.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11364,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.Status"},{"id":11365,"kind":1024,"name":"id","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11366,"kind":1024,"name":"uri","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11367,"kind":1024,"name":"url","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11368,"kind":1024,"name":"account","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11369,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11370,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11371,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11372,"kind":1024,"name":"content","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11373,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11374,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11375,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11376,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11377,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11378,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11379,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11380,"kind":1024,"name":"muted","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11381,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11382,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11383,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11384,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11385,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11386,"kind":1024,"name":"tags","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11387,"kind":1024,"name":"card","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11388,"kind":1024,"name":"poll","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11389,"kind":1024,"name":"application","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11390,"kind":1024,"name":"language","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11391,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11392,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11393,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11394,"kind":1024,"name":"quote","url":"modules/mastodon_entities_application.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Status.__type"},{"id":11395,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_application.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11396,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.Context"},{"id":11397,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_application.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Context.__type"},{"id":11398,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_application.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Context.__type"},{"id":11399,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_application.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11400,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.Conversation"},{"id":11401,"kind":1024,"name":"id","url":"modules/mastodon_entities_application.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Conversation.__type"},{"id":11402,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_application.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Conversation.__type"},{"id":11403,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_application.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Conversation.__type"},{"id":11404,"kind":1024,"name":"unread","url":"modules/mastodon_entities_application.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Conversation.__type"},{"id":11405,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_application.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11406,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.FeaturedTag"},{"id":11407,"kind":1024,"name":"id","url":"modules/mastodon_entities_application.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.FeaturedTag.__type"},{"id":11408,"kind":1024,"name":"name","url":"modules/mastodon_entities_application.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.FeaturedTag.__type"},{"id":11409,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_application.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.FeaturedTag.__type"},{"id":11410,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_application.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.FeaturedTag.__type"},{"id":11411,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_application.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11412,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.Field"},{"id":11413,"kind":1024,"name":"name","url":"modules/mastodon_entities_application.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Field.__type"},{"id":11414,"kind":1024,"name":"value","url":"modules/mastodon_entities_application.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Field.__type"},{"id":11415,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_application.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Field.__type"},{"id":11416,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_application.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11417,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.Filter"},{"id":11418,"kind":1024,"name":"id","url":"modules/mastodon_entities_application.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Filter.__type"},{"id":11419,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_application.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Filter.__type"},{"id":11420,"kind":1024,"name":"context","url":"modules/mastodon_entities_application.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Filter.__type"},{"id":11421,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_application.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Filter.__type"},{"id":11422,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_application.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Filter.__type"},{"id":11423,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_application.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Filter.__type"},{"id":11424,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_application.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11425,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.IdentityProof"},{"id":11426,"kind":1024,"name":"provider","url":"modules/mastodon_entities_application.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.IdentityProof.__type"},{"id":11427,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_application.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.IdentityProof.__type"},{"id":11428,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_application.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.IdentityProof.__type"},{"id":11429,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_application.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.IdentityProof.__type"},{"id":11430,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_application.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.IdentityProof.__type"},{"id":11431,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_application.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11432,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.URLs"},{"id":11433,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_application.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.URLs.__type"},{"id":11434,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_application.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11435,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.Stats"},{"id":11436,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_application.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Stats.__type"},{"id":11437,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_application.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Stats.__type"},{"id":11438,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_application.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Stats.__type"},{"id":11439,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_application.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11440,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.Instance"},{"id":11441,"kind":1024,"name":"uri","url":"modules/mastodon_entities_application.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Instance.__type"},{"id":11442,"kind":1024,"name":"title","url":"modules/mastodon_entities_application.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Instance.__type"},{"id":11443,"kind":1024,"name":"description","url":"modules/mastodon_entities_application.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Instance.__type"},{"id":11444,"kind":1024,"name":"email","url":"modules/mastodon_entities_application.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Instance.__type"},{"id":11445,"kind":1024,"name":"version","url":"modules/mastodon_entities_application.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Instance.__type"},{"id":11446,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_application.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Instance.__type"},{"id":11447,"kind":1024,"name":"urls","url":"modules/mastodon_entities_application.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Instance.__type"},{"id":11448,"kind":1024,"name":"stats","url":"modules/mastodon_entities_application.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Instance.__type"},{"id":11449,"kind":1024,"name":"languages","url":"modules/mastodon_entities_application.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Instance.__type"},{"id":11450,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_application.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Instance.__type"},{"id":11451,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_application.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Instance.__type"},{"id":11452,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_application.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Instance.__type"},{"id":11453,"kind":4194304,"name":"List","url":"modules/mastodon_entities_application.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11454,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.List"},{"id":11455,"kind":1024,"name":"id","url":"modules/mastodon_entities_application.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.List.__type"},{"id":11456,"kind":1024,"name":"title","url":"modules/mastodon_entities_application.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.List.__type"},{"id":11457,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_application.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11458,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.Marker"},{"id":11459,"kind":1024,"name":"home","url":"modules/mastodon_entities_application.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Marker.__type"},{"id":11460,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Marker.__type"},{"id":11461,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_application.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Marker.__type.__type"},{"id":11462,"kind":1024,"name":"version","url":"modules/mastodon_entities_application.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Marker.__type.__type"},{"id":11463,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_application.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Marker.__type.__type"},{"id":11464,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_application.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Marker.__type"},{"id":11465,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Marker.__type"},{"id":11466,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_application.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Marker.__type.__type"},{"id":11467,"kind":1024,"name":"version","url":"modules/mastodon_entities_application.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Marker.__type.__type"},{"id":11468,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_application.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Marker.__type.__type"},{"id":11469,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_application.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11470,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.Notification"},{"id":11471,"kind":1024,"name":"account","url":"modules/mastodon_entities_application.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Notification.__type"},{"id":11472,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_application.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Notification.__type"},{"id":11473,"kind":1024,"name":"id","url":"modules/mastodon_entities_application.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Notification.__type"},{"id":11474,"kind":1024,"name":"status","url":"modules/mastodon_entities_application.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Notification.__type"},{"id":11475,"kind":1024,"name":"type","url":"modules/mastodon_entities_application.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Notification.__type"},{"id":11476,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_application.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11477,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_application.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11478,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.Preferences"},{"id":11479,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_application.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Preferences.__type"},{"id":11480,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_application.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Preferences.__type"},{"id":11481,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_application.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Preferences.__type"},{"id":11482,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_application.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Preferences.__type"},{"id":11483,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_application.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Preferences.__type"},{"id":11484,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_application.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11485,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.PushSubscription"},{"id":11486,"kind":1024,"name":"id","url":"modules/mastodon_entities_application.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.PushSubscription.__type"},{"id":11487,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_application.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.PushSubscription.__type"},{"id":11488,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_application.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.PushSubscription.__type"},{"id":11489,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_application.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.PushSubscription.__type"},{"id":11490,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_application.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11491,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.Relationship"},{"id":11492,"kind":1024,"name":"id","url":"modules/mastodon_entities_application.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Relationship.__type"},{"id":11493,"kind":1024,"name":"following","url":"modules/mastodon_entities_application.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Relationship.__type"},{"id":11494,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_application.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Relationship.__type"},{"id":11495,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_application.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Relationship.__type"},{"id":11496,"kind":1024,"name":"muting","url":"modules/mastodon_entities_application.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Relationship.__type"},{"id":11497,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_application.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Relationship.__type"},{"id":11498,"kind":1024,"name":"requested","url":"modules/mastodon_entities_application.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Relationship.__type"},{"id":11499,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_application.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Relationship.__type"},{"id":11500,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_application.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Relationship.__type"},{"id":11501,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_application.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Relationship.__type"},{"id":11502,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_application.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11503,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.Report"},{"id":11504,"kind":1024,"name":"id","url":"modules/mastodon_entities_application.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Report.__type"},{"id":11505,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_application.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Report.__type"},{"id":11506,"kind":1024,"name":"comment","url":"modules/mastodon_entities_application.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Report.__type"},{"id":11507,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_application.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Report.__type"},{"id":11508,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_application.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Report.__type"},{"id":11509,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_application.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11510,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.Results"},{"id":11511,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_application.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Results.__type"},{"id":11512,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_application.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Results.__type"},{"id":11513,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_application.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Results.__type"},{"id":11514,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_application.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11515,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.ScheduledStatus"},{"id":11516,"kind":1024,"name":"id","url":"modules/mastodon_entities_application.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.ScheduledStatus.__type"},{"id":11517,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_application.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.ScheduledStatus.__type"},{"id":11518,"kind":1024,"name":"params","url":"modules/mastodon_entities_application.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.ScheduledStatus.__type"},{"id":11519,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_application.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.ScheduledStatus.__type"},{"id":11520,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_application.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11521,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.StatusParams"},{"id":11522,"kind":1024,"name":"text","url":"modules/mastodon_entities_application.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.StatusParams.__type"},{"id":11523,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_application.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.StatusParams.__type"},{"id":11524,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_application.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.StatusParams.__type"},{"id":11525,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_application.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.StatusParams.__type"},{"id":11526,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_application.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.StatusParams.__type"},{"id":11527,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_application.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.StatusParams.__type"},{"id":11528,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_application.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.StatusParams.__type"},{"id":11529,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_application.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.StatusParams.__type"},{"id":11530,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_application.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/application.MastodonEntity"},{"id":11531,"kind":65536,"name":"__type","url":"modules/mastodon_entities_application.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/application.MastodonEntity.Token"},{"id":11532,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_application.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Token.__type"},{"id":11533,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_application.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Token.__type"},{"id":11534,"kind":1024,"name":"scope","url":"modules/mastodon_entities_application.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Token.__type"},{"id":11535,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_application.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/application.MastodonEntity.Token.__type"},{"id":11536,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_attachment.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/attachment"},{"id":11537,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_attachment.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11538,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.Emoji"},{"id":11539,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_attachment.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Emoji.__type"},{"id":11540,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_attachment.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Emoji.__type"},{"id":11541,"kind":1024,"name":"url","url":"modules/mastodon_entities_attachment.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Emoji.__type"},{"id":11542,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_attachment.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Emoji.__type"},{"id":11543,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_attachment.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11544,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.Source"},{"id":11545,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_attachment.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Source.__type"},{"id":11546,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_attachment.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Source.__type"},{"id":11547,"kind":1024,"name":"language","url":"modules/mastodon_entities_attachment.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Source.__type"},{"id":11548,"kind":1024,"name":"note","url":"modules/mastodon_entities_attachment.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Source.__type"},{"id":11549,"kind":1024,"name":"fields","url":"modules/mastodon_entities_attachment.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Source.__type"},{"id":11550,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_attachment.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11551,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.Account"},{"id":11552,"kind":1024,"name":"id","url":"modules/mastodon_entities_attachment.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Account.__type"},{"id":11553,"kind":1024,"name":"username","url":"modules/mastodon_entities_attachment.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Account.__type"},{"id":11554,"kind":1024,"name":"acct","url":"modules/mastodon_entities_attachment.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Account.__type"},{"id":11555,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_attachment.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Account.__type"},{"id":11556,"kind":1024,"name":"locked","url":"modules/mastodon_entities_attachment.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Account.__type"},{"id":11557,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_attachment.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Account.__type"},{"id":11558,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_attachment.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Account.__type"},{"id":11559,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_attachment.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Account.__type"},{"id":11560,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_attachment.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Account.__type"},{"id":11561,"kind":1024,"name":"note","url":"modules/mastodon_entities_attachment.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Account.__type"},{"id":11562,"kind":1024,"name":"url","url":"modules/mastodon_entities_attachment.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Account.__type"},{"id":11563,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_attachment.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Account.__type"},{"id":11564,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_attachment.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Account.__type"},{"id":11565,"kind":1024,"name":"header","url":"modules/mastodon_entities_attachment.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Account.__type"},{"id":11566,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_attachment.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Account.__type"},{"id":11567,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_attachment.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Account.__type"},{"id":11568,"kind":1024,"name":"moved","url":"modules/mastodon_entities_attachment.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Account.__type"},{"id":11569,"kind":1024,"name":"fields","url":"modules/mastodon_entities_attachment.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Account.__type"},{"id":11570,"kind":1024,"name":"bot","url":"modules/mastodon_entities_attachment.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Account.__type"},{"id":11571,"kind":1024,"name":"source","url":"modules/mastodon_entities_attachment.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Account.__type"},{"id":11572,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_attachment.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11573,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.Activity"},{"id":11574,"kind":1024,"name":"week","url":"modules/mastodon_entities_attachment.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Activity.__type"},{"id":11575,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_attachment.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Activity.__type"},{"id":11576,"kind":1024,"name":"logins","url":"modules/mastodon_entities_attachment.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Activity.__type"},{"id":11577,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_attachment.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Activity.__type"},{"id":11578,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_attachment.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11579,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.Application"},{"id":11580,"kind":1024,"name":"name","url":"modules/mastodon_entities_attachment.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Application.__type"},{"id":11581,"kind":1024,"name":"website","url":"modules/mastodon_entities_attachment.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Application.__type"},{"id":11582,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_attachment.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Application.__type"},{"id":11583,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_attachment.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11584,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.Attachment"},{"id":11585,"kind":1024,"name":"id","url":"modules/mastodon_entities_attachment.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Attachment.__type"},{"id":11586,"kind":1024,"name":"type","url":"modules/mastodon_entities_attachment.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Attachment.__type"},{"id":11587,"kind":1024,"name":"url","url":"modules/mastodon_entities_attachment.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Attachment.__type"},{"id":11588,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_attachment.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Attachment.__type"},{"id":11589,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_attachment.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Attachment.__type"},{"id":11590,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_attachment.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Attachment.__type"},{"id":11591,"kind":1024,"name":"meta","url":"modules/mastodon_entities_attachment.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Attachment.__type"},{"id":11592,"kind":1024,"name":"description","url":"modules/mastodon_entities_attachment.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Attachment.__type"},{"id":11593,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_attachment.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11594,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.Card"},{"id":11595,"kind":1024,"name":"url","url":"modules/mastodon_entities_attachment.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Card.__type"},{"id":11596,"kind":1024,"name":"title","url":"modules/mastodon_entities_attachment.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Card.__type"},{"id":11597,"kind":1024,"name":"description","url":"modules/mastodon_entities_attachment.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Card.__type"},{"id":11598,"kind":1024,"name":"type","url":"modules/mastodon_entities_attachment.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Card.__type"},{"id":11599,"kind":1024,"name":"image","url":"modules/mastodon_entities_attachment.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Card.__type"},{"id":11600,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_attachment.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Card.__type"},{"id":11601,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_attachment.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Card.__type"},{"id":11602,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_attachment.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Card.__type"},{"id":11603,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_attachment.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Card.__type"},{"id":11604,"kind":1024,"name":"html","url":"modules/mastodon_entities_attachment.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Card.__type"},{"id":11605,"kind":1024,"name":"width","url":"modules/mastodon_entities_attachment.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Card.__type"},{"id":11606,"kind":1024,"name":"height","url":"modules/mastodon_entities_attachment.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Card.__type"},{"id":11607,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_attachment.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11608,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.Mention"},{"id":11609,"kind":1024,"name":"id","url":"modules/mastodon_entities_attachment.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Mention.__type"},{"id":11610,"kind":1024,"name":"username","url":"modules/mastodon_entities_attachment.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Mention.__type"},{"id":11611,"kind":1024,"name":"url","url":"modules/mastodon_entities_attachment.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Mention.__type"},{"id":11612,"kind":1024,"name":"acct","url":"modules/mastodon_entities_attachment.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Mention.__type"},{"id":11613,"kind":4194304,"name":"History","url":"modules/mastodon_entities_attachment.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11614,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.History"},{"id":11615,"kind":1024,"name":"day","url":"modules/mastodon_entities_attachment.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.History.__type"},{"id":11616,"kind":1024,"name":"uses","url":"modules/mastodon_entities_attachment.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.History.__type"},{"id":11617,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_attachment.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.History.__type"},{"id":11618,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_attachment.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11619,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.Tag"},{"id":11620,"kind":1024,"name":"name","url":"modules/mastodon_entities_attachment.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Tag.__type"},{"id":11621,"kind":1024,"name":"url","url":"modules/mastodon_entities_attachment.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Tag.__type"},{"id":11622,"kind":1024,"name":"history","url":"modules/mastodon_entities_attachment.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Tag.__type"},{"id":11623,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_attachment.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11624,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.PollOption"},{"id":11625,"kind":1024,"name":"title","url":"modules/mastodon_entities_attachment.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.PollOption.__type"},{"id":11626,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_attachment.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.PollOption.__type"},{"id":11627,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_attachment.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11628,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.Poll"},{"id":11629,"kind":1024,"name":"id","url":"modules/mastodon_entities_attachment.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Poll.__type"},{"id":11630,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_attachment.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Poll.__type"},{"id":11631,"kind":1024,"name":"expired","url":"modules/mastodon_entities_attachment.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Poll.__type"},{"id":11632,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_attachment.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Poll.__type"},{"id":11633,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_attachment.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Poll.__type"},{"id":11634,"kind":1024,"name":"options","url":"modules/mastodon_entities_attachment.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Poll.__type"},{"id":11635,"kind":1024,"name":"voted","url":"modules/mastodon_entities_attachment.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Poll.__type"},{"id":11636,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11637,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.Status"},{"id":11638,"kind":1024,"name":"id","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11639,"kind":1024,"name":"uri","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11640,"kind":1024,"name":"url","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11641,"kind":1024,"name":"account","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11642,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11643,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11644,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11645,"kind":1024,"name":"content","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11646,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11647,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11648,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11649,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11650,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11651,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11652,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11653,"kind":1024,"name":"muted","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11654,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11655,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11656,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11657,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11658,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11659,"kind":1024,"name":"tags","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11660,"kind":1024,"name":"card","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11661,"kind":1024,"name":"poll","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11662,"kind":1024,"name":"application","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11663,"kind":1024,"name":"language","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11664,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11665,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11666,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11667,"kind":1024,"name":"quote","url":"modules/mastodon_entities_attachment.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Status.__type"},{"id":11668,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_attachment.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11669,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.Context"},{"id":11670,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_attachment.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Context.__type"},{"id":11671,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_attachment.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Context.__type"},{"id":11672,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_attachment.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11673,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.Conversation"},{"id":11674,"kind":1024,"name":"id","url":"modules/mastodon_entities_attachment.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Conversation.__type"},{"id":11675,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_attachment.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Conversation.__type"},{"id":11676,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_attachment.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Conversation.__type"},{"id":11677,"kind":1024,"name":"unread","url":"modules/mastodon_entities_attachment.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Conversation.__type"},{"id":11678,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_attachment.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11679,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.FeaturedTag"},{"id":11680,"kind":1024,"name":"id","url":"modules/mastodon_entities_attachment.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.FeaturedTag.__type"},{"id":11681,"kind":1024,"name":"name","url":"modules/mastodon_entities_attachment.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.FeaturedTag.__type"},{"id":11682,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_attachment.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.FeaturedTag.__type"},{"id":11683,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_attachment.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.FeaturedTag.__type"},{"id":11684,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_attachment.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11685,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.Field"},{"id":11686,"kind":1024,"name":"name","url":"modules/mastodon_entities_attachment.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Field.__type"},{"id":11687,"kind":1024,"name":"value","url":"modules/mastodon_entities_attachment.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Field.__type"},{"id":11688,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_attachment.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Field.__type"},{"id":11689,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_attachment.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11690,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.Filter"},{"id":11691,"kind":1024,"name":"id","url":"modules/mastodon_entities_attachment.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Filter.__type"},{"id":11692,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_attachment.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Filter.__type"},{"id":11693,"kind":1024,"name":"context","url":"modules/mastodon_entities_attachment.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Filter.__type"},{"id":11694,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_attachment.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Filter.__type"},{"id":11695,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_attachment.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Filter.__type"},{"id":11696,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_attachment.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Filter.__type"},{"id":11697,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_attachment.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11698,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.IdentityProof"},{"id":11699,"kind":1024,"name":"provider","url":"modules/mastodon_entities_attachment.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.IdentityProof.__type"},{"id":11700,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_attachment.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.IdentityProof.__type"},{"id":11701,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_attachment.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.IdentityProof.__type"},{"id":11702,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_attachment.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.IdentityProof.__type"},{"id":11703,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_attachment.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.IdentityProof.__type"},{"id":11704,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_attachment.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11705,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.URLs"},{"id":11706,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_attachment.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.URLs.__type"},{"id":11707,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_attachment.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11708,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.Stats"},{"id":11709,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_attachment.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Stats.__type"},{"id":11710,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_attachment.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Stats.__type"},{"id":11711,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_attachment.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Stats.__type"},{"id":11712,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_attachment.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11713,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.Instance"},{"id":11714,"kind":1024,"name":"uri","url":"modules/mastodon_entities_attachment.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Instance.__type"},{"id":11715,"kind":1024,"name":"title","url":"modules/mastodon_entities_attachment.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Instance.__type"},{"id":11716,"kind":1024,"name":"description","url":"modules/mastodon_entities_attachment.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Instance.__type"},{"id":11717,"kind":1024,"name":"email","url":"modules/mastodon_entities_attachment.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Instance.__type"},{"id":11718,"kind":1024,"name":"version","url":"modules/mastodon_entities_attachment.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Instance.__type"},{"id":11719,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_attachment.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Instance.__type"},{"id":11720,"kind":1024,"name":"urls","url":"modules/mastodon_entities_attachment.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Instance.__type"},{"id":11721,"kind":1024,"name":"stats","url":"modules/mastodon_entities_attachment.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Instance.__type"},{"id":11722,"kind":1024,"name":"languages","url":"modules/mastodon_entities_attachment.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Instance.__type"},{"id":11723,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_attachment.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Instance.__type"},{"id":11724,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_attachment.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Instance.__type"},{"id":11725,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_attachment.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Instance.__type"},{"id":11726,"kind":4194304,"name":"List","url":"modules/mastodon_entities_attachment.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11727,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.List"},{"id":11728,"kind":1024,"name":"id","url":"modules/mastodon_entities_attachment.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.List.__type"},{"id":11729,"kind":1024,"name":"title","url":"modules/mastodon_entities_attachment.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.List.__type"},{"id":11730,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_attachment.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11731,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.Marker"},{"id":11732,"kind":1024,"name":"home","url":"modules/mastodon_entities_attachment.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Marker.__type"},{"id":11733,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Marker.__type"},{"id":11734,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_attachment.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Marker.__type.__type"},{"id":11735,"kind":1024,"name":"version","url":"modules/mastodon_entities_attachment.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Marker.__type.__type"},{"id":11736,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_attachment.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Marker.__type.__type"},{"id":11737,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_attachment.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Marker.__type"},{"id":11738,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Marker.__type"},{"id":11739,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_attachment.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Marker.__type.__type"},{"id":11740,"kind":1024,"name":"version","url":"modules/mastodon_entities_attachment.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Marker.__type.__type"},{"id":11741,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_attachment.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Marker.__type.__type"},{"id":11742,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_attachment.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11743,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.Notification"},{"id":11744,"kind":1024,"name":"account","url":"modules/mastodon_entities_attachment.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Notification.__type"},{"id":11745,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_attachment.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Notification.__type"},{"id":11746,"kind":1024,"name":"id","url":"modules/mastodon_entities_attachment.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Notification.__type"},{"id":11747,"kind":1024,"name":"status","url":"modules/mastodon_entities_attachment.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Notification.__type"},{"id":11748,"kind":1024,"name":"type","url":"modules/mastodon_entities_attachment.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Notification.__type"},{"id":11749,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_attachment.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11750,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_attachment.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11751,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.Preferences"},{"id":11752,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_attachment.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Preferences.__type"},{"id":11753,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_attachment.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Preferences.__type"},{"id":11754,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_attachment.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Preferences.__type"},{"id":11755,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_attachment.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Preferences.__type"},{"id":11756,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_attachment.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Preferences.__type"},{"id":11757,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_attachment.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11758,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.PushSubscription"},{"id":11759,"kind":1024,"name":"id","url":"modules/mastodon_entities_attachment.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.PushSubscription.__type"},{"id":11760,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_attachment.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.PushSubscription.__type"},{"id":11761,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_attachment.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.PushSubscription.__type"},{"id":11762,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_attachment.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.PushSubscription.__type"},{"id":11763,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_attachment.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11764,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.Relationship"},{"id":11765,"kind":1024,"name":"id","url":"modules/mastodon_entities_attachment.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Relationship.__type"},{"id":11766,"kind":1024,"name":"following","url":"modules/mastodon_entities_attachment.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Relationship.__type"},{"id":11767,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_attachment.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Relationship.__type"},{"id":11768,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_attachment.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Relationship.__type"},{"id":11769,"kind":1024,"name":"muting","url":"modules/mastodon_entities_attachment.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Relationship.__type"},{"id":11770,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_attachment.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Relationship.__type"},{"id":11771,"kind":1024,"name":"requested","url":"modules/mastodon_entities_attachment.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Relationship.__type"},{"id":11772,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_attachment.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Relationship.__type"},{"id":11773,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_attachment.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Relationship.__type"},{"id":11774,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_attachment.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Relationship.__type"},{"id":11775,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_attachment.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11776,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.Report"},{"id":11777,"kind":1024,"name":"id","url":"modules/mastodon_entities_attachment.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Report.__type"},{"id":11778,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_attachment.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Report.__type"},{"id":11779,"kind":1024,"name":"comment","url":"modules/mastodon_entities_attachment.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Report.__type"},{"id":11780,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_attachment.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Report.__type"},{"id":11781,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_attachment.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Report.__type"},{"id":11782,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_attachment.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11783,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.Results"},{"id":11784,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_attachment.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Results.__type"},{"id":11785,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_attachment.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Results.__type"},{"id":11786,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_attachment.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Results.__type"},{"id":11787,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_attachment.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11788,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.ScheduledStatus"},{"id":11789,"kind":1024,"name":"id","url":"modules/mastodon_entities_attachment.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.ScheduledStatus.__type"},{"id":11790,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_attachment.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.ScheduledStatus.__type"},{"id":11791,"kind":1024,"name":"params","url":"modules/mastodon_entities_attachment.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.ScheduledStatus.__type"},{"id":11792,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_attachment.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.ScheduledStatus.__type"},{"id":11793,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_attachment.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11794,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.StatusParams"},{"id":11795,"kind":1024,"name":"text","url":"modules/mastodon_entities_attachment.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.StatusParams.__type"},{"id":11796,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_attachment.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.StatusParams.__type"},{"id":11797,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_attachment.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.StatusParams.__type"},{"id":11798,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_attachment.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.StatusParams.__type"},{"id":11799,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_attachment.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.StatusParams.__type"},{"id":11800,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_attachment.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.StatusParams.__type"},{"id":11801,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_attachment.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.StatusParams.__type"},{"id":11802,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_attachment.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.StatusParams.__type"},{"id":11803,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_attachment.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/attachment.MastodonEntity"},{"id":11804,"kind":65536,"name":"__type","url":"modules/mastodon_entities_attachment.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/attachment.MastodonEntity.Token"},{"id":11805,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_attachment.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Token.__type"},{"id":11806,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_attachment.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Token.__type"},{"id":11807,"kind":1024,"name":"scope","url":"modules/mastodon_entities_attachment.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Token.__type"},{"id":11808,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_attachment.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/attachment.MastodonEntity.Token.__type"},{"id":11809,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_card.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/card"},{"id":11810,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_card.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":11811,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.Emoji"},{"id":11812,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_card.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Emoji.__type"},{"id":11813,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_card.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Emoji.__type"},{"id":11814,"kind":1024,"name":"url","url":"modules/mastodon_entities_card.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Emoji.__type"},{"id":11815,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_card.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Emoji.__type"},{"id":11816,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_card.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":11817,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.Source"},{"id":11818,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_card.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Source.__type"},{"id":11819,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_card.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Source.__type"},{"id":11820,"kind":1024,"name":"language","url":"modules/mastodon_entities_card.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Source.__type"},{"id":11821,"kind":1024,"name":"note","url":"modules/mastodon_entities_card.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Source.__type"},{"id":11822,"kind":1024,"name":"fields","url":"modules/mastodon_entities_card.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Source.__type"},{"id":11823,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_card.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":11824,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.Account"},{"id":11825,"kind":1024,"name":"id","url":"modules/mastodon_entities_card.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Account.__type"},{"id":11826,"kind":1024,"name":"username","url":"modules/mastodon_entities_card.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Account.__type"},{"id":11827,"kind":1024,"name":"acct","url":"modules/mastodon_entities_card.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Account.__type"},{"id":11828,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_card.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Account.__type"},{"id":11829,"kind":1024,"name":"locked","url":"modules/mastodon_entities_card.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Account.__type"},{"id":11830,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_card.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Account.__type"},{"id":11831,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_card.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Account.__type"},{"id":11832,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_card.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Account.__type"},{"id":11833,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_card.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Account.__type"},{"id":11834,"kind":1024,"name":"note","url":"modules/mastodon_entities_card.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Account.__type"},{"id":11835,"kind":1024,"name":"url","url":"modules/mastodon_entities_card.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Account.__type"},{"id":11836,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_card.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Account.__type"},{"id":11837,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_card.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Account.__type"},{"id":11838,"kind":1024,"name":"header","url":"modules/mastodon_entities_card.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Account.__type"},{"id":11839,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_card.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Account.__type"},{"id":11840,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_card.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Account.__type"},{"id":11841,"kind":1024,"name":"moved","url":"modules/mastodon_entities_card.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Account.__type"},{"id":11842,"kind":1024,"name":"fields","url":"modules/mastodon_entities_card.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Account.__type"},{"id":11843,"kind":1024,"name":"bot","url":"modules/mastodon_entities_card.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Account.__type"},{"id":11844,"kind":1024,"name":"source","url":"modules/mastodon_entities_card.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Account.__type"},{"id":11845,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_card.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":11846,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.Activity"},{"id":11847,"kind":1024,"name":"week","url":"modules/mastodon_entities_card.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Activity.__type"},{"id":11848,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_card.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Activity.__type"},{"id":11849,"kind":1024,"name":"logins","url":"modules/mastodon_entities_card.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Activity.__type"},{"id":11850,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_card.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Activity.__type"},{"id":11851,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_card.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":11852,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.Application"},{"id":11853,"kind":1024,"name":"name","url":"modules/mastodon_entities_card.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Application.__type"},{"id":11854,"kind":1024,"name":"website","url":"modules/mastodon_entities_card.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Application.__type"},{"id":11855,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_card.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Application.__type"},{"id":11856,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_card.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":11857,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.Attachment"},{"id":11858,"kind":1024,"name":"id","url":"modules/mastodon_entities_card.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Attachment.__type"},{"id":11859,"kind":1024,"name":"type","url":"modules/mastodon_entities_card.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Attachment.__type"},{"id":11860,"kind":1024,"name":"url","url":"modules/mastodon_entities_card.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Attachment.__type"},{"id":11861,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_card.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Attachment.__type"},{"id":11862,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_card.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Attachment.__type"},{"id":11863,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_card.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Attachment.__type"},{"id":11864,"kind":1024,"name":"meta","url":"modules/mastodon_entities_card.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Attachment.__type"},{"id":11865,"kind":1024,"name":"description","url":"modules/mastodon_entities_card.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Attachment.__type"},{"id":11866,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_card.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":11867,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.Card"},{"id":11868,"kind":1024,"name":"url","url":"modules/mastodon_entities_card.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Card.__type"},{"id":11869,"kind":1024,"name":"title","url":"modules/mastodon_entities_card.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Card.__type"},{"id":11870,"kind":1024,"name":"description","url":"modules/mastodon_entities_card.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Card.__type"},{"id":11871,"kind":1024,"name":"type","url":"modules/mastodon_entities_card.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Card.__type"},{"id":11872,"kind":1024,"name":"image","url":"modules/mastodon_entities_card.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Card.__type"},{"id":11873,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_card.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Card.__type"},{"id":11874,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_card.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Card.__type"},{"id":11875,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_card.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Card.__type"},{"id":11876,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_card.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Card.__type"},{"id":11877,"kind":1024,"name":"html","url":"modules/mastodon_entities_card.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Card.__type"},{"id":11878,"kind":1024,"name":"width","url":"modules/mastodon_entities_card.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Card.__type"},{"id":11879,"kind":1024,"name":"height","url":"modules/mastodon_entities_card.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Card.__type"},{"id":11880,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_card.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":11881,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.Mention"},{"id":11882,"kind":1024,"name":"id","url":"modules/mastodon_entities_card.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Mention.__type"},{"id":11883,"kind":1024,"name":"username","url":"modules/mastodon_entities_card.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Mention.__type"},{"id":11884,"kind":1024,"name":"url","url":"modules/mastodon_entities_card.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Mention.__type"},{"id":11885,"kind":1024,"name":"acct","url":"modules/mastodon_entities_card.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Mention.__type"},{"id":11886,"kind":4194304,"name":"History","url":"modules/mastodon_entities_card.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":11887,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.History"},{"id":11888,"kind":1024,"name":"day","url":"modules/mastodon_entities_card.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.History.__type"},{"id":11889,"kind":1024,"name":"uses","url":"modules/mastodon_entities_card.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.History.__type"},{"id":11890,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_card.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.History.__type"},{"id":11891,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_card.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":11892,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.Tag"},{"id":11893,"kind":1024,"name":"name","url":"modules/mastodon_entities_card.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Tag.__type"},{"id":11894,"kind":1024,"name":"url","url":"modules/mastodon_entities_card.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Tag.__type"},{"id":11895,"kind":1024,"name":"history","url":"modules/mastodon_entities_card.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Tag.__type"},{"id":11896,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_card.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":11897,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.PollOption"},{"id":11898,"kind":1024,"name":"title","url":"modules/mastodon_entities_card.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.PollOption.__type"},{"id":11899,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_card.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.PollOption.__type"},{"id":11900,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_card.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":11901,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.Poll"},{"id":11902,"kind":1024,"name":"id","url":"modules/mastodon_entities_card.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Poll.__type"},{"id":11903,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_card.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Poll.__type"},{"id":11904,"kind":1024,"name":"expired","url":"modules/mastodon_entities_card.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Poll.__type"},{"id":11905,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_card.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Poll.__type"},{"id":11906,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_card.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Poll.__type"},{"id":11907,"kind":1024,"name":"options","url":"modules/mastodon_entities_card.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Poll.__type"},{"id":11908,"kind":1024,"name":"voted","url":"modules/mastodon_entities_card.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Poll.__type"},{"id":11909,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_card.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":11910,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.Status"},{"id":11911,"kind":1024,"name":"id","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11912,"kind":1024,"name":"uri","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11913,"kind":1024,"name":"url","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11914,"kind":1024,"name":"account","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11915,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11916,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11917,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11918,"kind":1024,"name":"content","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11919,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11920,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11921,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11922,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11923,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11924,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11925,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11926,"kind":1024,"name":"muted","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11927,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11928,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11929,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11930,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11931,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11932,"kind":1024,"name":"tags","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11933,"kind":1024,"name":"card","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11934,"kind":1024,"name":"poll","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11935,"kind":1024,"name":"application","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11936,"kind":1024,"name":"language","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11937,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11938,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11939,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11940,"kind":1024,"name":"quote","url":"modules/mastodon_entities_card.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Status.__type"},{"id":11941,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_card.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":11942,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.Context"},{"id":11943,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_card.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Context.__type"},{"id":11944,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_card.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Context.__type"},{"id":11945,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_card.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":11946,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.Conversation"},{"id":11947,"kind":1024,"name":"id","url":"modules/mastodon_entities_card.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Conversation.__type"},{"id":11948,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_card.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Conversation.__type"},{"id":11949,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_card.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Conversation.__type"},{"id":11950,"kind":1024,"name":"unread","url":"modules/mastodon_entities_card.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Conversation.__type"},{"id":11951,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_card.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":11952,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.FeaturedTag"},{"id":11953,"kind":1024,"name":"id","url":"modules/mastodon_entities_card.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.FeaturedTag.__type"},{"id":11954,"kind":1024,"name":"name","url":"modules/mastodon_entities_card.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.FeaturedTag.__type"},{"id":11955,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_card.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.FeaturedTag.__type"},{"id":11956,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_card.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.FeaturedTag.__type"},{"id":11957,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_card.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":11958,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.Field"},{"id":11959,"kind":1024,"name":"name","url":"modules/mastodon_entities_card.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Field.__type"},{"id":11960,"kind":1024,"name":"value","url":"modules/mastodon_entities_card.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Field.__type"},{"id":11961,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_card.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Field.__type"},{"id":11962,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_card.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":11963,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.Filter"},{"id":11964,"kind":1024,"name":"id","url":"modules/mastodon_entities_card.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Filter.__type"},{"id":11965,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_card.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Filter.__type"},{"id":11966,"kind":1024,"name":"context","url":"modules/mastodon_entities_card.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Filter.__type"},{"id":11967,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_card.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Filter.__type"},{"id":11968,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_card.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Filter.__type"},{"id":11969,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_card.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Filter.__type"},{"id":11970,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_card.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":11971,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.IdentityProof"},{"id":11972,"kind":1024,"name":"provider","url":"modules/mastodon_entities_card.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.IdentityProof.__type"},{"id":11973,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_card.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.IdentityProof.__type"},{"id":11974,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_card.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.IdentityProof.__type"},{"id":11975,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_card.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.IdentityProof.__type"},{"id":11976,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_card.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.IdentityProof.__type"},{"id":11977,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_card.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":11978,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.URLs"},{"id":11979,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_card.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.URLs.__type"},{"id":11980,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_card.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":11981,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.Stats"},{"id":11982,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_card.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Stats.__type"},{"id":11983,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_card.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Stats.__type"},{"id":11984,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_card.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Stats.__type"},{"id":11985,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_card.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":11986,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.Instance"},{"id":11987,"kind":1024,"name":"uri","url":"modules/mastodon_entities_card.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Instance.__type"},{"id":11988,"kind":1024,"name":"title","url":"modules/mastodon_entities_card.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Instance.__type"},{"id":11989,"kind":1024,"name":"description","url":"modules/mastodon_entities_card.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Instance.__type"},{"id":11990,"kind":1024,"name":"email","url":"modules/mastodon_entities_card.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Instance.__type"},{"id":11991,"kind":1024,"name":"version","url":"modules/mastodon_entities_card.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Instance.__type"},{"id":11992,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_card.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Instance.__type"},{"id":11993,"kind":1024,"name":"urls","url":"modules/mastodon_entities_card.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Instance.__type"},{"id":11994,"kind":1024,"name":"stats","url":"modules/mastodon_entities_card.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Instance.__type"},{"id":11995,"kind":1024,"name":"languages","url":"modules/mastodon_entities_card.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Instance.__type"},{"id":11996,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_card.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Instance.__type"},{"id":11997,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_card.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Instance.__type"},{"id":11998,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_card.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Instance.__type"},{"id":11999,"kind":4194304,"name":"List","url":"modules/mastodon_entities_card.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":12000,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.List"},{"id":12001,"kind":1024,"name":"id","url":"modules/mastodon_entities_card.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.List.__type"},{"id":12002,"kind":1024,"name":"title","url":"modules/mastodon_entities_card.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.List.__type"},{"id":12003,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_card.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":12004,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.Marker"},{"id":12005,"kind":1024,"name":"home","url":"modules/mastodon_entities_card.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Marker.__type"},{"id":12006,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Marker.__type"},{"id":12007,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_card.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Marker.__type.__type"},{"id":12008,"kind":1024,"name":"version","url":"modules/mastodon_entities_card.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Marker.__type.__type"},{"id":12009,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_card.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Marker.__type.__type"},{"id":12010,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_card.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Marker.__type"},{"id":12011,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Marker.__type"},{"id":12012,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_card.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Marker.__type.__type"},{"id":12013,"kind":1024,"name":"version","url":"modules/mastodon_entities_card.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Marker.__type.__type"},{"id":12014,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_card.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Marker.__type.__type"},{"id":12015,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_card.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":12016,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.Notification"},{"id":12017,"kind":1024,"name":"account","url":"modules/mastodon_entities_card.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Notification.__type"},{"id":12018,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_card.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Notification.__type"},{"id":12019,"kind":1024,"name":"id","url":"modules/mastodon_entities_card.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Notification.__type"},{"id":12020,"kind":1024,"name":"status","url":"modules/mastodon_entities_card.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Notification.__type"},{"id":12021,"kind":1024,"name":"type","url":"modules/mastodon_entities_card.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Notification.__type"},{"id":12022,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_card.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":12023,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_card.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":12024,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.Preferences"},{"id":12025,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_card.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Preferences.__type"},{"id":12026,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_card.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Preferences.__type"},{"id":12027,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_card.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Preferences.__type"},{"id":12028,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_card.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Preferences.__type"},{"id":12029,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_card.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Preferences.__type"},{"id":12030,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_card.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":12031,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.PushSubscription"},{"id":12032,"kind":1024,"name":"id","url":"modules/mastodon_entities_card.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.PushSubscription.__type"},{"id":12033,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_card.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.PushSubscription.__type"},{"id":12034,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_card.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.PushSubscription.__type"},{"id":12035,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_card.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.PushSubscription.__type"},{"id":12036,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_card.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":12037,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.Relationship"},{"id":12038,"kind":1024,"name":"id","url":"modules/mastodon_entities_card.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Relationship.__type"},{"id":12039,"kind":1024,"name":"following","url":"modules/mastodon_entities_card.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Relationship.__type"},{"id":12040,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_card.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Relationship.__type"},{"id":12041,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_card.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Relationship.__type"},{"id":12042,"kind":1024,"name":"muting","url":"modules/mastodon_entities_card.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Relationship.__type"},{"id":12043,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_card.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Relationship.__type"},{"id":12044,"kind":1024,"name":"requested","url":"modules/mastodon_entities_card.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Relationship.__type"},{"id":12045,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_card.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Relationship.__type"},{"id":12046,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_card.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Relationship.__type"},{"id":12047,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_card.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Relationship.__type"},{"id":12048,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_card.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":12049,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.Report"},{"id":12050,"kind":1024,"name":"id","url":"modules/mastodon_entities_card.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Report.__type"},{"id":12051,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_card.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Report.__type"},{"id":12052,"kind":1024,"name":"comment","url":"modules/mastodon_entities_card.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Report.__type"},{"id":12053,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_card.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Report.__type"},{"id":12054,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_card.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Report.__type"},{"id":12055,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_card.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":12056,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.Results"},{"id":12057,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_card.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Results.__type"},{"id":12058,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_card.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Results.__type"},{"id":12059,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_card.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Results.__type"},{"id":12060,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_card.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":12061,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.ScheduledStatus"},{"id":12062,"kind":1024,"name":"id","url":"modules/mastodon_entities_card.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.ScheduledStatus.__type"},{"id":12063,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_card.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.ScheduledStatus.__type"},{"id":12064,"kind":1024,"name":"params","url":"modules/mastodon_entities_card.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.ScheduledStatus.__type"},{"id":12065,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_card.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.ScheduledStatus.__type"},{"id":12066,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_card.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":12067,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.StatusParams"},{"id":12068,"kind":1024,"name":"text","url":"modules/mastodon_entities_card.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.StatusParams.__type"},{"id":12069,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_card.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.StatusParams.__type"},{"id":12070,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_card.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.StatusParams.__type"},{"id":12071,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_card.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.StatusParams.__type"},{"id":12072,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_card.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.StatusParams.__type"},{"id":12073,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_card.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.StatusParams.__type"},{"id":12074,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_card.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.StatusParams.__type"},{"id":12075,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_card.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.StatusParams.__type"},{"id":12076,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_card.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/card.MastodonEntity"},{"id":12077,"kind":65536,"name":"__type","url":"modules/mastodon_entities_card.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/card.MastodonEntity.Token"},{"id":12078,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_card.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Token.__type"},{"id":12079,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_card.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Token.__type"},{"id":12080,"kind":1024,"name":"scope","url":"modules/mastodon_entities_card.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Token.__type"},{"id":12081,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_card.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/card.MastodonEntity.Token.__type"},{"id":12082,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_context.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/context"},{"id":12083,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_context.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12084,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.Emoji"},{"id":12085,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_context.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Emoji.__type"},{"id":12086,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_context.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Emoji.__type"},{"id":12087,"kind":1024,"name":"url","url":"modules/mastodon_entities_context.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Emoji.__type"},{"id":12088,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_context.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Emoji.__type"},{"id":12089,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_context.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12090,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.Source"},{"id":12091,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_context.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Source.__type"},{"id":12092,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_context.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Source.__type"},{"id":12093,"kind":1024,"name":"language","url":"modules/mastodon_entities_context.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Source.__type"},{"id":12094,"kind":1024,"name":"note","url":"modules/mastodon_entities_context.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Source.__type"},{"id":12095,"kind":1024,"name":"fields","url":"modules/mastodon_entities_context.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Source.__type"},{"id":12096,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_context.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12097,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.Account"},{"id":12098,"kind":1024,"name":"id","url":"modules/mastodon_entities_context.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Account.__type"},{"id":12099,"kind":1024,"name":"username","url":"modules/mastodon_entities_context.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Account.__type"},{"id":12100,"kind":1024,"name":"acct","url":"modules/mastodon_entities_context.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Account.__type"},{"id":12101,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_context.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Account.__type"},{"id":12102,"kind":1024,"name":"locked","url":"modules/mastodon_entities_context.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Account.__type"},{"id":12103,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_context.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Account.__type"},{"id":12104,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_context.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Account.__type"},{"id":12105,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_context.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Account.__type"},{"id":12106,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_context.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Account.__type"},{"id":12107,"kind":1024,"name":"note","url":"modules/mastodon_entities_context.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Account.__type"},{"id":12108,"kind":1024,"name":"url","url":"modules/mastodon_entities_context.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Account.__type"},{"id":12109,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_context.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Account.__type"},{"id":12110,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_context.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Account.__type"},{"id":12111,"kind":1024,"name":"header","url":"modules/mastodon_entities_context.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Account.__type"},{"id":12112,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_context.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Account.__type"},{"id":12113,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_context.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Account.__type"},{"id":12114,"kind":1024,"name":"moved","url":"modules/mastodon_entities_context.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Account.__type"},{"id":12115,"kind":1024,"name":"fields","url":"modules/mastodon_entities_context.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Account.__type"},{"id":12116,"kind":1024,"name":"bot","url":"modules/mastodon_entities_context.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Account.__type"},{"id":12117,"kind":1024,"name":"source","url":"modules/mastodon_entities_context.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Account.__type"},{"id":12118,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_context.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12119,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.Activity"},{"id":12120,"kind":1024,"name":"week","url":"modules/mastodon_entities_context.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Activity.__type"},{"id":12121,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_context.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Activity.__type"},{"id":12122,"kind":1024,"name":"logins","url":"modules/mastodon_entities_context.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Activity.__type"},{"id":12123,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_context.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Activity.__type"},{"id":12124,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_context.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12125,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.Application"},{"id":12126,"kind":1024,"name":"name","url":"modules/mastodon_entities_context.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Application.__type"},{"id":12127,"kind":1024,"name":"website","url":"modules/mastodon_entities_context.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Application.__type"},{"id":12128,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_context.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Application.__type"},{"id":12129,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_context.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12130,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.Attachment"},{"id":12131,"kind":1024,"name":"id","url":"modules/mastodon_entities_context.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Attachment.__type"},{"id":12132,"kind":1024,"name":"type","url":"modules/mastodon_entities_context.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Attachment.__type"},{"id":12133,"kind":1024,"name":"url","url":"modules/mastodon_entities_context.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Attachment.__type"},{"id":12134,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_context.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Attachment.__type"},{"id":12135,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_context.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Attachment.__type"},{"id":12136,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_context.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Attachment.__type"},{"id":12137,"kind":1024,"name":"meta","url":"modules/mastodon_entities_context.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Attachment.__type"},{"id":12138,"kind":1024,"name":"description","url":"modules/mastodon_entities_context.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Attachment.__type"},{"id":12139,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_context.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12140,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.Card"},{"id":12141,"kind":1024,"name":"url","url":"modules/mastodon_entities_context.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Card.__type"},{"id":12142,"kind":1024,"name":"title","url":"modules/mastodon_entities_context.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Card.__type"},{"id":12143,"kind":1024,"name":"description","url":"modules/mastodon_entities_context.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Card.__type"},{"id":12144,"kind":1024,"name":"type","url":"modules/mastodon_entities_context.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Card.__type"},{"id":12145,"kind":1024,"name":"image","url":"modules/mastodon_entities_context.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Card.__type"},{"id":12146,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_context.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Card.__type"},{"id":12147,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_context.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Card.__type"},{"id":12148,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_context.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Card.__type"},{"id":12149,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_context.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Card.__type"},{"id":12150,"kind":1024,"name":"html","url":"modules/mastodon_entities_context.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Card.__type"},{"id":12151,"kind":1024,"name":"width","url":"modules/mastodon_entities_context.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Card.__type"},{"id":12152,"kind":1024,"name":"height","url":"modules/mastodon_entities_context.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Card.__type"},{"id":12153,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_context.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12154,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.Mention"},{"id":12155,"kind":1024,"name":"id","url":"modules/mastodon_entities_context.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Mention.__type"},{"id":12156,"kind":1024,"name":"username","url":"modules/mastodon_entities_context.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Mention.__type"},{"id":12157,"kind":1024,"name":"url","url":"modules/mastodon_entities_context.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Mention.__type"},{"id":12158,"kind":1024,"name":"acct","url":"modules/mastodon_entities_context.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Mention.__type"},{"id":12159,"kind":4194304,"name":"History","url":"modules/mastodon_entities_context.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12160,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.History"},{"id":12161,"kind":1024,"name":"day","url":"modules/mastodon_entities_context.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.History.__type"},{"id":12162,"kind":1024,"name":"uses","url":"modules/mastodon_entities_context.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.History.__type"},{"id":12163,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_context.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.History.__type"},{"id":12164,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_context.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12165,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.Tag"},{"id":12166,"kind":1024,"name":"name","url":"modules/mastodon_entities_context.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Tag.__type"},{"id":12167,"kind":1024,"name":"url","url":"modules/mastodon_entities_context.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Tag.__type"},{"id":12168,"kind":1024,"name":"history","url":"modules/mastodon_entities_context.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Tag.__type"},{"id":12169,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_context.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12170,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.PollOption"},{"id":12171,"kind":1024,"name":"title","url":"modules/mastodon_entities_context.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.PollOption.__type"},{"id":12172,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_context.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.PollOption.__type"},{"id":12173,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_context.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12174,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.Poll"},{"id":12175,"kind":1024,"name":"id","url":"modules/mastodon_entities_context.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Poll.__type"},{"id":12176,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_context.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Poll.__type"},{"id":12177,"kind":1024,"name":"expired","url":"modules/mastodon_entities_context.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Poll.__type"},{"id":12178,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_context.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Poll.__type"},{"id":12179,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_context.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Poll.__type"},{"id":12180,"kind":1024,"name":"options","url":"modules/mastodon_entities_context.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Poll.__type"},{"id":12181,"kind":1024,"name":"voted","url":"modules/mastodon_entities_context.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Poll.__type"},{"id":12182,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_context.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12183,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.Status"},{"id":12184,"kind":1024,"name":"id","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12185,"kind":1024,"name":"uri","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12186,"kind":1024,"name":"url","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12187,"kind":1024,"name":"account","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12188,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12189,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12190,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12191,"kind":1024,"name":"content","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12192,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12193,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12194,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12195,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12196,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12197,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12198,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12199,"kind":1024,"name":"muted","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12200,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12201,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12202,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12203,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12204,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12205,"kind":1024,"name":"tags","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12206,"kind":1024,"name":"card","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12207,"kind":1024,"name":"poll","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12208,"kind":1024,"name":"application","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12209,"kind":1024,"name":"language","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12210,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12211,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12212,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12213,"kind":1024,"name":"quote","url":"modules/mastodon_entities_context.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Status.__type"},{"id":12214,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_context.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12215,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.Context"},{"id":12216,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_context.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Context.__type"},{"id":12217,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_context.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Context.__type"},{"id":12218,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_context.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12219,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.Conversation"},{"id":12220,"kind":1024,"name":"id","url":"modules/mastodon_entities_context.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Conversation.__type"},{"id":12221,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_context.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Conversation.__type"},{"id":12222,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_context.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Conversation.__type"},{"id":12223,"kind":1024,"name":"unread","url":"modules/mastodon_entities_context.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Conversation.__type"},{"id":12224,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_context.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12225,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.FeaturedTag"},{"id":12226,"kind":1024,"name":"id","url":"modules/mastodon_entities_context.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.FeaturedTag.__type"},{"id":12227,"kind":1024,"name":"name","url":"modules/mastodon_entities_context.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.FeaturedTag.__type"},{"id":12228,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_context.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.FeaturedTag.__type"},{"id":12229,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_context.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.FeaturedTag.__type"},{"id":12230,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_context.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12231,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.Field"},{"id":12232,"kind":1024,"name":"name","url":"modules/mastodon_entities_context.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Field.__type"},{"id":12233,"kind":1024,"name":"value","url":"modules/mastodon_entities_context.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Field.__type"},{"id":12234,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_context.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Field.__type"},{"id":12235,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_context.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12236,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.Filter"},{"id":12237,"kind":1024,"name":"id","url":"modules/mastodon_entities_context.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Filter.__type"},{"id":12238,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_context.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Filter.__type"},{"id":12239,"kind":1024,"name":"context","url":"modules/mastodon_entities_context.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Filter.__type"},{"id":12240,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_context.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Filter.__type"},{"id":12241,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_context.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Filter.__type"},{"id":12242,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_context.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Filter.__type"},{"id":12243,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_context.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12244,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.IdentityProof"},{"id":12245,"kind":1024,"name":"provider","url":"modules/mastodon_entities_context.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.IdentityProof.__type"},{"id":12246,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_context.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.IdentityProof.__type"},{"id":12247,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_context.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.IdentityProof.__type"},{"id":12248,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_context.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.IdentityProof.__type"},{"id":12249,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_context.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.IdentityProof.__type"},{"id":12250,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_context.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12251,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.URLs"},{"id":12252,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_context.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.URLs.__type"},{"id":12253,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_context.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12254,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.Stats"},{"id":12255,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_context.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Stats.__type"},{"id":12256,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_context.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Stats.__type"},{"id":12257,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_context.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Stats.__type"},{"id":12258,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_context.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12259,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.Instance"},{"id":12260,"kind":1024,"name":"uri","url":"modules/mastodon_entities_context.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Instance.__type"},{"id":12261,"kind":1024,"name":"title","url":"modules/mastodon_entities_context.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Instance.__type"},{"id":12262,"kind":1024,"name":"description","url":"modules/mastodon_entities_context.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Instance.__type"},{"id":12263,"kind":1024,"name":"email","url":"modules/mastodon_entities_context.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Instance.__type"},{"id":12264,"kind":1024,"name":"version","url":"modules/mastodon_entities_context.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Instance.__type"},{"id":12265,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_context.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Instance.__type"},{"id":12266,"kind":1024,"name":"urls","url":"modules/mastodon_entities_context.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Instance.__type"},{"id":12267,"kind":1024,"name":"stats","url":"modules/mastodon_entities_context.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Instance.__type"},{"id":12268,"kind":1024,"name":"languages","url":"modules/mastodon_entities_context.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Instance.__type"},{"id":12269,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_context.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Instance.__type"},{"id":12270,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_context.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Instance.__type"},{"id":12271,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_context.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Instance.__type"},{"id":12272,"kind":4194304,"name":"List","url":"modules/mastodon_entities_context.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12273,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.List"},{"id":12274,"kind":1024,"name":"id","url":"modules/mastodon_entities_context.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.List.__type"},{"id":12275,"kind":1024,"name":"title","url":"modules/mastodon_entities_context.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.List.__type"},{"id":12276,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_context.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12277,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.Marker"},{"id":12278,"kind":1024,"name":"home","url":"modules/mastodon_entities_context.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Marker.__type"},{"id":12279,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Marker.__type"},{"id":12280,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_context.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Marker.__type.__type"},{"id":12281,"kind":1024,"name":"version","url":"modules/mastodon_entities_context.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Marker.__type.__type"},{"id":12282,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_context.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Marker.__type.__type"},{"id":12283,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_context.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Marker.__type"},{"id":12284,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Marker.__type"},{"id":12285,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_context.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Marker.__type.__type"},{"id":12286,"kind":1024,"name":"version","url":"modules/mastodon_entities_context.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Marker.__type.__type"},{"id":12287,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_context.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Marker.__type.__type"},{"id":12288,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_context.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12289,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.Notification"},{"id":12290,"kind":1024,"name":"account","url":"modules/mastodon_entities_context.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Notification.__type"},{"id":12291,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_context.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Notification.__type"},{"id":12292,"kind":1024,"name":"id","url":"modules/mastodon_entities_context.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Notification.__type"},{"id":12293,"kind":1024,"name":"status","url":"modules/mastodon_entities_context.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Notification.__type"},{"id":12294,"kind":1024,"name":"type","url":"modules/mastodon_entities_context.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Notification.__type"},{"id":12295,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_context.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12296,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_context.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12297,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.Preferences"},{"id":12298,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_context.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Preferences.__type"},{"id":12299,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_context.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Preferences.__type"},{"id":12300,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_context.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Preferences.__type"},{"id":12301,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_context.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Preferences.__type"},{"id":12302,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_context.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Preferences.__type"},{"id":12303,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_context.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12304,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.PushSubscription"},{"id":12305,"kind":1024,"name":"id","url":"modules/mastodon_entities_context.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.PushSubscription.__type"},{"id":12306,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_context.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.PushSubscription.__type"},{"id":12307,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_context.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.PushSubscription.__type"},{"id":12308,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_context.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.PushSubscription.__type"},{"id":12309,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_context.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12310,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.Relationship"},{"id":12311,"kind":1024,"name":"id","url":"modules/mastodon_entities_context.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Relationship.__type"},{"id":12312,"kind":1024,"name":"following","url":"modules/mastodon_entities_context.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Relationship.__type"},{"id":12313,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_context.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Relationship.__type"},{"id":12314,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_context.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Relationship.__type"},{"id":12315,"kind":1024,"name":"muting","url":"modules/mastodon_entities_context.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Relationship.__type"},{"id":12316,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_context.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Relationship.__type"},{"id":12317,"kind":1024,"name":"requested","url":"modules/mastodon_entities_context.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Relationship.__type"},{"id":12318,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_context.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Relationship.__type"},{"id":12319,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_context.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Relationship.__type"},{"id":12320,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_context.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Relationship.__type"},{"id":12321,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_context.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12322,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.Report"},{"id":12323,"kind":1024,"name":"id","url":"modules/mastodon_entities_context.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Report.__type"},{"id":12324,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_context.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Report.__type"},{"id":12325,"kind":1024,"name":"comment","url":"modules/mastodon_entities_context.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Report.__type"},{"id":12326,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_context.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Report.__type"},{"id":12327,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_context.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Report.__type"},{"id":12328,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_context.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12329,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.Results"},{"id":12330,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_context.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Results.__type"},{"id":12331,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_context.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Results.__type"},{"id":12332,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_context.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Results.__type"},{"id":12333,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_context.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12334,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.ScheduledStatus"},{"id":12335,"kind":1024,"name":"id","url":"modules/mastodon_entities_context.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.ScheduledStatus.__type"},{"id":12336,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_context.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.ScheduledStatus.__type"},{"id":12337,"kind":1024,"name":"params","url":"modules/mastodon_entities_context.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.ScheduledStatus.__type"},{"id":12338,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_context.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.ScheduledStatus.__type"},{"id":12339,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_context.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12340,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.StatusParams"},{"id":12341,"kind":1024,"name":"text","url":"modules/mastodon_entities_context.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.StatusParams.__type"},{"id":12342,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_context.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.StatusParams.__type"},{"id":12343,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_context.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.StatusParams.__type"},{"id":12344,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_context.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.StatusParams.__type"},{"id":12345,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_context.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.StatusParams.__type"},{"id":12346,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_context.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.StatusParams.__type"},{"id":12347,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_context.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.StatusParams.__type"},{"id":12348,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_context.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.StatusParams.__type"},{"id":12349,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_context.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/context.MastodonEntity"},{"id":12350,"kind":65536,"name":"__type","url":"modules/mastodon_entities_context.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/context.MastodonEntity.Token"},{"id":12351,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_context.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Token.__type"},{"id":12352,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_context.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Token.__type"},{"id":12353,"kind":1024,"name":"scope","url":"modules/mastodon_entities_context.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Token.__type"},{"id":12354,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_context.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/context.MastodonEntity.Token.__type"},{"id":12355,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_conversation.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/conversation"},{"id":12356,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_conversation.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12357,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.Emoji"},{"id":12358,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_conversation.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Emoji.__type"},{"id":12359,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_conversation.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Emoji.__type"},{"id":12360,"kind":1024,"name":"url","url":"modules/mastodon_entities_conversation.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Emoji.__type"},{"id":12361,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_conversation.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Emoji.__type"},{"id":12362,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_conversation.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12363,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.Source"},{"id":12364,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_conversation.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Source.__type"},{"id":12365,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_conversation.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Source.__type"},{"id":12366,"kind":1024,"name":"language","url":"modules/mastodon_entities_conversation.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Source.__type"},{"id":12367,"kind":1024,"name":"note","url":"modules/mastodon_entities_conversation.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Source.__type"},{"id":12368,"kind":1024,"name":"fields","url":"modules/mastodon_entities_conversation.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Source.__type"},{"id":12369,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_conversation.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12370,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.Account"},{"id":12371,"kind":1024,"name":"id","url":"modules/mastodon_entities_conversation.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Account.__type"},{"id":12372,"kind":1024,"name":"username","url":"modules/mastodon_entities_conversation.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Account.__type"},{"id":12373,"kind":1024,"name":"acct","url":"modules/mastodon_entities_conversation.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Account.__type"},{"id":12374,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_conversation.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Account.__type"},{"id":12375,"kind":1024,"name":"locked","url":"modules/mastodon_entities_conversation.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Account.__type"},{"id":12376,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_conversation.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Account.__type"},{"id":12377,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_conversation.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Account.__type"},{"id":12378,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_conversation.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Account.__type"},{"id":12379,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_conversation.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Account.__type"},{"id":12380,"kind":1024,"name":"note","url":"modules/mastodon_entities_conversation.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Account.__type"},{"id":12381,"kind":1024,"name":"url","url":"modules/mastodon_entities_conversation.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Account.__type"},{"id":12382,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_conversation.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Account.__type"},{"id":12383,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_conversation.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Account.__type"},{"id":12384,"kind":1024,"name":"header","url":"modules/mastodon_entities_conversation.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Account.__type"},{"id":12385,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_conversation.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Account.__type"},{"id":12386,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_conversation.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Account.__type"},{"id":12387,"kind":1024,"name":"moved","url":"modules/mastodon_entities_conversation.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Account.__type"},{"id":12388,"kind":1024,"name":"fields","url":"modules/mastodon_entities_conversation.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Account.__type"},{"id":12389,"kind":1024,"name":"bot","url":"modules/mastodon_entities_conversation.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Account.__type"},{"id":12390,"kind":1024,"name":"source","url":"modules/mastodon_entities_conversation.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Account.__type"},{"id":12391,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_conversation.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12392,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.Activity"},{"id":12393,"kind":1024,"name":"week","url":"modules/mastodon_entities_conversation.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Activity.__type"},{"id":12394,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_conversation.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Activity.__type"},{"id":12395,"kind":1024,"name":"logins","url":"modules/mastodon_entities_conversation.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Activity.__type"},{"id":12396,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_conversation.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Activity.__type"},{"id":12397,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_conversation.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12398,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.Application"},{"id":12399,"kind":1024,"name":"name","url":"modules/mastodon_entities_conversation.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Application.__type"},{"id":12400,"kind":1024,"name":"website","url":"modules/mastodon_entities_conversation.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Application.__type"},{"id":12401,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_conversation.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Application.__type"},{"id":12402,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_conversation.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12403,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.Attachment"},{"id":12404,"kind":1024,"name":"id","url":"modules/mastodon_entities_conversation.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Attachment.__type"},{"id":12405,"kind":1024,"name":"type","url":"modules/mastodon_entities_conversation.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Attachment.__type"},{"id":12406,"kind":1024,"name":"url","url":"modules/mastodon_entities_conversation.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Attachment.__type"},{"id":12407,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_conversation.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Attachment.__type"},{"id":12408,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_conversation.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Attachment.__type"},{"id":12409,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_conversation.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Attachment.__type"},{"id":12410,"kind":1024,"name":"meta","url":"modules/mastodon_entities_conversation.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Attachment.__type"},{"id":12411,"kind":1024,"name":"description","url":"modules/mastodon_entities_conversation.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Attachment.__type"},{"id":12412,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_conversation.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12413,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.Card"},{"id":12414,"kind":1024,"name":"url","url":"modules/mastodon_entities_conversation.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Card.__type"},{"id":12415,"kind":1024,"name":"title","url":"modules/mastodon_entities_conversation.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Card.__type"},{"id":12416,"kind":1024,"name":"description","url":"modules/mastodon_entities_conversation.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Card.__type"},{"id":12417,"kind":1024,"name":"type","url":"modules/mastodon_entities_conversation.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Card.__type"},{"id":12418,"kind":1024,"name":"image","url":"modules/mastodon_entities_conversation.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Card.__type"},{"id":12419,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_conversation.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Card.__type"},{"id":12420,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_conversation.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Card.__type"},{"id":12421,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_conversation.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Card.__type"},{"id":12422,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_conversation.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Card.__type"},{"id":12423,"kind":1024,"name":"html","url":"modules/mastodon_entities_conversation.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Card.__type"},{"id":12424,"kind":1024,"name":"width","url":"modules/mastodon_entities_conversation.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Card.__type"},{"id":12425,"kind":1024,"name":"height","url":"modules/mastodon_entities_conversation.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Card.__type"},{"id":12426,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_conversation.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12427,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.Mention"},{"id":12428,"kind":1024,"name":"id","url":"modules/mastodon_entities_conversation.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Mention.__type"},{"id":12429,"kind":1024,"name":"username","url":"modules/mastodon_entities_conversation.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Mention.__type"},{"id":12430,"kind":1024,"name":"url","url":"modules/mastodon_entities_conversation.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Mention.__type"},{"id":12431,"kind":1024,"name":"acct","url":"modules/mastodon_entities_conversation.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Mention.__type"},{"id":12432,"kind":4194304,"name":"History","url":"modules/mastodon_entities_conversation.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12433,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.History"},{"id":12434,"kind":1024,"name":"day","url":"modules/mastodon_entities_conversation.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.History.__type"},{"id":12435,"kind":1024,"name":"uses","url":"modules/mastodon_entities_conversation.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.History.__type"},{"id":12436,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_conversation.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.History.__type"},{"id":12437,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_conversation.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12438,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.Tag"},{"id":12439,"kind":1024,"name":"name","url":"modules/mastodon_entities_conversation.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Tag.__type"},{"id":12440,"kind":1024,"name":"url","url":"modules/mastodon_entities_conversation.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Tag.__type"},{"id":12441,"kind":1024,"name":"history","url":"modules/mastodon_entities_conversation.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Tag.__type"},{"id":12442,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_conversation.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12443,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.PollOption"},{"id":12444,"kind":1024,"name":"title","url":"modules/mastodon_entities_conversation.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.PollOption.__type"},{"id":12445,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_conversation.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.PollOption.__type"},{"id":12446,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_conversation.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12447,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.Poll"},{"id":12448,"kind":1024,"name":"id","url":"modules/mastodon_entities_conversation.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Poll.__type"},{"id":12449,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_conversation.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Poll.__type"},{"id":12450,"kind":1024,"name":"expired","url":"modules/mastodon_entities_conversation.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Poll.__type"},{"id":12451,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_conversation.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Poll.__type"},{"id":12452,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_conversation.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Poll.__type"},{"id":12453,"kind":1024,"name":"options","url":"modules/mastodon_entities_conversation.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Poll.__type"},{"id":12454,"kind":1024,"name":"voted","url":"modules/mastodon_entities_conversation.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Poll.__type"},{"id":12455,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12456,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.Status"},{"id":12457,"kind":1024,"name":"id","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12458,"kind":1024,"name":"uri","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12459,"kind":1024,"name":"url","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12460,"kind":1024,"name":"account","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12461,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12462,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12463,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12464,"kind":1024,"name":"content","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12465,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12466,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12467,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12468,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12469,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12470,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12471,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12472,"kind":1024,"name":"muted","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12473,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12474,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12475,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12476,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12477,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12478,"kind":1024,"name":"tags","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12479,"kind":1024,"name":"card","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12480,"kind":1024,"name":"poll","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12481,"kind":1024,"name":"application","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12482,"kind":1024,"name":"language","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12483,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12484,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12485,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12486,"kind":1024,"name":"quote","url":"modules/mastodon_entities_conversation.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Status.__type"},{"id":12487,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_conversation.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12488,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.Context"},{"id":12489,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_conversation.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Context.__type"},{"id":12490,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_conversation.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Context.__type"},{"id":12491,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_conversation.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12492,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.Conversation"},{"id":12493,"kind":1024,"name":"id","url":"modules/mastodon_entities_conversation.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Conversation.__type"},{"id":12494,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_conversation.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Conversation.__type"},{"id":12495,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_conversation.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Conversation.__type"},{"id":12496,"kind":1024,"name":"unread","url":"modules/mastodon_entities_conversation.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Conversation.__type"},{"id":12497,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_conversation.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12498,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.FeaturedTag"},{"id":12499,"kind":1024,"name":"id","url":"modules/mastodon_entities_conversation.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.FeaturedTag.__type"},{"id":12500,"kind":1024,"name":"name","url":"modules/mastodon_entities_conversation.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.FeaturedTag.__type"},{"id":12501,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_conversation.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.FeaturedTag.__type"},{"id":12502,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_conversation.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.FeaturedTag.__type"},{"id":12503,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_conversation.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12504,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.Field"},{"id":12505,"kind":1024,"name":"name","url":"modules/mastodon_entities_conversation.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Field.__type"},{"id":12506,"kind":1024,"name":"value","url":"modules/mastodon_entities_conversation.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Field.__type"},{"id":12507,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_conversation.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Field.__type"},{"id":12508,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_conversation.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12509,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.Filter"},{"id":12510,"kind":1024,"name":"id","url":"modules/mastodon_entities_conversation.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Filter.__type"},{"id":12511,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_conversation.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Filter.__type"},{"id":12512,"kind":1024,"name":"context","url":"modules/mastodon_entities_conversation.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Filter.__type"},{"id":12513,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_conversation.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Filter.__type"},{"id":12514,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_conversation.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Filter.__type"},{"id":12515,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_conversation.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Filter.__type"},{"id":12516,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_conversation.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12517,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.IdentityProof"},{"id":12518,"kind":1024,"name":"provider","url":"modules/mastodon_entities_conversation.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.IdentityProof.__type"},{"id":12519,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_conversation.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.IdentityProof.__type"},{"id":12520,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_conversation.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.IdentityProof.__type"},{"id":12521,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_conversation.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.IdentityProof.__type"},{"id":12522,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_conversation.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.IdentityProof.__type"},{"id":12523,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_conversation.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12524,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.URLs"},{"id":12525,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_conversation.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.URLs.__type"},{"id":12526,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_conversation.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12527,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.Stats"},{"id":12528,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_conversation.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Stats.__type"},{"id":12529,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_conversation.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Stats.__type"},{"id":12530,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_conversation.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Stats.__type"},{"id":12531,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_conversation.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12532,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.Instance"},{"id":12533,"kind":1024,"name":"uri","url":"modules/mastodon_entities_conversation.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Instance.__type"},{"id":12534,"kind":1024,"name":"title","url":"modules/mastodon_entities_conversation.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Instance.__type"},{"id":12535,"kind":1024,"name":"description","url":"modules/mastodon_entities_conversation.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Instance.__type"},{"id":12536,"kind":1024,"name":"email","url":"modules/mastodon_entities_conversation.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Instance.__type"},{"id":12537,"kind":1024,"name":"version","url":"modules/mastodon_entities_conversation.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Instance.__type"},{"id":12538,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_conversation.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Instance.__type"},{"id":12539,"kind":1024,"name":"urls","url":"modules/mastodon_entities_conversation.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Instance.__type"},{"id":12540,"kind":1024,"name":"stats","url":"modules/mastodon_entities_conversation.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Instance.__type"},{"id":12541,"kind":1024,"name":"languages","url":"modules/mastodon_entities_conversation.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Instance.__type"},{"id":12542,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_conversation.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Instance.__type"},{"id":12543,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_conversation.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Instance.__type"},{"id":12544,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_conversation.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Instance.__type"},{"id":12545,"kind":4194304,"name":"List","url":"modules/mastodon_entities_conversation.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12546,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.List"},{"id":12547,"kind":1024,"name":"id","url":"modules/mastodon_entities_conversation.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.List.__type"},{"id":12548,"kind":1024,"name":"title","url":"modules/mastodon_entities_conversation.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.List.__type"},{"id":12549,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_conversation.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12550,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.Marker"},{"id":12551,"kind":1024,"name":"home","url":"modules/mastodon_entities_conversation.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Marker.__type"},{"id":12552,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Marker.__type"},{"id":12553,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_conversation.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Marker.__type.__type"},{"id":12554,"kind":1024,"name":"version","url":"modules/mastodon_entities_conversation.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Marker.__type.__type"},{"id":12555,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_conversation.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Marker.__type.__type"},{"id":12556,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_conversation.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Marker.__type"},{"id":12557,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Marker.__type"},{"id":12558,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_conversation.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Marker.__type.__type"},{"id":12559,"kind":1024,"name":"version","url":"modules/mastodon_entities_conversation.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Marker.__type.__type"},{"id":12560,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_conversation.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Marker.__type.__type"},{"id":12561,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_conversation.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12562,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.Notification"},{"id":12563,"kind":1024,"name":"account","url":"modules/mastodon_entities_conversation.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Notification.__type"},{"id":12564,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_conversation.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Notification.__type"},{"id":12565,"kind":1024,"name":"id","url":"modules/mastodon_entities_conversation.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Notification.__type"},{"id":12566,"kind":1024,"name":"status","url":"modules/mastodon_entities_conversation.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Notification.__type"},{"id":12567,"kind":1024,"name":"type","url":"modules/mastodon_entities_conversation.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Notification.__type"},{"id":12568,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_conversation.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12569,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_conversation.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12570,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.Preferences"},{"id":12571,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_conversation.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Preferences.__type"},{"id":12572,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_conversation.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Preferences.__type"},{"id":12573,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_conversation.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Preferences.__type"},{"id":12574,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_conversation.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Preferences.__type"},{"id":12575,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_conversation.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Preferences.__type"},{"id":12576,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_conversation.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12577,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.PushSubscription"},{"id":12578,"kind":1024,"name":"id","url":"modules/mastodon_entities_conversation.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.PushSubscription.__type"},{"id":12579,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_conversation.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.PushSubscription.__type"},{"id":12580,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_conversation.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.PushSubscription.__type"},{"id":12581,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_conversation.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.PushSubscription.__type"},{"id":12582,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_conversation.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12583,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.Relationship"},{"id":12584,"kind":1024,"name":"id","url":"modules/mastodon_entities_conversation.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Relationship.__type"},{"id":12585,"kind":1024,"name":"following","url":"modules/mastodon_entities_conversation.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Relationship.__type"},{"id":12586,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_conversation.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Relationship.__type"},{"id":12587,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_conversation.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Relationship.__type"},{"id":12588,"kind":1024,"name":"muting","url":"modules/mastodon_entities_conversation.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Relationship.__type"},{"id":12589,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_conversation.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Relationship.__type"},{"id":12590,"kind":1024,"name":"requested","url":"modules/mastodon_entities_conversation.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Relationship.__type"},{"id":12591,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_conversation.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Relationship.__type"},{"id":12592,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_conversation.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Relationship.__type"},{"id":12593,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_conversation.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Relationship.__type"},{"id":12594,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_conversation.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12595,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.Report"},{"id":12596,"kind":1024,"name":"id","url":"modules/mastodon_entities_conversation.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Report.__type"},{"id":12597,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_conversation.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Report.__type"},{"id":12598,"kind":1024,"name":"comment","url":"modules/mastodon_entities_conversation.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Report.__type"},{"id":12599,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_conversation.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Report.__type"},{"id":12600,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_conversation.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Report.__type"},{"id":12601,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_conversation.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12602,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.Results"},{"id":12603,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_conversation.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Results.__type"},{"id":12604,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_conversation.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Results.__type"},{"id":12605,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_conversation.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Results.__type"},{"id":12606,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_conversation.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12607,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.ScheduledStatus"},{"id":12608,"kind":1024,"name":"id","url":"modules/mastodon_entities_conversation.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.ScheduledStatus.__type"},{"id":12609,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_conversation.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.ScheduledStatus.__type"},{"id":12610,"kind":1024,"name":"params","url":"modules/mastodon_entities_conversation.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.ScheduledStatus.__type"},{"id":12611,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_conversation.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.ScheduledStatus.__type"},{"id":12612,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_conversation.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12613,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.StatusParams"},{"id":12614,"kind":1024,"name":"text","url":"modules/mastodon_entities_conversation.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.StatusParams.__type"},{"id":12615,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_conversation.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.StatusParams.__type"},{"id":12616,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_conversation.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.StatusParams.__type"},{"id":12617,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_conversation.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.StatusParams.__type"},{"id":12618,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_conversation.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.StatusParams.__type"},{"id":12619,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_conversation.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.StatusParams.__type"},{"id":12620,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_conversation.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.StatusParams.__type"},{"id":12621,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_conversation.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.StatusParams.__type"},{"id":12622,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_conversation.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/conversation.MastodonEntity"},{"id":12623,"kind":65536,"name":"__type","url":"modules/mastodon_entities_conversation.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/conversation.MastodonEntity.Token"},{"id":12624,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_conversation.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Token.__type"},{"id":12625,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_conversation.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Token.__type"},{"id":12626,"kind":1024,"name":"scope","url":"modules/mastodon_entities_conversation.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Token.__type"},{"id":12627,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_conversation.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/conversation.MastodonEntity.Token.__type"},{"id":12628,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_emoji.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/emoji"},{"id":12629,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_emoji.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12630,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.Emoji"},{"id":12631,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_emoji.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Emoji.__type"},{"id":12632,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_emoji.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Emoji.__type"},{"id":12633,"kind":1024,"name":"url","url":"modules/mastodon_entities_emoji.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Emoji.__type"},{"id":12634,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_emoji.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Emoji.__type"},{"id":12635,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_emoji.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12636,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.Source"},{"id":12637,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_emoji.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Source.__type"},{"id":12638,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_emoji.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Source.__type"},{"id":12639,"kind":1024,"name":"language","url":"modules/mastodon_entities_emoji.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Source.__type"},{"id":12640,"kind":1024,"name":"note","url":"modules/mastodon_entities_emoji.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Source.__type"},{"id":12641,"kind":1024,"name":"fields","url":"modules/mastodon_entities_emoji.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Source.__type"},{"id":12642,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_emoji.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12643,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.Account"},{"id":12644,"kind":1024,"name":"id","url":"modules/mastodon_entities_emoji.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Account.__type"},{"id":12645,"kind":1024,"name":"username","url":"modules/mastodon_entities_emoji.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Account.__type"},{"id":12646,"kind":1024,"name":"acct","url":"modules/mastodon_entities_emoji.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Account.__type"},{"id":12647,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_emoji.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Account.__type"},{"id":12648,"kind":1024,"name":"locked","url":"modules/mastodon_entities_emoji.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Account.__type"},{"id":12649,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_emoji.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Account.__type"},{"id":12650,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_emoji.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Account.__type"},{"id":12651,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_emoji.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Account.__type"},{"id":12652,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_emoji.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Account.__type"},{"id":12653,"kind":1024,"name":"note","url":"modules/mastodon_entities_emoji.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Account.__type"},{"id":12654,"kind":1024,"name":"url","url":"modules/mastodon_entities_emoji.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Account.__type"},{"id":12655,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_emoji.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Account.__type"},{"id":12656,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_emoji.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Account.__type"},{"id":12657,"kind":1024,"name":"header","url":"modules/mastodon_entities_emoji.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Account.__type"},{"id":12658,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_emoji.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Account.__type"},{"id":12659,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_emoji.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Account.__type"},{"id":12660,"kind":1024,"name":"moved","url":"modules/mastodon_entities_emoji.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Account.__type"},{"id":12661,"kind":1024,"name":"fields","url":"modules/mastodon_entities_emoji.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Account.__type"},{"id":12662,"kind":1024,"name":"bot","url":"modules/mastodon_entities_emoji.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Account.__type"},{"id":12663,"kind":1024,"name":"source","url":"modules/mastodon_entities_emoji.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Account.__type"},{"id":12664,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_emoji.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12665,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.Activity"},{"id":12666,"kind":1024,"name":"week","url":"modules/mastodon_entities_emoji.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Activity.__type"},{"id":12667,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_emoji.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Activity.__type"},{"id":12668,"kind":1024,"name":"logins","url":"modules/mastodon_entities_emoji.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Activity.__type"},{"id":12669,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_emoji.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Activity.__type"},{"id":12670,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_emoji.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12671,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.Application"},{"id":12672,"kind":1024,"name":"name","url":"modules/mastodon_entities_emoji.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Application.__type"},{"id":12673,"kind":1024,"name":"website","url":"modules/mastodon_entities_emoji.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Application.__type"},{"id":12674,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_emoji.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Application.__type"},{"id":12675,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_emoji.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12676,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.Attachment"},{"id":12677,"kind":1024,"name":"id","url":"modules/mastodon_entities_emoji.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Attachment.__type"},{"id":12678,"kind":1024,"name":"type","url":"modules/mastodon_entities_emoji.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Attachment.__type"},{"id":12679,"kind":1024,"name":"url","url":"modules/mastodon_entities_emoji.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Attachment.__type"},{"id":12680,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_emoji.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Attachment.__type"},{"id":12681,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_emoji.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Attachment.__type"},{"id":12682,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_emoji.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Attachment.__type"},{"id":12683,"kind":1024,"name":"meta","url":"modules/mastodon_entities_emoji.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Attachment.__type"},{"id":12684,"kind":1024,"name":"description","url":"modules/mastodon_entities_emoji.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Attachment.__type"},{"id":12685,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_emoji.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12686,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.Card"},{"id":12687,"kind":1024,"name":"url","url":"modules/mastodon_entities_emoji.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Card.__type"},{"id":12688,"kind":1024,"name":"title","url":"modules/mastodon_entities_emoji.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Card.__type"},{"id":12689,"kind":1024,"name":"description","url":"modules/mastodon_entities_emoji.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Card.__type"},{"id":12690,"kind":1024,"name":"type","url":"modules/mastodon_entities_emoji.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Card.__type"},{"id":12691,"kind":1024,"name":"image","url":"modules/mastodon_entities_emoji.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Card.__type"},{"id":12692,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_emoji.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Card.__type"},{"id":12693,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_emoji.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Card.__type"},{"id":12694,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_emoji.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Card.__type"},{"id":12695,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_emoji.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Card.__type"},{"id":12696,"kind":1024,"name":"html","url":"modules/mastodon_entities_emoji.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Card.__type"},{"id":12697,"kind":1024,"name":"width","url":"modules/mastodon_entities_emoji.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Card.__type"},{"id":12698,"kind":1024,"name":"height","url":"modules/mastodon_entities_emoji.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Card.__type"},{"id":12699,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_emoji.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12700,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.Mention"},{"id":12701,"kind":1024,"name":"id","url":"modules/mastodon_entities_emoji.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Mention.__type"},{"id":12702,"kind":1024,"name":"username","url":"modules/mastodon_entities_emoji.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Mention.__type"},{"id":12703,"kind":1024,"name":"url","url":"modules/mastodon_entities_emoji.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Mention.__type"},{"id":12704,"kind":1024,"name":"acct","url":"modules/mastodon_entities_emoji.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Mention.__type"},{"id":12705,"kind":4194304,"name":"History","url":"modules/mastodon_entities_emoji.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12706,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.History"},{"id":12707,"kind":1024,"name":"day","url":"modules/mastodon_entities_emoji.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.History.__type"},{"id":12708,"kind":1024,"name":"uses","url":"modules/mastodon_entities_emoji.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.History.__type"},{"id":12709,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_emoji.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.History.__type"},{"id":12710,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_emoji.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12711,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.Tag"},{"id":12712,"kind":1024,"name":"name","url":"modules/mastodon_entities_emoji.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Tag.__type"},{"id":12713,"kind":1024,"name":"url","url":"modules/mastodon_entities_emoji.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Tag.__type"},{"id":12714,"kind":1024,"name":"history","url":"modules/mastodon_entities_emoji.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Tag.__type"},{"id":12715,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_emoji.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12716,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.PollOption"},{"id":12717,"kind":1024,"name":"title","url":"modules/mastodon_entities_emoji.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.PollOption.__type"},{"id":12718,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_emoji.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.PollOption.__type"},{"id":12719,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_emoji.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12720,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.Poll"},{"id":12721,"kind":1024,"name":"id","url":"modules/mastodon_entities_emoji.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Poll.__type"},{"id":12722,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_emoji.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Poll.__type"},{"id":12723,"kind":1024,"name":"expired","url":"modules/mastodon_entities_emoji.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Poll.__type"},{"id":12724,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_emoji.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Poll.__type"},{"id":12725,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_emoji.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Poll.__type"},{"id":12726,"kind":1024,"name":"options","url":"modules/mastodon_entities_emoji.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Poll.__type"},{"id":12727,"kind":1024,"name":"voted","url":"modules/mastodon_entities_emoji.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Poll.__type"},{"id":12728,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12729,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.Status"},{"id":12730,"kind":1024,"name":"id","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12731,"kind":1024,"name":"uri","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12732,"kind":1024,"name":"url","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12733,"kind":1024,"name":"account","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12734,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12735,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12736,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12737,"kind":1024,"name":"content","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12738,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12739,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12740,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12741,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12742,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12743,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12744,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12745,"kind":1024,"name":"muted","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12746,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12747,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12748,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12749,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12750,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12751,"kind":1024,"name":"tags","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12752,"kind":1024,"name":"card","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12753,"kind":1024,"name":"poll","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12754,"kind":1024,"name":"application","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12755,"kind":1024,"name":"language","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12756,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12757,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12758,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12759,"kind":1024,"name":"quote","url":"modules/mastodon_entities_emoji.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Status.__type"},{"id":12760,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_emoji.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12761,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.Context"},{"id":12762,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_emoji.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Context.__type"},{"id":12763,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_emoji.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Context.__type"},{"id":12764,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_emoji.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12765,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.Conversation"},{"id":12766,"kind":1024,"name":"id","url":"modules/mastodon_entities_emoji.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Conversation.__type"},{"id":12767,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_emoji.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Conversation.__type"},{"id":12768,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_emoji.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Conversation.__type"},{"id":12769,"kind":1024,"name":"unread","url":"modules/mastodon_entities_emoji.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Conversation.__type"},{"id":12770,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_emoji.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12771,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.FeaturedTag"},{"id":12772,"kind":1024,"name":"id","url":"modules/mastodon_entities_emoji.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.FeaturedTag.__type"},{"id":12773,"kind":1024,"name":"name","url":"modules/mastodon_entities_emoji.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.FeaturedTag.__type"},{"id":12774,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_emoji.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.FeaturedTag.__type"},{"id":12775,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_emoji.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.FeaturedTag.__type"},{"id":12776,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_emoji.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12777,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.Field"},{"id":12778,"kind":1024,"name":"name","url":"modules/mastodon_entities_emoji.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Field.__type"},{"id":12779,"kind":1024,"name":"value","url":"modules/mastodon_entities_emoji.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Field.__type"},{"id":12780,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_emoji.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Field.__type"},{"id":12781,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_emoji.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12782,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.Filter"},{"id":12783,"kind":1024,"name":"id","url":"modules/mastodon_entities_emoji.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Filter.__type"},{"id":12784,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_emoji.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Filter.__type"},{"id":12785,"kind":1024,"name":"context","url":"modules/mastodon_entities_emoji.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Filter.__type"},{"id":12786,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_emoji.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Filter.__type"},{"id":12787,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_emoji.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Filter.__type"},{"id":12788,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_emoji.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Filter.__type"},{"id":12789,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_emoji.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12790,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.IdentityProof"},{"id":12791,"kind":1024,"name":"provider","url":"modules/mastodon_entities_emoji.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.IdentityProof.__type"},{"id":12792,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_emoji.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.IdentityProof.__type"},{"id":12793,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_emoji.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.IdentityProof.__type"},{"id":12794,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_emoji.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.IdentityProof.__type"},{"id":12795,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_emoji.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.IdentityProof.__type"},{"id":12796,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_emoji.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12797,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.URLs"},{"id":12798,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_emoji.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.URLs.__type"},{"id":12799,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_emoji.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12800,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.Stats"},{"id":12801,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_emoji.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Stats.__type"},{"id":12802,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_emoji.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Stats.__type"},{"id":12803,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_emoji.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Stats.__type"},{"id":12804,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_emoji.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12805,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.Instance"},{"id":12806,"kind":1024,"name":"uri","url":"modules/mastodon_entities_emoji.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Instance.__type"},{"id":12807,"kind":1024,"name":"title","url":"modules/mastodon_entities_emoji.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Instance.__type"},{"id":12808,"kind":1024,"name":"description","url":"modules/mastodon_entities_emoji.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Instance.__type"},{"id":12809,"kind":1024,"name":"email","url":"modules/mastodon_entities_emoji.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Instance.__type"},{"id":12810,"kind":1024,"name":"version","url":"modules/mastodon_entities_emoji.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Instance.__type"},{"id":12811,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_emoji.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Instance.__type"},{"id":12812,"kind":1024,"name":"urls","url":"modules/mastodon_entities_emoji.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Instance.__type"},{"id":12813,"kind":1024,"name":"stats","url":"modules/mastodon_entities_emoji.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Instance.__type"},{"id":12814,"kind":1024,"name":"languages","url":"modules/mastodon_entities_emoji.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Instance.__type"},{"id":12815,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_emoji.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Instance.__type"},{"id":12816,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_emoji.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Instance.__type"},{"id":12817,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_emoji.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Instance.__type"},{"id":12818,"kind":4194304,"name":"List","url":"modules/mastodon_entities_emoji.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12819,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.List"},{"id":12820,"kind":1024,"name":"id","url":"modules/mastodon_entities_emoji.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.List.__type"},{"id":12821,"kind":1024,"name":"title","url":"modules/mastodon_entities_emoji.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.List.__type"},{"id":12822,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_emoji.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12823,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.Marker"},{"id":12824,"kind":1024,"name":"home","url":"modules/mastodon_entities_emoji.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Marker.__type"},{"id":12825,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Marker.__type"},{"id":12826,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_emoji.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Marker.__type.__type"},{"id":12827,"kind":1024,"name":"version","url":"modules/mastodon_entities_emoji.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Marker.__type.__type"},{"id":12828,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_emoji.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Marker.__type.__type"},{"id":12829,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_emoji.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Marker.__type"},{"id":12830,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Marker.__type"},{"id":12831,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_emoji.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Marker.__type.__type"},{"id":12832,"kind":1024,"name":"version","url":"modules/mastodon_entities_emoji.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Marker.__type.__type"},{"id":12833,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_emoji.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Marker.__type.__type"},{"id":12834,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_emoji.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12835,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.Notification"},{"id":12836,"kind":1024,"name":"account","url":"modules/mastodon_entities_emoji.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Notification.__type"},{"id":12837,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_emoji.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Notification.__type"},{"id":12838,"kind":1024,"name":"id","url":"modules/mastodon_entities_emoji.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Notification.__type"},{"id":12839,"kind":1024,"name":"status","url":"modules/mastodon_entities_emoji.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Notification.__type"},{"id":12840,"kind":1024,"name":"type","url":"modules/mastodon_entities_emoji.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Notification.__type"},{"id":12841,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_emoji.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12842,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_emoji.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12843,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.Preferences"},{"id":12844,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_emoji.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Preferences.__type"},{"id":12845,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_emoji.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Preferences.__type"},{"id":12846,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_emoji.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Preferences.__type"},{"id":12847,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_emoji.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Preferences.__type"},{"id":12848,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_emoji.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Preferences.__type"},{"id":12849,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_emoji.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12850,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.PushSubscription"},{"id":12851,"kind":1024,"name":"id","url":"modules/mastodon_entities_emoji.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.PushSubscription.__type"},{"id":12852,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_emoji.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.PushSubscription.__type"},{"id":12853,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_emoji.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.PushSubscription.__type"},{"id":12854,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_emoji.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.PushSubscription.__type"},{"id":12855,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_emoji.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12856,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.Relationship"},{"id":12857,"kind":1024,"name":"id","url":"modules/mastodon_entities_emoji.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Relationship.__type"},{"id":12858,"kind":1024,"name":"following","url":"modules/mastodon_entities_emoji.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Relationship.__type"},{"id":12859,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_emoji.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Relationship.__type"},{"id":12860,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_emoji.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Relationship.__type"},{"id":12861,"kind":1024,"name":"muting","url":"modules/mastodon_entities_emoji.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Relationship.__type"},{"id":12862,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_emoji.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Relationship.__type"},{"id":12863,"kind":1024,"name":"requested","url":"modules/mastodon_entities_emoji.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Relationship.__type"},{"id":12864,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_emoji.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Relationship.__type"},{"id":12865,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_emoji.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Relationship.__type"},{"id":12866,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_emoji.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Relationship.__type"},{"id":12867,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_emoji.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12868,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.Report"},{"id":12869,"kind":1024,"name":"id","url":"modules/mastodon_entities_emoji.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Report.__type"},{"id":12870,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_emoji.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Report.__type"},{"id":12871,"kind":1024,"name":"comment","url":"modules/mastodon_entities_emoji.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Report.__type"},{"id":12872,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_emoji.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Report.__type"},{"id":12873,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_emoji.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Report.__type"},{"id":12874,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_emoji.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12875,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.Results"},{"id":12876,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_emoji.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Results.__type"},{"id":12877,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_emoji.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Results.__type"},{"id":12878,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_emoji.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Results.__type"},{"id":12879,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_emoji.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12880,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.ScheduledStatus"},{"id":12881,"kind":1024,"name":"id","url":"modules/mastodon_entities_emoji.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.ScheduledStatus.__type"},{"id":12882,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_emoji.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.ScheduledStatus.__type"},{"id":12883,"kind":1024,"name":"params","url":"modules/mastodon_entities_emoji.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.ScheduledStatus.__type"},{"id":12884,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_emoji.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.ScheduledStatus.__type"},{"id":12885,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_emoji.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12886,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.StatusParams"},{"id":12887,"kind":1024,"name":"text","url":"modules/mastodon_entities_emoji.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.StatusParams.__type"},{"id":12888,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_emoji.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.StatusParams.__type"},{"id":12889,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_emoji.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.StatusParams.__type"},{"id":12890,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_emoji.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.StatusParams.__type"},{"id":12891,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_emoji.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.StatusParams.__type"},{"id":12892,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_emoji.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.StatusParams.__type"},{"id":12893,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_emoji.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.StatusParams.__type"},{"id":12894,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_emoji.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.StatusParams.__type"},{"id":12895,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_emoji.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/emoji.MastodonEntity"},{"id":12896,"kind":65536,"name":"__type","url":"modules/mastodon_entities_emoji.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/emoji.MastodonEntity.Token"},{"id":12897,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_emoji.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Token.__type"},{"id":12898,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_emoji.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Token.__type"},{"id":12899,"kind":1024,"name":"scope","url":"modules/mastodon_entities_emoji.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Token.__type"},{"id":12900,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_emoji.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/emoji.MastodonEntity.Token.__type"},{"id":12901,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_featured_tag.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/featured_tag"},{"id":12902,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":12903,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.Emoji"},{"id":12904,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Emoji.__type"},{"id":12905,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Emoji.__type"},{"id":12906,"kind":1024,"name":"url","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Emoji.__type"},{"id":12907,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Emoji.__type"},{"id":12908,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":12909,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.Source"},{"id":12910,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Source.__type"},{"id":12911,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Source.__type"},{"id":12912,"kind":1024,"name":"language","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Source.__type"},{"id":12913,"kind":1024,"name":"note","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Source.__type"},{"id":12914,"kind":1024,"name":"fields","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Source.__type"},{"id":12915,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":12916,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.Account"},{"id":12917,"kind":1024,"name":"id","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Account.__type"},{"id":12918,"kind":1024,"name":"username","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Account.__type"},{"id":12919,"kind":1024,"name":"acct","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Account.__type"},{"id":12920,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Account.__type"},{"id":12921,"kind":1024,"name":"locked","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Account.__type"},{"id":12922,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Account.__type"},{"id":12923,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Account.__type"},{"id":12924,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Account.__type"},{"id":12925,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Account.__type"},{"id":12926,"kind":1024,"name":"note","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Account.__type"},{"id":12927,"kind":1024,"name":"url","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Account.__type"},{"id":12928,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Account.__type"},{"id":12929,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Account.__type"},{"id":12930,"kind":1024,"name":"header","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Account.__type"},{"id":12931,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Account.__type"},{"id":12932,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Account.__type"},{"id":12933,"kind":1024,"name":"moved","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Account.__type"},{"id":12934,"kind":1024,"name":"fields","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Account.__type"},{"id":12935,"kind":1024,"name":"bot","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Account.__type"},{"id":12936,"kind":1024,"name":"source","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Account.__type"},{"id":12937,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":12938,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.Activity"},{"id":12939,"kind":1024,"name":"week","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Activity.__type"},{"id":12940,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Activity.__type"},{"id":12941,"kind":1024,"name":"logins","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Activity.__type"},{"id":12942,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Activity.__type"},{"id":12943,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":12944,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.Application"},{"id":12945,"kind":1024,"name":"name","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Application.__type"},{"id":12946,"kind":1024,"name":"website","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Application.__type"},{"id":12947,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Application.__type"},{"id":12948,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":12949,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.Attachment"},{"id":12950,"kind":1024,"name":"id","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Attachment.__type"},{"id":12951,"kind":1024,"name":"type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Attachment.__type"},{"id":12952,"kind":1024,"name":"url","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Attachment.__type"},{"id":12953,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Attachment.__type"},{"id":12954,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Attachment.__type"},{"id":12955,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Attachment.__type"},{"id":12956,"kind":1024,"name":"meta","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Attachment.__type"},{"id":12957,"kind":1024,"name":"description","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Attachment.__type"},{"id":12958,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":12959,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.Card"},{"id":12960,"kind":1024,"name":"url","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Card.__type"},{"id":12961,"kind":1024,"name":"title","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Card.__type"},{"id":12962,"kind":1024,"name":"description","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Card.__type"},{"id":12963,"kind":1024,"name":"type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Card.__type"},{"id":12964,"kind":1024,"name":"image","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Card.__type"},{"id":12965,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Card.__type"},{"id":12966,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Card.__type"},{"id":12967,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Card.__type"},{"id":12968,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Card.__type"},{"id":12969,"kind":1024,"name":"html","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Card.__type"},{"id":12970,"kind":1024,"name":"width","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Card.__type"},{"id":12971,"kind":1024,"name":"height","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Card.__type"},{"id":12972,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":12973,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.Mention"},{"id":12974,"kind":1024,"name":"id","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Mention.__type"},{"id":12975,"kind":1024,"name":"username","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Mention.__type"},{"id":12976,"kind":1024,"name":"url","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Mention.__type"},{"id":12977,"kind":1024,"name":"acct","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Mention.__type"},{"id":12978,"kind":4194304,"name":"History","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":12979,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.History"},{"id":12980,"kind":1024,"name":"day","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.History.__type"},{"id":12981,"kind":1024,"name":"uses","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.History.__type"},{"id":12982,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.History.__type"},{"id":12983,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":12984,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.Tag"},{"id":12985,"kind":1024,"name":"name","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Tag.__type"},{"id":12986,"kind":1024,"name":"url","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Tag.__type"},{"id":12987,"kind":1024,"name":"history","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Tag.__type"},{"id":12988,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":12989,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.PollOption"},{"id":12990,"kind":1024,"name":"title","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.PollOption.__type"},{"id":12991,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.PollOption.__type"},{"id":12992,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":12993,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.Poll"},{"id":12994,"kind":1024,"name":"id","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Poll.__type"},{"id":12995,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Poll.__type"},{"id":12996,"kind":1024,"name":"expired","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Poll.__type"},{"id":12997,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Poll.__type"},{"id":12998,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Poll.__type"},{"id":12999,"kind":1024,"name":"options","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Poll.__type"},{"id":13000,"kind":1024,"name":"voted","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Poll.__type"},{"id":13001,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":13002,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.Status"},{"id":13003,"kind":1024,"name":"id","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13004,"kind":1024,"name":"uri","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13005,"kind":1024,"name":"url","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13006,"kind":1024,"name":"account","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13007,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13008,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13009,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13010,"kind":1024,"name":"content","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13011,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13012,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13013,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13014,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13015,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13016,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13017,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13018,"kind":1024,"name":"muted","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13019,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13020,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13021,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13022,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13023,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13024,"kind":1024,"name":"tags","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13025,"kind":1024,"name":"card","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13026,"kind":1024,"name":"poll","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13027,"kind":1024,"name":"application","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13028,"kind":1024,"name":"language","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13029,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13030,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13031,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13032,"kind":1024,"name":"quote","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Status.__type"},{"id":13033,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":13034,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.Context"},{"id":13035,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Context.__type"},{"id":13036,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Context.__type"},{"id":13037,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":13038,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.Conversation"},{"id":13039,"kind":1024,"name":"id","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Conversation.__type"},{"id":13040,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Conversation.__type"},{"id":13041,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Conversation.__type"},{"id":13042,"kind":1024,"name":"unread","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Conversation.__type"},{"id":13043,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":13044,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.FeaturedTag"},{"id":13045,"kind":1024,"name":"id","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.FeaturedTag.__type"},{"id":13046,"kind":1024,"name":"name","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.FeaturedTag.__type"},{"id":13047,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.FeaturedTag.__type"},{"id":13048,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.FeaturedTag.__type"},{"id":13049,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":13050,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.Field"},{"id":13051,"kind":1024,"name":"name","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Field.__type"},{"id":13052,"kind":1024,"name":"value","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Field.__type"},{"id":13053,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Field.__type"},{"id":13054,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":13055,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.Filter"},{"id":13056,"kind":1024,"name":"id","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Filter.__type"},{"id":13057,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Filter.__type"},{"id":13058,"kind":1024,"name":"context","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Filter.__type"},{"id":13059,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Filter.__type"},{"id":13060,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Filter.__type"},{"id":13061,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Filter.__type"},{"id":13062,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":13063,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.IdentityProof"},{"id":13064,"kind":1024,"name":"provider","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.IdentityProof.__type"},{"id":13065,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.IdentityProof.__type"},{"id":13066,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.IdentityProof.__type"},{"id":13067,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.IdentityProof.__type"},{"id":13068,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.IdentityProof.__type"},{"id":13069,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":13070,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.URLs"},{"id":13071,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.URLs.__type"},{"id":13072,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":13073,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.Stats"},{"id":13074,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Stats.__type"},{"id":13075,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Stats.__type"},{"id":13076,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Stats.__type"},{"id":13077,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":13078,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.Instance"},{"id":13079,"kind":1024,"name":"uri","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Instance.__type"},{"id":13080,"kind":1024,"name":"title","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Instance.__type"},{"id":13081,"kind":1024,"name":"description","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Instance.__type"},{"id":13082,"kind":1024,"name":"email","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Instance.__type"},{"id":13083,"kind":1024,"name":"version","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Instance.__type"},{"id":13084,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Instance.__type"},{"id":13085,"kind":1024,"name":"urls","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Instance.__type"},{"id":13086,"kind":1024,"name":"stats","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Instance.__type"},{"id":13087,"kind":1024,"name":"languages","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Instance.__type"},{"id":13088,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Instance.__type"},{"id":13089,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Instance.__type"},{"id":13090,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Instance.__type"},{"id":13091,"kind":4194304,"name":"List","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":13092,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.List"},{"id":13093,"kind":1024,"name":"id","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.List.__type"},{"id":13094,"kind":1024,"name":"title","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.List.__type"},{"id":13095,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":13096,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.Marker"},{"id":13097,"kind":1024,"name":"home","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Marker.__type"},{"id":13098,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Marker.__type"},{"id":13099,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Marker.__type.__type"},{"id":13100,"kind":1024,"name":"version","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Marker.__type.__type"},{"id":13101,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Marker.__type.__type"},{"id":13102,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Marker.__type"},{"id":13103,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Marker.__type"},{"id":13104,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Marker.__type.__type"},{"id":13105,"kind":1024,"name":"version","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Marker.__type.__type"},{"id":13106,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Marker.__type.__type"},{"id":13107,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":13108,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.Notification"},{"id":13109,"kind":1024,"name":"account","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Notification.__type"},{"id":13110,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Notification.__type"},{"id":13111,"kind":1024,"name":"id","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Notification.__type"},{"id":13112,"kind":1024,"name":"status","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Notification.__type"},{"id":13113,"kind":1024,"name":"type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Notification.__type"},{"id":13114,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":13115,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":13116,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.Preferences"},{"id":13117,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Preferences.__type"},{"id":13118,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Preferences.__type"},{"id":13119,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Preferences.__type"},{"id":13120,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Preferences.__type"},{"id":13121,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Preferences.__type"},{"id":13122,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":13123,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.PushSubscription"},{"id":13124,"kind":1024,"name":"id","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.PushSubscription.__type"},{"id":13125,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.PushSubscription.__type"},{"id":13126,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.PushSubscription.__type"},{"id":13127,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.PushSubscription.__type"},{"id":13128,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":13129,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.Relationship"},{"id":13130,"kind":1024,"name":"id","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Relationship.__type"},{"id":13131,"kind":1024,"name":"following","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Relationship.__type"},{"id":13132,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Relationship.__type"},{"id":13133,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Relationship.__type"},{"id":13134,"kind":1024,"name":"muting","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Relationship.__type"},{"id":13135,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Relationship.__type"},{"id":13136,"kind":1024,"name":"requested","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Relationship.__type"},{"id":13137,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Relationship.__type"},{"id":13138,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Relationship.__type"},{"id":13139,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Relationship.__type"},{"id":13140,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":13141,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.Report"},{"id":13142,"kind":1024,"name":"id","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Report.__type"},{"id":13143,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Report.__type"},{"id":13144,"kind":1024,"name":"comment","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Report.__type"},{"id":13145,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Report.__type"},{"id":13146,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Report.__type"},{"id":13147,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":13148,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.Results"},{"id":13149,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Results.__type"},{"id":13150,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Results.__type"},{"id":13151,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Results.__type"},{"id":13152,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":13153,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.ScheduledStatus"},{"id":13154,"kind":1024,"name":"id","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.ScheduledStatus.__type"},{"id":13155,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.ScheduledStatus.__type"},{"id":13156,"kind":1024,"name":"params","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.ScheduledStatus.__type"},{"id":13157,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.ScheduledStatus.__type"},{"id":13158,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":13159,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.StatusParams"},{"id":13160,"kind":1024,"name":"text","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.StatusParams.__type"},{"id":13161,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.StatusParams.__type"},{"id":13162,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.StatusParams.__type"},{"id":13163,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.StatusParams.__type"},{"id":13164,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.StatusParams.__type"},{"id":13165,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.StatusParams.__type"},{"id":13166,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.StatusParams.__type"},{"id":13167,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.StatusParams.__type"},{"id":13168,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/featured_tag.MastodonEntity"},{"id":13169,"kind":65536,"name":"__type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/featured_tag.MastodonEntity.Token"},{"id":13170,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Token.__type"},{"id":13171,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Token.__type"},{"id":13172,"kind":1024,"name":"scope","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Token.__type"},{"id":13173,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_featured_tag.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/featured_tag.MastodonEntity.Token.__type"},{"id":13174,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_field.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/field"},{"id":13175,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_field.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13176,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.Emoji"},{"id":13177,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_field.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Emoji.__type"},{"id":13178,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_field.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Emoji.__type"},{"id":13179,"kind":1024,"name":"url","url":"modules/mastodon_entities_field.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Emoji.__type"},{"id":13180,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_field.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Emoji.__type"},{"id":13181,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_field.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13182,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.Source"},{"id":13183,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_field.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Source.__type"},{"id":13184,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_field.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Source.__type"},{"id":13185,"kind":1024,"name":"language","url":"modules/mastodon_entities_field.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Source.__type"},{"id":13186,"kind":1024,"name":"note","url":"modules/mastodon_entities_field.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Source.__type"},{"id":13187,"kind":1024,"name":"fields","url":"modules/mastodon_entities_field.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Source.__type"},{"id":13188,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_field.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13189,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.Account"},{"id":13190,"kind":1024,"name":"id","url":"modules/mastodon_entities_field.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Account.__type"},{"id":13191,"kind":1024,"name":"username","url":"modules/mastodon_entities_field.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Account.__type"},{"id":13192,"kind":1024,"name":"acct","url":"modules/mastodon_entities_field.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Account.__type"},{"id":13193,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_field.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Account.__type"},{"id":13194,"kind":1024,"name":"locked","url":"modules/mastodon_entities_field.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Account.__type"},{"id":13195,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_field.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Account.__type"},{"id":13196,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_field.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Account.__type"},{"id":13197,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_field.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Account.__type"},{"id":13198,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_field.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Account.__type"},{"id":13199,"kind":1024,"name":"note","url":"modules/mastodon_entities_field.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Account.__type"},{"id":13200,"kind":1024,"name":"url","url":"modules/mastodon_entities_field.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Account.__type"},{"id":13201,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_field.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Account.__type"},{"id":13202,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_field.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Account.__type"},{"id":13203,"kind":1024,"name":"header","url":"modules/mastodon_entities_field.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Account.__type"},{"id":13204,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_field.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Account.__type"},{"id":13205,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_field.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Account.__type"},{"id":13206,"kind":1024,"name":"moved","url":"modules/mastodon_entities_field.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Account.__type"},{"id":13207,"kind":1024,"name":"fields","url":"modules/mastodon_entities_field.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Account.__type"},{"id":13208,"kind":1024,"name":"bot","url":"modules/mastodon_entities_field.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Account.__type"},{"id":13209,"kind":1024,"name":"source","url":"modules/mastodon_entities_field.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Account.__type"},{"id":13210,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_field.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13211,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.Activity"},{"id":13212,"kind":1024,"name":"week","url":"modules/mastodon_entities_field.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Activity.__type"},{"id":13213,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_field.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Activity.__type"},{"id":13214,"kind":1024,"name":"logins","url":"modules/mastodon_entities_field.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Activity.__type"},{"id":13215,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_field.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Activity.__type"},{"id":13216,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_field.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13217,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.Application"},{"id":13218,"kind":1024,"name":"name","url":"modules/mastodon_entities_field.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Application.__type"},{"id":13219,"kind":1024,"name":"website","url":"modules/mastodon_entities_field.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Application.__type"},{"id":13220,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_field.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Application.__type"},{"id":13221,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_field.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13222,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.Attachment"},{"id":13223,"kind":1024,"name":"id","url":"modules/mastodon_entities_field.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Attachment.__type"},{"id":13224,"kind":1024,"name":"type","url":"modules/mastodon_entities_field.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Attachment.__type"},{"id":13225,"kind":1024,"name":"url","url":"modules/mastodon_entities_field.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Attachment.__type"},{"id":13226,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_field.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Attachment.__type"},{"id":13227,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_field.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Attachment.__type"},{"id":13228,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_field.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Attachment.__type"},{"id":13229,"kind":1024,"name":"meta","url":"modules/mastodon_entities_field.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Attachment.__type"},{"id":13230,"kind":1024,"name":"description","url":"modules/mastodon_entities_field.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Attachment.__type"},{"id":13231,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_field.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13232,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.Card"},{"id":13233,"kind":1024,"name":"url","url":"modules/mastodon_entities_field.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Card.__type"},{"id":13234,"kind":1024,"name":"title","url":"modules/mastodon_entities_field.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Card.__type"},{"id":13235,"kind":1024,"name":"description","url":"modules/mastodon_entities_field.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Card.__type"},{"id":13236,"kind":1024,"name":"type","url":"modules/mastodon_entities_field.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Card.__type"},{"id":13237,"kind":1024,"name":"image","url":"modules/mastodon_entities_field.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Card.__type"},{"id":13238,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_field.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Card.__type"},{"id":13239,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_field.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Card.__type"},{"id":13240,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_field.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Card.__type"},{"id":13241,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_field.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Card.__type"},{"id":13242,"kind":1024,"name":"html","url":"modules/mastodon_entities_field.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Card.__type"},{"id":13243,"kind":1024,"name":"width","url":"modules/mastodon_entities_field.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Card.__type"},{"id":13244,"kind":1024,"name":"height","url":"modules/mastodon_entities_field.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Card.__type"},{"id":13245,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_field.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13246,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.Mention"},{"id":13247,"kind":1024,"name":"id","url":"modules/mastodon_entities_field.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Mention.__type"},{"id":13248,"kind":1024,"name":"username","url":"modules/mastodon_entities_field.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Mention.__type"},{"id":13249,"kind":1024,"name":"url","url":"modules/mastodon_entities_field.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Mention.__type"},{"id":13250,"kind":1024,"name":"acct","url":"modules/mastodon_entities_field.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Mention.__type"},{"id":13251,"kind":4194304,"name":"History","url":"modules/mastodon_entities_field.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13252,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.History"},{"id":13253,"kind":1024,"name":"day","url":"modules/mastodon_entities_field.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.History.__type"},{"id":13254,"kind":1024,"name":"uses","url":"modules/mastodon_entities_field.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.History.__type"},{"id":13255,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_field.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.History.__type"},{"id":13256,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_field.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13257,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.Tag"},{"id":13258,"kind":1024,"name":"name","url":"modules/mastodon_entities_field.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Tag.__type"},{"id":13259,"kind":1024,"name":"url","url":"modules/mastodon_entities_field.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Tag.__type"},{"id":13260,"kind":1024,"name":"history","url":"modules/mastodon_entities_field.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Tag.__type"},{"id":13261,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_field.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13262,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.PollOption"},{"id":13263,"kind":1024,"name":"title","url":"modules/mastodon_entities_field.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.PollOption.__type"},{"id":13264,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_field.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.PollOption.__type"},{"id":13265,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_field.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13266,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.Poll"},{"id":13267,"kind":1024,"name":"id","url":"modules/mastodon_entities_field.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Poll.__type"},{"id":13268,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_field.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Poll.__type"},{"id":13269,"kind":1024,"name":"expired","url":"modules/mastodon_entities_field.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Poll.__type"},{"id":13270,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_field.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Poll.__type"},{"id":13271,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_field.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Poll.__type"},{"id":13272,"kind":1024,"name":"options","url":"modules/mastodon_entities_field.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Poll.__type"},{"id":13273,"kind":1024,"name":"voted","url":"modules/mastodon_entities_field.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Poll.__type"},{"id":13274,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_field.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13275,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.Status"},{"id":13276,"kind":1024,"name":"id","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13277,"kind":1024,"name":"uri","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13278,"kind":1024,"name":"url","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13279,"kind":1024,"name":"account","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13280,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13281,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13282,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13283,"kind":1024,"name":"content","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13284,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13285,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13286,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13287,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13288,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13289,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13290,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13291,"kind":1024,"name":"muted","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13292,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13293,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13294,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13295,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13296,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13297,"kind":1024,"name":"tags","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13298,"kind":1024,"name":"card","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13299,"kind":1024,"name":"poll","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13300,"kind":1024,"name":"application","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13301,"kind":1024,"name":"language","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13302,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13303,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13304,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13305,"kind":1024,"name":"quote","url":"modules/mastodon_entities_field.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Status.__type"},{"id":13306,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_field.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13307,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.Context"},{"id":13308,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_field.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Context.__type"},{"id":13309,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_field.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Context.__type"},{"id":13310,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_field.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13311,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.Conversation"},{"id":13312,"kind":1024,"name":"id","url":"modules/mastodon_entities_field.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Conversation.__type"},{"id":13313,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_field.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Conversation.__type"},{"id":13314,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_field.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Conversation.__type"},{"id":13315,"kind":1024,"name":"unread","url":"modules/mastodon_entities_field.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Conversation.__type"},{"id":13316,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_field.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13317,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.FeaturedTag"},{"id":13318,"kind":1024,"name":"id","url":"modules/mastodon_entities_field.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.FeaturedTag.__type"},{"id":13319,"kind":1024,"name":"name","url":"modules/mastodon_entities_field.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.FeaturedTag.__type"},{"id":13320,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_field.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.FeaturedTag.__type"},{"id":13321,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_field.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.FeaturedTag.__type"},{"id":13322,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_field.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13323,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.Field"},{"id":13324,"kind":1024,"name":"name","url":"modules/mastodon_entities_field.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Field.__type"},{"id":13325,"kind":1024,"name":"value","url":"modules/mastodon_entities_field.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Field.__type"},{"id":13326,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_field.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Field.__type"},{"id":13327,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_field.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13328,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.Filter"},{"id":13329,"kind":1024,"name":"id","url":"modules/mastodon_entities_field.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Filter.__type"},{"id":13330,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_field.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Filter.__type"},{"id":13331,"kind":1024,"name":"context","url":"modules/mastodon_entities_field.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Filter.__type"},{"id":13332,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_field.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Filter.__type"},{"id":13333,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_field.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Filter.__type"},{"id":13334,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_field.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Filter.__type"},{"id":13335,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_field.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13336,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.IdentityProof"},{"id":13337,"kind":1024,"name":"provider","url":"modules/mastodon_entities_field.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.IdentityProof.__type"},{"id":13338,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_field.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.IdentityProof.__type"},{"id":13339,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_field.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.IdentityProof.__type"},{"id":13340,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_field.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.IdentityProof.__type"},{"id":13341,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_field.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.IdentityProof.__type"},{"id":13342,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_field.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13343,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.URLs"},{"id":13344,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_field.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.URLs.__type"},{"id":13345,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_field.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13346,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.Stats"},{"id":13347,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_field.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Stats.__type"},{"id":13348,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_field.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Stats.__type"},{"id":13349,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_field.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Stats.__type"},{"id":13350,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_field.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13351,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.Instance"},{"id":13352,"kind":1024,"name":"uri","url":"modules/mastodon_entities_field.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Instance.__type"},{"id":13353,"kind":1024,"name":"title","url":"modules/mastodon_entities_field.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Instance.__type"},{"id":13354,"kind":1024,"name":"description","url":"modules/mastodon_entities_field.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Instance.__type"},{"id":13355,"kind":1024,"name":"email","url":"modules/mastodon_entities_field.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Instance.__type"},{"id":13356,"kind":1024,"name":"version","url":"modules/mastodon_entities_field.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Instance.__type"},{"id":13357,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_field.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Instance.__type"},{"id":13358,"kind":1024,"name":"urls","url":"modules/mastodon_entities_field.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Instance.__type"},{"id":13359,"kind":1024,"name":"stats","url":"modules/mastodon_entities_field.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Instance.__type"},{"id":13360,"kind":1024,"name":"languages","url":"modules/mastodon_entities_field.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Instance.__type"},{"id":13361,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_field.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Instance.__type"},{"id":13362,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_field.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Instance.__type"},{"id":13363,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_field.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Instance.__type"},{"id":13364,"kind":4194304,"name":"List","url":"modules/mastodon_entities_field.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13365,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.List"},{"id":13366,"kind":1024,"name":"id","url":"modules/mastodon_entities_field.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.List.__type"},{"id":13367,"kind":1024,"name":"title","url":"modules/mastodon_entities_field.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.List.__type"},{"id":13368,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_field.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13369,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.Marker"},{"id":13370,"kind":1024,"name":"home","url":"modules/mastodon_entities_field.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Marker.__type"},{"id":13371,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Marker.__type"},{"id":13372,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_field.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Marker.__type.__type"},{"id":13373,"kind":1024,"name":"version","url":"modules/mastodon_entities_field.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Marker.__type.__type"},{"id":13374,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_field.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Marker.__type.__type"},{"id":13375,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_field.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Marker.__type"},{"id":13376,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Marker.__type"},{"id":13377,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_field.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Marker.__type.__type"},{"id":13378,"kind":1024,"name":"version","url":"modules/mastodon_entities_field.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Marker.__type.__type"},{"id":13379,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_field.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Marker.__type.__type"},{"id":13380,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_field.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13381,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.Notification"},{"id":13382,"kind":1024,"name":"account","url":"modules/mastodon_entities_field.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Notification.__type"},{"id":13383,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_field.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Notification.__type"},{"id":13384,"kind":1024,"name":"id","url":"modules/mastodon_entities_field.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Notification.__type"},{"id":13385,"kind":1024,"name":"status","url":"modules/mastodon_entities_field.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Notification.__type"},{"id":13386,"kind":1024,"name":"type","url":"modules/mastodon_entities_field.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Notification.__type"},{"id":13387,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_field.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13388,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_field.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13389,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.Preferences"},{"id":13390,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_field.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Preferences.__type"},{"id":13391,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_field.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Preferences.__type"},{"id":13392,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_field.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Preferences.__type"},{"id":13393,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_field.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Preferences.__type"},{"id":13394,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_field.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Preferences.__type"},{"id":13395,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_field.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13396,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.PushSubscription"},{"id":13397,"kind":1024,"name":"id","url":"modules/mastodon_entities_field.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.PushSubscription.__type"},{"id":13398,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_field.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.PushSubscription.__type"},{"id":13399,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_field.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.PushSubscription.__type"},{"id":13400,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_field.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.PushSubscription.__type"},{"id":13401,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_field.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13402,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.Relationship"},{"id":13403,"kind":1024,"name":"id","url":"modules/mastodon_entities_field.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Relationship.__type"},{"id":13404,"kind":1024,"name":"following","url":"modules/mastodon_entities_field.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Relationship.__type"},{"id":13405,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_field.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Relationship.__type"},{"id":13406,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_field.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Relationship.__type"},{"id":13407,"kind":1024,"name":"muting","url":"modules/mastodon_entities_field.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Relationship.__type"},{"id":13408,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_field.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Relationship.__type"},{"id":13409,"kind":1024,"name":"requested","url":"modules/mastodon_entities_field.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Relationship.__type"},{"id":13410,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_field.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Relationship.__type"},{"id":13411,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_field.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Relationship.__type"},{"id":13412,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_field.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Relationship.__type"},{"id":13413,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_field.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13414,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.Report"},{"id":13415,"kind":1024,"name":"id","url":"modules/mastodon_entities_field.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Report.__type"},{"id":13416,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_field.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Report.__type"},{"id":13417,"kind":1024,"name":"comment","url":"modules/mastodon_entities_field.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Report.__type"},{"id":13418,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_field.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Report.__type"},{"id":13419,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_field.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Report.__type"},{"id":13420,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_field.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13421,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.Results"},{"id":13422,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_field.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Results.__type"},{"id":13423,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_field.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Results.__type"},{"id":13424,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_field.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Results.__type"},{"id":13425,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_field.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13426,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.ScheduledStatus"},{"id":13427,"kind":1024,"name":"id","url":"modules/mastodon_entities_field.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.ScheduledStatus.__type"},{"id":13428,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_field.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.ScheduledStatus.__type"},{"id":13429,"kind":1024,"name":"params","url":"modules/mastodon_entities_field.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.ScheduledStatus.__type"},{"id":13430,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_field.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.ScheduledStatus.__type"},{"id":13431,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_field.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13432,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.StatusParams"},{"id":13433,"kind":1024,"name":"text","url":"modules/mastodon_entities_field.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.StatusParams.__type"},{"id":13434,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_field.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.StatusParams.__type"},{"id":13435,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_field.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.StatusParams.__type"},{"id":13436,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_field.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.StatusParams.__type"},{"id":13437,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_field.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.StatusParams.__type"},{"id":13438,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_field.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.StatusParams.__type"},{"id":13439,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_field.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.StatusParams.__type"},{"id":13440,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_field.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.StatusParams.__type"},{"id":13441,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_field.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/field.MastodonEntity"},{"id":13442,"kind":65536,"name":"__type","url":"modules/mastodon_entities_field.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/field.MastodonEntity.Token"},{"id":13443,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_field.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Token.__type"},{"id":13444,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_field.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Token.__type"},{"id":13445,"kind":1024,"name":"scope","url":"modules/mastodon_entities_field.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Token.__type"},{"id":13446,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_field.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/field.MastodonEntity.Token.__type"},{"id":13447,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_filter.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/filter"},{"id":13448,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_filter.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13449,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.Emoji"},{"id":13450,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_filter.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Emoji.__type"},{"id":13451,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_filter.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Emoji.__type"},{"id":13452,"kind":1024,"name":"url","url":"modules/mastodon_entities_filter.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Emoji.__type"},{"id":13453,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_filter.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Emoji.__type"},{"id":13454,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_filter.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13455,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.Source"},{"id":13456,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_filter.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Source.__type"},{"id":13457,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_filter.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Source.__type"},{"id":13458,"kind":1024,"name":"language","url":"modules/mastodon_entities_filter.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Source.__type"},{"id":13459,"kind":1024,"name":"note","url":"modules/mastodon_entities_filter.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Source.__type"},{"id":13460,"kind":1024,"name":"fields","url":"modules/mastodon_entities_filter.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Source.__type"},{"id":13461,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_filter.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13462,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.Account"},{"id":13463,"kind":1024,"name":"id","url":"modules/mastodon_entities_filter.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Account.__type"},{"id":13464,"kind":1024,"name":"username","url":"modules/mastodon_entities_filter.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Account.__type"},{"id":13465,"kind":1024,"name":"acct","url":"modules/mastodon_entities_filter.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Account.__type"},{"id":13466,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_filter.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Account.__type"},{"id":13467,"kind":1024,"name":"locked","url":"modules/mastodon_entities_filter.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Account.__type"},{"id":13468,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_filter.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Account.__type"},{"id":13469,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_filter.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Account.__type"},{"id":13470,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_filter.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Account.__type"},{"id":13471,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_filter.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Account.__type"},{"id":13472,"kind":1024,"name":"note","url":"modules/mastodon_entities_filter.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Account.__type"},{"id":13473,"kind":1024,"name":"url","url":"modules/mastodon_entities_filter.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Account.__type"},{"id":13474,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_filter.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Account.__type"},{"id":13475,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_filter.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Account.__type"},{"id":13476,"kind":1024,"name":"header","url":"modules/mastodon_entities_filter.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Account.__type"},{"id":13477,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_filter.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Account.__type"},{"id":13478,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_filter.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Account.__type"},{"id":13479,"kind":1024,"name":"moved","url":"modules/mastodon_entities_filter.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Account.__type"},{"id":13480,"kind":1024,"name":"fields","url":"modules/mastodon_entities_filter.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Account.__type"},{"id":13481,"kind":1024,"name":"bot","url":"modules/mastodon_entities_filter.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Account.__type"},{"id":13482,"kind":1024,"name":"source","url":"modules/mastodon_entities_filter.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Account.__type"},{"id":13483,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_filter.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13484,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.Activity"},{"id":13485,"kind":1024,"name":"week","url":"modules/mastodon_entities_filter.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Activity.__type"},{"id":13486,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_filter.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Activity.__type"},{"id":13487,"kind":1024,"name":"logins","url":"modules/mastodon_entities_filter.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Activity.__type"},{"id":13488,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_filter.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Activity.__type"},{"id":13489,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_filter.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13490,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.Application"},{"id":13491,"kind":1024,"name":"name","url":"modules/mastodon_entities_filter.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Application.__type"},{"id":13492,"kind":1024,"name":"website","url":"modules/mastodon_entities_filter.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Application.__type"},{"id":13493,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_filter.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Application.__type"},{"id":13494,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_filter.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13495,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.Attachment"},{"id":13496,"kind":1024,"name":"id","url":"modules/mastodon_entities_filter.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Attachment.__type"},{"id":13497,"kind":1024,"name":"type","url":"modules/mastodon_entities_filter.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Attachment.__type"},{"id":13498,"kind":1024,"name":"url","url":"modules/mastodon_entities_filter.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Attachment.__type"},{"id":13499,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_filter.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Attachment.__type"},{"id":13500,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_filter.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Attachment.__type"},{"id":13501,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_filter.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Attachment.__type"},{"id":13502,"kind":1024,"name":"meta","url":"modules/mastodon_entities_filter.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Attachment.__type"},{"id":13503,"kind":1024,"name":"description","url":"modules/mastodon_entities_filter.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Attachment.__type"},{"id":13504,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_filter.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13505,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.Card"},{"id":13506,"kind":1024,"name":"url","url":"modules/mastodon_entities_filter.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Card.__type"},{"id":13507,"kind":1024,"name":"title","url":"modules/mastodon_entities_filter.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Card.__type"},{"id":13508,"kind":1024,"name":"description","url":"modules/mastodon_entities_filter.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Card.__type"},{"id":13509,"kind":1024,"name":"type","url":"modules/mastodon_entities_filter.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Card.__type"},{"id":13510,"kind":1024,"name":"image","url":"modules/mastodon_entities_filter.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Card.__type"},{"id":13511,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_filter.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Card.__type"},{"id":13512,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_filter.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Card.__type"},{"id":13513,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_filter.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Card.__type"},{"id":13514,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_filter.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Card.__type"},{"id":13515,"kind":1024,"name":"html","url":"modules/mastodon_entities_filter.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Card.__type"},{"id":13516,"kind":1024,"name":"width","url":"modules/mastodon_entities_filter.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Card.__type"},{"id":13517,"kind":1024,"name":"height","url":"modules/mastodon_entities_filter.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Card.__type"},{"id":13518,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_filter.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13519,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.Mention"},{"id":13520,"kind":1024,"name":"id","url":"modules/mastodon_entities_filter.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Mention.__type"},{"id":13521,"kind":1024,"name":"username","url":"modules/mastodon_entities_filter.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Mention.__type"},{"id":13522,"kind":1024,"name":"url","url":"modules/mastodon_entities_filter.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Mention.__type"},{"id":13523,"kind":1024,"name":"acct","url":"modules/mastodon_entities_filter.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Mention.__type"},{"id":13524,"kind":4194304,"name":"History","url":"modules/mastodon_entities_filter.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13525,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.History"},{"id":13526,"kind":1024,"name":"day","url":"modules/mastodon_entities_filter.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.History.__type"},{"id":13527,"kind":1024,"name":"uses","url":"modules/mastodon_entities_filter.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.History.__type"},{"id":13528,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_filter.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.History.__type"},{"id":13529,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_filter.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13530,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.Tag"},{"id":13531,"kind":1024,"name":"name","url":"modules/mastodon_entities_filter.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Tag.__type"},{"id":13532,"kind":1024,"name":"url","url":"modules/mastodon_entities_filter.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Tag.__type"},{"id":13533,"kind":1024,"name":"history","url":"modules/mastodon_entities_filter.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Tag.__type"},{"id":13534,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_filter.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13535,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.PollOption"},{"id":13536,"kind":1024,"name":"title","url":"modules/mastodon_entities_filter.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.PollOption.__type"},{"id":13537,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_filter.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.PollOption.__type"},{"id":13538,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_filter.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13539,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.Poll"},{"id":13540,"kind":1024,"name":"id","url":"modules/mastodon_entities_filter.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Poll.__type"},{"id":13541,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_filter.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Poll.__type"},{"id":13542,"kind":1024,"name":"expired","url":"modules/mastodon_entities_filter.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Poll.__type"},{"id":13543,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_filter.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Poll.__type"},{"id":13544,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_filter.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Poll.__type"},{"id":13545,"kind":1024,"name":"options","url":"modules/mastodon_entities_filter.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Poll.__type"},{"id":13546,"kind":1024,"name":"voted","url":"modules/mastodon_entities_filter.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Poll.__type"},{"id":13547,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13548,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.Status"},{"id":13549,"kind":1024,"name":"id","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13550,"kind":1024,"name":"uri","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13551,"kind":1024,"name":"url","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13552,"kind":1024,"name":"account","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13553,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13554,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13555,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13556,"kind":1024,"name":"content","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13557,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13558,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13559,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13560,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13561,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13562,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13563,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13564,"kind":1024,"name":"muted","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13565,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13566,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13567,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13568,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13569,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13570,"kind":1024,"name":"tags","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13571,"kind":1024,"name":"card","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13572,"kind":1024,"name":"poll","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13573,"kind":1024,"name":"application","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13574,"kind":1024,"name":"language","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13575,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13576,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13577,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13578,"kind":1024,"name":"quote","url":"modules/mastodon_entities_filter.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Status.__type"},{"id":13579,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_filter.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13580,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.Context"},{"id":13581,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_filter.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Context.__type"},{"id":13582,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_filter.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Context.__type"},{"id":13583,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_filter.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13584,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.Conversation"},{"id":13585,"kind":1024,"name":"id","url":"modules/mastodon_entities_filter.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Conversation.__type"},{"id":13586,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_filter.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Conversation.__type"},{"id":13587,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_filter.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Conversation.__type"},{"id":13588,"kind":1024,"name":"unread","url":"modules/mastodon_entities_filter.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Conversation.__type"},{"id":13589,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_filter.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13590,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.FeaturedTag"},{"id":13591,"kind":1024,"name":"id","url":"modules/mastodon_entities_filter.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.FeaturedTag.__type"},{"id":13592,"kind":1024,"name":"name","url":"modules/mastodon_entities_filter.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.FeaturedTag.__type"},{"id":13593,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_filter.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.FeaturedTag.__type"},{"id":13594,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_filter.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.FeaturedTag.__type"},{"id":13595,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_filter.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13596,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.Field"},{"id":13597,"kind":1024,"name":"name","url":"modules/mastodon_entities_filter.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Field.__type"},{"id":13598,"kind":1024,"name":"value","url":"modules/mastodon_entities_filter.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Field.__type"},{"id":13599,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_filter.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Field.__type"},{"id":13600,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_filter.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13601,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.Filter"},{"id":13602,"kind":1024,"name":"id","url":"modules/mastodon_entities_filter.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Filter.__type"},{"id":13603,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_filter.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Filter.__type"},{"id":13604,"kind":1024,"name":"context","url":"modules/mastodon_entities_filter.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Filter.__type"},{"id":13605,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_filter.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Filter.__type"},{"id":13606,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_filter.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Filter.__type"},{"id":13607,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_filter.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Filter.__type"},{"id":13608,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_filter.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13609,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.IdentityProof"},{"id":13610,"kind":1024,"name":"provider","url":"modules/mastodon_entities_filter.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.IdentityProof.__type"},{"id":13611,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_filter.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.IdentityProof.__type"},{"id":13612,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_filter.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.IdentityProof.__type"},{"id":13613,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_filter.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.IdentityProof.__type"},{"id":13614,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_filter.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.IdentityProof.__type"},{"id":13615,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_filter.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13616,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.URLs"},{"id":13617,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_filter.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.URLs.__type"},{"id":13618,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_filter.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13619,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.Stats"},{"id":13620,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_filter.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Stats.__type"},{"id":13621,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_filter.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Stats.__type"},{"id":13622,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_filter.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Stats.__type"},{"id":13623,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_filter.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13624,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.Instance"},{"id":13625,"kind":1024,"name":"uri","url":"modules/mastodon_entities_filter.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Instance.__type"},{"id":13626,"kind":1024,"name":"title","url":"modules/mastodon_entities_filter.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Instance.__type"},{"id":13627,"kind":1024,"name":"description","url":"modules/mastodon_entities_filter.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Instance.__type"},{"id":13628,"kind":1024,"name":"email","url":"modules/mastodon_entities_filter.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Instance.__type"},{"id":13629,"kind":1024,"name":"version","url":"modules/mastodon_entities_filter.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Instance.__type"},{"id":13630,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_filter.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Instance.__type"},{"id":13631,"kind":1024,"name":"urls","url":"modules/mastodon_entities_filter.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Instance.__type"},{"id":13632,"kind":1024,"name":"stats","url":"modules/mastodon_entities_filter.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Instance.__type"},{"id":13633,"kind":1024,"name":"languages","url":"modules/mastodon_entities_filter.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Instance.__type"},{"id":13634,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_filter.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Instance.__type"},{"id":13635,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_filter.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Instance.__type"},{"id":13636,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_filter.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Instance.__type"},{"id":13637,"kind":4194304,"name":"List","url":"modules/mastodon_entities_filter.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13638,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.List"},{"id":13639,"kind":1024,"name":"id","url":"modules/mastodon_entities_filter.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.List.__type"},{"id":13640,"kind":1024,"name":"title","url":"modules/mastodon_entities_filter.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.List.__type"},{"id":13641,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_filter.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13642,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.Marker"},{"id":13643,"kind":1024,"name":"home","url":"modules/mastodon_entities_filter.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Marker.__type"},{"id":13644,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Marker.__type"},{"id":13645,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_filter.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Marker.__type.__type"},{"id":13646,"kind":1024,"name":"version","url":"modules/mastodon_entities_filter.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Marker.__type.__type"},{"id":13647,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_filter.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Marker.__type.__type"},{"id":13648,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_filter.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Marker.__type"},{"id":13649,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Marker.__type"},{"id":13650,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_filter.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Marker.__type.__type"},{"id":13651,"kind":1024,"name":"version","url":"modules/mastodon_entities_filter.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Marker.__type.__type"},{"id":13652,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_filter.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Marker.__type.__type"},{"id":13653,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_filter.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13654,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.Notification"},{"id":13655,"kind":1024,"name":"account","url":"modules/mastodon_entities_filter.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Notification.__type"},{"id":13656,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_filter.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Notification.__type"},{"id":13657,"kind":1024,"name":"id","url":"modules/mastodon_entities_filter.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Notification.__type"},{"id":13658,"kind":1024,"name":"status","url":"modules/mastodon_entities_filter.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Notification.__type"},{"id":13659,"kind":1024,"name":"type","url":"modules/mastodon_entities_filter.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Notification.__type"},{"id":13660,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_filter.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13661,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_filter.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13662,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.Preferences"},{"id":13663,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_filter.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Preferences.__type"},{"id":13664,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_filter.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Preferences.__type"},{"id":13665,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_filter.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Preferences.__type"},{"id":13666,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_filter.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Preferences.__type"},{"id":13667,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_filter.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Preferences.__type"},{"id":13668,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_filter.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13669,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.PushSubscription"},{"id":13670,"kind":1024,"name":"id","url":"modules/mastodon_entities_filter.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.PushSubscription.__type"},{"id":13671,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_filter.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.PushSubscription.__type"},{"id":13672,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_filter.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.PushSubscription.__type"},{"id":13673,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_filter.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.PushSubscription.__type"},{"id":13674,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_filter.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13675,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.Relationship"},{"id":13676,"kind":1024,"name":"id","url":"modules/mastodon_entities_filter.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Relationship.__type"},{"id":13677,"kind":1024,"name":"following","url":"modules/mastodon_entities_filter.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Relationship.__type"},{"id":13678,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_filter.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Relationship.__type"},{"id":13679,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_filter.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Relationship.__type"},{"id":13680,"kind":1024,"name":"muting","url":"modules/mastodon_entities_filter.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Relationship.__type"},{"id":13681,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_filter.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Relationship.__type"},{"id":13682,"kind":1024,"name":"requested","url":"modules/mastodon_entities_filter.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Relationship.__type"},{"id":13683,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_filter.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Relationship.__type"},{"id":13684,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_filter.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Relationship.__type"},{"id":13685,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_filter.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Relationship.__type"},{"id":13686,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_filter.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13687,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.Report"},{"id":13688,"kind":1024,"name":"id","url":"modules/mastodon_entities_filter.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Report.__type"},{"id":13689,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_filter.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Report.__type"},{"id":13690,"kind":1024,"name":"comment","url":"modules/mastodon_entities_filter.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Report.__type"},{"id":13691,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_filter.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Report.__type"},{"id":13692,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_filter.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Report.__type"},{"id":13693,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_filter.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13694,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.Results"},{"id":13695,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_filter.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Results.__type"},{"id":13696,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_filter.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Results.__type"},{"id":13697,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_filter.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Results.__type"},{"id":13698,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_filter.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13699,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.ScheduledStatus"},{"id":13700,"kind":1024,"name":"id","url":"modules/mastodon_entities_filter.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.ScheduledStatus.__type"},{"id":13701,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_filter.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.ScheduledStatus.__type"},{"id":13702,"kind":1024,"name":"params","url":"modules/mastodon_entities_filter.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.ScheduledStatus.__type"},{"id":13703,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_filter.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.ScheduledStatus.__type"},{"id":13704,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_filter.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13705,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.StatusParams"},{"id":13706,"kind":1024,"name":"text","url":"modules/mastodon_entities_filter.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.StatusParams.__type"},{"id":13707,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_filter.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.StatusParams.__type"},{"id":13708,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_filter.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.StatusParams.__type"},{"id":13709,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_filter.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.StatusParams.__type"},{"id":13710,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_filter.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.StatusParams.__type"},{"id":13711,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_filter.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.StatusParams.__type"},{"id":13712,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_filter.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.StatusParams.__type"},{"id":13713,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_filter.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.StatusParams.__type"},{"id":13714,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_filter.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/filter.MastodonEntity"},{"id":13715,"kind":65536,"name":"__type","url":"modules/mastodon_entities_filter.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/filter.MastodonEntity.Token"},{"id":13716,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_filter.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Token.__type"},{"id":13717,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_filter.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Token.__type"},{"id":13718,"kind":1024,"name":"scope","url":"modules/mastodon_entities_filter.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Token.__type"},{"id":13719,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_filter.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/filter.MastodonEntity.Token.__type"},{"id":13720,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_history.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/history"},{"id":13721,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_history.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13722,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.Emoji"},{"id":13723,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_history.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Emoji.__type"},{"id":13724,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_history.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Emoji.__type"},{"id":13725,"kind":1024,"name":"url","url":"modules/mastodon_entities_history.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Emoji.__type"},{"id":13726,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_history.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Emoji.__type"},{"id":13727,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_history.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13728,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.Source"},{"id":13729,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_history.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Source.__type"},{"id":13730,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_history.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Source.__type"},{"id":13731,"kind":1024,"name":"language","url":"modules/mastodon_entities_history.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Source.__type"},{"id":13732,"kind":1024,"name":"note","url":"modules/mastodon_entities_history.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Source.__type"},{"id":13733,"kind":1024,"name":"fields","url":"modules/mastodon_entities_history.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Source.__type"},{"id":13734,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_history.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13735,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.Account"},{"id":13736,"kind":1024,"name":"id","url":"modules/mastodon_entities_history.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Account.__type"},{"id":13737,"kind":1024,"name":"username","url":"modules/mastodon_entities_history.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Account.__type"},{"id":13738,"kind":1024,"name":"acct","url":"modules/mastodon_entities_history.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Account.__type"},{"id":13739,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_history.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Account.__type"},{"id":13740,"kind":1024,"name":"locked","url":"modules/mastodon_entities_history.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Account.__type"},{"id":13741,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_history.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Account.__type"},{"id":13742,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_history.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Account.__type"},{"id":13743,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_history.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Account.__type"},{"id":13744,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_history.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Account.__type"},{"id":13745,"kind":1024,"name":"note","url":"modules/mastodon_entities_history.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Account.__type"},{"id":13746,"kind":1024,"name":"url","url":"modules/mastodon_entities_history.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Account.__type"},{"id":13747,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_history.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Account.__type"},{"id":13748,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_history.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Account.__type"},{"id":13749,"kind":1024,"name":"header","url":"modules/mastodon_entities_history.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Account.__type"},{"id":13750,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_history.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Account.__type"},{"id":13751,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_history.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Account.__type"},{"id":13752,"kind":1024,"name":"moved","url":"modules/mastodon_entities_history.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Account.__type"},{"id":13753,"kind":1024,"name":"fields","url":"modules/mastodon_entities_history.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Account.__type"},{"id":13754,"kind":1024,"name":"bot","url":"modules/mastodon_entities_history.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Account.__type"},{"id":13755,"kind":1024,"name":"source","url":"modules/mastodon_entities_history.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Account.__type"},{"id":13756,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_history.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13757,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.Activity"},{"id":13758,"kind":1024,"name":"week","url":"modules/mastodon_entities_history.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Activity.__type"},{"id":13759,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_history.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Activity.__type"},{"id":13760,"kind":1024,"name":"logins","url":"modules/mastodon_entities_history.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Activity.__type"},{"id":13761,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_history.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Activity.__type"},{"id":13762,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_history.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13763,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.Application"},{"id":13764,"kind":1024,"name":"name","url":"modules/mastodon_entities_history.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Application.__type"},{"id":13765,"kind":1024,"name":"website","url":"modules/mastodon_entities_history.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Application.__type"},{"id":13766,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_history.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Application.__type"},{"id":13767,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_history.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13768,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.Attachment"},{"id":13769,"kind":1024,"name":"id","url":"modules/mastodon_entities_history.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Attachment.__type"},{"id":13770,"kind":1024,"name":"type","url":"modules/mastodon_entities_history.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Attachment.__type"},{"id":13771,"kind":1024,"name":"url","url":"modules/mastodon_entities_history.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Attachment.__type"},{"id":13772,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_history.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Attachment.__type"},{"id":13773,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_history.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Attachment.__type"},{"id":13774,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_history.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Attachment.__type"},{"id":13775,"kind":1024,"name":"meta","url":"modules/mastodon_entities_history.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Attachment.__type"},{"id":13776,"kind":1024,"name":"description","url":"modules/mastodon_entities_history.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Attachment.__type"},{"id":13777,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_history.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13778,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.Card"},{"id":13779,"kind":1024,"name":"url","url":"modules/mastodon_entities_history.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Card.__type"},{"id":13780,"kind":1024,"name":"title","url":"modules/mastodon_entities_history.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Card.__type"},{"id":13781,"kind":1024,"name":"description","url":"modules/mastodon_entities_history.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Card.__type"},{"id":13782,"kind":1024,"name":"type","url":"modules/mastodon_entities_history.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Card.__type"},{"id":13783,"kind":1024,"name":"image","url":"modules/mastodon_entities_history.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Card.__type"},{"id":13784,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_history.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Card.__type"},{"id":13785,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_history.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Card.__type"},{"id":13786,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_history.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Card.__type"},{"id":13787,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_history.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Card.__type"},{"id":13788,"kind":1024,"name":"html","url":"modules/mastodon_entities_history.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Card.__type"},{"id":13789,"kind":1024,"name":"width","url":"modules/mastodon_entities_history.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Card.__type"},{"id":13790,"kind":1024,"name":"height","url":"modules/mastodon_entities_history.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Card.__type"},{"id":13791,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_history.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13792,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.Mention"},{"id":13793,"kind":1024,"name":"id","url":"modules/mastodon_entities_history.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Mention.__type"},{"id":13794,"kind":1024,"name":"username","url":"modules/mastodon_entities_history.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Mention.__type"},{"id":13795,"kind":1024,"name":"url","url":"modules/mastodon_entities_history.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Mention.__type"},{"id":13796,"kind":1024,"name":"acct","url":"modules/mastodon_entities_history.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Mention.__type"},{"id":13797,"kind":4194304,"name":"History","url":"modules/mastodon_entities_history.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13798,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.History"},{"id":13799,"kind":1024,"name":"day","url":"modules/mastodon_entities_history.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.History.__type"},{"id":13800,"kind":1024,"name":"uses","url":"modules/mastodon_entities_history.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.History.__type"},{"id":13801,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_history.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.History.__type"},{"id":13802,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_history.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13803,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.Tag"},{"id":13804,"kind":1024,"name":"name","url":"modules/mastodon_entities_history.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Tag.__type"},{"id":13805,"kind":1024,"name":"url","url":"modules/mastodon_entities_history.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Tag.__type"},{"id":13806,"kind":1024,"name":"history","url":"modules/mastodon_entities_history.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Tag.__type"},{"id":13807,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_history.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13808,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.PollOption"},{"id":13809,"kind":1024,"name":"title","url":"modules/mastodon_entities_history.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.PollOption.__type"},{"id":13810,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_history.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.PollOption.__type"},{"id":13811,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_history.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13812,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.Poll"},{"id":13813,"kind":1024,"name":"id","url":"modules/mastodon_entities_history.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Poll.__type"},{"id":13814,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_history.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Poll.__type"},{"id":13815,"kind":1024,"name":"expired","url":"modules/mastodon_entities_history.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Poll.__type"},{"id":13816,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_history.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Poll.__type"},{"id":13817,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_history.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Poll.__type"},{"id":13818,"kind":1024,"name":"options","url":"modules/mastodon_entities_history.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Poll.__type"},{"id":13819,"kind":1024,"name":"voted","url":"modules/mastodon_entities_history.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Poll.__type"},{"id":13820,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_history.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13821,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.Status"},{"id":13822,"kind":1024,"name":"id","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13823,"kind":1024,"name":"uri","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13824,"kind":1024,"name":"url","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13825,"kind":1024,"name":"account","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13826,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13827,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13828,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13829,"kind":1024,"name":"content","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13830,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13831,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13832,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13833,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13834,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13835,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13836,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13837,"kind":1024,"name":"muted","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13838,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13839,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13840,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13841,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13842,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13843,"kind":1024,"name":"tags","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13844,"kind":1024,"name":"card","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13845,"kind":1024,"name":"poll","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13846,"kind":1024,"name":"application","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13847,"kind":1024,"name":"language","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13848,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13849,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13850,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13851,"kind":1024,"name":"quote","url":"modules/mastodon_entities_history.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Status.__type"},{"id":13852,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_history.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13853,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.Context"},{"id":13854,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_history.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Context.__type"},{"id":13855,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_history.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Context.__type"},{"id":13856,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_history.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13857,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.Conversation"},{"id":13858,"kind":1024,"name":"id","url":"modules/mastodon_entities_history.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Conversation.__type"},{"id":13859,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_history.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Conversation.__type"},{"id":13860,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_history.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Conversation.__type"},{"id":13861,"kind":1024,"name":"unread","url":"modules/mastodon_entities_history.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Conversation.__type"},{"id":13862,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_history.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13863,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.FeaturedTag"},{"id":13864,"kind":1024,"name":"id","url":"modules/mastodon_entities_history.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.FeaturedTag.__type"},{"id":13865,"kind":1024,"name":"name","url":"modules/mastodon_entities_history.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.FeaturedTag.__type"},{"id":13866,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_history.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.FeaturedTag.__type"},{"id":13867,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_history.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.FeaturedTag.__type"},{"id":13868,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_history.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13869,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.Field"},{"id":13870,"kind":1024,"name":"name","url":"modules/mastodon_entities_history.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Field.__type"},{"id":13871,"kind":1024,"name":"value","url":"modules/mastodon_entities_history.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Field.__type"},{"id":13872,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_history.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Field.__type"},{"id":13873,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_history.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13874,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.Filter"},{"id":13875,"kind":1024,"name":"id","url":"modules/mastodon_entities_history.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Filter.__type"},{"id":13876,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_history.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Filter.__type"},{"id":13877,"kind":1024,"name":"context","url":"modules/mastodon_entities_history.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Filter.__type"},{"id":13878,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_history.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Filter.__type"},{"id":13879,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_history.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Filter.__type"},{"id":13880,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_history.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Filter.__type"},{"id":13881,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_history.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13882,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.IdentityProof"},{"id":13883,"kind":1024,"name":"provider","url":"modules/mastodon_entities_history.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.IdentityProof.__type"},{"id":13884,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_history.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.IdentityProof.__type"},{"id":13885,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_history.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.IdentityProof.__type"},{"id":13886,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_history.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.IdentityProof.__type"},{"id":13887,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_history.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.IdentityProof.__type"},{"id":13888,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_history.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13889,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.URLs"},{"id":13890,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_history.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.URLs.__type"},{"id":13891,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_history.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13892,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.Stats"},{"id":13893,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_history.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Stats.__type"},{"id":13894,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_history.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Stats.__type"},{"id":13895,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_history.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Stats.__type"},{"id":13896,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_history.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13897,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.Instance"},{"id":13898,"kind":1024,"name":"uri","url":"modules/mastodon_entities_history.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Instance.__type"},{"id":13899,"kind":1024,"name":"title","url":"modules/mastodon_entities_history.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Instance.__type"},{"id":13900,"kind":1024,"name":"description","url":"modules/mastodon_entities_history.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Instance.__type"},{"id":13901,"kind":1024,"name":"email","url":"modules/mastodon_entities_history.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Instance.__type"},{"id":13902,"kind":1024,"name":"version","url":"modules/mastodon_entities_history.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Instance.__type"},{"id":13903,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_history.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Instance.__type"},{"id":13904,"kind":1024,"name":"urls","url":"modules/mastodon_entities_history.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Instance.__type"},{"id":13905,"kind":1024,"name":"stats","url":"modules/mastodon_entities_history.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Instance.__type"},{"id":13906,"kind":1024,"name":"languages","url":"modules/mastodon_entities_history.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Instance.__type"},{"id":13907,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_history.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Instance.__type"},{"id":13908,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_history.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Instance.__type"},{"id":13909,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_history.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Instance.__type"},{"id":13910,"kind":4194304,"name":"List","url":"modules/mastodon_entities_history.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13911,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.List"},{"id":13912,"kind":1024,"name":"id","url":"modules/mastodon_entities_history.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.List.__type"},{"id":13913,"kind":1024,"name":"title","url":"modules/mastodon_entities_history.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.List.__type"},{"id":13914,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_history.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13915,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.Marker"},{"id":13916,"kind":1024,"name":"home","url":"modules/mastodon_entities_history.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Marker.__type"},{"id":13917,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Marker.__type"},{"id":13918,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_history.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Marker.__type.__type"},{"id":13919,"kind":1024,"name":"version","url":"modules/mastodon_entities_history.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Marker.__type.__type"},{"id":13920,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_history.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Marker.__type.__type"},{"id":13921,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_history.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Marker.__type"},{"id":13922,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Marker.__type"},{"id":13923,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_history.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Marker.__type.__type"},{"id":13924,"kind":1024,"name":"version","url":"modules/mastodon_entities_history.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Marker.__type.__type"},{"id":13925,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_history.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Marker.__type.__type"},{"id":13926,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_history.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13927,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.Notification"},{"id":13928,"kind":1024,"name":"account","url":"modules/mastodon_entities_history.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Notification.__type"},{"id":13929,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_history.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Notification.__type"},{"id":13930,"kind":1024,"name":"id","url":"modules/mastodon_entities_history.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Notification.__type"},{"id":13931,"kind":1024,"name":"status","url":"modules/mastodon_entities_history.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Notification.__type"},{"id":13932,"kind":1024,"name":"type","url":"modules/mastodon_entities_history.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Notification.__type"},{"id":13933,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_history.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13934,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_history.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13935,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.Preferences"},{"id":13936,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_history.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Preferences.__type"},{"id":13937,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_history.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Preferences.__type"},{"id":13938,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_history.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Preferences.__type"},{"id":13939,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_history.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Preferences.__type"},{"id":13940,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_history.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Preferences.__type"},{"id":13941,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_history.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13942,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.PushSubscription"},{"id":13943,"kind":1024,"name":"id","url":"modules/mastodon_entities_history.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.PushSubscription.__type"},{"id":13944,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_history.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.PushSubscription.__type"},{"id":13945,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_history.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.PushSubscription.__type"},{"id":13946,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_history.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.PushSubscription.__type"},{"id":13947,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_history.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13948,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.Relationship"},{"id":13949,"kind":1024,"name":"id","url":"modules/mastodon_entities_history.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Relationship.__type"},{"id":13950,"kind":1024,"name":"following","url":"modules/mastodon_entities_history.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Relationship.__type"},{"id":13951,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_history.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Relationship.__type"},{"id":13952,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_history.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Relationship.__type"},{"id":13953,"kind":1024,"name":"muting","url":"modules/mastodon_entities_history.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Relationship.__type"},{"id":13954,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_history.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Relationship.__type"},{"id":13955,"kind":1024,"name":"requested","url":"modules/mastodon_entities_history.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Relationship.__type"},{"id":13956,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_history.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Relationship.__type"},{"id":13957,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_history.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Relationship.__type"},{"id":13958,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_history.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Relationship.__type"},{"id":13959,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_history.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13960,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.Report"},{"id":13961,"kind":1024,"name":"id","url":"modules/mastodon_entities_history.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Report.__type"},{"id":13962,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_history.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Report.__type"},{"id":13963,"kind":1024,"name":"comment","url":"modules/mastodon_entities_history.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Report.__type"},{"id":13964,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_history.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Report.__type"},{"id":13965,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_history.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Report.__type"},{"id":13966,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_history.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13967,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.Results"},{"id":13968,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_history.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Results.__type"},{"id":13969,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_history.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Results.__type"},{"id":13970,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_history.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Results.__type"},{"id":13971,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_history.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13972,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.ScheduledStatus"},{"id":13973,"kind":1024,"name":"id","url":"modules/mastodon_entities_history.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.ScheduledStatus.__type"},{"id":13974,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_history.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.ScheduledStatus.__type"},{"id":13975,"kind":1024,"name":"params","url":"modules/mastodon_entities_history.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.ScheduledStatus.__type"},{"id":13976,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_history.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.ScheduledStatus.__type"},{"id":13977,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_history.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13978,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.StatusParams"},{"id":13979,"kind":1024,"name":"text","url":"modules/mastodon_entities_history.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.StatusParams.__type"},{"id":13980,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_history.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.StatusParams.__type"},{"id":13981,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_history.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.StatusParams.__type"},{"id":13982,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_history.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.StatusParams.__type"},{"id":13983,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_history.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.StatusParams.__type"},{"id":13984,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_history.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.StatusParams.__type"},{"id":13985,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_history.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.StatusParams.__type"},{"id":13986,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_history.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.StatusParams.__type"},{"id":13987,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_history.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/history.MastodonEntity"},{"id":13988,"kind":65536,"name":"__type","url":"modules/mastodon_entities_history.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/history.MastodonEntity.Token"},{"id":13989,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_history.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Token.__type"},{"id":13990,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_history.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Token.__type"},{"id":13991,"kind":1024,"name":"scope","url":"modules/mastodon_entities_history.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Token.__type"},{"id":13992,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_history.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/history.MastodonEntity.Token.__type"},{"id":13993,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_identity_proof.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/identity_proof"},{"id":13994,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":13995,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.Emoji"},{"id":13996,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Emoji.__type"},{"id":13997,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Emoji.__type"},{"id":13998,"kind":1024,"name":"url","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Emoji.__type"},{"id":13999,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Emoji.__type"},{"id":14000,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14001,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.Source"},{"id":14002,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Source.__type"},{"id":14003,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Source.__type"},{"id":14004,"kind":1024,"name":"language","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Source.__type"},{"id":14005,"kind":1024,"name":"note","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Source.__type"},{"id":14006,"kind":1024,"name":"fields","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Source.__type"},{"id":14007,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14008,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.Account"},{"id":14009,"kind":1024,"name":"id","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Account.__type"},{"id":14010,"kind":1024,"name":"username","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Account.__type"},{"id":14011,"kind":1024,"name":"acct","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Account.__type"},{"id":14012,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Account.__type"},{"id":14013,"kind":1024,"name":"locked","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Account.__type"},{"id":14014,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Account.__type"},{"id":14015,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Account.__type"},{"id":14016,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Account.__type"},{"id":14017,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Account.__type"},{"id":14018,"kind":1024,"name":"note","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Account.__type"},{"id":14019,"kind":1024,"name":"url","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Account.__type"},{"id":14020,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Account.__type"},{"id":14021,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Account.__type"},{"id":14022,"kind":1024,"name":"header","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Account.__type"},{"id":14023,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Account.__type"},{"id":14024,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Account.__type"},{"id":14025,"kind":1024,"name":"moved","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Account.__type"},{"id":14026,"kind":1024,"name":"fields","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Account.__type"},{"id":14027,"kind":1024,"name":"bot","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Account.__type"},{"id":14028,"kind":1024,"name":"source","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Account.__type"},{"id":14029,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14030,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.Activity"},{"id":14031,"kind":1024,"name":"week","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Activity.__type"},{"id":14032,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Activity.__type"},{"id":14033,"kind":1024,"name":"logins","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Activity.__type"},{"id":14034,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Activity.__type"},{"id":14035,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14036,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.Application"},{"id":14037,"kind":1024,"name":"name","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Application.__type"},{"id":14038,"kind":1024,"name":"website","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Application.__type"},{"id":14039,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Application.__type"},{"id":14040,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14041,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.Attachment"},{"id":14042,"kind":1024,"name":"id","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Attachment.__type"},{"id":14043,"kind":1024,"name":"type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Attachment.__type"},{"id":14044,"kind":1024,"name":"url","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Attachment.__type"},{"id":14045,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Attachment.__type"},{"id":14046,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Attachment.__type"},{"id":14047,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Attachment.__type"},{"id":14048,"kind":1024,"name":"meta","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Attachment.__type"},{"id":14049,"kind":1024,"name":"description","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Attachment.__type"},{"id":14050,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14051,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.Card"},{"id":14052,"kind":1024,"name":"url","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Card.__type"},{"id":14053,"kind":1024,"name":"title","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Card.__type"},{"id":14054,"kind":1024,"name":"description","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Card.__type"},{"id":14055,"kind":1024,"name":"type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Card.__type"},{"id":14056,"kind":1024,"name":"image","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Card.__type"},{"id":14057,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Card.__type"},{"id":14058,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Card.__type"},{"id":14059,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Card.__type"},{"id":14060,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Card.__type"},{"id":14061,"kind":1024,"name":"html","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Card.__type"},{"id":14062,"kind":1024,"name":"width","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Card.__type"},{"id":14063,"kind":1024,"name":"height","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Card.__type"},{"id":14064,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14065,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.Mention"},{"id":14066,"kind":1024,"name":"id","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Mention.__type"},{"id":14067,"kind":1024,"name":"username","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Mention.__type"},{"id":14068,"kind":1024,"name":"url","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Mention.__type"},{"id":14069,"kind":1024,"name":"acct","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Mention.__type"},{"id":14070,"kind":4194304,"name":"History","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14071,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.History"},{"id":14072,"kind":1024,"name":"day","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.History.__type"},{"id":14073,"kind":1024,"name":"uses","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.History.__type"},{"id":14074,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.History.__type"},{"id":14075,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14076,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.Tag"},{"id":14077,"kind":1024,"name":"name","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Tag.__type"},{"id":14078,"kind":1024,"name":"url","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Tag.__type"},{"id":14079,"kind":1024,"name":"history","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Tag.__type"},{"id":14080,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14081,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.PollOption"},{"id":14082,"kind":1024,"name":"title","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.PollOption.__type"},{"id":14083,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.PollOption.__type"},{"id":14084,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14085,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.Poll"},{"id":14086,"kind":1024,"name":"id","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Poll.__type"},{"id":14087,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Poll.__type"},{"id":14088,"kind":1024,"name":"expired","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Poll.__type"},{"id":14089,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Poll.__type"},{"id":14090,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Poll.__type"},{"id":14091,"kind":1024,"name":"options","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Poll.__type"},{"id":14092,"kind":1024,"name":"voted","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Poll.__type"},{"id":14093,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14094,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.Status"},{"id":14095,"kind":1024,"name":"id","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14096,"kind":1024,"name":"uri","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14097,"kind":1024,"name":"url","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14098,"kind":1024,"name":"account","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14099,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14100,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14101,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14102,"kind":1024,"name":"content","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14103,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14104,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14105,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14106,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14107,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14108,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14109,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14110,"kind":1024,"name":"muted","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14111,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14112,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14113,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14114,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14115,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14116,"kind":1024,"name":"tags","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14117,"kind":1024,"name":"card","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14118,"kind":1024,"name":"poll","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14119,"kind":1024,"name":"application","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14120,"kind":1024,"name":"language","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14121,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14122,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14123,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14124,"kind":1024,"name":"quote","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Status.__type"},{"id":14125,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14126,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.Context"},{"id":14127,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Context.__type"},{"id":14128,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Context.__type"},{"id":14129,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14130,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.Conversation"},{"id":14131,"kind":1024,"name":"id","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Conversation.__type"},{"id":14132,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Conversation.__type"},{"id":14133,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Conversation.__type"},{"id":14134,"kind":1024,"name":"unread","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Conversation.__type"},{"id":14135,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14136,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.FeaturedTag"},{"id":14137,"kind":1024,"name":"id","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.FeaturedTag.__type"},{"id":14138,"kind":1024,"name":"name","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.FeaturedTag.__type"},{"id":14139,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.FeaturedTag.__type"},{"id":14140,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.FeaturedTag.__type"},{"id":14141,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14142,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.Field"},{"id":14143,"kind":1024,"name":"name","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Field.__type"},{"id":14144,"kind":1024,"name":"value","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Field.__type"},{"id":14145,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Field.__type"},{"id":14146,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14147,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.Filter"},{"id":14148,"kind":1024,"name":"id","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Filter.__type"},{"id":14149,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Filter.__type"},{"id":14150,"kind":1024,"name":"context","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Filter.__type"},{"id":14151,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Filter.__type"},{"id":14152,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Filter.__type"},{"id":14153,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Filter.__type"},{"id":14154,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14155,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.IdentityProof"},{"id":14156,"kind":1024,"name":"provider","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.IdentityProof.__type"},{"id":14157,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.IdentityProof.__type"},{"id":14158,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.IdentityProof.__type"},{"id":14159,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.IdentityProof.__type"},{"id":14160,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.IdentityProof.__type"},{"id":14161,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14162,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.URLs"},{"id":14163,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.URLs.__type"},{"id":14164,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14165,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.Stats"},{"id":14166,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Stats.__type"},{"id":14167,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Stats.__type"},{"id":14168,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Stats.__type"},{"id":14169,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14170,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.Instance"},{"id":14171,"kind":1024,"name":"uri","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Instance.__type"},{"id":14172,"kind":1024,"name":"title","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Instance.__type"},{"id":14173,"kind":1024,"name":"description","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Instance.__type"},{"id":14174,"kind":1024,"name":"email","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Instance.__type"},{"id":14175,"kind":1024,"name":"version","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Instance.__type"},{"id":14176,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Instance.__type"},{"id":14177,"kind":1024,"name":"urls","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Instance.__type"},{"id":14178,"kind":1024,"name":"stats","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Instance.__type"},{"id":14179,"kind":1024,"name":"languages","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Instance.__type"},{"id":14180,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Instance.__type"},{"id":14181,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Instance.__type"},{"id":14182,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Instance.__type"},{"id":14183,"kind":4194304,"name":"List","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14184,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.List"},{"id":14185,"kind":1024,"name":"id","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.List.__type"},{"id":14186,"kind":1024,"name":"title","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.List.__type"},{"id":14187,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14188,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.Marker"},{"id":14189,"kind":1024,"name":"home","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Marker.__type"},{"id":14190,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Marker.__type"},{"id":14191,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Marker.__type.__type"},{"id":14192,"kind":1024,"name":"version","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Marker.__type.__type"},{"id":14193,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Marker.__type.__type"},{"id":14194,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Marker.__type"},{"id":14195,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Marker.__type"},{"id":14196,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Marker.__type.__type"},{"id":14197,"kind":1024,"name":"version","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Marker.__type.__type"},{"id":14198,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Marker.__type.__type"},{"id":14199,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14200,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.Notification"},{"id":14201,"kind":1024,"name":"account","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Notification.__type"},{"id":14202,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Notification.__type"},{"id":14203,"kind":1024,"name":"id","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Notification.__type"},{"id":14204,"kind":1024,"name":"status","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Notification.__type"},{"id":14205,"kind":1024,"name":"type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Notification.__type"},{"id":14206,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14207,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14208,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.Preferences"},{"id":14209,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Preferences.__type"},{"id":14210,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Preferences.__type"},{"id":14211,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Preferences.__type"},{"id":14212,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Preferences.__type"},{"id":14213,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Preferences.__type"},{"id":14214,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14215,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.PushSubscription"},{"id":14216,"kind":1024,"name":"id","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.PushSubscription.__type"},{"id":14217,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.PushSubscription.__type"},{"id":14218,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.PushSubscription.__type"},{"id":14219,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.PushSubscription.__type"},{"id":14220,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14221,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.Relationship"},{"id":14222,"kind":1024,"name":"id","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Relationship.__type"},{"id":14223,"kind":1024,"name":"following","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Relationship.__type"},{"id":14224,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Relationship.__type"},{"id":14225,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Relationship.__type"},{"id":14226,"kind":1024,"name":"muting","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Relationship.__type"},{"id":14227,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Relationship.__type"},{"id":14228,"kind":1024,"name":"requested","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Relationship.__type"},{"id":14229,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Relationship.__type"},{"id":14230,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Relationship.__type"},{"id":14231,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Relationship.__type"},{"id":14232,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14233,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.Report"},{"id":14234,"kind":1024,"name":"id","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Report.__type"},{"id":14235,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Report.__type"},{"id":14236,"kind":1024,"name":"comment","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Report.__type"},{"id":14237,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Report.__type"},{"id":14238,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Report.__type"},{"id":14239,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14240,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.Results"},{"id":14241,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Results.__type"},{"id":14242,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Results.__type"},{"id":14243,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Results.__type"},{"id":14244,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14245,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.ScheduledStatus"},{"id":14246,"kind":1024,"name":"id","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.ScheduledStatus.__type"},{"id":14247,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.ScheduledStatus.__type"},{"id":14248,"kind":1024,"name":"params","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.ScheduledStatus.__type"},{"id":14249,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.ScheduledStatus.__type"},{"id":14250,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14251,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.StatusParams"},{"id":14252,"kind":1024,"name":"text","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.StatusParams.__type"},{"id":14253,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.StatusParams.__type"},{"id":14254,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.StatusParams.__type"},{"id":14255,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.StatusParams.__type"},{"id":14256,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.StatusParams.__type"},{"id":14257,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.StatusParams.__type"},{"id":14258,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.StatusParams.__type"},{"id":14259,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.StatusParams.__type"},{"id":14260,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/identity_proof.MastodonEntity"},{"id":14261,"kind":65536,"name":"__type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/identity_proof.MastodonEntity.Token"},{"id":14262,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Token.__type"},{"id":14263,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Token.__type"},{"id":14264,"kind":1024,"name":"scope","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Token.__type"},{"id":14265,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_identity_proof.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/identity_proof.MastodonEntity.Token.__type"},{"id":14266,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_instance.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/instance"},{"id":14267,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_instance.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14268,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.Emoji"},{"id":14269,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_instance.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Emoji.__type"},{"id":14270,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_instance.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Emoji.__type"},{"id":14271,"kind":1024,"name":"url","url":"modules/mastodon_entities_instance.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Emoji.__type"},{"id":14272,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_instance.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Emoji.__type"},{"id":14273,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_instance.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14274,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.Source"},{"id":14275,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_instance.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Source.__type"},{"id":14276,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_instance.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Source.__type"},{"id":14277,"kind":1024,"name":"language","url":"modules/mastodon_entities_instance.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Source.__type"},{"id":14278,"kind":1024,"name":"note","url":"modules/mastodon_entities_instance.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Source.__type"},{"id":14279,"kind":1024,"name":"fields","url":"modules/mastodon_entities_instance.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Source.__type"},{"id":14280,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_instance.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14281,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.Account"},{"id":14282,"kind":1024,"name":"id","url":"modules/mastodon_entities_instance.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Account.__type"},{"id":14283,"kind":1024,"name":"username","url":"modules/mastodon_entities_instance.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Account.__type"},{"id":14284,"kind":1024,"name":"acct","url":"modules/mastodon_entities_instance.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Account.__type"},{"id":14285,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_instance.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Account.__type"},{"id":14286,"kind":1024,"name":"locked","url":"modules/mastodon_entities_instance.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Account.__type"},{"id":14287,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_instance.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Account.__type"},{"id":14288,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_instance.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Account.__type"},{"id":14289,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_instance.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Account.__type"},{"id":14290,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_instance.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Account.__type"},{"id":14291,"kind":1024,"name":"note","url":"modules/mastodon_entities_instance.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Account.__type"},{"id":14292,"kind":1024,"name":"url","url":"modules/mastodon_entities_instance.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Account.__type"},{"id":14293,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_instance.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Account.__type"},{"id":14294,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_instance.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Account.__type"},{"id":14295,"kind":1024,"name":"header","url":"modules/mastodon_entities_instance.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Account.__type"},{"id":14296,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_instance.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Account.__type"},{"id":14297,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_instance.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Account.__type"},{"id":14298,"kind":1024,"name":"moved","url":"modules/mastodon_entities_instance.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Account.__type"},{"id":14299,"kind":1024,"name":"fields","url":"modules/mastodon_entities_instance.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Account.__type"},{"id":14300,"kind":1024,"name":"bot","url":"modules/mastodon_entities_instance.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Account.__type"},{"id":14301,"kind":1024,"name":"source","url":"modules/mastodon_entities_instance.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Account.__type"},{"id":14302,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_instance.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14303,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.Activity"},{"id":14304,"kind":1024,"name":"week","url":"modules/mastodon_entities_instance.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Activity.__type"},{"id":14305,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_instance.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Activity.__type"},{"id":14306,"kind":1024,"name":"logins","url":"modules/mastodon_entities_instance.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Activity.__type"},{"id":14307,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_instance.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Activity.__type"},{"id":14308,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_instance.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14309,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.Application"},{"id":14310,"kind":1024,"name":"name","url":"modules/mastodon_entities_instance.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Application.__type"},{"id":14311,"kind":1024,"name":"website","url":"modules/mastodon_entities_instance.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Application.__type"},{"id":14312,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_instance.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Application.__type"},{"id":14313,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_instance.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14314,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.Attachment"},{"id":14315,"kind":1024,"name":"id","url":"modules/mastodon_entities_instance.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Attachment.__type"},{"id":14316,"kind":1024,"name":"type","url":"modules/mastodon_entities_instance.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Attachment.__type"},{"id":14317,"kind":1024,"name":"url","url":"modules/mastodon_entities_instance.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Attachment.__type"},{"id":14318,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_instance.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Attachment.__type"},{"id":14319,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_instance.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Attachment.__type"},{"id":14320,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_instance.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Attachment.__type"},{"id":14321,"kind":1024,"name":"meta","url":"modules/mastodon_entities_instance.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Attachment.__type"},{"id":14322,"kind":1024,"name":"description","url":"modules/mastodon_entities_instance.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Attachment.__type"},{"id":14323,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_instance.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14324,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.Card"},{"id":14325,"kind":1024,"name":"url","url":"modules/mastodon_entities_instance.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Card.__type"},{"id":14326,"kind":1024,"name":"title","url":"modules/mastodon_entities_instance.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Card.__type"},{"id":14327,"kind":1024,"name":"description","url":"modules/mastodon_entities_instance.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Card.__type"},{"id":14328,"kind":1024,"name":"type","url":"modules/mastodon_entities_instance.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Card.__type"},{"id":14329,"kind":1024,"name":"image","url":"modules/mastodon_entities_instance.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Card.__type"},{"id":14330,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_instance.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Card.__type"},{"id":14331,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_instance.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Card.__type"},{"id":14332,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_instance.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Card.__type"},{"id":14333,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_instance.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Card.__type"},{"id":14334,"kind":1024,"name":"html","url":"modules/mastodon_entities_instance.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Card.__type"},{"id":14335,"kind":1024,"name":"width","url":"modules/mastodon_entities_instance.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Card.__type"},{"id":14336,"kind":1024,"name":"height","url":"modules/mastodon_entities_instance.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Card.__type"},{"id":14337,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_instance.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14338,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.Mention"},{"id":14339,"kind":1024,"name":"id","url":"modules/mastodon_entities_instance.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Mention.__type"},{"id":14340,"kind":1024,"name":"username","url":"modules/mastodon_entities_instance.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Mention.__type"},{"id":14341,"kind":1024,"name":"url","url":"modules/mastodon_entities_instance.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Mention.__type"},{"id":14342,"kind":1024,"name":"acct","url":"modules/mastodon_entities_instance.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Mention.__type"},{"id":14343,"kind":4194304,"name":"History","url":"modules/mastodon_entities_instance.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14344,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.History"},{"id":14345,"kind":1024,"name":"day","url":"modules/mastodon_entities_instance.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.History.__type"},{"id":14346,"kind":1024,"name":"uses","url":"modules/mastodon_entities_instance.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.History.__type"},{"id":14347,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_instance.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.History.__type"},{"id":14348,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_instance.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14349,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.Tag"},{"id":14350,"kind":1024,"name":"name","url":"modules/mastodon_entities_instance.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Tag.__type"},{"id":14351,"kind":1024,"name":"url","url":"modules/mastodon_entities_instance.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Tag.__type"},{"id":14352,"kind":1024,"name":"history","url":"modules/mastodon_entities_instance.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Tag.__type"},{"id":14353,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_instance.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14354,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.PollOption"},{"id":14355,"kind":1024,"name":"title","url":"modules/mastodon_entities_instance.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.PollOption.__type"},{"id":14356,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_instance.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.PollOption.__type"},{"id":14357,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_instance.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14358,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.Poll"},{"id":14359,"kind":1024,"name":"id","url":"modules/mastodon_entities_instance.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Poll.__type"},{"id":14360,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_instance.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Poll.__type"},{"id":14361,"kind":1024,"name":"expired","url":"modules/mastodon_entities_instance.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Poll.__type"},{"id":14362,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_instance.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Poll.__type"},{"id":14363,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_instance.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Poll.__type"},{"id":14364,"kind":1024,"name":"options","url":"modules/mastodon_entities_instance.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Poll.__type"},{"id":14365,"kind":1024,"name":"voted","url":"modules/mastodon_entities_instance.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Poll.__type"},{"id":14366,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14367,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.Status"},{"id":14368,"kind":1024,"name":"id","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14369,"kind":1024,"name":"uri","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14370,"kind":1024,"name":"url","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14371,"kind":1024,"name":"account","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14372,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14373,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14374,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14375,"kind":1024,"name":"content","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14376,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14377,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14378,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14379,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14380,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14381,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14382,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14383,"kind":1024,"name":"muted","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14384,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14385,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14386,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14387,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14388,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14389,"kind":1024,"name":"tags","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14390,"kind":1024,"name":"card","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14391,"kind":1024,"name":"poll","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14392,"kind":1024,"name":"application","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14393,"kind":1024,"name":"language","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14394,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14395,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14396,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14397,"kind":1024,"name":"quote","url":"modules/mastodon_entities_instance.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Status.__type"},{"id":14398,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_instance.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14399,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.Context"},{"id":14400,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_instance.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Context.__type"},{"id":14401,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_instance.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Context.__type"},{"id":14402,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_instance.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14403,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.Conversation"},{"id":14404,"kind":1024,"name":"id","url":"modules/mastodon_entities_instance.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Conversation.__type"},{"id":14405,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_instance.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Conversation.__type"},{"id":14406,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_instance.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Conversation.__type"},{"id":14407,"kind":1024,"name":"unread","url":"modules/mastodon_entities_instance.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Conversation.__type"},{"id":14408,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_instance.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14409,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.FeaturedTag"},{"id":14410,"kind":1024,"name":"id","url":"modules/mastodon_entities_instance.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.FeaturedTag.__type"},{"id":14411,"kind":1024,"name":"name","url":"modules/mastodon_entities_instance.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.FeaturedTag.__type"},{"id":14412,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_instance.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.FeaturedTag.__type"},{"id":14413,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_instance.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.FeaturedTag.__type"},{"id":14414,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_instance.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14415,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.Field"},{"id":14416,"kind":1024,"name":"name","url":"modules/mastodon_entities_instance.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Field.__type"},{"id":14417,"kind":1024,"name":"value","url":"modules/mastodon_entities_instance.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Field.__type"},{"id":14418,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_instance.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Field.__type"},{"id":14419,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_instance.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14420,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.Filter"},{"id":14421,"kind":1024,"name":"id","url":"modules/mastodon_entities_instance.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Filter.__type"},{"id":14422,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_instance.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Filter.__type"},{"id":14423,"kind":1024,"name":"context","url":"modules/mastodon_entities_instance.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Filter.__type"},{"id":14424,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_instance.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Filter.__type"},{"id":14425,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_instance.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Filter.__type"},{"id":14426,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_instance.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Filter.__type"},{"id":14427,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_instance.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14428,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.IdentityProof"},{"id":14429,"kind":1024,"name":"provider","url":"modules/mastodon_entities_instance.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.IdentityProof.__type"},{"id":14430,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_instance.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.IdentityProof.__type"},{"id":14431,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_instance.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.IdentityProof.__type"},{"id":14432,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_instance.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.IdentityProof.__type"},{"id":14433,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_instance.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.IdentityProof.__type"},{"id":14434,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_instance.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14435,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.URLs"},{"id":14436,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_instance.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.URLs.__type"},{"id":14437,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_instance.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14438,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.Stats"},{"id":14439,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_instance.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Stats.__type"},{"id":14440,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_instance.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Stats.__type"},{"id":14441,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_instance.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Stats.__type"},{"id":14442,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_instance.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14443,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.Instance"},{"id":14444,"kind":1024,"name":"uri","url":"modules/mastodon_entities_instance.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Instance.__type"},{"id":14445,"kind":1024,"name":"title","url":"modules/mastodon_entities_instance.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Instance.__type"},{"id":14446,"kind":1024,"name":"description","url":"modules/mastodon_entities_instance.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Instance.__type"},{"id":14447,"kind":1024,"name":"email","url":"modules/mastodon_entities_instance.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Instance.__type"},{"id":14448,"kind":1024,"name":"version","url":"modules/mastodon_entities_instance.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Instance.__type"},{"id":14449,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_instance.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Instance.__type"},{"id":14450,"kind":1024,"name":"urls","url":"modules/mastodon_entities_instance.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Instance.__type"},{"id":14451,"kind":1024,"name":"stats","url":"modules/mastodon_entities_instance.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Instance.__type"},{"id":14452,"kind":1024,"name":"languages","url":"modules/mastodon_entities_instance.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Instance.__type"},{"id":14453,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_instance.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Instance.__type"},{"id":14454,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_instance.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Instance.__type"},{"id":14455,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_instance.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Instance.__type"},{"id":14456,"kind":4194304,"name":"List","url":"modules/mastodon_entities_instance.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14457,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.List"},{"id":14458,"kind":1024,"name":"id","url":"modules/mastodon_entities_instance.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.List.__type"},{"id":14459,"kind":1024,"name":"title","url":"modules/mastodon_entities_instance.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.List.__type"},{"id":14460,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_instance.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14461,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.Marker"},{"id":14462,"kind":1024,"name":"home","url":"modules/mastodon_entities_instance.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Marker.__type"},{"id":14463,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Marker.__type"},{"id":14464,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_instance.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Marker.__type.__type"},{"id":14465,"kind":1024,"name":"version","url":"modules/mastodon_entities_instance.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Marker.__type.__type"},{"id":14466,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_instance.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Marker.__type.__type"},{"id":14467,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_instance.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Marker.__type"},{"id":14468,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Marker.__type"},{"id":14469,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_instance.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Marker.__type.__type"},{"id":14470,"kind":1024,"name":"version","url":"modules/mastodon_entities_instance.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Marker.__type.__type"},{"id":14471,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_instance.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Marker.__type.__type"},{"id":14472,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_instance.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14473,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.Notification"},{"id":14474,"kind":1024,"name":"account","url":"modules/mastodon_entities_instance.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Notification.__type"},{"id":14475,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_instance.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Notification.__type"},{"id":14476,"kind":1024,"name":"id","url":"modules/mastodon_entities_instance.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Notification.__type"},{"id":14477,"kind":1024,"name":"status","url":"modules/mastodon_entities_instance.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Notification.__type"},{"id":14478,"kind":1024,"name":"type","url":"modules/mastodon_entities_instance.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Notification.__type"},{"id":14479,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_instance.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14480,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_instance.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14481,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.Preferences"},{"id":14482,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_instance.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Preferences.__type"},{"id":14483,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_instance.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Preferences.__type"},{"id":14484,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_instance.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Preferences.__type"},{"id":14485,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_instance.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Preferences.__type"},{"id":14486,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_instance.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Preferences.__type"},{"id":14487,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_instance.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14488,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.PushSubscription"},{"id":14489,"kind":1024,"name":"id","url":"modules/mastodon_entities_instance.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.PushSubscription.__type"},{"id":14490,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_instance.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.PushSubscription.__type"},{"id":14491,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_instance.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.PushSubscription.__type"},{"id":14492,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_instance.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.PushSubscription.__type"},{"id":14493,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_instance.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14494,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.Relationship"},{"id":14495,"kind":1024,"name":"id","url":"modules/mastodon_entities_instance.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Relationship.__type"},{"id":14496,"kind":1024,"name":"following","url":"modules/mastodon_entities_instance.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Relationship.__type"},{"id":14497,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_instance.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Relationship.__type"},{"id":14498,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_instance.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Relationship.__type"},{"id":14499,"kind":1024,"name":"muting","url":"modules/mastodon_entities_instance.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Relationship.__type"},{"id":14500,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_instance.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Relationship.__type"},{"id":14501,"kind":1024,"name":"requested","url":"modules/mastodon_entities_instance.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Relationship.__type"},{"id":14502,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_instance.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Relationship.__type"},{"id":14503,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_instance.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Relationship.__type"},{"id":14504,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_instance.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Relationship.__type"},{"id":14505,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_instance.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14506,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.Report"},{"id":14507,"kind":1024,"name":"id","url":"modules/mastodon_entities_instance.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Report.__type"},{"id":14508,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_instance.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Report.__type"},{"id":14509,"kind":1024,"name":"comment","url":"modules/mastodon_entities_instance.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Report.__type"},{"id":14510,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_instance.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Report.__type"},{"id":14511,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_instance.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Report.__type"},{"id":14512,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_instance.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14513,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.Results"},{"id":14514,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_instance.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Results.__type"},{"id":14515,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_instance.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Results.__type"},{"id":14516,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_instance.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Results.__type"},{"id":14517,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_instance.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14518,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.ScheduledStatus"},{"id":14519,"kind":1024,"name":"id","url":"modules/mastodon_entities_instance.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.ScheduledStatus.__type"},{"id":14520,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_instance.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.ScheduledStatus.__type"},{"id":14521,"kind":1024,"name":"params","url":"modules/mastodon_entities_instance.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.ScheduledStatus.__type"},{"id":14522,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_instance.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.ScheduledStatus.__type"},{"id":14523,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_instance.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14524,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.StatusParams"},{"id":14525,"kind":1024,"name":"text","url":"modules/mastodon_entities_instance.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.StatusParams.__type"},{"id":14526,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_instance.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.StatusParams.__type"},{"id":14527,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_instance.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.StatusParams.__type"},{"id":14528,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_instance.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.StatusParams.__type"},{"id":14529,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_instance.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.StatusParams.__type"},{"id":14530,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_instance.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.StatusParams.__type"},{"id":14531,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_instance.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.StatusParams.__type"},{"id":14532,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_instance.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.StatusParams.__type"},{"id":14533,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_instance.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/instance.MastodonEntity"},{"id":14534,"kind":65536,"name":"__type","url":"modules/mastodon_entities_instance.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/instance.MastodonEntity.Token"},{"id":14535,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_instance.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Token.__type"},{"id":14536,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_instance.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Token.__type"},{"id":14537,"kind":1024,"name":"scope","url":"modules/mastodon_entities_instance.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Token.__type"},{"id":14538,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_instance.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/instance.MastodonEntity.Token.__type"},{"id":14539,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_list.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/list"},{"id":14540,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_list.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14541,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.Emoji"},{"id":14542,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_list.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Emoji.__type"},{"id":14543,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_list.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Emoji.__type"},{"id":14544,"kind":1024,"name":"url","url":"modules/mastodon_entities_list.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Emoji.__type"},{"id":14545,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_list.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Emoji.__type"},{"id":14546,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_list.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14547,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.Source"},{"id":14548,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_list.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Source.__type"},{"id":14549,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_list.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Source.__type"},{"id":14550,"kind":1024,"name":"language","url":"modules/mastodon_entities_list.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Source.__type"},{"id":14551,"kind":1024,"name":"note","url":"modules/mastodon_entities_list.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Source.__type"},{"id":14552,"kind":1024,"name":"fields","url":"modules/mastodon_entities_list.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Source.__type"},{"id":14553,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_list.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14554,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.Account"},{"id":14555,"kind":1024,"name":"id","url":"modules/mastodon_entities_list.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Account.__type"},{"id":14556,"kind":1024,"name":"username","url":"modules/mastodon_entities_list.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Account.__type"},{"id":14557,"kind":1024,"name":"acct","url":"modules/mastodon_entities_list.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Account.__type"},{"id":14558,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_list.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Account.__type"},{"id":14559,"kind":1024,"name":"locked","url":"modules/mastodon_entities_list.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Account.__type"},{"id":14560,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_list.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Account.__type"},{"id":14561,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_list.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Account.__type"},{"id":14562,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_list.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Account.__type"},{"id":14563,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_list.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Account.__type"},{"id":14564,"kind":1024,"name":"note","url":"modules/mastodon_entities_list.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Account.__type"},{"id":14565,"kind":1024,"name":"url","url":"modules/mastodon_entities_list.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Account.__type"},{"id":14566,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_list.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Account.__type"},{"id":14567,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_list.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Account.__type"},{"id":14568,"kind":1024,"name":"header","url":"modules/mastodon_entities_list.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Account.__type"},{"id":14569,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_list.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Account.__type"},{"id":14570,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_list.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Account.__type"},{"id":14571,"kind":1024,"name":"moved","url":"modules/mastodon_entities_list.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Account.__type"},{"id":14572,"kind":1024,"name":"fields","url":"modules/mastodon_entities_list.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Account.__type"},{"id":14573,"kind":1024,"name":"bot","url":"modules/mastodon_entities_list.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Account.__type"},{"id":14574,"kind":1024,"name":"source","url":"modules/mastodon_entities_list.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Account.__type"},{"id":14575,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_list.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14576,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.Activity"},{"id":14577,"kind":1024,"name":"week","url":"modules/mastodon_entities_list.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Activity.__type"},{"id":14578,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_list.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Activity.__type"},{"id":14579,"kind":1024,"name":"logins","url":"modules/mastodon_entities_list.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Activity.__type"},{"id":14580,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_list.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Activity.__type"},{"id":14581,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_list.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14582,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.Application"},{"id":14583,"kind":1024,"name":"name","url":"modules/mastodon_entities_list.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Application.__type"},{"id":14584,"kind":1024,"name":"website","url":"modules/mastodon_entities_list.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Application.__type"},{"id":14585,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_list.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Application.__type"},{"id":14586,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_list.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14587,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.Attachment"},{"id":14588,"kind":1024,"name":"id","url":"modules/mastodon_entities_list.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Attachment.__type"},{"id":14589,"kind":1024,"name":"type","url":"modules/mastodon_entities_list.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Attachment.__type"},{"id":14590,"kind":1024,"name":"url","url":"modules/mastodon_entities_list.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Attachment.__type"},{"id":14591,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_list.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Attachment.__type"},{"id":14592,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_list.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Attachment.__type"},{"id":14593,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_list.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Attachment.__type"},{"id":14594,"kind":1024,"name":"meta","url":"modules/mastodon_entities_list.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Attachment.__type"},{"id":14595,"kind":1024,"name":"description","url":"modules/mastodon_entities_list.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Attachment.__type"},{"id":14596,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_list.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14597,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.Card"},{"id":14598,"kind":1024,"name":"url","url":"modules/mastodon_entities_list.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Card.__type"},{"id":14599,"kind":1024,"name":"title","url":"modules/mastodon_entities_list.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Card.__type"},{"id":14600,"kind":1024,"name":"description","url":"modules/mastodon_entities_list.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Card.__type"},{"id":14601,"kind":1024,"name":"type","url":"modules/mastodon_entities_list.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Card.__type"},{"id":14602,"kind":1024,"name":"image","url":"modules/mastodon_entities_list.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Card.__type"},{"id":14603,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_list.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Card.__type"},{"id":14604,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_list.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Card.__type"},{"id":14605,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_list.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Card.__type"},{"id":14606,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_list.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Card.__type"},{"id":14607,"kind":1024,"name":"html","url":"modules/mastodon_entities_list.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Card.__type"},{"id":14608,"kind":1024,"name":"width","url":"modules/mastodon_entities_list.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Card.__type"},{"id":14609,"kind":1024,"name":"height","url":"modules/mastodon_entities_list.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Card.__type"},{"id":14610,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_list.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14611,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.Mention"},{"id":14612,"kind":1024,"name":"id","url":"modules/mastodon_entities_list.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Mention.__type"},{"id":14613,"kind":1024,"name":"username","url":"modules/mastodon_entities_list.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Mention.__type"},{"id":14614,"kind":1024,"name":"url","url":"modules/mastodon_entities_list.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Mention.__type"},{"id":14615,"kind":1024,"name":"acct","url":"modules/mastodon_entities_list.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Mention.__type"},{"id":14616,"kind":4194304,"name":"History","url":"modules/mastodon_entities_list.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14617,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.History"},{"id":14618,"kind":1024,"name":"day","url":"modules/mastodon_entities_list.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.History.__type"},{"id":14619,"kind":1024,"name":"uses","url":"modules/mastodon_entities_list.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.History.__type"},{"id":14620,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_list.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.History.__type"},{"id":14621,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_list.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14622,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.Tag"},{"id":14623,"kind":1024,"name":"name","url":"modules/mastodon_entities_list.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Tag.__type"},{"id":14624,"kind":1024,"name":"url","url":"modules/mastodon_entities_list.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Tag.__type"},{"id":14625,"kind":1024,"name":"history","url":"modules/mastodon_entities_list.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Tag.__type"},{"id":14626,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_list.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14627,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.PollOption"},{"id":14628,"kind":1024,"name":"title","url":"modules/mastodon_entities_list.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.PollOption.__type"},{"id":14629,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_list.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.PollOption.__type"},{"id":14630,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_list.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14631,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.Poll"},{"id":14632,"kind":1024,"name":"id","url":"modules/mastodon_entities_list.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Poll.__type"},{"id":14633,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_list.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Poll.__type"},{"id":14634,"kind":1024,"name":"expired","url":"modules/mastodon_entities_list.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Poll.__type"},{"id":14635,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_list.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Poll.__type"},{"id":14636,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_list.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Poll.__type"},{"id":14637,"kind":1024,"name":"options","url":"modules/mastodon_entities_list.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Poll.__type"},{"id":14638,"kind":1024,"name":"voted","url":"modules/mastodon_entities_list.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Poll.__type"},{"id":14639,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_list.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14640,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.Status"},{"id":14641,"kind":1024,"name":"id","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14642,"kind":1024,"name":"uri","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14643,"kind":1024,"name":"url","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14644,"kind":1024,"name":"account","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14645,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14646,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14647,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14648,"kind":1024,"name":"content","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14649,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14650,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14651,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14652,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14653,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14654,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14655,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14656,"kind":1024,"name":"muted","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14657,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14658,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14659,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14660,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14661,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14662,"kind":1024,"name":"tags","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14663,"kind":1024,"name":"card","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14664,"kind":1024,"name":"poll","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14665,"kind":1024,"name":"application","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14666,"kind":1024,"name":"language","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14667,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14668,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14669,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14670,"kind":1024,"name":"quote","url":"modules/mastodon_entities_list.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Status.__type"},{"id":14671,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_list.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14672,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.Context"},{"id":14673,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_list.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Context.__type"},{"id":14674,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_list.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Context.__type"},{"id":14675,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_list.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14676,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.Conversation"},{"id":14677,"kind":1024,"name":"id","url":"modules/mastodon_entities_list.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Conversation.__type"},{"id":14678,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_list.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Conversation.__type"},{"id":14679,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_list.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Conversation.__type"},{"id":14680,"kind":1024,"name":"unread","url":"modules/mastodon_entities_list.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Conversation.__type"},{"id":14681,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_list.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14682,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.FeaturedTag"},{"id":14683,"kind":1024,"name":"id","url":"modules/mastodon_entities_list.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.FeaturedTag.__type"},{"id":14684,"kind":1024,"name":"name","url":"modules/mastodon_entities_list.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.FeaturedTag.__type"},{"id":14685,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_list.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.FeaturedTag.__type"},{"id":14686,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_list.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.FeaturedTag.__type"},{"id":14687,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_list.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14688,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.Field"},{"id":14689,"kind":1024,"name":"name","url":"modules/mastodon_entities_list.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Field.__type"},{"id":14690,"kind":1024,"name":"value","url":"modules/mastodon_entities_list.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Field.__type"},{"id":14691,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_list.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Field.__type"},{"id":14692,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_list.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14693,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.Filter"},{"id":14694,"kind":1024,"name":"id","url":"modules/mastodon_entities_list.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Filter.__type"},{"id":14695,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_list.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Filter.__type"},{"id":14696,"kind":1024,"name":"context","url":"modules/mastodon_entities_list.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Filter.__type"},{"id":14697,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_list.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Filter.__type"},{"id":14698,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_list.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Filter.__type"},{"id":14699,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_list.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Filter.__type"},{"id":14700,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_list.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14701,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.IdentityProof"},{"id":14702,"kind":1024,"name":"provider","url":"modules/mastodon_entities_list.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.IdentityProof.__type"},{"id":14703,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_list.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.IdentityProof.__type"},{"id":14704,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_list.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.IdentityProof.__type"},{"id":14705,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_list.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.IdentityProof.__type"},{"id":14706,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_list.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.IdentityProof.__type"},{"id":14707,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_list.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14708,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.URLs"},{"id":14709,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_list.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.URLs.__type"},{"id":14710,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_list.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14711,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.Stats"},{"id":14712,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_list.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Stats.__type"},{"id":14713,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_list.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Stats.__type"},{"id":14714,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_list.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Stats.__type"},{"id":14715,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_list.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14716,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.Instance"},{"id":14717,"kind":1024,"name":"uri","url":"modules/mastodon_entities_list.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Instance.__type"},{"id":14718,"kind":1024,"name":"title","url":"modules/mastodon_entities_list.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Instance.__type"},{"id":14719,"kind":1024,"name":"description","url":"modules/mastodon_entities_list.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Instance.__type"},{"id":14720,"kind":1024,"name":"email","url":"modules/mastodon_entities_list.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Instance.__type"},{"id":14721,"kind":1024,"name":"version","url":"modules/mastodon_entities_list.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Instance.__type"},{"id":14722,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_list.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Instance.__type"},{"id":14723,"kind":1024,"name":"urls","url":"modules/mastodon_entities_list.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Instance.__type"},{"id":14724,"kind":1024,"name":"stats","url":"modules/mastodon_entities_list.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Instance.__type"},{"id":14725,"kind":1024,"name":"languages","url":"modules/mastodon_entities_list.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Instance.__type"},{"id":14726,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_list.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Instance.__type"},{"id":14727,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_list.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Instance.__type"},{"id":14728,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_list.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Instance.__type"},{"id":14729,"kind":4194304,"name":"List","url":"modules/mastodon_entities_list.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14730,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.List"},{"id":14731,"kind":1024,"name":"id","url":"modules/mastodon_entities_list.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.List.__type"},{"id":14732,"kind":1024,"name":"title","url":"modules/mastodon_entities_list.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.List.__type"},{"id":14733,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_list.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14734,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.Marker"},{"id":14735,"kind":1024,"name":"home","url":"modules/mastodon_entities_list.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Marker.__type"},{"id":14736,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Marker.__type"},{"id":14737,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_list.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Marker.__type.__type"},{"id":14738,"kind":1024,"name":"version","url":"modules/mastodon_entities_list.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Marker.__type.__type"},{"id":14739,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_list.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Marker.__type.__type"},{"id":14740,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_list.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Marker.__type"},{"id":14741,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Marker.__type"},{"id":14742,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_list.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Marker.__type.__type"},{"id":14743,"kind":1024,"name":"version","url":"modules/mastodon_entities_list.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Marker.__type.__type"},{"id":14744,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_list.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Marker.__type.__type"},{"id":14745,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_list.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14746,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.Notification"},{"id":14747,"kind":1024,"name":"account","url":"modules/mastodon_entities_list.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Notification.__type"},{"id":14748,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_list.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Notification.__type"},{"id":14749,"kind":1024,"name":"id","url":"modules/mastodon_entities_list.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Notification.__type"},{"id":14750,"kind":1024,"name":"status","url":"modules/mastodon_entities_list.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Notification.__type"},{"id":14751,"kind":1024,"name":"type","url":"modules/mastodon_entities_list.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Notification.__type"},{"id":14752,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_list.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14753,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_list.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14754,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.Preferences"},{"id":14755,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_list.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Preferences.__type"},{"id":14756,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_list.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Preferences.__type"},{"id":14757,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_list.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Preferences.__type"},{"id":14758,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_list.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Preferences.__type"},{"id":14759,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_list.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Preferences.__type"},{"id":14760,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_list.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14761,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.PushSubscription"},{"id":14762,"kind":1024,"name":"id","url":"modules/mastodon_entities_list.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.PushSubscription.__type"},{"id":14763,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_list.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.PushSubscription.__type"},{"id":14764,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_list.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.PushSubscription.__type"},{"id":14765,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_list.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.PushSubscription.__type"},{"id":14766,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_list.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14767,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.Relationship"},{"id":14768,"kind":1024,"name":"id","url":"modules/mastodon_entities_list.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Relationship.__type"},{"id":14769,"kind":1024,"name":"following","url":"modules/mastodon_entities_list.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Relationship.__type"},{"id":14770,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_list.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Relationship.__type"},{"id":14771,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_list.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Relationship.__type"},{"id":14772,"kind":1024,"name":"muting","url":"modules/mastodon_entities_list.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Relationship.__type"},{"id":14773,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_list.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Relationship.__type"},{"id":14774,"kind":1024,"name":"requested","url":"modules/mastodon_entities_list.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Relationship.__type"},{"id":14775,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_list.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Relationship.__type"},{"id":14776,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_list.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Relationship.__type"},{"id":14777,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_list.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Relationship.__type"},{"id":14778,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_list.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14779,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.Report"},{"id":14780,"kind":1024,"name":"id","url":"modules/mastodon_entities_list.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Report.__type"},{"id":14781,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_list.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Report.__type"},{"id":14782,"kind":1024,"name":"comment","url":"modules/mastodon_entities_list.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Report.__type"},{"id":14783,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_list.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Report.__type"},{"id":14784,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_list.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Report.__type"},{"id":14785,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_list.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14786,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.Results"},{"id":14787,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_list.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Results.__type"},{"id":14788,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_list.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Results.__type"},{"id":14789,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_list.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Results.__type"},{"id":14790,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_list.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14791,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.ScheduledStatus"},{"id":14792,"kind":1024,"name":"id","url":"modules/mastodon_entities_list.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.ScheduledStatus.__type"},{"id":14793,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_list.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.ScheduledStatus.__type"},{"id":14794,"kind":1024,"name":"params","url":"modules/mastodon_entities_list.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.ScheduledStatus.__type"},{"id":14795,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_list.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.ScheduledStatus.__type"},{"id":14796,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_list.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14797,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.StatusParams"},{"id":14798,"kind":1024,"name":"text","url":"modules/mastodon_entities_list.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.StatusParams.__type"},{"id":14799,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_list.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.StatusParams.__type"},{"id":14800,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_list.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.StatusParams.__type"},{"id":14801,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_list.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.StatusParams.__type"},{"id":14802,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_list.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.StatusParams.__type"},{"id":14803,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_list.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.StatusParams.__type"},{"id":14804,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_list.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.StatusParams.__type"},{"id":14805,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_list.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.StatusParams.__type"},{"id":14806,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_list.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/list.MastodonEntity"},{"id":14807,"kind":65536,"name":"__type","url":"modules/mastodon_entities_list.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/list.MastodonEntity.Token"},{"id":14808,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_list.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Token.__type"},{"id":14809,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_list.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Token.__type"},{"id":14810,"kind":1024,"name":"scope","url":"modules/mastodon_entities_list.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Token.__type"},{"id":14811,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_list.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/list.MastodonEntity.Token.__type"},{"id":14812,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_marker.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/marker"},{"id":14813,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_marker.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":14814,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.Emoji"},{"id":14815,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_marker.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Emoji.__type"},{"id":14816,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_marker.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Emoji.__type"},{"id":14817,"kind":1024,"name":"url","url":"modules/mastodon_entities_marker.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Emoji.__type"},{"id":14818,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_marker.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Emoji.__type"},{"id":14819,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_marker.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":14820,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.Source"},{"id":14821,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_marker.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Source.__type"},{"id":14822,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_marker.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Source.__type"},{"id":14823,"kind":1024,"name":"language","url":"modules/mastodon_entities_marker.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Source.__type"},{"id":14824,"kind":1024,"name":"note","url":"modules/mastodon_entities_marker.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Source.__type"},{"id":14825,"kind":1024,"name":"fields","url":"modules/mastodon_entities_marker.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Source.__type"},{"id":14826,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_marker.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":14827,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.Account"},{"id":14828,"kind":1024,"name":"id","url":"modules/mastodon_entities_marker.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Account.__type"},{"id":14829,"kind":1024,"name":"username","url":"modules/mastodon_entities_marker.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Account.__type"},{"id":14830,"kind":1024,"name":"acct","url":"modules/mastodon_entities_marker.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Account.__type"},{"id":14831,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_marker.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Account.__type"},{"id":14832,"kind":1024,"name":"locked","url":"modules/mastodon_entities_marker.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Account.__type"},{"id":14833,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_marker.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Account.__type"},{"id":14834,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_marker.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Account.__type"},{"id":14835,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_marker.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Account.__type"},{"id":14836,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_marker.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Account.__type"},{"id":14837,"kind":1024,"name":"note","url":"modules/mastodon_entities_marker.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Account.__type"},{"id":14838,"kind":1024,"name":"url","url":"modules/mastodon_entities_marker.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Account.__type"},{"id":14839,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_marker.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Account.__type"},{"id":14840,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_marker.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Account.__type"},{"id":14841,"kind":1024,"name":"header","url":"modules/mastodon_entities_marker.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Account.__type"},{"id":14842,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_marker.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Account.__type"},{"id":14843,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_marker.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Account.__type"},{"id":14844,"kind":1024,"name":"moved","url":"modules/mastodon_entities_marker.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Account.__type"},{"id":14845,"kind":1024,"name":"fields","url":"modules/mastodon_entities_marker.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Account.__type"},{"id":14846,"kind":1024,"name":"bot","url":"modules/mastodon_entities_marker.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Account.__type"},{"id":14847,"kind":1024,"name":"source","url":"modules/mastodon_entities_marker.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Account.__type"},{"id":14848,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_marker.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":14849,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.Activity"},{"id":14850,"kind":1024,"name":"week","url":"modules/mastodon_entities_marker.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Activity.__type"},{"id":14851,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_marker.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Activity.__type"},{"id":14852,"kind":1024,"name":"logins","url":"modules/mastodon_entities_marker.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Activity.__type"},{"id":14853,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_marker.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Activity.__type"},{"id":14854,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_marker.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":14855,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.Application"},{"id":14856,"kind":1024,"name":"name","url":"modules/mastodon_entities_marker.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Application.__type"},{"id":14857,"kind":1024,"name":"website","url":"modules/mastodon_entities_marker.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Application.__type"},{"id":14858,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_marker.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Application.__type"},{"id":14859,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_marker.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":14860,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.Attachment"},{"id":14861,"kind":1024,"name":"id","url":"modules/mastodon_entities_marker.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Attachment.__type"},{"id":14862,"kind":1024,"name":"type","url":"modules/mastodon_entities_marker.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Attachment.__type"},{"id":14863,"kind":1024,"name":"url","url":"modules/mastodon_entities_marker.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Attachment.__type"},{"id":14864,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_marker.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Attachment.__type"},{"id":14865,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_marker.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Attachment.__type"},{"id":14866,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_marker.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Attachment.__type"},{"id":14867,"kind":1024,"name":"meta","url":"modules/mastodon_entities_marker.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Attachment.__type"},{"id":14868,"kind":1024,"name":"description","url":"modules/mastodon_entities_marker.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Attachment.__type"},{"id":14869,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_marker.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":14870,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.Card"},{"id":14871,"kind":1024,"name":"url","url":"modules/mastodon_entities_marker.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Card.__type"},{"id":14872,"kind":1024,"name":"title","url":"modules/mastodon_entities_marker.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Card.__type"},{"id":14873,"kind":1024,"name":"description","url":"modules/mastodon_entities_marker.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Card.__type"},{"id":14874,"kind":1024,"name":"type","url":"modules/mastodon_entities_marker.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Card.__type"},{"id":14875,"kind":1024,"name":"image","url":"modules/mastodon_entities_marker.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Card.__type"},{"id":14876,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_marker.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Card.__type"},{"id":14877,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_marker.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Card.__type"},{"id":14878,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_marker.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Card.__type"},{"id":14879,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_marker.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Card.__type"},{"id":14880,"kind":1024,"name":"html","url":"modules/mastodon_entities_marker.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Card.__type"},{"id":14881,"kind":1024,"name":"width","url":"modules/mastodon_entities_marker.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Card.__type"},{"id":14882,"kind":1024,"name":"height","url":"modules/mastodon_entities_marker.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Card.__type"},{"id":14883,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_marker.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":14884,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.Mention"},{"id":14885,"kind":1024,"name":"id","url":"modules/mastodon_entities_marker.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Mention.__type"},{"id":14886,"kind":1024,"name":"username","url":"modules/mastodon_entities_marker.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Mention.__type"},{"id":14887,"kind":1024,"name":"url","url":"modules/mastodon_entities_marker.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Mention.__type"},{"id":14888,"kind":1024,"name":"acct","url":"modules/mastodon_entities_marker.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Mention.__type"},{"id":14889,"kind":4194304,"name":"History","url":"modules/mastodon_entities_marker.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":14890,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.History"},{"id":14891,"kind":1024,"name":"day","url":"modules/mastodon_entities_marker.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.History.__type"},{"id":14892,"kind":1024,"name":"uses","url":"modules/mastodon_entities_marker.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.History.__type"},{"id":14893,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_marker.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.History.__type"},{"id":14894,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_marker.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":14895,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.Tag"},{"id":14896,"kind":1024,"name":"name","url":"modules/mastodon_entities_marker.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Tag.__type"},{"id":14897,"kind":1024,"name":"url","url":"modules/mastodon_entities_marker.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Tag.__type"},{"id":14898,"kind":1024,"name":"history","url":"modules/mastodon_entities_marker.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Tag.__type"},{"id":14899,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_marker.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":14900,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.PollOption"},{"id":14901,"kind":1024,"name":"title","url":"modules/mastodon_entities_marker.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.PollOption.__type"},{"id":14902,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_marker.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.PollOption.__type"},{"id":14903,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_marker.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":14904,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.Poll"},{"id":14905,"kind":1024,"name":"id","url":"modules/mastodon_entities_marker.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Poll.__type"},{"id":14906,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_marker.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Poll.__type"},{"id":14907,"kind":1024,"name":"expired","url":"modules/mastodon_entities_marker.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Poll.__type"},{"id":14908,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_marker.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Poll.__type"},{"id":14909,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_marker.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Poll.__type"},{"id":14910,"kind":1024,"name":"options","url":"modules/mastodon_entities_marker.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Poll.__type"},{"id":14911,"kind":1024,"name":"voted","url":"modules/mastodon_entities_marker.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Poll.__type"},{"id":14912,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":14913,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.Status"},{"id":14914,"kind":1024,"name":"id","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14915,"kind":1024,"name":"uri","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14916,"kind":1024,"name":"url","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14917,"kind":1024,"name":"account","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14918,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14919,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14920,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14921,"kind":1024,"name":"content","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14922,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14923,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14924,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14925,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14926,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14927,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14928,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14929,"kind":1024,"name":"muted","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14930,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14931,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14932,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14933,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14934,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14935,"kind":1024,"name":"tags","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14936,"kind":1024,"name":"card","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14937,"kind":1024,"name":"poll","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14938,"kind":1024,"name":"application","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14939,"kind":1024,"name":"language","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14940,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14941,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14942,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14943,"kind":1024,"name":"quote","url":"modules/mastodon_entities_marker.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Status.__type"},{"id":14944,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_marker.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":14945,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.Context"},{"id":14946,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_marker.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Context.__type"},{"id":14947,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_marker.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Context.__type"},{"id":14948,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_marker.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":14949,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.Conversation"},{"id":14950,"kind":1024,"name":"id","url":"modules/mastodon_entities_marker.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Conversation.__type"},{"id":14951,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_marker.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Conversation.__type"},{"id":14952,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_marker.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Conversation.__type"},{"id":14953,"kind":1024,"name":"unread","url":"modules/mastodon_entities_marker.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Conversation.__type"},{"id":14954,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_marker.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":14955,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.FeaturedTag"},{"id":14956,"kind":1024,"name":"id","url":"modules/mastodon_entities_marker.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.FeaturedTag.__type"},{"id":14957,"kind":1024,"name":"name","url":"modules/mastodon_entities_marker.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.FeaturedTag.__type"},{"id":14958,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_marker.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.FeaturedTag.__type"},{"id":14959,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_marker.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.FeaturedTag.__type"},{"id":14960,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_marker.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":14961,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.Field"},{"id":14962,"kind":1024,"name":"name","url":"modules/mastodon_entities_marker.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Field.__type"},{"id":14963,"kind":1024,"name":"value","url":"modules/mastodon_entities_marker.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Field.__type"},{"id":14964,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_marker.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Field.__type"},{"id":14965,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_marker.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":14966,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.Filter"},{"id":14967,"kind":1024,"name":"id","url":"modules/mastodon_entities_marker.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Filter.__type"},{"id":14968,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_marker.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Filter.__type"},{"id":14969,"kind":1024,"name":"context","url":"modules/mastodon_entities_marker.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Filter.__type"},{"id":14970,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_marker.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Filter.__type"},{"id":14971,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_marker.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Filter.__type"},{"id":14972,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_marker.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Filter.__type"},{"id":14973,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_marker.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":14974,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.IdentityProof"},{"id":14975,"kind":1024,"name":"provider","url":"modules/mastodon_entities_marker.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.IdentityProof.__type"},{"id":14976,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_marker.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.IdentityProof.__type"},{"id":14977,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_marker.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.IdentityProof.__type"},{"id":14978,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_marker.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.IdentityProof.__type"},{"id":14979,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_marker.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.IdentityProof.__type"},{"id":14980,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_marker.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":14981,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.URLs"},{"id":14982,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_marker.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.URLs.__type"},{"id":14983,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_marker.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":14984,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.Stats"},{"id":14985,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_marker.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Stats.__type"},{"id":14986,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_marker.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Stats.__type"},{"id":14987,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_marker.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Stats.__type"},{"id":14988,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_marker.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":14989,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.Instance"},{"id":14990,"kind":1024,"name":"uri","url":"modules/mastodon_entities_marker.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Instance.__type"},{"id":14991,"kind":1024,"name":"title","url":"modules/mastodon_entities_marker.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Instance.__type"},{"id":14992,"kind":1024,"name":"description","url":"modules/mastodon_entities_marker.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Instance.__type"},{"id":14993,"kind":1024,"name":"email","url":"modules/mastodon_entities_marker.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Instance.__type"},{"id":14994,"kind":1024,"name":"version","url":"modules/mastodon_entities_marker.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Instance.__type"},{"id":14995,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_marker.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Instance.__type"},{"id":14996,"kind":1024,"name":"urls","url":"modules/mastodon_entities_marker.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Instance.__type"},{"id":14997,"kind":1024,"name":"stats","url":"modules/mastodon_entities_marker.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Instance.__type"},{"id":14998,"kind":1024,"name":"languages","url":"modules/mastodon_entities_marker.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Instance.__type"},{"id":14999,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_marker.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Instance.__type"},{"id":15000,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_marker.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Instance.__type"},{"id":15001,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_marker.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Instance.__type"},{"id":15002,"kind":4194304,"name":"List","url":"modules/mastodon_entities_marker.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":15003,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.List"},{"id":15004,"kind":1024,"name":"id","url":"modules/mastodon_entities_marker.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.List.__type"},{"id":15005,"kind":1024,"name":"title","url":"modules/mastodon_entities_marker.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.List.__type"},{"id":15006,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_marker.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":15007,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.Marker"},{"id":15008,"kind":1024,"name":"home","url":"modules/mastodon_entities_marker.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Marker.__type"},{"id":15009,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Marker.__type"},{"id":15010,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_marker.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Marker.__type.__type"},{"id":15011,"kind":1024,"name":"version","url":"modules/mastodon_entities_marker.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Marker.__type.__type"},{"id":15012,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_marker.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Marker.__type.__type"},{"id":15013,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_marker.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Marker.__type"},{"id":15014,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Marker.__type"},{"id":15015,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_marker.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Marker.__type.__type"},{"id":15016,"kind":1024,"name":"version","url":"modules/mastodon_entities_marker.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Marker.__type.__type"},{"id":15017,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_marker.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Marker.__type.__type"},{"id":15018,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_marker.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":15019,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.Notification"},{"id":15020,"kind":1024,"name":"account","url":"modules/mastodon_entities_marker.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Notification.__type"},{"id":15021,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_marker.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Notification.__type"},{"id":15022,"kind":1024,"name":"id","url":"modules/mastodon_entities_marker.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Notification.__type"},{"id":15023,"kind":1024,"name":"status","url":"modules/mastodon_entities_marker.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Notification.__type"},{"id":15024,"kind":1024,"name":"type","url":"modules/mastodon_entities_marker.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Notification.__type"},{"id":15025,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_marker.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":15026,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_marker.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":15027,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.Preferences"},{"id":15028,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_marker.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Preferences.__type"},{"id":15029,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_marker.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Preferences.__type"},{"id":15030,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_marker.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Preferences.__type"},{"id":15031,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_marker.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Preferences.__type"},{"id":15032,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_marker.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Preferences.__type"},{"id":15033,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_marker.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":15034,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.PushSubscription"},{"id":15035,"kind":1024,"name":"id","url":"modules/mastodon_entities_marker.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.PushSubscription.__type"},{"id":15036,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_marker.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.PushSubscription.__type"},{"id":15037,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_marker.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.PushSubscription.__type"},{"id":15038,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_marker.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.PushSubscription.__type"},{"id":15039,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_marker.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":15040,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.Relationship"},{"id":15041,"kind":1024,"name":"id","url":"modules/mastodon_entities_marker.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Relationship.__type"},{"id":15042,"kind":1024,"name":"following","url":"modules/mastodon_entities_marker.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Relationship.__type"},{"id":15043,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_marker.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Relationship.__type"},{"id":15044,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_marker.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Relationship.__type"},{"id":15045,"kind":1024,"name":"muting","url":"modules/mastodon_entities_marker.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Relationship.__type"},{"id":15046,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_marker.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Relationship.__type"},{"id":15047,"kind":1024,"name":"requested","url":"modules/mastodon_entities_marker.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Relationship.__type"},{"id":15048,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_marker.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Relationship.__type"},{"id":15049,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_marker.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Relationship.__type"},{"id":15050,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_marker.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Relationship.__type"},{"id":15051,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_marker.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":15052,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.Report"},{"id":15053,"kind":1024,"name":"id","url":"modules/mastodon_entities_marker.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Report.__type"},{"id":15054,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_marker.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Report.__type"},{"id":15055,"kind":1024,"name":"comment","url":"modules/mastodon_entities_marker.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Report.__type"},{"id":15056,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_marker.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Report.__type"},{"id":15057,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_marker.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Report.__type"},{"id":15058,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_marker.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":15059,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.Results"},{"id":15060,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_marker.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Results.__type"},{"id":15061,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_marker.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Results.__type"},{"id":15062,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_marker.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Results.__type"},{"id":15063,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_marker.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":15064,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.ScheduledStatus"},{"id":15065,"kind":1024,"name":"id","url":"modules/mastodon_entities_marker.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.ScheduledStatus.__type"},{"id":15066,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_marker.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.ScheduledStatus.__type"},{"id":15067,"kind":1024,"name":"params","url":"modules/mastodon_entities_marker.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.ScheduledStatus.__type"},{"id":15068,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_marker.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.ScheduledStatus.__type"},{"id":15069,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_marker.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":15070,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.StatusParams"},{"id":15071,"kind":1024,"name":"text","url":"modules/mastodon_entities_marker.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.StatusParams.__type"},{"id":15072,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_marker.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.StatusParams.__type"},{"id":15073,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_marker.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.StatusParams.__type"},{"id":15074,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_marker.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.StatusParams.__type"},{"id":15075,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_marker.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.StatusParams.__type"},{"id":15076,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_marker.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.StatusParams.__type"},{"id":15077,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_marker.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.StatusParams.__type"},{"id":15078,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_marker.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.StatusParams.__type"},{"id":15079,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_marker.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/marker.MastodonEntity"},{"id":15080,"kind":65536,"name":"__type","url":"modules/mastodon_entities_marker.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/marker.MastodonEntity.Token"},{"id":15081,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_marker.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Token.__type"},{"id":15082,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_marker.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Token.__type"},{"id":15083,"kind":1024,"name":"scope","url":"modules/mastodon_entities_marker.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Token.__type"},{"id":15084,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_marker.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/marker.MastodonEntity.Token.__type"},{"id":15085,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_mention.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/mention"},{"id":15086,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_mention.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15087,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.Emoji"},{"id":15088,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_mention.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Emoji.__type"},{"id":15089,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_mention.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Emoji.__type"},{"id":15090,"kind":1024,"name":"url","url":"modules/mastodon_entities_mention.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Emoji.__type"},{"id":15091,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_mention.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Emoji.__type"},{"id":15092,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_mention.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15093,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.Source"},{"id":15094,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_mention.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Source.__type"},{"id":15095,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_mention.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Source.__type"},{"id":15096,"kind":1024,"name":"language","url":"modules/mastodon_entities_mention.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Source.__type"},{"id":15097,"kind":1024,"name":"note","url":"modules/mastodon_entities_mention.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Source.__type"},{"id":15098,"kind":1024,"name":"fields","url":"modules/mastodon_entities_mention.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Source.__type"},{"id":15099,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_mention.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15100,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.Account"},{"id":15101,"kind":1024,"name":"id","url":"modules/mastodon_entities_mention.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Account.__type"},{"id":15102,"kind":1024,"name":"username","url":"modules/mastodon_entities_mention.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Account.__type"},{"id":15103,"kind":1024,"name":"acct","url":"modules/mastodon_entities_mention.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Account.__type"},{"id":15104,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_mention.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Account.__type"},{"id":15105,"kind":1024,"name":"locked","url":"modules/mastodon_entities_mention.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Account.__type"},{"id":15106,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_mention.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Account.__type"},{"id":15107,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_mention.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Account.__type"},{"id":15108,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_mention.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Account.__type"},{"id":15109,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_mention.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Account.__type"},{"id":15110,"kind":1024,"name":"note","url":"modules/mastodon_entities_mention.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Account.__type"},{"id":15111,"kind":1024,"name":"url","url":"modules/mastodon_entities_mention.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Account.__type"},{"id":15112,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_mention.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Account.__type"},{"id":15113,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_mention.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Account.__type"},{"id":15114,"kind":1024,"name":"header","url":"modules/mastodon_entities_mention.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Account.__type"},{"id":15115,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_mention.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Account.__type"},{"id":15116,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_mention.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Account.__type"},{"id":15117,"kind":1024,"name":"moved","url":"modules/mastodon_entities_mention.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Account.__type"},{"id":15118,"kind":1024,"name":"fields","url":"modules/mastodon_entities_mention.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Account.__type"},{"id":15119,"kind":1024,"name":"bot","url":"modules/mastodon_entities_mention.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Account.__type"},{"id":15120,"kind":1024,"name":"source","url":"modules/mastodon_entities_mention.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Account.__type"},{"id":15121,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_mention.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15122,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.Activity"},{"id":15123,"kind":1024,"name":"week","url":"modules/mastodon_entities_mention.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Activity.__type"},{"id":15124,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_mention.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Activity.__type"},{"id":15125,"kind":1024,"name":"logins","url":"modules/mastodon_entities_mention.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Activity.__type"},{"id":15126,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_mention.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Activity.__type"},{"id":15127,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_mention.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15128,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.Application"},{"id":15129,"kind":1024,"name":"name","url":"modules/mastodon_entities_mention.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Application.__type"},{"id":15130,"kind":1024,"name":"website","url":"modules/mastodon_entities_mention.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Application.__type"},{"id":15131,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_mention.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Application.__type"},{"id":15132,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_mention.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15133,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.Attachment"},{"id":15134,"kind":1024,"name":"id","url":"modules/mastodon_entities_mention.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Attachment.__type"},{"id":15135,"kind":1024,"name":"type","url":"modules/mastodon_entities_mention.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Attachment.__type"},{"id":15136,"kind":1024,"name":"url","url":"modules/mastodon_entities_mention.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Attachment.__type"},{"id":15137,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_mention.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Attachment.__type"},{"id":15138,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_mention.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Attachment.__type"},{"id":15139,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_mention.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Attachment.__type"},{"id":15140,"kind":1024,"name":"meta","url":"modules/mastodon_entities_mention.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Attachment.__type"},{"id":15141,"kind":1024,"name":"description","url":"modules/mastodon_entities_mention.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Attachment.__type"},{"id":15142,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_mention.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15143,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.Card"},{"id":15144,"kind":1024,"name":"url","url":"modules/mastodon_entities_mention.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Card.__type"},{"id":15145,"kind":1024,"name":"title","url":"modules/mastodon_entities_mention.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Card.__type"},{"id":15146,"kind":1024,"name":"description","url":"modules/mastodon_entities_mention.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Card.__type"},{"id":15147,"kind":1024,"name":"type","url":"modules/mastodon_entities_mention.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Card.__type"},{"id":15148,"kind":1024,"name":"image","url":"modules/mastodon_entities_mention.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Card.__type"},{"id":15149,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_mention.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Card.__type"},{"id":15150,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_mention.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Card.__type"},{"id":15151,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_mention.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Card.__type"},{"id":15152,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_mention.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Card.__type"},{"id":15153,"kind":1024,"name":"html","url":"modules/mastodon_entities_mention.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Card.__type"},{"id":15154,"kind":1024,"name":"width","url":"modules/mastodon_entities_mention.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Card.__type"},{"id":15155,"kind":1024,"name":"height","url":"modules/mastodon_entities_mention.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Card.__type"},{"id":15156,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_mention.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15157,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.Mention"},{"id":15158,"kind":1024,"name":"id","url":"modules/mastodon_entities_mention.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Mention.__type"},{"id":15159,"kind":1024,"name":"username","url":"modules/mastodon_entities_mention.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Mention.__type"},{"id":15160,"kind":1024,"name":"url","url":"modules/mastodon_entities_mention.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Mention.__type"},{"id":15161,"kind":1024,"name":"acct","url":"modules/mastodon_entities_mention.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Mention.__type"},{"id":15162,"kind":4194304,"name":"History","url":"modules/mastodon_entities_mention.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15163,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.History"},{"id":15164,"kind":1024,"name":"day","url":"modules/mastodon_entities_mention.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.History.__type"},{"id":15165,"kind":1024,"name":"uses","url":"modules/mastodon_entities_mention.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.History.__type"},{"id":15166,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_mention.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.History.__type"},{"id":15167,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_mention.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15168,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.Tag"},{"id":15169,"kind":1024,"name":"name","url":"modules/mastodon_entities_mention.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Tag.__type"},{"id":15170,"kind":1024,"name":"url","url":"modules/mastodon_entities_mention.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Tag.__type"},{"id":15171,"kind":1024,"name":"history","url":"modules/mastodon_entities_mention.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Tag.__type"},{"id":15172,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_mention.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15173,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.PollOption"},{"id":15174,"kind":1024,"name":"title","url":"modules/mastodon_entities_mention.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.PollOption.__type"},{"id":15175,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_mention.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.PollOption.__type"},{"id":15176,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_mention.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15177,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.Poll"},{"id":15178,"kind":1024,"name":"id","url":"modules/mastodon_entities_mention.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Poll.__type"},{"id":15179,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_mention.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Poll.__type"},{"id":15180,"kind":1024,"name":"expired","url":"modules/mastodon_entities_mention.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Poll.__type"},{"id":15181,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_mention.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Poll.__type"},{"id":15182,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_mention.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Poll.__type"},{"id":15183,"kind":1024,"name":"options","url":"modules/mastodon_entities_mention.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Poll.__type"},{"id":15184,"kind":1024,"name":"voted","url":"modules/mastodon_entities_mention.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Poll.__type"},{"id":15185,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15186,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.Status"},{"id":15187,"kind":1024,"name":"id","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15188,"kind":1024,"name":"uri","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15189,"kind":1024,"name":"url","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15190,"kind":1024,"name":"account","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15191,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15192,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15193,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15194,"kind":1024,"name":"content","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15195,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15196,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15197,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15198,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15199,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15200,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15201,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15202,"kind":1024,"name":"muted","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15203,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15204,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15205,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15206,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15207,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15208,"kind":1024,"name":"tags","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15209,"kind":1024,"name":"card","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15210,"kind":1024,"name":"poll","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15211,"kind":1024,"name":"application","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15212,"kind":1024,"name":"language","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15213,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15214,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15215,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15216,"kind":1024,"name":"quote","url":"modules/mastodon_entities_mention.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Status.__type"},{"id":15217,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_mention.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15218,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.Context"},{"id":15219,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_mention.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Context.__type"},{"id":15220,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_mention.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Context.__type"},{"id":15221,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_mention.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15222,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.Conversation"},{"id":15223,"kind":1024,"name":"id","url":"modules/mastodon_entities_mention.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Conversation.__type"},{"id":15224,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_mention.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Conversation.__type"},{"id":15225,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_mention.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Conversation.__type"},{"id":15226,"kind":1024,"name":"unread","url":"modules/mastodon_entities_mention.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Conversation.__type"},{"id":15227,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_mention.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15228,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.FeaturedTag"},{"id":15229,"kind":1024,"name":"id","url":"modules/mastodon_entities_mention.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.FeaturedTag.__type"},{"id":15230,"kind":1024,"name":"name","url":"modules/mastodon_entities_mention.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.FeaturedTag.__type"},{"id":15231,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_mention.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.FeaturedTag.__type"},{"id":15232,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_mention.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.FeaturedTag.__type"},{"id":15233,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_mention.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15234,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.Field"},{"id":15235,"kind":1024,"name":"name","url":"modules/mastodon_entities_mention.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Field.__type"},{"id":15236,"kind":1024,"name":"value","url":"modules/mastodon_entities_mention.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Field.__type"},{"id":15237,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_mention.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Field.__type"},{"id":15238,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_mention.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15239,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.Filter"},{"id":15240,"kind":1024,"name":"id","url":"modules/mastodon_entities_mention.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Filter.__type"},{"id":15241,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_mention.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Filter.__type"},{"id":15242,"kind":1024,"name":"context","url":"modules/mastodon_entities_mention.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Filter.__type"},{"id":15243,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_mention.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Filter.__type"},{"id":15244,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_mention.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Filter.__type"},{"id":15245,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_mention.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Filter.__type"},{"id":15246,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_mention.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15247,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.IdentityProof"},{"id":15248,"kind":1024,"name":"provider","url":"modules/mastodon_entities_mention.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.IdentityProof.__type"},{"id":15249,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_mention.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.IdentityProof.__type"},{"id":15250,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_mention.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.IdentityProof.__type"},{"id":15251,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_mention.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.IdentityProof.__type"},{"id":15252,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_mention.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.IdentityProof.__type"},{"id":15253,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_mention.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15254,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.URLs"},{"id":15255,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_mention.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.URLs.__type"},{"id":15256,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_mention.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15257,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.Stats"},{"id":15258,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_mention.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Stats.__type"},{"id":15259,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_mention.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Stats.__type"},{"id":15260,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_mention.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Stats.__type"},{"id":15261,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_mention.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15262,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.Instance"},{"id":15263,"kind":1024,"name":"uri","url":"modules/mastodon_entities_mention.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Instance.__type"},{"id":15264,"kind":1024,"name":"title","url":"modules/mastodon_entities_mention.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Instance.__type"},{"id":15265,"kind":1024,"name":"description","url":"modules/mastodon_entities_mention.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Instance.__type"},{"id":15266,"kind":1024,"name":"email","url":"modules/mastodon_entities_mention.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Instance.__type"},{"id":15267,"kind":1024,"name":"version","url":"modules/mastodon_entities_mention.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Instance.__type"},{"id":15268,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_mention.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Instance.__type"},{"id":15269,"kind":1024,"name":"urls","url":"modules/mastodon_entities_mention.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Instance.__type"},{"id":15270,"kind":1024,"name":"stats","url":"modules/mastodon_entities_mention.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Instance.__type"},{"id":15271,"kind":1024,"name":"languages","url":"modules/mastodon_entities_mention.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Instance.__type"},{"id":15272,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_mention.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Instance.__type"},{"id":15273,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_mention.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Instance.__type"},{"id":15274,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_mention.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Instance.__type"},{"id":15275,"kind":4194304,"name":"List","url":"modules/mastodon_entities_mention.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15276,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.List"},{"id":15277,"kind":1024,"name":"id","url":"modules/mastodon_entities_mention.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.List.__type"},{"id":15278,"kind":1024,"name":"title","url":"modules/mastodon_entities_mention.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.List.__type"},{"id":15279,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_mention.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15280,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.Marker"},{"id":15281,"kind":1024,"name":"home","url":"modules/mastodon_entities_mention.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Marker.__type"},{"id":15282,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Marker.__type"},{"id":15283,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_mention.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Marker.__type.__type"},{"id":15284,"kind":1024,"name":"version","url":"modules/mastodon_entities_mention.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Marker.__type.__type"},{"id":15285,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_mention.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Marker.__type.__type"},{"id":15286,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_mention.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Marker.__type"},{"id":15287,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Marker.__type"},{"id":15288,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_mention.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Marker.__type.__type"},{"id":15289,"kind":1024,"name":"version","url":"modules/mastodon_entities_mention.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Marker.__type.__type"},{"id":15290,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_mention.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Marker.__type.__type"},{"id":15291,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_mention.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15292,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.Notification"},{"id":15293,"kind":1024,"name":"account","url":"modules/mastodon_entities_mention.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Notification.__type"},{"id":15294,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_mention.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Notification.__type"},{"id":15295,"kind":1024,"name":"id","url":"modules/mastodon_entities_mention.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Notification.__type"},{"id":15296,"kind":1024,"name":"status","url":"modules/mastodon_entities_mention.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Notification.__type"},{"id":15297,"kind":1024,"name":"type","url":"modules/mastodon_entities_mention.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Notification.__type"},{"id":15298,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_mention.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15299,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_mention.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15300,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.Preferences"},{"id":15301,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_mention.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Preferences.__type"},{"id":15302,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_mention.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Preferences.__type"},{"id":15303,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_mention.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Preferences.__type"},{"id":15304,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_mention.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Preferences.__type"},{"id":15305,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_mention.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Preferences.__type"},{"id":15306,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_mention.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15307,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.PushSubscription"},{"id":15308,"kind":1024,"name":"id","url":"modules/mastodon_entities_mention.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.PushSubscription.__type"},{"id":15309,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_mention.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.PushSubscription.__type"},{"id":15310,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_mention.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.PushSubscription.__type"},{"id":15311,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_mention.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.PushSubscription.__type"},{"id":15312,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_mention.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15313,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.Relationship"},{"id":15314,"kind":1024,"name":"id","url":"modules/mastodon_entities_mention.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Relationship.__type"},{"id":15315,"kind":1024,"name":"following","url":"modules/mastodon_entities_mention.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Relationship.__type"},{"id":15316,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_mention.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Relationship.__type"},{"id":15317,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_mention.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Relationship.__type"},{"id":15318,"kind":1024,"name":"muting","url":"modules/mastodon_entities_mention.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Relationship.__type"},{"id":15319,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_mention.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Relationship.__type"},{"id":15320,"kind":1024,"name":"requested","url":"modules/mastodon_entities_mention.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Relationship.__type"},{"id":15321,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_mention.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Relationship.__type"},{"id":15322,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_mention.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Relationship.__type"},{"id":15323,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_mention.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Relationship.__type"},{"id":15324,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_mention.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15325,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.Report"},{"id":15326,"kind":1024,"name":"id","url":"modules/mastodon_entities_mention.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Report.__type"},{"id":15327,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_mention.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Report.__type"},{"id":15328,"kind":1024,"name":"comment","url":"modules/mastodon_entities_mention.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Report.__type"},{"id":15329,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_mention.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Report.__type"},{"id":15330,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_mention.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Report.__type"},{"id":15331,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_mention.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15332,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.Results"},{"id":15333,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_mention.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Results.__type"},{"id":15334,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_mention.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Results.__type"},{"id":15335,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_mention.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Results.__type"},{"id":15336,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_mention.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15337,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.ScheduledStatus"},{"id":15338,"kind":1024,"name":"id","url":"modules/mastodon_entities_mention.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.ScheduledStatus.__type"},{"id":15339,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_mention.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.ScheduledStatus.__type"},{"id":15340,"kind":1024,"name":"params","url":"modules/mastodon_entities_mention.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.ScheduledStatus.__type"},{"id":15341,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_mention.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.ScheduledStatus.__type"},{"id":15342,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_mention.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15343,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.StatusParams"},{"id":15344,"kind":1024,"name":"text","url":"modules/mastodon_entities_mention.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.StatusParams.__type"},{"id":15345,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_mention.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.StatusParams.__type"},{"id":15346,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_mention.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.StatusParams.__type"},{"id":15347,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_mention.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.StatusParams.__type"},{"id":15348,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_mention.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.StatusParams.__type"},{"id":15349,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_mention.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.StatusParams.__type"},{"id":15350,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_mention.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.StatusParams.__type"},{"id":15351,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_mention.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.StatusParams.__type"},{"id":15352,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_mention.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/mention.MastodonEntity"},{"id":15353,"kind":65536,"name":"__type","url":"modules/mastodon_entities_mention.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/mention.MastodonEntity.Token"},{"id":15354,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_mention.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Token.__type"},{"id":15355,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_mention.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Token.__type"},{"id":15356,"kind":1024,"name":"scope","url":"modules/mastodon_entities_mention.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Token.__type"},{"id":15357,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_mention.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/mention.MastodonEntity.Token.__type"},{"id":15358,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_notification.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/notification"},{"id":15359,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_notification.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15360,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.Emoji"},{"id":15361,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_notification.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Emoji.__type"},{"id":15362,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_notification.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Emoji.__type"},{"id":15363,"kind":1024,"name":"url","url":"modules/mastodon_entities_notification.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Emoji.__type"},{"id":15364,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_notification.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Emoji.__type"},{"id":15365,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_notification.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15366,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.Source"},{"id":15367,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_notification.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Source.__type"},{"id":15368,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_notification.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Source.__type"},{"id":15369,"kind":1024,"name":"language","url":"modules/mastodon_entities_notification.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Source.__type"},{"id":15370,"kind":1024,"name":"note","url":"modules/mastodon_entities_notification.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Source.__type"},{"id":15371,"kind":1024,"name":"fields","url":"modules/mastodon_entities_notification.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Source.__type"},{"id":15372,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_notification.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15373,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.Account"},{"id":15374,"kind":1024,"name":"id","url":"modules/mastodon_entities_notification.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Account.__type"},{"id":15375,"kind":1024,"name":"username","url":"modules/mastodon_entities_notification.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Account.__type"},{"id":15376,"kind":1024,"name":"acct","url":"modules/mastodon_entities_notification.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Account.__type"},{"id":15377,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_notification.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Account.__type"},{"id":15378,"kind":1024,"name":"locked","url":"modules/mastodon_entities_notification.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Account.__type"},{"id":15379,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_notification.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Account.__type"},{"id":15380,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_notification.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Account.__type"},{"id":15381,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_notification.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Account.__type"},{"id":15382,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_notification.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Account.__type"},{"id":15383,"kind":1024,"name":"note","url":"modules/mastodon_entities_notification.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Account.__type"},{"id":15384,"kind":1024,"name":"url","url":"modules/mastodon_entities_notification.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Account.__type"},{"id":15385,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_notification.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Account.__type"},{"id":15386,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_notification.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Account.__type"},{"id":15387,"kind":1024,"name":"header","url":"modules/mastodon_entities_notification.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Account.__type"},{"id":15388,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_notification.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Account.__type"},{"id":15389,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_notification.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Account.__type"},{"id":15390,"kind":1024,"name":"moved","url":"modules/mastodon_entities_notification.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Account.__type"},{"id":15391,"kind":1024,"name":"fields","url":"modules/mastodon_entities_notification.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Account.__type"},{"id":15392,"kind":1024,"name":"bot","url":"modules/mastodon_entities_notification.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Account.__type"},{"id":15393,"kind":1024,"name":"source","url":"modules/mastodon_entities_notification.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Account.__type"},{"id":15394,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_notification.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15395,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.Activity"},{"id":15396,"kind":1024,"name":"week","url":"modules/mastodon_entities_notification.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Activity.__type"},{"id":15397,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_notification.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Activity.__type"},{"id":15398,"kind":1024,"name":"logins","url":"modules/mastodon_entities_notification.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Activity.__type"},{"id":15399,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_notification.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Activity.__type"},{"id":15400,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_notification.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15401,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.Application"},{"id":15402,"kind":1024,"name":"name","url":"modules/mastodon_entities_notification.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Application.__type"},{"id":15403,"kind":1024,"name":"website","url":"modules/mastodon_entities_notification.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Application.__type"},{"id":15404,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_notification.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Application.__type"},{"id":15405,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_notification.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15406,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.Attachment"},{"id":15407,"kind":1024,"name":"id","url":"modules/mastodon_entities_notification.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Attachment.__type"},{"id":15408,"kind":1024,"name":"type","url":"modules/mastodon_entities_notification.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Attachment.__type"},{"id":15409,"kind":1024,"name":"url","url":"modules/mastodon_entities_notification.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Attachment.__type"},{"id":15410,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_notification.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Attachment.__type"},{"id":15411,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_notification.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Attachment.__type"},{"id":15412,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_notification.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Attachment.__type"},{"id":15413,"kind":1024,"name":"meta","url":"modules/mastodon_entities_notification.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Attachment.__type"},{"id":15414,"kind":1024,"name":"description","url":"modules/mastodon_entities_notification.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Attachment.__type"},{"id":15415,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_notification.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15416,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.Card"},{"id":15417,"kind":1024,"name":"url","url":"modules/mastodon_entities_notification.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Card.__type"},{"id":15418,"kind":1024,"name":"title","url":"modules/mastodon_entities_notification.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Card.__type"},{"id":15419,"kind":1024,"name":"description","url":"modules/mastodon_entities_notification.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Card.__type"},{"id":15420,"kind":1024,"name":"type","url":"modules/mastodon_entities_notification.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Card.__type"},{"id":15421,"kind":1024,"name":"image","url":"modules/mastodon_entities_notification.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Card.__type"},{"id":15422,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_notification.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Card.__type"},{"id":15423,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_notification.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Card.__type"},{"id":15424,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_notification.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Card.__type"},{"id":15425,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_notification.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Card.__type"},{"id":15426,"kind":1024,"name":"html","url":"modules/mastodon_entities_notification.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Card.__type"},{"id":15427,"kind":1024,"name":"width","url":"modules/mastodon_entities_notification.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Card.__type"},{"id":15428,"kind":1024,"name":"height","url":"modules/mastodon_entities_notification.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Card.__type"},{"id":15429,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_notification.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15430,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.Mention"},{"id":15431,"kind":1024,"name":"id","url":"modules/mastodon_entities_notification.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Mention.__type"},{"id":15432,"kind":1024,"name":"username","url":"modules/mastodon_entities_notification.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Mention.__type"},{"id":15433,"kind":1024,"name":"url","url":"modules/mastodon_entities_notification.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Mention.__type"},{"id":15434,"kind":1024,"name":"acct","url":"modules/mastodon_entities_notification.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Mention.__type"},{"id":15435,"kind":4194304,"name":"History","url":"modules/mastodon_entities_notification.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15436,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.History"},{"id":15437,"kind":1024,"name":"day","url":"modules/mastodon_entities_notification.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.History.__type"},{"id":15438,"kind":1024,"name":"uses","url":"modules/mastodon_entities_notification.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.History.__type"},{"id":15439,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_notification.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.History.__type"},{"id":15440,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_notification.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15441,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.Tag"},{"id":15442,"kind":1024,"name":"name","url":"modules/mastodon_entities_notification.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Tag.__type"},{"id":15443,"kind":1024,"name":"url","url":"modules/mastodon_entities_notification.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Tag.__type"},{"id":15444,"kind":1024,"name":"history","url":"modules/mastodon_entities_notification.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Tag.__type"},{"id":15445,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_notification.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15446,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.PollOption"},{"id":15447,"kind":1024,"name":"title","url":"modules/mastodon_entities_notification.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.PollOption.__type"},{"id":15448,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_notification.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.PollOption.__type"},{"id":15449,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_notification.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15450,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.Poll"},{"id":15451,"kind":1024,"name":"id","url":"modules/mastodon_entities_notification.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Poll.__type"},{"id":15452,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_notification.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Poll.__type"},{"id":15453,"kind":1024,"name":"expired","url":"modules/mastodon_entities_notification.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Poll.__type"},{"id":15454,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_notification.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Poll.__type"},{"id":15455,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_notification.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Poll.__type"},{"id":15456,"kind":1024,"name":"options","url":"modules/mastodon_entities_notification.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Poll.__type"},{"id":15457,"kind":1024,"name":"voted","url":"modules/mastodon_entities_notification.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Poll.__type"},{"id":15458,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15459,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.Status"},{"id":15460,"kind":1024,"name":"id","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15461,"kind":1024,"name":"uri","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15462,"kind":1024,"name":"url","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15463,"kind":1024,"name":"account","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15464,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15465,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15466,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15467,"kind":1024,"name":"content","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15468,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15469,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15470,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15471,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15472,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15473,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15474,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15475,"kind":1024,"name":"muted","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15476,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15477,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15478,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15479,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15480,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15481,"kind":1024,"name":"tags","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15482,"kind":1024,"name":"card","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15483,"kind":1024,"name":"poll","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15484,"kind":1024,"name":"application","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15485,"kind":1024,"name":"language","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15486,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15487,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15488,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15489,"kind":1024,"name":"quote","url":"modules/mastodon_entities_notification.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Status.__type"},{"id":15490,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_notification.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15491,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.Context"},{"id":15492,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_notification.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Context.__type"},{"id":15493,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_notification.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Context.__type"},{"id":15494,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_notification.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15495,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.Conversation"},{"id":15496,"kind":1024,"name":"id","url":"modules/mastodon_entities_notification.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Conversation.__type"},{"id":15497,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_notification.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Conversation.__type"},{"id":15498,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_notification.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Conversation.__type"},{"id":15499,"kind":1024,"name":"unread","url":"modules/mastodon_entities_notification.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Conversation.__type"},{"id":15500,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_notification.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15501,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.FeaturedTag"},{"id":15502,"kind":1024,"name":"id","url":"modules/mastodon_entities_notification.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.FeaturedTag.__type"},{"id":15503,"kind":1024,"name":"name","url":"modules/mastodon_entities_notification.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.FeaturedTag.__type"},{"id":15504,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_notification.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.FeaturedTag.__type"},{"id":15505,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_notification.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.FeaturedTag.__type"},{"id":15506,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_notification.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15507,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.Field"},{"id":15508,"kind":1024,"name":"name","url":"modules/mastodon_entities_notification.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Field.__type"},{"id":15509,"kind":1024,"name":"value","url":"modules/mastodon_entities_notification.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Field.__type"},{"id":15510,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_notification.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Field.__type"},{"id":15511,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_notification.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15512,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.Filter"},{"id":15513,"kind":1024,"name":"id","url":"modules/mastodon_entities_notification.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Filter.__type"},{"id":15514,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_notification.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Filter.__type"},{"id":15515,"kind":1024,"name":"context","url":"modules/mastodon_entities_notification.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Filter.__type"},{"id":15516,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_notification.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Filter.__type"},{"id":15517,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_notification.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Filter.__type"},{"id":15518,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_notification.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Filter.__type"},{"id":15519,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_notification.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15520,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.IdentityProof"},{"id":15521,"kind":1024,"name":"provider","url":"modules/mastodon_entities_notification.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.IdentityProof.__type"},{"id":15522,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_notification.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.IdentityProof.__type"},{"id":15523,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_notification.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.IdentityProof.__type"},{"id":15524,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_notification.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.IdentityProof.__type"},{"id":15525,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_notification.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.IdentityProof.__type"},{"id":15526,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_notification.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15527,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.URLs"},{"id":15528,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_notification.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.URLs.__type"},{"id":15529,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_notification.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15530,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.Stats"},{"id":15531,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_notification.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Stats.__type"},{"id":15532,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_notification.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Stats.__type"},{"id":15533,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_notification.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Stats.__type"},{"id":15534,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_notification.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15535,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.Instance"},{"id":15536,"kind":1024,"name":"uri","url":"modules/mastodon_entities_notification.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Instance.__type"},{"id":15537,"kind":1024,"name":"title","url":"modules/mastodon_entities_notification.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Instance.__type"},{"id":15538,"kind":1024,"name":"description","url":"modules/mastodon_entities_notification.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Instance.__type"},{"id":15539,"kind":1024,"name":"email","url":"modules/mastodon_entities_notification.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Instance.__type"},{"id":15540,"kind":1024,"name":"version","url":"modules/mastodon_entities_notification.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Instance.__type"},{"id":15541,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_notification.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Instance.__type"},{"id":15542,"kind":1024,"name":"urls","url":"modules/mastodon_entities_notification.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Instance.__type"},{"id":15543,"kind":1024,"name":"stats","url":"modules/mastodon_entities_notification.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Instance.__type"},{"id":15544,"kind":1024,"name":"languages","url":"modules/mastodon_entities_notification.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Instance.__type"},{"id":15545,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_notification.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Instance.__type"},{"id":15546,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_notification.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Instance.__type"},{"id":15547,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_notification.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Instance.__type"},{"id":15548,"kind":4194304,"name":"List","url":"modules/mastodon_entities_notification.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15549,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.List"},{"id":15550,"kind":1024,"name":"id","url":"modules/mastodon_entities_notification.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.List.__type"},{"id":15551,"kind":1024,"name":"title","url":"modules/mastodon_entities_notification.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.List.__type"},{"id":15552,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_notification.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15553,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.Marker"},{"id":15554,"kind":1024,"name":"home","url":"modules/mastodon_entities_notification.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Marker.__type"},{"id":15555,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Marker.__type"},{"id":15556,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_notification.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Marker.__type.__type"},{"id":15557,"kind":1024,"name":"version","url":"modules/mastodon_entities_notification.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Marker.__type.__type"},{"id":15558,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_notification.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Marker.__type.__type"},{"id":15559,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_notification.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Marker.__type"},{"id":15560,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Marker.__type"},{"id":15561,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_notification.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Marker.__type.__type"},{"id":15562,"kind":1024,"name":"version","url":"modules/mastodon_entities_notification.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Marker.__type.__type"},{"id":15563,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_notification.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Marker.__type.__type"},{"id":15564,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_notification.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15565,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.Notification"},{"id":15566,"kind":1024,"name":"account","url":"modules/mastodon_entities_notification.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Notification.__type"},{"id":15567,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_notification.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Notification.__type"},{"id":15568,"kind":1024,"name":"id","url":"modules/mastodon_entities_notification.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Notification.__type"},{"id":15569,"kind":1024,"name":"status","url":"modules/mastodon_entities_notification.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Notification.__type"},{"id":15570,"kind":1024,"name":"type","url":"modules/mastodon_entities_notification.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Notification.__type"},{"id":15571,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_notification.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15572,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_notification.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15573,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.Preferences"},{"id":15574,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_notification.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Preferences.__type"},{"id":15575,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_notification.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Preferences.__type"},{"id":15576,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_notification.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Preferences.__type"},{"id":15577,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_notification.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Preferences.__type"},{"id":15578,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_notification.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Preferences.__type"},{"id":15579,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_notification.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15580,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.PushSubscription"},{"id":15581,"kind":1024,"name":"id","url":"modules/mastodon_entities_notification.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.PushSubscription.__type"},{"id":15582,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_notification.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.PushSubscription.__type"},{"id":15583,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_notification.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.PushSubscription.__type"},{"id":15584,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_notification.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.PushSubscription.__type"},{"id":15585,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_notification.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15586,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.Relationship"},{"id":15587,"kind":1024,"name":"id","url":"modules/mastodon_entities_notification.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Relationship.__type"},{"id":15588,"kind":1024,"name":"following","url":"modules/mastodon_entities_notification.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Relationship.__type"},{"id":15589,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_notification.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Relationship.__type"},{"id":15590,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_notification.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Relationship.__type"},{"id":15591,"kind":1024,"name":"muting","url":"modules/mastodon_entities_notification.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Relationship.__type"},{"id":15592,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_notification.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Relationship.__type"},{"id":15593,"kind":1024,"name":"requested","url":"modules/mastodon_entities_notification.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Relationship.__type"},{"id":15594,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_notification.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Relationship.__type"},{"id":15595,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_notification.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Relationship.__type"},{"id":15596,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_notification.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Relationship.__type"},{"id":15597,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_notification.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15598,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.Report"},{"id":15599,"kind":1024,"name":"id","url":"modules/mastodon_entities_notification.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Report.__type"},{"id":15600,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_notification.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Report.__type"},{"id":15601,"kind":1024,"name":"comment","url":"modules/mastodon_entities_notification.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Report.__type"},{"id":15602,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_notification.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Report.__type"},{"id":15603,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_notification.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Report.__type"},{"id":15604,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_notification.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15605,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.Results"},{"id":15606,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_notification.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Results.__type"},{"id":15607,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_notification.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Results.__type"},{"id":15608,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_notification.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Results.__type"},{"id":15609,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_notification.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15610,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.ScheduledStatus"},{"id":15611,"kind":1024,"name":"id","url":"modules/mastodon_entities_notification.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.ScheduledStatus.__type"},{"id":15612,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_notification.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.ScheduledStatus.__type"},{"id":15613,"kind":1024,"name":"params","url":"modules/mastodon_entities_notification.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.ScheduledStatus.__type"},{"id":15614,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_notification.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.ScheduledStatus.__type"},{"id":15615,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_notification.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15616,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.StatusParams"},{"id":15617,"kind":1024,"name":"text","url":"modules/mastodon_entities_notification.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.StatusParams.__type"},{"id":15618,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_notification.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.StatusParams.__type"},{"id":15619,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_notification.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.StatusParams.__type"},{"id":15620,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_notification.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.StatusParams.__type"},{"id":15621,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_notification.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.StatusParams.__type"},{"id":15622,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_notification.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.StatusParams.__type"},{"id":15623,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_notification.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.StatusParams.__type"},{"id":15624,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_notification.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.StatusParams.__type"},{"id":15625,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_notification.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/notification.MastodonEntity"},{"id":15626,"kind":65536,"name":"__type","url":"modules/mastodon_entities_notification.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/notification.MastodonEntity.Token"},{"id":15627,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_notification.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Token.__type"},{"id":15628,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_notification.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Token.__type"},{"id":15629,"kind":1024,"name":"scope","url":"modules/mastodon_entities_notification.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Token.__type"},{"id":15630,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_notification.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/notification.MastodonEntity.Token.__type"},{"id":15631,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_poll.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/poll"},{"id":15632,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_poll.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15633,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.Emoji"},{"id":15634,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_poll.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Emoji.__type"},{"id":15635,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_poll.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Emoji.__type"},{"id":15636,"kind":1024,"name":"url","url":"modules/mastodon_entities_poll.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Emoji.__type"},{"id":15637,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_poll.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Emoji.__type"},{"id":15638,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_poll.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15639,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.Source"},{"id":15640,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_poll.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Source.__type"},{"id":15641,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_poll.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Source.__type"},{"id":15642,"kind":1024,"name":"language","url":"modules/mastodon_entities_poll.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Source.__type"},{"id":15643,"kind":1024,"name":"note","url":"modules/mastodon_entities_poll.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Source.__type"},{"id":15644,"kind":1024,"name":"fields","url":"modules/mastodon_entities_poll.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Source.__type"},{"id":15645,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_poll.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15646,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.Account"},{"id":15647,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Account.__type"},{"id":15648,"kind":1024,"name":"username","url":"modules/mastodon_entities_poll.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Account.__type"},{"id":15649,"kind":1024,"name":"acct","url":"modules/mastodon_entities_poll.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Account.__type"},{"id":15650,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_poll.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Account.__type"},{"id":15651,"kind":1024,"name":"locked","url":"modules/mastodon_entities_poll.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Account.__type"},{"id":15652,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_poll.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Account.__type"},{"id":15653,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_poll.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Account.__type"},{"id":15654,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_poll.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Account.__type"},{"id":15655,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_poll.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Account.__type"},{"id":15656,"kind":1024,"name":"note","url":"modules/mastodon_entities_poll.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Account.__type"},{"id":15657,"kind":1024,"name":"url","url":"modules/mastodon_entities_poll.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Account.__type"},{"id":15658,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_poll.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Account.__type"},{"id":15659,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_poll.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Account.__type"},{"id":15660,"kind":1024,"name":"header","url":"modules/mastodon_entities_poll.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Account.__type"},{"id":15661,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_poll.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Account.__type"},{"id":15662,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_poll.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Account.__type"},{"id":15663,"kind":1024,"name":"moved","url":"modules/mastodon_entities_poll.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Account.__type"},{"id":15664,"kind":1024,"name":"fields","url":"modules/mastodon_entities_poll.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Account.__type"},{"id":15665,"kind":1024,"name":"bot","url":"modules/mastodon_entities_poll.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Account.__type"},{"id":15666,"kind":1024,"name":"source","url":"modules/mastodon_entities_poll.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Account.__type"},{"id":15667,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_poll.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15668,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.Activity"},{"id":15669,"kind":1024,"name":"week","url":"modules/mastodon_entities_poll.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Activity.__type"},{"id":15670,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_poll.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Activity.__type"},{"id":15671,"kind":1024,"name":"logins","url":"modules/mastodon_entities_poll.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Activity.__type"},{"id":15672,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_poll.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Activity.__type"},{"id":15673,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_poll.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15674,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.Application"},{"id":15675,"kind":1024,"name":"name","url":"modules/mastodon_entities_poll.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Application.__type"},{"id":15676,"kind":1024,"name":"website","url":"modules/mastodon_entities_poll.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Application.__type"},{"id":15677,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_poll.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Application.__type"},{"id":15678,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_poll.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15679,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.Attachment"},{"id":15680,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Attachment.__type"},{"id":15681,"kind":1024,"name":"type","url":"modules/mastodon_entities_poll.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Attachment.__type"},{"id":15682,"kind":1024,"name":"url","url":"modules/mastodon_entities_poll.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Attachment.__type"},{"id":15683,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_poll.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Attachment.__type"},{"id":15684,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_poll.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Attachment.__type"},{"id":15685,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_poll.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Attachment.__type"},{"id":15686,"kind":1024,"name":"meta","url":"modules/mastodon_entities_poll.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Attachment.__type"},{"id":15687,"kind":1024,"name":"description","url":"modules/mastodon_entities_poll.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Attachment.__type"},{"id":15688,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_poll.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15689,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.Card"},{"id":15690,"kind":1024,"name":"url","url":"modules/mastodon_entities_poll.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Card.__type"},{"id":15691,"kind":1024,"name":"title","url":"modules/mastodon_entities_poll.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Card.__type"},{"id":15692,"kind":1024,"name":"description","url":"modules/mastodon_entities_poll.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Card.__type"},{"id":15693,"kind":1024,"name":"type","url":"modules/mastodon_entities_poll.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Card.__type"},{"id":15694,"kind":1024,"name":"image","url":"modules/mastodon_entities_poll.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Card.__type"},{"id":15695,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_poll.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Card.__type"},{"id":15696,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_poll.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Card.__type"},{"id":15697,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_poll.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Card.__type"},{"id":15698,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_poll.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Card.__type"},{"id":15699,"kind":1024,"name":"html","url":"modules/mastodon_entities_poll.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Card.__type"},{"id":15700,"kind":1024,"name":"width","url":"modules/mastodon_entities_poll.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Card.__type"},{"id":15701,"kind":1024,"name":"height","url":"modules/mastodon_entities_poll.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Card.__type"},{"id":15702,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_poll.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15703,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.Mention"},{"id":15704,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Mention.__type"},{"id":15705,"kind":1024,"name":"username","url":"modules/mastodon_entities_poll.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Mention.__type"},{"id":15706,"kind":1024,"name":"url","url":"modules/mastodon_entities_poll.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Mention.__type"},{"id":15707,"kind":1024,"name":"acct","url":"modules/mastodon_entities_poll.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Mention.__type"},{"id":15708,"kind":4194304,"name":"History","url":"modules/mastodon_entities_poll.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15709,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.History"},{"id":15710,"kind":1024,"name":"day","url":"modules/mastodon_entities_poll.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.History.__type"},{"id":15711,"kind":1024,"name":"uses","url":"modules/mastodon_entities_poll.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.History.__type"},{"id":15712,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_poll.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.History.__type"},{"id":15713,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_poll.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15714,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.Tag"},{"id":15715,"kind":1024,"name":"name","url":"modules/mastodon_entities_poll.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Tag.__type"},{"id":15716,"kind":1024,"name":"url","url":"modules/mastodon_entities_poll.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Tag.__type"},{"id":15717,"kind":1024,"name":"history","url":"modules/mastodon_entities_poll.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Tag.__type"},{"id":15718,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_poll.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15719,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.PollOption"},{"id":15720,"kind":1024,"name":"title","url":"modules/mastodon_entities_poll.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.PollOption.__type"},{"id":15721,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_poll.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.PollOption.__type"},{"id":15722,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_poll.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15723,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.Poll"},{"id":15724,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Poll.__type"},{"id":15725,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_poll.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Poll.__type"},{"id":15726,"kind":1024,"name":"expired","url":"modules/mastodon_entities_poll.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Poll.__type"},{"id":15727,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_poll.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Poll.__type"},{"id":15728,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_poll.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Poll.__type"},{"id":15729,"kind":1024,"name":"options","url":"modules/mastodon_entities_poll.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Poll.__type"},{"id":15730,"kind":1024,"name":"voted","url":"modules/mastodon_entities_poll.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Poll.__type"},{"id":15731,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15732,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.Status"},{"id":15733,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15734,"kind":1024,"name":"uri","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15735,"kind":1024,"name":"url","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15736,"kind":1024,"name":"account","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15737,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15738,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15739,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15740,"kind":1024,"name":"content","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15741,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15742,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15743,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15744,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15745,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15746,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15747,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15748,"kind":1024,"name":"muted","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15749,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15750,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15751,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15752,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15753,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15754,"kind":1024,"name":"tags","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15755,"kind":1024,"name":"card","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15756,"kind":1024,"name":"poll","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15757,"kind":1024,"name":"application","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15758,"kind":1024,"name":"language","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15759,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15760,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15761,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15762,"kind":1024,"name":"quote","url":"modules/mastodon_entities_poll.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Status.__type"},{"id":15763,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_poll.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15764,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.Context"},{"id":15765,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_poll.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Context.__type"},{"id":15766,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_poll.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Context.__type"},{"id":15767,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_poll.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15768,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.Conversation"},{"id":15769,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Conversation.__type"},{"id":15770,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_poll.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Conversation.__type"},{"id":15771,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_poll.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Conversation.__type"},{"id":15772,"kind":1024,"name":"unread","url":"modules/mastodon_entities_poll.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Conversation.__type"},{"id":15773,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_poll.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15774,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.FeaturedTag"},{"id":15775,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.FeaturedTag.__type"},{"id":15776,"kind":1024,"name":"name","url":"modules/mastodon_entities_poll.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.FeaturedTag.__type"},{"id":15777,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_poll.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.FeaturedTag.__type"},{"id":15778,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_poll.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.FeaturedTag.__type"},{"id":15779,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_poll.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15780,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.Field"},{"id":15781,"kind":1024,"name":"name","url":"modules/mastodon_entities_poll.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Field.__type"},{"id":15782,"kind":1024,"name":"value","url":"modules/mastodon_entities_poll.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Field.__type"},{"id":15783,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_poll.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Field.__type"},{"id":15784,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_poll.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15785,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.Filter"},{"id":15786,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Filter.__type"},{"id":15787,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_poll.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Filter.__type"},{"id":15788,"kind":1024,"name":"context","url":"modules/mastodon_entities_poll.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Filter.__type"},{"id":15789,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_poll.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Filter.__type"},{"id":15790,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_poll.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Filter.__type"},{"id":15791,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_poll.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Filter.__type"},{"id":15792,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_poll.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15793,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.IdentityProof"},{"id":15794,"kind":1024,"name":"provider","url":"modules/mastodon_entities_poll.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.IdentityProof.__type"},{"id":15795,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_poll.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.IdentityProof.__type"},{"id":15796,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_poll.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.IdentityProof.__type"},{"id":15797,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_poll.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.IdentityProof.__type"},{"id":15798,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_poll.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.IdentityProof.__type"},{"id":15799,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_poll.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15800,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.URLs"},{"id":15801,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_poll.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.URLs.__type"},{"id":15802,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_poll.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15803,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.Stats"},{"id":15804,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_poll.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Stats.__type"},{"id":15805,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_poll.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Stats.__type"},{"id":15806,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_poll.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Stats.__type"},{"id":15807,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_poll.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15808,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.Instance"},{"id":15809,"kind":1024,"name":"uri","url":"modules/mastodon_entities_poll.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Instance.__type"},{"id":15810,"kind":1024,"name":"title","url":"modules/mastodon_entities_poll.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Instance.__type"},{"id":15811,"kind":1024,"name":"description","url":"modules/mastodon_entities_poll.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Instance.__type"},{"id":15812,"kind":1024,"name":"email","url":"modules/mastodon_entities_poll.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Instance.__type"},{"id":15813,"kind":1024,"name":"version","url":"modules/mastodon_entities_poll.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Instance.__type"},{"id":15814,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_poll.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Instance.__type"},{"id":15815,"kind":1024,"name":"urls","url":"modules/mastodon_entities_poll.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Instance.__type"},{"id":15816,"kind":1024,"name":"stats","url":"modules/mastodon_entities_poll.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Instance.__type"},{"id":15817,"kind":1024,"name":"languages","url":"modules/mastodon_entities_poll.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Instance.__type"},{"id":15818,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_poll.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Instance.__type"},{"id":15819,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_poll.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Instance.__type"},{"id":15820,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_poll.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Instance.__type"},{"id":15821,"kind":4194304,"name":"List","url":"modules/mastodon_entities_poll.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15822,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.List"},{"id":15823,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.List.__type"},{"id":15824,"kind":1024,"name":"title","url":"modules/mastodon_entities_poll.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.List.__type"},{"id":15825,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_poll.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15826,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.Marker"},{"id":15827,"kind":1024,"name":"home","url":"modules/mastodon_entities_poll.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Marker.__type"},{"id":15828,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Marker.__type"},{"id":15829,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_poll.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Marker.__type.__type"},{"id":15830,"kind":1024,"name":"version","url":"modules/mastodon_entities_poll.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Marker.__type.__type"},{"id":15831,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_poll.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Marker.__type.__type"},{"id":15832,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_poll.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Marker.__type"},{"id":15833,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Marker.__type"},{"id":15834,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_poll.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Marker.__type.__type"},{"id":15835,"kind":1024,"name":"version","url":"modules/mastodon_entities_poll.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Marker.__type.__type"},{"id":15836,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_poll.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Marker.__type.__type"},{"id":15837,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_poll.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15838,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.Notification"},{"id":15839,"kind":1024,"name":"account","url":"modules/mastodon_entities_poll.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Notification.__type"},{"id":15840,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_poll.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Notification.__type"},{"id":15841,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Notification.__type"},{"id":15842,"kind":1024,"name":"status","url":"modules/mastodon_entities_poll.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Notification.__type"},{"id":15843,"kind":1024,"name":"type","url":"modules/mastodon_entities_poll.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Notification.__type"},{"id":15844,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_poll.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15845,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_poll.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15846,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.Preferences"},{"id":15847,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_poll.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Preferences.__type"},{"id":15848,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_poll.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Preferences.__type"},{"id":15849,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_poll.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Preferences.__type"},{"id":15850,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_poll.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Preferences.__type"},{"id":15851,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_poll.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Preferences.__type"},{"id":15852,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_poll.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15853,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.PushSubscription"},{"id":15854,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.PushSubscription.__type"},{"id":15855,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_poll.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.PushSubscription.__type"},{"id":15856,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_poll.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.PushSubscription.__type"},{"id":15857,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_poll.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.PushSubscription.__type"},{"id":15858,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_poll.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15859,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.Relationship"},{"id":15860,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Relationship.__type"},{"id":15861,"kind":1024,"name":"following","url":"modules/mastodon_entities_poll.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Relationship.__type"},{"id":15862,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_poll.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Relationship.__type"},{"id":15863,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_poll.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Relationship.__type"},{"id":15864,"kind":1024,"name":"muting","url":"modules/mastodon_entities_poll.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Relationship.__type"},{"id":15865,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_poll.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Relationship.__type"},{"id":15866,"kind":1024,"name":"requested","url":"modules/mastodon_entities_poll.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Relationship.__type"},{"id":15867,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_poll.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Relationship.__type"},{"id":15868,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_poll.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Relationship.__type"},{"id":15869,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_poll.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Relationship.__type"},{"id":15870,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_poll.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15871,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.Report"},{"id":15872,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Report.__type"},{"id":15873,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_poll.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Report.__type"},{"id":15874,"kind":1024,"name":"comment","url":"modules/mastodon_entities_poll.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Report.__type"},{"id":15875,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_poll.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Report.__type"},{"id":15876,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_poll.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Report.__type"},{"id":15877,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_poll.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15878,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.Results"},{"id":15879,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_poll.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Results.__type"},{"id":15880,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_poll.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Results.__type"},{"id":15881,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_poll.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Results.__type"},{"id":15882,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_poll.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15883,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.ScheduledStatus"},{"id":15884,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.ScheduledStatus.__type"},{"id":15885,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_poll.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.ScheduledStatus.__type"},{"id":15886,"kind":1024,"name":"params","url":"modules/mastodon_entities_poll.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.ScheduledStatus.__type"},{"id":15887,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_poll.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.ScheduledStatus.__type"},{"id":15888,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_poll.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15889,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.StatusParams"},{"id":15890,"kind":1024,"name":"text","url":"modules/mastodon_entities_poll.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.StatusParams.__type"},{"id":15891,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_poll.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.StatusParams.__type"},{"id":15892,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_poll.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.StatusParams.__type"},{"id":15893,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_poll.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.StatusParams.__type"},{"id":15894,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_poll.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.StatusParams.__type"},{"id":15895,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_poll.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.StatusParams.__type"},{"id":15896,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_poll.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.StatusParams.__type"},{"id":15897,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_poll.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.StatusParams.__type"},{"id":15898,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_poll.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll.MastodonEntity"},{"id":15899,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll.MastodonEntity.Token"},{"id":15900,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_poll.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Token.__type"},{"id":15901,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_poll.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Token.__type"},{"id":15902,"kind":1024,"name":"scope","url":"modules/mastodon_entities_poll.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Token.__type"},{"id":15903,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_poll.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll.MastodonEntity.Token.__type"},{"id":15904,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_poll_option.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/poll_option"},{"id":15905,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_poll_option.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":15906,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.Emoji"},{"id":15907,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_poll_option.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Emoji.__type"},{"id":15908,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_poll_option.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Emoji.__type"},{"id":15909,"kind":1024,"name":"url","url":"modules/mastodon_entities_poll_option.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Emoji.__type"},{"id":15910,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_poll_option.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Emoji.__type"},{"id":15911,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_poll_option.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":15912,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.Source"},{"id":15913,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_poll_option.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Source.__type"},{"id":15914,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_poll_option.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Source.__type"},{"id":15915,"kind":1024,"name":"language","url":"modules/mastodon_entities_poll_option.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Source.__type"},{"id":15916,"kind":1024,"name":"note","url":"modules/mastodon_entities_poll_option.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Source.__type"},{"id":15917,"kind":1024,"name":"fields","url":"modules/mastodon_entities_poll_option.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Source.__type"},{"id":15918,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_poll_option.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":15919,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.Account"},{"id":15920,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll_option.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Account.__type"},{"id":15921,"kind":1024,"name":"username","url":"modules/mastodon_entities_poll_option.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Account.__type"},{"id":15922,"kind":1024,"name":"acct","url":"modules/mastodon_entities_poll_option.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Account.__type"},{"id":15923,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_poll_option.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Account.__type"},{"id":15924,"kind":1024,"name":"locked","url":"modules/mastodon_entities_poll_option.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Account.__type"},{"id":15925,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_poll_option.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Account.__type"},{"id":15926,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_poll_option.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Account.__type"},{"id":15927,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_poll_option.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Account.__type"},{"id":15928,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_poll_option.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Account.__type"},{"id":15929,"kind":1024,"name":"note","url":"modules/mastodon_entities_poll_option.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Account.__type"},{"id":15930,"kind":1024,"name":"url","url":"modules/mastodon_entities_poll_option.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Account.__type"},{"id":15931,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_poll_option.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Account.__type"},{"id":15932,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_poll_option.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Account.__type"},{"id":15933,"kind":1024,"name":"header","url":"modules/mastodon_entities_poll_option.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Account.__type"},{"id":15934,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_poll_option.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Account.__type"},{"id":15935,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_poll_option.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Account.__type"},{"id":15936,"kind":1024,"name":"moved","url":"modules/mastodon_entities_poll_option.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Account.__type"},{"id":15937,"kind":1024,"name":"fields","url":"modules/mastodon_entities_poll_option.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Account.__type"},{"id":15938,"kind":1024,"name":"bot","url":"modules/mastodon_entities_poll_option.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Account.__type"},{"id":15939,"kind":1024,"name":"source","url":"modules/mastodon_entities_poll_option.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Account.__type"},{"id":15940,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_poll_option.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":15941,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.Activity"},{"id":15942,"kind":1024,"name":"week","url":"modules/mastodon_entities_poll_option.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Activity.__type"},{"id":15943,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_poll_option.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Activity.__type"},{"id":15944,"kind":1024,"name":"logins","url":"modules/mastodon_entities_poll_option.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Activity.__type"},{"id":15945,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_poll_option.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Activity.__type"},{"id":15946,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_poll_option.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":15947,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.Application"},{"id":15948,"kind":1024,"name":"name","url":"modules/mastodon_entities_poll_option.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Application.__type"},{"id":15949,"kind":1024,"name":"website","url":"modules/mastodon_entities_poll_option.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Application.__type"},{"id":15950,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_poll_option.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Application.__type"},{"id":15951,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_poll_option.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":15952,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.Attachment"},{"id":15953,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll_option.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Attachment.__type"},{"id":15954,"kind":1024,"name":"type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Attachment.__type"},{"id":15955,"kind":1024,"name":"url","url":"modules/mastodon_entities_poll_option.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Attachment.__type"},{"id":15956,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_poll_option.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Attachment.__type"},{"id":15957,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_poll_option.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Attachment.__type"},{"id":15958,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_poll_option.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Attachment.__type"},{"id":15959,"kind":1024,"name":"meta","url":"modules/mastodon_entities_poll_option.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Attachment.__type"},{"id":15960,"kind":1024,"name":"description","url":"modules/mastodon_entities_poll_option.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Attachment.__type"},{"id":15961,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_poll_option.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":15962,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.Card"},{"id":15963,"kind":1024,"name":"url","url":"modules/mastodon_entities_poll_option.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Card.__type"},{"id":15964,"kind":1024,"name":"title","url":"modules/mastodon_entities_poll_option.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Card.__type"},{"id":15965,"kind":1024,"name":"description","url":"modules/mastodon_entities_poll_option.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Card.__type"},{"id":15966,"kind":1024,"name":"type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Card.__type"},{"id":15967,"kind":1024,"name":"image","url":"modules/mastodon_entities_poll_option.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Card.__type"},{"id":15968,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_poll_option.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Card.__type"},{"id":15969,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_poll_option.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Card.__type"},{"id":15970,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_poll_option.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Card.__type"},{"id":15971,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_poll_option.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Card.__type"},{"id":15972,"kind":1024,"name":"html","url":"modules/mastodon_entities_poll_option.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Card.__type"},{"id":15973,"kind":1024,"name":"width","url":"modules/mastodon_entities_poll_option.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Card.__type"},{"id":15974,"kind":1024,"name":"height","url":"modules/mastodon_entities_poll_option.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Card.__type"},{"id":15975,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_poll_option.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":15976,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.Mention"},{"id":15977,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll_option.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Mention.__type"},{"id":15978,"kind":1024,"name":"username","url":"modules/mastodon_entities_poll_option.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Mention.__type"},{"id":15979,"kind":1024,"name":"url","url":"modules/mastodon_entities_poll_option.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Mention.__type"},{"id":15980,"kind":1024,"name":"acct","url":"modules/mastodon_entities_poll_option.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Mention.__type"},{"id":15981,"kind":4194304,"name":"History","url":"modules/mastodon_entities_poll_option.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":15982,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.History"},{"id":15983,"kind":1024,"name":"day","url":"modules/mastodon_entities_poll_option.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.History.__type"},{"id":15984,"kind":1024,"name":"uses","url":"modules/mastodon_entities_poll_option.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.History.__type"},{"id":15985,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_poll_option.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.History.__type"},{"id":15986,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_poll_option.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":15987,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.Tag"},{"id":15988,"kind":1024,"name":"name","url":"modules/mastodon_entities_poll_option.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Tag.__type"},{"id":15989,"kind":1024,"name":"url","url":"modules/mastodon_entities_poll_option.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Tag.__type"},{"id":15990,"kind":1024,"name":"history","url":"modules/mastodon_entities_poll_option.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Tag.__type"},{"id":15991,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_poll_option.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":15992,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.PollOption"},{"id":15993,"kind":1024,"name":"title","url":"modules/mastodon_entities_poll_option.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.PollOption.__type"},{"id":15994,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_poll_option.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.PollOption.__type"},{"id":15995,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_poll_option.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":15996,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.Poll"},{"id":15997,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll_option.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Poll.__type"},{"id":15998,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_poll_option.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Poll.__type"},{"id":15999,"kind":1024,"name":"expired","url":"modules/mastodon_entities_poll_option.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Poll.__type"},{"id":16000,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_poll_option.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Poll.__type"},{"id":16001,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_poll_option.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Poll.__type"},{"id":16002,"kind":1024,"name":"options","url":"modules/mastodon_entities_poll_option.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Poll.__type"},{"id":16003,"kind":1024,"name":"voted","url":"modules/mastodon_entities_poll_option.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Poll.__type"},{"id":16004,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":16005,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.Status"},{"id":16006,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16007,"kind":1024,"name":"uri","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16008,"kind":1024,"name":"url","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16009,"kind":1024,"name":"account","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16010,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16011,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16012,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16013,"kind":1024,"name":"content","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16014,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16015,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16016,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16017,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16018,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16019,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16020,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16021,"kind":1024,"name":"muted","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16022,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16023,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16024,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16025,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16026,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16027,"kind":1024,"name":"tags","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16028,"kind":1024,"name":"card","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16029,"kind":1024,"name":"poll","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16030,"kind":1024,"name":"application","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16031,"kind":1024,"name":"language","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16032,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16033,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16034,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16035,"kind":1024,"name":"quote","url":"modules/mastodon_entities_poll_option.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Status.__type"},{"id":16036,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_poll_option.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":16037,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.Context"},{"id":16038,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_poll_option.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Context.__type"},{"id":16039,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_poll_option.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Context.__type"},{"id":16040,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_poll_option.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":16041,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.Conversation"},{"id":16042,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll_option.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Conversation.__type"},{"id":16043,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_poll_option.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Conversation.__type"},{"id":16044,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_poll_option.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Conversation.__type"},{"id":16045,"kind":1024,"name":"unread","url":"modules/mastodon_entities_poll_option.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Conversation.__type"},{"id":16046,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_poll_option.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":16047,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.FeaturedTag"},{"id":16048,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll_option.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.FeaturedTag.__type"},{"id":16049,"kind":1024,"name":"name","url":"modules/mastodon_entities_poll_option.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.FeaturedTag.__type"},{"id":16050,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_poll_option.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.FeaturedTag.__type"},{"id":16051,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_poll_option.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.FeaturedTag.__type"},{"id":16052,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_poll_option.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":16053,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.Field"},{"id":16054,"kind":1024,"name":"name","url":"modules/mastodon_entities_poll_option.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Field.__type"},{"id":16055,"kind":1024,"name":"value","url":"modules/mastodon_entities_poll_option.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Field.__type"},{"id":16056,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_poll_option.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Field.__type"},{"id":16057,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_poll_option.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":16058,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.Filter"},{"id":16059,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll_option.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Filter.__type"},{"id":16060,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_poll_option.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Filter.__type"},{"id":16061,"kind":1024,"name":"context","url":"modules/mastodon_entities_poll_option.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Filter.__type"},{"id":16062,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_poll_option.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Filter.__type"},{"id":16063,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_poll_option.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Filter.__type"},{"id":16064,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_poll_option.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Filter.__type"},{"id":16065,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_poll_option.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":16066,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.IdentityProof"},{"id":16067,"kind":1024,"name":"provider","url":"modules/mastodon_entities_poll_option.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.IdentityProof.__type"},{"id":16068,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_poll_option.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.IdentityProof.__type"},{"id":16069,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_poll_option.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.IdentityProof.__type"},{"id":16070,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_poll_option.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.IdentityProof.__type"},{"id":16071,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_poll_option.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.IdentityProof.__type"},{"id":16072,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_poll_option.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":16073,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.URLs"},{"id":16074,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_poll_option.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.URLs.__type"},{"id":16075,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_poll_option.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":16076,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.Stats"},{"id":16077,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_poll_option.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Stats.__type"},{"id":16078,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_poll_option.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Stats.__type"},{"id":16079,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_poll_option.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Stats.__type"},{"id":16080,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_poll_option.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":16081,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.Instance"},{"id":16082,"kind":1024,"name":"uri","url":"modules/mastodon_entities_poll_option.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Instance.__type"},{"id":16083,"kind":1024,"name":"title","url":"modules/mastodon_entities_poll_option.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Instance.__type"},{"id":16084,"kind":1024,"name":"description","url":"modules/mastodon_entities_poll_option.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Instance.__type"},{"id":16085,"kind":1024,"name":"email","url":"modules/mastodon_entities_poll_option.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Instance.__type"},{"id":16086,"kind":1024,"name":"version","url":"modules/mastodon_entities_poll_option.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Instance.__type"},{"id":16087,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_poll_option.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Instance.__type"},{"id":16088,"kind":1024,"name":"urls","url":"modules/mastodon_entities_poll_option.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Instance.__type"},{"id":16089,"kind":1024,"name":"stats","url":"modules/mastodon_entities_poll_option.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Instance.__type"},{"id":16090,"kind":1024,"name":"languages","url":"modules/mastodon_entities_poll_option.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Instance.__type"},{"id":16091,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_poll_option.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Instance.__type"},{"id":16092,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_poll_option.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Instance.__type"},{"id":16093,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_poll_option.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Instance.__type"},{"id":16094,"kind":4194304,"name":"List","url":"modules/mastodon_entities_poll_option.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":16095,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.List"},{"id":16096,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll_option.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.List.__type"},{"id":16097,"kind":1024,"name":"title","url":"modules/mastodon_entities_poll_option.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.List.__type"},{"id":16098,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_poll_option.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":16099,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.Marker"},{"id":16100,"kind":1024,"name":"home","url":"modules/mastodon_entities_poll_option.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Marker.__type"},{"id":16101,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Marker.__type"},{"id":16102,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_poll_option.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Marker.__type.__type"},{"id":16103,"kind":1024,"name":"version","url":"modules/mastodon_entities_poll_option.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Marker.__type.__type"},{"id":16104,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_poll_option.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Marker.__type.__type"},{"id":16105,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_poll_option.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Marker.__type"},{"id":16106,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Marker.__type"},{"id":16107,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_poll_option.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Marker.__type.__type"},{"id":16108,"kind":1024,"name":"version","url":"modules/mastodon_entities_poll_option.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Marker.__type.__type"},{"id":16109,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_poll_option.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Marker.__type.__type"},{"id":16110,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_poll_option.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":16111,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.Notification"},{"id":16112,"kind":1024,"name":"account","url":"modules/mastodon_entities_poll_option.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Notification.__type"},{"id":16113,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_poll_option.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Notification.__type"},{"id":16114,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll_option.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Notification.__type"},{"id":16115,"kind":1024,"name":"status","url":"modules/mastodon_entities_poll_option.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Notification.__type"},{"id":16116,"kind":1024,"name":"type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Notification.__type"},{"id":16117,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_poll_option.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":16118,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_poll_option.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":16119,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.Preferences"},{"id":16120,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_poll_option.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Preferences.__type"},{"id":16121,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_poll_option.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Preferences.__type"},{"id":16122,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_poll_option.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Preferences.__type"},{"id":16123,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_poll_option.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Preferences.__type"},{"id":16124,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_poll_option.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Preferences.__type"},{"id":16125,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_poll_option.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":16126,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.PushSubscription"},{"id":16127,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll_option.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.PushSubscription.__type"},{"id":16128,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_poll_option.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.PushSubscription.__type"},{"id":16129,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_poll_option.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.PushSubscription.__type"},{"id":16130,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_poll_option.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.PushSubscription.__type"},{"id":16131,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_poll_option.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":16132,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.Relationship"},{"id":16133,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll_option.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Relationship.__type"},{"id":16134,"kind":1024,"name":"following","url":"modules/mastodon_entities_poll_option.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Relationship.__type"},{"id":16135,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_poll_option.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Relationship.__type"},{"id":16136,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_poll_option.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Relationship.__type"},{"id":16137,"kind":1024,"name":"muting","url":"modules/mastodon_entities_poll_option.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Relationship.__type"},{"id":16138,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_poll_option.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Relationship.__type"},{"id":16139,"kind":1024,"name":"requested","url":"modules/mastodon_entities_poll_option.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Relationship.__type"},{"id":16140,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_poll_option.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Relationship.__type"},{"id":16141,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_poll_option.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Relationship.__type"},{"id":16142,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_poll_option.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Relationship.__type"},{"id":16143,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_poll_option.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":16144,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.Report"},{"id":16145,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll_option.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Report.__type"},{"id":16146,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_poll_option.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Report.__type"},{"id":16147,"kind":1024,"name":"comment","url":"modules/mastodon_entities_poll_option.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Report.__type"},{"id":16148,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_poll_option.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Report.__type"},{"id":16149,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_poll_option.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Report.__type"},{"id":16150,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_poll_option.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":16151,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.Results"},{"id":16152,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_poll_option.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Results.__type"},{"id":16153,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_poll_option.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Results.__type"},{"id":16154,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_poll_option.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Results.__type"},{"id":16155,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_poll_option.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":16156,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.ScheduledStatus"},{"id":16157,"kind":1024,"name":"id","url":"modules/mastodon_entities_poll_option.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.ScheduledStatus.__type"},{"id":16158,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_poll_option.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.ScheduledStatus.__type"},{"id":16159,"kind":1024,"name":"params","url":"modules/mastodon_entities_poll_option.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.ScheduledStatus.__type"},{"id":16160,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_poll_option.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.ScheduledStatus.__type"},{"id":16161,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_poll_option.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":16162,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.StatusParams"},{"id":16163,"kind":1024,"name":"text","url":"modules/mastodon_entities_poll_option.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.StatusParams.__type"},{"id":16164,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_poll_option.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.StatusParams.__type"},{"id":16165,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_poll_option.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.StatusParams.__type"},{"id":16166,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_poll_option.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.StatusParams.__type"},{"id":16167,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_poll_option.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.StatusParams.__type"},{"id":16168,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_poll_option.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.StatusParams.__type"},{"id":16169,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_poll_option.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.StatusParams.__type"},{"id":16170,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_poll_option.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.StatusParams.__type"},{"id":16171,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_poll_option.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/poll_option.MastodonEntity"},{"id":16172,"kind":65536,"name":"__type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/poll_option.MastodonEntity.Token"},{"id":16173,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_poll_option.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Token.__type"},{"id":16174,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_poll_option.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Token.__type"},{"id":16175,"kind":1024,"name":"scope","url":"modules/mastodon_entities_poll_option.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Token.__type"},{"id":16176,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_poll_option.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/poll_option.MastodonEntity.Token.__type"},{"id":16177,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_preferences.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/preferences"},{"id":16178,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_preferences.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16179,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.Emoji"},{"id":16180,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_preferences.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Emoji.__type"},{"id":16181,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_preferences.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Emoji.__type"},{"id":16182,"kind":1024,"name":"url","url":"modules/mastodon_entities_preferences.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Emoji.__type"},{"id":16183,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_preferences.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Emoji.__type"},{"id":16184,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_preferences.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16185,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.Source"},{"id":16186,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_preferences.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Source.__type"},{"id":16187,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_preferences.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Source.__type"},{"id":16188,"kind":1024,"name":"language","url":"modules/mastodon_entities_preferences.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Source.__type"},{"id":16189,"kind":1024,"name":"note","url":"modules/mastodon_entities_preferences.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Source.__type"},{"id":16190,"kind":1024,"name":"fields","url":"modules/mastodon_entities_preferences.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Source.__type"},{"id":16191,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_preferences.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16192,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.Account"},{"id":16193,"kind":1024,"name":"id","url":"modules/mastodon_entities_preferences.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Account.__type"},{"id":16194,"kind":1024,"name":"username","url":"modules/mastodon_entities_preferences.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Account.__type"},{"id":16195,"kind":1024,"name":"acct","url":"modules/mastodon_entities_preferences.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Account.__type"},{"id":16196,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_preferences.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Account.__type"},{"id":16197,"kind":1024,"name":"locked","url":"modules/mastodon_entities_preferences.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Account.__type"},{"id":16198,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_preferences.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Account.__type"},{"id":16199,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_preferences.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Account.__type"},{"id":16200,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_preferences.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Account.__type"},{"id":16201,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_preferences.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Account.__type"},{"id":16202,"kind":1024,"name":"note","url":"modules/mastodon_entities_preferences.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Account.__type"},{"id":16203,"kind":1024,"name":"url","url":"modules/mastodon_entities_preferences.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Account.__type"},{"id":16204,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_preferences.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Account.__type"},{"id":16205,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_preferences.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Account.__type"},{"id":16206,"kind":1024,"name":"header","url":"modules/mastodon_entities_preferences.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Account.__type"},{"id":16207,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_preferences.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Account.__type"},{"id":16208,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_preferences.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Account.__type"},{"id":16209,"kind":1024,"name":"moved","url":"modules/mastodon_entities_preferences.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Account.__type"},{"id":16210,"kind":1024,"name":"fields","url":"modules/mastodon_entities_preferences.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Account.__type"},{"id":16211,"kind":1024,"name":"bot","url":"modules/mastodon_entities_preferences.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Account.__type"},{"id":16212,"kind":1024,"name":"source","url":"modules/mastodon_entities_preferences.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Account.__type"},{"id":16213,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_preferences.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16214,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.Activity"},{"id":16215,"kind":1024,"name":"week","url":"modules/mastodon_entities_preferences.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Activity.__type"},{"id":16216,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_preferences.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Activity.__type"},{"id":16217,"kind":1024,"name":"logins","url":"modules/mastodon_entities_preferences.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Activity.__type"},{"id":16218,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_preferences.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Activity.__type"},{"id":16219,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_preferences.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16220,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.Application"},{"id":16221,"kind":1024,"name":"name","url":"modules/mastodon_entities_preferences.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Application.__type"},{"id":16222,"kind":1024,"name":"website","url":"modules/mastodon_entities_preferences.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Application.__type"},{"id":16223,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_preferences.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Application.__type"},{"id":16224,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_preferences.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16225,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.Attachment"},{"id":16226,"kind":1024,"name":"id","url":"modules/mastodon_entities_preferences.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Attachment.__type"},{"id":16227,"kind":1024,"name":"type","url":"modules/mastodon_entities_preferences.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Attachment.__type"},{"id":16228,"kind":1024,"name":"url","url":"modules/mastodon_entities_preferences.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Attachment.__type"},{"id":16229,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_preferences.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Attachment.__type"},{"id":16230,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_preferences.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Attachment.__type"},{"id":16231,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_preferences.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Attachment.__type"},{"id":16232,"kind":1024,"name":"meta","url":"modules/mastodon_entities_preferences.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Attachment.__type"},{"id":16233,"kind":1024,"name":"description","url":"modules/mastodon_entities_preferences.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Attachment.__type"},{"id":16234,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_preferences.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16235,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.Card"},{"id":16236,"kind":1024,"name":"url","url":"modules/mastodon_entities_preferences.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Card.__type"},{"id":16237,"kind":1024,"name":"title","url":"modules/mastodon_entities_preferences.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Card.__type"},{"id":16238,"kind":1024,"name":"description","url":"modules/mastodon_entities_preferences.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Card.__type"},{"id":16239,"kind":1024,"name":"type","url":"modules/mastodon_entities_preferences.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Card.__type"},{"id":16240,"kind":1024,"name":"image","url":"modules/mastodon_entities_preferences.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Card.__type"},{"id":16241,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_preferences.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Card.__type"},{"id":16242,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_preferences.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Card.__type"},{"id":16243,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_preferences.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Card.__type"},{"id":16244,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_preferences.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Card.__type"},{"id":16245,"kind":1024,"name":"html","url":"modules/mastodon_entities_preferences.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Card.__type"},{"id":16246,"kind":1024,"name":"width","url":"modules/mastodon_entities_preferences.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Card.__type"},{"id":16247,"kind":1024,"name":"height","url":"modules/mastodon_entities_preferences.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Card.__type"},{"id":16248,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_preferences.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16249,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.Mention"},{"id":16250,"kind":1024,"name":"id","url":"modules/mastodon_entities_preferences.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Mention.__type"},{"id":16251,"kind":1024,"name":"username","url":"modules/mastodon_entities_preferences.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Mention.__type"},{"id":16252,"kind":1024,"name":"url","url":"modules/mastodon_entities_preferences.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Mention.__type"},{"id":16253,"kind":1024,"name":"acct","url":"modules/mastodon_entities_preferences.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Mention.__type"},{"id":16254,"kind":4194304,"name":"History","url":"modules/mastodon_entities_preferences.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16255,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.History"},{"id":16256,"kind":1024,"name":"day","url":"modules/mastodon_entities_preferences.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.History.__type"},{"id":16257,"kind":1024,"name":"uses","url":"modules/mastodon_entities_preferences.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.History.__type"},{"id":16258,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_preferences.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.History.__type"},{"id":16259,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_preferences.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16260,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.Tag"},{"id":16261,"kind":1024,"name":"name","url":"modules/mastodon_entities_preferences.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Tag.__type"},{"id":16262,"kind":1024,"name":"url","url":"modules/mastodon_entities_preferences.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Tag.__type"},{"id":16263,"kind":1024,"name":"history","url":"modules/mastodon_entities_preferences.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Tag.__type"},{"id":16264,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_preferences.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16265,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.PollOption"},{"id":16266,"kind":1024,"name":"title","url":"modules/mastodon_entities_preferences.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.PollOption.__type"},{"id":16267,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_preferences.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.PollOption.__type"},{"id":16268,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_preferences.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16269,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.Poll"},{"id":16270,"kind":1024,"name":"id","url":"modules/mastodon_entities_preferences.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Poll.__type"},{"id":16271,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_preferences.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Poll.__type"},{"id":16272,"kind":1024,"name":"expired","url":"modules/mastodon_entities_preferences.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Poll.__type"},{"id":16273,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_preferences.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Poll.__type"},{"id":16274,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_preferences.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Poll.__type"},{"id":16275,"kind":1024,"name":"options","url":"modules/mastodon_entities_preferences.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Poll.__type"},{"id":16276,"kind":1024,"name":"voted","url":"modules/mastodon_entities_preferences.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Poll.__type"},{"id":16277,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16278,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.Status"},{"id":16279,"kind":1024,"name":"id","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16280,"kind":1024,"name":"uri","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16281,"kind":1024,"name":"url","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16282,"kind":1024,"name":"account","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16283,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16284,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16285,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16286,"kind":1024,"name":"content","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16287,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16288,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16289,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16290,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16291,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16292,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16293,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16294,"kind":1024,"name":"muted","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16295,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16296,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16297,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16298,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16299,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16300,"kind":1024,"name":"tags","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16301,"kind":1024,"name":"card","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16302,"kind":1024,"name":"poll","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16303,"kind":1024,"name":"application","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16304,"kind":1024,"name":"language","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16305,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16306,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16307,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16308,"kind":1024,"name":"quote","url":"modules/mastodon_entities_preferences.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Status.__type"},{"id":16309,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_preferences.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16310,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.Context"},{"id":16311,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_preferences.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Context.__type"},{"id":16312,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_preferences.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Context.__type"},{"id":16313,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_preferences.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16314,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.Conversation"},{"id":16315,"kind":1024,"name":"id","url":"modules/mastodon_entities_preferences.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Conversation.__type"},{"id":16316,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_preferences.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Conversation.__type"},{"id":16317,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_preferences.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Conversation.__type"},{"id":16318,"kind":1024,"name":"unread","url":"modules/mastodon_entities_preferences.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Conversation.__type"},{"id":16319,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_preferences.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16320,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.FeaturedTag"},{"id":16321,"kind":1024,"name":"id","url":"modules/mastodon_entities_preferences.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.FeaturedTag.__type"},{"id":16322,"kind":1024,"name":"name","url":"modules/mastodon_entities_preferences.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.FeaturedTag.__type"},{"id":16323,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_preferences.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.FeaturedTag.__type"},{"id":16324,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_preferences.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.FeaturedTag.__type"},{"id":16325,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_preferences.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16326,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.Field"},{"id":16327,"kind":1024,"name":"name","url":"modules/mastodon_entities_preferences.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Field.__type"},{"id":16328,"kind":1024,"name":"value","url":"modules/mastodon_entities_preferences.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Field.__type"},{"id":16329,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_preferences.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Field.__type"},{"id":16330,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_preferences.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16331,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.Filter"},{"id":16332,"kind":1024,"name":"id","url":"modules/mastodon_entities_preferences.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Filter.__type"},{"id":16333,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_preferences.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Filter.__type"},{"id":16334,"kind":1024,"name":"context","url":"modules/mastodon_entities_preferences.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Filter.__type"},{"id":16335,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_preferences.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Filter.__type"},{"id":16336,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_preferences.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Filter.__type"},{"id":16337,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_preferences.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Filter.__type"},{"id":16338,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_preferences.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16339,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.IdentityProof"},{"id":16340,"kind":1024,"name":"provider","url":"modules/mastodon_entities_preferences.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.IdentityProof.__type"},{"id":16341,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_preferences.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.IdentityProof.__type"},{"id":16342,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_preferences.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.IdentityProof.__type"},{"id":16343,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_preferences.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.IdentityProof.__type"},{"id":16344,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_preferences.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.IdentityProof.__type"},{"id":16345,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_preferences.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16346,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.URLs"},{"id":16347,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_preferences.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.URLs.__type"},{"id":16348,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_preferences.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16349,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.Stats"},{"id":16350,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_preferences.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Stats.__type"},{"id":16351,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_preferences.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Stats.__type"},{"id":16352,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_preferences.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Stats.__type"},{"id":16353,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_preferences.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16354,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.Instance"},{"id":16355,"kind":1024,"name":"uri","url":"modules/mastodon_entities_preferences.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Instance.__type"},{"id":16356,"kind":1024,"name":"title","url":"modules/mastodon_entities_preferences.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Instance.__type"},{"id":16357,"kind":1024,"name":"description","url":"modules/mastodon_entities_preferences.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Instance.__type"},{"id":16358,"kind":1024,"name":"email","url":"modules/mastodon_entities_preferences.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Instance.__type"},{"id":16359,"kind":1024,"name":"version","url":"modules/mastodon_entities_preferences.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Instance.__type"},{"id":16360,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_preferences.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Instance.__type"},{"id":16361,"kind":1024,"name":"urls","url":"modules/mastodon_entities_preferences.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Instance.__type"},{"id":16362,"kind":1024,"name":"stats","url":"modules/mastodon_entities_preferences.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Instance.__type"},{"id":16363,"kind":1024,"name":"languages","url":"modules/mastodon_entities_preferences.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Instance.__type"},{"id":16364,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_preferences.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Instance.__type"},{"id":16365,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_preferences.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Instance.__type"},{"id":16366,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_preferences.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Instance.__type"},{"id":16367,"kind":4194304,"name":"List","url":"modules/mastodon_entities_preferences.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16368,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.List"},{"id":16369,"kind":1024,"name":"id","url":"modules/mastodon_entities_preferences.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.List.__type"},{"id":16370,"kind":1024,"name":"title","url":"modules/mastodon_entities_preferences.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.List.__type"},{"id":16371,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_preferences.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16372,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.Marker"},{"id":16373,"kind":1024,"name":"home","url":"modules/mastodon_entities_preferences.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Marker.__type"},{"id":16374,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Marker.__type"},{"id":16375,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_preferences.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Marker.__type.__type"},{"id":16376,"kind":1024,"name":"version","url":"modules/mastodon_entities_preferences.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Marker.__type.__type"},{"id":16377,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_preferences.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Marker.__type.__type"},{"id":16378,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_preferences.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Marker.__type"},{"id":16379,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Marker.__type"},{"id":16380,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_preferences.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Marker.__type.__type"},{"id":16381,"kind":1024,"name":"version","url":"modules/mastodon_entities_preferences.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Marker.__type.__type"},{"id":16382,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_preferences.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Marker.__type.__type"},{"id":16383,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_preferences.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16384,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.Notification"},{"id":16385,"kind":1024,"name":"account","url":"modules/mastodon_entities_preferences.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Notification.__type"},{"id":16386,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_preferences.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Notification.__type"},{"id":16387,"kind":1024,"name":"id","url":"modules/mastodon_entities_preferences.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Notification.__type"},{"id":16388,"kind":1024,"name":"status","url":"modules/mastodon_entities_preferences.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Notification.__type"},{"id":16389,"kind":1024,"name":"type","url":"modules/mastodon_entities_preferences.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Notification.__type"},{"id":16390,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_preferences.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16391,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_preferences.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16392,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.Preferences"},{"id":16393,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_preferences.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Preferences.__type"},{"id":16394,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_preferences.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Preferences.__type"},{"id":16395,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_preferences.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Preferences.__type"},{"id":16396,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_preferences.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Preferences.__type"},{"id":16397,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_preferences.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Preferences.__type"},{"id":16398,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_preferences.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16399,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.PushSubscription"},{"id":16400,"kind":1024,"name":"id","url":"modules/mastodon_entities_preferences.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.PushSubscription.__type"},{"id":16401,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_preferences.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.PushSubscription.__type"},{"id":16402,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_preferences.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.PushSubscription.__type"},{"id":16403,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_preferences.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.PushSubscription.__type"},{"id":16404,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_preferences.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16405,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.Relationship"},{"id":16406,"kind":1024,"name":"id","url":"modules/mastodon_entities_preferences.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Relationship.__type"},{"id":16407,"kind":1024,"name":"following","url":"modules/mastodon_entities_preferences.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Relationship.__type"},{"id":16408,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_preferences.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Relationship.__type"},{"id":16409,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_preferences.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Relationship.__type"},{"id":16410,"kind":1024,"name":"muting","url":"modules/mastodon_entities_preferences.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Relationship.__type"},{"id":16411,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_preferences.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Relationship.__type"},{"id":16412,"kind":1024,"name":"requested","url":"modules/mastodon_entities_preferences.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Relationship.__type"},{"id":16413,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_preferences.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Relationship.__type"},{"id":16414,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_preferences.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Relationship.__type"},{"id":16415,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_preferences.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Relationship.__type"},{"id":16416,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_preferences.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16417,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.Report"},{"id":16418,"kind":1024,"name":"id","url":"modules/mastodon_entities_preferences.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Report.__type"},{"id":16419,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_preferences.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Report.__type"},{"id":16420,"kind":1024,"name":"comment","url":"modules/mastodon_entities_preferences.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Report.__type"},{"id":16421,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_preferences.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Report.__type"},{"id":16422,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_preferences.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Report.__type"},{"id":16423,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_preferences.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16424,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.Results"},{"id":16425,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_preferences.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Results.__type"},{"id":16426,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_preferences.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Results.__type"},{"id":16427,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_preferences.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Results.__type"},{"id":16428,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_preferences.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16429,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.ScheduledStatus"},{"id":16430,"kind":1024,"name":"id","url":"modules/mastodon_entities_preferences.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.ScheduledStatus.__type"},{"id":16431,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_preferences.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.ScheduledStatus.__type"},{"id":16432,"kind":1024,"name":"params","url":"modules/mastodon_entities_preferences.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.ScheduledStatus.__type"},{"id":16433,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_preferences.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.ScheduledStatus.__type"},{"id":16434,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_preferences.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16435,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.StatusParams"},{"id":16436,"kind":1024,"name":"text","url":"modules/mastodon_entities_preferences.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.StatusParams.__type"},{"id":16437,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_preferences.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.StatusParams.__type"},{"id":16438,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_preferences.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.StatusParams.__type"},{"id":16439,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_preferences.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.StatusParams.__type"},{"id":16440,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_preferences.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.StatusParams.__type"},{"id":16441,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_preferences.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.StatusParams.__type"},{"id":16442,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_preferences.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.StatusParams.__type"},{"id":16443,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_preferences.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.StatusParams.__type"},{"id":16444,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_preferences.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/preferences.MastodonEntity"},{"id":16445,"kind":65536,"name":"__type","url":"modules/mastodon_entities_preferences.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/preferences.MastodonEntity.Token"},{"id":16446,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_preferences.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Token.__type"},{"id":16447,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_preferences.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Token.__type"},{"id":16448,"kind":1024,"name":"scope","url":"modules/mastodon_entities_preferences.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Token.__type"},{"id":16449,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_preferences.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/preferences.MastodonEntity.Token.__type"},{"id":16450,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_push_subscription.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/push_subscription"},{"id":16451,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16452,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.Emoji"},{"id":16453,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Emoji.__type"},{"id":16454,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Emoji.__type"},{"id":16455,"kind":1024,"name":"url","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Emoji.__type"},{"id":16456,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Emoji.__type"},{"id":16457,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16458,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.Source"},{"id":16459,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Source.__type"},{"id":16460,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Source.__type"},{"id":16461,"kind":1024,"name":"language","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Source.__type"},{"id":16462,"kind":1024,"name":"note","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Source.__type"},{"id":16463,"kind":1024,"name":"fields","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Source.__type"},{"id":16464,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16465,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.Account"},{"id":16466,"kind":1024,"name":"id","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Account.__type"},{"id":16467,"kind":1024,"name":"username","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Account.__type"},{"id":16468,"kind":1024,"name":"acct","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Account.__type"},{"id":16469,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Account.__type"},{"id":16470,"kind":1024,"name":"locked","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Account.__type"},{"id":16471,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Account.__type"},{"id":16472,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Account.__type"},{"id":16473,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Account.__type"},{"id":16474,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Account.__type"},{"id":16475,"kind":1024,"name":"note","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Account.__type"},{"id":16476,"kind":1024,"name":"url","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Account.__type"},{"id":16477,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Account.__type"},{"id":16478,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Account.__type"},{"id":16479,"kind":1024,"name":"header","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Account.__type"},{"id":16480,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Account.__type"},{"id":16481,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Account.__type"},{"id":16482,"kind":1024,"name":"moved","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Account.__type"},{"id":16483,"kind":1024,"name":"fields","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Account.__type"},{"id":16484,"kind":1024,"name":"bot","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Account.__type"},{"id":16485,"kind":1024,"name":"source","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Account.__type"},{"id":16486,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16487,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.Activity"},{"id":16488,"kind":1024,"name":"week","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Activity.__type"},{"id":16489,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Activity.__type"},{"id":16490,"kind":1024,"name":"logins","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Activity.__type"},{"id":16491,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Activity.__type"},{"id":16492,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16493,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.Application"},{"id":16494,"kind":1024,"name":"name","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Application.__type"},{"id":16495,"kind":1024,"name":"website","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Application.__type"},{"id":16496,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Application.__type"},{"id":16497,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16498,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.Attachment"},{"id":16499,"kind":1024,"name":"id","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Attachment.__type"},{"id":16500,"kind":1024,"name":"type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Attachment.__type"},{"id":16501,"kind":1024,"name":"url","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Attachment.__type"},{"id":16502,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Attachment.__type"},{"id":16503,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Attachment.__type"},{"id":16504,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Attachment.__type"},{"id":16505,"kind":1024,"name":"meta","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Attachment.__type"},{"id":16506,"kind":1024,"name":"description","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Attachment.__type"},{"id":16507,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16508,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.Card"},{"id":16509,"kind":1024,"name":"url","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Card.__type"},{"id":16510,"kind":1024,"name":"title","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Card.__type"},{"id":16511,"kind":1024,"name":"description","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Card.__type"},{"id":16512,"kind":1024,"name":"type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Card.__type"},{"id":16513,"kind":1024,"name":"image","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Card.__type"},{"id":16514,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Card.__type"},{"id":16515,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Card.__type"},{"id":16516,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Card.__type"},{"id":16517,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Card.__type"},{"id":16518,"kind":1024,"name":"html","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Card.__type"},{"id":16519,"kind":1024,"name":"width","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Card.__type"},{"id":16520,"kind":1024,"name":"height","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Card.__type"},{"id":16521,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16522,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.Mention"},{"id":16523,"kind":1024,"name":"id","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Mention.__type"},{"id":16524,"kind":1024,"name":"username","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Mention.__type"},{"id":16525,"kind":1024,"name":"url","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Mention.__type"},{"id":16526,"kind":1024,"name":"acct","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Mention.__type"},{"id":16527,"kind":4194304,"name":"History","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16528,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.History"},{"id":16529,"kind":1024,"name":"day","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.History.__type"},{"id":16530,"kind":1024,"name":"uses","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.History.__type"},{"id":16531,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.History.__type"},{"id":16532,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16533,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.Tag"},{"id":16534,"kind":1024,"name":"name","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Tag.__type"},{"id":16535,"kind":1024,"name":"url","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Tag.__type"},{"id":16536,"kind":1024,"name":"history","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Tag.__type"},{"id":16537,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16538,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.PollOption"},{"id":16539,"kind":1024,"name":"title","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.PollOption.__type"},{"id":16540,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.PollOption.__type"},{"id":16541,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16542,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.Poll"},{"id":16543,"kind":1024,"name":"id","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Poll.__type"},{"id":16544,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Poll.__type"},{"id":16545,"kind":1024,"name":"expired","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Poll.__type"},{"id":16546,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Poll.__type"},{"id":16547,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Poll.__type"},{"id":16548,"kind":1024,"name":"options","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Poll.__type"},{"id":16549,"kind":1024,"name":"voted","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Poll.__type"},{"id":16550,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16551,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.Status"},{"id":16552,"kind":1024,"name":"id","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16553,"kind":1024,"name":"uri","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16554,"kind":1024,"name":"url","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16555,"kind":1024,"name":"account","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16556,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16557,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16558,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16559,"kind":1024,"name":"content","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16560,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16561,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16562,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16563,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16564,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16565,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16566,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16567,"kind":1024,"name":"muted","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16568,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16569,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16570,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16571,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16572,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16573,"kind":1024,"name":"tags","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16574,"kind":1024,"name":"card","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16575,"kind":1024,"name":"poll","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16576,"kind":1024,"name":"application","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16577,"kind":1024,"name":"language","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16578,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16579,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16580,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16581,"kind":1024,"name":"quote","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Status.__type"},{"id":16582,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16583,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.Context"},{"id":16584,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Context.__type"},{"id":16585,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Context.__type"},{"id":16586,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16587,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.Conversation"},{"id":16588,"kind":1024,"name":"id","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Conversation.__type"},{"id":16589,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Conversation.__type"},{"id":16590,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Conversation.__type"},{"id":16591,"kind":1024,"name":"unread","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Conversation.__type"},{"id":16592,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16593,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.FeaturedTag"},{"id":16594,"kind":1024,"name":"id","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.FeaturedTag.__type"},{"id":16595,"kind":1024,"name":"name","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.FeaturedTag.__type"},{"id":16596,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.FeaturedTag.__type"},{"id":16597,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.FeaturedTag.__type"},{"id":16598,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16599,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.Field"},{"id":16600,"kind":1024,"name":"name","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Field.__type"},{"id":16601,"kind":1024,"name":"value","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Field.__type"},{"id":16602,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Field.__type"},{"id":16603,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16604,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.Filter"},{"id":16605,"kind":1024,"name":"id","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Filter.__type"},{"id":16606,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Filter.__type"},{"id":16607,"kind":1024,"name":"context","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Filter.__type"},{"id":16608,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Filter.__type"},{"id":16609,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Filter.__type"},{"id":16610,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Filter.__type"},{"id":16611,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16612,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.IdentityProof"},{"id":16613,"kind":1024,"name":"provider","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.IdentityProof.__type"},{"id":16614,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.IdentityProof.__type"},{"id":16615,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.IdentityProof.__type"},{"id":16616,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.IdentityProof.__type"},{"id":16617,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.IdentityProof.__type"},{"id":16618,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16619,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.URLs"},{"id":16620,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.URLs.__type"},{"id":16621,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16622,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.Stats"},{"id":16623,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Stats.__type"},{"id":16624,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Stats.__type"},{"id":16625,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Stats.__type"},{"id":16626,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16627,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.Instance"},{"id":16628,"kind":1024,"name":"uri","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Instance.__type"},{"id":16629,"kind":1024,"name":"title","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Instance.__type"},{"id":16630,"kind":1024,"name":"description","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Instance.__type"},{"id":16631,"kind":1024,"name":"email","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Instance.__type"},{"id":16632,"kind":1024,"name":"version","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Instance.__type"},{"id":16633,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Instance.__type"},{"id":16634,"kind":1024,"name":"urls","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Instance.__type"},{"id":16635,"kind":1024,"name":"stats","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Instance.__type"},{"id":16636,"kind":1024,"name":"languages","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Instance.__type"},{"id":16637,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Instance.__type"},{"id":16638,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Instance.__type"},{"id":16639,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Instance.__type"},{"id":16640,"kind":4194304,"name":"List","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16641,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.List"},{"id":16642,"kind":1024,"name":"id","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.List.__type"},{"id":16643,"kind":1024,"name":"title","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.List.__type"},{"id":16644,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16645,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.Marker"},{"id":16646,"kind":1024,"name":"home","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Marker.__type"},{"id":16647,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Marker.__type"},{"id":16648,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Marker.__type.__type"},{"id":16649,"kind":1024,"name":"version","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Marker.__type.__type"},{"id":16650,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Marker.__type.__type"},{"id":16651,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Marker.__type"},{"id":16652,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Marker.__type"},{"id":16653,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Marker.__type.__type"},{"id":16654,"kind":1024,"name":"version","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Marker.__type.__type"},{"id":16655,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Marker.__type.__type"},{"id":16656,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16657,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.Notification"},{"id":16658,"kind":1024,"name":"account","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Notification.__type"},{"id":16659,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Notification.__type"},{"id":16660,"kind":1024,"name":"id","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Notification.__type"},{"id":16661,"kind":1024,"name":"status","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Notification.__type"},{"id":16662,"kind":1024,"name":"type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Notification.__type"},{"id":16663,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16664,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16665,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.Preferences"},{"id":16666,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Preferences.__type"},{"id":16667,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Preferences.__type"},{"id":16668,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Preferences.__type"},{"id":16669,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Preferences.__type"},{"id":16670,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Preferences.__type"},{"id":16671,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16672,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.PushSubscription"},{"id":16673,"kind":1024,"name":"id","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.PushSubscription.__type"},{"id":16674,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.PushSubscription.__type"},{"id":16675,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.PushSubscription.__type"},{"id":16676,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.PushSubscription.__type"},{"id":16677,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16678,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.Relationship"},{"id":16679,"kind":1024,"name":"id","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Relationship.__type"},{"id":16680,"kind":1024,"name":"following","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Relationship.__type"},{"id":16681,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Relationship.__type"},{"id":16682,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Relationship.__type"},{"id":16683,"kind":1024,"name":"muting","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Relationship.__type"},{"id":16684,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Relationship.__type"},{"id":16685,"kind":1024,"name":"requested","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Relationship.__type"},{"id":16686,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Relationship.__type"},{"id":16687,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Relationship.__type"},{"id":16688,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Relationship.__type"},{"id":16689,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16690,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.Report"},{"id":16691,"kind":1024,"name":"id","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Report.__type"},{"id":16692,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Report.__type"},{"id":16693,"kind":1024,"name":"comment","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Report.__type"},{"id":16694,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Report.__type"},{"id":16695,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Report.__type"},{"id":16696,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16697,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.Results"},{"id":16698,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Results.__type"},{"id":16699,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Results.__type"},{"id":16700,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Results.__type"},{"id":16701,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16702,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.ScheduledStatus"},{"id":16703,"kind":1024,"name":"id","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.ScheduledStatus.__type"},{"id":16704,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.ScheduledStatus.__type"},{"id":16705,"kind":1024,"name":"params","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.ScheduledStatus.__type"},{"id":16706,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.ScheduledStatus.__type"},{"id":16707,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16708,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.StatusParams"},{"id":16709,"kind":1024,"name":"text","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.StatusParams.__type"},{"id":16710,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.StatusParams.__type"},{"id":16711,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.StatusParams.__type"},{"id":16712,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.StatusParams.__type"},{"id":16713,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.StatusParams.__type"},{"id":16714,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.StatusParams.__type"},{"id":16715,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.StatusParams.__type"},{"id":16716,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.StatusParams.__type"},{"id":16717,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/push_subscription.MastodonEntity"},{"id":16718,"kind":65536,"name":"__type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/push_subscription.MastodonEntity.Token"},{"id":16719,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Token.__type"},{"id":16720,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Token.__type"},{"id":16721,"kind":1024,"name":"scope","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Token.__type"},{"id":16722,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_push_subscription.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/push_subscription.MastodonEntity.Token.__type"},{"id":16723,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_relationship.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/relationship"},{"id":16724,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_relationship.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16725,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.Emoji"},{"id":16726,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_relationship.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Emoji.__type"},{"id":16727,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_relationship.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Emoji.__type"},{"id":16728,"kind":1024,"name":"url","url":"modules/mastodon_entities_relationship.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Emoji.__type"},{"id":16729,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_relationship.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Emoji.__type"},{"id":16730,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_relationship.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16731,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.Source"},{"id":16732,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_relationship.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Source.__type"},{"id":16733,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_relationship.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Source.__type"},{"id":16734,"kind":1024,"name":"language","url":"modules/mastodon_entities_relationship.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Source.__type"},{"id":16735,"kind":1024,"name":"note","url":"modules/mastodon_entities_relationship.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Source.__type"},{"id":16736,"kind":1024,"name":"fields","url":"modules/mastodon_entities_relationship.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Source.__type"},{"id":16737,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_relationship.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16738,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.Account"},{"id":16739,"kind":1024,"name":"id","url":"modules/mastodon_entities_relationship.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Account.__type"},{"id":16740,"kind":1024,"name":"username","url":"modules/mastodon_entities_relationship.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Account.__type"},{"id":16741,"kind":1024,"name":"acct","url":"modules/mastodon_entities_relationship.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Account.__type"},{"id":16742,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_relationship.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Account.__type"},{"id":16743,"kind":1024,"name":"locked","url":"modules/mastodon_entities_relationship.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Account.__type"},{"id":16744,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_relationship.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Account.__type"},{"id":16745,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_relationship.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Account.__type"},{"id":16746,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_relationship.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Account.__type"},{"id":16747,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_relationship.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Account.__type"},{"id":16748,"kind":1024,"name":"note","url":"modules/mastodon_entities_relationship.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Account.__type"},{"id":16749,"kind":1024,"name":"url","url":"modules/mastodon_entities_relationship.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Account.__type"},{"id":16750,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_relationship.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Account.__type"},{"id":16751,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_relationship.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Account.__type"},{"id":16752,"kind":1024,"name":"header","url":"modules/mastodon_entities_relationship.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Account.__type"},{"id":16753,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_relationship.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Account.__type"},{"id":16754,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_relationship.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Account.__type"},{"id":16755,"kind":1024,"name":"moved","url":"modules/mastodon_entities_relationship.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Account.__type"},{"id":16756,"kind":1024,"name":"fields","url":"modules/mastodon_entities_relationship.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Account.__type"},{"id":16757,"kind":1024,"name":"bot","url":"modules/mastodon_entities_relationship.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Account.__type"},{"id":16758,"kind":1024,"name":"source","url":"modules/mastodon_entities_relationship.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Account.__type"},{"id":16759,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_relationship.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16760,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.Activity"},{"id":16761,"kind":1024,"name":"week","url":"modules/mastodon_entities_relationship.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Activity.__type"},{"id":16762,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_relationship.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Activity.__type"},{"id":16763,"kind":1024,"name":"logins","url":"modules/mastodon_entities_relationship.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Activity.__type"},{"id":16764,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_relationship.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Activity.__type"},{"id":16765,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_relationship.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16766,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.Application"},{"id":16767,"kind":1024,"name":"name","url":"modules/mastodon_entities_relationship.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Application.__type"},{"id":16768,"kind":1024,"name":"website","url":"modules/mastodon_entities_relationship.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Application.__type"},{"id":16769,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_relationship.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Application.__type"},{"id":16770,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_relationship.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16771,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.Attachment"},{"id":16772,"kind":1024,"name":"id","url":"modules/mastodon_entities_relationship.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Attachment.__type"},{"id":16773,"kind":1024,"name":"type","url":"modules/mastodon_entities_relationship.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Attachment.__type"},{"id":16774,"kind":1024,"name":"url","url":"modules/mastodon_entities_relationship.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Attachment.__type"},{"id":16775,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_relationship.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Attachment.__type"},{"id":16776,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_relationship.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Attachment.__type"},{"id":16777,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_relationship.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Attachment.__type"},{"id":16778,"kind":1024,"name":"meta","url":"modules/mastodon_entities_relationship.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Attachment.__type"},{"id":16779,"kind":1024,"name":"description","url":"modules/mastodon_entities_relationship.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Attachment.__type"},{"id":16780,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_relationship.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16781,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.Card"},{"id":16782,"kind":1024,"name":"url","url":"modules/mastodon_entities_relationship.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Card.__type"},{"id":16783,"kind":1024,"name":"title","url":"modules/mastodon_entities_relationship.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Card.__type"},{"id":16784,"kind":1024,"name":"description","url":"modules/mastodon_entities_relationship.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Card.__type"},{"id":16785,"kind":1024,"name":"type","url":"modules/mastodon_entities_relationship.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Card.__type"},{"id":16786,"kind":1024,"name":"image","url":"modules/mastodon_entities_relationship.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Card.__type"},{"id":16787,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_relationship.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Card.__type"},{"id":16788,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_relationship.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Card.__type"},{"id":16789,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_relationship.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Card.__type"},{"id":16790,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_relationship.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Card.__type"},{"id":16791,"kind":1024,"name":"html","url":"modules/mastodon_entities_relationship.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Card.__type"},{"id":16792,"kind":1024,"name":"width","url":"modules/mastodon_entities_relationship.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Card.__type"},{"id":16793,"kind":1024,"name":"height","url":"modules/mastodon_entities_relationship.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Card.__type"},{"id":16794,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_relationship.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16795,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.Mention"},{"id":16796,"kind":1024,"name":"id","url":"modules/mastodon_entities_relationship.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Mention.__type"},{"id":16797,"kind":1024,"name":"username","url":"modules/mastodon_entities_relationship.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Mention.__type"},{"id":16798,"kind":1024,"name":"url","url":"modules/mastodon_entities_relationship.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Mention.__type"},{"id":16799,"kind":1024,"name":"acct","url":"modules/mastodon_entities_relationship.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Mention.__type"},{"id":16800,"kind":4194304,"name":"History","url":"modules/mastodon_entities_relationship.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16801,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.History"},{"id":16802,"kind":1024,"name":"day","url":"modules/mastodon_entities_relationship.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.History.__type"},{"id":16803,"kind":1024,"name":"uses","url":"modules/mastodon_entities_relationship.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.History.__type"},{"id":16804,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_relationship.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.History.__type"},{"id":16805,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_relationship.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16806,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.Tag"},{"id":16807,"kind":1024,"name":"name","url":"modules/mastodon_entities_relationship.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Tag.__type"},{"id":16808,"kind":1024,"name":"url","url":"modules/mastodon_entities_relationship.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Tag.__type"},{"id":16809,"kind":1024,"name":"history","url":"modules/mastodon_entities_relationship.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Tag.__type"},{"id":16810,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_relationship.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16811,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.PollOption"},{"id":16812,"kind":1024,"name":"title","url":"modules/mastodon_entities_relationship.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.PollOption.__type"},{"id":16813,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_relationship.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.PollOption.__type"},{"id":16814,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_relationship.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16815,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.Poll"},{"id":16816,"kind":1024,"name":"id","url":"modules/mastodon_entities_relationship.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Poll.__type"},{"id":16817,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_relationship.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Poll.__type"},{"id":16818,"kind":1024,"name":"expired","url":"modules/mastodon_entities_relationship.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Poll.__type"},{"id":16819,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_relationship.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Poll.__type"},{"id":16820,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_relationship.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Poll.__type"},{"id":16821,"kind":1024,"name":"options","url":"modules/mastodon_entities_relationship.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Poll.__type"},{"id":16822,"kind":1024,"name":"voted","url":"modules/mastodon_entities_relationship.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Poll.__type"},{"id":16823,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16824,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.Status"},{"id":16825,"kind":1024,"name":"id","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16826,"kind":1024,"name":"uri","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16827,"kind":1024,"name":"url","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16828,"kind":1024,"name":"account","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16829,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16830,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16831,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16832,"kind":1024,"name":"content","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16833,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16834,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16835,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16836,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16837,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16838,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16839,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16840,"kind":1024,"name":"muted","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16841,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16842,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16843,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16844,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16845,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16846,"kind":1024,"name":"tags","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16847,"kind":1024,"name":"card","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16848,"kind":1024,"name":"poll","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16849,"kind":1024,"name":"application","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16850,"kind":1024,"name":"language","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16851,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16852,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16853,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16854,"kind":1024,"name":"quote","url":"modules/mastodon_entities_relationship.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Status.__type"},{"id":16855,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_relationship.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16856,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.Context"},{"id":16857,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_relationship.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Context.__type"},{"id":16858,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_relationship.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Context.__type"},{"id":16859,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_relationship.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16860,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.Conversation"},{"id":16861,"kind":1024,"name":"id","url":"modules/mastodon_entities_relationship.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Conversation.__type"},{"id":16862,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_relationship.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Conversation.__type"},{"id":16863,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_relationship.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Conversation.__type"},{"id":16864,"kind":1024,"name":"unread","url":"modules/mastodon_entities_relationship.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Conversation.__type"},{"id":16865,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_relationship.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16866,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.FeaturedTag"},{"id":16867,"kind":1024,"name":"id","url":"modules/mastodon_entities_relationship.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.FeaturedTag.__type"},{"id":16868,"kind":1024,"name":"name","url":"modules/mastodon_entities_relationship.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.FeaturedTag.__type"},{"id":16869,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_relationship.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.FeaturedTag.__type"},{"id":16870,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_relationship.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.FeaturedTag.__type"},{"id":16871,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_relationship.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16872,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.Field"},{"id":16873,"kind":1024,"name":"name","url":"modules/mastodon_entities_relationship.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Field.__type"},{"id":16874,"kind":1024,"name":"value","url":"modules/mastodon_entities_relationship.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Field.__type"},{"id":16875,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_relationship.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Field.__type"},{"id":16876,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_relationship.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16877,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.Filter"},{"id":16878,"kind":1024,"name":"id","url":"modules/mastodon_entities_relationship.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Filter.__type"},{"id":16879,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_relationship.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Filter.__type"},{"id":16880,"kind":1024,"name":"context","url":"modules/mastodon_entities_relationship.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Filter.__type"},{"id":16881,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_relationship.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Filter.__type"},{"id":16882,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_relationship.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Filter.__type"},{"id":16883,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_relationship.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Filter.__type"},{"id":16884,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_relationship.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16885,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.IdentityProof"},{"id":16886,"kind":1024,"name":"provider","url":"modules/mastodon_entities_relationship.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.IdentityProof.__type"},{"id":16887,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_relationship.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.IdentityProof.__type"},{"id":16888,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_relationship.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.IdentityProof.__type"},{"id":16889,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_relationship.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.IdentityProof.__type"},{"id":16890,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_relationship.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.IdentityProof.__type"},{"id":16891,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_relationship.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16892,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.URLs"},{"id":16893,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_relationship.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.URLs.__type"},{"id":16894,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_relationship.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16895,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.Stats"},{"id":16896,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_relationship.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Stats.__type"},{"id":16897,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_relationship.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Stats.__type"},{"id":16898,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_relationship.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Stats.__type"},{"id":16899,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_relationship.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16900,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.Instance"},{"id":16901,"kind":1024,"name":"uri","url":"modules/mastodon_entities_relationship.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Instance.__type"},{"id":16902,"kind":1024,"name":"title","url":"modules/mastodon_entities_relationship.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Instance.__type"},{"id":16903,"kind":1024,"name":"description","url":"modules/mastodon_entities_relationship.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Instance.__type"},{"id":16904,"kind":1024,"name":"email","url":"modules/mastodon_entities_relationship.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Instance.__type"},{"id":16905,"kind":1024,"name":"version","url":"modules/mastodon_entities_relationship.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Instance.__type"},{"id":16906,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_relationship.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Instance.__type"},{"id":16907,"kind":1024,"name":"urls","url":"modules/mastodon_entities_relationship.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Instance.__type"},{"id":16908,"kind":1024,"name":"stats","url":"modules/mastodon_entities_relationship.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Instance.__type"},{"id":16909,"kind":1024,"name":"languages","url":"modules/mastodon_entities_relationship.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Instance.__type"},{"id":16910,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_relationship.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Instance.__type"},{"id":16911,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_relationship.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Instance.__type"},{"id":16912,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_relationship.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Instance.__type"},{"id":16913,"kind":4194304,"name":"List","url":"modules/mastodon_entities_relationship.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16914,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.List"},{"id":16915,"kind":1024,"name":"id","url":"modules/mastodon_entities_relationship.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.List.__type"},{"id":16916,"kind":1024,"name":"title","url":"modules/mastodon_entities_relationship.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.List.__type"},{"id":16917,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_relationship.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16918,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.Marker"},{"id":16919,"kind":1024,"name":"home","url":"modules/mastodon_entities_relationship.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Marker.__type"},{"id":16920,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Marker.__type"},{"id":16921,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_relationship.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Marker.__type.__type"},{"id":16922,"kind":1024,"name":"version","url":"modules/mastodon_entities_relationship.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Marker.__type.__type"},{"id":16923,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_relationship.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Marker.__type.__type"},{"id":16924,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_relationship.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Marker.__type"},{"id":16925,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Marker.__type"},{"id":16926,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_relationship.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Marker.__type.__type"},{"id":16927,"kind":1024,"name":"version","url":"modules/mastodon_entities_relationship.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Marker.__type.__type"},{"id":16928,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_relationship.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Marker.__type.__type"},{"id":16929,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_relationship.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16930,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.Notification"},{"id":16931,"kind":1024,"name":"account","url":"modules/mastodon_entities_relationship.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Notification.__type"},{"id":16932,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_relationship.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Notification.__type"},{"id":16933,"kind":1024,"name":"id","url":"modules/mastodon_entities_relationship.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Notification.__type"},{"id":16934,"kind":1024,"name":"status","url":"modules/mastodon_entities_relationship.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Notification.__type"},{"id":16935,"kind":1024,"name":"type","url":"modules/mastodon_entities_relationship.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Notification.__type"},{"id":16936,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_relationship.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16937,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_relationship.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16938,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.Preferences"},{"id":16939,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_relationship.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Preferences.__type"},{"id":16940,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_relationship.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Preferences.__type"},{"id":16941,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_relationship.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Preferences.__type"},{"id":16942,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_relationship.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Preferences.__type"},{"id":16943,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_relationship.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Preferences.__type"},{"id":16944,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_relationship.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16945,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.PushSubscription"},{"id":16946,"kind":1024,"name":"id","url":"modules/mastodon_entities_relationship.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.PushSubscription.__type"},{"id":16947,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_relationship.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.PushSubscription.__type"},{"id":16948,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_relationship.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.PushSubscription.__type"},{"id":16949,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_relationship.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.PushSubscription.__type"},{"id":16950,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_relationship.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16951,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.Relationship"},{"id":16952,"kind":1024,"name":"id","url":"modules/mastodon_entities_relationship.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Relationship.__type"},{"id":16953,"kind":1024,"name":"following","url":"modules/mastodon_entities_relationship.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Relationship.__type"},{"id":16954,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_relationship.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Relationship.__type"},{"id":16955,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_relationship.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Relationship.__type"},{"id":16956,"kind":1024,"name":"muting","url":"modules/mastodon_entities_relationship.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Relationship.__type"},{"id":16957,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_relationship.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Relationship.__type"},{"id":16958,"kind":1024,"name":"requested","url":"modules/mastodon_entities_relationship.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Relationship.__type"},{"id":16959,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_relationship.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Relationship.__type"},{"id":16960,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_relationship.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Relationship.__type"},{"id":16961,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_relationship.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Relationship.__type"},{"id":16962,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_relationship.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16963,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.Report"},{"id":16964,"kind":1024,"name":"id","url":"modules/mastodon_entities_relationship.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Report.__type"},{"id":16965,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_relationship.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Report.__type"},{"id":16966,"kind":1024,"name":"comment","url":"modules/mastodon_entities_relationship.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Report.__type"},{"id":16967,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_relationship.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Report.__type"},{"id":16968,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_relationship.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Report.__type"},{"id":16969,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_relationship.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16970,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.Results"},{"id":16971,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_relationship.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Results.__type"},{"id":16972,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_relationship.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Results.__type"},{"id":16973,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_relationship.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Results.__type"},{"id":16974,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_relationship.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16975,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.ScheduledStatus"},{"id":16976,"kind":1024,"name":"id","url":"modules/mastodon_entities_relationship.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.ScheduledStatus.__type"},{"id":16977,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_relationship.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.ScheduledStatus.__type"},{"id":16978,"kind":1024,"name":"params","url":"modules/mastodon_entities_relationship.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.ScheduledStatus.__type"},{"id":16979,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_relationship.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.ScheduledStatus.__type"},{"id":16980,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_relationship.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16981,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.StatusParams"},{"id":16982,"kind":1024,"name":"text","url":"modules/mastodon_entities_relationship.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.StatusParams.__type"},{"id":16983,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_relationship.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.StatusParams.__type"},{"id":16984,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_relationship.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.StatusParams.__type"},{"id":16985,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_relationship.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.StatusParams.__type"},{"id":16986,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_relationship.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.StatusParams.__type"},{"id":16987,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_relationship.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.StatusParams.__type"},{"id":16988,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_relationship.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.StatusParams.__type"},{"id":16989,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_relationship.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.StatusParams.__type"},{"id":16990,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_relationship.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/relationship.MastodonEntity"},{"id":16991,"kind":65536,"name":"__type","url":"modules/mastodon_entities_relationship.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/relationship.MastodonEntity.Token"},{"id":16992,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_relationship.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Token.__type"},{"id":16993,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_relationship.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Token.__type"},{"id":16994,"kind":1024,"name":"scope","url":"modules/mastodon_entities_relationship.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Token.__type"},{"id":16995,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_relationship.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/relationship.MastodonEntity.Token.__type"},{"id":16996,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_report.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/report"},{"id":16997,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_report.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":16998,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.Emoji"},{"id":16999,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_report.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Emoji.__type"},{"id":17000,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_report.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Emoji.__type"},{"id":17001,"kind":1024,"name":"url","url":"modules/mastodon_entities_report.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Emoji.__type"},{"id":17002,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_report.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Emoji.__type"},{"id":17003,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_report.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17004,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.Source"},{"id":17005,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_report.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Source.__type"},{"id":17006,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_report.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Source.__type"},{"id":17007,"kind":1024,"name":"language","url":"modules/mastodon_entities_report.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Source.__type"},{"id":17008,"kind":1024,"name":"note","url":"modules/mastodon_entities_report.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Source.__type"},{"id":17009,"kind":1024,"name":"fields","url":"modules/mastodon_entities_report.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Source.__type"},{"id":17010,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_report.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17011,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.Account"},{"id":17012,"kind":1024,"name":"id","url":"modules/mastodon_entities_report.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Account.__type"},{"id":17013,"kind":1024,"name":"username","url":"modules/mastodon_entities_report.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Account.__type"},{"id":17014,"kind":1024,"name":"acct","url":"modules/mastodon_entities_report.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Account.__type"},{"id":17015,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_report.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Account.__type"},{"id":17016,"kind":1024,"name":"locked","url":"modules/mastodon_entities_report.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Account.__type"},{"id":17017,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_report.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Account.__type"},{"id":17018,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_report.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Account.__type"},{"id":17019,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_report.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Account.__type"},{"id":17020,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_report.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Account.__type"},{"id":17021,"kind":1024,"name":"note","url":"modules/mastodon_entities_report.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Account.__type"},{"id":17022,"kind":1024,"name":"url","url":"modules/mastodon_entities_report.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Account.__type"},{"id":17023,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_report.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Account.__type"},{"id":17024,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_report.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Account.__type"},{"id":17025,"kind":1024,"name":"header","url":"modules/mastodon_entities_report.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Account.__type"},{"id":17026,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_report.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Account.__type"},{"id":17027,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_report.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Account.__type"},{"id":17028,"kind":1024,"name":"moved","url":"modules/mastodon_entities_report.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Account.__type"},{"id":17029,"kind":1024,"name":"fields","url":"modules/mastodon_entities_report.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Account.__type"},{"id":17030,"kind":1024,"name":"bot","url":"modules/mastodon_entities_report.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Account.__type"},{"id":17031,"kind":1024,"name":"source","url":"modules/mastodon_entities_report.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Account.__type"},{"id":17032,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_report.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17033,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.Activity"},{"id":17034,"kind":1024,"name":"week","url":"modules/mastodon_entities_report.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Activity.__type"},{"id":17035,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_report.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Activity.__type"},{"id":17036,"kind":1024,"name":"logins","url":"modules/mastodon_entities_report.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Activity.__type"},{"id":17037,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_report.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Activity.__type"},{"id":17038,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_report.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17039,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.Application"},{"id":17040,"kind":1024,"name":"name","url":"modules/mastodon_entities_report.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Application.__type"},{"id":17041,"kind":1024,"name":"website","url":"modules/mastodon_entities_report.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Application.__type"},{"id":17042,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_report.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Application.__type"},{"id":17043,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_report.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17044,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.Attachment"},{"id":17045,"kind":1024,"name":"id","url":"modules/mastodon_entities_report.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Attachment.__type"},{"id":17046,"kind":1024,"name":"type","url":"modules/mastodon_entities_report.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Attachment.__type"},{"id":17047,"kind":1024,"name":"url","url":"modules/mastodon_entities_report.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Attachment.__type"},{"id":17048,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_report.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Attachment.__type"},{"id":17049,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_report.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Attachment.__type"},{"id":17050,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_report.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Attachment.__type"},{"id":17051,"kind":1024,"name":"meta","url":"modules/mastodon_entities_report.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Attachment.__type"},{"id":17052,"kind":1024,"name":"description","url":"modules/mastodon_entities_report.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Attachment.__type"},{"id":17053,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_report.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17054,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.Card"},{"id":17055,"kind":1024,"name":"url","url":"modules/mastodon_entities_report.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Card.__type"},{"id":17056,"kind":1024,"name":"title","url":"modules/mastodon_entities_report.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Card.__type"},{"id":17057,"kind":1024,"name":"description","url":"modules/mastodon_entities_report.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Card.__type"},{"id":17058,"kind":1024,"name":"type","url":"modules/mastodon_entities_report.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Card.__type"},{"id":17059,"kind":1024,"name":"image","url":"modules/mastodon_entities_report.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Card.__type"},{"id":17060,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_report.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Card.__type"},{"id":17061,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_report.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Card.__type"},{"id":17062,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_report.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Card.__type"},{"id":17063,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_report.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Card.__type"},{"id":17064,"kind":1024,"name":"html","url":"modules/mastodon_entities_report.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Card.__type"},{"id":17065,"kind":1024,"name":"width","url":"modules/mastodon_entities_report.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Card.__type"},{"id":17066,"kind":1024,"name":"height","url":"modules/mastodon_entities_report.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Card.__type"},{"id":17067,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_report.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17068,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.Mention"},{"id":17069,"kind":1024,"name":"id","url":"modules/mastodon_entities_report.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Mention.__type"},{"id":17070,"kind":1024,"name":"username","url":"modules/mastodon_entities_report.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Mention.__type"},{"id":17071,"kind":1024,"name":"url","url":"modules/mastodon_entities_report.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Mention.__type"},{"id":17072,"kind":1024,"name":"acct","url":"modules/mastodon_entities_report.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Mention.__type"},{"id":17073,"kind":4194304,"name":"History","url":"modules/mastodon_entities_report.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17074,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.History"},{"id":17075,"kind":1024,"name":"day","url":"modules/mastodon_entities_report.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.History.__type"},{"id":17076,"kind":1024,"name":"uses","url":"modules/mastodon_entities_report.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.History.__type"},{"id":17077,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_report.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.History.__type"},{"id":17078,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_report.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17079,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.Tag"},{"id":17080,"kind":1024,"name":"name","url":"modules/mastodon_entities_report.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Tag.__type"},{"id":17081,"kind":1024,"name":"url","url":"modules/mastodon_entities_report.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Tag.__type"},{"id":17082,"kind":1024,"name":"history","url":"modules/mastodon_entities_report.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Tag.__type"},{"id":17083,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_report.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17084,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.PollOption"},{"id":17085,"kind":1024,"name":"title","url":"modules/mastodon_entities_report.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.PollOption.__type"},{"id":17086,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_report.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.PollOption.__type"},{"id":17087,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_report.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17088,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.Poll"},{"id":17089,"kind":1024,"name":"id","url":"modules/mastodon_entities_report.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Poll.__type"},{"id":17090,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_report.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Poll.__type"},{"id":17091,"kind":1024,"name":"expired","url":"modules/mastodon_entities_report.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Poll.__type"},{"id":17092,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_report.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Poll.__type"},{"id":17093,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_report.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Poll.__type"},{"id":17094,"kind":1024,"name":"options","url":"modules/mastodon_entities_report.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Poll.__type"},{"id":17095,"kind":1024,"name":"voted","url":"modules/mastodon_entities_report.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Poll.__type"},{"id":17096,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_report.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17097,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.Status"},{"id":17098,"kind":1024,"name":"id","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17099,"kind":1024,"name":"uri","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17100,"kind":1024,"name":"url","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17101,"kind":1024,"name":"account","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17102,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17103,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17104,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17105,"kind":1024,"name":"content","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17106,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17107,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17108,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17109,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17110,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17111,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17112,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17113,"kind":1024,"name":"muted","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17114,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17115,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17116,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17117,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17118,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17119,"kind":1024,"name":"tags","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17120,"kind":1024,"name":"card","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17121,"kind":1024,"name":"poll","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17122,"kind":1024,"name":"application","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17123,"kind":1024,"name":"language","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17124,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17125,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17126,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17127,"kind":1024,"name":"quote","url":"modules/mastodon_entities_report.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Status.__type"},{"id":17128,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_report.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17129,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.Context"},{"id":17130,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_report.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Context.__type"},{"id":17131,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_report.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Context.__type"},{"id":17132,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_report.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17133,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.Conversation"},{"id":17134,"kind":1024,"name":"id","url":"modules/mastodon_entities_report.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Conversation.__type"},{"id":17135,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_report.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Conversation.__type"},{"id":17136,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_report.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Conversation.__type"},{"id":17137,"kind":1024,"name":"unread","url":"modules/mastodon_entities_report.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Conversation.__type"},{"id":17138,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_report.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17139,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.FeaturedTag"},{"id":17140,"kind":1024,"name":"id","url":"modules/mastodon_entities_report.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.FeaturedTag.__type"},{"id":17141,"kind":1024,"name":"name","url":"modules/mastodon_entities_report.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.FeaturedTag.__type"},{"id":17142,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_report.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.FeaturedTag.__type"},{"id":17143,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_report.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.FeaturedTag.__type"},{"id":17144,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_report.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17145,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.Field"},{"id":17146,"kind":1024,"name":"name","url":"modules/mastodon_entities_report.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Field.__type"},{"id":17147,"kind":1024,"name":"value","url":"modules/mastodon_entities_report.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Field.__type"},{"id":17148,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_report.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Field.__type"},{"id":17149,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_report.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17150,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.Filter"},{"id":17151,"kind":1024,"name":"id","url":"modules/mastodon_entities_report.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Filter.__type"},{"id":17152,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_report.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Filter.__type"},{"id":17153,"kind":1024,"name":"context","url":"modules/mastodon_entities_report.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Filter.__type"},{"id":17154,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_report.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Filter.__type"},{"id":17155,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_report.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Filter.__type"},{"id":17156,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_report.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Filter.__type"},{"id":17157,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_report.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17158,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.IdentityProof"},{"id":17159,"kind":1024,"name":"provider","url":"modules/mastodon_entities_report.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.IdentityProof.__type"},{"id":17160,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_report.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.IdentityProof.__type"},{"id":17161,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_report.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.IdentityProof.__type"},{"id":17162,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_report.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.IdentityProof.__type"},{"id":17163,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_report.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.IdentityProof.__type"},{"id":17164,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_report.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17165,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.URLs"},{"id":17166,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_report.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.URLs.__type"},{"id":17167,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_report.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17168,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.Stats"},{"id":17169,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_report.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Stats.__type"},{"id":17170,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_report.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Stats.__type"},{"id":17171,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_report.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Stats.__type"},{"id":17172,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_report.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17173,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.Instance"},{"id":17174,"kind":1024,"name":"uri","url":"modules/mastodon_entities_report.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Instance.__type"},{"id":17175,"kind":1024,"name":"title","url":"modules/mastodon_entities_report.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Instance.__type"},{"id":17176,"kind":1024,"name":"description","url":"modules/mastodon_entities_report.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Instance.__type"},{"id":17177,"kind":1024,"name":"email","url":"modules/mastodon_entities_report.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Instance.__type"},{"id":17178,"kind":1024,"name":"version","url":"modules/mastodon_entities_report.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Instance.__type"},{"id":17179,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_report.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Instance.__type"},{"id":17180,"kind":1024,"name":"urls","url":"modules/mastodon_entities_report.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Instance.__type"},{"id":17181,"kind":1024,"name":"stats","url":"modules/mastodon_entities_report.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Instance.__type"},{"id":17182,"kind":1024,"name":"languages","url":"modules/mastodon_entities_report.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Instance.__type"},{"id":17183,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_report.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Instance.__type"},{"id":17184,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_report.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Instance.__type"},{"id":17185,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_report.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Instance.__type"},{"id":17186,"kind":4194304,"name":"List","url":"modules/mastodon_entities_report.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17187,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.List"},{"id":17188,"kind":1024,"name":"id","url":"modules/mastodon_entities_report.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.List.__type"},{"id":17189,"kind":1024,"name":"title","url":"modules/mastodon_entities_report.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.List.__type"},{"id":17190,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_report.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17191,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.Marker"},{"id":17192,"kind":1024,"name":"home","url":"modules/mastodon_entities_report.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Marker.__type"},{"id":17193,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Marker.__type"},{"id":17194,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_report.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Marker.__type.__type"},{"id":17195,"kind":1024,"name":"version","url":"modules/mastodon_entities_report.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Marker.__type.__type"},{"id":17196,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_report.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Marker.__type.__type"},{"id":17197,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_report.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Marker.__type"},{"id":17198,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Marker.__type"},{"id":17199,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_report.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Marker.__type.__type"},{"id":17200,"kind":1024,"name":"version","url":"modules/mastodon_entities_report.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Marker.__type.__type"},{"id":17201,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_report.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Marker.__type.__type"},{"id":17202,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_report.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17203,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.Notification"},{"id":17204,"kind":1024,"name":"account","url":"modules/mastodon_entities_report.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Notification.__type"},{"id":17205,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_report.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Notification.__type"},{"id":17206,"kind":1024,"name":"id","url":"modules/mastodon_entities_report.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Notification.__type"},{"id":17207,"kind":1024,"name":"status","url":"modules/mastodon_entities_report.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Notification.__type"},{"id":17208,"kind":1024,"name":"type","url":"modules/mastodon_entities_report.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Notification.__type"},{"id":17209,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_report.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17210,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_report.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17211,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.Preferences"},{"id":17212,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_report.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Preferences.__type"},{"id":17213,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_report.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Preferences.__type"},{"id":17214,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_report.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Preferences.__type"},{"id":17215,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_report.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Preferences.__type"},{"id":17216,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_report.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Preferences.__type"},{"id":17217,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_report.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17218,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.PushSubscription"},{"id":17219,"kind":1024,"name":"id","url":"modules/mastodon_entities_report.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.PushSubscription.__type"},{"id":17220,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_report.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.PushSubscription.__type"},{"id":17221,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_report.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.PushSubscription.__type"},{"id":17222,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_report.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.PushSubscription.__type"},{"id":17223,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_report.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17224,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.Relationship"},{"id":17225,"kind":1024,"name":"id","url":"modules/mastodon_entities_report.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Relationship.__type"},{"id":17226,"kind":1024,"name":"following","url":"modules/mastodon_entities_report.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Relationship.__type"},{"id":17227,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_report.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Relationship.__type"},{"id":17228,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_report.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Relationship.__type"},{"id":17229,"kind":1024,"name":"muting","url":"modules/mastodon_entities_report.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Relationship.__type"},{"id":17230,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_report.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Relationship.__type"},{"id":17231,"kind":1024,"name":"requested","url":"modules/mastodon_entities_report.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Relationship.__type"},{"id":17232,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_report.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Relationship.__type"},{"id":17233,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_report.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Relationship.__type"},{"id":17234,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_report.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Relationship.__type"},{"id":17235,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_report.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17236,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.Report"},{"id":17237,"kind":1024,"name":"id","url":"modules/mastodon_entities_report.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Report.__type"},{"id":17238,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_report.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Report.__type"},{"id":17239,"kind":1024,"name":"comment","url":"modules/mastodon_entities_report.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Report.__type"},{"id":17240,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_report.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Report.__type"},{"id":17241,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_report.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Report.__type"},{"id":17242,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_report.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17243,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.Results"},{"id":17244,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_report.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Results.__type"},{"id":17245,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_report.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Results.__type"},{"id":17246,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_report.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Results.__type"},{"id":17247,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_report.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17248,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.ScheduledStatus"},{"id":17249,"kind":1024,"name":"id","url":"modules/mastodon_entities_report.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.ScheduledStatus.__type"},{"id":17250,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_report.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.ScheduledStatus.__type"},{"id":17251,"kind":1024,"name":"params","url":"modules/mastodon_entities_report.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.ScheduledStatus.__type"},{"id":17252,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_report.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.ScheduledStatus.__type"},{"id":17253,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_report.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17254,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.StatusParams"},{"id":17255,"kind":1024,"name":"text","url":"modules/mastodon_entities_report.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.StatusParams.__type"},{"id":17256,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_report.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.StatusParams.__type"},{"id":17257,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_report.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.StatusParams.__type"},{"id":17258,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_report.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.StatusParams.__type"},{"id":17259,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_report.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.StatusParams.__type"},{"id":17260,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_report.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.StatusParams.__type"},{"id":17261,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_report.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.StatusParams.__type"},{"id":17262,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_report.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.StatusParams.__type"},{"id":17263,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_report.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/report.MastodonEntity"},{"id":17264,"kind":65536,"name":"__type","url":"modules/mastodon_entities_report.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/report.MastodonEntity.Token"},{"id":17265,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_report.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Token.__type"},{"id":17266,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_report.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Token.__type"},{"id":17267,"kind":1024,"name":"scope","url":"modules/mastodon_entities_report.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Token.__type"},{"id":17268,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_report.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/report.MastodonEntity.Token.__type"},{"id":17269,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_results.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/results"},{"id":17270,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_results.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17271,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.Emoji"},{"id":17272,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_results.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Emoji.__type"},{"id":17273,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_results.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Emoji.__type"},{"id":17274,"kind":1024,"name":"url","url":"modules/mastodon_entities_results.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Emoji.__type"},{"id":17275,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_results.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Emoji.__type"},{"id":17276,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_results.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17277,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.Source"},{"id":17278,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_results.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Source.__type"},{"id":17279,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_results.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Source.__type"},{"id":17280,"kind":1024,"name":"language","url":"modules/mastodon_entities_results.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Source.__type"},{"id":17281,"kind":1024,"name":"note","url":"modules/mastodon_entities_results.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Source.__type"},{"id":17282,"kind":1024,"name":"fields","url":"modules/mastodon_entities_results.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Source.__type"},{"id":17283,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_results.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17284,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.Account"},{"id":17285,"kind":1024,"name":"id","url":"modules/mastodon_entities_results.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Account.__type"},{"id":17286,"kind":1024,"name":"username","url":"modules/mastodon_entities_results.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Account.__type"},{"id":17287,"kind":1024,"name":"acct","url":"modules/mastodon_entities_results.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Account.__type"},{"id":17288,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_results.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Account.__type"},{"id":17289,"kind":1024,"name":"locked","url":"modules/mastodon_entities_results.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Account.__type"},{"id":17290,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_results.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Account.__type"},{"id":17291,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_results.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Account.__type"},{"id":17292,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_results.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Account.__type"},{"id":17293,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_results.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Account.__type"},{"id":17294,"kind":1024,"name":"note","url":"modules/mastodon_entities_results.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Account.__type"},{"id":17295,"kind":1024,"name":"url","url":"modules/mastodon_entities_results.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Account.__type"},{"id":17296,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_results.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Account.__type"},{"id":17297,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_results.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Account.__type"},{"id":17298,"kind":1024,"name":"header","url":"modules/mastodon_entities_results.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Account.__type"},{"id":17299,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_results.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Account.__type"},{"id":17300,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_results.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Account.__type"},{"id":17301,"kind":1024,"name":"moved","url":"modules/mastodon_entities_results.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Account.__type"},{"id":17302,"kind":1024,"name":"fields","url":"modules/mastodon_entities_results.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Account.__type"},{"id":17303,"kind":1024,"name":"bot","url":"modules/mastodon_entities_results.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Account.__type"},{"id":17304,"kind":1024,"name":"source","url":"modules/mastodon_entities_results.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Account.__type"},{"id":17305,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_results.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17306,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.Activity"},{"id":17307,"kind":1024,"name":"week","url":"modules/mastodon_entities_results.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Activity.__type"},{"id":17308,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_results.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Activity.__type"},{"id":17309,"kind":1024,"name":"logins","url":"modules/mastodon_entities_results.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Activity.__type"},{"id":17310,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_results.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Activity.__type"},{"id":17311,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_results.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17312,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.Application"},{"id":17313,"kind":1024,"name":"name","url":"modules/mastodon_entities_results.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Application.__type"},{"id":17314,"kind":1024,"name":"website","url":"modules/mastodon_entities_results.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Application.__type"},{"id":17315,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_results.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Application.__type"},{"id":17316,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_results.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17317,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.Attachment"},{"id":17318,"kind":1024,"name":"id","url":"modules/mastodon_entities_results.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Attachment.__type"},{"id":17319,"kind":1024,"name":"type","url":"modules/mastodon_entities_results.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Attachment.__type"},{"id":17320,"kind":1024,"name":"url","url":"modules/mastodon_entities_results.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Attachment.__type"},{"id":17321,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_results.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Attachment.__type"},{"id":17322,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_results.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Attachment.__type"},{"id":17323,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_results.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Attachment.__type"},{"id":17324,"kind":1024,"name":"meta","url":"modules/mastodon_entities_results.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Attachment.__type"},{"id":17325,"kind":1024,"name":"description","url":"modules/mastodon_entities_results.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Attachment.__type"},{"id":17326,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_results.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17327,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.Card"},{"id":17328,"kind":1024,"name":"url","url":"modules/mastodon_entities_results.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Card.__type"},{"id":17329,"kind":1024,"name":"title","url":"modules/mastodon_entities_results.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Card.__type"},{"id":17330,"kind":1024,"name":"description","url":"modules/mastodon_entities_results.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Card.__type"},{"id":17331,"kind":1024,"name":"type","url":"modules/mastodon_entities_results.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Card.__type"},{"id":17332,"kind":1024,"name":"image","url":"modules/mastodon_entities_results.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Card.__type"},{"id":17333,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_results.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Card.__type"},{"id":17334,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_results.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Card.__type"},{"id":17335,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_results.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Card.__type"},{"id":17336,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_results.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Card.__type"},{"id":17337,"kind":1024,"name":"html","url":"modules/mastodon_entities_results.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Card.__type"},{"id":17338,"kind":1024,"name":"width","url":"modules/mastodon_entities_results.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Card.__type"},{"id":17339,"kind":1024,"name":"height","url":"modules/mastodon_entities_results.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Card.__type"},{"id":17340,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_results.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17341,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.Mention"},{"id":17342,"kind":1024,"name":"id","url":"modules/mastodon_entities_results.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Mention.__type"},{"id":17343,"kind":1024,"name":"username","url":"modules/mastodon_entities_results.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Mention.__type"},{"id":17344,"kind":1024,"name":"url","url":"modules/mastodon_entities_results.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Mention.__type"},{"id":17345,"kind":1024,"name":"acct","url":"modules/mastodon_entities_results.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Mention.__type"},{"id":17346,"kind":4194304,"name":"History","url":"modules/mastodon_entities_results.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17347,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.History"},{"id":17348,"kind":1024,"name":"day","url":"modules/mastodon_entities_results.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.History.__type"},{"id":17349,"kind":1024,"name":"uses","url":"modules/mastodon_entities_results.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.History.__type"},{"id":17350,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_results.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.History.__type"},{"id":17351,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_results.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17352,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.Tag"},{"id":17353,"kind":1024,"name":"name","url":"modules/mastodon_entities_results.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Tag.__type"},{"id":17354,"kind":1024,"name":"url","url":"modules/mastodon_entities_results.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Tag.__type"},{"id":17355,"kind":1024,"name":"history","url":"modules/mastodon_entities_results.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Tag.__type"},{"id":17356,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_results.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17357,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.PollOption"},{"id":17358,"kind":1024,"name":"title","url":"modules/mastodon_entities_results.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.PollOption.__type"},{"id":17359,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_results.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.PollOption.__type"},{"id":17360,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_results.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17361,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.Poll"},{"id":17362,"kind":1024,"name":"id","url":"modules/mastodon_entities_results.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Poll.__type"},{"id":17363,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_results.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Poll.__type"},{"id":17364,"kind":1024,"name":"expired","url":"modules/mastodon_entities_results.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Poll.__type"},{"id":17365,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_results.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Poll.__type"},{"id":17366,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_results.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Poll.__type"},{"id":17367,"kind":1024,"name":"options","url":"modules/mastodon_entities_results.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Poll.__type"},{"id":17368,"kind":1024,"name":"voted","url":"modules/mastodon_entities_results.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Poll.__type"},{"id":17369,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_results.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17370,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.Status"},{"id":17371,"kind":1024,"name":"id","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17372,"kind":1024,"name":"uri","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17373,"kind":1024,"name":"url","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17374,"kind":1024,"name":"account","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17375,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17376,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17377,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17378,"kind":1024,"name":"content","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17379,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17380,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17381,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17382,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17383,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17384,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17385,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17386,"kind":1024,"name":"muted","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17387,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17388,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17389,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17390,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17391,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17392,"kind":1024,"name":"tags","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17393,"kind":1024,"name":"card","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17394,"kind":1024,"name":"poll","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17395,"kind":1024,"name":"application","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17396,"kind":1024,"name":"language","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17397,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17398,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17399,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17400,"kind":1024,"name":"quote","url":"modules/mastodon_entities_results.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Status.__type"},{"id":17401,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_results.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17402,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.Context"},{"id":17403,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_results.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Context.__type"},{"id":17404,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_results.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Context.__type"},{"id":17405,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_results.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17406,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.Conversation"},{"id":17407,"kind":1024,"name":"id","url":"modules/mastodon_entities_results.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Conversation.__type"},{"id":17408,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_results.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Conversation.__type"},{"id":17409,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_results.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Conversation.__type"},{"id":17410,"kind":1024,"name":"unread","url":"modules/mastodon_entities_results.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Conversation.__type"},{"id":17411,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_results.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17412,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.FeaturedTag"},{"id":17413,"kind":1024,"name":"id","url":"modules/mastodon_entities_results.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.FeaturedTag.__type"},{"id":17414,"kind":1024,"name":"name","url":"modules/mastodon_entities_results.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.FeaturedTag.__type"},{"id":17415,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_results.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.FeaturedTag.__type"},{"id":17416,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_results.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.FeaturedTag.__type"},{"id":17417,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_results.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17418,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.Field"},{"id":17419,"kind":1024,"name":"name","url":"modules/mastodon_entities_results.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Field.__type"},{"id":17420,"kind":1024,"name":"value","url":"modules/mastodon_entities_results.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Field.__type"},{"id":17421,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_results.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Field.__type"},{"id":17422,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_results.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17423,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.Filter"},{"id":17424,"kind":1024,"name":"id","url":"modules/mastodon_entities_results.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Filter.__type"},{"id":17425,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_results.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Filter.__type"},{"id":17426,"kind":1024,"name":"context","url":"modules/mastodon_entities_results.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Filter.__type"},{"id":17427,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_results.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Filter.__type"},{"id":17428,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_results.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Filter.__type"},{"id":17429,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_results.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Filter.__type"},{"id":17430,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_results.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17431,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.IdentityProof"},{"id":17432,"kind":1024,"name":"provider","url":"modules/mastodon_entities_results.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.IdentityProof.__type"},{"id":17433,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_results.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.IdentityProof.__type"},{"id":17434,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_results.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.IdentityProof.__type"},{"id":17435,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_results.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.IdentityProof.__type"},{"id":17436,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_results.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.IdentityProof.__type"},{"id":17437,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_results.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17438,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.URLs"},{"id":17439,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_results.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.URLs.__type"},{"id":17440,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_results.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17441,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.Stats"},{"id":17442,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_results.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Stats.__type"},{"id":17443,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_results.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Stats.__type"},{"id":17444,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_results.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Stats.__type"},{"id":17445,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_results.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17446,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.Instance"},{"id":17447,"kind":1024,"name":"uri","url":"modules/mastodon_entities_results.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Instance.__type"},{"id":17448,"kind":1024,"name":"title","url":"modules/mastodon_entities_results.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Instance.__type"},{"id":17449,"kind":1024,"name":"description","url":"modules/mastodon_entities_results.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Instance.__type"},{"id":17450,"kind":1024,"name":"email","url":"modules/mastodon_entities_results.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Instance.__type"},{"id":17451,"kind":1024,"name":"version","url":"modules/mastodon_entities_results.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Instance.__type"},{"id":17452,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_results.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Instance.__type"},{"id":17453,"kind":1024,"name":"urls","url":"modules/mastodon_entities_results.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Instance.__type"},{"id":17454,"kind":1024,"name":"stats","url":"modules/mastodon_entities_results.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Instance.__type"},{"id":17455,"kind":1024,"name":"languages","url":"modules/mastodon_entities_results.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Instance.__type"},{"id":17456,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_results.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Instance.__type"},{"id":17457,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_results.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Instance.__type"},{"id":17458,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_results.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Instance.__type"},{"id":17459,"kind":4194304,"name":"List","url":"modules/mastodon_entities_results.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17460,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.List"},{"id":17461,"kind":1024,"name":"id","url":"modules/mastodon_entities_results.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.List.__type"},{"id":17462,"kind":1024,"name":"title","url":"modules/mastodon_entities_results.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.List.__type"},{"id":17463,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_results.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17464,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.Marker"},{"id":17465,"kind":1024,"name":"home","url":"modules/mastodon_entities_results.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Marker.__type"},{"id":17466,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Marker.__type"},{"id":17467,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_results.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Marker.__type.__type"},{"id":17468,"kind":1024,"name":"version","url":"modules/mastodon_entities_results.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Marker.__type.__type"},{"id":17469,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_results.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Marker.__type.__type"},{"id":17470,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_results.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Marker.__type"},{"id":17471,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Marker.__type"},{"id":17472,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_results.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Marker.__type.__type"},{"id":17473,"kind":1024,"name":"version","url":"modules/mastodon_entities_results.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Marker.__type.__type"},{"id":17474,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_results.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Marker.__type.__type"},{"id":17475,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_results.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17476,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.Notification"},{"id":17477,"kind":1024,"name":"account","url":"modules/mastodon_entities_results.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Notification.__type"},{"id":17478,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_results.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Notification.__type"},{"id":17479,"kind":1024,"name":"id","url":"modules/mastodon_entities_results.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Notification.__type"},{"id":17480,"kind":1024,"name":"status","url":"modules/mastodon_entities_results.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Notification.__type"},{"id":17481,"kind":1024,"name":"type","url":"modules/mastodon_entities_results.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Notification.__type"},{"id":17482,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_results.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17483,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_results.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17484,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.Preferences"},{"id":17485,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_results.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Preferences.__type"},{"id":17486,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_results.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Preferences.__type"},{"id":17487,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_results.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Preferences.__type"},{"id":17488,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_results.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Preferences.__type"},{"id":17489,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_results.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Preferences.__type"},{"id":17490,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_results.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17491,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.PushSubscription"},{"id":17492,"kind":1024,"name":"id","url":"modules/mastodon_entities_results.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.PushSubscription.__type"},{"id":17493,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_results.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.PushSubscription.__type"},{"id":17494,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_results.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.PushSubscription.__type"},{"id":17495,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_results.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.PushSubscription.__type"},{"id":17496,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_results.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17497,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.Relationship"},{"id":17498,"kind":1024,"name":"id","url":"modules/mastodon_entities_results.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Relationship.__type"},{"id":17499,"kind":1024,"name":"following","url":"modules/mastodon_entities_results.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Relationship.__type"},{"id":17500,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_results.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Relationship.__type"},{"id":17501,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_results.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Relationship.__type"},{"id":17502,"kind":1024,"name":"muting","url":"modules/mastodon_entities_results.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Relationship.__type"},{"id":17503,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_results.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Relationship.__type"},{"id":17504,"kind":1024,"name":"requested","url":"modules/mastodon_entities_results.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Relationship.__type"},{"id":17505,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_results.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Relationship.__type"},{"id":17506,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_results.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Relationship.__type"},{"id":17507,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_results.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Relationship.__type"},{"id":17508,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_results.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17509,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.Report"},{"id":17510,"kind":1024,"name":"id","url":"modules/mastodon_entities_results.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Report.__type"},{"id":17511,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_results.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Report.__type"},{"id":17512,"kind":1024,"name":"comment","url":"modules/mastodon_entities_results.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Report.__type"},{"id":17513,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_results.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Report.__type"},{"id":17514,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_results.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Report.__type"},{"id":17515,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_results.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17516,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.Results"},{"id":17517,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_results.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Results.__type"},{"id":17518,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_results.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Results.__type"},{"id":17519,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_results.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Results.__type"},{"id":17520,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_results.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17521,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.ScheduledStatus"},{"id":17522,"kind":1024,"name":"id","url":"modules/mastodon_entities_results.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.ScheduledStatus.__type"},{"id":17523,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_results.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.ScheduledStatus.__type"},{"id":17524,"kind":1024,"name":"params","url":"modules/mastodon_entities_results.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.ScheduledStatus.__type"},{"id":17525,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_results.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.ScheduledStatus.__type"},{"id":17526,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_results.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17527,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.StatusParams"},{"id":17528,"kind":1024,"name":"text","url":"modules/mastodon_entities_results.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.StatusParams.__type"},{"id":17529,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_results.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.StatusParams.__type"},{"id":17530,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_results.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.StatusParams.__type"},{"id":17531,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_results.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.StatusParams.__type"},{"id":17532,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_results.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.StatusParams.__type"},{"id":17533,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_results.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.StatusParams.__type"},{"id":17534,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_results.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.StatusParams.__type"},{"id":17535,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_results.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.StatusParams.__type"},{"id":17536,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_results.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/results.MastodonEntity"},{"id":17537,"kind":65536,"name":"__type","url":"modules/mastodon_entities_results.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/results.MastodonEntity.Token"},{"id":17538,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_results.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Token.__type"},{"id":17539,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_results.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Token.__type"},{"id":17540,"kind":1024,"name":"scope","url":"modules/mastodon_entities_results.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Token.__type"},{"id":17541,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_results.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/results.MastodonEntity.Token.__type"},{"id":17542,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/scheduled_status"},{"id":17543,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17544,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.Emoji"},{"id":17545,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Emoji.__type"},{"id":17546,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Emoji.__type"},{"id":17547,"kind":1024,"name":"url","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Emoji.__type"},{"id":17548,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Emoji.__type"},{"id":17549,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17550,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.Source"},{"id":17551,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Source.__type"},{"id":17552,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Source.__type"},{"id":17553,"kind":1024,"name":"language","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Source.__type"},{"id":17554,"kind":1024,"name":"note","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Source.__type"},{"id":17555,"kind":1024,"name":"fields","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Source.__type"},{"id":17556,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17557,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.Account"},{"id":17558,"kind":1024,"name":"id","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Account.__type"},{"id":17559,"kind":1024,"name":"username","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Account.__type"},{"id":17560,"kind":1024,"name":"acct","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Account.__type"},{"id":17561,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Account.__type"},{"id":17562,"kind":1024,"name":"locked","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Account.__type"},{"id":17563,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Account.__type"},{"id":17564,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Account.__type"},{"id":17565,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Account.__type"},{"id":17566,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Account.__type"},{"id":17567,"kind":1024,"name":"note","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Account.__type"},{"id":17568,"kind":1024,"name":"url","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Account.__type"},{"id":17569,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Account.__type"},{"id":17570,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Account.__type"},{"id":17571,"kind":1024,"name":"header","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Account.__type"},{"id":17572,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Account.__type"},{"id":17573,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Account.__type"},{"id":17574,"kind":1024,"name":"moved","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Account.__type"},{"id":17575,"kind":1024,"name":"fields","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Account.__type"},{"id":17576,"kind":1024,"name":"bot","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Account.__type"},{"id":17577,"kind":1024,"name":"source","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Account.__type"},{"id":17578,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17579,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.Activity"},{"id":17580,"kind":1024,"name":"week","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Activity.__type"},{"id":17581,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Activity.__type"},{"id":17582,"kind":1024,"name":"logins","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Activity.__type"},{"id":17583,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Activity.__type"},{"id":17584,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17585,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.Application"},{"id":17586,"kind":1024,"name":"name","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Application.__type"},{"id":17587,"kind":1024,"name":"website","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Application.__type"},{"id":17588,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Application.__type"},{"id":17589,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17590,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.Attachment"},{"id":17591,"kind":1024,"name":"id","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Attachment.__type"},{"id":17592,"kind":1024,"name":"type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Attachment.__type"},{"id":17593,"kind":1024,"name":"url","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Attachment.__type"},{"id":17594,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Attachment.__type"},{"id":17595,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Attachment.__type"},{"id":17596,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Attachment.__type"},{"id":17597,"kind":1024,"name":"meta","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Attachment.__type"},{"id":17598,"kind":1024,"name":"description","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Attachment.__type"},{"id":17599,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17600,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.Card"},{"id":17601,"kind":1024,"name":"url","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Card.__type"},{"id":17602,"kind":1024,"name":"title","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Card.__type"},{"id":17603,"kind":1024,"name":"description","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Card.__type"},{"id":17604,"kind":1024,"name":"type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Card.__type"},{"id":17605,"kind":1024,"name":"image","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Card.__type"},{"id":17606,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Card.__type"},{"id":17607,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Card.__type"},{"id":17608,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Card.__type"},{"id":17609,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Card.__type"},{"id":17610,"kind":1024,"name":"html","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Card.__type"},{"id":17611,"kind":1024,"name":"width","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Card.__type"},{"id":17612,"kind":1024,"name":"height","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Card.__type"},{"id":17613,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17614,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.Mention"},{"id":17615,"kind":1024,"name":"id","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Mention.__type"},{"id":17616,"kind":1024,"name":"username","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Mention.__type"},{"id":17617,"kind":1024,"name":"url","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Mention.__type"},{"id":17618,"kind":1024,"name":"acct","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Mention.__type"},{"id":17619,"kind":4194304,"name":"History","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17620,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.History"},{"id":17621,"kind":1024,"name":"day","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.History.__type"},{"id":17622,"kind":1024,"name":"uses","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.History.__type"},{"id":17623,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.History.__type"},{"id":17624,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17625,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.Tag"},{"id":17626,"kind":1024,"name":"name","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Tag.__type"},{"id":17627,"kind":1024,"name":"url","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Tag.__type"},{"id":17628,"kind":1024,"name":"history","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Tag.__type"},{"id":17629,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17630,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.PollOption"},{"id":17631,"kind":1024,"name":"title","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.PollOption.__type"},{"id":17632,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.PollOption.__type"},{"id":17633,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17634,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.Poll"},{"id":17635,"kind":1024,"name":"id","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Poll.__type"},{"id":17636,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Poll.__type"},{"id":17637,"kind":1024,"name":"expired","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Poll.__type"},{"id":17638,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Poll.__type"},{"id":17639,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Poll.__type"},{"id":17640,"kind":1024,"name":"options","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Poll.__type"},{"id":17641,"kind":1024,"name":"voted","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Poll.__type"},{"id":17642,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17643,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status"},{"id":17644,"kind":1024,"name":"id","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17645,"kind":1024,"name":"uri","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17646,"kind":1024,"name":"url","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17647,"kind":1024,"name":"account","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17648,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17649,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17650,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17651,"kind":1024,"name":"content","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17652,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17653,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17654,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17655,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17656,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17657,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17658,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17659,"kind":1024,"name":"muted","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17660,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17661,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17662,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17663,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17664,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17665,"kind":1024,"name":"tags","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17666,"kind":1024,"name":"card","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17667,"kind":1024,"name":"poll","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17668,"kind":1024,"name":"application","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17669,"kind":1024,"name":"language","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17670,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17671,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17672,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17673,"kind":1024,"name":"quote","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Status.__type"},{"id":17674,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17675,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.Context"},{"id":17676,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Context.__type"},{"id":17677,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Context.__type"},{"id":17678,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17679,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.Conversation"},{"id":17680,"kind":1024,"name":"id","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Conversation.__type"},{"id":17681,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Conversation.__type"},{"id":17682,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Conversation.__type"},{"id":17683,"kind":1024,"name":"unread","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Conversation.__type"},{"id":17684,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17685,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.FeaturedTag"},{"id":17686,"kind":1024,"name":"id","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.FeaturedTag.__type"},{"id":17687,"kind":1024,"name":"name","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.FeaturedTag.__type"},{"id":17688,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.FeaturedTag.__type"},{"id":17689,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.FeaturedTag.__type"},{"id":17690,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17691,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.Field"},{"id":17692,"kind":1024,"name":"name","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Field.__type"},{"id":17693,"kind":1024,"name":"value","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Field.__type"},{"id":17694,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Field.__type"},{"id":17695,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17696,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.Filter"},{"id":17697,"kind":1024,"name":"id","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Filter.__type"},{"id":17698,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Filter.__type"},{"id":17699,"kind":1024,"name":"context","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Filter.__type"},{"id":17700,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Filter.__type"},{"id":17701,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Filter.__type"},{"id":17702,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Filter.__type"},{"id":17703,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17704,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.IdentityProof"},{"id":17705,"kind":1024,"name":"provider","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.IdentityProof.__type"},{"id":17706,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.IdentityProof.__type"},{"id":17707,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.IdentityProof.__type"},{"id":17708,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.IdentityProof.__type"},{"id":17709,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.IdentityProof.__type"},{"id":17710,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17711,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.URLs"},{"id":17712,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.URLs.__type"},{"id":17713,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17714,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.Stats"},{"id":17715,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Stats.__type"},{"id":17716,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Stats.__type"},{"id":17717,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Stats.__type"},{"id":17718,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17719,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.Instance"},{"id":17720,"kind":1024,"name":"uri","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Instance.__type"},{"id":17721,"kind":1024,"name":"title","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Instance.__type"},{"id":17722,"kind":1024,"name":"description","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Instance.__type"},{"id":17723,"kind":1024,"name":"email","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Instance.__type"},{"id":17724,"kind":1024,"name":"version","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Instance.__type"},{"id":17725,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Instance.__type"},{"id":17726,"kind":1024,"name":"urls","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Instance.__type"},{"id":17727,"kind":1024,"name":"stats","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Instance.__type"},{"id":17728,"kind":1024,"name":"languages","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Instance.__type"},{"id":17729,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Instance.__type"},{"id":17730,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Instance.__type"},{"id":17731,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Instance.__type"},{"id":17732,"kind":4194304,"name":"List","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17733,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.List"},{"id":17734,"kind":1024,"name":"id","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.List.__type"},{"id":17735,"kind":1024,"name":"title","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.List.__type"},{"id":17736,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17737,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.Marker"},{"id":17738,"kind":1024,"name":"home","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Marker.__type"},{"id":17739,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Marker.__type"},{"id":17740,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Marker.__type.__type"},{"id":17741,"kind":1024,"name":"version","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Marker.__type.__type"},{"id":17742,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Marker.__type.__type"},{"id":17743,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Marker.__type"},{"id":17744,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Marker.__type"},{"id":17745,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Marker.__type.__type"},{"id":17746,"kind":1024,"name":"version","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Marker.__type.__type"},{"id":17747,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Marker.__type.__type"},{"id":17748,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17749,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.Notification"},{"id":17750,"kind":1024,"name":"account","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Notification.__type"},{"id":17751,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Notification.__type"},{"id":17752,"kind":1024,"name":"id","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Notification.__type"},{"id":17753,"kind":1024,"name":"status","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Notification.__type"},{"id":17754,"kind":1024,"name":"type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Notification.__type"},{"id":17755,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17756,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17757,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.Preferences"},{"id":17758,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Preferences.__type"},{"id":17759,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Preferences.__type"},{"id":17760,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Preferences.__type"},{"id":17761,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Preferences.__type"},{"id":17762,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Preferences.__type"},{"id":17763,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17764,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.PushSubscription"},{"id":17765,"kind":1024,"name":"id","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.PushSubscription.__type"},{"id":17766,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.PushSubscription.__type"},{"id":17767,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.PushSubscription.__type"},{"id":17768,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.PushSubscription.__type"},{"id":17769,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17770,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.Relationship"},{"id":17771,"kind":1024,"name":"id","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Relationship.__type"},{"id":17772,"kind":1024,"name":"following","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Relationship.__type"},{"id":17773,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Relationship.__type"},{"id":17774,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Relationship.__type"},{"id":17775,"kind":1024,"name":"muting","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Relationship.__type"},{"id":17776,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Relationship.__type"},{"id":17777,"kind":1024,"name":"requested","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Relationship.__type"},{"id":17778,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Relationship.__type"},{"id":17779,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Relationship.__type"},{"id":17780,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Relationship.__type"},{"id":17781,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17782,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.Report"},{"id":17783,"kind":1024,"name":"id","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Report.__type"},{"id":17784,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Report.__type"},{"id":17785,"kind":1024,"name":"comment","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Report.__type"},{"id":17786,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Report.__type"},{"id":17787,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Report.__type"},{"id":17788,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17789,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.Results"},{"id":17790,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Results.__type"},{"id":17791,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Results.__type"},{"id":17792,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Results.__type"},{"id":17793,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17794,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.ScheduledStatus"},{"id":17795,"kind":1024,"name":"id","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.ScheduledStatus.__type"},{"id":17796,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.ScheduledStatus.__type"},{"id":17797,"kind":1024,"name":"params","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.ScheduledStatus.__type"},{"id":17798,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.ScheduledStatus.__type"},{"id":17799,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17800,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.StatusParams"},{"id":17801,"kind":1024,"name":"text","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.StatusParams.__type"},{"id":17802,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.StatusParams.__type"},{"id":17803,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.StatusParams.__type"},{"id":17804,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.StatusParams.__type"},{"id":17805,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.StatusParams.__type"},{"id":17806,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.StatusParams.__type"},{"id":17807,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.StatusParams.__type"},{"id":17808,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.StatusParams.__type"},{"id":17809,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/scheduled_status.MastodonEntity"},{"id":17810,"kind":65536,"name":"__type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/scheduled_status.MastodonEntity.Token"},{"id":17811,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Token.__type"},{"id":17812,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Token.__type"},{"id":17813,"kind":1024,"name":"scope","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Token.__type"},{"id":17814,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_scheduled_status.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/scheduled_status.MastodonEntity.Token.__type"},{"id":17815,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_source.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/source"},{"id":17816,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_source.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":17817,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.Emoji"},{"id":17818,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_source.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Emoji.__type"},{"id":17819,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_source.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Emoji.__type"},{"id":17820,"kind":1024,"name":"url","url":"modules/mastodon_entities_source.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Emoji.__type"},{"id":17821,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_source.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Emoji.__type"},{"id":17822,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_source.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":17823,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.Source"},{"id":17824,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_source.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Source.__type"},{"id":17825,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_source.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Source.__type"},{"id":17826,"kind":1024,"name":"language","url":"modules/mastodon_entities_source.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Source.__type"},{"id":17827,"kind":1024,"name":"note","url":"modules/mastodon_entities_source.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Source.__type"},{"id":17828,"kind":1024,"name":"fields","url":"modules/mastodon_entities_source.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Source.__type"},{"id":17829,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_source.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":17830,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.Account"},{"id":17831,"kind":1024,"name":"id","url":"modules/mastodon_entities_source.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Account.__type"},{"id":17832,"kind":1024,"name":"username","url":"modules/mastodon_entities_source.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Account.__type"},{"id":17833,"kind":1024,"name":"acct","url":"modules/mastodon_entities_source.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Account.__type"},{"id":17834,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_source.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Account.__type"},{"id":17835,"kind":1024,"name":"locked","url":"modules/mastodon_entities_source.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Account.__type"},{"id":17836,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_source.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Account.__type"},{"id":17837,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_source.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Account.__type"},{"id":17838,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_source.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Account.__type"},{"id":17839,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_source.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Account.__type"},{"id":17840,"kind":1024,"name":"note","url":"modules/mastodon_entities_source.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Account.__type"},{"id":17841,"kind":1024,"name":"url","url":"modules/mastodon_entities_source.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Account.__type"},{"id":17842,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_source.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Account.__type"},{"id":17843,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_source.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Account.__type"},{"id":17844,"kind":1024,"name":"header","url":"modules/mastodon_entities_source.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Account.__type"},{"id":17845,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_source.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Account.__type"},{"id":17846,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_source.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Account.__type"},{"id":17847,"kind":1024,"name":"moved","url":"modules/mastodon_entities_source.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Account.__type"},{"id":17848,"kind":1024,"name":"fields","url":"modules/mastodon_entities_source.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Account.__type"},{"id":17849,"kind":1024,"name":"bot","url":"modules/mastodon_entities_source.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Account.__type"},{"id":17850,"kind":1024,"name":"source","url":"modules/mastodon_entities_source.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Account.__type"},{"id":17851,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_source.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":17852,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.Activity"},{"id":17853,"kind":1024,"name":"week","url":"modules/mastodon_entities_source.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Activity.__type"},{"id":17854,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_source.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Activity.__type"},{"id":17855,"kind":1024,"name":"logins","url":"modules/mastodon_entities_source.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Activity.__type"},{"id":17856,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_source.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Activity.__type"},{"id":17857,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_source.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":17858,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.Application"},{"id":17859,"kind":1024,"name":"name","url":"modules/mastodon_entities_source.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Application.__type"},{"id":17860,"kind":1024,"name":"website","url":"modules/mastodon_entities_source.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Application.__type"},{"id":17861,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_source.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Application.__type"},{"id":17862,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_source.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":17863,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.Attachment"},{"id":17864,"kind":1024,"name":"id","url":"modules/mastodon_entities_source.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Attachment.__type"},{"id":17865,"kind":1024,"name":"type","url":"modules/mastodon_entities_source.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Attachment.__type"},{"id":17866,"kind":1024,"name":"url","url":"modules/mastodon_entities_source.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Attachment.__type"},{"id":17867,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_source.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Attachment.__type"},{"id":17868,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_source.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Attachment.__type"},{"id":17869,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_source.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Attachment.__type"},{"id":17870,"kind":1024,"name":"meta","url":"modules/mastodon_entities_source.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Attachment.__type"},{"id":17871,"kind":1024,"name":"description","url":"modules/mastodon_entities_source.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Attachment.__type"},{"id":17872,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_source.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":17873,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.Card"},{"id":17874,"kind":1024,"name":"url","url":"modules/mastodon_entities_source.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Card.__type"},{"id":17875,"kind":1024,"name":"title","url":"modules/mastodon_entities_source.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Card.__type"},{"id":17876,"kind":1024,"name":"description","url":"modules/mastodon_entities_source.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Card.__type"},{"id":17877,"kind":1024,"name":"type","url":"modules/mastodon_entities_source.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Card.__type"},{"id":17878,"kind":1024,"name":"image","url":"modules/mastodon_entities_source.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Card.__type"},{"id":17879,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_source.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Card.__type"},{"id":17880,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_source.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Card.__type"},{"id":17881,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_source.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Card.__type"},{"id":17882,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_source.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Card.__type"},{"id":17883,"kind":1024,"name":"html","url":"modules/mastodon_entities_source.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Card.__type"},{"id":17884,"kind":1024,"name":"width","url":"modules/mastodon_entities_source.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Card.__type"},{"id":17885,"kind":1024,"name":"height","url":"modules/mastodon_entities_source.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Card.__type"},{"id":17886,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_source.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":17887,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.Mention"},{"id":17888,"kind":1024,"name":"id","url":"modules/mastodon_entities_source.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Mention.__type"},{"id":17889,"kind":1024,"name":"username","url":"modules/mastodon_entities_source.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Mention.__type"},{"id":17890,"kind":1024,"name":"url","url":"modules/mastodon_entities_source.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Mention.__type"},{"id":17891,"kind":1024,"name":"acct","url":"modules/mastodon_entities_source.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Mention.__type"},{"id":17892,"kind":4194304,"name":"History","url":"modules/mastodon_entities_source.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":17893,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.History"},{"id":17894,"kind":1024,"name":"day","url":"modules/mastodon_entities_source.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.History.__type"},{"id":17895,"kind":1024,"name":"uses","url":"modules/mastodon_entities_source.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.History.__type"},{"id":17896,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_source.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.History.__type"},{"id":17897,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_source.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":17898,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.Tag"},{"id":17899,"kind":1024,"name":"name","url":"modules/mastodon_entities_source.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Tag.__type"},{"id":17900,"kind":1024,"name":"url","url":"modules/mastodon_entities_source.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Tag.__type"},{"id":17901,"kind":1024,"name":"history","url":"modules/mastodon_entities_source.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Tag.__type"},{"id":17902,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_source.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":17903,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.PollOption"},{"id":17904,"kind":1024,"name":"title","url":"modules/mastodon_entities_source.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.PollOption.__type"},{"id":17905,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_source.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.PollOption.__type"},{"id":17906,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_source.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":17907,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.Poll"},{"id":17908,"kind":1024,"name":"id","url":"modules/mastodon_entities_source.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Poll.__type"},{"id":17909,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_source.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Poll.__type"},{"id":17910,"kind":1024,"name":"expired","url":"modules/mastodon_entities_source.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Poll.__type"},{"id":17911,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_source.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Poll.__type"},{"id":17912,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_source.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Poll.__type"},{"id":17913,"kind":1024,"name":"options","url":"modules/mastodon_entities_source.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Poll.__type"},{"id":17914,"kind":1024,"name":"voted","url":"modules/mastodon_entities_source.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Poll.__type"},{"id":17915,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_source.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":17916,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.Status"},{"id":17917,"kind":1024,"name":"id","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17918,"kind":1024,"name":"uri","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17919,"kind":1024,"name":"url","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17920,"kind":1024,"name":"account","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17921,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17922,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17923,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17924,"kind":1024,"name":"content","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17925,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17926,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17927,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17928,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17929,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17930,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17931,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17932,"kind":1024,"name":"muted","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17933,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17934,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17935,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17936,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17937,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17938,"kind":1024,"name":"tags","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17939,"kind":1024,"name":"card","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17940,"kind":1024,"name":"poll","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17941,"kind":1024,"name":"application","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17942,"kind":1024,"name":"language","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17943,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17944,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17945,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17946,"kind":1024,"name":"quote","url":"modules/mastodon_entities_source.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Status.__type"},{"id":17947,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_source.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":17948,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.Context"},{"id":17949,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_source.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Context.__type"},{"id":17950,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_source.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Context.__type"},{"id":17951,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_source.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":17952,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.Conversation"},{"id":17953,"kind":1024,"name":"id","url":"modules/mastodon_entities_source.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Conversation.__type"},{"id":17954,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_source.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Conversation.__type"},{"id":17955,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_source.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Conversation.__type"},{"id":17956,"kind":1024,"name":"unread","url":"modules/mastodon_entities_source.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Conversation.__type"},{"id":17957,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_source.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":17958,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.FeaturedTag"},{"id":17959,"kind":1024,"name":"id","url":"modules/mastodon_entities_source.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.FeaturedTag.__type"},{"id":17960,"kind":1024,"name":"name","url":"modules/mastodon_entities_source.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.FeaturedTag.__type"},{"id":17961,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_source.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.FeaturedTag.__type"},{"id":17962,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_source.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.FeaturedTag.__type"},{"id":17963,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_source.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":17964,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.Field"},{"id":17965,"kind":1024,"name":"name","url":"modules/mastodon_entities_source.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Field.__type"},{"id":17966,"kind":1024,"name":"value","url":"modules/mastodon_entities_source.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Field.__type"},{"id":17967,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_source.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Field.__type"},{"id":17968,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_source.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":17969,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.Filter"},{"id":17970,"kind":1024,"name":"id","url":"modules/mastodon_entities_source.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Filter.__type"},{"id":17971,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_source.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Filter.__type"},{"id":17972,"kind":1024,"name":"context","url":"modules/mastodon_entities_source.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Filter.__type"},{"id":17973,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_source.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Filter.__type"},{"id":17974,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_source.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Filter.__type"},{"id":17975,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_source.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Filter.__type"},{"id":17976,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_source.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":17977,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.IdentityProof"},{"id":17978,"kind":1024,"name":"provider","url":"modules/mastodon_entities_source.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.IdentityProof.__type"},{"id":17979,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_source.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.IdentityProof.__type"},{"id":17980,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_source.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.IdentityProof.__type"},{"id":17981,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_source.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.IdentityProof.__type"},{"id":17982,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_source.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.IdentityProof.__type"},{"id":17983,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_source.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":17984,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.URLs"},{"id":17985,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_source.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.URLs.__type"},{"id":17986,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_source.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":17987,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.Stats"},{"id":17988,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_source.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Stats.__type"},{"id":17989,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_source.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Stats.__type"},{"id":17990,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_source.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Stats.__type"},{"id":17991,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_source.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":17992,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.Instance"},{"id":17993,"kind":1024,"name":"uri","url":"modules/mastodon_entities_source.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Instance.__type"},{"id":17994,"kind":1024,"name":"title","url":"modules/mastodon_entities_source.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Instance.__type"},{"id":17995,"kind":1024,"name":"description","url":"modules/mastodon_entities_source.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Instance.__type"},{"id":17996,"kind":1024,"name":"email","url":"modules/mastodon_entities_source.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Instance.__type"},{"id":17997,"kind":1024,"name":"version","url":"modules/mastodon_entities_source.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Instance.__type"},{"id":17998,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_source.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Instance.__type"},{"id":17999,"kind":1024,"name":"urls","url":"modules/mastodon_entities_source.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Instance.__type"},{"id":18000,"kind":1024,"name":"stats","url":"modules/mastodon_entities_source.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Instance.__type"},{"id":18001,"kind":1024,"name":"languages","url":"modules/mastodon_entities_source.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Instance.__type"},{"id":18002,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_source.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Instance.__type"},{"id":18003,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_source.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Instance.__type"},{"id":18004,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_source.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Instance.__type"},{"id":18005,"kind":4194304,"name":"List","url":"modules/mastodon_entities_source.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":18006,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.List"},{"id":18007,"kind":1024,"name":"id","url":"modules/mastodon_entities_source.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.List.__type"},{"id":18008,"kind":1024,"name":"title","url":"modules/mastodon_entities_source.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.List.__type"},{"id":18009,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_source.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":18010,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.Marker"},{"id":18011,"kind":1024,"name":"home","url":"modules/mastodon_entities_source.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Marker.__type"},{"id":18012,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Marker.__type"},{"id":18013,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_source.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Marker.__type.__type"},{"id":18014,"kind":1024,"name":"version","url":"modules/mastodon_entities_source.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Marker.__type.__type"},{"id":18015,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_source.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Marker.__type.__type"},{"id":18016,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_source.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Marker.__type"},{"id":18017,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Marker.__type"},{"id":18018,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_source.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Marker.__type.__type"},{"id":18019,"kind":1024,"name":"version","url":"modules/mastodon_entities_source.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Marker.__type.__type"},{"id":18020,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_source.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Marker.__type.__type"},{"id":18021,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_source.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":18022,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.Notification"},{"id":18023,"kind":1024,"name":"account","url":"modules/mastodon_entities_source.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Notification.__type"},{"id":18024,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_source.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Notification.__type"},{"id":18025,"kind":1024,"name":"id","url":"modules/mastodon_entities_source.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Notification.__type"},{"id":18026,"kind":1024,"name":"status","url":"modules/mastodon_entities_source.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Notification.__type"},{"id":18027,"kind":1024,"name":"type","url":"modules/mastodon_entities_source.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Notification.__type"},{"id":18028,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_source.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":18029,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_source.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":18030,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.Preferences"},{"id":18031,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_source.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Preferences.__type"},{"id":18032,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_source.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Preferences.__type"},{"id":18033,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_source.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Preferences.__type"},{"id":18034,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_source.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Preferences.__type"},{"id":18035,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_source.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Preferences.__type"},{"id":18036,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_source.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":18037,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.PushSubscription"},{"id":18038,"kind":1024,"name":"id","url":"modules/mastodon_entities_source.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.PushSubscription.__type"},{"id":18039,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_source.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.PushSubscription.__type"},{"id":18040,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_source.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.PushSubscription.__type"},{"id":18041,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_source.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.PushSubscription.__type"},{"id":18042,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_source.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":18043,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.Relationship"},{"id":18044,"kind":1024,"name":"id","url":"modules/mastodon_entities_source.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Relationship.__type"},{"id":18045,"kind":1024,"name":"following","url":"modules/mastodon_entities_source.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Relationship.__type"},{"id":18046,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_source.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Relationship.__type"},{"id":18047,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_source.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Relationship.__type"},{"id":18048,"kind":1024,"name":"muting","url":"modules/mastodon_entities_source.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Relationship.__type"},{"id":18049,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_source.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Relationship.__type"},{"id":18050,"kind":1024,"name":"requested","url":"modules/mastodon_entities_source.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Relationship.__type"},{"id":18051,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_source.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Relationship.__type"},{"id":18052,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_source.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Relationship.__type"},{"id":18053,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_source.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Relationship.__type"},{"id":18054,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_source.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":18055,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.Report"},{"id":18056,"kind":1024,"name":"id","url":"modules/mastodon_entities_source.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Report.__type"},{"id":18057,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_source.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Report.__type"},{"id":18058,"kind":1024,"name":"comment","url":"modules/mastodon_entities_source.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Report.__type"},{"id":18059,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_source.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Report.__type"},{"id":18060,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_source.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Report.__type"},{"id":18061,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_source.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":18062,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.Results"},{"id":18063,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_source.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Results.__type"},{"id":18064,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_source.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Results.__type"},{"id":18065,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_source.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Results.__type"},{"id":18066,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_source.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":18067,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.ScheduledStatus"},{"id":18068,"kind":1024,"name":"id","url":"modules/mastodon_entities_source.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.ScheduledStatus.__type"},{"id":18069,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_source.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.ScheduledStatus.__type"},{"id":18070,"kind":1024,"name":"params","url":"modules/mastodon_entities_source.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.ScheduledStatus.__type"},{"id":18071,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_source.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.ScheduledStatus.__type"},{"id":18072,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_source.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":18073,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.StatusParams"},{"id":18074,"kind":1024,"name":"text","url":"modules/mastodon_entities_source.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.StatusParams.__type"},{"id":18075,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_source.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.StatusParams.__type"},{"id":18076,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_source.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.StatusParams.__type"},{"id":18077,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_source.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.StatusParams.__type"},{"id":18078,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_source.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.StatusParams.__type"},{"id":18079,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_source.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.StatusParams.__type"},{"id":18080,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_source.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.StatusParams.__type"},{"id":18081,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_source.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.StatusParams.__type"},{"id":18082,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_source.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/source.MastodonEntity"},{"id":18083,"kind":65536,"name":"__type","url":"modules/mastodon_entities_source.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/source.MastodonEntity.Token"},{"id":18084,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_source.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Token.__type"},{"id":18085,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_source.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Token.__type"},{"id":18086,"kind":1024,"name":"scope","url":"modules/mastodon_entities_source.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Token.__type"},{"id":18087,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_source.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/source.MastodonEntity.Token.__type"},{"id":18088,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_stats.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/stats"},{"id":18089,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_stats.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18090,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.Emoji"},{"id":18091,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_stats.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Emoji.__type"},{"id":18092,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_stats.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Emoji.__type"},{"id":18093,"kind":1024,"name":"url","url":"modules/mastodon_entities_stats.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Emoji.__type"},{"id":18094,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_stats.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Emoji.__type"},{"id":18095,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_stats.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18096,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.Source"},{"id":18097,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_stats.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Source.__type"},{"id":18098,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_stats.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Source.__type"},{"id":18099,"kind":1024,"name":"language","url":"modules/mastodon_entities_stats.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Source.__type"},{"id":18100,"kind":1024,"name":"note","url":"modules/mastodon_entities_stats.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Source.__type"},{"id":18101,"kind":1024,"name":"fields","url":"modules/mastodon_entities_stats.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Source.__type"},{"id":18102,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_stats.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18103,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.Account"},{"id":18104,"kind":1024,"name":"id","url":"modules/mastodon_entities_stats.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Account.__type"},{"id":18105,"kind":1024,"name":"username","url":"modules/mastodon_entities_stats.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Account.__type"},{"id":18106,"kind":1024,"name":"acct","url":"modules/mastodon_entities_stats.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Account.__type"},{"id":18107,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_stats.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Account.__type"},{"id":18108,"kind":1024,"name":"locked","url":"modules/mastodon_entities_stats.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Account.__type"},{"id":18109,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_stats.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Account.__type"},{"id":18110,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_stats.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Account.__type"},{"id":18111,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_stats.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Account.__type"},{"id":18112,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_stats.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Account.__type"},{"id":18113,"kind":1024,"name":"note","url":"modules/mastodon_entities_stats.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Account.__type"},{"id":18114,"kind":1024,"name":"url","url":"modules/mastodon_entities_stats.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Account.__type"},{"id":18115,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_stats.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Account.__type"},{"id":18116,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_stats.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Account.__type"},{"id":18117,"kind":1024,"name":"header","url":"modules/mastodon_entities_stats.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Account.__type"},{"id":18118,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_stats.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Account.__type"},{"id":18119,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_stats.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Account.__type"},{"id":18120,"kind":1024,"name":"moved","url":"modules/mastodon_entities_stats.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Account.__type"},{"id":18121,"kind":1024,"name":"fields","url":"modules/mastodon_entities_stats.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Account.__type"},{"id":18122,"kind":1024,"name":"bot","url":"modules/mastodon_entities_stats.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Account.__type"},{"id":18123,"kind":1024,"name":"source","url":"modules/mastodon_entities_stats.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Account.__type"},{"id":18124,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_stats.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18125,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.Activity"},{"id":18126,"kind":1024,"name":"week","url":"modules/mastodon_entities_stats.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Activity.__type"},{"id":18127,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_stats.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Activity.__type"},{"id":18128,"kind":1024,"name":"logins","url":"modules/mastodon_entities_stats.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Activity.__type"},{"id":18129,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_stats.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Activity.__type"},{"id":18130,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_stats.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18131,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.Application"},{"id":18132,"kind":1024,"name":"name","url":"modules/mastodon_entities_stats.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Application.__type"},{"id":18133,"kind":1024,"name":"website","url":"modules/mastodon_entities_stats.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Application.__type"},{"id":18134,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_stats.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Application.__type"},{"id":18135,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_stats.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18136,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.Attachment"},{"id":18137,"kind":1024,"name":"id","url":"modules/mastodon_entities_stats.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Attachment.__type"},{"id":18138,"kind":1024,"name":"type","url":"modules/mastodon_entities_stats.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Attachment.__type"},{"id":18139,"kind":1024,"name":"url","url":"modules/mastodon_entities_stats.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Attachment.__type"},{"id":18140,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_stats.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Attachment.__type"},{"id":18141,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_stats.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Attachment.__type"},{"id":18142,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_stats.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Attachment.__type"},{"id":18143,"kind":1024,"name":"meta","url":"modules/mastodon_entities_stats.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Attachment.__type"},{"id":18144,"kind":1024,"name":"description","url":"modules/mastodon_entities_stats.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Attachment.__type"},{"id":18145,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_stats.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18146,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.Card"},{"id":18147,"kind":1024,"name":"url","url":"modules/mastodon_entities_stats.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Card.__type"},{"id":18148,"kind":1024,"name":"title","url":"modules/mastodon_entities_stats.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Card.__type"},{"id":18149,"kind":1024,"name":"description","url":"modules/mastodon_entities_stats.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Card.__type"},{"id":18150,"kind":1024,"name":"type","url":"modules/mastodon_entities_stats.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Card.__type"},{"id":18151,"kind":1024,"name":"image","url":"modules/mastodon_entities_stats.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Card.__type"},{"id":18152,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_stats.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Card.__type"},{"id":18153,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_stats.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Card.__type"},{"id":18154,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_stats.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Card.__type"},{"id":18155,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_stats.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Card.__type"},{"id":18156,"kind":1024,"name":"html","url":"modules/mastodon_entities_stats.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Card.__type"},{"id":18157,"kind":1024,"name":"width","url":"modules/mastodon_entities_stats.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Card.__type"},{"id":18158,"kind":1024,"name":"height","url":"modules/mastodon_entities_stats.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Card.__type"},{"id":18159,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_stats.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18160,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.Mention"},{"id":18161,"kind":1024,"name":"id","url":"modules/mastodon_entities_stats.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Mention.__type"},{"id":18162,"kind":1024,"name":"username","url":"modules/mastodon_entities_stats.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Mention.__type"},{"id":18163,"kind":1024,"name":"url","url":"modules/mastodon_entities_stats.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Mention.__type"},{"id":18164,"kind":1024,"name":"acct","url":"modules/mastodon_entities_stats.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Mention.__type"},{"id":18165,"kind":4194304,"name":"History","url":"modules/mastodon_entities_stats.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18166,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.History"},{"id":18167,"kind":1024,"name":"day","url":"modules/mastodon_entities_stats.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.History.__type"},{"id":18168,"kind":1024,"name":"uses","url":"modules/mastodon_entities_stats.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.History.__type"},{"id":18169,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_stats.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.History.__type"},{"id":18170,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_stats.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18171,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.Tag"},{"id":18172,"kind":1024,"name":"name","url":"modules/mastodon_entities_stats.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Tag.__type"},{"id":18173,"kind":1024,"name":"url","url":"modules/mastodon_entities_stats.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Tag.__type"},{"id":18174,"kind":1024,"name":"history","url":"modules/mastodon_entities_stats.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Tag.__type"},{"id":18175,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_stats.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18176,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.PollOption"},{"id":18177,"kind":1024,"name":"title","url":"modules/mastodon_entities_stats.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.PollOption.__type"},{"id":18178,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_stats.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.PollOption.__type"},{"id":18179,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_stats.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18180,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.Poll"},{"id":18181,"kind":1024,"name":"id","url":"modules/mastodon_entities_stats.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Poll.__type"},{"id":18182,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_stats.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Poll.__type"},{"id":18183,"kind":1024,"name":"expired","url":"modules/mastodon_entities_stats.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Poll.__type"},{"id":18184,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_stats.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Poll.__type"},{"id":18185,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_stats.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Poll.__type"},{"id":18186,"kind":1024,"name":"options","url":"modules/mastodon_entities_stats.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Poll.__type"},{"id":18187,"kind":1024,"name":"voted","url":"modules/mastodon_entities_stats.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Poll.__type"},{"id":18188,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18189,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.Status"},{"id":18190,"kind":1024,"name":"id","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18191,"kind":1024,"name":"uri","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18192,"kind":1024,"name":"url","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18193,"kind":1024,"name":"account","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18194,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18195,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18196,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18197,"kind":1024,"name":"content","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18198,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18199,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18200,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18201,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18202,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18203,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18204,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18205,"kind":1024,"name":"muted","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18206,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18207,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18208,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18209,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18210,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18211,"kind":1024,"name":"tags","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18212,"kind":1024,"name":"card","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18213,"kind":1024,"name":"poll","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18214,"kind":1024,"name":"application","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18215,"kind":1024,"name":"language","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18216,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18217,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18218,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18219,"kind":1024,"name":"quote","url":"modules/mastodon_entities_stats.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Status.__type"},{"id":18220,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_stats.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18221,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.Context"},{"id":18222,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_stats.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Context.__type"},{"id":18223,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_stats.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Context.__type"},{"id":18224,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_stats.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18225,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.Conversation"},{"id":18226,"kind":1024,"name":"id","url":"modules/mastodon_entities_stats.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Conversation.__type"},{"id":18227,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_stats.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Conversation.__type"},{"id":18228,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_stats.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Conversation.__type"},{"id":18229,"kind":1024,"name":"unread","url":"modules/mastodon_entities_stats.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Conversation.__type"},{"id":18230,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_stats.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18231,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.FeaturedTag"},{"id":18232,"kind":1024,"name":"id","url":"modules/mastodon_entities_stats.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.FeaturedTag.__type"},{"id":18233,"kind":1024,"name":"name","url":"modules/mastodon_entities_stats.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.FeaturedTag.__type"},{"id":18234,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_stats.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.FeaturedTag.__type"},{"id":18235,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_stats.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.FeaturedTag.__type"},{"id":18236,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_stats.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18237,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.Field"},{"id":18238,"kind":1024,"name":"name","url":"modules/mastodon_entities_stats.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Field.__type"},{"id":18239,"kind":1024,"name":"value","url":"modules/mastodon_entities_stats.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Field.__type"},{"id":18240,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_stats.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Field.__type"},{"id":18241,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_stats.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18242,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.Filter"},{"id":18243,"kind":1024,"name":"id","url":"modules/mastodon_entities_stats.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Filter.__type"},{"id":18244,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_stats.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Filter.__type"},{"id":18245,"kind":1024,"name":"context","url":"modules/mastodon_entities_stats.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Filter.__type"},{"id":18246,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_stats.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Filter.__type"},{"id":18247,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_stats.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Filter.__type"},{"id":18248,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_stats.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Filter.__type"},{"id":18249,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_stats.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18250,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.IdentityProof"},{"id":18251,"kind":1024,"name":"provider","url":"modules/mastodon_entities_stats.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.IdentityProof.__type"},{"id":18252,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_stats.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.IdentityProof.__type"},{"id":18253,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_stats.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.IdentityProof.__type"},{"id":18254,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_stats.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.IdentityProof.__type"},{"id":18255,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_stats.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.IdentityProof.__type"},{"id":18256,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_stats.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18257,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.URLs"},{"id":18258,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_stats.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.URLs.__type"},{"id":18259,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_stats.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18260,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.Stats"},{"id":18261,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_stats.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Stats.__type"},{"id":18262,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_stats.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Stats.__type"},{"id":18263,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_stats.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Stats.__type"},{"id":18264,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_stats.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18265,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.Instance"},{"id":18266,"kind":1024,"name":"uri","url":"modules/mastodon_entities_stats.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Instance.__type"},{"id":18267,"kind":1024,"name":"title","url":"modules/mastodon_entities_stats.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Instance.__type"},{"id":18268,"kind":1024,"name":"description","url":"modules/mastodon_entities_stats.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Instance.__type"},{"id":18269,"kind":1024,"name":"email","url":"modules/mastodon_entities_stats.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Instance.__type"},{"id":18270,"kind":1024,"name":"version","url":"modules/mastodon_entities_stats.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Instance.__type"},{"id":18271,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_stats.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Instance.__type"},{"id":18272,"kind":1024,"name":"urls","url":"modules/mastodon_entities_stats.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Instance.__type"},{"id":18273,"kind":1024,"name":"stats","url":"modules/mastodon_entities_stats.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Instance.__type"},{"id":18274,"kind":1024,"name":"languages","url":"modules/mastodon_entities_stats.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Instance.__type"},{"id":18275,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_stats.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Instance.__type"},{"id":18276,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_stats.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Instance.__type"},{"id":18277,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_stats.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Instance.__type"},{"id":18278,"kind":4194304,"name":"List","url":"modules/mastodon_entities_stats.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18279,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.List"},{"id":18280,"kind":1024,"name":"id","url":"modules/mastodon_entities_stats.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.List.__type"},{"id":18281,"kind":1024,"name":"title","url":"modules/mastodon_entities_stats.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.List.__type"},{"id":18282,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_stats.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18283,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.Marker"},{"id":18284,"kind":1024,"name":"home","url":"modules/mastodon_entities_stats.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Marker.__type"},{"id":18285,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Marker.__type"},{"id":18286,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_stats.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Marker.__type.__type"},{"id":18287,"kind":1024,"name":"version","url":"modules/mastodon_entities_stats.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Marker.__type.__type"},{"id":18288,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_stats.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Marker.__type.__type"},{"id":18289,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_stats.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Marker.__type"},{"id":18290,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Marker.__type"},{"id":18291,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_stats.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Marker.__type.__type"},{"id":18292,"kind":1024,"name":"version","url":"modules/mastodon_entities_stats.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Marker.__type.__type"},{"id":18293,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_stats.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Marker.__type.__type"},{"id":18294,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_stats.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18295,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.Notification"},{"id":18296,"kind":1024,"name":"account","url":"modules/mastodon_entities_stats.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Notification.__type"},{"id":18297,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_stats.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Notification.__type"},{"id":18298,"kind":1024,"name":"id","url":"modules/mastodon_entities_stats.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Notification.__type"},{"id":18299,"kind":1024,"name":"status","url":"modules/mastodon_entities_stats.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Notification.__type"},{"id":18300,"kind":1024,"name":"type","url":"modules/mastodon_entities_stats.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Notification.__type"},{"id":18301,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_stats.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18302,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_stats.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18303,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.Preferences"},{"id":18304,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_stats.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Preferences.__type"},{"id":18305,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_stats.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Preferences.__type"},{"id":18306,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_stats.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Preferences.__type"},{"id":18307,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_stats.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Preferences.__type"},{"id":18308,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_stats.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Preferences.__type"},{"id":18309,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_stats.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18310,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.PushSubscription"},{"id":18311,"kind":1024,"name":"id","url":"modules/mastodon_entities_stats.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.PushSubscription.__type"},{"id":18312,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_stats.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.PushSubscription.__type"},{"id":18313,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_stats.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.PushSubscription.__type"},{"id":18314,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_stats.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.PushSubscription.__type"},{"id":18315,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_stats.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18316,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.Relationship"},{"id":18317,"kind":1024,"name":"id","url":"modules/mastodon_entities_stats.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Relationship.__type"},{"id":18318,"kind":1024,"name":"following","url":"modules/mastodon_entities_stats.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Relationship.__type"},{"id":18319,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_stats.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Relationship.__type"},{"id":18320,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_stats.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Relationship.__type"},{"id":18321,"kind":1024,"name":"muting","url":"modules/mastodon_entities_stats.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Relationship.__type"},{"id":18322,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_stats.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Relationship.__type"},{"id":18323,"kind":1024,"name":"requested","url":"modules/mastodon_entities_stats.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Relationship.__type"},{"id":18324,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_stats.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Relationship.__type"},{"id":18325,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_stats.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Relationship.__type"},{"id":18326,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_stats.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Relationship.__type"},{"id":18327,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_stats.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18328,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.Report"},{"id":18329,"kind":1024,"name":"id","url":"modules/mastodon_entities_stats.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Report.__type"},{"id":18330,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_stats.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Report.__type"},{"id":18331,"kind":1024,"name":"comment","url":"modules/mastodon_entities_stats.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Report.__type"},{"id":18332,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_stats.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Report.__type"},{"id":18333,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_stats.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Report.__type"},{"id":18334,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_stats.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18335,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.Results"},{"id":18336,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_stats.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Results.__type"},{"id":18337,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_stats.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Results.__type"},{"id":18338,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_stats.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Results.__type"},{"id":18339,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_stats.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18340,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.ScheduledStatus"},{"id":18341,"kind":1024,"name":"id","url":"modules/mastodon_entities_stats.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.ScheduledStatus.__type"},{"id":18342,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_stats.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.ScheduledStatus.__type"},{"id":18343,"kind":1024,"name":"params","url":"modules/mastodon_entities_stats.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.ScheduledStatus.__type"},{"id":18344,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_stats.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.ScheduledStatus.__type"},{"id":18345,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_stats.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18346,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.StatusParams"},{"id":18347,"kind":1024,"name":"text","url":"modules/mastodon_entities_stats.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.StatusParams.__type"},{"id":18348,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_stats.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.StatusParams.__type"},{"id":18349,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_stats.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.StatusParams.__type"},{"id":18350,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_stats.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.StatusParams.__type"},{"id":18351,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_stats.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.StatusParams.__type"},{"id":18352,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_stats.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.StatusParams.__type"},{"id":18353,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_stats.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.StatusParams.__type"},{"id":18354,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_stats.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.StatusParams.__type"},{"id":18355,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_stats.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/stats.MastodonEntity"},{"id":18356,"kind":65536,"name":"__type","url":"modules/mastodon_entities_stats.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/stats.MastodonEntity.Token"},{"id":18357,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_stats.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Token.__type"},{"id":18358,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_stats.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Token.__type"},{"id":18359,"kind":1024,"name":"scope","url":"modules/mastodon_entities_stats.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Token.__type"},{"id":18360,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_stats.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/stats.MastodonEntity.Token.__type"},{"id":18361,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_status.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/status"},{"id":18362,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_status.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18363,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.Emoji"},{"id":18364,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_status.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Emoji.__type"},{"id":18365,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_status.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Emoji.__type"},{"id":18366,"kind":1024,"name":"url","url":"modules/mastodon_entities_status.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Emoji.__type"},{"id":18367,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_status.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Emoji.__type"},{"id":18368,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_status.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18369,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.Source"},{"id":18370,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_status.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Source.__type"},{"id":18371,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_status.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Source.__type"},{"id":18372,"kind":1024,"name":"language","url":"modules/mastodon_entities_status.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Source.__type"},{"id":18373,"kind":1024,"name":"note","url":"modules/mastodon_entities_status.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Source.__type"},{"id":18374,"kind":1024,"name":"fields","url":"modules/mastodon_entities_status.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Source.__type"},{"id":18375,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_status.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18376,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.Account"},{"id":18377,"kind":1024,"name":"id","url":"modules/mastodon_entities_status.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Account.__type"},{"id":18378,"kind":1024,"name":"username","url":"modules/mastodon_entities_status.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Account.__type"},{"id":18379,"kind":1024,"name":"acct","url":"modules/mastodon_entities_status.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Account.__type"},{"id":18380,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_status.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Account.__type"},{"id":18381,"kind":1024,"name":"locked","url":"modules/mastodon_entities_status.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Account.__type"},{"id":18382,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_status.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Account.__type"},{"id":18383,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_status.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Account.__type"},{"id":18384,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_status.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Account.__type"},{"id":18385,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_status.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Account.__type"},{"id":18386,"kind":1024,"name":"note","url":"modules/mastodon_entities_status.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Account.__type"},{"id":18387,"kind":1024,"name":"url","url":"modules/mastodon_entities_status.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Account.__type"},{"id":18388,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_status.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Account.__type"},{"id":18389,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_status.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Account.__type"},{"id":18390,"kind":1024,"name":"header","url":"modules/mastodon_entities_status.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Account.__type"},{"id":18391,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_status.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Account.__type"},{"id":18392,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_status.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Account.__type"},{"id":18393,"kind":1024,"name":"moved","url":"modules/mastodon_entities_status.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Account.__type"},{"id":18394,"kind":1024,"name":"fields","url":"modules/mastodon_entities_status.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Account.__type"},{"id":18395,"kind":1024,"name":"bot","url":"modules/mastodon_entities_status.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Account.__type"},{"id":18396,"kind":1024,"name":"source","url":"modules/mastodon_entities_status.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Account.__type"},{"id":18397,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_status.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18398,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.Activity"},{"id":18399,"kind":1024,"name":"week","url":"modules/mastodon_entities_status.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Activity.__type"},{"id":18400,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_status.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Activity.__type"},{"id":18401,"kind":1024,"name":"logins","url":"modules/mastodon_entities_status.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Activity.__type"},{"id":18402,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_status.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Activity.__type"},{"id":18403,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_status.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18404,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.Application"},{"id":18405,"kind":1024,"name":"name","url":"modules/mastodon_entities_status.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Application.__type"},{"id":18406,"kind":1024,"name":"website","url":"modules/mastodon_entities_status.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Application.__type"},{"id":18407,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_status.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Application.__type"},{"id":18408,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_status.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18409,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.Attachment"},{"id":18410,"kind":1024,"name":"id","url":"modules/mastodon_entities_status.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Attachment.__type"},{"id":18411,"kind":1024,"name":"type","url":"modules/mastodon_entities_status.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Attachment.__type"},{"id":18412,"kind":1024,"name":"url","url":"modules/mastodon_entities_status.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Attachment.__type"},{"id":18413,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_status.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Attachment.__type"},{"id":18414,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_status.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Attachment.__type"},{"id":18415,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_status.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Attachment.__type"},{"id":18416,"kind":1024,"name":"meta","url":"modules/mastodon_entities_status.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Attachment.__type"},{"id":18417,"kind":1024,"name":"description","url":"modules/mastodon_entities_status.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Attachment.__type"},{"id":18418,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_status.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18419,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.Card"},{"id":18420,"kind":1024,"name":"url","url":"modules/mastodon_entities_status.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Card.__type"},{"id":18421,"kind":1024,"name":"title","url":"modules/mastodon_entities_status.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Card.__type"},{"id":18422,"kind":1024,"name":"description","url":"modules/mastodon_entities_status.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Card.__type"},{"id":18423,"kind":1024,"name":"type","url":"modules/mastodon_entities_status.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Card.__type"},{"id":18424,"kind":1024,"name":"image","url":"modules/mastodon_entities_status.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Card.__type"},{"id":18425,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_status.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Card.__type"},{"id":18426,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_status.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Card.__type"},{"id":18427,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_status.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Card.__type"},{"id":18428,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_status.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Card.__type"},{"id":18429,"kind":1024,"name":"html","url":"modules/mastodon_entities_status.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Card.__type"},{"id":18430,"kind":1024,"name":"width","url":"modules/mastodon_entities_status.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Card.__type"},{"id":18431,"kind":1024,"name":"height","url":"modules/mastodon_entities_status.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Card.__type"},{"id":18432,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_status.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18433,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.Mention"},{"id":18434,"kind":1024,"name":"id","url":"modules/mastodon_entities_status.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Mention.__type"},{"id":18435,"kind":1024,"name":"username","url":"modules/mastodon_entities_status.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Mention.__type"},{"id":18436,"kind":1024,"name":"url","url":"modules/mastodon_entities_status.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Mention.__type"},{"id":18437,"kind":1024,"name":"acct","url":"modules/mastodon_entities_status.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Mention.__type"},{"id":18438,"kind":4194304,"name":"History","url":"modules/mastodon_entities_status.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18439,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.History"},{"id":18440,"kind":1024,"name":"day","url":"modules/mastodon_entities_status.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.History.__type"},{"id":18441,"kind":1024,"name":"uses","url":"modules/mastodon_entities_status.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.History.__type"},{"id":18442,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_status.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.History.__type"},{"id":18443,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_status.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18444,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.Tag"},{"id":18445,"kind":1024,"name":"name","url":"modules/mastodon_entities_status.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Tag.__type"},{"id":18446,"kind":1024,"name":"url","url":"modules/mastodon_entities_status.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Tag.__type"},{"id":18447,"kind":1024,"name":"history","url":"modules/mastodon_entities_status.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Tag.__type"},{"id":18448,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_status.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18449,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.PollOption"},{"id":18450,"kind":1024,"name":"title","url":"modules/mastodon_entities_status.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.PollOption.__type"},{"id":18451,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_status.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.PollOption.__type"},{"id":18452,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_status.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18453,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.Poll"},{"id":18454,"kind":1024,"name":"id","url":"modules/mastodon_entities_status.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Poll.__type"},{"id":18455,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_status.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Poll.__type"},{"id":18456,"kind":1024,"name":"expired","url":"modules/mastodon_entities_status.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Poll.__type"},{"id":18457,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_status.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Poll.__type"},{"id":18458,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_status.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Poll.__type"},{"id":18459,"kind":1024,"name":"options","url":"modules/mastodon_entities_status.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Poll.__type"},{"id":18460,"kind":1024,"name":"voted","url":"modules/mastodon_entities_status.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Poll.__type"},{"id":18461,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_status.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18462,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.Status"},{"id":18463,"kind":1024,"name":"id","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18464,"kind":1024,"name":"uri","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18465,"kind":1024,"name":"url","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18466,"kind":1024,"name":"account","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18467,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18468,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18469,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18470,"kind":1024,"name":"content","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18471,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18472,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18473,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18474,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18475,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18476,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18477,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18478,"kind":1024,"name":"muted","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18479,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18480,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18481,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18482,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18483,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18484,"kind":1024,"name":"tags","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18485,"kind":1024,"name":"card","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18486,"kind":1024,"name":"poll","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18487,"kind":1024,"name":"application","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18488,"kind":1024,"name":"language","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18489,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18490,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18491,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18492,"kind":1024,"name":"quote","url":"modules/mastodon_entities_status.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Status.__type"},{"id":18493,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_status.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18494,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.Context"},{"id":18495,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_status.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Context.__type"},{"id":18496,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_status.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Context.__type"},{"id":18497,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_status.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18498,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.Conversation"},{"id":18499,"kind":1024,"name":"id","url":"modules/mastodon_entities_status.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Conversation.__type"},{"id":18500,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_status.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Conversation.__type"},{"id":18501,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_status.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Conversation.__type"},{"id":18502,"kind":1024,"name":"unread","url":"modules/mastodon_entities_status.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Conversation.__type"},{"id":18503,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_status.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18504,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.FeaturedTag"},{"id":18505,"kind":1024,"name":"id","url":"modules/mastodon_entities_status.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.FeaturedTag.__type"},{"id":18506,"kind":1024,"name":"name","url":"modules/mastodon_entities_status.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.FeaturedTag.__type"},{"id":18507,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_status.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.FeaturedTag.__type"},{"id":18508,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_status.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.FeaturedTag.__type"},{"id":18509,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_status.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18510,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.Field"},{"id":18511,"kind":1024,"name":"name","url":"modules/mastodon_entities_status.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Field.__type"},{"id":18512,"kind":1024,"name":"value","url":"modules/mastodon_entities_status.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Field.__type"},{"id":18513,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_status.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Field.__type"},{"id":18514,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_status.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18515,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.Filter"},{"id":18516,"kind":1024,"name":"id","url":"modules/mastodon_entities_status.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Filter.__type"},{"id":18517,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_status.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Filter.__type"},{"id":18518,"kind":1024,"name":"context","url":"modules/mastodon_entities_status.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Filter.__type"},{"id":18519,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_status.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Filter.__type"},{"id":18520,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_status.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Filter.__type"},{"id":18521,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_status.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Filter.__type"},{"id":18522,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_status.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18523,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.IdentityProof"},{"id":18524,"kind":1024,"name":"provider","url":"modules/mastodon_entities_status.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.IdentityProof.__type"},{"id":18525,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_status.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.IdentityProof.__type"},{"id":18526,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_status.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.IdentityProof.__type"},{"id":18527,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_status.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.IdentityProof.__type"},{"id":18528,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_status.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.IdentityProof.__type"},{"id":18529,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_status.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18530,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.URLs"},{"id":18531,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_status.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.URLs.__type"},{"id":18532,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_status.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18533,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.Stats"},{"id":18534,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_status.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Stats.__type"},{"id":18535,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_status.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Stats.__type"},{"id":18536,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_status.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Stats.__type"},{"id":18537,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_status.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18538,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.Instance"},{"id":18539,"kind":1024,"name":"uri","url":"modules/mastodon_entities_status.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Instance.__type"},{"id":18540,"kind":1024,"name":"title","url":"modules/mastodon_entities_status.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Instance.__type"},{"id":18541,"kind":1024,"name":"description","url":"modules/mastodon_entities_status.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Instance.__type"},{"id":18542,"kind":1024,"name":"email","url":"modules/mastodon_entities_status.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Instance.__type"},{"id":18543,"kind":1024,"name":"version","url":"modules/mastodon_entities_status.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Instance.__type"},{"id":18544,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_status.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Instance.__type"},{"id":18545,"kind":1024,"name":"urls","url":"modules/mastodon_entities_status.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Instance.__type"},{"id":18546,"kind":1024,"name":"stats","url":"modules/mastodon_entities_status.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Instance.__type"},{"id":18547,"kind":1024,"name":"languages","url":"modules/mastodon_entities_status.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Instance.__type"},{"id":18548,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_status.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Instance.__type"},{"id":18549,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_status.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Instance.__type"},{"id":18550,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_status.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Instance.__type"},{"id":18551,"kind":4194304,"name":"List","url":"modules/mastodon_entities_status.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18552,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.List"},{"id":18553,"kind":1024,"name":"id","url":"modules/mastodon_entities_status.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.List.__type"},{"id":18554,"kind":1024,"name":"title","url":"modules/mastodon_entities_status.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.List.__type"},{"id":18555,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_status.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18556,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.Marker"},{"id":18557,"kind":1024,"name":"home","url":"modules/mastodon_entities_status.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Marker.__type"},{"id":18558,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Marker.__type"},{"id":18559,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_status.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Marker.__type.__type"},{"id":18560,"kind":1024,"name":"version","url":"modules/mastodon_entities_status.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Marker.__type.__type"},{"id":18561,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_status.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Marker.__type.__type"},{"id":18562,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_status.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Marker.__type"},{"id":18563,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Marker.__type"},{"id":18564,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_status.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Marker.__type.__type"},{"id":18565,"kind":1024,"name":"version","url":"modules/mastodon_entities_status.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Marker.__type.__type"},{"id":18566,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_status.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Marker.__type.__type"},{"id":18567,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_status.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18568,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.Notification"},{"id":18569,"kind":1024,"name":"account","url":"modules/mastodon_entities_status.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Notification.__type"},{"id":18570,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_status.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Notification.__type"},{"id":18571,"kind":1024,"name":"id","url":"modules/mastodon_entities_status.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Notification.__type"},{"id":18572,"kind":1024,"name":"status","url":"modules/mastodon_entities_status.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Notification.__type"},{"id":18573,"kind":1024,"name":"type","url":"modules/mastodon_entities_status.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Notification.__type"},{"id":18574,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_status.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18575,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_status.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18576,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.Preferences"},{"id":18577,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_status.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Preferences.__type"},{"id":18578,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_status.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Preferences.__type"},{"id":18579,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_status.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Preferences.__type"},{"id":18580,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_status.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Preferences.__type"},{"id":18581,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_status.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Preferences.__type"},{"id":18582,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_status.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18583,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.PushSubscription"},{"id":18584,"kind":1024,"name":"id","url":"modules/mastodon_entities_status.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.PushSubscription.__type"},{"id":18585,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_status.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.PushSubscription.__type"},{"id":18586,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_status.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.PushSubscription.__type"},{"id":18587,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_status.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.PushSubscription.__type"},{"id":18588,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_status.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18589,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.Relationship"},{"id":18590,"kind":1024,"name":"id","url":"modules/mastodon_entities_status.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Relationship.__type"},{"id":18591,"kind":1024,"name":"following","url":"modules/mastodon_entities_status.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Relationship.__type"},{"id":18592,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_status.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Relationship.__type"},{"id":18593,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_status.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Relationship.__type"},{"id":18594,"kind":1024,"name":"muting","url":"modules/mastodon_entities_status.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Relationship.__type"},{"id":18595,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_status.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Relationship.__type"},{"id":18596,"kind":1024,"name":"requested","url":"modules/mastodon_entities_status.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Relationship.__type"},{"id":18597,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_status.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Relationship.__type"},{"id":18598,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_status.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Relationship.__type"},{"id":18599,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_status.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Relationship.__type"},{"id":18600,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_status.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18601,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.Report"},{"id":18602,"kind":1024,"name":"id","url":"modules/mastodon_entities_status.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Report.__type"},{"id":18603,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_status.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Report.__type"},{"id":18604,"kind":1024,"name":"comment","url":"modules/mastodon_entities_status.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Report.__type"},{"id":18605,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_status.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Report.__type"},{"id":18606,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_status.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Report.__type"},{"id":18607,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_status.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18608,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.Results"},{"id":18609,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_status.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Results.__type"},{"id":18610,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_status.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Results.__type"},{"id":18611,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_status.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Results.__type"},{"id":18612,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_status.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18613,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.ScheduledStatus"},{"id":18614,"kind":1024,"name":"id","url":"modules/mastodon_entities_status.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.ScheduledStatus.__type"},{"id":18615,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_status.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.ScheduledStatus.__type"},{"id":18616,"kind":1024,"name":"params","url":"modules/mastodon_entities_status.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.ScheduledStatus.__type"},{"id":18617,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_status.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.ScheduledStatus.__type"},{"id":18618,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_status.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18619,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.StatusParams"},{"id":18620,"kind":1024,"name":"text","url":"modules/mastodon_entities_status.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.StatusParams.__type"},{"id":18621,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_status.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.StatusParams.__type"},{"id":18622,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_status.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.StatusParams.__type"},{"id":18623,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_status.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.StatusParams.__type"},{"id":18624,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_status.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.StatusParams.__type"},{"id":18625,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_status.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.StatusParams.__type"},{"id":18626,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_status.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.StatusParams.__type"},{"id":18627,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_status.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.StatusParams.__type"},{"id":18628,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_status.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status.MastodonEntity"},{"id":18629,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status.MastodonEntity.Token"},{"id":18630,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_status.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Token.__type"},{"id":18631,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_status.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Token.__type"},{"id":18632,"kind":1024,"name":"scope","url":"modules/mastodon_entities_status.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Token.__type"},{"id":18633,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_status.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status.MastodonEntity.Token.__type"},{"id":18634,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_status_params.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/status_params"},{"id":18635,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_status_params.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18636,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.Emoji"},{"id":18637,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_status_params.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Emoji.__type"},{"id":18638,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_status_params.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Emoji.__type"},{"id":18639,"kind":1024,"name":"url","url":"modules/mastodon_entities_status_params.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Emoji.__type"},{"id":18640,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_status_params.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Emoji.__type"},{"id":18641,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_status_params.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18642,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.Source"},{"id":18643,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_status_params.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Source.__type"},{"id":18644,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_status_params.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Source.__type"},{"id":18645,"kind":1024,"name":"language","url":"modules/mastodon_entities_status_params.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Source.__type"},{"id":18646,"kind":1024,"name":"note","url":"modules/mastodon_entities_status_params.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Source.__type"},{"id":18647,"kind":1024,"name":"fields","url":"modules/mastodon_entities_status_params.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Source.__type"},{"id":18648,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_status_params.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18649,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.Account"},{"id":18650,"kind":1024,"name":"id","url":"modules/mastodon_entities_status_params.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Account.__type"},{"id":18651,"kind":1024,"name":"username","url":"modules/mastodon_entities_status_params.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Account.__type"},{"id":18652,"kind":1024,"name":"acct","url":"modules/mastodon_entities_status_params.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Account.__type"},{"id":18653,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_status_params.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Account.__type"},{"id":18654,"kind":1024,"name":"locked","url":"modules/mastodon_entities_status_params.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Account.__type"},{"id":18655,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_status_params.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Account.__type"},{"id":18656,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_status_params.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Account.__type"},{"id":18657,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_status_params.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Account.__type"},{"id":18658,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_status_params.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Account.__type"},{"id":18659,"kind":1024,"name":"note","url":"modules/mastodon_entities_status_params.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Account.__type"},{"id":18660,"kind":1024,"name":"url","url":"modules/mastodon_entities_status_params.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Account.__type"},{"id":18661,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_status_params.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Account.__type"},{"id":18662,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_status_params.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Account.__type"},{"id":18663,"kind":1024,"name":"header","url":"modules/mastodon_entities_status_params.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Account.__type"},{"id":18664,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_status_params.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Account.__type"},{"id":18665,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_status_params.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Account.__type"},{"id":18666,"kind":1024,"name":"moved","url":"modules/mastodon_entities_status_params.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Account.__type"},{"id":18667,"kind":1024,"name":"fields","url":"modules/mastodon_entities_status_params.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Account.__type"},{"id":18668,"kind":1024,"name":"bot","url":"modules/mastodon_entities_status_params.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Account.__type"},{"id":18669,"kind":1024,"name":"source","url":"modules/mastodon_entities_status_params.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Account.__type"},{"id":18670,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_status_params.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18671,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.Activity"},{"id":18672,"kind":1024,"name":"week","url":"modules/mastodon_entities_status_params.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Activity.__type"},{"id":18673,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_status_params.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Activity.__type"},{"id":18674,"kind":1024,"name":"logins","url":"modules/mastodon_entities_status_params.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Activity.__type"},{"id":18675,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_status_params.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Activity.__type"},{"id":18676,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_status_params.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18677,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.Application"},{"id":18678,"kind":1024,"name":"name","url":"modules/mastodon_entities_status_params.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Application.__type"},{"id":18679,"kind":1024,"name":"website","url":"modules/mastodon_entities_status_params.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Application.__type"},{"id":18680,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_status_params.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Application.__type"},{"id":18681,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_status_params.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18682,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.Attachment"},{"id":18683,"kind":1024,"name":"id","url":"modules/mastodon_entities_status_params.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Attachment.__type"},{"id":18684,"kind":1024,"name":"type","url":"modules/mastodon_entities_status_params.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Attachment.__type"},{"id":18685,"kind":1024,"name":"url","url":"modules/mastodon_entities_status_params.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Attachment.__type"},{"id":18686,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_status_params.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Attachment.__type"},{"id":18687,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_status_params.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Attachment.__type"},{"id":18688,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_status_params.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Attachment.__type"},{"id":18689,"kind":1024,"name":"meta","url":"modules/mastodon_entities_status_params.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Attachment.__type"},{"id":18690,"kind":1024,"name":"description","url":"modules/mastodon_entities_status_params.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Attachment.__type"},{"id":18691,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_status_params.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18692,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.Card"},{"id":18693,"kind":1024,"name":"url","url":"modules/mastodon_entities_status_params.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Card.__type"},{"id":18694,"kind":1024,"name":"title","url":"modules/mastodon_entities_status_params.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Card.__type"},{"id":18695,"kind":1024,"name":"description","url":"modules/mastodon_entities_status_params.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Card.__type"},{"id":18696,"kind":1024,"name":"type","url":"modules/mastodon_entities_status_params.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Card.__type"},{"id":18697,"kind":1024,"name":"image","url":"modules/mastodon_entities_status_params.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Card.__type"},{"id":18698,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_status_params.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Card.__type"},{"id":18699,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_status_params.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Card.__type"},{"id":18700,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_status_params.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Card.__type"},{"id":18701,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_status_params.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Card.__type"},{"id":18702,"kind":1024,"name":"html","url":"modules/mastodon_entities_status_params.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Card.__type"},{"id":18703,"kind":1024,"name":"width","url":"modules/mastodon_entities_status_params.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Card.__type"},{"id":18704,"kind":1024,"name":"height","url":"modules/mastodon_entities_status_params.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Card.__type"},{"id":18705,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_status_params.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18706,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.Mention"},{"id":18707,"kind":1024,"name":"id","url":"modules/mastodon_entities_status_params.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Mention.__type"},{"id":18708,"kind":1024,"name":"username","url":"modules/mastodon_entities_status_params.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Mention.__type"},{"id":18709,"kind":1024,"name":"url","url":"modules/mastodon_entities_status_params.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Mention.__type"},{"id":18710,"kind":1024,"name":"acct","url":"modules/mastodon_entities_status_params.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Mention.__type"},{"id":18711,"kind":4194304,"name":"History","url":"modules/mastodon_entities_status_params.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18712,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.History"},{"id":18713,"kind":1024,"name":"day","url":"modules/mastodon_entities_status_params.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.History.__type"},{"id":18714,"kind":1024,"name":"uses","url":"modules/mastodon_entities_status_params.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.History.__type"},{"id":18715,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_status_params.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.History.__type"},{"id":18716,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_status_params.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18717,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.Tag"},{"id":18718,"kind":1024,"name":"name","url":"modules/mastodon_entities_status_params.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Tag.__type"},{"id":18719,"kind":1024,"name":"url","url":"modules/mastodon_entities_status_params.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Tag.__type"},{"id":18720,"kind":1024,"name":"history","url":"modules/mastodon_entities_status_params.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Tag.__type"},{"id":18721,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_status_params.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18722,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.PollOption"},{"id":18723,"kind":1024,"name":"title","url":"modules/mastodon_entities_status_params.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.PollOption.__type"},{"id":18724,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_status_params.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.PollOption.__type"},{"id":18725,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_status_params.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18726,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.Poll"},{"id":18727,"kind":1024,"name":"id","url":"modules/mastodon_entities_status_params.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Poll.__type"},{"id":18728,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_status_params.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Poll.__type"},{"id":18729,"kind":1024,"name":"expired","url":"modules/mastodon_entities_status_params.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Poll.__type"},{"id":18730,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_status_params.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Poll.__type"},{"id":18731,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_status_params.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Poll.__type"},{"id":18732,"kind":1024,"name":"options","url":"modules/mastodon_entities_status_params.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Poll.__type"},{"id":18733,"kind":1024,"name":"voted","url":"modules/mastodon_entities_status_params.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Poll.__type"},{"id":18734,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18735,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.Status"},{"id":18736,"kind":1024,"name":"id","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18737,"kind":1024,"name":"uri","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18738,"kind":1024,"name":"url","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18739,"kind":1024,"name":"account","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18740,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18741,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18742,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18743,"kind":1024,"name":"content","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18744,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18745,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18746,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18747,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18748,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18749,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18750,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18751,"kind":1024,"name":"muted","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18752,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18753,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18754,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18755,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18756,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18757,"kind":1024,"name":"tags","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18758,"kind":1024,"name":"card","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18759,"kind":1024,"name":"poll","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18760,"kind":1024,"name":"application","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18761,"kind":1024,"name":"language","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18762,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18763,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18764,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18765,"kind":1024,"name":"quote","url":"modules/mastodon_entities_status_params.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Status.__type"},{"id":18766,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_status_params.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18767,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.Context"},{"id":18768,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_status_params.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Context.__type"},{"id":18769,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_status_params.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Context.__type"},{"id":18770,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_status_params.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18771,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.Conversation"},{"id":18772,"kind":1024,"name":"id","url":"modules/mastodon_entities_status_params.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Conversation.__type"},{"id":18773,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_status_params.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Conversation.__type"},{"id":18774,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_status_params.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Conversation.__type"},{"id":18775,"kind":1024,"name":"unread","url":"modules/mastodon_entities_status_params.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Conversation.__type"},{"id":18776,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_status_params.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18777,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.FeaturedTag"},{"id":18778,"kind":1024,"name":"id","url":"modules/mastodon_entities_status_params.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.FeaturedTag.__type"},{"id":18779,"kind":1024,"name":"name","url":"modules/mastodon_entities_status_params.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.FeaturedTag.__type"},{"id":18780,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_status_params.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.FeaturedTag.__type"},{"id":18781,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_status_params.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.FeaturedTag.__type"},{"id":18782,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_status_params.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18783,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.Field"},{"id":18784,"kind":1024,"name":"name","url":"modules/mastodon_entities_status_params.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Field.__type"},{"id":18785,"kind":1024,"name":"value","url":"modules/mastodon_entities_status_params.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Field.__type"},{"id":18786,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_status_params.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Field.__type"},{"id":18787,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_status_params.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18788,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.Filter"},{"id":18789,"kind":1024,"name":"id","url":"modules/mastodon_entities_status_params.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Filter.__type"},{"id":18790,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_status_params.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Filter.__type"},{"id":18791,"kind":1024,"name":"context","url":"modules/mastodon_entities_status_params.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Filter.__type"},{"id":18792,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_status_params.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Filter.__type"},{"id":18793,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_status_params.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Filter.__type"},{"id":18794,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_status_params.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Filter.__type"},{"id":18795,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_status_params.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18796,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.IdentityProof"},{"id":18797,"kind":1024,"name":"provider","url":"modules/mastodon_entities_status_params.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.IdentityProof.__type"},{"id":18798,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_status_params.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.IdentityProof.__type"},{"id":18799,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_status_params.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.IdentityProof.__type"},{"id":18800,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_status_params.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.IdentityProof.__type"},{"id":18801,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_status_params.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.IdentityProof.__type"},{"id":18802,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_status_params.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18803,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.URLs"},{"id":18804,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_status_params.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.URLs.__type"},{"id":18805,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_status_params.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18806,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.Stats"},{"id":18807,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_status_params.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Stats.__type"},{"id":18808,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_status_params.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Stats.__type"},{"id":18809,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_status_params.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Stats.__type"},{"id":18810,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_status_params.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18811,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.Instance"},{"id":18812,"kind":1024,"name":"uri","url":"modules/mastodon_entities_status_params.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Instance.__type"},{"id":18813,"kind":1024,"name":"title","url":"modules/mastodon_entities_status_params.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Instance.__type"},{"id":18814,"kind":1024,"name":"description","url":"modules/mastodon_entities_status_params.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Instance.__type"},{"id":18815,"kind":1024,"name":"email","url":"modules/mastodon_entities_status_params.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Instance.__type"},{"id":18816,"kind":1024,"name":"version","url":"modules/mastodon_entities_status_params.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Instance.__type"},{"id":18817,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_status_params.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Instance.__type"},{"id":18818,"kind":1024,"name":"urls","url":"modules/mastodon_entities_status_params.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Instance.__type"},{"id":18819,"kind":1024,"name":"stats","url":"modules/mastodon_entities_status_params.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Instance.__type"},{"id":18820,"kind":1024,"name":"languages","url":"modules/mastodon_entities_status_params.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Instance.__type"},{"id":18821,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_status_params.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Instance.__type"},{"id":18822,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_status_params.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Instance.__type"},{"id":18823,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_status_params.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Instance.__type"},{"id":18824,"kind":4194304,"name":"List","url":"modules/mastodon_entities_status_params.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18825,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.List"},{"id":18826,"kind":1024,"name":"id","url":"modules/mastodon_entities_status_params.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.List.__type"},{"id":18827,"kind":1024,"name":"title","url":"modules/mastodon_entities_status_params.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.List.__type"},{"id":18828,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_status_params.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18829,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.Marker"},{"id":18830,"kind":1024,"name":"home","url":"modules/mastodon_entities_status_params.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Marker.__type"},{"id":18831,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Marker.__type"},{"id":18832,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_status_params.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Marker.__type.__type"},{"id":18833,"kind":1024,"name":"version","url":"modules/mastodon_entities_status_params.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Marker.__type.__type"},{"id":18834,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_status_params.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Marker.__type.__type"},{"id":18835,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_status_params.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Marker.__type"},{"id":18836,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Marker.__type"},{"id":18837,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_status_params.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Marker.__type.__type"},{"id":18838,"kind":1024,"name":"version","url":"modules/mastodon_entities_status_params.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Marker.__type.__type"},{"id":18839,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_status_params.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Marker.__type.__type"},{"id":18840,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_status_params.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18841,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.Notification"},{"id":18842,"kind":1024,"name":"account","url":"modules/mastodon_entities_status_params.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Notification.__type"},{"id":18843,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_status_params.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Notification.__type"},{"id":18844,"kind":1024,"name":"id","url":"modules/mastodon_entities_status_params.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Notification.__type"},{"id":18845,"kind":1024,"name":"status","url":"modules/mastodon_entities_status_params.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Notification.__type"},{"id":18846,"kind":1024,"name":"type","url":"modules/mastodon_entities_status_params.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Notification.__type"},{"id":18847,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_status_params.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18848,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_status_params.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18849,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.Preferences"},{"id":18850,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_status_params.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Preferences.__type"},{"id":18851,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_status_params.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Preferences.__type"},{"id":18852,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_status_params.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Preferences.__type"},{"id":18853,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_status_params.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Preferences.__type"},{"id":18854,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_status_params.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Preferences.__type"},{"id":18855,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_status_params.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18856,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.PushSubscription"},{"id":18857,"kind":1024,"name":"id","url":"modules/mastodon_entities_status_params.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.PushSubscription.__type"},{"id":18858,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_status_params.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.PushSubscription.__type"},{"id":18859,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_status_params.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.PushSubscription.__type"},{"id":18860,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_status_params.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.PushSubscription.__type"},{"id":18861,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_status_params.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18862,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.Relationship"},{"id":18863,"kind":1024,"name":"id","url":"modules/mastodon_entities_status_params.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Relationship.__type"},{"id":18864,"kind":1024,"name":"following","url":"modules/mastodon_entities_status_params.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Relationship.__type"},{"id":18865,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_status_params.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Relationship.__type"},{"id":18866,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_status_params.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Relationship.__type"},{"id":18867,"kind":1024,"name":"muting","url":"modules/mastodon_entities_status_params.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Relationship.__type"},{"id":18868,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_status_params.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Relationship.__type"},{"id":18869,"kind":1024,"name":"requested","url":"modules/mastodon_entities_status_params.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Relationship.__type"},{"id":18870,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_status_params.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Relationship.__type"},{"id":18871,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_status_params.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Relationship.__type"},{"id":18872,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_status_params.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Relationship.__type"},{"id":18873,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_status_params.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18874,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.Report"},{"id":18875,"kind":1024,"name":"id","url":"modules/mastodon_entities_status_params.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Report.__type"},{"id":18876,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_status_params.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Report.__type"},{"id":18877,"kind":1024,"name":"comment","url":"modules/mastodon_entities_status_params.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Report.__type"},{"id":18878,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_status_params.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Report.__type"},{"id":18879,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_status_params.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Report.__type"},{"id":18880,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_status_params.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18881,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.Results"},{"id":18882,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_status_params.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Results.__type"},{"id":18883,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_status_params.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Results.__type"},{"id":18884,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_status_params.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Results.__type"},{"id":18885,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_status_params.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18886,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.ScheduledStatus"},{"id":18887,"kind":1024,"name":"id","url":"modules/mastodon_entities_status_params.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.ScheduledStatus.__type"},{"id":18888,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_status_params.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.ScheduledStatus.__type"},{"id":18889,"kind":1024,"name":"params","url":"modules/mastodon_entities_status_params.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.ScheduledStatus.__type"},{"id":18890,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_status_params.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.ScheduledStatus.__type"},{"id":18891,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_status_params.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18892,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.StatusParams"},{"id":18893,"kind":1024,"name":"text","url":"modules/mastodon_entities_status_params.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.StatusParams.__type"},{"id":18894,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_status_params.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.StatusParams.__type"},{"id":18895,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_status_params.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.StatusParams.__type"},{"id":18896,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_status_params.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.StatusParams.__type"},{"id":18897,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_status_params.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.StatusParams.__type"},{"id":18898,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_status_params.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.StatusParams.__type"},{"id":18899,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_status_params.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.StatusParams.__type"},{"id":18900,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_status_params.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.StatusParams.__type"},{"id":18901,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_status_params.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/status_params.MastodonEntity"},{"id":18902,"kind":65536,"name":"__type","url":"modules/mastodon_entities_status_params.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/status_params.MastodonEntity.Token"},{"id":18903,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_status_params.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Token.__type"},{"id":18904,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_status_params.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Token.__type"},{"id":18905,"kind":1024,"name":"scope","url":"modules/mastodon_entities_status_params.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Token.__type"},{"id":18906,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_status_params.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/status_params.MastodonEntity.Token.__type"},{"id":18907,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_tag.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/tag"},{"id":18908,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_tag.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":18909,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.Emoji"},{"id":18910,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_tag.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Emoji.__type"},{"id":18911,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_tag.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Emoji.__type"},{"id":18912,"kind":1024,"name":"url","url":"modules/mastodon_entities_tag.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Emoji.__type"},{"id":18913,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_tag.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Emoji.__type"},{"id":18914,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_tag.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":18915,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.Source"},{"id":18916,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_tag.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Source.__type"},{"id":18917,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_tag.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Source.__type"},{"id":18918,"kind":1024,"name":"language","url":"modules/mastodon_entities_tag.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Source.__type"},{"id":18919,"kind":1024,"name":"note","url":"modules/mastodon_entities_tag.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Source.__type"},{"id":18920,"kind":1024,"name":"fields","url":"modules/mastodon_entities_tag.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Source.__type"},{"id":18921,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_tag.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":18922,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.Account"},{"id":18923,"kind":1024,"name":"id","url":"modules/mastodon_entities_tag.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Account.__type"},{"id":18924,"kind":1024,"name":"username","url":"modules/mastodon_entities_tag.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Account.__type"},{"id":18925,"kind":1024,"name":"acct","url":"modules/mastodon_entities_tag.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Account.__type"},{"id":18926,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_tag.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Account.__type"},{"id":18927,"kind":1024,"name":"locked","url":"modules/mastodon_entities_tag.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Account.__type"},{"id":18928,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_tag.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Account.__type"},{"id":18929,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_tag.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Account.__type"},{"id":18930,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_tag.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Account.__type"},{"id":18931,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_tag.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Account.__type"},{"id":18932,"kind":1024,"name":"note","url":"modules/mastodon_entities_tag.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Account.__type"},{"id":18933,"kind":1024,"name":"url","url":"modules/mastodon_entities_tag.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Account.__type"},{"id":18934,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_tag.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Account.__type"},{"id":18935,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_tag.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Account.__type"},{"id":18936,"kind":1024,"name":"header","url":"modules/mastodon_entities_tag.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Account.__type"},{"id":18937,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_tag.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Account.__type"},{"id":18938,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_tag.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Account.__type"},{"id":18939,"kind":1024,"name":"moved","url":"modules/mastodon_entities_tag.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Account.__type"},{"id":18940,"kind":1024,"name":"fields","url":"modules/mastodon_entities_tag.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Account.__type"},{"id":18941,"kind":1024,"name":"bot","url":"modules/mastodon_entities_tag.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Account.__type"},{"id":18942,"kind":1024,"name":"source","url":"modules/mastodon_entities_tag.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Account.__type"},{"id":18943,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_tag.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":18944,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.Activity"},{"id":18945,"kind":1024,"name":"week","url":"modules/mastodon_entities_tag.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Activity.__type"},{"id":18946,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_tag.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Activity.__type"},{"id":18947,"kind":1024,"name":"logins","url":"modules/mastodon_entities_tag.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Activity.__type"},{"id":18948,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_tag.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Activity.__type"},{"id":18949,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_tag.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":18950,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.Application"},{"id":18951,"kind":1024,"name":"name","url":"modules/mastodon_entities_tag.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Application.__type"},{"id":18952,"kind":1024,"name":"website","url":"modules/mastodon_entities_tag.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Application.__type"},{"id":18953,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_tag.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Application.__type"},{"id":18954,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_tag.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":18955,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.Attachment"},{"id":18956,"kind":1024,"name":"id","url":"modules/mastodon_entities_tag.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Attachment.__type"},{"id":18957,"kind":1024,"name":"type","url":"modules/mastodon_entities_tag.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Attachment.__type"},{"id":18958,"kind":1024,"name":"url","url":"modules/mastodon_entities_tag.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Attachment.__type"},{"id":18959,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_tag.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Attachment.__type"},{"id":18960,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_tag.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Attachment.__type"},{"id":18961,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_tag.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Attachment.__type"},{"id":18962,"kind":1024,"name":"meta","url":"modules/mastodon_entities_tag.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Attachment.__type"},{"id":18963,"kind":1024,"name":"description","url":"modules/mastodon_entities_tag.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Attachment.__type"},{"id":18964,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_tag.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":18965,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.Card"},{"id":18966,"kind":1024,"name":"url","url":"modules/mastodon_entities_tag.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Card.__type"},{"id":18967,"kind":1024,"name":"title","url":"modules/mastodon_entities_tag.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Card.__type"},{"id":18968,"kind":1024,"name":"description","url":"modules/mastodon_entities_tag.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Card.__type"},{"id":18969,"kind":1024,"name":"type","url":"modules/mastodon_entities_tag.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Card.__type"},{"id":18970,"kind":1024,"name":"image","url":"modules/mastodon_entities_tag.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Card.__type"},{"id":18971,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_tag.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Card.__type"},{"id":18972,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_tag.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Card.__type"},{"id":18973,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_tag.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Card.__type"},{"id":18974,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_tag.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Card.__type"},{"id":18975,"kind":1024,"name":"html","url":"modules/mastodon_entities_tag.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Card.__type"},{"id":18976,"kind":1024,"name":"width","url":"modules/mastodon_entities_tag.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Card.__type"},{"id":18977,"kind":1024,"name":"height","url":"modules/mastodon_entities_tag.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Card.__type"},{"id":18978,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_tag.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":18979,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.Mention"},{"id":18980,"kind":1024,"name":"id","url":"modules/mastodon_entities_tag.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Mention.__type"},{"id":18981,"kind":1024,"name":"username","url":"modules/mastodon_entities_tag.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Mention.__type"},{"id":18982,"kind":1024,"name":"url","url":"modules/mastodon_entities_tag.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Mention.__type"},{"id":18983,"kind":1024,"name":"acct","url":"modules/mastodon_entities_tag.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Mention.__type"},{"id":18984,"kind":4194304,"name":"History","url":"modules/mastodon_entities_tag.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":18985,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.History"},{"id":18986,"kind":1024,"name":"day","url":"modules/mastodon_entities_tag.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.History.__type"},{"id":18987,"kind":1024,"name":"uses","url":"modules/mastodon_entities_tag.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.History.__type"},{"id":18988,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_tag.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.History.__type"},{"id":18989,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_tag.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":18990,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.Tag"},{"id":18991,"kind":1024,"name":"name","url":"modules/mastodon_entities_tag.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Tag.__type"},{"id":18992,"kind":1024,"name":"url","url":"modules/mastodon_entities_tag.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Tag.__type"},{"id":18993,"kind":1024,"name":"history","url":"modules/mastodon_entities_tag.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Tag.__type"},{"id":18994,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_tag.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":18995,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.PollOption"},{"id":18996,"kind":1024,"name":"title","url":"modules/mastodon_entities_tag.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.PollOption.__type"},{"id":18997,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_tag.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.PollOption.__type"},{"id":18998,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_tag.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":18999,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.Poll"},{"id":19000,"kind":1024,"name":"id","url":"modules/mastodon_entities_tag.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Poll.__type"},{"id":19001,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_tag.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Poll.__type"},{"id":19002,"kind":1024,"name":"expired","url":"modules/mastodon_entities_tag.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Poll.__type"},{"id":19003,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_tag.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Poll.__type"},{"id":19004,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_tag.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Poll.__type"},{"id":19005,"kind":1024,"name":"options","url":"modules/mastodon_entities_tag.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Poll.__type"},{"id":19006,"kind":1024,"name":"voted","url":"modules/mastodon_entities_tag.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Poll.__type"},{"id":19007,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":19008,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.Status"},{"id":19009,"kind":1024,"name":"id","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19010,"kind":1024,"name":"uri","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19011,"kind":1024,"name":"url","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19012,"kind":1024,"name":"account","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19013,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19014,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19015,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19016,"kind":1024,"name":"content","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19017,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19018,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19019,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19020,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19021,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19022,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19023,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19024,"kind":1024,"name":"muted","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19025,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19026,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19027,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19028,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19029,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19030,"kind":1024,"name":"tags","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19031,"kind":1024,"name":"card","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19032,"kind":1024,"name":"poll","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19033,"kind":1024,"name":"application","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19034,"kind":1024,"name":"language","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19035,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19036,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19037,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19038,"kind":1024,"name":"quote","url":"modules/mastodon_entities_tag.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Status.__type"},{"id":19039,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_tag.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":19040,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.Context"},{"id":19041,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_tag.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Context.__type"},{"id":19042,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_tag.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Context.__type"},{"id":19043,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_tag.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":19044,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.Conversation"},{"id":19045,"kind":1024,"name":"id","url":"modules/mastodon_entities_tag.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Conversation.__type"},{"id":19046,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_tag.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Conversation.__type"},{"id":19047,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_tag.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Conversation.__type"},{"id":19048,"kind":1024,"name":"unread","url":"modules/mastodon_entities_tag.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Conversation.__type"},{"id":19049,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_tag.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":19050,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.FeaturedTag"},{"id":19051,"kind":1024,"name":"id","url":"modules/mastodon_entities_tag.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.FeaturedTag.__type"},{"id":19052,"kind":1024,"name":"name","url":"modules/mastodon_entities_tag.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.FeaturedTag.__type"},{"id":19053,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_tag.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.FeaturedTag.__type"},{"id":19054,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_tag.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.FeaturedTag.__type"},{"id":19055,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_tag.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":19056,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.Field"},{"id":19057,"kind":1024,"name":"name","url":"modules/mastodon_entities_tag.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Field.__type"},{"id":19058,"kind":1024,"name":"value","url":"modules/mastodon_entities_tag.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Field.__type"},{"id":19059,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_tag.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Field.__type"},{"id":19060,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_tag.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":19061,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.Filter"},{"id":19062,"kind":1024,"name":"id","url":"modules/mastodon_entities_tag.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Filter.__type"},{"id":19063,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_tag.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Filter.__type"},{"id":19064,"kind":1024,"name":"context","url":"modules/mastodon_entities_tag.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Filter.__type"},{"id":19065,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_tag.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Filter.__type"},{"id":19066,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_tag.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Filter.__type"},{"id":19067,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_tag.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Filter.__type"},{"id":19068,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_tag.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":19069,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.IdentityProof"},{"id":19070,"kind":1024,"name":"provider","url":"modules/mastodon_entities_tag.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.IdentityProof.__type"},{"id":19071,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_tag.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.IdentityProof.__type"},{"id":19072,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_tag.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.IdentityProof.__type"},{"id":19073,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_tag.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.IdentityProof.__type"},{"id":19074,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_tag.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.IdentityProof.__type"},{"id":19075,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_tag.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":19076,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.URLs"},{"id":19077,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_tag.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.URLs.__type"},{"id":19078,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_tag.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":19079,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.Stats"},{"id":19080,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_tag.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Stats.__type"},{"id":19081,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_tag.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Stats.__type"},{"id":19082,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_tag.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Stats.__type"},{"id":19083,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_tag.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":19084,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.Instance"},{"id":19085,"kind":1024,"name":"uri","url":"modules/mastodon_entities_tag.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Instance.__type"},{"id":19086,"kind":1024,"name":"title","url":"modules/mastodon_entities_tag.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Instance.__type"},{"id":19087,"kind":1024,"name":"description","url":"modules/mastodon_entities_tag.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Instance.__type"},{"id":19088,"kind":1024,"name":"email","url":"modules/mastodon_entities_tag.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Instance.__type"},{"id":19089,"kind":1024,"name":"version","url":"modules/mastodon_entities_tag.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Instance.__type"},{"id":19090,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_tag.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Instance.__type"},{"id":19091,"kind":1024,"name":"urls","url":"modules/mastodon_entities_tag.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Instance.__type"},{"id":19092,"kind":1024,"name":"stats","url":"modules/mastodon_entities_tag.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Instance.__type"},{"id":19093,"kind":1024,"name":"languages","url":"modules/mastodon_entities_tag.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Instance.__type"},{"id":19094,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_tag.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Instance.__type"},{"id":19095,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_tag.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Instance.__type"},{"id":19096,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_tag.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Instance.__type"},{"id":19097,"kind":4194304,"name":"List","url":"modules/mastodon_entities_tag.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":19098,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.List"},{"id":19099,"kind":1024,"name":"id","url":"modules/mastodon_entities_tag.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.List.__type"},{"id":19100,"kind":1024,"name":"title","url":"modules/mastodon_entities_tag.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.List.__type"},{"id":19101,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_tag.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":19102,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.Marker"},{"id":19103,"kind":1024,"name":"home","url":"modules/mastodon_entities_tag.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Marker.__type"},{"id":19104,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Marker.__type"},{"id":19105,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_tag.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Marker.__type.__type"},{"id":19106,"kind":1024,"name":"version","url":"modules/mastodon_entities_tag.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Marker.__type.__type"},{"id":19107,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_tag.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Marker.__type.__type"},{"id":19108,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_tag.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Marker.__type"},{"id":19109,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Marker.__type"},{"id":19110,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_tag.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Marker.__type.__type"},{"id":19111,"kind":1024,"name":"version","url":"modules/mastodon_entities_tag.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Marker.__type.__type"},{"id":19112,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_tag.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Marker.__type.__type"},{"id":19113,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_tag.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":19114,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.Notification"},{"id":19115,"kind":1024,"name":"account","url":"modules/mastodon_entities_tag.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Notification.__type"},{"id":19116,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_tag.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Notification.__type"},{"id":19117,"kind":1024,"name":"id","url":"modules/mastodon_entities_tag.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Notification.__type"},{"id":19118,"kind":1024,"name":"status","url":"modules/mastodon_entities_tag.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Notification.__type"},{"id":19119,"kind":1024,"name":"type","url":"modules/mastodon_entities_tag.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Notification.__type"},{"id":19120,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_tag.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":19121,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_tag.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":19122,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.Preferences"},{"id":19123,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_tag.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Preferences.__type"},{"id":19124,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_tag.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Preferences.__type"},{"id":19125,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_tag.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Preferences.__type"},{"id":19126,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_tag.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Preferences.__type"},{"id":19127,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_tag.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Preferences.__type"},{"id":19128,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_tag.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":19129,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.PushSubscription"},{"id":19130,"kind":1024,"name":"id","url":"modules/mastodon_entities_tag.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.PushSubscription.__type"},{"id":19131,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_tag.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.PushSubscription.__type"},{"id":19132,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_tag.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.PushSubscription.__type"},{"id":19133,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_tag.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.PushSubscription.__type"},{"id":19134,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_tag.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":19135,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.Relationship"},{"id":19136,"kind":1024,"name":"id","url":"modules/mastodon_entities_tag.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Relationship.__type"},{"id":19137,"kind":1024,"name":"following","url":"modules/mastodon_entities_tag.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Relationship.__type"},{"id":19138,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_tag.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Relationship.__type"},{"id":19139,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_tag.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Relationship.__type"},{"id":19140,"kind":1024,"name":"muting","url":"modules/mastodon_entities_tag.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Relationship.__type"},{"id":19141,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_tag.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Relationship.__type"},{"id":19142,"kind":1024,"name":"requested","url":"modules/mastodon_entities_tag.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Relationship.__type"},{"id":19143,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_tag.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Relationship.__type"},{"id":19144,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_tag.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Relationship.__type"},{"id":19145,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_tag.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Relationship.__type"},{"id":19146,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_tag.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":19147,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.Report"},{"id":19148,"kind":1024,"name":"id","url":"modules/mastodon_entities_tag.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Report.__type"},{"id":19149,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_tag.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Report.__type"},{"id":19150,"kind":1024,"name":"comment","url":"modules/mastodon_entities_tag.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Report.__type"},{"id":19151,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_tag.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Report.__type"},{"id":19152,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_tag.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Report.__type"},{"id":19153,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_tag.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":19154,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.Results"},{"id":19155,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_tag.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Results.__type"},{"id":19156,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_tag.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Results.__type"},{"id":19157,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_tag.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Results.__type"},{"id":19158,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_tag.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":19159,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.ScheduledStatus"},{"id":19160,"kind":1024,"name":"id","url":"modules/mastodon_entities_tag.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.ScheduledStatus.__type"},{"id":19161,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_tag.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.ScheduledStatus.__type"},{"id":19162,"kind":1024,"name":"params","url":"modules/mastodon_entities_tag.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.ScheduledStatus.__type"},{"id":19163,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_tag.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.ScheduledStatus.__type"},{"id":19164,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_tag.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":19165,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.StatusParams"},{"id":19166,"kind":1024,"name":"text","url":"modules/mastodon_entities_tag.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.StatusParams.__type"},{"id":19167,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_tag.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.StatusParams.__type"},{"id":19168,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_tag.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.StatusParams.__type"},{"id":19169,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_tag.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.StatusParams.__type"},{"id":19170,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_tag.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.StatusParams.__type"},{"id":19171,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_tag.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.StatusParams.__type"},{"id":19172,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_tag.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.StatusParams.__type"},{"id":19173,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_tag.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.StatusParams.__type"},{"id":19174,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_tag.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/tag.MastodonEntity"},{"id":19175,"kind":65536,"name":"__type","url":"modules/mastodon_entities_tag.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/tag.MastodonEntity.Token"},{"id":19176,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_tag.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Token.__type"},{"id":19177,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_tag.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Token.__type"},{"id":19178,"kind":1024,"name":"scope","url":"modules/mastodon_entities_tag.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Token.__type"},{"id":19179,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_tag.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/tag.MastodonEntity.Token.__type"},{"id":19180,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_token.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/token"},{"id":19181,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_token.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19182,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.Emoji"},{"id":19183,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_token.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Emoji.__type"},{"id":19184,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_token.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Emoji.__type"},{"id":19185,"kind":1024,"name":"url","url":"modules/mastodon_entities_token.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Emoji.__type"},{"id":19186,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_token.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Emoji.__type"},{"id":19187,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_token.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19188,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.Source"},{"id":19189,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_token.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Source.__type"},{"id":19190,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_token.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Source.__type"},{"id":19191,"kind":1024,"name":"language","url":"modules/mastodon_entities_token.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Source.__type"},{"id":19192,"kind":1024,"name":"note","url":"modules/mastodon_entities_token.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Source.__type"},{"id":19193,"kind":1024,"name":"fields","url":"modules/mastodon_entities_token.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Source.__type"},{"id":19194,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_token.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19195,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.Account"},{"id":19196,"kind":1024,"name":"id","url":"modules/mastodon_entities_token.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Account.__type"},{"id":19197,"kind":1024,"name":"username","url":"modules/mastodon_entities_token.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Account.__type"},{"id":19198,"kind":1024,"name":"acct","url":"modules/mastodon_entities_token.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Account.__type"},{"id":19199,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_token.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Account.__type"},{"id":19200,"kind":1024,"name":"locked","url":"modules/mastodon_entities_token.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Account.__type"},{"id":19201,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_token.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Account.__type"},{"id":19202,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_token.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Account.__type"},{"id":19203,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_token.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Account.__type"},{"id":19204,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_token.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Account.__type"},{"id":19205,"kind":1024,"name":"note","url":"modules/mastodon_entities_token.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Account.__type"},{"id":19206,"kind":1024,"name":"url","url":"modules/mastodon_entities_token.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Account.__type"},{"id":19207,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_token.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Account.__type"},{"id":19208,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_token.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Account.__type"},{"id":19209,"kind":1024,"name":"header","url":"modules/mastodon_entities_token.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Account.__type"},{"id":19210,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_token.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Account.__type"},{"id":19211,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_token.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Account.__type"},{"id":19212,"kind":1024,"name":"moved","url":"modules/mastodon_entities_token.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Account.__type"},{"id":19213,"kind":1024,"name":"fields","url":"modules/mastodon_entities_token.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Account.__type"},{"id":19214,"kind":1024,"name":"bot","url":"modules/mastodon_entities_token.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Account.__type"},{"id":19215,"kind":1024,"name":"source","url":"modules/mastodon_entities_token.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Account.__type"},{"id":19216,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_token.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19217,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.Activity"},{"id":19218,"kind":1024,"name":"week","url":"modules/mastodon_entities_token.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Activity.__type"},{"id":19219,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_token.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Activity.__type"},{"id":19220,"kind":1024,"name":"logins","url":"modules/mastodon_entities_token.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Activity.__type"},{"id":19221,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_token.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Activity.__type"},{"id":19222,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_token.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19223,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.Application"},{"id":19224,"kind":1024,"name":"name","url":"modules/mastodon_entities_token.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Application.__type"},{"id":19225,"kind":1024,"name":"website","url":"modules/mastodon_entities_token.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Application.__type"},{"id":19226,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_token.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Application.__type"},{"id":19227,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_token.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19228,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.Attachment"},{"id":19229,"kind":1024,"name":"id","url":"modules/mastodon_entities_token.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Attachment.__type"},{"id":19230,"kind":1024,"name":"type","url":"modules/mastodon_entities_token.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Attachment.__type"},{"id":19231,"kind":1024,"name":"url","url":"modules/mastodon_entities_token.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Attachment.__type"},{"id":19232,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_token.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Attachment.__type"},{"id":19233,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_token.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Attachment.__type"},{"id":19234,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_token.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Attachment.__type"},{"id":19235,"kind":1024,"name":"meta","url":"modules/mastodon_entities_token.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Attachment.__type"},{"id":19236,"kind":1024,"name":"description","url":"modules/mastodon_entities_token.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Attachment.__type"},{"id":19237,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_token.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19238,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.Card"},{"id":19239,"kind":1024,"name":"url","url":"modules/mastodon_entities_token.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Card.__type"},{"id":19240,"kind":1024,"name":"title","url":"modules/mastodon_entities_token.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Card.__type"},{"id":19241,"kind":1024,"name":"description","url":"modules/mastodon_entities_token.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Card.__type"},{"id":19242,"kind":1024,"name":"type","url":"modules/mastodon_entities_token.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Card.__type"},{"id":19243,"kind":1024,"name":"image","url":"modules/mastodon_entities_token.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Card.__type"},{"id":19244,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_token.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Card.__type"},{"id":19245,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_token.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Card.__type"},{"id":19246,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_token.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Card.__type"},{"id":19247,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_token.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Card.__type"},{"id":19248,"kind":1024,"name":"html","url":"modules/mastodon_entities_token.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Card.__type"},{"id":19249,"kind":1024,"name":"width","url":"modules/mastodon_entities_token.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Card.__type"},{"id":19250,"kind":1024,"name":"height","url":"modules/mastodon_entities_token.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Card.__type"},{"id":19251,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_token.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19252,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.Mention"},{"id":19253,"kind":1024,"name":"id","url":"modules/mastodon_entities_token.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Mention.__type"},{"id":19254,"kind":1024,"name":"username","url":"modules/mastodon_entities_token.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Mention.__type"},{"id":19255,"kind":1024,"name":"url","url":"modules/mastodon_entities_token.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Mention.__type"},{"id":19256,"kind":1024,"name":"acct","url":"modules/mastodon_entities_token.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Mention.__type"},{"id":19257,"kind":4194304,"name":"History","url":"modules/mastodon_entities_token.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19258,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.History"},{"id":19259,"kind":1024,"name":"day","url":"modules/mastodon_entities_token.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.History.__type"},{"id":19260,"kind":1024,"name":"uses","url":"modules/mastodon_entities_token.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.History.__type"},{"id":19261,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_token.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.History.__type"},{"id":19262,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_token.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19263,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.Tag"},{"id":19264,"kind":1024,"name":"name","url":"modules/mastodon_entities_token.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Tag.__type"},{"id":19265,"kind":1024,"name":"url","url":"modules/mastodon_entities_token.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Tag.__type"},{"id":19266,"kind":1024,"name":"history","url":"modules/mastodon_entities_token.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Tag.__type"},{"id":19267,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_token.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19268,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.PollOption"},{"id":19269,"kind":1024,"name":"title","url":"modules/mastodon_entities_token.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.PollOption.__type"},{"id":19270,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_token.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.PollOption.__type"},{"id":19271,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_token.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19272,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.Poll"},{"id":19273,"kind":1024,"name":"id","url":"modules/mastodon_entities_token.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Poll.__type"},{"id":19274,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_token.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Poll.__type"},{"id":19275,"kind":1024,"name":"expired","url":"modules/mastodon_entities_token.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Poll.__type"},{"id":19276,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_token.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Poll.__type"},{"id":19277,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_token.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Poll.__type"},{"id":19278,"kind":1024,"name":"options","url":"modules/mastodon_entities_token.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Poll.__type"},{"id":19279,"kind":1024,"name":"voted","url":"modules/mastodon_entities_token.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Poll.__type"},{"id":19280,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_token.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19281,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.Status"},{"id":19282,"kind":1024,"name":"id","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19283,"kind":1024,"name":"uri","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19284,"kind":1024,"name":"url","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19285,"kind":1024,"name":"account","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19286,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19287,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19288,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19289,"kind":1024,"name":"content","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19290,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19291,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19292,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19293,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19294,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19295,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19296,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19297,"kind":1024,"name":"muted","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19298,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19299,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19300,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19301,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19302,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19303,"kind":1024,"name":"tags","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19304,"kind":1024,"name":"card","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19305,"kind":1024,"name":"poll","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19306,"kind":1024,"name":"application","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19307,"kind":1024,"name":"language","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19308,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19309,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19310,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19311,"kind":1024,"name":"quote","url":"modules/mastodon_entities_token.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Status.__type"},{"id":19312,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_token.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19313,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.Context"},{"id":19314,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_token.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Context.__type"},{"id":19315,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_token.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Context.__type"},{"id":19316,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_token.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19317,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.Conversation"},{"id":19318,"kind":1024,"name":"id","url":"modules/mastodon_entities_token.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Conversation.__type"},{"id":19319,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_token.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Conversation.__type"},{"id":19320,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_token.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Conversation.__type"},{"id":19321,"kind":1024,"name":"unread","url":"modules/mastodon_entities_token.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Conversation.__type"},{"id":19322,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_token.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19323,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.FeaturedTag"},{"id":19324,"kind":1024,"name":"id","url":"modules/mastodon_entities_token.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.FeaturedTag.__type"},{"id":19325,"kind":1024,"name":"name","url":"modules/mastodon_entities_token.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.FeaturedTag.__type"},{"id":19326,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_token.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.FeaturedTag.__type"},{"id":19327,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_token.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.FeaturedTag.__type"},{"id":19328,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_token.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19329,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.Field"},{"id":19330,"kind":1024,"name":"name","url":"modules/mastodon_entities_token.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Field.__type"},{"id":19331,"kind":1024,"name":"value","url":"modules/mastodon_entities_token.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Field.__type"},{"id":19332,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_token.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Field.__type"},{"id":19333,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_token.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19334,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.Filter"},{"id":19335,"kind":1024,"name":"id","url":"modules/mastodon_entities_token.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Filter.__type"},{"id":19336,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_token.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Filter.__type"},{"id":19337,"kind":1024,"name":"context","url":"modules/mastodon_entities_token.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Filter.__type"},{"id":19338,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_token.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Filter.__type"},{"id":19339,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_token.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Filter.__type"},{"id":19340,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_token.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Filter.__type"},{"id":19341,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_token.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19342,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.IdentityProof"},{"id":19343,"kind":1024,"name":"provider","url":"modules/mastodon_entities_token.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.IdentityProof.__type"},{"id":19344,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_token.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.IdentityProof.__type"},{"id":19345,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_token.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.IdentityProof.__type"},{"id":19346,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_token.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.IdentityProof.__type"},{"id":19347,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_token.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.IdentityProof.__type"},{"id":19348,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_token.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19349,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.URLs"},{"id":19350,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_token.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.URLs.__type"},{"id":19351,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_token.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19352,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.Stats"},{"id":19353,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_token.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Stats.__type"},{"id":19354,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_token.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Stats.__type"},{"id":19355,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_token.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Stats.__type"},{"id":19356,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_token.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19357,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.Instance"},{"id":19358,"kind":1024,"name":"uri","url":"modules/mastodon_entities_token.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Instance.__type"},{"id":19359,"kind":1024,"name":"title","url":"modules/mastodon_entities_token.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Instance.__type"},{"id":19360,"kind":1024,"name":"description","url":"modules/mastodon_entities_token.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Instance.__type"},{"id":19361,"kind":1024,"name":"email","url":"modules/mastodon_entities_token.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Instance.__type"},{"id":19362,"kind":1024,"name":"version","url":"modules/mastodon_entities_token.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Instance.__type"},{"id":19363,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_token.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Instance.__type"},{"id":19364,"kind":1024,"name":"urls","url":"modules/mastodon_entities_token.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Instance.__type"},{"id":19365,"kind":1024,"name":"stats","url":"modules/mastodon_entities_token.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Instance.__type"},{"id":19366,"kind":1024,"name":"languages","url":"modules/mastodon_entities_token.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Instance.__type"},{"id":19367,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_token.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Instance.__type"},{"id":19368,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_token.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Instance.__type"},{"id":19369,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_token.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Instance.__type"},{"id":19370,"kind":4194304,"name":"List","url":"modules/mastodon_entities_token.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19371,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.List"},{"id":19372,"kind":1024,"name":"id","url":"modules/mastodon_entities_token.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.List.__type"},{"id":19373,"kind":1024,"name":"title","url":"modules/mastodon_entities_token.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.List.__type"},{"id":19374,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_token.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19375,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.Marker"},{"id":19376,"kind":1024,"name":"home","url":"modules/mastodon_entities_token.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Marker.__type"},{"id":19377,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Marker.__type"},{"id":19378,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_token.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Marker.__type.__type"},{"id":19379,"kind":1024,"name":"version","url":"modules/mastodon_entities_token.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Marker.__type.__type"},{"id":19380,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_token.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Marker.__type.__type"},{"id":19381,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_token.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Marker.__type"},{"id":19382,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Marker.__type"},{"id":19383,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_token.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Marker.__type.__type"},{"id":19384,"kind":1024,"name":"version","url":"modules/mastodon_entities_token.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Marker.__type.__type"},{"id":19385,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_token.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Marker.__type.__type"},{"id":19386,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_token.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19387,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.Notification"},{"id":19388,"kind":1024,"name":"account","url":"modules/mastodon_entities_token.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Notification.__type"},{"id":19389,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_token.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Notification.__type"},{"id":19390,"kind":1024,"name":"id","url":"modules/mastodon_entities_token.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Notification.__type"},{"id":19391,"kind":1024,"name":"status","url":"modules/mastodon_entities_token.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Notification.__type"},{"id":19392,"kind":1024,"name":"type","url":"modules/mastodon_entities_token.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Notification.__type"},{"id":19393,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_token.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19394,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_token.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19395,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.Preferences"},{"id":19396,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_token.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Preferences.__type"},{"id":19397,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_token.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Preferences.__type"},{"id":19398,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_token.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Preferences.__type"},{"id":19399,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_token.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Preferences.__type"},{"id":19400,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_token.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Preferences.__type"},{"id":19401,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_token.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19402,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.PushSubscription"},{"id":19403,"kind":1024,"name":"id","url":"modules/mastodon_entities_token.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.PushSubscription.__type"},{"id":19404,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_token.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.PushSubscription.__type"},{"id":19405,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_token.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.PushSubscription.__type"},{"id":19406,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_token.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.PushSubscription.__type"},{"id":19407,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_token.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19408,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.Relationship"},{"id":19409,"kind":1024,"name":"id","url":"modules/mastodon_entities_token.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Relationship.__type"},{"id":19410,"kind":1024,"name":"following","url":"modules/mastodon_entities_token.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Relationship.__type"},{"id":19411,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_token.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Relationship.__type"},{"id":19412,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_token.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Relationship.__type"},{"id":19413,"kind":1024,"name":"muting","url":"modules/mastodon_entities_token.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Relationship.__type"},{"id":19414,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_token.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Relationship.__type"},{"id":19415,"kind":1024,"name":"requested","url":"modules/mastodon_entities_token.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Relationship.__type"},{"id":19416,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_token.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Relationship.__type"},{"id":19417,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_token.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Relationship.__type"},{"id":19418,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_token.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Relationship.__type"},{"id":19419,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_token.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19420,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.Report"},{"id":19421,"kind":1024,"name":"id","url":"modules/mastodon_entities_token.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Report.__type"},{"id":19422,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_token.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Report.__type"},{"id":19423,"kind":1024,"name":"comment","url":"modules/mastodon_entities_token.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Report.__type"},{"id":19424,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_token.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Report.__type"},{"id":19425,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_token.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Report.__type"},{"id":19426,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_token.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19427,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.Results"},{"id":19428,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_token.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Results.__type"},{"id":19429,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_token.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Results.__type"},{"id":19430,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_token.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Results.__type"},{"id":19431,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_token.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19432,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.ScheduledStatus"},{"id":19433,"kind":1024,"name":"id","url":"modules/mastodon_entities_token.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.ScheduledStatus.__type"},{"id":19434,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_token.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.ScheduledStatus.__type"},{"id":19435,"kind":1024,"name":"params","url":"modules/mastodon_entities_token.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.ScheduledStatus.__type"},{"id":19436,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_token.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.ScheduledStatus.__type"},{"id":19437,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_token.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19438,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.StatusParams"},{"id":19439,"kind":1024,"name":"text","url":"modules/mastodon_entities_token.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.StatusParams.__type"},{"id":19440,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_token.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.StatusParams.__type"},{"id":19441,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_token.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.StatusParams.__type"},{"id":19442,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_token.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.StatusParams.__type"},{"id":19443,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_token.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.StatusParams.__type"},{"id":19444,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_token.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.StatusParams.__type"},{"id":19445,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_token.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.StatusParams.__type"},{"id":19446,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_token.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.StatusParams.__type"},{"id":19447,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_token.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/token.MastodonEntity"},{"id":19448,"kind":65536,"name":"__type","url":"modules/mastodon_entities_token.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/token.MastodonEntity.Token"},{"id":19449,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_token.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Token.__type"},{"id":19450,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_token.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Token.__type"},{"id":19451,"kind":1024,"name":"scope","url":"modules/mastodon_entities_token.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Token.__type"},{"id":19452,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_token.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/token.MastodonEntity.Token.__type"},{"id":19453,"kind":2,"name":"MastodonEntity","url":"modules/mastodon_entities_urls.mastodonentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"mastodon/entities/urls"},{"id":19454,"kind":4194304,"name":"Emoji","url":"modules/mastodon_entities_urls.mastodonentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19455,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.Emoji"},{"id":19456,"kind":1024,"name":"shortcode","url":"modules/mastodon_entities_urls.mastodonentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Emoji.__type"},{"id":19457,"kind":1024,"name":"static_url","url":"modules/mastodon_entities_urls.mastodonentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Emoji.__type"},{"id":19458,"kind":1024,"name":"url","url":"modules/mastodon_entities_urls.mastodonentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Emoji.__type"},{"id":19459,"kind":1024,"name":"visible_in_picker","url":"modules/mastodon_entities_urls.mastodonentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Emoji.__type"},{"id":19460,"kind":4194304,"name":"Source","url":"modules/mastodon_entities_urls.mastodonentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19461,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#source-1.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.Source"},{"id":19462,"kind":1024,"name":"privacy","url":"modules/mastodon_entities_urls.mastodonentity.html#source-1.__type-28.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Source.__type"},{"id":19463,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_urls.mastodonentity.html#source-1.__type-28.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Source.__type"},{"id":19464,"kind":1024,"name":"language","url":"modules/mastodon_entities_urls.mastodonentity.html#source-1.__type-28.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Source.__type"},{"id":19465,"kind":1024,"name":"note","url":"modules/mastodon_entities_urls.mastodonentity.html#source-1.__type-28.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Source.__type"},{"id":19466,"kind":1024,"name":"fields","url":"modules/mastodon_entities_urls.mastodonentity.html#source-1.__type-28.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Source.__type"},{"id":19467,"kind":4194304,"name":"Account","url":"modules/mastodon_entities_urls.mastodonentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19468,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.Account"},{"id":19469,"kind":1024,"name":"id","url":"modules/mastodon_entities_urls.mastodonentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Account.__type"},{"id":19470,"kind":1024,"name":"username","url":"modules/mastodon_entities_urls.mastodonentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Account.__type"},{"id":19471,"kind":1024,"name":"acct","url":"modules/mastodon_entities_urls.mastodonentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Account.__type"},{"id":19472,"kind":1024,"name":"display_name","url":"modules/mastodon_entities_urls.mastodonentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Account.__type"},{"id":19473,"kind":1024,"name":"locked","url":"modules/mastodon_entities_urls.mastodonentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Account.__type"},{"id":19474,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_urls.mastodonentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Account.__type"},{"id":19475,"kind":1024,"name":"followers_count","url":"modules/mastodon_entities_urls.mastodonentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Account.__type"},{"id":19476,"kind":1024,"name":"following_count","url":"modules/mastodon_entities_urls.mastodonentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Account.__type"},{"id":19477,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_urls.mastodonentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Account.__type"},{"id":19478,"kind":1024,"name":"note","url":"modules/mastodon_entities_urls.mastodonentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Account.__type"},{"id":19479,"kind":1024,"name":"url","url":"modules/mastodon_entities_urls.mastodonentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Account.__type"},{"id":19480,"kind":1024,"name":"avatar","url":"modules/mastodon_entities_urls.mastodonentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Account.__type"},{"id":19481,"kind":1024,"name":"avatar_static","url":"modules/mastodon_entities_urls.mastodonentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Account.__type"},{"id":19482,"kind":1024,"name":"header","url":"modules/mastodon_entities_urls.mastodonentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Account.__type"},{"id":19483,"kind":1024,"name":"header_static","url":"modules/mastodon_entities_urls.mastodonentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Account.__type"},{"id":19484,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_urls.mastodonentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Account.__type"},{"id":19485,"kind":1024,"name":"moved","url":"modules/mastodon_entities_urls.mastodonentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Account.__type"},{"id":19486,"kind":1024,"name":"fields","url":"modules/mastodon_entities_urls.mastodonentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Account.__type"},{"id":19487,"kind":1024,"name":"bot","url":"modules/mastodon_entities_urls.mastodonentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Account.__type"},{"id":19488,"kind":1024,"name":"source","url":"modules/mastodon_entities_urls.mastodonentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Account.__type"},{"id":19489,"kind":4194304,"name":"Activity","url":"modules/mastodon_entities_urls.mastodonentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19490,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.Activity"},{"id":19491,"kind":1024,"name":"week","url":"modules/mastodon_entities_urls.mastodonentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Activity.__type"},{"id":19492,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_urls.mastodonentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Activity.__type"},{"id":19493,"kind":1024,"name":"logins","url":"modules/mastodon_entities_urls.mastodonentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Activity.__type"},{"id":19494,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_urls.mastodonentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Activity.__type"},{"id":19495,"kind":4194304,"name":"Application","url":"modules/mastodon_entities_urls.mastodonentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19496,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.Application"},{"id":19497,"kind":1024,"name":"name","url":"modules/mastodon_entities_urls.mastodonentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Application.__type"},{"id":19498,"kind":1024,"name":"website","url":"modules/mastodon_entities_urls.mastodonentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Application.__type"},{"id":19499,"kind":1024,"name":"vapid_key","url":"modules/mastodon_entities_urls.mastodonentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Application.__type"},{"id":19500,"kind":4194304,"name":"Attachment","url":"modules/mastodon_entities_urls.mastodonentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19501,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.Attachment"},{"id":19502,"kind":1024,"name":"id","url":"modules/mastodon_entities_urls.mastodonentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Attachment.__type"},{"id":19503,"kind":1024,"name":"type","url":"modules/mastodon_entities_urls.mastodonentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Attachment.__type"},{"id":19504,"kind":1024,"name":"url","url":"modules/mastodon_entities_urls.mastodonentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Attachment.__type"},{"id":19505,"kind":1024,"name":"remote_url","url":"modules/mastodon_entities_urls.mastodonentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Attachment.__type"},{"id":19506,"kind":1024,"name":"preview_url","url":"modules/mastodon_entities_urls.mastodonentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Attachment.__type"},{"id":19507,"kind":1024,"name":"text_url","url":"modules/mastodon_entities_urls.mastodonentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Attachment.__type"},{"id":19508,"kind":1024,"name":"meta","url":"modules/mastodon_entities_urls.mastodonentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Attachment.__type"},{"id":19509,"kind":1024,"name":"description","url":"modules/mastodon_entities_urls.mastodonentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Attachment.__type"},{"id":19510,"kind":4194304,"name":"Card","url":"modules/mastodon_entities_urls.mastodonentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19511,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.Card"},{"id":19512,"kind":1024,"name":"url","url":"modules/mastodon_entities_urls.mastodonentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Card.__type"},{"id":19513,"kind":1024,"name":"title","url":"modules/mastodon_entities_urls.mastodonentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Card.__type"},{"id":19514,"kind":1024,"name":"description","url":"modules/mastodon_entities_urls.mastodonentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Card.__type"},{"id":19515,"kind":1024,"name":"type","url":"modules/mastodon_entities_urls.mastodonentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Card.__type"},{"id":19516,"kind":1024,"name":"image","url":"modules/mastodon_entities_urls.mastodonentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Card.__type"},{"id":19517,"kind":1024,"name":"author_name","url":"modules/mastodon_entities_urls.mastodonentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Card.__type"},{"id":19518,"kind":1024,"name":"author_url","url":"modules/mastodon_entities_urls.mastodonentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Card.__type"},{"id":19519,"kind":1024,"name":"provider_name","url":"modules/mastodon_entities_urls.mastodonentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Card.__type"},{"id":19520,"kind":1024,"name":"provider_url","url":"modules/mastodon_entities_urls.mastodonentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Card.__type"},{"id":19521,"kind":1024,"name":"html","url":"modules/mastodon_entities_urls.mastodonentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Card.__type"},{"id":19522,"kind":1024,"name":"width","url":"modules/mastodon_entities_urls.mastodonentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Card.__type"},{"id":19523,"kind":1024,"name":"height","url":"modules/mastodon_entities_urls.mastodonentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Card.__type"},{"id":19524,"kind":4194304,"name":"Mention","url":"modules/mastodon_entities_urls.mastodonentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19525,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.Mention"},{"id":19526,"kind":1024,"name":"id","url":"modules/mastodon_entities_urls.mastodonentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Mention.__type"},{"id":19527,"kind":1024,"name":"username","url":"modules/mastodon_entities_urls.mastodonentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Mention.__type"},{"id":19528,"kind":1024,"name":"url","url":"modules/mastodon_entities_urls.mastodonentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Mention.__type"},{"id":19529,"kind":1024,"name":"acct","url":"modules/mastodon_entities_urls.mastodonentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Mention.__type"},{"id":19530,"kind":4194304,"name":"History","url":"modules/mastodon_entities_urls.mastodonentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19531,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.History"},{"id":19532,"kind":1024,"name":"day","url":"modules/mastodon_entities_urls.mastodonentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.History.__type"},{"id":19533,"kind":1024,"name":"uses","url":"modules/mastodon_entities_urls.mastodonentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.History.__type"},{"id":19534,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_urls.mastodonentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.History.__type"},{"id":19535,"kind":4194304,"name":"Tag","url":"modules/mastodon_entities_urls.mastodonentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19536,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#tag.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.Tag"},{"id":19537,"kind":1024,"name":"name","url":"modules/mastodon_entities_urls.mastodonentity.html#tag.__type-32.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Tag.__type"},{"id":19538,"kind":1024,"name":"url","url":"modules/mastodon_entities_urls.mastodonentity.html#tag.__type-32.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Tag.__type"},{"id":19539,"kind":1024,"name":"history","url":"modules/mastodon_entities_urls.mastodonentity.html#tag.__type-32.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Tag.__type"},{"id":19540,"kind":4194304,"name":"PollOption","url":"modules/mastodon_entities_urls.mastodonentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19541,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.PollOption"},{"id":19542,"kind":1024,"name":"title","url":"modules/mastodon_entities_urls.mastodonentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.PollOption.__type"},{"id":19543,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_urls.mastodonentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.PollOption.__type"},{"id":19544,"kind":4194304,"name":"Poll","url":"modules/mastodon_entities_urls.mastodonentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19545,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.Poll"},{"id":19546,"kind":1024,"name":"id","url":"modules/mastodon_entities_urls.mastodonentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Poll.__type"},{"id":19547,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_urls.mastodonentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Poll.__type"},{"id":19548,"kind":1024,"name":"expired","url":"modules/mastodon_entities_urls.mastodonentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Poll.__type"},{"id":19549,"kind":1024,"name":"multiple","url":"modules/mastodon_entities_urls.mastodonentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Poll.__type"},{"id":19550,"kind":1024,"name":"votes_count","url":"modules/mastodon_entities_urls.mastodonentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Poll.__type"},{"id":19551,"kind":1024,"name":"options","url":"modules/mastodon_entities_urls.mastodonentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Poll.__type"},{"id":19552,"kind":1024,"name":"voted","url":"modules/mastodon_entities_urls.mastodonentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Poll.__type"},{"id":19553,"kind":4194304,"name":"Status","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19554,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.Status"},{"id":19555,"kind":1024,"name":"id","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19556,"kind":1024,"name":"uri","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19557,"kind":1024,"name":"url","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19558,"kind":1024,"name":"account","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19559,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19560,"kind":1024,"name":"in_reply_to_account_id","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19561,"kind":1024,"name":"reblog","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19562,"kind":1024,"name":"content","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19563,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19564,"kind":1024,"name":"emojis","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19565,"kind":1024,"name":"replies_count","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19566,"kind":1024,"name":"reblogs_count","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19567,"kind":1024,"name":"favourites_count","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19568,"kind":1024,"name":"reblogged","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19569,"kind":1024,"name":"favourited","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19570,"kind":1024,"name":"muted","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19571,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19572,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19573,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19574,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19575,"kind":1024,"name":"mentions","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19576,"kind":1024,"name":"tags","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19577,"kind":1024,"name":"card","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19578,"kind":1024,"name":"poll","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19579,"kind":1024,"name":"application","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19580,"kind":1024,"name":"language","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19581,"kind":1024,"name":"pinned","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19582,"kind":1024,"name":"bookmarked","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19583,"kind":1024,"name":"quote_id","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.quote_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19584,"kind":1024,"name":"quote","url":"modules/mastodon_entities_urls.mastodonentity.html#status-1.__type-30.quote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Status.__type"},{"id":19585,"kind":4194304,"name":"Context","url":"modules/mastodon_entities_urls.mastodonentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19586,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.Context"},{"id":19587,"kind":1024,"name":"ancestors","url":"modules/mastodon_entities_urls.mastodonentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Context.__type"},{"id":19588,"kind":1024,"name":"descendants","url":"modules/mastodon_entities_urls.mastodonentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Context.__type"},{"id":19589,"kind":4194304,"name":"Conversation","url":"modules/mastodon_entities_urls.mastodonentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19590,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.Conversation"},{"id":19591,"kind":1024,"name":"id","url":"modules/mastodon_entities_urls.mastodonentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Conversation.__type"},{"id":19592,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_urls.mastodonentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Conversation.__type"},{"id":19593,"kind":1024,"name":"last_status","url":"modules/mastodon_entities_urls.mastodonentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Conversation.__type"},{"id":19594,"kind":1024,"name":"unread","url":"modules/mastodon_entities_urls.mastodonentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Conversation.__type"},{"id":19595,"kind":4194304,"name":"FeaturedTag","url":"modules/mastodon_entities_urls.mastodonentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19596,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.FeaturedTag"},{"id":19597,"kind":1024,"name":"id","url":"modules/mastodon_entities_urls.mastodonentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.FeaturedTag.__type"},{"id":19598,"kind":1024,"name":"name","url":"modules/mastodon_entities_urls.mastodonentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.FeaturedTag.__type"},{"id":19599,"kind":1024,"name":"statuses_count","url":"modules/mastodon_entities_urls.mastodonentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.FeaturedTag.__type"},{"id":19600,"kind":1024,"name":"last_status_at","url":"modules/mastodon_entities_urls.mastodonentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.FeaturedTag.__type"},{"id":19601,"kind":4194304,"name":"Field","url":"modules/mastodon_entities_urls.mastodonentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19602,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.Field"},{"id":19603,"kind":1024,"name":"name","url":"modules/mastodon_entities_urls.mastodonentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Field.__type"},{"id":19604,"kind":1024,"name":"value","url":"modules/mastodon_entities_urls.mastodonentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Field.__type"},{"id":19605,"kind":1024,"name":"verified_at","url":"modules/mastodon_entities_urls.mastodonentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Field.__type"},{"id":19606,"kind":4194304,"name":"Filter","url":"modules/mastodon_entities_urls.mastodonentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19607,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.Filter"},{"id":19608,"kind":1024,"name":"id","url":"modules/mastodon_entities_urls.mastodonentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Filter.__type"},{"id":19609,"kind":1024,"name":"phrase","url":"modules/mastodon_entities_urls.mastodonentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Filter.__type"},{"id":19610,"kind":1024,"name":"context","url":"modules/mastodon_entities_urls.mastodonentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Filter.__type"},{"id":19611,"kind":1024,"name":"expires_at","url":"modules/mastodon_entities_urls.mastodonentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Filter.__type"},{"id":19612,"kind":1024,"name":"irreversible","url":"modules/mastodon_entities_urls.mastodonentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Filter.__type"},{"id":19613,"kind":1024,"name":"whole_word","url":"modules/mastodon_entities_urls.mastodonentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Filter.__type"},{"id":19614,"kind":4194304,"name":"IdentityProof","url":"modules/mastodon_entities_urls.mastodonentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19615,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.IdentityProof"},{"id":19616,"kind":1024,"name":"provider","url":"modules/mastodon_entities_urls.mastodonentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.IdentityProof.__type"},{"id":19617,"kind":1024,"name":"provider_username","url":"modules/mastodon_entities_urls.mastodonentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.IdentityProof.__type"},{"id":19618,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_urls.mastodonentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.IdentityProof.__type"},{"id":19619,"kind":1024,"name":"proof_url","url":"modules/mastodon_entities_urls.mastodonentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.IdentityProof.__type"},{"id":19620,"kind":1024,"name":"profile_url","url":"modules/mastodon_entities_urls.mastodonentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.IdentityProof.__type"},{"id":19621,"kind":4194304,"name":"URLs","url":"modules/mastodon_entities_urls.mastodonentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19622,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#urls-1.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.URLs"},{"id":19623,"kind":1024,"name":"streaming_api","url":"modules/mastodon_entities_urls.mastodonentity.html#urls-1.__type-34.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.URLs.__type"},{"id":19624,"kind":4194304,"name":"Stats","url":"modules/mastodon_entities_urls.mastodonentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19625,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#stats-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.Stats"},{"id":19626,"kind":1024,"name":"user_count","url":"modules/mastodon_entities_urls.mastodonentity.html#stats-1.__type-29.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Stats.__type"},{"id":19627,"kind":1024,"name":"status_count","url":"modules/mastodon_entities_urls.mastodonentity.html#stats-1.__type-29.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Stats.__type"},{"id":19628,"kind":1024,"name":"domain_count","url":"modules/mastodon_entities_urls.mastodonentity.html#stats-1.__type-29.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Stats.__type"},{"id":19629,"kind":4194304,"name":"Instance","url":"modules/mastodon_entities_urls.mastodonentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19630,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.Instance"},{"id":19631,"kind":1024,"name":"uri","url":"modules/mastodon_entities_urls.mastodonentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Instance.__type"},{"id":19632,"kind":1024,"name":"title","url":"modules/mastodon_entities_urls.mastodonentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Instance.__type"},{"id":19633,"kind":1024,"name":"description","url":"modules/mastodon_entities_urls.mastodonentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Instance.__type"},{"id":19634,"kind":1024,"name":"email","url":"modules/mastodon_entities_urls.mastodonentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Instance.__type"},{"id":19635,"kind":1024,"name":"version","url":"modules/mastodon_entities_urls.mastodonentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Instance.__type"},{"id":19636,"kind":1024,"name":"thumbnail","url":"modules/mastodon_entities_urls.mastodonentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Instance.__type"},{"id":19637,"kind":1024,"name":"urls","url":"modules/mastodon_entities_urls.mastodonentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Instance.__type"},{"id":19638,"kind":1024,"name":"stats","url":"modules/mastodon_entities_urls.mastodonentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Instance.__type"},{"id":19639,"kind":1024,"name":"languages","url":"modules/mastodon_entities_urls.mastodonentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Instance.__type"},{"id":19640,"kind":1024,"name":"contact_account","url":"modules/mastodon_entities_urls.mastodonentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Instance.__type"},{"id":19641,"kind":1024,"name":"max_toot_chars","url":"modules/mastodon_entities_urls.mastodonentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Instance.__type"},{"id":19642,"kind":1024,"name":"registrations","url":"modules/mastodon_entities_urls.mastodonentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Instance.__type"},{"id":19643,"kind":4194304,"name":"List","url":"modules/mastodon_entities_urls.mastodonentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19644,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.List"},{"id":19645,"kind":1024,"name":"id","url":"modules/mastodon_entities_urls.mastodonentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.List.__type"},{"id":19646,"kind":1024,"name":"title","url":"modules/mastodon_entities_urls.mastodonentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.List.__type"},{"id":19647,"kind":4194304,"name":"Marker","url":"modules/mastodon_entities_urls.mastodonentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19648,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.Marker"},{"id":19649,"kind":1024,"name":"home","url":"modules/mastodon_entities_urls.mastodonentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Marker.__type"},{"id":19650,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Marker.__type"},{"id":19651,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_urls.mastodonentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Marker.__type.__type"},{"id":19652,"kind":1024,"name":"version","url":"modules/mastodon_entities_urls.mastodonentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Marker.__type.__type"},{"id":19653,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_urls.mastodonentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Marker.__type.__type"},{"id":19654,"kind":1024,"name":"notifications","url":"modules/mastodon_entities_urls.mastodonentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Marker.__type"},{"id":19655,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Marker.__type"},{"id":19656,"kind":1024,"name":"last_read_id","url":"modules/mastodon_entities_urls.mastodonentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Marker.__type.__type"},{"id":19657,"kind":1024,"name":"version","url":"modules/mastodon_entities_urls.mastodonentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Marker.__type.__type"},{"id":19658,"kind":1024,"name":"updated_at","url":"modules/mastodon_entities_urls.mastodonentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Marker.__type.__type"},{"id":19659,"kind":4194304,"name":"Notification","url":"modules/mastodon_entities_urls.mastodonentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19660,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.Notification"},{"id":19661,"kind":1024,"name":"account","url":"modules/mastodon_entities_urls.mastodonentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Notification.__type"},{"id":19662,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_urls.mastodonentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Notification.__type"},{"id":19663,"kind":1024,"name":"id","url":"modules/mastodon_entities_urls.mastodonentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Notification.__type"},{"id":19664,"kind":1024,"name":"status","url":"modules/mastodon_entities_urls.mastodonentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Notification.__type"},{"id":19665,"kind":1024,"name":"type","url":"modules/mastodon_entities_urls.mastodonentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Notification.__type"},{"id":19666,"kind":4194304,"name":"NotificationType","url":"modules/mastodon_entities_urls.mastodonentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19667,"kind":4194304,"name":"Preferences","url":"modules/mastodon_entities_urls.mastodonentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19668,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.Preferences"},{"id":19669,"kind":1024,"name":"posting:default:visibility","url":"modules/mastodon_entities_urls.mastodonentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Preferences.__type"},{"id":19670,"kind":1024,"name":"posting:default:sensitive","url":"modules/mastodon_entities_urls.mastodonentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Preferences.__type"},{"id":19671,"kind":1024,"name":"posting:default:language","url":"modules/mastodon_entities_urls.mastodonentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Preferences.__type"},{"id":19672,"kind":1024,"name":"reading:expand:media","url":"modules/mastodon_entities_urls.mastodonentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Preferences.__type"},{"id":19673,"kind":1024,"name":"reading:expand:spoilers","url":"modules/mastodon_entities_urls.mastodonentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Preferences.__type"},{"id":19674,"kind":4194304,"name":"PushSubscription","url":"modules/mastodon_entities_urls.mastodonentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19675,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.PushSubscription"},{"id":19676,"kind":1024,"name":"id","url":"modules/mastodon_entities_urls.mastodonentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.PushSubscription.__type"},{"id":19677,"kind":1024,"name":"endpoint","url":"modules/mastodon_entities_urls.mastodonentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.PushSubscription.__type"},{"id":19678,"kind":1024,"name":"server_key","url":"modules/mastodon_entities_urls.mastodonentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.PushSubscription.__type"},{"id":19679,"kind":1024,"name":"alerts","url":"modules/mastodon_entities_urls.mastodonentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.PushSubscription.__type"},{"id":19680,"kind":4194304,"name":"Relationship","url":"modules/mastodon_entities_urls.mastodonentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19681,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#relationship.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.Relationship"},{"id":19682,"kind":1024,"name":"id","url":"modules/mastodon_entities_urls.mastodonentity.html#relationship.__type-24.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Relationship.__type"},{"id":19683,"kind":1024,"name":"following","url":"modules/mastodon_entities_urls.mastodonentity.html#relationship.__type-24.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Relationship.__type"},{"id":19684,"kind":1024,"name":"followed_by","url":"modules/mastodon_entities_urls.mastodonentity.html#relationship.__type-24.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Relationship.__type"},{"id":19685,"kind":1024,"name":"blocking","url":"modules/mastodon_entities_urls.mastodonentity.html#relationship.__type-24.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Relationship.__type"},{"id":19686,"kind":1024,"name":"muting","url":"modules/mastodon_entities_urls.mastodonentity.html#relationship.__type-24.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Relationship.__type"},{"id":19687,"kind":1024,"name":"muting_notifications","url":"modules/mastodon_entities_urls.mastodonentity.html#relationship.__type-24.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Relationship.__type"},{"id":19688,"kind":1024,"name":"requested","url":"modules/mastodon_entities_urls.mastodonentity.html#relationship.__type-24.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Relationship.__type"},{"id":19689,"kind":1024,"name":"domain_blocking","url":"modules/mastodon_entities_urls.mastodonentity.html#relationship.__type-24.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Relationship.__type"},{"id":19690,"kind":1024,"name":"showing_reblogs","url":"modules/mastodon_entities_urls.mastodonentity.html#relationship.__type-24.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Relationship.__type"},{"id":19691,"kind":1024,"name":"endorsed","url":"modules/mastodon_entities_urls.mastodonentity.html#relationship.__type-24.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Relationship.__type"},{"id":19692,"kind":4194304,"name":"Report","url":"modules/mastodon_entities_urls.mastodonentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19693,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#report.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.Report"},{"id":19694,"kind":1024,"name":"id","url":"modules/mastodon_entities_urls.mastodonentity.html#report.__type-25.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Report.__type"},{"id":19695,"kind":1024,"name":"action_taken","url":"modules/mastodon_entities_urls.mastodonentity.html#report.__type-25.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Report.__type"},{"id":19696,"kind":1024,"name":"comment","url":"modules/mastodon_entities_urls.mastodonentity.html#report.__type-25.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Report.__type"},{"id":19697,"kind":1024,"name":"account_id","url":"modules/mastodon_entities_urls.mastodonentity.html#report.__type-25.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Report.__type"},{"id":19698,"kind":1024,"name":"status_ids","url":"modules/mastodon_entities_urls.mastodonentity.html#report.__type-25.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Report.__type"},{"id":19699,"kind":4194304,"name":"Results","url":"modules/mastodon_entities_urls.mastodonentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19700,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#results.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.Results"},{"id":19701,"kind":1024,"name":"accounts","url":"modules/mastodon_entities_urls.mastodonentity.html#results.__type-26.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Results.__type"},{"id":19702,"kind":1024,"name":"statuses","url":"modules/mastodon_entities_urls.mastodonentity.html#results.__type-26.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Results.__type"},{"id":19703,"kind":1024,"name":"hashtags","url":"modules/mastodon_entities_urls.mastodonentity.html#results.__type-26.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Results.__type"},{"id":19704,"kind":4194304,"name":"ScheduledStatus","url":"modules/mastodon_entities_urls.mastodonentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19705,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#scheduledstatus.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.ScheduledStatus"},{"id":19706,"kind":1024,"name":"id","url":"modules/mastodon_entities_urls.mastodonentity.html#scheduledstatus.__type-27.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.ScheduledStatus.__type"},{"id":19707,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_urls.mastodonentity.html#scheduledstatus.__type-27.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.ScheduledStatus.__type"},{"id":19708,"kind":1024,"name":"params","url":"modules/mastodon_entities_urls.mastodonentity.html#scheduledstatus.__type-27.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.ScheduledStatus.__type"},{"id":19709,"kind":1024,"name":"media_attachments","url":"modules/mastodon_entities_urls.mastodonentity.html#scheduledstatus.__type-27.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.ScheduledStatus.__type"},{"id":19710,"kind":4194304,"name":"StatusParams","url":"modules/mastodon_entities_urls.mastodonentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19711,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#statusparams.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.StatusParams"},{"id":19712,"kind":1024,"name":"text","url":"modules/mastodon_entities_urls.mastodonentity.html#statusparams.__type-31.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.StatusParams.__type"},{"id":19713,"kind":1024,"name":"in_reply_to_id","url":"modules/mastodon_entities_urls.mastodonentity.html#statusparams.__type-31.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.StatusParams.__type"},{"id":19714,"kind":1024,"name":"media_ids","url":"modules/mastodon_entities_urls.mastodonentity.html#statusparams.__type-31.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.StatusParams.__type"},{"id":19715,"kind":1024,"name":"sensitive","url":"modules/mastodon_entities_urls.mastodonentity.html#statusparams.__type-31.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.StatusParams.__type"},{"id":19716,"kind":1024,"name":"spoiler_text","url":"modules/mastodon_entities_urls.mastodonentity.html#statusparams.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.StatusParams.__type"},{"id":19717,"kind":1024,"name":"visibility","url":"modules/mastodon_entities_urls.mastodonentity.html#statusparams.__type-31.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.StatusParams.__type"},{"id":19718,"kind":1024,"name":"scheduled_at","url":"modules/mastodon_entities_urls.mastodonentity.html#statusparams.__type-31.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.StatusParams.__type"},{"id":19719,"kind":1024,"name":"application_id","url":"modules/mastodon_entities_urls.mastodonentity.html#statusparams.__type-31.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.StatusParams.__type"},{"id":19720,"kind":4194304,"name":"Token","url":"modules/mastodon_entities_urls.mastodonentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"mastodon/entities/urls.MastodonEntity"},{"id":19721,"kind":65536,"name":"__type","url":"modules/mastodon_entities_urls.mastodonentity.html#token.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"mastodon/entities/urls.MastodonEntity.Token"},{"id":19722,"kind":1024,"name":"access_token","url":"modules/mastodon_entities_urls.mastodonentity.html#token.__type-33.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Token.__type"},{"id":19723,"kind":1024,"name":"token_type","url":"modules/mastodon_entities_urls.mastodonentity.html#token.__type-33.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Token.__type"},{"id":19724,"kind":1024,"name":"scope","url":"modules/mastodon_entities_urls.mastodonentity.html#token.__type-33.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Token.__type"},{"id":19725,"kind":1024,"name":"created_at","url":"modules/mastodon_entities_urls.mastodonentity.html#token.__type-33.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"mastodon/entities/urls.MastodonEntity.Token.__type"},{"id":19726,"kind":16777216,"name":"default","url":"modules/mastodon_entity.html#default","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"mastodon/entity"},{"id":19727,"kind":2,"name":"MisskeyEntity","url":"modules/misskey_entities_app.misskeyentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/entities/app"},{"id":19728,"kind":4194304,"name":"App","url":"modules/misskey_entities_app.misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19729,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.App"},{"id":19730,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#app.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.App.__type"},{"id":19731,"kind":1024,"name":"name","url":"modules/misskey_entities_app.misskeyentity.html#app.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.App.__type"},{"id":19732,"kind":1024,"name":"callbackUrl","url":"modules/misskey_entities_app.misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.App.__type"},{"id":19733,"kind":1024,"name":"permission","url":"modules/misskey_entities_app.misskeyentity.html#app.__type.permission","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.App.__type"},{"id":19734,"kind":1024,"name":"secret","url":"modules/misskey_entities_app.misskeyentity.html#app.__type.secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.App.__type"},{"id":19735,"kind":4194304,"name":"Emoji","url":"modules/misskey_entities_app.misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19736,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Emoji"},{"id":19737,"kind":1024,"name":"name","url":"modules/misskey_entities_app.misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Emoji.__type"},{"id":19738,"kind":1024,"name":"host","url":"modules/misskey_entities_app.misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Emoji.__type"},{"id":19739,"kind":1024,"name":"url","url":"modules/misskey_entities_app.misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Emoji.__type"},{"id":19740,"kind":1024,"name":"aliases","url":"modules/misskey_entities_app.misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Emoji.__type"},{"id":19741,"kind":4194304,"name":"User","url":"modules/misskey_entities_app.misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19742,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.User"},{"id":19743,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.User.__type"},{"id":19744,"kind":1024,"name":"name","url":"modules/misskey_entities_app.misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.User.__type"},{"id":19745,"kind":1024,"name":"username","url":"modules/misskey_entities_app.misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.User.__type"},{"id":19746,"kind":1024,"name":"host","url":"modules/misskey_entities_app.misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.User.__type"},{"id":19747,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_app.misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.User.__type"},{"id":19748,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_app.misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.User.__type"},{"id":19749,"kind":1024,"name":"emojis","url":"modules/misskey_entities_app.misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.User.__type"},{"id":19750,"kind":4194304,"name":"File","url":"modules/misskey_entities_app.misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19751,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.File"},{"id":19752,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type"},{"id":19753,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type"},{"id":19754,"kind":1024,"name":"name","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type"},{"id":19755,"kind":1024,"name":"type","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type"},{"id":19756,"kind":1024,"name":"md5","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type"},{"id":19757,"kind":1024,"name":"size","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type"},{"id":19758,"kind":1024,"name":"isSensitive","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type"},{"id":19759,"kind":1024,"name":"properties","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type"},{"id":19760,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type"},{"id":19761,"kind":1024,"name":"width","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.__type-7.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type.__type"},{"id":19762,"kind":1024,"name":"height","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.__type-7.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type.__type"},{"id":19763,"kind":1024,"name":"avgColor","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.__type-7.avgcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type.__type"},{"id":19764,"kind":1024,"name":"url","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type"},{"id":19765,"kind":1024,"name":"thumbnailUrl","url":"modules/misskey_entities_app.misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.File.__type"},{"id":19766,"kind":4194304,"name":"Choice","url":"modules/misskey_entities_app.misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19767,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Choice"},{"id":19768,"kind":1024,"name":"text","url":"modules/misskey_entities_app.misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Choice.__type"},{"id":19769,"kind":1024,"name":"votes","url":"modules/misskey_entities_app.misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Choice.__type"},{"id":19770,"kind":1024,"name":"isVoted","url":"modules/misskey_entities_app.misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Choice.__type"},{"id":19771,"kind":4194304,"name":"Poll","url":"modules/misskey_entities_app.misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19772,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Poll"},{"id":19773,"kind":1024,"name":"multiple","url":"modules/misskey_entities_app.misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Poll.__type"},{"id":19774,"kind":1024,"name":"expiresAt","url":"modules/misskey_entities_app.misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Poll.__type"},{"id":19775,"kind":1024,"name":"choices","url":"modules/misskey_entities_app.misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Poll.__type"},{"id":19776,"kind":4194304,"name":"Note","url":"modules/misskey_entities_app.misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19777,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Note"},{"id":19778,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":19779,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":19780,"kind":1024,"name":"userId","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":19781,"kind":1024,"name":"user","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":19782,"kind":1024,"name":"text","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":19783,"kind":1024,"name":"cw","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":19784,"kind":1024,"name":"visibility","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":19785,"kind":1024,"name":"renoteCount","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":19786,"kind":1024,"name":"repliesCount","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":19787,"kind":1024,"name":"reactions","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":19788,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":19789,"kind":1024,"name":"emojis","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":19790,"kind":1024,"name":"fileIds","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":19791,"kind":1024,"name":"files","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":19792,"kind":1024,"name":"replyId","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":19793,"kind":1024,"name":"renoteId","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":19794,"kind":1024,"name":"uri","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":19795,"kind":1024,"name":"reply","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":19796,"kind":1024,"name":"renote","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":19797,"kind":1024,"name":"viaMobile","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":19798,"kind":1024,"name":"tags","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":19799,"kind":1024,"name":"poll","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":19800,"kind":1024,"name":"mentions","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":19801,"kind":1024,"name":"myReaction","url":"modules/misskey_entities_app.misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Note.__type"},{"id":19802,"kind":4194304,"name":"UserDetail","url":"modules/misskey_entities_app.misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19803,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.UserDetail"},{"id":19804,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19805,"kind":1024,"name":"name","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19806,"kind":1024,"name":"username","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19807,"kind":1024,"name":"host","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19808,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19809,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19810,"kind":1024,"name":"isAdmin","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19811,"kind":1024,"name":"isModerator","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19812,"kind":1024,"name":"isBot","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19813,"kind":1024,"name":"isCat","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19814,"kind":1024,"name":"emojis","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19815,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19816,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19817,"kind":1024,"name":"bannerColor","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19818,"kind":1024,"name":"isLocked","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19819,"kind":1024,"name":"isSilenced","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19820,"kind":1024,"name":"isSuspended","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19821,"kind":1024,"name":"description","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19822,"kind":1024,"name":"followersCount","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19823,"kind":1024,"name":"followingCount","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19824,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19825,"kind":1024,"name":"avatarId","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19826,"kind":1024,"name":"bannerId","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19827,"kind":1024,"name":"pinnedNoteIds","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19828,"kind":1024,"name":"pinnedNotes","url":"modules/misskey_entities_app.misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserDetail.__type"},{"id":19829,"kind":4194304,"name":"Blocking","url":"modules/misskey_entities_app.misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19830,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Blocking"},{"id":19831,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Blocking.__type"},{"id":19832,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_app.misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Blocking.__type"},{"id":19833,"kind":1024,"name":"blockeeId","url":"modules/misskey_entities_app.misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Blocking.__type"},{"id":19834,"kind":1024,"name":"blockee","url":"modules/misskey_entities_app.misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Blocking.__type"},{"id":19835,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_entities_app.misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19836,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.CreatedNote"},{"id":19837,"kind":1024,"name":"createdNote","url":"modules/misskey_entities_app.misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.CreatedNote.__type"},{"id":19838,"kind":4194304,"name":"Favorite","url":"modules/misskey_entities_app.misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19839,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Favorite"},{"id":19840,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Favorite.__type"},{"id":19841,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_app.misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Favorite.__type"},{"id":19842,"kind":1024,"name":"noteId","url":"modules/misskey_entities_app.misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Favorite.__type"},{"id":19843,"kind":1024,"name":"note","url":"modules/misskey_entities_app.misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Favorite.__type"},{"id":19844,"kind":4194304,"name":"Follower","url":"modules/misskey_entities_app.misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19845,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Follower"},{"id":19846,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Follower.__type"},{"id":19847,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_app.misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Follower.__type"},{"id":19848,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_app.misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Follower.__type"},{"id":19849,"kind":1024,"name":"followerId","url":"modules/misskey_entities_app.misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Follower.__type"},{"id":19850,"kind":1024,"name":"follower","url":"modules/misskey_entities_app.misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Follower.__type"},{"id":19851,"kind":4194304,"name":"Following","url":"modules/misskey_entities_app.misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19852,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Following"},{"id":19853,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Following.__type"},{"id":19854,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_app.misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Following.__type"},{"id":19855,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_app.misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Following.__type"},{"id":19856,"kind":1024,"name":"followerId","url":"modules/misskey_entities_app.misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Following.__type"},{"id":19857,"kind":1024,"name":"followee","url":"modules/misskey_entities_app.misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Following.__type"},{"id":19858,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_entities_app.misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19859,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.FollowRequest"},{"id":19860,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.FollowRequest.__type"},{"id":19861,"kind":1024,"name":"follower","url":"modules/misskey_entities_app.misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.FollowRequest.__type"},{"id":19862,"kind":1024,"name":"followee","url":"modules/misskey_entities_app.misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.FollowRequest.__type"},{"id":19863,"kind":4194304,"name":"Hashtag","url":"modules/misskey_entities_app.misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19864,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Hashtag"},{"id":19865,"kind":1024,"name":"tag","url":"modules/misskey_entities_app.misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Hashtag.__type"},{"id":19866,"kind":1024,"name":"chart","url":"modules/misskey_entities_app.misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Hashtag.__type"},{"id":19867,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_app.misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Hashtag.__type"},{"id":19868,"kind":4194304,"name":"List","url":"modules/misskey_entities_app.misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19869,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.List"},{"id":19870,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.List.__type"},{"id":19871,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_app.misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.List.__type"},{"id":19872,"kind":1024,"name":"name","url":"modules/misskey_entities_app.misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.List.__type"},{"id":19873,"kind":1024,"name":"userIds","url":"modules/misskey_entities_app.misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.List.__type"},{"id":19874,"kind":4194304,"name":"Meta","url":"modules/misskey_entities_app.misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19875,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Meta"},{"id":19876,"kind":1024,"name":"maintainerName","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Meta.__type"},{"id":19877,"kind":1024,"name":"maintainerEmail","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Meta.__type"},{"id":19878,"kind":1024,"name":"name","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Meta.__type"},{"id":19879,"kind":1024,"name":"version","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Meta.__type"},{"id":19880,"kind":1024,"name":"uri","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Meta.__type"},{"id":19881,"kind":1024,"name":"description","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Meta.__type"},{"id":19882,"kind":1024,"name":"langs","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Meta.__type"},{"id":19883,"kind":1024,"name":"disableRegistration","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Meta.__type"},{"id":19884,"kind":1024,"name":"disableLocalTimeline","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Meta.__type"},{"id":19885,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Meta.__type"},{"id":19886,"kind":1024,"name":"maxNoteTextLength","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Meta.__type"},{"id":19887,"kind":1024,"name":"emojis","url":"modules/misskey_entities_app.misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Meta.__type"},{"id":19888,"kind":4194304,"name":"Mute","url":"modules/misskey_entities_app.misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19889,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Mute"},{"id":19890,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Mute.__type"},{"id":19891,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_app.misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Mute.__type"},{"id":19892,"kind":1024,"name":"muteeId","url":"modules/misskey_entities_app.misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Mute.__type"},{"id":19893,"kind":1024,"name":"mutee","url":"modules/misskey_entities_app.misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Mute.__type"},{"id":19894,"kind":4194304,"name":"Notification","url":"modules/misskey_entities_app.misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19895,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Notification"},{"id":19896,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Notification.__type"},{"id":19897,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_app.misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Notification.__type"},{"id":19898,"kind":1024,"name":"type","url":"modules/misskey_entities_app.misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Notification.__type"},{"id":19899,"kind":1024,"name":"userId","url":"modules/misskey_entities_app.misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Notification.__type"},{"id":19900,"kind":1024,"name":"user","url":"modules/misskey_entities_app.misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Notification.__type"},{"id":19901,"kind":1024,"name":"note","url":"modules/misskey_entities_app.misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Notification.__type"},{"id":19902,"kind":1024,"name":"reaction","url":"modules/misskey_entities_app.misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Notification.__type"},{"id":19903,"kind":4194304,"name":"NotificationType","url":"modules/misskey_entities_app.misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19904,"kind":4194304,"name":"Reaction","url":"modules/misskey_entities_app.misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19905,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Reaction"},{"id":19906,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Reaction.__type"},{"id":19907,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_app.misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Reaction.__type"},{"id":19908,"kind":1024,"name":"user","url":"modules/misskey_entities_app.misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Reaction.__type"},{"id":19909,"kind":1024,"name":"type","url":"modules/misskey_entities_app.misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Reaction.__type"},{"id":19910,"kind":4194304,"name":"Relation","url":"modules/misskey_entities_app.misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19911,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Relation"},{"id":19912,"kind":1024,"name":"id","url":"modules/misskey_entities_app.misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Relation.__type"},{"id":19913,"kind":1024,"name":"isFollowing","url":"modules/misskey_entities_app.misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Relation.__type"},{"id":19914,"kind":1024,"name":"hasPendingFollowRequestFromYou","url":"modules/misskey_entities_app.misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Relation.__type"},{"id":19915,"kind":1024,"name":"hasPendingFollowRequestToYou","url":"modules/misskey_entities_app.misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Relation.__type"},{"id":19916,"kind":1024,"name":"isFollowed","url":"modules/misskey_entities_app.misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Relation.__type"},{"id":19917,"kind":1024,"name":"isBlocking","url":"modules/misskey_entities_app.misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Relation.__type"},{"id":19918,"kind":1024,"name":"isBlocked","url":"modules/misskey_entities_app.misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Relation.__type"},{"id":19919,"kind":1024,"name":"isMuted","url":"modules/misskey_entities_app.misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Relation.__type"},{"id":19920,"kind":4194304,"name":"UserKey","url":"modules/misskey_entities_app.misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19921,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.UserKey"},{"id":19922,"kind":1024,"name":"accessToken","url":"modules/misskey_entities_app.misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserKey.__type"},{"id":19923,"kind":1024,"name":"user","url":"modules/misskey_entities_app.misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.UserKey.__type"},{"id":19924,"kind":4194304,"name":"Session","url":"modules/misskey_entities_app.misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19925,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Session"},{"id":19926,"kind":1024,"name":"token","url":"modules/misskey_entities_app.misskeyentity.html#session.__type-21.token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Session.__type"},{"id":19927,"kind":1024,"name":"url","url":"modules/misskey_entities_app.misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Session.__type"},{"id":19928,"kind":4194304,"name":"Stats","url":"modules/misskey_entities_app.misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/app.MisskeyEntity"},{"id":19929,"kind":65536,"name":"__type","url":"modules/misskey_entities_app.misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/app.MisskeyEntity.Stats"},{"id":19930,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_app.misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Stats.__type"},{"id":19931,"kind":1024,"name":"originalNotesCount","url":"modules/misskey_entities_app.misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Stats.__type"},{"id":19932,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_app.misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Stats.__type"},{"id":19933,"kind":1024,"name":"originalUsersCount","url":"modules/misskey_entities_app.misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Stats.__type"},{"id":19934,"kind":1024,"name":"instances","url":"modules/misskey_entities_app.misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/app.MisskeyEntity.Stats.__type"},{"id":19935,"kind":2,"name":"MisskeyEntity","url":"modules/misskey_entities_blocking.misskeyentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/entities/blocking"},{"id":19936,"kind":4194304,"name":"App","url":"modules/misskey_entities_blocking.misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":19937,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/blocking.MisskeyEntity.App"},{"id":19938,"kind":1024,"name":"id","url":"modules/misskey_entities_blocking.misskeyentity.html#app.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.App.__type"},{"id":19939,"kind":1024,"name":"name","url":"modules/misskey_entities_blocking.misskeyentity.html#app.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.App.__type"},{"id":19940,"kind":1024,"name":"callbackUrl","url":"modules/misskey_entities_blocking.misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.App.__type"},{"id":19941,"kind":1024,"name":"permission","url":"modules/misskey_entities_blocking.misskeyentity.html#app.__type.permission","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.App.__type"},{"id":19942,"kind":1024,"name":"secret","url":"modules/misskey_entities_blocking.misskeyentity.html#app.__type.secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.App.__type"},{"id":19943,"kind":4194304,"name":"Emoji","url":"modules/misskey_entities_blocking.misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":19944,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/blocking.MisskeyEntity.Emoji"},{"id":19945,"kind":1024,"name":"name","url":"modules/misskey_entities_blocking.misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Emoji.__type"},{"id":19946,"kind":1024,"name":"host","url":"modules/misskey_entities_blocking.misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Emoji.__type"},{"id":19947,"kind":1024,"name":"url","url":"modules/misskey_entities_blocking.misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Emoji.__type"},{"id":19948,"kind":1024,"name":"aliases","url":"modules/misskey_entities_blocking.misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Emoji.__type"},{"id":19949,"kind":4194304,"name":"User","url":"modules/misskey_entities_blocking.misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":19950,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/blocking.MisskeyEntity.User"},{"id":19951,"kind":1024,"name":"id","url":"modules/misskey_entities_blocking.misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.User.__type"},{"id":19952,"kind":1024,"name":"name","url":"modules/misskey_entities_blocking.misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.User.__type"},{"id":19953,"kind":1024,"name":"username","url":"modules/misskey_entities_blocking.misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.User.__type"},{"id":19954,"kind":1024,"name":"host","url":"modules/misskey_entities_blocking.misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.User.__type"},{"id":19955,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_blocking.misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.User.__type"},{"id":19956,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_blocking.misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.User.__type"},{"id":19957,"kind":1024,"name":"emojis","url":"modules/misskey_entities_blocking.misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.User.__type"},{"id":19958,"kind":4194304,"name":"File","url":"modules/misskey_entities_blocking.misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":19959,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/blocking.MisskeyEntity.File"},{"id":19960,"kind":1024,"name":"id","url":"modules/misskey_entities_blocking.misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.File.__type"},{"id":19961,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_blocking.misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.File.__type"},{"id":19962,"kind":1024,"name":"name","url":"modules/misskey_entities_blocking.misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.File.__type"},{"id":19963,"kind":1024,"name":"type","url":"modules/misskey_entities_blocking.misskeyentity.html#file.__type-6.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.File.__type"},{"id":19964,"kind":1024,"name":"md5","url":"modules/misskey_entities_blocking.misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.File.__type"},{"id":19965,"kind":1024,"name":"size","url":"modules/misskey_entities_blocking.misskeyentity.html#file.__type-6.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.File.__type"},{"id":19966,"kind":1024,"name":"isSensitive","url":"modules/misskey_entities_blocking.misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.File.__type"},{"id":19967,"kind":1024,"name":"properties","url":"modules/misskey_entities_blocking.misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.File.__type"},{"id":19968,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#file.__type-6.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.File.__type"},{"id":19969,"kind":1024,"name":"width","url":"modules/misskey_entities_blocking.misskeyentity.html#file.__type-6.__type-7.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.File.__type.__type"},{"id":19970,"kind":1024,"name":"height","url":"modules/misskey_entities_blocking.misskeyentity.html#file.__type-6.__type-7.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.File.__type.__type"},{"id":19971,"kind":1024,"name":"avgColor","url":"modules/misskey_entities_blocking.misskeyentity.html#file.__type-6.__type-7.avgcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.File.__type.__type"},{"id":19972,"kind":1024,"name":"url","url":"modules/misskey_entities_blocking.misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.File.__type"},{"id":19973,"kind":1024,"name":"thumbnailUrl","url":"modules/misskey_entities_blocking.misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.File.__type"},{"id":19974,"kind":4194304,"name":"Choice","url":"modules/misskey_entities_blocking.misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":19975,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/blocking.MisskeyEntity.Choice"},{"id":19976,"kind":1024,"name":"text","url":"modules/misskey_entities_blocking.misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Choice.__type"},{"id":19977,"kind":1024,"name":"votes","url":"modules/misskey_entities_blocking.misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Choice.__type"},{"id":19978,"kind":1024,"name":"isVoted","url":"modules/misskey_entities_blocking.misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Choice.__type"},{"id":19979,"kind":4194304,"name":"Poll","url":"modules/misskey_entities_blocking.misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":19980,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/blocking.MisskeyEntity.Poll"},{"id":19981,"kind":1024,"name":"multiple","url":"modules/misskey_entities_blocking.misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Poll.__type"},{"id":19982,"kind":1024,"name":"expiresAt","url":"modules/misskey_entities_blocking.misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Poll.__type"},{"id":19983,"kind":1024,"name":"choices","url":"modules/misskey_entities_blocking.misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Poll.__type"},{"id":19984,"kind":4194304,"name":"Note","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":19985,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/blocking.MisskeyEntity.Note"},{"id":19986,"kind":1024,"name":"id","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Note.__type"},{"id":19987,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Note.__type"},{"id":19988,"kind":1024,"name":"userId","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Note.__type"},{"id":19989,"kind":1024,"name":"user","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Note.__type"},{"id":19990,"kind":1024,"name":"text","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Note.__type"},{"id":19991,"kind":1024,"name":"cw","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Note.__type"},{"id":19992,"kind":1024,"name":"visibility","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Note.__type"},{"id":19993,"kind":1024,"name":"renoteCount","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Note.__type"},{"id":19994,"kind":1024,"name":"repliesCount","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Note.__type"},{"id":19995,"kind":1024,"name":"reactions","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Note.__type"},{"id":19996,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Note.__type"},{"id":19997,"kind":1024,"name":"emojis","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Note.__type"},{"id":19998,"kind":1024,"name":"fileIds","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Note.__type"},{"id":19999,"kind":1024,"name":"files","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Note.__type"},{"id":20000,"kind":1024,"name":"replyId","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Note.__type"},{"id":20001,"kind":1024,"name":"renoteId","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Note.__type"},{"id":20002,"kind":1024,"name":"uri","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Note.__type"},{"id":20003,"kind":1024,"name":"reply","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Note.__type"},{"id":20004,"kind":1024,"name":"renote","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Note.__type"},{"id":20005,"kind":1024,"name":"viaMobile","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Note.__type"},{"id":20006,"kind":1024,"name":"tags","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Note.__type"},{"id":20007,"kind":1024,"name":"poll","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Note.__type"},{"id":20008,"kind":1024,"name":"mentions","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Note.__type"},{"id":20009,"kind":1024,"name":"myReaction","url":"modules/misskey_entities_blocking.misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Note.__type"},{"id":20010,"kind":4194304,"name":"UserDetail","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":20011,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail"},{"id":20012,"kind":1024,"name":"id","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20013,"kind":1024,"name":"name","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20014,"kind":1024,"name":"username","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20015,"kind":1024,"name":"host","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20016,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20017,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20018,"kind":1024,"name":"isAdmin","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20019,"kind":1024,"name":"isModerator","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20020,"kind":1024,"name":"isBot","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20021,"kind":1024,"name":"isCat","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20022,"kind":1024,"name":"emojis","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20023,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20024,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20025,"kind":1024,"name":"bannerColor","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20026,"kind":1024,"name":"isLocked","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20027,"kind":1024,"name":"isSilenced","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20028,"kind":1024,"name":"isSuspended","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20029,"kind":1024,"name":"description","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20030,"kind":1024,"name":"followersCount","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20031,"kind":1024,"name":"followingCount","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20032,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20033,"kind":1024,"name":"avatarId","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20034,"kind":1024,"name":"bannerId","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20035,"kind":1024,"name":"pinnedNoteIds","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20036,"kind":1024,"name":"pinnedNotes","url":"modules/misskey_entities_blocking.misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserDetail.__type"},{"id":20037,"kind":4194304,"name":"Blocking","url":"modules/misskey_entities_blocking.misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":20038,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/blocking.MisskeyEntity.Blocking"},{"id":20039,"kind":1024,"name":"id","url":"modules/misskey_entities_blocking.misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Blocking.__type"},{"id":20040,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_blocking.misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Blocking.__type"},{"id":20041,"kind":1024,"name":"blockeeId","url":"modules/misskey_entities_blocking.misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Blocking.__type"},{"id":20042,"kind":1024,"name":"blockee","url":"modules/misskey_entities_blocking.misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Blocking.__type"},{"id":20043,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_entities_blocking.misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":20044,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/blocking.MisskeyEntity.CreatedNote"},{"id":20045,"kind":1024,"name":"createdNote","url":"modules/misskey_entities_blocking.misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.CreatedNote.__type"},{"id":20046,"kind":4194304,"name":"Favorite","url":"modules/misskey_entities_blocking.misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":20047,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/blocking.MisskeyEntity.Favorite"},{"id":20048,"kind":1024,"name":"id","url":"modules/misskey_entities_blocking.misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Favorite.__type"},{"id":20049,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_blocking.misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Favorite.__type"},{"id":20050,"kind":1024,"name":"noteId","url":"modules/misskey_entities_blocking.misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Favorite.__type"},{"id":20051,"kind":1024,"name":"note","url":"modules/misskey_entities_blocking.misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Favorite.__type"},{"id":20052,"kind":4194304,"name":"Follower","url":"modules/misskey_entities_blocking.misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":20053,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/blocking.MisskeyEntity.Follower"},{"id":20054,"kind":1024,"name":"id","url":"modules/misskey_entities_blocking.misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Follower.__type"},{"id":20055,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_blocking.misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Follower.__type"},{"id":20056,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_blocking.misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Follower.__type"},{"id":20057,"kind":1024,"name":"followerId","url":"modules/misskey_entities_blocking.misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Follower.__type"},{"id":20058,"kind":1024,"name":"follower","url":"modules/misskey_entities_blocking.misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Follower.__type"},{"id":20059,"kind":4194304,"name":"Following","url":"modules/misskey_entities_blocking.misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":20060,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/blocking.MisskeyEntity.Following"},{"id":20061,"kind":1024,"name":"id","url":"modules/misskey_entities_blocking.misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Following.__type"},{"id":20062,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_blocking.misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Following.__type"},{"id":20063,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_blocking.misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Following.__type"},{"id":20064,"kind":1024,"name":"followerId","url":"modules/misskey_entities_blocking.misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Following.__type"},{"id":20065,"kind":1024,"name":"followee","url":"modules/misskey_entities_blocking.misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Following.__type"},{"id":20066,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_entities_blocking.misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":20067,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/blocking.MisskeyEntity.FollowRequest"},{"id":20068,"kind":1024,"name":"id","url":"modules/misskey_entities_blocking.misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.FollowRequest.__type"},{"id":20069,"kind":1024,"name":"follower","url":"modules/misskey_entities_blocking.misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.FollowRequest.__type"},{"id":20070,"kind":1024,"name":"followee","url":"modules/misskey_entities_blocking.misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.FollowRequest.__type"},{"id":20071,"kind":4194304,"name":"Hashtag","url":"modules/misskey_entities_blocking.misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":20072,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/blocking.MisskeyEntity.Hashtag"},{"id":20073,"kind":1024,"name":"tag","url":"modules/misskey_entities_blocking.misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Hashtag.__type"},{"id":20074,"kind":1024,"name":"chart","url":"modules/misskey_entities_blocking.misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Hashtag.__type"},{"id":20075,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_blocking.misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Hashtag.__type"},{"id":20076,"kind":4194304,"name":"List","url":"modules/misskey_entities_blocking.misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":20077,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/blocking.MisskeyEntity.List"},{"id":20078,"kind":1024,"name":"id","url":"modules/misskey_entities_blocking.misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.List.__type"},{"id":20079,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_blocking.misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.List.__type"},{"id":20080,"kind":1024,"name":"name","url":"modules/misskey_entities_blocking.misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.List.__type"},{"id":20081,"kind":1024,"name":"userIds","url":"modules/misskey_entities_blocking.misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.List.__type"},{"id":20082,"kind":4194304,"name":"Meta","url":"modules/misskey_entities_blocking.misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":20083,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/blocking.MisskeyEntity.Meta"},{"id":20084,"kind":1024,"name":"maintainerName","url":"modules/misskey_entities_blocking.misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Meta.__type"},{"id":20085,"kind":1024,"name":"maintainerEmail","url":"modules/misskey_entities_blocking.misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Meta.__type"},{"id":20086,"kind":1024,"name":"name","url":"modules/misskey_entities_blocking.misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Meta.__type"},{"id":20087,"kind":1024,"name":"version","url":"modules/misskey_entities_blocking.misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Meta.__type"},{"id":20088,"kind":1024,"name":"uri","url":"modules/misskey_entities_blocking.misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Meta.__type"},{"id":20089,"kind":1024,"name":"description","url":"modules/misskey_entities_blocking.misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Meta.__type"},{"id":20090,"kind":1024,"name":"langs","url":"modules/misskey_entities_blocking.misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Meta.__type"},{"id":20091,"kind":1024,"name":"disableRegistration","url":"modules/misskey_entities_blocking.misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Meta.__type"},{"id":20092,"kind":1024,"name":"disableLocalTimeline","url":"modules/misskey_entities_blocking.misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Meta.__type"},{"id":20093,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_blocking.misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Meta.__type"},{"id":20094,"kind":1024,"name":"maxNoteTextLength","url":"modules/misskey_entities_blocking.misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Meta.__type"},{"id":20095,"kind":1024,"name":"emojis","url":"modules/misskey_entities_blocking.misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Meta.__type"},{"id":20096,"kind":4194304,"name":"Mute","url":"modules/misskey_entities_blocking.misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":20097,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/blocking.MisskeyEntity.Mute"},{"id":20098,"kind":1024,"name":"id","url":"modules/misskey_entities_blocking.misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Mute.__type"},{"id":20099,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_blocking.misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Mute.__type"},{"id":20100,"kind":1024,"name":"muteeId","url":"modules/misskey_entities_blocking.misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Mute.__type"},{"id":20101,"kind":1024,"name":"mutee","url":"modules/misskey_entities_blocking.misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Mute.__type"},{"id":20102,"kind":4194304,"name":"Notification","url":"modules/misskey_entities_blocking.misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":20103,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/blocking.MisskeyEntity.Notification"},{"id":20104,"kind":1024,"name":"id","url":"modules/misskey_entities_blocking.misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Notification.__type"},{"id":20105,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_blocking.misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Notification.__type"},{"id":20106,"kind":1024,"name":"type","url":"modules/misskey_entities_blocking.misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Notification.__type"},{"id":20107,"kind":1024,"name":"userId","url":"modules/misskey_entities_blocking.misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Notification.__type"},{"id":20108,"kind":1024,"name":"user","url":"modules/misskey_entities_blocking.misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Notification.__type"},{"id":20109,"kind":1024,"name":"note","url":"modules/misskey_entities_blocking.misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Notification.__type"},{"id":20110,"kind":1024,"name":"reaction","url":"modules/misskey_entities_blocking.misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Notification.__type"},{"id":20111,"kind":4194304,"name":"NotificationType","url":"modules/misskey_entities_blocking.misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":20112,"kind":4194304,"name":"Reaction","url":"modules/misskey_entities_blocking.misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":20113,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/blocking.MisskeyEntity.Reaction"},{"id":20114,"kind":1024,"name":"id","url":"modules/misskey_entities_blocking.misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Reaction.__type"},{"id":20115,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_blocking.misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Reaction.__type"},{"id":20116,"kind":1024,"name":"user","url":"modules/misskey_entities_blocking.misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Reaction.__type"},{"id":20117,"kind":1024,"name":"type","url":"modules/misskey_entities_blocking.misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Reaction.__type"},{"id":20118,"kind":4194304,"name":"Relation","url":"modules/misskey_entities_blocking.misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":20119,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/blocking.MisskeyEntity.Relation"},{"id":20120,"kind":1024,"name":"id","url":"modules/misskey_entities_blocking.misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Relation.__type"},{"id":20121,"kind":1024,"name":"isFollowing","url":"modules/misskey_entities_blocking.misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Relation.__type"},{"id":20122,"kind":1024,"name":"hasPendingFollowRequestFromYou","url":"modules/misskey_entities_blocking.misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Relation.__type"},{"id":20123,"kind":1024,"name":"hasPendingFollowRequestToYou","url":"modules/misskey_entities_blocking.misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Relation.__type"},{"id":20124,"kind":1024,"name":"isFollowed","url":"modules/misskey_entities_blocking.misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Relation.__type"},{"id":20125,"kind":1024,"name":"isBlocking","url":"modules/misskey_entities_blocking.misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Relation.__type"},{"id":20126,"kind":1024,"name":"isBlocked","url":"modules/misskey_entities_blocking.misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Relation.__type"},{"id":20127,"kind":1024,"name":"isMuted","url":"modules/misskey_entities_blocking.misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Relation.__type"},{"id":20128,"kind":4194304,"name":"UserKey","url":"modules/misskey_entities_blocking.misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":20129,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/blocking.MisskeyEntity.UserKey"},{"id":20130,"kind":1024,"name":"accessToken","url":"modules/misskey_entities_blocking.misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserKey.__type"},{"id":20131,"kind":1024,"name":"user","url":"modules/misskey_entities_blocking.misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.UserKey.__type"},{"id":20132,"kind":4194304,"name":"Session","url":"modules/misskey_entities_blocking.misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":20133,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/blocking.MisskeyEntity.Session"},{"id":20134,"kind":1024,"name":"token","url":"modules/misskey_entities_blocking.misskeyentity.html#session.__type-21.token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Session.__type"},{"id":20135,"kind":1024,"name":"url","url":"modules/misskey_entities_blocking.misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Session.__type"},{"id":20136,"kind":4194304,"name":"Stats","url":"modules/misskey_entities_blocking.misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/blocking.MisskeyEntity"},{"id":20137,"kind":65536,"name":"__type","url":"modules/misskey_entities_blocking.misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/blocking.MisskeyEntity.Stats"},{"id":20138,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_blocking.misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Stats.__type"},{"id":20139,"kind":1024,"name":"originalNotesCount","url":"modules/misskey_entities_blocking.misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Stats.__type"},{"id":20140,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_blocking.misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Stats.__type"},{"id":20141,"kind":1024,"name":"originalUsersCount","url":"modules/misskey_entities_blocking.misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Stats.__type"},{"id":20142,"kind":1024,"name":"instances","url":"modules/misskey_entities_blocking.misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/blocking.MisskeyEntity.Stats.__type"},{"id":20143,"kind":2,"name":"MisskeyEntity","url":"modules/misskey_entities_creatednote.misskeyentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/entities/createdNote"},{"id":20144,"kind":4194304,"name":"App","url":"modules/misskey_entities_creatednote.misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20145,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/createdNote.MisskeyEntity.App"},{"id":20146,"kind":1024,"name":"id","url":"modules/misskey_entities_creatednote.misskeyentity.html#app.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.App.__type"},{"id":20147,"kind":1024,"name":"name","url":"modules/misskey_entities_creatednote.misskeyentity.html#app.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.App.__type"},{"id":20148,"kind":1024,"name":"callbackUrl","url":"modules/misskey_entities_creatednote.misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.App.__type"},{"id":20149,"kind":1024,"name":"permission","url":"modules/misskey_entities_creatednote.misskeyentity.html#app.__type.permission","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.App.__type"},{"id":20150,"kind":1024,"name":"secret","url":"modules/misskey_entities_creatednote.misskeyentity.html#app.__type.secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.App.__type"},{"id":20151,"kind":4194304,"name":"Emoji","url":"modules/misskey_entities_creatednote.misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20152,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/createdNote.MisskeyEntity.Emoji"},{"id":20153,"kind":1024,"name":"name","url":"modules/misskey_entities_creatednote.misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Emoji.__type"},{"id":20154,"kind":1024,"name":"host","url":"modules/misskey_entities_creatednote.misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Emoji.__type"},{"id":20155,"kind":1024,"name":"url","url":"modules/misskey_entities_creatednote.misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Emoji.__type"},{"id":20156,"kind":1024,"name":"aliases","url":"modules/misskey_entities_creatednote.misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Emoji.__type"},{"id":20157,"kind":4194304,"name":"User","url":"modules/misskey_entities_creatednote.misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20158,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/createdNote.MisskeyEntity.User"},{"id":20159,"kind":1024,"name":"id","url":"modules/misskey_entities_creatednote.misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.User.__type"},{"id":20160,"kind":1024,"name":"name","url":"modules/misskey_entities_creatednote.misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.User.__type"},{"id":20161,"kind":1024,"name":"username","url":"modules/misskey_entities_creatednote.misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.User.__type"},{"id":20162,"kind":1024,"name":"host","url":"modules/misskey_entities_creatednote.misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.User.__type"},{"id":20163,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_creatednote.misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.User.__type"},{"id":20164,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_creatednote.misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.User.__type"},{"id":20165,"kind":1024,"name":"emojis","url":"modules/misskey_entities_creatednote.misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.User.__type"},{"id":20166,"kind":4194304,"name":"File","url":"modules/misskey_entities_creatednote.misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20167,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/createdNote.MisskeyEntity.File"},{"id":20168,"kind":1024,"name":"id","url":"modules/misskey_entities_creatednote.misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.File.__type"},{"id":20169,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_creatednote.misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.File.__type"},{"id":20170,"kind":1024,"name":"name","url":"modules/misskey_entities_creatednote.misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.File.__type"},{"id":20171,"kind":1024,"name":"type","url":"modules/misskey_entities_creatednote.misskeyentity.html#file.__type-6.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.File.__type"},{"id":20172,"kind":1024,"name":"md5","url":"modules/misskey_entities_creatednote.misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.File.__type"},{"id":20173,"kind":1024,"name":"size","url":"modules/misskey_entities_creatednote.misskeyentity.html#file.__type-6.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.File.__type"},{"id":20174,"kind":1024,"name":"isSensitive","url":"modules/misskey_entities_creatednote.misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.File.__type"},{"id":20175,"kind":1024,"name":"properties","url":"modules/misskey_entities_creatednote.misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.File.__type"},{"id":20176,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#file.__type-6.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.File.__type"},{"id":20177,"kind":1024,"name":"width","url":"modules/misskey_entities_creatednote.misskeyentity.html#file.__type-6.__type-7.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.File.__type.__type"},{"id":20178,"kind":1024,"name":"height","url":"modules/misskey_entities_creatednote.misskeyentity.html#file.__type-6.__type-7.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.File.__type.__type"},{"id":20179,"kind":1024,"name":"avgColor","url":"modules/misskey_entities_creatednote.misskeyentity.html#file.__type-6.__type-7.avgcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.File.__type.__type"},{"id":20180,"kind":1024,"name":"url","url":"modules/misskey_entities_creatednote.misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.File.__type"},{"id":20181,"kind":1024,"name":"thumbnailUrl","url":"modules/misskey_entities_creatednote.misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.File.__type"},{"id":20182,"kind":4194304,"name":"Choice","url":"modules/misskey_entities_creatednote.misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20183,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/createdNote.MisskeyEntity.Choice"},{"id":20184,"kind":1024,"name":"text","url":"modules/misskey_entities_creatednote.misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Choice.__type"},{"id":20185,"kind":1024,"name":"votes","url":"modules/misskey_entities_creatednote.misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Choice.__type"},{"id":20186,"kind":1024,"name":"isVoted","url":"modules/misskey_entities_creatednote.misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Choice.__type"},{"id":20187,"kind":4194304,"name":"Poll","url":"modules/misskey_entities_creatednote.misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20188,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/createdNote.MisskeyEntity.Poll"},{"id":20189,"kind":1024,"name":"multiple","url":"modules/misskey_entities_creatednote.misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Poll.__type"},{"id":20190,"kind":1024,"name":"expiresAt","url":"modules/misskey_entities_creatednote.misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Poll.__type"},{"id":20191,"kind":1024,"name":"choices","url":"modules/misskey_entities_creatednote.misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Poll.__type"},{"id":20192,"kind":4194304,"name":"Note","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20193,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/createdNote.MisskeyEntity.Note"},{"id":20194,"kind":1024,"name":"id","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Note.__type"},{"id":20195,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Note.__type"},{"id":20196,"kind":1024,"name":"userId","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Note.__type"},{"id":20197,"kind":1024,"name":"user","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Note.__type"},{"id":20198,"kind":1024,"name":"text","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Note.__type"},{"id":20199,"kind":1024,"name":"cw","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Note.__type"},{"id":20200,"kind":1024,"name":"visibility","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Note.__type"},{"id":20201,"kind":1024,"name":"renoteCount","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Note.__type"},{"id":20202,"kind":1024,"name":"repliesCount","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Note.__type"},{"id":20203,"kind":1024,"name":"reactions","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Note.__type"},{"id":20204,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Note.__type"},{"id":20205,"kind":1024,"name":"emojis","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Note.__type"},{"id":20206,"kind":1024,"name":"fileIds","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Note.__type"},{"id":20207,"kind":1024,"name":"files","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Note.__type"},{"id":20208,"kind":1024,"name":"replyId","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Note.__type"},{"id":20209,"kind":1024,"name":"renoteId","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Note.__type"},{"id":20210,"kind":1024,"name":"uri","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Note.__type"},{"id":20211,"kind":1024,"name":"reply","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Note.__type"},{"id":20212,"kind":1024,"name":"renote","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Note.__type"},{"id":20213,"kind":1024,"name":"viaMobile","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Note.__type"},{"id":20214,"kind":1024,"name":"tags","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Note.__type"},{"id":20215,"kind":1024,"name":"poll","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Note.__type"},{"id":20216,"kind":1024,"name":"mentions","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Note.__type"},{"id":20217,"kind":1024,"name":"myReaction","url":"modules/misskey_entities_creatednote.misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Note.__type"},{"id":20218,"kind":4194304,"name":"UserDetail","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20219,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail"},{"id":20220,"kind":1024,"name":"id","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20221,"kind":1024,"name":"name","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20222,"kind":1024,"name":"username","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20223,"kind":1024,"name":"host","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20224,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20225,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20226,"kind":1024,"name":"isAdmin","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20227,"kind":1024,"name":"isModerator","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20228,"kind":1024,"name":"isBot","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20229,"kind":1024,"name":"isCat","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20230,"kind":1024,"name":"emojis","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20231,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20232,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20233,"kind":1024,"name":"bannerColor","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20234,"kind":1024,"name":"isLocked","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20235,"kind":1024,"name":"isSilenced","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20236,"kind":1024,"name":"isSuspended","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20237,"kind":1024,"name":"description","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20238,"kind":1024,"name":"followersCount","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20239,"kind":1024,"name":"followingCount","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20240,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20241,"kind":1024,"name":"avatarId","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20242,"kind":1024,"name":"bannerId","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20243,"kind":1024,"name":"pinnedNoteIds","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20244,"kind":1024,"name":"pinnedNotes","url":"modules/misskey_entities_creatednote.misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserDetail.__type"},{"id":20245,"kind":4194304,"name":"Blocking","url":"modules/misskey_entities_creatednote.misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20246,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/createdNote.MisskeyEntity.Blocking"},{"id":20247,"kind":1024,"name":"id","url":"modules/misskey_entities_creatednote.misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Blocking.__type"},{"id":20248,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_creatednote.misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Blocking.__type"},{"id":20249,"kind":1024,"name":"blockeeId","url":"modules/misskey_entities_creatednote.misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Blocking.__type"},{"id":20250,"kind":1024,"name":"blockee","url":"modules/misskey_entities_creatednote.misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Blocking.__type"},{"id":20251,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_entities_creatednote.misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20252,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/createdNote.MisskeyEntity.CreatedNote"},{"id":20253,"kind":1024,"name":"createdNote","url":"modules/misskey_entities_creatednote.misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.CreatedNote.__type"},{"id":20254,"kind":4194304,"name":"Favorite","url":"modules/misskey_entities_creatednote.misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20255,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/createdNote.MisskeyEntity.Favorite"},{"id":20256,"kind":1024,"name":"id","url":"modules/misskey_entities_creatednote.misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Favorite.__type"},{"id":20257,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_creatednote.misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Favorite.__type"},{"id":20258,"kind":1024,"name":"noteId","url":"modules/misskey_entities_creatednote.misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Favorite.__type"},{"id":20259,"kind":1024,"name":"note","url":"modules/misskey_entities_creatednote.misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Favorite.__type"},{"id":20260,"kind":4194304,"name":"Follower","url":"modules/misskey_entities_creatednote.misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20261,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/createdNote.MisskeyEntity.Follower"},{"id":20262,"kind":1024,"name":"id","url":"modules/misskey_entities_creatednote.misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Follower.__type"},{"id":20263,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_creatednote.misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Follower.__type"},{"id":20264,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_creatednote.misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Follower.__type"},{"id":20265,"kind":1024,"name":"followerId","url":"modules/misskey_entities_creatednote.misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Follower.__type"},{"id":20266,"kind":1024,"name":"follower","url":"modules/misskey_entities_creatednote.misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Follower.__type"},{"id":20267,"kind":4194304,"name":"Following","url":"modules/misskey_entities_creatednote.misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20268,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/createdNote.MisskeyEntity.Following"},{"id":20269,"kind":1024,"name":"id","url":"modules/misskey_entities_creatednote.misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Following.__type"},{"id":20270,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_creatednote.misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Following.__type"},{"id":20271,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_creatednote.misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Following.__type"},{"id":20272,"kind":1024,"name":"followerId","url":"modules/misskey_entities_creatednote.misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Following.__type"},{"id":20273,"kind":1024,"name":"followee","url":"modules/misskey_entities_creatednote.misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Following.__type"},{"id":20274,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_entities_creatednote.misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20275,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/createdNote.MisskeyEntity.FollowRequest"},{"id":20276,"kind":1024,"name":"id","url":"modules/misskey_entities_creatednote.misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.FollowRequest.__type"},{"id":20277,"kind":1024,"name":"follower","url":"modules/misskey_entities_creatednote.misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.FollowRequest.__type"},{"id":20278,"kind":1024,"name":"followee","url":"modules/misskey_entities_creatednote.misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.FollowRequest.__type"},{"id":20279,"kind":4194304,"name":"Hashtag","url":"modules/misskey_entities_creatednote.misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20280,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/createdNote.MisskeyEntity.Hashtag"},{"id":20281,"kind":1024,"name":"tag","url":"modules/misskey_entities_creatednote.misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Hashtag.__type"},{"id":20282,"kind":1024,"name":"chart","url":"modules/misskey_entities_creatednote.misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Hashtag.__type"},{"id":20283,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_creatednote.misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Hashtag.__type"},{"id":20284,"kind":4194304,"name":"List","url":"modules/misskey_entities_creatednote.misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20285,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/createdNote.MisskeyEntity.List"},{"id":20286,"kind":1024,"name":"id","url":"modules/misskey_entities_creatednote.misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.List.__type"},{"id":20287,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_creatednote.misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.List.__type"},{"id":20288,"kind":1024,"name":"name","url":"modules/misskey_entities_creatednote.misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.List.__type"},{"id":20289,"kind":1024,"name":"userIds","url":"modules/misskey_entities_creatednote.misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.List.__type"},{"id":20290,"kind":4194304,"name":"Meta","url":"modules/misskey_entities_creatednote.misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20291,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/createdNote.MisskeyEntity.Meta"},{"id":20292,"kind":1024,"name":"maintainerName","url":"modules/misskey_entities_creatednote.misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Meta.__type"},{"id":20293,"kind":1024,"name":"maintainerEmail","url":"modules/misskey_entities_creatednote.misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Meta.__type"},{"id":20294,"kind":1024,"name":"name","url":"modules/misskey_entities_creatednote.misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Meta.__type"},{"id":20295,"kind":1024,"name":"version","url":"modules/misskey_entities_creatednote.misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Meta.__type"},{"id":20296,"kind":1024,"name":"uri","url":"modules/misskey_entities_creatednote.misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Meta.__type"},{"id":20297,"kind":1024,"name":"description","url":"modules/misskey_entities_creatednote.misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Meta.__type"},{"id":20298,"kind":1024,"name":"langs","url":"modules/misskey_entities_creatednote.misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Meta.__type"},{"id":20299,"kind":1024,"name":"disableRegistration","url":"modules/misskey_entities_creatednote.misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Meta.__type"},{"id":20300,"kind":1024,"name":"disableLocalTimeline","url":"modules/misskey_entities_creatednote.misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Meta.__type"},{"id":20301,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_creatednote.misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Meta.__type"},{"id":20302,"kind":1024,"name":"maxNoteTextLength","url":"modules/misskey_entities_creatednote.misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Meta.__type"},{"id":20303,"kind":1024,"name":"emojis","url":"modules/misskey_entities_creatednote.misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Meta.__type"},{"id":20304,"kind":4194304,"name":"Mute","url":"modules/misskey_entities_creatednote.misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20305,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/createdNote.MisskeyEntity.Mute"},{"id":20306,"kind":1024,"name":"id","url":"modules/misskey_entities_creatednote.misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Mute.__type"},{"id":20307,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_creatednote.misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Mute.__type"},{"id":20308,"kind":1024,"name":"muteeId","url":"modules/misskey_entities_creatednote.misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Mute.__type"},{"id":20309,"kind":1024,"name":"mutee","url":"modules/misskey_entities_creatednote.misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Mute.__type"},{"id":20310,"kind":4194304,"name":"Notification","url":"modules/misskey_entities_creatednote.misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20311,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/createdNote.MisskeyEntity.Notification"},{"id":20312,"kind":1024,"name":"id","url":"modules/misskey_entities_creatednote.misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Notification.__type"},{"id":20313,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_creatednote.misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Notification.__type"},{"id":20314,"kind":1024,"name":"type","url":"modules/misskey_entities_creatednote.misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Notification.__type"},{"id":20315,"kind":1024,"name":"userId","url":"modules/misskey_entities_creatednote.misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Notification.__type"},{"id":20316,"kind":1024,"name":"user","url":"modules/misskey_entities_creatednote.misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Notification.__type"},{"id":20317,"kind":1024,"name":"note","url":"modules/misskey_entities_creatednote.misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Notification.__type"},{"id":20318,"kind":1024,"name":"reaction","url":"modules/misskey_entities_creatednote.misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Notification.__type"},{"id":20319,"kind":4194304,"name":"NotificationType","url":"modules/misskey_entities_creatednote.misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20320,"kind":4194304,"name":"Reaction","url":"modules/misskey_entities_creatednote.misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20321,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/createdNote.MisskeyEntity.Reaction"},{"id":20322,"kind":1024,"name":"id","url":"modules/misskey_entities_creatednote.misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Reaction.__type"},{"id":20323,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_creatednote.misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Reaction.__type"},{"id":20324,"kind":1024,"name":"user","url":"modules/misskey_entities_creatednote.misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Reaction.__type"},{"id":20325,"kind":1024,"name":"type","url":"modules/misskey_entities_creatednote.misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Reaction.__type"},{"id":20326,"kind":4194304,"name":"Relation","url":"modules/misskey_entities_creatednote.misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20327,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/createdNote.MisskeyEntity.Relation"},{"id":20328,"kind":1024,"name":"id","url":"modules/misskey_entities_creatednote.misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Relation.__type"},{"id":20329,"kind":1024,"name":"isFollowing","url":"modules/misskey_entities_creatednote.misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Relation.__type"},{"id":20330,"kind":1024,"name":"hasPendingFollowRequestFromYou","url":"modules/misskey_entities_creatednote.misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Relation.__type"},{"id":20331,"kind":1024,"name":"hasPendingFollowRequestToYou","url":"modules/misskey_entities_creatednote.misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Relation.__type"},{"id":20332,"kind":1024,"name":"isFollowed","url":"modules/misskey_entities_creatednote.misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Relation.__type"},{"id":20333,"kind":1024,"name":"isBlocking","url":"modules/misskey_entities_creatednote.misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Relation.__type"},{"id":20334,"kind":1024,"name":"isBlocked","url":"modules/misskey_entities_creatednote.misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Relation.__type"},{"id":20335,"kind":1024,"name":"isMuted","url":"modules/misskey_entities_creatednote.misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Relation.__type"},{"id":20336,"kind":4194304,"name":"UserKey","url":"modules/misskey_entities_creatednote.misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20337,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/createdNote.MisskeyEntity.UserKey"},{"id":20338,"kind":1024,"name":"accessToken","url":"modules/misskey_entities_creatednote.misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserKey.__type"},{"id":20339,"kind":1024,"name":"user","url":"modules/misskey_entities_creatednote.misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.UserKey.__type"},{"id":20340,"kind":4194304,"name":"Session","url":"modules/misskey_entities_creatednote.misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20341,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/createdNote.MisskeyEntity.Session"},{"id":20342,"kind":1024,"name":"token","url":"modules/misskey_entities_creatednote.misskeyentity.html#session.__type-21.token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Session.__type"},{"id":20343,"kind":1024,"name":"url","url":"modules/misskey_entities_creatednote.misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Session.__type"},{"id":20344,"kind":4194304,"name":"Stats","url":"modules/misskey_entities_creatednote.misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/createdNote.MisskeyEntity"},{"id":20345,"kind":65536,"name":"__type","url":"modules/misskey_entities_creatednote.misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/createdNote.MisskeyEntity.Stats"},{"id":20346,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_creatednote.misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Stats.__type"},{"id":20347,"kind":1024,"name":"originalNotesCount","url":"modules/misskey_entities_creatednote.misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Stats.__type"},{"id":20348,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_creatednote.misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Stats.__type"},{"id":20349,"kind":1024,"name":"originalUsersCount","url":"modules/misskey_entities_creatednote.misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Stats.__type"},{"id":20350,"kind":1024,"name":"instances","url":"modules/misskey_entities_creatednote.misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/createdNote.MisskeyEntity.Stats.__type"},{"id":20351,"kind":2,"name":"MisskeyEntity","url":"modules/misskey_entities_emoji.misskeyentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/entities/emoji"},{"id":20352,"kind":4194304,"name":"App","url":"modules/misskey_entities_emoji.misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20353,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/emoji.MisskeyEntity.App"},{"id":20354,"kind":1024,"name":"id","url":"modules/misskey_entities_emoji.misskeyentity.html#app.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.App.__type"},{"id":20355,"kind":1024,"name":"name","url":"modules/misskey_entities_emoji.misskeyentity.html#app.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.App.__type"},{"id":20356,"kind":1024,"name":"callbackUrl","url":"modules/misskey_entities_emoji.misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.App.__type"},{"id":20357,"kind":1024,"name":"permission","url":"modules/misskey_entities_emoji.misskeyentity.html#app.__type.permission","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.App.__type"},{"id":20358,"kind":1024,"name":"secret","url":"modules/misskey_entities_emoji.misskeyentity.html#app.__type.secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.App.__type"},{"id":20359,"kind":4194304,"name":"Emoji","url":"modules/misskey_entities_emoji.misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20360,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/emoji.MisskeyEntity.Emoji"},{"id":20361,"kind":1024,"name":"name","url":"modules/misskey_entities_emoji.misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Emoji.__type"},{"id":20362,"kind":1024,"name":"host","url":"modules/misskey_entities_emoji.misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Emoji.__type"},{"id":20363,"kind":1024,"name":"url","url":"modules/misskey_entities_emoji.misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Emoji.__type"},{"id":20364,"kind":1024,"name":"aliases","url":"modules/misskey_entities_emoji.misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Emoji.__type"},{"id":20365,"kind":4194304,"name":"User","url":"modules/misskey_entities_emoji.misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20366,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/emoji.MisskeyEntity.User"},{"id":20367,"kind":1024,"name":"id","url":"modules/misskey_entities_emoji.misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.User.__type"},{"id":20368,"kind":1024,"name":"name","url":"modules/misskey_entities_emoji.misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.User.__type"},{"id":20369,"kind":1024,"name":"username","url":"modules/misskey_entities_emoji.misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.User.__type"},{"id":20370,"kind":1024,"name":"host","url":"modules/misskey_entities_emoji.misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.User.__type"},{"id":20371,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_emoji.misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.User.__type"},{"id":20372,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_emoji.misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.User.__type"},{"id":20373,"kind":1024,"name":"emojis","url":"modules/misskey_entities_emoji.misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.User.__type"},{"id":20374,"kind":4194304,"name":"File","url":"modules/misskey_entities_emoji.misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20375,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/emoji.MisskeyEntity.File"},{"id":20376,"kind":1024,"name":"id","url":"modules/misskey_entities_emoji.misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.File.__type"},{"id":20377,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_emoji.misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.File.__type"},{"id":20378,"kind":1024,"name":"name","url":"modules/misskey_entities_emoji.misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.File.__type"},{"id":20379,"kind":1024,"name":"type","url":"modules/misskey_entities_emoji.misskeyentity.html#file.__type-6.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.File.__type"},{"id":20380,"kind":1024,"name":"md5","url":"modules/misskey_entities_emoji.misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.File.__type"},{"id":20381,"kind":1024,"name":"size","url":"modules/misskey_entities_emoji.misskeyentity.html#file.__type-6.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.File.__type"},{"id":20382,"kind":1024,"name":"isSensitive","url":"modules/misskey_entities_emoji.misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.File.__type"},{"id":20383,"kind":1024,"name":"properties","url":"modules/misskey_entities_emoji.misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.File.__type"},{"id":20384,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#file.__type-6.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.File.__type"},{"id":20385,"kind":1024,"name":"width","url":"modules/misskey_entities_emoji.misskeyentity.html#file.__type-6.__type-7.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.File.__type.__type"},{"id":20386,"kind":1024,"name":"height","url":"modules/misskey_entities_emoji.misskeyentity.html#file.__type-6.__type-7.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.File.__type.__type"},{"id":20387,"kind":1024,"name":"avgColor","url":"modules/misskey_entities_emoji.misskeyentity.html#file.__type-6.__type-7.avgcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.File.__type.__type"},{"id":20388,"kind":1024,"name":"url","url":"modules/misskey_entities_emoji.misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.File.__type"},{"id":20389,"kind":1024,"name":"thumbnailUrl","url":"modules/misskey_entities_emoji.misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.File.__type"},{"id":20390,"kind":4194304,"name":"Choice","url":"modules/misskey_entities_emoji.misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20391,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/emoji.MisskeyEntity.Choice"},{"id":20392,"kind":1024,"name":"text","url":"modules/misskey_entities_emoji.misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Choice.__type"},{"id":20393,"kind":1024,"name":"votes","url":"modules/misskey_entities_emoji.misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Choice.__type"},{"id":20394,"kind":1024,"name":"isVoted","url":"modules/misskey_entities_emoji.misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Choice.__type"},{"id":20395,"kind":4194304,"name":"Poll","url":"modules/misskey_entities_emoji.misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20396,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/emoji.MisskeyEntity.Poll"},{"id":20397,"kind":1024,"name":"multiple","url":"modules/misskey_entities_emoji.misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Poll.__type"},{"id":20398,"kind":1024,"name":"expiresAt","url":"modules/misskey_entities_emoji.misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Poll.__type"},{"id":20399,"kind":1024,"name":"choices","url":"modules/misskey_entities_emoji.misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Poll.__type"},{"id":20400,"kind":4194304,"name":"Note","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20401,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/emoji.MisskeyEntity.Note"},{"id":20402,"kind":1024,"name":"id","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Note.__type"},{"id":20403,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Note.__type"},{"id":20404,"kind":1024,"name":"userId","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Note.__type"},{"id":20405,"kind":1024,"name":"user","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Note.__type"},{"id":20406,"kind":1024,"name":"text","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Note.__type"},{"id":20407,"kind":1024,"name":"cw","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Note.__type"},{"id":20408,"kind":1024,"name":"visibility","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Note.__type"},{"id":20409,"kind":1024,"name":"renoteCount","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Note.__type"},{"id":20410,"kind":1024,"name":"repliesCount","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Note.__type"},{"id":20411,"kind":1024,"name":"reactions","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Note.__type"},{"id":20412,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Note.__type"},{"id":20413,"kind":1024,"name":"emojis","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Note.__type"},{"id":20414,"kind":1024,"name":"fileIds","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Note.__type"},{"id":20415,"kind":1024,"name":"files","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Note.__type"},{"id":20416,"kind":1024,"name":"replyId","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Note.__type"},{"id":20417,"kind":1024,"name":"renoteId","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Note.__type"},{"id":20418,"kind":1024,"name":"uri","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Note.__type"},{"id":20419,"kind":1024,"name":"reply","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Note.__type"},{"id":20420,"kind":1024,"name":"renote","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Note.__type"},{"id":20421,"kind":1024,"name":"viaMobile","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Note.__type"},{"id":20422,"kind":1024,"name":"tags","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Note.__type"},{"id":20423,"kind":1024,"name":"poll","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Note.__type"},{"id":20424,"kind":1024,"name":"mentions","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Note.__type"},{"id":20425,"kind":1024,"name":"myReaction","url":"modules/misskey_entities_emoji.misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Note.__type"},{"id":20426,"kind":4194304,"name":"UserDetail","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20427,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail"},{"id":20428,"kind":1024,"name":"id","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20429,"kind":1024,"name":"name","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20430,"kind":1024,"name":"username","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20431,"kind":1024,"name":"host","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20432,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20433,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20434,"kind":1024,"name":"isAdmin","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20435,"kind":1024,"name":"isModerator","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20436,"kind":1024,"name":"isBot","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20437,"kind":1024,"name":"isCat","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20438,"kind":1024,"name":"emojis","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20439,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20440,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20441,"kind":1024,"name":"bannerColor","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20442,"kind":1024,"name":"isLocked","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20443,"kind":1024,"name":"isSilenced","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20444,"kind":1024,"name":"isSuspended","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20445,"kind":1024,"name":"description","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20446,"kind":1024,"name":"followersCount","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20447,"kind":1024,"name":"followingCount","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20448,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20449,"kind":1024,"name":"avatarId","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20450,"kind":1024,"name":"bannerId","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20451,"kind":1024,"name":"pinnedNoteIds","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20452,"kind":1024,"name":"pinnedNotes","url":"modules/misskey_entities_emoji.misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserDetail.__type"},{"id":20453,"kind":4194304,"name":"Blocking","url":"modules/misskey_entities_emoji.misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20454,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/emoji.MisskeyEntity.Blocking"},{"id":20455,"kind":1024,"name":"id","url":"modules/misskey_entities_emoji.misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Blocking.__type"},{"id":20456,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_emoji.misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Blocking.__type"},{"id":20457,"kind":1024,"name":"blockeeId","url":"modules/misskey_entities_emoji.misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Blocking.__type"},{"id":20458,"kind":1024,"name":"blockee","url":"modules/misskey_entities_emoji.misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Blocking.__type"},{"id":20459,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_entities_emoji.misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20460,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/emoji.MisskeyEntity.CreatedNote"},{"id":20461,"kind":1024,"name":"createdNote","url":"modules/misskey_entities_emoji.misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.CreatedNote.__type"},{"id":20462,"kind":4194304,"name":"Favorite","url":"modules/misskey_entities_emoji.misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20463,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/emoji.MisskeyEntity.Favorite"},{"id":20464,"kind":1024,"name":"id","url":"modules/misskey_entities_emoji.misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Favorite.__type"},{"id":20465,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_emoji.misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Favorite.__type"},{"id":20466,"kind":1024,"name":"noteId","url":"modules/misskey_entities_emoji.misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Favorite.__type"},{"id":20467,"kind":1024,"name":"note","url":"modules/misskey_entities_emoji.misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Favorite.__type"},{"id":20468,"kind":4194304,"name":"Follower","url":"modules/misskey_entities_emoji.misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20469,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/emoji.MisskeyEntity.Follower"},{"id":20470,"kind":1024,"name":"id","url":"modules/misskey_entities_emoji.misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Follower.__type"},{"id":20471,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_emoji.misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Follower.__type"},{"id":20472,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_emoji.misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Follower.__type"},{"id":20473,"kind":1024,"name":"followerId","url":"modules/misskey_entities_emoji.misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Follower.__type"},{"id":20474,"kind":1024,"name":"follower","url":"modules/misskey_entities_emoji.misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Follower.__type"},{"id":20475,"kind":4194304,"name":"Following","url":"modules/misskey_entities_emoji.misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20476,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/emoji.MisskeyEntity.Following"},{"id":20477,"kind":1024,"name":"id","url":"modules/misskey_entities_emoji.misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Following.__type"},{"id":20478,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_emoji.misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Following.__type"},{"id":20479,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_emoji.misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Following.__type"},{"id":20480,"kind":1024,"name":"followerId","url":"modules/misskey_entities_emoji.misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Following.__type"},{"id":20481,"kind":1024,"name":"followee","url":"modules/misskey_entities_emoji.misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Following.__type"},{"id":20482,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_entities_emoji.misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20483,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/emoji.MisskeyEntity.FollowRequest"},{"id":20484,"kind":1024,"name":"id","url":"modules/misskey_entities_emoji.misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.FollowRequest.__type"},{"id":20485,"kind":1024,"name":"follower","url":"modules/misskey_entities_emoji.misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.FollowRequest.__type"},{"id":20486,"kind":1024,"name":"followee","url":"modules/misskey_entities_emoji.misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.FollowRequest.__type"},{"id":20487,"kind":4194304,"name":"Hashtag","url":"modules/misskey_entities_emoji.misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20488,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/emoji.MisskeyEntity.Hashtag"},{"id":20489,"kind":1024,"name":"tag","url":"modules/misskey_entities_emoji.misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Hashtag.__type"},{"id":20490,"kind":1024,"name":"chart","url":"modules/misskey_entities_emoji.misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Hashtag.__type"},{"id":20491,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_emoji.misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Hashtag.__type"},{"id":20492,"kind":4194304,"name":"List","url":"modules/misskey_entities_emoji.misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20493,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/emoji.MisskeyEntity.List"},{"id":20494,"kind":1024,"name":"id","url":"modules/misskey_entities_emoji.misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.List.__type"},{"id":20495,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_emoji.misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.List.__type"},{"id":20496,"kind":1024,"name":"name","url":"modules/misskey_entities_emoji.misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.List.__type"},{"id":20497,"kind":1024,"name":"userIds","url":"modules/misskey_entities_emoji.misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.List.__type"},{"id":20498,"kind":4194304,"name":"Meta","url":"modules/misskey_entities_emoji.misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20499,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/emoji.MisskeyEntity.Meta"},{"id":20500,"kind":1024,"name":"maintainerName","url":"modules/misskey_entities_emoji.misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Meta.__type"},{"id":20501,"kind":1024,"name":"maintainerEmail","url":"modules/misskey_entities_emoji.misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Meta.__type"},{"id":20502,"kind":1024,"name":"name","url":"modules/misskey_entities_emoji.misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Meta.__type"},{"id":20503,"kind":1024,"name":"version","url":"modules/misskey_entities_emoji.misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Meta.__type"},{"id":20504,"kind":1024,"name":"uri","url":"modules/misskey_entities_emoji.misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Meta.__type"},{"id":20505,"kind":1024,"name":"description","url":"modules/misskey_entities_emoji.misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Meta.__type"},{"id":20506,"kind":1024,"name":"langs","url":"modules/misskey_entities_emoji.misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Meta.__type"},{"id":20507,"kind":1024,"name":"disableRegistration","url":"modules/misskey_entities_emoji.misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Meta.__type"},{"id":20508,"kind":1024,"name":"disableLocalTimeline","url":"modules/misskey_entities_emoji.misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Meta.__type"},{"id":20509,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_emoji.misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Meta.__type"},{"id":20510,"kind":1024,"name":"maxNoteTextLength","url":"modules/misskey_entities_emoji.misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Meta.__type"},{"id":20511,"kind":1024,"name":"emojis","url":"modules/misskey_entities_emoji.misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Meta.__type"},{"id":20512,"kind":4194304,"name":"Mute","url":"modules/misskey_entities_emoji.misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20513,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/emoji.MisskeyEntity.Mute"},{"id":20514,"kind":1024,"name":"id","url":"modules/misskey_entities_emoji.misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Mute.__type"},{"id":20515,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_emoji.misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Mute.__type"},{"id":20516,"kind":1024,"name":"muteeId","url":"modules/misskey_entities_emoji.misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Mute.__type"},{"id":20517,"kind":1024,"name":"mutee","url":"modules/misskey_entities_emoji.misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Mute.__type"},{"id":20518,"kind":4194304,"name":"Notification","url":"modules/misskey_entities_emoji.misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20519,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/emoji.MisskeyEntity.Notification"},{"id":20520,"kind":1024,"name":"id","url":"modules/misskey_entities_emoji.misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Notification.__type"},{"id":20521,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_emoji.misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Notification.__type"},{"id":20522,"kind":1024,"name":"type","url":"modules/misskey_entities_emoji.misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Notification.__type"},{"id":20523,"kind":1024,"name":"userId","url":"modules/misskey_entities_emoji.misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Notification.__type"},{"id":20524,"kind":1024,"name":"user","url":"modules/misskey_entities_emoji.misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Notification.__type"},{"id":20525,"kind":1024,"name":"note","url":"modules/misskey_entities_emoji.misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Notification.__type"},{"id":20526,"kind":1024,"name":"reaction","url":"modules/misskey_entities_emoji.misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Notification.__type"},{"id":20527,"kind":4194304,"name":"NotificationType","url":"modules/misskey_entities_emoji.misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20528,"kind":4194304,"name":"Reaction","url":"modules/misskey_entities_emoji.misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20529,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/emoji.MisskeyEntity.Reaction"},{"id":20530,"kind":1024,"name":"id","url":"modules/misskey_entities_emoji.misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Reaction.__type"},{"id":20531,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_emoji.misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Reaction.__type"},{"id":20532,"kind":1024,"name":"user","url":"modules/misskey_entities_emoji.misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Reaction.__type"},{"id":20533,"kind":1024,"name":"type","url":"modules/misskey_entities_emoji.misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Reaction.__type"},{"id":20534,"kind":4194304,"name":"Relation","url":"modules/misskey_entities_emoji.misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20535,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/emoji.MisskeyEntity.Relation"},{"id":20536,"kind":1024,"name":"id","url":"modules/misskey_entities_emoji.misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Relation.__type"},{"id":20537,"kind":1024,"name":"isFollowing","url":"modules/misskey_entities_emoji.misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Relation.__type"},{"id":20538,"kind":1024,"name":"hasPendingFollowRequestFromYou","url":"modules/misskey_entities_emoji.misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Relation.__type"},{"id":20539,"kind":1024,"name":"hasPendingFollowRequestToYou","url":"modules/misskey_entities_emoji.misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Relation.__type"},{"id":20540,"kind":1024,"name":"isFollowed","url":"modules/misskey_entities_emoji.misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Relation.__type"},{"id":20541,"kind":1024,"name":"isBlocking","url":"modules/misskey_entities_emoji.misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Relation.__type"},{"id":20542,"kind":1024,"name":"isBlocked","url":"modules/misskey_entities_emoji.misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Relation.__type"},{"id":20543,"kind":1024,"name":"isMuted","url":"modules/misskey_entities_emoji.misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Relation.__type"},{"id":20544,"kind":4194304,"name":"UserKey","url":"modules/misskey_entities_emoji.misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20545,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/emoji.MisskeyEntity.UserKey"},{"id":20546,"kind":1024,"name":"accessToken","url":"modules/misskey_entities_emoji.misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserKey.__type"},{"id":20547,"kind":1024,"name":"user","url":"modules/misskey_entities_emoji.misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.UserKey.__type"},{"id":20548,"kind":4194304,"name":"Session","url":"modules/misskey_entities_emoji.misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20549,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/emoji.MisskeyEntity.Session"},{"id":20550,"kind":1024,"name":"token","url":"modules/misskey_entities_emoji.misskeyentity.html#session.__type-21.token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Session.__type"},{"id":20551,"kind":1024,"name":"url","url":"modules/misskey_entities_emoji.misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Session.__type"},{"id":20552,"kind":4194304,"name":"Stats","url":"modules/misskey_entities_emoji.misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/emoji.MisskeyEntity"},{"id":20553,"kind":65536,"name":"__type","url":"modules/misskey_entities_emoji.misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/emoji.MisskeyEntity.Stats"},{"id":20554,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_emoji.misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Stats.__type"},{"id":20555,"kind":1024,"name":"originalNotesCount","url":"modules/misskey_entities_emoji.misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Stats.__type"},{"id":20556,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_emoji.misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Stats.__type"},{"id":20557,"kind":1024,"name":"originalUsersCount","url":"modules/misskey_entities_emoji.misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Stats.__type"},{"id":20558,"kind":1024,"name":"instances","url":"modules/misskey_entities_emoji.misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/emoji.MisskeyEntity.Stats.__type"},{"id":20559,"kind":2,"name":"MisskeyEntity","url":"modules/misskey_entities_favorite.misskeyentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/entities/favorite"},{"id":20560,"kind":4194304,"name":"App","url":"modules/misskey_entities_favorite.misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20561,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/favorite.MisskeyEntity.App"},{"id":20562,"kind":1024,"name":"id","url":"modules/misskey_entities_favorite.misskeyentity.html#app.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.App.__type"},{"id":20563,"kind":1024,"name":"name","url":"modules/misskey_entities_favorite.misskeyentity.html#app.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.App.__type"},{"id":20564,"kind":1024,"name":"callbackUrl","url":"modules/misskey_entities_favorite.misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.App.__type"},{"id":20565,"kind":1024,"name":"permission","url":"modules/misskey_entities_favorite.misskeyentity.html#app.__type.permission","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.App.__type"},{"id":20566,"kind":1024,"name":"secret","url":"modules/misskey_entities_favorite.misskeyentity.html#app.__type.secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.App.__type"},{"id":20567,"kind":4194304,"name":"Emoji","url":"modules/misskey_entities_favorite.misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20568,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/favorite.MisskeyEntity.Emoji"},{"id":20569,"kind":1024,"name":"name","url":"modules/misskey_entities_favorite.misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Emoji.__type"},{"id":20570,"kind":1024,"name":"host","url":"modules/misskey_entities_favorite.misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Emoji.__type"},{"id":20571,"kind":1024,"name":"url","url":"modules/misskey_entities_favorite.misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Emoji.__type"},{"id":20572,"kind":1024,"name":"aliases","url":"modules/misskey_entities_favorite.misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Emoji.__type"},{"id":20573,"kind":4194304,"name":"User","url":"modules/misskey_entities_favorite.misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20574,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/favorite.MisskeyEntity.User"},{"id":20575,"kind":1024,"name":"id","url":"modules/misskey_entities_favorite.misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.User.__type"},{"id":20576,"kind":1024,"name":"name","url":"modules/misskey_entities_favorite.misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.User.__type"},{"id":20577,"kind":1024,"name":"username","url":"modules/misskey_entities_favorite.misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.User.__type"},{"id":20578,"kind":1024,"name":"host","url":"modules/misskey_entities_favorite.misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.User.__type"},{"id":20579,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_favorite.misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.User.__type"},{"id":20580,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_favorite.misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.User.__type"},{"id":20581,"kind":1024,"name":"emojis","url":"modules/misskey_entities_favorite.misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.User.__type"},{"id":20582,"kind":4194304,"name":"File","url":"modules/misskey_entities_favorite.misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20583,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/favorite.MisskeyEntity.File"},{"id":20584,"kind":1024,"name":"id","url":"modules/misskey_entities_favorite.misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.File.__type"},{"id":20585,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_favorite.misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.File.__type"},{"id":20586,"kind":1024,"name":"name","url":"modules/misskey_entities_favorite.misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.File.__type"},{"id":20587,"kind":1024,"name":"type","url":"modules/misskey_entities_favorite.misskeyentity.html#file.__type-6.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.File.__type"},{"id":20588,"kind":1024,"name":"md5","url":"modules/misskey_entities_favorite.misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.File.__type"},{"id":20589,"kind":1024,"name":"size","url":"modules/misskey_entities_favorite.misskeyentity.html#file.__type-6.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.File.__type"},{"id":20590,"kind":1024,"name":"isSensitive","url":"modules/misskey_entities_favorite.misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.File.__type"},{"id":20591,"kind":1024,"name":"properties","url":"modules/misskey_entities_favorite.misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.File.__type"},{"id":20592,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#file.__type-6.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.File.__type"},{"id":20593,"kind":1024,"name":"width","url":"modules/misskey_entities_favorite.misskeyentity.html#file.__type-6.__type-7.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.File.__type.__type"},{"id":20594,"kind":1024,"name":"height","url":"modules/misskey_entities_favorite.misskeyentity.html#file.__type-6.__type-7.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.File.__type.__type"},{"id":20595,"kind":1024,"name":"avgColor","url":"modules/misskey_entities_favorite.misskeyentity.html#file.__type-6.__type-7.avgcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.File.__type.__type"},{"id":20596,"kind":1024,"name":"url","url":"modules/misskey_entities_favorite.misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.File.__type"},{"id":20597,"kind":1024,"name":"thumbnailUrl","url":"modules/misskey_entities_favorite.misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.File.__type"},{"id":20598,"kind":4194304,"name":"Choice","url":"modules/misskey_entities_favorite.misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20599,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/favorite.MisskeyEntity.Choice"},{"id":20600,"kind":1024,"name":"text","url":"modules/misskey_entities_favorite.misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Choice.__type"},{"id":20601,"kind":1024,"name":"votes","url":"modules/misskey_entities_favorite.misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Choice.__type"},{"id":20602,"kind":1024,"name":"isVoted","url":"modules/misskey_entities_favorite.misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Choice.__type"},{"id":20603,"kind":4194304,"name":"Poll","url":"modules/misskey_entities_favorite.misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20604,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/favorite.MisskeyEntity.Poll"},{"id":20605,"kind":1024,"name":"multiple","url":"modules/misskey_entities_favorite.misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Poll.__type"},{"id":20606,"kind":1024,"name":"expiresAt","url":"modules/misskey_entities_favorite.misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Poll.__type"},{"id":20607,"kind":1024,"name":"choices","url":"modules/misskey_entities_favorite.misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Poll.__type"},{"id":20608,"kind":4194304,"name":"Note","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20609,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/favorite.MisskeyEntity.Note"},{"id":20610,"kind":1024,"name":"id","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Note.__type"},{"id":20611,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Note.__type"},{"id":20612,"kind":1024,"name":"userId","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Note.__type"},{"id":20613,"kind":1024,"name":"user","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Note.__type"},{"id":20614,"kind":1024,"name":"text","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Note.__type"},{"id":20615,"kind":1024,"name":"cw","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Note.__type"},{"id":20616,"kind":1024,"name":"visibility","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Note.__type"},{"id":20617,"kind":1024,"name":"renoteCount","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Note.__type"},{"id":20618,"kind":1024,"name":"repliesCount","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Note.__type"},{"id":20619,"kind":1024,"name":"reactions","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Note.__type"},{"id":20620,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Note.__type"},{"id":20621,"kind":1024,"name":"emojis","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Note.__type"},{"id":20622,"kind":1024,"name":"fileIds","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Note.__type"},{"id":20623,"kind":1024,"name":"files","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Note.__type"},{"id":20624,"kind":1024,"name":"replyId","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Note.__type"},{"id":20625,"kind":1024,"name":"renoteId","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Note.__type"},{"id":20626,"kind":1024,"name":"uri","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Note.__type"},{"id":20627,"kind":1024,"name":"reply","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Note.__type"},{"id":20628,"kind":1024,"name":"renote","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Note.__type"},{"id":20629,"kind":1024,"name":"viaMobile","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Note.__type"},{"id":20630,"kind":1024,"name":"tags","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Note.__type"},{"id":20631,"kind":1024,"name":"poll","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Note.__type"},{"id":20632,"kind":1024,"name":"mentions","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Note.__type"},{"id":20633,"kind":1024,"name":"myReaction","url":"modules/misskey_entities_favorite.misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Note.__type"},{"id":20634,"kind":4194304,"name":"UserDetail","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20635,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail"},{"id":20636,"kind":1024,"name":"id","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20637,"kind":1024,"name":"name","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20638,"kind":1024,"name":"username","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20639,"kind":1024,"name":"host","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20640,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20641,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20642,"kind":1024,"name":"isAdmin","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20643,"kind":1024,"name":"isModerator","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20644,"kind":1024,"name":"isBot","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20645,"kind":1024,"name":"isCat","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20646,"kind":1024,"name":"emojis","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20647,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20648,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20649,"kind":1024,"name":"bannerColor","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20650,"kind":1024,"name":"isLocked","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20651,"kind":1024,"name":"isSilenced","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20652,"kind":1024,"name":"isSuspended","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20653,"kind":1024,"name":"description","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20654,"kind":1024,"name":"followersCount","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20655,"kind":1024,"name":"followingCount","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20656,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20657,"kind":1024,"name":"avatarId","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20658,"kind":1024,"name":"bannerId","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20659,"kind":1024,"name":"pinnedNoteIds","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20660,"kind":1024,"name":"pinnedNotes","url":"modules/misskey_entities_favorite.misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserDetail.__type"},{"id":20661,"kind":4194304,"name":"Blocking","url":"modules/misskey_entities_favorite.misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20662,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/favorite.MisskeyEntity.Blocking"},{"id":20663,"kind":1024,"name":"id","url":"modules/misskey_entities_favorite.misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Blocking.__type"},{"id":20664,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_favorite.misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Blocking.__type"},{"id":20665,"kind":1024,"name":"blockeeId","url":"modules/misskey_entities_favorite.misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Blocking.__type"},{"id":20666,"kind":1024,"name":"blockee","url":"modules/misskey_entities_favorite.misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Blocking.__type"},{"id":20667,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_entities_favorite.misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20668,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/favorite.MisskeyEntity.CreatedNote"},{"id":20669,"kind":1024,"name":"createdNote","url":"modules/misskey_entities_favorite.misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.CreatedNote.__type"},{"id":20670,"kind":4194304,"name":"Favorite","url":"modules/misskey_entities_favorite.misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20671,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/favorite.MisskeyEntity.Favorite"},{"id":20672,"kind":1024,"name":"id","url":"modules/misskey_entities_favorite.misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Favorite.__type"},{"id":20673,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_favorite.misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Favorite.__type"},{"id":20674,"kind":1024,"name":"noteId","url":"modules/misskey_entities_favorite.misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Favorite.__type"},{"id":20675,"kind":1024,"name":"note","url":"modules/misskey_entities_favorite.misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Favorite.__type"},{"id":20676,"kind":4194304,"name":"Follower","url":"modules/misskey_entities_favorite.misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20677,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/favorite.MisskeyEntity.Follower"},{"id":20678,"kind":1024,"name":"id","url":"modules/misskey_entities_favorite.misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Follower.__type"},{"id":20679,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_favorite.misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Follower.__type"},{"id":20680,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_favorite.misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Follower.__type"},{"id":20681,"kind":1024,"name":"followerId","url":"modules/misskey_entities_favorite.misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Follower.__type"},{"id":20682,"kind":1024,"name":"follower","url":"modules/misskey_entities_favorite.misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Follower.__type"},{"id":20683,"kind":4194304,"name":"Following","url":"modules/misskey_entities_favorite.misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20684,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/favorite.MisskeyEntity.Following"},{"id":20685,"kind":1024,"name":"id","url":"modules/misskey_entities_favorite.misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Following.__type"},{"id":20686,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_favorite.misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Following.__type"},{"id":20687,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_favorite.misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Following.__type"},{"id":20688,"kind":1024,"name":"followerId","url":"modules/misskey_entities_favorite.misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Following.__type"},{"id":20689,"kind":1024,"name":"followee","url":"modules/misskey_entities_favorite.misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Following.__type"},{"id":20690,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_entities_favorite.misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20691,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/favorite.MisskeyEntity.FollowRequest"},{"id":20692,"kind":1024,"name":"id","url":"modules/misskey_entities_favorite.misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.FollowRequest.__type"},{"id":20693,"kind":1024,"name":"follower","url":"modules/misskey_entities_favorite.misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.FollowRequest.__type"},{"id":20694,"kind":1024,"name":"followee","url":"modules/misskey_entities_favorite.misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.FollowRequest.__type"},{"id":20695,"kind":4194304,"name":"Hashtag","url":"modules/misskey_entities_favorite.misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20696,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/favorite.MisskeyEntity.Hashtag"},{"id":20697,"kind":1024,"name":"tag","url":"modules/misskey_entities_favorite.misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Hashtag.__type"},{"id":20698,"kind":1024,"name":"chart","url":"modules/misskey_entities_favorite.misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Hashtag.__type"},{"id":20699,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_favorite.misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Hashtag.__type"},{"id":20700,"kind":4194304,"name":"List","url":"modules/misskey_entities_favorite.misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20701,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/favorite.MisskeyEntity.List"},{"id":20702,"kind":1024,"name":"id","url":"modules/misskey_entities_favorite.misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.List.__type"},{"id":20703,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_favorite.misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.List.__type"},{"id":20704,"kind":1024,"name":"name","url":"modules/misskey_entities_favorite.misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.List.__type"},{"id":20705,"kind":1024,"name":"userIds","url":"modules/misskey_entities_favorite.misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.List.__type"},{"id":20706,"kind":4194304,"name":"Meta","url":"modules/misskey_entities_favorite.misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20707,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/favorite.MisskeyEntity.Meta"},{"id":20708,"kind":1024,"name":"maintainerName","url":"modules/misskey_entities_favorite.misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Meta.__type"},{"id":20709,"kind":1024,"name":"maintainerEmail","url":"modules/misskey_entities_favorite.misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Meta.__type"},{"id":20710,"kind":1024,"name":"name","url":"modules/misskey_entities_favorite.misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Meta.__type"},{"id":20711,"kind":1024,"name":"version","url":"modules/misskey_entities_favorite.misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Meta.__type"},{"id":20712,"kind":1024,"name":"uri","url":"modules/misskey_entities_favorite.misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Meta.__type"},{"id":20713,"kind":1024,"name":"description","url":"modules/misskey_entities_favorite.misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Meta.__type"},{"id":20714,"kind":1024,"name":"langs","url":"modules/misskey_entities_favorite.misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Meta.__type"},{"id":20715,"kind":1024,"name":"disableRegistration","url":"modules/misskey_entities_favorite.misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Meta.__type"},{"id":20716,"kind":1024,"name":"disableLocalTimeline","url":"modules/misskey_entities_favorite.misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Meta.__type"},{"id":20717,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_favorite.misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Meta.__type"},{"id":20718,"kind":1024,"name":"maxNoteTextLength","url":"modules/misskey_entities_favorite.misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Meta.__type"},{"id":20719,"kind":1024,"name":"emojis","url":"modules/misskey_entities_favorite.misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Meta.__type"},{"id":20720,"kind":4194304,"name":"Mute","url":"modules/misskey_entities_favorite.misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20721,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/favorite.MisskeyEntity.Mute"},{"id":20722,"kind":1024,"name":"id","url":"modules/misskey_entities_favorite.misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Mute.__type"},{"id":20723,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_favorite.misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Mute.__type"},{"id":20724,"kind":1024,"name":"muteeId","url":"modules/misskey_entities_favorite.misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Mute.__type"},{"id":20725,"kind":1024,"name":"mutee","url":"modules/misskey_entities_favorite.misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Mute.__type"},{"id":20726,"kind":4194304,"name":"Notification","url":"modules/misskey_entities_favorite.misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20727,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/favorite.MisskeyEntity.Notification"},{"id":20728,"kind":1024,"name":"id","url":"modules/misskey_entities_favorite.misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Notification.__type"},{"id":20729,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_favorite.misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Notification.__type"},{"id":20730,"kind":1024,"name":"type","url":"modules/misskey_entities_favorite.misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Notification.__type"},{"id":20731,"kind":1024,"name":"userId","url":"modules/misskey_entities_favorite.misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Notification.__type"},{"id":20732,"kind":1024,"name":"user","url":"modules/misskey_entities_favorite.misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Notification.__type"},{"id":20733,"kind":1024,"name":"note","url":"modules/misskey_entities_favorite.misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Notification.__type"},{"id":20734,"kind":1024,"name":"reaction","url":"modules/misskey_entities_favorite.misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Notification.__type"},{"id":20735,"kind":4194304,"name":"NotificationType","url":"modules/misskey_entities_favorite.misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20736,"kind":4194304,"name":"Reaction","url":"modules/misskey_entities_favorite.misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20737,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/favorite.MisskeyEntity.Reaction"},{"id":20738,"kind":1024,"name":"id","url":"modules/misskey_entities_favorite.misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Reaction.__type"},{"id":20739,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_favorite.misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Reaction.__type"},{"id":20740,"kind":1024,"name":"user","url":"modules/misskey_entities_favorite.misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Reaction.__type"},{"id":20741,"kind":1024,"name":"type","url":"modules/misskey_entities_favorite.misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Reaction.__type"},{"id":20742,"kind":4194304,"name":"Relation","url":"modules/misskey_entities_favorite.misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20743,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/favorite.MisskeyEntity.Relation"},{"id":20744,"kind":1024,"name":"id","url":"modules/misskey_entities_favorite.misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Relation.__type"},{"id":20745,"kind":1024,"name":"isFollowing","url":"modules/misskey_entities_favorite.misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Relation.__type"},{"id":20746,"kind":1024,"name":"hasPendingFollowRequestFromYou","url":"modules/misskey_entities_favorite.misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Relation.__type"},{"id":20747,"kind":1024,"name":"hasPendingFollowRequestToYou","url":"modules/misskey_entities_favorite.misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Relation.__type"},{"id":20748,"kind":1024,"name":"isFollowed","url":"modules/misskey_entities_favorite.misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Relation.__type"},{"id":20749,"kind":1024,"name":"isBlocking","url":"modules/misskey_entities_favorite.misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Relation.__type"},{"id":20750,"kind":1024,"name":"isBlocked","url":"modules/misskey_entities_favorite.misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Relation.__type"},{"id":20751,"kind":1024,"name":"isMuted","url":"modules/misskey_entities_favorite.misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Relation.__type"},{"id":20752,"kind":4194304,"name":"UserKey","url":"modules/misskey_entities_favorite.misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20753,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/favorite.MisskeyEntity.UserKey"},{"id":20754,"kind":1024,"name":"accessToken","url":"modules/misskey_entities_favorite.misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserKey.__type"},{"id":20755,"kind":1024,"name":"user","url":"modules/misskey_entities_favorite.misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.UserKey.__type"},{"id":20756,"kind":4194304,"name":"Session","url":"modules/misskey_entities_favorite.misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20757,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/favorite.MisskeyEntity.Session"},{"id":20758,"kind":1024,"name":"token","url":"modules/misskey_entities_favorite.misskeyentity.html#session.__type-21.token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Session.__type"},{"id":20759,"kind":1024,"name":"url","url":"modules/misskey_entities_favorite.misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Session.__type"},{"id":20760,"kind":4194304,"name":"Stats","url":"modules/misskey_entities_favorite.misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/favorite.MisskeyEntity"},{"id":20761,"kind":65536,"name":"__type","url":"modules/misskey_entities_favorite.misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/favorite.MisskeyEntity.Stats"},{"id":20762,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_favorite.misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Stats.__type"},{"id":20763,"kind":1024,"name":"originalNotesCount","url":"modules/misskey_entities_favorite.misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Stats.__type"},{"id":20764,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_favorite.misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Stats.__type"},{"id":20765,"kind":1024,"name":"originalUsersCount","url":"modules/misskey_entities_favorite.misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Stats.__type"},{"id":20766,"kind":1024,"name":"instances","url":"modules/misskey_entities_favorite.misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/favorite.MisskeyEntity.Stats.__type"},{"id":20767,"kind":2,"name":"MisskeyEntity","url":"modules/misskey_entities_file.misskeyentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/entities/file"},{"id":20768,"kind":4194304,"name":"App","url":"modules/misskey_entities_file.misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20769,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/file.MisskeyEntity.App"},{"id":20770,"kind":1024,"name":"id","url":"modules/misskey_entities_file.misskeyentity.html#app.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.App.__type"},{"id":20771,"kind":1024,"name":"name","url":"modules/misskey_entities_file.misskeyentity.html#app.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.App.__type"},{"id":20772,"kind":1024,"name":"callbackUrl","url":"modules/misskey_entities_file.misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.App.__type"},{"id":20773,"kind":1024,"name":"permission","url":"modules/misskey_entities_file.misskeyentity.html#app.__type.permission","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.App.__type"},{"id":20774,"kind":1024,"name":"secret","url":"modules/misskey_entities_file.misskeyentity.html#app.__type.secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.App.__type"},{"id":20775,"kind":4194304,"name":"Emoji","url":"modules/misskey_entities_file.misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20776,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/file.MisskeyEntity.Emoji"},{"id":20777,"kind":1024,"name":"name","url":"modules/misskey_entities_file.misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Emoji.__type"},{"id":20778,"kind":1024,"name":"host","url":"modules/misskey_entities_file.misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Emoji.__type"},{"id":20779,"kind":1024,"name":"url","url":"modules/misskey_entities_file.misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Emoji.__type"},{"id":20780,"kind":1024,"name":"aliases","url":"modules/misskey_entities_file.misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Emoji.__type"},{"id":20781,"kind":4194304,"name":"User","url":"modules/misskey_entities_file.misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20782,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/file.MisskeyEntity.User"},{"id":20783,"kind":1024,"name":"id","url":"modules/misskey_entities_file.misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.User.__type"},{"id":20784,"kind":1024,"name":"name","url":"modules/misskey_entities_file.misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.User.__type"},{"id":20785,"kind":1024,"name":"username","url":"modules/misskey_entities_file.misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.User.__type"},{"id":20786,"kind":1024,"name":"host","url":"modules/misskey_entities_file.misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.User.__type"},{"id":20787,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_file.misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.User.__type"},{"id":20788,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_file.misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.User.__type"},{"id":20789,"kind":1024,"name":"emojis","url":"modules/misskey_entities_file.misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.User.__type"},{"id":20790,"kind":4194304,"name":"File","url":"modules/misskey_entities_file.misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20791,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/file.MisskeyEntity.File"},{"id":20792,"kind":1024,"name":"id","url":"modules/misskey_entities_file.misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.File.__type"},{"id":20793,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_file.misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.File.__type"},{"id":20794,"kind":1024,"name":"name","url":"modules/misskey_entities_file.misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.File.__type"},{"id":20795,"kind":1024,"name":"type","url":"modules/misskey_entities_file.misskeyentity.html#file.__type-6.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.File.__type"},{"id":20796,"kind":1024,"name":"md5","url":"modules/misskey_entities_file.misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.File.__type"},{"id":20797,"kind":1024,"name":"size","url":"modules/misskey_entities_file.misskeyentity.html#file.__type-6.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.File.__type"},{"id":20798,"kind":1024,"name":"isSensitive","url":"modules/misskey_entities_file.misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.File.__type"},{"id":20799,"kind":1024,"name":"properties","url":"modules/misskey_entities_file.misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.File.__type"},{"id":20800,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#file.__type-6.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.File.__type"},{"id":20801,"kind":1024,"name":"width","url":"modules/misskey_entities_file.misskeyentity.html#file.__type-6.__type-7.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.File.__type.__type"},{"id":20802,"kind":1024,"name":"height","url":"modules/misskey_entities_file.misskeyentity.html#file.__type-6.__type-7.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.File.__type.__type"},{"id":20803,"kind":1024,"name":"avgColor","url":"modules/misskey_entities_file.misskeyentity.html#file.__type-6.__type-7.avgcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.File.__type.__type"},{"id":20804,"kind":1024,"name":"url","url":"modules/misskey_entities_file.misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.File.__type"},{"id":20805,"kind":1024,"name":"thumbnailUrl","url":"modules/misskey_entities_file.misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.File.__type"},{"id":20806,"kind":4194304,"name":"Choice","url":"modules/misskey_entities_file.misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20807,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/file.MisskeyEntity.Choice"},{"id":20808,"kind":1024,"name":"text","url":"modules/misskey_entities_file.misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Choice.__type"},{"id":20809,"kind":1024,"name":"votes","url":"modules/misskey_entities_file.misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Choice.__type"},{"id":20810,"kind":1024,"name":"isVoted","url":"modules/misskey_entities_file.misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Choice.__type"},{"id":20811,"kind":4194304,"name":"Poll","url":"modules/misskey_entities_file.misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20812,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/file.MisskeyEntity.Poll"},{"id":20813,"kind":1024,"name":"multiple","url":"modules/misskey_entities_file.misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Poll.__type"},{"id":20814,"kind":1024,"name":"expiresAt","url":"modules/misskey_entities_file.misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Poll.__type"},{"id":20815,"kind":1024,"name":"choices","url":"modules/misskey_entities_file.misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Poll.__type"},{"id":20816,"kind":4194304,"name":"Note","url":"modules/misskey_entities_file.misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20817,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/file.MisskeyEntity.Note"},{"id":20818,"kind":1024,"name":"id","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Note.__type"},{"id":20819,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Note.__type"},{"id":20820,"kind":1024,"name":"userId","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Note.__type"},{"id":20821,"kind":1024,"name":"user","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Note.__type"},{"id":20822,"kind":1024,"name":"text","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Note.__type"},{"id":20823,"kind":1024,"name":"cw","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Note.__type"},{"id":20824,"kind":1024,"name":"visibility","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Note.__type"},{"id":20825,"kind":1024,"name":"renoteCount","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Note.__type"},{"id":20826,"kind":1024,"name":"repliesCount","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Note.__type"},{"id":20827,"kind":1024,"name":"reactions","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Note.__type"},{"id":20828,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Note.__type"},{"id":20829,"kind":1024,"name":"emojis","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Note.__type"},{"id":20830,"kind":1024,"name":"fileIds","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Note.__type"},{"id":20831,"kind":1024,"name":"files","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Note.__type"},{"id":20832,"kind":1024,"name":"replyId","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Note.__type"},{"id":20833,"kind":1024,"name":"renoteId","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Note.__type"},{"id":20834,"kind":1024,"name":"uri","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Note.__type"},{"id":20835,"kind":1024,"name":"reply","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Note.__type"},{"id":20836,"kind":1024,"name":"renote","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Note.__type"},{"id":20837,"kind":1024,"name":"viaMobile","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Note.__type"},{"id":20838,"kind":1024,"name":"tags","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Note.__type"},{"id":20839,"kind":1024,"name":"poll","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Note.__type"},{"id":20840,"kind":1024,"name":"mentions","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Note.__type"},{"id":20841,"kind":1024,"name":"myReaction","url":"modules/misskey_entities_file.misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Note.__type"},{"id":20842,"kind":4194304,"name":"UserDetail","url":"modules/misskey_entities_file.misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20843,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/file.MisskeyEntity.UserDetail"},{"id":20844,"kind":1024,"name":"id","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20845,"kind":1024,"name":"name","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20846,"kind":1024,"name":"username","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20847,"kind":1024,"name":"host","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20848,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20849,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20850,"kind":1024,"name":"isAdmin","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20851,"kind":1024,"name":"isModerator","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20852,"kind":1024,"name":"isBot","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20853,"kind":1024,"name":"isCat","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20854,"kind":1024,"name":"emojis","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20855,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20856,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20857,"kind":1024,"name":"bannerColor","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20858,"kind":1024,"name":"isLocked","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20859,"kind":1024,"name":"isSilenced","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20860,"kind":1024,"name":"isSuspended","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20861,"kind":1024,"name":"description","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20862,"kind":1024,"name":"followersCount","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20863,"kind":1024,"name":"followingCount","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20864,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20865,"kind":1024,"name":"avatarId","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20866,"kind":1024,"name":"bannerId","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20867,"kind":1024,"name":"pinnedNoteIds","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20868,"kind":1024,"name":"pinnedNotes","url":"modules/misskey_entities_file.misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserDetail.__type"},{"id":20869,"kind":4194304,"name":"Blocking","url":"modules/misskey_entities_file.misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20870,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/file.MisskeyEntity.Blocking"},{"id":20871,"kind":1024,"name":"id","url":"modules/misskey_entities_file.misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Blocking.__type"},{"id":20872,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_file.misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Blocking.__type"},{"id":20873,"kind":1024,"name":"blockeeId","url":"modules/misskey_entities_file.misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Blocking.__type"},{"id":20874,"kind":1024,"name":"blockee","url":"modules/misskey_entities_file.misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Blocking.__type"},{"id":20875,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_entities_file.misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20876,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/file.MisskeyEntity.CreatedNote"},{"id":20877,"kind":1024,"name":"createdNote","url":"modules/misskey_entities_file.misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.CreatedNote.__type"},{"id":20878,"kind":4194304,"name":"Favorite","url":"modules/misskey_entities_file.misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20879,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/file.MisskeyEntity.Favorite"},{"id":20880,"kind":1024,"name":"id","url":"modules/misskey_entities_file.misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Favorite.__type"},{"id":20881,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_file.misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Favorite.__type"},{"id":20882,"kind":1024,"name":"noteId","url":"modules/misskey_entities_file.misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Favorite.__type"},{"id":20883,"kind":1024,"name":"note","url":"modules/misskey_entities_file.misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Favorite.__type"},{"id":20884,"kind":4194304,"name":"Follower","url":"modules/misskey_entities_file.misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20885,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/file.MisskeyEntity.Follower"},{"id":20886,"kind":1024,"name":"id","url":"modules/misskey_entities_file.misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Follower.__type"},{"id":20887,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_file.misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Follower.__type"},{"id":20888,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_file.misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Follower.__type"},{"id":20889,"kind":1024,"name":"followerId","url":"modules/misskey_entities_file.misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Follower.__type"},{"id":20890,"kind":1024,"name":"follower","url":"modules/misskey_entities_file.misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Follower.__type"},{"id":20891,"kind":4194304,"name":"Following","url":"modules/misskey_entities_file.misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20892,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/file.MisskeyEntity.Following"},{"id":20893,"kind":1024,"name":"id","url":"modules/misskey_entities_file.misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Following.__type"},{"id":20894,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_file.misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Following.__type"},{"id":20895,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_file.misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Following.__type"},{"id":20896,"kind":1024,"name":"followerId","url":"modules/misskey_entities_file.misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Following.__type"},{"id":20897,"kind":1024,"name":"followee","url":"modules/misskey_entities_file.misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Following.__type"},{"id":20898,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_entities_file.misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20899,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/file.MisskeyEntity.FollowRequest"},{"id":20900,"kind":1024,"name":"id","url":"modules/misskey_entities_file.misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.FollowRequest.__type"},{"id":20901,"kind":1024,"name":"follower","url":"modules/misskey_entities_file.misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.FollowRequest.__type"},{"id":20902,"kind":1024,"name":"followee","url":"modules/misskey_entities_file.misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.FollowRequest.__type"},{"id":20903,"kind":4194304,"name":"Hashtag","url":"modules/misskey_entities_file.misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20904,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/file.MisskeyEntity.Hashtag"},{"id":20905,"kind":1024,"name":"tag","url":"modules/misskey_entities_file.misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Hashtag.__type"},{"id":20906,"kind":1024,"name":"chart","url":"modules/misskey_entities_file.misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Hashtag.__type"},{"id":20907,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_file.misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Hashtag.__type"},{"id":20908,"kind":4194304,"name":"List","url":"modules/misskey_entities_file.misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20909,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/file.MisskeyEntity.List"},{"id":20910,"kind":1024,"name":"id","url":"modules/misskey_entities_file.misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.List.__type"},{"id":20911,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_file.misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.List.__type"},{"id":20912,"kind":1024,"name":"name","url":"modules/misskey_entities_file.misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.List.__type"},{"id":20913,"kind":1024,"name":"userIds","url":"modules/misskey_entities_file.misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.List.__type"},{"id":20914,"kind":4194304,"name":"Meta","url":"modules/misskey_entities_file.misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20915,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/file.MisskeyEntity.Meta"},{"id":20916,"kind":1024,"name":"maintainerName","url":"modules/misskey_entities_file.misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Meta.__type"},{"id":20917,"kind":1024,"name":"maintainerEmail","url":"modules/misskey_entities_file.misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Meta.__type"},{"id":20918,"kind":1024,"name":"name","url":"modules/misskey_entities_file.misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Meta.__type"},{"id":20919,"kind":1024,"name":"version","url":"modules/misskey_entities_file.misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Meta.__type"},{"id":20920,"kind":1024,"name":"uri","url":"modules/misskey_entities_file.misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Meta.__type"},{"id":20921,"kind":1024,"name":"description","url":"modules/misskey_entities_file.misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Meta.__type"},{"id":20922,"kind":1024,"name":"langs","url":"modules/misskey_entities_file.misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Meta.__type"},{"id":20923,"kind":1024,"name":"disableRegistration","url":"modules/misskey_entities_file.misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Meta.__type"},{"id":20924,"kind":1024,"name":"disableLocalTimeline","url":"modules/misskey_entities_file.misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Meta.__type"},{"id":20925,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_file.misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Meta.__type"},{"id":20926,"kind":1024,"name":"maxNoteTextLength","url":"modules/misskey_entities_file.misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Meta.__type"},{"id":20927,"kind":1024,"name":"emojis","url":"modules/misskey_entities_file.misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Meta.__type"},{"id":20928,"kind":4194304,"name":"Mute","url":"modules/misskey_entities_file.misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20929,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/file.MisskeyEntity.Mute"},{"id":20930,"kind":1024,"name":"id","url":"modules/misskey_entities_file.misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Mute.__type"},{"id":20931,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_file.misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Mute.__type"},{"id":20932,"kind":1024,"name":"muteeId","url":"modules/misskey_entities_file.misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Mute.__type"},{"id":20933,"kind":1024,"name":"mutee","url":"modules/misskey_entities_file.misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Mute.__type"},{"id":20934,"kind":4194304,"name":"Notification","url":"modules/misskey_entities_file.misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20935,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/file.MisskeyEntity.Notification"},{"id":20936,"kind":1024,"name":"id","url":"modules/misskey_entities_file.misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Notification.__type"},{"id":20937,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_file.misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Notification.__type"},{"id":20938,"kind":1024,"name":"type","url":"modules/misskey_entities_file.misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Notification.__type"},{"id":20939,"kind":1024,"name":"userId","url":"modules/misskey_entities_file.misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Notification.__type"},{"id":20940,"kind":1024,"name":"user","url":"modules/misskey_entities_file.misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Notification.__type"},{"id":20941,"kind":1024,"name":"note","url":"modules/misskey_entities_file.misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Notification.__type"},{"id":20942,"kind":1024,"name":"reaction","url":"modules/misskey_entities_file.misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Notification.__type"},{"id":20943,"kind":4194304,"name":"NotificationType","url":"modules/misskey_entities_file.misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20944,"kind":4194304,"name":"Reaction","url":"modules/misskey_entities_file.misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20945,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/file.MisskeyEntity.Reaction"},{"id":20946,"kind":1024,"name":"id","url":"modules/misskey_entities_file.misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Reaction.__type"},{"id":20947,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_file.misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Reaction.__type"},{"id":20948,"kind":1024,"name":"user","url":"modules/misskey_entities_file.misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Reaction.__type"},{"id":20949,"kind":1024,"name":"type","url":"modules/misskey_entities_file.misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Reaction.__type"},{"id":20950,"kind":4194304,"name":"Relation","url":"modules/misskey_entities_file.misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20951,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/file.MisskeyEntity.Relation"},{"id":20952,"kind":1024,"name":"id","url":"modules/misskey_entities_file.misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Relation.__type"},{"id":20953,"kind":1024,"name":"isFollowing","url":"modules/misskey_entities_file.misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Relation.__type"},{"id":20954,"kind":1024,"name":"hasPendingFollowRequestFromYou","url":"modules/misskey_entities_file.misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Relation.__type"},{"id":20955,"kind":1024,"name":"hasPendingFollowRequestToYou","url":"modules/misskey_entities_file.misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Relation.__type"},{"id":20956,"kind":1024,"name":"isFollowed","url":"modules/misskey_entities_file.misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Relation.__type"},{"id":20957,"kind":1024,"name":"isBlocking","url":"modules/misskey_entities_file.misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Relation.__type"},{"id":20958,"kind":1024,"name":"isBlocked","url":"modules/misskey_entities_file.misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Relation.__type"},{"id":20959,"kind":1024,"name":"isMuted","url":"modules/misskey_entities_file.misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Relation.__type"},{"id":20960,"kind":4194304,"name":"UserKey","url":"modules/misskey_entities_file.misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20961,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/file.MisskeyEntity.UserKey"},{"id":20962,"kind":1024,"name":"accessToken","url":"modules/misskey_entities_file.misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserKey.__type"},{"id":20963,"kind":1024,"name":"user","url":"modules/misskey_entities_file.misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.UserKey.__type"},{"id":20964,"kind":4194304,"name":"Session","url":"modules/misskey_entities_file.misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20965,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/file.MisskeyEntity.Session"},{"id":20966,"kind":1024,"name":"token","url":"modules/misskey_entities_file.misskeyentity.html#session.__type-21.token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Session.__type"},{"id":20967,"kind":1024,"name":"url","url":"modules/misskey_entities_file.misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Session.__type"},{"id":20968,"kind":4194304,"name":"Stats","url":"modules/misskey_entities_file.misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/file.MisskeyEntity"},{"id":20969,"kind":65536,"name":"__type","url":"modules/misskey_entities_file.misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/file.MisskeyEntity.Stats"},{"id":20970,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_file.misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Stats.__type"},{"id":20971,"kind":1024,"name":"originalNotesCount","url":"modules/misskey_entities_file.misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Stats.__type"},{"id":20972,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_file.misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Stats.__type"},{"id":20973,"kind":1024,"name":"originalUsersCount","url":"modules/misskey_entities_file.misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Stats.__type"},{"id":20974,"kind":1024,"name":"instances","url":"modules/misskey_entities_file.misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/file.MisskeyEntity.Stats.__type"},{"id":20975,"kind":2,"name":"MisskeyEntity","url":"modules/misskey_entities_followrequest.misskeyentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/entities/followRequest"},{"id":20976,"kind":4194304,"name":"App","url":"modules/misskey_entities_followrequest.misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":20977,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/followRequest.MisskeyEntity.App"},{"id":20978,"kind":1024,"name":"id","url":"modules/misskey_entities_followrequest.misskeyentity.html#app.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.App.__type"},{"id":20979,"kind":1024,"name":"name","url":"modules/misskey_entities_followrequest.misskeyentity.html#app.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.App.__type"},{"id":20980,"kind":1024,"name":"callbackUrl","url":"modules/misskey_entities_followrequest.misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.App.__type"},{"id":20981,"kind":1024,"name":"permission","url":"modules/misskey_entities_followrequest.misskeyentity.html#app.__type.permission","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.App.__type"},{"id":20982,"kind":1024,"name":"secret","url":"modules/misskey_entities_followrequest.misskeyentity.html#app.__type.secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.App.__type"},{"id":20983,"kind":4194304,"name":"Emoji","url":"modules/misskey_entities_followrequest.misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":20984,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/followRequest.MisskeyEntity.Emoji"},{"id":20985,"kind":1024,"name":"name","url":"modules/misskey_entities_followrequest.misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Emoji.__type"},{"id":20986,"kind":1024,"name":"host","url":"modules/misskey_entities_followrequest.misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Emoji.__type"},{"id":20987,"kind":1024,"name":"url","url":"modules/misskey_entities_followrequest.misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Emoji.__type"},{"id":20988,"kind":1024,"name":"aliases","url":"modules/misskey_entities_followrequest.misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Emoji.__type"},{"id":20989,"kind":4194304,"name":"User","url":"modules/misskey_entities_followrequest.misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":20990,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/followRequest.MisskeyEntity.User"},{"id":20991,"kind":1024,"name":"id","url":"modules/misskey_entities_followrequest.misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.User.__type"},{"id":20992,"kind":1024,"name":"name","url":"modules/misskey_entities_followrequest.misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.User.__type"},{"id":20993,"kind":1024,"name":"username","url":"modules/misskey_entities_followrequest.misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.User.__type"},{"id":20994,"kind":1024,"name":"host","url":"modules/misskey_entities_followrequest.misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.User.__type"},{"id":20995,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_followrequest.misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.User.__type"},{"id":20996,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_followrequest.misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.User.__type"},{"id":20997,"kind":1024,"name":"emojis","url":"modules/misskey_entities_followrequest.misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.User.__type"},{"id":20998,"kind":4194304,"name":"File","url":"modules/misskey_entities_followrequest.misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":20999,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/followRequest.MisskeyEntity.File"},{"id":21000,"kind":1024,"name":"id","url":"modules/misskey_entities_followrequest.misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.File.__type"},{"id":21001,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_followrequest.misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.File.__type"},{"id":21002,"kind":1024,"name":"name","url":"modules/misskey_entities_followrequest.misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.File.__type"},{"id":21003,"kind":1024,"name":"type","url":"modules/misskey_entities_followrequest.misskeyentity.html#file.__type-6.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.File.__type"},{"id":21004,"kind":1024,"name":"md5","url":"modules/misskey_entities_followrequest.misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.File.__type"},{"id":21005,"kind":1024,"name":"size","url":"modules/misskey_entities_followrequest.misskeyentity.html#file.__type-6.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.File.__type"},{"id":21006,"kind":1024,"name":"isSensitive","url":"modules/misskey_entities_followrequest.misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.File.__type"},{"id":21007,"kind":1024,"name":"properties","url":"modules/misskey_entities_followrequest.misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.File.__type"},{"id":21008,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#file.__type-6.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.File.__type"},{"id":21009,"kind":1024,"name":"width","url":"modules/misskey_entities_followrequest.misskeyentity.html#file.__type-6.__type-7.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.File.__type.__type"},{"id":21010,"kind":1024,"name":"height","url":"modules/misskey_entities_followrequest.misskeyentity.html#file.__type-6.__type-7.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.File.__type.__type"},{"id":21011,"kind":1024,"name":"avgColor","url":"modules/misskey_entities_followrequest.misskeyentity.html#file.__type-6.__type-7.avgcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.File.__type.__type"},{"id":21012,"kind":1024,"name":"url","url":"modules/misskey_entities_followrequest.misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.File.__type"},{"id":21013,"kind":1024,"name":"thumbnailUrl","url":"modules/misskey_entities_followrequest.misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.File.__type"},{"id":21014,"kind":4194304,"name":"Choice","url":"modules/misskey_entities_followrequest.misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":21015,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/followRequest.MisskeyEntity.Choice"},{"id":21016,"kind":1024,"name":"text","url":"modules/misskey_entities_followrequest.misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Choice.__type"},{"id":21017,"kind":1024,"name":"votes","url":"modules/misskey_entities_followrequest.misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Choice.__type"},{"id":21018,"kind":1024,"name":"isVoted","url":"modules/misskey_entities_followrequest.misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Choice.__type"},{"id":21019,"kind":4194304,"name":"Poll","url":"modules/misskey_entities_followrequest.misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":21020,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/followRequest.MisskeyEntity.Poll"},{"id":21021,"kind":1024,"name":"multiple","url":"modules/misskey_entities_followrequest.misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Poll.__type"},{"id":21022,"kind":1024,"name":"expiresAt","url":"modules/misskey_entities_followrequest.misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Poll.__type"},{"id":21023,"kind":1024,"name":"choices","url":"modules/misskey_entities_followrequest.misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Poll.__type"},{"id":21024,"kind":4194304,"name":"Note","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":21025,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/followRequest.MisskeyEntity.Note"},{"id":21026,"kind":1024,"name":"id","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Note.__type"},{"id":21027,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Note.__type"},{"id":21028,"kind":1024,"name":"userId","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Note.__type"},{"id":21029,"kind":1024,"name":"user","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Note.__type"},{"id":21030,"kind":1024,"name":"text","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Note.__type"},{"id":21031,"kind":1024,"name":"cw","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Note.__type"},{"id":21032,"kind":1024,"name":"visibility","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Note.__type"},{"id":21033,"kind":1024,"name":"renoteCount","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Note.__type"},{"id":21034,"kind":1024,"name":"repliesCount","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Note.__type"},{"id":21035,"kind":1024,"name":"reactions","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Note.__type"},{"id":21036,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Note.__type"},{"id":21037,"kind":1024,"name":"emojis","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Note.__type"},{"id":21038,"kind":1024,"name":"fileIds","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Note.__type"},{"id":21039,"kind":1024,"name":"files","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Note.__type"},{"id":21040,"kind":1024,"name":"replyId","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Note.__type"},{"id":21041,"kind":1024,"name":"renoteId","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Note.__type"},{"id":21042,"kind":1024,"name":"uri","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Note.__type"},{"id":21043,"kind":1024,"name":"reply","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Note.__type"},{"id":21044,"kind":1024,"name":"renote","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Note.__type"},{"id":21045,"kind":1024,"name":"viaMobile","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Note.__type"},{"id":21046,"kind":1024,"name":"tags","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Note.__type"},{"id":21047,"kind":1024,"name":"poll","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Note.__type"},{"id":21048,"kind":1024,"name":"mentions","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Note.__type"},{"id":21049,"kind":1024,"name":"myReaction","url":"modules/misskey_entities_followrequest.misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Note.__type"},{"id":21050,"kind":4194304,"name":"UserDetail","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":21051,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail"},{"id":21052,"kind":1024,"name":"id","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21053,"kind":1024,"name":"name","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21054,"kind":1024,"name":"username","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21055,"kind":1024,"name":"host","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21056,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21057,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21058,"kind":1024,"name":"isAdmin","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21059,"kind":1024,"name":"isModerator","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21060,"kind":1024,"name":"isBot","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21061,"kind":1024,"name":"isCat","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21062,"kind":1024,"name":"emojis","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21063,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21064,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21065,"kind":1024,"name":"bannerColor","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21066,"kind":1024,"name":"isLocked","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21067,"kind":1024,"name":"isSilenced","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21068,"kind":1024,"name":"isSuspended","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21069,"kind":1024,"name":"description","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21070,"kind":1024,"name":"followersCount","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21071,"kind":1024,"name":"followingCount","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21072,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21073,"kind":1024,"name":"avatarId","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21074,"kind":1024,"name":"bannerId","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21075,"kind":1024,"name":"pinnedNoteIds","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21076,"kind":1024,"name":"pinnedNotes","url":"modules/misskey_entities_followrequest.misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserDetail.__type"},{"id":21077,"kind":4194304,"name":"Blocking","url":"modules/misskey_entities_followrequest.misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":21078,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/followRequest.MisskeyEntity.Blocking"},{"id":21079,"kind":1024,"name":"id","url":"modules/misskey_entities_followrequest.misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Blocking.__type"},{"id":21080,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_followrequest.misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Blocking.__type"},{"id":21081,"kind":1024,"name":"blockeeId","url":"modules/misskey_entities_followrequest.misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Blocking.__type"},{"id":21082,"kind":1024,"name":"blockee","url":"modules/misskey_entities_followrequest.misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Blocking.__type"},{"id":21083,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_entities_followrequest.misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":21084,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/followRequest.MisskeyEntity.CreatedNote"},{"id":21085,"kind":1024,"name":"createdNote","url":"modules/misskey_entities_followrequest.misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.CreatedNote.__type"},{"id":21086,"kind":4194304,"name":"Favorite","url":"modules/misskey_entities_followrequest.misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":21087,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/followRequest.MisskeyEntity.Favorite"},{"id":21088,"kind":1024,"name":"id","url":"modules/misskey_entities_followrequest.misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Favorite.__type"},{"id":21089,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_followrequest.misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Favorite.__type"},{"id":21090,"kind":1024,"name":"noteId","url":"modules/misskey_entities_followrequest.misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Favorite.__type"},{"id":21091,"kind":1024,"name":"note","url":"modules/misskey_entities_followrequest.misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Favorite.__type"},{"id":21092,"kind":4194304,"name":"Follower","url":"modules/misskey_entities_followrequest.misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":21093,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/followRequest.MisskeyEntity.Follower"},{"id":21094,"kind":1024,"name":"id","url":"modules/misskey_entities_followrequest.misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Follower.__type"},{"id":21095,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_followrequest.misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Follower.__type"},{"id":21096,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_followrequest.misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Follower.__type"},{"id":21097,"kind":1024,"name":"followerId","url":"modules/misskey_entities_followrequest.misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Follower.__type"},{"id":21098,"kind":1024,"name":"follower","url":"modules/misskey_entities_followrequest.misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Follower.__type"},{"id":21099,"kind":4194304,"name":"Following","url":"modules/misskey_entities_followrequest.misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":21100,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/followRequest.MisskeyEntity.Following"},{"id":21101,"kind":1024,"name":"id","url":"modules/misskey_entities_followrequest.misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Following.__type"},{"id":21102,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_followrequest.misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Following.__type"},{"id":21103,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_followrequest.misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Following.__type"},{"id":21104,"kind":1024,"name":"followerId","url":"modules/misskey_entities_followrequest.misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Following.__type"},{"id":21105,"kind":1024,"name":"followee","url":"modules/misskey_entities_followrequest.misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Following.__type"},{"id":21106,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_entities_followrequest.misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":21107,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/followRequest.MisskeyEntity.FollowRequest"},{"id":21108,"kind":1024,"name":"id","url":"modules/misskey_entities_followrequest.misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.FollowRequest.__type"},{"id":21109,"kind":1024,"name":"follower","url":"modules/misskey_entities_followrequest.misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.FollowRequest.__type"},{"id":21110,"kind":1024,"name":"followee","url":"modules/misskey_entities_followrequest.misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.FollowRequest.__type"},{"id":21111,"kind":4194304,"name":"Hashtag","url":"modules/misskey_entities_followrequest.misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":21112,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/followRequest.MisskeyEntity.Hashtag"},{"id":21113,"kind":1024,"name":"tag","url":"modules/misskey_entities_followrequest.misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Hashtag.__type"},{"id":21114,"kind":1024,"name":"chart","url":"modules/misskey_entities_followrequest.misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Hashtag.__type"},{"id":21115,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_followrequest.misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Hashtag.__type"},{"id":21116,"kind":4194304,"name":"List","url":"modules/misskey_entities_followrequest.misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":21117,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/followRequest.MisskeyEntity.List"},{"id":21118,"kind":1024,"name":"id","url":"modules/misskey_entities_followrequest.misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.List.__type"},{"id":21119,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_followrequest.misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.List.__type"},{"id":21120,"kind":1024,"name":"name","url":"modules/misskey_entities_followrequest.misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.List.__type"},{"id":21121,"kind":1024,"name":"userIds","url":"modules/misskey_entities_followrequest.misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.List.__type"},{"id":21122,"kind":4194304,"name":"Meta","url":"modules/misskey_entities_followrequest.misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":21123,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/followRequest.MisskeyEntity.Meta"},{"id":21124,"kind":1024,"name":"maintainerName","url":"modules/misskey_entities_followrequest.misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Meta.__type"},{"id":21125,"kind":1024,"name":"maintainerEmail","url":"modules/misskey_entities_followrequest.misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Meta.__type"},{"id":21126,"kind":1024,"name":"name","url":"modules/misskey_entities_followrequest.misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Meta.__type"},{"id":21127,"kind":1024,"name":"version","url":"modules/misskey_entities_followrequest.misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Meta.__type"},{"id":21128,"kind":1024,"name":"uri","url":"modules/misskey_entities_followrequest.misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Meta.__type"},{"id":21129,"kind":1024,"name":"description","url":"modules/misskey_entities_followrequest.misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Meta.__type"},{"id":21130,"kind":1024,"name":"langs","url":"modules/misskey_entities_followrequest.misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Meta.__type"},{"id":21131,"kind":1024,"name":"disableRegistration","url":"modules/misskey_entities_followrequest.misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Meta.__type"},{"id":21132,"kind":1024,"name":"disableLocalTimeline","url":"modules/misskey_entities_followrequest.misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Meta.__type"},{"id":21133,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_followrequest.misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Meta.__type"},{"id":21134,"kind":1024,"name":"maxNoteTextLength","url":"modules/misskey_entities_followrequest.misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Meta.__type"},{"id":21135,"kind":1024,"name":"emojis","url":"modules/misskey_entities_followrequest.misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Meta.__type"},{"id":21136,"kind":4194304,"name":"Mute","url":"modules/misskey_entities_followrequest.misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":21137,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/followRequest.MisskeyEntity.Mute"},{"id":21138,"kind":1024,"name":"id","url":"modules/misskey_entities_followrequest.misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Mute.__type"},{"id":21139,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_followrequest.misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Mute.__type"},{"id":21140,"kind":1024,"name":"muteeId","url":"modules/misskey_entities_followrequest.misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Mute.__type"},{"id":21141,"kind":1024,"name":"mutee","url":"modules/misskey_entities_followrequest.misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Mute.__type"},{"id":21142,"kind":4194304,"name":"Notification","url":"modules/misskey_entities_followrequest.misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":21143,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/followRequest.MisskeyEntity.Notification"},{"id":21144,"kind":1024,"name":"id","url":"modules/misskey_entities_followrequest.misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Notification.__type"},{"id":21145,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_followrequest.misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Notification.__type"},{"id":21146,"kind":1024,"name":"type","url":"modules/misskey_entities_followrequest.misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Notification.__type"},{"id":21147,"kind":1024,"name":"userId","url":"modules/misskey_entities_followrequest.misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Notification.__type"},{"id":21148,"kind":1024,"name":"user","url":"modules/misskey_entities_followrequest.misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Notification.__type"},{"id":21149,"kind":1024,"name":"note","url":"modules/misskey_entities_followrequest.misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Notification.__type"},{"id":21150,"kind":1024,"name":"reaction","url":"modules/misskey_entities_followrequest.misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Notification.__type"},{"id":21151,"kind":4194304,"name":"NotificationType","url":"modules/misskey_entities_followrequest.misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":21152,"kind":4194304,"name":"Reaction","url":"modules/misskey_entities_followrequest.misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":21153,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/followRequest.MisskeyEntity.Reaction"},{"id":21154,"kind":1024,"name":"id","url":"modules/misskey_entities_followrequest.misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Reaction.__type"},{"id":21155,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_followrequest.misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Reaction.__type"},{"id":21156,"kind":1024,"name":"user","url":"modules/misskey_entities_followrequest.misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Reaction.__type"},{"id":21157,"kind":1024,"name":"type","url":"modules/misskey_entities_followrequest.misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Reaction.__type"},{"id":21158,"kind":4194304,"name":"Relation","url":"modules/misskey_entities_followrequest.misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":21159,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/followRequest.MisskeyEntity.Relation"},{"id":21160,"kind":1024,"name":"id","url":"modules/misskey_entities_followrequest.misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Relation.__type"},{"id":21161,"kind":1024,"name":"isFollowing","url":"modules/misskey_entities_followrequest.misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Relation.__type"},{"id":21162,"kind":1024,"name":"hasPendingFollowRequestFromYou","url":"modules/misskey_entities_followrequest.misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Relation.__type"},{"id":21163,"kind":1024,"name":"hasPendingFollowRequestToYou","url":"modules/misskey_entities_followrequest.misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Relation.__type"},{"id":21164,"kind":1024,"name":"isFollowed","url":"modules/misskey_entities_followrequest.misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Relation.__type"},{"id":21165,"kind":1024,"name":"isBlocking","url":"modules/misskey_entities_followrequest.misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Relation.__type"},{"id":21166,"kind":1024,"name":"isBlocked","url":"modules/misskey_entities_followrequest.misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Relation.__type"},{"id":21167,"kind":1024,"name":"isMuted","url":"modules/misskey_entities_followrequest.misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Relation.__type"},{"id":21168,"kind":4194304,"name":"UserKey","url":"modules/misskey_entities_followrequest.misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":21169,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/followRequest.MisskeyEntity.UserKey"},{"id":21170,"kind":1024,"name":"accessToken","url":"modules/misskey_entities_followrequest.misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserKey.__type"},{"id":21171,"kind":1024,"name":"user","url":"modules/misskey_entities_followrequest.misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.UserKey.__type"},{"id":21172,"kind":4194304,"name":"Session","url":"modules/misskey_entities_followrequest.misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":21173,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/followRequest.MisskeyEntity.Session"},{"id":21174,"kind":1024,"name":"token","url":"modules/misskey_entities_followrequest.misskeyentity.html#session.__type-21.token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Session.__type"},{"id":21175,"kind":1024,"name":"url","url":"modules/misskey_entities_followrequest.misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Session.__type"},{"id":21176,"kind":4194304,"name":"Stats","url":"modules/misskey_entities_followrequest.misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/followRequest.MisskeyEntity"},{"id":21177,"kind":65536,"name":"__type","url":"modules/misskey_entities_followrequest.misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/followRequest.MisskeyEntity.Stats"},{"id":21178,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_followrequest.misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Stats.__type"},{"id":21179,"kind":1024,"name":"originalNotesCount","url":"modules/misskey_entities_followrequest.misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Stats.__type"},{"id":21180,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_followrequest.misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Stats.__type"},{"id":21181,"kind":1024,"name":"originalUsersCount","url":"modules/misskey_entities_followrequest.misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Stats.__type"},{"id":21182,"kind":1024,"name":"instances","url":"modules/misskey_entities_followrequest.misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/followRequest.MisskeyEntity.Stats.__type"},{"id":21183,"kind":2,"name":"MisskeyEntity","url":"modules/misskey_entities_follower.misskeyentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/entities/follower"},{"id":21184,"kind":4194304,"name":"App","url":"modules/misskey_entities_follower.misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21185,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/follower.MisskeyEntity.App"},{"id":21186,"kind":1024,"name":"id","url":"modules/misskey_entities_follower.misskeyentity.html#app.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.App.__type"},{"id":21187,"kind":1024,"name":"name","url":"modules/misskey_entities_follower.misskeyentity.html#app.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.App.__type"},{"id":21188,"kind":1024,"name":"callbackUrl","url":"modules/misskey_entities_follower.misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.App.__type"},{"id":21189,"kind":1024,"name":"permission","url":"modules/misskey_entities_follower.misskeyentity.html#app.__type.permission","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.App.__type"},{"id":21190,"kind":1024,"name":"secret","url":"modules/misskey_entities_follower.misskeyentity.html#app.__type.secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.App.__type"},{"id":21191,"kind":4194304,"name":"Emoji","url":"modules/misskey_entities_follower.misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21192,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/follower.MisskeyEntity.Emoji"},{"id":21193,"kind":1024,"name":"name","url":"modules/misskey_entities_follower.misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Emoji.__type"},{"id":21194,"kind":1024,"name":"host","url":"modules/misskey_entities_follower.misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Emoji.__type"},{"id":21195,"kind":1024,"name":"url","url":"modules/misskey_entities_follower.misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Emoji.__type"},{"id":21196,"kind":1024,"name":"aliases","url":"modules/misskey_entities_follower.misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Emoji.__type"},{"id":21197,"kind":4194304,"name":"User","url":"modules/misskey_entities_follower.misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21198,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/follower.MisskeyEntity.User"},{"id":21199,"kind":1024,"name":"id","url":"modules/misskey_entities_follower.misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.User.__type"},{"id":21200,"kind":1024,"name":"name","url":"modules/misskey_entities_follower.misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.User.__type"},{"id":21201,"kind":1024,"name":"username","url":"modules/misskey_entities_follower.misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.User.__type"},{"id":21202,"kind":1024,"name":"host","url":"modules/misskey_entities_follower.misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.User.__type"},{"id":21203,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_follower.misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.User.__type"},{"id":21204,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_follower.misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.User.__type"},{"id":21205,"kind":1024,"name":"emojis","url":"modules/misskey_entities_follower.misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.User.__type"},{"id":21206,"kind":4194304,"name":"File","url":"modules/misskey_entities_follower.misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21207,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/follower.MisskeyEntity.File"},{"id":21208,"kind":1024,"name":"id","url":"modules/misskey_entities_follower.misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.File.__type"},{"id":21209,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_follower.misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.File.__type"},{"id":21210,"kind":1024,"name":"name","url":"modules/misskey_entities_follower.misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.File.__type"},{"id":21211,"kind":1024,"name":"type","url":"modules/misskey_entities_follower.misskeyentity.html#file.__type-6.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.File.__type"},{"id":21212,"kind":1024,"name":"md5","url":"modules/misskey_entities_follower.misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.File.__type"},{"id":21213,"kind":1024,"name":"size","url":"modules/misskey_entities_follower.misskeyentity.html#file.__type-6.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.File.__type"},{"id":21214,"kind":1024,"name":"isSensitive","url":"modules/misskey_entities_follower.misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.File.__type"},{"id":21215,"kind":1024,"name":"properties","url":"modules/misskey_entities_follower.misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.File.__type"},{"id":21216,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#file.__type-6.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.File.__type"},{"id":21217,"kind":1024,"name":"width","url":"modules/misskey_entities_follower.misskeyentity.html#file.__type-6.__type-7.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.File.__type.__type"},{"id":21218,"kind":1024,"name":"height","url":"modules/misskey_entities_follower.misskeyentity.html#file.__type-6.__type-7.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.File.__type.__type"},{"id":21219,"kind":1024,"name":"avgColor","url":"modules/misskey_entities_follower.misskeyentity.html#file.__type-6.__type-7.avgcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.File.__type.__type"},{"id":21220,"kind":1024,"name":"url","url":"modules/misskey_entities_follower.misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.File.__type"},{"id":21221,"kind":1024,"name":"thumbnailUrl","url":"modules/misskey_entities_follower.misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.File.__type"},{"id":21222,"kind":4194304,"name":"Choice","url":"modules/misskey_entities_follower.misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21223,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/follower.MisskeyEntity.Choice"},{"id":21224,"kind":1024,"name":"text","url":"modules/misskey_entities_follower.misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Choice.__type"},{"id":21225,"kind":1024,"name":"votes","url":"modules/misskey_entities_follower.misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Choice.__type"},{"id":21226,"kind":1024,"name":"isVoted","url":"modules/misskey_entities_follower.misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Choice.__type"},{"id":21227,"kind":4194304,"name":"Poll","url":"modules/misskey_entities_follower.misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21228,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/follower.MisskeyEntity.Poll"},{"id":21229,"kind":1024,"name":"multiple","url":"modules/misskey_entities_follower.misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Poll.__type"},{"id":21230,"kind":1024,"name":"expiresAt","url":"modules/misskey_entities_follower.misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Poll.__type"},{"id":21231,"kind":1024,"name":"choices","url":"modules/misskey_entities_follower.misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Poll.__type"},{"id":21232,"kind":4194304,"name":"Note","url":"modules/misskey_entities_follower.misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21233,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/follower.MisskeyEntity.Note"},{"id":21234,"kind":1024,"name":"id","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Note.__type"},{"id":21235,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Note.__type"},{"id":21236,"kind":1024,"name":"userId","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Note.__type"},{"id":21237,"kind":1024,"name":"user","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Note.__type"},{"id":21238,"kind":1024,"name":"text","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Note.__type"},{"id":21239,"kind":1024,"name":"cw","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Note.__type"},{"id":21240,"kind":1024,"name":"visibility","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Note.__type"},{"id":21241,"kind":1024,"name":"renoteCount","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Note.__type"},{"id":21242,"kind":1024,"name":"repliesCount","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Note.__type"},{"id":21243,"kind":1024,"name":"reactions","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Note.__type"},{"id":21244,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Note.__type"},{"id":21245,"kind":1024,"name":"emojis","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Note.__type"},{"id":21246,"kind":1024,"name":"fileIds","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Note.__type"},{"id":21247,"kind":1024,"name":"files","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Note.__type"},{"id":21248,"kind":1024,"name":"replyId","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Note.__type"},{"id":21249,"kind":1024,"name":"renoteId","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Note.__type"},{"id":21250,"kind":1024,"name":"uri","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Note.__type"},{"id":21251,"kind":1024,"name":"reply","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Note.__type"},{"id":21252,"kind":1024,"name":"renote","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Note.__type"},{"id":21253,"kind":1024,"name":"viaMobile","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Note.__type"},{"id":21254,"kind":1024,"name":"tags","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Note.__type"},{"id":21255,"kind":1024,"name":"poll","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Note.__type"},{"id":21256,"kind":1024,"name":"mentions","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Note.__type"},{"id":21257,"kind":1024,"name":"myReaction","url":"modules/misskey_entities_follower.misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Note.__type"},{"id":21258,"kind":4194304,"name":"UserDetail","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21259,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/follower.MisskeyEntity.UserDetail"},{"id":21260,"kind":1024,"name":"id","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21261,"kind":1024,"name":"name","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21262,"kind":1024,"name":"username","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21263,"kind":1024,"name":"host","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21264,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21265,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21266,"kind":1024,"name":"isAdmin","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21267,"kind":1024,"name":"isModerator","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21268,"kind":1024,"name":"isBot","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21269,"kind":1024,"name":"isCat","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21270,"kind":1024,"name":"emojis","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21271,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21272,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21273,"kind":1024,"name":"bannerColor","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21274,"kind":1024,"name":"isLocked","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21275,"kind":1024,"name":"isSilenced","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21276,"kind":1024,"name":"isSuspended","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21277,"kind":1024,"name":"description","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21278,"kind":1024,"name":"followersCount","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21279,"kind":1024,"name":"followingCount","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21280,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21281,"kind":1024,"name":"avatarId","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21282,"kind":1024,"name":"bannerId","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21283,"kind":1024,"name":"pinnedNoteIds","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21284,"kind":1024,"name":"pinnedNotes","url":"modules/misskey_entities_follower.misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserDetail.__type"},{"id":21285,"kind":4194304,"name":"Blocking","url":"modules/misskey_entities_follower.misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21286,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/follower.MisskeyEntity.Blocking"},{"id":21287,"kind":1024,"name":"id","url":"modules/misskey_entities_follower.misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Blocking.__type"},{"id":21288,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_follower.misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Blocking.__type"},{"id":21289,"kind":1024,"name":"blockeeId","url":"modules/misskey_entities_follower.misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Blocking.__type"},{"id":21290,"kind":1024,"name":"blockee","url":"modules/misskey_entities_follower.misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Blocking.__type"},{"id":21291,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_entities_follower.misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21292,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/follower.MisskeyEntity.CreatedNote"},{"id":21293,"kind":1024,"name":"createdNote","url":"modules/misskey_entities_follower.misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.CreatedNote.__type"},{"id":21294,"kind":4194304,"name":"Favorite","url":"modules/misskey_entities_follower.misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21295,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/follower.MisskeyEntity.Favorite"},{"id":21296,"kind":1024,"name":"id","url":"modules/misskey_entities_follower.misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Favorite.__type"},{"id":21297,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_follower.misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Favorite.__type"},{"id":21298,"kind":1024,"name":"noteId","url":"modules/misskey_entities_follower.misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Favorite.__type"},{"id":21299,"kind":1024,"name":"note","url":"modules/misskey_entities_follower.misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Favorite.__type"},{"id":21300,"kind":4194304,"name":"Follower","url":"modules/misskey_entities_follower.misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21301,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/follower.MisskeyEntity.Follower"},{"id":21302,"kind":1024,"name":"id","url":"modules/misskey_entities_follower.misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Follower.__type"},{"id":21303,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_follower.misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Follower.__type"},{"id":21304,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_follower.misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Follower.__type"},{"id":21305,"kind":1024,"name":"followerId","url":"modules/misskey_entities_follower.misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Follower.__type"},{"id":21306,"kind":1024,"name":"follower","url":"modules/misskey_entities_follower.misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Follower.__type"},{"id":21307,"kind":4194304,"name":"Following","url":"modules/misskey_entities_follower.misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21308,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/follower.MisskeyEntity.Following"},{"id":21309,"kind":1024,"name":"id","url":"modules/misskey_entities_follower.misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Following.__type"},{"id":21310,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_follower.misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Following.__type"},{"id":21311,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_follower.misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Following.__type"},{"id":21312,"kind":1024,"name":"followerId","url":"modules/misskey_entities_follower.misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Following.__type"},{"id":21313,"kind":1024,"name":"followee","url":"modules/misskey_entities_follower.misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Following.__type"},{"id":21314,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_entities_follower.misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21315,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/follower.MisskeyEntity.FollowRequest"},{"id":21316,"kind":1024,"name":"id","url":"modules/misskey_entities_follower.misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.FollowRequest.__type"},{"id":21317,"kind":1024,"name":"follower","url":"modules/misskey_entities_follower.misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.FollowRequest.__type"},{"id":21318,"kind":1024,"name":"followee","url":"modules/misskey_entities_follower.misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.FollowRequest.__type"},{"id":21319,"kind":4194304,"name":"Hashtag","url":"modules/misskey_entities_follower.misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21320,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/follower.MisskeyEntity.Hashtag"},{"id":21321,"kind":1024,"name":"tag","url":"modules/misskey_entities_follower.misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Hashtag.__type"},{"id":21322,"kind":1024,"name":"chart","url":"modules/misskey_entities_follower.misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Hashtag.__type"},{"id":21323,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_follower.misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Hashtag.__type"},{"id":21324,"kind":4194304,"name":"List","url":"modules/misskey_entities_follower.misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21325,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/follower.MisskeyEntity.List"},{"id":21326,"kind":1024,"name":"id","url":"modules/misskey_entities_follower.misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.List.__type"},{"id":21327,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_follower.misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.List.__type"},{"id":21328,"kind":1024,"name":"name","url":"modules/misskey_entities_follower.misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.List.__type"},{"id":21329,"kind":1024,"name":"userIds","url":"modules/misskey_entities_follower.misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.List.__type"},{"id":21330,"kind":4194304,"name":"Meta","url":"modules/misskey_entities_follower.misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21331,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/follower.MisskeyEntity.Meta"},{"id":21332,"kind":1024,"name":"maintainerName","url":"modules/misskey_entities_follower.misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Meta.__type"},{"id":21333,"kind":1024,"name":"maintainerEmail","url":"modules/misskey_entities_follower.misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Meta.__type"},{"id":21334,"kind":1024,"name":"name","url":"modules/misskey_entities_follower.misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Meta.__type"},{"id":21335,"kind":1024,"name":"version","url":"modules/misskey_entities_follower.misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Meta.__type"},{"id":21336,"kind":1024,"name":"uri","url":"modules/misskey_entities_follower.misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Meta.__type"},{"id":21337,"kind":1024,"name":"description","url":"modules/misskey_entities_follower.misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Meta.__type"},{"id":21338,"kind":1024,"name":"langs","url":"modules/misskey_entities_follower.misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Meta.__type"},{"id":21339,"kind":1024,"name":"disableRegistration","url":"modules/misskey_entities_follower.misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Meta.__type"},{"id":21340,"kind":1024,"name":"disableLocalTimeline","url":"modules/misskey_entities_follower.misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Meta.__type"},{"id":21341,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_follower.misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Meta.__type"},{"id":21342,"kind":1024,"name":"maxNoteTextLength","url":"modules/misskey_entities_follower.misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Meta.__type"},{"id":21343,"kind":1024,"name":"emojis","url":"modules/misskey_entities_follower.misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Meta.__type"},{"id":21344,"kind":4194304,"name":"Mute","url":"modules/misskey_entities_follower.misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21345,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/follower.MisskeyEntity.Mute"},{"id":21346,"kind":1024,"name":"id","url":"modules/misskey_entities_follower.misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Mute.__type"},{"id":21347,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_follower.misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Mute.__type"},{"id":21348,"kind":1024,"name":"muteeId","url":"modules/misskey_entities_follower.misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Mute.__type"},{"id":21349,"kind":1024,"name":"mutee","url":"modules/misskey_entities_follower.misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Mute.__type"},{"id":21350,"kind":4194304,"name":"Notification","url":"modules/misskey_entities_follower.misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21351,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/follower.MisskeyEntity.Notification"},{"id":21352,"kind":1024,"name":"id","url":"modules/misskey_entities_follower.misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Notification.__type"},{"id":21353,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_follower.misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Notification.__type"},{"id":21354,"kind":1024,"name":"type","url":"modules/misskey_entities_follower.misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Notification.__type"},{"id":21355,"kind":1024,"name":"userId","url":"modules/misskey_entities_follower.misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Notification.__type"},{"id":21356,"kind":1024,"name":"user","url":"modules/misskey_entities_follower.misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Notification.__type"},{"id":21357,"kind":1024,"name":"note","url":"modules/misskey_entities_follower.misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Notification.__type"},{"id":21358,"kind":1024,"name":"reaction","url":"modules/misskey_entities_follower.misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Notification.__type"},{"id":21359,"kind":4194304,"name":"NotificationType","url":"modules/misskey_entities_follower.misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21360,"kind":4194304,"name":"Reaction","url":"modules/misskey_entities_follower.misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21361,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/follower.MisskeyEntity.Reaction"},{"id":21362,"kind":1024,"name":"id","url":"modules/misskey_entities_follower.misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Reaction.__type"},{"id":21363,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_follower.misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Reaction.__type"},{"id":21364,"kind":1024,"name":"user","url":"modules/misskey_entities_follower.misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Reaction.__type"},{"id":21365,"kind":1024,"name":"type","url":"modules/misskey_entities_follower.misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Reaction.__type"},{"id":21366,"kind":4194304,"name":"Relation","url":"modules/misskey_entities_follower.misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21367,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/follower.MisskeyEntity.Relation"},{"id":21368,"kind":1024,"name":"id","url":"modules/misskey_entities_follower.misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Relation.__type"},{"id":21369,"kind":1024,"name":"isFollowing","url":"modules/misskey_entities_follower.misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Relation.__type"},{"id":21370,"kind":1024,"name":"hasPendingFollowRequestFromYou","url":"modules/misskey_entities_follower.misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Relation.__type"},{"id":21371,"kind":1024,"name":"hasPendingFollowRequestToYou","url":"modules/misskey_entities_follower.misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Relation.__type"},{"id":21372,"kind":1024,"name":"isFollowed","url":"modules/misskey_entities_follower.misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Relation.__type"},{"id":21373,"kind":1024,"name":"isBlocking","url":"modules/misskey_entities_follower.misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Relation.__type"},{"id":21374,"kind":1024,"name":"isBlocked","url":"modules/misskey_entities_follower.misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Relation.__type"},{"id":21375,"kind":1024,"name":"isMuted","url":"modules/misskey_entities_follower.misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Relation.__type"},{"id":21376,"kind":4194304,"name":"UserKey","url":"modules/misskey_entities_follower.misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21377,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/follower.MisskeyEntity.UserKey"},{"id":21378,"kind":1024,"name":"accessToken","url":"modules/misskey_entities_follower.misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserKey.__type"},{"id":21379,"kind":1024,"name":"user","url":"modules/misskey_entities_follower.misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.UserKey.__type"},{"id":21380,"kind":4194304,"name":"Session","url":"modules/misskey_entities_follower.misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21381,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/follower.MisskeyEntity.Session"},{"id":21382,"kind":1024,"name":"token","url":"modules/misskey_entities_follower.misskeyentity.html#session.__type-21.token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Session.__type"},{"id":21383,"kind":1024,"name":"url","url":"modules/misskey_entities_follower.misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Session.__type"},{"id":21384,"kind":4194304,"name":"Stats","url":"modules/misskey_entities_follower.misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/follower.MisskeyEntity"},{"id":21385,"kind":65536,"name":"__type","url":"modules/misskey_entities_follower.misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/follower.MisskeyEntity.Stats"},{"id":21386,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_follower.misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Stats.__type"},{"id":21387,"kind":1024,"name":"originalNotesCount","url":"modules/misskey_entities_follower.misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Stats.__type"},{"id":21388,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_follower.misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Stats.__type"},{"id":21389,"kind":1024,"name":"originalUsersCount","url":"modules/misskey_entities_follower.misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Stats.__type"},{"id":21390,"kind":1024,"name":"instances","url":"modules/misskey_entities_follower.misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/follower.MisskeyEntity.Stats.__type"},{"id":21391,"kind":2,"name":"MisskeyEntity","url":"modules/misskey_entities_following.misskeyentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/entities/following"},{"id":21392,"kind":4194304,"name":"App","url":"modules/misskey_entities_following.misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21393,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/following.MisskeyEntity.App"},{"id":21394,"kind":1024,"name":"id","url":"modules/misskey_entities_following.misskeyentity.html#app.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.App.__type"},{"id":21395,"kind":1024,"name":"name","url":"modules/misskey_entities_following.misskeyentity.html#app.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.App.__type"},{"id":21396,"kind":1024,"name":"callbackUrl","url":"modules/misskey_entities_following.misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.App.__type"},{"id":21397,"kind":1024,"name":"permission","url":"modules/misskey_entities_following.misskeyentity.html#app.__type.permission","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.App.__type"},{"id":21398,"kind":1024,"name":"secret","url":"modules/misskey_entities_following.misskeyentity.html#app.__type.secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.App.__type"},{"id":21399,"kind":4194304,"name":"Emoji","url":"modules/misskey_entities_following.misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21400,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/following.MisskeyEntity.Emoji"},{"id":21401,"kind":1024,"name":"name","url":"modules/misskey_entities_following.misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Emoji.__type"},{"id":21402,"kind":1024,"name":"host","url":"modules/misskey_entities_following.misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Emoji.__type"},{"id":21403,"kind":1024,"name":"url","url":"modules/misskey_entities_following.misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Emoji.__type"},{"id":21404,"kind":1024,"name":"aliases","url":"modules/misskey_entities_following.misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Emoji.__type"},{"id":21405,"kind":4194304,"name":"User","url":"modules/misskey_entities_following.misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21406,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/following.MisskeyEntity.User"},{"id":21407,"kind":1024,"name":"id","url":"modules/misskey_entities_following.misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.User.__type"},{"id":21408,"kind":1024,"name":"name","url":"modules/misskey_entities_following.misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.User.__type"},{"id":21409,"kind":1024,"name":"username","url":"modules/misskey_entities_following.misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.User.__type"},{"id":21410,"kind":1024,"name":"host","url":"modules/misskey_entities_following.misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.User.__type"},{"id":21411,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_following.misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.User.__type"},{"id":21412,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_following.misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.User.__type"},{"id":21413,"kind":1024,"name":"emojis","url":"modules/misskey_entities_following.misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.User.__type"},{"id":21414,"kind":4194304,"name":"File","url":"modules/misskey_entities_following.misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21415,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/following.MisskeyEntity.File"},{"id":21416,"kind":1024,"name":"id","url":"modules/misskey_entities_following.misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.File.__type"},{"id":21417,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_following.misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.File.__type"},{"id":21418,"kind":1024,"name":"name","url":"modules/misskey_entities_following.misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.File.__type"},{"id":21419,"kind":1024,"name":"type","url":"modules/misskey_entities_following.misskeyentity.html#file.__type-6.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.File.__type"},{"id":21420,"kind":1024,"name":"md5","url":"modules/misskey_entities_following.misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.File.__type"},{"id":21421,"kind":1024,"name":"size","url":"modules/misskey_entities_following.misskeyentity.html#file.__type-6.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.File.__type"},{"id":21422,"kind":1024,"name":"isSensitive","url":"modules/misskey_entities_following.misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.File.__type"},{"id":21423,"kind":1024,"name":"properties","url":"modules/misskey_entities_following.misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.File.__type"},{"id":21424,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#file.__type-6.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.File.__type"},{"id":21425,"kind":1024,"name":"width","url":"modules/misskey_entities_following.misskeyentity.html#file.__type-6.__type-7.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.File.__type.__type"},{"id":21426,"kind":1024,"name":"height","url":"modules/misskey_entities_following.misskeyentity.html#file.__type-6.__type-7.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.File.__type.__type"},{"id":21427,"kind":1024,"name":"avgColor","url":"modules/misskey_entities_following.misskeyentity.html#file.__type-6.__type-7.avgcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.File.__type.__type"},{"id":21428,"kind":1024,"name":"url","url":"modules/misskey_entities_following.misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.File.__type"},{"id":21429,"kind":1024,"name":"thumbnailUrl","url":"modules/misskey_entities_following.misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.File.__type"},{"id":21430,"kind":4194304,"name":"Choice","url":"modules/misskey_entities_following.misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21431,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/following.MisskeyEntity.Choice"},{"id":21432,"kind":1024,"name":"text","url":"modules/misskey_entities_following.misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Choice.__type"},{"id":21433,"kind":1024,"name":"votes","url":"modules/misskey_entities_following.misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Choice.__type"},{"id":21434,"kind":1024,"name":"isVoted","url":"modules/misskey_entities_following.misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Choice.__type"},{"id":21435,"kind":4194304,"name":"Poll","url":"modules/misskey_entities_following.misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21436,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/following.MisskeyEntity.Poll"},{"id":21437,"kind":1024,"name":"multiple","url":"modules/misskey_entities_following.misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Poll.__type"},{"id":21438,"kind":1024,"name":"expiresAt","url":"modules/misskey_entities_following.misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Poll.__type"},{"id":21439,"kind":1024,"name":"choices","url":"modules/misskey_entities_following.misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Poll.__type"},{"id":21440,"kind":4194304,"name":"Note","url":"modules/misskey_entities_following.misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21441,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/following.MisskeyEntity.Note"},{"id":21442,"kind":1024,"name":"id","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Note.__type"},{"id":21443,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Note.__type"},{"id":21444,"kind":1024,"name":"userId","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Note.__type"},{"id":21445,"kind":1024,"name":"user","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Note.__type"},{"id":21446,"kind":1024,"name":"text","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Note.__type"},{"id":21447,"kind":1024,"name":"cw","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Note.__type"},{"id":21448,"kind":1024,"name":"visibility","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Note.__type"},{"id":21449,"kind":1024,"name":"renoteCount","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Note.__type"},{"id":21450,"kind":1024,"name":"repliesCount","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Note.__type"},{"id":21451,"kind":1024,"name":"reactions","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Note.__type"},{"id":21452,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Note.__type"},{"id":21453,"kind":1024,"name":"emojis","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Note.__type"},{"id":21454,"kind":1024,"name":"fileIds","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Note.__type"},{"id":21455,"kind":1024,"name":"files","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Note.__type"},{"id":21456,"kind":1024,"name":"replyId","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Note.__type"},{"id":21457,"kind":1024,"name":"renoteId","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Note.__type"},{"id":21458,"kind":1024,"name":"uri","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Note.__type"},{"id":21459,"kind":1024,"name":"reply","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Note.__type"},{"id":21460,"kind":1024,"name":"renote","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Note.__type"},{"id":21461,"kind":1024,"name":"viaMobile","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Note.__type"},{"id":21462,"kind":1024,"name":"tags","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Note.__type"},{"id":21463,"kind":1024,"name":"poll","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Note.__type"},{"id":21464,"kind":1024,"name":"mentions","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Note.__type"},{"id":21465,"kind":1024,"name":"myReaction","url":"modules/misskey_entities_following.misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Note.__type"},{"id":21466,"kind":4194304,"name":"UserDetail","url":"modules/misskey_entities_following.misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21467,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/following.MisskeyEntity.UserDetail"},{"id":21468,"kind":1024,"name":"id","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21469,"kind":1024,"name":"name","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21470,"kind":1024,"name":"username","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21471,"kind":1024,"name":"host","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21472,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21473,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21474,"kind":1024,"name":"isAdmin","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21475,"kind":1024,"name":"isModerator","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21476,"kind":1024,"name":"isBot","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21477,"kind":1024,"name":"isCat","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21478,"kind":1024,"name":"emojis","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21479,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21480,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21481,"kind":1024,"name":"bannerColor","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21482,"kind":1024,"name":"isLocked","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21483,"kind":1024,"name":"isSilenced","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21484,"kind":1024,"name":"isSuspended","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21485,"kind":1024,"name":"description","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21486,"kind":1024,"name":"followersCount","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21487,"kind":1024,"name":"followingCount","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21488,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21489,"kind":1024,"name":"avatarId","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21490,"kind":1024,"name":"bannerId","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21491,"kind":1024,"name":"pinnedNoteIds","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21492,"kind":1024,"name":"pinnedNotes","url":"modules/misskey_entities_following.misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserDetail.__type"},{"id":21493,"kind":4194304,"name":"Blocking","url":"modules/misskey_entities_following.misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21494,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/following.MisskeyEntity.Blocking"},{"id":21495,"kind":1024,"name":"id","url":"modules/misskey_entities_following.misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Blocking.__type"},{"id":21496,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_following.misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Blocking.__type"},{"id":21497,"kind":1024,"name":"blockeeId","url":"modules/misskey_entities_following.misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Blocking.__type"},{"id":21498,"kind":1024,"name":"blockee","url":"modules/misskey_entities_following.misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Blocking.__type"},{"id":21499,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_entities_following.misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21500,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/following.MisskeyEntity.CreatedNote"},{"id":21501,"kind":1024,"name":"createdNote","url":"modules/misskey_entities_following.misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.CreatedNote.__type"},{"id":21502,"kind":4194304,"name":"Favorite","url":"modules/misskey_entities_following.misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21503,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/following.MisskeyEntity.Favorite"},{"id":21504,"kind":1024,"name":"id","url":"modules/misskey_entities_following.misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Favorite.__type"},{"id":21505,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_following.misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Favorite.__type"},{"id":21506,"kind":1024,"name":"noteId","url":"modules/misskey_entities_following.misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Favorite.__type"},{"id":21507,"kind":1024,"name":"note","url":"modules/misskey_entities_following.misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Favorite.__type"},{"id":21508,"kind":4194304,"name":"Follower","url":"modules/misskey_entities_following.misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21509,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/following.MisskeyEntity.Follower"},{"id":21510,"kind":1024,"name":"id","url":"modules/misskey_entities_following.misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Follower.__type"},{"id":21511,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_following.misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Follower.__type"},{"id":21512,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_following.misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Follower.__type"},{"id":21513,"kind":1024,"name":"followerId","url":"modules/misskey_entities_following.misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Follower.__type"},{"id":21514,"kind":1024,"name":"follower","url":"modules/misskey_entities_following.misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Follower.__type"},{"id":21515,"kind":4194304,"name":"Following","url":"modules/misskey_entities_following.misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21516,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/following.MisskeyEntity.Following"},{"id":21517,"kind":1024,"name":"id","url":"modules/misskey_entities_following.misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Following.__type"},{"id":21518,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_following.misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Following.__type"},{"id":21519,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_following.misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Following.__type"},{"id":21520,"kind":1024,"name":"followerId","url":"modules/misskey_entities_following.misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Following.__type"},{"id":21521,"kind":1024,"name":"followee","url":"modules/misskey_entities_following.misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Following.__type"},{"id":21522,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_entities_following.misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21523,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/following.MisskeyEntity.FollowRequest"},{"id":21524,"kind":1024,"name":"id","url":"modules/misskey_entities_following.misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.FollowRequest.__type"},{"id":21525,"kind":1024,"name":"follower","url":"modules/misskey_entities_following.misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.FollowRequest.__type"},{"id":21526,"kind":1024,"name":"followee","url":"modules/misskey_entities_following.misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.FollowRequest.__type"},{"id":21527,"kind":4194304,"name":"Hashtag","url":"modules/misskey_entities_following.misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21528,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/following.MisskeyEntity.Hashtag"},{"id":21529,"kind":1024,"name":"tag","url":"modules/misskey_entities_following.misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Hashtag.__type"},{"id":21530,"kind":1024,"name":"chart","url":"modules/misskey_entities_following.misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Hashtag.__type"},{"id":21531,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_following.misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Hashtag.__type"},{"id":21532,"kind":4194304,"name":"List","url":"modules/misskey_entities_following.misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21533,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/following.MisskeyEntity.List"},{"id":21534,"kind":1024,"name":"id","url":"modules/misskey_entities_following.misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.List.__type"},{"id":21535,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_following.misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.List.__type"},{"id":21536,"kind":1024,"name":"name","url":"modules/misskey_entities_following.misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.List.__type"},{"id":21537,"kind":1024,"name":"userIds","url":"modules/misskey_entities_following.misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.List.__type"},{"id":21538,"kind":4194304,"name":"Meta","url":"modules/misskey_entities_following.misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21539,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/following.MisskeyEntity.Meta"},{"id":21540,"kind":1024,"name":"maintainerName","url":"modules/misskey_entities_following.misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Meta.__type"},{"id":21541,"kind":1024,"name":"maintainerEmail","url":"modules/misskey_entities_following.misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Meta.__type"},{"id":21542,"kind":1024,"name":"name","url":"modules/misskey_entities_following.misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Meta.__type"},{"id":21543,"kind":1024,"name":"version","url":"modules/misskey_entities_following.misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Meta.__type"},{"id":21544,"kind":1024,"name":"uri","url":"modules/misskey_entities_following.misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Meta.__type"},{"id":21545,"kind":1024,"name":"description","url":"modules/misskey_entities_following.misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Meta.__type"},{"id":21546,"kind":1024,"name":"langs","url":"modules/misskey_entities_following.misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Meta.__type"},{"id":21547,"kind":1024,"name":"disableRegistration","url":"modules/misskey_entities_following.misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Meta.__type"},{"id":21548,"kind":1024,"name":"disableLocalTimeline","url":"modules/misskey_entities_following.misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Meta.__type"},{"id":21549,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_following.misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Meta.__type"},{"id":21550,"kind":1024,"name":"maxNoteTextLength","url":"modules/misskey_entities_following.misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Meta.__type"},{"id":21551,"kind":1024,"name":"emojis","url":"modules/misskey_entities_following.misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Meta.__type"},{"id":21552,"kind":4194304,"name":"Mute","url":"modules/misskey_entities_following.misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21553,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/following.MisskeyEntity.Mute"},{"id":21554,"kind":1024,"name":"id","url":"modules/misskey_entities_following.misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Mute.__type"},{"id":21555,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_following.misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Mute.__type"},{"id":21556,"kind":1024,"name":"muteeId","url":"modules/misskey_entities_following.misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Mute.__type"},{"id":21557,"kind":1024,"name":"mutee","url":"modules/misskey_entities_following.misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Mute.__type"},{"id":21558,"kind":4194304,"name":"Notification","url":"modules/misskey_entities_following.misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21559,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/following.MisskeyEntity.Notification"},{"id":21560,"kind":1024,"name":"id","url":"modules/misskey_entities_following.misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Notification.__type"},{"id":21561,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_following.misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Notification.__type"},{"id":21562,"kind":1024,"name":"type","url":"modules/misskey_entities_following.misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Notification.__type"},{"id":21563,"kind":1024,"name":"userId","url":"modules/misskey_entities_following.misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Notification.__type"},{"id":21564,"kind":1024,"name":"user","url":"modules/misskey_entities_following.misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Notification.__type"},{"id":21565,"kind":1024,"name":"note","url":"modules/misskey_entities_following.misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Notification.__type"},{"id":21566,"kind":1024,"name":"reaction","url":"modules/misskey_entities_following.misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Notification.__type"},{"id":21567,"kind":4194304,"name":"NotificationType","url":"modules/misskey_entities_following.misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21568,"kind":4194304,"name":"Reaction","url":"modules/misskey_entities_following.misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21569,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/following.MisskeyEntity.Reaction"},{"id":21570,"kind":1024,"name":"id","url":"modules/misskey_entities_following.misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Reaction.__type"},{"id":21571,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_following.misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Reaction.__type"},{"id":21572,"kind":1024,"name":"user","url":"modules/misskey_entities_following.misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Reaction.__type"},{"id":21573,"kind":1024,"name":"type","url":"modules/misskey_entities_following.misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Reaction.__type"},{"id":21574,"kind":4194304,"name":"Relation","url":"modules/misskey_entities_following.misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21575,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/following.MisskeyEntity.Relation"},{"id":21576,"kind":1024,"name":"id","url":"modules/misskey_entities_following.misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Relation.__type"},{"id":21577,"kind":1024,"name":"isFollowing","url":"modules/misskey_entities_following.misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Relation.__type"},{"id":21578,"kind":1024,"name":"hasPendingFollowRequestFromYou","url":"modules/misskey_entities_following.misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Relation.__type"},{"id":21579,"kind":1024,"name":"hasPendingFollowRequestToYou","url":"modules/misskey_entities_following.misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Relation.__type"},{"id":21580,"kind":1024,"name":"isFollowed","url":"modules/misskey_entities_following.misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Relation.__type"},{"id":21581,"kind":1024,"name":"isBlocking","url":"modules/misskey_entities_following.misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Relation.__type"},{"id":21582,"kind":1024,"name":"isBlocked","url":"modules/misskey_entities_following.misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Relation.__type"},{"id":21583,"kind":1024,"name":"isMuted","url":"modules/misskey_entities_following.misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Relation.__type"},{"id":21584,"kind":4194304,"name":"UserKey","url":"modules/misskey_entities_following.misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21585,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/following.MisskeyEntity.UserKey"},{"id":21586,"kind":1024,"name":"accessToken","url":"modules/misskey_entities_following.misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserKey.__type"},{"id":21587,"kind":1024,"name":"user","url":"modules/misskey_entities_following.misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.UserKey.__type"},{"id":21588,"kind":4194304,"name":"Session","url":"modules/misskey_entities_following.misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21589,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/following.MisskeyEntity.Session"},{"id":21590,"kind":1024,"name":"token","url":"modules/misskey_entities_following.misskeyentity.html#session.__type-21.token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Session.__type"},{"id":21591,"kind":1024,"name":"url","url":"modules/misskey_entities_following.misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Session.__type"},{"id":21592,"kind":4194304,"name":"Stats","url":"modules/misskey_entities_following.misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/following.MisskeyEntity"},{"id":21593,"kind":65536,"name":"__type","url":"modules/misskey_entities_following.misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/following.MisskeyEntity.Stats"},{"id":21594,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_following.misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Stats.__type"},{"id":21595,"kind":1024,"name":"originalNotesCount","url":"modules/misskey_entities_following.misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Stats.__type"},{"id":21596,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_following.misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Stats.__type"},{"id":21597,"kind":1024,"name":"originalUsersCount","url":"modules/misskey_entities_following.misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Stats.__type"},{"id":21598,"kind":1024,"name":"instances","url":"modules/misskey_entities_following.misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/following.MisskeyEntity.Stats.__type"},{"id":21599,"kind":2,"name":"MisskeyEntity","url":"modules/misskey_entities_hashtag.misskeyentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/entities/hashtag"},{"id":21600,"kind":4194304,"name":"App","url":"modules/misskey_entities_hashtag.misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21601,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/hashtag.MisskeyEntity.App"},{"id":21602,"kind":1024,"name":"id","url":"modules/misskey_entities_hashtag.misskeyentity.html#app.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.App.__type"},{"id":21603,"kind":1024,"name":"name","url":"modules/misskey_entities_hashtag.misskeyentity.html#app.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.App.__type"},{"id":21604,"kind":1024,"name":"callbackUrl","url":"modules/misskey_entities_hashtag.misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.App.__type"},{"id":21605,"kind":1024,"name":"permission","url":"modules/misskey_entities_hashtag.misskeyentity.html#app.__type.permission","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.App.__type"},{"id":21606,"kind":1024,"name":"secret","url":"modules/misskey_entities_hashtag.misskeyentity.html#app.__type.secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.App.__type"},{"id":21607,"kind":4194304,"name":"Emoji","url":"modules/misskey_entities_hashtag.misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21608,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/hashtag.MisskeyEntity.Emoji"},{"id":21609,"kind":1024,"name":"name","url":"modules/misskey_entities_hashtag.misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Emoji.__type"},{"id":21610,"kind":1024,"name":"host","url":"modules/misskey_entities_hashtag.misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Emoji.__type"},{"id":21611,"kind":1024,"name":"url","url":"modules/misskey_entities_hashtag.misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Emoji.__type"},{"id":21612,"kind":1024,"name":"aliases","url":"modules/misskey_entities_hashtag.misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Emoji.__type"},{"id":21613,"kind":4194304,"name":"User","url":"modules/misskey_entities_hashtag.misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21614,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/hashtag.MisskeyEntity.User"},{"id":21615,"kind":1024,"name":"id","url":"modules/misskey_entities_hashtag.misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.User.__type"},{"id":21616,"kind":1024,"name":"name","url":"modules/misskey_entities_hashtag.misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.User.__type"},{"id":21617,"kind":1024,"name":"username","url":"modules/misskey_entities_hashtag.misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.User.__type"},{"id":21618,"kind":1024,"name":"host","url":"modules/misskey_entities_hashtag.misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.User.__type"},{"id":21619,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_hashtag.misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.User.__type"},{"id":21620,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_hashtag.misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.User.__type"},{"id":21621,"kind":1024,"name":"emojis","url":"modules/misskey_entities_hashtag.misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.User.__type"},{"id":21622,"kind":4194304,"name":"File","url":"modules/misskey_entities_hashtag.misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21623,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/hashtag.MisskeyEntity.File"},{"id":21624,"kind":1024,"name":"id","url":"modules/misskey_entities_hashtag.misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.File.__type"},{"id":21625,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_hashtag.misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.File.__type"},{"id":21626,"kind":1024,"name":"name","url":"modules/misskey_entities_hashtag.misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.File.__type"},{"id":21627,"kind":1024,"name":"type","url":"modules/misskey_entities_hashtag.misskeyentity.html#file.__type-6.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.File.__type"},{"id":21628,"kind":1024,"name":"md5","url":"modules/misskey_entities_hashtag.misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.File.__type"},{"id":21629,"kind":1024,"name":"size","url":"modules/misskey_entities_hashtag.misskeyentity.html#file.__type-6.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.File.__type"},{"id":21630,"kind":1024,"name":"isSensitive","url":"modules/misskey_entities_hashtag.misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.File.__type"},{"id":21631,"kind":1024,"name":"properties","url":"modules/misskey_entities_hashtag.misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.File.__type"},{"id":21632,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#file.__type-6.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.File.__type"},{"id":21633,"kind":1024,"name":"width","url":"modules/misskey_entities_hashtag.misskeyentity.html#file.__type-6.__type-7.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.File.__type.__type"},{"id":21634,"kind":1024,"name":"height","url":"modules/misskey_entities_hashtag.misskeyentity.html#file.__type-6.__type-7.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.File.__type.__type"},{"id":21635,"kind":1024,"name":"avgColor","url":"modules/misskey_entities_hashtag.misskeyentity.html#file.__type-6.__type-7.avgcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.File.__type.__type"},{"id":21636,"kind":1024,"name":"url","url":"modules/misskey_entities_hashtag.misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.File.__type"},{"id":21637,"kind":1024,"name":"thumbnailUrl","url":"modules/misskey_entities_hashtag.misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.File.__type"},{"id":21638,"kind":4194304,"name":"Choice","url":"modules/misskey_entities_hashtag.misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21639,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/hashtag.MisskeyEntity.Choice"},{"id":21640,"kind":1024,"name":"text","url":"modules/misskey_entities_hashtag.misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Choice.__type"},{"id":21641,"kind":1024,"name":"votes","url":"modules/misskey_entities_hashtag.misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Choice.__type"},{"id":21642,"kind":1024,"name":"isVoted","url":"modules/misskey_entities_hashtag.misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Choice.__type"},{"id":21643,"kind":4194304,"name":"Poll","url":"modules/misskey_entities_hashtag.misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21644,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/hashtag.MisskeyEntity.Poll"},{"id":21645,"kind":1024,"name":"multiple","url":"modules/misskey_entities_hashtag.misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Poll.__type"},{"id":21646,"kind":1024,"name":"expiresAt","url":"modules/misskey_entities_hashtag.misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Poll.__type"},{"id":21647,"kind":1024,"name":"choices","url":"modules/misskey_entities_hashtag.misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Poll.__type"},{"id":21648,"kind":4194304,"name":"Note","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21649,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/hashtag.MisskeyEntity.Note"},{"id":21650,"kind":1024,"name":"id","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Note.__type"},{"id":21651,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Note.__type"},{"id":21652,"kind":1024,"name":"userId","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Note.__type"},{"id":21653,"kind":1024,"name":"user","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Note.__type"},{"id":21654,"kind":1024,"name":"text","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Note.__type"},{"id":21655,"kind":1024,"name":"cw","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Note.__type"},{"id":21656,"kind":1024,"name":"visibility","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Note.__type"},{"id":21657,"kind":1024,"name":"renoteCount","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Note.__type"},{"id":21658,"kind":1024,"name":"repliesCount","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Note.__type"},{"id":21659,"kind":1024,"name":"reactions","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Note.__type"},{"id":21660,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Note.__type"},{"id":21661,"kind":1024,"name":"emojis","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Note.__type"},{"id":21662,"kind":1024,"name":"fileIds","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Note.__type"},{"id":21663,"kind":1024,"name":"files","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Note.__type"},{"id":21664,"kind":1024,"name":"replyId","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Note.__type"},{"id":21665,"kind":1024,"name":"renoteId","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Note.__type"},{"id":21666,"kind":1024,"name":"uri","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Note.__type"},{"id":21667,"kind":1024,"name":"reply","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Note.__type"},{"id":21668,"kind":1024,"name":"renote","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Note.__type"},{"id":21669,"kind":1024,"name":"viaMobile","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Note.__type"},{"id":21670,"kind":1024,"name":"tags","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Note.__type"},{"id":21671,"kind":1024,"name":"poll","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Note.__type"},{"id":21672,"kind":1024,"name":"mentions","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Note.__type"},{"id":21673,"kind":1024,"name":"myReaction","url":"modules/misskey_entities_hashtag.misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Note.__type"},{"id":21674,"kind":4194304,"name":"UserDetail","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21675,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail"},{"id":21676,"kind":1024,"name":"id","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21677,"kind":1024,"name":"name","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21678,"kind":1024,"name":"username","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21679,"kind":1024,"name":"host","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21680,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21681,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21682,"kind":1024,"name":"isAdmin","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21683,"kind":1024,"name":"isModerator","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21684,"kind":1024,"name":"isBot","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21685,"kind":1024,"name":"isCat","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21686,"kind":1024,"name":"emojis","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21687,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21688,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21689,"kind":1024,"name":"bannerColor","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21690,"kind":1024,"name":"isLocked","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21691,"kind":1024,"name":"isSilenced","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21692,"kind":1024,"name":"isSuspended","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21693,"kind":1024,"name":"description","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21694,"kind":1024,"name":"followersCount","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21695,"kind":1024,"name":"followingCount","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21696,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21697,"kind":1024,"name":"avatarId","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21698,"kind":1024,"name":"bannerId","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21699,"kind":1024,"name":"pinnedNoteIds","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21700,"kind":1024,"name":"pinnedNotes","url":"modules/misskey_entities_hashtag.misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserDetail.__type"},{"id":21701,"kind":4194304,"name":"Blocking","url":"modules/misskey_entities_hashtag.misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21702,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/hashtag.MisskeyEntity.Blocking"},{"id":21703,"kind":1024,"name":"id","url":"modules/misskey_entities_hashtag.misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Blocking.__type"},{"id":21704,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_hashtag.misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Blocking.__type"},{"id":21705,"kind":1024,"name":"blockeeId","url":"modules/misskey_entities_hashtag.misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Blocking.__type"},{"id":21706,"kind":1024,"name":"blockee","url":"modules/misskey_entities_hashtag.misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Blocking.__type"},{"id":21707,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_entities_hashtag.misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21708,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/hashtag.MisskeyEntity.CreatedNote"},{"id":21709,"kind":1024,"name":"createdNote","url":"modules/misskey_entities_hashtag.misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.CreatedNote.__type"},{"id":21710,"kind":4194304,"name":"Favorite","url":"modules/misskey_entities_hashtag.misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21711,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/hashtag.MisskeyEntity.Favorite"},{"id":21712,"kind":1024,"name":"id","url":"modules/misskey_entities_hashtag.misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Favorite.__type"},{"id":21713,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_hashtag.misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Favorite.__type"},{"id":21714,"kind":1024,"name":"noteId","url":"modules/misskey_entities_hashtag.misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Favorite.__type"},{"id":21715,"kind":1024,"name":"note","url":"modules/misskey_entities_hashtag.misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Favorite.__type"},{"id":21716,"kind":4194304,"name":"Follower","url":"modules/misskey_entities_hashtag.misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21717,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/hashtag.MisskeyEntity.Follower"},{"id":21718,"kind":1024,"name":"id","url":"modules/misskey_entities_hashtag.misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Follower.__type"},{"id":21719,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_hashtag.misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Follower.__type"},{"id":21720,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_hashtag.misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Follower.__type"},{"id":21721,"kind":1024,"name":"followerId","url":"modules/misskey_entities_hashtag.misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Follower.__type"},{"id":21722,"kind":1024,"name":"follower","url":"modules/misskey_entities_hashtag.misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Follower.__type"},{"id":21723,"kind":4194304,"name":"Following","url":"modules/misskey_entities_hashtag.misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21724,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/hashtag.MisskeyEntity.Following"},{"id":21725,"kind":1024,"name":"id","url":"modules/misskey_entities_hashtag.misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Following.__type"},{"id":21726,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_hashtag.misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Following.__type"},{"id":21727,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_hashtag.misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Following.__type"},{"id":21728,"kind":1024,"name":"followerId","url":"modules/misskey_entities_hashtag.misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Following.__type"},{"id":21729,"kind":1024,"name":"followee","url":"modules/misskey_entities_hashtag.misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Following.__type"},{"id":21730,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_entities_hashtag.misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21731,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/hashtag.MisskeyEntity.FollowRequest"},{"id":21732,"kind":1024,"name":"id","url":"modules/misskey_entities_hashtag.misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.FollowRequest.__type"},{"id":21733,"kind":1024,"name":"follower","url":"modules/misskey_entities_hashtag.misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.FollowRequest.__type"},{"id":21734,"kind":1024,"name":"followee","url":"modules/misskey_entities_hashtag.misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.FollowRequest.__type"},{"id":21735,"kind":4194304,"name":"Hashtag","url":"modules/misskey_entities_hashtag.misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21736,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/hashtag.MisskeyEntity.Hashtag"},{"id":21737,"kind":1024,"name":"tag","url":"modules/misskey_entities_hashtag.misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Hashtag.__type"},{"id":21738,"kind":1024,"name":"chart","url":"modules/misskey_entities_hashtag.misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Hashtag.__type"},{"id":21739,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_hashtag.misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Hashtag.__type"},{"id":21740,"kind":4194304,"name":"List","url":"modules/misskey_entities_hashtag.misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21741,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/hashtag.MisskeyEntity.List"},{"id":21742,"kind":1024,"name":"id","url":"modules/misskey_entities_hashtag.misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.List.__type"},{"id":21743,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_hashtag.misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.List.__type"},{"id":21744,"kind":1024,"name":"name","url":"modules/misskey_entities_hashtag.misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.List.__type"},{"id":21745,"kind":1024,"name":"userIds","url":"modules/misskey_entities_hashtag.misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.List.__type"},{"id":21746,"kind":4194304,"name":"Meta","url":"modules/misskey_entities_hashtag.misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21747,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/hashtag.MisskeyEntity.Meta"},{"id":21748,"kind":1024,"name":"maintainerName","url":"modules/misskey_entities_hashtag.misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Meta.__type"},{"id":21749,"kind":1024,"name":"maintainerEmail","url":"modules/misskey_entities_hashtag.misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Meta.__type"},{"id":21750,"kind":1024,"name":"name","url":"modules/misskey_entities_hashtag.misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Meta.__type"},{"id":21751,"kind":1024,"name":"version","url":"modules/misskey_entities_hashtag.misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Meta.__type"},{"id":21752,"kind":1024,"name":"uri","url":"modules/misskey_entities_hashtag.misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Meta.__type"},{"id":21753,"kind":1024,"name":"description","url":"modules/misskey_entities_hashtag.misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Meta.__type"},{"id":21754,"kind":1024,"name":"langs","url":"modules/misskey_entities_hashtag.misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Meta.__type"},{"id":21755,"kind":1024,"name":"disableRegistration","url":"modules/misskey_entities_hashtag.misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Meta.__type"},{"id":21756,"kind":1024,"name":"disableLocalTimeline","url":"modules/misskey_entities_hashtag.misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Meta.__type"},{"id":21757,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_hashtag.misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Meta.__type"},{"id":21758,"kind":1024,"name":"maxNoteTextLength","url":"modules/misskey_entities_hashtag.misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Meta.__type"},{"id":21759,"kind":1024,"name":"emojis","url":"modules/misskey_entities_hashtag.misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Meta.__type"},{"id":21760,"kind":4194304,"name":"Mute","url":"modules/misskey_entities_hashtag.misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21761,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/hashtag.MisskeyEntity.Mute"},{"id":21762,"kind":1024,"name":"id","url":"modules/misskey_entities_hashtag.misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Mute.__type"},{"id":21763,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_hashtag.misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Mute.__type"},{"id":21764,"kind":1024,"name":"muteeId","url":"modules/misskey_entities_hashtag.misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Mute.__type"},{"id":21765,"kind":1024,"name":"mutee","url":"modules/misskey_entities_hashtag.misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Mute.__type"},{"id":21766,"kind":4194304,"name":"Notification","url":"modules/misskey_entities_hashtag.misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21767,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/hashtag.MisskeyEntity.Notification"},{"id":21768,"kind":1024,"name":"id","url":"modules/misskey_entities_hashtag.misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Notification.__type"},{"id":21769,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_hashtag.misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Notification.__type"},{"id":21770,"kind":1024,"name":"type","url":"modules/misskey_entities_hashtag.misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Notification.__type"},{"id":21771,"kind":1024,"name":"userId","url":"modules/misskey_entities_hashtag.misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Notification.__type"},{"id":21772,"kind":1024,"name":"user","url":"modules/misskey_entities_hashtag.misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Notification.__type"},{"id":21773,"kind":1024,"name":"note","url":"modules/misskey_entities_hashtag.misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Notification.__type"},{"id":21774,"kind":1024,"name":"reaction","url":"modules/misskey_entities_hashtag.misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Notification.__type"},{"id":21775,"kind":4194304,"name":"NotificationType","url":"modules/misskey_entities_hashtag.misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21776,"kind":4194304,"name":"Reaction","url":"modules/misskey_entities_hashtag.misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21777,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/hashtag.MisskeyEntity.Reaction"},{"id":21778,"kind":1024,"name":"id","url":"modules/misskey_entities_hashtag.misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Reaction.__type"},{"id":21779,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_hashtag.misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Reaction.__type"},{"id":21780,"kind":1024,"name":"user","url":"modules/misskey_entities_hashtag.misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Reaction.__type"},{"id":21781,"kind":1024,"name":"type","url":"modules/misskey_entities_hashtag.misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Reaction.__type"},{"id":21782,"kind":4194304,"name":"Relation","url":"modules/misskey_entities_hashtag.misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21783,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/hashtag.MisskeyEntity.Relation"},{"id":21784,"kind":1024,"name":"id","url":"modules/misskey_entities_hashtag.misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Relation.__type"},{"id":21785,"kind":1024,"name":"isFollowing","url":"modules/misskey_entities_hashtag.misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Relation.__type"},{"id":21786,"kind":1024,"name":"hasPendingFollowRequestFromYou","url":"modules/misskey_entities_hashtag.misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Relation.__type"},{"id":21787,"kind":1024,"name":"hasPendingFollowRequestToYou","url":"modules/misskey_entities_hashtag.misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Relation.__type"},{"id":21788,"kind":1024,"name":"isFollowed","url":"modules/misskey_entities_hashtag.misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Relation.__type"},{"id":21789,"kind":1024,"name":"isBlocking","url":"modules/misskey_entities_hashtag.misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Relation.__type"},{"id":21790,"kind":1024,"name":"isBlocked","url":"modules/misskey_entities_hashtag.misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Relation.__type"},{"id":21791,"kind":1024,"name":"isMuted","url":"modules/misskey_entities_hashtag.misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Relation.__type"},{"id":21792,"kind":4194304,"name":"UserKey","url":"modules/misskey_entities_hashtag.misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21793,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/hashtag.MisskeyEntity.UserKey"},{"id":21794,"kind":1024,"name":"accessToken","url":"modules/misskey_entities_hashtag.misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserKey.__type"},{"id":21795,"kind":1024,"name":"user","url":"modules/misskey_entities_hashtag.misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.UserKey.__type"},{"id":21796,"kind":4194304,"name":"Session","url":"modules/misskey_entities_hashtag.misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21797,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/hashtag.MisskeyEntity.Session"},{"id":21798,"kind":1024,"name":"token","url":"modules/misskey_entities_hashtag.misskeyentity.html#session.__type-21.token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Session.__type"},{"id":21799,"kind":1024,"name":"url","url":"modules/misskey_entities_hashtag.misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Session.__type"},{"id":21800,"kind":4194304,"name":"Stats","url":"modules/misskey_entities_hashtag.misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/hashtag.MisskeyEntity"},{"id":21801,"kind":65536,"name":"__type","url":"modules/misskey_entities_hashtag.misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/hashtag.MisskeyEntity.Stats"},{"id":21802,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_hashtag.misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Stats.__type"},{"id":21803,"kind":1024,"name":"originalNotesCount","url":"modules/misskey_entities_hashtag.misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Stats.__type"},{"id":21804,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_hashtag.misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Stats.__type"},{"id":21805,"kind":1024,"name":"originalUsersCount","url":"modules/misskey_entities_hashtag.misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Stats.__type"},{"id":21806,"kind":1024,"name":"instances","url":"modules/misskey_entities_hashtag.misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/hashtag.MisskeyEntity.Stats.__type"},{"id":21807,"kind":2,"name":"MisskeyEntity","url":"modules/misskey_entities_list.misskeyentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/entities/list"},{"id":21808,"kind":4194304,"name":"App","url":"modules/misskey_entities_list.misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":21809,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/list.MisskeyEntity.App"},{"id":21810,"kind":1024,"name":"id","url":"modules/misskey_entities_list.misskeyentity.html#app.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.App.__type"},{"id":21811,"kind":1024,"name":"name","url":"modules/misskey_entities_list.misskeyentity.html#app.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.App.__type"},{"id":21812,"kind":1024,"name":"callbackUrl","url":"modules/misskey_entities_list.misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.App.__type"},{"id":21813,"kind":1024,"name":"permission","url":"modules/misskey_entities_list.misskeyentity.html#app.__type.permission","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.App.__type"},{"id":21814,"kind":1024,"name":"secret","url":"modules/misskey_entities_list.misskeyentity.html#app.__type.secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.App.__type"},{"id":21815,"kind":4194304,"name":"Emoji","url":"modules/misskey_entities_list.misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":21816,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/list.MisskeyEntity.Emoji"},{"id":21817,"kind":1024,"name":"name","url":"modules/misskey_entities_list.misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Emoji.__type"},{"id":21818,"kind":1024,"name":"host","url":"modules/misskey_entities_list.misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Emoji.__type"},{"id":21819,"kind":1024,"name":"url","url":"modules/misskey_entities_list.misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Emoji.__type"},{"id":21820,"kind":1024,"name":"aliases","url":"modules/misskey_entities_list.misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Emoji.__type"},{"id":21821,"kind":4194304,"name":"User","url":"modules/misskey_entities_list.misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":21822,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/list.MisskeyEntity.User"},{"id":21823,"kind":1024,"name":"id","url":"modules/misskey_entities_list.misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.User.__type"},{"id":21824,"kind":1024,"name":"name","url":"modules/misskey_entities_list.misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.User.__type"},{"id":21825,"kind":1024,"name":"username","url":"modules/misskey_entities_list.misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.User.__type"},{"id":21826,"kind":1024,"name":"host","url":"modules/misskey_entities_list.misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.User.__type"},{"id":21827,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_list.misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.User.__type"},{"id":21828,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_list.misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.User.__type"},{"id":21829,"kind":1024,"name":"emojis","url":"modules/misskey_entities_list.misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.User.__type"},{"id":21830,"kind":4194304,"name":"File","url":"modules/misskey_entities_list.misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":21831,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/list.MisskeyEntity.File"},{"id":21832,"kind":1024,"name":"id","url":"modules/misskey_entities_list.misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.File.__type"},{"id":21833,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_list.misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.File.__type"},{"id":21834,"kind":1024,"name":"name","url":"modules/misskey_entities_list.misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.File.__type"},{"id":21835,"kind":1024,"name":"type","url":"modules/misskey_entities_list.misskeyentity.html#file.__type-6.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.File.__type"},{"id":21836,"kind":1024,"name":"md5","url":"modules/misskey_entities_list.misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.File.__type"},{"id":21837,"kind":1024,"name":"size","url":"modules/misskey_entities_list.misskeyentity.html#file.__type-6.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.File.__type"},{"id":21838,"kind":1024,"name":"isSensitive","url":"modules/misskey_entities_list.misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.File.__type"},{"id":21839,"kind":1024,"name":"properties","url":"modules/misskey_entities_list.misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.File.__type"},{"id":21840,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#file.__type-6.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.File.__type"},{"id":21841,"kind":1024,"name":"width","url":"modules/misskey_entities_list.misskeyentity.html#file.__type-6.__type-7.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.File.__type.__type"},{"id":21842,"kind":1024,"name":"height","url":"modules/misskey_entities_list.misskeyentity.html#file.__type-6.__type-7.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.File.__type.__type"},{"id":21843,"kind":1024,"name":"avgColor","url":"modules/misskey_entities_list.misskeyentity.html#file.__type-6.__type-7.avgcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.File.__type.__type"},{"id":21844,"kind":1024,"name":"url","url":"modules/misskey_entities_list.misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.File.__type"},{"id":21845,"kind":1024,"name":"thumbnailUrl","url":"modules/misskey_entities_list.misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.File.__type"},{"id":21846,"kind":4194304,"name":"Choice","url":"modules/misskey_entities_list.misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":21847,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/list.MisskeyEntity.Choice"},{"id":21848,"kind":1024,"name":"text","url":"modules/misskey_entities_list.misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Choice.__type"},{"id":21849,"kind":1024,"name":"votes","url":"modules/misskey_entities_list.misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Choice.__type"},{"id":21850,"kind":1024,"name":"isVoted","url":"modules/misskey_entities_list.misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Choice.__type"},{"id":21851,"kind":4194304,"name":"Poll","url":"modules/misskey_entities_list.misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":21852,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/list.MisskeyEntity.Poll"},{"id":21853,"kind":1024,"name":"multiple","url":"modules/misskey_entities_list.misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Poll.__type"},{"id":21854,"kind":1024,"name":"expiresAt","url":"modules/misskey_entities_list.misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Poll.__type"},{"id":21855,"kind":1024,"name":"choices","url":"modules/misskey_entities_list.misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Poll.__type"},{"id":21856,"kind":4194304,"name":"Note","url":"modules/misskey_entities_list.misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":21857,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/list.MisskeyEntity.Note"},{"id":21858,"kind":1024,"name":"id","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Note.__type"},{"id":21859,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Note.__type"},{"id":21860,"kind":1024,"name":"userId","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Note.__type"},{"id":21861,"kind":1024,"name":"user","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Note.__type"},{"id":21862,"kind":1024,"name":"text","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Note.__type"},{"id":21863,"kind":1024,"name":"cw","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Note.__type"},{"id":21864,"kind":1024,"name":"visibility","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Note.__type"},{"id":21865,"kind":1024,"name":"renoteCount","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Note.__type"},{"id":21866,"kind":1024,"name":"repliesCount","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Note.__type"},{"id":21867,"kind":1024,"name":"reactions","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Note.__type"},{"id":21868,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Note.__type"},{"id":21869,"kind":1024,"name":"emojis","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Note.__type"},{"id":21870,"kind":1024,"name":"fileIds","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Note.__type"},{"id":21871,"kind":1024,"name":"files","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Note.__type"},{"id":21872,"kind":1024,"name":"replyId","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Note.__type"},{"id":21873,"kind":1024,"name":"renoteId","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Note.__type"},{"id":21874,"kind":1024,"name":"uri","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Note.__type"},{"id":21875,"kind":1024,"name":"reply","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Note.__type"},{"id":21876,"kind":1024,"name":"renote","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Note.__type"},{"id":21877,"kind":1024,"name":"viaMobile","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Note.__type"},{"id":21878,"kind":1024,"name":"tags","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Note.__type"},{"id":21879,"kind":1024,"name":"poll","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Note.__type"},{"id":21880,"kind":1024,"name":"mentions","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Note.__type"},{"id":21881,"kind":1024,"name":"myReaction","url":"modules/misskey_entities_list.misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Note.__type"},{"id":21882,"kind":4194304,"name":"UserDetail","url":"modules/misskey_entities_list.misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":21883,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/list.MisskeyEntity.UserDetail"},{"id":21884,"kind":1024,"name":"id","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21885,"kind":1024,"name":"name","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21886,"kind":1024,"name":"username","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21887,"kind":1024,"name":"host","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21888,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21889,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21890,"kind":1024,"name":"isAdmin","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21891,"kind":1024,"name":"isModerator","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21892,"kind":1024,"name":"isBot","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21893,"kind":1024,"name":"isCat","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21894,"kind":1024,"name":"emojis","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21895,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21896,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21897,"kind":1024,"name":"bannerColor","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21898,"kind":1024,"name":"isLocked","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21899,"kind":1024,"name":"isSilenced","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21900,"kind":1024,"name":"isSuspended","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21901,"kind":1024,"name":"description","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21902,"kind":1024,"name":"followersCount","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21903,"kind":1024,"name":"followingCount","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21904,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21905,"kind":1024,"name":"avatarId","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21906,"kind":1024,"name":"bannerId","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21907,"kind":1024,"name":"pinnedNoteIds","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21908,"kind":1024,"name":"pinnedNotes","url":"modules/misskey_entities_list.misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserDetail.__type"},{"id":21909,"kind":4194304,"name":"Blocking","url":"modules/misskey_entities_list.misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":21910,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/list.MisskeyEntity.Blocking"},{"id":21911,"kind":1024,"name":"id","url":"modules/misskey_entities_list.misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Blocking.__type"},{"id":21912,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_list.misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Blocking.__type"},{"id":21913,"kind":1024,"name":"blockeeId","url":"modules/misskey_entities_list.misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Blocking.__type"},{"id":21914,"kind":1024,"name":"blockee","url":"modules/misskey_entities_list.misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Blocking.__type"},{"id":21915,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_entities_list.misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":21916,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/list.MisskeyEntity.CreatedNote"},{"id":21917,"kind":1024,"name":"createdNote","url":"modules/misskey_entities_list.misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.CreatedNote.__type"},{"id":21918,"kind":4194304,"name":"Favorite","url":"modules/misskey_entities_list.misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":21919,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/list.MisskeyEntity.Favorite"},{"id":21920,"kind":1024,"name":"id","url":"modules/misskey_entities_list.misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Favorite.__type"},{"id":21921,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_list.misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Favorite.__type"},{"id":21922,"kind":1024,"name":"noteId","url":"modules/misskey_entities_list.misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Favorite.__type"},{"id":21923,"kind":1024,"name":"note","url":"modules/misskey_entities_list.misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Favorite.__type"},{"id":21924,"kind":4194304,"name":"Follower","url":"modules/misskey_entities_list.misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":21925,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/list.MisskeyEntity.Follower"},{"id":21926,"kind":1024,"name":"id","url":"modules/misskey_entities_list.misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Follower.__type"},{"id":21927,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_list.misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Follower.__type"},{"id":21928,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_list.misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Follower.__type"},{"id":21929,"kind":1024,"name":"followerId","url":"modules/misskey_entities_list.misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Follower.__type"},{"id":21930,"kind":1024,"name":"follower","url":"modules/misskey_entities_list.misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Follower.__type"},{"id":21931,"kind":4194304,"name":"Following","url":"modules/misskey_entities_list.misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":21932,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/list.MisskeyEntity.Following"},{"id":21933,"kind":1024,"name":"id","url":"modules/misskey_entities_list.misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Following.__type"},{"id":21934,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_list.misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Following.__type"},{"id":21935,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_list.misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Following.__type"},{"id":21936,"kind":1024,"name":"followerId","url":"modules/misskey_entities_list.misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Following.__type"},{"id":21937,"kind":1024,"name":"followee","url":"modules/misskey_entities_list.misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Following.__type"},{"id":21938,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_entities_list.misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":21939,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/list.MisskeyEntity.FollowRequest"},{"id":21940,"kind":1024,"name":"id","url":"modules/misskey_entities_list.misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.FollowRequest.__type"},{"id":21941,"kind":1024,"name":"follower","url":"modules/misskey_entities_list.misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.FollowRequest.__type"},{"id":21942,"kind":1024,"name":"followee","url":"modules/misskey_entities_list.misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.FollowRequest.__type"},{"id":21943,"kind":4194304,"name":"Hashtag","url":"modules/misskey_entities_list.misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":21944,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/list.MisskeyEntity.Hashtag"},{"id":21945,"kind":1024,"name":"tag","url":"modules/misskey_entities_list.misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Hashtag.__type"},{"id":21946,"kind":1024,"name":"chart","url":"modules/misskey_entities_list.misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Hashtag.__type"},{"id":21947,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_list.misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Hashtag.__type"},{"id":21948,"kind":4194304,"name":"List","url":"modules/misskey_entities_list.misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":21949,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/list.MisskeyEntity.List"},{"id":21950,"kind":1024,"name":"id","url":"modules/misskey_entities_list.misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.List.__type"},{"id":21951,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_list.misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.List.__type"},{"id":21952,"kind":1024,"name":"name","url":"modules/misskey_entities_list.misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.List.__type"},{"id":21953,"kind":1024,"name":"userIds","url":"modules/misskey_entities_list.misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.List.__type"},{"id":21954,"kind":4194304,"name":"Meta","url":"modules/misskey_entities_list.misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":21955,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/list.MisskeyEntity.Meta"},{"id":21956,"kind":1024,"name":"maintainerName","url":"modules/misskey_entities_list.misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Meta.__type"},{"id":21957,"kind":1024,"name":"maintainerEmail","url":"modules/misskey_entities_list.misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Meta.__type"},{"id":21958,"kind":1024,"name":"name","url":"modules/misskey_entities_list.misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Meta.__type"},{"id":21959,"kind":1024,"name":"version","url":"modules/misskey_entities_list.misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Meta.__type"},{"id":21960,"kind":1024,"name":"uri","url":"modules/misskey_entities_list.misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Meta.__type"},{"id":21961,"kind":1024,"name":"description","url":"modules/misskey_entities_list.misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Meta.__type"},{"id":21962,"kind":1024,"name":"langs","url":"modules/misskey_entities_list.misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Meta.__type"},{"id":21963,"kind":1024,"name":"disableRegistration","url":"modules/misskey_entities_list.misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Meta.__type"},{"id":21964,"kind":1024,"name":"disableLocalTimeline","url":"modules/misskey_entities_list.misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Meta.__type"},{"id":21965,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_list.misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Meta.__type"},{"id":21966,"kind":1024,"name":"maxNoteTextLength","url":"modules/misskey_entities_list.misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Meta.__type"},{"id":21967,"kind":1024,"name":"emojis","url":"modules/misskey_entities_list.misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Meta.__type"},{"id":21968,"kind":4194304,"name":"Mute","url":"modules/misskey_entities_list.misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":21969,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/list.MisskeyEntity.Mute"},{"id":21970,"kind":1024,"name":"id","url":"modules/misskey_entities_list.misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Mute.__type"},{"id":21971,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_list.misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Mute.__type"},{"id":21972,"kind":1024,"name":"muteeId","url":"modules/misskey_entities_list.misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Mute.__type"},{"id":21973,"kind":1024,"name":"mutee","url":"modules/misskey_entities_list.misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Mute.__type"},{"id":21974,"kind":4194304,"name":"Notification","url":"modules/misskey_entities_list.misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":21975,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/list.MisskeyEntity.Notification"},{"id":21976,"kind":1024,"name":"id","url":"modules/misskey_entities_list.misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Notification.__type"},{"id":21977,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_list.misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Notification.__type"},{"id":21978,"kind":1024,"name":"type","url":"modules/misskey_entities_list.misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Notification.__type"},{"id":21979,"kind":1024,"name":"userId","url":"modules/misskey_entities_list.misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Notification.__type"},{"id":21980,"kind":1024,"name":"user","url":"modules/misskey_entities_list.misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Notification.__type"},{"id":21981,"kind":1024,"name":"note","url":"modules/misskey_entities_list.misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Notification.__type"},{"id":21982,"kind":1024,"name":"reaction","url":"modules/misskey_entities_list.misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Notification.__type"},{"id":21983,"kind":4194304,"name":"NotificationType","url":"modules/misskey_entities_list.misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":21984,"kind":4194304,"name":"Reaction","url":"modules/misskey_entities_list.misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":21985,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/list.MisskeyEntity.Reaction"},{"id":21986,"kind":1024,"name":"id","url":"modules/misskey_entities_list.misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Reaction.__type"},{"id":21987,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_list.misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Reaction.__type"},{"id":21988,"kind":1024,"name":"user","url":"modules/misskey_entities_list.misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Reaction.__type"},{"id":21989,"kind":1024,"name":"type","url":"modules/misskey_entities_list.misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Reaction.__type"},{"id":21990,"kind":4194304,"name":"Relation","url":"modules/misskey_entities_list.misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":21991,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/list.MisskeyEntity.Relation"},{"id":21992,"kind":1024,"name":"id","url":"modules/misskey_entities_list.misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Relation.__type"},{"id":21993,"kind":1024,"name":"isFollowing","url":"modules/misskey_entities_list.misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Relation.__type"},{"id":21994,"kind":1024,"name":"hasPendingFollowRequestFromYou","url":"modules/misskey_entities_list.misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Relation.__type"},{"id":21995,"kind":1024,"name":"hasPendingFollowRequestToYou","url":"modules/misskey_entities_list.misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Relation.__type"},{"id":21996,"kind":1024,"name":"isFollowed","url":"modules/misskey_entities_list.misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Relation.__type"},{"id":21997,"kind":1024,"name":"isBlocking","url":"modules/misskey_entities_list.misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Relation.__type"},{"id":21998,"kind":1024,"name":"isBlocked","url":"modules/misskey_entities_list.misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Relation.__type"},{"id":21999,"kind":1024,"name":"isMuted","url":"modules/misskey_entities_list.misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Relation.__type"},{"id":22000,"kind":4194304,"name":"UserKey","url":"modules/misskey_entities_list.misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":22001,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/list.MisskeyEntity.UserKey"},{"id":22002,"kind":1024,"name":"accessToken","url":"modules/misskey_entities_list.misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserKey.__type"},{"id":22003,"kind":1024,"name":"user","url":"modules/misskey_entities_list.misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.UserKey.__type"},{"id":22004,"kind":4194304,"name":"Session","url":"modules/misskey_entities_list.misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":22005,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/list.MisskeyEntity.Session"},{"id":22006,"kind":1024,"name":"token","url":"modules/misskey_entities_list.misskeyentity.html#session.__type-21.token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Session.__type"},{"id":22007,"kind":1024,"name":"url","url":"modules/misskey_entities_list.misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Session.__type"},{"id":22008,"kind":4194304,"name":"Stats","url":"modules/misskey_entities_list.misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/list.MisskeyEntity"},{"id":22009,"kind":65536,"name":"__type","url":"modules/misskey_entities_list.misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/list.MisskeyEntity.Stats"},{"id":22010,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_list.misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Stats.__type"},{"id":22011,"kind":1024,"name":"originalNotesCount","url":"modules/misskey_entities_list.misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Stats.__type"},{"id":22012,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_list.misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Stats.__type"},{"id":22013,"kind":1024,"name":"originalUsersCount","url":"modules/misskey_entities_list.misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Stats.__type"},{"id":22014,"kind":1024,"name":"instances","url":"modules/misskey_entities_list.misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/list.MisskeyEntity.Stats.__type"},{"id":22015,"kind":2,"name":"MisskeyEntity","url":"modules/misskey_entities_meta.misskeyentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/entities/meta"},{"id":22016,"kind":4194304,"name":"App","url":"modules/misskey_entities_meta.misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22017,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/meta.MisskeyEntity.App"},{"id":22018,"kind":1024,"name":"id","url":"modules/misskey_entities_meta.misskeyentity.html#app.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.App.__type"},{"id":22019,"kind":1024,"name":"name","url":"modules/misskey_entities_meta.misskeyentity.html#app.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.App.__type"},{"id":22020,"kind":1024,"name":"callbackUrl","url":"modules/misskey_entities_meta.misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.App.__type"},{"id":22021,"kind":1024,"name":"permission","url":"modules/misskey_entities_meta.misskeyentity.html#app.__type.permission","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.App.__type"},{"id":22022,"kind":1024,"name":"secret","url":"modules/misskey_entities_meta.misskeyentity.html#app.__type.secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.App.__type"},{"id":22023,"kind":4194304,"name":"Emoji","url":"modules/misskey_entities_meta.misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22024,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/meta.MisskeyEntity.Emoji"},{"id":22025,"kind":1024,"name":"name","url":"modules/misskey_entities_meta.misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Emoji.__type"},{"id":22026,"kind":1024,"name":"host","url":"modules/misskey_entities_meta.misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Emoji.__type"},{"id":22027,"kind":1024,"name":"url","url":"modules/misskey_entities_meta.misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Emoji.__type"},{"id":22028,"kind":1024,"name":"aliases","url":"modules/misskey_entities_meta.misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Emoji.__type"},{"id":22029,"kind":4194304,"name":"User","url":"modules/misskey_entities_meta.misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22030,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/meta.MisskeyEntity.User"},{"id":22031,"kind":1024,"name":"id","url":"modules/misskey_entities_meta.misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.User.__type"},{"id":22032,"kind":1024,"name":"name","url":"modules/misskey_entities_meta.misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.User.__type"},{"id":22033,"kind":1024,"name":"username","url":"modules/misskey_entities_meta.misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.User.__type"},{"id":22034,"kind":1024,"name":"host","url":"modules/misskey_entities_meta.misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.User.__type"},{"id":22035,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_meta.misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.User.__type"},{"id":22036,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_meta.misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.User.__type"},{"id":22037,"kind":1024,"name":"emojis","url":"modules/misskey_entities_meta.misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.User.__type"},{"id":22038,"kind":4194304,"name":"File","url":"modules/misskey_entities_meta.misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22039,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/meta.MisskeyEntity.File"},{"id":22040,"kind":1024,"name":"id","url":"modules/misskey_entities_meta.misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.File.__type"},{"id":22041,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_meta.misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.File.__type"},{"id":22042,"kind":1024,"name":"name","url":"modules/misskey_entities_meta.misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.File.__type"},{"id":22043,"kind":1024,"name":"type","url":"modules/misskey_entities_meta.misskeyentity.html#file.__type-6.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.File.__type"},{"id":22044,"kind":1024,"name":"md5","url":"modules/misskey_entities_meta.misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.File.__type"},{"id":22045,"kind":1024,"name":"size","url":"modules/misskey_entities_meta.misskeyentity.html#file.__type-6.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.File.__type"},{"id":22046,"kind":1024,"name":"isSensitive","url":"modules/misskey_entities_meta.misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.File.__type"},{"id":22047,"kind":1024,"name":"properties","url":"modules/misskey_entities_meta.misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.File.__type"},{"id":22048,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#file.__type-6.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.File.__type"},{"id":22049,"kind":1024,"name":"width","url":"modules/misskey_entities_meta.misskeyentity.html#file.__type-6.__type-7.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.File.__type.__type"},{"id":22050,"kind":1024,"name":"height","url":"modules/misskey_entities_meta.misskeyentity.html#file.__type-6.__type-7.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.File.__type.__type"},{"id":22051,"kind":1024,"name":"avgColor","url":"modules/misskey_entities_meta.misskeyentity.html#file.__type-6.__type-7.avgcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.File.__type.__type"},{"id":22052,"kind":1024,"name":"url","url":"modules/misskey_entities_meta.misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.File.__type"},{"id":22053,"kind":1024,"name":"thumbnailUrl","url":"modules/misskey_entities_meta.misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.File.__type"},{"id":22054,"kind":4194304,"name":"Choice","url":"modules/misskey_entities_meta.misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22055,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/meta.MisskeyEntity.Choice"},{"id":22056,"kind":1024,"name":"text","url":"modules/misskey_entities_meta.misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Choice.__type"},{"id":22057,"kind":1024,"name":"votes","url":"modules/misskey_entities_meta.misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Choice.__type"},{"id":22058,"kind":1024,"name":"isVoted","url":"modules/misskey_entities_meta.misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Choice.__type"},{"id":22059,"kind":4194304,"name":"Poll","url":"modules/misskey_entities_meta.misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22060,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/meta.MisskeyEntity.Poll"},{"id":22061,"kind":1024,"name":"multiple","url":"modules/misskey_entities_meta.misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Poll.__type"},{"id":22062,"kind":1024,"name":"expiresAt","url":"modules/misskey_entities_meta.misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Poll.__type"},{"id":22063,"kind":1024,"name":"choices","url":"modules/misskey_entities_meta.misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Poll.__type"},{"id":22064,"kind":4194304,"name":"Note","url":"modules/misskey_entities_meta.misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22065,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/meta.MisskeyEntity.Note"},{"id":22066,"kind":1024,"name":"id","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Note.__type"},{"id":22067,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Note.__type"},{"id":22068,"kind":1024,"name":"userId","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Note.__type"},{"id":22069,"kind":1024,"name":"user","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Note.__type"},{"id":22070,"kind":1024,"name":"text","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Note.__type"},{"id":22071,"kind":1024,"name":"cw","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Note.__type"},{"id":22072,"kind":1024,"name":"visibility","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Note.__type"},{"id":22073,"kind":1024,"name":"renoteCount","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Note.__type"},{"id":22074,"kind":1024,"name":"repliesCount","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Note.__type"},{"id":22075,"kind":1024,"name":"reactions","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Note.__type"},{"id":22076,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Note.__type"},{"id":22077,"kind":1024,"name":"emojis","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Note.__type"},{"id":22078,"kind":1024,"name":"fileIds","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Note.__type"},{"id":22079,"kind":1024,"name":"files","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Note.__type"},{"id":22080,"kind":1024,"name":"replyId","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Note.__type"},{"id":22081,"kind":1024,"name":"renoteId","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Note.__type"},{"id":22082,"kind":1024,"name":"uri","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Note.__type"},{"id":22083,"kind":1024,"name":"reply","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Note.__type"},{"id":22084,"kind":1024,"name":"renote","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Note.__type"},{"id":22085,"kind":1024,"name":"viaMobile","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Note.__type"},{"id":22086,"kind":1024,"name":"tags","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Note.__type"},{"id":22087,"kind":1024,"name":"poll","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Note.__type"},{"id":22088,"kind":1024,"name":"mentions","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Note.__type"},{"id":22089,"kind":1024,"name":"myReaction","url":"modules/misskey_entities_meta.misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Note.__type"},{"id":22090,"kind":4194304,"name":"UserDetail","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22091,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/meta.MisskeyEntity.UserDetail"},{"id":22092,"kind":1024,"name":"id","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22093,"kind":1024,"name":"name","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22094,"kind":1024,"name":"username","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22095,"kind":1024,"name":"host","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22096,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22097,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22098,"kind":1024,"name":"isAdmin","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22099,"kind":1024,"name":"isModerator","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22100,"kind":1024,"name":"isBot","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22101,"kind":1024,"name":"isCat","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22102,"kind":1024,"name":"emojis","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22103,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22104,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22105,"kind":1024,"name":"bannerColor","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22106,"kind":1024,"name":"isLocked","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22107,"kind":1024,"name":"isSilenced","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22108,"kind":1024,"name":"isSuspended","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22109,"kind":1024,"name":"description","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22110,"kind":1024,"name":"followersCount","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22111,"kind":1024,"name":"followingCount","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22112,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22113,"kind":1024,"name":"avatarId","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22114,"kind":1024,"name":"bannerId","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22115,"kind":1024,"name":"pinnedNoteIds","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22116,"kind":1024,"name":"pinnedNotes","url":"modules/misskey_entities_meta.misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserDetail.__type"},{"id":22117,"kind":4194304,"name":"Blocking","url":"modules/misskey_entities_meta.misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22118,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/meta.MisskeyEntity.Blocking"},{"id":22119,"kind":1024,"name":"id","url":"modules/misskey_entities_meta.misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Blocking.__type"},{"id":22120,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_meta.misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Blocking.__type"},{"id":22121,"kind":1024,"name":"blockeeId","url":"modules/misskey_entities_meta.misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Blocking.__type"},{"id":22122,"kind":1024,"name":"blockee","url":"modules/misskey_entities_meta.misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Blocking.__type"},{"id":22123,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_entities_meta.misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22124,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/meta.MisskeyEntity.CreatedNote"},{"id":22125,"kind":1024,"name":"createdNote","url":"modules/misskey_entities_meta.misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.CreatedNote.__type"},{"id":22126,"kind":4194304,"name":"Favorite","url":"modules/misskey_entities_meta.misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22127,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/meta.MisskeyEntity.Favorite"},{"id":22128,"kind":1024,"name":"id","url":"modules/misskey_entities_meta.misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Favorite.__type"},{"id":22129,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_meta.misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Favorite.__type"},{"id":22130,"kind":1024,"name":"noteId","url":"modules/misskey_entities_meta.misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Favorite.__type"},{"id":22131,"kind":1024,"name":"note","url":"modules/misskey_entities_meta.misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Favorite.__type"},{"id":22132,"kind":4194304,"name":"Follower","url":"modules/misskey_entities_meta.misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22133,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/meta.MisskeyEntity.Follower"},{"id":22134,"kind":1024,"name":"id","url":"modules/misskey_entities_meta.misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Follower.__type"},{"id":22135,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_meta.misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Follower.__type"},{"id":22136,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_meta.misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Follower.__type"},{"id":22137,"kind":1024,"name":"followerId","url":"modules/misskey_entities_meta.misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Follower.__type"},{"id":22138,"kind":1024,"name":"follower","url":"modules/misskey_entities_meta.misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Follower.__type"},{"id":22139,"kind":4194304,"name":"Following","url":"modules/misskey_entities_meta.misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22140,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/meta.MisskeyEntity.Following"},{"id":22141,"kind":1024,"name":"id","url":"modules/misskey_entities_meta.misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Following.__type"},{"id":22142,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_meta.misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Following.__type"},{"id":22143,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_meta.misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Following.__type"},{"id":22144,"kind":1024,"name":"followerId","url":"modules/misskey_entities_meta.misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Following.__type"},{"id":22145,"kind":1024,"name":"followee","url":"modules/misskey_entities_meta.misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Following.__type"},{"id":22146,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_entities_meta.misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22147,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/meta.MisskeyEntity.FollowRequest"},{"id":22148,"kind":1024,"name":"id","url":"modules/misskey_entities_meta.misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.FollowRequest.__type"},{"id":22149,"kind":1024,"name":"follower","url":"modules/misskey_entities_meta.misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.FollowRequest.__type"},{"id":22150,"kind":1024,"name":"followee","url":"modules/misskey_entities_meta.misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.FollowRequest.__type"},{"id":22151,"kind":4194304,"name":"Hashtag","url":"modules/misskey_entities_meta.misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22152,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/meta.MisskeyEntity.Hashtag"},{"id":22153,"kind":1024,"name":"tag","url":"modules/misskey_entities_meta.misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Hashtag.__type"},{"id":22154,"kind":1024,"name":"chart","url":"modules/misskey_entities_meta.misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Hashtag.__type"},{"id":22155,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_meta.misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Hashtag.__type"},{"id":22156,"kind":4194304,"name":"List","url":"modules/misskey_entities_meta.misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22157,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/meta.MisskeyEntity.List"},{"id":22158,"kind":1024,"name":"id","url":"modules/misskey_entities_meta.misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.List.__type"},{"id":22159,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_meta.misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.List.__type"},{"id":22160,"kind":1024,"name":"name","url":"modules/misskey_entities_meta.misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.List.__type"},{"id":22161,"kind":1024,"name":"userIds","url":"modules/misskey_entities_meta.misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.List.__type"},{"id":22162,"kind":4194304,"name":"Meta","url":"modules/misskey_entities_meta.misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22163,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/meta.MisskeyEntity.Meta"},{"id":22164,"kind":1024,"name":"maintainerName","url":"modules/misskey_entities_meta.misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Meta.__type"},{"id":22165,"kind":1024,"name":"maintainerEmail","url":"modules/misskey_entities_meta.misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Meta.__type"},{"id":22166,"kind":1024,"name":"name","url":"modules/misskey_entities_meta.misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Meta.__type"},{"id":22167,"kind":1024,"name":"version","url":"modules/misskey_entities_meta.misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Meta.__type"},{"id":22168,"kind":1024,"name":"uri","url":"modules/misskey_entities_meta.misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Meta.__type"},{"id":22169,"kind":1024,"name":"description","url":"modules/misskey_entities_meta.misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Meta.__type"},{"id":22170,"kind":1024,"name":"langs","url":"modules/misskey_entities_meta.misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Meta.__type"},{"id":22171,"kind":1024,"name":"disableRegistration","url":"modules/misskey_entities_meta.misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Meta.__type"},{"id":22172,"kind":1024,"name":"disableLocalTimeline","url":"modules/misskey_entities_meta.misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Meta.__type"},{"id":22173,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_meta.misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Meta.__type"},{"id":22174,"kind":1024,"name":"maxNoteTextLength","url":"modules/misskey_entities_meta.misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Meta.__type"},{"id":22175,"kind":1024,"name":"emojis","url":"modules/misskey_entities_meta.misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Meta.__type"},{"id":22176,"kind":4194304,"name":"Mute","url":"modules/misskey_entities_meta.misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22177,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/meta.MisskeyEntity.Mute"},{"id":22178,"kind":1024,"name":"id","url":"modules/misskey_entities_meta.misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Mute.__type"},{"id":22179,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_meta.misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Mute.__type"},{"id":22180,"kind":1024,"name":"muteeId","url":"modules/misskey_entities_meta.misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Mute.__type"},{"id":22181,"kind":1024,"name":"mutee","url":"modules/misskey_entities_meta.misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Mute.__type"},{"id":22182,"kind":4194304,"name":"Notification","url":"modules/misskey_entities_meta.misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22183,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/meta.MisskeyEntity.Notification"},{"id":22184,"kind":1024,"name":"id","url":"modules/misskey_entities_meta.misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Notification.__type"},{"id":22185,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_meta.misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Notification.__type"},{"id":22186,"kind":1024,"name":"type","url":"modules/misskey_entities_meta.misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Notification.__type"},{"id":22187,"kind":1024,"name":"userId","url":"modules/misskey_entities_meta.misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Notification.__type"},{"id":22188,"kind":1024,"name":"user","url":"modules/misskey_entities_meta.misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Notification.__type"},{"id":22189,"kind":1024,"name":"note","url":"modules/misskey_entities_meta.misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Notification.__type"},{"id":22190,"kind":1024,"name":"reaction","url":"modules/misskey_entities_meta.misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Notification.__type"},{"id":22191,"kind":4194304,"name":"NotificationType","url":"modules/misskey_entities_meta.misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22192,"kind":4194304,"name":"Reaction","url":"modules/misskey_entities_meta.misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22193,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/meta.MisskeyEntity.Reaction"},{"id":22194,"kind":1024,"name":"id","url":"modules/misskey_entities_meta.misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Reaction.__type"},{"id":22195,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_meta.misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Reaction.__type"},{"id":22196,"kind":1024,"name":"user","url":"modules/misskey_entities_meta.misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Reaction.__type"},{"id":22197,"kind":1024,"name":"type","url":"modules/misskey_entities_meta.misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Reaction.__type"},{"id":22198,"kind":4194304,"name":"Relation","url":"modules/misskey_entities_meta.misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22199,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/meta.MisskeyEntity.Relation"},{"id":22200,"kind":1024,"name":"id","url":"modules/misskey_entities_meta.misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Relation.__type"},{"id":22201,"kind":1024,"name":"isFollowing","url":"modules/misskey_entities_meta.misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Relation.__type"},{"id":22202,"kind":1024,"name":"hasPendingFollowRequestFromYou","url":"modules/misskey_entities_meta.misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Relation.__type"},{"id":22203,"kind":1024,"name":"hasPendingFollowRequestToYou","url":"modules/misskey_entities_meta.misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Relation.__type"},{"id":22204,"kind":1024,"name":"isFollowed","url":"modules/misskey_entities_meta.misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Relation.__type"},{"id":22205,"kind":1024,"name":"isBlocking","url":"modules/misskey_entities_meta.misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Relation.__type"},{"id":22206,"kind":1024,"name":"isBlocked","url":"modules/misskey_entities_meta.misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Relation.__type"},{"id":22207,"kind":1024,"name":"isMuted","url":"modules/misskey_entities_meta.misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Relation.__type"},{"id":22208,"kind":4194304,"name":"UserKey","url":"modules/misskey_entities_meta.misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22209,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/meta.MisskeyEntity.UserKey"},{"id":22210,"kind":1024,"name":"accessToken","url":"modules/misskey_entities_meta.misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserKey.__type"},{"id":22211,"kind":1024,"name":"user","url":"modules/misskey_entities_meta.misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.UserKey.__type"},{"id":22212,"kind":4194304,"name":"Session","url":"modules/misskey_entities_meta.misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22213,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/meta.MisskeyEntity.Session"},{"id":22214,"kind":1024,"name":"token","url":"modules/misskey_entities_meta.misskeyentity.html#session.__type-21.token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Session.__type"},{"id":22215,"kind":1024,"name":"url","url":"modules/misskey_entities_meta.misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Session.__type"},{"id":22216,"kind":4194304,"name":"Stats","url":"modules/misskey_entities_meta.misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/meta.MisskeyEntity"},{"id":22217,"kind":65536,"name":"__type","url":"modules/misskey_entities_meta.misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/meta.MisskeyEntity.Stats"},{"id":22218,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_meta.misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Stats.__type"},{"id":22219,"kind":1024,"name":"originalNotesCount","url":"modules/misskey_entities_meta.misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Stats.__type"},{"id":22220,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_meta.misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Stats.__type"},{"id":22221,"kind":1024,"name":"originalUsersCount","url":"modules/misskey_entities_meta.misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Stats.__type"},{"id":22222,"kind":1024,"name":"instances","url":"modules/misskey_entities_meta.misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/meta.MisskeyEntity.Stats.__type"},{"id":22223,"kind":2,"name":"MisskeyEntity","url":"modules/misskey_entities_mute.misskeyentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/entities/mute"},{"id":22224,"kind":4194304,"name":"App","url":"modules/misskey_entities_mute.misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22225,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/mute.MisskeyEntity.App"},{"id":22226,"kind":1024,"name":"id","url":"modules/misskey_entities_mute.misskeyentity.html#app.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.App.__type"},{"id":22227,"kind":1024,"name":"name","url":"modules/misskey_entities_mute.misskeyentity.html#app.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.App.__type"},{"id":22228,"kind":1024,"name":"callbackUrl","url":"modules/misskey_entities_mute.misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.App.__type"},{"id":22229,"kind":1024,"name":"permission","url":"modules/misskey_entities_mute.misskeyentity.html#app.__type.permission","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.App.__type"},{"id":22230,"kind":1024,"name":"secret","url":"modules/misskey_entities_mute.misskeyentity.html#app.__type.secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.App.__type"},{"id":22231,"kind":4194304,"name":"Emoji","url":"modules/misskey_entities_mute.misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22232,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/mute.MisskeyEntity.Emoji"},{"id":22233,"kind":1024,"name":"name","url":"modules/misskey_entities_mute.misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Emoji.__type"},{"id":22234,"kind":1024,"name":"host","url":"modules/misskey_entities_mute.misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Emoji.__type"},{"id":22235,"kind":1024,"name":"url","url":"modules/misskey_entities_mute.misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Emoji.__type"},{"id":22236,"kind":1024,"name":"aliases","url":"modules/misskey_entities_mute.misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Emoji.__type"},{"id":22237,"kind":4194304,"name":"User","url":"modules/misskey_entities_mute.misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22238,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/mute.MisskeyEntity.User"},{"id":22239,"kind":1024,"name":"id","url":"modules/misskey_entities_mute.misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.User.__type"},{"id":22240,"kind":1024,"name":"name","url":"modules/misskey_entities_mute.misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.User.__type"},{"id":22241,"kind":1024,"name":"username","url":"modules/misskey_entities_mute.misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.User.__type"},{"id":22242,"kind":1024,"name":"host","url":"modules/misskey_entities_mute.misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.User.__type"},{"id":22243,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_mute.misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.User.__type"},{"id":22244,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_mute.misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.User.__type"},{"id":22245,"kind":1024,"name":"emojis","url":"modules/misskey_entities_mute.misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.User.__type"},{"id":22246,"kind":4194304,"name":"File","url":"modules/misskey_entities_mute.misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22247,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/mute.MisskeyEntity.File"},{"id":22248,"kind":1024,"name":"id","url":"modules/misskey_entities_mute.misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.File.__type"},{"id":22249,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_mute.misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.File.__type"},{"id":22250,"kind":1024,"name":"name","url":"modules/misskey_entities_mute.misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.File.__type"},{"id":22251,"kind":1024,"name":"type","url":"modules/misskey_entities_mute.misskeyentity.html#file.__type-6.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.File.__type"},{"id":22252,"kind":1024,"name":"md5","url":"modules/misskey_entities_mute.misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.File.__type"},{"id":22253,"kind":1024,"name":"size","url":"modules/misskey_entities_mute.misskeyentity.html#file.__type-6.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.File.__type"},{"id":22254,"kind":1024,"name":"isSensitive","url":"modules/misskey_entities_mute.misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.File.__type"},{"id":22255,"kind":1024,"name":"properties","url":"modules/misskey_entities_mute.misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.File.__type"},{"id":22256,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#file.__type-6.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.File.__type"},{"id":22257,"kind":1024,"name":"width","url":"modules/misskey_entities_mute.misskeyentity.html#file.__type-6.__type-7.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.File.__type.__type"},{"id":22258,"kind":1024,"name":"height","url":"modules/misskey_entities_mute.misskeyentity.html#file.__type-6.__type-7.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.File.__type.__type"},{"id":22259,"kind":1024,"name":"avgColor","url":"modules/misskey_entities_mute.misskeyentity.html#file.__type-6.__type-7.avgcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.File.__type.__type"},{"id":22260,"kind":1024,"name":"url","url":"modules/misskey_entities_mute.misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.File.__type"},{"id":22261,"kind":1024,"name":"thumbnailUrl","url":"modules/misskey_entities_mute.misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.File.__type"},{"id":22262,"kind":4194304,"name":"Choice","url":"modules/misskey_entities_mute.misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22263,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/mute.MisskeyEntity.Choice"},{"id":22264,"kind":1024,"name":"text","url":"modules/misskey_entities_mute.misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Choice.__type"},{"id":22265,"kind":1024,"name":"votes","url":"modules/misskey_entities_mute.misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Choice.__type"},{"id":22266,"kind":1024,"name":"isVoted","url":"modules/misskey_entities_mute.misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Choice.__type"},{"id":22267,"kind":4194304,"name":"Poll","url":"modules/misskey_entities_mute.misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22268,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/mute.MisskeyEntity.Poll"},{"id":22269,"kind":1024,"name":"multiple","url":"modules/misskey_entities_mute.misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Poll.__type"},{"id":22270,"kind":1024,"name":"expiresAt","url":"modules/misskey_entities_mute.misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Poll.__type"},{"id":22271,"kind":1024,"name":"choices","url":"modules/misskey_entities_mute.misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Poll.__type"},{"id":22272,"kind":4194304,"name":"Note","url":"modules/misskey_entities_mute.misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22273,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/mute.MisskeyEntity.Note"},{"id":22274,"kind":1024,"name":"id","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Note.__type"},{"id":22275,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Note.__type"},{"id":22276,"kind":1024,"name":"userId","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Note.__type"},{"id":22277,"kind":1024,"name":"user","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Note.__type"},{"id":22278,"kind":1024,"name":"text","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Note.__type"},{"id":22279,"kind":1024,"name":"cw","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Note.__type"},{"id":22280,"kind":1024,"name":"visibility","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Note.__type"},{"id":22281,"kind":1024,"name":"renoteCount","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Note.__type"},{"id":22282,"kind":1024,"name":"repliesCount","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Note.__type"},{"id":22283,"kind":1024,"name":"reactions","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Note.__type"},{"id":22284,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Note.__type"},{"id":22285,"kind":1024,"name":"emojis","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Note.__type"},{"id":22286,"kind":1024,"name":"fileIds","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Note.__type"},{"id":22287,"kind":1024,"name":"files","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Note.__type"},{"id":22288,"kind":1024,"name":"replyId","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Note.__type"},{"id":22289,"kind":1024,"name":"renoteId","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Note.__type"},{"id":22290,"kind":1024,"name":"uri","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Note.__type"},{"id":22291,"kind":1024,"name":"reply","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Note.__type"},{"id":22292,"kind":1024,"name":"renote","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Note.__type"},{"id":22293,"kind":1024,"name":"viaMobile","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Note.__type"},{"id":22294,"kind":1024,"name":"tags","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Note.__type"},{"id":22295,"kind":1024,"name":"poll","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Note.__type"},{"id":22296,"kind":1024,"name":"mentions","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Note.__type"},{"id":22297,"kind":1024,"name":"myReaction","url":"modules/misskey_entities_mute.misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Note.__type"},{"id":22298,"kind":4194304,"name":"UserDetail","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22299,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/mute.MisskeyEntity.UserDetail"},{"id":22300,"kind":1024,"name":"id","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22301,"kind":1024,"name":"name","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22302,"kind":1024,"name":"username","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22303,"kind":1024,"name":"host","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22304,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22305,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22306,"kind":1024,"name":"isAdmin","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22307,"kind":1024,"name":"isModerator","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22308,"kind":1024,"name":"isBot","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22309,"kind":1024,"name":"isCat","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22310,"kind":1024,"name":"emojis","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22311,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22312,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22313,"kind":1024,"name":"bannerColor","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22314,"kind":1024,"name":"isLocked","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22315,"kind":1024,"name":"isSilenced","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22316,"kind":1024,"name":"isSuspended","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22317,"kind":1024,"name":"description","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22318,"kind":1024,"name":"followersCount","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22319,"kind":1024,"name":"followingCount","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22320,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22321,"kind":1024,"name":"avatarId","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22322,"kind":1024,"name":"bannerId","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22323,"kind":1024,"name":"pinnedNoteIds","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22324,"kind":1024,"name":"pinnedNotes","url":"modules/misskey_entities_mute.misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserDetail.__type"},{"id":22325,"kind":4194304,"name":"Blocking","url":"modules/misskey_entities_mute.misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22326,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/mute.MisskeyEntity.Blocking"},{"id":22327,"kind":1024,"name":"id","url":"modules/misskey_entities_mute.misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Blocking.__type"},{"id":22328,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_mute.misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Blocking.__type"},{"id":22329,"kind":1024,"name":"blockeeId","url":"modules/misskey_entities_mute.misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Blocking.__type"},{"id":22330,"kind":1024,"name":"blockee","url":"modules/misskey_entities_mute.misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Blocking.__type"},{"id":22331,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_entities_mute.misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22332,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/mute.MisskeyEntity.CreatedNote"},{"id":22333,"kind":1024,"name":"createdNote","url":"modules/misskey_entities_mute.misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.CreatedNote.__type"},{"id":22334,"kind":4194304,"name":"Favorite","url":"modules/misskey_entities_mute.misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22335,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/mute.MisskeyEntity.Favorite"},{"id":22336,"kind":1024,"name":"id","url":"modules/misskey_entities_mute.misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Favorite.__type"},{"id":22337,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_mute.misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Favorite.__type"},{"id":22338,"kind":1024,"name":"noteId","url":"modules/misskey_entities_mute.misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Favorite.__type"},{"id":22339,"kind":1024,"name":"note","url":"modules/misskey_entities_mute.misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Favorite.__type"},{"id":22340,"kind":4194304,"name":"Follower","url":"modules/misskey_entities_mute.misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22341,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/mute.MisskeyEntity.Follower"},{"id":22342,"kind":1024,"name":"id","url":"modules/misskey_entities_mute.misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Follower.__type"},{"id":22343,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_mute.misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Follower.__type"},{"id":22344,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_mute.misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Follower.__type"},{"id":22345,"kind":1024,"name":"followerId","url":"modules/misskey_entities_mute.misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Follower.__type"},{"id":22346,"kind":1024,"name":"follower","url":"modules/misskey_entities_mute.misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Follower.__type"},{"id":22347,"kind":4194304,"name":"Following","url":"modules/misskey_entities_mute.misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22348,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/mute.MisskeyEntity.Following"},{"id":22349,"kind":1024,"name":"id","url":"modules/misskey_entities_mute.misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Following.__type"},{"id":22350,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_mute.misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Following.__type"},{"id":22351,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_mute.misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Following.__type"},{"id":22352,"kind":1024,"name":"followerId","url":"modules/misskey_entities_mute.misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Following.__type"},{"id":22353,"kind":1024,"name":"followee","url":"modules/misskey_entities_mute.misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Following.__type"},{"id":22354,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_entities_mute.misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22355,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/mute.MisskeyEntity.FollowRequest"},{"id":22356,"kind":1024,"name":"id","url":"modules/misskey_entities_mute.misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.FollowRequest.__type"},{"id":22357,"kind":1024,"name":"follower","url":"modules/misskey_entities_mute.misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.FollowRequest.__type"},{"id":22358,"kind":1024,"name":"followee","url":"modules/misskey_entities_mute.misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.FollowRequest.__type"},{"id":22359,"kind":4194304,"name":"Hashtag","url":"modules/misskey_entities_mute.misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22360,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/mute.MisskeyEntity.Hashtag"},{"id":22361,"kind":1024,"name":"tag","url":"modules/misskey_entities_mute.misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Hashtag.__type"},{"id":22362,"kind":1024,"name":"chart","url":"modules/misskey_entities_mute.misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Hashtag.__type"},{"id":22363,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_mute.misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Hashtag.__type"},{"id":22364,"kind":4194304,"name":"List","url":"modules/misskey_entities_mute.misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22365,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/mute.MisskeyEntity.List"},{"id":22366,"kind":1024,"name":"id","url":"modules/misskey_entities_mute.misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.List.__type"},{"id":22367,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_mute.misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.List.__type"},{"id":22368,"kind":1024,"name":"name","url":"modules/misskey_entities_mute.misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.List.__type"},{"id":22369,"kind":1024,"name":"userIds","url":"modules/misskey_entities_mute.misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.List.__type"},{"id":22370,"kind":4194304,"name":"Meta","url":"modules/misskey_entities_mute.misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22371,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/mute.MisskeyEntity.Meta"},{"id":22372,"kind":1024,"name":"maintainerName","url":"modules/misskey_entities_mute.misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Meta.__type"},{"id":22373,"kind":1024,"name":"maintainerEmail","url":"modules/misskey_entities_mute.misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Meta.__type"},{"id":22374,"kind":1024,"name":"name","url":"modules/misskey_entities_mute.misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Meta.__type"},{"id":22375,"kind":1024,"name":"version","url":"modules/misskey_entities_mute.misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Meta.__type"},{"id":22376,"kind":1024,"name":"uri","url":"modules/misskey_entities_mute.misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Meta.__type"},{"id":22377,"kind":1024,"name":"description","url":"modules/misskey_entities_mute.misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Meta.__type"},{"id":22378,"kind":1024,"name":"langs","url":"modules/misskey_entities_mute.misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Meta.__type"},{"id":22379,"kind":1024,"name":"disableRegistration","url":"modules/misskey_entities_mute.misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Meta.__type"},{"id":22380,"kind":1024,"name":"disableLocalTimeline","url":"modules/misskey_entities_mute.misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Meta.__type"},{"id":22381,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_mute.misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Meta.__type"},{"id":22382,"kind":1024,"name":"maxNoteTextLength","url":"modules/misskey_entities_mute.misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Meta.__type"},{"id":22383,"kind":1024,"name":"emojis","url":"modules/misskey_entities_mute.misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Meta.__type"},{"id":22384,"kind":4194304,"name":"Mute","url":"modules/misskey_entities_mute.misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22385,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/mute.MisskeyEntity.Mute"},{"id":22386,"kind":1024,"name":"id","url":"modules/misskey_entities_mute.misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Mute.__type"},{"id":22387,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_mute.misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Mute.__type"},{"id":22388,"kind":1024,"name":"muteeId","url":"modules/misskey_entities_mute.misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Mute.__type"},{"id":22389,"kind":1024,"name":"mutee","url":"modules/misskey_entities_mute.misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Mute.__type"},{"id":22390,"kind":4194304,"name":"Notification","url":"modules/misskey_entities_mute.misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22391,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/mute.MisskeyEntity.Notification"},{"id":22392,"kind":1024,"name":"id","url":"modules/misskey_entities_mute.misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Notification.__type"},{"id":22393,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_mute.misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Notification.__type"},{"id":22394,"kind":1024,"name":"type","url":"modules/misskey_entities_mute.misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Notification.__type"},{"id":22395,"kind":1024,"name":"userId","url":"modules/misskey_entities_mute.misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Notification.__type"},{"id":22396,"kind":1024,"name":"user","url":"modules/misskey_entities_mute.misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Notification.__type"},{"id":22397,"kind":1024,"name":"note","url":"modules/misskey_entities_mute.misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Notification.__type"},{"id":22398,"kind":1024,"name":"reaction","url":"modules/misskey_entities_mute.misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Notification.__type"},{"id":22399,"kind":4194304,"name":"NotificationType","url":"modules/misskey_entities_mute.misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22400,"kind":4194304,"name":"Reaction","url":"modules/misskey_entities_mute.misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22401,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/mute.MisskeyEntity.Reaction"},{"id":22402,"kind":1024,"name":"id","url":"modules/misskey_entities_mute.misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Reaction.__type"},{"id":22403,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_mute.misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Reaction.__type"},{"id":22404,"kind":1024,"name":"user","url":"modules/misskey_entities_mute.misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Reaction.__type"},{"id":22405,"kind":1024,"name":"type","url":"modules/misskey_entities_mute.misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Reaction.__type"},{"id":22406,"kind":4194304,"name":"Relation","url":"modules/misskey_entities_mute.misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22407,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/mute.MisskeyEntity.Relation"},{"id":22408,"kind":1024,"name":"id","url":"modules/misskey_entities_mute.misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Relation.__type"},{"id":22409,"kind":1024,"name":"isFollowing","url":"modules/misskey_entities_mute.misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Relation.__type"},{"id":22410,"kind":1024,"name":"hasPendingFollowRequestFromYou","url":"modules/misskey_entities_mute.misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Relation.__type"},{"id":22411,"kind":1024,"name":"hasPendingFollowRequestToYou","url":"modules/misskey_entities_mute.misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Relation.__type"},{"id":22412,"kind":1024,"name":"isFollowed","url":"modules/misskey_entities_mute.misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Relation.__type"},{"id":22413,"kind":1024,"name":"isBlocking","url":"modules/misskey_entities_mute.misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Relation.__type"},{"id":22414,"kind":1024,"name":"isBlocked","url":"modules/misskey_entities_mute.misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Relation.__type"},{"id":22415,"kind":1024,"name":"isMuted","url":"modules/misskey_entities_mute.misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Relation.__type"},{"id":22416,"kind":4194304,"name":"UserKey","url":"modules/misskey_entities_mute.misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22417,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/mute.MisskeyEntity.UserKey"},{"id":22418,"kind":1024,"name":"accessToken","url":"modules/misskey_entities_mute.misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserKey.__type"},{"id":22419,"kind":1024,"name":"user","url":"modules/misskey_entities_mute.misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.UserKey.__type"},{"id":22420,"kind":4194304,"name":"Session","url":"modules/misskey_entities_mute.misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22421,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/mute.MisskeyEntity.Session"},{"id":22422,"kind":1024,"name":"token","url":"modules/misskey_entities_mute.misskeyentity.html#session.__type-21.token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Session.__type"},{"id":22423,"kind":1024,"name":"url","url":"modules/misskey_entities_mute.misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Session.__type"},{"id":22424,"kind":4194304,"name":"Stats","url":"modules/misskey_entities_mute.misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/mute.MisskeyEntity"},{"id":22425,"kind":65536,"name":"__type","url":"modules/misskey_entities_mute.misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/mute.MisskeyEntity.Stats"},{"id":22426,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_mute.misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Stats.__type"},{"id":22427,"kind":1024,"name":"originalNotesCount","url":"modules/misskey_entities_mute.misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Stats.__type"},{"id":22428,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_mute.misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Stats.__type"},{"id":22429,"kind":1024,"name":"originalUsersCount","url":"modules/misskey_entities_mute.misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Stats.__type"},{"id":22430,"kind":1024,"name":"instances","url":"modules/misskey_entities_mute.misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/mute.MisskeyEntity.Stats.__type"},{"id":22431,"kind":2,"name":"MisskeyEntity","url":"modules/misskey_entities_note.misskeyentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/entities/note"},{"id":22432,"kind":4194304,"name":"App","url":"modules/misskey_entities_note.misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22433,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/note.MisskeyEntity.App"},{"id":22434,"kind":1024,"name":"id","url":"modules/misskey_entities_note.misskeyentity.html#app.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.App.__type"},{"id":22435,"kind":1024,"name":"name","url":"modules/misskey_entities_note.misskeyentity.html#app.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.App.__type"},{"id":22436,"kind":1024,"name":"callbackUrl","url":"modules/misskey_entities_note.misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.App.__type"},{"id":22437,"kind":1024,"name":"permission","url":"modules/misskey_entities_note.misskeyentity.html#app.__type.permission","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.App.__type"},{"id":22438,"kind":1024,"name":"secret","url":"modules/misskey_entities_note.misskeyentity.html#app.__type.secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.App.__type"},{"id":22439,"kind":4194304,"name":"Emoji","url":"modules/misskey_entities_note.misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22440,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/note.MisskeyEntity.Emoji"},{"id":22441,"kind":1024,"name":"name","url":"modules/misskey_entities_note.misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Emoji.__type"},{"id":22442,"kind":1024,"name":"host","url":"modules/misskey_entities_note.misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Emoji.__type"},{"id":22443,"kind":1024,"name":"url","url":"modules/misskey_entities_note.misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Emoji.__type"},{"id":22444,"kind":1024,"name":"aliases","url":"modules/misskey_entities_note.misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Emoji.__type"},{"id":22445,"kind":4194304,"name":"User","url":"modules/misskey_entities_note.misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22446,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/note.MisskeyEntity.User"},{"id":22447,"kind":1024,"name":"id","url":"modules/misskey_entities_note.misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.User.__type"},{"id":22448,"kind":1024,"name":"name","url":"modules/misskey_entities_note.misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.User.__type"},{"id":22449,"kind":1024,"name":"username","url":"modules/misskey_entities_note.misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.User.__type"},{"id":22450,"kind":1024,"name":"host","url":"modules/misskey_entities_note.misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.User.__type"},{"id":22451,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_note.misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.User.__type"},{"id":22452,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_note.misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.User.__type"},{"id":22453,"kind":1024,"name":"emojis","url":"modules/misskey_entities_note.misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.User.__type"},{"id":22454,"kind":4194304,"name":"File","url":"modules/misskey_entities_note.misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22455,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/note.MisskeyEntity.File"},{"id":22456,"kind":1024,"name":"id","url":"modules/misskey_entities_note.misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.File.__type"},{"id":22457,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_note.misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.File.__type"},{"id":22458,"kind":1024,"name":"name","url":"modules/misskey_entities_note.misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.File.__type"},{"id":22459,"kind":1024,"name":"type","url":"modules/misskey_entities_note.misskeyentity.html#file.__type-6.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.File.__type"},{"id":22460,"kind":1024,"name":"md5","url":"modules/misskey_entities_note.misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.File.__type"},{"id":22461,"kind":1024,"name":"size","url":"modules/misskey_entities_note.misskeyentity.html#file.__type-6.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.File.__type"},{"id":22462,"kind":1024,"name":"isSensitive","url":"modules/misskey_entities_note.misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.File.__type"},{"id":22463,"kind":1024,"name":"properties","url":"modules/misskey_entities_note.misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.File.__type"},{"id":22464,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#file.__type-6.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.File.__type"},{"id":22465,"kind":1024,"name":"width","url":"modules/misskey_entities_note.misskeyentity.html#file.__type-6.__type-7.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.File.__type.__type"},{"id":22466,"kind":1024,"name":"height","url":"modules/misskey_entities_note.misskeyentity.html#file.__type-6.__type-7.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.File.__type.__type"},{"id":22467,"kind":1024,"name":"avgColor","url":"modules/misskey_entities_note.misskeyentity.html#file.__type-6.__type-7.avgcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.File.__type.__type"},{"id":22468,"kind":1024,"name":"url","url":"modules/misskey_entities_note.misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.File.__type"},{"id":22469,"kind":1024,"name":"thumbnailUrl","url":"modules/misskey_entities_note.misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.File.__type"},{"id":22470,"kind":4194304,"name":"Choice","url":"modules/misskey_entities_note.misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22471,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/note.MisskeyEntity.Choice"},{"id":22472,"kind":1024,"name":"text","url":"modules/misskey_entities_note.misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Choice.__type"},{"id":22473,"kind":1024,"name":"votes","url":"modules/misskey_entities_note.misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Choice.__type"},{"id":22474,"kind":1024,"name":"isVoted","url":"modules/misskey_entities_note.misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Choice.__type"},{"id":22475,"kind":4194304,"name":"Poll","url":"modules/misskey_entities_note.misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22476,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/note.MisskeyEntity.Poll"},{"id":22477,"kind":1024,"name":"multiple","url":"modules/misskey_entities_note.misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Poll.__type"},{"id":22478,"kind":1024,"name":"expiresAt","url":"modules/misskey_entities_note.misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Poll.__type"},{"id":22479,"kind":1024,"name":"choices","url":"modules/misskey_entities_note.misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Poll.__type"},{"id":22480,"kind":4194304,"name":"Note","url":"modules/misskey_entities_note.misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22481,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/note.MisskeyEntity.Note"},{"id":22482,"kind":1024,"name":"id","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Note.__type"},{"id":22483,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Note.__type"},{"id":22484,"kind":1024,"name":"userId","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Note.__type"},{"id":22485,"kind":1024,"name":"user","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Note.__type"},{"id":22486,"kind":1024,"name":"text","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Note.__type"},{"id":22487,"kind":1024,"name":"cw","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Note.__type"},{"id":22488,"kind":1024,"name":"visibility","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Note.__type"},{"id":22489,"kind":1024,"name":"renoteCount","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Note.__type"},{"id":22490,"kind":1024,"name":"repliesCount","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Note.__type"},{"id":22491,"kind":1024,"name":"reactions","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Note.__type"},{"id":22492,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Note.__type"},{"id":22493,"kind":1024,"name":"emojis","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Note.__type"},{"id":22494,"kind":1024,"name":"fileIds","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Note.__type"},{"id":22495,"kind":1024,"name":"files","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Note.__type"},{"id":22496,"kind":1024,"name":"replyId","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Note.__type"},{"id":22497,"kind":1024,"name":"renoteId","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Note.__type"},{"id":22498,"kind":1024,"name":"uri","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Note.__type"},{"id":22499,"kind":1024,"name":"reply","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Note.__type"},{"id":22500,"kind":1024,"name":"renote","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Note.__type"},{"id":22501,"kind":1024,"name":"viaMobile","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Note.__type"},{"id":22502,"kind":1024,"name":"tags","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Note.__type"},{"id":22503,"kind":1024,"name":"poll","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Note.__type"},{"id":22504,"kind":1024,"name":"mentions","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Note.__type"},{"id":22505,"kind":1024,"name":"myReaction","url":"modules/misskey_entities_note.misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Note.__type"},{"id":22506,"kind":4194304,"name":"UserDetail","url":"modules/misskey_entities_note.misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22507,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/note.MisskeyEntity.UserDetail"},{"id":22508,"kind":1024,"name":"id","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22509,"kind":1024,"name":"name","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22510,"kind":1024,"name":"username","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22511,"kind":1024,"name":"host","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22512,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22513,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22514,"kind":1024,"name":"isAdmin","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22515,"kind":1024,"name":"isModerator","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22516,"kind":1024,"name":"isBot","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22517,"kind":1024,"name":"isCat","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22518,"kind":1024,"name":"emojis","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22519,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22520,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22521,"kind":1024,"name":"bannerColor","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22522,"kind":1024,"name":"isLocked","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22523,"kind":1024,"name":"isSilenced","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22524,"kind":1024,"name":"isSuspended","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22525,"kind":1024,"name":"description","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22526,"kind":1024,"name":"followersCount","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22527,"kind":1024,"name":"followingCount","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22528,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22529,"kind":1024,"name":"avatarId","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22530,"kind":1024,"name":"bannerId","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22531,"kind":1024,"name":"pinnedNoteIds","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22532,"kind":1024,"name":"pinnedNotes","url":"modules/misskey_entities_note.misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserDetail.__type"},{"id":22533,"kind":4194304,"name":"Blocking","url":"modules/misskey_entities_note.misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22534,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/note.MisskeyEntity.Blocking"},{"id":22535,"kind":1024,"name":"id","url":"modules/misskey_entities_note.misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Blocking.__type"},{"id":22536,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_note.misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Blocking.__type"},{"id":22537,"kind":1024,"name":"blockeeId","url":"modules/misskey_entities_note.misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Blocking.__type"},{"id":22538,"kind":1024,"name":"blockee","url":"modules/misskey_entities_note.misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Blocking.__type"},{"id":22539,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_entities_note.misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22540,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/note.MisskeyEntity.CreatedNote"},{"id":22541,"kind":1024,"name":"createdNote","url":"modules/misskey_entities_note.misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.CreatedNote.__type"},{"id":22542,"kind":4194304,"name":"Favorite","url":"modules/misskey_entities_note.misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22543,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/note.MisskeyEntity.Favorite"},{"id":22544,"kind":1024,"name":"id","url":"modules/misskey_entities_note.misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Favorite.__type"},{"id":22545,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_note.misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Favorite.__type"},{"id":22546,"kind":1024,"name":"noteId","url":"modules/misskey_entities_note.misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Favorite.__type"},{"id":22547,"kind":1024,"name":"note","url":"modules/misskey_entities_note.misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Favorite.__type"},{"id":22548,"kind":4194304,"name":"Follower","url":"modules/misskey_entities_note.misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22549,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/note.MisskeyEntity.Follower"},{"id":22550,"kind":1024,"name":"id","url":"modules/misskey_entities_note.misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Follower.__type"},{"id":22551,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_note.misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Follower.__type"},{"id":22552,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_note.misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Follower.__type"},{"id":22553,"kind":1024,"name":"followerId","url":"modules/misskey_entities_note.misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Follower.__type"},{"id":22554,"kind":1024,"name":"follower","url":"modules/misskey_entities_note.misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Follower.__type"},{"id":22555,"kind":4194304,"name":"Following","url":"modules/misskey_entities_note.misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22556,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/note.MisskeyEntity.Following"},{"id":22557,"kind":1024,"name":"id","url":"modules/misskey_entities_note.misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Following.__type"},{"id":22558,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_note.misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Following.__type"},{"id":22559,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_note.misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Following.__type"},{"id":22560,"kind":1024,"name":"followerId","url":"modules/misskey_entities_note.misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Following.__type"},{"id":22561,"kind":1024,"name":"followee","url":"modules/misskey_entities_note.misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Following.__type"},{"id":22562,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_entities_note.misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22563,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/note.MisskeyEntity.FollowRequest"},{"id":22564,"kind":1024,"name":"id","url":"modules/misskey_entities_note.misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.FollowRequest.__type"},{"id":22565,"kind":1024,"name":"follower","url":"modules/misskey_entities_note.misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.FollowRequest.__type"},{"id":22566,"kind":1024,"name":"followee","url":"modules/misskey_entities_note.misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.FollowRequest.__type"},{"id":22567,"kind":4194304,"name":"Hashtag","url":"modules/misskey_entities_note.misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22568,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/note.MisskeyEntity.Hashtag"},{"id":22569,"kind":1024,"name":"tag","url":"modules/misskey_entities_note.misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Hashtag.__type"},{"id":22570,"kind":1024,"name":"chart","url":"modules/misskey_entities_note.misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Hashtag.__type"},{"id":22571,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_note.misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Hashtag.__type"},{"id":22572,"kind":4194304,"name":"List","url":"modules/misskey_entities_note.misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22573,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/note.MisskeyEntity.List"},{"id":22574,"kind":1024,"name":"id","url":"modules/misskey_entities_note.misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.List.__type"},{"id":22575,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_note.misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.List.__type"},{"id":22576,"kind":1024,"name":"name","url":"modules/misskey_entities_note.misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.List.__type"},{"id":22577,"kind":1024,"name":"userIds","url":"modules/misskey_entities_note.misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.List.__type"},{"id":22578,"kind":4194304,"name":"Meta","url":"modules/misskey_entities_note.misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22579,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/note.MisskeyEntity.Meta"},{"id":22580,"kind":1024,"name":"maintainerName","url":"modules/misskey_entities_note.misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Meta.__type"},{"id":22581,"kind":1024,"name":"maintainerEmail","url":"modules/misskey_entities_note.misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Meta.__type"},{"id":22582,"kind":1024,"name":"name","url":"modules/misskey_entities_note.misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Meta.__type"},{"id":22583,"kind":1024,"name":"version","url":"modules/misskey_entities_note.misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Meta.__type"},{"id":22584,"kind":1024,"name":"uri","url":"modules/misskey_entities_note.misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Meta.__type"},{"id":22585,"kind":1024,"name":"description","url":"modules/misskey_entities_note.misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Meta.__type"},{"id":22586,"kind":1024,"name":"langs","url":"modules/misskey_entities_note.misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Meta.__type"},{"id":22587,"kind":1024,"name":"disableRegistration","url":"modules/misskey_entities_note.misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Meta.__type"},{"id":22588,"kind":1024,"name":"disableLocalTimeline","url":"modules/misskey_entities_note.misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Meta.__type"},{"id":22589,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_note.misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Meta.__type"},{"id":22590,"kind":1024,"name":"maxNoteTextLength","url":"modules/misskey_entities_note.misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Meta.__type"},{"id":22591,"kind":1024,"name":"emojis","url":"modules/misskey_entities_note.misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Meta.__type"},{"id":22592,"kind":4194304,"name":"Mute","url":"modules/misskey_entities_note.misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22593,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/note.MisskeyEntity.Mute"},{"id":22594,"kind":1024,"name":"id","url":"modules/misskey_entities_note.misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Mute.__type"},{"id":22595,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_note.misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Mute.__type"},{"id":22596,"kind":1024,"name":"muteeId","url":"modules/misskey_entities_note.misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Mute.__type"},{"id":22597,"kind":1024,"name":"mutee","url":"modules/misskey_entities_note.misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Mute.__type"},{"id":22598,"kind":4194304,"name":"Notification","url":"modules/misskey_entities_note.misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22599,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/note.MisskeyEntity.Notification"},{"id":22600,"kind":1024,"name":"id","url":"modules/misskey_entities_note.misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Notification.__type"},{"id":22601,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_note.misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Notification.__type"},{"id":22602,"kind":1024,"name":"type","url":"modules/misskey_entities_note.misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Notification.__type"},{"id":22603,"kind":1024,"name":"userId","url":"modules/misskey_entities_note.misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Notification.__type"},{"id":22604,"kind":1024,"name":"user","url":"modules/misskey_entities_note.misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Notification.__type"},{"id":22605,"kind":1024,"name":"note","url":"modules/misskey_entities_note.misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Notification.__type"},{"id":22606,"kind":1024,"name":"reaction","url":"modules/misskey_entities_note.misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Notification.__type"},{"id":22607,"kind":4194304,"name":"NotificationType","url":"modules/misskey_entities_note.misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22608,"kind":4194304,"name":"Reaction","url":"modules/misskey_entities_note.misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22609,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/note.MisskeyEntity.Reaction"},{"id":22610,"kind":1024,"name":"id","url":"modules/misskey_entities_note.misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Reaction.__type"},{"id":22611,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_note.misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Reaction.__type"},{"id":22612,"kind":1024,"name":"user","url":"modules/misskey_entities_note.misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Reaction.__type"},{"id":22613,"kind":1024,"name":"type","url":"modules/misskey_entities_note.misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Reaction.__type"},{"id":22614,"kind":4194304,"name":"Relation","url":"modules/misskey_entities_note.misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22615,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/note.MisskeyEntity.Relation"},{"id":22616,"kind":1024,"name":"id","url":"modules/misskey_entities_note.misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Relation.__type"},{"id":22617,"kind":1024,"name":"isFollowing","url":"modules/misskey_entities_note.misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Relation.__type"},{"id":22618,"kind":1024,"name":"hasPendingFollowRequestFromYou","url":"modules/misskey_entities_note.misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Relation.__type"},{"id":22619,"kind":1024,"name":"hasPendingFollowRequestToYou","url":"modules/misskey_entities_note.misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Relation.__type"},{"id":22620,"kind":1024,"name":"isFollowed","url":"modules/misskey_entities_note.misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Relation.__type"},{"id":22621,"kind":1024,"name":"isBlocking","url":"modules/misskey_entities_note.misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Relation.__type"},{"id":22622,"kind":1024,"name":"isBlocked","url":"modules/misskey_entities_note.misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Relation.__type"},{"id":22623,"kind":1024,"name":"isMuted","url":"modules/misskey_entities_note.misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Relation.__type"},{"id":22624,"kind":4194304,"name":"UserKey","url":"modules/misskey_entities_note.misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22625,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/note.MisskeyEntity.UserKey"},{"id":22626,"kind":1024,"name":"accessToken","url":"modules/misskey_entities_note.misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserKey.__type"},{"id":22627,"kind":1024,"name":"user","url":"modules/misskey_entities_note.misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.UserKey.__type"},{"id":22628,"kind":4194304,"name":"Session","url":"modules/misskey_entities_note.misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22629,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/note.MisskeyEntity.Session"},{"id":22630,"kind":1024,"name":"token","url":"modules/misskey_entities_note.misskeyentity.html#session.__type-21.token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Session.__type"},{"id":22631,"kind":1024,"name":"url","url":"modules/misskey_entities_note.misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Session.__type"},{"id":22632,"kind":4194304,"name":"Stats","url":"modules/misskey_entities_note.misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/note.MisskeyEntity"},{"id":22633,"kind":65536,"name":"__type","url":"modules/misskey_entities_note.misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/note.MisskeyEntity.Stats"},{"id":22634,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_note.misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Stats.__type"},{"id":22635,"kind":1024,"name":"originalNotesCount","url":"modules/misskey_entities_note.misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Stats.__type"},{"id":22636,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_note.misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Stats.__type"},{"id":22637,"kind":1024,"name":"originalUsersCount","url":"modules/misskey_entities_note.misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Stats.__type"},{"id":22638,"kind":1024,"name":"instances","url":"modules/misskey_entities_note.misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/note.MisskeyEntity.Stats.__type"},{"id":22639,"kind":2,"name":"MisskeyEntity","url":"modules/misskey_entities_notification.misskeyentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/entities/notification"},{"id":22640,"kind":4194304,"name":"App","url":"modules/misskey_entities_notification.misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22641,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/notification.MisskeyEntity.App"},{"id":22642,"kind":1024,"name":"id","url":"modules/misskey_entities_notification.misskeyentity.html#app.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.App.__type"},{"id":22643,"kind":1024,"name":"name","url":"modules/misskey_entities_notification.misskeyentity.html#app.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.App.__type"},{"id":22644,"kind":1024,"name":"callbackUrl","url":"modules/misskey_entities_notification.misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.App.__type"},{"id":22645,"kind":1024,"name":"permission","url":"modules/misskey_entities_notification.misskeyentity.html#app.__type.permission","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.App.__type"},{"id":22646,"kind":1024,"name":"secret","url":"modules/misskey_entities_notification.misskeyentity.html#app.__type.secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.App.__type"},{"id":22647,"kind":4194304,"name":"Emoji","url":"modules/misskey_entities_notification.misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22648,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/notification.MisskeyEntity.Emoji"},{"id":22649,"kind":1024,"name":"name","url":"modules/misskey_entities_notification.misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Emoji.__type"},{"id":22650,"kind":1024,"name":"host","url":"modules/misskey_entities_notification.misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Emoji.__type"},{"id":22651,"kind":1024,"name":"url","url":"modules/misskey_entities_notification.misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Emoji.__type"},{"id":22652,"kind":1024,"name":"aliases","url":"modules/misskey_entities_notification.misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Emoji.__type"},{"id":22653,"kind":4194304,"name":"User","url":"modules/misskey_entities_notification.misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22654,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/notification.MisskeyEntity.User"},{"id":22655,"kind":1024,"name":"id","url":"modules/misskey_entities_notification.misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.User.__type"},{"id":22656,"kind":1024,"name":"name","url":"modules/misskey_entities_notification.misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.User.__type"},{"id":22657,"kind":1024,"name":"username","url":"modules/misskey_entities_notification.misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.User.__type"},{"id":22658,"kind":1024,"name":"host","url":"modules/misskey_entities_notification.misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.User.__type"},{"id":22659,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_notification.misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.User.__type"},{"id":22660,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_notification.misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.User.__type"},{"id":22661,"kind":1024,"name":"emojis","url":"modules/misskey_entities_notification.misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.User.__type"},{"id":22662,"kind":4194304,"name":"File","url":"modules/misskey_entities_notification.misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22663,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/notification.MisskeyEntity.File"},{"id":22664,"kind":1024,"name":"id","url":"modules/misskey_entities_notification.misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.File.__type"},{"id":22665,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_notification.misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.File.__type"},{"id":22666,"kind":1024,"name":"name","url":"modules/misskey_entities_notification.misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.File.__type"},{"id":22667,"kind":1024,"name":"type","url":"modules/misskey_entities_notification.misskeyentity.html#file.__type-6.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.File.__type"},{"id":22668,"kind":1024,"name":"md5","url":"modules/misskey_entities_notification.misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.File.__type"},{"id":22669,"kind":1024,"name":"size","url":"modules/misskey_entities_notification.misskeyentity.html#file.__type-6.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.File.__type"},{"id":22670,"kind":1024,"name":"isSensitive","url":"modules/misskey_entities_notification.misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.File.__type"},{"id":22671,"kind":1024,"name":"properties","url":"modules/misskey_entities_notification.misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.File.__type"},{"id":22672,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#file.__type-6.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.File.__type"},{"id":22673,"kind":1024,"name":"width","url":"modules/misskey_entities_notification.misskeyentity.html#file.__type-6.__type-7.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.File.__type.__type"},{"id":22674,"kind":1024,"name":"height","url":"modules/misskey_entities_notification.misskeyentity.html#file.__type-6.__type-7.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.File.__type.__type"},{"id":22675,"kind":1024,"name":"avgColor","url":"modules/misskey_entities_notification.misskeyentity.html#file.__type-6.__type-7.avgcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.File.__type.__type"},{"id":22676,"kind":1024,"name":"url","url":"modules/misskey_entities_notification.misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.File.__type"},{"id":22677,"kind":1024,"name":"thumbnailUrl","url":"modules/misskey_entities_notification.misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.File.__type"},{"id":22678,"kind":4194304,"name":"Choice","url":"modules/misskey_entities_notification.misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22679,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/notification.MisskeyEntity.Choice"},{"id":22680,"kind":1024,"name":"text","url":"modules/misskey_entities_notification.misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Choice.__type"},{"id":22681,"kind":1024,"name":"votes","url":"modules/misskey_entities_notification.misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Choice.__type"},{"id":22682,"kind":1024,"name":"isVoted","url":"modules/misskey_entities_notification.misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Choice.__type"},{"id":22683,"kind":4194304,"name":"Poll","url":"modules/misskey_entities_notification.misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22684,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/notification.MisskeyEntity.Poll"},{"id":22685,"kind":1024,"name":"multiple","url":"modules/misskey_entities_notification.misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Poll.__type"},{"id":22686,"kind":1024,"name":"expiresAt","url":"modules/misskey_entities_notification.misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Poll.__type"},{"id":22687,"kind":1024,"name":"choices","url":"modules/misskey_entities_notification.misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Poll.__type"},{"id":22688,"kind":4194304,"name":"Note","url":"modules/misskey_entities_notification.misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22689,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/notification.MisskeyEntity.Note"},{"id":22690,"kind":1024,"name":"id","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Note.__type"},{"id":22691,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Note.__type"},{"id":22692,"kind":1024,"name":"userId","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Note.__type"},{"id":22693,"kind":1024,"name":"user","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Note.__type"},{"id":22694,"kind":1024,"name":"text","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Note.__type"},{"id":22695,"kind":1024,"name":"cw","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Note.__type"},{"id":22696,"kind":1024,"name":"visibility","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Note.__type"},{"id":22697,"kind":1024,"name":"renoteCount","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Note.__type"},{"id":22698,"kind":1024,"name":"repliesCount","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Note.__type"},{"id":22699,"kind":1024,"name":"reactions","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Note.__type"},{"id":22700,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Note.__type"},{"id":22701,"kind":1024,"name":"emojis","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Note.__type"},{"id":22702,"kind":1024,"name":"fileIds","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Note.__type"},{"id":22703,"kind":1024,"name":"files","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Note.__type"},{"id":22704,"kind":1024,"name":"replyId","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Note.__type"},{"id":22705,"kind":1024,"name":"renoteId","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Note.__type"},{"id":22706,"kind":1024,"name":"uri","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Note.__type"},{"id":22707,"kind":1024,"name":"reply","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Note.__type"},{"id":22708,"kind":1024,"name":"renote","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Note.__type"},{"id":22709,"kind":1024,"name":"viaMobile","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Note.__type"},{"id":22710,"kind":1024,"name":"tags","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Note.__type"},{"id":22711,"kind":1024,"name":"poll","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Note.__type"},{"id":22712,"kind":1024,"name":"mentions","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Note.__type"},{"id":22713,"kind":1024,"name":"myReaction","url":"modules/misskey_entities_notification.misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Note.__type"},{"id":22714,"kind":4194304,"name":"UserDetail","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22715,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/notification.MisskeyEntity.UserDetail"},{"id":22716,"kind":1024,"name":"id","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22717,"kind":1024,"name":"name","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22718,"kind":1024,"name":"username","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22719,"kind":1024,"name":"host","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22720,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22721,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22722,"kind":1024,"name":"isAdmin","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22723,"kind":1024,"name":"isModerator","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22724,"kind":1024,"name":"isBot","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22725,"kind":1024,"name":"isCat","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22726,"kind":1024,"name":"emojis","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22727,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22728,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22729,"kind":1024,"name":"bannerColor","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22730,"kind":1024,"name":"isLocked","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22731,"kind":1024,"name":"isSilenced","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22732,"kind":1024,"name":"isSuspended","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22733,"kind":1024,"name":"description","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22734,"kind":1024,"name":"followersCount","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22735,"kind":1024,"name":"followingCount","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22736,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22737,"kind":1024,"name":"avatarId","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22738,"kind":1024,"name":"bannerId","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22739,"kind":1024,"name":"pinnedNoteIds","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22740,"kind":1024,"name":"pinnedNotes","url":"modules/misskey_entities_notification.misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserDetail.__type"},{"id":22741,"kind":4194304,"name":"Blocking","url":"modules/misskey_entities_notification.misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22742,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/notification.MisskeyEntity.Blocking"},{"id":22743,"kind":1024,"name":"id","url":"modules/misskey_entities_notification.misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Blocking.__type"},{"id":22744,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_notification.misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Blocking.__type"},{"id":22745,"kind":1024,"name":"blockeeId","url":"modules/misskey_entities_notification.misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Blocking.__type"},{"id":22746,"kind":1024,"name":"blockee","url":"modules/misskey_entities_notification.misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Blocking.__type"},{"id":22747,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_entities_notification.misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22748,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/notification.MisskeyEntity.CreatedNote"},{"id":22749,"kind":1024,"name":"createdNote","url":"modules/misskey_entities_notification.misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.CreatedNote.__type"},{"id":22750,"kind":4194304,"name":"Favorite","url":"modules/misskey_entities_notification.misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22751,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/notification.MisskeyEntity.Favorite"},{"id":22752,"kind":1024,"name":"id","url":"modules/misskey_entities_notification.misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Favorite.__type"},{"id":22753,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_notification.misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Favorite.__type"},{"id":22754,"kind":1024,"name":"noteId","url":"modules/misskey_entities_notification.misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Favorite.__type"},{"id":22755,"kind":1024,"name":"note","url":"modules/misskey_entities_notification.misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Favorite.__type"},{"id":22756,"kind":4194304,"name":"Follower","url":"modules/misskey_entities_notification.misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22757,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/notification.MisskeyEntity.Follower"},{"id":22758,"kind":1024,"name":"id","url":"modules/misskey_entities_notification.misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Follower.__type"},{"id":22759,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_notification.misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Follower.__type"},{"id":22760,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_notification.misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Follower.__type"},{"id":22761,"kind":1024,"name":"followerId","url":"modules/misskey_entities_notification.misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Follower.__type"},{"id":22762,"kind":1024,"name":"follower","url":"modules/misskey_entities_notification.misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Follower.__type"},{"id":22763,"kind":4194304,"name":"Following","url":"modules/misskey_entities_notification.misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22764,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/notification.MisskeyEntity.Following"},{"id":22765,"kind":1024,"name":"id","url":"modules/misskey_entities_notification.misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Following.__type"},{"id":22766,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_notification.misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Following.__type"},{"id":22767,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_notification.misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Following.__type"},{"id":22768,"kind":1024,"name":"followerId","url":"modules/misskey_entities_notification.misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Following.__type"},{"id":22769,"kind":1024,"name":"followee","url":"modules/misskey_entities_notification.misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Following.__type"},{"id":22770,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_entities_notification.misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22771,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/notification.MisskeyEntity.FollowRequest"},{"id":22772,"kind":1024,"name":"id","url":"modules/misskey_entities_notification.misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.FollowRequest.__type"},{"id":22773,"kind":1024,"name":"follower","url":"modules/misskey_entities_notification.misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.FollowRequest.__type"},{"id":22774,"kind":1024,"name":"followee","url":"modules/misskey_entities_notification.misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.FollowRequest.__type"},{"id":22775,"kind":4194304,"name":"Hashtag","url":"modules/misskey_entities_notification.misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22776,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/notification.MisskeyEntity.Hashtag"},{"id":22777,"kind":1024,"name":"tag","url":"modules/misskey_entities_notification.misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Hashtag.__type"},{"id":22778,"kind":1024,"name":"chart","url":"modules/misskey_entities_notification.misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Hashtag.__type"},{"id":22779,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_notification.misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Hashtag.__type"},{"id":22780,"kind":4194304,"name":"List","url":"modules/misskey_entities_notification.misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22781,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/notification.MisskeyEntity.List"},{"id":22782,"kind":1024,"name":"id","url":"modules/misskey_entities_notification.misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.List.__type"},{"id":22783,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_notification.misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.List.__type"},{"id":22784,"kind":1024,"name":"name","url":"modules/misskey_entities_notification.misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.List.__type"},{"id":22785,"kind":1024,"name":"userIds","url":"modules/misskey_entities_notification.misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.List.__type"},{"id":22786,"kind":4194304,"name":"Meta","url":"modules/misskey_entities_notification.misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22787,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/notification.MisskeyEntity.Meta"},{"id":22788,"kind":1024,"name":"maintainerName","url":"modules/misskey_entities_notification.misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Meta.__type"},{"id":22789,"kind":1024,"name":"maintainerEmail","url":"modules/misskey_entities_notification.misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Meta.__type"},{"id":22790,"kind":1024,"name":"name","url":"modules/misskey_entities_notification.misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Meta.__type"},{"id":22791,"kind":1024,"name":"version","url":"modules/misskey_entities_notification.misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Meta.__type"},{"id":22792,"kind":1024,"name":"uri","url":"modules/misskey_entities_notification.misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Meta.__type"},{"id":22793,"kind":1024,"name":"description","url":"modules/misskey_entities_notification.misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Meta.__type"},{"id":22794,"kind":1024,"name":"langs","url":"modules/misskey_entities_notification.misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Meta.__type"},{"id":22795,"kind":1024,"name":"disableRegistration","url":"modules/misskey_entities_notification.misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Meta.__type"},{"id":22796,"kind":1024,"name":"disableLocalTimeline","url":"modules/misskey_entities_notification.misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Meta.__type"},{"id":22797,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_notification.misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Meta.__type"},{"id":22798,"kind":1024,"name":"maxNoteTextLength","url":"modules/misskey_entities_notification.misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Meta.__type"},{"id":22799,"kind":1024,"name":"emojis","url":"modules/misskey_entities_notification.misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Meta.__type"},{"id":22800,"kind":4194304,"name":"Mute","url":"modules/misskey_entities_notification.misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22801,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/notification.MisskeyEntity.Mute"},{"id":22802,"kind":1024,"name":"id","url":"modules/misskey_entities_notification.misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Mute.__type"},{"id":22803,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_notification.misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Mute.__type"},{"id":22804,"kind":1024,"name":"muteeId","url":"modules/misskey_entities_notification.misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Mute.__type"},{"id":22805,"kind":1024,"name":"mutee","url":"modules/misskey_entities_notification.misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Mute.__type"},{"id":22806,"kind":4194304,"name":"Notification","url":"modules/misskey_entities_notification.misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22807,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/notification.MisskeyEntity.Notification"},{"id":22808,"kind":1024,"name":"id","url":"modules/misskey_entities_notification.misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Notification.__type"},{"id":22809,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_notification.misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Notification.__type"},{"id":22810,"kind":1024,"name":"type","url":"modules/misskey_entities_notification.misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Notification.__type"},{"id":22811,"kind":1024,"name":"userId","url":"modules/misskey_entities_notification.misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Notification.__type"},{"id":22812,"kind":1024,"name":"user","url":"modules/misskey_entities_notification.misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Notification.__type"},{"id":22813,"kind":1024,"name":"note","url":"modules/misskey_entities_notification.misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Notification.__type"},{"id":22814,"kind":1024,"name":"reaction","url":"modules/misskey_entities_notification.misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Notification.__type"},{"id":22815,"kind":4194304,"name":"NotificationType","url":"modules/misskey_entities_notification.misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22816,"kind":4194304,"name":"Reaction","url":"modules/misskey_entities_notification.misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22817,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/notification.MisskeyEntity.Reaction"},{"id":22818,"kind":1024,"name":"id","url":"modules/misskey_entities_notification.misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Reaction.__type"},{"id":22819,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_notification.misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Reaction.__type"},{"id":22820,"kind":1024,"name":"user","url":"modules/misskey_entities_notification.misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Reaction.__type"},{"id":22821,"kind":1024,"name":"type","url":"modules/misskey_entities_notification.misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Reaction.__type"},{"id":22822,"kind":4194304,"name":"Relation","url":"modules/misskey_entities_notification.misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22823,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/notification.MisskeyEntity.Relation"},{"id":22824,"kind":1024,"name":"id","url":"modules/misskey_entities_notification.misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Relation.__type"},{"id":22825,"kind":1024,"name":"isFollowing","url":"modules/misskey_entities_notification.misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Relation.__type"},{"id":22826,"kind":1024,"name":"hasPendingFollowRequestFromYou","url":"modules/misskey_entities_notification.misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Relation.__type"},{"id":22827,"kind":1024,"name":"hasPendingFollowRequestToYou","url":"modules/misskey_entities_notification.misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Relation.__type"},{"id":22828,"kind":1024,"name":"isFollowed","url":"modules/misskey_entities_notification.misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Relation.__type"},{"id":22829,"kind":1024,"name":"isBlocking","url":"modules/misskey_entities_notification.misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Relation.__type"},{"id":22830,"kind":1024,"name":"isBlocked","url":"modules/misskey_entities_notification.misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Relation.__type"},{"id":22831,"kind":1024,"name":"isMuted","url":"modules/misskey_entities_notification.misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Relation.__type"},{"id":22832,"kind":4194304,"name":"UserKey","url":"modules/misskey_entities_notification.misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22833,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/notification.MisskeyEntity.UserKey"},{"id":22834,"kind":1024,"name":"accessToken","url":"modules/misskey_entities_notification.misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserKey.__type"},{"id":22835,"kind":1024,"name":"user","url":"modules/misskey_entities_notification.misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.UserKey.__type"},{"id":22836,"kind":4194304,"name":"Session","url":"modules/misskey_entities_notification.misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22837,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/notification.MisskeyEntity.Session"},{"id":22838,"kind":1024,"name":"token","url":"modules/misskey_entities_notification.misskeyentity.html#session.__type-21.token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Session.__type"},{"id":22839,"kind":1024,"name":"url","url":"modules/misskey_entities_notification.misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Session.__type"},{"id":22840,"kind":4194304,"name":"Stats","url":"modules/misskey_entities_notification.misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/notification.MisskeyEntity"},{"id":22841,"kind":65536,"name":"__type","url":"modules/misskey_entities_notification.misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/notification.MisskeyEntity.Stats"},{"id":22842,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_notification.misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Stats.__type"},{"id":22843,"kind":1024,"name":"originalNotesCount","url":"modules/misskey_entities_notification.misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Stats.__type"},{"id":22844,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_notification.misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Stats.__type"},{"id":22845,"kind":1024,"name":"originalUsersCount","url":"modules/misskey_entities_notification.misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Stats.__type"},{"id":22846,"kind":1024,"name":"instances","url":"modules/misskey_entities_notification.misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/notification.MisskeyEntity.Stats.__type"},{"id":22847,"kind":2,"name":"MisskeyEntity","url":"modules/misskey_entities_poll.misskeyentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/entities/poll"},{"id":22848,"kind":4194304,"name":"App","url":"modules/misskey_entities_poll.misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":22849,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/poll.MisskeyEntity.App"},{"id":22850,"kind":1024,"name":"id","url":"modules/misskey_entities_poll.misskeyentity.html#app.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.App.__type"},{"id":22851,"kind":1024,"name":"name","url":"modules/misskey_entities_poll.misskeyentity.html#app.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.App.__type"},{"id":22852,"kind":1024,"name":"callbackUrl","url":"modules/misskey_entities_poll.misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.App.__type"},{"id":22853,"kind":1024,"name":"permission","url":"modules/misskey_entities_poll.misskeyentity.html#app.__type.permission","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.App.__type"},{"id":22854,"kind":1024,"name":"secret","url":"modules/misskey_entities_poll.misskeyentity.html#app.__type.secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.App.__type"},{"id":22855,"kind":4194304,"name":"Emoji","url":"modules/misskey_entities_poll.misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":22856,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/poll.MisskeyEntity.Emoji"},{"id":22857,"kind":1024,"name":"name","url":"modules/misskey_entities_poll.misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Emoji.__type"},{"id":22858,"kind":1024,"name":"host","url":"modules/misskey_entities_poll.misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Emoji.__type"},{"id":22859,"kind":1024,"name":"url","url":"modules/misskey_entities_poll.misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Emoji.__type"},{"id":22860,"kind":1024,"name":"aliases","url":"modules/misskey_entities_poll.misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Emoji.__type"},{"id":22861,"kind":4194304,"name":"User","url":"modules/misskey_entities_poll.misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":22862,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/poll.MisskeyEntity.User"},{"id":22863,"kind":1024,"name":"id","url":"modules/misskey_entities_poll.misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.User.__type"},{"id":22864,"kind":1024,"name":"name","url":"modules/misskey_entities_poll.misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.User.__type"},{"id":22865,"kind":1024,"name":"username","url":"modules/misskey_entities_poll.misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.User.__type"},{"id":22866,"kind":1024,"name":"host","url":"modules/misskey_entities_poll.misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.User.__type"},{"id":22867,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_poll.misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.User.__type"},{"id":22868,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_poll.misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.User.__type"},{"id":22869,"kind":1024,"name":"emojis","url":"modules/misskey_entities_poll.misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.User.__type"},{"id":22870,"kind":4194304,"name":"File","url":"modules/misskey_entities_poll.misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":22871,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/poll.MisskeyEntity.File"},{"id":22872,"kind":1024,"name":"id","url":"modules/misskey_entities_poll.misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.File.__type"},{"id":22873,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_poll.misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.File.__type"},{"id":22874,"kind":1024,"name":"name","url":"modules/misskey_entities_poll.misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.File.__type"},{"id":22875,"kind":1024,"name":"type","url":"modules/misskey_entities_poll.misskeyentity.html#file.__type-6.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.File.__type"},{"id":22876,"kind":1024,"name":"md5","url":"modules/misskey_entities_poll.misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.File.__type"},{"id":22877,"kind":1024,"name":"size","url":"modules/misskey_entities_poll.misskeyentity.html#file.__type-6.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.File.__type"},{"id":22878,"kind":1024,"name":"isSensitive","url":"modules/misskey_entities_poll.misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.File.__type"},{"id":22879,"kind":1024,"name":"properties","url":"modules/misskey_entities_poll.misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.File.__type"},{"id":22880,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#file.__type-6.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.File.__type"},{"id":22881,"kind":1024,"name":"width","url":"modules/misskey_entities_poll.misskeyentity.html#file.__type-6.__type-7.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.File.__type.__type"},{"id":22882,"kind":1024,"name":"height","url":"modules/misskey_entities_poll.misskeyentity.html#file.__type-6.__type-7.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.File.__type.__type"},{"id":22883,"kind":1024,"name":"avgColor","url":"modules/misskey_entities_poll.misskeyentity.html#file.__type-6.__type-7.avgcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.File.__type.__type"},{"id":22884,"kind":1024,"name":"url","url":"modules/misskey_entities_poll.misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.File.__type"},{"id":22885,"kind":1024,"name":"thumbnailUrl","url":"modules/misskey_entities_poll.misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.File.__type"},{"id":22886,"kind":4194304,"name":"Choice","url":"modules/misskey_entities_poll.misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":22887,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/poll.MisskeyEntity.Choice"},{"id":22888,"kind":1024,"name":"text","url":"modules/misskey_entities_poll.misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Choice.__type"},{"id":22889,"kind":1024,"name":"votes","url":"modules/misskey_entities_poll.misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Choice.__type"},{"id":22890,"kind":1024,"name":"isVoted","url":"modules/misskey_entities_poll.misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Choice.__type"},{"id":22891,"kind":4194304,"name":"Poll","url":"modules/misskey_entities_poll.misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":22892,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/poll.MisskeyEntity.Poll"},{"id":22893,"kind":1024,"name":"multiple","url":"modules/misskey_entities_poll.misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Poll.__type"},{"id":22894,"kind":1024,"name":"expiresAt","url":"modules/misskey_entities_poll.misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Poll.__type"},{"id":22895,"kind":1024,"name":"choices","url":"modules/misskey_entities_poll.misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Poll.__type"},{"id":22896,"kind":4194304,"name":"Note","url":"modules/misskey_entities_poll.misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":22897,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/poll.MisskeyEntity.Note"},{"id":22898,"kind":1024,"name":"id","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Note.__type"},{"id":22899,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Note.__type"},{"id":22900,"kind":1024,"name":"userId","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Note.__type"},{"id":22901,"kind":1024,"name":"user","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Note.__type"},{"id":22902,"kind":1024,"name":"text","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Note.__type"},{"id":22903,"kind":1024,"name":"cw","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Note.__type"},{"id":22904,"kind":1024,"name":"visibility","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Note.__type"},{"id":22905,"kind":1024,"name":"renoteCount","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Note.__type"},{"id":22906,"kind":1024,"name":"repliesCount","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Note.__type"},{"id":22907,"kind":1024,"name":"reactions","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Note.__type"},{"id":22908,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Note.__type"},{"id":22909,"kind":1024,"name":"emojis","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Note.__type"},{"id":22910,"kind":1024,"name":"fileIds","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Note.__type"},{"id":22911,"kind":1024,"name":"files","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Note.__type"},{"id":22912,"kind":1024,"name":"replyId","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Note.__type"},{"id":22913,"kind":1024,"name":"renoteId","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Note.__type"},{"id":22914,"kind":1024,"name":"uri","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Note.__type"},{"id":22915,"kind":1024,"name":"reply","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Note.__type"},{"id":22916,"kind":1024,"name":"renote","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Note.__type"},{"id":22917,"kind":1024,"name":"viaMobile","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Note.__type"},{"id":22918,"kind":1024,"name":"tags","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Note.__type"},{"id":22919,"kind":1024,"name":"poll","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Note.__type"},{"id":22920,"kind":1024,"name":"mentions","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Note.__type"},{"id":22921,"kind":1024,"name":"myReaction","url":"modules/misskey_entities_poll.misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Note.__type"},{"id":22922,"kind":4194304,"name":"UserDetail","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":22923,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/poll.MisskeyEntity.UserDetail"},{"id":22924,"kind":1024,"name":"id","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22925,"kind":1024,"name":"name","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22926,"kind":1024,"name":"username","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22927,"kind":1024,"name":"host","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22928,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22929,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22930,"kind":1024,"name":"isAdmin","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22931,"kind":1024,"name":"isModerator","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22932,"kind":1024,"name":"isBot","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22933,"kind":1024,"name":"isCat","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22934,"kind":1024,"name":"emojis","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22935,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22936,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22937,"kind":1024,"name":"bannerColor","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22938,"kind":1024,"name":"isLocked","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22939,"kind":1024,"name":"isSilenced","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22940,"kind":1024,"name":"isSuspended","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22941,"kind":1024,"name":"description","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22942,"kind":1024,"name":"followersCount","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22943,"kind":1024,"name":"followingCount","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22944,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22945,"kind":1024,"name":"avatarId","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22946,"kind":1024,"name":"bannerId","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22947,"kind":1024,"name":"pinnedNoteIds","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22948,"kind":1024,"name":"pinnedNotes","url":"modules/misskey_entities_poll.misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserDetail.__type"},{"id":22949,"kind":4194304,"name":"Blocking","url":"modules/misskey_entities_poll.misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":22950,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/poll.MisskeyEntity.Blocking"},{"id":22951,"kind":1024,"name":"id","url":"modules/misskey_entities_poll.misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Blocking.__type"},{"id":22952,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_poll.misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Blocking.__type"},{"id":22953,"kind":1024,"name":"blockeeId","url":"modules/misskey_entities_poll.misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Blocking.__type"},{"id":22954,"kind":1024,"name":"blockee","url":"modules/misskey_entities_poll.misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Blocking.__type"},{"id":22955,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_entities_poll.misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":22956,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/poll.MisskeyEntity.CreatedNote"},{"id":22957,"kind":1024,"name":"createdNote","url":"modules/misskey_entities_poll.misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.CreatedNote.__type"},{"id":22958,"kind":4194304,"name":"Favorite","url":"modules/misskey_entities_poll.misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":22959,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/poll.MisskeyEntity.Favorite"},{"id":22960,"kind":1024,"name":"id","url":"modules/misskey_entities_poll.misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Favorite.__type"},{"id":22961,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_poll.misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Favorite.__type"},{"id":22962,"kind":1024,"name":"noteId","url":"modules/misskey_entities_poll.misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Favorite.__type"},{"id":22963,"kind":1024,"name":"note","url":"modules/misskey_entities_poll.misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Favorite.__type"},{"id":22964,"kind":4194304,"name":"Follower","url":"modules/misskey_entities_poll.misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":22965,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/poll.MisskeyEntity.Follower"},{"id":22966,"kind":1024,"name":"id","url":"modules/misskey_entities_poll.misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Follower.__type"},{"id":22967,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_poll.misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Follower.__type"},{"id":22968,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_poll.misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Follower.__type"},{"id":22969,"kind":1024,"name":"followerId","url":"modules/misskey_entities_poll.misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Follower.__type"},{"id":22970,"kind":1024,"name":"follower","url":"modules/misskey_entities_poll.misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Follower.__type"},{"id":22971,"kind":4194304,"name":"Following","url":"modules/misskey_entities_poll.misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":22972,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/poll.MisskeyEntity.Following"},{"id":22973,"kind":1024,"name":"id","url":"modules/misskey_entities_poll.misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Following.__type"},{"id":22974,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_poll.misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Following.__type"},{"id":22975,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_poll.misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Following.__type"},{"id":22976,"kind":1024,"name":"followerId","url":"modules/misskey_entities_poll.misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Following.__type"},{"id":22977,"kind":1024,"name":"followee","url":"modules/misskey_entities_poll.misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Following.__type"},{"id":22978,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_entities_poll.misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":22979,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/poll.MisskeyEntity.FollowRequest"},{"id":22980,"kind":1024,"name":"id","url":"modules/misskey_entities_poll.misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.FollowRequest.__type"},{"id":22981,"kind":1024,"name":"follower","url":"modules/misskey_entities_poll.misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.FollowRequest.__type"},{"id":22982,"kind":1024,"name":"followee","url":"modules/misskey_entities_poll.misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.FollowRequest.__type"},{"id":22983,"kind":4194304,"name":"Hashtag","url":"modules/misskey_entities_poll.misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":22984,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/poll.MisskeyEntity.Hashtag"},{"id":22985,"kind":1024,"name":"tag","url":"modules/misskey_entities_poll.misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Hashtag.__type"},{"id":22986,"kind":1024,"name":"chart","url":"modules/misskey_entities_poll.misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Hashtag.__type"},{"id":22987,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_poll.misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Hashtag.__type"},{"id":22988,"kind":4194304,"name":"List","url":"modules/misskey_entities_poll.misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":22989,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/poll.MisskeyEntity.List"},{"id":22990,"kind":1024,"name":"id","url":"modules/misskey_entities_poll.misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.List.__type"},{"id":22991,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_poll.misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.List.__type"},{"id":22992,"kind":1024,"name":"name","url":"modules/misskey_entities_poll.misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.List.__type"},{"id":22993,"kind":1024,"name":"userIds","url":"modules/misskey_entities_poll.misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.List.__type"},{"id":22994,"kind":4194304,"name":"Meta","url":"modules/misskey_entities_poll.misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":22995,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/poll.MisskeyEntity.Meta"},{"id":22996,"kind":1024,"name":"maintainerName","url":"modules/misskey_entities_poll.misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Meta.__type"},{"id":22997,"kind":1024,"name":"maintainerEmail","url":"modules/misskey_entities_poll.misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Meta.__type"},{"id":22998,"kind":1024,"name":"name","url":"modules/misskey_entities_poll.misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Meta.__type"},{"id":22999,"kind":1024,"name":"version","url":"modules/misskey_entities_poll.misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Meta.__type"},{"id":23000,"kind":1024,"name":"uri","url":"modules/misskey_entities_poll.misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Meta.__type"},{"id":23001,"kind":1024,"name":"description","url":"modules/misskey_entities_poll.misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Meta.__type"},{"id":23002,"kind":1024,"name":"langs","url":"modules/misskey_entities_poll.misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Meta.__type"},{"id":23003,"kind":1024,"name":"disableRegistration","url":"modules/misskey_entities_poll.misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Meta.__type"},{"id":23004,"kind":1024,"name":"disableLocalTimeline","url":"modules/misskey_entities_poll.misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Meta.__type"},{"id":23005,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_poll.misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Meta.__type"},{"id":23006,"kind":1024,"name":"maxNoteTextLength","url":"modules/misskey_entities_poll.misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Meta.__type"},{"id":23007,"kind":1024,"name":"emojis","url":"modules/misskey_entities_poll.misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Meta.__type"},{"id":23008,"kind":4194304,"name":"Mute","url":"modules/misskey_entities_poll.misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":23009,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/poll.MisskeyEntity.Mute"},{"id":23010,"kind":1024,"name":"id","url":"modules/misskey_entities_poll.misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Mute.__type"},{"id":23011,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_poll.misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Mute.__type"},{"id":23012,"kind":1024,"name":"muteeId","url":"modules/misskey_entities_poll.misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Mute.__type"},{"id":23013,"kind":1024,"name":"mutee","url":"modules/misskey_entities_poll.misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Mute.__type"},{"id":23014,"kind":4194304,"name":"Notification","url":"modules/misskey_entities_poll.misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":23015,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/poll.MisskeyEntity.Notification"},{"id":23016,"kind":1024,"name":"id","url":"modules/misskey_entities_poll.misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Notification.__type"},{"id":23017,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_poll.misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Notification.__type"},{"id":23018,"kind":1024,"name":"type","url":"modules/misskey_entities_poll.misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Notification.__type"},{"id":23019,"kind":1024,"name":"userId","url":"modules/misskey_entities_poll.misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Notification.__type"},{"id":23020,"kind":1024,"name":"user","url":"modules/misskey_entities_poll.misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Notification.__type"},{"id":23021,"kind":1024,"name":"note","url":"modules/misskey_entities_poll.misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Notification.__type"},{"id":23022,"kind":1024,"name":"reaction","url":"modules/misskey_entities_poll.misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Notification.__type"},{"id":23023,"kind":4194304,"name":"NotificationType","url":"modules/misskey_entities_poll.misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":23024,"kind":4194304,"name":"Reaction","url":"modules/misskey_entities_poll.misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":23025,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/poll.MisskeyEntity.Reaction"},{"id":23026,"kind":1024,"name":"id","url":"modules/misskey_entities_poll.misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Reaction.__type"},{"id":23027,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_poll.misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Reaction.__type"},{"id":23028,"kind":1024,"name":"user","url":"modules/misskey_entities_poll.misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Reaction.__type"},{"id":23029,"kind":1024,"name":"type","url":"modules/misskey_entities_poll.misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Reaction.__type"},{"id":23030,"kind":4194304,"name":"Relation","url":"modules/misskey_entities_poll.misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":23031,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/poll.MisskeyEntity.Relation"},{"id":23032,"kind":1024,"name":"id","url":"modules/misskey_entities_poll.misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Relation.__type"},{"id":23033,"kind":1024,"name":"isFollowing","url":"modules/misskey_entities_poll.misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Relation.__type"},{"id":23034,"kind":1024,"name":"hasPendingFollowRequestFromYou","url":"modules/misskey_entities_poll.misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Relation.__type"},{"id":23035,"kind":1024,"name":"hasPendingFollowRequestToYou","url":"modules/misskey_entities_poll.misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Relation.__type"},{"id":23036,"kind":1024,"name":"isFollowed","url":"modules/misskey_entities_poll.misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Relation.__type"},{"id":23037,"kind":1024,"name":"isBlocking","url":"modules/misskey_entities_poll.misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Relation.__type"},{"id":23038,"kind":1024,"name":"isBlocked","url":"modules/misskey_entities_poll.misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Relation.__type"},{"id":23039,"kind":1024,"name":"isMuted","url":"modules/misskey_entities_poll.misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Relation.__type"},{"id":23040,"kind":4194304,"name":"UserKey","url":"modules/misskey_entities_poll.misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":23041,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/poll.MisskeyEntity.UserKey"},{"id":23042,"kind":1024,"name":"accessToken","url":"modules/misskey_entities_poll.misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserKey.__type"},{"id":23043,"kind":1024,"name":"user","url":"modules/misskey_entities_poll.misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.UserKey.__type"},{"id":23044,"kind":4194304,"name":"Session","url":"modules/misskey_entities_poll.misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":23045,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/poll.MisskeyEntity.Session"},{"id":23046,"kind":1024,"name":"token","url":"modules/misskey_entities_poll.misskeyentity.html#session.__type-21.token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Session.__type"},{"id":23047,"kind":1024,"name":"url","url":"modules/misskey_entities_poll.misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Session.__type"},{"id":23048,"kind":4194304,"name":"Stats","url":"modules/misskey_entities_poll.misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/poll.MisskeyEntity"},{"id":23049,"kind":65536,"name":"__type","url":"modules/misskey_entities_poll.misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/poll.MisskeyEntity.Stats"},{"id":23050,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_poll.misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Stats.__type"},{"id":23051,"kind":1024,"name":"originalNotesCount","url":"modules/misskey_entities_poll.misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Stats.__type"},{"id":23052,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_poll.misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Stats.__type"},{"id":23053,"kind":1024,"name":"originalUsersCount","url":"modules/misskey_entities_poll.misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Stats.__type"},{"id":23054,"kind":1024,"name":"instances","url":"modules/misskey_entities_poll.misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/poll.MisskeyEntity.Stats.__type"},{"id":23055,"kind":2,"name":"MisskeyEntity","url":"modules/misskey_entities_reaction.misskeyentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/entities/reaction"},{"id":23056,"kind":4194304,"name":"App","url":"modules/misskey_entities_reaction.misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23057,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/reaction.MisskeyEntity.App"},{"id":23058,"kind":1024,"name":"id","url":"modules/misskey_entities_reaction.misskeyentity.html#app.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.App.__type"},{"id":23059,"kind":1024,"name":"name","url":"modules/misskey_entities_reaction.misskeyentity.html#app.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.App.__type"},{"id":23060,"kind":1024,"name":"callbackUrl","url":"modules/misskey_entities_reaction.misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.App.__type"},{"id":23061,"kind":1024,"name":"permission","url":"modules/misskey_entities_reaction.misskeyentity.html#app.__type.permission","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.App.__type"},{"id":23062,"kind":1024,"name":"secret","url":"modules/misskey_entities_reaction.misskeyentity.html#app.__type.secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.App.__type"},{"id":23063,"kind":4194304,"name":"Emoji","url":"modules/misskey_entities_reaction.misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23064,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/reaction.MisskeyEntity.Emoji"},{"id":23065,"kind":1024,"name":"name","url":"modules/misskey_entities_reaction.misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Emoji.__type"},{"id":23066,"kind":1024,"name":"host","url":"modules/misskey_entities_reaction.misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Emoji.__type"},{"id":23067,"kind":1024,"name":"url","url":"modules/misskey_entities_reaction.misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Emoji.__type"},{"id":23068,"kind":1024,"name":"aliases","url":"modules/misskey_entities_reaction.misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Emoji.__type"},{"id":23069,"kind":4194304,"name":"User","url":"modules/misskey_entities_reaction.misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23070,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/reaction.MisskeyEntity.User"},{"id":23071,"kind":1024,"name":"id","url":"modules/misskey_entities_reaction.misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.User.__type"},{"id":23072,"kind":1024,"name":"name","url":"modules/misskey_entities_reaction.misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.User.__type"},{"id":23073,"kind":1024,"name":"username","url":"modules/misskey_entities_reaction.misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.User.__type"},{"id":23074,"kind":1024,"name":"host","url":"modules/misskey_entities_reaction.misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.User.__type"},{"id":23075,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_reaction.misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.User.__type"},{"id":23076,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_reaction.misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.User.__type"},{"id":23077,"kind":1024,"name":"emojis","url":"modules/misskey_entities_reaction.misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.User.__type"},{"id":23078,"kind":4194304,"name":"File","url":"modules/misskey_entities_reaction.misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23079,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/reaction.MisskeyEntity.File"},{"id":23080,"kind":1024,"name":"id","url":"modules/misskey_entities_reaction.misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.File.__type"},{"id":23081,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_reaction.misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.File.__type"},{"id":23082,"kind":1024,"name":"name","url":"modules/misskey_entities_reaction.misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.File.__type"},{"id":23083,"kind":1024,"name":"type","url":"modules/misskey_entities_reaction.misskeyentity.html#file.__type-6.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.File.__type"},{"id":23084,"kind":1024,"name":"md5","url":"modules/misskey_entities_reaction.misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.File.__type"},{"id":23085,"kind":1024,"name":"size","url":"modules/misskey_entities_reaction.misskeyentity.html#file.__type-6.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.File.__type"},{"id":23086,"kind":1024,"name":"isSensitive","url":"modules/misskey_entities_reaction.misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.File.__type"},{"id":23087,"kind":1024,"name":"properties","url":"modules/misskey_entities_reaction.misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.File.__type"},{"id":23088,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#file.__type-6.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.File.__type"},{"id":23089,"kind":1024,"name":"width","url":"modules/misskey_entities_reaction.misskeyentity.html#file.__type-6.__type-7.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.File.__type.__type"},{"id":23090,"kind":1024,"name":"height","url":"modules/misskey_entities_reaction.misskeyentity.html#file.__type-6.__type-7.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.File.__type.__type"},{"id":23091,"kind":1024,"name":"avgColor","url":"modules/misskey_entities_reaction.misskeyentity.html#file.__type-6.__type-7.avgcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.File.__type.__type"},{"id":23092,"kind":1024,"name":"url","url":"modules/misskey_entities_reaction.misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.File.__type"},{"id":23093,"kind":1024,"name":"thumbnailUrl","url":"modules/misskey_entities_reaction.misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.File.__type"},{"id":23094,"kind":4194304,"name":"Choice","url":"modules/misskey_entities_reaction.misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23095,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/reaction.MisskeyEntity.Choice"},{"id":23096,"kind":1024,"name":"text","url":"modules/misskey_entities_reaction.misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Choice.__type"},{"id":23097,"kind":1024,"name":"votes","url":"modules/misskey_entities_reaction.misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Choice.__type"},{"id":23098,"kind":1024,"name":"isVoted","url":"modules/misskey_entities_reaction.misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Choice.__type"},{"id":23099,"kind":4194304,"name":"Poll","url":"modules/misskey_entities_reaction.misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23100,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/reaction.MisskeyEntity.Poll"},{"id":23101,"kind":1024,"name":"multiple","url":"modules/misskey_entities_reaction.misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Poll.__type"},{"id":23102,"kind":1024,"name":"expiresAt","url":"modules/misskey_entities_reaction.misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Poll.__type"},{"id":23103,"kind":1024,"name":"choices","url":"modules/misskey_entities_reaction.misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Poll.__type"},{"id":23104,"kind":4194304,"name":"Note","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23105,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/reaction.MisskeyEntity.Note"},{"id":23106,"kind":1024,"name":"id","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Note.__type"},{"id":23107,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Note.__type"},{"id":23108,"kind":1024,"name":"userId","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Note.__type"},{"id":23109,"kind":1024,"name":"user","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Note.__type"},{"id":23110,"kind":1024,"name":"text","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Note.__type"},{"id":23111,"kind":1024,"name":"cw","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Note.__type"},{"id":23112,"kind":1024,"name":"visibility","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Note.__type"},{"id":23113,"kind":1024,"name":"renoteCount","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Note.__type"},{"id":23114,"kind":1024,"name":"repliesCount","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Note.__type"},{"id":23115,"kind":1024,"name":"reactions","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Note.__type"},{"id":23116,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Note.__type"},{"id":23117,"kind":1024,"name":"emojis","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Note.__type"},{"id":23118,"kind":1024,"name":"fileIds","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Note.__type"},{"id":23119,"kind":1024,"name":"files","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Note.__type"},{"id":23120,"kind":1024,"name":"replyId","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Note.__type"},{"id":23121,"kind":1024,"name":"renoteId","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Note.__type"},{"id":23122,"kind":1024,"name":"uri","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Note.__type"},{"id":23123,"kind":1024,"name":"reply","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Note.__type"},{"id":23124,"kind":1024,"name":"renote","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Note.__type"},{"id":23125,"kind":1024,"name":"viaMobile","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Note.__type"},{"id":23126,"kind":1024,"name":"tags","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Note.__type"},{"id":23127,"kind":1024,"name":"poll","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Note.__type"},{"id":23128,"kind":1024,"name":"mentions","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Note.__type"},{"id":23129,"kind":1024,"name":"myReaction","url":"modules/misskey_entities_reaction.misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Note.__type"},{"id":23130,"kind":4194304,"name":"UserDetail","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23131,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail"},{"id":23132,"kind":1024,"name":"id","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23133,"kind":1024,"name":"name","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23134,"kind":1024,"name":"username","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23135,"kind":1024,"name":"host","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23136,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23137,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23138,"kind":1024,"name":"isAdmin","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23139,"kind":1024,"name":"isModerator","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23140,"kind":1024,"name":"isBot","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23141,"kind":1024,"name":"isCat","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23142,"kind":1024,"name":"emojis","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23143,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23144,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23145,"kind":1024,"name":"bannerColor","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23146,"kind":1024,"name":"isLocked","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23147,"kind":1024,"name":"isSilenced","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23148,"kind":1024,"name":"isSuspended","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23149,"kind":1024,"name":"description","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23150,"kind":1024,"name":"followersCount","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23151,"kind":1024,"name":"followingCount","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23152,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23153,"kind":1024,"name":"avatarId","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23154,"kind":1024,"name":"bannerId","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23155,"kind":1024,"name":"pinnedNoteIds","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23156,"kind":1024,"name":"pinnedNotes","url":"modules/misskey_entities_reaction.misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserDetail.__type"},{"id":23157,"kind":4194304,"name":"Blocking","url":"modules/misskey_entities_reaction.misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23158,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/reaction.MisskeyEntity.Blocking"},{"id":23159,"kind":1024,"name":"id","url":"modules/misskey_entities_reaction.misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Blocking.__type"},{"id":23160,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_reaction.misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Blocking.__type"},{"id":23161,"kind":1024,"name":"blockeeId","url":"modules/misskey_entities_reaction.misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Blocking.__type"},{"id":23162,"kind":1024,"name":"blockee","url":"modules/misskey_entities_reaction.misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Blocking.__type"},{"id":23163,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_entities_reaction.misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23164,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/reaction.MisskeyEntity.CreatedNote"},{"id":23165,"kind":1024,"name":"createdNote","url":"modules/misskey_entities_reaction.misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.CreatedNote.__type"},{"id":23166,"kind":4194304,"name":"Favorite","url":"modules/misskey_entities_reaction.misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23167,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/reaction.MisskeyEntity.Favorite"},{"id":23168,"kind":1024,"name":"id","url":"modules/misskey_entities_reaction.misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Favorite.__type"},{"id":23169,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_reaction.misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Favorite.__type"},{"id":23170,"kind":1024,"name":"noteId","url":"modules/misskey_entities_reaction.misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Favorite.__type"},{"id":23171,"kind":1024,"name":"note","url":"modules/misskey_entities_reaction.misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Favorite.__type"},{"id":23172,"kind":4194304,"name":"Follower","url":"modules/misskey_entities_reaction.misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23173,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/reaction.MisskeyEntity.Follower"},{"id":23174,"kind":1024,"name":"id","url":"modules/misskey_entities_reaction.misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Follower.__type"},{"id":23175,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_reaction.misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Follower.__type"},{"id":23176,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_reaction.misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Follower.__type"},{"id":23177,"kind":1024,"name":"followerId","url":"modules/misskey_entities_reaction.misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Follower.__type"},{"id":23178,"kind":1024,"name":"follower","url":"modules/misskey_entities_reaction.misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Follower.__type"},{"id":23179,"kind":4194304,"name":"Following","url":"modules/misskey_entities_reaction.misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23180,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/reaction.MisskeyEntity.Following"},{"id":23181,"kind":1024,"name":"id","url":"modules/misskey_entities_reaction.misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Following.__type"},{"id":23182,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_reaction.misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Following.__type"},{"id":23183,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_reaction.misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Following.__type"},{"id":23184,"kind":1024,"name":"followerId","url":"modules/misskey_entities_reaction.misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Following.__type"},{"id":23185,"kind":1024,"name":"followee","url":"modules/misskey_entities_reaction.misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Following.__type"},{"id":23186,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_entities_reaction.misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23187,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/reaction.MisskeyEntity.FollowRequest"},{"id":23188,"kind":1024,"name":"id","url":"modules/misskey_entities_reaction.misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.FollowRequest.__type"},{"id":23189,"kind":1024,"name":"follower","url":"modules/misskey_entities_reaction.misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.FollowRequest.__type"},{"id":23190,"kind":1024,"name":"followee","url":"modules/misskey_entities_reaction.misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.FollowRequest.__type"},{"id":23191,"kind":4194304,"name":"Hashtag","url":"modules/misskey_entities_reaction.misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23192,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/reaction.MisskeyEntity.Hashtag"},{"id":23193,"kind":1024,"name":"tag","url":"modules/misskey_entities_reaction.misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Hashtag.__type"},{"id":23194,"kind":1024,"name":"chart","url":"modules/misskey_entities_reaction.misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Hashtag.__type"},{"id":23195,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_reaction.misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Hashtag.__type"},{"id":23196,"kind":4194304,"name":"List","url":"modules/misskey_entities_reaction.misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23197,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/reaction.MisskeyEntity.List"},{"id":23198,"kind":1024,"name":"id","url":"modules/misskey_entities_reaction.misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.List.__type"},{"id":23199,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_reaction.misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.List.__type"},{"id":23200,"kind":1024,"name":"name","url":"modules/misskey_entities_reaction.misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.List.__type"},{"id":23201,"kind":1024,"name":"userIds","url":"modules/misskey_entities_reaction.misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.List.__type"},{"id":23202,"kind":4194304,"name":"Meta","url":"modules/misskey_entities_reaction.misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23203,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/reaction.MisskeyEntity.Meta"},{"id":23204,"kind":1024,"name":"maintainerName","url":"modules/misskey_entities_reaction.misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Meta.__type"},{"id":23205,"kind":1024,"name":"maintainerEmail","url":"modules/misskey_entities_reaction.misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Meta.__type"},{"id":23206,"kind":1024,"name":"name","url":"modules/misskey_entities_reaction.misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Meta.__type"},{"id":23207,"kind":1024,"name":"version","url":"modules/misskey_entities_reaction.misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Meta.__type"},{"id":23208,"kind":1024,"name":"uri","url":"modules/misskey_entities_reaction.misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Meta.__type"},{"id":23209,"kind":1024,"name":"description","url":"modules/misskey_entities_reaction.misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Meta.__type"},{"id":23210,"kind":1024,"name":"langs","url":"modules/misskey_entities_reaction.misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Meta.__type"},{"id":23211,"kind":1024,"name":"disableRegistration","url":"modules/misskey_entities_reaction.misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Meta.__type"},{"id":23212,"kind":1024,"name":"disableLocalTimeline","url":"modules/misskey_entities_reaction.misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Meta.__type"},{"id":23213,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_reaction.misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Meta.__type"},{"id":23214,"kind":1024,"name":"maxNoteTextLength","url":"modules/misskey_entities_reaction.misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Meta.__type"},{"id":23215,"kind":1024,"name":"emojis","url":"modules/misskey_entities_reaction.misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Meta.__type"},{"id":23216,"kind":4194304,"name":"Mute","url":"modules/misskey_entities_reaction.misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23217,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/reaction.MisskeyEntity.Mute"},{"id":23218,"kind":1024,"name":"id","url":"modules/misskey_entities_reaction.misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Mute.__type"},{"id":23219,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_reaction.misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Mute.__type"},{"id":23220,"kind":1024,"name":"muteeId","url":"modules/misskey_entities_reaction.misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Mute.__type"},{"id":23221,"kind":1024,"name":"mutee","url":"modules/misskey_entities_reaction.misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Mute.__type"},{"id":23222,"kind":4194304,"name":"Notification","url":"modules/misskey_entities_reaction.misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23223,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/reaction.MisskeyEntity.Notification"},{"id":23224,"kind":1024,"name":"id","url":"modules/misskey_entities_reaction.misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Notification.__type"},{"id":23225,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_reaction.misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Notification.__type"},{"id":23226,"kind":1024,"name":"type","url":"modules/misskey_entities_reaction.misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Notification.__type"},{"id":23227,"kind":1024,"name":"userId","url":"modules/misskey_entities_reaction.misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Notification.__type"},{"id":23228,"kind":1024,"name":"user","url":"modules/misskey_entities_reaction.misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Notification.__type"},{"id":23229,"kind":1024,"name":"note","url":"modules/misskey_entities_reaction.misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Notification.__type"},{"id":23230,"kind":1024,"name":"reaction","url":"modules/misskey_entities_reaction.misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Notification.__type"},{"id":23231,"kind":4194304,"name":"NotificationType","url":"modules/misskey_entities_reaction.misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23232,"kind":4194304,"name":"Reaction","url":"modules/misskey_entities_reaction.misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23233,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/reaction.MisskeyEntity.Reaction"},{"id":23234,"kind":1024,"name":"id","url":"modules/misskey_entities_reaction.misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Reaction.__type"},{"id":23235,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_reaction.misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Reaction.__type"},{"id":23236,"kind":1024,"name":"user","url":"modules/misskey_entities_reaction.misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Reaction.__type"},{"id":23237,"kind":1024,"name":"type","url":"modules/misskey_entities_reaction.misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Reaction.__type"},{"id":23238,"kind":4194304,"name":"Relation","url":"modules/misskey_entities_reaction.misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23239,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/reaction.MisskeyEntity.Relation"},{"id":23240,"kind":1024,"name":"id","url":"modules/misskey_entities_reaction.misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Relation.__type"},{"id":23241,"kind":1024,"name":"isFollowing","url":"modules/misskey_entities_reaction.misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Relation.__type"},{"id":23242,"kind":1024,"name":"hasPendingFollowRequestFromYou","url":"modules/misskey_entities_reaction.misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Relation.__type"},{"id":23243,"kind":1024,"name":"hasPendingFollowRequestToYou","url":"modules/misskey_entities_reaction.misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Relation.__type"},{"id":23244,"kind":1024,"name":"isFollowed","url":"modules/misskey_entities_reaction.misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Relation.__type"},{"id":23245,"kind":1024,"name":"isBlocking","url":"modules/misskey_entities_reaction.misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Relation.__type"},{"id":23246,"kind":1024,"name":"isBlocked","url":"modules/misskey_entities_reaction.misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Relation.__type"},{"id":23247,"kind":1024,"name":"isMuted","url":"modules/misskey_entities_reaction.misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Relation.__type"},{"id":23248,"kind":4194304,"name":"UserKey","url":"modules/misskey_entities_reaction.misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23249,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/reaction.MisskeyEntity.UserKey"},{"id":23250,"kind":1024,"name":"accessToken","url":"modules/misskey_entities_reaction.misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserKey.__type"},{"id":23251,"kind":1024,"name":"user","url":"modules/misskey_entities_reaction.misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.UserKey.__type"},{"id":23252,"kind":4194304,"name":"Session","url":"modules/misskey_entities_reaction.misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23253,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/reaction.MisskeyEntity.Session"},{"id":23254,"kind":1024,"name":"token","url":"modules/misskey_entities_reaction.misskeyentity.html#session.__type-21.token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Session.__type"},{"id":23255,"kind":1024,"name":"url","url":"modules/misskey_entities_reaction.misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Session.__type"},{"id":23256,"kind":4194304,"name":"Stats","url":"modules/misskey_entities_reaction.misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/reaction.MisskeyEntity"},{"id":23257,"kind":65536,"name":"__type","url":"modules/misskey_entities_reaction.misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/reaction.MisskeyEntity.Stats"},{"id":23258,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_reaction.misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Stats.__type"},{"id":23259,"kind":1024,"name":"originalNotesCount","url":"modules/misskey_entities_reaction.misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Stats.__type"},{"id":23260,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_reaction.misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Stats.__type"},{"id":23261,"kind":1024,"name":"originalUsersCount","url":"modules/misskey_entities_reaction.misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Stats.__type"},{"id":23262,"kind":1024,"name":"instances","url":"modules/misskey_entities_reaction.misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/reaction.MisskeyEntity.Stats.__type"},{"id":23263,"kind":2,"name":"MisskeyEntity","url":"modules/misskey_entities_relation.misskeyentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/entities/relation"},{"id":23264,"kind":4194304,"name":"App","url":"modules/misskey_entities_relation.misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23265,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/relation.MisskeyEntity.App"},{"id":23266,"kind":1024,"name":"id","url":"modules/misskey_entities_relation.misskeyentity.html#app.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.App.__type"},{"id":23267,"kind":1024,"name":"name","url":"modules/misskey_entities_relation.misskeyentity.html#app.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.App.__type"},{"id":23268,"kind":1024,"name":"callbackUrl","url":"modules/misskey_entities_relation.misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.App.__type"},{"id":23269,"kind":1024,"name":"permission","url":"modules/misskey_entities_relation.misskeyentity.html#app.__type.permission","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.App.__type"},{"id":23270,"kind":1024,"name":"secret","url":"modules/misskey_entities_relation.misskeyentity.html#app.__type.secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.App.__type"},{"id":23271,"kind":4194304,"name":"Emoji","url":"modules/misskey_entities_relation.misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23272,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/relation.MisskeyEntity.Emoji"},{"id":23273,"kind":1024,"name":"name","url":"modules/misskey_entities_relation.misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Emoji.__type"},{"id":23274,"kind":1024,"name":"host","url":"modules/misskey_entities_relation.misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Emoji.__type"},{"id":23275,"kind":1024,"name":"url","url":"modules/misskey_entities_relation.misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Emoji.__type"},{"id":23276,"kind":1024,"name":"aliases","url":"modules/misskey_entities_relation.misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Emoji.__type"},{"id":23277,"kind":4194304,"name":"User","url":"modules/misskey_entities_relation.misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23278,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/relation.MisskeyEntity.User"},{"id":23279,"kind":1024,"name":"id","url":"modules/misskey_entities_relation.misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.User.__type"},{"id":23280,"kind":1024,"name":"name","url":"modules/misskey_entities_relation.misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.User.__type"},{"id":23281,"kind":1024,"name":"username","url":"modules/misskey_entities_relation.misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.User.__type"},{"id":23282,"kind":1024,"name":"host","url":"modules/misskey_entities_relation.misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.User.__type"},{"id":23283,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_relation.misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.User.__type"},{"id":23284,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_relation.misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.User.__type"},{"id":23285,"kind":1024,"name":"emojis","url":"modules/misskey_entities_relation.misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.User.__type"},{"id":23286,"kind":4194304,"name":"File","url":"modules/misskey_entities_relation.misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23287,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/relation.MisskeyEntity.File"},{"id":23288,"kind":1024,"name":"id","url":"modules/misskey_entities_relation.misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.File.__type"},{"id":23289,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_relation.misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.File.__type"},{"id":23290,"kind":1024,"name":"name","url":"modules/misskey_entities_relation.misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.File.__type"},{"id":23291,"kind":1024,"name":"type","url":"modules/misskey_entities_relation.misskeyentity.html#file.__type-6.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.File.__type"},{"id":23292,"kind":1024,"name":"md5","url":"modules/misskey_entities_relation.misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.File.__type"},{"id":23293,"kind":1024,"name":"size","url":"modules/misskey_entities_relation.misskeyentity.html#file.__type-6.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.File.__type"},{"id":23294,"kind":1024,"name":"isSensitive","url":"modules/misskey_entities_relation.misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.File.__type"},{"id":23295,"kind":1024,"name":"properties","url":"modules/misskey_entities_relation.misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.File.__type"},{"id":23296,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#file.__type-6.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.File.__type"},{"id":23297,"kind":1024,"name":"width","url":"modules/misskey_entities_relation.misskeyentity.html#file.__type-6.__type-7.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.File.__type.__type"},{"id":23298,"kind":1024,"name":"height","url":"modules/misskey_entities_relation.misskeyentity.html#file.__type-6.__type-7.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.File.__type.__type"},{"id":23299,"kind":1024,"name":"avgColor","url":"modules/misskey_entities_relation.misskeyentity.html#file.__type-6.__type-7.avgcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.File.__type.__type"},{"id":23300,"kind":1024,"name":"url","url":"modules/misskey_entities_relation.misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.File.__type"},{"id":23301,"kind":1024,"name":"thumbnailUrl","url":"modules/misskey_entities_relation.misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.File.__type"},{"id":23302,"kind":4194304,"name":"Choice","url":"modules/misskey_entities_relation.misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23303,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/relation.MisskeyEntity.Choice"},{"id":23304,"kind":1024,"name":"text","url":"modules/misskey_entities_relation.misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Choice.__type"},{"id":23305,"kind":1024,"name":"votes","url":"modules/misskey_entities_relation.misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Choice.__type"},{"id":23306,"kind":1024,"name":"isVoted","url":"modules/misskey_entities_relation.misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Choice.__type"},{"id":23307,"kind":4194304,"name":"Poll","url":"modules/misskey_entities_relation.misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23308,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/relation.MisskeyEntity.Poll"},{"id":23309,"kind":1024,"name":"multiple","url":"modules/misskey_entities_relation.misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Poll.__type"},{"id":23310,"kind":1024,"name":"expiresAt","url":"modules/misskey_entities_relation.misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Poll.__type"},{"id":23311,"kind":1024,"name":"choices","url":"modules/misskey_entities_relation.misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Poll.__type"},{"id":23312,"kind":4194304,"name":"Note","url":"modules/misskey_entities_relation.misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23313,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/relation.MisskeyEntity.Note"},{"id":23314,"kind":1024,"name":"id","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Note.__type"},{"id":23315,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Note.__type"},{"id":23316,"kind":1024,"name":"userId","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Note.__type"},{"id":23317,"kind":1024,"name":"user","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Note.__type"},{"id":23318,"kind":1024,"name":"text","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Note.__type"},{"id":23319,"kind":1024,"name":"cw","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Note.__type"},{"id":23320,"kind":1024,"name":"visibility","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Note.__type"},{"id":23321,"kind":1024,"name":"renoteCount","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Note.__type"},{"id":23322,"kind":1024,"name":"repliesCount","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Note.__type"},{"id":23323,"kind":1024,"name":"reactions","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Note.__type"},{"id":23324,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Note.__type"},{"id":23325,"kind":1024,"name":"emojis","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Note.__type"},{"id":23326,"kind":1024,"name":"fileIds","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Note.__type"},{"id":23327,"kind":1024,"name":"files","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Note.__type"},{"id":23328,"kind":1024,"name":"replyId","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Note.__type"},{"id":23329,"kind":1024,"name":"renoteId","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Note.__type"},{"id":23330,"kind":1024,"name":"uri","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Note.__type"},{"id":23331,"kind":1024,"name":"reply","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Note.__type"},{"id":23332,"kind":1024,"name":"renote","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Note.__type"},{"id":23333,"kind":1024,"name":"viaMobile","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Note.__type"},{"id":23334,"kind":1024,"name":"tags","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Note.__type"},{"id":23335,"kind":1024,"name":"poll","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Note.__type"},{"id":23336,"kind":1024,"name":"mentions","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Note.__type"},{"id":23337,"kind":1024,"name":"myReaction","url":"modules/misskey_entities_relation.misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Note.__type"},{"id":23338,"kind":4194304,"name":"UserDetail","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23339,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/relation.MisskeyEntity.UserDetail"},{"id":23340,"kind":1024,"name":"id","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23341,"kind":1024,"name":"name","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23342,"kind":1024,"name":"username","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23343,"kind":1024,"name":"host","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23344,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23345,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23346,"kind":1024,"name":"isAdmin","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23347,"kind":1024,"name":"isModerator","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23348,"kind":1024,"name":"isBot","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23349,"kind":1024,"name":"isCat","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23350,"kind":1024,"name":"emojis","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23351,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23352,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23353,"kind":1024,"name":"bannerColor","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23354,"kind":1024,"name":"isLocked","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23355,"kind":1024,"name":"isSilenced","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23356,"kind":1024,"name":"isSuspended","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23357,"kind":1024,"name":"description","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23358,"kind":1024,"name":"followersCount","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23359,"kind":1024,"name":"followingCount","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23360,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23361,"kind":1024,"name":"avatarId","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23362,"kind":1024,"name":"bannerId","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23363,"kind":1024,"name":"pinnedNoteIds","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23364,"kind":1024,"name":"pinnedNotes","url":"modules/misskey_entities_relation.misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserDetail.__type"},{"id":23365,"kind":4194304,"name":"Blocking","url":"modules/misskey_entities_relation.misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23366,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/relation.MisskeyEntity.Blocking"},{"id":23367,"kind":1024,"name":"id","url":"modules/misskey_entities_relation.misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Blocking.__type"},{"id":23368,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_relation.misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Blocking.__type"},{"id":23369,"kind":1024,"name":"blockeeId","url":"modules/misskey_entities_relation.misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Blocking.__type"},{"id":23370,"kind":1024,"name":"blockee","url":"modules/misskey_entities_relation.misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Blocking.__type"},{"id":23371,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_entities_relation.misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23372,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/relation.MisskeyEntity.CreatedNote"},{"id":23373,"kind":1024,"name":"createdNote","url":"modules/misskey_entities_relation.misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.CreatedNote.__type"},{"id":23374,"kind":4194304,"name":"Favorite","url":"modules/misskey_entities_relation.misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23375,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/relation.MisskeyEntity.Favorite"},{"id":23376,"kind":1024,"name":"id","url":"modules/misskey_entities_relation.misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Favorite.__type"},{"id":23377,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_relation.misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Favorite.__type"},{"id":23378,"kind":1024,"name":"noteId","url":"modules/misskey_entities_relation.misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Favorite.__type"},{"id":23379,"kind":1024,"name":"note","url":"modules/misskey_entities_relation.misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Favorite.__type"},{"id":23380,"kind":4194304,"name":"Follower","url":"modules/misskey_entities_relation.misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23381,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/relation.MisskeyEntity.Follower"},{"id":23382,"kind":1024,"name":"id","url":"modules/misskey_entities_relation.misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Follower.__type"},{"id":23383,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_relation.misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Follower.__type"},{"id":23384,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_relation.misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Follower.__type"},{"id":23385,"kind":1024,"name":"followerId","url":"modules/misskey_entities_relation.misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Follower.__type"},{"id":23386,"kind":1024,"name":"follower","url":"modules/misskey_entities_relation.misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Follower.__type"},{"id":23387,"kind":4194304,"name":"Following","url":"modules/misskey_entities_relation.misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23388,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/relation.MisskeyEntity.Following"},{"id":23389,"kind":1024,"name":"id","url":"modules/misskey_entities_relation.misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Following.__type"},{"id":23390,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_relation.misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Following.__type"},{"id":23391,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_relation.misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Following.__type"},{"id":23392,"kind":1024,"name":"followerId","url":"modules/misskey_entities_relation.misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Following.__type"},{"id":23393,"kind":1024,"name":"followee","url":"modules/misskey_entities_relation.misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Following.__type"},{"id":23394,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_entities_relation.misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23395,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/relation.MisskeyEntity.FollowRequest"},{"id":23396,"kind":1024,"name":"id","url":"modules/misskey_entities_relation.misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.FollowRequest.__type"},{"id":23397,"kind":1024,"name":"follower","url":"modules/misskey_entities_relation.misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.FollowRequest.__type"},{"id":23398,"kind":1024,"name":"followee","url":"modules/misskey_entities_relation.misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.FollowRequest.__type"},{"id":23399,"kind":4194304,"name":"Hashtag","url":"modules/misskey_entities_relation.misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23400,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/relation.MisskeyEntity.Hashtag"},{"id":23401,"kind":1024,"name":"tag","url":"modules/misskey_entities_relation.misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Hashtag.__type"},{"id":23402,"kind":1024,"name":"chart","url":"modules/misskey_entities_relation.misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Hashtag.__type"},{"id":23403,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_relation.misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Hashtag.__type"},{"id":23404,"kind":4194304,"name":"List","url":"modules/misskey_entities_relation.misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23405,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/relation.MisskeyEntity.List"},{"id":23406,"kind":1024,"name":"id","url":"modules/misskey_entities_relation.misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.List.__type"},{"id":23407,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_relation.misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.List.__type"},{"id":23408,"kind":1024,"name":"name","url":"modules/misskey_entities_relation.misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.List.__type"},{"id":23409,"kind":1024,"name":"userIds","url":"modules/misskey_entities_relation.misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.List.__type"},{"id":23410,"kind":4194304,"name":"Meta","url":"modules/misskey_entities_relation.misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23411,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/relation.MisskeyEntity.Meta"},{"id":23412,"kind":1024,"name":"maintainerName","url":"modules/misskey_entities_relation.misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Meta.__type"},{"id":23413,"kind":1024,"name":"maintainerEmail","url":"modules/misskey_entities_relation.misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Meta.__type"},{"id":23414,"kind":1024,"name":"name","url":"modules/misskey_entities_relation.misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Meta.__type"},{"id":23415,"kind":1024,"name":"version","url":"modules/misskey_entities_relation.misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Meta.__type"},{"id":23416,"kind":1024,"name":"uri","url":"modules/misskey_entities_relation.misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Meta.__type"},{"id":23417,"kind":1024,"name":"description","url":"modules/misskey_entities_relation.misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Meta.__type"},{"id":23418,"kind":1024,"name":"langs","url":"modules/misskey_entities_relation.misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Meta.__type"},{"id":23419,"kind":1024,"name":"disableRegistration","url":"modules/misskey_entities_relation.misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Meta.__type"},{"id":23420,"kind":1024,"name":"disableLocalTimeline","url":"modules/misskey_entities_relation.misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Meta.__type"},{"id":23421,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_relation.misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Meta.__type"},{"id":23422,"kind":1024,"name":"maxNoteTextLength","url":"modules/misskey_entities_relation.misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Meta.__type"},{"id":23423,"kind":1024,"name":"emojis","url":"modules/misskey_entities_relation.misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Meta.__type"},{"id":23424,"kind":4194304,"name":"Mute","url":"modules/misskey_entities_relation.misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23425,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/relation.MisskeyEntity.Mute"},{"id":23426,"kind":1024,"name":"id","url":"modules/misskey_entities_relation.misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Mute.__type"},{"id":23427,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_relation.misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Mute.__type"},{"id":23428,"kind":1024,"name":"muteeId","url":"modules/misskey_entities_relation.misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Mute.__type"},{"id":23429,"kind":1024,"name":"mutee","url":"modules/misskey_entities_relation.misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Mute.__type"},{"id":23430,"kind":4194304,"name":"Notification","url":"modules/misskey_entities_relation.misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23431,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/relation.MisskeyEntity.Notification"},{"id":23432,"kind":1024,"name":"id","url":"modules/misskey_entities_relation.misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Notification.__type"},{"id":23433,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_relation.misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Notification.__type"},{"id":23434,"kind":1024,"name":"type","url":"modules/misskey_entities_relation.misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Notification.__type"},{"id":23435,"kind":1024,"name":"userId","url":"modules/misskey_entities_relation.misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Notification.__type"},{"id":23436,"kind":1024,"name":"user","url":"modules/misskey_entities_relation.misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Notification.__type"},{"id":23437,"kind":1024,"name":"note","url":"modules/misskey_entities_relation.misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Notification.__type"},{"id":23438,"kind":1024,"name":"reaction","url":"modules/misskey_entities_relation.misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Notification.__type"},{"id":23439,"kind":4194304,"name":"NotificationType","url":"modules/misskey_entities_relation.misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23440,"kind":4194304,"name":"Reaction","url":"modules/misskey_entities_relation.misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23441,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/relation.MisskeyEntity.Reaction"},{"id":23442,"kind":1024,"name":"id","url":"modules/misskey_entities_relation.misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Reaction.__type"},{"id":23443,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_relation.misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Reaction.__type"},{"id":23444,"kind":1024,"name":"user","url":"modules/misskey_entities_relation.misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Reaction.__type"},{"id":23445,"kind":1024,"name":"type","url":"modules/misskey_entities_relation.misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Reaction.__type"},{"id":23446,"kind":4194304,"name":"Relation","url":"modules/misskey_entities_relation.misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23447,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/relation.MisskeyEntity.Relation"},{"id":23448,"kind":1024,"name":"id","url":"modules/misskey_entities_relation.misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Relation.__type"},{"id":23449,"kind":1024,"name":"isFollowing","url":"modules/misskey_entities_relation.misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Relation.__type"},{"id":23450,"kind":1024,"name":"hasPendingFollowRequestFromYou","url":"modules/misskey_entities_relation.misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Relation.__type"},{"id":23451,"kind":1024,"name":"hasPendingFollowRequestToYou","url":"modules/misskey_entities_relation.misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Relation.__type"},{"id":23452,"kind":1024,"name":"isFollowed","url":"modules/misskey_entities_relation.misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Relation.__type"},{"id":23453,"kind":1024,"name":"isBlocking","url":"modules/misskey_entities_relation.misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Relation.__type"},{"id":23454,"kind":1024,"name":"isBlocked","url":"modules/misskey_entities_relation.misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Relation.__type"},{"id":23455,"kind":1024,"name":"isMuted","url":"modules/misskey_entities_relation.misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Relation.__type"},{"id":23456,"kind":4194304,"name":"UserKey","url":"modules/misskey_entities_relation.misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23457,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/relation.MisskeyEntity.UserKey"},{"id":23458,"kind":1024,"name":"accessToken","url":"modules/misskey_entities_relation.misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserKey.__type"},{"id":23459,"kind":1024,"name":"user","url":"modules/misskey_entities_relation.misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.UserKey.__type"},{"id":23460,"kind":4194304,"name":"Session","url":"modules/misskey_entities_relation.misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23461,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/relation.MisskeyEntity.Session"},{"id":23462,"kind":1024,"name":"token","url":"modules/misskey_entities_relation.misskeyentity.html#session.__type-21.token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Session.__type"},{"id":23463,"kind":1024,"name":"url","url":"modules/misskey_entities_relation.misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Session.__type"},{"id":23464,"kind":4194304,"name":"Stats","url":"modules/misskey_entities_relation.misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/relation.MisskeyEntity"},{"id":23465,"kind":65536,"name":"__type","url":"modules/misskey_entities_relation.misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/relation.MisskeyEntity.Stats"},{"id":23466,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_relation.misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Stats.__type"},{"id":23467,"kind":1024,"name":"originalNotesCount","url":"modules/misskey_entities_relation.misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Stats.__type"},{"id":23468,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_relation.misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Stats.__type"},{"id":23469,"kind":1024,"name":"originalUsersCount","url":"modules/misskey_entities_relation.misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Stats.__type"},{"id":23470,"kind":1024,"name":"instances","url":"modules/misskey_entities_relation.misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/relation.MisskeyEntity.Stats.__type"},{"id":23471,"kind":2,"name":"MisskeyEntity","url":"modules/misskey_entities_session.misskeyentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/entities/session"},{"id":23472,"kind":4194304,"name":"App","url":"modules/misskey_entities_session.misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23473,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/session.MisskeyEntity.App"},{"id":23474,"kind":1024,"name":"id","url":"modules/misskey_entities_session.misskeyentity.html#app.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.App.__type"},{"id":23475,"kind":1024,"name":"name","url":"modules/misskey_entities_session.misskeyentity.html#app.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.App.__type"},{"id":23476,"kind":1024,"name":"callbackUrl","url":"modules/misskey_entities_session.misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.App.__type"},{"id":23477,"kind":1024,"name":"permission","url":"modules/misskey_entities_session.misskeyentity.html#app.__type.permission","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.App.__type"},{"id":23478,"kind":1024,"name":"secret","url":"modules/misskey_entities_session.misskeyentity.html#app.__type.secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.App.__type"},{"id":23479,"kind":4194304,"name":"Emoji","url":"modules/misskey_entities_session.misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23480,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/session.MisskeyEntity.Emoji"},{"id":23481,"kind":1024,"name":"name","url":"modules/misskey_entities_session.misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Emoji.__type"},{"id":23482,"kind":1024,"name":"host","url":"modules/misskey_entities_session.misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Emoji.__type"},{"id":23483,"kind":1024,"name":"url","url":"modules/misskey_entities_session.misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Emoji.__type"},{"id":23484,"kind":1024,"name":"aliases","url":"modules/misskey_entities_session.misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Emoji.__type"},{"id":23485,"kind":4194304,"name":"User","url":"modules/misskey_entities_session.misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23486,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/session.MisskeyEntity.User"},{"id":23487,"kind":1024,"name":"id","url":"modules/misskey_entities_session.misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.User.__type"},{"id":23488,"kind":1024,"name":"name","url":"modules/misskey_entities_session.misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.User.__type"},{"id":23489,"kind":1024,"name":"username","url":"modules/misskey_entities_session.misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.User.__type"},{"id":23490,"kind":1024,"name":"host","url":"modules/misskey_entities_session.misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.User.__type"},{"id":23491,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_session.misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.User.__type"},{"id":23492,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_session.misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.User.__type"},{"id":23493,"kind":1024,"name":"emojis","url":"modules/misskey_entities_session.misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.User.__type"},{"id":23494,"kind":4194304,"name":"File","url":"modules/misskey_entities_session.misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23495,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/session.MisskeyEntity.File"},{"id":23496,"kind":1024,"name":"id","url":"modules/misskey_entities_session.misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.File.__type"},{"id":23497,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_session.misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.File.__type"},{"id":23498,"kind":1024,"name":"name","url":"modules/misskey_entities_session.misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.File.__type"},{"id":23499,"kind":1024,"name":"type","url":"modules/misskey_entities_session.misskeyentity.html#file.__type-6.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.File.__type"},{"id":23500,"kind":1024,"name":"md5","url":"modules/misskey_entities_session.misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.File.__type"},{"id":23501,"kind":1024,"name":"size","url":"modules/misskey_entities_session.misskeyentity.html#file.__type-6.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.File.__type"},{"id":23502,"kind":1024,"name":"isSensitive","url":"modules/misskey_entities_session.misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.File.__type"},{"id":23503,"kind":1024,"name":"properties","url":"modules/misskey_entities_session.misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.File.__type"},{"id":23504,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#file.__type-6.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.File.__type"},{"id":23505,"kind":1024,"name":"width","url":"modules/misskey_entities_session.misskeyentity.html#file.__type-6.__type-7.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.File.__type.__type"},{"id":23506,"kind":1024,"name":"height","url":"modules/misskey_entities_session.misskeyentity.html#file.__type-6.__type-7.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.File.__type.__type"},{"id":23507,"kind":1024,"name":"avgColor","url":"modules/misskey_entities_session.misskeyentity.html#file.__type-6.__type-7.avgcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.File.__type.__type"},{"id":23508,"kind":1024,"name":"url","url":"modules/misskey_entities_session.misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.File.__type"},{"id":23509,"kind":1024,"name":"thumbnailUrl","url":"modules/misskey_entities_session.misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.File.__type"},{"id":23510,"kind":4194304,"name":"Choice","url":"modules/misskey_entities_session.misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23511,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/session.MisskeyEntity.Choice"},{"id":23512,"kind":1024,"name":"text","url":"modules/misskey_entities_session.misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Choice.__type"},{"id":23513,"kind":1024,"name":"votes","url":"modules/misskey_entities_session.misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Choice.__type"},{"id":23514,"kind":1024,"name":"isVoted","url":"modules/misskey_entities_session.misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Choice.__type"},{"id":23515,"kind":4194304,"name":"Poll","url":"modules/misskey_entities_session.misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23516,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/session.MisskeyEntity.Poll"},{"id":23517,"kind":1024,"name":"multiple","url":"modules/misskey_entities_session.misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Poll.__type"},{"id":23518,"kind":1024,"name":"expiresAt","url":"modules/misskey_entities_session.misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Poll.__type"},{"id":23519,"kind":1024,"name":"choices","url":"modules/misskey_entities_session.misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Poll.__type"},{"id":23520,"kind":4194304,"name":"Note","url":"modules/misskey_entities_session.misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23521,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/session.MisskeyEntity.Note"},{"id":23522,"kind":1024,"name":"id","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Note.__type"},{"id":23523,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Note.__type"},{"id":23524,"kind":1024,"name":"userId","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Note.__type"},{"id":23525,"kind":1024,"name":"user","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Note.__type"},{"id":23526,"kind":1024,"name":"text","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Note.__type"},{"id":23527,"kind":1024,"name":"cw","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Note.__type"},{"id":23528,"kind":1024,"name":"visibility","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Note.__type"},{"id":23529,"kind":1024,"name":"renoteCount","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Note.__type"},{"id":23530,"kind":1024,"name":"repliesCount","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Note.__type"},{"id":23531,"kind":1024,"name":"reactions","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Note.__type"},{"id":23532,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Note.__type"},{"id":23533,"kind":1024,"name":"emojis","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Note.__type"},{"id":23534,"kind":1024,"name":"fileIds","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Note.__type"},{"id":23535,"kind":1024,"name":"files","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Note.__type"},{"id":23536,"kind":1024,"name":"replyId","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Note.__type"},{"id":23537,"kind":1024,"name":"renoteId","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Note.__type"},{"id":23538,"kind":1024,"name":"uri","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Note.__type"},{"id":23539,"kind":1024,"name":"reply","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Note.__type"},{"id":23540,"kind":1024,"name":"renote","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Note.__type"},{"id":23541,"kind":1024,"name":"viaMobile","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Note.__type"},{"id":23542,"kind":1024,"name":"tags","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Note.__type"},{"id":23543,"kind":1024,"name":"poll","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Note.__type"},{"id":23544,"kind":1024,"name":"mentions","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Note.__type"},{"id":23545,"kind":1024,"name":"myReaction","url":"modules/misskey_entities_session.misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Note.__type"},{"id":23546,"kind":4194304,"name":"UserDetail","url":"modules/misskey_entities_session.misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23547,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/session.MisskeyEntity.UserDetail"},{"id":23548,"kind":1024,"name":"id","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23549,"kind":1024,"name":"name","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23550,"kind":1024,"name":"username","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23551,"kind":1024,"name":"host","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23552,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23553,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23554,"kind":1024,"name":"isAdmin","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23555,"kind":1024,"name":"isModerator","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23556,"kind":1024,"name":"isBot","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23557,"kind":1024,"name":"isCat","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23558,"kind":1024,"name":"emojis","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23559,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23560,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23561,"kind":1024,"name":"bannerColor","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23562,"kind":1024,"name":"isLocked","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23563,"kind":1024,"name":"isSilenced","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23564,"kind":1024,"name":"isSuspended","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23565,"kind":1024,"name":"description","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23566,"kind":1024,"name":"followersCount","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23567,"kind":1024,"name":"followingCount","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23568,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23569,"kind":1024,"name":"avatarId","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23570,"kind":1024,"name":"bannerId","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23571,"kind":1024,"name":"pinnedNoteIds","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23572,"kind":1024,"name":"pinnedNotes","url":"modules/misskey_entities_session.misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserDetail.__type"},{"id":23573,"kind":4194304,"name":"Blocking","url":"modules/misskey_entities_session.misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23574,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/session.MisskeyEntity.Blocking"},{"id":23575,"kind":1024,"name":"id","url":"modules/misskey_entities_session.misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Blocking.__type"},{"id":23576,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_session.misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Blocking.__type"},{"id":23577,"kind":1024,"name":"blockeeId","url":"modules/misskey_entities_session.misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Blocking.__type"},{"id":23578,"kind":1024,"name":"blockee","url":"modules/misskey_entities_session.misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Blocking.__type"},{"id":23579,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_entities_session.misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23580,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/session.MisskeyEntity.CreatedNote"},{"id":23581,"kind":1024,"name":"createdNote","url":"modules/misskey_entities_session.misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.CreatedNote.__type"},{"id":23582,"kind":4194304,"name":"Favorite","url":"modules/misskey_entities_session.misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23583,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/session.MisskeyEntity.Favorite"},{"id":23584,"kind":1024,"name":"id","url":"modules/misskey_entities_session.misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Favorite.__type"},{"id":23585,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_session.misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Favorite.__type"},{"id":23586,"kind":1024,"name":"noteId","url":"modules/misskey_entities_session.misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Favorite.__type"},{"id":23587,"kind":1024,"name":"note","url":"modules/misskey_entities_session.misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Favorite.__type"},{"id":23588,"kind":4194304,"name":"Follower","url":"modules/misskey_entities_session.misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23589,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/session.MisskeyEntity.Follower"},{"id":23590,"kind":1024,"name":"id","url":"modules/misskey_entities_session.misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Follower.__type"},{"id":23591,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_session.misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Follower.__type"},{"id":23592,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_session.misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Follower.__type"},{"id":23593,"kind":1024,"name":"followerId","url":"modules/misskey_entities_session.misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Follower.__type"},{"id":23594,"kind":1024,"name":"follower","url":"modules/misskey_entities_session.misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Follower.__type"},{"id":23595,"kind":4194304,"name":"Following","url":"modules/misskey_entities_session.misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23596,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/session.MisskeyEntity.Following"},{"id":23597,"kind":1024,"name":"id","url":"modules/misskey_entities_session.misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Following.__type"},{"id":23598,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_session.misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Following.__type"},{"id":23599,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_session.misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Following.__type"},{"id":23600,"kind":1024,"name":"followerId","url":"modules/misskey_entities_session.misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Following.__type"},{"id":23601,"kind":1024,"name":"followee","url":"modules/misskey_entities_session.misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Following.__type"},{"id":23602,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_entities_session.misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23603,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/session.MisskeyEntity.FollowRequest"},{"id":23604,"kind":1024,"name":"id","url":"modules/misskey_entities_session.misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.FollowRequest.__type"},{"id":23605,"kind":1024,"name":"follower","url":"modules/misskey_entities_session.misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.FollowRequest.__type"},{"id":23606,"kind":1024,"name":"followee","url":"modules/misskey_entities_session.misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.FollowRequest.__type"},{"id":23607,"kind":4194304,"name":"Hashtag","url":"modules/misskey_entities_session.misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23608,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/session.MisskeyEntity.Hashtag"},{"id":23609,"kind":1024,"name":"tag","url":"modules/misskey_entities_session.misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Hashtag.__type"},{"id":23610,"kind":1024,"name":"chart","url":"modules/misskey_entities_session.misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Hashtag.__type"},{"id":23611,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_session.misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Hashtag.__type"},{"id":23612,"kind":4194304,"name":"List","url":"modules/misskey_entities_session.misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23613,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/session.MisskeyEntity.List"},{"id":23614,"kind":1024,"name":"id","url":"modules/misskey_entities_session.misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.List.__type"},{"id":23615,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_session.misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.List.__type"},{"id":23616,"kind":1024,"name":"name","url":"modules/misskey_entities_session.misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.List.__type"},{"id":23617,"kind":1024,"name":"userIds","url":"modules/misskey_entities_session.misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.List.__type"},{"id":23618,"kind":4194304,"name":"Meta","url":"modules/misskey_entities_session.misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23619,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/session.MisskeyEntity.Meta"},{"id":23620,"kind":1024,"name":"maintainerName","url":"modules/misskey_entities_session.misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Meta.__type"},{"id":23621,"kind":1024,"name":"maintainerEmail","url":"modules/misskey_entities_session.misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Meta.__type"},{"id":23622,"kind":1024,"name":"name","url":"modules/misskey_entities_session.misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Meta.__type"},{"id":23623,"kind":1024,"name":"version","url":"modules/misskey_entities_session.misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Meta.__type"},{"id":23624,"kind":1024,"name":"uri","url":"modules/misskey_entities_session.misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Meta.__type"},{"id":23625,"kind":1024,"name":"description","url":"modules/misskey_entities_session.misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Meta.__type"},{"id":23626,"kind":1024,"name":"langs","url":"modules/misskey_entities_session.misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Meta.__type"},{"id":23627,"kind":1024,"name":"disableRegistration","url":"modules/misskey_entities_session.misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Meta.__type"},{"id":23628,"kind":1024,"name":"disableLocalTimeline","url":"modules/misskey_entities_session.misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Meta.__type"},{"id":23629,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_session.misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Meta.__type"},{"id":23630,"kind":1024,"name":"maxNoteTextLength","url":"modules/misskey_entities_session.misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Meta.__type"},{"id":23631,"kind":1024,"name":"emojis","url":"modules/misskey_entities_session.misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Meta.__type"},{"id":23632,"kind":4194304,"name":"Mute","url":"modules/misskey_entities_session.misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23633,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/session.MisskeyEntity.Mute"},{"id":23634,"kind":1024,"name":"id","url":"modules/misskey_entities_session.misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Mute.__type"},{"id":23635,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_session.misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Mute.__type"},{"id":23636,"kind":1024,"name":"muteeId","url":"modules/misskey_entities_session.misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Mute.__type"},{"id":23637,"kind":1024,"name":"mutee","url":"modules/misskey_entities_session.misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Mute.__type"},{"id":23638,"kind":4194304,"name":"Notification","url":"modules/misskey_entities_session.misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23639,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/session.MisskeyEntity.Notification"},{"id":23640,"kind":1024,"name":"id","url":"modules/misskey_entities_session.misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Notification.__type"},{"id":23641,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_session.misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Notification.__type"},{"id":23642,"kind":1024,"name":"type","url":"modules/misskey_entities_session.misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Notification.__type"},{"id":23643,"kind":1024,"name":"userId","url":"modules/misskey_entities_session.misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Notification.__type"},{"id":23644,"kind":1024,"name":"user","url":"modules/misskey_entities_session.misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Notification.__type"},{"id":23645,"kind":1024,"name":"note","url":"modules/misskey_entities_session.misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Notification.__type"},{"id":23646,"kind":1024,"name":"reaction","url":"modules/misskey_entities_session.misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Notification.__type"},{"id":23647,"kind":4194304,"name":"NotificationType","url":"modules/misskey_entities_session.misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23648,"kind":4194304,"name":"Reaction","url":"modules/misskey_entities_session.misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23649,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/session.MisskeyEntity.Reaction"},{"id":23650,"kind":1024,"name":"id","url":"modules/misskey_entities_session.misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Reaction.__type"},{"id":23651,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_session.misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Reaction.__type"},{"id":23652,"kind":1024,"name":"user","url":"modules/misskey_entities_session.misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Reaction.__type"},{"id":23653,"kind":1024,"name":"type","url":"modules/misskey_entities_session.misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Reaction.__type"},{"id":23654,"kind":4194304,"name":"Relation","url":"modules/misskey_entities_session.misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23655,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/session.MisskeyEntity.Relation"},{"id":23656,"kind":1024,"name":"id","url":"modules/misskey_entities_session.misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Relation.__type"},{"id":23657,"kind":1024,"name":"isFollowing","url":"modules/misskey_entities_session.misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Relation.__type"},{"id":23658,"kind":1024,"name":"hasPendingFollowRequestFromYou","url":"modules/misskey_entities_session.misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Relation.__type"},{"id":23659,"kind":1024,"name":"hasPendingFollowRequestToYou","url":"modules/misskey_entities_session.misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Relation.__type"},{"id":23660,"kind":1024,"name":"isFollowed","url":"modules/misskey_entities_session.misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Relation.__type"},{"id":23661,"kind":1024,"name":"isBlocking","url":"modules/misskey_entities_session.misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Relation.__type"},{"id":23662,"kind":1024,"name":"isBlocked","url":"modules/misskey_entities_session.misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Relation.__type"},{"id":23663,"kind":1024,"name":"isMuted","url":"modules/misskey_entities_session.misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Relation.__type"},{"id":23664,"kind":4194304,"name":"UserKey","url":"modules/misskey_entities_session.misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23665,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/session.MisskeyEntity.UserKey"},{"id":23666,"kind":1024,"name":"accessToken","url":"modules/misskey_entities_session.misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserKey.__type"},{"id":23667,"kind":1024,"name":"user","url":"modules/misskey_entities_session.misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.UserKey.__type"},{"id":23668,"kind":4194304,"name":"Session","url":"modules/misskey_entities_session.misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23669,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/session.MisskeyEntity.Session"},{"id":23670,"kind":1024,"name":"token","url":"modules/misskey_entities_session.misskeyentity.html#session.__type-21.token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Session.__type"},{"id":23671,"kind":1024,"name":"url","url":"modules/misskey_entities_session.misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Session.__type"},{"id":23672,"kind":4194304,"name":"Stats","url":"modules/misskey_entities_session.misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/session.MisskeyEntity"},{"id":23673,"kind":65536,"name":"__type","url":"modules/misskey_entities_session.misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/session.MisskeyEntity.Stats"},{"id":23674,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_session.misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Stats.__type"},{"id":23675,"kind":1024,"name":"originalNotesCount","url":"modules/misskey_entities_session.misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Stats.__type"},{"id":23676,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_session.misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Stats.__type"},{"id":23677,"kind":1024,"name":"originalUsersCount","url":"modules/misskey_entities_session.misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Stats.__type"},{"id":23678,"kind":1024,"name":"instances","url":"modules/misskey_entities_session.misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/session.MisskeyEntity.Stats.__type"},{"id":23679,"kind":2,"name":"MisskeyEntity","url":"modules/misskey_entities_stats.misskeyentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/entities/stats"},{"id":23680,"kind":4194304,"name":"App","url":"modules/misskey_entities_stats.misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23681,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/stats.MisskeyEntity.App"},{"id":23682,"kind":1024,"name":"id","url":"modules/misskey_entities_stats.misskeyentity.html#app.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.App.__type"},{"id":23683,"kind":1024,"name":"name","url":"modules/misskey_entities_stats.misskeyentity.html#app.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.App.__type"},{"id":23684,"kind":1024,"name":"callbackUrl","url":"modules/misskey_entities_stats.misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.App.__type"},{"id":23685,"kind":1024,"name":"permission","url":"modules/misskey_entities_stats.misskeyentity.html#app.__type.permission","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.App.__type"},{"id":23686,"kind":1024,"name":"secret","url":"modules/misskey_entities_stats.misskeyentity.html#app.__type.secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.App.__type"},{"id":23687,"kind":4194304,"name":"Emoji","url":"modules/misskey_entities_stats.misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23688,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/stats.MisskeyEntity.Emoji"},{"id":23689,"kind":1024,"name":"name","url":"modules/misskey_entities_stats.misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Emoji.__type"},{"id":23690,"kind":1024,"name":"host","url":"modules/misskey_entities_stats.misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Emoji.__type"},{"id":23691,"kind":1024,"name":"url","url":"modules/misskey_entities_stats.misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Emoji.__type"},{"id":23692,"kind":1024,"name":"aliases","url":"modules/misskey_entities_stats.misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Emoji.__type"},{"id":23693,"kind":4194304,"name":"User","url":"modules/misskey_entities_stats.misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23694,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/stats.MisskeyEntity.User"},{"id":23695,"kind":1024,"name":"id","url":"modules/misskey_entities_stats.misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.User.__type"},{"id":23696,"kind":1024,"name":"name","url":"modules/misskey_entities_stats.misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.User.__type"},{"id":23697,"kind":1024,"name":"username","url":"modules/misskey_entities_stats.misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.User.__type"},{"id":23698,"kind":1024,"name":"host","url":"modules/misskey_entities_stats.misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.User.__type"},{"id":23699,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_stats.misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.User.__type"},{"id":23700,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_stats.misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.User.__type"},{"id":23701,"kind":1024,"name":"emojis","url":"modules/misskey_entities_stats.misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.User.__type"},{"id":23702,"kind":4194304,"name":"File","url":"modules/misskey_entities_stats.misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23703,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/stats.MisskeyEntity.File"},{"id":23704,"kind":1024,"name":"id","url":"modules/misskey_entities_stats.misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.File.__type"},{"id":23705,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_stats.misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.File.__type"},{"id":23706,"kind":1024,"name":"name","url":"modules/misskey_entities_stats.misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.File.__type"},{"id":23707,"kind":1024,"name":"type","url":"modules/misskey_entities_stats.misskeyentity.html#file.__type-6.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.File.__type"},{"id":23708,"kind":1024,"name":"md5","url":"modules/misskey_entities_stats.misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.File.__type"},{"id":23709,"kind":1024,"name":"size","url":"modules/misskey_entities_stats.misskeyentity.html#file.__type-6.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.File.__type"},{"id":23710,"kind":1024,"name":"isSensitive","url":"modules/misskey_entities_stats.misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.File.__type"},{"id":23711,"kind":1024,"name":"properties","url":"modules/misskey_entities_stats.misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.File.__type"},{"id":23712,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#file.__type-6.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.File.__type"},{"id":23713,"kind":1024,"name":"width","url":"modules/misskey_entities_stats.misskeyentity.html#file.__type-6.__type-7.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.File.__type.__type"},{"id":23714,"kind":1024,"name":"height","url":"modules/misskey_entities_stats.misskeyentity.html#file.__type-6.__type-7.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.File.__type.__type"},{"id":23715,"kind":1024,"name":"avgColor","url":"modules/misskey_entities_stats.misskeyentity.html#file.__type-6.__type-7.avgcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.File.__type.__type"},{"id":23716,"kind":1024,"name":"url","url":"modules/misskey_entities_stats.misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.File.__type"},{"id":23717,"kind":1024,"name":"thumbnailUrl","url":"modules/misskey_entities_stats.misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.File.__type"},{"id":23718,"kind":4194304,"name":"Choice","url":"modules/misskey_entities_stats.misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23719,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/stats.MisskeyEntity.Choice"},{"id":23720,"kind":1024,"name":"text","url":"modules/misskey_entities_stats.misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Choice.__type"},{"id":23721,"kind":1024,"name":"votes","url":"modules/misskey_entities_stats.misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Choice.__type"},{"id":23722,"kind":1024,"name":"isVoted","url":"modules/misskey_entities_stats.misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Choice.__type"},{"id":23723,"kind":4194304,"name":"Poll","url":"modules/misskey_entities_stats.misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23724,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/stats.MisskeyEntity.Poll"},{"id":23725,"kind":1024,"name":"multiple","url":"modules/misskey_entities_stats.misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Poll.__type"},{"id":23726,"kind":1024,"name":"expiresAt","url":"modules/misskey_entities_stats.misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Poll.__type"},{"id":23727,"kind":1024,"name":"choices","url":"modules/misskey_entities_stats.misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Poll.__type"},{"id":23728,"kind":4194304,"name":"Note","url":"modules/misskey_entities_stats.misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23729,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/stats.MisskeyEntity.Note"},{"id":23730,"kind":1024,"name":"id","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Note.__type"},{"id":23731,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Note.__type"},{"id":23732,"kind":1024,"name":"userId","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Note.__type"},{"id":23733,"kind":1024,"name":"user","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Note.__type"},{"id":23734,"kind":1024,"name":"text","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Note.__type"},{"id":23735,"kind":1024,"name":"cw","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Note.__type"},{"id":23736,"kind":1024,"name":"visibility","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Note.__type"},{"id":23737,"kind":1024,"name":"renoteCount","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Note.__type"},{"id":23738,"kind":1024,"name":"repliesCount","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Note.__type"},{"id":23739,"kind":1024,"name":"reactions","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Note.__type"},{"id":23740,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Note.__type"},{"id":23741,"kind":1024,"name":"emojis","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Note.__type"},{"id":23742,"kind":1024,"name":"fileIds","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Note.__type"},{"id":23743,"kind":1024,"name":"files","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Note.__type"},{"id":23744,"kind":1024,"name":"replyId","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Note.__type"},{"id":23745,"kind":1024,"name":"renoteId","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Note.__type"},{"id":23746,"kind":1024,"name":"uri","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Note.__type"},{"id":23747,"kind":1024,"name":"reply","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Note.__type"},{"id":23748,"kind":1024,"name":"renote","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Note.__type"},{"id":23749,"kind":1024,"name":"viaMobile","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Note.__type"},{"id":23750,"kind":1024,"name":"tags","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Note.__type"},{"id":23751,"kind":1024,"name":"poll","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Note.__type"},{"id":23752,"kind":1024,"name":"mentions","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Note.__type"},{"id":23753,"kind":1024,"name":"myReaction","url":"modules/misskey_entities_stats.misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Note.__type"},{"id":23754,"kind":4194304,"name":"UserDetail","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23755,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/stats.MisskeyEntity.UserDetail"},{"id":23756,"kind":1024,"name":"id","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23757,"kind":1024,"name":"name","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23758,"kind":1024,"name":"username","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23759,"kind":1024,"name":"host","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23760,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23761,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23762,"kind":1024,"name":"isAdmin","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23763,"kind":1024,"name":"isModerator","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23764,"kind":1024,"name":"isBot","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23765,"kind":1024,"name":"isCat","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23766,"kind":1024,"name":"emojis","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23767,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23768,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23769,"kind":1024,"name":"bannerColor","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23770,"kind":1024,"name":"isLocked","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23771,"kind":1024,"name":"isSilenced","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23772,"kind":1024,"name":"isSuspended","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23773,"kind":1024,"name":"description","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23774,"kind":1024,"name":"followersCount","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23775,"kind":1024,"name":"followingCount","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23776,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23777,"kind":1024,"name":"avatarId","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23778,"kind":1024,"name":"bannerId","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23779,"kind":1024,"name":"pinnedNoteIds","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23780,"kind":1024,"name":"pinnedNotes","url":"modules/misskey_entities_stats.misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserDetail.__type"},{"id":23781,"kind":4194304,"name":"Blocking","url":"modules/misskey_entities_stats.misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23782,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/stats.MisskeyEntity.Blocking"},{"id":23783,"kind":1024,"name":"id","url":"modules/misskey_entities_stats.misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Blocking.__type"},{"id":23784,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_stats.misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Blocking.__type"},{"id":23785,"kind":1024,"name":"blockeeId","url":"modules/misskey_entities_stats.misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Blocking.__type"},{"id":23786,"kind":1024,"name":"blockee","url":"modules/misskey_entities_stats.misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Blocking.__type"},{"id":23787,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_entities_stats.misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23788,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/stats.MisskeyEntity.CreatedNote"},{"id":23789,"kind":1024,"name":"createdNote","url":"modules/misskey_entities_stats.misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.CreatedNote.__type"},{"id":23790,"kind":4194304,"name":"Favorite","url":"modules/misskey_entities_stats.misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23791,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/stats.MisskeyEntity.Favorite"},{"id":23792,"kind":1024,"name":"id","url":"modules/misskey_entities_stats.misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Favorite.__type"},{"id":23793,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_stats.misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Favorite.__type"},{"id":23794,"kind":1024,"name":"noteId","url":"modules/misskey_entities_stats.misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Favorite.__type"},{"id":23795,"kind":1024,"name":"note","url":"modules/misskey_entities_stats.misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Favorite.__type"},{"id":23796,"kind":4194304,"name":"Follower","url":"modules/misskey_entities_stats.misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23797,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/stats.MisskeyEntity.Follower"},{"id":23798,"kind":1024,"name":"id","url":"modules/misskey_entities_stats.misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Follower.__type"},{"id":23799,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_stats.misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Follower.__type"},{"id":23800,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_stats.misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Follower.__type"},{"id":23801,"kind":1024,"name":"followerId","url":"modules/misskey_entities_stats.misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Follower.__type"},{"id":23802,"kind":1024,"name":"follower","url":"modules/misskey_entities_stats.misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Follower.__type"},{"id":23803,"kind":4194304,"name":"Following","url":"modules/misskey_entities_stats.misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23804,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/stats.MisskeyEntity.Following"},{"id":23805,"kind":1024,"name":"id","url":"modules/misskey_entities_stats.misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Following.__type"},{"id":23806,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_stats.misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Following.__type"},{"id":23807,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_stats.misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Following.__type"},{"id":23808,"kind":1024,"name":"followerId","url":"modules/misskey_entities_stats.misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Following.__type"},{"id":23809,"kind":1024,"name":"followee","url":"modules/misskey_entities_stats.misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Following.__type"},{"id":23810,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_entities_stats.misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23811,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/stats.MisskeyEntity.FollowRequest"},{"id":23812,"kind":1024,"name":"id","url":"modules/misskey_entities_stats.misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.FollowRequest.__type"},{"id":23813,"kind":1024,"name":"follower","url":"modules/misskey_entities_stats.misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.FollowRequest.__type"},{"id":23814,"kind":1024,"name":"followee","url":"modules/misskey_entities_stats.misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.FollowRequest.__type"},{"id":23815,"kind":4194304,"name":"Hashtag","url":"modules/misskey_entities_stats.misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23816,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/stats.MisskeyEntity.Hashtag"},{"id":23817,"kind":1024,"name":"tag","url":"modules/misskey_entities_stats.misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Hashtag.__type"},{"id":23818,"kind":1024,"name":"chart","url":"modules/misskey_entities_stats.misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Hashtag.__type"},{"id":23819,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_stats.misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Hashtag.__type"},{"id":23820,"kind":4194304,"name":"List","url":"modules/misskey_entities_stats.misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23821,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/stats.MisskeyEntity.List"},{"id":23822,"kind":1024,"name":"id","url":"modules/misskey_entities_stats.misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.List.__type"},{"id":23823,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_stats.misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.List.__type"},{"id":23824,"kind":1024,"name":"name","url":"modules/misskey_entities_stats.misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.List.__type"},{"id":23825,"kind":1024,"name":"userIds","url":"modules/misskey_entities_stats.misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.List.__type"},{"id":23826,"kind":4194304,"name":"Meta","url":"modules/misskey_entities_stats.misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23827,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/stats.MisskeyEntity.Meta"},{"id":23828,"kind":1024,"name":"maintainerName","url":"modules/misskey_entities_stats.misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Meta.__type"},{"id":23829,"kind":1024,"name":"maintainerEmail","url":"modules/misskey_entities_stats.misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Meta.__type"},{"id":23830,"kind":1024,"name":"name","url":"modules/misskey_entities_stats.misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Meta.__type"},{"id":23831,"kind":1024,"name":"version","url":"modules/misskey_entities_stats.misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Meta.__type"},{"id":23832,"kind":1024,"name":"uri","url":"modules/misskey_entities_stats.misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Meta.__type"},{"id":23833,"kind":1024,"name":"description","url":"modules/misskey_entities_stats.misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Meta.__type"},{"id":23834,"kind":1024,"name":"langs","url":"modules/misskey_entities_stats.misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Meta.__type"},{"id":23835,"kind":1024,"name":"disableRegistration","url":"modules/misskey_entities_stats.misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Meta.__type"},{"id":23836,"kind":1024,"name":"disableLocalTimeline","url":"modules/misskey_entities_stats.misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Meta.__type"},{"id":23837,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_stats.misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Meta.__type"},{"id":23838,"kind":1024,"name":"maxNoteTextLength","url":"modules/misskey_entities_stats.misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Meta.__type"},{"id":23839,"kind":1024,"name":"emojis","url":"modules/misskey_entities_stats.misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Meta.__type"},{"id":23840,"kind":4194304,"name":"Mute","url":"modules/misskey_entities_stats.misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23841,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/stats.MisskeyEntity.Mute"},{"id":23842,"kind":1024,"name":"id","url":"modules/misskey_entities_stats.misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Mute.__type"},{"id":23843,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_stats.misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Mute.__type"},{"id":23844,"kind":1024,"name":"muteeId","url":"modules/misskey_entities_stats.misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Mute.__type"},{"id":23845,"kind":1024,"name":"mutee","url":"modules/misskey_entities_stats.misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Mute.__type"},{"id":23846,"kind":4194304,"name":"Notification","url":"modules/misskey_entities_stats.misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23847,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/stats.MisskeyEntity.Notification"},{"id":23848,"kind":1024,"name":"id","url":"modules/misskey_entities_stats.misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Notification.__type"},{"id":23849,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_stats.misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Notification.__type"},{"id":23850,"kind":1024,"name":"type","url":"modules/misskey_entities_stats.misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Notification.__type"},{"id":23851,"kind":1024,"name":"userId","url":"modules/misskey_entities_stats.misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Notification.__type"},{"id":23852,"kind":1024,"name":"user","url":"modules/misskey_entities_stats.misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Notification.__type"},{"id":23853,"kind":1024,"name":"note","url":"modules/misskey_entities_stats.misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Notification.__type"},{"id":23854,"kind":1024,"name":"reaction","url":"modules/misskey_entities_stats.misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Notification.__type"},{"id":23855,"kind":4194304,"name":"NotificationType","url":"modules/misskey_entities_stats.misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23856,"kind":4194304,"name":"Reaction","url":"modules/misskey_entities_stats.misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23857,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/stats.MisskeyEntity.Reaction"},{"id":23858,"kind":1024,"name":"id","url":"modules/misskey_entities_stats.misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Reaction.__type"},{"id":23859,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_stats.misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Reaction.__type"},{"id":23860,"kind":1024,"name":"user","url":"modules/misskey_entities_stats.misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Reaction.__type"},{"id":23861,"kind":1024,"name":"type","url":"modules/misskey_entities_stats.misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Reaction.__type"},{"id":23862,"kind":4194304,"name":"Relation","url":"modules/misskey_entities_stats.misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23863,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/stats.MisskeyEntity.Relation"},{"id":23864,"kind":1024,"name":"id","url":"modules/misskey_entities_stats.misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Relation.__type"},{"id":23865,"kind":1024,"name":"isFollowing","url":"modules/misskey_entities_stats.misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Relation.__type"},{"id":23866,"kind":1024,"name":"hasPendingFollowRequestFromYou","url":"modules/misskey_entities_stats.misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Relation.__type"},{"id":23867,"kind":1024,"name":"hasPendingFollowRequestToYou","url":"modules/misskey_entities_stats.misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Relation.__type"},{"id":23868,"kind":1024,"name":"isFollowed","url":"modules/misskey_entities_stats.misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Relation.__type"},{"id":23869,"kind":1024,"name":"isBlocking","url":"modules/misskey_entities_stats.misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Relation.__type"},{"id":23870,"kind":1024,"name":"isBlocked","url":"modules/misskey_entities_stats.misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Relation.__type"},{"id":23871,"kind":1024,"name":"isMuted","url":"modules/misskey_entities_stats.misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Relation.__type"},{"id":23872,"kind":4194304,"name":"UserKey","url":"modules/misskey_entities_stats.misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23873,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/stats.MisskeyEntity.UserKey"},{"id":23874,"kind":1024,"name":"accessToken","url":"modules/misskey_entities_stats.misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserKey.__type"},{"id":23875,"kind":1024,"name":"user","url":"modules/misskey_entities_stats.misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.UserKey.__type"},{"id":23876,"kind":4194304,"name":"Session","url":"modules/misskey_entities_stats.misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23877,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/stats.MisskeyEntity.Session"},{"id":23878,"kind":1024,"name":"token","url":"modules/misskey_entities_stats.misskeyentity.html#session.__type-21.token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Session.__type"},{"id":23879,"kind":1024,"name":"url","url":"modules/misskey_entities_stats.misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Session.__type"},{"id":23880,"kind":4194304,"name":"Stats","url":"modules/misskey_entities_stats.misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/stats.MisskeyEntity"},{"id":23881,"kind":65536,"name":"__type","url":"modules/misskey_entities_stats.misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/stats.MisskeyEntity.Stats"},{"id":23882,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_stats.misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Stats.__type"},{"id":23883,"kind":1024,"name":"originalNotesCount","url":"modules/misskey_entities_stats.misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Stats.__type"},{"id":23884,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_stats.misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Stats.__type"},{"id":23885,"kind":1024,"name":"originalUsersCount","url":"modules/misskey_entities_stats.misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Stats.__type"},{"id":23886,"kind":1024,"name":"instances","url":"modules/misskey_entities_stats.misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/stats.MisskeyEntity.Stats.__type"},{"id":23887,"kind":2,"name":"MisskeyEntity","url":"modules/misskey_entities_user.misskeyentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/entities/user"},{"id":23888,"kind":4194304,"name":"App","url":"modules/misskey_entities_user.misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":23889,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/user.MisskeyEntity.App"},{"id":23890,"kind":1024,"name":"id","url":"modules/misskey_entities_user.misskeyentity.html#app.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.App.__type"},{"id":23891,"kind":1024,"name":"name","url":"modules/misskey_entities_user.misskeyentity.html#app.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.App.__type"},{"id":23892,"kind":1024,"name":"callbackUrl","url":"modules/misskey_entities_user.misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.App.__type"},{"id":23893,"kind":1024,"name":"permission","url":"modules/misskey_entities_user.misskeyentity.html#app.__type.permission","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.App.__type"},{"id":23894,"kind":1024,"name":"secret","url":"modules/misskey_entities_user.misskeyentity.html#app.__type.secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.App.__type"},{"id":23895,"kind":4194304,"name":"Emoji","url":"modules/misskey_entities_user.misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":23896,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/user.MisskeyEntity.Emoji"},{"id":23897,"kind":1024,"name":"name","url":"modules/misskey_entities_user.misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Emoji.__type"},{"id":23898,"kind":1024,"name":"host","url":"modules/misskey_entities_user.misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Emoji.__type"},{"id":23899,"kind":1024,"name":"url","url":"modules/misskey_entities_user.misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Emoji.__type"},{"id":23900,"kind":1024,"name":"aliases","url":"modules/misskey_entities_user.misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Emoji.__type"},{"id":23901,"kind":4194304,"name":"User","url":"modules/misskey_entities_user.misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":23902,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/user.MisskeyEntity.User"},{"id":23903,"kind":1024,"name":"id","url":"modules/misskey_entities_user.misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.User.__type"},{"id":23904,"kind":1024,"name":"name","url":"modules/misskey_entities_user.misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.User.__type"},{"id":23905,"kind":1024,"name":"username","url":"modules/misskey_entities_user.misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.User.__type"},{"id":23906,"kind":1024,"name":"host","url":"modules/misskey_entities_user.misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.User.__type"},{"id":23907,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_user.misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.User.__type"},{"id":23908,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_user.misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.User.__type"},{"id":23909,"kind":1024,"name":"emojis","url":"modules/misskey_entities_user.misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.User.__type"},{"id":23910,"kind":4194304,"name":"File","url":"modules/misskey_entities_user.misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":23911,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/user.MisskeyEntity.File"},{"id":23912,"kind":1024,"name":"id","url":"modules/misskey_entities_user.misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.File.__type"},{"id":23913,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_user.misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.File.__type"},{"id":23914,"kind":1024,"name":"name","url":"modules/misskey_entities_user.misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.File.__type"},{"id":23915,"kind":1024,"name":"type","url":"modules/misskey_entities_user.misskeyentity.html#file.__type-6.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.File.__type"},{"id":23916,"kind":1024,"name":"md5","url":"modules/misskey_entities_user.misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.File.__type"},{"id":23917,"kind":1024,"name":"size","url":"modules/misskey_entities_user.misskeyentity.html#file.__type-6.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.File.__type"},{"id":23918,"kind":1024,"name":"isSensitive","url":"modules/misskey_entities_user.misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.File.__type"},{"id":23919,"kind":1024,"name":"properties","url":"modules/misskey_entities_user.misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.File.__type"},{"id":23920,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#file.__type-6.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.File.__type"},{"id":23921,"kind":1024,"name":"width","url":"modules/misskey_entities_user.misskeyentity.html#file.__type-6.__type-7.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.File.__type.__type"},{"id":23922,"kind":1024,"name":"height","url":"modules/misskey_entities_user.misskeyentity.html#file.__type-6.__type-7.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.File.__type.__type"},{"id":23923,"kind":1024,"name":"avgColor","url":"modules/misskey_entities_user.misskeyentity.html#file.__type-6.__type-7.avgcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.File.__type.__type"},{"id":23924,"kind":1024,"name":"url","url":"modules/misskey_entities_user.misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.File.__type"},{"id":23925,"kind":1024,"name":"thumbnailUrl","url":"modules/misskey_entities_user.misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.File.__type"},{"id":23926,"kind":4194304,"name":"Choice","url":"modules/misskey_entities_user.misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":23927,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/user.MisskeyEntity.Choice"},{"id":23928,"kind":1024,"name":"text","url":"modules/misskey_entities_user.misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Choice.__type"},{"id":23929,"kind":1024,"name":"votes","url":"modules/misskey_entities_user.misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Choice.__type"},{"id":23930,"kind":1024,"name":"isVoted","url":"modules/misskey_entities_user.misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Choice.__type"},{"id":23931,"kind":4194304,"name":"Poll","url":"modules/misskey_entities_user.misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":23932,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/user.MisskeyEntity.Poll"},{"id":23933,"kind":1024,"name":"multiple","url":"modules/misskey_entities_user.misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Poll.__type"},{"id":23934,"kind":1024,"name":"expiresAt","url":"modules/misskey_entities_user.misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Poll.__type"},{"id":23935,"kind":1024,"name":"choices","url":"modules/misskey_entities_user.misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Poll.__type"},{"id":23936,"kind":4194304,"name":"Note","url":"modules/misskey_entities_user.misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":23937,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/user.MisskeyEntity.Note"},{"id":23938,"kind":1024,"name":"id","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Note.__type"},{"id":23939,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Note.__type"},{"id":23940,"kind":1024,"name":"userId","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Note.__type"},{"id":23941,"kind":1024,"name":"user","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Note.__type"},{"id":23942,"kind":1024,"name":"text","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Note.__type"},{"id":23943,"kind":1024,"name":"cw","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Note.__type"},{"id":23944,"kind":1024,"name":"visibility","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Note.__type"},{"id":23945,"kind":1024,"name":"renoteCount","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Note.__type"},{"id":23946,"kind":1024,"name":"repliesCount","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Note.__type"},{"id":23947,"kind":1024,"name":"reactions","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Note.__type"},{"id":23948,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Note.__type"},{"id":23949,"kind":1024,"name":"emojis","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Note.__type"},{"id":23950,"kind":1024,"name":"fileIds","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Note.__type"},{"id":23951,"kind":1024,"name":"files","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Note.__type"},{"id":23952,"kind":1024,"name":"replyId","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Note.__type"},{"id":23953,"kind":1024,"name":"renoteId","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Note.__type"},{"id":23954,"kind":1024,"name":"uri","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Note.__type"},{"id":23955,"kind":1024,"name":"reply","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Note.__type"},{"id":23956,"kind":1024,"name":"renote","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Note.__type"},{"id":23957,"kind":1024,"name":"viaMobile","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Note.__type"},{"id":23958,"kind":1024,"name":"tags","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Note.__type"},{"id":23959,"kind":1024,"name":"poll","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Note.__type"},{"id":23960,"kind":1024,"name":"mentions","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Note.__type"},{"id":23961,"kind":1024,"name":"myReaction","url":"modules/misskey_entities_user.misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Note.__type"},{"id":23962,"kind":4194304,"name":"UserDetail","url":"modules/misskey_entities_user.misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":23963,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/user.MisskeyEntity.UserDetail"},{"id":23964,"kind":1024,"name":"id","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23965,"kind":1024,"name":"name","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23966,"kind":1024,"name":"username","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23967,"kind":1024,"name":"host","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23968,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23969,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23970,"kind":1024,"name":"isAdmin","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23971,"kind":1024,"name":"isModerator","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23972,"kind":1024,"name":"isBot","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23973,"kind":1024,"name":"isCat","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23974,"kind":1024,"name":"emojis","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23975,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23976,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23977,"kind":1024,"name":"bannerColor","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23978,"kind":1024,"name":"isLocked","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23979,"kind":1024,"name":"isSilenced","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23980,"kind":1024,"name":"isSuspended","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23981,"kind":1024,"name":"description","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23982,"kind":1024,"name":"followersCount","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23983,"kind":1024,"name":"followingCount","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23984,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23985,"kind":1024,"name":"avatarId","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23986,"kind":1024,"name":"bannerId","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23987,"kind":1024,"name":"pinnedNoteIds","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23988,"kind":1024,"name":"pinnedNotes","url":"modules/misskey_entities_user.misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserDetail.__type"},{"id":23989,"kind":4194304,"name":"Blocking","url":"modules/misskey_entities_user.misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":23990,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/user.MisskeyEntity.Blocking"},{"id":23991,"kind":1024,"name":"id","url":"modules/misskey_entities_user.misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Blocking.__type"},{"id":23992,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_user.misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Blocking.__type"},{"id":23993,"kind":1024,"name":"blockeeId","url":"modules/misskey_entities_user.misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Blocking.__type"},{"id":23994,"kind":1024,"name":"blockee","url":"modules/misskey_entities_user.misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Blocking.__type"},{"id":23995,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_entities_user.misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":23996,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/user.MisskeyEntity.CreatedNote"},{"id":23997,"kind":1024,"name":"createdNote","url":"modules/misskey_entities_user.misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.CreatedNote.__type"},{"id":23998,"kind":4194304,"name":"Favorite","url":"modules/misskey_entities_user.misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":23999,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/user.MisskeyEntity.Favorite"},{"id":24000,"kind":1024,"name":"id","url":"modules/misskey_entities_user.misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Favorite.__type"},{"id":24001,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_user.misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Favorite.__type"},{"id":24002,"kind":1024,"name":"noteId","url":"modules/misskey_entities_user.misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Favorite.__type"},{"id":24003,"kind":1024,"name":"note","url":"modules/misskey_entities_user.misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Favorite.__type"},{"id":24004,"kind":4194304,"name":"Follower","url":"modules/misskey_entities_user.misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":24005,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/user.MisskeyEntity.Follower"},{"id":24006,"kind":1024,"name":"id","url":"modules/misskey_entities_user.misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Follower.__type"},{"id":24007,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_user.misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Follower.__type"},{"id":24008,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_user.misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Follower.__type"},{"id":24009,"kind":1024,"name":"followerId","url":"modules/misskey_entities_user.misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Follower.__type"},{"id":24010,"kind":1024,"name":"follower","url":"modules/misskey_entities_user.misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Follower.__type"},{"id":24011,"kind":4194304,"name":"Following","url":"modules/misskey_entities_user.misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":24012,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/user.MisskeyEntity.Following"},{"id":24013,"kind":1024,"name":"id","url":"modules/misskey_entities_user.misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Following.__type"},{"id":24014,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_user.misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Following.__type"},{"id":24015,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_user.misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Following.__type"},{"id":24016,"kind":1024,"name":"followerId","url":"modules/misskey_entities_user.misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Following.__type"},{"id":24017,"kind":1024,"name":"followee","url":"modules/misskey_entities_user.misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Following.__type"},{"id":24018,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_entities_user.misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":24019,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/user.MisskeyEntity.FollowRequest"},{"id":24020,"kind":1024,"name":"id","url":"modules/misskey_entities_user.misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.FollowRequest.__type"},{"id":24021,"kind":1024,"name":"follower","url":"modules/misskey_entities_user.misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.FollowRequest.__type"},{"id":24022,"kind":1024,"name":"followee","url":"modules/misskey_entities_user.misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.FollowRequest.__type"},{"id":24023,"kind":4194304,"name":"Hashtag","url":"modules/misskey_entities_user.misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":24024,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/user.MisskeyEntity.Hashtag"},{"id":24025,"kind":1024,"name":"tag","url":"modules/misskey_entities_user.misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Hashtag.__type"},{"id":24026,"kind":1024,"name":"chart","url":"modules/misskey_entities_user.misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Hashtag.__type"},{"id":24027,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_user.misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Hashtag.__type"},{"id":24028,"kind":4194304,"name":"List","url":"modules/misskey_entities_user.misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":24029,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/user.MisskeyEntity.List"},{"id":24030,"kind":1024,"name":"id","url":"modules/misskey_entities_user.misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.List.__type"},{"id":24031,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_user.misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.List.__type"},{"id":24032,"kind":1024,"name":"name","url":"modules/misskey_entities_user.misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.List.__type"},{"id":24033,"kind":1024,"name":"userIds","url":"modules/misskey_entities_user.misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.List.__type"},{"id":24034,"kind":4194304,"name":"Meta","url":"modules/misskey_entities_user.misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":24035,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/user.MisskeyEntity.Meta"},{"id":24036,"kind":1024,"name":"maintainerName","url":"modules/misskey_entities_user.misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Meta.__type"},{"id":24037,"kind":1024,"name":"maintainerEmail","url":"modules/misskey_entities_user.misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Meta.__type"},{"id":24038,"kind":1024,"name":"name","url":"modules/misskey_entities_user.misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Meta.__type"},{"id":24039,"kind":1024,"name":"version","url":"modules/misskey_entities_user.misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Meta.__type"},{"id":24040,"kind":1024,"name":"uri","url":"modules/misskey_entities_user.misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Meta.__type"},{"id":24041,"kind":1024,"name":"description","url":"modules/misskey_entities_user.misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Meta.__type"},{"id":24042,"kind":1024,"name":"langs","url":"modules/misskey_entities_user.misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Meta.__type"},{"id":24043,"kind":1024,"name":"disableRegistration","url":"modules/misskey_entities_user.misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Meta.__type"},{"id":24044,"kind":1024,"name":"disableLocalTimeline","url":"modules/misskey_entities_user.misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Meta.__type"},{"id":24045,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_user.misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Meta.__type"},{"id":24046,"kind":1024,"name":"maxNoteTextLength","url":"modules/misskey_entities_user.misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Meta.__type"},{"id":24047,"kind":1024,"name":"emojis","url":"modules/misskey_entities_user.misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Meta.__type"},{"id":24048,"kind":4194304,"name":"Mute","url":"modules/misskey_entities_user.misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":24049,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/user.MisskeyEntity.Mute"},{"id":24050,"kind":1024,"name":"id","url":"modules/misskey_entities_user.misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Mute.__type"},{"id":24051,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_user.misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Mute.__type"},{"id":24052,"kind":1024,"name":"muteeId","url":"modules/misskey_entities_user.misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Mute.__type"},{"id":24053,"kind":1024,"name":"mutee","url":"modules/misskey_entities_user.misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Mute.__type"},{"id":24054,"kind":4194304,"name":"Notification","url":"modules/misskey_entities_user.misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":24055,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/user.MisskeyEntity.Notification"},{"id":24056,"kind":1024,"name":"id","url":"modules/misskey_entities_user.misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Notification.__type"},{"id":24057,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_user.misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Notification.__type"},{"id":24058,"kind":1024,"name":"type","url":"modules/misskey_entities_user.misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Notification.__type"},{"id":24059,"kind":1024,"name":"userId","url":"modules/misskey_entities_user.misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Notification.__type"},{"id":24060,"kind":1024,"name":"user","url":"modules/misskey_entities_user.misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Notification.__type"},{"id":24061,"kind":1024,"name":"note","url":"modules/misskey_entities_user.misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Notification.__type"},{"id":24062,"kind":1024,"name":"reaction","url":"modules/misskey_entities_user.misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Notification.__type"},{"id":24063,"kind":4194304,"name":"NotificationType","url":"modules/misskey_entities_user.misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":24064,"kind":4194304,"name":"Reaction","url":"modules/misskey_entities_user.misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":24065,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/user.MisskeyEntity.Reaction"},{"id":24066,"kind":1024,"name":"id","url":"modules/misskey_entities_user.misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Reaction.__type"},{"id":24067,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_user.misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Reaction.__type"},{"id":24068,"kind":1024,"name":"user","url":"modules/misskey_entities_user.misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Reaction.__type"},{"id":24069,"kind":1024,"name":"type","url":"modules/misskey_entities_user.misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Reaction.__type"},{"id":24070,"kind":4194304,"name":"Relation","url":"modules/misskey_entities_user.misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":24071,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/user.MisskeyEntity.Relation"},{"id":24072,"kind":1024,"name":"id","url":"modules/misskey_entities_user.misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Relation.__type"},{"id":24073,"kind":1024,"name":"isFollowing","url":"modules/misskey_entities_user.misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Relation.__type"},{"id":24074,"kind":1024,"name":"hasPendingFollowRequestFromYou","url":"modules/misskey_entities_user.misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Relation.__type"},{"id":24075,"kind":1024,"name":"hasPendingFollowRequestToYou","url":"modules/misskey_entities_user.misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Relation.__type"},{"id":24076,"kind":1024,"name":"isFollowed","url":"modules/misskey_entities_user.misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Relation.__type"},{"id":24077,"kind":1024,"name":"isBlocking","url":"modules/misskey_entities_user.misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Relation.__type"},{"id":24078,"kind":1024,"name":"isBlocked","url":"modules/misskey_entities_user.misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Relation.__type"},{"id":24079,"kind":1024,"name":"isMuted","url":"modules/misskey_entities_user.misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Relation.__type"},{"id":24080,"kind":4194304,"name":"UserKey","url":"modules/misskey_entities_user.misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":24081,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/user.MisskeyEntity.UserKey"},{"id":24082,"kind":1024,"name":"accessToken","url":"modules/misskey_entities_user.misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserKey.__type"},{"id":24083,"kind":1024,"name":"user","url":"modules/misskey_entities_user.misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.UserKey.__type"},{"id":24084,"kind":4194304,"name":"Session","url":"modules/misskey_entities_user.misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":24085,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/user.MisskeyEntity.Session"},{"id":24086,"kind":1024,"name":"token","url":"modules/misskey_entities_user.misskeyentity.html#session.__type-21.token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Session.__type"},{"id":24087,"kind":1024,"name":"url","url":"modules/misskey_entities_user.misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Session.__type"},{"id":24088,"kind":4194304,"name":"Stats","url":"modules/misskey_entities_user.misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/user.MisskeyEntity"},{"id":24089,"kind":65536,"name":"__type","url":"modules/misskey_entities_user.misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/user.MisskeyEntity.Stats"},{"id":24090,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_user.misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Stats.__type"},{"id":24091,"kind":1024,"name":"originalNotesCount","url":"modules/misskey_entities_user.misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Stats.__type"},{"id":24092,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_user.misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Stats.__type"},{"id":24093,"kind":1024,"name":"originalUsersCount","url":"modules/misskey_entities_user.misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Stats.__type"},{"id":24094,"kind":1024,"name":"instances","url":"modules/misskey_entities_user.misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/user.MisskeyEntity.Stats.__type"},{"id":24095,"kind":2,"name":"MisskeyEntity","url":"modules/misskey_entities_userdetail.misskeyentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/entities/userDetail"},{"id":24096,"kind":4194304,"name":"App","url":"modules/misskey_entities_userdetail.misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24097,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userDetail.MisskeyEntity.App"},{"id":24098,"kind":1024,"name":"id","url":"modules/misskey_entities_userdetail.misskeyentity.html#app.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.App.__type"},{"id":24099,"kind":1024,"name":"name","url":"modules/misskey_entities_userdetail.misskeyentity.html#app.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.App.__type"},{"id":24100,"kind":1024,"name":"callbackUrl","url":"modules/misskey_entities_userdetail.misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.App.__type"},{"id":24101,"kind":1024,"name":"permission","url":"modules/misskey_entities_userdetail.misskeyentity.html#app.__type.permission","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.App.__type"},{"id":24102,"kind":1024,"name":"secret","url":"modules/misskey_entities_userdetail.misskeyentity.html#app.__type.secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.App.__type"},{"id":24103,"kind":4194304,"name":"Emoji","url":"modules/misskey_entities_userdetail.misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24104,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userDetail.MisskeyEntity.Emoji"},{"id":24105,"kind":1024,"name":"name","url":"modules/misskey_entities_userdetail.misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Emoji.__type"},{"id":24106,"kind":1024,"name":"host","url":"modules/misskey_entities_userdetail.misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Emoji.__type"},{"id":24107,"kind":1024,"name":"url","url":"modules/misskey_entities_userdetail.misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Emoji.__type"},{"id":24108,"kind":1024,"name":"aliases","url":"modules/misskey_entities_userdetail.misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Emoji.__type"},{"id":24109,"kind":4194304,"name":"User","url":"modules/misskey_entities_userdetail.misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24110,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userDetail.MisskeyEntity.User"},{"id":24111,"kind":1024,"name":"id","url":"modules/misskey_entities_userdetail.misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.User.__type"},{"id":24112,"kind":1024,"name":"name","url":"modules/misskey_entities_userdetail.misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.User.__type"},{"id":24113,"kind":1024,"name":"username","url":"modules/misskey_entities_userdetail.misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.User.__type"},{"id":24114,"kind":1024,"name":"host","url":"modules/misskey_entities_userdetail.misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.User.__type"},{"id":24115,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_userdetail.misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.User.__type"},{"id":24116,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_userdetail.misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.User.__type"},{"id":24117,"kind":1024,"name":"emojis","url":"modules/misskey_entities_userdetail.misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.User.__type"},{"id":24118,"kind":4194304,"name":"File","url":"modules/misskey_entities_userdetail.misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24119,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userDetail.MisskeyEntity.File"},{"id":24120,"kind":1024,"name":"id","url":"modules/misskey_entities_userdetail.misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.File.__type"},{"id":24121,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_userdetail.misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.File.__type"},{"id":24122,"kind":1024,"name":"name","url":"modules/misskey_entities_userdetail.misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.File.__type"},{"id":24123,"kind":1024,"name":"type","url":"modules/misskey_entities_userdetail.misskeyentity.html#file.__type-6.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.File.__type"},{"id":24124,"kind":1024,"name":"md5","url":"modules/misskey_entities_userdetail.misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.File.__type"},{"id":24125,"kind":1024,"name":"size","url":"modules/misskey_entities_userdetail.misskeyentity.html#file.__type-6.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.File.__type"},{"id":24126,"kind":1024,"name":"isSensitive","url":"modules/misskey_entities_userdetail.misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.File.__type"},{"id":24127,"kind":1024,"name":"properties","url":"modules/misskey_entities_userdetail.misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.File.__type"},{"id":24128,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#file.__type-6.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.File.__type"},{"id":24129,"kind":1024,"name":"width","url":"modules/misskey_entities_userdetail.misskeyentity.html#file.__type-6.__type-7.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.File.__type.__type"},{"id":24130,"kind":1024,"name":"height","url":"modules/misskey_entities_userdetail.misskeyentity.html#file.__type-6.__type-7.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.File.__type.__type"},{"id":24131,"kind":1024,"name":"avgColor","url":"modules/misskey_entities_userdetail.misskeyentity.html#file.__type-6.__type-7.avgcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.File.__type.__type"},{"id":24132,"kind":1024,"name":"url","url":"modules/misskey_entities_userdetail.misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.File.__type"},{"id":24133,"kind":1024,"name":"thumbnailUrl","url":"modules/misskey_entities_userdetail.misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.File.__type"},{"id":24134,"kind":4194304,"name":"Choice","url":"modules/misskey_entities_userdetail.misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24135,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userDetail.MisskeyEntity.Choice"},{"id":24136,"kind":1024,"name":"text","url":"modules/misskey_entities_userdetail.misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Choice.__type"},{"id":24137,"kind":1024,"name":"votes","url":"modules/misskey_entities_userdetail.misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Choice.__type"},{"id":24138,"kind":1024,"name":"isVoted","url":"modules/misskey_entities_userdetail.misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Choice.__type"},{"id":24139,"kind":4194304,"name":"Poll","url":"modules/misskey_entities_userdetail.misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24140,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userDetail.MisskeyEntity.Poll"},{"id":24141,"kind":1024,"name":"multiple","url":"modules/misskey_entities_userdetail.misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Poll.__type"},{"id":24142,"kind":1024,"name":"expiresAt","url":"modules/misskey_entities_userdetail.misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Poll.__type"},{"id":24143,"kind":1024,"name":"choices","url":"modules/misskey_entities_userdetail.misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Poll.__type"},{"id":24144,"kind":4194304,"name":"Note","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24145,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userDetail.MisskeyEntity.Note"},{"id":24146,"kind":1024,"name":"id","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Note.__type"},{"id":24147,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Note.__type"},{"id":24148,"kind":1024,"name":"userId","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Note.__type"},{"id":24149,"kind":1024,"name":"user","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Note.__type"},{"id":24150,"kind":1024,"name":"text","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Note.__type"},{"id":24151,"kind":1024,"name":"cw","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Note.__type"},{"id":24152,"kind":1024,"name":"visibility","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Note.__type"},{"id":24153,"kind":1024,"name":"renoteCount","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Note.__type"},{"id":24154,"kind":1024,"name":"repliesCount","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Note.__type"},{"id":24155,"kind":1024,"name":"reactions","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Note.__type"},{"id":24156,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Note.__type"},{"id":24157,"kind":1024,"name":"emojis","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Note.__type"},{"id":24158,"kind":1024,"name":"fileIds","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Note.__type"},{"id":24159,"kind":1024,"name":"files","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Note.__type"},{"id":24160,"kind":1024,"name":"replyId","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Note.__type"},{"id":24161,"kind":1024,"name":"renoteId","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Note.__type"},{"id":24162,"kind":1024,"name":"uri","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Note.__type"},{"id":24163,"kind":1024,"name":"reply","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Note.__type"},{"id":24164,"kind":1024,"name":"renote","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Note.__type"},{"id":24165,"kind":1024,"name":"viaMobile","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Note.__type"},{"id":24166,"kind":1024,"name":"tags","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Note.__type"},{"id":24167,"kind":1024,"name":"poll","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Note.__type"},{"id":24168,"kind":1024,"name":"mentions","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Note.__type"},{"id":24169,"kind":1024,"name":"myReaction","url":"modules/misskey_entities_userdetail.misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Note.__type"},{"id":24170,"kind":4194304,"name":"UserDetail","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24171,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail"},{"id":24172,"kind":1024,"name":"id","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24173,"kind":1024,"name":"name","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24174,"kind":1024,"name":"username","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24175,"kind":1024,"name":"host","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24176,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24177,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24178,"kind":1024,"name":"isAdmin","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24179,"kind":1024,"name":"isModerator","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24180,"kind":1024,"name":"isBot","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24181,"kind":1024,"name":"isCat","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24182,"kind":1024,"name":"emojis","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24183,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24184,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24185,"kind":1024,"name":"bannerColor","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24186,"kind":1024,"name":"isLocked","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24187,"kind":1024,"name":"isSilenced","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24188,"kind":1024,"name":"isSuspended","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24189,"kind":1024,"name":"description","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24190,"kind":1024,"name":"followersCount","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24191,"kind":1024,"name":"followingCount","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24192,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24193,"kind":1024,"name":"avatarId","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24194,"kind":1024,"name":"bannerId","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24195,"kind":1024,"name":"pinnedNoteIds","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24196,"kind":1024,"name":"pinnedNotes","url":"modules/misskey_entities_userdetail.misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserDetail.__type"},{"id":24197,"kind":4194304,"name":"Blocking","url":"modules/misskey_entities_userdetail.misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24198,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userDetail.MisskeyEntity.Blocking"},{"id":24199,"kind":1024,"name":"id","url":"modules/misskey_entities_userdetail.misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Blocking.__type"},{"id":24200,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_userdetail.misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Blocking.__type"},{"id":24201,"kind":1024,"name":"blockeeId","url":"modules/misskey_entities_userdetail.misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Blocking.__type"},{"id":24202,"kind":1024,"name":"blockee","url":"modules/misskey_entities_userdetail.misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Blocking.__type"},{"id":24203,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_entities_userdetail.misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24204,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userDetail.MisskeyEntity.CreatedNote"},{"id":24205,"kind":1024,"name":"createdNote","url":"modules/misskey_entities_userdetail.misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.CreatedNote.__type"},{"id":24206,"kind":4194304,"name":"Favorite","url":"modules/misskey_entities_userdetail.misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24207,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userDetail.MisskeyEntity.Favorite"},{"id":24208,"kind":1024,"name":"id","url":"modules/misskey_entities_userdetail.misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Favorite.__type"},{"id":24209,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_userdetail.misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Favorite.__type"},{"id":24210,"kind":1024,"name":"noteId","url":"modules/misskey_entities_userdetail.misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Favorite.__type"},{"id":24211,"kind":1024,"name":"note","url":"modules/misskey_entities_userdetail.misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Favorite.__type"},{"id":24212,"kind":4194304,"name":"Follower","url":"modules/misskey_entities_userdetail.misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24213,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userDetail.MisskeyEntity.Follower"},{"id":24214,"kind":1024,"name":"id","url":"modules/misskey_entities_userdetail.misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Follower.__type"},{"id":24215,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_userdetail.misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Follower.__type"},{"id":24216,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_userdetail.misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Follower.__type"},{"id":24217,"kind":1024,"name":"followerId","url":"modules/misskey_entities_userdetail.misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Follower.__type"},{"id":24218,"kind":1024,"name":"follower","url":"modules/misskey_entities_userdetail.misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Follower.__type"},{"id":24219,"kind":4194304,"name":"Following","url":"modules/misskey_entities_userdetail.misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24220,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userDetail.MisskeyEntity.Following"},{"id":24221,"kind":1024,"name":"id","url":"modules/misskey_entities_userdetail.misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Following.__type"},{"id":24222,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_userdetail.misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Following.__type"},{"id":24223,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_userdetail.misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Following.__type"},{"id":24224,"kind":1024,"name":"followerId","url":"modules/misskey_entities_userdetail.misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Following.__type"},{"id":24225,"kind":1024,"name":"followee","url":"modules/misskey_entities_userdetail.misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Following.__type"},{"id":24226,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_entities_userdetail.misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24227,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userDetail.MisskeyEntity.FollowRequest"},{"id":24228,"kind":1024,"name":"id","url":"modules/misskey_entities_userdetail.misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.FollowRequest.__type"},{"id":24229,"kind":1024,"name":"follower","url":"modules/misskey_entities_userdetail.misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.FollowRequest.__type"},{"id":24230,"kind":1024,"name":"followee","url":"modules/misskey_entities_userdetail.misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.FollowRequest.__type"},{"id":24231,"kind":4194304,"name":"Hashtag","url":"modules/misskey_entities_userdetail.misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24232,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userDetail.MisskeyEntity.Hashtag"},{"id":24233,"kind":1024,"name":"tag","url":"modules/misskey_entities_userdetail.misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Hashtag.__type"},{"id":24234,"kind":1024,"name":"chart","url":"modules/misskey_entities_userdetail.misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Hashtag.__type"},{"id":24235,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_userdetail.misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Hashtag.__type"},{"id":24236,"kind":4194304,"name":"List","url":"modules/misskey_entities_userdetail.misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24237,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userDetail.MisskeyEntity.List"},{"id":24238,"kind":1024,"name":"id","url":"modules/misskey_entities_userdetail.misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.List.__type"},{"id":24239,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_userdetail.misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.List.__type"},{"id":24240,"kind":1024,"name":"name","url":"modules/misskey_entities_userdetail.misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.List.__type"},{"id":24241,"kind":1024,"name":"userIds","url":"modules/misskey_entities_userdetail.misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.List.__type"},{"id":24242,"kind":4194304,"name":"Meta","url":"modules/misskey_entities_userdetail.misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24243,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userDetail.MisskeyEntity.Meta"},{"id":24244,"kind":1024,"name":"maintainerName","url":"modules/misskey_entities_userdetail.misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Meta.__type"},{"id":24245,"kind":1024,"name":"maintainerEmail","url":"modules/misskey_entities_userdetail.misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Meta.__type"},{"id":24246,"kind":1024,"name":"name","url":"modules/misskey_entities_userdetail.misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Meta.__type"},{"id":24247,"kind":1024,"name":"version","url":"modules/misskey_entities_userdetail.misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Meta.__type"},{"id":24248,"kind":1024,"name":"uri","url":"modules/misskey_entities_userdetail.misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Meta.__type"},{"id":24249,"kind":1024,"name":"description","url":"modules/misskey_entities_userdetail.misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Meta.__type"},{"id":24250,"kind":1024,"name":"langs","url":"modules/misskey_entities_userdetail.misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Meta.__type"},{"id":24251,"kind":1024,"name":"disableRegistration","url":"modules/misskey_entities_userdetail.misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Meta.__type"},{"id":24252,"kind":1024,"name":"disableLocalTimeline","url":"modules/misskey_entities_userdetail.misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Meta.__type"},{"id":24253,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_userdetail.misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Meta.__type"},{"id":24254,"kind":1024,"name":"maxNoteTextLength","url":"modules/misskey_entities_userdetail.misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Meta.__type"},{"id":24255,"kind":1024,"name":"emojis","url":"modules/misskey_entities_userdetail.misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Meta.__type"},{"id":24256,"kind":4194304,"name":"Mute","url":"modules/misskey_entities_userdetail.misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24257,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userDetail.MisskeyEntity.Mute"},{"id":24258,"kind":1024,"name":"id","url":"modules/misskey_entities_userdetail.misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Mute.__type"},{"id":24259,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_userdetail.misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Mute.__type"},{"id":24260,"kind":1024,"name":"muteeId","url":"modules/misskey_entities_userdetail.misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Mute.__type"},{"id":24261,"kind":1024,"name":"mutee","url":"modules/misskey_entities_userdetail.misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Mute.__type"},{"id":24262,"kind":4194304,"name":"Notification","url":"modules/misskey_entities_userdetail.misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24263,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userDetail.MisskeyEntity.Notification"},{"id":24264,"kind":1024,"name":"id","url":"modules/misskey_entities_userdetail.misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Notification.__type"},{"id":24265,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_userdetail.misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Notification.__type"},{"id":24266,"kind":1024,"name":"type","url":"modules/misskey_entities_userdetail.misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Notification.__type"},{"id":24267,"kind":1024,"name":"userId","url":"modules/misskey_entities_userdetail.misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Notification.__type"},{"id":24268,"kind":1024,"name":"user","url":"modules/misskey_entities_userdetail.misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Notification.__type"},{"id":24269,"kind":1024,"name":"note","url":"modules/misskey_entities_userdetail.misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Notification.__type"},{"id":24270,"kind":1024,"name":"reaction","url":"modules/misskey_entities_userdetail.misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Notification.__type"},{"id":24271,"kind":4194304,"name":"NotificationType","url":"modules/misskey_entities_userdetail.misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24272,"kind":4194304,"name":"Reaction","url":"modules/misskey_entities_userdetail.misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24273,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userDetail.MisskeyEntity.Reaction"},{"id":24274,"kind":1024,"name":"id","url":"modules/misskey_entities_userdetail.misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Reaction.__type"},{"id":24275,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_userdetail.misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Reaction.__type"},{"id":24276,"kind":1024,"name":"user","url":"modules/misskey_entities_userdetail.misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Reaction.__type"},{"id":24277,"kind":1024,"name":"type","url":"modules/misskey_entities_userdetail.misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Reaction.__type"},{"id":24278,"kind":4194304,"name":"Relation","url":"modules/misskey_entities_userdetail.misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24279,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userDetail.MisskeyEntity.Relation"},{"id":24280,"kind":1024,"name":"id","url":"modules/misskey_entities_userdetail.misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Relation.__type"},{"id":24281,"kind":1024,"name":"isFollowing","url":"modules/misskey_entities_userdetail.misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Relation.__type"},{"id":24282,"kind":1024,"name":"hasPendingFollowRequestFromYou","url":"modules/misskey_entities_userdetail.misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Relation.__type"},{"id":24283,"kind":1024,"name":"hasPendingFollowRequestToYou","url":"modules/misskey_entities_userdetail.misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Relation.__type"},{"id":24284,"kind":1024,"name":"isFollowed","url":"modules/misskey_entities_userdetail.misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Relation.__type"},{"id":24285,"kind":1024,"name":"isBlocking","url":"modules/misskey_entities_userdetail.misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Relation.__type"},{"id":24286,"kind":1024,"name":"isBlocked","url":"modules/misskey_entities_userdetail.misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Relation.__type"},{"id":24287,"kind":1024,"name":"isMuted","url":"modules/misskey_entities_userdetail.misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Relation.__type"},{"id":24288,"kind":4194304,"name":"UserKey","url":"modules/misskey_entities_userdetail.misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24289,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userDetail.MisskeyEntity.UserKey"},{"id":24290,"kind":1024,"name":"accessToken","url":"modules/misskey_entities_userdetail.misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserKey.__type"},{"id":24291,"kind":1024,"name":"user","url":"modules/misskey_entities_userdetail.misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.UserKey.__type"},{"id":24292,"kind":4194304,"name":"Session","url":"modules/misskey_entities_userdetail.misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24293,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userDetail.MisskeyEntity.Session"},{"id":24294,"kind":1024,"name":"token","url":"modules/misskey_entities_userdetail.misskeyentity.html#session.__type-21.token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Session.__type"},{"id":24295,"kind":1024,"name":"url","url":"modules/misskey_entities_userdetail.misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Session.__type"},{"id":24296,"kind":4194304,"name":"Stats","url":"modules/misskey_entities_userdetail.misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userDetail.MisskeyEntity"},{"id":24297,"kind":65536,"name":"__type","url":"modules/misskey_entities_userdetail.misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userDetail.MisskeyEntity.Stats"},{"id":24298,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_userdetail.misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Stats.__type"},{"id":24299,"kind":1024,"name":"originalNotesCount","url":"modules/misskey_entities_userdetail.misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Stats.__type"},{"id":24300,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_userdetail.misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Stats.__type"},{"id":24301,"kind":1024,"name":"originalUsersCount","url":"modules/misskey_entities_userdetail.misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Stats.__type"},{"id":24302,"kind":1024,"name":"instances","url":"modules/misskey_entities_userdetail.misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userDetail.MisskeyEntity.Stats.__type"},{"id":24303,"kind":2,"name":"MisskeyEntity","url":"modules/misskey_entities_userkey.misskeyentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"misskey/entities/userkey"},{"id":24304,"kind":4194304,"name":"App","url":"modules/misskey_entities_userkey.misskeyentity.html#app","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24305,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#app.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userkey.MisskeyEntity.App"},{"id":24306,"kind":1024,"name":"id","url":"modules/misskey_entities_userkey.misskeyentity.html#app.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.App.__type"},{"id":24307,"kind":1024,"name":"name","url":"modules/misskey_entities_userkey.misskeyentity.html#app.__type.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.App.__type"},{"id":24308,"kind":1024,"name":"callbackUrl","url":"modules/misskey_entities_userkey.misskeyentity.html#app.__type.callbackurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.App.__type"},{"id":24309,"kind":1024,"name":"permission","url":"modules/misskey_entities_userkey.misskeyentity.html#app.__type.permission","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.App.__type"},{"id":24310,"kind":1024,"name":"secret","url":"modules/misskey_entities_userkey.misskeyentity.html#app.__type.secret","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.App.__type"},{"id":24311,"kind":4194304,"name":"Emoji","url":"modules/misskey_entities_userkey.misskeyentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24312,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#emoji.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userkey.MisskeyEntity.Emoji"},{"id":24313,"kind":1024,"name":"name","url":"modules/misskey_entities_userkey.misskeyentity.html#emoji.__type-4.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Emoji.__type"},{"id":24314,"kind":1024,"name":"host","url":"modules/misskey_entities_userkey.misskeyentity.html#emoji.__type-4.host","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Emoji.__type"},{"id":24315,"kind":1024,"name":"url","url":"modules/misskey_entities_userkey.misskeyentity.html#emoji.__type-4.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Emoji.__type"},{"id":24316,"kind":1024,"name":"aliases","url":"modules/misskey_entities_userkey.misskeyentity.html#emoji.__type-4.aliases","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Emoji.__type"},{"id":24317,"kind":4194304,"name":"User","url":"modules/misskey_entities_userkey.misskeyentity.html#user-3","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24318,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#user-3.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userkey.MisskeyEntity.User"},{"id":24319,"kind":1024,"name":"id","url":"modules/misskey_entities_userkey.misskeyentity.html#user-3.__type-23.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.User.__type"},{"id":24320,"kind":1024,"name":"name","url":"modules/misskey_entities_userkey.misskeyentity.html#user-3.__type-23.name-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.User.__type"},{"id":24321,"kind":1024,"name":"username","url":"modules/misskey_entities_userkey.misskeyentity.html#user-3.__type-23.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.User.__type"},{"id":24322,"kind":1024,"name":"host","url":"modules/misskey_entities_userkey.misskeyentity.html#user-3.__type-23.host-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.User.__type"},{"id":24323,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_userkey.misskeyentity.html#user-3.__type-23.avatarurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.User.__type"},{"id":24324,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_userkey.misskeyentity.html#user-3.__type-23.avatarcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.User.__type"},{"id":24325,"kind":1024,"name":"emojis","url":"modules/misskey_entities_userkey.misskeyentity.html#user-3.__type-23.emojis-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.User.__type"},{"id":24326,"kind":4194304,"name":"File","url":"modules/misskey_entities_userkey.misskeyentity.html#file","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24327,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#file.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userkey.MisskeyEntity.File"},{"id":24328,"kind":1024,"name":"id","url":"modules/misskey_entities_userkey.misskeyentity.html#file.__type-6.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.File.__type"},{"id":24329,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_userkey.misskeyentity.html#file.__type-6.createdat-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.File.__type"},{"id":24330,"kind":1024,"name":"name","url":"modules/misskey_entities_userkey.misskeyentity.html#file.__type-6.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.File.__type"},{"id":24331,"kind":1024,"name":"type","url":"modules/misskey_entities_userkey.misskeyentity.html#file.__type-6.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.File.__type"},{"id":24332,"kind":1024,"name":"md5","url":"modules/misskey_entities_userkey.misskeyentity.html#file.__type-6.md5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.File.__type"},{"id":24333,"kind":1024,"name":"size","url":"modules/misskey_entities_userkey.misskeyentity.html#file.__type-6.size","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.File.__type"},{"id":24334,"kind":1024,"name":"isSensitive","url":"modules/misskey_entities_userkey.misskeyentity.html#file.__type-6.issensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.File.__type"},{"id":24335,"kind":1024,"name":"properties","url":"modules/misskey_entities_userkey.misskeyentity.html#file.__type-6.properties","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.File.__type"},{"id":24336,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#file.__type-6.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.File.__type"},{"id":24337,"kind":1024,"name":"width","url":"modules/misskey_entities_userkey.misskeyentity.html#file.__type-6.__type-7.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.File.__type.__type"},{"id":24338,"kind":1024,"name":"height","url":"modules/misskey_entities_userkey.misskeyentity.html#file.__type-6.__type-7.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.File.__type.__type"},{"id":24339,"kind":1024,"name":"avgColor","url":"modules/misskey_entities_userkey.misskeyentity.html#file.__type-6.__type-7.avgcolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.File.__type.__type"},{"id":24340,"kind":1024,"name":"url","url":"modules/misskey_entities_userkey.misskeyentity.html#file.__type-6.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.File.__type"},{"id":24341,"kind":1024,"name":"thumbnailUrl","url":"modules/misskey_entities_userkey.misskeyentity.html#file.__type-6.thumbnailurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.File.__type"},{"id":24342,"kind":4194304,"name":"Choice","url":"modules/misskey_entities_userkey.misskeyentity.html#choice","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24343,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#choice.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userkey.MisskeyEntity.Choice"},{"id":24344,"kind":1024,"name":"text","url":"modules/misskey_entities_userkey.misskeyentity.html#choice.__type-2.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Choice.__type"},{"id":24345,"kind":1024,"name":"votes","url":"modules/misskey_entities_userkey.misskeyentity.html#choice.__type-2.votes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Choice.__type"},{"id":24346,"kind":1024,"name":"isVoted","url":"modules/misskey_entities_userkey.misskeyentity.html#choice.__type-2.isvoted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Choice.__type"},{"id":24347,"kind":4194304,"name":"Poll","url":"modules/misskey_entities_userkey.misskeyentity.html#poll-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24348,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#poll-1.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userkey.MisskeyEntity.Poll"},{"id":24349,"kind":1024,"name":"multiple","url":"modules/misskey_entities_userkey.misskeyentity.html#poll-1.__type-18.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Poll.__type"},{"id":24350,"kind":1024,"name":"expiresAt","url":"modules/misskey_entities_userkey.misskeyentity.html#poll-1.__type-18.expiresat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Poll.__type"},{"id":24351,"kind":1024,"name":"choices","url":"modules/misskey_entities_userkey.misskeyentity.html#poll-1.__type-18.choices","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Poll.__type"},{"id":24352,"kind":4194304,"name":"Note","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24353,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userkey.MisskeyEntity.Note"},{"id":24354,"kind":1024,"name":"id","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Note.__type"},{"id":24355,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15.createdat-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Note.__type"},{"id":24356,"kind":1024,"name":"userId","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15.userid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Note.__type"},{"id":24357,"kind":1024,"name":"user","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Note.__type"},{"id":24358,"kind":1024,"name":"text","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15.text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Note.__type"},{"id":24359,"kind":1024,"name":"cw","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15.cw","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Note.__type"},{"id":24360,"kind":1024,"name":"visibility","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Note.__type"},{"id":24361,"kind":1024,"name":"renoteCount","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15.renotecount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Note.__type"},{"id":24362,"kind":1024,"name":"repliesCount","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15.repliescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Note.__type"},{"id":24363,"kind":1024,"name":"reactions","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15.reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Note.__type"},{"id":24364,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Note.__type"},{"id":24365,"kind":1024,"name":"emojis","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Note.__type"},{"id":24366,"kind":1024,"name":"fileIds","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15.fileids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Note.__type"},{"id":24367,"kind":1024,"name":"files","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15.files","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Note.__type"},{"id":24368,"kind":1024,"name":"replyId","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15.replyid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Note.__type"},{"id":24369,"kind":1024,"name":"renoteId","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15.renoteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Note.__type"},{"id":24370,"kind":1024,"name":"uri","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Note.__type"},{"id":24371,"kind":1024,"name":"reply","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15.reply","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Note.__type"},{"id":24372,"kind":1024,"name":"renote","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15.renote","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Note.__type"},{"id":24373,"kind":1024,"name":"viaMobile","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15.viamobile","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Note.__type"},{"id":24374,"kind":1024,"name":"tags","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Note.__type"},{"id":24375,"kind":1024,"name":"poll","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15.poll","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Note.__type"},{"id":24376,"kind":1024,"name":"mentions","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Note.__type"},{"id":24377,"kind":1024,"name":"myReaction","url":"modules/misskey_entities_userkey.misskeyentity.html#note-1.__type-15.myreaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Note.__type"},{"id":24378,"kind":4194304,"name":"UserDetail","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24379,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail"},{"id":24380,"kind":1024,"name":"id","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.id-14","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24381,"kind":1024,"name":"name","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.name-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24382,"kind":1024,"name":"username","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24383,"kind":1024,"name":"host","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.host-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24384,"kind":1024,"name":"avatarUrl","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.avatarurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24385,"kind":1024,"name":"avatarColor","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.avatarcolor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24386,"kind":1024,"name":"isAdmin","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.isadmin","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24387,"kind":1024,"name":"isModerator","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.ismoderator","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24388,"kind":1024,"name":"isBot","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.isbot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24389,"kind":1024,"name":"isCat","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.iscat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24390,"kind":1024,"name":"emojis","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.emojis-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24391,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.createdat-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24392,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.bannerurl-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24393,"kind":1024,"name":"bannerColor","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.bannercolor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24394,"kind":1024,"name":"isLocked","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.islocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24395,"kind":1024,"name":"isSilenced","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.issilenced","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24396,"kind":1024,"name":"isSuspended","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.issuspended","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24397,"kind":1024,"name":"description","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24398,"kind":1024,"name":"followersCount","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.followerscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24399,"kind":1024,"name":"followingCount","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.followingcount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24400,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.notescount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24401,"kind":1024,"name":"avatarId","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.avatarid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24402,"kind":1024,"name":"bannerId","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.bannerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24403,"kind":1024,"name":"pinnedNoteIds","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.pinnednoteids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24404,"kind":1024,"name":"pinnedNotes","url":"modules/misskey_entities_userkey.misskeyentity.html#userdetail.__type-24.pinnednotes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserDetail.__type"},{"id":24405,"kind":4194304,"name":"Blocking","url":"modules/misskey_entities_userkey.misskeyentity.html#blocking","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24406,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#blocking.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userkey.MisskeyEntity.Blocking"},{"id":24407,"kind":1024,"name":"id","url":"modules/misskey_entities_userkey.misskeyentity.html#blocking.__type-1.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Blocking.__type"},{"id":24408,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_userkey.misskeyentity.html#blocking.__type-1.createdat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Blocking.__type"},{"id":24409,"kind":1024,"name":"blockeeId","url":"modules/misskey_entities_userkey.misskeyentity.html#blocking.__type-1.blockeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Blocking.__type"},{"id":24410,"kind":1024,"name":"blockee","url":"modules/misskey_entities_userkey.misskeyentity.html#blocking.__type-1.blockee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Blocking.__type"},{"id":24411,"kind":4194304,"name":"CreatedNote","url":"modules/misskey_entities_userkey.misskeyentity.html#creatednote","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24412,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#creatednote.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userkey.MisskeyEntity.CreatedNote"},{"id":24413,"kind":1024,"name":"createdNote","url":"modules/misskey_entities_userkey.misskeyentity.html#creatednote.__type-3.creatednote-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.CreatedNote.__type"},{"id":24414,"kind":4194304,"name":"Favorite","url":"modules/misskey_entities_userkey.misskeyentity.html#favorite","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24415,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#favorite.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userkey.MisskeyEntity.Favorite"},{"id":24416,"kind":1024,"name":"id","url":"modules/misskey_entities_userkey.misskeyentity.html#favorite.__type-5.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Favorite.__type"},{"id":24417,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_userkey.misskeyentity.html#favorite.__type-5.createdat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Favorite.__type"},{"id":24418,"kind":1024,"name":"noteId","url":"modules/misskey_entities_userkey.misskeyentity.html#favorite.__type-5.noteid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Favorite.__type"},{"id":24419,"kind":1024,"name":"note","url":"modules/misskey_entities_userkey.misskeyentity.html#favorite.__type-5.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Favorite.__type"},{"id":24420,"kind":4194304,"name":"Follower","url":"modules/misskey_entities_userkey.misskeyentity.html#follower-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24421,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#follower-1.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userkey.MisskeyEntity.Follower"},{"id":24422,"kind":1024,"name":"id","url":"modules/misskey_entities_userkey.misskeyentity.html#follower-1.__type-9.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Follower.__type"},{"id":24423,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_userkey.misskeyentity.html#follower-1.__type-9.createdat-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Follower.__type"},{"id":24424,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_userkey.misskeyentity.html#follower-1.__type-9.followeeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Follower.__type"},{"id":24425,"kind":1024,"name":"followerId","url":"modules/misskey_entities_userkey.misskeyentity.html#follower-1.__type-9.followerid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Follower.__type"},{"id":24426,"kind":1024,"name":"follower","url":"modules/misskey_entities_userkey.misskeyentity.html#follower-1.__type-9.follower-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Follower.__type"},{"id":24427,"kind":4194304,"name":"Following","url":"modules/misskey_entities_userkey.misskeyentity.html#following","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24428,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#following.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userkey.MisskeyEntity.Following"},{"id":24429,"kind":1024,"name":"id","url":"modules/misskey_entities_userkey.misskeyentity.html#following.__type-10.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Following.__type"},{"id":24430,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_userkey.misskeyentity.html#following.__type-10.createdat-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Following.__type"},{"id":24431,"kind":1024,"name":"followeeId","url":"modules/misskey_entities_userkey.misskeyentity.html#following.__type-10.followeeid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Following.__type"},{"id":24432,"kind":1024,"name":"followerId","url":"modules/misskey_entities_userkey.misskeyentity.html#following.__type-10.followerid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Following.__type"},{"id":24433,"kind":1024,"name":"followee","url":"modules/misskey_entities_userkey.misskeyentity.html#following.__type-10.followee-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Following.__type"},{"id":24434,"kind":4194304,"name":"FollowRequest","url":"modules/misskey_entities_userkey.misskeyentity.html#followrequest","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24435,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#followrequest.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userkey.MisskeyEntity.FollowRequest"},{"id":24436,"kind":1024,"name":"id","url":"modules/misskey_entities_userkey.misskeyentity.html#followrequest.__type-8.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.FollowRequest.__type"},{"id":24437,"kind":1024,"name":"follower","url":"modules/misskey_entities_userkey.misskeyentity.html#followrequest.__type-8.follower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.FollowRequest.__type"},{"id":24438,"kind":1024,"name":"followee","url":"modules/misskey_entities_userkey.misskeyentity.html#followrequest.__type-8.followee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.FollowRequest.__type"},{"id":24439,"kind":4194304,"name":"Hashtag","url":"modules/misskey_entities_userkey.misskeyentity.html#hashtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24440,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#hashtag.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userkey.MisskeyEntity.Hashtag"},{"id":24441,"kind":1024,"name":"tag","url":"modules/misskey_entities_userkey.misskeyentity.html#hashtag.__type-11.tag","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Hashtag.__type"},{"id":24442,"kind":1024,"name":"chart","url":"modules/misskey_entities_userkey.misskeyentity.html#hashtag.__type-11.chart","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Hashtag.__type"},{"id":24443,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_userkey.misskeyentity.html#hashtag.__type-11.userscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Hashtag.__type"},{"id":24444,"kind":4194304,"name":"List","url":"modules/misskey_entities_userkey.misskeyentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24445,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#list.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userkey.MisskeyEntity.List"},{"id":24446,"kind":1024,"name":"id","url":"modules/misskey_entities_userkey.misskeyentity.html#list.__type-12.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.List.__type"},{"id":24447,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_userkey.misskeyentity.html#list.__type-12.createdat-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.List.__type"},{"id":24448,"kind":1024,"name":"name","url":"modules/misskey_entities_userkey.misskeyentity.html#list.__type-12.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.List.__type"},{"id":24449,"kind":1024,"name":"userIds","url":"modules/misskey_entities_userkey.misskeyentity.html#list.__type-12.userids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.List.__type"},{"id":24450,"kind":4194304,"name":"Meta","url":"modules/misskey_entities_userkey.misskeyentity.html#meta","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24451,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#meta.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userkey.MisskeyEntity.Meta"},{"id":24452,"kind":1024,"name":"maintainerName","url":"modules/misskey_entities_userkey.misskeyentity.html#meta.__type-13.maintainername","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Meta.__type"},{"id":24453,"kind":1024,"name":"maintainerEmail","url":"modules/misskey_entities_userkey.misskeyentity.html#meta.__type-13.maintaineremail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Meta.__type"},{"id":24454,"kind":1024,"name":"name","url":"modules/misskey_entities_userkey.misskeyentity.html#meta.__type-13.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Meta.__type"},{"id":24455,"kind":1024,"name":"version","url":"modules/misskey_entities_userkey.misskeyentity.html#meta.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Meta.__type"},{"id":24456,"kind":1024,"name":"uri","url":"modules/misskey_entities_userkey.misskeyentity.html#meta.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Meta.__type"},{"id":24457,"kind":1024,"name":"description","url":"modules/misskey_entities_userkey.misskeyentity.html#meta.__type-13.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Meta.__type"},{"id":24458,"kind":1024,"name":"langs","url":"modules/misskey_entities_userkey.misskeyentity.html#meta.__type-13.langs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Meta.__type"},{"id":24459,"kind":1024,"name":"disableRegistration","url":"modules/misskey_entities_userkey.misskeyentity.html#meta.__type-13.disableregistration","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Meta.__type"},{"id":24460,"kind":1024,"name":"disableLocalTimeline","url":"modules/misskey_entities_userkey.misskeyentity.html#meta.__type-13.disablelocaltimeline","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Meta.__type"},{"id":24461,"kind":1024,"name":"bannerUrl","url":"modules/misskey_entities_userkey.misskeyentity.html#meta.__type-13.bannerurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Meta.__type"},{"id":24462,"kind":1024,"name":"maxNoteTextLength","url":"modules/misskey_entities_userkey.misskeyentity.html#meta.__type-13.maxnotetextlength","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Meta.__type"},{"id":24463,"kind":1024,"name":"emojis","url":"modules/misskey_entities_userkey.misskeyentity.html#meta.__type-13.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Meta.__type"},{"id":24464,"kind":4194304,"name":"Mute","url":"modules/misskey_entities_userkey.misskeyentity.html#mute","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24465,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#mute.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userkey.MisskeyEntity.Mute"},{"id":24466,"kind":1024,"name":"id","url":"modules/misskey_entities_userkey.misskeyentity.html#mute.__type-14.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Mute.__type"},{"id":24467,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_userkey.misskeyentity.html#mute.__type-14.createdat-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Mute.__type"},{"id":24468,"kind":1024,"name":"muteeId","url":"modules/misskey_entities_userkey.misskeyentity.html#mute.__type-14.muteeid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Mute.__type"},{"id":24469,"kind":1024,"name":"mutee","url":"modules/misskey_entities_userkey.misskeyentity.html#mute.__type-14.mutee","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Mute.__type"},{"id":24470,"kind":4194304,"name":"Notification","url":"modules/misskey_entities_userkey.misskeyentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24471,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#notification.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userkey.MisskeyEntity.Notification"},{"id":24472,"kind":1024,"name":"id","url":"modules/misskey_entities_userkey.misskeyentity.html#notification.__type-17.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Notification.__type"},{"id":24473,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_userkey.misskeyentity.html#notification.__type-17.createdat-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Notification.__type"},{"id":24474,"kind":1024,"name":"type","url":"modules/misskey_entities_userkey.misskeyentity.html#notification.__type-17.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Notification.__type"},{"id":24475,"kind":1024,"name":"userId","url":"modules/misskey_entities_userkey.misskeyentity.html#notification.__type-17.userid-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Notification.__type"},{"id":24476,"kind":1024,"name":"user","url":"modules/misskey_entities_userkey.misskeyentity.html#notification.__type-17.user-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Notification.__type"},{"id":24477,"kind":1024,"name":"note","url":"modules/misskey_entities_userkey.misskeyentity.html#notification.__type-17.note-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Notification.__type"},{"id":24478,"kind":1024,"name":"reaction","url":"modules/misskey_entities_userkey.misskeyentity.html#notification.__type-17.reaction","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Notification.__type"},{"id":24479,"kind":4194304,"name":"NotificationType","url":"modules/misskey_entities_userkey.misskeyentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24480,"kind":4194304,"name":"Reaction","url":"modules/misskey_entities_userkey.misskeyentity.html#reaction-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24481,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#reaction-1.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userkey.MisskeyEntity.Reaction"},{"id":24482,"kind":1024,"name":"id","url":"modules/misskey_entities_userkey.misskeyentity.html#reaction-1.__type-19.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Reaction.__type"},{"id":24483,"kind":1024,"name":"createdAt","url":"modules/misskey_entities_userkey.misskeyentity.html#reaction-1.__type-19.createdat-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Reaction.__type"},{"id":24484,"kind":1024,"name":"user","url":"modules/misskey_entities_userkey.misskeyentity.html#reaction-1.__type-19.user-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Reaction.__type"},{"id":24485,"kind":1024,"name":"type","url":"modules/misskey_entities_userkey.misskeyentity.html#reaction-1.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Reaction.__type"},{"id":24486,"kind":4194304,"name":"Relation","url":"modules/misskey_entities_userkey.misskeyentity.html#relation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24487,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#relation.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userkey.MisskeyEntity.Relation"},{"id":24488,"kind":1024,"name":"id","url":"modules/misskey_entities_userkey.misskeyentity.html#relation.__type-20.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Relation.__type"},{"id":24489,"kind":1024,"name":"isFollowing","url":"modules/misskey_entities_userkey.misskeyentity.html#relation.__type-20.isfollowing","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Relation.__type"},{"id":24490,"kind":1024,"name":"hasPendingFollowRequestFromYou","url":"modules/misskey_entities_userkey.misskeyentity.html#relation.__type-20.haspendingfollowrequestfromyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Relation.__type"},{"id":24491,"kind":1024,"name":"hasPendingFollowRequestToYou","url":"modules/misskey_entities_userkey.misskeyentity.html#relation.__type-20.haspendingfollowrequesttoyou","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Relation.__type"},{"id":24492,"kind":1024,"name":"isFollowed","url":"modules/misskey_entities_userkey.misskeyentity.html#relation.__type-20.isfollowed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Relation.__type"},{"id":24493,"kind":1024,"name":"isBlocking","url":"modules/misskey_entities_userkey.misskeyentity.html#relation.__type-20.isblocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Relation.__type"},{"id":24494,"kind":1024,"name":"isBlocked","url":"modules/misskey_entities_userkey.misskeyentity.html#relation.__type-20.isblocked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Relation.__type"},{"id":24495,"kind":1024,"name":"isMuted","url":"modules/misskey_entities_userkey.misskeyentity.html#relation.__type-20.ismuted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Relation.__type"},{"id":24496,"kind":4194304,"name":"UserKey","url":"modules/misskey_entities_userkey.misskeyentity.html#userkey","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24497,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#userkey.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userkey.MisskeyEntity.UserKey"},{"id":24498,"kind":1024,"name":"accessToken","url":"modules/misskey_entities_userkey.misskeyentity.html#userkey.__type-25.accesstoken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserKey.__type"},{"id":24499,"kind":1024,"name":"user","url":"modules/misskey_entities_userkey.misskeyentity.html#userkey.__type-25.user-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.UserKey.__type"},{"id":24500,"kind":4194304,"name":"Session","url":"modules/misskey_entities_userkey.misskeyentity.html#session","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24501,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#session.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userkey.MisskeyEntity.Session"},{"id":24502,"kind":1024,"name":"token","url":"modules/misskey_entities_userkey.misskeyentity.html#session.__type-21.token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Session.__type"},{"id":24503,"kind":1024,"name":"url","url":"modules/misskey_entities_userkey.misskeyentity.html#session.__type-21.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Session.__type"},{"id":24504,"kind":4194304,"name":"Stats","url":"modules/misskey_entities_userkey.misskeyentity.html#stats","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"misskey/entities/userkey.MisskeyEntity"},{"id":24505,"kind":65536,"name":"__type","url":"modules/misskey_entities_userkey.misskeyentity.html#stats.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"misskey/entities/userkey.MisskeyEntity.Stats"},{"id":24506,"kind":1024,"name":"notesCount","url":"modules/misskey_entities_userkey.misskeyentity.html#stats.__type-22.notescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Stats.__type"},{"id":24507,"kind":1024,"name":"originalNotesCount","url":"modules/misskey_entities_userkey.misskeyentity.html#stats.__type-22.originalnotescount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Stats.__type"},{"id":24508,"kind":1024,"name":"usersCount","url":"modules/misskey_entities_userkey.misskeyentity.html#stats.__type-22.userscount-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Stats.__type"},{"id":24509,"kind":1024,"name":"originalUsersCount","url":"modules/misskey_entities_userkey.misskeyentity.html#stats.__type-22.originaluserscount","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Stats.__type"},{"id":24510,"kind":1024,"name":"instances","url":"modules/misskey_entities_userkey.misskeyentity.html#stats.__type-22.instances","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"misskey/entities/userkey.MisskeyEntity.Stats.__type"},{"id":24511,"kind":16777216,"name":"default","url":"modules/misskey_entity.html#default","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"misskey/entity"},{"id":24512,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_account.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/account"},{"id":24513,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_account.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24514,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Emoji"},{"id":24515,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_account.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Emoji.__type"},{"id":24516,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_account.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Emoji.__type"},{"id":24517,"kind":1024,"name":"url","url":"modules/pleroma_entities_account.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Emoji.__type"},{"id":24518,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_account.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Emoji.__type"},{"id":24519,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_account.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24520,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Source"},{"id":24521,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_account.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Source.__type"},{"id":24522,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_account.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Source.__type"},{"id":24523,"kind":1024,"name":"language","url":"modules/pleroma_entities_account.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Source.__type"},{"id":24524,"kind":1024,"name":"note","url":"modules/pleroma_entities_account.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Source.__type"},{"id":24525,"kind":1024,"name":"fields","url":"modules/pleroma_entities_account.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Source.__type"},{"id":24526,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_account.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24527,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Account"},{"id":24528,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":24529,"kind":1024,"name":"username","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":24530,"kind":1024,"name":"acct","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":24531,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":24532,"kind":1024,"name":"locked","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":24533,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":24534,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":24535,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":24536,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":24537,"kind":1024,"name":"note","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":24538,"kind":1024,"name":"url","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":24539,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":24540,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":24541,"kind":1024,"name":"header","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":24542,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":24543,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":24544,"kind":1024,"name":"moved","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":24545,"kind":1024,"name":"fields","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":24546,"kind":1024,"name":"bot","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":24547,"kind":1024,"name":"source","url":"modules/pleroma_entities_account.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Account.__type"},{"id":24548,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_account.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24549,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Activity"},{"id":24550,"kind":1024,"name":"week","url":"modules/pleroma_entities_account.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Activity.__type"},{"id":24551,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_account.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Activity.__type"},{"id":24552,"kind":1024,"name":"logins","url":"modules/pleroma_entities_account.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Activity.__type"},{"id":24553,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_account.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Activity.__type"},{"id":24554,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_account.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24555,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Application"},{"id":24556,"kind":1024,"name":"name","url":"modules/pleroma_entities_account.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Application.__type"},{"id":24557,"kind":1024,"name":"website","url":"modules/pleroma_entities_account.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Application.__type"},{"id":24558,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_account.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Application.__type"},{"id":24559,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_account.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24560,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Attachment"},{"id":24561,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Attachment.__type"},{"id":24562,"kind":1024,"name":"type","url":"modules/pleroma_entities_account.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Attachment.__type"},{"id":24563,"kind":1024,"name":"url","url":"modules/pleroma_entities_account.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Attachment.__type"},{"id":24564,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_account.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Attachment.__type"},{"id":24565,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_account.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Attachment.__type"},{"id":24566,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_account.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Attachment.__type"},{"id":24567,"kind":1024,"name":"meta","url":"modules/pleroma_entities_account.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Attachment.__type"},{"id":24568,"kind":1024,"name":"description","url":"modules/pleroma_entities_account.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Attachment.__type"},{"id":24569,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_account.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24570,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Card"},{"id":24571,"kind":1024,"name":"url","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":24572,"kind":1024,"name":"title","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":24573,"kind":1024,"name":"description","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":24574,"kind":1024,"name":"type","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":24575,"kind":1024,"name":"image","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":24576,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":24577,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":24578,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":24579,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":24580,"kind":1024,"name":"html","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":24581,"kind":1024,"name":"width","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":24582,"kind":1024,"name":"height","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":24583,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_account.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Card.__type"},{"id":24584,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_account.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24585,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Mention"},{"id":24586,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Mention.__type"},{"id":24587,"kind":1024,"name":"username","url":"modules/pleroma_entities_account.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Mention.__type"},{"id":24588,"kind":1024,"name":"url","url":"modules/pleroma_entities_account.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Mention.__type"},{"id":24589,"kind":1024,"name":"acct","url":"modules/pleroma_entities_account.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Mention.__type"},{"id":24590,"kind":4194304,"name":"History","url":"modules/pleroma_entities_account.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24591,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.History"},{"id":24592,"kind":1024,"name":"day","url":"modules/pleroma_entities_account.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.History.__type"},{"id":24593,"kind":1024,"name":"uses","url":"modules/pleroma_entities_account.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.History.__type"},{"id":24594,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_account.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.History.__type"},{"id":24595,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_account.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24596,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Tag"},{"id":24597,"kind":1024,"name":"name","url":"modules/pleroma_entities_account.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Tag.__type"},{"id":24598,"kind":1024,"name":"url","url":"modules/pleroma_entities_account.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Tag.__type"},{"id":24599,"kind":1024,"name":"history","url":"modules/pleroma_entities_account.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Tag.__type"},{"id":24600,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_account.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24601,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.PollOption"},{"id":24602,"kind":1024,"name":"title","url":"modules/pleroma_entities_account.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.PollOption.__type"},{"id":24603,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_account.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.PollOption.__type"},{"id":24604,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_account.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24605,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Poll"},{"id":24606,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Poll.__type"},{"id":24607,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_account.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Poll.__type"},{"id":24608,"kind":1024,"name":"expired","url":"modules/pleroma_entities_account.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Poll.__type"},{"id":24609,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_account.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Poll.__type"},{"id":24610,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_account.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Poll.__type"},{"id":24611,"kind":1024,"name":"options","url":"modules/pleroma_entities_account.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Poll.__type"},{"id":24612,"kind":1024,"name":"voted","url":"modules/pleroma_entities_account.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Poll.__type"},{"id":24613,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_account.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24614,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Reaction"},{"id":24615,"kind":1024,"name":"count","url":"modules/pleroma_entities_account.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Reaction.__type"},{"id":24616,"kind":1024,"name":"me","url":"modules/pleroma_entities_account.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Reaction.__type"},{"id":24617,"kind":1024,"name":"name","url":"modules/pleroma_entities_account.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Reaction.__type"},{"id":24618,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_account.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Reaction.__type"},{"id":24619,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_account.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24620,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Status"},{"id":24621,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24622,"kind":1024,"name":"uri","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24623,"kind":1024,"name":"url","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24624,"kind":1024,"name":"account","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24625,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24626,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24627,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24628,"kind":1024,"name":"content","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24629,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24630,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24631,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24632,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24633,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24634,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24635,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24636,"kind":1024,"name":"muted","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24637,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24638,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24639,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24640,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24641,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24642,"kind":1024,"name":"tags","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24643,"kind":1024,"name":"card","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24644,"kind":1024,"name":"poll","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24645,"kind":1024,"name":"application","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24646,"kind":1024,"name":"language","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24647,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24648,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24649,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24650,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type"},{"id":24651,"kind":1024,"name":"context","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type.__type"},{"id":24652,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type.__type"},{"id":24653,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type.__type.__type"},{"id":24654,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type.__type"},{"id":24655,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type.__type"},{"id":24656,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type.__type.__type"},{"id":24657,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type.__type"},{"id":24658,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type.__type"},{"id":24659,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type.__type"},{"id":24660,"kind":1024,"name":"local","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type.__type"},{"id":24661,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_account.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Status.__type.__type"},{"id":24662,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_account.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24663,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Context"},{"id":24664,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_account.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Context.__type"},{"id":24665,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_account.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Context.__type"},{"id":24666,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_account.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24667,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Conversation"},{"id":24668,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Conversation.__type"},{"id":24669,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_account.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Conversation.__type"},{"id":24670,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_account.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Conversation.__type"},{"id":24671,"kind":1024,"name":"unread","url":"modules/pleroma_entities_account.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Conversation.__type"},{"id":24672,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_account.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24673,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.FeaturedTag"},{"id":24674,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.FeaturedTag.__type"},{"id":24675,"kind":1024,"name":"name","url":"modules/pleroma_entities_account.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.FeaturedTag.__type"},{"id":24676,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_account.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.FeaturedTag.__type"},{"id":24677,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_account.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.FeaturedTag.__type"},{"id":24678,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_account.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24679,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Field"},{"id":24680,"kind":1024,"name":"name","url":"modules/pleroma_entities_account.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Field.__type"},{"id":24681,"kind":1024,"name":"value","url":"modules/pleroma_entities_account.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Field.__type"},{"id":24682,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_account.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Field.__type"},{"id":24683,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_account.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24684,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Filter"},{"id":24685,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Filter.__type"},{"id":24686,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_account.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Filter.__type"},{"id":24687,"kind":1024,"name":"context","url":"modules/pleroma_entities_account.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Filter.__type"},{"id":24688,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_account.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Filter.__type"},{"id":24689,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_account.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Filter.__type"},{"id":24690,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_account.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Filter.__type"},{"id":24691,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_account.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24692,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.IdentityProof"},{"id":24693,"kind":1024,"name":"provider","url":"modules/pleroma_entities_account.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.IdentityProof.__type"},{"id":24694,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_account.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.IdentityProof.__type"},{"id":24695,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_account.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.IdentityProof.__type"},{"id":24696,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_account.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.IdentityProof.__type"},{"id":24697,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_account.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.IdentityProof.__type"},{"id":24698,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_account.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24699,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.URLs"},{"id":24700,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_account.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.URLs.__type"},{"id":24701,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_account.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24702,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Stats"},{"id":24703,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_account.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Stats.__type"},{"id":24704,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_account.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Stats.__type"},{"id":24705,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_account.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Stats.__type"},{"id":24706,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_account.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24707,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Instance"},{"id":24708,"kind":1024,"name":"uri","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Instance.__type"},{"id":24709,"kind":1024,"name":"title","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Instance.__type"},{"id":24710,"kind":1024,"name":"description","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Instance.__type"},{"id":24711,"kind":1024,"name":"email","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Instance.__type"},{"id":24712,"kind":1024,"name":"version","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Instance.__type"},{"id":24713,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Instance.__type"},{"id":24714,"kind":1024,"name":"urls","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Instance.__type"},{"id":24715,"kind":1024,"name":"stats","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Instance.__type"},{"id":24716,"kind":1024,"name":"languages","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Instance.__type"},{"id":24717,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Instance.__type"},{"id":24718,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Instance.__type"},{"id":24719,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_account.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Instance.__type"},{"id":24720,"kind":4194304,"name":"List","url":"modules/pleroma_entities_account.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24721,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.List"},{"id":24722,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.List.__type"},{"id":24723,"kind":1024,"name":"title","url":"modules/pleroma_entities_account.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.List.__type"},{"id":24724,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_account.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24725,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Marker"},{"id":24726,"kind":1024,"name":"home","url":"modules/pleroma_entities_account.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Marker.__type"},{"id":24727,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Marker.__type"},{"id":24728,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_account.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Marker.__type.__type"},{"id":24729,"kind":1024,"name":"version","url":"modules/pleroma_entities_account.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Marker.__type.__type"},{"id":24730,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_account.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Marker.__type.__type"},{"id":24731,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_account.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Marker.__type"},{"id":24732,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Marker.__type"},{"id":24733,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_account.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Marker.__type.__type"},{"id":24734,"kind":1024,"name":"version","url":"modules/pleroma_entities_account.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Marker.__type.__type"},{"id":24735,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_account.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Marker.__type.__type"},{"id":24736,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_account.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24737,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Notification"},{"id":24738,"kind":1024,"name":"account","url":"modules/pleroma_entities_account.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Notification.__type"},{"id":24739,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_account.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Notification.__type"},{"id":24740,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Notification.__type"},{"id":24741,"kind":1024,"name":"status","url":"modules/pleroma_entities_account.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Notification.__type"},{"id":24742,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_account.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Notification.__type"},{"id":24743,"kind":1024,"name":"type","url":"modules/pleroma_entities_account.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Notification.__type"},{"id":24744,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_account.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24745,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_account.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24746,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Preferences"},{"id":24747,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_account.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Preferences.__type"},{"id":24748,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_account.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Preferences.__type"},{"id":24749,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_account.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Preferences.__type"},{"id":24750,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_account.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Preferences.__type"},{"id":24751,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_account.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Preferences.__type"},{"id":24752,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_account.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24753,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.PushSubscription"},{"id":24754,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.PushSubscription.__type"},{"id":24755,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_account.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.PushSubscription.__type"},{"id":24756,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_account.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.PushSubscription.__type"},{"id":24757,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_account.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.PushSubscription.__type"},{"id":24758,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_account.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24759,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Relationship"},{"id":24760,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Relationship.__type"},{"id":24761,"kind":1024,"name":"following","url":"modules/pleroma_entities_account.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Relationship.__type"},{"id":24762,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_account.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Relationship.__type"},{"id":24763,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_account.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Relationship.__type"},{"id":24764,"kind":1024,"name":"muting","url":"modules/pleroma_entities_account.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Relationship.__type"},{"id":24765,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_account.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Relationship.__type"},{"id":24766,"kind":1024,"name":"requested","url":"modules/pleroma_entities_account.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Relationship.__type"},{"id":24767,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_account.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Relationship.__type"},{"id":24768,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_account.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Relationship.__type"},{"id":24769,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_account.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Relationship.__type"},{"id":24770,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_account.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24771,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Report"},{"id":24772,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Report.__type"},{"id":24773,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_account.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Report.__type"},{"id":24774,"kind":1024,"name":"comment","url":"modules/pleroma_entities_account.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Report.__type"},{"id":24775,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_account.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Report.__type"},{"id":24776,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_account.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Report.__type"},{"id":24777,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_account.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24778,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Results"},{"id":24779,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_account.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Results.__type"},{"id":24780,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_account.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Results.__type"},{"id":24781,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_account.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Results.__type"},{"id":24782,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_account.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24783,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.ScheduledStatus"},{"id":24784,"kind":1024,"name":"id","url":"modules/pleroma_entities_account.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.ScheduledStatus.__type"},{"id":24785,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_account.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.ScheduledStatus.__type"},{"id":24786,"kind":1024,"name":"params","url":"modules/pleroma_entities_account.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.ScheduledStatus.__type"},{"id":24787,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_account.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.ScheduledStatus.__type"},{"id":24788,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_account.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24789,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.StatusParams"},{"id":24790,"kind":1024,"name":"text","url":"modules/pleroma_entities_account.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.StatusParams.__type"},{"id":24791,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_account.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.StatusParams.__type"},{"id":24792,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_account.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.StatusParams.__type"},{"id":24793,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_account.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.StatusParams.__type"},{"id":24794,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_account.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.StatusParams.__type"},{"id":24795,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_account.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.StatusParams.__type"},{"id":24796,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_account.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.StatusParams.__type"},{"id":24797,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_account.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.StatusParams.__type"},{"id":24798,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_account.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/account.PleromaEntity"},{"id":24799,"kind":65536,"name":"__type","url":"modules/pleroma_entities_account.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/account.PleromaEntity.Token"},{"id":24800,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_account.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Token.__type"},{"id":24801,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_account.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Token.__type"},{"id":24802,"kind":1024,"name":"scope","url":"modules/pleroma_entities_account.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Token.__type"},{"id":24803,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_account.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/account.PleromaEntity.Token.__type"},{"id":24804,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_activity.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/activity"},{"id":24805,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_activity.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":24806,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Emoji"},{"id":24807,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_activity.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Emoji.__type"},{"id":24808,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_activity.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Emoji.__type"},{"id":24809,"kind":1024,"name":"url","url":"modules/pleroma_entities_activity.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Emoji.__type"},{"id":24810,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_activity.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Emoji.__type"},{"id":24811,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_activity.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":24812,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Source"},{"id":24813,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_activity.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Source.__type"},{"id":24814,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_activity.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Source.__type"},{"id":24815,"kind":1024,"name":"language","url":"modules/pleroma_entities_activity.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Source.__type"},{"id":24816,"kind":1024,"name":"note","url":"modules/pleroma_entities_activity.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Source.__type"},{"id":24817,"kind":1024,"name":"fields","url":"modules/pleroma_entities_activity.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Source.__type"},{"id":24818,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_activity.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":24819,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Account"},{"id":24820,"kind":1024,"name":"id","url":"modules/pleroma_entities_activity.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Account.__type"},{"id":24821,"kind":1024,"name":"username","url":"modules/pleroma_entities_activity.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Account.__type"},{"id":24822,"kind":1024,"name":"acct","url":"modules/pleroma_entities_activity.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Account.__type"},{"id":24823,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_activity.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Account.__type"},{"id":24824,"kind":1024,"name":"locked","url":"modules/pleroma_entities_activity.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Account.__type"},{"id":24825,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_activity.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Account.__type"},{"id":24826,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_activity.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Account.__type"},{"id":24827,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_activity.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Account.__type"},{"id":24828,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_activity.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Account.__type"},{"id":24829,"kind":1024,"name":"note","url":"modules/pleroma_entities_activity.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Account.__type"},{"id":24830,"kind":1024,"name":"url","url":"modules/pleroma_entities_activity.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Account.__type"},{"id":24831,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_activity.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Account.__type"},{"id":24832,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_activity.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Account.__type"},{"id":24833,"kind":1024,"name":"header","url":"modules/pleroma_entities_activity.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Account.__type"},{"id":24834,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_activity.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Account.__type"},{"id":24835,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_activity.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Account.__type"},{"id":24836,"kind":1024,"name":"moved","url":"modules/pleroma_entities_activity.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Account.__type"},{"id":24837,"kind":1024,"name":"fields","url":"modules/pleroma_entities_activity.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Account.__type"},{"id":24838,"kind":1024,"name":"bot","url":"modules/pleroma_entities_activity.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Account.__type"},{"id":24839,"kind":1024,"name":"source","url":"modules/pleroma_entities_activity.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Account.__type"},{"id":24840,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_activity.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":24841,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Activity"},{"id":24842,"kind":1024,"name":"week","url":"modules/pleroma_entities_activity.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Activity.__type"},{"id":24843,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_activity.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Activity.__type"},{"id":24844,"kind":1024,"name":"logins","url":"modules/pleroma_entities_activity.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Activity.__type"},{"id":24845,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_activity.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Activity.__type"},{"id":24846,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_activity.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":24847,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Application"},{"id":24848,"kind":1024,"name":"name","url":"modules/pleroma_entities_activity.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Application.__type"},{"id":24849,"kind":1024,"name":"website","url":"modules/pleroma_entities_activity.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Application.__type"},{"id":24850,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_activity.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Application.__type"},{"id":24851,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_activity.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":24852,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Attachment"},{"id":24853,"kind":1024,"name":"id","url":"modules/pleroma_entities_activity.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Attachment.__type"},{"id":24854,"kind":1024,"name":"type","url":"modules/pleroma_entities_activity.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Attachment.__type"},{"id":24855,"kind":1024,"name":"url","url":"modules/pleroma_entities_activity.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Attachment.__type"},{"id":24856,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_activity.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Attachment.__type"},{"id":24857,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_activity.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Attachment.__type"},{"id":24858,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_activity.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Attachment.__type"},{"id":24859,"kind":1024,"name":"meta","url":"modules/pleroma_entities_activity.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Attachment.__type"},{"id":24860,"kind":1024,"name":"description","url":"modules/pleroma_entities_activity.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Attachment.__type"},{"id":24861,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_activity.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":24862,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Card"},{"id":24863,"kind":1024,"name":"url","url":"modules/pleroma_entities_activity.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Card.__type"},{"id":24864,"kind":1024,"name":"title","url":"modules/pleroma_entities_activity.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Card.__type"},{"id":24865,"kind":1024,"name":"description","url":"modules/pleroma_entities_activity.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Card.__type"},{"id":24866,"kind":1024,"name":"type","url":"modules/pleroma_entities_activity.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Card.__type"},{"id":24867,"kind":1024,"name":"image","url":"modules/pleroma_entities_activity.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Card.__type"},{"id":24868,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_activity.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Card.__type"},{"id":24869,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_activity.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Card.__type"},{"id":24870,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_activity.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Card.__type"},{"id":24871,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_activity.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Card.__type"},{"id":24872,"kind":1024,"name":"html","url":"modules/pleroma_entities_activity.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Card.__type"},{"id":24873,"kind":1024,"name":"width","url":"modules/pleroma_entities_activity.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Card.__type"},{"id":24874,"kind":1024,"name":"height","url":"modules/pleroma_entities_activity.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Card.__type"},{"id":24875,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_activity.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Card.__type"},{"id":24876,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_activity.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":24877,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Mention"},{"id":24878,"kind":1024,"name":"id","url":"modules/pleroma_entities_activity.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Mention.__type"},{"id":24879,"kind":1024,"name":"username","url":"modules/pleroma_entities_activity.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Mention.__type"},{"id":24880,"kind":1024,"name":"url","url":"modules/pleroma_entities_activity.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Mention.__type"},{"id":24881,"kind":1024,"name":"acct","url":"modules/pleroma_entities_activity.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Mention.__type"},{"id":24882,"kind":4194304,"name":"History","url":"modules/pleroma_entities_activity.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":24883,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.History"},{"id":24884,"kind":1024,"name":"day","url":"modules/pleroma_entities_activity.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.History.__type"},{"id":24885,"kind":1024,"name":"uses","url":"modules/pleroma_entities_activity.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.History.__type"},{"id":24886,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_activity.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.History.__type"},{"id":24887,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_activity.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":24888,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Tag"},{"id":24889,"kind":1024,"name":"name","url":"modules/pleroma_entities_activity.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Tag.__type"},{"id":24890,"kind":1024,"name":"url","url":"modules/pleroma_entities_activity.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Tag.__type"},{"id":24891,"kind":1024,"name":"history","url":"modules/pleroma_entities_activity.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Tag.__type"},{"id":24892,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_activity.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":24893,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.PollOption"},{"id":24894,"kind":1024,"name":"title","url":"modules/pleroma_entities_activity.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.PollOption.__type"},{"id":24895,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_activity.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.PollOption.__type"},{"id":24896,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_activity.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":24897,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Poll"},{"id":24898,"kind":1024,"name":"id","url":"modules/pleroma_entities_activity.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Poll.__type"},{"id":24899,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_activity.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Poll.__type"},{"id":24900,"kind":1024,"name":"expired","url":"modules/pleroma_entities_activity.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Poll.__type"},{"id":24901,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_activity.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Poll.__type"},{"id":24902,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_activity.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Poll.__type"},{"id":24903,"kind":1024,"name":"options","url":"modules/pleroma_entities_activity.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Poll.__type"},{"id":24904,"kind":1024,"name":"voted","url":"modules/pleroma_entities_activity.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Poll.__type"},{"id":24905,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_activity.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":24906,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Reaction"},{"id":24907,"kind":1024,"name":"count","url":"modules/pleroma_entities_activity.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Reaction.__type"},{"id":24908,"kind":1024,"name":"me","url":"modules/pleroma_entities_activity.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Reaction.__type"},{"id":24909,"kind":1024,"name":"name","url":"modules/pleroma_entities_activity.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Reaction.__type"},{"id":24910,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_activity.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Reaction.__type"},{"id":24911,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":24912,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Status"},{"id":24913,"kind":1024,"name":"id","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24914,"kind":1024,"name":"uri","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24915,"kind":1024,"name":"url","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24916,"kind":1024,"name":"account","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24917,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24918,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24919,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24920,"kind":1024,"name":"content","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24921,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24922,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24923,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24924,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24925,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24926,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24927,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24928,"kind":1024,"name":"muted","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24929,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24930,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24931,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24932,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24933,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24934,"kind":1024,"name":"tags","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24935,"kind":1024,"name":"card","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24936,"kind":1024,"name":"poll","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24937,"kind":1024,"name":"application","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24938,"kind":1024,"name":"language","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24939,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24940,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24941,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24942,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type"},{"id":24943,"kind":1024,"name":"context","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type.__type"},{"id":24944,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type.__type"},{"id":24945,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type.__type.__type"},{"id":24946,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type.__type"},{"id":24947,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type.__type"},{"id":24948,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type.__type.__type"},{"id":24949,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type.__type"},{"id":24950,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type.__type"},{"id":24951,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type.__type"},{"id":24952,"kind":1024,"name":"local","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type.__type"},{"id":24953,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_activity.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Status.__type.__type"},{"id":24954,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_activity.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":24955,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Context"},{"id":24956,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_activity.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Context.__type"},{"id":24957,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_activity.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Context.__type"},{"id":24958,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_activity.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":24959,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Conversation"},{"id":24960,"kind":1024,"name":"id","url":"modules/pleroma_entities_activity.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Conversation.__type"},{"id":24961,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_activity.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Conversation.__type"},{"id":24962,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_activity.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Conversation.__type"},{"id":24963,"kind":1024,"name":"unread","url":"modules/pleroma_entities_activity.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Conversation.__type"},{"id":24964,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_activity.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":24965,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.FeaturedTag"},{"id":24966,"kind":1024,"name":"id","url":"modules/pleroma_entities_activity.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.FeaturedTag.__type"},{"id":24967,"kind":1024,"name":"name","url":"modules/pleroma_entities_activity.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.FeaturedTag.__type"},{"id":24968,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_activity.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.FeaturedTag.__type"},{"id":24969,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_activity.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.FeaturedTag.__type"},{"id":24970,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_activity.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":24971,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Field"},{"id":24972,"kind":1024,"name":"name","url":"modules/pleroma_entities_activity.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Field.__type"},{"id":24973,"kind":1024,"name":"value","url":"modules/pleroma_entities_activity.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Field.__type"},{"id":24974,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_activity.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Field.__type"},{"id":24975,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_activity.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":24976,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Filter"},{"id":24977,"kind":1024,"name":"id","url":"modules/pleroma_entities_activity.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Filter.__type"},{"id":24978,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_activity.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Filter.__type"},{"id":24979,"kind":1024,"name":"context","url":"modules/pleroma_entities_activity.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Filter.__type"},{"id":24980,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_activity.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Filter.__type"},{"id":24981,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_activity.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Filter.__type"},{"id":24982,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_activity.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Filter.__type"},{"id":24983,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_activity.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":24984,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.IdentityProof"},{"id":24985,"kind":1024,"name":"provider","url":"modules/pleroma_entities_activity.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.IdentityProof.__type"},{"id":24986,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_activity.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.IdentityProof.__type"},{"id":24987,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_activity.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.IdentityProof.__type"},{"id":24988,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_activity.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.IdentityProof.__type"},{"id":24989,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_activity.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.IdentityProof.__type"},{"id":24990,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_activity.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":24991,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.URLs"},{"id":24992,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_activity.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.URLs.__type"},{"id":24993,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_activity.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":24994,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Stats"},{"id":24995,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_activity.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Stats.__type"},{"id":24996,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_activity.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Stats.__type"},{"id":24997,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_activity.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Stats.__type"},{"id":24998,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_activity.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":24999,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Instance"},{"id":25000,"kind":1024,"name":"uri","url":"modules/pleroma_entities_activity.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Instance.__type"},{"id":25001,"kind":1024,"name":"title","url":"modules/pleroma_entities_activity.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Instance.__type"},{"id":25002,"kind":1024,"name":"description","url":"modules/pleroma_entities_activity.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Instance.__type"},{"id":25003,"kind":1024,"name":"email","url":"modules/pleroma_entities_activity.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Instance.__type"},{"id":25004,"kind":1024,"name":"version","url":"modules/pleroma_entities_activity.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Instance.__type"},{"id":25005,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_activity.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Instance.__type"},{"id":25006,"kind":1024,"name":"urls","url":"modules/pleroma_entities_activity.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Instance.__type"},{"id":25007,"kind":1024,"name":"stats","url":"modules/pleroma_entities_activity.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Instance.__type"},{"id":25008,"kind":1024,"name":"languages","url":"modules/pleroma_entities_activity.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Instance.__type"},{"id":25009,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_activity.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Instance.__type"},{"id":25010,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_activity.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Instance.__type"},{"id":25011,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_activity.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Instance.__type"},{"id":25012,"kind":4194304,"name":"List","url":"modules/pleroma_entities_activity.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":25013,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.List"},{"id":25014,"kind":1024,"name":"id","url":"modules/pleroma_entities_activity.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.List.__type"},{"id":25015,"kind":1024,"name":"title","url":"modules/pleroma_entities_activity.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.List.__type"},{"id":25016,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_activity.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":25017,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Marker"},{"id":25018,"kind":1024,"name":"home","url":"modules/pleroma_entities_activity.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Marker.__type"},{"id":25019,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Marker.__type"},{"id":25020,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_activity.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Marker.__type.__type"},{"id":25021,"kind":1024,"name":"version","url":"modules/pleroma_entities_activity.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Marker.__type.__type"},{"id":25022,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_activity.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Marker.__type.__type"},{"id":25023,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_activity.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Marker.__type"},{"id":25024,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Marker.__type"},{"id":25025,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_activity.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Marker.__type.__type"},{"id":25026,"kind":1024,"name":"version","url":"modules/pleroma_entities_activity.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Marker.__type.__type"},{"id":25027,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_activity.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Marker.__type.__type"},{"id":25028,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_activity.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":25029,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Notification"},{"id":25030,"kind":1024,"name":"account","url":"modules/pleroma_entities_activity.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Notification.__type"},{"id":25031,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_activity.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Notification.__type"},{"id":25032,"kind":1024,"name":"id","url":"modules/pleroma_entities_activity.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Notification.__type"},{"id":25033,"kind":1024,"name":"status","url":"modules/pleroma_entities_activity.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Notification.__type"},{"id":25034,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_activity.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Notification.__type"},{"id":25035,"kind":1024,"name":"type","url":"modules/pleroma_entities_activity.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Notification.__type"},{"id":25036,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_activity.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":25037,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_activity.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":25038,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Preferences"},{"id":25039,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_activity.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Preferences.__type"},{"id":25040,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_activity.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Preferences.__type"},{"id":25041,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_activity.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Preferences.__type"},{"id":25042,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_activity.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Preferences.__type"},{"id":25043,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_activity.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Preferences.__type"},{"id":25044,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_activity.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":25045,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.PushSubscription"},{"id":25046,"kind":1024,"name":"id","url":"modules/pleroma_entities_activity.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.PushSubscription.__type"},{"id":25047,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_activity.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.PushSubscription.__type"},{"id":25048,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_activity.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.PushSubscription.__type"},{"id":25049,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_activity.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.PushSubscription.__type"},{"id":25050,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_activity.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":25051,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Relationship"},{"id":25052,"kind":1024,"name":"id","url":"modules/pleroma_entities_activity.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Relationship.__type"},{"id":25053,"kind":1024,"name":"following","url":"modules/pleroma_entities_activity.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Relationship.__type"},{"id":25054,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_activity.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Relationship.__type"},{"id":25055,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_activity.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Relationship.__type"},{"id":25056,"kind":1024,"name":"muting","url":"modules/pleroma_entities_activity.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Relationship.__type"},{"id":25057,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_activity.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Relationship.__type"},{"id":25058,"kind":1024,"name":"requested","url":"modules/pleroma_entities_activity.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Relationship.__type"},{"id":25059,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_activity.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Relationship.__type"},{"id":25060,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_activity.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Relationship.__type"},{"id":25061,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_activity.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Relationship.__type"},{"id":25062,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_activity.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":25063,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Report"},{"id":25064,"kind":1024,"name":"id","url":"modules/pleroma_entities_activity.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Report.__type"},{"id":25065,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_activity.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Report.__type"},{"id":25066,"kind":1024,"name":"comment","url":"modules/pleroma_entities_activity.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Report.__type"},{"id":25067,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_activity.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Report.__type"},{"id":25068,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_activity.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Report.__type"},{"id":25069,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_activity.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":25070,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Results"},{"id":25071,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_activity.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Results.__type"},{"id":25072,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_activity.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Results.__type"},{"id":25073,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_activity.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Results.__type"},{"id":25074,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_activity.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":25075,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.ScheduledStatus"},{"id":25076,"kind":1024,"name":"id","url":"modules/pleroma_entities_activity.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.ScheduledStatus.__type"},{"id":25077,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_activity.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.ScheduledStatus.__type"},{"id":25078,"kind":1024,"name":"params","url":"modules/pleroma_entities_activity.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.ScheduledStatus.__type"},{"id":25079,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_activity.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.ScheduledStatus.__type"},{"id":25080,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_activity.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":25081,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.StatusParams"},{"id":25082,"kind":1024,"name":"text","url":"modules/pleroma_entities_activity.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.StatusParams.__type"},{"id":25083,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_activity.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.StatusParams.__type"},{"id":25084,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_activity.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.StatusParams.__type"},{"id":25085,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_activity.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.StatusParams.__type"},{"id":25086,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_activity.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.StatusParams.__type"},{"id":25087,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_activity.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.StatusParams.__type"},{"id":25088,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_activity.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.StatusParams.__type"},{"id":25089,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_activity.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.StatusParams.__type"},{"id":25090,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_activity.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/activity.PleromaEntity"},{"id":25091,"kind":65536,"name":"__type","url":"modules/pleroma_entities_activity.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/activity.PleromaEntity.Token"},{"id":25092,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_activity.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Token.__type"},{"id":25093,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_activity.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Token.__type"},{"id":25094,"kind":1024,"name":"scope","url":"modules/pleroma_entities_activity.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Token.__type"},{"id":25095,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_activity.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/activity.PleromaEntity.Token.__type"},{"id":25096,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_application.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/application"},{"id":25097,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_application.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25098,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Emoji"},{"id":25099,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_application.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Emoji.__type"},{"id":25100,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_application.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Emoji.__type"},{"id":25101,"kind":1024,"name":"url","url":"modules/pleroma_entities_application.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Emoji.__type"},{"id":25102,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_application.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Emoji.__type"},{"id":25103,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_application.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25104,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Source"},{"id":25105,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_application.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Source.__type"},{"id":25106,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_application.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Source.__type"},{"id":25107,"kind":1024,"name":"language","url":"modules/pleroma_entities_application.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Source.__type"},{"id":25108,"kind":1024,"name":"note","url":"modules/pleroma_entities_application.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Source.__type"},{"id":25109,"kind":1024,"name":"fields","url":"modules/pleroma_entities_application.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Source.__type"},{"id":25110,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_application.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25111,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Account"},{"id":25112,"kind":1024,"name":"id","url":"modules/pleroma_entities_application.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Account.__type"},{"id":25113,"kind":1024,"name":"username","url":"modules/pleroma_entities_application.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Account.__type"},{"id":25114,"kind":1024,"name":"acct","url":"modules/pleroma_entities_application.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Account.__type"},{"id":25115,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_application.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Account.__type"},{"id":25116,"kind":1024,"name":"locked","url":"modules/pleroma_entities_application.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Account.__type"},{"id":25117,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_application.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Account.__type"},{"id":25118,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_application.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Account.__type"},{"id":25119,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_application.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Account.__type"},{"id":25120,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_application.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Account.__type"},{"id":25121,"kind":1024,"name":"note","url":"modules/pleroma_entities_application.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Account.__type"},{"id":25122,"kind":1024,"name":"url","url":"modules/pleroma_entities_application.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Account.__type"},{"id":25123,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_application.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Account.__type"},{"id":25124,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_application.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Account.__type"},{"id":25125,"kind":1024,"name":"header","url":"modules/pleroma_entities_application.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Account.__type"},{"id":25126,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_application.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Account.__type"},{"id":25127,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_application.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Account.__type"},{"id":25128,"kind":1024,"name":"moved","url":"modules/pleroma_entities_application.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Account.__type"},{"id":25129,"kind":1024,"name":"fields","url":"modules/pleroma_entities_application.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Account.__type"},{"id":25130,"kind":1024,"name":"bot","url":"modules/pleroma_entities_application.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Account.__type"},{"id":25131,"kind":1024,"name":"source","url":"modules/pleroma_entities_application.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Account.__type"},{"id":25132,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_application.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25133,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Activity"},{"id":25134,"kind":1024,"name":"week","url":"modules/pleroma_entities_application.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Activity.__type"},{"id":25135,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_application.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Activity.__type"},{"id":25136,"kind":1024,"name":"logins","url":"modules/pleroma_entities_application.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Activity.__type"},{"id":25137,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_application.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Activity.__type"},{"id":25138,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_application.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25139,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Application"},{"id":25140,"kind":1024,"name":"name","url":"modules/pleroma_entities_application.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Application.__type"},{"id":25141,"kind":1024,"name":"website","url":"modules/pleroma_entities_application.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Application.__type"},{"id":25142,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_application.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Application.__type"},{"id":25143,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_application.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25144,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Attachment"},{"id":25145,"kind":1024,"name":"id","url":"modules/pleroma_entities_application.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Attachment.__type"},{"id":25146,"kind":1024,"name":"type","url":"modules/pleroma_entities_application.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Attachment.__type"},{"id":25147,"kind":1024,"name":"url","url":"modules/pleroma_entities_application.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Attachment.__type"},{"id":25148,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_application.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Attachment.__type"},{"id":25149,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_application.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Attachment.__type"},{"id":25150,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_application.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Attachment.__type"},{"id":25151,"kind":1024,"name":"meta","url":"modules/pleroma_entities_application.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Attachment.__type"},{"id":25152,"kind":1024,"name":"description","url":"modules/pleroma_entities_application.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Attachment.__type"},{"id":25153,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_application.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25154,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Card"},{"id":25155,"kind":1024,"name":"url","url":"modules/pleroma_entities_application.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Card.__type"},{"id":25156,"kind":1024,"name":"title","url":"modules/pleroma_entities_application.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Card.__type"},{"id":25157,"kind":1024,"name":"description","url":"modules/pleroma_entities_application.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Card.__type"},{"id":25158,"kind":1024,"name":"type","url":"modules/pleroma_entities_application.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Card.__type"},{"id":25159,"kind":1024,"name":"image","url":"modules/pleroma_entities_application.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Card.__type"},{"id":25160,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_application.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Card.__type"},{"id":25161,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_application.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Card.__type"},{"id":25162,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_application.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Card.__type"},{"id":25163,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_application.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Card.__type"},{"id":25164,"kind":1024,"name":"html","url":"modules/pleroma_entities_application.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Card.__type"},{"id":25165,"kind":1024,"name":"width","url":"modules/pleroma_entities_application.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Card.__type"},{"id":25166,"kind":1024,"name":"height","url":"modules/pleroma_entities_application.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Card.__type"},{"id":25167,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_application.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Card.__type"},{"id":25168,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_application.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25169,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Mention"},{"id":25170,"kind":1024,"name":"id","url":"modules/pleroma_entities_application.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Mention.__type"},{"id":25171,"kind":1024,"name":"username","url":"modules/pleroma_entities_application.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Mention.__type"},{"id":25172,"kind":1024,"name":"url","url":"modules/pleroma_entities_application.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Mention.__type"},{"id":25173,"kind":1024,"name":"acct","url":"modules/pleroma_entities_application.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Mention.__type"},{"id":25174,"kind":4194304,"name":"History","url":"modules/pleroma_entities_application.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25175,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.History"},{"id":25176,"kind":1024,"name":"day","url":"modules/pleroma_entities_application.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.History.__type"},{"id":25177,"kind":1024,"name":"uses","url":"modules/pleroma_entities_application.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.History.__type"},{"id":25178,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_application.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.History.__type"},{"id":25179,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_application.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25180,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Tag"},{"id":25181,"kind":1024,"name":"name","url":"modules/pleroma_entities_application.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Tag.__type"},{"id":25182,"kind":1024,"name":"url","url":"modules/pleroma_entities_application.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Tag.__type"},{"id":25183,"kind":1024,"name":"history","url":"modules/pleroma_entities_application.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Tag.__type"},{"id":25184,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_application.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25185,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.PollOption"},{"id":25186,"kind":1024,"name":"title","url":"modules/pleroma_entities_application.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.PollOption.__type"},{"id":25187,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_application.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.PollOption.__type"},{"id":25188,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_application.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25189,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Poll"},{"id":25190,"kind":1024,"name":"id","url":"modules/pleroma_entities_application.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Poll.__type"},{"id":25191,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_application.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Poll.__type"},{"id":25192,"kind":1024,"name":"expired","url":"modules/pleroma_entities_application.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Poll.__type"},{"id":25193,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_application.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Poll.__type"},{"id":25194,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_application.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Poll.__type"},{"id":25195,"kind":1024,"name":"options","url":"modules/pleroma_entities_application.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Poll.__type"},{"id":25196,"kind":1024,"name":"voted","url":"modules/pleroma_entities_application.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Poll.__type"},{"id":25197,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_application.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25198,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Reaction"},{"id":25199,"kind":1024,"name":"count","url":"modules/pleroma_entities_application.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Reaction.__type"},{"id":25200,"kind":1024,"name":"me","url":"modules/pleroma_entities_application.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Reaction.__type"},{"id":25201,"kind":1024,"name":"name","url":"modules/pleroma_entities_application.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Reaction.__type"},{"id":25202,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_application.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Reaction.__type"},{"id":25203,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_application.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25204,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Status"},{"id":25205,"kind":1024,"name":"id","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25206,"kind":1024,"name":"uri","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25207,"kind":1024,"name":"url","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25208,"kind":1024,"name":"account","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25209,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25210,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25211,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25212,"kind":1024,"name":"content","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25213,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25214,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25215,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25216,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25217,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25218,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25219,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25220,"kind":1024,"name":"muted","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25221,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25222,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25223,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25224,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25225,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25226,"kind":1024,"name":"tags","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25227,"kind":1024,"name":"card","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25228,"kind":1024,"name":"poll","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25229,"kind":1024,"name":"application","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25230,"kind":1024,"name":"language","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25231,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25232,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25233,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25234,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type"},{"id":25235,"kind":1024,"name":"context","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type.__type"},{"id":25236,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type.__type"},{"id":25237,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type.__type.__type"},{"id":25238,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type.__type"},{"id":25239,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type.__type"},{"id":25240,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type.__type.__type"},{"id":25241,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type.__type"},{"id":25242,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type.__type"},{"id":25243,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type.__type"},{"id":25244,"kind":1024,"name":"local","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type.__type"},{"id":25245,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_application.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Status.__type.__type"},{"id":25246,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_application.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25247,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Context"},{"id":25248,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_application.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Context.__type"},{"id":25249,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_application.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Context.__type"},{"id":25250,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_application.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25251,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Conversation"},{"id":25252,"kind":1024,"name":"id","url":"modules/pleroma_entities_application.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Conversation.__type"},{"id":25253,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_application.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Conversation.__type"},{"id":25254,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_application.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Conversation.__type"},{"id":25255,"kind":1024,"name":"unread","url":"modules/pleroma_entities_application.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Conversation.__type"},{"id":25256,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_application.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25257,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.FeaturedTag"},{"id":25258,"kind":1024,"name":"id","url":"modules/pleroma_entities_application.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.FeaturedTag.__type"},{"id":25259,"kind":1024,"name":"name","url":"modules/pleroma_entities_application.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.FeaturedTag.__type"},{"id":25260,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_application.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.FeaturedTag.__type"},{"id":25261,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_application.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.FeaturedTag.__type"},{"id":25262,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_application.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25263,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Field"},{"id":25264,"kind":1024,"name":"name","url":"modules/pleroma_entities_application.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Field.__type"},{"id":25265,"kind":1024,"name":"value","url":"modules/pleroma_entities_application.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Field.__type"},{"id":25266,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_application.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Field.__type"},{"id":25267,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_application.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25268,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Filter"},{"id":25269,"kind":1024,"name":"id","url":"modules/pleroma_entities_application.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Filter.__type"},{"id":25270,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_application.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Filter.__type"},{"id":25271,"kind":1024,"name":"context","url":"modules/pleroma_entities_application.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Filter.__type"},{"id":25272,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_application.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Filter.__type"},{"id":25273,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_application.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Filter.__type"},{"id":25274,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_application.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Filter.__type"},{"id":25275,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_application.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25276,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.IdentityProof"},{"id":25277,"kind":1024,"name":"provider","url":"modules/pleroma_entities_application.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.IdentityProof.__type"},{"id":25278,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_application.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.IdentityProof.__type"},{"id":25279,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_application.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.IdentityProof.__type"},{"id":25280,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_application.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.IdentityProof.__type"},{"id":25281,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_application.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.IdentityProof.__type"},{"id":25282,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_application.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25283,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.URLs"},{"id":25284,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_application.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.URLs.__type"},{"id":25285,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_application.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25286,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Stats"},{"id":25287,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_application.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Stats.__type"},{"id":25288,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_application.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Stats.__type"},{"id":25289,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_application.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Stats.__type"},{"id":25290,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_application.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25291,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Instance"},{"id":25292,"kind":1024,"name":"uri","url":"modules/pleroma_entities_application.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Instance.__type"},{"id":25293,"kind":1024,"name":"title","url":"modules/pleroma_entities_application.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Instance.__type"},{"id":25294,"kind":1024,"name":"description","url":"modules/pleroma_entities_application.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Instance.__type"},{"id":25295,"kind":1024,"name":"email","url":"modules/pleroma_entities_application.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Instance.__type"},{"id":25296,"kind":1024,"name":"version","url":"modules/pleroma_entities_application.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Instance.__type"},{"id":25297,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_application.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Instance.__type"},{"id":25298,"kind":1024,"name":"urls","url":"modules/pleroma_entities_application.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Instance.__type"},{"id":25299,"kind":1024,"name":"stats","url":"modules/pleroma_entities_application.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Instance.__type"},{"id":25300,"kind":1024,"name":"languages","url":"modules/pleroma_entities_application.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Instance.__type"},{"id":25301,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_application.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Instance.__type"},{"id":25302,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_application.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Instance.__type"},{"id":25303,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_application.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Instance.__type"},{"id":25304,"kind":4194304,"name":"List","url":"modules/pleroma_entities_application.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25305,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.List"},{"id":25306,"kind":1024,"name":"id","url":"modules/pleroma_entities_application.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.List.__type"},{"id":25307,"kind":1024,"name":"title","url":"modules/pleroma_entities_application.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.List.__type"},{"id":25308,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_application.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25309,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Marker"},{"id":25310,"kind":1024,"name":"home","url":"modules/pleroma_entities_application.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Marker.__type"},{"id":25311,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Marker.__type"},{"id":25312,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_application.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Marker.__type.__type"},{"id":25313,"kind":1024,"name":"version","url":"modules/pleroma_entities_application.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Marker.__type.__type"},{"id":25314,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_application.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Marker.__type.__type"},{"id":25315,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_application.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Marker.__type"},{"id":25316,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Marker.__type"},{"id":25317,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_application.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Marker.__type.__type"},{"id":25318,"kind":1024,"name":"version","url":"modules/pleroma_entities_application.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Marker.__type.__type"},{"id":25319,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_application.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Marker.__type.__type"},{"id":25320,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_application.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25321,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Notification"},{"id":25322,"kind":1024,"name":"account","url":"modules/pleroma_entities_application.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Notification.__type"},{"id":25323,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_application.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Notification.__type"},{"id":25324,"kind":1024,"name":"id","url":"modules/pleroma_entities_application.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Notification.__type"},{"id":25325,"kind":1024,"name":"status","url":"modules/pleroma_entities_application.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Notification.__type"},{"id":25326,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_application.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Notification.__type"},{"id":25327,"kind":1024,"name":"type","url":"modules/pleroma_entities_application.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Notification.__type"},{"id":25328,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_application.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25329,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_application.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25330,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Preferences"},{"id":25331,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_application.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Preferences.__type"},{"id":25332,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_application.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Preferences.__type"},{"id":25333,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_application.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Preferences.__type"},{"id":25334,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_application.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Preferences.__type"},{"id":25335,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_application.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Preferences.__type"},{"id":25336,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_application.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25337,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.PushSubscription"},{"id":25338,"kind":1024,"name":"id","url":"modules/pleroma_entities_application.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.PushSubscription.__type"},{"id":25339,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_application.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.PushSubscription.__type"},{"id":25340,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_application.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.PushSubscription.__type"},{"id":25341,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_application.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.PushSubscription.__type"},{"id":25342,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_application.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25343,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Relationship"},{"id":25344,"kind":1024,"name":"id","url":"modules/pleroma_entities_application.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Relationship.__type"},{"id":25345,"kind":1024,"name":"following","url":"modules/pleroma_entities_application.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Relationship.__type"},{"id":25346,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_application.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Relationship.__type"},{"id":25347,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_application.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Relationship.__type"},{"id":25348,"kind":1024,"name":"muting","url":"modules/pleroma_entities_application.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Relationship.__type"},{"id":25349,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_application.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Relationship.__type"},{"id":25350,"kind":1024,"name":"requested","url":"modules/pleroma_entities_application.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Relationship.__type"},{"id":25351,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_application.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Relationship.__type"},{"id":25352,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_application.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Relationship.__type"},{"id":25353,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_application.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Relationship.__type"},{"id":25354,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_application.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25355,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Report"},{"id":25356,"kind":1024,"name":"id","url":"modules/pleroma_entities_application.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Report.__type"},{"id":25357,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_application.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Report.__type"},{"id":25358,"kind":1024,"name":"comment","url":"modules/pleroma_entities_application.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Report.__type"},{"id":25359,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_application.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Report.__type"},{"id":25360,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_application.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Report.__type"},{"id":25361,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_application.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25362,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Results"},{"id":25363,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_application.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Results.__type"},{"id":25364,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_application.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Results.__type"},{"id":25365,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_application.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Results.__type"},{"id":25366,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_application.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25367,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.ScheduledStatus"},{"id":25368,"kind":1024,"name":"id","url":"modules/pleroma_entities_application.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.ScheduledStatus.__type"},{"id":25369,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_application.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.ScheduledStatus.__type"},{"id":25370,"kind":1024,"name":"params","url":"modules/pleroma_entities_application.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.ScheduledStatus.__type"},{"id":25371,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_application.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.ScheduledStatus.__type"},{"id":25372,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_application.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25373,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.StatusParams"},{"id":25374,"kind":1024,"name":"text","url":"modules/pleroma_entities_application.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.StatusParams.__type"},{"id":25375,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_application.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.StatusParams.__type"},{"id":25376,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_application.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.StatusParams.__type"},{"id":25377,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_application.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.StatusParams.__type"},{"id":25378,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_application.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.StatusParams.__type"},{"id":25379,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_application.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.StatusParams.__type"},{"id":25380,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_application.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.StatusParams.__type"},{"id":25381,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_application.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.StatusParams.__type"},{"id":25382,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_application.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/application.PleromaEntity"},{"id":25383,"kind":65536,"name":"__type","url":"modules/pleroma_entities_application.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/application.PleromaEntity.Token"},{"id":25384,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_application.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Token.__type"},{"id":25385,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_application.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Token.__type"},{"id":25386,"kind":1024,"name":"scope","url":"modules/pleroma_entities_application.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Token.__type"},{"id":25387,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_application.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/application.PleromaEntity.Token.__type"},{"id":25388,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_attachment.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/attachment"},{"id":25389,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_attachment.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25390,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Emoji"},{"id":25391,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_attachment.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Emoji.__type"},{"id":25392,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_attachment.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Emoji.__type"},{"id":25393,"kind":1024,"name":"url","url":"modules/pleroma_entities_attachment.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Emoji.__type"},{"id":25394,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_attachment.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Emoji.__type"},{"id":25395,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_attachment.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25396,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Source"},{"id":25397,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_attachment.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Source.__type"},{"id":25398,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_attachment.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Source.__type"},{"id":25399,"kind":1024,"name":"language","url":"modules/pleroma_entities_attachment.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Source.__type"},{"id":25400,"kind":1024,"name":"note","url":"modules/pleroma_entities_attachment.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Source.__type"},{"id":25401,"kind":1024,"name":"fields","url":"modules/pleroma_entities_attachment.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Source.__type"},{"id":25402,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_attachment.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25403,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Account"},{"id":25404,"kind":1024,"name":"id","url":"modules/pleroma_entities_attachment.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Account.__type"},{"id":25405,"kind":1024,"name":"username","url":"modules/pleroma_entities_attachment.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Account.__type"},{"id":25406,"kind":1024,"name":"acct","url":"modules/pleroma_entities_attachment.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Account.__type"},{"id":25407,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_attachment.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Account.__type"},{"id":25408,"kind":1024,"name":"locked","url":"modules/pleroma_entities_attachment.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Account.__type"},{"id":25409,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_attachment.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Account.__type"},{"id":25410,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_attachment.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Account.__type"},{"id":25411,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_attachment.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Account.__type"},{"id":25412,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_attachment.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Account.__type"},{"id":25413,"kind":1024,"name":"note","url":"modules/pleroma_entities_attachment.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Account.__type"},{"id":25414,"kind":1024,"name":"url","url":"modules/pleroma_entities_attachment.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Account.__type"},{"id":25415,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_attachment.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Account.__type"},{"id":25416,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_attachment.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Account.__type"},{"id":25417,"kind":1024,"name":"header","url":"modules/pleroma_entities_attachment.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Account.__type"},{"id":25418,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_attachment.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Account.__type"},{"id":25419,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_attachment.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Account.__type"},{"id":25420,"kind":1024,"name":"moved","url":"modules/pleroma_entities_attachment.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Account.__type"},{"id":25421,"kind":1024,"name":"fields","url":"modules/pleroma_entities_attachment.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Account.__type"},{"id":25422,"kind":1024,"name":"bot","url":"modules/pleroma_entities_attachment.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Account.__type"},{"id":25423,"kind":1024,"name":"source","url":"modules/pleroma_entities_attachment.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Account.__type"},{"id":25424,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_attachment.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25425,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Activity"},{"id":25426,"kind":1024,"name":"week","url":"modules/pleroma_entities_attachment.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Activity.__type"},{"id":25427,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_attachment.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Activity.__type"},{"id":25428,"kind":1024,"name":"logins","url":"modules/pleroma_entities_attachment.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Activity.__type"},{"id":25429,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_attachment.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Activity.__type"},{"id":25430,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_attachment.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25431,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Application"},{"id":25432,"kind":1024,"name":"name","url":"modules/pleroma_entities_attachment.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Application.__type"},{"id":25433,"kind":1024,"name":"website","url":"modules/pleroma_entities_attachment.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Application.__type"},{"id":25434,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_attachment.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Application.__type"},{"id":25435,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_attachment.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25436,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Attachment"},{"id":25437,"kind":1024,"name":"id","url":"modules/pleroma_entities_attachment.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Attachment.__type"},{"id":25438,"kind":1024,"name":"type","url":"modules/pleroma_entities_attachment.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Attachment.__type"},{"id":25439,"kind":1024,"name":"url","url":"modules/pleroma_entities_attachment.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Attachment.__type"},{"id":25440,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_attachment.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Attachment.__type"},{"id":25441,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_attachment.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Attachment.__type"},{"id":25442,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_attachment.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Attachment.__type"},{"id":25443,"kind":1024,"name":"meta","url":"modules/pleroma_entities_attachment.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Attachment.__type"},{"id":25444,"kind":1024,"name":"description","url":"modules/pleroma_entities_attachment.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Attachment.__type"},{"id":25445,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_attachment.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25446,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Card"},{"id":25447,"kind":1024,"name":"url","url":"modules/pleroma_entities_attachment.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Card.__type"},{"id":25448,"kind":1024,"name":"title","url":"modules/pleroma_entities_attachment.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Card.__type"},{"id":25449,"kind":1024,"name":"description","url":"modules/pleroma_entities_attachment.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Card.__type"},{"id":25450,"kind":1024,"name":"type","url":"modules/pleroma_entities_attachment.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Card.__type"},{"id":25451,"kind":1024,"name":"image","url":"modules/pleroma_entities_attachment.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Card.__type"},{"id":25452,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_attachment.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Card.__type"},{"id":25453,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_attachment.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Card.__type"},{"id":25454,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_attachment.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Card.__type"},{"id":25455,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_attachment.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Card.__type"},{"id":25456,"kind":1024,"name":"html","url":"modules/pleroma_entities_attachment.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Card.__type"},{"id":25457,"kind":1024,"name":"width","url":"modules/pleroma_entities_attachment.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Card.__type"},{"id":25458,"kind":1024,"name":"height","url":"modules/pleroma_entities_attachment.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Card.__type"},{"id":25459,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_attachment.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Card.__type"},{"id":25460,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_attachment.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25461,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Mention"},{"id":25462,"kind":1024,"name":"id","url":"modules/pleroma_entities_attachment.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Mention.__type"},{"id":25463,"kind":1024,"name":"username","url":"modules/pleroma_entities_attachment.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Mention.__type"},{"id":25464,"kind":1024,"name":"url","url":"modules/pleroma_entities_attachment.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Mention.__type"},{"id":25465,"kind":1024,"name":"acct","url":"modules/pleroma_entities_attachment.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Mention.__type"},{"id":25466,"kind":4194304,"name":"History","url":"modules/pleroma_entities_attachment.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25467,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.History"},{"id":25468,"kind":1024,"name":"day","url":"modules/pleroma_entities_attachment.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.History.__type"},{"id":25469,"kind":1024,"name":"uses","url":"modules/pleroma_entities_attachment.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.History.__type"},{"id":25470,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_attachment.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.History.__type"},{"id":25471,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_attachment.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25472,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Tag"},{"id":25473,"kind":1024,"name":"name","url":"modules/pleroma_entities_attachment.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Tag.__type"},{"id":25474,"kind":1024,"name":"url","url":"modules/pleroma_entities_attachment.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Tag.__type"},{"id":25475,"kind":1024,"name":"history","url":"modules/pleroma_entities_attachment.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Tag.__type"},{"id":25476,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_attachment.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25477,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.PollOption"},{"id":25478,"kind":1024,"name":"title","url":"modules/pleroma_entities_attachment.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.PollOption.__type"},{"id":25479,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_attachment.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.PollOption.__type"},{"id":25480,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_attachment.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25481,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Poll"},{"id":25482,"kind":1024,"name":"id","url":"modules/pleroma_entities_attachment.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Poll.__type"},{"id":25483,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_attachment.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Poll.__type"},{"id":25484,"kind":1024,"name":"expired","url":"modules/pleroma_entities_attachment.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Poll.__type"},{"id":25485,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_attachment.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Poll.__type"},{"id":25486,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_attachment.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Poll.__type"},{"id":25487,"kind":1024,"name":"options","url":"modules/pleroma_entities_attachment.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Poll.__type"},{"id":25488,"kind":1024,"name":"voted","url":"modules/pleroma_entities_attachment.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Poll.__type"},{"id":25489,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_attachment.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25490,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Reaction"},{"id":25491,"kind":1024,"name":"count","url":"modules/pleroma_entities_attachment.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Reaction.__type"},{"id":25492,"kind":1024,"name":"me","url":"modules/pleroma_entities_attachment.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Reaction.__type"},{"id":25493,"kind":1024,"name":"name","url":"modules/pleroma_entities_attachment.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Reaction.__type"},{"id":25494,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_attachment.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Reaction.__type"},{"id":25495,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25496,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Status"},{"id":25497,"kind":1024,"name":"id","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25498,"kind":1024,"name":"uri","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25499,"kind":1024,"name":"url","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25500,"kind":1024,"name":"account","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25501,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25502,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25503,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25504,"kind":1024,"name":"content","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25505,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25506,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25507,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25508,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25509,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25510,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25511,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25512,"kind":1024,"name":"muted","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25513,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25514,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25515,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25516,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25517,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25518,"kind":1024,"name":"tags","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25519,"kind":1024,"name":"card","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25520,"kind":1024,"name":"poll","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25521,"kind":1024,"name":"application","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25522,"kind":1024,"name":"language","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25523,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25524,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25525,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25526,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type"},{"id":25527,"kind":1024,"name":"context","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type.__type"},{"id":25528,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type.__type"},{"id":25529,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type.__type.__type"},{"id":25530,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type.__type"},{"id":25531,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type.__type"},{"id":25532,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type.__type.__type"},{"id":25533,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type.__type"},{"id":25534,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type.__type"},{"id":25535,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type.__type"},{"id":25536,"kind":1024,"name":"local","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type.__type"},{"id":25537,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_attachment.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Status.__type.__type"},{"id":25538,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_attachment.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25539,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Context"},{"id":25540,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_attachment.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Context.__type"},{"id":25541,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_attachment.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Context.__type"},{"id":25542,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_attachment.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25543,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Conversation"},{"id":25544,"kind":1024,"name":"id","url":"modules/pleroma_entities_attachment.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Conversation.__type"},{"id":25545,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_attachment.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Conversation.__type"},{"id":25546,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_attachment.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Conversation.__type"},{"id":25547,"kind":1024,"name":"unread","url":"modules/pleroma_entities_attachment.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Conversation.__type"},{"id":25548,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_attachment.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25549,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.FeaturedTag"},{"id":25550,"kind":1024,"name":"id","url":"modules/pleroma_entities_attachment.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.FeaturedTag.__type"},{"id":25551,"kind":1024,"name":"name","url":"modules/pleroma_entities_attachment.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.FeaturedTag.__type"},{"id":25552,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_attachment.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.FeaturedTag.__type"},{"id":25553,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_attachment.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.FeaturedTag.__type"},{"id":25554,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_attachment.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25555,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Field"},{"id":25556,"kind":1024,"name":"name","url":"modules/pleroma_entities_attachment.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Field.__type"},{"id":25557,"kind":1024,"name":"value","url":"modules/pleroma_entities_attachment.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Field.__type"},{"id":25558,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_attachment.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Field.__type"},{"id":25559,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_attachment.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25560,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Filter"},{"id":25561,"kind":1024,"name":"id","url":"modules/pleroma_entities_attachment.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Filter.__type"},{"id":25562,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_attachment.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Filter.__type"},{"id":25563,"kind":1024,"name":"context","url":"modules/pleroma_entities_attachment.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Filter.__type"},{"id":25564,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_attachment.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Filter.__type"},{"id":25565,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_attachment.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Filter.__type"},{"id":25566,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_attachment.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Filter.__type"},{"id":25567,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_attachment.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25568,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.IdentityProof"},{"id":25569,"kind":1024,"name":"provider","url":"modules/pleroma_entities_attachment.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.IdentityProof.__type"},{"id":25570,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_attachment.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.IdentityProof.__type"},{"id":25571,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_attachment.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.IdentityProof.__type"},{"id":25572,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_attachment.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.IdentityProof.__type"},{"id":25573,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_attachment.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.IdentityProof.__type"},{"id":25574,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_attachment.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25575,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.URLs"},{"id":25576,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_attachment.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.URLs.__type"},{"id":25577,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_attachment.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25578,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Stats"},{"id":25579,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_attachment.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Stats.__type"},{"id":25580,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_attachment.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Stats.__type"},{"id":25581,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_attachment.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Stats.__type"},{"id":25582,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_attachment.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25583,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Instance"},{"id":25584,"kind":1024,"name":"uri","url":"modules/pleroma_entities_attachment.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Instance.__type"},{"id":25585,"kind":1024,"name":"title","url":"modules/pleroma_entities_attachment.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Instance.__type"},{"id":25586,"kind":1024,"name":"description","url":"modules/pleroma_entities_attachment.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Instance.__type"},{"id":25587,"kind":1024,"name":"email","url":"modules/pleroma_entities_attachment.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Instance.__type"},{"id":25588,"kind":1024,"name":"version","url":"modules/pleroma_entities_attachment.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Instance.__type"},{"id":25589,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_attachment.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Instance.__type"},{"id":25590,"kind":1024,"name":"urls","url":"modules/pleroma_entities_attachment.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Instance.__type"},{"id":25591,"kind":1024,"name":"stats","url":"modules/pleroma_entities_attachment.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Instance.__type"},{"id":25592,"kind":1024,"name":"languages","url":"modules/pleroma_entities_attachment.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Instance.__type"},{"id":25593,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_attachment.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Instance.__type"},{"id":25594,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_attachment.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Instance.__type"},{"id":25595,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_attachment.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Instance.__type"},{"id":25596,"kind":4194304,"name":"List","url":"modules/pleroma_entities_attachment.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25597,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.List"},{"id":25598,"kind":1024,"name":"id","url":"modules/pleroma_entities_attachment.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.List.__type"},{"id":25599,"kind":1024,"name":"title","url":"modules/pleroma_entities_attachment.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.List.__type"},{"id":25600,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_attachment.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25601,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Marker"},{"id":25602,"kind":1024,"name":"home","url":"modules/pleroma_entities_attachment.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Marker.__type"},{"id":25603,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Marker.__type"},{"id":25604,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_attachment.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Marker.__type.__type"},{"id":25605,"kind":1024,"name":"version","url":"modules/pleroma_entities_attachment.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Marker.__type.__type"},{"id":25606,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_attachment.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Marker.__type.__type"},{"id":25607,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_attachment.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Marker.__type"},{"id":25608,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Marker.__type"},{"id":25609,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_attachment.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Marker.__type.__type"},{"id":25610,"kind":1024,"name":"version","url":"modules/pleroma_entities_attachment.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Marker.__type.__type"},{"id":25611,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_attachment.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Marker.__type.__type"},{"id":25612,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_attachment.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25613,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Notification"},{"id":25614,"kind":1024,"name":"account","url":"modules/pleroma_entities_attachment.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Notification.__type"},{"id":25615,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_attachment.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Notification.__type"},{"id":25616,"kind":1024,"name":"id","url":"modules/pleroma_entities_attachment.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Notification.__type"},{"id":25617,"kind":1024,"name":"status","url":"modules/pleroma_entities_attachment.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Notification.__type"},{"id":25618,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_attachment.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Notification.__type"},{"id":25619,"kind":1024,"name":"type","url":"modules/pleroma_entities_attachment.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Notification.__type"},{"id":25620,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_attachment.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25621,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_attachment.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25622,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Preferences"},{"id":25623,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_attachment.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Preferences.__type"},{"id":25624,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_attachment.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Preferences.__type"},{"id":25625,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_attachment.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Preferences.__type"},{"id":25626,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_attachment.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Preferences.__type"},{"id":25627,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_attachment.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Preferences.__type"},{"id":25628,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_attachment.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25629,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.PushSubscription"},{"id":25630,"kind":1024,"name":"id","url":"modules/pleroma_entities_attachment.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.PushSubscription.__type"},{"id":25631,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_attachment.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.PushSubscription.__type"},{"id":25632,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_attachment.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.PushSubscription.__type"},{"id":25633,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_attachment.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.PushSubscription.__type"},{"id":25634,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_attachment.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25635,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Relationship"},{"id":25636,"kind":1024,"name":"id","url":"modules/pleroma_entities_attachment.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Relationship.__type"},{"id":25637,"kind":1024,"name":"following","url":"modules/pleroma_entities_attachment.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Relationship.__type"},{"id":25638,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_attachment.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Relationship.__type"},{"id":25639,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_attachment.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Relationship.__type"},{"id":25640,"kind":1024,"name":"muting","url":"modules/pleroma_entities_attachment.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Relationship.__type"},{"id":25641,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_attachment.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Relationship.__type"},{"id":25642,"kind":1024,"name":"requested","url":"modules/pleroma_entities_attachment.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Relationship.__type"},{"id":25643,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_attachment.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Relationship.__type"},{"id":25644,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_attachment.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Relationship.__type"},{"id":25645,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_attachment.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Relationship.__type"},{"id":25646,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_attachment.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25647,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Report"},{"id":25648,"kind":1024,"name":"id","url":"modules/pleroma_entities_attachment.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Report.__type"},{"id":25649,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_attachment.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Report.__type"},{"id":25650,"kind":1024,"name":"comment","url":"modules/pleroma_entities_attachment.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Report.__type"},{"id":25651,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_attachment.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Report.__type"},{"id":25652,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_attachment.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Report.__type"},{"id":25653,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_attachment.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25654,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Results"},{"id":25655,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_attachment.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Results.__type"},{"id":25656,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_attachment.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Results.__type"},{"id":25657,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_attachment.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Results.__type"},{"id":25658,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_attachment.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25659,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.ScheduledStatus"},{"id":25660,"kind":1024,"name":"id","url":"modules/pleroma_entities_attachment.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.ScheduledStatus.__type"},{"id":25661,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_attachment.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.ScheduledStatus.__type"},{"id":25662,"kind":1024,"name":"params","url":"modules/pleroma_entities_attachment.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.ScheduledStatus.__type"},{"id":25663,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_attachment.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.ScheduledStatus.__type"},{"id":25664,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_attachment.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25665,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.StatusParams"},{"id":25666,"kind":1024,"name":"text","url":"modules/pleroma_entities_attachment.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.StatusParams.__type"},{"id":25667,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_attachment.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.StatusParams.__type"},{"id":25668,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_attachment.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.StatusParams.__type"},{"id":25669,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_attachment.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.StatusParams.__type"},{"id":25670,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_attachment.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.StatusParams.__type"},{"id":25671,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_attachment.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.StatusParams.__type"},{"id":25672,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_attachment.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.StatusParams.__type"},{"id":25673,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_attachment.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.StatusParams.__type"},{"id":25674,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_attachment.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/attachment.PleromaEntity"},{"id":25675,"kind":65536,"name":"__type","url":"modules/pleroma_entities_attachment.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/attachment.PleromaEntity.Token"},{"id":25676,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_attachment.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Token.__type"},{"id":25677,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_attachment.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Token.__type"},{"id":25678,"kind":1024,"name":"scope","url":"modules/pleroma_entities_attachment.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Token.__type"},{"id":25679,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_attachment.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/attachment.PleromaEntity.Token.__type"},{"id":25680,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_card.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/card"},{"id":25681,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_card.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25682,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Emoji"},{"id":25683,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_card.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Emoji.__type"},{"id":25684,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_card.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Emoji.__type"},{"id":25685,"kind":1024,"name":"url","url":"modules/pleroma_entities_card.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Emoji.__type"},{"id":25686,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_card.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Emoji.__type"},{"id":25687,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_card.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25688,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Source"},{"id":25689,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_card.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Source.__type"},{"id":25690,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_card.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Source.__type"},{"id":25691,"kind":1024,"name":"language","url":"modules/pleroma_entities_card.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Source.__type"},{"id":25692,"kind":1024,"name":"note","url":"modules/pleroma_entities_card.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Source.__type"},{"id":25693,"kind":1024,"name":"fields","url":"modules/pleroma_entities_card.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Source.__type"},{"id":25694,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_card.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25695,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Account"},{"id":25696,"kind":1024,"name":"id","url":"modules/pleroma_entities_card.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Account.__type"},{"id":25697,"kind":1024,"name":"username","url":"modules/pleroma_entities_card.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Account.__type"},{"id":25698,"kind":1024,"name":"acct","url":"modules/pleroma_entities_card.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Account.__type"},{"id":25699,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_card.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Account.__type"},{"id":25700,"kind":1024,"name":"locked","url":"modules/pleroma_entities_card.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Account.__type"},{"id":25701,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_card.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Account.__type"},{"id":25702,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_card.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Account.__type"},{"id":25703,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_card.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Account.__type"},{"id":25704,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_card.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Account.__type"},{"id":25705,"kind":1024,"name":"note","url":"modules/pleroma_entities_card.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Account.__type"},{"id":25706,"kind":1024,"name":"url","url":"modules/pleroma_entities_card.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Account.__type"},{"id":25707,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_card.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Account.__type"},{"id":25708,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_card.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Account.__type"},{"id":25709,"kind":1024,"name":"header","url":"modules/pleroma_entities_card.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Account.__type"},{"id":25710,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_card.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Account.__type"},{"id":25711,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_card.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Account.__type"},{"id":25712,"kind":1024,"name":"moved","url":"modules/pleroma_entities_card.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Account.__type"},{"id":25713,"kind":1024,"name":"fields","url":"modules/pleroma_entities_card.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Account.__type"},{"id":25714,"kind":1024,"name":"bot","url":"modules/pleroma_entities_card.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Account.__type"},{"id":25715,"kind":1024,"name":"source","url":"modules/pleroma_entities_card.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Account.__type"},{"id":25716,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_card.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25717,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Activity"},{"id":25718,"kind":1024,"name":"week","url":"modules/pleroma_entities_card.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Activity.__type"},{"id":25719,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_card.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Activity.__type"},{"id":25720,"kind":1024,"name":"logins","url":"modules/pleroma_entities_card.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Activity.__type"},{"id":25721,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_card.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Activity.__type"},{"id":25722,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_card.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25723,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Application"},{"id":25724,"kind":1024,"name":"name","url":"modules/pleroma_entities_card.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Application.__type"},{"id":25725,"kind":1024,"name":"website","url":"modules/pleroma_entities_card.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Application.__type"},{"id":25726,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_card.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Application.__type"},{"id":25727,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_card.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25728,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Attachment"},{"id":25729,"kind":1024,"name":"id","url":"modules/pleroma_entities_card.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Attachment.__type"},{"id":25730,"kind":1024,"name":"type","url":"modules/pleroma_entities_card.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Attachment.__type"},{"id":25731,"kind":1024,"name":"url","url":"modules/pleroma_entities_card.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Attachment.__type"},{"id":25732,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_card.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Attachment.__type"},{"id":25733,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_card.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Attachment.__type"},{"id":25734,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_card.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Attachment.__type"},{"id":25735,"kind":1024,"name":"meta","url":"modules/pleroma_entities_card.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Attachment.__type"},{"id":25736,"kind":1024,"name":"description","url":"modules/pleroma_entities_card.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Attachment.__type"},{"id":25737,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_card.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25738,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Card"},{"id":25739,"kind":1024,"name":"url","url":"modules/pleroma_entities_card.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Card.__type"},{"id":25740,"kind":1024,"name":"title","url":"modules/pleroma_entities_card.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Card.__type"},{"id":25741,"kind":1024,"name":"description","url":"modules/pleroma_entities_card.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Card.__type"},{"id":25742,"kind":1024,"name":"type","url":"modules/pleroma_entities_card.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Card.__type"},{"id":25743,"kind":1024,"name":"image","url":"modules/pleroma_entities_card.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Card.__type"},{"id":25744,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_card.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Card.__type"},{"id":25745,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_card.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Card.__type"},{"id":25746,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_card.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Card.__type"},{"id":25747,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_card.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Card.__type"},{"id":25748,"kind":1024,"name":"html","url":"modules/pleroma_entities_card.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Card.__type"},{"id":25749,"kind":1024,"name":"width","url":"modules/pleroma_entities_card.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Card.__type"},{"id":25750,"kind":1024,"name":"height","url":"modules/pleroma_entities_card.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Card.__type"},{"id":25751,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_card.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Card.__type"},{"id":25752,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_card.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25753,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Mention"},{"id":25754,"kind":1024,"name":"id","url":"modules/pleroma_entities_card.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Mention.__type"},{"id":25755,"kind":1024,"name":"username","url":"modules/pleroma_entities_card.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Mention.__type"},{"id":25756,"kind":1024,"name":"url","url":"modules/pleroma_entities_card.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Mention.__type"},{"id":25757,"kind":1024,"name":"acct","url":"modules/pleroma_entities_card.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Mention.__type"},{"id":25758,"kind":4194304,"name":"History","url":"modules/pleroma_entities_card.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25759,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.History"},{"id":25760,"kind":1024,"name":"day","url":"modules/pleroma_entities_card.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.History.__type"},{"id":25761,"kind":1024,"name":"uses","url":"modules/pleroma_entities_card.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.History.__type"},{"id":25762,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_card.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.History.__type"},{"id":25763,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_card.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25764,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Tag"},{"id":25765,"kind":1024,"name":"name","url":"modules/pleroma_entities_card.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Tag.__type"},{"id":25766,"kind":1024,"name":"url","url":"modules/pleroma_entities_card.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Tag.__type"},{"id":25767,"kind":1024,"name":"history","url":"modules/pleroma_entities_card.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Tag.__type"},{"id":25768,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_card.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25769,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.PollOption"},{"id":25770,"kind":1024,"name":"title","url":"modules/pleroma_entities_card.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.PollOption.__type"},{"id":25771,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_card.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.PollOption.__type"},{"id":25772,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_card.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25773,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Poll"},{"id":25774,"kind":1024,"name":"id","url":"modules/pleroma_entities_card.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Poll.__type"},{"id":25775,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_card.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Poll.__type"},{"id":25776,"kind":1024,"name":"expired","url":"modules/pleroma_entities_card.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Poll.__type"},{"id":25777,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_card.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Poll.__type"},{"id":25778,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_card.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Poll.__type"},{"id":25779,"kind":1024,"name":"options","url":"modules/pleroma_entities_card.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Poll.__type"},{"id":25780,"kind":1024,"name":"voted","url":"modules/pleroma_entities_card.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Poll.__type"},{"id":25781,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_card.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25782,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Reaction"},{"id":25783,"kind":1024,"name":"count","url":"modules/pleroma_entities_card.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Reaction.__type"},{"id":25784,"kind":1024,"name":"me","url":"modules/pleroma_entities_card.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Reaction.__type"},{"id":25785,"kind":1024,"name":"name","url":"modules/pleroma_entities_card.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Reaction.__type"},{"id":25786,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_card.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Reaction.__type"},{"id":25787,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_card.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25788,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Status"},{"id":25789,"kind":1024,"name":"id","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25790,"kind":1024,"name":"uri","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25791,"kind":1024,"name":"url","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25792,"kind":1024,"name":"account","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25793,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25794,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25795,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25796,"kind":1024,"name":"content","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25797,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25798,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25799,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25800,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25801,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25802,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25803,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25804,"kind":1024,"name":"muted","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25805,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25806,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25807,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25808,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25809,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25810,"kind":1024,"name":"tags","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25811,"kind":1024,"name":"card","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25812,"kind":1024,"name":"poll","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25813,"kind":1024,"name":"application","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25814,"kind":1024,"name":"language","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25815,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25816,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25817,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25818,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type"},{"id":25819,"kind":1024,"name":"context","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type.__type"},{"id":25820,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type.__type"},{"id":25821,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type.__type.__type"},{"id":25822,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type.__type"},{"id":25823,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type.__type"},{"id":25824,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type.__type.__type"},{"id":25825,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type.__type"},{"id":25826,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type.__type"},{"id":25827,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type.__type"},{"id":25828,"kind":1024,"name":"local","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type.__type"},{"id":25829,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_card.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Status.__type.__type"},{"id":25830,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_card.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25831,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Context"},{"id":25832,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_card.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Context.__type"},{"id":25833,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_card.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Context.__type"},{"id":25834,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_card.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25835,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Conversation"},{"id":25836,"kind":1024,"name":"id","url":"modules/pleroma_entities_card.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Conversation.__type"},{"id":25837,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_card.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Conversation.__type"},{"id":25838,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_card.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Conversation.__type"},{"id":25839,"kind":1024,"name":"unread","url":"modules/pleroma_entities_card.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Conversation.__type"},{"id":25840,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_card.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25841,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.FeaturedTag"},{"id":25842,"kind":1024,"name":"id","url":"modules/pleroma_entities_card.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.FeaturedTag.__type"},{"id":25843,"kind":1024,"name":"name","url":"modules/pleroma_entities_card.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.FeaturedTag.__type"},{"id":25844,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_card.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.FeaturedTag.__type"},{"id":25845,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_card.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.FeaturedTag.__type"},{"id":25846,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_card.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25847,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Field"},{"id":25848,"kind":1024,"name":"name","url":"modules/pleroma_entities_card.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Field.__type"},{"id":25849,"kind":1024,"name":"value","url":"modules/pleroma_entities_card.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Field.__type"},{"id":25850,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_card.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Field.__type"},{"id":25851,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_card.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25852,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Filter"},{"id":25853,"kind":1024,"name":"id","url":"modules/pleroma_entities_card.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Filter.__type"},{"id":25854,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_card.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Filter.__type"},{"id":25855,"kind":1024,"name":"context","url":"modules/pleroma_entities_card.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Filter.__type"},{"id":25856,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_card.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Filter.__type"},{"id":25857,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_card.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Filter.__type"},{"id":25858,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_card.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Filter.__type"},{"id":25859,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_card.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25860,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.IdentityProof"},{"id":25861,"kind":1024,"name":"provider","url":"modules/pleroma_entities_card.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.IdentityProof.__type"},{"id":25862,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_card.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.IdentityProof.__type"},{"id":25863,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_card.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.IdentityProof.__type"},{"id":25864,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_card.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.IdentityProof.__type"},{"id":25865,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_card.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.IdentityProof.__type"},{"id":25866,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_card.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25867,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.URLs"},{"id":25868,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_card.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.URLs.__type"},{"id":25869,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_card.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25870,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Stats"},{"id":25871,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_card.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Stats.__type"},{"id":25872,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_card.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Stats.__type"},{"id":25873,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_card.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Stats.__type"},{"id":25874,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_card.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25875,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Instance"},{"id":25876,"kind":1024,"name":"uri","url":"modules/pleroma_entities_card.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Instance.__type"},{"id":25877,"kind":1024,"name":"title","url":"modules/pleroma_entities_card.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Instance.__type"},{"id":25878,"kind":1024,"name":"description","url":"modules/pleroma_entities_card.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Instance.__type"},{"id":25879,"kind":1024,"name":"email","url":"modules/pleroma_entities_card.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Instance.__type"},{"id":25880,"kind":1024,"name":"version","url":"modules/pleroma_entities_card.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Instance.__type"},{"id":25881,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_card.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Instance.__type"},{"id":25882,"kind":1024,"name":"urls","url":"modules/pleroma_entities_card.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Instance.__type"},{"id":25883,"kind":1024,"name":"stats","url":"modules/pleroma_entities_card.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Instance.__type"},{"id":25884,"kind":1024,"name":"languages","url":"modules/pleroma_entities_card.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Instance.__type"},{"id":25885,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_card.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Instance.__type"},{"id":25886,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_card.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Instance.__type"},{"id":25887,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_card.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Instance.__type"},{"id":25888,"kind":4194304,"name":"List","url":"modules/pleroma_entities_card.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25889,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.List"},{"id":25890,"kind":1024,"name":"id","url":"modules/pleroma_entities_card.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.List.__type"},{"id":25891,"kind":1024,"name":"title","url":"modules/pleroma_entities_card.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.List.__type"},{"id":25892,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_card.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25893,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Marker"},{"id":25894,"kind":1024,"name":"home","url":"modules/pleroma_entities_card.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Marker.__type"},{"id":25895,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Marker.__type"},{"id":25896,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_card.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Marker.__type.__type"},{"id":25897,"kind":1024,"name":"version","url":"modules/pleroma_entities_card.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Marker.__type.__type"},{"id":25898,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_card.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Marker.__type.__type"},{"id":25899,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_card.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Marker.__type"},{"id":25900,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Marker.__type"},{"id":25901,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_card.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Marker.__type.__type"},{"id":25902,"kind":1024,"name":"version","url":"modules/pleroma_entities_card.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Marker.__type.__type"},{"id":25903,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_card.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Marker.__type.__type"},{"id":25904,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_card.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25905,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Notification"},{"id":25906,"kind":1024,"name":"account","url":"modules/pleroma_entities_card.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Notification.__type"},{"id":25907,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_card.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Notification.__type"},{"id":25908,"kind":1024,"name":"id","url":"modules/pleroma_entities_card.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Notification.__type"},{"id":25909,"kind":1024,"name":"status","url":"modules/pleroma_entities_card.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Notification.__type"},{"id":25910,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_card.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Notification.__type"},{"id":25911,"kind":1024,"name":"type","url":"modules/pleroma_entities_card.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Notification.__type"},{"id":25912,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_card.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25913,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_card.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25914,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Preferences"},{"id":25915,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_card.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Preferences.__type"},{"id":25916,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_card.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Preferences.__type"},{"id":25917,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_card.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Preferences.__type"},{"id":25918,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_card.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Preferences.__type"},{"id":25919,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_card.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Preferences.__type"},{"id":25920,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_card.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25921,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.PushSubscription"},{"id":25922,"kind":1024,"name":"id","url":"modules/pleroma_entities_card.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.PushSubscription.__type"},{"id":25923,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_card.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.PushSubscription.__type"},{"id":25924,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_card.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.PushSubscription.__type"},{"id":25925,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_card.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.PushSubscription.__type"},{"id":25926,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_card.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25927,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Relationship"},{"id":25928,"kind":1024,"name":"id","url":"modules/pleroma_entities_card.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Relationship.__type"},{"id":25929,"kind":1024,"name":"following","url":"modules/pleroma_entities_card.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Relationship.__type"},{"id":25930,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_card.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Relationship.__type"},{"id":25931,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_card.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Relationship.__type"},{"id":25932,"kind":1024,"name":"muting","url":"modules/pleroma_entities_card.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Relationship.__type"},{"id":25933,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_card.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Relationship.__type"},{"id":25934,"kind":1024,"name":"requested","url":"modules/pleroma_entities_card.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Relationship.__type"},{"id":25935,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_card.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Relationship.__type"},{"id":25936,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_card.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Relationship.__type"},{"id":25937,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_card.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Relationship.__type"},{"id":25938,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_card.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25939,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Report"},{"id":25940,"kind":1024,"name":"id","url":"modules/pleroma_entities_card.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Report.__type"},{"id":25941,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_card.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Report.__type"},{"id":25942,"kind":1024,"name":"comment","url":"modules/pleroma_entities_card.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Report.__type"},{"id":25943,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_card.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Report.__type"},{"id":25944,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_card.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Report.__type"},{"id":25945,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_card.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25946,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Results"},{"id":25947,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_card.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Results.__type"},{"id":25948,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_card.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Results.__type"},{"id":25949,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_card.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Results.__type"},{"id":25950,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_card.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25951,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.ScheduledStatus"},{"id":25952,"kind":1024,"name":"id","url":"modules/pleroma_entities_card.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.ScheduledStatus.__type"},{"id":25953,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_card.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.ScheduledStatus.__type"},{"id":25954,"kind":1024,"name":"params","url":"modules/pleroma_entities_card.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.ScheduledStatus.__type"},{"id":25955,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_card.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.ScheduledStatus.__type"},{"id":25956,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_card.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25957,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.StatusParams"},{"id":25958,"kind":1024,"name":"text","url":"modules/pleroma_entities_card.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.StatusParams.__type"},{"id":25959,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_card.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.StatusParams.__type"},{"id":25960,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_card.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.StatusParams.__type"},{"id":25961,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_card.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.StatusParams.__type"},{"id":25962,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_card.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.StatusParams.__type"},{"id":25963,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_card.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.StatusParams.__type"},{"id":25964,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_card.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.StatusParams.__type"},{"id":25965,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_card.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.StatusParams.__type"},{"id":25966,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_card.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/card.PleromaEntity"},{"id":25967,"kind":65536,"name":"__type","url":"modules/pleroma_entities_card.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/card.PleromaEntity.Token"},{"id":25968,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_card.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Token.__type"},{"id":25969,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_card.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Token.__type"},{"id":25970,"kind":1024,"name":"scope","url":"modules/pleroma_entities_card.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Token.__type"},{"id":25971,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_card.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/card.PleromaEntity.Token.__type"},{"id":25972,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_context.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/context"},{"id":25973,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_context.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":25974,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Emoji"},{"id":25975,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_context.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Emoji.__type"},{"id":25976,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_context.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Emoji.__type"},{"id":25977,"kind":1024,"name":"url","url":"modules/pleroma_entities_context.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Emoji.__type"},{"id":25978,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_context.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Emoji.__type"},{"id":25979,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_context.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":25980,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Source"},{"id":25981,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_context.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Source.__type"},{"id":25982,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_context.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Source.__type"},{"id":25983,"kind":1024,"name":"language","url":"modules/pleroma_entities_context.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Source.__type"},{"id":25984,"kind":1024,"name":"note","url":"modules/pleroma_entities_context.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Source.__type"},{"id":25985,"kind":1024,"name":"fields","url":"modules/pleroma_entities_context.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Source.__type"},{"id":25986,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_context.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":25987,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Account"},{"id":25988,"kind":1024,"name":"id","url":"modules/pleroma_entities_context.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Account.__type"},{"id":25989,"kind":1024,"name":"username","url":"modules/pleroma_entities_context.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Account.__type"},{"id":25990,"kind":1024,"name":"acct","url":"modules/pleroma_entities_context.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Account.__type"},{"id":25991,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_context.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Account.__type"},{"id":25992,"kind":1024,"name":"locked","url":"modules/pleroma_entities_context.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Account.__type"},{"id":25993,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_context.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Account.__type"},{"id":25994,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_context.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Account.__type"},{"id":25995,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_context.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Account.__type"},{"id":25996,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_context.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Account.__type"},{"id":25997,"kind":1024,"name":"note","url":"modules/pleroma_entities_context.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Account.__type"},{"id":25998,"kind":1024,"name":"url","url":"modules/pleroma_entities_context.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Account.__type"},{"id":25999,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_context.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Account.__type"},{"id":26000,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_context.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Account.__type"},{"id":26001,"kind":1024,"name":"header","url":"modules/pleroma_entities_context.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Account.__type"},{"id":26002,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_context.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Account.__type"},{"id":26003,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_context.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Account.__type"},{"id":26004,"kind":1024,"name":"moved","url":"modules/pleroma_entities_context.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Account.__type"},{"id":26005,"kind":1024,"name":"fields","url":"modules/pleroma_entities_context.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Account.__type"},{"id":26006,"kind":1024,"name":"bot","url":"modules/pleroma_entities_context.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Account.__type"},{"id":26007,"kind":1024,"name":"source","url":"modules/pleroma_entities_context.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Account.__type"},{"id":26008,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_context.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26009,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Activity"},{"id":26010,"kind":1024,"name":"week","url":"modules/pleroma_entities_context.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Activity.__type"},{"id":26011,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_context.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Activity.__type"},{"id":26012,"kind":1024,"name":"logins","url":"modules/pleroma_entities_context.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Activity.__type"},{"id":26013,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_context.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Activity.__type"},{"id":26014,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_context.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26015,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Application"},{"id":26016,"kind":1024,"name":"name","url":"modules/pleroma_entities_context.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Application.__type"},{"id":26017,"kind":1024,"name":"website","url":"modules/pleroma_entities_context.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Application.__type"},{"id":26018,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_context.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Application.__type"},{"id":26019,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_context.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26020,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Attachment"},{"id":26021,"kind":1024,"name":"id","url":"modules/pleroma_entities_context.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Attachment.__type"},{"id":26022,"kind":1024,"name":"type","url":"modules/pleroma_entities_context.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Attachment.__type"},{"id":26023,"kind":1024,"name":"url","url":"modules/pleroma_entities_context.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Attachment.__type"},{"id":26024,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_context.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Attachment.__type"},{"id":26025,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_context.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Attachment.__type"},{"id":26026,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_context.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Attachment.__type"},{"id":26027,"kind":1024,"name":"meta","url":"modules/pleroma_entities_context.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Attachment.__type"},{"id":26028,"kind":1024,"name":"description","url":"modules/pleroma_entities_context.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Attachment.__type"},{"id":26029,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_context.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26030,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Card"},{"id":26031,"kind":1024,"name":"url","url":"modules/pleroma_entities_context.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Card.__type"},{"id":26032,"kind":1024,"name":"title","url":"modules/pleroma_entities_context.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Card.__type"},{"id":26033,"kind":1024,"name":"description","url":"modules/pleroma_entities_context.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Card.__type"},{"id":26034,"kind":1024,"name":"type","url":"modules/pleroma_entities_context.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Card.__type"},{"id":26035,"kind":1024,"name":"image","url":"modules/pleroma_entities_context.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Card.__type"},{"id":26036,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_context.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Card.__type"},{"id":26037,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_context.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Card.__type"},{"id":26038,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_context.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Card.__type"},{"id":26039,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_context.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Card.__type"},{"id":26040,"kind":1024,"name":"html","url":"modules/pleroma_entities_context.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Card.__type"},{"id":26041,"kind":1024,"name":"width","url":"modules/pleroma_entities_context.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Card.__type"},{"id":26042,"kind":1024,"name":"height","url":"modules/pleroma_entities_context.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Card.__type"},{"id":26043,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_context.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Card.__type"},{"id":26044,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_context.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26045,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Mention"},{"id":26046,"kind":1024,"name":"id","url":"modules/pleroma_entities_context.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Mention.__type"},{"id":26047,"kind":1024,"name":"username","url":"modules/pleroma_entities_context.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Mention.__type"},{"id":26048,"kind":1024,"name":"url","url":"modules/pleroma_entities_context.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Mention.__type"},{"id":26049,"kind":1024,"name":"acct","url":"modules/pleroma_entities_context.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Mention.__type"},{"id":26050,"kind":4194304,"name":"History","url":"modules/pleroma_entities_context.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26051,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.History"},{"id":26052,"kind":1024,"name":"day","url":"modules/pleroma_entities_context.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.History.__type"},{"id":26053,"kind":1024,"name":"uses","url":"modules/pleroma_entities_context.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.History.__type"},{"id":26054,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_context.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.History.__type"},{"id":26055,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_context.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26056,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Tag"},{"id":26057,"kind":1024,"name":"name","url":"modules/pleroma_entities_context.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Tag.__type"},{"id":26058,"kind":1024,"name":"url","url":"modules/pleroma_entities_context.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Tag.__type"},{"id":26059,"kind":1024,"name":"history","url":"modules/pleroma_entities_context.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Tag.__type"},{"id":26060,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_context.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26061,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.PollOption"},{"id":26062,"kind":1024,"name":"title","url":"modules/pleroma_entities_context.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.PollOption.__type"},{"id":26063,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_context.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.PollOption.__type"},{"id":26064,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_context.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26065,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Poll"},{"id":26066,"kind":1024,"name":"id","url":"modules/pleroma_entities_context.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Poll.__type"},{"id":26067,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_context.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Poll.__type"},{"id":26068,"kind":1024,"name":"expired","url":"modules/pleroma_entities_context.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Poll.__type"},{"id":26069,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_context.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Poll.__type"},{"id":26070,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_context.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Poll.__type"},{"id":26071,"kind":1024,"name":"options","url":"modules/pleroma_entities_context.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Poll.__type"},{"id":26072,"kind":1024,"name":"voted","url":"modules/pleroma_entities_context.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Poll.__type"},{"id":26073,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_context.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26074,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Reaction"},{"id":26075,"kind":1024,"name":"count","url":"modules/pleroma_entities_context.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Reaction.__type"},{"id":26076,"kind":1024,"name":"me","url":"modules/pleroma_entities_context.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Reaction.__type"},{"id":26077,"kind":1024,"name":"name","url":"modules/pleroma_entities_context.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Reaction.__type"},{"id":26078,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_context.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Reaction.__type"},{"id":26079,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_context.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26080,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Status"},{"id":26081,"kind":1024,"name":"id","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26082,"kind":1024,"name":"uri","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26083,"kind":1024,"name":"url","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26084,"kind":1024,"name":"account","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26085,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26086,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26087,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26088,"kind":1024,"name":"content","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26089,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26090,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26091,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26092,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26093,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26094,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26095,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26096,"kind":1024,"name":"muted","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26097,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26098,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26099,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26100,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26101,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26102,"kind":1024,"name":"tags","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26103,"kind":1024,"name":"card","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26104,"kind":1024,"name":"poll","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26105,"kind":1024,"name":"application","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26106,"kind":1024,"name":"language","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26107,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26108,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26109,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26110,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type"},{"id":26111,"kind":1024,"name":"context","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type.__type"},{"id":26112,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type.__type"},{"id":26113,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type.__type.__type"},{"id":26114,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type.__type"},{"id":26115,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type.__type"},{"id":26116,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type.__type.__type"},{"id":26117,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type.__type"},{"id":26118,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type.__type"},{"id":26119,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type.__type"},{"id":26120,"kind":1024,"name":"local","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type.__type"},{"id":26121,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_context.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Status.__type.__type"},{"id":26122,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_context.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26123,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Context"},{"id":26124,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_context.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Context.__type"},{"id":26125,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_context.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Context.__type"},{"id":26126,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_context.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26127,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Conversation"},{"id":26128,"kind":1024,"name":"id","url":"modules/pleroma_entities_context.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Conversation.__type"},{"id":26129,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_context.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Conversation.__type"},{"id":26130,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_context.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Conversation.__type"},{"id":26131,"kind":1024,"name":"unread","url":"modules/pleroma_entities_context.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Conversation.__type"},{"id":26132,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_context.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26133,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.FeaturedTag"},{"id":26134,"kind":1024,"name":"id","url":"modules/pleroma_entities_context.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.FeaturedTag.__type"},{"id":26135,"kind":1024,"name":"name","url":"modules/pleroma_entities_context.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.FeaturedTag.__type"},{"id":26136,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_context.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.FeaturedTag.__type"},{"id":26137,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_context.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.FeaturedTag.__type"},{"id":26138,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_context.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26139,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Field"},{"id":26140,"kind":1024,"name":"name","url":"modules/pleroma_entities_context.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Field.__type"},{"id":26141,"kind":1024,"name":"value","url":"modules/pleroma_entities_context.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Field.__type"},{"id":26142,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_context.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Field.__type"},{"id":26143,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_context.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26144,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Filter"},{"id":26145,"kind":1024,"name":"id","url":"modules/pleroma_entities_context.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Filter.__type"},{"id":26146,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_context.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Filter.__type"},{"id":26147,"kind":1024,"name":"context","url":"modules/pleroma_entities_context.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Filter.__type"},{"id":26148,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_context.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Filter.__type"},{"id":26149,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_context.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Filter.__type"},{"id":26150,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_context.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Filter.__type"},{"id":26151,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_context.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26152,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.IdentityProof"},{"id":26153,"kind":1024,"name":"provider","url":"modules/pleroma_entities_context.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.IdentityProof.__type"},{"id":26154,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_context.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.IdentityProof.__type"},{"id":26155,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_context.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.IdentityProof.__type"},{"id":26156,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_context.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.IdentityProof.__type"},{"id":26157,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_context.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.IdentityProof.__type"},{"id":26158,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_context.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26159,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.URLs"},{"id":26160,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_context.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.URLs.__type"},{"id":26161,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_context.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26162,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Stats"},{"id":26163,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_context.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Stats.__type"},{"id":26164,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_context.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Stats.__type"},{"id":26165,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_context.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Stats.__type"},{"id":26166,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_context.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26167,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Instance"},{"id":26168,"kind":1024,"name":"uri","url":"modules/pleroma_entities_context.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Instance.__type"},{"id":26169,"kind":1024,"name":"title","url":"modules/pleroma_entities_context.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Instance.__type"},{"id":26170,"kind":1024,"name":"description","url":"modules/pleroma_entities_context.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Instance.__type"},{"id":26171,"kind":1024,"name":"email","url":"modules/pleroma_entities_context.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Instance.__type"},{"id":26172,"kind":1024,"name":"version","url":"modules/pleroma_entities_context.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Instance.__type"},{"id":26173,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_context.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Instance.__type"},{"id":26174,"kind":1024,"name":"urls","url":"modules/pleroma_entities_context.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Instance.__type"},{"id":26175,"kind":1024,"name":"stats","url":"modules/pleroma_entities_context.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Instance.__type"},{"id":26176,"kind":1024,"name":"languages","url":"modules/pleroma_entities_context.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Instance.__type"},{"id":26177,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_context.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Instance.__type"},{"id":26178,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_context.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Instance.__type"},{"id":26179,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_context.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Instance.__type"},{"id":26180,"kind":4194304,"name":"List","url":"modules/pleroma_entities_context.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26181,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.List"},{"id":26182,"kind":1024,"name":"id","url":"modules/pleroma_entities_context.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.List.__type"},{"id":26183,"kind":1024,"name":"title","url":"modules/pleroma_entities_context.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.List.__type"},{"id":26184,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_context.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26185,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Marker"},{"id":26186,"kind":1024,"name":"home","url":"modules/pleroma_entities_context.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Marker.__type"},{"id":26187,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Marker.__type"},{"id":26188,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_context.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Marker.__type.__type"},{"id":26189,"kind":1024,"name":"version","url":"modules/pleroma_entities_context.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Marker.__type.__type"},{"id":26190,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_context.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Marker.__type.__type"},{"id":26191,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_context.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Marker.__type"},{"id":26192,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Marker.__type"},{"id":26193,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_context.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Marker.__type.__type"},{"id":26194,"kind":1024,"name":"version","url":"modules/pleroma_entities_context.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Marker.__type.__type"},{"id":26195,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_context.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Marker.__type.__type"},{"id":26196,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_context.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26197,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Notification"},{"id":26198,"kind":1024,"name":"account","url":"modules/pleroma_entities_context.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Notification.__type"},{"id":26199,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_context.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Notification.__type"},{"id":26200,"kind":1024,"name":"id","url":"modules/pleroma_entities_context.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Notification.__type"},{"id":26201,"kind":1024,"name":"status","url":"modules/pleroma_entities_context.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Notification.__type"},{"id":26202,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_context.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Notification.__type"},{"id":26203,"kind":1024,"name":"type","url":"modules/pleroma_entities_context.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Notification.__type"},{"id":26204,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_context.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26205,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_context.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26206,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Preferences"},{"id":26207,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_context.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Preferences.__type"},{"id":26208,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_context.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Preferences.__type"},{"id":26209,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_context.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Preferences.__type"},{"id":26210,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_context.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Preferences.__type"},{"id":26211,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_context.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Preferences.__type"},{"id":26212,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_context.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26213,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.PushSubscription"},{"id":26214,"kind":1024,"name":"id","url":"modules/pleroma_entities_context.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.PushSubscription.__type"},{"id":26215,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_context.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.PushSubscription.__type"},{"id":26216,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_context.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.PushSubscription.__type"},{"id":26217,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_context.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.PushSubscription.__type"},{"id":26218,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_context.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26219,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Relationship"},{"id":26220,"kind":1024,"name":"id","url":"modules/pleroma_entities_context.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Relationship.__type"},{"id":26221,"kind":1024,"name":"following","url":"modules/pleroma_entities_context.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Relationship.__type"},{"id":26222,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_context.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Relationship.__type"},{"id":26223,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_context.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Relationship.__type"},{"id":26224,"kind":1024,"name":"muting","url":"modules/pleroma_entities_context.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Relationship.__type"},{"id":26225,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_context.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Relationship.__type"},{"id":26226,"kind":1024,"name":"requested","url":"modules/pleroma_entities_context.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Relationship.__type"},{"id":26227,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_context.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Relationship.__type"},{"id":26228,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_context.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Relationship.__type"},{"id":26229,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_context.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Relationship.__type"},{"id":26230,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_context.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26231,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Report"},{"id":26232,"kind":1024,"name":"id","url":"modules/pleroma_entities_context.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Report.__type"},{"id":26233,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_context.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Report.__type"},{"id":26234,"kind":1024,"name":"comment","url":"modules/pleroma_entities_context.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Report.__type"},{"id":26235,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_context.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Report.__type"},{"id":26236,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_context.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Report.__type"},{"id":26237,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_context.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26238,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Results"},{"id":26239,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_context.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Results.__type"},{"id":26240,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_context.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Results.__type"},{"id":26241,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_context.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Results.__type"},{"id":26242,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_context.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26243,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.ScheduledStatus"},{"id":26244,"kind":1024,"name":"id","url":"modules/pleroma_entities_context.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.ScheduledStatus.__type"},{"id":26245,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_context.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.ScheduledStatus.__type"},{"id":26246,"kind":1024,"name":"params","url":"modules/pleroma_entities_context.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.ScheduledStatus.__type"},{"id":26247,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_context.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.ScheduledStatus.__type"},{"id":26248,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_context.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26249,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.StatusParams"},{"id":26250,"kind":1024,"name":"text","url":"modules/pleroma_entities_context.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.StatusParams.__type"},{"id":26251,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_context.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.StatusParams.__type"},{"id":26252,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_context.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.StatusParams.__type"},{"id":26253,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_context.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.StatusParams.__type"},{"id":26254,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_context.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.StatusParams.__type"},{"id":26255,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_context.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.StatusParams.__type"},{"id":26256,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_context.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.StatusParams.__type"},{"id":26257,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_context.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.StatusParams.__type"},{"id":26258,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_context.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/context.PleromaEntity"},{"id":26259,"kind":65536,"name":"__type","url":"modules/pleroma_entities_context.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/context.PleromaEntity.Token"},{"id":26260,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_context.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Token.__type"},{"id":26261,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_context.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Token.__type"},{"id":26262,"kind":1024,"name":"scope","url":"modules/pleroma_entities_context.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Token.__type"},{"id":26263,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_context.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/context.PleromaEntity.Token.__type"},{"id":26264,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_conversation.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/conversation"},{"id":26265,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_conversation.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26266,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Emoji"},{"id":26267,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_conversation.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Emoji.__type"},{"id":26268,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_conversation.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Emoji.__type"},{"id":26269,"kind":1024,"name":"url","url":"modules/pleroma_entities_conversation.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Emoji.__type"},{"id":26270,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_conversation.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Emoji.__type"},{"id":26271,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_conversation.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26272,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Source"},{"id":26273,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_conversation.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Source.__type"},{"id":26274,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_conversation.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Source.__type"},{"id":26275,"kind":1024,"name":"language","url":"modules/pleroma_entities_conversation.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Source.__type"},{"id":26276,"kind":1024,"name":"note","url":"modules/pleroma_entities_conversation.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Source.__type"},{"id":26277,"kind":1024,"name":"fields","url":"modules/pleroma_entities_conversation.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Source.__type"},{"id":26278,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_conversation.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26279,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Account"},{"id":26280,"kind":1024,"name":"id","url":"modules/pleroma_entities_conversation.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Account.__type"},{"id":26281,"kind":1024,"name":"username","url":"modules/pleroma_entities_conversation.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Account.__type"},{"id":26282,"kind":1024,"name":"acct","url":"modules/pleroma_entities_conversation.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Account.__type"},{"id":26283,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_conversation.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Account.__type"},{"id":26284,"kind":1024,"name":"locked","url":"modules/pleroma_entities_conversation.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Account.__type"},{"id":26285,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_conversation.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Account.__type"},{"id":26286,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_conversation.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Account.__type"},{"id":26287,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_conversation.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Account.__type"},{"id":26288,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_conversation.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Account.__type"},{"id":26289,"kind":1024,"name":"note","url":"modules/pleroma_entities_conversation.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Account.__type"},{"id":26290,"kind":1024,"name":"url","url":"modules/pleroma_entities_conversation.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Account.__type"},{"id":26291,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_conversation.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Account.__type"},{"id":26292,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_conversation.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Account.__type"},{"id":26293,"kind":1024,"name":"header","url":"modules/pleroma_entities_conversation.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Account.__type"},{"id":26294,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_conversation.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Account.__type"},{"id":26295,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_conversation.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Account.__type"},{"id":26296,"kind":1024,"name":"moved","url":"modules/pleroma_entities_conversation.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Account.__type"},{"id":26297,"kind":1024,"name":"fields","url":"modules/pleroma_entities_conversation.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Account.__type"},{"id":26298,"kind":1024,"name":"bot","url":"modules/pleroma_entities_conversation.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Account.__type"},{"id":26299,"kind":1024,"name":"source","url":"modules/pleroma_entities_conversation.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Account.__type"},{"id":26300,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_conversation.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26301,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Activity"},{"id":26302,"kind":1024,"name":"week","url":"modules/pleroma_entities_conversation.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Activity.__type"},{"id":26303,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_conversation.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Activity.__type"},{"id":26304,"kind":1024,"name":"logins","url":"modules/pleroma_entities_conversation.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Activity.__type"},{"id":26305,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_conversation.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Activity.__type"},{"id":26306,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_conversation.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26307,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Application"},{"id":26308,"kind":1024,"name":"name","url":"modules/pleroma_entities_conversation.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Application.__type"},{"id":26309,"kind":1024,"name":"website","url":"modules/pleroma_entities_conversation.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Application.__type"},{"id":26310,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_conversation.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Application.__type"},{"id":26311,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_conversation.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26312,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Attachment"},{"id":26313,"kind":1024,"name":"id","url":"modules/pleroma_entities_conversation.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Attachment.__type"},{"id":26314,"kind":1024,"name":"type","url":"modules/pleroma_entities_conversation.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Attachment.__type"},{"id":26315,"kind":1024,"name":"url","url":"modules/pleroma_entities_conversation.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Attachment.__type"},{"id":26316,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_conversation.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Attachment.__type"},{"id":26317,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_conversation.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Attachment.__type"},{"id":26318,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_conversation.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Attachment.__type"},{"id":26319,"kind":1024,"name":"meta","url":"modules/pleroma_entities_conversation.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Attachment.__type"},{"id":26320,"kind":1024,"name":"description","url":"modules/pleroma_entities_conversation.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Attachment.__type"},{"id":26321,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_conversation.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26322,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Card"},{"id":26323,"kind":1024,"name":"url","url":"modules/pleroma_entities_conversation.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Card.__type"},{"id":26324,"kind":1024,"name":"title","url":"modules/pleroma_entities_conversation.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Card.__type"},{"id":26325,"kind":1024,"name":"description","url":"modules/pleroma_entities_conversation.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Card.__type"},{"id":26326,"kind":1024,"name":"type","url":"modules/pleroma_entities_conversation.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Card.__type"},{"id":26327,"kind":1024,"name":"image","url":"modules/pleroma_entities_conversation.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Card.__type"},{"id":26328,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_conversation.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Card.__type"},{"id":26329,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_conversation.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Card.__type"},{"id":26330,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_conversation.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Card.__type"},{"id":26331,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_conversation.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Card.__type"},{"id":26332,"kind":1024,"name":"html","url":"modules/pleroma_entities_conversation.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Card.__type"},{"id":26333,"kind":1024,"name":"width","url":"modules/pleroma_entities_conversation.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Card.__type"},{"id":26334,"kind":1024,"name":"height","url":"modules/pleroma_entities_conversation.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Card.__type"},{"id":26335,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_conversation.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Card.__type"},{"id":26336,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_conversation.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26337,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Mention"},{"id":26338,"kind":1024,"name":"id","url":"modules/pleroma_entities_conversation.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Mention.__type"},{"id":26339,"kind":1024,"name":"username","url":"modules/pleroma_entities_conversation.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Mention.__type"},{"id":26340,"kind":1024,"name":"url","url":"modules/pleroma_entities_conversation.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Mention.__type"},{"id":26341,"kind":1024,"name":"acct","url":"modules/pleroma_entities_conversation.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Mention.__type"},{"id":26342,"kind":4194304,"name":"History","url":"modules/pleroma_entities_conversation.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26343,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.History"},{"id":26344,"kind":1024,"name":"day","url":"modules/pleroma_entities_conversation.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.History.__type"},{"id":26345,"kind":1024,"name":"uses","url":"modules/pleroma_entities_conversation.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.History.__type"},{"id":26346,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_conversation.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.History.__type"},{"id":26347,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_conversation.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26348,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Tag"},{"id":26349,"kind":1024,"name":"name","url":"modules/pleroma_entities_conversation.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Tag.__type"},{"id":26350,"kind":1024,"name":"url","url":"modules/pleroma_entities_conversation.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Tag.__type"},{"id":26351,"kind":1024,"name":"history","url":"modules/pleroma_entities_conversation.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Tag.__type"},{"id":26352,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_conversation.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26353,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.PollOption"},{"id":26354,"kind":1024,"name":"title","url":"modules/pleroma_entities_conversation.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.PollOption.__type"},{"id":26355,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_conversation.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.PollOption.__type"},{"id":26356,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_conversation.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26357,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Poll"},{"id":26358,"kind":1024,"name":"id","url":"modules/pleroma_entities_conversation.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Poll.__type"},{"id":26359,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_conversation.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Poll.__type"},{"id":26360,"kind":1024,"name":"expired","url":"modules/pleroma_entities_conversation.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Poll.__type"},{"id":26361,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_conversation.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Poll.__type"},{"id":26362,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_conversation.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Poll.__type"},{"id":26363,"kind":1024,"name":"options","url":"modules/pleroma_entities_conversation.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Poll.__type"},{"id":26364,"kind":1024,"name":"voted","url":"modules/pleroma_entities_conversation.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Poll.__type"},{"id":26365,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_conversation.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26366,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Reaction"},{"id":26367,"kind":1024,"name":"count","url":"modules/pleroma_entities_conversation.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Reaction.__type"},{"id":26368,"kind":1024,"name":"me","url":"modules/pleroma_entities_conversation.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Reaction.__type"},{"id":26369,"kind":1024,"name":"name","url":"modules/pleroma_entities_conversation.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Reaction.__type"},{"id":26370,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_conversation.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Reaction.__type"},{"id":26371,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26372,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Status"},{"id":26373,"kind":1024,"name":"id","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26374,"kind":1024,"name":"uri","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26375,"kind":1024,"name":"url","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26376,"kind":1024,"name":"account","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26377,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26378,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26379,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26380,"kind":1024,"name":"content","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26381,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26382,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26383,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26384,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26385,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26386,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26387,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26388,"kind":1024,"name":"muted","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26389,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26390,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26391,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26392,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26393,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26394,"kind":1024,"name":"tags","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26395,"kind":1024,"name":"card","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26396,"kind":1024,"name":"poll","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26397,"kind":1024,"name":"application","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26398,"kind":1024,"name":"language","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26399,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26400,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26401,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26402,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type"},{"id":26403,"kind":1024,"name":"context","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type.__type"},{"id":26404,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type.__type"},{"id":26405,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type.__type.__type"},{"id":26406,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type.__type"},{"id":26407,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type.__type"},{"id":26408,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type.__type.__type"},{"id":26409,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type.__type"},{"id":26410,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type.__type"},{"id":26411,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type.__type"},{"id":26412,"kind":1024,"name":"local","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type.__type"},{"id":26413,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_conversation.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Status.__type.__type"},{"id":26414,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_conversation.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26415,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Context"},{"id":26416,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_conversation.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Context.__type"},{"id":26417,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_conversation.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Context.__type"},{"id":26418,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_conversation.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26419,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Conversation"},{"id":26420,"kind":1024,"name":"id","url":"modules/pleroma_entities_conversation.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Conversation.__type"},{"id":26421,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_conversation.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Conversation.__type"},{"id":26422,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_conversation.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Conversation.__type"},{"id":26423,"kind":1024,"name":"unread","url":"modules/pleroma_entities_conversation.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Conversation.__type"},{"id":26424,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_conversation.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26425,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.FeaturedTag"},{"id":26426,"kind":1024,"name":"id","url":"modules/pleroma_entities_conversation.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.FeaturedTag.__type"},{"id":26427,"kind":1024,"name":"name","url":"modules/pleroma_entities_conversation.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.FeaturedTag.__type"},{"id":26428,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_conversation.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.FeaturedTag.__type"},{"id":26429,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_conversation.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.FeaturedTag.__type"},{"id":26430,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_conversation.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26431,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Field"},{"id":26432,"kind":1024,"name":"name","url":"modules/pleroma_entities_conversation.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Field.__type"},{"id":26433,"kind":1024,"name":"value","url":"modules/pleroma_entities_conversation.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Field.__type"},{"id":26434,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_conversation.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Field.__type"},{"id":26435,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_conversation.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26436,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Filter"},{"id":26437,"kind":1024,"name":"id","url":"modules/pleroma_entities_conversation.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Filter.__type"},{"id":26438,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_conversation.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Filter.__type"},{"id":26439,"kind":1024,"name":"context","url":"modules/pleroma_entities_conversation.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Filter.__type"},{"id":26440,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_conversation.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Filter.__type"},{"id":26441,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_conversation.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Filter.__type"},{"id":26442,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_conversation.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Filter.__type"},{"id":26443,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_conversation.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26444,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.IdentityProof"},{"id":26445,"kind":1024,"name":"provider","url":"modules/pleroma_entities_conversation.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.IdentityProof.__type"},{"id":26446,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_conversation.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.IdentityProof.__type"},{"id":26447,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_conversation.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.IdentityProof.__type"},{"id":26448,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_conversation.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.IdentityProof.__type"},{"id":26449,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_conversation.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.IdentityProof.__type"},{"id":26450,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_conversation.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26451,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.URLs"},{"id":26452,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_conversation.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.URLs.__type"},{"id":26453,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_conversation.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26454,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Stats"},{"id":26455,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_conversation.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Stats.__type"},{"id":26456,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_conversation.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Stats.__type"},{"id":26457,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_conversation.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Stats.__type"},{"id":26458,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_conversation.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26459,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Instance"},{"id":26460,"kind":1024,"name":"uri","url":"modules/pleroma_entities_conversation.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Instance.__type"},{"id":26461,"kind":1024,"name":"title","url":"modules/pleroma_entities_conversation.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Instance.__type"},{"id":26462,"kind":1024,"name":"description","url":"modules/pleroma_entities_conversation.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Instance.__type"},{"id":26463,"kind":1024,"name":"email","url":"modules/pleroma_entities_conversation.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Instance.__type"},{"id":26464,"kind":1024,"name":"version","url":"modules/pleroma_entities_conversation.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Instance.__type"},{"id":26465,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_conversation.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Instance.__type"},{"id":26466,"kind":1024,"name":"urls","url":"modules/pleroma_entities_conversation.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Instance.__type"},{"id":26467,"kind":1024,"name":"stats","url":"modules/pleroma_entities_conversation.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Instance.__type"},{"id":26468,"kind":1024,"name":"languages","url":"modules/pleroma_entities_conversation.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Instance.__type"},{"id":26469,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_conversation.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Instance.__type"},{"id":26470,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_conversation.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Instance.__type"},{"id":26471,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_conversation.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Instance.__type"},{"id":26472,"kind":4194304,"name":"List","url":"modules/pleroma_entities_conversation.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26473,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.List"},{"id":26474,"kind":1024,"name":"id","url":"modules/pleroma_entities_conversation.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.List.__type"},{"id":26475,"kind":1024,"name":"title","url":"modules/pleroma_entities_conversation.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.List.__type"},{"id":26476,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_conversation.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26477,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Marker"},{"id":26478,"kind":1024,"name":"home","url":"modules/pleroma_entities_conversation.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Marker.__type"},{"id":26479,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Marker.__type"},{"id":26480,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_conversation.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Marker.__type.__type"},{"id":26481,"kind":1024,"name":"version","url":"modules/pleroma_entities_conversation.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Marker.__type.__type"},{"id":26482,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_conversation.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Marker.__type.__type"},{"id":26483,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_conversation.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Marker.__type"},{"id":26484,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Marker.__type"},{"id":26485,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_conversation.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Marker.__type.__type"},{"id":26486,"kind":1024,"name":"version","url":"modules/pleroma_entities_conversation.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Marker.__type.__type"},{"id":26487,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_conversation.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Marker.__type.__type"},{"id":26488,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_conversation.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26489,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Notification"},{"id":26490,"kind":1024,"name":"account","url":"modules/pleroma_entities_conversation.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Notification.__type"},{"id":26491,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_conversation.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Notification.__type"},{"id":26492,"kind":1024,"name":"id","url":"modules/pleroma_entities_conversation.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Notification.__type"},{"id":26493,"kind":1024,"name":"status","url":"modules/pleroma_entities_conversation.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Notification.__type"},{"id":26494,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_conversation.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Notification.__type"},{"id":26495,"kind":1024,"name":"type","url":"modules/pleroma_entities_conversation.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Notification.__type"},{"id":26496,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_conversation.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26497,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_conversation.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26498,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Preferences"},{"id":26499,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_conversation.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Preferences.__type"},{"id":26500,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_conversation.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Preferences.__type"},{"id":26501,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_conversation.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Preferences.__type"},{"id":26502,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_conversation.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Preferences.__type"},{"id":26503,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_conversation.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Preferences.__type"},{"id":26504,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_conversation.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26505,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.PushSubscription"},{"id":26506,"kind":1024,"name":"id","url":"modules/pleroma_entities_conversation.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.PushSubscription.__type"},{"id":26507,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_conversation.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.PushSubscription.__type"},{"id":26508,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_conversation.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.PushSubscription.__type"},{"id":26509,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_conversation.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.PushSubscription.__type"},{"id":26510,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_conversation.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26511,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Relationship"},{"id":26512,"kind":1024,"name":"id","url":"modules/pleroma_entities_conversation.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Relationship.__type"},{"id":26513,"kind":1024,"name":"following","url":"modules/pleroma_entities_conversation.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Relationship.__type"},{"id":26514,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_conversation.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Relationship.__type"},{"id":26515,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_conversation.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Relationship.__type"},{"id":26516,"kind":1024,"name":"muting","url":"modules/pleroma_entities_conversation.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Relationship.__type"},{"id":26517,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_conversation.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Relationship.__type"},{"id":26518,"kind":1024,"name":"requested","url":"modules/pleroma_entities_conversation.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Relationship.__type"},{"id":26519,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_conversation.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Relationship.__type"},{"id":26520,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_conversation.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Relationship.__type"},{"id":26521,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_conversation.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Relationship.__type"},{"id":26522,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_conversation.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26523,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Report"},{"id":26524,"kind":1024,"name":"id","url":"modules/pleroma_entities_conversation.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Report.__type"},{"id":26525,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_conversation.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Report.__type"},{"id":26526,"kind":1024,"name":"comment","url":"modules/pleroma_entities_conversation.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Report.__type"},{"id":26527,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_conversation.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Report.__type"},{"id":26528,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_conversation.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Report.__type"},{"id":26529,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_conversation.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26530,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Results"},{"id":26531,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_conversation.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Results.__type"},{"id":26532,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_conversation.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Results.__type"},{"id":26533,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_conversation.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Results.__type"},{"id":26534,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_conversation.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26535,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.ScheduledStatus"},{"id":26536,"kind":1024,"name":"id","url":"modules/pleroma_entities_conversation.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.ScheduledStatus.__type"},{"id":26537,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_conversation.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.ScheduledStatus.__type"},{"id":26538,"kind":1024,"name":"params","url":"modules/pleroma_entities_conversation.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.ScheduledStatus.__type"},{"id":26539,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_conversation.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.ScheduledStatus.__type"},{"id":26540,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_conversation.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26541,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.StatusParams"},{"id":26542,"kind":1024,"name":"text","url":"modules/pleroma_entities_conversation.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.StatusParams.__type"},{"id":26543,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_conversation.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.StatusParams.__type"},{"id":26544,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_conversation.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.StatusParams.__type"},{"id":26545,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_conversation.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.StatusParams.__type"},{"id":26546,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_conversation.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.StatusParams.__type"},{"id":26547,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_conversation.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.StatusParams.__type"},{"id":26548,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_conversation.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.StatusParams.__type"},{"id":26549,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_conversation.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.StatusParams.__type"},{"id":26550,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_conversation.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/conversation.PleromaEntity"},{"id":26551,"kind":65536,"name":"__type","url":"modules/pleroma_entities_conversation.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/conversation.PleromaEntity.Token"},{"id":26552,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_conversation.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Token.__type"},{"id":26553,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_conversation.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Token.__type"},{"id":26554,"kind":1024,"name":"scope","url":"modules/pleroma_entities_conversation.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Token.__type"},{"id":26555,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_conversation.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/conversation.PleromaEntity.Token.__type"},{"id":26556,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_emoji.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/emoji"},{"id":26557,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_emoji.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26558,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Emoji"},{"id":26559,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_emoji.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Emoji.__type"},{"id":26560,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_emoji.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Emoji.__type"},{"id":26561,"kind":1024,"name":"url","url":"modules/pleroma_entities_emoji.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Emoji.__type"},{"id":26562,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_emoji.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Emoji.__type"},{"id":26563,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_emoji.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26564,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Source"},{"id":26565,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_emoji.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Source.__type"},{"id":26566,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_emoji.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Source.__type"},{"id":26567,"kind":1024,"name":"language","url":"modules/pleroma_entities_emoji.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Source.__type"},{"id":26568,"kind":1024,"name":"note","url":"modules/pleroma_entities_emoji.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Source.__type"},{"id":26569,"kind":1024,"name":"fields","url":"modules/pleroma_entities_emoji.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Source.__type"},{"id":26570,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_emoji.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26571,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Account"},{"id":26572,"kind":1024,"name":"id","url":"modules/pleroma_entities_emoji.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Account.__type"},{"id":26573,"kind":1024,"name":"username","url":"modules/pleroma_entities_emoji.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Account.__type"},{"id":26574,"kind":1024,"name":"acct","url":"modules/pleroma_entities_emoji.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Account.__type"},{"id":26575,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_emoji.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Account.__type"},{"id":26576,"kind":1024,"name":"locked","url":"modules/pleroma_entities_emoji.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Account.__type"},{"id":26577,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_emoji.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Account.__type"},{"id":26578,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_emoji.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Account.__type"},{"id":26579,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_emoji.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Account.__type"},{"id":26580,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_emoji.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Account.__type"},{"id":26581,"kind":1024,"name":"note","url":"modules/pleroma_entities_emoji.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Account.__type"},{"id":26582,"kind":1024,"name":"url","url":"modules/pleroma_entities_emoji.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Account.__type"},{"id":26583,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_emoji.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Account.__type"},{"id":26584,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_emoji.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Account.__type"},{"id":26585,"kind":1024,"name":"header","url":"modules/pleroma_entities_emoji.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Account.__type"},{"id":26586,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_emoji.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Account.__type"},{"id":26587,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_emoji.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Account.__type"},{"id":26588,"kind":1024,"name":"moved","url":"modules/pleroma_entities_emoji.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Account.__type"},{"id":26589,"kind":1024,"name":"fields","url":"modules/pleroma_entities_emoji.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Account.__type"},{"id":26590,"kind":1024,"name":"bot","url":"modules/pleroma_entities_emoji.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Account.__type"},{"id":26591,"kind":1024,"name":"source","url":"modules/pleroma_entities_emoji.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Account.__type"},{"id":26592,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_emoji.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26593,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Activity"},{"id":26594,"kind":1024,"name":"week","url":"modules/pleroma_entities_emoji.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Activity.__type"},{"id":26595,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_emoji.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Activity.__type"},{"id":26596,"kind":1024,"name":"logins","url":"modules/pleroma_entities_emoji.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Activity.__type"},{"id":26597,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_emoji.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Activity.__type"},{"id":26598,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_emoji.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26599,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Application"},{"id":26600,"kind":1024,"name":"name","url":"modules/pleroma_entities_emoji.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Application.__type"},{"id":26601,"kind":1024,"name":"website","url":"modules/pleroma_entities_emoji.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Application.__type"},{"id":26602,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_emoji.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Application.__type"},{"id":26603,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_emoji.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26604,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Attachment"},{"id":26605,"kind":1024,"name":"id","url":"modules/pleroma_entities_emoji.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Attachment.__type"},{"id":26606,"kind":1024,"name":"type","url":"modules/pleroma_entities_emoji.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Attachment.__type"},{"id":26607,"kind":1024,"name":"url","url":"modules/pleroma_entities_emoji.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Attachment.__type"},{"id":26608,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_emoji.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Attachment.__type"},{"id":26609,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_emoji.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Attachment.__type"},{"id":26610,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_emoji.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Attachment.__type"},{"id":26611,"kind":1024,"name":"meta","url":"modules/pleroma_entities_emoji.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Attachment.__type"},{"id":26612,"kind":1024,"name":"description","url":"modules/pleroma_entities_emoji.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Attachment.__type"},{"id":26613,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_emoji.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26614,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Card"},{"id":26615,"kind":1024,"name":"url","url":"modules/pleroma_entities_emoji.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Card.__type"},{"id":26616,"kind":1024,"name":"title","url":"modules/pleroma_entities_emoji.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Card.__type"},{"id":26617,"kind":1024,"name":"description","url":"modules/pleroma_entities_emoji.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Card.__type"},{"id":26618,"kind":1024,"name":"type","url":"modules/pleroma_entities_emoji.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Card.__type"},{"id":26619,"kind":1024,"name":"image","url":"modules/pleroma_entities_emoji.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Card.__type"},{"id":26620,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_emoji.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Card.__type"},{"id":26621,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_emoji.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Card.__type"},{"id":26622,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_emoji.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Card.__type"},{"id":26623,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_emoji.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Card.__type"},{"id":26624,"kind":1024,"name":"html","url":"modules/pleroma_entities_emoji.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Card.__type"},{"id":26625,"kind":1024,"name":"width","url":"modules/pleroma_entities_emoji.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Card.__type"},{"id":26626,"kind":1024,"name":"height","url":"modules/pleroma_entities_emoji.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Card.__type"},{"id":26627,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_emoji.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Card.__type"},{"id":26628,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_emoji.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26629,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Mention"},{"id":26630,"kind":1024,"name":"id","url":"modules/pleroma_entities_emoji.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Mention.__type"},{"id":26631,"kind":1024,"name":"username","url":"modules/pleroma_entities_emoji.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Mention.__type"},{"id":26632,"kind":1024,"name":"url","url":"modules/pleroma_entities_emoji.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Mention.__type"},{"id":26633,"kind":1024,"name":"acct","url":"modules/pleroma_entities_emoji.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Mention.__type"},{"id":26634,"kind":4194304,"name":"History","url":"modules/pleroma_entities_emoji.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26635,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.History"},{"id":26636,"kind":1024,"name":"day","url":"modules/pleroma_entities_emoji.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.History.__type"},{"id":26637,"kind":1024,"name":"uses","url":"modules/pleroma_entities_emoji.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.History.__type"},{"id":26638,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_emoji.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.History.__type"},{"id":26639,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_emoji.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26640,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Tag"},{"id":26641,"kind":1024,"name":"name","url":"modules/pleroma_entities_emoji.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Tag.__type"},{"id":26642,"kind":1024,"name":"url","url":"modules/pleroma_entities_emoji.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Tag.__type"},{"id":26643,"kind":1024,"name":"history","url":"modules/pleroma_entities_emoji.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Tag.__type"},{"id":26644,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_emoji.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26645,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.PollOption"},{"id":26646,"kind":1024,"name":"title","url":"modules/pleroma_entities_emoji.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.PollOption.__type"},{"id":26647,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_emoji.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.PollOption.__type"},{"id":26648,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_emoji.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26649,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Poll"},{"id":26650,"kind":1024,"name":"id","url":"modules/pleroma_entities_emoji.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Poll.__type"},{"id":26651,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_emoji.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Poll.__type"},{"id":26652,"kind":1024,"name":"expired","url":"modules/pleroma_entities_emoji.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Poll.__type"},{"id":26653,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_emoji.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Poll.__type"},{"id":26654,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_emoji.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Poll.__type"},{"id":26655,"kind":1024,"name":"options","url":"modules/pleroma_entities_emoji.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Poll.__type"},{"id":26656,"kind":1024,"name":"voted","url":"modules/pleroma_entities_emoji.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Poll.__type"},{"id":26657,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_emoji.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26658,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Reaction"},{"id":26659,"kind":1024,"name":"count","url":"modules/pleroma_entities_emoji.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Reaction.__type"},{"id":26660,"kind":1024,"name":"me","url":"modules/pleroma_entities_emoji.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Reaction.__type"},{"id":26661,"kind":1024,"name":"name","url":"modules/pleroma_entities_emoji.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Reaction.__type"},{"id":26662,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_emoji.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Reaction.__type"},{"id":26663,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26664,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Status"},{"id":26665,"kind":1024,"name":"id","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26666,"kind":1024,"name":"uri","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26667,"kind":1024,"name":"url","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26668,"kind":1024,"name":"account","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26669,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26670,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26671,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26672,"kind":1024,"name":"content","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26673,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26674,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26675,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26676,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26677,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26678,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26679,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26680,"kind":1024,"name":"muted","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26681,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26682,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26683,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26684,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26685,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26686,"kind":1024,"name":"tags","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26687,"kind":1024,"name":"card","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26688,"kind":1024,"name":"poll","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26689,"kind":1024,"name":"application","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26690,"kind":1024,"name":"language","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26691,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26692,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26693,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26694,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type"},{"id":26695,"kind":1024,"name":"context","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type.__type"},{"id":26696,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type.__type"},{"id":26697,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type.__type.__type"},{"id":26698,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type.__type"},{"id":26699,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type.__type"},{"id":26700,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type.__type.__type"},{"id":26701,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type.__type"},{"id":26702,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type.__type"},{"id":26703,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type.__type"},{"id":26704,"kind":1024,"name":"local","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type.__type"},{"id":26705,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_emoji.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Status.__type.__type"},{"id":26706,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_emoji.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26707,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Context"},{"id":26708,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_emoji.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Context.__type"},{"id":26709,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_emoji.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Context.__type"},{"id":26710,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_emoji.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26711,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Conversation"},{"id":26712,"kind":1024,"name":"id","url":"modules/pleroma_entities_emoji.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Conversation.__type"},{"id":26713,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_emoji.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Conversation.__type"},{"id":26714,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_emoji.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Conversation.__type"},{"id":26715,"kind":1024,"name":"unread","url":"modules/pleroma_entities_emoji.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Conversation.__type"},{"id":26716,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_emoji.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26717,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.FeaturedTag"},{"id":26718,"kind":1024,"name":"id","url":"modules/pleroma_entities_emoji.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.FeaturedTag.__type"},{"id":26719,"kind":1024,"name":"name","url":"modules/pleroma_entities_emoji.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.FeaturedTag.__type"},{"id":26720,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_emoji.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.FeaturedTag.__type"},{"id":26721,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_emoji.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.FeaturedTag.__type"},{"id":26722,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_emoji.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26723,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Field"},{"id":26724,"kind":1024,"name":"name","url":"modules/pleroma_entities_emoji.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Field.__type"},{"id":26725,"kind":1024,"name":"value","url":"modules/pleroma_entities_emoji.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Field.__type"},{"id":26726,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_emoji.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Field.__type"},{"id":26727,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_emoji.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26728,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Filter"},{"id":26729,"kind":1024,"name":"id","url":"modules/pleroma_entities_emoji.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Filter.__type"},{"id":26730,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_emoji.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Filter.__type"},{"id":26731,"kind":1024,"name":"context","url":"modules/pleroma_entities_emoji.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Filter.__type"},{"id":26732,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_emoji.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Filter.__type"},{"id":26733,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_emoji.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Filter.__type"},{"id":26734,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_emoji.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Filter.__type"},{"id":26735,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_emoji.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26736,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.IdentityProof"},{"id":26737,"kind":1024,"name":"provider","url":"modules/pleroma_entities_emoji.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.IdentityProof.__type"},{"id":26738,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_emoji.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.IdentityProof.__type"},{"id":26739,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_emoji.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.IdentityProof.__type"},{"id":26740,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_emoji.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.IdentityProof.__type"},{"id":26741,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_emoji.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.IdentityProof.__type"},{"id":26742,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_emoji.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26743,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.URLs"},{"id":26744,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_emoji.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.URLs.__type"},{"id":26745,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_emoji.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26746,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Stats"},{"id":26747,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_emoji.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Stats.__type"},{"id":26748,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_emoji.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Stats.__type"},{"id":26749,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_emoji.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Stats.__type"},{"id":26750,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_emoji.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26751,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Instance"},{"id":26752,"kind":1024,"name":"uri","url":"modules/pleroma_entities_emoji.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Instance.__type"},{"id":26753,"kind":1024,"name":"title","url":"modules/pleroma_entities_emoji.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Instance.__type"},{"id":26754,"kind":1024,"name":"description","url":"modules/pleroma_entities_emoji.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Instance.__type"},{"id":26755,"kind":1024,"name":"email","url":"modules/pleroma_entities_emoji.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Instance.__type"},{"id":26756,"kind":1024,"name":"version","url":"modules/pleroma_entities_emoji.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Instance.__type"},{"id":26757,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_emoji.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Instance.__type"},{"id":26758,"kind":1024,"name":"urls","url":"modules/pleroma_entities_emoji.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Instance.__type"},{"id":26759,"kind":1024,"name":"stats","url":"modules/pleroma_entities_emoji.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Instance.__type"},{"id":26760,"kind":1024,"name":"languages","url":"modules/pleroma_entities_emoji.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Instance.__type"},{"id":26761,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_emoji.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Instance.__type"},{"id":26762,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_emoji.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Instance.__type"},{"id":26763,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_emoji.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Instance.__type"},{"id":26764,"kind":4194304,"name":"List","url":"modules/pleroma_entities_emoji.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26765,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.List"},{"id":26766,"kind":1024,"name":"id","url":"modules/pleroma_entities_emoji.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.List.__type"},{"id":26767,"kind":1024,"name":"title","url":"modules/pleroma_entities_emoji.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.List.__type"},{"id":26768,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_emoji.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26769,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Marker"},{"id":26770,"kind":1024,"name":"home","url":"modules/pleroma_entities_emoji.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Marker.__type"},{"id":26771,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Marker.__type"},{"id":26772,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_emoji.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Marker.__type.__type"},{"id":26773,"kind":1024,"name":"version","url":"modules/pleroma_entities_emoji.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Marker.__type.__type"},{"id":26774,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_emoji.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Marker.__type.__type"},{"id":26775,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_emoji.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Marker.__type"},{"id":26776,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Marker.__type"},{"id":26777,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_emoji.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Marker.__type.__type"},{"id":26778,"kind":1024,"name":"version","url":"modules/pleroma_entities_emoji.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Marker.__type.__type"},{"id":26779,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_emoji.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Marker.__type.__type"},{"id":26780,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_emoji.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26781,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Notification"},{"id":26782,"kind":1024,"name":"account","url":"modules/pleroma_entities_emoji.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Notification.__type"},{"id":26783,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_emoji.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Notification.__type"},{"id":26784,"kind":1024,"name":"id","url":"modules/pleroma_entities_emoji.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Notification.__type"},{"id":26785,"kind":1024,"name":"status","url":"modules/pleroma_entities_emoji.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Notification.__type"},{"id":26786,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_emoji.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Notification.__type"},{"id":26787,"kind":1024,"name":"type","url":"modules/pleroma_entities_emoji.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Notification.__type"},{"id":26788,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_emoji.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26789,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_emoji.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26790,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Preferences"},{"id":26791,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_emoji.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Preferences.__type"},{"id":26792,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_emoji.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Preferences.__type"},{"id":26793,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_emoji.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Preferences.__type"},{"id":26794,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_emoji.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Preferences.__type"},{"id":26795,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_emoji.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Preferences.__type"},{"id":26796,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_emoji.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26797,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.PushSubscription"},{"id":26798,"kind":1024,"name":"id","url":"modules/pleroma_entities_emoji.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.PushSubscription.__type"},{"id":26799,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_emoji.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.PushSubscription.__type"},{"id":26800,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_emoji.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.PushSubscription.__type"},{"id":26801,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_emoji.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.PushSubscription.__type"},{"id":26802,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_emoji.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26803,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Relationship"},{"id":26804,"kind":1024,"name":"id","url":"modules/pleroma_entities_emoji.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Relationship.__type"},{"id":26805,"kind":1024,"name":"following","url":"modules/pleroma_entities_emoji.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Relationship.__type"},{"id":26806,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_emoji.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Relationship.__type"},{"id":26807,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_emoji.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Relationship.__type"},{"id":26808,"kind":1024,"name":"muting","url":"modules/pleroma_entities_emoji.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Relationship.__type"},{"id":26809,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_emoji.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Relationship.__type"},{"id":26810,"kind":1024,"name":"requested","url":"modules/pleroma_entities_emoji.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Relationship.__type"},{"id":26811,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_emoji.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Relationship.__type"},{"id":26812,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_emoji.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Relationship.__type"},{"id":26813,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_emoji.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Relationship.__type"},{"id":26814,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_emoji.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26815,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Report"},{"id":26816,"kind":1024,"name":"id","url":"modules/pleroma_entities_emoji.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Report.__type"},{"id":26817,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_emoji.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Report.__type"},{"id":26818,"kind":1024,"name":"comment","url":"modules/pleroma_entities_emoji.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Report.__type"},{"id":26819,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_emoji.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Report.__type"},{"id":26820,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_emoji.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Report.__type"},{"id":26821,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_emoji.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26822,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Results"},{"id":26823,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_emoji.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Results.__type"},{"id":26824,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_emoji.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Results.__type"},{"id":26825,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_emoji.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Results.__type"},{"id":26826,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_emoji.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26827,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.ScheduledStatus"},{"id":26828,"kind":1024,"name":"id","url":"modules/pleroma_entities_emoji.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.ScheduledStatus.__type"},{"id":26829,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_emoji.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.ScheduledStatus.__type"},{"id":26830,"kind":1024,"name":"params","url":"modules/pleroma_entities_emoji.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.ScheduledStatus.__type"},{"id":26831,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_emoji.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.ScheduledStatus.__type"},{"id":26832,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_emoji.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26833,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.StatusParams"},{"id":26834,"kind":1024,"name":"text","url":"modules/pleroma_entities_emoji.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.StatusParams.__type"},{"id":26835,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_emoji.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.StatusParams.__type"},{"id":26836,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_emoji.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.StatusParams.__type"},{"id":26837,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_emoji.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.StatusParams.__type"},{"id":26838,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_emoji.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.StatusParams.__type"},{"id":26839,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_emoji.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.StatusParams.__type"},{"id":26840,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_emoji.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.StatusParams.__type"},{"id":26841,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_emoji.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.StatusParams.__type"},{"id":26842,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_emoji.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/emoji.PleromaEntity"},{"id":26843,"kind":65536,"name":"__type","url":"modules/pleroma_entities_emoji.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/emoji.PleromaEntity.Token"},{"id":26844,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_emoji.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Token.__type"},{"id":26845,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_emoji.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Token.__type"},{"id":26846,"kind":1024,"name":"scope","url":"modules/pleroma_entities_emoji.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Token.__type"},{"id":26847,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_emoji.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/emoji.PleromaEntity.Token.__type"},{"id":26848,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_featured_tag.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/featured_tag"},{"id":26849,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":26850,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Emoji"},{"id":26851,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Emoji.__type"},{"id":26852,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Emoji.__type"},{"id":26853,"kind":1024,"name":"url","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Emoji.__type"},{"id":26854,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Emoji.__type"},{"id":26855,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":26856,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Source"},{"id":26857,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Source.__type"},{"id":26858,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Source.__type"},{"id":26859,"kind":1024,"name":"language","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Source.__type"},{"id":26860,"kind":1024,"name":"note","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Source.__type"},{"id":26861,"kind":1024,"name":"fields","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Source.__type"},{"id":26862,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":26863,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Account"},{"id":26864,"kind":1024,"name":"id","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Account.__type"},{"id":26865,"kind":1024,"name":"username","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Account.__type"},{"id":26866,"kind":1024,"name":"acct","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Account.__type"},{"id":26867,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Account.__type"},{"id":26868,"kind":1024,"name":"locked","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Account.__type"},{"id":26869,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Account.__type"},{"id":26870,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Account.__type"},{"id":26871,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Account.__type"},{"id":26872,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Account.__type"},{"id":26873,"kind":1024,"name":"note","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Account.__type"},{"id":26874,"kind":1024,"name":"url","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Account.__type"},{"id":26875,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Account.__type"},{"id":26876,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Account.__type"},{"id":26877,"kind":1024,"name":"header","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Account.__type"},{"id":26878,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Account.__type"},{"id":26879,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Account.__type"},{"id":26880,"kind":1024,"name":"moved","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Account.__type"},{"id":26881,"kind":1024,"name":"fields","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Account.__type"},{"id":26882,"kind":1024,"name":"bot","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Account.__type"},{"id":26883,"kind":1024,"name":"source","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Account.__type"},{"id":26884,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":26885,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Activity"},{"id":26886,"kind":1024,"name":"week","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Activity.__type"},{"id":26887,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Activity.__type"},{"id":26888,"kind":1024,"name":"logins","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Activity.__type"},{"id":26889,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Activity.__type"},{"id":26890,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":26891,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Application"},{"id":26892,"kind":1024,"name":"name","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Application.__type"},{"id":26893,"kind":1024,"name":"website","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Application.__type"},{"id":26894,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Application.__type"},{"id":26895,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":26896,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Attachment"},{"id":26897,"kind":1024,"name":"id","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Attachment.__type"},{"id":26898,"kind":1024,"name":"type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Attachment.__type"},{"id":26899,"kind":1024,"name":"url","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Attachment.__type"},{"id":26900,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Attachment.__type"},{"id":26901,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Attachment.__type"},{"id":26902,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Attachment.__type"},{"id":26903,"kind":1024,"name":"meta","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Attachment.__type"},{"id":26904,"kind":1024,"name":"description","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Attachment.__type"},{"id":26905,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":26906,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Card"},{"id":26907,"kind":1024,"name":"url","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Card.__type"},{"id":26908,"kind":1024,"name":"title","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Card.__type"},{"id":26909,"kind":1024,"name":"description","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Card.__type"},{"id":26910,"kind":1024,"name":"type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Card.__type"},{"id":26911,"kind":1024,"name":"image","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Card.__type"},{"id":26912,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Card.__type"},{"id":26913,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Card.__type"},{"id":26914,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Card.__type"},{"id":26915,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Card.__type"},{"id":26916,"kind":1024,"name":"html","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Card.__type"},{"id":26917,"kind":1024,"name":"width","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Card.__type"},{"id":26918,"kind":1024,"name":"height","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Card.__type"},{"id":26919,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Card.__type"},{"id":26920,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":26921,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Mention"},{"id":26922,"kind":1024,"name":"id","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Mention.__type"},{"id":26923,"kind":1024,"name":"username","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Mention.__type"},{"id":26924,"kind":1024,"name":"url","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Mention.__type"},{"id":26925,"kind":1024,"name":"acct","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Mention.__type"},{"id":26926,"kind":4194304,"name":"History","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":26927,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.History"},{"id":26928,"kind":1024,"name":"day","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.History.__type"},{"id":26929,"kind":1024,"name":"uses","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.History.__type"},{"id":26930,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.History.__type"},{"id":26931,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":26932,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Tag"},{"id":26933,"kind":1024,"name":"name","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Tag.__type"},{"id":26934,"kind":1024,"name":"url","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Tag.__type"},{"id":26935,"kind":1024,"name":"history","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Tag.__type"},{"id":26936,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":26937,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.PollOption"},{"id":26938,"kind":1024,"name":"title","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.PollOption.__type"},{"id":26939,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.PollOption.__type"},{"id":26940,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":26941,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Poll"},{"id":26942,"kind":1024,"name":"id","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Poll.__type"},{"id":26943,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Poll.__type"},{"id":26944,"kind":1024,"name":"expired","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Poll.__type"},{"id":26945,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Poll.__type"},{"id":26946,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Poll.__type"},{"id":26947,"kind":1024,"name":"options","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Poll.__type"},{"id":26948,"kind":1024,"name":"voted","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Poll.__type"},{"id":26949,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":26950,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Reaction"},{"id":26951,"kind":1024,"name":"count","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Reaction.__type"},{"id":26952,"kind":1024,"name":"me","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Reaction.__type"},{"id":26953,"kind":1024,"name":"name","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Reaction.__type"},{"id":26954,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Reaction.__type"},{"id":26955,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":26956,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Status"},{"id":26957,"kind":1024,"name":"id","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26958,"kind":1024,"name":"uri","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26959,"kind":1024,"name":"url","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26960,"kind":1024,"name":"account","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26961,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26962,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26963,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26964,"kind":1024,"name":"content","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26965,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26966,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26967,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26968,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26969,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26970,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26971,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26972,"kind":1024,"name":"muted","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26973,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26974,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26975,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26976,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26977,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26978,"kind":1024,"name":"tags","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26979,"kind":1024,"name":"card","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26980,"kind":1024,"name":"poll","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26981,"kind":1024,"name":"application","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26982,"kind":1024,"name":"language","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26983,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26984,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26985,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26986,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type"},{"id":26987,"kind":1024,"name":"context","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type.__type"},{"id":26988,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type.__type"},{"id":26989,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type.__type.__type"},{"id":26990,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type.__type"},{"id":26991,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type.__type"},{"id":26992,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type.__type.__type"},{"id":26993,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type.__type"},{"id":26994,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type.__type"},{"id":26995,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type.__type"},{"id":26996,"kind":1024,"name":"local","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type.__type"},{"id":26997,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Status.__type.__type"},{"id":26998,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":26999,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Context"},{"id":27000,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Context.__type"},{"id":27001,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Context.__type"},{"id":27002,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":27003,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Conversation"},{"id":27004,"kind":1024,"name":"id","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Conversation.__type"},{"id":27005,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Conversation.__type"},{"id":27006,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Conversation.__type"},{"id":27007,"kind":1024,"name":"unread","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Conversation.__type"},{"id":27008,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":27009,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.FeaturedTag"},{"id":27010,"kind":1024,"name":"id","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.FeaturedTag.__type"},{"id":27011,"kind":1024,"name":"name","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.FeaturedTag.__type"},{"id":27012,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.FeaturedTag.__type"},{"id":27013,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.FeaturedTag.__type"},{"id":27014,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":27015,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Field"},{"id":27016,"kind":1024,"name":"name","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Field.__type"},{"id":27017,"kind":1024,"name":"value","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Field.__type"},{"id":27018,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Field.__type"},{"id":27019,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":27020,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Filter"},{"id":27021,"kind":1024,"name":"id","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Filter.__type"},{"id":27022,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Filter.__type"},{"id":27023,"kind":1024,"name":"context","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Filter.__type"},{"id":27024,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Filter.__type"},{"id":27025,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Filter.__type"},{"id":27026,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Filter.__type"},{"id":27027,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":27028,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.IdentityProof"},{"id":27029,"kind":1024,"name":"provider","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.IdentityProof.__type"},{"id":27030,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.IdentityProof.__type"},{"id":27031,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.IdentityProof.__type"},{"id":27032,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.IdentityProof.__type"},{"id":27033,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.IdentityProof.__type"},{"id":27034,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":27035,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.URLs"},{"id":27036,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.URLs.__type"},{"id":27037,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":27038,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Stats"},{"id":27039,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Stats.__type"},{"id":27040,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Stats.__type"},{"id":27041,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Stats.__type"},{"id":27042,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":27043,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Instance"},{"id":27044,"kind":1024,"name":"uri","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Instance.__type"},{"id":27045,"kind":1024,"name":"title","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Instance.__type"},{"id":27046,"kind":1024,"name":"description","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Instance.__type"},{"id":27047,"kind":1024,"name":"email","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Instance.__type"},{"id":27048,"kind":1024,"name":"version","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Instance.__type"},{"id":27049,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Instance.__type"},{"id":27050,"kind":1024,"name":"urls","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Instance.__type"},{"id":27051,"kind":1024,"name":"stats","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Instance.__type"},{"id":27052,"kind":1024,"name":"languages","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Instance.__type"},{"id":27053,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Instance.__type"},{"id":27054,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Instance.__type"},{"id":27055,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Instance.__type"},{"id":27056,"kind":4194304,"name":"List","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":27057,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.List"},{"id":27058,"kind":1024,"name":"id","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.List.__type"},{"id":27059,"kind":1024,"name":"title","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.List.__type"},{"id":27060,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":27061,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Marker"},{"id":27062,"kind":1024,"name":"home","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Marker.__type"},{"id":27063,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Marker.__type"},{"id":27064,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Marker.__type.__type"},{"id":27065,"kind":1024,"name":"version","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Marker.__type.__type"},{"id":27066,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Marker.__type.__type"},{"id":27067,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Marker.__type"},{"id":27068,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Marker.__type"},{"id":27069,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Marker.__type.__type"},{"id":27070,"kind":1024,"name":"version","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Marker.__type.__type"},{"id":27071,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Marker.__type.__type"},{"id":27072,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":27073,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Notification"},{"id":27074,"kind":1024,"name":"account","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Notification.__type"},{"id":27075,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Notification.__type"},{"id":27076,"kind":1024,"name":"id","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Notification.__type"},{"id":27077,"kind":1024,"name":"status","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Notification.__type"},{"id":27078,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Notification.__type"},{"id":27079,"kind":1024,"name":"type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Notification.__type"},{"id":27080,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":27081,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":27082,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Preferences"},{"id":27083,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Preferences.__type"},{"id":27084,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Preferences.__type"},{"id":27085,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Preferences.__type"},{"id":27086,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Preferences.__type"},{"id":27087,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Preferences.__type"},{"id":27088,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":27089,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.PushSubscription"},{"id":27090,"kind":1024,"name":"id","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.PushSubscription.__type"},{"id":27091,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.PushSubscription.__type"},{"id":27092,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.PushSubscription.__type"},{"id":27093,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.PushSubscription.__type"},{"id":27094,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":27095,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Relationship"},{"id":27096,"kind":1024,"name":"id","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Relationship.__type"},{"id":27097,"kind":1024,"name":"following","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Relationship.__type"},{"id":27098,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Relationship.__type"},{"id":27099,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Relationship.__type"},{"id":27100,"kind":1024,"name":"muting","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Relationship.__type"},{"id":27101,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Relationship.__type"},{"id":27102,"kind":1024,"name":"requested","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Relationship.__type"},{"id":27103,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Relationship.__type"},{"id":27104,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Relationship.__type"},{"id":27105,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Relationship.__type"},{"id":27106,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":27107,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Report"},{"id":27108,"kind":1024,"name":"id","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Report.__type"},{"id":27109,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Report.__type"},{"id":27110,"kind":1024,"name":"comment","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Report.__type"},{"id":27111,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Report.__type"},{"id":27112,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Report.__type"},{"id":27113,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":27114,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Results"},{"id":27115,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Results.__type"},{"id":27116,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Results.__type"},{"id":27117,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Results.__type"},{"id":27118,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":27119,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.ScheduledStatus"},{"id":27120,"kind":1024,"name":"id","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.ScheduledStatus.__type"},{"id":27121,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.ScheduledStatus.__type"},{"id":27122,"kind":1024,"name":"params","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.ScheduledStatus.__type"},{"id":27123,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.ScheduledStatus.__type"},{"id":27124,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":27125,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.StatusParams"},{"id":27126,"kind":1024,"name":"text","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.StatusParams.__type"},{"id":27127,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.StatusParams.__type"},{"id":27128,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.StatusParams.__type"},{"id":27129,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.StatusParams.__type"},{"id":27130,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.StatusParams.__type"},{"id":27131,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.StatusParams.__type"},{"id":27132,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.StatusParams.__type"},{"id":27133,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.StatusParams.__type"},{"id":27134,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/featured_tag.PleromaEntity"},{"id":27135,"kind":65536,"name":"__type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/featured_tag.PleromaEntity.Token"},{"id":27136,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Token.__type"},{"id":27137,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Token.__type"},{"id":27138,"kind":1024,"name":"scope","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Token.__type"},{"id":27139,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_featured_tag.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/featured_tag.PleromaEntity.Token.__type"},{"id":27140,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_field.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/field"},{"id":27141,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_field.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27142,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Emoji"},{"id":27143,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_field.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Emoji.__type"},{"id":27144,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_field.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Emoji.__type"},{"id":27145,"kind":1024,"name":"url","url":"modules/pleroma_entities_field.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Emoji.__type"},{"id":27146,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_field.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Emoji.__type"},{"id":27147,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_field.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27148,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Source"},{"id":27149,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_field.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Source.__type"},{"id":27150,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_field.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Source.__type"},{"id":27151,"kind":1024,"name":"language","url":"modules/pleroma_entities_field.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Source.__type"},{"id":27152,"kind":1024,"name":"note","url":"modules/pleroma_entities_field.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Source.__type"},{"id":27153,"kind":1024,"name":"fields","url":"modules/pleroma_entities_field.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Source.__type"},{"id":27154,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_field.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27155,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Account"},{"id":27156,"kind":1024,"name":"id","url":"modules/pleroma_entities_field.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Account.__type"},{"id":27157,"kind":1024,"name":"username","url":"modules/pleroma_entities_field.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Account.__type"},{"id":27158,"kind":1024,"name":"acct","url":"modules/pleroma_entities_field.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Account.__type"},{"id":27159,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_field.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Account.__type"},{"id":27160,"kind":1024,"name":"locked","url":"modules/pleroma_entities_field.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Account.__type"},{"id":27161,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_field.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Account.__type"},{"id":27162,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_field.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Account.__type"},{"id":27163,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_field.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Account.__type"},{"id":27164,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_field.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Account.__type"},{"id":27165,"kind":1024,"name":"note","url":"modules/pleroma_entities_field.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Account.__type"},{"id":27166,"kind":1024,"name":"url","url":"modules/pleroma_entities_field.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Account.__type"},{"id":27167,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_field.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Account.__type"},{"id":27168,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_field.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Account.__type"},{"id":27169,"kind":1024,"name":"header","url":"modules/pleroma_entities_field.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Account.__type"},{"id":27170,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_field.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Account.__type"},{"id":27171,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_field.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Account.__type"},{"id":27172,"kind":1024,"name":"moved","url":"modules/pleroma_entities_field.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Account.__type"},{"id":27173,"kind":1024,"name":"fields","url":"modules/pleroma_entities_field.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Account.__type"},{"id":27174,"kind":1024,"name":"bot","url":"modules/pleroma_entities_field.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Account.__type"},{"id":27175,"kind":1024,"name":"source","url":"modules/pleroma_entities_field.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Account.__type"},{"id":27176,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_field.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27177,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Activity"},{"id":27178,"kind":1024,"name":"week","url":"modules/pleroma_entities_field.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Activity.__type"},{"id":27179,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_field.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Activity.__type"},{"id":27180,"kind":1024,"name":"logins","url":"modules/pleroma_entities_field.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Activity.__type"},{"id":27181,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_field.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Activity.__type"},{"id":27182,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_field.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27183,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Application"},{"id":27184,"kind":1024,"name":"name","url":"modules/pleroma_entities_field.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Application.__type"},{"id":27185,"kind":1024,"name":"website","url":"modules/pleroma_entities_field.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Application.__type"},{"id":27186,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_field.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Application.__type"},{"id":27187,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_field.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27188,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Attachment"},{"id":27189,"kind":1024,"name":"id","url":"modules/pleroma_entities_field.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Attachment.__type"},{"id":27190,"kind":1024,"name":"type","url":"modules/pleroma_entities_field.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Attachment.__type"},{"id":27191,"kind":1024,"name":"url","url":"modules/pleroma_entities_field.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Attachment.__type"},{"id":27192,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_field.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Attachment.__type"},{"id":27193,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_field.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Attachment.__type"},{"id":27194,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_field.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Attachment.__type"},{"id":27195,"kind":1024,"name":"meta","url":"modules/pleroma_entities_field.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Attachment.__type"},{"id":27196,"kind":1024,"name":"description","url":"modules/pleroma_entities_field.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Attachment.__type"},{"id":27197,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_field.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27198,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Card"},{"id":27199,"kind":1024,"name":"url","url":"modules/pleroma_entities_field.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Card.__type"},{"id":27200,"kind":1024,"name":"title","url":"modules/pleroma_entities_field.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Card.__type"},{"id":27201,"kind":1024,"name":"description","url":"modules/pleroma_entities_field.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Card.__type"},{"id":27202,"kind":1024,"name":"type","url":"modules/pleroma_entities_field.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Card.__type"},{"id":27203,"kind":1024,"name":"image","url":"modules/pleroma_entities_field.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Card.__type"},{"id":27204,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_field.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Card.__type"},{"id":27205,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_field.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Card.__type"},{"id":27206,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_field.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Card.__type"},{"id":27207,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_field.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Card.__type"},{"id":27208,"kind":1024,"name":"html","url":"modules/pleroma_entities_field.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Card.__type"},{"id":27209,"kind":1024,"name":"width","url":"modules/pleroma_entities_field.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Card.__type"},{"id":27210,"kind":1024,"name":"height","url":"modules/pleroma_entities_field.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Card.__type"},{"id":27211,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_field.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Card.__type"},{"id":27212,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_field.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27213,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Mention"},{"id":27214,"kind":1024,"name":"id","url":"modules/pleroma_entities_field.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Mention.__type"},{"id":27215,"kind":1024,"name":"username","url":"modules/pleroma_entities_field.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Mention.__type"},{"id":27216,"kind":1024,"name":"url","url":"modules/pleroma_entities_field.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Mention.__type"},{"id":27217,"kind":1024,"name":"acct","url":"modules/pleroma_entities_field.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Mention.__type"},{"id":27218,"kind":4194304,"name":"History","url":"modules/pleroma_entities_field.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27219,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.History"},{"id":27220,"kind":1024,"name":"day","url":"modules/pleroma_entities_field.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.History.__type"},{"id":27221,"kind":1024,"name":"uses","url":"modules/pleroma_entities_field.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.History.__type"},{"id":27222,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_field.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.History.__type"},{"id":27223,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_field.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27224,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Tag"},{"id":27225,"kind":1024,"name":"name","url":"modules/pleroma_entities_field.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Tag.__type"},{"id":27226,"kind":1024,"name":"url","url":"modules/pleroma_entities_field.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Tag.__type"},{"id":27227,"kind":1024,"name":"history","url":"modules/pleroma_entities_field.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Tag.__type"},{"id":27228,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_field.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27229,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.PollOption"},{"id":27230,"kind":1024,"name":"title","url":"modules/pleroma_entities_field.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.PollOption.__type"},{"id":27231,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_field.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.PollOption.__type"},{"id":27232,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_field.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27233,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Poll"},{"id":27234,"kind":1024,"name":"id","url":"modules/pleroma_entities_field.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Poll.__type"},{"id":27235,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_field.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Poll.__type"},{"id":27236,"kind":1024,"name":"expired","url":"modules/pleroma_entities_field.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Poll.__type"},{"id":27237,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_field.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Poll.__type"},{"id":27238,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_field.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Poll.__type"},{"id":27239,"kind":1024,"name":"options","url":"modules/pleroma_entities_field.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Poll.__type"},{"id":27240,"kind":1024,"name":"voted","url":"modules/pleroma_entities_field.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Poll.__type"},{"id":27241,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_field.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27242,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Reaction"},{"id":27243,"kind":1024,"name":"count","url":"modules/pleroma_entities_field.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Reaction.__type"},{"id":27244,"kind":1024,"name":"me","url":"modules/pleroma_entities_field.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Reaction.__type"},{"id":27245,"kind":1024,"name":"name","url":"modules/pleroma_entities_field.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Reaction.__type"},{"id":27246,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_field.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Reaction.__type"},{"id":27247,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_field.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27248,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Status"},{"id":27249,"kind":1024,"name":"id","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27250,"kind":1024,"name":"uri","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27251,"kind":1024,"name":"url","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27252,"kind":1024,"name":"account","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27253,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27254,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27255,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27256,"kind":1024,"name":"content","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27257,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27258,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27259,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27260,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27261,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27262,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27263,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27264,"kind":1024,"name":"muted","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27265,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27266,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27267,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27268,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27269,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27270,"kind":1024,"name":"tags","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27271,"kind":1024,"name":"card","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27272,"kind":1024,"name":"poll","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27273,"kind":1024,"name":"application","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27274,"kind":1024,"name":"language","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27275,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27276,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27277,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27278,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type"},{"id":27279,"kind":1024,"name":"context","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type.__type"},{"id":27280,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type.__type"},{"id":27281,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type.__type.__type"},{"id":27282,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type.__type"},{"id":27283,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type.__type"},{"id":27284,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type.__type.__type"},{"id":27285,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type.__type"},{"id":27286,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type.__type"},{"id":27287,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type.__type"},{"id":27288,"kind":1024,"name":"local","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type.__type"},{"id":27289,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_field.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Status.__type.__type"},{"id":27290,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_field.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27291,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Context"},{"id":27292,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_field.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Context.__type"},{"id":27293,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_field.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Context.__type"},{"id":27294,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_field.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27295,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Conversation"},{"id":27296,"kind":1024,"name":"id","url":"modules/pleroma_entities_field.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Conversation.__type"},{"id":27297,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_field.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Conversation.__type"},{"id":27298,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_field.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Conversation.__type"},{"id":27299,"kind":1024,"name":"unread","url":"modules/pleroma_entities_field.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Conversation.__type"},{"id":27300,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_field.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27301,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.FeaturedTag"},{"id":27302,"kind":1024,"name":"id","url":"modules/pleroma_entities_field.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.FeaturedTag.__type"},{"id":27303,"kind":1024,"name":"name","url":"modules/pleroma_entities_field.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.FeaturedTag.__type"},{"id":27304,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_field.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.FeaturedTag.__type"},{"id":27305,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_field.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.FeaturedTag.__type"},{"id":27306,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_field.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27307,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Field"},{"id":27308,"kind":1024,"name":"name","url":"modules/pleroma_entities_field.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Field.__type"},{"id":27309,"kind":1024,"name":"value","url":"modules/pleroma_entities_field.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Field.__type"},{"id":27310,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_field.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Field.__type"},{"id":27311,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_field.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27312,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Filter"},{"id":27313,"kind":1024,"name":"id","url":"modules/pleroma_entities_field.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Filter.__type"},{"id":27314,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_field.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Filter.__type"},{"id":27315,"kind":1024,"name":"context","url":"modules/pleroma_entities_field.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Filter.__type"},{"id":27316,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_field.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Filter.__type"},{"id":27317,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_field.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Filter.__type"},{"id":27318,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_field.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Filter.__type"},{"id":27319,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_field.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27320,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.IdentityProof"},{"id":27321,"kind":1024,"name":"provider","url":"modules/pleroma_entities_field.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.IdentityProof.__type"},{"id":27322,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_field.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.IdentityProof.__type"},{"id":27323,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_field.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.IdentityProof.__type"},{"id":27324,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_field.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.IdentityProof.__type"},{"id":27325,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_field.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.IdentityProof.__type"},{"id":27326,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_field.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27327,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.URLs"},{"id":27328,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_field.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.URLs.__type"},{"id":27329,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_field.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27330,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Stats"},{"id":27331,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_field.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Stats.__type"},{"id":27332,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_field.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Stats.__type"},{"id":27333,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_field.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Stats.__type"},{"id":27334,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_field.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27335,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Instance"},{"id":27336,"kind":1024,"name":"uri","url":"modules/pleroma_entities_field.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Instance.__type"},{"id":27337,"kind":1024,"name":"title","url":"modules/pleroma_entities_field.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Instance.__type"},{"id":27338,"kind":1024,"name":"description","url":"modules/pleroma_entities_field.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Instance.__type"},{"id":27339,"kind":1024,"name":"email","url":"modules/pleroma_entities_field.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Instance.__type"},{"id":27340,"kind":1024,"name":"version","url":"modules/pleroma_entities_field.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Instance.__type"},{"id":27341,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_field.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Instance.__type"},{"id":27342,"kind":1024,"name":"urls","url":"modules/pleroma_entities_field.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Instance.__type"},{"id":27343,"kind":1024,"name":"stats","url":"modules/pleroma_entities_field.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Instance.__type"},{"id":27344,"kind":1024,"name":"languages","url":"modules/pleroma_entities_field.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Instance.__type"},{"id":27345,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_field.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Instance.__type"},{"id":27346,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_field.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Instance.__type"},{"id":27347,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_field.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Instance.__type"},{"id":27348,"kind":4194304,"name":"List","url":"modules/pleroma_entities_field.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27349,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.List"},{"id":27350,"kind":1024,"name":"id","url":"modules/pleroma_entities_field.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.List.__type"},{"id":27351,"kind":1024,"name":"title","url":"modules/pleroma_entities_field.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.List.__type"},{"id":27352,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_field.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27353,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Marker"},{"id":27354,"kind":1024,"name":"home","url":"modules/pleroma_entities_field.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Marker.__type"},{"id":27355,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Marker.__type"},{"id":27356,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_field.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Marker.__type.__type"},{"id":27357,"kind":1024,"name":"version","url":"modules/pleroma_entities_field.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Marker.__type.__type"},{"id":27358,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_field.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Marker.__type.__type"},{"id":27359,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_field.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Marker.__type"},{"id":27360,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Marker.__type"},{"id":27361,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_field.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Marker.__type.__type"},{"id":27362,"kind":1024,"name":"version","url":"modules/pleroma_entities_field.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Marker.__type.__type"},{"id":27363,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_field.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Marker.__type.__type"},{"id":27364,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_field.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27365,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Notification"},{"id":27366,"kind":1024,"name":"account","url":"modules/pleroma_entities_field.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Notification.__type"},{"id":27367,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_field.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Notification.__type"},{"id":27368,"kind":1024,"name":"id","url":"modules/pleroma_entities_field.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Notification.__type"},{"id":27369,"kind":1024,"name":"status","url":"modules/pleroma_entities_field.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Notification.__type"},{"id":27370,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_field.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Notification.__type"},{"id":27371,"kind":1024,"name":"type","url":"modules/pleroma_entities_field.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Notification.__type"},{"id":27372,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_field.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27373,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_field.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27374,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Preferences"},{"id":27375,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_field.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Preferences.__type"},{"id":27376,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_field.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Preferences.__type"},{"id":27377,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_field.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Preferences.__type"},{"id":27378,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_field.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Preferences.__type"},{"id":27379,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_field.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Preferences.__type"},{"id":27380,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_field.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27381,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.PushSubscription"},{"id":27382,"kind":1024,"name":"id","url":"modules/pleroma_entities_field.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.PushSubscription.__type"},{"id":27383,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_field.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.PushSubscription.__type"},{"id":27384,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_field.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.PushSubscription.__type"},{"id":27385,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_field.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.PushSubscription.__type"},{"id":27386,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_field.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27387,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Relationship"},{"id":27388,"kind":1024,"name":"id","url":"modules/pleroma_entities_field.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Relationship.__type"},{"id":27389,"kind":1024,"name":"following","url":"modules/pleroma_entities_field.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Relationship.__type"},{"id":27390,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_field.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Relationship.__type"},{"id":27391,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_field.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Relationship.__type"},{"id":27392,"kind":1024,"name":"muting","url":"modules/pleroma_entities_field.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Relationship.__type"},{"id":27393,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_field.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Relationship.__type"},{"id":27394,"kind":1024,"name":"requested","url":"modules/pleroma_entities_field.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Relationship.__type"},{"id":27395,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_field.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Relationship.__type"},{"id":27396,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_field.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Relationship.__type"},{"id":27397,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_field.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Relationship.__type"},{"id":27398,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_field.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27399,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Report"},{"id":27400,"kind":1024,"name":"id","url":"modules/pleroma_entities_field.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Report.__type"},{"id":27401,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_field.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Report.__type"},{"id":27402,"kind":1024,"name":"comment","url":"modules/pleroma_entities_field.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Report.__type"},{"id":27403,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_field.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Report.__type"},{"id":27404,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_field.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Report.__type"},{"id":27405,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_field.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27406,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Results"},{"id":27407,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_field.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Results.__type"},{"id":27408,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_field.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Results.__type"},{"id":27409,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_field.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Results.__type"},{"id":27410,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_field.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27411,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.ScheduledStatus"},{"id":27412,"kind":1024,"name":"id","url":"modules/pleroma_entities_field.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.ScheduledStatus.__type"},{"id":27413,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_field.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.ScheduledStatus.__type"},{"id":27414,"kind":1024,"name":"params","url":"modules/pleroma_entities_field.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.ScheduledStatus.__type"},{"id":27415,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_field.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.ScheduledStatus.__type"},{"id":27416,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_field.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27417,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.StatusParams"},{"id":27418,"kind":1024,"name":"text","url":"modules/pleroma_entities_field.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.StatusParams.__type"},{"id":27419,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_field.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.StatusParams.__type"},{"id":27420,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_field.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.StatusParams.__type"},{"id":27421,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_field.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.StatusParams.__type"},{"id":27422,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_field.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.StatusParams.__type"},{"id":27423,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_field.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.StatusParams.__type"},{"id":27424,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_field.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.StatusParams.__type"},{"id":27425,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_field.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.StatusParams.__type"},{"id":27426,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_field.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/field.PleromaEntity"},{"id":27427,"kind":65536,"name":"__type","url":"modules/pleroma_entities_field.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/field.PleromaEntity.Token"},{"id":27428,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_field.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Token.__type"},{"id":27429,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_field.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Token.__type"},{"id":27430,"kind":1024,"name":"scope","url":"modules/pleroma_entities_field.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Token.__type"},{"id":27431,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_field.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/field.PleromaEntity.Token.__type"},{"id":27432,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_filter.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/filter"},{"id":27433,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_filter.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27434,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Emoji"},{"id":27435,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_filter.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Emoji.__type"},{"id":27436,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_filter.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Emoji.__type"},{"id":27437,"kind":1024,"name":"url","url":"modules/pleroma_entities_filter.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Emoji.__type"},{"id":27438,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_filter.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Emoji.__type"},{"id":27439,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_filter.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27440,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Source"},{"id":27441,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_filter.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Source.__type"},{"id":27442,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_filter.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Source.__type"},{"id":27443,"kind":1024,"name":"language","url":"modules/pleroma_entities_filter.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Source.__type"},{"id":27444,"kind":1024,"name":"note","url":"modules/pleroma_entities_filter.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Source.__type"},{"id":27445,"kind":1024,"name":"fields","url":"modules/pleroma_entities_filter.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Source.__type"},{"id":27446,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_filter.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27447,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Account"},{"id":27448,"kind":1024,"name":"id","url":"modules/pleroma_entities_filter.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Account.__type"},{"id":27449,"kind":1024,"name":"username","url":"modules/pleroma_entities_filter.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Account.__type"},{"id":27450,"kind":1024,"name":"acct","url":"modules/pleroma_entities_filter.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Account.__type"},{"id":27451,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_filter.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Account.__type"},{"id":27452,"kind":1024,"name":"locked","url":"modules/pleroma_entities_filter.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Account.__type"},{"id":27453,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_filter.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Account.__type"},{"id":27454,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_filter.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Account.__type"},{"id":27455,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_filter.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Account.__type"},{"id":27456,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_filter.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Account.__type"},{"id":27457,"kind":1024,"name":"note","url":"modules/pleroma_entities_filter.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Account.__type"},{"id":27458,"kind":1024,"name":"url","url":"modules/pleroma_entities_filter.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Account.__type"},{"id":27459,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_filter.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Account.__type"},{"id":27460,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_filter.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Account.__type"},{"id":27461,"kind":1024,"name":"header","url":"modules/pleroma_entities_filter.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Account.__type"},{"id":27462,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_filter.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Account.__type"},{"id":27463,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_filter.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Account.__type"},{"id":27464,"kind":1024,"name":"moved","url":"modules/pleroma_entities_filter.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Account.__type"},{"id":27465,"kind":1024,"name":"fields","url":"modules/pleroma_entities_filter.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Account.__type"},{"id":27466,"kind":1024,"name":"bot","url":"modules/pleroma_entities_filter.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Account.__type"},{"id":27467,"kind":1024,"name":"source","url":"modules/pleroma_entities_filter.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Account.__type"},{"id":27468,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_filter.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27469,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Activity"},{"id":27470,"kind":1024,"name":"week","url":"modules/pleroma_entities_filter.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Activity.__type"},{"id":27471,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_filter.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Activity.__type"},{"id":27472,"kind":1024,"name":"logins","url":"modules/pleroma_entities_filter.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Activity.__type"},{"id":27473,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_filter.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Activity.__type"},{"id":27474,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_filter.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27475,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Application"},{"id":27476,"kind":1024,"name":"name","url":"modules/pleroma_entities_filter.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Application.__type"},{"id":27477,"kind":1024,"name":"website","url":"modules/pleroma_entities_filter.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Application.__type"},{"id":27478,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_filter.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Application.__type"},{"id":27479,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_filter.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27480,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Attachment"},{"id":27481,"kind":1024,"name":"id","url":"modules/pleroma_entities_filter.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Attachment.__type"},{"id":27482,"kind":1024,"name":"type","url":"modules/pleroma_entities_filter.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Attachment.__type"},{"id":27483,"kind":1024,"name":"url","url":"modules/pleroma_entities_filter.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Attachment.__type"},{"id":27484,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_filter.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Attachment.__type"},{"id":27485,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_filter.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Attachment.__type"},{"id":27486,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_filter.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Attachment.__type"},{"id":27487,"kind":1024,"name":"meta","url":"modules/pleroma_entities_filter.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Attachment.__type"},{"id":27488,"kind":1024,"name":"description","url":"modules/pleroma_entities_filter.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Attachment.__type"},{"id":27489,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_filter.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27490,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Card"},{"id":27491,"kind":1024,"name":"url","url":"modules/pleroma_entities_filter.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Card.__type"},{"id":27492,"kind":1024,"name":"title","url":"modules/pleroma_entities_filter.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Card.__type"},{"id":27493,"kind":1024,"name":"description","url":"modules/pleroma_entities_filter.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Card.__type"},{"id":27494,"kind":1024,"name":"type","url":"modules/pleroma_entities_filter.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Card.__type"},{"id":27495,"kind":1024,"name":"image","url":"modules/pleroma_entities_filter.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Card.__type"},{"id":27496,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_filter.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Card.__type"},{"id":27497,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_filter.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Card.__type"},{"id":27498,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_filter.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Card.__type"},{"id":27499,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_filter.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Card.__type"},{"id":27500,"kind":1024,"name":"html","url":"modules/pleroma_entities_filter.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Card.__type"},{"id":27501,"kind":1024,"name":"width","url":"modules/pleroma_entities_filter.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Card.__type"},{"id":27502,"kind":1024,"name":"height","url":"modules/pleroma_entities_filter.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Card.__type"},{"id":27503,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_filter.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Card.__type"},{"id":27504,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_filter.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27505,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Mention"},{"id":27506,"kind":1024,"name":"id","url":"modules/pleroma_entities_filter.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Mention.__type"},{"id":27507,"kind":1024,"name":"username","url":"modules/pleroma_entities_filter.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Mention.__type"},{"id":27508,"kind":1024,"name":"url","url":"modules/pleroma_entities_filter.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Mention.__type"},{"id":27509,"kind":1024,"name":"acct","url":"modules/pleroma_entities_filter.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Mention.__type"},{"id":27510,"kind":4194304,"name":"History","url":"modules/pleroma_entities_filter.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27511,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.History"},{"id":27512,"kind":1024,"name":"day","url":"modules/pleroma_entities_filter.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.History.__type"},{"id":27513,"kind":1024,"name":"uses","url":"modules/pleroma_entities_filter.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.History.__type"},{"id":27514,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_filter.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.History.__type"},{"id":27515,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_filter.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27516,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Tag"},{"id":27517,"kind":1024,"name":"name","url":"modules/pleroma_entities_filter.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Tag.__type"},{"id":27518,"kind":1024,"name":"url","url":"modules/pleroma_entities_filter.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Tag.__type"},{"id":27519,"kind":1024,"name":"history","url":"modules/pleroma_entities_filter.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Tag.__type"},{"id":27520,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_filter.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27521,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.PollOption"},{"id":27522,"kind":1024,"name":"title","url":"modules/pleroma_entities_filter.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.PollOption.__type"},{"id":27523,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_filter.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.PollOption.__type"},{"id":27524,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_filter.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27525,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Poll"},{"id":27526,"kind":1024,"name":"id","url":"modules/pleroma_entities_filter.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Poll.__type"},{"id":27527,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_filter.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Poll.__type"},{"id":27528,"kind":1024,"name":"expired","url":"modules/pleroma_entities_filter.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Poll.__type"},{"id":27529,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_filter.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Poll.__type"},{"id":27530,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_filter.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Poll.__type"},{"id":27531,"kind":1024,"name":"options","url":"modules/pleroma_entities_filter.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Poll.__type"},{"id":27532,"kind":1024,"name":"voted","url":"modules/pleroma_entities_filter.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Poll.__type"},{"id":27533,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_filter.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27534,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Reaction"},{"id":27535,"kind":1024,"name":"count","url":"modules/pleroma_entities_filter.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Reaction.__type"},{"id":27536,"kind":1024,"name":"me","url":"modules/pleroma_entities_filter.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Reaction.__type"},{"id":27537,"kind":1024,"name":"name","url":"modules/pleroma_entities_filter.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Reaction.__type"},{"id":27538,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_filter.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Reaction.__type"},{"id":27539,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27540,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Status"},{"id":27541,"kind":1024,"name":"id","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27542,"kind":1024,"name":"uri","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27543,"kind":1024,"name":"url","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27544,"kind":1024,"name":"account","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27545,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27546,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27547,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27548,"kind":1024,"name":"content","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27549,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27550,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27551,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27552,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27553,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27554,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27555,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27556,"kind":1024,"name":"muted","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27557,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27558,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27559,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27560,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27561,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27562,"kind":1024,"name":"tags","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27563,"kind":1024,"name":"card","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27564,"kind":1024,"name":"poll","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27565,"kind":1024,"name":"application","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27566,"kind":1024,"name":"language","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27567,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27568,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27569,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27570,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type"},{"id":27571,"kind":1024,"name":"context","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type.__type"},{"id":27572,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type.__type"},{"id":27573,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type.__type.__type"},{"id":27574,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type.__type"},{"id":27575,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type.__type"},{"id":27576,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type.__type.__type"},{"id":27577,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type.__type"},{"id":27578,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type.__type"},{"id":27579,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type.__type"},{"id":27580,"kind":1024,"name":"local","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type.__type"},{"id":27581,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_filter.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Status.__type.__type"},{"id":27582,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_filter.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27583,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Context"},{"id":27584,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_filter.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Context.__type"},{"id":27585,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_filter.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Context.__type"},{"id":27586,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_filter.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27587,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Conversation"},{"id":27588,"kind":1024,"name":"id","url":"modules/pleroma_entities_filter.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Conversation.__type"},{"id":27589,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_filter.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Conversation.__type"},{"id":27590,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_filter.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Conversation.__type"},{"id":27591,"kind":1024,"name":"unread","url":"modules/pleroma_entities_filter.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Conversation.__type"},{"id":27592,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_filter.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27593,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.FeaturedTag"},{"id":27594,"kind":1024,"name":"id","url":"modules/pleroma_entities_filter.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.FeaturedTag.__type"},{"id":27595,"kind":1024,"name":"name","url":"modules/pleroma_entities_filter.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.FeaturedTag.__type"},{"id":27596,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_filter.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.FeaturedTag.__type"},{"id":27597,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_filter.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.FeaturedTag.__type"},{"id":27598,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_filter.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27599,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Field"},{"id":27600,"kind":1024,"name":"name","url":"modules/pleroma_entities_filter.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Field.__type"},{"id":27601,"kind":1024,"name":"value","url":"modules/pleroma_entities_filter.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Field.__type"},{"id":27602,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_filter.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Field.__type"},{"id":27603,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_filter.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27604,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Filter"},{"id":27605,"kind":1024,"name":"id","url":"modules/pleroma_entities_filter.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Filter.__type"},{"id":27606,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_filter.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Filter.__type"},{"id":27607,"kind":1024,"name":"context","url":"modules/pleroma_entities_filter.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Filter.__type"},{"id":27608,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_filter.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Filter.__type"},{"id":27609,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_filter.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Filter.__type"},{"id":27610,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_filter.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Filter.__type"},{"id":27611,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_filter.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27612,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.IdentityProof"},{"id":27613,"kind":1024,"name":"provider","url":"modules/pleroma_entities_filter.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.IdentityProof.__type"},{"id":27614,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_filter.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.IdentityProof.__type"},{"id":27615,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_filter.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.IdentityProof.__type"},{"id":27616,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_filter.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.IdentityProof.__type"},{"id":27617,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_filter.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.IdentityProof.__type"},{"id":27618,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_filter.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27619,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.URLs"},{"id":27620,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_filter.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.URLs.__type"},{"id":27621,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_filter.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27622,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Stats"},{"id":27623,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_filter.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Stats.__type"},{"id":27624,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_filter.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Stats.__type"},{"id":27625,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_filter.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Stats.__type"},{"id":27626,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_filter.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27627,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Instance"},{"id":27628,"kind":1024,"name":"uri","url":"modules/pleroma_entities_filter.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Instance.__type"},{"id":27629,"kind":1024,"name":"title","url":"modules/pleroma_entities_filter.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Instance.__type"},{"id":27630,"kind":1024,"name":"description","url":"modules/pleroma_entities_filter.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Instance.__type"},{"id":27631,"kind":1024,"name":"email","url":"modules/pleroma_entities_filter.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Instance.__type"},{"id":27632,"kind":1024,"name":"version","url":"modules/pleroma_entities_filter.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Instance.__type"},{"id":27633,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_filter.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Instance.__type"},{"id":27634,"kind":1024,"name":"urls","url":"modules/pleroma_entities_filter.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Instance.__type"},{"id":27635,"kind":1024,"name":"stats","url":"modules/pleroma_entities_filter.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Instance.__type"},{"id":27636,"kind":1024,"name":"languages","url":"modules/pleroma_entities_filter.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Instance.__type"},{"id":27637,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_filter.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Instance.__type"},{"id":27638,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_filter.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Instance.__type"},{"id":27639,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_filter.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Instance.__type"},{"id":27640,"kind":4194304,"name":"List","url":"modules/pleroma_entities_filter.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27641,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.List"},{"id":27642,"kind":1024,"name":"id","url":"modules/pleroma_entities_filter.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.List.__type"},{"id":27643,"kind":1024,"name":"title","url":"modules/pleroma_entities_filter.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.List.__type"},{"id":27644,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_filter.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27645,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Marker"},{"id":27646,"kind":1024,"name":"home","url":"modules/pleroma_entities_filter.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Marker.__type"},{"id":27647,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Marker.__type"},{"id":27648,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_filter.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Marker.__type.__type"},{"id":27649,"kind":1024,"name":"version","url":"modules/pleroma_entities_filter.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Marker.__type.__type"},{"id":27650,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_filter.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Marker.__type.__type"},{"id":27651,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_filter.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Marker.__type"},{"id":27652,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Marker.__type"},{"id":27653,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_filter.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Marker.__type.__type"},{"id":27654,"kind":1024,"name":"version","url":"modules/pleroma_entities_filter.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Marker.__type.__type"},{"id":27655,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_filter.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Marker.__type.__type"},{"id":27656,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_filter.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27657,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Notification"},{"id":27658,"kind":1024,"name":"account","url":"modules/pleroma_entities_filter.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Notification.__type"},{"id":27659,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_filter.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Notification.__type"},{"id":27660,"kind":1024,"name":"id","url":"modules/pleroma_entities_filter.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Notification.__type"},{"id":27661,"kind":1024,"name":"status","url":"modules/pleroma_entities_filter.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Notification.__type"},{"id":27662,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_filter.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Notification.__type"},{"id":27663,"kind":1024,"name":"type","url":"modules/pleroma_entities_filter.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Notification.__type"},{"id":27664,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_filter.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27665,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_filter.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27666,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Preferences"},{"id":27667,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_filter.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Preferences.__type"},{"id":27668,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_filter.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Preferences.__type"},{"id":27669,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_filter.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Preferences.__type"},{"id":27670,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_filter.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Preferences.__type"},{"id":27671,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_filter.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Preferences.__type"},{"id":27672,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_filter.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27673,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.PushSubscription"},{"id":27674,"kind":1024,"name":"id","url":"modules/pleroma_entities_filter.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.PushSubscription.__type"},{"id":27675,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_filter.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.PushSubscription.__type"},{"id":27676,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_filter.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.PushSubscription.__type"},{"id":27677,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_filter.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.PushSubscription.__type"},{"id":27678,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_filter.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27679,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Relationship"},{"id":27680,"kind":1024,"name":"id","url":"modules/pleroma_entities_filter.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Relationship.__type"},{"id":27681,"kind":1024,"name":"following","url":"modules/pleroma_entities_filter.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Relationship.__type"},{"id":27682,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_filter.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Relationship.__type"},{"id":27683,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_filter.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Relationship.__type"},{"id":27684,"kind":1024,"name":"muting","url":"modules/pleroma_entities_filter.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Relationship.__type"},{"id":27685,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_filter.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Relationship.__type"},{"id":27686,"kind":1024,"name":"requested","url":"modules/pleroma_entities_filter.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Relationship.__type"},{"id":27687,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_filter.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Relationship.__type"},{"id":27688,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_filter.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Relationship.__type"},{"id":27689,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_filter.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Relationship.__type"},{"id":27690,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_filter.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27691,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Report"},{"id":27692,"kind":1024,"name":"id","url":"modules/pleroma_entities_filter.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Report.__type"},{"id":27693,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_filter.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Report.__type"},{"id":27694,"kind":1024,"name":"comment","url":"modules/pleroma_entities_filter.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Report.__type"},{"id":27695,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_filter.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Report.__type"},{"id":27696,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_filter.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Report.__type"},{"id":27697,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_filter.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27698,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Results"},{"id":27699,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_filter.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Results.__type"},{"id":27700,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_filter.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Results.__type"},{"id":27701,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_filter.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Results.__type"},{"id":27702,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_filter.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27703,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.ScheduledStatus"},{"id":27704,"kind":1024,"name":"id","url":"modules/pleroma_entities_filter.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.ScheduledStatus.__type"},{"id":27705,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_filter.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.ScheduledStatus.__type"},{"id":27706,"kind":1024,"name":"params","url":"modules/pleroma_entities_filter.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.ScheduledStatus.__type"},{"id":27707,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_filter.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.ScheduledStatus.__type"},{"id":27708,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_filter.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27709,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.StatusParams"},{"id":27710,"kind":1024,"name":"text","url":"modules/pleroma_entities_filter.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.StatusParams.__type"},{"id":27711,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_filter.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.StatusParams.__type"},{"id":27712,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_filter.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.StatusParams.__type"},{"id":27713,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_filter.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.StatusParams.__type"},{"id":27714,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_filter.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.StatusParams.__type"},{"id":27715,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_filter.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.StatusParams.__type"},{"id":27716,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_filter.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.StatusParams.__type"},{"id":27717,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_filter.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.StatusParams.__type"},{"id":27718,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_filter.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/filter.PleromaEntity"},{"id":27719,"kind":65536,"name":"__type","url":"modules/pleroma_entities_filter.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/filter.PleromaEntity.Token"},{"id":27720,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_filter.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Token.__type"},{"id":27721,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_filter.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Token.__type"},{"id":27722,"kind":1024,"name":"scope","url":"modules/pleroma_entities_filter.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Token.__type"},{"id":27723,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_filter.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/filter.PleromaEntity.Token.__type"},{"id":27724,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_history.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/history"},{"id":27725,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_history.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27726,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Emoji"},{"id":27727,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_history.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Emoji.__type"},{"id":27728,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_history.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Emoji.__type"},{"id":27729,"kind":1024,"name":"url","url":"modules/pleroma_entities_history.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Emoji.__type"},{"id":27730,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_history.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Emoji.__type"},{"id":27731,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_history.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27732,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Source"},{"id":27733,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_history.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Source.__type"},{"id":27734,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_history.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Source.__type"},{"id":27735,"kind":1024,"name":"language","url":"modules/pleroma_entities_history.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Source.__type"},{"id":27736,"kind":1024,"name":"note","url":"modules/pleroma_entities_history.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Source.__type"},{"id":27737,"kind":1024,"name":"fields","url":"modules/pleroma_entities_history.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Source.__type"},{"id":27738,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_history.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27739,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Account"},{"id":27740,"kind":1024,"name":"id","url":"modules/pleroma_entities_history.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Account.__type"},{"id":27741,"kind":1024,"name":"username","url":"modules/pleroma_entities_history.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Account.__type"},{"id":27742,"kind":1024,"name":"acct","url":"modules/pleroma_entities_history.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Account.__type"},{"id":27743,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_history.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Account.__type"},{"id":27744,"kind":1024,"name":"locked","url":"modules/pleroma_entities_history.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Account.__type"},{"id":27745,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_history.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Account.__type"},{"id":27746,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_history.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Account.__type"},{"id":27747,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_history.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Account.__type"},{"id":27748,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_history.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Account.__type"},{"id":27749,"kind":1024,"name":"note","url":"modules/pleroma_entities_history.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Account.__type"},{"id":27750,"kind":1024,"name":"url","url":"modules/pleroma_entities_history.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Account.__type"},{"id":27751,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_history.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Account.__type"},{"id":27752,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_history.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Account.__type"},{"id":27753,"kind":1024,"name":"header","url":"modules/pleroma_entities_history.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Account.__type"},{"id":27754,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_history.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Account.__type"},{"id":27755,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_history.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Account.__type"},{"id":27756,"kind":1024,"name":"moved","url":"modules/pleroma_entities_history.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Account.__type"},{"id":27757,"kind":1024,"name":"fields","url":"modules/pleroma_entities_history.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Account.__type"},{"id":27758,"kind":1024,"name":"bot","url":"modules/pleroma_entities_history.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Account.__type"},{"id":27759,"kind":1024,"name":"source","url":"modules/pleroma_entities_history.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Account.__type"},{"id":27760,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_history.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27761,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Activity"},{"id":27762,"kind":1024,"name":"week","url":"modules/pleroma_entities_history.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Activity.__type"},{"id":27763,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_history.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Activity.__type"},{"id":27764,"kind":1024,"name":"logins","url":"modules/pleroma_entities_history.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Activity.__type"},{"id":27765,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_history.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Activity.__type"},{"id":27766,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_history.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27767,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Application"},{"id":27768,"kind":1024,"name":"name","url":"modules/pleroma_entities_history.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Application.__type"},{"id":27769,"kind":1024,"name":"website","url":"modules/pleroma_entities_history.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Application.__type"},{"id":27770,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_history.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Application.__type"},{"id":27771,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_history.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27772,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Attachment"},{"id":27773,"kind":1024,"name":"id","url":"modules/pleroma_entities_history.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Attachment.__type"},{"id":27774,"kind":1024,"name":"type","url":"modules/pleroma_entities_history.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Attachment.__type"},{"id":27775,"kind":1024,"name":"url","url":"modules/pleroma_entities_history.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Attachment.__type"},{"id":27776,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_history.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Attachment.__type"},{"id":27777,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_history.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Attachment.__type"},{"id":27778,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_history.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Attachment.__type"},{"id":27779,"kind":1024,"name":"meta","url":"modules/pleroma_entities_history.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Attachment.__type"},{"id":27780,"kind":1024,"name":"description","url":"modules/pleroma_entities_history.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Attachment.__type"},{"id":27781,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_history.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27782,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Card"},{"id":27783,"kind":1024,"name":"url","url":"modules/pleroma_entities_history.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Card.__type"},{"id":27784,"kind":1024,"name":"title","url":"modules/pleroma_entities_history.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Card.__type"},{"id":27785,"kind":1024,"name":"description","url":"modules/pleroma_entities_history.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Card.__type"},{"id":27786,"kind":1024,"name":"type","url":"modules/pleroma_entities_history.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Card.__type"},{"id":27787,"kind":1024,"name":"image","url":"modules/pleroma_entities_history.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Card.__type"},{"id":27788,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_history.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Card.__type"},{"id":27789,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_history.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Card.__type"},{"id":27790,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_history.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Card.__type"},{"id":27791,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_history.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Card.__type"},{"id":27792,"kind":1024,"name":"html","url":"modules/pleroma_entities_history.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Card.__type"},{"id":27793,"kind":1024,"name":"width","url":"modules/pleroma_entities_history.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Card.__type"},{"id":27794,"kind":1024,"name":"height","url":"modules/pleroma_entities_history.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Card.__type"},{"id":27795,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_history.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Card.__type"},{"id":27796,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_history.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27797,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Mention"},{"id":27798,"kind":1024,"name":"id","url":"modules/pleroma_entities_history.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Mention.__type"},{"id":27799,"kind":1024,"name":"username","url":"modules/pleroma_entities_history.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Mention.__type"},{"id":27800,"kind":1024,"name":"url","url":"modules/pleroma_entities_history.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Mention.__type"},{"id":27801,"kind":1024,"name":"acct","url":"modules/pleroma_entities_history.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Mention.__type"},{"id":27802,"kind":4194304,"name":"History","url":"modules/pleroma_entities_history.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27803,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.History"},{"id":27804,"kind":1024,"name":"day","url":"modules/pleroma_entities_history.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.History.__type"},{"id":27805,"kind":1024,"name":"uses","url":"modules/pleroma_entities_history.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.History.__type"},{"id":27806,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_history.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.History.__type"},{"id":27807,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_history.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27808,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Tag"},{"id":27809,"kind":1024,"name":"name","url":"modules/pleroma_entities_history.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Tag.__type"},{"id":27810,"kind":1024,"name":"url","url":"modules/pleroma_entities_history.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Tag.__type"},{"id":27811,"kind":1024,"name":"history","url":"modules/pleroma_entities_history.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Tag.__type"},{"id":27812,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_history.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27813,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.PollOption"},{"id":27814,"kind":1024,"name":"title","url":"modules/pleroma_entities_history.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.PollOption.__type"},{"id":27815,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_history.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.PollOption.__type"},{"id":27816,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_history.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27817,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Poll"},{"id":27818,"kind":1024,"name":"id","url":"modules/pleroma_entities_history.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Poll.__type"},{"id":27819,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_history.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Poll.__type"},{"id":27820,"kind":1024,"name":"expired","url":"modules/pleroma_entities_history.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Poll.__type"},{"id":27821,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_history.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Poll.__type"},{"id":27822,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_history.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Poll.__type"},{"id":27823,"kind":1024,"name":"options","url":"modules/pleroma_entities_history.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Poll.__type"},{"id":27824,"kind":1024,"name":"voted","url":"modules/pleroma_entities_history.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Poll.__type"},{"id":27825,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_history.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27826,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Reaction"},{"id":27827,"kind":1024,"name":"count","url":"modules/pleroma_entities_history.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Reaction.__type"},{"id":27828,"kind":1024,"name":"me","url":"modules/pleroma_entities_history.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Reaction.__type"},{"id":27829,"kind":1024,"name":"name","url":"modules/pleroma_entities_history.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Reaction.__type"},{"id":27830,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_history.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Reaction.__type"},{"id":27831,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_history.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27832,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Status"},{"id":27833,"kind":1024,"name":"id","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27834,"kind":1024,"name":"uri","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27835,"kind":1024,"name":"url","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27836,"kind":1024,"name":"account","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27837,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27838,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27839,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27840,"kind":1024,"name":"content","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27841,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27842,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27843,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27844,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27845,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27846,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27847,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27848,"kind":1024,"name":"muted","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27849,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27850,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27851,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27852,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27853,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27854,"kind":1024,"name":"tags","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27855,"kind":1024,"name":"card","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27856,"kind":1024,"name":"poll","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27857,"kind":1024,"name":"application","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27858,"kind":1024,"name":"language","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27859,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27860,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27861,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27862,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type"},{"id":27863,"kind":1024,"name":"context","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type.__type"},{"id":27864,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type.__type"},{"id":27865,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type.__type.__type"},{"id":27866,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type.__type"},{"id":27867,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type.__type"},{"id":27868,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type.__type.__type"},{"id":27869,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type.__type"},{"id":27870,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type.__type"},{"id":27871,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type.__type"},{"id":27872,"kind":1024,"name":"local","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type.__type"},{"id":27873,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_history.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Status.__type.__type"},{"id":27874,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_history.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27875,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Context"},{"id":27876,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_history.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Context.__type"},{"id":27877,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_history.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Context.__type"},{"id":27878,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_history.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27879,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Conversation"},{"id":27880,"kind":1024,"name":"id","url":"modules/pleroma_entities_history.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Conversation.__type"},{"id":27881,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_history.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Conversation.__type"},{"id":27882,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_history.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Conversation.__type"},{"id":27883,"kind":1024,"name":"unread","url":"modules/pleroma_entities_history.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Conversation.__type"},{"id":27884,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_history.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27885,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.FeaturedTag"},{"id":27886,"kind":1024,"name":"id","url":"modules/pleroma_entities_history.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.FeaturedTag.__type"},{"id":27887,"kind":1024,"name":"name","url":"modules/pleroma_entities_history.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.FeaturedTag.__type"},{"id":27888,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_history.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.FeaturedTag.__type"},{"id":27889,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_history.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.FeaturedTag.__type"},{"id":27890,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_history.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27891,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Field"},{"id":27892,"kind":1024,"name":"name","url":"modules/pleroma_entities_history.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Field.__type"},{"id":27893,"kind":1024,"name":"value","url":"modules/pleroma_entities_history.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Field.__type"},{"id":27894,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_history.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Field.__type"},{"id":27895,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_history.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27896,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Filter"},{"id":27897,"kind":1024,"name":"id","url":"modules/pleroma_entities_history.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Filter.__type"},{"id":27898,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_history.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Filter.__type"},{"id":27899,"kind":1024,"name":"context","url":"modules/pleroma_entities_history.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Filter.__type"},{"id":27900,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_history.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Filter.__type"},{"id":27901,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_history.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Filter.__type"},{"id":27902,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_history.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Filter.__type"},{"id":27903,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_history.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27904,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.IdentityProof"},{"id":27905,"kind":1024,"name":"provider","url":"modules/pleroma_entities_history.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.IdentityProof.__type"},{"id":27906,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_history.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.IdentityProof.__type"},{"id":27907,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_history.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.IdentityProof.__type"},{"id":27908,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_history.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.IdentityProof.__type"},{"id":27909,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_history.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.IdentityProof.__type"},{"id":27910,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_history.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27911,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.URLs"},{"id":27912,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_history.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.URLs.__type"},{"id":27913,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_history.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27914,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Stats"},{"id":27915,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_history.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Stats.__type"},{"id":27916,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_history.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Stats.__type"},{"id":27917,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_history.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Stats.__type"},{"id":27918,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_history.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27919,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Instance"},{"id":27920,"kind":1024,"name":"uri","url":"modules/pleroma_entities_history.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Instance.__type"},{"id":27921,"kind":1024,"name":"title","url":"modules/pleroma_entities_history.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Instance.__type"},{"id":27922,"kind":1024,"name":"description","url":"modules/pleroma_entities_history.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Instance.__type"},{"id":27923,"kind":1024,"name":"email","url":"modules/pleroma_entities_history.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Instance.__type"},{"id":27924,"kind":1024,"name":"version","url":"modules/pleroma_entities_history.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Instance.__type"},{"id":27925,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_history.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Instance.__type"},{"id":27926,"kind":1024,"name":"urls","url":"modules/pleroma_entities_history.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Instance.__type"},{"id":27927,"kind":1024,"name":"stats","url":"modules/pleroma_entities_history.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Instance.__type"},{"id":27928,"kind":1024,"name":"languages","url":"modules/pleroma_entities_history.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Instance.__type"},{"id":27929,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_history.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Instance.__type"},{"id":27930,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_history.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Instance.__type"},{"id":27931,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_history.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Instance.__type"},{"id":27932,"kind":4194304,"name":"List","url":"modules/pleroma_entities_history.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27933,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.List"},{"id":27934,"kind":1024,"name":"id","url":"modules/pleroma_entities_history.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.List.__type"},{"id":27935,"kind":1024,"name":"title","url":"modules/pleroma_entities_history.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.List.__type"},{"id":27936,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_history.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27937,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Marker"},{"id":27938,"kind":1024,"name":"home","url":"modules/pleroma_entities_history.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Marker.__type"},{"id":27939,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Marker.__type"},{"id":27940,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_history.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Marker.__type.__type"},{"id":27941,"kind":1024,"name":"version","url":"modules/pleroma_entities_history.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Marker.__type.__type"},{"id":27942,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_history.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Marker.__type.__type"},{"id":27943,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_history.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Marker.__type"},{"id":27944,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Marker.__type"},{"id":27945,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_history.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Marker.__type.__type"},{"id":27946,"kind":1024,"name":"version","url":"modules/pleroma_entities_history.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Marker.__type.__type"},{"id":27947,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_history.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Marker.__type.__type"},{"id":27948,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_history.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27949,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Notification"},{"id":27950,"kind":1024,"name":"account","url":"modules/pleroma_entities_history.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Notification.__type"},{"id":27951,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_history.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Notification.__type"},{"id":27952,"kind":1024,"name":"id","url":"modules/pleroma_entities_history.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Notification.__type"},{"id":27953,"kind":1024,"name":"status","url":"modules/pleroma_entities_history.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Notification.__type"},{"id":27954,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_history.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Notification.__type"},{"id":27955,"kind":1024,"name":"type","url":"modules/pleroma_entities_history.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Notification.__type"},{"id":27956,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_history.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27957,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_history.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27958,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Preferences"},{"id":27959,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_history.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Preferences.__type"},{"id":27960,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_history.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Preferences.__type"},{"id":27961,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_history.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Preferences.__type"},{"id":27962,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_history.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Preferences.__type"},{"id":27963,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_history.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Preferences.__type"},{"id":27964,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_history.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27965,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.PushSubscription"},{"id":27966,"kind":1024,"name":"id","url":"modules/pleroma_entities_history.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.PushSubscription.__type"},{"id":27967,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_history.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.PushSubscription.__type"},{"id":27968,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_history.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.PushSubscription.__type"},{"id":27969,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_history.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.PushSubscription.__type"},{"id":27970,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_history.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27971,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Relationship"},{"id":27972,"kind":1024,"name":"id","url":"modules/pleroma_entities_history.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Relationship.__type"},{"id":27973,"kind":1024,"name":"following","url":"modules/pleroma_entities_history.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Relationship.__type"},{"id":27974,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_history.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Relationship.__type"},{"id":27975,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_history.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Relationship.__type"},{"id":27976,"kind":1024,"name":"muting","url":"modules/pleroma_entities_history.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Relationship.__type"},{"id":27977,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_history.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Relationship.__type"},{"id":27978,"kind":1024,"name":"requested","url":"modules/pleroma_entities_history.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Relationship.__type"},{"id":27979,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_history.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Relationship.__type"},{"id":27980,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_history.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Relationship.__type"},{"id":27981,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_history.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Relationship.__type"},{"id":27982,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_history.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27983,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Report"},{"id":27984,"kind":1024,"name":"id","url":"modules/pleroma_entities_history.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Report.__type"},{"id":27985,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_history.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Report.__type"},{"id":27986,"kind":1024,"name":"comment","url":"modules/pleroma_entities_history.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Report.__type"},{"id":27987,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_history.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Report.__type"},{"id":27988,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_history.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Report.__type"},{"id":27989,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_history.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27990,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Results"},{"id":27991,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_history.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Results.__type"},{"id":27992,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_history.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Results.__type"},{"id":27993,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_history.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Results.__type"},{"id":27994,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_history.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":27995,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.ScheduledStatus"},{"id":27996,"kind":1024,"name":"id","url":"modules/pleroma_entities_history.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.ScheduledStatus.__type"},{"id":27997,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_history.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.ScheduledStatus.__type"},{"id":27998,"kind":1024,"name":"params","url":"modules/pleroma_entities_history.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.ScheduledStatus.__type"},{"id":27999,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_history.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.ScheduledStatus.__type"},{"id":28000,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_history.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":28001,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.StatusParams"},{"id":28002,"kind":1024,"name":"text","url":"modules/pleroma_entities_history.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.StatusParams.__type"},{"id":28003,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_history.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.StatusParams.__type"},{"id":28004,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_history.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.StatusParams.__type"},{"id":28005,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_history.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.StatusParams.__type"},{"id":28006,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_history.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.StatusParams.__type"},{"id":28007,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_history.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.StatusParams.__type"},{"id":28008,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_history.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.StatusParams.__type"},{"id":28009,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_history.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.StatusParams.__type"},{"id":28010,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_history.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/history.PleromaEntity"},{"id":28011,"kind":65536,"name":"__type","url":"modules/pleroma_entities_history.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/history.PleromaEntity.Token"},{"id":28012,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_history.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Token.__type"},{"id":28013,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_history.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Token.__type"},{"id":28014,"kind":1024,"name":"scope","url":"modules/pleroma_entities_history.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Token.__type"},{"id":28015,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_history.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/history.PleromaEntity.Token.__type"},{"id":28016,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_identity_proof.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/identity_proof"},{"id":28017,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28018,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Emoji"},{"id":28019,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Emoji.__type"},{"id":28020,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Emoji.__type"},{"id":28021,"kind":1024,"name":"url","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Emoji.__type"},{"id":28022,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Emoji.__type"},{"id":28023,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28024,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Source"},{"id":28025,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Source.__type"},{"id":28026,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Source.__type"},{"id":28027,"kind":1024,"name":"language","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Source.__type"},{"id":28028,"kind":1024,"name":"note","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Source.__type"},{"id":28029,"kind":1024,"name":"fields","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Source.__type"},{"id":28030,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28031,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Account"},{"id":28032,"kind":1024,"name":"id","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Account.__type"},{"id":28033,"kind":1024,"name":"username","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Account.__type"},{"id":28034,"kind":1024,"name":"acct","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Account.__type"},{"id":28035,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Account.__type"},{"id":28036,"kind":1024,"name":"locked","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Account.__type"},{"id":28037,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Account.__type"},{"id":28038,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Account.__type"},{"id":28039,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Account.__type"},{"id":28040,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Account.__type"},{"id":28041,"kind":1024,"name":"note","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Account.__type"},{"id":28042,"kind":1024,"name":"url","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Account.__type"},{"id":28043,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Account.__type"},{"id":28044,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Account.__type"},{"id":28045,"kind":1024,"name":"header","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Account.__type"},{"id":28046,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Account.__type"},{"id":28047,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Account.__type"},{"id":28048,"kind":1024,"name":"moved","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Account.__type"},{"id":28049,"kind":1024,"name":"fields","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Account.__type"},{"id":28050,"kind":1024,"name":"bot","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Account.__type"},{"id":28051,"kind":1024,"name":"source","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Account.__type"},{"id":28052,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28053,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Activity"},{"id":28054,"kind":1024,"name":"week","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Activity.__type"},{"id":28055,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Activity.__type"},{"id":28056,"kind":1024,"name":"logins","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Activity.__type"},{"id":28057,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Activity.__type"},{"id":28058,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28059,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Application"},{"id":28060,"kind":1024,"name":"name","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Application.__type"},{"id":28061,"kind":1024,"name":"website","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Application.__type"},{"id":28062,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Application.__type"},{"id":28063,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28064,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Attachment"},{"id":28065,"kind":1024,"name":"id","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Attachment.__type"},{"id":28066,"kind":1024,"name":"type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Attachment.__type"},{"id":28067,"kind":1024,"name":"url","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Attachment.__type"},{"id":28068,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Attachment.__type"},{"id":28069,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Attachment.__type"},{"id":28070,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Attachment.__type"},{"id":28071,"kind":1024,"name":"meta","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Attachment.__type"},{"id":28072,"kind":1024,"name":"description","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Attachment.__type"},{"id":28073,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28074,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Card"},{"id":28075,"kind":1024,"name":"url","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Card.__type"},{"id":28076,"kind":1024,"name":"title","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Card.__type"},{"id":28077,"kind":1024,"name":"description","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Card.__type"},{"id":28078,"kind":1024,"name":"type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Card.__type"},{"id":28079,"kind":1024,"name":"image","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Card.__type"},{"id":28080,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Card.__type"},{"id":28081,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Card.__type"},{"id":28082,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Card.__type"},{"id":28083,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Card.__type"},{"id":28084,"kind":1024,"name":"html","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Card.__type"},{"id":28085,"kind":1024,"name":"width","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Card.__type"},{"id":28086,"kind":1024,"name":"height","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Card.__type"},{"id":28087,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Card.__type"},{"id":28088,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28089,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Mention"},{"id":28090,"kind":1024,"name":"id","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Mention.__type"},{"id":28091,"kind":1024,"name":"username","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Mention.__type"},{"id":28092,"kind":1024,"name":"url","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Mention.__type"},{"id":28093,"kind":1024,"name":"acct","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Mention.__type"},{"id":28094,"kind":4194304,"name":"History","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28095,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.History"},{"id":28096,"kind":1024,"name":"day","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.History.__type"},{"id":28097,"kind":1024,"name":"uses","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.History.__type"},{"id":28098,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.History.__type"},{"id":28099,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28100,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Tag"},{"id":28101,"kind":1024,"name":"name","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Tag.__type"},{"id":28102,"kind":1024,"name":"url","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Tag.__type"},{"id":28103,"kind":1024,"name":"history","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Tag.__type"},{"id":28104,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28105,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.PollOption"},{"id":28106,"kind":1024,"name":"title","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.PollOption.__type"},{"id":28107,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.PollOption.__type"},{"id":28108,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28109,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Poll"},{"id":28110,"kind":1024,"name":"id","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Poll.__type"},{"id":28111,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Poll.__type"},{"id":28112,"kind":1024,"name":"expired","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Poll.__type"},{"id":28113,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Poll.__type"},{"id":28114,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Poll.__type"},{"id":28115,"kind":1024,"name":"options","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Poll.__type"},{"id":28116,"kind":1024,"name":"voted","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Poll.__type"},{"id":28117,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28118,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Reaction"},{"id":28119,"kind":1024,"name":"count","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Reaction.__type"},{"id":28120,"kind":1024,"name":"me","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Reaction.__type"},{"id":28121,"kind":1024,"name":"name","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Reaction.__type"},{"id":28122,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Reaction.__type"},{"id":28123,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28124,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Status"},{"id":28125,"kind":1024,"name":"id","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28126,"kind":1024,"name":"uri","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28127,"kind":1024,"name":"url","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28128,"kind":1024,"name":"account","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28129,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28130,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28131,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28132,"kind":1024,"name":"content","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28133,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28134,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28135,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28136,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28137,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28138,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28139,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28140,"kind":1024,"name":"muted","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28141,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28142,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28143,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28144,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28145,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28146,"kind":1024,"name":"tags","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28147,"kind":1024,"name":"card","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28148,"kind":1024,"name":"poll","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28149,"kind":1024,"name":"application","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28150,"kind":1024,"name":"language","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28151,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28152,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28153,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28154,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type"},{"id":28155,"kind":1024,"name":"context","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type.__type"},{"id":28156,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type.__type"},{"id":28157,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type.__type.__type"},{"id":28158,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type.__type"},{"id":28159,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type.__type"},{"id":28160,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type.__type.__type"},{"id":28161,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type.__type"},{"id":28162,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type.__type"},{"id":28163,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type.__type"},{"id":28164,"kind":1024,"name":"local","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type.__type"},{"id":28165,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Status.__type.__type"},{"id":28166,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28167,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Context"},{"id":28168,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Context.__type"},{"id":28169,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Context.__type"},{"id":28170,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28171,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Conversation"},{"id":28172,"kind":1024,"name":"id","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Conversation.__type"},{"id":28173,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Conversation.__type"},{"id":28174,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Conversation.__type"},{"id":28175,"kind":1024,"name":"unread","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Conversation.__type"},{"id":28176,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28177,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.FeaturedTag"},{"id":28178,"kind":1024,"name":"id","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.FeaturedTag.__type"},{"id":28179,"kind":1024,"name":"name","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.FeaturedTag.__type"},{"id":28180,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.FeaturedTag.__type"},{"id":28181,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.FeaturedTag.__type"},{"id":28182,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28183,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Field"},{"id":28184,"kind":1024,"name":"name","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Field.__type"},{"id":28185,"kind":1024,"name":"value","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Field.__type"},{"id":28186,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Field.__type"},{"id":28187,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28188,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Filter"},{"id":28189,"kind":1024,"name":"id","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Filter.__type"},{"id":28190,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Filter.__type"},{"id":28191,"kind":1024,"name":"context","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Filter.__type"},{"id":28192,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Filter.__type"},{"id":28193,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Filter.__type"},{"id":28194,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Filter.__type"},{"id":28195,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28196,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.IdentityProof"},{"id":28197,"kind":1024,"name":"provider","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.IdentityProof.__type"},{"id":28198,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.IdentityProof.__type"},{"id":28199,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.IdentityProof.__type"},{"id":28200,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.IdentityProof.__type"},{"id":28201,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.IdentityProof.__type"},{"id":28202,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28203,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.URLs"},{"id":28204,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.URLs.__type"},{"id":28205,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28206,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Stats"},{"id":28207,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Stats.__type"},{"id":28208,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Stats.__type"},{"id":28209,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Stats.__type"},{"id":28210,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28211,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Instance"},{"id":28212,"kind":1024,"name":"uri","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Instance.__type"},{"id":28213,"kind":1024,"name":"title","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Instance.__type"},{"id":28214,"kind":1024,"name":"description","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Instance.__type"},{"id":28215,"kind":1024,"name":"email","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Instance.__type"},{"id":28216,"kind":1024,"name":"version","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Instance.__type"},{"id":28217,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Instance.__type"},{"id":28218,"kind":1024,"name":"urls","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Instance.__type"},{"id":28219,"kind":1024,"name":"stats","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Instance.__type"},{"id":28220,"kind":1024,"name":"languages","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Instance.__type"},{"id":28221,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Instance.__type"},{"id":28222,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Instance.__type"},{"id":28223,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Instance.__type"},{"id":28224,"kind":4194304,"name":"List","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28225,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.List"},{"id":28226,"kind":1024,"name":"id","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.List.__type"},{"id":28227,"kind":1024,"name":"title","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.List.__type"},{"id":28228,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28229,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Marker"},{"id":28230,"kind":1024,"name":"home","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Marker.__type"},{"id":28231,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Marker.__type"},{"id":28232,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Marker.__type.__type"},{"id":28233,"kind":1024,"name":"version","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Marker.__type.__type"},{"id":28234,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Marker.__type.__type"},{"id":28235,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Marker.__type"},{"id":28236,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Marker.__type"},{"id":28237,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Marker.__type.__type"},{"id":28238,"kind":1024,"name":"version","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Marker.__type.__type"},{"id":28239,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Marker.__type.__type"},{"id":28240,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28241,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Notification"},{"id":28242,"kind":1024,"name":"account","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Notification.__type"},{"id":28243,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Notification.__type"},{"id":28244,"kind":1024,"name":"id","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Notification.__type"},{"id":28245,"kind":1024,"name":"status","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Notification.__type"},{"id":28246,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Notification.__type"},{"id":28247,"kind":1024,"name":"type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Notification.__type"},{"id":28248,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28249,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28250,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Preferences"},{"id":28251,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Preferences.__type"},{"id":28252,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Preferences.__type"},{"id":28253,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Preferences.__type"},{"id":28254,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Preferences.__type"},{"id":28255,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Preferences.__type"},{"id":28256,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28257,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.PushSubscription"},{"id":28258,"kind":1024,"name":"id","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.PushSubscription.__type"},{"id":28259,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.PushSubscription.__type"},{"id":28260,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.PushSubscription.__type"},{"id":28261,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.PushSubscription.__type"},{"id":28262,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28263,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Relationship"},{"id":28264,"kind":1024,"name":"id","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Relationship.__type"},{"id":28265,"kind":1024,"name":"following","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Relationship.__type"},{"id":28266,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Relationship.__type"},{"id":28267,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Relationship.__type"},{"id":28268,"kind":1024,"name":"muting","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Relationship.__type"},{"id":28269,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Relationship.__type"},{"id":28270,"kind":1024,"name":"requested","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Relationship.__type"},{"id":28271,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Relationship.__type"},{"id":28272,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Relationship.__type"},{"id":28273,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Relationship.__type"},{"id":28274,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28275,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Report"},{"id":28276,"kind":1024,"name":"id","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Report.__type"},{"id":28277,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Report.__type"},{"id":28278,"kind":1024,"name":"comment","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Report.__type"},{"id":28279,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Report.__type"},{"id":28280,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Report.__type"},{"id":28281,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28282,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Results"},{"id":28283,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Results.__type"},{"id":28284,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Results.__type"},{"id":28285,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Results.__type"},{"id":28286,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28287,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.ScheduledStatus"},{"id":28288,"kind":1024,"name":"id","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.ScheduledStatus.__type"},{"id":28289,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.ScheduledStatus.__type"},{"id":28290,"kind":1024,"name":"params","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.ScheduledStatus.__type"},{"id":28291,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.ScheduledStatus.__type"},{"id":28292,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28293,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.StatusParams"},{"id":28294,"kind":1024,"name":"text","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.StatusParams.__type"},{"id":28295,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.StatusParams.__type"},{"id":28296,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.StatusParams.__type"},{"id":28297,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.StatusParams.__type"},{"id":28298,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.StatusParams.__type"},{"id":28299,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.StatusParams.__type"},{"id":28300,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.StatusParams.__type"},{"id":28301,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.StatusParams.__type"},{"id":28302,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/identity_proof.PleromaEntity"},{"id":28303,"kind":65536,"name":"__type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/identity_proof.PleromaEntity.Token"},{"id":28304,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Token.__type"},{"id":28305,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Token.__type"},{"id":28306,"kind":1024,"name":"scope","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Token.__type"},{"id":28307,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_identity_proof.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/identity_proof.PleromaEntity.Token.__type"},{"id":28308,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_instance.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/instance"},{"id":28309,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_instance.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28310,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Emoji"},{"id":28311,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_instance.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Emoji.__type"},{"id":28312,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_instance.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Emoji.__type"},{"id":28313,"kind":1024,"name":"url","url":"modules/pleroma_entities_instance.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Emoji.__type"},{"id":28314,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_instance.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Emoji.__type"},{"id":28315,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_instance.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28316,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Source"},{"id":28317,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_instance.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Source.__type"},{"id":28318,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_instance.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Source.__type"},{"id":28319,"kind":1024,"name":"language","url":"modules/pleroma_entities_instance.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Source.__type"},{"id":28320,"kind":1024,"name":"note","url":"modules/pleroma_entities_instance.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Source.__type"},{"id":28321,"kind":1024,"name":"fields","url":"modules/pleroma_entities_instance.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Source.__type"},{"id":28322,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_instance.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28323,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Account"},{"id":28324,"kind":1024,"name":"id","url":"modules/pleroma_entities_instance.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Account.__type"},{"id":28325,"kind":1024,"name":"username","url":"modules/pleroma_entities_instance.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Account.__type"},{"id":28326,"kind":1024,"name":"acct","url":"modules/pleroma_entities_instance.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Account.__type"},{"id":28327,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_instance.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Account.__type"},{"id":28328,"kind":1024,"name":"locked","url":"modules/pleroma_entities_instance.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Account.__type"},{"id":28329,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_instance.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Account.__type"},{"id":28330,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_instance.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Account.__type"},{"id":28331,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_instance.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Account.__type"},{"id":28332,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_instance.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Account.__type"},{"id":28333,"kind":1024,"name":"note","url":"modules/pleroma_entities_instance.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Account.__type"},{"id":28334,"kind":1024,"name":"url","url":"modules/pleroma_entities_instance.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Account.__type"},{"id":28335,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_instance.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Account.__type"},{"id":28336,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_instance.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Account.__type"},{"id":28337,"kind":1024,"name":"header","url":"modules/pleroma_entities_instance.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Account.__type"},{"id":28338,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_instance.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Account.__type"},{"id":28339,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_instance.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Account.__type"},{"id":28340,"kind":1024,"name":"moved","url":"modules/pleroma_entities_instance.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Account.__type"},{"id":28341,"kind":1024,"name":"fields","url":"modules/pleroma_entities_instance.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Account.__type"},{"id":28342,"kind":1024,"name":"bot","url":"modules/pleroma_entities_instance.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Account.__type"},{"id":28343,"kind":1024,"name":"source","url":"modules/pleroma_entities_instance.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Account.__type"},{"id":28344,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_instance.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28345,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Activity"},{"id":28346,"kind":1024,"name":"week","url":"modules/pleroma_entities_instance.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Activity.__type"},{"id":28347,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_instance.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Activity.__type"},{"id":28348,"kind":1024,"name":"logins","url":"modules/pleroma_entities_instance.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Activity.__type"},{"id":28349,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_instance.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Activity.__type"},{"id":28350,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_instance.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28351,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Application"},{"id":28352,"kind":1024,"name":"name","url":"modules/pleroma_entities_instance.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Application.__type"},{"id":28353,"kind":1024,"name":"website","url":"modules/pleroma_entities_instance.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Application.__type"},{"id":28354,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_instance.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Application.__type"},{"id":28355,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_instance.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28356,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Attachment"},{"id":28357,"kind":1024,"name":"id","url":"modules/pleroma_entities_instance.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Attachment.__type"},{"id":28358,"kind":1024,"name":"type","url":"modules/pleroma_entities_instance.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Attachment.__type"},{"id":28359,"kind":1024,"name":"url","url":"modules/pleroma_entities_instance.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Attachment.__type"},{"id":28360,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_instance.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Attachment.__type"},{"id":28361,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_instance.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Attachment.__type"},{"id":28362,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_instance.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Attachment.__type"},{"id":28363,"kind":1024,"name":"meta","url":"modules/pleroma_entities_instance.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Attachment.__type"},{"id":28364,"kind":1024,"name":"description","url":"modules/pleroma_entities_instance.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Attachment.__type"},{"id":28365,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_instance.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28366,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Card"},{"id":28367,"kind":1024,"name":"url","url":"modules/pleroma_entities_instance.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Card.__type"},{"id":28368,"kind":1024,"name":"title","url":"modules/pleroma_entities_instance.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Card.__type"},{"id":28369,"kind":1024,"name":"description","url":"modules/pleroma_entities_instance.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Card.__type"},{"id":28370,"kind":1024,"name":"type","url":"modules/pleroma_entities_instance.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Card.__type"},{"id":28371,"kind":1024,"name":"image","url":"modules/pleroma_entities_instance.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Card.__type"},{"id":28372,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_instance.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Card.__type"},{"id":28373,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_instance.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Card.__type"},{"id":28374,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_instance.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Card.__type"},{"id":28375,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_instance.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Card.__type"},{"id":28376,"kind":1024,"name":"html","url":"modules/pleroma_entities_instance.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Card.__type"},{"id":28377,"kind":1024,"name":"width","url":"modules/pleroma_entities_instance.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Card.__type"},{"id":28378,"kind":1024,"name":"height","url":"modules/pleroma_entities_instance.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Card.__type"},{"id":28379,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_instance.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Card.__type"},{"id":28380,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_instance.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28381,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Mention"},{"id":28382,"kind":1024,"name":"id","url":"modules/pleroma_entities_instance.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Mention.__type"},{"id":28383,"kind":1024,"name":"username","url":"modules/pleroma_entities_instance.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Mention.__type"},{"id":28384,"kind":1024,"name":"url","url":"modules/pleroma_entities_instance.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Mention.__type"},{"id":28385,"kind":1024,"name":"acct","url":"modules/pleroma_entities_instance.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Mention.__type"},{"id":28386,"kind":4194304,"name":"History","url":"modules/pleroma_entities_instance.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28387,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.History"},{"id":28388,"kind":1024,"name":"day","url":"modules/pleroma_entities_instance.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.History.__type"},{"id":28389,"kind":1024,"name":"uses","url":"modules/pleroma_entities_instance.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.History.__type"},{"id":28390,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_instance.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.History.__type"},{"id":28391,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_instance.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28392,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Tag"},{"id":28393,"kind":1024,"name":"name","url":"modules/pleroma_entities_instance.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Tag.__type"},{"id":28394,"kind":1024,"name":"url","url":"modules/pleroma_entities_instance.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Tag.__type"},{"id":28395,"kind":1024,"name":"history","url":"modules/pleroma_entities_instance.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Tag.__type"},{"id":28396,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_instance.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28397,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.PollOption"},{"id":28398,"kind":1024,"name":"title","url":"modules/pleroma_entities_instance.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.PollOption.__type"},{"id":28399,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_instance.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.PollOption.__type"},{"id":28400,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_instance.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28401,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Poll"},{"id":28402,"kind":1024,"name":"id","url":"modules/pleroma_entities_instance.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Poll.__type"},{"id":28403,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_instance.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Poll.__type"},{"id":28404,"kind":1024,"name":"expired","url":"modules/pleroma_entities_instance.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Poll.__type"},{"id":28405,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_instance.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Poll.__type"},{"id":28406,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_instance.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Poll.__type"},{"id":28407,"kind":1024,"name":"options","url":"modules/pleroma_entities_instance.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Poll.__type"},{"id":28408,"kind":1024,"name":"voted","url":"modules/pleroma_entities_instance.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Poll.__type"},{"id":28409,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_instance.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28410,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Reaction"},{"id":28411,"kind":1024,"name":"count","url":"modules/pleroma_entities_instance.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Reaction.__type"},{"id":28412,"kind":1024,"name":"me","url":"modules/pleroma_entities_instance.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Reaction.__type"},{"id":28413,"kind":1024,"name":"name","url":"modules/pleroma_entities_instance.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Reaction.__type"},{"id":28414,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_instance.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Reaction.__type"},{"id":28415,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28416,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Status"},{"id":28417,"kind":1024,"name":"id","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28418,"kind":1024,"name":"uri","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28419,"kind":1024,"name":"url","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28420,"kind":1024,"name":"account","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28421,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28422,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28423,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28424,"kind":1024,"name":"content","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28425,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28426,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28427,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28428,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28429,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28430,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28431,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28432,"kind":1024,"name":"muted","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28433,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28434,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28435,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28436,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28437,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28438,"kind":1024,"name":"tags","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28439,"kind":1024,"name":"card","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28440,"kind":1024,"name":"poll","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28441,"kind":1024,"name":"application","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28442,"kind":1024,"name":"language","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28443,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28444,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28445,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28446,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type"},{"id":28447,"kind":1024,"name":"context","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type.__type"},{"id":28448,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type.__type"},{"id":28449,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type.__type.__type"},{"id":28450,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type.__type"},{"id":28451,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type.__type"},{"id":28452,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type.__type.__type"},{"id":28453,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type.__type"},{"id":28454,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type.__type"},{"id":28455,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type.__type"},{"id":28456,"kind":1024,"name":"local","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type.__type"},{"id":28457,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_instance.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Status.__type.__type"},{"id":28458,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_instance.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28459,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Context"},{"id":28460,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_instance.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Context.__type"},{"id":28461,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_instance.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Context.__type"},{"id":28462,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_instance.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28463,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Conversation"},{"id":28464,"kind":1024,"name":"id","url":"modules/pleroma_entities_instance.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Conversation.__type"},{"id":28465,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_instance.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Conversation.__type"},{"id":28466,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_instance.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Conversation.__type"},{"id":28467,"kind":1024,"name":"unread","url":"modules/pleroma_entities_instance.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Conversation.__type"},{"id":28468,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_instance.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28469,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.FeaturedTag"},{"id":28470,"kind":1024,"name":"id","url":"modules/pleroma_entities_instance.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.FeaturedTag.__type"},{"id":28471,"kind":1024,"name":"name","url":"modules/pleroma_entities_instance.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.FeaturedTag.__type"},{"id":28472,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_instance.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.FeaturedTag.__type"},{"id":28473,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_instance.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.FeaturedTag.__type"},{"id":28474,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_instance.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28475,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Field"},{"id":28476,"kind":1024,"name":"name","url":"modules/pleroma_entities_instance.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Field.__type"},{"id":28477,"kind":1024,"name":"value","url":"modules/pleroma_entities_instance.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Field.__type"},{"id":28478,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_instance.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Field.__type"},{"id":28479,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_instance.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28480,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Filter"},{"id":28481,"kind":1024,"name":"id","url":"modules/pleroma_entities_instance.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Filter.__type"},{"id":28482,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_instance.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Filter.__type"},{"id":28483,"kind":1024,"name":"context","url":"modules/pleroma_entities_instance.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Filter.__type"},{"id":28484,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_instance.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Filter.__type"},{"id":28485,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_instance.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Filter.__type"},{"id":28486,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_instance.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Filter.__type"},{"id":28487,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_instance.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28488,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.IdentityProof"},{"id":28489,"kind":1024,"name":"provider","url":"modules/pleroma_entities_instance.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.IdentityProof.__type"},{"id":28490,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_instance.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.IdentityProof.__type"},{"id":28491,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_instance.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.IdentityProof.__type"},{"id":28492,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_instance.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.IdentityProof.__type"},{"id":28493,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_instance.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.IdentityProof.__type"},{"id":28494,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_instance.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28495,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.URLs"},{"id":28496,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_instance.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.URLs.__type"},{"id":28497,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_instance.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28498,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Stats"},{"id":28499,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_instance.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Stats.__type"},{"id":28500,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_instance.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Stats.__type"},{"id":28501,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_instance.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Stats.__type"},{"id":28502,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_instance.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28503,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Instance"},{"id":28504,"kind":1024,"name":"uri","url":"modules/pleroma_entities_instance.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Instance.__type"},{"id":28505,"kind":1024,"name":"title","url":"modules/pleroma_entities_instance.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Instance.__type"},{"id":28506,"kind":1024,"name":"description","url":"modules/pleroma_entities_instance.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Instance.__type"},{"id":28507,"kind":1024,"name":"email","url":"modules/pleroma_entities_instance.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Instance.__type"},{"id":28508,"kind":1024,"name":"version","url":"modules/pleroma_entities_instance.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Instance.__type"},{"id":28509,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_instance.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Instance.__type"},{"id":28510,"kind":1024,"name":"urls","url":"modules/pleroma_entities_instance.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Instance.__type"},{"id":28511,"kind":1024,"name":"stats","url":"modules/pleroma_entities_instance.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Instance.__type"},{"id":28512,"kind":1024,"name":"languages","url":"modules/pleroma_entities_instance.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Instance.__type"},{"id":28513,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_instance.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Instance.__type"},{"id":28514,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_instance.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Instance.__type"},{"id":28515,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_instance.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Instance.__type"},{"id":28516,"kind":4194304,"name":"List","url":"modules/pleroma_entities_instance.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28517,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.List"},{"id":28518,"kind":1024,"name":"id","url":"modules/pleroma_entities_instance.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.List.__type"},{"id":28519,"kind":1024,"name":"title","url":"modules/pleroma_entities_instance.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.List.__type"},{"id":28520,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_instance.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28521,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Marker"},{"id":28522,"kind":1024,"name":"home","url":"modules/pleroma_entities_instance.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Marker.__type"},{"id":28523,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Marker.__type"},{"id":28524,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_instance.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Marker.__type.__type"},{"id":28525,"kind":1024,"name":"version","url":"modules/pleroma_entities_instance.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Marker.__type.__type"},{"id":28526,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_instance.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Marker.__type.__type"},{"id":28527,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_instance.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Marker.__type"},{"id":28528,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Marker.__type"},{"id":28529,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_instance.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Marker.__type.__type"},{"id":28530,"kind":1024,"name":"version","url":"modules/pleroma_entities_instance.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Marker.__type.__type"},{"id":28531,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_instance.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Marker.__type.__type"},{"id":28532,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_instance.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28533,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Notification"},{"id":28534,"kind":1024,"name":"account","url":"modules/pleroma_entities_instance.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Notification.__type"},{"id":28535,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_instance.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Notification.__type"},{"id":28536,"kind":1024,"name":"id","url":"modules/pleroma_entities_instance.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Notification.__type"},{"id":28537,"kind":1024,"name":"status","url":"modules/pleroma_entities_instance.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Notification.__type"},{"id":28538,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_instance.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Notification.__type"},{"id":28539,"kind":1024,"name":"type","url":"modules/pleroma_entities_instance.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Notification.__type"},{"id":28540,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_instance.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28541,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_instance.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28542,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Preferences"},{"id":28543,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_instance.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Preferences.__type"},{"id":28544,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_instance.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Preferences.__type"},{"id":28545,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_instance.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Preferences.__type"},{"id":28546,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_instance.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Preferences.__type"},{"id":28547,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_instance.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Preferences.__type"},{"id":28548,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_instance.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28549,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.PushSubscription"},{"id":28550,"kind":1024,"name":"id","url":"modules/pleroma_entities_instance.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.PushSubscription.__type"},{"id":28551,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_instance.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.PushSubscription.__type"},{"id":28552,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_instance.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.PushSubscription.__type"},{"id":28553,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_instance.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.PushSubscription.__type"},{"id":28554,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_instance.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28555,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Relationship"},{"id":28556,"kind":1024,"name":"id","url":"modules/pleroma_entities_instance.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Relationship.__type"},{"id":28557,"kind":1024,"name":"following","url":"modules/pleroma_entities_instance.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Relationship.__type"},{"id":28558,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_instance.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Relationship.__type"},{"id":28559,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_instance.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Relationship.__type"},{"id":28560,"kind":1024,"name":"muting","url":"modules/pleroma_entities_instance.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Relationship.__type"},{"id":28561,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_instance.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Relationship.__type"},{"id":28562,"kind":1024,"name":"requested","url":"modules/pleroma_entities_instance.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Relationship.__type"},{"id":28563,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_instance.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Relationship.__type"},{"id":28564,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_instance.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Relationship.__type"},{"id":28565,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_instance.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Relationship.__type"},{"id":28566,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_instance.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28567,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Report"},{"id":28568,"kind":1024,"name":"id","url":"modules/pleroma_entities_instance.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Report.__type"},{"id":28569,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_instance.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Report.__type"},{"id":28570,"kind":1024,"name":"comment","url":"modules/pleroma_entities_instance.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Report.__type"},{"id":28571,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_instance.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Report.__type"},{"id":28572,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_instance.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Report.__type"},{"id":28573,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_instance.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28574,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Results"},{"id":28575,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_instance.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Results.__type"},{"id":28576,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_instance.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Results.__type"},{"id":28577,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_instance.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Results.__type"},{"id":28578,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_instance.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28579,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.ScheduledStatus"},{"id":28580,"kind":1024,"name":"id","url":"modules/pleroma_entities_instance.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.ScheduledStatus.__type"},{"id":28581,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_instance.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.ScheduledStatus.__type"},{"id":28582,"kind":1024,"name":"params","url":"modules/pleroma_entities_instance.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.ScheduledStatus.__type"},{"id":28583,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_instance.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.ScheduledStatus.__type"},{"id":28584,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_instance.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28585,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.StatusParams"},{"id":28586,"kind":1024,"name":"text","url":"modules/pleroma_entities_instance.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.StatusParams.__type"},{"id":28587,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_instance.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.StatusParams.__type"},{"id":28588,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_instance.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.StatusParams.__type"},{"id":28589,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_instance.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.StatusParams.__type"},{"id":28590,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_instance.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.StatusParams.__type"},{"id":28591,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_instance.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.StatusParams.__type"},{"id":28592,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_instance.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.StatusParams.__type"},{"id":28593,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_instance.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.StatusParams.__type"},{"id":28594,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_instance.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/instance.PleromaEntity"},{"id":28595,"kind":65536,"name":"__type","url":"modules/pleroma_entities_instance.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/instance.PleromaEntity.Token"},{"id":28596,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_instance.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Token.__type"},{"id":28597,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_instance.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Token.__type"},{"id":28598,"kind":1024,"name":"scope","url":"modules/pleroma_entities_instance.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Token.__type"},{"id":28599,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_instance.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/instance.PleromaEntity.Token.__type"},{"id":28600,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_list.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/list"},{"id":28601,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_list.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28602,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Emoji"},{"id":28603,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_list.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Emoji.__type"},{"id":28604,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_list.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Emoji.__type"},{"id":28605,"kind":1024,"name":"url","url":"modules/pleroma_entities_list.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Emoji.__type"},{"id":28606,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_list.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Emoji.__type"},{"id":28607,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_list.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28608,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Source"},{"id":28609,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_list.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Source.__type"},{"id":28610,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_list.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Source.__type"},{"id":28611,"kind":1024,"name":"language","url":"modules/pleroma_entities_list.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Source.__type"},{"id":28612,"kind":1024,"name":"note","url":"modules/pleroma_entities_list.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Source.__type"},{"id":28613,"kind":1024,"name":"fields","url":"modules/pleroma_entities_list.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Source.__type"},{"id":28614,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_list.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28615,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Account"},{"id":28616,"kind":1024,"name":"id","url":"modules/pleroma_entities_list.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Account.__type"},{"id":28617,"kind":1024,"name":"username","url":"modules/pleroma_entities_list.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Account.__type"},{"id":28618,"kind":1024,"name":"acct","url":"modules/pleroma_entities_list.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Account.__type"},{"id":28619,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_list.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Account.__type"},{"id":28620,"kind":1024,"name":"locked","url":"modules/pleroma_entities_list.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Account.__type"},{"id":28621,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_list.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Account.__type"},{"id":28622,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_list.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Account.__type"},{"id":28623,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_list.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Account.__type"},{"id":28624,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_list.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Account.__type"},{"id":28625,"kind":1024,"name":"note","url":"modules/pleroma_entities_list.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Account.__type"},{"id":28626,"kind":1024,"name":"url","url":"modules/pleroma_entities_list.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Account.__type"},{"id":28627,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_list.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Account.__type"},{"id":28628,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_list.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Account.__type"},{"id":28629,"kind":1024,"name":"header","url":"modules/pleroma_entities_list.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Account.__type"},{"id":28630,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_list.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Account.__type"},{"id":28631,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_list.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Account.__type"},{"id":28632,"kind":1024,"name":"moved","url":"modules/pleroma_entities_list.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Account.__type"},{"id":28633,"kind":1024,"name":"fields","url":"modules/pleroma_entities_list.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Account.__type"},{"id":28634,"kind":1024,"name":"bot","url":"modules/pleroma_entities_list.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Account.__type"},{"id":28635,"kind":1024,"name":"source","url":"modules/pleroma_entities_list.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Account.__type"},{"id":28636,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_list.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28637,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Activity"},{"id":28638,"kind":1024,"name":"week","url":"modules/pleroma_entities_list.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Activity.__type"},{"id":28639,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_list.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Activity.__type"},{"id":28640,"kind":1024,"name":"logins","url":"modules/pleroma_entities_list.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Activity.__type"},{"id":28641,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_list.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Activity.__type"},{"id":28642,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_list.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28643,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Application"},{"id":28644,"kind":1024,"name":"name","url":"modules/pleroma_entities_list.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Application.__type"},{"id":28645,"kind":1024,"name":"website","url":"modules/pleroma_entities_list.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Application.__type"},{"id":28646,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_list.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Application.__type"},{"id":28647,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_list.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28648,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Attachment"},{"id":28649,"kind":1024,"name":"id","url":"modules/pleroma_entities_list.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Attachment.__type"},{"id":28650,"kind":1024,"name":"type","url":"modules/pleroma_entities_list.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Attachment.__type"},{"id":28651,"kind":1024,"name":"url","url":"modules/pleroma_entities_list.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Attachment.__type"},{"id":28652,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_list.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Attachment.__type"},{"id":28653,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_list.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Attachment.__type"},{"id":28654,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_list.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Attachment.__type"},{"id":28655,"kind":1024,"name":"meta","url":"modules/pleroma_entities_list.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Attachment.__type"},{"id":28656,"kind":1024,"name":"description","url":"modules/pleroma_entities_list.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Attachment.__type"},{"id":28657,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_list.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28658,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Card"},{"id":28659,"kind":1024,"name":"url","url":"modules/pleroma_entities_list.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Card.__type"},{"id":28660,"kind":1024,"name":"title","url":"modules/pleroma_entities_list.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Card.__type"},{"id":28661,"kind":1024,"name":"description","url":"modules/pleroma_entities_list.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Card.__type"},{"id":28662,"kind":1024,"name":"type","url":"modules/pleroma_entities_list.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Card.__type"},{"id":28663,"kind":1024,"name":"image","url":"modules/pleroma_entities_list.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Card.__type"},{"id":28664,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_list.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Card.__type"},{"id":28665,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_list.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Card.__type"},{"id":28666,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_list.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Card.__type"},{"id":28667,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_list.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Card.__type"},{"id":28668,"kind":1024,"name":"html","url":"modules/pleroma_entities_list.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Card.__type"},{"id":28669,"kind":1024,"name":"width","url":"modules/pleroma_entities_list.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Card.__type"},{"id":28670,"kind":1024,"name":"height","url":"modules/pleroma_entities_list.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Card.__type"},{"id":28671,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_list.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Card.__type"},{"id":28672,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_list.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28673,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Mention"},{"id":28674,"kind":1024,"name":"id","url":"modules/pleroma_entities_list.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Mention.__type"},{"id":28675,"kind":1024,"name":"username","url":"modules/pleroma_entities_list.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Mention.__type"},{"id":28676,"kind":1024,"name":"url","url":"modules/pleroma_entities_list.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Mention.__type"},{"id":28677,"kind":1024,"name":"acct","url":"modules/pleroma_entities_list.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Mention.__type"},{"id":28678,"kind":4194304,"name":"History","url":"modules/pleroma_entities_list.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28679,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.History"},{"id":28680,"kind":1024,"name":"day","url":"modules/pleroma_entities_list.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.History.__type"},{"id":28681,"kind":1024,"name":"uses","url":"modules/pleroma_entities_list.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.History.__type"},{"id":28682,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_list.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.History.__type"},{"id":28683,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_list.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28684,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Tag"},{"id":28685,"kind":1024,"name":"name","url":"modules/pleroma_entities_list.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Tag.__type"},{"id":28686,"kind":1024,"name":"url","url":"modules/pleroma_entities_list.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Tag.__type"},{"id":28687,"kind":1024,"name":"history","url":"modules/pleroma_entities_list.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Tag.__type"},{"id":28688,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_list.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28689,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.PollOption"},{"id":28690,"kind":1024,"name":"title","url":"modules/pleroma_entities_list.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.PollOption.__type"},{"id":28691,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_list.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.PollOption.__type"},{"id":28692,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_list.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28693,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Poll"},{"id":28694,"kind":1024,"name":"id","url":"modules/pleroma_entities_list.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Poll.__type"},{"id":28695,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_list.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Poll.__type"},{"id":28696,"kind":1024,"name":"expired","url":"modules/pleroma_entities_list.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Poll.__type"},{"id":28697,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_list.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Poll.__type"},{"id":28698,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_list.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Poll.__type"},{"id":28699,"kind":1024,"name":"options","url":"modules/pleroma_entities_list.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Poll.__type"},{"id":28700,"kind":1024,"name":"voted","url":"modules/pleroma_entities_list.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Poll.__type"},{"id":28701,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_list.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28702,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Reaction"},{"id":28703,"kind":1024,"name":"count","url":"modules/pleroma_entities_list.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Reaction.__type"},{"id":28704,"kind":1024,"name":"me","url":"modules/pleroma_entities_list.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Reaction.__type"},{"id":28705,"kind":1024,"name":"name","url":"modules/pleroma_entities_list.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Reaction.__type"},{"id":28706,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_list.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Reaction.__type"},{"id":28707,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_list.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28708,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Status"},{"id":28709,"kind":1024,"name":"id","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28710,"kind":1024,"name":"uri","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28711,"kind":1024,"name":"url","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28712,"kind":1024,"name":"account","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28713,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28714,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28715,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28716,"kind":1024,"name":"content","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28717,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28718,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28719,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28720,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28721,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28722,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28723,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28724,"kind":1024,"name":"muted","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28725,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28726,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28727,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28728,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28729,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28730,"kind":1024,"name":"tags","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28731,"kind":1024,"name":"card","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28732,"kind":1024,"name":"poll","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28733,"kind":1024,"name":"application","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28734,"kind":1024,"name":"language","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28735,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28736,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28737,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28738,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type"},{"id":28739,"kind":1024,"name":"context","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type.__type"},{"id":28740,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type.__type"},{"id":28741,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type.__type.__type"},{"id":28742,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type.__type"},{"id":28743,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type.__type"},{"id":28744,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type.__type.__type"},{"id":28745,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type.__type"},{"id":28746,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type.__type"},{"id":28747,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type.__type"},{"id":28748,"kind":1024,"name":"local","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type.__type"},{"id":28749,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_list.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Status.__type.__type"},{"id":28750,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_list.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28751,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Context"},{"id":28752,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_list.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Context.__type"},{"id":28753,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_list.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Context.__type"},{"id":28754,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_list.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28755,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Conversation"},{"id":28756,"kind":1024,"name":"id","url":"modules/pleroma_entities_list.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Conversation.__type"},{"id":28757,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_list.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Conversation.__type"},{"id":28758,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_list.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Conversation.__type"},{"id":28759,"kind":1024,"name":"unread","url":"modules/pleroma_entities_list.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Conversation.__type"},{"id":28760,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_list.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28761,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.FeaturedTag"},{"id":28762,"kind":1024,"name":"id","url":"modules/pleroma_entities_list.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.FeaturedTag.__type"},{"id":28763,"kind":1024,"name":"name","url":"modules/pleroma_entities_list.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.FeaturedTag.__type"},{"id":28764,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_list.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.FeaturedTag.__type"},{"id":28765,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_list.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.FeaturedTag.__type"},{"id":28766,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_list.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28767,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Field"},{"id":28768,"kind":1024,"name":"name","url":"modules/pleroma_entities_list.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Field.__type"},{"id":28769,"kind":1024,"name":"value","url":"modules/pleroma_entities_list.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Field.__type"},{"id":28770,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_list.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Field.__type"},{"id":28771,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_list.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28772,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Filter"},{"id":28773,"kind":1024,"name":"id","url":"modules/pleroma_entities_list.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Filter.__type"},{"id":28774,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_list.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Filter.__type"},{"id":28775,"kind":1024,"name":"context","url":"modules/pleroma_entities_list.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Filter.__type"},{"id":28776,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_list.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Filter.__type"},{"id":28777,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_list.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Filter.__type"},{"id":28778,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_list.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Filter.__type"},{"id":28779,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_list.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28780,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.IdentityProof"},{"id":28781,"kind":1024,"name":"provider","url":"modules/pleroma_entities_list.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.IdentityProof.__type"},{"id":28782,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_list.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.IdentityProof.__type"},{"id":28783,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_list.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.IdentityProof.__type"},{"id":28784,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_list.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.IdentityProof.__type"},{"id":28785,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_list.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.IdentityProof.__type"},{"id":28786,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_list.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28787,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.URLs"},{"id":28788,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_list.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.URLs.__type"},{"id":28789,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_list.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28790,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Stats"},{"id":28791,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_list.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Stats.__type"},{"id":28792,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_list.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Stats.__type"},{"id":28793,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_list.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Stats.__type"},{"id":28794,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_list.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28795,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Instance"},{"id":28796,"kind":1024,"name":"uri","url":"modules/pleroma_entities_list.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Instance.__type"},{"id":28797,"kind":1024,"name":"title","url":"modules/pleroma_entities_list.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Instance.__type"},{"id":28798,"kind":1024,"name":"description","url":"modules/pleroma_entities_list.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Instance.__type"},{"id":28799,"kind":1024,"name":"email","url":"modules/pleroma_entities_list.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Instance.__type"},{"id":28800,"kind":1024,"name":"version","url":"modules/pleroma_entities_list.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Instance.__type"},{"id":28801,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_list.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Instance.__type"},{"id":28802,"kind":1024,"name":"urls","url":"modules/pleroma_entities_list.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Instance.__type"},{"id":28803,"kind":1024,"name":"stats","url":"modules/pleroma_entities_list.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Instance.__type"},{"id":28804,"kind":1024,"name":"languages","url":"modules/pleroma_entities_list.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Instance.__type"},{"id":28805,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_list.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Instance.__type"},{"id":28806,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_list.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Instance.__type"},{"id":28807,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_list.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Instance.__type"},{"id":28808,"kind":4194304,"name":"List","url":"modules/pleroma_entities_list.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28809,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.List"},{"id":28810,"kind":1024,"name":"id","url":"modules/pleroma_entities_list.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.List.__type"},{"id":28811,"kind":1024,"name":"title","url":"modules/pleroma_entities_list.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.List.__type"},{"id":28812,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_list.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28813,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Marker"},{"id":28814,"kind":1024,"name":"home","url":"modules/pleroma_entities_list.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Marker.__type"},{"id":28815,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Marker.__type"},{"id":28816,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_list.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Marker.__type.__type"},{"id":28817,"kind":1024,"name":"version","url":"modules/pleroma_entities_list.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Marker.__type.__type"},{"id":28818,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_list.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Marker.__type.__type"},{"id":28819,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_list.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Marker.__type"},{"id":28820,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Marker.__type"},{"id":28821,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_list.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Marker.__type.__type"},{"id":28822,"kind":1024,"name":"version","url":"modules/pleroma_entities_list.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Marker.__type.__type"},{"id":28823,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_list.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Marker.__type.__type"},{"id":28824,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_list.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28825,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Notification"},{"id":28826,"kind":1024,"name":"account","url":"modules/pleroma_entities_list.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Notification.__type"},{"id":28827,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_list.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Notification.__type"},{"id":28828,"kind":1024,"name":"id","url":"modules/pleroma_entities_list.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Notification.__type"},{"id":28829,"kind":1024,"name":"status","url":"modules/pleroma_entities_list.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Notification.__type"},{"id":28830,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_list.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Notification.__type"},{"id":28831,"kind":1024,"name":"type","url":"modules/pleroma_entities_list.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Notification.__type"},{"id":28832,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_list.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28833,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_list.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28834,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Preferences"},{"id":28835,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_list.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Preferences.__type"},{"id":28836,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_list.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Preferences.__type"},{"id":28837,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_list.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Preferences.__type"},{"id":28838,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_list.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Preferences.__type"},{"id":28839,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_list.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Preferences.__type"},{"id":28840,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_list.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28841,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.PushSubscription"},{"id":28842,"kind":1024,"name":"id","url":"modules/pleroma_entities_list.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.PushSubscription.__type"},{"id":28843,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_list.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.PushSubscription.__type"},{"id":28844,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_list.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.PushSubscription.__type"},{"id":28845,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_list.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.PushSubscription.__type"},{"id":28846,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_list.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28847,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Relationship"},{"id":28848,"kind":1024,"name":"id","url":"modules/pleroma_entities_list.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Relationship.__type"},{"id":28849,"kind":1024,"name":"following","url":"modules/pleroma_entities_list.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Relationship.__type"},{"id":28850,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_list.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Relationship.__type"},{"id":28851,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_list.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Relationship.__type"},{"id":28852,"kind":1024,"name":"muting","url":"modules/pleroma_entities_list.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Relationship.__type"},{"id":28853,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_list.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Relationship.__type"},{"id":28854,"kind":1024,"name":"requested","url":"modules/pleroma_entities_list.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Relationship.__type"},{"id":28855,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_list.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Relationship.__type"},{"id":28856,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_list.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Relationship.__type"},{"id":28857,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_list.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Relationship.__type"},{"id":28858,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_list.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28859,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Report"},{"id":28860,"kind":1024,"name":"id","url":"modules/pleroma_entities_list.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Report.__type"},{"id":28861,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_list.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Report.__type"},{"id":28862,"kind":1024,"name":"comment","url":"modules/pleroma_entities_list.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Report.__type"},{"id":28863,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_list.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Report.__type"},{"id":28864,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_list.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Report.__type"},{"id":28865,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_list.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28866,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Results"},{"id":28867,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_list.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Results.__type"},{"id":28868,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_list.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Results.__type"},{"id":28869,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_list.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Results.__type"},{"id":28870,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_list.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28871,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.ScheduledStatus"},{"id":28872,"kind":1024,"name":"id","url":"modules/pleroma_entities_list.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.ScheduledStatus.__type"},{"id":28873,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_list.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.ScheduledStatus.__type"},{"id":28874,"kind":1024,"name":"params","url":"modules/pleroma_entities_list.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.ScheduledStatus.__type"},{"id":28875,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_list.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.ScheduledStatus.__type"},{"id":28876,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_list.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28877,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.StatusParams"},{"id":28878,"kind":1024,"name":"text","url":"modules/pleroma_entities_list.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.StatusParams.__type"},{"id":28879,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_list.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.StatusParams.__type"},{"id":28880,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_list.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.StatusParams.__type"},{"id":28881,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_list.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.StatusParams.__type"},{"id":28882,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_list.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.StatusParams.__type"},{"id":28883,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_list.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.StatusParams.__type"},{"id":28884,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_list.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.StatusParams.__type"},{"id":28885,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_list.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.StatusParams.__type"},{"id":28886,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_list.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/list.PleromaEntity"},{"id":28887,"kind":65536,"name":"__type","url":"modules/pleroma_entities_list.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/list.PleromaEntity.Token"},{"id":28888,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_list.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Token.__type"},{"id":28889,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_list.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Token.__type"},{"id":28890,"kind":1024,"name":"scope","url":"modules/pleroma_entities_list.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Token.__type"},{"id":28891,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_list.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/list.PleromaEntity.Token.__type"},{"id":28892,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_marker.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/marker"},{"id":28893,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_marker.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":28894,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Emoji"},{"id":28895,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_marker.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Emoji.__type"},{"id":28896,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_marker.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Emoji.__type"},{"id":28897,"kind":1024,"name":"url","url":"modules/pleroma_entities_marker.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Emoji.__type"},{"id":28898,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_marker.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Emoji.__type"},{"id":28899,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_marker.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":28900,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Source"},{"id":28901,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_marker.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Source.__type"},{"id":28902,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_marker.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Source.__type"},{"id":28903,"kind":1024,"name":"language","url":"modules/pleroma_entities_marker.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Source.__type"},{"id":28904,"kind":1024,"name":"note","url":"modules/pleroma_entities_marker.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Source.__type"},{"id":28905,"kind":1024,"name":"fields","url":"modules/pleroma_entities_marker.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Source.__type"},{"id":28906,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_marker.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":28907,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Account"},{"id":28908,"kind":1024,"name":"id","url":"modules/pleroma_entities_marker.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Account.__type"},{"id":28909,"kind":1024,"name":"username","url":"modules/pleroma_entities_marker.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Account.__type"},{"id":28910,"kind":1024,"name":"acct","url":"modules/pleroma_entities_marker.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Account.__type"},{"id":28911,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_marker.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Account.__type"},{"id":28912,"kind":1024,"name":"locked","url":"modules/pleroma_entities_marker.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Account.__type"},{"id":28913,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_marker.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Account.__type"},{"id":28914,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_marker.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Account.__type"},{"id":28915,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_marker.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Account.__type"},{"id":28916,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_marker.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Account.__type"},{"id":28917,"kind":1024,"name":"note","url":"modules/pleroma_entities_marker.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Account.__type"},{"id":28918,"kind":1024,"name":"url","url":"modules/pleroma_entities_marker.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Account.__type"},{"id":28919,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_marker.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Account.__type"},{"id":28920,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_marker.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Account.__type"},{"id":28921,"kind":1024,"name":"header","url":"modules/pleroma_entities_marker.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Account.__type"},{"id":28922,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_marker.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Account.__type"},{"id":28923,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_marker.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Account.__type"},{"id":28924,"kind":1024,"name":"moved","url":"modules/pleroma_entities_marker.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Account.__type"},{"id":28925,"kind":1024,"name":"fields","url":"modules/pleroma_entities_marker.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Account.__type"},{"id":28926,"kind":1024,"name":"bot","url":"modules/pleroma_entities_marker.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Account.__type"},{"id":28927,"kind":1024,"name":"source","url":"modules/pleroma_entities_marker.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Account.__type"},{"id":28928,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_marker.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":28929,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Activity"},{"id":28930,"kind":1024,"name":"week","url":"modules/pleroma_entities_marker.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Activity.__type"},{"id":28931,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_marker.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Activity.__type"},{"id":28932,"kind":1024,"name":"logins","url":"modules/pleroma_entities_marker.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Activity.__type"},{"id":28933,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_marker.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Activity.__type"},{"id":28934,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_marker.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":28935,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Application"},{"id":28936,"kind":1024,"name":"name","url":"modules/pleroma_entities_marker.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Application.__type"},{"id":28937,"kind":1024,"name":"website","url":"modules/pleroma_entities_marker.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Application.__type"},{"id":28938,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_marker.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Application.__type"},{"id":28939,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_marker.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":28940,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Attachment"},{"id":28941,"kind":1024,"name":"id","url":"modules/pleroma_entities_marker.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Attachment.__type"},{"id":28942,"kind":1024,"name":"type","url":"modules/pleroma_entities_marker.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Attachment.__type"},{"id":28943,"kind":1024,"name":"url","url":"modules/pleroma_entities_marker.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Attachment.__type"},{"id":28944,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_marker.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Attachment.__type"},{"id":28945,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_marker.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Attachment.__type"},{"id":28946,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_marker.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Attachment.__type"},{"id":28947,"kind":1024,"name":"meta","url":"modules/pleroma_entities_marker.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Attachment.__type"},{"id":28948,"kind":1024,"name":"description","url":"modules/pleroma_entities_marker.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Attachment.__type"},{"id":28949,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_marker.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":28950,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Card"},{"id":28951,"kind":1024,"name":"url","url":"modules/pleroma_entities_marker.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Card.__type"},{"id":28952,"kind":1024,"name":"title","url":"modules/pleroma_entities_marker.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Card.__type"},{"id":28953,"kind":1024,"name":"description","url":"modules/pleroma_entities_marker.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Card.__type"},{"id":28954,"kind":1024,"name":"type","url":"modules/pleroma_entities_marker.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Card.__type"},{"id":28955,"kind":1024,"name":"image","url":"modules/pleroma_entities_marker.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Card.__type"},{"id":28956,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_marker.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Card.__type"},{"id":28957,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_marker.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Card.__type"},{"id":28958,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_marker.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Card.__type"},{"id":28959,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_marker.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Card.__type"},{"id":28960,"kind":1024,"name":"html","url":"modules/pleroma_entities_marker.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Card.__type"},{"id":28961,"kind":1024,"name":"width","url":"modules/pleroma_entities_marker.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Card.__type"},{"id":28962,"kind":1024,"name":"height","url":"modules/pleroma_entities_marker.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Card.__type"},{"id":28963,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_marker.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Card.__type"},{"id":28964,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_marker.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":28965,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Mention"},{"id":28966,"kind":1024,"name":"id","url":"modules/pleroma_entities_marker.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Mention.__type"},{"id":28967,"kind":1024,"name":"username","url":"modules/pleroma_entities_marker.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Mention.__type"},{"id":28968,"kind":1024,"name":"url","url":"modules/pleroma_entities_marker.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Mention.__type"},{"id":28969,"kind":1024,"name":"acct","url":"modules/pleroma_entities_marker.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Mention.__type"},{"id":28970,"kind":4194304,"name":"History","url":"modules/pleroma_entities_marker.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":28971,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.History"},{"id":28972,"kind":1024,"name":"day","url":"modules/pleroma_entities_marker.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.History.__type"},{"id":28973,"kind":1024,"name":"uses","url":"modules/pleroma_entities_marker.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.History.__type"},{"id":28974,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_marker.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.History.__type"},{"id":28975,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_marker.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":28976,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Tag"},{"id":28977,"kind":1024,"name":"name","url":"modules/pleroma_entities_marker.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Tag.__type"},{"id":28978,"kind":1024,"name":"url","url":"modules/pleroma_entities_marker.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Tag.__type"},{"id":28979,"kind":1024,"name":"history","url":"modules/pleroma_entities_marker.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Tag.__type"},{"id":28980,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_marker.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":28981,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.PollOption"},{"id":28982,"kind":1024,"name":"title","url":"modules/pleroma_entities_marker.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.PollOption.__type"},{"id":28983,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_marker.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.PollOption.__type"},{"id":28984,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_marker.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":28985,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Poll"},{"id":28986,"kind":1024,"name":"id","url":"modules/pleroma_entities_marker.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Poll.__type"},{"id":28987,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_marker.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Poll.__type"},{"id":28988,"kind":1024,"name":"expired","url":"modules/pleroma_entities_marker.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Poll.__type"},{"id":28989,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_marker.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Poll.__type"},{"id":28990,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_marker.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Poll.__type"},{"id":28991,"kind":1024,"name":"options","url":"modules/pleroma_entities_marker.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Poll.__type"},{"id":28992,"kind":1024,"name":"voted","url":"modules/pleroma_entities_marker.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Poll.__type"},{"id":28993,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_marker.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":28994,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Reaction"},{"id":28995,"kind":1024,"name":"count","url":"modules/pleroma_entities_marker.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Reaction.__type"},{"id":28996,"kind":1024,"name":"me","url":"modules/pleroma_entities_marker.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Reaction.__type"},{"id":28997,"kind":1024,"name":"name","url":"modules/pleroma_entities_marker.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Reaction.__type"},{"id":28998,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_marker.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Reaction.__type"},{"id":28999,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":29000,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Status"},{"id":29001,"kind":1024,"name":"id","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29002,"kind":1024,"name":"uri","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29003,"kind":1024,"name":"url","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29004,"kind":1024,"name":"account","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29005,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29006,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29007,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29008,"kind":1024,"name":"content","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29009,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29010,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29011,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29012,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29013,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29014,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29015,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29016,"kind":1024,"name":"muted","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29017,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29018,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29019,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29020,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29021,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29022,"kind":1024,"name":"tags","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29023,"kind":1024,"name":"card","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29024,"kind":1024,"name":"poll","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29025,"kind":1024,"name":"application","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29026,"kind":1024,"name":"language","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29027,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29028,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29029,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29030,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type"},{"id":29031,"kind":1024,"name":"context","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type.__type"},{"id":29032,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type.__type"},{"id":29033,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type.__type.__type"},{"id":29034,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type.__type"},{"id":29035,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type.__type"},{"id":29036,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type.__type.__type"},{"id":29037,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type.__type"},{"id":29038,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type.__type"},{"id":29039,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type.__type"},{"id":29040,"kind":1024,"name":"local","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type.__type"},{"id":29041,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_marker.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Status.__type.__type"},{"id":29042,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_marker.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":29043,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Context"},{"id":29044,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_marker.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Context.__type"},{"id":29045,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_marker.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Context.__type"},{"id":29046,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_marker.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":29047,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Conversation"},{"id":29048,"kind":1024,"name":"id","url":"modules/pleroma_entities_marker.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Conversation.__type"},{"id":29049,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_marker.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Conversation.__type"},{"id":29050,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_marker.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Conversation.__type"},{"id":29051,"kind":1024,"name":"unread","url":"modules/pleroma_entities_marker.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Conversation.__type"},{"id":29052,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_marker.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":29053,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.FeaturedTag"},{"id":29054,"kind":1024,"name":"id","url":"modules/pleroma_entities_marker.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.FeaturedTag.__type"},{"id":29055,"kind":1024,"name":"name","url":"modules/pleroma_entities_marker.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.FeaturedTag.__type"},{"id":29056,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_marker.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.FeaturedTag.__type"},{"id":29057,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_marker.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.FeaturedTag.__type"},{"id":29058,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_marker.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":29059,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Field"},{"id":29060,"kind":1024,"name":"name","url":"modules/pleroma_entities_marker.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Field.__type"},{"id":29061,"kind":1024,"name":"value","url":"modules/pleroma_entities_marker.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Field.__type"},{"id":29062,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_marker.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Field.__type"},{"id":29063,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_marker.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":29064,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Filter"},{"id":29065,"kind":1024,"name":"id","url":"modules/pleroma_entities_marker.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Filter.__type"},{"id":29066,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_marker.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Filter.__type"},{"id":29067,"kind":1024,"name":"context","url":"modules/pleroma_entities_marker.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Filter.__type"},{"id":29068,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_marker.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Filter.__type"},{"id":29069,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_marker.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Filter.__type"},{"id":29070,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_marker.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Filter.__type"},{"id":29071,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_marker.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":29072,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.IdentityProof"},{"id":29073,"kind":1024,"name":"provider","url":"modules/pleroma_entities_marker.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.IdentityProof.__type"},{"id":29074,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_marker.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.IdentityProof.__type"},{"id":29075,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_marker.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.IdentityProof.__type"},{"id":29076,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_marker.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.IdentityProof.__type"},{"id":29077,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_marker.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.IdentityProof.__type"},{"id":29078,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_marker.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":29079,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.URLs"},{"id":29080,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_marker.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.URLs.__type"},{"id":29081,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_marker.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":29082,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Stats"},{"id":29083,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_marker.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Stats.__type"},{"id":29084,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_marker.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Stats.__type"},{"id":29085,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_marker.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Stats.__type"},{"id":29086,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_marker.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":29087,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Instance"},{"id":29088,"kind":1024,"name":"uri","url":"modules/pleroma_entities_marker.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Instance.__type"},{"id":29089,"kind":1024,"name":"title","url":"modules/pleroma_entities_marker.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Instance.__type"},{"id":29090,"kind":1024,"name":"description","url":"modules/pleroma_entities_marker.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Instance.__type"},{"id":29091,"kind":1024,"name":"email","url":"modules/pleroma_entities_marker.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Instance.__type"},{"id":29092,"kind":1024,"name":"version","url":"modules/pleroma_entities_marker.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Instance.__type"},{"id":29093,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_marker.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Instance.__type"},{"id":29094,"kind":1024,"name":"urls","url":"modules/pleroma_entities_marker.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Instance.__type"},{"id":29095,"kind":1024,"name":"stats","url":"modules/pleroma_entities_marker.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Instance.__type"},{"id":29096,"kind":1024,"name":"languages","url":"modules/pleroma_entities_marker.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Instance.__type"},{"id":29097,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_marker.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Instance.__type"},{"id":29098,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_marker.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Instance.__type"},{"id":29099,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_marker.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Instance.__type"},{"id":29100,"kind":4194304,"name":"List","url":"modules/pleroma_entities_marker.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":29101,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.List"},{"id":29102,"kind":1024,"name":"id","url":"modules/pleroma_entities_marker.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.List.__type"},{"id":29103,"kind":1024,"name":"title","url":"modules/pleroma_entities_marker.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.List.__type"},{"id":29104,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_marker.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":29105,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Marker"},{"id":29106,"kind":1024,"name":"home","url":"modules/pleroma_entities_marker.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Marker.__type"},{"id":29107,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Marker.__type"},{"id":29108,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_marker.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Marker.__type.__type"},{"id":29109,"kind":1024,"name":"version","url":"modules/pleroma_entities_marker.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Marker.__type.__type"},{"id":29110,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_marker.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Marker.__type.__type"},{"id":29111,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_marker.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Marker.__type"},{"id":29112,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Marker.__type"},{"id":29113,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_marker.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Marker.__type.__type"},{"id":29114,"kind":1024,"name":"version","url":"modules/pleroma_entities_marker.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Marker.__type.__type"},{"id":29115,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_marker.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Marker.__type.__type"},{"id":29116,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_marker.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":29117,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Notification"},{"id":29118,"kind":1024,"name":"account","url":"modules/pleroma_entities_marker.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Notification.__type"},{"id":29119,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_marker.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Notification.__type"},{"id":29120,"kind":1024,"name":"id","url":"modules/pleroma_entities_marker.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Notification.__type"},{"id":29121,"kind":1024,"name":"status","url":"modules/pleroma_entities_marker.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Notification.__type"},{"id":29122,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_marker.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Notification.__type"},{"id":29123,"kind":1024,"name":"type","url":"modules/pleroma_entities_marker.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Notification.__type"},{"id":29124,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_marker.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":29125,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_marker.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":29126,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Preferences"},{"id":29127,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_marker.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Preferences.__type"},{"id":29128,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_marker.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Preferences.__type"},{"id":29129,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_marker.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Preferences.__type"},{"id":29130,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_marker.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Preferences.__type"},{"id":29131,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_marker.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Preferences.__type"},{"id":29132,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_marker.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":29133,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.PushSubscription"},{"id":29134,"kind":1024,"name":"id","url":"modules/pleroma_entities_marker.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.PushSubscription.__type"},{"id":29135,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_marker.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.PushSubscription.__type"},{"id":29136,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_marker.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.PushSubscription.__type"},{"id":29137,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_marker.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.PushSubscription.__type"},{"id":29138,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_marker.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":29139,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Relationship"},{"id":29140,"kind":1024,"name":"id","url":"modules/pleroma_entities_marker.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Relationship.__type"},{"id":29141,"kind":1024,"name":"following","url":"modules/pleroma_entities_marker.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Relationship.__type"},{"id":29142,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_marker.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Relationship.__type"},{"id":29143,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_marker.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Relationship.__type"},{"id":29144,"kind":1024,"name":"muting","url":"modules/pleroma_entities_marker.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Relationship.__type"},{"id":29145,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_marker.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Relationship.__type"},{"id":29146,"kind":1024,"name":"requested","url":"modules/pleroma_entities_marker.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Relationship.__type"},{"id":29147,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_marker.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Relationship.__type"},{"id":29148,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_marker.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Relationship.__type"},{"id":29149,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_marker.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Relationship.__type"},{"id":29150,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_marker.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":29151,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Report"},{"id":29152,"kind":1024,"name":"id","url":"modules/pleroma_entities_marker.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Report.__type"},{"id":29153,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_marker.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Report.__type"},{"id":29154,"kind":1024,"name":"comment","url":"modules/pleroma_entities_marker.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Report.__type"},{"id":29155,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_marker.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Report.__type"},{"id":29156,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_marker.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Report.__type"},{"id":29157,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_marker.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":29158,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Results"},{"id":29159,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_marker.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Results.__type"},{"id":29160,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_marker.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Results.__type"},{"id":29161,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_marker.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Results.__type"},{"id":29162,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_marker.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":29163,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.ScheduledStatus"},{"id":29164,"kind":1024,"name":"id","url":"modules/pleroma_entities_marker.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.ScheduledStatus.__type"},{"id":29165,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_marker.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.ScheduledStatus.__type"},{"id":29166,"kind":1024,"name":"params","url":"modules/pleroma_entities_marker.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.ScheduledStatus.__type"},{"id":29167,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_marker.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.ScheduledStatus.__type"},{"id":29168,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_marker.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":29169,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.StatusParams"},{"id":29170,"kind":1024,"name":"text","url":"modules/pleroma_entities_marker.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.StatusParams.__type"},{"id":29171,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_marker.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.StatusParams.__type"},{"id":29172,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_marker.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.StatusParams.__type"},{"id":29173,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_marker.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.StatusParams.__type"},{"id":29174,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_marker.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.StatusParams.__type"},{"id":29175,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_marker.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.StatusParams.__type"},{"id":29176,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_marker.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.StatusParams.__type"},{"id":29177,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_marker.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.StatusParams.__type"},{"id":29178,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_marker.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/marker.PleromaEntity"},{"id":29179,"kind":65536,"name":"__type","url":"modules/pleroma_entities_marker.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/marker.PleromaEntity.Token"},{"id":29180,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_marker.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Token.__type"},{"id":29181,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_marker.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Token.__type"},{"id":29182,"kind":1024,"name":"scope","url":"modules/pleroma_entities_marker.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Token.__type"},{"id":29183,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_marker.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/marker.PleromaEntity.Token.__type"},{"id":29184,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_mention.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/mention"},{"id":29185,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_mention.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29186,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Emoji"},{"id":29187,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_mention.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Emoji.__type"},{"id":29188,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_mention.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Emoji.__type"},{"id":29189,"kind":1024,"name":"url","url":"modules/pleroma_entities_mention.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Emoji.__type"},{"id":29190,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_mention.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Emoji.__type"},{"id":29191,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_mention.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29192,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Source"},{"id":29193,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_mention.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Source.__type"},{"id":29194,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_mention.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Source.__type"},{"id":29195,"kind":1024,"name":"language","url":"modules/pleroma_entities_mention.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Source.__type"},{"id":29196,"kind":1024,"name":"note","url":"modules/pleroma_entities_mention.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Source.__type"},{"id":29197,"kind":1024,"name":"fields","url":"modules/pleroma_entities_mention.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Source.__type"},{"id":29198,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_mention.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29199,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Account"},{"id":29200,"kind":1024,"name":"id","url":"modules/pleroma_entities_mention.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Account.__type"},{"id":29201,"kind":1024,"name":"username","url":"modules/pleroma_entities_mention.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Account.__type"},{"id":29202,"kind":1024,"name":"acct","url":"modules/pleroma_entities_mention.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Account.__type"},{"id":29203,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_mention.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Account.__type"},{"id":29204,"kind":1024,"name":"locked","url":"modules/pleroma_entities_mention.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Account.__type"},{"id":29205,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_mention.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Account.__type"},{"id":29206,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_mention.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Account.__type"},{"id":29207,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_mention.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Account.__type"},{"id":29208,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_mention.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Account.__type"},{"id":29209,"kind":1024,"name":"note","url":"modules/pleroma_entities_mention.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Account.__type"},{"id":29210,"kind":1024,"name":"url","url":"modules/pleroma_entities_mention.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Account.__type"},{"id":29211,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_mention.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Account.__type"},{"id":29212,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_mention.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Account.__type"},{"id":29213,"kind":1024,"name":"header","url":"modules/pleroma_entities_mention.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Account.__type"},{"id":29214,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_mention.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Account.__type"},{"id":29215,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_mention.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Account.__type"},{"id":29216,"kind":1024,"name":"moved","url":"modules/pleroma_entities_mention.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Account.__type"},{"id":29217,"kind":1024,"name":"fields","url":"modules/pleroma_entities_mention.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Account.__type"},{"id":29218,"kind":1024,"name":"bot","url":"modules/pleroma_entities_mention.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Account.__type"},{"id":29219,"kind":1024,"name":"source","url":"modules/pleroma_entities_mention.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Account.__type"},{"id":29220,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_mention.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29221,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Activity"},{"id":29222,"kind":1024,"name":"week","url":"modules/pleroma_entities_mention.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Activity.__type"},{"id":29223,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_mention.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Activity.__type"},{"id":29224,"kind":1024,"name":"logins","url":"modules/pleroma_entities_mention.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Activity.__type"},{"id":29225,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_mention.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Activity.__type"},{"id":29226,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_mention.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29227,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Application"},{"id":29228,"kind":1024,"name":"name","url":"modules/pleroma_entities_mention.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Application.__type"},{"id":29229,"kind":1024,"name":"website","url":"modules/pleroma_entities_mention.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Application.__type"},{"id":29230,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_mention.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Application.__type"},{"id":29231,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_mention.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29232,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Attachment"},{"id":29233,"kind":1024,"name":"id","url":"modules/pleroma_entities_mention.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Attachment.__type"},{"id":29234,"kind":1024,"name":"type","url":"modules/pleroma_entities_mention.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Attachment.__type"},{"id":29235,"kind":1024,"name":"url","url":"modules/pleroma_entities_mention.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Attachment.__type"},{"id":29236,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_mention.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Attachment.__type"},{"id":29237,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_mention.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Attachment.__type"},{"id":29238,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_mention.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Attachment.__type"},{"id":29239,"kind":1024,"name":"meta","url":"modules/pleroma_entities_mention.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Attachment.__type"},{"id":29240,"kind":1024,"name":"description","url":"modules/pleroma_entities_mention.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Attachment.__type"},{"id":29241,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_mention.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29242,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Card"},{"id":29243,"kind":1024,"name":"url","url":"modules/pleroma_entities_mention.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Card.__type"},{"id":29244,"kind":1024,"name":"title","url":"modules/pleroma_entities_mention.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Card.__type"},{"id":29245,"kind":1024,"name":"description","url":"modules/pleroma_entities_mention.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Card.__type"},{"id":29246,"kind":1024,"name":"type","url":"modules/pleroma_entities_mention.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Card.__type"},{"id":29247,"kind":1024,"name":"image","url":"modules/pleroma_entities_mention.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Card.__type"},{"id":29248,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_mention.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Card.__type"},{"id":29249,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_mention.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Card.__type"},{"id":29250,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_mention.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Card.__type"},{"id":29251,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_mention.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Card.__type"},{"id":29252,"kind":1024,"name":"html","url":"modules/pleroma_entities_mention.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Card.__type"},{"id":29253,"kind":1024,"name":"width","url":"modules/pleroma_entities_mention.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Card.__type"},{"id":29254,"kind":1024,"name":"height","url":"modules/pleroma_entities_mention.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Card.__type"},{"id":29255,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_mention.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Card.__type"},{"id":29256,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_mention.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29257,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Mention"},{"id":29258,"kind":1024,"name":"id","url":"modules/pleroma_entities_mention.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Mention.__type"},{"id":29259,"kind":1024,"name":"username","url":"modules/pleroma_entities_mention.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Mention.__type"},{"id":29260,"kind":1024,"name":"url","url":"modules/pleroma_entities_mention.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Mention.__type"},{"id":29261,"kind":1024,"name":"acct","url":"modules/pleroma_entities_mention.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Mention.__type"},{"id":29262,"kind":4194304,"name":"History","url":"modules/pleroma_entities_mention.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29263,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.History"},{"id":29264,"kind":1024,"name":"day","url":"modules/pleroma_entities_mention.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.History.__type"},{"id":29265,"kind":1024,"name":"uses","url":"modules/pleroma_entities_mention.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.History.__type"},{"id":29266,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_mention.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.History.__type"},{"id":29267,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_mention.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29268,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Tag"},{"id":29269,"kind":1024,"name":"name","url":"modules/pleroma_entities_mention.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Tag.__type"},{"id":29270,"kind":1024,"name":"url","url":"modules/pleroma_entities_mention.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Tag.__type"},{"id":29271,"kind":1024,"name":"history","url":"modules/pleroma_entities_mention.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Tag.__type"},{"id":29272,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_mention.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29273,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.PollOption"},{"id":29274,"kind":1024,"name":"title","url":"modules/pleroma_entities_mention.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.PollOption.__type"},{"id":29275,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_mention.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.PollOption.__type"},{"id":29276,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_mention.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29277,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Poll"},{"id":29278,"kind":1024,"name":"id","url":"modules/pleroma_entities_mention.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Poll.__type"},{"id":29279,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_mention.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Poll.__type"},{"id":29280,"kind":1024,"name":"expired","url":"modules/pleroma_entities_mention.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Poll.__type"},{"id":29281,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_mention.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Poll.__type"},{"id":29282,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_mention.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Poll.__type"},{"id":29283,"kind":1024,"name":"options","url":"modules/pleroma_entities_mention.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Poll.__type"},{"id":29284,"kind":1024,"name":"voted","url":"modules/pleroma_entities_mention.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Poll.__type"},{"id":29285,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_mention.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29286,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Reaction"},{"id":29287,"kind":1024,"name":"count","url":"modules/pleroma_entities_mention.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Reaction.__type"},{"id":29288,"kind":1024,"name":"me","url":"modules/pleroma_entities_mention.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Reaction.__type"},{"id":29289,"kind":1024,"name":"name","url":"modules/pleroma_entities_mention.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Reaction.__type"},{"id":29290,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_mention.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Reaction.__type"},{"id":29291,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29292,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Status"},{"id":29293,"kind":1024,"name":"id","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29294,"kind":1024,"name":"uri","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29295,"kind":1024,"name":"url","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29296,"kind":1024,"name":"account","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29297,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29298,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29299,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29300,"kind":1024,"name":"content","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29301,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29302,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29303,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29304,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29305,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29306,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29307,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29308,"kind":1024,"name":"muted","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29309,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29310,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29311,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29312,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29313,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29314,"kind":1024,"name":"tags","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29315,"kind":1024,"name":"card","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29316,"kind":1024,"name":"poll","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29317,"kind":1024,"name":"application","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29318,"kind":1024,"name":"language","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29319,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29320,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29321,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29322,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type"},{"id":29323,"kind":1024,"name":"context","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type.__type"},{"id":29324,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type.__type"},{"id":29325,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type.__type.__type"},{"id":29326,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type.__type"},{"id":29327,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type.__type"},{"id":29328,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type.__type.__type"},{"id":29329,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type.__type"},{"id":29330,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type.__type"},{"id":29331,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type.__type"},{"id":29332,"kind":1024,"name":"local","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type.__type"},{"id":29333,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_mention.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Status.__type.__type"},{"id":29334,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_mention.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29335,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Context"},{"id":29336,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_mention.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Context.__type"},{"id":29337,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_mention.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Context.__type"},{"id":29338,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_mention.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29339,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Conversation"},{"id":29340,"kind":1024,"name":"id","url":"modules/pleroma_entities_mention.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Conversation.__type"},{"id":29341,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_mention.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Conversation.__type"},{"id":29342,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_mention.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Conversation.__type"},{"id":29343,"kind":1024,"name":"unread","url":"modules/pleroma_entities_mention.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Conversation.__type"},{"id":29344,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_mention.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29345,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.FeaturedTag"},{"id":29346,"kind":1024,"name":"id","url":"modules/pleroma_entities_mention.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.FeaturedTag.__type"},{"id":29347,"kind":1024,"name":"name","url":"modules/pleroma_entities_mention.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.FeaturedTag.__type"},{"id":29348,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_mention.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.FeaturedTag.__type"},{"id":29349,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_mention.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.FeaturedTag.__type"},{"id":29350,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_mention.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29351,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Field"},{"id":29352,"kind":1024,"name":"name","url":"modules/pleroma_entities_mention.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Field.__type"},{"id":29353,"kind":1024,"name":"value","url":"modules/pleroma_entities_mention.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Field.__type"},{"id":29354,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_mention.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Field.__type"},{"id":29355,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_mention.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29356,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Filter"},{"id":29357,"kind":1024,"name":"id","url":"modules/pleroma_entities_mention.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Filter.__type"},{"id":29358,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_mention.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Filter.__type"},{"id":29359,"kind":1024,"name":"context","url":"modules/pleroma_entities_mention.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Filter.__type"},{"id":29360,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_mention.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Filter.__type"},{"id":29361,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_mention.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Filter.__type"},{"id":29362,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_mention.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Filter.__type"},{"id":29363,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_mention.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29364,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.IdentityProof"},{"id":29365,"kind":1024,"name":"provider","url":"modules/pleroma_entities_mention.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.IdentityProof.__type"},{"id":29366,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_mention.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.IdentityProof.__type"},{"id":29367,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_mention.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.IdentityProof.__type"},{"id":29368,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_mention.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.IdentityProof.__type"},{"id":29369,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_mention.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.IdentityProof.__type"},{"id":29370,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_mention.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29371,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.URLs"},{"id":29372,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_mention.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.URLs.__type"},{"id":29373,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_mention.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29374,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Stats"},{"id":29375,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_mention.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Stats.__type"},{"id":29376,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_mention.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Stats.__type"},{"id":29377,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_mention.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Stats.__type"},{"id":29378,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_mention.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29379,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Instance"},{"id":29380,"kind":1024,"name":"uri","url":"modules/pleroma_entities_mention.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Instance.__type"},{"id":29381,"kind":1024,"name":"title","url":"modules/pleroma_entities_mention.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Instance.__type"},{"id":29382,"kind":1024,"name":"description","url":"modules/pleroma_entities_mention.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Instance.__type"},{"id":29383,"kind":1024,"name":"email","url":"modules/pleroma_entities_mention.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Instance.__type"},{"id":29384,"kind":1024,"name":"version","url":"modules/pleroma_entities_mention.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Instance.__type"},{"id":29385,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_mention.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Instance.__type"},{"id":29386,"kind":1024,"name":"urls","url":"modules/pleroma_entities_mention.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Instance.__type"},{"id":29387,"kind":1024,"name":"stats","url":"modules/pleroma_entities_mention.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Instance.__type"},{"id":29388,"kind":1024,"name":"languages","url":"modules/pleroma_entities_mention.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Instance.__type"},{"id":29389,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_mention.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Instance.__type"},{"id":29390,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_mention.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Instance.__type"},{"id":29391,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_mention.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Instance.__type"},{"id":29392,"kind":4194304,"name":"List","url":"modules/pleroma_entities_mention.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29393,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.List"},{"id":29394,"kind":1024,"name":"id","url":"modules/pleroma_entities_mention.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.List.__type"},{"id":29395,"kind":1024,"name":"title","url":"modules/pleroma_entities_mention.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.List.__type"},{"id":29396,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_mention.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29397,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Marker"},{"id":29398,"kind":1024,"name":"home","url":"modules/pleroma_entities_mention.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Marker.__type"},{"id":29399,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Marker.__type"},{"id":29400,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_mention.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Marker.__type.__type"},{"id":29401,"kind":1024,"name":"version","url":"modules/pleroma_entities_mention.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Marker.__type.__type"},{"id":29402,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_mention.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Marker.__type.__type"},{"id":29403,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_mention.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Marker.__type"},{"id":29404,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Marker.__type"},{"id":29405,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_mention.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Marker.__type.__type"},{"id":29406,"kind":1024,"name":"version","url":"modules/pleroma_entities_mention.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Marker.__type.__type"},{"id":29407,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_mention.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Marker.__type.__type"},{"id":29408,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_mention.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29409,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Notification"},{"id":29410,"kind":1024,"name":"account","url":"modules/pleroma_entities_mention.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Notification.__type"},{"id":29411,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_mention.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Notification.__type"},{"id":29412,"kind":1024,"name":"id","url":"modules/pleroma_entities_mention.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Notification.__type"},{"id":29413,"kind":1024,"name":"status","url":"modules/pleroma_entities_mention.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Notification.__type"},{"id":29414,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_mention.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Notification.__type"},{"id":29415,"kind":1024,"name":"type","url":"modules/pleroma_entities_mention.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Notification.__type"},{"id":29416,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_mention.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29417,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_mention.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29418,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Preferences"},{"id":29419,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_mention.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Preferences.__type"},{"id":29420,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_mention.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Preferences.__type"},{"id":29421,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_mention.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Preferences.__type"},{"id":29422,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_mention.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Preferences.__type"},{"id":29423,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_mention.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Preferences.__type"},{"id":29424,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_mention.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29425,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.PushSubscription"},{"id":29426,"kind":1024,"name":"id","url":"modules/pleroma_entities_mention.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.PushSubscription.__type"},{"id":29427,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_mention.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.PushSubscription.__type"},{"id":29428,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_mention.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.PushSubscription.__type"},{"id":29429,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_mention.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.PushSubscription.__type"},{"id":29430,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_mention.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29431,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Relationship"},{"id":29432,"kind":1024,"name":"id","url":"modules/pleroma_entities_mention.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Relationship.__type"},{"id":29433,"kind":1024,"name":"following","url":"modules/pleroma_entities_mention.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Relationship.__type"},{"id":29434,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_mention.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Relationship.__type"},{"id":29435,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_mention.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Relationship.__type"},{"id":29436,"kind":1024,"name":"muting","url":"modules/pleroma_entities_mention.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Relationship.__type"},{"id":29437,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_mention.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Relationship.__type"},{"id":29438,"kind":1024,"name":"requested","url":"modules/pleroma_entities_mention.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Relationship.__type"},{"id":29439,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_mention.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Relationship.__type"},{"id":29440,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_mention.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Relationship.__type"},{"id":29441,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_mention.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Relationship.__type"},{"id":29442,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_mention.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29443,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Report"},{"id":29444,"kind":1024,"name":"id","url":"modules/pleroma_entities_mention.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Report.__type"},{"id":29445,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_mention.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Report.__type"},{"id":29446,"kind":1024,"name":"comment","url":"modules/pleroma_entities_mention.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Report.__type"},{"id":29447,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_mention.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Report.__type"},{"id":29448,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_mention.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Report.__type"},{"id":29449,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_mention.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29450,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Results"},{"id":29451,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_mention.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Results.__type"},{"id":29452,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_mention.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Results.__type"},{"id":29453,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_mention.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Results.__type"},{"id":29454,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_mention.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29455,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.ScheduledStatus"},{"id":29456,"kind":1024,"name":"id","url":"modules/pleroma_entities_mention.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.ScheduledStatus.__type"},{"id":29457,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_mention.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.ScheduledStatus.__type"},{"id":29458,"kind":1024,"name":"params","url":"modules/pleroma_entities_mention.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.ScheduledStatus.__type"},{"id":29459,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_mention.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.ScheduledStatus.__type"},{"id":29460,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_mention.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29461,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.StatusParams"},{"id":29462,"kind":1024,"name":"text","url":"modules/pleroma_entities_mention.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.StatusParams.__type"},{"id":29463,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_mention.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.StatusParams.__type"},{"id":29464,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_mention.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.StatusParams.__type"},{"id":29465,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_mention.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.StatusParams.__type"},{"id":29466,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_mention.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.StatusParams.__type"},{"id":29467,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_mention.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.StatusParams.__type"},{"id":29468,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_mention.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.StatusParams.__type"},{"id":29469,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_mention.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.StatusParams.__type"},{"id":29470,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_mention.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/mention.PleromaEntity"},{"id":29471,"kind":65536,"name":"__type","url":"modules/pleroma_entities_mention.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/mention.PleromaEntity.Token"},{"id":29472,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_mention.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Token.__type"},{"id":29473,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_mention.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Token.__type"},{"id":29474,"kind":1024,"name":"scope","url":"modules/pleroma_entities_mention.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Token.__type"},{"id":29475,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_mention.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/mention.PleromaEntity.Token.__type"},{"id":29476,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_notification.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/notification"},{"id":29477,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_notification.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29478,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Emoji"},{"id":29479,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_notification.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Emoji.__type"},{"id":29480,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_notification.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Emoji.__type"},{"id":29481,"kind":1024,"name":"url","url":"modules/pleroma_entities_notification.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Emoji.__type"},{"id":29482,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_notification.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Emoji.__type"},{"id":29483,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_notification.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29484,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Source"},{"id":29485,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_notification.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Source.__type"},{"id":29486,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_notification.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Source.__type"},{"id":29487,"kind":1024,"name":"language","url":"modules/pleroma_entities_notification.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Source.__type"},{"id":29488,"kind":1024,"name":"note","url":"modules/pleroma_entities_notification.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Source.__type"},{"id":29489,"kind":1024,"name":"fields","url":"modules/pleroma_entities_notification.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Source.__type"},{"id":29490,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_notification.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29491,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Account"},{"id":29492,"kind":1024,"name":"id","url":"modules/pleroma_entities_notification.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Account.__type"},{"id":29493,"kind":1024,"name":"username","url":"modules/pleroma_entities_notification.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Account.__type"},{"id":29494,"kind":1024,"name":"acct","url":"modules/pleroma_entities_notification.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Account.__type"},{"id":29495,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_notification.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Account.__type"},{"id":29496,"kind":1024,"name":"locked","url":"modules/pleroma_entities_notification.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Account.__type"},{"id":29497,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_notification.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Account.__type"},{"id":29498,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_notification.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Account.__type"},{"id":29499,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_notification.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Account.__type"},{"id":29500,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_notification.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Account.__type"},{"id":29501,"kind":1024,"name":"note","url":"modules/pleroma_entities_notification.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Account.__type"},{"id":29502,"kind":1024,"name":"url","url":"modules/pleroma_entities_notification.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Account.__type"},{"id":29503,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_notification.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Account.__type"},{"id":29504,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_notification.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Account.__type"},{"id":29505,"kind":1024,"name":"header","url":"modules/pleroma_entities_notification.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Account.__type"},{"id":29506,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_notification.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Account.__type"},{"id":29507,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_notification.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Account.__type"},{"id":29508,"kind":1024,"name":"moved","url":"modules/pleroma_entities_notification.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Account.__type"},{"id":29509,"kind":1024,"name":"fields","url":"modules/pleroma_entities_notification.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Account.__type"},{"id":29510,"kind":1024,"name":"bot","url":"modules/pleroma_entities_notification.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Account.__type"},{"id":29511,"kind":1024,"name":"source","url":"modules/pleroma_entities_notification.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Account.__type"},{"id":29512,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_notification.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29513,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Activity"},{"id":29514,"kind":1024,"name":"week","url":"modules/pleroma_entities_notification.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Activity.__type"},{"id":29515,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_notification.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Activity.__type"},{"id":29516,"kind":1024,"name":"logins","url":"modules/pleroma_entities_notification.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Activity.__type"},{"id":29517,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_notification.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Activity.__type"},{"id":29518,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_notification.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29519,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Application"},{"id":29520,"kind":1024,"name":"name","url":"modules/pleroma_entities_notification.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Application.__type"},{"id":29521,"kind":1024,"name":"website","url":"modules/pleroma_entities_notification.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Application.__type"},{"id":29522,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_notification.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Application.__type"},{"id":29523,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_notification.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29524,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Attachment"},{"id":29525,"kind":1024,"name":"id","url":"modules/pleroma_entities_notification.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Attachment.__type"},{"id":29526,"kind":1024,"name":"type","url":"modules/pleroma_entities_notification.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Attachment.__type"},{"id":29527,"kind":1024,"name":"url","url":"modules/pleroma_entities_notification.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Attachment.__type"},{"id":29528,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_notification.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Attachment.__type"},{"id":29529,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_notification.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Attachment.__type"},{"id":29530,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_notification.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Attachment.__type"},{"id":29531,"kind":1024,"name":"meta","url":"modules/pleroma_entities_notification.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Attachment.__type"},{"id":29532,"kind":1024,"name":"description","url":"modules/pleroma_entities_notification.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Attachment.__type"},{"id":29533,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_notification.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29534,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Card"},{"id":29535,"kind":1024,"name":"url","url":"modules/pleroma_entities_notification.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Card.__type"},{"id":29536,"kind":1024,"name":"title","url":"modules/pleroma_entities_notification.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Card.__type"},{"id":29537,"kind":1024,"name":"description","url":"modules/pleroma_entities_notification.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Card.__type"},{"id":29538,"kind":1024,"name":"type","url":"modules/pleroma_entities_notification.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Card.__type"},{"id":29539,"kind":1024,"name":"image","url":"modules/pleroma_entities_notification.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Card.__type"},{"id":29540,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_notification.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Card.__type"},{"id":29541,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_notification.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Card.__type"},{"id":29542,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_notification.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Card.__type"},{"id":29543,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_notification.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Card.__type"},{"id":29544,"kind":1024,"name":"html","url":"modules/pleroma_entities_notification.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Card.__type"},{"id":29545,"kind":1024,"name":"width","url":"modules/pleroma_entities_notification.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Card.__type"},{"id":29546,"kind":1024,"name":"height","url":"modules/pleroma_entities_notification.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Card.__type"},{"id":29547,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_notification.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Card.__type"},{"id":29548,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_notification.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29549,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Mention"},{"id":29550,"kind":1024,"name":"id","url":"modules/pleroma_entities_notification.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Mention.__type"},{"id":29551,"kind":1024,"name":"username","url":"modules/pleroma_entities_notification.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Mention.__type"},{"id":29552,"kind":1024,"name":"url","url":"modules/pleroma_entities_notification.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Mention.__type"},{"id":29553,"kind":1024,"name":"acct","url":"modules/pleroma_entities_notification.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Mention.__type"},{"id":29554,"kind":4194304,"name":"History","url":"modules/pleroma_entities_notification.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29555,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.History"},{"id":29556,"kind":1024,"name":"day","url":"modules/pleroma_entities_notification.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.History.__type"},{"id":29557,"kind":1024,"name":"uses","url":"modules/pleroma_entities_notification.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.History.__type"},{"id":29558,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_notification.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.History.__type"},{"id":29559,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_notification.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29560,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Tag"},{"id":29561,"kind":1024,"name":"name","url":"modules/pleroma_entities_notification.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Tag.__type"},{"id":29562,"kind":1024,"name":"url","url":"modules/pleroma_entities_notification.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Tag.__type"},{"id":29563,"kind":1024,"name":"history","url":"modules/pleroma_entities_notification.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Tag.__type"},{"id":29564,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_notification.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29565,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.PollOption"},{"id":29566,"kind":1024,"name":"title","url":"modules/pleroma_entities_notification.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.PollOption.__type"},{"id":29567,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_notification.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.PollOption.__type"},{"id":29568,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_notification.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29569,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Poll"},{"id":29570,"kind":1024,"name":"id","url":"modules/pleroma_entities_notification.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Poll.__type"},{"id":29571,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_notification.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Poll.__type"},{"id":29572,"kind":1024,"name":"expired","url":"modules/pleroma_entities_notification.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Poll.__type"},{"id":29573,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_notification.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Poll.__type"},{"id":29574,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_notification.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Poll.__type"},{"id":29575,"kind":1024,"name":"options","url":"modules/pleroma_entities_notification.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Poll.__type"},{"id":29576,"kind":1024,"name":"voted","url":"modules/pleroma_entities_notification.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Poll.__type"},{"id":29577,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_notification.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29578,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Reaction"},{"id":29579,"kind":1024,"name":"count","url":"modules/pleroma_entities_notification.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Reaction.__type"},{"id":29580,"kind":1024,"name":"me","url":"modules/pleroma_entities_notification.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Reaction.__type"},{"id":29581,"kind":1024,"name":"name","url":"modules/pleroma_entities_notification.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Reaction.__type"},{"id":29582,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_notification.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Reaction.__type"},{"id":29583,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29584,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Status"},{"id":29585,"kind":1024,"name":"id","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29586,"kind":1024,"name":"uri","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29587,"kind":1024,"name":"url","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29588,"kind":1024,"name":"account","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29589,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29590,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29591,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29592,"kind":1024,"name":"content","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29593,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29594,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29595,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29596,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29597,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29598,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29599,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29600,"kind":1024,"name":"muted","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29601,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29602,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29603,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29604,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29605,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29606,"kind":1024,"name":"tags","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29607,"kind":1024,"name":"card","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29608,"kind":1024,"name":"poll","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29609,"kind":1024,"name":"application","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29610,"kind":1024,"name":"language","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29611,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29612,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29613,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29614,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type"},{"id":29615,"kind":1024,"name":"context","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type.__type"},{"id":29616,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type.__type"},{"id":29617,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type.__type.__type"},{"id":29618,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type.__type"},{"id":29619,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type.__type"},{"id":29620,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type.__type.__type"},{"id":29621,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type.__type"},{"id":29622,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type.__type"},{"id":29623,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type.__type"},{"id":29624,"kind":1024,"name":"local","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type.__type"},{"id":29625,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_notification.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Status.__type.__type"},{"id":29626,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_notification.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29627,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Context"},{"id":29628,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_notification.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Context.__type"},{"id":29629,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_notification.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Context.__type"},{"id":29630,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_notification.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29631,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Conversation"},{"id":29632,"kind":1024,"name":"id","url":"modules/pleroma_entities_notification.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Conversation.__type"},{"id":29633,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_notification.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Conversation.__type"},{"id":29634,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_notification.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Conversation.__type"},{"id":29635,"kind":1024,"name":"unread","url":"modules/pleroma_entities_notification.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Conversation.__type"},{"id":29636,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_notification.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29637,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.FeaturedTag"},{"id":29638,"kind":1024,"name":"id","url":"modules/pleroma_entities_notification.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.FeaturedTag.__type"},{"id":29639,"kind":1024,"name":"name","url":"modules/pleroma_entities_notification.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.FeaturedTag.__type"},{"id":29640,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_notification.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.FeaturedTag.__type"},{"id":29641,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_notification.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.FeaturedTag.__type"},{"id":29642,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_notification.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29643,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Field"},{"id":29644,"kind":1024,"name":"name","url":"modules/pleroma_entities_notification.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Field.__type"},{"id":29645,"kind":1024,"name":"value","url":"modules/pleroma_entities_notification.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Field.__type"},{"id":29646,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_notification.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Field.__type"},{"id":29647,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_notification.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29648,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Filter"},{"id":29649,"kind":1024,"name":"id","url":"modules/pleroma_entities_notification.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Filter.__type"},{"id":29650,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_notification.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Filter.__type"},{"id":29651,"kind":1024,"name":"context","url":"modules/pleroma_entities_notification.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Filter.__type"},{"id":29652,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_notification.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Filter.__type"},{"id":29653,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_notification.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Filter.__type"},{"id":29654,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_notification.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Filter.__type"},{"id":29655,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_notification.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29656,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.IdentityProof"},{"id":29657,"kind":1024,"name":"provider","url":"modules/pleroma_entities_notification.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.IdentityProof.__type"},{"id":29658,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_notification.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.IdentityProof.__type"},{"id":29659,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_notification.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.IdentityProof.__type"},{"id":29660,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_notification.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.IdentityProof.__type"},{"id":29661,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_notification.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.IdentityProof.__type"},{"id":29662,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_notification.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29663,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.URLs"},{"id":29664,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_notification.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.URLs.__type"},{"id":29665,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_notification.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29666,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Stats"},{"id":29667,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_notification.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Stats.__type"},{"id":29668,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_notification.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Stats.__type"},{"id":29669,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_notification.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Stats.__type"},{"id":29670,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_notification.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29671,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Instance"},{"id":29672,"kind":1024,"name":"uri","url":"modules/pleroma_entities_notification.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Instance.__type"},{"id":29673,"kind":1024,"name":"title","url":"modules/pleroma_entities_notification.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Instance.__type"},{"id":29674,"kind":1024,"name":"description","url":"modules/pleroma_entities_notification.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Instance.__type"},{"id":29675,"kind":1024,"name":"email","url":"modules/pleroma_entities_notification.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Instance.__type"},{"id":29676,"kind":1024,"name":"version","url":"modules/pleroma_entities_notification.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Instance.__type"},{"id":29677,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_notification.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Instance.__type"},{"id":29678,"kind":1024,"name":"urls","url":"modules/pleroma_entities_notification.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Instance.__type"},{"id":29679,"kind":1024,"name":"stats","url":"modules/pleroma_entities_notification.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Instance.__type"},{"id":29680,"kind":1024,"name":"languages","url":"modules/pleroma_entities_notification.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Instance.__type"},{"id":29681,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_notification.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Instance.__type"},{"id":29682,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_notification.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Instance.__type"},{"id":29683,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_notification.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Instance.__type"},{"id":29684,"kind":4194304,"name":"List","url":"modules/pleroma_entities_notification.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29685,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.List"},{"id":29686,"kind":1024,"name":"id","url":"modules/pleroma_entities_notification.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.List.__type"},{"id":29687,"kind":1024,"name":"title","url":"modules/pleroma_entities_notification.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.List.__type"},{"id":29688,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_notification.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29689,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Marker"},{"id":29690,"kind":1024,"name":"home","url":"modules/pleroma_entities_notification.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Marker.__type"},{"id":29691,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Marker.__type"},{"id":29692,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_notification.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Marker.__type.__type"},{"id":29693,"kind":1024,"name":"version","url":"modules/pleroma_entities_notification.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Marker.__type.__type"},{"id":29694,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_notification.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Marker.__type.__type"},{"id":29695,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_notification.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Marker.__type"},{"id":29696,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Marker.__type"},{"id":29697,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_notification.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Marker.__type.__type"},{"id":29698,"kind":1024,"name":"version","url":"modules/pleroma_entities_notification.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Marker.__type.__type"},{"id":29699,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_notification.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Marker.__type.__type"},{"id":29700,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_notification.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29701,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Notification"},{"id":29702,"kind":1024,"name":"account","url":"modules/pleroma_entities_notification.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Notification.__type"},{"id":29703,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_notification.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Notification.__type"},{"id":29704,"kind":1024,"name":"id","url":"modules/pleroma_entities_notification.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Notification.__type"},{"id":29705,"kind":1024,"name":"status","url":"modules/pleroma_entities_notification.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Notification.__type"},{"id":29706,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_notification.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Notification.__type"},{"id":29707,"kind":1024,"name":"type","url":"modules/pleroma_entities_notification.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Notification.__type"},{"id":29708,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_notification.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29709,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_notification.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29710,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Preferences"},{"id":29711,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_notification.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Preferences.__type"},{"id":29712,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_notification.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Preferences.__type"},{"id":29713,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_notification.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Preferences.__type"},{"id":29714,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_notification.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Preferences.__type"},{"id":29715,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_notification.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Preferences.__type"},{"id":29716,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_notification.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29717,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.PushSubscription"},{"id":29718,"kind":1024,"name":"id","url":"modules/pleroma_entities_notification.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.PushSubscription.__type"},{"id":29719,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_notification.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.PushSubscription.__type"},{"id":29720,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_notification.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.PushSubscription.__type"},{"id":29721,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_notification.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.PushSubscription.__type"},{"id":29722,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_notification.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29723,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Relationship"},{"id":29724,"kind":1024,"name":"id","url":"modules/pleroma_entities_notification.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Relationship.__type"},{"id":29725,"kind":1024,"name":"following","url":"modules/pleroma_entities_notification.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Relationship.__type"},{"id":29726,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_notification.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Relationship.__type"},{"id":29727,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_notification.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Relationship.__type"},{"id":29728,"kind":1024,"name":"muting","url":"modules/pleroma_entities_notification.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Relationship.__type"},{"id":29729,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_notification.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Relationship.__type"},{"id":29730,"kind":1024,"name":"requested","url":"modules/pleroma_entities_notification.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Relationship.__type"},{"id":29731,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_notification.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Relationship.__type"},{"id":29732,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_notification.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Relationship.__type"},{"id":29733,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_notification.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Relationship.__type"},{"id":29734,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_notification.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29735,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Report"},{"id":29736,"kind":1024,"name":"id","url":"modules/pleroma_entities_notification.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Report.__type"},{"id":29737,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_notification.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Report.__type"},{"id":29738,"kind":1024,"name":"comment","url":"modules/pleroma_entities_notification.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Report.__type"},{"id":29739,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_notification.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Report.__type"},{"id":29740,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_notification.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Report.__type"},{"id":29741,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_notification.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29742,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Results"},{"id":29743,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_notification.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Results.__type"},{"id":29744,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_notification.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Results.__type"},{"id":29745,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_notification.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Results.__type"},{"id":29746,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_notification.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29747,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.ScheduledStatus"},{"id":29748,"kind":1024,"name":"id","url":"modules/pleroma_entities_notification.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.ScheduledStatus.__type"},{"id":29749,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_notification.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.ScheduledStatus.__type"},{"id":29750,"kind":1024,"name":"params","url":"modules/pleroma_entities_notification.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.ScheduledStatus.__type"},{"id":29751,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_notification.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.ScheduledStatus.__type"},{"id":29752,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_notification.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29753,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.StatusParams"},{"id":29754,"kind":1024,"name":"text","url":"modules/pleroma_entities_notification.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.StatusParams.__type"},{"id":29755,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_notification.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.StatusParams.__type"},{"id":29756,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_notification.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.StatusParams.__type"},{"id":29757,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_notification.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.StatusParams.__type"},{"id":29758,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_notification.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.StatusParams.__type"},{"id":29759,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_notification.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.StatusParams.__type"},{"id":29760,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_notification.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.StatusParams.__type"},{"id":29761,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_notification.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.StatusParams.__type"},{"id":29762,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_notification.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/notification.PleromaEntity"},{"id":29763,"kind":65536,"name":"__type","url":"modules/pleroma_entities_notification.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/notification.PleromaEntity.Token"},{"id":29764,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_notification.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Token.__type"},{"id":29765,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_notification.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Token.__type"},{"id":29766,"kind":1024,"name":"scope","url":"modules/pleroma_entities_notification.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Token.__type"},{"id":29767,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_notification.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/notification.PleromaEntity.Token.__type"},{"id":29768,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_poll.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/poll"},{"id":29769,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_poll.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29770,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Emoji"},{"id":29771,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_poll.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Emoji.__type"},{"id":29772,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_poll.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Emoji.__type"},{"id":29773,"kind":1024,"name":"url","url":"modules/pleroma_entities_poll.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Emoji.__type"},{"id":29774,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_poll.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Emoji.__type"},{"id":29775,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_poll.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29776,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Source"},{"id":29777,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_poll.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Source.__type"},{"id":29778,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_poll.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Source.__type"},{"id":29779,"kind":1024,"name":"language","url":"modules/pleroma_entities_poll.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Source.__type"},{"id":29780,"kind":1024,"name":"note","url":"modules/pleroma_entities_poll.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Source.__type"},{"id":29781,"kind":1024,"name":"fields","url":"modules/pleroma_entities_poll.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Source.__type"},{"id":29782,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_poll.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29783,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Account"},{"id":29784,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Account.__type"},{"id":29785,"kind":1024,"name":"username","url":"modules/pleroma_entities_poll.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Account.__type"},{"id":29786,"kind":1024,"name":"acct","url":"modules/pleroma_entities_poll.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Account.__type"},{"id":29787,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_poll.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Account.__type"},{"id":29788,"kind":1024,"name":"locked","url":"modules/pleroma_entities_poll.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Account.__type"},{"id":29789,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_poll.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Account.__type"},{"id":29790,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_poll.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Account.__type"},{"id":29791,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_poll.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Account.__type"},{"id":29792,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_poll.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Account.__type"},{"id":29793,"kind":1024,"name":"note","url":"modules/pleroma_entities_poll.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Account.__type"},{"id":29794,"kind":1024,"name":"url","url":"modules/pleroma_entities_poll.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Account.__type"},{"id":29795,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_poll.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Account.__type"},{"id":29796,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_poll.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Account.__type"},{"id":29797,"kind":1024,"name":"header","url":"modules/pleroma_entities_poll.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Account.__type"},{"id":29798,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_poll.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Account.__type"},{"id":29799,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_poll.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Account.__type"},{"id":29800,"kind":1024,"name":"moved","url":"modules/pleroma_entities_poll.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Account.__type"},{"id":29801,"kind":1024,"name":"fields","url":"modules/pleroma_entities_poll.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Account.__type"},{"id":29802,"kind":1024,"name":"bot","url":"modules/pleroma_entities_poll.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Account.__type"},{"id":29803,"kind":1024,"name":"source","url":"modules/pleroma_entities_poll.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Account.__type"},{"id":29804,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_poll.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29805,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Activity"},{"id":29806,"kind":1024,"name":"week","url":"modules/pleroma_entities_poll.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Activity.__type"},{"id":29807,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_poll.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Activity.__type"},{"id":29808,"kind":1024,"name":"logins","url":"modules/pleroma_entities_poll.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Activity.__type"},{"id":29809,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_poll.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Activity.__type"},{"id":29810,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_poll.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29811,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Application"},{"id":29812,"kind":1024,"name":"name","url":"modules/pleroma_entities_poll.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Application.__type"},{"id":29813,"kind":1024,"name":"website","url":"modules/pleroma_entities_poll.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Application.__type"},{"id":29814,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_poll.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Application.__type"},{"id":29815,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_poll.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29816,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Attachment"},{"id":29817,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Attachment.__type"},{"id":29818,"kind":1024,"name":"type","url":"modules/pleroma_entities_poll.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Attachment.__type"},{"id":29819,"kind":1024,"name":"url","url":"modules/pleroma_entities_poll.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Attachment.__type"},{"id":29820,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_poll.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Attachment.__type"},{"id":29821,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_poll.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Attachment.__type"},{"id":29822,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_poll.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Attachment.__type"},{"id":29823,"kind":1024,"name":"meta","url":"modules/pleroma_entities_poll.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Attachment.__type"},{"id":29824,"kind":1024,"name":"description","url":"modules/pleroma_entities_poll.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Attachment.__type"},{"id":29825,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_poll.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29826,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Card"},{"id":29827,"kind":1024,"name":"url","url":"modules/pleroma_entities_poll.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Card.__type"},{"id":29828,"kind":1024,"name":"title","url":"modules/pleroma_entities_poll.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Card.__type"},{"id":29829,"kind":1024,"name":"description","url":"modules/pleroma_entities_poll.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Card.__type"},{"id":29830,"kind":1024,"name":"type","url":"modules/pleroma_entities_poll.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Card.__type"},{"id":29831,"kind":1024,"name":"image","url":"modules/pleroma_entities_poll.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Card.__type"},{"id":29832,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_poll.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Card.__type"},{"id":29833,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_poll.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Card.__type"},{"id":29834,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_poll.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Card.__type"},{"id":29835,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_poll.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Card.__type"},{"id":29836,"kind":1024,"name":"html","url":"modules/pleroma_entities_poll.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Card.__type"},{"id":29837,"kind":1024,"name":"width","url":"modules/pleroma_entities_poll.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Card.__type"},{"id":29838,"kind":1024,"name":"height","url":"modules/pleroma_entities_poll.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Card.__type"},{"id":29839,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_poll.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Card.__type"},{"id":29840,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_poll.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29841,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Mention"},{"id":29842,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Mention.__type"},{"id":29843,"kind":1024,"name":"username","url":"modules/pleroma_entities_poll.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Mention.__type"},{"id":29844,"kind":1024,"name":"url","url":"modules/pleroma_entities_poll.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Mention.__type"},{"id":29845,"kind":1024,"name":"acct","url":"modules/pleroma_entities_poll.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Mention.__type"},{"id":29846,"kind":4194304,"name":"History","url":"modules/pleroma_entities_poll.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29847,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.History"},{"id":29848,"kind":1024,"name":"day","url":"modules/pleroma_entities_poll.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.History.__type"},{"id":29849,"kind":1024,"name":"uses","url":"modules/pleroma_entities_poll.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.History.__type"},{"id":29850,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_poll.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.History.__type"},{"id":29851,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_poll.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29852,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Tag"},{"id":29853,"kind":1024,"name":"name","url":"modules/pleroma_entities_poll.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Tag.__type"},{"id":29854,"kind":1024,"name":"url","url":"modules/pleroma_entities_poll.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Tag.__type"},{"id":29855,"kind":1024,"name":"history","url":"modules/pleroma_entities_poll.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Tag.__type"},{"id":29856,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_poll.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29857,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.PollOption"},{"id":29858,"kind":1024,"name":"title","url":"modules/pleroma_entities_poll.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.PollOption.__type"},{"id":29859,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_poll.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.PollOption.__type"},{"id":29860,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_poll.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29861,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Poll"},{"id":29862,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Poll.__type"},{"id":29863,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_poll.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Poll.__type"},{"id":29864,"kind":1024,"name":"expired","url":"modules/pleroma_entities_poll.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Poll.__type"},{"id":29865,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_poll.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Poll.__type"},{"id":29866,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_poll.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Poll.__type"},{"id":29867,"kind":1024,"name":"options","url":"modules/pleroma_entities_poll.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Poll.__type"},{"id":29868,"kind":1024,"name":"voted","url":"modules/pleroma_entities_poll.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Poll.__type"},{"id":29869,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_poll.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29870,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Reaction"},{"id":29871,"kind":1024,"name":"count","url":"modules/pleroma_entities_poll.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Reaction.__type"},{"id":29872,"kind":1024,"name":"me","url":"modules/pleroma_entities_poll.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Reaction.__type"},{"id":29873,"kind":1024,"name":"name","url":"modules/pleroma_entities_poll.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Reaction.__type"},{"id":29874,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_poll.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Reaction.__type"},{"id":29875,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29876,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Status"},{"id":29877,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29878,"kind":1024,"name":"uri","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29879,"kind":1024,"name":"url","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29880,"kind":1024,"name":"account","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29881,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29882,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29883,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29884,"kind":1024,"name":"content","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29885,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29886,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29887,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29888,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29889,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29890,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29891,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29892,"kind":1024,"name":"muted","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29893,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29894,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29895,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29896,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29897,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29898,"kind":1024,"name":"tags","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29899,"kind":1024,"name":"card","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29900,"kind":1024,"name":"poll","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29901,"kind":1024,"name":"application","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29902,"kind":1024,"name":"language","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29903,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29904,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29905,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29906,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type"},{"id":29907,"kind":1024,"name":"context","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type.__type"},{"id":29908,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type.__type"},{"id":29909,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type.__type.__type"},{"id":29910,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type.__type"},{"id":29911,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type.__type"},{"id":29912,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type.__type.__type"},{"id":29913,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type.__type"},{"id":29914,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type.__type"},{"id":29915,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type.__type"},{"id":29916,"kind":1024,"name":"local","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type.__type"},{"id":29917,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_poll.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Status.__type.__type"},{"id":29918,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_poll.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29919,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Context"},{"id":29920,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_poll.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Context.__type"},{"id":29921,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_poll.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Context.__type"},{"id":29922,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_poll.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29923,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Conversation"},{"id":29924,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Conversation.__type"},{"id":29925,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_poll.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Conversation.__type"},{"id":29926,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_poll.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Conversation.__type"},{"id":29927,"kind":1024,"name":"unread","url":"modules/pleroma_entities_poll.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Conversation.__type"},{"id":29928,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_poll.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29929,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.FeaturedTag"},{"id":29930,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.FeaturedTag.__type"},{"id":29931,"kind":1024,"name":"name","url":"modules/pleroma_entities_poll.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.FeaturedTag.__type"},{"id":29932,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_poll.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.FeaturedTag.__type"},{"id":29933,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_poll.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.FeaturedTag.__type"},{"id":29934,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_poll.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29935,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Field"},{"id":29936,"kind":1024,"name":"name","url":"modules/pleroma_entities_poll.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Field.__type"},{"id":29937,"kind":1024,"name":"value","url":"modules/pleroma_entities_poll.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Field.__type"},{"id":29938,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_poll.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Field.__type"},{"id":29939,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_poll.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29940,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Filter"},{"id":29941,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Filter.__type"},{"id":29942,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_poll.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Filter.__type"},{"id":29943,"kind":1024,"name":"context","url":"modules/pleroma_entities_poll.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Filter.__type"},{"id":29944,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_poll.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Filter.__type"},{"id":29945,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_poll.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Filter.__type"},{"id":29946,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_poll.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Filter.__type"},{"id":29947,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_poll.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29948,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.IdentityProof"},{"id":29949,"kind":1024,"name":"provider","url":"modules/pleroma_entities_poll.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.IdentityProof.__type"},{"id":29950,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_poll.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.IdentityProof.__type"},{"id":29951,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_poll.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.IdentityProof.__type"},{"id":29952,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_poll.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.IdentityProof.__type"},{"id":29953,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_poll.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.IdentityProof.__type"},{"id":29954,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_poll.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29955,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.URLs"},{"id":29956,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_poll.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.URLs.__type"},{"id":29957,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_poll.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29958,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Stats"},{"id":29959,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_poll.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Stats.__type"},{"id":29960,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_poll.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Stats.__type"},{"id":29961,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_poll.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Stats.__type"},{"id":29962,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_poll.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29963,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Instance"},{"id":29964,"kind":1024,"name":"uri","url":"modules/pleroma_entities_poll.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Instance.__type"},{"id":29965,"kind":1024,"name":"title","url":"modules/pleroma_entities_poll.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Instance.__type"},{"id":29966,"kind":1024,"name":"description","url":"modules/pleroma_entities_poll.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Instance.__type"},{"id":29967,"kind":1024,"name":"email","url":"modules/pleroma_entities_poll.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Instance.__type"},{"id":29968,"kind":1024,"name":"version","url":"modules/pleroma_entities_poll.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Instance.__type"},{"id":29969,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_poll.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Instance.__type"},{"id":29970,"kind":1024,"name":"urls","url":"modules/pleroma_entities_poll.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Instance.__type"},{"id":29971,"kind":1024,"name":"stats","url":"modules/pleroma_entities_poll.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Instance.__type"},{"id":29972,"kind":1024,"name":"languages","url":"modules/pleroma_entities_poll.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Instance.__type"},{"id":29973,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_poll.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Instance.__type"},{"id":29974,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_poll.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Instance.__type"},{"id":29975,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_poll.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Instance.__type"},{"id":29976,"kind":4194304,"name":"List","url":"modules/pleroma_entities_poll.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29977,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.List"},{"id":29978,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.List.__type"},{"id":29979,"kind":1024,"name":"title","url":"modules/pleroma_entities_poll.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.List.__type"},{"id":29980,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_poll.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29981,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Marker"},{"id":29982,"kind":1024,"name":"home","url":"modules/pleroma_entities_poll.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Marker.__type"},{"id":29983,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Marker.__type"},{"id":29984,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_poll.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Marker.__type.__type"},{"id":29985,"kind":1024,"name":"version","url":"modules/pleroma_entities_poll.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Marker.__type.__type"},{"id":29986,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_poll.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Marker.__type.__type"},{"id":29987,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_poll.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Marker.__type"},{"id":29988,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Marker.__type"},{"id":29989,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_poll.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Marker.__type.__type"},{"id":29990,"kind":1024,"name":"version","url":"modules/pleroma_entities_poll.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Marker.__type.__type"},{"id":29991,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_poll.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Marker.__type.__type"},{"id":29992,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_poll.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":29993,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Notification"},{"id":29994,"kind":1024,"name":"account","url":"modules/pleroma_entities_poll.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Notification.__type"},{"id":29995,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_poll.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Notification.__type"},{"id":29996,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Notification.__type"},{"id":29997,"kind":1024,"name":"status","url":"modules/pleroma_entities_poll.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Notification.__type"},{"id":29998,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_poll.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Notification.__type"},{"id":29999,"kind":1024,"name":"type","url":"modules/pleroma_entities_poll.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Notification.__type"},{"id":30000,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_poll.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":30001,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_poll.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":30002,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Preferences"},{"id":30003,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_poll.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Preferences.__type"},{"id":30004,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_poll.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Preferences.__type"},{"id":30005,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_poll.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Preferences.__type"},{"id":30006,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_poll.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Preferences.__type"},{"id":30007,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_poll.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Preferences.__type"},{"id":30008,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_poll.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":30009,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.PushSubscription"},{"id":30010,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.PushSubscription.__type"},{"id":30011,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_poll.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.PushSubscription.__type"},{"id":30012,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_poll.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.PushSubscription.__type"},{"id":30013,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_poll.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.PushSubscription.__type"},{"id":30014,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_poll.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":30015,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Relationship"},{"id":30016,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Relationship.__type"},{"id":30017,"kind":1024,"name":"following","url":"modules/pleroma_entities_poll.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Relationship.__type"},{"id":30018,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_poll.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Relationship.__type"},{"id":30019,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_poll.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Relationship.__type"},{"id":30020,"kind":1024,"name":"muting","url":"modules/pleroma_entities_poll.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Relationship.__type"},{"id":30021,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_poll.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Relationship.__type"},{"id":30022,"kind":1024,"name":"requested","url":"modules/pleroma_entities_poll.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Relationship.__type"},{"id":30023,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_poll.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Relationship.__type"},{"id":30024,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_poll.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Relationship.__type"},{"id":30025,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_poll.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Relationship.__type"},{"id":30026,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_poll.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":30027,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Report"},{"id":30028,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Report.__type"},{"id":30029,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_poll.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Report.__type"},{"id":30030,"kind":1024,"name":"comment","url":"modules/pleroma_entities_poll.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Report.__type"},{"id":30031,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_poll.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Report.__type"},{"id":30032,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_poll.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Report.__type"},{"id":30033,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_poll.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":30034,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Results"},{"id":30035,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_poll.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Results.__type"},{"id":30036,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_poll.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Results.__type"},{"id":30037,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_poll.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Results.__type"},{"id":30038,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_poll.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":30039,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.ScheduledStatus"},{"id":30040,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.ScheduledStatus.__type"},{"id":30041,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_poll.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.ScheduledStatus.__type"},{"id":30042,"kind":1024,"name":"params","url":"modules/pleroma_entities_poll.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.ScheduledStatus.__type"},{"id":30043,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_poll.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.ScheduledStatus.__type"},{"id":30044,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_poll.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":30045,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.StatusParams"},{"id":30046,"kind":1024,"name":"text","url":"modules/pleroma_entities_poll.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.StatusParams.__type"},{"id":30047,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_poll.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.StatusParams.__type"},{"id":30048,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_poll.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.StatusParams.__type"},{"id":30049,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_poll.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.StatusParams.__type"},{"id":30050,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_poll.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.StatusParams.__type"},{"id":30051,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_poll.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.StatusParams.__type"},{"id":30052,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_poll.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.StatusParams.__type"},{"id":30053,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_poll.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.StatusParams.__type"},{"id":30054,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_poll.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll.PleromaEntity"},{"id":30055,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll.PleromaEntity.Token"},{"id":30056,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_poll.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Token.__type"},{"id":30057,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_poll.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Token.__type"},{"id":30058,"kind":1024,"name":"scope","url":"modules/pleroma_entities_poll.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Token.__type"},{"id":30059,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_poll.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll.PleromaEntity.Token.__type"},{"id":30060,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_poll_option.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/poll_option"},{"id":30061,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_poll_option.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30062,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Emoji"},{"id":30063,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_poll_option.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Emoji.__type"},{"id":30064,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_poll_option.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Emoji.__type"},{"id":30065,"kind":1024,"name":"url","url":"modules/pleroma_entities_poll_option.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Emoji.__type"},{"id":30066,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_poll_option.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Emoji.__type"},{"id":30067,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_poll_option.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30068,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Source"},{"id":30069,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_poll_option.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Source.__type"},{"id":30070,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_poll_option.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Source.__type"},{"id":30071,"kind":1024,"name":"language","url":"modules/pleroma_entities_poll_option.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Source.__type"},{"id":30072,"kind":1024,"name":"note","url":"modules/pleroma_entities_poll_option.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Source.__type"},{"id":30073,"kind":1024,"name":"fields","url":"modules/pleroma_entities_poll_option.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Source.__type"},{"id":30074,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_poll_option.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30075,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Account"},{"id":30076,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll_option.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Account.__type"},{"id":30077,"kind":1024,"name":"username","url":"modules/pleroma_entities_poll_option.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Account.__type"},{"id":30078,"kind":1024,"name":"acct","url":"modules/pleroma_entities_poll_option.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Account.__type"},{"id":30079,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_poll_option.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Account.__type"},{"id":30080,"kind":1024,"name":"locked","url":"modules/pleroma_entities_poll_option.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Account.__type"},{"id":30081,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_poll_option.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Account.__type"},{"id":30082,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_poll_option.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Account.__type"},{"id":30083,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_poll_option.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Account.__type"},{"id":30084,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_poll_option.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Account.__type"},{"id":30085,"kind":1024,"name":"note","url":"modules/pleroma_entities_poll_option.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Account.__type"},{"id":30086,"kind":1024,"name":"url","url":"modules/pleroma_entities_poll_option.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Account.__type"},{"id":30087,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_poll_option.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Account.__type"},{"id":30088,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_poll_option.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Account.__type"},{"id":30089,"kind":1024,"name":"header","url":"modules/pleroma_entities_poll_option.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Account.__type"},{"id":30090,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_poll_option.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Account.__type"},{"id":30091,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_poll_option.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Account.__type"},{"id":30092,"kind":1024,"name":"moved","url":"modules/pleroma_entities_poll_option.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Account.__type"},{"id":30093,"kind":1024,"name":"fields","url":"modules/pleroma_entities_poll_option.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Account.__type"},{"id":30094,"kind":1024,"name":"bot","url":"modules/pleroma_entities_poll_option.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Account.__type"},{"id":30095,"kind":1024,"name":"source","url":"modules/pleroma_entities_poll_option.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Account.__type"},{"id":30096,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_poll_option.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30097,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Activity"},{"id":30098,"kind":1024,"name":"week","url":"modules/pleroma_entities_poll_option.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Activity.__type"},{"id":30099,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_poll_option.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Activity.__type"},{"id":30100,"kind":1024,"name":"logins","url":"modules/pleroma_entities_poll_option.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Activity.__type"},{"id":30101,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_poll_option.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Activity.__type"},{"id":30102,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_poll_option.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30103,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Application"},{"id":30104,"kind":1024,"name":"name","url":"modules/pleroma_entities_poll_option.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Application.__type"},{"id":30105,"kind":1024,"name":"website","url":"modules/pleroma_entities_poll_option.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Application.__type"},{"id":30106,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_poll_option.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Application.__type"},{"id":30107,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_poll_option.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30108,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Attachment"},{"id":30109,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll_option.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Attachment.__type"},{"id":30110,"kind":1024,"name":"type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Attachment.__type"},{"id":30111,"kind":1024,"name":"url","url":"modules/pleroma_entities_poll_option.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Attachment.__type"},{"id":30112,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_poll_option.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Attachment.__type"},{"id":30113,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_poll_option.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Attachment.__type"},{"id":30114,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_poll_option.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Attachment.__type"},{"id":30115,"kind":1024,"name":"meta","url":"modules/pleroma_entities_poll_option.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Attachment.__type"},{"id":30116,"kind":1024,"name":"description","url":"modules/pleroma_entities_poll_option.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Attachment.__type"},{"id":30117,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_poll_option.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30118,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Card"},{"id":30119,"kind":1024,"name":"url","url":"modules/pleroma_entities_poll_option.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Card.__type"},{"id":30120,"kind":1024,"name":"title","url":"modules/pleroma_entities_poll_option.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Card.__type"},{"id":30121,"kind":1024,"name":"description","url":"modules/pleroma_entities_poll_option.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Card.__type"},{"id":30122,"kind":1024,"name":"type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Card.__type"},{"id":30123,"kind":1024,"name":"image","url":"modules/pleroma_entities_poll_option.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Card.__type"},{"id":30124,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_poll_option.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Card.__type"},{"id":30125,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_poll_option.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Card.__type"},{"id":30126,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_poll_option.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Card.__type"},{"id":30127,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_poll_option.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Card.__type"},{"id":30128,"kind":1024,"name":"html","url":"modules/pleroma_entities_poll_option.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Card.__type"},{"id":30129,"kind":1024,"name":"width","url":"modules/pleroma_entities_poll_option.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Card.__type"},{"id":30130,"kind":1024,"name":"height","url":"modules/pleroma_entities_poll_option.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Card.__type"},{"id":30131,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_poll_option.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Card.__type"},{"id":30132,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_poll_option.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30133,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Mention"},{"id":30134,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll_option.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Mention.__type"},{"id":30135,"kind":1024,"name":"username","url":"modules/pleroma_entities_poll_option.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Mention.__type"},{"id":30136,"kind":1024,"name":"url","url":"modules/pleroma_entities_poll_option.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Mention.__type"},{"id":30137,"kind":1024,"name":"acct","url":"modules/pleroma_entities_poll_option.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Mention.__type"},{"id":30138,"kind":4194304,"name":"History","url":"modules/pleroma_entities_poll_option.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30139,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.History"},{"id":30140,"kind":1024,"name":"day","url":"modules/pleroma_entities_poll_option.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.History.__type"},{"id":30141,"kind":1024,"name":"uses","url":"modules/pleroma_entities_poll_option.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.History.__type"},{"id":30142,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_poll_option.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.History.__type"},{"id":30143,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_poll_option.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30144,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Tag"},{"id":30145,"kind":1024,"name":"name","url":"modules/pleroma_entities_poll_option.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Tag.__type"},{"id":30146,"kind":1024,"name":"url","url":"modules/pleroma_entities_poll_option.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Tag.__type"},{"id":30147,"kind":1024,"name":"history","url":"modules/pleroma_entities_poll_option.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Tag.__type"},{"id":30148,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_poll_option.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30149,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.PollOption"},{"id":30150,"kind":1024,"name":"title","url":"modules/pleroma_entities_poll_option.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.PollOption.__type"},{"id":30151,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_poll_option.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.PollOption.__type"},{"id":30152,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_poll_option.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30153,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Poll"},{"id":30154,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll_option.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Poll.__type"},{"id":30155,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_poll_option.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Poll.__type"},{"id":30156,"kind":1024,"name":"expired","url":"modules/pleroma_entities_poll_option.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Poll.__type"},{"id":30157,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_poll_option.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Poll.__type"},{"id":30158,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_poll_option.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Poll.__type"},{"id":30159,"kind":1024,"name":"options","url":"modules/pleroma_entities_poll_option.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Poll.__type"},{"id":30160,"kind":1024,"name":"voted","url":"modules/pleroma_entities_poll_option.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Poll.__type"},{"id":30161,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_poll_option.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30162,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Reaction"},{"id":30163,"kind":1024,"name":"count","url":"modules/pleroma_entities_poll_option.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Reaction.__type"},{"id":30164,"kind":1024,"name":"me","url":"modules/pleroma_entities_poll_option.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Reaction.__type"},{"id":30165,"kind":1024,"name":"name","url":"modules/pleroma_entities_poll_option.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Reaction.__type"},{"id":30166,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_poll_option.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Reaction.__type"},{"id":30167,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30168,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Status"},{"id":30169,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30170,"kind":1024,"name":"uri","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30171,"kind":1024,"name":"url","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30172,"kind":1024,"name":"account","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30173,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30174,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30175,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30176,"kind":1024,"name":"content","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30177,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30178,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30179,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30180,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30181,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30182,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30183,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30184,"kind":1024,"name":"muted","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30185,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30186,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30187,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30188,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30189,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30190,"kind":1024,"name":"tags","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30191,"kind":1024,"name":"card","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30192,"kind":1024,"name":"poll","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30193,"kind":1024,"name":"application","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30194,"kind":1024,"name":"language","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30195,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30196,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30197,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30198,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type"},{"id":30199,"kind":1024,"name":"context","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type.__type"},{"id":30200,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type.__type"},{"id":30201,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type.__type.__type"},{"id":30202,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type.__type"},{"id":30203,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type.__type"},{"id":30204,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type.__type.__type"},{"id":30205,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type.__type"},{"id":30206,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type.__type"},{"id":30207,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type.__type"},{"id":30208,"kind":1024,"name":"local","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type.__type"},{"id":30209,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_poll_option.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Status.__type.__type"},{"id":30210,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_poll_option.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30211,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Context"},{"id":30212,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_poll_option.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Context.__type"},{"id":30213,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_poll_option.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Context.__type"},{"id":30214,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_poll_option.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30215,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Conversation"},{"id":30216,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll_option.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Conversation.__type"},{"id":30217,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_poll_option.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Conversation.__type"},{"id":30218,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_poll_option.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Conversation.__type"},{"id":30219,"kind":1024,"name":"unread","url":"modules/pleroma_entities_poll_option.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Conversation.__type"},{"id":30220,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_poll_option.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30221,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.FeaturedTag"},{"id":30222,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll_option.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.FeaturedTag.__type"},{"id":30223,"kind":1024,"name":"name","url":"modules/pleroma_entities_poll_option.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.FeaturedTag.__type"},{"id":30224,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_poll_option.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.FeaturedTag.__type"},{"id":30225,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_poll_option.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.FeaturedTag.__type"},{"id":30226,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_poll_option.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30227,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Field"},{"id":30228,"kind":1024,"name":"name","url":"modules/pleroma_entities_poll_option.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Field.__type"},{"id":30229,"kind":1024,"name":"value","url":"modules/pleroma_entities_poll_option.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Field.__type"},{"id":30230,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_poll_option.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Field.__type"},{"id":30231,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_poll_option.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30232,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Filter"},{"id":30233,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll_option.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Filter.__type"},{"id":30234,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_poll_option.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Filter.__type"},{"id":30235,"kind":1024,"name":"context","url":"modules/pleroma_entities_poll_option.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Filter.__type"},{"id":30236,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_poll_option.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Filter.__type"},{"id":30237,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_poll_option.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Filter.__type"},{"id":30238,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_poll_option.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Filter.__type"},{"id":30239,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_poll_option.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30240,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.IdentityProof"},{"id":30241,"kind":1024,"name":"provider","url":"modules/pleroma_entities_poll_option.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.IdentityProof.__type"},{"id":30242,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_poll_option.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.IdentityProof.__type"},{"id":30243,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_poll_option.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.IdentityProof.__type"},{"id":30244,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_poll_option.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.IdentityProof.__type"},{"id":30245,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_poll_option.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.IdentityProof.__type"},{"id":30246,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_poll_option.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30247,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.URLs"},{"id":30248,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_poll_option.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.URLs.__type"},{"id":30249,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_poll_option.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30250,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Stats"},{"id":30251,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_poll_option.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Stats.__type"},{"id":30252,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_poll_option.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Stats.__type"},{"id":30253,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_poll_option.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Stats.__type"},{"id":30254,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_poll_option.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30255,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Instance"},{"id":30256,"kind":1024,"name":"uri","url":"modules/pleroma_entities_poll_option.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Instance.__type"},{"id":30257,"kind":1024,"name":"title","url":"modules/pleroma_entities_poll_option.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Instance.__type"},{"id":30258,"kind":1024,"name":"description","url":"modules/pleroma_entities_poll_option.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Instance.__type"},{"id":30259,"kind":1024,"name":"email","url":"modules/pleroma_entities_poll_option.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Instance.__type"},{"id":30260,"kind":1024,"name":"version","url":"modules/pleroma_entities_poll_option.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Instance.__type"},{"id":30261,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_poll_option.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Instance.__type"},{"id":30262,"kind":1024,"name":"urls","url":"modules/pleroma_entities_poll_option.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Instance.__type"},{"id":30263,"kind":1024,"name":"stats","url":"modules/pleroma_entities_poll_option.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Instance.__type"},{"id":30264,"kind":1024,"name":"languages","url":"modules/pleroma_entities_poll_option.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Instance.__type"},{"id":30265,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_poll_option.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Instance.__type"},{"id":30266,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_poll_option.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Instance.__type"},{"id":30267,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_poll_option.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Instance.__type"},{"id":30268,"kind":4194304,"name":"List","url":"modules/pleroma_entities_poll_option.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30269,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.List"},{"id":30270,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll_option.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.List.__type"},{"id":30271,"kind":1024,"name":"title","url":"modules/pleroma_entities_poll_option.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.List.__type"},{"id":30272,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_poll_option.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30273,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Marker"},{"id":30274,"kind":1024,"name":"home","url":"modules/pleroma_entities_poll_option.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Marker.__type"},{"id":30275,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Marker.__type"},{"id":30276,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_poll_option.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Marker.__type.__type"},{"id":30277,"kind":1024,"name":"version","url":"modules/pleroma_entities_poll_option.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Marker.__type.__type"},{"id":30278,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_poll_option.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Marker.__type.__type"},{"id":30279,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_poll_option.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Marker.__type"},{"id":30280,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Marker.__type"},{"id":30281,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_poll_option.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Marker.__type.__type"},{"id":30282,"kind":1024,"name":"version","url":"modules/pleroma_entities_poll_option.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Marker.__type.__type"},{"id":30283,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_poll_option.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Marker.__type.__type"},{"id":30284,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_poll_option.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30285,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Notification"},{"id":30286,"kind":1024,"name":"account","url":"modules/pleroma_entities_poll_option.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Notification.__type"},{"id":30287,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_poll_option.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Notification.__type"},{"id":30288,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll_option.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Notification.__type"},{"id":30289,"kind":1024,"name":"status","url":"modules/pleroma_entities_poll_option.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Notification.__type"},{"id":30290,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_poll_option.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Notification.__type"},{"id":30291,"kind":1024,"name":"type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Notification.__type"},{"id":30292,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_poll_option.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30293,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_poll_option.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30294,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Preferences"},{"id":30295,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_poll_option.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Preferences.__type"},{"id":30296,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_poll_option.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Preferences.__type"},{"id":30297,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_poll_option.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Preferences.__type"},{"id":30298,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_poll_option.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Preferences.__type"},{"id":30299,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_poll_option.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Preferences.__type"},{"id":30300,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_poll_option.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30301,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.PushSubscription"},{"id":30302,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll_option.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.PushSubscription.__type"},{"id":30303,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_poll_option.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.PushSubscription.__type"},{"id":30304,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_poll_option.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.PushSubscription.__type"},{"id":30305,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_poll_option.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.PushSubscription.__type"},{"id":30306,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_poll_option.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30307,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Relationship"},{"id":30308,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll_option.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Relationship.__type"},{"id":30309,"kind":1024,"name":"following","url":"modules/pleroma_entities_poll_option.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Relationship.__type"},{"id":30310,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_poll_option.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Relationship.__type"},{"id":30311,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_poll_option.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Relationship.__type"},{"id":30312,"kind":1024,"name":"muting","url":"modules/pleroma_entities_poll_option.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Relationship.__type"},{"id":30313,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_poll_option.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Relationship.__type"},{"id":30314,"kind":1024,"name":"requested","url":"modules/pleroma_entities_poll_option.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Relationship.__type"},{"id":30315,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_poll_option.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Relationship.__type"},{"id":30316,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_poll_option.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Relationship.__type"},{"id":30317,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_poll_option.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Relationship.__type"},{"id":30318,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_poll_option.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30319,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Report"},{"id":30320,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll_option.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Report.__type"},{"id":30321,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_poll_option.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Report.__type"},{"id":30322,"kind":1024,"name":"comment","url":"modules/pleroma_entities_poll_option.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Report.__type"},{"id":30323,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_poll_option.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Report.__type"},{"id":30324,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_poll_option.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Report.__type"},{"id":30325,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_poll_option.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30326,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Results"},{"id":30327,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_poll_option.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Results.__type"},{"id":30328,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_poll_option.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Results.__type"},{"id":30329,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_poll_option.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Results.__type"},{"id":30330,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_poll_option.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30331,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.ScheduledStatus"},{"id":30332,"kind":1024,"name":"id","url":"modules/pleroma_entities_poll_option.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.ScheduledStatus.__type"},{"id":30333,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_poll_option.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.ScheduledStatus.__type"},{"id":30334,"kind":1024,"name":"params","url":"modules/pleroma_entities_poll_option.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.ScheduledStatus.__type"},{"id":30335,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_poll_option.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.ScheduledStatus.__type"},{"id":30336,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_poll_option.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30337,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.StatusParams"},{"id":30338,"kind":1024,"name":"text","url":"modules/pleroma_entities_poll_option.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.StatusParams.__type"},{"id":30339,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_poll_option.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.StatusParams.__type"},{"id":30340,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_poll_option.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.StatusParams.__type"},{"id":30341,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_poll_option.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.StatusParams.__type"},{"id":30342,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_poll_option.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.StatusParams.__type"},{"id":30343,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_poll_option.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.StatusParams.__type"},{"id":30344,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_poll_option.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.StatusParams.__type"},{"id":30345,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_poll_option.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.StatusParams.__type"},{"id":30346,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_poll_option.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/poll_option.PleromaEntity"},{"id":30347,"kind":65536,"name":"__type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/poll_option.PleromaEntity.Token"},{"id":30348,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_poll_option.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Token.__type"},{"id":30349,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_poll_option.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Token.__type"},{"id":30350,"kind":1024,"name":"scope","url":"modules/pleroma_entities_poll_option.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Token.__type"},{"id":30351,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_poll_option.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/poll_option.PleromaEntity.Token.__type"},{"id":30352,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_preferences.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/preferences"},{"id":30353,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_preferences.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30354,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Emoji"},{"id":30355,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_preferences.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Emoji.__type"},{"id":30356,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_preferences.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Emoji.__type"},{"id":30357,"kind":1024,"name":"url","url":"modules/pleroma_entities_preferences.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Emoji.__type"},{"id":30358,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_preferences.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Emoji.__type"},{"id":30359,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_preferences.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30360,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Source"},{"id":30361,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_preferences.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Source.__type"},{"id":30362,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_preferences.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Source.__type"},{"id":30363,"kind":1024,"name":"language","url":"modules/pleroma_entities_preferences.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Source.__type"},{"id":30364,"kind":1024,"name":"note","url":"modules/pleroma_entities_preferences.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Source.__type"},{"id":30365,"kind":1024,"name":"fields","url":"modules/pleroma_entities_preferences.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Source.__type"},{"id":30366,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_preferences.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30367,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Account"},{"id":30368,"kind":1024,"name":"id","url":"modules/pleroma_entities_preferences.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Account.__type"},{"id":30369,"kind":1024,"name":"username","url":"modules/pleroma_entities_preferences.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Account.__type"},{"id":30370,"kind":1024,"name":"acct","url":"modules/pleroma_entities_preferences.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Account.__type"},{"id":30371,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_preferences.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Account.__type"},{"id":30372,"kind":1024,"name":"locked","url":"modules/pleroma_entities_preferences.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Account.__type"},{"id":30373,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_preferences.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Account.__type"},{"id":30374,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_preferences.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Account.__type"},{"id":30375,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_preferences.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Account.__type"},{"id":30376,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_preferences.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Account.__type"},{"id":30377,"kind":1024,"name":"note","url":"modules/pleroma_entities_preferences.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Account.__type"},{"id":30378,"kind":1024,"name":"url","url":"modules/pleroma_entities_preferences.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Account.__type"},{"id":30379,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_preferences.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Account.__type"},{"id":30380,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_preferences.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Account.__type"},{"id":30381,"kind":1024,"name":"header","url":"modules/pleroma_entities_preferences.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Account.__type"},{"id":30382,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_preferences.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Account.__type"},{"id":30383,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_preferences.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Account.__type"},{"id":30384,"kind":1024,"name":"moved","url":"modules/pleroma_entities_preferences.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Account.__type"},{"id":30385,"kind":1024,"name":"fields","url":"modules/pleroma_entities_preferences.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Account.__type"},{"id":30386,"kind":1024,"name":"bot","url":"modules/pleroma_entities_preferences.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Account.__type"},{"id":30387,"kind":1024,"name":"source","url":"modules/pleroma_entities_preferences.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Account.__type"},{"id":30388,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_preferences.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30389,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Activity"},{"id":30390,"kind":1024,"name":"week","url":"modules/pleroma_entities_preferences.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Activity.__type"},{"id":30391,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_preferences.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Activity.__type"},{"id":30392,"kind":1024,"name":"logins","url":"modules/pleroma_entities_preferences.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Activity.__type"},{"id":30393,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_preferences.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Activity.__type"},{"id":30394,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_preferences.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30395,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Application"},{"id":30396,"kind":1024,"name":"name","url":"modules/pleroma_entities_preferences.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Application.__type"},{"id":30397,"kind":1024,"name":"website","url":"modules/pleroma_entities_preferences.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Application.__type"},{"id":30398,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_preferences.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Application.__type"},{"id":30399,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_preferences.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30400,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Attachment"},{"id":30401,"kind":1024,"name":"id","url":"modules/pleroma_entities_preferences.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Attachment.__type"},{"id":30402,"kind":1024,"name":"type","url":"modules/pleroma_entities_preferences.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Attachment.__type"},{"id":30403,"kind":1024,"name":"url","url":"modules/pleroma_entities_preferences.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Attachment.__type"},{"id":30404,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_preferences.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Attachment.__type"},{"id":30405,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_preferences.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Attachment.__type"},{"id":30406,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_preferences.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Attachment.__type"},{"id":30407,"kind":1024,"name":"meta","url":"modules/pleroma_entities_preferences.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Attachment.__type"},{"id":30408,"kind":1024,"name":"description","url":"modules/pleroma_entities_preferences.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Attachment.__type"},{"id":30409,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_preferences.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30410,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Card"},{"id":30411,"kind":1024,"name":"url","url":"modules/pleroma_entities_preferences.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Card.__type"},{"id":30412,"kind":1024,"name":"title","url":"modules/pleroma_entities_preferences.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Card.__type"},{"id":30413,"kind":1024,"name":"description","url":"modules/pleroma_entities_preferences.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Card.__type"},{"id":30414,"kind":1024,"name":"type","url":"modules/pleroma_entities_preferences.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Card.__type"},{"id":30415,"kind":1024,"name":"image","url":"modules/pleroma_entities_preferences.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Card.__type"},{"id":30416,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_preferences.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Card.__type"},{"id":30417,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_preferences.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Card.__type"},{"id":30418,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_preferences.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Card.__type"},{"id":30419,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_preferences.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Card.__type"},{"id":30420,"kind":1024,"name":"html","url":"modules/pleroma_entities_preferences.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Card.__type"},{"id":30421,"kind":1024,"name":"width","url":"modules/pleroma_entities_preferences.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Card.__type"},{"id":30422,"kind":1024,"name":"height","url":"modules/pleroma_entities_preferences.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Card.__type"},{"id":30423,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_preferences.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Card.__type"},{"id":30424,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_preferences.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30425,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Mention"},{"id":30426,"kind":1024,"name":"id","url":"modules/pleroma_entities_preferences.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Mention.__type"},{"id":30427,"kind":1024,"name":"username","url":"modules/pleroma_entities_preferences.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Mention.__type"},{"id":30428,"kind":1024,"name":"url","url":"modules/pleroma_entities_preferences.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Mention.__type"},{"id":30429,"kind":1024,"name":"acct","url":"modules/pleroma_entities_preferences.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Mention.__type"},{"id":30430,"kind":4194304,"name":"History","url":"modules/pleroma_entities_preferences.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30431,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.History"},{"id":30432,"kind":1024,"name":"day","url":"modules/pleroma_entities_preferences.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.History.__type"},{"id":30433,"kind":1024,"name":"uses","url":"modules/pleroma_entities_preferences.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.History.__type"},{"id":30434,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_preferences.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.History.__type"},{"id":30435,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_preferences.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30436,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Tag"},{"id":30437,"kind":1024,"name":"name","url":"modules/pleroma_entities_preferences.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Tag.__type"},{"id":30438,"kind":1024,"name":"url","url":"modules/pleroma_entities_preferences.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Tag.__type"},{"id":30439,"kind":1024,"name":"history","url":"modules/pleroma_entities_preferences.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Tag.__type"},{"id":30440,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_preferences.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30441,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.PollOption"},{"id":30442,"kind":1024,"name":"title","url":"modules/pleroma_entities_preferences.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.PollOption.__type"},{"id":30443,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_preferences.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.PollOption.__type"},{"id":30444,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_preferences.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30445,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Poll"},{"id":30446,"kind":1024,"name":"id","url":"modules/pleroma_entities_preferences.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Poll.__type"},{"id":30447,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_preferences.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Poll.__type"},{"id":30448,"kind":1024,"name":"expired","url":"modules/pleroma_entities_preferences.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Poll.__type"},{"id":30449,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_preferences.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Poll.__type"},{"id":30450,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_preferences.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Poll.__type"},{"id":30451,"kind":1024,"name":"options","url":"modules/pleroma_entities_preferences.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Poll.__type"},{"id":30452,"kind":1024,"name":"voted","url":"modules/pleroma_entities_preferences.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Poll.__type"},{"id":30453,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_preferences.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30454,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Reaction"},{"id":30455,"kind":1024,"name":"count","url":"modules/pleroma_entities_preferences.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Reaction.__type"},{"id":30456,"kind":1024,"name":"me","url":"modules/pleroma_entities_preferences.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Reaction.__type"},{"id":30457,"kind":1024,"name":"name","url":"modules/pleroma_entities_preferences.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Reaction.__type"},{"id":30458,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_preferences.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Reaction.__type"},{"id":30459,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30460,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Status"},{"id":30461,"kind":1024,"name":"id","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30462,"kind":1024,"name":"uri","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30463,"kind":1024,"name":"url","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30464,"kind":1024,"name":"account","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30465,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30466,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30467,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30468,"kind":1024,"name":"content","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30469,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30470,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30471,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30472,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30473,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30474,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30475,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30476,"kind":1024,"name":"muted","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30477,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30478,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30479,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30480,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30481,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30482,"kind":1024,"name":"tags","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30483,"kind":1024,"name":"card","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30484,"kind":1024,"name":"poll","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30485,"kind":1024,"name":"application","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30486,"kind":1024,"name":"language","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30487,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30488,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30489,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30490,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type"},{"id":30491,"kind":1024,"name":"context","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type.__type"},{"id":30492,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type.__type"},{"id":30493,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type.__type.__type"},{"id":30494,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type.__type"},{"id":30495,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type.__type"},{"id":30496,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type.__type.__type"},{"id":30497,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type.__type"},{"id":30498,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type.__type"},{"id":30499,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type.__type"},{"id":30500,"kind":1024,"name":"local","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type.__type"},{"id":30501,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_preferences.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Status.__type.__type"},{"id":30502,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_preferences.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30503,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Context"},{"id":30504,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_preferences.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Context.__type"},{"id":30505,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_preferences.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Context.__type"},{"id":30506,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_preferences.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30507,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Conversation"},{"id":30508,"kind":1024,"name":"id","url":"modules/pleroma_entities_preferences.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Conversation.__type"},{"id":30509,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_preferences.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Conversation.__type"},{"id":30510,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_preferences.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Conversation.__type"},{"id":30511,"kind":1024,"name":"unread","url":"modules/pleroma_entities_preferences.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Conversation.__type"},{"id":30512,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_preferences.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30513,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.FeaturedTag"},{"id":30514,"kind":1024,"name":"id","url":"modules/pleroma_entities_preferences.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.FeaturedTag.__type"},{"id":30515,"kind":1024,"name":"name","url":"modules/pleroma_entities_preferences.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.FeaturedTag.__type"},{"id":30516,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_preferences.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.FeaturedTag.__type"},{"id":30517,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_preferences.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.FeaturedTag.__type"},{"id":30518,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_preferences.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30519,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Field"},{"id":30520,"kind":1024,"name":"name","url":"modules/pleroma_entities_preferences.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Field.__type"},{"id":30521,"kind":1024,"name":"value","url":"modules/pleroma_entities_preferences.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Field.__type"},{"id":30522,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_preferences.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Field.__type"},{"id":30523,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_preferences.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30524,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Filter"},{"id":30525,"kind":1024,"name":"id","url":"modules/pleroma_entities_preferences.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Filter.__type"},{"id":30526,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_preferences.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Filter.__type"},{"id":30527,"kind":1024,"name":"context","url":"modules/pleroma_entities_preferences.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Filter.__type"},{"id":30528,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_preferences.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Filter.__type"},{"id":30529,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_preferences.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Filter.__type"},{"id":30530,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_preferences.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Filter.__type"},{"id":30531,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_preferences.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30532,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.IdentityProof"},{"id":30533,"kind":1024,"name":"provider","url":"modules/pleroma_entities_preferences.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.IdentityProof.__type"},{"id":30534,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_preferences.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.IdentityProof.__type"},{"id":30535,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_preferences.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.IdentityProof.__type"},{"id":30536,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_preferences.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.IdentityProof.__type"},{"id":30537,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_preferences.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.IdentityProof.__type"},{"id":30538,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_preferences.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30539,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.URLs"},{"id":30540,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_preferences.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.URLs.__type"},{"id":30541,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_preferences.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30542,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Stats"},{"id":30543,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_preferences.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Stats.__type"},{"id":30544,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_preferences.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Stats.__type"},{"id":30545,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_preferences.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Stats.__type"},{"id":30546,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_preferences.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30547,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Instance"},{"id":30548,"kind":1024,"name":"uri","url":"modules/pleroma_entities_preferences.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Instance.__type"},{"id":30549,"kind":1024,"name":"title","url":"modules/pleroma_entities_preferences.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Instance.__type"},{"id":30550,"kind":1024,"name":"description","url":"modules/pleroma_entities_preferences.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Instance.__type"},{"id":30551,"kind":1024,"name":"email","url":"modules/pleroma_entities_preferences.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Instance.__type"},{"id":30552,"kind":1024,"name":"version","url":"modules/pleroma_entities_preferences.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Instance.__type"},{"id":30553,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_preferences.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Instance.__type"},{"id":30554,"kind":1024,"name":"urls","url":"modules/pleroma_entities_preferences.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Instance.__type"},{"id":30555,"kind":1024,"name":"stats","url":"modules/pleroma_entities_preferences.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Instance.__type"},{"id":30556,"kind":1024,"name":"languages","url":"modules/pleroma_entities_preferences.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Instance.__type"},{"id":30557,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_preferences.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Instance.__type"},{"id":30558,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_preferences.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Instance.__type"},{"id":30559,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_preferences.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Instance.__type"},{"id":30560,"kind":4194304,"name":"List","url":"modules/pleroma_entities_preferences.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30561,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.List"},{"id":30562,"kind":1024,"name":"id","url":"modules/pleroma_entities_preferences.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.List.__type"},{"id":30563,"kind":1024,"name":"title","url":"modules/pleroma_entities_preferences.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.List.__type"},{"id":30564,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_preferences.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30565,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Marker"},{"id":30566,"kind":1024,"name":"home","url":"modules/pleroma_entities_preferences.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Marker.__type"},{"id":30567,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Marker.__type"},{"id":30568,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_preferences.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Marker.__type.__type"},{"id":30569,"kind":1024,"name":"version","url":"modules/pleroma_entities_preferences.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Marker.__type.__type"},{"id":30570,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_preferences.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Marker.__type.__type"},{"id":30571,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_preferences.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Marker.__type"},{"id":30572,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Marker.__type"},{"id":30573,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_preferences.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Marker.__type.__type"},{"id":30574,"kind":1024,"name":"version","url":"modules/pleroma_entities_preferences.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Marker.__type.__type"},{"id":30575,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_preferences.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Marker.__type.__type"},{"id":30576,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_preferences.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30577,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Notification"},{"id":30578,"kind":1024,"name":"account","url":"modules/pleroma_entities_preferences.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Notification.__type"},{"id":30579,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_preferences.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Notification.__type"},{"id":30580,"kind":1024,"name":"id","url":"modules/pleroma_entities_preferences.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Notification.__type"},{"id":30581,"kind":1024,"name":"status","url":"modules/pleroma_entities_preferences.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Notification.__type"},{"id":30582,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_preferences.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Notification.__type"},{"id":30583,"kind":1024,"name":"type","url":"modules/pleroma_entities_preferences.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Notification.__type"},{"id":30584,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_preferences.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30585,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_preferences.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30586,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Preferences"},{"id":30587,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_preferences.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Preferences.__type"},{"id":30588,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_preferences.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Preferences.__type"},{"id":30589,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_preferences.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Preferences.__type"},{"id":30590,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_preferences.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Preferences.__type"},{"id":30591,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_preferences.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Preferences.__type"},{"id":30592,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_preferences.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30593,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.PushSubscription"},{"id":30594,"kind":1024,"name":"id","url":"modules/pleroma_entities_preferences.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.PushSubscription.__type"},{"id":30595,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_preferences.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.PushSubscription.__type"},{"id":30596,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_preferences.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.PushSubscription.__type"},{"id":30597,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_preferences.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.PushSubscription.__type"},{"id":30598,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_preferences.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30599,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Relationship"},{"id":30600,"kind":1024,"name":"id","url":"modules/pleroma_entities_preferences.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Relationship.__type"},{"id":30601,"kind":1024,"name":"following","url":"modules/pleroma_entities_preferences.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Relationship.__type"},{"id":30602,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_preferences.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Relationship.__type"},{"id":30603,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_preferences.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Relationship.__type"},{"id":30604,"kind":1024,"name":"muting","url":"modules/pleroma_entities_preferences.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Relationship.__type"},{"id":30605,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_preferences.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Relationship.__type"},{"id":30606,"kind":1024,"name":"requested","url":"modules/pleroma_entities_preferences.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Relationship.__type"},{"id":30607,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_preferences.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Relationship.__type"},{"id":30608,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_preferences.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Relationship.__type"},{"id":30609,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_preferences.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Relationship.__type"},{"id":30610,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_preferences.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30611,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Report"},{"id":30612,"kind":1024,"name":"id","url":"modules/pleroma_entities_preferences.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Report.__type"},{"id":30613,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_preferences.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Report.__type"},{"id":30614,"kind":1024,"name":"comment","url":"modules/pleroma_entities_preferences.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Report.__type"},{"id":30615,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_preferences.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Report.__type"},{"id":30616,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_preferences.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Report.__type"},{"id":30617,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_preferences.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30618,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Results"},{"id":30619,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_preferences.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Results.__type"},{"id":30620,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_preferences.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Results.__type"},{"id":30621,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_preferences.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Results.__type"},{"id":30622,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_preferences.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30623,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.ScheduledStatus"},{"id":30624,"kind":1024,"name":"id","url":"modules/pleroma_entities_preferences.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.ScheduledStatus.__type"},{"id":30625,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_preferences.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.ScheduledStatus.__type"},{"id":30626,"kind":1024,"name":"params","url":"modules/pleroma_entities_preferences.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.ScheduledStatus.__type"},{"id":30627,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_preferences.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.ScheduledStatus.__type"},{"id":30628,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_preferences.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30629,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.StatusParams"},{"id":30630,"kind":1024,"name":"text","url":"modules/pleroma_entities_preferences.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.StatusParams.__type"},{"id":30631,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_preferences.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.StatusParams.__type"},{"id":30632,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_preferences.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.StatusParams.__type"},{"id":30633,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_preferences.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.StatusParams.__type"},{"id":30634,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_preferences.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.StatusParams.__type"},{"id":30635,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_preferences.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.StatusParams.__type"},{"id":30636,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_preferences.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.StatusParams.__type"},{"id":30637,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_preferences.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.StatusParams.__type"},{"id":30638,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_preferences.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/preferences.PleromaEntity"},{"id":30639,"kind":65536,"name":"__type","url":"modules/pleroma_entities_preferences.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/preferences.PleromaEntity.Token"},{"id":30640,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_preferences.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Token.__type"},{"id":30641,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_preferences.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Token.__type"},{"id":30642,"kind":1024,"name":"scope","url":"modules/pleroma_entities_preferences.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Token.__type"},{"id":30643,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_preferences.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/preferences.PleromaEntity.Token.__type"},{"id":30644,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_push_subscription.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/push_subscription"},{"id":30645,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30646,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Emoji"},{"id":30647,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Emoji.__type"},{"id":30648,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Emoji.__type"},{"id":30649,"kind":1024,"name":"url","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Emoji.__type"},{"id":30650,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Emoji.__type"},{"id":30651,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30652,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Source"},{"id":30653,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Source.__type"},{"id":30654,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Source.__type"},{"id":30655,"kind":1024,"name":"language","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Source.__type"},{"id":30656,"kind":1024,"name":"note","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Source.__type"},{"id":30657,"kind":1024,"name":"fields","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Source.__type"},{"id":30658,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30659,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Account"},{"id":30660,"kind":1024,"name":"id","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Account.__type"},{"id":30661,"kind":1024,"name":"username","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Account.__type"},{"id":30662,"kind":1024,"name":"acct","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Account.__type"},{"id":30663,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Account.__type"},{"id":30664,"kind":1024,"name":"locked","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Account.__type"},{"id":30665,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Account.__type"},{"id":30666,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Account.__type"},{"id":30667,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Account.__type"},{"id":30668,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Account.__type"},{"id":30669,"kind":1024,"name":"note","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Account.__type"},{"id":30670,"kind":1024,"name":"url","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Account.__type"},{"id":30671,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Account.__type"},{"id":30672,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Account.__type"},{"id":30673,"kind":1024,"name":"header","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Account.__type"},{"id":30674,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Account.__type"},{"id":30675,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Account.__type"},{"id":30676,"kind":1024,"name":"moved","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Account.__type"},{"id":30677,"kind":1024,"name":"fields","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Account.__type"},{"id":30678,"kind":1024,"name":"bot","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Account.__type"},{"id":30679,"kind":1024,"name":"source","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Account.__type"},{"id":30680,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30681,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Activity"},{"id":30682,"kind":1024,"name":"week","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Activity.__type"},{"id":30683,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Activity.__type"},{"id":30684,"kind":1024,"name":"logins","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Activity.__type"},{"id":30685,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Activity.__type"},{"id":30686,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30687,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Application"},{"id":30688,"kind":1024,"name":"name","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Application.__type"},{"id":30689,"kind":1024,"name":"website","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Application.__type"},{"id":30690,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Application.__type"},{"id":30691,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30692,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Attachment"},{"id":30693,"kind":1024,"name":"id","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Attachment.__type"},{"id":30694,"kind":1024,"name":"type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Attachment.__type"},{"id":30695,"kind":1024,"name":"url","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Attachment.__type"},{"id":30696,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Attachment.__type"},{"id":30697,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Attachment.__type"},{"id":30698,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Attachment.__type"},{"id":30699,"kind":1024,"name":"meta","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Attachment.__type"},{"id":30700,"kind":1024,"name":"description","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Attachment.__type"},{"id":30701,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30702,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Card"},{"id":30703,"kind":1024,"name":"url","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Card.__type"},{"id":30704,"kind":1024,"name":"title","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Card.__type"},{"id":30705,"kind":1024,"name":"description","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Card.__type"},{"id":30706,"kind":1024,"name":"type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Card.__type"},{"id":30707,"kind":1024,"name":"image","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Card.__type"},{"id":30708,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Card.__type"},{"id":30709,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Card.__type"},{"id":30710,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Card.__type"},{"id":30711,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Card.__type"},{"id":30712,"kind":1024,"name":"html","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Card.__type"},{"id":30713,"kind":1024,"name":"width","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Card.__type"},{"id":30714,"kind":1024,"name":"height","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Card.__type"},{"id":30715,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Card.__type"},{"id":30716,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30717,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Mention"},{"id":30718,"kind":1024,"name":"id","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Mention.__type"},{"id":30719,"kind":1024,"name":"username","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Mention.__type"},{"id":30720,"kind":1024,"name":"url","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Mention.__type"},{"id":30721,"kind":1024,"name":"acct","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Mention.__type"},{"id":30722,"kind":4194304,"name":"History","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30723,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.History"},{"id":30724,"kind":1024,"name":"day","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.History.__type"},{"id":30725,"kind":1024,"name":"uses","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.History.__type"},{"id":30726,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.History.__type"},{"id":30727,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30728,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Tag"},{"id":30729,"kind":1024,"name":"name","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Tag.__type"},{"id":30730,"kind":1024,"name":"url","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Tag.__type"},{"id":30731,"kind":1024,"name":"history","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Tag.__type"},{"id":30732,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30733,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.PollOption"},{"id":30734,"kind":1024,"name":"title","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.PollOption.__type"},{"id":30735,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.PollOption.__type"},{"id":30736,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30737,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Poll"},{"id":30738,"kind":1024,"name":"id","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Poll.__type"},{"id":30739,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Poll.__type"},{"id":30740,"kind":1024,"name":"expired","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Poll.__type"},{"id":30741,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Poll.__type"},{"id":30742,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Poll.__type"},{"id":30743,"kind":1024,"name":"options","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Poll.__type"},{"id":30744,"kind":1024,"name":"voted","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Poll.__type"},{"id":30745,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30746,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Reaction"},{"id":30747,"kind":1024,"name":"count","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Reaction.__type"},{"id":30748,"kind":1024,"name":"me","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Reaction.__type"},{"id":30749,"kind":1024,"name":"name","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Reaction.__type"},{"id":30750,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Reaction.__type"},{"id":30751,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30752,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Status"},{"id":30753,"kind":1024,"name":"id","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30754,"kind":1024,"name":"uri","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30755,"kind":1024,"name":"url","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30756,"kind":1024,"name":"account","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30757,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30758,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30759,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30760,"kind":1024,"name":"content","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30761,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30762,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30763,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30764,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30765,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30766,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30767,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30768,"kind":1024,"name":"muted","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30769,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30770,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30771,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30772,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30773,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30774,"kind":1024,"name":"tags","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30775,"kind":1024,"name":"card","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30776,"kind":1024,"name":"poll","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30777,"kind":1024,"name":"application","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30778,"kind":1024,"name":"language","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30779,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30780,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30781,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30782,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type"},{"id":30783,"kind":1024,"name":"context","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type.__type"},{"id":30784,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type.__type"},{"id":30785,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type.__type.__type"},{"id":30786,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type.__type"},{"id":30787,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type.__type"},{"id":30788,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type.__type.__type"},{"id":30789,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type.__type"},{"id":30790,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type.__type"},{"id":30791,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type.__type"},{"id":30792,"kind":1024,"name":"local","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type.__type"},{"id":30793,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Status.__type.__type"},{"id":30794,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30795,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Context"},{"id":30796,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Context.__type"},{"id":30797,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Context.__type"},{"id":30798,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30799,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Conversation"},{"id":30800,"kind":1024,"name":"id","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Conversation.__type"},{"id":30801,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Conversation.__type"},{"id":30802,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Conversation.__type"},{"id":30803,"kind":1024,"name":"unread","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Conversation.__type"},{"id":30804,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30805,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.FeaturedTag"},{"id":30806,"kind":1024,"name":"id","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.FeaturedTag.__type"},{"id":30807,"kind":1024,"name":"name","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.FeaturedTag.__type"},{"id":30808,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.FeaturedTag.__type"},{"id":30809,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.FeaturedTag.__type"},{"id":30810,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30811,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Field"},{"id":30812,"kind":1024,"name":"name","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Field.__type"},{"id":30813,"kind":1024,"name":"value","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Field.__type"},{"id":30814,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Field.__type"},{"id":30815,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30816,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Filter"},{"id":30817,"kind":1024,"name":"id","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Filter.__type"},{"id":30818,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Filter.__type"},{"id":30819,"kind":1024,"name":"context","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Filter.__type"},{"id":30820,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Filter.__type"},{"id":30821,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Filter.__type"},{"id":30822,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Filter.__type"},{"id":30823,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30824,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.IdentityProof"},{"id":30825,"kind":1024,"name":"provider","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.IdentityProof.__type"},{"id":30826,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.IdentityProof.__type"},{"id":30827,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.IdentityProof.__type"},{"id":30828,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.IdentityProof.__type"},{"id":30829,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.IdentityProof.__type"},{"id":30830,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30831,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.URLs"},{"id":30832,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.URLs.__type"},{"id":30833,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30834,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Stats"},{"id":30835,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Stats.__type"},{"id":30836,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Stats.__type"},{"id":30837,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Stats.__type"},{"id":30838,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30839,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Instance"},{"id":30840,"kind":1024,"name":"uri","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Instance.__type"},{"id":30841,"kind":1024,"name":"title","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Instance.__type"},{"id":30842,"kind":1024,"name":"description","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Instance.__type"},{"id":30843,"kind":1024,"name":"email","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Instance.__type"},{"id":30844,"kind":1024,"name":"version","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Instance.__type"},{"id":30845,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Instance.__type"},{"id":30846,"kind":1024,"name":"urls","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Instance.__type"},{"id":30847,"kind":1024,"name":"stats","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Instance.__type"},{"id":30848,"kind":1024,"name":"languages","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Instance.__type"},{"id":30849,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Instance.__type"},{"id":30850,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Instance.__type"},{"id":30851,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Instance.__type"},{"id":30852,"kind":4194304,"name":"List","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30853,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.List"},{"id":30854,"kind":1024,"name":"id","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.List.__type"},{"id":30855,"kind":1024,"name":"title","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.List.__type"},{"id":30856,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30857,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Marker"},{"id":30858,"kind":1024,"name":"home","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Marker.__type"},{"id":30859,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Marker.__type"},{"id":30860,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Marker.__type.__type"},{"id":30861,"kind":1024,"name":"version","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Marker.__type.__type"},{"id":30862,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Marker.__type.__type"},{"id":30863,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Marker.__type"},{"id":30864,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Marker.__type"},{"id":30865,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Marker.__type.__type"},{"id":30866,"kind":1024,"name":"version","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Marker.__type.__type"},{"id":30867,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Marker.__type.__type"},{"id":30868,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30869,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Notification"},{"id":30870,"kind":1024,"name":"account","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Notification.__type"},{"id":30871,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Notification.__type"},{"id":30872,"kind":1024,"name":"id","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Notification.__type"},{"id":30873,"kind":1024,"name":"status","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Notification.__type"},{"id":30874,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Notification.__type"},{"id":30875,"kind":1024,"name":"type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Notification.__type"},{"id":30876,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30877,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30878,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Preferences"},{"id":30879,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Preferences.__type"},{"id":30880,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Preferences.__type"},{"id":30881,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Preferences.__type"},{"id":30882,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Preferences.__type"},{"id":30883,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Preferences.__type"},{"id":30884,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30885,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.PushSubscription"},{"id":30886,"kind":1024,"name":"id","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.PushSubscription.__type"},{"id":30887,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.PushSubscription.__type"},{"id":30888,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.PushSubscription.__type"},{"id":30889,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.PushSubscription.__type"},{"id":30890,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30891,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Relationship"},{"id":30892,"kind":1024,"name":"id","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Relationship.__type"},{"id":30893,"kind":1024,"name":"following","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Relationship.__type"},{"id":30894,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Relationship.__type"},{"id":30895,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Relationship.__type"},{"id":30896,"kind":1024,"name":"muting","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Relationship.__type"},{"id":30897,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Relationship.__type"},{"id":30898,"kind":1024,"name":"requested","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Relationship.__type"},{"id":30899,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Relationship.__type"},{"id":30900,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Relationship.__type"},{"id":30901,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Relationship.__type"},{"id":30902,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30903,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Report"},{"id":30904,"kind":1024,"name":"id","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Report.__type"},{"id":30905,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Report.__type"},{"id":30906,"kind":1024,"name":"comment","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Report.__type"},{"id":30907,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Report.__type"},{"id":30908,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Report.__type"},{"id":30909,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30910,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Results"},{"id":30911,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Results.__type"},{"id":30912,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Results.__type"},{"id":30913,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Results.__type"},{"id":30914,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30915,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.ScheduledStatus"},{"id":30916,"kind":1024,"name":"id","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.ScheduledStatus.__type"},{"id":30917,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.ScheduledStatus.__type"},{"id":30918,"kind":1024,"name":"params","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.ScheduledStatus.__type"},{"id":30919,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.ScheduledStatus.__type"},{"id":30920,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30921,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.StatusParams"},{"id":30922,"kind":1024,"name":"text","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.StatusParams.__type"},{"id":30923,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.StatusParams.__type"},{"id":30924,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.StatusParams.__type"},{"id":30925,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.StatusParams.__type"},{"id":30926,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.StatusParams.__type"},{"id":30927,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.StatusParams.__type"},{"id":30928,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.StatusParams.__type"},{"id":30929,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.StatusParams.__type"},{"id":30930,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/push_subscription.PleromaEntity"},{"id":30931,"kind":65536,"name":"__type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/push_subscription.PleromaEntity.Token"},{"id":30932,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Token.__type"},{"id":30933,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Token.__type"},{"id":30934,"kind":1024,"name":"scope","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Token.__type"},{"id":30935,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_push_subscription.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/push_subscription.PleromaEntity.Token.__type"},{"id":30936,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_reaction.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/reaction"},{"id":30937,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_reaction.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":30938,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Emoji"},{"id":30939,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_reaction.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Emoji.__type"},{"id":30940,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_reaction.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Emoji.__type"},{"id":30941,"kind":1024,"name":"url","url":"modules/pleroma_entities_reaction.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Emoji.__type"},{"id":30942,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_reaction.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Emoji.__type"},{"id":30943,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_reaction.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":30944,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Source"},{"id":30945,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_reaction.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Source.__type"},{"id":30946,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_reaction.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Source.__type"},{"id":30947,"kind":1024,"name":"language","url":"modules/pleroma_entities_reaction.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Source.__type"},{"id":30948,"kind":1024,"name":"note","url":"modules/pleroma_entities_reaction.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Source.__type"},{"id":30949,"kind":1024,"name":"fields","url":"modules/pleroma_entities_reaction.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Source.__type"},{"id":30950,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_reaction.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":30951,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Account"},{"id":30952,"kind":1024,"name":"id","url":"modules/pleroma_entities_reaction.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Account.__type"},{"id":30953,"kind":1024,"name":"username","url":"modules/pleroma_entities_reaction.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Account.__type"},{"id":30954,"kind":1024,"name":"acct","url":"modules/pleroma_entities_reaction.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Account.__type"},{"id":30955,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_reaction.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Account.__type"},{"id":30956,"kind":1024,"name":"locked","url":"modules/pleroma_entities_reaction.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Account.__type"},{"id":30957,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_reaction.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Account.__type"},{"id":30958,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_reaction.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Account.__type"},{"id":30959,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_reaction.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Account.__type"},{"id":30960,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_reaction.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Account.__type"},{"id":30961,"kind":1024,"name":"note","url":"modules/pleroma_entities_reaction.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Account.__type"},{"id":30962,"kind":1024,"name":"url","url":"modules/pleroma_entities_reaction.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Account.__type"},{"id":30963,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_reaction.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Account.__type"},{"id":30964,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_reaction.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Account.__type"},{"id":30965,"kind":1024,"name":"header","url":"modules/pleroma_entities_reaction.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Account.__type"},{"id":30966,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_reaction.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Account.__type"},{"id":30967,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_reaction.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Account.__type"},{"id":30968,"kind":1024,"name":"moved","url":"modules/pleroma_entities_reaction.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Account.__type"},{"id":30969,"kind":1024,"name":"fields","url":"modules/pleroma_entities_reaction.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Account.__type"},{"id":30970,"kind":1024,"name":"bot","url":"modules/pleroma_entities_reaction.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Account.__type"},{"id":30971,"kind":1024,"name":"source","url":"modules/pleroma_entities_reaction.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Account.__type"},{"id":30972,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_reaction.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":30973,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Activity"},{"id":30974,"kind":1024,"name":"week","url":"modules/pleroma_entities_reaction.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Activity.__type"},{"id":30975,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_reaction.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Activity.__type"},{"id":30976,"kind":1024,"name":"logins","url":"modules/pleroma_entities_reaction.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Activity.__type"},{"id":30977,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_reaction.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Activity.__type"},{"id":30978,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_reaction.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":30979,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Application"},{"id":30980,"kind":1024,"name":"name","url":"modules/pleroma_entities_reaction.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Application.__type"},{"id":30981,"kind":1024,"name":"website","url":"modules/pleroma_entities_reaction.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Application.__type"},{"id":30982,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_reaction.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Application.__type"},{"id":30983,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_reaction.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":30984,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Attachment"},{"id":30985,"kind":1024,"name":"id","url":"modules/pleroma_entities_reaction.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Attachment.__type"},{"id":30986,"kind":1024,"name":"type","url":"modules/pleroma_entities_reaction.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Attachment.__type"},{"id":30987,"kind":1024,"name":"url","url":"modules/pleroma_entities_reaction.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Attachment.__type"},{"id":30988,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_reaction.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Attachment.__type"},{"id":30989,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_reaction.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Attachment.__type"},{"id":30990,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_reaction.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Attachment.__type"},{"id":30991,"kind":1024,"name":"meta","url":"modules/pleroma_entities_reaction.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Attachment.__type"},{"id":30992,"kind":1024,"name":"description","url":"modules/pleroma_entities_reaction.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Attachment.__type"},{"id":30993,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_reaction.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":30994,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Card"},{"id":30995,"kind":1024,"name":"url","url":"modules/pleroma_entities_reaction.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Card.__type"},{"id":30996,"kind":1024,"name":"title","url":"modules/pleroma_entities_reaction.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Card.__type"},{"id":30997,"kind":1024,"name":"description","url":"modules/pleroma_entities_reaction.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Card.__type"},{"id":30998,"kind":1024,"name":"type","url":"modules/pleroma_entities_reaction.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Card.__type"},{"id":30999,"kind":1024,"name":"image","url":"modules/pleroma_entities_reaction.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Card.__type"},{"id":31000,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_reaction.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Card.__type"},{"id":31001,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_reaction.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Card.__type"},{"id":31002,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_reaction.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Card.__type"},{"id":31003,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_reaction.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Card.__type"},{"id":31004,"kind":1024,"name":"html","url":"modules/pleroma_entities_reaction.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Card.__type"},{"id":31005,"kind":1024,"name":"width","url":"modules/pleroma_entities_reaction.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Card.__type"},{"id":31006,"kind":1024,"name":"height","url":"modules/pleroma_entities_reaction.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Card.__type"},{"id":31007,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_reaction.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Card.__type"},{"id":31008,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_reaction.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31009,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Mention"},{"id":31010,"kind":1024,"name":"id","url":"modules/pleroma_entities_reaction.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Mention.__type"},{"id":31011,"kind":1024,"name":"username","url":"modules/pleroma_entities_reaction.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Mention.__type"},{"id":31012,"kind":1024,"name":"url","url":"modules/pleroma_entities_reaction.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Mention.__type"},{"id":31013,"kind":1024,"name":"acct","url":"modules/pleroma_entities_reaction.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Mention.__type"},{"id":31014,"kind":4194304,"name":"History","url":"modules/pleroma_entities_reaction.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31015,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.History"},{"id":31016,"kind":1024,"name":"day","url":"modules/pleroma_entities_reaction.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.History.__type"},{"id":31017,"kind":1024,"name":"uses","url":"modules/pleroma_entities_reaction.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.History.__type"},{"id":31018,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_reaction.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.History.__type"},{"id":31019,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_reaction.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31020,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Tag"},{"id":31021,"kind":1024,"name":"name","url":"modules/pleroma_entities_reaction.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Tag.__type"},{"id":31022,"kind":1024,"name":"url","url":"modules/pleroma_entities_reaction.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Tag.__type"},{"id":31023,"kind":1024,"name":"history","url":"modules/pleroma_entities_reaction.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Tag.__type"},{"id":31024,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_reaction.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31025,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.PollOption"},{"id":31026,"kind":1024,"name":"title","url":"modules/pleroma_entities_reaction.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.PollOption.__type"},{"id":31027,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_reaction.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.PollOption.__type"},{"id":31028,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_reaction.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31029,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Poll"},{"id":31030,"kind":1024,"name":"id","url":"modules/pleroma_entities_reaction.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Poll.__type"},{"id":31031,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_reaction.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Poll.__type"},{"id":31032,"kind":1024,"name":"expired","url":"modules/pleroma_entities_reaction.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Poll.__type"},{"id":31033,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_reaction.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Poll.__type"},{"id":31034,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_reaction.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Poll.__type"},{"id":31035,"kind":1024,"name":"options","url":"modules/pleroma_entities_reaction.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Poll.__type"},{"id":31036,"kind":1024,"name":"voted","url":"modules/pleroma_entities_reaction.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Poll.__type"},{"id":31037,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_reaction.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31038,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Reaction"},{"id":31039,"kind":1024,"name":"count","url":"modules/pleroma_entities_reaction.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Reaction.__type"},{"id":31040,"kind":1024,"name":"me","url":"modules/pleroma_entities_reaction.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Reaction.__type"},{"id":31041,"kind":1024,"name":"name","url":"modules/pleroma_entities_reaction.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Reaction.__type"},{"id":31042,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_reaction.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Reaction.__type"},{"id":31043,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31044,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Status"},{"id":31045,"kind":1024,"name":"id","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31046,"kind":1024,"name":"uri","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31047,"kind":1024,"name":"url","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31048,"kind":1024,"name":"account","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31049,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31050,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31051,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31052,"kind":1024,"name":"content","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31053,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31054,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31055,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31056,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31057,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31058,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31059,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31060,"kind":1024,"name":"muted","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31061,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31062,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31063,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31064,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31065,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31066,"kind":1024,"name":"tags","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31067,"kind":1024,"name":"card","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31068,"kind":1024,"name":"poll","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31069,"kind":1024,"name":"application","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31070,"kind":1024,"name":"language","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31071,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31072,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31073,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31074,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type"},{"id":31075,"kind":1024,"name":"context","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type.__type"},{"id":31076,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type.__type"},{"id":31077,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type.__type.__type"},{"id":31078,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type.__type"},{"id":31079,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type.__type"},{"id":31080,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type.__type.__type"},{"id":31081,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type.__type"},{"id":31082,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type.__type"},{"id":31083,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type.__type"},{"id":31084,"kind":1024,"name":"local","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type.__type"},{"id":31085,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_reaction.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Status.__type.__type"},{"id":31086,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_reaction.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31087,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Context"},{"id":31088,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_reaction.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Context.__type"},{"id":31089,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_reaction.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Context.__type"},{"id":31090,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_reaction.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31091,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Conversation"},{"id":31092,"kind":1024,"name":"id","url":"modules/pleroma_entities_reaction.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Conversation.__type"},{"id":31093,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_reaction.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Conversation.__type"},{"id":31094,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_reaction.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Conversation.__type"},{"id":31095,"kind":1024,"name":"unread","url":"modules/pleroma_entities_reaction.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Conversation.__type"},{"id":31096,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_reaction.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31097,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.FeaturedTag"},{"id":31098,"kind":1024,"name":"id","url":"modules/pleroma_entities_reaction.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.FeaturedTag.__type"},{"id":31099,"kind":1024,"name":"name","url":"modules/pleroma_entities_reaction.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.FeaturedTag.__type"},{"id":31100,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_reaction.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.FeaturedTag.__type"},{"id":31101,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_reaction.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.FeaturedTag.__type"},{"id":31102,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_reaction.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31103,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Field"},{"id":31104,"kind":1024,"name":"name","url":"modules/pleroma_entities_reaction.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Field.__type"},{"id":31105,"kind":1024,"name":"value","url":"modules/pleroma_entities_reaction.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Field.__type"},{"id":31106,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_reaction.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Field.__type"},{"id":31107,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_reaction.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31108,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Filter"},{"id":31109,"kind":1024,"name":"id","url":"modules/pleroma_entities_reaction.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Filter.__type"},{"id":31110,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_reaction.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Filter.__type"},{"id":31111,"kind":1024,"name":"context","url":"modules/pleroma_entities_reaction.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Filter.__type"},{"id":31112,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_reaction.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Filter.__type"},{"id":31113,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_reaction.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Filter.__type"},{"id":31114,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_reaction.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Filter.__type"},{"id":31115,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_reaction.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31116,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.IdentityProof"},{"id":31117,"kind":1024,"name":"provider","url":"modules/pleroma_entities_reaction.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.IdentityProof.__type"},{"id":31118,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_reaction.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.IdentityProof.__type"},{"id":31119,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_reaction.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.IdentityProof.__type"},{"id":31120,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_reaction.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.IdentityProof.__type"},{"id":31121,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_reaction.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.IdentityProof.__type"},{"id":31122,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_reaction.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31123,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.URLs"},{"id":31124,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_reaction.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.URLs.__type"},{"id":31125,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_reaction.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31126,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Stats"},{"id":31127,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_reaction.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Stats.__type"},{"id":31128,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_reaction.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Stats.__type"},{"id":31129,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_reaction.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Stats.__type"},{"id":31130,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_reaction.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31131,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Instance"},{"id":31132,"kind":1024,"name":"uri","url":"modules/pleroma_entities_reaction.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Instance.__type"},{"id":31133,"kind":1024,"name":"title","url":"modules/pleroma_entities_reaction.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Instance.__type"},{"id":31134,"kind":1024,"name":"description","url":"modules/pleroma_entities_reaction.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Instance.__type"},{"id":31135,"kind":1024,"name":"email","url":"modules/pleroma_entities_reaction.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Instance.__type"},{"id":31136,"kind":1024,"name":"version","url":"modules/pleroma_entities_reaction.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Instance.__type"},{"id":31137,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_reaction.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Instance.__type"},{"id":31138,"kind":1024,"name":"urls","url":"modules/pleroma_entities_reaction.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Instance.__type"},{"id":31139,"kind":1024,"name":"stats","url":"modules/pleroma_entities_reaction.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Instance.__type"},{"id":31140,"kind":1024,"name":"languages","url":"modules/pleroma_entities_reaction.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Instance.__type"},{"id":31141,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_reaction.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Instance.__type"},{"id":31142,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_reaction.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Instance.__type"},{"id":31143,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_reaction.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Instance.__type"},{"id":31144,"kind":4194304,"name":"List","url":"modules/pleroma_entities_reaction.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31145,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.List"},{"id":31146,"kind":1024,"name":"id","url":"modules/pleroma_entities_reaction.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.List.__type"},{"id":31147,"kind":1024,"name":"title","url":"modules/pleroma_entities_reaction.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.List.__type"},{"id":31148,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_reaction.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31149,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Marker"},{"id":31150,"kind":1024,"name":"home","url":"modules/pleroma_entities_reaction.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Marker.__type"},{"id":31151,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Marker.__type"},{"id":31152,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_reaction.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Marker.__type.__type"},{"id":31153,"kind":1024,"name":"version","url":"modules/pleroma_entities_reaction.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Marker.__type.__type"},{"id":31154,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_reaction.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Marker.__type.__type"},{"id":31155,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_reaction.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Marker.__type"},{"id":31156,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Marker.__type"},{"id":31157,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_reaction.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Marker.__type.__type"},{"id":31158,"kind":1024,"name":"version","url":"modules/pleroma_entities_reaction.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Marker.__type.__type"},{"id":31159,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_reaction.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Marker.__type.__type"},{"id":31160,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_reaction.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31161,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Notification"},{"id":31162,"kind":1024,"name":"account","url":"modules/pleroma_entities_reaction.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Notification.__type"},{"id":31163,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_reaction.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Notification.__type"},{"id":31164,"kind":1024,"name":"id","url":"modules/pleroma_entities_reaction.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Notification.__type"},{"id":31165,"kind":1024,"name":"status","url":"modules/pleroma_entities_reaction.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Notification.__type"},{"id":31166,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_reaction.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Notification.__type"},{"id":31167,"kind":1024,"name":"type","url":"modules/pleroma_entities_reaction.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Notification.__type"},{"id":31168,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_reaction.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31169,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_reaction.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31170,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Preferences"},{"id":31171,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_reaction.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Preferences.__type"},{"id":31172,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_reaction.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Preferences.__type"},{"id":31173,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_reaction.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Preferences.__type"},{"id":31174,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_reaction.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Preferences.__type"},{"id":31175,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_reaction.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Preferences.__type"},{"id":31176,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_reaction.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31177,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.PushSubscription"},{"id":31178,"kind":1024,"name":"id","url":"modules/pleroma_entities_reaction.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.PushSubscription.__type"},{"id":31179,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_reaction.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.PushSubscription.__type"},{"id":31180,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_reaction.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.PushSubscription.__type"},{"id":31181,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_reaction.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.PushSubscription.__type"},{"id":31182,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_reaction.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31183,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Relationship"},{"id":31184,"kind":1024,"name":"id","url":"modules/pleroma_entities_reaction.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Relationship.__type"},{"id":31185,"kind":1024,"name":"following","url":"modules/pleroma_entities_reaction.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Relationship.__type"},{"id":31186,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_reaction.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Relationship.__type"},{"id":31187,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_reaction.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Relationship.__type"},{"id":31188,"kind":1024,"name":"muting","url":"modules/pleroma_entities_reaction.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Relationship.__type"},{"id":31189,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_reaction.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Relationship.__type"},{"id":31190,"kind":1024,"name":"requested","url":"modules/pleroma_entities_reaction.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Relationship.__type"},{"id":31191,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_reaction.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Relationship.__type"},{"id":31192,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_reaction.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Relationship.__type"},{"id":31193,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_reaction.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Relationship.__type"},{"id":31194,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_reaction.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31195,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Report"},{"id":31196,"kind":1024,"name":"id","url":"modules/pleroma_entities_reaction.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Report.__type"},{"id":31197,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_reaction.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Report.__type"},{"id":31198,"kind":1024,"name":"comment","url":"modules/pleroma_entities_reaction.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Report.__type"},{"id":31199,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_reaction.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Report.__type"},{"id":31200,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_reaction.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Report.__type"},{"id":31201,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_reaction.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31202,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Results"},{"id":31203,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_reaction.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Results.__type"},{"id":31204,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_reaction.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Results.__type"},{"id":31205,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_reaction.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Results.__type"},{"id":31206,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_reaction.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31207,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.ScheduledStatus"},{"id":31208,"kind":1024,"name":"id","url":"modules/pleroma_entities_reaction.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.ScheduledStatus.__type"},{"id":31209,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_reaction.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.ScheduledStatus.__type"},{"id":31210,"kind":1024,"name":"params","url":"modules/pleroma_entities_reaction.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.ScheduledStatus.__type"},{"id":31211,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_reaction.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.ScheduledStatus.__type"},{"id":31212,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_reaction.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31213,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.StatusParams"},{"id":31214,"kind":1024,"name":"text","url":"modules/pleroma_entities_reaction.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.StatusParams.__type"},{"id":31215,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_reaction.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.StatusParams.__type"},{"id":31216,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_reaction.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.StatusParams.__type"},{"id":31217,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_reaction.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.StatusParams.__type"},{"id":31218,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_reaction.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.StatusParams.__type"},{"id":31219,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_reaction.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.StatusParams.__type"},{"id":31220,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_reaction.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.StatusParams.__type"},{"id":31221,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_reaction.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.StatusParams.__type"},{"id":31222,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_reaction.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/reaction.PleromaEntity"},{"id":31223,"kind":65536,"name":"__type","url":"modules/pleroma_entities_reaction.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/reaction.PleromaEntity.Token"},{"id":31224,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_reaction.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Token.__type"},{"id":31225,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_reaction.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Token.__type"},{"id":31226,"kind":1024,"name":"scope","url":"modules/pleroma_entities_reaction.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Token.__type"},{"id":31227,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_reaction.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/reaction.PleromaEntity.Token.__type"},{"id":31228,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_relationship.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/relationship"},{"id":31229,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_relationship.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31230,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Emoji"},{"id":31231,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_relationship.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Emoji.__type"},{"id":31232,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_relationship.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Emoji.__type"},{"id":31233,"kind":1024,"name":"url","url":"modules/pleroma_entities_relationship.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Emoji.__type"},{"id":31234,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_relationship.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Emoji.__type"},{"id":31235,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_relationship.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31236,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Source"},{"id":31237,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_relationship.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Source.__type"},{"id":31238,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_relationship.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Source.__type"},{"id":31239,"kind":1024,"name":"language","url":"modules/pleroma_entities_relationship.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Source.__type"},{"id":31240,"kind":1024,"name":"note","url":"modules/pleroma_entities_relationship.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Source.__type"},{"id":31241,"kind":1024,"name":"fields","url":"modules/pleroma_entities_relationship.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Source.__type"},{"id":31242,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_relationship.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31243,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Account"},{"id":31244,"kind":1024,"name":"id","url":"modules/pleroma_entities_relationship.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Account.__type"},{"id":31245,"kind":1024,"name":"username","url":"modules/pleroma_entities_relationship.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Account.__type"},{"id":31246,"kind":1024,"name":"acct","url":"modules/pleroma_entities_relationship.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Account.__type"},{"id":31247,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_relationship.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Account.__type"},{"id":31248,"kind":1024,"name":"locked","url":"modules/pleroma_entities_relationship.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Account.__type"},{"id":31249,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_relationship.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Account.__type"},{"id":31250,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_relationship.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Account.__type"},{"id":31251,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_relationship.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Account.__type"},{"id":31252,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_relationship.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Account.__type"},{"id":31253,"kind":1024,"name":"note","url":"modules/pleroma_entities_relationship.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Account.__type"},{"id":31254,"kind":1024,"name":"url","url":"modules/pleroma_entities_relationship.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Account.__type"},{"id":31255,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_relationship.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Account.__type"},{"id":31256,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_relationship.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Account.__type"},{"id":31257,"kind":1024,"name":"header","url":"modules/pleroma_entities_relationship.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Account.__type"},{"id":31258,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_relationship.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Account.__type"},{"id":31259,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_relationship.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Account.__type"},{"id":31260,"kind":1024,"name":"moved","url":"modules/pleroma_entities_relationship.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Account.__type"},{"id":31261,"kind":1024,"name":"fields","url":"modules/pleroma_entities_relationship.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Account.__type"},{"id":31262,"kind":1024,"name":"bot","url":"modules/pleroma_entities_relationship.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Account.__type"},{"id":31263,"kind":1024,"name":"source","url":"modules/pleroma_entities_relationship.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Account.__type"},{"id":31264,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_relationship.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31265,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Activity"},{"id":31266,"kind":1024,"name":"week","url":"modules/pleroma_entities_relationship.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Activity.__type"},{"id":31267,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_relationship.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Activity.__type"},{"id":31268,"kind":1024,"name":"logins","url":"modules/pleroma_entities_relationship.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Activity.__type"},{"id":31269,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_relationship.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Activity.__type"},{"id":31270,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_relationship.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31271,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Application"},{"id":31272,"kind":1024,"name":"name","url":"modules/pleroma_entities_relationship.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Application.__type"},{"id":31273,"kind":1024,"name":"website","url":"modules/pleroma_entities_relationship.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Application.__type"},{"id":31274,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_relationship.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Application.__type"},{"id":31275,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_relationship.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31276,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Attachment"},{"id":31277,"kind":1024,"name":"id","url":"modules/pleroma_entities_relationship.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Attachment.__type"},{"id":31278,"kind":1024,"name":"type","url":"modules/pleroma_entities_relationship.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Attachment.__type"},{"id":31279,"kind":1024,"name":"url","url":"modules/pleroma_entities_relationship.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Attachment.__type"},{"id":31280,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_relationship.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Attachment.__type"},{"id":31281,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_relationship.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Attachment.__type"},{"id":31282,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_relationship.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Attachment.__type"},{"id":31283,"kind":1024,"name":"meta","url":"modules/pleroma_entities_relationship.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Attachment.__type"},{"id":31284,"kind":1024,"name":"description","url":"modules/pleroma_entities_relationship.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Attachment.__type"},{"id":31285,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_relationship.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31286,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Card"},{"id":31287,"kind":1024,"name":"url","url":"modules/pleroma_entities_relationship.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Card.__type"},{"id":31288,"kind":1024,"name":"title","url":"modules/pleroma_entities_relationship.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Card.__type"},{"id":31289,"kind":1024,"name":"description","url":"modules/pleroma_entities_relationship.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Card.__type"},{"id":31290,"kind":1024,"name":"type","url":"modules/pleroma_entities_relationship.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Card.__type"},{"id":31291,"kind":1024,"name":"image","url":"modules/pleroma_entities_relationship.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Card.__type"},{"id":31292,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_relationship.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Card.__type"},{"id":31293,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_relationship.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Card.__type"},{"id":31294,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_relationship.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Card.__type"},{"id":31295,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_relationship.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Card.__type"},{"id":31296,"kind":1024,"name":"html","url":"modules/pleroma_entities_relationship.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Card.__type"},{"id":31297,"kind":1024,"name":"width","url":"modules/pleroma_entities_relationship.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Card.__type"},{"id":31298,"kind":1024,"name":"height","url":"modules/pleroma_entities_relationship.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Card.__type"},{"id":31299,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_relationship.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Card.__type"},{"id":31300,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_relationship.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31301,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Mention"},{"id":31302,"kind":1024,"name":"id","url":"modules/pleroma_entities_relationship.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Mention.__type"},{"id":31303,"kind":1024,"name":"username","url":"modules/pleroma_entities_relationship.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Mention.__type"},{"id":31304,"kind":1024,"name":"url","url":"modules/pleroma_entities_relationship.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Mention.__type"},{"id":31305,"kind":1024,"name":"acct","url":"modules/pleroma_entities_relationship.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Mention.__type"},{"id":31306,"kind":4194304,"name":"History","url":"modules/pleroma_entities_relationship.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31307,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.History"},{"id":31308,"kind":1024,"name":"day","url":"modules/pleroma_entities_relationship.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.History.__type"},{"id":31309,"kind":1024,"name":"uses","url":"modules/pleroma_entities_relationship.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.History.__type"},{"id":31310,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_relationship.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.History.__type"},{"id":31311,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_relationship.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31312,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Tag"},{"id":31313,"kind":1024,"name":"name","url":"modules/pleroma_entities_relationship.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Tag.__type"},{"id":31314,"kind":1024,"name":"url","url":"modules/pleroma_entities_relationship.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Tag.__type"},{"id":31315,"kind":1024,"name":"history","url":"modules/pleroma_entities_relationship.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Tag.__type"},{"id":31316,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_relationship.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31317,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.PollOption"},{"id":31318,"kind":1024,"name":"title","url":"modules/pleroma_entities_relationship.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.PollOption.__type"},{"id":31319,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_relationship.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.PollOption.__type"},{"id":31320,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_relationship.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31321,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Poll"},{"id":31322,"kind":1024,"name":"id","url":"modules/pleroma_entities_relationship.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Poll.__type"},{"id":31323,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_relationship.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Poll.__type"},{"id":31324,"kind":1024,"name":"expired","url":"modules/pleroma_entities_relationship.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Poll.__type"},{"id":31325,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_relationship.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Poll.__type"},{"id":31326,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_relationship.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Poll.__type"},{"id":31327,"kind":1024,"name":"options","url":"modules/pleroma_entities_relationship.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Poll.__type"},{"id":31328,"kind":1024,"name":"voted","url":"modules/pleroma_entities_relationship.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Poll.__type"},{"id":31329,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_relationship.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31330,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Reaction"},{"id":31331,"kind":1024,"name":"count","url":"modules/pleroma_entities_relationship.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Reaction.__type"},{"id":31332,"kind":1024,"name":"me","url":"modules/pleroma_entities_relationship.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Reaction.__type"},{"id":31333,"kind":1024,"name":"name","url":"modules/pleroma_entities_relationship.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Reaction.__type"},{"id":31334,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_relationship.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Reaction.__type"},{"id":31335,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31336,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Status"},{"id":31337,"kind":1024,"name":"id","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31338,"kind":1024,"name":"uri","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31339,"kind":1024,"name":"url","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31340,"kind":1024,"name":"account","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31341,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31342,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31343,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31344,"kind":1024,"name":"content","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31345,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31346,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31347,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31348,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31349,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31350,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31351,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31352,"kind":1024,"name":"muted","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31353,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31354,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31355,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31356,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31357,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31358,"kind":1024,"name":"tags","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31359,"kind":1024,"name":"card","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31360,"kind":1024,"name":"poll","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31361,"kind":1024,"name":"application","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31362,"kind":1024,"name":"language","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31363,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31364,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31365,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31366,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type"},{"id":31367,"kind":1024,"name":"context","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type.__type"},{"id":31368,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type.__type"},{"id":31369,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type.__type.__type"},{"id":31370,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type.__type"},{"id":31371,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type.__type"},{"id":31372,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type.__type.__type"},{"id":31373,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type.__type"},{"id":31374,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type.__type"},{"id":31375,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type.__type"},{"id":31376,"kind":1024,"name":"local","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type.__type"},{"id":31377,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_relationship.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Status.__type.__type"},{"id":31378,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_relationship.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31379,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Context"},{"id":31380,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_relationship.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Context.__type"},{"id":31381,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_relationship.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Context.__type"},{"id":31382,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_relationship.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31383,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Conversation"},{"id":31384,"kind":1024,"name":"id","url":"modules/pleroma_entities_relationship.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Conversation.__type"},{"id":31385,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_relationship.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Conversation.__type"},{"id":31386,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_relationship.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Conversation.__type"},{"id":31387,"kind":1024,"name":"unread","url":"modules/pleroma_entities_relationship.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Conversation.__type"},{"id":31388,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_relationship.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31389,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.FeaturedTag"},{"id":31390,"kind":1024,"name":"id","url":"modules/pleroma_entities_relationship.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.FeaturedTag.__type"},{"id":31391,"kind":1024,"name":"name","url":"modules/pleroma_entities_relationship.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.FeaturedTag.__type"},{"id":31392,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_relationship.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.FeaturedTag.__type"},{"id":31393,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_relationship.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.FeaturedTag.__type"},{"id":31394,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_relationship.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31395,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Field"},{"id":31396,"kind":1024,"name":"name","url":"modules/pleroma_entities_relationship.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Field.__type"},{"id":31397,"kind":1024,"name":"value","url":"modules/pleroma_entities_relationship.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Field.__type"},{"id":31398,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_relationship.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Field.__type"},{"id":31399,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_relationship.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31400,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Filter"},{"id":31401,"kind":1024,"name":"id","url":"modules/pleroma_entities_relationship.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Filter.__type"},{"id":31402,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_relationship.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Filter.__type"},{"id":31403,"kind":1024,"name":"context","url":"modules/pleroma_entities_relationship.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Filter.__type"},{"id":31404,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_relationship.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Filter.__type"},{"id":31405,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_relationship.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Filter.__type"},{"id":31406,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_relationship.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Filter.__type"},{"id":31407,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_relationship.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31408,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.IdentityProof"},{"id":31409,"kind":1024,"name":"provider","url":"modules/pleroma_entities_relationship.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.IdentityProof.__type"},{"id":31410,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_relationship.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.IdentityProof.__type"},{"id":31411,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_relationship.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.IdentityProof.__type"},{"id":31412,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_relationship.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.IdentityProof.__type"},{"id":31413,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_relationship.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.IdentityProof.__type"},{"id":31414,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_relationship.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31415,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.URLs"},{"id":31416,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_relationship.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.URLs.__type"},{"id":31417,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_relationship.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31418,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Stats"},{"id":31419,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_relationship.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Stats.__type"},{"id":31420,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_relationship.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Stats.__type"},{"id":31421,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_relationship.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Stats.__type"},{"id":31422,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_relationship.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31423,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Instance"},{"id":31424,"kind":1024,"name":"uri","url":"modules/pleroma_entities_relationship.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Instance.__type"},{"id":31425,"kind":1024,"name":"title","url":"modules/pleroma_entities_relationship.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Instance.__type"},{"id":31426,"kind":1024,"name":"description","url":"modules/pleroma_entities_relationship.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Instance.__type"},{"id":31427,"kind":1024,"name":"email","url":"modules/pleroma_entities_relationship.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Instance.__type"},{"id":31428,"kind":1024,"name":"version","url":"modules/pleroma_entities_relationship.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Instance.__type"},{"id":31429,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_relationship.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Instance.__type"},{"id":31430,"kind":1024,"name":"urls","url":"modules/pleroma_entities_relationship.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Instance.__type"},{"id":31431,"kind":1024,"name":"stats","url":"modules/pleroma_entities_relationship.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Instance.__type"},{"id":31432,"kind":1024,"name":"languages","url":"modules/pleroma_entities_relationship.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Instance.__type"},{"id":31433,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_relationship.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Instance.__type"},{"id":31434,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_relationship.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Instance.__type"},{"id":31435,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_relationship.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Instance.__type"},{"id":31436,"kind":4194304,"name":"List","url":"modules/pleroma_entities_relationship.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31437,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.List"},{"id":31438,"kind":1024,"name":"id","url":"modules/pleroma_entities_relationship.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.List.__type"},{"id":31439,"kind":1024,"name":"title","url":"modules/pleroma_entities_relationship.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.List.__type"},{"id":31440,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_relationship.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31441,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Marker"},{"id":31442,"kind":1024,"name":"home","url":"modules/pleroma_entities_relationship.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Marker.__type"},{"id":31443,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Marker.__type"},{"id":31444,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_relationship.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Marker.__type.__type"},{"id":31445,"kind":1024,"name":"version","url":"modules/pleroma_entities_relationship.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Marker.__type.__type"},{"id":31446,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_relationship.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Marker.__type.__type"},{"id":31447,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_relationship.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Marker.__type"},{"id":31448,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Marker.__type"},{"id":31449,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_relationship.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Marker.__type.__type"},{"id":31450,"kind":1024,"name":"version","url":"modules/pleroma_entities_relationship.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Marker.__type.__type"},{"id":31451,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_relationship.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Marker.__type.__type"},{"id":31452,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_relationship.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31453,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Notification"},{"id":31454,"kind":1024,"name":"account","url":"modules/pleroma_entities_relationship.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Notification.__type"},{"id":31455,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_relationship.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Notification.__type"},{"id":31456,"kind":1024,"name":"id","url":"modules/pleroma_entities_relationship.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Notification.__type"},{"id":31457,"kind":1024,"name":"status","url":"modules/pleroma_entities_relationship.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Notification.__type"},{"id":31458,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_relationship.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Notification.__type"},{"id":31459,"kind":1024,"name":"type","url":"modules/pleroma_entities_relationship.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Notification.__type"},{"id":31460,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_relationship.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31461,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_relationship.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31462,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Preferences"},{"id":31463,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_relationship.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Preferences.__type"},{"id":31464,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_relationship.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Preferences.__type"},{"id":31465,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_relationship.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Preferences.__type"},{"id":31466,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_relationship.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Preferences.__type"},{"id":31467,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_relationship.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Preferences.__type"},{"id":31468,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_relationship.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31469,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.PushSubscription"},{"id":31470,"kind":1024,"name":"id","url":"modules/pleroma_entities_relationship.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.PushSubscription.__type"},{"id":31471,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_relationship.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.PushSubscription.__type"},{"id":31472,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_relationship.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.PushSubscription.__type"},{"id":31473,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_relationship.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.PushSubscription.__type"},{"id":31474,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_relationship.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31475,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Relationship"},{"id":31476,"kind":1024,"name":"id","url":"modules/pleroma_entities_relationship.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Relationship.__type"},{"id":31477,"kind":1024,"name":"following","url":"modules/pleroma_entities_relationship.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Relationship.__type"},{"id":31478,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_relationship.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Relationship.__type"},{"id":31479,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_relationship.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Relationship.__type"},{"id":31480,"kind":1024,"name":"muting","url":"modules/pleroma_entities_relationship.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Relationship.__type"},{"id":31481,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_relationship.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Relationship.__type"},{"id":31482,"kind":1024,"name":"requested","url":"modules/pleroma_entities_relationship.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Relationship.__type"},{"id":31483,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_relationship.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Relationship.__type"},{"id":31484,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_relationship.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Relationship.__type"},{"id":31485,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_relationship.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Relationship.__type"},{"id":31486,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_relationship.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31487,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Report"},{"id":31488,"kind":1024,"name":"id","url":"modules/pleroma_entities_relationship.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Report.__type"},{"id":31489,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_relationship.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Report.__type"},{"id":31490,"kind":1024,"name":"comment","url":"modules/pleroma_entities_relationship.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Report.__type"},{"id":31491,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_relationship.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Report.__type"},{"id":31492,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_relationship.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Report.__type"},{"id":31493,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_relationship.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31494,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Results"},{"id":31495,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_relationship.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Results.__type"},{"id":31496,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_relationship.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Results.__type"},{"id":31497,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_relationship.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Results.__type"},{"id":31498,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_relationship.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31499,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.ScheduledStatus"},{"id":31500,"kind":1024,"name":"id","url":"modules/pleroma_entities_relationship.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.ScheduledStatus.__type"},{"id":31501,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_relationship.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.ScheduledStatus.__type"},{"id":31502,"kind":1024,"name":"params","url":"modules/pleroma_entities_relationship.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.ScheduledStatus.__type"},{"id":31503,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_relationship.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.ScheduledStatus.__type"},{"id":31504,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_relationship.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31505,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.StatusParams"},{"id":31506,"kind":1024,"name":"text","url":"modules/pleroma_entities_relationship.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.StatusParams.__type"},{"id":31507,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_relationship.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.StatusParams.__type"},{"id":31508,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_relationship.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.StatusParams.__type"},{"id":31509,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_relationship.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.StatusParams.__type"},{"id":31510,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_relationship.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.StatusParams.__type"},{"id":31511,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_relationship.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.StatusParams.__type"},{"id":31512,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_relationship.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.StatusParams.__type"},{"id":31513,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_relationship.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.StatusParams.__type"},{"id":31514,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_relationship.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/relationship.PleromaEntity"},{"id":31515,"kind":65536,"name":"__type","url":"modules/pleroma_entities_relationship.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/relationship.PleromaEntity.Token"},{"id":31516,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_relationship.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Token.__type"},{"id":31517,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_relationship.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Token.__type"},{"id":31518,"kind":1024,"name":"scope","url":"modules/pleroma_entities_relationship.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Token.__type"},{"id":31519,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_relationship.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/relationship.PleromaEntity.Token.__type"},{"id":31520,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_report.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/report"},{"id":31521,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_report.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31522,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Emoji"},{"id":31523,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_report.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Emoji.__type"},{"id":31524,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_report.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Emoji.__type"},{"id":31525,"kind":1024,"name":"url","url":"modules/pleroma_entities_report.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Emoji.__type"},{"id":31526,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_report.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Emoji.__type"},{"id":31527,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_report.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31528,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Source"},{"id":31529,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_report.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Source.__type"},{"id":31530,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_report.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Source.__type"},{"id":31531,"kind":1024,"name":"language","url":"modules/pleroma_entities_report.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Source.__type"},{"id":31532,"kind":1024,"name":"note","url":"modules/pleroma_entities_report.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Source.__type"},{"id":31533,"kind":1024,"name":"fields","url":"modules/pleroma_entities_report.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Source.__type"},{"id":31534,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_report.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31535,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Account"},{"id":31536,"kind":1024,"name":"id","url":"modules/pleroma_entities_report.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Account.__type"},{"id":31537,"kind":1024,"name":"username","url":"modules/pleroma_entities_report.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Account.__type"},{"id":31538,"kind":1024,"name":"acct","url":"modules/pleroma_entities_report.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Account.__type"},{"id":31539,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_report.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Account.__type"},{"id":31540,"kind":1024,"name":"locked","url":"modules/pleroma_entities_report.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Account.__type"},{"id":31541,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_report.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Account.__type"},{"id":31542,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_report.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Account.__type"},{"id":31543,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_report.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Account.__type"},{"id":31544,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_report.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Account.__type"},{"id":31545,"kind":1024,"name":"note","url":"modules/pleroma_entities_report.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Account.__type"},{"id":31546,"kind":1024,"name":"url","url":"modules/pleroma_entities_report.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Account.__type"},{"id":31547,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_report.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Account.__type"},{"id":31548,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_report.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Account.__type"},{"id":31549,"kind":1024,"name":"header","url":"modules/pleroma_entities_report.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Account.__type"},{"id":31550,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_report.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Account.__type"},{"id":31551,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_report.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Account.__type"},{"id":31552,"kind":1024,"name":"moved","url":"modules/pleroma_entities_report.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Account.__type"},{"id":31553,"kind":1024,"name":"fields","url":"modules/pleroma_entities_report.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Account.__type"},{"id":31554,"kind":1024,"name":"bot","url":"modules/pleroma_entities_report.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Account.__type"},{"id":31555,"kind":1024,"name":"source","url":"modules/pleroma_entities_report.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Account.__type"},{"id":31556,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_report.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31557,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Activity"},{"id":31558,"kind":1024,"name":"week","url":"modules/pleroma_entities_report.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Activity.__type"},{"id":31559,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_report.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Activity.__type"},{"id":31560,"kind":1024,"name":"logins","url":"modules/pleroma_entities_report.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Activity.__type"},{"id":31561,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_report.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Activity.__type"},{"id":31562,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_report.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31563,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Application"},{"id":31564,"kind":1024,"name":"name","url":"modules/pleroma_entities_report.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Application.__type"},{"id":31565,"kind":1024,"name":"website","url":"modules/pleroma_entities_report.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Application.__type"},{"id":31566,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_report.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Application.__type"},{"id":31567,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_report.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31568,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Attachment"},{"id":31569,"kind":1024,"name":"id","url":"modules/pleroma_entities_report.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Attachment.__type"},{"id":31570,"kind":1024,"name":"type","url":"modules/pleroma_entities_report.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Attachment.__type"},{"id":31571,"kind":1024,"name":"url","url":"modules/pleroma_entities_report.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Attachment.__type"},{"id":31572,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_report.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Attachment.__type"},{"id":31573,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_report.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Attachment.__type"},{"id":31574,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_report.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Attachment.__type"},{"id":31575,"kind":1024,"name":"meta","url":"modules/pleroma_entities_report.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Attachment.__type"},{"id":31576,"kind":1024,"name":"description","url":"modules/pleroma_entities_report.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Attachment.__type"},{"id":31577,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_report.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31578,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Card"},{"id":31579,"kind":1024,"name":"url","url":"modules/pleroma_entities_report.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Card.__type"},{"id":31580,"kind":1024,"name":"title","url":"modules/pleroma_entities_report.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Card.__type"},{"id":31581,"kind":1024,"name":"description","url":"modules/pleroma_entities_report.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Card.__type"},{"id":31582,"kind":1024,"name":"type","url":"modules/pleroma_entities_report.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Card.__type"},{"id":31583,"kind":1024,"name":"image","url":"modules/pleroma_entities_report.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Card.__type"},{"id":31584,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_report.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Card.__type"},{"id":31585,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_report.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Card.__type"},{"id":31586,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_report.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Card.__type"},{"id":31587,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_report.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Card.__type"},{"id":31588,"kind":1024,"name":"html","url":"modules/pleroma_entities_report.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Card.__type"},{"id":31589,"kind":1024,"name":"width","url":"modules/pleroma_entities_report.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Card.__type"},{"id":31590,"kind":1024,"name":"height","url":"modules/pleroma_entities_report.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Card.__type"},{"id":31591,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_report.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Card.__type"},{"id":31592,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_report.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31593,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Mention"},{"id":31594,"kind":1024,"name":"id","url":"modules/pleroma_entities_report.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Mention.__type"},{"id":31595,"kind":1024,"name":"username","url":"modules/pleroma_entities_report.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Mention.__type"},{"id":31596,"kind":1024,"name":"url","url":"modules/pleroma_entities_report.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Mention.__type"},{"id":31597,"kind":1024,"name":"acct","url":"modules/pleroma_entities_report.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Mention.__type"},{"id":31598,"kind":4194304,"name":"History","url":"modules/pleroma_entities_report.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31599,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.History"},{"id":31600,"kind":1024,"name":"day","url":"modules/pleroma_entities_report.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.History.__type"},{"id":31601,"kind":1024,"name":"uses","url":"modules/pleroma_entities_report.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.History.__type"},{"id":31602,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_report.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.History.__type"},{"id":31603,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_report.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31604,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Tag"},{"id":31605,"kind":1024,"name":"name","url":"modules/pleroma_entities_report.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Tag.__type"},{"id":31606,"kind":1024,"name":"url","url":"modules/pleroma_entities_report.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Tag.__type"},{"id":31607,"kind":1024,"name":"history","url":"modules/pleroma_entities_report.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Tag.__type"},{"id":31608,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_report.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31609,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.PollOption"},{"id":31610,"kind":1024,"name":"title","url":"modules/pleroma_entities_report.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.PollOption.__type"},{"id":31611,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_report.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.PollOption.__type"},{"id":31612,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_report.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31613,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Poll"},{"id":31614,"kind":1024,"name":"id","url":"modules/pleroma_entities_report.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Poll.__type"},{"id":31615,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_report.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Poll.__type"},{"id":31616,"kind":1024,"name":"expired","url":"modules/pleroma_entities_report.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Poll.__type"},{"id":31617,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_report.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Poll.__type"},{"id":31618,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_report.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Poll.__type"},{"id":31619,"kind":1024,"name":"options","url":"modules/pleroma_entities_report.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Poll.__type"},{"id":31620,"kind":1024,"name":"voted","url":"modules/pleroma_entities_report.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Poll.__type"},{"id":31621,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_report.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31622,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Reaction"},{"id":31623,"kind":1024,"name":"count","url":"modules/pleroma_entities_report.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Reaction.__type"},{"id":31624,"kind":1024,"name":"me","url":"modules/pleroma_entities_report.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Reaction.__type"},{"id":31625,"kind":1024,"name":"name","url":"modules/pleroma_entities_report.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Reaction.__type"},{"id":31626,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_report.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Reaction.__type"},{"id":31627,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_report.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31628,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Status"},{"id":31629,"kind":1024,"name":"id","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31630,"kind":1024,"name":"uri","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31631,"kind":1024,"name":"url","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31632,"kind":1024,"name":"account","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31633,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31634,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31635,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31636,"kind":1024,"name":"content","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31637,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31638,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31639,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31640,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31641,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31642,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31643,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31644,"kind":1024,"name":"muted","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31645,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31646,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31647,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31648,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31649,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31650,"kind":1024,"name":"tags","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31651,"kind":1024,"name":"card","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31652,"kind":1024,"name":"poll","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31653,"kind":1024,"name":"application","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31654,"kind":1024,"name":"language","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31655,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31656,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31657,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31658,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type"},{"id":31659,"kind":1024,"name":"context","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type.__type"},{"id":31660,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type.__type"},{"id":31661,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type.__type.__type"},{"id":31662,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type.__type"},{"id":31663,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type.__type"},{"id":31664,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type.__type.__type"},{"id":31665,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type.__type"},{"id":31666,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type.__type"},{"id":31667,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type.__type"},{"id":31668,"kind":1024,"name":"local","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type.__type"},{"id":31669,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_report.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Status.__type.__type"},{"id":31670,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_report.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31671,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Context"},{"id":31672,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_report.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Context.__type"},{"id":31673,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_report.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Context.__type"},{"id":31674,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_report.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31675,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Conversation"},{"id":31676,"kind":1024,"name":"id","url":"modules/pleroma_entities_report.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Conversation.__type"},{"id":31677,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_report.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Conversation.__type"},{"id":31678,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_report.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Conversation.__type"},{"id":31679,"kind":1024,"name":"unread","url":"modules/pleroma_entities_report.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Conversation.__type"},{"id":31680,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_report.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31681,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.FeaturedTag"},{"id":31682,"kind":1024,"name":"id","url":"modules/pleroma_entities_report.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.FeaturedTag.__type"},{"id":31683,"kind":1024,"name":"name","url":"modules/pleroma_entities_report.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.FeaturedTag.__type"},{"id":31684,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_report.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.FeaturedTag.__type"},{"id":31685,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_report.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.FeaturedTag.__type"},{"id":31686,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_report.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31687,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Field"},{"id":31688,"kind":1024,"name":"name","url":"modules/pleroma_entities_report.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Field.__type"},{"id":31689,"kind":1024,"name":"value","url":"modules/pleroma_entities_report.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Field.__type"},{"id":31690,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_report.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Field.__type"},{"id":31691,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_report.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31692,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Filter"},{"id":31693,"kind":1024,"name":"id","url":"modules/pleroma_entities_report.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Filter.__type"},{"id":31694,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_report.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Filter.__type"},{"id":31695,"kind":1024,"name":"context","url":"modules/pleroma_entities_report.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Filter.__type"},{"id":31696,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_report.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Filter.__type"},{"id":31697,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_report.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Filter.__type"},{"id":31698,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_report.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Filter.__type"},{"id":31699,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_report.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31700,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.IdentityProof"},{"id":31701,"kind":1024,"name":"provider","url":"modules/pleroma_entities_report.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.IdentityProof.__type"},{"id":31702,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_report.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.IdentityProof.__type"},{"id":31703,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_report.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.IdentityProof.__type"},{"id":31704,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_report.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.IdentityProof.__type"},{"id":31705,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_report.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.IdentityProof.__type"},{"id":31706,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_report.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31707,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.URLs"},{"id":31708,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_report.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.URLs.__type"},{"id":31709,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_report.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31710,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Stats"},{"id":31711,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_report.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Stats.__type"},{"id":31712,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_report.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Stats.__type"},{"id":31713,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_report.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Stats.__type"},{"id":31714,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_report.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31715,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Instance"},{"id":31716,"kind":1024,"name":"uri","url":"modules/pleroma_entities_report.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Instance.__type"},{"id":31717,"kind":1024,"name":"title","url":"modules/pleroma_entities_report.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Instance.__type"},{"id":31718,"kind":1024,"name":"description","url":"modules/pleroma_entities_report.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Instance.__type"},{"id":31719,"kind":1024,"name":"email","url":"modules/pleroma_entities_report.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Instance.__type"},{"id":31720,"kind":1024,"name":"version","url":"modules/pleroma_entities_report.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Instance.__type"},{"id":31721,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_report.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Instance.__type"},{"id":31722,"kind":1024,"name":"urls","url":"modules/pleroma_entities_report.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Instance.__type"},{"id":31723,"kind":1024,"name":"stats","url":"modules/pleroma_entities_report.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Instance.__type"},{"id":31724,"kind":1024,"name":"languages","url":"modules/pleroma_entities_report.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Instance.__type"},{"id":31725,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_report.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Instance.__type"},{"id":31726,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_report.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Instance.__type"},{"id":31727,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_report.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Instance.__type"},{"id":31728,"kind":4194304,"name":"List","url":"modules/pleroma_entities_report.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31729,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.List"},{"id":31730,"kind":1024,"name":"id","url":"modules/pleroma_entities_report.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.List.__type"},{"id":31731,"kind":1024,"name":"title","url":"modules/pleroma_entities_report.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.List.__type"},{"id":31732,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_report.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31733,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Marker"},{"id":31734,"kind":1024,"name":"home","url":"modules/pleroma_entities_report.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Marker.__type"},{"id":31735,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Marker.__type"},{"id":31736,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_report.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Marker.__type.__type"},{"id":31737,"kind":1024,"name":"version","url":"modules/pleroma_entities_report.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Marker.__type.__type"},{"id":31738,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_report.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Marker.__type.__type"},{"id":31739,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_report.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Marker.__type"},{"id":31740,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Marker.__type"},{"id":31741,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_report.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Marker.__type.__type"},{"id":31742,"kind":1024,"name":"version","url":"modules/pleroma_entities_report.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Marker.__type.__type"},{"id":31743,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_report.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Marker.__type.__type"},{"id":31744,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_report.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31745,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Notification"},{"id":31746,"kind":1024,"name":"account","url":"modules/pleroma_entities_report.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Notification.__type"},{"id":31747,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_report.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Notification.__type"},{"id":31748,"kind":1024,"name":"id","url":"modules/pleroma_entities_report.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Notification.__type"},{"id":31749,"kind":1024,"name":"status","url":"modules/pleroma_entities_report.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Notification.__type"},{"id":31750,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_report.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Notification.__type"},{"id":31751,"kind":1024,"name":"type","url":"modules/pleroma_entities_report.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Notification.__type"},{"id":31752,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_report.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31753,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_report.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31754,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Preferences"},{"id":31755,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_report.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Preferences.__type"},{"id":31756,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_report.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Preferences.__type"},{"id":31757,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_report.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Preferences.__type"},{"id":31758,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_report.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Preferences.__type"},{"id":31759,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_report.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Preferences.__type"},{"id":31760,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_report.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31761,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.PushSubscription"},{"id":31762,"kind":1024,"name":"id","url":"modules/pleroma_entities_report.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.PushSubscription.__type"},{"id":31763,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_report.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.PushSubscription.__type"},{"id":31764,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_report.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.PushSubscription.__type"},{"id":31765,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_report.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.PushSubscription.__type"},{"id":31766,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_report.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31767,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Relationship"},{"id":31768,"kind":1024,"name":"id","url":"modules/pleroma_entities_report.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Relationship.__type"},{"id":31769,"kind":1024,"name":"following","url":"modules/pleroma_entities_report.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Relationship.__type"},{"id":31770,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_report.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Relationship.__type"},{"id":31771,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_report.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Relationship.__type"},{"id":31772,"kind":1024,"name":"muting","url":"modules/pleroma_entities_report.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Relationship.__type"},{"id":31773,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_report.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Relationship.__type"},{"id":31774,"kind":1024,"name":"requested","url":"modules/pleroma_entities_report.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Relationship.__type"},{"id":31775,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_report.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Relationship.__type"},{"id":31776,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_report.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Relationship.__type"},{"id":31777,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_report.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Relationship.__type"},{"id":31778,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_report.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31779,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Report"},{"id":31780,"kind":1024,"name":"id","url":"modules/pleroma_entities_report.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Report.__type"},{"id":31781,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_report.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Report.__type"},{"id":31782,"kind":1024,"name":"comment","url":"modules/pleroma_entities_report.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Report.__type"},{"id":31783,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_report.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Report.__type"},{"id":31784,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_report.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Report.__type"},{"id":31785,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_report.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31786,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Results"},{"id":31787,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_report.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Results.__type"},{"id":31788,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_report.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Results.__type"},{"id":31789,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_report.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Results.__type"},{"id":31790,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_report.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31791,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.ScheduledStatus"},{"id":31792,"kind":1024,"name":"id","url":"modules/pleroma_entities_report.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.ScheduledStatus.__type"},{"id":31793,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_report.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.ScheduledStatus.__type"},{"id":31794,"kind":1024,"name":"params","url":"modules/pleroma_entities_report.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.ScheduledStatus.__type"},{"id":31795,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_report.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.ScheduledStatus.__type"},{"id":31796,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_report.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31797,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.StatusParams"},{"id":31798,"kind":1024,"name":"text","url":"modules/pleroma_entities_report.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.StatusParams.__type"},{"id":31799,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_report.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.StatusParams.__type"},{"id":31800,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_report.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.StatusParams.__type"},{"id":31801,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_report.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.StatusParams.__type"},{"id":31802,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_report.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.StatusParams.__type"},{"id":31803,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_report.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.StatusParams.__type"},{"id":31804,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_report.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.StatusParams.__type"},{"id":31805,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_report.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.StatusParams.__type"},{"id":31806,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_report.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/report.PleromaEntity"},{"id":31807,"kind":65536,"name":"__type","url":"modules/pleroma_entities_report.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/report.PleromaEntity.Token"},{"id":31808,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_report.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Token.__type"},{"id":31809,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_report.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Token.__type"},{"id":31810,"kind":1024,"name":"scope","url":"modules/pleroma_entities_report.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Token.__type"},{"id":31811,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_report.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/report.PleromaEntity.Token.__type"},{"id":31812,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_results.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/results"},{"id":31813,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_results.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":31814,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Emoji"},{"id":31815,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_results.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Emoji.__type"},{"id":31816,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_results.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Emoji.__type"},{"id":31817,"kind":1024,"name":"url","url":"modules/pleroma_entities_results.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Emoji.__type"},{"id":31818,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_results.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Emoji.__type"},{"id":31819,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_results.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":31820,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Source"},{"id":31821,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_results.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Source.__type"},{"id":31822,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_results.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Source.__type"},{"id":31823,"kind":1024,"name":"language","url":"modules/pleroma_entities_results.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Source.__type"},{"id":31824,"kind":1024,"name":"note","url":"modules/pleroma_entities_results.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Source.__type"},{"id":31825,"kind":1024,"name":"fields","url":"modules/pleroma_entities_results.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Source.__type"},{"id":31826,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_results.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":31827,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Account"},{"id":31828,"kind":1024,"name":"id","url":"modules/pleroma_entities_results.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Account.__type"},{"id":31829,"kind":1024,"name":"username","url":"modules/pleroma_entities_results.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Account.__type"},{"id":31830,"kind":1024,"name":"acct","url":"modules/pleroma_entities_results.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Account.__type"},{"id":31831,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_results.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Account.__type"},{"id":31832,"kind":1024,"name":"locked","url":"modules/pleroma_entities_results.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Account.__type"},{"id":31833,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_results.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Account.__type"},{"id":31834,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_results.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Account.__type"},{"id":31835,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_results.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Account.__type"},{"id":31836,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_results.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Account.__type"},{"id":31837,"kind":1024,"name":"note","url":"modules/pleroma_entities_results.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Account.__type"},{"id":31838,"kind":1024,"name":"url","url":"modules/pleroma_entities_results.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Account.__type"},{"id":31839,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_results.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Account.__type"},{"id":31840,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_results.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Account.__type"},{"id":31841,"kind":1024,"name":"header","url":"modules/pleroma_entities_results.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Account.__type"},{"id":31842,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_results.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Account.__type"},{"id":31843,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_results.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Account.__type"},{"id":31844,"kind":1024,"name":"moved","url":"modules/pleroma_entities_results.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Account.__type"},{"id":31845,"kind":1024,"name":"fields","url":"modules/pleroma_entities_results.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Account.__type"},{"id":31846,"kind":1024,"name":"bot","url":"modules/pleroma_entities_results.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Account.__type"},{"id":31847,"kind":1024,"name":"source","url":"modules/pleroma_entities_results.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Account.__type"},{"id":31848,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_results.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":31849,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Activity"},{"id":31850,"kind":1024,"name":"week","url":"modules/pleroma_entities_results.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Activity.__type"},{"id":31851,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_results.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Activity.__type"},{"id":31852,"kind":1024,"name":"logins","url":"modules/pleroma_entities_results.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Activity.__type"},{"id":31853,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_results.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Activity.__type"},{"id":31854,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_results.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":31855,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Application"},{"id":31856,"kind":1024,"name":"name","url":"modules/pleroma_entities_results.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Application.__type"},{"id":31857,"kind":1024,"name":"website","url":"modules/pleroma_entities_results.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Application.__type"},{"id":31858,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_results.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Application.__type"},{"id":31859,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_results.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":31860,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Attachment"},{"id":31861,"kind":1024,"name":"id","url":"modules/pleroma_entities_results.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Attachment.__type"},{"id":31862,"kind":1024,"name":"type","url":"modules/pleroma_entities_results.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Attachment.__type"},{"id":31863,"kind":1024,"name":"url","url":"modules/pleroma_entities_results.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Attachment.__type"},{"id":31864,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_results.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Attachment.__type"},{"id":31865,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_results.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Attachment.__type"},{"id":31866,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_results.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Attachment.__type"},{"id":31867,"kind":1024,"name":"meta","url":"modules/pleroma_entities_results.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Attachment.__type"},{"id":31868,"kind":1024,"name":"description","url":"modules/pleroma_entities_results.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Attachment.__type"},{"id":31869,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_results.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":31870,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Card"},{"id":31871,"kind":1024,"name":"url","url":"modules/pleroma_entities_results.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Card.__type"},{"id":31872,"kind":1024,"name":"title","url":"modules/pleroma_entities_results.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Card.__type"},{"id":31873,"kind":1024,"name":"description","url":"modules/pleroma_entities_results.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Card.__type"},{"id":31874,"kind":1024,"name":"type","url":"modules/pleroma_entities_results.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Card.__type"},{"id":31875,"kind":1024,"name":"image","url":"modules/pleroma_entities_results.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Card.__type"},{"id":31876,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_results.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Card.__type"},{"id":31877,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_results.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Card.__type"},{"id":31878,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_results.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Card.__type"},{"id":31879,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_results.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Card.__type"},{"id":31880,"kind":1024,"name":"html","url":"modules/pleroma_entities_results.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Card.__type"},{"id":31881,"kind":1024,"name":"width","url":"modules/pleroma_entities_results.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Card.__type"},{"id":31882,"kind":1024,"name":"height","url":"modules/pleroma_entities_results.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Card.__type"},{"id":31883,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_results.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Card.__type"},{"id":31884,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_results.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":31885,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Mention"},{"id":31886,"kind":1024,"name":"id","url":"modules/pleroma_entities_results.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Mention.__type"},{"id":31887,"kind":1024,"name":"username","url":"modules/pleroma_entities_results.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Mention.__type"},{"id":31888,"kind":1024,"name":"url","url":"modules/pleroma_entities_results.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Mention.__type"},{"id":31889,"kind":1024,"name":"acct","url":"modules/pleroma_entities_results.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Mention.__type"},{"id":31890,"kind":4194304,"name":"History","url":"modules/pleroma_entities_results.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":31891,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.History"},{"id":31892,"kind":1024,"name":"day","url":"modules/pleroma_entities_results.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.History.__type"},{"id":31893,"kind":1024,"name":"uses","url":"modules/pleroma_entities_results.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.History.__type"},{"id":31894,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_results.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.History.__type"},{"id":31895,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_results.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":31896,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Tag"},{"id":31897,"kind":1024,"name":"name","url":"modules/pleroma_entities_results.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Tag.__type"},{"id":31898,"kind":1024,"name":"url","url":"modules/pleroma_entities_results.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Tag.__type"},{"id":31899,"kind":1024,"name":"history","url":"modules/pleroma_entities_results.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Tag.__type"},{"id":31900,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_results.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":31901,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.PollOption"},{"id":31902,"kind":1024,"name":"title","url":"modules/pleroma_entities_results.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.PollOption.__type"},{"id":31903,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_results.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.PollOption.__type"},{"id":31904,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_results.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":31905,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Poll"},{"id":31906,"kind":1024,"name":"id","url":"modules/pleroma_entities_results.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Poll.__type"},{"id":31907,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_results.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Poll.__type"},{"id":31908,"kind":1024,"name":"expired","url":"modules/pleroma_entities_results.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Poll.__type"},{"id":31909,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_results.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Poll.__type"},{"id":31910,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_results.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Poll.__type"},{"id":31911,"kind":1024,"name":"options","url":"modules/pleroma_entities_results.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Poll.__type"},{"id":31912,"kind":1024,"name":"voted","url":"modules/pleroma_entities_results.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Poll.__type"},{"id":31913,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_results.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":31914,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Reaction"},{"id":31915,"kind":1024,"name":"count","url":"modules/pleroma_entities_results.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Reaction.__type"},{"id":31916,"kind":1024,"name":"me","url":"modules/pleroma_entities_results.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Reaction.__type"},{"id":31917,"kind":1024,"name":"name","url":"modules/pleroma_entities_results.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Reaction.__type"},{"id":31918,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_results.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Reaction.__type"},{"id":31919,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_results.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":31920,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Status"},{"id":31921,"kind":1024,"name":"id","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31922,"kind":1024,"name":"uri","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31923,"kind":1024,"name":"url","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31924,"kind":1024,"name":"account","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31925,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31926,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31927,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31928,"kind":1024,"name":"content","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31929,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31930,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31931,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31932,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31933,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31934,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31935,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31936,"kind":1024,"name":"muted","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31937,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31938,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31939,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31940,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31941,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31942,"kind":1024,"name":"tags","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31943,"kind":1024,"name":"card","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31944,"kind":1024,"name":"poll","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31945,"kind":1024,"name":"application","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31946,"kind":1024,"name":"language","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31947,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31948,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31949,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31950,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type"},{"id":31951,"kind":1024,"name":"context","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type.__type"},{"id":31952,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type.__type"},{"id":31953,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type.__type.__type"},{"id":31954,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type.__type"},{"id":31955,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type.__type"},{"id":31956,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type.__type.__type"},{"id":31957,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type.__type"},{"id":31958,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type.__type"},{"id":31959,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type.__type"},{"id":31960,"kind":1024,"name":"local","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type.__type"},{"id":31961,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_results.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Status.__type.__type"},{"id":31962,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_results.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":31963,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Context"},{"id":31964,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_results.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Context.__type"},{"id":31965,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_results.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Context.__type"},{"id":31966,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_results.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":31967,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Conversation"},{"id":31968,"kind":1024,"name":"id","url":"modules/pleroma_entities_results.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Conversation.__type"},{"id":31969,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_results.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Conversation.__type"},{"id":31970,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_results.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Conversation.__type"},{"id":31971,"kind":1024,"name":"unread","url":"modules/pleroma_entities_results.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Conversation.__type"},{"id":31972,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_results.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":31973,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.FeaturedTag"},{"id":31974,"kind":1024,"name":"id","url":"modules/pleroma_entities_results.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.FeaturedTag.__type"},{"id":31975,"kind":1024,"name":"name","url":"modules/pleroma_entities_results.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.FeaturedTag.__type"},{"id":31976,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_results.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.FeaturedTag.__type"},{"id":31977,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_results.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.FeaturedTag.__type"},{"id":31978,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_results.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":31979,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Field"},{"id":31980,"kind":1024,"name":"name","url":"modules/pleroma_entities_results.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Field.__type"},{"id":31981,"kind":1024,"name":"value","url":"modules/pleroma_entities_results.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Field.__type"},{"id":31982,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_results.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Field.__type"},{"id":31983,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_results.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":31984,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Filter"},{"id":31985,"kind":1024,"name":"id","url":"modules/pleroma_entities_results.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Filter.__type"},{"id":31986,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_results.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Filter.__type"},{"id":31987,"kind":1024,"name":"context","url":"modules/pleroma_entities_results.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Filter.__type"},{"id":31988,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_results.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Filter.__type"},{"id":31989,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_results.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Filter.__type"},{"id":31990,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_results.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Filter.__type"},{"id":31991,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_results.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":31992,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.IdentityProof"},{"id":31993,"kind":1024,"name":"provider","url":"modules/pleroma_entities_results.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.IdentityProof.__type"},{"id":31994,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_results.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.IdentityProof.__type"},{"id":31995,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_results.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.IdentityProof.__type"},{"id":31996,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_results.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.IdentityProof.__type"},{"id":31997,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_results.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.IdentityProof.__type"},{"id":31998,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_results.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":31999,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.URLs"},{"id":32000,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_results.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.URLs.__type"},{"id":32001,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_results.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":32002,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Stats"},{"id":32003,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_results.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Stats.__type"},{"id":32004,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_results.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Stats.__type"},{"id":32005,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_results.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Stats.__type"},{"id":32006,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_results.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":32007,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Instance"},{"id":32008,"kind":1024,"name":"uri","url":"modules/pleroma_entities_results.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Instance.__type"},{"id":32009,"kind":1024,"name":"title","url":"modules/pleroma_entities_results.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Instance.__type"},{"id":32010,"kind":1024,"name":"description","url":"modules/pleroma_entities_results.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Instance.__type"},{"id":32011,"kind":1024,"name":"email","url":"modules/pleroma_entities_results.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Instance.__type"},{"id":32012,"kind":1024,"name":"version","url":"modules/pleroma_entities_results.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Instance.__type"},{"id":32013,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_results.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Instance.__type"},{"id":32014,"kind":1024,"name":"urls","url":"modules/pleroma_entities_results.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Instance.__type"},{"id":32015,"kind":1024,"name":"stats","url":"modules/pleroma_entities_results.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Instance.__type"},{"id":32016,"kind":1024,"name":"languages","url":"modules/pleroma_entities_results.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Instance.__type"},{"id":32017,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_results.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Instance.__type"},{"id":32018,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_results.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Instance.__type"},{"id":32019,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_results.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Instance.__type"},{"id":32020,"kind":4194304,"name":"List","url":"modules/pleroma_entities_results.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":32021,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.List"},{"id":32022,"kind":1024,"name":"id","url":"modules/pleroma_entities_results.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.List.__type"},{"id":32023,"kind":1024,"name":"title","url":"modules/pleroma_entities_results.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.List.__type"},{"id":32024,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_results.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":32025,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Marker"},{"id":32026,"kind":1024,"name":"home","url":"modules/pleroma_entities_results.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Marker.__type"},{"id":32027,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Marker.__type"},{"id":32028,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_results.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Marker.__type.__type"},{"id":32029,"kind":1024,"name":"version","url":"modules/pleroma_entities_results.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Marker.__type.__type"},{"id":32030,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_results.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Marker.__type.__type"},{"id":32031,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_results.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Marker.__type"},{"id":32032,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Marker.__type"},{"id":32033,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_results.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Marker.__type.__type"},{"id":32034,"kind":1024,"name":"version","url":"modules/pleroma_entities_results.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Marker.__type.__type"},{"id":32035,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_results.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Marker.__type.__type"},{"id":32036,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_results.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":32037,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Notification"},{"id":32038,"kind":1024,"name":"account","url":"modules/pleroma_entities_results.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Notification.__type"},{"id":32039,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_results.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Notification.__type"},{"id":32040,"kind":1024,"name":"id","url":"modules/pleroma_entities_results.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Notification.__type"},{"id":32041,"kind":1024,"name":"status","url":"modules/pleroma_entities_results.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Notification.__type"},{"id":32042,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_results.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Notification.__type"},{"id":32043,"kind":1024,"name":"type","url":"modules/pleroma_entities_results.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Notification.__type"},{"id":32044,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_results.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":32045,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_results.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":32046,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Preferences"},{"id":32047,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_results.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Preferences.__type"},{"id":32048,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_results.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Preferences.__type"},{"id":32049,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_results.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Preferences.__type"},{"id":32050,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_results.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Preferences.__type"},{"id":32051,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_results.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Preferences.__type"},{"id":32052,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_results.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":32053,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.PushSubscription"},{"id":32054,"kind":1024,"name":"id","url":"modules/pleroma_entities_results.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.PushSubscription.__type"},{"id":32055,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_results.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.PushSubscription.__type"},{"id":32056,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_results.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.PushSubscription.__type"},{"id":32057,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_results.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.PushSubscription.__type"},{"id":32058,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_results.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":32059,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Relationship"},{"id":32060,"kind":1024,"name":"id","url":"modules/pleroma_entities_results.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Relationship.__type"},{"id":32061,"kind":1024,"name":"following","url":"modules/pleroma_entities_results.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Relationship.__type"},{"id":32062,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_results.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Relationship.__type"},{"id":32063,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_results.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Relationship.__type"},{"id":32064,"kind":1024,"name":"muting","url":"modules/pleroma_entities_results.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Relationship.__type"},{"id":32065,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_results.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Relationship.__type"},{"id":32066,"kind":1024,"name":"requested","url":"modules/pleroma_entities_results.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Relationship.__type"},{"id":32067,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_results.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Relationship.__type"},{"id":32068,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_results.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Relationship.__type"},{"id":32069,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_results.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Relationship.__type"},{"id":32070,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_results.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":32071,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Report"},{"id":32072,"kind":1024,"name":"id","url":"modules/pleroma_entities_results.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Report.__type"},{"id":32073,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_results.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Report.__type"},{"id":32074,"kind":1024,"name":"comment","url":"modules/pleroma_entities_results.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Report.__type"},{"id":32075,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_results.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Report.__type"},{"id":32076,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_results.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Report.__type"},{"id":32077,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_results.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":32078,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Results"},{"id":32079,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_results.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Results.__type"},{"id":32080,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_results.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Results.__type"},{"id":32081,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_results.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Results.__type"},{"id":32082,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_results.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":32083,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.ScheduledStatus"},{"id":32084,"kind":1024,"name":"id","url":"modules/pleroma_entities_results.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.ScheduledStatus.__type"},{"id":32085,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_results.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.ScheduledStatus.__type"},{"id":32086,"kind":1024,"name":"params","url":"modules/pleroma_entities_results.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.ScheduledStatus.__type"},{"id":32087,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_results.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.ScheduledStatus.__type"},{"id":32088,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_results.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":32089,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.StatusParams"},{"id":32090,"kind":1024,"name":"text","url":"modules/pleroma_entities_results.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.StatusParams.__type"},{"id":32091,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_results.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.StatusParams.__type"},{"id":32092,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_results.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.StatusParams.__type"},{"id":32093,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_results.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.StatusParams.__type"},{"id":32094,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_results.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.StatusParams.__type"},{"id":32095,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_results.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.StatusParams.__type"},{"id":32096,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_results.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.StatusParams.__type"},{"id":32097,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_results.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.StatusParams.__type"},{"id":32098,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_results.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/results.PleromaEntity"},{"id":32099,"kind":65536,"name":"__type","url":"modules/pleroma_entities_results.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/results.PleromaEntity.Token"},{"id":32100,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_results.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Token.__type"},{"id":32101,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_results.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Token.__type"},{"id":32102,"kind":1024,"name":"scope","url":"modules/pleroma_entities_results.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Token.__type"},{"id":32103,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_results.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/results.PleromaEntity.Token.__type"},{"id":32104,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/scheduled_status"},{"id":32105,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32106,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Emoji"},{"id":32107,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Emoji.__type"},{"id":32108,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Emoji.__type"},{"id":32109,"kind":1024,"name":"url","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Emoji.__type"},{"id":32110,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Emoji.__type"},{"id":32111,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32112,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Source"},{"id":32113,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Source.__type"},{"id":32114,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Source.__type"},{"id":32115,"kind":1024,"name":"language","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Source.__type"},{"id":32116,"kind":1024,"name":"note","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Source.__type"},{"id":32117,"kind":1024,"name":"fields","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Source.__type"},{"id":32118,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32119,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Account"},{"id":32120,"kind":1024,"name":"id","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Account.__type"},{"id":32121,"kind":1024,"name":"username","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Account.__type"},{"id":32122,"kind":1024,"name":"acct","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Account.__type"},{"id":32123,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Account.__type"},{"id":32124,"kind":1024,"name":"locked","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Account.__type"},{"id":32125,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Account.__type"},{"id":32126,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Account.__type"},{"id":32127,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Account.__type"},{"id":32128,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Account.__type"},{"id":32129,"kind":1024,"name":"note","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Account.__type"},{"id":32130,"kind":1024,"name":"url","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Account.__type"},{"id":32131,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Account.__type"},{"id":32132,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Account.__type"},{"id":32133,"kind":1024,"name":"header","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Account.__type"},{"id":32134,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Account.__type"},{"id":32135,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Account.__type"},{"id":32136,"kind":1024,"name":"moved","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Account.__type"},{"id":32137,"kind":1024,"name":"fields","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Account.__type"},{"id":32138,"kind":1024,"name":"bot","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Account.__type"},{"id":32139,"kind":1024,"name":"source","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Account.__type"},{"id":32140,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32141,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Activity"},{"id":32142,"kind":1024,"name":"week","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Activity.__type"},{"id":32143,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Activity.__type"},{"id":32144,"kind":1024,"name":"logins","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Activity.__type"},{"id":32145,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Activity.__type"},{"id":32146,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32147,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Application"},{"id":32148,"kind":1024,"name":"name","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Application.__type"},{"id":32149,"kind":1024,"name":"website","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Application.__type"},{"id":32150,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Application.__type"},{"id":32151,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32152,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Attachment"},{"id":32153,"kind":1024,"name":"id","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Attachment.__type"},{"id":32154,"kind":1024,"name":"type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Attachment.__type"},{"id":32155,"kind":1024,"name":"url","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Attachment.__type"},{"id":32156,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Attachment.__type"},{"id":32157,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Attachment.__type"},{"id":32158,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Attachment.__type"},{"id":32159,"kind":1024,"name":"meta","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Attachment.__type"},{"id":32160,"kind":1024,"name":"description","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Attachment.__type"},{"id":32161,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32162,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Card"},{"id":32163,"kind":1024,"name":"url","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Card.__type"},{"id":32164,"kind":1024,"name":"title","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Card.__type"},{"id":32165,"kind":1024,"name":"description","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Card.__type"},{"id":32166,"kind":1024,"name":"type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Card.__type"},{"id":32167,"kind":1024,"name":"image","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Card.__type"},{"id":32168,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Card.__type"},{"id":32169,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Card.__type"},{"id":32170,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Card.__type"},{"id":32171,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Card.__type"},{"id":32172,"kind":1024,"name":"html","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Card.__type"},{"id":32173,"kind":1024,"name":"width","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Card.__type"},{"id":32174,"kind":1024,"name":"height","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Card.__type"},{"id":32175,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Card.__type"},{"id":32176,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32177,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Mention"},{"id":32178,"kind":1024,"name":"id","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Mention.__type"},{"id":32179,"kind":1024,"name":"username","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Mention.__type"},{"id":32180,"kind":1024,"name":"url","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Mention.__type"},{"id":32181,"kind":1024,"name":"acct","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Mention.__type"},{"id":32182,"kind":4194304,"name":"History","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32183,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.History"},{"id":32184,"kind":1024,"name":"day","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.History.__type"},{"id":32185,"kind":1024,"name":"uses","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.History.__type"},{"id":32186,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.History.__type"},{"id":32187,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32188,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Tag"},{"id":32189,"kind":1024,"name":"name","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Tag.__type"},{"id":32190,"kind":1024,"name":"url","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Tag.__type"},{"id":32191,"kind":1024,"name":"history","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Tag.__type"},{"id":32192,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32193,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.PollOption"},{"id":32194,"kind":1024,"name":"title","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.PollOption.__type"},{"id":32195,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.PollOption.__type"},{"id":32196,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32197,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Poll"},{"id":32198,"kind":1024,"name":"id","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Poll.__type"},{"id":32199,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Poll.__type"},{"id":32200,"kind":1024,"name":"expired","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Poll.__type"},{"id":32201,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Poll.__type"},{"id":32202,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Poll.__type"},{"id":32203,"kind":1024,"name":"options","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Poll.__type"},{"id":32204,"kind":1024,"name":"voted","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Poll.__type"},{"id":32205,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32206,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Reaction"},{"id":32207,"kind":1024,"name":"count","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Reaction.__type"},{"id":32208,"kind":1024,"name":"me","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Reaction.__type"},{"id":32209,"kind":1024,"name":"name","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Reaction.__type"},{"id":32210,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Reaction.__type"},{"id":32211,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32212,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status"},{"id":32213,"kind":1024,"name":"id","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32214,"kind":1024,"name":"uri","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32215,"kind":1024,"name":"url","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32216,"kind":1024,"name":"account","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32217,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32218,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32219,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32220,"kind":1024,"name":"content","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32221,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32222,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32223,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32224,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32225,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32226,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32227,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32228,"kind":1024,"name":"muted","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32229,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32230,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32231,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32232,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32233,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32234,"kind":1024,"name":"tags","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32235,"kind":1024,"name":"card","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32236,"kind":1024,"name":"poll","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32237,"kind":1024,"name":"application","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32238,"kind":1024,"name":"language","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32239,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32240,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32241,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32242,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type"},{"id":32243,"kind":1024,"name":"context","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type.__type"},{"id":32244,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type.__type"},{"id":32245,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type.__type.__type"},{"id":32246,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type.__type"},{"id":32247,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type.__type"},{"id":32248,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type.__type.__type"},{"id":32249,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type.__type"},{"id":32250,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type.__type"},{"id":32251,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type.__type"},{"id":32252,"kind":1024,"name":"local","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type.__type"},{"id":32253,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Status.__type.__type"},{"id":32254,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32255,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Context"},{"id":32256,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Context.__type"},{"id":32257,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Context.__type"},{"id":32258,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32259,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Conversation"},{"id":32260,"kind":1024,"name":"id","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Conversation.__type"},{"id":32261,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Conversation.__type"},{"id":32262,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Conversation.__type"},{"id":32263,"kind":1024,"name":"unread","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Conversation.__type"},{"id":32264,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32265,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.FeaturedTag"},{"id":32266,"kind":1024,"name":"id","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.FeaturedTag.__type"},{"id":32267,"kind":1024,"name":"name","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.FeaturedTag.__type"},{"id":32268,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.FeaturedTag.__type"},{"id":32269,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.FeaturedTag.__type"},{"id":32270,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32271,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Field"},{"id":32272,"kind":1024,"name":"name","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Field.__type"},{"id":32273,"kind":1024,"name":"value","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Field.__type"},{"id":32274,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Field.__type"},{"id":32275,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32276,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Filter"},{"id":32277,"kind":1024,"name":"id","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Filter.__type"},{"id":32278,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Filter.__type"},{"id":32279,"kind":1024,"name":"context","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Filter.__type"},{"id":32280,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Filter.__type"},{"id":32281,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Filter.__type"},{"id":32282,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Filter.__type"},{"id":32283,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32284,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.IdentityProof"},{"id":32285,"kind":1024,"name":"provider","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.IdentityProof.__type"},{"id":32286,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.IdentityProof.__type"},{"id":32287,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.IdentityProof.__type"},{"id":32288,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.IdentityProof.__type"},{"id":32289,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.IdentityProof.__type"},{"id":32290,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32291,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.URLs"},{"id":32292,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.URLs.__type"},{"id":32293,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32294,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Stats"},{"id":32295,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Stats.__type"},{"id":32296,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Stats.__type"},{"id":32297,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Stats.__type"},{"id":32298,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32299,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Instance"},{"id":32300,"kind":1024,"name":"uri","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Instance.__type"},{"id":32301,"kind":1024,"name":"title","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Instance.__type"},{"id":32302,"kind":1024,"name":"description","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Instance.__type"},{"id":32303,"kind":1024,"name":"email","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Instance.__type"},{"id":32304,"kind":1024,"name":"version","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Instance.__type"},{"id":32305,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Instance.__type"},{"id":32306,"kind":1024,"name":"urls","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Instance.__type"},{"id":32307,"kind":1024,"name":"stats","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Instance.__type"},{"id":32308,"kind":1024,"name":"languages","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Instance.__type"},{"id":32309,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Instance.__type"},{"id":32310,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Instance.__type"},{"id":32311,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Instance.__type"},{"id":32312,"kind":4194304,"name":"List","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32313,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.List"},{"id":32314,"kind":1024,"name":"id","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.List.__type"},{"id":32315,"kind":1024,"name":"title","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.List.__type"},{"id":32316,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32317,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Marker"},{"id":32318,"kind":1024,"name":"home","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Marker.__type"},{"id":32319,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Marker.__type"},{"id":32320,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Marker.__type.__type"},{"id":32321,"kind":1024,"name":"version","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Marker.__type.__type"},{"id":32322,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Marker.__type.__type"},{"id":32323,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Marker.__type"},{"id":32324,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Marker.__type"},{"id":32325,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Marker.__type.__type"},{"id":32326,"kind":1024,"name":"version","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Marker.__type.__type"},{"id":32327,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Marker.__type.__type"},{"id":32328,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32329,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Notification"},{"id":32330,"kind":1024,"name":"account","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Notification.__type"},{"id":32331,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Notification.__type"},{"id":32332,"kind":1024,"name":"id","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Notification.__type"},{"id":32333,"kind":1024,"name":"status","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Notification.__type"},{"id":32334,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Notification.__type"},{"id":32335,"kind":1024,"name":"type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Notification.__type"},{"id":32336,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32337,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32338,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Preferences"},{"id":32339,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Preferences.__type"},{"id":32340,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Preferences.__type"},{"id":32341,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Preferences.__type"},{"id":32342,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Preferences.__type"},{"id":32343,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Preferences.__type"},{"id":32344,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32345,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.PushSubscription"},{"id":32346,"kind":1024,"name":"id","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.PushSubscription.__type"},{"id":32347,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.PushSubscription.__type"},{"id":32348,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.PushSubscription.__type"},{"id":32349,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.PushSubscription.__type"},{"id":32350,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32351,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Relationship"},{"id":32352,"kind":1024,"name":"id","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Relationship.__type"},{"id":32353,"kind":1024,"name":"following","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Relationship.__type"},{"id":32354,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Relationship.__type"},{"id":32355,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Relationship.__type"},{"id":32356,"kind":1024,"name":"muting","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Relationship.__type"},{"id":32357,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Relationship.__type"},{"id":32358,"kind":1024,"name":"requested","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Relationship.__type"},{"id":32359,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Relationship.__type"},{"id":32360,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Relationship.__type"},{"id":32361,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Relationship.__type"},{"id":32362,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32363,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Report"},{"id":32364,"kind":1024,"name":"id","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Report.__type"},{"id":32365,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Report.__type"},{"id":32366,"kind":1024,"name":"comment","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Report.__type"},{"id":32367,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Report.__type"},{"id":32368,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Report.__type"},{"id":32369,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32370,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Results"},{"id":32371,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Results.__type"},{"id":32372,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Results.__type"},{"id":32373,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Results.__type"},{"id":32374,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32375,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.ScheduledStatus"},{"id":32376,"kind":1024,"name":"id","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.ScheduledStatus.__type"},{"id":32377,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.ScheduledStatus.__type"},{"id":32378,"kind":1024,"name":"params","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.ScheduledStatus.__type"},{"id":32379,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.ScheduledStatus.__type"},{"id":32380,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32381,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.StatusParams"},{"id":32382,"kind":1024,"name":"text","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.StatusParams.__type"},{"id":32383,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.StatusParams.__type"},{"id":32384,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.StatusParams.__type"},{"id":32385,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.StatusParams.__type"},{"id":32386,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.StatusParams.__type"},{"id":32387,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.StatusParams.__type"},{"id":32388,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.StatusParams.__type"},{"id":32389,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.StatusParams.__type"},{"id":32390,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/scheduled_status.PleromaEntity"},{"id":32391,"kind":65536,"name":"__type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/scheduled_status.PleromaEntity.Token"},{"id":32392,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Token.__type"},{"id":32393,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Token.__type"},{"id":32394,"kind":1024,"name":"scope","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Token.__type"},{"id":32395,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_scheduled_status.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/scheduled_status.PleromaEntity.Token.__type"},{"id":32396,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_source.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/source"},{"id":32397,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_source.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32398,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Emoji"},{"id":32399,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_source.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Emoji.__type"},{"id":32400,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_source.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Emoji.__type"},{"id":32401,"kind":1024,"name":"url","url":"modules/pleroma_entities_source.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Emoji.__type"},{"id":32402,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_source.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Emoji.__type"},{"id":32403,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_source.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32404,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Source"},{"id":32405,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_source.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Source.__type"},{"id":32406,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_source.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Source.__type"},{"id":32407,"kind":1024,"name":"language","url":"modules/pleroma_entities_source.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Source.__type"},{"id":32408,"kind":1024,"name":"note","url":"modules/pleroma_entities_source.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Source.__type"},{"id":32409,"kind":1024,"name":"fields","url":"modules/pleroma_entities_source.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Source.__type"},{"id":32410,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_source.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32411,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Account"},{"id":32412,"kind":1024,"name":"id","url":"modules/pleroma_entities_source.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Account.__type"},{"id":32413,"kind":1024,"name":"username","url":"modules/pleroma_entities_source.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Account.__type"},{"id":32414,"kind":1024,"name":"acct","url":"modules/pleroma_entities_source.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Account.__type"},{"id":32415,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_source.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Account.__type"},{"id":32416,"kind":1024,"name":"locked","url":"modules/pleroma_entities_source.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Account.__type"},{"id":32417,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_source.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Account.__type"},{"id":32418,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_source.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Account.__type"},{"id":32419,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_source.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Account.__type"},{"id":32420,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_source.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Account.__type"},{"id":32421,"kind":1024,"name":"note","url":"modules/pleroma_entities_source.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Account.__type"},{"id":32422,"kind":1024,"name":"url","url":"modules/pleroma_entities_source.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Account.__type"},{"id":32423,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_source.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Account.__type"},{"id":32424,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_source.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Account.__type"},{"id":32425,"kind":1024,"name":"header","url":"modules/pleroma_entities_source.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Account.__type"},{"id":32426,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_source.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Account.__type"},{"id":32427,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_source.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Account.__type"},{"id":32428,"kind":1024,"name":"moved","url":"modules/pleroma_entities_source.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Account.__type"},{"id":32429,"kind":1024,"name":"fields","url":"modules/pleroma_entities_source.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Account.__type"},{"id":32430,"kind":1024,"name":"bot","url":"modules/pleroma_entities_source.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Account.__type"},{"id":32431,"kind":1024,"name":"source","url":"modules/pleroma_entities_source.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Account.__type"},{"id":32432,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_source.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32433,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Activity"},{"id":32434,"kind":1024,"name":"week","url":"modules/pleroma_entities_source.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Activity.__type"},{"id":32435,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_source.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Activity.__type"},{"id":32436,"kind":1024,"name":"logins","url":"modules/pleroma_entities_source.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Activity.__type"},{"id":32437,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_source.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Activity.__type"},{"id":32438,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_source.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32439,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Application"},{"id":32440,"kind":1024,"name":"name","url":"modules/pleroma_entities_source.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Application.__type"},{"id":32441,"kind":1024,"name":"website","url":"modules/pleroma_entities_source.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Application.__type"},{"id":32442,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_source.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Application.__type"},{"id":32443,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_source.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32444,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Attachment"},{"id":32445,"kind":1024,"name":"id","url":"modules/pleroma_entities_source.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Attachment.__type"},{"id":32446,"kind":1024,"name":"type","url":"modules/pleroma_entities_source.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Attachment.__type"},{"id":32447,"kind":1024,"name":"url","url":"modules/pleroma_entities_source.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Attachment.__type"},{"id":32448,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_source.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Attachment.__type"},{"id":32449,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_source.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Attachment.__type"},{"id":32450,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_source.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Attachment.__type"},{"id":32451,"kind":1024,"name":"meta","url":"modules/pleroma_entities_source.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Attachment.__type"},{"id":32452,"kind":1024,"name":"description","url":"modules/pleroma_entities_source.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Attachment.__type"},{"id":32453,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_source.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32454,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Card"},{"id":32455,"kind":1024,"name":"url","url":"modules/pleroma_entities_source.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Card.__type"},{"id":32456,"kind":1024,"name":"title","url":"modules/pleroma_entities_source.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Card.__type"},{"id":32457,"kind":1024,"name":"description","url":"modules/pleroma_entities_source.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Card.__type"},{"id":32458,"kind":1024,"name":"type","url":"modules/pleroma_entities_source.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Card.__type"},{"id":32459,"kind":1024,"name":"image","url":"modules/pleroma_entities_source.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Card.__type"},{"id":32460,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_source.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Card.__type"},{"id":32461,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_source.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Card.__type"},{"id":32462,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_source.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Card.__type"},{"id":32463,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_source.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Card.__type"},{"id":32464,"kind":1024,"name":"html","url":"modules/pleroma_entities_source.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Card.__type"},{"id":32465,"kind":1024,"name":"width","url":"modules/pleroma_entities_source.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Card.__type"},{"id":32466,"kind":1024,"name":"height","url":"modules/pleroma_entities_source.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Card.__type"},{"id":32467,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_source.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Card.__type"},{"id":32468,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_source.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32469,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Mention"},{"id":32470,"kind":1024,"name":"id","url":"modules/pleroma_entities_source.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Mention.__type"},{"id":32471,"kind":1024,"name":"username","url":"modules/pleroma_entities_source.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Mention.__type"},{"id":32472,"kind":1024,"name":"url","url":"modules/pleroma_entities_source.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Mention.__type"},{"id":32473,"kind":1024,"name":"acct","url":"modules/pleroma_entities_source.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Mention.__type"},{"id":32474,"kind":4194304,"name":"History","url":"modules/pleroma_entities_source.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32475,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.History"},{"id":32476,"kind":1024,"name":"day","url":"modules/pleroma_entities_source.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.History.__type"},{"id":32477,"kind":1024,"name":"uses","url":"modules/pleroma_entities_source.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.History.__type"},{"id":32478,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_source.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.History.__type"},{"id":32479,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_source.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32480,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Tag"},{"id":32481,"kind":1024,"name":"name","url":"modules/pleroma_entities_source.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Tag.__type"},{"id":32482,"kind":1024,"name":"url","url":"modules/pleroma_entities_source.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Tag.__type"},{"id":32483,"kind":1024,"name":"history","url":"modules/pleroma_entities_source.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Tag.__type"},{"id":32484,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_source.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32485,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.PollOption"},{"id":32486,"kind":1024,"name":"title","url":"modules/pleroma_entities_source.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.PollOption.__type"},{"id":32487,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_source.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.PollOption.__type"},{"id":32488,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_source.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32489,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Poll"},{"id":32490,"kind":1024,"name":"id","url":"modules/pleroma_entities_source.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Poll.__type"},{"id":32491,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_source.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Poll.__type"},{"id":32492,"kind":1024,"name":"expired","url":"modules/pleroma_entities_source.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Poll.__type"},{"id":32493,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_source.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Poll.__type"},{"id":32494,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_source.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Poll.__type"},{"id":32495,"kind":1024,"name":"options","url":"modules/pleroma_entities_source.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Poll.__type"},{"id":32496,"kind":1024,"name":"voted","url":"modules/pleroma_entities_source.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Poll.__type"},{"id":32497,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_source.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32498,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Reaction"},{"id":32499,"kind":1024,"name":"count","url":"modules/pleroma_entities_source.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Reaction.__type"},{"id":32500,"kind":1024,"name":"me","url":"modules/pleroma_entities_source.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Reaction.__type"},{"id":32501,"kind":1024,"name":"name","url":"modules/pleroma_entities_source.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Reaction.__type"},{"id":32502,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_source.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Reaction.__type"},{"id":32503,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_source.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32504,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Status"},{"id":32505,"kind":1024,"name":"id","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32506,"kind":1024,"name":"uri","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32507,"kind":1024,"name":"url","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32508,"kind":1024,"name":"account","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32509,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32510,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32511,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32512,"kind":1024,"name":"content","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32513,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32514,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32515,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32516,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32517,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32518,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32519,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32520,"kind":1024,"name":"muted","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32521,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32522,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32523,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32524,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32525,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32526,"kind":1024,"name":"tags","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32527,"kind":1024,"name":"card","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32528,"kind":1024,"name":"poll","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32529,"kind":1024,"name":"application","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32530,"kind":1024,"name":"language","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32531,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32532,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32533,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32534,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type"},{"id":32535,"kind":1024,"name":"context","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type.__type"},{"id":32536,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type.__type"},{"id":32537,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type.__type.__type"},{"id":32538,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type.__type"},{"id":32539,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type.__type"},{"id":32540,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type.__type.__type"},{"id":32541,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type.__type"},{"id":32542,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type.__type"},{"id":32543,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type.__type"},{"id":32544,"kind":1024,"name":"local","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type.__type"},{"id":32545,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_source.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Status.__type.__type"},{"id":32546,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_source.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32547,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Context"},{"id":32548,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_source.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Context.__type"},{"id":32549,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_source.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Context.__type"},{"id":32550,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_source.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32551,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Conversation"},{"id":32552,"kind":1024,"name":"id","url":"modules/pleroma_entities_source.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Conversation.__type"},{"id":32553,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_source.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Conversation.__type"},{"id":32554,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_source.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Conversation.__type"},{"id":32555,"kind":1024,"name":"unread","url":"modules/pleroma_entities_source.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Conversation.__type"},{"id":32556,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_source.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32557,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.FeaturedTag"},{"id":32558,"kind":1024,"name":"id","url":"modules/pleroma_entities_source.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.FeaturedTag.__type"},{"id":32559,"kind":1024,"name":"name","url":"modules/pleroma_entities_source.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.FeaturedTag.__type"},{"id":32560,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_source.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.FeaturedTag.__type"},{"id":32561,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_source.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.FeaturedTag.__type"},{"id":32562,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_source.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32563,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Field"},{"id":32564,"kind":1024,"name":"name","url":"modules/pleroma_entities_source.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Field.__type"},{"id":32565,"kind":1024,"name":"value","url":"modules/pleroma_entities_source.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Field.__type"},{"id":32566,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_source.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Field.__type"},{"id":32567,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_source.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32568,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Filter"},{"id":32569,"kind":1024,"name":"id","url":"modules/pleroma_entities_source.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Filter.__type"},{"id":32570,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_source.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Filter.__type"},{"id":32571,"kind":1024,"name":"context","url":"modules/pleroma_entities_source.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Filter.__type"},{"id":32572,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_source.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Filter.__type"},{"id":32573,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_source.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Filter.__type"},{"id":32574,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_source.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Filter.__type"},{"id":32575,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_source.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32576,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.IdentityProof"},{"id":32577,"kind":1024,"name":"provider","url":"modules/pleroma_entities_source.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.IdentityProof.__type"},{"id":32578,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_source.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.IdentityProof.__type"},{"id":32579,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_source.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.IdentityProof.__type"},{"id":32580,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_source.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.IdentityProof.__type"},{"id":32581,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_source.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.IdentityProof.__type"},{"id":32582,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_source.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32583,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.URLs"},{"id":32584,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_source.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.URLs.__type"},{"id":32585,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_source.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32586,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Stats"},{"id":32587,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_source.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Stats.__type"},{"id":32588,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_source.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Stats.__type"},{"id":32589,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_source.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Stats.__type"},{"id":32590,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_source.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32591,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Instance"},{"id":32592,"kind":1024,"name":"uri","url":"modules/pleroma_entities_source.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Instance.__type"},{"id":32593,"kind":1024,"name":"title","url":"modules/pleroma_entities_source.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Instance.__type"},{"id":32594,"kind":1024,"name":"description","url":"modules/pleroma_entities_source.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Instance.__type"},{"id":32595,"kind":1024,"name":"email","url":"modules/pleroma_entities_source.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Instance.__type"},{"id":32596,"kind":1024,"name":"version","url":"modules/pleroma_entities_source.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Instance.__type"},{"id":32597,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_source.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Instance.__type"},{"id":32598,"kind":1024,"name":"urls","url":"modules/pleroma_entities_source.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Instance.__type"},{"id":32599,"kind":1024,"name":"stats","url":"modules/pleroma_entities_source.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Instance.__type"},{"id":32600,"kind":1024,"name":"languages","url":"modules/pleroma_entities_source.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Instance.__type"},{"id":32601,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_source.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Instance.__type"},{"id":32602,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_source.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Instance.__type"},{"id":32603,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_source.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Instance.__type"},{"id":32604,"kind":4194304,"name":"List","url":"modules/pleroma_entities_source.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32605,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.List"},{"id":32606,"kind":1024,"name":"id","url":"modules/pleroma_entities_source.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.List.__type"},{"id":32607,"kind":1024,"name":"title","url":"modules/pleroma_entities_source.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.List.__type"},{"id":32608,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_source.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32609,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Marker"},{"id":32610,"kind":1024,"name":"home","url":"modules/pleroma_entities_source.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Marker.__type"},{"id":32611,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Marker.__type"},{"id":32612,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_source.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Marker.__type.__type"},{"id":32613,"kind":1024,"name":"version","url":"modules/pleroma_entities_source.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Marker.__type.__type"},{"id":32614,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_source.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Marker.__type.__type"},{"id":32615,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_source.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Marker.__type"},{"id":32616,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Marker.__type"},{"id":32617,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_source.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Marker.__type.__type"},{"id":32618,"kind":1024,"name":"version","url":"modules/pleroma_entities_source.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Marker.__type.__type"},{"id":32619,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_source.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Marker.__type.__type"},{"id":32620,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_source.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32621,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Notification"},{"id":32622,"kind":1024,"name":"account","url":"modules/pleroma_entities_source.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Notification.__type"},{"id":32623,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_source.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Notification.__type"},{"id":32624,"kind":1024,"name":"id","url":"modules/pleroma_entities_source.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Notification.__type"},{"id":32625,"kind":1024,"name":"status","url":"modules/pleroma_entities_source.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Notification.__type"},{"id":32626,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_source.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Notification.__type"},{"id":32627,"kind":1024,"name":"type","url":"modules/pleroma_entities_source.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Notification.__type"},{"id":32628,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_source.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32629,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_source.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32630,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Preferences"},{"id":32631,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_source.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Preferences.__type"},{"id":32632,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_source.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Preferences.__type"},{"id":32633,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_source.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Preferences.__type"},{"id":32634,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_source.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Preferences.__type"},{"id":32635,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_source.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Preferences.__type"},{"id":32636,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_source.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32637,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.PushSubscription"},{"id":32638,"kind":1024,"name":"id","url":"modules/pleroma_entities_source.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.PushSubscription.__type"},{"id":32639,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_source.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.PushSubscription.__type"},{"id":32640,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_source.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.PushSubscription.__type"},{"id":32641,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_source.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.PushSubscription.__type"},{"id":32642,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_source.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32643,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Relationship"},{"id":32644,"kind":1024,"name":"id","url":"modules/pleroma_entities_source.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Relationship.__type"},{"id":32645,"kind":1024,"name":"following","url":"modules/pleroma_entities_source.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Relationship.__type"},{"id":32646,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_source.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Relationship.__type"},{"id":32647,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_source.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Relationship.__type"},{"id":32648,"kind":1024,"name":"muting","url":"modules/pleroma_entities_source.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Relationship.__type"},{"id":32649,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_source.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Relationship.__type"},{"id":32650,"kind":1024,"name":"requested","url":"modules/pleroma_entities_source.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Relationship.__type"},{"id":32651,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_source.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Relationship.__type"},{"id":32652,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_source.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Relationship.__type"},{"id":32653,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_source.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Relationship.__type"},{"id":32654,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_source.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32655,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Report"},{"id":32656,"kind":1024,"name":"id","url":"modules/pleroma_entities_source.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Report.__type"},{"id":32657,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_source.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Report.__type"},{"id":32658,"kind":1024,"name":"comment","url":"modules/pleroma_entities_source.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Report.__type"},{"id":32659,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_source.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Report.__type"},{"id":32660,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_source.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Report.__type"},{"id":32661,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_source.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32662,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Results"},{"id":32663,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_source.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Results.__type"},{"id":32664,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_source.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Results.__type"},{"id":32665,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_source.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Results.__type"},{"id":32666,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_source.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32667,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.ScheduledStatus"},{"id":32668,"kind":1024,"name":"id","url":"modules/pleroma_entities_source.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.ScheduledStatus.__type"},{"id":32669,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_source.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.ScheduledStatus.__type"},{"id":32670,"kind":1024,"name":"params","url":"modules/pleroma_entities_source.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.ScheduledStatus.__type"},{"id":32671,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_source.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.ScheduledStatus.__type"},{"id":32672,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_source.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32673,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.StatusParams"},{"id":32674,"kind":1024,"name":"text","url":"modules/pleroma_entities_source.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.StatusParams.__type"},{"id":32675,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_source.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.StatusParams.__type"},{"id":32676,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_source.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.StatusParams.__type"},{"id":32677,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_source.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.StatusParams.__type"},{"id":32678,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_source.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.StatusParams.__type"},{"id":32679,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_source.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.StatusParams.__type"},{"id":32680,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_source.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.StatusParams.__type"},{"id":32681,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_source.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.StatusParams.__type"},{"id":32682,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_source.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/source.PleromaEntity"},{"id":32683,"kind":65536,"name":"__type","url":"modules/pleroma_entities_source.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/source.PleromaEntity.Token"},{"id":32684,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_source.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Token.__type"},{"id":32685,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_source.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Token.__type"},{"id":32686,"kind":1024,"name":"scope","url":"modules/pleroma_entities_source.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Token.__type"},{"id":32687,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_source.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/source.PleromaEntity.Token.__type"},{"id":32688,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_stats.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/stats"},{"id":32689,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_stats.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32690,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Emoji"},{"id":32691,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_stats.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Emoji.__type"},{"id":32692,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_stats.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Emoji.__type"},{"id":32693,"kind":1024,"name":"url","url":"modules/pleroma_entities_stats.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Emoji.__type"},{"id":32694,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_stats.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Emoji.__type"},{"id":32695,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_stats.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32696,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Source"},{"id":32697,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_stats.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Source.__type"},{"id":32698,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_stats.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Source.__type"},{"id":32699,"kind":1024,"name":"language","url":"modules/pleroma_entities_stats.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Source.__type"},{"id":32700,"kind":1024,"name":"note","url":"modules/pleroma_entities_stats.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Source.__type"},{"id":32701,"kind":1024,"name":"fields","url":"modules/pleroma_entities_stats.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Source.__type"},{"id":32702,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_stats.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32703,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Account"},{"id":32704,"kind":1024,"name":"id","url":"modules/pleroma_entities_stats.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Account.__type"},{"id":32705,"kind":1024,"name":"username","url":"modules/pleroma_entities_stats.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Account.__type"},{"id":32706,"kind":1024,"name":"acct","url":"modules/pleroma_entities_stats.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Account.__type"},{"id":32707,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_stats.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Account.__type"},{"id":32708,"kind":1024,"name":"locked","url":"modules/pleroma_entities_stats.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Account.__type"},{"id":32709,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_stats.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Account.__type"},{"id":32710,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_stats.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Account.__type"},{"id":32711,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_stats.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Account.__type"},{"id":32712,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_stats.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Account.__type"},{"id":32713,"kind":1024,"name":"note","url":"modules/pleroma_entities_stats.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Account.__type"},{"id":32714,"kind":1024,"name":"url","url":"modules/pleroma_entities_stats.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Account.__type"},{"id":32715,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_stats.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Account.__type"},{"id":32716,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_stats.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Account.__type"},{"id":32717,"kind":1024,"name":"header","url":"modules/pleroma_entities_stats.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Account.__type"},{"id":32718,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_stats.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Account.__type"},{"id":32719,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_stats.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Account.__type"},{"id":32720,"kind":1024,"name":"moved","url":"modules/pleroma_entities_stats.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Account.__type"},{"id":32721,"kind":1024,"name":"fields","url":"modules/pleroma_entities_stats.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Account.__type"},{"id":32722,"kind":1024,"name":"bot","url":"modules/pleroma_entities_stats.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Account.__type"},{"id":32723,"kind":1024,"name":"source","url":"modules/pleroma_entities_stats.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Account.__type"},{"id":32724,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_stats.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32725,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Activity"},{"id":32726,"kind":1024,"name":"week","url":"modules/pleroma_entities_stats.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Activity.__type"},{"id":32727,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_stats.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Activity.__type"},{"id":32728,"kind":1024,"name":"logins","url":"modules/pleroma_entities_stats.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Activity.__type"},{"id":32729,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_stats.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Activity.__type"},{"id":32730,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_stats.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32731,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Application"},{"id":32732,"kind":1024,"name":"name","url":"modules/pleroma_entities_stats.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Application.__type"},{"id":32733,"kind":1024,"name":"website","url":"modules/pleroma_entities_stats.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Application.__type"},{"id":32734,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_stats.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Application.__type"},{"id":32735,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_stats.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32736,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Attachment"},{"id":32737,"kind":1024,"name":"id","url":"modules/pleroma_entities_stats.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Attachment.__type"},{"id":32738,"kind":1024,"name":"type","url":"modules/pleroma_entities_stats.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Attachment.__type"},{"id":32739,"kind":1024,"name":"url","url":"modules/pleroma_entities_stats.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Attachment.__type"},{"id":32740,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_stats.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Attachment.__type"},{"id":32741,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_stats.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Attachment.__type"},{"id":32742,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_stats.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Attachment.__type"},{"id":32743,"kind":1024,"name":"meta","url":"modules/pleroma_entities_stats.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Attachment.__type"},{"id":32744,"kind":1024,"name":"description","url":"modules/pleroma_entities_stats.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Attachment.__type"},{"id":32745,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_stats.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32746,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Card"},{"id":32747,"kind":1024,"name":"url","url":"modules/pleroma_entities_stats.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Card.__type"},{"id":32748,"kind":1024,"name":"title","url":"modules/pleroma_entities_stats.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Card.__type"},{"id":32749,"kind":1024,"name":"description","url":"modules/pleroma_entities_stats.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Card.__type"},{"id":32750,"kind":1024,"name":"type","url":"modules/pleroma_entities_stats.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Card.__type"},{"id":32751,"kind":1024,"name":"image","url":"modules/pleroma_entities_stats.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Card.__type"},{"id":32752,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_stats.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Card.__type"},{"id":32753,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_stats.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Card.__type"},{"id":32754,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_stats.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Card.__type"},{"id":32755,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_stats.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Card.__type"},{"id":32756,"kind":1024,"name":"html","url":"modules/pleroma_entities_stats.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Card.__type"},{"id":32757,"kind":1024,"name":"width","url":"modules/pleroma_entities_stats.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Card.__type"},{"id":32758,"kind":1024,"name":"height","url":"modules/pleroma_entities_stats.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Card.__type"},{"id":32759,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_stats.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Card.__type"},{"id":32760,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_stats.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32761,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Mention"},{"id":32762,"kind":1024,"name":"id","url":"modules/pleroma_entities_stats.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Mention.__type"},{"id":32763,"kind":1024,"name":"username","url":"modules/pleroma_entities_stats.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Mention.__type"},{"id":32764,"kind":1024,"name":"url","url":"modules/pleroma_entities_stats.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Mention.__type"},{"id":32765,"kind":1024,"name":"acct","url":"modules/pleroma_entities_stats.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Mention.__type"},{"id":32766,"kind":4194304,"name":"History","url":"modules/pleroma_entities_stats.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32767,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.History"},{"id":32768,"kind":1024,"name":"day","url":"modules/pleroma_entities_stats.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.History.__type"},{"id":32769,"kind":1024,"name":"uses","url":"modules/pleroma_entities_stats.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.History.__type"},{"id":32770,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_stats.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.History.__type"},{"id":32771,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_stats.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32772,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Tag"},{"id":32773,"kind":1024,"name":"name","url":"modules/pleroma_entities_stats.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Tag.__type"},{"id":32774,"kind":1024,"name":"url","url":"modules/pleroma_entities_stats.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Tag.__type"},{"id":32775,"kind":1024,"name":"history","url":"modules/pleroma_entities_stats.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Tag.__type"},{"id":32776,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_stats.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32777,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.PollOption"},{"id":32778,"kind":1024,"name":"title","url":"modules/pleroma_entities_stats.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.PollOption.__type"},{"id":32779,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_stats.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.PollOption.__type"},{"id":32780,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_stats.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32781,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Poll"},{"id":32782,"kind":1024,"name":"id","url":"modules/pleroma_entities_stats.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Poll.__type"},{"id":32783,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_stats.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Poll.__type"},{"id":32784,"kind":1024,"name":"expired","url":"modules/pleroma_entities_stats.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Poll.__type"},{"id":32785,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_stats.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Poll.__type"},{"id":32786,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_stats.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Poll.__type"},{"id":32787,"kind":1024,"name":"options","url":"modules/pleroma_entities_stats.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Poll.__type"},{"id":32788,"kind":1024,"name":"voted","url":"modules/pleroma_entities_stats.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Poll.__type"},{"id":32789,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_stats.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32790,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Reaction"},{"id":32791,"kind":1024,"name":"count","url":"modules/pleroma_entities_stats.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Reaction.__type"},{"id":32792,"kind":1024,"name":"me","url":"modules/pleroma_entities_stats.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Reaction.__type"},{"id":32793,"kind":1024,"name":"name","url":"modules/pleroma_entities_stats.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Reaction.__type"},{"id":32794,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_stats.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Reaction.__type"},{"id":32795,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32796,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Status"},{"id":32797,"kind":1024,"name":"id","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32798,"kind":1024,"name":"uri","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32799,"kind":1024,"name":"url","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32800,"kind":1024,"name":"account","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32801,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32802,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32803,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32804,"kind":1024,"name":"content","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32805,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32806,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32807,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32808,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32809,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32810,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32811,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32812,"kind":1024,"name":"muted","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32813,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32814,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32815,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32816,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32817,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32818,"kind":1024,"name":"tags","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32819,"kind":1024,"name":"card","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32820,"kind":1024,"name":"poll","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32821,"kind":1024,"name":"application","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32822,"kind":1024,"name":"language","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32823,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32824,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32825,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32826,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type"},{"id":32827,"kind":1024,"name":"context","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type.__type"},{"id":32828,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type.__type"},{"id":32829,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type.__type.__type"},{"id":32830,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type.__type"},{"id":32831,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type.__type"},{"id":32832,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type.__type.__type"},{"id":32833,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type.__type"},{"id":32834,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type.__type"},{"id":32835,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type.__type"},{"id":32836,"kind":1024,"name":"local","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type.__type"},{"id":32837,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_stats.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Status.__type.__type"},{"id":32838,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_stats.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32839,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Context"},{"id":32840,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_stats.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Context.__type"},{"id":32841,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_stats.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Context.__type"},{"id":32842,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_stats.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32843,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Conversation"},{"id":32844,"kind":1024,"name":"id","url":"modules/pleroma_entities_stats.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Conversation.__type"},{"id":32845,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_stats.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Conversation.__type"},{"id":32846,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_stats.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Conversation.__type"},{"id":32847,"kind":1024,"name":"unread","url":"modules/pleroma_entities_stats.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Conversation.__type"},{"id":32848,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_stats.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32849,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.FeaturedTag"},{"id":32850,"kind":1024,"name":"id","url":"modules/pleroma_entities_stats.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.FeaturedTag.__type"},{"id":32851,"kind":1024,"name":"name","url":"modules/pleroma_entities_stats.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.FeaturedTag.__type"},{"id":32852,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_stats.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.FeaturedTag.__type"},{"id":32853,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_stats.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.FeaturedTag.__type"},{"id":32854,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_stats.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32855,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Field"},{"id":32856,"kind":1024,"name":"name","url":"modules/pleroma_entities_stats.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Field.__type"},{"id":32857,"kind":1024,"name":"value","url":"modules/pleroma_entities_stats.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Field.__type"},{"id":32858,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_stats.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Field.__type"},{"id":32859,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_stats.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32860,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Filter"},{"id":32861,"kind":1024,"name":"id","url":"modules/pleroma_entities_stats.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Filter.__type"},{"id":32862,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_stats.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Filter.__type"},{"id":32863,"kind":1024,"name":"context","url":"modules/pleroma_entities_stats.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Filter.__type"},{"id":32864,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_stats.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Filter.__type"},{"id":32865,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_stats.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Filter.__type"},{"id":32866,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_stats.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Filter.__type"},{"id":32867,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_stats.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32868,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.IdentityProof"},{"id":32869,"kind":1024,"name":"provider","url":"modules/pleroma_entities_stats.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.IdentityProof.__type"},{"id":32870,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_stats.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.IdentityProof.__type"},{"id":32871,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_stats.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.IdentityProof.__type"},{"id":32872,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_stats.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.IdentityProof.__type"},{"id":32873,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_stats.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.IdentityProof.__type"},{"id":32874,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_stats.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32875,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.URLs"},{"id":32876,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_stats.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.URLs.__type"},{"id":32877,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_stats.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32878,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Stats"},{"id":32879,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_stats.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Stats.__type"},{"id":32880,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_stats.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Stats.__type"},{"id":32881,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_stats.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Stats.__type"},{"id":32882,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_stats.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32883,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Instance"},{"id":32884,"kind":1024,"name":"uri","url":"modules/pleroma_entities_stats.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Instance.__type"},{"id":32885,"kind":1024,"name":"title","url":"modules/pleroma_entities_stats.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Instance.__type"},{"id":32886,"kind":1024,"name":"description","url":"modules/pleroma_entities_stats.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Instance.__type"},{"id":32887,"kind":1024,"name":"email","url":"modules/pleroma_entities_stats.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Instance.__type"},{"id":32888,"kind":1024,"name":"version","url":"modules/pleroma_entities_stats.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Instance.__type"},{"id":32889,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_stats.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Instance.__type"},{"id":32890,"kind":1024,"name":"urls","url":"modules/pleroma_entities_stats.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Instance.__type"},{"id":32891,"kind":1024,"name":"stats","url":"modules/pleroma_entities_stats.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Instance.__type"},{"id":32892,"kind":1024,"name":"languages","url":"modules/pleroma_entities_stats.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Instance.__type"},{"id":32893,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_stats.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Instance.__type"},{"id":32894,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_stats.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Instance.__type"},{"id":32895,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_stats.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Instance.__type"},{"id":32896,"kind":4194304,"name":"List","url":"modules/pleroma_entities_stats.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32897,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.List"},{"id":32898,"kind":1024,"name":"id","url":"modules/pleroma_entities_stats.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.List.__type"},{"id":32899,"kind":1024,"name":"title","url":"modules/pleroma_entities_stats.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.List.__type"},{"id":32900,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_stats.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32901,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Marker"},{"id":32902,"kind":1024,"name":"home","url":"modules/pleroma_entities_stats.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Marker.__type"},{"id":32903,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Marker.__type"},{"id":32904,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_stats.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Marker.__type.__type"},{"id":32905,"kind":1024,"name":"version","url":"modules/pleroma_entities_stats.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Marker.__type.__type"},{"id":32906,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_stats.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Marker.__type.__type"},{"id":32907,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_stats.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Marker.__type"},{"id":32908,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Marker.__type"},{"id":32909,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_stats.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Marker.__type.__type"},{"id":32910,"kind":1024,"name":"version","url":"modules/pleroma_entities_stats.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Marker.__type.__type"},{"id":32911,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_stats.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Marker.__type.__type"},{"id":32912,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_stats.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32913,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Notification"},{"id":32914,"kind":1024,"name":"account","url":"modules/pleroma_entities_stats.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Notification.__type"},{"id":32915,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_stats.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Notification.__type"},{"id":32916,"kind":1024,"name":"id","url":"modules/pleroma_entities_stats.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Notification.__type"},{"id":32917,"kind":1024,"name":"status","url":"modules/pleroma_entities_stats.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Notification.__type"},{"id":32918,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_stats.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Notification.__type"},{"id":32919,"kind":1024,"name":"type","url":"modules/pleroma_entities_stats.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Notification.__type"},{"id":32920,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_stats.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32921,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_stats.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32922,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Preferences"},{"id":32923,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_stats.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Preferences.__type"},{"id":32924,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_stats.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Preferences.__type"},{"id":32925,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_stats.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Preferences.__type"},{"id":32926,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_stats.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Preferences.__type"},{"id":32927,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_stats.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Preferences.__type"},{"id":32928,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_stats.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32929,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.PushSubscription"},{"id":32930,"kind":1024,"name":"id","url":"modules/pleroma_entities_stats.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.PushSubscription.__type"},{"id":32931,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_stats.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.PushSubscription.__type"},{"id":32932,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_stats.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.PushSubscription.__type"},{"id":32933,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_stats.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.PushSubscription.__type"},{"id":32934,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_stats.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32935,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Relationship"},{"id":32936,"kind":1024,"name":"id","url":"modules/pleroma_entities_stats.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Relationship.__type"},{"id":32937,"kind":1024,"name":"following","url":"modules/pleroma_entities_stats.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Relationship.__type"},{"id":32938,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_stats.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Relationship.__type"},{"id":32939,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_stats.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Relationship.__type"},{"id":32940,"kind":1024,"name":"muting","url":"modules/pleroma_entities_stats.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Relationship.__type"},{"id":32941,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_stats.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Relationship.__type"},{"id":32942,"kind":1024,"name":"requested","url":"modules/pleroma_entities_stats.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Relationship.__type"},{"id":32943,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_stats.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Relationship.__type"},{"id":32944,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_stats.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Relationship.__type"},{"id":32945,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_stats.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Relationship.__type"},{"id":32946,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_stats.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32947,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Report"},{"id":32948,"kind":1024,"name":"id","url":"modules/pleroma_entities_stats.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Report.__type"},{"id":32949,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_stats.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Report.__type"},{"id":32950,"kind":1024,"name":"comment","url":"modules/pleroma_entities_stats.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Report.__type"},{"id":32951,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_stats.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Report.__type"},{"id":32952,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_stats.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Report.__type"},{"id":32953,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_stats.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32954,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Results"},{"id":32955,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_stats.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Results.__type"},{"id":32956,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_stats.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Results.__type"},{"id":32957,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_stats.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Results.__type"},{"id":32958,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_stats.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32959,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.ScheduledStatus"},{"id":32960,"kind":1024,"name":"id","url":"modules/pleroma_entities_stats.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.ScheduledStatus.__type"},{"id":32961,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_stats.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.ScheduledStatus.__type"},{"id":32962,"kind":1024,"name":"params","url":"modules/pleroma_entities_stats.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.ScheduledStatus.__type"},{"id":32963,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_stats.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.ScheduledStatus.__type"},{"id":32964,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_stats.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32965,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.StatusParams"},{"id":32966,"kind":1024,"name":"text","url":"modules/pleroma_entities_stats.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.StatusParams.__type"},{"id":32967,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_stats.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.StatusParams.__type"},{"id":32968,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_stats.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.StatusParams.__type"},{"id":32969,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_stats.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.StatusParams.__type"},{"id":32970,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_stats.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.StatusParams.__type"},{"id":32971,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_stats.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.StatusParams.__type"},{"id":32972,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_stats.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.StatusParams.__type"},{"id":32973,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_stats.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.StatusParams.__type"},{"id":32974,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_stats.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/stats.PleromaEntity"},{"id":32975,"kind":65536,"name":"__type","url":"modules/pleroma_entities_stats.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/stats.PleromaEntity.Token"},{"id":32976,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_stats.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Token.__type"},{"id":32977,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_stats.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Token.__type"},{"id":32978,"kind":1024,"name":"scope","url":"modules/pleroma_entities_stats.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Token.__type"},{"id":32979,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_stats.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/stats.PleromaEntity.Token.__type"},{"id":32980,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_status.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/status"},{"id":32981,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_status.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":32982,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Emoji"},{"id":32983,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_status.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Emoji.__type"},{"id":32984,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_status.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Emoji.__type"},{"id":32985,"kind":1024,"name":"url","url":"modules/pleroma_entities_status.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Emoji.__type"},{"id":32986,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_status.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Emoji.__type"},{"id":32987,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_status.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":32988,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Source"},{"id":32989,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_status.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Source.__type"},{"id":32990,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_status.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Source.__type"},{"id":32991,"kind":1024,"name":"language","url":"modules/pleroma_entities_status.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Source.__type"},{"id":32992,"kind":1024,"name":"note","url":"modules/pleroma_entities_status.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Source.__type"},{"id":32993,"kind":1024,"name":"fields","url":"modules/pleroma_entities_status.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Source.__type"},{"id":32994,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_status.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":32995,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Account"},{"id":32996,"kind":1024,"name":"id","url":"modules/pleroma_entities_status.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Account.__type"},{"id":32997,"kind":1024,"name":"username","url":"modules/pleroma_entities_status.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Account.__type"},{"id":32998,"kind":1024,"name":"acct","url":"modules/pleroma_entities_status.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Account.__type"},{"id":32999,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_status.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Account.__type"},{"id":33000,"kind":1024,"name":"locked","url":"modules/pleroma_entities_status.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Account.__type"},{"id":33001,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_status.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Account.__type"},{"id":33002,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_status.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Account.__type"},{"id":33003,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_status.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Account.__type"},{"id":33004,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_status.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Account.__type"},{"id":33005,"kind":1024,"name":"note","url":"modules/pleroma_entities_status.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Account.__type"},{"id":33006,"kind":1024,"name":"url","url":"modules/pleroma_entities_status.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Account.__type"},{"id":33007,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_status.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Account.__type"},{"id":33008,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_status.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Account.__type"},{"id":33009,"kind":1024,"name":"header","url":"modules/pleroma_entities_status.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Account.__type"},{"id":33010,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_status.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Account.__type"},{"id":33011,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_status.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Account.__type"},{"id":33012,"kind":1024,"name":"moved","url":"modules/pleroma_entities_status.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Account.__type"},{"id":33013,"kind":1024,"name":"fields","url":"modules/pleroma_entities_status.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Account.__type"},{"id":33014,"kind":1024,"name":"bot","url":"modules/pleroma_entities_status.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Account.__type"},{"id":33015,"kind":1024,"name":"source","url":"modules/pleroma_entities_status.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Account.__type"},{"id":33016,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_status.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33017,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Activity"},{"id":33018,"kind":1024,"name":"week","url":"modules/pleroma_entities_status.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Activity.__type"},{"id":33019,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_status.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Activity.__type"},{"id":33020,"kind":1024,"name":"logins","url":"modules/pleroma_entities_status.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Activity.__type"},{"id":33021,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_status.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Activity.__type"},{"id":33022,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_status.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33023,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Application"},{"id":33024,"kind":1024,"name":"name","url":"modules/pleroma_entities_status.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Application.__type"},{"id":33025,"kind":1024,"name":"website","url":"modules/pleroma_entities_status.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Application.__type"},{"id":33026,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_status.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Application.__type"},{"id":33027,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_status.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33028,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Attachment"},{"id":33029,"kind":1024,"name":"id","url":"modules/pleroma_entities_status.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Attachment.__type"},{"id":33030,"kind":1024,"name":"type","url":"modules/pleroma_entities_status.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Attachment.__type"},{"id":33031,"kind":1024,"name":"url","url":"modules/pleroma_entities_status.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Attachment.__type"},{"id":33032,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_status.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Attachment.__type"},{"id":33033,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_status.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Attachment.__type"},{"id":33034,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_status.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Attachment.__type"},{"id":33035,"kind":1024,"name":"meta","url":"modules/pleroma_entities_status.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Attachment.__type"},{"id":33036,"kind":1024,"name":"description","url":"modules/pleroma_entities_status.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Attachment.__type"},{"id":33037,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_status.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33038,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Card"},{"id":33039,"kind":1024,"name":"url","url":"modules/pleroma_entities_status.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Card.__type"},{"id":33040,"kind":1024,"name":"title","url":"modules/pleroma_entities_status.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Card.__type"},{"id":33041,"kind":1024,"name":"description","url":"modules/pleroma_entities_status.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Card.__type"},{"id":33042,"kind":1024,"name":"type","url":"modules/pleroma_entities_status.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Card.__type"},{"id":33043,"kind":1024,"name":"image","url":"modules/pleroma_entities_status.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Card.__type"},{"id":33044,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_status.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Card.__type"},{"id":33045,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_status.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Card.__type"},{"id":33046,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_status.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Card.__type"},{"id":33047,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_status.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Card.__type"},{"id":33048,"kind":1024,"name":"html","url":"modules/pleroma_entities_status.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Card.__type"},{"id":33049,"kind":1024,"name":"width","url":"modules/pleroma_entities_status.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Card.__type"},{"id":33050,"kind":1024,"name":"height","url":"modules/pleroma_entities_status.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Card.__type"},{"id":33051,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_status.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Card.__type"},{"id":33052,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_status.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33053,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Mention"},{"id":33054,"kind":1024,"name":"id","url":"modules/pleroma_entities_status.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Mention.__type"},{"id":33055,"kind":1024,"name":"username","url":"modules/pleroma_entities_status.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Mention.__type"},{"id":33056,"kind":1024,"name":"url","url":"modules/pleroma_entities_status.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Mention.__type"},{"id":33057,"kind":1024,"name":"acct","url":"modules/pleroma_entities_status.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Mention.__type"},{"id":33058,"kind":4194304,"name":"History","url":"modules/pleroma_entities_status.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33059,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.History"},{"id":33060,"kind":1024,"name":"day","url":"modules/pleroma_entities_status.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.History.__type"},{"id":33061,"kind":1024,"name":"uses","url":"modules/pleroma_entities_status.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.History.__type"},{"id":33062,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_status.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.History.__type"},{"id":33063,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_status.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33064,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Tag"},{"id":33065,"kind":1024,"name":"name","url":"modules/pleroma_entities_status.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Tag.__type"},{"id":33066,"kind":1024,"name":"url","url":"modules/pleroma_entities_status.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Tag.__type"},{"id":33067,"kind":1024,"name":"history","url":"modules/pleroma_entities_status.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Tag.__type"},{"id":33068,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_status.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33069,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.PollOption"},{"id":33070,"kind":1024,"name":"title","url":"modules/pleroma_entities_status.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.PollOption.__type"},{"id":33071,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_status.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.PollOption.__type"},{"id":33072,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_status.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33073,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Poll"},{"id":33074,"kind":1024,"name":"id","url":"modules/pleroma_entities_status.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Poll.__type"},{"id":33075,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_status.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Poll.__type"},{"id":33076,"kind":1024,"name":"expired","url":"modules/pleroma_entities_status.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Poll.__type"},{"id":33077,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_status.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Poll.__type"},{"id":33078,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_status.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Poll.__type"},{"id":33079,"kind":1024,"name":"options","url":"modules/pleroma_entities_status.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Poll.__type"},{"id":33080,"kind":1024,"name":"voted","url":"modules/pleroma_entities_status.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Poll.__type"},{"id":33081,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_status.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33082,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Reaction"},{"id":33083,"kind":1024,"name":"count","url":"modules/pleroma_entities_status.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Reaction.__type"},{"id":33084,"kind":1024,"name":"me","url":"modules/pleroma_entities_status.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Reaction.__type"},{"id":33085,"kind":1024,"name":"name","url":"modules/pleroma_entities_status.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Reaction.__type"},{"id":33086,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_status.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Reaction.__type"},{"id":33087,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_status.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33088,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Status"},{"id":33089,"kind":1024,"name":"id","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33090,"kind":1024,"name":"uri","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33091,"kind":1024,"name":"url","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33092,"kind":1024,"name":"account","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33093,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33094,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33095,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33096,"kind":1024,"name":"content","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33097,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33098,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33099,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33100,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33101,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33102,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33103,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33104,"kind":1024,"name":"muted","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33105,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33106,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33107,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33108,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33109,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33110,"kind":1024,"name":"tags","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33111,"kind":1024,"name":"card","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33112,"kind":1024,"name":"poll","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33113,"kind":1024,"name":"application","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33114,"kind":1024,"name":"language","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33115,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33116,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33117,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33118,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type"},{"id":33119,"kind":1024,"name":"context","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type.__type"},{"id":33120,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type.__type"},{"id":33121,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type.__type.__type"},{"id":33122,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type.__type"},{"id":33123,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type.__type"},{"id":33124,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type.__type.__type"},{"id":33125,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type.__type"},{"id":33126,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type.__type"},{"id":33127,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type.__type"},{"id":33128,"kind":1024,"name":"local","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type.__type"},{"id":33129,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_status.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Status.__type.__type"},{"id":33130,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_status.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33131,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Context"},{"id":33132,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_status.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Context.__type"},{"id":33133,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_status.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Context.__type"},{"id":33134,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_status.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33135,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Conversation"},{"id":33136,"kind":1024,"name":"id","url":"modules/pleroma_entities_status.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Conversation.__type"},{"id":33137,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_status.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Conversation.__type"},{"id":33138,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_status.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Conversation.__type"},{"id":33139,"kind":1024,"name":"unread","url":"modules/pleroma_entities_status.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Conversation.__type"},{"id":33140,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_status.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33141,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.FeaturedTag"},{"id":33142,"kind":1024,"name":"id","url":"modules/pleroma_entities_status.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.FeaturedTag.__type"},{"id":33143,"kind":1024,"name":"name","url":"modules/pleroma_entities_status.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.FeaturedTag.__type"},{"id":33144,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_status.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.FeaturedTag.__type"},{"id":33145,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_status.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.FeaturedTag.__type"},{"id":33146,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_status.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33147,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Field"},{"id":33148,"kind":1024,"name":"name","url":"modules/pleroma_entities_status.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Field.__type"},{"id":33149,"kind":1024,"name":"value","url":"modules/pleroma_entities_status.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Field.__type"},{"id":33150,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_status.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Field.__type"},{"id":33151,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_status.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33152,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Filter"},{"id":33153,"kind":1024,"name":"id","url":"modules/pleroma_entities_status.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Filter.__type"},{"id":33154,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_status.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Filter.__type"},{"id":33155,"kind":1024,"name":"context","url":"modules/pleroma_entities_status.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Filter.__type"},{"id":33156,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_status.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Filter.__type"},{"id":33157,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_status.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Filter.__type"},{"id":33158,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_status.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Filter.__type"},{"id":33159,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_status.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33160,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.IdentityProof"},{"id":33161,"kind":1024,"name":"provider","url":"modules/pleroma_entities_status.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.IdentityProof.__type"},{"id":33162,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_status.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.IdentityProof.__type"},{"id":33163,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_status.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.IdentityProof.__type"},{"id":33164,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_status.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.IdentityProof.__type"},{"id":33165,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_status.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.IdentityProof.__type"},{"id":33166,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_status.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33167,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.URLs"},{"id":33168,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_status.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.URLs.__type"},{"id":33169,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_status.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33170,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Stats"},{"id":33171,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_status.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Stats.__type"},{"id":33172,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_status.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Stats.__type"},{"id":33173,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_status.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Stats.__type"},{"id":33174,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_status.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33175,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Instance"},{"id":33176,"kind":1024,"name":"uri","url":"modules/pleroma_entities_status.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Instance.__type"},{"id":33177,"kind":1024,"name":"title","url":"modules/pleroma_entities_status.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Instance.__type"},{"id":33178,"kind":1024,"name":"description","url":"modules/pleroma_entities_status.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Instance.__type"},{"id":33179,"kind":1024,"name":"email","url":"modules/pleroma_entities_status.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Instance.__type"},{"id":33180,"kind":1024,"name":"version","url":"modules/pleroma_entities_status.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Instance.__type"},{"id":33181,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_status.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Instance.__type"},{"id":33182,"kind":1024,"name":"urls","url":"modules/pleroma_entities_status.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Instance.__type"},{"id":33183,"kind":1024,"name":"stats","url":"modules/pleroma_entities_status.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Instance.__type"},{"id":33184,"kind":1024,"name":"languages","url":"modules/pleroma_entities_status.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Instance.__type"},{"id":33185,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_status.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Instance.__type"},{"id":33186,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_status.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Instance.__type"},{"id":33187,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_status.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Instance.__type"},{"id":33188,"kind":4194304,"name":"List","url":"modules/pleroma_entities_status.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33189,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.List"},{"id":33190,"kind":1024,"name":"id","url":"modules/pleroma_entities_status.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.List.__type"},{"id":33191,"kind":1024,"name":"title","url":"modules/pleroma_entities_status.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.List.__type"},{"id":33192,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_status.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33193,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Marker"},{"id":33194,"kind":1024,"name":"home","url":"modules/pleroma_entities_status.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Marker.__type"},{"id":33195,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Marker.__type"},{"id":33196,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_status.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Marker.__type.__type"},{"id":33197,"kind":1024,"name":"version","url":"modules/pleroma_entities_status.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Marker.__type.__type"},{"id":33198,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_status.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Marker.__type.__type"},{"id":33199,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_status.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Marker.__type"},{"id":33200,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Marker.__type"},{"id":33201,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_status.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Marker.__type.__type"},{"id":33202,"kind":1024,"name":"version","url":"modules/pleroma_entities_status.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Marker.__type.__type"},{"id":33203,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_status.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Marker.__type.__type"},{"id":33204,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_status.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33205,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Notification"},{"id":33206,"kind":1024,"name":"account","url":"modules/pleroma_entities_status.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Notification.__type"},{"id":33207,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_status.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Notification.__type"},{"id":33208,"kind":1024,"name":"id","url":"modules/pleroma_entities_status.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Notification.__type"},{"id":33209,"kind":1024,"name":"status","url":"modules/pleroma_entities_status.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Notification.__type"},{"id":33210,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_status.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Notification.__type"},{"id":33211,"kind":1024,"name":"type","url":"modules/pleroma_entities_status.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Notification.__type"},{"id":33212,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_status.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33213,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_status.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33214,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Preferences"},{"id":33215,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_status.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Preferences.__type"},{"id":33216,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_status.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Preferences.__type"},{"id":33217,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_status.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Preferences.__type"},{"id":33218,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_status.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Preferences.__type"},{"id":33219,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_status.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Preferences.__type"},{"id":33220,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_status.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33221,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.PushSubscription"},{"id":33222,"kind":1024,"name":"id","url":"modules/pleroma_entities_status.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.PushSubscription.__type"},{"id":33223,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_status.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.PushSubscription.__type"},{"id":33224,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_status.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.PushSubscription.__type"},{"id":33225,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_status.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.PushSubscription.__type"},{"id":33226,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_status.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33227,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Relationship"},{"id":33228,"kind":1024,"name":"id","url":"modules/pleroma_entities_status.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Relationship.__type"},{"id":33229,"kind":1024,"name":"following","url":"modules/pleroma_entities_status.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Relationship.__type"},{"id":33230,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_status.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Relationship.__type"},{"id":33231,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_status.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Relationship.__type"},{"id":33232,"kind":1024,"name":"muting","url":"modules/pleroma_entities_status.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Relationship.__type"},{"id":33233,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_status.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Relationship.__type"},{"id":33234,"kind":1024,"name":"requested","url":"modules/pleroma_entities_status.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Relationship.__type"},{"id":33235,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_status.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Relationship.__type"},{"id":33236,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_status.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Relationship.__type"},{"id":33237,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_status.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Relationship.__type"},{"id":33238,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_status.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33239,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Report"},{"id":33240,"kind":1024,"name":"id","url":"modules/pleroma_entities_status.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Report.__type"},{"id":33241,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_status.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Report.__type"},{"id":33242,"kind":1024,"name":"comment","url":"modules/pleroma_entities_status.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Report.__type"},{"id":33243,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_status.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Report.__type"},{"id":33244,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_status.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Report.__type"},{"id":33245,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_status.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33246,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Results"},{"id":33247,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_status.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Results.__type"},{"id":33248,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_status.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Results.__type"},{"id":33249,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_status.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Results.__type"},{"id":33250,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_status.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33251,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.ScheduledStatus"},{"id":33252,"kind":1024,"name":"id","url":"modules/pleroma_entities_status.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.ScheduledStatus.__type"},{"id":33253,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_status.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.ScheduledStatus.__type"},{"id":33254,"kind":1024,"name":"params","url":"modules/pleroma_entities_status.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.ScheduledStatus.__type"},{"id":33255,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_status.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.ScheduledStatus.__type"},{"id":33256,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_status.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33257,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.StatusParams"},{"id":33258,"kind":1024,"name":"text","url":"modules/pleroma_entities_status.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.StatusParams.__type"},{"id":33259,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_status.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.StatusParams.__type"},{"id":33260,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_status.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.StatusParams.__type"},{"id":33261,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_status.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.StatusParams.__type"},{"id":33262,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_status.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.StatusParams.__type"},{"id":33263,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_status.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.StatusParams.__type"},{"id":33264,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_status.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.StatusParams.__type"},{"id":33265,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_status.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.StatusParams.__type"},{"id":33266,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_status.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status.PleromaEntity"},{"id":33267,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status.PleromaEntity.Token"},{"id":33268,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_status.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Token.__type"},{"id":33269,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_status.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Token.__type"},{"id":33270,"kind":1024,"name":"scope","url":"modules/pleroma_entities_status.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Token.__type"},{"id":33271,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_status.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status.PleromaEntity.Token.__type"},{"id":33272,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_status_params.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/status_params"},{"id":33273,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_status_params.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33274,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Emoji"},{"id":33275,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_status_params.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Emoji.__type"},{"id":33276,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_status_params.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Emoji.__type"},{"id":33277,"kind":1024,"name":"url","url":"modules/pleroma_entities_status_params.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Emoji.__type"},{"id":33278,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_status_params.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Emoji.__type"},{"id":33279,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_status_params.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33280,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Source"},{"id":33281,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_status_params.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Source.__type"},{"id":33282,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_status_params.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Source.__type"},{"id":33283,"kind":1024,"name":"language","url":"modules/pleroma_entities_status_params.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Source.__type"},{"id":33284,"kind":1024,"name":"note","url":"modules/pleroma_entities_status_params.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Source.__type"},{"id":33285,"kind":1024,"name":"fields","url":"modules/pleroma_entities_status_params.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Source.__type"},{"id":33286,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_status_params.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33287,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Account"},{"id":33288,"kind":1024,"name":"id","url":"modules/pleroma_entities_status_params.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Account.__type"},{"id":33289,"kind":1024,"name":"username","url":"modules/pleroma_entities_status_params.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Account.__type"},{"id":33290,"kind":1024,"name":"acct","url":"modules/pleroma_entities_status_params.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Account.__type"},{"id":33291,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_status_params.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Account.__type"},{"id":33292,"kind":1024,"name":"locked","url":"modules/pleroma_entities_status_params.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Account.__type"},{"id":33293,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_status_params.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Account.__type"},{"id":33294,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_status_params.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Account.__type"},{"id":33295,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_status_params.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Account.__type"},{"id":33296,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_status_params.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Account.__type"},{"id":33297,"kind":1024,"name":"note","url":"modules/pleroma_entities_status_params.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Account.__type"},{"id":33298,"kind":1024,"name":"url","url":"modules/pleroma_entities_status_params.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Account.__type"},{"id":33299,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_status_params.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Account.__type"},{"id":33300,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_status_params.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Account.__type"},{"id":33301,"kind":1024,"name":"header","url":"modules/pleroma_entities_status_params.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Account.__type"},{"id":33302,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_status_params.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Account.__type"},{"id":33303,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_status_params.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Account.__type"},{"id":33304,"kind":1024,"name":"moved","url":"modules/pleroma_entities_status_params.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Account.__type"},{"id":33305,"kind":1024,"name":"fields","url":"modules/pleroma_entities_status_params.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Account.__type"},{"id":33306,"kind":1024,"name":"bot","url":"modules/pleroma_entities_status_params.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Account.__type"},{"id":33307,"kind":1024,"name":"source","url":"modules/pleroma_entities_status_params.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Account.__type"},{"id":33308,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_status_params.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33309,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Activity"},{"id":33310,"kind":1024,"name":"week","url":"modules/pleroma_entities_status_params.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Activity.__type"},{"id":33311,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_status_params.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Activity.__type"},{"id":33312,"kind":1024,"name":"logins","url":"modules/pleroma_entities_status_params.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Activity.__type"},{"id":33313,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_status_params.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Activity.__type"},{"id":33314,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_status_params.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33315,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Application"},{"id":33316,"kind":1024,"name":"name","url":"modules/pleroma_entities_status_params.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Application.__type"},{"id":33317,"kind":1024,"name":"website","url":"modules/pleroma_entities_status_params.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Application.__type"},{"id":33318,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_status_params.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Application.__type"},{"id":33319,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_status_params.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33320,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Attachment"},{"id":33321,"kind":1024,"name":"id","url":"modules/pleroma_entities_status_params.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Attachment.__type"},{"id":33322,"kind":1024,"name":"type","url":"modules/pleroma_entities_status_params.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Attachment.__type"},{"id":33323,"kind":1024,"name":"url","url":"modules/pleroma_entities_status_params.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Attachment.__type"},{"id":33324,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_status_params.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Attachment.__type"},{"id":33325,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_status_params.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Attachment.__type"},{"id":33326,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_status_params.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Attachment.__type"},{"id":33327,"kind":1024,"name":"meta","url":"modules/pleroma_entities_status_params.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Attachment.__type"},{"id":33328,"kind":1024,"name":"description","url":"modules/pleroma_entities_status_params.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Attachment.__type"},{"id":33329,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_status_params.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33330,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Card"},{"id":33331,"kind":1024,"name":"url","url":"modules/pleroma_entities_status_params.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Card.__type"},{"id":33332,"kind":1024,"name":"title","url":"modules/pleroma_entities_status_params.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Card.__type"},{"id":33333,"kind":1024,"name":"description","url":"modules/pleroma_entities_status_params.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Card.__type"},{"id":33334,"kind":1024,"name":"type","url":"modules/pleroma_entities_status_params.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Card.__type"},{"id":33335,"kind":1024,"name":"image","url":"modules/pleroma_entities_status_params.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Card.__type"},{"id":33336,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_status_params.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Card.__type"},{"id":33337,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_status_params.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Card.__type"},{"id":33338,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_status_params.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Card.__type"},{"id":33339,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_status_params.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Card.__type"},{"id":33340,"kind":1024,"name":"html","url":"modules/pleroma_entities_status_params.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Card.__type"},{"id":33341,"kind":1024,"name":"width","url":"modules/pleroma_entities_status_params.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Card.__type"},{"id":33342,"kind":1024,"name":"height","url":"modules/pleroma_entities_status_params.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Card.__type"},{"id":33343,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_status_params.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Card.__type"},{"id":33344,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_status_params.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33345,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Mention"},{"id":33346,"kind":1024,"name":"id","url":"modules/pleroma_entities_status_params.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Mention.__type"},{"id":33347,"kind":1024,"name":"username","url":"modules/pleroma_entities_status_params.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Mention.__type"},{"id":33348,"kind":1024,"name":"url","url":"modules/pleroma_entities_status_params.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Mention.__type"},{"id":33349,"kind":1024,"name":"acct","url":"modules/pleroma_entities_status_params.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Mention.__type"},{"id":33350,"kind":4194304,"name":"History","url":"modules/pleroma_entities_status_params.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33351,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.History"},{"id":33352,"kind":1024,"name":"day","url":"modules/pleroma_entities_status_params.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.History.__type"},{"id":33353,"kind":1024,"name":"uses","url":"modules/pleroma_entities_status_params.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.History.__type"},{"id":33354,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_status_params.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.History.__type"},{"id":33355,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_status_params.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33356,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Tag"},{"id":33357,"kind":1024,"name":"name","url":"modules/pleroma_entities_status_params.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Tag.__type"},{"id":33358,"kind":1024,"name":"url","url":"modules/pleroma_entities_status_params.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Tag.__type"},{"id":33359,"kind":1024,"name":"history","url":"modules/pleroma_entities_status_params.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Tag.__type"},{"id":33360,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_status_params.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33361,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.PollOption"},{"id":33362,"kind":1024,"name":"title","url":"modules/pleroma_entities_status_params.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.PollOption.__type"},{"id":33363,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_status_params.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.PollOption.__type"},{"id":33364,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_status_params.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33365,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Poll"},{"id":33366,"kind":1024,"name":"id","url":"modules/pleroma_entities_status_params.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Poll.__type"},{"id":33367,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_status_params.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Poll.__type"},{"id":33368,"kind":1024,"name":"expired","url":"modules/pleroma_entities_status_params.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Poll.__type"},{"id":33369,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_status_params.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Poll.__type"},{"id":33370,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_status_params.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Poll.__type"},{"id":33371,"kind":1024,"name":"options","url":"modules/pleroma_entities_status_params.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Poll.__type"},{"id":33372,"kind":1024,"name":"voted","url":"modules/pleroma_entities_status_params.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Poll.__type"},{"id":33373,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_status_params.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33374,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Reaction"},{"id":33375,"kind":1024,"name":"count","url":"modules/pleroma_entities_status_params.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Reaction.__type"},{"id":33376,"kind":1024,"name":"me","url":"modules/pleroma_entities_status_params.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Reaction.__type"},{"id":33377,"kind":1024,"name":"name","url":"modules/pleroma_entities_status_params.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Reaction.__type"},{"id":33378,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_status_params.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Reaction.__type"},{"id":33379,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33380,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Status"},{"id":33381,"kind":1024,"name":"id","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33382,"kind":1024,"name":"uri","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33383,"kind":1024,"name":"url","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33384,"kind":1024,"name":"account","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33385,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33386,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33387,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33388,"kind":1024,"name":"content","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33389,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33390,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33391,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33392,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33393,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33394,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33395,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33396,"kind":1024,"name":"muted","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33397,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33398,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33399,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33400,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33401,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33402,"kind":1024,"name":"tags","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33403,"kind":1024,"name":"card","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33404,"kind":1024,"name":"poll","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33405,"kind":1024,"name":"application","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33406,"kind":1024,"name":"language","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33407,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33408,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33409,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33410,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type"},{"id":33411,"kind":1024,"name":"context","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type.__type"},{"id":33412,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type.__type"},{"id":33413,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type.__type.__type"},{"id":33414,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type.__type"},{"id":33415,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type.__type"},{"id":33416,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type.__type.__type"},{"id":33417,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type.__type"},{"id":33418,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type.__type"},{"id":33419,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type.__type"},{"id":33420,"kind":1024,"name":"local","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type.__type"},{"id":33421,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_status_params.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Status.__type.__type"},{"id":33422,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_status_params.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33423,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Context"},{"id":33424,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_status_params.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Context.__type"},{"id":33425,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_status_params.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Context.__type"},{"id":33426,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_status_params.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33427,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Conversation"},{"id":33428,"kind":1024,"name":"id","url":"modules/pleroma_entities_status_params.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Conversation.__type"},{"id":33429,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_status_params.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Conversation.__type"},{"id":33430,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_status_params.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Conversation.__type"},{"id":33431,"kind":1024,"name":"unread","url":"modules/pleroma_entities_status_params.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Conversation.__type"},{"id":33432,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_status_params.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33433,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.FeaturedTag"},{"id":33434,"kind":1024,"name":"id","url":"modules/pleroma_entities_status_params.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.FeaturedTag.__type"},{"id":33435,"kind":1024,"name":"name","url":"modules/pleroma_entities_status_params.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.FeaturedTag.__type"},{"id":33436,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_status_params.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.FeaturedTag.__type"},{"id":33437,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_status_params.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.FeaturedTag.__type"},{"id":33438,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_status_params.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33439,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Field"},{"id":33440,"kind":1024,"name":"name","url":"modules/pleroma_entities_status_params.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Field.__type"},{"id":33441,"kind":1024,"name":"value","url":"modules/pleroma_entities_status_params.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Field.__type"},{"id":33442,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_status_params.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Field.__type"},{"id":33443,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_status_params.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33444,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Filter"},{"id":33445,"kind":1024,"name":"id","url":"modules/pleroma_entities_status_params.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Filter.__type"},{"id":33446,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_status_params.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Filter.__type"},{"id":33447,"kind":1024,"name":"context","url":"modules/pleroma_entities_status_params.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Filter.__type"},{"id":33448,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_status_params.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Filter.__type"},{"id":33449,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_status_params.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Filter.__type"},{"id":33450,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_status_params.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Filter.__type"},{"id":33451,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_status_params.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33452,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.IdentityProof"},{"id":33453,"kind":1024,"name":"provider","url":"modules/pleroma_entities_status_params.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.IdentityProof.__type"},{"id":33454,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_status_params.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.IdentityProof.__type"},{"id":33455,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_status_params.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.IdentityProof.__type"},{"id":33456,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_status_params.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.IdentityProof.__type"},{"id":33457,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_status_params.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.IdentityProof.__type"},{"id":33458,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_status_params.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33459,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.URLs"},{"id":33460,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_status_params.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.URLs.__type"},{"id":33461,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_status_params.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33462,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Stats"},{"id":33463,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_status_params.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Stats.__type"},{"id":33464,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_status_params.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Stats.__type"},{"id":33465,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_status_params.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Stats.__type"},{"id":33466,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_status_params.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33467,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Instance"},{"id":33468,"kind":1024,"name":"uri","url":"modules/pleroma_entities_status_params.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Instance.__type"},{"id":33469,"kind":1024,"name":"title","url":"modules/pleroma_entities_status_params.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Instance.__type"},{"id":33470,"kind":1024,"name":"description","url":"modules/pleroma_entities_status_params.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Instance.__type"},{"id":33471,"kind":1024,"name":"email","url":"modules/pleroma_entities_status_params.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Instance.__type"},{"id":33472,"kind":1024,"name":"version","url":"modules/pleroma_entities_status_params.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Instance.__type"},{"id":33473,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_status_params.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Instance.__type"},{"id":33474,"kind":1024,"name":"urls","url":"modules/pleroma_entities_status_params.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Instance.__type"},{"id":33475,"kind":1024,"name":"stats","url":"modules/pleroma_entities_status_params.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Instance.__type"},{"id":33476,"kind":1024,"name":"languages","url":"modules/pleroma_entities_status_params.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Instance.__type"},{"id":33477,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_status_params.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Instance.__type"},{"id":33478,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_status_params.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Instance.__type"},{"id":33479,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_status_params.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Instance.__type"},{"id":33480,"kind":4194304,"name":"List","url":"modules/pleroma_entities_status_params.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33481,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.List"},{"id":33482,"kind":1024,"name":"id","url":"modules/pleroma_entities_status_params.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.List.__type"},{"id":33483,"kind":1024,"name":"title","url":"modules/pleroma_entities_status_params.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.List.__type"},{"id":33484,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_status_params.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33485,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Marker"},{"id":33486,"kind":1024,"name":"home","url":"modules/pleroma_entities_status_params.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Marker.__type"},{"id":33487,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Marker.__type"},{"id":33488,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_status_params.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Marker.__type.__type"},{"id":33489,"kind":1024,"name":"version","url":"modules/pleroma_entities_status_params.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Marker.__type.__type"},{"id":33490,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_status_params.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Marker.__type.__type"},{"id":33491,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_status_params.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Marker.__type"},{"id":33492,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Marker.__type"},{"id":33493,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_status_params.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Marker.__type.__type"},{"id":33494,"kind":1024,"name":"version","url":"modules/pleroma_entities_status_params.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Marker.__type.__type"},{"id":33495,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_status_params.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Marker.__type.__type"},{"id":33496,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_status_params.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33497,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Notification"},{"id":33498,"kind":1024,"name":"account","url":"modules/pleroma_entities_status_params.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Notification.__type"},{"id":33499,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_status_params.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Notification.__type"},{"id":33500,"kind":1024,"name":"id","url":"modules/pleroma_entities_status_params.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Notification.__type"},{"id":33501,"kind":1024,"name":"status","url":"modules/pleroma_entities_status_params.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Notification.__type"},{"id":33502,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_status_params.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Notification.__type"},{"id":33503,"kind":1024,"name":"type","url":"modules/pleroma_entities_status_params.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Notification.__type"},{"id":33504,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_status_params.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33505,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_status_params.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33506,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Preferences"},{"id":33507,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_status_params.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Preferences.__type"},{"id":33508,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_status_params.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Preferences.__type"},{"id":33509,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_status_params.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Preferences.__type"},{"id":33510,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_status_params.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Preferences.__type"},{"id":33511,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_status_params.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Preferences.__type"},{"id":33512,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_status_params.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33513,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.PushSubscription"},{"id":33514,"kind":1024,"name":"id","url":"modules/pleroma_entities_status_params.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.PushSubscription.__type"},{"id":33515,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_status_params.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.PushSubscription.__type"},{"id":33516,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_status_params.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.PushSubscription.__type"},{"id":33517,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_status_params.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.PushSubscription.__type"},{"id":33518,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_status_params.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33519,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Relationship"},{"id":33520,"kind":1024,"name":"id","url":"modules/pleroma_entities_status_params.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Relationship.__type"},{"id":33521,"kind":1024,"name":"following","url":"modules/pleroma_entities_status_params.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Relationship.__type"},{"id":33522,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_status_params.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Relationship.__type"},{"id":33523,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_status_params.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Relationship.__type"},{"id":33524,"kind":1024,"name":"muting","url":"modules/pleroma_entities_status_params.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Relationship.__type"},{"id":33525,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_status_params.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Relationship.__type"},{"id":33526,"kind":1024,"name":"requested","url":"modules/pleroma_entities_status_params.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Relationship.__type"},{"id":33527,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_status_params.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Relationship.__type"},{"id":33528,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_status_params.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Relationship.__type"},{"id":33529,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_status_params.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Relationship.__type"},{"id":33530,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_status_params.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33531,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Report"},{"id":33532,"kind":1024,"name":"id","url":"modules/pleroma_entities_status_params.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Report.__type"},{"id":33533,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_status_params.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Report.__type"},{"id":33534,"kind":1024,"name":"comment","url":"modules/pleroma_entities_status_params.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Report.__type"},{"id":33535,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_status_params.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Report.__type"},{"id":33536,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_status_params.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Report.__type"},{"id":33537,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_status_params.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33538,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Results"},{"id":33539,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_status_params.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Results.__type"},{"id":33540,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_status_params.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Results.__type"},{"id":33541,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_status_params.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Results.__type"},{"id":33542,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_status_params.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33543,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.ScheduledStatus"},{"id":33544,"kind":1024,"name":"id","url":"modules/pleroma_entities_status_params.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.ScheduledStatus.__type"},{"id":33545,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_status_params.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.ScheduledStatus.__type"},{"id":33546,"kind":1024,"name":"params","url":"modules/pleroma_entities_status_params.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.ScheduledStatus.__type"},{"id":33547,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_status_params.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.ScheduledStatus.__type"},{"id":33548,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_status_params.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33549,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.StatusParams"},{"id":33550,"kind":1024,"name":"text","url":"modules/pleroma_entities_status_params.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.StatusParams.__type"},{"id":33551,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_status_params.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.StatusParams.__type"},{"id":33552,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_status_params.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.StatusParams.__type"},{"id":33553,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_status_params.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.StatusParams.__type"},{"id":33554,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_status_params.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.StatusParams.__type"},{"id":33555,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_status_params.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.StatusParams.__type"},{"id":33556,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_status_params.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.StatusParams.__type"},{"id":33557,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_status_params.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.StatusParams.__type"},{"id":33558,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_status_params.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/status_params.PleromaEntity"},{"id":33559,"kind":65536,"name":"__type","url":"modules/pleroma_entities_status_params.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/status_params.PleromaEntity.Token"},{"id":33560,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_status_params.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Token.__type"},{"id":33561,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_status_params.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Token.__type"},{"id":33562,"kind":1024,"name":"scope","url":"modules/pleroma_entities_status_params.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Token.__type"},{"id":33563,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_status_params.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/status_params.PleromaEntity.Token.__type"},{"id":33564,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_tag.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/tag"},{"id":33565,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_tag.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33566,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Emoji"},{"id":33567,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_tag.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Emoji.__type"},{"id":33568,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_tag.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Emoji.__type"},{"id":33569,"kind":1024,"name":"url","url":"modules/pleroma_entities_tag.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Emoji.__type"},{"id":33570,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_tag.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Emoji.__type"},{"id":33571,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_tag.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33572,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Source"},{"id":33573,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_tag.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Source.__type"},{"id":33574,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_tag.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Source.__type"},{"id":33575,"kind":1024,"name":"language","url":"modules/pleroma_entities_tag.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Source.__type"},{"id":33576,"kind":1024,"name":"note","url":"modules/pleroma_entities_tag.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Source.__type"},{"id":33577,"kind":1024,"name":"fields","url":"modules/pleroma_entities_tag.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Source.__type"},{"id":33578,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_tag.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33579,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Account"},{"id":33580,"kind":1024,"name":"id","url":"modules/pleroma_entities_tag.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Account.__type"},{"id":33581,"kind":1024,"name":"username","url":"modules/pleroma_entities_tag.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Account.__type"},{"id":33582,"kind":1024,"name":"acct","url":"modules/pleroma_entities_tag.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Account.__type"},{"id":33583,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_tag.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Account.__type"},{"id":33584,"kind":1024,"name":"locked","url":"modules/pleroma_entities_tag.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Account.__type"},{"id":33585,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_tag.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Account.__type"},{"id":33586,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_tag.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Account.__type"},{"id":33587,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_tag.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Account.__type"},{"id":33588,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_tag.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Account.__type"},{"id":33589,"kind":1024,"name":"note","url":"modules/pleroma_entities_tag.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Account.__type"},{"id":33590,"kind":1024,"name":"url","url":"modules/pleroma_entities_tag.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Account.__type"},{"id":33591,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_tag.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Account.__type"},{"id":33592,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_tag.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Account.__type"},{"id":33593,"kind":1024,"name":"header","url":"modules/pleroma_entities_tag.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Account.__type"},{"id":33594,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_tag.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Account.__type"},{"id":33595,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_tag.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Account.__type"},{"id":33596,"kind":1024,"name":"moved","url":"modules/pleroma_entities_tag.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Account.__type"},{"id":33597,"kind":1024,"name":"fields","url":"modules/pleroma_entities_tag.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Account.__type"},{"id":33598,"kind":1024,"name":"bot","url":"modules/pleroma_entities_tag.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Account.__type"},{"id":33599,"kind":1024,"name":"source","url":"modules/pleroma_entities_tag.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Account.__type"},{"id":33600,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_tag.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33601,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Activity"},{"id":33602,"kind":1024,"name":"week","url":"modules/pleroma_entities_tag.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Activity.__type"},{"id":33603,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_tag.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Activity.__type"},{"id":33604,"kind":1024,"name":"logins","url":"modules/pleroma_entities_tag.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Activity.__type"},{"id":33605,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_tag.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Activity.__type"},{"id":33606,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_tag.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33607,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Application"},{"id":33608,"kind":1024,"name":"name","url":"modules/pleroma_entities_tag.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Application.__type"},{"id":33609,"kind":1024,"name":"website","url":"modules/pleroma_entities_tag.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Application.__type"},{"id":33610,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_tag.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Application.__type"},{"id":33611,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_tag.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33612,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Attachment"},{"id":33613,"kind":1024,"name":"id","url":"modules/pleroma_entities_tag.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Attachment.__type"},{"id":33614,"kind":1024,"name":"type","url":"modules/pleroma_entities_tag.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Attachment.__type"},{"id":33615,"kind":1024,"name":"url","url":"modules/pleroma_entities_tag.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Attachment.__type"},{"id":33616,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_tag.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Attachment.__type"},{"id":33617,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_tag.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Attachment.__type"},{"id":33618,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_tag.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Attachment.__type"},{"id":33619,"kind":1024,"name":"meta","url":"modules/pleroma_entities_tag.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Attachment.__type"},{"id":33620,"kind":1024,"name":"description","url":"modules/pleroma_entities_tag.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Attachment.__type"},{"id":33621,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_tag.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33622,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Card"},{"id":33623,"kind":1024,"name":"url","url":"modules/pleroma_entities_tag.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Card.__type"},{"id":33624,"kind":1024,"name":"title","url":"modules/pleroma_entities_tag.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Card.__type"},{"id":33625,"kind":1024,"name":"description","url":"modules/pleroma_entities_tag.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Card.__type"},{"id":33626,"kind":1024,"name":"type","url":"modules/pleroma_entities_tag.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Card.__type"},{"id":33627,"kind":1024,"name":"image","url":"modules/pleroma_entities_tag.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Card.__type"},{"id":33628,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_tag.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Card.__type"},{"id":33629,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_tag.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Card.__type"},{"id":33630,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_tag.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Card.__type"},{"id":33631,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_tag.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Card.__type"},{"id":33632,"kind":1024,"name":"html","url":"modules/pleroma_entities_tag.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Card.__type"},{"id":33633,"kind":1024,"name":"width","url":"modules/pleroma_entities_tag.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Card.__type"},{"id":33634,"kind":1024,"name":"height","url":"modules/pleroma_entities_tag.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Card.__type"},{"id":33635,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_tag.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Card.__type"},{"id":33636,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_tag.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33637,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Mention"},{"id":33638,"kind":1024,"name":"id","url":"modules/pleroma_entities_tag.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Mention.__type"},{"id":33639,"kind":1024,"name":"username","url":"modules/pleroma_entities_tag.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Mention.__type"},{"id":33640,"kind":1024,"name":"url","url":"modules/pleroma_entities_tag.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Mention.__type"},{"id":33641,"kind":1024,"name":"acct","url":"modules/pleroma_entities_tag.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Mention.__type"},{"id":33642,"kind":4194304,"name":"History","url":"modules/pleroma_entities_tag.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33643,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.History"},{"id":33644,"kind":1024,"name":"day","url":"modules/pleroma_entities_tag.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.History.__type"},{"id":33645,"kind":1024,"name":"uses","url":"modules/pleroma_entities_tag.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.History.__type"},{"id":33646,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_tag.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.History.__type"},{"id":33647,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_tag.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33648,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Tag"},{"id":33649,"kind":1024,"name":"name","url":"modules/pleroma_entities_tag.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Tag.__type"},{"id":33650,"kind":1024,"name":"url","url":"modules/pleroma_entities_tag.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Tag.__type"},{"id":33651,"kind":1024,"name":"history","url":"modules/pleroma_entities_tag.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Tag.__type"},{"id":33652,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_tag.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33653,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.PollOption"},{"id":33654,"kind":1024,"name":"title","url":"modules/pleroma_entities_tag.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.PollOption.__type"},{"id":33655,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_tag.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.PollOption.__type"},{"id":33656,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_tag.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33657,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Poll"},{"id":33658,"kind":1024,"name":"id","url":"modules/pleroma_entities_tag.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Poll.__type"},{"id":33659,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_tag.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Poll.__type"},{"id":33660,"kind":1024,"name":"expired","url":"modules/pleroma_entities_tag.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Poll.__type"},{"id":33661,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_tag.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Poll.__type"},{"id":33662,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_tag.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Poll.__type"},{"id":33663,"kind":1024,"name":"options","url":"modules/pleroma_entities_tag.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Poll.__type"},{"id":33664,"kind":1024,"name":"voted","url":"modules/pleroma_entities_tag.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Poll.__type"},{"id":33665,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_tag.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33666,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Reaction"},{"id":33667,"kind":1024,"name":"count","url":"modules/pleroma_entities_tag.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Reaction.__type"},{"id":33668,"kind":1024,"name":"me","url":"modules/pleroma_entities_tag.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Reaction.__type"},{"id":33669,"kind":1024,"name":"name","url":"modules/pleroma_entities_tag.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Reaction.__type"},{"id":33670,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_tag.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Reaction.__type"},{"id":33671,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33672,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Status"},{"id":33673,"kind":1024,"name":"id","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33674,"kind":1024,"name":"uri","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33675,"kind":1024,"name":"url","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33676,"kind":1024,"name":"account","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33677,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33678,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33679,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33680,"kind":1024,"name":"content","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33681,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33682,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33683,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33684,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33685,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33686,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33687,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33688,"kind":1024,"name":"muted","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33689,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33690,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33691,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33692,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33693,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33694,"kind":1024,"name":"tags","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33695,"kind":1024,"name":"card","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33696,"kind":1024,"name":"poll","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33697,"kind":1024,"name":"application","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33698,"kind":1024,"name":"language","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33699,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33700,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33701,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33702,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type"},{"id":33703,"kind":1024,"name":"context","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type.__type"},{"id":33704,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type.__type"},{"id":33705,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type.__type.__type"},{"id":33706,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type.__type"},{"id":33707,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type.__type"},{"id":33708,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type.__type.__type"},{"id":33709,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type.__type"},{"id":33710,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type.__type"},{"id":33711,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type.__type"},{"id":33712,"kind":1024,"name":"local","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type.__type"},{"id":33713,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_tag.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Status.__type.__type"},{"id":33714,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_tag.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33715,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Context"},{"id":33716,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_tag.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Context.__type"},{"id":33717,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_tag.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Context.__type"},{"id":33718,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_tag.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33719,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Conversation"},{"id":33720,"kind":1024,"name":"id","url":"modules/pleroma_entities_tag.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Conversation.__type"},{"id":33721,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_tag.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Conversation.__type"},{"id":33722,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_tag.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Conversation.__type"},{"id":33723,"kind":1024,"name":"unread","url":"modules/pleroma_entities_tag.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Conversation.__type"},{"id":33724,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_tag.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33725,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.FeaturedTag"},{"id":33726,"kind":1024,"name":"id","url":"modules/pleroma_entities_tag.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.FeaturedTag.__type"},{"id":33727,"kind":1024,"name":"name","url":"modules/pleroma_entities_tag.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.FeaturedTag.__type"},{"id":33728,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_tag.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.FeaturedTag.__type"},{"id":33729,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_tag.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.FeaturedTag.__type"},{"id":33730,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_tag.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33731,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Field"},{"id":33732,"kind":1024,"name":"name","url":"modules/pleroma_entities_tag.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Field.__type"},{"id":33733,"kind":1024,"name":"value","url":"modules/pleroma_entities_tag.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Field.__type"},{"id":33734,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_tag.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Field.__type"},{"id":33735,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_tag.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33736,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Filter"},{"id":33737,"kind":1024,"name":"id","url":"modules/pleroma_entities_tag.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Filter.__type"},{"id":33738,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_tag.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Filter.__type"},{"id":33739,"kind":1024,"name":"context","url":"modules/pleroma_entities_tag.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Filter.__type"},{"id":33740,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_tag.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Filter.__type"},{"id":33741,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_tag.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Filter.__type"},{"id":33742,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_tag.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Filter.__type"},{"id":33743,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_tag.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33744,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.IdentityProof"},{"id":33745,"kind":1024,"name":"provider","url":"modules/pleroma_entities_tag.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.IdentityProof.__type"},{"id":33746,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_tag.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.IdentityProof.__type"},{"id":33747,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_tag.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.IdentityProof.__type"},{"id":33748,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_tag.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.IdentityProof.__type"},{"id":33749,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_tag.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.IdentityProof.__type"},{"id":33750,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_tag.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33751,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.URLs"},{"id":33752,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_tag.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.URLs.__type"},{"id":33753,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_tag.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33754,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Stats"},{"id":33755,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_tag.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Stats.__type"},{"id":33756,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_tag.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Stats.__type"},{"id":33757,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_tag.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Stats.__type"},{"id":33758,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_tag.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33759,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Instance"},{"id":33760,"kind":1024,"name":"uri","url":"modules/pleroma_entities_tag.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Instance.__type"},{"id":33761,"kind":1024,"name":"title","url":"modules/pleroma_entities_tag.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Instance.__type"},{"id":33762,"kind":1024,"name":"description","url":"modules/pleroma_entities_tag.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Instance.__type"},{"id":33763,"kind":1024,"name":"email","url":"modules/pleroma_entities_tag.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Instance.__type"},{"id":33764,"kind":1024,"name":"version","url":"modules/pleroma_entities_tag.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Instance.__type"},{"id":33765,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_tag.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Instance.__type"},{"id":33766,"kind":1024,"name":"urls","url":"modules/pleroma_entities_tag.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Instance.__type"},{"id":33767,"kind":1024,"name":"stats","url":"modules/pleroma_entities_tag.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Instance.__type"},{"id":33768,"kind":1024,"name":"languages","url":"modules/pleroma_entities_tag.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Instance.__type"},{"id":33769,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_tag.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Instance.__type"},{"id":33770,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_tag.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Instance.__type"},{"id":33771,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_tag.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Instance.__type"},{"id":33772,"kind":4194304,"name":"List","url":"modules/pleroma_entities_tag.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33773,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.List"},{"id":33774,"kind":1024,"name":"id","url":"modules/pleroma_entities_tag.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.List.__type"},{"id":33775,"kind":1024,"name":"title","url":"modules/pleroma_entities_tag.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.List.__type"},{"id":33776,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_tag.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33777,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Marker"},{"id":33778,"kind":1024,"name":"home","url":"modules/pleroma_entities_tag.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Marker.__type"},{"id":33779,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Marker.__type"},{"id":33780,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_tag.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Marker.__type.__type"},{"id":33781,"kind":1024,"name":"version","url":"modules/pleroma_entities_tag.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Marker.__type.__type"},{"id":33782,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_tag.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Marker.__type.__type"},{"id":33783,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_tag.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Marker.__type"},{"id":33784,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Marker.__type"},{"id":33785,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_tag.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Marker.__type.__type"},{"id":33786,"kind":1024,"name":"version","url":"modules/pleroma_entities_tag.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Marker.__type.__type"},{"id":33787,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_tag.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Marker.__type.__type"},{"id":33788,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_tag.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33789,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Notification"},{"id":33790,"kind":1024,"name":"account","url":"modules/pleroma_entities_tag.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Notification.__type"},{"id":33791,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_tag.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Notification.__type"},{"id":33792,"kind":1024,"name":"id","url":"modules/pleroma_entities_tag.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Notification.__type"},{"id":33793,"kind":1024,"name":"status","url":"modules/pleroma_entities_tag.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Notification.__type"},{"id":33794,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_tag.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Notification.__type"},{"id":33795,"kind":1024,"name":"type","url":"modules/pleroma_entities_tag.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Notification.__type"},{"id":33796,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_tag.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33797,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_tag.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33798,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Preferences"},{"id":33799,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_tag.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Preferences.__type"},{"id":33800,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_tag.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Preferences.__type"},{"id":33801,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_tag.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Preferences.__type"},{"id":33802,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_tag.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Preferences.__type"},{"id":33803,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_tag.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Preferences.__type"},{"id":33804,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_tag.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33805,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.PushSubscription"},{"id":33806,"kind":1024,"name":"id","url":"modules/pleroma_entities_tag.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.PushSubscription.__type"},{"id":33807,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_tag.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.PushSubscription.__type"},{"id":33808,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_tag.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.PushSubscription.__type"},{"id":33809,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_tag.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.PushSubscription.__type"},{"id":33810,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_tag.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33811,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Relationship"},{"id":33812,"kind":1024,"name":"id","url":"modules/pleroma_entities_tag.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Relationship.__type"},{"id":33813,"kind":1024,"name":"following","url":"modules/pleroma_entities_tag.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Relationship.__type"},{"id":33814,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_tag.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Relationship.__type"},{"id":33815,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_tag.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Relationship.__type"},{"id":33816,"kind":1024,"name":"muting","url":"modules/pleroma_entities_tag.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Relationship.__type"},{"id":33817,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_tag.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Relationship.__type"},{"id":33818,"kind":1024,"name":"requested","url":"modules/pleroma_entities_tag.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Relationship.__type"},{"id":33819,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_tag.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Relationship.__type"},{"id":33820,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_tag.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Relationship.__type"},{"id":33821,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_tag.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Relationship.__type"},{"id":33822,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_tag.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33823,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Report"},{"id":33824,"kind":1024,"name":"id","url":"modules/pleroma_entities_tag.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Report.__type"},{"id":33825,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_tag.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Report.__type"},{"id":33826,"kind":1024,"name":"comment","url":"modules/pleroma_entities_tag.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Report.__type"},{"id":33827,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_tag.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Report.__type"},{"id":33828,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_tag.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Report.__type"},{"id":33829,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_tag.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33830,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Results"},{"id":33831,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_tag.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Results.__type"},{"id":33832,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_tag.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Results.__type"},{"id":33833,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_tag.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Results.__type"},{"id":33834,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_tag.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33835,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.ScheduledStatus"},{"id":33836,"kind":1024,"name":"id","url":"modules/pleroma_entities_tag.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.ScheduledStatus.__type"},{"id":33837,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_tag.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.ScheduledStatus.__type"},{"id":33838,"kind":1024,"name":"params","url":"modules/pleroma_entities_tag.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.ScheduledStatus.__type"},{"id":33839,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_tag.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.ScheduledStatus.__type"},{"id":33840,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_tag.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33841,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.StatusParams"},{"id":33842,"kind":1024,"name":"text","url":"modules/pleroma_entities_tag.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.StatusParams.__type"},{"id":33843,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_tag.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.StatusParams.__type"},{"id":33844,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_tag.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.StatusParams.__type"},{"id":33845,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_tag.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.StatusParams.__type"},{"id":33846,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_tag.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.StatusParams.__type"},{"id":33847,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_tag.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.StatusParams.__type"},{"id":33848,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_tag.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.StatusParams.__type"},{"id":33849,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_tag.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.StatusParams.__type"},{"id":33850,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_tag.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/tag.PleromaEntity"},{"id":33851,"kind":65536,"name":"__type","url":"modules/pleroma_entities_tag.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/tag.PleromaEntity.Token"},{"id":33852,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_tag.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Token.__type"},{"id":33853,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_tag.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Token.__type"},{"id":33854,"kind":1024,"name":"scope","url":"modules/pleroma_entities_tag.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Token.__type"},{"id":33855,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_tag.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/tag.PleromaEntity.Token.__type"},{"id":33856,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_token.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/token"},{"id":33857,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_token.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":33858,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Emoji"},{"id":33859,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_token.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Emoji.__type"},{"id":33860,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_token.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Emoji.__type"},{"id":33861,"kind":1024,"name":"url","url":"modules/pleroma_entities_token.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Emoji.__type"},{"id":33862,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_token.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Emoji.__type"},{"id":33863,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_token.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":33864,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Source"},{"id":33865,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_token.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Source.__type"},{"id":33866,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_token.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Source.__type"},{"id":33867,"kind":1024,"name":"language","url":"modules/pleroma_entities_token.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Source.__type"},{"id":33868,"kind":1024,"name":"note","url":"modules/pleroma_entities_token.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Source.__type"},{"id":33869,"kind":1024,"name":"fields","url":"modules/pleroma_entities_token.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Source.__type"},{"id":33870,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_token.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":33871,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Account"},{"id":33872,"kind":1024,"name":"id","url":"modules/pleroma_entities_token.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Account.__type"},{"id":33873,"kind":1024,"name":"username","url":"modules/pleroma_entities_token.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Account.__type"},{"id":33874,"kind":1024,"name":"acct","url":"modules/pleroma_entities_token.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Account.__type"},{"id":33875,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_token.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Account.__type"},{"id":33876,"kind":1024,"name":"locked","url":"modules/pleroma_entities_token.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Account.__type"},{"id":33877,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_token.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Account.__type"},{"id":33878,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_token.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Account.__type"},{"id":33879,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_token.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Account.__type"},{"id":33880,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_token.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Account.__type"},{"id":33881,"kind":1024,"name":"note","url":"modules/pleroma_entities_token.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Account.__type"},{"id":33882,"kind":1024,"name":"url","url":"modules/pleroma_entities_token.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Account.__type"},{"id":33883,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_token.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Account.__type"},{"id":33884,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_token.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Account.__type"},{"id":33885,"kind":1024,"name":"header","url":"modules/pleroma_entities_token.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Account.__type"},{"id":33886,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_token.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Account.__type"},{"id":33887,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_token.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Account.__type"},{"id":33888,"kind":1024,"name":"moved","url":"modules/pleroma_entities_token.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Account.__type"},{"id":33889,"kind":1024,"name":"fields","url":"modules/pleroma_entities_token.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Account.__type"},{"id":33890,"kind":1024,"name":"bot","url":"modules/pleroma_entities_token.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Account.__type"},{"id":33891,"kind":1024,"name":"source","url":"modules/pleroma_entities_token.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Account.__type"},{"id":33892,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_token.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":33893,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Activity"},{"id":33894,"kind":1024,"name":"week","url":"modules/pleroma_entities_token.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Activity.__type"},{"id":33895,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_token.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Activity.__type"},{"id":33896,"kind":1024,"name":"logins","url":"modules/pleroma_entities_token.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Activity.__type"},{"id":33897,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_token.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Activity.__type"},{"id":33898,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_token.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":33899,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Application"},{"id":33900,"kind":1024,"name":"name","url":"modules/pleroma_entities_token.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Application.__type"},{"id":33901,"kind":1024,"name":"website","url":"modules/pleroma_entities_token.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Application.__type"},{"id":33902,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_token.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Application.__type"},{"id":33903,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_token.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":33904,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Attachment"},{"id":33905,"kind":1024,"name":"id","url":"modules/pleroma_entities_token.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Attachment.__type"},{"id":33906,"kind":1024,"name":"type","url":"modules/pleroma_entities_token.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Attachment.__type"},{"id":33907,"kind":1024,"name":"url","url":"modules/pleroma_entities_token.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Attachment.__type"},{"id":33908,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_token.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Attachment.__type"},{"id":33909,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_token.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Attachment.__type"},{"id":33910,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_token.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Attachment.__type"},{"id":33911,"kind":1024,"name":"meta","url":"modules/pleroma_entities_token.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Attachment.__type"},{"id":33912,"kind":1024,"name":"description","url":"modules/pleroma_entities_token.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Attachment.__type"},{"id":33913,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_token.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":33914,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Card"},{"id":33915,"kind":1024,"name":"url","url":"modules/pleroma_entities_token.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Card.__type"},{"id":33916,"kind":1024,"name":"title","url":"modules/pleroma_entities_token.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Card.__type"},{"id":33917,"kind":1024,"name":"description","url":"modules/pleroma_entities_token.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Card.__type"},{"id":33918,"kind":1024,"name":"type","url":"modules/pleroma_entities_token.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Card.__type"},{"id":33919,"kind":1024,"name":"image","url":"modules/pleroma_entities_token.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Card.__type"},{"id":33920,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_token.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Card.__type"},{"id":33921,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_token.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Card.__type"},{"id":33922,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_token.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Card.__type"},{"id":33923,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_token.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Card.__type"},{"id":33924,"kind":1024,"name":"html","url":"modules/pleroma_entities_token.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Card.__type"},{"id":33925,"kind":1024,"name":"width","url":"modules/pleroma_entities_token.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Card.__type"},{"id":33926,"kind":1024,"name":"height","url":"modules/pleroma_entities_token.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Card.__type"},{"id":33927,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_token.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Card.__type"},{"id":33928,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_token.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":33929,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Mention"},{"id":33930,"kind":1024,"name":"id","url":"modules/pleroma_entities_token.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Mention.__type"},{"id":33931,"kind":1024,"name":"username","url":"modules/pleroma_entities_token.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Mention.__type"},{"id":33932,"kind":1024,"name":"url","url":"modules/pleroma_entities_token.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Mention.__type"},{"id":33933,"kind":1024,"name":"acct","url":"modules/pleroma_entities_token.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Mention.__type"},{"id":33934,"kind":4194304,"name":"History","url":"modules/pleroma_entities_token.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":33935,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.History"},{"id":33936,"kind":1024,"name":"day","url":"modules/pleroma_entities_token.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.History.__type"},{"id":33937,"kind":1024,"name":"uses","url":"modules/pleroma_entities_token.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.History.__type"},{"id":33938,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_token.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.History.__type"},{"id":33939,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_token.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":33940,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Tag"},{"id":33941,"kind":1024,"name":"name","url":"modules/pleroma_entities_token.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Tag.__type"},{"id":33942,"kind":1024,"name":"url","url":"modules/pleroma_entities_token.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Tag.__type"},{"id":33943,"kind":1024,"name":"history","url":"modules/pleroma_entities_token.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Tag.__type"},{"id":33944,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_token.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":33945,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.PollOption"},{"id":33946,"kind":1024,"name":"title","url":"modules/pleroma_entities_token.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.PollOption.__type"},{"id":33947,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_token.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.PollOption.__type"},{"id":33948,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_token.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":33949,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Poll"},{"id":33950,"kind":1024,"name":"id","url":"modules/pleroma_entities_token.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Poll.__type"},{"id":33951,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_token.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Poll.__type"},{"id":33952,"kind":1024,"name":"expired","url":"modules/pleroma_entities_token.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Poll.__type"},{"id":33953,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_token.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Poll.__type"},{"id":33954,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_token.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Poll.__type"},{"id":33955,"kind":1024,"name":"options","url":"modules/pleroma_entities_token.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Poll.__type"},{"id":33956,"kind":1024,"name":"voted","url":"modules/pleroma_entities_token.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Poll.__type"},{"id":33957,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_token.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":33958,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Reaction"},{"id":33959,"kind":1024,"name":"count","url":"modules/pleroma_entities_token.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Reaction.__type"},{"id":33960,"kind":1024,"name":"me","url":"modules/pleroma_entities_token.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Reaction.__type"},{"id":33961,"kind":1024,"name":"name","url":"modules/pleroma_entities_token.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Reaction.__type"},{"id":33962,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_token.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Reaction.__type"},{"id":33963,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_token.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":33964,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Status"},{"id":33965,"kind":1024,"name":"id","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33966,"kind":1024,"name":"uri","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33967,"kind":1024,"name":"url","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33968,"kind":1024,"name":"account","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33969,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33970,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33971,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33972,"kind":1024,"name":"content","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33973,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33974,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33975,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33976,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33977,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33978,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33979,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33980,"kind":1024,"name":"muted","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33981,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33982,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33983,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33984,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33985,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33986,"kind":1024,"name":"tags","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33987,"kind":1024,"name":"card","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33988,"kind":1024,"name":"poll","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33989,"kind":1024,"name":"application","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33990,"kind":1024,"name":"language","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33991,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33992,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33993,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33994,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type"},{"id":33995,"kind":1024,"name":"context","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type.__type"},{"id":33996,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type.__type"},{"id":33997,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type.__type.__type"},{"id":33998,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type.__type"},{"id":33999,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type.__type"},{"id":34000,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type.__type.__type"},{"id":34001,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type.__type"},{"id":34002,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type.__type"},{"id":34003,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type.__type"},{"id":34004,"kind":1024,"name":"local","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type.__type"},{"id":34005,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_token.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Status.__type.__type"},{"id":34006,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_token.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":34007,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Context"},{"id":34008,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_token.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Context.__type"},{"id":34009,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_token.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Context.__type"},{"id":34010,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_token.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":34011,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Conversation"},{"id":34012,"kind":1024,"name":"id","url":"modules/pleroma_entities_token.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Conversation.__type"},{"id":34013,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_token.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Conversation.__type"},{"id":34014,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_token.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Conversation.__type"},{"id":34015,"kind":1024,"name":"unread","url":"modules/pleroma_entities_token.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Conversation.__type"},{"id":34016,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_token.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":34017,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.FeaturedTag"},{"id":34018,"kind":1024,"name":"id","url":"modules/pleroma_entities_token.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.FeaturedTag.__type"},{"id":34019,"kind":1024,"name":"name","url":"modules/pleroma_entities_token.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.FeaturedTag.__type"},{"id":34020,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_token.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.FeaturedTag.__type"},{"id":34021,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_token.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.FeaturedTag.__type"},{"id":34022,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_token.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":34023,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Field"},{"id":34024,"kind":1024,"name":"name","url":"modules/pleroma_entities_token.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Field.__type"},{"id":34025,"kind":1024,"name":"value","url":"modules/pleroma_entities_token.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Field.__type"},{"id":34026,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_token.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Field.__type"},{"id":34027,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_token.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":34028,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Filter"},{"id":34029,"kind":1024,"name":"id","url":"modules/pleroma_entities_token.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Filter.__type"},{"id":34030,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_token.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Filter.__type"},{"id":34031,"kind":1024,"name":"context","url":"modules/pleroma_entities_token.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Filter.__type"},{"id":34032,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_token.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Filter.__type"},{"id":34033,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_token.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Filter.__type"},{"id":34034,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_token.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Filter.__type"},{"id":34035,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_token.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":34036,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.IdentityProof"},{"id":34037,"kind":1024,"name":"provider","url":"modules/pleroma_entities_token.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.IdentityProof.__type"},{"id":34038,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_token.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.IdentityProof.__type"},{"id":34039,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_token.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.IdentityProof.__type"},{"id":34040,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_token.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.IdentityProof.__type"},{"id":34041,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_token.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.IdentityProof.__type"},{"id":34042,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_token.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":34043,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.URLs"},{"id":34044,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_token.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.URLs.__type"},{"id":34045,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_token.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":34046,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Stats"},{"id":34047,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_token.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Stats.__type"},{"id":34048,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_token.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Stats.__type"},{"id":34049,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_token.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Stats.__type"},{"id":34050,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_token.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":34051,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Instance"},{"id":34052,"kind":1024,"name":"uri","url":"modules/pleroma_entities_token.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Instance.__type"},{"id":34053,"kind":1024,"name":"title","url":"modules/pleroma_entities_token.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Instance.__type"},{"id":34054,"kind":1024,"name":"description","url":"modules/pleroma_entities_token.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Instance.__type"},{"id":34055,"kind":1024,"name":"email","url":"modules/pleroma_entities_token.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Instance.__type"},{"id":34056,"kind":1024,"name":"version","url":"modules/pleroma_entities_token.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Instance.__type"},{"id":34057,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_token.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Instance.__type"},{"id":34058,"kind":1024,"name":"urls","url":"modules/pleroma_entities_token.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Instance.__type"},{"id":34059,"kind":1024,"name":"stats","url":"modules/pleroma_entities_token.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Instance.__type"},{"id":34060,"kind":1024,"name":"languages","url":"modules/pleroma_entities_token.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Instance.__type"},{"id":34061,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_token.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Instance.__type"},{"id":34062,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_token.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Instance.__type"},{"id":34063,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_token.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Instance.__type"},{"id":34064,"kind":4194304,"name":"List","url":"modules/pleroma_entities_token.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":34065,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.List"},{"id":34066,"kind":1024,"name":"id","url":"modules/pleroma_entities_token.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.List.__type"},{"id":34067,"kind":1024,"name":"title","url":"modules/pleroma_entities_token.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.List.__type"},{"id":34068,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_token.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":34069,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Marker"},{"id":34070,"kind":1024,"name":"home","url":"modules/pleroma_entities_token.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Marker.__type"},{"id":34071,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Marker.__type"},{"id":34072,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_token.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Marker.__type.__type"},{"id":34073,"kind":1024,"name":"version","url":"modules/pleroma_entities_token.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Marker.__type.__type"},{"id":34074,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_token.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Marker.__type.__type"},{"id":34075,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_token.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Marker.__type"},{"id":34076,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Marker.__type"},{"id":34077,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_token.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Marker.__type.__type"},{"id":34078,"kind":1024,"name":"version","url":"modules/pleroma_entities_token.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Marker.__type.__type"},{"id":34079,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_token.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Marker.__type.__type"},{"id":34080,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_token.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":34081,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Notification"},{"id":34082,"kind":1024,"name":"account","url":"modules/pleroma_entities_token.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Notification.__type"},{"id":34083,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_token.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Notification.__type"},{"id":34084,"kind":1024,"name":"id","url":"modules/pleroma_entities_token.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Notification.__type"},{"id":34085,"kind":1024,"name":"status","url":"modules/pleroma_entities_token.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Notification.__type"},{"id":34086,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_token.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Notification.__type"},{"id":34087,"kind":1024,"name":"type","url":"modules/pleroma_entities_token.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Notification.__type"},{"id":34088,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_token.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":34089,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_token.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":34090,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Preferences"},{"id":34091,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_token.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Preferences.__type"},{"id":34092,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_token.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Preferences.__type"},{"id":34093,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_token.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Preferences.__type"},{"id":34094,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_token.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Preferences.__type"},{"id":34095,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_token.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Preferences.__type"},{"id":34096,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_token.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":34097,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.PushSubscription"},{"id":34098,"kind":1024,"name":"id","url":"modules/pleroma_entities_token.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.PushSubscription.__type"},{"id":34099,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_token.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.PushSubscription.__type"},{"id":34100,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_token.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.PushSubscription.__type"},{"id":34101,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_token.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.PushSubscription.__type"},{"id":34102,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_token.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":34103,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Relationship"},{"id":34104,"kind":1024,"name":"id","url":"modules/pleroma_entities_token.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Relationship.__type"},{"id":34105,"kind":1024,"name":"following","url":"modules/pleroma_entities_token.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Relationship.__type"},{"id":34106,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_token.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Relationship.__type"},{"id":34107,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_token.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Relationship.__type"},{"id":34108,"kind":1024,"name":"muting","url":"modules/pleroma_entities_token.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Relationship.__type"},{"id":34109,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_token.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Relationship.__type"},{"id":34110,"kind":1024,"name":"requested","url":"modules/pleroma_entities_token.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Relationship.__type"},{"id":34111,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_token.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Relationship.__type"},{"id":34112,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_token.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Relationship.__type"},{"id":34113,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_token.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Relationship.__type"},{"id":34114,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_token.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":34115,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Report"},{"id":34116,"kind":1024,"name":"id","url":"modules/pleroma_entities_token.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Report.__type"},{"id":34117,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_token.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Report.__type"},{"id":34118,"kind":1024,"name":"comment","url":"modules/pleroma_entities_token.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Report.__type"},{"id":34119,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_token.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Report.__type"},{"id":34120,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_token.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Report.__type"},{"id":34121,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_token.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":34122,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Results"},{"id":34123,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_token.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Results.__type"},{"id":34124,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_token.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Results.__type"},{"id":34125,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_token.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Results.__type"},{"id":34126,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_token.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":34127,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.ScheduledStatus"},{"id":34128,"kind":1024,"name":"id","url":"modules/pleroma_entities_token.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.ScheduledStatus.__type"},{"id":34129,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_token.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.ScheduledStatus.__type"},{"id":34130,"kind":1024,"name":"params","url":"modules/pleroma_entities_token.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.ScheduledStatus.__type"},{"id":34131,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_token.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.ScheduledStatus.__type"},{"id":34132,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_token.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":34133,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.StatusParams"},{"id":34134,"kind":1024,"name":"text","url":"modules/pleroma_entities_token.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.StatusParams.__type"},{"id":34135,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_token.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.StatusParams.__type"},{"id":34136,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_token.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.StatusParams.__type"},{"id":34137,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_token.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.StatusParams.__type"},{"id":34138,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_token.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.StatusParams.__type"},{"id":34139,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_token.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.StatusParams.__type"},{"id":34140,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_token.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.StatusParams.__type"},{"id":34141,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_token.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.StatusParams.__type"},{"id":34142,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_token.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/token.PleromaEntity"},{"id":34143,"kind":65536,"name":"__type","url":"modules/pleroma_entities_token.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/token.PleromaEntity.Token"},{"id":34144,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_token.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Token.__type"},{"id":34145,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_token.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Token.__type"},{"id":34146,"kind":1024,"name":"scope","url":"modules/pleroma_entities_token.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Token.__type"},{"id":34147,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_token.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/token.PleromaEntity.Token.__type"},{"id":34148,"kind":2,"name":"PleromaEntity","url":"modules/pleroma_entities_urls.pleromaentity.html","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"pleroma/entities/urls"},{"id":34149,"kind":4194304,"name":"Emoji","url":"modules/pleroma_entities_urls.pleromaentity.html#emoji","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34150,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#emoji.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Emoji"},{"id":34151,"kind":1024,"name":"shortcode","url":"modules/pleroma_entities_urls.pleromaentity.html#emoji.__type-7.shortcode","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Emoji.__type"},{"id":34152,"kind":1024,"name":"static_url","url":"modules/pleroma_entities_urls.pleromaentity.html#emoji.__type-7.static_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Emoji.__type"},{"id":34153,"kind":1024,"name":"url","url":"modules/pleroma_entities_urls.pleromaentity.html#emoji.__type-7.url-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Emoji.__type"},{"id":34154,"kind":1024,"name":"visible_in_picker","url":"modules/pleroma_entities_urls.pleromaentity.html#emoji.__type-7.visible_in_picker","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Emoji.__type"},{"id":34155,"kind":4194304,"name":"Source","url":"modules/pleroma_entities_urls.pleromaentity.html#source-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34156,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#source-1.__type-29","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Source"},{"id":34157,"kind":1024,"name":"privacy","url":"modules/pleroma_entities_urls.pleromaentity.html#source-1.__type-29.privacy","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Source.__type"},{"id":34158,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_urls.pleromaentity.html#source-1.__type-29.sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Source.__type"},{"id":34159,"kind":1024,"name":"language","url":"modules/pleroma_entities_urls.pleromaentity.html#source-1.__type-29.language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Source.__type"},{"id":34160,"kind":1024,"name":"note","url":"modules/pleroma_entities_urls.pleromaentity.html#source-1.__type-29.note-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Source.__type"},{"id":34161,"kind":1024,"name":"fields","url":"modules/pleroma_entities_urls.pleromaentity.html#source-1.__type-29.fields-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Source.__type"},{"id":34162,"kind":4194304,"name":"Account","url":"modules/pleroma_entities_urls.pleromaentity.html#account","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34163,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Account"},{"id":34164,"kind":1024,"name":"id","url":"modules/pleroma_entities_urls.pleromaentity.html#account.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Account.__type"},{"id":34165,"kind":1024,"name":"username","url":"modules/pleroma_entities_urls.pleromaentity.html#account.__type.username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Account.__type"},{"id":34166,"kind":1024,"name":"acct","url":"modules/pleroma_entities_urls.pleromaentity.html#account.__type.acct","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Account.__type"},{"id":34167,"kind":1024,"name":"display_name","url":"modules/pleroma_entities_urls.pleromaentity.html#account.__type.display_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Account.__type"},{"id":34168,"kind":1024,"name":"locked","url":"modules/pleroma_entities_urls.pleromaentity.html#account.__type.locked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Account.__type"},{"id":34169,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_urls.pleromaentity.html#account.__type.created_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Account.__type"},{"id":34170,"kind":1024,"name":"followers_count","url":"modules/pleroma_entities_urls.pleromaentity.html#account.__type.followers_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Account.__type"},{"id":34171,"kind":1024,"name":"following_count","url":"modules/pleroma_entities_urls.pleromaentity.html#account.__type.following_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Account.__type"},{"id":34172,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_urls.pleromaentity.html#account.__type.statuses_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Account.__type"},{"id":34173,"kind":1024,"name":"note","url":"modules/pleroma_entities_urls.pleromaentity.html#account.__type.note","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Account.__type"},{"id":34174,"kind":1024,"name":"url","url":"modules/pleroma_entities_urls.pleromaentity.html#account.__type.url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Account.__type"},{"id":34175,"kind":1024,"name":"avatar","url":"modules/pleroma_entities_urls.pleromaentity.html#account.__type.avatar","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Account.__type"},{"id":34176,"kind":1024,"name":"avatar_static","url":"modules/pleroma_entities_urls.pleromaentity.html#account.__type.avatar_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Account.__type"},{"id":34177,"kind":1024,"name":"header","url":"modules/pleroma_entities_urls.pleromaentity.html#account.__type.header","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Account.__type"},{"id":34178,"kind":1024,"name":"header_static","url":"modules/pleroma_entities_urls.pleromaentity.html#account.__type.header_static","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Account.__type"},{"id":34179,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_urls.pleromaentity.html#account.__type.emojis","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Account.__type"},{"id":34180,"kind":1024,"name":"moved","url":"modules/pleroma_entities_urls.pleromaentity.html#account.__type.moved","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Account.__type"},{"id":34181,"kind":1024,"name":"fields","url":"modules/pleroma_entities_urls.pleromaentity.html#account.__type.fields","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Account.__type"},{"id":34182,"kind":1024,"name":"bot","url":"modules/pleroma_entities_urls.pleromaentity.html#account.__type.bot","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Account.__type"},{"id":34183,"kind":1024,"name":"source","url":"modules/pleroma_entities_urls.pleromaentity.html#account.__type.source","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Account.__type"},{"id":34184,"kind":4194304,"name":"Activity","url":"modules/pleroma_entities_urls.pleromaentity.html#activity","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34185,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#activity.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Activity"},{"id":34186,"kind":1024,"name":"week","url":"modules/pleroma_entities_urls.pleromaentity.html#activity.__type-1.week","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Activity.__type"},{"id":34187,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_urls.pleromaentity.html#activity.__type-1.statuses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Activity.__type"},{"id":34188,"kind":1024,"name":"logins","url":"modules/pleroma_entities_urls.pleromaentity.html#activity.__type-1.logins","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Activity.__type"},{"id":34189,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_urls.pleromaentity.html#activity.__type-1.registrations","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Activity.__type"},{"id":34190,"kind":4194304,"name":"Application","url":"modules/pleroma_entities_urls.pleromaentity.html#application","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34191,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#application.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Application"},{"id":34192,"kind":1024,"name":"name","url":"modules/pleroma_entities_urls.pleromaentity.html#application.__type-2.name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Application.__type"},{"id":34193,"kind":1024,"name":"website","url":"modules/pleroma_entities_urls.pleromaentity.html#application.__type-2.website","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Application.__type"},{"id":34194,"kind":1024,"name":"vapid_key","url":"modules/pleroma_entities_urls.pleromaentity.html#application.__type-2.vapid_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Application.__type"},{"id":34195,"kind":4194304,"name":"Attachment","url":"modules/pleroma_entities_urls.pleromaentity.html#attachment","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34196,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#attachment.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Attachment"},{"id":34197,"kind":1024,"name":"id","url":"modules/pleroma_entities_urls.pleromaentity.html#attachment.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Attachment.__type"},{"id":34198,"kind":1024,"name":"type","url":"modules/pleroma_entities_urls.pleromaentity.html#attachment.__type-3.type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Attachment.__type"},{"id":34199,"kind":1024,"name":"url","url":"modules/pleroma_entities_urls.pleromaentity.html#attachment.__type-3.url-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Attachment.__type"},{"id":34200,"kind":1024,"name":"remote_url","url":"modules/pleroma_entities_urls.pleromaentity.html#attachment.__type-3.remote_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Attachment.__type"},{"id":34201,"kind":1024,"name":"preview_url","url":"modules/pleroma_entities_urls.pleromaentity.html#attachment.__type-3.preview_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Attachment.__type"},{"id":34202,"kind":1024,"name":"text_url","url":"modules/pleroma_entities_urls.pleromaentity.html#attachment.__type-3.text_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Attachment.__type"},{"id":34203,"kind":1024,"name":"meta","url":"modules/pleroma_entities_urls.pleromaentity.html#attachment.__type-3.meta","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Attachment.__type"},{"id":34204,"kind":1024,"name":"description","url":"modules/pleroma_entities_urls.pleromaentity.html#attachment.__type-3.description","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Attachment.__type"},{"id":34205,"kind":4194304,"name":"Card","url":"modules/pleroma_entities_urls.pleromaentity.html#card","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34206,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#card.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Card"},{"id":34207,"kind":1024,"name":"url","url":"modules/pleroma_entities_urls.pleromaentity.html#card.__type-4.url-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Card.__type"},{"id":34208,"kind":1024,"name":"title","url":"modules/pleroma_entities_urls.pleromaentity.html#card.__type-4.title","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Card.__type"},{"id":34209,"kind":1024,"name":"description","url":"modules/pleroma_entities_urls.pleromaentity.html#card.__type-4.description-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Card.__type"},{"id":34210,"kind":1024,"name":"type","url":"modules/pleroma_entities_urls.pleromaentity.html#card.__type-4.type-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Card.__type"},{"id":34211,"kind":1024,"name":"image","url":"modules/pleroma_entities_urls.pleromaentity.html#card.__type-4.image","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Card.__type"},{"id":34212,"kind":1024,"name":"author_name","url":"modules/pleroma_entities_urls.pleromaentity.html#card.__type-4.author_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Card.__type"},{"id":34213,"kind":1024,"name":"author_url","url":"modules/pleroma_entities_urls.pleromaentity.html#card.__type-4.author_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Card.__type"},{"id":34214,"kind":1024,"name":"provider_name","url":"modules/pleroma_entities_urls.pleromaentity.html#card.__type-4.provider_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Card.__type"},{"id":34215,"kind":1024,"name":"provider_url","url":"modules/pleroma_entities_urls.pleromaentity.html#card.__type-4.provider_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Card.__type"},{"id":34216,"kind":1024,"name":"html","url":"modules/pleroma_entities_urls.pleromaentity.html#card.__type-4.html","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Card.__type"},{"id":34217,"kind":1024,"name":"width","url":"modules/pleroma_entities_urls.pleromaentity.html#card.__type-4.width","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Card.__type"},{"id":34218,"kind":1024,"name":"height","url":"modules/pleroma_entities_urls.pleromaentity.html#card.__type-4.height","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Card.__type"},{"id":34219,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_urls.pleromaentity.html#card.__type-4.pleroma","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Card.__type"},{"id":34220,"kind":4194304,"name":"Mention","url":"modules/pleroma_entities_urls.pleromaentity.html#mention","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34221,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#mention.__type-18","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Mention"},{"id":34222,"kind":1024,"name":"id","url":"modules/pleroma_entities_urls.pleromaentity.html#mention.__type-18.id-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Mention.__type"},{"id":34223,"kind":1024,"name":"username","url":"modules/pleroma_entities_urls.pleromaentity.html#mention.__type-18.username-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Mention.__type"},{"id":34224,"kind":1024,"name":"url","url":"modules/pleroma_entities_urls.pleromaentity.html#mention.__type-18.url-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Mention.__type"},{"id":34225,"kind":1024,"name":"acct","url":"modules/pleroma_entities_urls.pleromaentity.html#mention.__type-18.acct-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Mention.__type"},{"id":34226,"kind":4194304,"name":"History","url":"modules/pleroma_entities_urls.pleromaentity.html#history","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34227,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#history.__type-11","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.History"},{"id":34228,"kind":1024,"name":"day","url":"modules/pleroma_entities_urls.pleromaentity.html#history.__type-11.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.History.__type"},{"id":34229,"kind":1024,"name":"uses","url":"modules/pleroma_entities_urls.pleromaentity.html#history.__type-11.uses","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.History.__type"},{"id":34230,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_urls.pleromaentity.html#history.__type-11.accounts-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.History.__type"},{"id":34231,"kind":4194304,"name":"Tag","url":"modules/pleroma_entities_urls.pleromaentity.html#tag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34232,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#tag.__type-36","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Tag"},{"id":34233,"kind":1024,"name":"name","url":"modules/pleroma_entities_urls.pleromaentity.html#tag.__type-36.name-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Tag.__type"},{"id":34234,"kind":1024,"name":"url","url":"modules/pleroma_entities_urls.pleromaentity.html#tag.__type-36.url-6","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Tag.__type"},{"id":34235,"kind":1024,"name":"history","url":"modules/pleroma_entities_urls.pleromaentity.html#tag.__type-36.history-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Tag.__type"},{"id":34236,"kind":4194304,"name":"PollOption","url":"modules/pleroma_entities_urls.pleromaentity.html#polloption","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34237,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#polloption.__type-21","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.PollOption"},{"id":34238,"kind":1024,"name":"title","url":"modules/pleroma_entities_urls.pleromaentity.html#polloption.__type-21.title-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.PollOption.__type"},{"id":34239,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_urls.pleromaentity.html#polloption.__type-21.votes_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.PollOption.__type"},{"id":34240,"kind":4194304,"name":"Poll","url":"modules/pleroma_entities_urls.pleromaentity.html#poll","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34241,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#poll.__type-20","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Poll"},{"id":34242,"kind":1024,"name":"id","url":"modules/pleroma_entities_urls.pleromaentity.html#poll.__type-20.id-8","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Poll.__type"},{"id":34243,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_urls.pleromaentity.html#poll.__type-20.expires_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Poll.__type"},{"id":34244,"kind":1024,"name":"expired","url":"modules/pleroma_entities_urls.pleromaentity.html#poll.__type-20.expired","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Poll.__type"},{"id":34245,"kind":1024,"name":"multiple","url":"modules/pleroma_entities_urls.pleromaentity.html#poll.__type-20.multiple","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Poll.__type"},{"id":34246,"kind":1024,"name":"votes_count","url":"modules/pleroma_entities_urls.pleromaentity.html#poll.__type-20.votes_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Poll.__type"},{"id":34247,"kind":1024,"name":"options","url":"modules/pleroma_entities_urls.pleromaentity.html#poll.__type-20.options","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Poll.__type"},{"id":34248,"kind":1024,"name":"voted","url":"modules/pleroma_entities_urls.pleromaentity.html#poll.__type-20.voted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Poll.__type"},{"id":34249,"kind":4194304,"name":"Reaction","url":"modules/pleroma_entities_urls.pleromaentity.html#reaction","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34250,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#reaction.__type-24","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Reaction"},{"id":34251,"kind":1024,"name":"count","url":"modules/pleroma_entities_urls.pleromaentity.html#reaction.__type-24.count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Reaction.__type"},{"id":34252,"kind":1024,"name":"me","url":"modules/pleroma_entities_urls.pleromaentity.html#reaction.__type-24.me","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Reaction.__type"},{"id":34253,"kind":1024,"name":"name","url":"modules/pleroma_entities_urls.pleromaentity.html#reaction.__type-24.name-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Reaction.__type"},{"id":34254,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_urls.pleromaentity.html#reaction.__type-24.accounts-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Reaction.__type"},{"id":34255,"kind":4194304,"name":"Status","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34256,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Status"},{"id":34257,"kind":1024,"name":"id","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.id-13","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34258,"kind":1024,"name":"uri","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.uri-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34259,"kind":1024,"name":"url","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.url-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34260,"kind":1024,"name":"account","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.account-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34261,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.in_reply_to_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34262,"kind":1024,"name":"in_reply_to_account_id","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.in_reply_to_account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34263,"kind":1024,"name":"reblog","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.reblog","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34264,"kind":1024,"name":"content","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.content","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34265,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.created_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34266,"kind":1024,"name":"emojis","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.emojis-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34267,"kind":1024,"name":"replies_count","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.replies_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34268,"kind":1024,"name":"reblogs_count","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.reblogs_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34269,"kind":1024,"name":"favourites_count","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.favourites_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34270,"kind":1024,"name":"reblogged","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.reblogged","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34271,"kind":1024,"name":"favourited","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.favourited","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34272,"kind":1024,"name":"muted","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34273,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.sensitive-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34274,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.spoiler_text-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34275,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34276,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.media_attachments-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34277,"kind":1024,"name":"mentions","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.mentions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34278,"kind":1024,"name":"tags","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.tags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34279,"kind":1024,"name":"card","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.card-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34280,"kind":1024,"name":"poll","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.poll-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34281,"kind":1024,"name":"application","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.application-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34282,"kind":1024,"name":"language","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.language-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34283,"kind":1024,"name":"pinned","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.pinned","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34284,"kind":1024,"name":"bookmarked","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.bookmarked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34285,"kind":1024,"name":"pleroma","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.pleroma-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34286,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.__type-32","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type"},{"id":34287,"kind":1024,"name":"context","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.__type-32.context-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type.__type"},{"id":34288,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.__type-32.__type-33","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type.__type"},{"id":34289,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.__type-32.__type-33.text_plain","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type.__type.__type"},{"id":34290,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.__type-32.spoiler_text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type.__type"},{"id":34291,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.__type-32.__type-34","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type.__type"},{"id":34292,"kind":1024,"name":"text/plain","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.__type-32.__type-34.text_plain-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type.__type.__type"},{"id":34293,"kind":1024,"name":"conversation_id","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.__type-32.conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type.__type"},{"id":34294,"kind":1024,"name":"direct_conversation_id","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.__type-32.direct_conversation_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type.__type"},{"id":34295,"kind":1024,"name":"emoji_reactions","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.__type-32.emoji_reactions","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type.__type"},{"id":34296,"kind":1024,"name":"local","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.__type-32.local","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type.__type"},{"id":34297,"kind":1024,"name":"thread_muted","url":"modules/pleroma_entities_urls.pleromaentity.html#status-1.__type-31.__type-32.thread_muted","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Status.__type.__type"},{"id":34298,"kind":4194304,"name":"Context","url":"modules/pleroma_entities_urls.pleromaentity.html#context","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34299,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#context.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Context"},{"id":34300,"kind":1024,"name":"ancestors","url":"modules/pleroma_entities_urls.pleromaentity.html#context.__type-5.ancestors","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Context.__type"},{"id":34301,"kind":1024,"name":"descendants","url":"modules/pleroma_entities_urls.pleromaentity.html#context.__type-5.descendants","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Context.__type"},{"id":34302,"kind":4194304,"name":"Conversation","url":"modules/pleroma_entities_urls.pleromaentity.html#conversation","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34303,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#conversation.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Conversation"},{"id":34304,"kind":1024,"name":"id","url":"modules/pleroma_entities_urls.pleromaentity.html#conversation.__type-6.id-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Conversation.__type"},{"id":34305,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_urls.pleromaentity.html#conversation.__type-6.accounts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Conversation.__type"},{"id":34306,"kind":1024,"name":"last_status","url":"modules/pleroma_entities_urls.pleromaentity.html#conversation.__type-6.last_status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Conversation.__type"},{"id":34307,"kind":1024,"name":"unread","url":"modules/pleroma_entities_urls.pleromaentity.html#conversation.__type-6.unread","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Conversation.__type"},{"id":34308,"kind":4194304,"name":"FeaturedTag","url":"modules/pleroma_entities_urls.pleromaentity.html#featuredtag","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34309,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#featuredtag.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.FeaturedTag"},{"id":34310,"kind":1024,"name":"id","url":"modules/pleroma_entities_urls.pleromaentity.html#featuredtag.__type-8.id-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.FeaturedTag.__type"},{"id":34311,"kind":1024,"name":"name","url":"modules/pleroma_entities_urls.pleromaentity.html#featuredtag.__type-8.name-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.FeaturedTag.__type"},{"id":34312,"kind":1024,"name":"statuses_count","url":"modules/pleroma_entities_urls.pleromaentity.html#featuredtag.__type-8.statuses_count-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.FeaturedTag.__type"},{"id":34313,"kind":1024,"name":"last_status_at","url":"modules/pleroma_entities_urls.pleromaentity.html#featuredtag.__type-8.last_status_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.FeaturedTag.__type"},{"id":34314,"kind":4194304,"name":"Field","url":"modules/pleroma_entities_urls.pleromaentity.html#field","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34315,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#field.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Field"},{"id":34316,"kind":1024,"name":"name","url":"modules/pleroma_entities_urls.pleromaentity.html#field.__type-9.name-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Field.__type"},{"id":34317,"kind":1024,"name":"value","url":"modules/pleroma_entities_urls.pleromaentity.html#field.__type-9.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Field.__type"},{"id":34318,"kind":1024,"name":"verified_at","url":"modules/pleroma_entities_urls.pleromaentity.html#field.__type-9.verified_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Field.__type"},{"id":34319,"kind":4194304,"name":"Filter","url":"modules/pleroma_entities_urls.pleromaentity.html#filter","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34320,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#filter.__type-10","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Filter"},{"id":34321,"kind":1024,"name":"id","url":"modules/pleroma_entities_urls.pleromaentity.html#filter.__type-10.id-4","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Filter.__type"},{"id":34322,"kind":1024,"name":"phrase","url":"modules/pleroma_entities_urls.pleromaentity.html#filter.__type-10.phrase","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Filter.__type"},{"id":34323,"kind":1024,"name":"context","url":"modules/pleroma_entities_urls.pleromaentity.html#filter.__type-10.context-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Filter.__type"},{"id":34324,"kind":1024,"name":"expires_at","url":"modules/pleroma_entities_urls.pleromaentity.html#filter.__type-10.expires_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Filter.__type"},{"id":34325,"kind":1024,"name":"irreversible","url":"modules/pleroma_entities_urls.pleromaentity.html#filter.__type-10.irreversible","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Filter.__type"},{"id":34326,"kind":1024,"name":"whole_word","url":"modules/pleroma_entities_urls.pleromaentity.html#filter.__type-10.whole_word","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Filter.__type"},{"id":34327,"kind":4194304,"name":"IdentityProof","url":"modules/pleroma_entities_urls.pleromaentity.html#identityproof","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34328,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#identityproof.__type-12","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.IdentityProof"},{"id":34329,"kind":1024,"name":"provider","url":"modules/pleroma_entities_urls.pleromaentity.html#identityproof.__type-12.provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.IdentityProof.__type"},{"id":34330,"kind":1024,"name":"provider_username","url":"modules/pleroma_entities_urls.pleromaentity.html#identityproof.__type-12.provider_username","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.IdentityProof.__type"},{"id":34331,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_urls.pleromaentity.html#identityproof.__type-12.updated_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.IdentityProof.__type"},{"id":34332,"kind":1024,"name":"proof_url","url":"modules/pleroma_entities_urls.pleromaentity.html#identityproof.__type-12.proof_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.IdentityProof.__type"},{"id":34333,"kind":1024,"name":"profile_url","url":"modules/pleroma_entities_urls.pleromaentity.html#identityproof.__type-12.profile_url","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.IdentityProof.__type"},{"id":34334,"kind":4194304,"name":"URLs","url":"modules/pleroma_entities_urls.pleromaentity.html#urls-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34335,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#urls-1.__type-38","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.URLs"},{"id":34336,"kind":1024,"name":"streaming_api","url":"modules/pleroma_entities_urls.pleromaentity.html#urls-1.__type-38.streaming_api","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.URLs.__type"},{"id":34337,"kind":4194304,"name":"Stats","url":"modules/pleroma_entities_urls.pleromaentity.html#stats-1","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34338,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#stats-1.__type-30","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Stats"},{"id":34339,"kind":1024,"name":"user_count","url":"modules/pleroma_entities_urls.pleromaentity.html#stats-1.__type-30.user_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Stats.__type"},{"id":34340,"kind":1024,"name":"status_count","url":"modules/pleroma_entities_urls.pleromaentity.html#stats-1.__type-30.status_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Stats.__type"},{"id":34341,"kind":1024,"name":"domain_count","url":"modules/pleroma_entities_urls.pleromaentity.html#stats-1.__type-30.domain_count","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Stats.__type"},{"id":34342,"kind":4194304,"name":"Instance","url":"modules/pleroma_entities_urls.pleromaentity.html#instance","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34343,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#instance.__type-13","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Instance"},{"id":34344,"kind":1024,"name":"uri","url":"modules/pleroma_entities_urls.pleromaentity.html#instance.__type-13.uri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Instance.__type"},{"id":34345,"kind":1024,"name":"title","url":"modules/pleroma_entities_urls.pleromaentity.html#instance.__type-13.title-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Instance.__type"},{"id":34346,"kind":1024,"name":"description","url":"modules/pleroma_entities_urls.pleromaentity.html#instance.__type-13.description-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Instance.__type"},{"id":34347,"kind":1024,"name":"email","url":"modules/pleroma_entities_urls.pleromaentity.html#instance.__type-13.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Instance.__type"},{"id":34348,"kind":1024,"name":"version","url":"modules/pleroma_entities_urls.pleromaentity.html#instance.__type-13.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Instance.__type"},{"id":34349,"kind":1024,"name":"thumbnail","url":"modules/pleroma_entities_urls.pleromaentity.html#instance.__type-13.thumbnail","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Instance.__type"},{"id":34350,"kind":1024,"name":"urls","url":"modules/pleroma_entities_urls.pleromaentity.html#instance.__type-13.urls","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Instance.__type"},{"id":34351,"kind":1024,"name":"stats","url":"modules/pleroma_entities_urls.pleromaentity.html#instance.__type-13.stats","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Instance.__type"},{"id":34352,"kind":1024,"name":"languages","url":"modules/pleroma_entities_urls.pleromaentity.html#instance.__type-13.languages","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Instance.__type"},{"id":34353,"kind":1024,"name":"contact_account","url":"modules/pleroma_entities_urls.pleromaentity.html#instance.__type-13.contact_account","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Instance.__type"},{"id":34354,"kind":1024,"name":"max_toot_chars","url":"modules/pleroma_entities_urls.pleromaentity.html#instance.__type-13.max_toot_chars","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Instance.__type"},{"id":34355,"kind":1024,"name":"registrations","url":"modules/pleroma_entities_urls.pleromaentity.html#instance.__type-13.registrations-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Instance.__type"},{"id":34356,"kind":4194304,"name":"List","url":"modules/pleroma_entities_urls.pleromaentity.html#list","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34357,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#list.__type-14","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.List"},{"id":34358,"kind":1024,"name":"id","url":"modules/pleroma_entities_urls.pleromaentity.html#list.__type-14.id-5","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.List.__type"},{"id":34359,"kind":1024,"name":"title","url":"modules/pleroma_entities_urls.pleromaentity.html#list.__type-14.title-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.List.__type"},{"id":34360,"kind":4194304,"name":"Marker","url":"modules/pleroma_entities_urls.pleromaentity.html#marker","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34361,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#marker.__type-15","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Marker"},{"id":34362,"kind":1024,"name":"home","url":"modules/pleroma_entities_urls.pleromaentity.html#marker.__type-15.home","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Marker.__type"},{"id":34363,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#marker.__type-15.__type-16","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Marker.__type"},{"id":34364,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_urls.pleromaentity.html#marker.__type-15.__type-16.last_read_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Marker.__type.__type"},{"id":34365,"kind":1024,"name":"version","url":"modules/pleroma_entities_urls.pleromaentity.html#marker.__type-15.__type-16.version-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Marker.__type.__type"},{"id":34366,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_urls.pleromaentity.html#marker.__type-15.__type-16.updated_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Marker.__type.__type"},{"id":34367,"kind":1024,"name":"notifications","url":"modules/pleroma_entities_urls.pleromaentity.html#marker.__type-15.notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Marker.__type"},{"id":34368,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#marker.__type-15.__type-17","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Marker.__type"},{"id":34369,"kind":1024,"name":"last_read_id","url":"modules/pleroma_entities_urls.pleromaentity.html#marker.__type-15.__type-17.last_read_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Marker.__type.__type"},{"id":34370,"kind":1024,"name":"version","url":"modules/pleroma_entities_urls.pleromaentity.html#marker.__type-15.__type-17.version-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Marker.__type.__type"},{"id":34371,"kind":1024,"name":"updated_at","url":"modules/pleroma_entities_urls.pleromaentity.html#marker.__type-15.__type-17.updated_at-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Marker.__type.__type"},{"id":34372,"kind":4194304,"name":"Notification","url":"modules/pleroma_entities_urls.pleromaentity.html#notification","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34373,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#notification.__type-19","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Notification"},{"id":34374,"kind":1024,"name":"account","url":"modules/pleroma_entities_urls.pleromaentity.html#notification.__type-19.account-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Notification.__type"},{"id":34375,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_urls.pleromaentity.html#notification.__type-19.created_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Notification.__type"},{"id":34376,"kind":1024,"name":"id","url":"modules/pleroma_entities_urls.pleromaentity.html#notification.__type-19.id-7","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Notification.__type"},{"id":34377,"kind":1024,"name":"status","url":"modules/pleroma_entities_urls.pleromaentity.html#notification.__type-19.status","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Notification.__type"},{"id":34378,"kind":1024,"name":"emoji","url":"modules/pleroma_entities_urls.pleromaentity.html#notification.__type-19.emoji-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Notification.__type"},{"id":34379,"kind":1024,"name":"type","url":"modules/pleroma_entities_urls.pleromaentity.html#notification.__type-19.type-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Notification.__type"},{"id":34380,"kind":4194304,"name":"NotificationType","url":"modules/pleroma_entities_urls.pleromaentity.html#notificationtype","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34381,"kind":4194304,"name":"Preferences","url":"modules/pleroma_entities_urls.pleromaentity.html#preferences","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34382,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#preferences.__type-22","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Preferences"},{"id":34383,"kind":1024,"name":"posting:default:visibility","url":"modules/pleroma_entities_urls.pleromaentity.html#preferences.__type-22.posting_default_visibility","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Preferences.__type"},{"id":34384,"kind":1024,"name":"posting:default:sensitive","url":"modules/pleroma_entities_urls.pleromaentity.html#preferences.__type-22.posting_default_sensitive","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Preferences.__type"},{"id":34385,"kind":1024,"name":"posting:default:language","url":"modules/pleroma_entities_urls.pleromaentity.html#preferences.__type-22.posting_default_language","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Preferences.__type"},{"id":34386,"kind":1024,"name":"reading:expand:media","url":"modules/pleroma_entities_urls.pleromaentity.html#preferences.__type-22.reading_expand_media","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Preferences.__type"},{"id":34387,"kind":1024,"name":"reading:expand:spoilers","url":"modules/pleroma_entities_urls.pleromaentity.html#preferences.__type-22.reading_expand_spoilers","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Preferences.__type"},{"id":34388,"kind":4194304,"name":"PushSubscription","url":"modules/pleroma_entities_urls.pleromaentity.html#pushsubscription","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34389,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#pushsubscription.__type-23","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.PushSubscription"},{"id":34390,"kind":1024,"name":"id","url":"modules/pleroma_entities_urls.pleromaentity.html#pushsubscription.__type-23.id-9","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.PushSubscription.__type"},{"id":34391,"kind":1024,"name":"endpoint","url":"modules/pleroma_entities_urls.pleromaentity.html#pushsubscription.__type-23.endpoint","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.PushSubscription.__type"},{"id":34392,"kind":1024,"name":"server_key","url":"modules/pleroma_entities_urls.pleromaentity.html#pushsubscription.__type-23.server_key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.PushSubscription.__type"},{"id":34393,"kind":1024,"name":"alerts","url":"modules/pleroma_entities_urls.pleromaentity.html#pushsubscription.__type-23.alerts","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.PushSubscription.__type"},{"id":34394,"kind":4194304,"name":"Relationship","url":"modules/pleroma_entities_urls.pleromaentity.html#relationship","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34395,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#relationship.__type-25","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Relationship"},{"id":34396,"kind":1024,"name":"id","url":"modules/pleroma_entities_urls.pleromaentity.html#relationship.__type-25.id-10","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Relationship.__type"},{"id":34397,"kind":1024,"name":"following","url":"modules/pleroma_entities_urls.pleromaentity.html#relationship.__type-25.following","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Relationship.__type"},{"id":34398,"kind":1024,"name":"followed_by","url":"modules/pleroma_entities_urls.pleromaentity.html#relationship.__type-25.followed_by","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Relationship.__type"},{"id":34399,"kind":1024,"name":"blocking","url":"modules/pleroma_entities_urls.pleromaentity.html#relationship.__type-25.blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Relationship.__type"},{"id":34400,"kind":1024,"name":"muting","url":"modules/pleroma_entities_urls.pleromaentity.html#relationship.__type-25.muting","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Relationship.__type"},{"id":34401,"kind":1024,"name":"muting_notifications","url":"modules/pleroma_entities_urls.pleromaentity.html#relationship.__type-25.muting_notifications","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Relationship.__type"},{"id":34402,"kind":1024,"name":"requested","url":"modules/pleroma_entities_urls.pleromaentity.html#relationship.__type-25.requested","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Relationship.__type"},{"id":34403,"kind":1024,"name":"domain_blocking","url":"modules/pleroma_entities_urls.pleromaentity.html#relationship.__type-25.domain_blocking","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Relationship.__type"},{"id":34404,"kind":1024,"name":"showing_reblogs","url":"modules/pleroma_entities_urls.pleromaentity.html#relationship.__type-25.showing_reblogs","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Relationship.__type"},{"id":34405,"kind":1024,"name":"endorsed","url":"modules/pleroma_entities_urls.pleromaentity.html#relationship.__type-25.endorsed","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Relationship.__type"},{"id":34406,"kind":4194304,"name":"Report","url":"modules/pleroma_entities_urls.pleromaentity.html#report","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34407,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#report.__type-26","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Report"},{"id":34408,"kind":1024,"name":"id","url":"modules/pleroma_entities_urls.pleromaentity.html#report.__type-26.id-11","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Report.__type"},{"id":34409,"kind":1024,"name":"action_taken","url":"modules/pleroma_entities_urls.pleromaentity.html#report.__type-26.action_taken","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Report.__type"},{"id":34410,"kind":1024,"name":"comment","url":"modules/pleroma_entities_urls.pleromaentity.html#report.__type-26.comment","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Report.__type"},{"id":34411,"kind":1024,"name":"account_id","url":"modules/pleroma_entities_urls.pleromaentity.html#report.__type-26.account_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Report.__type"},{"id":34412,"kind":1024,"name":"status_ids","url":"modules/pleroma_entities_urls.pleromaentity.html#report.__type-26.status_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Report.__type"},{"id":34413,"kind":4194304,"name":"Results","url":"modules/pleroma_entities_urls.pleromaentity.html#results","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34414,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#results.__type-27","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Results"},{"id":34415,"kind":1024,"name":"accounts","url":"modules/pleroma_entities_urls.pleromaentity.html#results.__type-27.accounts-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Results.__type"},{"id":34416,"kind":1024,"name":"statuses","url":"modules/pleroma_entities_urls.pleromaentity.html#results.__type-27.statuses-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Results.__type"},{"id":34417,"kind":1024,"name":"hashtags","url":"modules/pleroma_entities_urls.pleromaentity.html#results.__type-27.hashtags","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Results.__type"},{"id":34418,"kind":4194304,"name":"ScheduledStatus","url":"modules/pleroma_entities_urls.pleromaentity.html#scheduledstatus","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34419,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#scheduledstatus.__type-28","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.ScheduledStatus"},{"id":34420,"kind":1024,"name":"id","url":"modules/pleroma_entities_urls.pleromaentity.html#scheduledstatus.__type-28.id-12","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.ScheduledStatus.__type"},{"id":34421,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_urls.pleromaentity.html#scheduledstatus.__type-28.scheduled_at","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.ScheduledStatus.__type"},{"id":34422,"kind":1024,"name":"params","url":"modules/pleroma_entities_urls.pleromaentity.html#scheduledstatus.__type-28.params","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.ScheduledStatus.__type"},{"id":34423,"kind":1024,"name":"media_attachments","url":"modules/pleroma_entities_urls.pleromaentity.html#scheduledstatus.__type-28.media_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.ScheduledStatus.__type"},{"id":34424,"kind":4194304,"name":"StatusParams","url":"modules/pleroma_entities_urls.pleromaentity.html#statusparams","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34425,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#statusparams.__type-35","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.StatusParams"},{"id":34426,"kind":1024,"name":"text","url":"modules/pleroma_entities_urls.pleromaentity.html#statusparams.__type-35.text","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.StatusParams.__type"},{"id":34427,"kind":1024,"name":"in_reply_to_id","url":"modules/pleroma_entities_urls.pleromaentity.html#statusparams.__type-35.in_reply_to_id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.StatusParams.__type"},{"id":34428,"kind":1024,"name":"media_ids","url":"modules/pleroma_entities_urls.pleromaentity.html#statusparams.__type-35.media_ids","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.StatusParams.__type"},{"id":34429,"kind":1024,"name":"sensitive","url":"modules/pleroma_entities_urls.pleromaentity.html#statusparams.__type-35.sensitive-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.StatusParams.__type"},{"id":34430,"kind":1024,"name":"spoiler_text","url":"modules/pleroma_entities_urls.pleromaentity.html#statusparams.__type-35.spoiler_text-2","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.StatusParams.__type"},{"id":34431,"kind":1024,"name":"visibility","url":"modules/pleroma_entities_urls.pleromaentity.html#statusparams.__type-35.visibility-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.StatusParams.__type"},{"id":34432,"kind":1024,"name":"scheduled_at","url":"modules/pleroma_entities_urls.pleromaentity.html#statusparams.__type-35.scheduled_at-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.StatusParams.__type"},{"id":34433,"kind":1024,"name":"application_id","url":"modules/pleroma_entities_urls.pleromaentity.html#statusparams.__type-35.application_id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.StatusParams.__type"},{"id":34434,"kind":4194304,"name":"Token","url":"modules/pleroma_entities_urls.pleromaentity.html#token","classes":"tsd-kind-type-alias tsd-parent-kind-namespace","parent":"pleroma/entities/urls.PleromaEntity"},{"id":34435,"kind":65536,"name":"__type","url":"modules/pleroma_entities_urls.pleromaentity.html#token.__type-37","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"pleroma/entities/urls.PleromaEntity.Token"},{"id":34436,"kind":1024,"name":"access_token","url":"modules/pleroma_entities_urls.pleromaentity.html#token.__type-37.access_token","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Token.__type"},{"id":34437,"kind":1024,"name":"token_type","url":"modules/pleroma_entities_urls.pleromaentity.html#token.__type-37.token_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Token.__type"},{"id":34438,"kind":1024,"name":"scope","url":"modules/pleroma_entities_urls.pleromaentity.html#token.__type-37.scope","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Token.__type"},{"id":34439,"kind":1024,"name":"created_at","url":"modules/pleroma_entities_urls.pleromaentity.html#token.__type-37.created_at-3","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"pleroma/entities/urls.PleromaEntity.Token.__type"},{"id":34440,"kind":16777216,"name":"default","url":"modules/pleroma_entity.html#default","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"pleroma/entity"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,100.416]],["parent/0",[]],["name/1",[1,79.213]],["parent/1",[]],["name/2",[2,95.307]],["parent/2",[1,7.907]],["name/3",[3,73.79]],["parent/3",[4,9.514]],["name/4",[5,91.943]],["parent/4",[4,9.514]],["name/5",[5,91.943]],["parent/5",[1,7.907]],["name/6",[6,71.328]],["parent/6",[]],["name/7",[7,91.943]],["parent/7",[6,7.12]],["name/8",[8,89.43]],["parent/8",[6,7.12]],["name/9",[9,100.416]],["parent/9",[6,7.12]],["name/10",[10,95.307]],["parent/10",[]],["name/11",[11,95.307]],["parent/11",[]],["name/12",[12,95.307]],["parent/12",[]],["name/13",[13,95.307]],["parent/13",[]],["name/14",[14,95.307]],["parent/14",[]],["name/15",[15,95.307]],["parent/15",[]],["name/16",[16,95.307]],["parent/16",[]],["name/17",[17,95.307]],["parent/17",[]],["name/18",[18,95.307]],["parent/18",[]],["name/19",[19,95.307]],["parent/19",[]],["name/20",[20,95.307]],["parent/20",[]],["name/21",[21,95.307]],["parent/21",[]],["name/22",[22,95.307]],["parent/22",[]],["name/23",[23,95.307]],["parent/23",[]],["name/24",[24,95.307]],["parent/24",[]],["name/25",[25,95.307]],["parent/25",[]],["name/26",[26,95.307]],["parent/26",[]],["name/27",[27,95.307]],["parent/27",[]],["name/28",[28,95.307]],["parent/28",[]],["name/29",[29,95.307]],["parent/29",[]],["name/30",[30,95.307]],["parent/30",[]],["name/31",[31,95.307]],["parent/31",[]],["name/32",[32,95.307]],["parent/32",[]],["name/33",[33,95.307]],["parent/33",[]],["name/34",[34,95.307]],["parent/34",[]],["name/35",[35,95.307]],["parent/35",[]],["name/36",[36,95.307]],["parent/36",[]],["name/37",[37,95.307]],["parent/37",[]],["name/38",[38,95.307]],["parent/38",[]],["name/39",[39,95.307]],["parent/39",[]],["name/40",[40,95.307]],["parent/40",[]],["name/41",[41,95.307]],["parent/41",[]],["name/42",[42,95.307]],["parent/42",[]],["name/43",[43,95.307]],["parent/43",[]],["name/44",[44,67.457]],["parent/44",[]],["name/45",[45,76.437]],["parent/45",[]],["name/46",[46,95.307]],["parent/46",[]],["name/47",[6,71.328]],["parent/47",[46,9.514]],["name/48",[47,91.943]],["parent/48",[48,8.927]],["name/49",[49,89.43]],["parent/49",[50,8.292]],["name/50",[51,89.43]],["parent/50",[50,8.292]],["name/51",[52,89.43]],["parent/51",[50,8.292]],["name/52",[53,87.423]],["parent/52",[50,8.292]],["name/53",[54,89.43]],["parent/53",[50,8.292]],["name/54",[1,79.213]],["parent/54",[50,8.292]],["name/55",[55,89.43]],["parent/55",[50,8.292]],["name/56",[56,87.423]],["parent/56",[50,8.292]],["name/57",[57,85.752]],["parent/57",[48,8.927]],["name/58",[8,89.43]],["parent/58",[58,7.571]],["name/59",[59,95.307]],["parent/59",[58,7.571]],["name/60",[7,91.943]],["parent/60",[58,7.571]],["name/61",[3,73.79]],["parent/61",[58,7.571]],["name/62",[60,71.328]],["parent/62",[58,7.571]],["name/63",[61,85.752]],["parent/63",[58,7.571]],["name/64",[62,91.943]],["parent/64",[58,7.571]],["name/65",[63,91.943]],["parent/65",[58,7.571]],["name/66",[64,80.957]],["parent/66",[58,7.571]],["name/67",[49,89.43]],["parent/67",[58,7.571]],["name/68",[51,89.43]],["parent/68",[58,7.571]],["name/69",[52,89.43]],["parent/69",[58,7.571]],["name/70",[53,87.423]],["parent/70",[58,7.571]],["name/71",[54,89.43]],["parent/71",[58,7.571]],["name/72",[1,79.213]],["parent/72",[58,7.571]],["name/73",[55,89.43]],["parent/73",[58,7.571]],["name/74",[56,87.423]],["parent/74",[58,7.571]],["name/75",[44,67.457]],["parent/75",[48,8.927]],["name/76",[65,47.186]],["parent/76",[66,6.923]],["name/77",[67,57.883]],["parent/77",[66,6.923]],["name/78",[68,51.167]],["parent/78",[66,6.923]],["name/79",[69,57.883]],["parent/79",[66,6.923]],["name/80",[70,51.167]],["parent/80",[66,6.923]],["name/81",[71,49.643]],["parent/81",[66,6.923]],["name/82",[72,57.883]],["parent/82",[66,6.923]],["name/83",[73,51.562]],["parent/83",[66,6.923]],["name/84",[74,58.075]],["parent/84",[66,6.923]],["name/85",[75,57.883]],["parent/85",[66,6.923]],["name/86",[76,57.883]],["parent/86",[66,6.923]],["name/87",[77,51.167]],["parent/87",[66,6.923]],["name/88",[78,58.075]],["parent/88",[66,6.923]],["name/89",[79,57.883]],["parent/89",[66,6.923]],["name/90",[80,55.757]],["parent/90",[66,6.923]],["name/91",[81,57.883]],["parent/91",[66,6.923]],["name/92",[82,57.511]],["parent/92",[66,6.923]],["name/93",[83,55.604]],["parent/93",[66,6.923]],["name/94",[84,48.96]],["parent/94",[66,6.923]],["name/95",[85,57.978]],["parent/95",[66,6.923]],["name/96",[86,57.883]],["parent/96",[66,6.923]],["name/97",[87,58.075]],["parent/97",[66,6.923]],["name/98",[88,57.883]],["parent/98",[66,6.923]],["name/99",[89,57.511]],["parent/99",[66,6.923]],["name/100",[90,57.883]],["parent/100",[66,6.923]],["name/101",[91,58.075]],["parent/101",[66,6.923]],["name/102",[92,51.167]],["parent/102",[66,6.923]],["name/103",[93,50.025]],["parent/103",[66,6.923]],["name/104",[94,51.023]],["parent/104",[66,6.923]],["name/105",[95,58.075]],["parent/105",[66,6.923]],["name/106",[96,55.911]],["parent/106",[66,6.923]],["name/107",[97,55.911]],["parent/107",[66,6.923]],["name/108",[98,51.167]],["parent/108",[66,6.923]],["name/109",[99,91.943]],["parent/109",[48,8.927]],["name/110",[100,91.943]],["parent/110",[101,6.865]],["name/111",[102,91.943]],["parent/111",[101,6.865]],["name/112",[65,47.186]],["parent/112",[101,6.865]],["name/113",[67,57.883]],["parent/113",[101,6.865]],["name/114",[68,51.167]],["parent/114",[101,6.865]],["name/115",[69,57.883]],["parent/115",[101,6.865]],["name/116",[70,51.167]],["parent/116",[101,6.865]],["name/117",[71,49.643]],["parent/117",[101,6.865]],["name/118",[72,57.883]],["parent/118",[101,6.865]],["name/119",[73,51.562]],["parent/119",[101,6.865]],["name/120",[103,95.307]],["parent/120",[101,6.865]],["name/121",[75,57.883]],["parent/121",[101,6.865]],["name/122",[76,57.883]],["parent/122",[101,6.865]],["name/123",[77,51.167]],["parent/123",[101,6.865]],["name/124",[104,95.307]],["parent/124",[101,6.865]],["name/125",[79,57.883]],["parent/125",[101,6.865]],["name/126",[80,55.757]],["parent/126",[101,6.865]],["name/127",[81,57.883]],["parent/127",[101,6.865]],["name/128",[82,57.511]],["parent/128",[101,6.865]],["name/129",[83,55.604]],["parent/129",[101,6.865]],["name/130",[84,48.96]],["parent/130",[101,6.865]],["name/131",[105,100.416]],["parent/131",[101,6.865]],["name/132",[86,57.883]],["parent/132",[101,6.865]],["name/133",[106,95.307]],["parent/133",[101,6.865]],["name/134",[88,57.883]],["parent/134",[101,6.865]],["name/135",[89,57.511]],["parent/135",[101,6.865]],["name/136",[90,57.883]],["parent/136",[101,6.865]],["name/137",[107,95.307]],["parent/137",[101,6.865]],["name/138",[92,51.167]],["parent/138",[101,6.865]],["name/139",[93,50.025]],["parent/139",[101,6.865]],["name/140",[94,51.023]],["parent/140",[101,6.865]],["name/141",[108,95.307]],["parent/141",[101,6.865]],["name/142",[96,55.911]],["parent/142",[101,6.865]],["name/143",[97,55.911]],["parent/143",[101,6.865]],["name/144",[98,51.167]],["parent/144",[101,6.865]],["name/145",[109,95.307]],["parent/145",[]],["name/146",[110,95.307]],["parent/146",[]],["name/147",[111,95.307]],["parent/147",[]],["name/148",[112,95.307]],["parent/148",[]],["name/149",[113,95.307]],["parent/149",[]],["name/150",[114,95.307]],["parent/150",[]],["name/151",[115,95.307]],["parent/151",[]],["name/152",[116,95.307]],["parent/152",[]],["name/153",[117,95.307]],["parent/153",[]],["name/154",[118,95.307]],["parent/154",[]],["name/155",[119,95.307]],["parent/155",[]],["name/156",[120,95.307]],["parent/156",[]],["name/157",[121,95.307]],["parent/157",[]],["name/158",[122,95.307]],["parent/158",[]],["name/159",[123,95.307]],["parent/159",[]],["name/160",[124,95.307]],["parent/160",[]],["name/161",[125,95.307]],["parent/161",[]],["name/162",[126,95.307]],["parent/162",[]],["name/163",[127,95.307]],["parent/163",[]],["name/164",[128,95.307]],["parent/164",[]],["name/165",[129,95.307]],["parent/165",[]],["name/166",[130,95.307]],["parent/166",[]],["name/167",[131,95.307]],["parent/167",[]],["name/168",[132,95.307]],["parent/168",[]],["name/169",[133,95.307]],["parent/169",[]],["name/170",[134,95.307]],["parent/170",[]],["name/171",[135,95.307]],["parent/171",[]],["name/172",[136,95.307]],["parent/172",[]],["name/173",[137,95.307]],["parent/173",[]],["name/174",[138,95.307]],["parent/174",[]],["name/175",[139,95.307]],["parent/175",[]],["name/176",[140,95.307]],["parent/176",[]],["name/177",[141,95.307]],["parent/177",[]],["name/178",[142,95.307]],["parent/178",[]],["name/179",[143,95.307]],["parent/179",[]],["name/180",[6,71.328]],["parent/180",[143,9.514]],["name/181",[82,57.511]],["parent/181",[144,8.417]],["name/182",[145,57.978]],["parent/182",[144,8.417]],["name/183",[146,91.943]],["parent/183",[144,8.417]],["name/184",[147,89.43]],["parent/184",[144,8.417]],["name/185",[84,48.96]],["parent/185",[144,8.417]],["name/186",[148,71.328]],["parent/186",[144,8.417]],["name/187",[94,51.023]],["parent/187",[144,8.417]],["name/188",[149,91.943]],["parent/188",[]],["name/189",[150,100.416]],["parent/189",[149,9.178]],["name/190",[3,73.79]],["parent/190",[151,9.178]],["name/191",[152,100.416]],["parent/191",[151,9.178]],["name/192",[153,95.307]],["parent/192",[151,9.178]],["name/193",[6,71.328]],["parent/193",[149,9.178]],["name/194",[3,73.79]],["parent/194",[154,7.571]],["name/195",[155,37.858]],["parent/195",[154,7.571]],["name/196",[156,87.423]],["parent/196",[154,7.571]],["name/197",[157,80.957]],["parent/197",[154,7.571]],["name/198",[64,80.957]],["parent/198",[154,7.571]],["name/199",[158,89.43]],["parent/199",[154,7.571]],["name/200",[159,89.43]],["parent/200",[154,7.571]],["name/201",[160,89.43]],["parent/201",[154,7.571]],["name/202",[161,89.43]],["parent/202",[154,7.571]],["name/203",[162,100.416]],["parent/203",[154,7.571]],["name/204",[163,85.752]],["parent/204",[154,7.571]],["name/205",[164,89.43]],["parent/205",[154,7.571]],["name/206",[165,89.43]],["parent/206",[154,7.571]],["name/207",[166,85.752]],["parent/207",[154,7.571]],["name/208",[167,89.43]],["parent/208",[154,7.571]],["name/209",[168,89.43]],["parent/209",[154,7.571]],["name/210",[169,89.43]],["parent/210",[154,7.571]],["name/211",[170,91.943]],["parent/211",[]],["name/212",[6,71.328]],["parent/212",[170,9.178]],["name/213",[3,73.79]],["parent/213",[171,7.084]],["name/214",[155,37.858]],["parent/214",[171,7.084]],["name/215",[55,89.43]],["parent/215",[171,7.084]],["name/216",[172,58.075]],["parent/216",[171,7.084]],["name/217",[157,80.957]],["parent/217",[171,7.084]],["name/218",[156,87.423]],["parent/218",[171,7.084]],["name/219",[173,20.78]],["parent/219",[171,7.084]],["name/220",[64,80.957]],["parent/220",[171,7.084]],["name/221",[174,91.943]],["parent/221",[171,7.084]],["name/222",[159,89.43]],["parent/222",[171,7.084]],["name/223",[160,89.43]],["parent/223",[171,7.084]],["name/224",[161,89.43]],["parent/224",[171,7.084]],["name/225",[158,89.43]],["parent/225",[171,7.084]],["name/226",[175,91.943]],["parent/226",[171,7.084]],["name/227",[176,91.943]],["parent/227",[171,7.084]],["name/228",[177,91.943]],["parent/228",[171,7.084]],["name/229",[178,91.943]],["parent/229",[171,7.084]],["name/230",[163,85.752]],["parent/230",[171,7.084]],["name/231",[179,91.943]],["parent/231",[171,7.084]],["name/232",[166,85.752]],["parent/232",[171,7.084]],["name/233",[167,89.43]],["parent/233",[171,7.084]],["name/234",[168,89.43]],["parent/234",[171,7.084]],["name/235",[165,89.43]],["parent/235",[171,7.084]],["name/236",[164,89.43]],["parent/236",[171,7.084]],["name/237",[180,91.943]],["parent/237",[171,7.084]],["name/238",[181,91.943]],["parent/238",[171,7.084]],["name/239",[169,89.43]],["parent/239",[171,7.084]],["name/240",[182,91.943]],["parent/240",[171,7.084]],["name/241",[157,80.957]],["parent/241",[170,9.178]],["name/242",[3,73.79]],["parent/242",[183,9.514]],["name/243",[184,89.43]],["parent/243",[183,9.514]],["name/244",[185,91.943]],["parent/244",[]],["name/245",[6,71.328]],["parent/245",[185,9.178]],["name/246",[3,73.79]],["parent/246",[186,5.566]],["name/247",[57,85.752]],["parent/247",[186,5.566]],["name/248",[61,85.752]],["parent/248",[186,5.566]],["name/249",[1,79.213]],["parent/249",[186,5.566]],["name/250",[187,89.43]],["parent/250",[186,5.566]],["name/251",[188,89.43]],["parent/251",[186,5.566]],["name/252",[189,95.307]],["parent/252",[186,5.566]],["name/253",[190,89.43]],["parent/253",[186,5.566]],["name/254",[191,89.43]],["parent/254",[186,5.566]],["name/255",[192,87.423]],["parent/255",[186,5.566]],["name/256",[193,89.43]],["parent/256",[186,5.566]],["name/257",[194,89.43]],["parent/257",[186,5.566]],["name/258",[195,89.43]],["parent/258",[186,5.566]],["name/259",[196,89.43]],["parent/259",[186,5.566]],["name/260",[197,89.43]],["parent/260",[186,5.566]],["name/261",[198,89.43]],["parent/261",[186,5.566]],["name/262",[199,89.43]],["parent/262",[186,5.566]],["name/263",[200,89.43]],["parent/263",[186,5.566]],["name/264",[201,89.43]],["parent/264",[186,5.566]],["name/265",[202,89.43]],["parent/265",[186,5.566]],["name/266",[203,89.43]],["parent/266",[186,5.566]],["name/267",[204,89.43]],["parent/267",[186,5.566]],["name/268",[205,89.43]],["parent/268",[186,5.566]],["name/269",[206,89.43]],["parent/269",[186,5.566]],["name/270",[207,89.43]],["parent/270",[186,5.566]],["name/271",[208,89.43]],["parent/271",[186,5.566]],["name/272",[209,89.43]],["parent/272",[186,5.566]],["name/273",[210,89.43]],["parent/273",[186,5.566]],["name/274",[211,89.43]],["parent/274",[186,5.566]],["name/275",[212,89.43]],["parent/275",[186,5.566]],["name/276",[213,89.43]],["parent/276",[186,5.566]],["name/277",[214,89.43]],["parent/277",[186,5.566]],["name/278",[215,89.43]],["parent/278",[186,5.566]],["name/279",[216,89.43]],["parent/279",[186,5.566]],["name/280",[217,89.43]],["parent/280",[186,5.566]],["name/281",[218,89.43]],["parent/281",[186,5.566]],["name/282",[219,89.43]],["parent/282",[186,5.566]],["name/283",[220,89.43]],["parent/283",[186,5.566]],["name/284",[221,89.43]],["parent/284",[186,5.566]],["name/285",[222,89.43]],["parent/285",[186,5.566]],["name/286",[223,89.43]],["parent/286",[186,5.566]],["name/287",[224,89.43]],["parent/287",[186,5.566]],["name/288",[225,89.43]],["parent/288",[186,5.566]],["name/289",[226,89.43]],["parent/289",[186,5.566]],["name/290",[227,89.43]],["parent/290",[186,5.566]],["name/291",[228,89.43]],["parent/291",[186,5.566]],["name/292",[89,57.511]],["parent/292",[186,5.566]],["name/293",[229,89.43]],["parent/293",[186,5.566]],["name/294",[230,89.43]],["parent/294",[186,5.566]],["name/295",[231,89.43]],["parent/295",[186,5.566]],["name/296",[232,89.43]],["parent/296",[186,5.566]],["name/297",[233,89.43]],["parent/297",[186,5.566]],["name/298",[234,89.43]],["parent/298",[186,5.566]],["name/299",[235,89.43]],["parent/299",[186,5.566]],["name/300",[236,89.43]],["parent/300",[186,5.566]],["name/301",[237,89.43]],["parent/301",[186,5.566]],["name/302",[238,89.43]],["parent/302",[186,5.566]],["name/303",[239,89.43]],["parent/303",[186,5.566]],["name/304",[240,89.43]],["parent/304",[186,5.566]],["name/305",[241,89.43]],["parent/305",[186,5.566]],["name/306",[242,89.43]],["parent/306",[186,5.566]],["name/307",[243,89.43]],["parent/307",[186,5.566]],["name/308",[244,89.43]],["parent/308",[186,5.566]],["name/309",[245,89.43]],["parent/309",[186,5.566]],["name/310",[246,89.43]],["parent/310",[186,5.566]],["name/311",[247,89.43]],["parent/311",[186,5.566]],["name/312",[248,89.43]],["parent/312",[186,5.566]],["name/313",[249,89.43]],["parent/313",[186,5.566]],["name/314",[250,89.43]],["parent/314",[186,5.566]],["name/315",[251,89.43]],["parent/315",[186,5.566]],["name/316",[252,89.43]],["parent/316",[186,5.566]],["name/317",[253,89.43]],["parent/317",[186,5.566]],["name/318",[254,89.43]],["parent/318",[186,5.566]],["name/319",[255,89.43]],["parent/319",[186,5.566]],["name/320",[256,89.43]],["parent/320",[186,5.566]],["name/321",[257,89.43]],["parent/321",[186,5.566]],["name/322",[258,89.43]],["parent/322",[186,5.566]],["name/323",[259,89.43]],["parent/323",[186,5.566]],["name/324",[260,89.43]],["parent/324",[186,5.566]],["name/325",[261,89.43]],["parent/325",[186,5.566]],["name/326",[262,89.43]],["parent/326",[186,5.566]],["name/327",[263,89.43]],["parent/327",[186,5.566]],["name/328",[264,89.43]],["parent/328",[186,5.566]],["name/329",[265,89.43]],["parent/329",[186,5.566]],["name/330",[266,89.43]],["parent/330",[186,5.566]],["name/331",[267,89.43]],["parent/331",[186,5.566]],["name/332",[268,89.43]],["parent/332",[186,5.566]],["name/333",[269,89.43]],["parent/333",[186,5.566]],["name/334",[270,89.43]],["parent/334",[186,5.566]],["name/335",[271,89.43]],["parent/335",[186,5.566]],["name/336",[272,89.43]],["parent/336",[186,5.566]],["name/337",[273,89.43]],["parent/337",[186,5.566]],["name/338",[274,89.43]],["parent/338",[186,5.566]],["name/339",[275,89.43]],["parent/339",[186,5.566]],["name/340",[276,89.43]],["parent/340",[186,5.566]],["name/341",[277,89.43]],["parent/341",[186,5.566]],["name/342",[278,89.43]],["parent/342",[186,5.566]],["name/343",[279,89.43]],["parent/343",[186,5.566]],["name/344",[280,89.43]],["parent/344",[186,5.566]],["name/345",[281,89.43]],["parent/345",[186,5.566]],["name/346",[282,89.43]],["parent/346",[186,5.566]],["name/347",[283,89.43]],["parent/347",[186,5.566]],["name/348",[284,89.43]],["parent/348",[186,5.566]],["name/349",[285,89.43]],["parent/349",[186,5.566]],["name/350",[286,89.43]],["parent/350",[186,5.566]],["name/351",[287,89.43]],["parent/351",[186,5.566]],["name/352",[288,89.43]],["parent/352",[186,5.566]],["name/353",[289,89.43]],["parent/353",[186,5.566]],["name/354",[290,89.43]],["parent/354",[186,5.566]],["name/355",[291,89.43]],["parent/355",[186,5.566]],["name/356",[292,89.43]],["parent/356",[186,5.566]],["name/357",[293,89.43]],["parent/357",[186,5.566]],["name/358",[294,89.43]],["parent/358",[186,5.566]],["name/359",[295,89.43]],["parent/359",[186,5.566]],["name/360",[296,89.43]],["parent/360",[186,5.566]],["name/361",[297,89.43]],["parent/361",[186,5.566]],["name/362",[298,89.43]],["parent/362",[186,5.566]],["name/363",[299,89.43]],["parent/363",[186,5.566]],["name/364",[300,89.43]],["parent/364",[186,5.566]],["name/365",[301,89.43]],["parent/365",[186,5.566]],["name/366",[302,89.43]],["parent/366",[186,5.566]],["name/367",[303,89.43]],["parent/367",[186,5.566]],["name/368",[304,89.43]],["parent/368",[186,5.566]],["name/369",[305,89.43]],["parent/369",[186,5.566]],["name/370",[306,89.43]],["parent/370",[186,5.566]],["name/371",[307,89.43]],["parent/371",[186,5.566]],["name/372",[308,89.43]],["parent/372",[186,5.566]],["name/373",[309,89.43]],["parent/373",[186,5.566]],["name/374",[310,89.43]],["parent/374",[186,5.566]],["name/375",[311,89.43]],["parent/375",[186,5.566]],["name/376",[312,81.957]],["parent/376",[]],["name/377",[313,95.307]],["parent/377",[312,8.181]],["name/378",[163,85.752]],["parent/378",[314,8.56]],["name/379",[166,85.752]],["parent/379",[314,8.56]],["name/380",[315,95.307]],["parent/380",[314,8.56]],["name/381",[316,95.307]],["parent/381",[314,8.56]],["name/382",[317,95.307]],["parent/382",[314,8.56]],["name/383",[318,95.307]],["parent/383",[314,8.56]],["name/384",[319,95.307]],["parent/384",[312,8.181]],["name/385",[163,85.752]],["parent/385",[320,8.56]],["name/386",[166,85.752]],["parent/386",[320,8.56]],["name/387",[315,95.307]],["parent/387",[320,8.56]],["name/388",[316,95.307]],["parent/388",[320,8.56]],["name/389",[317,95.307]],["parent/389",[320,8.56]],["name/390",[318,95.307]],["parent/390",[320,8.56]],["name/391",[321,95.307]],["parent/391",[312,8.181]],["name/392",[1,79.213]],["parent/392",[322,5.597]],["name/393",[187,89.43]],["parent/393",[322,5.597]],["name/394",[188,89.43]],["parent/394",[322,5.597]],["name/395",[190,89.43]],["parent/395",[322,5.597]],["name/396",[191,89.43]],["parent/396",[322,5.597]],["name/397",[192,87.423]],["parent/397",[322,5.597]],["name/398",[193,89.43]],["parent/398",[322,5.597]],["name/399",[194,89.43]],["parent/399",[322,5.597]],["name/400",[195,89.43]],["parent/400",[322,5.597]],["name/401",[196,89.43]],["parent/401",[322,5.597]],["name/402",[197,89.43]],["parent/402",[322,5.597]],["name/403",[198,89.43]],["parent/403",[322,5.597]],["name/404",[201,89.43]],["parent/404",[322,5.597]],["name/405",[199,89.43]],["parent/405",[322,5.597]],["name/406",[200,89.43]],["parent/406",[322,5.597]],["name/407",[202,89.43]],["parent/407",[322,5.597]],["name/408",[203,89.43]],["parent/408",[322,5.597]],["name/409",[204,89.43]],["parent/409",[322,5.597]],["name/410",[205,89.43]],["parent/410",[322,5.597]],["name/411",[206,89.43]],["parent/411",[322,5.597]],["name/412",[207,89.43]],["parent/412",[322,5.597]],["name/413",[208,89.43]],["parent/413",[322,5.597]],["name/414",[209,89.43]],["parent/414",[322,5.597]],["name/415",[210,89.43]],["parent/415",[322,5.597]],["name/416",[211,89.43]],["parent/416",[322,5.597]],["name/417",[212,89.43]],["parent/417",[322,5.597]],["name/418",[213,89.43]],["parent/418",[322,5.597]],["name/419",[214,89.43]],["parent/419",[322,5.597]],["name/420",[215,89.43]],["parent/420",[322,5.597]],["name/421",[216,89.43]],["parent/421",[322,5.597]],["name/422",[217,89.43]],["parent/422",[322,5.597]],["name/423",[218,89.43]],["parent/423",[322,5.597]],["name/424",[219,89.43]],["parent/424",[322,5.597]],["name/425",[220,89.43]],["parent/425",[322,5.597]],["name/426",[221,89.43]],["parent/426",[322,5.597]],["name/427",[222,89.43]],["parent/427",[322,5.597]],["name/428",[223,89.43]],["parent/428",[322,5.597]],["name/429",[224,89.43]],["parent/429",[322,5.597]],["name/430",[225,89.43]],["parent/430",[322,5.597]],["name/431",[226,89.43]],["parent/431",[322,5.597]],["name/432",[227,89.43]],["parent/432",[322,5.597]],["name/433",[228,89.43]],["parent/433",[322,5.597]],["name/434",[89,57.511]],["parent/434",[322,5.597]],["name/435",[229,89.43]],["parent/435",[322,5.597]],["name/436",[230,89.43]],["parent/436",[322,5.597]],["name/437",[231,89.43]],["parent/437",[322,5.597]],["name/438",[232,89.43]],["parent/438",[322,5.597]],["name/439",[233,89.43]],["parent/439",[322,5.597]],["name/440",[234,89.43]],["parent/440",[322,5.597]],["name/441",[235,89.43]],["parent/441",[322,5.597]],["name/442",[236,89.43]],["parent/442",[322,5.597]],["name/443",[237,89.43]],["parent/443",[322,5.597]],["name/444",[238,89.43]],["parent/444",[322,5.597]],["name/445",[239,89.43]],["parent/445",[322,5.597]],["name/446",[240,89.43]],["parent/446",[322,5.597]],["name/447",[241,89.43]],["parent/447",[322,5.597]],["name/448",[242,89.43]],["parent/448",[322,5.597]],["name/449",[243,89.43]],["parent/449",[322,5.597]],["name/450",[244,89.43]],["parent/450",[322,5.597]],["name/451",[245,89.43]],["parent/451",[322,5.597]],["name/452",[246,89.43]],["parent/452",[322,5.597]],["name/453",[247,89.43]],["parent/453",[322,5.597]],["name/454",[248,89.43]],["parent/454",[322,5.597]],["name/455",[249,89.43]],["parent/455",[322,5.597]],["name/456",[250,89.43]],["parent/456",[322,5.597]],["name/457",[251,89.43]],["parent/457",[322,5.597]],["name/458",[252,89.43]],["parent/458",[322,5.597]],["name/459",[253,89.43]],["parent/459",[322,5.597]],["name/460",[254,89.43]],["parent/460",[322,5.597]],["name/461",[255,89.43]],["parent/461",[322,5.597]],["name/462",[256,89.43]],["parent/462",[322,5.597]],["name/463",[257,89.43]],["parent/463",[322,5.597]],["name/464",[258,89.43]],["parent/464",[322,5.597]],["name/465",[259,89.43]],["parent/465",[322,5.597]],["name/466",[260,89.43]],["parent/466",[322,5.597]],["name/467",[261,89.43]],["parent/467",[322,5.597]],["name/468",[262,89.43]],["parent/468",[322,5.597]],["name/469",[263,89.43]],["parent/469",[322,5.597]],["name/470",[264,89.43]],["parent/470",[322,5.597]],["name/471",[265,89.43]],["parent/471",[322,5.597]],["name/472",[266,89.43]],["parent/472",[322,5.597]],["name/473",[267,89.43]],["parent/473",[322,5.597]],["name/474",[268,89.43]],["parent/474",[322,5.597]],["name/475",[269,89.43]],["parent/475",[322,5.597]],["name/476",[270,89.43]],["parent/476",[322,5.597]],["name/477",[271,89.43]],["parent/477",[322,5.597]],["name/478",[272,89.43]],["parent/478",[322,5.597]],["name/479",[273,89.43]],["parent/479",[322,5.597]],["name/480",[274,89.43]],["parent/480",[322,5.597]],["name/481",[275,89.43]],["parent/481",[322,5.597]],["name/482",[276,89.43]],["parent/482",[322,5.597]],["name/483",[277,89.43]],["parent/483",[322,5.597]],["name/484",[278,89.43]],["parent/484",[322,5.597]],["name/485",[279,89.43]],["parent/485",[322,5.597]],["name/486",[280,89.43]],["parent/486",[322,5.597]],["name/487",[281,89.43]],["parent/487",[322,5.597]],["name/488",[282,89.43]],["parent/488",[322,5.597]],["name/489",[283,89.43]],["parent/489",[322,5.597]],["name/490",[284,89.43]],["parent/490",[322,5.597]],["name/491",[285,89.43]],["parent/491",[322,5.597]],["name/492",[286,89.43]],["parent/492",[322,5.597]],["name/493",[287,89.43]],["parent/493",[322,5.597]],["name/494",[288,89.43]],["parent/494",[322,5.597]],["name/495",[289,89.43]],["parent/495",[322,5.597]],["name/496",[290,89.43]],["parent/496",[322,5.597]],["name/497",[291,89.43]],["parent/497",[322,5.597]],["name/498",[292,89.43]],["parent/498",[322,5.597]],["name/499",[293,89.43]],["parent/499",[322,5.597]],["name/500",[294,89.43]],["parent/500",[322,5.597]],["name/501",[295,89.43]],["parent/501",[322,5.597]],["name/502",[296,89.43]],["parent/502",[322,5.597]],["name/503",[297,89.43]],["parent/503",[322,5.597]],["name/504",[298,89.43]],["parent/504",[322,5.597]],["name/505",[299,89.43]],["parent/505",[322,5.597]],["name/506",[300,89.43]],["parent/506",[322,5.597]],["name/507",[301,89.43]],["parent/507",[322,5.597]],["name/508",[302,89.43]],["parent/508",[322,5.597]],["name/509",[303,89.43]],["parent/509",[322,5.597]],["name/510",[304,89.43]],["parent/510",[322,5.597]],["name/511",[305,89.43]],["parent/511",[322,5.597]],["name/512",[306,89.43]],["parent/512",[322,5.597]],["name/513",[307,89.43]],["parent/513",[322,5.597]],["name/514",[308,89.43]],["parent/514",[322,5.597]],["name/515",[309,89.43]],["parent/515",[322,5.597]],["name/516",[310,89.43]],["parent/516",[322,5.597]],["name/517",[311,89.43]],["parent/517",[322,5.597]],["name/518",[323,100.416]],["parent/518",[312,8.181]],["name/519",[3,73.79]],["parent/519",[324,10.024]],["name/520",[325,100.416]],["parent/520",[312,8.181]],["name/521",[3,73.79]],["parent/521",[326,10.024]],["name/522",[327,100.416]],["parent/522",[312,8.181]],["name/523",[3,73.79]],["parent/523",[328,10.024]],["name/524",[329,95.307]],["parent/524",[312,8.181]],["name/525",[6,71.328]],["parent/525",[312,8.181]],["name/526",[330,95.307]],["parent/526",[]],["name/527",[6,71.328]],["parent/527",[330,9.514]],["name/528",[44,67.457]],["parent/528",[331,8.727]],["name/529",[332,72.484]],["parent/529",[333,7.235]],["name/530",[334,56.147]],["parent/530",[333,7.235]],["name/531",[335,72.084]],["parent/531",[333,7.235]],["name/532",[336,65.863]],["parent/532",[333,7.235]],["name/533",[73,51.562]],["parent/533",[333,7.235]],["name/534",[337,72.484]],["parent/534",[333,7.235]],["name/535",[338,72.084]],["parent/535",[333,7.235]],["name/536",[339,61.773]],["parent/536",[333,7.235]],["name/537",[340,56.068]],["parent/537",[333,7.235]],["name/538",[148,71.328]],["parent/538",[333,7.235]],["name/539",[341,72.084]],["parent/539",[333,7.235]],["name/540",[80,55.757]],["parent/540",[333,7.235]],["name/541",[342,56.068]],["parent/541",[333,7.235]],["name/542",[343,72.484]],["parent/542",[333,7.235]],["name/543",[344,48.357]],["parent/543",[333,7.235]],["name/544",[83,55.604]],["parent/544",[333,7.235]],["name/545",[84,48.96]],["parent/545",[333,7.235]],["name/546",[345,56.721]],["parent/546",[333,7.235]],["name/547",[346,72.084]],["parent/547",[333,7.235]],["name/548",[347,56.806]],["parent/548",[333,7.235]],["name/549",[348,72.084]],["parent/549",[333,7.235]],["name/550",[349,72.484]],["parent/550",[333,7.235]],["name/551",[350,72.484]],["parent/551",[333,7.235]],["name/552",[93,50.025]],["parent/552",[333,7.235]],["name/553",[99,91.943]],["parent/553",[331,8.727]],["name/554",[73,51.562]],["parent/554",[351,7.277]],["name/555",[347,56.806]],["parent/555",[351,7.277]],["name/556",[348,72.084]],["parent/556",[351,7.277]],["name/557",[352,50.243]],["parent/557",[351,7.277]],["name/558",[353,100.416]],["parent/558",[351,7.277]],["name/559",[354,100.416]],["parent/559",[351,7.277]],["name/560",[338,72.084]],["parent/560",[351,7.277]],["name/561",[339,61.773]],["parent/561",[351,7.277]],["name/562",[340,56.068]],["parent/562",[351,7.277]],["name/563",[346,72.084]],["parent/563",[351,7.277]],["name/564",[335,72.084]],["parent/564",[351,7.277]],["name/565",[84,48.96]],["parent/565",[351,7.277]],["name/566",[344,48.357]],["parent/566",[351,7.277]],["name/567",[355,100.416]],["parent/567",[351,7.277]],["name/568",[356,72.484]],["parent/568",[351,7.277]],["name/569",[357,100.416]],["parent/569",[351,7.277]],["name/570",[80,55.757]],["parent/570",[351,7.277]],["name/571",[100,91.943]],["parent/571",[351,7.277]],["name/572",[102,91.943]],["parent/572",[351,7.277]],["name/573",[83,55.604]],["parent/573",[351,7.277]],["name/574",[93,50.025]],["parent/574",[351,7.277]],["name/575",[342,56.068]],["parent/575",[351,7.277]],["name/576",[341,72.084]],["parent/576",[351,7.277]],["name/577",[8,89.43]],["parent/577",[331,8.727]],["name/578",[47,91.943]],["parent/578",[331,8.727]],["name/579",[57,85.752]],["parent/579",[331,8.727]],["name/580",[3,73.79]],["parent/580",[358,8.181]],["name/581",[60,71.328]],["parent/581",[358,8.181]],["name/582",[61,85.752]],["parent/582",[358,8.181]],["name/583",[62,91.943]],["parent/583",[358,8.181]],["name/584",[63,91.943]],["parent/584",[358,8.181]],["name/585",[64,80.957]],["parent/585",[358,8.181]],["name/586",[53,87.423]],["parent/586",[358,8.181]],["name/587",[1,79.213]],["parent/587",[358,8.181]],["name/588",[56,87.423]],["parent/588",[358,8.181]],["name/589",[359,95.307]],["parent/589",[]],["name/590",[360,95.307]],["parent/590",[]],["name/591",[361,95.307]],["parent/591",[]],["name/592",[362,95.307]],["parent/592",[]],["name/593",[363,95.307]],["parent/593",[]],["name/594",[364,95.307]],["parent/594",[]],["name/595",[365,95.307]],["parent/595",[]],["name/596",[366,95.307]],["parent/596",[]],["name/597",[367,95.307]],["parent/597",[]],["name/598",[368,95.307]],["parent/598",[]],["name/599",[369,95.307]],["parent/599",[]],["name/600",[370,95.307]],["parent/600",[]],["name/601",[371,95.307]],["parent/601",[]],["name/602",[372,95.307]],["parent/602",[]],["name/603",[373,95.307]],["parent/603",[]],["name/604",[374,95.307]],["parent/604",[]],["name/605",[375,95.307]],["parent/605",[]],["name/606",[376,95.307]],["parent/606",[]],["name/607",[377,95.307]],["parent/607",[]],["name/608",[378,95.307]],["parent/608",[]],["name/609",[379,95.307]],["parent/609",[]],["name/610",[380,95.307]],["parent/610",[]],["name/611",[381,95.307]],["parent/611",[]],["name/612",[382,95.307]],["parent/612",[]],["name/613",[383,95.307]],["parent/613",[]],["name/614",[6,71.328]],["parent/614",[383,9.514]],["name/615",[147,89.43]],["parent/615",[384,8.081]],["name/616",[82,57.511]],["parent/616",[384,8.081]],["name/617",[385,72.484]],["parent/617",[384,8.081]],["name/618",[386,72.484]],["parent/618",[384,8.081]],["name/619",[387,62.202]],["parent/619",[384,8.081]],["name/620",[345,56.721]],["parent/620",[384,8.081]],["name/621",[388,100.416]],["parent/621",[384,8.081]],["name/622",[389,100.416]],["parent/622",[384,8.081]],["name/623",[390,100.416]],["parent/623",[384,8.081]],["name/624",[391,100.416]],["parent/624",[384,8.081]],["name/625",[392,91.943]],["parent/625",[]],["name/626",[6,71.328]],["parent/626",[392,9.178]],["name/627",[3,73.79]],["parent/627",[393,7.017]],["name/628",[155,37.858]],["parent/628",[393,7.017]],["name/629",[394,100.416]],["parent/629",[393,7.017]],["name/630",[157,80.957]],["parent/630",[393,7.017]],["name/631",[156,87.423]],["parent/631",[393,7.017]],["name/632",[173,20.78]],["parent/632",[393,7.017]],["name/633",[64,80.957]],["parent/633",[393,7.017]],["name/634",[395,100.416]],["parent/634",[393,7.017]],["name/635",[174,91.943]],["parent/635",[393,7.017]],["name/636",[159,89.43]],["parent/636",[393,7.017]],["name/637",[160,89.43]],["parent/637",[393,7.017]],["name/638",[161,89.43]],["parent/638",[393,7.017]],["name/639",[158,89.43]],["parent/639",[393,7.017]],["name/640",[175,91.943]],["parent/640",[393,7.017]],["name/641",[396,100.416]],["parent/641",[393,7.017]],["name/642",[176,91.943]],["parent/642",[393,7.017]],["name/643",[177,91.943]],["parent/643",[393,7.017]],["name/644",[178,91.943]],["parent/644",[393,7.017]],["name/645",[163,85.752]],["parent/645",[393,7.017]],["name/646",[179,91.943]],["parent/646",[393,7.017]],["name/647",[166,85.752]],["parent/647",[393,7.017]],["name/648",[167,89.43]],["parent/648",[393,7.017]],["name/649",[168,89.43]],["parent/649",[393,7.017]],["name/650",[164,89.43]],["parent/650",[393,7.017]],["name/651",[397,100.416]],["parent/651",[393,7.017]],["name/652",[165,89.43]],["parent/652",[393,7.017]],["name/653",[180,91.943]],["parent/653",[393,7.017]],["name/654",[181,91.943]],["parent/654",[393,7.017]],["name/655",[169,89.43]],["parent/655",[393,7.017]],["name/656",[182,91.943]],["parent/656",[393,7.017]],["name/657",[157,80.957]],["parent/657",[392,9.178]],["name/658",[3,73.79]],["parent/658",[398,9.514]],["name/659",[184,89.43]],["parent/659",[398,9.514]],["name/660",[399,91.943]],["parent/660",[]],["name/661",[6,71.328]],["parent/661",[399,9.178]],["name/662",[3,73.79]],["parent/662",[400,5.558]],["name/663",[57,85.752]],["parent/663",[400,5.558]],["name/664",[61,85.752]],["parent/664",[400,5.558]],["name/665",[64,80.957]],["parent/665",[400,5.558]],["name/666",[1,79.213]],["parent/666",[400,5.558]],["name/667",[187,89.43]],["parent/667",[400,5.558]],["name/668",[188,89.43]],["parent/668",[400,5.558]],["name/669",[401,100.416]],["parent/669",[400,5.558]],["name/670",[190,89.43]],["parent/670",[400,5.558]],["name/671",[191,89.43]],["parent/671",[400,5.558]],["name/672",[192,87.423]],["parent/672",[400,5.558]],["name/673",[193,89.43]],["parent/673",[400,5.558]],["name/674",[194,89.43]],["parent/674",[400,5.558]],["name/675",[195,89.43]],["parent/675",[400,5.558]],["name/676",[196,89.43]],["parent/676",[400,5.558]],["name/677",[197,89.43]],["parent/677",[400,5.558]],["name/678",[198,89.43]],["parent/678",[400,5.558]],["name/679",[201,89.43]],["parent/679",[400,5.558]],["name/680",[199,89.43]],["parent/680",[400,5.558]],["name/681",[200,89.43]],["parent/681",[400,5.558]],["name/682",[202,89.43]],["parent/682",[400,5.558]],["name/683",[203,89.43]],["parent/683",[400,5.558]],["name/684",[204,89.43]],["parent/684",[400,5.558]],["name/685",[205,89.43]],["parent/685",[400,5.558]],["name/686",[206,89.43]],["parent/686",[400,5.558]],["name/687",[207,89.43]],["parent/687",[400,5.558]],["name/688",[208,89.43]],["parent/688",[400,5.558]],["name/689",[209,89.43]],["parent/689",[400,5.558]],["name/690",[210,89.43]],["parent/690",[400,5.558]],["name/691",[211,89.43]],["parent/691",[400,5.558]],["name/692",[212,89.43]],["parent/692",[400,5.558]],["name/693",[213,89.43]],["parent/693",[400,5.558]],["name/694",[214,89.43]],["parent/694",[400,5.558]],["name/695",[215,89.43]],["parent/695",[400,5.558]],["name/696",[216,89.43]],["parent/696",[400,5.558]],["name/697",[217,89.43]],["parent/697",[400,5.558]],["name/698",[218,89.43]],["parent/698",[400,5.558]],["name/699",[219,89.43]],["parent/699",[400,5.558]],["name/700",[220,89.43]],["parent/700",[400,5.558]],["name/701",[221,89.43]],["parent/701",[400,5.558]],["name/702",[222,89.43]],["parent/702",[400,5.558]],["name/703",[223,89.43]],["parent/703",[400,5.558]],["name/704",[224,89.43]],["parent/704",[400,5.558]],["name/705",[225,89.43]],["parent/705",[400,5.558]],["name/706",[226,89.43]],["parent/706",[400,5.558]],["name/707",[227,89.43]],["parent/707",[400,5.558]],["name/708",[228,89.43]],["parent/708",[400,5.558]],["name/709",[89,57.511]],["parent/709",[400,5.558]],["name/710",[229,89.43]],["parent/710",[400,5.558]],["name/711",[230,89.43]],["parent/711",[400,5.558]],["name/712",[231,89.43]],["parent/712",[400,5.558]],["name/713",[232,89.43]],["parent/713",[400,5.558]],["name/714",[233,89.43]],["parent/714",[400,5.558]],["name/715",[234,89.43]],["parent/715",[400,5.558]],["name/716",[235,89.43]],["parent/716",[400,5.558]],["name/717",[236,89.43]],["parent/717",[400,5.558]],["name/718",[237,89.43]],["parent/718",[400,5.558]],["name/719",[238,89.43]],["parent/719",[400,5.558]],["name/720",[239,89.43]],["parent/720",[400,5.558]],["name/721",[240,89.43]],["parent/721",[400,5.558]],["name/722",[241,89.43]],["parent/722",[400,5.558]],["name/723",[242,89.43]],["parent/723",[400,5.558]],["name/724",[243,89.43]],["parent/724",[400,5.558]],["name/725",[244,89.43]],["parent/725",[400,5.558]],["name/726",[245,89.43]],["parent/726",[400,5.558]],["name/727",[246,89.43]],["parent/727",[400,5.558]],["name/728",[247,89.43]],["parent/728",[400,5.558]],["name/729",[248,89.43]],["parent/729",[400,5.558]],["name/730",[249,89.43]],["parent/730",[400,5.558]],["name/731",[250,89.43]],["parent/731",[400,5.558]],["name/732",[251,89.43]],["parent/732",[400,5.558]],["name/733",[252,89.43]],["parent/733",[400,5.558]],["name/734",[253,89.43]],["parent/734",[400,5.558]],["name/735",[254,89.43]],["parent/735",[400,5.558]],["name/736",[255,89.43]],["parent/736",[400,5.558]],["name/737",[256,89.43]],["parent/737",[400,5.558]],["name/738",[257,89.43]],["parent/738",[400,5.558]],["name/739",[258,89.43]],["parent/739",[400,5.558]],["name/740",[259,89.43]],["parent/740",[400,5.558]],["name/741",[260,89.43]],["parent/741",[400,5.558]],["name/742",[261,89.43]],["parent/742",[400,5.558]],["name/743",[262,89.43]],["parent/743",[400,5.558]],["name/744",[263,89.43]],["parent/744",[400,5.558]],["name/745",[264,89.43]],["parent/745",[400,5.558]],["name/746",[265,89.43]],["parent/746",[400,5.558]],["name/747",[266,89.43]],["parent/747",[400,5.558]],["name/748",[267,89.43]],["parent/748",[400,5.558]],["name/749",[268,89.43]],["parent/749",[400,5.558]],["name/750",[269,89.43]],["parent/750",[400,5.558]],["name/751",[270,89.43]],["parent/751",[400,5.558]],["name/752",[271,89.43]],["parent/752",[400,5.558]],["name/753",[272,89.43]],["parent/753",[400,5.558]],["name/754",[273,89.43]],["parent/754",[400,5.558]],["name/755",[274,89.43]],["parent/755",[400,5.558]],["name/756",[275,89.43]],["parent/756",[400,5.558]],["name/757",[276,89.43]],["parent/757",[400,5.558]],["name/758",[277,89.43]],["parent/758",[400,5.558]],["name/759",[278,89.43]],["parent/759",[400,5.558]],["name/760",[279,89.43]],["parent/760",[400,5.558]],["name/761",[280,89.43]],["parent/761",[400,5.558]],["name/762",[281,89.43]],["parent/762",[400,5.558]],["name/763",[282,89.43]],["parent/763",[400,5.558]],["name/764",[283,89.43]],["parent/764",[400,5.558]],["name/765",[284,89.43]],["parent/765",[400,5.558]],["name/766",[285,89.43]],["parent/766",[400,5.558]],["name/767",[286,89.43]],["parent/767",[400,5.558]],["name/768",[287,89.43]],["parent/768",[400,5.558]],["name/769",[288,89.43]],["parent/769",[400,5.558]],["name/770",[289,89.43]],["parent/770",[400,5.558]],["name/771",[290,89.43]],["parent/771",[400,5.558]],["name/772",[291,89.43]],["parent/772",[400,5.558]],["name/773",[292,89.43]],["parent/773",[400,5.558]],["name/774",[293,89.43]],["parent/774",[400,5.558]],["name/775",[294,89.43]],["parent/775",[400,5.558]],["name/776",[295,89.43]],["parent/776",[400,5.558]],["name/777",[296,89.43]],["parent/777",[400,5.558]],["name/778",[297,89.43]],["parent/778",[400,5.558]],["name/779",[298,89.43]],["parent/779",[400,5.558]],["name/780",[299,89.43]],["parent/780",[400,5.558]],["name/781",[300,89.43]],["parent/781",[400,5.558]],["name/782",[301,89.43]],["parent/782",[400,5.558]],["name/783",[302,89.43]],["parent/783",[400,5.558]],["name/784",[303,89.43]],["parent/784",[400,5.558]],["name/785",[304,89.43]],["parent/785",[400,5.558]],["name/786",[305,89.43]],["parent/786",[400,5.558]],["name/787",[306,89.43]],["parent/787",[400,5.558]],["name/788",[307,89.43]],["parent/788",[400,5.558]],["name/789",[308,89.43]],["parent/789",[400,5.558]],["name/790",[309,89.43]],["parent/790",[400,5.558]],["name/791",[310,89.43]],["parent/791",[400,5.558]],["name/792",[311,89.43]],["parent/792",[400,5.558]],["name/793",[83,55.604]],["parent/793",[]],["name/794",[6,71.328]],["parent/794",[83,5.55]],["name/795",[147,89.43]],["parent/795",[402,8.292]],["name/796",[146,91.943]],["parent/796",[402,8.292]],["name/797",[145,57.978]],["parent/797",[402,8.292]],["name/798",[82,57.511]],["parent/798",[402,8.292]],["name/799",[84,48.96]],["parent/799",[402,8.292]],["name/800",[403,100.416]],["parent/800",[402,8.292]],["name/801",[148,71.328]],["parent/801",[402,8.292]],["name/802",[94,51.023]],["parent/802",[402,8.292]],["name/803",[404,91.943]],["parent/803",[]],["name/804",[6,71.328]],["parent/804",[404,9.178]],["name/805",[405,100.416]],["parent/805",[406,8.927]],["name/806",[173,20.78]],["parent/806",[407,10.024]],["name/807",[408,29.731]],["parent/807",[409,8.56]],["name/808",[410,39.926]],["parent/808",[409,8.56]],["name/809",[411,58.075]],["parent/809",[409,8.56]],["name/810",[412,95.307]],["parent/810",[409,8.56]],["name/811",[413,95.307]],["parent/811",[409,8.56]],["name/812",[414,95.307]],["parent/812",[409,8.56]],["name/813",[415,100.416]],["parent/813",[406,8.927]],["name/814",[173,20.78]],["parent/814",[416,10.024]],["name/815",[417,58.075]],["parent/815",[418,8.56]],["name/816",[419,58.075]],["parent/816",[418,8.56]],["name/817",[420,58.075]],["parent/817",[418,8.56]],["name/818",[421,44.394]],["parent/818",[418,8.56]],["name/819",[422,95.307]],["parent/819",[418,8.56]],["name/820",[423,95.307]],["parent/820",[418,8.56]],["name/821",[424,100.416]],["parent/821",[406,8.927]],["name/822",[425,95.307]],["parent/822",[426,7.83]],["name/823",[3,73.79]],["parent/823",[426,7.83]],["name/824",[155,37.858]],["parent/824",[426,7.83]],["name/825",[427,100.416]],["parent/825",[426,7.83]],["name/826",[408,29.731]],["parent/826",[426,7.83]],["name/827",[410,39.926]],["parent/827",[426,7.83]],["name/828",[411,58.075]],["parent/828",[426,7.83]],["name/829",[412,95.307]],["parent/829",[426,7.83]],["name/830",[413,95.307]],["parent/830",[426,7.83]],["name/831",[414,95.307]],["parent/831",[426,7.83]],["name/832",[428,100.416]],["parent/832",[426,7.83]],["name/833",[429,100.416]],["parent/833",[426,7.83]],["name/834",[430,100.416]],["parent/834",[426,7.83]],["name/835",[431,100.416]],["parent/835",[406,8.927]],["name/836",[425,95.307]],["parent/836",[432,7.759]],["name/837",[3,73.79]],["parent/837",[432,7.759]],["name/838",[433,100.416]],["parent/838",[432,7.759]],["name/839",[417,58.075]],["parent/839",[432,7.759]],["name/840",[419,58.075]],["parent/840",[432,7.759]],["name/841",[421,44.394]],["parent/841",[432,7.759]],["name/842",[422,95.307]],["parent/842",[432,7.759]],["name/843",[423,95.307]],["parent/843",[432,7.759]],["name/844",[60,71.328]],["parent/844",[432,7.759]],["name/845",[434,100.416]],["parent/845",[432,7.759]],["name/846",[420,58.075]],["parent/846",[432,7.759]],["name/847",[435,49.077]],["parent/847",[432,7.759]],["name/848",[436,100.416]],["parent/848",[432,7.759]],["name/849",[192,87.423]],["parent/849",[432,7.759]],["name/850",[157,80.957]],["parent/850",[]],["name/851",[157,80.957]],["parent/851",[157,8.081]],["name/852",[3,73.79]],["parent/852",[437,9.178]],["name/853",[153,95.307]],["parent/853",[437,9.178]],["name/854",[184,89.43]],["parent/854",[437,9.178]],["name/855",[438,95.307]],["parent/855",[]],["name/856",[6,71.328]],["parent/856",[438,9.514]],["name/857",[44,67.457]],["parent/857",[439,8.927]],["name/858",[65,47.186]],["parent/858",[440,6.894]],["name/859",[67,57.883]],["parent/859",[440,6.894]],["name/860",[68,51.167]],["parent/860",[440,6.894]],["name/861",[69,57.883]],["parent/861",[440,6.894]],["name/862",[70,51.167]],["parent/862",[440,6.894]],["name/863",[71,49.643]],["parent/863",[440,6.894]],["name/864",[72,57.883]],["parent/864",[440,6.894]],["name/865",[73,51.562]],["parent/865",[440,6.894]],["name/866",[74,58.075]],["parent/866",[440,6.894]],["name/867",[75,57.883]],["parent/867",[440,6.894]],["name/868",[76,57.883]],["parent/868",[440,6.894]],["name/869",[77,51.167]],["parent/869",[440,6.894]],["name/870",[78,58.075]],["parent/870",[440,6.894]],["name/871",[79,57.883]],["parent/871",[440,6.894]],["name/872",[80,55.757]],["parent/872",[440,6.894]],["name/873",[81,57.883]],["parent/873",[440,6.894]],["name/874",[82,57.511]],["parent/874",[440,6.894]],["name/875",[83,55.604]],["parent/875",[440,6.894]],["name/876",[84,48.96]],["parent/876",[440,6.894]],["name/877",[85,57.978]],["parent/877",[440,6.894]],["name/878",[86,57.883]],["parent/878",[440,6.894]],["name/879",[87,58.075]],["parent/879",[440,6.894]],["name/880",[345,56.721]],["parent/880",[440,6.894]],["name/881",[88,57.883]],["parent/881",[440,6.894]],["name/882",[89,57.511]],["parent/882",[440,6.894]],["name/883",[90,57.883]],["parent/883",[440,6.894]],["name/884",[91,58.075]],["parent/884",[440,6.894]],["name/885",[92,51.167]],["parent/885",[440,6.894]],["name/886",[93,50.025]],["parent/886",[440,6.894]],["name/887",[94,51.023]],["parent/887",[440,6.894]],["name/888",[95,58.075]],["parent/888",[440,6.894]],["name/889",[96,55.911]],["parent/889",[440,6.894]],["name/890",[97,55.911]],["parent/890",[440,6.894]],["name/891",[98,51.167]],["parent/891",[440,6.894]],["name/892",[99,91.943]],["parent/892",[439,8.927]],["name/893",[102,91.943]],["parent/893",[441,6.837]],["name/894",[100,91.943]],["parent/894",[441,6.837]],["name/895",[65,47.186]],["parent/895",[441,6.837]],["name/896",[67,57.883]],["parent/896",[441,6.837]],["name/897",[68,51.167]],["parent/897",[441,6.837]],["name/898",[69,57.883]],["parent/898",[441,6.837]],["name/899",[70,51.167]],["parent/899",[441,6.837]],["name/900",[71,49.643]],["parent/900",[441,6.837]],["name/901",[72,57.883]],["parent/901",[441,6.837]],["name/902",[73,51.562]],["parent/902",[441,6.837]],["name/903",[103,95.307]],["parent/903",[441,6.837]],["name/904",[75,57.883]],["parent/904",[441,6.837]],["name/905",[76,57.883]],["parent/905",[441,6.837]],["name/906",[77,51.167]],["parent/906",[441,6.837]],["name/907",[104,95.307]],["parent/907",[441,6.837]],["name/908",[79,57.883]],["parent/908",[441,6.837]],["name/909",[80,55.757]],["parent/909",[441,6.837]],["name/910",[81,57.883]],["parent/910",[441,6.837]],["name/911",[82,57.511]],["parent/911",[441,6.837]],["name/912",[83,55.604]],["parent/912",[441,6.837]],["name/913",[84,48.96]],["parent/913",[441,6.837]],["name/914",[85,57.978]],["parent/914",[441,6.837]],["name/915",[86,57.883]],["parent/915",[441,6.837]],["name/916",[106,95.307]],["parent/916",[441,6.837]],["name/917",[345,56.721]],["parent/917",[441,6.837]],["name/918",[88,57.883]],["parent/918",[441,6.837]],["name/919",[89,57.511]],["parent/919",[441,6.837]],["name/920",[90,57.883]],["parent/920",[441,6.837]],["name/921",[107,95.307]],["parent/921",[441,6.837]],["name/922",[92,51.167]],["parent/922",[441,6.837]],["name/923",[93,50.025]],["parent/923",[441,6.837]],["name/924",[94,51.023]],["parent/924",[441,6.837]],["name/925",[108,95.307]],["parent/925",[441,6.837]],["name/926",[96,55.911]],["parent/926",[441,6.837]],["name/927",[97,55.911]],["parent/927",[441,6.837]],["name/928",[98,51.167]],["parent/928",[441,6.837]],["name/929",[47,91.943]],["parent/929",[439,8.927]],["name/930",[49,89.43]],["parent/930",[442,8.417]],["name/931",[51,89.43]],["parent/931",[442,8.417]],["name/932",[52,89.43]],["parent/932",[442,8.417]],["name/933",[53,87.423]],["parent/933",[442,8.417]],["name/934",[54,89.43]],["parent/934",[442,8.417]],["name/935",[1,79.213]],["parent/935",[442,8.417]],["name/936",[56,87.423]],["parent/936",[442,8.417]],["name/937",[57,85.752]],["parent/937",[439,8.927]],["name/938",[8,89.43]],["parent/938",[443,7.63]],["name/939",[59,95.307]],["parent/939",[443,7.63]],["name/940",[7,91.943]],["parent/940",[443,7.63]],["name/941",[3,73.79]],["parent/941",[443,7.63]],["name/942",[60,71.328]],["parent/942",[443,7.63]],["name/943",[61,85.752]],["parent/943",[443,7.63]],["name/944",[62,91.943]],["parent/944",[443,7.63]],["name/945",[63,91.943]],["parent/945",[443,7.63]],["name/946",[64,80.957]],["parent/946",[443,7.63]],["name/947",[49,89.43]],["parent/947",[443,7.63]],["name/948",[51,89.43]],["parent/948",[443,7.63]],["name/949",[52,89.43]],["parent/949",[443,7.63]],["name/950",[53,87.423]],["parent/950",[443,7.63]],["name/951",[54,89.43]],["parent/951",[443,7.63]],["name/952",[1,79.213]],["parent/952",[443,7.63]],["name/953",[56,87.423]],["parent/953",[443,7.63]],["name/954",[444,95.307]],["parent/954",[]],["name/955",[445,95.307]],["parent/955",[]],["name/956",[446,95.307]],["parent/956",[]],["name/957",[447,95.307]],["parent/957",[]],["name/958",[448,95.307]],["parent/958",[]],["name/959",[449,95.307]],["parent/959",[]],["name/960",[450,95.307]],["parent/960",[]],["name/961",[451,95.307]],["parent/961",[]],["name/962",[452,95.307]],["parent/962",[]],["name/963",[453,95.307]],["parent/963",[]],["name/964",[454,95.307]],["parent/964",[]],["name/965",[455,95.307]],["parent/965",[]],["name/966",[456,95.307]],["parent/966",[]],["name/967",[457,95.307]],["parent/967",[]],["name/968",[458,95.307]],["parent/968",[]],["name/969",[459,95.307]],["parent/969",[]],["name/970",[460,95.307]],["parent/970",[]],["name/971",[461,95.307]],["parent/971",[]],["name/972",[462,95.307]],["parent/972",[]],["name/973",[463,95.307]],["parent/973",[]],["name/974",[464,95.307]],["parent/974",[]],["name/975",[465,95.307]],["parent/975",[]],["name/976",[466,95.307]],["parent/976",[]],["name/977",[467,95.307]],["parent/977",[]],["name/978",[468,95.307]],["parent/978",[]],["name/979",[469,95.307]],["parent/979",[]],["name/980",[470,95.307]],["parent/980",[]],["name/981",[471,95.307]],["parent/981",[]],["name/982",[472,95.307]],["parent/982",[]],["name/983",[473,95.307]],["parent/983",[]],["name/984",[474,95.307]],["parent/984",[]],["name/985",[475,95.307]],["parent/985",[]],["name/986",[476,95.307]],["parent/986",[]],["name/987",[477,95.307]],["parent/987",[]],["name/988",[478,95.307]],["parent/988",[]],["name/989",[479,95.307]],["parent/989",[]],["name/990",[6,71.328]],["parent/990",[479,9.514]],["name/991",[82,57.511]],["parent/991",[480,8.417]],["name/992",[145,57.978]],["parent/992",[480,8.417]],["name/993",[146,91.943]],["parent/993",[480,8.417]],["name/994",[147,89.43]],["parent/994",[480,8.417]],["name/995",[84,48.96]],["parent/995",[480,8.417]],["name/996",[481,100.416]],["parent/996",[480,8.417]],["name/997",[148,71.328]],["parent/997",[480,8.417]],["name/998",[482,91.943]],["parent/998",[]],["name/999",[6,71.328]],["parent/999",[482,9.178]],["name/1000",[3,73.79]],["parent/1000",[483,7.084]],["name/1001",[155,37.858]],["parent/1001",[483,7.084]],["name/1002",[55,89.43]],["parent/1002",[483,7.084]],["name/1003",[172,58.075]],["parent/1003",[483,7.084]],["name/1004",[157,80.957]],["parent/1004",[483,7.084]],["name/1005",[156,87.423]],["parent/1005",[483,7.084]],["name/1006",[173,20.78]],["parent/1006",[483,7.084]],["name/1007",[64,80.957]],["parent/1007",[483,7.084]],["name/1008",[174,91.943]],["parent/1008",[483,7.084]],["name/1009",[159,89.43]],["parent/1009",[483,7.084]],["name/1010",[160,89.43]],["parent/1010",[483,7.084]],["name/1011",[161,89.43]],["parent/1011",[483,7.084]],["name/1012",[158,89.43]],["parent/1012",[483,7.084]],["name/1013",[175,91.943]],["parent/1013",[483,7.084]],["name/1014",[176,91.943]],["parent/1014",[483,7.084]],["name/1015",[177,91.943]],["parent/1015",[483,7.084]],["name/1016",[178,91.943]],["parent/1016",[483,7.084]],["name/1017",[163,85.752]],["parent/1017",[483,7.084]],["name/1018",[179,91.943]],["parent/1018",[483,7.084]],["name/1019",[166,85.752]],["parent/1019",[483,7.084]],["name/1020",[167,89.43]],["parent/1020",[483,7.084]],["name/1021",[168,89.43]],["parent/1021",[483,7.084]],["name/1022",[165,89.43]],["parent/1022",[483,7.084]],["name/1023",[164,89.43]],["parent/1023",[483,7.084]],["name/1024",[180,91.943]],["parent/1024",[483,7.084]],["name/1025",[181,91.943]],["parent/1025",[483,7.084]],["name/1026",[169,89.43]],["parent/1026",[483,7.084]],["name/1027",[182,91.943]],["parent/1027",[483,7.084]],["name/1028",[157,80.957]],["parent/1028",[482,9.178]],["name/1029",[3,73.79]],["parent/1029",[484,9.514]],["name/1030",[184,89.43]],["parent/1030",[484,9.514]],["name/1031",[485,61.773]],["parent/1031",[]],["name/1032",[6,71.328]],["parent/1032",[485,6.166]],["name/1033",[3,73.79]],["parent/1033",[486,5.566]],["name/1034",[57,85.752]],["parent/1034",[486,5.566]],["name/1035",[61,85.752]],["parent/1035",[486,5.566]],["name/1036",[1,79.213]],["parent/1036",[486,5.566]],["name/1037",[187,89.43]],["parent/1037",[486,5.566]],["name/1038",[188,89.43]],["parent/1038",[486,5.566]],["name/1039",[189,95.307]],["parent/1039",[486,5.566]],["name/1040",[190,89.43]],["parent/1040",[486,5.566]],["name/1041",[191,89.43]],["parent/1041",[486,5.566]],["name/1042",[192,87.423]],["parent/1042",[486,5.566]],["name/1043",[193,89.43]],["parent/1043",[486,5.566]],["name/1044",[194,89.43]],["parent/1044",[486,5.566]],["name/1045",[195,89.43]],["parent/1045",[486,5.566]],["name/1046",[196,89.43]],["parent/1046",[486,5.566]],["name/1047",[197,89.43]],["parent/1047",[486,5.566]],["name/1048",[198,89.43]],["parent/1048",[486,5.566]],["name/1049",[199,89.43]],["parent/1049",[486,5.566]],["name/1050",[200,89.43]],["parent/1050",[486,5.566]],["name/1051",[201,89.43]],["parent/1051",[486,5.566]],["name/1052",[202,89.43]],["parent/1052",[486,5.566]],["name/1053",[203,89.43]],["parent/1053",[486,5.566]],["name/1054",[204,89.43]],["parent/1054",[486,5.566]],["name/1055",[205,89.43]],["parent/1055",[486,5.566]],["name/1056",[206,89.43]],["parent/1056",[486,5.566]],["name/1057",[207,89.43]],["parent/1057",[486,5.566]],["name/1058",[208,89.43]],["parent/1058",[486,5.566]],["name/1059",[209,89.43]],["parent/1059",[486,5.566]],["name/1060",[210,89.43]],["parent/1060",[486,5.566]],["name/1061",[211,89.43]],["parent/1061",[486,5.566]],["name/1062",[212,89.43]],["parent/1062",[486,5.566]],["name/1063",[213,89.43]],["parent/1063",[486,5.566]],["name/1064",[214,89.43]],["parent/1064",[486,5.566]],["name/1065",[215,89.43]],["parent/1065",[486,5.566]],["name/1066",[216,89.43]],["parent/1066",[486,5.566]],["name/1067",[217,89.43]],["parent/1067",[486,5.566]],["name/1068",[218,89.43]],["parent/1068",[486,5.566]],["name/1069",[219,89.43]],["parent/1069",[486,5.566]],["name/1070",[220,89.43]],["parent/1070",[486,5.566]],["name/1071",[221,89.43]],["parent/1071",[486,5.566]],["name/1072",[222,89.43]],["parent/1072",[486,5.566]],["name/1073",[223,89.43]],["parent/1073",[486,5.566]],["name/1074",[224,89.43]],["parent/1074",[486,5.566]],["name/1075",[225,89.43]],["parent/1075",[486,5.566]],["name/1076",[226,89.43]],["parent/1076",[486,5.566]],["name/1077",[227,89.43]],["parent/1077",[486,5.566]],["name/1078",[228,89.43]],["parent/1078",[486,5.566]],["name/1079",[89,57.511]],["parent/1079",[486,5.566]],["name/1080",[229,89.43]],["parent/1080",[486,5.566]],["name/1081",[230,89.43]],["parent/1081",[486,5.566]],["name/1082",[231,89.43]],["parent/1082",[486,5.566]],["name/1083",[232,89.43]],["parent/1083",[486,5.566]],["name/1084",[233,89.43]],["parent/1084",[486,5.566]],["name/1085",[234,89.43]],["parent/1085",[486,5.566]],["name/1086",[235,89.43]],["parent/1086",[486,5.566]],["name/1087",[236,89.43]],["parent/1087",[486,5.566]],["name/1088",[237,89.43]],["parent/1088",[486,5.566]],["name/1089",[238,89.43]],["parent/1089",[486,5.566]],["name/1090",[239,89.43]],["parent/1090",[486,5.566]],["name/1091",[240,89.43]],["parent/1091",[486,5.566]],["name/1092",[241,89.43]],["parent/1092",[486,5.566]],["name/1093",[242,89.43]],["parent/1093",[486,5.566]],["name/1094",[243,89.43]],["parent/1094",[486,5.566]],["name/1095",[244,89.43]],["parent/1095",[486,5.566]],["name/1096",[245,89.43]],["parent/1096",[486,5.566]],["name/1097",[246,89.43]],["parent/1097",[486,5.566]],["name/1098",[247,89.43]],["parent/1098",[486,5.566]],["name/1099",[248,89.43]],["parent/1099",[486,5.566]],["name/1100",[249,89.43]],["parent/1100",[486,5.566]],["name/1101",[250,89.43]],["parent/1101",[486,5.566]],["name/1102",[251,89.43]],["parent/1102",[486,5.566]],["name/1103",[252,89.43]],["parent/1103",[486,5.566]],["name/1104",[253,89.43]],["parent/1104",[486,5.566]],["name/1105",[254,89.43]],["parent/1105",[486,5.566]],["name/1106",[255,89.43]],["parent/1106",[486,5.566]],["name/1107",[256,89.43]],["parent/1107",[486,5.566]],["name/1108",[257,89.43]],["parent/1108",[486,5.566]],["name/1109",[258,89.43]],["parent/1109",[486,5.566]],["name/1110",[259,89.43]],["parent/1110",[486,5.566]],["name/1111",[260,89.43]],["parent/1111",[486,5.566]],["name/1112",[261,89.43]],["parent/1112",[486,5.566]],["name/1113",[262,89.43]],["parent/1113",[486,5.566]],["name/1114",[263,89.43]],["parent/1114",[486,5.566]],["name/1115",[264,89.43]],["parent/1115",[486,5.566]],["name/1116",[265,89.43]],["parent/1116",[486,5.566]],["name/1117",[266,89.43]],["parent/1117",[486,5.566]],["name/1118",[267,89.43]],["parent/1118",[486,5.566]],["name/1119",[268,89.43]],["parent/1119",[486,5.566]],["name/1120",[269,89.43]],["parent/1120",[486,5.566]],["name/1121",[270,89.43]],["parent/1121",[486,5.566]],["name/1122",[271,89.43]],["parent/1122",[486,5.566]],["name/1123",[272,89.43]],["parent/1123",[486,5.566]],["name/1124",[273,89.43]],["parent/1124",[486,5.566]],["name/1125",[274,89.43]],["parent/1125",[486,5.566]],["name/1126",[275,89.43]],["parent/1126",[486,5.566]],["name/1127",[276,89.43]],["parent/1127",[486,5.566]],["name/1128",[277,89.43]],["parent/1128",[486,5.566]],["name/1129",[278,89.43]],["parent/1129",[486,5.566]],["name/1130",[279,89.43]],["parent/1130",[486,5.566]],["name/1131",[280,89.43]],["parent/1131",[486,5.566]],["name/1132",[281,89.43]],["parent/1132",[486,5.566]],["name/1133",[282,89.43]],["parent/1133",[486,5.566]],["name/1134",[283,89.43]],["parent/1134",[486,5.566]],["name/1135",[284,89.43]],["parent/1135",[486,5.566]],["name/1136",[285,89.43]],["parent/1136",[486,5.566]],["name/1137",[286,89.43]],["parent/1137",[486,5.566]],["name/1138",[287,89.43]],["parent/1138",[486,5.566]],["name/1139",[288,89.43]],["parent/1139",[486,5.566]],["name/1140",[289,89.43]],["parent/1140",[486,5.566]],["name/1141",[290,89.43]],["parent/1141",[486,5.566]],["name/1142",[291,89.43]],["parent/1142",[486,5.566]],["name/1143",[292,89.43]],["parent/1143",[486,5.566]],["name/1144",[293,89.43]],["parent/1144",[486,5.566]],["name/1145",[294,89.43]],["parent/1145",[486,5.566]],["name/1146",[295,89.43]],["parent/1146",[486,5.566]],["name/1147",[296,89.43]],["parent/1147",[486,5.566]],["name/1148",[297,89.43]],["parent/1148",[486,5.566]],["name/1149",[298,89.43]],["parent/1149",[486,5.566]],["name/1150",[299,89.43]],["parent/1150",[486,5.566]],["name/1151",[300,89.43]],["parent/1151",[486,5.566]],["name/1152",[301,89.43]],["parent/1152",[486,5.566]],["name/1153",[302,89.43]],["parent/1153",[486,5.566]],["name/1154",[303,89.43]],["parent/1154",[486,5.566]],["name/1155",[304,89.43]],["parent/1155",[486,5.566]],["name/1156",[305,89.43]],["parent/1156",[486,5.566]],["name/1157",[306,89.43]],["parent/1157",[486,5.566]],["name/1158",[307,89.43]],["parent/1158",[486,5.566]],["name/1159",[308,89.43]],["parent/1159",[486,5.566]],["name/1160",[309,89.43]],["parent/1160",[486,5.566]],["name/1161",[310,89.43]],["parent/1161",[486,5.566]],["name/1162",[311,89.43]],["parent/1162",[486,5.566]],["name/1163",[487,91.943]],["parent/1163",[]],["name/1164",[64,80.957]],["parent/1164",[487,9.178]],["name/1165",[173,20.78]],["parent/1165",[488,10.024]],["name/1166",[489,61.914]],["parent/1166",[490,8.727]],["name/1167",[491,100.416]],["parent/1167",[490,8.727]],["name/1168",[492,100.416]],["parent/1168",[490,8.727]],["name/1169",[173,20.78]],["parent/1169",[490,8.727]],["name/1170",[493,49.276]],["parent/1170",[494,9.514]],["name/1171",[495,100.416]],["parent/1171",[494,9.514]],["name/1172",[496,100.416]],["parent/1172",[490,8.727]],["name/1173",[6,71.328]],["parent/1173",[487,9.178]],["name/1174",[497,91.943]],["parent/1174",[]],["name/1175",[6,71.328]],["parent/1175",[497,9.178]],["name/1176",[173,20.78]],["parent/1176",[498,10.024]],["name/1177",[499,100.416]],["parent/1177",[500,8.927]],["name/1178",[94,51.023]],["parent/1178",[500,8.927]],["name/1179",[501,100.416]],["parent/1179",[500,8.927]],["name/1180",[156,87.423]],["parent/1180",[500,8.927]],["name/1181",[44,67.457]],["parent/1181",[10,9.514]],["name/1182",[73,51.562]],["parent/1182",[502,6.865]],["name/1183",[173,20.78]],["parent/1183",[503,10.024]],["name/1184",[504,58.27]],["parent/1184",[505,8.927]],["name/1185",[506,58.27]],["parent/1185",[505,8.927]],["name/1186",[155,37.858]],["parent/1186",[505,8.927]],["name/1187",[507,58.27]],["parent/1187",[505,8.927]],["name/1188",[92,51.167]],["parent/1188",[502,6.865]],["name/1189",[173,20.78]],["parent/1189",[508,10.024]],["name/1190",[509,58.27]],["parent/1190",[510,8.727]],["name/1191",[511,47.317]],["parent/1191",[510,8.727]],["name/1192",[512,51.363]],["parent/1192",[510,8.727]],["name/1193",[344,48.357]],["parent/1193",[510,8.727]],["name/1194",[513,51.363]],["parent/1194",[510,8.727]],["name/1195",[65,47.186]],["parent/1195",[502,6.865]],["name/1196",[173,20.78]],["parent/1196",[514,10.024]],["name/1197",[408,29.731]],["parent/1197",[515,7.413]],["name/1198",[493,49.276]],["parent/1198",[515,7.413]],["name/1199",[516,51.363]],["parent/1199",[515,7.413]],["name/1200",[517,58.27]],["parent/1200",[515,7.413]],["name/1201",[518,58.27]],["parent/1201",[515,7.413]],["name/1202",[421,44.394]],["parent/1202",[515,7.413]],["name/1203",[519,58.27]],["parent/1203",[515,7.413]],["name/1204",[520,58.27]],["parent/1204",[515,7.413]],["name/1205",[521,51.363]],["parent/1205",[515,7.413]],["name/1206",[344,48.357]],["parent/1206",[515,7.413]],["name/1207",[155,37.858]],["parent/1207",[515,7.413]],["name/1208",[522,58.27]],["parent/1208",[515,7.413]],["name/1209",[523,58.27]],["parent/1209",[515,7.413]],["name/1210",[524,58.27]],["parent/1210",[515,7.413]],["name/1211",[525,58.27]],["parent/1211",[515,7.413]],["name/1212",[526,47.618]],["parent/1212",[515,7.413]],["name/1213",[527,58.27]],["parent/1213",[515,7.413]],["name/1214",[513,51.363]],["parent/1214",[515,7.413]],["name/1215",[528,58.27]],["parent/1215",[515,7.413]],["name/1216",[92,51.167]],["parent/1216",[515,7.413]],["name/1217",[67,57.883]],["parent/1217",[502,6.865]],["name/1218",[173,20.78]],["parent/1218",[529,10.024]],["name/1219",[530,58.27]],["parent/1219",[531,8.927]],["name/1220",[532,51.363]],["parent/1220",[531,8.927]],["name/1221",[533,58.27]],["parent/1221",[531,8.927]],["name/1222",[534,51.363]],["parent/1222",[531,8.927]],["name/1223",[68,51.167]],["parent/1223",[502,6.865]],["name/1224",[173,20.78]],["parent/1224",[535,10.024]],["name/1225",[410,39.926]],["parent/1225",[536,9.178]],["name/1226",[411,58.075]],["parent/1226",[536,9.178]],["name/1227",[537,58.27]],["parent/1227",[536,9.178]],["name/1228",[69,57.883]],["parent/1228",[502,6.865]],["name/1229",[173,20.78]],["parent/1229",[538,10.024]],["name/1230",[408,29.731]],["parent/1230",[539,8.292]],["name/1231",[540,45.268]],["parent/1231",[539,8.292]],["name/1232",[155,37.858]],["parent/1232",[539,8.292]],["name/1233",[541,58.27]],["parent/1233",[539,8.292]],["name/1234",[542,58.27]],["parent/1234",[539,8.292]],["name/1235",[543,58.27]],["parent/1235",[539,8.292]],["name/1236",[342,56.068]],["parent/1236",[539,8.292]],["name/1237",[544,45.905]],["parent/1237",[539,8.292]],["name/1238",[70,51.167]],["parent/1238",[502,6.865]],["name/1239",[173,20.78]],["parent/1239",[545,10.024]],["name/1240",[155,37.858]],["parent/1240",[546,7.907]],["name/1241",[547,44.444]],["parent/1241",[546,7.907]],["name/1242",[544,45.905]],["parent/1242",[546,7.907]],["name/1243",[540,45.268]],["parent/1243",[546,7.907]],["name/1244",[548,58.27]],["parent/1244",[546,7.907]],["name/1245",[549,58.27]],["parent/1245",[546,7.907]],["name/1246",[550,58.27]],["parent/1246",[546,7.907]],["name/1247",[551,58.27]],["parent/1247",[546,7.907]],["name/1248",[552,58.27]],["parent/1248",[546,7.907]],["name/1249",[553,58.27]],["parent/1249",[546,7.907]],["name/1250",[554,56.227]],["parent/1250",[546,7.907]],["name/1251",[555,56.227]],["parent/1251",[546,7.907]],["name/1252",[82,57.511]],["parent/1252",[502,6.865]],["name/1253",[173,20.78]],["parent/1253",[556,10.024]],["name/1254",[408,29.731]],["parent/1254",[557,8.927]],["name/1255",[493,49.276]],["parent/1255",[557,8.927]],["name/1256",[155,37.858]],["parent/1256",[557,8.927]],["name/1257",[516,51.363]],["parent/1257",[557,8.927]],["name/1258",[77,51.167]],["parent/1258",[502,6.865]],["name/1259",[173,20.78]],["parent/1259",[558,10.024]],["name/1260",[559,58.27]],["parent/1260",[560,9.178]],["name/1261",[561,58.27]],["parent/1261",[560,9.178]],["name/1262",[562,45.295]],["parent/1262",[560,9.178]],["name/1263",[96,55.911]],["parent/1263",[502,6.865]],["name/1264",[173,20.78]],["parent/1264",[563,10.024]],["name/1265",[410,39.926]],["parent/1265",[564,9.178]],["name/1266",[155,37.858]],["parent/1266",[564,9.178]],["name/1267",[77,51.167]],["parent/1267",[564,9.178]],["name/1268",[85,57.978]],["parent/1268",[502,6.865]],["name/1269",[173,20.78]],["parent/1269",[565,10.024]],["name/1270",[547,44.444]],["parent/1270",[566,9.514]],["name/1271",[567,51.363]],["parent/1271",[566,9.514]],["name/1272",[84,48.96]],["parent/1272",[502,6.865]],["name/1273",[173,20.78]],["parent/1273",[568,10.024]],["name/1274",[408,29.731]],["parent/1274",[569,8.417]],["name/1275",[570,51.363]],["parent/1275",[569,8.417]],["name/1276",[571,58.27]],["parent/1276",[569,8.417]],["name/1277",[572,56.227]],["parent/1277",[569,8.417]],["name/1278",[567,51.363]],["parent/1278",[569,8.417]],["name/1279",[573,58.27]],["parent/1279",[569,8.417]],["name/1280",[574,58.27]],["parent/1280",[569,8.417]],["name/1281",[345,56.721]],["parent/1281",[502,6.865]],["name/1282",[173,20.78]],["parent/1282",[575,10.024]],["name/1283",[576,62.202]],["parent/1283",[577,8.927]],["name/1284",[578,62.202]],["parent/1284",[577,8.927]],["name/1285",[410,39.926]],["parent/1285",[577,8.927]],["name/1286",[562,45.295]],["parent/1286",[577,8.927]],["name/1287",[94,51.023]],["parent/1287",[502,6.865]],["name/1288",[173,20.78]],["parent/1288",[579,10.024]],["name/1289",[408,29.731]],["parent/1289",[580,7.017]],["name/1290",[581,49.316]],["parent/1290",[580,7.017]],["name/1291",[155,37.858]],["parent/1291",[580,7.017]],["name/1292",[65,47.186]],["parent/1292",[580,7.017]],["name/1293",[582,51.363]],["parent/1293",[580,7.017]],["name/1294",[583,58.27]],["parent/1294",[580,7.017]],["name/1295",[145,57.978]],["parent/1295",[580,7.017]],["name/1296",[584,58.27]],["parent/1296",[580,7.017]],["name/1297",[421,44.394]],["parent/1297",[580,7.017]],["name/1298",[526,47.618]],["parent/1298",[580,7.017]],["name/1299",[585,58.27]],["parent/1299",[580,7.017]],["name/1300",[586,58.27]],["parent/1300",[580,7.017]],["name/1301",[587,58.27]],["parent/1301",[580,7.017]],["name/1302",[588,58.27]],["parent/1302",[580,7.017]],["name/1303",[589,58.27]],["parent/1303",[580,7.017]],["name/1304",[590,58.27]],["parent/1304",[580,7.017]],["name/1305",[511,47.317]],["parent/1305",[580,7.017]],["name/1306",[591,49.811]],["parent/1306",[580,7.017]],["name/1307",[352,50.243]],["parent/1307",[580,7.017]],["name/1308",[592,51.363]],["parent/1308",[580,7.017]],["name/1309",[593,56.227]],["parent/1309",[580,7.017]],["name/1310",[594,56.227]],["parent/1310",[580,7.017]],["name/1311",[70,51.167]],["parent/1311",[580,7.017]],["name/1312",[84,48.96]],["parent/1312",[580,7.017]],["name/1313",[68,51.167]],["parent/1313",[580,7.017]],["name/1314",[512,51.363]],["parent/1314",[580,7.017]],["name/1315",[595,58.27]],["parent/1315",[580,7.017]],["name/1316",[596,62.202]],["parent/1316",[580,7.017]],["name/1317",[387,62.202]],["parent/1317",[580,7.017]],["name/1318",[597,58.27]],["parent/1318",[580,7.017]],["name/1319",[71,49.643]],["parent/1319",[502,6.865]],["name/1320",[173,20.78]],["parent/1320",[598,10.024]],["name/1321",[599,58.27]],["parent/1321",[600,9.514]],["name/1322",[601,58.27]],["parent/1322",[600,9.514]],["name/1323",[72,57.883]],["parent/1323",[502,6.865]],["name/1324",[173,20.78]],["parent/1324",[602,10.024]],["name/1325",[408,29.731]],["parent/1325",[603,8.927]],["name/1326",[562,45.295]],["parent/1326",[603,8.927]],["name/1327",[604,58.27]],["parent/1327",[603,8.927]],["name/1328",[605,58.27]],["parent/1328",[603,8.927]],["name/1329",[74,58.075]],["parent/1329",[502,6.865]],["name/1330",[173,20.78]],["parent/1330",[606,10.024]],["name/1331",[408,29.731]],["parent/1331",[607,8.927]],["name/1332",[410,39.926]],["parent/1332",[607,8.927]],["name/1333",[521,51.363]],["parent/1333",[607,8.927]],["name/1334",[608,58.27]],["parent/1334",[607,8.927]],["name/1335",[75,57.883]],["parent/1335",[502,6.865]],["name/1336",[173,20.78]],["parent/1336",[609,10.024]],["name/1337",[410,39.926]],["parent/1337",[610,9.178]],["name/1338",[611,58.27]],["parent/1338",[610,9.178]],["name/1339",[612,58.27]],["parent/1339",[610,9.178]],["name/1340",[76,57.883]],["parent/1340",[502,6.865]],["name/1341",[173,20.78]],["parent/1341",[613,10.024]],["name/1342",[408,29.731]],["parent/1342",[614,8.56]],["name/1343",[615,58.27]],["parent/1343",[614,8.56]],["name/1344",[71,49.643]],["parent/1344",[614,8.56]],["name/1345",[570,51.363]],["parent/1345",[614,8.56]],["name/1346",[616,58.27]],["parent/1346",[614,8.56]],["name/1347",[617,58.27]],["parent/1347",[614,8.56]],["name/1348",[78,58.075]],["parent/1348",[502,6.865]],["name/1349",[173,20.78]],["parent/1349",[618,10.024]],["name/1350",[619,58.27]],["parent/1350",[620,8.727]],["name/1351",[621,58.27]],["parent/1351",[620,8.727]],["name/1352",[622,47.317]],["parent/1352",[620,8.727]],["name/1353",[623,58.27]],["parent/1353",[620,8.727]],["name/1354",[624,58.27]],["parent/1354",[620,8.727]],["name/1355",[98,51.167]],["parent/1355",[502,6.865]],["name/1356",[173,20.78]],["parent/1356",[625,10.024]],["name/1357",[626,58.27]],["parent/1357",[627,10.024]],["name/1358",[93,50.025]],["parent/1358",[502,6.865]],["name/1359",[173,20.78]],["parent/1359",[628,10.024]],["name/1360",[629,58.27]],["parent/1360",[630,9.178]],["name/1361",[631,58.27]],["parent/1361",[630,9.178]],["name/1362",[632,58.27]],["parent/1362",[630,9.178]],["name/1363",[79,57.883]],["parent/1363",[502,6.865]],["name/1364",[173,20.78]],["parent/1364",[633,10.024]],["name/1365",[581,49.316]],["parent/1365",[634,7.907]],["name/1366",[547,44.444]],["parent/1366",[634,7.907]],["name/1367",[544,45.905]],["parent/1367",[634,7.907]],["name/1368",[635,58.27]],["parent/1368",[634,7.907]],["name/1369",[636,46.586]],["parent/1369",[634,7.907]],["name/1370",[637,58.27]],["parent/1370",[634,7.907]],["name/1371",[98,51.167]],["parent/1371",[634,7.907]],["name/1372",[93,50.025]],["parent/1372",[634,7.907]],["name/1373",[638,58.27]],["parent/1373",[634,7.907]],["name/1374",[639,58.27]],["parent/1374",[634,7.907]],["name/1375",[640,58.27]],["parent/1375",[634,7.907]],["name/1376",[534,51.363]],["parent/1376",[634,7.907]],["name/1377",[80,55.757]],["parent/1377",[502,6.865]],["name/1378",[173,20.78]],["parent/1378",[641,10.024]],["name/1379",[408,29.731]],["parent/1379",[642,9.514]],["name/1380",[547,44.444]],["parent/1380",[642,9.514]],["name/1381",[81,57.883]],["parent/1381",[502,6.865]],["name/1382",[173,20.78]],["parent/1382",[643,10.024]],["name/1383",[644,58.27]],["parent/1383",[645,8.927]],["name/1384",[173,20.78]],["parent/1384",[645,8.927]],["name/1385",[646,51.363]],["parent/1385",[647,8.56]],["name/1386",[636,46.586]],["parent/1386",[647,8.56]],["name/1387",[622,47.317]],["parent/1387",[647,8.56]],["name/1388",[648,58.27]],["parent/1388",[645,8.927]],["name/1389",[173,20.78]],["parent/1389",[645,8.927]],["name/1390",[646,51.363]],["parent/1390",[647,8.56]],["name/1391",[636,46.586]],["parent/1391",[647,8.56]],["name/1392",[622,47.317]],["parent/1392",[647,8.56]],["name/1393",[83,55.604]],["parent/1393",[502,6.865]],["name/1394",[173,20.78]],["parent/1394",[649,10.024]],["name/1395",[65,47.186]],["parent/1395",[650,8.56]],["name/1396",[421,44.394]],["parent/1396",[650,8.56]],["name/1397",[408,29.731]],["parent/1397",[650,8.56]],["name/1398",[94,51.023]],["parent/1398",[650,8.56]],["name/1399",[73,51.562]],["parent/1399",[650,8.56]],["name/1400",[540,45.268]],["parent/1400",[650,8.56]],["name/1401",[651,56.147]],["parent/1401",[502,6.865]],["name/1402",[86,57.883]],["parent/1402",[502,6.865]],["name/1403",[173,20.78]],["parent/1403",[652,10.024]],["name/1404",[653,58.27]],["parent/1404",[654,8.727]],["name/1405",[655,58.27]],["parent/1405",[654,8.727]],["name/1406",[656,58.27]],["parent/1406",[654,8.727]],["name/1407",[657,58.27]],["parent/1407",[654,8.727]],["name/1408",[658,58.27]],["parent/1408",[654,8.727]],["name/1409",[87,58.075]],["parent/1409",[502,6.865]],["name/1410",[173,20.78]],["parent/1410",[659,10.024]],["name/1411",[408,29.731]],["parent/1411",[660,8.927]],["name/1412",[661,58.27]],["parent/1412",[660,8.927]],["name/1413",[662,58.27]],["parent/1413",[660,8.927]],["name/1414",[663,58.27]],["parent/1414",[660,8.927]],["name/1415",[88,57.883]],["parent/1415",[502,6.865]],["name/1416",[173,20.78]],["parent/1416",[664,10.024]],["name/1417",[408,29.731]],["parent/1417",[665,8.081]],["name/1418",[340,56.068]],["parent/1418",[665,8.081]],["name/1419",[666,58.27]],["parent/1419",[665,8.081]],["name/1420",[334,56.147]],["parent/1420",[665,8.081]],["name/1421",[667,58.27]],["parent/1421",[665,8.081]],["name/1422",[668,58.27]],["parent/1422",[665,8.081]],["name/1423",[669,58.27]],["parent/1423",[665,8.081]],["name/1424",[670,58.27]],["parent/1424",[665,8.081]],["name/1425",[671,58.27]],["parent/1425",[665,8.081]],["name/1426",[672,58.27]],["parent/1426",[665,8.081]],["name/1427",[89,57.511]],["parent/1427",[502,6.865]],["name/1428",[173,20.78]],["parent/1428",[673,10.024]],["name/1429",[408,29.731]],["parent/1429",[674,8.727]],["name/1430",[675,58.27]],["parent/1430",[674,8.727]],["name/1431",[676,58.27]],["parent/1431",[674,8.727]],["name/1432",[677,58.27]],["parent/1432",[674,8.727]],["name/1433",[678,58.27]],["parent/1433",[674,8.727]],["name/1434",[90,57.883]],["parent/1434",[502,6.865]],["name/1435",[173,20.78]],["parent/1435",[679,10.024]],["name/1436",[562,45.295]],["parent/1436",[680,9.178]],["name/1437",[532,51.363]],["parent/1437",[680,9.178]],["name/1438",[681,58.27]],["parent/1438",[680,9.178]],["name/1439",[91,58.075]],["parent/1439",[502,6.865]],["name/1440",[173,20.78]],["parent/1440",[682,10.024]],["name/1441",[408,29.731]],["parent/1441",[683,8.927]],["name/1442",[684,51.363]],["parent/1442",[683,8.927]],["name/1443",[172,58.075]],["parent/1443",[683,8.927]],["name/1444",[592,51.363]],["parent/1444",[683,8.927]],["name/1445",[95,58.075]],["parent/1445",[502,6.865]],["name/1446",[173,20.78]],["parent/1446",[685,10.024]],["name/1447",[686,54.532]],["parent/1447",[687,8.292]],["name/1448",[582,51.363]],["parent/1448",[687,8.292]],["name/1449",[688,58.27]],["parent/1449",[687,8.292]],["name/1450",[511,47.317]],["parent/1450",[687,8.292]],["name/1451",[591,49.811]],["parent/1451",[687,8.292]],["name/1452",[352,50.243]],["parent/1452",[687,8.292]],["name/1453",[684,51.363]],["parent/1453",[687,8.292]],["name/1454",[689,58.27]],["parent/1454",[687,8.292]],["name/1455",[97,55.911]],["parent/1455",[502,6.865]],["name/1456",[173,20.78]],["parent/1456",[690,10.024]],["name/1457",[417,58.075]],["parent/1457",[691,8.927]],["name/1458",[419,58.075]],["parent/1458",[691,8.927]],["name/1459",[420,58.075]],["parent/1459",[691,8.927]],["name/1460",[421,44.394]],["parent/1460",[691,8.927]],["name/1461",[44,67.457]],["parent/1461",[11,9.514]],["name/1462",[73,51.562]],["parent/1462",[692,6.865]],["name/1463",[173,20.78]],["parent/1463",[693,10.024]],["name/1464",[504,58.27]],["parent/1464",[694,8.927]],["name/1465",[506,58.27]],["parent/1465",[694,8.927]],["name/1466",[155,37.858]],["parent/1466",[694,8.927]],["name/1467",[507,58.27]],["parent/1467",[694,8.927]],["name/1468",[92,51.167]],["parent/1468",[692,6.865]],["name/1469",[173,20.78]],["parent/1469",[695,10.024]],["name/1470",[509,58.27]],["parent/1470",[696,8.727]],["name/1471",[511,47.317]],["parent/1471",[696,8.727]],["name/1472",[512,51.363]],["parent/1472",[696,8.727]],["name/1473",[344,48.357]],["parent/1473",[696,8.727]],["name/1474",[513,51.363]],["parent/1474",[696,8.727]],["name/1475",[65,47.186]],["parent/1475",[692,6.865]],["name/1476",[173,20.78]],["parent/1476",[697,10.024]],["name/1477",[408,29.731]],["parent/1477",[698,7.413]],["name/1478",[493,49.276]],["parent/1478",[698,7.413]],["name/1479",[516,51.363]],["parent/1479",[698,7.413]],["name/1480",[517,58.27]],["parent/1480",[698,7.413]],["name/1481",[518,58.27]],["parent/1481",[698,7.413]],["name/1482",[421,44.394]],["parent/1482",[698,7.413]],["name/1483",[519,58.27]],["parent/1483",[698,7.413]],["name/1484",[520,58.27]],["parent/1484",[698,7.413]],["name/1485",[521,51.363]],["parent/1485",[698,7.413]],["name/1486",[344,48.357]],["parent/1486",[698,7.413]],["name/1487",[155,37.858]],["parent/1487",[698,7.413]],["name/1488",[522,58.27]],["parent/1488",[698,7.413]],["name/1489",[523,58.27]],["parent/1489",[698,7.413]],["name/1490",[524,58.27]],["parent/1490",[698,7.413]],["name/1491",[525,58.27]],["parent/1491",[698,7.413]],["name/1492",[526,47.618]],["parent/1492",[698,7.413]],["name/1493",[527,58.27]],["parent/1493",[698,7.413]],["name/1494",[513,51.363]],["parent/1494",[698,7.413]],["name/1495",[528,58.27]],["parent/1495",[698,7.413]],["name/1496",[92,51.167]],["parent/1496",[698,7.413]],["name/1497",[67,57.883]],["parent/1497",[692,6.865]],["name/1498",[173,20.78]],["parent/1498",[699,10.024]],["name/1499",[530,58.27]],["parent/1499",[700,8.927]],["name/1500",[532,51.363]],["parent/1500",[700,8.927]],["name/1501",[533,58.27]],["parent/1501",[700,8.927]],["name/1502",[534,51.363]],["parent/1502",[700,8.927]],["name/1503",[68,51.167]],["parent/1503",[692,6.865]],["name/1504",[173,20.78]],["parent/1504",[701,10.024]],["name/1505",[410,39.926]],["parent/1505",[702,9.178]],["name/1506",[411,58.075]],["parent/1506",[702,9.178]],["name/1507",[537,58.27]],["parent/1507",[702,9.178]],["name/1508",[69,57.883]],["parent/1508",[692,6.865]],["name/1509",[173,20.78]],["parent/1509",[703,10.024]],["name/1510",[408,29.731]],["parent/1510",[704,8.292]],["name/1511",[540,45.268]],["parent/1511",[704,8.292]],["name/1512",[155,37.858]],["parent/1512",[704,8.292]],["name/1513",[541,58.27]],["parent/1513",[704,8.292]],["name/1514",[542,58.27]],["parent/1514",[704,8.292]],["name/1515",[543,58.27]],["parent/1515",[704,8.292]],["name/1516",[342,56.068]],["parent/1516",[704,8.292]],["name/1517",[544,45.905]],["parent/1517",[704,8.292]],["name/1518",[70,51.167]],["parent/1518",[692,6.865]],["name/1519",[173,20.78]],["parent/1519",[705,10.024]],["name/1520",[155,37.858]],["parent/1520",[706,7.907]],["name/1521",[547,44.444]],["parent/1521",[706,7.907]],["name/1522",[544,45.905]],["parent/1522",[706,7.907]],["name/1523",[540,45.268]],["parent/1523",[706,7.907]],["name/1524",[548,58.27]],["parent/1524",[706,7.907]],["name/1525",[549,58.27]],["parent/1525",[706,7.907]],["name/1526",[550,58.27]],["parent/1526",[706,7.907]],["name/1527",[551,58.27]],["parent/1527",[706,7.907]],["name/1528",[552,58.27]],["parent/1528",[706,7.907]],["name/1529",[553,58.27]],["parent/1529",[706,7.907]],["name/1530",[554,56.227]],["parent/1530",[706,7.907]],["name/1531",[555,56.227]],["parent/1531",[706,7.907]],["name/1532",[82,57.511]],["parent/1532",[692,6.865]],["name/1533",[173,20.78]],["parent/1533",[707,10.024]],["name/1534",[408,29.731]],["parent/1534",[708,8.927]],["name/1535",[493,49.276]],["parent/1535",[708,8.927]],["name/1536",[155,37.858]],["parent/1536",[708,8.927]],["name/1537",[516,51.363]],["parent/1537",[708,8.927]],["name/1538",[77,51.167]],["parent/1538",[692,6.865]],["name/1539",[173,20.78]],["parent/1539",[709,10.024]],["name/1540",[559,58.27]],["parent/1540",[710,9.178]],["name/1541",[561,58.27]],["parent/1541",[710,9.178]],["name/1542",[562,45.295]],["parent/1542",[710,9.178]],["name/1543",[96,55.911]],["parent/1543",[692,6.865]],["name/1544",[173,20.78]],["parent/1544",[711,10.024]],["name/1545",[410,39.926]],["parent/1545",[712,9.178]],["name/1546",[155,37.858]],["parent/1546",[712,9.178]],["name/1547",[77,51.167]],["parent/1547",[712,9.178]],["name/1548",[85,57.978]],["parent/1548",[692,6.865]],["name/1549",[173,20.78]],["parent/1549",[713,10.024]],["name/1550",[547,44.444]],["parent/1550",[714,9.514]],["name/1551",[567,51.363]],["parent/1551",[714,9.514]],["name/1552",[84,48.96]],["parent/1552",[692,6.865]],["name/1553",[173,20.78]],["parent/1553",[715,10.024]],["name/1554",[408,29.731]],["parent/1554",[716,8.417]],["name/1555",[570,51.363]],["parent/1555",[716,8.417]],["name/1556",[571,58.27]],["parent/1556",[716,8.417]],["name/1557",[572,56.227]],["parent/1557",[716,8.417]],["name/1558",[567,51.363]],["parent/1558",[716,8.417]],["name/1559",[573,58.27]],["parent/1559",[716,8.417]],["name/1560",[574,58.27]],["parent/1560",[716,8.417]],["name/1561",[345,56.721]],["parent/1561",[692,6.865]],["name/1562",[173,20.78]],["parent/1562",[717,10.024]],["name/1563",[576,62.202]],["parent/1563",[718,8.927]],["name/1564",[578,62.202]],["parent/1564",[718,8.927]],["name/1565",[410,39.926]],["parent/1565",[718,8.927]],["name/1566",[562,45.295]],["parent/1566",[718,8.927]],["name/1567",[94,51.023]],["parent/1567",[692,6.865]],["name/1568",[173,20.78]],["parent/1568",[719,10.024]],["name/1569",[408,29.731]],["parent/1569",[720,7.017]],["name/1570",[581,49.316]],["parent/1570",[720,7.017]],["name/1571",[155,37.858]],["parent/1571",[720,7.017]],["name/1572",[65,47.186]],["parent/1572",[720,7.017]],["name/1573",[582,51.363]],["parent/1573",[720,7.017]],["name/1574",[583,58.27]],["parent/1574",[720,7.017]],["name/1575",[145,57.978]],["parent/1575",[720,7.017]],["name/1576",[584,58.27]],["parent/1576",[720,7.017]],["name/1577",[421,44.394]],["parent/1577",[720,7.017]],["name/1578",[526,47.618]],["parent/1578",[720,7.017]],["name/1579",[585,58.27]],["parent/1579",[720,7.017]],["name/1580",[586,58.27]],["parent/1580",[720,7.017]],["name/1581",[587,58.27]],["parent/1581",[720,7.017]],["name/1582",[588,58.27]],["parent/1582",[720,7.017]],["name/1583",[589,58.27]],["parent/1583",[720,7.017]],["name/1584",[590,58.27]],["parent/1584",[720,7.017]],["name/1585",[511,47.317]],["parent/1585",[720,7.017]],["name/1586",[591,49.811]],["parent/1586",[720,7.017]],["name/1587",[352,50.243]],["parent/1587",[720,7.017]],["name/1588",[592,51.363]],["parent/1588",[720,7.017]],["name/1589",[593,56.227]],["parent/1589",[720,7.017]],["name/1590",[594,56.227]],["parent/1590",[720,7.017]],["name/1591",[70,51.167]],["parent/1591",[720,7.017]],["name/1592",[84,48.96]],["parent/1592",[720,7.017]],["name/1593",[68,51.167]],["parent/1593",[720,7.017]],["name/1594",[512,51.363]],["parent/1594",[720,7.017]],["name/1595",[595,58.27]],["parent/1595",[720,7.017]],["name/1596",[596,62.202]],["parent/1596",[720,7.017]],["name/1597",[387,62.202]],["parent/1597",[720,7.017]],["name/1598",[597,58.27]],["parent/1598",[720,7.017]],["name/1599",[71,49.643]],["parent/1599",[692,6.865]],["name/1600",[173,20.78]],["parent/1600",[721,10.024]],["name/1601",[599,58.27]],["parent/1601",[722,9.514]],["name/1602",[601,58.27]],["parent/1602",[722,9.514]],["name/1603",[72,57.883]],["parent/1603",[692,6.865]],["name/1604",[173,20.78]],["parent/1604",[723,10.024]],["name/1605",[408,29.731]],["parent/1605",[724,8.927]],["name/1606",[562,45.295]],["parent/1606",[724,8.927]],["name/1607",[604,58.27]],["parent/1607",[724,8.927]],["name/1608",[605,58.27]],["parent/1608",[724,8.927]],["name/1609",[74,58.075]],["parent/1609",[692,6.865]],["name/1610",[173,20.78]],["parent/1610",[725,10.024]],["name/1611",[408,29.731]],["parent/1611",[726,8.927]],["name/1612",[410,39.926]],["parent/1612",[726,8.927]],["name/1613",[521,51.363]],["parent/1613",[726,8.927]],["name/1614",[608,58.27]],["parent/1614",[726,8.927]],["name/1615",[75,57.883]],["parent/1615",[692,6.865]],["name/1616",[173,20.78]],["parent/1616",[727,10.024]],["name/1617",[410,39.926]],["parent/1617",[728,9.178]],["name/1618",[611,58.27]],["parent/1618",[728,9.178]],["name/1619",[612,58.27]],["parent/1619",[728,9.178]],["name/1620",[76,57.883]],["parent/1620",[692,6.865]],["name/1621",[173,20.78]],["parent/1621",[729,10.024]],["name/1622",[408,29.731]],["parent/1622",[730,8.56]],["name/1623",[615,58.27]],["parent/1623",[730,8.56]],["name/1624",[71,49.643]],["parent/1624",[730,8.56]],["name/1625",[570,51.363]],["parent/1625",[730,8.56]],["name/1626",[616,58.27]],["parent/1626",[730,8.56]],["name/1627",[617,58.27]],["parent/1627",[730,8.56]],["name/1628",[78,58.075]],["parent/1628",[692,6.865]],["name/1629",[173,20.78]],["parent/1629",[731,10.024]],["name/1630",[619,58.27]],["parent/1630",[732,8.727]],["name/1631",[621,58.27]],["parent/1631",[732,8.727]],["name/1632",[622,47.317]],["parent/1632",[732,8.727]],["name/1633",[623,58.27]],["parent/1633",[732,8.727]],["name/1634",[624,58.27]],["parent/1634",[732,8.727]],["name/1635",[98,51.167]],["parent/1635",[692,6.865]],["name/1636",[173,20.78]],["parent/1636",[733,10.024]],["name/1637",[626,58.27]],["parent/1637",[734,10.024]],["name/1638",[93,50.025]],["parent/1638",[692,6.865]],["name/1639",[173,20.78]],["parent/1639",[735,10.024]],["name/1640",[629,58.27]],["parent/1640",[736,9.178]],["name/1641",[631,58.27]],["parent/1641",[736,9.178]],["name/1642",[632,58.27]],["parent/1642",[736,9.178]],["name/1643",[79,57.883]],["parent/1643",[692,6.865]],["name/1644",[173,20.78]],["parent/1644",[737,10.024]],["name/1645",[581,49.316]],["parent/1645",[738,7.907]],["name/1646",[547,44.444]],["parent/1646",[738,7.907]],["name/1647",[544,45.905]],["parent/1647",[738,7.907]],["name/1648",[635,58.27]],["parent/1648",[738,7.907]],["name/1649",[636,46.586]],["parent/1649",[738,7.907]],["name/1650",[637,58.27]],["parent/1650",[738,7.907]],["name/1651",[98,51.167]],["parent/1651",[738,7.907]],["name/1652",[93,50.025]],["parent/1652",[738,7.907]],["name/1653",[638,58.27]],["parent/1653",[738,7.907]],["name/1654",[639,58.27]],["parent/1654",[738,7.907]],["name/1655",[640,58.27]],["parent/1655",[738,7.907]],["name/1656",[534,51.363]],["parent/1656",[738,7.907]],["name/1657",[80,55.757]],["parent/1657",[692,6.865]],["name/1658",[173,20.78]],["parent/1658",[739,10.024]],["name/1659",[408,29.731]],["parent/1659",[740,9.514]],["name/1660",[547,44.444]],["parent/1660",[740,9.514]],["name/1661",[81,57.883]],["parent/1661",[692,6.865]],["name/1662",[173,20.78]],["parent/1662",[741,10.024]],["name/1663",[644,58.27]],["parent/1663",[742,8.927]],["name/1664",[173,20.78]],["parent/1664",[742,8.927]],["name/1665",[646,51.363]],["parent/1665",[743,8.56]],["name/1666",[636,46.586]],["parent/1666",[743,8.56]],["name/1667",[622,47.317]],["parent/1667",[743,8.56]],["name/1668",[648,58.27]],["parent/1668",[742,8.927]],["name/1669",[173,20.78]],["parent/1669",[742,8.927]],["name/1670",[646,51.363]],["parent/1670",[743,8.56]],["name/1671",[636,46.586]],["parent/1671",[743,8.56]],["name/1672",[622,47.317]],["parent/1672",[743,8.56]],["name/1673",[83,55.604]],["parent/1673",[692,6.865]],["name/1674",[173,20.78]],["parent/1674",[744,10.024]],["name/1675",[65,47.186]],["parent/1675",[745,8.56]],["name/1676",[421,44.394]],["parent/1676",[745,8.56]],["name/1677",[408,29.731]],["parent/1677",[745,8.56]],["name/1678",[94,51.023]],["parent/1678",[745,8.56]],["name/1679",[73,51.562]],["parent/1679",[745,8.56]],["name/1680",[540,45.268]],["parent/1680",[745,8.56]],["name/1681",[651,56.147]],["parent/1681",[692,6.865]],["name/1682",[86,57.883]],["parent/1682",[692,6.865]],["name/1683",[173,20.78]],["parent/1683",[746,10.024]],["name/1684",[653,58.27]],["parent/1684",[747,8.727]],["name/1685",[655,58.27]],["parent/1685",[747,8.727]],["name/1686",[656,58.27]],["parent/1686",[747,8.727]],["name/1687",[657,58.27]],["parent/1687",[747,8.727]],["name/1688",[658,58.27]],["parent/1688",[747,8.727]],["name/1689",[87,58.075]],["parent/1689",[692,6.865]],["name/1690",[173,20.78]],["parent/1690",[748,10.024]],["name/1691",[408,29.731]],["parent/1691",[749,8.927]],["name/1692",[661,58.27]],["parent/1692",[749,8.927]],["name/1693",[662,58.27]],["parent/1693",[749,8.927]],["name/1694",[663,58.27]],["parent/1694",[749,8.927]],["name/1695",[88,57.883]],["parent/1695",[692,6.865]],["name/1696",[173,20.78]],["parent/1696",[750,10.024]],["name/1697",[408,29.731]],["parent/1697",[751,8.081]],["name/1698",[340,56.068]],["parent/1698",[751,8.081]],["name/1699",[666,58.27]],["parent/1699",[751,8.081]],["name/1700",[334,56.147]],["parent/1700",[751,8.081]],["name/1701",[667,58.27]],["parent/1701",[751,8.081]],["name/1702",[668,58.27]],["parent/1702",[751,8.081]],["name/1703",[669,58.27]],["parent/1703",[751,8.081]],["name/1704",[670,58.27]],["parent/1704",[751,8.081]],["name/1705",[671,58.27]],["parent/1705",[751,8.081]],["name/1706",[672,58.27]],["parent/1706",[751,8.081]],["name/1707",[89,57.511]],["parent/1707",[692,6.865]],["name/1708",[173,20.78]],["parent/1708",[752,10.024]],["name/1709",[408,29.731]],["parent/1709",[753,8.727]],["name/1710",[675,58.27]],["parent/1710",[753,8.727]],["name/1711",[676,58.27]],["parent/1711",[753,8.727]],["name/1712",[677,58.27]],["parent/1712",[753,8.727]],["name/1713",[678,58.27]],["parent/1713",[753,8.727]],["name/1714",[90,57.883]],["parent/1714",[692,6.865]],["name/1715",[173,20.78]],["parent/1715",[754,10.024]],["name/1716",[562,45.295]],["parent/1716",[755,9.178]],["name/1717",[532,51.363]],["parent/1717",[755,9.178]],["name/1718",[681,58.27]],["parent/1718",[755,9.178]],["name/1719",[91,58.075]],["parent/1719",[692,6.865]],["name/1720",[173,20.78]],["parent/1720",[756,10.024]],["name/1721",[408,29.731]],["parent/1721",[757,8.927]],["name/1722",[684,51.363]],["parent/1722",[757,8.927]],["name/1723",[172,58.075]],["parent/1723",[757,8.927]],["name/1724",[592,51.363]],["parent/1724",[757,8.927]],["name/1725",[95,58.075]],["parent/1725",[692,6.865]],["name/1726",[173,20.78]],["parent/1726",[758,10.024]],["name/1727",[686,54.532]],["parent/1727",[759,8.292]],["name/1728",[582,51.363]],["parent/1728",[759,8.292]],["name/1729",[688,58.27]],["parent/1729",[759,8.292]],["name/1730",[511,47.317]],["parent/1730",[759,8.292]],["name/1731",[591,49.811]],["parent/1731",[759,8.292]],["name/1732",[352,50.243]],["parent/1732",[759,8.292]],["name/1733",[684,51.363]],["parent/1733",[759,8.292]],["name/1734",[689,58.27]],["parent/1734",[759,8.292]],["name/1735",[97,55.911]],["parent/1735",[692,6.865]],["name/1736",[173,20.78]],["parent/1736",[760,10.024]],["name/1737",[417,58.075]],["parent/1737",[761,8.927]],["name/1738",[419,58.075]],["parent/1738",[761,8.927]],["name/1739",[420,58.075]],["parent/1739",[761,8.927]],["name/1740",[421,44.394]],["parent/1740",[761,8.927]],["name/1741",[44,67.457]],["parent/1741",[12,9.514]],["name/1742",[73,51.562]],["parent/1742",[762,6.865]],["name/1743",[173,20.78]],["parent/1743",[763,10.024]],["name/1744",[504,58.27]],["parent/1744",[764,8.927]],["name/1745",[506,58.27]],["parent/1745",[764,8.927]],["name/1746",[155,37.858]],["parent/1746",[764,8.927]],["name/1747",[507,58.27]],["parent/1747",[764,8.927]],["name/1748",[92,51.167]],["parent/1748",[762,6.865]],["name/1749",[173,20.78]],["parent/1749",[765,10.024]],["name/1750",[509,58.27]],["parent/1750",[766,8.727]],["name/1751",[511,47.317]],["parent/1751",[766,8.727]],["name/1752",[512,51.363]],["parent/1752",[766,8.727]],["name/1753",[344,48.357]],["parent/1753",[766,8.727]],["name/1754",[513,51.363]],["parent/1754",[766,8.727]],["name/1755",[65,47.186]],["parent/1755",[762,6.865]],["name/1756",[173,20.78]],["parent/1756",[767,10.024]],["name/1757",[408,29.731]],["parent/1757",[768,7.413]],["name/1758",[493,49.276]],["parent/1758",[768,7.413]],["name/1759",[516,51.363]],["parent/1759",[768,7.413]],["name/1760",[517,58.27]],["parent/1760",[768,7.413]],["name/1761",[518,58.27]],["parent/1761",[768,7.413]],["name/1762",[421,44.394]],["parent/1762",[768,7.413]],["name/1763",[519,58.27]],["parent/1763",[768,7.413]],["name/1764",[520,58.27]],["parent/1764",[768,7.413]],["name/1765",[521,51.363]],["parent/1765",[768,7.413]],["name/1766",[344,48.357]],["parent/1766",[768,7.413]],["name/1767",[155,37.858]],["parent/1767",[768,7.413]],["name/1768",[522,58.27]],["parent/1768",[768,7.413]],["name/1769",[523,58.27]],["parent/1769",[768,7.413]],["name/1770",[524,58.27]],["parent/1770",[768,7.413]],["name/1771",[525,58.27]],["parent/1771",[768,7.413]],["name/1772",[526,47.618]],["parent/1772",[768,7.413]],["name/1773",[527,58.27]],["parent/1773",[768,7.413]],["name/1774",[513,51.363]],["parent/1774",[768,7.413]],["name/1775",[528,58.27]],["parent/1775",[768,7.413]],["name/1776",[92,51.167]],["parent/1776",[768,7.413]],["name/1777",[67,57.883]],["parent/1777",[762,6.865]],["name/1778",[173,20.78]],["parent/1778",[769,10.024]],["name/1779",[530,58.27]],["parent/1779",[770,8.927]],["name/1780",[532,51.363]],["parent/1780",[770,8.927]],["name/1781",[533,58.27]],["parent/1781",[770,8.927]],["name/1782",[534,51.363]],["parent/1782",[770,8.927]],["name/1783",[68,51.167]],["parent/1783",[762,6.865]],["name/1784",[173,20.78]],["parent/1784",[771,10.024]],["name/1785",[410,39.926]],["parent/1785",[772,9.178]],["name/1786",[411,58.075]],["parent/1786",[772,9.178]],["name/1787",[537,58.27]],["parent/1787",[772,9.178]],["name/1788",[69,57.883]],["parent/1788",[762,6.865]],["name/1789",[173,20.78]],["parent/1789",[773,10.024]],["name/1790",[408,29.731]],["parent/1790",[774,8.292]],["name/1791",[540,45.268]],["parent/1791",[774,8.292]],["name/1792",[155,37.858]],["parent/1792",[774,8.292]],["name/1793",[541,58.27]],["parent/1793",[774,8.292]],["name/1794",[542,58.27]],["parent/1794",[774,8.292]],["name/1795",[543,58.27]],["parent/1795",[774,8.292]],["name/1796",[342,56.068]],["parent/1796",[774,8.292]],["name/1797",[544,45.905]],["parent/1797",[774,8.292]],["name/1798",[70,51.167]],["parent/1798",[762,6.865]],["name/1799",[173,20.78]],["parent/1799",[775,10.024]],["name/1800",[155,37.858]],["parent/1800",[776,7.907]],["name/1801",[547,44.444]],["parent/1801",[776,7.907]],["name/1802",[544,45.905]],["parent/1802",[776,7.907]],["name/1803",[540,45.268]],["parent/1803",[776,7.907]],["name/1804",[548,58.27]],["parent/1804",[776,7.907]],["name/1805",[549,58.27]],["parent/1805",[776,7.907]],["name/1806",[550,58.27]],["parent/1806",[776,7.907]],["name/1807",[551,58.27]],["parent/1807",[776,7.907]],["name/1808",[552,58.27]],["parent/1808",[776,7.907]],["name/1809",[553,58.27]],["parent/1809",[776,7.907]],["name/1810",[554,56.227]],["parent/1810",[776,7.907]],["name/1811",[555,56.227]],["parent/1811",[776,7.907]],["name/1812",[82,57.511]],["parent/1812",[762,6.865]],["name/1813",[173,20.78]],["parent/1813",[777,10.024]],["name/1814",[408,29.731]],["parent/1814",[778,8.927]],["name/1815",[493,49.276]],["parent/1815",[778,8.927]],["name/1816",[155,37.858]],["parent/1816",[778,8.927]],["name/1817",[516,51.363]],["parent/1817",[778,8.927]],["name/1818",[77,51.167]],["parent/1818",[762,6.865]],["name/1819",[173,20.78]],["parent/1819",[779,10.024]],["name/1820",[559,58.27]],["parent/1820",[780,9.178]],["name/1821",[561,58.27]],["parent/1821",[780,9.178]],["name/1822",[562,45.295]],["parent/1822",[780,9.178]],["name/1823",[96,55.911]],["parent/1823",[762,6.865]],["name/1824",[173,20.78]],["parent/1824",[781,10.024]],["name/1825",[410,39.926]],["parent/1825",[782,9.178]],["name/1826",[155,37.858]],["parent/1826",[782,9.178]],["name/1827",[77,51.167]],["parent/1827",[782,9.178]],["name/1828",[85,57.978]],["parent/1828",[762,6.865]],["name/1829",[173,20.78]],["parent/1829",[783,10.024]],["name/1830",[547,44.444]],["parent/1830",[784,9.514]],["name/1831",[567,51.363]],["parent/1831",[784,9.514]],["name/1832",[84,48.96]],["parent/1832",[762,6.865]],["name/1833",[173,20.78]],["parent/1833",[785,10.024]],["name/1834",[408,29.731]],["parent/1834",[786,8.417]],["name/1835",[570,51.363]],["parent/1835",[786,8.417]],["name/1836",[571,58.27]],["parent/1836",[786,8.417]],["name/1837",[572,56.227]],["parent/1837",[786,8.417]],["name/1838",[567,51.363]],["parent/1838",[786,8.417]],["name/1839",[573,58.27]],["parent/1839",[786,8.417]],["name/1840",[574,58.27]],["parent/1840",[786,8.417]],["name/1841",[345,56.721]],["parent/1841",[762,6.865]],["name/1842",[173,20.78]],["parent/1842",[787,10.024]],["name/1843",[576,62.202]],["parent/1843",[788,8.927]],["name/1844",[578,62.202]],["parent/1844",[788,8.927]],["name/1845",[410,39.926]],["parent/1845",[788,8.927]],["name/1846",[562,45.295]],["parent/1846",[788,8.927]],["name/1847",[94,51.023]],["parent/1847",[762,6.865]],["name/1848",[173,20.78]],["parent/1848",[789,10.024]],["name/1849",[408,29.731]],["parent/1849",[790,7.017]],["name/1850",[581,49.316]],["parent/1850",[790,7.017]],["name/1851",[155,37.858]],["parent/1851",[790,7.017]],["name/1852",[65,47.186]],["parent/1852",[790,7.017]],["name/1853",[582,51.363]],["parent/1853",[790,7.017]],["name/1854",[583,58.27]],["parent/1854",[790,7.017]],["name/1855",[145,57.978]],["parent/1855",[790,7.017]],["name/1856",[584,58.27]],["parent/1856",[790,7.017]],["name/1857",[421,44.394]],["parent/1857",[790,7.017]],["name/1858",[526,47.618]],["parent/1858",[790,7.017]],["name/1859",[585,58.27]],["parent/1859",[790,7.017]],["name/1860",[586,58.27]],["parent/1860",[790,7.017]],["name/1861",[587,58.27]],["parent/1861",[790,7.017]],["name/1862",[588,58.27]],["parent/1862",[790,7.017]],["name/1863",[589,58.27]],["parent/1863",[790,7.017]],["name/1864",[590,58.27]],["parent/1864",[790,7.017]],["name/1865",[511,47.317]],["parent/1865",[790,7.017]],["name/1866",[591,49.811]],["parent/1866",[790,7.017]],["name/1867",[352,50.243]],["parent/1867",[790,7.017]],["name/1868",[592,51.363]],["parent/1868",[790,7.017]],["name/1869",[593,56.227]],["parent/1869",[790,7.017]],["name/1870",[594,56.227]],["parent/1870",[790,7.017]],["name/1871",[70,51.167]],["parent/1871",[790,7.017]],["name/1872",[84,48.96]],["parent/1872",[790,7.017]],["name/1873",[68,51.167]],["parent/1873",[790,7.017]],["name/1874",[512,51.363]],["parent/1874",[790,7.017]],["name/1875",[595,58.27]],["parent/1875",[790,7.017]],["name/1876",[596,62.202]],["parent/1876",[790,7.017]],["name/1877",[387,62.202]],["parent/1877",[790,7.017]],["name/1878",[597,58.27]],["parent/1878",[790,7.017]],["name/1879",[71,49.643]],["parent/1879",[762,6.865]],["name/1880",[173,20.78]],["parent/1880",[791,10.024]],["name/1881",[599,58.27]],["parent/1881",[792,9.514]],["name/1882",[601,58.27]],["parent/1882",[792,9.514]],["name/1883",[72,57.883]],["parent/1883",[762,6.865]],["name/1884",[173,20.78]],["parent/1884",[793,10.024]],["name/1885",[408,29.731]],["parent/1885",[794,8.927]],["name/1886",[562,45.295]],["parent/1886",[794,8.927]],["name/1887",[604,58.27]],["parent/1887",[794,8.927]],["name/1888",[605,58.27]],["parent/1888",[794,8.927]],["name/1889",[74,58.075]],["parent/1889",[762,6.865]],["name/1890",[173,20.78]],["parent/1890",[795,10.024]],["name/1891",[408,29.731]],["parent/1891",[796,8.927]],["name/1892",[410,39.926]],["parent/1892",[796,8.927]],["name/1893",[521,51.363]],["parent/1893",[796,8.927]],["name/1894",[608,58.27]],["parent/1894",[796,8.927]],["name/1895",[75,57.883]],["parent/1895",[762,6.865]],["name/1896",[173,20.78]],["parent/1896",[797,10.024]],["name/1897",[410,39.926]],["parent/1897",[798,9.178]],["name/1898",[611,58.27]],["parent/1898",[798,9.178]],["name/1899",[612,58.27]],["parent/1899",[798,9.178]],["name/1900",[76,57.883]],["parent/1900",[762,6.865]],["name/1901",[173,20.78]],["parent/1901",[799,10.024]],["name/1902",[408,29.731]],["parent/1902",[800,8.56]],["name/1903",[615,58.27]],["parent/1903",[800,8.56]],["name/1904",[71,49.643]],["parent/1904",[800,8.56]],["name/1905",[570,51.363]],["parent/1905",[800,8.56]],["name/1906",[616,58.27]],["parent/1906",[800,8.56]],["name/1907",[617,58.27]],["parent/1907",[800,8.56]],["name/1908",[78,58.075]],["parent/1908",[762,6.865]],["name/1909",[173,20.78]],["parent/1909",[801,10.024]],["name/1910",[619,58.27]],["parent/1910",[802,8.727]],["name/1911",[621,58.27]],["parent/1911",[802,8.727]],["name/1912",[622,47.317]],["parent/1912",[802,8.727]],["name/1913",[623,58.27]],["parent/1913",[802,8.727]],["name/1914",[624,58.27]],["parent/1914",[802,8.727]],["name/1915",[98,51.167]],["parent/1915",[762,6.865]],["name/1916",[173,20.78]],["parent/1916",[803,10.024]],["name/1917",[626,58.27]],["parent/1917",[804,10.024]],["name/1918",[93,50.025]],["parent/1918",[762,6.865]],["name/1919",[173,20.78]],["parent/1919",[805,10.024]],["name/1920",[629,58.27]],["parent/1920",[806,9.178]],["name/1921",[631,58.27]],["parent/1921",[806,9.178]],["name/1922",[632,58.27]],["parent/1922",[806,9.178]],["name/1923",[79,57.883]],["parent/1923",[762,6.865]],["name/1924",[173,20.78]],["parent/1924",[807,10.024]],["name/1925",[581,49.316]],["parent/1925",[808,7.907]],["name/1926",[547,44.444]],["parent/1926",[808,7.907]],["name/1927",[544,45.905]],["parent/1927",[808,7.907]],["name/1928",[635,58.27]],["parent/1928",[808,7.907]],["name/1929",[636,46.586]],["parent/1929",[808,7.907]],["name/1930",[637,58.27]],["parent/1930",[808,7.907]],["name/1931",[98,51.167]],["parent/1931",[808,7.907]],["name/1932",[93,50.025]],["parent/1932",[808,7.907]],["name/1933",[638,58.27]],["parent/1933",[808,7.907]],["name/1934",[639,58.27]],["parent/1934",[808,7.907]],["name/1935",[640,58.27]],["parent/1935",[808,7.907]],["name/1936",[534,51.363]],["parent/1936",[808,7.907]],["name/1937",[80,55.757]],["parent/1937",[762,6.865]],["name/1938",[173,20.78]],["parent/1938",[809,10.024]],["name/1939",[408,29.731]],["parent/1939",[810,9.514]],["name/1940",[547,44.444]],["parent/1940",[810,9.514]],["name/1941",[81,57.883]],["parent/1941",[762,6.865]],["name/1942",[173,20.78]],["parent/1942",[811,10.024]],["name/1943",[644,58.27]],["parent/1943",[812,8.927]],["name/1944",[173,20.78]],["parent/1944",[812,8.927]],["name/1945",[646,51.363]],["parent/1945",[813,8.56]],["name/1946",[636,46.586]],["parent/1946",[813,8.56]],["name/1947",[622,47.317]],["parent/1947",[813,8.56]],["name/1948",[648,58.27]],["parent/1948",[812,8.927]],["name/1949",[173,20.78]],["parent/1949",[812,8.927]],["name/1950",[646,51.363]],["parent/1950",[813,8.56]],["name/1951",[636,46.586]],["parent/1951",[813,8.56]],["name/1952",[622,47.317]],["parent/1952",[813,8.56]],["name/1953",[83,55.604]],["parent/1953",[762,6.865]],["name/1954",[173,20.78]],["parent/1954",[814,10.024]],["name/1955",[65,47.186]],["parent/1955",[815,8.56]],["name/1956",[421,44.394]],["parent/1956",[815,8.56]],["name/1957",[408,29.731]],["parent/1957",[815,8.56]],["name/1958",[94,51.023]],["parent/1958",[815,8.56]],["name/1959",[73,51.562]],["parent/1959",[815,8.56]],["name/1960",[540,45.268]],["parent/1960",[815,8.56]],["name/1961",[651,56.147]],["parent/1961",[762,6.865]],["name/1962",[86,57.883]],["parent/1962",[762,6.865]],["name/1963",[173,20.78]],["parent/1963",[816,10.024]],["name/1964",[653,58.27]],["parent/1964",[817,8.727]],["name/1965",[655,58.27]],["parent/1965",[817,8.727]],["name/1966",[656,58.27]],["parent/1966",[817,8.727]],["name/1967",[657,58.27]],["parent/1967",[817,8.727]],["name/1968",[658,58.27]],["parent/1968",[817,8.727]],["name/1969",[87,58.075]],["parent/1969",[762,6.865]],["name/1970",[173,20.78]],["parent/1970",[818,10.024]],["name/1971",[408,29.731]],["parent/1971",[819,8.927]],["name/1972",[661,58.27]],["parent/1972",[819,8.927]],["name/1973",[662,58.27]],["parent/1973",[819,8.927]],["name/1974",[663,58.27]],["parent/1974",[819,8.927]],["name/1975",[88,57.883]],["parent/1975",[762,6.865]],["name/1976",[173,20.78]],["parent/1976",[820,10.024]],["name/1977",[408,29.731]],["parent/1977",[821,8.081]],["name/1978",[340,56.068]],["parent/1978",[821,8.081]],["name/1979",[666,58.27]],["parent/1979",[821,8.081]],["name/1980",[334,56.147]],["parent/1980",[821,8.081]],["name/1981",[667,58.27]],["parent/1981",[821,8.081]],["name/1982",[668,58.27]],["parent/1982",[821,8.081]],["name/1983",[669,58.27]],["parent/1983",[821,8.081]],["name/1984",[670,58.27]],["parent/1984",[821,8.081]],["name/1985",[671,58.27]],["parent/1985",[821,8.081]],["name/1986",[672,58.27]],["parent/1986",[821,8.081]],["name/1987",[89,57.511]],["parent/1987",[762,6.865]],["name/1988",[173,20.78]],["parent/1988",[822,10.024]],["name/1989",[408,29.731]],["parent/1989",[823,8.727]],["name/1990",[675,58.27]],["parent/1990",[823,8.727]],["name/1991",[676,58.27]],["parent/1991",[823,8.727]],["name/1992",[677,58.27]],["parent/1992",[823,8.727]],["name/1993",[678,58.27]],["parent/1993",[823,8.727]],["name/1994",[90,57.883]],["parent/1994",[762,6.865]],["name/1995",[173,20.78]],["parent/1995",[824,10.024]],["name/1996",[562,45.295]],["parent/1996",[825,9.178]],["name/1997",[532,51.363]],["parent/1997",[825,9.178]],["name/1998",[681,58.27]],["parent/1998",[825,9.178]],["name/1999",[91,58.075]],["parent/1999",[762,6.865]],["name/2000",[173,20.78]],["parent/2000",[826,10.024]],["name/2001",[408,29.731]],["parent/2001",[827,8.927]],["name/2002",[684,51.363]],["parent/2002",[827,8.927]],["name/2003",[172,58.075]],["parent/2003",[827,8.927]],["name/2004",[592,51.363]],["parent/2004",[827,8.927]],["name/2005",[95,58.075]],["parent/2005",[762,6.865]],["name/2006",[173,20.78]],["parent/2006",[828,10.024]],["name/2007",[686,54.532]],["parent/2007",[829,8.292]],["name/2008",[582,51.363]],["parent/2008",[829,8.292]],["name/2009",[688,58.27]],["parent/2009",[829,8.292]],["name/2010",[511,47.317]],["parent/2010",[829,8.292]],["name/2011",[591,49.811]],["parent/2011",[829,8.292]],["name/2012",[352,50.243]],["parent/2012",[829,8.292]],["name/2013",[684,51.363]],["parent/2013",[829,8.292]],["name/2014",[689,58.27]],["parent/2014",[829,8.292]],["name/2015",[97,55.911]],["parent/2015",[762,6.865]],["name/2016",[173,20.78]],["parent/2016",[830,10.024]],["name/2017",[417,58.075]],["parent/2017",[831,8.927]],["name/2018",[419,58.075]],["parent/2018",[831,8.927]],["name/2019",[420,58.075]],["parent/2019",[831,8.927]],["name/2020",[421,44.394]],["parent/2020",[831,8.927]],["name/2021",[44,67.457]],["parent/2021",[13,9.514]],["name/2022",[73,51.562]],["parent/2022",[832,6.865]],["name/2023",[173,20.78]],["parent/2023",[833,10.024]],["name/2024",[504,58.27]],["parent/2024",[834,8.927]],["name/2025",[506,58.27]],["parent/2025",[834,8.927]],["name/2026",[155,37.858]],["parent/2026",[834,8.927]],["name/2027",[507,58.27]],["parent/2027",[834,8.927]],["name/2028",[92,51.167]],["parent/2028",[832,6.865]],["name/2029",[173,20.78]],["parent/2029",[835,10.024]],["name/2030",[509,58.27]],["parent/2030",[836,8.727]],["name/2031",[511,47.317]],["parent/2031",[836,8.727]],["name/2032",[512,51.363]],["parent/2032",[836,8.727]],["name/2033",[344,48.357]],["parent/2033",[836,8.727]],["name/2034",[513,51.363]],["parent/2034",[836,8.727]],["name/2035",[65,47.186]],["parent/2035",[832,6.865]],["name/2036",[173,20.78]],["parent/2036",[837,10.024]],["name/2037",[408,29.731]],["parent/2037",[838,7.413]],["name/2038",[493,49.276]],["parent/2038",[838,7.413]],["name/2039",[516,51.363]],["parent/2039",[838,7.413]],["name/2040",[517,58.27]],["parent/2040",[838,7.413]],["name/2041",[518,58.27]],["parent/2041",[838,7.413]],["name/2042",[421,44.394]],["parent/2042",[838,7.413]],["name/2043",[519,58.27]],["parent/2043",[838,7.413]],["name/2044",[520,58.27]],["parent/2044",[838,7.413]],["name/2045",[521,51.363]],["parent/2045",[838,7.413]],["name/2046",[344,48.357]],["parent/2046",[838,7.413]],["name/2047",[155,37.858]],["parent/2047",[838,7.413]],["name/2048",[522,58.27]],["parent/2048",[838,7.413]],["name/2049",[523,58.27]],["parent/2049",[838,7.413]],["name/2050",[524,58.27]],["parent/2050",[838,7.413]],["name/2051",[525,58.27]],["parent/2051",[838,7.413]],["name/2052",[526,47.618]],["parent/2052",[838,7.413]],["name/2053",[527,58.27]],["parent/2053",[838,7.413]],["name/2054",[513,51.363]],["parent/2054",[838,7.413]],["name/2055",[528,58.27]],["parent/2055",[838,7.413]],["name/2056",[92,51.167]],["parent/2056",[838,7.413]],["name/2057",[67,57.883]],["parent/2057",[832,6.865]],["name/2058",[173,20.78]],["parent/2058",[839,10.024]],["name/2059",[530,58.27]],["parent/2059",[840,8.927]],["name/2060",[532,51.363]],["parent/2060",[840,8.927]],["name/2061",[533,58.27]],["parent/2061",[840,8.927]],["name/2062",[534,51.363]],["parent/2062",[840,8.927]],["name/2063",[68,51.167]],["parent/2063",[832,6.865]],["name/2064",[173,20.78]],["parent/2064",[841,10.024]],["name/2065",[410,39.926]],["parent/2065",[842,9.178]],["name/2066",[411,58.075]],["parent/2066",[842,9.178]],["name/2067",[537,58.27]],["parent/2067",[842,9.178]],["name/2068",[69,57.883]],["parent/2068",[832,6.865]],["name/2069",[173,20.78]],["parent/2069",[843,10.024]],["name/2070",[408,29.731]],["parent/2070",[844,8.292]],["name/2071",[540,45.268]],["parent/2071",[844,8.292]],["name/2072",[155,37.858]],["parent/2072",[844,8.292]],["name/2073",[541,58.27]],["parent/2073",[844,8.292]],["name/2074",[542,58.27]],["parent/2074",[844,8.292]],["name/2075",[543,58.27]],["parent/2075",[844,8.292]],["name/2076",[342,56.068]],["parent/2076",[844,8.292]],["name/2077",[544,45.905]],["parent/2077",[844,8.292]],["name/2078",[70,51.167]],["parent/2078",[832,6.865]],["name/2079",[173,20.78]],["parent/2079",[845,10.024]],["name/2080",[155,37.858]],["parent/2080",[846,7.907]],["name/2081",[547,44.444]],["parent/2081",[846,7.907]],["name/2082",[544,45.905]],["parent/2082",[846,7.907]],["name/2083",[540,45.268]],["parent/2083",[846,7.907]],["name/2084",[548,58.27]],["parent/2084",[846,7.907]],["name/2085",[549,58.27]],["parent/2085",[846,7.907]],["name/2086",[550,58.27]],["parent/2086",[846,7.907]],["name/2087",[551,58.27]],["parent/2087",[846,7.907]],["name/2088",[552,58.27]],["parent/2088",[846,7.907]],["name/2089",[553,58.27]],["parent/2089",[846,7.907]],["name/2090",[554,56.227]],["parent/2090",[846,7.907]],["name/2091",[555,56.227]],["parent/2091",[846,7.907]],["name/2092",[82,57.511]],["parent/2092",[832,6.865]],["name/2093",[173,20.78]],["parent/2093",[847,10.024]],["name/2094",[408,29.731]],["parent/2094",[848,8.927]],["name/2095",[493,49.276]],["parent/2095",[848,8.927]],["name/2096",[155,37.858]],["parent/2096",[848,8.927]],["name/2097",[516,51.363]],["parent/2097",[848,8.927]],["name/2098",[77,51.167]],["parent/2098",[832,6.865]],["name/2099",[173,20.78]],["parent/2099",[849,10.024]],["name/2100",[559,58.27]],["parent/2100",[850,9.178]],["name/2101",[561,58.27]],["parent/2101",[850,9.178]],["name/2102",[562,45.295]],["parent/2102",[850,9.178]],["name/2103",[96,55.911]],["parent/2103",[832,6.865]],["name/2104",[173,20.78]],["parent/2104",[851,10.024]],["name/2105",[410,39.926]],["parent/2105",[852,9.178]],["name/2106",[155,37.858]],["parent/2106",[852,9.178]],["name/2107",[77,51.167]],["parent/2107",[852,9.178]],["name/2108",[85,57.978]],["parent/2108",[832,6.865]],["name/2109",[173,20.78]],["parent/2109",[853,10.024]],["name/2110",[547,44.444]],["parent/2110",[854,9.514]],["name/2111",[567,51.363]],["parent/2111",[854,9.514]],["name/2112",[84,48.96]],["parent/2112",[832,6.865]],["name/2113",[173,20.78]],["parent/2113",[855,10.024]],["name/2114",[408,29.731]],["parent/2114",[856,8.417]],["name/2115",[570,51.363]],["parent/2115",[856,8.417]],["name/2116",[571,58.27]],["parent/2116",[856,8.417]],["name/2117",[572,56.227]],["parent/2117",[856,8.417]],["name/2118",[567,51.363]],["parent/2118",[856,8.417]],["name/2119",[573,58.27]],["parent/2119",[856,8.417]],["name/2120",[574,58.27]],["parent/2120",[856,8.417]],["name/2121",[345,56.721]],["parent/2121",[832,6.865]],["name/2122",[173,20.78]],["parent/2122",[857,10.024]],["name/2123",[576,62.202]],["parent/2123",[858,8.927]],["name/2124",[578,62.202]],["parent/2124",[858,8.927]],["name/2125",[410,39.926]],["parent/2125",[858,8.927]],["name/2126",[562,45.295]],["parent/2126",[858,8.927]],["name/2127",[94,51.023]],["parent/2127",[832,6.865]],["name/2128",[173,20.78]],["parent/2128",[859,10.024]],["name/2129",[408,29.731]],["parent/2129",[860,7.017]],["name/2130",[581,49.316]],["parent/2130",[860,7.017]],["name/2131",[155,37.858]],["parent/2131",[860,7.017]],["name/2132",[65,47.186]],["parent/2132",[860,7.017]],["name/2133",[582,51.363]],["parent/2133",[860,7.017]],["name/2134",[583,58.27]],["parent/2134",[860,7.017]],["name/2135",[145,57.978]],["parent/2135",[860,7.017]],["name/2136",[584,58.27]],["parent/2136",[860,7.017]],["name/2137",[421,44.394]],["parent/2137",[860,7.017]],["name/2138",[526,47.618]],["parent/2138",[860,7.017]],["name/2139",[585,58.27]],["parent/2139",[860,7.017]],["name/2140",[586,58.27]],["parent/2140",[860,7.017]],["name/2141",[587,58.27]],["parent/2141",[860,7.017]],["name/2142",[588,58.27]],["parent/2142",[860,7.017]],["name/2143",[589,58.27]],["parent/2143",[860,7.017]],["name/2144",[590,58.27]],["parent/2144",[860,7.017]],["name/2145",[511,47.317]],["parent/2145",[860,7.017]],["name/2146",[591,49.811]],["parent/2146",[860,7.017]],["name/2147",[352,50.243]],["parent/2147",[860,7.017]],["name/2148",[592,51.363]],["parent/2148",[860,7.017]],["name/2149",[593,56.227]],["parent/2149",[860,7.017]],["name/2150",[594,56.227]],["parent/2150",[860,7.017]],["name/2151",[70,51.167]],["parent/2151",[860,7.017]],["name/2152",[84,48.96]],["parent/2152",[860,7.017]],["name/2153",[68,51.167]],["parent/2153",[860,7.017]],["name/2154",[512,51.363]],["parent/2154",[860,7.017]],["name/2155",[595,58.27]],["parent/2155",[860,7.017]],["name/2156",[596,62.202]],["parent/2156",[860,7.017]],["name/2157",[387,62.202]],["parent/2157",[860,7.017]],["name/2158",[597,58.27]],["parent/2158",[860,7.017]],["name/2159",[71,49.643]],["parent/2159",[832,6.865]],["name/2160",[173,20.78]],["parent/2160",[861,10.024]],["name/2161",[599,58.27]],["parent/2161",[862,9.514]],["name/2162",[601,58.27]],["parent/2162",[862,9.514]],["name/2163",[72,57.883]],["parent/2163",[832,6.865]],["name/2164",[173,20.78]],["parent/2164",[863,10.024]],["name/2165",[408,29.731]],["parent/2165",[864,8.927]],["name/2166",[562,45.295]],["parent/2166",[864,8.927]],["name/2167",[604,58.27]],["parent/2167",[864,8.927]],["name/2168",[605,58.27]],["parent/2168",[864,8.927]],["name/2169",[74,58.075]],["parent/2169",[832,6.865]],["name/2170",[173,20.78]],["parent/2170",[865,10.024]],["name/2171",[408,29.731]],["parent/2171",[866,8.927]],["name/2172",[410,39.926]],["parent/2172",[866,8.927]],["name/2173",[521,51.363]],["parent/2173",[866,8.927]],["name/2174",[608,58.27]],["parent/2174",[866,8.927]],["name/2175",[75,57.883]],["parent/2175",[832,6.865]],["name/2176",[173,20.78]],["parent/2176",[867,10.024]],["name/2177",[410,39.926]],["parent/2177",[868,9.178]],["name/2178",[611,58.27]],["parent/2178",[868,9.178]],["name/2179",[612,58.27]],["parent/2179",[868,9.178]],["name/2180",[76,57.883]],["parent/2180",[832,6.865]],["name/2181",[173,20.78]],["parent/2181",[869,10.024]],["name/2182",[408,29.731]],["parent/2182",[870,8.56]],["name/2183",[615,58.27]],["parent/2183",[870,8.56]],["name/2184",[71,49.643]],["parent/2184",[870,8.56]],["name/2185",[570,51.363]],["parent/2185",[870,8.56]],["name/2186",[616,58.27]],["parent/2186",[870,8.56]],["name/2187",[617,58.27]],["parent/2187",[870,8.56]],["name/2188",[78,58.075]],["parent/2188",[832,6.865]],["name/2189",[173,20.78]],["parent/2189",[871,10.024]],["name/2190",[619,58.27]],["parent/2190",[872,8.727]],["name/2191",[621,58.27]],["parent/2191",[872,8.727]],["name/2192",[622,47.317]],["parent/2192",[872,8.727]],["name/2193",[623,58.27]],["parent/2193",[872,8.727]],["name/2194",[624,58.27]],["parent/2194",[872,8.727]],["name/2195",[98,51.167]],["parent/2195",[832,6.865]],["name/2196",[173,20.78]],["parent/2196",[873,10.024]],["name/2197",[626,58.27]],["parent/2197",[874,10.024]],["name/2198",[93,50.025]],["parent/2198",[832,6.865]],["name/2199",[173,20.78]],["parent/2199",[875,10.024]],["name/2200",[629,58.27]],["parent/2200",[876,9.178]],["name/2201",[631,58.27]],["parent/2201",[876,9.178]],["name/2202",[632,58.27]],["parent/2202",[876,9.178]],["name/2203",[79,57.883]],["parent/2203",[832,6.865]],["name/2204",[173,20.78]],["parent/2204",[877,10.024]],["name/2205",[581,49.316]],["parent/2205",[878,7.907]],["name/2206",[547,44.444]],["parent/2206",[878,7.907]],["name/2207",[544,45.905]],["parent/2207",[878,7.907]],["name/2208",[635,58.27]],["parent/2208",[878,7.907]],["name/2209",[636,46.586]],["parent/2209",[878,7.907]],["name/2210",[637,58.27]],["parent/2210",[878,7.907]],["name/2211",[98,51.167]],["parent/2211",[878,7.907]],["name/2212",[93,50.025]],["parent/2212",[878,7.907]],["name/2213",[638,58.27]],["parent/2213",[878,7.907]],["name/2214",[639,58.27]],["parent/2214",[878,7.907]],["name/2215",[640,58.27]],["parent/2215",[878,7.907]],["name/2216",[534,51.363]],["parent/2216",[878,7.907]],["name/2217",[80,55.757]],["parent/2217",[832,6.865]],["name/2218",[173,20.78]],["parent/2218",[879,10.024]],["name/2219",[408,29.731]],["parent/2219",[880,9.514]],["name/2220",[547,44.444]],["parent/2220",[880,9.514]],["name/2221",[81,57.883]],["parent/2221",[832,6.865]],["name/2222",[173,20.78]],["parent/2222",[881,10.024]],["name/2223",[644,58.27]],["parent/2223",[882,8.927]],["name/2224",[173,20.78]],["parent/2224",[882,8.927]],["name/2225",[646,51.363]],["parent/2225",[883,8.56]],["name/2226",[636,46.586]],["parent/2226",[883,8.56]],["name/2227",[622,47.317]],["parent/2227",[883,8.56]],["name/2228",[648,58.27]],["parent/2228",[882,8.927]],["name/2229",[173,20.78]],["parent/2229",[882,8.927]],["name/2230",[646,51.363]],["parent/2230",[883,8.56]],["name/2231",[636,46.586]],["parent/2231",[883,8.56]],["name/2232",[622,47.317]],["parent/2232",[883,8.56]],["name/2233",[83,55.604]],["parent/2233",[832,6.865]],["name/2234",[173,20.78]],["parent/2234",[884,10.024]],["name/2235",[65,47.186]],["parent/2235",[885,8.56]],["name/2236",[421,44.394]],["parent/2236",[885,8.56]],["name/2237",[408,29.731]],["parent/2237",[885,8.56]],["name/2238",[94,51.023]],["parent/2238",[885,8.56]],["name/2239",[73,51.562]],["parent/2239",[885,8.56]],["name/2240",[540,45.268]],["parent/2240",[885,8.56]],["name/2241",[651,56.147]],["parent/2241",[832,6.865]],["name/2242",[86,57.883]],["parent/2242",[832,6.865]],["name/2243",[173,20.78]],["parent/2243",[886,10.024]],["name/2244",[653,58.27]],["parent/2244",[887,8.727]],["name/2245",[655,58.27]],["parent/2245",[887,8.727]],["name/2246",[656,58.27]],["parent/2246",[887,8.727]],["name/2247",[657,58.27]],["parent/2247",[887,8.727]],["name/2248",[658,58.27]],["parent/2248",[887,8.727]],["name/2249",[87,58.075]],["parent/2249",[832,6.865]],["name/2250",[173,20.78]],["parent/2250",[888,10.024]],["name/2251",[408,29.731]],["parent/2251",[889,8.927]],["name/2252",[661,58.27]],["parent/2252",[889,8.927]],["name/2253",[662,58.27]],["parent/2253",[889,8.927]],["name/2254",[663,58.27]],["parent/2254",[889,8.927]],["name/2255",[88,57.883]],["parent/2255",[832,6.865]],["name/2256",[173,20.78]],["parent/2256",[890,10.024]],["name/2257",[408,29.731]],["parent/2257",[891,8.081]],["name/2258",[340,56.068]],["parent/2258",[891,8.081]],["name/2259",[666,58.27]],["parent/2259",[891,8.081]],["name/2260",[334,56.147]],["parent/2260",[891,8.081]],["name/2261",[667,58.27]],["parent/2261",[891,8.081]],["name/2262",[668,58.27]],["parent/2262",[891,8.081]],["name/2263",[669,58.27]],["parent/2263",[891,8.081]],["name/2264",[670,58.27]],["parent/2264",[891,8.081]],["name/2265",[671,58.27]],["parent/2265",[891,8.081]],["name/2266",[672,58.27]],["parent/2266",[891,8.081]],["name/2267",[89,57.511]],["parent/2267",[832,6.865]],["name/2268",[173,20.78]],["parent/2268",[892,10.024]],["name/2269",[408,29.731]],["parent/2269",[893,8.727]],["name/2270",[675,58.27]],["parent/2270",[893,8.727]],["name/2271",[676,58.27]],["parent/2271",[893,8.727]],["name/2272",[677,58.27]],["parent/2272",[893,8.727]],["name/2273",[678,58.27]],["parent/2273",[893,8.727]],["name/2274",[90,57.883]],["parent/2274",[832,6.865]],["name/2275",[173,20.78]],["parent/2275",[894,10.024]],["name/2276",[562,45.295]],["parent/2276",[895,9.178]],["name/2277",[532,51.363]],["parent/2277",[895,9.178]],["name/2278",[681,58.27]],["parent/2278",[895,9.178]],["name/2279",[91,58.075]],["parent/2279",[832,6.865]],["name/2280",[173,20.78]],["parent/2280",[896,10.024]],["name/2281",[408,29.731]],["parent/2281",[897,8.927]],["name/2282",[684,51.363]],["parent/2282",[897,8.927]],["name/2283",[172,58.075]],["parent/2283",[897,8.927]],["name/2284",[592,51.363]],["parent/2284",[897,8.927]],["name/2285",[95,58.075]],["parent/2285",[832,6.865]],["name/2286",[173,20.78]],["parent/2286",[898,10.024]],["name/2287",[686,54.532]],["parent/2287",[899,8.292]],["name/2288",[582,51.363]],["parent/2288",[899,8.292]],["name/2289",[688,58.27]],["parent/2289",[899,8.292]],["name/2290",[511,47.317]],["parent/2290",[899,8.292]],["name/2291",[591,49.811]],["parent/2291",[899,8.292]],["name/2292",[352,50.243]],["parent/2292",[899,8.292]],["name/2293",[684,51.363]],["parent/2293",[899,8.292]],["name/2294",[689,58.27]],["parent/2294",[899,8.292]],["name/2295",[97,55.911]],["parent/2295",[832,6.865]],["name/2296",[173,20.78]],["parent/2296",[900,10.024]],["name/2297",[417,58.075]],["parent/2297",[901,8.927]],["name/2298",[419,58.075]],["parent/2298",[901,8.927]],["name/2299",[420,58.075]],["parent/2299",[901,8.927]],["name/2300",[421,44.394]],["parent/2300",[901,8.927]],["name/2301",[44,67.457]],["parent/2301",[14,9.514]],["name/2302",[73,51.562]],["parent/2302",[902,6.865]],["name/2303",[173,20.78]],["parent/2303",[903,10.024]],["name/2304",[504,58.27]],["parent/2304",[904,8.927]],["name/2305",[506,58.27]],["parent/2305",[904,8.927]],["name/2306",[155,37.858]],["parent/2306",[904,8.927]],["name/2307",[507,58.27]],["parent/2307",[904,8.927]],["name/2308",[92,51.167]],["parent/2308",[902,6.865]],["name/2309",[173,20.78]],["parent/2309",[905,10.024]],["name/2310",[509,58.27]],["parent/2310",[906,8.727]],["name/2311",[511,47.317]],["parent/2311",[906,8.727]],["name/2312",[512,51.363]],["parent/2312",[906,8.727]],["name/2313",[344,48.357]],["parent/2313",[906,8.727]],["name/2314",[513,51.363]],["parent/2314",[906,8.727]],["name/2315",[65,47.186]],["parent/2315",[902,6.865]],["name/2316",[173,20.78]],["parent/2316",[907,10.024]],["name/2317",[408,29.731]],["parent/2317",[908,7.413]],["name/2318",[493,49.276]],["parent/2318",[908,7.413]],["name/2319",[516,51.363]],["parent/2319",[908,7.413]],["name/2320",[517,58.27]],["parent/2320",[908,7.413]],["name/2321",[518,58.27]],["parent/2321",[908,7.413]],["name/2322",[421,44.394]],["parent/2322",[908,7.413]],["name/2323",[519,58.27]],["parent/2323",[908,7.413]],["name/2324",[520,58.27]],["parent/2324",[908,7.413]],["name/2325",[521,51.363]],["parent/2325",[908,7.413]],["name/2326",[344,48.357]],["parent/2326",[908,7.413]],["name/2327",[155,37.858]],["parent/2327",[908,7.413]],["name/2328",[522,58.27]],["parent/2328",[908,7.413]],["name/2329",[523,58.27]],["parent/2329",[908,7.413]],["name/2330",[524,58.27]],["parent/2330",[908,7.413]],["name/2331",[525,58.27]],["parent/2331",[908,7.413]],["name/2332",[526,47.618]],["parent/2332",[908,7.413]],["name/2333",[527,58.27]],["parent/2333",[908,7.413]],["name/2334",[513,51.363]],["parent/2334",[908,7.413]],["name/2335",[528,58.27]],["parent/2335",[908,7.413]],["name/2336",[92,51.167]],["parent/2336",[908,7.413]],["name/2337",[67,57.883]],["parent/2337",[902,6.865]],["name/2338",[173,20.78]],["parent/2338",[909,10.024]],["name/2339",[530,58.27]],["parent/2339",[910,8.927]],["name/2340",[532,51.363]],["parent/2340",[910,8.927]],["name/2341",[533,58.27]],["parent/2341",[910,8.927]],["name/2342",[534,51.363]],["parent/2342",[910,8.927]],["name/2343",[68,51.167]],["parent/2343",[902,6.865]],["name/2344",[173,20.78]],["parent/2344",[911,10.024]],["name/2345",[410,39.926]],["parent/2345",[912,9.178]],["name/2346",[411,58.075]],["parent/2346",[912,9.178]],["name/2347",[537,58.27]],["parent/2347",[912,9.178]],["name/2348",[69,57.883]],["parent/2348",[902,6.865]],["name/2349",[173,20.78]],["parent/2349",[913,10.024]],["name/2350",[408,29.731]],["parent/2350",[914,8.292]],["name/2351",[540,45.268]],["parent/2351",[914,8.292]],["name/2352",[155,37.858]],["parent/2352",[914,8.292]],["name/2353",[541,58.27]],["parent/2353",[914,8.292]],["name/2354",[542,58.27]],["parent/2354",[914,8.292]],["name/2355",[543,58.27]],["parent/2355",[914,8.292]],["name/2356",[342,56.068]],["parent/2356",[914,8.292]],["name/2357",[544,45.905]],["parent/2357",[914,8.292]],["name/2358",[70,51.167]],["parent/2358",[902,6.865]],["name/2359",[173,20.78]],["parent/2359",[915,10.024]],["name/2360",[155,37.858]],["parent/2360",[916,7.907]],["name/2361",[547,44.444]],["parent/2361",[916,7.907]],["name/2362",[544,45.905]],["parent/2362",[916,7.907]],["name/2363",[540,45.268]],["parent/2363",[916,7.907]],["name/2364",[548,58.27]],["parent/2364",[916,7.907]],["name/2365",[549,58.27]],["parent/2365",[916,7.907]],["name/2366",[550,58.27]],["parent/2366",[916,7.907]],["name/2367",[551,58.27]],["parent/2367",[916,7.907]],["name/2368",[552,58.27]],["parent/2368",[916,7.907]],["name/2369",[553,58.27]],["parent/2369",[916,7.907]],["name/2370",[554,56.227]],["parent/2370",[916,7.907]],["name/2371",[555,56.227]],["parent/2371",[916,7.907]],["name/2372",[82,57.511]],["parent/2372",[902,6.865]],["name/2373",[173,20.78]],["parent/2373",[917,10.024]],["name/2374",[408,29.731]],["parent/2374",[918,8.927]],["name/2375",[493,49.276]],["parent/2375",[918,8.927]],["name/2376",[155,37.858]],["parent/2376",[918,8.927]],["name/2377",[516,51.363]],["parent/2377",[918,8.927]],["name/2378",[77,51.167]],["parent/2378",[902,6.865]],["name/2379",[173,20.78]],["parent/2379",[919,10.024]],["name/2380",[559,58.27]],["parent/2380",[920,9.178]],["name/2381",[561,58.27]],["parent/2381",[920,9.178]],["name/2382",[562,45.295]],["parent/2382",[920,9.178]],["name/2383",[96,55.911]],["parent/2383",[902,6.865]],["name/2384",[173,20.78]],["parent/2384",[921,10.024]],["name/2385",[410,39.926]],["parent/2385",[922,9.178]],["name/2386",[155,37.858]],["parent/2386",[922,9.178]],["name/2387",[77,51.167]],["parent/2387",[922,9.178]],["name/2388",[85,57.978]],["parent/2388",[902,6.865]],["name/2389",[173,20.78]],["parent/2389",[923,10.024]],["name/2390",[547,44.444]],["parent/2390",[924,9.514]],["name/2391",[567,51.363]],["parent/2391",[924,9.514]],["name/2392",[84,48.96]],["parent/2392",[902,6.865]],["name/2393",[173,20.78]],["parent/2393",[925,10.024]],["name/2394",[408,29.731]],["parent/2394",[926,8.417]],["name/2395",[570,51.363]],["parent/2395",[926,8.417]],["name/2396",[571,58.27]],["parent/2396",[926,8.417]],["name/2397",[572,56.227]],["parent/2397",[926,8.417]],["name/2398",[567,51.363]],["parent/2398",[926,8.417]],["name/2399",[573,58.27]],["parent/2399",[926,8.417]],["name/2400",[574,58.27]],["parent/2400",[926,8.417]],["name/2401",[345,56.721]],["parent/2401",[902,6.865]],["name/2402",[173,20.78]],["parent/2402",[927,10.024]],["name/2403",[576,62.202]],["parent/2403",[928,8.927]],["name/2404",[578,62.202]],["parent/2404",[928,8.927]],["name/2405",[410,39.926]],["parent/2405",[928,8.927]],["name/2406",[562,45.295]],["parent/2406",[928,8.927]],["name/2407",[94,51.023]],["parent/2407",[902,6.865]],["name/2408",[173,20.78]],["parent/2408",[929,10.024]],["name/2409",[408,29.731]],["parent/2409",[930,7.017]],["name/2410",[581,49.316]],["parent/2410",[930,7.017]],["name/2411",[155,37.858]],["parent/2411",[930,7.017]],["name/2412",[65,47.186]],["parent/2412",[930,7.017]],["name/2413",[582,51.363]],["parent/2413",[930,7.017]],["name/2414",[583,58.27]],["parent/2414",[930,7.017]],["name/2415",[145,57.978]],["parent/2415",[930,7.017]],["name/2416",[584,58.27]],["parent/2416",[930,7.017]],["name/2417",[421,44.394]],["parent/2417",[930,7.017]],["name/2418",[526,47.618]],["parent/2418",[930,7.017]],["name/2419",[585,58.27]],["parent/2419",[930,7.017]],["name/2420",[586,58.27]],["parent/2420",[930,7.017]],["name/2421",[587,58.27]],["parent/2421",[930,7.017]],["name/2422",[588,58.27]],["parent/2422",[930,7.017]],["name/2423",[589,58.27]],["parent/2423",[930,7.017]],["name/2424",[590,58.27]],["parent/2424",[930,7.017]],["name/2425",[511,47.317]],["parent/2425",[930,7.017]],["name/2426",[591,49.811]],["parent/2426",[930,7.017]],["name/2427",[352,50.243]],["parent/2427",[930,7.017]],["name/2428",[592,51.363]],["parent/2428",[930,7.017]],["name/2429",[593,56.227]],["parent/2429",[930,7.017]],["name/2430",[594,56.227]],["parent/2430",[930,7.017]],["name/2431",[70,51.167]],["parent/2431",[930,7.017]],["name/2432",[84,48.96]],["parent/2432",[930,7.017]],["name/2433",[68,51.167]],["parent/2433",[930,7.017]],["name/2434",[512,51.363]],["parent/2434",[930,7.017]],["name/2435",[595,58.27]],["parent/2435",[930,7.017]],["name/2436",[596,62.202]],["parent/2436",[930,7.017]],["name/2437",[387,62.202]],["parent/2437",[930,7.017]],["name/2438",[597,58.27]],["parent/2438",[930,7.017]],["name/2439",[71,49.643]],["parent/2439",[902,6.865]],["name/2440",[173,20.78]],["parent/2440",[931,10.024]],["name/2441",[599,58.27]],["parent/2441",[932,9.514]],["name/2442",[601,58.27]],["parent/2442",[932,9.514]],["name/2443",[72,57.883]],["parent/2443",[902,6.865]],["name/2444",[173,20.78]],["parent/2444",[933,10.024]],["name/2445",[408,29.731]],["parent/2445",[934,8.927]],["name/2446",[562,45.295]],["parent/2446",[934,8.927]],["name/2447",[604,58.27]],["parent/2447",[934,8.927]],["name/2448",[605,58.27]],["parent/2448",[934,8.927]],["name/2449",[74,58.075]],["parent/2449",[902,6.865]],["name/2450",[173,20.78]],["parent/2450",[935,10.024]],["name/2451",[408,29.731]],["parent/2451",[936,8.927]],["name/2452",[410,39.926]],["parent/2452",[936,8.927]],["name/2453",[521,51.363]],["parent/2453",[936,8.927]],["name/2454",[608,58.27]],["parent/2454",[936,8.927]],["name/2455",[75,57.883]],["parent/2455",[902,6.865]],["name/2456",[173,20.78]],["parent/2456",[937,10.024]],["name/2457",[410,39.926]],["parent/2457",[938,9.178]],["name/2458",[611,58.27]],["parent/2458",[938,9.178]],["name/2459",[612,58.27]],["parent/2459",[938,9.178]],["name/2460",[76,57.883]],["parent/2460",[902,6.865]],["name/2461",[173,20.78]],["parent/2461",[939,10.024]],["name/2462",[408,29.731]],["parent/2462",[940,8.56]],["name/2463",[615,58.27]],["parent/2463",[940,8.56]],["name/2464",[71,49.643]],["parent/2464",[940,8.56]],["name/2465",[570,51.363]],["parent/2465",[940,8.56]],["name/2466",[616,58.27]],["parent/2466",[940,8.56]],["name/2467",[617,58.27]],["parent/2467",[940,8.56]],["name/2468",[78,58.075]],["parent/2468",[902,6.865]],["name/2469",[173,20.78]],["parent/2469",[941,10.024]],["name/2470",[619,58.27]],["parent/2470",[942,8.727]],["name/2471",[621,58.27]],["parent/2471",[942,8.727]],["name/2472",[622,47.317]],["parent/2472",[942,8.727]],["name/2473",[623,58.27]],["parent/2473",[942,8.727]],["name/2474",[624,58.27]],["parent/2474",[942,8.727]],["name/2475",[98,51.167]],["parent/2475",[902,6.865]],["name/2476",[173,20.78]],["parent/2476",[943,10.024]],["name/2477",[626,58.27]],["parent/2477",[944,10.024]],["name/2478",[93,50.025]],["parent/2478",[902,6.865]],["name/2479",[173,20.78]],["parent/2479",[945,10.024]],["name/2480",[629,58.27]],["parent/2480",[946,9.178]],["name/2481",[631,58.27]],["parent/2481",[946,9.178]],["name/2482",[632,58.27]],["parent/2482",[946,9.178]],["name/2483",[79,57.883]],["parent/2483",[902,6.865]],["name/2484",[173,20.78]],["parent/2484",[947,10.024]],["name/2485",[581,49.316]],["parent/2485",[948,7.907]],["name/2486",[547,44.444]],["parent/2486",[948,7.907]],["name/2487",[544,45.905]],["parent/2487",[948,7.907]],["name/2488",[635,58.27]],["parent/2488",[948,7.907]],["name/2489",[636,46.586]],["parent/2489",[948,7.907]],["name/2490",[637,58.27]],["parent/2490",[948,7.907]],["name/2491",[98,51.167]],["parent/2491",[948,7.907]],["name/2492",[93,50.025]],["parent/2492",[948,7.907]],["name/2493",[638,58.27]],["parent/2493",[948,7.907]],["name/2494",[639,58.27]],["parent/2494",[948,7.907]],["name/2495",[640,58.27]],["parent/2495",[948,7.907]],["name/2496",[534,51.363]],["parent/2496",[948,7.907]],["name/2497",[80,55.757]],["parent/2497",[902,6.865]],["name/2498",[173,20.78]],["parent/2498",[949,10.024]],["name/2499",[408,29.731]],["parent/2499",[950,9.514]],["name/2500",[547,44.444]],["parent/2500",[950,9.514]],["name/2501",[81,57.883]],["parent/2501",[902,6.865]],["name/2502",[173,20.78]],["parent/2502",[951,10.024]],["name/2503",[644,58.27]],["parent/2503",[952,8.927]],["name/2504",[173,20.78]],["parent/2504",[952,8.927]],["name/2505",[646,51.363]],["parent/2505",[953,8.56]],["name/2506",[636,46.586]],["parent/2506",[953,8.56]],["name/2507",[622,47.317]],["parent/2507",[953,8.56]],["name/2508",[648,58.27]],["parent/2508",[952,8.927]],["name/2509",[173,20.78]],["parent/2509",[952,8.927]],["name/2510",[646,51.363]],["parent/2510",[953,8.56]],["name/2511",[636,46.586]],["parent/2511",[953,8.56]],["name/2512",[622,47.317]],["parent/2512",[953,8.56]],["name/2513",[83,55.604]],["parent/2513",[902,6.865]],["name/2514",[173,20.78]],["parent/2514",[954,10.024]],["name/2515",[65,47.186]],["parent/2515",[955,8.56]],["name/2516",[421,44.394]],["parent/2516",[955,8.56]],["name/2517",[408,29.731]],["parent/2517",[955,8.56]],["name/2518",[94,51.023]],["parent/2518",[955,8.56]],["name/2519",[73,51.562]],["parent/2519",[955,8.56]],["name/2520",[540,45.268]],["parent/2520",[955,8.56]],["name/2521",[651,56.147]],["parent/2521",[902,6.865]],["name/2522",[86,57.883]],["parent/2522",[902,6.865]],["name/2523",[173,20.78]],["parent/2523",[956,10.024]],["name/2524",[653,58.27]],["parent/2524",[957,8.727]],["name/2525",[655,58.27]],["parent/2525",[957,8.727]],["name/2526",[656,58.27]],["parent/2526",[957,8.727]],["name/2527",[657,58.27]],["parent/2527",[957,8.727]],["name/2528",[658,58.27]],["parent/2528",[957,8.727]],["name/2529",[87,58.075]],["parent/2529",[902,6.865]],["name/2530",[173,20.78]],["parent/2530",[958,10.024]],["name/2531",[408,29.731]],["parent/2531",[959,8.927]],["name/2532",[661,58.27]],["parent/2532",[959,8.927]],["name/2533",[662,58.27]],["parent/2533",[959,8.927]],["name/2534",[663,58.27]],["parent/2534",[959,8.927]],["name/2535",[88,57.883]],["parent/2535",[902,6.865]],["name/2536",[173,20.78]],["parent/2536",[960,10.024]],["name/2537",[408,29.731]],["parent/2537",[961,8.081]],["name/2538",[340,56.068]],["parent/2538",[961,8.081]],["name/2539",[666,58.27]],["parent/2539",[961,8.081]],["name/2540",[334,56.147]],["parent/2540",[961,8.081]],["name/2541",[667,58.27]],["parent/2541",[961,8.081]],["name/2542",[668,58.27]],["parent/2542",[961,8.081]],["name/2543",[669,58.27]],["parent/2543",[961,8.081]],["name/2544",[670,58.27]],["parent/2544",[961,8.081]],["name/2545",[671,58.27]],["parent/2545",[961,8.081]],["name/2546",[672,58.27]],["parent/2546",[961,8.081]],["name/2547",[89,57.511]],["parent/2547",[902,6.865]],["name/2548",[173,20.78]],["parent/2548",[962,10.024]],["name/2549",[408,29.731]],["parent/2549",[963,8.727]],["name/2550",[675,58.27]],["parent/2550",[963,8.727]],["name/2551",[676,58.27]],["parent/2551",[963,8.727]],["name/2552",[677,58.27]],["parent/2552",[963,8.727]],["name/2553",[678,58.27]],["parent/2553",[963,8.727]],["name/2554",[90,57.883]],["parent/2554",[902,6.865]],["name/2555",[173,20.78]],["parent/2555",[964,10.024]],["name/2556",[562,45.295]],["parent/2556",[965,9.178]],["name/2557",[532,51.363]],["parent/2557",[965,9.178]],["name/2558",[681,58.27]],["parent/2558",[965,9.178]],["name/2559",[91,58.075]],["parent/2559",[902,6.865]],["name/2560",[173,20.78]],["parent/2560",[966,10.024]],["name/2561",[408,29.731]],["parent/2561",[967,8.927]],["name/2562",[684,51.363]],["parent/2562",[967,8.927]],["name/2563",[172,58.075]],["parent/2563",[967,8.927]],["name/2564",[592,51.363]],["parent/2564",[967,8.927]],["name/2565",[95,58.075]],["parent/2565",[902,6.865]],["name/2566",[173,20.78]],["parent/2566",[968,10.024]],["name/2567",[686,54.532]],["parent/2567",[969,8.292]],["name/2568",[582,51.363]],["parent/2568",[969,8.292]],["name/2569",[688,58.27]],["parent/2569",[969,8.292]],["name/2570",[511,47.317]],["parent/2570",[969,8.292]],["name/2571",[591,49.811]],["parent/2571",[969,8.292]],["name/2572",[352,50.243]],["parent/2572",[969,8.292]],["name/2573",[684,51.363]],["parent/2573",[969,8.292]],["name/2574",[689,58.27]],["parent/2574",[969,8.292]],["name/2575",[97,55.911]],["parent/2575",[902,6.865]],["name/2576",[173,20.78]],["parent/2576",[970,10.024]],["name/2577",[417,58.075]],["parent/2577",[971,8.927]],["name/2578",[419,58.075]],["parent/2578",[971,8.927]],["name/2579",[420,58.075]],["parent/2579",[971,8.927]],["name/2580",[421,44.394]],["parent/2580",[971,8.927]],["name/2581",[44,67.457]],["parent/2581",[15,9.514]],["name/2582",[73,51.562]],["parent/2582",[972,6.865]],["name/2583",[173,20.78]],["parent/2583",[973,10.024]],["name/2584",[504,58.27]],["parent/2584",[974,8.927]],["name/2585",[506,58.27]],["parent/2585",[974,8.927]],["name/2586",[155,37.858]],["parent/2586",[974,8.927]],["name/2587",[507,58.27]],["parent/2587",[974,8.927]],["name/2588",[92,51.167]],["parent/2588",[972,6.865]],["name/2589",[173,20.78]],["parent/2589",[975,10.024]],["name/2590",[509,58.27]],["parent/2590",[976,8.727]],["name/2591",[511,47.317]],["parent/2591",[976,8.727]],["name/2592",[512,51.363]],["parent/2592",[976,8.727]],["name/2593",[344,48.357]],["parent/2593",[976,8.727]],["name/2594",[513,51.363]],["parent/2594",[976,8.727]],["name/2595",[65,47.186]],["parent/2595",[972,6.865]],["name/2596",[173,20.78]],["parent/2596",[977,10.024]],["name/2597",[408,29.731]],["parent/2597",[978,7.413]],["name/2598",[493,49.276]],["parent/2598",[978,7.413]],["name/2599",[516,51.363]],["parent/2599",[978,7.413]],["name/2600",[517,58.27]],["parent/2600",[978,7.413]],["name/2601",[518,58.27]],["parent/2601",[978,7.413]],["name/2602",[421,44.394]],["parent/2602",[978,7.413]],["name/2603",[519,58.27]],["parent/2603",[978,7.413]],["name/2604",[520,58.27]],["parent/2604",[978,7.413]],["name/2605",[521,51.363]],["parent/2605",[978,7.413]],["name/2606",[344,48.357]],["parent/2606",[978,7.413]],["name/2607",[155,37.858]],["parent/2607",[978,7.413]],["name/2608",[522,58.27]],["parent/2608",[978,7.413]],["name/2609",[523,58.27]],["parent/2609",[978,7.413]],["name/2610",[524,58.27]],["parent/2610",[978,7.413]],["name/2611",[525,58.27]],["parent/2611",[978,7.413]],["name/2612",[526,47.618]],["parent/2612",[978,7.413]],["name/2613",[527,58.27]],["parent/2613",[978,7.413]],["name/2614",[513,51.363]],["parent/2614",[978,7.413]],["name/2615",[528,58.27]],["parent/2615",[978,7.413]],["name/2616",[92,51.167]],["parent/2616",[978,7.413]],["name/2617",[67,57.883]],["parent/2617",[972,6.865]],["name/2618",[173,20.78]],["parent/2618",[979,10.024]],["name/2619",[530,58.27]],["parent/2619",[980,8.927]],["name/2620",[532,51.363]],["parent/2620",[980,8.927]],["name/2621",[533,58.27]],["parent/2621",[980,8.927]],["name/2622",[534,51.363]],["parent/2622",[980,8.927]],["name/2623",[68,51.167]],["parent/2623",[972,6.865]],["name/2624",[173,20.78]],["parent/2624",[981,10.024]],["name/2625",[410,39.926]],["parent/2625",[982,9.178]],["name/2626",[411,58.075]],["parent/2626",[982,9.178]],["name/2627",[537,58.27]],["parent/2627",[982,9.178]],["name/2628",[69,57.883]],["parent/2628",[972,6.865]],["name/2629",[173,20.78]],["parent/2629",[983,10.024]],["name/2630",[408,29.731]],["parent/2630",[984,8.292]],["name/2631",[540,45.268]],["parent/2631",[984,8.292]],["name/2632",[155,37.858]],["parent/2632",[984,8.292]],["name/2633",[541,58.27]],["parent/2633",[984,8.292]],["name/2634",[542,58.27]],["parent/2634",[984,8.292]],["name/2635",[543,58.27]],["parent/2635",[984,8.292]],["name/2636",[342,56.068]],["parent/2636",[984,8.292]],["name/2637",[544,45.905]],["parent/2637",[984,8.292]],["name/2638",[70,51.167]],["parent/2638",[972,6.865]],["name/2639",[173,20.78]],["parent/2639",[985,10.024]],["name/2640",[155,37.858]],["parent/2640",[986,7.907]],["name/2641",[547,44.444]],["parent/2641",[986,7.907]],["name/2642",[544,45.905]],["parent/2642",[986,7.907]],["name/2643",[540,45.268]],["parent/2643",[986,7.907]],["name/2644",[548,58.27]],["parent/2644",[986,7.907]],["name/2645",[549,58.27]],["parent/2645",[986,7.907]],["name/2646",[550,58.27]],["parent/2646",[986,7.907]],["name/2647",[551,58.27]],["parent/2647",[986,7.907]],["name/2648",[552,58.27]],["parent/2648",[986,7.907]],["name/2649",[553,58.27]],["parent/2649",[986,7.907]],["name/2650",[554,56.227]],["parent/2650",[986,7.907]],["name/2651",[555,56.227]],["parent/2651",[986,7.907]],["name/2652",[82,57.511]],["parent/2652",[972,6.865]],["name/2653",[173,20.78]],["parent/2653",[987,10.024]],["name/2654",[408,29.731]],["parent/2654",[988,8.927]],["name/2655",[493,49.276]],["parent/2655",[988,8.927]],["name/2656",[155,37.858]],["parent/2656",[988,8.927]],["name/2657",[516,51.363]],["parent/2657",[988,8.927]],["name/2658",[77,51.167]],["parent/2658",[972,6.865]],["name/2659",[173,20.78]],["parent/2659",[989,10.024]],["name/2660",[559,58.27]],["parent/2660",[990,9.178]],["name/2661",[561,58.27]],["parent/2661",[990,9.178]],["name/2662",[562,45.295]],["parent/2662",[990,9.178]],["name/2663",[96,55.911]],["parent/2663",[972,6.865]],["name/2664",[173,20.78]],["parent/2664",[991,10.024]],["name/2665",[410,39.926]],["parent/2665",[992,9.178]],["name/2666",[155,37.858]],["parent/2666",[992,9.178]],["name/2667",[77,51.167]],["parent/2667",[992,9.178]],["name/2668",[85,57.978]],["parent/2668",[972,6.865]],["name/2669",[173,20.78]],["parent/2669",[993,10.024]],["name/2670",[547,44.444]],["parent/2670",[994,9.514]],["name/2671",[567,51.363]],["parent/2671",[994,9.514]],["name/2672",[84,48.96]],["parent/2672",[972,6.865]],["name/2673",[173,20.78]],["parent/2673",[995,10.024]],["name/2674",[408,29.731]],["parent/2674",[996,8.417]],["name/2675",[570,51.363]],["parent/2675",[996,8.417]],["name/2676",[571,58.27]],["parent/2676",[996,8.417]],["name/2677",[572,56.227]],["parent/2677",[996,8.417]],["name/2678",[567,51.363]],["parent/2678",[996,8.417]],["name/2679",[573,58.27]],["parent/2679",[996,8.417]],["name/2680",[574,58.27]],["parent/2680",[996,8.417]],["name/2681",[345,56.721]],["parent/2681",[972,6.865]],["name/2682",[173,20.78]],["parent/2682",[997,10.024]],["name/2683",[576,62.202]],["parent/2683",[998,8.927]],["name/2684",[578,62.202]],["parent/2684",[998,8.927]],["name/2685",[410,39.926]],["parent/2685",[998,8.927]],["name/2686",[562,45.295]],["parent/2686",[998,8.927]],["name/2687",[94,51.023]],["parent/2687",[972,6.865]],["name/2688",[173,20.78]],["parent/2688",[999,10.024]],["name/2689",[408,29.731]],["parent/2689",[1000,7.017]],["name/2690",[581,49.316]],["parent/2690",[1000,7.017]],["name/2691",[155,37.858]],["parent/2691",[1000,7.017]],["name/2692",[65,47.186]],["parent/2692",[1000,7.017]],["name/2693",[582,51.363]],["parent/2693",[1000,7.017]],["name/2694",[583,58.27]],["parent/2694",[1000,7.017]],["name/2695",[145,57.978]],["parent/2695",[1000,7.017]],["name/2696",[584,58.27]],["parent/2696",[1000,7.017]],["name/2697",[421,44.394]],["parent/2697",[1000,7.017]],["name/2698",[526,47.618]],["parent/2698",[1000,7.017]],["name/2699",[585,58.27]],["parent/2699",[1000,7.017]],["name/2700",[586,58.27]],["parent/2700",[1000,7.017]],["name/2701",[587,58.27]],["parent/2701",[1000,7.017]],["name/2702",[588,58.27]],["parent/2702",[1000,7.017]],["name/2703",[589,58.27]],["parent/2703",[1000,7.017]],["name/2704",[590,58.27]],["parent/2704",[1000,7.017]],["name/2705",[511,47.317]],["parent/2705",[1000,7.017]],["name/2706",[591,49.811]],["parent/2706",[1000,7.017]],["name/2707",[352,50.243]],["parent/2707",[1000,7.017]],["name/2708",[592,51.363]],["parent/2708",[1000,7.017]],["name/2709",[593,56.227]],["parent/2709",[1000,7.017]],["name/2710",[594,56.227]],["parent/2710",[1000,7.017]],["name/2711",[70,51.167]],["parent/2711",[1000,7.017]],["name/2712",[84,48.96]],["parent/2712",[1000,7.017]],["name/2713",[68,51.167]],["parent/2713",[1000,7.017]],["name/2714",[512,51.363]],["parent/2714",[1000,7.017]],["name/2715",[595,58.27]],["parent/2715",[1000,7.017]],["name/2716",[596,62.202]],["parent/2716",[1000,7.017]],["name/2717",[387,62.202]],["parent/2717",[1000,7.017]],["name/2718",[597,58.27]],["parent/2718",[1000,7.017]],["name/2719",[71,49.643]],["parent/2719",[972,6.865]],["name/2720",[173,20.78]],["parent/2720",[1001,10.024]],["name/2721",[599,58.27]],["parent/2721",[1002,9.514]],["name/2722",[601,58.27]],["parent/2722",[1002,9.514]],["name/2723",[72,57.883]],["parent/2723",[972,6.865]],["name/2724",[173,20.78]],["parent/2724",[1003,10.024]],["name/2725",[408,29.731]],["parent/2725",[1004,8.927]],["name/2726",[562,45.295]],["parent/2726",[1004,8.927]],["name/2727",[604,58.27]],["parent/2727",[1004,8.927]],["name/2728",[605,58.27]],["parent/2728",[1004,8.927]],["name/2729",[74,58.075]],["parent/2729",[972,6.865]],["name/2730",[173,20.78]],["parent/2730",[1005,10.024]],["name/2731",[408,29.731]],["parent/2731",[1006,8.927]],["name/2732",[410,39.926]],["parent/2732",[1006,8.927]],["name/2733",[521,51.363]],["parent/2733",[1006,8.927]],["name/2734",[608,58.27]],["parent/2734",[1006,8.927]],["name/2735",[75,57.883]],["parent/2735",[972,6.865]],["name/2736",[173,20.78]],["parent/2736",[1007,10.024]],["name/2737",[410,39.926]],["parent/2737",[1008,9.178]],["name/2738",[611,58.27]],["parent/2738",[1008,9.178]],["name/2739",[612,58.27]],["parent/2739",[1008,9.178]],["name/2740",[76,57.883]],["parent/2740",[972,6.865]],["name/2741",[173,20.78]],["parent/2741",[1009,10.024]],["name/2742",[408,29.731]],["parent/2742",[1010,8.56]],["name/2743",[615,58.27]],["parent/2743",[1010,8.56]],["name/2744",[71,49.643]],["parent/2744",[1010,8.56]],["name/2745",[570,51.363]],["parent/2745",[1010,8.56]],["name/2746",[616,58.27]],["parent/2746",[1010,8.56]],["name/2747",[617,58.27]],["parent/2747",[1010,8.56]],["name/2748",[78,58.075]],["parent/2748",[972,6.865]],["name/2749",[173,20.78]],["parent/2749",[1011,10.024]],["name/2750",[619,58.27]],["parent/2750",[1012,8.727]],["name/2751",[621,58.27]],["parent/2751",[1012,8.727]],["name/2752",[622,47.317]],["parent/2752",[1012,8.727]],["name/2753",[623,58.27]],["parent/2753",[1012,8.727]],["name/2754",[624,58.27]],["parent/2754",[1012,8.727]],["name/2755",[98,51.167]],["parent/2755",[972,6.865]],["name/2756",[173,20.78]],["parent/2756",[1013,10.024]],["name/2757",[626,58.27]],["parent/2757",[1014,10.024]],["name/2758",[93,50.025]],["parent/2758",[972,6.865]],["name/2759",[173,20.78]],["parent/2759",[1015,10.024]],["name/2760",[629,58.27]],["parent/2760",[1016,9.178]],["name/2761",[631,58.27]],["parent/2761",[1016,9.178]],["name/2762",[632,58.27]],["parent/2762",[1016,9.178]],["name/2763",[79,57.883]],["parent/2763",[972,6.865]],["name/2764",[173,20.78]],["parent/2764",[1017,10.024]],["name/2765",[581,49.316]],["parent/2765",[1018,7.907]],["name/2766",[547,44.444]],["parent/2766",[1018,7.907]],["name/2767",[544,45.905]],["parent/2767",[1018,7.907]],["name/2768",[635,58.27]],["parent/2768",[1018,7.907]],["name/2769",[636,46.586]],["parent/2769",[1018,7.907]],["name/2770",[637,58.27]],["parent/2770",[1018,7.907]],["name/2771",[98,51.167]],["parent/2771",[1018,7.907]],["name/2772",[93,50.025]],["parent/2772",[1018,7.907]],["name/2773",[638,58.27]],["parent/2773",[1018,7.907]],["name/2774",[639,58.27]],["parent/2774",[1018,7.907]],["name/2775",[640,58.27]],["parent/2775",[1018,7.907]],["name/2776",[534,51.363]],["parent/2776",[1018,7.907]],["name/2777",[80,55.757]],["parent/2777",[972,6.865]],["name/2778",[173,20.78]],["parent/2778",[1019,10.024]],["name/2779",[408,29.731]],["parent/2779",[1020,9.514]],["name/2780",[547,44.444]],["parent/2780",[1020,9.514]],["name/2781",[81,57.883]],["parent/2781",[972,6.865]],["name/2782",[173,20.78]],["parent/2782",[1021,10.024]],["name/2783",[644,58.27]],["parent/2783",[1022,8.927]],["name/2784",[173,20.78]],["parent/2784",[1022,8.927]],["name/2785",[646,51.363]],["parent/2785",[1023,8.56]],["name/2786",[636,46.586]],["parent/2786",[1023,8.56]],["name/2787",[622,47.317]],["parent/2787",[1023,8.56]],["name/2788",[648,58.27]],["parent/2788",[1022,8.927]],["name/2789",[173,20.78]],["parent/2789",[1022,8.927]],["name/2790",[646,51.363]],["parent/2790",[1023,8.56]],["name/2791",[636,46.586]],["parent/2791",[1023,8.56]],["name/2792",[622,47.317]],["parent/2792",[1023,8.56]],["name/2793",[83,55.604]],["parent/2793",[972,6.865]],["name/2794",[173,20.78]],["parent/2794",[1024,10.024]],["name/2795",[65,47.186]],["parent/2795",[1025,8.56]],["name/2796",[421,44.394]],["parent/2796",[1025,8.56]],["name/2797",[408,29.731]],["parent/2797",[1025,8.56]],["name/2798",[94,51.023]],["parent/2798",[1025,8.56]],["name/2799",[73,51.562]],["parent/2799",[1025,8.56]],["name/2800",[540,45.268]],["parent/2800",[1025,8.56]],["name/2801",[651,56.147]],["parent/2801",[972,6.865]],["name/2802",[86,57.883]],["parent/2802",[972,6.865]],["name/2803",[173,20.78]],["parent/2803",[1026,10.024]],["name/2804",[653,58.27]],["parent/2804",[1027,8.727]],["name/2805",[655,58.27]],["parent/2805",[1027,8.727]],["name/2806",[656,58.27]],["parent/2806",[1027,8.727]],["name/2807",[657,58.27]],["parent/2807",[1027,8.727]],["name/2808",[658,58.27]],["parent/2808",[1027,8.727]],["name/2809",[87,58.075]],["parent/2809",[972,6.865]],["name/2810",[173,20.78]],["parent/2810",[1028,10.024]],["name/2811",[408,29.731]],["parent/2811",[1029,8.927]],["name/2812",[661,58.27]],["parent/2812",[1029,8.927]],["name/2813",[662,58.27]],["parent/2813",[1029,8.927]],["name/2814",[663,58.27]],["parent/2814",[1029,8.927]],["name/2815",[88,57.883]],["parent/2815",[972,6.865]],["name/2816",[173,20.78]],["parent/2816",[1030,10.024]],["name/2817",[408,29.731]],["parent/2817",[1031,8.081]],["name/2818",[340,56.068]],["parent/2818",[1031,8.081]],["name/2819",[666,58.27]],["parent/2819",[1031,8.081]],["name/2820",[334,56.147]],["parent/2820",[1031,8.081]],["name/2821",[667,58.27]],["parent/2821",[1031,8.081]],["name/2822",[668,58.27]],["parent/2822",[1031,8.081]],["name/2823",[669,58.27]],["parent/2823",[1031,8.081]],["name/2824",[670,58.27]],["parent/2824",[1031,8.081]],["name/2825",[671,58.27]],["parent/2825",[1031,8.081]],["name/2826",[672,58.27]],["parent/2826",[1031,8.081]],["name/2827",[89,57.511]],["parent/2827",[972,6.865]],["name/2828",[173,20.78]],["parent/2828",[1032,10.024]],["name/2829",[408,29.731]],["parent/2829",[1033,8.727]],["name/2830",[675,58.27]],["parent/2830",[1033,8.727]],["name/2831",[676,58.27]],["parent/2831",[1033,8.727]],["name/2832",[677,58.27]],["parent/2832",[1033,8.727]],["name/2833",[678,58.27]],["parent/2833",[1033,8.727]],["name/2834",[90,57.883]],["parent/2834",[972,6.865]],["name/2835",[173,20.78]],["parent/2835",[1034,10.024]],["name/2836",[562,45.295]],["parent/2836",[1035,9.178]],["name/2837",[532,51.363]],["parent/2837",[1035,9.178]],["name/2838",[681,58.27]],["parent/2838",[1035,9.178]],["name/2839",[91,58.075]],["parent/2839",[972,6.865]],["name/2840",[173,20.78]],["parent/2840",[1036,10.024]],["name/2841",[408,29.731]],["parent/2841",[1037,8.927]],["name/2842",[684,51.363]],["parent/2842",[1037,8.927]],["name/2843",[172,58.075]],["parent/2843",[1037,8.927]],["name/2844",[592,51.363]],["parent/2844",[1037,8.927]],["name/2845",[95,58.075]],["parent/2845",[972,6.865]],["name/2846",[173,20.78]],["parent/2846",[1038,10.024]],["name/2847",[686,54.532]],["parent/2847",[1039,8.292]],["name/2848",[582,51.363]],["parent/2848",[1039,8.292]],["name/2849",[688,58.27]],["parent/2849",[1039,8.292]],["name/2850",[511,47.317]],["parent/2850",[1039,8.292]],["name/2851",[591,49.811]],["parent/2851",[1039,8.292]],["name/2852",[352,50.243]],["parent/2852",[1039,8.292]],["name/2853",[684,51.363]],["parent/2853",[1039,8.292]],["name/2854",[689,58.27]],["parent/2854",[1039,8.292]],["name/2855",[97,55.911]],["parent/2855",[972,6.865]],["name/2856",[173,20.78]],["parent/2856",[1040,10.024]],["name/2857",[417,58.075]],["parent/2857",[1041,8.927]],["name/2858",[419,58.075]],["parent/2858",[1041,8.927]],["name/2859",[420,58.075]],["parent/2859",[1041,8.927]],["name/2860",[421,44.394]],["parent/2860",[1041,8.927]],["name/2861",[44,67.457]],["parent/2861",[16,9.514]],["name/2862",[73,51.562]],["parent/2862",[1042,6.865]],["name/2863",[173,20.78]],["parent/2863",[1043,10.024]],["name/2864",[504,58.27]],["parent/2864",[1044,8.927]],["name/2865",[506,58.27]],["parent/2865",[1044,8.927]],["name/2866",[155,37.858]],["parent/2866",[1044,8.927]],["name/2867",[507,58.27]],["parent/2867",[1044,8.927]],["name/2868",[92,51.167]],["parent/2868",[1042,6.865]],["name/2869",[173,20.78]],["parent/2869",[1045,10.024]],["name/2870",[509,58.27]],["parent/2870",[1046,8.727]],["name/2871",[511,47.317]],["parent/2871",[1046,8.727]],["name/2872",[512,51.363]],["parent/2872",[1046,8.727]],["name/2873",[344,48.357]],["parent/2873",[1046,8.727]],["name/2874",[513,51.363]],["parent/2874",[1046,8.727]],["name/2875",[65,47.186]],["parent/2875",[1042,6.865]],["name/2876",[173,20.78]],["parent/2876",[1047,10.024]],["name/2877",[408,29.731]],["parent/2877",[1048,7.413]],["name/2878",[493,49.276]],["parent/2878",[1048,7.413]],["name/2879",[516,51.363]],["parent/2879",[1048,7.413]],["name/2880",[517,58.27]],["parent/2880",[1048,7.413]],["name/2881",[518,58.27]],["parent/2881",[1048,7.413]],["name/2882",[421,44.394]],["parent/2882",[1048,7.413]],["name/2883",[519,58.27]],["parent/2883",[1048,7.413]],["name/2884",[520,58.27]],["parent/2884",[1048,7.413]],["name/2885",[521,51.363]],["parent/2885",[1048,7.413]],["name/2886",[344,48.357]],["parent/2886",[1048,7.413]],["name/2887",[155,37.858]],["parent/2887",[1048,7.413]],["name/2888",[522,58.27]],["parent/2888",[1048,7.413]],["name/2889",[523,58.27]],["parent/2889",[1048,7.413]],["name/2890",[524,58.27]],["parent/2890",[1048,7.413]],["name/2891",[525,58.27]],["parent/2891",[1048,7.413]],["name/2892",[526,47.618]],["parent/2892",[1048,7.413]],["name/2893",[527,58.27]],["parent/2893",[1048,7.413]],["name/2894",[513,51.363]],["parent/2894",[1048,7.413]],["name/2895",[528,58.27]],["parent/2895",[1048,7.413]],["name/2896",[92,51.167]],["parent/2896",[1048,7.413]],["name/2897",[67,57.883]],["parent/2897",[1042,6.865]],["name/2898",[173,20.78]],["parent/2898",[1049,10.024]],["name/2899",[530,58.27]],["parent/2899",[1050,8.927]],["name/2900",[532,51.363]],["parent/2900",[1050,8.927]],["name/2901",[533,58.27]],["parent/2901",[1050,8.927]],["name/2902",[534,51.363]],["parent/2902",[1050,8.927]],["name/2903",[68,51.167]],["parent/2903",[1042,6.865]],["name/2904",[173,20.78]],["parent/2904",[1051,10.024]],["name/2905",[410,39.926]],["parent/2905",[1052,9.178]],["name/2906",[411,58.075]],["parent/2906",[1052,9.178]],["name/2907",[537,58.27]],["parent/2907",[1052,9.178]],["name/2908",[69,57.883]],["parent/2908",[1042,6.865]],["name/2909",[173,20.78]],["parent/2909",[1053,10.024]],["name/2910",[408,29.731]],["parent/2910",[1054,8.292]],["name/2911",[540,45.268]],["parent/2911",[1054,8.292]],["name/2912",[155,37.858]],["parent/2912",[1054,8.292]],["name/2913",[541,58.27]],["parent/2913",[1054,8.292]],["name/2914",[542,58.27]],["parent/2914",[1054,8.292]],["name/2915",[543,58.27]],["parent/2915",[1054,8.292]],["name/2916",[342,56.068]],["parent/2916",[1054,8.292]],["name/2917",[544,45.905]],["parent/2917",[1054,8.292]],["name/2918",[70,51.167]],["parent/2918",[1042,6.865]],["name/2919",[173,20.78]],["parent/2919",[1055,10.024]],["name/2920",[155,37.858]],["parent/2920",[1056,7.907]],["name/2921",[547,44.444]],["parent/2921",[1056,7.907]],["name/2922",[544,45.905]],["parent/2922",[1056,7.907]],["name/2923",[540,45.268]],["parent/2923",[1056,7.907]],["name/2924",[548,58.27]],["parent/2924",[1056,7.907]],["name/2925",[549,58.27]],["parent/2925",[1056,7.907]],["name/2926",[550,58.27]],["parent/2926",[1056,7.907]],["name/2927",[551,58.27]],["parent/2927",[1056,7.907]],["name/2928",[552,58.27]],["parent/2928",[1056,7.907]],["name/2929",[553,58.27]],["parent/2929",[1056,7.907]],["name/2930",[554,56.227]],["parent/2930",[1056,7.907]],["name/2931",[555,56.227]],["parent/2931",[1056,7.907]],["name/2932",[82,57.511]],["parent/2932",[1042,6.865]],["name/2933",[173,20.78]],["parent/2933",[1057,10.024]],["name/2934",[408,29.731]],["parent/2934",[1058,8.927]],["name/2935",[493,49.276]],["parent/2935",[1058,8.927]],["name/2936",[155,37.858]],["parent/2936",[1058,8.927]],["name/2937",[516,51.363]],["parent/2937",[1058,8.927]],["name/2938",[77,51.167]],["parent/2938",[1042,6.865]],["name/2939",[173,20.78]],["parent/2939",[1059,10.024]],["name/2940",[559,58.27]],["parent/2940",[1060,9.178]],["name/2941",[561,58.27]],["parent/2941",[1060,9.178]],["name/2942",[562,45.295]],["parent/2942",[1060,9.178]],["name/2943",[96,55.911]],["parent/2943",[1042,6.865]],["name/2944",[173,20.78]],["parent/2944",[1061,10.024]],["name/2945",[410,39.926]],["parent/2945",[1062,9.178]],["name/2946",[155,37.858]],["parent/2946",[1062,9.178]],["name/2947",[77,51.167]],["parent/2947",[1062,9.178]],["name/2948",[85,57.978]],["parent/2948",[1042,6.865]],["name/2949",[173,20.78]],["parent/2949",[1063,10.024]],["name/2950",[547,44.444]],["parent/2950",[1064,9.514]],["name/2951",[567,51.363]],["parent/2951",[1064,9.514]],["name/2952",[84,48.96]],["parent/2952",[1042,6.865]],["name/2953",[173,20.78]],["parent/2953",[1065,10.024]],["name/2954",[408,29.731]],["parent/2954",[1066,8.417]],["name/2955",[570,51.363]],["parent/2955",[1066,8.417]],["name/2956",[571,58.27]],["parent/2956",[1066,8.417]],["name/2957",[572,56.227]],["parent/2957",[1066,8.417]],["name/2958",[567,51.363]],["parent/2958",[1066,8.417]],["name/2959",[573,58.27]],["parent/2959",[1066,8.417]],["name/2960",[574,58.27]],["parent/2960",[1066,8.417]],["name/2961",[345,56.721]],["parent/2961",[1042,6.865]],["name/2962",[173,20.78]],["parent/2962",[1067,10.024]],["name/2963",[576,62.202]],["parent/2963",[1068,8.927]],["name/2964",[578,62.202]],["parent/2964",[1068,8.927]],["name/2965",[410,39.926]],["parent/2965",[1068,8.927]],["name/2966",[562,45.295]],["parent/2966",[1068,8.927]],["name/2967",[94,51.023]],["parent/2967",[1042,6.865]],["name/2968",[173,20.78]],["parent/2968",[1069,10.024]],["name/2969",[408,29.731]],["parent/2969",[1070,7.017]],["name/2970",[581,49.316]],["parent/2970",[1070,7.017]],["name/2971",[155,37.858]],["parent/2971",[1070,7.017]],["name/2972",[65,47.186]],["parent/2972",[1070,7.017]],["name/2973",[582,51.363]],["parent/2973",[1070,7.017]],["name/2974",[583,58.27]],["parent/2974",[1070,7.017]],["name/2975",[145,57.978]],["parent/2975",[1070,7.017]],["name/2976",[584,58.27]],["parent/2976",[1070,7.017]],["name/2977",[421,44.394]],["parent/2977",[1070,7.017]],["name/2978",[526,47.618]],["parent/2978",[1070,7.017]],["name/2979",[585,58.27]],["parent/2979",[1070,7.017]],["name/2980",[586,58.27]],["parent/2980",[1070,7.017]],["name/2981",[587,58.27]],["parent/2981",[1070,7.017]],["name/2982",[588,58.27]],["parent/2982",[1070,7.017]],["name/2983",[589,58.27]],["parent/2983",[1070,7.017]],["name/2984",[590,58.27]],["parent/2984",[1070,7.017]],["name/2985",[511,47.317]],["parent/2985",[1070,7.017]],["name/2986",[591,49.811]],["parent/2986",[1070,7.017]],["name/2987",[352,50.243]],["parent/2987",[1070,7.017]],["name/2988",[592,51.363]],["parent/2988",[1070,7.017]],["name/2989",[593,56.227]],["parent/2989",[1070,7.017]],["name/2990",[594,56.227]],["parent/2990",[1070,7.017]],["name/2991",[70,51.167]],["parent/2991",[1070,7.017]],["name/2992",[84,48.96]],["parent/2992",[1070,7.017]],["name/2993",[68,51.167]],["parent/2993",[1070,7.017]],["name/2994",[512,51.363]],["parent/2994",[1070,7.017]],["name/2995",[595,58.27]],["parent/2995",[1070,7.017]],["name/2996",[596,62.202]],["parent/2996",[1070,7.017]],["name/2997",[387,62.202]],["parent/2997",[1070,7.017]],["name/2998",[597,58.27]],["parent/2998",[1070,7.017]],["name/2999",[71,49.643]],["parent/2999",[1042,6.865]],["name/3000",[173,20.78]],["parent/3000",[1071,10.024]],["name/3001",[599,58.27]],["parent/3001",[1072,9.514]],["name/3002",[601,58.27]],["parent/3002",[1072,9.514]],["name/3003",[72,57.883]],["parent/3003",[1042,6.865]],["name/3004",[173,20.78]],["parent/3004",[1073,10.024]],["name/3005",[408,29.731]],["parent/3005",[1074,8.927]],["name/3006",[562,45.295]],["parent/3006",[1074,8.927]],["name/3007",[604,58.27]],["parent/3007",[1074,8.927]],["name/3008",[605,58.27]],["parent/3008",[1074,8.927]],["name/3009",[74,58.075]],["parent/3009",[1042,6.865]],["name/3010",[173,20.78]],["parent/3010",[1075,10.024]],["name/3011",[408,29.731]],["parent/3011",[1076,8.927]],["name/3012",[410,39.926]],["parent/3012",[1076,8.927]],["name/3013",[521,51.363]],["parent/3013",[1076,8.927]],["name/3014",[608,58.27]],["parent/3014",[1076,8.927]],["name/3015",[75,57.883]],["parent/3015",[1042,6.865]],["name/3016",[173,20.78]],["parent/3016",[1077,10.024]],["name/3017",[410,39.926]],["parent/3017",[1078,9.178]],["name/3018",[611,58.27]],["parent/3018",[1078,9.178]],["name/3019",[612,58.27]],["parent/3019",[1078,9.178]],["name/3020",[76,57.883]],["parent/3020",[1042,6.865]],["name/3021",[173,20.78]],["parent/3021",[1079,10.024]],["name/3022",[408,29.731]],["parent/3022",[1080,8.56]],["name/3023",[615,58.27]],["parent/3023",[1080,8.56]],["name/3024",[71,49.643]],["parent/3024",[1080,8.56]],["name/3025",[570,51.363]],["parent/3025",[1080,8.56]],["name/3026",[616,58.27]],["parent/3026",[1080,8.56]],["name/3027",[617,58.27]],["parent/3027",[1080,8.56]],["name/3028",[78,58.075]],["parent/3028",[1042,6.865]],["name/3029",[173,20.78]],["parent/3029",[1081,10.024]],["name/3030",[619,58.27]],["parent/3030",[1082,8.727]],["name/3031",[621,58.27]],["parent/3031",[1082,8.727]],["name/3032",[622,47.317]],["parent/3032",[1082,8.727]],["name/3033",[623,58.27]],["parent/3033",[1082,8.727]],["name/3034",[624,58.27]],["parent/3034",[1082,8.727]],["name/3035",[98,51.167]],["parent/3035",[1042,6.865]],["name/3036",[173,20.78]],["parent/3036",[1083,10.024]],["name/3037",[626,58.27]],["parent/3037",[1084,10.024]],["name/3038",[93,50.025]],["parent/3038",[1042,6.865]],["name/3039",[173,20.78]],["parent/3039",[1085,10.024]],["name/3040",[629,58.27]],["parent/3040",[1086,9.178]],["name/3041",[631,58.27]],["parent/3041",[1086,9.178]],["name/3042",[632,58.27]],["parent/3042",[1086,9.178]],["name/3043",[79,57.883]],["parent/3043",[1042,6.865]],["name/3044",[173,20.78]],["parent/3044",[1087,10.024]],["name/3045",[581,49.316]],["parent/3045",[1088,7.907]],["name/3046",[547,44.444]],["parent/3046",[1088,7.907]],["name/3047",[544,45.905]],["parent/3047",[1088,7.907]],["name/3048",[635,58.27]],["parent/3048",[1088,7.907]],["name/3049",[636,46.586]],["parent/3049",[1088,7.907]],["name/3050",[637,58.27]],["parent/3050",[1088,7.907]],["name/3051",[98,51.167]],["parent/3051",[1088,7.907]],["name/3052",[93,50.025]],["parent/3052",[1088,7.907]],["name/3053",[638,58.27]],["parent/3053",[1088,7.907]],["name/3054",[639,58.27]],["parent/3054",[1088,7.907]],["name/3055",[640,58.27]],["parent/3055",[1088,7.907]],["name/3056",[534,51.363]],["parent/3056",[1088,7.907]],["name/3057",[80,55.757]],["parent/3057",[1042,6.865]],["name/3058",[173,20.78]],["parent/3058",[1089,10.024]],["name/3059",[408,29.731]],["parent/3059",[1090,9.514]],["name/3060",[547,44.444]],["parent/3060",[1090,9.514]],["name/3061",[81,57.883]],["parent/3061",[1042,6.865]],["name/3062",[173,20.78]],["parent/3062",[1091,10.024]],["name/3063",[644,58.27]],["parent/3063",[1092,8.927]],["name/3064",[173,20.78]],["parent/3064",[1092,8.927]],["name/3065",[646,51.363]],["parent/3065",[1093,8.56]],["name/3066",[636,46.586]],["parent/3066",[1093,8.56]],["name/3067",[622,47.317]],["parent/3067",[1093,8.56]],["name/3068",[648,58.27]],["parent/3068",[1092,8.927]],["name/3069",[173,20.78]],["parent/3069",[1092,8.927]],["name/3070",[646,51.363]],["parent/3070",[1093,8.56]],["name/3071",[636,46.586]],["parent/3071",[1093,8.56]],["name/3072",[622,47.317]],["parent/3072",[1093,8.56]],["name/3073",[83,55.604]],["parent/3073",[1042,6.865]],["name/3074",[173,20.78]],["parent/3074",[1094,10.024]],["name/3075",[65,47.186]],["parent/3075",[1095,8.56]],["name/3076",[421,44.394]],["parent/3076",[1095,8.56]],["name/3077",[408,29.731]],["parent/3077",[1095,8.56]],["name/3078",[94,51.023]],["parent/3078",[1095,8.56]],["name/3079",[73,51.562]],["parent/3079",[1095,8.56]],["name/3080",[540,45.268]],["parent/3080",[1095,8.56]],["name/3081",[651,56.147]],["parent/3081",[1042,6.865]],["name/3082",[86,57.883]],["parent/3082",[1042,6.865]],["name/3083",[173,20.78]],["parent/3083",[1096,10.024]],["name/3084",[653,58.27]],["parent/3084",[1097,8.727]],["name/3085",[655,58.27]],["parent/3085",[1097,8.727]],["name/3086",[656,58.27]],["parent/3086",[1097,8.727]],["name/3087",[657,58.27]],["parent/3087",[1097,8.727]],["name/3088",[658,58.27]],["parent/3088",[1097,8.727]],["name/3089",[87,58.075]],["parent/3089",[1042,6.865]],["name/3090",[173,20.78]],["parent/3090",[1098,10.024]],["name/3091",[408,29.731]],["parent/3091",[1099,8.927]],["name/3092",[661,58.27]],["parent/3092",[1099,8.927]],["name/3093",[662,58.27]],["parent/3093",[1099,8.927]],["name/3094",[663,58.27]],["parent/3094",[1099,8.927]],["name/3095",[88,57.883]],["parent/3095",[1042,6.865]],["name/3096",[173,20.78]],["parent/3096",[1100,10.024]],["name/3097",[408,29.731]],["parent/3097",[1101,8.081]],["name/3098",[340,56.068]],["parent/3098",[1101,8.081]],["name/3099",[666,58.27]],["parent/3099",[1101,8.081]],["name/3100",[334,56.147]],["parent/3100",[1101,8.081]],["name/3101",[667,58.27]],["parent/3101",[1101,8.081]],["name/3102",[668,58.27]],["parent/3102",[1101,8.081]],["name/3103",[669,58.27]],["parent/3103",[1101,8.081]],["name/3104",[670,58.27]],["parent/3104",[1101,8.081]],["name/3105",[671,58.27]],["parent/3105",[1101,8.081]],["name/3106",[672,58.27]],["parent/3106",[1101,8.081]],["name/3107",[89,57.511]],["parent/3107",[1042,6.865]],["name/3108",[173,20.78]],["parent/3108",[1102,10.024]],["name/3109",[408,29.731]],["parent/3109",[1103,8.727]],["name/3110",[675,58.27]],["parent/3110",[1103,8.727]],["name/3111",[676,58.27]],["parent/3111",[1103,8.727]],["name/3112",[677,58.27]],["parent/3112",[1103,8.727]],["name/3113",[678,58.27]],["parent/3113",[1103,8.727]],["name/3114",[90,57.883]],["parent/3114",[1042,6.865]],["name/3115",[173,20.78]],["parent/3115",[1104,10.024]],["name/3116",[562,45.295]],["parent/3116",[1105,9.178]],["name/3117",[532,51.363]],["parent/3117",[1105,9.178]],["name/3118",[681,58.27]],["parent/3118",[1105,9.178]],["name/3119",[91,58.075]],["parent/3119",[1042,6.865]],["name/3120",[173,20.78]],["parent/3120",[1106,10.024]],["name/3121",[408,29.731]],["parent/3121",[1107,8.927]],["name/3122",[684,51.363]],["parent/3122",[1107,8.927]],["name/3123",[172,58.075]],["parent/3123",[1107,8.927]],["name/3124",[592,51.363]],["parent/3124",[1107,8.927]],["name/3125",[95,58.075]],["parent/3125",[1042,6.865]],["name/3126",[173,20.78]],["parent/3126",[1108,10.024]],["name/3127",[686,54.532]],["parent/3127",[1109,8.292]],["name/3128",[582,51.363]],["parent/3128",[1109,8.292]],["name/3129",[688,58.27]],["parent/3129",[1109,8.292]],["name/3130",[511,47.317]],["parent/3130",[1109,8.292]],["name/3131",[591,49.811]],["parent/3131",[1109,8.292]],["name/3132",[352,50.243]],["parent/3132",[1109,8.292]],["name/3133",[684,51.363]],["parent/3133",[1109,8.292]],["name/3134",[689,58.27]],["parent/3134",[1109,8.292]],["name/3135",[97,55.911]],["parent/3135",[1042,6.865]],["name/3136",[173,20.78]],["parent/3136",[1110,10.024]],["name/3137",[417,58.075]],["parent/3137",[1111,8.927]],["name/3138",[419,58.075]],["parent/3138",[1111,8.927]],["name/3139",[420,58.075]],["parent/3139",[1111,8.927]],["name/3140",[421,44.394]],["parent/3140",[1111,8.927]],["name/3141",[44,67.457]],["parent/3141",[17,9.514]],["name/3142",[73,51.562]],["parent/3142",[1112,6.865]],["name/3143",[173,20.78]],["parent/3143",[1113,10.024]],["name/3144",[504,58.27]],["parent/3144",[1114,8.927]],["name/3145",[506,58.27]],["parent/3145",[1114,8.927]],["name/3146",[155,37.858]],["parent/3146",[1114,8.927]],["name/3147",[507,58.27]],["parent/3147",[1114,8.927]],["name/3148",[92,51.167]],["parent/3148",[1112,6.865]],["name/3149",[173,20.78]],["parent/3149",[1115,10.024]],["name/3150",[509,58.27]],["parent/3150",[1116,8.727]],["name/3151",[511,47.317]],["parent/3151",[1116,8.727]],["name/3152",[512,51.363]],["parent/3152",[1116,8.727]],["name/3153",[344,48.357]],["parent/3153",[1116,8.727]],["name/3154",[513,51.363]],["parent/3154",[1116,8.727]],["name/3155",[65,47.186]],["parent/3155",[1112,6.865]],["name/3156",[173,20.78]],["parent/3156",[1117,10.024]],["name/3157",[408,29.731]],["parent/3157",[1118,7.413]],["name/3158",[493,49.276]],["parent/3158",[1118,7.413]],["name/3159",[516,51.363]],["parent/3159",[1118,7.413]],["name/3160",[517,58.27]],["parent/3160",[1118,7.413]],["name/3161",[518,58.27]],["parent/3161",[1118,7.413]],["name/3162",[421,44.394]],["parent/3162",[1118,7.413]],["name/3163",[519,58.27]],["parent/3163",[1118,7.413]],["name/3164",[520,58.27]],["parent/3164",[1118,7.413]],["name/3165",[521,51.363]],["parent/3165",[1118,7.413]],["name/3166",[344,48.357]],["parent/3166",[1118,7.413]],["name/3167",[155,37.858]],["parent/3167",[1118,7.413]],["name/3168",[522,58.27]],["parent/3168",[1118,7.413]],["name/3169",[523,58.27]],["parent/3169",[1118,7.413]],["name/3170",[524,58.27]],["parent/3170",[1118,7.413]],["name/3171",[525,58.27]],["parent/3171",[1118,7.413]],["name/3172",[526,47.618]],["parent/3172",[1118,7.413]],["name/3173",[527,58.27]],["parent/3173",[1118,7.413]],["name/3174",[513,51.363]],["parent/3174",[1118,7.413]],["name/3175",[528,58.27]],["parent/3175",[1118,7.413]],["name/3176",[92,51.167]],["parent/3176",[1118,7.413]],["name/3177",[67,57.883]],["parent/3177",[1112,6.865]],["name/3178",[173,20.78]],["parent/3178",[1119,10.024]],["name/3179",[530,58.27]],["parent/3179",[1120,8.927]],["name/3180",[532,51.363]],["parent/3180",[1120,8.927]],["name/3181",[533,58.27]],["parent/3181",[1120,8.927]],["name/3182",[534,51.363]],["parent/3182",[1120,8.927]],["name/3183",[68,51.167]],["parent/3183",[1112,6.865]],["name/3184",[173,20.78]],["parent/3184",[1121,10.024]],["name/3185",[410,39.926]],["parent/3185",[1122,9.178]],["name/3186",[411,58.075]],["parent/3186",[1122,9.178]],["name/3187",[537,58.27]],["parent/3187",[1122,9.178]],["name/3188",[69,57.883]],["parent/3188",[1112,6.865]],["name/3189",[173,20.78]],["parent/3189",[1123,10.024]],["name/3190",[408,29.731]],["parent/3190",[1124,8.292]],["name/3191",[540,45.268]],["parent/3191",[1124,8.292]],["name/3192",[155,37.858]],["parent/3192",[1124,8.292]],["name/3193",[541,58.27]],["parent/3193",[1124,8.292]],["name/3194",[542,58.27]],["parent/3194",[1124,8.292]],["name/3195",[543,58.27]],["parent/3195",[1124,8.292]],["name/3196",[342,56.068]],["parent/3196",[1124,8.292]],["name/3197",[544,45.905]],["parent/3197",[1124,8.292]],["name/3198",[70,51.167]],["parent/3198",[1112,6.865]],["name/3199",[173,20.78]],["parent/3199",[1125,10.024]],["name/3200",[155,37.858]],["parent/3200",[1126,7.907]],["name/3201",[547,44.444]],["parent/3201",[1126,7.907]],["name/3202",[544,45.905]],["parent/3202",[1126,7.907]],["name/3203",[540,45.268]],["parent/3203",[1126,7.907]],["name/3204",[548,58.27]],["parent/3204",[1126,7.907]],["name/3205",[549,58.27]],["parent/3205",[1126,7.907]],["name/3206",[550,58.27]],["parent/3206",[1126,7.907]],["name/3207",[551,58.27]],["parent/3207",[1126,7.907]],["name/3208",[552,58.27]],["parent/3208",[1126,7.907]],["name/3209",[553,58.27]],["parent/3209",[1126,7.907]],["name/3210",[554,56.227]],["parent/3210",[1126,7.907]],["name/3211",[555,56.227]],["parent/3211",[1126,7.907]],["name/3212",[82,57.511]],["parent/3212",[1112,6.865]],["name/3213",[173,20.78]],["parent/3213",[1127,10.024]],["name/3214",[408,29.731]],["parent/3214",[1128,8.927]],["name/3215",[493,49.276]],["parent/3215",[1128,8.927]],["name/3216",[155,37.858]],["parent/3216",[1128,8.927]],["name/3217",[516,51.363]],["parent/3217",[1128,8.927]],["name/3218",[77,51.167]],["parent/3218",[1112,6.865]],["name/3219",[173,20.78]],["parent/3219",[1129,10.024]],["name/3220",[559,58.27]],["parent/3220",[1130,9.178]],["name/3221",[561,58.27]],["parent/3221",[1130,9.178]],["name/3222",[562,45.295]],["parent/3222",[1130,9.178]],["name/3223",[96,55.911]],["parent/3223",[1112,6.865]],["name/3224",[173,20.78]],["parent/3224",[1131,10.024]],["name/3225",[410,39.926]],["parent/3225",[1132,9.178]],["name/3226",[155,37.858]],["parent/3226",[1132,9.178]],["name/3227",[77,51.167]],["parent/3227",[1132,9.178]],["name/3228",[85,57.978]],["parent/3228",[1112,6.865]],["name/3229",[173,20.78]],["parent/3229",[1133,10.024]],["name/3230",[547,44.444]],["parent/3230",[1134,9.514]],["name/3231",[567,51.363]],["parent/3231",[1134,9.514]],["name/3232",[84,48.96]],["parent/3232",[1112,6.865]],["name/3233",[173,20.78]],["parent/3233",[1135,10.024]],["name/3234",[408,29.731]],["parent/3234",[1136,8.417]],["name/3235",[570,51.363]],["parent/3235",[1136,8.417]],["name/3236",[571,58.27]],["parent/3236",[1136,8.417]],["name/3237",[572,56.227]],["parent/3237",[1136,8.417]],["name/3238",[567,51.363]],["parent/3238",[1136,8.417]],["name/3239",[573,58.27]],["parent/3239",[1136,8.417]],["name/3240",[574,58.27]],["parent/3240",[1136,8.417]],["name/3241",[345,56.721]],["parent/3241",[1112,6.865]],["name/3242",[173,20.78]],["parent/3242",[1137,10.024]],["name/3243",[576,62.202]],["parent/3243",[1138,8.927]],["name/3244",[578,62.202]],["parent/3244",[1138,8.927]],["name/3245",[410,39.926]],["parent/3245",[1138,8.927]],["name/3246",[562,45.295]],["parent/3246",[1138,8.927]],["name/3247",[94,51.023]],["parent/3247",[1112,6.865]],["name/3248",[173,20.78]],["parent/3248",[1139,10.024]],["name/3249",[408,29.731]],["parent/3249",[1140,7.017]],["name/3250",[581,49.316]],["parent/3250",[1140,7.017]],["name/3251",[155,37.858]],["parent/3251",[1140,7.017]],["name/3252",[65,47.186]],["parent/3252",[1140,7.017]],["name/3253",[582,51.363]],["parent/3253",[1140,7.017]],["name/3254",[583,58.27]],["parent/3254",[1140,7.017]],["name/3255",[145,57.978]],["parent/3255",[1140,7.017]],["name/3256",[584,58.27]],["parent/3256",[1140,7.017]],["name/3257",[421,44.394]],["parent/3257",[1140,7.017]],["name/3258",[526,47.618]],["parent/3258",[1140,7.017]],["name/3259",[585,58.27]],["parent/3259",[1140,7.017]],["name/3260",[586,58.27]],["parent/3260",[1140,7.017]],["name/3261",[587,58.27]],["parent/3261",[1140,7.017]],["name/3262",[588,58.27]],["parent/3262",[1140,7.017]],["name/3263",[589,58.27]],["parent/3263",[1140,7.017]],["name/3264",[590,58.27]],["parent/3264",[1140,7.017]],["name/3265",[511,47.317]],["parent/3265",[1140,7.017]],["name/3266",[591,49.811]],["parent/3266",[1140,7.017]],["name/3267",[352,50.243]],["parent/3267",[1140,7.017]],["name/3268",[592,51.363]],["parent/3268",[1140,7.017]],["name/3269",[593,56.227]],["parent/3269",[1140,7.017]],["name/3270",[594,56.227]],["parent/3270",[1140,7.017]],["name/3271",[70,51.167]],["parent/3271",[1140,7.017]],["name/3272",[84,48.96]],["parent/3272",[1140,7.017]],["name/3273",[68,51.167]],["parent/3273",[1140,7.017]],["name/3274",[512,51.363]],["parent/3274",[1140,7.017]],["name/3275",[595,58.27]],["parent/3275",[1140,7.017]],["name/3276",[596,62.202]],["parent/3276",[1140,7.017]],["name/3277",[387,62.202]],["parent/3277",[1140,7.017]],["name/3278",[597,58.27]],["parent/3278",[1140,7.017]],["name/3279",[71,49.643]],["parent/3279",[1112,6.865]],["name/3280",[173,20.78]],["parent/3280",[1141,10.024]],["name/3281",[599,58.27]],["parent/3281",[1142,9.514]],["name/3282",[601,58.27]],["parent/3282",[1142,9.514]],["name/3283",[72,57.883]],["parent/3283",[1112,6.865]],["name/3284",[173,20.78]],["parent/3284",[1143,10.024]],["name/3285",[408,29.731]],["parent/3285",[1144,8.927]],["name/3286",[562,45.295]],["parent/3286",[1144,8.927]],["name/3287",[604,58.27]],["parent/3287",[1144,8.927]],["name/3288",[605,58.27]],["parent/3288",[1144,8.927]],["name/3289",[74,58.075]],["parent/3289",[1112,6.865]],["name/3290",[173,20.78]],["parent/3290",[1145,10.024]],["name/3291",[408,29.731]],["parent/3291",[1146,8.927]],["name/3292",[410,39.926]],["parent/3292",[1146,8.927]],["name/3293",[521,51.363]],["parent/3293",[1146,8.927]],["name/3294",[608,58.27]],["parent/3294",[1146,8.927]],["name/3295",[75,57.883]],["parent/3295",[1112,6.865]],["name/3296",[173,20.78]],["parent/3296",[1147,10.024]],["name/3297",[410,39.926]],["parent/3297",[1148,9.178]],["name/3298",[611,58.27]],["parent/3298",[1148,9.178]],["name/3299",[612,58.27]],["parent/3299",[1148,9.178]],["name/3300",[76,57.883]],["parent/3300",[1112,6.865]],["name/3301",[173,20.78]],["parent/3301",[1149,10.024]],["name/3302",[408,29.731]],["parent/3302",[1150,8.56]],["name/3303",[615,58.27]],["parent/3303",[1150,8.56]],["name/3304",[71,49.643]],["parent/3304",[1150,8.56]],["name/3305",[570,51.363]],["parent/3305",[1150,8.56]],["name/3306",[616,58.27]],["parent/3306",[1150,8.56]],["name/3307",[617,58.27]],["parent/3307",[1150,8.56]],["name/3308",[78,58.075]],["parent/3308",[1112,6.865]],["name/3309",[173,20.78]],["parent/3309",[1151,10.024]],["name/3310",[619,58.27]],["parent/3310",[1152,8.727]],["name/3311",[621,58.27]],["parent/3311",[1152,8.727]],["name/3312",[622,47.317]],["parent/3312",[1152,8.727]],["name/3313",[623,58.27]],["parent/3313",[1152,8.727]],["name/3314",[624,58.27]],["parent/3314",[1152,8.727]],["name/3315",[98,51.167]],["parent/3315",[1112,6.865]],["name/3316",[173,20.78]],["parent/3316",[1153,10.024]],["name/3317",[626,58.27]],["parent/3317",[1154,10.024]],["name/3318",[93,50.025]],["parent/3318",[1112,6.865]],["name/3319",[173,20.78]],["parent/3319",[1155,10.024]],["name/3320",[629,58.27]],["parent/3320",[1156,9.178]],["name/3321",[631,58.27]],["parent/3321",[1156,9.178]],["name/3322",[632,58.27]],["parent/3322",[1156,9.178]],["name/3323",[79,57.883]],["parent/3323",[1112,6.865]],["name/3324",[173,20.78]],["parent/3324",[1157,10.024]],["name/3325",[581,49.316]],["parent/3325",[1158,7.907]],["name/3326",[547,44.444]],["parent/3326",[1158,7.907]],["name/3327",[544,45.905]],["parent/3327",[1158,7.907]],["name/3328",[635,58.27]],["parent/3328",[1158,7.907]],["name/3329",[636,46.586]],["parent/3329",[1158,7.907]],["name/3330",[637,58.27]],["parent/3330",[1158,7.907]],["name/3331",[98,51.167]],["parent/3331",[1158,7.907]],["name/3332",[93,50.025]],["parent/3332",[1158,7.907]],["name/3333",[638,58.27]],["parent/3333",[1158,7.907]],["name/3334",[639,58.27]],["parent/3334",[1158,7.907]],["name/3335",[640,58.27]],["parent/3335",[1158,7.907]],["name/3336",[534,51.363]],["parent/3336",[1158,7.907]],["name/3337",[80,55.757]],["parent/3337",[1112,6.865]],["name/3338",[173,20.78]],["parent/3338",[1159,10.024]],["name/3339",[408,29.731]],["parent/3339",[1160,9.514]],["name/3340",[547,44.444]],["parent/3340",[1160,9.514]],["name/3341",[81,57.883]],["parent/3341",[1112,6.865]],["name/3342",[173,20.78]],["parent/3342",[1161,10.024]],["name/3343",[644,58.27]],["parent/3343",[1162,8.927]],["name/3344",[173,20.78]],["parent/3344",[1162,8.927]],["name/3345",[646,51.363]],["parent/3345",[1163,8.56]],["name/3346",[636,46.586]],["parent/3346",[1163,8.56]],["name/3347",[622,47.317]],["parent/3347",[1163,8.56]],["name/3348",[648,58.27]],["parent/3348",[1162,8.927]],["name/3349",[173,20.78]],["parent/3349",[1162,8.927]],["name/3350",[646,51.363]],["parent/3350",[1163,8.56]],["name/3351",[636,46.586]],["parent/3351",[1163,8.56]],["name/3352",[622,47.317]],["parent/3352",[1163,8.56]],["name/3353",[83,55.604]],["parent/3353",[1112,6.865]],["name/3354",[173,20.78]],["parent/3354",[1164,10.024]],["name/3355",[65,47.186]],["parent/3355",[1165,8.56]],["name/3356",[421,44.394]],["parent/3356",[1165,8.56]],["name/3357",[408,29.731]],["parent/3357",[1165,8.56]],["name/3358",[94,51.023]],["parent/3358",[1165,8.56]],["name/3359",[73,51.562]],["parent/3359",[1165,8.56]],["name/3360",[540,45.268]],["parent/3360",[1165,8.56]],["name/3361",[651,56.147]],["parent/3361",[1112,6.865]],["name/3362",[86,57.883]],["parent/3362",[1112,6.865]],["name/3363",[173,20.78]],["parent/3363",[1166,10.024]],["name/3364",[653,58.27]],["parent/3364",[1167,8.727]],["name/3365",[655,58.27]],["parent/3365",[1167,8.727]],["name/3366",[656,58.27]],["parent/3366",[1167,8.727]],["name/3367",[657,58.27]],["parent/3367",[1167,8.727]],["name/3368",[658,58.27]],["parent/3368",[1167,8.727]],["name/3369",[87,58.075]],["parent/3369",[1112,6.865]],["name/3370",[173,20.78]],["parent/3370",[1168,10.024]],["name/3371",[408,29.731]],["parent/3371",[1169,8.927]],["name/3372",[661,58.27]],["parent/3372",[1169,8.927]],["name/3373",[662,58.27]],["parent/3373",[1169,8.927]],["name/3374",[663,58.27]],["parent/3374",[1169,8.927]],["name/3375",[88,57.883]],["parent/3375",[1112,6.865]],["name/3376",[173,20.78]],["parent/3376",[1170,10.024]],["name/3377",[408,29.731]],["parent/3377",[1171,8.081]],["name/3378",[340,56.068]],["parent/3378",[1171,8.081]],["name/3379",[666,58.27]],["parent/3379",[1171,8.081]],["name/3380",[334,56.147]],["parent/3380",[1171,8.081]],["name/3381",[667,58.27]],["parent/3381",[1171,8.081]],["name/3382",[668,58.27]],["parent/3382",[1171,8.081]],["name/3383",[669,58.27]],["parent/3383",[1171,8.081]],["name/3384",[670,58.27]],["parent/3384",[1171,8.081]],["name/3385",[671,58.27]],["parent/3385",[1171,8.081]],["name/3386",[672,58.27]],["parent/3386",[1171,8.081]],["name/3387",[89,57.511]],["parent/3387",[1112,6.865]],["name/3388",[173,20.78]],["parent/3388",[1172,10.024]],["name/3389",[408,29.731]],["parent/3389",[1173,8.727]],["name/3390",[675,58.27]],["parent/3390",[1173,8.727]],["name/3391",[676,58.27]],["parent/3391",[1173,8.727]],["name/3392",[677,58.27]],["parent/3392",[1173,8.727]],["name/3393",[678,58.27]],["parent/3393",[1173,8.727]],["name/3394",[90,57.883]],["parent/3394",[1112,6.865]],["name/3395",[173,20.78]],["parent/3395",[1174,10.024]],["name/3396",[562,45.295]],["parent/3396",[1175,9.178]],["name/3397",[532,51.363]],["parent/3397",[1175,9.178]],["name/3398",[681,58.27]],["parent/3398",[1175,9.178]],["name/3399",[91,58.075]],["parent/3399",[1112,6.865]],["name/3400",[173,20.78]],["parent/3400",[1176,10.024]],["name/3401",[408,29.731]],["parent/3401",[1177,8.927]],["name/3402",[684,51.363]],["parent/3402",[1177,8.927]],["name/3403",[172,58.075]],["parent/3403",[1177,8.927]],["name/3404",[592,51.363]],["parent/3404",[1177,8.927]],["name/3405",[95,58.075]],["parent/3405",[1112,6.865]],["name/3406",[173,20.78]],["parent/3406",[1178,10.024]],["name/3407",[686,54.532]],["parent/3407",[1179,8.292]],["name/3408",[582,51.363]],["parent/3408",[1179,8.292]],["name/3409",[688,58.27]],["parent/3409",[1179,8.292]],["name/3410",[511,47.317]],["parent/3410",[1179,8.292]],["name/3411",[591,49.811]],["parent/3411",[1179,8.292]],["name/3412",[352,50.243]],["parent/3412",[1179,8.292]],["name/3413",[684,51.363]],["parent/3413",[1179,8.292]],["name/3414",[689,58.27]],["parent/3414",[1179,8.292]],["name/3415",[97,55.911]],["parent/3415",[1112,6.865]],["name/3416",[173,20.78]],["parent/3416",[1180,10.024]],["name/3417",[417,58.075]],["parent/3417",[1181,8.927]],["name/3418",[419,58.075]],["parent/3418",[1181,8.927]],["name/3419",[420,58.075]],["parent/3419",[1181,8.927]],["name/3420",[421,44.394]],["parent/3420",[1181,8.927]],["name/3421",[44,67.457]],["parent/3421",[18,9.514]],["name/3422",[73,51.562]],["parent/3422",[1182,6.865]],["name/3423",[173,20.78]],["parent/3423",[1183,10.024]],["name/3424",[504,58.27]],["parent/3424",[1184,8.927]],["name/3425",[506,58.27]],["parent/3425",[1184,8.927]],["name/3426",[155,37.858]],["parent/3426",[1184,8.927]],["name/3427",[507,58.27]],["parent/3427",[1184,8.927]],["name/3428",[92,51.167]],["parent/3428",[1182,6.865]],["name/3429",[173,20.78]],["parent/3429",[1185,10.024]],["name/3430",[509,58.27]],["parent/3430",[1186,8.727]],["name/3431",[511,47.317]],["parent/3431",[1186,8.727]],["name/3432",[512,51.363]],["parent/3432",[1186,8.727]],["name/3433",[344,48.357]],["parent/3433",[1186,8.727]],["name/3434",[513,51.363]],["parent/3434",[1186,8.727]],["name/3435",[65,47.186]],["parent/3435",[1182,6.865]],["name/3436",[173,20.78]],["parent/3436",[1187,10.024]],["name/3437",[408,29.731]],["parent/3437",[1188,7.413]],["name/3438",[493,49.276]],["parent/3438",[1188,7.413]],["name/3439",[516,51.363]],["parent/3439",[1188,7.413]],["name/3440",[517,58.27]],["parent/3440",[1188,7.413]],["name/3441",[518,58.27]],["parent/3441",[1188,7.413]],["name/3442",[421,44.394]],["parent/3442",[1188,7.413]],["name/3443",[519,58.27]],["parent/3443",[1188,7.413]],["name/3444",[520,58.27]],["parent/3444",[1188,7.413]],["name/3445",[521,51.363]],["parent/3445",[1188,7.413]],["name/3446",[344,48.357]],["parent/3446",[1188,7.413]],["name/3447",[155,37.858]],["parent/3447",[1188,7.413]],["name/3448",[522,58.27]],["parent/3448",[1188,7.413]],["name/3449",[523,58.27]],["parent/3449",[1188,7.413]],["name/3450",[524,58.27]],["parent/3450",[1188,7.413]],["name/3451",[525,58.27]],["parent/3451",[1188,7.413]],["name/3452",[526,47.618]],["parent/3452",[1188,7.413]],["name/3453",[527,58.27]],["parent/3453",[1188,7.413]],["name/3454",[513,51.363]],["parent/3454",[1188,7.413]],["name/3455",[528,58.27]],["parent/3455",[1188,7.413]],["name/3456",[92,51.167]],["parent/3456",[1188,7.413]],["name/3457",[67,57.883]],["parent/3457",[1182,6.865]],["name/3458",[173,20.78]],["parent/3458",[1189,10.024]],["name/3459",[530,58.27]],["parent/3459",[1190,8.927]],["name/3460",[532,51.363]],["parent/3460",[1190,8.927]],["name/3461",[533,58.27]],["parent/3461",[1190,8.927]],["name/3462",[534,51.363]],["parent/3462",[1190,8.927]],["name/3463",[68,51.167]],["parent/3463",[1182,6.865]],["name/3464",[173,20.78]],["parent/3464",[1191,10.024]],["name/3465",[410,39.926]],["parent/3465",[1192,9.178]],["name/3466",[411,58.075]],["parent/3466",[1192,9.178]],["name/3467",[537,58.27]],["parent/3467",[1192,9.178]],["name/3468",[69,57.883]],["parent/3468",[1182,6.865]],["name/3469",[173,20.78]],["parent/3469",[1193,10.024]],["name/3470",[408,29.731]],["parent/3470",[1194,8.292]],["name/3471",[540,45.268]],["parent/3471",[1194,8.292]],["name/3472",[155,37.858]],["parent/3472",[1194,8.292]],["name/3473",[541,58.27]],["parent/3473",[1194,8.292]],["name/3474",[542,58.27]],["parent/3474",[1194,8.292]],["name/3475",[543,58.27]],["parent/3475",[1194,8.292]],["name/3476",[342,56.068]],["parent/3476",[1194,8.292]],["name/3477",[544,45.905]],["parent/3477",[1194,8.292]],["name/3478",[70,51.167]],["parent/3478",[1182,6.865]],["name/3479",[173,20.78]],["parent/3479",[1195,10.024]],["name/3480",[155,37.858]],["parent/3480",[1196,7.907]],["name/3481",[547,44.444]],["parent/3481",[1196,7.907]],["name/3482",[544,45.905]],["parent/3482",[1196,7.907]],["name/3483",[540,45.268]],["parent/3483",[1196,7.907]],["name/3484",[548,58.27]],["parent/3484",[1196,7.907]],["name/3485",[549,58.27]],["parent/3485",[1196,7.907]],["name/3486",[550,58.27]],["parent/3486",[1196,7.907]],["name/3487",[551,58.27]],["parent/3487",[1196,7.907]],["name/3488",[552,58.27]],["parent/3488",[1196,7.907]],["name/3489",[553,58.27]],["parent/3489",[1196,7.907]],["name/3490",[554,56.227]],["parent/3490",[1196,7.907]],["name/3491",[555,56.227]],["parent/3491",[1196,7.907]],["name/3492",[82,57.511]],["parent/3492",[1182,6.865]],["name/3493",[173,20.78]],["parent/3493",[1197,10.024]],["name/3494",[408,29.731]],["parent/3494",[1198,8.927]],["name/3495",[493,49.276]],["parent/3495",[1198,8.927]],["name/3496",[155,37.858]],["parent/3496",[1198,8.927]],["name/3497",[516,51.363]],["parent/3497",[1198,8.927]],["name/3498",[77,51.167]],["parent/3498",[1182,6.865]],["name/3499",[173,20.78]],["parent/3499",[1199,10.024]],["name/3500",[559,58.27]],["parent/3500",[1200,9.178]],["name/3501",[561,58.27]],["parent/3501",[1200,9.178]],["name/3502",[562,45.295]],["parent/3502",[1200,9.178]],["name/3503",[96,55.911]],["parent/3503",[1182,6.865]],["name/3504",[173,20.78]],["parent/3504",[1201,10.024]],["name/3505",[410,39.926]],["parent/3505",[1202,9.178]],["name/3506",[155,37.858]],["parent/3506",[1202,9.178]],["name/3507",[77,51.167]],["parent/3507",[1202,9.178]],["name/3508",[85,57.978]],["parent/3508",[1182,6.865]],["name/3509",[173,20.78]],["parent/3509",[1203,10.024]],["name/3510",[547,44.444]],["parent/3510",[1204,9.514]],["name/3511",[567,51.363]],["parent/3511",[1204,9.514]],["name/3512",[84,48.96]],["parent/3512",[1182,6.865]],["name/3513",[173,20.78]],["parent/3513",[1205,10.024]],["name/3514",[408,29.731]],["parent/3514",[1206,8.417]],["name/3515",[570,51.363]],["parent/3515",[1206,8.417]],["name/3516",[571,58.27]],["parent/3516",[1206,8.417]],["name/3517",[572,56.227]],["parent/3517",[1206,8.417]],["name/3518",[567,51.363]],["parent/3518",[1206,8.417]],["name/3519",[573,58.27]],["parent/3519",[1206,8.417]],["name/3520",[574,58.27]],["parent/3520",[1206,8.417]],["name/3521",[345,56.721]],["parent/3521",[1182,6.865]],["name/3522",[173,20.78]],["parent/3522",[1207,10.024]],["name/3523",[576,62.202]],["parent/3523",[1208,8.927]],["name/3524",[578,62.202]],["parent/3524",[1208,8.927]],["name/3525",[410,39.926]],["parent/3525",[1208,8.927]],["name/3526",[562,45.295]],["parent/3526",[1208,8.927]],["name/3527",[94,51.023]],["parent/3527",[1182,6.865]],["name/3528",[173,20.78]],["parent/3528",[1209,10.024]],["name/3529",[408,29.731]],["parent/3529",[1210,7.017]],["name/3530",[581,49.316]],["parent/3530",[1210,7.017]],["name/3531",[155,37.858]],["parent/3531",[1210,7.017]],["name/3532",[65,47.186]],["parent/3532",[1210,7.017]],["name/3533",[582,51.363]],["parent/3533",[1210,7.017]],["name/3534",[583,58.27]],["parent/3534",[1210,7.017]],["name/3535",[145,57.978]],["parent/3535",[1210,7.017]],["name/3536",[584,58.27]],["parent/3536",[1210,7.017]],["name/3537",[421,44.394]],["parent/3537",[1210,7.017]],["name/3538",[526,47.618]],["parent/3538",[1210,7.017]],["name/3539",[585,58.27]],["parent/3539",[1210,7.017]],["name/3540",[586,58.27]],["parent/3540",[1210,7.017]],["name/3541",[587,58.27]],["parent/3541",[1210,7.017]],["name/3542",[588,58.27]],["parent/3542",[1210,7.017]],["name/3543",[589,58.27]],["parent/3543",[1210,7.017]],["name/3544",[590,58.27]],["parent/3544",[1210,7.017]],["name/3545",[511,47.317]],["parent/3545",[1210,7.017]],["name/3546",[591,49.811]],["parent/3546",[1210,7.017]],["name/3547",[352,50.243]],["parent/3547",[1210,7.017]],["name/3548",[592,51.363]],["parent/3548",[1210,7.017]],["name/3549",[593,56.227]],["parent/3549",[1210,7.017]],["name/3550",[594,56.227]],["parent/3550",[1210,7.017]],["name/3551",[70,51.167]],["parent/3551",[1210,7.017]],["name/3552",[84,48.96]],["parent/3552",[1210,7.017]],["name/3553",[68,51.167]],["parent/3553",[1210,7.017]],["name/3554",[512,51.363]],["parent/3554",[1210,7.017]],["name/3555",[595,58.27]],["parent/3555",[1210,7.017]],["name/3556",[596,62.202]],["parent/3556",[1210,7.017]],["name/3557",[387,62.202]],["parent/3557",[1210,7.017]],["name/3558",[597,58.27]],["parent/3558",[1210,7.017]],["name/3559",[71,49.643]],["parent/3559",[1182,6.865]],["name/3560",[173,20.78]],["parent/3560",[1211,10.024]],["name/3561",[599,58.27]],["parent/3561",[1212,9.514]],["name/3562",[601,58.27]],["parent/3562",[1212,9.514]],["name/3563",[72,57.883]],["parent/3563",[1182,6.865]],["name/3564",[173,20.78]],["parent/3564",[1213,10.024]],["name/3565",[408,29.731]],["parent/3565",[1214,8.927]],["name/3566",[562,45.295]],["parent/3566",[1214,8.927]],["name/3567",[604,58.27]],["parent/3567",[1214,8.927]],["name/3568",[605,58.27]],["parent/3568",[1214,8.927]],["name/3569",[74,58.075]],["parent/3569",[1182,6.865]],["name/3570",[173,20.78]],["parent/3570",[1215,10.024]],["name/3571",[408,29.731]],["parent/3571",[1216,8.927]],["name/3572",[410,39.926]],["parent/3572",[1216,8.927]],["name/3573",[521,51.363]],["parent/3573",[1216,8.927]],["name/3574",[608,58.27]],["parent/3574",[1216,8.927]],["name/3575",[75,57.883]],["parent/3575",[1182,6.865]],["name/3576",[173,20.78]],["parent/3576",[1217,10.024]],["name/3577",[410,39.926]],["parent/3577",[1218,9.178]],["name/3578",[611,58.27]],["parent/3578",[1218,9.178]],["name/3579",[612,58.27]],["parent/3579",[1218,9.178]],["name/3580",[76,57.883]],["parent/3580",[1182,6.865]],["name/3581",[173,20.78]],["parent/3581",[1219,10.024]],["name/3582",[408,29.731]],["parent/3582",[1220,8.56]],["name/3583",[615,58.27]],["parent/3583",[1220,8.56]],["name/3584",[71,49.643]],["parent/3584",[1220,8.56]],["name/3585",[570,51.363]],["parent/3585",[1220,8.56]],["name/3586",[616,58.27]],["parent/3586",[1220,8.56]],["name/3587",[617,58.27]],["parent/3587",[1220,8.56]],["name/3588",[78,58.075]],["parent/3588",[1182,6.865]],["name/3589",[173,20.78]],["parent/3589",[1221,10.024]],["name/3590",[619,58.27]],["parent/3590",[1222,8.727]],["name/3591",[621,58.27]],["parent/3591",[1222,8.727]],["name/3592",[622,47.317]],["parent/3592",[1222,8.727]],["name/3593",[623,58.27]],["parent/3593",[1222,8.727]],["name/3594",[624,58.27]],["parent/3594",[1222,8.727]],["name/3595",[98,51.167]],["parent/3595",[1182,6.865]],["name/3596",[173,20.78]],["parent/3596",[1223,10.024]],["name/3597",[626,58.27]],["parent/3597",[1224,10.024]],["name/3598",[93,50.025]],["parent/3598",[1182,6.865]],["name/3599",[173,20.78]],["parent/3599",[1225,10.024]],["name/3600",[629,58.27]],["parent/3600",[1226,9.178]],["name/3601",[631,58.27]],["parent/3601",[1226,9.178]],["name/3602",[632,58.27]],["parent/3602",[1226,9.178]],["name/3603",[79,57.883]],["parent/3603",[1182,6.865]],["name/3604",[173,20.78]],["parent/3604",[1227,10.024]],["name/3605",[581,49.316]],["parent/3605",[1228,7.907]],["name/3606",[547,44.444]],["parent/3606",[1228,7.907]],["name/3607",[544,45.905]],["parent/3607",[1228,7.907]],["name/3608",[635,58.27]],["parent/3608",[1228,7.907]],["name/3609",[636,46.586]],["parent/3609",[1228,7.907]],["name/3610",[637,58.27]],["parent/3610",[1228,7.907]],["name/3611",[98,51.167]],["parent/3611",[1228,7.907]],["name/3612",[93,50.025]],["parent/3612",[1228,7.907]],["name/3613",[638,58.27]],["parent/3613",[1228,7.907]],["name/3614",[639,58.27]],["parent/3614",[1228,7.907]],["name/3615",[640,58.27]],["parent/3615",[1228,7.907]],["name/3616",[534,51.363]],["parent/3616",[1228,7.907]],["name/3617",[80,55.757]],["parent/3617",[1182,6.865]],["name/3618",[173,20.78]],["parent/3618",[1229,10.024]],["name/3619",[408,29.731]],["parent/3619",[1230,9.514]],["name/3620",[547,44.444]],["parent/3620",[1230,9.514]],["name/3621",[81,57.883]],["parent/3621",[1182,6.865]],["name/3622",[173,20.78]],["parent/3622",[1231,10.024]],["name/3623",[644,58.27]],["parent/3623",[1232,8.927]],["name/3624",[173,20.78]],["parent/3624",[1232,8.927]],["name/3625",[646,51.363]],["parent/3625",[1233,8.56]],["name/3626",[636,46.586]],["parent/3626",[1233,8.56]],["name/3627",[622,47.317]],["parent/3627",[1233,8.56]],["name/3628",[648,58.27]],["parent/3628",[1232,8.927]],["name/3629",[173,20.78]],["parent/3629",[1232,8.927]],["name/3630",[646,51.363]],["parent/3630",[1233,8.56]],["name/3631",[636,46.586]],["parent/3631",[1233,8.56]],["name/3632",[622,47.317]],["parent/3632",[1233,8.56]],["name/3633",[83,55.604]],["parent/3633",[1182,6.865]],["name/3634",[173,20.78]],["parent/3634",[1234,10.024]],["name/3635",[65,47.186]],["parent/3635",[1235,8.56]],["name/3636",[421,44.394]],["parent/3636",[1235,8.56]],["name/3637",[408,29.731]],["parent/3637",[1235,8.56]],["name/3638",[94,51.023]],["parent/3638",[1235,8.56]],["name/3639",[73,51.562]],["parent/3639",[1235,8.56]],["name/3640",[540,45.268]],["parent/3640",[1235,8.56]],["name/3641",[651,56.147]],["parent/3641",[1182,6.865]],["name/3642",[86,57.883]],["parent/3642",[1182,6.865]],["name/3643",[173,20.78]],["parent/3643",[1236,10.024]],["name/3644",[653,58.27]],["parent/3644",[1237,8.727]],["name/3645",[655,58.27]],["parent/3645",[1237,8.727]],["name/3646",[656,58.27]],["parent/3646",[1237,8.727]],["name/3647",[657,58.27]],["parent/3647",[1237,8.727]],["name/3648",[658,58.27]],["parent/3648",[1237,8.727]],["name/3649",[87,58.075]],["parent/3649",[1182,6.865]],["name/3650",[173,20.78]],["parent/3650",[1238,10.024]],["name/3651",[408,29.731]],["parent/3651",[1239,8.927]],["name/3652",[661,58.27]],["parent/3652",[1239,8.927]],["name/3653",[662,58.27]],["parent/3653",[1239,8.927]],["name/3654",[663,58.27]],["parent/3654",[1239,8.927]],["name/3655",[88,57.883]],["parent/3655",[1182,6.865]],["name/3656",[173,20.78]],["parent/3656",[1240,10.024]],["name/3657",[408,29.731]],["parent/3657",[1241,8.081]],["name/3658",[340,56.068]],["parent/3658",[1241,8.081]],["name/3659",[666,58.27]],["parent/3659",[1241,8.081]],["name/3660",[334,56.147]],["parent/3660",[1241,8.081]],["name/3661",[667,58.27]],["parent/3661",[1241,8.081]],["name/3662",[668,58.27]],["parent/3662",[1241,8.081]],["name/3663",[669,58.27]],["parent/3663",[1241,8.081]],["name/3664",[670,58.27]],["parent/3664",[1241,8.081]],["name/3665",[671,58.27]],["parent/3665",[1241,8.081]],["name/3666",[672,58.27]],["parent/3666",[1241,8.081]],["name/3667",[89,57.511]],["parent/3667",[1182,6.865]],["name/3668",[173,20.78]],["parent/3668",[1242,10.024]],["name/3669",[408,29.731]],["parent/3669",[1243,8.727]],["name/3670",[675,58.27]],["parent/3670",[1243,8.727]],["name/3671",[676,58.27]],["parent/3671",[1243,8.727]],["name/3672",[677,58.27]],["parent/3672",[1243,8.727]],["name/3673",[678,58.27]],["parent/3673",[1243,8.727]],["name/3674",[90,57.883]],["parent/3674",[1182,6.865]],["name/3675",[173,20.78]],["parent/3675",[1244,10.024]],["name/3676",[562,45.295]],["parent/3676",[1245,9.178]],["name/3677",[532,51.363]],["parent/3677",[1245,9.178]],["name/3678",[681,58.27]],["parent/3678",[1245,9.178]],["name/3679",[91,58.075]],["parent/3679",[1182,6.865]],["name/3680",[173,20.78]],["parent/3680",[1246,10.024]],["name/3681",[408,29.731]],["parent/3681",[1247,8.927]],["name/3682",[684,51.363]],["parent/3682",[1247,8.927]],["name/3683",[172,58.075]],["parent/3683",[1247,8.927]],["name/3684",[592,51.363]],["parent/3684",[1247,8.927]],["name/3685",[95,58.075]],["parent/3685",[1182,6.865]],["name/3686",[173,20.78]],["parent/3686",[1248,10.024]],["name/3687",[686,54.532]],["parent/3687",[1249,8.292]],["name/3688",[582,51.363]],["parent/3688",[1249,8.292]],["name/3689",[688,58.27]],["parent/3689",[1249,8.292]],["name/3690",[511,47.317]],["parent/3690",[1249,8.292]],["name/3691",[591,49.811]],["parent/3691",[1249,8.292]],["name/3692",[352,50.243]],["parent/3692",[1249,8.292]],["name/3693",[684,51.363]],["parent/3693",[1249,8.292]],["name/3694",[689,58.27]],["parent/3694",[1249,8.292]],["name/3695",[97,55.911]],["parent/3695",[1182,6.865]],["name/3696",[173,20.78]],["parent/3696",[1250,10.024]],["name/3697",[417,58.075]],["parent/3697",[1251,8.927]],["name/3698",[419,58.075]],["parent/3698",[1251,8.927]],["name/3699",[420,58.075]],["parent/3699",[1251,8.927]],["name/3700",[421,44.394]],["parent/3700",[1251,8.927]],["name/3701",[44,67.457]],["parent/3701",[19,9.514]],["name/3702",[73,51.562]],["parent/3702",[1252,6.865]],["name/3703",[173,20.78]],["parent/3703",[1253,10.024]],["name/3704",[504,58.27]],["parent/3704",[1254,8.927]],["name/3705",[506,58.27]],["parent/3705",[1254,8.927]],["name/3706",[155,37.858]],["parent/3706",[1254,8.927]],["name/3707",[507,58.27]],["parent/3707",[1254,8.927]],["name/3708",[92,51.167]],["parent/3708",[1252,6.865]],["name/3709",[173,20.78]],["parent/3709",[1255,10.024]],["name/3710",[509,58.27]],["parent/3710",[1256,8.727]],["name/3711",[511,47.317]],["parent/3711",[1256,8.727]],["name/3712",[512,51.363]],["parent/3712",[1256,8.727]],["name/3713",[344,48.357]],["parent/3713",[1256,8.727]],["name/3714",[513,51.363]],["parent/3714",[1256,8.727]],["name/3715",[65,47.186]],["parent/3715",[1252,6.865]],["name/3716",[173,20.78]],["parent/3716",[1257,10.024]],["name/3717",[408,29.731]],["parent/3717",[1258,7.413]],["name/3718",[493,49.276]],["parent/3718",[1258,7.413]],["name/3719",[516,51.363]],["parent/3719",[1258,7.413]],["name/3720",[517,58.27]],["parent/3720",[1258,7.413]],["name/3721",[518,58.27]],["parent/3721",[1258,7.413]],["name/3722",[421,44.394]],["parent/3722",[1258,7.413]],["name/3723",[519,58.27]],["parent/3723",[1258,7.413]],["name/3724",[520,58.27]],["parent/3724",[1258,7.413]],["name/3725",[521,51.363]],["parent/3725",[1258,7.413]],["name/3726",[344,48.357]],["parent/3726",[1258,7.413]],["name/3727",[155,37.858]],["parent/3727",[1258,7.413]],["name/3728",[522,58.27]],["parent/3728",[1258,7.413]],["name/3729",[523,58.27]],["parent/3729",[1258,7.413]],["name/3730",[524,58.27]],["parent/3730",[1258,7.413]],["name/3731",[525,58.27]],["parent/3731",[1258,7.413]],["name/3732",[526,47.618]],["parent/3732",[1258,7.413]],["name/3733",[527,58.27]],["parent/3733",[1258,7.413]],["name/3734",[513,51.363]],["parent/3734",[1258,7.413]],["name/3735",[528,58.27]],["parent/3735",[1258,7.413]],["name/3736",[92,51.167]],["parent/3736",[1258,7.413]],["name/3737",[67,57.883]],["parent/3737",[1252,6.865]],["name/3738",[173,20.78]],["parent/3738",[1259,10.024]],["name/3739",[530,58.27]],["parent/3739",[1260,8.927]],["name/3740",[532,51.363]],["parent/3740",[1260,8.927]],["name/3741",[533,58.27]],["parent/3741",[1260,8.927]],["name/3742",[534,51.363]],["parent/3742",[1260,8.927]],["name/3743",[68,51.167]],["parent/3743",[1252,6.865]],["name/3744",[173,20.78]],["parent/3744",[1261,10.024]],["name/3745",[410,39.926]],["parent/3745",[1262,9.178]],["name/3746",[411,58.075]],["parent/3746",[1262,9.178]],["name/3747",[537,58.27]],["parent/3747",[1262,9.178]],["name/3748",[69,57.883]],["parent/3748",[1252,6.865]],["name/3749",[173,20.78]],["parent/3749",[1263,10.024]],["name/3750",[408,29.731]],["parent/3750",[1264,8.292]],["name/3751",[540,45.268]],["parent/3751",[1264,8.292]],["name/3752",[155,37.858]],["parent/3752",[1264,8.292]],["name/3753",[541,58.27]],["parent/3753",[1264,8.292]],["name/3754",[542,58.27]],["parent/3754",[1264,8.292]],["name/3755",[543,58.27]],["parent/3755",[1264,8.292]],["name/3756",[342,56.068]],["parent/3756",[1264,8.292]],["name/3757",[544,45.905]],["parent/3757",[1264,8.292]],["name/3758",[70,51.167]],["parent/3758",[1252,6.865]],["name/3759",[173,20.78]],["parent/3759",[1265,10.024]],["name/3760",[155,37.858]],["parent/3760",[1266,7.907]],["name/3761",[547,44.444]],["parent/3761",[1266,7.907]],["name/3762",[544,45.905]],["parent/3762",[1266,7.907]],["name/3763",[540,45.268]],["parent/3763",[1266,7.907]],["name/3764",[548,58.27]],["parent/3764",[1266,7.907]],["name/3765",[549,58.27]],["parent/3765",[1266,7.907]],["name/3766",[550,58.27]],["parent/3766",[1266,7.907]],["name/3767",[551,58.27]],["parent/3767",[1266,7.907]],["name/3768",[552,58.27]],["parent/3768",[1266,7.907]],["name/3769",[553,58.27]],["parent/3769",[1266,7.907]],["name/3770",[554,56.227]],["parent/3770",[1266,7.907]],["name/3771",[555,56.227]],["parent/3771",[1266,7.907]],["name/3772",[82,57.511]],["parent/3772",[1252,6.865]],["name/3773",[173,20.78]],["parent/3773",[1267,10.024]],["name/3774",[408,29.731]],["parent/3774",[1268,8.927]],["name/3775",[493,49.276]],["parent/3775",[1268,8.927]],["name/3776",[155,37.858]],["parent/3776",[1268,8.927]],["name/3777",[516,51.363]],["parent/3777",[1268,8.927]],["name/3778",[77,51.167]],["parent/3778",[1252,6.865]],["name/3779",[173,20.78]],["parent/3779",[1269,10.024]],["name/3780",[559,58.27]],["parent/3780",[1270,9.178]],["name/3781",[561,58.27]],["parent/3781",[1270,9.178]],["name/3782",[562,45.295]],["parent/3782",[1270,9.178]],["name/3783",[96,55.911]],["parent/3783",[1252,6.865]],["name/3784",[173,20.78]],["parent/3784",[1271,10.024]],["name/3785",[410,39.926]],["parent/3785",[1272,9.178]],["name/3786",[155,37.858]],["parent/3786",[1272,9.178]],["name/3787",[77,51.167]],["parent/3787",[1272,9.178]],["name/3788",[85,57.978]],["parent/3788",[1252,6.865]],["name/3789",[173,20.78]],["parent/3789",[1273,10.024]],["name/3790",[547,44.444]],["parent/3790",[1274,9.514]],["name/3791",[567,51.363]],["parent/3791",[1274,9.514]],["name/3792",[84,48.96]],["parent/3792",[1252,6.865]],["name/3793",[173,20.78]],["parent/3793",[1275,10.024]],["name/3794",[408,29.731]],["parent/3794",[1276,8.417]],["name/3795",[570,51.363]],["parent/3795",[1276,8.417]],["name/3796",[571,58.27]],["parent/3796",[1276,8.417]],["name/3797",[572,56.227]],["parent/3797",[1276,8.417]],["name/3798",[567,51.363]],["parent/3798",[1276,8.417]],["name/3799",[573,58.27]],["parent/3799",[1276,8.417]],["name/3800",[574,58.27]],["parent/3800",[1276,8.417]],["name/3801",[345,56.721]],["parent/3801",[1252,6.865]],["name/3802",[173,20.78]],["parent/3802",[1277,10.024]],["name/3803",[576,62.202]],["parent/3803",[1278,8.927]],["name/3804",[578,62.202]],["parent/3804",[1278,8.927]],["name/3805",[410,39.926]],["parent/3805",[1278,8.927]],["name/3806",[562,45.295]],["parent/3806",[1278,8.927]],["name/3807",[94,51.023]],["parent/3807",[1252,6.865]],["name/3808",[173,20.78]],["parent/3808",[1279,10.024]],["name/3809",[408,29.731]],["parent/3809",[1280,7.017]],["name/3810",[581,49.316]],["parent/3810",[1280,7.017]],["name/3811",[155,37.858]],["parent/3811",[1280,7.017]],["name/3812",[65,47.186]],["parent/3812",[1280,7.017]],["name/3813",[582,51.363]],["parent/3813",[1280,7.017]],["name/3814",[583,58.27]],["parent/3814",[1280,7.017]],["name/3815",[145,57.978]],["parent/3815",[1280,7.017]],["name/3816",[584,58.27]],["parent/3816",[1280,7.017]],["name/3817",[421,44.394]],["parent/3817",[1280,7.017]],["name/3818",[526,47.618]],["parent/3818",[1280,7.017]],["name/3819",[585,58.27]],["parent/3819",[1280,7.017]],["name/3820",[586,58.27]],["parent/3820",[1280,7.017]],["name/3821",[587,58.27]],["parent/3821",[1280,7.017]],["name/3822",[588,58.27]],["parent/3822",[1280,7.017]],["name/3823",[589,58.27]],["parent/3823",[1280,7.017]],["name/3824",[590,58.27]],["parent/3824",[1280,7.017]],["name/3825",[511,47.317]],["parent/3825",[1280,7.017]],["name/3826",[591,49.811]],["parent/3826",[1280,7.017]],["name/3827",[352,50.243]],["parent/3827",[1280,7.017]],["name/3828",[592,51.363]],["parent/3828",[1280,7.017]],["name/3829",[593,56.227]],["parent/3829",[1280,7.017]],["name/3830",[594,56.227]],["parent/3830",[1280,7.017]],["name/3831",[70,51.167]],["parent/3831",[1280,7.017]],["name/3832",[84,48.96]],["parent/3832",[1280,7.017]],["name/3833",[68,51.167]],["parent/3833",[1280,7.017]],["name/3834",[512,51.363]],["parent/3834",[1280,7.017]],["name/3835",[595,58.27]],["parent/3835",[1280,7.017]],["name/3836",[596,62.202]],["parent/3836",[1280,7.017]],["name/3837",[387,62.202]],["parent/3837",[1280,7.017]],["name/3838",[597,58.27]],["parent/3838",[1280,7.017]],["name/3839",[71,49.643]],["parent/3839",[1252,6.865]],["name/3840",[173,20.78]],["parent/3840",[1281,10.024]],["name/3841",[599,58.27]],["parent/3841",[1282,9.514]],["name/3842",[601,58.27]],["parent/3842",[1282,9.514]],["name/3843",[72,57.883]],["parent/3843",[1252,6.865]],["name/3844",[173,20.78]],["parent/3844",[1283,10.024]],["name/3845",[408,29.731]],["parent/3845",[1284,8.927]],["name/3846",[562,45.295]],["parent/3846",[1284,8.927]],["name/3847",[604,58.27]],["parent/3847",[1284,8.927]],["name/3848",[605,58.27]],["parent/3848",[1284,8.927]],["name/3849",[74,58.075]],["parent/3849",[1252,6.865]],["name/3850",[173,20.78]],["parent/3850",[1285,10.024]],["name/3851",[408,29.731]],["parent/3851",[1286,8.927]],["name/3852",[410,39.926]],["parent/3852",[1286,8.927]],["name/3853",[521,51.363]],["parent/3853",[1286,8.927]],["name/3854",[608,58.27]],["parent/3854",[1286,8.927]],["name/3855",[75,57.883]],["parent/3855",[1252,6.865]],["name/3856",[173,20.78]],["parent/3856",[1287,10.024]],["name/3857",[410,39.926]],["parent/3857",[1288,9.178]],["name/3858",[611,58.27]],["parent/3858",[1288,9.178]],["name/3859",[612,58.27]],["parent/3859",[1288,9.178]],["name/3860",[76,57.883]],["parent/3860",[1252,6.865]],["name/3861",[173,20.78]],["parent/3861",[1289,10.024]],["name/3862",[408,29.731]],["parent/3862",[1290,8.56]],["name/3863",[615,58.27]],["parent/3863",[1290,8.56]],["name/3864",[71,49.643]],["parent/3864",[1290,8.56]],["name/3865",[570,51.363]],["parent/3865",[1290,8.56]],["name/3866",[616,58.27]],["parent/3866",[1290,8.56]],["name/3867",[617,58.27]],["parent/3867",[1290,8.56]],["name/3868",[78,58.075]],["parent/3868",[1252,6.865]],["name/3869",[173,20.78]],["parent/3869",[1291,10.024]],["name/3870",[619,58.27]],["parent/3870",[1292,8.727]],["name/3871",[621,58.27]],["parent/3871",[1292,8.727]],["name/3872",[622,47.317]],["parent/3872",[1292,8.727]],["name/3873",[623,58.27]],["parent/3873",[1292,8.727]],["name/3874",[624,58.27]],["parent/3874",[1292,8.727]],["name/3875",[98,51.167]],["parent/3875",[1252,6.865]],["name/3876",[173,20.78]],["parent/3876",[1293,10.024]],["name/3877",[626,58.27]],["parent/3877",[1294,10.024]],["name/3878",[93,50.025]],["parent/3878",[1252,6.865]],["name/3879",[173,20.78]],["parent/3879",[1295,10.024]],["name/3880",[629,58.27]],["parent/3880",[1296,9.178]],["name/3881",[631,58.27]],["parent/3881",[1296,9.178]],["name/3882",[632,58.27]],["parent/3882",[1296,9.178]],["name/3883",[79,57.883]],["parent/3883",[1252,6.865]],["name/3884",[173,20.78]],["parent/3884",[1297,10.024]],["name/3885",[581,49.316]],["parent/3885",[1298,7.907]],["name/3886",[547,44.444]],["parent/3886",[1298,7.907]],["name/3887",[544,45.905]],["parent/3887",[1298,7.907]],["name/3888",[635,58.27]],["parent/3888",[1298,7.907]],["name/3889",[636,46.586]],["parent/3889",[1298,7.907]],["name/3890",[637,58.27]],["parent/3890",[1298,7.907]],["name/3891",[98,51.167]],["parent/3891",[1298,7.907]],["name/3892",[93,50.025]],["parent/3892",[1298,7.907]],["name/3893",[638,58.27]],["parent/3893",[1298,7.907]],["name/3894",[639,58.27]],["parent/3894",[1298,7.907]],["name/3895",[640,58.27]],["parent/3895",[1298,7.907]],["name/3896",[534,51.363]],["parent/3896",[1298,7.907]],["name/3897",[80,55.757]],["parent/3897",[1252,6.865]],["name/3898",[173,20.78]],["parent/3898",[1299,10.024]],["name/3899",[408,29.731]],["parent/3899",[1300,9.514]],["name/3900",[547,44.444]],["parent/3900",[1300,9.514]],["name/3901",[81,57.883]],["parent/3901",[1252,6.865]],["name/3902",[173,20.78]],["parent/3902",[1301,10.024]],["name/3903",[644,58.27]],["parent/3903",[1302,8.927]],["name/3904",[173,20.78]],["parent/3904",[1302,8.927]],["name/3905",[646,51.363]],["parent/3905",[1303,8.56]],["name/3906",[636,46.586]],["parent/3906",[1303,8.56]],["name/3907",[622,47.317]],["parent/3907",[1303,8.56]],["name/3908",[648,58.27]],["parent/3908",[1302,8.927]],["name/3909",[173,20.78]],["parent/3909",[1302,8.927]],["name/3910",[646,51.363]],["parent/3910",[1303,8.56]],["name/3911",[636,46.586]],["parent/3911",[1303,8.56]],["name/3912",[622,47.317]],["parent/3912",[1303,8.56]],["name/3913",[83,55.604]],["parent/3913",[1252,6.865]],["name/3914",[173,20.78]],["parent/3914",[1304,10.024]],["name/3915",[65,47.186]],["parent/3915",[1305,8.56]],["name/3916",[421,44.394]],["parent/3916",[1305,8.56]],["name/3917",[408,29.731]],["parent/3917",[1305,8.56]],["name/3918",[94,51.023]],["parent/3918",[1305,8.56]],["name/3919",[73,51.562]],["parent/3919",[1305,8.56]],["name/3920",[540,45.268]],["parent/3920",[1305,8.56]],["name/3921",[651,56.147]],["parent/3921",[1252,6.865]],["name/3922",[86,57.883]],["parent/3922",[1252,6.865]],["name/3923",[173,20.78]],["parent/3923",[1306,10.024]],["name/3924",[653,58.27]],["parent/3924",[1307,8.727]],["name/3925",[655,58.27]],["parent/3925",[1307,8.727]],["name/3926",[656,58.27]],["parent/3926",[1307,8.727]],["name/3927",[657,58.27]],["parent/3927",[1307,8.727]],["name/3928",[658,58.27]],["parent/3928",[1307,8.727]],["name/3929",[87,58.075]],["parent/3929",[1252,6.865]],["name/3930",[173,20.78]],["parent/3930",[1308,10.024]],["name/3931",[408,29.731]],["parent/3931",[1309,8.927]],["name/3932",[661,58.27]],["parent/3932",[1309,8.927]],["name/3933",[662,58.27]],["parent/3933",[1309,8.927]],["name/3934",[663,58.27]],["parent/3934",[1309,8.927]],["name/3935",[88,57.883]],["parent/3935",[1252,6.865]],["name/3936",[173,20.78]],["parent/3936",[1310,10.024]],["name/3937",[408,29.731]],["parent/3937",[1311,8.081]],["name/3938",[340,56.068]],["parent/3938",[1311,8.081]],["name/3939",[666,58.27]],["parent/3939",[1311,8.081]],["name/3940",[334,56.147]],["parent/3940",[1311,8.081]],["name/3941",[667,58.27]],["parent/3941",[1311,8.081]],["name/3942",[668,58.27]],["parent/3942",[1311,8.081]],["name/3943",[669,58.27]],["parent/3943",[1311,8.081]],["name/3944",[670,58.27]],["parent/3944",[1311,8.081]],["name/3945",[671,58.27]],["parent/3945",[1311,8.081]],["name/3946",[672,58.27]],["parent/3946",[1311,8.081]],["name/3947",[89,57.511]],["parent/3947",[1252,6.865]],["name/3948",[173,20.78]],["parent/3948",[1312,10.024]],["name/3949",[408,29.731]],["parent/3949",[1313,8.727]],["name/3950",[675,58.27]],["parent/3950",[1313,8.727]],["name/3951",[676,58.27]],["parent/3951",[1313,8.727]],["name/3952",[677,58.27]],["parent/3952",[1313,8.727]],["name/3953",[678,58.27]],["parent/3953",[1313,8.727]],["name/3954",[90,57.883]],["parent/3954",[1252,6.865]],["name/3955",[173,20.78]],["parent/3955",[1314,10.024]],["name/3956",[562,45.295]],["parent/3956",[1315,9.178]],["name/3957",[532,51.363]],["parent/3957",[1315,9.178]],["name/3958",[681,58.27]],["parent/3958",[1315,9.178]],["name/3959",[91,58.075]],["parent/3959",[1252,6.865]],["name/3960",[173,20.78]],["parent/3960",[1316,10.024]],["name/3961",[408,29.731]],["parent/3961",[1317,8.927]],["name/3962",[684,51.363]],["parent/3962",[1317,8.927]],["name/3963",[172,58.075]],["parent/3963",[1317,8.927]],["name/3964",[592,51.363]],["parent/3964",[1317,8.927]],["name/3965",[95,58.075]],["parent/3965",[1252,6.865]],["name/3966",[173,20.78]],["parent/3966",[1318,10.024]],["name/3967",[686,54.532]],["parent/3967",[1319,8.292]],["name/3968",[582,51.363]],["parent/3968",[1319,8.292]],["name/3969",[688,58.27]],["parent/3969",[1319,8.292]],["name/3970",[511,47.317]],["parent/3970",[1319,8.292]],["name/3971",[591,49.811]],["parent/3971",[1319,8.292]],["name/3972",[352,50.243]],["parent/3972",[1319,8.292]],["name/3973",[684,51.363]],["parent/3973",[1319,8.292]],["name/3974",[689,58.27]],["parent/3974",[1319,8.292]],["name/3975",[97,55.911]],["parent/3975",[1252,6.865]],["name/3976",[173,20.78]],["parent/3976",[1320,10.024]],["name/3977",[417,58.075]],["parent/3977",[1321,8.927]],["name/3978",[419,58.075]],["parent/3978",[1321,8.927]],["name/3979",[420,58.075]],["parent/3979",[1321,8.927]],["name/3980",[421,44.394]],["parent/3980",[1321,8.927]],["name/3981",[44,67.457]],["parent/3981",[20,9.514]],["name/3982",[73,51.562]],["parent/3982",[1322,6.865]],["name/3983",[173,20.78]],["parent/3983",[1323,10.024]],["name/3984",[504,58.27]],["parent/3984",[1324,8.927]],["name/3985",[506,58.27]],["parent/3985",[1324,8.927]],["name/3986",[155,37.858]],["parent/3986",[1324,8.927]],["name/3987",[507,58.27]],["parent/3987",[1324,8.927]],["name/3988",[92,51.167]],["parent/3988",[1322,6.865]],["name/3989",[173,20.78]],["parent/3989",[1325,10.024]],["name/3990",[509,58.27]],["parent/3990",[1326,8.727]],["name/3991",[511,47.317]],["parent/3991",[1326,8.727]],["name/3992",[512,51.363]],["parent/3992",[1326,8.727]],["name/3993",[344,48.357]],["parent/3993",[1326,8.727]],["name/3994",[513,51.363]],["parent/3994",[1326,8.727]],["name/3995",[65,47.186]],["parent/3995",[1322,6.865]],["name/3996",[173,20.78]],["parent/3996",[1327,10.024]],["name/3997",[408,29.731]],["parent/3997",[1328,7.413]],["name/3998",[493,49.276]],["parent/3998",[1328,7.413]],["name/3999",[516,51.363]],["parent/3999",[1328,7.413]],["name/4000",[517,58.27]],["parent/4000",[1328,7.413]],["name/4001",[518,58.27]],["parent/4001",[1328,7.413]],["name/4002",[421,44.394]],["parent/4002",[1328,7.413]],["name/4003",[519,58.27]],["parent/4003",[1328,7.413]],["name/4004",[520,58.27]],["parent/4004",[1328,7.413]],["name/4005",[521,51.363]],["parent/4005",[1328,7.413]],["name/4006",[344,48.357]],["parent/4006",[1328,7.413]],["name/4007",[155,37.858]],["parent/4007",[1328,7.413]],["name/4008",[522,58.27]],["parent/4008",[1328,7.413]],["name/4009",[523,58.27]],["parent/4009",[1328,7.413]],["name/4010",[524,58.27]],["parent/4010",[1328,7.413]],["name/4011",[525,58.27]],["parent/4011",[1328,7.413]],["name/4012",[526,47.618]],["parent/4012",[1328,7.413]],["name/4013",[527,58.27]],["parent/4013",[1328,7.413]],["name/4014",[513,51.363]],["parent/4014",[1328,7.413]],["name/4015",[528,58.27]],["parent/4015",[1328,7.413]],["name/4016",[92,51.167]],["parent/4016",[1328,7.413]],["name/4017",[67,57.883]],["parent/4017",[1322,6.865]],["name/4018",[173,20.78]],["parent/4018",[1329,10.024]],["name/4019",[530,58.27]],["parent/4019",[1330,8.927]],["name/4020",[532,51.363]],["parent/4020",[1330,8.927]],["name/4021",[533,58.27]],["parent/4021",[1330,8.927]],["name/4022",[534,51.363]],["parent/4022",[1330,8.927]],["name/4023",[68,51.167]],["parent/4023",[1322,6.865]],["name/4024",[173,20.78]],["parent/4024",[1331,10.024]],["name/4025",[410,39.926]],["parent/4025",[1332,9.178]],["name/4026",[411,58.075]],["parent/4026",[1332,9.178]],["name/4027",[537,58.27]],["parent/4027",[1332,9.178]],["name/4028",[69,57.883]],["parent/4028",[1322,6.865]],["name/4029",[173,20.78]],["parent/4029",[1333,10.024]],["name/4030",[408,29.731]],["parent/4030",[1334,8.292]],["name/4031",[540,45.268]],["parent/4031",[1334,8.292]],["name/4032",[155,37.858]],["parent/4032",[1334,8.292]],["name/4033",[541,58.27]],["parent/4033",[1334,8.292]],["name/4034",[542,58.27]],["parent/4034",[1334,8.292]],["name/4035",[543,58.27]],["parent/4035",[1334,8.292]],["name/4036",[342,56.068]],["parent/4036",[1334,8.292]],["name/4037",[544,45.905]],["parent/4037",[1334,8.292]],["name/4038",[70,51.167]],["parent/4038",[1322,6.865]],["name/4039",[173,20.78]],["parent/4039",[1335,10.024]],["name/4040",[155,37.858]],["parent/4040",[1336,7.907]],["name/4041",[547,44.444]],["parent/4041",[1336,7.907]],["name/4042",[544,45.905]],["parent/4042",[1336,7.907]],["name/4043",[540,45.268]],["parent/4043",[1336,7.907]],["name/4044",[548,58.27]],["parent/4044",[1336,7.907]],["name/4045",[549,58.27]],["parent/4045",[1336,7.907]],["name/4046",[550,58.27]],["parent/4046",[1336,7.907]],["name/4047",[551,58.27]],["parent/4047",[1336,7.907]],["name/4048",[552,58.27]],["parent/4048",[1336,7.907]],["name/4049",[553,58.27]],["parent/4049",[1336,7.907]],["name/4050",[554,56.227]],["parent/4050",[1336,7.907]],["name/4051",[555,56.227]],["parent/4051",[1336,7.907]],["name/4052",[82,57.511]],["parent/4052",[1322,6.865]],["name/4053",[173,20.78]],["parent/4053",[1337,10.024]],["name/4054",[408,29.731]],["parent/4054",[1338,8.927]],["name/4055",[493,49.276]],["parent/4055",[1338,8.927]],["name/4056",[155,37.858]],["parent/4056",[1338,8.927]],["name/4057",[516,51.363]],["parent/4057",[1338,8.927]],["name/4058",[77,51.167]],["parent/4058",[1322,6.865]],["name/4059",[173,20.78]],["parent/4059",[1339,10.024]],["name/4060",[559,58.27]],["parent/4060",[1340,9.178]],["name/4061",[561,58.27]],["parent/4061",[1340,9.178]],["name/4062",[562,45.295]],["parent/4062",[1340,9.178]],["name/4063",[96,55.911]],["parent/4063",[1322,6.865]],["name/4064",[173,20.78]],["parent/4064",[1341,10.024]],["name/4065",[410,39.926]],["parent/4065",[1342,9.178]],["name/4066",[155,37.858]],["parent/4066",[1342,9.178]],["name/4067",[77,51.167]],["parent/4067",[1342,9.178]],["name/4068",[85,57.978]],["parent/4068",[1322,6.865]],["name/4069",[173,20.78]],["parent/4069",[1343,10.024]],["name/4070",[547,44.444]],["parent/4070",[1344,9.514]],["name/4071",[567,51.363]],["parent/4071",[1344,9.514]],["name/4072",[84,48.96]],["parent/4072",[1322,6.865]],["name/4073",[173,20.78]],["parent/4073",[1345,10.024]],["name/4074",[408,29.731]],["parent/4074",[1346,8.417]],["name/4075",[570,51.363]],["parent/4075",[1346,8.417]],["name/4076",[571,58.27]],["parent/4076",[1346,8.417]],["name/4077",[572,56.227]],["parent/4077",[1346,8.417]],["name/4078",[567,51.363]],["parent/4078",[1346,8.417]],["name/4079",[573,58.27]],["parent/4079",[1346,8.417]],["name/4080",[574,58.27]],["parent/4080",[1346,8.417]],["name/4081",[345,56.721]],["parent/4081",[1322,6.865]],["name/4082",[173,20.78]],["parent/4082",[1347,10.024]],["name/4083",[576,62.202]],["parent/4083",[1348,8.927]],["name/4084",[578,62.202]],["parent/4084",[1348,8.927]],["name/4085",[410,39.926]],["parent/4085",[1348,8.927]],["name/4086",[562,45.295]],["parent/4086",[1348,8.927]],["name/4087",[94,51.023]],["parent/4087",[1322,6.865]],["name/4088",[173,20.78]],["parent/4088",[1349,10.024]],["name/4089",[408,29.731]],["parent/4089",[1350,7.017]],["name/4090",[581,49.316]],["parent/4090",[1350,7.017]],["name/4091",[155,37.858]],["parent/4091",[1350,7.017]],["name/4092",[65,47.186]],["parent/4092",[1350,7.017]],["name/4093",[582,51.363]],["parent/4093",[1350,7.017]],["name/4094",[583,58.27]],["parent/4094",[1350,7.017]],["name/4095",[145,57.978]],["parent/4095",[1350,7.017]],["name/4096",[584,58.27]],["parent/4096",[1350,7.017]],["name/4097",[421,44.394]],["parent/4097",[1350,7.017]],["name/4098",[526,47.618]],["parent/4098",[1350,7.017]],["name/4099",[585,58.27]],["parent/4099",[1350,7.017]],["name/4100",[586,58.27]],["parent/4100",[1350,7.017]],["name/4101",[587,58.27]],["parent/4101",[1350,7.017]],["name/4102",[588,58.27]],["parent/4102",[1350,7.017]],["name/4103",[589,58.27]],["parent/4103",[1350,7.017]],["name/4104",[590,58.27]],["parent/4104",[1350,7.017]],["name/4105",[511,47.317]],["parent/4105",[1350,7.017]],["name/4106",[591,49.811]],["parent/4106",[1350,7.017]],["name/4107",[352,50.243]],["parent/4107",[1350,7.017]],["name/4108",[592,51.363]],["parent/4108",[1350,7.017]],["name/4109",[593,56.227]],["parent/4109",[1350,7.017]],["name/4110",[594,56.227]],["parent/4110",[1350,7.017]],["name/4111",[70,51.167]],["parent/4111",[1350,7.017]],["name/4112",[84,48.96]],["parent/4112",[1350,7.017]],["name/4113",[68,51.167]],["parent/4113",[1350,7.017]],["name/4114",[512,51.363]],["parent/4114",[1350,7.017]],["name/4115",[595,58.27]],["parent/4115",[1350,7.017]],["name/4116",[596,62.202]],["parent/4116",[1350,7.017]],["name/4117",[387,62.202]],["parent/4117",[1350,7.017]],["name/4118",[597,58.27]],["parent/4118",[1350,7.017]],["name/4119",[71,49.643]],["parent/4119",[1322,6.865]],["name/4120",[173,20.78]],["parent/4120",[1351,10.024]],["name/4121",[599,58.27]],["parent/4121",[1352,9.514]],["name/4122",[601,58.27]],["parent/4122",[1352,9.514]],["name/4123",[72,57.883]],["parent/4123",[1322,6.865]],["name/4124",[173,20.78]],["parent/4124",[1353,10.024]],["name/4125",[408,29.731]],["parent/4125",[1354,8.927]],["name/4126",[562,45.295]],["parent/4126",[1354,8.927]],["name/4127",[604,58.27]],["parent/4127",[1354,8.927]],["name/4128",[605,58.27]],["parent/4128",[1354,8.927]],["name/4129",[74,58.075]],["parent/4129",[1322,6.865]],["name/4130",[173,20.78]],["parent/4130",[1355,10.024]],["name/4131",[408,29.731]],["parent/4131",[1356,8.927]],["name/4132",[410,39.926]],["parent/4132",[1356,8.927]],["name/4133",[521,51.363]],["parent/4133",[1356,8.927]],["name/4134",[608,58.27]],["parent/4134",[1356,8.927]],["name/4135",[75,57.883]],["parent/4135",[1322,6.865]],["name/4136",[173,20.78]],["parent/4136",[1357,10.024]],["name/4137",[410,39.926]],["parent/4137",[1358,9.178]],["name/4138",[611,58.27]],["parent/4138",[1358,9.178]],["name/4139",[612,58.27]],["parent/4139",[1358,9.178]],["name/4140",[76,57.883]],["parent/4140",[1322,6.865]],["name/4141",[173,20.78]],["parent/4141",[1359,10.024]],["name/4142",[408,29.731]],["parent/4142",[1360,8.56]],["name/4143",[615,58.27]],["parent/4143",[1360,8.56]],["name/4144",[71,49.643]],["parent/4144",[1360,8.56]],["name/4145",[570,51.363]],["parent/4145",[1360,8.56]],["name/4146",[616,58.27]],["parent/4146",[1360,8.56]],["name/4147",[617,58.27]],["parent/4147",[1360,8.56]],["name/4148",[78,58.075]],["parent/4148",[1322,6.865]],["name/4149",[173,20.78]],["parent/4149",[1361,10.024]],["name/4150",[619,58.27]],["parent/4150",[1362,8.727]],["name/4151",[621,58.27]],["parent/4151",[1362,8.727]],["name/4152",[622,47.317]],["parent/4152",[1362,8.727]],["name/4153",[623,58.27]],["parent/4153",[1362,8.727]],["name/4154",[624,58.27]],["parent/4154",[1362,8.727]],["name/4155",[98,51.167]],["parent/4155",[1322,6.865]],["name/4156",[173,20.78]],["parent/4156",[1363,10.024]],["name/4157",[626,58.27]],["parent/4157",[1364,10.024]],["name/4158",[93,50.025]],["parent/4158",[1322,6.865]],["name/4159",[173,20.78]],["parent/4159",[1365,10.024]],["name/4160",[629,58.27]],["parent/4160",[1366,9.178]],["name/4161",[631,58.27]],["parent/4161",[1366,9.178]],["name/4162",[632,58.27]],["parent/4162",[1366,9.178]],["name/4163",[79,57.883]],["parent/4163",[1322,6.865]],["name/4164",[173,20.78]],["parent/4164",[1367,10.024]],["name/4165",[581,49.316]],["parent/4165",[1368,7.907]],["name/4166",[547,44.444]],["parent/4166",[1368,7.907]],["name/4167",[544,45.905]],["parent/4167",[1368,7.907]],["name/4168",[635,58.27]],["parent/4168",[1368,7.907]],["name/4169",[636,46.586]],["parent/4169",[1368,7.907]],["name/4170",[637,58.27]],["parent/4170",[1368,7.907]],["name/4171",[98,51.167]],["parent/4171",[1368,7.907]],["name/4172",[93,50.025]],["parent/4172",[1368,7.907]],["name/4173",[638,58.27]],["parent/4173",[1368,7.907]],["name/4174",[639,58.27]],["parent/4174",[1368,7.907]],["name/4175",[640,58.27]],["parent/4175",[1368,7.907]],["name/4176",[534,51.363]],["parent/4176",[1368,7.907]],["name/4177",[80,55.757]],["parent/4177",[1322,6.865]],["name/4178",[173,20.78]],["parent/4178",[1369,10.024]],["name/4179",[408,29.731]],["parent/4179",[1370,9.514]],["name/4180",[547,44.444]],["parent/4180",[1370,9.514]],["name/4181",[81,57.883]],["parent/4181",[1322,6.865]],["name/4182",[173,20.78]],["parent/4182",[1371,10.024]],["name/4183",[644,58.27]],["parent/4183",[1372,8.927]],["name/4184",[173,20.78]],["parent/4184",[1372,8.927]],["name/4185",[646,51.363]],["parent/4185",[1373,8.56]],["name/4186",[636,46.586]],["parent/4186",[1373,8.56]],["name/4187",[622,47.317]],["parent/4187",[1373,8.56]],["name/4188",[648,58.27]],["parent/4188",[1372,8.927]],["name/4189",[173,20.78]],["parent/4189",[1372,8.927]],["name/4190",[646,51.363]],["parent/4190",[1373,8.56]],["name/4191",[636,46.586]],["parent/4191",[1373,8.56]],["name/4192",[622,47.317]],["parent/4192",[1373,8.56]],["name/4193",[83,55.604]],["parent/4193",[1322,6.865]],["name/4194",[173,20.78]],["parent/4194",[1374,10.024]],["name/4195",[65,47.186]],["parent/4195",[1375,8.56]],["name/4196",[421,44.394]],["parent/4196",[1375,8.56]],["name/4197",[408,29.731]],["parent/4197",[1375,8.56]],["name/4198",[94,51.023]],["parent/4198",[1375,8.56]],["name/4199",[73,51.562]],["parent/4199",[1375,8.56]],["name/4200",[540,45.268]],["parent/4200",[1375,8.56]],["name/4201",[651,56.147]],["parent/4201",[1322,6.865]],["name/4202",[86,57.883]],["parent/4202",[1322,6.865]],["name/4203",[173,20.78]],["parent/4203",[1376,10.024]],["name/4204",[653,58.27]],["parent/4204",[1377,8.727]],["name/4205",[655,58.27]],["parent/4205",[1377,8.727]],["name/4206",[656,58.27]],["parent/4206",[1377,8.727]],["name/4207",[657,58.27]],["parent/4207",[1377,8.727]],["name/4208",[658,58.27]],["parent/4208",[1377,8.727]],["name/4209",[87,58.075]],["parent/4209",[1322,6.865]],["name/4210",[173,20.78]],["parent/4210",[1378,10.024]],["name/4211",[408,29.731]],["parent/4211",[1379,8.927]],["name/4212",[661,58.27]],["parent/4212",[1379,8.927]],["name/4213",[662,58.27]],["parent/4213",[1379,8.927]],["name/4214",[663,58.27]],["parent/4214",[1379,8.927]],["name/4215",[88,57.883]],["parent/4215",[1322,6.865]],["name/4216",[173,20.78]],["parent/4216",[1380,10.024]],["name/4217",[408,29.731]],["parent/4217",[1381,8.081]],["name/4218",[340,56.068]],["parent/4218",[1381,8.081]],["name/4219",[666,58.27]],["parent/4219",[1381,8.081]],["name/4220",[334,56.147]],["parent/4220",[1381,8.081]],["name/4221",[667,58.27]],["parent/4221",[1381,8.081]],["name/4222",[668,58.27]],["parent/4222",[1381,8.081]],["name/4223",[669,58.27]],["parent/4223",[1381,8.081]],["name/4224",[670,58.27]],["parent/4224",[1381,8.081]],["name/4225",[671,58.27]],["parent/4225",[1381,8.081]],["name/4226",[672,58.27]],["parent/4226",[1381,8.081]],["name/4227",[89,57.511]],["parent/4227",[1322,6.865]],["name/4228",[173,20.78]],["parent/4228",[1382,10.024]],["name/4229",[408,29.731]],["parent/4229",[1383,8.727]],["name/4230",[675,58.27]],["parent/4230",[1383,8.727]],["name/4231",[676,58.27]],["parent/4231",[1383,8.727]],["name/4232",[677,58.27]],["parent/4232",[1383,8.727]],["name/4233",[678,58.27]],["parent/4233",[1383,8.727]],["name/4234",[90,57.883]],["parent/4234",[1322,6.865]],["name/4235",[173,20.78]],["parent/4235",[1384,10.024]],["name/4236",[562,45.295]],["parent/4236",[1385,9.178]],["name/4237",[532,51.363]],["parent/4237",[1385,9.178]],["name/4238",[681,58.27]],["parent/4238",[1385,9.178]],["name/4239",[91,58.075]],["parent/4239",[1322,6.865]],["name/4240",[173,20.78]],["parent/4240",[1386,10.024]],["name/4241",[408,29.731]],["parent/4241",[1387,8.927]],["name/4242",[684,51.363]],["parent/4242",[1387,8.927]],["name/4243",[172,58.075]],["parent/4243",[1387,8.927]],["name/4244",[592,51.363]],["parent/4244",[1387,8.927]],["name/4245",[95,58.075]],["parent/4245",[1322,6.865]],["name/4246",[173,20.78]],["parent/4246",[1388,10.024]],["name/4247",[686,54.532]],["parent/4247",[1389,8.292]],["name/4248",[582,51.363]],["parent/4248",[1389,8.292]],["name/4249",[688,58.27]],["parent/4249",[1389,8.292]],["name/4250",[511,47.317]],["parent/4250",[1389,8.292]],["name/4251",[591,49.811]],["parent/4251",[1389,8.292]],["name/4252",[352,50.243]],["parent/4252",[1389,8.292]],["name/4253",[684,51.363]],["parent/4253",[1389,8.292]],["name/4254",[689,58.27]],["parent/4254",[1389,8.292]],["name/4255",[97,55.911]],["parent/4255",[1322,6.865]],["name/4256",[173,20.78]],["parent/4256",[1390,10.024]],["name/4257",[417,58.075]],["parent/4257",[1391,8.927]],["name/4258",[419,58.075]],["parent/4258",[1391,8.927]],["name/4259",[420,58.075]],["parent/4259",[1391,8.927]],["name/4260",[421,44.394]],["parent/4260",[1391,8.927]],["name/4261",[44,67.457]],["parent/4261",[21,9.514]],["name/4262",[73,51.562]],["parent/4262",[1392,6.865]],["name/4263",[173,20.78]],["parent/4263",[1393,10.024]],["name/4264",[504,58.27]],["parent/4264",[1394,8.927]],["name/4265",[506,58.27]],["parent/4265",[1394,8.927]],["name/4266",[155,37.858]],["parent/4266",[1394,8.927]],["name/4267",[507,58.27]],["parent/4267",[1394,8.927]],["name/4268",[92,51.167]],["parent/4268",[1392,6.865]],["name/4269",[173,20.78]],["parent/4269",[1395,10.024]],["name/4270",[509,58.27]],["parent/4270",[1396,8.727]],["name/4271",[511,47.317]],["parent/4271",[1396,8.727]],["name/4272",[512,51.363]],["parent/4272",[1396,8.727]],["name/4273",[344,48.357]],["parent/4273",[1396,8.727]],["name/4274",[513,51.363]],["parent/4274",[1396,8.727]],["name/4275",[65,47.186]],["parent/4275",[1392,6.865]],["name/4276",[173,20.78]],["parent/4276",[1397,10.024]],["name/4277",[408,29.731]],["parent/4277",[1398,7.413]],["name/4278",[493,49.276]],["parent/4278",[1398,7.413]],["name/4279",[516,51.363]],["parent/4279",[1398,7.413]],["name/4280",[517,58.27]],["parent/4280",[1398,7.413]],["name/4281",[518,58.27]],["parent/4281",[1398,7.413]],["name/4282",[421,44.394]],["parent/4282",[1398,7.413]],["name/4283",[519,58.27]],["parent/4283",[1398,7.413]],["name/4284",[520,58.27]],["parent/4284",[1398,7.413]],["name/4285",[521,51.363]],["parent/4285",[1398,7.413]],["name/4286",[344,48.357]],["parent/4286",[1398,7.413]],["name/4287",[155,37.858]],["parent/4287",[1398,7.413]],["name/4288",[522,58.27]],["parent/4288",[1398,7.413]],["name/4289",[523,58.27]],["parent/4289",[1398,7.413]],["name/4290",[524,58.27]],["parent/4290",[1398,7.413]],["name/4291",[525,58.27]],["parent/4291",[1398,7.413]],["name/4292",[526,47.618]],["parent/4292",[1398,7.413]],["name/4293",[527,58.27]],["parent/4293",[1398,7.413]],["name/4294",[513,51.363]],["parent/4294",[1398,7.413]],["name/4295",[528,58.27]],["parent/4295",[1398,7.413]],["name/4296",[92,51.167]],["parent/4296",[1398,7.413]],["name/4297",[67,57.883]],["parent/4297",[1392,6.865]],["name/4298",[173,20.78]],["parent/4298",[1399,10.024]],["name/4299",[530,58.27]],["parent/4299",[1400,8.927]],["name/4300",[532,51.363]],["parent/4300",[1400,8.927]],["name/4301",[533,58.27]],["parent/4301",[1400,8.927]],["name/4302",[534,51.363]],["parent/4302",[1400,8.927]],["name/4303",[68,51.167]],["parent/4303",[1392,6.865]],["name/4304",[173,20.78]],["parent/4304",[1401,10.024]],["name/4305",[410,39.926]],["parent/4305",[1402,9.178]],["name/4306",[411,58.075]],["parent/4306",[1402,9.178]],["name/4307",[537,58.27]],["parent/4307",[1402,9.178]],["name/4308",[69,57.883]],["parent/4308",[1392,6.865]],["name/4309",[173,20.78]],["parent/4309",[1403,10.024]],["name/4310",[408,29.731]],["parent/4310",[1404,8.292]],["name/4311",[540,45.268]],["parent/4311",[1404,8.292]],["name/4312",[155,37.858]],["parent/4312",[1404,8.292]],["name/4313",[541,58.27]],["parent/4313",[1404,8.292]],["name/4314",[542,58.27]],["parent/4314",[1404,8.292]],["name/4315",[543,58.27]],["parent/4315",[1404,8.292]],["name/4316",[342,56.068]],["parent/4316",[1404,8.292]],["name/4317",[544,45.905]],["parent/4317",[1404,8.292]],["name/4318",[70,51.167]],["parent/4318",[1392,6.865]],["name/4319",[173,20.78]],["parent/4319",[1405,10.024]],["name/4320",[155,37.858]],["parent/4320",[1406,7.907]],["name/4321",[547,44.444]],["parent/4321",[1406,7.907]],["name/4322",[544,45.905]],["parent/4322",[1406,7.907]],["name/4323",[540,45.268]],["parent/4323",[1406,7.907]],["name/4324",[548,58.27]],["parent/4324",[1406,7.907]],["name/4325",[549,58.27]],["parent/4325",[1406,7.907]],["name/4326",[550,58.27]],["parent/4326",[1406,7.907]],["name/4327",[551,58.27]],["parent/4327",[1406,7.907]],["name/4328",[552,58.27]],["parent/4328",[1406,7.907]],["name/4329",[553,58.27]],["parent/4329",[1406,7.907]],["name/4330",[554,56.227]],["parent/4330",[1406,7.907]],["name/4331",[555,56.227]],["parent/4331",[1406,7.907]],["name/4332",[82,57.511]],["parent/4332",[1392,6.865]],["name/4333",[173,20.78]],["parent/4333",[1407,10.024]],["name/4334",[408,29.731]],["parent/4334",[1408,8.927]],["name/4335",[493,49.276]],["parent/4335",[1408,8.927]],["name/4336",[155,37.858]],["parent/4336",[1408,8.927]],["name/4337",[516,51.363]],["parent/4337",[1408,8.927]],["name/4338",[77,51.167]],["parent/4338",[1392,6.865]],["name/4339",[173,20.78]],["parent/4339",[1409,10.024]],["name/4340",[559,58.27]],["parent/4340",[1410,9.178]],["name/4341",[561,58.27]],["parent/4341",[1410,9.178]],["name/4342",[562,45.295]],["parent/4342",[1410,9.178]],["name/4343",[96,55.911]],["parent/4343",[1392,6.865]],["name/4344",[173,20.78]],["parent/4344",[1411,10.024]],["name/4345",[410,39.926]],["parent/4345",[1412,9.178]],["name/4346",[155,37.858]],["parent/4346",[1412,9.178]],["name/4347",[77,51.167]],["parent/4347",[1412,9.178]],["name/4348",[85,57.978]],["parent/4348",[1392,6.865]],["name/4349",[173,20.78]],["parent/4349",[1413,10.024]],["name/4350",[547,44.444]],["parent/4350",[1414,9.514]],["name/4351",[567,51.363]],["parent/4351",[1414,9.514]],["name/4352",[84,48.96]],["parent/4352",[1392,6.865]],["name/4353",[173,20.78]],["parent/4353",[1415,10.024]],["name/4354",[408,29.731]],["parent/4354",[1416,8.417]],["name/4355",[570,51.363]],["parent/4355",[1416,8.417]],["name/4356",[571,58.27]],["parent/4356",[1416,8.417]],["name/4357",[572,56.227]],["parent/4357",[1416,8.417]],["name/4358",[567,51.363]],["parent/4358",[1416,8.417]],["name/4359",[573,58.27]],["parent/4359",[1416,8.417]],["name/4360",[574,58.27]],["parent/4360",[1416,8.417]],["name/4361",[345,56.721]],["parent/4361",[1392,6.865]],["name/4362",[173,20.78]],["parent/4362",[1417,10.024]],["name/4363",[576,62.202]],["parent/4363",[1418,8.927]],["name/4364",[578,62.202]],["parent/4364",[1418,8.927]],["name/4365",[410,39.926]],["parent/4365",[1418,8.927]],["name/4366",[562,45.295]],["parent/4366",[1418,8.927]],["name/4367",[94,51.023]],["parent/4367",[1392,6.865]],["name/4368",[173,20.78]],["parent/4368",[1419,10.024]],["name/4369",[408,29.731]],["parent/4369",[1420,7.017]],["name/4370",[581,49.316]],["parent/4370",[1420,7.017]],["name/4371",[155,37.858]],["parent/4371",[1420,7.017]],["name/4372",[65,47.186]],["parent/4372",[1420,7.017]],["name/4373",[582,51.363]],["parent/4373",[1420,7.017]],["name/4374",[583,58.27]],["parent/4374",[1420,7.017]],["name/4375",[145,57.978]],["parent/4375",[1420,7.017]],["name/4376",[584,58.27]],["parent/4376",[1420,7.017]],["name/4377",[421,44.394]],["parent/4377",[1420,7.017]],["name/4378",[526,47.618]],["parent/4378",[1420,7.017]],["name/4379",[585,58.27]],["parent/4379",[1420,7.017]],["name/4380",[586,58.27]],["parent/4380",[1420,7.017]],["name/4381",[587,58.27]],["parent/4381",[1420,7.017]],["name/4382",[588,58.27]],["parent/4382",[1420,7.017]],["name/4383",[589,58.27]],["parent/4383",[1420,7.017]],["name/4384",[590,58.27]],["parent/4384",[1420,7.017]],["name/4385",[511,47.317]],["parent/4385",[1420,7.017]],["name/4386",[591,49.811]],["parent/4386",[1420,7.017]],["name/4387",[352,50.243]],["parent/4387",[1420,7.017]],["name/4388",[592,51.363]],["parent/4388",[1420,7.017]],["name/4389",[593,56.227]],["parent/4389",[1420,7.017]],["name/4390",[594,56.227]],["parent/4390",[1420,7.017]],["name/4391",[70,51.167]],["parent/4391",[1420,7.017]],["name/4392",[84,48.96]],["parent/4392",[1420,7.017]],["name/4393",[68,51.167]],["parent/4393",[1420,7.017]],["name/4394",[512,51.363]],["parent/4394",[1420,7.017]],["name/4395",[595,58.27]],["parent/4395",[1420,7.017]],["name/4396",[596,62.202]],["parent/4396",[1420,7.017]],["name/4397",[387,62.202]],["parent/4397",[1420,7.017]],["name/4398",[597,58.27]],["parent/4398",[1420,7.017]],["name/4399",[71,49.643]],["parent/4399",[1392,6.865]],["name/4400",[173,20.78]],["parent/4400",[1421,10.024]],["name/4401",[599,58.27]],["parent/4401",[1422,9.514]],["name/4402",[601,58.27]],["parent/4402",[1422,9.514]],["name/4403",[72,57.883]],["parent/4403",[1392,6.865]],["name/4404",[173,20.78]],["parent/4404",[1423,10.024]],["name/4405",[408,29.731]],["parent/4405",[1424,8.927]],["name/4406",[562,45.295]],["parent/4406",[1424,8.927]],["name/4407",[604,58.27]],["parent/4407",[1424,8.927]],["name/4408",[605,58.27]],["parent/4408",[1424,8.927]],["name/4409",[74,58.075]],["parent/4409",[1392,6.865]],["name/4410",[173,20.78]],["parent/4410",[1425,10.024]],["name/4411",[408,29.731]],["parent/4411",[1426,8.927]],["name/4412",[410,39.926]],["parent/4412",[1426,8.927]],["name/4413",[521,51.363]],["parent/4413",[1426,8.927]],["name/4414",[608,58.27]],["parent/4414",[1426,8.927]],["name/4415",[75,57.883]],["parent/4415",[1392,6.865]],["name/4416",[173,20.78]],["parent/4416",[1427,10.024]],["name/4417",[410,39.926]],["parent/4417",[1428,9.178]],["name/4418",[611,58.27]],["parent/4418",[1428,9.178]],["name/4419",[612,58.27]],["parent/4419",[1428,9.178]],["name/4420",[76,57.883]],["parent/4420",[1392,6.865]],["name/4421",[173,20.78]],["parent/4421",[1429,10.024]],["name/4422",[408,29.731]],["parent/4422",[1430,8.56]],["name/4423",[615,58.27]],["parent/4423",[1430,8.56]],["name/4424",[71,49.643]],["parent/4424",[1430,8.56]],["name/4425",[570,51.363]],["parent/4425",[1430,8.56]],["name/4426",[616,58.27]],["parent/4426",[1430,8.56]],["name/4427",[617,58.27]],["parent/4427",[1430,8.56]],["name/4428",[78,58.075]],["parent/4428",[1392,6.865]],["name/4429",[173,20.78]],["parent/4429",[1431,10.024]],["name/4430",[619,58.27]],["parent/4430",[1432,8.727]],["name/4431",[621,58.27]],["parent/4431",[1432,8.727]],["name/4432",[622,47.317]],["parent/4432",[1432,8.727]],["name/4433",[623,58.27]],["parent/4433",[1432,8.727]],["name/4434",[624,58.27]],["parent/4434",[1432,8.727]],["name/4435",[98,51.167]],["parent/4435",[1392,6.865]],["name/4436",[173,20.78]],["parent/4436",[1433,10.024]],["name/4437",[626,58.27]],["parent/4437",[1434,10.024]],["name/4438",[93,50.025]],["parent/4438",[1392,6.865]],["name/4439",[173,20.78]],["parent/4439",[1435,10.024]],["name/4440",[629,58.27]],["parent/4440",[1436,9.178]],["name/4441",[631,58.27]],["parent/4441",[1436,9.178]],["name/4442",[632,58.27]],["parent/4442",[1436,9.178]],["name/4443",[79,57.883]],["parent/4443",[1392,6.865]],["name/4444",[173,20.78]],["parent/4444",[1437,10.024]],["name/4445",[581,49.316]],["parent/4445",[1438,7.907]],["name/4446",[547,44.444]],["parent/4446",[1438,7.907]],["name/4447",[544,45.905]],["parent/4447",[1438,7.907]],["name/4448",[635,58.27]],["parent/4448",[1438,7.907]],["name/4449",[636,46.586]],["parent/4449",[1438,7.907]],["name/4450",[637,58.27]],["parent/4450",[1438,7.907]],["name/4451",[98,51.167]],["parent/4451",[1438,7.907]],["name/4452",[93,50.025]],["parent/4452",[1438,7.907]],["name/4453",[638,58.27]],["parent/4453",[1438,7.907]],["name/4454",[639,58.27]],["parent/4454",[1438,7.907]],["name/4455",[640,58.27]],["parent/4455",[1438,7.907]],["name/4456",[534,51.363]],["parent/4456",[1438,7.907]],["name/4457",[80,55.757]],["parent/4457",[1392,6.865]],["name/4458",[173,20.78]],["parent/4458",[1439,10.024]],["name/4459",[408,29.731]],["parent/4459",[1440,9.514]],["name/4460",[547,44.444]],["parent/4460",[1440,9.514]],["name/4461",[81,57.883]],["parent/4461",[1392,6.865]],["name/4462",[173,20.78]],["parent/4462",[1441,10.024]],["name/4463",[644,58.27]],["parent/4463",[1442,8.927]],["name/4464",[173,20.78]],["parent/4464",[1442,8.927]],["name/4465",[646,51.363]],["parent/4465",[1443,8.56]],["name/4466",[636,46.586]],["parent/4466",[1443,8.56]],["name/4467",[622,47.317]],["parent/4467",[1443,8.56]],["name/4468",[648,58.27]],["parent/4468",[1442,8.927]],["name/4469",[173,20.78]],["parent/4469",[1442,8.927]],["name/4470",[646,51.363]],["parent/4470",[1443,8.56]],["name/4471",[636,46.586]],["parent/4471",[1443,8.56]],["name/4472",[622,47.317]],["parent/4472",[1443,8.56]],["name/4473",[83,55.604]],["parent/4473",[1392,6.865]],["name/4474",[173,20.78]],["parent/4474",[1444,10.024]],["name/4475",[65,47.186]],["parent/4475",[1445,8.56]],["name/4476",[421,44.394]],["parent/4476",[1445,8.56]],["name/4477",[408,29.731]],["parent/4477",[1445,8.56]],["name/4478",[94,51.023]],["parent/4478",[1445,8.56]],["name/4479",[73,51.562]],["parent/4479",[1445,8.56]],["name/4480",[540,45.268]],["parent/4480",[1445,8.56]],["name/4481",[651,56.147]],["parent/4481",[1392,6.865]],["name/4482",[86,57.883]],["parent/4482",[1392,6.865]],["name/4483",[173,20.78]],["parent/4483",[1446,10.024]],["name/4484",[653,58.27]],["parent/4484",[1447,8.727]],["name/4485",[655,58.27]],["parent/4485",[1447,8.727]],["name/4486",[656,58.27]],["parent/4486",[1447,8.727]],["name/4487",[657,58.27]],["parent/4487",[1447,8.727]],["name/4488",[658,58.27]],["parent/4488",[1447,8.727]],["name/4489",[87,58.075]],["parent/4489",[1392,6.865]],["name/4490",[173,20.78]],["parent/4490",[1448,10.024]],["name/4491",[408,29.731]],["parent/4491",[1449,8.927]],["name/4492",[661,58.27]],["parent/4492",[1449,8.927]],["name/4493",[662,58.27]],["parent/4493",[1449,8.927]],["name/4494",[663,58.27]],["parent/4494",[1449,8.927]],["name/4495",[88,57.883]],["parent/4495",[1392,6.865]],["name/4496",[173,20.78]],["parent/4496",[1450,10.024]],["name/4497",[408,29.731]],["parent/4497",[1451,8.081]],["name/4498",[340,56.068]],["parent/4498",[1451,8.081]],["name/4499",[666,58.27]],["parent/4499",[1451,8.081]],["name/4500",[334,56.147]],["parent/4500",[1451,8.081]],["name/4501",[667,58.27]],["parent/4501",[1451,8.081]],["name/4502",[668,58.27]],["parent/4502",[1451,8.081]],["name/4503",[669,58.27]],["parent/4503",[1451,8.081]],["name/4504",[670,58.27]],["parent/4504",[1451,8.081]],["name/4505",[671,58.27]],["parent/4505",[1451,8.081]],["name/4506",[672,58.27]],["parent/4506",[1451,8.081]],["name/4507",[89,57.511]],["parent/4507",[1392,6.865]],["name/4508",[173,20.78]],["parent/4508",[1452,10.024]],["name/4509",[408,29.731]],["parent/4509",[1453,8.727]],["name/4510",[675,58.27]],["parent/4510",[1453,8.727]],["name/4511",[676,58.27]],["parent/4511",[1453,8.727]],["name/4512",[677,58.27]],["parent/4512",[1453,8.727]],["name/4513",[678,58.27]],["parent/4513",[1453,8.727]],["name/4514",[90,57.883]],["parent/4514",[1392,6.865]],["name/4515",[173,20.78]],["parent/4515",[1454,10.024]],["name/4516",[562,45.295]],["parent/4516",[1455,9.178]],["name/4517",[532,51.363]],["parent/4517",[1455,9.178]],["name/4518",[681,58.27]],["parent/4518",[1455,9.178]],["name/4519",[91,58.075]],["parent/4519",[1392,6.865]],["name/4520",[173,20.78]],["parent/4520",[1456,10.024]],["name/4521",[408,29.731]],["parent/4521",[1457,8.927]],["name/4522",[684,51.363]],["parent/4522",[1457,8.927]],["name/4523",[172,58.075]],["parent/4523",[1457,8.927]],["name/4524",[592,51.363]],["parent/4524",[1457,8.927]],["name/4525",[95,58.075]],["parent/4525",[1392,6.865]],["name/4526",[173,20.78]],["parent/4526",[1458,10.024]],["name/4527",[686,54.532]],["parent/4527",[1459,8.292]],["name/4528",[582,51.363]],["parent/4528",[1459,8.292]],["name/4529",[688,58.27]],["parent/4529",[1459,8.292]],["name/4530",[511,47.317]],["parent/4530",[1459,8.292]],["name/4531",[591,49.811]],["parent/4531",[1459,8.292]],["name/4532",[352,50.243]],["parent/4532",[1459,8.292]],["name/4533",[684,51.363]],["parent/4533",[1459,8.292]],["name/4534",[689,58.27]],["parent/4534",[1459,8.292]],["name/4535",[97,55.911]],["parent/4535",[1392,6.865]],["name/4536",[173,20.78]],["parent/4536",[1460,10.024]],["name/4537",[417,58.075]],["parent/4537",[1461,8.927]],["name/4538",[419,58.075]],["parent/4538",[1461,8.927]],["name/4539",[420,58.075]],["parent/4539",[1461,8.927]],["name/4540",[421,44.394]],["parent/4540",[1461,8.927]],["name/4541",[44,67.457]],["parent/4541",[22,9.514]],["name/4542",[73,51.562]],["parent/4542",[1462,6.865]],["name/4543",[173,20.78]],["parent/4543",[1463,10.024]],["name/4544",[504,58.27]],["parent/4544",[1464,8.927]],["name/4545",[506,58.27]],["parent/4545",[1464,8.927]],["name/4546",[155,37.858]],["parent/4546",[1464,8.927]],["name/4547",[507,58.27]],["parent/4547",[1464,8.927]],["name/4548",[92,51.167]],["parent/4548",[1462,6.865]],["name/4549",[173,20.78]],["parent/4549",[1465,10.024]],["name/4550",[509,58.27]],["parent/4550",[1466,8.727]],["name/4551",[511,47.317]],["parent/4551",[1466,8.727]],["name/4552",[512,51.363]],["parent/4552",[1466,8.727]],["name/4553",[344,48.357]],["parent/4553",[1466,8.727]],["name/4554",[513,51.363]],["parent/4554",[1466,8.727]],["name/4555",[65,47.186]],["parent/4555",[1462,6.865]],["name/4556",[173,20.78]],["parent/4556",[1467,10.024]],["name/4557",[408,29.731]],["parent/4557",[1468,7.413]],["name/4558",[493,49.276]],["parent/4558",[1468,7.413]],["name/4559",[516,51.363]],["parent/4559",[1468,7.413]],["name/4560",[517,58.27]],["parent/4560",[1468,7.413]],["name/4561",[518,58.27]],["parent/4561",[1468,7.413]],["name/4562",[421,44.394]],["parent/4562",[1468,7.413]],["name/4563",[519,58.27]],["parent/4563",[1468,7.413]],["name/4564",[520,58.27]],["parent/4564",[1468,7.413]],["name/4565",[521,51.363]],["parent/4565",[1468,7.413]],["name/4566",[344,48.357]],["parent/4566",[1468,7.413]],["name/4567",[155,37.858]],["parent/4567",[1468,7.413]],["name/4568",[522,58.27]],["parent/4568",[1468,7.413]],["name/4569",[523,58.27]],["parent/4569",[1468,7.413]],["name/4570",[524,58.27]],["parent/4570",[1468,7.413]],["name/4571",[525,58.27]],["parent/4571",[1468,7.413]],["name/4572",[526,47.618]],["parent/4572",[1468,7.413]],["name/4573",[527,58.27]],["parent/4573",[1468,7.413]],["name/4574",[513,51.363]],["parent/4574",[1468,7.413]],["name/4575",[528,58.27]],["parent/4575",[1468,7.413]],["name/4576",[92,51.167]],["parent/4576",[1468,7.413]],["name/4577",[67,57.883]],["parent/4577",[1462,6.865]],["name/4578",[173,20.78]],["parent/4578",[1469,10.024]],["name/4579",[530,58.27]],["parent/4579",[1470,8.927]],["name/4580",[532,51.363]],["parent/4580",[1470,8.927]],["name/4581",[533,58.27]],["parent/4581",[1470,8.927]],["name/4582",[534,51.363]],["parent/4582",[1470,8.927]],["name/4583",[68,51.167]],["parent/4583",[1462,6.865]],["name/4584",[173,20.78]],["parent/4584",[1471,10.024]],["name/4585",[410,39.926]],["parent/4585",[1472,9.178]],["name/4586",[411,58.075]],["parent/4586",[1472,9.178]],["name/4587",[537,58.27]],["parent/4587",[1472,9.178]],["name/4588",[69,57.883]],["parent/4588",[1462,6.865]],["name/4589",[173,20.78]],["parent/4589",[1473,10.024]],["name/4590",[408,29.731]],["parent/4590",[1474,8.292]],["name/4591",[540,45.268]],["parent/4591",[1474,8.292]],["name/4592",[155,37.858]],["parent/4592",[1474,8.292]],["name/4593",[541,58.27]],["parent/4593",[1474,8.292]],["name/4594",[542,58.27]],["parent/4594",[1474,8.292]],["name/4595",[543,58.27]],["parent/4595",[1474,8.292]],["name/4596",[342,56.068]],["parent/4596",[1474,8.292]],["name/4597",[544,45.905]],["parent/4597",[1474,8.292]],["name/4598",[70,51.167]],["parent/4598",[1462,6.865]],["name/4599",[173,20.78]],["parent/4599",[1475,10.024]],["name/4600",[155,37.858]],["parent/4600",[1476,7.907]],["name/4601",[547,44.444]],["parent/4601",[1476,7.907]],["name/4602",[544,45.905]],["parent/4602",[1476,7.907]],["name/4603",[540,45.268]],["parent/4603",[1476,7.907]],["name/4604",[548,58.27]],["parent/4604",[1476,7.907]],["name/4605",[549,58.27]],["parent/4605",[1476,7.907]],["name/4606",[550,58.27]],["parent/4606",[1476,7.907]],["name/4607",[551,58.27]],["parent/4607",[1476,7.907]],["name/4608",[552,58.27]],["parent/4608",[1476,7.907]],["name/4609",[553,58.27]],["parent/4609",[1476,7.907]],["name/4610",[554,56.227]],["parent/4610",[1476,7.907]],["name/4611",[555,56.227]],["parent/4611",[1476,7.907]],["name/4612",[82,57.511]],["parent/4612",[1462,6.865]],["name/4613",[173,20.78]],["parent/4613",[1477,10.024]],["name/4614",[408,29.731]],["parent/4614",[1478,8.927]],["name/4615",[493,49.276]],["parent/4615",[1478,8.927]],["name/4616",[155,37.858]],["parent/4616",[1478,8.927]],["name/4617",[516,51.363]],["parent/4617",[1478,8.927]],["name/4618",[77,51.167]],["parent/4618",[1462,6.865]],["name/4619",[173,20.78]],["parent/4619",[1479,10.024]],["name/4620",[559,58.27]],["parent/4620",[1480,9.178]],["name/4621",[561,58.27]],["parent/4621",[1480,9.178]],["name/4622",[562,45.295]],["parent/4622",[1480,9.178]],["name/4623",[96,55.911]],["parent/4623",[1462,6.865]],["name/4624",[173,20.78]],["parent/4624",[1481,10.024]],["name/4625",[410,39.926]],["parent/4625",[1482,9.178]],["name/4626",[155,37.858]],["parent/4626",[1482,9.178]],["name/4627",[77,51.167]],["parent/4627",[1482,9.178]],["name/4628",[85,57.978]],["parent/4628",[1462,6.865]],["name/4629",[173,20.78]],["parent/4629",[1483,10.024]],["name/4630",[547,44.444]],["parent/4630",[1484,9.514]],["name/4631",[567,51.363]],["parent/4631",[1484,9.514]],["name/4632",[84,48.96]],["parent/4632",[1462,6.865]],["name/4633",[173,20.78]],["parent/4633",[1485,10.024]],["name/4634",[408,29.731]],["parent/4634",[1486,8.417]],["name/4635",[570,51.363]],["parent/4635",[1486,8.417]],["name/4636",[571,58.27]],["parent/4636",[1486,8.417]],["name/4637",[572,56.227]],["parent/4637",[1486,8.417]],["name/4638",[567,51.363]],["parent/4638",[1486,8.417]],["name/4639",[573,58.27]],["parent/4639",[1486,8.417]],["name/4640",[574,58.27]],["parent/4640",[1486,8.417]],["name/4641",[345,56.721]],["parent/4641",[1462,6.865]],["name/4642",[173,20.78]],["parent/4642",[1487,10.024]],["name/4643",[576,62.202]],["parent/4643",[1488,8.927]],["name/4644",[578,62.202]],["parent/4644",[1488,8.927]],["name/4645",[410,39.926]],["parent/4645",[1488,8.927]],["name/4646",[562,45.295]],["parent/4646",[1488,8.927]],["name/4647",[94,51.023]],["parent/4647",[1462,6.865]],["name/4648",[173,20.78]],["parent/4648",[1489,10.024]],["name/4649",[408,29.731]],["parent/4649",[1490,7.017]],["name/4650",[581,49.316]],["parent/4650",[1490,7.017]],["name/4651",[155,37.858]],["parent/4651",[1490,7.017]],["name/4652",[65,47.186]],["parent/4652",[1490,7.017]],["name/4653",[582,51.363]],["parent/4653",[1490,7.017]],["name/4654",[583,58.27]],["parent/4654",[1490,7.017]],["name/4655",[145,57.978]],["parent/4655",[1490,7.017]],["name/4656",[584,58.27]],["parent/4656",[1490,7.017]],["name/4657",[421,44.394]],["parent/4657",[1490,7.017]],["name/4658",[526,47.618]],["parent/4658",[1490,7.017]],["name/4659",[585,58.27]],["parent/4659",[1490,7.017]],["name/4660",[586,58.27]],["parent/4660",[1490,7.017]],["name/4661",[587,58.27]],["parent/4661",[1490,7.017]],["name/4662",[588,58.27]],["parent/4662",[1490,7.017]],["name/4663",[589,58.27]],["parent/4663",[1490,7.017]],["name/4664",[590,58.27]],["parent/4664",[1490,7.017]],["name/4665",[511,47.317]],["parent/4665",[1490,7.017]],["name/4666",[591,49.811]],["parent/4666",[1490,7.017]],["name/4667",[352,50.243]],["parent/4667",[1490,7.017]],["name/4668",[592,51.363]],["parent/4668",[1490,7.017]],["name/4669",[593,56.227]],["parent/4669",[1490,7.017]],["name/4670",[594,56.227]],["parent/4670",[1490,7.017]],["name/4671",[70,51.167]],["parent/4671",[1490,7.017]],["name/4672",[84,48.96]],["parent/4672",[1490,7.017]],["name/4673",[68,51.167]],["parent/4673",[1490,7.017]],["name/4674",[512,51.363]],["parent/4674",[1490,7.017]],["name/4675",[595,58.27]],["parent/4675",[1490,7.017]],["name/4676",[596,62.202]],["parent/4676",[1490,7.017]],["name/4677",[387,62.202]],["parent/4677",[1490,7.017]],["name/4678",[597,58.27]],["parent/4678",[1490,7.017]],["name/4679",[71,49.643]],["parent/4679",[1462,6.865]],["name/4680",[173,20.78]],["parent/4680",[1491,10.024]],["name/4681",[599,58.27]],["parent/4681",[1492,9.514]],["name/4682",[601,58.27]],["parent/4682",[1492,9.514]],["name/4683",[72,57.883]],["parent/4683",[1462,6.865]],["name/4684",[173,20.78]],["parent/4684",[1493,10.024]],["name/4685",[408,29.731]],["parent/4685",[1494,8.927]],["name/4686",[562,45.295]],["parent/4686",[1494,8.927]],["name/4687",[604,58.27]],["parent/4687",[1494,8.927]],["name/4688",[605,58.27]],["parent/4688",[1494,8.927]],["name/4689",[74,58.075]],["parent/4689",[1462,6.865]],["name/4690",[173,20.78]],["parent/4690",[1495,10.024]],["name/4691",[408,29.731]],["parent/4691",[1496,8.927]],["name/4692",[410,39.926]],["parent/4692",[1496,8.927]],["name/4693",[521,51.363]],["parent/4693",[1496,8.927]],["name/4694",[608,58.27]],["parent/4694",[1496,8.927]],["name/4695",[75,57.883]],["parent/4695",[1462,6.865]],["name/4696",[173,20.78]],["parent/4696",[1497,10.024]],["name/4697",[410,39.926]],["parent/4697",[1498,9.178]],["name/4698",[611,58.27]],["parent/4698",[1498,9.178]],["name/4699",[612,58.27]],["parent/4699",[1498,9.178]],["name/4700",[76,57.883]],["parent/4700",[1462,6.865]],["name/4701",[173,20.78]],["parent/4701",[1499,10.024]],["name/4702",[408,29.731]],["parent/4702",[1500,8.56]],["name/4703",[615,58.27]],["parent/4703",[1500,8.56]],["name/4704",[71,49.643]],["parent/4704",[1500,8.56]],["name/4705",[570,51.363]],["parent/4705",[1500,8.56]],["name/4706",[616,58.27]],["parent/4706",[1500,8.56]],["name/4707",[617,58.27]],["parent/4707",[1500,8.56]],["name/4708",[78,58.075]],["parent/4708",[1462,6.865]],["name/4709",[173,20.78]],["parent/4709",[1501,10.024]],["name/4710",[619,58.27]],["parent/4710",[1502,8.727]],["name/4711",[621,58.27]],["parent/4711",[1502,8.727]],["name/4712",[622,47.317]],["parent/4712",[1502,8.727]],["name/4713",[623,58.27]],["parent/4713",[1502,8.727]],["name/4714",[624,58.27]],["parent/4714",[1502,8.727]],["name/4715",[98,51.167]],["parent/4715",[1462,6.865]],["name/4716",[173,20.78]],["parent/4716",[1503,10.024]],["name/4717",[626,58.27]],["parent/4717",[1504,10.024]],["name/4718",[93,50.025]],["parent/4718",[1462,6.865]],["name/4719",[173,20.78]],["parent/4719",[1505,10.024]],["name/4720",[629,58.27]],["parent/4720",[1506,9.178]],["name/4721",[631,58.27]],["parent/4721",[1506,9.178]],["name/4722",[632,58.27]],["parent/4722",[1506,9.178]],["name/4723",[79,57.883]],["parent/4723",[1462,6.865]],["name/4724",[173,20.78]],["parent/4724",[1507,10.024]],["name/4725",[581,49.316]],["parent/4725",[1508,7.907]],["name/4726",[547,44.444]],["parent/4726",[1508,7.907]],["name/4727",[544,45.905]],["parent/4727",[1508,7.907]],["name/4728",[635,58.27]],["parent/4728",[1508,7.907]],["name/4729",[636,46.586]],["parent/4729",[1508,7.907]],["name/4730",[637,58.27]],["parent/4730",[1508,7.907]],["name/4731",[98,51.167]],["parent/4731",[1508,7.907]],["name/4732",[93,50.025]],["parent/4732",[1508,7.907]],["name/4733",[638,58.27]],["parent/4733",[1508,7.907]],["name/4734",[639,58.27]],["parent/4734",[1508,7.907]],["name/4735",[640,58.27]],["parent/4735",[1508,7.907]],["name/4736",[534,51.363]],["parent/4736",[1508,7.907]],["name/4737",[80,55.757]],["parent/4737",[1462,6.865]],["name/4738",[173,20.78]],["parent/4738",[1509,10.024]],["name/4739",[408,29.731]],["parent/4739",[1510,9.514]],["name/4740",[547,44.444]],["parent/4740",[1510,9.514]],["name/4741",[81,57.883]],["parent/4741",[1462,6.865]],["name/4742",[173,20.78]],["parent/4742",[1511,10.024]],["name/4743",[644,58.27]],["parent/4743",[1512,8.927]],["name/4744",[173,20.78]],["parent/4744",[1512,8.927]],["name/4745",[646,51.363]],["parent/4745",[1513,8.56]],["name/4746",[636,46.586]],["parent/4746",[1513,8.56]],["name/4747",[622,47.317]],["parent/4747",[1513,8.56]],["name/4748",[648,58.27]],["parent/4748",[1512,8.927]],["name/4749",[173,20.78]],["parent/4749",[1512,8.927]],["name/4750",[646,51.363]],["parent/4750",[1513,8.56]],["name/4751",[636,46.586]],["parent/4751",[1513,8.56]],["name/4752",[622,47.317]],["parent/4752",[1513,8.56]],["name/4753",[83,55.604]],["parent/4753",[1462,6.865]],["name/4754",[173,20.78]],["parent/4754",[1514,10.024]],["name/4755",[65,47.186]],["parent/4755",[1515,8.56]],["name/4756",[421,44.394]],["parent/4756",[1515,8.56]],["name/4757",[408,29.731]],["parent/4757",[1515,8.56]],["name/4758",[94,51.023]],["parent/4758",[1515,8.56]],["name/4759",[73,51.562]],["parent/4759",[1515,8.56]],["name/4760",[540,45.268]],["parent/4760",[1515,8.56]],["name/4761",[651,56.147]],["parent/4761",[1462,6.865]],["name/4762",[86,57.883]],["parent/4762",[1462,6.865]],["name/4763",[173,20.78]],["parent/4763",[1516,10.024]],["name/4764",[653,58.27]],["parent/4764",[1517,8.727]],["name/4765",[655,58.27]],["parent/4765",[1517,8.727]],["name/4766",[656,58.27]],["parent/4766",[1517,8.727]],["name/4767",[657,58.27]],["parent/4767",[1517,8.727]],["name/4768",[658,58.27]],["parent/4768",[1517,8.727]],["name/4769",[87,58.075]],["parent/4769",[1462,6.865]],["name/4770",[173,20.78]],["parent/4770",[1518,10.024]],["name/4771",[408,29.731]],["parent/4771",[1519,8.927]],["name/4772",[661,58.27]],["parent/4772",[1519,8.927]],["name/4773",[662,58.27]],["parent/4773",[1519,8.927]],["name/4774",[663,58.27]],["parent/4774",[1519,8.927]],["name/4775",[88,57.883]],["parent/4775",[1462,6.865]],["name/4776",[173,20.78]],["parent/4776",[1520,10.024]],["name/4777",[408,29.731]],["parent/4777",[1521,8.081]],["name/4778",[340,56.068]],["parent/4778",[1521,8.081]],["name/4779",[666,58.27]],["parent/4779",[1521,8.081]],["name/4780",[334,56.147]],["parent/4780",[1521,8.081]],["name/4781",[667,58.27]],["parent/4781",[1521,8.081]],["name/4782",[668,58.27]],["parent/4782",[1521,8.081]],["name/4783",[669,58.27]],["parent/4783",[1521,8.081]],["name/4784",[670,58.27]],["parent/4784",[1521,8.081]],["name/4785",[671,58.27]],["parent/4785",[1521,8.081]],["name/4786",[672,58.27]],["parent/4786",[1521,8.081]],["name/4787",[89,57.511]],["parent/4787",[1462,6.865]],["name/4788",[173,20.78]],["parent/4788",[1522,10.024]],["name/4789",[408,29.731]],["parent/4789",[1523,8.727]],["name/4790",[675,58.27]],["parent/4790",[1523,8.727]],["name/4791",[676,58.27]],["parent/4791",[1523,8.727]],["name/4792",[677,58.27]],["parent/4792",[1523,8.727]],["name/4793",[678,58.27]],["parent/4793",[1523,8.727]],["name/4794",[90,57.883]],["parent/4794",[1462,6.865]],["name/4795",[173,20.78]],["parent/4795",[1524,10.024]],["name/4796",[562,45.295]],["parent/4796",[1525,9.178]],["name/4797",[532,51.363]],["parent/4797",[1525,9.178]],["name/4798",[681,58.27]],["parent/4798",[1525,9.178]],["name/4799",[91,58.075]],["parent/4799",[1462,6.865]],["name/4800",[173,20.78]],["parent/4800",[1526,10.024]],["name/4801",[408,29.731]],["parent/4801",[1527,8.927]],["name/4802",[684,51.363]],["parent/4802",[1527,8.927]],["name/4803",[172,58.075]],["parent/4803",[1527,8.927]],["name/4804",[592,51.363]],["parent/4804",[1527,8.927]],["name/4805",[95,58.075]],["parent/4805",[1462,6.865]],["name/4806",[173,20.78]],["parent/4806",[1528,10.024]],["name/4807",[686,54.532]],["parent/4807",[1529,8.292]],["name/4808",[582,51.363]],["parent/4808",[1529,8.292]],["name/4809",[688,58.27]],["parent/4809",[1529,8.292]],["name/4810",[511,47.317]],["parent/4810",[1529,8.292]],["name/4811",[591,49.811]],["parent/4811",[1529,8.292]],["name/4812",[352,50.243]],["parent/4812",[1529,8.292]],["name/4813",[684,51.363]],["parent/4813",[1529,8.292]],["name/4814",[689,58.27]],["parent/4814",[1529,8.292]],["name/4815",[97,55.911]],["parent/4815",[1462,6.865]],["name/4816",[173,20.78]],["parent/4816",[1530,10.024]],["name/4817",[417,58.075]],["parent/4817",[1531,8.927]],["name/4818",[419,58.075]],["parent/4818",[1531,8.927]],["name/4819",[420,58.075]],["parent/4819",[1531,8.927]],["name/4820",[421,44.394]],["parent/4820",[1531,8.927]],["name/4821",[44,67.457]],["parent/4821",[23,9.514]],["name/4822",[73,51.562]],["parent/4822",[1532,6.865]],["name/4823",[173,20.78]],["parent/4823",[1533,10.024]],["name/4824",[504,58.27]],["parent/4824",[1534,8.927]],["name/4825",[506,58.27]],["parent/4825",[1534,8.927]],["name/4826",[155,37.858]],["parent/4826",[1534,8.927]],["name/4827",[507,58.27]],["parent/4827",[1534,8.927]],["name/4828",[92,51.167]],["parent/4828",[1532,6.865]],["name/4829",[173,20.78]],["parent/4829",[1535,10.024]],["name/4830",[509,58.27]],["parent/4830",[1536,8.727]],["name/4831",[511,47.317]],["parent/4831",[1536,8.727]],["name/4832",[512,51.363]],["parent/4832",[1536,8.727]],["name/4833",[344,48.357]],["parent/4833",[1536,8.727]],["name/4834",[513,51.363]],["parent/4834",[1536,8.727]],["name/4835",[65,47.186]],["parent/4835",[1532,6.865]],["name/4836",[173,20.78]],["parent/4836",[1537,10.024]],["name/4837",[408,29.731]],["parent/4837",[1538,7.413]],["name/4838",[493,49.276]],["parent/4838",[1538,7.413]],["name/4839",[516,51.363]],["parent/4839",[1538,7.413]],["name/4840",[517,58.27]],["parent/4840",[1538,7.413]],["name/4841",[518,58.27]],["parent/4841",[1538,7.413]],["name/4842",[421,44.394]],["parent/4842",[1538,7.413]],["name/4843",[519,58.27]],["parent/4843",[1538,7.413]],["name/4844",[520,58.27]],["parent/4844",[1538,7.413]],["name/4845",[521,51.363]],["parent/4845",[1538,7.413]],["name/4846",[344,48.357]],["parent/4846",[1538,7.413]],["name/4847",[155,37.858]],["parent/4847",[1538,7.413]],["name/4848",[522,58.27]],["parent/4848",[1538,7.413]],["name/4849",[523,58.27]],["parent/4849",[1538,7.413]],["name/4850",[524,58.27]],["parent/4850",[1538,7.413]],["name/4851",[525,58.27]],["parent/4851",[1538,7.413]],["name/4852",[526,47.618]],["parent/4852",[1538,7.413]],["name/4853",[527,58.27]],["parent/4853",[1538,7.413]],["name/4854",[513,51.363]],["parent/4854",[1538,7.413]],["name/4855",[528,58.27]],["parent/4855",[1538,7.413]],["name/4856",[92,51.167]],["parent/4856",[1538,7.413]],["name/4857",[67,57.883]],["parent/4857",[1532,6.865]],["name/4858",[173,20.78]],["parent/4858",[1539,10.024]],["name/4859",[530,58.27]],["parent/4859",[1540,8.927]],["name/4860",[532,51.363]],["parent/4860",[1540,8.927]],["name/4861",[533,58.27]],["parent/4861",[1540,8.927]],["name/4862",[534,51.363]],["parent/4862",[1540,8.927]],["name/4863",[68,51.167]],["parent/4863",[1532,6.865]],["name/4864",[173,20.78]],["parent/4864",[1541,10.024]],["name/4865",[410,39.926]],["parent/4865",[1542,9.178]],["name/4866",[411,58.075]],["parent/4866",[1542,9.178]],["name/4867",[537,58.27]],["parent/4867",[1542,9.178]],["name/4868",[69,57.883]],["parent/4868",[1532,6.865]],["name/4869",[173,20.78]],["parent/4869",[1543,10.024]],["name/4870",[408,29.731]],["parent/4870",[1544,8.292]],["name/4871",[540,45.268]],["parent/4871",[1544,8.292]],["name/4872",[155,37.858]],["parent/4872",[1544,8.292]],["name/4873",[541,58.27]],["parent/4873",[1544,8.292]],["name/4874",[542,58.27]],["parent/4874",[1544,8.292]],["name/4875",[543,58.27]],["parent/4875",[1544,8.292]],["name/4876",[342,56.068]],["parent/4876",[1544,8.292]],["name/4877",[544,45.905]],["parent/4877",[1544,8.292]],["name/4878",[70,51.167]],["parent/4878",[1532,6.865]],["name/4879",[173,20.78]],["parent/4879",[1545,10.024]],["name/4880",[155,37.858]],["parent/4880",[1546,7.907]],["name/4881",[547,44.444]],["parent/4881",[1546,7.907]],["name/4882",[544,45.905]],["parent/4882",[1546,7.907]],["name/4883",[540,45.268]],["parent/4883",[1546,7.907]],["name/4884",[548,58.27]],["parent/4884",[1546,7.907]],["name/4885",[549,58.27]],["parent/4885",[1546,7.907]],["name/4886",[550,58.27]],["parent/4886",[1546,7.907]],["name/4887",[551,58.27]],["parent/4887",[1546,7.907]],["name/4888",[552,58.27]],["parent/4888",[1546,7.907]],["name/4889",[553,58.27]],["parent/4889",[1546,7.907]],["name/4890",[554,56.227]],["parent/4890",[1546,7.907]],["name/4891",[555,56.227]],["parent/4891",[1546,7.907]],["name/4892",[82,57.511]],["parent/4892",[1532,6.865]],["name/4893",[173,20.78]],["parent/4893",[1547,10.024]],["name/4894",[408,29.731]],["parent/4894",[1548,8.927]],["name/4895",[493,49.276]],["parent/4895",[1548,8.927]],["name/4896",[155,37.858]],["parent/4896",[1548,8.927]],["name/4897",[516,51.363]],["parent/4897",[1548,8.927]],["name/4898",[77,51.167]],["parent/4898",[1532,6.865]],["name/4899",[173,20.78]],["parent/4899",[1549,10.024]],["name/4900",[559,58.27]],["parent/4900",[1550,9.178]],["name/4901",[561,58.27]],["parent/4901",[1550,9.178]],["name/4902",[562,45.295]],["parent/4902",[1550,9.178]],["name/4903",[96,55.911]],["parent/4903",[1532,6.865]],["name/4904",[173,20.78]],["parent/4904",[1551,10.024]],["name/4905",[410,39.926]],["parent/4905",[1552,9.178]],["name/4906",[155,37.858]],["parent/4906",[1552,9.178]],["name/4907",[77,51.167]],["parent/4907",[1552,9.178]],["name/4908",[85,57.978]],["parent/4908",[1532,6.865]],["name/4909",[173,20.78]],["parent/4909",[1553,10.024]],["name/4910",[547,44.444]],["parent/4910",[1554,9.514]],["name/4911",[567,51.363]],["parent/4911",[1554,9.514]],["name/4912",[84,48.96]],["parent/4912",[1532,6.865]],["name/4913",[173,20.78]],["parent/4913",[1555,10.024]],["name/4914",[408,29.731]],["parent/4914",[1556,8.417]],["name/4915",[570,51.363]],["parent/4915",[1556,8.417]],["name/4916",[571,58.27]],["parent/4916",[1556,8.417]],["name/4917",[572,56.227]],["parent/4917",[1556,8.417]],["name/4918",[567,51.363]],["parent/4918",[1556,8.417]],["name/4919",[573,58.27]],["parent/4919",[1556,8.417]],["name/4920",[574,58.27]],["parent/4920",[1556,8.417]],["name/4921",[345,56.721]],["parent/4921",[1532,6.865]],["name/4922",[173,20.78]],["parent/4922",[1557,10.024]],["name/4923",[576,62.202]],["parent/4923",[1558,8.927]],["name/4924",[578,62.202]],["parent/4924",[1558,8.927]],["name/4925",[410,39.926]],["parent/4925",[1558,8.927]],["name/4926",[562,45.295]],["parent/4926",[1558,8.927]],["name/4927",[94,51.023]],["parent/4927",[1532,6.865]],["name/4928",[173,20.78]],["parent/4928",[1559,10.024]],["name/4929",[408,29.731]],["parent/4929",[1560,7.017]],["name/4930",[581,49.316]],["parent/4930",[1560,7.017]],["name/4931",[155,37.858]],["parent/4931",[1560,7.017]],["name/4932",[65,47.186]],["parent/4932",[1560,7.017]],["name/4933",[582,51.363]],["parent/4933",[1560,7.017]],["name/4934",[583,58.27]],["parent/4934",[1560,7.017]],["name/4935",[145,57.978]],["parent/4935",[1560,7.017]],["name/4936",[584,58.27]],["parent/4936",[1560,7.017]],["name/4937",[421,44.394]],["parent/4937",[1560,7.017]],["name/4938",[526,47.618]],["parent/4938",[1560,7.017]],["name/4939",[585,58.27]],["parent/4939",[1560,7.017]],["name/4940",[586,58.27]],["parent/4940",[1560,7.017]],["name/4941",[587,58.27]],["parent/4941",[1560,7.017]],["name/4942",[588,58.27]],["parent/4942",[1560,7.017]],["name/4943",[589,58.27]],["parent/4943",[1560,7.017]],["name/4944",[590,58.27]],["parent/4944",[1560,7.017]],["name/4945",[511,47.317]],["parent/4945",[1560,7.017]],["name/4946",[591,49.811]],["parent/4946",[1560,7.017]],["name/4947",[352,50.243]],["parent/4947",[1560,7.017]],["name/4948",[592,51.363]],["parent/4948",[1560,7.017]],["name/4949",[593,56.227]],["parent/4949",[1560,7.017]],["name/4950",[594,56.227]],["parent/4950",[1560,7.017]],["name/4951",[70,51.167]],["parent/4951",[1560,7.017]],["name/4952",[84,48.96]],["parent/4952",[1560,7.017]],["name/4953",[68,51.167]],["parent/4953",[1560,7.017]],["name/4954",[512,51.363]],["parent/4954",[1560,7.017]],["name/4955",[595,58.27]],["parent/4955",[1560,7.017]],["name/4956",[596,62.202]],["parent/4956",[1560,7.017]],["name/4957",[387,62.202]],["parent/4957",[1560,7.017]],["name/4958",[597,58.27]],["parent/4958",[1560,7.017]],["name/4959",[71,49.643]],["parent/4959",[1532,6.865]],["name/4960",[173,20.78]],["parent/4960",[1561,10.024]],["name/4961",[599,58.27]],["parent/4961",[1562,9.514]],["name/4962",[601,58.27]],["parent/4962",[1562,9.514]],["name/4963",[72,57.883]],["parent/4963",[1532,6.865]],["name/4964",[173,20.78]],["parent/4964",[1563,10.024]],["name/4965",[408,29.731]],["parent/4965",[1564,8.927]],["name/4966",[562,45.295]],["parent/4966",[1564,8.927]],["name/4967",[604,58.27]],["parent/4967",[1564,8.927]],["name/4968",[605,58.27]],["parent/4968",[1564,8.927]],["name/4969",[74,58.075]],["parent/4969",[1532,6.865]],["name/4970",[173,20.78]],["parent/4970",[1565,10.024]],["name/4971",[408,29.731]],["parent/4971",[1566,8.927]],["name/4972",[410,39.926]],["parent/4972",[1566,8.927]],["name/4973",[521,51.363]],["parent/4973",[1566,8.927]],["name/4974",[608,58.27]],["parent/4974",[1566,8.927]],["name/4975",[75,57.883]],["parent/4975",[1532,6.865]],["name/4976",[173,20.78]],["parent/4976",[1567,10.024]],["name/4977",[410,39.926]],["parent/4977",[1568,9.178]],["name/4978",[611,58.27]],["parent/4978",[1568,9.178]],["name/4979",[612,58.27]],["parent/4979",[1568,9.178]],["name/4980",[76,57.883]],["parent/4980",[1532,6.865]],["name/4981",[173,20.78]],["parent/4981",[1569,10.024]],["name/4982",[408,29.731]],["parent/4982",[1570,8.56]],["name/4983",[615,58.27]],["parent/4983",[1570,8.56]],["name/4984",[71,49.643]],["parent/4984",[1570,8.56]],["name/4985",[570,51.363]],["parent/4985",[1570,8.56]],["name/4986",[616,58.27]],["parent/4986",[1570,8.56]],["name/4987",[617,58.27]],["parent/4987",[1570,8.56]],["name/4988",[78,58.075]],["parent/4988",[1532,6.865]],["name/4989",[173,20.78]],["parent/4989",[1571,10.024]],["name/4990",[619,58.27]],["parent/4990",[1572,8.727]],["name/4991",[621,58.27]],["parent/4991",[1572,8.727]],["name/4992",[622,47.317]],["parent/4992",[1572,8.727]],["name/4993",[623,58.27]],["parent/4993",[1572,8.727]],["name/4994",[624,58.27]],["parent/4994",[1572,8.727]],["name/4995",[98,51.167]],["parent/4995",[1532,6.865]],["name/4996",[173,20.78]],["parent/4996",[1573,10.024]],["name/4997",[626,58.27]],["parent/4997",[1574,10.024]],["name/4998",[93,50.025]],["parent/4998",[1532,6.865]],["name/4999",[173,20.78]],["parent/4999",[1575,10.024]],["name/5000",[629,58.27]],["parent/5000",[1576,9.178]],["name/5001",[631,58.27]],["parent/5001",[1576,9.178]],["name/5002",[632,58.27]],["parent/5002",[1576,9.178]],["name/5003",[79,57.883]],["parent/5003",[1532,6.865]],["name/5004",[173,20.78]],["parent/5004",[1577,10.024]],["name/5005",[581,49.316]],["parent/5005",[1578,7.907]],["name/5006",[547,44.444]],["parent/5006",[1578,7.907]],["name/5007",[544,45.905]],["parent/5007",[1578,7.907]],["name/5008",[635,58.27]],["parent/5008",[1578,7.907]],["name/5009",[636,46.586]],["parent/5009",[1578,7.907]],["name/5010",[637,58.27]],["parent/5010",[1578,7.907]],["name/5011",[98,51.167]],["parent/5011",[1578,7.907]],["name/5012",[93,50.025]],["parent/5012",[1578,7.907]],["name/5013",[638,58.27]],["parent/5013",[1578,7.907]],["name/5014",[639,58.27]],["parent/5014",[1578,7.907]],["name/5015",[640,58.27]],["parent/5015",[1578,7.907]],["name/5016",[534,51.363]],["parent/5016",[1578,7.907]],["name/5017",[80,55.757]],["parent/5017",[1532,6.865]],["name/5018",[173,20.78]],["parent/5018",[1579,10.024]],["name/5019",[408,29.731]],["parent/5019",[1580,9.514]],["name/5020",[547,44.444]],["parent/5020",[1580,9.514]],["name/5021",[81,57.883]],["parent/5021",[1532,6.865]],["name/5022",[173,20.78]],["parent/5022",[1581,10.024]],["name/5023",[644,58.27]],["parent/5023",[1582,8.927]],["name/5024",[173,20.78]],["parent/5024",[1582,8.927]],["name/5025",[646,51.363]],["parent/5025",[1583,8.56]],["name/5026",[636,46.586]],["parent/5026",[1583,8.56]],["name/5027",[622,47.317]],["parent/5027",[1583,8.56]],["name/5028",[648,58.27]],["parent/5028",[1582,8.927]],["name/5029",[173,20.78]],["parent/5029",[1582,8.927]],["name/5030",[646,51.363]],["parent/5030",[1583,8.56]],["name/5031",[636,46.586]],["parent/5031",[1583,8.56]],["name/5032",[622,47.317]],["parent/5032",[1583,8.56]],["name/5033",[83,55.604]],["parent/5033",[1532,6.865]],["name/5034",[173,20.78]],["parent/5034",[1584,10.024]],["name/5035",[65,47.186]],["parent/5035",[1585,8.56]],["name/5036",[421,44.394]],["parent/5036",[1585,8.56]],["name/5037",[408,29.731]],["parent/5037",[1585,8.56]],["name/5038",[94,51.023]],["parent/5038",[1585,8.56]],["name/5039",[73,51.562]],["parent/5039",[1585,8.56]],["name/5040",[540,45.268]],["parent/5040",[1585,8.56]],["name/5041",[651,56.147]],["parent/5041",[1532,6.865]],["name/5042",[86,57.883]],["parent/5042",[1532,6.865]],["name/5043",[173,20.78]],["parent/5043",[1586,10.024]],["name/5044",[653,58.27]],["parent/5044",[1587,8.727]],["name/5045",[655,58.27]],["parent/5045",[1587,8.727]],["name/5046",[656,58.27]],["parent/5046",[1587,8.727]],["name/5047",[657,58.27]],["parent/5047",[1587,8.727]],["name/5048",[658,58.27]],["parent/5048",[1587,8.727]],["name/5049",[87,58.075]],["parent/5049",[1532,6.865]],["name/5050",[173,20.78]],["parent/5050",[1588,10.024]],["name/5051",[408,29.731]],["parent/5051",[1589,8.927]],["name/5052",[661,58.27]],["parent/5052",[1589,8.927]],["name/5053",[662,58.27]],["parent/5053",[1589,8.927]],["name/5054",[663,58.27]],["parent/5054",[1589,8.927]],["name/5055",[88,57.883]],["parent/5055",[1532,6.865]],["name/5056",[173,20.78]],["parent/5056",[1590,10.024]],["name/5057",[408,29.731]],["parent/5057",[1591,8.081]],["name/5058",[340,56.068]],["parent/5058",[1591,8.081]],["name/5059",[666,58.27]],["parent/5059",[1591,8.081]],["name/5060",[334,56.147]],["parent/5060",[1591,8.081]],["name/5061",[667,58.27]],["parent/5061",[1591,8.081]],["name/5062",[668,58.27]],["parent/5062",[1591,8.081]],["name/5063",[669,58.27]],["parent/5063",[1591,8.081]],["name/5064",[670,58.27]],["parent/5064",[1591,8.081]],["name/5065",[671,58.27]],["parent/5065",[1591,8.081]],["name/5066",[672,58.27]],["parent/5066",[1591,8.081]],["name/5067",[89,57.511]],["parent/5067",[1532,6.865]],["name/5068",[173,20.78]],["parent/5068",[1592,10.024]],["name/5069",[408,29.731]],["parent/5069",[1593,8.727]],["name/5070",[675,58.27]],["parent/5070",[1593,8.727]],["name/5071",[676,58.27]],["parent/5071",[1593,8.727]],["name/5072",[677,58.27]],["parent/5072",[1593,8.727]],["name/5073",[678,58.27]],["parent/5073",[1593,8.727]],["name/5074",[90,57.883]],["parent/5074",[1532,6.865]],["name/5075",[173,20.78]],["parent/5075",[1594,10.024]],["name/5076",[562,45.295]],["parent/5076",[1595,9.178]],["name/5077",[532,51.363]],["parent/5077",[1595,9.178]],["name/5078",[681,58.27]],["parent/5078",[1595,9.178]],["name/5079",[91,58.075]],["parent/5079",[1532,6.865]],["name/5080",[173,20.78]],["parent/5080",[1596,10.024]],["name/5081",[408,29.731]],["parent/5081",[1597,8.927]],["name/5082",[684,51.363]],["parent/5082",[1597,8.927]],["name/5083",[172,58.075]],["parent/5083",[1597,8.927]],["name/5084",[592,51.363]],["parent/5084",[1597,8.927]],["name/5085",[95,58.075]],["parent/5085",[1532,6.865]],["name/5086",[173,20.78]],["parent/5086",[1598,10.024]],["name/5087",[686,54.532]],["parent/5087",[1599,8.292]],["name/5088",[582,51.363]],["parent/5088",[1599,8.292]],["name/5089",[688,58.27]],["parent/5089",[1599,8.292]],["name/5090",[511,47.317]],["parent/5090",[1599,8.292]],["name/5091",[591,49.811]],["parent/5091",[1599,8.292]],["name/5092",[352,50.243]],["parent/5092",[1599,8.292]],["name/5093",[684,51.363]],["parent/5093",[1599,8.292]],["name/5094",[689,58.27]],["parent/5094",[1599,8.292]],["name/5095",[97,55.911]],["parent/5095",[1532,6.865]],["name/5096",[173,20.78]],["parent/5096",[1600,10.024]],["name/5097",[417,58.075]],["parent/5097",[1601,8.927]],["name/5098",[419,58.075]],["parent/5098",[1601,8.927]],["name/5099",[420,58.075]],["parent/5099",[1601,8.927]],["name/5100",[421,44.394]],["parent/5100",[1601,8.927]],["name/5101",[44,67.457]],["parent/5101",[24,9.514]],["name/5102",[73,51.562]],["parent/5102",[1602,6.865]],["name/5103",[173,20.78]],["parent/5103",[1603,10.024]],["name/5104",[504,58.27]],["parent/5104",[1604,8.927]],["name/5105",[506,58.27]],["parent/5105",[1604,8.927]],["name/5106",[155,37.858]],["parent/5106",[1604,8.927]],["name/5107",[507,58.27]],["parent/5107",[1604,8.927]],["name/5108",[92,51.167]],["parent/5108",[1602,6.865]],["name/5109",[173,20.78]],["parent/5109",[1605,10.024]],["name/5110",[509,58.27]],["parent/5110",[1606,8.727]],["name/5111",[511,47.317]],["parent/5111",[1606,8.727]],["name/5112",[512,51.363]],["parent/5112",[1606,8.727]],["name/5113",[344,48.357]],["parent/5113",[1606,8.727]],["name/5114",[513,51.363]],["parent/5114",[1606,8.727]],["name/5115",[65,47.186]],["parent/5115",[1602,6.865]],["name/5116",[173,20.78]],["parent/5116",[1607,10.024]],["name/5117",[408,29.731]],["parent/5117",[1608,7.413]],["name/5118",[493,49.276]],["parent/5118",[1608,7.413]],["name/5119",[516,51.363]],["parent/5119",[1608,7.413]],["name/5120",[517,58.27]],["parent/5120",[1608,7.413]],["name/5121",[518,58.27]],["parent/5121",[1608,7.413]],["name/5122",[421,44.394]],["parent/5122",[1608,7.413]],["name/5123",[519,58.27]],["parent/5123",[1608,7.413]],["name/5124",[520,58.27]],["parent/5124",[1608,7.413]],["name/5125",[521,51.363]],["parent/5125",[1608,7.413]],["name/5126",[344,48.357]],["parent/5126",[1608,7.413]],["name/5127",[155,37.858]],["parent/5127",[1608,7.413]],["name/5128",[522,58.27]],["parent/5128",[1608,7.413]],["name/5129",[523,58.27]],["parent/5129",[1608,7.413]],["name/5130",[524,58.27]],["parent/5130",[1608,7.413]],["name/5131",[525,58.27]],["parent/5131",[1608,7.413]],["name/5132",[526,47.618]],["parent/5132",[1608,7.413]],["name/5133",[527,58.27]],["parent/5133",[1608,7.413]],["name/5134",[513,51.363]],["parent/5134",[1608,7.413]],["name/5135",[528,58.27]],["parent/5135",[1608,7.413]],["name/5136",[92,51.167]],["parent/5136",[1608,7.413]],["name/5137",[67,57.883]],["parent/5137",[1602,6.865]],["name/5138",[173,20.78]],["parent/5138",[1609,10.024]],["name/5139",[530,58.27]],["parent/5139",[1610,8.927]],["name/5140",[532,51.363]],["parent/5140",[1610,8.927]],["name/5141",[533,58.27]],["parent/5141",[1610,8.927]],["name/5142",[534,51.363]],["parent/5142",[1610,8.927]],["name/5143",[68,51.167]],["parent/5143",[1602,6.865]],["name/5144",[173,20.78]],["parent/5144",[1611,10.024]],["name/5145",[410,39.926]],["parent/5145",[1612,9.178]],["name/5146",[411,58.075]],["parent/5146",[1612,9.178]],["name/5147",[537,58.27]],["parent/5147",[1612,9.178]],["name/5148",[69,57.883]],["parent/5148",[1602,6.865]],["name/5149",[173,20.78]],["parent/5149",[1613,10.024]],["name/5150",[408,29.731]],["parent/5150",[1614,8.292]],["name/5151",[540,45.268]],["parent/5151",[1614,8.292]],["name/5152",[155,37.858]],["parent/5152",[1614,8.292]],["name/5153",[541,58.27]],["parent/5153",[1614,8.292]],["name/5154",[542,58.27]],["parent/5154",[1614,8.292]],["name/5155",[543,58.27]],["parent/5155",[1614,8.292]],["name/5156",[342,56.068]],["parent/5156",[1614,8.292]],["name/5157",[544,45.905]],["parent/5157",[1614,8.292]],["name/5158",[70,51.167]],["parent/5158",[1602,6.865]],["name/5159",[173,20.78]],["parent/5159",[1615,10.024]],["name/5160",[155,37.858]],["parent/5160",[1616,7.907]],["name/5161",[547,44.444]],["parent/5161",[1616,7.907]],["name/5162",[544,45.905]],["parent/5162",[1616,7.907]],["name/5163",[540,45.268]],["parent/5163",[1616,7.907]],["name/5164",[548,58.27]],["parent/5164",[1616,7.907]],["name/5165",[549,58.27]],["parent/5165",[1616,7.907]],["name/5166",[550,58.27]],["parent/5166",[1616,7.907]],["name/5167",[551,58.27]],["parent/5167",[1616,7.907]],["name/5168",[552,58.27]],["parent/5168",[1616,7.907]],["name/5169",[553,58.27]],["parent/5169",[1616,7.907]],["name/5170",[554,56.227]],["parent/5170",[1616,7.907]],["name/5171",[555,56.227]],["parent/5171",[1616,7.907]],["name/5172",[82,57.511]],["parent/5172",[1602,6.865]],["name/5173",[173,20.78]],["parent/5173",[1617,10.024]],["name/5174",[408,29.731]],["parent/5174",[1618,8.927]],["name/5175",[493,49.276]],["parent/5175",[1618,8.927]],["name/5176",[155,37.858]],["parent/5176",[1618,8.927]],["name/5177",[516,51.363]],["parent/5177",[1618,8.927]],["name/5178",[77,51.167]],["parent/5178",[1602,6.865]],["name/5179",[173,20.78]],["parent/5179",[1619,10.024]],["name/5180",[559,58.27]],["parent/5180",[1620,9.178]],["name/5181",[561,58.27]],["parent/5181",[1620,9.178]],["name/5182",[562,45.295]],["parent/5182",[1620,9.178]],["name/5183",[96,55.911]],["parent/5183",[1602,6.865]],["name/5184",[173,20.78]],["parent/5184",[1621,10.024]],["name/5185",[410,39.926]],["parent/5185",[1622,9.178]],["name/5186",[155,37.858]],["parent/5186",[1622,9.178]],["name/5187",[77,51.167]],["parent/5187",[1622,9.178]],["name/5188",[85,57.978]],["parent/5188",[1602,6.865]],["name/5189",[173,20.78]],["parent/5189",[1623,10.024]],["name/5190",[547,44.444]],["parent/5190",[1624,9.514]],["name/5191",[567,51.363]],["parent/5191",[1624,9.514]],["name/5192",[84,48.96]],["parent/5192",[1602,6.865]],["name/5193",[173,20.78]],["parent/5193",[1625,10.024]],["name/5194",[408,29.731]],["parent/5194",[1626,8.417]],["name/5195",[570,51.363]],["parent/5195",[1626,8.417]],["name/5196",[571,58.27]],["parent/5196",[1626,8.417]],["name/5197",[572,56.227]],["parent/5197",[1626,8.417]],["name/5198",[567,51.363]],["parent/5198",[1626,8.417]],["name/5199",[573,58.27]],["parent/5199",[1626,8.417]],["name/5200",[574,58.27]],["parent/5200",[1626,8.417]],["name/5201",[345,56.721]],["parent/5201",[1602,6.865]],["name/5202",[173,20.78]],["parent/5202",[1627,10.024]],["name/5203",[576,62.202]],["parent/5203",[1628,8.927]],["name/5204",[578,62.202]],["parent/5204",[1628,8.927]],["name/5205",[410,39.926]],["parent/5205",[1628,8.927]],["name/5206",[562,45.295]],["parent/5206",[1628,8.927]],["name/5207",[94,51.023]],["parent/5207",[1602,6.865]],["name/5208",[173,20.78]],["parent/5208",[1629,10.024]],["name/5209",[408,29.731]],["parent/5209",[1630,7.017]],["name/5210",[581,49.316]],["parent/5210",[1630,7.017]],["name/5211",[155,37.858]],["parent/5211",[1630,7.017]],["name/5212",[65,47.186]],["parent/5212",[1630,7.017]],["name/5213",[582,51.363]],["parent/5213",[1630,7.017]],["name/5214",[583,58.27]],["parent/5214",[1630,7.017]],["name/5215",[145,57.978]],["parent/5215",[1630,7.017]],["name/5216",[584,58.27]],["parent/5216",[1630,7.017]],["name/5217",[421,44.394]],["parent/5217",[1630,7.017]],["name/5218",[526,47.618]],["parent/5218",[1630,7.017]],["name/5219",[585,58.27]],["parent/5219",[1630,7.017]],["name/5220",[586,58.27]],["parent/5220",[1630,7.017]],["name/5221",[587,58.27]],["parent/5221",[1630,7.017]],["name/5222",[588,58.27]],["parent/5222",[1630,7.017]],["name/5223",[589,58.27]],["parent/5223",[1630,7.017]],["name/5224",[590,58.27]],["parent/5224",[1630,7.017]],["name/5225",[511,47.317]],["parent/5225",[1630,7.017]],["name/5226",[591,49.811]],["parent/5226",[1630,7.017]],["name/5227",[352,50.243]],["parent/5227",[1630,7.017]],["name/5228",[592,51.363]],["parent/5228",[1630,7.017]],["name/5229",[593,56.227]],["parent/5229",[1630,7.017]],["name/5230",[594,56.227]],["parent/5230",[1630,7.017]],["name/5231",[70,51.167]],["parent/5231",[1630,7.017]],["name/5232",[84,48.96]],["parent/5232",[1630,7.017]],["name/5233",[68,51.167]],["parent/5233",[1630,7.017]],["name/5234",[512,51.363]],["parent/5234",[1630,7.017]],["name/5235",[595,58.27]],["parent/5235",[1630,7.017]],["name/5236",[596,62.202]],["parent/5236",[1630,7.017]],["name/5237",[387,62.202]],["parent/5237",[1630,7.017]],["name/5238",[597,58.27]],["parent/5238",[1630,7.017]],["name/5239",[71,49.643]],["parent/5239",[1602,6.865]],["name/5240",[173,20.78]],["parent/5240",[1631,10.024]],["name/5241",[599,58.27]],["parent/5241",[1632,9.514]],["name/5242",[601,58.27]],["parent/5242",[1632,9.514]],["name/5243",[72,57.883]],["parent/5243",[1602,6.865]],["name/5244",[173,20.78]],["parent/5244",[1633,10.024]],["name/5245",[408,29.731]],["parent/5245",[1634,8.927]],["name/5246",[562,45.295]],["parent/5246",[1634,8.927]],["name/5247",[604,58.27]],["parent/5247",[1634,8.927]],["name/5248",[605,58.27]],["parent/5248",[1634,8.927]],["name/5249",[74,58.075]],["parent/5249",[1602,6.865]],["name/5250",[173,20.78]],["parent/5250",[1635,10.024]],["name/5251",[408,29.731]],["parent/5251",[1636,8.927]],["name/5252",[410,39.926]],["parent/5252",[1636,8.927]],["name/5253",[521,51.363]],["parent/5253",[1636,8.927]],["name/5254",[608,58.27]],["parent/5254",[1636,8.927]],["name/5255",[75,57.883]],["parent/5255",[1602,6.865]],["name/5256",[173,20.78]],["parent/5256",[1637,10.024]],["name/5257",[410,39.926]],["parent/5257",[1638,9.178]],["name/5258",[611,58.27]],["parent/5258",[1638,9.178]],["name/5259",[612,58.27]],["parent/5259",[1638,9.178]],["name/5260",[76,57.883]],["parent/5260",[1602,6.865]],["name/5261",[173,20.78]],["parent/5261",[1639,10.024]],["name/5262",[408,29.731]],["parent/5262",[1640,8.56]],["name/5263",[615,58.27]],["parent/5263",[1640,8.56]],["name/5264",[71,49.643]],["parent/5264",[1640,8.56]],["name/5265",[570,51.363]],["parent/5265",[1640,8.56]],["name/5266",[616,58.27]],["parent/5266",[1640,8.56]],["name/5267",[617,58.27]],["parent/5267",[1640,8.56]],["name/5268",[78,58.075]],["parent/5268",[1602,6.865]],["name/5269",[173,20.78]],["parent/5269",[1641,10.024]],["name/5270",[619,58.27]],["parent/5270",[1642,8.727]],["name/5271",[621,58.27]],["parent/5271",[1642,8.727]],["name/5272",[622,47.317]],["parent/5272",[1642,8.727]],["name/5273",[623,58.27]],["parent/5273",[1642,8.727]],["name/5274",[624,58.27]],["parent/5274",[1642,8.727]],["name/5275",[98,51.167]],["parent/5275",[1602,6.865]],["name/5276",[173,20.78]],["parent/5276",[1643,10.024]],["name/5277",[626,58.27]],["parent/5277",[1644,10.024]],["name/5278",[93,50.025]],["parent/5278",[1602,6.865]],["name/5279",[173,20.78]],["parent/5279",[1645,10.024]],["name/5280",[629,58.27]],["parent/5280",[1646,9.178]],["name/5281",[631,58.27]],["parent/5281",[1646,9.178]],["name/5282",[632,58.27]],["parent/5282",[1646,9.178]],["name/5283",[79,57.883]],["parent/5283",[1602,6.865]],["name/5284",[173,20.78]],["parent/5284",[1647,10.024]],["name/5285",[581,49.316]],["parent/5285",[1648,7.907]],["name/5286",[547,44.444]],["parent/5286",[1648,7.907]],["name/5287",[544,45.905]],["parent/5287",[1648,7.907]],["name/5288",[635,58.27]],["parent/5288",[1648,7.907]],["name/5289",[636,46.586]],["parent/5289",[1648,7.907]],["name/5290",[637,58.27]],["parent/5290",[1648,7.907]],["name/5291",[98,51.167]],["parent/5291",[1648,7.907]],["name/5292",[93,50.025]],["parent/5292",[1648,7.907]],["name/5293",[638,58.27]],["parent/5293",[1648,7.907]],["name/5294",[639,58.27]],["parent/5294",[1648,7.907]],["name/5295",[640,58.27]],["parent/5295",[1648,7.907]],["name/5296",[534,51.363]],["parent/5296",[1648,7.907]],["name/5297",[80,55.757]],["parent/5297",[1602,6.865]],["name/5298",[173,20.78]],["parent/5298",[1649,10.024]],["name/5299",[408,29.731]],["parent/5299",[1650,9.514]],["name/5300",[547,44.444]],["parent/5300",[1650,9.514]],["name/5301",[81,57.883]],["parent/5301",[1602,6.865]],["name/5302",[173,20.78]],["parent/5302",[1651,10.024]],["name/5303",[644,58.27]],["parent/5303",[1652,8.927]],["name/5304",[173,20.78]],["parent/5304",[1652,8.927]],["name/5305",[646,51.363]],["parent/5305",[1653,8.56]],["name/5306",[636,46.586]],["parent/5306",[1653,8.56]],["name/5307",[622,47.317]],["parent/5307",[1653,8.56]],["name/5308",[648,58.27]],["parent/5308",[1652,8.927]],["name/5309",[173,20.78]],["parent/5309",[1652,8.927]],["name/5310",[646,51.363]],["parent/5310",[1653,8.56]],["name/5311",[636,46.586]],["parent/5311",[1653,8.56]],["name/5312",[622,47.317]],["parent/5312",[1653,8.56]],["name/5313",[83,55.604]],["parent/5313",[1602,6.865]],["name/5314",[173,20.78]],["parent/5314",[1654,10.024]],["name/5315",[65,47.186]],["parent/5315",[1655,8.56]],["name/5316",[421,44.394]],["parent/5316",[1655,8.56]],["name/5317",[408,29.731]],["parent/5317",[1655,8.56]],["name/5318",[94,51.023]],["parent/5318",[1655,8.56]],["name/5319",[73,51.562]],["parent/5319",[1655,8.56]],["name/5320",[540,45.268]],["parent/5320",[1655,8.56]],["name/5321",[651,56.147]],["parent/5321",[1602,6.865]],["name/5322",[86,57.883]],["parent/5322",[1602,6.865]],["name/5323",[173,20.78]],["parent/5323",[1656,10.024]],["name/5324",[653,58.27]],["parent/5324",[1657,8.727]],["name/5325",[655,58.27]],["parent/5325",[1657,8.727]],["name/5326",[656,58.27]],["parent/5326",[1657,8.727]],["name/5327",[657,58.27]],["parent/5327",[1657,8.727]],["name/5328",[658,58.27]],["parent/5328",[1657,8.727]],["name/5329",[87,58.075]],["parent/5329",[1602,6.865]],["name/5330",[173,20.78]],["parent/5330",[1658,10.024]],["name/5331",[408,29.731]],["parent/5331",[1659,8.927]],["name/5332",[661,58.27]],["parent/5332",[1659,8.927]],["name/5333",[662,58.27]],["parent/5333",[1659,8.927]],["name/5334",[663,58.27]],["parent/5334",[1659,8.927]],["name/5335",[88,57.883]],["parent/5335",[1602,6.865]],["name/5336",[173,20.78]],["parent/5336",[1660,10.024]],["name/5337",[408,29.731]],["parent/5337",[1661,8.081]],["name/5338",[340,56.068]],["parent/5338",[1661,8.081]],["name/5339",[666,58.27]],["parent/5339",[1661,8.081]],["name/5340",[334,56.147]],["parent/5340",[1661,8.081]],["name/5341",[667,58.27]],["parent/5341",[1661,8.081]],["name/5342",[668,58.27]],["parent/5342",[1661,8.081]],["name/5343",[669,58.27]],["parent/5343",[1661,8.081]],["name/5344",[670,58.27]],["parent/5344",[1661,8.081]],["name/5345",[671,58.27]],["parent/5345",[1661,8.081]],["name/5346",[672,58.27]],["parent/5346",[1661,8.081]],["name/5347",[89,57.511]],["parent/5347",[1602,6.865]],["name/5348",[173,20.78]],["parent/5348",[1662,10.024]],["name/5349",[408,29.731]],["parent/5349",[1663,8.727]],["name/5350",[675,58.27]],["parent/5350",[1663,8.727]],["name/5351",[676,58.27]],["parent/5351",[1663,8.727]],["name/5352",[677,58.27]],["parent/5352",[1663,8.727]],["name/5353",[678,58.27]],["parent/5353",[1663,8.727]],["name/5354",[90,57.883]],["parent/5354",[1602,6.865]],["name/5355",[173,20.78]],["parent/5355",[1664,10.024]],["name/5356",[562,45.295]],["parent/5356",[1665,9.178]],["name/5357",[532,51.363]],["parent/5357",[1665,9.178]],["name/5358",[681,58.27]],["parent/5358",[1665,9.178]],["name/5359",[91,58.075]],["parent/5359",[1602,6.865]],["name/5360",[173,20.78]],["parent/5360",[1666,10.024]],["name/5361",[408,29.731]],["parent/5361",[1667,8.927]],["name/5362",[684,51.363]],["parent/5362",[1667,8.927]],["name/5363",[172,58.075]],["parent/5363",[1667,8.927]],["name/5364",[592,51.363]],["parent/5364",[1667,8.927]],["name/5365",[95,58.075]],["parent/5365",[1602,6.865]],["name/5366",[173,20.78]],["parent/5366",[1668,10.024]],["name/5367",[686,54.532]],["parent/5367",[1669,8.292]],["name/5368",[582,51.363]],["parent/5368",[1669,8.292]],["name/5369",[688,58.27]],["parent/5369",[1669,8.292]],["name/5370",[511,47.317]],["parent/5370",[1669,8.292]],["name/5371",[591,49.811]],["parent/5371",[1669,8.292]],["name/5372",[352,50.243]],["parent/5372",[1669,8.292]],["name/5373",[684,51.363]],["parent/5373",[1669,8.292]],["name/5374",[689,58.27]],["parent/5374",[1669,8.292]],["name/5375",[97,55.911]],["parent/5375",[1602,6.865]],["name/5376",[173,20.78]],["parent/5376",[1670,10.024]],["name/5377",[417,58.075]],["parent/5377",[1671,8.927]],["name/5378",[419,58.075]],["parent/5378",[1671,8.927]],["name/5379",[420,58.075]],["parent/5379",[1671,8.927]],["name/5380",[421,44.394]],["parent/5380",[1671,8.927]],["name/5381",[44,67.457]],["parent/5381",[25,9.514]],["name/5382",[73,51.562]],["parent/5382",[1672,6.865]],["name/5383",[173,20.78]],["parent/5383",[1673,10.024]],["name/5384",[504,58.27]],["parent/5384",[1674,8.927]],["name/5385",[506,58.27]],["parent/5385",[1674,8.927]],["name/5386",[155,37.858]],["parent/5386",[1674,8.927]],["name/5387",[507,58.27]],["parent/5387",[1674,8.927]],["name/5388",[92,51.167]],["parent/5388",[1672,6.865]],["name/5389",[173,20.78]],["parent/5389",[1675,10.024]],["name/5390",[509,58.27]],["parent/5390",[1676,8.727]],["name/5391",[511,47.317]],["parent/5391",[1676,8.727]],["name/5392",[512,51.363]],["parent/5392",[1676,8.727]],["name/5393",[344,48.357]],["parent/5393",[1676,8.727]],["name/5394",[513,51.363]],["parent/5394",[1676,8.727]],["name/5395",[65,47.186]],["parent/5395",[1672,6.865]],["name/5396",[173,20.78]],["parent/5396",[1677,10.024]],["name/5397",[408,29.731]],["parent/5397",[1678,7.413]],["name/5398",[493,49.276]],["parent/5398",[1678,7.413]],["name/5399",[516,51.363]],["parent/5399",[1678,7.413]],["name/5400",[517,58.27]],["parent/5400",[1678,7.413]],["name/5401",[518,58.27]],["parent/5401",[1678,7.413]],["name/5402",[421,44.394]],["parent/5402",[1678,7.413]],["name/5403",[519,58.27]],["parent/5403",[1678,7.413]],["name/5404",[520,58.27]],["parent/5404",[1678,7.413]],["name/5405",[521,51.363]],["parent/5405",[1678,7.413]],["name/5406",[344,48.357]],["parent/5406",[1678,7.413]],["name/5407",[155,37.858]],["parent/5407",[1678,7.413]],["name/5408",[522,58.27]],["parent/5408",[1678,7.413]],["name/5409",[523,58.27]],["parent/5409",[1678,7.413]],["name/5410",[524,58.27]],["parent/5410",[1678,7.413]],["name/5411",[525,58.27]],["parent/5411",[1678,7.413]],["name/5412",[526,47.618]],["parent/5412",[1678,7.413]],["name/5413",[527,58.27]],["parent/5413",[1678,7.413]],["name/5414",[513,51.363]],["parent/5414",[1678,7.413]],["name/5415",[528,58.27]],["parent/5415",[1678,7.413]],["name/5416",[92,51.167]],["parent/5416",[1678,7.413]],["name/5417",[67,57.883]],["parent/5417",[1672,6.865]],["name/5418",[173,20.78]],["parent/5418",[1679,10.024]],["name/5419",[530,58.27]],["parent/5419",[1680,8.927]],["name/5420",[532,51.363]],["parent/5420",[1680,8.927]],["name/5421",[533,58.27]],["parent/5421",[1680,8.927]],["name/5422",[534,51.363]],["parent/5422",[1680,8.927]],["name/5423",[68,51.167]],["parent/5423",[1672,6.865]],["name/5424",[173,20.78]],["parent/5424",[1681,10.024]],["name/5425",[410,39.926]],["parent/5425",[1682,9.178]],["name/5426",[411,58.075]],["parent/5426",[1682,9.178]],["name/5427",[537,58.27]],["parent/5427",[1682,9.178]],["name/5428",[69,57.883]],["parent/5428",[1672,6.865]],["name/5429",[173,20.78]],["parent/5429",[1683,10.024]],["name/5430",[408,29.731]],["parent/5430",[1684,8.292]],["name/5431",[540,45.268]],["parent/5431",[1684,8.292]],["name/5432",[155,37.858]],["parent/5432",[1684,8.292]],["name/5433",[541,58.27]],["parent/5433",[1684,8.292]],["name/5434",[542,58.27]],["parent/5434",[1684,8.292]],["name/5435",[543,58.27]],["parent/5435",[1684,8.292]],["name/5436",[342,56.068]],["parent/5436",[1684,8.292]],["name/5437",[544,45.905]],["parent/5437",[1684,8.292]],["name/5438",[70,51.167]],["parent/5438",[1672,6.865]],["name/5439",[173,20.78]],["parent/5439",[1685,10.024]],["name/5440",[155,37.858]],["parent/5440",[1686,7.907]],["name/5441",[547,44.444]],["parent/5441",[1686,7.907]],["name/5442",[544,45.905]],["parent/5442",[1686,7.907]],["name/5443",[540,45.268]],["parent/5443",[1686,7.907]],["name/5444",[548,58.27]],["parent/5444",[1686,7.907]],["name/5445",[549,58.27]],["parent/5445",[1686,7.907]],["name/5446",[550,58.27]],["parent/5446",[1686,7.907]],["name/5447",[551,58.27]],["parent/5447",[1686,7.907]],["name/5448",[552,58.27]],["parent/5448",[1686,7.907]],["name/5449",[553,58.27]],["parent/5449",[1686,7.907]],["name/5450",[554,56.227]],["parent/5450",[1686,7.907]],["name/5451",[555,56.227]],["parent/5451",[1686,7.907]],["name/5452",[82,57.511]],["parent/5452",[1672,6.865]],["name/5453",[173,20.78]],["parent/5453",[1687,10.024]],["name/5454",[408,29.731]],["parent/5454",[1688,8.927]],["name/5455",[493,49.276]],["parent/5455",[1688,8.927]],["name/5456",[155,37.858]],["parent/5456",[1688,8.927]],["name/5457",[516,51.363]],["parent/5457",[1688,8.927]],["name/5458",[77,51.167]],["parent/5458",[1672,6.865]],["name/5459",[173,20.78]],["parent/5459",[1689,10.024]],["name/5460",[559,58.27]],["parent/5460",[1690,9.178]],["name/5461",[561,58.27]],["parent/5461",[1690,9.178]],["name/5462",[562,45.295]],["parent/5462",[1690,9.178]],["name/5463",[96,55.911]],["parent/5463",[1672,6.865]],["name/5464",[173,20.78]],["parent/5464",[1691,10.024]],["name/5465",[410,39.926]],["parent/5465",[1692,9.178]],["name/5466",[155,37.858]],["parent/5466",[1692,9.178]],["name/5467",[77,51.167]],["parent/5467",[1692,9.178]],["name/5468",[85,57.978]],["parent/5468",[1672,6.865]],["name/5469",[173,20.78]],["parent/5469",[1693,10.024]],["name/5470",[547,44.444]],["parent/5470",[1694,9.514]],["name/5471",[567,51.363]],["parent/5471",[1694,9.514]],["name/5472",[84,48.96]],["parent/5472",[1672,6.865]],["name/5473",[173,20.78]],["parent/5473",[1695,10.024]],["name/5474",[408,29.731]],["parent/5474",[1696,8.417]],["name/5475",[570,51.363]],["parent/5475",[1696,8.417]],["name/5476",[571,58.27]],["parent/5476",[1696,8.417]],["name/5477",[572,56.227]],["parent/5477",[1696,8.417]],["name/5478",[567,51.363]],["parent/5478",[1696,8.417]],["name/5479",[573,58.27]],["parent/5479",[1696,8.417]],["name/5480",[574,58.27]],["parent/5480",[1696,8.417]],["name/5481",[345,56.721]],["parent/5481",[1672,6.865]],["name/5482",[173,20.78]],["parent/5482",[1697,10.024]],["name/5483",[576,62.202]],["parent/5483",[1698,8.927]],["name/5484",[578,62.202]],["parent/5484",[1698,8.927]],["name/5485",[410,39.926]],["parent/5485",[1698,8.927]],["name/5486",[562,45.295]],["parent/5486",[1698,8.927]],["name/5487",[94,51.023]],["parent/5487",[1672,6.865]],["name/5488",[173,20.78]],["parent/5488",[1699,10.024]],["name/5489",[408,29.731]],["parent/5489",[1700,7.017]],["name/5490",[581,49.316]],["parent/5490",[1700,7.017]],["name/5491",[155,37.858]],["parent/5491",[1700,7.017]],["name/5492",[65,47.186]],["parent/5492",[1700,7.017]],["name/5493",[582,51.363]],["parent/5493",[1700,7.017]],["name/5494",[583,58.27]],["parent/5494",[1700,7.017]],["name/5495",[145,57.978]],["parent/5495",[1700,7.017]],["name/5496",[584,58.27]],["parent/5496",[1700,7.017]],["name/5497",[421,44.394]],["parent/5497",[1700,7.017]],["name/5498",[526,47.618]],["parent/5498",[1700,7.017]],["name/5499",[585,58.27]],["parent/5499",[1700,7.017]],["name/5500",[586,58.27]],["parent/5500",[1700,7.017]],["name/5501",[587,58.27]],["parent/5501",[1700,7.017]],["name/5502",[588,58.27]],["parent/5502",[1700,7.017]],["name/5503",[589,58.27]],["parent/5503",[1700,7.017]],["name/5504",[590,58.27]],["parent/5504",[1700,7.017]],["name/5505",[511,47.317]],["parent/5505",[1700,7.017]],["name/5506",[591,49.811]],["parent/5506",[1700,7.017]],["name/5507",[352,50.243]],["parent/5507",[1700,7.017]],["name/5508",[592,51.363]],["parent/5508",[1700,7.017]],["name/5509",[593,56.227]],["parent/5509",[1700,7.017]],["name/5510",[594,56.227]],["parent/5510",[1700,7.017]],["name/5511",[70,51.167]],["parent/5511",[1700,7.017]],["name/5512",[84,48.96]],["parent/5512",[1700,7.017]],["name/5513",[68,51.167]],["parent/5513",[1700,7.017]],["name/5514",[512,51.363]],["parent/5514",[1700,7.017]],["name/5515",[595,58.27]],["parent/5515",[1700,7.017]],["name/5516",[596,62.202]],["parent/5516",[1700,7.017]],["name/5517",[387,62.202]],["parent/5517",[1700,7.017]],["name/5518",[597,58.27]],["parent/5518",[1700,7.017]],["name/5519",[71,49.643]],["parent/5519",[1672,6.865]],["name/5520",[173,20.78]],["parent/5520",[1701,10.024]],["name/5521",[599,58.27]],["parent/5521",[1702,9.514]],["name/5522",[601,58.27]],["parent/5522",[1702,9.514]],["name/5523",[72,57.883]],["parent/5523",[1672,6.865]],["name/5524",[173,20.78]],["parent/5524",[1703,10.024]],["name/5525",[408,29.731]],["parent/5525",[1704,8.927]],["name/5526",[562,45.295]],["parent/5526",[1704,8.927]],["name/5527",[604,58.27]],["parent/5527",[1704,8.927]],["name/5528",[605,58.27]],["parent/5528",[1704,8.927]],["name/5529",[74,58.075]],["parent/5529",[1672,6.865]],["name/5530",[173,20.78]],["parent/5530",[1705,10.024]],["name/5531",[408,29.731]],["parent/5531",[1706,8.927]],["name/5532",[410,39.926]],["parent/5532",[1706,8.927]],["name/5533",[521,51.363]],["parent/5533",[1706,8.927]],["name/5534",[608,58.27]],["parent/5534",[1706,8.927]],["name/5535",[75,57.883]],["parent/5535",[1672,6.865]],["name/5536",[173,20.78]],["parent/5536",[1707,10.024]],["name/5537",[410,39.926]],["parent/5537",[1708,9.178]],["name/5538",[611,58.27]],["parent/5538",[1708,9.178]],["name/5539",[612,58.27]],["parent/5539",[1708,9.178]],["name/5540",[76,57.883]],["parent/5540",[1672,6.865]],["name/5541",[173,20.78]],["parent/5541",[1709,10.024]],["name/5542",[408,29.731]],["parent/5542",[1710,8.56]],["name/5543",[615,58.27]],["parent/5543",[1710,8.56]],["name/5544",[71,49.643]],["parent/5544",[1710,8.56]],["name/5545",[570,51.363]],["parent/5545",[1710,8.56]],["name/5546",[616,58.27]],["parent/5546",[1710,8.56]],["name/5547",[617,58.27]],["parent/5547",[1710,8.56]],["name/5548",[78,58.075]],["parent/5548",[1672,6.865]],["name/5549",[173,20.78]],["parent/5549",[1711,10.024]],["name/5550",[619,58.27]],["parent/5550",[1712,8.727]],["name/5551",[621,58.27]],["parent/5551",[1712,8.727]],["name/5552",[622,47.317]],["parent/5552",[1712,8.727]],["name/5553",[623,58.27]],["parent/5553",[1712,8.727]],["name/5554",[624,58.27]],["parent/5554",[1712,8.727]],["name/5555",[98,51.167]],["parent/5555",[1672,6.865]],["name/5556",[173,20.78]],["parent/5556",[1713,10.024]],["name/5557",[626,58.27]],["parent/5557",[1714,10.024]],["name/5558",[93,50.025]],["parent/5558",[1672,6.865]],["name/5559",[173,20.78]],["parent/5559",[1715,10.024]],["name/5560",[629,58.27]],["parent/5560",[1716,9.178]],["name/5561",[631,58.27]],["parent/5561",[1716,9.178]],["name/5562",[632,58.27]],["parent/5562",[1716,9.178]],["name/5563",[79,57.883]],["parent/5563",[1672,6.865]],["name/5564",[173,20.78]],["parent/5564",[1717,10.024]],["name/5565",[581,49.316]],["parent/5565",[1718,7.907]],["name/5566",[547,44.444]],["parent/5566",[1718,7.907]],["name/5567",[544,45.905]],["parent/5567",[1718,7.907]],["name/5568",[635,58.27]],["parent/5568",[1718,7.907]],["name/5569",[636,46.586]],["parent/5569",[1718,7.907]],["name/5570",[637,58.27]],["parent/5570",[1718,7.907]],["name/5571",[98,51.167]],["parent/5571",[1718,7.907]],["name/5572",[93,50.025]],["parent/5572",[1718,7.907]],["name/5573",[638,58.27]],["parent/5573",[1718,7.907]],["name/5574",[639,58.27]],["parent/5574",[1718,7.907]],["name/5575",[640,58.27]],["parent/5575",[1718,7.907]],["name/5576",[534,51.363]],["parent/5576",[1718,7.907]],["name/5577",[80,55.757]],["parent/5577",[1672,6.865]],["name/5578",[173,20.78]],["parent/5578",[1719,10.024]],["name/5579",[408,29.731]],["parent/5579",[1720,9.514]],["name/5580",[547,44.444]],["parent/5580",[1720,9.514]],["name/5581",[81,57.883]],["parent/5581",[1672,6.865]],["name/5582",[173,20.78]],["parent/5582",[1721,10.024]],["name/5583",[644,58.27]],["parent/5583",[1722,8.927]],["name/5584",[173,20.78]],["parent/5584",[1722,8.927]],["name/5585",[646,51.363]],["parent/5585",[1723,8.56]],["name/5586",[636,46.586]],["parent/5586",[1723,8.56]],["name/5587",[622,47.317]],["parent/5587",[1723,8.56]],["name/5588",[648,58.27]],["parent/5588",[1722,8.927]],["name/5589",[173,20.78]],["parent/5589",[1722,8.927]],["name/5590",[646,51.363]],["parent/5590",[1723,8.56]],["name/5591",[636,46.586]],["parent/5591",[1723,8.56]],["name/5592",[622,47.317]],["parent/5592",[1723,8.56]],["name/5593",[83,55.604]],["parent/5593",[1672,6.865]],["name/5594",[173,20.78]],["parent/5594",[1724,10.024]],["name/5595",[65,47.186]],["parent/5595",[1725,8.56]],["name/5596",[421,44.394]],["parent/5596",[1725,8.56]],["name/5597",[408,29.731]],["parent/5597",[1725,8.56]],["name/5598",[94,51.023]],["parent/5598",[1725,8.56]],["name/5599",[73,51.562]],["parent/5599",[1725,8.56]],["name/5600",[540,45.268]],["parent/5600",[1725,8.56]],["name/5601",[651,56.147]],["parent/5601",[1672,6.865]],["name/5602",[86,57.883]],["parent/5602",[1672,6.865]],["name/5603",[173,20.78]],["parent/5603",[1726,10.024]],["name/5604",[653,58.27]],["parent/5604",[1727,8.727]],["name/5605",[655,58.27]],["parent/5605",[1727,8.727]],["name/5606",[656,58.27]],["parent/5606",[1727,8.727]],["name/5607",[657,58.27]],["parent/5607",[1727,8.727]],["name/5608",[658,58.27]],["parent/5608",[1727,8.727]],["name/5609",[87,58.075]],["parent/5609",[1672,6.865]],["name/5610",[173,20.78]],["parent/5610",[1728,10.024]],["name/5611",[408,29.731]],["parent/5611",[1729,8.927]],["name/5612",[661,58.27]],["parent/5612",[1729,8.927]],["name/5613",[662,58.27]],["parent/5613",[1729,8.927]],["name/5614",[663,58.27]],["parent/5614",[1729,8.927]],["name/5615",[88,57.883]],["parent/5615",[1672,6.865]],["name/5616",[173,20.78]],["parent/5616",[1730,10.024]],["name/5617",[408,29.731]],["parent/5617",[1731,8.081]],["name/5618",[340,56.068]],["parent/5618",[1731,8.081]],["name/5619",[666,58.27]],["parent/5619",[1731,8.081]],["name/5620",[334,56.147]],["parent/5620",[1731,8.081]],["name/5621",[667,58.27]],["parent/5621",[1731,8.081]],["name/5622",[668,58.27]],["parent/5622",[1731,8.081]],["name/5623",[669,58.27]],["parent/5623",[1731,8.081]],["name/5624",[670,58.27]],["parent/5624",[1731,8.081]],["name/5625",[671,58.27]],["parent/5625",[1731,8.081]],["name/5626",[672,58.27]],["parent/5626",[1731,8.081]],["name/5627",[89,57.511]],["parent/5627",[1672,6.865]],["name/5628",[173,20.78]],["parent/5628",[1732,10.024]],["name/5629",[408,29.731]],["parent/5629",[1733,8.727]],["name/5630",[675,58.27]],["parent/5630",[1733,8.727]],["name/5631",[676,58.27]],["parent/5631",[1733,8.727]],["name/5632",[677,58.27]],["parent/5632",[1733,8.727]],["name/5633",[678,58.27]],["parent/5633",[1733,8.727]],["name/5634",[90,57.883]],["parent/5634",[1672,6.865]],["name/5635",[173,20.78]],["parent/5635",[1734,10.024]],["name/5636",[562,45.295]],["parent/5636",[1735,9.178]],["name/5637",[532,51.363]],["parent/5637",[1735,9.178]],["name/5638",[681,58.27]],["parent/5638",[1735,9.178]],["name/5639",[91,58.075]],["parent/5639",[1672,6.865]],["name/5640",[173,20.78]],["parent/5640",[1736,10.024]],["name/5641",[408,29.731]],["parent/5641",[1737,8.927]],["name/5642",[684,51.363]],["parent/5642",[1737,8.927]],["name/5643",[172,58.075]],["parent/5643",[1737,8.927]],["name/5644",[592,51.363]],["parent/5644",[1737,8.927]],["name/5645",[95,58.075]],["parent/5645",[1672,6.865]],["name/5646",[173,20.78]],["parent/5646",[1738,10.024]],["name/5647",[686,54.532]],["parent/5647",[1739,8.292]],["name/5648",[582,51.363]],["parent/5648",[1739,8.292]],["name/5649",[688,58.27]],["parent/5649",[1739,8.292]],["name/5650",[511,47.317]],["parent/5650",[1739,8.292]],["name/5651",[591,49.811]],["parent/5651",[1739,8.292]],["name/5652",[352,50.243]],["parent/5652",[1739,8.292]],["name/5653",[684,51.363]],["parent/5653",[1739,8.292]],["name/5654",[689,58.27]],["parent/5654",[1739,8.292]],["name/5655",[97,55.911]],["parent/5655",[1672,6.865]],["name/5656",[173,20.78]],["parent/5656",[1740,10.024]],["name/5657",[417,58.075]],["parent/5657",[1741,8.927]],["name/5658",[419,58.075]],["parent/5658",[1741,8.927]],["name/5659",[420,58.075]],["parent/5659",[1741,8.927]],["name/5660",[421,44.394]],["parent/5660",[1741,8.927]],["name/5661",[44,67.457]],["parent/5661",[26,9.514]],["name/5662",[73,51.562]],["parent/5662",[1742,6.865]],["name/5663",[173,20.78]],["parent/5663",[1743,10.024]],["name/5664",[504,58.27]],["parent/5664",[1744,8.927]],["name/5665",[506,58.27]],["parent/5665",[1744,8.927]],["name/5666",[155,37.858]],["parent/5666",[1744,8.927]],["name/5667",[507,58.27]],["parent/5667",[1744,8.927]],["name/5668",[92,51.167]],["parent/5668",[1742,6.865]],["name/5669",[173,20.78]],["parent/5669",[1745,10.024]],["name/5670",[509,58.27]],["parent/5670",[1746,8.727]],["name/5671",[511,47.317]],["parent/5671",[1746,8.727]],["name/5672",[512,51.363]],["parent/5672",[1746,8.727]],["name/5673",[344,48.357]],["parent/5673",[1746,8.727]],["name/5674",[513,51.363]],["parent/5674",[1746,8.727]],["name/5675",[65,47.186]],["parent/5675",[1742,6.865]],["name/5676",[173,20.78]],["parent/5676",[1747,10.024]],["name/5677",[408,29.731]],["parent/5677",[1748,7.413]],["name/5678",[493,49.276]],["parent/5678",[1748,7.413]],["name/5679",[516,51.363]],["parent/5679",[1748,7.413]],["name/5680",[517,58.27]],["parent/5680",[1748,7.413]],["name/5681",[518,58.27]],["parent/5681",[1748,7.413]],["name/5682",[421,44.394]],["parent/5682",[1748,7.413]],["name/5683",[519,58.27]],["parent/5683",[1748,7.413]],["name/5684",[520,58.27]],["parent/5684",[1748,7.413]],["name/5685",[521,51.363]],["parent/5685",[1748,7.413]],["name/5686",[344,48.357]],["parent/5686",[1748,7.413]],["name/5687",[155,37.858]],["parent/5687",[1748,7.413]],["name/5688",[522,58.27]],["parent/5688",[1748,7.413]],["name/5689",[523,58.27]],["parent/5689",[1748,7.413]],["name/5690",[524,58.27]],["parent/5690",[1748,7.413]],["name/5691",[525,58.27]],["parent/5691",[1748,7.413]],["name/5692",[526,47.618]],["parent/5692",[1748,7.413]],["name/5693",[527,58.27]],["parent/5693",[1748,7.413]],["name/5694",[513,51.363]],["parent/5694",[1748,7.413]],["name/5695",[528,58.27]],["parent/5695",[1748,7.413]],["name/5696",[92,51.167]],["parent/5696",[1748,7.413]],["name/5697",[67,57.883]],["parent/5697",[1742,6.865]],["name/5698",[173,20.78]],["parent/5698",[1749,10.024]],["name/5699",[530,58.27]],["parent/5699",[1750,8.927]],["name/5700",[532,51.363]],["parent/5700",[1750,8.927]],["name/5701",[533,58.27]],["parent/5701",[1750,8.927]],["name/5702",[534,51.363]],["parent/5702",[1750,8.927]],["name/5703",[68,51.167]],["parent/5703",[1742,6.865]],["name/5704",[173,20.78]],["parent/5704",[1751,10.024]],["name/5705",[410,39.926]],["parent/5705",[1752,9.178]],["name/5706",[411,58.075]],["parent/5706",[1752,9.178]],["name/5707",[537,58.27]],["parent/5707",[1752,9.178]],["name/5708",[69,57.883]],["parent/5708",[1742,6.865]],["name/5709",[173,20.78]],["parent/5709",[1753,10.024]],["name/5710",[408,29.731]],["parent/5710",[1754,8.292]],["name/5711",[540,45.268]],["parent/5711",[1754,8.292]],["name/5712",[155,37.858]],["parent/5712",[1754,8.292]],["name/5713",[541,58.27]],["parent/5713",[1754,8.292]],["name/5714",[542,58.27]],["parent/5714",[1754,8.292]],["name/5715",[543,58.27]],["parent/5715",[1754,8.292]],["name/5716",[342,56.068]],["parent/5716",[1754,8.292]],["name/5717",[544,45.905]],["parent/5717",[1754,8.292]],["name/5718",[70,51.167]],["parent/5718",[1742,6.865]],["name/5719",[173,20.78]],["parent/5719",[1755,10.024]],["name/5720",[155,37.858]],["parent/5720",[1756,7.907]],["name/5721",[547,44.444]],["parent/5721",[1756,7.907]],["name/5722",[544,45.905]],["parent/5722",[1756,7.907]],["name/5723",[540,45.268]],["parent/5723",[1756,7.907]],["name/5724",[548,58.27]],["parent/5724",[1756,7.907]],["name/5725",[549,58.27]],["parent/5725",[1756,7.907]],["name/5726",[550,58.27]],["parent/5726",[1756,7.907]],["name/5727",[551,58.27]],["parent/5727",[1756,7.907]],["name/5728",[552,58.27]],["parent/5728",[1756,7.907]],["name/5729",[553,58.27]],["parent/5729",[1756,7.907]],["name/5730",[554,56.227]],["parent/5730",[1756,7.907]],["name/5731",[555,56.227]],["parent/5731",[1756,7.907]],["name/5732",[82,57.511]],["parent/5732",[1742,6.865]],["name/5733",[173,20.78]],["parent/5733",[1757,10.024]],["name/5734",[408,29.731]],["parent/5734",[1758,8.927]],["name/5735",[493,49.276]],["parent/5735",[1758,8.927]],["name/5736",[155,37.858]],["parent/5736",[1758,8.927]],["name/5737",[516,51.363]],["parent/5737",[1758,8.927]],["name/5738",[77,51.167]],["parent/5738",[1742,6.865]],["name/5739",[173,20.78]],["parent/5739",[1759,10.024]],["name/5740",[559,58.27]],["parent/5740",[1760,9.178]],["name/5741",[561,58.27]],["parent/5741",[1760,9.178]],["name/5742",[562,45.295]],["parent/5742",[1760,9.178]],["name/5743",[96,55.911]],["parent/5743",[1742,6.865]],["name/5744",[173,20.78]],["parent/5744",[1761,10.024]],["name/5745",[410,39.926]],["parent/5745",[1762,9.178]],["name/5746",[155,37.858]],["parent/5746",[1762,9.178]],["name/5747",[77,51.167]],["parent/5747",[1762,9.178]],["name/5748",[85,57.978]],["parent/5748",[1742,6.865]],["name/5749",[173,20.78]],["parent/5749",[1763,10.024]],["name/5750",[547,44.444]],["parent/5750",[1764,9.514]],["name/5751",[567,51.363]],["parent/5751",[1764,9.514]],["name/5752",[84,48.96]],["parent/5752",[1742,6.865]],["name/5753",[173,20.78]],["parent/5753",[1765,10.024]],["name/5754",[408,29.731]],["parent/5754",[1766,8.417]],["name/5755",[570,51.363]],["parent/5755",[1766,8.417]],["name/5756",[571,58.27]],["parent/5756",[1766,8.417]],["name/5757",[572,56.227]],["parent/5757",[1766,8.417]],["name/5758",[567,51.363]],["parent/5758",[1766,8.417]],["name/5759",[573,58.27]],["parent/5759",[1766,8.417]],["name/5760",[574,58.27]],["parent/5760",[1766,8.417]],["name/5761",[345,56.721]],["parent/5761",[1742,6.865]],["name/5762",[173,20.78]],["parent/5762",[1767,10.024]],["name/5763",[576,62.202]],["parent/5763",[1768,8.927]],["name/5764",[578,62.202]],["parent/5764",[1768,8.927]],["name/5765",[410,39.926]],["parent/5765",[1768,8.927]],["name/5766",[562,45.295]],["parent/5766",[1768,8.927]],["name/5767",[94,51.023]],["parent/5767",[1742,6.865]],["name/5768",[173,20.78]],["parent/5768",[1769,10.024]],["name/5769",[408,29.731]],["parent/5769",[1770,7.017]],["name/5770",[581,49.316]],["parent/5770",[1770,7.017]],["name/5771",[155,37.858]],["parent/5771",[1770,7.017]],["name/5772",[65,47.186]],["parent/5772",[1770,7.017]],["name/5773",[582,51.363]],["parent/5773",[1770,7.017]],["name/5774",[583,58.27]],["parent/5774",[1770,7.017]],["name/5775",[145,57.978]],["parent/5775",[1770,7.017]],["name/5776",[584,58.27]],["parent/5776",[1770,7.017]],["name/5777",[421,44.394]],["parent/5777",[1770,7.017]],["name/5778",[526,47.618]],["parent/5778",[1770,7.017]],["name/5779",[585,58.27]],["parent/5779",[1770,7.017]],["name/5780",[586,58.27]],["parent/5780",[1770,7.017]],["name/5781",[587,58.27]],["parent/5781",[1770,7.017]],["name/5782",[588,58.27]],["parent/5782",[1770,7.017]],["name/5783",[589,58.27]],["parent/5783",[1770,7.017]],["name/5784",[590,58.27]],["parent/5784",[1770,7.017]],["name/5785",[511,47.317]],["parent/5785",[1770,7.017]],["name/5786",[591,49.811]],["parent/5786",[1770,7.017]],["name/5787",[352,50.243]],["parent/5787",[1770,7.017]],["name/5788",[592,51.363]],["parent/5788",[1770,7.017]],["name/5789",[593,56.227]],["parent/5789",[1770,7.017]],["name/5790",[594,56.227]],["parent/5790",[1770,7.017]],["name/5791",[70,51.167]],["parent/5791",[1770,7.017]],["name/5792",[84,48.96]],["parent/5792",[1770,7.017]],["name/5793",[68,51.167]],["parent/5793",[1770,7.017]],["name/5794",[512,51.363]],["parent/5794",[1770,7.017]],["name/5795",[595,58.27]],["parent/5795",[1770,7.017]],["name/5796",[596,62.202]],["parent/5796",[1770,7.017]],["name/5797",[387,62.202]],["parent/5797",[1770,7.017]],["name/5798",[597,58.27]],["parent/5798",[1770,7.017]],["name/5799",[71,49.643]],["parent/5799",[1742,6.865]],["name/5800",[173,20.78]],["parent/5800",[1771,10.024]],["name/5801",[599,58.27]],["parent/5801",[1772,9.514]],["name/5802",[601,58.27]],["parent/5802",[1772,9.514]],["name/5803",[72,57.883]],["parent/5803",[1742,6.865]],["name/5804",[173,20.78]],["parent/5804",[1773,10.024]],["name/5805",[408,29.731]],["parent/5805",[1774,8.927]],["name/5806",[562,45.295]],["parent/5806",[1774,8.927]],["name/5807",[604,58.27]],["parent/5807",[1774,8.927]],["name/5808",[605,58.27]],["parent/5808",[1774,8.927]],["name/5809",[74,58.075]],["parent/5809",[1742,6.865]],["name/5810",[173,20.78]],["parent/5810",[1775,10.024]],["name/5811",[408,29.731]],["parent/5811",[1776,8.927]],["name/5812",[410,39.926]],["parent/5812",[1776,8.927]],["name/5813",[521,51.363]],["parent/5813",[1776,8.927]],["name/5814",[608,58.27]],["parent/5814",[1776,8.927]],["name/5815",[75,57.883]],["parent/5815",[1742,6.865]],["name/5816",[173,20.78]],["parent/5816",[1777,10.024]],["name/5817",[410,39.926]],["parent/5817",[1778,9.178]],["name/5818",[611,58.27]],["parent/5818",[1778,9.178]],["name/5819",[612,58.27]],["parent/5819",[1778,9.178]],["name/5820",[76,57.883]],["parent/5820",[1742,6.865]],["name/5821",[173,20.78]],["parent/5821",[1779,10.024]],["name/5822",[408,29.731]],["parent/5822",[1780,8.56]],["name/5823",[615,58.27]],["parent/5823",[1780,8.56]],["name/5824",[71,49.643]],["parent/5824",[1780,8.56]],["name/5825",[570,51.363]],["parent/5825",[1780,8.56]],["name/5826",[616,58.27]],["parent/5826",[1780,8.56]],["name/5827",[617,58.27]],["parent/5827",[1780,8.56]],["name/5828",[78,58.075]],["parent/5828",[1742,6.865]],["name/5829",[173,20.78]],["parent/5829",[1781,10.024]],["name/5830",[619,58.27]],["parent/5830",[1782,8.727]],["name/5831",[621,58.27]],["parent/5831",[1782,8.727]],["name/5832",[622,47.317]],["parent/5832",[1782,8.727]],["name/5833",[623,58.27]],["parent/5833",[1782,8.727]],["name/5834",[624,58.27]],["parent/5834",[1782,8.727]],["name/5835",[98,51.167]],["parent/5835",[1742,6.865]],["name/5836",[173,20.78]],["parent/5836",[1783,10.024]],["name/5837",[626,58.27]],["parent/5837",[1784,10.024]],["name/5838",[93,50.025]],["parent/5838",[1742,6.865]],["name/5839",[173,20.78]],["parent/5839",[1785,10.024]],["name/5840",[629,58.27]],["parent/5840",[1786,9.178]],["name/5841",[631,58.27]],["parent/5841",[1786,9.178]],["name/5842",[632,58.27]],["parent/5842",[1786,9.178]],["name/5843",[79,57.883]],["parent/5843",[1742,6.865]],["name/5844",[173,20.78]],["parent/5844",[1787,10.024]],["name/5845",[581,49.316]],["parent/5845",[1788,7.907]],["name/5846",[547,44.444]],["parent/5846",[1788,7.907]],["name/5847",[544,45.905]],["parent/5847",[1788,7.907]],["name/5848",[635,58.27]],["parent/5848",[1788,7.907]],["name/5849",[636,46.586]],["parent/5849",[1788,7.907]],["name/5850",[637,58.27]],["parent/5850",[1788,7.907]],["name/5851",[98,51.167]],["parent/5851",[1788,7.907]],["name/5852",[93,50.025]],["parent/5852",[1788,7.907]],["name/5853",[638,58.27]],["parent/5853",[1788,7.907]],["name/5854",[639,58.27]],["parent/5854",[1788,7.907]],["name/5855",[640,58.27]],["parent/5855",[1788,7.907]],["name/5856",[534,51.363]],["parent/5856",[1788,7.907]],["name/5857",[80,55.757]],["parent/5857",[1742,6.865]],["name/5858",[173,20.78]],["parent/5858",[1789,10.024]],["name/5859",[408,29.731]],["parent/5859",[1790,9.514]],["name/5860",[547,44.444]],["parent/5860",[1790,9.514]],["name/5861",[81,57.883]],["parent/5861",[1742,6.865]],["name/5862",[173,20.78]],["parent/5862",[1791,10.024]],["name/5863",[644,58.27]],["parent/5863",[1792,8.927]],["name/5864",[173,20.78]],["parent/5864",[1792,8.927]],["name/5865",[646,51.363]],["parent/5865",[1793,8.56]],["name/5866",[636,46.586]],["parent/5866",[1793,8.56]],["name/5867",[622,47.317]],["parent/5867",[1793,8.56]],["name/5868",[648,58.27]],["parent/5868",[1792,8.927]],["name/5869",[173,20.78]],["parent/5869",[1792,8.927]],["name/5870",[646,51.363]],["parent/5870",[1793,8.56]],["name/5871",[636,46.586]],["parent/5871",[1793,8.56]],["name/5872",[622,47.317]],["parent/5872",[1793,8.56]],["name/5873",[83,55.604]],["parent/5873",[1742,6.865]],["name/5874",[173,20.78]],["parent/5874",[1794,10.024]],["name/5875",[65,47.186]],["parent/5875",[1795,8.56]],["name/5876",[421,44.394]],["parent/5876",[1795,8.56]],["name/5877",[408,29.731]],["parent/5877",[1795,8.56]],["name/5878",[94,51.023]],["parent/5878",[1795,8.56]],["name/5879",[73,51.562]],["parent/5879",[1795,8.56]],["name/5880",[540,45.268]],["parent/5880",[1795,8.56]],["name/5881",[651,56.147]],["parent/5881",[1742,6.865]],["name/5882",[86,57.883]],["parent/5882",[1742,6.865]],["name/5883",[173,20.78]],["parent/5883",[1796,10.024]],["name/5884",[653,58.27]],["parent/5884",[1797,8.727]],["name/5885",[655,58.27]],["parent/5885",[1797,8.727]],["name/5886",[656,58.27]],["parent/5886",[1797,8.727]],["name/5887",[657,58.27]],["parent/5887",[1797,8.727]],["name/5888",[658,58.27]],["parent/5888",[1797,8.727]],["name/5889",[87,58.075]],["parent/5889",[1742,6.865]],["name/5890",[173,20.78]],["parent/5890",[1798,10.024]],["name/5891",[408,29.731]],["parent/5891",[1799,8.927]],["name/5892",[661,58.27]],["parent/5892",[1799,8.927]],["name/5893",[662,58.27]],["parent/5893",[1799,8.927]],["name/5894",[663,58.27]],["parent/5894",[1799,8.927]],["name/5895",[88,57.883]],["parent/5895",[1742,6.865]],["name/5896",[173,20.78]],["parent/5896",[1800,10.024]],["name/5897",[408,29.731]],["parent/5897",[1801,8.081]],["name/5898",[340,56.068]],["parent/5898",[1801,8.081]],["name/5899",[666,58.27]],["parent/5899",[1801,8.081]],["name/5900",[334,56.147]],["parent/5900",[1801,8.081]],["name/5901",[667,58.27]],["parent/5901",[1801,8.081]],["name/5902",[668,58.27]],["parent/5902",[1801,8.081]],["name/5903",[669,58.27]],["parent/5903",[1801,8.081]],["name/5904",[670,58.27]],["parent/5904",[1801,8.081]],["name/5905",[671,58.27]],["parent/5905",[1801,8.081]],["name/5906",[672,58.27]],["parent/5906",[1801,8.081]],["name/5907",[89,57.511]],["parent/5907",[1742,6.865]],["name/5908",[173,20.78]],["parent/5908",[1802,10.024]],["name/5909",[408,29.731]],["parent/5909",[1803,8.727]],["name/5910",[675,58.27]],["parent/5910",[1803,8.727]],["name/5911",[676,58.27]],["parent/5911",[1803,8.727]],["name/5912",[677,58.27]],["parent/5912",[1803,8.727]],["name/5913",[678,58.27]],["parent/5913",[1803,8.727]],["name/5914",[90,57.883]],["parent/5914",[1742,6.865]],["name/5915",[173,20.78]],["parent/5915",[1804,10.024]],["name/5916",[562,45.295]],["parent/5916",[1805,9.178]],["name/5917",[532,51.363]],["parent/5917",[1805,9.178]],["name/5918",[681,58.27]],["parent/5918",[1805,9.178]],["name/5919",[91,58.075]],["parent/5919",[1742,6.865]],["name/5920",[173,20.78]],["parent/5920",[1806,10.024]],["name/5921",[408,29.731]],["parent/5921",[1807,8.927]],["name/5922",[684,51.363]],["parent/5922",[1807,8.927]],["name/5923",[172,58.075]],["parent/5923",[1807,8.927]],["name/5924",[592,51.363]],["parent/5924",[1807,8.927]],["name/5925",[95,58.075]],["parent/5925",[1742,6.865]],["name/5926",[173,20.78]],["parent/5926",[1808,10.024]],["name/5927",[686,54.532]],["parent/5927",[1809,8.292]],["name/5928",[582,51.363]],["parent/5928",[1809,8.292]],["name/5929",[688,58.27]],["parent/5929",[1809,8.292]],["name/5930",[511,47.317]],["parent/5930",[1809,8.292]],["name/5931",[591,49.811]],["parent/5931",[1809,8.292]],["name/5932",[352,50.243]],["parent/5932",[1809,8.292]],["name/5933",[684,51.363]],["parent/5933",[1809,8.292]],["name/5934",[689,58.27]],["parent/5934",[1809,8.292]],["name/5935",[97,55.911]],["parent/5935",[1742,6.865]],["name/5936",[173,20.78]],["parent/5936",[1810,10.024]],["name/5937",[417,58.075]],["parent/5937",[1811,8.927]],["name/5938",[419,58.075]],["parent/5938",[1811,8.927]],["name/5939",[420,58.075]],["parent/5939",[1811,8.927]],["name/5940",[421,44.394]],["parent/5940",[1811,8.927]],["name/5941",[44,67.457]],["parent/5941",[27,9.514]],["name/5942",[73,51.562]],["parent/5942",[1812,6.865]],["name/5943",[173,20.78]],["parent/5943",[1813,10.024]],["name/5944",[504,58.27]],["parent/5944",[1814,8.927]],["name/5945",[506,58.27]],["parent/5945",[1814,8.927]],["name/5946",[155,37.858]],["parent/5946",[1814,8.927]],["name/5947",[507,58.27]],["parent/5947",[1814,8.927]],["name/5948",[92,51.167]],["parent/5948",[1812,6.865]],["name/5949",[173,20.78]],["parent/5949",[1815,10.024]],["name/5950",[509,58.27]],["parent/5950",[1816,8.727]],["name/5951",[511,47.317]],["parent/5951",[1816,8.727]],["name/5952",[512,51.363]],["parent/5952",[1816,8.727]],["name/5953",[344,48.357]],["parent/5953",[1816,8.727]],["name/5954",[513,51.363]],["parent/5954",[1816,8.727]],["name/5955",[65,47.186]],["parent/5955",[1812,6.865]],["name/5956",[173,20.78]],["parent/5956",[1817,10.024]],["name/5957",[408,29.731]],["parent/5957",[1818,7.413]],["name/5958",[493,49.276]],["parent/5958",[1818,7.413]],["name/5959",[516,51.363]],["parent/5959",[1818,7.413]],["name/5960",[517,58.27]],["parent/5960",[1818,7.413]],["name/5961",[518,58.27]],["parent/5961",[1818,7.413]],["name/5962",[421,44.394]],["parent/5962",[1818,7.413]],["name/5963",[519,58.27]],["parent/5963",[1818,7.413]],["name/5964",[520,58.27]],["parent/5964",[1818,7.413]],["name/5965",[521,51.363]],["parent/5965",[1818,7.413]],["name/5966",[344,48.357]],["parent/5966",[1818,7.413]],["name/5967",[155,37.858]],["parent/5967",[1818,7.413]],["name/5968",[522,58.27]],["parent/5968",[1818,7.413]],["name/5969",[523,58.27]],["parent/5969",[1818,7.413]],["name/5970",[524,58.27]],["parent/5970",[1818,7.413]],["name/5971",[525,58.27]],["parent/5971",[1818,7.413]],["name/5972",[526,47.618]],["parent/5972",[1818,7.413]],["name/5973",[527,58.27]],["parent/5973",[1818,7.413]],["name/5974",[513,51.363]],["parent/5974",[1818,7.413]],["name/5975",[528,58.27]],["parent/5975",[1818,7.413]],["name/5976",[92,51.167]],["parent/5976",[1818,7.413]],["name/5977",[67,57.883]],["parent/5977",[1812,6.865]],["name/5978",[173,20.78]],["parent/5978",[1819,10.024]],["name/5979",[530,58.27]],["parent/5979",[1820,8.927]],["name/5980",[532,51.363]],["parent/5980",[1820,8.927]],["name/5981",[533,58.27]],["parent/5981",[1820,8.927]],["name/5982",[534,51.363]],["parent/5982",[1820,8.927]],["name/5983",[68,51.167]],["parent/5983",[1812,6.865]],["name/5984",[173,20.78]],["parent/5984",[1821,10.024]],["name/5985",[410,39.926]],["parent/5985",[1822,9.178]],["name/5986",[411,58.075]],["parent/5986",[1822,9.178]],["name/5987",[537,58.27]],["parent/5987",[1822,9.178]],["name/5988",[69,57.883]],["parent/5988",[1812,6.865]],["name/5989",[173,20.78]],["parent/5989",[1823,10.024]],["name/5990",[408,29.731]],["parent/5990",[1824,8.292]],["name/5991",[540,45.268]],["parent/5991",[1824,8.292]],["name/5992",[155,37.858]],["parent/5992",[1824,8.292]],["name/5993",[541,58.27]],["parent/5993",[1824,8.292]],["name/5994",[542,58.27]],["parent/5994",[1824,8.292]],["name/5995",[543,58.27]],["parent/5995",[1824,8.292]],["name/5996",[342,56.068]],["parent/5996",[1824,8.292]],["name/5997",[544,45.905]],["parent/5997",[1824,8.292]],["name/5998",[70,51.167]],["parent/5998",[1812,6.865]],["name/5999",[173,20.78]],["parent/5999",[1825,10.024]],["name/6000",[155,37.858]],["parent/6000",[1826,7.907]],["name/6001",[547,44.444]],["parent/6001",[1826,7.907]],["name/6002",[544,45.905]],["parent/6002",[1826,7.907]],["name/6003",[540,45.268]],["parent/6003",[1826,7.907]],["name/6004",[548,58.27]],["parent/6004",[1826,7.907]],["name/6005",[549,58.27]],["parent/6005",[1826,7.907]],["name/6006",[550,58.27]],["parent/6006",[1826,7.907]],["name/6007",[551,58.27]],["parent/6007",[1826,7.907]],["name/6008",[552,58.27]],["parent/6008",[1826,7.907]],["name/6009",[553,58.27]],["parent/6009",[1826,7.907]],["name/6010",[554,56.227]],["parent/6010",[1826,7.907]],["name/6011",[555,56.227]],["parent/6011",[1826,7.907]],["name/6012",[82,57.511]],["parent/6012",[1812,6.865]],["name/6013",[173,20.78]],["parent/6013",[1827,10.024]],["name/6014",[408,29.731]],["parent/6014",[1828,8.927]],["name/6015",[493,49.276]],["parent/6015",[1828,8.927]],["name/6016",[155,37.858]],["parent/6016",[1828,8.927]],["name/6017",[516,51.363]],["parent/6017",[1828,8.927]],["name/6018",[77,51.167]],["parent/6018",[1812,6.865]],["name/6019",[173,20.78]],["parent/6019",[1829,10.024]],["name/6020",[559,58.27]],["parent/6020",[1830,9.178]],["name/6021",[561,58.27]],["parent/6021",[1830,9.178]],["name/6022",[562,45.295]],["parent/6022",[1830,9.178]],["name/6023",[96,55.911]],["parent/6023",[1812,6.865]],["name/6024",[173,20.78]],["parent/6024",[1831,10.024]],["name/6025",[410,39.926]],["parent/6025",[1832,9.178]],["name/6026",[155,37.858]],["parent/6026",[1832,9.178]],["name/6027",[77,51.167]],["parent/6027",[1832,9.178]],["name/6028",[85,57.978]],["parent/6028",[1812,6.865]],["name/6029",[173,20.78]],["parent/6029",[1833,10.024]],["name/6030",[547,44.444]],["parent/6030",[1834,9.514]],["name/6031",[567,51.363]],["parent/6031",[1834,9.514]],["name/6032",[84,48.96]],["parent/6032",[1812,6.865]],["name/6033",[173,20.78]],["parent/6033",[1835,10.024]],["name/6034",[408,29.731]],["parent/6034",[1836,8.417]],["name/6035",[570,51.363]],["parent/6035",[1836,8.417]],["name/6036",[571,58.27]],["parent/6036",[1836,8.417]],["name/6037",[572,56.227]],["parent/6037",[1836,8.417]],["name/6038",[567,51.363]],["parent/6038",[1836,8.417]],["name/6039",[573,58.27]],["parent/6039",[1836,8.417]],["name/6040",[574,58.27]],["parent/6040",[1836,8.417]],["name/6041",[345,56.721]],["parent/6041",[1812,6.865]],["name/6042",[173,20.78]],["parent/6042",[1837,10.024]],["name/6043",[576,62.202]],["parent/6043",[1838,8.927]],["name/6044",[578,62.202]],["parent/6044",[1838,8.927]],["name/6045",[410,39.926]],["parent/6045",[1838,8.927]],["name/6046",[562,45.295]],["parent/6046",[1838,8.927]],["name/6047",[94,51.023]],["parent/6047",[1812,6.865]],["name/6048",[173,20.78]],["parent/6048",[1839,10.024]],["name/6049",[408,29.731]],["parent/6049",[1840,7.017]],["name/6050",[581,49.316]],["parent/6050",[1840,7.017]],["name/6051",[155,37.858]],["parent/6051",[1840,7.017]],["name/6052",[65,47.186]],["parent/6052",[1840,7.017]],["name/6053",[582,51.363]],["parent/6053",[1840,7.017]],["name/6054",[583,58.27]],["parent/6054",[1840,7.017]],["name/6055",[145,57.978]],["parent/6055",[1840,7.017]],["name/6056",[584,58.27]],["parent/6056",[1840,7.017]],["name/6057",[421,44.394]],["parent/6057",[1840,7.017]],["name/6058",[526,47.618]],["parent/6058",[1840,7.017]],["name/6059",[585,58.27]],["parent/6059",[1840,7.017]],["name/6060",[586,58.27]],["parent/6060",[1840,7.017]],["name/6061",[587,58.27]],["parent/6061",[1840,7.017]],["name/6062",[588,58.27]],["parent/6062",[1840,7.017]],["name/6063",[589,58.27]],["parent/6063",[1840,7.017]],["name/6064",[590,58.27]],["parent/6064",[1840,7.017]],["name/6065",[511,47.317]],["parent/6065",[1840,7.017]],["name/6066",[591,49.811]],["parent/6066",[1840,7.017]],["name/6067",[352,50.243]],["parent/6067",[1840,7.017]],["name/6068",[592,51.363]],["parent/6068",[1840,7.017]],["name/6069",[593,56.227]],["parent/6069",[1840,7.017]],["name/6070",[594,56.227]],["parent/6070",[1840,7.017]],["name/6071",[70,51.167]],["parent/6071",[1840,7.017]],["name/6072",[84,48.96]],["parent/6072",[1840,7.017]],["name/6073",[68,51.167]],["parent/6073",[1840,7.017]],["name/6074",[512,51.363]],["parent/6074",[1840,7.017]],["name/6075",[595,58.27]],["parent/6075",[1840,7.017]],["name/6076",[596,62.202]],["parent/6076",[1840,7.017]],["name/6077",[387,62.202]],["parent/6077",[1840,7.017]],["name/6078",[597,58.27]],["parent/6078",[1840,7.017]],["name/6079",[71,49.643]],["parent/6079",[1812,6.865]],["name/6080",[173,20.78]],["parent/6080",[1841,10.024]],["name/6081",[599,58.27]],["parent/6081",[1842,9.514]],["name/6082",[601,58.27]],["parent/6082",[1842,9.514]],["name/6083",[72,57.883]],["parent/6083",[1812,6.865]],["name/6084",[173,20.78]],["parent/6084",[1843,10.024]],["name/6085",[408,29.731]],["parent/6085",[1844,8.927]],["name/6086",[562,45.295]],["parent/6086",[1844,8.927]],["name/6087",[604,58.27]],["parent/6087",[1844,8.927]],["name/6088",[605,58.27]],["parent/6088",[1844,8.927]],["name/6089",[74,58.075]],["parent/6089",[1812,6.865]],["name/6090",[173,20.78]],["parent/6090",[1845,10.024]],["name/6091",[408,29.731]],["parent/6091",[1846,8.927]],["name/6092",[410,39.926]],["parent/6092",[1846,8.927]],["name/6093",[521,51.363]],["parent/6093",[1846,8.927]],["name/6094",[608,58.27]],["parent/6094",[1846,8.927]],["name/6095",[75,57.883]],["parent/6095",[1812,6.865]],["name/6096",[173,20.78]],["parent/6096",[1847,10.024]],["name/6097",[410,39.926]],["parent/6097",[1848,9.178]],["name/6098",[611,58.27]],["parent/6098",[1848,9.178]],["name/6099",[612,58.27]],["parent/6099",[1848,9.178]],["name/6100",[76,57.883]],["parent/6100",[1812,6.865]],["name/6101",[173,20.78]],["parent/6101",[1849,10.024]],["name/6102",[408,29.731]],["parent/6102",[1850,8.56]],["name/6103",[615,58.27]],["parent/6103",[1850,8.56]],["name/6104",[71,49.643]],["parent/6104",[1850,8.56]],["name/6105",[570,51.363]],["parent/6105",[1850,8.56]],["name/6106",[616,58.27]],["parent/6106",[1850,8.56]],["name/6107",[617,58.27]],["parent/6107",[1850,8.56]],["name/6108",[78,58.075]],["parent/6108",[1812,6.865]],["name/6109",[173,20.78]],["parent/6109",[1851,10.024]],["name/6110",[619,58.27]],["parent/6110",[1852,8.727]],["name/6111",[621,58.27]],["parent/6111",[1852,8.727]],["name/6112",[622,47.317]],["parent/6112",[1852,8.727]],["name/6113",[623,58.27]],["parent/6113",[1852,8.727]],["name/6114",[624,58.27]],["parent/6114",[1852,8.727]],["name/6115",[98,51.167]],["parent/6115",[1812,6.865]],["name/6116",[173,20.78]],["parent/6116",[1853,10.024]],["name/6117",[626,58.27]],["parent/6117",[1854,10.024]],["name/6118",[93,50.025]],["parent/6118",[1812,6.865]],["name/6119",[173,20.78]],["parent/6119",[1855,10.024]],["name/6120",[629,58.27]],["parent/6120",[1856,9.178]],["name/6121",[631,58.27]],["parent/6121",[1856,9.178]],["name/6122",[632,58.27]],["parent/6122",[1856,9.178]],["name/6123",[79,57.883]],["parent/6123",[1812,6.865]],["name/6124",[173,20.78]],["parent/6124",[1857,10.024]],["name/6125",[581,49.316]],["parent/6125",[1858,7.907]],["name/6126",[547,44.444]],["parent/6126",[1858,7.907]],["name/6127",[544,45.905]],["parent/6127",[1858,7.907]],["name/6128",[635,58.27]],["parent/6128",[1858,7.907]],["name/6129",[636,46.586]],["parent/6129",[1858,7.907]],["name/6130",[637,58.27]],["parent/6130",[1858,7.907]],["name/6131",[98,51.167]],["parent/6131",[1858,7.907]],["name/6132",[93,50.025]],["parent/6132",[1858,7.907]],["name/6133",[638,58.27]],["parent/6133",[1858,7.907]],["name/6134",[639,58.27]],["parent/6134",[1858,7.907]],["name/6135",[640,58.27]],["parent/6135",[1858,7.907]],["name/6136",[534,51.363]],["parent/6136",[1858,7.907]],["name/6137",[80,55.757]],["parent/6137",[1812,6.865]],["name/6138",[173,20.78]],["parent/6138",[1859,10.024]],["name/6139",[408,29.731]],["parent/6139",[1860,9.514]],["name/6140",[547,44.444]],["parent/6140",[1860,9.514]],["name/6141",[81,57.883]],["parent/6141",[1812,6.865]],["name/6142",[173,20.78]],["parent/6142",[1861,10.024]],["name/6143",[644,58.27]],["parent/6143",[1862,8.927]],["name/6144",[173,20.78]],["parent/6144",[1862,8.927]],["name/6145",[646,51.363]],["parent/6145",[1863,8.56]],["name/6146",[636,46.586]],["parent/6146",[1863,8.56]],["name/6147",[622,47.317]],["parent/6147",[1863,8.56]],["name/6148",[648,58.27]],["parent/6148",[1862,8.927]],["name/6149",[173,20.78]],["parent/6149",[1862,8.927]],["name/6150",[646,51.363]],["parent/6150",[1863,8.56]],["name/6151",[636,46.586]],["parent/6151",[1863,8.56]],["name/6152",[622,47.317]],["parent/6152",[1863,8.56]],["name/6153",[83,55.604]],["parent/6153",[1812,6.865]],["name/6154",[173,20.78]],["parent/6154",[1864,10.024]],["name/6155",[65,47.186]],["parent/6155",[1865,8.56]],["name/6156",[421,44.394]],["parent/6156",[1865,8.56]],["name/6157",[408,29.731]],["parent/6157",[1865,8.56]],["name/6158",[94,51.023]],["parent/6158",[1865,8.56]],["name/6159",[73,51.562]],["parent/6159",[1865,8.56]],["name/6160",[540,45.268]],["parent/6160",[1865,8.56]],["name/6161",[651,56.147]],["parent/6161",[1812,6.865]],["name/6162",[86,57.883]],["parent/6162",[1812,6.865]],["name/6163",[173,20.78]],["parent/6163",[1866,10.024]],["name/6164",[653,58.27]],["parent/6164",[1867,8.727]],["name/6165",[655,58.27]],["parent/6165",[1867,8.727]],["name/6166",[656,58.27]],["parent/6166",[1867,8.727]],["name/6167",[657,58.27]],["parent/6167",[1867,8.727]],["name/6168",[658,58.27]],["parent/6168",[1867,8.727]],["name/6169",[87,58.075]],["parent/6169",[1812,6.865]],["name/6170",[173,20.78]],["parent/6170",[1868,10.024]],["name/6171",[408,29.731]],["parent/6171",[1869,8.927]],["name/6172",[661,58.27]],["parent/6172",[1869,8.927]],["name/6173",[662,58.27]],["parent/6173",[1869,8.927]],["name/6174",[663,58.27]],["parent/6174",[1869,8.927]],["name/6175",[88,57.883]],["parent/6175",[1812,6.865]],["name/6176",[173,20.78]],["parent/6176",[1870,10.024]],["name/6177",[408,29.731]],["parent/6177",[1871,8.081]],["name/6178",[340,56.068]],["parent/6178",[1871,8.081]],["name/6179",[666,58.27]],["parent/6179",[1871,8.081]],["name/6180",[334,56.147]],["parent/6180",[1871,8.081]],["name/6181",[667,58.27]],["parent/6181",[1871,8.081]],["name/6182",[668,58.27]],["parent/6182",[1871,8.081]],["name/6183",[669,58.27]],["parent/6183",[1871,8.081]],["name/6184",[670,58.27]],["parent/6184",[1871,8.081]],["name/6185",[671,58.27]],["parent/6185",[1871,8.081]],["name/6186",[672,58.27]],["parent/6186",[1871,8.081]],["name/6187",[89,57.511]],["parent/6187",[1812,6.865]],["name/6188",[173,20.78]],["parent/6188",[1872,10.024]],["name/6189",[408,29.731]],["parent/6189",[1873,8.727]],["name/6190",[675,58.27]],["parent/6190",[1873,8.727]],["name/6191",[676,58.27]],["parent/6191",[1873,8.727]],["name/6192",[677,58.27]],["parent/6192",[1873,8.727]],["name/6193",[678,58.27]],["parent/6193",[1873,8.727]],["name/6194",[90,57.883]],["parent/6194",[1812,6.865]],["name/6195",[173,20.78]],["parent/6195",[1874,10.024]],["name/6196",[562,45.295]],["parent/6196",[1875,9.178]],["name/6197",[532,51.363]],["parent/6197",[1875,9.178]],["name/6198",[681,58.27]],["parent/6198",[1875,9.178]],["name/6199",[91,58.075]],["parent/6199",[1812,6.865]],["name/6200",[173,20.78]],["parent/6200",[1876,10.024]],["name/6201",[408,29.731]],["parent/6201",[1877,8.927]],["name/6202",[684,51.363]],["parent/6202",[1877,8.927]],["name/6203",[172,58.075]],["parent/6203",[1877,8.927]],["name/6204",[592,51.363]],["parent/6204",[1877,8.927]],["name/6205",[95,58.075]],["parent/6205",[1812,6.865]],["name/6206",[173,20.78]],["parent/6206",[1878,10.024]],["name/6207",[686,54.532]],["parent/6207",[1879,8.292]],["name/6208",[582,51.363]],["parent/6208",[1879,8.292]],["name/6209",[688,58.27]],["parent/6209",[1879,8.292]],["name/6210",[511,47.317]],["parent/6210",[1879,8.292]],["name/6211",[591,49.811]],["parent/6211",[1879,8.292]],["name/6212",[352,50.243]],["parent/6212",[1879,8.292]],["name/6213",[684,51.363]],["parent/6213",[1879,8.292]],["name/6214",[689,58.27]],["parent/6214",[1879,8.292]],["name/6215",[97,55.911]],["parent/6215",[1812,6.865]],["name/6216",[173,20.78]],["parent/6216",[1880,10.024]],["name/6217",[417,58.075]],["parent/6217",[1881,8.927]],["name/6218",[419,58.075]],["parent/6218",[1881,8.927]],["name/6219",[420,58.075]],["parent/6219",[1881,8.927]],["name/6220",[421,44.394]],["parent/6220",[1881,8.927]],["name/6221",[44,67.457]],["parent/6221",[28,9.514]],["name/6222",[73,51.562]],["parent/6222",[1882,6.865]],["name/6223",[173,20.78]],["parent/6223",[1883,10.024]],["name/6224",[504,58.27]],["parent/6224",[1884,8.927]],["name/6225",[506,58.27]],["parent/6225",[1884,8.927]],["name/6226",[155,37.858]],["parent/6226",[1884,8.927]],["name/6227",[507,58.27]],["parent/6227",[1884,8.927]],["name/6228",[92,51.167]],["parent/6228",[1882,6.865]],["name/6229",[173,20.78]],["parent/6229",[1885,10.024]],["name/6230",[509,58.27]],["parent/6230",[1886,8.727]],["name/6231",[511,47.317]],["parent/6231",[1886,8.727]],["name/6232",[512,51.363]],["parent/6232",[1886,8.727]],["name/6233",[344,48.357]],["parent/6233",[1886,8.727]],["name/6234",[513,51.363]],["parent/6234",[1886,8.727]],["name/6235",[65,47.186]],["parent/6235",[1882,6.865]],["name/6236",[173,20.78]],["parent/6236",[1887,10.024]],["name/6237",[408,29.731]],["parent/6237",[1888,7.413]],["name/6238",[493,49.276]],["parent/6238",[1888,7.413]],["name/6239",[516,51.363]],["parent/6239",[1888,7.413]],["name/6240",[517,58.27]],["parent/6240",[1888,7.413]],["name/6241",[518,58.27]],["parent/6241",[1888,7.413]],["name/6242",[421,44.394]],["parent/6242",[1888,7.413]],["name/6243",[519,58.27]],["parent/6243",[1888,7.413]],["name/6244",[520,58.27]],["parent/6244",[1888,7.413]],["name/6245",[521,51.363]],["parent/6245",[1888,7.413]],["name/6246",[344,48.357]],["parent/6246",[1888,7.413]],["name/6247",[155,37.858]],["parent/6247",[1888,7.413]],["name/6248",[522,58.27]],["parent/6248",[1888,7.413]],["name/6249",[523,58.27]],["parent/6249",[1888,7.413]],["name/6250",[524,58.27]],["parent/6250",[1888,7.413]],["name/6251",[525,58.27]],["parent/6251",[1888,7.413]],["name/6252",[526,47.618]],["parent/6252",[1888,7.413]],["name/6253",[527,58.27]],["parent/6253",[1888,7.413]],["name/6254",[513,51.363]],["parent/6254",[1888,7.413]],["name/6255",[528,58.27]],["parent/6255",[1888,7.413]],["name/6256",[92,51.167]],["parent/6256",[1888,7.413]],["name/6257",[67,57.883]],["parent/6257",[1882,6.865]],["name/6258",[173,20.78]],["parent/6258",[1889,10.024]],["name/6259",[530,58.27]],["parent/6259",[1890,8.927]],["name/6260",[532,51.363]],["parent/6260",[1890,8.927]],["name/6261",[533,58.27]],["parent/6261",[1890,8.927]],["name/6262",[534,51.363]],["parent/6262",[1890,8.927]],["name/6263",[68,51.167]],["parent/6263",[1882,6.865]],["name/6264",[173,20.78]],["parent/6264",[1891,10.024]],["name/6265",[410,39.926]],["parent/6265",[1892,9.178]],["name/6266",[411,58.075]],["parent/6266",[1892,9.178]],["name/6267",[537,58.27]],["parent/6267",[1892,9.178]],["name/6268",[69,57.883]],["parent/6268",[1882,6.865]],["name/6269",[173,20.78]],["parent/6269",[1893,10.024]],["name/6270",[408,29.731]],["parent/6270",[1894,8.292]],["name/6271",[540,45.268]],["parent/6271",[1894,8.292]],["name/6272",[155,37.858]],["parent/6272",[1894,8.292]],["name/6273",[541,58.27]],["parent/6273",[1894,8.292]],["name/6274",[542,58.27]],["parent/6274",[1894,8.292]],["name/6275",[543,58.27]],["parent/6275",[1894,8.292]],["name/6276",[342,56.068]],["parent/6276",[1894,8.292]],["name/6277",[544,45.905]],["parent/6277",[1894,8.292]],["name/6278",[70,51.167]],["parent/6278",[1882,6.865]],["name/6279",[173,20.78]],["parent/6279",[1895,10.024]],["name/6280",[155,37.858]],["parent/6280",[1896,7.907]],["name/6281",[547,44.444]],["parent/6281",[1896,7.907]],["name/6282",[544,45.905]],["parent/6282",[1896,7.907]],["name/6283",[540,45.268]],["parent/6283",[1896,7.907]],["name/6284",[548,58.27]],["parent/6284",[1896,7.907]],["name/6285",[549,58.27]],["parent/6285",[1896,7.907]],["name/6286",[550,58.27]],["parent/6286",[1896,7.907]],["name/6287",[551,58.27]],["parent/6287",[1896,7.907]],["name/6288",[552,58.27]],["parent/6288",[1896,7.907]],["name/6289",[553,58.27]],["parent/6289",[1896,7.907]],["name/6290",[554,56.227]],["parent/6290",[1896,7.907]],["name/6291",[555,56.227]],["parent/6291",[1896,7.907]],["name/6292",[82,57.511]],["parent/6292",[1882,6.865]],["name/6293",[173,20.78]],["parent/6293",[1897,10.024]],["name/6294",[408,29.731]],["parent/6294",[1898,8.927]],["name/6295",[493,49.276]],["parent/6295",[1898,8.927]],["name/6296",[155,37.858]],["parent/6296",[1898,8.927]],["name/6297",[516,51.363]],["parent/6297",[1898,8.927]],["name/6298",[77,51.167]],["parent/6298",[1882,6.865]],["name/6299",[173,20.78]],["parent/6299",[1899,10.024]],["name/6300",[559,58.27]],["parent/6300",[1900,9.178]],["name/6301",[561,58.27]],["parent/6301",[1900,9.178]],["name/6302",[562,45.295]],["parent/6302",[1900,9.178]],["name/6303",[96,55.911]],["parent/6303",[1882,6.865]],["name/6304",[173,20.78]],["parent/6304",[1901,10.024]],["name/6305",[410,39.926]],["parent/6305",[1902,9.178]],["name/6306",[155,37.858]],["parent/6306",[1902,9.178]],["name/6307",[77,51.167]],["parent/6307",[1902,9.178]],["name/6308",[85,57.978]],["parent/6308",[1882,6.865]],["name/6309",[173,20.78]],["parent/6309",[1903,10.024]],["name/6310",[547,44.444]],["parent/6310",[1904,9.514]],["name/6311",[567,51.363]],["parent/6311",[1904,9.514]],["name/6312",[84,48.96]],["parent/6312",[1882,6.865]],["name/6313",[173,20.78]],["parent/6313",[1905,10.024]],["name/6314",[408,29.731]],["parent/6314",[1906,8.417]],["name/6315",[570,51.363]],["parent/6315",[1906,8.417]],["name/6316",[571,58.27]],["parent/6316",[1906,8.417]],["name/6317",[572,56.227]],["parent/6317",[1906,8.417]],["name/6318",[567,51.363]],["parent/6318",[1906,8.417]],["name/6319",[573,58.27]],["parent/6319",[1906,8.417]],["name/6320",[574,58.27]],["parent/6320",[1906,8.417]],["name/6321",[345,56.721]],["parent/6321",[1882,6.865]],["name/6322",[173,20.78]],["parent/6322",[1907,10.024]],["name/6323",[576,62.202]],["parent/6323",[1908,8.927]],["name/6324",[578,62.202]],["parent/6324",[1908,8.927]],["name/6325",[410,39.926]],["parent/6325",[1908,8.927]],["name/6326",[562,45.295]],["parent/6326",[1908,8.927]],["name/6327",[94,51.023]],["parent/6327",[1882,6.865]],["name/6328",[173,20.78]],["parent/6328",[1909,10.024]],["name/6329",[408,29.731]],["parent/6329",[1910,7.017]],["name/6330",[581,49.316]],["parent/6330",[1910,7.017]],["name/6331",[155,37.858]],["parent/6331",[1910,7.017]],["name/6332",[65,47.186]],["parent/6332",[1910,7.017]],["name/6333",[582,51.363]],["parent/6333",[1910,7.017]],["name/6334",[583,58.27]],["parent/6334",[1910,7.017]],["name/6335",[145,57.978]],["parent/6335",[1910,7.017]],["name/6336",[584,58.27]],["parent/6336",[1910,7.017]],["name/6337",[421,44.394]],["parent/6337",[1910,7.017]],["name/6338",[526,47.618]],["parent/6338",[1910,7.017]],["name/6339",[585,58.27]],["parent/6339",[1910,7.017]],["name/6340",[586,58.27]],["parent/6340",[1910,7.017]],["name/6341",[587,58.27]],["parent/6341",[1910,7.017]],["name/6342",[588,58.27]],["parent/6342",[1910,7.017]],["name/6343",[589,58.27]],["parent/6343",[1910,7.017]],["name/6344",[590,58.27]],["parent/6344",[1910,7.017]],["name/6345",[511,47.317]],["parent/6345",[1910,7.017]],["name/6346",[591,49.811]],["parent/6346",[1910,7.017]],["name/6347",[352,50.243]],["parent/6347",[1910,7.017]],["name/6348",[592,51.363]],["parent/6348",[1910,7.017]],["name/6349",[593,56.227]],["parent/6349",[1910,7.017]],["name/6350",[594,56.227]],["parent/6350",[1910,7.017]],["name/6351",[70,51.167]],["parent/6351",[1910,7.017]],["name/6352",[84,48.96]],["parent/6352",[1910,7.017]],["name/6353",[68,51.167]],["parent/6353",[1910,7.017]],["name/6354",[512,51.363]],["parent/6354",[1910,7.017]],["name/6355",[595,58.27]],["parent/6355",[1910,7.017]],["name/6356",[596,62.202]],["parent/6356",[1910,7.017]],["name/6357",[387,62.202]],["parent/6357",[1910,7.017]],["name/6358",[597,58.27]],["parent/6358",[1910,7.017]],["name/6359",[71,49.643]],["parent/6359",[1882,6.865]],["name/6360",[173,20.78]],["parent/6360",[1911,10.024]],["name/6361",[599,58.27]],["parent/6361",[1912,9.514]],["name/6362",[601,58.27]],["parent/6362",[1912,9.514]],["name/6363",[72,57.883]],["parent/6363",[1882,6.865]],["name/6364",[173,20.78]],["parent/6364",[1913,10.024]],["name/6365",[408,29.731]],["parent/6365",[1914,8.927]],["name/6366",[562,45.295]],["parent/6366",[1914,8.927]],["name/6367",[604,58.27]],["parent/6367",[1914,8.927]],["name/6368",[605,58.27]],["parent/6368",[1914,8.927]],["name/6369",[74,58.075]],["parent/6369",[1882,6.865]],["name/6370",[173,20.78]],["parent/6370",[1915,10.024]],["name/6371",[408,29.731]],["parent/6371",[1916,8.927]],["name/6372",[410,39.926]],["parent/6372",[1916,8.927]],["name/6373",[521,51.363]],["parent/6373",[1916,8.927]],["name/6374",[608,58.27]],["parent/6374",[1916,8.927]],["name/6375",[75,57.883]],["parent/6375",[1882,6.865]],["name/6376",[173,20.78]],["parent/6376",[1917,10.024]],["name/6377",[410,39.926]],["parent/6377",[1918,9.178]],["name/6378",[611,58.27]],["parent/6378",[1918,9.178]],["name/6379",[612,58.27]],["parent/6379",[1918,9.178]],["name/6380",[76,57.883]],["parent/6380",[1882,6.865]],["name/6381",[173,20.78]],["parent/6381",[1919,10.024]],["name/6382",[408,29.731]],["parent/6382",[1920,8.56]],["name/6383",[615,58.27]],["parent/6383",[1920,8.56]],["name/6384",[71,49.643]],["parent/6384",[1920,8.56]],["name/6385",[570,51.363]],["parent/6385",[1920,8.56]],["name/6386",[616,58.27]],["parent/6386",[1920,8.56]],["name/6387",[617,58.27]],["parent/6387",[1920,8.56]],["name/6388",[78,58.075]],["parent/6388",[1882,6.865]],["name/6389",[173,20.78]],["parent/6389",[1921,10.024]],["name/6390",[619,58.27]],["parent/6390",[1922,8.727]],["name/6391",[621,58.27]],["parent/6391",[1922,8.727]],["name/6392",[622,47.317]],["parent/6392",[1922,8.727]],["name/6393",[623,58.27]],["parent/6393",[1922,8.727]],["name/6394",[624,58.27]],["parent/6394",[1922,8.727]],["name/6395",[98,51.167]],["parent/6395",[1882,6.865]],["name/6396",[173,20.78]],["parent/6396",[1923,10.024]],["name/6397",[626,58.27]],["parent/6397",[1924,10.024]],["name/6398",[93,50.025]],["parent/6398",[1882,6.865]],["name/6399",[173,20.78]],["parent/6399",[1925,10.024]],["name/6400",[629,58.27]],["parent/6400",[1926,9.178]],["name/6401",[631,58.27]],["parent/6401",[1926,9.178]],["name/6402",[632,58.27]],["parent/6402",[1926,9.178]],["name/6403",[79,57.883]],["parent/6403",[1882,6.865]],["name/6404",[173,20.78]],["parent/6404",[1927,10.024]],["name/6405",[581,49.316]],["parent/6405",[1928,7.907]],["name/6406",[547,44.444]],["parent/6406",[1928,7.907]],["name/6407",[544,45.905]],["parent/6407",[1928,7.907]],["name/6408",[635,58.27]],["parent/6408",[1928,7.907]],["name/6409",[636,46.586]],["parent/6409",[1928,7.907]],["name/6410",[637,58.27]],["parent/6410",[1928,7.907]],["name/6411",[98,51.167]],["parent/6411",[1928,7.907]],["name/6412",[93,50.025]],["parent/6412",[1928,7.907]],["name/6413",[638,58.27]],["parent/6413",[1928,7.907]],["name/6414",[639,58.27]],["parent/6414",[1928,7.907]],["name/6415",[640,58.27]],["parent/6415",[1928,7.907]],["name/6416",[534,51.363]],["parent/6416",[1928,7.907]],["name/6417",[80,55.757]],["parent/6417",[1882,6.865]],["name/6418",[173,20.78]],["parent/6418",[1929,10.024]],["name/6419",[408,29.731]],["parent/6419",[1930,9.514]],["name/6420",[547,44.444]],["parent/6420",[1930,9.514]],["name/6421",[81,57.883]],["parent/6421",[1882,6.865]],["name/6422",[173,20.78]],["parent/6422",[1931,10.024]],["name/6423",[644,58.27]],["parent/6423",[1932,8.927]],["name/6424",[173,20.78]],["parent/6424",[1932,8.927]],["name/6425",[646,51.363]],["parent/6425",[1933,8.56]],["name/6426",[636,46.586]],["parent/6426",[1933,8.56]],["name/6427",[622,47.317]],["parent/6427",[1933,8.56]],["name/6428",[648,58.27]],["parent/6428",[1932,8.927]],["name/6429",[173,20.78]],["parent/6429",[1932,8.927]],["name/6430",[646,51.363]],["parent/6430",[1933,8.56]],["name/6431",[636,46.586]],["parent/6431",[1933,8.56]],["name/6432",[622,47.317]],["parent/6432",[1933,8.56]],["name/6433",[83,55.604]],["parent/6433",[1882,6.865]],["name/6434",[173,20.78]],["parent/6434",[1934,10.024]],["name/6435",[65,47.186]],["parent/6435",[1935,8.56]],["name/6436",[421,44.394]],["parent/6436",[1935,8.56]],["name/6437",[408,29.731]],["parent/6437",[1935,8.56]],["name/6438",[94,51.023]],["parent/6438",[1935,8.56]],["name/6439",[73,51.562]],["parent/6439",[1935,8.56]],["name/6440",[540,45.268]],["parent/6440",[1935,8.56]],["name/6441",[651,56.147]],["parent/6441",[1882,6.865]],["name/6442",[86,57.883]],["parent/6442",[1882,6.865]],["name/6443",[173,20.78]],["parent/6443",[1936,10.024]],["name/6444",[653,58.27]],["parent/6444",[1937,8.727]],["name/6445",[655,58.27]],["parent/6445",[1937,8.727]],["name/6446",[656,58.27]],["parent/6446",[1937,8.727]],["name/6447",[657,58.27]],["parent/6447",[1937,8.727]],["name/6448",[658,58.27]],["parent/6448",[1937,8.727]],["name/6449",[87,58.075]],["parent/6449",[1882,6.865]],["name/6450",[173,20.78]],["parent/6450",[1938,10.024]],["name/6451",[408,29.731]],["parent/6451",[1939,8.927]],["name/6452",[661,58.27]],["parent/6452",[1939,8.927]],["name/6453",[662,58.27]],["parent/6453",[1939,8.927]],["name/6454",[663,58.27]],["parent/6454",[1939,8.927]],["name/6455",[88,57.883]],["parent/6455",[1882,6.865]],["name/6456",[173,20.78]],["parent/6456",[1940,10.024]],["name/6457",[408,29.731]],["parent/6457",[1941,8.081]],["name/6458",[340,56.068]],["parent/6458",[1941,8.081]],["name/6459",[666,58.27]],["parent/6459",[1941,8.081]],["name/6460",[334,56.147]],["parent/6460",[1941,8.081]],["name/6461",[667,58.27]],["parent/6461",[1941,8.081]],["name/6462",[668,58.27]],["parent/6462",[1941,8.081]],["name/6463",[669,58.27]],["parent/6463",[1941,8.081]],["name/6464",[670,58.27]],["parent/6464",[1941,8.081]],["name/6465",[671,58.27]],["parent/6465",[1941,8.081]],["name/6466",[672,58.27]],["parent/6466",[1941,8.081]],["name/6467",[89,57.511]],["parent/6467",[1882,6.865]],["name/6468",[173,20.78]],["parent/6468",[1942,10.024]],["name/6469",[408,29.731]],["parent/6469",[1943,8.727]],["name/6470",[675,58.27]],["parent/6470",[1943,8.727]],["name/6471",[676,58.27]],["parent/6471",[1943,8.727]],["name/6472",[677,58.27]],["parent/6472",[1943,8.727]],["name/6473",[678,58.27]],["parent/6473",[1943,8.727]],["name/6474",[90,57.883]],["parent/6474",[1882,6.865]],["name/6475",[173,20.78]],["parent/6475",[1944,10.024]],["name/6476",[562,45.295]],["parent/6476",[1945,9.178]],["name/6477",[532,51.363]],["parent/6477",[1945,9.178]],["name/6478",[681,58.27]],["parent/6478",[1945,9.178]],["name/6479",[91,58.075]],["parent/6479",[1882,6.865]],["name/6480",[173,20.78]],["parent/6480",[1946,10.024]],["name/6481",[408,29.731]],["parent/6481",[1947,8.927]],["name/6482",[684,51.363]],["parent/6482",[1947,8.927]],["name/6483",[172,58.075]],["parent/6483",[1947,8.927]],["name/6484",[592,51.363]],["parent/6484",[1947,8.927]],["name/6485",[95,58.075]],["parent/6485",[1882,6.865]],["name/6486",[173,20.78]],["parent/6486",[1948,10.024]],["name/6487",[686,54.532]],["parent/6487",[1949,8.292]],["name/6488",[582,51.363]],["parent/6488",[1949,8.292]],["name/6489",[688,58.27]],["parent/6489",[1949,8.292]],["name/6490",[511,47.317]],["parent/6490",[1949,8.292]],["name/6491",[591,49.811]],["parent/6491",[1949,8.292]],["name/6492",[352,50.243]],["parent/6492",[1949,8.292]],["name/6493",[684,51.363]],["parent/6493",[1949,8.292]],["name/6494",[689,58.27]],["parent/6494",[1949,8.292]],["name/6495",[97,55.911]],["parent/6495",[1882,6.865]],["name/6496",[173,20.78]],["parent/6496",[1950,10.024]],["name/6497",[417,58.075]],["parent/6497",[1951,8.927]],["name/6498",[419,58.075]],["parent/6498",[1951,8.927]],["name/6499",[420,58.075]],["parent/6499",[1951,8.927]],["name/6500",[421,44.394]],["parent/6500",[1951,8.927]],["name/6501",[44,67.457]],["parent/6501",[29,9.514]],["name/6502",[73,51.562]],["parent/6502",[1952,6.865]],["name/6503",[173,20.78]],["parent/6503",[1953,10.024]],["name/6504",[504,58.27]],["parent/6504",[1954,8.927]],["name/6505",[506,58.27]],["parent/6505",[1954,8.927]],["name/6506",[155,37.858]],["parent/6506",[1954,8.927]],["name/6507",[507,58.27]],["parent/6507",[1954,8.927]],["name/6508",[92,51.167]],["parent/6508",[1952,6.865]],["name/6509",[173,20.78]],["parent/6509",[1955,10.024]],["name/6510",[509,58.27]],["parent/6510",[1956,8.727]],["name/6511",[511,47.317]],["parent/6511",[1956,8.727]],["name/6512",[512,51.363]],["parent/6512",[1956,8.727]],["name/6513",[344,48.357]],["parent/6513",[1956,8.727]],["name/6514",[513,51.363]],["parent/6514",[1956,8.727]],["name/6515",[65,47.186]],["parent/6515",[1952,6.865]],["name/6516",[173,20.78]],["parent/6516",[1957,10.024]],["name/6517",[408,29.731]],["parent/6517",[1958,7.413]],["name/6518",[493,49.276]],["parent/6518",[1958,7.413]],["name/6519",[516,51.363]],["parent/6519",[1958,7.413]],["name/6520",[517,58.27]],["parent/6520",[1958,7.413]],["name/6521",[518,58.27]],["parent/6521",[1958,7.413]],["name/6522",[421,44.394]],["parent/6522",[1958,7.413]],["name/6523",[519,58.27]],["parent/6523",[1958,7.413]],["name/6524",[520,58.27]],["parent/6524",[1958,7.413]],["name/6525",[521,51.363]],["parent/6525",[1958,7.413]],["name/6526",[344,48.357]],["parent/6526",[1958,7.413]],["name/6527",[155,37.858]],["parent/6527",[1958,7.413]],["name/6528",[522,58.27]],["parent/6528",[1958,7.413]],["name/6529",[523,58.27]],["parent/6529",[1958,7.413]],["name/6530",[524,58.27]],["parent/6530",[1958,7.413]],["name/6531",[525,58.27]],["parent/6531",[1958,7.413]],["name/6532",[526,47.618]],["parent/6532",[1958,7.413]],["name/6533",[527,58.27]],["parent/6533",[1958,7.413]],["name/6534",[513,51.363]],["parent/6534",[1958,7.413]],["name/6535",[528,58.27]],["parent/6535",[1958,7.413]],["name/6536",[92,51.167]],["parent/6536",[1958,7.413]],["name/6537",[67,57.883]],["parent/6537",[1952,6.865]],["name/6538",[173,20.78]],["parent/6538",[1959,10.024]],["name/6539",[530,58.27]],["parent/6539",[1960,8.927]],["name/6540",[532,51.363]],["parent/6540",[1960,8.927]],["name/6541",[533,58.27]],["parent/6541",[1960,8.927]],["name/6542",[534,51.363]],["parent/6542",[1960,8.927]],["name/6543",[68,51.167]],["parent/6543",[1952,6.865]],["name/6544",[173,20.78]],["parent/6544",[1961,10.024]],["name/6545",[410,39.926]],["parent/6545",[1962,9.178]],["name/6546",[411,58.075]],["parent/6546",[1962,9.178]],["name/6547",[537,58.27]],["parent/6547",[1962,9.178]],["name/6548",[69,57.883]],["parent/6548",[1952,6.865]],["name/6549",[173,20.78]],["parent/6549",[1963,10.024]],["name/6550",[408,29.731]],["parent/6550",[1964,8.292]],["name/6551",[540,45.268]],["parent/6551",[1964,8.292]],["name/6552",[155,37.858]],["parent/6552",[1964,8.292]],["name/6553",[541,58.27]],["parent/6553",[1964,8.292]],["name/6554",[542,58.27]],["parent/6554",[1964,8.292]],["name/6555",[543,58.27]],["parent/6555",[1964,8.292]],["name/6556",[342,56.068]],["parent/6556",[1964,8.292]],["name/6557",[544,45.905]],["parent/6557",[1964,8.292]],["name/6558",[70,51.167]],["parent/6558",[1952,6.865]],["name/6559",[173,20.78]],["parent/6559",[1965,10.024]],["name/6560",[155,37.858]],["parent/6560",[1966,7.907]],["name/6561",[547,44.444]],["parent/6561",[1966,7.907]],["name/6562",[544,45.905]],["parent/6562",[1966,7.907]],["name/6563",[540,45.268]],["parent/6563",[1966,7.907]],["name/6564",[548,58.27]],["parent/6564",[1966,7.907]],["name/6565",[549,58.27]],["parent/6565",[1966,7.907]],["name/6566",[550,58.27]],["parent/6566",[1966,7.907]],["name/6567",[551,58.27]],["parent/6567",[1966,7.907]],["name/6568",[552,58.27]],["parent/6568",[1966,7.907]],["name/6569",[553,58.27]],["parent/6569",[1966,7.907]],["name/6570",[554,56.227]],["parent/6570",[1966,7.907]],["name/6571",[555,56.227]],["parent/6571",[1966,7.907]],["name/6572",[82,57.511]],["parent/6572",[1952,6.865]],["name/6573",[173,20.78]],["parent/6573",[1967,10.024]],["name/6574",[408,29.731]],["parent/6574",[1968,8.927]],["name/6575",[493,49.276]],["parent/6575",[1968,8.927]],["name/6576",[155,37.858]],["parent/6576",[1968,8.927]],["name/6577",[516,51.363]],["parent/6577",[1968,8.927]],["name/6578",[77,51.167]],["parent/6578",[1952,6.865]],["name/6579",[173,20.78]],["parent/6579",[1969,10.024]],["name/6580",[559,58.27]],["parent/6580",[1970,9.178]],["name/6581",[561,58.27]],["parent/6581",[1970,9.178]],["name/6582",[562,45.295]],["parent/6582",[1970,9.178]],["name/6583",[96,55.911]],["parent/6583",[1952,6.865]],["name/6584",[173,20.78]],["parent/6584",[1971,10.024]],["name/6585",[410,39.926]],["parent/6585",[1972,9.178]],["name/6586",[155,37.858]],["parent/6586",[1972,9.178]],["name/6587",[77,51.167]],["parent/6587",[1972,9.178]],["name/6588",[85,57.978]],["parent/6588",[1952,6.865]],["name/6589",[173,20.78]],["parent/6589",[1973,10.024]],["name/6590",[547,44.444]],["parent/6590",[1974,9.514]],["name/6591",[567,51.363]],["parent/6591",[1974,9.514]],["name/6592",[84,48.96]],["parent/6592",[1952,6.865]],["name/6593",[173,20.78]],["parent/6593",[1975,10.024]],["name/6594",[408,29.731]],["parent/6594",[1976,8.417]],["name/6595",[570,51.363]],["parent/6595",[1976,8.417]],["name/6596",[571,58.27]],["parent/6596",[1976,8.417]],["name/6597",[572,56.227]],["parent/6597",[1976,8.417]],["name/6598",[567,51.363]],["parent/6598",[1976,8.417]],["name/6599",[573,58.27]],["parent/6599",[1976,8.417]],["name/6600",[574,58.27]],["parent/6600",[1976,8.417]],["name/6601",[345,56.721]],["parent/6601",[1952,6.865]],["name/6602",[173,20.78]],["parent/6602",[1977,10.024]],["name/6603",[576,62.202]],["parent/6603",[1978,8.927]],["name/6604",[578,62.202]],["parent/6604",[1978,8.927]],["name/6605",[410,39.926]],["parent/6605",[1978,8.927]],["name/6606",[562,45.295]],["parent/6606",[1978,8.927]],["name/6607",[94,51.023]],["parent/6607",[1952,6.865]],["name/6608",[173,20.78]],["parent/6608",[1979,10.024]],["name/6609",[408,29.731]],["parent/6609",[1980,7.017]],["name/6610",[581,49.316]],["parent/6610",[1980,7.017]],["name/6611",[155,37.858]],["parent/6611",[1980,7.017]],["name/6612",[65,47.186]],["parent/6612",[1980,7.017]],["name/6613",[582,51.363]],["parent/6613",[1980,7.017]],["name/6614",[583,58.27]],["parent/6614",[1980,7.017]],["name/6615",[145,57.978]],["parent/6615",[1980,7.017]],["name/6616",[584,58.27]],["parent/6616",[1980,7.017]],["name/6617",[421,44.394]],["parent/6617",[1980,7.017]],["name/6618",[526,47.618]],["parent/6618",[1980,7.017]],["name/6619",[585,58.27]],["parent/6619",[1980,7.017]],["name/6620",[586,58.27]],["parent/6620",[1980,7.017]],["name/6621",[587,58.27]],["parent/6621",[1980,7.017]],["name/6622",[588,58.27]],["parent/6622",[1980,7.017]],["name/6623",[589,58.27]],["parent/6623",[1980,7.017]],["name/6624",[590,58.27]],["parent/6624",[1980,7.017]],["name/6625",[511,47.317]],["parent/6625",[1980,7.017]],["name/6626",[591,49.811]],["parent/6626",[1980,7.017]],["name/6627",[352,50.243]],["parent/6627",[1980,7.017]],["name/6628",[592,51.363]],["parent/6628",[1980,7.017]],["name/6629",[593,56.227]],["parent/6629",[1980,7.017]],["name/6630",[594,56.227]],["parent/6630",[1980,7.017]],["name/6631",[70,51.167]],["parent/6631",[1980,7.017]],["name/6632",[84,48.96]],["parent/6632",[1980,7.017]],["name/6633",[68,51.167]],["parent/6633",[1980,7.017]],["name/6634",[512,51.363]],["parent/6634",[1980,7.017]],["name/6635",[595,58.27]],["parent/6635",[1980,7.017]],["name/6636",[596,62.202]],["parent/6636",[1980,7.017]],["name/6637",[387,62.202]],["parent/6637",[1980,7.017]],["name/6638",[597,58.27]],["parent/6638",[1980,7.017]],["name/6639",[71,49.643]],["parent/6639",[1952,6.865]],["name/6640",[173,20.78]],["parent/6640",[1981,10.024]],["name/6641",[599,58.27]],["parent/6641",[1982,9.514]],["name/6642",[601,58.27]],["parent/6642",[1982,9.514]],["name/6643",[72,57.883]],["parent/6643",[1952,6.865]],["name/6644",[173,20.78]],["parent/6644",[1983,10.024]],["name/6645",[408,29.731]],["parent/6645",[1984,8.927]],["name/6646",[562,45.295]],["parent/6646",[1984,8.927]],["name/6647",[604,58.27]],["parent/6647",[1984,8.927]],["name/6648",[605,58.27]],["parent/6648",[1984,8.927]],["name/6649",[74,58.075]],["parent/6649",[1952,6.865]],["name/6650",[173,20.78]],["parent/6650",[1985,10.024]],["name/6651",[408,29.731]],["parent/6651",[1986,8.927]],["name/6652",[410,39.926]],["parent/6652",[1986,8.927]],["name/6653",[521,51.363]],["parent/6653",[1986,8.927]],["name/6654",[608,58.27]],["parent/6654",[1986,8.927]],["name/6655",[75,57.883]],["parent/6655",[1952,6.865]],["name/6656",[173,20.78]],["parent/6656",[1987,10.024]],["name/6657",[410,39.926]],["parent/6657",[1988,9.178]],["name/6658",[611,58.27]],["parent/6658",[1988,9.178]],["name/6659",[612,58.27]],["parent/6659",[1988,9.178]],["name/6660",[76,57.883]],["parent/6660",[1952,6.865]],["name/6661",[173,20.78]],["parent/6661",[1989,10.024]],["name/6662",[408,29.731]],["parent/6662",[1990,8.56]],["name/6663",[615,58.27]],["parent/6663",[1990,8.56]],["name/6664",[71,49.643]],["parent/6664",[1990,8.56]],["name/6665",[570,51.363]],["parent/6665",[1990,8.56]],["name/6666",[616,58.27]],["parent/6666",[1990,8.56]],["name/6667",[617,58.27]],["parent/6667",[1990,8.56]],["name/6668",[78,58.075]],["parent/6668",[1952,6.865]],["name/6669",[173,20.78]],["parent/6669",[1991,10.024]],["name/6670",[619,58.27]],["parent/6670",[1992,8.727]],["name/6671",[621,58.27]],["parent/6671",[1992,8.727]],["name/6672",[622,47.317]],["parent/6672",[1992,8.727]],["name/6673",[623,58.27]],["parent/6673",[1992,8.727]],["name/6674",[624,58.27]],["parent/6674",[1992,8.727]],["name/6675",[98,51.167]],["parent/6675",[1952,6.865]],["name/6676",[173,20.78]],["parent/6676",[1993,10.024]],["name/6677",[626,58.27]],["parent/6677",[1994,10.024]],["name/6678",[93,50.025]],["parent/6678",[1952,6.865]],["name/6679",[173,20.78]],["parent/6679",[1995,10.024]],["name/6680",[629,58.27]],["parent/6680",[1996,9.178]],["name/6681",[631,58.27]],["parent/6681",[1996,9.178]],["name/6682",[632,58.27]],["parent/6682",[1996,9.178]],["name/6683",[79,57.883]],["parent/6683",[1952,6.865]],["name/6684",[173,20.78]],["parent/6684",[1997,10.024]],["name/6685",[581,49.316]],["parent/6685",[1998,7.907]],["name/6686",[547,44.444]],["parent/6686",[1998,7.907]],["name/6687",[544,45.905]],["parent/6687",[1998,7.907]],["name/6688",[635,58.27]],["parent/6688",[1998,7.907]],["name/6689",[636,46.586]],["parent/6689",[1998,7.907]],["name/6690",[637,58.27]],["parent/6690",[1998,7.907]],["name/6691",[98,51.167]],["parent/6691",[1998,7.907]],["name/6692",[93,50.025]],["parent/6692",[1998,7.907]],["name/6693",[638,58.27]],["parent/6693",[1998,7.907]],["name/6694",[639,58.27]],["parent/6694",[1998,7.907]],["name/6695",[640,58.27]],["parent/6695",[1998,7.907]],["name/6696",[534,51.363]],["parent/6696",[1998,7.907]],["name/6697",[80,55.757]],["parent/6697",[1952,6.865]],["name/6698",[173,20.78]],["parent/6698",[1999,10.024]],["name/6699",[408,29.731]],["parent/6699",[2000,9.514]],["name/6700",[547,44.444]],["parent/6700",[2000,9.514]],["name/6701",[81,57.883]],["parent/6701",[1952,6.865]],["name/6702",[173,20.78]],["parent/6702",[2001,10.024]],["name/6703",[644,58.27]],["parent/6703",[2002,8.927]],["name/6704",[173,20.78]],["parent/6704",[2002,8.927]],["name/6705",[646,51.363]],["parent/6705",[2003,8.56]],["name/6706",[636,46.586]],["parent/6706",[2003,8.56]],["name/6707",[622,47.317]],["parent/6707",[2003,8.56]],["name/6708",[648,58.27]],["parent/6708",[2002,8.927]],["name/6709",[173,20.78]],["parent/6709",[2002,8.927]],["name/6710",[646,51.363]],["parent/6710",[2003,8.56]],["name/6711",[636,46.586]],["parent/6711",[2003,8.56]],["name/6712",[622,47.317]],["parent/6712",[2003,8.56]],["name/6713",[83,55.604]],["parent/6713",[1952,6.865]],["name/6714",[173,20.78]],["parent/6714",[2004,10.024]],["name/6715",[65,47.186]],["parent/6715",[2005,8.56]],["name/6716",[421,44.394]],["parent/6716",[2005,8.56]],["name/6717",[408,29.731]],["parent/6717",[2005,8.56]],["name/6718",[94,51.023]],["parent/6718",[2005,8.56]],["name/6719",[73,51.562]],["parent/6719",[2005,8.56]],["name/6720",[540,45.268]],["parent/6720",[2005,8.56]],["name/6721",[651,56.147]],["parent/6721",[1952,6.865]],["name/6722",[86,57.883]],["parent/6722",[1952,6.865]],["name/6723",[173,20.78]],["parent/6723",[2006,10.024]],["name/6724",[653,58.27]],["parent/6724",[2007,8.727]],["name/6725",[655,58.27]],["parent/6725",[2007,8.727]],["name/6726",[656,58.27]],["parent/6726",[2007,8.727]],["name/6727",[657,58.27]],["parent/6727",[2007,8.727]],["name/6728",[658,58.27]],["parent/6728",[2007,8.727]],["name/6729",[87,58.075]],["parent/6729",[1952,6.865]],["name/6730",[173,20.78]],["parent/6730",[2008,10.024]],["name/6731",[408,29.731]],["parent/6731",[2009,8.927]],["name/6732",[661,58.27]],["parent/6732",[2009,8.927]],["name/6733",[662,58.27]],["parent/6733",[2009,8.927]],["name/6734",[663,58.27]],["parent/6734",[2009,8.927]],["name/6735",[88,57.883]],["parent/6735",[1952,6.865]],["name/6736",[173,20.78]],["parent/6736",[2010,10.024]],["name/6737",[408,29.731]],["parent/6737",[2011,8.081]],["name/6738",[340,56.068]],["parent/6738",[2011,8.081]],["name/6739",[666,58.27]],["parent/6739",[2011,8.081]],["name/6740",[334,56.147]],["parent/6740",[2011,8.081]],["name/6741",[667,58.27]],["parent/6741",[2011,8.081]],["name/6742",[668,58.27]],["parent/6742",[2011,8.081]],["name/6743",[669,58.27]],["parent/6743",[2011,8.081]],["name/6744",[670,58.27]],["parent/6744",[2011,8.081]],["name/6745",[671,58.27]],["parent/6745",[2011,8.081]],["name/6746",[672,58.27]],["parent/6746",[2011,8.081]],["name/6747",[89,57.511]],["parent/6747",[1952,6.865]],["name/6748",[173,20.78]],["parent/6748",[2012,10.024]],["name/6749",[408,29.731]],["parent/6749",[2013,8.727]],["name/6750",[675,58.27]],["parent/6750",[2013,8.727]],["name/6751",[676,58.27]],["parent/6751",[2013,8.727]],["name/6752",[677,58.27]],["parent/6752",[2013,8.727]],["name/6753",[678,58.27]],["parent/6753",[2013,8.727]],["name/6754",[90,57.883]],["parent/6754",[1952,6.865]],["name/6755",[173,20.78]],["parent/6755",[2014,10.024]],["name/6756",[562,45.295]],["parent/6756",[2015,9.178]],["name/6757",[532,51.363]],["parent/6757",[2015,9.178]],["name/6758",[681,58.27]],["parent/6758",[2015,9.178]],["name/6759",[91,58.075]],["parent/6759",[1952,6.865]],["name/6760",[173,20.78]],["parent/6760",[2016,10.024]],["name/6761",[408,29.731]],["parent/6761",[2017,8.927]],["name/6762",[684,51.363]],["parent/6762",[2017,8.927]],["name/6763",[172,58.075]],["parent/6763",[2017,8.927]],["name/6764",[592,51.363]],["parent/6764",[2017,8.927]],["name/6765",[95,58.075]],["parent/6765",[1952,6.865]],["name/6766",[173,20.78]],["parent/6766",[2018,10.024]],["name/6767",[686,54.532]],["parent/6767",[2019,8.292]],["name/6768",[582,51.363]],["parent/6768",[2019,8.292]],["name/6769",[688,58.27]],["parent/6769",[2019,8.292]],["name/6770",[511,47.317]],["parent/6770",[2019,8.292]],["name/6771",[591,49.811]],["parent/6771",[2019,8.292]],["name/6772",[352,50.243]],["parent/6772",[2019,8.292]],["name/6773",[684,51.363]],["parent/6773",[2019,8.292]],["name/6774",[689,58.27]],["parent/6774",[2019,8.292]],["name/6775",[97,55.911]],["parent/6775",[1952,6.865]],["name/6776",[173,20.78]],["parent/6776",[2020,10.024]],["name/6777",[417,58.075]],["parent/6777",[2021,8.927]],["name/6778",[419,58.075]],["parent/6778",[2021,8.927]],["name/6779",[420,58.075]],["parent/6779",[2021,8.927]],["name/6780",[421,44.394]],["parent/6780",[2021,8.927]],["name/6781",[44,67.457]],["parent/6781",[30,9.514]],["name/6782",[73,51.562]],["parent/6782",[2022,6.865]],["name/6783",[173,20.78]],["parent/6783",[2023,10.024]],["name/6784",[504,58.27]],["parent/6784",[2024,8.927]],["name/6785",[506,58.27]],["parent/6785",[2024,8.927]],["name/6786",[155,37.858]],["parent/6786",[2024,8.927]],["name/6787",[507,58.27]],["parent/6787",[2024,8.927]],["name/6788",[92,51.167]],["parent/6788",[2022,6.865]],["name/6789",[173,20.78]],["parent/6789",[2025,10.024]],["name/6790",[509,58.27]],["parent/6790",[2026,8.727]],["name/6791",[511,47.317]],["parent/6791",[2026,8.727]],["name/6792",[512,51.363]],["parent/6792",[2026,8.727]],["name/6793",[344,48.357]],["parent/6793",[2026,8.727]],["name/6794",[513,51.363]],["parent/6794",[2026,8.727]],["name/6795",[65,47.186]],["parent/6795",[2022,6.865]],["name/6796",[173,20.78]],["parent/6796",[2027,10.024]],["name/6797",[408,29.731]],["parent/6797",[2028,7.413]],["name/6798",[493,49.276]],["parent/6798",[2028,7.413]],["name/6799",[516,51.363]],["parent/6799",[2028,7.413]],["name/6800",[517,58.27]],["parent/6800",[2028,7.413]],["name/6801",[518,58.27]],["parent/6801",[2028,7.413]],["name/6802",[421,44.394]],["parent/6802",[2028,7.413]],["name/6803",[519,58.27]],["parent/6803",[2028,7.413]],["name/6804",[520,58.27]],["parent/6804",[2028,7.413]],["name/6805",[521,51.363]],["parent/6805",[2028,7.413]],["name/6806",[344,48.357]],["parent/6806",[2028,7.413]],["name/6807",[155,37.858]],["parent/6807",[2028,7.413]],["name/6808",[522,58.27]],["parent/6808",[2028,7.413]],["name/6809",[523,58.27]],["parent/6809",[2028,7.413]],["name/6810",[524,58.27]],["parent/6810",[2028,7.413]],["name/6811",[525,58.27]],["parent/6811",[2028,7.413]],["name/6812",[526,47.618]],["parent/6812",[2028,7.413]],["name/6813",[527,58.27]],["parent/6813",[2028,7.413]],["name/6814",[513,51.363]],["parent/6814",[2028,7.413]],["name/6815",[528,58.27]],["parent/6815",[2028,7.413]],["name/6816",[92,51.167]],["parent/6816",[2028,7.413]],["name/6817",[67,57.883]],["parent/6817",[2022,6.865]],["name/6818",[173,20.78]],["parent/6818",[2029,10.024]],["name/6819",[530,58.27]],["parent/6819",[2030,8.927]],["name/6820",[532,51.363]],["parent/6820",[2030,8.927]],["name/6821",[533,58.27]],["parent/6821",[2030,8.927]],["name/6822",[534,51.363]],["parent/6822",[2030,8.927]],["name/6823",[68,51.167]],["parent/6823",[2022,6.865]],["name/6824",[173,20.78]],["parent/6824",[2031,10.024]],["name/6825",[410,39.926]],["parent/6825",[2032,9.178]],["name/6826",[411,58.075]],["parent/6826",[2032,9.178]],["name/6827",[537,58.27]],["parent/6827",[2032,9.178]],["name/6828",[69,57.883]],["parent/6828",[2022,6.865]],["name/6829",[173,20.78]],["parent/6829",[2033,10.024]],["name/6830",[408,29.731]],["parent/6830",[2034,8.292]],["name/6831",[540,45.268]],["parent/6831",[2034,8.292]],["name/6832",[155,37.858]],["parent/6832",[2034,8.292]],["name/6833",[541,58.27]],["parent/6833",[2034,8.292]],["name/6834",[542,58.27]],["parent/6834",[2034,8.292]],["name/6835",[543,58.27]],["parent/6835",[2034,8.292]],["name/6836",[342,56.068]],["parent/6836",[2034,8.292]],["name/6837",[544,45.905]],["parent/6837",[2034,8.292]],["name/6838",[70,51.167]],["parent/6838",[2022,6.865]],["name/6839",[173,20.78]],["parent/6839",[2035,10.024]],["name/6840",[155,37.858]],["parent/6840",[2036,7.907]],["name/6841",[547,44.444]],["parent/6841",[2036,7.907]],["name/6842",[544,45.905]],["parent/6842",[2036,7.907]],["name/6843",[540,45.268]],["parent/6843",[2036,7.907]],["name/6844",[548,58.27]],["parent/6844",[2036,7.907]],["name/6845",[549,58.27]],["parent/6845",[2036,7.907]],["name/6846",[550,58.27]],["parent/6846",[2036,7.907]],["name/6847",[551,58.27]],["parent/6847",[2036,7.907]],["name/6848",[552,58.27]],["parent/6848",[2036,7.907]],["name/6849",[553,58.27]],["parent/6849",[2036,7.907]],["name/6850",[554,56.227]],["parent/6850",[2036,7.907]],["name/6851",[555,56.227]],["parent/6851",[2036,7.907]],["name/6852",[82,57.511]],["parent/6852",[2022,6.865]],["name/6853",[173,20.78]],["parent/6853",[2037,10.024]],["name/6854",[408,29.731]],["parent/6854",[2038,8.927]],["name/6855",[493,49.276]],["parent/6855",[2038,8.927]],["name/6856",[155,37.858]],["parent/6856",[2038,8.927]],["name/6857",[516,51.363]],["parent/6857",[2038,8.927]],["name/6858",[77,51.167]],["parent/6858",[2022,6.865]],["name/6859",[173,20.78]],["parent/6859",[2039,10.024]],["name/6860",[559,58.27]],["parent/6860",[2040,9.178]],["name/6861",[561,58.27]],["parent/6861",[2040,9.178]],["name/6862",[562,45.295]],["parent/6862",[2040,9.178]],["name/6863",[96,55.911]],["parent/6863",[2022,6.865]],["name/6864",[173,20.78]],["parent/6864",[2041,10.024]],["name/6865",[410,39.926]],["parent/6865",[2042,9.178]],["name/6866",[155,37.858]],["parent/6866",[2042,9.178]],["name/6867",[77,51.167]],["parent/6867",[2042,9.178]],["name/6868",[85,57.978]],["parent/6868",[2022,6.865]],["name/6869",[173,20.78]],["parent/6869",[2043,10.024]],["name/6870",[547,44.444]],["parent/6870",[2044,9.514]],["name/6871",[567,51.363]],["parent/6871",[2044,9.514]],["name/6872",[84,48.96]],["parent/6872",[2022,6.865]],["name/6873",[173,20.78]],["parent/6873",[2045,10.024]],["name/6874",[408,29.731]],["parent/6874",[2046,8.417]],["name/6875",[570,51.363]],["parent/6875",[2046,8.417]],["name/6876",[571,58.27]],["parent/6876",[2046,8.417]],["name/6877",[572,56.227]],["parent/6877",[2046,8.417]],["name/6878",[567,51.363]],["parent/6878",[2046,8.417]],["name/6879",[573,58.27]],["parent/6879",[2046,8.417]],["name/6880",[574,58.27]],["parent/6880",[2046,8.417]],["name/6881",[345,56.721]],["parent/6881",[2022,6.865]],["name/6882",[173,20.78]],["parent/6882",[2047,10.024]],["name/6883",[576,62.202]],["parent/6883",[2048,8.927]],["name/6884",[578,62.202]],["parent/6884",[2048,8.927]],["name/6885",[410,39.926]],["parent/6885",[2048,8.927]],["name/6886",[562,45.295]],["parent/6886",[2048,8.927]],["name/6887",[94,51.023]],["parent/6887",[2022,6.865]],["name/6888",[173,20.78]],["parent/6888",[2049,10.024]],["name/6889",[408,29.731]],["parent/6889",[2050,7.017]],["name/6890",[581,49.316]],["parent/6890",[2050,7.017]],["name/6891",[155,37.858]],["parent/6891",[2050,7.017]],["name/6892",[65,47.186]],["parent/6892",[2050,7.017]],["name/6893",[582,51.363]],["parent/6893",[2050,7.017]],["name/6894",[583,58.27]],["parent/6894",[2050,7.017]],["name/6895",[145,57.978]],["parent/6895",[2050,7.017]],["name/6896",[584,58.27]],["parent/6896",[2050,7.017]],["name/6897",[421,44.394]],["parent/6897",[2050,7.017]],["name/6898",[526,47.618]],["parent/6898",[2050,7.017]],["name/6899",[585,58.27]],["parent/6899",[2050,7.017]],["name/6900",[586,58.27]],["parent/6900",[2050,7.017]],["name/6901",[587,58.27]],["parent/6901",[2050,7.017]],["name/6902",[588,58.27]],["parent/6902",[2050,7.017]],["name/6903",[589,58.27]],["parent/6903",[2050,7.017]],["name/6904",[590,58.27]],["parent/6904",[2050,7.017]],["name/6905",[511,47.317]],["parent/6905",[2050,7.017]],["name/6906",[591,49.811]],["parent/6906",[2050,7.017]],["name/6907",[352,50.243]],["parent/6907",[2050,7.017]],["name/6908",[592,51.363]],["parent/6908",[2050,7.017]],["name/6909",[593,56.227]],["parent/6909",[2050,7.017]],["name/6910",[594,56.227]],["parent/6910",[2050,7.017]],["name/6911",[70,51.167]],["parent/6911",[2050,7.017]],["name/6912",[84,48.96]],["parent/6912",[2050,7.017]],["name/6913",[68,51.167]],["parent/6913",[2050,7.017]],["name/6914",[512,51.363]],["parent/6914",[2050,7.017]],["name/6915",[595,58.27]],["parent/6915",[2050,7.017]],["name/6916",[596,62.202]],["parent/6916",[2050,7.017]],["name/6917",[387,62.202]],["parent/6917",[2050,7.017]],["name/6918",[597,58.27]],["parent/6918",[2050,7.017]],["name/6919",[71,49.643]],["parent/6919",[2022,6.865]],["name/6920",[173,20.78]],["parent/6920",[2051,10.024]],["name/6921",[599,58.27]],["parent/6921",[2052,9.514]],["name/6922",[601,58.27]],["parent/6922",[2052,9.514]],["name/6923",[72,57.883]],["parent/6923",[2022,6.865]],["name/6924",[173,20.78]],["parent/6924",[2053,10.024]],["name/6925",[408,29.731]],["parent/6925",[2054,8.927]],["name/6926",[562,45.295]],["parent/6926",[2054,8.927]],["name/6927",[604,58.27]],["parent/6927",[2054,8.927]],["name/6928",[605,58.27]],["parent/6928",[2054,8.927]],["name/6929",[74,58.075]],["parent/6929",[2022,6.865]],["name/6930",[173,20.78]],["parent/6930",[2055,10.024]],["name/6931",[408,29.731]],["parent/6931",[2056,8.927]],["name/6932",[410,39.926]],["parent/6932",[2056,8.927]],["name/6933",[521,51.363]],["parent/6933",[2056,8.927]],["name/6934",[608,58.27]],["parent/6934",[2056,8.927]],["name/6935",[75,57.883]],["parent/6935",[2022,6.865]],["name/6936",[173,20.78]],["parent/6936",[2057,10.024]],["name/6937",[410,39.926]],["parent/6937",[2058,9.178]],["name/6938",[611,58.27]],["parent/6938",[2058,9.178]],["name/6939",[612,58.27]],["parent/6939",[2058,9.178]],["name/6940",[76,57.883]],["parent/6940",[2022,6.865]],["name/6941",[173,20.78]],["parent/6941",[2059,10.024]],["name/6942",[408,29.731]],["parent/6942",[2060,8.56]],["name/6943",[615,58.27]],["parent/6943",[2060,8.56]],["name/6944",[71,49.643]],["parent/6944",[2060,8.56]],["name/6945",[570,51.363]],["parent/6945",[2060,8.56]],["name/6946",[616,58.27]],["parent/6946",[2060,8.56]],["name/6947",[617,58.27]],["parent/6947",[2060,8.56]],["name/6948",[78,58.075]],["parent/6948",[2022,6.865]],["name/6949",[173,20.78]],["parent/6949",[2061,10.024]],["name/6950",[619,58.27]],["parent/6950",[2062,8.727]],["name/6951",[621,58.27]],["parent/6951",[2062,8.727]],["name/6952",[622,47.317]],["parent/6952",[2062,8.727]],["name/6953",[623,58.27]],["parent/6953",[2062,8.727]],["name/6954",[624,58.27]],["parent/6954",[2062,8.727]],["name/6955",[98,51.167]],["parent/6955",[2022,6.865]],["name/6956",[173,20.78]],["parent/6956",[2063,10.024]],["name/6957",[626,58.27]],["parent/6957",[2064,10.024]],["name/6958",[93,50.025]],["parent/6958",[2022,6.865]],["name/6959",[173,20.78]],["parent/6959",[2065,10.024]],["name/6960",[629,58.27]],["parent/6960",[2066,9.178]],["name/6961",[631,58.27]],["parent/6961",[2066,9.178]],["name/6962",[632,58.27]],["parent/6962",[2066,9.178]],["name/6963",[79,57.883]],["parent/6963",[2022,6.865]],["name/6964",[173,20.78]],["parent/6964",[2067,10.024]],["name/6965",[581,49.316]],["parent/6965",[2068,7.907]],["name/6966",[547,44.444]],["parent/6966",[2068,7.907]],["name/6967",[544,45.905]],["parent/6967",[2068,7.907]],["name/6968",[635,58.27]],["parent/6968",[2068,7.907]],["name/6969",[636,46.586]],["parent/6969",[2068,7.907]],["name/6970",[637,58.27]],["parent/6970",[2068,7.907]],["name/6971",[98,51.167]],["parent/6971",[2068,7.907]],["name/6972",[93,50.025]],["parent/6972",[2068,7.907]],["name/6973",[638,58.27]],["parent/6973",[2068,7.907]],["name/6974",[639,58.27]],["parent/6974",[2068,7.907]],["name/6975",[640,58.27]],["parent/6975",[2068,7.907]],["name/6976",[534,51.363]],["parent/6976",[2068,7.907]],["name/6977",[80,55.757]],["parent/6977",[2022,6.865]],["name/6978",[173,20.78]],["parent/6978",[2069,10.024]],["name/6979",[408,29.731]],["parent/6979",[2070,9.514]],["name/6980",[547,44.444]],["parent/6980",[2070,9.514]],["name/6981",[81,57.883]],["parent/6981",[2022,6.865]],["name/6982",[173,20.78]],["parent/6982",[2071,10.024]],["name/6983",[644,58.27]],["parent/6983",[2072,8.927]],["name/6984",[173,20.78]],["parent/6984",[2072,8.927]],["name/6985",[646,51.363]],["parent/6985",[2073,8.56]],["name/6986",[636,46.586]],["parent/6986",[2073,8.56]],["name/6987",[622,47.317]],["parent/6987",[2073,8.56]],["name/6988",[648,58.27]],["parent/6988",[2072,8.927]],["name/6989",[173,20.78]],["parent/6989",[2072,8.927]],["name/6990",[646,51.363]],["parent/6990",[2073,8.56]],["name/6991",[636,46.586]],["parent/6991",[2073,8.56]],["name/6992",[622,47.317]],["parent/6992",[2073,8.56]],["name/6993",[83,55.604]],["parent/6993",[2022,6.865]],["name/6994",[173,20.78]],["parent/6994",[2074,10.024]],["name/6995",[65,47.186]],["parent/6995",[2075,8.56]],["name/6996",[421,44.394]],["parent/6996",[2075,8.56]],["name/6997",[408,29.731]],["parent/6997",[2075,8.56]],["name/6998",[94,51.023]],["parent/6998",[2075,8.56]],["name/6999",[73,51.562]],["parent/6999",[2075,8.56]],["name/7000",[540,45.268]],["parent/7000",[2075,8.56]],["name/7001",[651,56.147]],["parent/7001",[2022,6.865]],["name/7002",[86,57.883]],["parent/7002",[2022,6.865]],["name/7003",[173,20.78]],["parent/7003",[2076,10.024]],["name/7004",[653,58.27]],["parent/7004",[2077,8.727]],["name/7005",[655,58.27]],["parent/7005",[2077,8.727]],["name/7006",[656,58.27]],["parent/7006",[2077,8.727]],["name/7007",[657,58.27]],["parent/7007",[2077,8.727]],["name/7008",[658,58.27]],["parent/7008",[2077,8.727]],["name/7009",[87,58.075]],["parent/7009",[2022,6.865]],["name/7010",[173,20.78]],["parent/7010",[2078,10.024]],["name/7011",[408,29.731]],["parent/7011",[2079,8.927]],["name/7012",[661,58.27]],["parent/7012",[2079,8.927]],["name/7013",[662,58.27]],["parent/7013",[2079,8.927]],["name/7014",[663,58.27]],["parent/7014",[2079,8.927]],["name/7015",[88,57.883]],["parent/7015",[2022,6.865]],["name/7016",[173,20.78]],["parent/7016",[2080,10.024]],["name/7017",[408,29.731]],["parent/7017",[2081,8.081]],["name/7018",[340,56.068]],["parent/7018",[2081,8.081]],["name/7019",[666,58.27]],["parent/7019",[2081,8.081]],["name/7020",[334,56.147]],["parent/7020",[2081,8.081]],["name/7021",[667,58.27]],["parent/7021",[2081,8.081]],["name/7022",[668,58.27]],["parent/7022",[2081,8.081]],["name/7023",[669,58.27]],["parent/7023",[2081,8.081]],["name/7024",[670,58.27]],["parent/7024",[2081,8.081]],["name/7025",[671,58.27]],["parent/7025",[2081,8.081]],["name/7026",[672,58.27]],["parent/7026",[2081,8.081]],["name/7027",[89,57.511]],["parent/7027",[2022,6.865]],["name/7028",[173,20.78]],["parent/7028",[2082,10.024]],["name/7029",[408,29.731]],["parent/7029",[2083,8.727]],["name/7030",[675,58.27]],["parent/7030",[2083,8.727]],["name/7031",[676,58.27]],["parent/7031",[2083,8.727]],["name/7032",[677,58.27]],["parent/7032",[2083,8.727]],["name/7033",[678,58.27]],["parent/7033",[2083,8.727]],["name/7034",[90,57.883]],["parent/7034",[2022,6.865]],["name/7035",[173,20.78]],["parent/7035",[2084,10.024]],["name/7036",[562,45.295]],["parent/7036",[2085,9.178]],["name/7037",[532,51.363]],["parent/7037",[2085,9.178]],["name/7038",[681,58.27]],["parent/7038",[2085,9.178]],["name/7039",[91,58.075]],["parent/7039",[2022,6.865]],["name/7040",[173,20.78]],["parent/7040",[2086,10.024]],["name/7041",[408,29.731]],["parent/7041",[2087,8.927]],["name/7042",[684,51.363]],["parent/7042",[2087,8.927]],["name/7043",[172,58.075]],["parent/7043",[2087,8.927]],["name/7044",[592,51.363]],["parent/7044",[2087,8.927]],["name/7045",[95,58.075]],["parent/7045",[2022,6.865]],["name/7046",[173,20.78]],["parent/7046",[2088,10.024]],["name/7047",[686,54.532]],["parent/7047",[2089,8.292]],["name/7048",[582,51.363]],["parent/7048",[2089,8.292]],["name/7049",[688,58.27]],["parent/7049",[2089,8.292]],["name/7050",[511,47.317]],["parent/7050",[2089,8.292]],["name/7051",[591,49.811]],["parent/7051",[2089,8.292]],["name/7052",[352,50.243]],["parent/7052",[2089,8.292]],["name/7053",[684,51.363]],["parent/7053",[2089,8.292]],["name/7054",[689,58.27]],["parent/7054",[2089,8.292]],["name/7055",[97,55.911]],["parent/7055",[2022,6.865]],["name/7056",[173,20.78]],["parent/7056",[2090,10.024]],["name/7057",[417,58.075]],["parent/7057",[2091,8.927]],["name/7058",[419,58.075]],["parent/7058",[2091,8.927]],["name/7059",[420,58.075]],["parent/7059",[2091,8.927]],["name/7060",[421,44.394]],["parent/7060",[2091,8.927]],["name/7061",[44,67.457]],["parent/7061",[31,9.514]],["name/7062",[73,51.562]],["parent/7062",[2092,6.865]],["name/7063",[173,20.78]],["parent/7063",[2093,10.024]],["name/7064",[504,58.27]],["parent/7064",[2094,8.927]],["name/7065",[506,58.27]],["parent/7065",[2094,8.927]],["name/7066",[155,37.858]],["parent/7066",[2094,8.927]],["name/7067",[507,58.27]],["parent/7067",[2094,8.927]],["name/7068",[92,51.167]],["parent/7068",[2092,6.865]],["name/7069",[173,20.78]],["parent/7069",[2095,10.024]],["name/7070",[509,58.27]],["parent/7070",[2096,8.727]],["name/7071",[511,47.317]],["parent/7071",[2096,8.727]],["name/7072",[512,51.363]],["parent/7072",[2096,8.727]],["name/7073",[344,48.357]],["parent/7073",[2096,8.727]],["name/7074",[513,51.363]],["parent/7074",[2096,8.727]],["name/7075",[65,47.186]],["parent/7075",[2092,6.865]],["name/7076",[173,20.78]],["parent/7076",[2097,10.024]],["name/7077",[408,29.731]],["parent/7077",[2098,7.413]],["name/7078",[493,49.276]],["parent/7078",[2098,7.413]],["name/7079",[516,51.363]],["parent/7079",[2098,7.413]],["name/7080",[517,58.27]],["parent/7080",[2098,7.413]],["name/7081",[518,58.27]],["parent/7081",[2098,7.413]],["name/7082",[421,44.394]],["parent/7082",[2098,7.413]],["name/7083",[519,58.27]],["parent/7083",[2098,7.413]],["name/7084",[520,58.27]],["parent/7084",[2098,7.413]],["name/7085",[521,51.363]],["parent/7085",[2098,7.413]],["name/7086",[344,48.357]],["parent/7086",[2098,7.413]],["name/7087",[155,37.858]],["parent/7087",[2098,7.413]],["name/7088",[522,58.27]],["parent/7088",[2098,7.413]],["name/7089",[523,58.27]],["parent/7089",[2098,7.413]],["name/7090",[524,58.27]],["parent/7090",[2098,7.413]],["name/7091",[525,58.27]],["parent/7091",[2098,7.413]],["name/7092",[526,47.618]],["parent/7092",[2098,7.413]],["name/7093",[527,58.27]],["parent/7093",[2098,7.413]],["name/7094",[513,51.363]],["parent/7094",[2098,7.413]],["name/7095",[528,58.27]],["parent/7095",[2098,7.413]],["name/7096",[92,51.167]],["parent/7096",[2098,7.413]],["name/7097",[67,57.883]],["parent/7097",[2092,6.865]],["name/7098",[173,20.78]],["parent/7098",[2099,10.024]],["name/7099",[530,58.27]],["parent/7099",[2100,8.927]],["name/7100",[532,51.363]],["parent/7100",[2100,8.927]],["name/7101",[533,58.27]],["parent/7101",[2100,8.927]],["name/7102",[534,51.363]],["parent/7102",[2100,8.927]],["name/7103",[68,51.167]],["parent/7103",[2092,6.865]],["name/7104",[173,20.78]],["parent/7104",[2101,10.024]],["name/7105",[410,39.926]],["parent/7105",[2102,9.178]],["name/7106",[411,58.075]],["parent/7106",[2102,9.178]],["name/7107",[537,58.27]],["parent/7107",[2102,9.178]],["name/7108",[69,57.883]],["parent/7108",[2092,6.865]],["name/7109",[173,20.78]],["parent/7109",[2103,10.024]],["name/7110",[408,29.731]],["parent/7110",[2104,8.292]],["name/7111",[540,45.268]],["parent/7111",[2104,8.292]],["name/7112",[155,37.858]],["parent/7112",[2104,8.292]],["name/7113",[541,58.27]],["parent/7113",[2104,8.292]],["name/7114",[542,58.27]],["parent/7114",[2104,8.292]],["name/7115",[543,58.27]],["parent/7115",[2104,8.292]],["name/7116",[342,56.068]],["parent/7116",[2104,8.292]],["name/7117",[544,45.905]],["parent/7117",[2104,8.292]],["name/7118",[70,51.167]],["parent/7118",[2092,6.865]],["name/7119",[173,20.78]],["parent/7119",[2105,10.024]],["name/7120",[155,37.858]],["parent/7120",[2106,7.907]],["name/7121",[547,44.444]],["parent/7121",[2106,7.907]],["name/7122",[544,45.905]],["parent/7122",[2106,7.907]],["name/7123",[540,45.268]],["parent/7123",[2106,7.907]],["name/7124",[548,58.27]],["parent/7124",[2106,7.907]],["name/7125",[549,58.27]],["parent/7125",[2106,7.907]],["name/7126",[550,58.27]],["parent/7126",[2106,7.907]],["name/7127",[551,58.27]],["parent/7127",[2106,7.907]],["name/7128",[552,58.27]],["parent/7128",[2106,7.907]],["name/7129",[553,58.27]],["parent/7129",[2106,7.907]],["name/7130",[554,56.227]],["parent/7130",[2106,7.907]],["name/7131",[555,56.227]],["parent/7131",[2106,7.907]],["name/7132",[82,57.511]],["parent/7132",[2092,6.865]],["name/7133",[173,20.78]],["parent/7133",[2107,10.024]],["name/7134",[408,29.731]],["parent/7134",[2108,8.927]],["name/7135",[493,49.276]],["parent/7135",[2108,8.927]],["name/7136",[155,37.858]],["parent/7136",[2108,8.927]],["name/7137",[516,51.363]],["parent/7137",[2108,8.927]],["name/7138",[77,51.167]],["parent/7138",[2092,6.865]],["name/7139",[173,20.78]],["parent/7139",[2109,10.024]],["name/7140",[559,58.27]],["parent/7140",[2110,9.178]],["name/7141",[561,58.27]],["parent/7141",[2110,9.178]],["name/7142",[562,45.295]],["parent/7142",[2110,9.178]],["name/7143",[96,55.911]],["parent/7143",[2092,6.865]],["name/7144",[173,20.78]],["parent/7144",[2111,10.024]],["name/7145",[410,39.926]],["parent/7145",[2112,9.178]],["name/7146",[155,37.858]],["parent/7146",[2112,9.178]],["name/7147",[77,51.167]],["parent/7147",[2112,9.178]],["name/7148",[85,57.978]],["parent/7148",[2092,6.865]],["name/7149",[173,20.78]],["parent/7149",[2113,10.024]],["name/7150",[547,44.444]],["parent/7150",[2114,9.514]],["name/7151",[567,51.363]],["parent/7151",[2114,9.514]],["name/7152",[84,48.96]],["parent/7152",[2092,6.865]],["name/7153",[173,20.78]],["parent/7153",[2115,10.024]],["name/7154",[408,29.731]],["parent/7154",[2116,8.417]],["name/7155",[570,51.363]],["parent/7155",[2116,8.417]],["name/7156",[571,58.27]],["parent/7156",[2116,8.417]],["name/7157",[572,56.227]],["parent/7157",[2116,8.417]],["name/7158",[567,51.363]],["parent/7158",[2116,8.417]],["name/7159",[573,58.27]],["parent/7159",[2116,8.417]],["name/7160",[574,58.27]],["parent/7160",[2116,8.417]],["name/7161",[345,56.721]],["parent/7161",[2092,6.865]],["name/7162",[173,20.78]],["parent/7162",[2117,10.024]],["name/7163",[576,62.202]],["parent/7163",[2118,8.927]],["name/7164",[578,62.202]],["parent/7164",[2118,8.927]],["name/7165",[410,39.926]],["parent/7165",[2118,8.927]],["name/7166",[562,45.295]],["parent/7166",[2118,8.927]],["name/7167",[94,51.023]],["parent/7167",[2092,6.865]],["name/7168",[173,20.78]],["parent/7168",[2119,10.024]],["name/7169",[408,29.731]],["parent/7169",[2120,7.017]],["name/7170",[581,49.316]],["parent/7170",[2120,7.017]],["name/7171",[155,37.858]],["parent/7171",[2120,7.017]],["name/7172",[65,47.186]],["parent/7172",[2120,7.017]],["name/7173",[582,51.363]],["parent/7173",[2120,7.017]],["name/7174",[583,58.27]],["parent/7174",[2120,7.017]],["name/7175",[145,57.978]],["parent/7175",[2120,7.017]],["name/7176",[584,58.27]],["parent/7176",[2120,7.017]],["name/7177",[421,44.394]],["parent/7177",[2120,7.017]],["name/7178",[526,47.618]],["parent/7178",[2120,7.017]],["name/7179",[585,58.27]],["parent/7179",[2120,7.017]],["name/7180",[586,58.27]],["parent/7180",[2120,7.017]],["name/7181",[587,58.27]],["parent/7181",[2120,7.017]],["name/7182",[588,58.27]],["parent/7182",[2120,7.017]],["name/7183",[589,58.27]],["parent/7183",[2120,7.017]],["name/7184",[590,58.27]],["parent/7184",[2120,7.017]],["name/7185",[511,47.317]],["parent/7185",[2120,7.017]],["name/7186",[591,49.811]],["parent/7186",[2120,7.017]],["name/7187",[352,50.243]],["parent/7187",[2120,7.017]],["name/7188",[592,51.363]],["parent/7188",[2120,7.017]],["name/7189",[593,56.227]],["parent/7189",[2120,7.017]],["name/7190",[594,56.227]],["parent/7190",[2120,7.017]],["name/7191",[70,51.167]],["parent/7191",[2120,7.017]],["name/7192",[84,48.96]],["parent/7192",[2120,7.017]],["name/7193",[68,51.167]],["parent/7193",[2120,7.017]],["name/7194",[512,51.363]],["parent/7194",[2120,7.017]],["name/7195",[595,58.27]],["parent/7195",[2120,7.017]],["name/7196",[596,62.202]],["parent/7196",[2120,7.017]],["name/7197",[387,62.202]],["parent/7197",[2120,7.017]],["name/7198",[597,58.27]],["parent/7198",[2120,7.017]],["name/7199",[71,49.643]],["parent/7199",[2092,6.865]],["name/7200",[173,20.78]],["parent/7200",[2121,10.024]],["name/7201",[599,58.27]],["parent/7201",[2122,9.514]],["name/7202",[601,58.27]],["parent/7202",[2122,9.514]],["name/7203",[72,57.883]],["parent/7203",[2092,6.865]],["name/7204",[173,20.78]],["parent/7204",[2123,10.024]],["name/7205",[408,29.731]],["parent/7205",[2124,8.927]],["name/7206",[562,45.295]],["parent/7206",[2124,8.927]],["name/7207",[604,58.27]],["parent/7207",[2124,8.927]],["name/7208",[605,58.27]],["parent/7208",[2124,8.927]],["name/7209",[74,58.075]],["parent/7209",[2092,6.865]],["name/7210",[173,20.78]],["parent/7210",[2125,10.024]],["name/7211",[408,29.731]],["parent/7211",[2126,8.927]],["name/7212",[410,39.926]],["parent/7212",[2126,8.927]],["name/7213",[521,51.363]],["parent/7213",[2126,8.927]],["name/7214",[608,58.27]],["parent/7214",[2126,8.927]],["name/7215",[75,57.883]],["parent/7215",[2092,6.865]],["name/7216",[173,20.78]],["parent/7216",[2127,10.024]],["name/7217",[410,39.926]],["parent/7217",[2128,9.178]],["name/7218",[611,58.27]],["parent/7218",[2128,9.178]],["name/7219",[612,58.27]],["parent/7219",[2128,9.178]],["name/7220",[76,57.883]],["parent/7220",[2092,6.865]],["name/7221",[173,20.78]],["parent/7221",[2129,10.024]],["name/7222",[408,29.731]],["parent/7222",[2130,8.56]],["name/7223",[615,58.27]],["parent/7223",[2130,8.56]],["name/7224",[71,49.643]],["parent/7224",[2130,8.56]],["name/7225",[570,51.363]],["parent/7225",[2130,8.56]],["name/7226",[616,58.27]],["parent/7226",[2130,8.56]],["name/7227",[617,58.27]],["parent/7227",[2130,8.56]],["name/7228",[78,58.075]],["parent/7228",[2092,6.865]],["name/7229",[173,20.78]],["parent/7229",[2131,10.024]],["name/7230",[619,58.27]],["parent/7230",[2132,8.727]],["name/7231",[621,58.27]],["parent/7231",[2132,8.727]],["name/7232",[622,47.317]],["parent/7232",[2132,8.727]],["name/7233",[623,58.27]],["parent/7233",[2132,8.727]],["name/7234",[624,58.27]],["parent/7234",[2132,8.727]],["name/7235",[98,51.167]],["parent/7235",[2092,6.865]],["name/7236",[173,20.78]],["parent/7236",[2133,10.024]],["name/7237",[626,58.27]],["parent/7237",[2134,10.024]],["name/7238",[93,50.025]],["parent/7238",[2092,6.865]],["name/7239",[173,20.78]],["parent/7239",[2135,10.024]],["name/7240",[629,58.27]],["parent/7240",[2136,9.178]],["name/7241",[631,58.27]],["parent/7241",[2136,9.178]],["name/7242",[632,58.27]],["parent/7242",[2136,9.178]],["name/7243",[79,57.883]],["parent/7243",[2092,6.865]],["name/7244",[173,20.78]],["parent/7244",[2137,10.024]],["name/7245",[581,49.316]],["parent/7245",[2138,7.907]],["name/7246",[547,44.444]],["parent/7246",[2138,7.907]],["name/7247",[544,45.905]],["parent/7247",[2138,7.907]],["name/7248",[635,58.27]],["parent/7248",[2138,7.907]],["name/7249",[636,46.586]],["parent/7249",[2138,7.907]],["name/7250",[637,58.27]],["parent/7250",[2138,7.907]],["name/7251",[98,51.167]],["parent/7251",[2138,7.907]],["name/7252",[93,50.025]],["parent/7252",[2138,7.907]],["name/7253",[638,58.27]],["parent/7253",[2138,7.907]],["name/7254",[639,58.27]],["parent/7254",[2138,7.907]],["name/7255",[640,58.27]],["parent/7255",[2138,7.907]],["name/7256",[534,51.363]],["parent/7256",[2138,7.907]],["name/7257",[80,55.757]],["parent/7257",[2092,6.865]],["name/7258",[173,20.78]],["parent/7258",[2139,10.024]],["name/7259",[408,29.731]],["parent/7259",[2140,9.514]],["name/7260",[547,44.444]],["parent/7260",[2140,9.514]],["name/7261",[81,57.883]],["parent/7261",[2092,6.865]],["name/7262",[173,20.78]],["parent/7262",[2141,10.024]],["name/7263",[644,58.27]],["parent/7263",[2142,8.927]],["name/7264",[173,20.78]],["parent/7264",[2142,8.927]],["name/7265",[646,51.363]],["parent/7265",[2143,8.56]],["name/7266",[636,46.586]],["parent/7266",[2143,8.56]],["name/7267",[622,47.317]],["parent/7267",[2143,8.56]],["name/7268",[648,58.27]],["parent/7268",[2142,8.927]],["name/7269",[173,20.78]],["parent/7269",[2142,8.927]],["name/7270",[646,51.363]],["parent/7270",[2143,8.56]],["name/7271",[636,46.586]],["parent/7271",[2143,8.56]],["name/7272",[622,47.317]],["parent/7272",[2143,8.56]],["name/7273",[83,55.604]],["parent/7273",[2092,6.865]],["name/7274",[173,20.78]],["parent/7274",[2144,10.024]],["name/7275",[65,47.186]],["parent/7275",[2145,8.56]],["name/7276",[421,44.394]],["parent/7276",[2145,8.56]],["name/7277",[408,29.731]],["parent/7277",[2145,8.56]],["name/7278",[94,51.023]],["parent/7278",[2145,8.56]],["name/7279",[73,51.562]],["parent/7279",[2145,8.56]],["name/7280",[540,45.268]],["parent/7280",[2145,8.56]],["name/7281",[651,56.147]],["parent/7281",[2092,6.865]],["name/7282",[86,57.883]],["parent/7282",[2092,6.865]],["name/7283",[173,20.78]],["parent/7283",[2146,10.024]],["name/7284",[653,58.27]],["parent/7284",[2147,8.727]],["name/7285",[655,58.27]],["parent/7285",[2147,8.727]],["name/7286",[656,58.27]],["parent/7286",[2147,8.727]],["name/7287",[657,58.27]],["parent/7287",[2147,8.727]],["name/7288",[658,58.27]],["parent/7288",[2147,8.727]],["name/7289",[87,58.075]],["parent/7289",[2092,6.865]],["name/7290",[173,20.78]],["parent/7290",[2148,10.024]],["name/7291",[408,29.731]],["parent/7291",[2149,8.927]],["name/7292",[661,58.27]],["parent/7292",[2149,8.927]],["name/7293",[662,58.27]],["parent/7293",[2149,8.927]],["name/7294",[663,58.27]],["parent/7294",[2149,8.927]],["name/7295",[88,57.883]],["parent/7295",[2092,6.865]],["name/7296",[173,20.78]],["parent/7296",[2150,10.024]],["name/7297",[408,29.731]],["parent/7297",[2151,8.081]],["name/7298",[340,56.068]],["parent/7298",[2151,8.081]],["name/7299",[666,58.27]],["parent/7299",[2151,8.081]],["name/7300",[334,56.147]],["parent/7300",[2151,8.081]],["name/7301",[667,58.27]],["parent/7301",[2151,8.081]],["name/7302",[668,58.27]],["parent/7302",[2151,8.081]],["name/7303",[669,58.27]],["parent/7303",[2151,8.081]],["name/7304",[670,58.27]],["parent/7304",[2151,8.081]],["name/7305",[671,58.27]],["parent/7305",[2151,8.081]],["name/7306",[672,58.27]],["parent/7306",[2151,8.081]],["name/7307",[89,57.511]],["parent/7307",[2092,6.865]],["name/7308",[173,20.78]],["parent/7308",[2152,10.024]],["name/7309",[408,29.731]],["parent/7309",[2153,8.727]],["name/7310",[675,58.27]],["parent/7310",[2153,8.727]],["name/7311",[676,58.27]],["parent/7311",[2153,8.727]],["name/7312",[677,58.27]],["parent/7312",[2153,8.727]],["name/7313",[678,58.27]],["parent/7313",[2153,8.727]],["name/7314",[90,57.883]],["parent/7314",[2092,6.865]],["name/7315",[173,20.78]],["parent/7315",[2154,10.024]],["name/7316",[562,45.295]],["parent/7316",[2155,9.178]],["name/7317",[532,51.363]],["parent/7317",[2155,9.178]],["name/7318",[681,58.27]],["parent/7318",[2155,9.178]],["name/7319",[91,58.075]],["parent/7319",[2092,6.865]],["name/7320",[173,20.78]],["parent/7320",[2156,10.024]],["name/7321",[408,29.731]],["parent/7321",[2157,8.927]],["name/7322",[684,51.363]],["parent/7322",[2157,8.927]],["name/7323",[172,58.075]],["parent/7323",[2157,8.927]],["name/7324",[592,51.363]],["parent/7324",[2157,8.927]],["name/7325",[95,58.075]],["parent/7325",[2092,6.865]],["name/7326",[173,20.78]],["parent/7326",[2158,10.024]],["name/7327",[686,54.532]],["parent/7327",[2159,8.292]],["name/7328",[582,51.363]],["parent/7328",[2159,8.292]],["name/7329",[688,58.27]],["parent/7329",[2159,8.292]],["name/7330",[511,47.317]],["parent/7330",[2159,8.292]],["name/7331",[591,49.811]],["parent/7331",[2159,8.292]],["name/7332",[352,50.243]],["parent/7332",[2159,8.292]],["name/7333",[684,51.363]],["parent/7333",[2159,8.292]],["name/7334",[689,58.27]],["parent/7334",[2159,8.292]],["name/7335",[97,55.911]],["parent/7335",[2092,6.865]],["name/7336",[173,20.78]],["parent/7336",[2160,10.024]],["name/7337",[417,58.075]],["parent/7337",[2161,8.927]],["name/7338",[419,58.075]],["parent/7338",[2161,8.927]],["name/7339",[420,58.075]],["parent/7339",[2161,8.927]],["name/7340",[421,44.394]],["parent/7340",[2161,8.927]],["name/7341",[44,67.457]],["parent/7341",[32,9.514]],["name/7342",[73,51.562]],["parent/7342",[2162,6.865]],["name/7343",[173,20.78]],["parent/7343",[2163,10.024]],["name/7344",[504,58.27]],["parent/7344",[2164,8.927]],["name/7345",[506,58.27]],["parent/7345",[2164,8.927]],["name/7346",[155,37.858]],["parent/7346",[2164,8.927]],["name/7347",[507,58.27]],["parent/7347",[2164,8.927]],["name/7348",[92,51.167]],["parent/7348",[2162,6.865]],["name/7349",[173,20.78]],["parent/7349",[2165,10.024]],["name/7350",[509,58.27]],["parent/7350",[2166,8.727]],["name/7351",[511,47.317]],["parent/7351",[2166,8.727]],["name/7352",[512,51.363]],["parent/7352",[2166,8.727]],["name/7353",[344,48.357]],["parent/7353",[2166,8.727]],["name/7354",[513,51.363]],["parent/7354",[2166,8.727]],["name/7355",[65,47.186]],["parent/7355",[2162,6.865]],["name/7356",[173,20.78]],["parent/7356",[2167,10.024]],["name/7357",[408,29.731]],["parent/7357",[2168,7.413]],["name/7358",[493,49.276]],["parent/7358",[2168,7.413]],["name/7359",[516,51.363]],["parent/7359",[2168,7.413]],["name/7360",[517,58.27]],["parent/7360",[2168,7.413]],["name/7361",[518,58.27]],["parent/7361",[2168,7.413]],["name/7362",[421,44.394]],["parent/7362",[2168,7.413]],["name/7363",[519,58.27]],["parent/7363",[2168,7.413]],["name/7364",[520,58.27]],["parent/7364",[2168,7.413]],["name/7365",[521,51.363]],["parent/7365",[2168,7.413]],["name/7366",[344,48.357]],["parent/7366",[2168,7.413]],["name/7367",[155,37.858]],["parent/7367",[2168,7.413]],["name/7368",[522,58.27]],["parent/7368",[2168,7.413]],["name/7369",[523,58.27]],["parent/7369",[2168,7.413]],["name/7370",[524,58.27]],["parent/7370",[2168,7.413]],["name/7371",[525,58.27]],["parent/7371",[2168,7.413]],["name/7372",[526,47.618]],["parent/7372",[2168,7.413]],["name/7373",[527,58.27]],["parent/7373",[2168,7.413]],["name/7374",[513,51.363]],["parent/7374",[2168,7.413]],["name/7375",[528,58.27]],["parent/7375",[2168,7.413]],["name/7376",[92,51.167]],["parent/7376",[2168,7.413]],["name/7377",[67,57.883]],["parent/7377",[2162,6.865]],["name/7378",[173,20.78]],["parent/7378",[2169,10.024]],["name/7379",[530,58.27]],["parent/7379",[2170,8.927]],["name/7380",[532,51.363]],["parent/7380",[2170,8.927]],["name/7381",[533,58.27]],["parent/7381",[2170,8.927]],["name/7382",[534,51.363]],["parent/7382",[2170,8.927]],["name/7383",[68,51.167]],["parent/7383",[2162,6.865]],["name/7384",[173,20.78]],["parent/7384",[2171,10.024]],["name/7385",[410,39.926]],["parent/7385",[2172,9.178]],["name/7386",[411,58.075]],["parent/7386",[2172,9.178]],["name/7387",[537,58.27]],["parent/7387",[2172,9.178]],["name/7388",[69,57.883]],["parent/7388",[2162,6.865]],["name/7389",[173,20.78]],["parent/7389",[2173,10.024]],["name/7390",[408,29.731]],["parent/7390",[2174,8.292]],["name/7391",[540,45.268]],["parent/7391",[2174,8.292]],["name/7392",[155,37.858]],["parent/7392",[2174,8.292]],["name/7393",[541,58.27]],["parent/7393",[2174,8.292]],["name/7394",[542,58.27]],["parent/7394",[2174,8.292]],["name/7395",[543,58.27]],["parent/7395",[2174,8.292]],["name/7396",[342,56.068]],["parent/7396",[2174,8.292]],["name/7397",[544,45.905]],["parent/7397",[2174,8.292]],["name/7398",[70,51.167]],["parent/7398",[2162,6.865]],["name/7399",[173,20.78]],["parent/7399",[2175,10.024]],["name/7400",[155,37.858]],["parent/7400",[2176,7.907]],["name/7401",[547,44.444]],["parent/7401",[2176,7.907]],["name/7402",[544,45.905]],["parent/7402",[2176,7.907]],["name/7403",[540,45.268]],["parent/7403",[2176,7.907]],["name/7404",[548,58.27]],["parent/7404",[2176,7.907]],["name/7405",[549,58.27]],["parent/7405",[2176,7.907]],["name/7406",[550,58.27]],["parent/7406",[2176,7.907]],["name/7407",[551,58.27]],["parent/7407",[2176,7.907]],["name/7408",[552,58.27]],["parent/7408",[2176,7.907]],["name/7409",[553,58.27]],["parent/7409",[2176,7.907]],["name/7410",[554,56.227]],["parent/7410",[2176,7.907]],["name/7411",[555,56.227]],["parent/7411",[2176,7.907]],["name/7412",[82,57.511]],["parent/7412",[2162,6.865]],["name/7413",[173,20.78]],["parent/7413",[2177,10.024]],["name/7414",[408,29.731]],["parent/7414",[2178,8.927]],["name/7415",[493,49.276]],["parent/7415",[2178,8.927]],["name/7416",[155,37.858]],["parent/7416",[2178,8.927]],["name/7417",[516,51.363]],["parent/7417",[2178,8.927]],["name/7418",[77,51.167]],["parent/7418",[2162,6.865]],["name/7419",[173,20.78]],["parent/7419",[2179,10.024]],["name/7420",[559,58.27]],["parent/7420",[2180,9.178]],["name/7421",[561,58.27]],["parent/7421",[2180,9.178]],["name/7422",[562,45.295]],["parent/7422",[2180,9.178]],["name/7423",[96,55.911]],["parent/7423",[2162,6.865]],["name/7424",[173,20.78]],["parent/7424",[2181,10.024]],["name/7425",[410,39.926]],["parent/7425",[2182,9.178]],["name/7426",[155,37.858]],["parent/7426",[2182,9.178]],["name/7427",[77,51.167]],["parent/7427",[2182,9.178]],["name/7428",[85,57.978]],["parent/7428",[2162,6.865]],["name/7429",[173,20.78]],["parent/7429",[2183,10.024]],["name/7430",[547,44.444]],["parent/7430",[2184,9.514]],["name/7431",[567,51.363]],["parent/7431",[2184,9.514]],["name/7432",[84,48.96]],["parent/7432",[2162,6.865]],["name/7433",[173,20.78]],["parent/7433",[2185,10.024]],["name/7434",[408,29.731]],["parent/7434",[2186,8.417]],["name/7435",[570,51.363]],["parent/7435",[2186,8.417]],["name/7436",[571,58.27]],["parent/7436",[2186,8.417]],["name/7437",[572,56.227]],["parent/7437",[2186,8.417]],["name/7438",[567,51.363]],["parent/7438",[2186,8.417]],["name/7439",[573,58.27]],["parent/7439",[2186,8.417]],["name/7440",[574,58.27]],["parent/7440",[2186,8.417]],["name/7441",[345,56.721]],["parent/7441",[2162,6.865]],["name/7442",[173,20.78]],["parent/7442",[2187,10.024]],["name/7443",[576,62.202]],["parent/7443",[2188,8.927]],["name/7444",[578,62.202]],["parent/7444",[2188,8.927]],["name/7445",[410,39.926]],["parent/7445",[2188,8.927]],["name/7446",[562,45.295]],["parent/7446",[2188,8.927]],["name/7447",[94,51.023]],["parent/7447",[2162,6.865]],["name/7448",[173,20.78]],["parent/7448",[2189,10.024]],["name/7449",[408,29.731]],["parent/7449",[2190,7.017]],["name/7450",[581,49.316]],["parent/7450",[2190,7.017]],["name/7451",[155,37.858]],["parent/7451",[2190,7.017]],["name/7452",[65,47.186]],["parent/7452",[2190,7.017]],["name/7453",[582,51.363]],["parent/7453",[2190,7.017]],["name/7454",[583,58.27]],["parent/7454",[2190,7.017]],["name/7455",[145,57.978]],["parent/7455",[2190,7.017]],["name/7456",[584,58.27]],["parent/7456",[2190,7.017]],["name/7457",[421,44.394]],["parent/7457",[2190,7.017]],["name/7458",[526,47.618]],["parent/7458",[2190,7.017]],["name/7459",[585,58.27]],["parent/7459",[2190,7.017]],["name/7460",[586,58.27]],["parent/7460",[2190,7.017]],["name/7461",[587,58.27]],["parent/7461",[2190,7.017]],["name/7462",[588,58.27]],["parent/7462",[2190,7.017]],["name/7463",[589,58.27]],["parent/7463",[2190,7.017]],["name/7464",[590,58.27]],["parent/7464",[2190,7.017]],["name/7465",[511,47.317]],["parent/7465",[2190,7.017]],["name/7466",[591,49.811]],["parent/7466",[2190,7.017]],["name/7467",[352,50.243]],["parent/7467",[2190,7.017]],["name/7468",[592,51.363]],["parent/7468",[2190,7.017]],["name/7469",[593,56.227]],["parent/7469",[2190,7.017]],["name/7470",[594,56.227]],["parent/7470",[2190,7.017]],["name/7471",[70,51.167]],["parent/7471",[2190,7.017]],["name/7472",[84,48.96]],["parent/7472",[2190,7.017]],["name/7473",[68,51.167]],["parent/7473",[2190,7.017]],["name/7474",[512,51.363]],["parent/7474",[2190,7.017]],["name/7475",[595,58.27]],["parent/7475",[2190,7.017]],["name/7476",[596,62.202]],["parent/7476",[2190,7.017]],["name/7477",[387,62.202]],["parent/7477",[2190,7.017]],["name/7478",[597,58.27]],["parent/7478",[2190,7.017]],["name/7479",[71,49.643]],["parent/7479",[2162,6.865]],["name/7480",[173,20.78]],["parent/7480",[2191,10.024]],["name/7481",[599,58.27]],["parent/7481",[2192,9.514]],["name/7482",[601,58.27]],["parent/7482",[2192,9.514]],["name/7483",[72,57.883]],["parent/7483",[2162,6.865]],["name/7484",[173,20.78]],["parent/7484",[2193,10.024]],["name/7485",[408,29.731]],["parent/7485",[2194,8.927]],["name/7486",[562,45.295]],["parent/7486",[2194,8.927]],["name/7487",[604,58.27]],["parent/7487",[2194,8.927]],["name/7488",[605,58.27]],["parent/7488",[2194,8.927]],["name/7489",[74,58.075]],["parent/7489",[2162,6.865]],["name/7490",[173,20.78]],["parent/7490",[2195,10.024]],["name/7491",[408,29.731]],["parent/7491",[2196,8.927]],["name/7492",[410,39.926]],["parent/7492",[2196,8.927]],["name/7493",[521,51.363]],["parent/7493",[2196,8.927]],["name/7494",[608,58.27]],["parent/7494",[2196,8.927]],["name/7495",[75,57.883]],["parent/7495",[2162,6.865]],["name/7496",[173,20.78]],["parent/7496",[2197,10.024]],["name/7497",[410,39.926]],["parent/7497",[2198,9.178]],["name/7498",[611,58.27]],["parent/7498",[2198,9.178]],["name/7499",[612,58.27]],["parent/7499",[2198,9.178]],["name/7500",[76,57.883]],["parent/7500",[2162,6.865]],["name/7501",[173,20.78]],["parent/7501",[2199,10.024]],["name/7502",[408,29.731]],["parent/7502",[2200,8.56]],["name/7503",[615,58.27]],["parent/7503",[2200,8.56]],["name/7504",[71,49.643]],["parent/7504",[2200,8.56]],["name/7505",[570,51.363]],["parent/7505",[2200,8.56]],["name/7506",[616,58.27]],["parent/7506",[2200,8.56]],["name/7507",[617,58.27]],["parent/7507",[2200,8.56]],["name/7508",[78,58.075]],["parent/7508",[2162,6.865]],["name/7509",[173,20.78]],["parent/7509",[2201,10.024]],["name/7510",[619,58.27]],["parent/7510",[2202,8.727]],["name/7511",[621,58.27]],["parent/7511",[2202,8.727]],["name/7512",[622,47.317]],["parent/7512",[2202,8.727]],["name/7513",[623,58.27]],["parent/7513",[2202,8.727]],["name/7514",[624,58.27]],["parent/7514",[2202,8.727]],["name/7515",[98,51.167]],["parent/7515",[2162,6.865]],["name/7516",[173,20.78]],["parent/7516",[2203,10.024]],["name/7517",[626,58.27]],["parent/7517",[2204,10.024]],["name/7518",[93,50.025]],["parent/7518",[2162,6.865]],["name/7519",[173,20.78]],["parent/7519",[2205,10.024]],["name/7520",[629,58.27]],["parent/7520",[2206,9.178]],["name/7521",[631,58.27]],["parent/7521",[2206,9.178]],["name/7522",[632,58.27]],["parent/7522",[2206,9.178]],["name/7523",[79,57.883]],["parent/7523",[2162,6.865]],["name/7524",[173,20.78]],["parent/7524",[2207,10.024]],["name/7525",[581,49.316]],["parent/7525",[2208,7.907]],["name/7526",[547,44.444]],["parent/7526",[2208,7.907]],["name/7527",[544,45.905]],["parent/7527",[2208,7.907]],["name/7528",[635,58.27]],["parent/7528",[2208,7.907]],["name/7529",[636,46.586]],["parent/7529",[2208,7.907]],["name/7530",[637,58.27]],["parent/7530",[2208,7.907]],["name/7531",[98,51.167]],["parent/7531",[2208,7.907]],["name/7532",[93,50.025]],["parent/7532",[2208,7.907]],["name/7533",[638,58.27]],["parent/7533",[2208,7.907]],["name/7534",[639,58.27]],["parent/7534",[2208,7.907]],["name/7535",[640,58.27]],["parent/7535",[2208,7.907]],["name/7536",[534,51.363]],["parent/7536",[2208,7.907]],["name/7537",[80,55.757]],["parent/7537",[2162,6.865]],["name/7538",[173,20.78]],["parent/7538",[2209,10.024]],["name/7539",[408,29.731]],["parent/7539",[2210,9.514]],["name/7540",[547,44.444]],["parent/7540",[2210,9.514]],["name/7541",[81,57.883]],["parent/7541",[2162,6.865]],["name/7542",[173,20.78]],["parent/7542",[2211,10.024]],["name/7543",[644,58.27]],["parent/7543",[2212,8.927]],["name/7544",[173,20.78]],["parent/7544",[2212,8.927]],["name/7545",[646,51.363]],["parent/7545",[2213,8.56]],["name/7546",[636,46.586]],["parent/7546",[2213,8.56]],["name/7547",[622,47.317]],["parent/7547",[2213,8.56]],["name/7548",[648,58.27]],["parent/7548",[2212,8.927]],["name/7549",[173,20.78]],["parent/7549",[2212,8.927]],["name/7550",[646,51.363]],["parent/7550",[2213,8.56]],["name/7551",[636,46.586]],["parent/7551",[2213,8.56]],["name/7552",[622,47.317]],["parent/7552",[2213,8.56]],["name/7553",[83,55.604]],["parent/7553",[2162,6.865]],["name/7554",[173,20.78]],["parent/7554",[2214,10.024]],["name/7555",[65,47.186]],["parent/7555",[2215,8.56]],["name/7556",[421,44.394]],["parent/7556",[2215,8.56]],["name/7557",[408,29.731]],["parent/7557",[2215,8.56]],["name/7558",[94,51.023]],["parent/7558",[2215,8.56]],["name/7559",[73,51.562]],["parent/7559",[2215,8.56]],["name/7560",[540,45.268]],["parent/7560",[2215,8.56]],["name/7561",[651,56.147]],["parent/7561",[2162,6.865]],["name/7562",[86,57.883]],["parent/7562",[2162,6.865]],["name/7563",[173,20.78]],["parent/7563",[2216,10.024]],["name/7564",[653,58.27]],["parent/7564",[2217,8.727]],["name/7565",[655,58.27]],["parent/7565",[2217,8.727]],["name/7566",[656,58.27]],["parent/7566",[2217,8.727]],["name/7567",[657,58.27]],["parent/7567",[2217,8.727]],["name/7568",[658,58.27]],["parent/7568",[2217,8.727]],["name/7569",[87,58.075]],["parent/7569",[2162,6.865]],["name/7570",[173,20.78]],["parent/7570",[2218,10.024]],["name/7571",[408,29.731]],["parent/7571",[2219,8.927]],["name/7572",[661,58.27]],["parent/7572",[2219,8.927]],["name/7573",[662,58.27]],["parent/7573",[2219,8.927]],["name/7574",[663,58.27]],["parent/7574",[2219,8.927]],["name/7575",[88,57.883]],["parent/7575",[2162,6.865]],["name/7576",[173,20.78]],["parent/7576",[2220,10.024]],["name/7577",[408,29.731]],["parent/7577",[2221,8.081]],["name/7578",[340,56.068]],["parent/7578",[2221,8.081]],["name/7579",[666,58.27]],["parent/7579",[2221,8.081]],["name/7580",[334,56.147]],["parent/7580",[2221,8.081]],["name/7581",[667,58.27]],["parent/7581",[2221,8.081]],["name/7582",[668,58.27]],["parent/7582",[2221,8.081]],["name/7583",[669,58.27]],["parent/7583",[2221,8.081]],["name/7584",[670,58.27]],["parent/7584",[2221,8.081]],["name/7585",[671,58.27]],["parent/7585",[2221,8.081]],["name/7586",[672,58.27]],["parent/7586",[2221,8.081]],["name/7587",[89,57.511]],["parent/7587",[2162,6.865]],["name/7588",[173,20.78]],["parent/7588",[2222,10.024]],["name/7589",[408,29.731]],["parent/7589",[2223,8.727]],["name/7590",[675,58.27]],["parent/7590",[2223,8.727]],["name/7591",[676,58.27]],["parent/7591",[2223,8.727]],["name/7592",[677,58.27]],["parent/7592",[2223,8.727]],["name/7593",[678,58.27]],["parent/7593",[2223,8.727]],["name/7594",[90,57.883]],["parent/7594",[2162,6.865]],["name/7595",[173,20.78]],["parent/7595",[2224,10.024]],["name/7596",[562,45.295]],["parent/7596",[2225,9.178]],["name/7597",[532,51.363]],["parent/7597",[2225,9.178]],["name/7598",[681,58.27]],["parent/7598",[2225,9.178]],["name/7599",[91,58.075]],["parent/7599",[2162,6.865]],["name/7600",[173,20.78]],["parent/7600",[2226,10.024]],["name/7601",[408,29.731]],["parent/7601",[2227,8.927]],["name/7602",[684,51.363]],["parent/7602",[2227,8.927]],["name/7603",[172,58.075]],["parent/7603",[2227,8.927]],["name/7604",[592,51.363]],["parent/7604",[2227,8.927]],["name/7605",[95,58.075]],["parent/7605",[2162,6.865]],["name/7606",[173,20.78]],["parent/7606",[2228,10.024]],["name/7607",[686,54.532]],["parent/7607",[2229,8.292]],["name/7608",[582,51.363]],["parent/7608",[2229,8.292]],["name/7609",[688,58.27]],["parent/7609",[2229,8.292]],["name/7610",[511,47.317]],["parent/7610",[2229,8.292]],["name/7611",[591,49.811]],["parent/7611",[2229,8.292]],["name/7612",[352,50.243]],["parent/7612",[2229,8.292]],["name/7613",[684,51.363]],["parent/7613",[2229,8.292]],["name/7614",[689,58.27]],["parent/7614",[2229,8.292]],["name/7615",[97,55.911]],["parent/7615",[2162,6.865]],["name/7616",[173,20.78]],["parent/7616",[2230,10.024]],["name/7617",[417,58.075]],["parent/7617",[2231,8.927]],["name/7618",[419,58.075]],["parent/7618",[2231,8.927]],["name/7619",[420,58.075]],["parent/7619",[2231,8.927]],["name/7620",[421,44.394]],["parent/7620",[2231,8.927]],["name/7621",[44,67.457]],["parent/7621",[33,9.514]],["name/7622",[73,51.562]],["parent/7622",[2232,6.865]],["name/7623",[173,20.78]],["parent/7623",[2233,10.024]],["name/7624",[504,58.27]],["parent/7624",[2234,8.927]],["name/7625",[506,58.27]],["parent/7625",[2234,8.927]],["name/7626",[155,37.858]],["parent/7626",[2234,8.927]],["name/7627",[507,58.27]],["parent/7627",[2234,8.927]],["name/7628",[92,51.167]],["parent/7628",[2232,6.865]],["name/7629",[173,20.78]],["parent/7629",[2235,10.024]],["name/7630",[509,58.27]],["parent/7630",[2236,8.727]],["name/7631",[511,47.317]],["parent/7631",[2236,8.727]],["name/7632",[512,51.363]],["parent/7632",[2236,8.727]],["name/7633",[344,48.357]],["parent/7633",[2236,8.727]],["name/7634",[513,51.363]],["parent/7634",[2236,8.727]],["name/7635",[65,47.186]],["parent/7635",[2232,6.865]],["name/7636",[173,20.78]],["parent/7636",[2237,10.024]],["name/7637",[408,29.731]],["parent/7637",[2238,7.413]],["name/7638",[493,49.276]],["parent/7638",[2238,7.413]],["name/7639",[516,51.363]],["parent/7639",[2238,7.413]],["name/7640",[517,58.27]],["parent/7640",[2238,7.413]],["name/7641",[518,58.27]],["parent/7641",[2238,7.413]],["name/7642",[421,44.394]],["parent/7642",[2238,7.413]],["name/7643",[519,58.27]],["parent/7643",[2238,7.413]],["name/7644",[520,58.27]],["parent/7644",[2238,7.413]],["name/7645",[521,51.363]],["parent/7645",[2238,7.413]],["name/7646",[344,48.357]],["parent/7646",[2238,7.413]],["name/7647",[155,37.858]],["parent/7647",[2238,7.413]],["name/7648",[522,58.27]],["parent/7648",[2238,7.413]],["name/7649",[523,58.27]],["parent/7649",[2238,7.413]],["name/7650",[524,58.27]],["parent/7650",[2238,7.413]],["name/7651",[525,58.27]],["parent/7651",[2238,7.413]],["name/7652",[526,47.618]],["parent/7652",[2238,7.413]],["name/7653",[527,58.27]],["parent/7653",[2238,7.413]],["name/7654",[513,51.363]],["parent/7654",[2238,7.413]],["name/7655",[528,58.27]],["parent/7655",[2238,7.413]],["name/7656",[92,51.167]],["parent/7656",[2238,7.413]],["name/7657",[67,57.883]],["parent/7657",[2232,6.865]],["name/7658",[173,20.78]],["parent/7658",[2239,10.024]],["name/7659",[530,58.27]],["parent/7659",[2240,8.927]],["name/7660",[532,51.363]],["parent/7660",[2240,8.927]],["name/7661",[533,58.27]],["parent/7661",[2240,8.927]],["name/7662",[534,51.363]],["parent/7662",[2240,8.927]],["name/7663",[68,51.167]],["parent/7663",[2232,6.865]],["name/7664",[173,20.78]],["parent/7664",[2241,10.024]],["name/7665",[410,39.926]],["parent/7665",[2242,9.178]],["name/7666",[411,58.075]],["parent/7666",[2242,9.178]],["name/7667",[537,58.27]],["parent/7667",[2242,9.178]],["name/7668",[69,57.883]],["parent/7668",[2232,6.865]],["name/7669",[173,20.78]],["parent/7669",[2243,10.024]],["name/7670",[408,29.731]],["parent/7670",[2244,8.292]],["name/7671",[540,45.268]],["parent/7671",[2244,8.292]],["name/7672",[155,37.858]],["parent/7672",[2244,8.292]],["name/7673",[541,58.27]],["parent/7673",[2244,8.292]],["name/7674",[542,58.27]],["parent/7674",[2244,8.292]],["name/7675",[543,58.27]],["parent/7675",[2244,8.292]],["name/7676",[342,56.068]],["parent/7676",[2244,8.292]],["name/7677",[544,45.905]],["parent/7677",[2244,8.292]],["name/7678",[70,51.167]],["parent/7678",[2232,6.865]],["name/7679",[173,20.78]],["parent/7679",[2245,10.024]],["name/7680",[155,37.858]],["parent/7680",[2246,7.907]],["name/7681",[547,44.444]],["parent/7681",[2246,7.907]],["name/7682",[544,45.905]],["parent/7682",[2246,7.907]],["name/7683",[540,45.268]],["parent/7683",[2246,7.907]],["name/7684",[548,58.27]],["parent/7684",[2246,7.907]],["name/7685",[549,58.27]],["parent/7685",[2246,7.907]],["name/7686",[550,58.27]],["parent/7686",[2246,7.907]],["name/7687",[551,58.27]],["parent/7687",[2246,7.907]],["name/7688",[552,58.27]],["parent/7688",[2246,7.907]],["name/7689",[553,58.27]],["parent/7689",[2246,7.907]],["name/7690",[554,56.227]],["parent/7690",[2246,7.907]],["name/7691",[555,56.227]],["parent/7691",[2246,7.907]],["name/7692",[82,57.511]],["parent/7692",[2232,6.865]],["name/7693",[173,20.78]],["parent/7693",[2247,10.024]],["name/7694",[408,29.731]],["parent/7694",[2248,8.927]],["name/7695",[493,49.276]],["parent/7695",[2248,8.927]],["name/7696",[155,37.858]],["parent/7696",[2248,8.927]],["name/7697",[516,51.363]],["parent/7697",[2248,8.927]],["name/7698",[77,51.167]],["parent/7698",[2232,6.865]],["name/7699",[173,20.78]],["parent/7699",[2249,10.024]],["name/7700",[559,58.27]],["parent/7700",[2250,9.178]],["name/7701",[561,58.27]],["parent/7701",[2250,9.178]],["name/7702",[562,45.295]],["parent/7702",[2250,9.178]],["name/7703",[96,55.911]],["parent/7703",[2232,6.865]],["name/7704",[173,20.78]],["parent/7704",[2251,10.024]],["name/7705",[410,39.926]],["parent/7705",[2252,9.178]],["name/7706",[155,37.858]],["parent/7706",[2252,9.178]],["name/7707",[77,51.167]],["parent/7707",[2252,9.178]],["name/7708",[85,57.978]],["parent/7708",[2232,6.865]],["name/7709",[173,20.78]],["parent/7709",[2253,10.024]],["name/7710",[547,44.444]],["parent/7710",[2254,9.514]],["name/7711",[567,51.363]],["parent/7711",[2254,9.514]],["name/7712",[84,48.96]],["parent/7712",[2232,6.865]],["name/7713",[173,20.78]],["parent/7713",[2255,10.024]],["name/7714",[408,29.731]],["parent/7714",[2256,8.417]],["name/7715",[570,51.363]],["parent/7715",[2256,8.417]],["name/7716",[571,58.27]],["parent/7716",[2256,8.417]],["name/7717",[572,56.227]],["parent/7717",[2256,8.417]],["name/7718",[567,51.363]],["parent/7718",[2256,8.417]],["name/7719",[573,58.27]],["parent/7719",[2256,8.417]],["name/7720",[574,58.27]],["parent/7720",[2256,8.417]],["name/7721",[345,56.721]],["parent/7721",[2232,6.865]],["name/7722",[173,20.78]],["parent/7722",[2257,10.024]],["name/7723",[576,62.202]],["parent/7723",[2258,8.927]],["name/7724",[578,62.202]],["parent/7724",[2258,8.927]],["name/7725",[410,39.926]],["parent/7725",[2258,8.927]],["name/7726",[562,45.295]],["parent/7726",[2258,8.927]],["name/7727",[94,51.023]],["parent/7727",[2232,6.865]],["name/7728",[173,20.78]],["parent/7728",[2259,10.024]],["name/7729",[408,29.731]],["parent/7729",[2260,7.017]],["name/7730",[581,49.316]],["parent/7730",[2260,7.017]],["name/7731",[155,37.858]],["parent/7731",[2260,7.017]],["name/7732",[65,47.186]],["parent/7732",[2260,7.017]],["name/7733",[582,51.363]],["parent/7733",[2260,7.017]],["name/7734",[583,58.27]],["parent/7734",[2260,7.017]],["name/7735",[145,57.978]],["parent/7735",[2260,7.017]],["name/7736",[584,58.27]],["parent/7736",[2260,7.017]],["name/7737",[421,44.394]],["parent/7737",[2260,7.017]],["name/7738",[526,47.618]],["parent/7738",[2260,7.017]],["name/7739",[585,58.27]],["parent/7739",[2260,7.017]],["name/7740",[586,58.27]],["parent/7740",[2260,7.017]],["name/7741",[587,58.27]],["parent/7741",[2260,7.017]],["name/7742",[588,58.27]],["parent/7742",[2260,7.017]],["name/7743",[589,58.27]],["parent/7743",[2260,7.017]],["name/7744",[590,58.27]],["parent/7744",[2260,7.017]],["name/7745",[511,47.317]],["parent/7745",[2260,7.017]],["name/7746",[591,49.811]],["parent/7746",[2260,7.017]],["name/7747",[352,50.243]],["parent/7747",[2260,7.017]],["name/7748",[592,51.363]],["parent/7748",[2260,7.017]],["name/7749",[593,56.227]],["parent/7749",[2260,7.017]],["name/7750",[594,56.227]],["parent/7750",[2260,7.017]],["name/7751",[70,51.167]],["parent/7751",[2260,7.017]],["name/7752",[84,48.96]],["parent/7752",[2260,7.017]],["name/7753",[68,51.167]],["parent/7753",[2260,7.017]],["name/7754",[512,51.363]],["parent/7754",[2260,7.017]],["name/7755",[595,58.27]],["parent/7755",[2260,7.017]],["name/7756",[596,62.202]],["parent/7756",[2260,7.017]],["name/7757",[387,62.202]],["parent/7757",[2260,7.017]],["name/7758",[597,58.27]],["parent/7758",[2260,7.017]],["name/7759",[71,49.643]],["parent/7759",[2232,6.865]],["name/7760",[173,20.78]],["parent/7760",[2261,10.024]],["name/7761",[599,58.27]],["parent/7761",[2262,9.514]],["name/7762",[601,58.27]],["parent/7762",[2262,9.514]],["name/7763",[72,57.883]],["parent/7763",[2232,6.865]],["name/7764",[173,20.78]],["parent/7764",[2263,10.024]],["name/7765",[408,29.731]],["parent/7765",[2264,8.927]],["name/7766",[562,45.295]],["parent/7766",[2264,8.927]],["name/7767",[604,58.27]],["parent/7767",[2264,8.927]],["name/7768",[605,58.27]],["parent/7768",[2264,8.927]],["name/7769",[74,58.075]],["parent/7769",[2232,6.865]],["name/7770",[173,20.78]],["parent/7770",[2265,10.024]],["name/7771",[408,29.731]],["parent/7771",[2266,8.927]],["name/7772",[410,39.926]],["parent/7772",[2266,8.927]],["name/7773",[521,51.363]],["parent/7773",[2266,8.927]],["name/7774",[608,58.27]],["parent/7774",[2266,8.927]],["name/7775",[75,57.883]],["parent/7775",[2232,6.865]],["name/7776",[173,20.78]],["parent/7776",[2267,10.024]],["name/7777",[410,39.926]],["parent/7777",[2268,9.178]],["name/7778",[611,58.27]],["parent/7778",[2268,9.178]],["name/7779",[612,58.27]],["parent/7779",[2268,9.178]],["name/7780",[76,57.883]],["parent/7780",[2232,6.865]],["name/7781",[173,20.78]],["parent/7781",[2269,10.024]],["name/7782",[408,29.731]],["parent/7782",[2270,8.56]],["name/7783",[615,58.27]],["parent/7783",[2270,8.56]],["name/7784",[71,49.643]],["parent/7784",[2270,8.56]],["name/7785",[570,51.363]],["parent/7785",[2270,8.56]],["name/7786",[616,58.27]],["parent/7786",[2270,8.56]],["name/7787",[617,58.27]],["parent/7787",[2270,8.56]],["name/7788",[78,58.075]],["parent/7788",[2232,6.865]],["name/7789",[173,20.78]],["parent/7789",[2271,10.024]],["name/7790",[619,58.27]],["parent/7790",[2272,8.727]],["name/7791",[621,58.27]],["parent/7791",[2272,8.727]],["name/7792",[622,47.317]],["parent/7792",[2272,8.727]],["name/7793",[623,58.27]],["parent/7793",[2272,8.727]],["name/7794",[624,58.27]],["parent/7794",[2272,8.727]],["name/7795",[98,51.167]],["parent/7795",[2232,6.865]],["name/7796",[173,20.78]],["parent/7796",[2273,10.024]],["name/7797",[626,58.27]],["parent/7797",[2274,10.024]],["name/7798",[93,50.025]],["parent/7798",[2232,6.865]],["name/7799",[173,20.78]],["parent/7799",[2275,10.024]],["name/7800",[629,58.27]],["parent/7800",[2276,9.178]],["name/7801",[631,58.27]],["parent/7801",[2276,9.178]],["name/7802",[632,58.27]],["parent/7802",[2276,9.178]],["name/7803",[79,57.883]],["parent/7803",[2232,6.865]],["name/7804",[173,20.78]],["parent/7804",[2277,10.024]],["name/7805",[581,49.316]],["parent/7805",[2278,7.907]],["name/7806",[547,44.444]],["parent/7806",[2278,7.907]],["name/7807",[544,45.905]],["parent/7807",[2278,7.907]],["name/7808",[635,58.27]],["parent/7808",[2278,7.907]],["name/7809",[636,46.586]],["parent/7809",[2278,7.907]],["name/7810",[637,58.27]],["parent/7810",[2278,7.907]],["name/7811",[98,51.167]],["parent/7811",[2278,7.907]],["name/7812",[93,50.025]],["parent/7812",[2278,7.907]],["name/7813",[638,58.27]],["parent/7813",[2278,7.907]],["name/7814",[639,58.27]],["parent/7814",[2278,7.907]],["name/7815",[640,58.27]],["parent/7815",[2278,7.907]],["name/7816",[534,51.363]],["parent/7816",[2278,7.907]],["name/7817",[80,55.757]],["parent/7817",[2232,6.865]],["name/7818",[173,20.78]],["parent/7818",[2279,10.024]],["name/7819",[408,29.731]],["parent/7819",[2280,9.514]],["name/7820",[547,44.444]],["parent/7820",[2280,9.514]],["name/7821",[81,57.883]],["parent/7821",[2232,6.865]],["name/7822",[173,20.78]],["parent/7822",[2281,10.024]],["name/7823",[644,58.27]],["parent/7823",[2282,8.927]],["name/7824",[173,20.78]],["parent/7824",[2282,8.927]],["name/7825",[646,51.363]],["parent/7825",[2283,8.56]],["name/7826",[636,46.586]],["parent/7826",[2283,8.56]],["name/7827",[622,47.317]],["parent/7827",[2283,8.56]],["name/7828",[648,58.27]],["parent/7828",[2282,8.927]],["name/7829",[173,20.78]],["parent/7829",[2282,8.927]],["name/7830",[646,51.363]],["parent/7830",[2283,8.56]],["name/7831",[636,46.586]],["parent/7831",[2283,8.56]],["name/7832",[622,47.317]],["parent/7832",[2283,8.56]],["name/7833",[83,55.604]],["parent/7833",[2232,6.865]],["name/7834",[173,20.78]],["parent/7834",[2284,10.024]],["name/7835",[65,47.186]],["parent/7835",[2285,8.56]],["name/7836",[421,44.394]],["parent/7836",[2285,8.56]],["name/7837",[408,29.731]],["parent/7837",[2285,8.56]],["name/7838",[94,51.023]],["parent/7838",[2285,8.56]],["name/7839",[73,51.562]],["parent/7839",[2285,8.56]],["name/7840",[540,45.268]],["parent/7840",[2285,8.56]],["name/7841",[651,56.147]],["parent/7841",[2232,6.865]],["name/7842",[86,57.883]],["parent/7842",[2232,6.865]],["name/7843",[173,20.78]],["parent/7843",[2286,10.024]],["name/7844",[653,58.27]],["parent/7844",[2287,8.727]],["name/7845",[655,58.27]],["parent/7845",[2287,8.727]],["name/7846",[656,58.27]],["parent/7846",[2287,8.727]],["name/7847",[657,58.27]],["parent/7847",[2287,8.727]],["name/7848",[658,58.27]],["parent/7848",[2287,8.727]],["name/7849",[87,58.075]],["parent/7849",[2232,6.865]],["name/7850",[173,20.78]],["parent/7850",[2288,10.024]],["name/7851",[408,29.731]],["parent/7851",[2289,8.927]],["name/7852",[661,58.27]],["parent/7852",[2289,8.927]],["name/7853",[662,58.27]],["parent/7853",[2289,8.927]],["name/7854",[663,58.27]],["parent/7854",[2289,8.927]],["name/7855",[88,57.883]],["parent/7855",[2232,6.865]],["name/7856",[173,20.78]],["parent/7856",[2290,10.024]],["name/7857",[408,29.731]],["parent/7857",[2291,8.081]],["name/7858",[340,56.068]],["parent/7858",[2291,8.081]],["name/7859",[666,58.27]],["parent/7859",[2291,8.081]],["name/7860",[334,56.147]],["parent/7860",[2291,8.081]],["name/7861",[667,58.27]],["parent/7861",[2291,8.081]],["name/7862",[668,58.27]],["parent/7862",[2291,8.081]],["name/7863",[669,58.27]],["parent/7863",[2291,8.081]],["name/7864",[670,58.27]],["parent/7864",[2291,8.081]],["name/7865",[671,58.27]],["parent/7865",[2291,8.081]],["name/7866",[672,58.27]],["parent/7866",[2291,8.081]],["name/7867",[89,57.511]],["parent/7867",[2232,6.865]],["name/7868",[173,20.78]],["parent/7868",[2292,10.024]],["name/7869",[408,29.731]],["parent/7869",[2293,8.727]],["name/7870",[675,58.27]],["parent/7870",[2293,8.727]],["name/7871",[676,58.27]],["parent/7871",[2293,8.727]],["name/7872",[677,58.27]],["parent/7872",[2293,8.727]],["name/7873",[678,58.27]],["parent/7873",[2293,8.727]],["name/7874",[90,57.883]],["parent/7874",[2232,6.865]],["name/7875",[173,20.78]],["parent/7875",[2294,10.024]],["name/7876",[562,45.295]],["parent/7876",[2295,9.178]],["name/7877",[532,51.363]],["parent/7877",[2295,9.178]],["name/7878",[681,58.27]],["parent/7878",[2295,9.178]],["name/7879",[91,58.075]],["parent/7879",[2232,6.865]],["name/7880",[173,20.78]],["parent/7880",[2296,10.024]],["name/7881",[408,29.731]],["parent/7881",[2297,8.927]],["name/7882",[684,51.363]],["parent/7882",[2297,8.927]],["name/7883",[172,58.075]],["parent/7883",[2297,8.927]],["name/7884",[592,51.363]],["parent/7884",[2297,8.927]],["name/7885",[95,58.075]],["parent/7885",[2232,6.865]],["name/7886",[173,20.78]],["parent/7886",[2298,10.024]],["name/7887",[686,54.532]],["parent/7887",[2299,8.292]],["name/7888",[582,51.363]],["parent/7888",[2299,8.292]],["name/7889",[688,58.27]],["parent/7889",[2299,8.292]],["name/7890",[511,47.317]],["parent/7890",[2299,8.292]],["name/7891",[591,49.811]],["parent/7891",[2299,8.292]],["name/7892",[352,50.243]],["parent/7892",[2299,8.292]],["name/7893",[684,51.363]],["parent/7893",[2299,8.292]],["name/7894",[689,58.27]],["parent/7894",[2299,8.292]],["name/7895",[97,55.911]],["parent/7895",[2232,6.865]],["name/7896",[173,20.78]],["parent/7896",[2300,10.024]],["name/7897",[417,58.075]],["parent/7897",[2301,8.927]],["name/7898",[419,58.075]],["parent/7898",[2301,8.927]],["name/7899",[420,58.075]],["parent/7899",[2301,8.927]],["name/7900",[421,44.394]],["parent/7900",[2301,8.927]],["name/7901",[44,67.457]],["parent/7901",[34,9.514]],["name/7902",[73,51.562]],["parent/7902",[2302,6.865]],["name/7903",[173,20.78]],["parent/7903",[2303,10.024]],["name/7904",[504,58.27]],["parent/7904",[2304,8.927]],["name/7905",[506,58.27]],["parent/7905",[2304,8.927]],["name/7906",[155,37.858]],["parent/7906",[2304,8.927]],["name/7907",[507,58.27]],["parent/7907",[2304,8.927]],["name/7908",[92,51.167]],["parent/7908",[2302,6.865]],["name/7909",[173,20.78]],["parent/7909",[2305,10.024]],["name/7910",[509,58.27]],["parent/7910",[2306,8.727]],["name/7911",[511,47.317]],["parent/7911",[2306,8.727]],["name/7912",[512,51.363]],["parent/7912",[2306,8.727]],["name/7913",[344,48.357]],["parent/7913",[2306,8.727]],["name/7914",[513,51.363]],["parent/7914",[2306,8.727]],["name/7915",[65,47.186]],["parent/7915",[2302,6.865]],["name/7916",[173,20.78]],["parent/7916",[2307,10.024]],["name/7917",[408,29.731]],["parent/7917",[2308,7.413]],["name/7918",[493,49.276]],["parent/7918",[2308,7.413]],["name/7919",[516,51.363]],["parent/7919",[2308,7.413]],["name/7920",[517,58.27]],["parent/7920",[2308,7.413]],["name/7921",[518,58.27]],["parent/7921",[2308,7.413]],["name/7922",[421,44.394]],["parent/7922",[2308,7.413]],["name/7923",[519,58.27]],["parent/7923",[2308,7.413]],["name/7924",[520,58.27]],["parent/7924",[2308,7.413]],["name/7925",[521,51.363]],["parent/7925",[2308,7.413]],["name/7926",[344,48.357]],["parent/7926",[2308,7.413]],["name/7927",[155,37.858]],["parent/7927",[2308,7.413]],["name/7928",[522,58.27]],["parent/7928",[2308,7.413]],["name/7929",[523,58.27]],["parent/7929",[2308,7.413]],["name/7930",[524,58.27]],["parent/7930",[2308,7.413]],["name/7931",[525,58.27]],["parent/7931",[2308,7.413]],["name/7932",[526,47.618]],["parent/7932",[2308,7.413]],["name/7933",[527,58.27]],["parent/7933",[2308,7.413]],["name/7934",[513,51.363]],["parent/7934",[2308,7.413]],["name/7935",[528,58.27]],["parent/7935",[2308,7.413]],["name/7936",[92,51.167]],["parent/7936",[2308,7.413]],["name/7937",[67,57.883]],["parent/7937",[2302,6.865]],["name/7938",[173,20.78]],["parent/7938",[2309,10.024]],["name/7939",[530,58.27]],["parent/7939",[2310,8.927]],["name/7940",[532,51.363]],["parent/7940",[2310,8.927]],["name/7941",[533,58.27]],["parent/7941",[2310,8.927]],["name/7942",[534,51.363]],["parent/7942",[2310,8.927]],["name/7943",[68,51.167]],["parent/7943",[2302,6.865]],["name/7944",[173,20.78]],["parent/7944",[2311,10.024]],["name/7945",[410,39.926]],["parent/7945",[2312,9.178]],["name/7946",[411,58.075]],["parent/7946",[2312,9.178]],["name/7947",[537,58.27]],["parent/7947",[2312,9.178]],["name/7948",[69,57.883]],["parent/7948",[2302,6.865]],["name/7949",[173,20.78]],["parent/7949",[2313,10.024]],["name/7950",[408,29.731]],["parent/7950",[2314,8.292]],["name/7951",[540,45.268]],["parent/7951",[2314,8.292]],["name/7952",[155,37.858]],["parent/7952",[2314,8.292]],["name/7953",[541,58.27]],["parent/7953",[2314,8.292]],["name/7954",[542,58.27]],["parent/7954",[2314,8.292]],["name/7955",[543,58.27]],["parent/7955",[2314,8.292]],["name/7956",[342,56.068]],["parent/7956",[2314,8.292]],["name/7957",[544,45.905]],["parent/7957",[2314,8.292]],["name/7958",[70,51.167]],["parent/7958",[2302,6.865]],["name/7959",[173,20.78]],["parent/7959",[2315,10.024]],["name/7960",[155,37.858]],["parent/7960",[2316,7.907]],["name/7961",[547,44.444]],["parent/7961",[2316,7.907]],["name/7962",[544,45.905]],["parent/7962",[2316,7.907]],["name/7963",[540,45.268]],["parent/7963",[2316,7.907]],["name/7964",[548,58.27]],["parent/7964",[2316,7.907]],["name/7965",[549,58.27]],["parent/7965",[2316,7.907]],["name/7966",[550,58.27]],["parent/7966",[2316,7.907]],["name/7967",[551,58.27]],["parent/7967",[2316,7.907]],["name/7968",[552,58.27]],["parent/7968",[2316,7.907]],["name/7969",[553,58.27]],["parent/7969",[2316,7.907]],["name/7970",[554,56.227]],["parent/7970",[2316,7.907]],["name/7971",[555,56.227]],["parent/7971",[2316,7.907]],["name/7972",[82,57.511]],["parent/7972",[2302,6.865]],["name/7973",[173,20.78]],["parent/7973",[2317,10.024]],["name/7974",[408,29.731]],["parent/7974",[2318,8.927]],["name/7975",[493,49.276]],["parent/7975",[2318,8.927]],["name/7976",[155,37.858]],["parent/7976",[2318,8.927]],["name/7977",[516,51.363]],["parent/7977",[2318,8.927]],["name/7978",[77,51.167]],["parent/7978",[2302,6.865]],["name/7979",[173,20.78]],["parent/7979",[2319,10.024]],["name/7980",[559,58.27]],["parent/7980",[2320,9.178]],["name/7981",[561,58.27]],["parent/7981",[2320,9.178]],["name/7982",[562,45.295]],["parent/7982",[2320,9.178]],["name/7983",[96,55.911]],["parent/7983",[2302,6.865]],["name/7984",[173,20.78]],["parent/7984",[2321,10.024]],["name/7985",[410,39.926]],["parent/7985",[2322,9.178]],["name/7986",[155,37.858]],["parent/7986",[2322,9.178]],["name/7987",[77,51.167]],["parent/7987",[2322,9.178]],["name/7988",[85,57.978]],["parent/7988",[2302,6.865]],["name/7989",[173,20.78]],["parent/7989",[2323,10.024]],["name/7990",[547,44.444]],["parent/7990",[2324,9.514]],["name/7991",[567,51.363]],["parent/7991",[2324,9.514]],["name/7992",[84,48.96]],["parent/7992",[2302,6.865]],["name/7993",[173,20.78]],["parent/7993",[2325,10.024]],["name/7994",[408,29.731]],["parent/7994",[2326,8.417]],["name/7995",[570,51.363]],["parent/7995",[2326,8.417]],["name/7996",[571,58.27]],["parent/7996",[2326,8.417]],["name/7997",[572,56.227]],["parent/7997",[2326,8.417]],["name/7998",[567,51.363]],["parent/7998",[2326,8.417]],["name/7999",[573,58.27]],["parent/7999",[2326,8.417]],["name/8000",[574,58.27]],["parent/8000",[2326,8.417]],["name/8001",[345,56.721]],["parent/8001",[2302,6.865]],["name/8002",[173,20.78]],["parent/8002",[2327,10.024]],["name/8003",[576,62.202]],["parent/8003",[2328,8.927]],["name/8004",[578,62.202]],["parent/8004",[2328,8.927]],["name/8005",[410,39.926]],["parent/8005",[2328,8.927]],["name/8006",[562,45.295]],["parent/8006",[2328,8.927]],["name/8007",[94,51.023]],["parent/8007",[2302,6.865]],["name/8008",[173,20.78]],["parent/8008",[2329,10.024]],["name/8009",[408,29.731]],["parent/8009",[2330,7.017]],["name/8010",[581,49.316]],["parent/8010",[2330,7.017]],["name/8011",[155,37.858]],["parent/8011",[2330,7.017]],["name/8012",[65,47.186]],["parent/8012",[2330,7.017]],["name/8013",[582,51.363]],["parent/8013",[2330,7.017]],["name/8014",[583,58.27]],["parent/8014",[2330,7.017]],["name/8015",[145,57.978]],["parent/8015",[2330,7.017]],["name/8016",[584,58.27]],["parent/8016",[2330,7.017]],["name/8017",[421,44.394]],["parent/8017",[2330,7.017]],["name/8018",[526,47.618]],["parent/8018",[2330,7.017]],["name/8019",[585,58.27]],["parent/8019",[2330,7.017]],["name/8020",[586,58.27]],["parent/8020",[2330,7.017]],["name/8021",[587,58.27]],["parent/8021",[2330,7.017]],["name/8022",[588,58.27]],["parent/8022",[2330,7.017]],["name/8023",[589,58.27]],["parent/8023",[2330,7.017]],["name/8024",[590,58.27]],["parent/8024",[2330,7.017]],["name/8025",[511,47.317]],["parent/8025",[2330,7.017]],["name/8026",[591,49.811]],["parent/8026",[2330,7.017]],["name/8027",[352,50.243]],["parent/8027",[2330,7.017]],["name/8028",[592,51.363]],["parent/8028",[2330,7.017]],["name/8029",[593,56.227]],["parent/8029",[2330,7.017]],["name/8030",[594,56.227]],["parent/8030",[2330,7.017]],["name/8031",[70,51.167]],["parent/8031",[2330,7.017]],["name/8032",[84,48.96]],["parent/8032",[2330,7.017]],["name/8033",[68,51.167]],["parent/8033",[2330,7.017]],["name/8034",[512,51.363]],["parent/8034",[2330,7.017]],["name/8035",[595,58.27]],["parent/8035",[2330,7.017]],["name/8036",[596,62.202]],["parent/8036",[2330,7.017]],["name/8037",[387,62.202]],["parent/8037",[2330,7.017]],["name/8038",[597,58.27]],["parent/8038",[2330,7.017]],["name/8039",[71,49.643]],["parent/8039",[2302,6.865]],["name/8040",[173,20.78]],["parent/8040",[2331,10.024]],["name/8041",[599,58.27]],["parent/8041",[2332,9.514]],["name/8042",[601,58.27]],["parent/8042",[2332,9.514]],["name/8043",[72,57.883]],["parent/8043",[2302,6.865]],["name/8044",[173,20.78]],["parent/8044",[2333,10.024]],["name/8045",[408,29.731]],["parent/8045",[2334,8.927]],["name/8046",[562,45.295]],["parent/8046",[2334,8.927]],["name/8047",[604,58.27]],["parent/8047",[2334,8.927]],["name/8048",[605,58.27]],["parent/8048",[2334,8.927]],["name/8049",[74,58.075]],["parent/8049",[2302,6.865]],["name/8050",[173,20.78]],["parent/8050",[2335,10.024]],["name/8051",[408,29.731]],["parent/8051",[2336,8.927]],["name/8052",[410,39.926]],["parent/8052",[2336,8.927]],["name/8053",[521,51.363]],["parent/8053",[2336,8.927]],["name/8054",[608,58.27]],["parent/8054",[2336,8.927]],["name/8055",[75,57.883]],["parent/8055",[2302,6.865]],["name/8056",[173,20.78]],["parent/8056",[2337,10.024]],["name/8057",[410,39.926]],["parent/8057",[2338,9.178]],["name/8058",[611,58.27]],["parent/8058",[2338,9.178]],["name/8059",[612,58.27]],["parent/8059",[2338,9.178]],["name/8060",[76,57.883]],["parent/8060",[2302,6.865]],["name/8061",[173,20.78]],["parent/8061",[2339,10.024]],["name/8062",[408,29.731]],["parent/8062",[2340,8.56]],["name/8063",[615,58.27]],["parent/8063",[2340,8.56]],["name/8064",[71,49.643]],["parent/8064",[2340,8.56]],["name/8065",[570,51.363]],["parent/8065",[2340,8.56]],["name/8066",[616,58.27]],["parent/8066",[2340,8.56]],["name/8067",[617,58.27]],["parent/8067",[2340,8.56]],["name/8068",[78,58.075]],["parent/8068",[2302,6.865]],["name/8069",[173,20.78]],["parent/8069",[2341,10.024]],["name/8070",[619,58.27]],["parent/8070",[2342,8.727]],["name/8071",[621,58.27]],["parent/8071",[2342,8.727]],["name/8072",[622,47.317]],["parent/8072",[2342,8.727]],["name/8073",[623,58.27]],["parent/8073",[2342,8.727]],["name/8074",[624,58.27]],["parent/8074",[2342,8.727]],["name/8075",[98,51.167]],["parent/8075",[2302,6.865]],["name/8076",[173,20.78]],["parent/8076",[2343,10.024]],["name/8077",[626,58.27]],["parent/8077",[2344,10.024]],["name/8078",[93,50.025]],["parent/8078",[2302,6.865]],["name/8079",[173,20.78]],["parent/8079",[2345,10.024]],["name/8080",[629,58.27]],["parent/8080",[2346,9.178]],["name/8081",[631,58.27]],["parent/8081",[2346,9.178]],["name/8082",[632,58.27]],["parent/8082",[2346,9.178]],["name/8083",[79,57.883]],["parent/8083",[2302,6.865]],["name/8084",[173,20.78]],["parent/8084",[2347,10.024]],["name/8085",[581,49.316]],["parent/8085",[2348,7.907]],["name/8086",[547,44.444]],["parent/8086",[2348,7.907]],["name/8087",[544,45.905]],["parent/8087",[2348,7.907]],["name/8088",[635,58.27]],["parent/8088",[2348,7.907]],["name/8089",[636,46.586]],["parent/8089",[2348,7.907]],["name/8090",[637,58.27]],["parent/8090",[2348,7.907]],["name/8091",[98,51.167]],["parent/8091",[2348,7.907]],["name/8092",[93,50.025]],["parent/8092",[2348,7.907]],["name/8093",[638,58.27]],["parent/8093",[2348,7.907]],["name/8094",[639,58.27]],["parent/8094",[2348,7.907]],["name/8095",[640,58.27]],["parent/8095",[2348,7.907]],["name/8096",[534,51.363]],["parent/8096",[2348,7.907]],["name/8097",[80,55.757]],["parent/8097",[2302,6.865]],["name/8098",[173,20.78]],["parent/8098",[2349,10.024]],["name/8099",[408,29.731]],["parent/8099",[2350,9.514]],["name/8100",[547,44.444]],["parent/8100",[2350,9.514]],["name/8101",[81,57.883]],["parent/8101",[2302,6.865]],["name/8102",[173,20.78]],["parent/8102",[2351,10.024]],["name/8103",[644,58.27]],["parent/8103",[2352,8.927]],["name/8104",[173,20.78]],["parent/8104",[2352,8.927]],["name/8105",[646,51.363]],["parent/8105",[2353,8.56]],["name/8106",[636,46.586]],["parent/8106",[2353,8.56]],["name/8107",[622,47.317]],["parent/8107",[2353,8.56]],["name/8108",[648,58.27]],["parent/8108",[2352,8.927]],["name/8109",[173,20.78]],["parent/8109",[2352,8.927]],["name/8110",[646,51.363]],["parent/8110",[2353,8.56]],["name/8111",[636,46.586]],["parent/8111",[2353,8.56]],["name/8112",[622,47.317]],["parent/8112",[2353,8.56]],["name/8113",[83,55.604]],["parent/8113",[2302,6.865]],["name/8114",[173,20.78]],["parent/8114",[2354,10.024]],["name/8115",[65,47.186]],["parent/8115",[2355,8.56]],["name/8116",[421,44.394]],["parent/8116",[2355,8.56]],["name/8117",[408,29.731]],["parent/8117",[2355,8.56]],["name/8118",[94,51.023]],["parent/8118",[2355,8.56]],["name/8119",[73,51.562]],["parent/8119",[2355,8.56]],["name/8120",[540,45.268]],["parent/8120",[2355,8.56]],["name/8121",[651,56.147]],["parent/8121",[2302,6.865]],["name/8122",[86,57.883]],["parent/8122",[2302,6.865]],["name/8123",[173,20.78]],["parent/8123",[2356,10.024]],["name/8124",[653,58.27]],["parent/8124",[2357,8.727]],["name/8125",[655,58.27]],["parent/8125",[2357,8.727]],["name/8126",[656,58.27]],["parent/8126",[2357,8.727]],["name/8127",[657,58.27]],["parent/8127",[2357,8.727]],["name/8128",[658,58.27]],["parent/8128",[2357,8.727]],["name/8129",[87,58.075]],["parent/8129",[2302,6.865]],["name/8130",[173,20.78]],["parent/8130",[2358,10.024]],["name/8131",[408,29.731]],["parent/8131",[2359,8.927]],["name/8132",[661,58.27]],["parent/8132",[2359,8.927]],["name/8133",[662,58.27]],["parent/8133",[2359,8.927]],["name/8134",[663,58.27]],["parent/8134",[2359,8.927]],["name/8135",[88,57.883]],["parent/8135",[2302,6.865]],["name/8136",[173,20.78]],["parent/8136",[2360,10.024]],["name/8137",[408,29.731]],["parent/8137",[2361,8.081]],["name/8138",[340,56.068]],["parent/8138",[2361,8.081]],["name/8139",[666,58.27]],["parent/8139",[2361,8.081]],["name/8140",[334,56.147]],["parent/8140",[2361,8.081]],["name/8141",[667,58.27]],["parent/8141",[2361,8.081]],["name/8142",[668,58.27]],["parent/8142",[2361,8.081]],["name/8143",[669,58.27]],["parent/8143",[2361,8.081]],["name/8144",[670,58.27]],["parent/8144",[2361,8.081]],["name/8145",[671,58.27]],["parent/8145",[2361,8.081]],["name/8146",[672,58.27]],["parent/8146",[2361,8.081]],["name/8147",[89,57.511]],["parent/8147",[2302,6.865]],["name/8148",[173,20.78]],["parent/8148",[2362,10.024]],["name/8149",[408,29.731]],["parent/8149",[2363,8.727]],["name/8150",[675,58.27]],["parent/8150",[2363,8.727]],["name/8151",[676,58.27]],["parent/8151",[2363,8.727]],["name/8152",[677,58.27]],["parent/8152",[2363,8.727]],["name/8153",[678,58.27]],["parent/8153",[2363,8.727]],["name/8154",[90,57.883]],["parent/8154",[2302,6.865]],["name/8155",[173,20.78]],["parent/8155",[2364,10.024]],["name/8156",[562,45.295]],["parent/8156",[2365,9.178]],["name/8157",[532,51.363]],["parent/8157",[2365,9.178]],["name/8158",[681,58.27]],["parent/8158",[2365,9.178]],["name/8159",[91,58.075]],["parent/8159",[2302,6.865]],["name/8160",[173,20.78]],["parent/8160",[2366,10.024]],["name/8161",[408,29.731]],["parent/8161",[2367,8.927]],["name/8162",[684,51.363]],["parent/8162",[2367,8.927]],["name/8163",[172,58.075]],["parent/8163",[2367,8.927]],["name/8164",[592,51.363]],["parent/8164",[2367,8.927]],["name/8165",[95,58.075]],["parent/8165",[2302,6.865]],["name/8166",[173,20.78]],["parent/8166",[2368,10.024]],["name/8167",[686,54.532]],["parent/8167",[2369,8.292]],["name/8168",[582,51.363]],["parent/8168",[2369,8.292]],["name/8169",[688,58.27]],["parent/8169",[2369,8.292]],["name/8170",[511,47.317]],["parent/8170",[2369,8.292]],["name/8171",[591,49.811]],["parent/8171",[2369,8.292]],["name/8172",[352,50.243]],["parent/8172",[2369,8.292]],["name/8173",[684,51.363]],["parent/8173",[2369,8.292]],["name/8174",[689,58.27]],["parent/8174",[2369,8.292]],["name/8175",[97,55.911]],["parent/8175",[2302,6.865]],["name/8176",[173,20.78]],["parent/8176",[2370,10.024]],["name/8177",[417,58.075]],["parent/8177",[2371,8.927]],["name/8178",[419,58.075]],["parent/8178",[2371,8.927]],["name/8179",[420,58.075]],["parent/8179",[2371,8.927]],["name/8180",[421,44.394]],["parent/8180",[2371,8.927]],["name/8181",[44,67.457]],["parent/8181",[35,9.514]],["name/8182",[73,51.562]],["parent/8182",[2372,6.865]],["name/8183",[173,20.78]],["parent/8183",[2373,10.024]],["name/8184",[504,58.27]],["parent/8184",[2374,8.927]],["name/8185",[506,58.27]],["parent/8185",[2374,8.927]],["name/8186",[155,37.858]],["parent/8186",[2374,8.927]],["name/8187",[507,58.27]],["parent/8187",[2374,8.927]],["name/8188",[92,51.167]],["parent/8188",[2372,6.865]],["name/8189",[173,20.78]],["parent/8189",[2375,10.024]],["name/8190",[509,58.27]],["parent/8190",[2376,8.727]],["name/8191",[511,47.317]],["parent/8191",[2376,8.727]],["name/8192",[512,51.363]],["parent/8192",[2376,8.727]],["name/8193",[344,48.357]],["parent/8193",[2376,8.727]],["name/8194",[513,51.363]],["parent/8194",[2376,8.727]],["name/8195",[65,47.186]],["parent/8195",[2372,6.865]],["name/8196",[173,20.78]],["parent/8196",[2377,10.024]],["name/8197",[408,29.731]],["parent/8197",[2378,7.413]],["name/8198",[493,49.276]],["parent/8198",[2378,7.413]],["name/8199",[516,51.363]],["parent/8199",[2378,7.413]],["name/8200",[517,58.27]],["parent/8200",[2378,7.413]],["name/8201",[518,58.27]],["parent/8201",[2378,7.413]],["name/8202",[421,44.394]],["parent/8202",[2378,7.413]],["name/8203",[519,58.27]],["parent/8203",[2378,7.413]],["name/8204",[520,58.27]],["parent/8204",[2378,7.413]],["name/8205",[521,51.363]],["parent/8205",[2378,7.413]],["name/8206",[344,48.357]],["parent/8206",[2378,7.413]],["name/8207",[155,37.858]],["parent/8207",[2378,7.413]],["name/8208",[522,58.27]],["parent/8208",[2378,7.413]],["name/8209",[523,58.27]],["parent/8209",[2378,7.413]],["name/8210",[524,58.27]],["parent/8210",[2378,7.413]],["name/8211",[525,58.27]],["parent/8211",[2378,7.413]],["name/8212",[526,47.618]],["parent/8212",[2378,7.413]],["name/8213",[527,58.27]],["parent/8213",[2378,7.413]],["name/8214",[513,51.363]],["parent/8214",[2378,7.413]],["name/8215",[528,58.27]],["parent/8215",[2378,7.413]],["name/8216",[92,51.167]],["parent/8216",[2378,7.413]],["name/8217",[67,57.883]],["parent/8217",[2372,6.865]],["name/8218",[173,20.78]],["parent/8218",[2379,10.024]],["name/8219",[530,58.27]],["parent/8219",[2380,8.927]],["name/8220",[532,51.363]],["parent/8220",[2380,8.927]],["name/8221",[533,58.27]],["parent/8221",[2380,8.927]],["name/8222",[534,51.363]],["parent/8222",[2380,8.927]],["name/8223",[68,51.167]],["parent/8223",[2372,6.865]],["name/8224",[173,20.78]],["parent/8224",[2381,10.024]],["name/8225",[410,39.926]],["parent/8225",[2382,9.178]],["name/8226",[411,58.075]],["parent/8226",[2382,9.178]],["name/8227",[537,58.27]],["parent/8227",[2382,9.178]],["name/8228",[69,57.883]],["parent/8228",[2372,6.865]],["name/8229",[173,20.78]],["parent/8229",[2383,10.024]],["name/8230",[408,29.731]],["parent/8230",[2384,8.292]],["name/8231",[540,45.268]],["parent/8231",[2384,8.292]],["name/8232",[155,37.858]],["parent/8232",[2384,8.292]],["name/8233",[541,58.27]],["parent/8233",[2384,8.292]],["name/8234",[542,58.27]],["parent/8234",[2384,8.292]],["name/8235",[543,58.27]],["parent/8235",[2384,8.292]],["name/8236",[342,56.068]],["parent/8236",[2384,8.292]],["name/8237",[544,45.905]],["parent/8237",[2384,8.292]],["name/8238",[70,51.167]],["parent/8238",[2372,6.865]],["name/8239",[173,20.78]],["parent/8239",[2385,10.024]],["name/8240",[155,37.858]],["parent/8240",[2386,7.907]],["name/8241",[547,44.444]],["parent/8241",[2386,7.907]],["name/8242",[544,45.905]],["parent/8242",[2386,7.907]],["name/8243",[540,45.268]],["parent/8243",[2386,7.907]],["name/8244",[548,58.27]],["parent/8244",[2386,7.907]],["name/8245",[549,58.27]],["parent/8245",[2386,7.907]],["name/8246",[550,58.27]],["parent/8246",[2386,7.907]],["name/8247",[551,58.27]],["parent/8247",[2386,7.907]],["name/8248",[552,58.27]],["parent/8248",[2386,7.907]],["name/8249",[553,58.27]],["parent/8249",[2386,7.907]],["name/8250",[554,56.227]],["parent/8250",[2386,7.907]],["name/8251",[555,56.227]],["parent/8251",[2386,7.907]],["name/8252",[82,57.511]],["parent/8252",[2372,6.865]],["name/8253",[173,20.78]],["parent/8253",[2387,10.024]],["name/8254",[408,29.731]],["parent/8254",[2388,8.927]],["name/8255",[493,49.276]],["parent/8255",[2388,8.927]],["name/8256",[155,37.858]],["parent/8256",[2388,8.927]],["name/8257",[516,51.363]],["parent/8257",[2388,8.927]],["name/8258",[77,51.167]],["parent/8258",[2372,6.865]],["name/8259",[173,20.78]],["parent/8259",[2389,10.024]],["name/8260",[559,58.27]],["parent/8260",[2390,9.178]],["name/8261",[561,58.27]],["parent/8261",[2390,9.178]],["name/8262",[562,45.295]],["parent/8262",[2390,9.178]],["name/8263",[96,55.911]],["parent/8263",[2372,6.865]],["name/8264",[173,20.78]],["parent/8264",[2391,10.024]],["name/8265",[410,39.926]],["parent/8265",[2392,9.178]],["name/8266",[155,37.858]],["parent/8266",[2392,9.178]],["name/8267",[77,51.167]],["parent/8267",[2392,9.178]],["name/8268",[85,57.978]],["parent/8268",[2372,6.865]],["name/8269",[173,20.78]],["parent/8269",[2393,10.024]],["name/8270",[547,44.444]],["parent/8270",[2394,9.514]],["name/8271",[567,51.363]],["parent/8271",[2394,9.514]],["name/8272",[84,48.96]],["parent/8272",[2372,6.865]],["name/8273",[173,20.78]],["parent/8273",[2395,10.024]],["name/8274",[408,29.731]],["parent/8274",[2396,8.417]],["name/8275",[570,51.363]],["parent/8275",[2396,8.417]],["name/8276",[571,58.27]],["parent/8276",[2396,8.417]],["name/8277",[572,56.227]],["parent/8277",[2396,8.417]],["name/8278",[567,51.363]],["parent/8278",[2396,8.417]],["name/8279",[573,58.27]],["parent/8279",[2396,8.417]],["name/8280",[574,58.27]],["parent/8280",[2396,8.417]],["name/8281",[345,56.721]],["parent/8281",[2372,6.865]],["name/8282",[173,20.78]],["parent/8282",[2397,10.024]],["name/8283",[576,62.202]],["parent/8283",[2398,8.927]],["name/8284",[578,62.202]],["parent/8284",[2398,8.927]],["name/8285",[410,39.926]],["parent/8285",[2398,8.927]],["name/8286",[562,45.295]],["parent/8286",[2398,8.927]],["name/8287",[94,51.023]],["parent/8287",[2372,6.865]],["name/8288",[173,20.78]],["parent/8288",[2399,10.024]],["name/8289",[408,29.731]],["parent/8289",[2400,7.017]],["name/8290",[581,49.316]],["parent/8290",[2400,7.017]],["name/8291",[155,37.858]],["parent/8291",[2400,7.017]],["name/8292",[65,47.186]],["parent/8292",[2400,7.017]],["name/8293",[582,51.363]],["parent/8293",[2400,7.017]],["name/8294",[583,58.27]],["parent/8294",[2400,7.017]],["name/8295",[145,57.978]],["parent/8295",[2400,7.017]],["name/8296",[584,58.27]],["parent/8296",[2400,7.017]],["name/8297",[421,44.394]],["parent/8297",[2400,7.017]],["name/8298",[526,47.618]],["parent/8298",[2400,7.017]],["name/8299",[585,58.27]],["parent/8299",[2400,7.017]],["name/8300",[586,58.27]],["parent/8300",[2400,7.017]],["name/8301",[587,58.27]],["parent/8301",[2400,7.017]],["name/8302",[588,58.27]],["parent/8302",[2400,7.017]],["name/8303",[589,58.27]],["parent/8303",[2400,7.017]],["name/8304",[590,58.27]],["parent/8304",[2400,7.017]],["name/8305",[511,47.317]],["parent/8305",[2400,7.017]],["name/8306",[591,49.811]],["parent/8306",[2400,7.017]],["name/8307",[352,50.243]],["parent/8307",[2400,7.017]],["name/8308",[592,51.363]],["parent/8308",[2400,7.017]],["name/8309",[593,56.227]],["parent/8309",[2400,7.017]],["name/8310",[594,56.227]],["parent/8310",[2400,7.017]],["name/8311",[70,51.167]],["parent/8311",[2400,7.017]],["name/8312",[84,48.96]],["parent/8312",[2400,7.017]],["name/8313",[68,51.167]],["parent/8313",[2400,7.017]],["name/8314",[512,51.363]],["parent/8314",[2400,7.017]],["name/8315",[595,58.27]],["parent/8315",[2400,7.017]],["name/8316",[596,62.202]],["parent/8316",[2400,7.017]],["name/8317",[387,62.202]],["parent/8317",[2400,7.017]],["name/8318",[597,58.27]],["parent/8318",[2400,7.017]],["name/8319",[71,49.643]],["parent/8319",[2372,6.865]],["name/8320",[173,20.78]],["parent/8320",[2401,10.024]],["name/8321",[599,58.27]],["parent/8321",[2402,9.514]],["name/8322",[601,58.27]],["parent/8322",[2402,9.514]],["name/8323",[72,57.883]],["parent/8323",[2372,6.865]],["name/8324",[173,20.78]],["parent/8324",[2403,10.024]],["name/8325",[408,29.731]],["parent/8325",[2404,8.927]],["name/8326",[562,45.295]],["parent/8326",[2404,8.927]],["name/8327",[604,58.27]],["parent/8327",[2404,8.927]],["name/8328",[605,58.27]],["parent/8328",[2404,8.927]],["name/8329",[74,58.075]],["parent/8329",[2372,6.865]],["name/8330",[173,20.78]],["parent/8330",[2405,10.024]],["name/8331",[408,29.731]],["parent/8331",[2406,8.927]],["name/8332",[410,39.926]],["parent/8332",[2406,8.927]],["name/8333",[521,51.363]],["parent/8333",[2406,8.927]],["name/8334",[608,58.27]],["parent/8334",[2406,8.927]],["name/8335",[75,57.883]],["parent/8335",[2372,6.865]],["name/8336",[173,20.78]],["parent/8336",[2407,10.024]],["name/8337",[410,39.926]],["parent/8337",[2408,9.178]],["name/8338",[611,58.27]],["parent/8338",[2408,9.178]],["name/8339",[612,58.27]],["parent/8339",[2408,9.178]],["name/8340",[76,57.883]],["parent/8340",[2372,6.865]],["name/8341",[173,20.78]],["parent/8341",[2409,10.024]],["name/8342",[408,29.731]],["parent/8342",[2410,8.56]],["name/8343",[615,58.27]],["parent/8343",[2410,8.56]],["name/8344",[71,49.643]],["parent/8344",[2410,8.56]],["name/8345",[570,51.363]],["parent/8345",[2410,8.56]],["name/8346",[616,58.27]],["parent/8346",[2410,8.56]],["name/8347",[617,58.27]],["parent/8347",[2410,8.56]],["name/8348",[78,58.075]],["parent/8348",[2372,6.865]],["name/8349",[173,20.78]],["parent/8349",[2411,10.024]],["name/8350",[619,58.27]],["parent/8350",[2412,8.727]],["name/8351",[621,58.27]],["parent/8351",[2412,8.727]],["name/8352",[622,47.317]],["parent/8352",[2412,8.727]],["name/8353",[623,58.27]],["parent/8353",[2412,8.727]],["name/8354",[624,58.27]],["parent/8354",[2412,8.727]],["name/8355",[98,51.167]],["parent/8355",[2372,6.865]],["name/8356",[173,20.78]],["parent/8356",[2413,10.024]],["name/8357",[626,58.27]],["parent/8357",[2414,10.024]],["name/8358",[93,50.025]],["parent/8358",[2372,6.865]],["name/8359",[173,20.78]],["parent/8359",[2415,10.024]],["name/8360",[629,58.27]],["parent/8360",[2416,9.178]],["name/8361",[631,58.27]],["parent/8361",[2416,9.178]],["name/8362",[632,58.27]],["parent/8362",[2416,9.178]],["name/8363",[79,57.883]],["parent/8363",[2372,6.865]],["name/8364",[173,20.78]],["parent/8364",[2417,10.024]],["name/8365",[581,49.316]],["parent/8365",[2418,7.907]],["name/8366",[547,44.444]],["parent/8366",[2418,7.907]],["name/8367",[544,45.905]],["parent/8367",[2418,7.907]],["name/8368",[635,58.27]],["parent/8368",[2418,7.907]],["name/8369",[636,46.586]],["parent/8369",[2418,7.907]],["name/8370",[637,58.27]],["parent/8370",[2418,7.907]],["name/8371",[98,51.167]],["parent/8371",[2418,7.907]],["name/8372",[93,50.025]],["parent/8372",[2418,7.907]],["name/8373",[638,58.27]],["parent/8373",[2418,7.907]],["name/8374",[639,58.27]],["parent/8374",[2418,7.907]],["name/8375",[640,58.27]],["parent/8375",[2418,7.907]],["name/8376",[534,51.363]],["parent/8376",[2418,7.907]],["name/8377",[80,55.757]],["parent/8377",[2372,6.865]],["name/8378",[173,20.78]],["parent/8378",[2419,10.024]],["name/8379",[408,29.731]],["parent/8379",[2420,9.514]],["name/8380",[547,44.444]],["parent/8380",[2420,9.514]],["name/8381",[81,57.883]],["parent/8381",[2372,6.865]],["name/8382",[173,20.78]],["parent/8382",[2421,10.024]],["name/8383",[644,58.27]],["parent/8383",[2422,8.927]],["name/8384",[173,20.78]],["parent/8384",[2422,8.927]],["name/8385",[646,51.363]],["parent/8385",[2423,8.56]],["name/8386",[636,46.586]],["parent/8386",[2423,8.56]],["name/8387",[622,47.317]],["parent/8387",[2423,8.56]],["name/8388",[648,58.27]],["parent/8388",[2422,8.927]],["name/8389",[173,20.78]],["parent/8389",[2422,8.927]],["name/8390",[646,51.363]],["parent/8390",[2423,8.56]],["name/8391",[636,46.586]],["parent/8391",[2423,8.56]],["name/8392",[622,47.317]],["parent/8392",[2423,8.56]],["name/8393",[83,55.604]],["parent/8393",[2372,6.865]],["name/8394",[173,20.78]],["parent/8394",[2424,10.024]],["name/8395",[65,47.186]],["parent/8395",[2425,8.56]],["name/8396",[421,44.394]],["parent/8396",[2425,8.56]],["name/8397",[408,29.731]],["parent/8397",[2425,8.56]],["name/8398",[94,51.023]],["parent/8398",[2425,8.56]],["name/8399",[73,51.562]],["parent/8399",[2425,8.56]],["name/8400",[540,45.268]],["parent/8400",[2425,8.56]],["name/8401",[651,56.147]],["parent/8401",[2372,6.865]],["name/8402",[86,57.883]],["parent/8402",[2372,6.865]],["name/8403",[173,20.78]],["parent/8403",[2426,10.024]],["name/8404",[653,58.27]],["parent/8404",[2427,8.727]],["name/8405",[655,58.27]],["parent/8405",[2427,8.727]],["name/8406",[656,58.27]],["parent/8406",[2427,8.727]],["name/8407",[657,58.27]],["parent/8407",[2427,8.727]],["name/8408",[658,58.27]],["parent/8408",[2427,8.727]],["name/8409",[87,58.075]],["parent/8409",[2372,6.865]],["name/8410",[173,20.78]],["parent/8410",[2428,10.024]],["name/8411",[408,29.731]],["parent/8411",[2429,8.927]],["name/8412",[661,58.27]],["parent/8412",[2429,8.927]],["name/8413",[662,58.27]],["parent/8413",[2429,8.927]],["name/8414",[663,58.27]],["parent/8414",[2429,8.927]],["name/8415",[88,57.883]],["parent/8415",[2372,6.865]],["name/8416",[173,20.78]],["parent/8416",[2430,10.024]],["name/8417",[408,29.731]],["parent/8417",[2431,8.081]],["name/8418",[340,56.068]],["parent/8418",[2431,8.081]],["name/8419",[666,58.27]],["parent/8419",[2431,8.081]],["name/8420",[334,56.147]],["parent/8420",[2431,8.081]],["name/8421",[667,58.27]],["parent/8421",[2431,8.081]],["name/8422",[668,58.27]],["parent/8422",[2431,8.081]],["name/8423",[669,58.27]],["parent/8423",[2431,8.081]],["name/8424",[670,58.27]],["parent/8424",[2431,8.081]],["name/8425",[671,58.27]],["parent/8425",[2431,8.081]],["name/8426",[672,58.27]],["parent/8426",[2431,8.081]],["name/8427",[89,57.511]],["parent/8427",[2372,6.865]],["name/8428",[173,20.78]],["parent/8428",[2432,10.024]],["name/8429",[408,29.731]],["parent/8429",[2433,8.727]],["name/8430",[675,58.27]],["parent/8430",[2433,8.727]],["name/8431",[676,58.27]],["parent/8431",[2433,8.727]],["name/8432",[677,58.27]],["parent/8432",[2433,8.727]],["name/8433",[678,58.27]],["parent/8433",[2433,8.727]],["name/8434",[90,57.883]],["parent/8434",[2372,6.865]],["name/8435",[173,20.78]],["parent/8435",[2434,10.024]],["name/8436",[562,45.295]],["parent/8436",[2435,9.178]],["name/8437",[532,51.363]],["parent/8437",[2435,9.178]],["name/8438",[681,58.27]],["parent/8438",[2435,9.178]],["name/8439",[91,58.075]],["parent/8439",[2372,6.865]],["name/8440",[173,20.78]],["parent/8440",[2436,10.024]],["name/8441",[408,29.731]],["parent/8441",[2437,8.927]],["name/8442",[684,51.363]],["parent/8442",[2437,8.927]],["name/8443",[172,58.075]],["parent/8443",[2437,8.927]],["name/8444",[592,51.363]],["parent/8444",[2437,8.927]],["name/8445",[95,58.075]],["parent/8445",[2372,6.865]],["name/8446",[173,20.78]],["parent/8446",[2438,10.024]],["name/8447",[686,54.532]],["parent/8447",[2439,8.292]],["name/8448",[582,51.363]],["parent/8448",[2439,8.292]],["name/8449",[688,58.27]],["parent/8449",[2439,8.292]],["name/8450",[511,47.317]],["parent/8450",[2439,8.292]],["name/8451",[591,49.811]],["parent/8451",[2439,8.292]],["name/8452",[352,50.243]],["parent/8452",[2439,8.292]],["name/8453",[684,51.363]],["parent/8453",[2439,8.292]],["name/8454",[689,58.27]],["parent/8454",[2439,8.292]],["name/8455",[97,55.911]],["parent/8455",[2372,6.865]],["name/8456",[173,20.78]],["parent/8456",[2440,10.024]],["name/8457",[417,58.075]],["parent/8457",[2441,8.927]],["name/8458",[419,58.075]],["parent/8458",[2441,8.927]],["name/8459",[420,58.075]],["parent/8459",[2441,8.927]],["name/8460",[421,44.394]],["parent/8460",[2441,8.927]],["name/8461",[44,67.457]],["parent/8461",[36,9.514]],["name/8462",[73,51.562]],["parent/8462",[2442,6.865]],["name/8463",[173,20.78]],["parent/8463",[2443,10.024]],["name/8464",[504,58.27]],["parent/8464",[2444,8.927]],["name/8465",[506,58.27]],["parent/8465",[2444,8.927]],["name/8466",[155,37.858]],["parent/8466",[2444,8.927]],["name/8467",[507,58.27]],["parent/8467",[2444,8.927]],["name/8468",[92,51.167]],["parent/8468",[2442,6.865]],["name/8469",[173,20.78]],["parent/8469",[2445,10.024]],["name/8470",[509,58.27]],["parent/8470",[2446,8.727]],["name/8471",[511,47.317]],["parent/8471",[2446,8.727]],["name/8472",[512,51.363]],["parent/8472",[2446,8.727]],["name/8473",[344,48.357]],["parent/8473",[2446,8.727]],["name/8474",[513,51.363]],["parent/8474",[2446,8.727]],["name/8475",[65,47.186]],["parent/8475",[2442,6.865]],["name/8476",[173,20.78]],["parent/8476",[2447,10.024]],["name/8477",[408,29.731]],["parent/8477",[2448,7.413]],["name/8478",[493,49.276]],["parent/8478",[2448,7.413]],["name/8479",[516,51.363]],["parent/8479",[2448,7.413]],["name/8480",[517,58.27]],["parent/8480",[2448,7.413]],["name/8481",[518,58.27]],["parent/8481",[2448,7.413]],["name/8482",[421,44.394]],["parent/8482",[2448,7.413]],["name/8483",[519,58.27]],["parent/8483",[2448,7.413]],["name/8484",[520,58.27]],["parent/8484",[2448,7.413]],["name/8485",[521,51.363]],["parent/8485",[2448,7.413]],["name/8486",[344,48.357]],["parent/8486",[2448,7.413]],["name/8487",[155,37.858]],["parent/8487",[2448,7.413]],["name/8488",[522,58.27]],["parent/8488",[2448,7.413]],["name/8489",[523,58.27]],["parent/8489",[2448,7.413]],["name/8490",[524,58.27]],["parent/8490",[2448,7.413]],["name/8491",[525,58.27]],["parent/8491",[2448,7.413]],["name/8492",[526,47.618]],["parent/8492",[2448,7.413]],["name/8493",[527,58.27]],["parent/8493",[2448,7.413]],["name/8494",[513,51.363]],["parent/8494",[2448,7.413]],["name/8495",[528,58.27]],["parent/8495",[2448,7.413]],["name/8496",[92,51.167]],["parent/8496",[2448,7.413]],["name/8497",[67,57.883]],["parent/8497",[2442,6.865]],["name/8498",[173,20.78]],["parent/8498",[2449,10.024]],["name/8499",[530,58.27]],["parent/8499",[2450,8.927]],["name/8500",[532,51.363]],["parent/8500",[2450,8.927]],["name/8501",[533,58.27]],["parent/8501",[2450,8.927]],["name/8502",[534,51.363]],["parent/8502",[2450,8.927]],["name/8503",[68,51.167]],["parent/8503",[2442,6.865]],["name/8504",[173,20.78]],["parent/8504",[2451,10.024]],["name/8505",[410,39.926]],["parent/8505",[2452,9.178]],["name/8506",[411,58.075]],["parent/8506",[2452,9.178]],["name/8507",[537,58.27]],["parent/8507",[2452,9.178]],["name/8508",[69,57.883]],["parent/8508",[2442,6.865]],["name/8509",[173,20.78]],["parent/8509",[2453,10.024]],["name/8510",[408,29.731]],["parent/8510",[2454,8.292]],["name/8511",[540,45.268]],["parent/8511",[2454,8.292]],["name/8512",[155,37.858]],["parent/8512",[2454,8.292]],["name/8513",[541,58.27]],["parent/8513",[2454,8.292]],["name/8514",[542,58.27]],["parent/8514",[2454,8.292]],["name/8515",[543,58.27]],["parent/8515",[2454,8.292]],["name/8516",[342,56.068]],["parent/8516",[2454,8.292]],["name/8517",[544,45.905]],["parent/8517",[2454,8.292]],["name/8518",[70,51.167]],["parent/8518",[2442,6.865]],["name/8519",[173,20.78]],["parent/8519",[2455,10.024]],["name/8520",[155,37.858]],["parent/8520",[2456,7.907]],["name/8521",[547,44.444]],["parent/8521",[2456,7.907]],["name/8522",[544,45.905]],["parent/8522",[2456,7.907]],["name/8523",[540,45.268]],["parent/8523",[2456,7.907]],["name/8524",[548,58.27]],["parent/8524",[2456,7.907]],["name/8525",[549,58.27]],["parent/8525",[2456,7.907]],["name/8526",[550,58.27]],["parent/8526",[2456,7.907]],["name/8527",[551,58.27]],["parent/8527",[2456,7.907]],["name/8528",[552,58.27]],["parent/8528",[2456,7.907]],["name/8529",[553,58.27]],["parent/8529",[2456,7.907]],["name/8530",[554,56.227]],["parent/8530",[2456,7.907]],["name/8531",[555,56.227]],["parent/8531",[2456,7.907]],["name/8532",[82,57.511]],["parent/8532",[2442,6.865]],["name/8533",[173,20.78]],["parent/8533",[2457,10.024]],["name/8534",[408,29.731]],["parent/8534",[2458,8.927]],["name/8535",[493,49.276]],["parent/8535",[2458,8.927]],["name/8536",[155,37.858]],["parent/8536",[2458,8.927]],["name/8537",[516,51.363]],["parent/8537",[2458,8.927]],["name/8538",[77,51.167]],["parent/8538",[2442,6.865]],["name/8539",[173,20.78]],["parent/8539",[2459,10.024]],["name/8540",[559,58.27]],["parent/8540",[2460,9.178]],["name/8541",[561,58.27]],["parent/8541",[2460,9.178]],["name/8542",[562,45.295]],["parent/8542",[2460,9.178]],["name/8543",[96,55.911]],["parent/8543",[2442,6.865]],["name/8544",[173,20.78]],["parent/8544",[2461,10.024]],["name/8545",[410,39.926]],["parent/8545",[2462,9.178]],["name/8546",[155,37.858]],["parent/8546",[2462,9.178]],["name/8547",[77,51.167]],["parent/8547",[2462,9.178]],["name/8548",[85,57.978]],["parent/8548",[2442,6.865]],["name/8549",[173,20.78]],["parent/8549",[2463,10.024]],["name/8550",[547,44.444]],["parent/8550",[2464,9.514]],["name/8551",[567,51.363]],["parent/8551",[2464,9.514]],["name/8552",[84,48.96]],["parent/8552",[2442,6.865]],["name/8553",[173,20.78]],["parent/8553",[2465,10.024]],["name/8554",[408,29.731]],["parent/8554",[2466,8.417]],["name/8555",[570,51.363]],["parent/8555",[2466,8.417]],["name/8556",[571,58.27]],["parent/8556",[2466,8.417]],["name/8557",[572,56.227]],["parent/8557",[2466,8.417]],["name/8558",[567,51.363]],["parent/8558",[2466,8.417]],["name/8559",[573,58.27]],["parent/8559",[2466,8.417]],["name/8560",[574,58.27]],["parent/8560",[2466,8.417]],["name/8561",[345,56.721]],["parent/8561",[2442,6.865]],["name/8562",[173,20.78]],["parent/8562",[2467,10.024]],["name/8563",[576,62.202]],["parent/8563",[2468,8.927]],["name/8564",[578,62.202]],["parent/8564",[2468,8.927]],["name/8565",[410,39.926]],["parent/8565",[2468,8.927]],["name/8566",[562,45.295]],["parent/8566",[2468,8.927]],["name/8567",[94,51.023]],["parent/8567",[2442,6.865]],["name/8568",[173,20.78]],["parent/8568",[2469,10.024]],["name/8569",[408,29.731]],["parent/8569",[2470,7.017]],["name/8570",[581,49.316]],["parent/8570",[2470,7.017]],["name/8571",[155,37.858]],["parent/8571",[2470,7.017]],["name/8572",[65,47.186]],["parent/8572",[2470,7.017]],["name/8573",[582,51.363]],["parent/8573",[2470,7.017]],["name/8574",[583,58.27]],["parent/8574",[2470,7.017]],["name/8575",[145,57.978]],["parent/8575",[2470,7.017]],["name/8576",[584,58.27]],["parent/8576",[2470,7.017]],["name/8577",[421,44.394]],["parent/8577",[2470,7.017]],["name/8578",[526,47.618]],["parent/8578",[2470,7.017]],["name/8579",[585,58.27]],["parent/8579",[2470,7.017]],["name/8580",[586,58.27]],["parent/8580",[2470,7.017]],["name/8581",[587,58.27]],["parent/8581",[2470,7.017]],["name/8582",[588,58.27]],["parent/8582",[2470,7.017]],["name/8583",[589,58.27]],["parent/8583",[2470,7.017]],["name/8584",[590,58.27]],["parent/8584",[2470,7.017]],["name/8585",[511,47.317]],["parent/8585",[2470,7.017]],["name/8586",[591,49.811]],["parent/8586",[2470,7.017]],["name/8587",[352,50.243]],["parent/8587",[2470,7.017]],["name/8588",[592,51.363]],["parent/8588",[2470,7.017]],["name/8589",[593,56.227]],["parent/8589",[2470,7.017]],["name/8590",[594,56.227]],["parent/8590",[2470,7.017]],["name/8591",[70,51.167]],["parent/8591",[2470,7.017]],["name/8592",[84,48.96]],["parent/8592",[2470,7.017]],["name/8593",[68,51.167]],["parent/8593",[2470,7.017]],["name/8594",[512,51.363]],["parent/8594",[2470,7.017]],["name/8595",[595,58.27]],["parent/8595",[2470,7.017]],["name/8596",[596,62.202]],["parent/8596",[2470,7.017]],["name/8597",[387,62.202]],["parent/8597",[2470,7.017]],["name/8598",[597,58.27]],["parent/8598",[2470,7.017]],["name/8599",[71,49.643]],["parent/8599",[2442,6.865]],["name/8600",[173,20.78]],["parent/8600",[2471,10.024]],["name/8601",[599,58.27]],["parent/8601",[2472,9.514]],["name/8602",[601,58.27]],["parent/8602",[2472,9.514]],["name/8603",[72,57.883]],["parent/8603",[2442,6.865]],["name/8604",[173,20.78]],["parent/8604",[2473,10.024]],["name/8605",[408,29.731]],["parent/8605",[2474,8.927]],["name/8606",[562,45.295]],["parent/8606",[2474,8.927]],["name/8607",[604,58.27]],["parent/8607",[2474,8.927]],["name/8608",[605,58.27]],["parent/8608",[2474,8.927]],["name/8609",[74,58.075]],["parent/8609",[2442,6.865]],["name/8610",[173,20.78]],["parent/8610",[2475,10.024]],["name/8611",[408,29.731]],["parent/8611",[2476,8.927]],["name/8612",[410,39.926]],["parent/8612",[2476,8.927]],["name/8613",[521,51.363]],["parent/8613",[2476,8.927]],["name/8614",[608,58.27]],["parent/8614",[2476,8.927]],["name/8615",[75,57.883]],["parent/8615",[2442,6.865]],["name/8616",[173,20.78]],["parent/8616",[2477,10.024]],["name/8617",[410,39.926]],["parent/8617",[2478,9.178]],["name/8618",[611,58.27]],["parent/8618",[2478,9.178]],["name/8619",[612,58.27]],["parent/8619",[2478,9.178]],["name/8620",[76,57.883]],["parent/8620",[2442,6.865]],["name/8621",[173,20.78]],["parent/8621",[2479,10.024]],["name/8622",[408,29.731]],["parent/8622",[2480,8.56]],["name/8623",[615,58.27]],["parent/8623",[2480,8.56]],["name/8624",[71,49.643]],["parent/8624",[2480,8.56]],["name/8625",[570,51.363]],["parent/8625",[2480,8.56]],["name/8626",[616,58.27]],["parent/8626",[2480,8.56]],["name/8627",[617,58.27]],["parent/8627",[2480,8.56]],["name/8628",[78,58.075]],["parent/8628",[2442,6.865]],["name/8629",[173,20.78]],["parent/8629",[2481,10.024]],["name/8630",[619,58.27]],["parent/8630",[2482,8.727]],["name/8631",[621,58.27]],["parent/8631",[2482,8.727]],["name/8632",[622,47.317]],["parent/8632",[2482,8.727]],["name/8633",[623,58.27]],["parent/8633",[2482,8.727]],["name/8634",[624,58.27]],["parent/8634",[2482,8.727]],["name/8635",[98,51.167]],["parent/8635",[2442,6.865]],["name/8636",[173,20.78]],["parent/8636",[2483,10.024]],["name/8637",[626,58.27]],["parent/8637",[2484,10.024]],["name/8638",[93,50.025]],["parent/8638",[2442,6.865]],["name/8639",[173,20.78]],["parent/8639",[2485,10.024]],["name/8640",[629,58.27]],["parent/8640",[2486,9.178]],["name/8641",[631,58.27]],["parent/8641",[2486,9.178]],["name/8642",[632,58.27]],["parent/8642",[2486,9.178]],["name/8643",[79,57.883]],["parent/8643",[2442,6.865]],["name/8644",[173,20.78]],["parent/8644",[2487,10.024]],["name/8645",[581,49.316]],["parent/8645",[2488,7.907]],["name/8646",[547,44.444]],["parent/8646",[2488,7.907]],["name/8647",[544,45.905]],["parent/8647",[2488,7.907]],["name/8648",[635,58.27]],["parent/8648",[2488,7.907]],["name/8649",[636,46.586]],["parent/8649",[2488,7.907]],["name/8650",[637,58.27]],["parent/8650",[2488,7.907]],["name/8651",[98,51.167]],["parent/8651",[2488,7.907]],["name/8652",[93,50.025]],["parent/8652",[2488,7.907]],["name/8653",[638,58.27]],["parent/8653",[2488,7.907]],["name/8654",[639,58.27]],["parent/8654",[2488,7.907]],["name/8655",[640,58.27]],["parent/8655",[2488,7.907]],["name/8656",[534,51.363]],["parent/8656",[2488,7.907]],["name/8657",[80,55.757]],["parent/8657",[2442,6.865]],["name/8658",[173,20.78]],["parent/8658",[2489,10.024]],["name/8659",[408,29.731]],["parent/8659",[2490,9.514]],["name/8660",[547,44.444]],["parent/8660",[2490,9.514]],["name/8661",[81,57.883]],["parent/8661",[2442,6.865]],["name/8662",[173,20.78]],["parent/8662",[2491,10.024]],["name/8663",[644,58.27]],["parent/8663",[2492,8.927]],["name/8664",[173,20.78]],["parent/8664",[2492,8.927]],["name/8665",[646,51.363]],["parent/8665",[2493,8.56]],["name/8666",[636,46.586]],["parent/8666",[2493,8.56]],["name/8667",[622,47.317]],["parent/8667",[2493,8.56]],["name/8668",[648,58.27]],["parent/8668",[2492,8.927]],["name/8669",[173,20.78]],["parent/8669",[2492,8.927]],["name/8670",[646,51.363]],["parent/8670",[2493,8.56]],["name/8671",[636,46.586]],["parent/8671",[2493,8.56]],["name/8672",[622,47.317]],["parent/8672",[2493,8.56]],["name/8673",[83,55.604]],["parent/8673",[2442,6.865]],["name/8674",[173,20.78]],["parent/8674",[2494,10.024]],["name/8675",[65,47.186]],["parent/8675",[2495,8.56]],["name/8676",[421,44.394]],["parent/8676",[2495,8.56]],["name/8677",[408,29.731]],["parent/8677",[2495,8.56]],["name/8678",[94,51.023]],["parent/8678",[2495,8.56]],["name/8679",[73,51.562]],["parent/8679",[2495,8.56]],["name/8680",[540,45.268]],["parent/8680",[2495,8.56]],["name/8681",[651,56.147]],["parent/8681",[2442,6.865]],["name/8682",[86,57.883]],["parent/8682",[2442,6.865]],["name/8683",[173,20.78]],["parent/8683",[2496,10.024]],["name/8684",[653,58.27]],["parent/8684",[2497,8.727]],["name/8685",[655,58.27]],["parent/8685",[2497,8.727]],["name/8686",[656,58.27]],["parent/8686",[2497,8.727]],["name/8687",[657,58.27]],["parent/8687",[2497,8.727]],["name/8688",[658,58.27]],["parent/8688",[2497,8.727]],["name/8689",[87,58.075]],["parent/8689",[2442,6.865]],["name/8690",[173,20.78]],["parent/8690",[2498,10.024]],["name/8691",[408,29.731]],["parent/8691",[2499,8.927]],["name/8692",[661,58.27]],["parent/8692",[2499,8.927]],["name/8693",[662,58.27]],["parent/8693",[2499,8.927]],["name/8694",[663,58.27]],["parent/8694",[2499,8.927]],["name/8695",[88,57.883]],["parent/8695",[2442,6.865]],["name/8696",[173,20.78]],["parent/8696",[2500,10.024]],["name/8697",[408,29.731]],["parent/8697",[2501,8.081]],["name/8698",[340,56.068]],["parent/8698",[2501,8.081]],["name/8699",[666,58.27]],["parent/8699",[2501,8.081]],["name/8700",[334,56.147]],["parent/8700",[2501,8.081]],["name/8701",[667,58.27]],["parent/8701",[2501,8.081]],["name/8702",[668,58.27]],["parent/8702",[2501,8.081]],["name/8703",[669,58.27]],["parent/8703",[2501,8.081]],["name/8704",[670,58.27]],["parent/8704",[2501,8.081]],["name/8705",[671,58.27]],["parent/8705",[2501,8.081]],["name/8706",[672,58.27]],["parent/8706",[2501,8.081]],["name/8707",[89,57.511]],["parent/8707",[2442,6.865]],["name/8708",[173,20.78]],["parent/8708",[2502,10.024]],["name/8709",[408,29.731]],["parent/8709",[2503,8.727]],["name/8710",[675,58.27]],["parent/8710",[2503,8.727]],["name/8711",[676,58.27]],["parent/8711",[2503,8.727]],["name/8712",[677,58.27]],["parent/8712",[2503,8.727]],["name/8713",[678,58.27]],["parent/8713",[2503,8.727]],["name/8714",[90,57.883]],["parent/8714",[2442,6.865]],["name/8715",[173,20.78]],["parent/8715",[2504,10.024]],["name/8716",[562,45.295]],["parent/8716",[2505,9.178]],["name/8717",[532,51.363]],["parent/8717",[2505,9.178]],["name/8718",[681,58.27]],["parent/8718",[2505,9.178]],["name/8719",[91,58.075]],["parent/8719",[2442,6.865]],["name/8720",[173,20.78]],["parent/8720",[2506,10.024]],["name/8721",[408,29.731]],["parent/8721",[2507,8.927]],["name/8722",[684,51.363]],["parent/8722",[2507,8.927]],["name/8723",[172,58.075]],["parent/8723",[2507,8.927]],["name/8724",[592,51.363]],["parent/8724",[2507,8.927]],["name/8725",[95,58.075]],["parent/8725",[2442,6.865]],["name/8726",[173,20.78]],["parent/8726",[2508,10.024]],["name/8727",[686,54.532]],["parent/8727",[2509,8.292]],["name/8728",[582,51.363]],["parent/8728",[2509,8.292]],["name/8729",[688,58.27]],["parent/8729",[2509,8.292]],["name/8730",[511,47.317]],["parent/8730",[2509,8.292]],["name/8731",[591,49.811]],["parent/8731",[2509,8.292]],["name/8732",[352,50.243]],["parent/8732",[2509,8.292]],["name/8733",[684,51.363]],["parent/8733",[2509,8.292]],["name/8734",[689,58.27]],["parent/8734",[2509,8.292]],["name/8735",[97,55.911]],["parent/8735",[2442,6.865]],["name/8736",[173,20.78]],["parent/8736",[2510,10.024]],["name/8737",[417,58.075]],["parent/8737",[2511,8.927]],["name/8738",[419,58.075]],["parent/8738",[2511,8.927]],["name/8739",[420,58.075]],["parent/8739",[2511,8.927]],["name/8740",[421,44.394]],["parent/8740",[2511,8.927]],["name/8741",[44,67.457]],["parent/8741",[37,9.514]],["name/8742",[73,51.562]],["parent/8742",[2512,6.865]],["name/8743",[173,20.78]],["parent/8743",[2513,10.024]],["name/8744",[504,58.27]],["parent/8744",[2514,8.927]],["name/8745",[506,58.27]],["parent/8745",[2514,8.927]],["name/8746",[155,37.858]],["parent/8746",[2514,8.927]],["name/8747",[507,58.27]],["parent/8747",[2514,8.927]],["name/8748",[92,51.167]],["parent/8748",[2512,6.865]],["name/8749",[173,20.78]],["parent/8749",[2515,10.024]],["name/8750",[509,58.27]],["parent/8750",[2516,8.727]],["name/8751",[511,47.317]],["parent/8751",[2516,8.727]],["name/8752",[512,51.363]],["parent/8752",[2516,8.727]],["name/8753",[344,48.357]],["parent/8753",[2516,8.727]],["name/8754",[513,51.363]],["parent/8754",[2516,8.727]],["name/8755",[65,47.186]],["parent/8755",[2512,6.865]],["name/8756",[173,20.78]],["parent/8756",[2517,10.024]],["name/8757",[408,29.731]],["parent/8757",[2518,7.413]],["name/8758",[493,49.276]],["parent/8758",[2518,7.413]],["name/8759",[516,51.363]],["parent/8759",[2518,7.413]],["name/8760",[517,58.27]],["parent/8760",[2518,7.413]],["name/8761",[518,58.27]],["parent/8761",[2518,7.413]],["name/8762",[421,44.394]],["parent/8762",[2518,7.413]],["name/8763",[519,58.27]],["parent/8763",[2518,7.413]],["name/8764",[520,58.27]],["parent/8764",[2518,7.413]],["name/8765",[521,51.363]],["parent/8765",[2518,7.413]],["name/8766",[344,48.357]],["parent/8766",[2518,7.413]],["name/8767",[155,37.858]],["parent/8767",[2518,7.413]],["name/8768",[522,58.27]],["parent/8768",[2518,7.413]],["name/8769",[523,58.27]],["parent/8769",[2518,7.413]],["name/8770",[524,58.27]],["parent/8770",[2518,7.413]],["name/8771",[525,58.27]],["parent/8771",[2518,7.413]],["name/8772",[526,47.618]],["parent/8772",[2518,7.413]],["name/8773",[527,58.27]],["parent/8773",[2518,7.413]],["name/8774",[513,51.363]],["parent/8774",[2518,7.413]],["name/8775",[528,58.27]],["parent/8775",[2518,7.413]],["name/8776",[92,51.167]],["parent/8776",[2518,7.413]],["name/8777",[67,57.883]],["parent/8777",[2512,6.865]],["name/8778",[173,20.78]],["parent/8778",[2519,10.024]],["name/8779",[530,58.27]],["parent/8779",[2520,8.927]],["name/8780",[532,51.363]],["parent/8780",[2520,8.927]],["name/8781",[533,58.27]],["parent/8781",[2520,8.927]],["name/8782",[534,51.363]],["parent/8782",[2520,8.927]],["name/8783",[68,51.167]],["parent/8783",[2512,6.865]],["name/8784",[173,20.78]],["parent/8784",[2521,10.024]],["name/8785",[410,39.926]],["parent/8785",[2522,9.178]],["name/8786",[411,58.075]],["parent/8786",[2522,9.178]],["name/8787",[537,58.27]],["parent/8787",[2522,9.178]],["name/8788",[69,57.883]],["parent/8788",[2512,6.865]],["name/8789",[173,20.78]],["parent/8789",[2523,10.024]],["name/8790",[408,29.731]],["parent/8790",[2524,8.292]],["name/8791",[540,45.268]],["parent/8791",[2524,8.292]],["name/8792",[155,37.858]],["parent/8792",[2524,8.292]],["name/8793",[541,58.27]],["parent/8793",[2524,8.292]],["name/8794",[542,58.27]],["parent/8794",[2524,8.292]],["name/8795",[543,58.27]],["parent/8795",[2524,8.292]],["name/8796",[342,56.068]],["parent/8796",[2524,8.292]],["name/8797",[544,45.905]],["parent/8797",[2524,8.292]],["name/8798",[70,51.167]],["parent/8798",[2512,6.865]],["name/8799",[173,20.78]],["parent/8799",[2525,10.024]],["name/8800",[155,37.858]],["parent/8800",[2526,7.907]],["name/8801",[547,44.444]],["parent/8801",[2526,7.907]],["name/8802",[544,45.905]],["parent/8802",[2526,7.907]],["name/8803",[540,45.268]],["parent/8803",[2526,7.907]],["name/8804",[548,58.27]],["parent/8804",[2526,7.907]],["name/8805",[549,58.27]],["parent/8805",[2526,7.907]],["name/8806",[550,58.27]],["parent/8806",[2526,7.907]],["name/8807",[551,58.27]],["parent/8807",[2526,7.907]],["name/8808",[552,58.27]],["parent/8808",[2526,7.907]],["name/8809",[553,58.27]],["parent/8809",[2526,7.907]],["name/8810",[554,56.227]],["parent/8810",[2526,7.907]],["name/8811",[555,56.227]],["parent/8811",[2526,7.907]],["name/8812",[82,57.511]],["parent/8812",[2512,6.865]],["name/8813",[173,20.78]],["parent/8813",[2527,10.024]],["name/8814",[408,29.731]],["parent/8814",[2528,8.927]],["name/8815",[493,49.276]],["parent/8815",[2528,8.927]],["name/8816",[155,37.858]],["parent/8816",[2528,8.927]],["name/8817",[516,51.363]],["parent/8817",[2528,8.927]],["name/8818",[77,51.167]],["parent/8818",[2512,6.865]],["name/8819",[173,20.78]],["parent/8819",[2529,10.024]],["name/8820",[559,58.27]],["parent/8820",[2530,9.178]],["name/8821",[561,58.27]],["parent/8821",[2530,9.178]],["name/8822",[562,45.295]],["parent/8822",[2530,9.178]],["name/8823",[96,55.911]],["parent/8823",[2512,6.865]],["name/8824",[173,20.78]],["parent/8824",[2531,10.024]],["name/8825",[410,39.926]],["parent/8825",[2532,9.178]],["name/8826",[155,37.858]],["parent/8826",[2532,9.178]],["name/8827",[77,51.167]],["parent/8827",[2532,9.178]],["name/8828",[85,57.978]],["parent/8828",[2512,6.865]],["name/8829",[173,20.78]],["parent/8829",[2533,10.024]],["name/8830",[547,44.444]],["parent/8830",[2534,9.514]],["name/8831",[567,51.363]],["parent/8831",[2534,9.514]],["name/8832",[84,48.96]],["parent/8832",[2512,6.865]],["name/8833",[173,20.78]],["parent/8833",[2535,10.024]],["name/8834",[408,29.731]],["parent/8834",[2536,8.417]],["name/8835",[570,51.363]],["parent/8835",[2536,8.417]],["name/8836",[571,58.27]],["parent/8836",[2536,8.417]],["name/8837",[572,56.227]],["parent/8837",[2536,8.417]],["name/8838",[567,51.363]],["parent/8838",[2536,8.417]],["name/8839",[573,58.27]],["parent/8839",[2536,8.417]],["name/8840",[574,58.27]],["parent/8840",[2536,8.417]],["name/8841",[345,56.721]],["parent/8841",[2512,6.865]],["name/8842",[173,20.78]],["parent/8842",[2537,10.024]],["name/8843",[576,62.202]],["parent/8843",[2538,8.927]],["name/8844",[578,62.202]],["parent/8844",[2538,8.927]],["name/8845",[410,39.926]],["parent/8845",[2538,8.927]],["name/8846",[562,45.295]],["parent/8846",[2538,8.927]],["name/8847",[94,51.023]],["parent/8847",[2512,6.865]],["name/8848",[173,20.78]],["parent/8848",[2539,10.024]],["name/8849",[408,29.731]],["parent/8849",[2540,7.017]],["name/8850",[581,49.316]],["parent/8850",[2540,7.017]],["name/8851",[155,37.858]],["parent/8851",[2540,7.017]],["name/8852",[65,47.186]],["parent/8852",[2540,7.017]],["name/8853",[582,51.363]],["parent/8853",[2540,7.017]],["name/8854",[583,58.27]],["parent/8854",[2540,7.017]],["name/8855",[145,57.978]],["parent/8855",[2540,7.017]],["name/8856",[584,58.27]],["parent/8856",[2540,7.017]],["name/8857",[421,44.394]],["parent/8857",[2540,7.017]],["name/8858",[526,47.618]],["parent/8858",[2540,7.017]],["name/8859",[585,58.27]],["parent/8859",[2540,7.017]],["name/8860",[586,58.27]],["parent/8860",[2540,7.017]],["name/8861",[587,58.27]],["parent/8861",[2540,7.017]],["name/8862",[588,58.27]],["parent/8862",[2540,7.017]],["name/8863",[589,58.27]],["parent/8863",[2540,7.017]],["name/8864",[590,58.27]],["parent/8864",[2540,7.017]],["name/8865",[511,47.317]],["parent/8865",[2540,7.017]],["name/8866",[591,49.811]],["parent/8866",[2540,7.017]],["name/8867",[352,50.243]],["parent/8867",[2540,7.017]],["name/8868",[592,51.363]],["parent/8868",[2540,7.017]],["name/8869",[593,56.227]],["parent/8869",[2540,7.017]],["name/8870",[594,56.227]],["parent/8870",[2540,7.017]],["name/8871",[70,51.167]],["parent/8871",[2540,7.017]],["name/8872",[84,48.96]],["parent/8872",[2540,7.017]],["name/8873",[68,51.167]],["parent/8873",[2540,7.017]],["name/8874",[512,51.363]],["parent/8874",[2540,7.017]],["name/8875",[595,58.27]],["parent/8875",[2540,7.017]],["name/8876",[596,62.202]],["parent/8876",[2540,7.017]],["name/8877",[387,62.202]],["parent/8877",[2540,7.017]],["name/8878",[597,58.27]],["parent/8878",[2540,7.017]],["name/8879",[71,49.643]],["parent/8879",[2512,6.865]],["name/8880",[173,20.78]],["parent/8880",[2541,10.024]],["name/8881",[599,58.27]],["parent/8881",[2542,9.514]],["name/8882",[601,58.27]],["parent/8882",[2542,9.514]],["name/8883",[72,57.883]],["parent/8883",[2512,6.865]],["name/8884",[173,20.78]],["parent/8884",[2543,10.024]],["name/8885",[408,29.731]],["parent/8885",[2544,8.927]],["name/8886",[562,45.295]],["parent/8886",[2544,8.927]],["name/8887",[604,58.27]],["parent/8887",[2544,8.927]],["name/8888",[605,58.27]],["parent/8888",[2544,8.927]],["name/8889",[74,58.075]],["parent/8889",[2512,6.865]],["name/8890",[173,20.78]],["parent/8890",[2545,10.024]],["name/8891",[408,29.731]],["parent/8891",[2546,8.927]],["name/8892",[410,39.926]],["parent/8892",[2546,8.927]],["name/8893",[521,51.363]],["parent/8893",[2546,8.927]],["name/8894",[608,58.27]],["parent/8894",[2546,8.927]],["name/8895",[75,57.883]],["parent/8895",[2512,6.865]],["name/8896",[173,20.78]],["parent/8896",[2547,10.024]],["name/8897",[410,39.926]],["parent/8897",[2548,9.178]],["name/8898",[611,58.27]],["parent/8898",[2548,9.178]],["name/8899",[612,58.27]],["parent/8899",[2548,9.178]],["name/8900",[76,57.883]],["parent/8900",[2512,6.865]],["name/8901",[173,20.78]],["parent/8901",[2549,10.024]],["name/8902",[408,29.731]],["parent/8902",[2550,8.56]],["name/8903",[615,58.27]],["parent/8903",[2550,8.56]],["name/8904",[71,49.643]],["parent/8904",[2550,8.56]],["name/8905",[570,51.363]],["parent/8905",[2550,8.56]],["name/8906",[616,58.27]],["parent/8906",[2550,8.56]],["name/8907",[617,58.27]],["parent/8907",[2550,8.56]],["name/8908",[78,58.075]],["parent/8908",[2512,6.865]],["name/8909",[173,20.78]],["parent/8909",[2551,10.024]],["name/8910",[619,58.27]],["parent/8910",[2552,8.727]],["name/8911",[621,58.27]],["parent/8911",[2552,8.727]],["name/8912",[622,47.317]],["parent/8912",[2552,8.727]],["name/8913",[623,58.27]],["parent/8913",[2552,8.727]],["name/8914",[624,58.27]],["parent/8914",[2552,8.727]],["name/8915",[98,51.167]],["parent/8915",[2512,6.865]],["name/8916",[173,20.78]],["parent/8916",[2553,10.024]],["name/8917",[626,58.27]],["parent/8917",[2554,10.024]],["name/8918",[93,50.025]],["parent/8918",[2512,6.865]],["name/8919",[173,20.78]],["parent/8919",[2555,10.024]],["name/8920",[629,58.27]],["parent/8920",[2556,9.178]],["name/8921",[631,58.27]],["parent/8921",[2556,9.178]],["name/8922",[632,58.27]],["parent/8922",[2556,9.178]],["name/8923",[79,57.883]],["parent/8923",[2512,6.865]],["name/8924",[173,20.78]],["parent/8924",[2557,10.024]],["name/8925",[581,49.316]],["parent/8925",[2558,7.907]],["name/8926",[547,44.444]],["parent/8926",[2558,7.907]],["name/8927",[544,45.905]],["parent/8927",[2558,7.907]],["name/8928",[635,58.27]],["parent/8928",[2558,7.907]],["name/8929",[636,46.586]],["parent/8929",[2558,7.907]],["name/8930",[637,58.27]],["parent/8930",[2558,7.907]],["name/8931",[98,51.167]],["parent/8931",[2558,7.907]],["name/8932",[93,50.025]],["parent/8932",[2558,7.907]],["name/8933",[638,58.27]],["parent/8933",[2558,7.907]],["name/8934",[639,58.27]],["parent/8934",[2558,7.907]],["name/8935",[640,58.27]],["parent/8935",[2558,7.907]],["name/8936",[534,51.363]],["parent/8936",[2558,7.907]],["name/8937",[80,55.757]],["parent/8937",[2512,6.865]],["name/8938",[173,20.78]],["parent/8938",[2559,10.024]],["name/8939",[408,29.731]],["parent/8939",[2560,9.514]],["name/8940",[547,44.444]],["parent/8940",[2560,9.514]],["name/8941",[81,57.883]],["parent/8941",[2512,6.865]],["name/8942",[173,20.78]],["parent/8942",[2561,10.024]],["name/8943",[644,58.27]],["parent/8943",[2562,8.927]],["name/8944",[173,20.78]],["parent/8944",[2562,8.927]],["name/8945",[646,51.363]],["parent/8945",[2563,8.56]],["name/8946",[636,46.586]],["parent/8946",[2563,8.56]],["name/8947",[622,47.317]],["parent/8947",[2563,8.56]],["name/8948",[648,58.27]],["parent/8948",[2562,8.927]],["name/8949",[173,20.78]],["parent/8949",[2562,8.927]],["name/8950",[646,51.363]],["parent/8950",[2563,8.56]],["name/8951",[636,46.586]],["parent/8951",[2563,8.56]],["name/8952",[622,47.317]],["parent/8952",[2563,8.56]],["name/8953",[83,55.604]],["parent/8953",[2512,6.865]],["name/8954",[173,20.78]],["parent/8954",[2564,10.024]],["name/8955",[65,47.186]],["parent/8955",[2565,8.56]],["name/8956",[421,44.394]],["parent/8956",[2565,8.56]],["name/8957",[408,29.731]],["parent/8957",[2565,8.56]],["name/8958",[94,51.023]],["parent/8958",[2565,8.56]],["name/8959",[73,51.562]],["parent/8959",[2565,8.56]],["name/8960",[540,45.268]],["parent/8960",[2565,8.56]],["name/8961",[651,56.147]],["parent/8961",[2512,6.865]],["name/8962",[86,57.883]],["parent/8962",[2512,6.865]],["name/8963",[173,20.78]],["parent/8963",[2566,10.024]],["name/8964",[653,58.27]],["parent/8964",[2567,8.727]],["name/8965",[655,58.27]],["parent/8965",[2567,8.727]],["name/8966",[656,58.27]],["parent/8966",[2567,8.727]],["name/8967",[657,58.27]],["parent/8967",[2567,8.727]],["name/8968",[658,58.27]],["parent/8968",[2567,8.727]],["name/8969",[87,58.075]],["parent/8969",[2512,6.865]],["name/8970",[173,20.78]],["parent/8970",[2568,10.024]],["name/8971",[408,29.731]],["parent/8971",[2569,8.927]],["name/8972",[661,58.27]],["parent/8972",[2569,8.927]],["name/8973",[662,58.27]],["parent/8973",[2569,8.927]],["name/8974",[663,58.27]],["parent/8974",[2569,8.927]],["name/8975",[88,57.883]],["parent/8975",[2512,6.865]],["name/8976",[173,20.78]],["parent/8976",[2570,10.024]],["name/8977",[408,29.731]],["parent/8977",[2571,8.081]],["name/8978",[340,56.068]],["parent/8978",[2571,8.081]],["name/8979",[666,58.27]],["parent/8979",[2571,8.081]],["name/8980",[334,56.147]],["parent/8980",[2571,8.081]],["name/8981",[667,58.27]],["parent/8981",[2571,8.081]],["name/8982",[668,58.27]],["parent/8982",[2571,8.081]],["name/8983",[669,58.27]],["parent/8983",[2571,8.081]],["name/8984",[670,58.27]],["parent/8984",[2571,8.081]],["name/8985",[671,58.27]],["parent/8985",[2571,8.081]],["name/8986",[672,58.27]],["parent/8986",[2571,8.081]],["name/8987",[89,57.511]],["parent/8987",[2512,6.865]],["name/8988",[173,20.78]],["parent/8988",[2572,10.024]],["name/8989",[408,29.731]],["parent/8989",[2573,8.727]],["name/8990",[675,58.27]],["parent/8990",[2573,8.727]],["name/8991",[676,58.27]],["parent/8991",[2573,8.727]],["name/8992",[677,58.27]],["parent/8992",[2573,8.727]],["name/8993",[678,58.27]],["parent/8993",[2573,8.727]],["name/8994",[90,57.883]],["parent/8994",[2512,6.865]],["name/8995",[173,20.78]],["parent/8995",[2574,10.024]],["name/8996",[562,45.295]],["parent/8996",[2575,9.178]],["name/8997",[532,51.363]],["parent/8997",[2575,9.178]],["name/8998",[681,58.27]],["parent/8998",[2575,9.178]],["name/8999",[91,58.075]],["parent/8999",[2512,6.865]],["name/9000",[173,20.78]],["parent/9000",[2576,10.024]],["name/9001",[408,29.731]],["parent/9001",[2577,8.927]],["name/9002",[684,51.363]],["parent/9002",[2577,8.927]],["name/9003",[172,58.075]],["parent/9003",[2577,8.927]],["name/9004",[592,51.363]],["parent/9004",[2577,8.927]],["name/9005",[95,58.075]],["parent/9005",[2512,6.865]],["name/9006",[173,20.78]],["parent/9006",[2578,10.024]],["name/9007",[686,54.532]],["parent/9007",[2579,8.292]],["name/9008",[582,51.363]],["parent/9008",[2579,8.292]],["name/9009",[688,58.27]],["parent/9009",[2579,8.292]],["name/9010",[511,47.317]],["parent/9010",[2579,8.292]],["name/9011",[591,49.811]],["parent/9011",[2579,8.292]],["name/9012",[352,50.243]],["parent/9012",[2579,8.292]],["name/9013",[684,51.363]],["parent/9013",[2579,8.292]],["name/9014",[689,58.27]],["parent/9014",[2579,8.292]],["name/9015",[97,55.911]],["parent/9015",[2512,6.865]],["name/9016",[173,20.78]],["parent/9016",[2580,10.024]],["name/9017",[417,58.075]],["parent/9017",[2581,8.927]],["name/9018",[419,58.075]],["parent/9018",[2581,8.927]],["name/9019",[420,58.075]],["parent/9019",[2581,8.927]],["name/9020",[421,44.394]],["parent/9020",[2581,8.927]],["name/9021",[44,67.457]],["parent/9021",[38,9.514]],["name/9022",[73,51.562]],["parent/9022",[2582,6.865]],["name/9023",[173,20.78]],["parent/9023",[2583,10.024]],["name/9024",[504,58.27]],["parent/9024",[2584,8.927]],["name/9025",[506,58.27]],["parent/9025",[2584,8.927]],["name/9026",[155,37.858]],["parent/9026",[2584,8.927]],["name/9027",[507,58.27]],["parent/9027",[2584,8.927]],["name/9028",[92,51.167]],["parent/9028",[2582,6.865]],["name/9029",[173,20.78]],["parent/9029",[2585,10.024]],["name/9030",[509,58.27]],["parent/9030",[2586,8.727]],["name/9031",[511,47.317]],["parent/9031",[2586,8.727]],["name/9032",[512,51.363]],["parent/9032",[2586,8.727]],["name/9033",[344,48.357]],["parent/9033",[2586,8.727]],["name/9034",[513,51.363]],["parent/9034",[2586,8.727]],["name/9035",[65,47.186]],["parent/9035",[2582,6.865]],["name/9036",[173,20.78]],["parent/9036",[2587,10.024]],["name/9037",[408,29.731]],["parent/9037",[2588,7.413]],["name/9038",[493,49.276]],["parent/9038",[2588,7.413]],["name/9039",[516,51.363]],["parent/9039",[2588,7.413]],["name/9040",[517,58.27]],["parent/9040",[2588,7.413]],["name/9041",[518,58.27]],["parent/9041",[2588,7.413]],["name/9042",[421,44.394]],["parent/9042",[2588,7.413]],["name/9043",[519,58.27]],["parent/9043",[2588,7.413]],["name/9044",[520,58.27]],["parent/9044",[2588,7.413]],["name/9045",[521,51.363]],["parent/9045",[2588,7.413]],["name/9046",[344,48.357]],["parent/9046",[2588,7.413]],["name/9047",[155,37.858]],["parent/9047",[2588,7.413]],["name/9048",[522,58.27]],["parent/9048",[2588,7.413]],["name/9049",[523,58.27]],["parent/9049",[2588,7.413]],["name/9050",[524,58.27]],["parent/9050",[2588,7.413]],["name/9051",[525,58.27]],["parent/9051",[2588,7.413]],["name/9052",[526,47.618]],["parent/9052",[2588,7.413]],["name/9053",[527,58.27]],["parent/9053",[2588,7.413]],["name/9054",[513,51.363]],["parent/9054",[2588,7.413]],["name/9055",[528,58.27]],["parent/9055",[2588,7.413]],["name/9056",[92,51.167]],["parent/9056",[2588,7.413]],["name/9057",[67,57.883]],["parent/9057",[2582,6.865]],["name/9058",[173,20.78]],["parent/9058",[2589,10.024]],["name/9059",[530,58.27]],["parent/9059",[2590,8.927]],["name/9060",[532,51.363]],["parent/9060",[2590,8.927]],["name/9061",[533,58.27]],["parent/9061",[2590,8.927]],["name/9062",[534,51.363]],["parent/9062",[2590,8.927]],["name/9063",[68,51.167]],["parent/9063",[2582,6.865]],["name/9064",[173,20.78]],["parent/9064",[2591,10.024]],["name/9065",[410,39.926]],["parent/9065",[2592,9.178]],["name/9066",[411,58.075]],["parent/9066",[2592,9.178]],["name/9067",[537,58.27]],["parent/9067",[2592,9.178]],["name/9068",[69,57.883]],["parent/9068",[2582,6.865]],["name/9069",[173,20.78]],["parent/9069",[2593,10.024]],["name/9070",[408,29.731]],["parent/9070",[2594,8.292]],["name/9071",[540,45.268]],["parent/9071",[2594,8.292]],["name/9072",[155,37.858]],["parent/9072",[2594,8.292]],["name/9073",[541,58.27]],["parent/9073",[2594,8.292]],["name/9074",[542,58.27]],["parent/9074",[2594,8.292]],["name/9075",[543,58.27]],["parent/9075",[2594,8.292]],["name/9076",[342,56.068]],["parent/9076",[2594,8.292]],["name/9077",[544,45.905]],["parent/9077",[2594,8.292]],["name/9078",[70,51.167]],["parent/9078",[2582,6.865]],["name/9079",[173,20.78]],["parent/9079",[2595,10.024]],["name/9080",[155,37.858]],["parent/9080",[2596,7.907]],["name/9081",[547,44.444]],["parent/9081",[2596,7.907]],["name/9082",[544,45.905]],["parent/9082",[2596,7.907]],["name/9083",[540,45.268]],["parent/9083",[2596,7.907]],["name/9084",[548,58.27]],["parent/9084",[2596,7.907]],["name/9085",[549,58.27]],["parent/9085",[2596,7.907]],["name/9086",[550,58.27]],["parent/9086",[2596,7.907]],["name/9087",[551,58.27]],["parent/9087",[2596,7.907]],["name/9088",[552,58.27]],["parent/9088",[2596,7.907]],["name/9089",[553,58.27]],["parent/9089",[2596,7.907]],["name/9090",[554,56.227]],["parent/9090",[2596,7.907]],["name/9091",[555,56.227]],["parent/9091",[2596,7.907]],["name/9092",[82,57.511]],["parent/9092",[2582,6.865]],["name/9093",[173,20.78]],["parent/9093",[2597,10.024]],["name/9094",[408,29.731]],["parent/9094",[2598,8.927]],["name/9095",[493,49.276]],["parent/9095",[2598,8.927]],["name/9096",[155,37.858]],["parent/9096",[2598,8.927]],["name/9097",[516,51.363]],["parent/9097",[2598,8.927]],["name/9098",[77,51.167]],["parent/9098",[2582,6.865]],["name/9099",[173,20.78]],["parent/9099",[2599,10.024]],["name/9100",[559,58.27]],["parent/9100",[2600,9.178]],["name/9101",[561,58.27]],["parent/9101",[2600,9.178]],["name/9102",[562,45.295]],["parent/9102",[2600,9.178]],["name/9103",[96,55.911]],["parent/9103",[2582,6.865]],["name/9104",[173,20.78]],["parent/9104",[2601,10.024]],["name/9105",[410,39.926]],["parent/9105",[2602,9.178]],["name/9106",[155,37.858]],["parent/9106",[2602,9.178]],["name/9107",[77,51.167]],["parent/9107",[2602,9.178]],["name/9108",[85,57.978]],["parent/9108",[2582,6.865]],["name/9109",[173,20.78]],["parent/9109",[2603,10.024]],["name/9110",[547,44.444]],["parent/9110",[2604,9.514]],["name/9111",[567,51.363]],["parent/9111",[2604,9.514]],["name/9112",[84,48.96]],["parent/9112",[2582,6.865]],["name/9113",[173,20.78]],["parent/9113",[2605,10.024]],["name/9114",[408,29.731]],["parent/9114",[2606,8.417]],["name/9115",[570,51.363]],["parent/9115",[2606,8.417]],["name/9116",[571,58.27]],["parent/9116",[2606,8.417]],["name/9117",[572,56.227]],["parent/9117",[2606,8.417]],["name/9118",[567,51.363]],["parent/9118",[2606,8.417]],["name/9119",[573,58.27]],["parent/9119",[2606,8.417]],["name/9120",[574,58.27]],["parent/9120",[2606,8.417]],["name/9121",[345,56.721]],["parent/9121",[2582,6.865]],["name/9122",[173,20.78]],["parent/9122",[2607,10.024]],["name/9123",[576,62.202]],["parent/9123",[2608,8.927]],["name/9124",[578,62.202]],["parent/9124",[2608,8.927]],["name/9125",[410,39.926]],["parent/9125",[2608,8.927]],["name/9126",[562,45.295]],["parent/9126",[2608,8.927]],["name/9127",[94,51.023]],["parent/9127",[2582,6.865]],["name/9128",[173,20.78]],["parent/9128",[2609,10.024]],["name/9129",[408,29.731]],["parent/9129",[2610,7.017]],["name/9130",[581,49.316]],["parent/9130",[2610,7.017]],["name/9131",[155,37.858]],["parent/9131",[2610,7.017]],["name/9132",[65,47.186]],["parent/9132",[2610,7.017]],["name/9133",[582,51.363]],["parent/9133",[2610,7.017]],["name/9134",[583,58.27]],["parent/9134",[2610,7.017]],["name/9135",[145,57.978]],["parent/9135",[2610,7.017]],["name/9136",[584,58.27]],["parent/9136",[2610,7.017]],["name/9137",[421,44.394]],["parent/9137",[2610,7.017]],["name/9138",[526,47.618]],["parent/9138",[2610,7.017]],["name/9139",[585,58.27]],["parent/9139",[2610,7.017]],["name/9140",[586,58.27]],["parent/9140",[2610,7.017]],["name/9141",[587,58.27]],["parent/9141",[2610,7.017]],["name/9142",[588,58.27]],["parent/9142",[2610,7.017]],["name/9143",[589,58.27]],["parent/9143",[2610,7.017]],["name/9144",[590,58.27]],["parent/9144",[2610,7.017]],["name/9145",[511,47.317]],["parent/9145",[2610,7.017]],["name/9146",[591,49.811]],["parent/9146",[2610,7.017]],["name/9147",[352,50.243]],["parent/9147",[2610,7.017]],["name/9148",[592,51.363]],["parent/9148",[2610,7.017]],["name/9149",[593,56.227]],["parent/9149",[2610,7.017]],["name/9150",[594,56.227]],["parent/9150",[2610,7.017]],["name/9151",[70,51.167]],["parent/9151",[2610,7.017]],["name/9152",[84,48.96]],["parent/9152",[2610,7.017]],["name/9153",[68,51.167]],["parent/9153",[2610,7.017]],["name/9154",[512,51.363]],["parent/9154",[2610,7.017]],["name/9155",[595,58.27]],["parent/9155",[2610,7.017]],["name/9156",[596,62.202]],["parent/9156",[2610,7.017]],["name/9157",[387,62.202]],["parent/9157",[2610,7.017]],["name/9158",[597,58.27]],["parent/9158",[2610,7.017]],["name/9159",[71,49.643]],["parent/9159",[2582,6.865]],["name/9160",[173,20.78]],["parent/9160",[2611,10.024]],["name/9161",[599,58.27]],["parent/9161",[2612,9.514]],["name/9162",[601,58.27]],["parent/9162",[2612,9.514]],["name/9163",[72,57.883]],["parent/9163",[2582,6.865]],["name/9164",[173,20.78]],["parent/9164",[2613,10.024]],["name/9165",[408,29.731]],["parent/9165",[2614,8.927]],["name/9166",[562,45.295]],["parent/9166",[2614,8.927]],["name/9167",[604,58.27]],["parent/9167",[2614,8.927]],["name/9168",[605,58.27]],["parent/9168",[2614,8.927]],["name/9169",[74,58.075]],["parent/9169",[2582,6.865]],["name/9170",[173,20.78]],["parent/9170",[2615,10.024]],["name/9171",[408,29.731]],["parent/9171",[2616,8.927]],["name/9172",[410,39.926]],["parent/9172",[2616,8.927]],["name/9173",[521,51.363]],["parent/9173",[2616,8.927]],["name/9174",[608,58.27]],["parent/9174",[2616,8.927]],["name/9175",[75,57.883]],["parent/9175",[2582,6.865]],["name/9176",[173,20.78]],["parent/9176",[2617,10.024]],["name/9177",[410,39.926]],["parent/9177",[2618,9.178]],["name/9178",[611,58.27]],["parent/9178",[2618,9.178]],["name/9179",[612,58.27]],["parent/9179",[2618,9.178]],["name/9180",[76,57.883]],["parent/9180",[2582,6.865]],["name/9181",[173,20.78]],["parent/9181",[2619,10.024]],["name/9182",[408,29.731]],["parent/9182",[2620,8.56]],["name/9183",[615,58.27]],["parent/9183",[2620,8.56]],["name/9184",[71,49.643]],["parent/9184",[2620,8.56]],["name/9185",[570,51.363]],["parent/9185",[2620,8.56]],["name/9186",[616,58.27]],["parent/9186",[2620,8.56]],["name/9187",[617,58.27]],["parent/9187",[2620,8.56]],["name/9188",[78,58.075]],["parent/9188",[2582,6.865]],["name/9189",[173,20.78]],["parent/9189",[2621,10.024]],["name/9190",[619,58.27]],["parent/9190",[2622,8.727]],["name/9191",[621,58.27]],["parent/9191",[2622,8.727]],["name/9192",[622,47.317]],["parent/9192",[2622,8.727]],["name/9193",[623,58.27]],["parent/9193",[2622,8.727]],["name/9194",[624,58.27]],["parent/9194",[2622,8.727]],["name/9195",[98,51.167]],["parent/9195",[2582,6.865]],["name/9196",[173,20.78]],["parent/9196",[2623,10.024]],["name/9197",[626,58.27]],["parent/9197",[2624,10.024]],["name/9198",[93,50.025]],["parent/9198",[2582,6.865]],["name/9199",[173,20.78]],["parent/9199",[2625,10.024]],["name/9200",[629,58.27]],["parent/9200",[2626,9.178]],["name/9201",[631,58.27]],["parent/9201",[2626,9.178]],["name/9202",[632,58.27]],["parent/9202",[2626,9.178]],["name/9203",[79,57.883]],["parent/9203",[2582,6.865]],["name/9204",[173,20.78]],["parent/9204",[2627,10.024]],["name/9205",[581,49.316]],["parent/9205",[2628,7.907]],["name/9206",[547,44.444]],["parent/9206",[2628,7.907]],["name/9207",[544,45.905]],["parent/9207",[2628,7.907]],["name/9208",[635,58.27]],["parent/9208",[2628,7.907]],["name/9209",[636,46.586]],["parent/9209",[2628,7.907]],["name/9210",[637,58.27]],["parent/9210",[2628,7.907]],["name/9211",[98,51.167]],["parent/9211",[2628,7.907]],["name/9212",[93,50.025]],["parent/9212",[2628,7.907]],["name/9213",[638,58.27]],["parent/9213",[2628,7.907]],["name/9214",[639,58.27]],["parent/9214",[2628,7.907]],["name/9215",[640,58.27]],["parent/9215",[2628,7.907]],["name/9216",[534,51.363]],["parent/9216",[2628,7.907]],["name/9217",[80,55.757]],["parent/9217",[2582,6.865]],["name/9218",[173,20.78]],["parent/9218",[2629,10.024]],["name/9219",[408,29.731]],["parent/9219",[2630,9.514]],["name/9220",[547,44.444]],["parent/9220",[2630,9.514]],["name/9221",[81,57.883]],["parent/9221",[2582,6.865]],["name/9222",[173,20.78]],["parent/9222",[2631,10.024]],["name/9223",[644,58.27]],["parent/9223",[2632,8.927]],["name/9224",[173,20.78]],["parent/9224",[2632,8.927]],["name/9225",[646,51.363]],["parent/9225",[2633,8.56]],["name/9226",[636,46.586]],["parent/9226",[2633,8.56]],["name/9227",[622,47.317]],["parent/9227",[2633,8.56]],["name/9228",[648,58.27]],["parent/9228",[2632,8.927]],["name/9229",[173,20.78]],["parent/9229",[2632,8.927]],["name/9230",[646,51.363]],["parent/9230",[2633,8.56]],["name/9231",[636,46.586]],["parent/9231",[2633,8.56]],["name/9232",[622,47.317]],["parent/9232",[2633,8.56]],["name/9233",[83,55.604]],["parent/9233",[2582,6.865]],["name/9234",[173,20.78]],["parent/9234",[2634,10.024]],["name/9235",[65,47.186]],["parent/9235",[2635,8.56]],["name/9236",[421,44.394]],["parent/9236",[2635,8.56]],["name/9237",[408,29.731]],["parent/9237",[2635,8.56]],["name/9238",[94,51.023]],["parent/9238",[2635,8.56]],["name/9239",[73,51.562]],["parent/9239",[2635,8.56]],["name/9240",[540,45.268]],["parent/9240",[2635,8.56]],["name/9241",[651,56.147]],["parent/9241",[2582,6.865]],["name/9242",[86,57.883]],["parent/9242",[2582,6.865]],["name/9243",[173,20.78]],["parent/9243",[2636,10.024]],["name/9244",[653,58.27]],["parent/9244",[2637,8.727]],["name/9245",[655,58.27]],["parent/9245",[2637,8.727]],["name/9246",[656,58.27]],["parent/9246",[2637,8.727]],["name/9247",[657,58.27]],["parent/9247",[2637,8.727]],["name/9248",[658,58.27]],["parent/9248",[2637,8.727]],["name/9249",[87,58.075]],["parent/9249",[2582,6.865]],["name/9250",[173,20.78]],["parent/9250",[2638,10.024]],["name/9251",[408,29.731]],["parent/9251",[2639,8.927]],["name/9252",[661,58.27]],["parent/9252",[2639,8.927]],["name/9253",[662,58.27]],["parent/9253",[2639,8.927]],["name/9254",[663,58.27]],["parent/9254",[2639,8.927]],["name/9255",[88,57.883]],["parent/9255",[2582,6.865]],["name/9256",[173,20.78]],["parent/9256",[2640,10.024]],["name/9257",[408,29.731]],["parent/9257",[2641,8.081]],["name/9258",[340,56.068]],["parent/9258",[2641,8.081]],["name/9259",[666,58.27]],["parent/9259",[2641,8.081]],["name/9260",[334,56.147]],["parent/9260",[2641,8.081]],["name/9261",[667,58.27]],["parent/9261",[2641,8.081]],["name/9262",[668,58.27]],["parent/9262",[2641,8.081]],["name/9263",[669,58.27]],["parent/9263",[2641,8.081]],["name/9264",[670,58.27]],["parent/9264",[2641,8.081]],["name/9265",[671,58.27]],["parent/9265",[2641,8.081]],["name/9266",[672,58.27]],["parent/9266",[2641,8.081]],["name/9267",[89,57.511]],["parent/9267",[2582,6.865]],["name/9268",[173,20.78]],["parent/9268",[2642,10.024]],["name/9269",[408,29.731]],["parent/9269",[2643,8.727]],["name/9270",[675,58.27]],["parent/9270",[2643,8.727]],["name/9271",[676,58.27]],["parent/9271",[2643,8.727]],["name/9272",[677,58.27]],["parent/9272",[2643,8.727]],["name/9273",[678,58.27]],["parent/9273",[2643,8.727]],["name/9274",[90,57.883]],["parent/9274",[2582,6.865]],["name/9275",[173,20.78]],["parent/9275",[2644,10.024]],["name/9276",[562,45.295]],["parent/9276",[2645,9.178]],["name/9277",[532,51.363]],["parent/9277",[2645,9.178]],["name/9278",[681,58.27]],["parent/9278",[2645,9.178]],["name/9279",[91,58.075]],["parent/9279",[2582,6.865]],["name/9280",[173,20.78]],["parent/9280",[2646,10.024]],["name/9281",[408,29.731]],["parent/9281",[2647,8.927]],["name/9282",[684,51.363]],["parent/9282",[2647,8.927]],["name/9283",[172,58.075]],["parent/9283",[2647,8.927]],["name/9284",[592,51.363]],["parent/9284",[2647,8.927]],["name/9285",[95,58.075]],["parent/9285",[2582,6.865]],["name/9286",[173,20.78]],["parent/9286",[2648,10.024]],["name/9287",[686,54.532]],["parent/9287",[2649,8.292]],["name/9288",[582,51.363]],["parent/9288",[2649,8.292]],["name/9289",[688,58.27]],["parent/9289",[2649,8.292]],["name/9290",[511,47.317]],["parent/9290",[2649,8.292]],["name/9291",[591,49.811]],["parent/9291",[2649,8.292]],["name/9292",[352,50.243]],["parent/9292",[2649,8.292]],["name/9293",[684,51.363]],["parent/9293",[2649,8.292]],["name/9294",[689,58.27]],["parent/9294",[2649,8.292]],["name/9295",[97,55.911]],["parent/9295",[2582,6.865]],["name/9296",[173,20.78]],["parent/9296",[2650,10.024]],["name/9297",[417,58.075]],["parent/9297",[2651,8.927]],["name/9298",[419,58.075]],["parent/9298",[2651,8.927]],["name/9299",[420,58.075]],["parent/9299",[2651,8.927]],["name/9300",[421,44.394]],["parent/9300",[2651,8.927]],["name/9301",[44,67.457]],["parent/9301",[39,9.514]],["name/9302",[73,51.562]],["parent/9302",[2652,6.865]],["name/9303",[173,20.78]],["parent/9303",[2653,10.024]],["name/9304",[504,58.27]],["parent/9304",[2654,8.927]],["name/9305",[506,58.27]],["parent/9305",[2654,8.927]],["name/9306",[155,37.858]],["parent/9306",[2654,8.927]],["name/9307",[507,58.27]],["parent/9307",[2654,8.927]],["name/9308",[92,51.167]],["parent/9308",[2652,6.865]],["name/9309",[173,20.78]],["parent/9309",[2655,10.024]],["name/9310",[509,58.27]],["parent/9310",[2656,8.727]],["name/9311",[511,47.317]],["parent/9311",[2656,8.727]],["name/9312",[512,51.363]],["parent/9312",[2656,8.727]],["name/9313",[344,48.357]],["parent/9313",[2656,8.727]],["name/9314",[513,51.363]],["parent/9314",[2656,8.727]],["name/9315",[65,47.186]],["parent/9315",[2652,6.865]],["name/9316",[173,20.78]],["parent/9316",[2657,10.024]],["name/9317",[408,29.731]],["parent/9317",[2658,7.413]],["name/9318",[493,49.276]],["parent/9318",[2658,7.413]],["name/9319",[516,51.363]],["parent/9319",[2658,7.413]],["name/9320",[517,58.27]],["parent/9320",[2658,7.413]],["name/9321",[518,58.27]],["parent/9321",[2658,7.413]],["name/9322",[421,44.394]],["parent/9322",[2658,7.413]],["name/9323",[519,58.27]],["parent/9323",[2658,7.413]],["name/9324",[520,58.27]],["parent/9324",[2658,7.413]],["name/9325",[521,51.363]],["parent/9325",[2658,7.413]],["name/9326",[344,48.357]],["parent/9326",[2658,7.413]],["name/9327",[155,37.858]],["parent/9327",[2658,7.413]],["name/9328",[522,58.27]],["parent/9328",[2658,7.413]],["name/9329",[523,58.27]],["parent/9329",[2658,7.413]],["name/9330",[524,58.27]],["parent/9330",[2658,7.413]],["name/9331",[525,58.27]],["parent/9331",[2658,7.413]],["name/9332",[526,47.618]],["parent/9332",[2658,7.413]],["name/9333",[527,58.27]],["parent/9333",[2658,7.413]],["name/9334",[513,51.363]],["parent/9334",[2658,7.413]],["name/9335",[528,58.27]],["parent/9335",[2658,7.413]],["name/9336",[92,51.167]],["parent/9336",[2658,7.413]],["name/9337",[67,57.883]],["parent/9337",[2652,6.865]],["name/9338",[173,20.78]],["parent/9338",[2659,10.024]],["name/9339",[530,58.27]],["parent/9339",[2660,8.927]],["name/9340",[532,51.363]],["parent/9340",[2660,8.927]],["name/9341",[533,58.27]],["parent/9341",[2660,8.927]],["name/9342",[534,51.363]],["parent/9342",[2660,8.927]],["name/9343",[68,51.167]],["parent/9343",[2652,6.865]],["name/9344",[173,20.78]],["parent/9344",[2661,10.024]],["name/9345",[410,39.926]],["parent/9345",[2662,9.178]],["name/9346",[411,58.075]],["parent/9346",[2662,9.178]],["name/9347",[537,58.27]],["parent/9347",[2662,9.178]],["name/9348",[69,57.883]],["parent/9348",[2652,6.865]],["name/9349",[173,20.78]],["parent/9349",[2663,10.024]],["name/9350",[408,29.731]],["parent/9350",[2664,8.292]],["name/9351",[540,45.268]],["parent/9351",[2664,8.292]],["name/9352",[155,37.858]],["parent/9352",[2664,8.292]],["name/9353",[541,58.27]],["parent/9353",[2664,8.292]],["name/9354",[542,58.27]],["parent/9354",[2664,8.292]],["name/9355",[543,58.27]],["parent/9355",[2664,8.292]],["name/9356",[342,56.068]],["parent/9356",[2664,8.292]],["name/9357",[544,45.905]],["parent/9357",[2664,8.292]],["name/9358",[70,51.167]],["parent/9358",[2652,6.865]],["name/9359",[173,20.78]],["parent/9359",[2665,10.024]],["name/9360",[155,37.858]],["parent/9360",[2666,7.907]],["name/9361",[547,44.444]],["parent/9361",[2666,7.907]],["name/9362",[544,45.905]],["parent/9362",[2666,7.907]],["name/9363",[540,45.268]],["parent/9363",[2666,7.907]],["name/9364",[548,58.27]],["parent/9364",[2666,7.907]],["name/9365",[549,58.27]],["parent/9365",[2666,7.907]],["name/9366",[550,58.27]],["parent/9366",[2666,7.907]],["name/9367",[551,58.27]],["parent/9367",[2666,7.907]],["name/9368",[552,58.27]],["parent/9368",[2666,7.907]],["name/9369",[553,58.27]],["parent/9369",[2666,7.907]],["name/9370",[554,56.227]],["parent/9370",[2666,7.907]],["name/9371",[555,56.227]],["parent/9371",[2666,7.907]],["name/9372",[82,57.511]],["parent/9372",[2652,6.865]],["name/9373",[173,20.78]],["parent/9373",[2667,10.024]],["name/9374",[408,29.731]],["parent/9374",[2668,8.927]],["name/9375",[493,49.276]],["parent/9375",[2668,8.927]],["name/9376",[155,37.858]],["parent/9376",[2668,8.927]],["name/9377",[516,51.363]],["parent/9377",[2668,8.927]],["name/9378",[77,51.167]],["parent/9378",[2652,6.865]],["name/9379",[173,20.78]],["parent/9379",[2669,10.024]],["name/9380",[559,58.27]],["parent/9380",[2670,9.178]],["name/9381",[561,58.27]],["parent/9381",[2670,9.178]],["name/9382",[562,45.295]],["parent/9382",[2670,9.178]],["name/9383",[96,55.911]],["parent/9383",[2652,6.865]],["name/9384",[173,20.78]],["parent/9384",[2671,10.024]],["name/9385",[410,39.926]],["parent/9385",[2672,9.178]],["name/9386",[155,37.858]],["parent/9386",[2672,9.178]],["name/9387",[77,51.167]],["parent/9387",[2672,9.178]],["name/9388",[85,57.978]],["parent/9388",[2652,6.865]],["name/9389",[173,20.78]],["parent/9389",[2673,10.024]],["name/9390",[547,44.444]],["parent/9390",[2674,9.514]],["name/9391",[567,51.363]],["parent/9391",[2674,9.514]],["name/9392",[84,48.96]],["parent/9392",[2652,6.865]],["name/9393",[173,20.78]],["parent/9393",[2675,10.024]],["name/9394",[408,29.731]],["parent/9394",[2676,8.417]],["name/9395",[570,51.363]],["parent/9395",[2676,8.417]],["name/9396",[571,58.27]],["parent/9396",[2676,8.417]],["name/9397",[572,56.227]],["parent/9397",[2676,8.417]],["name/9398",[567,51.363]],["parent/9398",[2676,8.417]],["name/9399",[573,58.27]],["parent/9399",[2676,8.417]],["name/9400",[574,58.27]],["parent/9400",[2676,8.417]],["name/9401",[345,56.721]],["parent/9401",[2652,6.865]],["name/9402",[173,20.78]],["parent/9402",[2677,10.024]],["name/9403",[576,62.202]],["parent/9403",[2678,8.927]],["name/9404",[578,62.202]],["parent/9404",[2678,8.927]],["name/9405",[410,39.926]],["parent/9405",[2678,8.927]],["name/9406",[562,45.295]],["parent/9406",[2678,8.927]],["name/9407",[94,51.023]],["parent/9407",[2652,6.865]],["name/9408",[173,20.78]],["parent/9408",[2679,10.024]],["name/9409",[408,29.731]],["parent/9409",[2680,7.017]],["name/9410",[581,49.316]],["parent/9410",[2680,7.017]],["name/9411",[155,37.858]],["parent/9411",[2680,7.017]],["name/9412",[65,47.186]],["parent/9412",[2680,7.017]],["name/9413",[582,51.363]],["parent/9413",[2680,7.017]],["name/9414",[583,58.27]],["parent/9414",[2680,7.017]],["name/9415",[145,57.978]],["parent/9415",[2680,7.017]],["name/9416",[584,58.27]],["parent/9416",[2680,7.017]],["name/9417",[421,44.394]],["parent/9417",[2680,7.017]],["name/9418",[526,47.618]],["parent/9418",[2680,7.017]],["name/9419",[585,58.27]],["parent/9419",[2680,7.017]],["name/9420",[586,58.27]],["parent/9420",[2680,7.017]],["name/9421",[587,58.27]],["parent/9421",[2680,7.017]],["name/9422",[588,58.27]],["parent/9422",[2680,7.017]],["name/9423",[589,58.27]],["parent/9423",[2680,7.017]],["name/9424",[590,58.27]],["parent/9424",[2680,7.017]],["name/9425",[511,47.317]],["parent/9425",[2680,7.017]],["name/9426",[591,49.811]],["parent/9426",[2680,7.017]],["name/9427",[352,50.243]],["parent/9427",[2680,7.017]],["name/9428",[592,51.363]],["parent/9428",[2680,7.017]],["name/9429",[593,56.227]],["parent/9429",[2680,7.017]],["name/9430",[594,56.227]],["parent/9430",[2680,7.017]],["name/9431",[70,51.167]],["parent/9431",[2680,7.017]],["name/9432",[84,48.96]],["parent/9432",[2680,7.017]],["name/9433",[68,51.167]],["parent/9433",[2680,7.017]],["name/9434",[512,51.363]],["parent/9434",[2680,7.017]],["name/9435",[595,58.27]],["parent/9435",[2680,7.017]],["name/9436",[596,62.202]],["parent/9436",[2680,7.017]],["name/9437",[387,62.202]],["parent/9437",[2680,7.017]],["name/9438",[597,58.27]],["parent/9438",[2680,7.017]],["name/9439",[71,49.643]],["parent/9439",[2652,6.865]],["name/9440",[173,20.78]],["parent/9440",[2681,10.024]],["name/9441",[599,58.27]],["parent/9441",[2682,9.514]],["name/9442",[601,58.27]],["parent/9442",[2682,9.514]],["name/9443",[72,57.883]],["parent/9443",[2652,6.865]],["name/9444",[173,20.78]],["parent/9444",[2683,10.024]],["name/9445",[408,29.731]],["parent/9445",[2684,8.927]],["name/9446",[562,45.295]],["parent/9446",[2684,8.927]],["name/9447",[604,58.27]],["parent/9447",[2684,8.927]],["name/9448",[605,58.27]],["parent/9448",[2684,8.927]],["name/9449",[74,58.075]],["parent/9449",[2652,6.865]],["name/9450",[173,20.78]],["parent/9450",[2685,10.024]],["name/9451",[408,29.731]],["parent/9451",[2686,8.927]],["name/9452",[410,39.926]],["parent/9452",[2686,8.927]],["name/9453",[521,51.363]],["parent/9453",[2686,8.927]],["name/9454",[608,58.27]],["parent/9454",[2686,8.927]],["name/9455",[75,57.883]],["parent/9455",[2652,6.865]],["name/9456",[173,20.78]],["parent/9456",[2687,10.024]],["name/9457",[410,39.926]],["parent/9457",[2688,9.178]],["name/9458",[611,58.27]],["parent/9458",[2688,9.178]],["name/9459",[612,58.27]],["parent/9459",[2688,9.178]],["name/9460",[76,57.883]],["parent/9460",[2652,6.865]],["name/9461",[173,20.78]],["parent/9461",[2689,10.024]],["name/9462",[408,29.731]],["parent/9462",[2690,8.56]],["name/9463",[615,58.27]],["parent/9463",[2690,8.56]],["name/9464",[71,49.643]],["parent/9464",[2690,8.56]],["name/9465",[570,51.363]],["parent/9465",[2690,8.56]],["name/9466",[616,58.27]],["parent/9466",[2690,8.56]],["name/9467",[617,58.27]],["parent/9467",[2690,8.56]],["name/9468",[78,58.075]],["parent/9468",[2652,6.865]],["name/9469",[173,20.78]],["parent/9469",[2691,10.024]],["name/9470",[619,58.27]],["parent/9470",[2692,8.727]],["name/9471",[621,58.27]],["parent/9471",[2692,8.727]],["name/9472",[622,47.317]],["parent/9472",[2692,8.727]],["name/9473",[623,58.27]],["parent/9473",[2692,8.727]],["name/9474",[624,58.27]],["parent/9474",[2692,8.727]],["name/9475",[98,51.167]],["parent/9475",[2652,6.865]],["name/9476",[173,20.78]],["parent/9476",[2693,10.024]],["name/9477",[626,58.27]],["parent/9477",[2694,10.024]],["name/9478",[93,50.025]],["parent/9478",[2652,6.865]],["name/9479",[173,20.78]],["parent/9479",[2695,10.024]],["name/9480",[629,58.27]],["parent/9480",[2696,9.178]],["name/9481",[631,58.27]],["parent/9481",[2696,9.178]],["name/9482",[632,58.27]],["parent/9482",[2696,9.178]],["name/9483",[79,57.883]],["parent/9483",[2652,6.865]],["name/9484",[173,20.78]],["parent/9484",[2697,10.024]],["name/9485",[581,49.316]],["parent/9485",[2698,7.907]],["name/9486",[547,44.444]],["parent/9486",[2698,7.907]],["name/9487",[544,45.905]],["parent/9487",[2698,7.907]],["name/9488",[635,58.27]],["parent/9488",[2698,7.907]],["name/9489",[636,46.586]],["parent/9489",[2698,7.907]],["name/9490",[637,58.27]],["parent/9490",[2698,7.907]],["name/9491",[98,51.167]],["parent/9491",[2698,7.907]],["name/9492",[93,50.025]],["parent/9492",[2698,7.907]],["name/9493",[638,58.27]],["parent/9493",[2698,7.907]],["name/9494",[639,58.27]],["parent/9494",[2698,7.907]],["name/9495",[640,58.27]],["parent/9495",[2698,7.907]],["name/9496",[534,51.363]],["parent/9496",[2698,7.907]],["name/9497",[80,55.757]],["parent/9497",[2652,6.865]],["name/9498",[173,20.78]],["parent/9498",[2699,10.024]],["name/9499",[408,29.731]],["parent/9499",[2700,9.514]],["name/9500",[547,44.444]],["parent/9500",[2700,9.514]],["name/9501",[81,57.883]],["parent/9501",[2652,6.865]],["name/9502",[173,20.78]],["parent/9502",[2701,10.024]],["name/9503",[644,58.27]],["parent/9503",[2702,8.927]],["name/9504",[173,20.78]],["parent/9504",[2702,8.927]],["name/9505",[646,51.363]],["parent/9505",[2703,8.56]],["name/9506",[636,46.586]],["parent/9506",[2703,8.56]],["name/9507",[622,47.317]],["parent/9507",[2703,8.56]],["name/9508",[648,58.27]],["parent/9508",[2702,8.927]],["name/9509",[173,20.78]],["parent/9509",[2702,8.927]],["name/9510",[646,51.363]],["parent/9510",[2703,8.56]],["name/9511",[636,46.586]],["parent/9511",[2703,8.56]],["name/9512",[622,47.317]],["parent/9512",[2703,8.56]],["name/9513",[83,55.604]],["parent/9513",[2652,6.865]],["name/9514",[173,20.78]],["parent/9514",[2704,10.024]],["name/9515",[65,47.186]],["parent/9515",[2705,8.56]],["name/9516",[421,44.394]],["parent/9516",[2705,8.56]],["name/9517",[408,29.731]],["parent/9517",[2705,8.56]],["name/9518",[94,51.023]],["parent/9518",[2705,8.56]],["name/9519",[73,51.562]],["parent/9519",[2705,8.56]],["name/9520",[540,45.268]],["parent/9520",[2705,8.56]],["name/9521",[651,56.147]],["parent/9521",[2652,6.865]],["name/9522",[86,57.883]],["parent/9522",[2652,6.865]],["name/9523",[173,20.78]],["parent/9523",[2706,10.024]],["name/9524",[653,58.27]],["parent/9524",[2707,8.727]],["name/9525",[655,58.27]],["parent/9525",[2707,8.727]],["name/9526",[656,58.27]],["parent/9526",[2707,8.727]],["name/9527",[657,58.27]],["parent/9527",[2707,8.727]],["name/9528",[658,58.27]],["parent/9528",[2707,8.727]],["name/9529",[87,58.075]],["parent/9529",[2652,6.865]],["name/9530",[173,20.78]],["parent/9530",[2708,10.024]],["name/9531",[408,29.731]],["parent/9531",[2709,8.927]],["name/9532",[661,58.27]],["parent/9532",[2709,8.927]],["name/9533",[662,58.27]],["parent/9533",[2709,8.927]],["name/9534",[663,58.27]],["parent/9534",[2709,8.927]],["name/9535",[88,57.883]],["parent/9535",[2652,6.865]],["name/9536",[173,20.78]],["parent/9536",[2710,10.024]],["name/9537",[408,29.731]],["parent/9537",[2711,8.081]],["name/9538",[340,56.068]],["parent/9538",[2711,8.081]],["name/9539",[666,58.27]],["parent/9539",[2711,8.081]],["name/9540",[334,56.147]],["parent/9540",[2711,8.081]],["name/9541",[667,58.27]],["parent/9541",[2711,8.081]],["name/9542",[668,58.27]],["parent/9542",[2711,8.081]],["name/9543",[669,58.27]],["parent/9543",[2711,8.081]],["name/9544",[670,58.27]],["parent/9544",[2711,8.081]],["name/9545",[671,58.27]],["parent/9545",[2711,8.081]],["name/9546",[672,58.27]],["parent/9546",[2711,8.081]],["name/9547",[89,57.511]],["parent/9547",[2652,6.865]],["name/9548",[173,20.78]],["parent/9548",[2712,10.024]],["name/9549",[408,29.731]],["parent/9549",[2713,8.727]],["name/9550",[675,58.27]],["parent/9550",[2713,8.727]],["name/9551",[676,58.27]],["parent/9551",[2713,8.727]],["name/9552",[677,58.27]],["parent/9552",[2713,8.727]],["name/9553",[678,58.27]],["parent/9553",[2713,8.727]],["name/9554",[90,57.883]],["parent/9554",[2652,6.865]],["name/9555",[173,20.78]],["parent/9555",[2714,10.024]],["name/9556",[562,45.295]],["parent/9556",[2715,9.178]],["name/9557",[532,51.363]],["parent/9557",[2715,9.178]],["name/9558",[681,58.27]],["parent/9558",[2715,9.178]],["name/9559",[91,58.075]],["parent/9559",[2652,6.865]],["name/9560",[173,20.78]],["parent/9560",[2716,10.024]],["name/9561",[408,29.731]],["parent/9561",[2717,8.927]],["name/9562",[684,51.363]],["parent/9562",[2717,8.927]],["name/9563",[172,58.075]],["parent/9563",[2717,8.927]],["name/9564",[592,51.363]],["parent/9564",[2717,8.927]],["name/9565",[95,58.075]],["parent/9565",[2652,6.865]],["name/9566",[173,20.78]],["parent/9566",[2718,10.024]],["name/9567",[686,54.532]],["parent/9567",[2719,8.292]],["name/9568",[582,51.363]],["parent/9568",[2719,8.292]],["name/9569",[688,58.27]],["parent/9569",[2719,8.292]],["name/9570",[511,47.317]],["parent/9570",[2719,8.292]],["name/9571",[591,49.811]],["parent/9571",[2719,8.292]],["name/9572",[352,50.243]],["parent/9572",[2719,8.292]],["name/9573",[684,51.363]],["parent/9573",[2719,8.292]],["name/9574",[689,58.27]],["parent/9574",[2719,8.292]],["name/9575",[97,55.911]],["parent/9575",[2652,6.865]],["name/9576",[173,20.78]],["parent/9576",[2720,10.024]],["name/9577",[417,58.075]],["parent/9577",[2721,8.927]],["name/9578",[419,58.075]],["parent/9578",[2721,8.927]],["name/9579",[420,58.075]],["parent/9579",[2721,8.927]],["name/9580",[421,44.394]],["parent/9580",[2721,8.927]],["name/9581",[44,67.457]],["parent/9581",[40,9.514]],["name/9582",[73,51.562]],["parent/9582",[2722,6.865]],["name/9583",[173,20.78]],["parent/9583",[2723,10.024]],["name/9584",[504,58.27]],["parent/9584",[2724,8.927]],["name/9585",[506,58.27]],["parent/9585",[2724,8.927]],["name/9586",[155,37.858]],["parent/9586",[2724,8.927]],["name/9587",[507,58.27]],["parent/9587",[2724,8.927]],["name/9588",[92,51.167]],["parent/9588",[2722,6.865]],["name/9589",[173,20.78]],["parent/9589",[2725,10.024]],["name/9590",[509,58.27]],["parent/9590",[2726,8.727]],["name/9591",[511,47.317]],["parent/9591",[2726,8.727]],["name/9592",[512,51.363]],["parent/9592",[2726,8.727]],["name/9593",[344,48.357]],["parent/9593",[2726,8.727]],["name/9594",[513,51.363]],["parent/9594",[2726,8.727]],["name/9595",[65,47.186]],["parent/9595",[2722,6.865]],["name/9596",[173,20.78]],["parent/9596",[2727,10.024]],["name/9597",[408,29.731]],["parent/9597",[2728,7.413]],["name/9598",[493,49.276]],["parent/9598",[2728,7.413]],["name/9599",[516,51.363]],["parent/9599",[2728,7.413]],["name/9600",[517,58.27]],["parent/9600",[2728,7.413]],["name/9601",[518,58.27]],["parent/9601",[2728,7.413]],["name/9602",[421,44.394]],["parent/9602",[2728,7.413]],["name/9603",[519,58.27]],["parent/9603",[2728,7.413]],["name/9604",[520,58.27]],["parent/9604",[2728,7.413]],["name/9605",[521,51.363]],["parent/9605",[2728,7.413]],["name/9606",[344,48.357]],["parent/9606",[2728,7.413]],["name/9607",[155,37.858]],["parent/9607",[2728,7.413]],["name/9608",[522,58.27]],["parent/9608",[2728,7.413]],["name/9609",[523,58.27]],["parent/9609",[2728,7.413]],["name/9610",[524,58.27]],["parent/9610",[2728,7.413]],["name/9611",[525,58.27]],["parent/9611",[2728,7.413]],["name/9612",[526,47.618]],["parent/9612",[2728,7.413]],["name/9613",[527,58.27]],["parent/9613",[2728,7.413]],["name/9614",[513,51.363]],["parent/9614",[2728,7.413]],["name/9615",[528,58.27]],["parent/9615",[2728,7.413]],["name/9616",[92,51.167]],["parent/9616",[2728,7.413]],["name/9617",[67,57.883]],["parent/9617",[2722,6.865]],["name/9618",[173,20.78]],["parent/9618",[2729,10.024]],["name/9619",[530,58.27]],["parent/9619",[2730,8.927]],["name/9620",[532,51.363]],["parent/9620",[2730,8.927]],["name/9621",[533,58.27]],["parent/9621",[2730,8.927]],["name/9622",[534,51.363]],["parent/9622",[2730,8.927]],["name/9623",[68,51.167]],["parent/9623",[2722,6.865]],["name/9624",[173,20.78]],["parent/9624",[2731,10.024]],["name/9625",[410,39.926]],["parent/9625",[2732,9.178]],["name/9626",[411,58.075]],["parent/9626",[2732,9.178]],["name/9627",[537,58.27]],["parent/9627",[2732,9.178]],["name/9628",[69,57.883]],["parent/9628",[2722,6.865]],["name/9629",[173,20.78]],["parent/9629",[2733,10.024]],["name/9630",[408,29.731]],["parent/9630",[2734,8.292]],["name/9631",[540,45.268]],["parent/9631",[2734,8.292]],["name/9632",[155,37.858]],["parent/9632",[2734,8.292]],["name/9633",[541,58.27]],["parent/9633",[2734,8.292]],["name/9634",[542,58.27]],["parent/9634",[2734,8.292]],["name/9635",[543,58.27]],["parent/9635",[2734,8.292]],["name/9636",[342,56.068]],["parent/9636",[2734,8.292]],["name/9637",[544,45.905]],["parent/9637",[2734,8.292]],["name/9638",[70,51.167]],["parent/9638",[2722,6.865]],["name/9639",[173,20.78]],["parent/9639",[2735,10.024]],["name/9640",[155,37.858]],["parent/9640",[2736,7.907]],["name/9641",[547,44.444]],["parent/9641",[2736,7.907]],["name/9642",[544,45.905]],["parent/9642",[2736,7.907]],["name/9643",[540,45.268]],["parent/9643",[2736,7.907]],["name/9644",[548,58.27]],["parent/9644",[2736,7.907]],["name/9645",[549,58.27]],["parent/9645",[2736,7.907]],["name/9646",[550,58.27]],["parent/9646",[2736,7.907]],["name/9647",[551,58.27]],["parent/9647",[2736,7.907]],["name/9648",[552,58.27]],["parent/9648",[2736,7.907]],["name/9649",[553,58.27]],["parent/9649",[2736,7.907]],["name/9650",[554,56.227]],["parent/9650",[2736,7.907]],["name/9651",[555,56.227]],["parent/9651",[2736,7.907]],["name/9652",[82,57.511]],["parent/9652",[2722,6.865]],["name/9653",[173,20.78]],["parent/9653",[2737,10.024]],["name/9654",[408,29.731]],["parent/9654",[2738,8.927]],["name/9655",[493,49.276]],["parent/9655",[2738,8.927]],["name/9656",[155,37.858]],["parent/9656",[2738,8.927]],["name/9657",[516,51.363]],["parent/9657",[2738,8.927]],["name/9658",[77,51.167]],["parent/9658",[2722,6.865]],["name/9659",[173,20.78]],["parent/9659",[2739,10.024]],["name/9660",[559,58.27]],["parent/9660",[2740,9.178]],["name/9661",[561,58.27]],["parent/9661",[2740,9.178]],["name/9662",[562,45.295]],["parent/9662",[2740,9.178]],["name/9663",[96,55.911]],["parent/9663",[2722,6.865]],["name/9664",[173,20.78]],["parent/9664",[2741,10.024]],["name/9665",[410,39.926]],["parent/9665",[2742,9.178]],["name/9666",[155,37.858]],["parent/9666",[2742,9.178]],["name/9667",[77,51.167]],["parent/9667",[2742,9.178]],["name/9668",[85,57.978]],["parent/9668",[2722,6.865]],["name/9669",[173,20.78]],["parent/9669",[2743,10.024]],["name/9670",[547,44.444]],["parent/9670",[2744,9.514]],["name/9671",[567,51.363]],["parent/9671",[2744,9.514]],["name/9672",[84,48.96]],["parent/9672",[2722,6.865]],["name/9673",[173,20.78]],["parent/9673",[2745,10.024]],["name/9674",[408,29.731]],["parent/9674",[2746,8.417]],["name/9675",[570,51.363]],["parent/9675",[2746,8.417]],["name/9676",[571,58.27]],["parent/9676",[2746,8.417]],["name/9677",[572,56.227]],["parent/9677",[2746,8.417]],["name/9678",[567,51.363]],["parent/9678",[2746,8.417]],["name/9679",[573,58.27]],["parent/9679",[2746,8.417]],["name/9680",[574,58.27]],["parent/9680",[2746,8.417]],["name/9681",[345,56.721]],["parent/9681",[2722,6.865]],["name/9682",[173,20.78]],["parent/9682",[2747,10.024]],["name/9683",[576,62.202]],["parent/9683",[2748,8.927]],["name/9684",[578,62.202]],["parent/9684",[2748,8.927]],["name/9685",[410,39.926]],["parent/9685",[2748,8.927]],["name/9686",[562,45.295]],["parent/9686",[2748,8.927]],["name/9687",[94,51.023]],["parent/9687",[2722,6.865]],["name/9688",[173,20.78]],["parent/9688",[2749,10.024]],["name/9689",[408,29.731]],["parent/9689",[2750,7.017]],["name/9690",[581,49.316]],["parent/9690",[2750,7.017]],["name/9691",[155,37.858]],["parent/9691",[2750,7.017]],["name/9692",[65,47.186]],["parent/9692",[2750,7.017]],["name/9693",[582,51.363]],["parent/9693",[2750,7.017]],["name/9694",[583,58.27]],["parent/9694",[2750,7.017]],["name/9695",[145,57.978]],["parent/9695",[2750,7.017]],["name/9696",[584,58.27]],["parent/9696",[2750,7.017]],["name/9697",[421,44.394]],["parent/9697",[2750,7.017]],["name/9698",[526,47.618]],["parent/9698",[2750,7.017]],["name/9699",[585,58.27]],["parent/9699",[2750,7.017]],["name/9700",[586,58.27]],["parent/9700",[2750,7.017]],["name/9701",[587,58.27]],["parent/9701",[2750,7.017]],["name/9702",[588,58.27]],["parent/9702",[2750,7.017]],["name/9703",[589,58.27]],["parent/9703",[2750,7.017]],["name/9704",[590,58.27]],["parent/9704",[2750,7.017]],["name/9705",[511,47.317]],["parent/9705",[2750,7.017]],["name/9706",[591,49.811]],["parent/9706",[2750,7.017]],["name/9707",[352,50.243]],["parent/9707",[2750,7.017]],["name/9708",[592,51.363]],["parent/9708",[2750,7.017]],["name/9709",[593,56.227]],["parent/9709",[2750,7.017]],["name/9710",[594,56.227]],["parent/9710",[2750,7.017]],["name/9711",[70,51.167]],["parent/9711",[2750,7.017]],["name/9712",[84,48.96]],["parent/9712",[2750,7.017]],["name/9713",[68,51.167]],["parent/9713",[2750,7.017]],["name/9714",[512,51.363]],["parent/9714",[2750,7.017]],["name/9715",[595,58.27]],["parent/9715",[2750,7.017]],["name/9716",[596,62.202]],["parent/9716",[2750,7.017]],["name/9717",[387,62.202]],["parent/9717",[2750,7.017]],["name/9718",[597,58.27]],["parent/9718",[2750,7.017]],["name/9719",[71,49.643]],["parent/9719",[2722,6.865]],["name/9720",[173,20.78]],["parent/9720",[2751,10.024]],["name/9721",[599,58.27]],["parent/9721",[2752,9.514]],["name/9722",[601,58.27]],["parent/9722",[2752,9.514]],["name/9723",[72,57.883]],["parent/9723",[2722,6.865]],["name/9724",[173,20.78]],["parent/9724",[2753,10.024]],["name/9725",[408,29.731]],["parent/9725",[2754,8.927]],["name/9726",[562,45.295]],["parent/9726",[2754,8.927]],["name/9727",[604,58.27]],["parent/9727",[2754,8.927]],["name/9728",[605,58.27]],["parent/9728",[2754,8.927]],["name/9729",[74,58.075]],["parent/9729",[2722,6.865]],["name/9730",[173,20.78]],["parent/9730",[2755,10.024]],["name/9731",[408,29.731]],["parent/9731",[2756,8.927]],["name/9732",[410,39.926]],["parent/9732",[2756,8.927]],["name/9733",[521,51.363]],["parent/9733",[2756,8.927]],["name/9734",[608,58.27]],["parent/9734",[2756,8.927]],["name/9735",[75,57.883]],["parent/9735",[2722,6.865]],["name/9736",[173,20.78]],["parent/9736",[2757,10.024]],["name/9737",[410,39.926]],["parent/9737",[2758,9.178]],["name/9738",[611,58.27]],["parent/9738",[2758,9.178]],["name/9739",[612,58.27]],["parent/9739",[2758,9.178]],["name/9740",[76,57.883]],["parent/9740",[2722,6.865]],["name/9741",[173,20.78]],["parent/9741",[2759,10.024]],["name/9742",[408,29.731]],["parent/9742",[2760,8.56]],["name/9743",[615,58.27]],["parent/9743",[2760,8.56]],["name/9744",[71,49.643]],["parent/9744",[2760,8.56]],["name/9745",[570,51.363]],["parent/9745",[2760,8.56]],["name/9746",[616,58.27]],["parent/9746",[2760,8.56]],["name/9747",[617,58.27]],["parent/9747",[2760,8.56]],["name/9748",[78,58.075]],["parent/9748",[2722,6.865]],["name/9749",[173,20.78]],["parent/9749",[2761,10.024]],["name/9750",[619,58.27]],["parent/9750",[2762,8.727]],["name/9751",[621,58.27]],["parent/9751",[2762,8.727]],["name/9752",[622,47.317]],["parent/9752",[2762,8.727]],["name/9753",[623,58.27]],["parent/9753",[2762,8.727]],["name/9754",[624,58.27]],["parent/9754",[2762,8.727]],["name/9755",[98,51.167]],["parent/9755",[2722,6.865]],["name/9756",[173,20.78]],["parent/9756",[2763,10.024]],["name/9757",[626,58.27]],["parent/9757",[2764,10.024]],["name/9758",[93,50.025]],["parent/9758",[2722,6.865]],["name/9759",[173,20.78]],["parent/9759",[2765,10.024]],["name/9760",[629,58.27]],["parent/9760",[2766,9.178]],["name/9761",[631,58.27]],["parent/9761",[2766,9.178]],["name/9762",[632,58.27]],["parent/9762",[2766,9.178]],["name/9763",[79,57.883]],["parent/9763",[2722,6.865]],["name/9764",[173,20.78]],["parent/9764",[2767,10.024]],["name/9765",[581,49.316]],["parent/9765",[2768,7.907]],["name/9766",[547,44.444]],["parent/9766",[2768,7.907]],["name/9767",[544,45.905]],["parent/9767",[2768,7.907]],["name/9768",[635,58.27]],["parent/9768",[2768,7.907]],["name/9769",[636,46.586]],["parent/9769",[2768,7.907]],["name/9770",[637,58.27]],["parent/9770",[2768,7.907]],["name/9771",[98,51.167]],["parent/9771",[2768,7.907]],["name/9772",[93,50.025]],["parent/9772",[2768,7.907]],["name/9773",[638,58.27]],["parent/9773",[2768,7.907]],["name/9774",[639,58.27]],["parent/9774",[2768,7.907]],["name/9775",[640,58.27]],["parent/9775",[2768,7.907]],["name/9776",[534,51.363]],["parent/9776",[2768,7.907]],["name/9777",[80,55.757]],["parent/9777",[2722,6.865]],["name/9778",[173,20.78]],["parent/9778",[2769,10.024]],["name/9779",[408,29.731]],["parent/9779",[2770,9.514]],["name/9780",[547,44.444]],["parent/9780",[2770,9.514]],["name/9781",[81,57.883]],["parent/9781",[2722,6.865]],["name/9782",[173,20.78]],["parent/9782",[2771,10.024]],["name/9783",[644,58.27]],["parent/9783",[2772,8.927]],["name/9784",[173,20.78]],["parent/9784",[2772,8.927]],["name/9785",[646,51.363]],["parent/9785",[2773,8.56]],["name/9786",[636,46.586]],["parent/9786",[2773,8.56]],["name/9787",[622,47.317]],["parent/9787",[2773,8.56]],["name/9788",[648,58.27]],["parent/9788",[2772,8.927]],["name/9789",[173,20.78]],["parent/9789",[2772,8.927]],["name/9790",[646,51.363]],["parent/9790",[2773,8.56]],["name/9791",[636,46.586]],["parent/9791",[2773,8.56]],["name/9792",[622,47.317]],["parent/9792",[2773,8.56]],["name/9793",[83,55.604]],["parent/9793",[2722,6.865]],["name/9794",[173,20.78]],["parent/9794",[2774,10.024]],["name/9795",[65,47.186]],["parent/9795",[2775,8.56]],["name/9796",[421,44.394]],["parent/9796",[2775,8.56]],["name/9797",[408,29.731]],["parent/9797",[2775,8.56]],["name/9798",[94,51.023]],["parent/9798",[2775,8.56]],["name/9799",[73,51.562]],["parent/9799",[2775,8.56]],["name/9800",[540,45.268]],["parent/9800",[2775,8.56]],["name/9801",[651,56.147]],["parent/9801",[2722,6.865]],["name/9802",[86,57.883]],["parent/9802",[2722,6.865]],["name/9803",[173,20.78]],["parent/9803",[2776,10.024]],["name/9804",[653,58.27]],["parent/9804",[2777,8.727]],["name/9805",[655,58.27]],["parent/9805",[2777,8.727]],["name/9806",[656,58.27]],["parent/9806",[2777,8.727]],["name/9807",[657,58.27]],["parent/9807",[2777,8.727]],["name/9808",[658,58.27]],["parent/9808",[2777,8.727]],["name/9809",[87,58.075]],["parent/9809",[2722,6.865]],["name/9810",[173,20.78]],["parent/9810",[2778,10.024]],["name/9811",[408,29.731]],["parent/9811",[2779,8.927]],["name/9812",[661,58.27]],["parent/9812",[2779,8.927]],["name/9813",[662,58.27]],["parent/9813",[2779,8.927]],["name/9814",[663,58.27]],["parent/9814",[2779,8.927]],["name/9815",[88,57.883]],["parent/9815",[2722,6.865]],["name/9816",[173,20.78]],["parent/9816",[2780,10.024]],["name/9817",[408,29.731]],["parent/9817",[2781,8.081]],["name/9818",[340,56.068]],["parent/9818",[2781,8.081]],["name/9819",[666,58.27]],["parent/9819",[2781,8.081]],["name/9820",[334,56.147]],["parent/9820",[2781,8.081]],["name/9821",[667,58.27]],["parent/9821",[2781,8.081]],["name/9822",[668,58.27]],["parent/9822",[2781,8.081]],["name/9823",[669,58.27]],["parent/9823",[2781,8.081]],["name/9824",[670,58.27]],["parent/9824",[2781,8.081]],["name/9825",[671,58.27]],["parent/9825",[2781,8.081]],["name/9826",[672,58.27]],["parent/9826",[2781,8.081]],["name/9827",[89,57.511]],["parent/9827",[2722,6.865]],["name/9828",[173,20.78]],["parent/9828",[2782,10.024]],["name/9829",[408,29.731]],["parent/9829",[2783,8.727]],["name/9830",[675,58.27]],["parent/9830",[2783,8.727]],["name/9831",[676,58.27]],["parent/9831",[2783,8.727]],["name/9832",[677,58.27]],["parent/9832",[2783,8.727]],["name/9833",[678,58.27]],["parent/9833",[2783,8.727]],["name/9834",[90,57.883]],["parent/9834",[2722,6.865]],["name/9835",[173,20.78]],["parent/9835",[2784,10.024]],["name/9836",[562,45.295]],["parent/9836",[2785,9.178]],["name/9837",[532,51.363]],["parent/9837",[2785,9.178]],["name/9838",[681,58.27]],["parent/9838",[2785,9.178]],["name/9839",[91,58.075]],["parent/9839",[2722,6.865]],["name/9840",[173,20.78]],["parent/9840",[2786,10.024]],["name/9841",[408,29.731]],["parent/9841",[2787,8.927]],["name/9842",[684,51.363]],["parent/9842",[2787,8.927]],["name/9843",[172,58.075]],["parent/9843",[2787,8.927]],["name/9844",[592,51.363]],["parent/9844",[2787,8.927]],["name/9845",[95,58.075]],["parent/9845",[2722,6.865]],["name/9846",[173,20.78]],["parent/9846",[2788,10.024]],["name/9847",[686,54.532]],["parent/9847",[2789,8.292]],["name/9848",[582,51.363]],["parent/9848",[2789,8.292]],["name/9849",[688,58.27]],["parent/9849",[2789,8.292]],["name/9850",[511,47.317]],["parent/9850",[2789,8.292]],["name/9851",[591,49.811]],["parent/9851",[2789,8.292]],["name/9852",[352,50.243]],["parent/9852",[2789,8.292]],["name/9853",[684,51.363]],["parent/9853",[2789,8.292]],["name/9854",[689,58.27]],["parent/9854",[2789,8.292]],["name/9855",[97,55.911]],["parent/9855",[2722,6.865]],["name/9856",[173,20.78]],["parent/9856",[2790,10.024]],["name/9857",[417,58.075]],["parent/9857",[2791,8.927]],["name/9858",[419,58.075]],["parent/9858",[2791,8.927]],["name/9859",[420,58.075]],["parent/9859",[2791,8.927]],["name/9860",[421,44.394]],["parent/9860",[2791,8.927]],["name/9861",[44,67.457]],["parent/9861",[41,9.514]],["name/9862",[73,51.562]],["parent/9862",[2792,6.865]],["name/9863",[173,20.78]],["parent/9863",[2793,10.024]],["name/9864",[504,58.27]],["parent/9864",[2794,8.927]],["name/9865",[506,58.27]],["parent/9865",[2794,8.927]],["name/9866",[155,37.858]],["parent/9866",[2794,8.927]],["name/9867",[507,58.27]],["parent/9867",[2794,8.927]],["name/9868",[92,51.167]],["parent/9868",[2792,6.865]],["name/9869",[173,20.78]],["parent/9869",[2795,10.024]],["name/9870",[509,58.27]],["parent/9870",[2796,8.727]],["name/9871",[511,47.317]],["parent/9871",[2796,8.727]],["name/9872",[512,51.363]],["parent/9872",[2796,8.727]],["name/9873",[344,48.357]],["parent/9873",[2796,8.727]],["name/9874",[513,51.363]],["parent/9874",[2796,8.727]],["name/9875",[65,47.186]],["parent/9875",[2792,6.865]],["name/9876",[173,20.78]],["parent/9876",[2797,10.024]],["name/9877",[408,29.731]],["parent/9877",[2798,7.413]],["name/9878",[493,49.276]],["parent/9878",[2798,7.413]],["name/9879",[516,51.363]],["parent/9879",[2798,7.413]],["name/9880",[517,58.27]],["parent/9880",[2798,7.413]],["name/9881",[518,58.27]],["parent/9881",[2798,7.413]],["name/9882",[421,44.394]],["parent/9882",[2798,7.413]],["name/9883",[519,58.27]],["parent/9883",[2798,7.413]],["name/9884",[520,58.27]],["parent/9884",[2798,7.413]],["name/9885",[521,51.363]],["parent/9885",[2798,7.413]],["name/9886",[344,48.357]],["parent/9886",[2798,7.413]],["name/9887",[155,37.858]],["parent/9887",[2798,7.413]],["name/9888",[522,58.27]],["parent/9888",[2798,7.413]],["name/9889",[523,58.27]],["parent/9889",[2798,7.413]],["name/9890",[524,58.27]],["parent/9890",[2798,7.413]],["name/9891",[525,58.27]],["parent/9891",[2798,7.413]],["name/9892",[526,47.618]],["parent/9892",[2798,7.413]],["name/9893",[527,58.27]],["parent/9893",[2798,7.413]],["name/9894",[513,51.363]],["parent/9894",[2798,7.413]],["name/9895",[528,58.27]],["parent/9895",[2798,7.413]],["name/9896",[92,51.167]],["parent/9896",[2798,7.413]],["name/9897",[67,57.883]],["parent/9897",[2792,6.865]],["name/9898",[173,20.78]],["parent/9898",[2799,10.024]],["name/9899",[530,58.27]],["parent/9899",[2800,8.927]],["name/9900",[532,51.363]],["parent/9900",[2800,8.927]],["name/9901",[533,58.27]],["parent/9901",[2800,8.927]],["name/9902",[534,51.363]],["parent/9902",[2800,8.927]],["name/9903",[68,51.167]],["parent/9903",[2792,6.865]],["name/9904",[173,20.78]],["parent/9904",[2801,10.024]],["name/9905",[410,39.926]],["parent/9905",[2802,9.178]],["name/9906",[411,58.075]],["parent/9906",[2802,9.178]],["name/9907",[537,58.27]],["parent/9907",[2802,9.178]],["name/9908",[69,57.883]],["parent/9908",[2792,6.865]],["name/9909",[173,20.78]],["parent/9909",[2803,10.024]],["name/9910",[408,29.731]],["parent/9910",[2804,8.292]],["name/9911",[540,45.268]],["parent/9911",[2804,8.292]],["name/9912",[155,37.858]],["parent/9912",[2804,8.292]],["name/9913",[541,58.27]],["parent/9913",[2804,8.292]],["name/9914",[542,58.27]],["parent/9914",[2804,8.292]],["name/9915",[543,58.27]],["parent/9915",[2804,8.292]],["name/9916",[342,56.068]],["parent/9916",[2804,8.292]],["name/9917",[544,45.905]],["parent/9917",[2804,8.292]],["name/9918",[70,51.167]],["parent/9918",[2792,6.865]],["name/9919",[173,20.78]],["parent/9919",[2805,10.024]],["name/9920",[155,37.858]],["parent/9920",[2806,7.907]],["name/9921",[547,44.444]],["parent/9921",[2806,7.907]],["name/9922",[544,45.905]],["parent/9922",[2806,7.907]],["name/9923",[540,45.268]],["parent/9923",[2806,7.907]],["name/9924",[548,58.27]],["parent/9924",[2806,7.907]],["name/9925",[549,58.27]],["parent/9925",[2806,7.907]],["name/9926",[550,58.27]],["parent/9926",[2806,7.907]],["name/9927",[551,58.27]],["parent/9927",[2806,7.907]],["name/9928",[552,58.27]],["parent/9928",[2806,7.907]],["name/9929",[553,58.27]],["parent/9929",[2806,7.907]],["name/9930",[554,56.227]],["parent/9930",[2806,7.907]],["name/9931",[555,56.227]],["parent/9931",[2806,7.907]],["name/9932",[82,57.511]],["parent/9932",[2792,6.865]],["name/9933",[173,20.78]],["parent/9933",[2807,10.024]],["name/9934",[408,29.731]],["parent/9934",[2808,8.927]],["name/9935",[493,49.276]],["parent/9935",[2808,8.927]],["name/9936",[155,37.858]],["parent/9936",[2808,8.927]],["name/9937",[516,51.363]],["parent/9937",[2808,8.927]],["name/9938",[77,51.167]],["parent/9938",[2792,6.865]],["name/9939",[173,20.78]],["parent/9939",[2809,10.024]],["name/9940",[559,58.27]],["parent/9940",[2810,9.178]],["name/9941",[561,58.27]],["parent/9941",[2810,9.178]],["name/9942",[562,45.295]],["parent/9942",[2810,9.178]],["name/9943",[96,55.911]],["parent/9943",[2792,6.865]],["name/9944",[173,20.78]],["parent/9944",[2811,10.024]],["name/9945",[410,39.926]],["parent/9945",[2812,9.178]],["name/9946",[155,37.858]],["parent/9946",[2812,9.178]],["name/9947",[77,51.167]],["parent/9947",[2812,9.178]],["name/9948",[85,57.978]],["parent/9948",[2792,6.865]],["name/9949",[173,20.78]],["parent/9949",[2813,10.024]],["name/9950",[547,44.444]],["parent/9950",[2814,9.514]],["name/9951",[567,51.363]],["parent/9951",[2814,9.514]],["name/9952",[84,48.96]],["parent/9952",[2792,6.865]],["name/9953",[173,20.78]],["parent/9953",[2815,10.024]],["name/9954",[408,29.731]],["parent/9954",[2816,8.417]],["name/9955",[570,51.363]],["parent/9955",[2816,8.417]],["name/9956",[571,58.27]],["parent/9956",[2816,8.417]],["name/9957",[572,56.227]],["parent/9957",[2816,8.417]],["name/9958",[567,51.363]],["parent/9958",[2816,8.417]],["name/9959",[573,58.27]],["parent/9959",[2816,8.417]],["name/9960",[574,58.27]],["parent/9960",[2816,8.417]],["name/9961",[345,56.721]],["parent/9961",[2792,6.865]],["name/9962",[173,20.78]],["parent/9962",[2817,10.024]],["name/9963",[576,62.202]],["parent/9963",[2818,8.927]],["name/9964",[578,62.202]],["parent/9964",[2818,8.927]],["name/9965",[410,39.926]],["parent/9965",[2818,8.927]],["name/9966",[562,45.295]],["parent/9966",[2818,8.927]],["name/9967",[94,51.023]],["parent/9967",[2792,6.865]],["name/9968",[173,20.78]],["parent/9968",[2819,10.024]],["name/9969",[408,29.731]],["parent/9969",[2820,7.017]],["name/9970",[581,49.316]],["parent/9970",[2820,7.017]],["name/9971",[155,37.858]],["parent/9971",[2820,7.017]],["name/9972",[65,47.186]],["parent/9972",[2820,7.017]],["name/9973",[582,51.363]],["parent/9973",[2820,7.017]],["name/9974",[583,58.27]],["parent/9974",[2820,7.017]],["name/9975",[145,57.978]],["parent/9975",[2820,7.017]],["name/9976",[584,58.27]],["parent/9976",[2820,7.017]],["name/9977",[421,44.394]],["parent/9977",[2820,7.017]],["name/9978",[526,47.618]],["parent/9978",[2820,7.017]],["name/9979",[585,58.27]],["parent/9979",[2820,7.017]],["name/9980",[586,58.27]],["parent/9980",[2820,7.017]],["name/9981",[587,58.27]],["parent/9981",[2820,7.017]],["name/9982",[588,58.27]],["parent/9982",[2820,7.017]],["name/9983",[589,58.27]],["parent/9983",[2820,7.017]],["name/9984",[590,58.27]],["parent/9984",[2820,7.017]],["name/9985",[511,47.317]],["parent/9985",[2820,7.017]],["name/9986",[591,49.811]],["parent/9986",[2820,7.017]],["name/9987",[352,50.243]],["parent/9987",[2820,7.017]],["name/9988",[592,51.363]],["parent/9988",[2820,7.017]],["name/9989",[593,56.227]],["parent/9989",[2820,7.017]],["name/9990",[594,56.227]],["parent/9990",[2820,7.017]],["name/9991",[70,51.167]],["parent/9991",[2820,7.017]],["name/9992",[84,48.96]],["parent/9992",[2820,7.017]],["name/9993",[68,51.167]],["parent/9993",[2820,7.017]],["name/9994",[512,51.363]],["parent/9994",[2820,7.017]],["name/9995",[595,58.27]],["parent/9995",[2820,7.017]],["name/9996",[596,62.202]],["parent/9996",[2820,7.017]],["name/9997",[387,62.202]],["parent/9997",[2820,7.017]],["name/9998",[597,58.27]],["parent/9998",[2820,7.017]],["name/9999",[71,49.643]],["parent/9999",[2792,6.865]],["name/10000",[173,20.78]],["parent/10000",[2821,10.024]],["name/10001",[599,58.27]],["parent/10001",[2822,9.514]],["name/10002",[601,58.27]],["parent/10002",[2822,9.514]],["name/10003",[72,57.883]],["parent/10003",[2792,6.865]],["name/10004",[173,20.78]],["parent/10004",[2823,10.024]],["name/10005",[408,29.731]],["parent/10005",[2824,8.927]],["name/10006",[562,45.295]],["parent/10006",[2824,8.927]],["name/10007",[604,58.27]],["parent/10007",[2824,8.927]],["name/10008",[605,58.27]],["parent/10008",[2824,8.927]],["name/10009",[74,58.075]],["parent/10009",[2792,6.865]],["name/10010",[173,20.78]],["parent/10010",[2825,10.024]],["name/10011",[408,29.731]],["parent/10011",[2826,8.927]],["name/10012",[410,39.926]],["parent/10012",[2826,8.927]],["name/10013",[521,51.363]],["parent/10013",[2826,8.927]],["name/10014",[608,58.27]],["parent/10014",[2826,8.927]],["name/10015",[75,57.883]],["parent/10015",[2792,6.865]],["name/10016",[173,20.78]],["parent/10016",[2827,10.024]],["name/10017",[410,39.926]],["parent/10017",[2828,9.178]],["name/10018",[611,58.27]],["parent/10018",[2828,9.178]],["name/10019",[612,58.27]],["parent/10019",[2828,9.178]],["name/10020",[76,57.883]],["parent/10020",[2792,6.865]],["name/10021",[173,20.78]],["parent/10021",[2829,10.024]],["name/10022",[408,29.731]],["parent/10022",[2830,8.56]],["name/10023",[615,58.27]],["parent/10023",[2830,8.56]],["name/10024",[71,49.643]],["parent/10024",[2830,8.56]],["name/10025",[570,51.363]],["parent/10025",[2830,8.56]],["name/10026",[616,58.27]],["parent/10026",[2830,8.56]],["name/10027",[617,58.27]],["parent/10027",[2830,8.56]],["name/10028",[78,58.075]],["parent/10028",[2792,6.865]],["name/10029",[173,20.78]],["parent/10029",[2831,10.024]],["name/10030",[619,58.27]],["parent/10030",[2832,8.727]],["name/10031",[621,58.27]],["parent/10031",[2832,8.727]],["name/10032",[622,47.317]],["parent/10032",[2832,8.727]],["name/10033",[623,58.27]],["parent/10033",[2832,8.727]],["name/10034",[624,58.27]],["parent/10034",[2832,8.727]],["name/10035",[98,51.167]],["parent/10035",[2792,6.865]],["name/10036",[173,20.78]],["parent/10036",[2833,10.024]],["name/10037",[626,58.27]],["parent/10037",[2834,10.024]],["name/10038",[93,50.025]],["parent/10038",[2792,6.865]],["name/10039",[173,20.78]],["parent/10039",[2835,10.024]],["name/10040",[629,58.27]],["parent/10040",[2836,9.178]],["name/10041",[631,58.27]],["parent/10041",[2836,9.178]],["name/10042",[632,58.27]],["parent/10042",[2836,9.178]],["name/10043",[79,57.883]],["parent/10043",[2792,6.865]],["name/10044",[173,20.78]],["parent/10044",[2837,10.024]],["name/10045",[581,49.316]],["parent/10045",[2838,7.907]],["name/10046",[547,44.444]],["parent/10046",[2838,7.907]],["name/10047",[544,45.905]],["parent/10047",[2838,7.907]],["name/10048",[635,58.27]],["parent/10048",[2838,7.907]],["name/10049",[636,46.586]],["parent/10049",[2838,7.907]],["name/10050",[637,58.27]],["parent/10050",[2838,7.907]],["name/10051",[98,51.167]],["parent/10051",[2838,7.907]],["name/10052",[93,50.025]],["parent/10052",[2838,7.907]],["name/10053",[638,58.27]],["parent/10053",[2838,7.907]],["name/10054",[639,58.27]],["parent/10054",[2838,7.907]],["name/10055",[640,58.27]],["parent/10055",[2838,7.907]],["name/10056",[534,51.363]],["parent/10056",[2838,7.907]],["name/10057",[80,55.757]],["parent/10057",[2792,6.865]],["name/10058",[173,20.78]],["parent/10058",[2839,10.024]],["name/10059",[408,29.731]],["parent/10059",[2840,9.514]],["name/10060",[547,44.444]],["parent/10060",[2840,9.514]],["name/10061",[81,57.883]],["parent/10061",[2792,6.865]],["name/10062",[173,20.78]],["parent/10062",[2841,10.024]],["name/10063",[644,58.27]],["parent/10063",[2842,8.927]],["name/10064",[173,20.78]],["parent/10064",[2842,8.927]],["name/10065",[646,51.363]],["parent/10065",[2843,8.56]],["name/10066",[636,46.586]],["parent/10066",[2843,8.56]],["name/10067",[622,47.317]],["parent/10067",[2843,8.56]],["name/10068",[648,58.27]],["parent/10068",[2842,8.927]],["name/10069",[173,20.78]],["parent/10069",[2842,8.927]],["name/10070",[646,51.363]],["parent/10070",[2843,8.56]],["name/10071",[636,46.586]],["parent/10071",[2843,8.56]],["name/10072",[622,47.317]],["parent/10072",[2843,8.56]],["name/10073",[83,55.604]],["parent/10073",[2792,6.865]],["name/10074",[173,20.78]],["parent/10074",[2844,10.024]],["name/10075",[65,47.186]],["parent/10075",[2845,8.56]],["name/10076",[421,44.394]],["parent/10076",[2845,8.56]],["name/10077",[408,29.731]],["parent/10077",[2845,8.56]],["name/10078",[94,51.023]],["parent/10078",[2845,8.56]],["name/10079",[73,51.562]],["parent/10079",[2845,8.56]],["name/10080",[540,45.268]],["parent/10080",[2845,8.56]],["name/10081",[651,56.147]],["parent/10081",[2792,6.865]],["name/10082",[86,57.883]],["parent/10082",[2792,6.865]],["name/10083",[173,20.78]],["parent/10083",[2846,10.024]],["name/10084",[653,58.27]],["parent/10084",[2847,8.727]],["name/10085",[655,58.27]],["parent/10085",[2847,8.727]],["name/10086",[656,58.27]],["parent/10086",[2847,8.727]],["name/10087",[657,58.27]],["parent/10087",[2847,8.727]],["name/10088",[658,58.27]],["parent/10088",[2847,8.727]],["name/10089",[87,58.075]],["parent/10089",[2792,6.865]],["name/10090",[173,20.78]],["parent/10090",[2848,10.024]],["name/10091",[408,29.731]],["parent/10091",[2849,8.927]],["name/10092",[661,58.27]],["parent/10092",[2849,8.927]],["name/10093",[662,58.27]],["parent/10093",[2849,8.927]],["name/10094",[663,58.27]],["parent/10094",[2849,8.927]],["name/10095",[88,57.883]],["parent/10095",[2792,6.865]],["name/10096",[173,20.78]],["parent/10096",[2850,10.024]],["name/10097",[408,29.731]],["parent/10097",[2851,8.081]],["name/10098",[340,56.068]],["parent/10098",[2851,8.081]],["name/10099",[666,58.27]],["parent/10099",[2851,8.081]],["name/10100",[334,56.147]],["parent/10100",[2851,8.081]],["name/10101",[667,58.27]],["parent/10101",[2851,8.081]],["name/10102",[668,58.27]],["parent/10102",[2851,8.081]],["name/10103",[669,58.27]],["parent/10103",[2851,8.081]],["name/10104",[670,58.27]],["parent/10104",[2851,8.081]],["name/10105",[671,58.27]],["parent/10105",[2851,8.081]],["name/10106",[672,58.27]],["parent/10106",[2851,8.081]],["name/10107",[89,57.511]],["parent/10107",[2792,6.865]],["name/10108",[173,20.78]],["parent/10108",[2852,10.024]],["name/10109",[408,29.731]],["parent/10109",[2853,8.727]],["name/10110",[675,58.27]],["parent/10110",[2853,8.727]],["name/10111",[676,58.27]],["parent/10111",[2853,8.727]],["name/10112",[677,58.27]],["parent/10112",[2853,8.727]],["name/10113",[678,58.27]],["parent/10113",[2853,8.727]],["name/10114",[90,57.883]],["parent/10114",[2792,6.865]],["name/10115",[173,20.78]],["parent/10115",[2854,10.024]],["name/10116",[562,45.295]],["parent/10116",[2855,9.178]],["name/10117",[532,51.363]],["parent/10117",[2855,9.178]],["name/10118",[681,58.27]],["parent/10118",[2855,9.178]],["name/10119",[91,58.075]],["parent/10119",[2792,6.865]],["name/10120",[173,20.78]],["parent/10120",[2856,10.024]],["name/10121",[408,29.731]],["parent/10121",[2857,8.927]],["name/10122",[684,51.363]],["parent/10122",[2857,8.927]],["name/10123",[172,58.075]],["parent/10123",[2857,8.927]],["name/10124",[592,51.363]],["parent/10124",[2857,8.927]],["name/10125",[95,58.075]],["parent/10125",[2792,6.865]],["name/10126",[173,20.78]],["parent/10126",[2858,10.024]],["name/10127",[686,54.532]],["parent/10127",[2859,8.292]],["name/10128",[582,51.363]],["parent/10128",[2859,8.292]],["name/10129",[688,58.27]],["parent/10129",[2859,8.292]],["name/10130",[511,47.317]],["parent/10130",[2859,8.292]],["name/10131",[591,49.811]],["parent/10131",[2859,8.292]],["name/10132",[352,50.243]],["parent/10132",[2859,8.292]],["name/10133",[684,51.363]],["parent/10133",[2859,8.292]],["name/10134",[689,58.27]],["parent/10134",[2859,8.292]],["name/10135",[97,55.911]],["parent/10135",[2792,6.865]],["name/10136",[173,20.78]],["parent/10136",[2860,10.024]],["name/10137",[417,58.075]],["parent/10137",[2861,8.927]],["name/10138",[419,58.075]],["parent/10138",[2861,8.927]],["name/10139",[420,58.075]],["parent/10139",[2861,8.927]],["name/10140",[421,44.394]],["parent/10140",[2861,8.927]],["name/10141",[44,67.457]],["parent/10141",[42,9.514]],["name/10142",[73,51.562]],["parent/10142",[2862,6.865]],["name/10143",[173,20.78]],["parent/10143",[2863,10.024]],["name/10144",[504,58.27]],["parent/10144",[2864,8.927]],["name/10145",[506,58.27]],["parent/10145",[2864,8.927]],["name/10146",[155,37.858]],["parent/10146",[2864,8.927]],["name/10147",[507,58.27]],["parent/10147",[2864,8.927]],["name/10148",[92,51.167]],["parent/10148",[2862,6.865]],["name/10149",[173,20.78]],["parent/10149",[2865,10.024]],["name/10150",[509,58.27]],["parent/10150",[2866,8.727]],["name/10151",[511,47.317]],["parent/10151",[2866,8.727]],["name/10152",[512,51.363]],["parent/10152",[2866,8.727]],["name/10153",[344,48.357]],["parent/10153",[2866,8.727]],["name/10154",[513,51.363]],["parent/10154",[2866,8.727]],["name/10155",[65,47.186]],["parent/10155",[2862,6.865]],["name/10156",[173,20.78]],["parent/10156",[2867,10.024]],["name/10157",[408,29.731]],["parent/10157",[2868,7.413]],["name/10158",[493,49.276]],["parent/10158",[2868,7.413]],["name/10159",[516,51.363]],["parent/10159",[2868,7.413]],["name/10160",[517,58.27]],["parent/10160",[2868,7.413]],["name/10161",[518,58.27]],["parent/10161",[2868,7.413]],["name/10162",[421,44.394]],["parent/10162",[2868,7.413]],["name/10163",[519,58.27]],["parent/10163",[2868,7.413]],["name/10164",[520,58.27]],["parent/10164",[2868,7.413]],["name/10165",[521,51.363]],["parent/10165",[2868,7.413]],["name/10166",[344,48.357]],["parent/10166",[2868,7.413]],["name/10167",[155,37.858]],["parent/10167",[2868,7.413]],["name/10168",[522,58.27]],["parent/10168",[2868,7.413]],["name/10169",[523,58.27]],["parent/10169",[2868,7.413]],["name/10170",[524,58.27]],["parent/10170",[2868,7.413]],["name/10171",[525,58.27]],["parent/10171",[2868,7.413]],["name/10172",[526,47.618]],["parent/10172",[2868,7.413]],["name/10173",[527,58.27]],["parent/10173",[2868,7.413]],["name/10174",[513,51.363]],["parent/10174",[2868,7.413]],["name/10175",[528,58.27]],["parent/10175",[2868,7.413]],["name/10176",[92,51.167]],["parent/10176",[2868,7.413]],["name/10177",[67,57.883]],["parent/10177",[2862,6.865]],["name/10178",[173,20.78]],["parent/10178",[2869,10.024]],["name/10179",[530,58.27]],["parent/10179",[2870,8.927]],["name/10180",[532,51.363]],["parent/10180",[2870,8.927]],["name/10181",[533,58.27]],["parent/10181",[2870,8.927]],["name/10182",[534,51.363]],["parent/10182",[2870,8.927]],["name/10183",[68,51.167]],["parent/10183",[2862,6.865]],["name/10184",[173,20.78]],["parent/10184",[2871,10.024]],["name/10185",[410,39.926]],["parent/10185",[2872,9.178]],["name/10186",[411,58.075]],["parent/10186",[2872,9.178]],["name/10187",[537,58.27]],["parent/10187",[2872,9.178]],["name/10188",[69,57.883]],["parent/10188",[2862,6.865]],["name/10189",[173,20.78]],["parent/10189",[2873,10.024]],["name/10190",[408,29.731]],["parent/10190",[2874,8.292]],["name/10191",[540,45.268]],["parent/10191",[2874,8.292]],["name/10192",[155,37.858]],["parent/10192",[2874,8.292]],["name/10193",[541,58.27]],["parent/10193",[2874,8.292]],["name/10194",[542,58.27]],["parent/10194",[2874,8.292]],["name/10195",[543,58.27]],["parent/10195",[2874,8.292]],["name/10196",[342,56.068]],["parent/10196",[2874,8.292]],["name/10197",[544,45.905]],["parent/10197",[2874,8.292]],["name/10198",[70,51.167]],["parent/10198",[2862,6.865]],["name/10199",[173,20.78]],["parent/10199",[2875,10.024]],["name/10200",[155,37.858]],["parent/10200",[2876,7.907]],["name/10201",[547,44.444]],["parent/10201",[2876,7.907]],["name/10202",[544,45.905]],["parent/10202",[2876,7.907]],["name/10203",[540,45.268]],["parent/10203",[2876,7.907]],["name/10204",[548,58.27]],["parent/10204",[2876,7.907]],["name/10205",[549,58.27]],["parent/10205",[2876,7.907]],["name/10206",[550,58.27]],["parent/10206",[2876,7.907]],["name/10207",[551,58.27]],["parent/10207",[2876,7.907]],["name/10208",[552,58.27]],["parent/10208",[2876,7.907]],["name/10209",[553,58.27]],["parent/10209",[2876,7.907]],["name/10210",[554,56.227]],["parent/10210",[2876,7.907]],["name/10211",[555,56.227]],["parent/10211",[2876,7.907]],["name/10212",[82,57.511]],["parent/10212",[2862,6.865]],["name/10213",[173,20.78]],["parent/10213",[2877,10.024]],["name/10214",[408,29.731]],["parent/10214",[2878,8.927]],["name/10215",[493,49.276]],["parent/10215",[2878,8.927]],["name/10216",[155,37.858]],["parent/10216",[2878,8.927]],["name/10217",[516,51.363]],["parent/10217",[2878,8.927]],["name/10218",[77,51.167]],["parent/10218",[2862,6.865]],["name/10219",[173,20.78]],["parent/10219",[2879,10.024]],["name/10220",[559,58.27]],["parent/10220",[2880,9.178]],["name/10221",[561,58.27]],["parent/10221",[2880,9.178]],["name/10222",[562,45.295]],["parent/10222",[2880,9.178]],["name/10223",[96,55.911]],["parent/10223",[2862,6.865]],["name/10224",[173,20.78]],["parent/10224",[2881,10.024]],["name/10225",[410,39.926]],["parent/10225",[2882,9.178]],["name/10226",[155,37.858]],["parent/10226",[2882,9.178]],["name/10227",[77,51.167]],["parent/10227",[2882,9.178]],["name/10228",[85,57.978]],["parent/10228",[2862,6.865]],["name/10229",[173,20.78]],["parent/10229",[2883,10.024]],["name/10230",[547,44.444]],["parent/10230",[2884,9.514]],["name/10231",[567,51.363]],["parent/10231",[2884,9.514]],["name/10232",[84,48.96]],["parent/10232",[2862,6.865]],["name/10233",[173,20.78]],["parent/10233",[2885,10.024]],["name/10234",[408,29.731]],["parent/10234",[2886,8.417]],["name/10235",[570,51.363]],["parent/10235",[2886,8.417]],["name/10236",[571,58.27]],["parent/10236",[2886,8.417]],["name/10237",[572,56.227]],["parent/10237",[2886,8.417]],["name/10238",[567,51.363]],["parent/10238",[2886,8.417]],["name/10239",[573,58.27]],["parent/10239",[2886,8.417]],["name/10240",[574,58.27]],["parent/10240",[2886,8.417]],["name/10241",[345,56.721]],["parent/10241",[2862,6.865]],["name/10242",[173,20.78]],["parent/10242",[2887,10.024]],["name/10243",[576,62.202]],["parent/10243",[2888,8.927]],["name/10244",[578,62.202]],["parent/10244",[2888,8.927]],["name/10245",[410,39.926]],["parent/10245",[2888,8.927]],["name/10246",[562,45.295]],["parent/10246",[2888,8.927]],["name/10247",[94,51.023]],["parent/10247",[2862,6.865]],["name/10248",[173,20.78]],["parent/10248",[2889,10.024]],["name/10249",[408,29.731]],["parent/10249",[2890,7.017]],["name/10250",[581,49.316]],["parent/10250",[2890,7.017]],["name/10251",[155,37.858]],["parent/10251",[2890,7.017]],["name/10252",[65,47.186]],["parent/10252",[2890,7.017]],["name/10253",[582,51.363]],["parent/10253",[2890,7.017]],["name/10254",[583,58.27]],["parent/10254",[2890,7.017]],["name/10255",[145,57.978]],["parent/10255",[2890,7.017]],["name/10256",[584,58.27]],["parent/10256",[2890,7.017]],["name/10257",[421,44.394]],["parent/10257",[2890,7.017]],["name/10258",[526,47.618]],["parent/10258",[2890,7.017]],["name/10259",[585,58.27]],["parent/10259",[2890,7.017]],["name/10260",[586,58.27]],["parent/10260",[2890,7.017]],["name/10261",[587,58.27]],["parent/10261",[2890,7.017]],["name/10262",[588,58.27]],["parent/10262",[2890,7.017]],["name/10263",[589,58.27]],["parent/10263",[2890,7.017]],["name/10264",[590,58.27]],["parent/10264",[2890,7.017]],["name/10265",[511,47.317]],["parent/10265",[2890,7.017]],["name/10266",[591,49.811]],["parent/10266",[2890,7.017]],["name/10267",[352,50.243]],["parent/10267",[2890,7.017]],["name/10268",[592,51.363]],["parent/10268",[2890,7.017]],["name/10269",[593,56.227]],["parent/10269",[2890,7.017]],["name/10270",[594,56.227]],["parent/10270",[2890,7.017]],["name/10271",[70,51.167]],["parent/10271",[2890,7.017]],["name/10272",[84,48.96]],["parent/10272",[2890,7.017]],["name/10273",[68,51.167]],["parent/10273",[2890,7.017]],["name/10274",[512,51.363]],["parent/10274",[2890,7.017]],["name/10275",[595,58.27]],["parent/10275",[2890,7.017]],["name/10276",[596,62.202]],["parent/10276",[2890,7.017]],["name/10277",[387,62.202]],["parent/10277",[2890,7.017]],["name/10278",[597,58.27]],["parent/10278",[2890,7.017]],["name/10279",[71,49.643]],["parent/10279",[2862,6.865]],["name/10280",[173,20.78]],["parent/10280",[2891,10.024]],["name/10281",[599,58.27]],["parent/10281",[2892,9.514]],["name/10282",[601,58.27]],["parent/10282",[2892,9.514]],["name/10283",[72,57.883]],["parent/10283",[2862,6.865]],["name/10284",[173,20.78]],["parent/10284",[2893,10.024]],["name/10285",[408,29.731]],["parent/10285",[2894,8.927]],["name/10286",[562,45.295]],["parent/10286",[2894,8.927]],["name/10287",[604,58.27]],["parent/10287",[2894,8.927]],["name/10288",[605,58.27]],["parent/10288",[2894,8.927]],["name/10289",[74,58.075]],["parent/10289",[2862,6.865]],["name/10290",[173,20.78]],["parent/10290",[2895,10.024]],["name/10291",[408,29.731]],["parent/10291",[2896,8.927]],["name/10292",[410,39.926]],["parent/10292",[2896,8.927]],["name/10293",[521,51.363]],["parent/10293",[2896,8.927]],["name/10294",[608,58.27]],["parent/10294",[2896,8.927]],["name/10295",[75,57.883]],["parent/10295",[2862,6.865]],["name/10296",[173,20.78]],["parent/10296",[2897,10.024]],["name/10297",[410,39.926]],["parent/10297",[2898,9.178]],["name/10298",[611,58.27]],["parent/10298",[2898,9.178]],["name/10299",[612,58.27]],["parent/10299",[2898,9.178]],["name/10300",[76,57.883]],["parent/10300",[2862,6.865]],["name/10301",[173,20.78]],["parent/10301",[2899,10.024]],["name/10302",[408,29.731]],["parent/10302",[2900,8.56]],["name/10303",[615,58.27]],["parent/10303",[2900,8.56]],["name/10304",[71,49.643]],["parent/10304",[2900,8.56]],["name/10305",[570,51.363]],["parent/10305",[2900,8.56]],["name/10306",[616,58.27]],["parent/10306",[2900,8.56]],["name/10307",[617,58.27]],["parent/10307",[2900,8.56]],["name/10308",[78,58.075]],["parent/10308",[2862,6.865]],["name/10309",[173,20.78]],["parent/10309",[2901,10.024]],["name/10310",[619,58.27]],["parent/10310",[2902,8.727]],["name/10311",[621,58.27]],["parent/10311",[2902,8.727]],["name/10312",[622,47.317]],["parent/10312",[2902,8.727]],["name/10313",[623,58.27]],["parent/10313",[2902,8.727]],["name/10314",[624,58.27]],["parent/10314",[2902,8.727]],["name/10315",[98,51.167]],["parent/10315",[2862,6.865]],["name/10316",[173,20.78]],["parent/10316",[2903,10.024]],["name/10317",[626,58.27]],["parent/10317",[2904,10.024]],["name/10318",[93,50.025]],["parent/10318",[2862,6.865]],["name/10319",[173,20.78]],["parent/10319",[2905,10.024]],["name/10320",[629,58.27]],["parent/10320",[2906,9.178]],["name/10321",[631,58.27]],["parent/10321",[2906,9.178]],["name/10322",[632,58.27]],["parent/10322",[2906,9.178]],["name/10323",[79,57.883]],["parent/10323",[2862,6.865]],["name/10324",[173,20.78]],["parent/10324",[2907,10.024]],["name/10325",[581,49.316]],["parent/10325",[2908,7.907]],["name/10326",[547,44.444]],["parent/10326",[2908,7.907]],["name/10327",[544,45.905]],["parent/10327",[2908,7.907]],["name/10328",[635,58.27]],["parent/10328",[2908,7.907]],["name/10329",[636,46.586]],["parent/10329",[2908,7.907]],["name/10330",[637,58.27]],["parent/10330",[2908,7.907]],["name/10331",[98,51.167]],["parent/10331",[2908,7.907]],["name/10332",[93,50.025]],["parent/10332",[2908,7.907]],["name/10333",[638,58.27]],["parent/10333",[2908,7.907]],["name/10334",[639,58.27]],["parent/10334",[2908,7.907]],["name/10335",[640,58.27]],["parent/10335",[2908,7.907]],["name/10336",[534,51.363]],["parent/10336",[2908,7.907]],["name/10337",[80,55.757]],["parent/10337",[2862,6.865]],["name/10338",[173,20.78]],["parent/10338",[2909,10.024]],["name/10339",[408,29.731]],["parent/10339",[2910,9.514]],["name/10340",[547,44.444]],["parent/10340",[2910,9.514]],["name/10341",[81,57.883]],["parent/10341",[2862,6.865]],["name/10342",[173,20.78]],["parent/10342",[2911,10.024]],["name/10343",[644,58.27]],["parent/10343",[2912,8.927]],["name/10344",[173,20.78]],["parent/10344",[2912,8.927]],["name/10345",[646,51.363]],["parent/10345",[2913,8.56]],["name/10346",[636,46.586]],["parent/10346",[2913,8.56]],["name/10347",[622,47.317]],["parent/10347",[2913,8.56]],["name/10348",[648,58.27]],["parent/10348",[2912,8.927]],["name/10349",[173,20.78]],["parent/10349",[2912,8.927]],["name/10350",[646,51.363]],["parent/10350",[2913,8.56]],["name/10351",[636,46.586]],["parent/10351",[2913,8.56]],["name/10352",[622,47.317]],["parent/10352",[2913,8.56]],["name/10353",[83,55.604]],["parent/10353",[2862,6.865]],["name/10354",[173,20.78]],["parent/10354",[2914,10.024]],["name/10355",[65,47.186]],["parent/10355",[2915,8.56]],["name/10356",[421,44.394]],["parent/10356",[2915,8.56]],["name/10357",[408,29.731]],["parent/10357",[2915,8.56]],["name/10358",[94,51.023]],["parent/10358",[2915,8.56]],["name/10359",[73,51.562]],["parent/10359",[2915,8.56]],["name/10360",[540,45.268]],["parent/10360",[2915,8.56]],["name/10361",[651,56.147]],["parent/10361",[2862,6.865]],["name/10362",[86,57.883]],["parent/10362",[2862,6.865]],["name/10363",[173,20.78]],["parent/10363",[2916,10.024]],["name/10364",[653,58.27]],["parent/10364",[2917,8.727]],["name/10365",[655,58.27]],["parent/10365",[2917,8.727]],["name/10366",[656,58.27]],["parent/10366",[2917,8.727]],["name/10367",[657,58.27]],["parent/10367",[2917,8.727]],["name/10368",[658,58.27]],["parent/10368",[2917,8.727]],["name/10369",[87,58.075]],["parent/10369",[2862,6.865]],["name/10370",[173,20.78]],["parent/10370",[2918,10.024]],["name/10371",[408,29.731]],["parent/10371",[2919,8.927]],["name/10372",[661,58.27]],["parent/10372",[2919,8.927]],["name/10373",[662,58.27]],["parent/10373",[2919,8.927]],["name/10374",[663,58.27]],["parent/10374",[2919,8.927]],["name/10375",[88,57.883]],["parent/10375",[2862,6.865]],["name/10376",[173,20.78]],["parent/10376",[2920,10.024]],["name/10377",[408,29.731]],["parent/10377",[2921,8.081]],["name/10378",[340,56.068]],["parent/10378",[2921,8.081]],["name/10379",[666,58.27]],["parent/10379",[2921,8.081]],["name/10380",[334,56.147]],["parent/10380",[2921,8.081]],["name/10381",[667,58.27]],["parent/10381",[2921,8.081]],["name/10382",[668,58.27]],["parent/10382",[2921,8.081]],["name/10383",[669,58.27]],["parent/10383",[2921,8.081]],["name/10384",[670,58.27]],["parent/10384",[2921,8.081]],["name/10385",[671,58.27]],["parent/10385",[2921,8.081]],["name/10386",[672,58.27]],["parent/10386",[2921,8.081]],["name/10387",[89,57.511]],["parent/10387",[2862,6.865]],["name/10388",[173,20.78]],["parent/10388",[2922,10.024]],["name/10389",[408,29.731]],["parent/10389",[2923,8.727]],["name/10390",[675,58.27]],["parent/10390",[2923,8.727]],["name/10391",[676,58.27]],["parent/10391",[2923,8.727]],["name/10392",[677,58.27]],["parent/10392",[2923,8.727]],["name/10393",[678,58.27]],["parent/10393",[2923,8.727]],["name/10394",[90,57.883]],["parent/10394",[2862,6.865]],["name/10395",[173,20.78]],["parent/10395",[2924,10.024]],["name/10396",[562,45.295]],["parent/10396",[2925,9.178]],["name/10397",[532,51.363]],["parent/10397",[2925,9.178]],["name/10398",[681,58.27]],["parent/10398",[2925,9.178]],["name/10399",[91,58.075]],["parent/10399",[2862,6.865]],["name/10400",[173,20.78]],["parent/10400",[2926,10.024]],["name/10401",[408,29.731]],["parent/10401",[2927,8.927]],["name/10402",[684,51.363]],["parent/10402",[2927,8.927]],["name/10403",[172,58.075]],["parent/10403",[2927,8.927]],["name/10404",[592,51.363]],["parent/10404",[2927,8.927]],["name/10405",[95,58.075]],["parent/10405",[2862,6.865]],["name/10406",[173,20.78]],["parent/10406",[2928,10.024]],["name/10407",[686,54.532]],["parent/10407",[2929,8.292]],["name/10408",[582,51.363]],["parent/10408",[2929,8.292]],["name/10409",[688,58.27]],["parent/10409",[2929,8.292]],["name/10410",[511,47.317]],["parent/10410",[2929,8.292]],["name/10411",[591,49.811]],["parent/10411",[2929,8.292]],["name/10412",[352,50.243]],["parent/10412",[2929,8.292]],["name/10413",[684,51.363]],["parent/10413",[2929,8.292]],["name/10414",[689,58.27]],["parent/10414",[2929,8.292]],["name/10415",[97,55.911]],["parent/10415",[2862,6.865]],["name/10416",[173,20.78]],["parent/10416",[2930,10.024]],["name/10417",[417,58.075]],["parent/10417",[2931,8.927]],["name/10418",[419,58.075]],["parent/10418",[2931,8.927]],["name/10419",[420,58.075]],["parent/10419",[2931,8.927]],["name/10420",[421,44.394]],["parent/10420",[2931,8.927]],["name/10421",[44,67.457]],["parent/10421",[43,9.514]],["name/10422",[73,51.562]],["parent/10422",[2932,6.865]],["name/10423",[173,20.78]],["parent/10423",[2933,10.024]],["name/10424",[504,58.27]],["parent/10424",[2934,8.927]],["name/10425",[506,58.27]],["parent/10425",[2934,8.927]],["name/10426",[155,37.858]],["parent/10426",[2934,8.927]],["name/10427",[507,58.27]],["parent/10427",[2934,8.927]],["name/10428",[92,51.167]],["parent/10428",[2932,6.865]],["name/10429",[173,20.78]],["parent/10429",[2935,10.024]],["name/10430",[509,58.27]],["parent/10430",[2936,8.727]],["name/10431",[511,47.317]],["parent/10431",[2936,8.727]],["name/10432",[512,51.363]],["parent/10432",[2936,8.727]],["name/10433",[344,48.357]],["parent/10433",[2936,8.727]],["name/10434",[513,51.363]],["parent/10434",[2936,8.727]],["name/10435",[65,47.186]],["parent/10435",[2932,6.865]],["name/10436",[173,20.78]],["parent/10436",[2937,10.024]],["name/10437",[408,29.731]],["parent/10437",[2938,7.413]],["name/10438",[493,49.276]],["parent/10438",[2938,7.413]],["name/10439",[516,51.363]],["parent/10439",[2938,7.413]],["name/10440",[517,58.27]],["parent/10440",[2938,7.413]],["name/10441",[518,58.27]],["parent/10441",[2938,7.413]],["name/10442",[421,44.394]],["parent/10442",[2938,7.413]],["name/10443",[519,58.27]],["parent/10443",[2938,7.413]],["name/10444",[520,58.27]],["parent/10444",[2938,7.413]],["name/10445",[521,51.363]],["parent/10445",[2938,7.413]],["name/10446",[344,48.357]],["parent/10446",[2938,7.413]],["name/10447",[155,37.858]],["parent/10447",[2938,7.413]],["name/10448",[522,58.27]],["parent/10448",[2938,7.413]],["name/10449",[523,58.27]],["parent/10449",[2938,7.413]],["name/10450",[524,58.27]],["parent/10450",[2938,7.413]],["name/10451",[525,58.27]],["parent/10451",[2938,7.413]],["name/10452",[526,47.618]],["parent/10452",[2938,7.413]],["name/10453",[527,58.27]],["parent/10453",[2938,7.413]],["name/10454",[513,51.363]],["parent/10454",[2938,7.413]],["name/10455",[528,58.27]],["parent/10455",[2938,7.413]],["name/10456",[92,51.167]],["parent/10456",[2938,7.413]],["name/10457",[67,57.883]],["parent/10457",[2932,6.865]],["name/10458",[173,20.78]],["parent/10458",[2939,10.024]],["name/10459",[530,58.27]],["parent/10459",[2940,8.927]],["name/10460",[532,51.363]],["parent/10460",[2940,8.927]],["name/10461",[533,58.27]],["parent/10461",[2940,8.927]],["name/10462",[534,51.363]],["parent/10462",[2940,8.927]],["name/10463",[68,51.167]],["parent/10463",[2932,6.865]],["name/10464",[173,20.78]],["parent/10464",[2941,10.024]],["name/10465",[410,39.926]],["parent/10465",[2942,9.178]],["name/10466",[411,58.075]],["parent/10466",[2942,9.178]],["name/10467",[537,58.27]],["parent/10467",[2942,9.178]],["name/10468",[69,57.883]],["parent/10468",[2932,6.865]],["name/10469",[173,20.78]],["parent/10469",[2943,10.024]],["name/10470",[408,29.731]],["parent/10470",[2944,8.292]],["name/10471",[540,45.268]],["parent/10471",[2944,8.292]],["name/10472",[155,37.858]],["parent/10472",[2944,8.292]],["name/10473",[541,58.27]],["parent/10473",[2944,8.292]],["name/10474",[542,58.27]],["parent/10474",[2944,8.292]],["name/10475",[543,58.27]],["parent/10475",[2944,8.292]],["name/10476",[342,56.068]],["parent/10476",[2944,8.292]],["name/10477",[544,45.905]],["parent/10477",[2944,8.292]],["name/10478",[70,51.167]],["parent/10478",[2932,6.865]],["name/10479",[173,20.78]],["parent/10479",[2945,10.024]],["name/10480",[155,37.858]],["parent/10480",[2946,7.907]],["name/10481",[547,44.444]],["parent/10481",[2946,7.907]],["name/10482",[544,45.905]],["parent/10482",[2946,7.907]],["name/10483",[540,45.268]],["parent/10483",[2946,7.907]],["name/10484",[548,58.27]],["parent/10484",[2946,7.907]],["name/10485",[549,58.27]],["parent/10485",[2946,7.907]],["name/10486",[550,58.27]],["parent/10486",[2946,7.907]],["name/10487",[551,58.27]],["parent/10487",[2946,7.907]],["name/10488",[552,58.27]],["parent/10488",[2946,7.907]],["name/10489",[553,58.27]],["parent/10489",[2946,7.907]],["name/10490",[554,56.227]],["parent/10490",[2946,7.907]],["name/10491",[555,56.227]],["parent/10491",[2946,7.907]],["name/10492",[82,57.511]],["parent/10492",[2932,6.865]],["name/10493",[173,20.78]],["parent/10493",[2947,10.024]],["name/10494",[408,29.731]],["parent/10494",[2948,8.927]],["name/10495",[493,49.276]],["parent/10495",[2948,8.927]],["name/10496",[155,37.858]],["parent/10496",[2948,8.927]],["name/10497",[516,51.363]],["parent/10497",[2948,8.927]],["name/10498",[77,51.167]],["parent/10498",[2932,6.865]],["name/10499",[173,20.78]],["parent/10499",[2949,10.024]],["name/10500",[559,58.27]],["parent/10500",[2950,9.178]],["name/10501",[561,58.27]],["parent/10501",[2950,9.178]],["name/10502",[562,45.295]],["parent/10502",[2950,9.178]],["name/10503",[96,55.911]],["parent/10503",[2932,6.865]],["name/10504",[173,20.78]],["parent/10504",[2951,10.024]],["name/10505",[410,39.926]],["parent/10505",[2952,9.178]],["name/10506",[155,37.858]],["parent/10506",[2952,9.178]],["name/10507",[77,51.167]],["parent/10507",[2952,9.178]],["name/10508",[85,57.978]],["parent/10508",[2932,6.865]],["name/10509",[173,20.78]],["parent/10509",[2953,10.024]],["name/10510",[547,44.444]],["parent/10510",[2954,9.514]],["name/10511",[567,51.363]],["parent/10511",[2954,9.514]],["name/10512",[84,48.96]],["parent/10512",[2932,6.865]],["name/10513",[173,20.78]],["parent/10513",[2955,10.024]],["name/10514",[408,29.731]],["parent/10514",[2956,8.417]],["name/10515",[570,51.363]],["parent/10515",[2956,8.417]],["name/10516",[571,58.27]],["parent/10516",[2956,8.417]],["name/10517",[572,56.227]],["parent/10517",[2956,8.417]],["name/10518",[567,51.363]],["parent/10518",[2956,8.417]],["name/10519",[573,58.27]],["parent/10519",[2956,8.417]],["name/10520",[574,58.27]],["parent/10520",[2956,8.417]],["name/10521",[345,56.721]],["parent/10521",[2932,6.865]],["name/10522",[173,20.78]],["parent/10522",[2957,10.024]],["name/10523",[576,62.202]],["parent/10523",[2958,8.927]],["name/10524",[578,62.202]],["parent/10524",[2958,8.927]],["name/10525",[410,39.926]],["parent/10525",[2958,8.927]],["name/10526",[562,45.295]],["parent/10526",[2958,8.927]],["name/10527",[94,51.023]],["parent/10527",[2932,6.865]],["name/10528",[173,20.78]],["parent/10528",[2959,10.024]],["name/10529",[408,29.731]],["parent/10529",[2960,7.017]],["name/10530",[581,49.316]],["parent/10530",[2960,7.017]],["name/10531",[155,37.858]],["parent/10531",[2960,7.017]],["name/10532",[65,47.186]],["parent/10532",[2960,7.017]],["name/10533",[582,51.363]],["parent/10533",[2960,7.017]],["name/10534",[583,58.27]],["parent/10534",[2960,7.017]],["name/10535",[145,57.978]],["parent/10535",[2960,7.017]],["name/10536",[584,58.27]],["parent/10536",[2960,7.017]],["name/10537",[421,44.394]],["parent/10537",[2960,7.017]],["name/10538",[526,47.618]],["parent/10538",[2960,7.017]],["name/10539",[585,58.27]],["parent/10539",[2960,7.017]],["name/10540",[586,58.27]],["parent/10540",[2960,7.017]],["name/10541",[587,58.27]],["parent/10541",[2960,7.017]],["name/10542",[588,58.27]],["parent/10542",[2960,7.017]],["name/10543",[589,58.27]],["parent/10543",[2960,7.017]],["name/10544",[590,58.27]],["parent/10544",[2960,7.017]],["name/10545",[511,47.317]],["parent/10545",[2960,7.017]],["name/10546",[591,49.811]],["parent/10546",[2960,7.017]],["name/10547",[352,50.243]],["parent/10547",[2960,7.017]],["name/10548",[592,51.363]],["parent/10548",[2960,7.017]],["name/10549",[593,56.227]],["parent/10549",[2960,7.017]],["name/10550",[594,56.227]],["parent/10550",[2960,7.017]],["name/10551",[70,51.167]],["parent/10551",[2960,7.017]],["name/10552",[84,48.96]],["parent/10552",[2960,7.017]],["name/10553",[68,51.167]],["parent/10553",[2960,7.017]],["name/10554",[512,51.363]],["parent/10554",[2960,7.017]],["name/10555",[595,58.27]],["parent/10555",[2960,7.017]],["name/10556",[596,62.202]],["parent/10556",[2960,7.017]],["name/10557",[387,62.202]],["parent/10557",[2960,7.017]],["name/10558",[597,58.27]],["parent/10558",[2960,7.017]],["name/10559",[71,49.643]],["parent/10559",[2932,6.865]],["name/10560",[173,20.78]],["parent/10560",[2961,10.024]],["name/10561",[599,58.27]],["parent/10561",[2962,9.514]],["name/10562",[601,58.27]],["parent/10562",[2962,9.514]],["name/10563",[72,57.883]],["parent/10563",[2932,6.865]],["name/10564",[173,20.78]],["parent/10564",[2963,10.024]],["name/10565",[408,29.731]],["parent/10565",[2964,8.927]],["name/10566",[562,45.295]],["parent/10566",[2964,8.927]],["name/10567",[604,58.27]],["parent/10567",[2964,8.927]],["name/10568",[605,58.27]],["parent/10568",[2964,8.927]],["name/10569",[74,58.075]],["parent/10569",[2932,6.865]],["name/10570",[173,20.78]],["parent/10570",[2965,10.024]],["name/10571",[408,29.731]],["parent/10571",[2966,8.927]],["name/10572",[410,39.926]],["parent/10572",[2966,8.927]],["name/10573",[521,51.363]],["parent/10573",[2966,8.927]],["name/10574",[608,58.27]],["parent/10574",[2966,8.927]],["name/10575",[75,57.883]],["parent/10575",[2932,6.865]],["name/10576",[173,20.78]],["parent/10576",[2967,10.024]],["name/10577",[410,39.926]],["parent/10577",[2968,9.178]],["name/10578",[611,58.27]],["parent/10578",[2968,9.178]],["name/10579",[612,58.27]],["parent/10579",[2968,9.178]],["name/10580",[76,57.883]],["parent/10580",[2932,6.865]],["name/10581",[173,20.78]],["parent/10581",[2969,10.024]],["name/10582",[408,29.731]],["parent/10582",[2970,8.56]],["name/10583",[615,58.27]],["parent/10583",[2970,8.56]],["name/10584",[71,49.643]],["parent/10584",[2970,8.56]],["name/10585",[570,51.363]],["parent/10585",[2970,8.56]],["name/10586",[616,58.27]],["parent/10586",[2970,8.56]],["name/10587",[617,58.27]],["parent/10587",[2970,8.56]],["name/10588",[78,58.075]],["parent/10588",[2932,6.865]],["name/10589",[173,20.78]],["parent/10589",[2971,10.024]],["name/10590",[619,58.27]],["parent/10590",[2972,8.727]],["name/10591",[621,58.27]],["parent/10591",[2972,8.727]],["name/10592",[622,47.317]],["parent/10592",[2972,8.727]],["name/10593",[623,58.27]],["parent/10593",[2972,8.727]],["name/10594",[624,58.27]],["parent/10594",[2972,8.727]],["name/10595",[98,51.167]],["parent/10595",[2932,6.865]],["name/10596",[173,20.78]],["parent/10596",[2973,10.024]],["name/10597",[626,58.27]],["parent/10597",[2974,10.024]],["name/10598",[93,50.025]],["parent/10598",[2932,6.865]],["name/10599",[173,20.78]],["parent/10599",[2975,10.024]],["name/10600",[629,58.27]],["parent/10600",[2976,9.178]],["name/10601",[631,58.27]],["parent/10601",[2976,9.178]],["name/10602",[632,58.27]],["parent/10602",[2976,9.178]],["name/10603",[79,57.883]],["parent/10603",[2932,6.865]],["name/10604",[173,20.78]],["parent/10604",[2977,10.024]],["name/10605",[581,49.316]],["parent/10605",[2978,7.907]],["name/10606",[547,44.444]],["parent/10606",[2978,7.907]],["name/10607",[544,45.905]],["parent/10607",[2978,7.907]],["name/10608",[635,58.27]],["parent/10608",[2978,7.907]],["name/10609",[636,46.586]],["parent/10609",[2978,7.907]],["name/10610",[637,58.27]],["parent/10610",[2978,7.907]],["name/10611",[98,51.167]],["parent/10611",[2978,7.907]],["name/10612",[93,50.025]],["parent/10612",[2978,7.907]],["name/10613",[638,58.27]],["parent/10613",[2978,7.907]],["name/10614",[639,58.27]],["parent/10614",[2978,7.907]],["name/10615",[640,58.27]],["parent/10615",[2978,7.907]],["name/10616",[534,51.363]],["parent/10616",[2978,7.907]],["name/10617",[80,55.757]],["parent/10617",[2932,6.865]],["name/10618",[173,20.78]],["parent/10618",[2979,10.024]],["name/10619",[408,29.731]],["parent/10619",[2980,9.514]],["name/10620",[547,44.444]],["parent/10620",[2980,9.514]],["name/10621",[81,57.883]],["parent/10621",[2932,6.865]],["name/10622",[173,20.78]],["parent/10622",[2981,10.024]],["name/10623",[644,58.27]],["parent/10623",[2982,8.927]],["name/10624",[173,20.78]],["parent/10624",[2982,8.927]],["name/10625",[646,51.363]],["parent/10625",[2983,8.56]],["name/10626",[636,46.586]],["parent/10626",[2983,8.56]],["name/10627",[622,47.317]],["parent/10627",[2983,8.56]],["name/10628",[648,58.27]],["parent/10628",[2982,8.927]],["name/10629",[173,20.78]],["parent/10629",[2982,8.927]],["name/10630",[646,51.363]],["parent/10630",[2983,8.56]],["name/10631",[636,46.586]],["parent/10631",[2983,8.56]],["name/10632",[622,47.317]],["parent/10632",[2983,8.56]],["name/10633",[83,55.604]],["parent/10633",[2932,6.865]],["name/10634",[173,20.78]],["parent/10634",[2984,10.024]],["name/10635",[65,47.186]],["parent/10635",[2985,8.56]],["name/10636",[421,44.394]],["parent/10636",[2985,8.56]],["name/10637",[408,29.731]],["parent/10637",[2985,8.56]],["name/10638",[94,51.023]],["parent/10638",[2985,8.56]],["name/10639",[73,51.562]],["parent/10639",[2985,8.56]],["name/10640",[540,45.268]],["parent/10640",[2985,8.56]],["name/10641",[651,56.147]],["parent/10641",[2932,6.865]],["name/10642",[86,57.883]],["parent/10642",[2932,6.865]],["name/10643",[173,20.78]],["parent/10643",[2986,10.024]],["name/10644",[653,58.27]],["parent/10644",[2987,8.727]],["name/10645",[655,58.27]],["parent/10645",[2987,8.727]],["name/10646",[656,58.27]],["parent/10646",[2987,8.727]],["name/10647",[657,58.27]],["parent/10647",[2987,8.727]],["name/10648",[658,58.27]],["parent/10648",[2987,8.727]],["name/10649",[87,58.075]],["parent/10649",[2932,6.865]],["name/10650",[173,20.78]],["parent/10650",[2988,10.024]],["name/10651",[408,29.731]],["parent/10651",[2989,8.927]],["name/10652",[661,58.27]],["parent/10652",[2989,8.927]],["name/10653",[662,58.27]],["parent/10653",[2989,8.927]],["name/10654",[663,58.27]],["parent/10654",[2989,8.927]],["name/10655",[88,57.883]],["parent/10655",[2932,6.865]],["name/10656",[173,20.78]],["parent/10656",[2990,10.024]],["name/10657",[408,29.731]],["parent/10657",[2991,8.081]],["name/10658",[340,56.068]],["parent/10658",[2991,8.081]],["name/10659",[666,58.27]],["parent/10659",[2991,8.081]],["name/10660",[334,56.147]],["parent/10660",[2991,8.081]],["name/10661",[667,58.27]],["parent/10661",[2991,8.081]],["name/10662",[668,58.27]],["parent/10662",[2991,8.081]],["name/10663",[669,58.27]],["parent/10663",[2991,8.081]],["name/10664",[670,58.27]],["parent/10664",[2991,8.081]],["name/10665",[671,58.27]],["parent/10665",[2991,8.081]],["name/10666",[672,58.27]],["parent/10666",[2991,8.081]],["name/10667",[89,57.511]],["parent/10667",[2932,6.865]],["name/10668",[173,20.78]],["parent/10668",[2992,10.024]],["name/10669",[408,29.731]],["parent/10669",[2993,8.727]],["name/10670",[675,58.27]],["parent/10670",[2993,8.727]],["name/10671",[676,58.27]],["parent/10671",[2993,8.727]],["name/10672",[677,58.27]],["parent/10672",[2993,8.727]],["name/10673",[678,58.27]],["parent/10673",[2993,8.727]],["name/10674",[90,57.883]],["parent/10674",[2932,6.865]],["name/10675",[173,20.78]],["parent/10675",[2994,10.024]],["name/10676",[562,45.295]],["parent/10676",[2995,9.178]],["name/10677",[532,51.363]],["parent/10677",[2995,9.178]],["name/10678",[681,58.27]],["parent/10678",[2995,9.178]],["name/10679",[91,58.075]],["parent/10679",[2932,6.865]],["name/10680",[173,20.78]],["parent/10680",[2996,10.024]],["name/10681",[408,29.731]],["parent/10681",[2997,8.927]],["name/10682",[684,51.363]],["parent/10682",[2997,8.927]],["name/10683",[172,58.075]],["parent/10683",[2997,8.927]],["name/10684",[592,51.363]],["parent/10684",[2997,8.927]],["name/10685",[95,58.075]],["parent/10685",[2932,6.865]],["name/10686",[173,20.78]],["parent/10686",[2998,10.024]],["name/10687",[686,54.532]],["parent/10687",[2999,8.292]],["name/10688",[582,51.363]],["parent/10688",[2999,8.292]],["name/10689",[688,58.27]],["parent/10689",[2999,8.292]],["name/10690",[511,47.317]],["parent/10690",[2999,8.292]],["name/10691",[591,49.811]],["parent/10691",[2999,8.292]],["name/10692",[352,50.243]],["parent/10692",[2999,8.292]],["name/10693",[684,51.363]],["parent/10693",[2999,8.292]],["name/10694",[689,58.27]],["parent/10694",[2999,8.292]],["name/10695",[97,55.911]],["parent/10695",[2932,6.865]],["name/10696",[173,20.78]],["parent/10696",[3000,10.024]],["name/10697",[417,58.075]],["parent/10697",[3001,8.927]],["name/10698",[419,58.075]],["parent/10698",[3001,8.927]],["name/10699",[420,58.075]],["parent/10699",[3001,8.927]],["name/10700",[421,44.394]],["parent/10700",[3001,8.927]],["name/10701",[6,71.328]],["parent/10701",[44,6.734]],["name/10702",[497,91.943]],["parent/10702",[45,7.63]],["name/10703",[404,91.943]],["parent/10703",[45,7.63]],["name/10704",[2,95.307]],["parent/10704",[45,7.63]],["name/10705",[5,91.943]],["parent/10705",[45,7.63]],["name/10706",[64,80.957]],["parent/10706",[45,7.63]],["name/10707",[329,95.307]],["parent/10707",[45,7.63]],["name/10708",[321,95.307]],["parent/10708",[45,7.63]],["name/10709",[313,95.307]],["parent/10709",[45,7.63]],["name/10710",[319,95.307]],["parent/10710",[45,7.63]],["name/10711",[651,56.147]],["parent/10711",[45,7.63]],["name/10712",[185,91.943]],["parent/10712",[45,7.63]],["name/10713",[485,61.773]],["parent/10713",[45,7.63]],["name/10714",[399,91.943]],["parent/10714",[45,7.63]],["name/10715",[44,67.457]],["parent/10715",[45,7.63]],["name/10716",[6,71.328]],["parent/10716",[45,7.63]],["name/10717",[3002,69.355]],["parent/10717",[109,9.514]],["name/10718",[73,51.562]],["parent/10718",[3003,6.894]],["name/10719",[173,20.78]],["parent/10719",[3004,10.024]],["name/10720",[504,58.27]],["parent/10720",[3005,8.927]],["name/10721",[506,58.27]],["parent/10721",[3005,8.927]],["name/10722",[155,37.858]],["parent/10722",[3005,8.927]],["name/10723",[507,58.27]],["parent/10723",[3005,8.927]],["name/10724",[92,51.167]],["parent/10724",[3003,6.894]],["name/10725",[173,20.78]],["parent/10725",[3006,10.024]],["name/10726",[509,58.27]],["parent/10726",[3007,8.727]],["name/10727",[511,47.317]],["parent/10727",[3007,8.727]],["name/10728",[512,51.363]],["parent/10728",[3007,8.727]],["name/10729",[344,48.357]],["parent/10729",[3007,8.727]],["name/10730",[513,51.363]],["parent/10730",[3007,8.727]],["name/10731",[65,47.186]],["parent/10731",[3003,6.894]],["name/10732",[173,20.78]],["parent/10732",[3008,10.024]],["name/10733",[408,29.731]],["parent/10733",[3009,7.413]],["name/10734",[493,49.276]],["parent/10734",[3009,7.413]],["name/10735",[516,51.363]],["parent/10735",[3009,7.413]],["name/10736",[517,58.27]],["parent/10736",[3009,7.413]],["name/10737",[518,58.27]],["parent/10737",[3009,7.413]],["name/10738",[421,44.394]],["parent/10738",[3009,7.413]],["name/10739",[519,58.27]],["parent/10739",[3009,7.413]],["name/10740",[520,58.27]],["parent/10740",[3009,7.413]],["name/10741",[521,51.363]],["parent/10741",[3009,7.413]],["name/10742",[344,48.357]],["parent/10742",[3009,7.413]],["name/10743",[155,37.858]],["parent/10743",[3009,7.413]],["name/10744",[522,58.27]],["parent/10744",[3009,7.413]],["name/10745",[523,58.27]],["parent/10745",[3009,7.413]],["name/10746",[524,58.27]],["parent/10746",[3009,7.413]],["name/10747",[525,58.27]],["parent/10747",[3009,7.413]],["name/10748",[526,47.618]],["parent/10748",[3009,7.413]],["name/10749",[527,58.27]],["parent/10749",[3009,7.413]],["name/10750",[513,51.363]],["parent/10750",[3009,7.413]],["name/10751",[528,58.27]],["parent/10751",[3009,7.413]],["name/10752",[92,51.167]],["parent/10752",[3009,7.413]],["name/10753",[67,57.883]],["parent/10753",[3003,6.894]],["name/10754",[173,20.78]],["parent/10754",[3010,10.024]],["name/10755",[530,58.27]],["parent/10755",[3011,8.927]],["name/10756",[532,51.363]],["parent/10756",[3011,8.927]],["name/10757",[533,58.27]],["parent/10757",[3011,8.927]],["name/10758",[534,51.363]],["parent/10758",[3011,8.927]],["name/10759",[68,51.167]],["parent/10759",[3003,6.894]],["name/10760",[173,20.78]],["parent/10760",[3012,10.024]],["name/10761",[410,39.926]],["parent/10761",[3013,9.178]],["name/10762",[411,58.075]],["parent/10762",[3013,9.178]],["name/10763",[537,58.27]],["parent/10763",[3013,9.178]],["name/10764",[69,57.883]],["parent/10764",[3003,6.894]],["name/10765",[173,20.78]],["parent/10765",[3014,10.024]],["name/10766",[408,29.731]],["parent/10766",[3015,8.292]],["name/10767",[540,45.268]],["parent/10767",[3015,8.292]],["name/10768",[155,37.858]],["parent/10768",[3015,8.292]],["name/10769",[541,58.27]],["parent/10769",[3015,8.292]],["name/10770",[542,58.27]],["parent/10770",[3015,8.292]],["name/10771",[543,58.27]],["parent/10771",[3015,8.292]],["name/10772",[342,56.068]],["parent/10772",[3015,8.292]],["name/10773",[544,45.905]],["parent/10773",[3015,8.292]],["name/10774",[70,51.167]],["parent/10774",[3003,6.894]],["name/10775",[173,20.78]],["parent/10775",[3016,10.024]],["name/10776",[155,37.858]],["parent/10776",[3017,7.907]],["name/10777",[547,44.444]],["parent/10777",[3017,7.907]],["name/10778",[544,45.905]],["parent/10778",[3017,7.907]],["name/10779",[540,45.268]],["parent/10779",[3017,7.907]],["name/10780",[548,58.27]],["parent/10780",[3017,7.907]],["name/10781",[549,58.27]],["parent/10781",[3017,7.907]],["name/10782",[550,58.27]],["parent/10782",[3017,7.907]],["name/10783",[551,58.27]],["parent/10783",[3017,7.907]],["name/10784",[552,58.27]],["parent/10784",[3017,7.907]],["name/10785",[553,58.27]],["parent/10785",[3017,7.907]],["name/10786",[554,56.227]],["parent/10786",[3017,7.907]],["name/10787",[555,56.227]],["parent/10787",[3017,7.907]],["name/10788",[82,57.511]],["parent/10788",[3003,6.894]],["name/10789",[173,20.78]],["parent/10789",[3018,10.024]],["name/10790",[408,29.731]],["parent/10790",[3019,8.927]],["name/10791",[493,49.276]],["parent/10791",[3019,8.927]],["name/10792",[155,37.858]],["parent/10792",[3019,8.927]],["name/10793",[516,51.363]],["parent/10793",[3019,8.927]],["name/10794",[77,51.167]],["parent/10794",[3003,6.894]],["name/10795",[173,20.78]],["parent/10795",[3020,10.024]],["name/10796",[559,58.27]],["parent/10796",[3021,9.178]],["name/10797",[561,58.27]],["parent/10797",[3021,9.178]],["name/10798",[562,45.295]],["parent/10798",[3021,9.178]],["name/10799",[96,55.911]],["parent/10799",[3003,6.894]],["name/10800",[173,20.78]],["parent/10800",[3022,10.024]],["name/10801",[410,39.926]],["parent/10801",[3023,9.178]],["name/10802",[155,37.858]],["parent/10802",[3023,9.178]],["name/10803",[77,51.167]],["parent/10803",[3023,9.178]],["name/10804",[85,57.978]],["parent/10804",[3003,6.894]],["name/10805",[173,20.78]],["parent/10805",[3024,10.024]],["name/10806",[547,44.444]],["parent/10806",[3025,9.514]],["name/10807",[567,51.363]],["parent/10807",[3025,9.514]],["name/10808",[84,48.96]],["parent/10808",[3003,6.894]],["name/10809",[173,20.78]],["parent/10809",[3026,10.024]],["name/10810",[408,29.731]],["parent/10810",[3027,8.417]],["name/10811",[570,51.363]],["parent/10811",[3027,8.417]],["name/10812",[571,58.27]],["parent/10812",[3027,8.417]],["name/10813",[572,56.227]],["parent/10813",[3027,8.417]],["name/10814",[567,51.363]],["parent/10814",[3027,8.417]],["name/10815",[573,58.27]],["parent/10815",[3027,8.417]],["name/10816",[574,58.27]],["parent/10816",[3027,8.417]],["name/10817",[94,51.023]],["parent/10817",[3003,6.894]],["name/10818",[173,20.78]],["parent/10818",[3028,10.024]],["name/10819",[408,29.731]],["parent/10819",[3029,7.017]],["name/10820",[581,49.316]],["parent/10820",[3029,7.017]],["name/10821",[155,37.858]],["parent/10821",[3029,7.017]],["name/10822",[65,47.186]],["parent/10822",[3029,7.017]],["name/10823",[582,51.363]],["parent/10823",[3029,7.017]],["name/10824",[583,58.27]],["parent/10824",[3029,7.017]],["name/10825",[145,57.978]],["parent/10825",[3029,7.017]],["name/10826",[584,58.27]],["parent/10826",[3029,7.017]],["name/10827",[421,44.394]],["parent/10827",[3029,7.017]],["name/10828",[526,47.618]],["parent/10828",[3029,7.017]],["name/10829",[585,58.27]],["parent/10829",[3029,7.017]],["name/10830",[586,58.27]],["parent/10830",[3029,7.017]],["name/10831",[587,58.27]],["parent/10831",[3029,7.017]],["name/10832",[588,58.27]],["parent/10832",[3029,7.017]],["name/10833",[589,58.27]],["parent/10833",[3029,7.017]],["name/10834",[590,58.27]],["parent/10834",[3029,7.017]],["name/10835",[511,47.317]],["parent/10835",[3029,7.017]],["name/10836",[591,49.811]],["parent/10836",[3029,7.017]],["name/10837",[352,50.243]],["parent/10837",[3029,7.017]],["name/10838",[592,51.363]],["parent/10838",[3029,7.017]],["name/10839",[593,56.227]],["parent/10839",[3029,7.017]],["name/10840",[594,56.227]],["parent/10840",[3029,7.017]],["name/10841",[70,51.167]],["parent/10841",[3029,7.017]],["name/10842",[84,48.96]],["parent/10842",[3029,7.017]],["name/10843",[68,51.167]],["parent/10843",[3029,7.017]],["name/10844",[512,51.363]],["parent/10844",[3029,7.017]],["name/10845",[595,58.27]],["parent/10845",[3029,7.017]],["name/10846",[597,58.27]],["parent/10846",[3029,7.017]],["name/10847",[3030,69.355]],["parent/10847",[3029,7.017]],["name/10848",[387,62.202]],["parent/10848",[3029,7.017]],["name/10849",[71,49.643]],["parent/10849",[3003,6.894]],["name/10850",[173,20.78]],["parent/10850",[3031,10.024]],["name/10851",[599,58.27]],["parent/10851",[3032,9.514]],["name/10852",[601,58.27]],["parent/10852",[3032,9.514]],["name/10853",[72,57.883]],["parent/10853",[3003,6.894]],["name/10854",[173,20.78]],["parent/10854",[3033,10.024]],["name/10855",[408,29.731]],["parent/10855",[3034,8.927]],["name/10856",[562,45.295]],["parent/10856",[3034,8.927]],["name/10857",[604,58.27]],["parent/10857",[3034,8.927]],["name/10858",[605,58.27]],["parent/10858",[3034,8.927]],["name/10859",[74,58.075]],["parent/10859",[3003,6.894]],["name/10860",[173,20.78]],["parent/10860",[3035,10.024]],["name/10861",[408,29.731]],["parent/10861",[3036,8.927]],["name/10862",[410,39.926]],["parent/10862",[3036,8.927]],["name/10863",[521,51.363]],["parent/10863",[3036,8.927]],["name/10864",[608,58.27]],["parent/10864",[3036,8.927]],["name/10865",[75,57.883]],["parent/10865",[3003,6.894]],["name/10866",[173,20.78]],["parent/10866",[3037,10.024]],["name/10867",[410,39.926]],["parent/10867",[3038,9.178]],["name/10868",[611,58.27]],["parent/10868",[3038,9.178]],["name/10869",[612,58.27]],["parent/10869",[3038,9.178]],["name/10870",[76,57.883]],["parent/10870",[3003,6.894]],["name/10871",[173,20.78]],["parent/10871",[3039,10.024]],["name/10872",[408,29.731]],["parent/10872",[3040,8.56]],["name/10873",[615,58.27]],["parent/10873",[3040,8.56]],["name/10874",[71,49.643]],["parent/10874",[3040,8.56]],["name/10875",[570,51.363]],["parent/10875",[3040,8.56]],["name/10876",[616,58.27]],["parent/10876",[3040,8.56]],["name/10877",[617,58.27]],["parent/10877",[3040,8.56]],["name/10878",[78,58.075]],["parent/10878",[3003,6.894]],["name/10879",[173,20.78]],["parent/10879",[3041,10.024]],["name/10880",[619,58.27]],["parent/10880",[3042,8.727]],["name/10881",[621,58.27]],["parent/10881",[3042,8.727]],["name/10882",[622,47.317]],["parent/10882",[3042,8.727]],["name/10883",[623,58.27]],["parent/10883",[3042,8.727]],["name/10884",[624,58.27]],["parent/10884",[3042,8.727]],["name/10885",[98,51.167]],["parent/10885",[3003,6.894]],["name/10886",[173,20.78]],["parent/10886",[3043,10.024]],["name/10887",[626,58.27]],["parent/10887",[3044,10.024]],["name/10888",[93,50.025]],["parent/10888",[3003,6.894]],["name/10889",[173,20.78]],["parent/10889",[3045,10.024]],["name/10890",[629,58.27]],["parent/10890",[3046,9.178]],["name/10891",[631,58.27]],["parent/10891",[3046,9.178]],["name/10892",[632,58.27]],["parent/10892",[3046,9.178]],["name/10893",[79,57.883]],["parent/10893",[3003,6.894]],["name/10894",[173,20.78]],["parent/10894",[3047,10.024]],["name/10895",[581,49.316]],["parent/10895",[3048,7.907]],["name/10896",[547,44.444]],["parent/10896",[3048,7.907]],["name/10897",[544,45.905]],["parent/10897",[3048,7.907]],["name/10898",[635,58.27]],["parent/10898",[3048,7.907]],["name/10899",[636,46.586]],["parent/10899",[3048,7.907]],["name/10900",[637,58.27]],["parent/10900",[3048,7.907]],["name/10901",[98,51.167]],["parent/10901",[3048,7.907]],["name/10902",[93,50.025]],["parent/10902",[3048,7.907]],["name/10903",[638,58.27]],["parent/10903",[3048,7.907]],["name/10904",[639,58.27]],["parent/10904",[3048,7.907]],["name/10905",[640,58.27]],["parent/10905",[3048,7.907]],["name/10906",[534,51.363]],["parent/10906",[3048,7.907]],["name/10907",[80,55.757]],["parent/10907",[3003,6.894]],["name/10908",[173,20.78]],["parent/10908",[3049,10.024]],["name/10909",[408,29.731]],["parent/10909",[3050,9.514]],["name/10910",[547,44.444]],["parent/10910",[3050,9.514]],["name/10911",[81,57.883]],["parent/10911",[3003,6.894]],["name/10912",[173,20.78]],["parent/10912",[3051,10.024]],["name/10913",[644,58.27]],["parent/10913",[3052,8.927]],["name/10914",[173,20.78]],["parent/10914",[3052,8.927]],["name/10915",[646,51.363]],["parent/10915",[3053,8.56]],["name/10916",[636,46.586]],["parent/10916",[3053,8.56]],["name/10917",[622,47.317]],["parent/10917",[3053,8.56]],["name/10918",[648,58.27]],["parent/10918",[3052,8.927]],["name/10919",[173,20.78]],["parent/10919",[3052,8.927]],["name/10920",[646,51.363]],["parent/10920",[3053,8.56]],["name/10921",[636,46.586]],["parent/10921",[3053,8.56]],["name/10922",[622,47.317]],["parent/10922",[3053,8.56]],["name/10923",[83,55.604]],["parent/10923",[3003,6.894]],["name/10924",[173,20.78]],["parent/10924",[3054,10.024]],["name/10925",[65,47.186]],["parent/10925",[3055,8.727]],["name/10926",[421,44.394]],["parent/10926",[3055,8.727]],["name/10927",[408,29.731]],["parent/10927",[3055,8.727]],["name/10928",[94,51.023]],["parent/10928",[3055,8.727]],["name/10929",[540,45.268]],["parent/10929",[3055,8.727]],["name/10930",[651,56.147]],["parent/10930",[3003,6.894]],["name/10931",[86,57.883]],["parent/10931",[3003,6.894]],["name/10932",[173,20.78]],["parent/10932",[3056,10.024]],["name/10933",[653,58.27]],["parent/10933",[3057,8.727]],["name/10934",[655,58.27]],["parent/10934",[3057,8.727]],["name/10935",[656,58.27]],["parent/10935",[3057,8.727]],["name/10936",[657,58.27]],["parent/10936",[3057,8.727]],["name/10937",[658,58.27]],["parent/10937",[3057,8.727]],["name/10938",[87,58.075]],["parent/10938",[3003,6.894]],["name/10939",[173,20.78]],["parent/10939",[3058,10.024]],["name/10940",[408,29.731]],["parent/10940",[3059,8.927]],["name/10941",[661,58.27]],["parent/10941",[3059,8.927]],["name/10942",[662,58.27]],["parent/10942",[3059,8.927]],["name/10943",[663,58.27]],["parent/10943",[3059,8.927]],["name/10944",[88,57.883]],["parent/10944",[3003,6.894]],["name/10945",[173,20.78]],["parent/10945",[3060,10.024]],["name/10946",[408,29.731]],["parent/10946",[3061,8.081]],["name/10947",[340,56.068]],["parent/10947",[3061,8.081]],["name/10948",[666,58.27]],["parent/10948",[3061,8.081]],["name/10949",[334,56.147]],["parent/10949",[3061,8.081]],["name/10950",[667,58.27]],["parent/10950",[3061,8.081]],["name/10951",[668,58.27]],["parent/10951",[3061,8.081]],["name/10952",[669,58.27]],["parent/10952",[3061,8.081]],["name/10953",[670,58.27]],["parent/10953",[3061,8.081]],["name/10954",[671,58.27]],["parent/10954",[3061,8.081]],["name/10955",[672,58.27]],["parent/10955",[3061,8.081]],["name/10956",[89,57.511]],["parent/10956",[3003,6.894]],["name/10957",[173,20.78]],["parent/10957",[3062,10.024]],["name/10958",[408,29.731]],["parent/10958",[3063,8.727]],["name/10959",[675,58.27]],["parent/10959",[3063,8.727]],["name/10960",[676,58.27]],["parent/10960",[3063,8.727]],["name/10961",[677,58.27]],["parent/10961",[3063,8.727]],["name/10962",[678,58.27]],["parent/10962",[3063,8.727]],["name/10963",[90,57.883]],["parent/10963",[3003,6.894]],["name/10964",[173,20.78]],["parent/10964",[3064,10.024]],["name/10965",[562,45.295]],["parent/10965",[3065,9.178]],["name/10966",[532,51.363]],["parent/10966",[3065,9.178]],["name/10967",[681,58.27]],["parent/10967",[3065,9.178]],["name/10968",[91,58.075]],["parent/10968",[3003,6.894]],["name/10969",[173,20.78]],["parent/10969",[3066,10.024]],["name/10970",[408,29.731]],["parent/10970",[3067,8.927]],["name/10971",[684,51.363]],["parent/10971",[3067,8.927]],["name/10972",[172,58.075]],["parent/10972",[3067,8.927]],["name/10973",[592,51.363]],["parent/10973",[3067,8.927]],["name/10974",[95,58.075]],["parent/10974",[3003,6.894]],["name/10975",[173,20.78]],["parent/10975",[3068,10.024]],["name/10976",[686,54.532]],["parent/10976",[3069,8.292]],["name/10977",[582,51.363]],["parent/10977",[3069,8.292]],["name/10978",[688,58.27]],["parent/10978",[3069,8.292]],["name/10979",[511,47.317]],["parent/10979",[3069,8.292]],["name/10980",[591,49.811]],["parent/10980",[3069,8.292]],["name/10981",[352,50.243]],["parent/10981",[3069,8.292]],["name/10982",[684,51.363]],["parent/10982",[3069,8.292]],["name/10983",[689,58.27]],["parent/10983",[3069,8.292]],["name/10984",[97,55.911]],["parent/10984",[3003,6.894]],["name/10985",[173,20.78]],["parent/10985",[3070,10.024]],["name/10986",[417,58.075]],["parent/10986",[3071,8.927]],["name/10987",[419,58.075]],["parent/10987",[3071,8.927]],["name/10988",[420,58.075]],["parent/10988",[3071,8.927]],["name/10989",[421,44.394]],["parent/10989",[3071,8.927]],["name/10990",[3002,69.355]],["parent/10990",[110,9.514]],["name/10991",[73,51.562]],["parent/10991",[3072,6.894]],["name/10992",[173,20.78]],["parent/10992",[3073,10.024]],["name/10993",[504,58.27]],["parent/10993",[3074,8.927]],["name/10994",[506,58.27]],["parent/10994",[3074,8.927]],["name/10995",[155,37.858]],["parent/10995",[3074,8.927]],["name/10996",[507,58.27]],["parent/10996",[3074,8.927]],["name/10997",[92,51.167]],["parent/10997",[3072,6.894]],["name/10998",[173,20.78]],["parent/10998",[3075,10.024]],["name/10999",[509,58.27]],["parent/10999",[3076,8.727]],["name/11000",[511,47.317]],["parent/11000",[3076,8.727]],["name/11001",[512,51.363]],["parent/11001",[3076,8.727]],["name/11002",[344,48.357]],["parent/11002",[3076,8.727]],["name/11003",[513,51.363]],["parent/11003",[3076,8.727]],["name/11004",[65,47.186]],["parent/11004",[3072,6.894]],["name/11005",[173,20.78]],["parent/11005",[3077,10.024]],["name/11006",[408,29.731]],["parent/11006",[3078,7.413]],["name/11007",[493,49.276]],["parent/11007",[3078,7.413]],["name/11008",[516,51.363]],["parent/11008",[3078,7.413]],["name/11009",[517,58.27]],["parent/11009",[3078,7.413]],["name/11010",[518,58.27]],["parent/11010",[3078,7.413]],["name/11011",[421,44.394]],["parent/11011",[3078,7.413]],["name/11012",[519,58.27]],["parent/11012",[3078,7.413]],["name/11013",[520,58.27]],["parent/11013",[3078,7.413]],["name/11014",[521,51.363]],["parent/11014",[3078,7.413]],["name/11015",[344,48.357]],["parent/11015",[3078,7.413]],["name/11016",[155,37.858]],["parent/11016",[3078,7.413]],["name/11017",[522,58.27]],["parent/11017",[3078,7.413]],["name/11018",[523,58.27]],["parent/11018",[3078,7.413]],["name/11019",[524,58.27]],["parent/11019",[3078,7.413]],["name/11020",[525,58.27]],["parent/11020",[3078,7.413]],["name/11021",[526,47.618]],["parent/11021",[3078,7.413]],["name/11022",[527,58.27]],["parent/11022",[3078,7.413]],["name/11023",[513,51.363]],["parent/11023",[3078,7.413]],["name/11024",[528,58.27]],["parent/11024",[3078,7.413]],["name/11025",[92,51.167]],["parent/11025",[3078,7.413]],["name/11026",[67,57.883]],["parent/11026",[3072,6.894]],["name/11027",[173,20.78]],["parent/11027",[3079,10.024]],["name/11028",[530,58.27]],["parent/11028",[3080,8.927]],["name/11029",[532,51.363]],["parent/11029",[3080,8.927]],["name/11030",[533,58.27]],["parent/11030",[3080,8.927]],["name/11031",[534,51.363]],["parent/11031",[3080,8.927]],["name/11032",[68,51.167]],["parent/11032",[3072,6.894]],["name/11033",[173,20.78]],["parent/11033",[3081,10.024]],["name/11034",[410,39.926]],["parent/11034",[3082,9.178]],["name/11035",[411,58.075]],["parent/11035",[3082,9.178]],["name/11036",[537,58.27]],["parent/11036",[3082,9.178]],["name/11037",[69,57.883]],["parent/11037",[3072,6.894]],["name/11038",[173,20.78]],["parent/11038",[3083,10.024]],["name/11039",[408,29.731]],["parent/11039",[3084,8.292]],["name/11040",[540,45.268]],["parent/11040",[3084,8.292]],["name/11041",[155,37.858]],["parent/11041",[3084,8.292]],["name/11042",[541,58.27]],["parent/11042",[3084,8.292]],["name/11043",[542,58.27]],["parent/11043",[3084,8.292]],["name/11044",[543,58.27]],["parent/11044",[3084,8.292]],["name/11045",[342,56.068]],["parent/11045",[3084,8.292]],["name/11046",[544,45.905]],["parent/11046",[3084,8.292]],["name/11047",[70,51.167]],["parent/11047",[3072,6.894]],["name/11048",[173,20.78]],["parent/11048",[3085,10.024]],["name/11049",[155,37.858]],["parent/11049",[3086,7.907]],["name/11050",[547,44.444]],["parent/11050",[3086,7.907]],["name/11051",[544,45.905]],["parent/11051",[3086,7.907]],["name/11052",[540,45.268]],["parent/11052",[3086,7.907]],["name/11053",[548,58.27]],["parent/11053",[3086,7.907]],["name/11054",[549,58.27]],["parent/11054",[3086,7.907]],["name/11055",[550,58.27]],["parent/11055",[3086,7.907]],["name/11056",[551,58.27]],["parent/11056",[3086,7.907]],["name/11057",[552,58.27]],["parent/11057",[3086,7.907]],["name/11058",[553,58.27]],["parent/11058",[3086,7.907]],["name/11059",[554,56.227]],["parent/11059",[3086,7.907]],["name/11060",[555,56.227]],["parent/11060",[3086,7.907]],["name/11061",[82,57.511]],["parent/11061",[3072,6.894]],["name/11062",[173,20.78]],["parent/11062",[3087,10.024]],["name/11063",[408,29.731]],["parent/11063",[3088,8.927]],["name/11064",[493,49.276]],["parent/11064",[3088,8.927]],["name/11065",[155,37.858]],["parent/11065",[3088,8.927]],["name/11066",[516,51.363]],["parent/11066",[3088,8.927]],["name/11067",[77,51.167]],["parent/11067",[3072,6.894]],["name/11068",[173,20.78]],["parent/11068",[3089,10.024]],["name/11069",[559,58.27]],["parent/11069",[3090,9.178]],["name/11070",[561,58.27]],["parent/11070",[3090,9.178]],["name/11071",[562,45.295]],["parent/11071",[3090,9.178]],["name/11072",[96,55.911]],["parent/11072",[3072,6.894]],["name/11073",[173,20.78]],["parent/11073",[3091,10.024]],["name/11074",[410,39.926]],["parent/11074",[3092,9.178]],["name/11075",[155,37.858]],["parent/11075",[3092,9.178]],["name/11076",[77,51.167]],["parent/11076",[3092,9.178]],["name/11077",[85,57.978]],["parent/11077",[3072,6.894]],["name/11078",[173,20.78]],["parent/11078",[3093,10.024]],["name/11079",[547,44.444]],["parent/11079",[3094,9.514]],["name/11080",[567,51.363]],["parent/11080",[3094,9.514]],["name/11081",[84,48.96]],["parent/11081",[3072,6.894]],["name/11082",[173,20.78]],["parent/11082",[3095,10.024]],["name/11083",[408,29.731]],["parent/11083",[3096,8.417]],["name/11084",[570,51.363]],["parent/11084",[3096,8.417]],["name/11085",[571,58.27]],["parent/11085",[3096,8.417]],["name/11086",[572,56.227]],["parent/11086",[3096,8.417]],["name/11087",[567,51.363]],["parent/11087",[3096,8.417]],["name/11088",[573,58.27]],["parent/11088",[3096,8.417]],["name/11089",[574,58.27]],["parent/11089",[3096,8.417]],["name/11090",[94,51.023]],["parent/11090",[3072,6.894]],["name/11091",[173,20.78]],["parent/11091",[3097,10.024]],["name/11092",[408,29.731]],["parent/11092",[3098,7.017]],["name/11093",[581,49.316]],["parent/11093",[3098,7.017]],["name/11094",[155,37.858]],["parent/11094",[3098,7.017]],["name/11095",[65,47.186]],["parent/11095",[3098,7.017]],["name/11096",[582,51.363]],["parent/11096",[3098,7.017]],["name/11097",[583,58.27]],["parent/11097",[3098,7.017]],["name/11098",[145,57.978]],["parent/11098",[3098,7.017]],["name/11099",[584,58.27]],["parent/11099",[3098,7.017]],["name/11100",[421,44.394]],["parent/11100",[3098,7.017]],["name/11101",[526,47.618]],["parent/11101",[3098,7.017]],["name/11102",[585,58.27]],["parent/11102",[3098,7.017]],["name/11103",[586,58.27]],["parent/11103",[3098,7.017]],["name/11104",[587,58.27]],["parent/11104",[3098,7.017]],["name/11105",[588,58.27]],["parent/11105",[3098,7.017]],["name/11106",[589,58.27]],["parent/11106",[3098,7.017]],["name/11107",[590,58.27]],["parent/11107",[3098,7.017]],["name/11108",[511,47.317]],["parent/11108",[3098,7.017]],["name/11109",[591,49.811]],["parent/11109",[3098,7.017]],["name/11110",[352,50.243]],["parent/11110",[3098,7.017]],["name/11111",[592,51.363]],["parent/11111",[3098,7.017]],["name/11112",[593,56.227]],["parent/11112",[3098,7.017]],["name/11113",[594,56.227]],["parent/11113",[3098,7.017]],["name/11114",[70,51.167]],["parent/11114",[3098,7.017]],["name/11115",[84,48.96]],["parent/11115",[3098,7.017]],["name/11116",[68,51.167]],["parent/11116",[3098,7.017]],["name/11117",[512,51.363]],["parent/11117",[3098,7.017]],["name/11118",[595,58.27]],["parent/11118",[3098,7.017]],["name/11119",[597,58.27]],["parent/11119",[3098,7.017]],["name/11120",[3030,69.355]],["parent/11120",[3098,7.017]],["name/11121",[387,62.202]],["parent/11121",[3098,7.017]],["name/11122",[71,49.643]],["parent/11122",[3072,6.894]],["name/11123",[173,20.78]],["parent/11123",[3099,10.024]],["name/11124",[599,58.27]],["parent/11124",[3100,9.514]],["name/11125",[601,58.27]],["parent/11125",[3100,9.514]],["name/11126",[72,57.883]],["parent/11126",[3072,6.894]],["name/11127",[173,20.78]],["parent/11127",[3101,10.024]],["name/11128",[408,29.731]],["parent/11128",[3102,8.927]],["name/11129",[562,45.295]],["parent/11129",[3102,8.927]],["name/11130",[604,58.27]],["parent/11130",[3102,8.927]],["name/11131",[605,58.27]],["parent/11131",[3102,8.927]],["name/11132",[74,58.075]],["parent/11132",[3072,6.894]],["name/11133",[173,20.78]],["parent/11133",[3103,10.024]],["name/11134",[408,29.731]],["parent/11134",[3104,8.927]],["name/11135",[410,39.926]],["parent/11135",[3104,8.927]],["name/11136",[521,51.363]],["parent/11136",[3104,8.927]],["name/11137",[608,58.27]],["parent/11137",[3104,8.927]],["name/11138",[75,57.883]],["parent/11138",[3072,6.894]],["name/11139",[173,20.78]],["parent/11139",[3105,10.024]],["name/11140",[410,39.926]],["parent/11140",[3106,9.178]],["name/11141",[611,58.27]],["parent/11141",[3106,9.178]],["name/11142",[612,58.27]],["parent/11142",[3106,9.178]],["name/11143",[76,57.883]],["parent/11143",[3072,6.894]],["name/11144",[173,20.78]],["parent/11144",[3107,10.024]],["name/11145",[408,29.731]],["parent/11145",[3108,8.56]],["name/11146",[615,58.27]],["parent/11146",[3108,8.56]],["name/11147",[71,49.643]],["parent/11147",[3108,8.56]],["name/11148",[570,51.363]],["parent/11148",[3108,8.56]],["name/11149",[616,58.27]],["parent/11149",[3108,8.56]],["name/11150",[617,58.27]],["parent/11150",[3108,8.56]],["name/11151",[78,58.075]],["parent/11151",[3072,6.894]],["name/11152",[173,20.78]],["parent/11152",[3109,10.024]],["name/11153",[619,58.27]],["parent/11153",[3110,8.727]],["name/11154",[621,58.27]],["parent/11154",[3110,8.727]],["name/11155",[622,47.317]],["parent/11155",[3110,8.727]],["name/11156",[623,58.27]],["parent/11156",[3110,8.727]],["name/11157",[624,58.27]],["parent/11157",[3110,8.727]],["name/11158",[98,51.167]],["parent/11158",[3072,6.894]],["name/11159",[173,20.78]],["parent/11159",[3111,10.024]],["name/11160",[626,58.27]],["parent/11160",[3112,10.024]],["name/11161",[93,50.025]],["parent/11161",[3072,6.894]],["name/11162",[173,20.78]],["parent/11162",[3113,10.024]],["name/11163",[629,58.27]],["parent/11163",[3114,9.178]],["name/11164",[631,58.27]],["parent/11164",[3114,9.178]],["name/11165",[632,58.27]],["parent/11165",[3114,9.178]],["name/11166",[79,57.883]],["parent/11166",[3072,6.894]],["name/11167",[173,20.78]],["parent/11167",[3115,10.024]],["name/11168",[581,49.316]],["parent/11168",[3116,7.907]],["name/11169",[547,44.444]],["parent/11169",[3116,7.907]],["name/11170",[544,45.905]],["parent/11170",[3116,7.907]],["name/11171",[635,58.27]],["parent/11171",[3116,7.907]],["name/11172",[636,46.586]],["parent/11172",[3116,7.907]],["name/11173",[637,58.27]],["parent/11173",[3116,7.907]],["name/11174",[98,51.167]],["parent/11174",[3116,7.907]],["name/11175",[93,50.025]],["parent/11175",[3116,7.907]],["name/11176",[638,58.27]],["parent/11176",[3116,7.907]],["name/11177",[639,58.27]],["parent/11177",[3116,7.907]],["name/11178",[640,58.27]],["parent/11178",[3116,7.907]],["name/11179",[534,51.363]],["parent/11179",[3116,7.907]],["name/11180",[80,55.757]],["parent/11180",[3072,6.894]],["name/11181",[173,20.78]],["parent/11181",[3117,10.024]],["name/11182",[408,29.731]],["parent/11182",[3118,9.514]],["name/11183",[547,44.444]],["parent/11183",[3118,9.514]],["name/11184",[81,57.883]],["parent/11184",[3072,6.894]],["name/11185",[173,20.78]],["parent/11185",[3119,10.024]],["name/11186",[644,58.27]],["parent/11186",[3120,8.927]],["name/11187",[173,20.78]],["parent/11187",[3120,8.927]],["name/11188",[646,51.363]],["parent/11188",[3121,8.56]],["name/11189",[636,46.586]],["parent/11189",[3121,8.56]],["name/11190",[622,47.317]],["parent/11190",[3121,8.56]],["name/11191",[648,58.27]],["parent/11191",[3120,8.927]],["name/11192",[173,20.78]],["parent/11192",[3120,8.927]],["name/11193",[646,51.363]],["parent/11193",[3121,8.56]],["name/11194",[636,46.586]],["parent/11194",[3121,8.56]],["name/11195",[622,47.317]],["parent/11195",[3121,8.56]],["name/11196",[83,55.604]],["parent/11196",[3072,6.894]],["name/11197",[173,20.78]],["parent/11197",[3122,10.024]],["name/11198",[65,47.186]],["parent/11198",[3123,8.727]],["name/11199",[421,44.394]],["parent/11199",[3123,8.727]],["name/11200",[408,29.731]],["parent/11200",[3123,8.727]],["name/11201",[94,51.023]],["parent/11201",[3123,8.727]],["name/11202",[540,45.268]],["parent/11202",[3123,8.727]],["name/11203",[651,56.147]],["parent/11203",[3072,6.894]],["name/11204",[86,57.883]],["parent/11204",[3072,6.894]],["name/11205",[173,20.78]],["parent/11205",[3124,10.024]],["name/11206",[653,58.27]],["parent/11206",[3125,8.727]],["name/11207",[655,58.27]],["parent/11207",[3125,8.727]],["name/11208",[656,58.27]],["parent/11208",[3125,8.727]],["name/11209",[657,58.27]],["parent/11209",[3125,8.727]],["name/11210",[658,58.27]],["parent/11210",[3125,8.727]],["name/11211",[87,58.075]],["parent/11211",[3072,6.894]],["name/11212",[173,20.78]],["parent/11212",[3126,10.024]],["name/11213",[408,29.731]],["parent/11213",[3127,8.927]],["name/11214",[661,58.27]],["parent/11214",[3127,8.927]],["name/11215",[662,58.27]],["parent/11215",[3127,8.927]],["name/11216",[663,58.27]],["parent/11216",[3127,8.927]],["name/11217",[88,57.883]],["parent/11217",[3072,6.894]],["name/11218",[173,20.78]],["parent/11218",[3128,10.024]],["name/11219",[408,29.731]],["parent/11219",[3129,8.081]],["name/11220",[340,56.068]],["parent/11220",[3129,8.081]],["name/11221",[666,58.27]],["parent/11221",[3129,8.081]],["name/11222",[334,56.147]],["parent/11222",[3129,8.081]],["name/11223",[667,58.27]],["parent/11223",[3129,8.081]],["name/11224",[668,58.27]],["parent/11224",[3129,8.081]],["name/11225",[669,58.27]],["parent/11225",[3129,8.081]],["name/11226",[670,58.27]],["parent/11226",[3129,8.081]],["name/11227",[671,58.27]],["parent/11227",[3129,8.081]],["name/11228",[672,58.27]],["parent/11228",[3129,8.081]],["name/11229",[89,57.511]],["parent/11229",[3072,6.894]],["name/11230",[173,20.78]],["parent/11230",[3130,10.024]],["name/11231",[408,29.731]],["parent/11231",[3131,8.727]],["name/11232",[675,58.27]],["parent/11232",[3131,8.727]],["name/11233",[676,58.27]],["parent/11233",[3131,8.727]],["name/11234",[677,58.27]],["parent/11234",[3131,8.727]],["name/11235",[678,58.27]],["parent/11235",[3131,8.727]],["name/11236",[90,57.883]],["parent/11236",[3072,6.894]],["name/11237",[173,20.78]],["parent/11237",[3132,10.024]],["name/11238",[562,45.295]],["parent/11238",[3133,9.178]],["name/11239",[532,51.363]],["parent/11239",[3133,9.178]],["name/11240",[681,58.27]],["parent/11240",[3133,9.178]],["name/11241",[91,58.075]],["parent/11241",[3072,6.894]],["name/11242",[173,20.78]],["parent/11242",[3134,10.024]],["name/11243",[408,29.731]],["parent/11243",[3135,8.927]],["name/11244",[684,51.363]],["parent/11244",[3135,8.927]],["name/11245",[172,58.075]],["parent/11245",[3135,8.927]],["name/11246",[592,51.363]],["parent/11246",[3135,8.927]],["name/11247",[95,58.075]],["parent/11247",[3072,6.894]],["name/11248",[173,20.78]],["parent/11248",[3136,10.024]],["name/11249",[686,54.532]],["parent/11249",[3137,8.292]],["name/11250",[582,51.363]],["parent/11250",[3137,8.292]],["name/11251",[688,58.27]],["parent/11251",[3137,8.292]],["name/11252",[511,47.317]],["parent/11252",[3137,8.292]],["name/11253",[591,49.811]],["parent/11253",[3137,8.292]],["name/11254",[352,50.243]],["parent/11254",[3137,8.292]],["name/11255",[684,51.363]],["parent/11255",[3137,8.292]],["name/11256",[689,58.27]],["parent/11256",[3137,8.292]],["name/11257",[97,55.911]],["parent/11257",[3072,6.894]],["name/11258",[173,20.78]],["parent/11258",[3138,10.024]],["name/11259",[417,58.075]],["parent/11259",[3139,8.927]],["name/11260",[419,58.075]],["parent/11260",[3139,8.927]],["name/11261",[420,58.075]],["parent/11261",[3139,8.927]],["name/11262",[421,44.394]],["parent/11262",[3139,8.927]],["name/11263",[3002,69.355]],["parent/11263",[111,9.514]],["name/11264",[73,51.562]],["parent/11264",[3140,6.894]],["name/11265",[173,20.78]],["parent/11265",[3141,10.024]],["name/11266",[504,58.27]],["parent/11266",[3142,8.927]],["name/11267",[506,58.27]],["parent/11267",[3142,8.927]],["name/11268",[155,37.858]],["parent/11268",[3142,8.927]],["name/11269",[507,58.27]],["parent/11269",[3142,8.927]],["name/11270",[92,51.167]],["parent/11270",[3140,6.894]],["name/11271",[173,20.78]],["parent/11271",[3143,10.024]],["name/11272",[509,58.27]],["parent/11272",[3144,8.727]],["name/11273",[511,47.317]],["parent/11273",[3144,8.727]],["name/11274",[512,51.363]],["parent/11274",[3144,8.727]],["name/11275",[344,48.357]],["parent/11275",[3144,8.727]],["name/11276",[513,51.363]],["parent/11276",[3144,8.727]],["name/11277",[65,47.186]],["parent/11277",[3140,6.894]],["name/11278",[173,20.78]],["parent/11278",[3145,10.024]],["name/11279",[408,29.731]],["parent/11279",[3146,7.413]],["name/11280",[493,49.276]],["parent/11280",[3146,7.413]],["name/11281",[516,51.363]],["parent/11281",[3146,7.413]],["name/11282",[517,58.27]],["parent/11282",[3146,7.413]],["name/11283",[518,58.27]],["parent/11283",[3146,7.413]],["name/11284",[421,44.394]],["parent/11284",[3146,7.413]],["name/11285",[519,58.27]],["parent/11285",[3146,7.413]],["name/11286",[520,58.27]],["parent/11286",[3146,7.413]],["name/11287",[521,51.363]],["parent/11287",[3146,7.413]],["name/11288",[344,48.357]],["parent/11288",[3146,7.413]],["name/11289",[155,37.858]],["parent/11289",[3146,7.413]],["name/11290",[522,58.27]],["parent/11290",[3146,7.413]],["name/11291",[523,58.27]],["parent/11291",[3146,7.413]],["name/11292",[524,58.27]],["parent/11292",[3146,7.413]],["name/11293",[525,58.27]],["parent/11293",[3146,7.413]],["name/11294",[526,47.618]],["parent/11294",[3146,7.413]],["name/11295",[527,58.27]],["parent/11295",[3146,7.413]],["name/11296",[513,51.363]],["parent/11296",[3146,7.413]],["name/11297",[528,58.27]],["parent/11297",[3146,7.413]],["name/11298",[92,51.167]],["parent/11298",[3146,7.413]],["name/11299",[67,57.883]],["parent/11299",[3140,6.894]],["name/11300",[173,20.78]],["parent/11300",[3147,10.024]],["name/11301",[530,58.27]],["parent/11301",[3148,8.927]],["name/11302",[532,51.363]],["parent/11302",[3148,8.927]],["name/11303",[533,58.27]],["parent/11303",[3148,8.927]],["name/11304",[534,51.363]],["parent/11304",[3148,8.927]],["name/11305",[68,51.167]],["parent/11305",[3140,6.894]],["name/11306",[173,20.78]],["parent/11306",[3149,10.024]],["name/11307",[410,39.926]],["parent/11307",[3150,9.178]],["name/11308",[411,58.075]],["parent/11308",[3150,9.178]],["name/11309",[537,58.27]],["parent/11309",[3150,9.178]],["name/11310",[69,57.883]],["parent/11310",[3140,6.894]],["name/11311",[173,20.78]],["parent/11311",[3151,10.024]],["name/11312",[408,29.731]],["parent/11312",[3152,8.292]],["name/11313",[540,45.268]],["parent/11313",[3152,8.292]],["name/11314",[155,37.858]],["parent/11314",[3152,8.292]],["name/11315",[541,58.27]],["parent/11315",[3152,8.292]],["name/11316",[542,58.27]],["parent/11316",[3152,8.292]],["name/11317",[543,58.27]],["parent/11317",[3152,8.292]],["name/11318",[342,56.068]],["parent/11318",[3152,8.292]],["name/11319",[544,45.905]],["parent/11319",[3152,8.292]],["name/11320",[70,51.167]],["parent/11320",[3140,6.894]],["name/11321",[173,20.78]],["parent/11321",[3153,10.024]],["name/11322",[155,37.858]],["parent/11322",[3154,7.907]],["name/11323",[547,44.444]],["parent/11323",[3154,7.907]],["name/11324",[544,45.905]],["parent/11324",[3154,7.907]],["name/11325",[540,45.268]],["parent/11325",[3154,7.907]],["name/11326",[548,58.27]],["parent/11326",[3154,7.907]],["name/11327",[549,58.27]],["parent/11327",[3154,7.907]],["name/11328",[550,58.27]],["parent/11328",[3154,7.907]],["name/11329",[551,58.27]],["parent/11329",[3154,7.907]],["name/11330",[552,58.27]],["parent/11330",[3154,7.907]],["name/11331",[553,58.27]],["parent/11331",[3154,7.907]],["name/11332",[554,56.227]],["parent/11332",[3154,7.907]],["name/11333",[555,56.227]],["parent/11333",[3154,7.907]],["name/11334",[82,57.511]],["parent/11334",[3140,6.894]],["name/11335",[173,20.78]],["parent/11335",[3155,10.024]],["name/11336",[408,29.731]],["parent/11336",[3156,8.927]],["name/11337",[493,49.276]],["parent/11337",[3156,8.927]],["name/11338",[155,37.858]],["parent/11338",[3156,8.927]],["name/11339",[516,51.363]],["parent/11339",[3156,8.927]],["name/11340",[77,51.167]],["parent/11340",[3140,6.894]],["name/11341",[173,20.78]],["parent/11341",[3157,10.024]],["name/11342",[559,58.27]],["parent/11342",[3158,9.178]],["name/11343",[561,58.27]],["parent/11343",[3158,9.178]],["name/11344",[562,45.295]],["parent/11344",[3158,9.178]],["name/11345",[96,55.911]],["parent/11345",[3140,6.894]],["name/11346",[173,20.78]],["parent/11346",[3159,10.024]],["name/11347",[410,39.926]],["parent/11347",[3160,9.178]],["name/11348",[155,37.858]],["parent/11348",[3160,9.178]],["name/11349",[77,51.167]],["parent/11349",[3160,9.178]],["name/11350",[85,57.978]],["parent/11350",[3140,6.894]],["name/11351",[173,20.78]],["parent/11351",[3161,10.024]],["name/11352",[547,44.444]],["parent/11352",[3162,9.514]],["name/11353",[567,51.363]],["parent/11353",[3162,9.514]],["name/11354",[84,48.96]],["parent/11354",[3140,6.894]],["name/11355",[173,20.78]],["parent/11355",[3163,10.024]],["name/11356",[408,29.731]],["parent/11356",[3164,8.417]],["name/11357",[570,51.363]],["parent/11357",[3164,8.417]],["name/11358",[571,58.27]],["parent/11358",[3164,8.417]],["name/11359",[572,56.227]],["parent/11359",[3164,8.417]],["name/11360",[567,51.363]],["parent/11360",[3164,8.417]],["name/11361",[573,58.27]],["parent/11361",[3164,8.417]],["name/11362",[574,58.27]],["parent/11362",[3164,8.417]],["name/11363",[94,51.023]],["parent/11363",[3140,6.894]],["name/11364",[173,20.78]],["parent/11364",[3165,10.024]],["name/11365",[408,29.731]],["parent/11365",[3166,7.017]],["name/11366",[581,49.316]],["parent/11366",[3166,7.017]],["name/11367",[155,37.858]],["parent/11367",[3166,7.017]],["name/11368",[65,47.186]],["parent/11368",[3166,7.017]],["name/11369",[582,51.363]],["parent/11369",[3166,7.017]],["name/11370",[583,58.27]],["parent/11370",[3166,7.017]],["name/11371",[145,57.978]],["parent/11371",[3166,7.017]],["name/11372",[584,58.27]],["parent/11372",[3166,7.017]],["name/11373",[421,44.394]],["parent/11373",[3166,7.017]],["name/11374",[526,47.618]],["parent/11374",[3166,7.017]],["name/11375",[585,58.27]],["parent/11375",[3166,7.017]],["name/11376",[586,58.27]],["parent/11376",[3166,7.017]],["name/11377",[587,58.27]],["parent/11377",[3166,7.017]],["name/11378",[588,58.27]],["parent/11378",[3166,7.017]],["name/11379",[589,58.27]],["parent/11379",[3166,7.017]],["name/11380",[590,58.27]],["parent/11380",[3166,7.017]],["name/11381",[511,47.317]],["parent/11381",[3166,7.017]],["name/11382",[591,49.811]],["parent/11382",[3166,7.017]],["name/11383",[352,50.243]],["parent/11383",[3166,7.017]],["name/11384",[592,51.363]],["parent/11384",[3166,7.017]],["name/11385",[593,56.227]],["parent/11385",[3166,7.017]],["name/11386",[594,56.227]],["parent/11386",[3166,7.017]],["name/11387",[70,51.167]],["parent/11387",[3166,7.017]],["name/11388",[84,48.96]],["parent/11388",[3166,7.017]],["name/11389",[68,51.167]],["parent/11389",[3166,7.017]],["name/11390",[512,51.363]],["parent/11390",[3166,7.017]],["name/11391",[595,58.27]],["parent/11391",[3166,7.017]],["name/11392",[597,58.27]],["parent/11392",[3166,7.017]],["name/11393",[3030,69.355]],["parent/11393",[3166,7.017]],["name/11394",[387,62.202]],["parent/11394",[3166,7.017]],["name/11395",[71,49.643]],["parent/11395",[3140,6.894]],["name/11396",[173,20.78]],["parent/11396",[3167,10.024]],["name/11397",[599,58.27]],["parent/11397",[3168,9.514]],["name/11398",[601,58.27]],["parent/11398",[3168,9.514]],["name/11399",[72,57.883]],["parent/11399",[3140,6.894]],["name/11400",[173,20.78]],["parent/11400",[3169,10.024]],["name/11401",[408,29.731]],["parent/11401",[3170,8.927]],["name/11402",[562,45.295]],["parent/11402",[3170,8.927]],["name/11403",[604,58.27]],["parent/11403",[3170,8.927]],["name/11404",[605,58.27]],["parent/11404",[3170,8.927]],["name/11405",[74,58.075]],["parent/11405",[3140,6.894]],["name/11406",[173,20.78]],["parent/11406",[3171,10.024]],["name/11407",[408,29.731]],["parent/11407",[3172,8.927]],["name/11408",[410,39.926]],["parent/11408",[3172,8.927]],["name/11409",[521,51.363]],["parent/11409",[3172,8.927]],["name/11410",[608,58.27]],["parent/11410",[3172,8.927]],["name/11411",[75,57.883]],["parent/11411",[3140,6.894]],["name/11412",[173,20.78]],["parent/11412",[3173,10.024]],["name/11413",[410,39.926]],["parent/11413",[3174,9.178]],["name/11414",[611,58.27]],["parent/11414",[3174,9.178]],["name/11415",[612,58.27]],["parent/11415",[3174,9.178]],["name/11416",[76,57.883]],["parent/11416",[3140,6.894]],["name/11417",[173,20.78]],["parent/11417",[3175,10.024]],["name/11418",[408,29.731]],["parent/11418",[3176,8.56]],["name/11419",[615,58.27]],["parent/11419",[3176,8.56]],["name/11420",[71,49.643]],["parent/11420",[3176,8.56]],["name/11421",[570,51.363]],["parent/11421",[3176,8.56]],["name/11422",[616,58.27]],["parent/11422",[3176,8.56]],["name/11423",[617,58.27]],["parent/11423",[3176,8.56]],["name/11424",[78,58.075]],["parent/11424",[3140,6.894]],["name/11425",[173,20.78]],["parent/11425",[3177,10.024]],["name/11426",[619,58.27]],["parent/11426",[3178,8.727]],["name/11427",[621,58.27]],["parent/11427",[3178,8.727]],["name/11428",[622,47.317]],["parent/11428",[3178,8.727]],["name/11429",[623,58.27]],["parent/11429",[3178,8.727]],["name/11430",[624,58.27]],["parent/11430",[3178,8.727]],["name/11431",[98,51.167]],["parent/11431",[3140,6.894]],["name/11432",[173,20.78]],["parent/11432",[3179,10.024]],["name/11433",[626,58.27]],["parent/11433",[3180,10.024]],["name/11434",[93,50.025]],["parent/11434",[3140,6.894]],["name/11435",[173,20.78]],["parent/11435",[3181,10.024]],["name/11436",[629,58.27]],["parent/11436",[3182,9.178]],["name/11437",[631,58.27]],["parent/11437",[3182,9.178]],["name/11438",[632,58.27]],["parent/11438",[3182,9.178]],["name/11439",[79,57.883]],["parent/11439",[3140,6.894]],["name/11440",[173,20.78]],["parent/11440",[3183,10.024]],["name/11441",[581,49.316]],["parent/11441",[3184,7.907]],["name/11442",[547,44.444]],["parent/11442",[3184,7.907]],["name/11443",[544,45.905]],["parent/11443",[3184,7.907]],["name/11444",[635,58.27]],["parent/11444",[3184,7.907]],["name/11445",[636,46.586]],["parent/11445",[3184,7.907]],["name/11446",[637,58.27]],["parent/11446",[3184,7.907]],["name/11447",[98,51.167]],["parent/11447",[3184,7.907]],["name/11448",[93,50.025]],["parent/11448",[3184,7.907]],["name/11449",[638,58.27]],["parent/11449",[3184,7.907]],["name/11450",[639,58.27]],["parent/11450",[3184,7.907]],["name/11451",[640,58.27]],["parent/11451",[3184,7.907]],["name/11452",[534,51.363]],["parent/11452",[3184,7.907]],["name/11453",[80,55.757]],["parent/11453",[3140,6.894]],["name/11454",[173,20.78]],["parent/11454",[3185,10.024]],["name/11455",[408,29.731]],["parent/11455",[3186,9.514]],["name/11456",[547,44.444]],["parent/11456",[3186,9.514]],["name/11457",[81,57.883]],["parent/11457",[3140,6.894]],["name/11458",[173,20.78]],["parent/11458",[3187,10.024]],["name/11459",[644,58.27]],["parent/11459",[3188,8.927]],["name/11460",[173,20.78]],["parent/11460",[3188,8.927]],["name/11461",[646,51.363]],["parent/11461",[3189,8.56]],["name/11462",[636,46.586]],["parent/11462",[3189,8.56]],["name/11463",[622,47.317]],["parent/11463",[3189,8.56]],["name/11464",[648,58.27]],["parent/11464",[3188,8.927]],["name/11465",[173,20.78]],["parent/11465",[3188,8.927]],["name/11466",[646,51.363]],["parent/11466",[3189,8.56]],["name/11467",[636,46.586]],["parent/11467",[3189,8.56]],["name/11468",[622,47.317]],["parent/11468",[3189,8.56]],["name/11469",[83,55.604]],["parent/11469",[3140,6.894]],["name/11470",[173,20.78]],["parent/11470",[3190,10.024]],["name/11471",[65,47.186]],["parent/11471",[3191,8.727]],["name/11472",[421,44.394]],["parent/11472",[3191,8.727]],["name/11473",[408,29.731]],["parent/11473",[3191,8.727]],["name/11474",[94,51.023]],["parent/11474",[3191,8.727]],["name/11475",[540,45.268]],["parent/11475",[3191,8.727]],["name/11476",[651,56.147]],["parent/11476",[3140,6.894]],["name/11477",[86,57.883]],["parent/11477",[3140,6.894]],["name/11478",[173,20.78]],["parent/11478",[3192,10.024]],["name/11479",[653,58.27]],["parent/11479",[3193,8.727]],["name/11480",[655,58.27]],["parent/11480",[3193,8.727]],["name/11481",[656,58.27]],["parent/11481",[3193,8.727]],["name/11482",[657,58.27]],["parent/11482",[3193,8.727]],["name/11483",[658,58.27]],["parent/11483",[3193,8.727]],["name/11484",[87,58.075]],["parent/11484",[3140,6.894]],["name/11485",[173,20.78]],["parent/11485",[3194,10.024]],["name/11486",[408,29.731]],["parent/11486",[3195,8.927]],["name/11487",[661,58.27]],["parent/11487",[3195,8.927]],["name/11488",[662,58.27]],["parent/11488",[3195,8.927]],["name/11489",[663,58.27]],["parent/11489",[3195,8.927]],["name/11490",[88,57.883]],["parent/11490",[3140,6.894]],["name/11491",[173,20.78]],["parent/11491",[3196,10.024]],["name/11492",[408,29.731]],["parent/11492",[3197,8.081]],["name/11493",[340,56.068]],["parent/11493",[3197,8.081]],["name/11494",[666,58.27]],["parent/11494",[3197,8.081]],["name/11495",[334,56.147]],["parent/11495",[3197,8.081]],["name/11496",[667,58.27]],["parent/11496",[3197,8.081]],["name/11497",[668,58.27]],["parent/11497",[3197,8.081]],["name/11498",[669,58.27]],["parent/11498",[3197,8.081]],["name/11499",[670,58.27]],["parent/11499",[3197,8.081]],["name/11500",[671,58.27]],["parent/11500",[3197,8.081]],["name/11501",[672,58.27]],["parent/11501",[3197,8.081]],["name/11502",[89,57.511]],["parent/11502",[3140,6.894]],["name/11503",[173,20.78]],["parent/11503",[3198,10.024]],["name/11504",[408,29.731]],["parent/11504",[3199,8.727]],["name/11505",[675,58.27]],["parent/11505",[3199,8.727]],["name/11506",[676,58.27]],["parent/11506",[3199,8.727]],["name/11507",[677,58.27]],["parent/11507",[3199,8.727]],["name/11508",[678,58.27]],["parent/11508",[3199,8.727]],["name/11509",[90,57.883]],["parent/11509",[3140,6.894]],["name/11510",[173,20.78]],["parent/11510",[3200,10.024]],["name/11511",[562,45.295]],["parent/11511",[3201,9.178]],["name/11512",[532,51.363]],["parent/11512",[3201,9.178]],["name/11513",[681,58.27]],["parent/11513",[3201,9.178]],["name/11514",[91,58.075]],["parent/11514",[3140,6.894]],["name/11515",[173,20.78]],["parent/11515",[3202,10.024]],["name/11516",[408,29.731]],["parent/11516",[3203,8.927]],["name/11517",[684,51.363]],["parent/11517",[3203,8.927]],["name/11518",[172,58.075]],["parent/11518",[3203,8.927]],["name/11519",[592,51.363]],["parent/11519",[3203,8.927]],["name/11520",[95,58.075]],["parent/11520",[3140,6.894]],["name/11521",[173,20.78]],["parent/11521",[3204,10.024]],["name/11522",[686,54.532]],["parent/11522",[3205,8.292]],["name/11523",[582,51.363]],["parent/11523",[3205,8.292]],["name/11524",[688,58.27]],["parent/11524",[3205,8.292]],["name/11525",[511,47.317]],["parent/11525",[3205,8.292]],["name/11526",[591,49.811]],["parent/11526",[3205,8.292]],["name/11527",[352,50.243]],["parent/11527",[3205,8.292]],["name/11528",[684,51.363]],["parent/11528",[3205,8.292]],["name/11529",[689,58.27]],["parent/11529",[3205,8.292]],["name/11530",[97,55.911]],["parent/11530",[3140,6.894]],["name/11531",[173,20.78]],["parent/11531",[3206,10.024]],["name/11532",[417,58.075]],["parent/11532",[3207,8.927]],["name/11533",[419,58.075]],["parent/11533",[3207,8.927]],["name/11534",[420,58.075]],["parent/11534",[3207,8.927]],["name/11535",[421,44.394]],["parent/11535",[3207,8.927]],["name/11536",[3002,69.355]],["parent/11536",[112,9.514]],["name/11537",[73,51.562]],["parent/11537",[3208,6.894]],["name/11538",[173,20.78]],["parent/11538",[3209,10.024]],["name/11539",[504,58.27]],["parent/11539",[3210,8.927]],["name/11540",[506,58.27]],["parent/11540",[3210,8.927]],["name/11541",[155,37.858]],["parent/11541",[3210,8.927]],["name/11542",[507,58.27]],["parent/11542",[3210,8.927]],["name/11543",[92,51.167]],["parent/11543",[3208,6.894]],["name/11544",[173,20.78]],["parent/11544",[3211,10.024]],["name/11545",[509,58.27]],["parent/11545",[3212,8.727]],["name/11546",[511,47.317]],["parent/11546",[3212,8.727]],["name/11547",[512,51.363]],["parent/11547",[3212,8.727]],["name/11548",[344,48.357]],["parent/11548",[3212,8.727]],["name/11549",[513,51.363]],["parent/11549",[3212,8.727]],["name/11550",[65,47.186]],["parent/11550",[3208,6.894]],["name/11551",[173,20.78]],["parent/11551",[3213,10.024]],["name/11552",[408,29.731]],["parent/11552",[3214,7.413]],["name/11553",[493,49.276]],["parent/11553",[3214,7.413]],["name/11554",[516,51.363]],["parent/11554",[3214,7.413]],["name/11555",[517,58.27]],["parent/11555",[3214,7.413]],["name/11556",[518,58.27]],["parent/11556",[3214,7.413]],["name/11557",[421,44.394]],["parent/11557",[3214,7.413]],["name/11558",[519,58.27]],["parent/11558",[3214,7.413]],["name/11559",[520,58.27]],["parent/11559",[3214,7.413]],["name/11560",[521,51.363]],["parent/11560",[3214,7.413]],["name/11561",[344,48.357]],["parent/11561",[3214,7.413]],["name/11562",[155,37.858]],["parent/11562",[3214,7.413]],["name/11563",[522,58.27]],["parent/11563",[3214,7.413]],["name/11564",[523,58.27]],["parent/11564",[3214,7.413]],["name/11565",[524,58.27]],["parent/11565",[3214,7.413]],["name/11566",[525,58.27]],["parent/11566",[3214,7.413]],["name/11567",[526,47.618]],["parent/11567",[3214,7.413]],["name/11568",[527,58.27]],["parent/11568",[3214,7.413]],["name/11569",[513,51.363]],["parent/11569",[3214,7.413]],["name/11570",[528,58.27]],["parent/11570",[3214,7.413]],["name/11571",[92,51.167]],["parent/11571",[3214,7.413]],["name/11572",[67,57.883]],["parent/11572",[3208,6.894]],["name/11573",[173,20.78]],["parent/11573",[3215,10.024]],["name/11574",[530,58.27]],["parent/11574",[3216,8.927]],["name/11575",[532,51.363]],["parent/11575",[3216,8.927]],["name/11576",[533,58.27]],["parent/11576",[3216,8.927]],["name/11577",[534,51.363]],["parent/11577",[3216,8.927]],["name/11578",[68,51.167]],["parent/11578",[3208,6.894]],["name/11579",[173,20.78]],["parent/11579",[3217,10.024]],["name/11580",[410,39.926]],["parent/11580",[3218,9.178]],["name/11581",[411,58.075]],["parent/11581",[3218,9.178]],["name/11582",[537,58.27]],["parent/11582",[3218,9.178]],["name/11583",[69,57.883]],["parent/11583",[3208,6.894]],["name/11584",[173,20.78]],["parent/11584",[3219,10.024]],["name/11585",[408,29.731]],["parent/11585",[3220,8.292]],["name/11586",[540,45.268]],["parent/11586",[3220,8.292]],["name/11587",[155,37.858]],["parent/11587",[3220,8.292]],["name/11588",[541,58.27]],["parent/11588",[3220,8.292]],["name/11589",[542,58.27]],["parent/11589",[3220,8.292]],["name/11590",[543,58.27]],["parent/11590",[3220,8.292]],["name/11591",[342,56.068]],["parent/11591",[3220,8.292]],["name/11592",[544,45.905]],["parent/11592",[3220,8.292]],["name/11593",[70,51.167]],["parent/11593",[3208,6.894]],["name/11594",[173,20.78]],["parent/11594",[3221,10.024]],["name/11595",[155,37.858]],["parent/11595",[3222,7.907]],["name/11596",[547,44.444]],["parent/11596",[3222,7.907]],["name/11597",[544,45.905]],["parent/11597",[3222,7.907]],["name/11598",[540,45.268]],["parent/11598",[3222,7.907]],["name/11599",[548,58.27]],["parent/11599",[3222,7.907]],["name/11600",[549,58.27]],["parent/11600",[3222,7.907]],["name/11601",[550,58.27]],["parent/11601",[3222,7.907]],["name/11602",[551,58.27]],["parent/11602",[3222,7.907]],["name/11603",[552,58.27]],["parent/11603",[3222,7.907]],["name/11604",[553,58.27]],["parent/11604",[3222,7.907]],["name/11605",[554,56.227]],["parent/11605",[3222,7.907]],["name/11606",[555,56.227]],["parent/11606",[3222,7.907]],["name/11607",[82,57.511]],["parent/11607",[3208,6.894]],["name/11608",[173,20.78]],["parent/11608",[3223,10.024]],["name/11609",[408,29.731]],["parent/11609",[3224,8.927]],["name/11610",[493,49.276]],["parent/11610",[3224,8.927]],["name/11611",[155,37.858]],["parent/11611",[3224,8.927]],["name/11612",[516,51.363]],["parent/11612",[3224,8.927]],["name/11613",[77,51.167]],["parent/11613",[3208,6.894]],["name/11614",[173,20.78]],["parent/11614",[3225,10.024]],["name/11615",[559,58.27]],["parent/11615",[3226,9.178]],["name/11616",[561,58.27]],["parent/11616",[3226,9.178]],["name/11617",[562,45.295]],["parent/11617",[3226,9.178]],["name/11618",[96,55.911]],["parent/11618",[3208,6.894]],["name/11619",[173,20.78]],["parent/11619",[3227,10.024]],["name/11620",[410,39.926]],["parent/11620",[3228,9.178]],["name/11621",[155,37.858]],["parent/11621",[3228,9.178]],["name/11622",[77,51.167]],["parent/11622",[3228,9.178]],["name/11623",[85,57.978]],["parent/11623",[3208,6.894]],["name/11624",[173,20.78]],["parent/11624",[3229,10.024]],["name/11625",[547,44.444]],["parent/11625",[3230,9.514]],["name/11626",[567,51.363]],["parent/11626",[3230,9.514]],["name/11627",[84,48.96]],["parent/11627",[3208,6.894]],["name/11628",[173,20.78]],["parent/11628",[3231,10.024]],["name/11629",[408,29.731]],["parent/11629",[3232,8.417]],["name/11630",[570,51.363]],["parent/11630",[3232,8.417]],["name/11631",[571,58.27]],["parent/11631",[3232,8.417]],["name/11632",[572,56.227]],["parent/11632",[3232,8.417]],["name/11633",[567,51.363]],["parent/11633",[3232,8.417]],["name/11634",[573,58.27]],["parent/11634",[3232,8.417]],["name/11635",[574,58.27]],["parent/11635",[3232,8.417]],["name/11636",[94,51.023]],["parent/11636",[3208,6.894]],["name/11637",[173,20.78]],["parent/11637",[3233,10.024]],["name/11638",[408,29.731]],["parent/11638",[3234,7.017]],["name/11639",[581,49.316]],["parent/11639",[3234,7.017]],["name/11640",[155,37.858]],["parent/11640",[3234,7.017]],["name/11641",[65,47.186]],["parent/11641",[3234,7.017]],["name/11642",[582,51.363]],["parent/11642",[3234,7.017]],["name/11643",[583,58.27]],["parent/11643",[3234,7.017]],["name/11644",[145,57.978]],["parent/11644",[3234,7.017]],["name/11645",[584,58.27]],["parent/11645",[3234,7.017]],["name/11646",[421,44.394]],["parent/11646",[3234,7.017]],["name/11647",[526,47.618]],["parent/11647",[3234,7.017]],["name/11648",[585,58.27]],["parent/11648",[3234,7.017]],["name/11649",[586,58.27]],["parent/11649",[3234,7.017]],["name/11650",[587,58.27]],["parent/11650",[3234,7.017]],["name/11651",[588,58.27]],["parent/11651",[3234,7.017]],["name/11652",[589,58.27]],["parent/11652",[3234,7.017]],["name/11653",[590,58.27]],["parent/11653",[3234,7.017]],["name/11654",[511,47.317]],["parent/11654",[3234,7.017]],["name/11655",[591,49.811]],["parent/11655",[3234,7.017]],["name/11656",[352,50.243]],["parent/11656",[3234,7.017]],["name/11657",[592,51.363]],["parent/11657",[3234,7.017]],["name/11658",[593,56.227]],["parent/11658",[3234,7.017]],["name/11659",[594,56.227]],["parent/11659",[3234,7.017]],["name/11660",[70,51.167]],["parent/11660",[3234,7.017]],["name/11661",[84,48.96]],["parent/11661",[3234,7.017]],["name/11662",[68,51.167]],["parent/11662",[3234,7.017]],["name/11663",[512,51.363]],["parent/11663",[3234,7.017]],["name/11664",[595,58.27]],["parent/11664",[3234,7.017]],["name/11665",[597,58.27]],["parent/11665",[3234,7.017]],["name/11666",[3030,69.355]],["parent/11666",[3234,7.017]],["name/11667",[387,62.202]],["parent/11667",[3234,7.017]],["name/11668",[71,49.643]],["parent/11668",[3208,6.894]],["name/11669",[173,20.78]],["parent/11669",[3235,10.024]],["name/11670",[599,58.27]],["parent/11670",[3236,9.514]],["name/11671",[601,58.27]],["parent/11671",[3236,9.514]],["name/11672",[72,57.883]],["parent/11672",[3208,6.894]],["name/11673",[173,20.78]],["parent/11673",[3237,10.024]],["name/11674",[408,29.731]],["parent/11674",[3238,8.927]],["name/11675",[562,45.295]],["parent/11675",[3238,8.927]],["name/11676",[604,58.27]],["parent/11676",[3238,8.927]],["name/11677",[605,58.27]],["parent/11677",[3238,8.927]],["name/11678",[74,58.075]],["parent/11678",[3208,6.894]],["name/11679",[173,20.78]],["parent/11679",[3239,10.024]],["name/11680",[408,29.731]],["parent/11680",[3240,8.927]],["name/11681",[410,39.926]],["parent/11681",[3240,8.927]],["name/11682",[521,51.363]],["parent/11682",[3240,8.927]],["name/11683",[608,58.27]],["parent/11683",[3240,8.927]],["name/11684",[75,57.883]],["parent/11684",[3208,6.894]],["name/11685",[173,20.78]],["parent/11685",[3241,10.024]],["name/11686",[410,39.926]],["parent/11686",[3242,9.178]],["name/11687",[611,58.27]],["parent/11687",[3242,9.178]],["name/11688",[612,58.27]],["parent/11688",[3242,9.178]],["name/11689",[76,57.883]],["parent/11689",[3208,6.894]],["name/11690",[173,20.78]],["parent/11690",[3243,10.024]],["name/11691",[408,29.731]],["parent/11691",[3244,8.56]],["name/11692",[615,58.27]],["parent/11692",[3244,8.56]],["name/11693",[71,49.643]],["parent/11693",[3244,8.56]],["name/11694",[570,51.363]],["parent/11694",[3244,8.56]],["name/11695",[616,58.27]],["parent/11695",[3244,8.56]],["name/11696",[617,58.27]],["parent/11696",[3244,8.56]],["name/11697",[78,58.075]],["parent/11697",[3208,6.894]],["name/11698",[173,20.78]],["parent/11698",[3245,10.024]],["name/11699",[619,58.27]],["parent/11699",[3246,8.727]],["name/11700",[621,58.27]],["parent/11700",[3246,8.727]],["name/11701",[622,47.317]],["parent/11701",[3246,8.727]],["name/11702",[623,58.27]],["parent/11702",[3246,8.727]],["name/11703",[624,58.27]],["parent/11703",[3246,8.727]],["name/11704",[98,51.167]],["parent/11704",[3208,6.894]],["name/11705",[173,20.78]],["parent/11705",[3247,10.024]],["name/11706",[626,58.27]],["parent/11706",[3248,10.024]],["name/11707",[93,50.025]],["parent/11707",[3208,6.894]],["name/11708",[173,20.78]],["parent/11708",[3249,10.024]],["name/11709",[629,58.27]],["parent/11709",[3250,9.178]],["name/11710",[631,58.27]],["parent/11710",[3250,9.178]],["name/11711",[632,58.27]],["parent/11711",[3250,9.178]],["name/11712",[79,57.883]],["parent/11712",[3208,6.894]],["name/11713",[173,20.78]],["parent/11713",[3251,10.024]],["name/11714",[581,49.316]],["parent/11714",[3252,7.907]],["name/11715",[547,44.444]],["parent/11715",[3252,7.907]],["name/11716",[544,45.905]],["parent/11716",[3252,7.907]],["name/11717",[635,58.27]],["parent/11717",[3252,7.907]],["name/11718",[636,46.586]],["parent/11718",[3252,7.907]],["name/11719",[637,58.27]],["parent/11719",[3252,7.907]],["name/11720",[98,51.167]],["parent/11720",[3252,7.907]],["name/11721",[93,50.025]],["parent/11721",[3252,7.907]],["name/11722",[638,58.27]],["parent/11722",[3252,7.907]],["name/11723",[639,58.27]],["parent/11723",[3252,7.907]],["name/11724",[640,58.27]],["parent/11724",[3252,7.907]],["name/11725",[534,51.363]],["parent/11725",[3252,7.907]],["name/11726",[80,55.757]],["parent/11726",[3208,6.894]],["name/11727",[173,20.78]],["parent/11727",[3253,10.024]],["name/11728",[408,29.731]],["parent/11728",[3254,9.514]],["name/11729",[547,44.444]],["parent/11729",[3254,9.514]],["name/11730",[81,57.883]],["parent/11730",[3208,6.894]],["name/11731",[173,20.78]],["parent/11731",[3255,10.024]],["name/11732",[644,58.27]],["parent/11732",[3256,8.927]],["name/11733",[173,20.78]],["parent/11733",[3256,8.927]],["name/11734",[646,51.363]],["parent/11734",[3257,8.56]],["name/11735",[636,46.586]],["parent/11735",[3257,8.56]],["name/11736",[622,47.317]],["parent/11736",[3257,8.56]],["name/11737",[648,58.27]],["parent/11737",[3256,8.927]],["name/11738",[173,20.78]],["parent/11738",[3256,8.927]],["name/11739",[646,51.363]],["parent/11739",[3257,8.56]],["name/11740",[636,46.586]],["parent/11740",[3257,8.56]],["name/11741",[622,47.317]],["parent/11741",[3257,8.56]],["name/11742",[83,55.604]],["parent/11742",[3208,6.894]],["name/11743",[173,20.78]],["parent/11743",[3258,10.024]],["name/11744",[65,47.186]],["parent/11744",[3259,8.727]],["name/11745",[421,44.394]],["parent/11745",[3259,8.727]],["name/11746",[408,29.731]],["parent/11746",[3259,8.727]],["name/11747",[94,51.023]],["parent/11747",[3259,8.727]],["name/11748",[540,45.268]],["parent/11748",[3259,8.727]],["name/11749",[651,56.147]],["parent/11749",[3208,6.894]],["name/11750",[86,57.883]],["parent/11750",[3208,6.894]],["name/11751",[173,20.78]],["parent/11751",[3260,10.024]],["name/11752",[653,58.27]],["parent/11752",[3261,8.727]],["name/11753",[655,58.27]],["parent/11753",[3261,8.727]],["name/11754",[656,58.27]],["parent/11754",[3261,8.727]],["name/11755",[657,58.27]],["parent/11755",[3261,8.727]],["name/11756",[658,58.27]],["parent/11756",[3261,8.727]],["name/11757",[87,58.075]],["parent/11757",[3208,6.894]],["name/11758",[173,20.78]],["parent/11758",[3262,10.024]],["name/11759",[408,29.731]],["parent/11759",[3263,8.927]],["name/11760",[661,58.27]],["parent/11760",[3263,8.927]],["name/11761",[662,58.27]],["parent/11761",[3263,8.927]],["name/11762",[663,58.27]],["parent/11762",[3263,8.927]],["name/11763",[88,57.883]],["parent/11763",[3208,6.894]],["name/11764",[173,20.78]],["parent/11764",[3264,10.024]],["name/11765",[408,29.731]],["parent/11765",[3265,8.081]],["name/11766",[340,56.068]],["parent/11766",[3265,8.081]],["name/11767",[666,58.27]],["parent/11767",[3265,8.081]],["name/11768",[334,56.147]],["parent/11768",[3265,8.081]],["name/11769",[667,58.27]],["parent/11769",[3265,8.081]],["name/11770",[668,58.27]],["parent/11770",[3265,8.081]],["name/11771",[669,58.27]],["parent/11771",[3265,8.081]],["name/11772",[670,58.27]],["parent/11772",[3265,8.081]],["name/11773",[671,58.27]],["parent/11773",[3265,8.081]],["name/11774",[672,58.27]],["parent/11774",[3265,8.081]],["name/11775",[89,57.511]],["parent/11775",[3208,6.894]],["name/11776",[173,20.78]],["parent/11776",[3266,10.024]],["name/11777",[408,29.731]],["parent/11777",[3267,8.727]],["name/11778",[675,58.27]],["parent/11778",[3267,8.727]],["name/11779",[676,58.27]],["parent/11779",[3267,8.727]],["name/11780",[677,58.27]],["parent/11780",[3267,8.727]],["name/11781",[678,58.27]],["parent/11781",[3267,8.727]],["name/11782",[90,57.883]],["parent/11782",[3208,6.894]],["name/11783",[173,20.78]],["parent/11783",[3268,10.024]],["name/11784",[562,45.295]],["parent/11784",[3269,9.178]],["name/11785",[532,51.363]],["parent/11785",[3269,9.178]],["name/11786",[681,58.27]],["parent/11786",[3269,9.178]],["name/11787",[91,58.075]],["parent/11787",[3208,6.894]],["name/11788",[173,20.78]],["parent/11788",[3270,10.024]],["name/11789",[408,29.731]],["parent/11789",[3271,8.927]],["name/11790",[684,51.363]],["parent/11790",[3271,8.927]],["name/11791",[172,58.075]],["parent/11791",[3271,8.927]],["name/11792",[592,51.363]],["parent/11792",[3271,8.927]],["name/11793",[95,58.075]],["parent/11793",[3208,6.894]],["name/11794",[173,20.78]],["parent/11794",[3272,10.024]],["name/11795",[686,54.532]],["parent/11795",[3273,8.292]],["name/11796",[582,51.363]],["parent/11796",[3273,8.292]],["name/11797",[688,58.27]],["parent/11797",[3273,8.292]],["name/11798",[511,47.317]],["parent/11798",[3273,8.292]],["name/11799",[591,49.811]],["parent/11799",[3273,8.292]],["name/11800",[352,50.243]],["parent/11800",[3273,8.292]],["name/11801",[684,51.363]],["parent/11801",[3273,8.292]],["name/11802",[689,58.27]],["parent/11802",[3273,8.292]],["name/11803",[97,55.911]],["parent/11803",[3208,6.894]],["name/11804",[173,20.78]],["parent/11804",[3274,10.024]],["name/11805",[417,58.075]],["parent/11805",[3275,8.927]],["name/11806",[419,58.075]],["parent/11806",[3275,8.927]],["name/11807",[420,58.075]],["parent/11807",[3275,8.927]],["name/11808",[421,44.394]],["parent/11808",[3275,8.927]],["name/11809",[3002,69.355]],["parent/11809",[113,9.514]],["name/11810",[73,51.562]],["parent/11810",[3276,6.894]],["name/11811",[173,20.78]],["parent/11811",[3277,10.024]],["name/11812",[504,58.27]],["parent/11812",[3278,8.927]],["name/11813",[506,58.27]],["parent/11813",[3278,8.927]],["name/11814",[155,37.858]],["parent/11814",[3278,8.927]],["name/11815",[507,58.27]],["parent/11815",[3278,8.927]],["name/11816",[92,51.167]],["parent/11816",[3276,6.894]],["name/11817",[173,20.78]],["parent/11817",[3279,10.024]],["name/11818",[509,58.27]],["parent/11818",[3280,8.727]],["name/11819",[511,47.317]],["parent/11819",[3280,8.727]],["name/11820",[512,51.363]],["parent/11820",[3280,8.727]],["name/11821",[344,48.357]],["parent/11821",[3280,8.727]],["name/11822",[513,51.363]],["parent/11822",[3280,8.727]],["name/11823",[65,47.186]],["parent/11823",[3276,6.894]],["name/11824",[173,20.78]],["parent/11824",[3281,10.024]],["name/11825",[408,29.731]],["parent/11825",[3282,7.413]],["name/11826",[493,49.276]],["parent/11826",[3282,7.413]],["name/11827",[516,51.363]],["parent/11827",[3282,7.413]],["name/11828",[517,58.27]],["parent/11828",[3282,7.413]],["name/11829",[518,58.27]],["parent/11829",[3282,7.413]],["name/11830",[421,44.394]],["parent/11830",[3282,7.413]],["name/11831",[519,58.27]],["parent/11831",[3282,7.413]],["name/11832",[520,58.27]],["parent/11832",[3282,7.413]],["name/11833",[521,51.363]],["parent/11833",[3282,7.413]],["name/11834",[344,48.357]],["parent/11834",[3282,7.413]],["name/11835",[155,37.858]],["parent/11835",[3282,7.413]],["name/11836",[522,58.27]],["parent/11836",[3282,7.413]],["name/11837",[523,58.27]],["parent/11837",[3282,7.413]],["name/11838",[524,58.27]],["parent/11838",[3282,7.413]],["name/11839",[525,58.27]],["parent/11839",[3282,7.413]],["name/11840",[526,47.618]],["parent/11840",[3282,7.413]],["name/11841",[527,58.27]],["parent/11841",[3282,7.413]],["name/11842",[513,51.363]],["parent/11842",[3282,7.413]],["name/11843",[528,58.27]],["parent/11843",[3282,7.413]],["name/11844",[92,51.167]],["parent/11844",[3282,7.413]],["name/11845",[67,57.883]],["parent/11845",[3276,6.894]],["name/11846",[173,20.78]],["parent/11846",[3283,10.024]],["name/11847",[530,58.27]],["parent/11847",[3284,8.927]],["name/11848",[532,51.363]],["parent/11848",[3284,8.927]],["name/11849",[533,58.27]],["parent/11849",[3284,8.927]],["name/11850",[534,51.363]],["parent/11850",[3284,8.927]],["name/11851",[68,51.167]],["parent/11851",[3276,6.894]],["name/11852",[173,20.78]],["parent/11852",[3285,10.024]],["name/11853",[410,39.926]],["parent/11853",[3286,9.178]],["name/11854",[411,58.075]],["parent/11854",[3286,9.178]],["name/11855",[537,58.27]],["parent/11855",[3286,9.178]],["name/11856",[69,57.883]],["parent/11856",[3276,6.894]],["name/11857",[173,20.78]],["parent/11857",[3287,10.024]],["name/11858",[408,29.731]],["parent/11858",[3288,8.292]],["name/11859",[540,45.268]],["parent/11859",[3288,8.292]],["name/11860",[155,37.858]],["parent/11860",[3288,8.292]],["name/11861",[541,58.27]],["parent/11861",[3288,8.292]],["name/11862",[542,58.27]],["parent/11862",[3288,8.292]],["name/11863",[543,58.27]],["parent/11863",[3288,8.292]],["name/11864",[342,56.068]],["parent/11864",[3288,8.292]],["name/11865",[544,45.905]],["parent/11865",[3288,8.292]],["name/11866",[70,51.167]],["parent/11866",[3276,6.894]],["name/11867",[173,20.78]],["parent/11867",[3289,10.024]],["name/11868",[155,37.858]],["parent/11868",[3290,7.907]],["name/11869",[547,44.444]],["parent/11869",[3290,7.907]],["name/11870",[544,45.905]],["parent/11870",[3290,7.907]],["name/11871",[540,45.268]],["parent/11871",[3290,7.907]],["name/11872",[548,58.27]],["parent/11872",[3290,7.907]],["name/11873",[549,58.27]],["parent/11873",[3290,7.907]],["name/11874",[550,58.27]],["parent/11874",[3290,7.907]],["name/11875",[551,58.27]],["parent/11875",[3290,7.907]],["name/11876",[552,58.27]],["parent/11876",[3290,7.907]],["name/11877",[553,58.27]],["parent/11877",[3290,7.907]],["name/11878",[554,56.227]],["parent/11878",[3290,7.907]],["name/11879",[555,56.227]],["parent/11879",[3290,7.907]],["name/11880",[82,57.511]],["parent/11880",[3276,6.894]],["name/11881",[173,20.78]],["parent/11881",[3291,10.024]],["name/11882",[408,29.731]],["parent/11882",[3292,8.927]],["name/11883",[493,49.276]],["parent/11883",[3292,8.927]],["name/11884",[155,37.858]],["parent/11884",[3292,8.927]],["name/11885",[516,51.363]],["parent/11885",[3292,8.927]],["name/11886",[77,51.167]],["parent/11886",[3276,6.894]],["name/11887",[173,20.78]],["parent/11887",[3293,10.024]],["name/11888",[559,58.27]],["parent/11888",[3294,9.178]],["name/11889",[561,58.27]],["parent/11889",[3294,9.178]],["name/11890",[562,45.295]],["parent/11890",[3294,9.178]],["name/11891",[96,55.911]],["parent/11891",[3276,6.894]],["name/11892",[173,20.78]],["parent/11892",[3295,10.024]],["name/11893",[410,39.926]],["parent/11893",[3296,9.178]],["name/11894",[155,37.858]],["parent/11894",[3296,9.178]],["name/11895",[77,51.167]],["parent/11895",[3296,9.178]],["name/11896",[85,57.978]],["parent/11896",[3276,6.894]],["name/11897",[173,20.78]],["parent/11897",[3297,10.024]],["name/11898",[547,44.444]],["parent/11898",[3298,9.514]],["name/11899",[567,51.363]],["parent/11899",[3298,9.514]],["name/11900",[84,48.96]],["parent/11900",[3276,6.894]],["name/11901",[173,20.78]],["parent/11901",[3299,10.024]],["name/11902",[408,29.731]],["parent/11902",[3300,8.417]],["name/11903",[570,51.363]],["parent/11903",[3300,8.417]],["name/11904",[571,58.27]],["parent/11904",[3300,8.417]],["name/11905",[572,56.227]],["parent/11905",[3300,8.417]],["name/11906",[567,51.363]],["parent/11906",[3300,8.417]],["name/11907",[573,58.27]],["parent/11907",[3300,8.417]],["name/11908",[574,58.27]],["parent/11908",[3300,8.417]],["name/11909",[94,51.023]],["parent/11909",[3276,6.894]],["name/11910",[173,20.78]],["parent/11910",[3301,10.024]],["name/11911",[408,29.731]],["parent/11911",[3302,7.017]],["name/11912",[581,49.316]],["parent/11912",[3302,7.017]],["name/11913",[155,37.858]],["parent/11913",[3302,7.017]],["name/11914",[65,47.186]],["parent/11914",[3302,7.017]],["name/11915",[582,51.363]],["parent/11915",[3302,7.017]],["name/11916",[583,58.27]],["parent/11916",[3302,7.017]],["name/11917",[145,57.978]],["parent/11917",[3302,7.017]],["name/11918",[584,58.27]],["parent/11918",[3302,7.017]],["name/11919",[421,44.394]],["parent/11919",[3302,7.017]],["name/11920",[526,47.618]],["parent/11920",[3302,7.017]],["name/11921",[585,58.27]],["parent/11921",[3302,7.017]],["name/11922",[586,58.27]],["parent/11922",[3302,7.017]],["name/11923",[587,58.27]],["parent/11923",[3302,7.017]],["name/11924",[588,58.27]],["parent/11924",[3302,7.017]],["name/11925",[589,58.27]],["parent/11925",[3302,7.017]],["name/11926",[590,58.27]],["parent/11926",[3302,7.017]],["name/11927",[511,47.317]],["parent/11927",[3302,7.017]],["name/11928",[591,49.811]],["parent/11928",[3302,7.017]],["name/11929",[352,50.243]],["parent/11929",[3302,7.017]],["name/11930",[592,51.363]],["parent/11930",[3302,7.017]],["name/11931",[593,56.227]],["parent/11931",[3302,7.017]],["name/11932",[594,56.227]],["parent/11932",[3302,7.017]],["name/11933",[70,51.167]],["parent/11933",[3302,7.017]],["name/11934",[84,48.96]],["parent/11934",[3302,7.017]],["name/11935",[68,51.167]],["parent/11935",[3302,7.017]],["name/11936",[512,51.363]],["parent/11936",[3302,7.017]],["name/11937",[595,58.27]],["parent/11937",[3302,7.017]],["name/11938",[597,58.27]],["parent/11938",[3302,7.017]],["name/11939",[3030,69.355]],["parent/11939",[3302,7.017]],["name/11940",[387,62.202]],["parent/11940",[3302,7.017]],["name/11941",[71,49.643]],["parent/11941",[3276,6.894]],["name/11942",[173,20.78]],["parent/11942",[3303,10.024]],["name/11943",[599,58.27]],["parent/11943",[3304,9.514]],["name/11944",[601,58.27]],["parent/11944",[3304,9.514]],["name/11945",[72,57.883]],["parent/11945",[3276,6.894]],["name/11946",[173,20.78]],["parent/11946",[3305,10.024]],["name/11947",[408,29.731]],["parent/11947",[3306,8.927]],["name/11948",[562,45.295]],["parent/11948",[3306,8.927]],["name/11949",[604,58.27]],["parent/11949",[3306,8.927]],["name/11950",[605,58.27]],["parent/11950",[3306,8.927]],["name/11951",[74,58.075]],["parent/11951",[3276,6.894]],["name/11952",[173,20.78]],["parent/11952",[3307,10.024]],["name/11953",[408,29.731]],["parent/11953",[3308,8.927]],["name/11954",[410,39.926]],["parent/11954",[3308,8.927]],["name/11955",[521,51.363]],["parent/11955",[3308,8.927]],["name/11956",[608,58.27]],["parent/11956",[3308,8.927]],["name/11957",[75,57.883]],["parent/11957",[3276,6.894]],["name/11958",[173,20.78]],["parent/11958",[3309,10.024]],["name/11959",[410,39.926]],["parent/11959",[3310,9.178]],["name/11960",[611,58.27]],["parent/11960",[3310,9.178]],["name/11961",[612,58.27]],["parent/11961",[3310,9.178]],["name/11962",[76,57.883]],["parent/11962",[3276,6.894]],["name/11963",[173,20.78]],["parent/11963",[3311,10.024]],["name/11964",[408,29.731]],["parent/11964",[3312,8.56]],["name/11965",[615,58.27]],["parent/11965",[3312,8.56]],["name/11966",[71,49.643]],["parent/11966",[3312,8.56]],["name/11967",[570,51.363]],["parent/11967",[3312,8.56]],["name/11968",[616,58.27]],["parent/11968",[3312,8.56]],["name/11969",[617,58.27]],["parent/11969",[3312,8.56]],["name/11970",[78,58.075]],["parent/11970",[3276,6.894]],["name/11971",[173,20.78]],["parent/11971",[3313,10.024]],["name/11972",[619,58.27]],["parent/11972",[3314,8.727]],["name/11973",[621,58.27]],["parent/11973",[3314,8.727]],["name/11974",[622,47.317]],["parent/11974",[3314,8.727]],["name/11975",[623,58.27]],["parent/11975",[3314,8.727]],["name/11976",[624,58.27]],["parent/11976",[3314,8.727]],["name/11977",[98,51.167]],["parent/11977",[3276,6.894]],["name/11978",[173,20.78]],["parent/11978",[3315,10.024]],["name/11979",[626,58.27]],["parent/11979",[3316,10.024]],["name/11980",[93,50.025]],["parent/11980",[3276,6.894]],["name/11981",[173,20.78]],["parent/11981",[3317,10.024]],["name/11982",[629,58.27]],["parent/11982",[3318,9.178]],["name/11983",[631,58.27]],["parent/11983",[3318,9.178]],["name/11984",[632,58.27]],["parent/11984",[3318,9.178]],["name/11985",[79,57.883]],["parent/11985",[3276,6.894]],["name/11986",[173,20.78]],["parent/11986",[3319,10.024]],["name/11987",[581,49.316]],["parent/11987",[3320,7.907]],["name/11988",[547,44.444]],["parent/11988",[3320,7.907]],["name/11989",[544,45.905]],["parent/11989",[3320,7.907]],["name/11990",[635,58.27]],["parent/11990",[3320,7.907]],["name/11991",[636,46.586]],["parent/11991",[3320,7.907]],["name/11992",[637,58.27]],["parent/11992",[3320,7.907]],["name/11993",[98,51.167]],["parent/11993",[3320,7.907]],["name/11994",[93,50.025]],["parent/11994",[3320,7.907]],["name/11995",[638,58.27]],["parent/11995",[3320,7.907]],["name/11996",[639,58.27]],["parent/11996",[3320,7.907]],["name/11997",[640,58.27]],["parent/11997",[3320,7.907]],["name/11998",[534,51.363]],["parent/11998",[3320,7.907]],["name/11999",[80,55.757]],["parent/11999",[3276,6.894]],["name/12000",[173,20.78]],["parent/12000",[3321,10.024]],["name/12001",[408,29.731]],["parent/12001",[3322,9.514]],["name/12002",[547,44.444]],["parent/12002",[3322,9.514]],["name/12003",[81,57.883]],["parent/12003",[3276,6.894]],["name/12004",[173,20.78]],["parent/12004",[3323,10.024]],["name/12005",[644,58.27]],["parent/12005",[3324,8.927]],["name/12006",[173,20.78]],["parent/12006",[3324,8.927]],["name/12007",[646,51.363]],["parent/12007",[3325,8.56]],["name/12008",[636,46.586]],["parent/12008",[3325,8.56]],["name/12009",[622,47.317]],["parent/12009",[3325,8.56]],["name/12010",[648,58.27]],["parent/12010",[3324,8.927]],["name/12011",[173,20.78]],["parent/12011",[3324,8.927]],["name/12012",[646,51.363]],["parent/12012",[3325,8.56]],["name/12013",[636,46.586]],["parent/12013",[3325,8.56]],["name/12014",[622,47.317]],["parent/12014",[3325,8.56]],["name/12015",[83,55.604]],["parent/12015",[3276,6.894]],["name/12016",[173,20.78]],["parent/12016",[3326,10.024]],["name/12017",[65,47.186]],["parent/12017",[3327,8.727]],["name/12018",[421,44.394]],["parent/12018",[3327,8.727]],["name/12019",[408,29.731]],["parent/12019",[3327,8.727]],["name/12020",[94,51.023]],["parent/12020",[3327,8.727]],["name/12021",[540,45.268]],["parent/12021",[3327,8.727]],["name/12022",[651,56.147]],["parent/12022",[3276,6.894]],["name/12023",[86,57.883]],["parent/12023",[3276,6.894]],["name/12024",[173,20.78]],["parent/12024",[3328,10.024]],["name/12025",[653,58.27]],["parent/12025",[3329,8.727]],["name/12026",[655,58.27]],["parent/12026",[3329,8.727]],["name/12027",[656,58.27]],["parent/12027",[3329,8.727]],["name/12028",[657,58.27]],["parent/12028",[3329,8.727]],["name/12029",[658,58.27]],["parent/12029",[3329,8.727]],["name/12030",[87,58.075]],["parent/12030",[3276,6.894]],["name/12031",[173,20.78]],["parent/12031",[3330,10.024]],["name/12032",[408,29.731]],["parent/12032",[3331,8.927]],["name/12033",[661,58.27]],["parent/12033",[3331,8.927]],["name/12034",[662,58.27]],["parent/12034",[3331,8.927]],["name/12035",[663,58.27]],["parent/12035",[3331,8.927]],["name/12036",[88,57.883]],["parent/12036",[3276,6.894]],["name/12037",[173,20.78]],["parent/12037",[3332,10.024]],["name/12038",[408,29.731]],["parent/12038",[3333,8.081]],["name/12039",[340,56.068]],["parent/12039",[3333,8.081]],["name/12040",[666,58.27]],["parent/12040",[3333,8.081]],["name/12041",[334,56.147]],["parent/12041",[3333,8.081]],["name/12042",[667,58.27]],["parent/12042",[3333,8.081]],["name/12043",[668,58.27]],["parent/12043",[3333,8.081]],["name/12044",[669,58.27]],["parent/12044",[3333,8.081]],["name/12045",[670,58.27]],["parent/12045",[3333,8.081]],["name/12046",[671,58.27]],["parent/12046",[3333,8.081]],["name/12047",[672,58.27]],["parent/12047",[3333,8.081]],["name/12048",[89,57.511]],["parent/12048",[3276,6.894]],["name/12049",[173,20.78]],["parent/12049",[3334,10.024]],["name/12050",[408,29.731]],["parent/12050",[3335,8.727]],["name/12051",[675,58.27]],["parent/12051",[3335,8.727]],["name/12052",[676,58.27]],["parent/12052",[3335,8.727]],["name/12053",[677,58.27]],["parent/12053",[3335,8.727]],["name/12054",[678,58.27]],["parent/12054",[3335,8.727]],["name/12055",[90,57.883]],["parent/12055",[3276,6.894]],["name/12056",[173,20.78]],["parent/12056",[3336,10.024]],["name/12057",[562,45.295]],["parent/12057",[3337,9.178]],["name/12058",[532,51.363]],["parent/12058",[3337,9.178]],["name/12059",[681,58.27]],["parent/12059",[3337,9.178]],["name/12060",[91,58.075]],["parent/12060",[3276,6.894]],["name/12061",[173,20.78]],["parent/12061",[3338,10.024]],["name/12062",[408,29.731]],["parent/12062",[3339,8.927]],["name/12063",[684,51.363]],["parent/12063",[3339,8.927]],["name/12064",[172,58.075]],["parent/12064",[3339,8.927]],["name/12065",[592,51.363]],["parent/12065",[3339,8.927]],["name/12066",[95,58.075]],["parent/12066",[3276,6.894]],["name/12067",[173,20.78]],["parent/12067",[3340,10.024]],["name/12068",[686,54.532]],["parent/12068",[3341,8.292]],["name/12069",[582,51.363]],["parent/12069",[3341,8.292]],["name/12070",[688,58.27]],["parent/12070",[3341,8.292]],["name/12071",[511,47.317]],["parent/12071",[3341,8.292]],["name/12072",[591,49.811]],["parent/12072",[3341,8.292]],["name/12073",[352,50.243]],["parent/12073",[3341,8.292]],["name/12074",[684,51.363]],["parent/12074",[3341,8.292]],["name/12075",[689,58.27]],["parent/12075",[3341,8.292]],["name/12076",[97,55.911]],["parent/12076",[3276,6.894]],["name/12077",[173,20.78]],["parent/12077",[3342,10.024]],["name/12078",[417,58.075]],["parent/12078",[3343,8.927]],["name/12079",[419,58.075]],["parent/12079",[3343,8.927]],["name/12080",[420,58.075]],["parent/12080",[3343,8.927]],["name/12081",[421,44.394]],["parent/12081",[3343,8.927]],["name/12082",[3002,69.355]],["parent/12082",[114,9.514]],["name/12083",[73,51.562]],["parent/12083",[3344,6.894]],["name/12084",[173,20.78]],["parent/12084",[3345,10.024]],["name/12085",[504,58.27]],["parent/12085",[3346,8.927]],["name/12086",[506,58.27]],["parent/12086",[3346,8.927]],["name/12087",[155,37.858]],["parent/12087",[3346,8.927]],["name/12088",[507,58.27]],["parent/12088",[3346,8.927]],["name/12089",[92,51.167]],["parent/12089",[3344,6.894]],["name/12090",[173,20.78]],["parent/12090",[3347,10.024]],["name/12091",[509,58.27]],["parent/12091",[3348,8.727]],["name/12092",[511,47.317]],["parent/12092",[3348,8.727]],["name/12093",[512,51.363]],["parent/12093",[3348,8.727]],["name/12094",[344,48.357]],["parent/12094",[3348,8.727]],["name/12095",[513,51.363]],["parent/12095",[3348,8.727]],["name/12096",[65,47.186]],["parent/12096",[3344,6.894]],["name/12097",[173,20.78]],["parent/12097",[3349,10.024]],["name/12098",[408,29.731]],["parent/12098",[3350,7.413]],["name/12099",[493,49.276]],["parent/12099",[3350,7.413]],["name/12100",[516,51.363]],["parent/12100",[3350,7.413]],["name/12101",[517,58.27]],["parent/12101",[3350,7.413]],["name/12102",[518,58.27]],["parent/12102",[3350,7.413]],["name/12103",[421,44.394]],["parent/12103",[3350,7.413]],["name/12104",[519,58.27]],["parent/12104",[3350,7.413]],["name/12105",[520,58.27]],["parent/12105",[3350,7.413]],["name/12106",[521,51.363]],["parent/12106",[3350,7.413]],["name/12107",[344,48.357]],["parent/12107",[3350,7.413]],["name/12108",[155,37.858]],["parent/12108",[3350,7.413]],["name/12109",[522,58.27]],["parent/12109",[3350,7.413]],["name/12110",[523,58.27]],["parent/12110",[3350,7.413]],["name/12111",[524,58.27]],["parent/12111",[3350,7.413]],["name/12112",[525,58.27]],["parent/12112",[3350,7.413]],["name/12113",[526,47.618]],["parent/12113",[3350,7.413]],["name/12114",[527,58.27]],["parent/12114",[3350,7.413]],["name/12115",[513,51.363]],["parent/12115",[3350,7.413]],["name/12116",[528,58.27]],["parent/12116",[3350,7.413]],["name/12117",[92,51.167]],["parent/12117",[3350,7.413]],["name/12118",[67,57.883]],["parent/12118",[3344,6.894]],["name/12119",[173,20.78]],["parent/12119",[3351,10.024]],["name/12120",[530,58.27]],["parent/12120",[3352,8.927]],["name/12121",[532,51.363]],["parent/12121",[3352,8.927]],["name/12122",[533,58.27]],["parent/12122",[3352,8.927]],["name/12123",[534,51.363]],["parent/12123",[3352,8.927]],["name/12124",[68,51.167]],["parent/12124",[3344,6.894]],["name/12125",[173,20.78]],["parent/12125",[3353,10.024]],["name/12126",[410,39.926]],["parent/12126",[3354,9.178]],["name/12127",[411,58.075]],["parent/12127",[3354,9.178]],["name/12128",[537,58.27]],["parent/12128",[3354,9.178]],["name/12129",[69,57.883]],["parent/12129",[3344,6.894]],["name/12130",[173,20.78]],["parent/12130",[3355,10.024]],["name/12131",[408,29.731]],["parent/12131",[3356,8.292]],["name/12132",[540,45.268]],["parent/12132",[3356,8.292]],["name/12133",[155,37.858]],["parent/12133",[3356,8.292]],["name/12134",[541,58.27]],["parent/12134",[3356,8.292]],["name/12135",[542,58.27]],["parent/12135",[3356,8.292]],["name/12136",[543,58.27]],["parent/12136",[3356,8.292]],["name/12137",[342,56.068]],["parent/12137",[3356,8.292]],["name/12138",[544,45.905]],["parent/12138",[3356,8.292]],["name/12139",[70,51.167]],["parent/12139",[3344,6.894]],["name/12140",[173,20.78]],["parent/12140",[3357,10.024]],["name/12141",[155,37.858]],["parent/12141",[3358,7.907]],["name/12142",[547,44.444]],["parent/12142",[3358,7.907]],["name/12143",[544,45.905]],["parent/12143",[3358,7.907]],["name/12144",[540,45.268]],["parent/12144",[3358,7.907]],["name/12145",[548,58.27]],["parent/12145",[3358,7.907]],["name/12146",[549,58.27]],["parent/12146",[3358,7.907]],["name/12147",[550,58.27]],["parent/12147",[3358,7.907]],["name/12148",[551,58.27]],["parent/12148",[3358,7.907]],["name/12149",[552,58.27]],["parent/12149",[3358,7.907]],["name/12150",[553,58.27]],["parent/12150",[3358,7.907]],["name/12151",[554,56.227]],["parent/12151",[3358,7.907]],["name/12152",[555,56.227]],["parent/12152",[3358,7.907]],["name/12153",[82,57.511]],["parent/12153",[3344,6.894]],["name/12154",[173,20.78]],["parent/12154",[3359,10.024]],["name/12155",[408,29.731]],["parent/12155",[3360,8.927]],["name/12156",[493,49.276]],["parent/12156",[3360,8.927]],["name/12157",[155,37.858]],["parent/12157",[3360,8.927]],["name/12158",[516,51.363]],["parent/12158",[3360,8.927]],["name/12159",[77,51.167]],["parent/12159",[3344,6.894]],["name/12160",[173,20.78]],["parent/12160",[3361,10.024]],["name/12161",[559,58.27]],["parent/12161",[3362,9.178]],["name/12162",[561,58.27]],["parent/12162",[3362,9.178]],["name/12163",[562,45.295]],["parent/12163",[3362,9.178]],["name/12164",[96,55.911]],["parent/12164",[3344,6.894]],["name/12165",[173,20.78]],["parent/12165",[3363,10.024]],["name/12166",[410,39.926]],["parent/12166",[3364,9.178]],["name/12167",[155,37.858]],["parent/12167",[3364,9.178]],["name/12168",[77,51.167]],["parent/12168",[3364,9.178]],["name/12169",[85,57.978]],["parent/12169",[3344,6.894]],["name/12170",[173,20.78]],["parent/12170",[3365,10.024]],["name/12171",[547,44.444]],["parent/12171",[3366,9.514]],["name/12172",[567,51.363]],["parent/12172",[3366,9.514]],["name/12173",[84,48.96]],["parent/12173",[3344,6.894]],["name/12174",[173,20.78]],["parent/12174",[3367,10.024]],["name/12175",[408,29.731]],["parent/12175",[3368,8.417]],["name/12176",[570,51.363]],["parent/12176",[3368,8.417]],["name/12177",[571,58.27]],["parent/12177",[3368,8.417]],["name/12178",[572,56.227]],["parent/12178",[3368,8.417]],["name/12179",[567,51.363]],["parent/12179",[3368,8.417]],["name/12180",[573,58.27]],["parent/12180",[3368,8.417]],["name/12181",[574,58.27]],["parent/12181",[3368,8.417]],["name/12182",[94,51.023]],["parent/12182",[3344,6.894]],["name/12183",[173,20.78]],["parent/12183",[3369,10.024]],["name/12184",[408,29.731]],["parent/12184",[3370,7.017]],["name/12185",[581,49.316]],["parent/12185",[3370,7.017]],["name/12186",[155,37.858]],["parent/12186",[3370,7.017]],["name/12187",[65,47.186]],["parent/12187",[3370,7.017]],["name/12188",[582,51.363]],["parent/12188",[3370,7.017]],["name/12189",[583,58.27]],["parent/12189",[3370,7.017]],["name/12190",[145,57.978]],["parent/12190",[3370,7.017]],["name/12191",[584,58.27]],["parent/12191",[3370,7.017]],["name/12192",[421,44.394]],["parent/12192",[3370,7.017]],["name/12193",[526,47.618]],["parent/12193",[3370,7.017]],["name/12194",[585,58.27]],["parent/12194",[3370,7.017]],["name/12195",[586,58.27]],["parent/12195",[3370,7.017]],["name/12196",[587,58.27]],["parent/12196",[3370,7.017]],["name/12197",[588,58.27]],["parent/12197",[3370,7.017]],["name/12198",[589,58.27]],["parent/12198",[3370,7.017]],["name/12199",[590,58.27]],["parent/12199",[3370,7.017]],["name/12200",[511,47.317]],["parent/12200",[3370,7.017]],["name/12201",[591,49.811]],["parent/12201",[3370,7.017]],["name/12202",[352,50.243]],["parent/12202",[3370,7.017]],["name/12203",[592,51.363]],["parent/12203",[3370,7.017]],["name/12204",[593,56.227]],["parent/12204",[3370,7.017]],["name/12205",[594,56.227]],["parent/12205",[3370,7.017]],["name/12206",[70,51.167]],["parent/12206",[3370,7.017]],["name/12207",[84,48.96]],["parent/12207",[3370,7.017]],["name/12208",[68,51.167]],["parent/12208",[3370,7.017]],["name/12209",[512,51.363]],["parent/12209",[3370,7.017]],["name/12210",[595,58.27]],["parent/12210",[3370,7.017]],["name/12211",[597,58.27]],["parent/12211",[3370,7.017]],["name/12212",[3030,69.355]],["parent/12212",[3370,7.017]],["name/12213",[387,62.202]],["parent/12213",[3370,7.017]],["name/12214",[71,49.643]],["parent/12214",[3344,6.894]],["name/12215",[173,20.78]],["parent/12215",[3371,10.024]],["name/12216",[599,58.27]],["parent/12216",[3372,9.514]],["name/12217",[601,58.27]],["parent/12217",[3372,9.514]],["name/12218",[72,57.883]],["parent/12218",[3344,6.894]],["name/12219",[173,20.78]],["parent/12219",[3373,10.024]],["name/12220",[408,29.731]],["parent/12220",[3374,8.927]],["name/12221",[562,45.295]],["parent/12221",[3374,8.927]],["name/12222",[604,58.27]],["parent/12222",[3374,8.927]],["name/12223",[605,58.27]],["parent/12223",[3374,8.927]],["name/12224",[74,58.075]],["parent/12224",[3344,6.894]],["name/12225",[173,20.78]],["parent/12225",[3375,10.024]],["name/12226",[408,29.731]],["parent/12226",[3376,8.927]],["name/12227",[410,39.926]],["parent/12227",[3376,8.927]],["name/12228",[521,51.363]],["parent/12228",[3376,8.927]],["name/12229",[608,58.27]],["parent/12229",[3376,8.927]],["name/12230",[75,57.883]],["parent/12230",[3344,6.894]],["name/12231",[173,20.78]],["parent/12231",[3377,10.024]],["name/12232",[410,39.926]],["parent/12232",[3378,9.178]],["name/12233",[611,58.27]],["parent/12233",[3378,9.178]],["name/12234",[612,58.27]],["parent/12234",[3378,9.178]],["name/12235",[76,57.883]],["parent/12235",[3344,6.894]],["name/12236",[173,20.78]],["parent/12236",[3379,10.024]],["name/12237",[408,29.731]],["parent/12237",[3380,8.56]],["name/12238",[615,58.27]],["parent/12238",[3380,8.56]],["name/12239",[71,49.643]],["parent/12239",[3380,8.56]],["name/12240",[570,51.363]],["parent/12240",[3380,8.56]],["name/12241",[616,58.27]],["parent/12241",[3380,8.56]],["name/12242",[617,58.27]],["parent/12242",[3380,8.56]],["name/12243",[78,58.075]],["parent/12243",[3344,6.894]],["name/12244",[173,20.78]],["parent/12244",[3381,10.024]],["name/12245",[619,58.27]],["parent/12245",[3382,8.727]],["name/12246",[621,58.27]],["parent/12246",[3382,8.727]],["name/12247",[622,47.317]],["parent/12247",[3382,8.727]],["name/12248",[623,58.27]],["parent/12248",[3382,8.727]],["name/12249",[624,58.27]],["parent/12249",[3382,8.727]],["name/12250",[98,51.167]],["parent/12250",[3344,6.894]],["name/12251",[173,20.78]],["parent/12251",[3383,10.024]],["name/12252",[626,58.27]],["parent/12252",[3384,10.024]],["name/12253",[93,50.025]],["parent/12253",[3344,6.894]],["name/12254",[173,20.78]],["parent/12254",[3385,10.024]],["name/12255",[629,58.27]],["parent/12255",[3386,9.178]],["name/12256",[631,58.27]],["parent/12256",[3386,9.178]],["name/12257",[632,58.27]],["parent/12257",[3386,9.178]],["name/12258",[79,57.883]],["parent/12258",[3344,6.894]],["name/12259",[173,20.78]],["parent/12259",[3387,10.024]],["name/12260",[581,49.316]],["parent/12260",[3388,7.907]],["name/12261",[547,44.444]],["parent/12261",[3388,7.907]],["name/12262",[544,45.905]],["parent/12262",[3388,7.907]],["name/12263",[635,58.27]],["parent/12263",[3388,7.907]],["name/12264",[636,46.586]],["parent/12264",[3388,7.907]],["name/12265",[637,58.27]],["parent/12265",[3388,7.907]],["name/12266",[98,51.167]],["parent/12266",[3388,7.907]],["name/12267",[93,50.025]],["parent/12267",[3388,7.907]],["name/12268",[638,58.27]],["parent/12268",[3388,7.907]],["name/12269",[639,58.27]],["parent/12269",[3388,7.907]],["name/12270",[640,58.27]],["parent/12270",[3388,7.907]],["name/12271",[534,51.363]],["parent/12271",[3388,7.907]],["name/12272",[80,55.757]],["parent/12272",[3344,6.894]],["name/12273",[173,20.78]],["parent/12273",[3389,10.024]],["name/12274",[408,29.731]],["parent/12274",[3390,9.514]],["name/12275",[547,44.444]],["parent/12275",[3390,9.514]],["name/12276",[81,57.883]],["parent/12276",[3344,6.894]],["name/12277",[173,20.78]],["parent/12277",[3391,10.024]],["name/12278",[644,58.27]],["parent/12278",[3392,8.927]],["name/12279",[173,20.78]],["parent/12279",[3392,8.927]],["name/12280",[646,51.363]],["parent/12280",[3393,8.56]],["name/12281",[636,46.586]],["parent/12281",[3393,8.56]],["name/12282",[622,47.317]],["parent/12282",[3393,8.56]],["name/12283",[648,58.27]],["parent/12283",[3392,8.927]],["name/12284",[173,20.78]],["parent/12284",[3392,8.927]],["name/12285",[646,51.363]],["parent/12285",[3393,8.56]],["name/12286",[636,46.586]],["parent/12286",[3393,8.56]],["name/12287",[622,47.317]],["parent/12287",[3393,8.56]],["name/12288",[83,55.604]],["parent/12288",[3344,6.894]],["name/12289",[173,20.78]],["parent/12289",[3394,10.024]],["name/12290",[65,47.186]],["parent/12290",[3395,8.727]],["name/12291",[421,44.394]],["parent/12291",[3395,8.727]],["name/12292",[408,29.731]],["parent/12292",[3395,8.727]],["name/12293",[94,51.023]],["parent/12293",[3395,8.727]],["name/12294",[540,45.268]],["parent/12294",[3395,8.727]],["name/12295",[651,56.147]],["parent/12295",[3344,6.894]],["name/12296",[86,57.883]],["parent/12296",[3344,6.894]],["name/12297",[173,20.78]],["parent/12297",[3396,10.024]],["name/12298",[653,58.27]],["parent/12298",[3397,8.727]],["name/12299",[655,58.27]],["parent/12299",[3397,8.727]],["name/12300",[656,58.27]],["parent/12300",[3397,8.727]],["name/12301",[657,58.27]],["parent/12301",[3397,8.727]],["name/12302",[658,58.27]],["parent/12302",[3397,8.727]],["name/12303",[87,58.075]],["parent/12303",[3344,6.894]],["name/12304",[173,20.78]],["parent/12304",[3398,10.024]],["name/12305",[408,29.731]],["parent/12305",[3399,8.927]],["name/12306",[661,58.27]],["parent/12306",[3399,8.927]],["name/12307",[662,58.27]],["parent/12307",[3399,8.927]],["name/12308",[663,58.27]],["parent/12308",[3399,8.927]],["name/12309",[88,57.883]],["parent/12309",[3344,6.894]],["name/12310",[173,20.78]],["parent/12310",[3400,10.024]],["name/12311",[408,29.731]],["parent/12311",[3401,8.081]],["name/12312",[340,56.068]],["parent/12312",[3401,8.081]],["name/12313",[666,58.27]],["parent/12313",[3401,8.081]],["name/12314",[334,56.147]],["parent/12314",[3401,8.081]],["name/12315",[667,58.27]],["parent/12315",[3401,8.081]],["name/12316",[668,58.27]],["parent/12316",[3401,8.081]],["name/12317",[669,58.27]],["parent/12317",[3401,8.081]],["name/12318",[670,58.27]],["parent/12318",[3401,8.081]],["name/12319",[671,58.27]],["parent/12319",[3401,8.081]],["name/12320",[672,58.27]],["parent/12320",[3401,8.081]],["name/12321",[89,57.511]],["parent/12321",[3344,6.894]],["name/12322",[173,20.78]],["parent/12322",[3402,10.024]],["name/12323",[408,29.731]],["parent/12323",[3403,8.727]],["name/12324",[675,58.27]],["parent/12324",[3403,8.727]],["name/12325",[676,58.27]],["parent/12325",[3403,8.727]],["name/12326",[677,58.27]],["parent/12326",[3403,8.727]],["name/12327",[678,58.27]],["parent/12327",[3403,8.727]],["name/12328",[90,57.883]],["parent/12328",[3344,6.894]],["name/12329",[173,20.78]],["parent/12329",[3404,10.024]],["name/12330",[562,45.295]],["parent/12330",[3405,9.178]],["name/12331",[532,51.363]],["parent/12331",[3405,9.178]],["name/12332",[681,58.27]],["parent/12332",[3405,9.178]],["name/12333",[91,58.075]],["parent/12333",[3344,6.894]],["name/12334",[173,20.78]],["parent/12334",[3406,10.024]],["name/12335",[408,29.731]],["parent/12335",[3407,8.927]],["name/12336",[684,51.363]],["parent/12336",[3407,8.927]],["name/12337",[172,58.075]],["parent/12337",[3407,8.927]],["name/12338",[592,51.363]],["parent/12338",[3407,8.927]],["name/12339",[95,58.075]],["parent/12339",[3344,6.894]],["name/12340",[173,20.78]],["parent/12340",[3408,10.024]],["name/12341",[686,54.532]],["parent/12341",[3409,8.292]],["name/12342",[582,51.363]],["parent/12342",[3409,8.292]],["name/12343",[688,58.27]],["parent/12343",[3409,8.292]],["name/12344",[511,47.317]],["parent/12344",[3409,8.292]],["name/12345",[591,49.811]],["parent/12345",[3409,8.292]],["name/12346",[352,50.243]],["parent/12346",[3409,8.292]],["name/12347",[684,51.363]],["parent/12347",[3409,8.292]],["name/12348",[689,58.27]],["parent/12348",[3409,8.292]],["name/12349",[97,55.911]],["parent/12349",[3344,6.894]],["name/12350",[173,20.78]],["parent/12350",[3410,10.024]],["name/12351",[417,58.075]],["parent/12351",[3411,8.927]],["name/12352",[419,58.075]],["parent/12352",[3411,8.927]],["name/12353",[420,58.075]],["parent/12353",[3411,8.927]],["name/12354",[421,44.394]],["parent/12354",[3411,8.927]],["name/12355",[3002,69.355]],["parent/12355",[115,9.514]],["name/12356",[73,51.562]],["parent/12356",[3412,6.894]],["name/12357",[173,20.78]],["parent/12357",[3413,10.024]],["name/12358",[504,58.27]],["parent/12358",[3414,8.927]],["name/12359",[506,58.27]],["parent/12359",[3414,8.927]],["name/12360",[155,37.858]],["parent/12360",[3414,8.927]],["name/12361",[507,58.27]],["parent/12361",[3414,8.927]],["name/12362",[92,51.167]],["parent/12362",[3412,6.894]],["name/12363",[173,20.78]],["parent/12363",[3415,10.024]],["name/12364",[509,58.27]],["parent/12364",[3416,8.727]],["name/12365",[511,47.317]],["parent/12365",[3416,8.727]],["name/12366",[512,51.363]],["parent/12366",[3416,8.727]],["name/12367",[344,48.357]],["parent/12367",[3416,8.727]],["name/12368",[513,51.363]],["parent/12368",[3416,8.727]],["name/12369",[65,47.186]],["parent/12369",[3412,6.894]],["name/12370",[173,20.78]],["parent/12370",[3417,10.024]],["name/12371",[408,29.731]],["parent/12371",[3418,7.413]],["name/12372",[493,49.276]],["parent/12372",[3418,7.413]],["name/12373",[516,51.363]],["parent/12373",[3418,7.413]],["name/12374",[517,58.27]],["parent/12374",[3418,7.413]],["name/12375",[518,58.27]],["parent/12375",[3418,7.413]],["name/12376",[421,44.394]],["parent/12376",[3418,7.413]],["name/12377",[519,58.27]],["parent/12377",[3418,7.413]],["name/12378",[520,58.27]],["parent/12378",[3418,7.413]],["name/12379",[521,51.363]],["parent/12379",[3418,7.413]],["name/12380",[344,48.357]],["parent/12380",[3418,7.413]],["name/12381",[155,37.858]],["parent/12381",[3418,7.413]],["name/12382",[522,58.27]],["parent/12382",[3418,7.413]],["name/12383",[523,58.27]],["parent/12383",[3418,7.413]],["name/12384",[524,58.27]],["parent/12384",[3418,7.413]],["name/12385",[525,58.27]],["parent/12385",[3418,7.413]],["name/12386",[526,47.618]],["parent/12386",[3418,7.413]],["name/12387",[527,58.27]],["parent/12387",[3418,7.413]],["name/12388",[513,51.363]],["parent/12388",[3418,7.413]],["name/12389",[528,58.27]],["parent/12389",[3418,7.413]],["name/12390",[92,51.167]],["parent/12390",[3418,7.413]],["name/12391",[67,57.883]],["parent/12391",[3412,6.894]],["name/12392",[173,20.78]],["parent/12392",[3419,10.024]],["name/12393",[530,58.27]],["parent/12393",[3420,8.927]],["name/12394",[532,51.363]],["parent/12394",[3420,8.927]],["name/12395",[533,58.27]],["parent/12395",[3420,8.927]],["name/12396",[534,51.363]],["parent/12396",[3420,8.927]],["name/12397",[68,51.167]],["parent/12397",[3412,6.894]],["name/12398",[173,20.78]],["parent/12398",[3421,10.024]],["name/12399",[410,39.926]],["parent/12399",[3422,9.178]],["name/12400",[411,58.075]],["parent/12400",[3422,9.178]],["name/12401",[537,58.27]],["parent/12401",[3422,9.178]],["name/12402",[69,57.883]],["parent/12402",[3412,6.894]],["name/12403",[173,20.78]],["parent/12403",[3423,10.024]],["name/12404",[408,29.731]],["parent/12404",[3424,8.292]],["name/12405",[540,45.268]],["parent/12405",[3424,8.292]],["name/12406",[155,37.858]],["parent/12406",[3424,8.292]],["name/12407",[541,58.27]],["parent/12407",[3424,8.292]],["name/12408",[542,58.27]],["parent/12408",[3424,8.292]],["name/12409",[543,58.27]],["parent/12409",[3424,8.292]],["name/12410",[342,56.068]],["parent/12410",[3424,8.292]],["name/12411",[544,45.905]],["parent/12411",[3424,8.292]],["name/12412",[70,51.167]],["parent/12412",[3412,6.894]],["name/12413",[173,20.78]],["parent/12413",[3425,10.024]],["name/12414",[155,37.858]],["parent/12414",[3426,7.907]],["name/12415",[547,44.444]],["parent/12415",[3426,7.907]],["name/12416",[544,45.905]],["parent/12416",[3426,7.907]],["name/12417",[540,45.268]],["parent/12417",[3426,7.907]],["name/12418",[548,58.27]],["parent/12418",[3426,7.907]],["name/12419",[549,58.27]],["parent/12419",[3426,7.907]],["name/12420",[550,58.27]],["parent/12420",[3426,7.907]],["name/12421",[551,58.27]],["parent/12421",[3426,7.907]],["name/12422",[552,58.27]],["parent/12422",[3426,7.907]],["name/12423",[553,58.27]],["parent/12423",[3426,7.907]],["name/12424",[554,56.227]],["parent/12424",[3426,7.907]],["name/12425",[555,56.227]],["parent/12425",[3426,7.907]],["name/12426",[82,57.511]],["parent/12426",[3412,6.894]],["name/12427",[173,20.78]],["parent/12427",[3427,10.024]],["name/12428",[408,29.731]],["parent/12428",[3428,8.927]],["name/12429",[493,49.276]],["parent/12429",[3428,8.927]],["name/12430",[155,37.858]],["parent/12430",[3428,8.927]],["name/12431",[516,51.363]],["parent/12431",[3428,8.927]],["name/12432",[77,51.167]],["parent/12432",[3412,6.894]],["name/12433",[173,20.78]],["parent/12433",[3429,10.024]],["name/12434",[559,58.27]],["parent/12434",[3430,9.178]],["name/12435",[561,58.27]],["parent/12435",[3430,9.178]],["name/12436",[562,45.295]],["parent/12436",[3430,9.178]],["name/12437",[96,55.911]],["parent/12437",[3412,6.894]],["name/12438",[173,20.78]],["parent/12438",[3431,10.024]],["name/12439",[410,39.926]],["parent/12439",[3432,9.178]],["name/12440",[155,37.858]],["parent/12440",[3432,9.178]],["name/12441",[77,51.167]],["parent/12441",[3432,9.178]],["name/12442",[85,57.978]],["parent/12442",[3412,6.894]],["name/12443",[173,20.78]],["parent/12443",[3433,10.024]],["name/12444",[547,44.444]],["parent/12444",[3434,9.514]],["name/12445",[567,51.363]],["parent/12445",[3434,9.514]],["name/12446",[84,48.96]],["parent/12446",[3412,6.894]],["name/12447",[173,20.78]],["parent/12447",[3435,10.024]],["name/12448",[408,29.731]],["parent/12448",[3436,8.417]],["name/12449",[570,51.363]],["parent/12449",[3436,8.417]],["name/12450",[571,58.27]],["parent/12450",[3436,8.417]],["name/12451",[572,56.227]],["parent/12451",[3436,8.417]],["name/12452",[567,51.363]],["parent/12452",[3436,8.417]],["name/12453",[573,58.27]],["parent/12453",[3436,8.417]],["name/12454",[574,58.27]],["parent/12454",[3436,8.417]],["name/12455",[94,51.023]],["parent/12455",[3412,6.894]],["name/12456",[173,20.78]],["parent/12456",[3437,10.024]],["name/12457",[408,29.731]],["parent/12457",[3438,7.017]],["name/12458",[581,49.316]],["parent/12458",[3438,7.017]],["name/12459",[155,37.858]],["parent/12459",[3438,7.017]],["name/12460",[65,47.186]],["parent/12460",[3438,7.017]],["name/12461",[582,51.363]],["parent/12461",[3438,7.017]],["name/12462",[583,58.27]],["parent/12462",[3438,7.017]],["name/12463",[145,57.978]],["parent/12463",[3438,7.017]],["name/12464",[584,58.27]],["parent/12464",[3438,7.017]],["name/12465",[421,44.394]],["parent/12465",[3438,7.017]],["name/12466",[526,47.618]],["parent/12466",[3438,7.017]],["name/12467",[585,58.27]],["parent/12467",[3438,7.017]],["name/12468",[586,58.27]],["parent/12468",[3438,7.017]],["name/12469",[587,58.27]],["parent/12469",[3438,7.017]],["name/12470",[588,58.27]],["parent/12470",[3438,7.017]],["name/12471",[589,58.27]],["parent/12471",[3438,7.017]],["name/12472",[590,58.27]],["parent/12472",[3438,7.017]],["name/12473",[511,47.317]],["parent/12473",[3438,7.017]],["name/12474",[591,49.811]],["parent/12474",[3438,7.017]],["name/12475",[352,50.243]],["parent/12475",[3438,7.017]],["name/12476",[592,51.363]],["parent/12476",[3438,7.017]],["name/12477",[593,56.227]],["parent/12477",[3438,7.017]],["name/12478",[594,56.227]],["parent/12478",[3438,7.017]],["name/12479",[70,51.167]],["parent/12479",[3438,7.017]],["name/12480",[84,48.96]],["parent/12480",[3438,7.017]],["name/12481",[68,51.167]],["parent/12481",[3438,7.017]],["name/12482",[512,51.363]],["parent/12482",[3438,7.017]],["name/12483",[595,58.27]],["parent/12483",[3438,7.017]],["name/12484",[597,58.27]],["parent/12484",[3438,7.017]],["name/12485",[3030,69.355]],["parent/12485",[3438,7.017]],["name/12486",[387,62.202]],["parent/12486",[3438,7.017]],["name/12487",[71,49.643]],["parent/12487",[3412,6.894]],["name/12488",[173,20.78]],["parent/12488",[3439,10.024]],["name/12489",[599,58.27]],["parent/12489",[3440,9.514]],["name/12490",[601,58.27]],["parent/12490",[3440,9.514]],["name/12491",[72,57.883]],["parent/12491",[3412,6.894]],["name/12492",[173,20.78]],["parent/12492",[3441,10.024]],["name/12493",[408,29.731]],["parent/12493",[3442,8.927]],["name/12494",[562,45.295]],["parent/12494",[3442,8.927]],["name/12495",[604,58.27]],["parent/12495",[3442,8.927]],["name/12496",[605,58.27]],["parent/12496",[3442,8.927]],["name/12497",[74,58.075]],["parent/12497",[3412,6.894]],["name/12498",[173,20.78]],["parent/12498",[3443,10.024]],["name/12499",[408,29.731]],["parent/12499",[3444,8.927]],["name/12500",[410,39.926]],["parent/12500",[3444,8.927]],["name/12501",[521,51.363]],["parent/12501",[3444,8.927]],["name/12502",[608,58.27]],["parent/12502",[3444,8.927]],["name/12503",[75,57.883]],["parent/12503",[3412,6.894]],["name/12504",[173,20.78]],["parent/12504",[3445,10.024]],["name/12505",[410,39.926]],["parent/12505",[3446,9.178]],["name/12506",[611,58.27]],["parent/12506",[3446,9.178]],["name/12507",[612,58.27]],["parent/12507",[3446,9.178]],["name/12508",[76,57.883]],["parent/12508",[3412,6.894]],["name/12509",[173,20.78]],["parent/12509",[3447,10.024]],["name/12510",[408,29.731]],["parent/12510",[3448,8.56]],["name/12511",[615,58.27]],["parent/12511",[3448,8.56]],["name/12512",[71,49.643]],["parent/12512",[3448,8.56]],["name/12513",[570,51.363]],["parent/12513",[3448,8.56]],["name/12514",[616,58.27]],["parent/12514",[3448,8.56]],["name/12515",[617,58.27]],["parent/12515",[3448,8.56]],["name/12516",[78,58.075]],["parent/12516",[3412,6.894]],["name/12517",[173,20.78]],["parent/12517",[3449,10.024]],["name/12518",[619,58.27]],["parent/12518",[3450,8.727]],["name/12519",[621,58.27]],["parent/12519",[3450,8.727]],["name/12520",[622,47.317]],["parent/12520",[3450,8.727]],["name/12521",[623,58.27]],["parent/12521",[3450,8.727]],["name/12522",[624,58.27]],["parent/12522",[3450,8.727]],["name/12523",[98,51.167]],["parent/12523",[3412,6.894]],["name/12524",[173,20.78]],["parent/12524",[3451,10.024]],["name/12525",[626,58.27]],["parent/12525",[3452,10.024]],["name/12526",[93,50.025]],["parent/12526",[3412,6.894]],["name/12527",[173,20.78]],["parent/12527",[3453,10.024]],["name/12528",[629,58.27]],["parent/12528",[3454,9.178]],["name/12529",[631,58.27]],["parent/12529",[3454,9.178]],["name/12530",[632,58.27]],["parent/12530",[3454,9.178]],["name/12531",[79,57.883]],["parent/12531",[3412,6.894]],["name/12532",[173,20.78]],["parent/12532",[3455,10.024]],["name/12533",[581,49.316]],["parent/12533",[3456,7.907]],["name/12534",[547,44.444]],["parent/12534",[3456,7.907]],["name/12535",[544,45.905]],["parent/12535",[3456,7.907]],["name/12536",[635,58.27]],["parent/12536",[3456,7.907]],["name/12537",[636,46.586]],["parent/12537",[3456,7.907]],["name/12538",[637,58.27]],["parent/12538",[3456,7.907]],["name/12539",[98,51.167]],["parent/12539",[3456,7.907]],["name/12540",[93,50.025]],["parent/12540",[3456,7.907]],["name/12541",[638,58.27]],["parent/12541",[3456,7.907]],["name/12542",[639,58.27]],["parent/12542",[3456,7.907]],["name/12543",[640,58.27]],["parent/12543",[3456,7.907]],["name/12544",[534,51.363]],["parent/12544",[3456,7.907]],["name/12545",[80,55.757]],["parent/12545",[3412,6.894]],["name/12546",[173,20.78]],["parent/12546",[3457,10.024]],["name/12547",[408,29.731]],["parent/12547",[3458,9.514]],["name/12548",[547,44.444]],["parent/12548",[3458,9.514]],["name/12549",[81,57.883]],["parent/12549",[3412,6.894]],["name/12550",[173,20.78]],["parent/12550",[3459,10.024]],["name/12551",[644,58.27]],["parent/12551",[3460,8.927]],["name/12552",[173,20.78]],["parent/12552",[3460,8.927]],["name/12553",[646,51.363]],["parent/12553",[3461,8.56]],["name/12554",[636,46.586]],["parent/12554",[3461,8.56]],["name/12555",[622,47.317]],["parent/12555",[3461,8.56]],["name/12556",[648,58.27]],["parent/12556",[3460,8.927]],["name/12557",[173,20.78]],["parent/12557",[3460,8.927]],["name/12558",[646,51.363]],["parent/12558",[3461,8.56]],["name/12559",[636,46.586]],["parent/12559",[3461,8.56]],["name/12560",[622,47.317]],["parent/12560",[3461,8.56]],["name/12561",[83,55.604]],["parent/12561",[3412,6.894]],["name/12562",[173,20.78]],["parent/12562",[3462,10.024]],["name/12563",[65,47.186]],["parent/12563",[3463,8.727]],["name/12564",[421,44.394]],["parent/12564",[3463,8.727]],["name/12565",[408,29.731]],["parent/12565",[3463,8.727]],["name/12566",[94,51.023]],["parent/12566",[3463,8.727]],["name/12567",[540,45.268]],["parent/12567",[3463,8.727]],["name/12568",[651,56.147]],["parent/12568",[3412,6.894]],["name/12569",[86,57.883]],["parent/12569",[3412,6.894]],["name/12570",[173,20.78]],["parent/12570",[3464,10.024]],["name/12571",[653,58.27]],["parent/12571",[3465,8.727]],["name/12572",[655,58.27]],["parent/12572",[3465,8.727]],["name/12573",[656,58.27]],["parent/12573",[3465,8.727]],["name/12574",[657,58.27]],["parent/12574",[3465,8.727]],["name/12575",[658,58.27]],["parent/12575",[3465,8.727]],["name/12576",[87,58.075]],["parent/12576",[3412,6.894]],["name/12577",[173,20.78]],["parent/12577",[3466,10.024]],["name/12578",[408,29.731]],["parent/12578",[3467,8.927]],["name/12579",[661,58.27]],["parent/12579",[3467,8.927]],["name/12580",[662,58.27]],["parent/12580",[3467,8.927]],["name/12581",[663,58.27]],["parent/12581",[3467,8.927]],["name/12582",[88,57.883]],["parent/12582",[3412,6.894]],["name/12583",[173,20.78]],["parent/12583",[3468,10.024]],["name/12584",[408,29.731]],["parent/12584",[3469,8.081]],["name/12585",[340,56.068]],["parent/12585",[3469,8.081]],["name/12586",[666,58.27]],["parent/12586",[3469,8.081]],["name/12587",[334,56.147]],["parent/12587",[3469,8.081]],["name/12588",[667,58.27]],["parent/12588",[3469,8.081]],["name/12589",[668,58.27]],["parent/12589",[3469,8.081]],["name/12590",[669,58.27]],["parent/12590",[3469,8.081]],["name/12591",[670,58.27]],["parent/12591",[3469,8.081]],["name/12592",[671,58.27]],["parent/12592",[3469,8.081]],["name/12593",[672,58.27]],["parent/12593",[3469,8.081]],["name/12594",[89,57.511]],["parent/12594",[3412,6.894]],["name/12595",[173,20.78]],["parent/12595",[3470,10.024]],["name/12596",[408,29.731]],["parent/12596",[3471,8.727]],["name/12597",[675,58.27]],["parent/12597",[3471,8.727]],["name/12598",[676,58.27]],["parent/12598",[3471,8.727]],["name/12599",[677,58.27]],["parent/12599",[3471,8.727]],["name/12600",[678,58.27]],["parent/12600",[3471,8.727]],["name/12601",[90,57.883]],["parent/12601",[3412,6.894]],["name/12602",[173,20.78]],["parent/12602",[3472,10.024]],["name/12603",[562,45.295]],["parent/12603",[3473,9.178]],["name/12604",[532,51.363]],["parent/12604",[3473,9.178]],["name/12605",[681,58.27]],["parent/12605",[3473,9.178]],["name/12606",[91,58.075]],["parent/12606",[3412,6.894]],["name/12607",[173,20.78]],["parent/12607",[3474,10.024]],["name/12608",[408,29.731]],["parent/12608",[3475,8.927]],["name/12609",[684,51.363]],["parent/12609",[3475,8.927]],["name/12610",[172,58.075]],["parent/12610",[3475,8.927]],["name/12611",[592,51.363]],["parent/12611",[3475,8.927]],["name/12612",[95,58.075]],["parent/12612",[3412,6.894]],["name/12613",[173,20.78]],["parent/12613",[3476,10.024]],["name/12614",[686,54.532]],["parent/12614",[3477,8.292]],["name/12615",[582,51.363]],["parent/12615",[3477,8.292]],["name/12616",[688,58.27]],["parent/12616",[3477,8.292]],["name/12617",[511,47.317]],["parent/12617",[3477,8.292]],["name/12618",[591,49.811]],["parent/12618",[3477,8.292]],["name/12619",[352,50.243]],["parent/12619",[3477,8.292]],["name/12620",[684,51.363]],["parent/12620",[3477,8.292]],["name/12621",[689,58.27]],["parent/12621",[3477,8.292]],["name/12622",[97,55.911]],["parent/12622",[3412,6.894]],["name/12623",[173,20.78]],["parent/12623",[3478,10.024]],["name/12624",[417,58.075]],["parent/12624",[3479,8.927]],["name/12625",[419,58.075]],["parent/12625",[3479,8.927]],["name/12626",[420,58.075]],["parent/12626",[3479,8.927]],["name/12627",[421,44.394]],["parent/12627",[3479,8.927]],["name/12628",[3002,69.355]],["parent/12628",[116,9.514]],["name/12629",[73,51.562]],["parent/12629",[3480,6.894]],["name/12630",[173,20.78]],["parent/12630",[3481,10.024]],["name/12631",[504,58.27]],["parent/12631",[3482,8.927]],["name/12632",[506,58.27]],["parent/12632",[3482,8.927]],["name/12633",[155,37.858]],["parent/12633",[3482,8.927]],["name/12634",[507,58.27]],["parent/12634",[3482,8.927]],["name/12635",[92,51.167]],["parent/12635",[3480,6.894]],["name/12636",[173,20.78]],["parent/12636",[3483,10.024]],["name/12637",[509,58.27]],["parent/12637",[3484,8.727]],["name/12638",[511,47.317]],["parent/12638",[3484,8.727]],["name/12639",[512,51.363]],["parent/12639",[3484,8.727]],["name/12640",[344,48.357]],["parent/12640",[3484,8.727]],["name/12641",[513,51.363]],["parent/12641",[3484,8.727]],["name/12642",[65,47.186]],["parent/12642",[3480,6.894]],["name/12643",[173,20.78]],["parent/12643",[3485,10.024]],["name/12644",[408,29.731]],["parent/12644",[3486,7.413]],["name/12645",[493,49.276]],["parent/12645",[3486,7.413]],["name/12646",[516,51.363]],["parent/12646",[3486,7.413]],["name/12647",[517,58.27]],["parent/12647",[3486,7.413]],["name/12648",[518,58.27]],["parent/12648",[3486,7.413]],["name/12649",[421,44.394]],["parent/12649",[3486,7.413]],["name/12650",[519,58.27]],["parent/12650",[3486,7.413]],["name/12651",[520,58.27]],["parent/12651",[3486,7.413]],["name/12652",[521,51.363]],["parent/12652",[3486,7.413]],["name/12653",[344,48.357]],["parent/12653",[3486,7.413]],["name/12654",[155,37.858]],["parent/12654",[3486,7.413]],["name/12655",[522,58.27]],["parent/12655",[3486,7.413]],["name/12656",[523,58.27]],["parent/12656",[3486,7.413]],["name/12657",[524,58.27]],["parent/12657",[3486,7.413]],["name/12658",[525,58.27]],["parent/12658",[3486,7.413]],["name/12659",[526,47.618]],["parent/12659",[3486,7.413]],["name/12660",[527,58.27]],["parent/12660",[3486,7.413]],["name/12661",[513,51.363]],["parent/12661",[3486,7.413]],["name/12662",[528,58.27]],["parent/12662",[3486,7.413]],["name/12663",[92,51.167]],["parent/12663",[3486,7.413]],["name/12664",[67,57.883]],["parent/12664",[3480,6.894]],["name/12665",[173,20.78]],["parent/12665",[3487,10.024]],["name/12666",[530,58.27]],["parent/12666",[3488,8.927]],["name/12667",[532,51.363]],["parent/12667",[3488,8.927]],["name/12668",[533,58.27]],["parent/12668",[3488,8.927]],["name/12669",[534,51.363]],["parent/12669",[3488,8.927]],["name/12670",[68,51.167]],["parent/12670",[3480,6.894]],["name/12671",[173,20.78]],["parent/12671",[3489,10.024]],["name/12672",[410,39.926]],["parent/12672",[3490,9.178]],["name/12673",[411,58.075]],["parent/12673",[3490,9.178]],["name/12674",[537,58.27]],["parent/12674",[3490,9.178]],["name/12675",[69,57.883]],["parent/12675",[3480,6.894]],["name/12676",[173,20.78]],["parent/12676",[3491,10.024]],["name/12677",[408,29.731]],["parent/12677",[3492,8.292]],["name/12678",[540,45.268]],["parent/12678",[3492,8.292]],["name/12679",[155,37.858]],["parent/12679",[3492,8.292]],["name/12680",[541,58.27]],["parent/12680",[3492,8.292]],["name/12681",[542,58.27]],["parent/12681",[3492,8.292]],["name/12682",[543,58.27]],["parent/12682",[3492,8.292]],["name/12683",[342,56.068]],["parent/12683",[3492,8.292]],["name/12684",[544,45.905]],["parent/12684",[3492,8.292]],["name/12685",[70,51.167]],["parent/12685",[3480,6.894]],["name/12686",[173,20.78]],["parent/12686",[3493,10.024]],["name/12687",[155,37.858]],["parent/12687",[3494,7.907]],["name/12688",[547,44.444]],["parent/12688",[3494,7.907]],["name/12689",[544,45.905]],["parent/12689",[3494,7.907]],["name/12690",[540,45.268]],["parent/12690",[3494,7.907]],["name/12691",[548,58.27]],["parent/12691",[3494,7.907]],["name/12692",[549,58.27]],["parent/12692",[3494,7.907]],["name/12693",[550,58.27]],["parent/12693",[3494,7.907]],["name/12694",[551,58.27]],["parent/12694",[3494,7.907]],["name/12695",[552,58.27]],["parent/12695",[3494,7.907]],["name/12696",[553,58.27]],["parent/12696",[3494,7.907]],["name/12697",[554,56.227]],["parent/12697",[3494,7.907]],["name/12698",[555,56.227]],["parent/12698",[3494,7.907]],["name/12699",[82,57.511]],["parent/12699",[3480,6.894]],["name/12700",[173,20.78]],["parent/12700",[3495,10.024]],["name/12701",[408,29.731]],["parent/12701",[3496,8.927]],["name/12702",[493,49.276]],["parent/12702",[3496,8.927]],["name/12703",[155,37.858]],["parent/12703",[3496,8.927]],["name/12704",[516,51.363]],["parent/12704",[3496,8.927]],["name/12705",[77,51.167]],["parent/12705",[3480,6.894]],["name/12706",[173,20.78]],["parent/12706",[3497,10.024]],["name/12707",[559,58.27]],["parent/12707",[3498,9.178]],["name/12708",[561,58.27]],["parent/12708",[3498,9.178]],["name/12709",[562,45.295]],["parent/12709",[3498,9.178]],["name/12710",[96,55.911]],["parent/12710",[3480,6.894]],["name/12711",[173,20.78]],["parent/12711",[3499,10.024]],["name/12712",[410,39.926]],["parent/12712",[3500,9.178]],["name/12713",[155,37.858]],["parent/12713",[3500,9.178]],["name/12714",[77,51.167]],["parent/12714",[3500,9.178]],["name/12715",[85,57.978]],["parent/12715",[3480,6.894]],["name/12716",[173,20.78]],["parent/12716",[3501,10.024]],["name/12717",[547,44.444]],["parent/12717",[3502,9.514]],["name/12718",[567,51.363]],["parent/12718",[3502,9.514]],["name/12719",[84,48.96]],["parent/12719",[3480,6.894]],["name/12720",[173,20.78]],["parent/12720",[3503,10.024]],["name/12721",[408,29.731]],["parent/12721",[3504,8.417]],["name/12722",[570,51.363]],["parent/12722",[3504,8.417]],["name/12723",[571,58.27]],["parent/12723",[3504,8.417]],["name/12724",[572,56.227]],["parent/12724",[3504,8.417]],["name/12725",[567,51.363]],["parent/12725",[3504,8.417]],["name/12726",[573,58.27]],["parent/12726",[3504,8.417]],["name/12727",[574,58.27]],["parent/12727",[3504,8.417]],["name/12728",[94,51.023]],["parent/12728",[3480,6.894]],["name/12729",[173,20.78]],["parent/12729",[3505,10.024]],["name/12730",[408,29.731]],["parent/12730",[3506,7.017]],["name/12731",[581,49.316]],["parent/12731",[3506,7.017]],["name/12732",[155,37.858]],["parent/12732",[3506,7.017]],["name/12733",[65,47.186]],["parent/12733",[3506,7.017]],["name/12734",[582,51.363]],["parent/12734",[3506,7.017]],["name/12735",[583,58.27]],["parent/12735",[3506,7.017]],["name/12736",[145,57.978]],["parent/12736",[3506,7.017]],["name/12737",[584,58.27]],["parent/12737",[3506,7.017]],["name/12738",[421,44.394]],["parent/12738",[3506,7.017]],["name/12739",[526,47.618]],["parent/12739",[3506,7.017]],["name/12740",[585,58.27]],["parent/12740",[3506,7.017]],["name/12741",[586,58.27]],["parent/12741",[3506,7.017]],["name/12742",[587,58.27]],["parent/12742",[3506,7.017]],["name/12743",[588,58.27]],["parent/12743",[3506,7.017]],["name/12744",[589,58.27]],["parent/12744",[3506,7.017]],["name/12745",[590,58.27]],["parent/12745",[3506,7.017]],["name/12746",[511,47.317]],["parent/12746",[3506,7.017]],["name/12747",[591,49.811]],["parent/12747",[3506,7.017]],["name/12748",[352,50.243]],["parent/12748",[3506,7.017]],["name/12749",[592,51.363]],["parent/12749",[3506,7.017]],["name/12750",[593,56.227]],["parent/12750",[3506,7.017]],["name/12751",[594,56.227]],["parent/12751",[3506,7.017]],["name/12752",[70,51.167]],["parent/12752",[3506,7.017]],["name/12753",[84,48.96]],["parent/12753",[3506,7.017]],["name/12754",[68,51.167]],["parent/12754",[3506,7.017]],["name/12755",[512,51.363]],["parent/12755",[3506,7.017]],["name/12756",[595,58.27]],["parent/12756",[3506,7.017]],["name/12757",[597,58.27]],["parent/12757",[3506,7.017]],["name/12758",[3030,69.355]],["parent/12758",[3506,7.017]],["name/12759",[387,62.202]],["parent/12759",[3506,7.017]],["name/12760",[71,49.643]],["parent/12760",[3480,6.894]],["name/12761",[173,20.78]],["parent/12761",[3507,10.024]],["name/12762",[599,58.27]],["parent/12762",[3508,9.514]],["name/12763",[601,58.27]],["parent/12763",[3508,9.514]],["name/12764",[72,57.883]],["parent/12764",[3480,6.894]],["name/12765",[173,20.78]],["parent/12765",[3509,10.024]],["name/12766",[408,29.731]],["parent/12766",[3510,8.927]],["name/12767",[562,45.295]],["parent/12767",[3510,8.927]],["name/12768",[604,58.27]],["parent/12768",[3510,8.927]],["name/12769",[605,58.27]],["parent/12769",[3510,8.927]],["name/12770",[74,58.075]],["parent/12770",[3480,6.894]],["name/12771",[173,20.78]],["parent/12771",[3511,10.024]],["name/12772",[408,29.731]],["parent/12772",[3512,8.927]],["name/12773",[410,39.926]],["parent/12773",[3512,8.927]],["name/12774",[521,51.363]],["parent/12774",[3512,8.927]],["name/12775",[608,58.27]],["parent/12775",[3512,8.927]],["name/12776",[75,57.883]],["parent/12776",[3480,6.894]],["name/12777",[173,20.78]],["parent/12777",[3513,10.024]],["name/12778",[410,39.926]],["parent/12778",[3514,9.178]],["name/12779",[611,58.27]],["parent/12779",[3514,9.178]],["name/12780",[612,58.27]],["parent/12780",[3514,9.178]],["name/12781",[76,57.883]],["parent/12781",[3480,6.894]],["name/12782",[173,20.78]],["parent/12782",[3515,10.024]],["name/12783",[408,29.731]],["parent/12783",[3516,8.56]],["name/12784",[615,58.27]],["parent/12784",[3516,8.56]],["name/12785",[71,49.643]],["parent/12785",[3516,8.56]],["name/12786",[570,51.363]],["parent/12786",[3516,8.56]],["name/12787",[616,58.27]],["parent/12787",[3516,8.56]],["name/12788",[617,58.27]],["parent/12788",[3516,8.56]],["name/12789",[78,58.075]],["parent/12789",[3480,6.894]],["name/12790",[173,20.78]],["parent/12790",[3517,10.024]],["name/12791",[619,58.27]],["parent/12791",[3518,8.727]],["name/12792",[621,58.27]],["parent/12792",[3518,8.727]],["name/12793",[622,47.317]],["parent/12793",[3518,8.727]],["name/12794",[623,58.27]],["parent/12794",[3518,8.727]],["name/12795",[624,58.27]],["parent/12795",[3518,8.727]],["name/12796",[98,51.167]],["parent/12796",[3480,6.894]],["name/12797",[173,20.78]],["parent/12797",[3519,10.024]],["name/12798",[626,58.27]],["parent/12798",[3520,10.024]],["name/12799",[93,50.025]],["parent/12799",[3480,6.894]],["name/12800",[173,20.78]],["parent/12800",[3521,10.024]],["name/12801",[629,58.27]],["parent/12801",[3522,9.178]],["name/12802",[631,58.27]],["parent/12802",[3522,9.178]],["name/12803",[632,58.27]],["parent/12803",[3522,9.178]],["name/12804",[79,57.883]],["parent/12804",[3480,6.894]],["name/12805",[173,20.78]],["parent/12805",[3523,10.024]],["name/12806",[581,49.316]],["parent/12806",[3524,7.907]],["name/12807",[547,44.444]],["parent/12807",[3524,7.907]],["name/12808",[544,45.905]],["parent/12808",[3524,7.907]],["name/12809",[635,58.27]],["parent/12809",[3524,7.907]],["name/12810",[636,46.586]],["parent/12810",[3524,7.907]],["name/12811",[637,58.27]],["parent/12811",[3524,7.907]],["name/12812",[98,51.167]],["parent/12812",[3524,7.907]],["name/12813",[93,50.025]],["parent/12813",[3524,7.907]],["name/12814",[638,58.27]],["parent/12814",[3524,7.907]],["name/12815",[639,58.27]],["parent/12815",[3524,7.907]],["name/12816",[640,58.27]],["parent/12816",[3524,7.907]],["name/12817",[534,51.363]],["parent/12817",[3524,7.907]],["name/12818",[80,55.757]],["parent/12818",[3480,6.894]],["name/12819",[173,20.78]],["parent/12819",[3525,10.024]],["name/12820",[408,29.731]],["parent/12820",[3526,9.514]],["name/12821",[547,44.444]],["parent/12821",[3526,9.514]],["name/12822",[81,57.883]],["parent/12822",[3480,6.894]],["name/12823",[173,20.78]],["parent/12823",[3527,10.024]],["name/12824",[644,58.27]],["parent/12824",[3528,8.927]],["name/12825",[173,20.78]],["parent/12825",[3528,8.927]],["name/12826",[646,51.363]],["parent/12826",[3529,8.56]],["name/12827",[636,46.586]],["parent/12827",[3529,8.56]],["name/12828",[622,47.317]],["parent/12828",[3529,8.56]],["name/12829",[648,58.27]],["parent/12829",[3528,8.927]],["name/12830",[173,20.78]],["parent/12830",[3528,8.927]],["name/12831",[646,51.363]],["parent/12831",[3529,8.56]],["name/12832",[636,46.586]],["parent/12832",[3529,8.56]],["name/12833",[622,47.317]],["parent/12833",[3529,8.56]],["name/12834",[83,55.604]],["parent/12834",[3480,6.894]],["name/12835",[173,20.78]],["parent/12835",[3530,10.024]],["name/12836",[65,47.186]],["parent/12836",[3531,8.727]],["name/12837",[421,44.394]],["parent/12837",[3531,8.727]],["name/12838",[408,29.731]],["parent/12838",[3531,8.727]],["name/12839",[94,51.023]],["parent/12839",[3531,8.727]],["name/12840",[540,45.268]],["parent/12840",[3531,8.727]],["name/12841",[651,56.147]],["parent/12841",[3480,6.894]],["name/12842",[86,57.883]],["parent/12842",[3480,6.894]],["name/12843",[173,20.78]],["parent/12843",[3532,10.024]],["name/12844",[653,58.27]],["parent/12844",[3533,8.727]],["name/12845",[655,58.27]],["parent/12845",[3533,8.727]],["name/12846",[656,58.27]],["parent/12846",[3533,8.727]],["name/12847",[657,58.27]],["parent/12847",[3533,8.727]],["name/12848",[658,58.27]],["parent/12848",[3533,8.727]],["name/12849",[87,58.075]],["parent/12849",[3480,6.894]],["name/12850",[173,20.78]],["parent/12850",[3534,10.024]],["name/12851",[408,29.731]],["parent/12851",[3535,8.927]],["name/12852",[661,58.27]],["parent/12852",[3535,8.927]],["name/12853",[662,58.27]],["parent/12853",[3535,8.927]],["name/12854",[663,58.27]],["parent/12854",[3535,8.927]],["name/12855",[88,57.883]],["parent/12855",[3480,6.894]],["name/12856",[173,20.78]],["parent/12856",[3536,10.024]],["name/12857",[408,29.731]],["parent/12857",[3537,8.081]],["name/12858",[340,56.068]],["parent/12858",[3537,8.081]],["name/12859",[666,58.27]],["parent/12859",[3537,8.081]],["name/12860",[334,56.147]],["parent/12860",[3537,8.081]],["name/12861",[667,58.27]],["parent/12861",[3537,8.081]],["name/12862",[668,58.27]],["parent/12862",[3537,8.081]],["name/12863",[669,58.27]],["parent/12863",[3537,8.081]],["name/12864",[670,58.27]],["parent/12864",[3537,8.081]],["name/12865",[671,58.27]],["parent/12865",[3537,8.081]],["name/12866",[672,58.27]],["parent/12866",[3537,8.081]],["name/12867",[89,57.511]],["parent/12867",[3480,6.894]],["name/12868",[173,20.78]],["parent/12868",[3538,10.024]],["name/12869",[408,29.731]],["parent/12869",[3539,8.727]],["name/12870",[675,58.27]],["parent/12870",[3539,8.727]],["name/12871",[676,58.27]],["parent/12871",[3539,8.727]],["name/12872",[677,58.27]],["parent/12872",[3539,8.727]],["name/12873",[678,58.27]],["parent/12873",[3539,8.727]],["name/12874",[90,57.883]],["parent/12874",[3480,6.894]],["name/12875",[173,20.78]],["parent/12875",[3540,10.024]],["name/12876",[562,45.295]],["parent/12876",[3541,9.178]],["name/12877",[532,51.363]],["parent/12877",[3541,9.178]],["name/12878",[681,58.27]],["parent/12878",[3541,9.178]],["name/12879",[91,58.075]],["parent/12879",[3480,6.894]],["name/12880",[173,20.78]],["parent/12880",[3542,10.024]],["name/12881",[408,29.731]],["parent/12881",[3543,8.927]],["name/12882",[684,51.363]],["parent/12882",[3543,8.927]],["name/12883",[172,58.075]],["parent/12883",[3543,8.927]],["name/12884",[592,51.363]],["parent/12884",[3543,8.927]],["name/12885",[95,58.075]],["parent/12885",[3480,6.894]],["name/12886",[173,20.78]],["parent/12886",[3544,10.024]],["name/12887",[686,54.532]],["parent/12887",[3545,8.292]],["name/12888",[582,51.363]],["parent/12888",[3545,8.292]],["name/12889",[688,58.27]],["parent/12889",[3545,8.292]],["name/12890",[511,47.317]],["parent/12890",[3545,8.292]],["name/12891",[591,49.811]],["parent/12891",[3545,8.292]],["name/12892",[352,50.243]],["parent/12892",[3545,8.292]],["name/12893",[684,51.363]],["parent/12893",[3545,8.292]],["name/12894",[689,58.27]],["parent/12894",[3545,8.292]],["name/12895",[97,55.911]],["parent/12895",[3480,6.894]],["name/12896",[173,20.78]],["parent/12896",[3546,10.024]],["name/12897",[417,58.075]],["parent/12897",[3547,8.927]],["name/12898",[419,58.075]],["parent/12898",[3547,8.927]],["name/12899",[420,58.075]],["parent/12899",[3547,8.927]],["name/12900",[421,44.394]],["parent/12900",[3547,8.927]],["name/12901",[3002,69.355]],["parent/12901",[117,9.514]],["name/12902",[73,51.562]],["parent/12902",[3548,6.894]],["name/12903",[173,20.78]],["parent/12903",[3549,10.024]],["name/12904",[504,58.27]],["parent/12904",[3550,8.927]],["name/12905",[506,58.27]],["parent/12905",[3550,8.927]],["name/12906",[155,37.858]],["parent/12906",[3550,8.927]],["name/12907",[507,58.27]],["parent/12907",[3550,8.927]],["name/12908",[92,51.167]],["parent/12908",[3548,6.894]],["name/12909",[173,20.78]],["parent/12909",[3551,10.024]],["name/12910",[509,58.27]],["parent/12910",[3552,8.727]],["name/12911",[511,47.317]],["parent/12911",[3552,8.727]],["name/12912",[512,51.363]],["parent/12912",[3552,8.727]],["name/12913",[344,48.357]],["parent/12913",[3552,8.727]],["name/12914",[513,51.363]],["parent/12914",[3552,8.727]],["name/12915",[65,47.186]],["parent/12915",[3548,6.894]],["name/12916",[173,20.78]],["parent/12916",[3553,10.024]],["name/12917",[408,29.731]],["parent/12917",[3554,7.413]],["name/12918",[493,49.276]],["parent/12918",[3554,7.413]],["name/12919",[516,51.363]],["parent/12919",[3554,7.413]],["name/12920",[517,58.27]],["parent/12920",[3554,7.413]],["name/12921",[518,58.27]],["parent/12921",[3554,7.413]],["name/12922",[421,44.394]],["parent/12922",[3554,7.413]],["name/12923",[519,58.27]],["parent/12923",[3554,7.413]],["name/12924",[520,58.27]],["parent/12924",[3554,7.413]],["name/12925",[521,51.363]],["parent/12925",[3554,7.413]],["name/12926",[344,48.357]],["parent/12926",[3554,7.413]],["name/12927",[155,37.858]],["parent/12927",[3554,7.413]],["name/12928",[522,58.27]],["parent/12928",[3554,7.413]],["name/12929",[523,58.27]],["parent/12929",[3554,7.413]],["name/12930",[524,58.27]],["parent/12930",[3554,7.413]],["name/12931",[525,58.27]],["parent/12931",[3554,7.413]],["name/12932",[526,47.618]],["parent/12932",[3554,7.413]],["name/12933",[527,58.27]],["parent/12933",[3554,7.413]],["name/12934",[513,51.363]],["parent/12934",[3554,7.413]],["name/12935",[528,58.27]],["parent/12935",[3554,7.413]],["name/12936",[92,51.167]],["parent/12936",[3554,7.413]],["name/12937",[67,57.883]],["parent/12937",[3548,6.894]],["name/12938",[173,20.78]],["parent/12938",[3555,10.024]],["name/12939",[530,58.27]],["parent/12939",[3556,8.927]],["name/12940",[532,51.363]],["parent/12940",[3556,8.927]],["name/12941",[533,58.27]],["parent/12941",[3556,8.927]],["name/12942",[534,51.363]],["parent/12942",[3556,8.927]],["name/12943",[68,51.167]],["parent/12943",[3548,6.894]],["name/12944",[173,20.78]],["parent/12944",[3557,10.024]],["name/12945",[410,39.926]],["parent/12945",[3558,9.178]],["name/12946",[411,58.075]],["parent/12946",[3558,9.178]],["name/12947",[537,58.27]],["parent/12947",[3558,9.178]],["name/12948",[69,57.883]],["parent/12948",[3548,6.894]],["name/12949",[173,20.78]],["parent/12949",[3559,10.024]],["name/12950",[408,29.731]],["parent/12950",[3560,8.292]],["name/12951",[540,45.268]],["parent/12951",[3560,8.292]],["name/12952",[155,37.858]],["parent/12952",[3560,8.292]],["name/12953",[541,58.27]],["parent/12953",[3560,8.292]],["name/12954",[542,58.27]],["parent/12954",[3560,8.292]],["name/12955",[543,58.27]],["parent/12955",[3560,8.292]],["name/12956",[342,56.068]],["parent/12956",[3560,8.292]],["name/12957",[544,45.905]],["parent/12957",[3560,8.292]],["name/12958",[70,51.167]],["parent/12958",[3548,6.894]],["name/12959",[173,20.78]],["parent/12959",[3561,10.024]],["name/12960",[155,37.858]],["parent/12960",[3562,7.907]],["name/12961",[547,44.444]],["parent/12961",[3562,7.907]],["name/12962",[544,45.905]],["parent/12962",[3562,7.907]],["name/12963",[540,45.268]],["parent/12963",[3562,7.907]],["name/12964",[548,58.27]],["parent/12964",[3562,7.907]],["name/12965",[549,58.27]],["parent/12965",[3562,7.907]],["name/12966",[550,58.27]],["parent/12966",[3562,7.907]],["name/12967",[551,58.27]],["parent/12967",[3562,7.907]],["name/12968",[552,58.27]],["parent/12968",[3562,7.907]],["name/12969",[553,58.27]],["parent/12969",[3562,7.907]],["name/12970",[554,56.227]],["parent/12970",[3562,7.907]],["name/12971",[555,56.227]],["parent/12971",[3562,7.907]],["name/12972",[82,57.511]],["parent/12972",[3548,6.894]],["name/12973",[173,20.78]],["parent/12973",[3563,10.024]],["name/12974",[408,29.731]],["parent/12974",[3564,8.927]],["name/12975",[493,49.276]],["parent/12975",[3564,8.927]],["name/12976",[155,37.858]],["parent/12976",[3564,8.927]],["name/12977",[516,51.363]],["parent/12977",[3564,8.927]],["name/12978",[77,51.167]],["parent/12978",[3548,6.894]],["name/12979",[173,20.78]],["parent/12979",[3565,10.024]],["name/12980",[559,58.27]],["parent/12980",[3566,9.178]],["name/12981",[561,58.27]],["parent/12981",[3566,9.178]],["name/12982",[562,45.295]],["parent/12982",[3566,9.178]],["name/12983",[96,55.911]],["parent/12983",[3548,6.894]],["name/12984",[173,20.78]],["parent/12984",[3567,10.024]],["name/12985",[410,39.926]],["parent/12985",[3568,9.178]],["name/12986",[155,37.858]],["parent/12986",[3568,9.178]],["name/12987",[77,51.167]],["parent/12987",[3568,9.178]],["name/12988",[85,57.978]],["parent/12988",[3548,6.894]],["name/12989",[173,20.78]],["parent/12989",[3569,10.024]],["name/12990",[547,44.444]],["parent/12990",[3570,9.514]],["name/12991",[567,51.363]],["parent/12991",[3570,9.514]],["name/12992",[84,48.96]],["parent/12992",[3548,6.894]],["name/12993",[173,20.78]],["parent/12993",[3571,10.024]],["name/12994",[408,29.731]],["parent/12994",[3572,8.417]],["name/12995",[570,51.363]],["parent/12995",[3572,8.417]],["name/12996",[571,58.27]],["parent/12996",[3572,8.417]],["name/12997",[572,56.227]],["parent/12997",[3572,8.417]],["name/12998",[567,51.363]],["parent/12998",[3572,8.417]],["name/12999",[573,58.27]],["parent/12999",[3572,8.417]],["name/13000",[574,58.27]],["parent/13000",[3572,8.417]],["name/13001",[94,51.023]],["parent/13001",[3548,6.894]],["name/13002",[173,20.78]],["parent/13002",[3573,10.024]],["name/13003",[408,29.731]],["parent/13003",[3574,7.017]],["name/13004",[581,49.316]],["parent/13004",[3574,7.017]],["name/13005",[155,37.858]],["parent/13005",[3574,7.017]],["name/13006",[65,47.186]],["parent/13006",[3574,7.017]],["name/13007",[582,51.363]],["parent/13007",[3574,7.017]],["name/13008",[583,58.27]],["parent/13008",[3574,7.017]],["name/13009",[145,57.978]],["parent/13009",[3574,7.017]],["name/13010",[584,58.27]],["parent/13010",[3574,7.017]],["name/13011",[421,44.394]],["parent/13011",[3574,7.017]],["name/13012",[526,47.618]],["parent/13012",[3574,7.017]],["name/13013",[585,58.27]],["parent/13013",[3574,7.017]],["name/13014",[586,58.27]],["parent/13014",[3574,7.017]],["name/13015",[587,58.27]],["parent/13015",[3574,7.017]],["name/13016",[588,58.27]],["parent/13016",[3574,7.017]],["name/13017",[589,58.27]],["parent/13017",[3574,7.017]],["name/13018",[590,58.27]],["parent/13018",[3574,7.017]],["name/13019",[511,47.317]],["parent/13019",[3574,7.017]],["name/13020",[591,49.811]],["parent/13020",[3574,7.017]],["name/13021",[352,50.243]],["parent/13021",[3574,7.017]],["name/13022",[592,51.363]],["parent/13022",[3574,7.017]],["name/13023",[593,56.227]],["parent/13023",[3574,7.017]],["name/13024",[594,56.227]],["parent/13024",[3574,7.017]],["name/13025",[70,51.167]],["parent/13025",[3574,7.017]],["name/13026",[84,48.96]],["parent/13026",[3574,7.017]],["name/13027",[68,51.167]],["parent/13027",[3574,7.017]],["name/13028",[512,51.363]],["parent/13028",[3574,7.017]],["name/13029",[595,58.27]],["parent/13029",[3574,7.017]],["name/13030",[597,58.27]],["parent/13030",[3574,7.017]],["name/13031",[3030,69.355]],["parent/13031",[3574,7.017]],["name/13032",[387,62.202]],["parent/13032",[3574,7.017]],["name/13033",[71,49.643]],["parent/13033",[3548,6.894]],["name/13034",[173,20.78]],["parent/13034",[3575,10.024]],["name/13035",[599,58.27]],["parent/13035",[3576,9.514]],["name/13036",[601,58.27]],["parent/13036",[3576,9.514]],["name/13037",[72,57.883]],["parent/13037",[3548,6.894]],["name/13038",[173,20.78]],["parent/13038",[3577,10.024]],["name/13039",[408,29.731]],["parent/13039",[3578,8.927]],["name/13040",[562,45.295]],["parent/13040",[3578,8.927]],["name/13041",[604,58.27]],["parent/13041",[3578,8.927]],["name/13042",[605,58.27]],["parent/13042",[3578,8.927]],["name/13043",[74,58.075]],["parent/13043",[3548,6.894]],["name/13044",[173,20.78]],["parent/13044",[3579,10.024]],["name/13045",[408,29.731]],["parent/13045",[3580,8.927]],["name/13046",[410,39.926]],["parent/13046",[3580,8.927]],["name/13047",[521,51.363]],["parent/13047",[3580,8.927]],["name/13048",[608,58.27]],["parent/13048",[3580,8.927]],["name/13049",[75,57.883]],["parent/13049",[3548,6.894]],["name/13050",[173,20.78]],["parent/13050",[3581,10.024]],["name/13051",[410,39.926]],["parent/13051",[3582,9.178]],["name/13052",[611,58.27]],["parent/13052",[3582,9.178]],["name/13053",[612,58.27]],["parent/13053",[3582,9.178]],["name/13054",[76,57.883]],["parent/13054",[3548,6.894]],["name/13055",[173,20.78]],["parent/13055",[3583,10.024]],["name/13056",[408,29.731]],["parent/13056",[3584,8.56]],["name/13057",[615,58.27]],["parent/13057",[3584,8.56]],["name/13058",[71,49.643]],["parent/13058",[3584,8.56]],["name/13059",[570,51.363]],["parent/13059",[3584,8.56]],["name/13060",[616,58.27]],["parent/13060",[3584,8.56]],["name/13061",[617,58.27]],["parent/13061",[3584,8.56]],["name/13062",[78,58.075]],["parent/13062",[3548,6.894]],["name/13063",[173,20.78]],["parent/13063",[3585,10.024]],["name/13064",[619,58.27]],["parent/13064",[3586,8.727]],["name/13065",[621,58.27]],["parent/13065",[3586,8.727]],["name/13066",[622,47.317]],["parent/13066",[3586,8.727]],["name/13067",[623,58.27]],["parent/13067",[3586,8.727]],["name/13068",[624,58.27]],["parent/13068",[3586,8.727]],["name/13069",[98,51.167]],["parent/13069",[3548,6.894]],["name/13070",[173,20.78]],["parent/13070",[3587,10.024]],["name/13071",[626,58.27]],["parent/13071",[3588,10.024]],["name/13072",[93,50.025]],["parent/13072",[3548,6.894]],["name/13073",[173,20.78]],["parent/13073",[3589,10.024]],["name/13074",[629,58.27]],["parent/13074",[3590,9.178]],["name/13075",[631,58.27]],["parent/13075",[3590,9.178]],["name/13076",[632,58.27]],["parent/13076",[3590,9.178]],["name/13077",[79,57.883]],["parent/13077",[3548,6.894]],["name/13078",[173,20.78]],["parent/13078",[3591,10.024]],["name/13079",[581,49.316]],["parent/13079",[3592,7.907]],["name/13080",[547,44.444]],["parent/13080",[3592,7.907]],["name/13081",[544,45.905]],["parent/13081",[3592,7.907]],["name/13082",[635,58.27]],["parent/13082",[3592,7.907]],["name/13083",[636,46.586]],["parent/13083",[3592,7.907]],["name/13084",[637,58.27]],["parent/13084",[3592,7.907]],["name/13085",[98,51.167]],["parent/13085",[3592,7.907]],["name/13086",[93,50.025]],["parent/13086",[3592,7.907]],["name/13087",[638,58.27]],["parent/13087",[3592,7.907]],["name/13088",[639,58.27]],["parent/13088",[3592,7.907]],["name/13089",[640,58.27]],["parent/13089",[3592,7.907]],["name/13090",[534,51.363]],["parent/13090",[3592,7.907]],["name/13091",[80,55.757]],["parent/13091",[3548,6.894]],["name/13092",[173,20.78]],["parent/13092",[3593,10.024]],["name/13093",[408,29.731]],["parent/13093",[3594,9.514]],["name/13094",[547,44.444]],["parent/13094",[3594,9.514]],["name/13095",[81,57.883]],["parent/13095",[3548,6.894]],["name/13096",[173,20.78]],["parent/13096",[3595,10.024]],["name/13097",[644,58.27]],["parent/13097",[3596,8.927]],["name/13098",[173,20.78]],["parent/13098",[3596,8.927]],["name/13099",[646,51.363]],["parent/13099",[3597,8.56]],["name/13100",[636,46.586]],["parent/13100",[3597,8.56]],["name/13101",[622,47.317]],["parent/13101",[3597,8.56]],["name/13102",[648,58.27]],["parent/13102",[3596,8.927]],["name/13103",[173,20.78]],["parent/13103",[3596,8.927]],["name/13104",[646,51.363]],["parent/13104",[3597,8.56]],["name/13105",[636,46.586]],["parent/13105",[3597,8.56]],["name/13106",[622,47.317]],["parent/13106",[3597,8.56]],["name/13107",[83,55.604]],["parent/13107",[3548,6.894]],["name/13108",[173,20.78]],["parent/13108",[3598,10.024]],["name/13109",[65,47.186]],["parent/13109",[3599,8.727]],["name/13110",[421,44.394]],["parent/13110",[3599,8.727]],["name/13111",[408,29.731]],["parent/13111",[3599,8.727]],["name/13112",[94,51.023]],["parent/13112",[3599,8.727]],["name/13113",[540,45.268]],["parent/13113",[3599,8.727]],["name/13114",[651,56.147]],["parent/13114",[3548,6.894]],["name/13115",[86,57.883]],["parent/13115",[3548,6.894]],["name/13116",[173,20.78]],["parent/13116",[3600,10.024]],["name/13117",[653,58.27]],["parent/13117",[3601,8.727]],["name/13118",[655,58.27]],["parent/13118",[3601,8.727]],["name/13119",[656,58.27]],["parent/13119",[3601,8.727]],["name/13120",[657,58.27]],["parent/13120",[3601,8.727]],["name/13121",[658,58.27]],["parent/13121",[3601,8.727]],["name/13122",[87,58.075]],["parent/13122",[3548,6.894]],["name/13123",[173,20.78]],["parent/13123",[3602,10.024]],["name/13124",[408,29.731]],["parent/13124",[3603,8.927]],["name/13125",[661,58.27]],["parent/13125",[3603,8.927]],["name/13126",[662,58.27]],["parent/13126",[3603,8.927]],["name/13127",[663,58.27]],["parent/13127",[3603,8.927]],["name/13128",[88,57.883]],["parent/13128",[3548,6.894]],["name/13129",[173,20.78]],["parent/13129",[3604,10.024]],["name/13130",[408,29.731]],["parent/13130",[3605,8.081]],["name/13131",[340,56.068]],["parent/13131",[3605,8.081]],["name/13132",[666,58.27]],["parent/13132",[3605,8.081]],["name/13133",[334,56.147]],["parent/13133",[3605,8.081]],["name/13134",[667,58.27]],["parent/13134",[3605,8.081]],["name/13135",[668,58.27]],["parent/13135",[3605,8.081]],["name/13136",[669,58.27]],["parent/13136",[3605,8.081]],["name/13137",[670,58.27]],["parent/13137",[3605,8.081]],["name/13138",[671,58.27]],["parent/13138",[3605,8.081]],["name/13139",[672,58.27]],["parent/13139",[3605,8.081]],["name/13140",[89,57.511]],["parent/13140",[3548,6.894]],["name/13141",[173,20.78]],["parent/13141",[3606,10.024]],["name/13142",[408,29.731]],["parent/13142",[3607,8.727]],["name/13143",[675,58.27]],["parent/13143",[3607,8.727]],["name/13144",[676,58.27]],["parent/13144",[3607,8.727]],["name/13145",[677,58.27]],["parent/13145",[3607,8.727]],["name/13146",[678,58.27]],["parent/13146",[3607,8.727]],["name/13147",[90,57.883]],["parent/13147",[3548,6.894]],["name/13148",[173,20.78]],["parent/13148",[3608,10.024]],["name/13149",[562,45.295]],["parent/13149",[3609,9.178]],["name/13150",[532,51.363]],["parent/13150",[3609,9.178]],["name/13151",[681,58.27]],["parent/13151",[3609,9.178]],["name/13152",[91,58.075]],["parent/13152",[3548,6.894]],["name/13153",[173,20.78]],["parent/13153",[3610,10.024]],["name/13154",[408,29.731]],["parent/13154",[3611,8.927]],["name/13155",[684,51.363]],["parent/13155",[3611,8.927]],["name/13156",[172,58.075]],["parent/13156",[3611,8.927]],["name/13157",[592,51.363]],["parent/13157",[3611,8.927]],["name/13158",[95,58.075]],["parent/13158",[3548,6.894]],["name/13159",[173,20.78]],["parent/13159",[3612,10.024]],["name/13160",[686,54.532]],["parent/13160",[3613,8.292]],["name/13161",[582,51.363]],["parent/13161",[3613,8.292]],["name/13162",[688,58.27]],["parent/13162",[3613,8.292]],["name/13163",[511,47.317]],["parent/13163",[3613,8.292]],["name/13164",[591,49.811]],["parent/13164",[3613,8.292]],["name/13165",[352,50.243]],["parent/13165",[3613,8.292]],["name/13166",[684,51.363]],["parent/13166",[3613,8.292]],["name/13167",[689,58.27]],["parent/13167",[3613,8.292]],["name/13168",[97,55.911]],["parent/13168",[3548,6.894]],["name/13169",[173,20.78]],["parent/13169",[3614,10.024]],["name/13170",[417,58.075]],["parent/13170",[3615,8.927]],["name/13171",[419,58.075]],["parent/13171",[3615,8.927]],["name/13172",[420,58.075]],["parent/13172",[3615,8.927]],["name/13173",[421,44.394]],["parent/13173",[3615,8.927]],["name/13174",[3002,69.355]],["parent/13174",[118,9.514]],["name/13175",[73,51.562]],["parent/13175",[3616,6.894]],["name/13176",[173,20.78]],["parent/13176",[3617,10.024]],["name/13177",[504,58.27]],["parent/13177",[3618,8.927]],["name/13178",[506,58.27]],["parent/13178",[3618,8.927]],["name/13179",[155,37.858]],["parent/13179",[3618,8.927]],["name/13180",[507,58.27]],["parent/13180",[3618,8.927]],["name/13181",[92,51.167]],["parent/13181",[3616,6.894]],["name/13182",[173,20.78]],["parent/13182",[3619,10.024]],["name/13183",[509,58.27]],["parent/13183",[3620,8.727]],["name/13184",[511,47.317]],["parent/13184",[3620,8.727]],["name/13185",[512,51.363]],["parent/13185",[3620,8.727]],["name/13186",[344,48.357]],["parent/13186",[3620,8.727]],["name/13187",[513,51.363]],["parent/13187",[3620,8.727]],["name/13188",[65,47.186]],["parent/13188",[3616,6.894]],["name/13189",[173,20.78]],["parent/13189",[3621,10.024]],["name/13190",[408,29.731]],["parent/13190",[3622,7.413]],["name/13191",[493,49.276]],["parent/13191",[3622,7.413]],["name/13192",[516,51.363]],["parent/13192",[3622,7.413]],["name/13193",[517,58.27]],["parent/13193",[3622,7.413]],["name/13194",[518,58.27]],["parent/13194",[3622,7.413]],["name/13195",[421,44.394]],["parent/13195",[3622,7.413]],["name/13196",[519,58.27]],["parent/13196",[3622,7.413]],["name/13197",[520,58.27]],["parent/13197",[3622,7.413]],["name/13198",[521,51.363]],["parent/13198",[3622,7.413]],["name/13199",[344,48.357]],["parent/13199",[3622,7.413]],["name/13200",[155,37.858]],["parent/13200",[3622,7.413]],["name/13201",[522,58.27]],["parent/13201",[3622,7.413]],["name/13202",[523,58.27]],["parent/13202",[3622,7.413]],["name/13203",[524,58.27]],["parent/13203",[3622,7.413]],["name/13204",[525,58.27]],["parent/13204",[3622,7.413]],["name/13205",[526,47.618]],["parent/13205",[3622,7.413]],["name/13206",[527,58.27]],["parent/13206",[3622,7.413]],["name/13207",[513,51.363]],["parent/13207",[3622,7.413]],["name/13208",[528,58.27]],["parent/13208",[3622,7.413]],["name/13209",[92,51.167]],["parent/13209",[3622,7.413]],["name/13210",[67,57.883]],["parent/13210",[3616,6.894]],["name/13211",[173,20.78]],["parent/13211",[3623,10.024]],["name/13212",[530,58.27]],["parent/13212",[3624,8.927]],["name/13213",[532,51.363]],["parent/13213",[3624,8.927]],["name/13214",[533,58.27]],["parent/13214",[3624,8.927]],["name/13215",[534,51.363]],["parent/13215",[3624,8.927]],["name/13216",[68,51.167]],["parent/13216",[3616,6.894]],["name/13217",[173,20.78]],["parent/13217",[3625,10.024]],["name/13218",[410,39.926]],["parent/13218",[3626,9.178]],["name/13219",[411,58.075]],["parent/13219",[3626,9.178]],["name/13220",[537,58.27]],["parent/13220",[3626,9.178]],["name/13221",[69,57.883]],["parent/13221",[3616,6.894]],["name/13222",[173,20.78]],["parent/13222",[3627,10.024]],["name/13223",[408,29.731]],["parent/13223",[3628,8.292]],["name/13224",[540,45.268]],["parent/13224",[3628,8.292]],["name/13225",[155,37.858]],["parent/13225",[3628,8.292]],["name/13226",[541,58.27]],["parent/13226",[3628,8.292]],["name/13227",[542,58.27]],["parent/13227",[3628,8.292]],["name/13228",[543,58.27]],["parent/13228",[3628,8.292]],["name/13229",[342,56.068]],["parent/13229",[3628,8.292]],["name/13230",[544,45.905]],["parent/13230",[3628,8.292]],["name/13231",[70,51.167]],["parent/13231",[3616,6.894]],["name/13232",[173,20.78]],["parent/13232",[3629,10.024]],["name/13233",[155,37.858]],["parent/13233",[3630,7.907]],["name/13234",[547,44.444]],["parent/13234",[3630,7.907]],["name/13235",[544,45.905]],["parent/13235",[3630,7.907]],["name/13236",[540,45.268]],["parent/13236",[3630,7.907]],["name/13237",[548,58.27]],["parent/13237",[3630,7.907]],["name/13238",[549,58.27]],["parent/13238",[3630,7.907]],["name/13239",[550,58.27]],["parent/13239",[3630,7.907]],["name/13240",[551,58.27]],["parent/13240",[3630,7.907]],["name/13241",[552,58.27]],["parent/13241",[3630,7.907]],["name/13242",[553,58.27]],["parent/13242",[3630,7.907]],["name/13243",[554,56.227]],["parent/13243",[3630,7.907]],["name/13244",[555,56.227]],["parent/13244",[3630,7.907]],["name/13245",[82,57.511]],["parent/13245",[3616,6.894]],["name/13246",[173,20.78]],["parent/13246",[3631,10.024]],["name/13247",[408,29.731]],["parent/13247",[3632,8.927]],["name/13248",[493,49.276]],["parent/13248",[3632,8.927]],["name/13249",[155,37.858]],["parent/13249",[3632,8.927]],["name/13250",[516,51.363]],["parent/13250",[3632,8.927]],["name/13251",[77,51.167]],["parent/13251",[3616,6.894]],["name/13252",[173,20.78]],["parent/13252",[3633,10.024]],["name/13253",[559,58.27]],["parent/13253",[3634,9.178]],["name/13254",[561,58.27]],["parent/13254",[3634,9.178]],["name/13255",[562,45.295]],["parent/13255",[3634,9.178]],["name/13256",[96,55.911]],["parent/13256",[3616,6.894]],["name/13257",[173,20.78]],["parent/13257",[3635,10.024]],["name/13258",[410,39.926]],["parent/13258",[3636,9.178]],["name/13259",[155,37.858]],["parent/13259",[3636,9.178]],["name/13260",[77,51.167]],["parent/13260",[3636,9.178]],["name/13261",[85,57.978]],["parent/13261",[3616,6.894]],["name/13262",[173,20.78]],["parent/13262",[3637,10.024]],["name/13263",[547,44.444]],["parent/13263",[3638,9.514]],["name/13264",[567,51.363]],["parent/13264",[3638,9.514]],["name/13265",[84,48.96]],["parent/13265",[3616,6.894]],["name/13266",[173,20.78]],["parent/13266",[3639,10.024]],["name/13267",[408,29.731]],["parent/13267",[3640,8.417]],["name/13268",[570,51.363]],["parent/13268",[3640,8.417]],["name/13269",[571,58.27]],["parent/13269",[3640,8.417]],["name/13270",[572,56.227]],["parent/13270",[3640,8.417]],["name/13271",[567,51.363]],["parent/13271",[3640,8.417]],["name/13272",[573,58.27]],["parent/13272",[3640,8.417]],["name/13273",[574,58.27]],["parent/13273",[3640,8.417]],["name/13274",[94,51.023]],["parent/13274",[3616,6.894]],["name/13275",[173,20.78]],["parent/13275",[3641,10.024]],["name/13276",[408,29.731]],["parent/13276",[3642,7.017]],["name/13277",[581,49.316]],["parent/13277",[3642,7.017]],["name/13278",[155,37.858]],["parent/13278",[3642,7.017]],["name/13279",[65,47.186]],["parent/13279",[3642,7.017]],["name/13280",[582,51.363]],["parent/13280",[3642,7.017]],["name/13281",[583,58.27]],["parent/13281",[3642,7.017]],["name/13282",[145,57.978]],["parent/13282",[3642,7.017]],["name/13283",[584,58.27]],["parent/13283",[3642,7.017]],["name/13284",[421,44.394]],["parent/13284",[3642,7.017]],["name/13285",[526,47.618]],["parent/13285",[3642,7.017]],["name/13286",[585,58.27]],["parent/13286",[3642,7.017]],["name/13287",[586,58.27]],["parent/13287",[3642,7.017]],["name/13288",[587,58.27]],["parent/13288",[3642,7.017]],["name/13289",[588,58.27]],["parent/13289",[3642,7.017]],["name/13290",[589,58.27]],["parent/13290",[3642,7.017]],["name/13291",[590,58.27]],["parent/13291",[3642,7.017]],["name/13292",[511,47.317]],["parent/13292",[3642,7.017]],["name/13293",[591,49.811]],["parent/13293",[3642,7.017]],["name/13294",[352,50.243]],["parent/13294",[3642,7.017]],["name/13295",[592,51.363]],["parent/13295",[3642,7.017]],["name/13296",[593,56.227]],["parent/13296",[3642,7.017]],["name/13297",[594,56.227]],["parent/13297",[3642,7.017]],["name/13298",[70,51.167]],["parent/13298",[3642,7.017]],["name/13299",[84,48.96]],["parent/13299",[3642,7.017]],["name/13300",[68,51.167]],["parent/13300",[3642,7.017]],["name/13301",[512,51.363]],["parent/13301",[3642,7.017]],["name/13302",[595,58.27]],["parent/13302",[3642,7.017]],["name/13303",[597,58.27]],["parent/13303",[3642,7.017]],["name/13304",[3030,69.355]],["parent/13304",[3642,7.017]],["name/13305",[387,62.202]],["parent/13305",[3642,7.017]],["name/13306",[71,49.643]],["parent/13306",[3616,6.894]],["name/13307",[173,20.78]],["parent/13307",[3643,10.024]],["name/13308",[599,58.27]],["parent/13308",[3644,9.514]],["name/13309",[601,58.27]],["parent/13309",[3644,9.514]],["name/13310",[72,57.883]],["parent/13310",[3616,6.894]],["name/13311",[173,20.78]],["parent/13311",[3645,10.024]],["name/13312",[408,29.731]],["parent/13312",[3646,8.927]],["name/13313",[562,45.295]],["parent/13313",[3646,8.927]],["name/13314",[604,58.27]],["parent/13314",[3646,8.927]],["name/13315",[605,58.27]],["parent/13315",[3646,8.927]],["name/13316",[74,58.075]],["parent/13316",[3616,6.894]],["name/13317",[173,20.78]],["parent/13317",[3647,10.024]],["name/13318",[408,29.731]],["parent/13318",[3648,8.927]],["name/13319",[410,39.926]],["parent/13319",[3648,8.927]],["name/13320",[521,51.363]],["parent/13320",[3648,8.927]],["name/13321",[608,58.27]],["parent/13321",[3648,8.927]],["name/13322",[75,57.883]],["parent/13322",[3616,6.894]],["name/13323",[173,20.78]],["parent/13323",[3649,10.024]],["name/13324",[410,39.926]],["parent/13324",[3650,9.178]],["name/13325",[611,58.27]],["parent/13325",[3650,9.178]],["name/13326",[612,58.27]],["parent/13326",[3650,9.178]],["name/13327",[76,57.883]],["parent/13327",[3616,6.894]],["name/13328",[173,20.78]],["parent/13328",[3651,10.024]],["name/13329",[408,29.731]],["parent/13329",[3652,8.56]],["name/13330",[615,58.27]],["parent/13330",[3652,8.56]],["name/13331",[71,49.643]],["parent/13331",[3652,8.56]],["name/13332",[570,51.363]],["parent/13332",[3652,8.56]],["name/13333",[616,58.27]],["parent/13333",[3652,8.56]],["name/13334",[617,58.27]],["parent/13334",[3652,8.56]],["name/13335",[78,58.075]],["parent/13335",[3616,6.894]],["name/13336",[173,20.78]],["parent/13336",[3653,10.024]],["name/13337",[619,58.27]],["parent/13337",[3654,8.727]],["name/13338",[621,58.27]],["parent/13338",[3654,8.727]],["name/13339",[622,47.317]],["parent/13339",[3654,8.727]],["name/13340",[623,58.27]],["parent/13340",[3654,8.727]],["name/13341",[624,58.27]],["parent/13341",[3654,8.727]],["name/13342",[98,51.167]],["parent/13342",[3616,6.894]],["name/13343",[173,20.78]],["parent/13343",[3655,10.024]],["name/13344",[626,58.27]],["parent/13344",[3656,10.024]],["name/13345",[93,50.025]],["parent/13345",[3616,6.894]],["name/13346",[173,20.78]],["parent/13346",[3657,10.024]],["name/13347",[629,58.27]],["parent/13347",[3658,9.178]],["name/13348",[631,58.27]],["parent/13348",[3658,9.178]],["name/13349",[632,58.27]],["parent/13349",[3658,9.178]],["name/13350",[79,57.883]],["parent/13350",[3616,6.894]],["name/13351",[173,20.78]],["parent/13351",[3659,10.024]],["name/13352",[581,49.316]],["parent/13352",[3660,7.907]],["name/13353",[547,44.444]],["parent/13353",[3660,7.907]],["name/13354",[544,45.905]],["parent/13354",[3660,7.907]],["name/13355",[635,58.27]],["parent/13355",[3660,7.907]],["name/13356",[636,46.586]],["parent/13356",[3660,7.907]],["name/13357",[637,58.27]],["parent/13357",[3660,7.907]],["name/13358",[98,51.167]],["parent/13358",[3660,7.907]],["name/13359",[93,50.025]],["parent/13359",[3660,7.907]],["name/13360",[638,58.27]],["parent/13360",[3660,7.907]],["name/13361",[639,58.27]],["parent/13361",[3660,7.907]],["name/13362",[640,58.27]],["parent/13362",[3660,7.907]],["name/13363",[534,51.363]],["parent/13363",[3660,7.907]],["name/13364",[80,55.757]],["parent/13364",[3616,6.894]],["name/13365",[173,20.78]],["parent/13365",[3661,10.024]],["name/13366",[408,29.731]],["parent/13366",[3662,9.514]],["name/13367",[547,44.444]],["parent/13367",[3662,9.514]],["name/13368",[81,57.883]],["parent/13368",[3616,6.894]],["name/13369",[173,20.78]],["parent/13369",[3663,10.024]],["name/13370",[644,58.27]],["parent/13370",[3664,8.927]],["name/13371",[173,20.78]],["parent/13371",[3664,8.927]],["name/13372",[646,51.363]],["parent/13372",[3665,8.56]],["name/13373",[636,46.586]],["parent/13373",[3665,8.56]],["name/13374",[622,47.317]],["parent/13374",[3665,8.56]],["name/13375",[648,58.27]],["parent/13375",[3664,8.927]],["name/13376",[173,20.78]],["parent/13376",[3664,8.927]],["name/13377",[646,51.363]],["parent/13377",[3665,8.56]],["name/13378",[636,46.586]],["parent/13378",[3665,8.56]],["name/13379",[622,47.317]],["parent/13379",[3665,8.56]],["name/13380",[83,55.604]],["parent/13380",[3616,6.894]],["name/13381",[173,20.78]],["parent/13381",[3666,10.024]],["name/13382",[65,47.186]],["parent/13382",[3667,8.727]],["name/13383",[421,44.394]],["parent/13383",[3667,8.727]],["name/13384",[408,29.731]],["parent/13384",[3667,8.727]],["name/13385",[94,51.023]],["parent/13385",[3667,8.727]],["name/13386",[540,45.268]],["parent/13386",[3667,8.727]],["name/13387",[651,56.147]],["parent/13387",[3616,6.894]],["name/13388",[86,57.883]],["parent/13388",[3616,6.894]],["name/13389",[173,20.78]],["parent/13389",[3668,10.024]],["name/13390",[653,58.27]],["parent/13390",[3669,8.727]],["name/13391",[655,58.27]],["parent/13391",[3669,8.727]],["name/13392",[656,58.27]],["parent/13392",[3669,8.727]],["name/13393",[657,58.27]],["parent/13393",[3669,8.727]],["name/13394",[658,58.27]],["parent/13394",[3669,8.727]],["name/13395",[87,58.075]],["parent/13395",[3616,6.894]],["name/13396",[173,20.78]],["parent/13396",[3670,10.024]],["name/13397",[408,29.731]],["parent/13397",[3671,8.927]],["name/13398",[661,58.27]],["parent/13398",[3671,8.927]],["name/13399",[662,58.27]],["parent/13399",[3671,8.927]],["name/13400",[663,58.27]],["parent/13400",[3671,8.927]],["name/13401",[88,57.883]],["parent/13401",[3616,6.894]],["name/13402",[173,20.78]],["parent/13402",[3672,10.024]],["name/13403",[408,29.731]],["parent/13403",[3673,8.081]],["name/13404",[340,56.068]],["parent/13404",[3673,8.081]],["name/13405",[666,58.27]],["parent/13405",[3673,8.081]],["name/13406",[334,56.147]],["parent/13406",[3673,8.081]],["name/13407",[667,58.27]],["parent/13407",[3673,8.081]],["name/13408",[668,58.27]],["parent/13408",[3673,8.081]],["name/13409",[669,58.27]],["parent/13409",[3673,8.081]],["name/13410",[670,58.27]],["parent/13410",[3673,8.081]],["name/13411",[671,58.27]],["parent/13411",[3673,8.081]],["name/13412",[672,58.27]],["parent/13412",[3673,8.081]],["name/13413",[89,57.511]],["parent/13413",[3616,6.894]],["name/13414",[173,20.78]],["parent/13414",[3674,10.024]],["name/13415",[408,29.731]],["parent/13415",[3675,8.727]],["name/13416",[675,58.27]],["parent/13416",[3675,8.727]],["name/13417",[676,58.27]],["parent/13417",[3675,8.727]],["name/13418",[677,58.27]],["parent/13418",[3675,8.727]],["name/13419",[678,58.27]],["parent/13419",[3675,8.727]],["name/13420",[90,57.883]],["parent/13420",[3616,6.894]],["name/13421",[173,20.78]],["parent/13421",[3676,10.024]],["name/13422",[562,45.295]],["parent/13422",[3677,9.178]],["name/13423",[532,51.363]],["parent/13423",[3677,9.178]],["name/13424",[681,58.27]],["parent/13424",[3677,9.178]],["name/13425",[91,58.075]],["parent/13425",[3616,6.894]],["name/13426",[173,20.78]],["parent/13426",[3678,10.024]],["name/13427",[408,29.731]],["parent/13427",[3679,8.927]],["name/13428",[684,51.363]],["parent/13428",[3679,8.927]],["name/13429",[172,58.075]],["parent/13429",[3679,8.927]],["name/13430",[592,51.363]],["parent/13430",[3679,8.927]],["name/13431",[95,58.075]],["parent/13431",[3616,6.894]],["name/13432",[173,20.78]],["parent/13432",[3680,10.024]],["name/13433",[686,54.532]],["parent/13433",[3681,8.292]],["name/13434",[582,51.363]],["parent/13434",[3681,8.292]],["name/13435",[688,58.27]],["parent/13435",[3681,8.292]],["name/13436",[511,47.317]],["parent/13436",[3681,8.292]],["name/13437",[591,49.811]],["parent/13437",[3681,8.292]],["name/13438",[352,50.243]],["parent/13438",[3681,8.292]],["name/13439",[684,51.363]],["parent/13439",[3681,8.292]],["name/13440",[689,58.27]],["parent/13440",[3681,8.292]],["name/13441",[97,55.911]],["parent/13441",[3616,6.894]],["name/13442",[173,20.78]],["parent/13442",[3682,10.024]],["name/13443",[417,58.075]],["parent/13443",[3683,8.927]],["name/13444",[419,58.075]],["parent/13444",[3683,8.927]],["name/13445",[420,58.075]],["parent/13445",[3683,8.927]],["name/13446",[421,44.394]],["parent/13446",[3683,8.927]],["name/13447",[3002,69.355]],["parent/13447",[119,9.514]],["name/13448",[73,51.562]],["parent/13448",[3684,6.894]],["name/13449",[173,20.78]],["parent/13449",[3685,10.024]],["name/13450",[504,58.27]],["parent/13450",[3686,8.927]],["name/13451",[506,58.27]],["parent/13451",[3686,8.927]],["name/13452",[155,37.858]],["parent/13452",[3686,8.927]],["name/13453",[507,58.27]],["parent/13453",[3686,8.927]],["name/13454",[92,51.167]],["parent/13454",[3684,6.894]],["name/13455",[173,20.78]],["parent/13455",[3687,10.024]],["name/13456",[509,58.27]],["parent/13456",[3688,8.727]],["name/13457",[511,47.317]],["parent/13457",[3688,8.727]],["name/13458",[512,51.363]],["parent/13458",[3688,8.727]],["name/13459",[344,48.357]],["parent/13459",[3688,8.727]],["name/13460",[513,51.363]],["parent/13460",[3688,8.727]],["name/13461",[65,47.186]],["parent/13461",[3684,6.894]],["name/13462",[173,20.78]],["parent/13462",[3689,10.024]],["name/13463",[408,29.731]],["parent/13463",[3690,7.413]],["name/13464",[493,49.276]],["parent/13464",[3690,7.413]],["name/13465",[516,51.363]],["parent/13465",[3690,7.413]],["name/13466",[517,58.27]],["parent/13466",[3690,7.413]],["name/13467",[518,58.27]],["parent/13467",[3690,7.413]],["name/13468",[421,44.394]],["parent/13468",[3690,7.413]],["name/13469",[519,58.27]],["parent/13469",[3690,7.413]],["name/13470",[520,58.27]],["parent/13470",[3690,7.413]],["name/13471",[521,51.363]],["parent/13471",[3690,7.413]],["name/13472",[344,48.357]],["parent/13472",[3690,7.413]],["name/13473",[155,37.858]],["parent/13473",[3690,7.413]],["name/13474",[522,58.27]],["parent/13474",[3690,7.413]],["name/13475",[523,58.27]],["parent/13475",[3690,7.413]],["name/13476",[524,58.27]],["parent/13476",[3690,7.413]],["name/13477",[525,58.27]],["parent/13477",[3690,7.413]],["name/13478",[526,47.618]],["parent/13478",[3690,7.413]],["name/13479",[527,58.27]],["parent/13479",[3690,7.413]],["name/13480",[513,51.363]],["parent/13480",[3690,7.413]],["name/13481",[528,58.27]],["parent/13481",[3690,7.413]],["name/13482",[92,51.167]],["parent/13482",[3690,7.413]],["name/13483",[67,57.883]],["parent/13483",[3684,6.894]],["name/13484",[173,20.78]],["parent/13484",[3691,10.024]],["name/13485",[530,58.27]],["parent/13485",[3692,8.927]],["name/13486",[532,51.363]],["parent/13486",[3692,8.927]],["name/13487",[533,58.27]],["parent/13487",[3692,8.927]],["name/13488",[534,51.363]],["parent/13488",[3692,8.927]],["name/13489",[68,51.167]],["parent/13489",[3684,6.894]],["name/13490",[173,20.78]],["parent/13490",[3693,10.024]],["name/13491",[410,39.926]],["parent/13491",[3694,9.178]],["name/13492",[411,58.075]],["parent/13492",[3694,9.178]],["name/13493",[537,58.27]],["parent/13493",[3694,9.178]],["name/13494",[69,57.883]],["parent/13494",[3684,6.894]],["name/13495",[173,20.78]],["parent/13495",[3695,10.024]],["name/13496",[408,29.731]],["parent/13496",[3696,8.292]],["name/13497",[540,45.268]],["parent/13497",[3696,8.292]],["name/13498",[155,37.858]],["parent/13498",[3696,8.292]],["name/13499",[541,58.27]],["parent/13499",[3696,8.292]],["name/13500",[542,58.27]],["parent/13500",[3696,8.292]],["name/13501",[543,58.27]],["parent/13501",[3696,8.292]],["name/13502",[342,56.068]],["parent/13502",[3696,8.292]],["name/13503",[544,45.905]],["parent/13503",[3696,8.292]],["name/13504",[70,51.167]],["parent/13504",[3684,6.894]],["name/13505",[173,20.78]],["parent/13505",[3697,10.024]],["name/13506",[155,37.858]],["parent/13506",[3698,7.907]],["name/13507",[547,44.444]],["parent/13507",[3698,7.907]],["name/13508",[544,45.905]],["parent/13508",[3698,7.907]],["name/13509",[540,45.268]],["parent/13509",[3698,7.907]],["name/13510",[548,58.27]],["parent/13510",[3698,7.907]],["name/13511",[549,58.27]],["parent/13511",[3698,7.907]],["name/13512",[550,58.27]],["parent/13512",[3698,7.907]],["name/13513",[551,58.27]],["parent/13513",[3698,7.907]],["name/13514",[552,58.27]],["parent/13514",[3698,7.907]],["name/13515",[553,58.27]],["parent/13515",[3698,7.907]],["name/13516",[554,56.227]],["parent/13516",[3698,7.907]],["name/13517",[555,56.227]],["parent/13517",[3698,7.907]],["name/13518",[82,57.511]],["parent/13518",[3684,6.894]],["name/13519",[173,20.78]],["parent/13519",[3699,10.024]],["name/13520",[408,29.731]],["parent/13520",[3700,8.927]],["name/13521",[493,49.276]],["parent/13521",[3700,8.927]],["name/13522",[155,37.858]],["parent/13522",[3700,8.927]],["name/13523",[516,51.363]],["parent/13523",[3700,8.927]],["name/13524",[77,51.167]],["parent/13524",[3684,6.894]],["name/13525",[173,20.78]],["parent/13525",[3701,10.024]],["name/13526",[559,58.27]],["parent/13526",[3702,9.178]],["name/13527",[561,58.27]],["parent/13527",[3702,9.178]],["name/13528",[562,45.295]],["parent/13528",[3702,9.178]],["name/13529",[96,55.911]],["parent/13529",[3684,6.894]],["name/13530",[173,20.78]],["parent/13530",[3703,10.024]],["name/13531",[410,39.926]],["parent/13531",[3704,9.178]],["name/13532",[155,37.858]],["parent/13532",[3704,9.178]],["name/13533",[77,51.167]],["parent/13533",[3704,9.178]],["name/13534",[85,57.978]],["parent/13534",[3684,6.894]],["name/13535",[173,20.78]],["parent/13535",[3705,10.024]],["name/13536",[547,44.444]],["parent/13536",[3706,9.514]],["name/13537",[567,51.363]],["parent/13537",[3706,9.514]],["name/13538",[84,48.96]],["parent/13538",[3684,6.894]],["name/13539",[173,20.78]],["parent/13539",[3707,10.024]],["name/13540",[408,29.731]],["parent/13540",[3708,8.417]],["name/13541",[570,51.363]],["parent/13541",[3708,8.417]],["name/13542",[571,58.27]],["parent/13542",[3708,8.417]],["name/13543",[572,56.227]],["parent/13543",[3708,8.417]],["name/13544",[567,51.363]],["parent/13544",[3708,8.417]],["name/13545",[573,58.27]],["parent/13545",[3708,8.417]],["name/13546",[574,58.27]],["parent/13546",[3708,8.417]],["name/13547",[94,51.023]],["parent/13547",[3684,6.894]],["name/13548",[173,20.78]],["parent/13548",[3709,10.024]],["name/13549",[408,29.731]],["parent/13549",[3710,7.017]],["name/13550",[581,49.316]],["parent/13550",[3710,7.017]],["name/13551",[155,37.858]],["parent/13551",[3710,7.017]],["name/13552",[65,47.186]],["parent/13552",[3710,7.017]],["name/13553",[582,51.363]],["parent/13553",[3710,7.017]],["name/13554",[583,58.27]],["parent/13554",[3710,7.017]],["name/13555",[145,57.978]],["parent/13555",[3710,7.017]],["name/13556",[584,58.27]],["parent/13556",[3710,7.017]],["name/13557",[421,44.394]],["parent/13557",[3710,7.017]],["name/13558",[526,47.618]],["parent/13558",[3710,7.017]],["name/13559",[585,58.27]],["parent/13559",[3710,7.017]],["name/13560",[586,58.27]],["parent/13560",[3710,7.017]],["name/13561",[587,58.27]],["parent/13561",[3710,7.017]],["name/13562",[588,58.27]],["parent/13562",[3710,7.017]],["name/13563",[589,58.27]],["parent/13563",[3710,7.017]],["name/13564",[590,58.27]],["parent/13564",[3710,7.017]],["name/13565",[511,47.317]],["parent/13565",[3710,7.017]],["name/13566",[591,49.811]],["parent/13566",[3710,7.017]],["name/13567",[352,50.243]],["parent/13567",[3710,7.017]],["name/13568",[592,51.363]],["parent/13568",[3710,7.017]],["name/13569",[593,56.227]],["parent/13569",[3710,7.017]],["name/13570",[594,56.227]],["parent/13570",[3710,7.017]],["name/13571",[70,51.167]],["parent/13571",[3710,7.017]],["name/13572",[84,48.96]],["parent/13572",[3710,7.017]],["name/13573",[68,51.167]],["parent/13573",[3710,7.017]],["name/13574",[512,51.363]],["parent/13574",[3710,7.017]],["name/13575",[595,58.27]],["parent/13575",[3710,7.017]],["name/13576",[597,58.27]],["parent/13576",[3710,7.017]],["name/13577",[3030,69.355]],["parent/13577",[3710,7.017]],["name/13578",[387,62.202]],["parent/13578",[3710,7.017]],["name/13579",[71,49.643]],["parent/13579",[3684,6.894]],["name/13580",[173,20.78]],["parent/13580",[3711,10.024]],["name/13581",[599,58.27]],["parent/13581",[3712,9.514]],["name/13582",[601,58.27]],["parent/13582",[3712,9.514]],["name/13583",[72,57.883]],["parent/13583",[3684,6.894]],["name/13584",[173,20.78]],["parent/13584",[3713,10.024]],["name/13585",[408,29.731]],["parent/13585",[3714,8.927]],["name/13586",[562,45.295]],["parent/13586",[3714,8.927]],["name/13587",[604,58.27]],["parent/13587",[3714,8.927]],["name/13588",[605,58.27]],["parent/13588",[3714,8.927]],["name/13589",[74,58.075]],["parent/13589",[3684,6.894]],["name/13590",[173,20.78]],["parent/13590",[3715,10.024]],["name/13591",[408,29.731]],["parent/13591",[3716,8.927]],["name/13592",[410,39.926]],["parent/13592",[3716,8.927]],["name/13593",[521,51.363]],["parent/13593",[3716,8.927]],["name/13594",[608,58.27]],["parent/13594",[3716,8.927]],["name/13595",[75,57.883]],["parent/13595",[3684,6.894]],["name/13596",[173,20.78]],["parent/13596",[3717,10.024]],["name/13597",[410,39.926]],["parent/13597",[3718,9.178]],["name/13598",[611,58.27]],["parent/13598",[3718,9.178]],["name/13599",[612,58.27]],["parent/13599",[3718,9.178]],["name/13600",[76,57.883]],["parent/13600",[3684,6.894]],["name/13601",[173,20.78]],["parent/13601",[3719,10.024]],["name/13602",[408,29.731]],["parent/13602",[3720,8.56]],["name/13603",[615,58.27]],["parent/13603",[3720,8.56]],["name/13604",[71,49.643]],["parent/13604",[3720,8.56]],["name/13605",[570,51.363]],["parent/13605",[3720,8.56]],["name/13606",[616,58.27]],["parent/13606",[3720,8.56]],["name/13607",[617,58.27]],["parent/13607",[3720,8.56]],["name/13608",[78,58.075]],["parent/13608",[3684,6.894]],["name/13609",[173,20.78]],["parent/13609",[3721,10.024]],["name/13610",[619,58.27]],["parent/13610",[3722,8.727]],["name/13611",[621,58.27]],["parent/13611",[3722,8.727]],["name/13612",[622,47.317]],["parent/13612",[3722,8.727]],["name/13613",[623,58.27]],["parent/13613",[3722,8.727]],["name/13614",[624,58.27]],["parent/13614",[3722,8.727]],["name/13615",[98,51.167]],["parent/13615",[3684,6.894]],["name/13616",[173,20.78]],["parent/13616",[3723,10.024]],["name/13617",[626,58.27]],["parent/13617",[3724,10.024]],["name/13618",[93,50.025]],["parent/13618",[3684,6.894]],["name/13619",[173,20.78]],["parent/13619",[3725,10.024]],["name/13620",[629,58.27]],["parent/13620",[3726,9.178]],["name/13621",[631,58.27]],["parent/13621",[3726,9.178]],["name/13622",[632,58.27]],["parent/13622",[3726,9.178]],["name/13623",[79,57.883]],["parent/13623",[3684,6.894]],["name/13624",[173,20.78]],["parent/13624",[3727,10.024]],["name/13625",[581,49.316]],["parent/13625",[3728,7.907]],["name/13626",[547,44.444]],["parent/13626",[3728,7.907]],["name/13627",[544,45.905]],["parent/13627",[3728,7.907]],["name/13628",[635,58.27]],["parent/13628",[3728,7.907]],["name/13629",[636,46.586]],["parent/13629",[3728,7.907]],["name/13630",[637,58.27]],["parent/13630",[3728,7.907]],["name/13631",[98,51.167]],["parent/13631",[3728,7.907]],["name/13632",[93,50.025]],["parent/13632",[3728,7.907]],["name/13633",[638,58.27]],["parent/13633",[3728,7.907]],["name/13634",[639,58.27]],["parent/13634",[3728,7.907]],["name/13635",[640,58.27]],["parent/13635",[3728,7.907]],["name/13636",[534,51.363]],["parent/13636",[3728,7.907]],["name/13637",[80,55.757]],["parent/13637",[3684,6.894]],["name/13638",[173,20.78]],["parent/13638",[3729,10.024]],["name/13639",[408,29.731]],["parent/13639",[3730,9.514]],["name/13640",[547,44.444]],["parent/13640",[3730,9.514]],["name/13641",[81,57.883]],["parent/13641",[3684,6.894]],["name/13642",[173,20.78]],["parent/13642",[3731,10.024]],["name/13643",[644,58.27]],["parent/13643",[3732,8.927]],["name/13644",[173,20.78]],["parent/13644",[3732,8.927]],["name/13645",[646,51.363]],["parent/13645",[3733,8.56]],["name/13646",[636,46.586]],["parent/13646",[3733,8.56]],["name/13647",[622,47.317]],["parent/13647",[3733,8.56]],["name/13648",[648,58.27]],["parent/13648",[3732,8.927]],["name/13649",[173,20.78]],["parent/13649",[3732,8.927]],["name/13650",[646,51.363]],["parent/13650",[3733,8.56]],["name/13651",[636,46.586]],["parent/13651",[3733,8.56]],["name/13652",[622,47.317]],["parent/13652",[3733,8.56]],["name/13653",[83,55.604]],["parent/13653",[3684,6.894]],["name/13654",[173,20.78]],["parent/13654",[3734,10.024]],["name/13655",[65,47.186]],["parent/13655",[3735,8.727]],["name/13656",[421,44.394]],["parent/13656",[3735,8.727]],["name/13657",[408,29.731]],["parent/13657",[3735,8.727]],["name/13658",[94,51.023]],["parent/13658",[3735,8.727]],["name/13659",[540,45.268]],["parent/13659",[3735,8.727]],["name/13660",[651,56.147]],["parent/13660",[3684,6.894]],["name/13661",[86,57.883]],["parent/13661",[3684,6.894]],["name/13662",[173,20.78]],["parent/13662",[3736,10.024]],["name/13663",[653,58.27]],["parent/13663",[3737,8.727]],["name/13664",[655,58.27]],["parent/13664",[3737,8.727]],["name/13665",[656,58.27]],["parent/13665",[3737,8.727]],["name/13666",[657,58.27]],["parent/13666",[3737,8.727]],["name/13667",[658,58.27]],["parent/13667",[3737,8.727]],["name/13668",[87,58.075]],["parent/13668",[3684,6.894]],["name/13669",[173,20.78]],["parent/13669",[3738,10.024]],["name/13670",[408,29.731]],["parent/13670",[3739,8.927]],["name/13671",[661,58.27]],["parent/13671",[3739,8.927]],["name/13672",[662,58.27]],["parent/13672",[3739,8.927]],["name/13673",[663,58.27]],["parent/13673",[3739,8.927]],["name/13674",[88,57.883]],["parent/13674",[3684,6.894]],["name/13675",[173,20.78]],["parent/13675",[3740,10.024]],["name/13676",[408,29.731]],["parent/13676",[3741,8.081]],["name/13677",[340,56.068]],["parent/13677",[3741,8.081]],["name/13678",[666,58.27]],["parent/13678",[3741,8.081]],["name/13679",[334,56.147]],["parent/13679",[3741,8.081]],["name/13680",[667,58.27]],["parent/13680",[3741,8.081]],["name/13681",[668,58.27]],["parent/13681",[3741,8.081]],["name/13682",[669,58.27]],["parent/13682",[3741,8.081]],["name/13683",[670,58.27]],["parent/13683",[3741,8.081]],["name/13684",[671,58.27]],["parent/13684",[3741,8.081]],["name/13685",[672,58.27]],["parent/13685",[3741,8.081]],["name/13686",[89,57.511]],["parent/13686",[3684,6.894]],["name/13687",[173,20.78]],["parent/13687",[3742,10.024]],["name/13688",[408,29.731]],["parent/13688",[3743,8.727]],["name/13689",[675,58.27]],["parent/13689",[3743,8.727]],["name/13690",[676,58.27]],["parent/13690",[3743,8.727]],["name/13691",[677,58.27]],["parent/13691",[3743,8.727]],["name/13692",[678,58.27]],["parent/13692",[3743,8.727]],["name/13693",[90,57.883]],["parent/13693",[3684,6.894]],["name/13694",[173,20.78]],["parent/13694",[3744,10.024]],["name/13695",[562,45.295]],["parent/13695",[3745,9.178]],["name/13696",[532,51.363]],["parent/13696",[3745,9.178]],["name/13697",[681,58.27]],["parent/13697",[3745,9.178]],["name/13698",[91,58.075]],["parent/13698",[3684,6.894]],["name/13699",[173,20.78]],["parent/13699",[3746,10.024]],["name/13700",[408,29.731]],["parent/13700",[3747,8.927]],["name/13701",[684,51.363]],["parent/13701",[3747,8.927]],["name/13702",[172,58.075]],["parent/13702",[3747,8.927]],["name/13703",[592,51.363]],["parent/13703",[3747,8.927]],["name/13704",[95,58.075]],["parent/13704",[3684,6.894]],["name/13705",[173,20.78]],["parent/13705",[3748,10.024]],["name/13706",[686,54.532]],["parent/13706",[3749,8.292]],["name/13707",[582,51.363]],["parent/13707",[3749,8.292]],["name/13708",[688,58.27]],["parent/13708",[3749,8.292]],["name/13709",[511,47.317]],["parent/13709",[3749,8.292]],["name/13710",[591,49.811]],["parent/13710",[3749,8.292]],["name/13711",[352,50.243]],["parent/13711",[3749,8.292]],["name/13712",[684,51.363]],["parent/13712",[3749,8.292]],["name/13713",[689,58.27]],["parent/13713",[3749,8.292]],["name/13714",[97,55.911]],["parent/13714",[3684,6.894]],["name/13715",[173,20.78]],["parent/13715",[3750,10.024]],["name/13716",[417,58.075]],["parent/13716",[3751,8.927]],["name/13717",[419,58.075]],["parent/13717",[3751,8.927]],["name/13718",[420,58.075]],["parent/13718",[3751,8.927]],["name/13719",[421,44.394]],["parent/13719",[3751,8.927]],["name/13720",[3002,69.355]],["parent/13720",[120,9.514]],["name/13721",[73,51.562]],["parent/13721",[3752,6.894]],["name/13722",[173,20.78]],["parent/13722",[3753,10.024]],["name/13723",[504,58.27]],["parent/13723",[3754,8.927]],["name/13724",[506,58.27]],["parent/13724",[3754,8.927]],["name/13725",[155,37.858]],["parent/13725",[3754,8.927]],["name/13726",[507,58.27]],["parent/13726",[3754,8.927]],["name/13727",[92,51.167]],["parent/13727",[3752,6.894]],["name/13728",[173,20.78]],["parent/13728",[3755,10.024]],["name/13729",[509,58.27]],["parent/13729",[3756,8.727]],["name/13730",[511,47.317]],["parent/13730",[3756,8.727]],["name/13731",[512,51.363]],["parent/13731",[3756,8.727]],["name/13732",[344,48.357]],["parent/13732",[3756,8.727]],["name/13733",[513,51.363]],["parent/13733",[3756,8.727]],["name/13734",[65,47.186]],["parent/13734",[3752,6.894]],["name/13735",[173,20.78]],["parent/13735",[3757,10.024]],["name/13736",[408,29.731]],["parent/13736",[3758,7.413]],["name/13737",[493,49.276]],["parent/13737",[3758,7.413]],["name/13738",[516,51.363]],["parent/13738",[3758,7.413]],["name/13739",[517,58.27]],["parent/13739",[3758,7.413]],["name/13740",[518,58.27]],["parent/13740",[3758,7.413]],["name/13741",[421,44.394]],["parent/13741",[3758,7.413]],["name/13742",[519,58.27]],["parent/13742",[3758,7.413]],["name/13743",[520,58.27]],["parent/13743",[3758,7.413]],["name/13744",[521,51.363]],["parent/13744",[3758,7.413]],["name/13745",[344,48.357]],["parent/13745",[3758,7.413]],["name/13746",[155,37.858]],["parent/13746",[3758,7.413]],["name/13747",[522,58.27]],["parent/13747",[3758,7.413]],["name/13748",[523,58.27]],["parent/13748",[3758,7.413]],["name/13749",[524,58.27]],["parent/13749",[3758,7.413]],["name/13750",[525,58.27]],["parent/13750",[3758,7.413]],["name/13751",[526,47.618]],["parent/13751",[3758,7.413]],["name/13752",[527,58.27]],["parent/13752",[3758,7.413]],["name/13753",[513,51.363]],["parent/13753",[3758,7.413]],["name/13754",[528,58.27]],["parent/13754",[3758,7.413]],["name/13755",[92,51.167]],["parent/13755",[3758,7.413]],["name/13756",[67,57.883]],["parent/13756",[3752,6.894]],["name/13757",[173,20.78]],["parent/13757",[3759,10.024]],["name/13758",[530,58.27]],["parent/13758",[3760,8.927]],["name/13759",[532,51.363]],["parent/13759",[3760,8.927]],["name/13760",[533,58.27]],["parent/13760",[3760,8.927]],["name/13761",[534,51.363]],["parent/13761",[3760,8.927]],["name/13762",[68,51.167]],["parent/13762",[3752,6.894]],["name/13763",[173,20.78]],["parent/13763",[3761,10.024]],["name/13764",[410,39.926]],["parent/13764",[3762,9.178]],["name/13765",[411,58.075]],["parent/13765",[3762,9.178]],["name/13766",[537,58.27]],["parent/13766",[3762,9.178]],["name/13767",[69,57.883]],["parent/13767",[3752,6.894]],["name/13768",[173,20.78]],["parent/13768",[3763,10.024]],["name/13769",[408,29.731]],["parent/13769",[3764,8.292]],["name/13770",[540,45.268]],["parent/13770",[3764,8.292]],["name/13771",[155,37.858]],["parent/13771",[3764,8.292]],["name/13772",[541,58.27]],["parent/13772",[3764,8.292]],["name/13773",[542,58.27]],["parent/13773",[3764,8.292]],["name/13774",[543,58.27]],["parent/13774",[3764,8.292]],["name/13775",[342,56.068]],["parent/13775",[3764,8.292]],["name/13776",[544,45.905]],["parent/13776",[3764,8.292]],["name/13777",[70,51.167]],["parent/13777",[3752,6.894]],["name/13778",[173,20.78]],["parent/13778",[3765,10.024]],["name/13779",[155,37.858]],["parent/13779",[3766,7.907]],["name/13780",[547,44.444]],["parent/13780",[3766,7.907]],["name/13781",[544,45.905]],["parent/13781",[3766,7.907]],["name/13782",[540,45.268]],["parent/13782",[3766,7.907]],["name/13783",[548,58.27]],["parent/13783",[3766,7.907]],["name/13784",[549,58.27]],["parent/13784",[3766,7.907]],["name/13785",[550,58.27]],["parent/13785",[3766,7.907]],["name/13786",[551,58.27]],["parent/13786",[3766,7.907]],["name/13787",[552,58.27]],["parent/13787",[3766,7.907]],["name/13788",[553,58.27]],["parent/13788",[3766,7.907]],["name/13789",[554,56.227]],["parent/13789",[3766,7.907]],["name/13790",[555,56.227]],["parent/13790",[3766,7.907]],["name/13791",[82,57.511]],["parent/13791",[3752,6.894]],["name/13792",[173,20.78]],["parent/13792",[3767,10.024]],["name/13793",[408,29.731]],["parent/13793",[3768,8.927]],["name/13794",[493,49.276]],["parent/13794",[3768,8.927]],["name/13795",[155,37.858]],["parent/13795",[3768,8.927]],["name/13796",[516,51.363]],["parent/13796",[3768,8.927]],["name/13797",[77,51.167]],["parent/13797",[3752,6.894]],["name/13798",[173,20.78]],["parent/13798",[3769,10.024]],["name/13799",[559,58.27]],["parent/13799",[3770,9.178]],["name/13800",[561,58.27]],["parent/13800",[3770,9.178]],["name/13801",[562,45.295]],["parent/13801",[3770,9.178]],["name/13802",[96,55.911]],["parent/13802",[3752,6.894]],["name/13803",[173,20.78]],["parent/13803",[3771,10.024]],["name/13804",[410,39.926]],["parent/13804",[3772,9.178]],["name/13805",[155,37.858]],["parent/13805",[3772,9.178]],["name/13806",[77,51.167]],["parent/13806",[3772,9.178]],["name/13807",[85,57.978]],["parent/13807",[3752,6.894]],["name/13808",[173,20.78]],["parent/13808",[3773,10.024]],["name/13809",[547,44.444]],["parent/13809",[3774,9.514]],["name/13810",[567,51.363]],["parent/13810",[3774,9.514]],["name/13811",[84,48.96]],["parent/13811",[3752,6.894]],["name/13812",[173,20.78]],["parent/13812",[3775,10.024]],["name/13813",[408,29.731]],["parent/13813",[3776,8.417]],["name/13814",[570,51.363]],["parent/13814",[3776,8.417]],["name/13815",[571,58.27]],["parent/13815",[3776,8.417]],["name/13816",[572,56.227]],["parent/13816",[3776,8.417]],["name/13817",[567,51.363]],["parent/13817",[3776,8.417]],["name/13818",[573,58.27]],["parent/13818",[3776,8.417]],["name/13819",[574,58.27]],["parent/13819",[3776,8.417]],["name/13820",[94,51.023]],["parent/13820",[3752,6.894]],["name/13821",[173,20.78]],["parent/13821",[3777,10.024]],["name/13822",[408,29.731]],["parent/13822",[3778,7.017]],["name/13823",[581,49.316]],["parent/13823",[3778,7.017]],["name/13824",[155,37.858]],["parent/13824",[3778,7.017]],["name/13825",[65,47.186]],["parent/13825",[3778,7.017]],["name/13826",[582,51.363]],["parent/13826",[3778,7.017]],["name/13827",[583,58.27]],["parent/13827",[3778,7.017]],["name/13828",[145,57.978]],["parent/13828",[3778,7.017]],["name/13829",[584,58.27]],["parent/13829",[3778,7.017]],["name/13830",[421,44.394]],["parent/13830",[3778,7.017]],["name/13831",[526,47.618]],["parent/13831",[3778,7.017]],["name/13832",[585,58.27]],["parent/13832",[3778,7.017]],["name/13833",[586,58.27]],["parent/13833",[3778,7.017]],["name/13834",[587,58.27]],["parent/13834",[3778,7.017]],["name/13835",[588,58.27]],["parent/13835",[3778,7.017]],["name/13836",[589,58.27]],["parent/13836",[3778,7.017]],["name/13837",[590,58.27]],["parent/13837",[3778,7.017]],["name/13838",[511,47.317]],["parent/13838",[3778,7.017]],["name/13839",[591,49.811]],["parent/13839",[3778,7.017]],["name/13840",[352,50.243]],["parent/13840",[3778,7.017]],["name/13841",[592,51.363]],["parent/13841",[3778,7.017]],["name/13842",[593,56.227]],["parent/13842",[3778,7.017]],["name/13843",[594,56.227]],["parent/13843",[3778,7.017]],["name/13844",[70,51.167]],["parent/13844",[3778,7.017]],["name/13845",[84,48.96]],["parent/13845",[3778,7.017]],["name/13846",[68,51.167]],["parent/13846",[3778,7.017]],["name/13847",[512,51.363]],["parent/13847",[3778,7.017]],["name/13848",[595,58.27]],["parent/13848",[3778,7.017]],["name/13849",[597,58.27]],["parent/13849",[3778,7.017]],["name/13850",[3030,69.355]],["parent/13850",[3778,7.017]],["name/13851",[387,62.202]],["parent/13851",[3778,7.017]],["name/13852",[71,49.643]],["parent/13852",[3752,6.894]],["name/13853",[173,20.78]],["parent/13853",[3779,10.024]],["name/13854",[599,58.27]],["parent/13854",[3780,9.514]],["name/13855",[601,58.27]],["parent/13855",[3780,9.514]],["name/13856",[72,57.883]],["parent/13856",[3752,6.894]],["name/13857",[173,20.78]],["parent/13857",[3781,10.024]],["name/13858",[408,29.731]],["parent/13858",[3782,8.927]],["name/13859",[562,45.295]],["parent/13859",[3782,8.927]],["name/13860",[604,58.27]],["parent/13860",[3782,8.927]],["name/13861",[605,58.27]],["parent/13861",[3782,8.927]],["name/13862",[74,58.075]],["parent/13862",[3752,6.894]],["name/13863",[173,20.78]],["parent/13863",[3783,10.024]],["name/13864",[408,29.731]],["parent/13864",[3784,8.927]],["name/13865",[410,39.926]],["parent/13865",[3784,8.927]],["name/13866",[521,51.363]],["parent/13866",[3784,8.927]],["name/13867",[608,58.27]],["parent/13867",[3784,8.927]],["name/13868",[75,57.883]],["parent/13868",[3752,6.894]],["name/13869",[173,20.78]],["parent/13869",[3785,10.024]],["name/13870",[410,39.926]],["parent/13870",[3786,9.178]],["name/13871",[611,58.27]],["parent/13871",[3786,9.178]],["name/13872",[612,58.27]],["parent/13872",[3786,9.178]],["name/13873",[76,57.883]],["parent/13873",[3752,6.894]],["name/13874",[173,20.78]],["parent/13874",[3787,10.024]],["name/13875",[408,29.731]],["parent/13875",[3788,8.56]],["name/13876",[615,58.27]],["parent/13876",[3788,8.56]],["name/13877",[71,49.643]],["parent/13877",[3788,8.56]],["name/13878",[570,51.363]],["parent/13878",[3788,8.56]],["name/13879",[616,58.27]],["parent/13879",[3788,8.56]],["name/13880",[617,58.27]],["parent/13880",[3788,8.56]],["name/13881",[78,58.075]],["parent/13881",[3752,6.894]],["name/13882",[173,20.78]],["parent/13882",[3789,10.024]],["name/13883",[619,58.27]],["parent/13883",[3790,8.727]],["name/13884",[621,58.27]],["parent/13884",[3790,8.727]],["name/13885",[622,47.317]],["parent/13885",[3790,8.727]],["name/13886",[623,58.27]],["parent/13886",[3790,8.727]],["name/13887",[624,58.27]],["parent/13887",[3790,8.727]],["name/13888",[98,51.167]],["parent/13888",[3752,6.894]],["name/13889",[173,20.78]],["parent/13889",[3791,10.024]],["name/13890",[626,58.27]],["parent/13890",[3792,10.024]],["name/13891",[93,50.025]],["parent/13891",[3752,6.894]],["name/13892",[173,20.78]],["parent/13892",[3793,10.024]],["name/13893",[629,58.27]],["parent/13893",[3794,9.178]],["name/13894",[631,58.27]],["parent/13894",[3794,9.178]],["name/13895",[632,58.27]],["parent/13895",[3794,9.178]],["name/13896",[79,57.883]],["parent/13896",[3752,6.894]],["name/13897",[173,20.78]],["parent/13897",[3795,10.024]],["name/13898",[581,49.316]],["parent/13898",[3796,7.907]],["name/13899",[547,44.444]],["parent/13899",[3796,7.907]],["name/13900",[544,45.905]],["parent/13900",[3796,7.907]],["name/13901",[635,58.27]],["parent/13901",[3796,7.907]],["name/13902",[636,46.586]],["parent/13902",[3796,7.907]],["name/13903",[637,58.27]],["parent/13903",[3796,7.907]],["name/13904",[98,51.167]],["parent/13904",[3796,7.907]],["name/13905",[93,50.025]],["parent/13905",[3796,7.907]],["name/13906",[638,58.27]],["parent/13906",[3796,7.907]],["name/13907",[639,58.27]],["parent/13907",[3796,7.907]],["name/13908",[640,58.27]],["parent/13908",[3796,7.907]],["name/13909",[534,51.363]],["parent/13909",[3796,7.907]],["name/13910",[80,55.757]],["parent/13910",[3752,6.894]],["name/13911",[173,20.78]],["parent/13911",[3797,10.024]],["name/13912",[408,29.731]],["parent/13912",[3798,9.514]],["name/13913",[547,44.444]],["parent/13913",[3798,9.514]],["name/13914",[81,57.883]],["parent/13914",[3752,6.894]],["name/13915",[173,20.78]],["parent/13915",[3799,10.024]],["name/13916",[644,58.27]],["parent/13916",[3800,8.927]],["name/13917",[173,20.78]],["parent/13917",[3800,8.927]],["name/13918",[646,51.363]],["parent/13918",[3801,8.56]],["name/13919",[636,46.586]],["parent/13919",[3801,8.56]],["name/13920",[622,47.317]],["parent/13920",[3801,8.56]],["name/13921",[648,58.27]],["parent/13921",[3800,8.927]],["name/13922",[173,20.78]],["parent/13922",[3800,8.927]],["name/13923",[646,51.363]],["parent/13923",[3801,8.56]],["name/13924",[636,46.586]],["parent/13924",[3801,8.56]],["name/13925",[622,47.317]],["parent/13925",[3801,8.56]],["name/13926",[83,55.604]],["parent/13926",[3752,6.894]],["name/13927",[173,20.78]],["parent/13927",[3802,10.024]],["name/13928",[65,47.186]],["parent/13928",[3803,8.727]],["name/13929",[421,44.394]],["parent/13929",[3803,8.727]],["name/13930",[408,29.731]],["parent/13930",[3803,8.727]],["name/13931",[94,51.023]],["parent/13931",[3803,8.727]],["name/13932",[540,45.268]],["parent/13932",[3803,8.727]],["name/13933",[651,56.147]],["parent/13933",[3752,6.894]],["name/13934",[86,57.883]],["parent/13934",[3752,6.894]],["name/13935",[173,20.78]],["parent/13935",[3804,10.024]],["name/13936",[653,58.27]],["parent/13936",[3805,8.727]],["name/13937",[655,58.27]],["parent/13937",[3805,8.727]],["name/13938",[656,58.27]],["parent/13938",[3805,8.727]],["name/13939",[657,58.27]],["parent/13939",[3805,8.727]],["name/13940",[658,58.27]],["parent/13940",[3805,8.727]],["name/13941",[87,58.075]],["parent/13941",[3752,6.894]],["name/13942",[173,20.78]],["parent/13942",[3806,10.024]],["name/13943",[408,29.731]],["parent/13943",[3807,8.927]],["name/13944",[661,58.27]],["parent/13944",[3807,8.927]],["name/13945",[662,58.27]],["parent/13945",[3807,8.927]],["name/13946",[663,58.27]],["parent/13946",[3807,8.927]],["name/13947",[88,57.883]],["parent/13947",[3752,6.894]],["name/13948",[173,20.78]],["parent/13948",[3808,10.024]],["name/13949",[408,29.731]],["parent/13949",[3809,8.081]],["name/13950",[340,56.068]],["parent/13950",[3809,8.081]],["name/13951",[666,58.27]],["parent/13951",[3809,8.081]],["name/13952",[334,56.147]],["parent/13952",[3809,8.081]],["name/13953",[667,58.27]],["parent/13953",[3809,8.081]],["name/13954",[668,58.27]],["parent/13954",[3809,8.081]],["name/13955",[669,58.27]],["parent/13955",[3809,8.081]],["name/13956",[670,58.27]],["parent/13956",[3809,8.081]],["name/13957",[671,58.27]],["parent/13957",[3809,8.081]],["name/13958",[672,58.27]],["parent/13958",[3809,8.081]],["name/13959",[89,57.511]],["parent/13959",[3752,6.894]],["name/13960",[173,20.78]],["parent/13960",[3810,10.024]],["name/13961",[408,29.731]],["parent/13961",[3811,8.727]],["name/13962",[675,58.27]],["parent/13962",[3811,8.727]],["name/13963",[676,58.27]],["parent/13963",[3811,8.727]],["name/13964",[677,58.27]],["parent/13964",[3811,8.727]],["name/13965",[678,58.27]],["parent/13965",[3811,8.727]],["name/13966",[90,57.883]],["parent/13966",[3752,6.894]],["name/13967",[173,20.78]],["parent/13967",[3812,10.024]],["name/13968",[562,45.295]],["parent/13968",[3813,9.178]],["name/13969",[532,51.363]],["parent/13969",[3813,9.178]],["name/13970",[681,58.27]],["parent/13970",[3813,9.178]],["name/13971",[91,58.075]],["parent/13971",[3752,6.894]],["name/13972",[173,20.78]],["parent/13972",[3814,10.024]],["name/13973",[408,29.731]],["parent/13973",[3815,8.927]],["name/13974",[684,51.363]],["parent/13974",[3815,8.927]],["name/13975",[172,58.075]],["parent/13975",[3815,8.927]],["name/13976",[592,51.363]],["parent/13976",[3815,8.927]],["name/13977",[95,58.075]],["parent/13977",[3752,6.894]],["name/13978",[173,20.78]],["parent/13978",[3816,10.024]],["name/13979",[686,54.532]],["parent/13979",[3817,8.292]],["name/13980",[582,51.363]],["parent/13980",[3817,8.292]],["name/13981",[688,58.27]],["parent/13981",[3817,8.292]],["name/13982",[511,47.317]],["parent/13982",[3817,8.292]],["name/13983",[591,49.811]],["parent/13983",[3817,8.292]],["name/13984",[352,50.243]],["parent/13984",[3817,8.292]],["name/13985",[684,51.363]],["parent/13985",[3817,8.292]],["name/13986",[689,58.27]],["parent/13986",[3817,8.292]],["name/13987",[97,55.911]],["parent/13987",[3752,6.894]],["name/13988",[173,20.78]],["parent/13988",[3818,10.024]],["name/13989",[417,58.075]],["parent/13989",[3819,8.927]],["name/13990",[419,58.075]],["parent/13990",[3819,8.927]],["name/13991",[420,58.075]],["parent/13991",[3819,8.927]],["name/13992",[421,44.394]],["parent/13992",[3819,8.927]],["name/13993",[3002,69.355]],["parent/13993",[121,9.514]],["name/13994",[73,51.562]],["parent/13994",[3820,6.894]],["name/13995",[173,20.78]],["parent/13995",[3821,10.024]],["name/13996",[504,58.27]],["parent/13996",[3822,8.927]],["name/13997",[506,58.27]],["parent/13997",[3822,8.927]],["name/13998",[155,37.858]],["parent/13998",[3822,8.927]],["name/13999",[507,58.27]],["parent/13999",[3822,8.927]],["name/14000",[92,51.167]],["parent/14000",[3820,6.894]],["name/14001",[173,20.78]],["parent/14001",[3823,10.024]],["name/14002",[509,58.27]],["parent/14002",[3824,8.727]],["name/14003",[511,47.317]],["parent/14003",[3824,8.727]],["name/14004",[512,51.363]],["parent/14004",[3824,8.727]],["name/14005",[344,48.357]],["parent/14005",[3824,8.727]],["name/14006",[513,51.363]],["parent/14006",[3824,8.727]],["name/14007",[65,47.186]],["parent/14007",[3820,6.894]],["name/14008",[173,20.78]],["parent/14008",[3825,10.024]],["name/14009",[408,29.731]],["parent/14009",[3826,7.413]],["name/14010",[493,49.276]],["parent/14010",[3826,7.413]],["name/14011",[516,51.363]],["parent/14011",[3826,7.413]],["name/14012",[517,58.27]],["parent/14012",[3826,7.413]],["name/14013",[518,58.27]],["parent/14013",[3826,7.413]],["name/14014",[421,44.394]],["parent/14014",[3826,7.413]],["name/14015",[519,58.27]],["parent/14015",[3826,7.413]],["name/14016",[520,58.27]],["parent/14016",[3826,7.413]],["name/14017",[521,51.363]],["parent/14017",[3826,7.413]],["name/14018",[344,48.357]],["parent/14018",[3826,7.413]],["name/14019",[155,37.858]],["parent/14019",[3826,7.413]],["name/14020",[522,58.27]],["parent/14020",[3826,7.413]],["name/14021",[523,58.27]],["parent/14021",[3826,7.413]],["name/14022",[524,58.27]],["parent/14022",[3826,7.413]],["name/14023",[525,58.27]],["parent/14023",[3826,7.413]],["name/14024",[526,47.618]],["parent/14024",[3826,7.413]],["name/14025",[527,58.27]],["parent/14025",[3826,7.413]],["name/14026",[513,51.363]],["parent/14026",[3826,7.413]],["name/14027",[528,58.27]],["parent/14027",[3826,7.413]],["name/14028",[92,51.167]],["parent/14028",[3826,7.413]],["name/14029",[67,57.883]],["parent/14029",[3820,6.894]],["name/14030",[173,20.78]],["parent/14030",[3827,10.024]],["name/14031",[530,58.27]],["parent/14031",[3828,8.927]],["name/14032",[532,51.363]],["parent/14032",[3828,8.927]],["name/14033",[533,58.27]],["parent/14033",[3828,8.927]],["name/14034",[534,51.363]],["parent/14034",[3828,8.927]],["name/14035",[68,51.167]],["parent/14035",[3820,6.894]],["name/14036",[173,20.78]],["parent/14036",[3829,10.024]],["name/14037",[410,39.926]],["parent/14037",[3830,9.178]],["name/14038",[411,58.075]],["parent/14038",[3830,9.178]],["name/14039",[537,58.27]],["parent/14039",[3830,9.178]],["name/14040",[69,57.883]],["parent/14040",[3820,6.894]],["name/14041",[173,20.78]],["parent/14041",[3831,10.024]],["name/14042",[408,29.731]],["parent/14042",[3832,8.292]],["name/14043",[540,45.268]],["parent/14043",[3832,8.292]],["name/14044",[155,37.858]],["parent/14044",[3832,8.292]],["name/14045",[541,58.27]],["parent/14045",[3832,8.292]],["name/14046",[542,58.27]],["parent/14046",[3832,8.292]],["name/14047",[543,58.27]],["parent/14047",[3832,8.292]],["name/14048",[342,56.068]],["parent/14048",[3832,8.292]],["name/14049",[544,45.905]],["parent/14049",[3832,8.292]],["name/14050",[70,51.167]],["parent/14050",[3820,6.894]],["name/14051",[173,20.78]],["parent/14051",[3833,10.024]],["name/14052",[155,37.858]],["parent/14052",[3834,7.907]],["name/14053",[547,44.444]],["parent/14053",[3834,7.907]],["name/14054",[544,45.905]],["parent/14054",[3834,7.907]],["name/14055",[540,45.268]],["parent/14055",[3834,7.907]],["name/14056",[548,58.27]],["parent/14056",[3834,7.907]],["name/14057",[549,58.27]],["parent/14057",[3834,7.907]],["name/14058",[550,58.27]],["parent/14058",[3834,7.907]],["name/14059",[551,58.27]],["parent/14059",[3834,7.907]],["name/14060",[552,58.27]],["parent/14060",[3834,7.907]],["name/14061",[553,58.27]],["parent/14061",[3834,7.907]],["name/14062",[554,56.227]],["parent/14062",[3834,7.907]],["name/14063",[555,56.227]],["parent/14063",[3834,7.907]],["name/14064",[82,57.511]],["parent/14064",[3820,6.894]],["name/14065",[173,20.78]],["parent/14065",[3835,10.024]],["name/14066",[408,29.731]],["parent/14066",[3836,8.927]],["name/14067",[493,49.276]],["parent/14067",[3836,8.927]],["name/14068",[155,37.858]],["parent/14068",[3836,8.927]],["name/14069",[516,51.363]],["parent/14069",[3836,8.927]],["name/14070",[77,51.167]],["parent/14070",[3820,6.894]],["name/14071",[173,20.78]],["parent/14071",[3837,10.024]],["name/14072",[559,58.27]],["parent/14072",[3838,9.178]],["name/14073",[561,58.27]],["parent/14073",[3838,9.178]],["name/14074",[562,45.295]],["parent/14074",[3838,9.178]],["name/14075",[96,55.911]],["parent/14075",[3820,6.894]],["name/14076",[173,20.78]],["parent/14076",[3839,10.024]],["name/14077",[410,39.926]],["parent/14077",[3840,9.178]],["name/14078",[155,37.858]],["parent/14078",[3840,9.178]],["name/14079",[77,51.167]],["parent/14079",[3840,9.178]],["name/14080",[85,57.978]],["parent/14080",[3820,6.894]],["name/14081",[173,20.78]],["parent/14081",[3841,10.024]],["name/14082",[547,44.444]],["parent/14082",[3842,9.514]],["name/14083",[567,51.363]],["parent/14083",[3842,9.514]],["name/14084",[84,48.96]],["parent/14084",[3820,6.894]],["name/14085",[173,20.78]],["parent/14085",[3843,10.024]],["name/14086",[408,29.731]],["parent/14086",[3844,8.417]],["name/14087",[570,51.363]],["parent/14087",[3844,8.417]],["name/14088",[571,58.27]],["parent/14088",[3844,8.417]],["name/14089",[572,56.227]],["parent/14089",[3844,8.417]],["name/14090",[567,51.363]],["parent/14090",[3844,8.417]],["name/14091",[573,58.27]],["parent/14091",[3844,8.417]],["name/14092",[574,58.27]],["parent/14092",[3844,8.417]],["name/14093",[94,51.023]],["parent/14093",[3820,6.894]],["name/14094",[173,20.78]],["parent/14094",[3845,10.024]],["name/14095",[408,29.731]],["parent/14095",[3846,7.017]],["name/14096",[581,49.316]],["parent/14096",[3846,7.017]],["name/14097",[155,37.858]],["parent/14097",[3846,7.017]],["name/14098",[65,47.186]],["parent/14098",[3846,7.017]],["name/14099",[582,51.363]],["parent/14099",[3846,7.017]],["name/14100",[583,58.27]],["parent/14100",[3846,7.017]],["name/14101",[145,57.978]],["parent/14101",[3846,7.017]],["name/14102",[584,58.27]],["parent/14102",[3846,7.017]],["name/14103",[421,44.394]],["parent/14103",[3846,7.017]],["name/14104",[526,47.618]],["parent/14104",[3846,7.017]],["name/14105",[585,58.27]],["parent/14105",[3846,7.017]],["name/14106",[586,58.27]],["parent/14106",[3846,7.017]],["name/14107",[587,58.27]],["parent/14107",[3846,7.017]],["name/14108",[588,58.27]],["parent/14108",[3846,7.017]],["name/14109",[589,58.27]],["parent/14109",[3846,7.017]],["name/14110",[590,58.27]],["parent/14110",[3846,7.017]],["name/14111",[511,47.317]],["parent/14111",[3846,7.017]],["name/14112",[591,49.811]],["parent/14112",[3846,7.017]],["name/14113",[352,50.243]],["parent/14113",[3846,7.017]],["name/14114",[592,51.363]],["parent/14114",[3846,7.017]],["name/14115",[593,56.227]],["parent/14115",[3846,7.017]],["name/14116",[594,56.227]],["parent/14116",[3846,7.017]],["name/14117",[70,51.167]],["parent/14117",[3846,7.017]],["name/14118",[84,48.96]],["parent/14118",[3846,7.017]],["name/14119",[68,51.167]],["parent/14119",[3846,7.017]],["name/14120",[512,51.363]],["parent/14120",[3846,7.017]],["name/14121",[595,58.27]],["parent/14121",[3846,7.017]],["name/14122",[597,58.27]],["parent/14122",[3846,7.017]],["name/14123",[3030,69.355]],["parent/14123",[3846,7.017]],["name/14124",[387,62.202]],["parent/14124",[3846,7.017]],["name/14125",[71,49.643]],["parent/14125",[3820,6.894]],["name/14126",[173,20.78]],["parent/14126",[3847,10.024]],["name/14127",[599,58.27]],["parent/14127",[3848,9.514]],["name/14128",[601,58.27]],["parent/14128",[3848,9.514]],["name/14129",[72,57.883]],["parent/14129",[3820,6.894]],["name/14130",[173,20.78]],["parent/14130",[3849,10.024]],["name/14131",[408,29.731]],["parent/14131",[3850,8.927]],["name/14132",[562,45.295]],["parent/14132",[3850,8.927]],["name/14133",[604,58.27]],["parent/14133",[3850,8.927]],["name/14134",[605,58.27]],["parent/14134",[3850,8.927]],["name/14135",[74,58.075]],["parent/14135",[3820,6.894]],["name/14136",[173,20.78]],["parent/14136",[3851,10.024]],["name/14137",[408,29.731]],["parent/14137",[3852,8.927]],["name/14138",[410,39.926]],["parent/14138",[3852,8.927]],["name/14139",[521,51.363]],["parent/14139",[3852,8.927]],["name/14140",[608,58.27]],["parent/14140",[3852,8.927]],["name/14141",[75,57.883]],["parent/14141",[3820,6.894]],["name/14142",[173,20.78]],["parent/14142",[3853,10.024]],["name/14143",[410,39.926]],["parent/14143",[3854,9.178]],["name/14144",[611,58.27]],["parent/14144",[3854,9.178]],["name/14145",[612,58.27]],["parent/14145",[3854,9.178]],["name/14146",[76,57.883]],["parent/14146",[3820,6.894]],["name/14147",[173,20.78]],["parent/14147",[3855,10.024]],["name/14148",[408,29.731]],["parent/14148",[3856,8.56]],["name/14149",[615,58.27]],["parent/14149",[3856,8.56]],["name/14150",[71,49.643]],["parent/14150",[3856,8.56]],["name/14151",[570,51.363]],["parent/14151",[3856,8.56]],["name/14152",[616,58.27]],["parent/14152",[3856,8.56]],["name/14153",[617,58.27]],["parent/14153",[3856,8.56]],["name/14154",[78,58.075]],["parent/14154",[3820,6.894]],["name/14155",[173,20.78]],["parent/14155",[3857,10.024]],["name/14156",[619,58.27]],["parent/14156",[3858,8.727]],["name/14157",[621,58.27]],["parent/14157",[3858,8.727]],["name/14158",[622,47.317]],["parent/14158",[3858,8.727]],["name/14159",[623,58.27]],["parent/14159",[3858,8.727]],["name/14160",[624,58.27]],["parent/14160",[3858,8.727]],["name/14161",[98,51.167]],["parent/14161",[3820,6.894]],["name/14162",[173,20.78]],["parent/14162",[3859,10.024]],["name/14163",[626,58.27]],["parent/14163",[3860,10.024]],["name/14164",[93,50.025]],["parent/14164",[3820,6.894]],["name/14165",[173,20.78]],["parent/14165",[3861,10.024]],["name/14166",[629,58.27]],["parent/14166",[3862,9.178]],["name/14167",[631,58.27]],["parent/14167",[3862,9.178]],["name/14168",[632,58.27]],["parent/14168",[3862,9.178]],["name/14169",[79,57.883]],["parent/14169",[3820,6.894]],["name/14170",[173,20.78]],["parent/14170",[3863,10.024]],["name/14171",[581,49.316]],["parent/14171",[3864,7.907]],["name/14172",[547,44.444]],["parent/14172",[3864,7.907]],["name/14173",[544,45.905]],["parent/14173",[3864,7.907]],["name/14174",[635,58.27]],["parent/14174",[3864,7.907]],["name/14175",[636,46.586]],["parent/14175",[3864,7.907]],["name/14176",[637,58.27]],["parent/14176",[3864,7.907]],["name/14177",[98,51.167]],["parent/14177",[3864,7.907]],["name/14178",[93,50.025]],["parent/14178",[3864,7.907]],["name/14179",[638,58.27]],["parent/14179",[3864,7.907]],["name/14180",[639,58.27]],["parent/14180",[3864,7.907]],["name/14181",[640,58.27]],["parent/14181",[3864,7.907]],["name/14182",[534,51.363]],["parent/14182",[3864,7.907]],["name/14183",[80,55.757]],["parent/14183",[3820,6.894]],["name/14184",[173,20.78]],["parent/14184",[3865,10.024]],["name/14185",[408,29.731]],["parent/14185",[3866,9.514]],["name/14186",[547,44.444]],["parent/14186",[3866,9.514]],["name/14187",[81,57.883]],["parent/14187",[3820,6.894]],["name/14188",[173,20.78]],["parent/14188",[3867,10.024]],["name/14189",[644,58.27]],["parent/14189",[3868,8.927]],["name/14190",[173,20.78]],["parent/14190",[3868,8.927]],["name/14191",[646,51.363]],["parent/14191",[3869,8.56]],["name/14192",[636,46.586]],["parent/14192",[3869,8.56]],["name/14193",[622,47.317]],["parent/14193",[3869,8.56]],["name/14194",[648,58.27]],["parent/14194",[3868,8.927]],["name/14195",[173,20.78]],["parent/14195",[3868,8.927]],["name/14196",[646,51.363]],["parent/14196",[3869,8.56]],["name/14197",[636,46.586]],["parent/14197",[3869,8.56]],["name/14198",[622,47.317]],["parent/14198",[3869,8.56]],["name/14199",[83,55.604]],["parent/14199",[3820,6.894]],["name/14200",[173,20.78]],["parent/14200",[3870,10.024]],["name/14201",[65,47.186]],["parent/14201",[3871,8.727]],["name/14202",[421,44.394]],["parent/14202",[3871,8.727]],["name/14203",[408,29.731]],["parent/14203",[3871,8.727]],["name/14204",[94,51.023]],["parent/14204",[3871,8.727]],["name/14205",[540,45.268]],["parent/14205",[3871,8.727]],["name/14206",[651,56.147]],["parent/14206",[3820,6.894]],["name/14207",[86,57.883]],["parent/14207",[3820,6.894]],["name/14208",[173,20.78]],["parent/14208",[3872,10.024]],["name/14209",[653,58.27]],["parent/14209",[3873,8.727]],["name/14210",[655,58.27]],["parent/14210",[3873,8.727]],["name/14211",[656,58.27]],["parent/14211",[3873,8.727]],["name/14212",[657,58.27]],["parent/14212",[3873,8.727]],["name/14213",[658,58.27]],["parent/14213",[3873,8.727]],["name/14214",[87,58.075]],["parent/14214",[3820,6.894]],["name/14215",[173,20.78]],["parent/14215",[3874,10.024]],["name/14216",[408,29.731]],["parent/14216",[3875,8.927]],["name/14217",[661,58.27]],["parent/14217",[3875,8.927]],["name/14218",[662,58.27]],["parent/14218",[3875,8.927]],["name/14219",[663,58.27]],["parent/14219",[3875,8.927]],["name/14220",[88,57.883]],["parent/14220",[3820,6.894]],["name/14221",[173,20.78]],["parent/14221",[3876,10.024]],["name/14222",[408,29.731]],["parent/14222",[3877,8.081]],["name/14223",[340,56.068]],["parent/14223",[3877,8.081]],["name/14224",[666,58.27]],["parent/14224",[3877,8.081]],["name/14225",[334,56.147]],["parent/14225",[3877,8.081]],["name/14226",[667,58.27]],["parent/14226",[3877,8.081]],["name/14227",[668,58.27]],["parent/14227",[3877,8.081]],["name/14228",[669,58.27]],["parent/14228",[3877,8.081]],["name/14229",[670,58.27]],["parent/14229",[3877,8.081]],["name/14230",[671,58.27]],["parent/14230",[3877,8.081]],["name/14231",[672,58.27]],["parent/14231",[3877,8.081]],["name/14232",[89,57.511]],["parent/14232",[3820,6.894]],["name/14233",[173,20.78]],["parent/14233",[3878,10.024]],["name/14234",[408,29.731]],["parent/14234",[3879,8.727]],["name/14235",[675,58.27]],["parent/14235",[3879,8.727]],["name/14236",[676,58.27]],["parent/14236",[3879,8.727]],["name/14237",[677,58.27]],["parent/14237",[3879,8.727]],["name/14238",[678,58.27]],["parent/14238",[3879,8.727]],["name/14239",[90,57.883]],["parent/14239",[3820,6.894]],["name/14240",[173,20.78]],["parent/14240",[3880,10.024]],["name/14241",[562,45.295]],["parent/14241",[3881,9.178]],["name/14242",[532,51.363]],["parent/14242",[3881,9.178]],["name/14243",[681,58.27]],["parent/14243",[3881,9.178]],["name/14244",[91,58.075]],["parent/14244",[3820,6.894]],["name/14245",[173,20.78]],["parent/14245",[3882,10.024]],["name/14246",[408,29.731]],["parent/14246",[3883,8.927]],["name/14247",[684,51.363]],["parent/14247",[3883,8.927]],["name/14248",[172,58.075]],["parent/14248",[3883,8.927]],["name/14249",[592,51.363]],["parent/14249",[3883,8.927]],["name/14250",[95,58.075]],["parent/14250",[3820,6.894]],["name/14251",[173,20.78]],["parent/14251",[3884,10.024]],["name/14252",[686,54.532]],["parent/14252",[3885,8.292]],["name/14253",[582,51.363]],["parent/14253",[3885,8.292]],["name/14254",[688,58.27]],["parent/14254",[3885,8.292]],["name/14255",[511,47.317]],["parent/14255",[3885,8.292]],["name/14256",[591,49.811]],["parent/14256",[3885,8.292]],["name/14257",[352,50.243]],["parent/14257",[3885,8.292]],["name/14258",[684,51.363]],["parent/14258",[3885,8.292]],["name/14259",[689,58.27]],["parent/14259",[3885,8.292]],["name/14260",[97,55.911]],["parent/14260",[3820,6.894]],["name/14261",[173,20.78]],["parent/14261",[3886,10.024]],["name/14262",[417,58.075]],["parent/14262",[3887,8.927]],["name/14263",[419,58.075]],["parent/14263",[3887,8.927]],["name/14264",[420,58.075]],["parent/14264",[3887,8.927]],["name/14265",[421,44.394]],["parent/14265",[3887,8.927]],["name/14266",[3002,69.355]],["parent/14266",[122,9.514]],["name/14267",[73,51.562]],["parent/14267",[3888,6.894]],["name/14268",[173,20.78]],["parent/14268",[3889,10.024]],["name/14269",[504,58.27]],["parent/14269",[3890,8.927]],["name/14270",[506,58.27]],["parent/14270",[3890,8.927]],["name/14271",[155,37.858]],["parent/14271",[3890,8.927]],["name/14272",[507,58.27]],["parent/14272",[3890,8.927]],["name/14273",[92,51.167]],["parent/14273",[3888,6.894]],["name/14274",[173,20.78]],["parent/14274",[3891,10.024]],["name/14275",[509,58.27]],["parent/14275",[3892,8.727]],["name/14276",[511,47.317]],["parent/14276",[3892,8.727]],["name/14277",[512,51.363]],["parent/14277",[3892,8.727]],["name/14278",[344,48.357]],["parent/14278",[3892,8.727]],["name/14279",[513,51.363]],["parent/14279",[3892,8.727]],["name/14280",[65,47.186]],["parent/14280",[3888,6.894]],["name/14281",[173,20.78]],["parent/14281",[3893,10.024]],["name/14282",[408,29.731]],["parent/14282",[3894,7.413]],["name/14283",[493,49.276]],["parent/14283",[3894,7.413]],["name/14284",[516,51.363]],["parent/14284",[3894,7.413]],["name/14285",[517,58.27]],["parent/14285",[3894,7.413]],["name/14286",[518,58.27]],["parent/14286",[3894,7.413]],["name/14287",[421,44.394]],["parent/14287",[3894,7.413]],["name/14288",[519,58.27]],["parent/14288",[3894,7.413]],["name/14289",[520,58.27]],["parent/14289",[3894,7.413]],["name/14290",[521,51.363]],["parent/14290",[3894,7.413]],["name/14291",[344,48.357]],["parent/14291",[3894,7.413]],["name/14292",[155,37.858]],["parent/14292",[3894,7.413]],["name/14293",[522,58.27]],["parent/14293",[3894,7.413]],["name/14294",[523,58.27]],["parent/14294",[3894,7.413]],["name/14295",[524,58.27]],["parent/14295",[3894,7.413]],["name/14296",[525,58.27]],["parent/14296",[3894,7.413]],["name/14297",[526,47.618]],["parent/14297",[3894,7.413]],["name/14298",[527,58.27]],["parent/14298",[3894,7.413]],["name/14299",[513,51.363]],["parent/14299",[3894,7.413]],["name/14300",[528,58.27]],["parent/14300",[3894,7.413]],["name/14301",[92,51.167]],["parent/14301",[3894,7.413]],["name/14302",[67,57.883]],["parent/14302",[3888,6.894]],["name/14303",[173,20.78]],["parent/14303",[3895,10.024]],["name/14304",[530,58.27]],["parent/14304",[3896,8.927]],["name/14305",[532,51.363]],["parent/14305",[3896,8.927]],["name/14306",[533,58.27]],["parent/14306",[3896,8.927]],["name/14307",[534,51.363]],["parent/14307",[3896,8.927]],["name/14308",[68,51.167]],["parent/14308",[3888,6.894]],["name/14309",[173,20.78]],["parent/14309",[3897,10.024]],["name/14310",[410,39.926]],["parent/14310",[3898,9.178]],["name/14311",[411,58.075]],["parent/14311",[3898,9.178]],["name/14312",[537,58.27]],["parent/14312",[3898,9.178]],["name/14313",[69,57.883]],["parent/14313",[3888,6.894]],["name/14314",[173,20.78]],["parent/14314",[3899,10.024]],["name/14315",[408,29.731]],["parent/14315",[3900,8.292]],["name/14316",[540,45.268]],["parent/14316",[3900,8.292]],["name/14317",[155,37.858]],["parent/14317",[3900,8.292]],["name/14318",[541,58.27]],["parent/14318",[3900,8.292]],["name/14319",[542,58.27]],["parent/14319",[3900,8.292]],["name/14320",[543,58.27]],["parent/14320",[3900,8.292]],["name/14321",[342,56.068]],["parent/14321",[3900,8.292]],["name/14322",[544,45.905]],["parent/14322",[3900,8.292]],["name/14323",[70,51.167]],["parent/14323",[3888,6.894]],["name/14324",[173,20.78]],["parent/14324",[3901,10.024]],["name/14325",[155,37.858]],["parent/14325",[3902,7.907]],["name/14326",[547,44.444]],["parent/14326",[3902,7.907]],["name/14327",[544,45.905]],["parent/14327",[3902,7.907]],["name/14328",[540,45.268]],["parent/14328",[3902,7.907]],["name/14329",[548,58.27]],["parent/14329",[3902,7.907]],["name/14330",[549,58.27]],["parent/14330",[3902,7.907]],["name/14331",[550,58.27]],["parent/14331",[3902,7.907]],["name/14332",[551,58.27]],["parent/14332",[3902,7.907]],["name/14333",[552,58.27]],["parent/14333",[3902,7.907]],["name/14334",[553,58.27]],["parent/14334",[3902,7.907]],["name/14335",[554,56.227]],["parent/14335",[3902,7.907]],["name/14336",[555,56.227]],["parent/14336",[3902,7.907]],["name/14337",[82,57.511]],["parent/14337",[3888,6.894]],["name/14338",[173,20.78]],["parent/14338",[3903,10.024]],["name/14339",[408,29.731]],["parent/14339",[3904,8.927]],["name/14340",[493,49.276]],["parent/14340",[3904,8.927]],["name/14341",[155,37.858]],["parent/14341",[3904,8.927]],["name/14342",[516,51.363]],["parent/14342",[3904,8.927]],["name/14343",[77,51.167]],["parent/14343",[3888,6.894]],["name/14344",[173,20.78]],["parent/14344",[3905,10.024]],["name/14345",[559,58.27]],["parent/14345",[3906,9.178]],["name/14346",[561,58.27]],["parent/14346",[3906,9.178]],["name/14347",[562,45.295]],["parent/14347",[3906,9.178]],["name/14348",[96,55.911]],["parent/14348",[3888,6.894]],["name/14349",[173,20.78]],["parent/14349",[3907,10.024]],["name/14350",[410,39.926]],["parent/14350",[3908,9.178]],["name/14351",[155,37.858]],["parent/14351",[3908,9.178]],["name/14352",[77,51.167]],["parent/14352",[3908,9.178]],["name/14353",[85,57.978]],["parent/14353",[3888,6.894]],["name/14354",[173,20.78]],["parent/14354",[3909,10.024]],["name/14355",[547,44.444]],["parent/14355",[3910,9.514]],["name/14356",[567,51.363]],["parent/14356",[3910,9.514]],["name/14357",[84,48.96]],["parent/14357",[3888,6.894]],["name/14358",[173,20.78]],["parent/14358",[3911,10.024]],["name/14359",[408,29.731]],["parent/14359",[3912,8.417]],["name/14360",[570,51.363]],["parent/14360",[3912,8.417]],["name/14361",[571,58.27]],["parent/14361",[3912,8.417]],["name/14362",[572,56.227]],["parent/14362",[3912,8.417]],["name/14363",[567,51.363]],["parent/14363",[3912,8.417]],["name/14364",[573,58.27]],["parent/14364",[3912,8.417]],["name/14365",[574,58.27]],["parent/14365",[3912,8.417]],["name/14366",[94,51.023]],["parent/14366",[3888,6.894]],["name/14367",[173,20.78]],["parent/14367",[3913,10.024]],["name/14368",[408,29.731]],["parent/14368",[3914,7.017]],["name/14369",[581,49.316]],["parent/14369",[3914,7.017]],["name/14370",[155,37.858]],["parent/14370",[3914,7.017]],["name/14371",[65,47.186]],["parent/14371",[3914,7.017]],["name/14372",[582,51.363]],["parent/14372",[3914,7.017]],["name/14373",[583,58.27]],["parent/14373",[3914,7.017]],["name/14374",[145,57.978]],["parent/14374",[3914,7.017]],["name/14375",[584,58.27]],["parent/14375",[3914,7.017]],["name/14376",[421,44.394]],["parent/14376",[3914,7.017]],["name/14377",[526,47.618]],["parent/14377",[3914,7.017]],["name/14378",[585,58.27]],["parent/14378",[3914,7.017]],["name/14379",[586,58.27]],["parent/14379",[3914,7.017]],["name/14380",[587,58.27]],["parent/14380",[3914,7.017]],["name/14381",[588,58.27]],["parent/14381",[3914,7.017]],["name/14382",[589,58.27]],["parent/14382",[3914,7.017]],["name/14383",[590,58.27]],["parent/14383",[3914,7.017]],["name/14384",[511,47.317]],["parent/14384",[3914,7.017]],["name/14385",[591,49.811]],["parent/14385",[3914,7.017]],["name/14386",[352,50.243]],["parent/14386",[3914,7.017]],["name/14387",[592,51.363]],["parent/14387",[3914,7.017]],["name/14388",[593,56.227]],["parent/14388",[3914,7.017]],["name/14389",[594,56.227]],["parent/14389",[3914,7.017]],["name/14390",[70,51.167]],["parent/14390",[3914,7.017]],["name/14391",[84,48.96]],["parent/14391",[3914,7.017]],["name/14392",[68,51.167]],["parent/14392",[3914,7.017]],["name/14393",[512,51.363]],["parent/14393",[3914,7.017]],["name/14394",[595,58.27]],["parent/14394",[3914,7.017]],["name/14395",[597,58.27]],["parent/14395",[3914,7.017]],["name/14396",[3030,69.355]],["parent/14396",[3914,7.017]],["name/14397",[387,62.202]],["parent/14397",[3914,7.017]],["name/14398",[71,49.643]],["parent/14398",[3888,6.894]],["name/14399",[173,20.78]],["parent/14399",[3915,10.024]],["name/14400",[599,58.27]],["parent/14400",[3916,9.514]],["name/14401",[601,58.27]],["parent/14401",[3916,9.514]],["name/14402",[72,57.883]],["parent/14402",[3888,6.894]],["name/14403",[173,20.78]],["parent/14403",[3917,10.024]],["name/14404",[408,29.731]],["parent/14404",[3918,8.927]],["name/14405",[562,45.295]],["parent/14405",[3918,8.927]],["name/14406",[604,58.27]],["parent/14406",[3918,8.927]],["name/14407",[605,58.27]],["parent/14407",[3918,8.927]],["name/14408",[74,58.075]],["parent/14408",[3888,6.894]],["name/14409",[173,20.78]],["parent/14409",[3919,10.024]],["name/14410",[408,29.731]],["parent/14410",[3920,8.927]],["name/14411",[410,39.926]],["parent/14411",[3920,8.927]],["name/14412",[521,51.363]],["parent/14412",[3920,8.927]],["name/14413",[608,58.27]],["parent/14413",[3920,8.927]],["name/14414",[75,57.883]],["parent/14414",[3888,6.894]],["name/14415",[173,20.78]],["parent/14415",[3921,10.024]],["name/14416",[410,39.926]],["parent/14416",[3922,9.178]],["name/14417",[611,58.27]],["parent/14417",[3922,9.178]],["name/14418",[612,58.27]],["parent/14418",[3922,9.178]],["name/14419",[76,57.883]],["parent/14419",[3888,6.894]],["name/14420",[173,20.78]],["parent/14420",[3923,10.024]],["name/14421",[408,29.731]],["parent/14421",[3924,8.56]],["name/14422",[615,58.27]],["parent/14422",[3924,8.56]],["name/14423",[71,49.643]],["parent/14423",[3924,8.56]],["name/14424",[570,51.363]],["parent/14424",[3924,8.56]],["name/14425",[616,58.27]],["parent/14425",[3924,8.56]],["name/14426",[617,58.27]],["parent/14426",[3924,8.56]],["name/14427",[78,58.075]],["parent/14427",[3888,6.894]],["name/14428",[173,20.78]],["parent/14428",[3925,10.024]],["name/14429",[619,58.27]],["parent/14429",[3926,8.727]],["name/14430",[621,58.27]],["parent/14430",[3926,8.727]],["name/14431",[622,47.317]],["parent/14431",[3926,8.727]],["name/14432",[623,58.27]],["parent/14432",[3926,8.727]],["name/14433",[624,58.27]],["parent/14433",[3926,8.727]],["name/14434",[98,51.167]],["parent/14434",[3888,6.894]],["name/14435",[173,20.78]],["parent/14435",[3927,10.024]],["name/14436",[626,58.27]],["parent/14436",[3928,10.024]],["name/14437",[93,50.025]],["parent/14437",[3888,6.894]],["name/14438",[173,20.78]],["parent/14438",[3929,10.024]],["name/14439",[629,58.27]],["parent/14439",[3930,9.178]],["name/14440",[631,58.27]],["parent/14440",[3930,9.178]],["name/14441",[632,58.27]],["parent/14441",[3930,9.178]],["name/14442",[79,57.883]],["parent/14442",[3888,6.894]],["name/14443",[173,20.78]],["parent/14443",[3931,10.024]],["name/14444",[581,49.316]],["parent/14444",[3932,7.907]],["name/14445",[547,44.444]],["parent/14445",[3932,7.907]],["name/14446",[544,45.905]],["parent/14446",[3932,7.907]],["name/14447",[635,58.27]],["parent/14447",[3932,7.907]],["name/14448",[636,46.586]],["parent/14448",[3932,7.907]],["name/14449",[637,58.27]],["parent/14449",[3932,7.907]],["name/14450",[98,51.167]],["parent/14450",[3932,7.907]],["name/14451",[93,50.025]],["parent/14451",[3932,7.907]],["name/14452",[638,58.27]],["parent/14452",[3932,7.907]],["name/14453",[639,58.27]],["parent/14453",[3932,7.907]],["name/14454",[640,58.27]],["parent/14454",[3932,7.907]],["name/14455",[534,51.363]],["parent/14455",[3932,7.907]],["name/14456",[80,55.757]],["parent/14456",[3888,6.894]],["name/14457",[173,20.78]],["parent/14457",[3933,10.024]],["name/14458",[408,29.731]],["parent/14458",[3934,9.514]],["name/14459",[547,44.444]],["parent/14459",[3934,9.514]],["name/14460",[81,57.883]],["parent/14460",[3888,6.894]],["name/14461",[173,20.78]],["parent/14461",[3935,10.024]],["name/14462",[644,58.27]],["parent/14462",[3936,8.927]],["name/14463",[173,20.78]],["parent/14463",[3936,8.927]],["name/14464",[646,51.363]],["parent/14464",[3937,8.56]],["name/14465",[636,46.586]],["parent/14465",[3937,8.56]],["name/14466",[622,47.317]],["parent/14466",[3937,8.56]],["name/14467",[648,58.27]],["parent/14467",[3936,8.927]],["name/14468",[173,20.78]],["parent/14468",[3936,8.927]],["name/14469",[646,51.363]],["parent/14469",[3937,8.56]],["name/14470",[636,46.586]],["parent/14470",[3937,8.56]],["name/14471",[622,47.317]],["parent/14471",[3937,8.56]],["name/14472",[83,55.604]],["parent/14472",[3888,6.894]],["name/14473",[173,20.78]],["parent/14473",[3938,10.024]],["name/14474",[65,47.186]],["parent/14474",[3939,8.727]],["name/14475",[421,44.394]],["parent/14475",[3939,8.727]],["name/14476",[408,29.731]],["parent/14476",[3939,8.727]],["name/14477",[94,51.023]],["parent/14477",[3939,8.727]],["name/14478",[540,45.268]],["parent/14478",[3939,8.727]],["name/14479",[651,56.147]],["parent/14479",[3888,6.894]],["name/14480",[86,57.883]],["parent/14480",[3888,6.894]],["name/14481",[173,20.78]],["parent/14481",[3940,10.024]],["name/14482",[653,58.27]],["parent/14482",[3941,8.727]],["name/14483",[655,58.27]],["parent/14483",[3941,8.727]],["name/14484",[656,58.27]],["parent/14484",[3941,8.727]],["name/14485",[657,58.27]],["parent/14485",[3941,8.727]],["name/14486",[658,58.27]],["parent/14486",[3941,8.727]],["name/14487",[87,58.075]],["parent/14487",[3888,6.894]],["name/14488",[173,20.78]],["parent/14488",[3942,10.024]],["name/14489",[408,29.731]],["parent/14489",[3943,8.927]],["name/14490",[661,58.27]],["parent/14490",[3943,8.927]],["name/14491",[662,58.27]],["parent/14491",[3943,8.927]],["name/14492",[663,58.27]],["parent/14492",[3943,8.927]],["name/14493",[88,57.883]],["parent/14493",[3888,6.894]],["name/14494",[173,20.78]],["parent/14494",[3944,10.024]],["name/14495",[408,29.731]],["parent/14495",[3945,8.081]],["name/14496",[340,56.068]],["parent/14496",[3945,8.081]],["name/14497",[666,58.27]],["parent/14497",[3945,8.081]],["name/14498",[334,56.147]],["parent/14498",[3945,8.081]],["name/14499",[667,58.27]],["parent/14499",[3945,8.081]],["name/14500",[668,58.27]],["parent/14500",[3945,8.081]],["name/14501",[669,58.27]],["parent/14501",[3945,8.081]],["name/14502",[670,58.27]],["parent/14502",[3945,8.081]],["name/14503",[671,58.27]],["parent/14503",[3945,8.081]],["name/14504",[672,58.27]],["parent/14504",[3945,8.081]],["name/14505",[89,57.511]],["parent/14505",[3888,6.894]],["name/14506",[173,20.78]],["parent/14506",[3946,10.024]],["name/14507",[408,29.731]],["parent/14507",[3947,8.727]],["name/14508",[675,58.27]],["parent/14508",[3947,8.727]],["name/14509",[676,58.27]],["parent/14509",[3947,8.727]],["name/14510",[677,58.27]],["parent/14510",[3947,8.727]],["name/14511",[678,58.27]],["parent/14511",[3947,8.727]],["name/14512",[90,57.883]],["parent/14512",[3888,6.894]],["name/14513",[173,20.78]],["parent/14513",[3948,10.024]],["name/14514",[562,45.295]],["parent/14514",[3949,9.178]],["name/14515",[532,51.363]],["parent/14515",[3949,9.178]],["name/14516",[681,58.27]],["parent/14516",[3949,9.178]],["name/14517",[91,58.075]],["parent/14517",[3888,6.894]],["name/14518",[173,20.78]],["parent/14518",[3950,10.024]],["name/14519",[408,29.731]],["parent/14519",[3951,8.927]],["name/14520",[684,51.363]],["parent/14520",[3951,8.927]],["name/14521",[172,58.075]],["parent/14521",[3951,8.927]],["name/14522",[592,51.363]],["parent/14522",[3951,8.927]],["name/14523",[95,58.075]],["parent/14523",[3888,6.894]],["name/14524",[173,20.78]],["parent/14524",[3952,10.024]],["name/14525",[686,54.532]],["parent/14525",[3953,8.292]],["name/14526",[582,51.363]],["parent/14526",[3953,8.292]],["name/14527",[688,58.27]],["parent/14527",[3953,8.292]],["name/14528",[511,47.317]],["parent/14528",[3953,8.292]],["name/14529",[591,49.811]],["parent/14529",[3953,8.292]],["name/14530",[352,50.243]],["parent/14530",[3953,8.292]],["name/14531",[684,51.363]],["parent/14531",[3953,8.292]],["name/14532",[689,58.27]],["parent/14532",[3953,8.292]],["name/14533",[97,55.911]],["parent/14533",[3888,6.894]],["name/14534",[173,20.78]],["parent/14534",[3954,10.024]],["name/14535",[417,58.075]],["parent/14535",[3955,8.927]],["name/14536",[419,58.075]],["parent/14536",[3955,8.927]],["name/14537",[420,58.075]],["parent/14537",[3955,8.927]],["name/14538",[421,44.394]],["parent/14538",[3955,8.927]],["name/14539",[3002,69.355]],["parent/14539",[123,9.514]],["name/14540",[73,51.562]],["parent/14540",[3956,6.894]],["name/14541",[173,20.78]],["parent/14541",[3957,10.024]],["name/14542",[504,58.27]],["parent/14542",[3958,8.927]],["name/14543",[506,58.27]],["parent/14543",[3958,8.927]],["name/14544",[155,37.858]],["parent/14544",[3958,8.927]],["name/14545",[507,58.27]],["parent/14545",[3958,8.927]],["name/14546",[92,51.167]],["parent/14546",[3956,6.894]],["name/14547",[173,20.78]],["parent/14547",[3959,10.024]],["name/14548",[509,58.27]],["parent/14548",[3960,8.727]],["name/14549",[511,47.317]],["parent/14549",[3960,8.727]],["name/14550",[512,51.363]],["parent/14550",[3960,8.727]],["name/14551",[344,48.357]],["parent/14551",[3960,8.727]],["name/14552",[513,51.363]],["parent/14552",[3960,8.727]],["name/14553",[65,47.186]],["parent/14553",[3956,6.894]],["name/14554",[173,20.78]],["parent/14554",[3961,10.024]],["name/14555",[408,29.731]],["parent/14555",[3962,7.413]],["name/14556",[493,49.276]],["parent/14556",[3962,7.413]],["name/14557",[516,51.363]],["parent/14557",[3962,7.413]],["name/14558",[517,58.27]],["parent/14558",[3962,7.413]],["name/14559",[518,58.27]],["parent/14559",[3962,7.413]],["name/14560",[421,44.394]],["parent/14560",[3962,7.413]],["name/14561",[519,58.27]],["parent/14561",[3962,7.413]],["name/14562",[520,58.27]],["parent/14562",[3962,7.413]],["name/14563",[521,51.363]],["parent/14563",[3962,7.413]],["name/14564",[344,48.357]],["parent/14564",[3962,7.413]],["name/14565",[155,37.858]],["parent/14565",[3962,7.413]],["name/14566",[522,58.27]],["parent/14566",[3962,7.413]],["name/14567",[523,58.27]],["parent/14567",[3962,7.413]],["name/14568",[524,58.27]],["parent/14568",[3962,7.413]],["name/14569",[525,58.27]],["parent/14569",[3962,7.413]],["name/14570",[526,47.618]],["parent/14570",[3962,7.413]],["name/14571",[527,58.27]],["parent/14571",[3962,7.413]],["name/14572",[513,51.363]],["parent/14572",[3962,7.413]],["name/14573",[528,58.27]],["parent/14573",[3962,7.413]],["name/14574",[92,51.167]],["parent/14574",[3962,7.413]],["name/14575",[67,57.883]],["parent/14575",[3956,6.894]],["name/14576",[173,20.78]],["parent/14576",[3963,10.024]],["name/14577",[530,58.27]],["parent/14577",[3964,8.927]],["name/14578",[532,51.363]],["parent/14578",[3964,8.927]],["name/14579",[533,58.27]],["parent/14579",[3964,8.927]],["name/14580",[534,51.363]],["parent/14580",[3964,8.927]],["name/14581",[68,51.167]],["parent/14581",[3956,6.894]],["name/14582",[173,20.78]],["parent/14582",[3965,10.024]],["name/14583",[410,39.926]],["parent/14583",[3966,9.178]],["name/14584",[411,58.075]],["parent/14584",[3966,9.178]],["name/14585",[537,58.27]],["parent/14585",[3966,9.178]],["name/14586",[69,57.883]],["parent/14586",[3956,6.894]],["name/14587",[173,20.78]],["parent/14587",[3967,10.024]],["name/14588",[408,29.731]],["parent/14588",[3968,8.292]],["name/14589",[540,45.268]],["parent/14589",[3968,8.292]],["name/14590",[155,37.858]],["parent/14590",[3968,8.292]],["name/14591",[541,58.27]],["parent/14591",[3968,8.292]],["name/14592",[542,58.27]],["parent/14592",[3968,8.292]],["name/14593",[543,58.27]],["parent/14593",[3968,8.292]],["name/14594",[342,56.068]],["parent/14594",[3968,8.292]],["name/14595",[544,45.905]],["parent/14595",[3968,8.292]],["name/14596",[70,51.167]],["parent/14596",[3956,6.894]],["name/14597",[173,20.78]],["parent/14597",[3969,10.024]],["name/14598",[155,37.858]],["parent/14598",[3970,7.907]],["name/14599",[547,44.444]],["parent/14599",[3970,7.907]],["name/14600",[544,45.905]],["parent/14600",[3970,7.907]],["name/14601",[540,45.268]],["parent/14601",[3970,7.907]],["name/14602",[548,58.27]],["parent/14602",[3970,7.907]],["name/14603",[549,58.27]],["parent/14603",[3970,7.907]],["name/14604",[550,58.27]],["parent/14604",[3970,7.907]],["name/14605",[551,58.27]],["parent/14605",[3970,7.907]],["name/14606",[552,58.27]],["parent/14606",[3970,7.907]],["name/14607",[553,58.27]],["parent/14607",[3970,7.907]],["name/14608",[554,56.227]],["parent/14608",[3970,7.907]],["name/14609",[555,56.227]],["parent/14609",[3970,7.907]],["name/14610",[82,57.511]],["parent/14610",[3956,6.894]],["name/14611",[173,20.78]],["parent/14611",[3971,10.024]],["name/14612",[408,29.731]],["parent/14612",[3972,8.927]],["name/14613",[493,49.276]],["parent/14613",[3972,8.927]],["name/14614",[155,37.858]],["parent/14614",[3972,8.927]],["name/14615",[516,51.363]],["parent/14615",[3972,8.927]],["name/14616",[77,51.167]],["parent/14616",[3956,6.894]],["name/14617",[173,20.78]],["parent/14617",[3973,10.024]],["name/14618",[559,58.27]],["parent/14618",[3974,9.178]],["name/14619",[561,58.27]],["parent/14619",[3974,9.178]],["name/14620",[562,45.295]],["parent/14620",[3974,9.178]],["name/14621",[96,55.911]],["parent/14621",[3956,6.894]],["name/14622",[173,20.78]],["parent/14622",[3975,10.024]],["name/14623",[410,39.926]],["parent/14623",[3976,9.178]],["name/14624",[155,37.858]],["parent/14624",[3976,9.178]],["name/14625",[77,51.167]],["parent/14625",[3976,9.178]],["name/14626",[85,57.978]],["parent/14626",[3956,6.894]],["name/14627",[173,20.78]],["parent/14627",[3977,10.024]],["name/14628",[547,44.444]],["parent/14628",[3978,9.514]],["name/14629",[567,51.363]],["parent/14629",[3978,9.514]],["name/14630",[84,48.96]],["parent/14630",[3956,6.894]],["name/14631",[173,20.78]],["parent/14631",[3979,10.024]],["name/14632",[408,29.731]],["parent/14632",[3980,8.417]],["name/14633",[570,51.363]],["parent/14633",[3980,8.417]],["name/14634",[571,58.27]],["parent/14634",[3980,8.417]],["name/14635",[572,56.227]],["parent/14635",[3980,8.417]],["name/14636",[567,51.363]],["parent/14636",[3980,8.417]],["name/14637",[573,58.27]],["parent/14637",[3980,8.417]],["name/14638",[574,58.27]],["parent/14638",[3980,8.417]],["name/14639",[94,51.023]],["parent/14639",[3956,6.894]],["name/14640",[173,20.78]],["parent/14640",[3981,10.024]],["name/14641",[408,29.731]],["parent/14641",[3982,7.017]],["name/14642",[581,49.316]],["parent/14642",[3982,7.017]],["name/14643",[155,37.858]],["parent/14643",[3982,7.017]],["name/14644",[65,47.186]],["parent/14644",[3982,7.017]],["name/14645",[582,51.363]],["parent/14645",[3982,7.017]],["name/14646",[583,58.27]],["parent/14646",[3982,7.017]],["name/14647",[145,57.978]],["parent/14647",[3982,7.017]],["name/14648",[584,58.27]],["parent/14648",[3982,7.017]],["name/14649",[421,44.394]],["parent/14649",[3982,7.017]],["name/14650",[526,47.618]],["parent/14650",[3982,7.017]],["name/14651",[585,58.27]],["parent/14651",[3982,7.017]],["name/14652",[586,58.27]],["parent/14652",[3982,7.017]],["name/14653",[587,58.27]],["parent/14653",[3982,7.017]],["name/14654",[588,58.27]],["parent/14654",[3982,7.017]],["name/14655",[589,58.27]],["parent/14655",[3982,7.017]],["name/14656",[590,58.27]],["parent/14656",[3982,7.017]],["name/14657",[511,47.317]],["parent/14657",[3982,7.017]],["name/14658",[591,49.811]],["parent/14658",[3982,7.017]],["name/14659",[352,50.243]],["parent/14659",[3982,7.017]],["name/14660",[592,51.363]],["parent/14660",[3982,7.017]],["name/14661",[593,56.227]],["parent/14661",[3982,7.017]],["name/14662",[594,56.227]],["parent/14662",[3982,7.017]],["name/14663",[70,51.167]],["parent/14663",[3982,7.017]],["name/14664",[84,48.96]],["parent/14664",[3982,7.017]],["name/14665",[68,51.167]],["parent/14665",[3982,7.017]],["name/14666",[512,51.363]],["parent/14666",[3982,7.017]],["name/14667",[595,58.27]],["parent/14667",[3982,7.017]],["name/14668",[597,58.27]],["parent/14668",[3982,7.017]],["name/14669",[3030,69.355]],["parent/14669",[3982,7.017]],["name/14670",[387,62.202]],["parent/14670",[3982,7.017]],["name/14671",[71,49.643]],["parent/14671",[3956,6.894]],["name/14672",[173,20.78]],["parent/14672",[3983,10.024]],["name/14673",[599,58.27]],["parent/14673",[3984,9.514]],["name/14674",[601,58.27]],["parent/14674",[3984,9.514]],["name/14675",[72,57.883]],["parent/14675",[3956,6.894]],["name/14676",[173,20.78]],["parent/14676",[3985,10.024]],["name/14677",[408,29.731]],["parent/14677",[3986,8.927]],["name/14678",[562,45.295]],["parent/14678",[3986,8.927]],["name/14679",[604,58.27]],["parent/14679",[3986,8.927]],["name/14680",[605,58.27]],["parent/14680",[3986,8.927]],["name/14681",[74,58.075]],["parent/14681",[3956,6.894]],["name/14682",[173,20.78]],["parent/14682",[3987,10.024]],["name/14683",[408,29.731]],["parent/14683",[3988,8.927]],["name/14684",[410,39.926]],["parent/14684",[3988,8.927]],["name/14685",[521,51.363]],["parent/14685",[3988,8.927]],["name/14686",[608,58.27]],["parent/14686",[3988,8.927]],["name/14687",[75,57.883]],["parent/14687",[3956,6.894]],["name/14688",[173,20.78]],["parent/14688",[3989,10.024]],["name/14689",[410,39.926]],["parent/14689",[3990,9.178]],["name/14690",[611,58.27]],["parent/14690",[3990,9.178]],["name/14691",[612,58.27]],["parent/14691",[3990,9.178]],["name/14692",[76,57.883]],["parent/14692",[3956,6.894]],["name/14693",[173,20.78]],["parent/14693",[3991,10.024]],["name/14694",[408,29.731]],["parent/14694",[3992,8.56]],["name/14695",[615,58.27]],["parent/14695",[3992,8.56]],["name/14696",[71,49.643]],["parent/14696",[3992,8.56]],["name/14697",[570,51.363]],["parent/14697",[3992,8.56]],["name/14698",[616,58.27]],["parent/14698",[3992,8.56]],["name/14699",[617,58.27]],["parent/14699",[3992,8.56]],["name/14700",[78,58.075]],["parent/14700",[3956,6.894]],["name/14701",[173,20.78]],["parent/14701",[3993,10.024]],["name/14702",[619,58.27]],["parent/14702",[3994,8.727]],["name/14703",[621,58.27]],["parent/14703",[3994,8.727]],["name/14704",[622,47.317]],["parent/14704",[3994,8.727]],["name/14705",[623,58.27]],["parent/14705",[3994,8.727]],["name/14706",[624,58.27]],["parent/14706",[3994,8.727]],["name/14707",[98,51.167]],["parent/14707",[3956,6.894]],["name/14708",[173,20.78]],["parent/14708",[3995,10.024]],["name/14709",[626,58.27]],["parent/14709",[3996,10.024]],["name/14710",[93,50.025]],["parent/14710",[3956,6.894]],["name/14711",[173,20.78]],["parent/14711",[3997,10.024]],["name/14712",[629,58.27]],["parent/14712",[3998,9.178]],["name/14713",[631,58.27]],["parent/14713",[3998,9.178]],["name/14714",[632,58.27]],["parent/14714",[3998,9.178]],["name/14715",[79,57.883]],["parent/14715",[3956,6.894]],["name/14716",[173,20.78]],["parent/14716",[3999,10.024]],["name/14717",[581,49.316]],["parent/14717",[4000,7.907]],["name/14718",[547,44.444]],["parent/14718",[4000,7.907]],["name/14719",[544,45.905]],["parent/14719",[4000,7.907]],["name/14720",[635,58.27]],["parent/14720",[4000,7.907]],["name/14721",[636,46.586]],["parent/14721",[4000,7.907]],["name/14722",[637,58.27]],["parent/14722",[4000,7.907]],["name/14723",[98,51.167]],["parent/14723",[4000,7.907]],["name/14724",[93,50.025]],["parent/14724",[4000,7.907]],["name/14725",[638,58.27]],["parent/14725",[4000,7.907]],["name/14726",[639,58.27]],["parent/14726",[4000,7.907]],["name/14727",[640,58.27]],["parent/14727",[4000,7.907]],["name/14728",[534,51.363]],["parent/14728",[4000,7.907]],["name/14729",[80,55.757]],["parent/14729",[3956,6.894]],["name/14730",[173,20.78]],["parent/14730",[4001,10.024]],["name/14731",[408,29.731]],["parent/14731",[4002,9.514]],["name/14732",[547,44.444]],["parent/14732",[4002,9.514]],["name/14733",[81,57.883]],["parent/14733",[3956,6.894]],["name/14734",[173,20.78]],["parent/14734",[4003,10.024]],["name/14735",[644,58.27]],["parent/14735",[4004,8.927]],["name/14736",[173,20.78]],["parent/14736",[4004,8.927]],["name/14737",[646,51.363]],["parent/14737",[4005,8.56]],["name/14738",[636,46.586]],["parent/14738",[4005,8.56]],["name/14739",[622,47.317]],["parent/14739",[4005,8.56]],["name/14740",[648,58.27]],["parent/14740",[4004,8.927]],["name/14741",[173,20.78]],["parent/14741",[4004,8.927]],["name/14742",[646,51.363]],["parent/14742",[4005,8.56]],["name/14743",[636,46.586]],["parent/14743",[4005,8.56]],["name/14744",[622,47.317]],["parent/14744",[4005,8.56]],["name/14745",[83,55.604]],["parent/14745",[3956,6.894]],["name/14746",[173,20.78]],["parent/14746",[4006,10.024]],["name/14747",[65,47.186]],["parent/14747",[4007,8.727]],["name/14748",[421,44.394]],["parent/14748",[4007,8.727]],["name/14749",[408,29.731]],["parent/14749",[4007,8.727]],["name/14750",[94,51.023]],["parent/14750",[4007,8.727]],["name/14751",[540,45.268]],["parent/14751",[4007,8.727]],["name/14752",[651,56.147]],["parent/14752",[3956,6.894]],["name/14753",[86,57.883]],["parent/14753",[3956,6.894]],["name/14754",[173,20.78]],["parent/14754",[4008,10.024]],["name/14755",[653,58.27]],["parent/14755",[4009,8.727]],["name/14756",[655,58.27]],["parent/14756",[4009,8.727]],["name/14757",[656,58.27]],["parent/14757",[4009,8.727]],["name/14758",[657,58.27]],["parent/14758",[4009,8.727]],["name/14759",[658,58.27]],["parent/14759",[4009,8.727]],["name/14760",[87,58.075]],["parent/14760",[3956,6.894]],["name/14761",[173,20.78]],["parent/14761",[4010,10.024]],["name/14762",[408,29.731]],["parent/14762",[4011,8.927]],["name/14763",[661,58.27]],["parent/14763",[4011,8.927]],["name/14764",[662,58.27]],["parent/14764",[4011,8.927]],["name/14765",[663,58.27]],["parent/14765",[4011,8.927]],["name/14766",[88,57.883]],["parent/14766",[3956,6.894]],["name/14767",[173,20.78]],["parent/14767",[4012,10.024]],["name/14768",[408,29.731]],["parent/14768",[4013,8.081]],["name/14769",[340,56.068]],["parent/14769",[4013,8.081]],["name/14770",[666,58.27]],["parent/14770",[4013,8.081]],["name/14771",[334,56.147]],["parent/14771",[4013,8.081]],["name/14772",[667,58.27]],["parent/14772",[4013,8.081]],["name/14773",[668,58.27]],["parent/14773",[4013,8.081]],["name/14774",[669,58.27]],["parent/14774",[4013,8.081]],["name/14775",[670,58.27]],["parent/14775",[4013,8.081]],["name/14776",[671,58.27]],["parent/14776",[4013,8.081]],["name/14777",[672,58.27]],["parent/14777",[4013,8.081]],["name/14778",[89,57.511]],["parent/14778",[3956,6.894]],["name/14779",[173,20.78]],["parent/14779",[4014,10.024]],["name/14780",[408,29.731]],["parent/14780",[4015,8.727]],["name/14781",[675,58.27]],["parent/14781",[4015,8.727]],["name/14782",[676,58.27]],["parent/14782",[4015,8.727]],["name/14783",[677,58.27]],["parent/14783",[4015,8.727]],["name/14784",[678,58.27]],["parent/14784",[4015,8.727]],["name/14785",[90,57.883]],["parent/14785",[3956,6.894]],["name/14786",[173,20.78]],["parent/14786",[4016,10.024]],["name/14787",[562,45.295]],["parent/14787",[4017,9.178]],["name/14788",[532,51.363]],["parent/14788",[4017,9.178]],["name/14789",[681,58.27]],["parent/14789",[4017,9.178]],["name/14790",[91,58.075]],["parent/14790",[3956,6.894]],["name/14791",[173,20.78]],["parent/14791",[4018,10.024]],["name/14792",[408,29.731]],["parent/14792",[4019,8.927]],["name/14793",[684,51.363]],["parent/14793",[4019,8.927]],["name/14794",[172,58.075]],["parent/14794",[4019,8.927]],["name/14795",[592,51.363]],["parent/14795",[4019,8.927]],["name/14796",[95,58.075]],["parent/14796",[3956,6.894]],["name/14797",[173,20.78]],["parent/14797",[4020,10.024]],["name/14798",[686,54.532]],["parent/14798",[4021,8.292]],["name/14799",[582,51.363]],["parent/14799",[4021,8.292]],["name/14800",[688,58.27]],["parent/14800",[4021,8.292]],["name/14801",[511,47.317]],["parent/14801",[4021,8.292]],["name/14802",[591,49.811]],["parent/14802",[4021,8.292]],["name/14803",[352,50.243]],["parent/14803",[4021,8.292]],["name/14804",[684,51.363]],["parent/14804",[4021,8.292]],["name/14805",[689,58.27]],["parent/14805",[4021,8.292]],["name/14806",[97,55.911]],["parent/14806",[3956,6.894]],["name/14807",[173,20.78]],["parent/14807",[4022,10.024]],["name/14808",[417,58.075]],["parent/14808",[4023,8.927]],["name/14809",[419,58.075]],["parent/14809",[4023,8.927]],["name/14810",[420,58.075]],["parent/14810",[4023,8.927]],["name/14811",[421,44.394]],["parent/14811",[4023,8.927]],["name/14812",[3002,69.355]],["parent/14812",[124,9.514]],["name/14813",[73,51.562]],["parent/14813",[4024,6.894]],["name/14814",[173,20.78]],["parent/14814",[4025,10.024]],["name/14815",[504,58.27]],["parent/14815",[4026,8.927]],["name/14816",[506,58.27]],["parent/14816",[4026,8.927]],["name/14817",[155,37.858]],["parent/14817",[4026,8.927]],["name/14818",[507,58.27]],["parent/14818",[4026,8.927]],["name/14819",[92,51.167]],["parent/14819",[4024,6.894]],["name/14820",[173,20.78]],["parent/14820",[4027,10.024]],["name/14821",[509,58.27]],["parent/14821",[4028,8.727]],["name/14822",[511,47.317]],["parent/14822",[4028,8.727]],["name/14823",[512,51.363]],["parent/14823",[4028,8.727]],["name/14824",[344,48.357]],["parent/14824",[4028,8.727]],["name/14825",[513,51.363]],["parent/14825",[4028,8.727]],["name/14826",[65,47.186]],["parent/14826",[4024,6.894]],["name/14827",[173,20.78]],["parent/14827",[4029,10.024]],["name/14828",[408,29.731]],["parent/14828",[4030,7.413]],["name/14829",[493,49.276]],["parent/14829",[4030,7.413]],["name/14830",[516,51.363]],["parent/14830",[4030,7.413]],["name/14831",[517,58.27]],["parent/14831",[4030,7.413]],["name/14832",[518,58.27]],["parent/14832",[4030,7.413]],["name/14833",[421,44.394]],["parent/14833",[4030,7.413]],["name/14834",[519,58.27]],["parent/14834",[4030,7.413]],["name/14835",[520,58.27]],["parent/14835",[4030,7.413]],["name/14836",[521,51.363]],["parent/14836",[4030,7.413]],["name/14837",[344,48.357]],["parent/14837",[4030,7.413]],["name/14838",[155,37.858]],["parent/14838",[4030,7.413]],["name/14839",[522,58.27]],["parent/14839",[4030,7.413]],["name/14840",[523,58.27]],["parent/14840",[4030,7.413]],["name/14841",[524,58.27]],["parent/14841",[4030,7.413]],["name/14842",[525,58.27]],["parent/14842",[4030,7.413]],["name/14843",[526,47.618]],["parent/14843",[4030,7.413]],["name/14844",[527,58.27]],["parent/14844",[4030,7.413]],["name/14845",[513,51.363]],["parent/14845",[4030,7.413]],["name/14846",[528,58.27]],["parent/14846",[4030,7.413]],["name/14847",[92,51.167]],["parent/14847",[4030,7.413]],["name/14848",[67,57.883]],["parent/14848",[4024,6.894]],["name/14849",[173,20.78]],["parent/14849",[4031,10.024]],["name/14850",[530,58.27]],["parent/14850",[4032,8.927]],["name/14851",[532,51.363]],["parent/14851",[4032,8.927]],["name/14852",[533,58.27]],["parent/14852",[4032,8.927]],["name/14853",[534,51.363]],["parent/14853",[4032,8.927]],["name/14854",[68,51.167]],["parent/14854",[4024,6.894]],["name/14855",[173,20.78]],["parent/14855",[4033,10.024]],["name/14856",[410,39.926]],["parent/14856",[4034,9.178]],["name/14857",[411,58.075]],["parent/14857",[4034,9.178]],["name/14858",[537,58.27]],["parent/14858",[4034,9.178]],["name/14859",[69,57.883]],["parent/14859",[4024,6.894]],["name/14860",[173,20.78]],["parent/14860",[4035,10.024]],["name/14861",[408,29.731]],["parent/14861",[4036,8.292]],["name/14862",[540,45.268]],["parent/14862",[4036,8.292]],["name/14863",[155,37.858]],["parent/14863",[4036,8.292]],["name/14864",[541,58.27]],["parent/14864",[4036,8.292]],["name/14865",[542,58.27]],["parent/14865",[4036,8.292]],["name/14866",[543,58.27]],["parent/14866",[4036,8.292]],["name/14867",[342,56.068]],["parent/14867",[4036,8.292]],["name/14868",[544,45.905]],["parent/14868",[4036,8.292]],["name/14869",[70,51.167]],["parent/14869",[4024,6.894]],["name/14870",[173,20.78]],["parent/14870",[4037,10.024]],["name/14871",[155,37.858]],["parent/14871",[4038,7.907]],["name/14872",[547,44.444]],["parent/14872",[4038,7.907]],["name/14873",[544,45.905]],["parent/14873",[4038,7.907]],["name/14874",[540,45.268]],["parent/14874",[4038,7.907]],["name/14875",[548,58.27]],["parent/14875",[4038,7.907]],["name/14876",[549,58.27]],["parent/14876",[4038,7.907]],["name/14877",[550,58.27]],["parent/14877",[4038,7.907]],["name/14878",[551,58.27]],["parent/14878",[4038,7.907]],["name/14879",[552,58.27]],["parent/14879",[4038,7.907]],["name/14880",[553,58.27]],["parent/14880",[4038,7.907]],["name/14881",[554,56.227]],["parent/14881",[4038,7.907]],["name/14882",[555,56.227]],["parent/14882",[4038,7.907]],["name/14883",[82,57.511]],["parent/14883",[4024,6.894]],["name/14884",[173,20.78]],["parent/14884",[4039,10.024]],["name/14885",[408,29.731]],["parent/14885",[4040,8.927]],["name/14886",[493,49.276]],["parent/14886",[4040,8.927]],["name/14887",[155,37.858]],["parent/14887",[4040,8.927]],["name/14888",[516,51.363]],["parent/14888",[4040,8.927]],["name/14889",[77,51.167]],["parent/14889",[4024,6.894]],["name/14890",[173,20.78]],["parent/14890",[4041,10.024]],["name/14891",[559,58.27]],["parent/14891",[4042,9.178]],["name/14892",[561,58.27]],["parent/14892",[4042,9.178]],["name/14893",[562,45.295]],["parent/14893",[4042,9.178]],["name/14894",[96,55.911]],["parent/14894",[4024,6.894]],["name/14895",[173,20.78]],["parent/14895",[4043,10.024]],["name/14896",[410,39.926]],["parent/14896",[4044,9.178]],["name/14897",[155,37.858]],["parent/14897",[4044,9.178]],["name/14898",[77,51.167]],["parent/14898",[4044,9.178]],["name/14899",[85,57.978]],["parent/14899",[4024,6.894]],["name/14900",[173,20.78]],["parent/14900",[4045,10.024]],["name/14901",[547,44.444]],["parent/14901",[4046,9.514]],["name/14902",[567,51.363]],["parent/14902",[4046,9.514]],["name/14903",[84,48.96]],["parent/14903",[4024,6.894]],["name/14904",[173,20.78]],["parent/14904",[4047,10.024]],["name/14905",[408,29.731]],["parent/14905",[4048,8.417]],["name/14906",[570,51.363]],["parent/14906",[4048,8.417]],["name/14907",[571,58.27]],["parent/14907",[4048,8.417]],["name/14908",[572,56.227]],["parent/14908",[4048,8.417]],["name/14909",[567,51.363]],["parent/14909",[4048,8.417]],["name/14910",[573,58.27]],["parent/14910",[4048,8.417]],["name/14911",[574,58.27]],["parent/14911",[4048,8.417]],["name/14912",[94,51.023]],["parent/14912",[4024,6.894]],["name/14913",[173,20.78]],["parent/14913",[4049,10.024]],["name/14914",[408,29.731]],["parent/14914",[4050,7.017]],["name/14915",[581,49.316]],["parent/14915",[4050,7.017]],["name/14916",[155,37.858]],["parent/14916",[4050,7.017]],["name/14917",[65,47.186]],["parent/14917",[4050,7.017]],["name/14918",[582,51.363]],["parent/14918",[4050,7.017]],["name/14919",[583,58.27]],["parent/14919",[4050,7.017]],["name/14920",[145,57.978]],["parent/14920",[4050,7.017]],["name/14921",[584,58.27]],["parent/14921",[4050,7.017]],["name/14922",[421,44.394]],["parent/14922",[4050,7.017]],["name/14923",[526,47.618]],["parent/14923",[4050,7.017]],["name/14924",[585,58.27]],["parent/14924",[4050,7.017]],["name/14925",[586,58.27]],["parent/14925",[4050,7.017]],["name/14926",[587,58.27]],["parent/14926",[4050,7.017]],["name/14927",[588,58.27]],["parent/14927",[4050,7.017]],["name/14928",[589,58.27]],["parent/14928",[4050,7.017]],["name/14929",[590,58.27]],["parent/14929",[4050,7.017]],["name/14930",[511,47.317]],["parent/14930",[4050,7.017]],["name/14931",[591,49.811]],["parent/14931",[4050,7.017]],["name/14932",[352,50.243]],["parent/14932",[4050,7.017]],["name/14933",[592,51.363]],["parent/14933",[4050,7.017]],["name/14934",[593,56.227]],["parent/14934",[4050,7.017]],["name/14935",[594,56.227]],["parent/14935",[4050,7.017]],["name/14936",[70,51.167]],["parent/14936",[4050,7.017]],["name/14937",[84,48.96]],["parent/14937",[4050,7.017]],["name/14938",[68,51.167]],["parent/14938",[4050,7.017]],["name/14939",[512,51.363]],["parent/14939",[4050,7.017]],["name/14940",[595,58.27]],["parent/14940",[4050,7.017]],["name/14941",[597,58.27]],["parent/14941",[4050,7.017]],["name/14942",[3030,69.355]],["parent/14942",[4050,7.017]],["name/14943",[387,62.202]],["parent/14943",[4050,7.017]],["name/14944",[71,49.643]],["parent/14944",[4024,6.894]],["name/14945",[173,20.78]],["parent/14945",[4051,10.024]],["name/14946",[599,58.27]],["parent/14946",[4052,9.514]],["name/14947",[601,58.27]],["parent/14947",[4052,9.514]],["name/14948",[72,57.883]],["parent/14948",[4024,6.894]],["name/14949",[173,20.78]],["parent/14949",[4053,10.024]],["name/14950",[408,29.731]],["parent/14950",[4054,8.927]],["name/14951",[562,45.295]],["parent/14951",[4054,8.927]],["name/14952",[604,58.27]],["parent/14952",[4054,8.927]],["name/14953",[605,58.27]],["parent/14953",[4054,8.927]],["name/14954",[74,58.075]],["parent/14954",[4024,6.894]],["name/14955",[173,20.78]],["parent/14955",[4055,10.024]],["name/14956",[408,29.731]],["parent/14956",[4056,8.927]],["name/14957",[410,39.926]],["parent/14957",[4056,8.927]],["name/14958",[521,51.363]],["parent/14958",[4056,8.927]],["name/14959",[608,58.27]],["parent/14959",[4056,8.927]],["name/14960",[75,57.883]],["parent/14960",[4024,6.894]],["name/14961",[173,20.78]],["parent/14961",[4057,10.024]],["name/14962",[410,39.926]],["parent/14962",[4058,9.178]],["name/14963",[611,58.27]],["parent/14963",[4058,9.178]],["name/14964",[612,58.27]],["parent/14964",[4058,9.178]],["name/14965",[76,57.883]],["parent/14965",[4024,6.894]],["name/14966",[173,20.78]],["parent/14966",[4059,10.024]],["name/14967",[408,29.731]],["parent/14967",[4060,8.56]],["name/14968",[615,58.27]],["parent/14968",[4060,8.56]],["name/14969",[71,49.643]],["parent/14969",[4060,8.56]],["name/14970",[570,51.363]],["parent/14970",[4060,8.56]],["name/14971",[616,58.27]],["parent/14971",[4060,8.56]],["name/14972",[617,58.27]],["parent/14972",[4060,8.56]],["name/14973",[78,58.075]],["parent/14973",[4024,6.894]],["name/14974",[173,20.78]],["parent/14974",[4061,10.024]],["name/14975",[619,58.27]],["parent/14975",[4062,8.727]],["name/14976",[621,58.27]],["parent/14976",[4062,8.727]],["name/14977",[622,47.317]],["parent/14977",[4062,8.727]],["name/14978",[623,58.27]],["parent/14978",[4062,8.727]],["name/14979",[624,58.27]],["parent/14979",[4062,8.727]],["name/14980",[98,51.167]],["parent/14980",[4024,6.894]],["name/14981",[173,20.78]],["parent/14981",[4063,10.024]],["name/14982",[626,58.27]],["parent/14982",[4064,10.024]],["name/14983",[93,50.025]],["parent/14983",[4024,6.894]],["name/14984",[173,20.78]],["parent/14984",[4065,10.024]],["name/14985",[629,58.27]],["parent/14985",[4066,9.178]],["name/14986",[631,58.27]],["parent/14986",[4066,9.178]],["name/14987",[632,58.27]],["parent/14987",[4066,9.178]],["name/14988",[79,57.883]],["parent/14988",[4024,6.894]],["name/14989",[173,20.78]],["parent/14989",[4067,10.024]],["name/14990",[581,49.316]],["parent/14990",[4068,7.907]],["name/14991",[547,44.444]],["parent/14991",[4068,7.907]],["name/14992",[544,45.905]],["parent/14992",[4068,7.907]],["name/14993",[635,58.27]],["parent/14993",[4068,7.907]],["name/14994",[636,46.586]],["parent/14994",[4068,7.907]],["name/14995",[637,58.27]],["parent/14995",[4068,7.907]],["name/14996",[98,51.167]],["parent/14996",[4068,7.907]],["name/14997",[93,50.025]],["parent/14997",[4068,7.907]],["name/14998",[638,58.27]],["parent/14998",[4068,7.907]],["name/14999",[639,58.27]],["parent/14999",[4068,7.907]],["name/15000",[640,58.27]],["parent/15000",[4068,7.907]],["name/15001",[534,51.363]],["parent/15001",[4068,7.907]],["name/15002",[80,55.757]],["parent/15002",[4024,6.894]],["name/15003",[173,20.78]],["parent/15003",[4069,10.024]],["name/15004",[408,29.731]],["parent/15004",[4070,9.514]],["name/15005",[547,44.444]],["parent/15005",[4070,9.514]],["name/15006",[81,57.883]],["parent/15006",[4024,6.894]],["name/15007",[173,20.78]],["parent/15007",[4071,10.024]],["name/15008",[644,58.27]],["parent/15008",[4072,8.927]],["name/15009",[173,20.78]],["parent/15009",[4072,8.927]],["name/15010",[646,51.363]],["parent/15010",[4073,8.56]],["name/15011",[636,46.586]],["parent/15011",[4073,8.56]],["name/15012",[622,47.317]],["parent/15012",[4073,8.56]],["name/15013",[648,58.27]],["parent/15013",[4072,8.927]],["name/15014",[173,20.78]],["parent/15014",[4072,8.927]],["name/15015",[646,51.363]],["parent/15015",[4073,8.56]],["name/15016",[636,46.586]],["parent/15016",[4073,8.56]],["name/15017",[622,47.317]],["parent/15017",[4073,8.56]],["name/15018",[83,55.604]],["parent/15018",[4024,6.894]],["name/15019",[173,20.78]],["parent/15019",[4074,10.024]],["name/15020",[65,47.186]],["parent/15020",[4075,8.727]],["name/15021",[421,44.394]],["parent/15021",[4075,8.727]],["name/15022",[408,29.731]],["parent/15022",[4075,8.727]],["name/15023",[94,51.023]],["parent/15023",[4075,8.727]],["name/15024",[540,45.268]],["parent/15024",[4075,8.727]],["name/15025",[651,56.147]],["parent/15025",[4024,6.894]],["name/15026",[86,57.883]],["parent/15026",[4024,6.894]],["name/15027",[173,20.78]],["parent/15027",[4076,10.024]],["name/15028",[653,58.27]],["parent/15028",[4077,8.727]],["name/15029",[655,58.27]],["parent/15029",[4077,8.727]],["name/15030",[656,58.27]],["parent/15030",[4077,8.727]],["name/15031",[657,58.27]],["parent/15031",[4077,8.727]],["name/15032",[658,58.27]],["parent/15032",[4077,8.727]],["name/15033",[87,58.075]],["parent/15033",[4024,6.894]],["name/15034",[173,20.78]],["parent/15034",[4078,10.024]],["name/15035",[408,29.731]],["parent/15035",[4079,8.927]],["name/15036",[661,58.27]],["parent/15036",[4079,8.927]],["name/15037",[662,58.27]],["parent/15037",[4079,8.927]],["name/15038",[663,58.27]],["parent/15038",[4079,8.927]],["name/15039",[88,57.883]],["parent/15039",[4024,6.894]],["name/15040",[173,20.78]],["parent/15040",[4080,10.024]],["name/15041",[408,29.731]],["parent/15041",[4081,8.081]],["name/15042",[340,56.068]],["parent/15042",[4081,8.081]],["name/15043",[666,58.27]],["parent/15043",[4081,8.081]],["name/15044",[334,56.147]],["parent/15044",[4081,8.081]],["name/15045",[667,58.27]],["parent/15045",[4081,8.081]],["name/15046",[668,58.27]],["parent/15046",[4081,8.081]],["name/15047",[669,58.27]],["parent/15047",[4081,8.081]],["name/15048",[670,58.27]],["parent/15048",[4081,8.081]],["name/15049",[671,58.27]],["parent/15049",[4081,8.081]],["name/15050",[672,58.27]],["parent/15050",[4081,8.081]],["name/15051",[89,57.511]],["parent/15051",[4024,6.894]],["name/15052",[173,20.78]],["parent/15052",[4082,10.024]],["name/15053",[408,29.731]],["parent/15053",[4083,8.727]],["name/15054",[675,58.27]],["parent/15054",[4083,8.727]],["name/15055",[676,58.27]],["parent/15055",[4083,8.727]],["name/15056",[677,58.27]],["parent/15056",[4083,8.727]],["name/15057",[678,58.27]],["parent/15057",[4083,8.727]],["name/15058",[90,57.883]],["parent/15058",[4024,6.894]],["name/15059",[173,20.78]],["parent/15059",[4084,10.024]],["name/15060",[562,45.295]],["parent/15060",[4085,9.178]],["name/15061",[532,51.363]],["parent/15061",[4085,9.178]],["name/15062",[681,58.27]],["parent/15062",[4085,9.178]],["name/15063",[91,58.075]],["parent/15063",[4024,6.894]],["name/15064",[173,20.78]],["parent/15064",[4086,10.024]],["name/15065",[408,29.731]],["parent/15065",[4087,8.927]],["name/15066",[684,51.363]],["parent/15066",[4087,8.927]],["name/15067",[172,58.075]],["parent/15067",[4087,8.927]],["name/15068",[592,51.363]],["parent/15068",[4087,8.927]],["name/15069",[95,58.075]],["parent/15069",[4024,6.894]],["name/15070",[173,20.78]],["parent/15070",[4088,10.024]],["name/15071",[686,54.532]],["parent/15071",[4089,8.292]],["name/15072",[582,51.363]],["parent/15072",[4089,8.292]],["name/15073",[688,58.27]],["parent/15073",[4089,8.292]],["name/15074",[511,47.317]],["parent/15074",[4089,8.292]],["name/15075",[591,49.811]],["parent/15075",[4089,8.292]],["name/15076",[352,50.243]],["parent/15076",[4089,8.292]],["name/15077",[684,51.363]],["parent/15077",[4089,8.292]],["name/15078",[689,58.27]],["parent/15078",[4089,8.292]],["name/15079",[97,55.911]],["parent/15079",[4024,6.894]],["name/15080",[173,20.78]],["parent/15080",[4090,10.024]],["name/15081",[417,58.075]],["parent/15081",[4091,8.927]],["name/15082",[419,58.075]],["parent/15082",[4091,8.927]],["name/15083",[420,58.075]],["parent/15083",[4091,8.927]],["name/15084",[421,44.394]],["parent/15084",[4091,8.927]],["name/15085",[3002,69.355]],["parent/15085",[125,9.514]],["name/15086",[73,51.562]],["parent/15086",[4092,6.894]],["name/15087",[173,20.78]],["parent/15087",[4093,10.024]],["name/15088",[504,58.27]],["parent/15088",[4094,8.927]],["name/15089",[506,58.27]],["parent/15089",[4094,8.927]],["name/15090",[155,37.858]],["parent/15090",[4094,8.927]],["name/15091",[507,58.27]],["parent/15091",[4094,8.927]],["name/15092",[92,51.167]],["parent/15092",[4092,6.894]],["name/15093",[173,20.78]],["parent/15093",[4095,10.024]],["name/15094",[509,58.27]],["parent/15094",[4096,8.727]],["name/15095",[511,47.317]],["parent/15095",[4096,8.727]],["name/15096",[512,51.363]],["parent/15096",[4096,8.727]],["name/15097",[344,48.357]],["parent/15097",[4096,8.727]],["name/15098",[513,51.363]],["parent/15098",[4096,8.727]],["name/15099",[65,47.186]],["parent/15099",[4092,6.894]],["name/15100",[173,20.78]],["parent/15100",[4097,10.024]],["name/15101",[408,29.731]],["parent/15101",[4098,7.413]],["name/15102",[493,49.276]],["parent/15102",[4098,7.413]],["name/15103",[516,51.363]],["parent/15103",[4098,7.413]],["name/15104",[517,58.27]],["parent/15104",[4098,7.413]],["name/15105",[518,58.27]],["parent/15105",[4098,7.413]],["name/15106",[421,44.394]],["parent/15106",[4098,7.413]],["name/15107",[519,58.27]],["parent/15107",[4098,7.413]],["name/15108",[520,58.27]],["parent/15108",[4098,7.413]],["name/15109",[521,51.363]],["parent/15109",[4098,7.413]],["name/15110",[344,48.357]],["parent/15110",[4098,7.413]],["name/15111",[155,37.858]],["parent/15111",[4098,7.413]],["name/15112",[522,58.27]],["parent/15112",[4098,7.413]],["name/15113",[523,58.27]],["parent/15113",[4098,7.413]],["name/15114",[524,58.27]],["parent/15114",[4098,7.413]],["name/15115",[525,58.27]],["parent/15115",[4098,7.413]],["name/15116",[526,47.618]],["parent/15116",[4098,7.413]],["name/15117",[527,58.27]],["parent/15117",[4098,7.413]],["name/15118",[513,51.363]],["parent/15118",[4098,7.413]],["name/15119",[528,58.27]],["parent/15119",[4098,7.413]],["name/15120",[92,51.167]],["parent/15120",[4098,7.413]],["name/15121",[67,57.883]],["parent/15121",[4092,6.894]],["name/15122",[173,20.78]],["parent/15122",[4099,10.024]],["name/15123",[530,58.27]],["parent/15123",[4100,8.927]],["name/15124",[532,51.363]],["parent/15124",[4100,8.927]],["name/15125",[533,58.27]],["parent/15125",[4100,8.927]],["name/15126",[534,51.363]],["parent/15126",[4100,8.927]],["name/15127",[68,51.167]],["parent/15127",[4092,6.894]],["name/15128",[173,20.78]],["parent/15128",[4101,10.024]],["name/15129",[410,39.926]],["parent/15129",[4102,9.178]],["name/15130",[411,58.075]],["parent/15130",[4102,9.178]],["name/15131",[537,58.27]],["parent/15131",[4102,9.178]],["name/15132",[69,57.883]],["parent/15132",[4092,6.894]],["name/15133",[173,20.78]],["parent/15133",[4103,10.024]],["name/15134",[408,29.731]],["parent/15134",[4104,8.292]],["name/15135",[540,45.268]],["parent/15135",[4104,8.292]],["name/15136",[155,37.858]],["parent/15136",[4104,8.292]],["name/15137",[541,58.27]],["parent/15137",[4104,8.292]],["name/15138",[542,58.27]],["parent/15138",[4104,8.292]],["name/15139",[543,58.27]],["parent/15139",[4104,8.292]],["name/15140",[342,56.068]],["parent/15140",[4104,8.292]],["name/15141",[544,45.905]],["parent/15141",[4104,8.292]],["name/15142",[70,51.167]],["parent/15142",[4092,6.894]],["name/15143",[173,20.78]],["parent/15143",[4105,10.024]],["name/15144",[155,37.858]],["parent/15144",[4106,7.907]],["name/15145",[547,44.444]],["parent/15145",[4106,7.907]],["name/15146",[544,45.905]],["parent/15146",[4106,7.907]],["name/15147",[540,45.268]],["parent/15147",[4106,7.907]],["name/15148",[548,58.27]],["parent/15148",[4106,7.907]],["name/15149",[549,58.27]],["parent/15149",[4106,7.907]],["name/15150",[550,58.27]],["parent/15150",[4106,7.907]],["name/15151",[551,58.27]],["parent/15151",[4106,7.907]],["name/15152",[552,58.27]],["parent/15152",[4106,7.907]],["name/15153",[553,58.27]],["parent/15153",[4106,7.907]],["name/15154",[554,56.227]],["parent/15154",[4106,7.907]],["name/15155",[555,56.227]],["parent/15155",[4106,7.907]],["name/15156",[82,57.511]],["parent/15156",[4092,6.894]],["name/15157",[173,20.78]],["parent/15157",[4107,10.024]],["name/15158",[408,29.731]],["parent/15158",[4108,8.927]],["name/15159",[493,49.276]],["parent/15159",[4108,8.927]],["name/15160",[155,37.858]],["parent/15160",[4108,8.927]],["name/15161",[516,51.363]],["parent/15161",[4108,8.927]],["name/15162",[77,51.167]],["parent/15162",[4092,6.894]],["name/15163",[173,20.78]],["parent/15163",[4109,10.024]],["name/15164",[559,58.27]],["parent/15164",[4110,9.178]],["name/15165",[561,58.27]],["parent/15165",[4110,9.178]],["name/15166",[562,45.295]],["parent/15166",[4110,9.178]],["name/15167",[96,55.911]],["parent/15167",[4092,6.894]],["name/15168",[173,20.78]],["parent/15168",[4111,10.024]],["name/15169",[410,39.926]],["parent/15169",[4112,9.178]],["name/15170",[155,37.858]],["parent/15170",[4112,9.178]],["name/15171",[77,51.167]],["parent/15171",[4112,9.178]],["name/15172",[85,57.978]],["parent/15172",[4092,6.894]],["name/15173",[173,20.78]],["parent/15173",[4113,10.024]],["name/15174",[547,44.444]],["parent/15174",[4114,9.514]],["name/15175",[567,51.363]],["parent/15175",[4114,9.514]],["name/15176",[84,48.96]],["parent/15176",[4092,6.894]],["name/15177",[173,20.78]],["parent/15177",[4115,10.024]],["name/15178",[408,29.731]],["parent/15178",[4116,8.417]],["name/15179",[570,51.363]],["parent/15179",[4116,8.417]],["name/15180",[571,58.27]],["parent/15180",[4116,8.417]],["name/15181",[572,56.227]],["parent/15181",[4116,8.417]],["name/15182",[567,51.363]],["parent/15182",[4116,8.417]],["name/15183",[573,58.27]],["parent/15183",[4116,8.417]],["name/15184",[574,58.27]],["parent/15184",[4116,8.417]],["name/15185",[94,51.023]],["parent/15185",[4092,6.894]],["name/15186",[173,20.78]],["parent/15186",[4117,10.024]],["name/15187",[408,29.731]],["parent/15187",[4118,7.017]],["name/15188",[581,49.316]],["parent/15188",[4118,7.017]],["name/15189",[155,37.858]],["parent/15189",[4118,7.017]],["name/15190",[65,47.186]],["parent/15190",[4118,7.017]],["name/15191",[582,51.363]],["parent/15191",[4118,7.017]],["name/15192",[583,58.27]],["parent/15192",[4118,7.017]],["name/15193",[145,57.978]],["parent/15193",[4118,7.017]],["name/15194",[584,58.27]],["parent/15194",[4118,7.017]],["name/15195",[421,44.394]],["parent/15195",[4118,7.017]],["name/15196",[526,47.618]],["parent/15196",[4118,7.017]],["name/15197",[585,58.27]],["parent/15197",[4118,7.017]],["name/15198",[586,58.27]],["parent/15198",[4118,7.017]],["name/15199",[587,58.27]],["parent/15199",[4118,7.017]],["name/15200",[588,58.27]],["parent/15200",[4118,7.017]],["name/15201",[589,58.27]],["parent/15201",[4118,7.017]],["name/15202",[590,58.27]],["parent/15202",[4118,7.017]],["name/15203",[511,47.317]],["parent/15203",[4118,7.017]],["name/15204",[591,49.811]],["parent/15204",[4118,7.017]],["name/15205",[352,50.243]],["parent/15205",[4118,7.017]],["name/15206",[592,51.363]],["parent/15206",[4118,7.017]],["name/15207",[593,56.227]],["parent/15207",[4118,7.017]],["name/15208",[594,56.227]],["parent/15208",[4118,7.017]],["name/15209",[70,51.167]],["parent/15209",[4118,7.017]],["name/15210",[84,48.96]],["parent/15210",[4118,7.017]],["name/15211",[68,51.167]],["parent/15211",[4118,7.017]],["name/15212",[512,51.363]],["parent/15212",[4118,7.017]],["name/15213",[595,58.27]],["parent/15213",[4118,7.017]],["name/15214",[597,58.27]],["parent/15214",[4118,7.017]],["name/15215",[3030,69.355]],["parent/15215",[4118,7.017]],["name/15216",[387,62.202]],["parent/15216",[4118,7.017]],["name/15217",[71,49.643]],["parent/15217",[4092,6.894]],["name/15218",[173,20.78]],["parent/15218",[4119,10.024]],["name/15219",[599,58.27]],["parent/15219",[4120,9.514]],["name/15220",[601,58.27]],["parent/15220",[4120,9.514]],["name/15221",[72,57.883]],["parent/15221",[4092,6.894]],["name/15222",[173,20.78]],["parent/15222",[4121,10.024]],["name/15223",[408,29.731]],["parent/15223",[4122,8.927]],["name/15224",[562,45.295]],["parent/15224",[4122,8.927]],["name/15225",[604,58.27]],["parent/15225",[4122,8.927]],["name/15226",[605,58.27]],["parent/15226",[4122,8.927]],["name/15227",[74,58.075]],["parent/15227",[4092,6.894]],["name/15228",[173,20.78]],["parent/15228",[4123,10.024]],["name/15229",[408,29.731]],["parent/15229",[4124,8.927]],["name/15230",[410,39.926]],["parent/15230",[4124,8.927]],["name/15231",[521,51.363]],["parent/15231",[4124,8.927]],["name/15232",[608,58.27]],["parent/15232",[4124,8.927]],["name/15233",[75,57.883]],["parent/15233",[4092,6.894]],["name/15234",[173,20.78]],["parent/15234",[4125,10.024]],["name/15235",[410,39.926]],["parent/15235",[4126,9.178]],["name/15236",[611,58.27]],["parent/15236",[4126,9.178]],["name/15237",[612,58.27]],["parent/15237",[4126,9.178]],["name/15238",[76,57.883]],["parent/15238",[4092,6.894]],["name/15239",[173,20.78]],["parent/15239",[4127,10.024]],["name/15240",[408,29.731]],["parent/15240",[4128,8.56]],["name/15241",[615,58.27]],["parent/15241",[4128,8.56]],["name/15242",[71,49.643]],["parent/15242",[4128,8.56]],["name/15243",[570,51.363]],["parent/15243",[4128,8.56]],["name/15244",[616,58.27]],["parent/15244",[4128,8.56]],["name/15245",[617,58.27]],["parent/15245",[4128,8.56]],["name/15246",[78,58.075]],["parent/15246",[4092,6.894]],["name/15247",[173,20.78]],["parent/15247",[4129,10.024]],["name/15248",[619,58.27]],["parent/15248",[4130,8.727]],["name/15249",[621,58.27]],["parent/15249",[4130,8.727]],["name/15250",[622,47.317]],["parent/15250",[4130,8.727]],["name/15251",[623,58.27]],["parent/15251",[4130,8.727]],["name/15252",[624,58.27]],["parent/15252",[4130,8.727]],["name/15253",[98,51.167]],["parent/15253",[4092,6.894]],["name/15254",[173,20.78]],["parent/15254",[4131,10.024]],["name/15255",[626,58.27]],["parent/15255",[4132,10.024]],["name/15256",[93,50.025]],["parent/15256",[4092,6.894]],["name/15257",[173,20.78]],["parent/15257",[4133,10.024]],["name/15258",[629,58.27]],["parent/15258",[4134,9.178]],["name/15259",[631,58.27]],["parent/15259",[4134,9.178]],["name/15260",[632,58.27]],["parent/15260",[4134,9.178]],["name/15261",[79,57.883]],["parent/15261",[4092,6.894]],["name/15262",[173,20.78]],["parent/15262",[4135,10.024]],["name/15263",[581,49.316]],["parent/15263",[4136,7.907]],["name/15264",[547,44.444]],["parent/15264",[4136,7.907]],["name/15265",[544,45.905]],["parent/15265",[4136,7.907]],["name/15266",[635,58.27]],["parent/15266",[4136,7.907]],["name/15267",[636,46.586]],["parent/15267",[4136,7.907]],["name/15268",[637,58.27]],["parent/15268",[4136,7.907]],["name/15269",[98,51.167]],["parent/15269",[4136,7.907]],["name/15270",[93,50.025]],["parent/15270",[4136,7.907]],["name/15271",[638,58.27]],["parent/15271",[4136,7.907]],["name/15272",[639,58.27]],["parent/15272",[4136,7.907]],["name/15273",[640,58.27]],["parent/15273",[4136,7.907]],["name/15274",[534,51.363]],["parent/15274",[4136,7.907]],["name/15275",[80,55.757]],["parent/15275",[4092,6.894]],["name/15276",[173,20.78]],["parent/15276",[4137,10.024]],["name/15277",[408,29.731]],["parent/15277",[4138,9.514]],["name/15278",[547,44.444]],["parent/15278",[4138,9.514]],["name/15279",[81,57.883]],["parent/15279",[4092,6.894]],["name/15280",[173,20.78]],["parent/15280",[4139,10.024]],["name/15281",[644,58.27]],["parent/15281",[4140,8.927]],["name/15282",[173,20.78]],["parent/15282",[4140,8.927]],["name/15283",[646,51.363]],["parent/15283",[4141,8.56]],["name/15284",[636,46.586]],["parent/15284",[4141,8.56]],["name/15285",[622,47.317]],["parent/15285",[4141,8.56]],["name/15286",[648,58.27]],["parent/15286",[4140,8.927]],["name/15287",[173,20.78]],["parent/15287",[4140,8.927]],["name/15288",[646,51.363]],["parent/15288",[4141,8.56]],["name/15289",[636,46.586]],["parent/15289",[4141,8.56]],["name/15290",[622,47.317]],["parent/15290",[4141,8.56]],["name/15291",[83,55.604]],["parent/15291",[4092,6.894]],["name/15292",[173,20.78]],["parent/15292",[4142,10.024]],["name/15293",[65,47.186]],["parent/15293",[4143,8.727]],["name/15294",[421,44.394]],["parent/15294",[4143,8.727]],["name/15295",[408,29.731]],["parent/15295",[4143,8.727]],["name/15296",[94,51.023]],["parent/15296",[4143,8.727]],["name/15297",[540,45.268]],["parent/15297",[4143,8.727]],["name/15298",[651,56.147]],["parent/15298",[4092,6.894]],["name/15299",[86,57.883]],["parent/15299",[4092,6.894]],["name/15300",[173,20.78]],["parent/15300",[4144,10.024]],["name/15301",[653,58.27]],["parent/15301",[4145,8.727]],["name/15302",[655,58.27]],["parent/15302",[4145,8.727]],["name/15303",[656,58.27]],["parent/15303",[4145,8.727]],["name/15304",[657,58.27]],["parent/15304",[4145,8.727]],["name/15305",[658,58.27]],["parent/15305",[4145,8.727]],["name/15306",[87,58.075]],["parent/15306",[4092,6.894]],["name/15307",[173,20.78]],["parent/15307",[4146,10.024]],["name/15308",[408,29.731]],["parent/15308",[4147,8.927]],["name/15309",[661,58.27]],["parent/15309",[4147,8.927]],["name/15310",[662,58.27]],["parent/15310",[4147,8.927]],["name/15311",[663,58.27]],["parent/15311",[4147,8.927]],["name/15312",[88,57.883]],["parent/15312",[4092,6.894]],["name/15313",[173,20.78]],["parent/15313",[4148,10.024]],["name/15314",[408,29.731]],["parent/15314",[4149,8.081]],["name/15315",[340,56.068]],["parent/15315",[4149,8.081]],["name/15316",[666,58.27]],["parent/15316",[4149,8.081]],["name/15317",[334,56.147]],["parent/15317",[4149,8.081]],["name/15318",[667,58.27]],["parent/15318",[4149,8.081]],["name/15319",[668,58.27]],["parent/15319",[4149,8.081]],["name/15320",[669,58.27]],["parent/15320",[4149,8.081]],["name/15321",[670,58.27]],["parent/15321",[4149,8.081]],["name/15322",[671,58.27]],["parent/15322",[4149,8.081]],["name/15323",[672,58.27]],["parent/15323",[4149,8.081]],["name/15324",[89,57.511]],["parent/15324",[4092,6.894]],["name/15325",[173,20.78]],["parent/15325",[4150,10.024]],["name/15326",[408,29.731]],["parent/15326",[4151,8.727]],["name/15327",[675,58.27]],["parent/15327",[4151,8.727]],["name/15328",[676,58.27]],["parent/15328",[4151,8.727]],["name/15329",[677,58.27]],["parent/15329",[4151,8.727]],["name/15330",[678,58.27]],["parent/15330",[4151,8.727]],["name/15331",[90,57.883]],["parent/15331",[4092,6.894]],["name/15332",[173,20.78]],["parent/15332",[4152,10.024]],["name/15333",[562,45.295]],["parent/15333",[4153,9.178]],["name/15334",[532,51.363]],["parent/15334",[4153,9.178]],["name/15335",[681,58.27]],["parent/15335",[4153,9.178]],["name/15336",[91,58.075]],["parent/15336",[4092,6.894]],["name/15337",[173,20.78]],["parent/15337",[4154,10.024]],["name/15338",[408,29.731]],["parent/15338",[4155,8.927]],["name/15339",[684,51.363]],["parent/15339",[4155,8.927]],["name/15340",[172,58.075]],["parent/15340",[4155,8.927]],["name/15341",[592,51.363]],["parent/15341",[4155,8.927]],["name/15342",[95,58.075]],["parent/15342",[4092,6.894]],["name/15343",[173,20.78]],["parent/15343",[4156,10.024]],["name/15344",[686,54.532]],["parent/15344",[4157,8.292]],["name/15345",[582,51.363]],["parent/15345",[4157,8.292]],["name/15346",[688,58.27]],["parent/15346",[4157,8.292]],["name/15347",[511,47.317]],["parent/15347",[4157,8.292]],["name/15348",[591,49.811]],["parent/15348",[4157,8.292]],["name/15349",[352,50.243]],["parent/15349",[4157,8.292]],["name/15350",[684,51.363]],["parent/15350",[4157,8.292]],["name/15351",[689,58.27]],["parent/15351",[4157,8.292]],["name/15352",[97,55.911]],["parent/15352",[4092,6.894]],["name/15353",[173,20.78]],["parent/15353",[4158,10.024]],["name/15354",[417,58.075]],["parent/15354",[4159,8.927]],["name/15355",[419,58.075]],["parent/15355",[4159,8.927]],["name/15356",[420,58.075]],["parent/15356",[4159,8.927]],["name/15357",[421,44.394]],["parent/15357",[4159,8.927]],["name/15358",[3002,69.355]],["parent/15358",[126,9.514]],["name/15359",[73,51.562]],["parent/15359",[4160,6.894]],["name/15360",[173,20.78]],["parent/15360",[4161,10.024]],["name/15361",[504,58.27]],["parent/15361",[4162,8.927]],["name/15362",[506,58.27]],["parent/15362",[4162,8.927]],["name/15363",[155,37.858]],["parent/15363",[4162,8.927]],["name/15364",[507,58.27]],["parent/15364",[4162,8.927]],["name/15365",[92,51.167]],["parent/15365",[4160,6.894]],["name/15366",[173,20.78]],["parent/15366",[4163,10.024]],["name/15367",[509,58.27]],["parent/15367",[4164,8.727]],["name/15368",[511,47.317]],["parent/15368",[4164,8.727]],["name/15369",[512,51.363]],["parent/15369",[4164,8.727]],["name/15370",[344,48.357]],["parent/15370",[4164,8.727]],["name/15371",[513,51.363]],["parent/15371",[4164,8.727]],["name/15372",[65,47.186]],["parent/15372",[4160,6.894]],["name/15373",[173,20.78]],["parent/15373",[4165,10.024]],["name/15374",[408,29.731]],["parent/15374",[4166,7.413]],["name/15375",[493,49.276]],["parent/15375",[4166,7.413]],["name/15376",[516,51.363]],["parent/15376",[4166,7.413]],["name/15377",[517,58.27]],["parent/15377",[4166,7.413]],["name/15378",[518,58.27]],["parent/15378",[4166,7.413]],["name/15379",[421,44.394]],["parent/15379",[4166,7.413]],["name/15380",[519,58.27]],["parent/15380",[4166,7.413]],["name/15381",[520,58.27]],["parent/15381",[4166,7.413]],["name/15382",[521,51.363]],["parent/15382",[4166,7.413]],["name/15383",[344,48.357]],["parent/15383",[4166,7.413]],["name/15384",[155,37.858]],["parent/15384",[4166,7.413]],["name/15385",[522,58.27]],["parent/15385",[4166,7.413]],["name/15386",[523,58.27]],["parent/15386",[4166,7.413]],["name/15387",[524,58.27]],["parent/15387",[4166,7.413]],["name/15388",[525,58.27]],["parent/15388",[4166,7.413]],["name/15389",[526,47.618]],["parent/15389",[4166,7.413]],["name/15390",[527,58.27]],["parent/15390",[4166,7.413]],["name/15391",[513,51.363]],["parent/15391",[4166,7.413]],["name/15392",[528,58.27]],["parent/15392",[4166,7.413]],["name/15393",[92,51.167]],["parent/15393",[4166,7.413]],["name/15394",[67,57.883]],["parent/15394",[4160,6.894]],["name/15395",[173,20.78]],["parent/15395",[4167,10.024]],["name/15396",[530,58.27]],["parent/15396",[4168,8.927]],["name/15397",[532,51.363]],["parent/15397",[4168,8.927]],["name/15398",[533,58.27]],["parent/15398",[4168,8.927]],["name/15399",[534,51.363]],["parent/15399",[4168,8.927]],["name/15400",[68,51.167]],["parent/15400",[4160,6.894]],["name/15401",[173,20.78]],["parent/15401",[4169,10.024]],["name/15402",[410,39.926]],["parent/15402",[4170,9.178]],["name/15403",[411,58.075]],["parent/15403",[4170,9.178]],["name/15404",[537,58.27]],["parent/15404",[4170,9.178]],["name/15405",[69,57.883]],["parent/15405",[4160,6.894]],["name/15406",[173,20.78]],["parent/15406",[4171,10.024]],["name/15407",[408,29.731]],["parent/15407",[4172,8.292]],["name/15408",[540,45.268]],["parent/15408",[4172,8.292]],["name/15409",[155,37.858]],["parent/15409",[4172,8.292]],["name/15410",[541,58.27]],["parent/15410",[4172,8.292]],["name/15411",[542,58.27]],["parent/15411",[4172,8.292]],["name/15412",[543,58.27]],["parent/15412",[4172,8.292]],["name/15413",[342,56.068]],["parent/15413",[4172,8.292]],["name/15414",[544,45.905]],["parent/15414",[4172,8.292]],["name/15415",[70,51.167]],["parent/15415",[4160,6.894]],["name/15416",[173,20.78]],["parent/15416",[4173,10.024]],["name/15417",[155,37.858]],["parent/15417",[4174,7.907]],["name/15418",[547,44.444]],["parent/15418",[4174,7.907]],["name/15419",[544,45.905]],["parent/15419",[4174,7.907]],["name/15420",[540,45.268]],["parent/15420",[4174,7.907]],["name/15421",[548,58.27]],["parent/15421",[4174,7.907]],["name/15422",[549,58.27]],["parent/15422",[4174,7.907]],["name/15423",[550,58.27]],["parent/15423",[4174,7.907]],["name/15424",[551,58.27]],["parent/15424",[4174,7.907]],["name/15425",[552,58.27]],["parent/15425",[4174,7.907]],["name/15426",[553,58.27]],["parent/15426",[4174,7.907]],["name/15427",[554,56.227]],["parent/15427",[4174,7.907]],["name/15428",[555,56.227]],["parent/15428",[4174,7.907]],["name/15429",[82,57.511]],["parent/15429",[4160,6.894]],["name/15430",[173,20.78]],["parent/15430",[4175,10.024]],["name/15431",[408,29.731]],["parent/15431",[4176,8.927]],["name/15432",[493,49.276]],["parent/15432",[4176,8.927]],["name/15433",[155,37.858]],["parent/15433",[4176,8.927]],["name/15434",[516,51.363]],["parent/15434",[4176,8.927]],["name/15435",[77,51.167]],["parent/15435",[4160,6.894]],["name/15436",[173,20.78]],["parent/15436",[4177,10.024]],["name/15437",[559,58.27]],["parent/15437",[4178,9.178]],["name/15438",[561,58.27]],["parent/15438",[4178,9.178]],["name/15439",[562,45.295]],["parent/15439",[4178,9.178]],["name/15440",[96,55.911]],["parent/15440",[4160,6.894]],["name/15441",[173,20.78]],["parent/15441",[4179,10.024]],["name/15442",[410,39.926]],["parent/15442",[4180,9.178]],["name/15443",[155,37.858]],["parent/15443",[4180,9.178]],["name/15444",[77,51.167]],["parent/15444",[4180,9.178]],["name/15445",[85,57.978]],["parent/15445",[4160,6.894]],["name/15446",[173,20.78]],["parent/15446",[4181,10.024]],["name/15447",[547,44.444]],["parent/15447",[4182,9.514]],["name/15448",[567,51.363]],["parent/15448",[4182,9.514]],["name/15449",[84,48.96]],["parent/15449",[4160,6.894]],["name/15450",[173,20.78]],["parent/15450",[4183,10.024]],["name/15451",[408,29.731]],["parent/15451",[4184,8.417]],["name/15452",[570,51.363]],["parent/15452",[4184,8.417]],["name/15453",[571,58.27]],["parent/15453",[4184,8.417]],["name/15454",[572,56.227]],["parent/15454",[4184,8.417]],["name/15455",[567,51.363]],["parent/15455",[4184,8.417]],["name/15456",[573,58.27]],["parent/15456",[4184,8.417]],["name/15457",[574,58.27]],["parent/15457",[4184,8.417]],["name/15458",[94,51.023]],["parent/15458",[4160,6.894]],["name/15459",[173,20.78]],["parent/15459",[4185,10.024]],["name/15460",[408,29.731]],["parent/15460",[4186,7.017]],["name/15461",[581,49.316]],["parent/15461",[4186,7.017]],["name/15462",[155,37.858]],["parent/15462",[4186,7.017]],["name/15463",[65,47.186]],["parent/15463",[4186,7.017]],["name/15464",[582,51.363]],["parent/15464",[4186,7.017]],["name/15465",[583,58.27]],["parent/15465",[4186,7.017]],["name/15466",[145,57.978]],["parent/15466",[4186,7.017]],["name/15467",[584,58.27]],["parent/15467",[4186,7.017]],["name/15468",[421,44.394]],["parent/15468",[4186,7.017]],["name/15469",[526,47.618]],["parent/15469",[4186,7.017]],["name/15470",[585,58.27]],["parent/15470",[4186,7.017]],["name/15471",[586,58.27]],["parent/15471",[4186,7.017]],["name/15472",[587,58.27]],["parent/15472",[4186,7.017]],["name/15473",[588,58.27]],["parent/15473",[4186,7.017]],["name/15474",[589,58.27]],["parent/15474",[4186,7.017]],["name/15475",[590,58.27]],["parent/15475",[4186,7.017]],["name/15476",[511,47.317]],["parent/15476",[4186,7.017]],["name/15477",[591,49.811]],["parent/15477",[4186,7.017]],["name/15478",[352,50.243]],["parent/15478",[4186,7.017]],["name/15479",[592,51.363]],["parent/15479",[4186,7.017]],["name/15480",[593,56.227]],["parent/15480",[4186,7.017]],["name/15481",[594,56.227]],["parent/15481",[4186,7.017]],["name/15482",[70,51.167]],["parent/15482",[4186,7.017]],["name/15483",[84,48.96]],["parent/15483",[4186,7.017]],["name/15484",[68,51.167]],["parent/15484",[4186,7.017]],["name/15485",[512,51.363]],["parent/15485",[4186,7.017]],["name/15486",[595,58.27]],["parent/15486",[4186,7.017]],["name/15487",[597,58.27]],["parent/15487",[4186,7.017]],["name/15488",[3030,69.355]],["parent/15488",[4186,7.017]],["name/15489",[387,62.202]],["parent/15489",[4186,7.017]],["name/15490",[71,49.643]],["parent/15490",[4160,6.894]],["name/15491",[173,20.78]],["parent/15491",[4187,10.024]],["name/15492",[599,58.27]],["parent/15492",[4188,9.514]],["name/15493",[601,58.27]],["parent/15493",[4188,9.514]],["name/15494",[72,57.883]],["parent/15494",[4160,6.894]],["name/15495",[173,20.78]],["parent/15495",[4189,10.024]],["name/15496",[408,29.731]],["parent/15496",[4190,8.927]],["name/15497",[562,45.295]],["parent/15497",[4190,8.927]],["name/15498",[604,58.27]],["parent/15498",[4190,8.927]],["name/15499",[605,58.27]],["parent/15499",[4190,8.927]],["name/15500",[74,58.075]],["parent/15500",[4160,6.894]],["name/15501",[173,20.78]],["parent/15501",[4191,10.024]],["name/15502",[408,29.731]],["parent/15502",[4192,8.927]],["name/15503",[410,39.926]],["parent/15503",[4192,8.927]],["name/15504",[521,51.363]],["parent/15504",[4192,8.927]],["name/15505",[608,58.27]],["parent/15505",[4192,8.927]],["name/15506",[75,57.883]],["parent/15506",[4160,6.894]],["name/15507",[173,20.78]],["parent/15507",[4193,10.024]],["name/15508",[410,39.926]],["parent/15508",[4194,9.178]],["name/15509",[611,58.27]],["parent/15509",[4194,9.178]],["name/15510",[612,58.27]],["parent/15510",[4194,9.178]],["name/15511",[76,57.883]],["parent/15511",[4160,6.894]],["name/15512",[173,20.78]],["parent/15512",[4195,10.024]],["name/15513",[408,29.731]],["parent/15513",[4196,8.56]],["name/15514",[615,58.27]],["parent/15514",[4196,8.56]],["name/15515",[71,49.643]],["parent/15515",[4196,8.56]],["name/15516",[570,51.363]],["parent/15516",[4196,8.56]],["name/15517",[616,58.27]],["parent/15517",[4196,8.56]],["name/15518",[617,58.27]],["parent/15518",[4196,8.56]],["name/15519",[78,58.075]],["parent/15519",[4160,6.894]],["name/15520",[173,20.78]],["parent/15520",[4197,10.024]],["name/15521",[619,58.27]],["parent/15521",[4198,8.727]],["name/15522",[621,58.27]],["parent/15522",[4198,8.727]],["name/15523",[622,47.317]],["parent/15523",[4198,8.727]],["name/15524",[623,58.27]],["parent/15524",[4198,8.727]],["name/15525",[624,58.27]],["parent/15525",[4198,8.727]],["name/15526",[98,51.167]],["parent/15526",[4160,6.894]],["name/15527",[173,20.78]],["parent/15527",[4199,10.024]],["name/15528",[626,58.27]],["parent/15528",[4200,10.024]],["name/15529",[93,50.025]],["parent/15529",[4160,6.894]],["name/15530",[173,20.78]],["parent/15530",[4201,10.024]],["name/15531",[629,58.27]],["parent/15531",[4202,9.178]],["name/15532",[631,58.27]],["parent/15532",[4202,9.178]],["name/15533",[632,58.27]],["parent/15533",[4202,9.178]],["name/15534",[79,57.883]],["parent/15534",[4160,6.894]],["name/15535",[173,20.78]],["parent/15535",[4203,10.024]],["name/15536",[581,49.316]],["parent/15536",[4204,7.907]],["name/15537",[547,44.444]],["parent/15537",[4204,7.907]],["name/15538",[544,45.905]],["parent/15538",[4204,7.907]],["name/15539",[635,58.27]],["parent/15539",[4204,7.907]],["name/15540",[636,46.586]],["parent/15540",[4204,7.907]],["name/15541",[637,58.27]],["parent/15541",[4204,7.907]],["name/15542",[98,51.167]],["parent/15542",[4204,7.907]],["name/15543",[93,50.025]],["parent/15543",[4204,7.907]],["name/15544",[638,58.27]],["parent/15544",[4204,7.907]],["name/15545",[639,58.27]],["parent/15545",[4204,7.907]],["name/15546",[640,58.27]],["parent/15546",[4204,7.907]],["name/15547",[534,51.363]],["parent/15547",[4204,7.907]],["name/15548",[80,55.757]],["parent/15548",[4160,6.894]],["name/15549",[173,20.78]],["parent/15549",[4205,10.024]],["name/15550",[408,29.731]],["parent/15550",[4206,9.514]],["name/15551",[547,44.444]],["parent/15551",[4206,9.514]],["name/15552",[81,57.883]],["parent/15552",[4160,6.894]],["name/15553",[173,20.78]],["parent/15553",[4207,10.024]],["name/15554",[644,58.27]],["parent/15554",[4208,8.927]],["name/15555",[173,20.78]],["parent/15555",[4208,8.927]],["name/15556",[646,51.363]],["parent/15556",[4209,8.56]],["name/15557",[636,46.586]],["parent/15557",[4209,8.56]],["name/15558",[622,47.317]],["parent/15558",[4209,8.56]],["name/15559",[648,58.27]],["parent/15559",[4208,8.927]],["name/15560",[173,20.78]],["parent/15560",[4208,8.927]],["name/15561",[646,51.363]],["parent/15561",[4209,8.56]],["name/15562",[636,46.586]],["parent/15562",[4209,8.56]],["name/15563",[622,47.317]],["parent/15563",[4209,8.56]],["name/15564",[83,55.604]],["parent/15564",[4160,6.894]],["name/15565",[173,20.78]],["parent/15565",[4210,10.024]],["name/15566",[65,47.186]],["parent/15566",[4211,8.727]],["name/15567",[421,44.394]],["parent/15567",[4211,8.727]],["name/15568",[408,29.731]],["parent/15568",[4211,8.727]],["name/15569",[94,51.023]],["parent/15569",[4211,8.727]],["name/15570",[540,45.268]],["parent/15570",[4211,8.727]],["name/15571",[651,56.147]],["parent/15571",[4160,6.894]],["name/15572",[86,57.883]],["parent/15572",[4160,6.894]],["name/15573",[173,20.78]],["parent/15573",[4212,10.024]],["name/15574",[653,58.27]],["parent/15574",[4213,8.727]],["name/15575",[655,58.27]],["parent/15575",[4213,8.727]],["name/15576",[656,58.27]],["parent/15576",[4213,8.727]],["name/15577",[657,58.27]],["parent/15577",[4213,8.727]],["name/15578",[658,58.27]],["parent/15578",[4213,8.727]],["name/15579",[87,58.075]],["parent/15579",[4160,6.894]],["name/15580",[173,20.78]],["parent/15580",[4214,10.024]],["name/15581",[408,29.731]],["parent/15581",[4215,8.927]],["name/15582",[661,58.27]],["parent/15582",[4215,8.927]],["name/15583",[662,58.27]],["parent/15583",[4215,8.927]],["name/15584",[663,58.27]],["parent/15584",[4215,8.927]],["name/15585",[88,57.883]],["parent/15585",[4160,6.894]],["name/15586",[173,20.78]],["parent/15586",[4216,10.024]],["name/15587",[408,29.731]],["parent/15587",[4217,8.081]],["name/15588",[340,56.068]],["parent/15588",[4217,8.081]],["name/15589",[666,58.27]],["parent/15589",[4217,8.081]],["name/15590",[334,56.147]],["parent/15590",[4217,8.081]],["name/15591",[667,58.27]],["parent/15591",[4217,8.081]],["name/15592",[668,58.27]],["parent/15592",[4217,8.081]],["name/15593",[669,58.27]],["parent/15593",[4217,8.081]],["name/15594",[670,58.27]],["parent/15594",[4217,8.081]],["name/15595",[671,58.27]],["parent/15595",[4217,8.081]],["name/15596",[672,58.27]],["parent/15596",[4217,8.081]],["name/15597",[89,57.511]],["parent/15597",[4160,6.894]],["name/15598",[173,20.78]],["parent/15598",[4218,10.024]],["name/15599",[408,29.731]],["parent/15599",[4219,8.727]],["name/15600",[675,58.27]],["parent/15600",[4219,8.727]],["name/15601",[676,58.27]],["parent/15601",[4219,8.727]],["name/15602",[677,58.27]],["parent/15602",[4219,8.727]],["name/15603",[678,58.27]],["parent/15603",[4219,8.727]],["name/15604",[90,57.883]],["parent/15604",[4160,6.894]],["name/15605",[173,20.78]],["parent/15605",[4220,10.024]],["name/15606",[562,45.295]],["parent/15606",[4221,9.178]],["name/15607",[532,51.363]],["parent/15607",[4221,9.178]],["name/15608",[681,58.27]],["parent/15608",[4221,9.178]],["name/15609",[91,58.075]],["parent/15609",[4160,6.894]],["name/15610",[173,20.78]],["parent/15610",[4222,10.024]],["name/15611",[408,29.731]],["parent/15611",[4223,8.927]],["name/15612",[684,51.363]],["parent/15612",[4223,8.927]],["name/15613",[172,58.075]],["parent/15613",[4223,8.927]],["name/15614",[592,51.363]],["parent/15614",[4223,8.927]],["name/15615",[95,58.075]],["parent/15615",[4160,6.894]],["name/15616",[173,20.78]],["parent/15616",[4224,10.024]],["name/15617",[686,54.532]],["parent/15617",[4225,8.292]],["name/15618",[582,51.363]],["parent/15618",[4225,8.292]],["name/15619",[688,58.27]],["parent/15619",[4225,8.292]],["name/15620",[511,47.317]],["parent/15620",[4225,8.292]],["name/15621",[591,49.811]],["parent/15621",[4225,8.292]],["name/15622",[352,50.243]],["parent/15622",[4225,8.292]],["name/15623",[684,51.363]],["parent/15623",[4225,8.292]],["name/15624",[689,58.27]],["parent/15624",[4225,8.292]],["name/15625",[97,55.911]],["parent/15625",[4160,6.894]],["name/15626",[173,20.78]],["parent/15626",[4226,10.024]],["name/15627",[417,58.075]],["parent/15627",[4227,8.927]],["name/15628",[419,58.075]],["parent/15628",[4227,8.927]],["name/15629",[420,58.075]],["parent/15629",[4227,8.927]],["name/15630",[421,44.394]],["parent/15630",[4227,8.927]],["name/15631",[3002,69.355]],["parent/15631",[127,9.514]],["name/15632",[73,51.562]],["parent/15632",[4228,6.894]],["name/15633",[173,20.78]],["parent/15633",[4229,10.024]],["name/15634",[504,58.27]],["parent/15634",[4230,8.927]],["name/15635",[506,58.27]],["parent/15635",[4230,8.927]],["name/15636",[155,37.858]],["parent/15636",[4230,8.927]],["name/15637",[507,58.27]],["parent/15637",[4230,8.927]],["name/15638",[92,51.167]],["parent/15638",[4228,6.894]],["name/15639",[173,20.78]],["parent/15639",[4231,10.024]],["name/15640",[509,58.27]],["parent/15640",[4232,8.727]],["name/15641",[511,47.317]],["parent/15641",[4232,8.727]],["name/15642",[512,51.363]],["parent/15642",[4232,8.727]],["name/15643",[344,48.357]],["parent/15643",[4232,8.727]],["name/15644",[513,51.363]],["parent/15644",[4232,8.727]],["name/15645",[65,47.186]],["parent/15645",[4228,6.894]],["name/15646",[173,20.78]],["parent/15646",[4233,10.024]],["name/15647",[408,29.731]],["parent/15647",[4234,7.413]],["name/15648",[493,49.276]],["parent/15648",[4234,7.413]],["name/15649",[516,51.363]],["parent/15649",[4234,7.413]],["name/15650",[517,58.27]],["parent/15650",[4234,7.413]],["name/15651",[518,58.27]],["parent/15651",[4234,7.413]],["name/15652",[421,44.394]],["parent/15652",[4234,7.413]],["name/15653",[519,58.27]],["parent/15653",[4234,7.413]],["name/15654",[520,58.27]],["parent/15654",[4234,7.413]],["name/15655",[521,51.363]],["parent/15655",[4234,7.413]],["name/15656",[344,48.357]],["parent/15656",[4234,7.413]],["name/15657",[155,37.858]],["parent/15657",[4234,7.413]],["name/15658",[522,58.27]],["parent/15658",[4234,7.413]],["name/15659",[523,58.27]],["parent/15659",[4234,7.413]],["name/15660",[524,58.27]],["parent/15660",[4234,7.413]],["name/15661",[525,58.27]],["parent/15661",[4234,7.413]],["name/15662",[526,47.618]],["parent/15662",[4234,7.413]],["name/15663",[527,58.27]],["parent/15663",[4234,7.413]],["name/15664",[513,51.363]],["parent/15664",[4234,7.413]],["name/15665",[528,58.27]],["parent/15665",[4234,7.413]],["name/15666",[92,51.167]],["parent/15666",[4234,7.413]],["name/15667",[67,57.883]],["parent/15667",[4228,6.894]],["name/15668",[173,20.78]],["parent/15668",[4235,10.024]],["name/15669",[530,58.27]],["parent/15669",[4236,8.927]],["name/15670",[532,51.363]],["parent/15670",[4236,8.927]],["name/15671",[533,58.27]],["parent/15671",[4236,8.927]],["name/15672",[534,51.363]],["parent/15672",[4236,8.927]],["name/15673",[68,51.167]],["parent/15673",[4228,6.894]],["name/15674",[173,20.78]],["parent/15674",[4237,10.024]],["name/15675",[410,39.926]],["parent/15675",[4238,9.178]],["name/15676",[411,58.075]],["parent/15676",[4238,9.178]],["name/15677",[537,58.27]],["parent/15677",[4238,9.178]],["name/15678",[69,57.883]],["parent/15678",[4228,6.894]],["name/15679",[173,20.78]],["parent/15679",[4239,10.024]],["name/15680",[408,29.731]],["parent/15680",[4240,8.292]],["name/15681",[540,45.268]],["parent/15681",[4240,8.292]],["name/15682",[155,37.858]],["parent/15682",[4240,8.292]],["name/15683",[541,58.27]],["parent/15683",[4240,8.292]],["name/15684",[542,58.27]],["parent/15684",[4240,8.292]],["name/15685",[543,58.27]],["parent/15685",[4240,8.292]],["name/15686",[342,56.068]],["parent/15686",[4240,8.292]],["name/15687",[544,45.905]],["parent/15687",[4240,8.292]],["name/15688",[70,51.167]],["parent/15688",[4228,6.894]],["name/15689",[173,20.78]],["parent/15689",[4241,10.024]],["name/15690",[155,37.858]],["parent/15690",[4242,7.907]],["name/15691",[547,44.444]],["parent/15691",[4242,7.907]],["name/15692",[544,45.905]],["parent/15692",[4242,7.907]],["name/15693",[540,45.268]],["parent/15693",[4242,7.907]],["name/15694",[548,58.27]],["parent/15694",[4242,7.907]],["name/15695",[549,58.27]],["parent/15695",[4242,7.907]],["name/15696",[550,58.27]],["parent/15696",[4242,7.907]],["name/15697",[551,58.27]],["parent/15697",[4242,7.907]],["name/15698",[552,58.27]],["parent/15698",[4242,7.907]],["name/15699",[553,58.27]],["parent/15699",[4242,7.907]],["name/15700",[554,56.227]],["parent/15700",[4242,7.907]],["name/15701",[555,56.227]],["parent/15701",[4242,7.907]],["name/15702",[82,57.511]],["parent/15702",[4228,6.894]],["name/15703",[173,20.78]],["parent/15703",[4243,10.024]],["name/15704",[408,29.731]],["parent/15704",[4244,8.927]],["name/15705",[493,49.276]],["parent/15705",[4244,8.927]],["name/15706",[155,37.858]],["parent/15706",[4244,8.927]],["name/15707",[516,51.363]],["parent/15707",[4244,8.927]],["name/15708",[77,51.167]],["parent/15708",[4228,6.894]],["name/15709",[173,20.78]],["parent/15709",[4245,10.024]],["name/15710",[559,58.27]],["parent/15710",[4246,9.178]],["name/15711",[561,58.27]],["parent/15711",[4246,9.178]],["name/15712",[562,45.295]],["parent/15712",[4246,9.178]],["name/15713",[96,55.911]],["parent/15713",[4228,6.894]],["name/15714",[173,20.78]],["parent/15714",[4247,10.024]],["name/15715",[410,39.926]],["parent/15715",[4248,9.178]],["name/15716",[155,37.858]],["parent/15716",[4248,9.178]],["name/15717",[77,51.167]],["parent/15717",[4248,9.178]],["name/15718",[85,57.978]],["parent/15718",[4228,6.894]],["name/15719",[173,20.78]],["parent/15719",[4249,10.024]],["name/15720",[547,44.444]],["parent/15720",[4250,9.514]],["name/15721",[567,51.363]],["parent/15721",[4250,9.514]],["name/15722",[84,48.96]],["parent/15722",[4228,6.894]],["name/15723",[173,20.78]],["parent/15723",[4251,10.024]],["name/15724",[408,29.731]],["parent/15724",[4252,8.417]],["name/15725",[570,51.363]],["parent/15725",[4252,8.417]],["name/15726",[571,58.27]],["parent/15726",[4252,8.417]],["name/15727",[572,56.227]],["parent/15727",[4252,8.417]],["name/15728",[567,51.363]],["parent/15728",[4252,8.417]],["name/15729",[573,58.27]],["parent/15729",[4252,8.417]],["name/15730",[574,58.27]],["parent/15730",[4252,8.417]],["name/15731",[94,51.023]],["parent/15731",[4228,6.894]],["name/15732",[173,20.78]],["parent/15732",[4253,10.024]],["name/15733",[408,29.731]],["parent/15733",[4254,7.017]],["name/15734",[581,49.316]],["parent/15734",[4254,7.017]],["name/15735",[155,37.858]],["parent/15735",[4254,7.017]],["name/15736",[65,47.186]],["parent/15736",[4254,7.017]],["name/15737",[582,51.363]],["parent/15737",[4254,7.017]],["name/15738",[583,58.27]],["parent/15738",[4254,7.017]],["name/15739",[145,57.978]],["parent/15739",[4254,7.017]],["name/15740",[584,58.27]],["parent/15740",[4254,7.017]],["name/15741",[421,44.394]],["parent/15741",[4254,7.017]],["name/15742",[526,47.618]],["parent/15742",[4254,7.017]],["name/15743",[585,58.27]],["parent/15743",[4254,7.017]],["name/15744",[586,58.27]],["parent/15744",[4254,7.017]],["name/15745",[587,58.27]],["parent/15745",[4254,7.017]],["name/15746",[588,58.27]],["parent/15746",[4254,7.017]],["name/15747",[589,58.27]],["parent/15747",[4254,7.017]],["name/15748",[590,58.27]],["parent/15748",[4254,7.017]],["name/15749",[511,47.317]],["parent/15749",[4254,7.017]],["name/15750",[591,49.811]],["parent/15750",[4254,7.017]],["name/15751",[352,50.243]],["parent/15751",[4254,7.017]],["name/15752",[592,51.363]],["parent/15752",[4254,7.017]],["name/15753",[593,56.227]],["parent/15753",[4254,7.017]],["name/15754",[594,56.227]],["parent/15754",[4254,7.017]],["name/15755",[70,51.167]],["parent/15755",[4254,7.017]],["name/15756",[84,48.96]],["parent/15756",[4254,7.017]],["name/15757",[68,51.167]],["parent/15757",[4254,7.017]],["name/15758",[512,51.363]],["parent/15758",[4254,7.017]],["name/15759",[595,58.27]],["parent/15759",[4254,7.017]],["name/15760",[597,58.27]],["parent/15760",[4254,7.017]],["name/15761",[3030,69.355]],["parent/15761",[4254,7.017]],["name/15762",[387,62.202]],["parent/15762",[4254,7.017]],["name/15763",[71,49.643]],["parent/15763",[4228,6.894]],["name/15764",[173,20.78]],["parent/15764",[4255,10.024]],["name/15765",[599,58.27]],["parent/15765",[4256,9.514]],["name/15766",[601,58.27]],["parent/15766",[4256,9.514]],["name/15767",[72,57.883]],["parent/15767",[4228,6.894]],["name/15768",[173,20.78]],["parent/15768",[4257,10.024]],["name/15769",[408,29.731]],["parent/15769",[4258,8.927]],["name/15770",[562,45.295]],["parent/15770",[4258,8.927]],["name/15771",[604,58.27]],["parent/15771",[4258,8.927]],["name/15772",[605,58.27]],["parent/15772",[4258,8.927]],["name/15773",[74,58.075]],["parent/15773",[4228,6.894]],["name/15774",[173,20.78]],["parent/15774",[4259,10.024]],["name/15775",[408,29.731]],["parent/15775",[4260,8.927]],["name/15776",[410,39.926]],["parent/15776",[4260,8.927]],["name/15777",[521,51.363]],["parent/15777",[4260,8.927]],["name/15778",[608,58.27]],["parent/15778",[4260,8.927]],["name/15779",[75,57.883]],["parent/15779",[4228,6.894]],["name/15780",[173,20.78]],["parent/15780",[4261,10.024]],["name/15781",[410,39.926]],["parent/15781",[4262,9.178]],["name/15782",[611,58.27]],["parent/15782",[4262,9.178]],["name/15783",[612,58.27]],["parent/15783",[4262,9.178]],["name/15784",[76,57.883]],["parent/15784",[4228,6.894]],["name/15785",[173,20.78]],["parent/15785",[4263,10.024]],["name/15786",[408,29.731]],["parent/15786",[4264,8.56]],["name/15787",[615,58.27]],["parent/15787",[4264,8.56]],["name/15788",[71,49.643]],["parent/15788",[4264,8.56]],["name/15789",[570,51.363]],["parent/15789",[4264,8.56]],["name/15790",[616,58.27]],["parent/15790",[4264,8.56]],["name/15791",[617,58.27]],["parent/15791",[4264,8.56]],["name/15792",[78,58.075]],["parent/15792",[4228,6.894]],["name/15793",[173,20.78]],["parent/15793",[4265,10.024]],["name/15794",[619,58.27]],["parent/15794",[4266,8.727]],["name/15795",[621,58.27]],["parent/15795",[4266,8.727]],["name/15796",[622,47.317]],["parent/15796",[4266,8.727]],["name/15797",[623,58.27]],["parent/15797",[4266,8.727]],["name/15798",[624,58.27]],["parent/15798",[4266,8.727]],["name/15799",[98,51.167]],["parent/15799",[4228,6.894]],["name/15800",[173,20.78]],["parent/15800",[4267,10.024]],["name/15801",[626,58.27]],["parent/15801",[4268,10.024]],["name/15802",[93,50.025]],["parent/15802",[4228,6.894]],["name/15803",[173,20.78]],["parent/15803",[4269,10.024]],["name/15804",[629,58.27]],["parent/15804",[4270,9.178]],["name/15805",[631,58.27]],["parent/15805",[4270,9.178]],["name/15806",[632,58.27]],["parent/15806",[4270,9.178]],["name/15807",[79,57.883]],["parent/15807",[4228,6.894]],["name/15808",[173,20.78]],["parent/15808",[4271,10.024]],["name/15809",[581,49.316]],["parent/15809",[4272,7.907]],["name/15810",[547,44.444]],["parent/15810",[4272,7.907]],["name/15811",[544,45.905]],["parent/15811",[4272,7.907]],["name/15812",[635,58.27]],["parent/15812",[4272,7.907]],["name/15813",[636,46.586]],["parent/15813",[4272,7.907]],["name/15814",[637,58.27]],["parent/15814",[4272,7.907]],["name/15815",[98,51.167]],["parent/15815",[4272,7.907]],["name/15816",[93,50.025]],["parent/15816",[4272,7.907]],["name/15817",[638,58.27]],["parent/15817",[4272,7.907]],["name/15818",[639,58.27]],["parent/15818",[4272,7.907]],["name/15819",[640,58.27]],["parent/15819",[4272,7.907]],["name/15820",[534,51.363]],["parent/15820",[4272,7.907]],["name/15821",[80,55.757]],["parent/15821",[4228,6.894]],["name/15822",[173,20.78]],["parent/15822",[4273,10.024]],["name/15823",[408,29.731]],["parent/15823",[4274,9.514]],["name/15824",[547,44.444]],["parent/15824",[4274,9.514]],["name/15825",[81,57.883]],["parent/15825",[4228,6.894]],["name/15826",[173,20.78]],["parent/15826",[4275,10.024]],["name/15827",[644,58.27]],["parent/15827",[4276,8.927]],["name/15828",[173,20.78]],["parent/15828",[4276,8.927]],["name/15829",[646,51.363]],["parent/15829",[4277,8.56]],["name/15830",[636,46.586]],["parent/15830",[4277,8.56]],["name/15831",[622,47.317]],["parent/15831",[4277,8.56]],["name/15832",[648,58.27]],["parent/15832",[4276,8.927]],["name/15833",[173,20.78]],["parent/15833",[4276,8.927]],["name/15834",[646,51.363]],["parent/15834",[4277,8.56]],["name/15835",[636,46.586]],["parent/15835",[4277,8.56]],["name/15836",[622,47.317]],["parent/15836",[4277,8.56]],["name/15837",[83,55.604]],["parent/15837",[4228,6.894]],["name/15838",[173,20.78]],["parent/15838",[4278,10.024]],["name/15839",[65,47.186]],["parent/15839",[4279,8.727]],["name/15840",[421,44.394]],["parent/15840",[4279,8.727]],["name/15841",[408,29.731]],["parent/15841",[4279,8.727]],["name/15842",[94,51.023]],["parent/15842",[4279,8.727]],["name/15843",[540,45.268]],["parent/15843",[4279,8.727]],["name/15844",[651,56.147]],["parent/15844",[4228,6.894]],["name/15845",[86,57.883]],["parent/15845",[4228,6.894]],["name/15846",[173,20.78]],["parent/15846",[4280,10.024]],["name/15847",[653,58.27]],["parent/15847",[4281,8.727]],["name/15848",[655,58.27]],["parent/15848",[4281,8.727]],["name/15849",[656,58.27]],["parent/15849",[4281,8.727]],["name/15850",[657,58.27]],["parent/15850",[4281,8.727]],["name/15851",[658,58.27]],["parent/15851",[4281,8.727]],["name/15852",[87,58.075]],["parent/15852",[4228,6.894]],["name/15853",[173,20.78]],["parent/15853",[4282,10.024]],["name/15854",[408,29.731]],["parent/15854",[4283,8.927]],["name/15855",[661,58.27]],["parent/15855",[4283,8.927]],["name/15856",[662,58.27]],["parent/15856",[4283,8.927]],["name/15857",[663,58.27]],["parent/15857",[4283,8.927]],["name/15858",[88,57.883]],["parent/15858",[4228,6.894]],["name/15859",[173,20.78]],["parent/15859",[4284,10.024]],["name/15860",[408,29.731]],["parent/15860",[4285,8.081]],["name/15861",[340,56.068]],["parent/15861",[4285,8.081]],["name/15862",[666,58.27]],["parent/15862",[4285,8.081]],["name/15863",[334,56.147]],["parent/15863",[4285,8.081]],["name/15864",[667,58.27]],["parent/15864",[4285,8.081]],["name/15865",[668,58.27]],["parent/15865",[4285,8.081]],["name/15866",[669,58.27]],["parent/15866",[4285,8.081]],["name/15867",[670,58.27]],["parent/15867",[4285,8.081]],["name/15868",[671,58.27]],["parent/15868",[4285,8.081]],["name/15869",[672,58.27]],["parent/15869",[4285,8.081]],["name/15870",[89,57.511]],["parent/15870",[4228,6.894]],["name/15871",[173,20.78]],["parent/15871",[4286,10.024]],["name/15872",[408,29.731]],["parent/15872",[4287,8.727]],["name/15873",[675,58.27]],["parent/15873",[4287,8.727]],["name/15874",[676,58.27]],["parent/15874",[4287,8.727]],["name/15875",[677,58.27]],["parent/15875",[4287,8.727]],["name/15876",[678,58.27]],["parent/15876",[4287,8.727]],["name/15877",[90,57.883]],["parent/15877",[4228,6.894]],["name/15878",[173,20.78]],["parent/15878",[4288,10.024]],["name/15879",[562,45.295]],["parent/15879",[4289,9.178]],["name/15880",[532,51.363]],["parent/15880",[4289,9.178]],["name/15881",[681,58.27]],["parent/15881",[4289,9.178]],["name/15882",[91,58.075]],["parent/15882",[4228,6.894]],["name/15883",[173,20.78]],["parent/15883",[4290,10.024]],["name/15884",[408,29.731]],["parent/15884",[4291,8.927]],["name/15885",[684,51.363]],["parent/15885",[4291,8.927]],["name/15886",[172,58.075]],["parent/15886",[4291,8.927]],["name/15887",[592,51.363]],["parent/15887",[4291,8.927]],["name/15888",[95,58.075]],["parent/15888",[4228,6.894]],["name/15889",[173,20.78]],["parent/15889",[4292,10.024]],["name/15890",[686,54.532]],["parent/15890",[4293,8.292]],["name/15891",[582,51.363]],["parent/15891",[4293,8.292]],["name/15892",[688,58.27]],["parent/15892",[4293,8.292]],["name/15893",[511,47.317]],["parent/15893",[4293,8.292]],["name/15894",[591,49.811]],["parent/15894",[4293,8.292]],["name/15895",[352,50.243]],["parent/15895",[4293,8.292]],["name/15896",[684,51.363]],["parent/15896",[4293,8.292]],["name/15897",[689,58.27]],["parent/15897",[4293,8.292]],["name/15898",[97,55.911]],["parent/15898",[4228,6.894]],["name/15899",[173,20.78]],["parent/15899",[4294,10.024]],["name/15900",[417,58.075]],["parent/15900",[4295,8.927]],["name/15901",[419,58.075]],["parent/15901",[4295,8.927]],["name/15902",[420,58.075]],["parent/15902",[4295,8.927]],["name/15903",[421,44.394]],["parent/15903",[4295,8.927]],["name/15904",[3002,69.355]],["parent/15904",[128,9.514]],["name/15905",[73,51.562]],["parent/15905",[4296,6.894]],["name/15906",[173,20.78]],["parent/15906",[4297,10.024]],["name/15907",[504,58.27]],["parent/15907",[4298,8.927]],["name/15908",[506,58.27]],["parent/15908",[4298,8.927]],["name/15909",[155,37.858]],["parent/15909",[4298,8.927]],["name/15910",[507,58.27]],["parent/15910",[4298,8.927]],["name/15911",[92,51.167]],["parent/15911",[4296,6.894]],["name/15912",[173,20.78]],["parent/15912",[4299,10.024]],["name/15913",[509,58.27]],["parent/15913",[4300,8.727]],["name/15914",[511,47.317]],["parent/15914",[4300,8.727]],["name/15915",[512,51.363]],["parent/15915",[4300,8.727]],["name/15916",[344,48.357]],["parent/15916",[4300,8.727]],["name/15917",[513,51.363]],["parent/15917",[4300,8.727]],["name/15918",[65,47.186]],["parent/15918",[4296,6.894]],["name/15919",[173,20.78]],["parent/15919",[4301,10.024]],["name/15920",[408,29.731]],["parent/15920",[4302,7.413]],["name/15921",[493,49.276]],["parent/15921",[4302,7.413]],["name/15922",[516,51.363]],["parent/15922",[4302,7.413]],["name/15923",[517,58.27]],["parent/15923",[4302,7.413]],["name/15924",[518,58.27]],["parent/15924",[4302,7.413]],["name/15925",[421,44.394]],["parent/15925",[4302,7.413]],["name/15926",[519,58.27]],["parent/15926",[4302,7.413]],["name/15927",[520,58.27]],["parent/15927",[4302,7.413]],["name/15928",[521,51.363]],["parent/15928",[4302,7.413]],["name/15929",[344,48.357]],["parent/15929",[4302,7.413]],["name/15930",[155,37.858]],["parent/15930",[4302,7.413]],["name/15931",[522,58.27]],["parent/15931",[4302,7.413]],["name/15932",[523,58.27]],["parent/15932",[4302,7.413]],["name/15933",[524,58.27]],["parent/15933",[4302,7.413]],["name/15934",[525,58.27]],["parent/15934",[4302,7.413]],["name/15935",[526,47.618]],["parent/15935",[4302,7.413]],["name/15936",[527,58.27]],["parent/15936",[4302,7.413]],["name/15937",[513,51.363]],["parent/15937",[4302,7.413]],["name/15938",[528,58.27]],["parent/15938",[4302,7.413]],["name/15939",[92,51.167]],["parent/15939",[4302,7.413]],["name/15940",[67,57.883]],["parent/15940",[4296,6.894]],["name/15941",[173,20.78]],["parent/15941",[4303,10.024]],["name/15942",[530,58.27]],["parent/15942",[4304,8.927]],["name/15943",[532,51.363]],["parent/15943",[4304,8.927]],["name/15944",[533,58.27]],["parent/15944",[4304,8.927]],["name/15945",[534,51.363]],["parent/15945",[4304,8.927]],["name/15946",[68,51.167]],["parent/15946",[4296,6.894]],["name/15947",[173,20.78]],["parent/15947",[4305,10.024]],["name/15948",[410,39.926]],["parent/15948",[4306,9.178]],["name/15949",[411,58.075]],["parent/15949",[4306,9.178]],["name/15950",[537,58.27]],["parent/15950",[4306,9.178]],["name/15951",[69,57.883]],["parent/15951",[4296,6.894]],["name/15952",[173,20.78]],["parent/15952",[4307,10.024]],["name/15953",[408,29.731]],["parent/15953",[4308,8.292]],["name/15954",[540,45.268]],["parent/15954",[4308,8.292]],["name/15955",[155,37.858]],["parent/15955",[4308,8.292]],["name/15956",[541,58.27]],["parent/15956",[4308,8.292]],["name/15957",[542,58.27]],["parent/15957",[4308,8.292]],["name/15958",[543,58.27]],["parent/15958",[4308,8.292]],["name/15959",[342,56.068]],["parent/15959",[4308,8.292]],["name/15960",[544,45.905]],["parent/15960",[4308,8.292]],["name/15961",[70,51.167]],["parent/15961",[4296,6.894]],["name/15962",[173,20.78]],["parent/15962",[4309,10.024]],["name/15963",[155,37.858]],["parent/15963",[4310,7.907]],["name/15964",[547,44.444]],["parent/15964",[4310,7.907]],["name/15965",[544,45.905]],["parent/15965",[4310,7.907]],["name/15966",[540,45.268]],["parent/15966",[4310,7.907]],["name/15967",[548,58.27]],["parent/15967",[4310,7.907]],["name/15968",[549,58.27]],["parent/15968",[4310,7.907]],["name/15969",[550,58.27]],["parent/15969",[4310,7.907]],["name/15970",[551,58.27]],["parent/15970",[4310,7.907]],["name/15971",[552,58.27]],["parent/15971",[4310,7.907]],["name/15972",[553,58.27]],["parent/15972",[4310,7.907]],["name/15973",[554,56.227]],["parent/15973",[4310,7.907]],["name/15974",[555,56.227]],["parent/15974",[4310,7.907]],["name/15975",[82,57.511]],["parent/15975",[4296,6.894]],["name/15976",[173,20.78]],["parent/15976",[4311,10.024]],["name/15977",[408,29.731]],["parent/15977",[4312,8.927]],["name/15978",[493,49.276]],["parent/15978",[4312,8.927]],["name/15979",[155,37.858]],["parent/15979",[4312,8.927]],["name/15980",[516,51.363]],["parent/15980",[4312,8.927]],["name/15981",[77,51.167]],["parent/15981",[4296,6.894]],["name/15982",[173,20.78]],["parent/15982",[4313,10.024]],["name/15983",[559,58.27]],["parent/15983",[4314,9.178]],["name/15984",[561,58.27]],["parent/15984",[4314,9.178]],["name/15985",[562,45.295]],["parent/15985",[4314,9.178]],["name/15986",[96,55.911]],["parent/15986",[4296,6.894]],["name/15987",[173,20.78]],["parent/15987",[4315,10.024]],["name/15988",[410,39.926]],["parent/15988",[4316,9.178]],["name/15989",[155,37.858]],["parent/15989",[4316,9.178]],["name/15990",[77,51.167]],["parent/15990",[4316,9.178]],["name/15991",[85,57.978]],["parent/15991",[4296,6.894]],["name/15992",[173,20.78]],["parent/15992",[4317,10.024]],["name/15993",[547,44.444]],["parent/15993",[4318,9.514]],["name/15994",[567,51.363]],["parent/15994",[4318,9.514]],["name/15995",[84,48.96]],["parent/15995",[4296,6.894]],["name/15996",[173,20.78]],["parent/15996",[4319,10.024]],["name/15997",[408,29.731]],["parent/15997",[4320,8.417]],["name/15998",[570,51.363]],["parent/15998",[4320,8.417]],["name/15999",[571,58.27]],["parent/15999",[4320,8.417]],["name/16000",[572,56.227]],["parent/16000",[4320,8.417]],["name/16001",[567,51.363]],["parent/16001",[4320,8.417]],["name/16002",[573,58.27]],["parent/16002",[4320,8.417]],["name/16003",[574,58.27]],["parent/16003",[4320,8.417]],["name/16004",[94,51.023]],["parent/16004",[4296,6.894]],["name/16005",[173,20.78]],["parent/16005",[4321,10.024]],["name/16006",[408,29.731]],["parent/16006",[4322,7.017]],["name/16007",[581,49.316]],["parent/16007",[4322,7.017]],["name/16008",[155,37.858]],["parent/16008",[4322,7.017]],["name/16009",[65,47.186]],["parent/16009",[4322,7.017]],["name/16010",[582,51.363]],["parent/16010",[4322,7.017]],["name/16011",[583,58.27]],["parent/16011",[4322,7.017]],["name/16012",[145,57.978]],["parent/16012",[4322,7.017]],["name/16013",[584,58.27]],["parent/16013",[4322,7.017]],["name/16014",[421,44.394]],["parent/16014",[4322,7.017]],["name/16015",[526,47.618]],["parent/16015",[4322,7.017]],["name/16016",[585,58.27]],["parent/16016",[4322,7.017]],["name/16017",[586,58.27]],["parent/16017",[4322,7.017]],["name/16018",[587,58.27]],["parent/16018",[4322,7.017]],["name/16019",[588,58.27]],["parent/16019",[4322,7.017]],["name/16020",[589,58.27]],["parent/16020",[4322,7.017]],["name/16021",[590,58.27]],["parent/16021",[4322,7.017]],["name/16022",[511,47.317]],["parent/16022",[4322,7.017]],["name/16023",[591,49.811]],["parent/16023",[4322,7.017]],["name/16024",[352,50.243]],["parent/16024",[4322,7.017]],["name/16025",[592,51.363]],["parent/16025",[4322,7.017]],["name/16026",[593,56.227]],["parent/16026",[4322,7.017]],["name/16027",[594,56.227]],["parent/16027",[4322,7.017]],["name/16028",[70,51.167]],["parent/16028",[4322,7.017]],["name/16029",[84,48.96]],["parent/16029",[4322,7.017]],["name/16030",[68,51.167]],["parent/16030",[4322,7.017]],["name/16031",[512,51.363]],["parent/16031",[4322,7.017]],["name/16032",[595,58.27]],["parent/16032",[4322,7.017]],["name/16033",[597,58.27]],["parent/16033",[4322,7.017]],["name/16034",[3030,69.355]],["parent/16034",[4322,7.017]],["name/16035",[387,62.202]],["parent/16035",[4322,7.017]],["name/16036",[71,49.643]],["parent/16036",[4296,6.894]],["name/16037",[173,20.78]],["parent/16037",[4323,10.024]],["name/16038",[599,58.27]],["parent/16038",[4324,9.514]],["name/16039",[601,58.27]],["parent/16039",[4324,9.514]],["name/16040",[72,57.883]],["parent/16040",[4296,6.894]],["name/16041",[173,20.78]],["parent/16041",[4325,10.024]],["name/16042",[408,29.731]],["parent/16042",[4326,8.927]],["name/16043",[562,45.295]],["parent/16043",[4326,8.927]],["name/16044",[604,58.27]],["parent/16044",[4326,8.927]],["name/16045",[605,58.27]],["parent/16045",[4326,8.927]],["name/16046",[74,58.075]],["parent/16046",[4296,6.894]],["name/16047",[173,20.78]],["parent/16047",[4327,10.024]],["name/16048",[408,29.731]],["parent/16048",[4328,8.927]],["name/16049",[410,39.926]],["parent/16049",[4328,8.927]],["name/16050",[521,51.363]],["parent/16050",[4328,8.927]],["name/16051",[608,58.27]],["parent/16051",[4328,8.927]],["name/16052",[75,57.883]],["parent/16052",[4296,6.894]],["name/16053",[173,20.78]],["parent/16053",[4329,10.024]],["name/16054",[410,39.926]],["parent/16054",[4330,9.178]],["name/16055",[611,58.27]],["parent/16055",[4330,9.178]],["name/16056",[612,58.27]],["parent/16056",[4330,9.178]],["name/16057",[76,57.883]],["parent/16057",[4296,6.894]],["name/16058",[173,20.78]],["parent/16058",[4331,10.024]],["name/16059",[408,29.731]],["parent/16059",[4332,8.56]],["name/16060",[615,58.27]],["parent/16060",[4332,8.56]],["name/16061",[71,49.643]],["parent/16061",[4332,8.56]],["name/16062",[570,51.363]],["parent/16062",[4332,8.56]],["name/16063",[616,58.27]],["parent/16063",[4332,8.56]],["name/16064",[617,58.27]],["parent/16064",[4332,8.56]],["name/16065",[78,58.075]],["parent/16065",[4296,6.894]],["name/16066",[173,20.78]],["parent/16066",[4333,10.024]],["name/16067",[619,58.27]],["parent/16067",[4334,8.727]],["name/16068",[621,58.27]],["parent/16068",[4334,8.727]],["name/16069",[622,47.317]],["parent/16069",[4334,8.727]],["name/16070",[623,58.27]],["parent/16070",[4334,8.727]],["name/16071",[624,58.27]],["parent/16071",[4334,8.727]],["name/16072",[98,51.167]],["parent/16072",[4296,6.894]],["name/16073",[173,20.78]],["parent/16073",[4335,10.024]],["name/16074",[626,58.27]],["parent/16074",[4336,10.024]],["name/16075",[93,50.025]],["parent/16075",[4296,6.894]],["name/16076",[173,20.78]],["parent/16076",[4337,10.024]],["name/16077",[629,58.27]],["parent/16077",[4338,9.178]],["name/16078",[631,58.27]],["parent/16078",[4338,9.178]],["name/16079",[632,58.27]],["parent/16079",[4338,9.178]],["name/16080",[79,57.883]],["parent/16080",[4296,6.894]],["name/16081",[173,20.78]],["parent/16081",[4339,10.024]],["name/16082",[581,49.316]],["parent/16082",[4340,7.907]],["name/16083",[547,44.444]],["parent/16083",[4340,7.907]],["name/16084",[544,45.905]],["parent/16084",[4340,7.907]],["name/16085",[635,58.27]],["parent/16085",[4340,7.907]],["name/16086",[636,46.586]],["parent/16086",[4340,7.907]],["name/16087",[637,58.27]],["parent/16087",[4340,7.907]],["name/16088",[98,51.167]],["parent/16088",[4340,7.907]],["name/16089",[93,50.025]],["parent/16089",[4340,7.907]],["name/16090",[638,58.27]],["parent/16090",[4340,7.907]],["name/16091",[639,58.27]],["parent/16091",[4340,7.907]],["name/16092",[640,58.27]],["parent/16092",[4340,7.907]],["name/16093",[534,51.363]],["parent/16093",[4340,7.907]],["name/16094",[80,55.757]],["parent/16094",[4296,6.894]],["name/16095",[173,20.78]],["parent/16095",[4341,10.024]],["name/16096",[408,29.731]],["parent/16096",[4342,9.514]],["name/16097",[547,44.444]],["parent/16097",[4342,9.514]],["name/16098",[81,57.883]],["parent/16098",[4296,6.894]],["name/16099",[173,20.78]],["parent/16099",[4343,10.024]],["name/16100",[644,58.27]],["parent/16100",[4344,8.927]],["name/16101",[173,20.78]],["parent/16101",[4344,8.927]],["name/16102",[646,51.363]],["parent/16102",[4345,8.56]],["name/16103",[636,46.586]],["parent/16103",[4345,8.56]],["name/16104",[622,47.317]],["parent/16104",[4345,8.56]],["name/16105",[648,58.27]],["parent/16105",[4344,8.927]],["name/16106",[173,20.78]],["parent/16106",[4344,8.927]],["name/16107",[646,51.363]],["parent/16107",[4345,8.56]],["name/16108",[636,46.586]],["parent/16108",[4345,8.56]],["name/16109",[622,47.317]],["parent/16109",[4345,8.56]],["name/16110",[83,55.604]],["parent/16110",[4296,6.894]],["name/16111",[173,20.78]],["parent/16111",[4346,10.024]],["name/16112",[65,47.186]],["parent/16112",[4347,8.727]],["name/16113",[421,44.394]],["parent/16113",[4347,8.727]],["name/16114",[408,29.731]],["parent/16114",[4347,8.727]],["name/16115",[94,51.023]],["parent/16115",[4347,8.727]],["name/16116",[540,45.268]],["parent/16116",[4347,8.727]],["name/16117",[651,56.147]],["parent/16117",[4296,6.894]],["name/16118",[86,57.883]],["parent/16118",[4296,6.894]],["name/16119",[173,20.78]],["parent/16119",[4348,10.024]],["name/16120",[653,58.27]],["parent/16120",[4349,8.727]],["name/16121",[655,58.27]],["parent/16121",[4349,8.727]],["name/16122",[656,58.27]],["parent/16122",[4349,8.727]],["name/16123",[657,58.27]],["parent/16123",[4349,8.727]],["name/16124",[658,58.27]],["parent/16124",[4349,8.727]],["name/16125",[87,58.075]],["parent/16125",[4296,6.894]],["name/16126",[173,20.78]],["parent/16126",[4350,10.024]],["name/16127",[408,29.731]],["parent/16127",[4351,8.927]],["name/16128",[661,58.27]],["parent/16128",[4351,8.927]],["name/16129",[662,58.27]],["parent/16129",[4351,8.927]],["name/16130",[663,58.27]],["parent/16130",[4351,8.927]],["name/16131",[88,57.883]],["parent/16131",[4296,6.894]],["name/16132",[173,20.78]],["parent/16132",[4352,10.024]],["name/16133",[408,29.731]],["parent/16133",[4353,8.081]],["name/16134",[340,56.068]],["parent/16134",[4353,8.081]],["name/16135",[666,58.27]],["parent/16135",[4353,8.081]],["name/16136",[334,56.147]],["parent/16136",[4353,8.081]],["name/16137",[667,58.27]],["parent/16137",[4353,8.081]],["name/16138",[668,58.27]],["parent/16138",[4353,8.081]],["name/16139",[669,58.27]],["parent/16139",[4353,8.081]],["name/16140",[670,58.27]],["parent/16140",[4353,8.081]],["name/16141",[671,58.27]],["parent/16141",[4353,8.081]],["name/16142",[672,58.27]],["parent/16142",[4353,8.081]],["name/16143",[89,57.511]],["parent/16143",[4296,6.894]],["name/16144",[173,20.78]],["parent/16144",[4354,10.024]],["name/16145",[408,29.731]],["parent/16145",[4355,8.727]],["name/16146",[675,58.27]],["parent/16146",[4355,8.727]],["name/16147",[676,58.27]],["parent/16147",[4355,8.727]],["name/16148",[677,58.27]],["parent/16148",[4355,8.727]],["name/16149",[678,58.27]],["parent/16149",[4355,8.727]],["name/16150",[90,57.883]],["parent/16150",[4296,6.894]],["name/16151",[173,20.78]],["parent/16151",[4356,10.024]],["name/16152",[562,45.295]],["parent/16152",[4357,9.178]],["name/16153",[532,51.363]],["parent/16153",[4357,9.178]],["name/16154",[681,58.27]],["parent/16154",[4357,9.178]],["name/16155",[91,58.075]],["parent/16155",[4296,6.894]],["name/16156",[173,20.78]],["parent/16156",[4358,10.024]],["name/16157",[408,29.731]],["parent/16157",[4359,8.927]],["name/16158",[684,51.363]],["parent/16158",[4359,8.927]],["name/16159",[172,58.075]],["parent/16159",[4359,8.927]],["name/16160",[592,51.363]],["parent/16160",[4359,8.927]],["name/16161",[95,58.075]],["parent/16161",[4296,6.894]],["name/16162",[173,20.78]],["parent/16162",[4360,10.024]],["name/16163",[686,54.532]],["parent/16163",[4361,8.292]],["name/16164",[582,51.363]],["parent/16164",[4361,8.292]],["name/16165",[688,58.27]],["parent/16165",[4361,8.292]],["name/16166",[511,47.317]],["parent/16166",[4361,8.292]],["name/16167",[591,49.811]],["parent/16167",[4361,8.292]],["name/16168",[352,50.243]],["parent/16168",[4361,8.292]],["name/16169",[684,51.363]],["parent/16169",[4361,8.292]],["name/16170",[689,58.27]],["parent/16170",[4361,8.292]],["name/16171",[97,55.911]],["parent/16171",[4296,6.894]],["name/16172",[173,20.78]],["parent/16172",[4362,10.024]],["name/16173",[417,58.075]],["parent/16173",[4363,8.927]],["name/16174",[419,58.075]],["parent/16174",[4363,8.927]],["name/16175",[420,58.075]],["parent/16175",[4363,8.927]],["name/16176",[421,44.394]],["parent/16176",[4363,8.927]],["name/16177",[3002,69.355]],["parent/16177",[129,9.514]],["name/16178",[73,51.562]],["parent/16178",[4364,6.894]],["name/16179",[173,20.78]],["parent/16179",[4365,10.024]],["name/16180",[504,58.27]],["parent/16180",[4366,8.927]],["name/16181",[506,58.27]],["parent/16181",[4366,8.927]],["name/16182",[155,37.858]],["parent/16182",[4366,8.927]],["name/16183",[507,58.27]],["parent/16183",[4366,8.927]],["name/16184",[92,51.167]],["parent/16184",[4364,6.894]],["name/16185",[173,20.78]],["parent/16185",[4367,10.024]],["name/16186",[509,58.27]],["parent/16186",[4368,8.727]],["name/16187",[511,47.317]],["parent/16187",[4368,8.727]],["name/16188",[512,51.363]],["parent/16188",[4368,8.727]],["name/16189",[344,48.357]],["parent/16189",[4368,8.727]],["name/16190",[513,51.363]],["parent/16190",[4368,8.727]],["name/16191",[65,47.186]],["parent/16191",[4364,6.894]],["name/16192",[173,20.78]],["parent/16192",[4369,10.024]],["name/16193",[408,29.731]],["parent/16193",[4370,7.413]],["name/16194",[493,49.276]],["parent/16194",[4370,7.413]],["name/16195",[516,51.363]],["parent/16195",[4370,7.413]],["name/16196",[517,58.27]],["parent/16196",[4370,7.413]],["name/16197",[518,58.27]],["parent/16197",[4370,7.413]],["name/16198",[421,44.394]],["parent/16198",[4370,7.413]],["name/16199",[519,58.27]],["parent/16199",[4370,7.413]],["name/16200",[520,58.27]],["parent/16200",[4370,7.413]],["name/16201",[521,51.363]],["parent/16201",[4370,7.413]],["name/16202",[344,48.357]],["parent/16202",[4370,7.413]],["name/16203",[155,37.858]],["parent/16203",[4370,7.413]],["name/16204",[522,58.27]],["parent/16204",[4370,7.413]],["name/16205",[523,58.27]],["parent/16205",[4370,7.413]],["name/16206",[524,58.27]],["parent/16206",[4370,7.413]],["name/16207",[525,58.27]],["parent/16207",[4370,7.413]],["name/16208",[526,47.618]],["parent/16208",[4370,7.413]],["name/16209",[527,58.27]],["parent/16209",[4370,7.413]],["name/16210",[513,51.363]],["parent/16210",[4370,7.413]],["name/16211",[528,58.27]],["parent/16211",[4370,7.413]],["name/16212",[92,51.167]],["parent/16212",[4370,7.413]],["name/16213",[67,57.883]],["parent/16213",[4364,6.894]],["name/16214",[173,20.78]],["parent/16214",[4371,10.024]],["name/16215",[530,58.27]],["parent/16215",[4372,8.927]],["name/16216",[532,51.363]],["parent/16216",[4372,8.927]],["name/16217",[533,58.27]],["parent/16217",[4372,8.927]],["name/16218",[534,51.363]],["parent/16218",[4372,8.927]],["name/16219",[68,51.167]],["parent/16219",[4364,6.894]],["name/16220",[173,20.78]],["parent/16220",[4373,10.024]],["name/16221",[410,39.926]],["parent/16221",[4374,9.178]],["name/16222",[411,58.075]],["parent/16222",[4374,9.178]],["name/16223",[537,58.27]],["parent/16223",[4374,9.178]],["name/16224",[69,57.883]],["parent/16224",[4364,6.894]],["name/16225",[173,20.78]],["parent/16225",[4375,10.024]],["name/16226",[408,29.731]],["parent/16226",[4376,8.292]],["name/16227",[540,45.268]],["parent/16227",[4376,8.292]],["name/16228",[155,37.858]],["parent/16228",[4376,8.292]],["name/16229",[541,58.27]],["parent/16229",[4376,8.292]],["name/16230",[542,58.27]],["parent/16230",[4376,8.292]],["name/16231",[543,58.27]],["parent/16231",[4376,8.292]],["name/16232",[342,56.068]],["parent/16232",[4376,8.292]],["name/16233",[544,45.905]],["parent/16233",[4376,8.292]],["name/16234",[70,51.167]],["parent/16234",[4364,6.894]],["name/16235",[173,20.78]],["parent/16235",[4377,10.024]],["name/16236",[155,37.858]],["parent/16236",[4378,7.907]],["name/16237",[547,44.444]],["parent/16237",[4378,7.907]],["name/16238",[544,45.905]],["parent/16238",[4378,7.907]],["name/16239",[540,45.268]],["parent/16239",[4378,7.907]],["name/16240",[548,58.27]],["parent/16240",[4378,7.907]],["name/16241",[549,58.27]],["parent/16241",[4378,7.907]],["name/16242",[550,58.27]],["parent/16242",[4378,7.907]],["name/16243",[551,58.27]],["parent/16243",[4378,7.907]],["name/16244",[552,58.27]],["parent/16244",[4378,7.907]],["name/16245",[553,58.27]],["parent/16245",[4378,7.907]],["name/16246",[554,56.227]],["parent/16246",[4378,7.907]],["name/16247",[555,56.227]],["parent/16247",[4378,7.907]],["name/16248",[82,57.511]],["parent/16248",[4364,6.894]],["name/16249",[173,20.78]],["parent/16249",[4379,10.024]],["name/16250",[408,29.731]],["parent/16250",[4380,8.927]],["name/16251",[493,49.276]],["parent/16251",[4380,8.927]],["name/16252",[155,37.858]],["parent/16252",[4380,8.927]],["name/16253",[516,51.363]],["parent/16253",[4380,8.927]],["name/16254",[77,51.167]],["parent/16254",[4364,6.894]],["name/16255",[173,20.78]],["parent/16255",[4381,10.024]],["name/16256",[559,58.27]],["parent/16256",[4382,9.178]],["name/16257",[561,58.27]],["parent/16257",[4382,9.178]],["name/16258",[562,45.295]],["parent/16258",[4382,9.178]],["name/16259",[96,55.911]],["parent/16259",[4364,6.894]],["name/16260",[173,20.78]],["parent/16260",[4383,10.024]],["name/16261",[410,39.926]],["parent/16261",[4384,9.178]],["name/16262",[155,37.858]],["parent/16262",[4384,9.178]],["name/16263",[77,51.167]],["parent/16263",[4384,9.178]],["name/16264",[85,57.978]],["parent/16264",[4364,6.894]],["name/16265",[173,20.78]],["parent/16265",[4385,10.024]],["name/16266",[547,44.444]],["parent/16266",[4386,9.514]],["name/16267",[567,51.363]],["parent/16267",[4386,9.514]],["name/16268",[84,48.96]],["parent/16268",[4364,6.894]],["name/16269",[173,20.78]],["parent/16269",[4387,10.024]],["name/16270",[408,29.731]],["parent/16270",[4388,8.417]],["name/16271",[570,51.363]],["parent/16271",[4388,8.417]],["name/16272",[571,58.27]],["parent/16272",[4388,8.417]],["name/16273",[572,56.227]],["parent/16273",[4388,8.417]],["name/16274",[567,51.363]],["parent/16274",[4388,8.417]],["name/16275",[573,58.27]],["parent/16275",[4388,8.417]],["name/16276",[574,58.27]],["parent/16276",[4388,8.417]],["name/16277",[94,51.023]],["parent/16277",[4364,6.894]],["name/16278",[173,20.78]],["parent/16278",[4389,10.024]],["name/16279",[408,29.731]],["parent/16279",[4390,7.017]],["name/16280",[581,49.316]],["parent/16280",[4390,7.017]],["name/16281",[155,37.858]],["parent/16281",[4390,7.017]],["name/16282",[65,47.186]],["parent/16282",[4390,7.017]],["name/16283",[582,51.363]],["parent/16283",[4390,7.017]],["name/16284",[583,58.27]],["parent/16284",[4390,7.017]],["name/16285",[145,57.978]],["parent/16285",[4390,7.017]],["name/16286",[584,58.27]],["parent/16286",[4390,7.017]],["name/16287",[421,44.394]],["parent/16287",[4390,7.017]],["name/16288",[526,47.618]],["parent/16288",[4390,7.017]],["name/16289",[585,58.27]],["parent/16289",[4390,7.017]],["name/16290",[586,58.27]],["parent/16290",[4390,7.017]],["name/16291",[587,58.27]],["parent/16291",[4390,7.017]],["name/16292",[588,58.27]],["parent/16292",[4390,7.017]],["name/16293",[589,58.27]],["parent/16293",[4390,7.017]],["name/16294",[590,58.27]],["parent/16294",[4390,7.017]],["name/16295",[511,47.317]],["parent/16295",[4390,7.017]],["name/16296",[591,49.811]],["parent/16296",[4390,7.017]],["name/16297",[352,50.243]],["parent/16297",[4390,7.017]],["name/16298",[592,51.363]],["parent/16298",[4390,7.017]],["name/16299",[593,56.227]],["parent/16299",[4390,7.017]],["name/16300",[594,56.227]],["parent/16300",[4390,7.017]],["name/16301",[70,51.167]],["parent/16301",[4390,7.017]],["name/16302",[84,48.96]],["parent/16302",[4390,7.017]],["name/16303",[68,51.167]],["parent/16303",[4390,7.017]],["name/16304",[512,51.363]],["parent/16304",[4390,7.017]],["name/16305",[595,58.27]],["parent/16305",[4390,7.017]],["name/16306",[597,58.27]],["parent/16306",[4390,7.017]],["name/16307",[3030,69.355]],["parent/16307",[4390,7.017]],["name/16308",[387,62.202]],["parent/16308",[4390,7.017]],["name/16309",[71,49.643]],["parent/16309",[4364,6.894]],["name/16310",[173,20.78]],["parent/16310",[4391,10.024]],["name/16311",[599,58.27]],["parent/16311",[4392,9.514]],["name/16312",[601,58.27]],["parent/16312",[4392,9.514]],["name/16313",[72,57.883]],["parent/16313",[4364,6.894]],["name/16314",[173,20.78]],["parent/16314",[4393,10.024]],["name/16315",[408,29.731]],["parent/16315",[4394,8.927]],["name/16316",[562,45.295]],["parent/16316",[4394,8.927]],["name/16317",[604,58.27]],["parent/16317",[4394,8.927]],["name/16318",[605,58.27]],["parent/16318",[4394,8.927]],["name/16319",[74,58.075]],["parent/16319",[4364,6.894]],["name/16320",[173,20.78]],["parent/16320",[4395,10.024]],["name/16321",[408,29.731]],["parent/16321",[4396,8.927]],["name/16322",[410,39.926]],["parent/16322",[4396,8.927]],["name/16323",[521,51.363]],["parent/16323",[4396,8.927]],["name/16324",[608,58.27]],["parent/16324",[4396,8.927]],["name/16325",[75,57.883]],["parent/16325",[4364,6.894]],["name/16326",[173,20.78]],["parent/16326",[4397,10.024]],["name/16327",[410,39.926]],["parent/16327",[4398,9.178]],["name/16328",[611,58.27]],["parent/16328",[4398,9.178]],["name/16329",[612,58.27]],["parent/16329",[4398,9.178]],["name/16330",[76,57.883]],["parent/16330",[4364,6.894]],["name/16331",[173,20.78]],["parent/16331",[4399,10.024]],["name/16332",[408,29.731]],["parent/16332",[4400,8.56]],["name/16333",[615,58.27]],["parent/16333",[4400,8.56]],["name/16334",[71,49.643]],["parent/16334",[4400,8.56]],["name/16335",[570,51.363]],["parent/16335",[4400,8.56]],["name/16336",[616,58.27]],["parent/16336",[4400,8.56]],["name/16337",[617,58.27]],["parent/16337",[4400,8.56]],["name/16338",[78,58.075]],["parent/16338",[4364,6.894]],["name/16339",[173,20.78]],["parent/16339",[4401,10.024]],["name/16340",[619,58.27]],["parent/16340",[4402,8.727]],["name/16341",[621,58.27]],["parent/16341",[4402,8.727]],["name/16342",[622,47.317]],["parent/16342",[4402,8.727]],["name/16343",[623,58.27]],["parent/16343",[4402,8.727]],["name/16344",[624,58.27]],["parent/16344",[4402,8.727]],["name/16345",[98,51.167]],["parent/16345",[4364,6.894]],["name/16346",[173,20.78]],["parent/16346",[4403,10.024]],["name/16347",[626,58.27]],["parent/16347",[4404,10.024]],["name/16348",[93,50.025]],["parent/16348",[4364,6.894]],["name/16349",[173,20.78]],["parent/16349",[4405,10.024]],["name/16350",[629,58.27]],["parent/16350",[4406,9.178]],["name/16351",[631,58.27]],["parent/16351",[4406,9.178]],["name/16352",[632,58.27]],["parent/16352",[4406,9.178]],["name/16353",[79,57.883]],["parent/16353",[4364,6.894]],["name/16354",[173,20.78]],["parent/16354",[4407,10.024]],["name/16355",[581,49.316]],["parent/16355",[4408,7.907]],["name/16356",[547,44.444]],["parent/16356",[4408,7.907]],["name/16357",[544,45.905]],["parent/16357",[4408,7.907]],["name/16358",[635,58.27]],["parent/16358",[4408,7.907]],["name/16359",[636,46.586]],["parent/16359",[4408,7.907]],["name/16360",[637,58.27]],["parent/16360",[4408,7.907]],["name/16361",[98,51.167]],["parent/16361",[4408,7.907]],["name/16362",[93,50.025]],["parent/16362",[4408,7.907]],["name/16363",[638,58.27]],["parent/16363",[4408,7.907]],["name/16364",[639,58.27]],["parent/16364",[4408,7.907]],["name/16365",[640,58.27]],["parent/16365",[4408,7.907]],["name/16366",[534,51.363]],["parent/16366",[4408,7.907]],["name/16367",[80,55.757]],["parent/16367",[4364,6.894]],["name/16368",[173,20.78]],["parent/16368",[4409,10.024]],["name/16369",[408,29.731]],["parent/16369",[4410,9.514]],["name/16370",[547,44.444]],["parent/16370",[4410,9.514]],["name/16371",[81,57.883]],["parent/16371",[4364,6.894]],["name/16372",[173,20.78]],["parent/16372",[4411,10.024]],["name/16373",[644,58.27]],["parent/16373",[4412,8.927]],["name/16374",[173,20.78]],["parent/16374",[4412,8.927]],["name/16375",[646,51.363]],["parent/16375",[4413,8.56]],["name/16376",[636,46.586]],["parent/16376",[4413,8.56]],["name/16377",[622,47.317]],["parent/16377",[4413,8.56]],["name/16378",[648,58.27]],["parent/16378",[4412,8.927]],["name/16379",[173,20.78]],["parent/16379",[4412,8.927]],["name/16380",[646,51.363]],["parent/16380",[4413,8.56]],["name/16381",[636,46.586]],["parent/16381",[4413,8.56]],["name/16382",[622,47.317]],["parent/16382",[4413,8.56]],["name/16383",[83,55.604]],["parent/16383",[4364,6.894]],["name/16384",[173,20.78]],["parent/16384",[4414,10.024]],["name/16385",[65,47.186]],["parent/16385",[4415,8.727]],["name/16386",[421,44.394]],["parent/16386",[4415,8.727]],["name/16387",[408,29.731]],["parent/16387",[4415,8.727]],["name/16388",[94,51.023]],["parent/16388",[4415,8.727]],["name/16389",[540,45.268]],["parent/16389",[4415,8.727]],["name/16390",[651,56.147]],["parent/16390",[4364,6.894]],["name/16391",[86,57.883]],["parent/16391",[4364,6.894]],["name/16392",[173,20.78]],["parent/16392",[4416,10.024]],["name/16393",[653,58.27]],["parent/16393",[4417,8.727]],["name/16394",[655,58.27]],["parent/16394",[4417,8.727]],["name/16395",[656,58.27]],["parent/16395",[4417,8.727]],["name/16396",[657,58.27]],["parent/16396",[4417,8.727]],["name/16397",[658,58.27]],["parent/16397",[4417,8.727]],["name/16398",[87,58.075]],["parent/16398",[4364,6.894]],["name/16399",[173,20.78]],["parent/16399",[4418,10.024]],["name/16400",[408,29.731]],["parent/16400",[4419,8.927]],["name/16401",[661,58.27]],["parent/16401",[4419,8.927]],["name/16402",[662,58.27]],["parent/16402",[4419,8.927]],["name/16403",[663,58.27]],["parent/16403",[4419,8.927]],["name/16404",[88,57.883]],["parent/16404",[4364,6.894]],["name/16405",[173,20.78]],["parent/16405",[4420,10.024]],["name/16406",[408,29.731]],["parent/16406",[4421,8.081]],["name/16407",[340,56.068]],["parent/16407",[4421,8.081]],["name/16408",[666,58.27]],["parent/16408",[4421,8.081]],["name/16409",[334,56.147]],["parent/16409",[4421,8.081]],["name/16410",[667,58.27]],["parent/16410",[4421,8.081]],["name/16411",[668,58.27]],["parent/16411",[4421,8.081]],["name/16412",[669,58.27]],["parent/16412",[4421,8.081]],["name/16413",[670,58.27]],["parent/16413",[4421,8.081]],["name/16414",[671,58.27]],["parent/16414",[4421,8.081]],["name/16415",[672,58.27]],["parent/16415",[4421,8.081]],["name/16416",[89,57.511]],["parent/16416",[4364,6.894]],["name/16417",[173,20.78]],["parent/16417",[4422,10.024]],["name/16418",[408,29.731]],["parent/16418",[4423,8.727]],["name/16419",[675,58.27]],["parent/16419",[4423,8.727]],["name/16420",[676,58.27]],["parent/16420",[4423,8.727]],["name/16421",[677,58.27]],["parent/16421",[4423,8.727]],["name/16422",[678,58.27]],["parent/16422",[4423,8.727]],["name/16423",[90,57.883]],["parent/16423",[4364,6.894]],["name/16424",[173,20.78]],["parent/16424",[4424,10.024]],["name/16425",[562,45.295]],["parent/16425",[4425,9.178]],["name/16426",[532,51.363]],["parent/16426",[4425,9.178]],["name/16427",[681,58.27]],["parent/16427",[4425,9.178]],["name/16428",[91,58.075]],["parent/16428",[4364,6.894]],["name/16429",[173,20.78]],["parent/16429",[4426,10.024]],["name/16430",[408,29.731]],["parent/16430",[4427,8.927]],["name/16431",[684,51.363]],["parent/16431",[4427,8.927]],["name/16432",[172,58.075]],["parent/16432",[4427,8.927]],["name/16433",[592,51.363]],["parent/16433",[4427,8.927]],["name/16434",[95,58.075]],["parent/16434",[4364,6.894]],["name/16435",[173,20.78]],["parent/16435",[4428,10.024]],["name/16436",[686,54.532]],["parent/16436",[4429,8.292]],["name/16437",[582,51.363]],["parent/16437",[4429,8.292]],["name/16438",[688,58.27]],["parent/16438",[4429,8.292]],["name/16439",[511,47.317]],["parent/16439",[4429,8.292]],["name/16440",[591,49.811]],["parent/16440",[4429,8.292]],["name/16441",[352,50.243]],["parent/16441",[4429,8.292]],["name/16442",[684,51.363]],["parent/16442",[4429,8.292]],["name/16443",[689,58.27]],["parent/16443",[4429,8.292]],["name/16444",[97,55.911]],["parent/16444",[4364,6.894]],["name/16445",[173,20.78]],["parent/16445",[4430,10.024]],["name/16446",[417,58.075]],["parent/16446",[4431,8.927]],["name/16447",[419,58.075]],["parent/16447",[4431,8.927]],["name/16448",[420,58.075]],["parent/16448",[4431,8.927]],["name/16449",[421,44.394]],["parent/16449",[4431,8.927]],["name/16450",[3002,69.355]],["parent/16450",[130,9.514]],["name/16451",[73,51.562]],["parent/16451",[4432,6.894]],["name/16452",[173,20.78]],["parent/16452",[4433,10.024]],["name/16453",[504,58.27]],["parent/16453",[4434,8.927]],["name/16454",[506,58.27]],["parent/16454",[4434,8.927]],["name/16455",[155,37.858]],["parent/16455",[4434,8.927]],["name/16456",[507,58.27]],["parent/16456",[4434,8.927]],["name/16457",[92,51.167]],["parent/16457",[4432,6.894]],["name/16458",[173,20.78]],["parent/16458",[4435,10.024]],["name/16459",[509,58.27]],["parent/16459",[4436,8.727]],["name/16460",[511,47.317]],["parent/16460",[4436,8.727]],["name/16461",[512,51.363]],["parent/16461",[4436,8.727]],["name/16462",[344,48.357]],["parent/16462",[4436,8.727]],["name/16463",[513,51.363]],["parent/16463",[4436,8.727]],["name/16464",[65,47.186]],["parent/16464",[4432,6.894]],["name/16465",[173,20.78]],["parent/16465",[4437,10.024]],["name/16466",[408,29.731]],["parent/16466",[4438,7.413]],["name/16467",[493,49.276]],["parent/16467",[4438,7.413]],["name/16468",[516,51.363]],["parent/16468",[4438,7.413]],["name/16469",[517,58.27]],["parent/16469",[4438,7.413]],["name/16470",[518,58.27]],["parent/16470",[4438,7.413]],["name/16471",[421,44.394]],["parent/16471",[4438,7.413]],["name/16472",[519,58.27]],["parent/16472",[4438,7.413]],["name/16473",[520,58.27]],["parent/16473",[4438,7.413]],["name/16474",[521,51.363]],["parent/16474",[4438,7.413]],["name/16475",[344,48.357]],["parent/16475",[4438,7.413]],["name/16476",[155,37.858]],["parent/16476",[4438,7.413]],["name/16477",[522,58.27]],["parent/16477",[4438,7.413]],["name/16478",[523,58.27]],["parent/16478",[4438,7.413]],["name/16479",[524,58.27]],["parent/16479",[4438,7.413]],["name/16480",[525,58.27]],["parent/16480",[4438,7.413]],["name/16481",[526,47.618]],["parent/16481",[4438,7.413]],["name/16482",[527,58.27]],["parent/16482",[4438,7.413]],["name/16483",[513,51.363]],["parent/16483",[4438,7.413]],["name/16484",[528,58.27]],["parent/16484",[4438,7.413]],["name/16485",[92,51.167]],["parent/16485",[4438,7.413]],["name/16486",[67,57.883]],["parent/16486",[4432,6.894]],["name/16487",[173,20.78]],["parent/16487",[4439,10.024]],["name/16488",[530,58.27]],["parent/16488",[4440,8.927]],["name/16489",[532,51.363]],["parent/16489",[4440,8.927]],["name/16490",[533,58.27]],["parent/16490",[4440,8.927]],["name/16491",[534,51.363]],["parent/16491",[4440,8.927]],["name/16492",[68,51.167]],["parent/16492",[4432,6.894]],["name/16493",[173,20.78]],["parent/16493",[4441,10.024]],["name/16494",[410,39.926]],["parent/16494",[4442,9.178]],["name/16495",[411,58.075]],["parent/16495",[4442,9.178]],["name/16496",[537,58.27]],["parent/16496",[4442,9.178]],["name/16497",[69,57.883]],["parent/16497",[4432,6.894]],["name/16498",[173,20.78]],["parent/16498",[4443,10.024]],["name/16499",[408,29.731]],["parent/16499",[4444,8.292]],["name/16500",[540,45.268]],["parent/16500",[4444,8.292]],["name/16501",[155,37.858]],["parent/16501",[4444,8.292]],["name/16502",[541,58.27]],["parent/16502",[4444,8.292]],["name/16503",[542,58.27]],["parent/16503",[4444,8.292]],["name/16504",[543,58.27]],["parent/16504",[4444,8.292]],["name/16505",[342,56.068]],["parent/16505",[4444,8.292]],["name/16506",[544,45.905]],["parent/16506",[4444,8.292]],["name/16507",[70,51.167]],["parent/16507",[4432,6.894]],["name/16508",[173,20.78]],["parent/16508",[4445,10.024]],["name/16509",[155,37.858]],["parent/16509",[4446,7.907]],["name/16510",[547,44.444]],["parent/16510",[4446,7.907]],["name/16511",[544,45.905]],["parent/16511",[4446,7.907]],["name/16512",[540,45.268]],["parent/16512",[4446,7.907]],["name/16513",[548,58.27]],["parent/16513",[4446,7.907]],["name/16514",[549,58.27]],["parent/16514",[4446,7.907]],["name/16515",[550,58.27]],["parent/16515",[4446,7.907]],["name/16516",[551,58.27]],["parent/16516",[4446,7.907]],["name/16517",[552,58.27]],["parent/16517",[4446,7.907]],["name/16518",[553,58.27]],["parent/16518",[4446,7.907]],["name/16519",[554,56.227]],["parent/16519",[4446,7.907]],["name/16520",[555,56.227]],["parent/16520",[4446,7.907]],["name/16521",[82,57.511]],["parent/16521",[4432,6.894]],["name/16522",[173,20.78]],["parent/16522",[4447,10.024]],["name/16523",[408,29.731]],["parent/16523",[4448,8.927]],["name/16524",[493,49.276]],["parent/16524",[4448,8.927]],["name/16525",[155,37.858]],["parent/16525",[4448,8.927]],["name/16526",[516,51.363]],["parent/16526",[4448,8.927]],["name/16527",[77,51.167]],["parent/16527",[4432,6.894]],["name/16528",[173,20.78]],["parent/16528",[4449,10.024]],["name/16529",[559,58.27]],["parent/16529",[4450,9.178]],["name/16530",[561,58.27]],["parent/16530",[4450,9.178]],["name/16531",[562,45.295]],["parent/16531",[4450,9.178]],["name/16532",[96,55.911]],["parent/16532",[4432,6.894]],["name/16533",[173,20.78]],["parent/16533",[4451,10.024]],["name/16534",[410,39.926]],["parent/16534",[4452,9.178]],["name/16535",[155,37.858]],["parent/16535",[4452,9.178]],["name/16536",[77,51.167]],["parent/16536",[4452,9.178]],["name/16537",[85,57.978]],["parent/16537",[4432,6.894]],["name/16538",[173,20.78]],["parent/16538",[4453,10.024]],["name/16539",[547,44.444]],["parent/16539",[4454,9.514]],["name/16540",[567,51.363]],["parent/16540",[4454,9.514]],["name/16541",[84,48.96]],["parent/16541",[4432,6.894]],["name/16542",[173,20.78]],["parent/16542",[4455,10.024]],["name/16543",[408,29.731]],["parent/16543",[4456,8.417]],["name/16544",[570,51.363]],["parent/16544",[4456,8.417]],["name/16545",[571,58.27]],["parent/16545",[4456,8.417]],["name/16546",[572,56.227]],["parent/16546",[4456,8.417]],["name/16547",[567,51.363]],["parent/16547",[4456,8.417]],["name/16548",[573,58.27]],["parent/16548",[4456,8.417]],["name/16549",[574,58.27]],["parent/16549",[4456,8.417]],["name/16550",[94,51.023]],["parent/16550",[4432,6.894]],["name/16551",[173,20.78]],["parent/16551",[4457,10.024]],["name/16552",[408,29.731]],["parent/16552",[4458,7.017]],["name/16553",[581,49.316]],["parent/16553",[4458,7.017]],["name/16554",[155,37.858]],["parent/16554",[4458,7.017]],["name/16555",[65,47.186]],["parent/16555",[4458,7.017]],["name/16556",[582,51.363]],["parent/16556",[4458,7.017]],["name/16557",[583,58.27]],["parent/16557",[4458,7.017]],["name/16558",[145,57.978]],["parent/16558",[4458,7.017]],["name/16559",[584,58.27]],["parent/16559",[4458,7.017]],["name/16560",[421,44.394]],["parent/16560",[4458,7.017]],["name/16561",[526,47.618]],["parent/16561",[4458,7.017]],["name/16562",[585,58.27]],["parent/16562",[4458,7.017]],["name/16563",[586,58.27]],["parent/16563",[4458,7.017]],["name/16564",[587,58.27]],["parent/16564",[4458,7.017]],["name/16565",[588,58.27]],["parent/16565",[4458,7.017]],["name/16566",[589,58.27]],["parent/16566",[4458,7.017]],["name/16567",[590,58.27]],["parent/16567",[4458,7.017]],["name/16568",[511,47.317]],["parent/16568",[4458,7.017]],["name/16569",[591,49.811]],["parent/16569",[4458,7.017]],["name/16570",[352,50.243]],["parent/16570",[4458,7.017]],["name/16571",[592,51.363]],["parent/16571",[4458,7.017]],["name/16572",[593,56.227]],["parent/16572",[4458,7.017]],["name/16573",[594,56.227]],["parent/16573",[4458,7.017]],["name/16574",[70,51.167]],["parent/16574",[4458,7.017]],["name/16575",[84,48.96]],["parent/16575",[4458,7.017]],["name/16576",[68,51.167]],["parent/16576",[4458,7.017]],["name/16577",[512,51.363]],["parent/16577",[4458,7.017]],["name/16578",[595,58.27]],["parent/16578",[4458,7.017]],["name/16579",[597,58.27]],["parent/16579",[4458,7.017]],["name/16580",[3030,69.355]],["parent/16580",[4458,7.017]],["name/16581",[387,62.202]],["parent/16581",[4458,7.017]],["name/16582",[71,49.643]],["parent/16582",[4432,6.894]],["name/16583",[173,20.78]],["parent/16583",[4459,10.024]],["name/16584",[599,58.27]],["parent/16584",[4460,9.514]],["name/16585",[601,58.27]],["parent/16585",[4460,9.514]],["name/16586",[72,57.883]],["parent/16586",[4432,6.894]],["name/16587",[173,20.78]],["parent/16587",[4461,10.024]],["name/16588",[408,29.731]],["parent/16588",[4462,8.927]],["name/16589",[562,45.295]],["parent/16589",[4462,8.927]],["name/16590",[604,58.27]],["parent/16590",[4462,8.927]],["name/16591",[605,58.27]],["parent/16591",[4462,8.927]],["name/16592",[74,58.075]],["parent/16592",[4432,6.894]],["name/16593",[173,20.78]],["parent/16593",[4463,10.024]],["name/16594",[408,29.731]],["parent/16594",[4464,8.927]],["name/16595",[410,39.926]],["parent/16595",[4464,8.927]],["name/16596",[521,51.363]],["parent/16596",[4464,8.927]],["name/16597",[608,58.27]],["parent/16597",[4464,8.927]],["name/16598",[75,57.883]],["parent/16598",[4432,6.894]],["name/16599",[173,20.78]],["parent/16599",[4465,10.024]],["name/16600",[410,39.926]],["parent/16600",[4466,9.178]],["name/16601",[611,58.27]],["parent/16601",[4466,9.178]],["name/16602",[612,58.27]],["parent/16602",[4466,9.178]],["name/16603",[76,57.883]],["parent/16603",[4432,6.894]],["name/16604",[173,20.78]],["parent/16604",[4467,10.024]],["name/16605",[408,29.731]],["parent/16605",[4468,8.56]],["name/16606",[615,58.27]],["parent/16606",[4468,8.56]],["name/16607",[71,49.643]],["parent/16607",[4468,8.56]],["name/16608",[570,51.363]],["parent/16608",[4468,8.56]],["name/16609",[616,58.27]],["parent/16609",[4468,8.56]],["name/16610",[617,58.27]],["parent/16610",[4468,8.56]],["name/16611",[78,58.075]],["parent/16611",[4432,6.894]],["name/16612",[173,20.78]],["parent/16612",[4469,10.024]],["name/16613",[619,58.27]],["parent/16613",[4470,8.727]],["name/16614",[621,58.27]],["parent/16614",[4470,8.727]],["name/16615",[622,47.317]],["parent/16615",[4470,8.727]],["name/16616",[623,58.27]],["parent/16616",[4470,8.727]],["name/16617",[624,58.27]],["parent/16617",[4470,8.727]],["name/16618",[98,51.167]],["parent/16618",[4432,6.894]],["name/16619",[173,20.78]],["parent/16619",[4471,10.024]],["name/16620",[626,58.27]],["parent/16620",[4472,10.024]],["name/16621",[93,50.025]],["parent/16621",[4432,6.894]],["name/16622",[173,20.78]],["parent/16622",[4473,10.024]],["name/16623",[629,58.27]],["parent/16623",[4474,9.178]],["name/16624",[631,58.27]],["parent/16624",[4474,9.178]],["name/16625",[632,58.27]],["parent/16625",[4474,9.178]],["name/16626",[79,57.883]],["parent/16626",[4432,6.894]],["name/16627",[173,20.78]],["parent/16627",[4475,10.024]],["name/16628",[581,49.316]],["parent/16628",[4476,7.907]],["name/16629",[547,44.444]],["parent/16629",[4476,7.907]],["name/16630",[544,45.905]],["parent/16630",[4476,7.907]],["name/16631",[635,58.27]],["parent/16631",[4476,7.907]],["name/16632",[636,46.586]],["parent/16632",[4476,7.907]],["name/16633",[637,58.27]],["parent/16633",[4476,7.907]],["name/16634",[98,51.167]],["parent/16634",[4476,7.907]],["name/16635",[93,50.025]],["parent/16635",[4476,7.907]],["name/16636",[638,58.27]],["parent/16636",[4476,7.907]],["name/16637",[639,58.27]],["parent/16637",[4476,7.907]],["name/16638",[640,58.27]],["parent/16638",[4476,7.907]],["name/16639",[534,51.363]],["parent/16639",[4476,7.907]],["name/16640",[80,55.757]],["parent/16640",[4432,6.894]],["name/16641",[173,20.78]],["parent/16641",[4477,10.024]],["name/16642",[408,29.731]],["parent/16642",[4478,9.514]],["name/16643",[547,44.444]],["parent/16643",[4478,9.514]],["name/16644",[81,57.883]],["parent/16644",[4432,6.894]],["name/16645",[173,20.78]],["parent/16645",[4479,10.024]],["name/16646",[644,58.27]],["parent/16646",[4480,8.927]],["name/16647",[173,20.78]],["parent/16647",[4480,8.927]],["name/16648",[646,51.363]],["parent/16648",[4481,8.56]],["name/16649",[636,46.586]],["parent/16649",[4481,8.56]],["name/16650",[622,47.317]],["parent/16650",[4481,8.56]],["name/16651",[648,58.27]],["parent/16651",[4480,8.927]],["name/16652",[173,20.78]],["parent/16652",[4480,8.927]],["name/16653",[646,51.363]],["parent/16653",[4481,8.56]],["name/16654",[636,46.586]],["parent/16654",[4481,8.56]],["name/16655",[622,47.317]],["parent/16655",[4481,8.56]],["name/16656",[83,55.604]],["parent/16656",[4432,6.894]],["name/16657",[173,20.78]],["parent/16657",[4482,10.024]],["name/16658",[65,47.186]],["parent/16658",[4483,8.727]],["name/16659",[421,44.394]],["parent/16659",[4483,8.727]],["name/16660",[408,29.731]],["parent/16660",[4483,8.727]],["name/16661",[94,51.023]],["parent/16661",[4483,8.727]],["name/16662",[540,45.268]],["parent/16662",[4483,8.727]],["name/16663",[651,56.147]],["parent/16663",[4432,6.894]],["name/16664",[86,57.883]],["parent/16664",[4432,6.894]],["name/16665",[173,20.78]],["parent/16665",[4484,10.024]],["name/16666",[653,58.27]],["parent/16666",[4485,8.727]],["name/16667",[655,58.27]],["parent/16667",[4485,8.727]],["name/16668",[656,58.27]],["parent/16668",[4485,8.727]],["name/16669",[657,58.27]],["parent/16669",[4485,8.727]],["name/16670",[658,58.27]],["parent/16670",[4485,8.727]],["name/16671",[87,58.075]],["parent/16671",[4432,6.894]],["name/16672",[173,20.78]],["parent/16672",[4486,10.024]],["name/16673",[408,29.731]],["parent/16673",[4487,8.927]],["name/16674",[661,58.27]],["parent/16674",[4487,8.927]],["name/16675",[662,58.27]],["parent/16675",[4487,8.927]],["name/16676",[663,58.27]],["parent/16676",[4487,8.927]],["name/16677",[88,57.883]],["parent/16677",[4432,6.894]],["name/16678",[173,20.78]],["parent/16678",[4488,10.024]],["name/16679",[408,29.731]],["parent/16679",[4489,8.081]],["name/16680",[340,56.068]],["parent/16680",[4489,8.081]],["name/16681",[666,58.27]],["parent/16681",[4489,8.081]],["name/16682",[334,56.147]],["parent/16682",[4489,8.081]],["name/16683",[667,58.27]],["parent/16683",[4489,8.081]],["name/16684",[668,58.27]],["parent/16684",[4489,8.081]],["name/16685",[669,58.27]],["parent/16685",[4489,8.081]],["name/16686",[670,58.27]],["parent/16686",[4489,8.081]],["name/16687",[671,58.27]],["parent/16687",[4489,8.081]],["name/16688",[672,58.27]],["parent/16688",[4489,8.081]],["name/16689",[89,57.511]],["parent/16689",[4432,6.894]],["name/16690",[173,20.78]],["parent/16690",[4490,10.024]],["name/16691",[408,29.731]],["parent/16691",[4491,8.727]],["name/16692",[675,58.27]],["parent/16692",[4491,8.727]],["name/16693",[676,58.27]],["parent/16693",[4491,8.727]],["name/16694",[677,58.27]],["parent/16694",[4491,8.727]],["name/16695",[678,58.27]],["parent/16695",[4491,8.727]],["name/16696",[90,57.883]],["parent/16696",[4432,6.894]],["name/16697",[173,20.78]],["parent/16697",[4492,10.024]],["name/16698",[562,45.295]],["parent/16698",[4493,9.178]],["name/16699",[532,51.363]],["parent/16699",[4493,9.178]],["name/16700",[681,58.27]],["parent/16700",[4493,9.178]],["name/16701",[91,58.075]],["parent/16701",[4432,6.894]],["name/16702",[173,20.78]],["parent/16702",[4494,10.024]],["name/16703",[408,29.731]],["parent/16703",[4495,8.927]],["name/16704",[684,51.363]],["parent/16704",[4495,8.927]],["name/16705",[172,58.075]],["parent/16705",[4495,8.927]],["name/16706",[592,51.363]],["parent/16706",[4495,8.927]],["name/16707",[95,58.075]],["parent/16707",[4432,6.894]],["name/16708",[173,20.78]],["parent/16708",[4496,10.024]],["name/16709",[686,54.532]],["parent/16709",[4497,8.292]],["name/16710",[582,51.363]],["parent/16710",[4497,8.292]],["name/16711",[688,58.27]],["parent/16711",[4497,8.292]],["name/16712",[511,47.317]],["parent/16712",[4497,8.292]],["name/16713",[591,49.811]],["parent/16713",[4497,8.292]],["name/16714",[352,50.243]],["parent/16714",[4497,8.292]],["name/16715",[684,51.363]],["parent/16715",[4497,8.292]],["name/16716",[689,58.27]],["parent/16716",[4497,8.292]],["name/16717",[97,55.911]],["parent/16717",[4432,6.894]],["name/16718",[173,20.78]],["parent/16718",[4498,10.024]],["name/16719",[417,58.075]],["parent/16719",[4499,8.927]],["name/16720",[419,58.075]],["parent/16720",[4499,8.927]],["name/16721",[420,58.075]],["parent/16721",[4499,8.927]],["name/16722",[421,44.394]],["parent/16722",[4499,8.927]],["name/16723",[3002,69.355]],["parent/16723",[131,9.514]],["name/16724",[73,51.562]],["parent/16724",[4500,6.894]],["name/16725",[173,20.78]],["parent/16725",[4501,10.024]],["name/16726",[504,58.27]],["parent/16726",[4502,8.927]],["name/16727",[506,58.27]],["parent/16727",[4502,8.927]],["name/16728",[155,37.858]],["parent/16728",[4502,8.927]],["name/16729",[507,58.27]],["parent/16729",[4502,8.927]],["name/16730",[92,51.167]],["parent/16730",[4500,6.894]],["name/16731",[173,20.78]],["parent/16731",[4503,10.024]],["name/16732",[509,58.27]],["parent/16732",[4504,8.727]],["name/16733",[511,47.317]],["parent/16733",[4504,8.727]],["name/16734",[512,51.363]],["parent/16734",[4504,8.727]],["name/16735",[344,48.357]],["parent/16735",[4504,8.727]],["name/16736",[513,51.363]],["parent/16736",[4504,8.727]],["name/16737",[65,47.186]],["parent/16737",[4500,6.894]],["name/16738",[173,20.78]],["parent/16738",[4505,10.024]],["name/16739",[408,29.731]],["parent/16739",[4506,7.413]],["name/16740",[493,49.276]],["parent/16740",[4506,7.413]],["name/16741",[516,51.363]],["parent/16741",[4506,7.413]],["name/16742",[517,58.27]],["parent/16742",[4506,7.413]],["name/16743",[518,58.27]],["parent/16743",[4506,7.413]],["name/16744",[421,44.394]],["parent/16744",[4506,7.413]],["name/16745",[519,58.27]],["parent/16745",[4506,7.413]],["name/16746",[520,58.27]],["parent/16746",[4506,7.413]],["name/16747",[521,51.363]],["parent/16747",[4506,7.413]],["name/16748",[344,48.357]],["parent/16748",[4506,7.413]],["name/16749",[155,37.858]],["parent/16749",[4506,7.413]],["name/16750",[522,58.27]],["parent/16750",[4506,7.413]],["name/16751",[523,58.27]],["parent/16751",[4506,7.413]],["name/16752",[524,58.27]],["parent/16752",[4506,7.413]],["name/16753",[525,58.27]],["parent/16753",[4506,7.413]],["name/16754",[526,47.618]],["parent/16754",[4506,7.413]],["name/16755",[527,58.27]],["parent/16755",[4506,7.413]],["name/16756",[513,51.363]],["parent/16756",[4506,7.413]],["name/16757",[528,58.27]],["parent/16757",[4506,7.413]],["name/16758",[92,51.167]],["parent/16758",[4506,7.413]],["name/16759",[67,57.883]],["parent/16759",[4500,6.894]],["name/16760",[173,20.78]],["parent/16760",[4507,10.024]],["name/16761",[530,58.27]],["parent/16761",[4508,8.927]],["name/16762",[532,51.363]],["parent/16762",[4508,8.927]],["name/16763",[533,58.27]],["parent/16763",[4508,8.927]],["name/16764",[534,51.363]],["parent/16764",[4508,8.927]],["name/16765",[68,51.167]],["parent/16765",[4500,6.894]],["name/16766",[173,20.78]],["parent/16766",[4509,10.024]],["name/16767",[410,39.926]],["parent/16767",[4510,9.178]],["name/16768",[411,58.075]],["parent/16768",[4510,9.178]],["name/16769",[537,58.27]],["parent/16769",[4510,9.178]],["name/16770",[69,57.883]],["parent/16770",[4500,6.894]],["name/16771",[173,20.78]],["parent/16771",[4511,10.024]],["name/16772",[408,29.731]],["parent/16772",[4512,8.292]],["name/16773",[540,45.268]],["parent/16773",[4512,8.292]],["name/16774",[155,37.858]],["parent/16774",[4512,8.292]],["name/16775",[541,58.27]],["parent/16775",[4512,8.292]],["name/16776",[542,58.27]],["parent/16776",[4512,8.292]],["name/16777",[543,58.27]],["parent/16777",[4512,8.292]],["name/16778",[342,56.068]],["parent/16778",[4512,8.292]],["name/16779",[544,45.905]],["parent/16779",[4512,8.292]],["name/16780",[70,51.167]],["parent/16780",[4500,6.894]],["name/16781",[173,20.78]],["parent/16781",[4513,10.024]],["name/16782",[155,37.858]],["parent/16782",[4514,7.907]],["name/16783",[547,44.444]],["parent/16783",[4514,7.907]],["name/16784",[544,45.905]],["parent/16784",[4514,7.907]],["name/16785",[540,45.268]],["parent/16785",[4514,7.907]],["name/16786",[548,58.27]],["parent/16786",[4514,7.907]],["name/16787",[549,58.27]],["parent/16787",[4514,7.907]],["name/16788",[550,58.27]],["parent/16788",[4514,7.907]],["name/16789",[551,58.27]],["parent/16789",[4514,7.907]],["name/16790",[552,58.27]],["parent/16790",[4514,7.907]],["name/16791",[553,58.27]],["parent/16791",[4514,7.907]],["name/16792",[554,56.227]],["parent/16792",[4514,7.907]],["name/16793",[555,56.227]],["parent/16793",[4514,7.907]],["name/16794",[82,57.511]],["parent/16794",[4500,6.894]],["name/16795",[173,20.78]],["parent/16795",[4515,10.024]],["name/16796",[408,29.731]],["parent/16796",[4516,8.927]],["name/16797",[493,49.276]],["parent/16797",[4516,8.927]],["name/16798",[155,37.858]],["parent/16798",[4516,8.927]],["name/16799",[516,51.363]],["parent/16799",[4516,8.927]],["name/16800",[77,51.167]],["parent/16800",[4500,6.894]],["name/16801",[173,20.78]],["parent/16801",[4517,10.024]],["name/16802",[559,58.27]],["parent/16802",[4518,9.178]],["name/16803",[561,58.27]],["parent/16803",[4518,9.178]],["name/16804",[562,45.295]],["parent/16804",[4518,9.178]],["name/16805",[96,55.911]],["parent/16805",[4500,6.894]],["name/16806",[173,20.78]],["parent/16806",[4519,10.024]],["name/16807",[410,39.926]],["parent/16807",[4520,9.178]],["name/16808",[155,37.858]],["parent/16808",[4520,9.178]],["name/16809",[77,51.167]],["parent/16809",[4520,9.178]],["name/16810",[85,57.978]],["parent/16810",[4500,6.894]],["name/16811",[173,20.78]],["parent/16811",[4521,10.024]],["name/16812",[547,44.444]],["parent/16812",[4522,9.514]],["name/16813",[567,51.363]],["parent/16813",[4522,9.514]],["name/16814",[84,48.96]],["parent/16814",[4500,6.894]],["name/16815",[173,20.78]],["parent/16815",[4523,10.024]],["name/16816",[408,29.731]],["parent/16816",[4524,8.417]],["name/16817",[570,51.363]],["parent/16817",[4524,8.417]],["name/16818",[571,58.27]],["parent/16818",[4524,8.417]],["name/16819",[572,56.227]],["parent/16819",[4524,8.417]],["name/16820",[567,51.363]],["parent/16820",[4524,8.417]],["name/16821",[573,58.27]],["parent/16821",[4524,8.417]],["name/16822",[574,58.27]],["parent/16822",[4524,8.417]],["name/16823",[94,51.023]],["parent/16823",[4500,6.894]],["name/16824",[173,20.78]],["parent/16824",[4525,10.024]],["name/16825",[408,29.731]],["parent/16825",[4526,7.017]],["name/16826",[581,49.316]],["parent/16826",[4526,7.017]],["name/16827",[155,37.858]],["parent/16827",[4526,7.017]],["name/16828",[65,47.186]],["parent/16828",[4526,7.017]],["name/16829",[582,51.363]],["parent/16829",[4526,7.017]],["name/16830",[583,58.27]],["parent/16830",[4526,7.017]],["name/16831",[145,57.978]],["parent/16831",[4526,7.017]],["name/16832",[584,58.27]],["parent/16832",[4526,7.017]],["name/16833",[421,44.394]],["parent/16833",[4526,7.017]],["name/16834",[526,47.618]],["parent/16834",[4526,7.017]],["name/16835",[585,58.27]],["parent/16835",[4526,7.017]],["name/16836",[586,58.27]],["parent/16836",[4526,7.017]],["name/16837",[587,58.27]],["parent/16837",[4526,7.017]],["name/16838",[588,58.27]],["parent/16838",[4526,7.017]],["name/16839",[589,58.27]],["parent/16839",[4526,7.017]],["name/16840",[590,58.27]],["parent/16840",[4526,7.017]],["name/16841",[511,47.317]],["parent/16841",[4526,7.017]],["name/16842",[591,49.811]],["parent/16842",[4526,7.017]],["name/16843",[352,50.243]],["parent/16843",[4526,7.017]],["name/16844",[592,51.363]],["parent/16844",[4526,7.017]],["name/16845",[593,56.227]],["parent/16845",[4526,7.017]],["name/16846",[594,56.227]],["parent/16846",[4526,7.017]],["name/16847",[70,51.167]],["parent/16847",[4526,7.017]],["name/16848",[84,48.96]],["parent/16848",[4526,7.017]],["name/16849",[68,51.167]],["parent/16849",[4526,7.017]],["name/16850",[512,51.363]],["parent/16850",[4526,7.017]],["name/16851",[595,58.27]],["parent/16851",[4526,7.017]],["name/16852",[597,58.27]],["parent/16852",[4526,7.017]],["name/16853",[3030,69.355]],["parent/16853",[4526,7.017]],["name/16854",[387,62.202]],["parent/16854",[4526,7.017]],["name/16855",[71,49.643]],["parent/16855",[4500,6.894]],["name/16856",[173,20.78]],["parent/16856",[4527,10.024]],["name/16857",[599,58.27]],["parent/16857",[4528,9.514]],["name/16858",[601,58.27]],["parent/16858",[4528,9.514]],["name/16859",[72,57.883]],["parent/16859",[4500,6.894]],["name/16860",[173,20.78]],["parent/16860",[4529,10.024]],["name/16861",[408,29.731]],["parent/16861",[4530,8.927]],["name/16862",[562,45.295]],["parent/16862",[4530,8.927]],["name/16863",[604,58.27]],["parent/16863",[4530,8.927]],["name/16864",[605,58.27]],["parent/16864",[4530,8.927]],["name/16865",[74,58.075]],["parent/16865",[4500,6.894]],["name/16866",[173,20.78]],["parent/16866",[4531,10.024]],["name/16867",[408,29.731]],["parent/16867",[4532,8.927]],["name/16868",[410,39.926]],["parent/16868",[4532,8.927]],["name/16869",[521,51.363]],["parent/16869",[4532,8.927]],["name/16870",[608,58.27]],["parent/16870",[4532,8.927]],["name/16871",[75,57.883]],["parent/16871",[4500,6.894]],["name/16872",[173,20.78]],["parent/16872",[4533,10.024]],["name/16873",[410,39.926]],["parent/16873",[4534,9.178]],["name/16874",[611,58.27]],["parent/16874",[4534,9.178]],["name/16875",[612,58.27]],["parent/16875",[4534,9.178]],["name/16876",[76,57.883]],["parent/16876",[4500,6.894]],["name/16877",[173,20.78]],["parent/16877",[4535,10.024]],["name/16878",[408,29.731]],["parent/16878",[4536,8.56]],["name/16879",[615,58.27]],["parent/16879",[4536,8.56]],["name/16880",[71,49.643]],["parent/16880",[4536,8.56]],["name/16881",[570,51.363]],["parent/16881",[4536,8.56]],["name/16882",[616,58.27]],["parent/16882",[4536,8.56]],["name/16883",[617,58.27]],["parent/16883",[4536,8.56]],["name/16884",[78,58.075]],["parent/16884",[4500,6.894]],["name/16885",[173,20.78]],["parent/16885",[4537,10.024]],["name/16886",[619,58.27]],["parent/16886",[4538,8.727]],["name/16887",[621,58.27]],["parent/16887",[4538,8.727]],["name/16888",[622,47.317]],["parent/16888",[4538,8.727]],["name/16889",[623,58.27]],["parent/16889",[4538,8.727]],["name/16890",[624,58.27]],["parent/16890",[4538,8.727]],["name/16891",[98,51.167]],["parent/16891",[4500,6.894]],["name/16892",[173,20.78]],["parent/16892",[4539,10.024]],["name/16893",[626,58.27]],["parent/16893",[4540,10.024]],["name/16894",[93,50.025]],["parent/16894",[4500,6.894]],["name/16895",[173,20.78]],["parent/16895",[4541,10.024]],["name/16896",[629,58.27]],["parent/16896",[4542,9.178]],["name/16897",[631,58.27]],["parent/16897",[4542,9.178]],["name/16898",[632,58.27]],["parent/16898",[4542,9.178]],["name/16899",[79,57.883]],["parent/16899",[4500,6.894]],["name/16900",[173,20.78]],["parent/16900",[4543,10.024]],["name/16901",[581,49.316]],["parent/16901",[4544,7.907]],["name/16902",[547,44.444]],["parent/16902",[4544,7.907]],["name/16903",[544,45.905]],["parent/16903",[4544,7.907]],["name/16904",[635,58.27]],["parent/16904",[4544,7.907]],["name/16905",[636,46.586]],["parent/16905",[4544,7.907]],["name/16906",[637,58.27]],["parent/16906",[4544,7.907]],["name/16907",[98,51.167]],["parent/16907",[4544,7.907]],["name/16908",[93,50.025]],["parent/16908",[4544,7.907]],["name/16909",[638,58.27]],["parent/16909",[4544,7.907]],["name/16910",[639,58.27]],["parent/16910",[4544,7.907]],["name/16911",[640,58.27]],["parent/16911",[4544,7.907]],["name/16912",[534,51.363]],["parent/16912",[4544,7.907]],["name/16913",[80,55.757]],["parent/16913",[4500,6.894]],["name/16914",[173,20.78]],["parent/16914",[4545,10.024]],["name/16915",[408,29.731]],["parent/16915",[4546,9.514]],["name/16916",[547,44.444]],["parent/16916",[4546,9.514]],["name/16917",[81,57.883]],["parent/16917",[4500,6.894]],["name/16918",[173,20.78]],["parent/16918",[4547,10.024]],["name/16919",[644,58.27]],["parent/16919",[4548,8.927]],["name/16920",[173,20.78]],["parent/16920",[4548,8.927]],["name/16921",[646,51.363]],["parent/16921",[4549,8.56]],["name/16922",[636,46.586]],["parent/16922",[4549,8.56]],["name/16923",[622,47.317]],["parent/16923",[4549,8.56]],["name/16924",[648,58.27]],["parent/16924",[4548,8.927]],["name/16925",[173,20.78]],["parent/16925",[4548,8.927]],["name/16926",[646,51.363]],["parent/16926",[4549,8.56]],["name/16927",[636,46.586]],["parent/16927",[4549,8.56]],["name/16928",[622,47.317]],["parent/16928",[4549,8.56]],["name/16929",[83,55.604]],["parent/16929",[4500,6.894]],["name/16930",[173,20.78]],["parent/16930",[4550,10.024]],["name/16931",[65,47.186]],["parent/16931",[4551,8.727]],["name/16932",[421,44.394]],["parent/16932",[4551,8.727]],["name/16933",[408,29.731]],["parent/16933",[4551,8.727]],["name/16934",[94,51.023]],["parent/16934",[4551,8.727]],["name/16935",[540,45.268]],["parent/16935",[4551,8.727]],["name/16936",[651,56.147]],["parent/16936",[4500,6.894]],["name/16937",[86,57.883]],["parent/16937",[4500,6.894]],["name/16938",[173,20.78]],["parent/16938",[4552,10.024]],["name/16939",[653,58.27]],["parent/16939",[4553,8.727]],["name/16940",[655,58.27]],["parent/16940",[4553,8.727]],["name/16941",[656,58.27]],["parent/16941",[4553,8.727]],["name/16942",[657,58.27]],["parent/16942",[4553,8.727]],["name/16943",[658,58.27]],["parent/16943",[4553,8.727]],["name/16944",[87,58.075]],["parent/16944",[4500,6.894]],["name/16945",[173,20.78]],["parent/16945",[4554,10.024]],["name/16946",[408,29.731]],["parent/16946",[4555,8.927]],["name/16947",[661,58.27]],["parent/16947",[4555,8.927]],["name/16948",[662,58.27]],["parent/16948",[4555,8.927]],["name/16949",[663,58.27]],["parent/16949",[4555,8.927]],["name/16950",[88,57.883]],["parent/16950",[4500,6.894]],["name/16951",[173,20.78]],["parent/16951",[4556,10.024]],["name/16952",[408,29.731]],["parent/16952",[4557,8.081]],["name/16953",[340,56.068]],["parent/16953",[4557,8.081]],["name/16954",[666,58.27]],["parent/16954",[4557,8.081]],["name/16955",[334,56.147]],["parent/16955",[4557,8.081]],["name/16956",[667,58.27]],["parent/16956",[4557,8.081]],["name/16957",[668,58.27]],["parent/16957",[4557,8.081]],["name/16958",[669,58.27]],["parent/16958",[4557,8.081]],["name/16959",[670,58.27]],["parent/16959",[4557,8.081]],["name/16960",[671,58.27]],["parent/16960",[4557,8.081]],["name/16961",[672,58.27]],["parent/16961",[4557,8.081]],["name/16962",[89,57.511]],["parent/16962",[4500,6.894]],["name/16963",[173,20.78]],["parent/16963",[4558,10.024]],["name/16964",[408,29.731]],["parent/16964",[4559,8.727]],["name/16965",[675,58.27]],["parent/16965",[4559,8.727]],["name/16966",[676,58.27]],["parent/16966",[4559,8.727]],["name/16967",[677,58.27]],["parent/16967",[4559,8.727]],["name/16968",[678,58.27]],["parent/16968",[4559,8.727]],["name/16969",[90,57.883]],["parent/16969",[4500,6.894]],["name/16970",[173,20.78]],["parent/16970",[4560,10.024]],["name/16971",[562,45.295]],["parent/16971",[4561,9.178]],["name/16972",[532,51.363]],["parent/16972",[4561,9.178]],["name/16973",[681,58.27]],["parent/16973",[4561,9.178]],["name/16974",[91,58.075]],["parent/16974",[4500,6.894]],["name/16975",[173,20.78]],["parent/16975",[4562,10.024]],["name/16976",[408,29.731]],["parent/16976",[4563,8.927]],["name/16977",[684,51.363]],["parent/16977",[4563,8.927]],["name/16978",[172,58.075]],["parent/16978",[4563,8.927]],["name/16979",[592,51.363]],["parent/16979",[4563,8.927]],["name/16980",[95,58.075]],["parent/16980",[4500,6.894]],["name/16981",[173,20.78]],["parent/16981",[4564,10.024]],["name/16982",[686,54.532]],["parent/16982",[4565,8.292]],["name/16983",[582,51.363]],["parent/16983",[4565,8.292]],["name/16984",[688,58.27]],["parent/16984",[4565,8.292]],["name/16985",[511,47.317]],["parent/16985",[4565,8.292]],["name/16986",[591,49.811]],["parent/16986",[4565,8.292]],["name/16987",[352,50.243]],["parent/16987",[4565,8.292]],["name/16988",[684,51.363]],["parent/16988",[4565,8.292]],["name/16989",[689,58.27]],["parent/16989",[4565,8.292]],["name/16990",[97,55.911]],["parent/16990",[4500,6.894]],["name/16991",[173,20.78]],["parent/16991",[4566,10.024]],["name/16992",[417,58.075]],["parent/16992",[4567,8.927]],["name/16993",[419,58.075]],["parent/16993",[4567,8.927]],["name/16994",[420,58.075]],["parent/16994",[4567,8.927]],["name/16995",[421,44.394]],["parent/16995",[4567,8.927]],["name/16996",[3002,69.355]],["parent/16996",[132,9.514]],["name/16997",[73,51.562]],["parent/16997",[4568,6.894]],["name/16998",[173,20.78]],["parent/16998",[4569,10.024]],["name/16999",[504,58.27]],["parent/16999",[4570,8.927]],["name/17000",[506,58.27]],["parent/17000",[4570,8.927]],["name/17001",[155,37.858]],["parent/17001",[4570,8.927]],["name/17002",[507,58.27]],["parent/17002",[4570,8.927]],["name/17003",[92,51.167]],["parent/17003",[4568,6.894]],["name/17004",[173,20.78]],["parent/17004",[4571,10.024]],["name/17005",[509,58.27]],["parent/17005",[4572,8.727]],["name/17006",[511,47.317]],["parent/17006",[4572,8.727]],["name/17007",[512,51.363]],["parent/17007",[4572,8.727]],["name/17008",[344,48.357]],["parent/17008",[4572,8.727]],["name/17009",[513,51.363]],["parent/17009",[4572,8.727]],["name/17010",[65,47.186]],["parent/17010",[4568,6.894]],["name/17011",[173,20.78]],["parent/17011",[4573,10.024]],["name/17012",[408,29.731]],["parent/17012",[4574,7.413]],["name/17013",[493,49.276]],["parent/17013",[4574,7.413]],["name/17014",[516,51.363]],["parent/17014",[4574,7.413]],["name/17015",[517,58.27]],["parent/17015",[4574,7.413]],["name/17016",[518,58.27]],["parent/17016",[4574,7.413]],["name/17017",[421,44.394]],["parent/17017",[4574,7.413]],["name/17018",[519,58.27]],["parent/17018",[4574,7.413]],["name/17019",[520,58.27]],["parent/17019",[4574,7.413]],["name/17020",[521,51.363]],["parent/17020",[4574,7.413]],["name/17021",[344,48.357]],["parent/17021",[4574,7.413]],["name/17022",[155,37.858]],["parent/17022",[4574,7.413]],["name/17023",[522,58.27]],["parent/17023",[4574,7.413]],["name/17024",[523,58.27]],["parent/17024",[4574,7.413]],["name/17025",[524,58.27]],["parent/17025",[4574,7.413]],["name/17026",[525,58.27]],["parent/17026",[4574,7.413]],["name/17027",[526,47.618]],["parent/17027",[4574,7.413]],["name/17028",[527,58.27]],["parent/17028",[4574,7.413]],["name/17029",[513,51.363]],["parent/17029",[4574,7.413]],["name/17030",[528,58.27]],["parent/17030",[4574,7.413]],["name/17031",[92,51.167]],["parent/17031",[4574,7.413]],["name/17032",[67,57.883]],["parent/17032",[4568,6.894]],["name/17033",[173,20.78]],["parent/17033",[4575,10.024]],["name/17034",[530,58.27]],["parent/17034",[4576,8.927]],["name/17035",[532,51.363]],["parent/17035",[4576,8.927]],["name/17036",[533,58.27]],["parent/17036",[4576,8.927]],["name/17037",[534,51.363]],["parent/17037",[4576,8.927]],["name/17038",[68,51.167]],["parent/17038",[4568,6.894]],["name/17039",[173,20.78]],["parent/17039",[4577,10.024]],["name/17040",[410,39.926]],["parent/17040",[4578,9.178]],["name/17041",[411,58.075]],["parent/17041",[4578,9.178]],["name/17042",[537,58.27]],["parent/17042",[4578,9.178]],["name/17043",[69,57.883]],["parent/17043",[4568,6.894]],["name/17044",[173,20.78]],["parent/17044",[4579,10.024]],["name/17045",[408,29.731]],["parent/17045",[4580,8.292]],["name/17046",[540,45.268]],["parent/17046",[4580,8.292]],["name/17047",[155,37.858]],["parent/17047",[4580,8.292]],["name/17048",[541,58.27]],["parent/17048",[4580,8.292]],["name/17049",[542,58.27]],["parent/17049",[4580,8.292]],["name/17050",[543,58.27]],["parent/17050",[4580,8.292]],["name/17051",[342,56.068]],["parent/17051",[4580,8.292]],["name/17052",[544,45.905]],["parent/17052",[4580,8.292]],["name/17053",[70,51.167]],["parent/17053",[4568,6.894]],["name/17054",[173,20.78]],["parent/17054",[4581,10.024]],["name/17055",[155,37.858]],["parent/17055",[4582,7.907]],["name/17056",[547,44.444]],["parent/17056",[4582,7.907]],["name/17057",[544,45.905]],["parent/17057",[4582,7.907]],["name/17058",[540,45.268]],["parent/17058",[4582,7.907]],["name/17059",[548,58.27]],["parent/17059",[4582,7.907]],["name/17060",[549,58.27]],["parent/17060",[4582,7.907]],["name/17061",[550,58.27]],["parent/17061",[4582,7.907]],["name/17062",[551,58.27]],["parent/17062",[4582,7.907]],["name/17063",[552,58.27]],["parent/17063",[4582,7.907]],["name/17064",[553,58.27]],["parent/17064",[4582,7.907]],["name/17065",[554,56.227]],["parent/17065",[4582,7.907]],["name/17066",[555,56.227]],["parent/17066",[4582,7.907]],["name/17067",[82,57.511]],["parent/17067",[4568,6.894]],["name/17068",[173,20.78]],["parent/17068",[4583,10.024]],["name/17069",[408,29.731]],["parent/17069",[4584,8.927]],["name/17070",[493,49.276]],["parent/17070",[4584,8.927]],["name/17071",[155,37.858]],["parent/17071",[4584,8.927]],["name/17072",[516,51.363]],["parent/17072",[4584,8.927]],["name/17073",[77,51.167]],["parent/17073",[4568,6.894]],["name/17074",[173,20.78]],["parent/17074",[4585,10.024]],["name/17075",[559,58.27]],["parent/17075",[4586,9.178]],["name/17076",[561,58.27]],["parent/17076",[4586,9.178]],["name/17077",[562,45.295]],["parent/17077",[4586,9.178]],["name/17078",[96,55.911]],["parent/17078",[4568,6.894]],["name/17079",[173,20.78]],["parent/17079",[4587,10.024]],["name/17080",[410,39.926]],["parent/17080",[4588,9.178]],["name/17081",[155,37.858]],["parent/17081",[4588,9.178]],["name/17082",[77,51.167]],["parent/17082",[4588,9.178]],["name/17083",[85,57.978]],["parent/17083",[4568,6.894]],["name/17084",[173,20.78]],["parent/17084",[4589,10.024]],["name/17085",[547,44.444]],["parent/17085",[4590,9.514]],["name/17086",[567,51.363]],["parent/17086",[4590,9.514]],["name/17087",[84,48.96]],["parent/17087",[4568,6.894]],["name/17088",[173,20.78]],["parent/17088",[4591,10.024]],["name/17089",[408,29.731]],["parent/17089",[4592,8.417]],["name/17090",[570,51.363]],["parent/17090",[4592,8.417]],["name/17091",[571,58.27]],["parent/17091",[4592,8.417]],["name/17092",[572,56.227]],["parent/17092",[4592,8.417]],["name/17093",[567,51.363]],["parent/17093",[4592,8.417]],["name/17094",[573,58.27]],["parent/17094",[4592,8.417]],["name/17095",[574,58.27]],["parent/17095",[4592,8.417]],["name/17096",[94,51.023]],["parent/17096",[4568,6.894]],["name/17097",[173,20.78]],["parent/17097",[4593,10.024]],["name/17098",[408,29.731]],["parent/17098",[4594,7.017]],["name/17099",[581,49.316]],["parent/17099",[4594,7.017]],["name/17100",[155,37.858]],["parent/17100",[4594,7.017]],["name/17101",[65,47.186]],["parent/17101",[4594,7.017]],["name/17102",[582,51.363]],["parent/17102",[4594,7.017]],["name/17103",[583,58.27]],["parent/17103",[4594,7.017]],["name/17104",[145,57.978]],["parent/17104",[4594,7.017]],["name/17105",[584,58.27]],["parent/17105",[4594,7.017]],["name/17106",[421,44.394]],["parent/17106",[4594,7.017]],["name/17107",[526,47.618]],["parent/17107",[4594,7.017]],["name/17108",[585,58.27]],["parent/17108",[4594,7.017]],["name/17109",[586,58.27]],["parent/17109",[4594,7.017]],["name/17110",[587,58.27]],["parent/17110",[4594,7.017]],["name/17111",[588,58.27]],["parent/17111",[4594,7.017]],["name/17112",[589,58.27]],["parent/17112",[4594,7.017]],["name/17113",[590,58.27]],["parent/17113",[4594,7.017]],["name/17114",[511,47.317]],["parent/17114",[4594,7.017]],["name/17115",[591,49.811]],["parent/17115",[4594,7.017]],["name/17116",[352,50.243]],["parent/17116",[4594,7.017]],["name/17117",[592,51.363]],["parent/17117",[4594,7.017]],["name/17118",[593,56.227]],["parent/17118",[4594,7.017]],["name/17119",[594,56.227]],["parent/17119",[4594,7.017]],["name/17120",[70,51.167]],["parent/17120",[4594,7.017]],["name/17121",[84,48.96]],["parent/17121",[4594,7.017]],["name/17122",[68,51.167]],["parent/17122",[4594,7.017]],["name/17123",[512,51.363]],["parent/17123",[4594,7.017]],["name/17124",[595,58.27]],["parent/17124",[4594,7.017]],["name/17125",[597,58.27]],["parent/17125",[4594,7.017]],["name/17126",[3030,69.355]],["parent/17126",[4594,7.017]],["name/17127",[387,62.202]],["parent/17127",[4594,7.017]],["name/17128",[71,49.643]],["parent/17128",[4568,6.894]],["name/17129",[173,20.78]],["parent/17129",[4595,10.024]],["name/17130",[599,58.27]],["parent/17130",[4596,9.514]],["name/17131",[601,58.27]],["parent/17131",[4596,9.514]],["name/17132",[72,57.883]],["parent/17132",[4568,6.894]],["name/17133",[173,20.78]],["parent/17133",[4597,10.024]],["name/17134",[408,29.731]],["parent/17134",[4598,8.927]],["name/17135",[562,45.295]],["parent/17135",[4598,8.927]],["name/17136",[604,58.27]],["parent/17136",[4598,8.927]],["name/17137",[605,58.27]],["parent/17137",[4598,8.927]],["name/17138",[74,58.075]],["parent/17138",[4568,6.894]],["name/17139",[173,20.78]],["parent/17139",[4599,10.024]],["name/17140",[408,29.731]],["parent/17140",[4600,8.927]],["name/17141",[410,39.926]],["parent/17141",[4600,8.927]],["name/17142",[521,51.363]],["parent/17142",[4600,8.927]],["name/17143",[608,58.27]],["parent/17143",[4600,8.927]],["name/17144",[75,57.883]],["parent/17144",[4568,6.894]],["name/17145",[173,20.78]],["parent/17145",[4601,10.024]],["name/17146",[410,39.926]],["parent/17146",[4602,9.178]],["name/17147",[611,58.27]],["parent/17147",[4602,9.178]],["name/17148",[612,58.27]],["parent/17148",[4602,9.178]],["name/17149",[76,57.883]],["parent/17149",[4568,6.894]],["name/17150",[173,20.78]],["parent/17150",[4603,10.024]],["name/17151",[408,29.731]],["parent/17151",[4604,8.56]],["name/17152",[615,58.27]],["parent/17152",[4604,8.56]],["name/17153",[71,49.643]],["parent/17153",[4604,8.56]],["name/17154",[570,51.363]],["parent/17154",[4604,8.56]],["name/17155",[616,58.27]],["parent/17155",[4604,8.56]],["name/17156",[617,58.27]],["parent/17156",[4604,8.56]],["name/17157",[78,58.075]],["parent/17157",[4568,6.894]],["name/17158",[173,20.78]],["parent/17158",[4605,10.024]],["name/17159",[619,58.27]],["parent/17159",[4606,8.727]],["name/17160",[621,58.27]],["parent/17160",[4606,8.727]],["name/17161",[622,47.317]],["parent/17161",[4606,8.727]],["name/17162",[623,58.27]],["parent/17162",[4606,8.727]],["name/17163",[624,58.27]],["parent/17163",[4606,8.727]],["name/17164",[98,51.167]],["parent/17164",[4568,6.894]],["name/17165",[173,20.78]],["parent/17165",[4607,10.024]],["name/17166",[626,58.27]],["parent/17166",[4608,10.024]],["name/17167",[93,50.025]],["parent/17167",[4568,6.894]],["name/17168",[173,20.78]],["parent/17168",[4609,10.024]],["name/17169",[629,58.27]],["parent/17169",[4610,9.178]],["name/17170",[631,58.27]],["parent/17170",[4610,9.178]],["name/17171",[632,58.27]],["parent/17171",[4610,9.178]],["name/17172",[79,57.883]],["parent/17172",[4568,6.894]],["name/17173",[173,20.78]],["parent/17173",[4611,10.024]],["name/17174",[581,49.316]],["parent/17174",[4612,7.907]],["name/17175",[547,44.444]],["parent/17175",[4612,7.907]],["name/17176",[544,45.905]],["parent/17176",[4612,7.907]],["name/17177",[635,58.27]],["parent/17177",[4612,7.907]],["name/17178",[636,46.586]],["parent/17178",[4612,7.907]],["name/17179",[637,58.27]],["parent/17179",[4612,7.907]],["name/17180",[98,51.167]],["parent/17180",[4612,7.907]],["name/17181",[93,50.025]],["parent/17181",[4612,7.907]],["name/17182",[638,58.27]],["parent/17182",[4612,7.907]],["name/17183",[639,58.27]],["parent/17183",[4612,7.907]],["name/17184",[640,58.27]],["parent/17184",[4612,7.907]],["name/17185",[534,51.363]],["parent/17185",[4612,7.907]],["name/17186",[80,55.757]],["parent/17186",[4568,6.894]],["name/17187",[173,20.78]],["parent/17187",[4613,10.024]],["name/17188",[408,29.731]],["parent/17188",[4614,9.514]],["name/17189",[547,44.444]],["parent/17189",[4614,9.514]],["name/17190",[81,57.883]],["parent/17190",[4568,6.894]],["name/17191",[173,20.78]],["parent/17191",[4615,10.024]],["name/17192",[644,58.27]],["parent/17192",[4616,8.927]],["name/17193",[173,20.78]],["parent/17193",[4616,8.927]],["name/17194",[646,51.363]],["parent/17194",[4617,8.56]],["name/17195",[636,46.586]],["parent/17195",[4617,8.56]],["name/17196",[622,47.317]],["parent/17196",[4617,8.56]],["name/17197",[648,58.27]],["parent/17197",[4616,8.927]],["name/17198",[173,20.78]],["parent/17198",[4616,8.927]],["name/17199",[646,51.363]],["parent/17199",[4617,8.56]],["name/17200",[636,46.586]],["parent/17200",[4617,8.56]],["name/17201",[622,47.317]],["parent/17201",[4617,8.56]],["name/17202",[83,55.604]],["parent/17202",[4568,6.894]],["name/17203",[173,20.78]],["parent/17203",[4618,10.024]],["name/17204",[65,47.186]],["parent/17204",[4619,8.727]],["name/17205",[421,44.394]],["parent/17205",[4619,8.727]],["name/17206",[408,29.731]],["parent/17206",[4619,8.727]],["name/17207",[94,51.023]],["parent/17207",[4619,8.727]],["name/17208",[540,45.268]],["parent/17208",[4619,8.727]],["name/17209",[651,56.147]],["parent/17209",[4568,6.894]],["name/17210",[86,57.883]],["parent/17210",[4568,6.894]],["name/17211",[173,20.78]],["parent/17211",[4620,10.024]],["name/17212",[653,58.27]],["parent/17212",[4621,8.727]],["name/17213",[655,58.27]],["parent/17213",[4621,8.727]],["name/17214",[656,58.27]],["parent/17214",[4621,8.727]],["name/17215",[657,58.27]],["parent/17215",[4621,8.727]],["name/17216",[658,58.27]],["parent/17216",[4621,8.727]],["name/17217",[87,58.075]],["parent/17217",[4568,6.894]],["name/17218",[173,20.78]],["parent/17218",[4622,10.024]],["name/17219",[408,29.731]],["parent/17219",[4623,8.927]],["name/17220",[661,58.27]],["parent/17220",[4623,8.927]],["name/17221",[662,58.27]],["parent/17221",[4623,8.927]],["name/17222",[663,58.27]],["parent/17222",[4623,8.927]],["name/17223",[88,57.883]],["parent/17223",[4568,6.894]],["name/17224",[173,20.78]],["parent/17224",[4624,10.024]],["name/17225",[408,29.731]],["parent/17225",[4625,8.081]],["name/17226",[340,56.068]],["parent/17226",[4625,8.081]],["name/17227",[666,58.27]],["parent/17227",[4625,8.081]],["name/17228",[334,56.147]],["parent/17228",[4625,8.081]],["name/17229",[667,58.27]],["parent/17229",[4625,8.081]],["name/17230",[668,58.27]],["parent/17230",[4625,8.081]],["name/17231",[669,58.27]],["parent/17231",[4625,8.081]],["name/17232",[670,58.27]],["parent/17232",[4625,8.081]],["name/17233",[671,58.27]],["parent/17233",[4625,8.081]],["name/17234",[672,58.27]],["parent/17234",[4625,8.081]],["name/17235",[89,57.511]],["parent/17235",[4568,6.894]],["name/17236",[173,20.78]],["parent/17236",[4626,10.024]],["name/17237",[408,29.731]],["parent/17237",[4627,8.727]],["name/17238",[675,58.27]],["parent/17238",[4627,8.727]],["name/17239",[676,58.27]],["parent/17239",[4627,8.727]],["name/17240",[677,58.27]],["parent/17240",[4627,8.727]],["name/17241",[678,58.27]],["parent/17241",[4627,8.727]],["name/17242",[90,57.883]],["parent/17242",[4568,6.894]],["name/17243",[173,20.78]],["parent/17243",[4628,10.024]],["name/17244",[562,45.295]],["parent/17244",[4629,9.178]],["name/17245",[532,51.363]],["parent/17245",[4629,9.178]],["name/17246",[681,58.27]],["parent/17246",[4629,9.178]],["name/17247",[91,58.075]],["parent/17247",[4568,6.894]],["name/17248",[173,20.78]],["parent/17248",[4630,10.024]],["name/17249",[408,29.731]],["parent/17249",[4631,8.927]],["name/17250",[684,51.363]],["parent/17250",[4631,8.927]],["name/17251",[172,58.075]],["parent/17251",[4631,8.927]],["name/17252",[592,51.363]],["parent/17252",[4631,8.927]],["name/17253",[95,58.075]],["parent/17253",[4568,6.894]],["name/17254",[173,20.78]],["parent/17254",[4632,10.024]],["name/17255",[686,54.532]],["parent/17255",[4633,8.292]],["name/17256",[582,51.363]],["parent/17256",[4633,8.292]],["name/17257",[688,58.27]],["parent/17257",[4633,8.292]],["name/17258",[511,47.317]],["parent/17258",[4633,8.292]],["name/17259",[591,49.811]],["parent/17259",[4633,8.292]],["name/17260",[352,50.243]],["parent/17260",[4633,8.292]],["name/17261",[684,51.363]],["parent/17261",[4633,8.292]],["name/17262",[689,58.27]],["parent/17262",[4633,8.292]],["name/17263",[97,55.911]],["parent/17263",[4568,6.894]],["name/17264",[173,20.78]],["parent/17264",[4634,10.024]],["name/17265",[417,58.075]],["parent/17265",[4635,8.927]],["name/17266",[419,58.075]],["parent/17266",[4635,8.927]],["name/17267",[420,58.075]],["parent/17267",[4635,8.927]],["name/17268",[421,44.394]],["parent/17268",[4635,8.927]],["name/17269",[3002,69.355]],["parent/17269",[133,9.514]],["name/17270",[73,51.562]],["parent/17270",[4636,6.894]],["name/17271",[173,20.78]],["parent/17271",[4637,10.024]],["name/17272",[504,58.27]],["parent/17272",[4638,8.927]],["name/17273",[506,58.27]],["parent/17273",[4638,8.927]],["name/17274",[155,37.858]],["parent/17274",[4638,8.927]],["name/17275",[507,58.27]],["parent/17275",[4638,8.927]],["name/17276",[92,51.167]],["parent/17276",[4636,6.894]],["name/17277",[173,20.78]],["parent/17277",[4639,10.024]],["name/17278",[509,58.27]],["parent/17278",[4640,8.727]],["name/17279",[511,47.317]],["parent/17279",[4640,8.727]],["name/17280",[512,51.363]],["parent/17280",[4640,8.727]],["name/17281",[344,48.357]],["parent/17281",[4640,8.727]],["name/17282",[513,51.363]],["parent/17282",[4640,8.727]],["name/17283",[65,47.186]],["parent/17283",[4636,6.894]],["name/17284",[173,20.78]],["parent/17284",[4641,10.024]],["name/17285",[408,29.731]],["parent/17285",[4642,7.413]],["name/17286",[493,49.276]],["parent/17286",[4642,7.413]],["name/17287",[516,51.363]],["parent/17287",[4642,7.413]],["name/17288",[517,58.27]],["parent/17288",[4642,7.413]],["name/17289",[518,58.27]],["parent/17289",[4642,7.413]],["name/17290",[421,44.394]],["parent/17290",[4642,7.413]],["name/17291",[519,58.27]],["parent/17291",[4642,7.413]],["name/17292",[520,58.27]],["parent/17292",[4642,7.413]],["name/17293",[521,51.363]],["parent/17293",[4642,7.413]],["name/17294",[344,48.357]],["parent/17294",[4642,7.413]],["name/17295",[155,37.858]],["parent/17295",[4642,7.413]],["name/17296",[522,58.27]],["parent/17296",[4642,7.413]],["name/17297",[523,58.27]],["parent/17297",[4642,7.413]],["name/17298",[524,58.27]],["parent/17298",[4642,7.413]],["name/17299",[525,58.27]],["parent/17299",[4642,7.413]],["name/17300",[526,47.618]],["parent/17300",[4642,7.413]],["name/17301",[527,58.27]],["parent/17301",[4642,7.413]],["name/17302",[513,51.363]],["parent/17302",[4642,7.413]],["name/17303",[528,58.27]],["parent/17303",[4642,7.413]],["name/17304",[92,51.167]],["parent/17304",[4642,7.413]],["name/17305",[67,57.883]],["parent/17305",[4636,6.894]],["name/17306",[173,20.78]],["parent/17306",[4643,10.024]],["name/17307",[530,58.27]],["parent/17307",[4644,8.927]],["name/17308",[532,51.363]],["parent/17308",[4644,8.927]],["name/17309",[533,58.27]],["parent/17309",[4644,8.927]],["name/17310",[534,51.363]],["parent/17310",[4644,8.927]],["name/17311",[68,51.167]],["parent/17311",[4636,6.894]],["name/17312",[173,20.78]],["parent/17312",[4645,10.024]],["name/17313",[410,39.926]],["parent/17313",[4646,9.178]],["name/17314",[411,58.075]],["parent/17314",[4646,9.178]],["name/17315",[537,58.27]],["parent/17315",[4646,9.178]],["name/17316",[69,57.883]],["parent/17316",[4636,6.894]],["name/17317",[173,20.78]],["parent/17317",[4647,10.024]],["name/17318",[408,29.731]],["parent/17318",[4648,8.292]],["name/17319",[540,45.268]],["parent/17319",[4648,8.292]],["name/17320",[155,37.858]],["parent/17320",[4648,8.292]],["name/17321",[541,58.27]],["parent/17321",[4648,8.292]],["name/17322",[542,58.27]],["parent/17322",[4648,8.292]],["name/17323",[543,58.27]],["parent/17323",[4648,8.292]],["name/17324",[342,56.068]],["parent/17324",[4648,8.292]],["name/17325",[544,45.905]],["parent/17325",[4648,8.292]],["name/17326",[70,51.167]],["parent/17326",[4636,6.894]],["name/17327",[173,20.78]],["parent/17327",[4649,10.024]],["name/17328",[155,37.858]],["parent/17328",[4650,7.907]],["name/17329",[547,44.444]],["parent/17329",[4650,7.907]],["name/17330",[544,45.905]],["parent/17330",[4650,7.907]],["name/17331",[540,45.268]],["parent/17331",[4650,7.907]],["name/17332",[548,58.27]],["parent/17332",[4650,7.907]],["name/17333",[549,58.27]],["parent/17333",[4650,7.907]],["name/17334",[550,58.27]],["parent/17334",[4650,7.907]],["name/17335",[551,58.27]],["parent/17335",[4650,7.907]],["name/17336",[552,58.27]],["parent/17336",[4650,7.907]],["name/17337",[553,58.27]],["parent/17337",[4650,7.907]],["name/17338",[554,56.227]],["parent/17338",[4650,7.907]],["name/17339",[555,56.227]],["parent/17339",[4650,7.907]],["name/17340",[82,57.511]],["parent/17340",[4636,6.894]],["name/17341",[173,20.78]],["parent/17341",[4651,10.024]],["name/17342",[408,29.731]],["parent/17342",[4652,8.927]],["name/17343",[493,49.276]],["parent/17343",[4652,8.927]],["name/17344",[155,37.858]],["parent/17344",[4652,8.927]],["name/17345",[516,51.363]],["parent/17345",[4652,8.927]],["name/17346",[77,51.167]],["parent/17346",[4636,6.894]],["name/17347",[173,20.78]],["parent/17347",[4653,10.024]],["name/17348",[559,58.27]],["parent/17348",[4654,9.178]],["name/17349",[561,58.27]],["parent/17349",[4654,9.178]],["name/17350",[562,45.295]],["parent/17350",[4654,9.178]],["name/17351",[96,55.911]],["parent/17351",[4636,6.894]],["name/17352",[173,20.78]],["parent/17352",[4655,10.024]],["name/17353",[410,39.926]],["parent/17353",[4656,9.178]],["name/17354",[155,37.858]],["parent/17354",[4656,9.178]],["name/17355",[77,51.167]],["parent/17355",[4656,9.178]],["name/17356",[85,57.978]],["parent/17356",[4636,6.894]],["name/17357",[173,20.78]],["parent/17357",[4657,10.024]],["name/17358",[547,44.444]],["parent/17358",[4658,9.514]],["name/17359",[567,51.363]],["parent/17359",[4658,9.514]],["name/17360",[84,48.96]],["parent/17360",[4636,6.894]],["name/17361",[173,20.78]],["parent/17361",[4659,10.024]],["name/17362",[408,29.731]],["parent/17362",[4660,8.417]],["name/17363",[570,51.363]],["parent/17363",[4660,8.417]],["name/17364",[571,58.27]],["parent/17364",[4660,8.417]],["name/17365",[572,56.227]],["parent/17365",[4660,8.417]],["name/17366",[567,51.363]],["parent/17366",[4660,8.417]],["name/17367",[573,58.27]],["parent/17367",[4660,8.417]],["name/17368",[574,58.27]],["parent/17368",[4660,8.417]],["name/17369",[94,51.023]],["parent/17369",[4636,6.894]],["name/17370",[173,20.78]],["parent/17370",[4661,10.024]],["name/17371",[408,29.731]],["parent/17371",[4662,7.017]],["name/17372",[581,49.316]],["parent/17372",[4662,7.017]],["name/17373",[155,37.858]],["parent/17373",[4662,7.017]],["name/17374",[65,47.186]],["parent/17374",[4662,7.017]],["name/17375",[582,51.363]],["parent/17375",[4662,7.017]],["name/17376",[583,58.27]],["parent/17376",[4662,7.017]],["name/17377",[145,57.978]],["parent/17377",[4662,7.017]],["name/17378",[584,58.27]],["parent/17378",[4662,7.017]],["name/17379",[421,44.394]],["parent/17379",[4662,7.017]],["name/17380",[526,47.618]],["parent/17380",[4662,7.017]],["name/17381",[585,58.27]],["parent/17381",[4662,7.017]],["name/17382",[586,58.27]],["parent/17382",[4662,7.017]],["name/17383",[587,58.27]],["parent/17383",[4662,7.017]],["name/17384",[588,58.27]],["parent/17384",[4662,7.017]],["name/17385",[589,58.27]],["parent/17385",[4662,7.017]],["name/17386",[590,58.27]],["parent/17386",[4662,7.017]],["name/17387",[511,47.317]],["parent/17387",[4662,7.017]],["name/17388",[591,49.811]],["parent/17388",[4662,7.017]],["name/17389",[352,50.243]],["parent/17389",[4662,7.017]],["name/17390",[592,51.363]],["parent/17390",[4662,7.017]],["name/17391",[593,56.227]],["parent/17391",[4662,7.017]],["name/17392",[594,56.227]],["parent/17392",[4662,7.017]],["name/17393",[70,51.167]],["parent/17393",[4662,7.017]],["name/17394",[84,48.96]],["parent/17394",[4662,7.017]],["name/17395",[68,51.167]],["parent/17395",[4662,7.017]],["name/17396",[512,51.363]],["parent/17396",[4662,7.017]],["name/17397",[595,58.27]],["parent/17397",[4662,7.017]],["name/17398",[597,58.27]],["parent/17398",[4662,7.017]],["name/17399",[3030,69.355]],["parent/17399",[4662,7.017]],["name/17400",[387,62.202]],["parent/17400",[4662,7.017]],["name/17401",[71,49.643]],["parent/17401",[4636,6.894]],["name/17402",[173,20.78]],["parent/17402",[4663,10.024]],["name/17403",[599,58.27]],["parent/17403",[4664,9.514]],["name/17404",[601,58.27]],["parent/17404",[4664,9.514]],["name/17405",[72,57.883]],["parent/17405",[4636,6.894]],["name/17406",[173,20.78]],["parent/17406",[4665,10.024]],["name/17407",[408,29.731]],["parent/17407",[4666,8.927]],["name/17408",[562,45.295]],["parent/17408",[4666,8.927]],["name/17409",[604,58.27]],["parent/17409",[4666,8.927]],["name/17410",[605,58.27]],["parent/17410",[4666,8.927]],["name/17411",[74,58.075]],["parent/17411",[4636,6.894]],["name/17412",[173,20.78]],["parent/17412",[4667,10.024]],["name/17413",[408,29.731]],["parent/17413",[4668,8.927]],["name/17414",[410,39.926]],["parent/17414",[4668,8.927]],["name/17415",[521,51.363]],["parent/17415",[4668,8.927]],["name/17416",[608,58.27]],["parent/17416",[4668,8.927]],["name/17417",[75,57.883]],["parent/17417",[4636,6.894]],["name/17418",[173,20.78]],["parent/17418",[4669,10.024]],["name/17419",[410,39.926]],["parent/17419",[4670,9.178]],["name/17420",[611,58.27]],["parent/17420",[4670,9.178]],["name/17421",[612,58.27]],["parent/17421",[4670,9.178]],["name/17422",[76,57.883]],["parent/17422",[4636,6.894]],["name/17423",[173,20.78]],["parent/17423",[4671,10.024]],["name/17424",[408,29.731]],["parent/17424",[4672,8.56]],["name/17425",[615,58.27]],["parent/17425",[4672,8.56]],["name/17426",[71,49.643]],["parent/17426",[4672,8.56]],["name/17427",[570,51.363]],["parent/17427",[4672,8.56]],["name/17428",[616,58.27]],["parent/17428",[4672,8.56]],["name/17429",[617,58.27]],["parent/17429",[4672,8.56]],["name/17430",[78,58.075]],["parent/17430",[4636,6.894]],["name/17431",[173,20.78]],["parent/17431",[4673,10.024]],["name/17432",[619,58.27]],["parent/17432",[4674,8.727]],["name/17433",[621,58.27]],["parent/17433",[4674,8.727]],["name/17434",[622,47.317]],["parent/17434",[4674,8.727]],["name/17435",[623,58.27]],["parent/17435",[4674,8.727]],["name/17436",[624,58.27]],["parent/17436",[4674,8.727]],["name/17437",[98,51.167]],["parent/17437",[4636,6.894]],["name/17438",[173,20.78]],["parent/17438",[4675,10.024]],["name/17439",[626,58.27]],["parent/17439",[4676,10.024]],["name/17440",[93,50.025]],["parent/17440",[4636,6.894]],["name/17441",[173,20.78]],["parent/17441",[4677,10.024]],["name/17442",[629,58.27]],["parent/17442",[4678,9.178]],["name/17443",[631,58.27]],["parent/17443",[4678,9.178]],["name/17444",[632,58.27]],["parent/17444",[4678,9.178]],["name/17445",[79,57.883]],["parent/17445",[4636,6.894]],["name/17446",[173,20.78]],["parent/17446",[4679,10.024]],["name/17447",[581,49.316]],["parent/17447",[4680,7.907]],["name/17448",[547,44.444]],["parent/17448",[4680,7.907]],["name/17449",[544,45.905]],["parent/17449",[4680,7.907]],["name/17450",[635,58.27]],["parent/17450",[4680,7.907]],["name/17451",[636,46.586]],["parent/17451",[4680,7.907]],["name/17452",[637,58.27]],["parent/17452",[4680,7.907]],["name/17453",[98,51.167]],["parent/17453",[4680,7.907]],["name/17454",[93,50.025]],["parent/17454",[4680,7.907]],["name/17455",[638,58.27]],["parent/17455",[4680,7.907]],["name/17456",[639,58.27]],["parent/17456",[4680,7.907]],["name/17457",[640,58.27]],["parent/17457",[4680,7.907]],["name/17458",[534,51.363]],["parent/17458",[4680,7.907]],["name/17459",[80,55.757]],["parent/17459",[4636,6.894]],["name/17460",[173,20.78]],["parent/17460",[4681,10.024]],["name/17461",[408,29.731]],["parent/17461",[4682,9.514]],["name/17462",[547,44.444]],["parent/17462",[4682,9.514]],["name/17463",[81,57.883]],["parent/17463",[4636,6.894]],["name/17464",[173,20.78]],["parent/17464",[4683,10.024]],["name/17465",[644,58.27]],["parent/17465",[4684,8.927]],["name/17466",[173,20.78]],["parent/17466",[4684,8.927]],["name/17467",[646,51.363]],["parent/17467",[4685,8.56]],["name/17468",[636,46.586]],["parent/17468",[4685,8.56]],["name/17469",[622,47.317]],["parent/17469",[4685,8.56]],["name/17470",[648,58.27]],["parent/17470",[4684,8.927]],["name/17471",[173,20.78]],["parent/17471",[4684,8.927]],["name/17472",[646,51.363]],["parent/17472",[4685,8.56]],["name/17473",[636,46.586]],["parent/17473",[4685,8.56]],["name/17474",[622,47.317]],["parent/17474",[4685,8.56]],["name/17475",[83,55.604]],["parent/17475",[4636,6.894]],["name/17476",[173,20.78]],["parent/17476",[4686,10.024]],["name/17477",[65,47.186]],["parent/17477",[4687,8.727]],["name/17478",[421,44.394]],["parent/17478",[4687,8.727]],["name/17479",[408,29.731]],["parent/17479",[4687,8.727]],["name/17480",[94,51.023]],["parent/17480",[4687,8.727]],["name/17481",[540,45.268]],["parent/17481",[4687,8.727]],["name/17482",[651,56.147]],["parent/17482",[4636,6.894]],["name/17483",[86,57.883]],["parent/17483",[4636,6.894]],["name/17484",[173,20.78]],["parent/17484",[4688,10.024]],["name/17485",[653,58.27]],["parent/17485",[4689,8.727]],["name/17486",[655,58.27]],["parent/17486",[4689,8.727]],["name/17487",[656,58.27]],["parent/17487",[4689,8.727]],["name/17488",[657,58.27]],["parent/17488",[4689,8.727]],["name/17489",[658,58.27]],["parent/17489",[4689,8.727]],["name/17490",[87,58.075]],["parent/17490",[4636,6.894]],["name/17491",[173,20.78]],["parent/17491",[4690,10.024]],["name/17492",[408,29.731]],["parent/17492",[4691,8.927]],["name/17493",[661,58.27]],["parent/17493",[4691,8.927]],["name/17494",[662,58.27]],["parent/17494",[4691,8.927]],["name/17495",[663,58.27]],["parent/17495",[4691,8.927]],["name/17496",[88,57.883]],["parent/17496",[4636,6.894]],["name/17497",[173,20.78]],["parent/17497",[4692,10.024]],["name/17498",[408,29.731]],["parent/17498",[4693,8.081]],["name/17499",[340,56.068]],["parent/17499",[4693,8.081]],["name/17500",[666,58.27]],["parent/17500",[4693,8.081]],["name/17501",[334,56.147]],["parent/17501",[4693,8.081]],["name/17502",[667,58.27]],["parent/17502",[4693,8.081]],["name/17503",[668,58.27]],["parent/17503",[4693,8.081]],["name/17504",[669,58.27]],["parent/17504",[4693,8.081]],["name/17505",[670,58.27]],["parent/17505",[4693,8.081]],["name/17506",[671,58.27]],["parent/17506",[4693,8.081]],["name/17507",[672,58.27]],["parent/17507",[4693,8.081]],["name/17508",[89,57.511]],["parent/17508",[4636,6.894]],["name/17509",[173,20.78]],["parent/17509",[4694,10.024]],["name/17510",[408,29.731]],["parent/17510",[4695,8.727]],["name/17511",[675,58.27]],["parent/17511",[4695,8.727]],["name/17512",[676,58.27]],["parent/17512",[4695,8.727]],["name/17513",[677,58.27]],["parent/17513",[4695,8.727]],["name/17514",[678,58.27]],["parent/17514",[4695,8.727]],["name/17515",[90,57.883]],["parent/17515",[4636,6.894]],["name/17516",[173,20.78]],["parent/17516",[4696,10.024]],["name/17517",[562,45.295]],["parent/17517",[4697,9.178]],["name/17518",[532,51.363]],["parent/17518",[4697,9.178]],["name/17519",[681,58.27]],["parent/17519",[4697,9.178]],["name/17520",[91,58.075]],["parent/17520",[4636,6.894]],["name/17521",[173,20.78]],["parent/17521",[4698,10.024]],["name/17522",[408,29.731]],["parent/17522",[4699,8.927]],["name/17523",[684,51.363]],["parent/17523",[4699,8.927]],["name/17524",[172,58.075]],["parent/17524",[4699,8.927]],["name/17525",[592,51.363]],["parent/17525",[4699,8.927]],["name/17526",[95,58.075]],["parent/17526",[4636,6.894]],["name/17527",[173,20.78]],["parent/17527",[4700,10.024]],["name/17528",[686,54.532]],["parent/17528",[4701,8.292]],["name/17529",[582,51.363]],["parent/17529",[4701,8.292]],["name/17530",[688,58.27]],["parent/17530",[4701,8.292]],["name/17531",[511,47.317]],["parent/17531",[4701,8.292]],["name/17532",[591,49.811]],["parent/17532",[4701,8.292]],["name/17533",[352,50.243]],["parent/17533",[4701,8.292]],["name/17534",[684,51.363]],["parent/17534",[4701,8.292]],["name/17535",[689,58.27]],["parent/17535",[4701,8.292]],["name/17536",[97,55.911]],["parent/17536",[4636,6.894]],["name/17537",[173,20.78]],["parent/17537",[4702,10.024]],["name/17538",[417,58.075]],["parent/17538",[4703,8.927]],["name/17539",[419,58.075]],["parent/17539",[4703,8.927]],["name/17540",[420,58.075]],["parent/17540",[4703,8.927]],["name/17541",[421,44.394]],["parent/17541",[4703,8.927]],["name/17542",[3002,69.355]],["parent/17542",[134,9.514]],["name/17543",[73,51.562]],["parent/17543",[4704,6.894]],["name/17544",[173,20.78]],["parent/17544",[4705,10.024]],["name/17545",[504,58.27]],["parent/17545",[4706,8.927]],["name/17546",[506,58.27]],["parent/17546",[4706,8.927]],["name/17547",[155,37.858]],["parent/17547",[4706,8.927]],["name/17548",[507,58.27]],["parent/17548",[4706,8.927]],["name/17549",[92,51.167]],["parent/17549",[4704,6.894]],["name/17550",[173,20.78]],["parent/17550",[4707,10.024]],["name/17551",[509,58.27]],["parent/17551",[4708,8.727]],["name/17552",[511,47.317]],["parent/17552",[4708,8.727]],["name/17553",[512,51.363]],["parent/17553",[4708,8.727]],["name/17554",[344,48.357]],["parent/17554",[4708,8.727]],["name/17555",[513,51.363]],["parent/17555",[4708,8.727]],["name/17556",[65,47.186]],["parent/17556",[4704,6.894]],["name/17557",[173,20.78]],["parent/17557",[4709,10.024]],["name/17558",[408,29.731]],["parent/17558",[4710,7.413]],["name/17559",[493,49.276]],["parent/17559",[4710,7.413]],["name/17560",[516,51.363]],["parent/17560",[4710,7.413]],["name/17561",[517,58.27]],["parent/17561",[4710,7.413]],["name/17562",[518,58.27]],["parent/17562",[4710,7.413]],["name/17563",[421,44.394]],["parent/17563",[4710,7.413]],["name/17564",[519,58.27]],["parent/17564",[4710,7.413]],["name/17565",[520,58.27]],["parent/17565",[4710,7.413]],["name/17566",[521,51.363]],["parent/17566",[4710,7.413]],["name/17567",[344,48.357]],["parent/17567",[4710,7.413]],["name/17568",[155,37.858]],["parent/17568",[4710,7.413]],["name/17569",[522,58.27]],["parent/17569",[4710,7.413]],["name/17570",[523,58.27]],["parent/17570",[4710,7.413]],["name/17571",[524,58.27]],["parent/17571",[4710,7.413]],["name/17572",[525,58.27]],["parent/17572",[4710,7.413]],["name/17573",[526,47.618]],["parent/17573",[4710,7.413]],["name/17574",[527,58.27]],["parent/17574",[4710,7.413]],["name/17575",[513,51.363]],["parent/17575",[4710,7.413]],["name/17576",[528,58.27]],["parent/17576",[4710,7.413]],["name/17577",[92,51.167]],["parent/17577",[4710,7.413]],["name/17578",[67,57.883]],["parent/17578",[4704,6.894]],["name/17579",[173,20.78]],["parent/17579",[4711,10.024]],["name/17580",[530,58.27]],["parent/17580",[4712,8.927]],["name/17581",[532,51.363]],["parent/17581",[4712,8.927]],["name/17582",[533,58.27]],["parent/17582",[4712,8.927]],["name/17583",[534,51.363]],["parent/17583",[4712,8.927]],["name/17584",[68,51.167]],["parent/17584",[4704,6.894]],["name/17585",[173,20.78]],["parent/17585",[4713,10.024]],["name/17586",[410,39.926]],["parent/17586",[4714,9.178]],["name/17587",[411,58.075]],["parent/17587",[4714,9.178]],["name/17588",[537,58.27]],["parent/17588",[4714,9.178]],["name/17589",[69,57.883]],["parent/17589",[4704,6.894]],["name/17590",[173,20.78]],["parent/17590",[4715,10.024]],["name/17591",[408,29.731]],["parent/17591",[4716,8.292]],["name/17592",[540,45.268]],["parent/17592",[4716,8.292]],["name/17593",[155,37.858]],["parent/17593",[4716,8.292]],["name/17594",[541,58.27]],["parent/17594",[4716,8.292]],["name/17595",[542,58.27]],["parent/17595",[4716,8.292]],["name/17596",[543,58.27]],["parent/17596",[4716,8.292]],["name/17597",[342,56.068]],["parent/17597",[4716,8.292]],["name/17598",[544,45.905]],["parent/17598",[4716,8.292]],["name/17599",[70,51.167]],["parent/17599",[4704,6.894]],["name/17600",[173,20.78]],["parent/17600",[4717,10.024]],["name/17601",[155,37.858]],["parent/17601",[4718,7.907]],["name/17602",[547,44.444]],["parent/17602",[4718,7.907]],["name/17603",[544,45.905]],["parent/17603",[4718,7.907]],["name/17604",[540,45.268]],["parent/17604",[4718,7.907]],["name/17605",[548,58.27]],["parent/17605",[4718,7.907]],["name/17606",[549,58.27]],["parent/17606",[4718,7.907]],["name/17607",[550,58.27]],["parent/17607",[4718,7.907]],["name/17608",[551,58.27]],["parent/17608",[4718,7.907]],["name/17609",[552,58.27]],["parent/17609",[4718,7.907]],["name/17610",[553,58.27]],["parent/17610",[4718,7.907]],["name/17611",[554,56.227]],["parent/17611",[4718,7.907]],["name/17612",[555,56.227]],["parent/17612",[4718,7.907]],["name/17613",[82,57.511]],["parent/17613",[4704,6.894]],["name/17614",[173,20.78]],["parent/17614",[4719,10.024]],["name/17615",[408,29.731]],["parent/17615",[4720,8.927]],["name/17616",[493,49.276]],["parent/17616",[4720,8.927]],["name/17617",[155,37.858]],["parent/17617",[4720,8.927]],["name/17618",[516,51.363]],["parent/17618",[4720,8.927]],["name/17619",[77,51.167]],["parent/17619",[4704,6.894]],["name/17620",[173,20.78]],["parent/17620",[4721,10.024]],["name/17621",[559,58.27]],["parent/17621",[4722,9.178]],["name/17622",[561,58.27]],["parent/17622",[4722,9.178]],["name/17623",[562,45.295]],["parent/17623",[4722,9.178]],["name/17624",[96,55.911]],["parent/17624",[4704,6.894]],["name/17625",[173,20.78]],["parent/17625",[4723,10.024]],["name/17626",[410,39.926]],["parent/17626",[4724,9.178]],["name/17627",[155,37.858]],["parent/17627",[4724,9.178]],["name/17628",[77,51.167]],["parent/17628",[4724,9.178]],["name/17629",[85,57.978]],["parent/17629",[4704,6.894]],["name/17630",[173,20.78]],["parent/17630",[4725,10.024]],["name/17631",[547,44.444]],["parent/17631",[4726,9.514]],["name/17632",[567,51.363]],["parent/17632",[4726,9.514]],["name/17633",[84,48.96]],["parent/17633",[4704,6.894]],["name/17634",[173,20.78]],["parent/17634",[4727,10.024]],["name/17635",[408,29.731]],["parent/17635",[4728,8.417]],["name/17636",[570,51.363]],["parent/17636",[4728,8.417]],["name/17637",[571,58.27]],["parent/17637",[4728,8.417]],["name/17638",[572,56.227]],["parent/17638",[4728,8.417]],["name/17639",[567,51.363]],["parent/17639",[4728,8.417]],["name/17640",[573,58.27]],["parent/17640",[4728,8.417]],["name/17641",[574,58.27]],["parent/17641",[4728,8.417]],["name/17642",[94,51.023]],["parent/17642",[4704,6.894]],["name/17643",[173,20.78]],["parent/17643",[4729,10.024]],["name/17644",[408,29.731]],["parent/17644",[4730,7.017]],["name/17645",[581,49.316]],["parent/17645",[4730,7.017]],["name/17646",[155,37.858]],["parent/17646",[4730,7.017]],["name/17647",[65,47.186]],["parent/17647",[4730,7.017]],["name/17648",[582,51.363]],["parent/17648",[4730,7.017]],["name/17649",[583,58.27]],["parent/17649",[4730,7.017]],["name/17650",[145,57.978]],["parent/17650",[4730,7.017]],["name/17651",[584,58.27]],["parent/17651",[4730,7.017]],["name/17652",[421,44.394]],["parent/17652",[4730,7.017]],["name/17653",[526,47.618]],["parent/17653",[4730,7.017]],["name/17654",[585,58.27]],["parent/17654",[4730,7.017]],["name/17655",[586,58.27]],["parent/17655",[4730,7.017]],["name/17656",[587,58.27]],["parent/17656",[4730,7.017]],["name/17657",[588,58.27]],["parent/17657",[4730,7.017]],["name/17658",[589,58.27]],["parent/17658",[4730,7.017]],["name/17659",[590,58.27]],["parent/17659",[4730,7.017]],["name/17660",[511,47.317]],["parent/17660",[4730,7.017]],["name/17661",[591,49.811]],["parent/17661",[4730,7.017]],["name/17662",[352,50.243]],["parent/17662",[4730,7.017]],["name/17663",[592,51.363]],["parent/17663",[4730,7.017]],["name/17664",[593,56.227]],["parent/17664",[4730,7.017]],["name/17665",[594,56.227]],["parent/17665",[4730,7.017]],["name/17666",[70,51.167]],["parent/17666",[4730,7.017]],["name/17667",[84,48.96]],["parent/17667",[4730,7.017]],["name/17668",[68,51.167]],["parent/17668",[4730,7.017]],["name/17669",[512,51.363]],["parent/17669",[4730,7.017]],["name/17670",[595,58.27]],["parent/17670",[4730,7.017]],["name/17671",[597,58.27]],["parent/17671",[4730,7.017]],["name/17672",[3030,69.355]],["parent/17672",[4730,7.017]],["name/17673",[387,62.202]],["parent/17673",[4730,7.017]],["name/17674",[71,49.643]],["parent/17674",[4704,6.894]],["name/17675",[173,20.78]],["parent/17675",[4731,10.024]],["name/17676",[599,58.27]],["parent/17676",[4732,9.514]],["name/17677",[601,58.27]],["parent/17677",[4732,9.514]],["name/17678",[72,57.883]],["parent/17678",[4704,6.894]],["name/17679",[173,20.78]],["parent/17679",[4733,10.024]],["name/17680",[408,29.731]],["parent/17680",[4734,8.927]],["name/17681",[562,45.295]],["parent/17681",[4734,8.927]],["name/17682",[604,58.27]],["parent/17682",[4734,8.927]],["name/17683",[605,58.27]],["parent/17683",[4734,8.927]],["name/17684",[74,58.075]],["parent/17684",[4704,6.894]],["name/17685",[173,20.78]],["parent/17685",[4735,10.024]],["name/17686",[408,29.731]],["parent/17686",[4736,8.927]],["name/17687",[410,39.926]],["parent/17687",[4736,8.927]],["name/17688",[521,51.363]],["parent/17688",[4736,8.927]],["name/17689",[608,58.27]],["parent/17689",[4736,8.927]],["name/17690",[75,57.883]],["parent/17690",[4704,6.894]],["name/17691",[173,20.78]],["parent/17691",[4737,10.024]],["name/17692",[410,39.926]],["parent/17692",[4738,9.178]],["name/17693",[611,58.27]],["parent/17693",[4738,9.178]],["name/17694",[612,58.27]],["parent/17694",[4738,9.178]],["name/17695",[76,57.883]],["parent/17695",[4704,6.894]],["name/17696",[173,20.78]],["parent/17696",[4739,10.024]],["name/17697",[408,29.731]],["parent/17697",[4740,8.56]],["name/17698",[615,58.27]],["parent/17698",[4740,8.56]],["name/17699",[71,49.643]],["parent/17699",[4740,8.56]],["name/17700",[570,51.363]],["parent/17700",[4740,8.56]],["name/17701",[616,58.27]],["parent/17701",[4740,8.56]],["name/17702",[617,58.27]],["parent/17702",[4740,8.56]],["name/17703",[78,58.075]],["parent/17703",[4704,6.894]],["name/17704",[173,20.78]],["parent/17704",[4741,10.024]],["name/17705",[619,58.27]],["parent/17705",[4742,8.727]],["name/17706",[621,58.27]],["parent/17706",[4742,8.727]],["name/17707",[622,47.317]],["parent/17707",[4742,8.727]],["name/17708",[623,58.27]],["parent/17708",[4742,8.727]],["name/17709",[624,58.27]],["parent/17709",[4742,8.727]],["name/17710",[98,51.167]],["parent/17710",[4704,6.894]],["name/17711",[173,20.78]],["parent/17711",[4743,10.024]],["name/17712",[626,58.27]],["parent/17712",[4744,10.024]],["name/17713",[93,50.025]],["parent/17713",[4704,6.894]],["name/17714",[173,20.78]],["parent/17714",[4745,10.024]],["name/17715",[629,58.27]],["parent/17715",[4746,9.178]],["name/17716",[631,58.27]],["parent/17716",[4746,9.178]],["name/17717",[632,58.27]],["parent/17717",[4746,9.178]],["name/17718",[79,57.883]],["parent/17718",[4704,6.894]],["name/17719",[173,20.78]],["parent/17719",[4747,10.024]],["name/17720",[581,49.316]],["parent/17720",[4748,7.907]],["name/17721",[547,44.444]],["parent/17721",[4748,7.907]],["name/17722",[544,45.905]],["parent/17722",[4748,7.907]],["name/17723",[635,58.27]],["parent/17723",[4748,7.907]],["name/17724",[636,46.586]],["parent/17724",[4748,7.907]],["name/17725",[637,58.27]],["parent/17725",[4748,7.907]],["name/17726",[98,51.167]],["parent/17726",[4748,7.907]],["name/17727",[93,50.025]],["parent/17727",[4748,7.907]],["name/17728",[638,58.27]],["parent/17728",[4748,7.907]],["name/17729",[639,58.27]],["parent/17729",[4748,7.907]],["name/17730",[640,58.27]],["parent/17730",[4748,7.907]],["name/17731",[534,51.363]],["parent/17731",[4748,7.907]],["name/17732",[80,55.757]],["parent/17732",[4704,6.894]],["name/17733",[173,20.78]],["parent/17733",[4749,10.024]],["name/17734",[408,29.731]],["parent/17734",[4750,9.514]],["name/17735",[547,44.444]],["parent/17735",[4750,9.514]],["name/17736",[81,57.883]],["parent/17736",[4704,6.894]],["name/17737",[173,20.78]],["parent/17737",[4751,10.024]],["name/17738",[644,58.27]],["parent/17738",[4752,8.927]],["name/17739",[173,20.78]],["parent/17739",[4752,8.927]],["name/17740",[646,51.363]],["parent/17740",[4753,8.56]],["name/17741",[636,46.586]],["parent/17741",[4753,8.56]],["name/17742",[622,47.317]],["parent/17742",[4753,8.56]],["name/17743",[648,58.27]],["parent/17743",[4752,8.927]],["name/17744",[173,20.78]],["parent/17744",[4752,8.927]],["name/17745",[646,51.363]],["parent/17745",[4753,8.56]],["name/17746",[636,46.586]],["parent/17746",[4753,8.56]],["name/17747",[622,47.317]],["parent/17747",[4753,8.56]],["name/17748",[83,55.604]],["parent/17748",[4704,6.894]],["name/17749",[173,20.78]],["parent/17749",[4754,10.024]],["name/17750",[65,47.186]],["parent/17750",[4755,8.727]],["name/17751",[421,44.394]],["parent/17751",[4755,8.727]],["name/17752",[408,29.731]],["parent/17752",[4755,8.727]],["name/17753",[94,51.023]],["parent/17753",[4755,8.727]],["name/17754",[540,45.268]],["parent/17754",[4755,8.727]],["name/17755",[651,56.147]],["parent/17755",[4704,6.894]],["name/17756",[86,57.883]],["parent/17756",[4704,6.894]],["name/17757",[173,20.78]],["parent/17757",[4756,10.024]],["name/17758",[653,58.27]],["parent/17758",[4757,8.727]],["name/17759",[655,58.27]],["parent/17759",[4757,8.727]],["name/17760",[656,58.27]],["parent/17760",[4757,8.727]],["name/17761",[657,58.27]],["parent/17761",[4757,8.727]],["name/17762",[658,58.27]],["parent/17762",[4757,8.727]],["name/17763",[87,58.075]],["parent/17763",[4704,6.894]],["name/17764",[173,20.78]],["parent/17764",[4758,10.024]],["name/17765",[408,29.731]],["parent/17765",[4759,8.927]],["name/17766",[661,58.27]],["parent/17766",[4759,8.927]],["name/17767",[662,58.27]],["parent/17767",[4759,8.927]],["name/17768",[663,58.27]],["parent/17768",[4759,8.927]],["name/17769",[88,57.883]],["parent/17769",[4704,6.894]],["name/17770",[173,20.78]],["parent/17770",[4760,10.024]],["name/17771",[408,29.731]],["parent/17771",[4761,8.081]],["name/17772",[340,56.068]],["parent/17772",[4761,8.081]],["name/17773",[666,58.27]],["parent/17773",[4761,8.081]],["name/17774",[334,56.147]],["parent/17774",[4761,8.081]],["name/17775",[667,58.27]],["parent/17775",[4761,8.081]],["name/17776",[668,58.27]],["parent/17776",[4761,8.081]],["name/17777",[669,58.27]],["parent/17777",[4761,8.081]],["name/17778",[670,58.27]],["parent/17778",[4761,8.081]],["name/17779",[671,58.27]],["parent/17779",[4761,8.081]],["name/17780",[672,58.27]],["parent/17780",[4761,8.081]],["name/17781",[89,57.511]],["parent/17781",[4704,6.894]],["name/17782",[173,20.78]],["parent/17782",[4762,10.024]],["name/17783",[408,29.731]],["parent/17783",[4763,8.727]],["name/17784",[675,58.27]],["parent/17784",[4763,8.727]],["name/17785",[676,58.27]],["parent/17785",[4763,8.727]],["name/17786",[677,58.27]],["parent/17786",[4763,8.727]],["name/17787",[678,58.27]],["parent/17787",[4763,8.727]],["name/17788",[90,57.883]],["parent/17788",[4704,6.894]],["name/17789",[173,20.78]],["parent/17789",[4764,10.024]],["name/17790",[562,45.295]],["parent/17790",[4765,9.178]],["name/17791",[532,51.363]],["parent/17791",[4765,9.178]],["name/17792",[681,58.27]],["parent/17792",[4765,9.178]],["name/17793",[91,58.075]],["parent/17793",[4704,6.894]],["name/17794",[173,20.78]],["parent/17794",[4766,10.024]],["name/17795",[408,29.731]],["parent/17795",[4767,8.927]],["name/17796",[684,51.363]],["parent/17796",[4767,8.927]],["name/17797",[172,58.075]],["parent/17797",[4767,8.927]],["name/17798",[592,51.363]],["parent/17798",[4767,8.927]],["name/17799",[95,58.075]],["parent/17799",[4704,6.894]],["name/17800",[173,20.78]],["parent/17800",[4768,10.024]],["name/17801",[686,54.532]],["parent/17801",[4769,8.292]],["name/17802",[582,51.363]],["parent/17802",[4769,8.292]],["name/17803",[688,58.27]],["parent/17803",[4769,8.292]],["name/17804",[511,47.317]],["parent/17804",[4769,8.292]],["name/17805",[591,49.811]],["parent/17805",[4769,8.292]],["name/17806",[352,50.243]],["parent/17806",[4769,8.292]],["name/17807",[684,51.363]],["parent/17807",[4769,8.292]],["name/17808",[689,58.27]],["parent/17808",[4769,8.292]],["name/17809",[97,55.911]],["parent/17809",[4704,6.894]],["name/17810",[173,20.78]],["parent/17810",[4770,10.024]],["name/17811",[417,58.075]],["parent/17811",[4771,8.927]],["name/17812",[419,58.075]],["parent/17812",[4771,8.927]],["name/17813",[420,58.075]],["parent/17813",[4771,8.927]],["name/17814",[421,44.394]],["parent/17814",[4771,8.927]],["name/17815",[3002,69.355]],["parent/17815",[135,9.514]],["name/17816",[73,51.562]],["parent/17816",[4772,6.894]],["name/17817",[173,20.78]],["parent/17817",[4773,10.024]],["name/17818",[504,58.27]],["parent/17818",[4774,8.927]],["name/17819",[506,58.27]],["parent/17819",[4774,8.927]],["name/17820",[155,37.858]],["parent/17820",[4774,8.927]],["name/17821",[507,58.27]],["parent/17821",[4774,8.927]],["name/17822",[92,51.167]],["parent/17822",[4772,6.894]],["name/17823",[173,20.78]],["parent/17823",[4775,10.024]],["name/17824",[509,58.27]],["parent/17824",[4776,8.727]],["name/17825",[511,47.317]],["parent/17825",[4776,8.727]],["name/17826",[512,51.363]],["parent/17826",[4776,8.727]],["name/17827",[344,48.357]],["parent/17827",[4776,8.727]],["name/17828",[513,51.363]],["parent/17828",[4776,8.727]],["name/17829",[65,47.186]],["parent/17829",[4772,6.894]],["name/17830",[173,20.78]],["parent/17830",[4777,10.024]],["name/17831",[408,29.731]],["parent/17831",[4778,7.413]],["name/17832",[493,49.276]],["parent/17832",[4778,7.413]],["name/17833",[516,51.363]],["parent/17833",[4778,7.413]],["name/17834",[517,58.27]],["parent/17834",[4778,7.413]],["name/17835",[518,58.27]],["parent/17835",[4778,7.413]],["name/17836",[421,44.394]],["parent/17836",[4778,7.413]],["name/17837",[519,58.27]],["parent/17837",[4778,7.413]],["name/17838",[520,58.27]],["parent/17838",[4778,7.413]],["name/17839",[521,51.363]],["parent/17839",[4778,7.413]],["name/17840",[344,48.357]],["parent/17840",[4778,7.413]],["name/17841",[155,37.858]],["parent/17841",[4778,7.413]],["name/17842",[522,58.27]],["parent/17842",[4778,7.413]],["name/17843",[523,58.27]],["parent/17843",[4778,7.413]],["name/17844",[524,58.27]],["parent/17844",[4778,7.413]],["name/17845",[525,58.27]],["parent/17845",[4778,7.413]],["name/17846",[526,47.618]],["parent/17846",[4778,7.413]],["name/17847",[527,58.27]],["parent/17847",[4778,7.413]],["name/17848",[513,51.363]],["parent/17848",[4778,7.413]],["name/17849",[528,58.27]],["parent/17849",[4778,7.413]],["name/17850",[92,51.167]],["parent/17850",[4778,7.413]],["name/17851",[67,57.883]],["parent/17851",[4772,6.894]],["name/17852",[173,20.78]],["parent/17852",[4779,10.024]],["name/17853",[530,58.27]],["parent/17853",[4780,8.927]],["name/17854",[532,51.363]],["parent/17854",[4780,8.927]],["name/17855",[533,58.27]],["parent/17855",[4780,8.927]],["name/17856",[534,51.363]],["parent/17856",[4780,8.927]],["name/17857",[68,51.167]],["parent/17857",[4772,6.894]],["name/17858",[173,20.78]],["parent/17858",[4781,10.024]],["name/17859",[410,39.926]],["parent/17859",[4782,9.178]],["name/17860",[411,58.075]],["parent/17860",[4782,9.178]],["name/17861",[537,58.27]],["parent/17861",[4782,9.178]],["name/17862",[69,57.883]],["parent/17862",[4772,6.894]],["name/17863",[173,20.78]],["parent/17863",[4783,10.024]],["name/17864",[408,29.731]],["parent/17864",[4784,8.292]],["name/17865",[540,45.268]],["parent/17865",[4784,8.292]],["name/17866",[155,37.858]],["parent/17866",[4784,8.292]],["name/17867",[541,58.27]],["parent/17867",[4784,8.292]],["name/17868",[542,58.27]],["parent/17868",[4784,8.292]],["name/17869",[543,58.27]],["parent/17869",[4784,8.292]],["name/17870",[342,56.068]],["parent/17870",[4784,8.292]],["name/17871",[544,45.905]],["parent/17871",[4784,8.292]],["name/17872",[70,51.167]],["parent/17872",[4772,6.894]],["name/17873",[173,20.78]],["parent/17873",[4785,10.024]],["name/17874",[155,37.858]],["parent/17874",[4786,7.907]],["name/17875",[547,44.444]],["parent/17875",[4786,7.907]],["name/17876",[544,45.905]],["parent/17876",[4786,7.907]],["name/17877",[540,45.268]],["parent/17877",[4786,7.907]],["name/17878",[548,58.27]],["parent/17878",[4786,7.907]],["name/17879",[549,58.27]],["parent/17879",[4786,7.907]],["name/17880",[550,58.27]],["parent/17880",[4786,7.907]],["name/17881",[551,58.27]],["parent/17881",[4786,7.907]],["name/17882",[552,58.27]],["parent/17882",[4786,7.907]],["name/17883",[553,58.27]],["parent/17883",[4786,7.907]],["name/17884",[554,56.227]],["parent/17884",[4786,7.907]],["name/17885",[555,56.227]],["parent/17885",[4786,7.907]],["name/17886",[82,57.511]],["parent/17886",[4772,6.894]],["name/17887",[173,20.78]],["parent/17887",[4787,10.024]],["name/17888",[408,29.731]],["parent/17888",[4788,8.927]],["name/17889",[493,49.276]],["parent/17889",[4788,8.927]],["name/17890",[155,37.858]],["parent/17890",[4788,8.927]],["name/17891",[516,51.363]],["parent/17891",[4788,8.927]],["name/17892",[77,51.167]],["parent/17892",[4772,6.894]],["name/17893",[173,20.78]],["parent/17893",[4789,10.024]],["name/17894",[559,58.27]],["parent/17894",[4790,9.178]],["name/17895",[561,58.27]],["parent/17895",[4790,9.178]],["name/17896",[562,45.295]],["parent/17896",[4790,9.178]],["name/17897",[96,55.911]],["parent/17897",[4772,6.894]],["name/17898",[173,20.78]],["parent/17898",[4791,10.024]],["name/17899",[410,39.926]],["parent/17899",[4792,9.178]],["name/17900",[155,37.858]],["parent/17900",[4792,9.178]],["name/17901",[77,51.167]],["parent/17901",[4792,9.178]],["name/17902",[85,57.978]],["parent/17902",[4772,6.894]],["name/17903",[173,20.78]],["parent/17903",[4793,10.024]],["name/17904",[547,44.444]],["parent/17904",[4794,9.514]],["name/17905",[567,51.363]],["parent/17905",[4794,9.514]],["name/17906",[84,48.96]],["parent/17906",[4772,6.894]],["name/17907",[173,20.78]],["parent/17907",[4795,10.024]],["name/17908",[408,29.731]],["parent/17908",[4796,8.417]],["name/17909",[570,51.363]],["parent/17909",[4796,8.417]],["name/17910",[571,58.27]],["parent/17910",[4796,8.417]],["name/17911",[572,56.227]],["parent/17911",[4796,8.417]],["name/17912",[567,51.363]],["parent/17912",[4796,8.417]],["name/17913",[573,58.27]],["parent/17913",[4796,8.417]],["name/17914",[574,58.27]],["parent/17914",[4796,8.417]],["name/17915",[94,51.023]],["parent/17915",[4772,6.894]],["name/17916",[173,20.78]],["parent/17916",[4797,10.024]],["name/17917",[408,29.731]],["parent/17917",[4798,7.017]],["name/17918",[581,49.316]],["parent/17918",[4798,7.017]],["name/17919",[155,37.858]],["parent/17919",[4798,7.017]],["name/17920",[65,47.186]],["parent/17920",[4798,7.017]],["name/17921",[582,51.363]],["parent/17921",[4798,7.017]],["name/17922",[583,58.27]],["parent/17922",[4798,7.017]],["name/17923",[145,57.978]],["parent/17923",[4798,7.017]],["name/17924",[584,58.27]],["parent/17924",[4798,7.017]],["name/17925",[421,44.394]],["parent/17925",[4798,7.017]],["name/17926",[526,47.618]],["parent/17926",[4798,7.017]],["name/17927",[585,58.27]],["parent/17927",[4798,7.017]],["name/17928",[586,58.27]],["parent/17928",[4798,7.017]],["name/17929",[587,58.27]],["parent/17929",[4798,7.017]],["name/17930",[588,58.27]],["parent/17930",[4798,7.017]],["name/17931",[589,58.27]],["parent/17931",[4798,7.017]],["name/17932",[590,58.27]],["parent/17932",[4798,7.017]],["name/17933",[511,47.317]],["parent/17933",[4798,7.017]],["name/17934",[591,49.811]],["parent/17934",[4798,7.017]],["name/17935",[352,50.243]],["parent/17935",[4798,7.017]],["name/17936",[592,51.363]],["parent/17936",[4798,7.017]],["name/17937",[593,56.227]],["parent/17937",[4798,7.017]],["name/17938",[594,56.227]],["parent/17938",[4798,7.017]],["name/17939",[70,51.167]],["parent/17939",[4798,7.017]],["name/17940",[84,48.96]],["parent/17940",[4798,7.017]],["name/17941",[68,51.167]],["parent/17941",[4798,7.017]],["name/17942",[512,51.363]],["parent/17942",[4798,7.017]],["name/17943",[595,58.27]],["parent/17943",[4798,7.017]],["name/17944",[597,58.27]],["parent/17944",[4798,7.017]],["name/17945",[3030,69.355]],["parent/17945",[4798,7.017]],["name/17946",[387,62.202]],["parent/17946",[4798,7.017]],["name/17947",[71,49.643]],["parent/17947",[4772,6.894]],["name/17948",[173,20.78]],["parent/17948",[4799,10.024]],["name/17949",[599,58.27]],["parent/17949",[4800,9.514]],["name/17950",[601,58.27]],["parent/17950",[4800,9.514]],["name/17951",[72,57.883]],["parent/17951",[4772,6.894]],["name/17952",[173,20.78]],["parent/17952",[4801,10.024]],["name/17953",[408,29.731]],["parent/17953",[4802,8.927]],["name/17954",[562,45.295]],["parent/17954",[4802,8.927]],["name/17955",[604,58.27]],["parent/17955",[4802,8.927]],["name/17956",[605,58.27]],["parent/17956",[4802,8.927]],["name/17957",[74,58.075]],["parent/17957",[4772,6.894]],["name/17958",[173,20.78]],["parent/17958",[4803,10.024]],["name/17959",[408,29.731]],["parent/17959",[4804,8.927]],["name/17960",[410,39.926]],["parent/17960",[4804,8.927]],["name/17961",[521,51.363]],["parent/17961",[4804,8.927]],["name/17962",[608,58.27]],["parent/17962",[4804,8.927]],["name/17963",[75,57.883]],["parent/17963",[4772,6.894]],["name/17964",[173,20.78]],["parent/17964",[4805,10.024]],["name/17965",[410,39.926]],["parent/17965",[4806,9.178]],["name/17966",[611,58.27]],["parent/17966",[4806,9.178]],["name/17967",[612,58.27]],["parent/17967",[4806,9.178]],["name/17968",[76,57.883]],["parent/17968",[4772,6.894]],["name/17969",[173,20.78]],["parent/17969",[4807,10.024]],["name/17970",[408,29.731]],["parent/17970",[4808,8.56]],["name/17971",[615,58.27]],["parent/17971",[4808,8.56]],["name/17972",[71,49.643]],["parent/17972",[4808,8.56]],["name/17973",[570,51.363]],["parent/17973",[4808,8.56]],["name/17974",[616,58.27]],["parent/17974",[4808,8.56]],["name/17975",[617,58.27]],["parent/17975",[4808,8.56]],["name/17976",[78,58.075]],["parent/17976",[4772,6.894]],["name/17977",[173,20.78]],["parent/17977",[4809,10.024]],["name/17978",[619,58.27]],["parent/17978",[4810,8.727]],["name/17979",[621,58.27]],["parent/17979",[4810,8.727]],["name/17980",[622,47.317]],["parent/17980",[4810,8.727]],["name/17981",[623,58.27]],["parent/17981",[4810,8.727]],["name/17982",[624,58.27]],["parent/17982",[4810,8.727]],["name/17983",[98,51.167]],["parent/17983",[4772,6.894]],["name/17984",[173,20.78]],["parent/17984",[4811,10.024]],["name/17985",[626,58.27]],["parent/17985",[4812,10.024]],["name/17986",[93,50.025]],["parent/17986",[4772,6.894]],["name/17987",[173,20.78]],["parent/17987",[4813,10.024]],["name/17988",[629,58.27]],["parent/17988",[4814,9.178]],["name/17989",[631,58.27]],["parent/17989",[4814,9.178]],["name/17990",[632,58.27]],["parent/17990",[4814,9.178]],["name/17991",[79,57.883]],["parent/17991",[4772,6.894]],["name/17992",[173,20.78]],["parent/17992",[4815,10.024]],["name/17993",[581,49.316]],["parent/17993",[4816,7.907]],["name/17994",[547,44.444]],["parent/17994",[4816,7.907]],["name/17995",[544,45.905]],["parent/17995",[4816,7.907]],["name/17996",[635,58.27]],["parent/17996",[4816,7.907]],["name/17997",[636,46.586]],["parent/17997",[4816,7.907]],["name/17998",[637,58.27]],["parent/17998",[4816,7.907]],["name/17999",[98,51.167]],["parent/17999",[4816,7.907]],["name/18000",[93,50.025]],["parent/18000",[4816,7.907]],["name/18001",[638,58.27]],["parent/18001",[4816,7.907]],["name/18002",[639,58.27]],["parent/18002",[4816,7.907]],["name/18003",[640,58.27]],["parent/18003",[4816,7.907]],["name/18004",[534,51.363]],["parent/18004",[4816,7.907]],["name/18005",[80,55.757]],["parent/18005",[4772,6.894]],["name/18006",[173,20.78]],["parent/18006",[4817,10.024]],["name/18007",[408,29.731]],["parent/18007",[4818,9.514]],["name/18008",[547,44.444]],["parent/18008",[4818,9.514]],["name/18009",[81,57.883]],["parent/18009",[4772,6.894]],["name/18010",[173,20.78]],["parent/18010",[4819,10.024]],["name/18011",[644,58.27]],["parent/18011",[4820,8.927]],["name/18012",[173,20.78]],["parent/18012",[4820,8.927]],["name/18013",[646,51.363]],["parent/18013",[4821,8.56]],["name/18014",[636,46.586]],["parent/18014",[4821,8.56]],["name/18015",[622,47.317]],["parent/18015",[4821,8.56]],["name/18016",[648,58.27]],["parent/18016",[4820,8.927]],["name/18017",[173,20.78]],["parent/18017",[4820,8.927]],["name/18018",[646,51.363]],["parent/18018",[4821,8.56]],["name/18019",[636,46.586]],["parent/18019",[4821,8.56]],["name/18020",[622,47.317]],["parent/18020",[4821,8.56]],["name/18021",[83,55.604]],["parent/18021",[4772,6.894]],["name/18022",[173,20.78]],["parent/18022",[4822,10.024]],["name/18023",[65,47.186]],["parent/18023",[4823,8.727]],["name/18024",[421,44.394]],["parent/18024",[4823,8.727]],["name/18025",[408,29.731]],["parent/18025",[4823,8.727]],["name/18026",[94,51.023]],["parent/18026",[4823,8.727]],["name/18027",[540,45.268]],["parent/18027",[4823,8.727]],["name/18028",[651,56.147]],["parent/18028",[4772,6.894]],["name/18029",[86,57.883]],["parent/18029",[4772,6.894]],["name/18030",[173,20.78]],["parent/18030",[4824,10.024]],["name/18031",[653,58.27]],["parent/18031",[4825,8.727]],["name/18032",[655,58.27]],["parent/18032",[4825,8.727]],["name/18033",[656,58.27]],["parent/18033",[4825,8.727]],["name/18034",[657,58.27]],["parent/18034",[4825,8.727]],["name/18035",[658,58.27]],["parent/18035",[4825,8.727]],["name/18036",[87,58.075]],["parent/18036",[4772,6.894]],["name/18037",[173,20.78]],["parent/18037",[4826,10.024]],["name/18038",[408,29.731]],["parent/18038",[4827,8.927]],["name/18039",[661,58.27]],["parent/18039",[4827,8.927]],["name/18040",[662,58.27]],["parent/18040",[4827,8.927]],["name/18041",[663,58.27]],["parent/18041",[4827,8.927]],["name/18042",[88,57.883]],["parent/18042",[4772,6.894]],["name/18043",[173,20.78]],["parent/18043",[4828,10.024]],["name/18044",[408,29.731]],["parent/18044",[4829,8.081]],["name/18045",[340,56.068]],["parent/18045",[4829,8.081]],["name/18046",[666,58.27]],["parent/18046",[4829,8.081]],["name/18047",[334,56.147]],["parent/18047",[4829,8.081]],["name/18048",[667,58.27]],["parent/18048",[4829,8.081]],["name/18049",[668,58.27]],["parent/18049",[4829,8.081]],["name/18050",[669,58.27]],["parent/18050",[4829,8.081]],["name/18051",[670,58.27]],["parent/18051",[4829,8.081]],["name/18052",[671,58.27]],["parent/18052",[4829,8.081]],["name/18053",[672,58.27]],["parent/18053",[4829,8.081]],["name/18054",[89,57.511]],["parent/18054",[4772,6.894]],["name/18055",[173,20.78]],["parent/18055",[4830,10.024]],["name/18056",[408,29.731]],["parent/18056",[4831,8.727]],["name/18057",[675,58.27]],["parent/18057",[4831,8.727]],["name/18058",[676,58.27]],["parent/18058",[4831,8.727]],["name/18059",[677,58.27]],["parent/18059",[4831,8.727]],["name/18060",[678,58.27]],["parent/18060",[4831,8.727]],["name/18061",[90,57.883]],["parent/18061",[4772,6.894]],["name/18062",[173,20.78]],["parent/18062",[4832,10.024]],["name/18063",[562,45.295]],["parent/18063",[4833,9.178]],["name/18064",[532,51.363]],["parent/18064",[4833,9.178]],["name/18065",[681,58.27]],["parent/18065",[4833,9.178]],["name/18066",[91,58.075]],["parent/18066",[4772,6.894]],["name/18067",[173,20.78]],["parent/18067",[4834,10.024]],["name/18068",[408,29.731]],["parent/18068",[4835,8.927]],["name/18069",[684,51.363]],["parent/18069",[4835,8.927]],["name/18070",[172,58.075]],["parent/18070",[4835,8.927]],["name/18071",[592,51.363]],["parent/18071",[4835,8.927]],["name/18072",[95,58.075]],["parent/18072",[4772,6.894]],["name/18073",[173,20.78]],["parent/18073",[4836,10.024]],["name/18074",[686,54.532]],["parent/18074",[4837,8.292]],["name/18075",[582,51.363]],["parent/18075",[4837,8.292]],["name/18076",[688,58.27]],["parent/18076",[4837,8.292]],["name/18077",[511,47.317]],["parent/18077",[4837,8.292]],["name/18078",[591,49.811]],["parent/18078",[4837,8.292]],["name/18079",[352,50.243]],["parent/18079",[4837,8.292]],["name/18080",[684,51.363]],["parent/18080",[4837,8.292]],["name/18081",[689,58.27]],["parent/18081",[4837,8.292]],["name/18082",[97,55.911]],["parent/18082",[4772,6.894]],["name/18083",[173,20.78]],["parent/18083",[4838,10.024]],["name/18084",[417,58.075]],["parent/18084",[4839,8.927]],["name/18085",[419,58.075]],["parent/18085",[4839,8.927]],["name/18086",[420,58.075]],["parent/18086",[4839,8.927]],["name/18087",[421,44.394]],["parent/18087",[4839,8.927]],["name/18088",[3002,69.355]],["parent/18088",[136,9.514]],["name/18089",[73,51.562]],["parent/18089",[4840,6.894]],["name/18090",[173,20.78]],["parent/18090",[4841,10.024]],["name/18091",[504,58.27]],["parent/18091",[4842,8.927]],["name/18092",[506,58.27]],["parent/18092",[4842,8.927]],["name/18093",[155,37.858]],["parent/18093",[4842,8.927]],["name/18094",[507,58.27]],["parent/18094",[4842,8.927]],["name/18095",[92,51.167]],["parent/18095",[4840,6.894]],["name/18096",[173,20.78]],["parent/18096",[4843,10.024]],["name/18097",[509,58.27]],["parent/18097",[4844,8.727]],["name/18098",[511,47.317]],["parent/18098",[4844,8.727]],["name/18099",[512,51.363]],["parent/18099",[4844,8.727]],["name/18100",[344,48.357]],["parent/18100",[4844,8.727]],["name/18101",[513,51.363]],["parent/18101",[4844,8.727]],["name/18102",[65,47.186]],["parent/18102",[4840,6.894]],["name/18103",[173,20.78]],["parent/18103",[4845,10.024]],["name/18104",[408,29.731]],["parent/18104",[4846,7.413]],["name/18105",[493,49.276]],["parent/18105",[4846,7.413]],["name/18106",[516,51.363]],["parent/18106",[4846,7.413]],["name/18107",[517,58.27]],["parent/18107",[4846,7.413]],["name/18108",[518,58.27]],["parent/18108",[4846,7.413]],["name/18109",[421,44.394]],["parent/18109",[4846,7.413]],["name/18110",[519,58.27]],["parent/18110",[4846,7.413]],["name/18111",[520,58.27]],["parent/18111",[4846,7.413]],["name/18112",[521,51.363]],["parent/18112",[4846,7.413]],["name/18113",[344,48.357]],["parent/18113",[4846,7.413]],["name/18114",[155,37.858]],["parent/18114",[4846,7.413]],["name/18115",[522,58.27]],["parent/18115",[4846,7.413]],["name/18116",[523,58.27]],["parent/18116",[4846,7.413]],["name/18117",[524,58.27]],["parent/18117",[4846,7.413]],["name/18118",[525,58.27]],["parent/18118",[4846,7.413]],["name/18119",[526,47.618]],["parent/18119",[4846,7.413]],["name/18120",[527,58.27]],["parent/18120",[4846,7.413]],["name/18121",[513,51.363]],["parent/18121",[4846,7.413]],["name/18122",[528,58.27]],["parent/18122",[4846,7.413]],["name/18123",[92,51.167]],["parent/18123",[4846,7.413]],["name/18124",[67,57.883]],["parent/18124",[4840,6.894]],["name/18125",[173,20.78]],["parent/18125",[4847,10.024]],["name/18126",[530,58.27]],["parent/18126",[4848,8.927]],["name/18127",[532,51.363]],["parent/18127",[4848,8.927]],["name/18128",[533,58.27]],["parent/18128",[4848,8.927]],["name/18129",[534,51.363]],["parent/18129",[4848,8.927]],["name/18130",[68,51.167]],["parent/18130",[4840,6.894]],["name/18131",[173,20.78]],["parent/18131",[4849,10.024]],["name/18132",[410,39.926]],["parent/18132",[4850,9.178]],["name/18133",[411,58.075]],["parent/18133",[4850,9.178]],["name/18134",[537,58.27]],["parent/18134",[4850,9.178]],["name/18135",[69,57.883]],["parent/18135",[4840,6.894]],["name/18136",[173,20.78]],["parent/18136",[4851,10.024]],["name/18137",[408,29.731]],["parent/18137",[4852,8.292]],["name/18138",[540,45.268]],["parent/18138",[4852,8.292]],["name/18139",[155,37.858]],["parent/18139",[4852,8.292]],["name/18140",[541,58.27]],["parent/18140",[4852,8.292]],["name/18141",[542,58.27]],["parent/18141",[4852,8.292]],["name/18142",[543,58.27]],["parent/18142",[4852,8.292]],["name/18143",[342,56.068]],["parent/18143",[4852,8.292]],["name/18144",[544,45.905]],["parent/18144",[4852,8.292]],["name/18145",[70,51.167]],["parent/18145",[4840,6.894]],["name/18146",[173,20.78]],["parent/18146",[4853,10.024]],["name/18147",[155,37.858]],["parent/18147",[4854,7.907]],["name/18148",[547,44.444]],["parent/18148",[4854,7.907]],["name/18149",[544,45.905]],["parent/18149",[4854,7.907]],["name/18150",[540,45.268]],["parent/18150",[4854,7.907]],["name/18151",[548,58.27]],["parent/18151",[4854,7.907]],["name/18152",[549,58.27]],["parent/18152",[4854,7.907]],["name/18153",[550,58.27]],["parent/18153",[4854,7.907]],["name/18154",[551,58.27]],["parent/18154",[4854,7.907]],["name/18155",[552,58.27]],["parent/18155",[4854,7.907]],["name/18156",[553,58.27]],["parent/18156",[4854,7.907]],["name/18157",[554,56.227]],["parent/18157",[4854,7.907]],["name/18158",[555,56.227]],["parent/18158",[4854,7.907]],["name/18159",[82,57.511]],["parent/18159",[4840,6.894]],["name/18160",[173,20.78]],["parent/18160",[4855,10.024]],["name/18161",[408,29.731]],["parent/18161",[4856,8.927]],["name/18162",[493,49.276]],["parent/18162",[4856,8.927]],["name/18163",[155,37.858]],["parent/18163",[4856,8.927]],["name/18164",[516,51.363]],["parent/18164",[4856,8.927]],["name/18165",[77,51.167]],["parent/18165",[4840,6.894]],["name/18166",[173,20.78]],["parent/18166",[4857,10.024]],["name/18167",[559,58.27]],["parent/18167",[4858,9.178]],["name/18168",[561,58.27]],["parent/18168",[4858,9.178]],["name/18169",[562,45.295]],["parent/18169",[4858,9.178]],["name/18170",[96,55.911]],["parent/18170",[4840,6.894]],["name/18171",[173,20.78]],["parent/18171",[4859,10.024]],["name/18172",[410,39.926]],["parent/18172",[4860,9.178]],["name/18173",[155,37.858]],["parent/18173",[4860,9.178]],["name/18174",[77,51.167]],["parent/18174",[4860,9.178]],["name/18175",[85,57.978]],["parent/18175",[4840,6.894]],["name/18176",[173,20.78]],["parent/18176",[4861,10.024]],["name/18177",[547,44.444]],["parent/18177",[4862,9.514]],["name/18178",[567,51.363]],["parent/18178",[4862,9.514]],["name/18179",[84,48.96]],["parent/18179",[4840,6.894]],["name/18180",[173,20.78]],["parent/18180",[4863,10.024]],["name/18181",[408,29.731]],["parent/18181",[4864,8.417]],["name/18182",[570,51.363]],["parent/18182",[4864,8.417]],["name/18183",[571,58.27]],["parent/18183",[4864,8.417]],["name/18184",[572,56.227]],["parent/18184",[4864,8.417]],["name/18185",[567,51.363]],["parent/18185",[4864,8.417]],["name/18186",[573,58.27]],["parent/18186",[4864,8.417]],["name/18187",[574,58.27]],["parent/18187",[4864,8.417]],["name/18188",[94,51.023]],["parent/18188",[4840,6.894]],["name/18189",[173,20.78]],["parent/18189",[4865,10.024]],["name/18190",[408,29.731]],["parent/18190",[4866,7.017]],["name/18191",[581,49.316]],["parent/18191",[4866,7.017]],["name/18192",[155,37.858]],["parent/18192",[4866,7.017]],["name/18193",[65,47.186]],["parent/18193",[4866,7.017]],["name/18194",[582,51.363]],["parent/18194",[4866,7.017]],["name/18195",[583,58.27]],["parent/18195",[4866,7.017]],["name/18196",[145,57.978]],["parent/18196",[4866,7.017]],["name/18197",[584,58.27]],["parent/18197",[4866,7.017]],["name/18198",[421,44.394]],["parent/18198",[4866,7.017]],["name/18199",[526,47.618]],["parent/18199",[4866,7.017]],["name/18200",[585,58.27]],["parent/18200",[4866,7.017]],["name/18201",[586,58.27]],["parent/18201",[4866,7.017]],["name/18202",[587,58.27]],["parent/18202",[4866,7.017]],["name/18203",[588,58.27]],["parent/18203",[4866,7.017]],["name/18204",[589,58.27]],["parent/18204",[4866,7.017]],["name/18205",[590,58.27]],["parent/18205",[4866,7.017]],["name/18206",[511,47.317]],["parent/18206",[4866,7.017]],["name/18207",[591,49.811]],["parent/18207",[4866,7.017]],["name/18208",[352,50.243]],["parent/18208",[4866,7.017]],["name/18209",[592,51.363]],["parent/18209",[4866,7.017]],["name/18210",[593,56.227]],["parent/18210",[4866,7.017]],["name/18211",[594,56.227]],["parent/18211",[4866,7.017]],["name/18212",[70,51.167]],["parent/18212",[4866,7.017]],["name/18213",[84,48.96]],["parent/18213",[4866,7.017]],["name/18214",[68,51.167]],["parent/18214",[4866,7.017]],["name/18215",[512,51.363]],["parent/18215",[4866,7.017]],["name/18216",[595,58.27]],["parent/18216",[4866,7.017]],["name/18217",[597,58.27]],["parent/18217",[4866,7.017]],["name/18218",[3030,69.355]],["parent/18218",[4866,7.017]],["name/18219",[387,62.202]],["parent/18219",[4866,7.017]],["name/18220",[71,49.643]],["parent/18220",[4840,6.894]],["name/18221",[173,20.78]],["parent/18221",[4867,10.024]],["name/18222",[599,58.27]],["parent/18222",[4868,9.514]],["name/18223",[601,58.27]],["parent/18223",[4868,9.514]],["name/18224",[72,57.883]],["parent/18224",[4840,6.894]],["name/18225",[173,20.78]],["parent/18225",[4869,10.024]],["name/18226",[408,29.731]],["parent/18226",[4870,8.927]],["name/18227",[562,45.295]],["parent/18227",[4870,8.927]],["name/18228",[604,58.27]],["parent/18228",[4870,8.927]],["name/18229",[605,58.27]],["parent/18229",[4870,8.927]],["name/18230",[74,58.075]],["parent/18230",[4840,6.894]],["name/18231",[173,20.78]],["parent/18231",[4871,10.024]],["name/18232",[408,29.731]],["parent/18232",[4872,8.927]],["name/18233",[410,39.926]],["parent/18233",[4872,8.927]],["name/18234",[521,51.363]],["parent/18234",[4872,8.927]],["name/18235",[608,58.27]],["parent/18235",[4872,8.927]],["name/18236",[75,57.883]],["parent/18236",[4840,6.894]],["name/18237",[173,20.78]],["parent/18237",[4873,10.024]],["name/18238",[410,39.926]],["parent/18238",[4874,9.178]],["name/18239",[611,58.27]],["parent/18239",[4874,9.178]],["name/18240",[612,58.27]],["parent/18240",[4874,9.178]],["name/18241",[76,57.883]],["parent/18241",[4840,6.894]],["name/18242",[173,20.78]],["parent/18242",[4875,10.024]],["name/18243",[408,29.731]],["parent/18243",[4876,8.56]],["name/18244",[615,58.27]],["parent/18244",[4876,8.56]],["name/18245",[71,49.643]],["parent/18245",[4876,8.56]],["name/18246",[570,51.363]],["parent/18246",[4876,8.56]],["name/18247",[616,58.27]],["parent/18247",[4876,8.56]],["name/18248",[617,58.27]],["parent/18248",[4876,8.56]],["name/18249",[78,58.075]],["parent/18249",[4840,6.894]],["name/18250",[173,20.78]],["parent/18250",[4877,10.024]],["name/18251",[619,58.27]],["parent/18251",[4878,8.727]],["name/18252",[621,58.27]],["parent/18252",[4878,8.727]],["name/18253",[622,47.317]],["parent/18253",[4878,8.727]],["name/18254",[623,58.27]],["parent/18254",[4878,8.727]],["name/18255",[624,58.27]],["parent/18255",[4878,8.727]],["name/18256",[98,51.167]],["parent/18256",[4840,6.894]],["name/18257",[173,20.78]],["parent/18257",[4879,10.024]],["name/18258",[626,58.27]],["parent/18258",[4880,10.024]],["name/18259",[93,50.025]],["parent/18259",[4840,6.894]],["name/18260",[173,20.78]],["parent/18260",[4881,10.024]],["name/18261",[629,58.27]],["parent/18261",[4882,9.178]],["name/18262",[631,58.27]],["parent/18262",[4882,9.178]],["name/18263",[632,58.27]],["parent/18263",[4882,9.178]],["name/18264",[79,57.883]],["parent/18264",[4840,6.894]],["name/18265",[173,20.78]],["parent/18265",[4883,10.024]],["name/18266",[581,49.316]],["parent/18266",[4884,7.907]],["name/18267",[547,44.444]],["parent/18267",[4884,7.907]],["name/18268",[544,45.905]],["parent/18268",[4884,7.907]],["name/18269",[635,58.27]],["parent/18269",[4884,7.907]],["name/18270",[636,46.586]],["parent/18270",[4884,7.907]],["name/18271",[637,58.27]],["parent/18271",[4884,7.907]],["name/18272",[98,51.167]],["parent/18272",[4884,7.907]],["name/18273",[93,50.025]],["parent/18273",[4884,7.907]],["name/18274",[638,58.27]],["parent/18274",[4884,7.907]],["name/18275",[639,58.27]],["parent/18275",[4884,7.907]],["name/18276",[640,58.27]],["parent/18276",[4884,7.907]],["name/18277",[534,51.363]],["parent/18277",[4884,7.907]],["name/18278",[80,55.757]],["parent/18278",[4840,6.894]],["name/18279",[173,20.78]],["parent/18279",[4885,10.024]],["name/18280",[408,29.731]],["parent/18280",[4886,9.514]],["name/18281",[547,44.444]],["parent/18281",[4886,9.514]],["name/18282",[81,57.883]],["parent/18282",[4840,6.894]],["name/18283",[173,20.78]],["parent/18283",[4887,10.024]],["name/18284",[644,58.27]],["parent/18284",[4888,8.927]],["name/18285",[173,20.78]],["parent/18285",[4888,8.927]],["name/18286",[646,51.363]],["parent/18286",[4889,8.56]],["name/18287",[636,46.586]],["parent/18287",[4889,8.56]],["name/18288",[622,47.317]],["parent/18288",[4889,8.56]],["name/18289",[648,58.27]],["parent/18289",[4888,8.927]],["name/18290",[173,20.78]],["parent/18290",[4888,8.927]],["name/18291",[646,51.363]],["parent/18291",[4889,8.56]],["name/18292",[636,46.586]],["parent/18292",[4889,8.56]],["name/18293",[622,47.317]],["parent/18293",[4889,8.56]],["name/18294",[83,55.604]],["parent/18294",[4840,6.894]],["name/18295",[173,20.78]],["parent/18295",[4890,10.024]],["name/18296",[65,47.186]],["parent/18296",[4891,8.727]],["name/18297",[421,44.394]],["parent/18297",[4891,8.727]],["name/18298",[408,29.731]],["parent/18298",[4891,8.727]],["name/18299",[94,51.023]],["parent/18299",[4891,8.727]],["name/18300",[540,45.268]],["parent/18300",[4891,8.727]],["name/18301",[651,56.147]],["parent/18301",[4840,6.894]],["name/18302",[86,57.883]],["parent/18302",[4840,6.894]],["name/18303",[173,20.78]],["parent/18303",[4892,10.024]],["name/18304",[653,58.27]],["parent/18304",[4893,8.727]],["name/18305",[655,58.27]],["parent/18305",[4893,8.727]],["name/18306",[656,58.27]],["parent/18306",[4893,8.727]],["name/18307",[657,58.27]],["parent/18307",[4893,8.727]],["name/18308",[658,58.27]],["parent/18308",[4893,8.727]],["name/18309",[87,58.075]],["parent/18309",[4840,6.894]],["name/18310",[173,20.78]],["parent/18310",[4894,10.024]],["name/18311",[408,29.731]],["parent/18311",[4895,8.927]],["name/18312",[661,58.27]],["parent/18312",[4895,8.927]],["name/18313",[662,58.27]],["parent/18313",[4895,8.927]],["name/18314",[663,58.27]],["parent/18314",[4895,8.927]],["name/18315",[88,57.883]],["parent/18315",[4840,6.894]],["name/18316",[173,20.78]],["parent/18316",[4896,10.024]],["name/18317",[408,29.731]],["parent/18317",[4897,8.081]],["name/18318",[340,56.068]],["parent/18318",[4897,8.081]],["name/18319",[666,58.27]],["parent/18319",[4897,8.081]],["name/18320",[334,56.147]],["parent/18320",[4897,8.081]],["name/18321",[667,58.27]],["parent/18321",[4897,8.081]],["name/18322",[668,58.27]],["parent/18322",[4897,8.081]],["name/18323",[669,58.27]],["parent/18323",[4897,8.081]],["name/18324",[670,58.27]],["parent/18324",[4897,8.081]],["name/18325",[671,58.27]],["parent/18325",[4897,8.081]],["name/18326",[672,58.27]],["parent/18326",[4897,8.081]],["name/18327",[89,57.511]],["parent/18327",[4840,6.894]],["name/18328",[173,20.78]],["parent/18328",[4898,10.024]],["name/18329",[408,29.731]],["parent/18329",[4899,8.727]],["name/18330",[675,58.27]],["parent/18330",[4899,8.727]],["name/18331",[676,58.27]],["parent/18331",[4899,8.727]],["name/18332",[677,58.27]],["parent/18332",[4899,8.727]],["name/18333",[678,58.27]],["parent/18333",[4899,8.727]],["name/18334",[90,57.883]],["parent/18334",[4840,6.894]],["name/18335",[173,20.78]],["parent/18335",[4900,10.024]],["name/18336",[562,45.295]],["parent/18336",[4901,9.178]],["name/18337",[532,51.363]],["parent/18337",[4901,9.178]],["name/18338",[681,58.27]],["parent/18338",[4901,9.178]],["name/18339",[91,58.075]],["parent/18339",[4840,6.894]],["name/18340",[173,20.78]],["parent/18340",[4902,10.024]],["name/18341",[408,29.731]],["parent/18341",[4903,8.927]],["name/18342",[684,51.363]],["parent/18342",[4903,8.927]],["name/18343",[172,58.075]],["parent/18343",[4903,8.927]],["name/18344",[592,51.363]],["parent/18344",[4903,8.927]],["name/18345",[95,58.075]],["parent/18345",[4840,6.894]],["name/18346",[173,20.78]],["parent/18346",[4904,10.024]],["name/18347",[686,54.532]],["parent/18347",[4905,8.292]],["name/18348",[582,51.363]],["parent/18348",[4905,8.292]],["name/18349",[688,58.27]],["parent/18349",[4905,8.292]],["name/18350",[511,47.317]],["parent/18350",[4905,8.292]],["name/18351",[591,49.811]],["parent/18351",[4905,8.292]],["name/18352",[352,50.243]],["parent/18352",[4905,8.292]],["name/18353",[684,51.363]],["parent/18353",[4905,8.292]],["name/18354",[689,58.27]],["parent/18354",[4905,8.292]],["name/18355",[97,55.911]],["parent/18355",[4840,6.894]],["name/18356",[173,20.78]],["parent/18356",[4906,10.024]],["name/18357",[417,58.075]],["parent/18357",[4907,8.927]],["name/18358",[419,58.075]],["parent/18358",[4907,8.927]],["name/18359",[420,58.075]],["parent/18359",[4907,8.927]],["name/18360",[421,44.394]],["parent/18360",[4907,8.927]],["name/18361",[3002,69.355]],["parent/18361",[137,9.514]],["name/18362",[73,51.562]],["parent/18362",[4908,6.894]],["name/18363",[173,20.78]],["parent/18363",[4909,10.024]],["name/18364",[504,58.27]],["parent/18364",[4910,8.927]],["name/18365",[506,58.27]],["parent/18365",[4910,8.927]],["name/18366",[155,37.858]],["parent/18366",[4910,8.927]],["name/18367",[507,58.27]],["parent/18367",[4910,8.927]],["name/18368",[92,51.167]],["parent/18368",[4908,6.894]],["name/18369",[173,20.78]],["parent/18369",[4911,10.024]],["name/18370",[509,58.27]],["parent/18370",[4912,8.727]],["name/18371",[511,47.317]],["parent/18371",[4912,8.727]],["name/18372",[512,51.363]],["parent/18372",[4912,8.727]],["name/18373",[344,48.357]],["parent/18373",[4912,8.727]],["name/18374",[513,51.363]],["parent/18374",[4912,8.727]],["name/18375",[65,47.186]],["parent/18375",[4908,6.894]],["name/18376",[173,20.78]],["parent/18376",[4913,10.024]],["name/18377",[408,29.731]],["parent/18377",[4914,7.413]],["name/18378",[493,49.276]],["parent/18378",[4914,7.413]],["name/18379",[516,51.363]],["parent/18379",[4914,7.413]],["name/18380",[517,58.27]],["parent/18380",[4914,7.413]],["name/18381",[518,58.27]],["parent/18381",[4914,7.413]],["name/18382",[421,44.394]],["parent/18382",[4914,7.413]],["name/18383",[519,58.27]],["parent/18383",[4914,7.413]],["name/18384",[520,58.27]],["parent/18384",[4914,7.413]],["name/18385",[521,51.363]],["parent/18385",[4914,7.413]],["name/18386",[344,48.357]],["parent/18386",[4914,7.413]],["name/18387",[155,37.858]],["parent/18387",[4914,7.413]],["name/18388",[522,58.27]],["parent/18388",[4914,7.413]],["name/18389",[523,58.27]],["parent/18389",[4914,7.413]],["name/18390",[524,58.27]],["parent/18390",[4914,7.413]],["name/18391",[525,58.27]],["parent/18391",[4914,7.413]],["name/18392",[526,47.618]],["parent/18392",[4914,7.413]],["name/18393",[527,58.27]],["parent/18393",[4914,7.413]],["name/18394",[513,51.363]],["parent/18394",[4914,7.413]],["name/18395",[528,58.27]],["parent/18395",[4914,7.413]],["name/18396",[92,51.167]],["parent/18396",[4914,7.413]],["name/18397",[67,57.883]],["parent/18397",[4908,6.894]],["name/18398",[173,20.78]],["parent/18398",[4915,10.024]],["name/18399",[530,58.27]],["parent/18399",[4916,8.927]],["name/18400",[532,51.363]],["parent/18400",[4916,8.927]],["name/18401",[533,58.27]],["parent/18401",[4916,8.927]],["name/18402",[534,51.363]],["parent/18402",[4916,8.927]],["name/18403",[68,51.167]],["parent/18403",[4908,6.894]],["name/18404",[173,20.78]],["parent/18404",[4917,10.024]],["name/18405",[410,39.926]],["parent/18405",[4918,9.178]],["name/18406",[411,58.075]],["parent/18406",[4918,9.178]],["name/18407",[537,58.27]],["parent/18407",[4918,9.178]],["name/18408",[69,57.883]],["parent/18408",[4908,6.894]],["name/18409",[173,20.78]],["parent/18409",[4919,10.024]],["name/18410",[408,29.731]],["parent/18410",[4920,8.292]],["name/18411",[540,45.268]],["parent/18411",[4920,8.292]],["name/18412",[155,37.858]],["parent/18412",[4920,8.292]],["name/18413",[541,58.27]],["parent/18413",[4920,8.292]],["name/18414",[542,58.27]],["parent/18414",[4920,8.292]],["name/18415",[543,58.27]],["parent/18415",[4920,8.292]],["name/18416",[342,56.068]],["parent/18416",[4920,8.292]],["name/18417",[544,45.905]],["parent/18417",[4920,8.292]],["name/18418",[70,51.167]],["parent/18418",[4908,6.894]],["name/18419",[173,20.78]],["parent/18419",[4921,10.024]],["name/18420",[155,37.858]],["parent/18420",[4922,7.907]],["name/18421",[547,44.444]],["parent/18421",[4922,7.907]],["name/18422",[544,45.905]],["parent/18422",[4922,7.907]],["name/18423",[540,45.268]],["parent/18423",[4922,7.907]],["name/18424",[548,58.27]],["parent/18424",[4922,7.907]],["name/18425",[549,58.27]],["parent/18425",[4922,7.907]],["name/18426",[550,58.27]],["parent/18426",[4922,7.907]],["name/18427",[551,58.27]],["parent/18427",[4922,7.907]],["name/18428",[552,58.27]],["parent/18428",[4922,7.907]],["name/18429",[553,58.27]],["parent/18429",[4922,7.907]],["name/18430",[554,56.227]],["parent/18430",[4922,7.907]],["name/18431",[555,56.227]],["parent/18431",[4922,7.907]],["name/18432",[82,57.511]],["parent/18432",[4908,6.894]],["name/18433",[173,20.78]],["parent/18433",[4923,10.024]],["name/18434",[408,29.731]],["parent/18434",[4924,8.927]],["name/18435",[493,49.276]],["parent/18435",[4924,8.927]],["name/18436",[155,37.858]],["parent/18436",[4924,8.927]],["name/18437",[516,51.363]],["parent/18437",[4924,8.927]],["name/18438",[77,51.167]],["parent/18438",[4908,6.894]],["name/18439",[173,20.78]],["parent/18439",[4925,10.024]],["name/18440",[559,58.27]],["parent/18440",[4926,9.178]],["name/18441",[561,58.27]],["parent/18441",[4926,9.178]],["name/18442",[562,45.295]],["parent/18442",[4926,9.178]],["name/18443",[96,55.911]],["parent/18443",[4908,6.894]],["name/18444",[173,20.78]],["parent/18444",[4927,10.024]],["name/18445",[410,39.926]],["parent/18445",[4928,9.178]],["name/18446",[155,37.858]],["parent/18446",[4928,9.178]],["name/18447",[77,51.167]],["parent/18447",[4928,9.178]],["name/18448",[85,57.978]],["parent/18448",[4908,6.894]],["name/18449",[173,20.78]],["parent/18449",[4929,10.024]],["name/18450",[547,44.444]],["parent/18450",[4930,9.514]],["name/18451",[567,51.363]],["parent/18451",[4930,9.514]],["name/18452",[84,48.96]],["parent/18452",[4908,6.894]],["name/18453",[173,20.78]],["parent/18453",[4931,10.024]],["name/18454",[408,29.731]],["parent/18454",[4932,8.417]],["name/18455",[570,51.363]],["parent/18455",[4932,8.417]],["name/18456",[571,58.27]],["parent/18456",[4932,8.417]],["name/18457",[572,56.227]],["parent/18457",[4932,8.417]],["name/18458",[567,51.363]],["parent/18458",[4932,8.417]],["name/18459",[573,58.27]],["parent/18459",[4932,8.417]],["name/18460",[574,58.27]],["parent/18460",[4932,8.417]],["name/18461",[94,51.023]],["parent/18461",[4908,6.894]],["name/18462",[173,20.78]],["parent/18462",[4933,10.024]],["name/18463",[408,29.731]],["parent/18463",[4934,7.017]],["name/18464",[581,49.316]],["parent/18464",[4934,7.017]],["name/18465",[155,37.858]],["parent/18465",[4934,7.017]],["name/18466",[65,47.186]],["parent/18466",[4934,7.017]],["name/18467",[582,51.363]],["parent/18467",[4934,7.017]],["name/18468",[583,58.27]],["parent/18468",[4934,7.017]],["name/18469",[145,57.978]],["parent/18469",[4934,7.017]],["name/18470",[584,58.27]],["parent/18470",[4934,7.017]],["name/18471",[421,44.394]],["parent/18471",[4934,7.017]],["name/18472",[526,47.618]],["parent/18472",[4934,7.017]],["name/18473",[585,58.27]],["parent/18473",[4934,7.017]],["name/18474",[586,58.27]],["parent/18474",[4934,7.017]],["name/18475",[587,58.27]],["parent/18475",[4934,7.017]],["name/18476",[588,58.27]],["parent/18476",[4934,7.017]],["name/18477",[589,58.27]],["parent/18477",[4934,7.017]],["name/18478",[590,58.27]],["parent/18478",[4934,7.017]],["name/18479",[511,47.317]],["parent/18479",[4934,7.017]],["name/18480",[591,49.811]],["parent/18480",[4934,7.017]],["name/18481",[352,50.243]],["parent/18481",[4934,7.017]],["name/18482",[592,51.363]],["parent/18482",[4934,7.017]],["name/18483",[593,56.227]],["parent/18483",[4934,7.017]],["name/18484",[594,56.227]],["parent/18484",[4934,7.017]],["name/18485",[70,51.167]],["parent/18485",[4934,7.017]],["name/18486",[84,48.96]],["parent/18486",[4934,7.017]],["name/18487",[68,51.167]],["parent/18487",[4934,7.017]],["name/18488",[512,51.363]],["parent/18488",[4934,7.017]],["name/18489",[595,58.27]],["parent/18489",[4934,7.017]],["name/18490",[597,58.27]],["parent/18490",[4934,7.017]],["name/18491",[3030,69.355]],["parent/18491",[4934,7.017]],["name/18492",[387,62.202]],["parent/18492",[4934,7.017]],["name/18493",[71,49.643]],["parent/18493",[4908,6.894]],["name/18494",[173,20.78]],["parent/18494",[4935,10.024]],["name/18495",[599,58.27]],["parent/18495",[4936,9.514]],["name/18496",[601,58.27]],["parent/18496",[4936,9.514]],["name/18497",[72,57.883]],["parent/18497",[4908,6.894]],["name/18498",[173,20.78]],["parent/18498",[4937,10.024]],["name/18499",[408,29.731]],["parent/18499",[4938,8.927]],["name/18500",[562,45.295]],["parent/18500",[4938,8.927]],["name/18501",[604,58.27]],["parent/18501",[4938,8.927]],["name/18502",[605,58.27]],["parent/18502",[4938,8.927]],["name/18503",[74,58.075]],["parent/18503",[4908,6.894]],["name/18504",[173,20.78]],["parent/18504",[4939,10.024]],["name/18505",[408,29.731]],["parent/18505",[4940,8.927]],["name/18506",[410,39.926]],["parent/18506",[4940,8.927]],["name/18507",[521,51.363]],["parent/18507",[4940,8.927]],["name/18508",[608,58.27]],["parent/18508",[4940,8.927]],["name/18509",[75,57.883]],["parent/18509",[4908,6.894]],["name/18510",[173,20.78]],["parent/18510",[4941,10.024]],["name/18511",[410,39.926]],["parent/18511",[4942,9.178]],["name/18512",[611,58.27]],["parent/18512",[4942,9.178]],["name/18513",[612,58.27]],["parent/18513",[4942,9.178]],["name/18514",[76,57.883]],["parent/18514",[4908,6.894]],["name/18515",[173,20.78]],["parent/18515",[4943,10.024]],["name/18516",[408,29.731]],["parent/18516",[4944,8.56]],["name/18517",[615,58.27]],["parent/18517",[4944,8.56]],["name/18518",[71,49.643]],["parent/18518",[4944,8.56]],["name/18519",[570,51.363]],["parent/18519",[4944,8.56]],["name/18520",[616,58.27]],["parent/18520",[4944,8.56]],["name/18521",[617,58.27]],["parent/18521",[4944,8.56]],["name/18522",[78,58.075]],["parent/18522",[4908,6.894]],["name/18523",[173,20.78]],["parent/18523",[4945,10.024]],["name/18524",[619,58.27]],["parent/18524",[4946,8.727]],["name/18525",[621,58.27]],["parent/18525",[4946,8.727]],["name/18526",[622,47.317]],["parent/18526",[4946,8.727]],["name/18527",[623,58.27]],["parent/18527",[4946,8.727]],["name/18528",[624,58.27]],["parent/18528",[4946,8.727]],["name/18529",[98,51.167]],["parent/18529",[4908,6.894]],["name/18530",[173,20.78]],["parent/18530",[4947,10.024]],["name/18531",[626,58.27]],["parent/18531",[4948,10.024]],["name/18532",[93,50.025]],["parent/18532",[4908,6.894]],["name/18533",[173,20.78]],["parent/18533",[4949,10.024]],["name/18534",[629,58.27]],["parent/18534",[4950,9.178]],["name/18535",[631,58.27]],["parent/18535",[4950,9.178]],["name/18536",[632,58.27]],["parent/18536",[4950,9.178]],["name/18537",[79,57.883]],["parent/18537",[4908,6.894]],["name/18538",[173,20.78]],["parent/18538",[4951,10.024]],["name/18539",[581,49.316]],["parent/18539",[4952,7.907]],["name/18540",[547,44.444]],["parent/18540",[4952,7.907]],["name/18541",[544,45.905]],["parent/18541",[4952,7.907]],["name/18542",[635,58.27]],["parent/18542",[4952,7.907]],["name/18543",[636,46.586]],["parent/18543",[4952,7.907]],["name/18544",[637,58.27]],["parent/18544",[4952,7.907]],["name/18545",[98,51.167]],["parent/18545",[4952,7.907]],["name/18546",[93,50.025]],["parent/18546",[4952,7.907]],["name/18547",[638,58.27]],["parent/18547",[4952,7.907]],["name/18548",[639,58.27]],["parent/18548",[4952,7.907]],["name/18549",[640,58.27]],["parent/18549",[4952,7.907]],["name/18550",[534,51.363]],["parent/18550",[4952,7.907]],["name/18551",[80,55.757]],["parent/18551",[4908,6.894]],["name/18552",[173,20.78]],["parent/18552",[4953,10.024]],["name/18553",[408,29.731]],["parent/18553",[4954,9.514]],["name/18554",[547,44.444]],["parent/18554",[4954,9.514]],["name/18555",[81,57.883]],["parent/18555",[4908,6.894]],["name/18556",[173,20.78]],["parent/18556",[4955,10.024]],["name/18557",[644,58.27]],["parent/18557",[4956,8.927]],["name/18558",[173,20.78]],["parent/18558",[4956,8.927]],["name/18559",[646,51.363]],["parent/18559",[4957,8.56]],["name/18560",[636,46.586]],["parent/18560",[4957,8.56]],["name/18561",[622,47.317]],["parent/18561",[4957,8.56]],["name/18562",[648,58.27]],["parent/18562",[4956,8.927]],["name/18563",[173,20.78]],["parent/18563",[4956,8.927]],["name/18564",[646,51.363]],["parent/18564",[4957,8.56]],["name/18565",[636,46.586]],["parent/18565",[4957,8.56]],["name/18566",[622,47.317]],["parent/18566",[4957,8.56]],["name/18567",[83,55.604]],["parent/18567",[4908,6.894]],["name/18568",[173,20.78]],["parent/18568",[4958,10.024]],["name/18569",[65,47.186]],["parent/18569",[4959,8.727]],["name/18570",[421,44.394]],["parent/18570",[4959,8.727]],["name/18571",[408,29.731]],["parent/18571",[4959,8.727]],["name/18572",[94,51.023]],["parent/18572",[4959,8.727]],["name/18573",[540,45.268]],["parent/18573",[4959,8.727]],["name/18574",[651,56.147]],["parent/18574",[4908,6.894]],["name/18575",[86,57.883]],["parent/18575",[4908,6.894]],["name/18576",[173,20.78]],["parent/18576",[4960,10.024]],["name/18577",[653,58.27]],["parent/18577",[4961,8.727]],["name/18578",[655,58.27]],["parent/18578",[4961,8.727]],["name/18579",[656,58.27]],["parent/18579",[4961,8.727]],["name/18580",[657,58.27]],["parent/18580",[4961,8.727]],["name/18581",[658,58.27]],["parent/18581",[4961,8.727]],["name/18582",[87,58.075]],["parent/18582",[4908,6.894]],["name/18583",[173,20.78]],["parent/18583",[4962,10.024]],["name/18584",[408,29.731]],["parent/18584",[4963,8.927]],["name/18585",[661,58.27]],["parent/18585",[4963,8.927]],["name/18586",[662,58.27]],["parent/18586",[4963,8.927]],["name/18587",[663,58.27]],["parent/18587",[4963,8.927]],["name/18588",[88,57.883]],["parent/18588",[4908,6.894]],["name/18589",[173,20.78]],["parent/18589",[4964,10.024]],["name/18590",[408,29.731]],["parent/18590",[4965,8.081]],["name/18591",[340,56.068]],["parent/18591",[4965,8.081]],["name/18592",[666,58.27]],["parent/18592",[4965,8.081]],["name/18593",[334,56.147]],["parent/18593",[4965,8.081]],["name/18594",[667,58.27]],["parent/18594",[4965,8.081]],["name/18595",[668,58.27]],["parent/18595",[4965,8.081]],["name/18596",[669,58.27]],["parent/18596",[4965,8.081]],["name/18597",[670,58.27]],["parent/18597",[4965,8.081]],["name/18598",[671,58.27]],["parent/18598",[4965,8.081]],["name/18599",[672,58.27]],["parent/18599",[4965,8.081]],["name/18600",[89,57.511]],["parent/18600",[4908,6.894]],["name/18601",[173,20.78]],["parent/18601",[4966,10.024]],["name/18602",[408,29.731]],["parent/18602",[4967,8.727]],["name/18603",[675,58.27]],["parent/18603",[4967,8.727]],["name/18604",[676,58.27]],["parent/18604",[4967,8.727]],["name/18605",[677,58.27]],["parent/18605",[4967,8.727]],["name/18606",[678,58.27]],["parent/18606",[4967,8.727]],["name/18607",[90,57.883]],["parent/18607",[4908,6.894]],["name/18608",[173,20.78]],["parent/18608",[4968,10.024]],["name/18609",[562,45.295]],["parent/18609",[4969,9.178]],["name/18610",[532,51.363]],["parent/18610",[4969,9.178]],["name/18611",[681,58.27]],["parent/18611",[4969,9.178]],["name/18612",[91,58.075]],["parent/18612",[4908,6.894]],["name/18613",[173,20.78]],["parent/18613",[4970,10.024]],["name/18614",[408,29.731]],["parent/18614",[4971,8.927]],["name/18615",[684,51.363]],["parent/18615",[4971,8.927]],["name/18616",[172,58.075]],["parent/18616",[4971,8.927]],["name/18617",[592,51.363]],["parent/18617",[4971,8.927]],["name/18618",[95,58.075]],["parent/18618",[4908,6.894]],["name/18619",[173,20.78]],["parent/18619",[4972,10.024]],["name/18620",[686,54.532]],["parent/18620",[4973,8.292]],["name/18621",[582,51.363]],["parent/18621",[4973,8.292]],["name/18622",[688,58.27]],["parent/18622",[4973,8.292]],["name/18623",[511,47.317]],["parent/18623",[4973,8.292]],["name/18624",[591,49.811]],["parent/18624",[4973,8.292]],["name/18625",[352,50.243]],["parent/18625",[4973,8.292]],["name/18626",[684,51.363]],["parent/18626",[4973,8.292]],["name/18627",[689,58.27]],["parent/18627",[4973,8.292]],["name/18628",[97,55.911]],["parent/18628",[4908,6.894]],["name/18629",[173,20.78]],["parent/18629",[4974,10.024]],["name/18630",[417,58.075]],["parent/18630",[4975,8.927]],["name/18631",[419,58.075]],["parent/18631",[4975,8.927]],["name/18632",[420,58.075]],["parent/18632",[4975,8.927]],["name/18633",[421,44.394]],["parent/18633",[4975,8.927]],["name/18634",[3002,69.355]],["parent/18634",[138,9.514]],["name/18635",[73,51.562]],["parent/18635",[4976,6.894]],["name/18636",[173,20.78]],["parent/18636",[4977,10.024]],["name/18637",[504,58.27]],["parent/18637",[4978,8.927]],["name/18638",[506,58.27]],["parent/18638",[4978,8.927]],["name/18639",[155,37.858]],["parent/18639",[4978,8.927]],["name/18640",[507,58.27]],["parent/18640",[4978,8.927]],["name/18641",[92,51.167]],["parent/18641",[4976,6.894]],["name/18642",[173,20.78]],["parent/18642",[4979,10.024]],["name/18643",[509,58.27]],["parent/18643",[4980,8.727]],["name/18644",[511,47.317]],["parent/18644",[4980,8.727]],["name/18645",[512,51.363]],["parent/18645",[4980,8.727]],["name/18646",[344,48.357]],["parent/18646",[4980,8.727]],["name/18647",[513,51.363]],["parent/18647",[4980,8.727]],["name/18648",[65,47.186]],["parent/18648",[4976,6.894]],["name/18649",[173,20.78]],["parent/18649",[4981,10.024]],["name/18650",[408,29.731]],["parent/18650",[4982,7.413]],["name/18651",[493,49.276]],["parent/18651",[4982,7.413]],["name/18652",[516,51.363]],["parent/18652",[4982,7.413]],["name/18653",[517,58.27]],["parent/18653",[4982,7.413]],["name/18654",[518,58.27]],["parent/18654",[4982,7.413]],["name/18655",[421,44.394]],["parent/18655",[4982,7.413]],["name/18656",[519,58.27]],["parent/18656",[4982,7.413]],["name/18657",[520,58.27]],["parent/18657",[4982,7.413]],["name/18658",[521,51.363]],["parent/18658",[4982,7.413]],["name/18659",[344,48.357]],["parent/18659",[4982,7.413]],["name/18660",[155,37.858]],["parent/18660",[4982,7.413]],["name/18661",[522,58.27]],["parent/18661",[4982,7.413]],["name/18662",[523,58.27]],["parent/18662",[4982,7.413]],["name/18663",[524,58.27]],["parent/18663",[4982,7.413]],["name/18664",[525,58.27]],["parent/18664",[4982,7.413]],["name/18665",[526,47.618]],["parent/18665",[4982,7.413]],["name/18666",[527,58.27]],["parent/18666",[4982,7.413]],["name/18667",[513,51.363]],["parent/18667",[4982,7.413]],["name/18668",[528,58.27]],["parent/18668",[4982,7.413]],["name/18669",[92,51.167]],["parent/18669",[4982,7.413]],["name/18670",[67,57.883]],["parent/18670",[4976,6.894]],["name/18671",[173,20.78]],["parent/18671",[4983,10.024]],["name/18672",[530,58.27]],["parent/18672",[4984,8.927]],["name/18673",[532,51.363]],["parent/18673",[4984,8.927]],["name/18674",[533,58.27]],["parent/18674",[4984,8.927]],["name/18675",[534,51.363]],["parent/18675",[4984,8.927]],["name/18676",[68,51.167]],["parent/18676",[4976,6.894]],["name/18677",[173,20.78]],["parent/18677",[4985,10.024]],["name/18678",[410,39.926]],["parent/18678",[4986,9.178]],["name/18679",[411,58.075]],["parent/18679",[4986,9.178]],["name/18680",[537,58.27]],["parent/18680",[4986,9.178]],["name/18681",[69,57.883]],["parent/18681",[4976,6.894]],["name/18682",[173,20.78]],["parent/18682",[4987,10.024]],["name/18683",[408,29.731]],["parent/18683",[4988,8.292]],["name/18684",[540,45.268]],["parent/18684",[4988,8.292]],["name/18685",[155,37.858]],["parent/18685",[4988,8.292]],["name/18686",[541,58.27]],["parent/18686",[4988,8.292]],["name/18687",[542,58.27]],["parent/18687",[4988,8.292]],["name/18688",[543,58.27]],["parent/18688",[4988,8.292]],["name/18689",[342,56.068]],["parent/18689",[4988,8.292]],["name/18690",[544,45.905]],["parent/18690",[4988,8.292]],["name/18691",[70,51.167]],["parent/18691",[4976,6.894]],["name/18692",[173,20.78]],["parent/18692",[4989,10.024]],["name/18693",[155,37.858]],["parent/18693",[4990,7.907]],["name/18694",[547,44.444]],["parent/18694",[4990,7.907]],["name/18695",[544,45.905]],["parent/18695",[4990,7.907]],["name/18696",[540,45.268]],["parent/18696",[4990,7.907]],["name/18697",[548,58.27]],["parent/18697",[4990,7.907]],["name/18698",[549,58.27]],["parent/18698",[4990,7.907]],["name/18699",[550,58.27]],["parent/18699",[4990,7.907]],["name/18700",[551,58.27]],["parent/18700",[4990,7.907]],["name/18701",[552,58.27]],["parent/18701",[4990,7.907]],["name/18702",[553,58.27]],["parent/18702",[4990,7.907]],["name/18703",[554,56.227]],["parent/18703",[4990,7.907]],["name/18704",[555,56.227]],["parent/18704",[4990,7.907]],["name/18705",[82,57.511]],["parent/18705",[4976,6.894]],["name/18706",[173,20.78]],["parent/18706",[4991,10.024]],["name/18707",[408,29.731]],["parent/18707",[4992,8.927]],["name/18708",[493,49.276]],["parent/18708",[4992,8.927]],["name/18709",[155,37.858]],["parent/18709",[4992,8.927]],["name/18710",[516,51.363]],["parent/18710",[4992,8.927]],["name/18711",[77,51.167]],["parent/18711",[4976,6.894]],["name/18712",[173,20.78]],["parent/18712",[4993,10.024]],["name/18713",[559,58.27]],["parent/18713",[4994,9.178]],["name/18714",[561,58.27]],["parent/18714",[4994,9.178]],["name/18715",[562,45.295]],["parent/18715",[4994,9.178]],["name/18716",[96,55.911]],["parent/18716",[4976,6.894]],["name/18717",[173,20.78]],["parent/18717",[4995,10.024]],["name/18718",[410,39.926]],["parent/18718",[4996,9.178]],["name/18719",[155,37.858]],["parent/18719",[4996,9.178]],["name/18720",[77,51.167]],["parent/18720",[4996,9.178]],["name/18721",[85,57.978]],["parent/18721",[4976,6.894]],["name/18722",[173,20.78]],["parent/18722",[4997,10.024]],["name/18723",[547,44.444]],["parent/18723",[4998,9.514]],["name/18724",[567,51.363]],["parent/18724",[4998,9.514]],["name/18725",[84,48.96]],["parent/18725",[4976,6.894]],["name/18726",[173,20.78]],["parent/18726",[4999,10.024]],["name/18727",[408,29.731]],["parent/18727",[5000,8.417]],["name/18728",[570,51.363]],["parent/18728",[5000,8.417]],["name/18729",[571,58.27]],["parent/18729",[5000,8.417]],["name/18730",[572,56.227]],["parent/18730",[5000,8.417]],["name/18731",[567,51.363]],["parent/18731",[5000,8.417]],["name/18732",[573,58.27]],["parent/18732",[5000,8.417]],["name/18733",[574,58.27]],["parent/18733",[5000,8.417]],["name/18734",[94,51.023]],["parent/18734",[4976,6.894]],["name/18735",[173,20.78]],["parent/18735",[5001,10.024]],["name/18736",[408,29.731]],["parent/18736",[5002,7.017]],["name/18737",[581,49.316]],["parent/18737",[5002,7.017]],["name/18738",[155,37.858]],["parent/18738",[5002,7.017]],["name/18739",[65,47.186]],["parent/18739",[5002,7.017]],["name/18740",[582,51.363]],["parent/18740",[5002,7.017]],["name/18741",[583,58.27]],["parent/18741",[5002,7.017]],["name/18742",[145,57.978]],["parent/18742",[5002,7.017]],["name/18743",[584,58.27]],["parent/18743",[5002,7.017]],["name/18744",[421,44.394]],["parent/18744",[5002,7.017]],["name/18745",[526,47.618]],["parent/18745",[5002,7.017]],["name/18746",[585,58.27]],["parent/18746",[5002,7.017]],["name/18747",[586,58.27]],["parent/18747",[5002,7.017]],["name/18748",[587,58.27]],["parent/18748",[5002,7.017]],["name/18749",[588,58.27]],["parent/18749",[5002,7.017]],["name/18750",[589,58.27]],["parent/18750",[5002,7.017]],["name/18751",[590,58.27]],["parent/18751",[5002,7.017]],["name/18752",[511,47.317]],["parent/18752",[5002,7.017]],["name/18753",[591,49.811]],["parent/18753",[5002,7.017]],["name/18754",[352,50.243]],["parent/18754",[5002,7.017]],["name/18755",[592,51.363]],["parent/18755",[5002,7.017]],["name/18756",[593,56.227]],["parent/18756",[5002,7.017]],["name/18757",[594,56.227]],["parent/18757",[5002,7.017]],["name/18758",[70,51.167]],["parent/18758",[5002,7.017]],["name/18759",[84,48.96]],["parent/18759",[5002,7.017]],["name/18760",[68,51.167]],["parent/18760",[5002,7.017]],["name/18761",[512,51.363]],["parent/18761",[5002,7.017]],["name/18762",[595,58.27]],["parent/18762",[5002,7.017]],["name/18763",[597,58.27]],["parent/18763",[5002,7.017]],["name/18764",[3030,69.355]],["parent/18764",[5002,7.017]],["name/18765",[387,62.202]],["parent/18765",[5002,7.017]],["name/18766",[71,49.643]],["parent/18766",[4976,6.894]],["name/18767",[173,20.78]],["parent/18767",[5003,10.024]],["name/18768",[599,58.27]],["parent/18768",[5004,9.514]],["name/18769",[601,58.27]],["parent/18769",[5004,9.514]],["name/18770",[72,57.883]],["parent/18770",[4976,6.894]],["name/18771",[173,20.78]],["parent/18771",[5005,10.024]],["name/18772",[408,29.731]],["parent/18772",[5006,8.927]],["name/18773",[562,45.295]],["parent/18773",[5006,8.927]],["name/18774",[604,58.27]],["parent/18774",[5006,8.927]],["name/18775",[605,58.27]],["parent/18775",[5006,8.927]],["name/18776",[74,58.075]],["parent/18776",[4976,6.894]],["name/18777",[173,20.78]],["parent/18777",[5007,10.024]],["name/18778",[408,29.731]],["parent/18778",[5008,8.927]],["name/18779",[410,39.926]],["parent/18779",[5008,8.927]],["name/18780",[521,51.363]],["parent/18780",[5008,8.927]],["name/18781",[608,58.27]],["parent/18781",[5008,8.927]],["name/18782",[75,57.883]],["parent/18782",[4976,6.894]],["name/18783",[173,20.78]],["parent/18783",[5009,10.024]],["name/18784",[410,39.926]],["parent/18784",[5010,9.178]],["name/18785",[611,58.27]],["parent/18785",[5010,9.178]],["name/18786",[612,58.27]],["parent/18786",[5010,9.178]],["name/18787",[76,57.883]],["parent/18787",[4976,6.894]],["name/18788",[173,20.78]],["parent/18788",[5011,10.024]],["name/18789",[408,29.731]],["parent/18789",[5012,8.56]],["name/18790",[615,58.27]],["parent/18790",[5012,8.56]],["name/18791",[71,49.643]],["parent/18791",[5012,8.56]],["name/18792",[570,51.363]],["parent/18792",[5012,8.56]],["name/18793",[616,58.27]],["parent/18793",[5012,8.56]],["name/18794",[617,58.27]],["parent/18794",[5012,8.56]],["name/18795",[78,58.075]],["parent/18795",[4976,6.894]],["name/18796",[173,20.78]],["parent/18796",[5013,10.024]],["name/18797",[619,58.27]],["parent/18797",[5014,8.727]],["name/18798",[621,58.27]],["parent/18798",[5014,8.727]],["name/18799",[622,47.317]],["parent/18799",[5014,8.727]],["name/18800",[623,58.27]],["parent/18800",[5014,8.727]],["name/18801",[624,58.27]],["parent/18801",[5014,8.727]],["name/18802",[98,51.167]],["parent/18802",[4976,6.894]],["name/18803",[173,20.78]],["parent/18803",[5015,10.024]],["name/18804",[626,58.27]],["parent/18804",[5016,10.024]],["name/18805",[93,50.025]],["parent/18805",[4976,6.894]],["name/18806",[173,20.78]],["parent/18806",[5017,10.024]],["name/18807",[629,58.27]],["parent/18807",[5018,9.178]],["name/18808",[631,58.27]],["parent/18808",[5018,9.178]],["name/18809",[632,58.27]],["parent/18809",[5018,9.178]],["name/18810",[79,57.883]],["parent/18810",[4976,6.894]],["name/18811",[173,20.78]],["parent/18811",[5019,10.024]],["name/18812",[581,49.316]],["parent/18812",[5020,7.907]],["name/18813",[547,44.444]],["parent/18813",[5020,7.907]],["name/18814",[544,45.905]],["parent/18814",[5020,7.907]],["name/18815",[635,58.27]],["parent/18815",[5020,7.907]],["name/18816",[636,46.586]],["parent/18816",[5020,7.907]],["name/18817",[637,58.27]],["parent/18817",[5020,7.907]],["name/18818",[98,51.167]],["parent/18818",[5020,7.907]],["name/18819",[93,50.025]],["parent/18819",[5020,7.907]],["name/18820",[638,58.27]],["parent/18820",[5020,7.907]],["name/18821",[639,58.27]],["parent/18821",[5020,7.907]],["name/18822",[640,58.27]],["parent/18822",[5020,7.907]],["name/18823",[534,51.363]],["parent/18823",[5020,7.907]],["name/18824",[80,55.757]],["parent/18824",[4976,6.894]],["name/18825",[173,20.78]],["parent/18825",[5021,10.024]],["name/18826",[408,29.731]],["parent/18826",[5022,9.514]],["name/18827",[547,44.444]],["parent/18827",[5022,9.514]],["name/18828",[81,57.883]],["parent/18828",[4976,6.894]],["name/18829",[173,20.78]],["parent/18829",[5023,10.024]],["name/18830",[644,58.27]],["parent/18830",[5024,8.927]],["name/18831",[173,20.78]],["parent/18831",[5024,8.927]],["name/18832",[646,51.363]],["parent/18832",[5025,8.56]],["name/18833",[636,46.586]],["parent/18833",[5025,8.56]],["name/18834",[622,47.317]],["parent/18834",[5025,8.56]],["name/18835",[648,58.27]],["parent/18835",[5024,8.927]],["name/18836",[173,20.78]],["parent/18836",[5024,8.927]],["name/18837",[646,51.363]],["parent/18837",[5025,8.56]],["name/18838",[636,46.586]],["parent/18838",[5025,8.56]],["name/18839",[622,47.317]],["parent/18839",[5025,8.56]],["name/18840",[83,55.604]],["parent/18840",[4976,6.894]],["name/18841",[173,20.78]],["parent/18841",[5026,10.024]],["name/18842",[65,47.186]],["parent/18842",[5027,8.727]],["name/18843",[421,44.394]],["parent/18843",[5027,8.727]],["name/18844",[408,29.731]],["parent/18844",[5027,8.727]],["name/18845",[94,51.023]],["parent/18845",[5027,8.727]],["name/18846",[540,45.268]],["parent/18846",[5027,8.727]],["name/18847",[651,56.147]],["parent/18847",[4976,6.894]],["name/18848",[86,57.883]],["parent/18848",[4976,6.894]],["name/18849",[173,20.78]],["parent/18849",[5028,10.024]],["name/18850",[653,58.27]],["parent/18850",[5029,8.727]],["name/18851",[655,58.27]],["parent/18851",[5029,8.727]],["name/18852",[656,58.27]],["parent/18852",[5029,8.727]],["name/18853",[657,58.27]],["parent/18853",[5029,8.727]],["name/18854",[658,58.27]],["parent/18854",[5029,8.727]],["name/18855",[87,58.075]],["parent/18855",[4976,6.894]],["name/18856",[173,20.78]],["parent/18856",[5030,10.024]],["name/18857",[408,29.731]],["parent/18857",[5031,8.927]],["name/18858",[661,58.27]],["parent/18858",[5031,8.927]],["name/18859",[662,58.27]],["parent/18859",[5031,8.927]],["name/18860",[663,58.27]],["parent/18860",[5031,8.927]],["name/18861",[88,57.883]],["parent/18861",[4976,6.894]],["name/18862",[173,20.78]],["parent/18862",[5032,10.024]],["name/18863",[408,29.731]],["parent/18863",[5033,8.081]],["name/18864",[340,56.068]],["parent/18864",[5033,8.081]],["name/18865",[666,58.27]],["parent/18865",[5033,8.081]],["name/18866",[334,56.147]],["parent/18866",[5033,8.081]],["name/18867",[667,58.27]],["parent/18867",[5033,8.081]],["name/18868",[668,58.27]],["parent/18868",[5033,8.081]],["name/18869",[669,58.27]],["parent/18869",[5033,8.081]],["name/18870",[670,58.27]],["parent/18870",[5033,8.081]],["name/18871",[671,58.27]],["parent/18871",[5033,8.081]],["name/18872",[672,58.27]],["parent/18872",[5033,8.081]],["name/18873",[89,57.511]],["parent/18873",[4976,6.894]],["name/18874",[173,20.78]],["parent/18874",[5034,10.024]],["name/18875",[408,29.731]],["parent/18875",[5035,8.727]],["name/18876",[675,58.27]],["parent/18876",[5035,8.727]],["name/18877",[676,58.27]],["parent/18877",[5035,8.727]],["name/18878",[677,58.27]],["parent/18878",[5035,8.727]],["name/18879",[678,58.27]],["parent/18879",[5035,8.727]],["name/18880",[90,57.883]],["parent/18880",[4976,6.894]],["name/18881",[173,20.78]],["parent/18881",[5036,10.024]],["name/18882",[562,45.295]],["parent/18882",[5037,9.178]],["name/18883",[532,51.363]],["parent/18883",[5037,9.178]],["name/18884",[681,58.27]],["parent/18884",[5037,9.178]],["name/18885",[91,58.075]],["parent/18885",[4976,6.894]],["name/18886",[173,20.78]],["parent/18886",[5038,10.024]],["name/18887",[408,29.731]],["parent/18887",[5039,8.927]],["name/18888",[684,51.363]],["parent/18888",[5039,8.927]],["name/18889",[172,58.075]],["parent/18889",[5039,8.927]],["name/18890",[592,51.363]],["parent/18890",[5039,8.927]],["name/18891",[95,58.075]],["parent/18891",[4976,6.894]],["name/18892",[173,20.78]],["parent/18892",[5040,10.024]],["name/18893",[686,54.532]],["parent/18893",[5041,8.292]],["name/18894",[582,51.363]],["parent/18894",[5041,8.292]],["name/18895",[688,58.27]],["parent/18895",[5041,8.292]],["name/18896",[511,47.317]],["parent/18896",[5041,8.292]],["name/18897",[591,49.811]],["parent/18897",[5041,8.292]],["name/18898",[352,50.243]],["parent/18898",[5041,8.292]],["name/18899",[684,51.363]],["parent/18899",[5041,8.292]],["name/18900",[689,58.27]],["parent/18900",[5041,8.292]],["name/18901",[97,55.911]],["parent/18901",[4976,6.894]],["name/18902",[173,20.78]],["parent/18902",[5042,10.024]],["name/18903",[417,58.075]],["parent/18903",[5043,8.927]],["name/18904",[419,58.075]],["parent/18904",[5043,8.927]],["name/18905",[420,58.075]],["parent/18905",[5043,8.927]],["name/18906",[421,44.394]],["parent/18906",[5043,8.927]],["name/18907",[3002,69.355]],["parent/18907",[139,9.514]],["name/18908",[73,51.562]],["parent/18908",[5044,6.894]],["name/18909",[173,20.78]],["parent/18909",[5045,10.024]],["name/18910",[504,58.27]],["parent/18910",[5046,8.927]],["name/18911",[506,58.27]],["parent/18911",[5046,8.927]],["name/18912",[155,37.858]],["parent/18912",[5046,8.927]],["name/18913",[507,58.27]],["parent/18913",[5046,8.927]],["name/18914",[92,51.167]],["parent/18914",[5044,6.894]],["name/18915",[173,20.78]],["parent/18915",[5047,10.024]],["name/18916",[509,58.27]],["parent/18916",[5048,8.727]],["name/18917",[511,47.317]],["parent/18917",[5048,8.727]],["name/18918",[512,51.363]],["parent/18918",[5048,8.727]],["name/18919",[344,48.357]],["parent/18919",[5048,8.727]],["name/18920",[513,51.363]],["parent/18920",[5048,8.727]],["name/18921",[65,47.186]],["parent/18921",[5044,6.894]],["name/18922",[173,20.78]],["parent/18922",[5049,10.024]],["name/18923",[408,29.731]],["parent/18923",[5050,7.413]],["name/18924",[493,49.276]],["parent/18924",[5050,7.413]],["name/18925",[516,51.363]],["parent/18925",[5050,7.413]],["name/18926",[517,58.27]],["parent/18926",[5050,7.413]],["name/18927",[518,58.27]],["parent/18927",[5050,7.413]],["name/18928",[421,44.394]],["parent/18928",[5050,7.413]],["name/18929",[519,58.27]],["parent/18929",[5050,7.413]],["name/18930",[520,58.27]],["parent/18930",[5050,7.413]],["name/18931",[521,51.363]],["parent/18931",[5050,7.413]],["name/18932",[344,48.357]],["parent/18932",[5050,7.413]],["name/18933",[155,37.858]],["parent/18933",[5050,7.413]],["name/18934",[522,58.27]],["parent/18934",[5050,7.413]],["name/18935",[523,58.27]],["parent/18935",[5050,7.413]],["name/18936",[524,58.27]],["parent/18936",[5050,7.413]],["name/18937",[525,58.27]],["parent/18937",[5050,7.413]],["name/18938",[526,47.618]],["parent/18938",[5050,7.413]],["name/18939",[527,58.27]],["parent/18939",[5050,7.413]],["name/18940",[513,51.363]],["parent/18940",[5050,7.413]],["name/18941",[528,58.27]],["parent/18941",[5050,7.413]],["name/18942",[92,51.167]],["parent/18942",[5050,7.413]],["name/18943",[67,57.883]],["parent/18943",[5044,6.894]],["name/18944",[173,20.78]],["parent/18944",[5051,10.024]],["name/18945",[530,58.27]],["parent/18945",[5052,8.927]],["name/18946",[532,51.363]],["parent/18946",[5052,8.927]],["name/18947",[533,58.27]],["parent/18947",[5052,8.927]],["name/18948",[534,51.363]],["parent/18948",[5052,8.927]],["name/18949",[68,51.167]],["parent/18949",[5044,6.894]],["name/18950",[173,20.78]],["parent/18950",[5053,10.024]],["name/18951",[410,39.926]],["parent/18951",[5054,9.178]],["name/18952",[411,58.075]],["parent/18952",[5054,9.178]],["name/18953",[537,58.27]],["parent/18953",[5054,9.178]],["name/18954",[69,57.883]],["parent/18954",[5044,6.894]],["name/18955",[173,20.78]],["parent/18955",[5055,10.024]],["name/18956",[408,29.731]],["parent/18956",[5056,8.292]],["name/18957",[540,45.268]],["parent/18957",[5056,8.292]],["name/18958",[155,37.858]],["parent/18958",[5056,8.292]],["name/18959",[541,58.27]],["parent/18959",[5056,8.292]],["name/18960",[542,58.27]],["parent/18960",[5056,8.292]],["name/18961",[543,58.27]],["parent/18961",[5056,8.292]],["name/18962",[342,56.068]],["parent/18962",[5056,8.292]],["name/18963",[544,45.905]],["parent/18963",[5056,8.292]],["name/18964",[70,51.167]],["parent/18964",[5044,6.894]],["name/18965",[173,20.78]],["parent/18965",[5057,10.024]],["name/18966",[155,37.858]],["parent/18966",[5058,7.907]],["name/18967",[547,44.444]],["parent/18967",[5058,7.907]],["name/18968",[544,45.905]],["parent/18968",[5058,7.907]],["name/18969",[540,45.268]],["parent/18969",[5058,7.907]],["name/18970",[548,58.27]],["parent/18970",[5058,7.907]],["name/18971",[549,58.27]],["parent/18971",[5058,7.907]],["name/18972",[550,58.27]],["parent/18972",[5058,7.907]],["name/18973",[551,58.27]],["parent/18973",[5058,7.907]],["name/18974",[552,58.27]],["parent/18974",[5058,7.907]],["name/18975",[553,58.27]],["parent/18975",[5058,7.907]],["name/18976",[554,56.227]],["parent/18976",[5058,7.907]],["name/18977",[555,56.227]],["parent/18977",[5058,7.907]],["name/18978",[82,57.511]],["parent/18978",[5044,6.894]],["name/18979",[173,20.78]],["parent/18979",[5059,10.024]],["name/18980",[408,29.731]],["parent/18980",[5060,8.927]],["name/18981",[493,49.276]],["parent/18981",[5060,8.927]],["name/18982",[155,37.858]],["parent/18982",[5060,8.927]],["name/18983",[516,51.363]],["parent/18983",[5060,8.927]],["name/18984",[77,51.167]],["parent/18984",[5044,6.894]],["name/18985",[173,20.78]],["parent/18985",[5061,10.024]],["name/18986",[559,58.27]],["parent/18986",[5062,9.178]],["name/18987",[561,58.27]],["parent/18987",[5062,9.178]],["name/18988",[562,45.295]],["parent/18988",[5062,9.178]],["name/18989",[96,55.911]],["parent/18989",[5044,6.894]],["name/18990",[173,20.78]],["parent/18990",[5063,10.024]],["name/18991",[410,39.926]],["parent/18991",[5064,9.178]],["name/18992",[155,37.858]],["parent/18992",[5064,9.178]],["name/18993",[77,51.167]],["parent/18993",[5064,9.178]],["name/18994",[85,57.978]],["parent/18994",[5044,6.894]],["name/18995",[173,20.78]],["parent/18995",[5065,10.024]],["name/18996",[547,44.444]],["parent/18996",[5066,9.514]],["name/18997",[567,51.363]],["parent/18997",[5066,9.514]],["name/18998",[84,48.96]],["parent/18998",[5044,6.894]],["name/18999",[173,20.78]],["parent/18999",[5067,10.024]],["name/19000",[408,29.731]],["parent/19000",[5068,8.417]],["name/19001",[570,51.363]],["parent/19001",[5068,8.417]],["name/19002",[571,58.27]],["parent/19002",[5068,8.417]],["name/19003",[572,56.227]],["parent/19003",[5068,8.417]],["name/19004",[567,51.363]],["parent/19004",[5068,8.417]],["name/19005",[573,58.27]],["parent/19005",[5068,8.417]],["name/19006",[574,58.27]],["parent/19006",[5068,8.417]],["name/19007",[94,51.023]],["parent/19007",[5044,6.894]],["name/19008",[173,20.78]],["parent/19008",[5069,10.024]],["name/19009",[408,29.731]],["parent/19009",[5070,7.017]],["name/19010",[581,49.316]],["parent/19010",[5070,7.017]],["name/19011",[155,37.858]],["parent/19011",[5070,7.017]],["name/19012",[65,47.186]],["parent/19012",[5070,7.017]],["name/19013",[582,51.363]],["parent/19013",[5070,7.017]],["name/19014",[583,58.27]],["parent/19014",[5070,7.017]],["name/19015",[145,57.978]],["parent/19015",[5070,7.017]],["name/19016",[584,58.27]],["parent/19016",[5070,7.017]],["name/19017",[421,44.394]],["parent/19017",[5070,7.017]],["name/19018",[526,47.618]],["parent/19018",[5070,7.017]],["name/19019",[585,58.27]],["parent/19019",[5070,7.017]],["name/19020",[586,58.27]],["parent/19020",[5070,7.017]],["name/19021",[587,58.27]],["parent/19021",[5070,7.017]],["name/19022",[588,58.27]],["parent/19022",[5070,7.017]],["name/19023",[589,58.27]],["parent/19023",[5070,7.017]],["name/19024",[590,58.27]],["parent/19024",[5070,7.017]],["name/19025",[511,47.317]],["parent/19025",[5070,7.017]],["name/19026",[591,49.811]],["parent/19026",[5070,7.017]],["name/19027",[352,50.243]],["parent/19027",[5070,7.017]],["name/19028",[592,51.363]],["parent/19028",[5070,7.017]],["name/19029",[593,56.227]],["parent/19029",[5070,7.017]],["name/19030",[594,56.227]],["parent/19030",[5070,7.017]],["name/19031",[70,51.167]],["parent/19031",[5070,7.017]],["name/19032",[84,48.96]],["parent/19032",[5070,7.017]],["name/19033",[68,51.167]],["parent/19033",[5070,7.017]],["name/19034",[512,51.363]],["parent/19034",[5070,7.017]],["name/19035",[595,58.27]],["parent/19035",[5070,7.017]],["name/19036",[597,58.27]],["parent/19036",[5070,7.017]],["name/19037",[3030,69.355]],["parent/19037",[5070,7.017]],["name/19038",[387,62.202]],["parent/19038",[5070,7.017]],["name/19039",[71,49.643]],["parent/19039",[5044,6.894]],["name/19040",[173,20.78]],["parent/19040",[5071,10.024]],["name/19041",[599,58.27]],["parent/19041",[5072,9.514]],["name/19042",[601,58.27]],["parent/19042",[5072,9.514]],["name/19043",[72,57.883]],["parent/19043",[5044,6.894]],["name/19044",[173,20.78]],["parent/19044",[5073,10.024]],["name/19045",[408,29.731]],["parent/19045",[5074,8.927]],["name/19046",[562,45.295]],["parent/19046",[5074,8.927]],["name/19047",[604,58.27]],["parent/19047",[5074,8.927]],["name/19048",[605,58.27]],["parent/19048",[5074,8.927]],["name/19049",[74,58.075]],["parent/19049",[5044,6.894]],["name/19050",[173,20.78]],["parent/19050",[5075,10.024]],["name/19051",[408,29.731]],["parent/19051",[5076,8.927]],["name/19052",[410,39.926]],["parent/19052",[5076,8.927]],["name/19053",[521,51.363]],["parent/19053",[5076,8.927]],["name/19054",[608,58.27]],["parent/19054",[5076,8.927]],["name/19055",[75,57.883]],["parent/19055",[5044,6.894]],["name/19056",[173,20.78]],["parent/19056",[5077,10.024]],["name/19057",[410,39.926]],["parent/19057",[5078,9.178]],["name/19058",[611,58.27]],["parent/19058",[5078,9.178]],["name/19059",[612,58.27]],["parent/19059",[5078,9.178]],["name/19060",[76,57.883]],["parent/19060",[5044,6.894]],["name/19061",[173,20.78]],["parent/19061",[5079,10.024]],["name/19062",[408,29.731]],["parent/19062",[5080,8.56]],["name/19063",[615,58.27]],["parent/19063",[5080,8.56]],["name/19064",[71,49.643]],["parent/19064",[5080,8.56]],["name/19065",[570,51.363]],["parent/19065",[5080,8.56]],["name/19066",[616,58.27]],["parent/19066",[5080,8.56]],["name/19067",[617,58.27]],["parent/19067",[5080,8.56]],["name/19068",[78,58.075]],["parent/19068",[5044,6.894]],["name/19069",[173,20.78]],["parent/19069",[5081,10.024]],["name/19070",[619,58.27]],["parent/19070",[5082,8.727]],["name/19071",[621,58.27]],["parent/19071",[5082,8.727]],["name/19072",[622,47.317]],["parent/19072",[5082,8.727]],["name/19073",[623,58.27]],["parent/19073",[5082,8.727]],["name/19074",[624,58.27]],["parent/19074",[5082,8.727]],["name/19075",[98,51.167]],["parent/19075",[5044,6.894]],["name/19076",[173,20.78]],["parent/19076",[5083,10.024]],["name/19077",[626,58.27]],["parent/19077",[5084,10.024]],["name/19078",[93,50.025]],["parent/19078",[5044,6.894]],["name/19079",[173,20.78]],["parent/19079",[5085,10.024]],["name/19080",[629,58.27]],["parent/19080",[5086,9.178]],["name/19081",[631,58.27]],["parent/19081",[5086,9.178]],["name/19082",[632,58.27]],["parent/19082",[5086,9.178]],["name/19083",[79,57.883]],["parent/19083",[5044,6.894]],["name/19084",[173,20.78]],["parent/19084",[5087,10.024]],["name/19085",[581,49.316]],["parent/19085",[5088,7.907]],["name/19086",[547,44.444]],["parent/19086",[5088,7.907]],["name/19087",[544,45.905]],["parent/19087",[5088,7.907]],["name/19088",[635,58.27]],["parent/19088",[5088,7.907]],["name/19089",[636,46.586]],["parent/19089",[5088,7.907]],["name/19090",[637,58.27]],["parent/19090",[5088,7.907]],["name/19091",[98,51.167]],["parent/19091",[5088,7.907]],["name/19092",[93,50.025]],["parent/19092",[5088,7.907]],["name/19093",[638,58.27]],["parent/19093",[5088,7.907]],["name/19094",[639,58.27]],["parent/19094",[5088,7.907]],["name/19095",[640,58.27]],["parent/19095",[5088,7.907]],["name/19096",[534,51.363]],["parent/19096",[5088,7.907]],["name/19097",[80,55.757]],["parent/19097",[5044,6.894]],["name/19098",[173,20.78]],["parent/19098",[5089,10.024]],["name/19099",[408,29.731]],["parent/19099",[5090,9.514]],["name/19100",[547,44.444]],["parent/19100",[5090,9.514]],["name/19101",[81,57.883]],["parent/19101",[5044,6.894]],["name/19102",[173,20.78]],["parent/19102",[5091,10.024]],["name/19103",[644,58.27]],["parent/19103",[5092,8.927]],["name/19104",[173,20.78]],["parent/19104",[5092,8.927]],["name/19105",[646,51.363]],["parent/19105",[5093,8.56]],["name/19106",[636,46.586]],["parent/19106",[5093,8.56]],["name/19107",[622,47.317]],["parent/19107",[5093,8.56]],["name/19108",[648,58.27]],["parent/19108",[5092,8.927]],["name/19109",[173,20.78]],["parent/19109",[5092,8.927]],["name/19110",[646,51.363]],["parent/19110",[5093,8.56]],["name/19111",[636,46.586]],["parent/19111",[5093,8.56]],["name/19112",[622,47.317]],["parent/19112",[5093,8.56]],["name/19113",[83,55.604]],["parent/19113",[5044,6.894]],["name/19114",[173,20.78]],["parent/19114",[5094,10.024]],["name/19115",[65,47.186]],["parent/19115",[5095,8.727]],["name/19116",[421,44.394]],["parent/19116",[5095,8.727]],["name/19117",[408,29.731]],["parent/19117",[5095,8.727]],["name/19118",[94,51.023]],["parent/19118",[5095,8.727]],["name/19119",[540,45.268]],["parent/19119",[5095,8.727]],["name/19120",[651,56.147]],["parent/19120",[5044,6.894]],["name/19121",[86,57.883]],["parent/19121",[5044,6.894]],["name/19122",[173,20.78]],["parent/19122",[5096,10.024]],["name/19123",[653,58.27]],["parent/19123",[5097,8.727]],["name/19124",[655,58.27]],["parent/19124",[5097,8.727]],["name/19125",[656,58.27]],["parent/19125",[5097,8.727]],["name/19126",[657,58.27]],["parent/19126",[5097,8.727]],["name/19127",[658,58.27]],["parent/19127",[5097,8.727]],["name/19128",[87,58.075]],["parent/19128",[5044,6.894]],["name/19129",[173,20.78]],["parent/19129",[5098,10.024]],["name/19130",[408,29.731]],["parent/19130",[5099,8.927]],["name/19131",[661,58.27]],["parent/19131",[5099,8.927]],["name/19132",[662,58.27]],["parent/19132",[5099,8.927]],["name/19133",[663,58.27]],["parent/19133",[5099,8.927]],["name/19134",[88,57.883]],["parent/19134",[5044,6.894]],["name/19135",[173,20.78]],["parent/19135",[5100,10.024]],["name/19136",[408,29.731]],["parent/19136",[5101,8.081]],["name/19137",[340,56.068]],["parent/19137",[5101,8.081]],["name/19138",[666,58.27]],["parent/19138",[5101,8.081]],["name/19139",[334,56.147]],["parent/19139",[5101,8.081]],["name/19140",[667,58.27]],["parent/19140",[5101,8.081]],["name/19141",[668,58.27]],["parent/19141",[5101,8.081]],["name/19142",[669,58.27]],["parent/19142",[5101,8.081]],["name/19143",[670,58.27]],["parent/19143",[5101,8.081]],["name/19144",[671,58.27]],["parent/19144",[5101,8.081]],["name/19145",[672,58.27]],["parent/19145",[5101,8.081]],["name/19146",[89,57.511]],["parent/19146",[5044,6.894]],["name/19147",[173,20.78]],["parent/19147",[5102,10.024]],["name/19148",[408,29.731]],["parent/19148",[5103,8.727]],["name/19149",[675,58.27]],["parent/19149",[5103,8.727]],["name/19150",[676,58.27]],["parent/19150",[5103,8.727]],["name/19151",[677,58.27]],["parent/19151",[5103,8.727]],["name/19152",[678,58.27]],["parent/19152",[5103,8.727]],["name/19153",[90,57.883]],["parent/19153",[5044,6.894]],["name/19154",[173,20.78]],["parent/19154",[5104,10.024]],["name/19155",[562,45.295]],["parent/19155",[5105,9.178]],["name/19156",[532,51.363]],["parent/19156",[5105,9.178]],["name/19157",[681,58.27]],["parent/19157",[5105,9.178]],["name/19158",[91,58.075]],["parent/19158",[5044,6.894]],["name/19159",[173,20.78]],["parent/19159",[5106,10.024]],["name/19160",[408,29.731]],["parent/19160",[5107,8.927]],["name/19161",[684,51.363]],["parent/19161",[5107,8.927]],["name/19162",[172,58.075]],["parent/19162",[5107,8.927]],["name/19163",[592,51.363]],["parent/19163",[5107,8.927]],["name/19164",[95,58.075]],["parent/19164",[5044,6.894]],["name/19165",[173,20.78]],["parent/19165",[5108,10.024]],["name/19166",[686,54.532]],["parent/19166",[5109,8.292]],["name/19167",[582,51.363]],["parent/19167",[5109,8.292]],["name/19168",[688,58.27]],["parent/19168",[5109,8.292]],["name/19169",[511,47.317]],["parent/19169",[5109,8.292]],["name/19170",[591,49.811]],["parent/19170",[5109,8.292]],["name/19171",[352,50.243]],["parent/19171",[5109,8.292]],["name/19172",[684,51.363]],["parent/19172",[5109,8.292]],["name/19173",[689,58.27]],["parent/19173",[5109,8.292]],["name/19174",[97,55.911]],["parent/19174",[5044,6.894]],["name/19175",[173,20.78]],["parent/19175",[5110,10.024]],["name/19176",[417,58.075]],["parent/19176",[5111,8.927]],["name/19177",[419,58.075]],["parent/19177",[5111,8.927]],["name/19178",[420,58.075]],["parent/19178",[5111,8.927]],["name/19179",[421,44.394]],["parent/19179",[5111,8.927]],["name/19180",[3002,69.355]],["parent/19180",[140,9.514]],["name/19181",[73,51.562]],["parent/19181",[5112,6.894]],["name/19182",[173,20.78]],["parent/19182",[5113,10.024]],["name/19183",[504,58.27]],["parent/19183",[5114,8.927]],["name/19184",[506,58.27]],["parent/19184",[5114,8.927]],["name/19185",[155,37.858]],["parent/19185",[5114,8.927]],["name/19186",[507,58.27]],["parent/19186",[5114,8.927]],["name/19187",[92,51.167]],["parent/19187",[5112,6.894]],["name/19188",[173,20.78]],["parent/19188",[5115,10.024]],["name/19189",[509,58.27]],["parent/19189",[5116,8.727]],["name/19190",[511,47.317]],["parent/19190",[5116,8.727]],["name/19191",[512,51.363]],["parent/19191",[5116,8.727]],["name/19192",[344,48.357]],["parent/19192",[5116,8.727]],["name/19193",[513,51.363]],["parent/19193",[5116,8.727]],["name/19194",[65,47.186]],["parent/19194",[5112,6.894]],["name/19195",[173,20.78]],["parent/19195",[5117,10.024]],["name/19196",[408,29.731]],["parent/19196",[5118,7.413]],["name/19197",[493,49.276]],["parent/19197",[5118,7.413]],["name/19198",[516,51.363]],["parent/19198",[5118,7.413]],["name/19199",[517,58.27]],["parent/19199",[5118,7.413]],["name/19200",[518,58.27]],["parent/19200",[5118,7.413]],["name/19201",[421,44.394]],["parent/19201",[5118,7.413]],["name/19202",[519,58.27]],["parent/19202",[5118,7.413]],["name/19203",[520,58.27]],["parent/19203",[5118,7.413]],["name/19204",[521,51.363]],["parent/19204",[5118,7.413]],["name/19205",[344,48.357]],["parent/19205",[5118,7.413]],["name/19206",[155,37.858]],["parent/19206",[5118,7.413]],["name/19207",[522,58.27]],["parent/19207",[5118,7.413]],["name/19208",[523,58.27]],["parent/19208",[5118,7.413]],["name/19209",[524,58.27]],["parent/19209",[5118,7.413]],["name/19210",[525,58.27]],["parent/19210",[5118,7.413]],["name/19211",[526,47.618]],["parent/19211",[5118,7.413]],["name/19212",[527,58.27]],["parent/19212",[5118,7.413]],["name/19213",[513,51.363]],["parent/19213",[5118,7.413]],["name/19214",[528,58.27]],["parent/19214",[5118,7.413]],["name/19215",[92,51.167]],["parent/19215",[5118,7.413]],["name/19216",[67,57.883]],["parent/19216",[5112,6.894]],["name/19217",[173,20.78]],["parent/19217",[5119,10.024]],["name/19218",[530,58.27]],["parent/19218",[5120,8.927]],["name/19219",[532,51.363]],["parent/19219",[5120,8.927]],["name/19220",[533,58.27]],["parent/19220",[5120,8.927]],["name/19221",[534,51.363]],["parent/19221",[5120,8.927]],["name/19222",[68,51.167]],["parent/19222",[5112,6.894]],["name/19223",[173,20.78]],["parent/19223",[5121,10.024]],["name/19224",[410,39.926]],["parent/19224",[5122,9.178]],["name/19225",[411,58.075]],["parent/19225",[5122,9.178]],["name/19226",[537,58.27]],["parent/19226",[5122,9.178]],["name/19227",[69,57.883]],["parent/19227",[5112,6.894]],["name/19228",[173,20.78]],["parent/19228",[5123,10.024]],["name/19229",[408,29.731]],["parent/19229",[5124,8.292]],["name/19230",[540,45.268]],["parent/19230",[5124,8.292]],["name/19231",[155,37.858]],["parent/19231",[5124,8.292]],["name/19232",[541,58.27]],["parent/19232",[5124,8.292]],["name/19233",[542,58.27]],["parent/19233",[5124,8.292]],["name/19234",[543,58.27]],["parent/19234",[5124,8.292]],["name/19235",[342,56.068]],["parent/19235",[5124,8.292]],["name/19236",[544,45.905]],["parent/19236",[5124,8.292]],["name/19237",[70,51.167]],["parent/19237",[5112,6.894]],["name/19238",[173,20.78]],["parent/19238",[5125,10.024]],["name/19239",[155,37.858]],["parent/19239",[5126,7.907]],["name/19240",[547,44.444]],["parent/19240",[5126,7.907]],["name/19241",[544,45.905]],["parent/19241",[5126,7.907]],["name/19242",[540,45.268]],["parent/19242",[5126,7.907]],["name/19243",[548,58.27]],["parent/19243",[5126,7.907]],["name/19244",[549,58.27]],["parent/19244",[5126,7.907]],["name/19245",[550,58.27]],["parent/19245",[5126,7.907]],["name/19246",[551,58.27]],["parent/19246",[5126,7.907]],["name/19247",[552,58.27]],["parent/19247",[5126,7.907]],["name/19248",[553,58.27]],["parent/19248",[5126,7.907]],["name/19249",[554,56.227]],["parent/19249",[5126,7.907]],["name/19250",[555,56.227]],["parent/19250",[5126,7.907]],["name/19251",[82,57.511]],["parent/19251",[5112,6.894]],["name/19252",[173,20.78]],["parent/19252",[5127,10.024]],["name/19253",[408,29.731]],["parent/19253",[5128,8.927]],["name/19254",[493,49.276]],["parent/19254",[5128,8.927]],["name/19255",[155,37.858]],["parent/19255",[5128,8.927]],["name/19256",[516,51.363]],["parent/19256",[5128,8.927]],["name/19257",[77,51.167]],["parent/19257",[5112,6.894]],["name/19258",[173,20.78]],["parent/19258",[5129,10.024]],["name/19259",[559,58.27]],["parent/19259",[5130,9.178]],["name/19260",[561,58.27]],["parent/19260",[5130,9.178]],["name/19261",[562,45.295]],["parent/19261",[5130,9.178]],["name/19262",[96,55.911]],["parent/19262",[5112,6.894]],["name/19263",[173,20.78]],["parent/19263",[5131,10.024]],["name/19264",[410,39.926]],["parent/19264",[5132,9.178]],["name/19265",[155,37.858]],["parent/19265",[5132,9.178]],["name/19266",[77,51.167]],["parent/19266",[5132,9.178]],["name/19267",[85,57.978]],["parent/19267",[5112,6.894]],["name/19268",[173,20.78]],["parent/19268",[5133,10.024]],["name/19269",[547,44.444]],["parent/19269",[5134,9.514]],["name/19270",[567,51.363]],["parent/19270",[5134,9.514]],["name/19271",[84,48.96]],["parent/19271",[5112,6.894]],["name/19272",[173,20.78]],["parent/19272",[5135,10.024]],["name/19273",[408,29.731]],["parent/19273",[5136,8.417]],["name/19274",[570,51.363]],["parent/19274",[5136,8.417]],["name/19275",[571,58.27]],["parent/19275",[5136,8.417]],["name/19276",[572,56.227]],["parent/19276",[5136,8.417]],["name/19277",[567,51.363]],["parent/19277",[5136,8.417]],["name/19278",[573,58.27]],["parent/19278",[5136,8.417]],["name/19279",[574,58.27]],["parent/19279",[5136,8.417]],["name/19280",[94,51.023]],["parent/19280",[5112,6.894]],["name/19281",[173,20.78]],["parent/19281",[5137,10.024]],["name/19282",[408,29.731]],["parent/19282",[5138,7.017]],["name/19283",[581,49.316]],["parent/19283",[5138,7.017]],["name/19284",[155,37.858]],["parent/19284",[5138,7.017]],["name/19285",[65,47.186]],["parent/19285",[5138,7.017]],["name/19286",[582,51.363]],["parent/19286",[5138,7.017]],["name/19287",[583,58.27]],["parent/19287",[5138,7.017]],["name/19288",[145,57.978]],["parent/19288",[5138,7.017]],["name/19289",[584,58.27]],["parent/19289",[5138,7.017]],["name/19290",[421,44.394]],["parent/19290",[5138,7.017]],["name/19291",[526,47.618]],["parent/19291",[5138,7.017]],["name/19292",[585,58.27]],["parent/19292",[5138,7.017]],["name/19293",[586,58.27]],["parent/19293",[5138,7.017]],["name/19294",[587,58.27]],["parent/19294",[5138,7.017]],["name/19295",[588,58.27]],["parent/19295",[5138,7.017]],["name/19296",[589,58.27]],["parent/19296",[5138,7.017]],["name/19297",[590,58.27]],["parent/19297",[5138,7.017]],["name/19298",[511,47.317]],["parent/19298",[5138,7.017]],["name/19299",[591,49.811]],["parent/19299",[5138,7.017]],["name/19300",[352,50.243]],["parent/19300",[5138,7.017]],["name/19301",[592,51.363]],["parent/19301",[5138,7.017]],["name/19302",[593,56.227]],["parent/19302",[5138,7.017]],["name/19303",[594,56.227]],["parent/19303",[5138,7.017]],["name/19304",[70,51.167]],["parent/19304",[5138,7.017]],["name/19305",[84,48.96]],["parent/19305",[5138,7.017]],["name/19306",[68,51.167]],["parent/19306",[5138,7.017]],["name/19307",[512,51.363]],["parent/19307",[5138,7.017]],["name/19308",[595,58.27]],["parent/19308",[5138,7.017]],["name/19309",[597,58.27]],["parent/19309",[5138,7.017]],["name/19310",[3030,69.355]],["parent/19310",[5138,7.017]],["name/19311",[387,62.202]],["parent/19311",[5138,7.017]],["name/19312",[71,49.643]],["parent/19312",[5112,6.894]],["name/19313",[173,20.78]],["parent/19313",[5139,10.024]],["name/19314",[599,58.27]],["parent/19314",[5140,9.514]],["name/19315",[601,58.27]],["parent/19315",[5140,9.514]],["name/19316",[72,57.883]],["parent/19316",[5112,6.894]],["name/19317",[173,20.78]],["parent/19317",[5141,10.024]],["name/19318",[408,29.731]],["parent/19318",[5142,8.927]],["name/19319",[562,45.295]],["parent/19319",[5142,8.927]],["name/19320",[604,58.27]],["parent/19320",[5142,8.927]],["name/19321",[605,58.27]],["parent/19321",[5142,8.927]],["name/19322",[74,58.075]],["parent/19322",[5112,6.894]],["name/19323",[173,20.78]],["parent/19323",[5143,10.024]],["name/19324",[408,29.731]],["parent/19324",[5144,8.927]],["name/19325",[410,39.926]],["parent/19325",[5144,8.927]],["name/19326",[521,51.363]],["parent/19326",[5144,8.927]],["name/19327",[608,58.27]],["parent/19327",[5144,8.927]],["name/19328",[75,57.883]],["parent/19328",[5112,6.894]],["name/19329",[173,20.78]],["parent/19329",[5145,10.024]],["name/19330",[410,39.926]],["parent/19330",[5146,9.178]],["name/19331",[611,58.27]],["parent/19331",[5146,9.178]],["name/19332",[612,58.27]],["parent/19332",[5146,9.178]],["name/19333",[76,57.883]],["parent/19333",[5112,6.894]],["name/19334",[173,20.78]],["parent/19334",[5147,10.024]],["name/19335",[408,29.731]],["parent/19335",[5148,8.56]],["name/19336",[615,58.27]],["parent/19336",[5148,8.56]],["name/19337",[71,49.643]],["parent/19337",[5148,8.56]],["name/19338",[570,51.363]],["parent/19338",[5148,8.56]],["name/19339",[616,58.27]],["parent/19339",[5148,8.56]],["name/19340",[617,58.27]],["parent/19340",[5148,8.56]],["name/19341",[78,58.075]],["parent/19341",[5112,6.894]],["name/19342",[173,20.78]],["parent/19342",[5149,10.024]],["name/19343",[619,58.27]],["parent/19343",[5150,8.727]],["name/19344",[621,58.27]],["parent/19344",[5150,8.727]],["name/19345",[622,47.317]],["parent/19345",[5150,8.727]],["name/19346",[623,58.27]],["parent/19346",[5150,8.727]],["name/19347",[624,58.27]],["parent/19347",[5150,8.727]],["name/19348",[98,51.167]],["parent/19348",[5112,6.894]],["name/19349",[173,20.78]],["parent/19349",[5151,10.024]],["name/19350",[626,58.27]],["parent/19350",[5152,10.024]],["name/19351",[93,50.025]],["parent/19351",[5112,6.894]],["name/19352",[173,20.78]],["parent/19352",[5153,10.024]],["name/19353",[629,58.27]],["parent/19353",[5154,9.178]],["name/19354",[631,58.27]],["parent/19354",[5154,9.178]],["name/19355",[632,58.27]],["parent/19355",[5154,9.178]],["name/19356",[79,57.883]],["parent/19356",[5112,6.894]],["name/19357",[173,20.78]],["parent/19357",[5155,10.024]],["name/19358",[581,49.316]],["parent/19358",[5156,7.907]],["name/19359",[547,44.444]],["parent/19359",[5156,7.907]],["name/19360",[544,45.905]],["parent/19360",[5156,7.907]],["name/19361",[635,58.27]],["parent/19361",[5156,7.907]],["name/19362",[636,46.586]],["parent/19362",[5156,7.907]],["name/19363",[637,58.27]],["parent/19363",[5156,7.907]],["name/19364",[98,51.167]],["parent/19364",[5156,7.907]],["name/19365",[93,50.025]],["parent/19365",[5156,7.907]],["name/19366",[638,58.27]],["parent/19366",[5156,7.907]],["name/19367",[639,58.27]],["parent/19367",[5156,7.907]],["name/19368",[640,58.27]],["parent/19368",[5156,7.907]],["name/19369",[534,51.363]],["parent/19369",[5156,7.907]],["name/19370",[80,55.757]],["parent/19370",[5112,6.894]],["name/19371",[173,20.78]],["parent/19371",[5157,10.024]],["name/19372",[408,29.731]],["parent/19372",[5158,9.514]],["name/19373",[547,44.444]],["parent/19373",[5158,9.514]],["name/19374",[81,57.883]],["parent/19374",[5112,6.894]],["name/19375",[173,20.78]],["parent/19375",[5159,10.024]],["name/19376",[644,58.27]],["parent/19376",[5160,8.927]],["name/19377",[173,20.78]],["parent/19377",[5160,8.927]],["name/19378",[646,51.363]],["parent/19378",[5161,8.56]],["name/19379",[636,46.586]],["parent/19379",[5161,8.56]],["name/19380",[622,47.317]],["parent/19380",[5161,8.56]],["name/19381",[648,58.27]],["parent/19381",[5160,8.927]],["name/19382",[173,20.78]],["parent/19382",[5160,8.927]],["name/19383",[646,51.363]],["parent/19383",[5161,8.56]],["name/19384",[636,46.586]],["parent/19384",[5161,8.56]],["name/19385",[622,47.317]],["parent/19385",[5161,8.56]],["name/19386",[83,55.604]],["parent/19386",[5112,6.894]],["name/19387",[173,20.78]],["parent/19387",[5162,10.024]],["name/19388",[65,47.186]],["parent/19388",[5163,8.727]],["name/19389",[421,44.394]],["parent/19389",[5163,8.727]],["name/19390",[408,29.731]],["parent/19390",[5163,8.727]],["name/19391",[94,51.023]],["parent/19391",[5163,8.727]],["name/19392",[540,45.268]],["parent/19392",[5163,8.727]],["name/19393",[651,56.147]],["parent/19393",[5112,6.894]],["name/19394",[86,57.883]],["parent/19394",[5112,6.894]],["name/19395",[173,20.78]],["parent/19395",[5164,10.024]],["name/19396",[653,58.27]],["parent/19396",[5165,8.727]],["name/19397",[655,58.27]],["parent/19397",[5165,8.727]],["name/19398",[656,58.27]],["parent/19398",[5165,8.727]],["name/19399",[657,58.27]],["parent/19399",[5165,8.727]],["name/19400",[658,58.27]],["parent/19400",[5165,8.727]],["name/19401",[87,58.075]],["parent/19401",[5112,6.894]],["name/19402",[173,20.78]],["parent/19402",[5166,10.024]],["name/19403",[408,29.731]],["parent/19403",[5167,8.927]],["name/19404",[661,58.27]],["parent/19404",[5167,8.927]],["name/19405",[662,58.27]],["parent/19405",[5167,8.927]],["name/19406",[663,58.27]],["parent/19406",[5167,8.927]],["name/19407",[88,57.883]],["parent/19407",[5112,6.894]],["name/19408",[173,20.78]],["parent/19408",[5168,10.024]],["name/19409",[408,29.731]],["parent/19409",[5169,8.081]],["name/19410",[340,56.068]],["parent/19410",[5169,8.081]],["name/19411",[666,58.27]],["parent/19411",[5169,8.081]],["name/19412",[334,56.147]],["parent/19412",[5169,8.081]],["name/19413",[667,58.27]],["parent/19413",[5169,8.081]],["name/19414",[668,58.27]],["parent/19414",[5169,8.081]],["name/19415",[669,58.27]],["parent/19415",[5169,8.081]],["name/19416",[670,58.27]],["parent/19416",[5169,8.081]],["name/19417",[671,58.27]],["parent/19417",[5169,8.081]],["name/19418",[672,58.27]],["parent/19418",[5169,8.081]],["name/19419",[89,57.511]],["parent/19419",[5112,6.894]],["name/19420",[173,20.78]],["parent/19420",[5170,10.024]],["name/19421",[408,29.731]],["parent/19421",[5171,8.727]],["name/19422",[675,58.27]],["parent/19422",[5171,8.727]],["name/19423",[676,58.27]],["parent/19423",[5171,8.727]],["name/19424",[677,58.27]],["parent/19424",[5171,8.727]],["name/19425",[678,58.27]],["parent/19425",[5171,8.727]],["name/19426",[90,57.883]],["parent/19426",[5112,6.894]],["name/19427",[173,20.78]],["parent/19427",[5172,10.024]],["name/19428",[562,45.295]],["parent/19428",[5173,9.178]],["name/19429",[532,51.363]],["parent/19429",[5173,9.178]],["name/19430",[681,58.27]],["parent/19430",[5173,9.178]],["name/19431",[91,58.075]],["parent/19431",[5112,6.894]],["name/19432",[173,20.78]],["parent/19432",[5174,10.024]],["name/19433",[408,29.731]],["parent/19433",[5175,8.927]],["name/19434",[684,51.363]],["parent/19434",[5175,8.927]],["name/19435",[172,58.075]],["parent/19435",[5175,8.927]],["name/19436",[592,51.363]],["parent/19436",[5175,8.927]],["name/19437",[95,58.075]],["parent/19437",[5112,6.894]],["name/19438",[173,20.78]],["parent/19438",[5176,10.024]],["name/19439",[686,54.532]],["parent/19439",[5177,8.292]],["name/19440",[582,51.363]],["parent/19440",[5177,8.292]],["name/19441",[688,58.27]],["parent/19441",[5177,8.292]],["name/19442",[511,47.317]],["parent/19442",[5177,8.292]],["name/19443",[591,49.811]],["parent/19443",[5177,8.292]],["name/19444",[352,50.243]],["parent/19444",[5177,8.292]],["name/19445",[684,51.363]],["parent/19445",[5177,8.292]],["name/19446",[689,58.27]],["parent/19446",[5177,8.292]],["name/19447",[97,55.911]],["parent/19447",[5112,6.894]],["name/19448",[173,20.78]],["parent/19448",[5178,10.024]],["name/19449",[417,58.075]],["parent/19449",[5179,8.927]],["name/19450",[419,58.075]],["parent/19450",[5179,8.927]],["name/19451",[420,58.075]],["parent/19451",[5179,8.927]],["name/19452",[421,44.394]],["parent/19452",[5179,8.927]],["name/19453",[3002,69.355]],["parent/19453",[141,9.514]],["name/19454",[73,51.562]],["parent/19454",[5180,6.894]],["name/19455",[173,20.78]],["parent/19455",[5181,10.024]],["name/19456",[504,58.27]],["parent/19456",[5182,8.927]],["name/19457",[506,58.27]],["parent/19457",[5182,8.927]],["name/19458",[155,37.858]],["parent/19458",[5182,8.927]],["name/19459",[507,58.27]],["parent/19459",[5182,8.927]],["name/19460",[92,51.167]],["parent/19460",[5180,6.894]],["name/19461",[173,20.78]],["parent/19461",[5183,10.024]],["name/19462",[509,58.27]],["parent/19462",[5184,8.727]],["name/19463",[511,47.317]],["parent/19463",[5184,8.727]],["name/19464",[512,51.363]],["parent/19464",[5184,8.727]],["name/19465",[344,48.357]],["parent/19465",[5184,8.727]],["name/19466",[513,51.363]],["parent/19466",[5184,8.727]],["name/19467",[65,47.186]],["parent/19467",[5180,6.894]],["name/19468",[173,20.78]],["parent/19468",[5185,10.024]],["name/19469",[408,29.731]],["parent/19469",[5186,7.413]],["name/19470",[493,49.276]],["parent/19470",[5186,7.413]],["name/19471",[516,51.363]],["parent/19471",[5186,7.413]],["name/19472",[517,58.27]],["parent/19472",[5186,7.413]],["name/19473",[518,58.27]],["parent/19473",[5186,7.413]],["name/19474",[421,44.394]],["parent/19474",[5186,7.413]],["name/19475",[519,58.27]],["parent/19475",[5186,7.413]],["name/19476",[520,58.27]],["parent/19476",[5186,7.413]],["name/19477",[521,51.363]],["parent/19477",[5186,7.413]],["name/19478",[344,48.357]],["parent/19478",[5186,7.413]],["name/19479",[155,37.858]],["parent/19479",[5186,7.413]],["name/19480",[522,58.27]],["parent/19480",[5186,7.413]],["name/19481",[523,58.27]],["parent/19481",[5186,7.413]],["name/19482",[524,58.27]],["parent/19482",[5186,7.413]],["name/19483",[525,58.27]],["parent/19483",[5186,7.413]],["name/19484",[526,47.618]],["parent/19484",[5186,7.413]],["name/19485",[527,58.27]],["parent/19485",[5186,7.413]],["name/19486",[513,51.363]],["parent/19486",[5186,7.413]],["name/19487",[528,58.27]],["parent/19487",[5186,7.413]],["name/19488",[92,51.167]],["parent/19488",[5186,7.413]],["name/19489",[67,57.883]],["parent/19489",[5180,6.894]],["name/19490",[173,20.78]],["parent/19490",[5187,10.024]],["name/19491",[530,58.27]],["parent/19491",[5188,8.927]],["name/19492",[532,51.363]],["parent/19492",[5188,8.927]],["name/19493",[533,58.27]],["parent/19493",[5188,8.927]],["name/19494",[534,51.363]],["parent/19494",[5188,8.927]],["name/19495",[68,51.167]],["parent/19495",[5180,6.894]],["name/19496",[173,20.78]],["parent/19496",[5189,10.024]],["name/19497",[410,39.926]],["parent/19497",[5190,9.178]],["name/19498",[411,58.075]],["parent/19498",[5190,9.178]],["name/19499",[537,58.27]],["parent/19499",[5190,9.178]],["name/19500",[69,57.883]],["parent/19500",[5180,6.894]],["name/19501",[173,20.78]],["parent/19501",[5191,10.024]],["name/19502",[408,29.731]],["parent/19502",[5192,8.292]],["name/19503",[540,45.268]],["parent/19503",[5192,8.292]],["name/19504",[155,37.858]],["parent/19504",[5192,8.292]],["name/19505",[541,58.27]],["parent/19505",[5192,8.292]],["name/19506",[542,58.27]],["parent/19506",[5192,8.292]],["name/19507",[543,58.27]],["parent/19507",[5192,8.292]],["name/19508",[342,56.068]],["parent/19508",[5192,8.292]],["name/19509",[544,45.905]],["parent/19509",[5192,8.292]],["name/19510",[70,51.167]],["parent/19510",[5180,6.894]],["name/19511",[173,20.78]],["parent/19511",[5193,10.024]],["name/19512",[155,37.858]],["parent/19512",[5194,7.907]],["name/19513",[547,44.444]],["parent/19513",[5194,7.907]],["name/19514",[544,45.905]],["parent/19514",[5194,7.907]],["name/19515",[540,45.268]],["parent/19515",[5194,7.907]],["name/19516",[548,58.27]],["parent/19516",[5194,7.907]],["name/19517",[549,58.27]],["parent/19517",[5194,7.907]],["name/19518",[550,58.27]],["parent/19518",[5194,7.907]],["name/19519",[551,58.27]],["parent/19519",[5194,7.907]],["name/19520",[552,58.27]],["parent/19520",[5194,7.907]],["name/19521",[553,58.27]],["parent/19521",[5194,7.907]],["name/19522",[554,56.227]],["parent/19522",[5194,7.907]],["name/19523",[555,56.227]],["parent/19523",[5194,7.907]],["name/19524",[82,57.511]],["parent/19524",[5180,6.894]],["name/19525",[173,20.78]],["parent/19525",[5195,10.024]],["name/19526",[408,29.731]],["parent/19526",[5196,8.927]],["name/19527",[493,49.276]],["parent/19527",[5196,8.927]],["name/19528",[155,37.858]],["parent/19528",[5196,8.927]],["name/19529",[516,51.363]],["parent/19529",[5196,8.927]],["name/19530",[77,51.167]],["parent/19530",[5180,6.894]],["name/19531",[173,20.78]],["parent/19531",[5197,10.024]],["name/19532",[559,58.27]],["parent/19532",[5198,9.178]],["name/19533",[561,58.27]],["parent/19533",[5198,9.178]],["name/19534",[562,45.295]],["parent/19534",[5198,9.178]],["name/19535",[96,55.911]],["parent/19535",[5180,6.894]],["name/19536",[173,20.78]],["parent/19536",[5199,10.024]],["name/19537",[410,39.926]],["parent/19537",[5200,9.178]],["name/19538",[155,37.858]],["parent/19538",[5200,9.178]],["name/19539",[77,51.167]],["parent/19539",[5200,9.178]],["name/19540",[85,57.978]],["parent/19540",[5180,6.894]],["name/19541",[173,20.78]],["parent/19541",[5201,10.024]],["name/19542",[547,44.444]],["parent/19542",[5202,9.514]],["name/19543",[567,51.363]],["parent/19543",[5202,9.514]],["name/19544",[84,48.96]],["parent/19544",[5180,6.894]],["name/19545",[173,20.78]],["parent/19545",[5203,10.024]],["name/19546",[408,29.731]],["parent/19546",[5204,8.417]],["name/19547",[570,51.363]],["parent/19547",[5204,8.417]],["name/19548",[571,58.27]],["parent/19548",[5204,8.417]],["name/19549",[572,56.227]],["parent/19549",[5204,8.417]],["name/19550",[567,51.363]],["parent/19550",[5204,8.417]],["name/19551",[573,58.27]],["parent/19551",[5204,8.417]],["name/19552",[574,58.27]],["parent/19552",[5204,8.417]],["name/19553",[94,51.023]],["parent/19553",[5180,6.894]],["name/19554",[173,20.78]],["parent/19554",[5205,10.024]],["name/19555",[408,29.731]],["parent/19555",[5206,7.017]],["name/19556",[581,49.316]],["parent/19556",[5206,7.017]],["name/19557",[155,37.858]],["parent/19557",[5206,7.017]],["name/19558",[65,47.186]],["parent/19558",[5206,7.017]],["name/19559",[582,51.363]],["parent/19559",[5206,7.017]],["name/19560",[583,58.27]],["parent/19560",[5206,7.017]],["name/19561",[145,57.978]],["parent/19561",[5206,7.017]],["name/19562",[584,58.27]],["parent/19562",[5206,7.017]],["name/19563",[421,44.394]],["parent/19563",[5206,7.017]],["name/19564",[526,47.618]],["parent/19564",[5206,7.017]],["name/19565",[585,58.27]],["parent/19565",[5206,7.017]],["name/19566",[586,58.27]],["parent/19566",[5206,7.017]],["name/19567",[587,58.27]],["parent/19567",[5206,7.017]],["name/19568",[588,58.27]],["parent/19568",[5206,7.017]],["name/19569",[589,58.27]],["parent/19569",[5206,7.017]],["name/19570",[590,58.27]],["parent/19570",[5206,7.017]],["name/19571",[511,47.317]],["parent/19571",[5206,7.017]],["name/19572",[591,49.811]],["parent/19572",[5206,7.017]],["name/19573",[352,50.243]],["parent/19573",[5206,7.017]],["name/19574",[592,51.363]],["parent/19574",[5206,7.017]],["name/19575",[593,56.227]],["parent/19575",[5206,7.017]],["name/19576",[594,56.227]],["parent/19576",[5206,7.017]],["name/19577",[70,51.167]],["parent/19577",[5206,7.017]],["name/19578",[84,48.96]],["parent/19578",[5206,7.017]],["name/19579",[68,51.167]],["parent/19579",[5206,7.017]],["name/19580",[512,51.363]],["parent/19580",[5206,7.017]],["name/19581",[595,58.27]],["parent/19581",[5206,7.017]],["name/19582",[597,58.27]],["parent/19582",[5206,7.017]],["name/19583",[3030,69.355]],["parent/19583",[5206,7.017]],["name/19584",[387,62.202]],["parent/19584",[5206,7.017]],["name/19585",[71,49.643]],["parent/19585",[5180,6.894]],["name/19586",[173,20.78]],["parent/19586",[5207,10.024]],["name/19587",[599,58.27]],["parent/19587",[5208,9.514]],["name/19588",[601,58.27]],["parent/19588",[5208,9.514]],["name/19589",[72,57.883]],["parent/19589",[5180,6.894]],["name/19590",[173,20.78]],["parent/19590",[5209,10.024]],["name/19591",[408,29.731]],["parent/19591",[5210,8.927]],["name/19592",[562,45.295]],["parent/19592",[5210,8.927]],["name/19593",[604,58.27]],["parent/19593",[5210,8.927]],["name/19594",[605,58.27]],["parent/19594",[5210,8.927]],["name/19595",[74,58.075]],["parent/19595",[5180,6.894]],["name/19596",[173,20.78]],["parent/19596",[5211,10.024]],["name/19597",[408,29.731]],["parent/19597",[5212,8.927]],["name/19598",[410,39.926]],["parent/19598",[5212,8.927]],["name/19599",[521,51.363]],["parent/19599",[5212,8.927]],["name/19600",[608,58.27]],["parent/19600",[5212,8.927]],["name/19601",[75,57.883]],["parent/19601",[5180,6.894]],["name/19602",[173,20.78]],["parent/19602",[5213,10.024]],["name/19603",[410,39.926]],["parent/19603",[5214,9.178]],["name/19604",[611,58.27]],["parent/19604",[5214,9.178]],["name/19605",[612,58.27]],["parent/19605",[5214,9.178]],["name/19606",[76,57.883]],["parent/19606",[5180,6.894]],["name/19607",[173,20.78]],["parent/19607",[5215,10.024]],["name/19608",[408,29.731]],["parent/19608",[5216,8.56]],["name/19609",[615,58.27]],["parent/19609",[5216,8.56]],["name/19610",[71,49.643]],["parent/19610",[5216,8.56]],["name/19611",[570,51.363]],["parent/19611",[5216,8.56]],["name/19612",[616,58.27]],["parent/19612",[5216,8.56]],["name/19613",[617,58.27]],["parent/19613",[5216,8.56]],["name/19614",[78,58.075]],["parent/19614",[5180,6.894]],["name/19615",[173,20.78]],["parent/19615",[5217,10.024]],["name/19616",[619,58.27]],["parent/19616",[5218,8.727]],["name/19617",[621,58.27]],["parent/19617",[5218,8.727]],["name/19618",[622,47.317]],["parent/19618",[5218,8.727]],["name/19619",[623,58.27]],["parent/19619",[5218,8.727]],["name/19620",[624,58.27]],["parent/19620",[5218,8.727]],["name/19621",[98,51.167]],["parent/19621",[5180,6.894]],["name/19622",[173,20.78]],["parent/19622",[5219,10.024]],["name/19623",[626,58.27]],["parent/19623",[5220,10.024]],["name/19624",[93,50.025]],["parent/19624",[5180,6.894]],["name/19625",[173,20.78]],["parent/19625",[5221,10.024]],["name/19626",[629,58.27]],["parent/19626",[5222,9.178]],["name/19627",[631,58.27]],["parent/19627",[5222,9.178]],["name/19628",[632,58.27]],["parent/19628",[5222,9.178]],["name/19629",[79,57.883]],["parent/19629",[5180,6.894]],["name/19630",[173,20.78]],["parent/19630",[5223,10.024]],["name/19631",[581,49.316]],["parent/19631",[5224,7.907]],["name/19632",[547,44.444]],["parent/19632",[5224,7.907]],["name/19633",[544,45.905]],["parent/19633",[5224,7.907]],["name/19634",[635,58.27]],["parent/19634",[5224,7.907]],["name/19635",[636,46.586]],["parent/19635",[5224,7.907]],["name/19636",[637,58.27]],["parent/19636",[5224,7.907]],["name/19637",[98,51.167]],["parent/19637",[5224,7.907]],["name/19638",[93,50.025]],["parent/19638",[5224,7.907]],["name/19639",[638,58.27]],["parent/19639",[5224,7.907]],["name/19640",[639,58.27]],["parent/19640",[5224,7.907]],["name/19641",[640,58.27]],["parent/19641",[5224,7.907]],["name/19642",[534,51.363]],["parent/19642",[5224,7.907]],["name/19643",[80,55.757]],["parent/19643",[5180,6.894]],["name/19644",[173,20.78]],["parent/19644",[5225,10.024]],["name/19645",[408,29.731]],["parent/19645",[5226,9.514]],["name/19646",[547,44.444]],["parent/19646",[5226,9.514]],["name/19647",[81,57.883]],["parent/19647",[5180,6.894]],["name/19648",[173,20.78]],["parent/19648",[5227,10.024]],["name/19649",[644,58.27]],["parent/19649",[5228,8.927]],["name/19650",[173,20.78]],["parent/19650",[5228,8.927]],["name/19651",[646,51.363]],["parent/19651",[5229,8.56]],["name/19652",[636,46.586]],["parent/19652",[5229,8.56]],["name/19653",[622,47.317]],["parent/19653",[5229,8.56]],["name/19654",[648,58.27]],["parent/19654",[5228,8.927]],["name/19655",[173,20.78]],["parent/19655",[5228,8.927]],["name/19656",[646,51.363]],["parent/19656",[5229,8.56]],["name/19657",[636,46.586]],["parent/19657",[5229,8.56]],["name/19658",[622,47.317]],["parent/19658",[5229,8.56]],["name/19659",[83,55.604]],["parent/19659",[5180,6.894]],["name/19660",[173,20.78]],["parent/19660",[5230,10.024]],["name/19661",[65,47.186]],["parent/19661",[5231,8.727]],["name/19662",[421,44.394]],["parent/19662",[5231,8.727]],["name/19663",[408,29.731]],["parent/19663",[5231,8.727]],["name/19664",[94,51.023]],["parent/19664",[5231,8.727]],["name/19665",[540,45.268]],["parent/19665",[5231,8.727]],["name/19666",[651,56.147]],["parent/19666",[5180,6.894]],["name/19667",[86,57.883]],["parent/19667",[5180,6.894]],["name/19668",[173,20.78]],["parent/19668",[5232,10.024]],["name/19669",[653,58.27]],["parent/19669",[5233,8.727]],["name/19670",[655,58.27]],["parent/19670",[5233,8.727]],["name/19671",[656,58.27]],["parent/19671",[5233,8.727]],["name/19672",[657,58.27]],["parent/19672",[5233,8.727]],["name/19673",[658,58.27]],["parent/19673",[5233,8.727]],["name/19674",[87,58.075]],["parent/19674",[5180,6.894]],["name/19675",[173,20.78]],["parent/19675",[5234,10.024]],["name/19676",[408,29.731]],["parent/19676",[5235,8.927]],["name/19677",[661,58.27]],["parent/19677",[5235,8.927]],["name/19678",[662,58.27]],["parent/19678",[5235,8.927]],["name/19679",[663,58.27]],["parent/19679",[5235,8.927]],["name/19680",[88,57.883]],["parent/19680",[5180,6.894]],["name/19681",[173,20.78]],["parent/19681",[5236,10.024]],["name/19682",[408,29.731]],["parent/19682",[5237,8.081]],["name/19683",[340,56.068]],["parent/19683",[5237,8.081]],["name/19684",[666,58.27]],["parent/19684",[5237,8.081]],["name/19685",[334,56.147]],["parent/19685",[5237,8.081]],["name/19686",[667,58.27]],["parent/19686",[5237,8.081]],["name/19687",[668,58.27]],["parent/19687",[5237,8.081]],["name/19688",[669,58.27]],["parent/19688",[5237,8.081]],["name/19689",[670,58.27]],["parent/19689",[5237,8.081]],["name/19690",[671,58.27]],["parent/19690",[5237,8.081]],["name/19691",[672,58.27]],["parent/19691",[5237,8.081]],["name/19692",[89,57.511]],["parent/19692",[5180,6.894]],["name/19693",[173,20.78]],["parent/19693",[5238,10.024]],["name/19694",[408,29.731]],["parent/19694",[5239,8.727]],["name/19695",[675,58.27]],["parent/19695",[5239,8.727]],["name/19696",[676,58.27]],["parent/19696",[5239,8.727]],["name/19697",[677,58.27]],["parent/19697",[5239,8.727]],["name/19698",[678,58.27]],["parent/19698",[5239,8.727]],["name/19699",[90,57.883]],["parent/19699",[5180,6.894]],["name/19700",[173,20.78]],["parent/19700",[5240,10.024]],["name/19701",[562,45.295]],["parent/19701",[5241,9.178]],["name/19702",[532,51.363]],["parent/19702",[5241,9.178]],["name/19703",[681,58.27]],["parent/19703",[5241,9.178]],["name/19704",[91,58.075]],["parent/19704",[5180,6.894]],["name/19705",[173,20.78]],["parent/19705",[5242,10.024]],["name/19706",[408,29.731]],["parent/19706",[5243,8.927]],["name/19707",[684,51.363]],["parent/19707",[5243,8.927]],["name/19708",[172,58.075]],["parent/19708",[5243,8.927]],["name/19709",[592,51.363]],["parent/19709",[5243,8.927]],["name/19710",[95,58.075]],["parent/19710",[5180,6.894]],["name/19711",[173,20.78]],["parent/19711",[5244,10.024]],["name/19712",[686,54.532]],["parent/19712",[5245,8.292]],["name/19713",[582,51.363]],["parent/19713",[5245,8.292]],["name/19714",[688,58.27]],["parent/19714",[5245,8.292]],["name/19715",[511,47.317]],["parent/19715",[5245,8.292]],["name/19716",[591,49.811]],["parent/19716",[5245,8.292]],["name/19717",[352,50.243]],["parent/19717",[5245,8.292]],["name/19718",[684,51.363]],["parent/19718",[5245,8.292]],["name/19719",[689,58.27]],["parent/19719",[5245,8.292]],["name/19720",[97,55.911]],["parent/19720",[5180,6.894]],["name/19721",[173,20.78]],["parent/19721",[5246,10.024]],["name/19722",[417,58.075]],["parent/19722",[5247,8.927]],["name/19723",[419,58.075]],["parent/19723",[5247,8.927]],["name/19724",[420,58.075]],["parent/19724",[5247,8.927]],["name/19725",[421,44.394]],["parent/19725",[5247,8.927]],["name/19726",[6,71.328]],["parent/19726",[142,9.514]],["name/19727",[5248,72.9]],["parent/19727",[359,9.514]],["name/19728",[332,72.484]],["parent/19728",[5249,7.195]],["name/19729",[173,20.78]],["parent/19729",[5250,10.024]],["name/19730",[408,29.731]],["parent/19730",[5251,8.727]],["name/19731",[410,39.926]],["parent/19731",[5251,8.727]],["name/19732",[5252,72.9]],["parent/19732",[5251,8.727]],["name/19733",[5253,72.9]],["parent/19733",[5251,8.727]],["name/19734",[5254,72.9]],["parent/19734",[5251,8.727]],["name/19735",[73,51.562]],["parent/19735",[5249,7.195]],["name/19736",[173,20.78]],["parent/19736",[5255,10.024]],["name/19737",[410,39.926]],["parent/19737",[5256,8.927]],["name/19738",[489,61.914]],["parent/19738",[5256,8.927]],["name/19739",[155,37.858]],["parent/19739",[5256,8.927]],["name/19740",[5257,72.9]],["parent/19740",[5256,8.927]],["name/19741",[347,56.806]],["parent/19741",[5249,7.195]],["name/19742",[173,20.78]],["parent/19742",[5258,10.024]],["name/19743",[408,29.731]],["parent/19743",[5259,8.417]],["name/19744",[410,39.926]],["parent/19744",[5259,8.417]],["name/19745",[493,49.276]],["parent/19745",[5259,8.417]],["name/19746",[489,61.914]],["parent/19746",[5259,8.417]],["name/19747",[5260,66.076]],["parent/19747",[5259,8.417]],["name/19748",[5261,66.076]],["parent/19748",[5259,8.417]],["name/19749",[526,47.618]],["parent/19749",[5259,8.417]],["name/19750",[338,72.084]],["parent/19750",[5249,7.195]],["name/19751",[173,20.78]],["parent/19751",[5262,10.024]],["name/19752",[408,29.731]],["parent/19752",[5263,7.99]],["name/19753",[435,49.077]],["parent/19753",[5263,7.99]],["name/19754",[410,39.926]],["parent/19754",[5263,7.99]],["name/19755",[540,45.268]],["parent/19755",[5263,7.99]],["name/19756",[5264,72.9]],["parent/19756",[5263,7.99]],["name/19757",[5265,72.9]],["parent/19757",[5263,7.99]],["name/19758",[5266,72.9]],["parent/19758",[5263,7.99]],["name/19759",[5267,72.9]],["parent/19759",[5263,7.99]],["name/19760",[173,20.78]],["parent/19760",[5263,7.99]],["name/19761",[554,56.227]],["parent/19761",[5268,9.178]],["name/19762",[555,56.227]],["parent/19762",[5268,9.178]],["name/19763",[5269,72.9]],["parent/19763",[5268,9.178]],["name/19764",[155,37.858]],["parent/19764",[5263,7.99]],["name/19765",[5270,72.9]],["parent/19765",[5263,7.99]],["name/19766",[335,72.084]],["parent/19766",[5249,7.195]],["name/19767",[173,20.78]],["parent/19767",[5271,10.024]],["name/19768",[686,54.532]],["parent/19768",[5272,9.178]],["name/19769",[5273,72.9]],["parent/19769",[5272,9.178]],["name/19770",[5274,72.9]],["parent/19770",[5272,9.178]],["name/19771",[84,48.96]],["parent/19771",[5249,7.195]],["name/19772",[173,20.78]],["parent/19772",[5275,10.024]],["name/19773",[572,56.227]],["parent/19773",[5276,9.178]],["name/19774",[5277,72.9]],["parent/19774",[5276,9.178]],["name/19775",[5278,72.9]],["parent/19775",[5276,9.178]],["name/19776",[344,48.357]],["parent/19776",[5249,7.195]],["name/19777",[173,20.78]],["parent/19777",[5279,10.024]],["name/19778",[408,29.731]],["parent/19778",[5280,7.235]],["name/19779",[435,49.077]],["parent/19779",[5280,7.235]],["name/19780",[5281,66.076]],["parent/19780",[5280,7.235]],["name/19781",[347,56.806]],["parent/19781",[5280,7.235]],["name/19782",[686,54.532]],["parent/19782",[5280,7.235]],["name/19783",[5282,72.9]],["parent/19783",[5280,7.235]],["name/19784",[352,50.243]],["parent/19784",[5280,7.235]],["name/19785",[5283,72.9]],["parent/19785",[5280,7.235]],["name/19786",[5284,72.9]],["parent/19786",[5280,7.235]],["name/19787",[356,72.484]],["parent/19787",[5280,7.235]],["name/19788",[173,20.78]],["parent/19788",[5280,7.235]],["name/19789",[526,47.618]],["parent/19789",[5280,7.235]],["name/19790",[5285,72.9]],["parent/19790",[5280,7.235]],["name/19791",[5286,72.9]],["parent/19791",[5280,7.235]],["name/19792",[5287,72.9]],["parent/19792",[5280,7.235]],["name/19793",[5288,72.9]],["parent/19793",[5280,7.235]],["name/19794",[581,49.316]],["parent/19794",[5280,7.235]],["name/19795",[385,72.484]],["parent/19795",[5280,7.235]],["name/19796",[386,72.484]],["parent/19796",[5280,7.235]],["name/19797",[5289,72.9]],["parent/19797",[5280,7.235]],["name/19798",[594,56.227]],["parent/19798",[5280,7.235]],["name/19799",[84,48.96]],["parent/19799",[5280,7.235]],["name/19800",[593,56.227]],["parent/19800",[5280,7.235]],["name/19801",[5290,72.9]],["parent/19801",[5280,7.235]],["name/19802",[348,72.084]],["parent/19802",[5249,7.195]],["name/19803",[173,20.78]],["parent/19803",[5291,10.024]],["name/19804",[408,29.731]],["parent/19804",[5292,7.195]],["name/19805",[410,39.926]],["parent/19805",[5292,7.195]],["name/19806",[493,49.276]],["parent/19806",[5292,7.195]],["name/19807",[489,61.914]],["parent/19807",[5292,7.195]],["name/19808",[5260,66.076]],["parent/19808",[5292,7.195]],["name/19809",[5261,66.076]],["parent/19809",[5292,7.195]],["name/19810",[5293,72.9]],["parent/19810",[5292,7.195]],["name/19811",[5294,72.9]],["parent/19811",[5292,7.195]],["name/19812",[5295,72.9]],["parent/19812",[5292,7.195]],["name/19813",[5296,72.9]],["parent/19813",[5292,7.195]],["name/19814",[526,47.618]],["parent/19814",[5292,7.195]],["name/19815",[435,49.077]],["parent/19815",[5292,7.195]],["name/19816",[5297,66.076]],["parent/19816",[5292,7.195]],["name/19817",[5298,72.9]],["parent/19817",[5292,7.195]],["name/19818",[5299,72.9]],["parent/19818",[5292,7.195]],["name/19819",[5300,72.9]],["parent/19819",[5292,7.195]],["name/19820",[5301,72.9]],["parent/19820",[5292,7.195]],["name/19821",[544,45.905]],["parent/19821",[5292,7.195]],["name/19822",[5302,72.9]],["parent/19822",[5292,7.195]],["name/19823",[5303,72.9]],["parent/19823",[5292,7.195]],["name/19824",[5304,66.076]],["parent/19824",[5292,7.195]],["name/19825",[5305,72.9]],["parent/19825",[5292,7.195]],["name/19826",[5306,72.9]],["parent/19826",[5292,7.195]],["name/19827",[5307,72.9]],["parent/19827",[5292,7.195]],["name/19828",[5308,72.9]],["parent/19828",[5292,7.195]],["name/19829",[334,56.147]],["parent/19829",[5249,7.195]],["name/19830",[173,20.78]],["parent/19830",[5309,10.024]],["name/19831",[408,29.731]],["parent/19831",[5310,8.927]],["name/19832",[435,49.077]],["parent/19832",[5310,8.927]],["name/19833",[5311,72.9]],["parent/19833",[5310,8.927]],["name/19834",[5312,72.9]],["parent/19834",[5310,8.927]],["name/19835",[336,65.863]],["parent/19835",[5249,7.195]],["name/19836",[173,20.78]],["parent/19836",[5313,10.024]],["name/19837",[336,65.863]],["parent/19837",[5314,10.024]],["name/19838",[337,72.484]],["parent/19838",[5249,7.195]],["name/19839",[173,20.78]],["parent/19839",[5315,10.024]],["name/19840",[408,29.731]],["parent/19840",[5316,8.927]],["name/19841",[435,49.077]],["parent/19841",[5316,8.927]],["name/19842",[5317,72.9]],["parent/19842",[5316,8.927]],["name/19843",[344,48.357]],["parent/19843",[5316,8.927]],["name/19844",[339,61.773]],["parent/19844",[5249,7.195]],["name/19845",[173,20.78]],["parent/19845",[5318,10.024]],["name/19846",[408,29.731]],["parent/19846",[5319,8.727]],["name/19847",[435,49.077]],["parent/19847",[5319,8.727]],["name/19848",[5320,66.076]],["parent/19848",[5319,8.727]],["name/19849",[5321,66.076]],["parent/19849",[5319,8.727]],["name/19850",[339,61.773]],["parent/19850",[5319,8.727]],["name/19851",[340,56.068]],["parent/19851",[5249,7.195]],["name/19852",[173,20.78]],["parent/19852",[5322,10.024]],["name/19853",[408,29.731]],["parent/19853",[5323,8.727]],["name/19854",[435,49.077]],["parent/19854",[5323,8.727]],["name/19855",[5320,66.076]],["parent/19855",[5323,8.727]],["name/19856",[5321,66.076]],["parent/19856",[5323,8.727]],["name/19857",[5324,66.076]],["parent/19857",[5323,8.727]],["name/19858",[148,71.328]],["parent/19858",[5249,7.195]],["name/19859",[173,20.78]],["parent/19859",[5325,10.024]],["name/19860",[408,29.731]],["parent/19860",[5326,9.178]],["name/19861",[339,61.773]],["parent/19861",[5326,9.178]],["name/19862",[5324,66.076]],["parent/19862",[5326,9.178]],["name/19863",[341,72.084]],["parent/19863",[5249,7.195]],["name/19864",[173,20.78]],["parent/19864",[5327,10.024]],["name/19865",[96,55.911]],["parent/19865",[5328,9.178]],["name/19866",[5329,72.9]],["parent/19866",[5328,9.178]],["name/19867",[5330,66.076]],["parent/19867",[5328,9.178]],["name/19868",[80,55.757]],["parent/19868",[5249,7.195]],["name/19869",[173,20.78]],["parent/19869",[5331,10.024]],["name/19870",[408,29.731]],["parent/19870",[5332,8.927]],["name/19871",[435,49.077]],["parent/19871",[5332,8.927]],["name/19872",[410,39.926]],["parent/19872",[5332,8.927]],["name/19873",[5333,72.9]],["parent/19873",[5332,8.927]],["name/19874",[342,56.068]],["parent/19874",[5249,7.195]],["name/19875",[173,20.78]],["parent/19875",[5334,10.024]],["name/19876",[5335,72.9]],["parent/19876",[5336,7.907]],["name/19877",[5337,72.9]],["parent/19877",[5336,7.907]],["name/19878",[410,39.926]],["parent/19878",[5336,7.907]],["name/19879",[636,46.586]],["parent/19879",[5336,7.907]],["name/19880",[581,49.316]],["parent/19880",[5336,7.907]],["name/19881",[544,45.905]],["parent/19881",[5336,7.907]],["name/19882",[5338,72.9]],["parent/19882",[5336,7.907]],["name/19883",[5339,72.9]],["parent/19883",[5336,7.907]],["name/19884",[5340,72.9]],["parent/19884",[5336,7.907]],["name/19885",[5297,66.076]],["parent/19885",[5336,7.907]],["name/19886",[5341,72.9]],["parent/19886",[5336,7.907]],["name/19887",[526,47.618]],["parent/19887",[5336,7.907]],["name/19888",[343,72.484]],["parent/19888",[5249,7.195]],["name/19889",[173,20.78]],["parent/19889",[5342,10.024]],["name/19890",[408,29.731]],["parent/19890",[5343,8.927]],["name/19891",[435,49.077]],["parent/19891",[5343,8.927]],["name/19892",[5344,72.9]],["parent/19892",[5343,8.927]],["name/19893",[5345,72.9]],["parent/19893",[5343,8.927]],["name/19894",[83,55.604]],["parent/19894",[5249,7.195]],["name/19895",[173,20.78]],["parent/19895",[5346,10.024]],["name/19896",[408,29.731]],["parent/19896",[5347,8.417]],["name/19897",[435,49.077]],["parent/19897",[5347,8.417]],["name/19898",[540,45.268]],["parent/19898",[5347,8.417]],["name/19899",[5281,66.076]],["parent/19899",[5347,8.417]],["name/19900",[347,56.806]],["parent/19900",[5347,8.417]],["name/19901",[344,48.357]],["parent/19901",[5347,8.417]],["name/19902",[345,56.721]],["parent/19902",[5347,8.417]],["name/19903",[651,56.147]],["parent/19903",[5249,7.195]],["name/19904",[345,56.721]],["parent/19904",[5249,7.195]],["name/19905",[173,20.78]],["parent/19905",[5348,10.024]],["name/19906",[408,29.731]],["parent/19906",[5349,8.927]],["name/19907",[435,49.077]],["parent/19907",[5349,8.927]],["name/19908",[347,56.806]],["parent/19908",[5349,8.927]],["name/19909",[540,45.268]],["parent/19909",[5349,8.927]],["name/19910",[346,72.084]],["parent/19910",[5249,7.195]],["name/19911",[173,20.78]],["parent/19911",[5350,10.024]],["name/19912",[408,29.731]],["parent/19912",[5351,8.292]],["name/19913",[5352,72.9]],["parent/19913",[5351,8.292]],["name/19914",[5353,72.9]],["parent/19914",[5351,8.292]],["name/19915",[5354,72.9]],["parent/19915",[5351,8.292]],["name/19916",[5355,72.9]],["parent/19916",[5351,8.292]],["name/19917",[5356,72.9]],["parent/19917",[5351,8.292]],["name/19918",[5357,72.9]],["parent/19918",[5351,8.292]],["name/19919",[5358,72.9]],["parent/19919",[5351,8.292]],["name/19920",[349,72.484]],["parent/19920",[5249,7.195]],["name/19921",[173,20.78]],["parent/19921",[5359,10.024]],["name/19922",[60,71.328]],["parent/19922",[5360,9.514]],["name/19923",[347,56.806]],["parent/19923",[5360,9.514]],["name/19924",[350,72.484]],["parent/19924",[5249,7.195]],["name/19925",[173,20.78]],["parent/19925",[5361,10.024]],["name/19926",[97,55.911]],["parent/19926",[5362,9.514]],["name/19927",[155,37.858]],["parent/19927",[5362,9.514]],["name/19928",[93,50.025]],["parent/19928",[5249,7.195]],["name/19929",[173,20.78]],["parent/19929",[5363,10.024]],["name/19930",[5304,66.076]],["parent/19930",[5364,8.727]],["name/19931",[5365,72.9]],["parent/19931",[5364,8.727]],["name/19932",[5330,66.076]],["parent/19932",[5364,8.727]],["name/19933",[5366,72.9]],["parent/19933",[5364,8.727]],["name/19934",[5367,72.9]],["parent/19934",[5364,8.727]],["name/19935",[5248,72.9]],["parent/19935",[360,9.514]],["name/19936",[332,72.484]],["parent/19936",[5368,7.195]],["name/19937",[173,20.78]],["parent/19937",[5369,10.024]],["name/19938",[408,29.731]],["parent/19938",[5370,8.727]],["name/19939",[410,39.926]],["parent/19939",[5370,8.727]],["name/19940",[5252,72.9]],["parent/19940",[5370,8.727]],["name/19941",[5253,72.9]],["parent/19941",[5370,8.727]],["name/19942",[5254,72.9]],["parent/19942",[5370,8.727]],["name/19943",[73,51.562]],["parent/19943",[5368,7.195]],["name/19944",[173,20.78]],["parent/19944",[5371,10.024]],["name/19945",[410,39.926]],["parent/19945",[5372,8.927]],["name/19946",[489,61.914]],["parent/19946",[5372,8.927]],["name/19947",[155,37.858]],["parent/19947",[5372,8.927]],["name/19948",[5257,72.9]],["parent/19948",[5372,8.927]],["name/19949",[347,56.806]],["parent/19949",[5368,7.195]],["name/19950",[173,20.78]],["parent/19950",[5373,10.024]],["name/19951",[408,29.731]],["parent/19951",[5374,8.417]],["name/19952",[410,39.926]],["parent/19952",[5374,8.417]],["name/19953",[493,49.276]],["parent/19953",[5374,8.417]],["name/19954",[489,61.914]],["parent/19954",[5374,8.417]],["name/19955",[5260,66.076]],["parent/19955",[5374,8.417]],["name/19956",[5261,66.076]],["parent/19956",[5374,8.417]],["name/19957",[526,47.618]],["parent/19957",[5374,8.417]],["name/19958",[338,72.084]],["parent/19958",[5368,7.195]],["name/19959",[173,20.78]],["parent/19959",[5375,10.024]],["name/19960",[408,29.731]],["parent/19960",[5376,7.99]],["name/19961",[435,49.077]],["parent/19961",[5376,7.99]],["name/19962",[410,39.926]],["parent/19962",[5376,7.99]],["name/19963",[540,45.268]],["parent/19963",[5376,7.99]],["name/19964",[5264,72.9]],["parent/19964",[5376,7.99]],["name/19965",[5265,72.9]],["parent/19965",[5376,7.99]],["name/19966",[5266,72.9]],["parent/19966",[5376,7.99]],["name/19967",[5267,72.9]],["parent/19967",[5376,7.99]],["name/19968",[173,20.78]],["parent/19968",[5376,7.99]],["name/19969",[554,56.227]],["parent/19969",[5377,9.178]],["name/19970",[555,56.227]],["parent/19970",[5377,9.178]],["name/19971",[5269,72.9]],["parent/19971",[5377,9.178]],["name/19972",[155,37.858]],["parent/19972",[5376,7.99]],["name/19973",[5270,72.9]],["parent/19973",[5376,7.99]],["name/19974",[335,72.084]],["parent/19974",[5368,7.195]],["name/19975",[173,20.78]],["parent/19975",[5378,10.024]],["name/19976",[686,54.532]],["parent/19976",[5379,9.178]],["name/19977",[5273,72.9]],["parent/19977",[5379,9.178]],["name/19978",[5274,72.9]],["parent/19978",[5379,9.178]],["name/19979",[84,48.96]],["parent/19979",[5368,7.195]],["name/19980",[173,20.78]],["parent/19980",[5380,10.024]],["name/19981",[572,56.227]],["parent/19981",[5381,9.178]],["name/19982",[5277,72.9]],["parent/19982",[5381,9.178]],["name/19983",[5278,72.9]],["parent/19983",[5381,9.178]],["name/19984",[344,48.357]],["parent/19984",[5368,7.195]],["name/19985",[173,20.78]],["parent/19985",[5382,10.024]],["name/19986",[408,29.731]],["parent/19986",[5383,7.235]],["name/19987",[435,49.077]],["parent/19987",[5383,7.235]],["name/19988",[5281,66.076]],["parent/19988",[5383,7.235]],["name/19989",[347,56.806]],["parent/19989",[5383,7.235]],["name/19990",[686,54.532]],["parent/19990",[5383,7.235]],["name/19991",[5282,72.9]],["parent/19991",[5383,7.235]],["name/19992",[352,50.243]],["parent/19992",[5383,7.235]],["name/19993",[5283,72.9]],["parent/19993",[5383,7.235]],["name/19994",[5284,72.9]],["parent/19994",[5383,7.235]],["name/19995",[356,72.484]],["parent/19995",[5383,7.235]],["name/19996",[173,20.78]],["parent/19996",[5383,7.235]],["name/19997",[526,47.618]],["parent/19997",[5383,7.235]],["name/19998",[5285,72.9]],["parent/19998",[5383,7.235]],["name/19999",[5286,72.9]],["parent/19999",[5383,7.235]],["name/20000",[5287,72.9]],["parent/20000",[5383,7.235]],["name/20001",[5288,72.9]],["parent/20001",[5383,7.235]],["name/20002",[581,49.316]],["parent/20002",[5383,7.235]],["name/20003",[385,72.484]],["parent/20003",[5383,7.235]],["name/20004",[386,72.484]],["parent/20004",[5383,7.235]],["name/20005",[5289,72.9]],["parent/20005",[5383,7.235]],["name/20006",[594,56.227]],["parent/20006",[5383,7.235]],["name/20007",[84,48.96]],["parent/20007",[5383,7.235]],["name/20008",[593,56.227]],["parent/20008",[5383,7.235]],["name/20009",[5290,72.9]],["parent/20009",[5383,7.235]],["name/20010",[348,72.084]],["parent/20010",[5368,7.195]],["name/20011",[173,20.78]],["parent/20011",[5384,10.024]],["name/20012",[408,29.731]],["parent/20012",[5385,7.195]],["name/20013",[410,39.926]],["parent/20013",[5385,7.195]],["name/20014",[493,49.276]],["parent/20014",[5385,7.195]],["name/20015",[489,61.914]],["parent/20015",[5385,7.195]],["name/20016",[5260,66.076]],["parent/20016",[5385,7.195]],["name/20017",[5261,66.076]],["parent/20017",[5385,7.195]],["name/20018",[5293,72.9]],["parent/20018",[5385,7.195]],["name/20019",[5294,72.9]],["parent/20019",[5385,7.195]],["name/20020",[5295,72.9]],["parent/20020",[5385,7.195]],["name/20021",[5296,72.9]],["parent/20021",[5385,7.195]],["name/20022",[526,47.618]],["parent/20022",[5385,7.195]],["name/20023",[435,49.077]],["parent/20023",[5385,7.195]],["name/20024",[5297,66.076]],["parent/20024",[5385,7.195]],["name/20025",[5298,72.9]],["parent/20025",[5385,7.195]],["name/20026",[5299,72.9]],["parent/20026",[5385,7.195]],["name/20027",[5300,72.9]],["parent/20027",[5385,7.195]],["name/20028",[5301,72.9]],["parent/20028",[5385,7.195]],["name/20029",[544,45.905]],["parent/20029",[5385,7.195]],["name/20030",[5302,72.9]],["parent/20030",[5385,7.195]],["name/20031",[5303,72.9]],["parent/20031",[5385,7.195]],["name/20032",[5304,66.076]],["parent/20032",[5385,7.195]],["name/20033",[5305,72.9]],["parent/20033",[5385,7.195]],["name/20034",[5306,72.9]],["parent/20034",[5385,7.195]],["name/20035",[5307,72.9]],["parent/20035",[5385,7.195]],["name/20036",[5308,72.9]],["parent/20036",[5385,7.195]],["name/20037",[334,56.147]],["parent/20037",[5368,7.195]],["name/20038",[173,20.78]],["parent/20038",[5386,10.024]],["name/20039",[408,29.731]],["parent/20039",[5387,8.927]],["name/20040",[435,49.077]],["parent/20040",[5387,8.927]],["name/20041",[5311,72.9]],["parent/20041",[5387,8.927]],["name/20042",[5312,72.9]],["parent/20042",[5387,8.927]],["name/20043",[336,65.863]],["parent/20043",[5368,7.195]],["name/20044",[173,20.78]],["parent/20044",[5388,10.024]],["name/20045",[336,65.863]],["parent/20045",[5389,10.024]],["name/20046",[337,72.484]],["parent/20046",[5368,7.195]],["name/20047",[173,20.78]],["parent/20047",[5390,10.024]],["name/20048",[408,29.731]],["parent/20048",[5391,8.927]],["name/20049",[435,49.077]],["parent/20049",[5391,8.927]],["name/20050",[5317,72.9]],["parent/20050",[5391,8.927]],["name/20051",[344,48.357]],["parent/20051",[5391,8.927]],["name/20052",[339,61.773]],["parent/20052",[5368,7.195]],["name/20053",[173,20.78]],["parent/20053",[5392,10.024]],["name/20054",[408,29.731]],["parent/20054",[5393,8.727]],["name/20055",[435,49.077]],["parent/20055",[5393,8.727]],["name/20056",[5320,66.076]],["parent/20056",[5393,8.727]],["name/20057",[5321,66.076]],["parent/20057",[5393,8.727]],["name/20058",[339,61.773]],["parent/20058",[5393,8.727]],["name/20059",[340,56.068]],["parent/20059",[5368,7.195]],["name/20060",[173,20.78]],["parent/20060",[5394,10.024]],["name/20061",[408,29.731]],["parent/20061",[5395,8.727]],["name/20062",[435,49.077]],["parent/20062",[5395,8.727]],["name/20063",[5320,66.076]],["parent/20063",[5395,8.727]],["name/20064",[5321,66.076]],["parent/20064",[5395,8.727]],["name/20065",[5324,66.076]],["parent/20065",[5395,8.727]],["name/20066",[148,71.328]],["parent/20066",[5368,7.195]],["name/20067",[173,20.78]],["parent/20067",[5396,10.024]],["name/20068",[408,29.731]],["parent/20068",[5397,9.178]],["name/20069",[339,61.773]],["parent/20069",[5397,9.178]],["name/20070",[5324,66.076]],["parent/20070",[5397,9.178]],["name/20071",[341,72.084]],["parent/20071",[5368,7.195]],["name/20072",[173,20.78]],["parent/20072",[5398,10.024]],["name/20073",[96,55.911]],["parent/20073",[5399,9.178]],["name/20074",[5329,72.9]],["parent/20074",[5399,9.178]],["name/20075",[5330,66.076]],["parent/20075",[5399,9.178]],["name/20076",[80,55.757]],["parent/20076",[5368,7.195]],["name/20077",[173,20.78]],["parent/20077",[5400,10.024]],["name/20078",[408,29.731]],["parent/20078",[5401,8.927]],["name/20079",[435,49.077]],["parent/20079",[5401,8.927]],["name/20080",[410,39.926]],["parent/20080",[5401,8.927]],["name/20081",[5333,72.9]],["parent/20081",[5401,8.927]],["name/20082",[342,56.068]],["parent/20082",[5368,7.195]],["name/20083",[173,20.78]],["parent/20083",[5402,10.024]],["name/20084",[5335,72.9]],["parent/20084",[5403,7.907]],["name/20085",[5337,72.9]],["parent/20085",[5403,7.907]],["name/20086",[410,39.926]],["parent/20086",[5403,7.907]],["name/20087",[636,46.586]],["parent/20087",[5403,7.907]],["name/20088",[581,49.316]],["parent/20088",[5403,7.907]],["name/20089",[544,45.905]],["parent/20089",[5403,7.907]],["name/20090",[5338,72.9]],["parent/20090",[5403,7.907]],["name/20091",[5339,72.9]],["parent/20091",[5403,7.907]],["name/20092",[5340,72.9]],["parent/20092",[5403,7.907]],["name/20093",[5297,66.076]],["parent/20093",[5403,7.907]],["name/20094",[5341,72.9]],["parent/20094",[5403,7.907]],["name/20095",[526,47.618]],["parent/20095",[5403,7.907]],["name/20096",[343,72.484]],["parent/20096",[5368,7.195]],["name/20097",[173,20.78]],["parent/20097",[5404,10.024]],["name/20098",[408,29.731]],["parent/20098",[5405,8.927]],["name/20099",[435,49.077]],["parent/20099",[5405,8.927]],["name/20100",[5344,72.9]],["parent/20100",[5405,8.927]],["name/20101",[5345,72.9]],["parent/20101",[5405,8.927]],["name/20102",[83,55.604]],["parent/20102",[5368,7.195]],["name/20103",[173,20.78]],["parent/20103",[5406,10.024]],["name/20104",[408,29.731]],["parent/20104",[5407,8.417]],["name/20105",[435,49.077]],["parent/20105",[5407,8.417]],["name/20106",[540,45.268]],["parent/20106",[5407,8.417]],["name/20107",[5281,66.076]],["parent/20107",[5407,8.417]],["name/20108",[347,56.806]],["parent/20108",[5407,8.417]],["name/20109",[344,48.357]],["parent/20109",[5407,8.417]],["name/20110",[345,56.721]],["parent/20110",[5407,8.417]],["name/20111",[651,56.147]],["parent/20111",[5368,7.195]],["name/20112",[345,56.721]],["parent/20112",[5368,7.195]],["name/20113",[173,20.78]],["parent/20113",[5408,10.024]],["name/20114",[408,29.731]],["parent/20114",[5409,8.927]],["name/20115",[435,49.077]],["parent/20115",[5409,8.927]],["name/20116",[347,56.806]],["parent/20116",[5409,8.927]],["name/20117",[540,45.268]],["parent/20117",[5409,8.927]],["name/20118",[346,72.084]],["parent/20118",[5368,7.195]],["name/20119",[173,20.78]],["parent/20119",[5410,10.024]],["name/20120",[408,29.731]],["parent/20120",[5411,8.292]],["name/20121",[5352,72.9]],["parent/20121",[5411,8.292]],["name/20122",[5353,72.9]],["parent/20122",[5411,8.292]],["name/20123",[5354,72.9]],["parent/20123",[5411,8.292]],["name/20124",[5355,72.9]],["parent/20124",[5411,8.292]],["name/20125",[5356,72.9]],["parent/20125",[5411,8.292]],["name/20126",[5357,72.9]],["parent/20126",[5411,8.292]],["name/20127",[5358,72.9]],["parent/20127",[5411,8.292]],["name/20128",[349,72.484]],["parent/20128",[5368,7.195]],["name/20129",[173,20.78]],["parent/20129",[5412,10.024]],["name/20130",[60,71.328]],["parent/20130",[5413,9.514]],["name/20131",[347,56.806]],["parent/20131",[5413,9.514]],["name/20132",[350,72.484]],["parent/20132",[5368,7.195]],["name/20133",[173,20.78]],["parent/20133",[5414,10.024]],["name/20134",[97,55.911]],["parent/20134",[5415,9.514]],["name/20135",[155,37.858]],["parent/20135",[5415,9.514]],["name/20136",[93,50.025]],["parent/20136",[5368,7.195]],["name/20137",[173,20.78]],["parent/20137",[5416,10.024]],["name/20138",[5304,66.076]],["parent/20138",[5417,8.727]],["name/20139",[5365,72.9]],["parent/20139",[5417,8.727]],["name/20140",[5330,66.076]],["parent/20140",[5417,8.727]],["name/20141",[5366,72.9]],["parent/20141",[5417,8.727]],["name/20142",[5367,72.9]],["parent/20142",[5417,8.727]],["name/20143",[5248,72.9]],["parent/20143",[361,9.514]],["name/20144",[332,72.484]],["parent/20144",[5418,7.195]],["name/20145",[173,20.78]],["parent/20145",[5419,10.024]],["name/20146",[408,29.731]],["parent/20146",[5420,8.727]],["name/20147",[410,39.926]],["parent/20147",[5420,8.727]],["name/20148",[5252,72.9]],["parent/20148",[5420,8.727]],["name/20149",[5253,72.9]],["parent/20149",[5420,8.727]],["name/20150",[5254,72.9]],["parent/20150",[5420,8.727]],["name/20151",[73,51.562]],["parent/20151",[5418,7.195]],["name/20152",[173,20.78]],["parent/20152",[5421,10.024]],["name/20153",[410,39.926]],["parent/20153",[5422,8.927]],["name/20154",[489,61.914]],["parent/20154",[5422,8.927]],["name/20155",[155,37.858]],["parent/20155",[5422,8.927]],["name/20156",[5257,72.9]],["parent/20156",[5422,8.927]],["name/20157",[347,56.806]],["parent/20157",[5418,7.195]],["name/20158",[173,20.78]],["parent/20158",[5423,10.024]],["name/20159",[408,29.731]],["parent/20159",[5424,8.417]],["name/20160",[410,39.926]],["parent/20160",[5424,8.417]],["name/20161",[493,49.276]],["parent/20161",[5424,8.417]],["name/20162",[489,61.914]],["parent/20162",[5424,8.417]],["name/20163",[5260,66.076]],["parent/20163",[5424,8.417]],["name/20164",[5261,66.076]],["parent/20164",[5424,8.417]],["name/20165",[526,47.618]],["parent/20165",[5424,8.417]],["name/20166",[338,72.084]],["parent/20166",[5418,7.195]],["name/20167",[173,20.78]],["parent/20167",[5425,10.024]],["name/20168",[408,29.731]],["parent/20168",[5426,7.99]],["name/20169",[435,49.077]],["parent/20169",[5426,7.99]],["name/20170",[410,39.926]],["parent/20170",[5426,7.99]],["name/20171",[540,45.268]],["parent/20171",[5426,7.99]],["name/20172",[5264,72.9]],["parent/20172",[5426,7.99]],["name/20173",[5265,72.9]],["parent/20173",[5426,7.99]],["name/20174",[5266,72.9]],["parent/20174",[5426,7.99]],["name/20175",[5267,72.9]],["parent/20175",[5426,7.99]],["name/20176",[173,20.78]],["parent/20176",[5426,7.99]],["name/20177",[554,56.227]],["parent/20177",[5427,9.178]],["name/20178",[555,56.227]],["parent/20178",[5427,9.178]],["name/20179",[5269,72.9]],["parent/20179",[5427,9.178]],["name/20180",[155,37.858]],["parent/20180",[5426,7.99]],["name/20181",[5270,72.9]],["parent/20181",[5426,7.99]],["name/20182",[335,72.084]],["parent/20182",[5418,7.195]],["name/20183",[173,20.78]],["parent/20183",[5428,10.024]],["name/20184",[686,54.532]],["parent/20184",[5429,9.178]],["name/20185",[5273,72.9]],["parent/20185",[5429,9.178]],["name/20186",[5274,72.9]],["parent/20186",[5429,9.178]],["name/20187",[84,48.96]],["parent/20187",[5418,7.195]],["name/20188",[173,20.78]],["parent/20188",[5430,10.024]],["name/20189",[572,56.227]],["parent/20189",[5431,9.178]],["name/20190",[5277,72.9]],["parent/20190",[5431,9.178]],["name/20191",[5278,72.9]],["parent/20191",[5431,9.178]],["name/20192",[344,48.357]],["parent/20192",[5418,7.195]],["name/20193",[173,20.78]],["parent/20193",[5432,10.024]],["name/20194",[408,29.731]],["parent/20194",[5433,7.235]],["name/20195",[435,49.077]],["parent/20195",[5433,7.235]],["name/20196",[5281,66.076]],["parent/20196",[5433,7.235]],["name/20197",[347,56.806]],["parent/20197",[5433,7.235]],["name/20198",[686,54.532]],["parent/20198",[5433,7.235]],["name/20199",[5282,72.9]],["parent/20199",[5433,7.235]],["name/20200",[352,50.243]],["parent/20200",[5433,7.235]],["name/20201",[5283,72.9]],["parent/20201",[5433,7.235]],["name/20202",[5284,72.9]],["parent/20202",[5433,7.235]],["name/20203",[356,72.484]],["parent/20203",[5433,7.235]],["name/20204",[173,20.78]],["parent/20204",[5433,7.235]],["name/20205",[526,47.618]],["parent/20205",[5433,7.235]],["name/20206",[5285,72.9]],["parent/20206",[5433,7.235]],["name/20207",[5286,72.9]],["parent/20207",[5433,7.235]],["name/20208",[5287,72.9]],["parent/20208",[5433,7.235]],["name/20209",[5288,72.9]],["parent/20209",[5433,7.235]],["name/20210",[581,49.316]],["parent/20210",[5433,7.235]],["name/20211",[385,72.484]],["parent/20211",[5433,7.235]],["name/20212",[386,72.484]],["parent/20212",[5433,7.235]],["name/20213",[5289,72.9]],["parent/20213",[5433,7.235]],["name/20214",[594,56.227]],["parent/20214",[5433,7.235]],["name/20215",[84,48.96]],["parent/20215",[5433,7.235]],["name/20216",[593,56.227]],["parent/20216",[5433,7.235]],["name/20217",[5290,72.9]],["parent/20217",[5433,7.235]],["name/20218",[348,72.084]],["parent/20218",[5418,7.195]],["name/20219",[173,20.78]],["parent/20219",[5434,10.024]],["name/20220",[408,29.731]],["parent/20220",[5435,7.195]],["name/20221",[410,39.926]],["parent/20221",[5435,7.195]],["name/20222",[493,49.276]],["parent/20222",[5435,7.195]],["name/20223",[489,61.914]],["parent/20223",[5435,7.195]],["name/20224",[5260,66.076]],["parent/20224",[5435,7.195]],["name/20225",[5261,66.076]],["parent/20225",[5435,7.195]],["name/20226",[5293,72.9]],["parent/20226",[5435,7.195]],["name/20227",[5294,72.9]],["parent/20227",[5435,7.195]],["name/20228",[5295,72.9]],["parent/20228",[5435,7.195]],["name/20229",[5296,72.9]],["parent/20229",[5435,7.195]],["name/20230",[526,47.618]],["parent/20230",[5435,7.195]],["name/20231",[435,49.077]],["parent/20231",[5435,7.195]],["name/20232",[5297,66.076]],["parent/20232",[5435,7.195]],["name/20233",[5298,72.9]],["parent/20233",[5435,7.195]],["name/20234",[5299,72.9]],["parent/20234",[5435,7.195]],["name/20235",[5300,72.9]],["parent/20235",[5435,7.195]],["name/20236",[5301,72.9]],["parent/20236",[5435,7.195]],["name/20237",[544,45.905]],["parent/20237",[5435,7.195]],["name/20238",[5302,72.9]],["parent/20238",[5435,7.195]],["name/20239",[5303,72.9]],["parent/20239",[5435,7.195]],["name/20240",[5304,66.076]],["parent/20240",[5435,7.195]],["name/20241",[5305,72.9]],["parent/20241",[5435,7.195]],["name/20242",[5306,72.9]],["parent/20242",[5435,7.195]],["name/20243",[5307,72.9]],["parent/20243",[5435,7.195]],["name/20244",[5308,72.9]],["parent/20244",[5435,7.195]],["name/20245",[334,56.147]],["parent/20245",[5418,7.195]],["name/20246",[173,20.78]],["parent/20246",[5436,10.024]],["name/20247",[408,29.731]],["parent/20247",[5437,8.927]],["name/20248",[435,49.077]],["parent/20248",[5437,8.927]],["name/20249",[5311,72.9]],["parent/20249",[5437,8.927]],["name/20250",[5312,72.9]],["parent/20250",[5437,8.927]],["name/20251",[336,65.863]],["parent/20251",[5418,7.195]],["name/20252",[173,20.78]],["parent/20252",[5438,10.024]],["name/20253",[336,65.863]],["parent/20253",[5439,10.024]],["name/20254",[337,72.484]],["parent/20254",[5418,7.195]],["name/20255",[173,20.78]],["parent/20255",[5440,10.024]],["name/20256",[408,29.731]],["parent/20256",[5441,8.927]],["name/20257",[435,49.077]],["parent/20257",[5441,8.927]],["name/20258",[5317,72.9]],["parent/20258",[5441,8.927]],["name/20259",[344,48.357]],["parent/20259",[5441,8.927]],["name/20260",[339,61.773]],["parent/20260",[5418,7.195]],["name/20261",[173,20.78]],["parent/20261",[5442,10.024]],["name/20262",[408,29.731]],["parent/20262",[5443,8.727]],["name/20263",[435,49.077]],["parent/20263",[5443,8.727]],["name/20264",[5320,66.076]],["parent/20264",[5443,8.727]],["name/20265",[5321,66.076]],["parent/20265",[5443,8.727]],["name/20266",[339,61.773]],["parent/20266",[5443,8.727]],["name/20267",[340,56.068]],["parent/20267",[5418,7.195]],["name/20268",[173,20.78]],["parent/20268",[5444,10.024]],["name/20269",[408,29.731]],["parent/20269",[5445,8.727]],["name/20270",[435,49.077]],["parent/20270",[5445,8.727]],["name/20271",[5320,66.076]],["parent/20271",[5445,8.727]],["name/20272",[5321,66.076]],["parent/20272",[5445,8.727]],["name/20273",[5324,66.076]],["parent/20273",[5445,8.727]],["name/20274",[148,71.328]],["parent/20274",[5418,7.195]],["name/20275",[173,20.78]],["parent/20275",[5446,10.024]],["name/20276",[408,29.731]],["parent/20276",[5447,9.178]],["name/20277",[339,61.773]],["parent/20277",[5447,9.178]],["name/20278",[5324,66.076]],["parent/20278",[5447,9.178]],["name/20279",[341,72.084]],["parent/20279",[5418,7.195]],["name/20280",[173,20.78]],["parent/20280",[5448,10.024]],["name/20281",[96,55.911]],["parent/20281",[5449,9.178]],["name/20282",[5329,72.9]],["parent/20282",[5449,9.178]],["name/20283",[5330,66.076]],["parent/20283",[5449,9.178]],["name/20284",[80,55.757]],["parent/20284",[5418,7.195]],["name/20285",[173,20.78]],["parent/20285",[5450,10.024]],["name/20286",[408,29.731]],["parent/20286",[5451,8.927]],["name/20287",[435,49.077]],["parent/20287",[5451,8.927]],["name/20288",[410,39.926]],["parent/20288",[5451,8.927]],["name/20289",[5333,72.9]],["parent/20289",[5451,8.927]],["name/20290",[342,56.068]],["parent/20290",[5418,7.195]],["name/20291",[173,20.78]],["parent/20291",[5452,10.024]],["name/20292",[5335,72.9]],["parent/20292",[5453,7.907]],["name/20293",[5337,72.9]],["parent/20293",[5453,7.907]],["name/20294",[410,39.926]],["parent/20294",[5453,7.907]],["name/20295",[636,46.586]],["parent/20295",[5453,7.907]],["name/20296",[581,49.316]],["parent/20296",[5453,7.907]],["name/20297",[544,45.905]],["parent/20297",[5453,7.907]],["name/20298",[5338,72.9]],["parent/20298",[5453,7.907]],["name/20299",[5339,72.9]],["parent/20299",[5453,7.907]],["name/20300",[5340,72.9]],["parent/20300",[5453,7.907]],["name/20301",[5297,66.076]],["parent/20301",[5453,7.907]],["name/20302",[5341,72.9]],["parent/20302",[5453,7.907]],["name/20303",[526,47.618]],["parent/20303",[5453,7.907]],["name/20304",[343,72.484]],["parent/20304",[5418,7.195]],["name/20305",[173,20.78]],["parent/20305",[5454,10.024]],["name/20306",[408,29.731]],["parent/20306",[5455,8.927]],["name/20307",[435,49.077]],["parent/20307",[5455,8.927]],["name/20308",[5344,72.9]],["parent/20308",[5455,8.927]],["name/20309",[5345,72.9]],["parent/20309",[5455,8.927]],["name/20310",[83,55.604]],["parent/20310",[5418,7.195]],["name/20311",[173,20.78]],["parent/20311",[5456,10.024]],["name/20312",[408,29.731]],["parent/20312",[5457,8.417]],["name/20313",[435,49.077]],["parent/20313",[5457,8.417]],["name/20314",[540,45.268]],["parent/20314",[5457,8.417]],["name/20315",[5281,66.076]],["parent/20315",[5457,8.417]],["name/20316",[347,56.806]],["parent/20316",[5457,8.417]],["name/20317",[344,48.357]],["parent/20317",[5457,8.417]],["name/20318",[345,56.721]],["parent/20318",[5457,8.417]],["name/20319",[651,56.147]],["parent/20319",[5418,7.195]],["name/20320",[345,56.721]],["parent/20320",[5418,7.195]],["name/20321",[173,20.78]],["parent/20321",[5458,10.024]],["name/20322",[408,29.731]],["parent/20322",[5459,8.927]],["name/20323",[435,49.077]],["parent/20323",[5459,8.927]],["name/20324",[347,56.806]],["parent/20324",[5459,8.927]],["name/20325",[540,45.268]],["parent/20325",[5459,8.927]],["name/20326",[346,72.084]],["parent/20326",[5418,7.195]],["name/20327",[173,20.78]],["parent/20327",[5460,10.024]],["name/20328",[408,29.731]],["parent/20328",[5461,8.292]],["name/20329",[5352,72.9]],["parent/20329",[5461,8.292]],["name/20330",[5353,72.9]],["parent/20330",[5461,8.292]],["name/20331",[5354,72.9]],["parent/20331",[5461,8.292]],["name/20332",[5355,72.9]],["parent/20332",[5461,8.292]],["name/20333",[5356,72.9]],["parent/20333",[5461,8.292]],["name/20334",[5357,72.9]],["parent/20334",[5461,8.292]],["name/20335",[5358,72.9]],["parent/20335",[5461,8.292]],["name/20336",[349,72.484]],["parent/20336",[5418,7.195]],["name/20337",[173,20.78]],["parent/20337",[5462,10.024]],["name/20338",[60,71.328]],["parent/20338",[5463,9.514]],["name/20339",[347,56.806]],["parent/20339",[5463,9.514]],["name/20340",[350,72.484]],["parent/20340",[5418,7.195]],["name/20341",[173,20.78]],["parent/20341",[5464,10.024]],["name/20342",[97,55.911]],["parent/20342",[5465,9.514]],["name/20343",[155,37.858]],["parent/20343",[5465,9.514]],["name/20344",[93,50.025]],["parent/20344",[5418,7.195]],["name/20345",[173,20.78]],["parent/20345",[5466,10.024]],["name/20346",[5304,66.076]],["parent/20346",[5467,8.727]],["name/20347",[5365,72.9]],["parent/20347",[5467,8.727]],["name/20348",[5330,66.076]],["parent/20348",[5467,8.727]],["name/20349",[5366,72.9]],["parent/20349",[5467,8.727]],["name/20350",[5367,72.9]],["parent/20350",[5467,8.727]],["name/20351",[5248,72.9]],["parent/20351",[362,9.514]],["name/20352",[332,72.484]],["parent/20352",[5468,7.195]],["name/20353",[173,20.78]],["parent/20353",[5469,10.024]],["name/20354",[408,29.731]],["parent/20354",[5470,8.727]],["name/20355",[410,39.926]],["parent/20355",[5470,8.727]],["name/20356",[5252,72.9]],["parent/20356",[5470,8.727]],["name/20357",[5253,72.9]],["parent/20357",[5470,8.727]],["name/20358",[5254,72.9]],["parent/20358",[5470,8.727]],["name/20359",[73,51.562]],["parent/20359",[5468,7.195]],["name/20360",[173,20.78]],["parent/20360",[5471,10.024]],["name/20361",[410,39.926]],["parent/20361",[5472,8.927]],["name/20362",[489,61.914]],["parent/20362",[5472,8.927]],["name/20363",[155,37.858]],["parent/20363",[5472,8.927]],["name/20364",[5257,72.9]],["parent/20364",[5472,8.927]],["name/20365",[347,56.806]],["parent/20365",[5468,7.195]],["name/20366",[173,20.78]],["parent/20366",[5473,10.024]],["name/20367",[408,29.731]],["parent/20367",[5474,8.417]],["name/20368",[410,39.926]],["parent/20368",[5474,8.417]],["name/20369",[493,49.276]],["parent/20369",[5474,8.417]],["name/20370",[489,61.914]],["parent/20370",[5474,8.417]],["name/20371",[5260,66.076]],["parent/20371",[5474,8.417]],["name/20372",[5261,66.076]],["parent/20372",[5474,8.417]],["name/20373",[526,47.618]],["parent/20373",[5474,8.417]],["name/20374",[338,72.084]],["parent/20374",[5468,7.195]],["name/20375",[173,20.78]],["parent/20375",[5475,10.024]],["name/20376",[408,29.731]],["parent/20376",[5476,7.99]],["name/20377",[435,49.077]],["parent/20377",[5476,7.99]],["name/20378",[410,39.926]],["parent/20378",[5476,7.99]],["name/20379",[540,45.268]],["parent/20379",[5476,7.99]],["name/20380",[5264,72.9]],["parent/20380",[5476,7.99]],["name/20381",[5265,72.9]],["parent/20381",[5476,7.99]],["name/20382",[5266,72.9]],["parent/20382",[5476,7.99]],["name/20383",[5267,72.9]],["parent/20383",[5476,7.99]],["name/20384",[173,20.78]],["parent/20384",[5476,7.99]],["name/20385",[554,56.227]],["parent/20385",[5477,9.178]],["name/20386",[555,56.227]],["parent/20386",[5477,9.178]],["name/20387",[5269,72.9]],["parent/20387",[5477,9.178]],["name/20388",[155,37.858]],["parent/20388",[5476,7.99]],["name/20389",[5270,72.9]],["parent/20389",[5476,7.99]],["name/20390",[335,72.084]],["parent/20390",[5468,7.195]],["name/20391",[173,20.78]],["parent/20391",[5478,10.024]],["name/20392",[686,54.532]],["parent/20392",[5479,9.178]],["name/20393",[5273,72.9]],["parent/20393",[5479,9.178]],["name/20394",[5274,72.9]],["parent/20394",[5479,9.178]],["name/20395",[84,48.96]],["parent/20395",[5468,7.195]],["name/20396",[173,20.78]],["parent/20396",[5480,10.024]],["name/20397",[572,56.227]],["parent/20397",[5481,9.178]],["name/20398",[5277,72.9]],["parent/20398",[5481,9.178]],["name/20399",[5278,72.9]],["parent/20399",[5481,9.178]],["name/20400",[344,48.357]],["parent/20400",[5468,7.195]],["name/20401",[173,20.78]],["parent/20401",[5482,10.024]],["name/20402",[408,29.731]],["parent/20402",[5483,7.235]],["name/20403",[435,49.077]],["parent/20403",[5483,7.235]],["name/20404",[5281,66.076]],["parent/20404",[5483,7.235]],["name/20405",[347,56.806]],["parent/20405",[5483,7.235]],["name/20406",[686,54.532]],["parent/20406",[5483,7.235]],["name/20407",[5282,72.9]],["parent/20407",[5483,7.235]],["name/20408",[352,50.243]],["parent/20408",[5483,7.235]],["name/20409",[5283,72.9]],["parent/20409",[5483,7.235]],["name/20410",[5284,72.9]],["parent/20410",[5483,7.235]],["name/20411",[356,72.484]],["parent/20411",[5483,7.235]],["name/20412",[173,20.78]],["parent/20412",[5483,7.235]],["name/20413",[526,47.618]],["parent/20413",[5483,7.235]],["name/20414",[5285,72.9]],["parent/20414",[5483,7.235]],["name/20415",[5286,72.9]],["parent/20415",[5483,7.235]],["name/20416",[5287,72.9]],["parent/20416",[5483,7.235]],["name/20417",[5288,72.9]],["parent/20417",[5483,7.235]],["name/20418",[581,49.316]],["parent/20418",[5483,7.235]],["name/20419",[385,72.484]],["parent/20419",[5483,7.235]],["name/20420",[386,72.484]],["parent/20420",[5483,7.235]],["name/20421",[5289,72.9]],["parent/20421",[5483,7.235]],["name/20422",[594,56.227]],["parent/20422",[5483,7.235]],["name/20423",[84,48.96]],["parent/20423",[5483,7.235]],["name/20424",[593,56.227]],["parent/20424",[5483,7.235]],["name/20425",[5290,72.9]],["parent/20425",[5483,7.235]],["name/20426",[348,72.084]],["parent/20426",[5468,7.195]],["name/20427",[173,20.78]],["parent/20427",[5484,10.024]],["name/20428",[408,29.731]],["parent/20428",[5485,7.195]],["name/20429",[410,39.926]],["parent/20429",[5485,7.195]],["name/20430",[493,49.276]],["parent/20430",[5485,7.195]],["name/20431",[489,61.914]],["parent/20431",[5485,7.195]],["name/20432",[5260,66.076]],["parent/20432",[5485,7.195]],["name/20433",[5261,66.076]],["parent/20433",[5485,7.195]],["name/20434",[5293,72.9]],["parent/20434",[5485,7.195]],["name/20435",[5294,72.9]],["parent/20435",[5485,7.195]],["name/20436",[5295,72.9]],["parent/20436",[5485,7.195]],["name/20437",[5296,72.9]],["parent/20437",[5485,7.195]],["name/20438",[526,47.618]],["parent/20438",[5485,7.195]],["name/20439",[435,49.077]],["parent/20439",[5485,7.195]],["name/20440",[5297,66.076]],["parent/20440",[5485,7.195]],["name/20441",[5298,72.9]],["parent/20441",[5485,7.195]],["name/20442",[5299,72.9]],["parent/20442",[5485,7.195]],["name/20443",[5300,72.9]],["parent/20443",[5485,7.195]],["name/20444",[5301,72.9]],["parent/20444",[5485,7.195]],["name/20445",[544,45.905]],["parent/20445",[5485,7.195]],["name/20446",[5302,72.9]],["parent/20446",[5485,7.195]],["name/20447",[5303,72.9]],["parent/20447",[5485,7.195]],["name/20448",[5304,66.076]],["parent/20448",[5485,7.195]],["name/20449",[5305,72.9]],["parent/20449",[5485,7.195]],["name/20450",[5306,72.9]],["parent/20450",[5485,7.195]],["name/20451",[5307,72.9]],["parent/20451",[5485,7.195]],["name/20452",[5308,72.9]],["parent/20452",[5485,7.195]],["name/20453",[334,56.147]],["parent/20453",[5468,7.195]],["name/20454",[173,20.78]],["parent/20454",[5486,10.024]],["name/20455",[408,29.731]],["parent/20455",[5487,8.927]],["name/20456",[435,49.077]],["parent/20456",[5487,8.927]],["name/20457",[5311,72.9]],["parent/20457",[5487,8.927]],["name/20458",[5312,72.9]],["parent/20458",[5487,8.927]],["name/20459",[336,65.863]],["parent/20459",[5468,7.195]],["name/20460",[173,20.78]],["parent/20460",[5488,10.024]],["name/20461",[336,65.863]],["parent/20461",[5489,10.024]],["name/20462",[337,72.484]],["parent/20462",[5468,7.195]],["name/20463",[173,20.78]],["parent/20463",[5490,10.024]],["name/20464",[408,29.731]],["parent/20464",[5491,8.927]],["name/20465",[435,49.077]],["parent/20465",[5491,8.927]],["name/20466",[5317,72.9]],["parent/20466",[5491,8.927]],["name/20467",[344,48.357]],["parent/20467",[5491,8.927]],["name/20468",[339,61.773]],["parent/20468",[5468,7.195]],["name/20469",[173,20.78]],["parent/20469",[5492,10.024]],["name/20470",[408,29.731]],["parent/20470",[5493,8.727]],["name/20471",[435,49.077]],["parent/20471",[5493,8.727]],["name/20472",[5320,66.076]],["parent/20472",[5493,8.727]],["name/20473",[5321,66.076]],["parent/20473",[5493,8.727]],["name/20474",[339,61.773]],["parent/20474",[5493,8.727]],["name/20475",[340,56.068]],["parent/20475",[5468,7.195]],["name/20476",[173,20.78]],["parent/20476",[5494,10.024]],["name/20477",[408,29.731]],["parent/20477",[5495,8.727]],["name/20478",[435,49.077]],["parent/20478",[5495,8.727]],["name/20479",[5320,66.076]],["parent/20479",[5495,8.727]],["name/20480",[5321,66.076]],["parent/20480",[5495,8.727]],["name/20481",[5324,66.076]],["parent/20481",[5495,8.727]],["name/20482",[148,71.328]],["parent/20482",[5468,7.195]],["name/20483",[173,20.78]],["parent/20483",[5496,10.024]],["name/20484",[408,29.731]],["parent/20484",[5497,9.178]],["name/20485",[339,61.773]],["parent/20485",[5497,9.178]],["name/20486",[5324,66.076]],["parent/20486",[5497,9.178]],["name/20487",[341,72.084]],["parent/20487",[5468,7.195]],["name/20488",[173,20.78]],["parent/20488",[5498,10.024]],["name/20489",[96,55.911]],["parent/20489",[5499,9.178]],["name/20490",[5329,72.9]],["parent/20490",[5499,9.178]],["name/20491",[5330,66.076]],["parent/20491",[5499,9.178]],["name/20492",[80,55.757]],["parent/20492",[5468,7.195]],["name/20493",[173,20.78]],["parent/20493",[5500,10.024]],["name/20494",[408,29.731]],["parent/20494",[5501,8.927]],["name/20495",[435,49.077]],["parent/20495",[5501,8.927]],["name/20496",[410,39.926]],["parent/20496",[5501,8.927]],["name/20497",[5333,72.9]],["parent/20497",[5501,8.927]],["name/20498",[342,56.068]],["parent/20498",[5468,7.195]],["name/20499",[173,20.78]],["parent/20499",[5502,10.024]],["name/20500",[5335,72.9]],["parent/20500",[5503,7.907]],["name/20501",[5337,72.9]],["parent/20501",[5503,7.907]],["name/20502",[410,39.926]],["parent/20502",[5503,7.907]],["name/20503",[636,46.586]],["parent/20503",[5503,7.907]],["name/20504",[581,49.316]],["parent/20504",[5503,7.907]],["name/20505",[544,45.905]],["parent/20505",[5503,7.907]],["name/20506",[5338,72.9]],["parent/20506",[5503,7.907]],["name/20507",[5339,72.9]],["parent/20507",[5503,7.907]],["name/20508",[5340,72.9]],["parent/20508",[5503,7.907]],["name/20509",[5297,66.076]],["parent/20509",[5503,7.907]],["name/20510",[5341,72.9]],["parent/20510",[5503,7.907]],["name/20511",[526,47.618]],["parent/20511",[5503,7.907]],["name/20512",[343,72.484]],["parent/20512",[5468,7.195]],["name/20513",[173,20.78]],["parent/20513",[5504,10.024]],["name/20514",[408,29.731]],["parent/20514",[5505,8.927]],["name/20515",[435,49.077]],["parent/20515",[5505,8.927]],["name/20516",[5344,72.9]],["parent/20516",[5505,8.927]],["name/20517",[5345,72.9]],["parent/20517",[5505,8.927]],["name/20518",[83,55.604]],["parent/20518",[5468,7.195]],["name/20519",[173,20.78]],["parent/20519",[5506,10.024]],["name/20520",[408,29.731]],["parent/20520",[5507,8.417]],["name/20521",[435,49.077]],["parent/20521",[5507,8.417]],["name/20522",[540,45.268]],["parent/20522",[5507,8.417]],["name/20523",[5281,66.076]],["parent/20523",[5507,8.417]],["name/20524",[347,56.806]],["parent/20524",[5507,8.417]],["name/20525",[344,48.357]],["parent/20525",[5507,8.417]],["name/20526",[345,56.721]],["parent/20526",[5507,8.417]],["name/20527",[651,56.147]],["parent/20527",[5468,7.195]],["name/20528",[345,56.721]],["parent/20528",[5468,7.195]],["name/20529",[173,20.78]],["parent/20529",[5508,10.024]],["name/20530",[408,29.731]],["parent/20530",[5509,8.927]],["name/20531",[435,49.077]],["parent/20531",[5509,8.927]],["name/20532",[347,56.806]],["parent/20532",[5509,8.927]],["name/20533",[540,45.268]],["parent/20533",[5509,8.927]],["name/20534",[346,72.084]],["parent/20534",[5468,7.195]],["name/20535",[173,20.78]],["parent/20535",[5510,10.024]],["name/20536",[408,29.731]],["parent/20536",[5511,8.292]],["name/20537",[5352,72.9]],["parent/20537",[5511,8.292]],["name/20538",[5353,72.9]],["parent/20538",[5511,8.292]],["name/20539",[5354,72.9]],["parent/20539",[5511,8.292]],["name/20540",[5355,72.9]],["parent/20540",[5511,8.292]],["name/20541",[5356,72.9]],["parent/20541",[5511,8.292]],["name/20542",[5357,72.9]],["parent/20542",[5511,8.292]],["name/20543",[5358,72.9]],["parent/20543",[5511,8.292]],["name/20544",[349,72.484]],["parent/20544",[5468,7.195]],["name/20545",[173,20.78]],["parent/20545",[5512,10.024]],["name/20546",[60,71.328]],["parent/20546",[5513,9.514]],["name/20547",[347,56.806]],["parent/20547",[5513,9.514]],["name/20548",[350,72.484]],["parent/20548",[5468,7.195]],["name/20549",[173,20.78]],["parent/20549",[5514,10.024]],["name/20550",[97,55.911]],["parent/20550",[5515,9.514]],["name/20551",[155,37.858]],["parent/20551",[5515,9.514]],["name/20552",[93,50.025]],["parent/20552",[5468,7.195]],["name/20553",[173,20.78]],["parent/20553",[5516,10.024]],["name/20554",[5304,66.076]],["parent/20554",[5517,8.727]],["name/20555",[5365,72.9]],["parent/20555",[5517,8.727]],["name/20556",[5330,66.076]],["parent/20556",[5517,8.727]],["name/20557",[5366,72.9]],["parent/20557",[5517,8.727]],["name/20558",[5367,72.9]],["parent/20558",[5517,8.727]],["name/20559",[5248,72.9]],["parent/20559",[363,9.514]],["name/20560",[332,72.484]],["parent/20560",[5518,7.195]],["name/20561",[173,20.78]],["parent/20561",[5519,10.024]],["name/20562",[408,29.731]],["parent/20562",[5520,8.727]],["name/20563",[410,39.926]],["parent/20563",[5520,8.727]],["name/20564",[5252,72.9]],["parent/20564",[5520,8.727]],["name/20565",[5253,72.9]],["parent/20565",[5520,8.727]],["name/20566",[5254,72.9]],["parent/20566",[5520,8.727]],["name/20567",[73,51.562]],["parent/20567",[5518,7.195]],["name/20568",[173,20.78]],["parent/20568",[5521,10.024]],["name/20569",[410,39.926]],["parent/20569",[5522,8.927]],["name/20570",[489,61.914]],["parent/20570",[5522,8.927]],["name/20571",[155,37.858]],["parent/20571",[5522,8.927]],["name/20572",[5257,72.9]],["parent/20572",[5522,8.927]],["name/20573",[347,56.806]],["parent/20573",[5518,7.195]],["name/20574",[173,20.78]],["parent/20574",[5523,10.024]],["name/20575",[408,29.731]],["parent/20575",[5524,8.417]],["name/20576",[410,39.926]],["parent/20576",[5524,8.417]],["name/20577",[493,49.276]],["parent/20577",[5524,8.417]],["name/20578",[489,61.914]],["parent/20578",[5524,8.417]],["name/20579",[5260,66.076]],["parent/20579",[5524,8.417]],["name/20580",[5261,66.076]],["parent/20580",[5524,8.417]],["name/20581",[526,47.618]],["parent/20581",[5524,8.417]],["name/20582",[338,72.084]],["parent/20582",[5518,7.195]],["name/20583",[173,20.78]],["parent/20583",[5525,10.024]],["name/20584",[408,29.731]],["parent/20584",[5526,7.99]],["name/20585",[435,49.077]],["parent/20585",[5526,7.99]],["name/20586",[410,39.926]],["parent/20586",[5526,7.99]],["name/20587",[540,45.268]],["parent/20587",[5526,7.99]],["name/20588",[5264,72.9]],["parent/20588",[5526,7.99]],["name/20589",[5265,72.9]],["parent/20589",[5526,7.99]],["name/20590",[5266,72.9]],["parent/20590",[5526,7.99]],["name/20591",[5267,72.9]],["parent/20591",[5526,7.99]],["name/20592",[173,20.78]],["parent/20592",[5526,7.99]],["name/20593",[554,56.227]],["parent/20593",[5527,9.178]],["name/20594",[555,56.227]],["parent/20594",[5527,9.178]],["name/20595",[5269,72.9]],["parent/20595",[5527,9.178]],["name/20596",[155,37.858]],["parent/20596",[5526,7.99]],["name/20597",[5270,72.9]],["parent/20597",[5526,7.99]],["name/20598",[335,72.084]],["parent/20598",[5518,7.195]],["name/20599",[173,20.78]],["parent/20599",[5528,10.024]],["name/20600",[686,54.532]],["parent/20600",[5529,9.178]],["name/20601",[5273,72.9]],["parent/20601",[5529,9.178]],["name/20602",[5274,72.9]],["parent/20602",[5529,9.178]],["name/20603",[84,48.96]],["parent/20603",[5518,7.195]],["name/20604",[173,20.78]],["parent/20604",[5530,10.024]],["name/20605",[572,56.227]],["parent/20605",[5531,9.178]],["name/20606",[5277,72.9]],["parent/20606",[5531,9.178]],["name/20607",[5278,72.9]],["parent/20607",[5531,9.178]],["name/20608",[344,48.357]],["parent/20608",[5518,7.195]],["name/20609",[173,20.78]],["parent/20609",[5532,10.024]],["name/20610",[408,29.731]],["parent/20610",[5533,7.235]],["name/20611",[435,49.077]],["parent/20611",[5533,7.235]],["name/20612",[5281,66.076]],["parent/20612",[5533,7.235]],["name/20613",[347,56.806]],["parent/20613",[5533,7.235]],["name/20614",[686,54.532]],["parent/20614",[5533,7.235]],["name/20615",[5282,72.9]],["parent/20615",[5533,7.235]],["name/20616",[352,50.243]],["parent/20616",[5533,7.235]],["name/20617",[5283,72.9]],["parent/20617",[5533,7.235]],["name/20618",[5284,72.9]],["parent/20618",[5533,7.235]],["name/20619",[356,72.484]],["parent/20619",[5533,7.235]],["name/20620",[173,20.78]],["parent/20620",[5533,7.235]],["name/20621",[526,47.618]],["parent/20621",[5533,7.235]],["name/20622",[5285,72.9]],["parent/20622",[5533,7.235]],["name/20623",[5286,72.9]],["parent/20623",[5533,7.235]],["name/20624",[5287,72.9]],["parent/20624",[5533,7.235]],["name/20625",[5288,72.9]],["parent/20625",[5533,7.235]],["name/20626",[581,49.316]],["parent/20626",[5533,7.235]],["name/20627",[385,72.484]],["parent/20627",[5533,7.235]],["name/20628",[386,72.484]],["parent/20628",[5533,7.235]],["name/20629",[5289,72.9]],["parent/20629",[5533,7.235]],["name/20630",[594,56.227]],["parent/20630",[5533,7.235]],["name/20631",[84,48.96]],["parent/20631",[5533,7.235]],["name/20632",[593,56.227]],["parent/20632",[5533,7.235]],["name/20633",[5290,72.9]],["parent/20633",[5533,7.235]],["name/20634",[348,72.084]],["parent/20634",[5518,7.195]],["name/20635",[173,20.78]],["parent/20635",[5534,10.024]],["name/20636",[408,29.731]],["parent/20636",[5535,7.195]],["name/20637",[410,39.926]],["parent/20637",[5535,7.195]],["name/20638",[493,49.276]],["parent/20638",[5535,7.195]],["name/20639",[489,61.914]],["parent/20639",[5535,7.195]],["name/20640",[5260,66.076]],["parent/20640",[5535,7.195]],["name/20641",[5261,66.076]],["parent/20641",[5535,7.195]],["name/20642",[5293,72.9]],["parent/20642",[5535,7.195]],["name/20643",[5294,72.9]],["parent/20643",[5535,7.195]],["name/20644",[5295,72.9]],["parent/20644",[5535,7.195]],["name/20645",[5296,72.9]],["parent/20645",[5535,7.195]],["name/20646",[526,47.618]],["parent/20646",[5535,7.195]],["name/20647",[435,49.077]],["parent/20647",[5535,7.195]],["name/20648",[5297,66.076]],["parent/20648",[5535,7.195]],["name/20649",[5298,72.9]],["parent/20649",[5535,7.195]],["name/20650",[5299,72.9]],["parent/20650",[5535,7.195]],["name/20651",[5300,72.9]],["parent/20651",[5535,7.195]],["name/20652",[5301,72.9]],["parent/20652",[5535,7.195]],["name/20653",[544,45.905]],["parent/20653",[5535,7.195]],["name/20654",[5302,72.9]],["parent/20654",[5535,7.195]],["name/20655",[5303,72.9]],["parent/20655",[5535,7.195]],["name/20656",[5304,66.076]],["parent/20656",[5535,7.195]],["name/20657",[5305,72.9]],["parent/20657",[5535,7.195]],["name/20658",[5306,72.9]],["parent/20658",[5535,7.195]],["name/20659",[5307,72.9]],["parent/20659",[5535,7.195]],["name/20660",[5308,72.9]],["parent/20660",[5535,7.195]],["name/20661",[334,56.147]],["parent/20661",[5518,7.195]],["name/20662",[173,20.78]],["parent/20662",[5536,10.024]],["name/20663",[408,29.731]],["parent/20663",[5537,8.927]],["name/20664",[435,49.077]],["parent/20664",[5537,8.927]],["name/20665",[5311,72.9]],["parent/20665",[5537,8.927]],["name/20666",[5312,72.9]],["parent/20666",[5537,8.927]],["name/20667",[336,65.863]],["parent/20667",[5518,7.195]],["name/20668",[173,20.78]],["parent/20668",[5538,10.024]],["name/20669",[336,65.863]],["parent/20669",[5539,10.024]],["name/20670",[337,72.484]],["parent/20670",[5518,7.195]],["name/20671",[173,20.78]],["parent/20671",[5540,10.024]],["name/20672",[408,29.731]],["parent/20672",[5541,8.927]],["name/20673",[435,49.077]],["parent/20673",[5541,8.927]],["name/20674",[5317,72.9]],["parent/20674",[5541,8.927]],["name/20675",[344,48.357]],["parent/20675",[5541,8.927]],["name/20676",[339,61.773]],["parent/20676",[5518,7.195]],["name/20677",[173,20.78]],["parent/20677",[5542,10.024]],["name/20678",[408,29.731]],["parent/20678",[5543,8.727]],["name/20679",[435,49.077]],["parent/20679",[5543,8.727]],["name/20680",[5320,66.076]],["parent/20680",[5543,8.727]],["name/20681",[5321,66.076]],["parent/20681",[5543,8.727]],["name/20682",[339,61.773]],["parent/20682",[5543,8.727]],["name/20683",[340,56.068]],["parent/20683",[5518,7.195]],["name/20684",[173,20.78]],["parent/20684",[5544,10.024]],["name/20685",[408,29.731]],["parent/20685",[5545,8.727]],["name/20686",[435,49.077]],["parent/20686",[5545,8.727]],["name/20687",[5320,66.076]],["parent/20687",[5545,8.727]],["name/20688",[5321,66.076]],["parent/20688",[5545,8.727]],["name/20689",[5324,66.076]],["parent/20689",[5545,8.727]],["name/20690",[148,71.328]],["parent/20690",[5518,7.195]],["name/20691",[173,20.78]],["parent/20691",[5546,10.024]],["name/20692",[408,29.731]],["parent/20692",[5547,9.178]],["name/20693",[339,61.773]],["parent/20693",[5547,9.178]],["name/20694",[5324,66.076]],["parent/20694",[5547,9.178]],["name/20695",[341,72.084]],["parent/20695",[5518,7.195]],["name/20696",[173,20.78]],["parent/20696",[5548,10.024]],["name/20697",[96,55.911]],["parent/20697",[5549,9.178]],["name/20698",[5329,72.9]],["parent/20698",[5549,9.178]],["name/20699",[5330,66.076]],["parent/20699",[5549,9.178]],["name/20700",[80,55.757]],["parent/20700",[5518,7.195]],["name/20701",[173,20.78]],["parent/20701",[5550,10.024]],["name/20702",[408,29.731]],["parent/20702",[5551,8.927]],["name/20703",[435,49.077]],["parent/20703",[5551,8.927]],["name/20704",[410,39.926]],["parent/20704",[5551,8.927]],["name/20705",[5333,72.9]],["parent/20705",[5551,8.927]],["name/20706",[342,56.068]],["parent/20706",[5518,7.195]],["name/20707",[173,20.78]],["parent/20707",[5552,10.024]],["name/20708",[5335,72.9]],["parent/20708",[5553,7.907]],["name/20709",[5337,72.9]],["parent/20709",[5553,7.907]],["name/20710",[410,39.926]],["parent/20710",[5553,7.907]],["name/20711",[636,46.586]],["parent/20711",[5553,7.907]],["name/20712",[581,49.316]],["parent/20712",[5553,7.907]],["name/20713",[544,45.905]],["parent/20713",[5553,7.907]],["name/20714",[5338,72.9]],["parent/20714",[5553,7.907]],["name/20715",[5339,72.9]],["parent/20715",[5553,7.907]],["name/20716",[5340,72.9]],["parent/20716",[5553,7.907]],["name/20717",[5297,66.076]],["parent/20717",[5553,7.907]],["name/20718",[5341,72.9]],["parent/20718",[5553,7.907]],["name/20719",[526,47.618]],["parent/20719",[5553,7.907]],["name/20720",[343,72.484]],["parent/20720",[5518,7.195]],["name/20721",[173,20.78]],["parent/20721",[5554,10.024]],["name/20722",[408,29.731]],["parent/20722",[5555,8.927]],["name/20723",[435,49.077]],["parent/20723",[5555,8.927]],["name/20724",[5344,72.9]],["parent/20724",[5555,8.927]],["name/20725",[5345,72.9]],["parent/20725",[5555,8.927]],["name/20726",[83,55.604]],["parent/20726",[5518,7.195]],["name/20727",[173,20.78]],["parent/20727",[5556,10.024]],["name/20728",[408,29.731]],["parent/20728",[5557,8.417]],["name/20729",[435,49.077]],["parent/20729",[5557,8.417]],["name/20730",[540,45.268]],["parent/20730",[5557,8.417]],["name/20731",[5281,66.076]],["parent/20731",[5557,8.417]],["name/20732",[347,56.806]],["parent/20732",[5557,8.417]],["name/20733",[344,48.357]],["parent/20733",[5557,8.417]],["name/20734",[345,56.721]],["parent/20734",[5557,8.417]],["name/20735",[651,56.147]],["parent/20735",[5518,7.195]],["name/20736",[345,56.721]],["parent/20736",[5518,7.195]],["name/20737",[173,20.78]],["parent/20737",[5558,10.024]],["name/20738",[408,29.731]],["parent/20738",[5559,8.927]],["name/20739",[435,49.077]],["parent/20739",[5559,8.927]],["name/20740",[347,56.806]],["parent/20740",[5559,8.927]],["name/20741",[540,45.268]],["parent/20741",[5559,8.927]],["name/20742",[346,72.084]],["parent/20742",[5518,7.195]],["name/20743",[173,20.78]],["parent/20743",[5560,10.024]],["name/20744",[408,29.731]],["parent/20744",[5561,8.292]],["name/20745",[5352,72.9]],["parent/20745",[5561,8.292]],["name/20746",[5353,72.9]],["parent/20746",[5561,8.292]],["name/20747",[5354,72.9]],["parent/20747",[5561,8.292]],["name/20748",[5355,72.9]],["parent/20748",[5561,8.292]],["name/20749",[5356,72.9]],["parent/20749",[5561,8.292]],["name/20750",[5357,72.9]],["parent/20750",[5561,8.292]],["name/20751",[5358,72.9]],["parent/20751",[5561,8.292]],["name/20752",[349,72.484]],["parent/20752",[5518,7.195]],["name/20753",[173,20.78]],["parent/20753",[5562,10.024]],["name/20754",[60,71.328]],["parent/20754",[5563,9.514]],["name/20755",[347,56.806]],["parent/20755",[5563,9.514]],["name/20756",[350,72.484]],["parent/20756",[5518,7.195]],["name/20757",[173,20.78]],["parent/20757",[5564,10.024]],["name/20758",[97,55.911]],["parent/20758",[5565,9.514]],["name/20759",[155,37.858]],["parent/20759",[5565,9.514]],["name/20760",[93,50.025]],["parent/20760",[5518,7.195]],["name/20761",[173,20.78]],["parent/20761",[5566,10.024]],["name/20762",[5304,66.076]],["parent/20762",[5567,8.727]],["name/20763",[5365,72.9]],["parent/20763",[5567,8.727]],["name/20764",[5330,66.076]],["parent/20764",[5567,8.727]],["name/20765",[5366,72.9]],["parent/20765",[5567,8.727]],["name/20766",[5367,72.9]],["parent/20766",[5567,8.727]],["name/20767",[5248,72.9]],["parent/20767",[364,9.514]],["name/20768",[332,72.484]],["parent/20768",[5568,7.195]],["name/20769",[173,20.78]],["parent/20769",[5569,10.024]],["name/20770",[408,29.731]],["parent/20770",[5570,8.727]],["name/20771",[410,39.926]],["parent/20771",[5570,8.727]],["name/20772",[5252,72.9]],["parent/20772",[5570,8.727]],["name/20773",[5253,72.9]],["parent/20773",[5570,8.727]],["name/20774",[5254,72.9]],["parent/20774",[5570,8.727]],["name/20775",[73,51.562]],["parent/20775",[5568,7.195]],["name/20776",[173,20.78]],["parent/20776",[5571,10.024]],["name/20777",[410,39.926]],["parent/20777",[5572,8.927]],["name/20778",[489,61.914]],["parent/20778",[5572,8.927]],["name/20779",[155,37.858]],["parent/20779",[5572,8.927]],["name/20780",[5257,72.9]],["parent/20780",[5572,8.927]],["name/20781",[347,56.806]],["parent/20781",[5568,7.195]],["name/20782",[173,20.78]],["parent/20782",[5573,10.024]],["name/20783",[408,29.731]],["parent/20783",[5574,8.417]],["name/20784",[410,39.926]],["parent/20784",[5574,8.417]],["name/20785",[493,49.276]],["parent/20785",[5574,8.417]],["name/20786",[489,61.914]],["parent/20786",[5574,8.417]],["name/20787",[5260,66.076]],["parent/20787",[5574,8.417]],["name/20788",[5261,66.076]],["parent/20788",[5574,8.417]],["name/20789",[526,47.618]],["parent/20789",[5574,8.417]],["name/20790",[338,72.084]],["parent/20790",[5568,7.195]],["name/20791",[173,20.78]],["parent/20791",[5575,10.024]],["name/20792",[408,29.731]],["parent/20792",[5576,7.99]],["name/20793",[435,49.077]],["parent/20793",[5576,7.99]],["name/20794",[410,39.926]],["parent/20794",[5576,7.99]],["name/20795",[540,45.268]],["parent/20795",[5576,7.99]],["name/20796",[5264,72.9]],["parent/20796",[5576,7.99]],["name/20797",[5265,72.9]],["parent/20797",[5576,7.99]],["name/20798",[5266,72.9]],["parent/20798",[5576,7.99]],["name/20799",[5267,72.9]],["parent/20799",[5576,7.99]],["name/20800",[173,20.78]],["parent/20800",[5576,7.99]],["name/20801",[554,56.227]],["parent/20801",[5577,9.178]],["name/20802",[555,56.227]],["parent/20802",[5577,9.178]],["name/20803",[5269,72.9]],["parent/20803",[5577,9.178]],["name/20804",[155,37.858]],["parent/20804",[5576,7.99]],["name/20805",[5270,72.9]],["parent/20805",[5576,7.99]],["name/20806",[335,72.084]],["parent/20806",[5568,7.195]],["name/20807",[173,20.78]],["parent/20807",[5578,10.024]],["name/20808",[686,54.532]],["parent/20808",[5579,9.178]],["name/20809",[5273,72.9]],["parent/20809",[5579,9.178]],["name/20810",[5274,72.9]],["parent/20810",[5579,9.178]],["name/20811",[84,48.96]],["parent/20811",[5568,7.195]],["name/20812",[173,20.78]],["parent/20812",[5580,10.024]],["name/20813",[572,56.227]],["parent/20813",[5581,9.178]],["name/20814",[5277,72.9]],["parent/20814",[5581,9.178]],["name/20815",[5278,72.9]],["parent/20815",[5581,9.178]],["name/20816",[344,48.357]],["parent/20816",[5568,7.195]],["name/20817",[173,20.78]],["parent/20817",[5582,10.024]],["name/20818",[408,29.731]],["parent/20818",[5583,7.235]],["name/20819",[435,49.077]],["parent/20819",[5583,7.235]],["name/20820",[5281,66.076]],["parent/20820",[5583,7.235]],["name/20821",[347,56.806]],["parent/20821",[5583,7.235]],["name/20822",[686,54.532]],["parent/20822",[5583,7.235]],["name/20823",[5282,72.9]],["parent/20823",[5583,7.235]],["name/20824",[352,50.243]],["parent/20824",[5583,7.235]],["name/20825",[5283,72.9]],["parent/20825",[5583,7.235]],["name/20826",[5284,72.9]],["parent/20826",[5583,7.235]],["name/20827",[356,72.484]],["parent/20827",[5583,7.235]],["name/20828",[173,20.78]],["parent/20828",[5583,7.235]],["name/20829",[526,47.618]],["parent/20829",[5583,7.235]],["name/20830",[5285,72.9]],["parent/20830",[5583,7.235]],["name/20831",[5286,72.9]],["parent/20831",[5583,7.235]],["name/20832",[5287,72.9]],["parent/20832",[5583,7.235]],["name/20833",[5288,72.9]],["parent/20833",[5583,7.235]],["name/20834",[581,49.316]],["parent/20834",[5583,7.235]],["name/20835",[385,72.484]],["parent/20835",[5583,7.235]],["name/20836",[386,72.484]],["parent/20836",[5583,7.235]],["name/20837",[5289,72.9]],["parent/20837",[5583,7.235]],["name/20838",[594,56.227]],["parent/20838",[5583,7.235]],["name/20839",[84,48.96]],["parent/20839",[5583,7.235]],["name/20840",[593,56.227]],["parent/20840",[5583,7.235]],["name/20841",[5290,72.9]],["parent/20841",[5583,7.235]],["name/20842",[348,72.084]],["parent/20842",[5568,7.195]],["name/20843",[173,20.78]],["parent/20843",[5584,10.024]],["name/20844",[408,29.731]],["parent/20844",[5585,7.195]],["name/20845",[410,39.926]],["parent/20845",[5585,7.195]],["name/20846",[493,49.276]],["parent/20846",[5585,7.195]],["name/20847",[489,61.914]],["parent/20847",[5585,7.195]],["name/20848",[5260,66.076]],["parent/20848",[5585,7.195]],["name/20849",[5261,66.076]],["parent/20849",[5585,7.195]],["name/20850",[5293,72.9]],["parent/20850",[5585,7.195]],["name/20851",[5294,72.9]],["parent/20851",[5585,7.195]],["name/20852",[5295,72.9]],["parent/20852",[5585,7.195]],["name/20853",[5296,72.9]],["parent/20853",[5585,7.195]],["name/20854",[526,47.618]],["parent/20854",[5585,7.195]],["name/20855",[435,49.077]],["parent/20855",[5585,7.195]],["name/20856",[5297,66.076]],["parent/20856",[5585,7.195]],["name/20857",[5298,72.9]],["parent/20857",[5585,7.195]],["name/20858",[5299,72.9]],["parent/20858",[5585,7.195]],["name/20859",[5300,72.9]],["parent/20859",[5585,7.195]],["name/20860",[5301,72.9]],["parent/20860",[5585,7.195]],["name/20861",[544,45.905]],["parent/20861",[5585,7.195]],["name/20862",[5302,72.9]],["parent/20862",[5585,7.195]],["name/20863",[5303,72.9]],["parent/20863",[5585,7.195]],["name/20864",[5304,66.076]],["parent/20864",[5585,7.195]],["name/20865",[5305,72.9]],["parent/20865",[5585,7.195]],["name/20866",[5306,72.9]],["parent/20866",[5585,7.195]],["name/20867",[5307,72.9]],["parent/20867",[5585,7.195]],["name/20868",[5308,72.9]],["parent/20868",[5585,7.195]],["name/20869",[334,56.147]],["parent/20869",[5568,7.195]],["name/20870",[173,20.78]],["parent/20870",[5586,10.024]],["name/20871",[408,29.731]],["parent/20871",[5587,8.927]],["name/20872",[435,49.077]],["parent/20872",[5587,8.927]],["name/20873",[5311,72.9]],["parent/20873",[5587,8.927]],["name/20874",[5312,72.9]],["parent/20874",[5587,8.927]],["name/20875",[336,65.863]],["parent/20875",[5568,7.195]],["name/20876",[173,20.78]],["parent/20876",[5588,10.024]],["name/20877",[336,65.863]],["parent/20877",[5589,10.024]],["name/20878",[337,72.484]],["parent/20878",[5568,7.195]],["name/20879",[173,20.78]],["parent/20879",[5590,10.024]],["name/20880",[408,29.731]],["parent/20880",[5591,8.927]],["name/20881",[435,49.077]],["parent/20881",[5591,8.927]],["name/20882",[5317,72.9]],["parent/20882",[5591,8.927]],["name/20883",[344,48.357]],["parent/20883",[5591,8.927]],["name/20884",[339,61.773]],["parent/20884",[5568,7.195]],["name/20885",[173,20.78]],["parent/20885",[5592,10.024]],["name/20886",[408,29.731]],["parent/20886",[5593,8.727]],["name/20887",[435,49.077]],["parent/20887",[5593,8.727]],["name/20888",[5320,66.076]],["parent/20888",[5593,8.727]],["name/20889",[5321,66.076]],["parent/20889",[5593,8.727]],["name/20890",[339,61.773]],["parent/20890",[5593,8.727]],["name/20891",[340,56.068]],["parent/20891",[5568,7.195]],["name/20892",[173,20.78]],["parent/20892",[5594,10.024]],["name/20893",[408,29.731]],["parent/20893",[5595,8.727]],["name/20894",[435,49.077]],["parent/20894",[5595,8.727]],["name/20895",[5320,66.076]],["parent/20895",[5595,8.727]],["name/20896",[5321,66.076]],["parent/20896",[5595,8.727]],["name/20897",[5324,66.076]],["parent/20897",[5595,8.727]],["name/20898",[148,71.328]],["parent/20898",[5568,7.195]],["name/20899",[173,20.78]],["parent/20899",[5596,10.024]],["name/20900",[408,29.731]],["parent/20900",[5597,9.178]],["name/20901",[339,61.773]],["parent/20901",[5597,9.178]],["name/20902",[5324,66.076]],["parent/20902",[5597,9.178]],["name/20903",[341,72.084]],["parent/20903",[5568,7.195]],["name/20904",[173,20.78]],["parent/20904",[5598,10.024]],["name/20905",[96,55.911]],["parent/20905",[5599,9.178]],["name/20906",[5329,72.9]],["parent/20906",[5599,9.178]],["name/20907",[5330,66.076]],["parent/20907",[5599,9.178]],["name/20908",[80,55.757]],["parent/20908",[5568,7.195]],["name/20909",[173,20.78]],["parent/20909",[5600,10.024]],["name/20910",[408,29.731]],["parent/20910",[5601,8.927]],["name/20911",[435,49.077]],["parent/20911",[5601,8.927]],["name/20912",[410,39.926]],["parent/20912",[5601,8.927]],["name/20913",[5333,72.9]],["parent/20913",[5601,8.927]],["name/20914",[342,56.068]],["parent/20914",[5568,7.195]],["name/20915",[173,20.78]],["parent/20915",[5602,10.024]],["name/20916",[5335,72.9]],["parent/20916",[5603,7.907]],["name/20917",[5337,72.9]],["parent/20917",[5603,7.907]],["name/20918",[410,39.926]],["parent/20918",[5603,7.907]],["name/20919",[636,46.586]],["parent/20919",[5603,7.907]],["name/20920",[581,49.316]],["parent/20920",[5603,7.907]],["name/20921",[544,45.905]],["parent/20921",[5603,7.907]],["name/20922",[5338,72.9]],["parent/20922",[5603,7.907]],["name/20923",[5339,72.9]],["parent/20923",[5603,7.907]],["name/20924",[5340,72.9]],["parent/20924",[5603,7.907]],["name/20925",[5297,66.076]],["parent/20925",[5603,7.907]],["name/20926",[5341,72.9]],["parent/20926",[5603,7.907]],["name/20927",[526,47.618]],["parent/20927",[5603,7.907]],["name/20928",[343,72.484]],["parent/20928",[5568,7.195]],["name/20929",[173,20.78]],["parent/20929",[5604,10.024]],["name/20930",[408,29.731]],["parent/20930",[5605,8.927]],["name/20931",[435,49.077]],["parent/20931",[5605,8.927]],["name/20932",[5344,72.9]],["parent/20932",[5605,8.927]],["name/20933",[5345,72.9]],["parent/20933",[5605,8.927]],["name/20934",[83,55.604]],["parent/20934",[5568,7.195]],["name/20935",[173,20.78]],["parent/20935",[5606,10.024]],["name/20936",[408,29.731]],["parent/20936",[5607,8.417]],["name/20937",[435,49.077]],["parent/20937",[5607,8.417]],["name/20938",[540,45.268]],["parent/20938",[5607,8.417]],["name/20939",[5281,66.076]],["parent/20939",[5607,8.417]],["name/20940",[347,56.806]],["parent/20940",[5607,8.417]],["name/20941",[344,48.357]],["parent/20941",[5607,8.417]],["name/20942",[345,56.721]],["parent/20942",[5607,8.417]],["name/20943",[651,56.147]],["parent/20943",[5568,7.195]],["name/20944",[345,56.721]],["parent/20944",[5568,7.195]],["name/20945",[173,20.78]],["parent/20945",[5608,10.024]],["name/20946",[408,29.731]],["parent/20946",[5609,8.927]],["name/20947",[435,49.077]],["parent/20947",[5609,8.927]],["name/20948",[347,56.806]],["parent/20948",[5609,8.927]],["name/20949",[540,45.268]],["parent/20949",[5609,8.927]],["name/20950",[346,72.084]],["parent/20950",[5568,7.195]],["name/20951",[173,20.78]],["parent/20951",[5610,10.024]],["name/20952",[408,29.731]],["parent/20952",[5611,8.292]],["name/20953",[5352,72.9]],["parent/20953",[5611,8.292]],["name/20954",[5353,72.9]],["parent/20954",[5611,8.292]],["name/20955",[5354,72.9]],["parent/20955",[5611,8.292]],["name/20956",[5355,72.9]],["parent/20956",[5611,8.292]],["name/20957",[5356,72.9]],["parent/20957",[5611,8.292]],["name/20958",[5357,72.9]],["parent/20958",[5611,8.292]],["name/20959",[5358,72.9]],["parent/20959",[5611,8.292]],["name/20960",[349,72.484]],["parent/20960",[5568,7.195]],["name/20961",[173,20.78]],["parent/20961",[5612,10.024]],["name/20962",[60,71.328]],["parent/20962",[5613,9.514]],["name/20963",[347,56.806]],["parent/20963",[5613,9.514]],["name/20964",[350,72.484]],["parent/20964",[5568,7.195]],["name/20965",[173,20.78]],["parent/20965",[5614,10.024]],["name/20966",[97,55.911]],["parent/20966",[5615,9.514]],["name/20967",[155,37.858]],["parent/20967",[5615,9.514]],["name/20968",[93,50.025]],["parent/20968",[5568,7.195]],["name/20969",[173,20.78]],["parent/20969",[5616,10.024]],["name/20970",[5304,66.076]],["parent/20970",[5617,8.727]],["name/20971",[5365,72.9]],["parent/20971",[5617,8.727]],["name/20972",[5330,66.076]],["parent/20972",[5617,8.727]],["name/20973",[5366,72.9]],["parent/20973",[5617,8.727]],["name/20974",[5367,72.9]],["parent/20974",[5617,8.727]],["name/20975",[5248,72.9]],["parent/20975",[365,9.514]],["name/20976",[332,72.484]],["parent/20976",[5618,7.195]],["name/20977",[173,20.78]],["parent/20977",[5619,10.024]],["name/20978",[408,29.731]],["parent/20978",[5620,8.727]],["name/20979",[410,39.926]],["parent/20979",[5620,8.727]],["name/20980",[5252,72.9]],["parent/20980",[5620,8.727]],["name/20981",[5253,72.9]],["parent/20981",[5620,8.727]],["name/20982",[5254,72.9]],["parent/20982",[5620,8.727]],["name/20983",[73,51.562]],["parent/20983",[5618,7.195]],["name/20984",[173,20.78]],["parent/20984",[5621,10.024]],["name/20985",[410,39.926]],["parent/20985",[5622,8.927]],["name/20986",[489,61.914]],["parent/20986",[5622,8.927]],["name/20987",[155,37.858]],["parent/20987",[5622,8.927]],["name/20988",[5257,72.9]],["parent/20988",[5622,8.927]],["name/20989",[347,56.806]],["parent/20989",[5618,7.195]],["name/20990",[173,20.78]],["parent/20990",[5623,10.024]],["name/20991",[408,29.731]],["parent/20991",[5624,8.417]],["name/20992",[410,39.926]],["parent/20992",[5624,8.417]],["name/20993",[493,49.276]],["parent/20993",[5624,8.417]],["name/20994",[489,61.914]],["parent/20994",[5624,8.417]],["name/20995",[5260,66.076]],["parent/20995",[5624,8.417]],["name/20996",[5261,66.076]],["parent/20996",[5624,8.417]],["name/20997",[526,47.618]],["parent/20997",[5624,8.417]],["name/20998",[338,72.084]],["parent/20998",[5618,7.195]],["name/20999",[173,20.78]],["parent/20999",[5625,10.024]],["name/21000",[408,29.731]],["parent/21000",[5626,7.99]],["name/21001",[435,49.077]],["parent/21001",[5626,7.99]],["name/21002",[410,39.926]],["parent/21002",[5626,7.99]],["name/21003",[540,45.268]],["parent/21003",[5626,7.99]],["name/21004",[5264,72.9]],["parent/21004",[5626,7.99]],["name/21005",[5265,72.9]],["parent/21005",[5626,7.99]],["name/21006",[5266,72.9]],["parent/21006",[5626,7.99]],["name/21007",[5267,72.9]],["parent/21007",[5626,7.99]],["name/21008",[173,20.78]],["parent/21008",[5626,7.99]],["name/21009",[554,56.227]],["parent/21009",[5627,9.178]],["name/21010",[555,56.227]],["parent/21010",[5627,9.178]],["name/21011",[5269,72.9]],["parent/21011",[5627,9.178]],["name/21012",[155,37.858]],["parent/21012",[5626,7.99]],["name/21013",[5270,72.9]],["parent/21013",[5626,7.99]],["name/21014",[335,72.084]],["parent/21014",[5618,7.195]],["name/21015",[173,20.78]],["parent/21015",[5628,10.024]],["name/21016",[686,54.532]],["parent/21016",[5629,9.178]],["name/21017",[5273,72.9]],["parent/21017",[5629,9.178]],["name/21018",[5274,72.9]],["parent/21018",[5629,9.178]],["name/21019",[84,48.96]],["parent/21019",[5618,7.195]],["name/21020",[173,20.78]],["parent/21020",[5630,10.024]],["name/21021",[572,56.227]],["parent/21021",[5631,9.178]],["name/21022",[5277,72.9]],["parent/21022",[5631,9.178]],["name/21023",[5278,72.9]],["parent/21023",[5631,9.178]],["name/21024",[344,48.357]],["parent/21024",[5618,7.195]],["name/21025",[173,20.78]],["parent/21025",[5632,10.024]],["name/21026",[408,29.731]],["parent/21026",[5633,7.235]],["name/21027",[435,49.077]],["parent/21027",[5633,7.235]],["name/21028",[5281,66.076]],["parent/21028",[5633,7.235]],["name/21029",[347,56.806]],["parent/21029",[5633,7.235]],["name/21030",[686,54.532]],["parent/21030",[5633,7.235]],["name/21031",[5282,72.9]],["parent/21031",[5633,7.235]],["name/21032",[352,50.243]],["parent/21032",[5633,7.235]],["name/21033",[5283,72.9]],["parent/21033",[5633,7.235]],["name/21034",[5284,72.9]],["parent/21034",[5633,7.235]],["name/21035",[356,72.484]],["parent/21035",[5633,7.235]],["name/21036",[173,20.78]],["parent/21036",[5633,7.235]],["name/21037",[526,47.618]],["parent/21037",[5633,7.235]],["name/21038",[5285,72.9]],["parent/21038",[5633,7.235]],["name/21039",[5286,72.9]],["parent/21039",[5633,7.235]],["name/21040",[5287,72.9]],["parent/21040",[5633,7.235]],["name/21041",[5288,72.9]],["parent/21041",[5633,7.235]],["name/21042",[581,49.316]],["parent/21042",[5633,7.235]],["name/21043",[385,72.484]],["parent/21043",[5633,7.235]],["name/21044",[386,72.484]],["parent/21044",[5633,7.235]],["name/21045",[5289,72.9]],["parent/21045",[5633,7.235]],["name/21046",[594,56.227]],["parent/21046",[5633,7.235]],["name/21047",[84,48.96]],["parent/21047",[5633,7.235]],["name/21048",[593,56.227]],["parent/21048",[5633,7.235]],["name/21049",[5290,72.9]],["parent/21049",[5633,7.235]],["name/21050",[348,72.084]],["parent/21050",[5618,7.195]],["name/21051",[173,20.78]],["parent/21051",[5634,10.024]],["name/21052",[408,29.731]],["parent/21052",[5635,7.195]],["name/21053",[410,39.926]],["parent/21053",[5635,7.195]],["name/21054",[493,49.276]],["parent/21054",[5635,7.195]],["name/21055",[489,61.914]],["parent/21055",[5635,7.195]],["name/21056",[5260,66.076]],["parent/21056",[5635,7.195]],["name/21057",[5261,66.076]],["parent/21057",[5635,7.195]],["name/21058",[5293,72.9]],["parent/21058",[5635,7.195]],["name/21059",[5294,72.9]],["parent/21059",[5635,7.195]],["name/21060",[5295,72.9]],["parent/21060",[5635,7.195]],["name/21061",[5296,72.9]],["parent/21061",[5635,7.195]],["name/21062",[526,47.618]],["parent/21062",[5635,7.195]],["name/21063",[435,49.077]],["parent/21063",[5635,7.195]],["name/21064",[5297,66.076]],["parent/21064",[5635,7.195]],["name/21065",[5298,72.9]],["parent/21065",[5635,7.195]],["name/21066",[5299,72.9]],["parent/21066",[5635,7.195]],["name/21067",[5300,72.9]],["parent/21067",[5635,7.195]],["name/21068",[5301,72.9]],["parent/21068",[5635,7.195]],["name/21069",[544,45.905]],["parent/21069",[5635,7.195]],["name/21070",[5302,72.9]],["parent/21070",[5635,7.195]],["name/21071",[5303,72.9]],["parent/21071",[5635,7.195]],["name/21072",[5304,66.076]],["parent/21072",[5635,7.195]],["name/21073",[5305,72.9]],["parent/21073",[5635,7.195]],["name/21074",[5306,72.9]],["parent/21074",[5635,7.195]],["name/21075",[5307,72.9]],["parent/21075",[5635,7.195]],["name/21076",[5308,72.9]],["parent/21076",[5635,7.195]],["name/21077",[334,56.147]],["parent/21077",[5618,7.195]],["name/21078",[173,20.78]],["parent/21078",[5636,10.024]],["name/21079",[408,29.731]],["parent/21079",[5637,8.927]],["name/21080",[435,49.077]],["parent/21080",[5637,8.927]],["name/21081",[5311,72.9]],["parent/21081",[5637,8.927]],["name/21082",[5312,72.9]],["parent/21082",[5637,8.927]],["name/21083",[336,65.863]],["parent/21083",[5618,7.195]],["name/21084",[173,20.78]],["parent/21084",[5638,10.024]],["name/21085",[336,65.863]],["parent/21085",[5639,10.024]],["name/21086",[337,72.484]],["parent/21086",[5618,7.195]],["name/21087",[173,20.78]],["parent/21087",[5640,10.024]],["name/21088",[408,29.731]],["parent/21088",[5641,8.927]],["name/21089",[435,49.077]],["parent/21089",[5641,8.927]],["name/21090",[5317,72.9]],["parent/21090",[5641,8.927]],["name/21091",[344,48.357]],["parent/21091",[5641,8.927]],["name/21092",[339,61.773]],["parent/21092",[5618,7.195]],["name/21093",[173,20.78]],["parent/21093",[5642,10.024]],["name/21094",[408,29.731]],["parent/21094",[5643,8.727]],["name/21095",[435,49.077]],["parent/21095",[5643,8.727]],["name/21096",[5320,66.076]],["parent/21096",[5643,8.727]],["name/21097",[5321,66.076]],["parent/21097",[5643,8.727]],["name/21098",[339,61.773]],["parent/21098",[5643,8.727]],["name/21099",[340,56.068]],["parent/21099",[5618,7.195]],["name/21100",[173,20.78]],["parent/21100",[5644,10.024]],["name/21101",[408,29.731]],["parent/21101",[5645,8.727]],["name/21102",[435,49.077]],["parent/21102",[5645,8.727]],["name/21103",[5320,66.076]],["parent/21103",[5645,8.727]],["name/21104",[5321,66.076]],["parent/21104",[5645,8.727]],["name/21105",[5324,66.076]],["parent/21105",[5645,8.727]],["name/21106",[148,71.328]],["parent/21106",[5618,7.195]],["name/21107",[173,20.78]],["parent/21107",[5646,10.024]],["name/21108",[408,29.731]],["parent/21108",[5647,9.178]],["name/21109",[339,61.773]],["parent/21109",[5647,9.178]],["name/21110",[5324,66.076]],["parent/21110",[5647,9.178]],["name/21111",[341,72.084]],["parent/21111",[5618,7.195]],["name/21112",[173,20.78]],["parent/21112",[5648,10.024]],["name/21113",[96,55.911]],["parent/21113",[5649,9.178]],["name/21114",[5329,72.9]],["parent/21114",[5649,9.178]],["name/21115",[5330,66.076]],["parent/21115",[5649,9.178]],["name/21116",[80,55.757]],["parent/21116",[5618,7.195]],["name/21117",[173,20.78]],["parent/21117",[5650,10.024]],["name/21118",[408,29.731]],["parent/21118",[5651,8.927]],["name/21119",[435,49.077]],["parent/21119",[5651,8.927]],["name/21120",[410,39.926]],["parent/21120",[5651,8.927]],["name/21121",[5333,72.9]],["parent/21121",[5651,8.927]],["name/21122",[342,56.068]],["parent/21122",[5618,7.195]],["name/21123",[173,20.78]],["parent/21123",[5652,10.024]],["name/21124",[5335,72.9]],["parent/21124",[5653,7.907]],["name/21125",[5337,72.9]],["parent/21125",[5653,7.907]],["name/21126",[410,39.926]],["parent/21126",[5653,7.907]],["name/21127",[636,46.586]],["parent/21127",[5653,7.907]],["name/21128",[581,49.316]],["parent/21128",[5653,7.907]],["name/21129",[544,45.905]],["parent/21129",[5653,7.907]],["name/21130",[5338,72.9]],["parent/21130",[5653,7.907]],["name/21131",[5339,72.9]],["parent/21131",[5653,7.907]],["name/21132",[5340,72.9]],["parent/21132",[5653,7.907]],["name/21133",[5297,66.076]],["parent/21133",[5653,7.907]],["name/21134",[5341,72.9]],["parent/21134",[5653,7.907]],["name/21135",[526,47.618]],["parent/21135",[5653,7.907]],["name/21136",[343,72.484]],["parent/21136",[5618,7.195]],["name/21137",[173,20.78]],["parent/21137",[5654,10.024]],["name/21138",[408,29.731]],["parent/21138",[5655,8.927]],["name/21139",[435,49.077]],["parent/21139",[5655,8.927]],["name/21140",[5344,72.9]],["parent/21140",[5655,8.927]],["name/21141",[5345,72.9]],["parent/21141",[5655,8.927]],["name/21142",[83,55.604]],["parent/21142",[5618,7.195]],["name/21143",[173,20.78]],["parent/21143",[5656,10.024]],["name/21144",[408,29.731]],["parent/21144",[5657,8.417]],["name/21145",[435,49.077]],["parent/21145",[5657,8.417]],["name/21146",[540,45.268]],["parent/21146",[5657,8.417]],["name/21147",[5281,66.076]],["parent/21147",[5657,8.417]],["name/21148",[347,56.806]],["parent/21148",[5657,8.417]],["name/21149",[344,48.357]],["parent/21149",[5657,8.417]],["name/21150",[345,56.721]],["parent/21150",[5657,8.417]],["name/21151",[651,56.147]],["parent/21151",[5618,7.195]],["name/21152",[345,56.721]],["parent/21152",[5618,7.195]],["name/21153",[173,20.78]],["parent/21153",[5658,10.024]],["name/21154",[408,29.731]],["parent/21154",[5659,8.927]],["name/21155",[435,49.077]],["parent/21155",[5659,8.927]],["name/21156",[347,56.806]],["parent/21156",[5659,8.927]],["name/21157",[540,45.268]],["parent/21157",[5659,8.927]],["name/21158",[346,72.084]],["parent/21158",[5618,7.195]],["name/21159",[173,20.78]],["parent/21159",[5660,10.024]],["name/21160",[408,29.731]],["parent/21160",[5661,8.292]],["name/21161",[5352,72.9]],["parent/21161",[5661,8.292]],["name/21162",[5353,72.9]],["parent/21162",[5661,8.292]],["name/21163",[5354,72.9]],["parent/21163",[5661,8.292]],["name/21164",[5355,72.9]],["parent/21164",[5661,8.292]],["name/21165",[5356,72.9]],["parent/21165",[5661,8.292]],["name/21166",[5357,72.9]],["parent/21166",[5661,8.292]],["name/21167",[5358,72.9]],["parent/21167",[5661,8.292]],["name/21168",[349,72.484]],["parent/21168",[5618,7.195]],["name/21169",[173,20.78]],["parent/21169",[5662,10.024]],["name/21170",[60,71.328]],["parent/21170",[5663,9.514]],["name/21171",[347,56.806]],["parent/21171",[5663,9.514]],["name/21172",[350,72.484]],["parent/21172",[5618,7.195]],["name/21173",[173,20.78]],["parent/21173",[5664,10.024]],["name/21174",[97,55.911]],["parent/21174",[5665,9.514]],["name/21175",[155,37.858]],["parent/21175",[5665,9.514]],["name/21176",[93,50.025]],["parent/21176",[5618,7.195]],["name/21177",[173,20.78]],["parent/21177",[5666,10.024]],["name/21178",[5304,66.076]],["parent/21178",[5667,8.727]],["name/21179",[5365,72.9]],["parent/21179",[5667,8.727]],["name/21180",[5330,66.076]],["parent/21180",[5667,8.727]],["name/21181",[5366,72.9]],["parent/21181",[5667,8.727]],["name/21182",[5367,72.9]],["parent/21182",[5667,8.727]],["name/21183",[5248,72.9]],["parent/21183",[366,9.514]],["name/21184",[332,72.484]],["parent/21184",[5668,7.195]],["name/21185",[173,20.78]],["parent/21185",[5669,10.024]],["name/21186",[408,29.731]],["parent/21186",[5670,8.727]],["name/21187",[410,39.926]],["parent/21187",[5670,8.727]],["name/21188",[5252,72.9]],["parent/21188",[5670,8.727]],["name/21189",[5253,72.9]],["parent/21189",[5670,8.727]],["name/21190",[5254,72.9]],["parent/21190",[5670,8.727]],["name/21191",[73,51.562]],["parent/21191",[5668,7.195]],["name/21192",[173,20.78]],["parent/21192",[5671,10.024]],["name/21193",[410,39.926]],["parent/21193",[5672,8.927]],["name/21194",[489,61.914]],["parent/21194",[5672,8.927]],["name/21195",[155,37.858]],["parent/21195",[5672,8.927]],["name/21196",[5257,72.9]],["parent/21196",[5672,8.927]],["name/21197",[347,56.806]],["parent/21197",[5668,7.195]],["name/21198",[173,20.78]],["parent/21198",[5673,10.024]],["name/21199",[408,29.731]],["parent/21199",[5674,8.417]],["name/21200",[410,39.926]],["parent/21200",[5674,8.417]],["name/21201",[493,49.276]],["parent/21201",[5674,8.417]],["name/21202",[489,61.914]],["parent/21202",[5674,8.417]],["name/21203",[5260,66.076]],["parent/21203",[5674,8.417]],["name/21204",[5261,66.076]],["parent/21204",[5674,8.417]],["name/21205",[526,47.618]],["parent/21205",[5674,8.417]],["name/21206",[338,72.084]],["parent/21206",[5668,7.195]],["name/21207",[173,20.78]],["parent/21207",[5675,10.024]],["name/21208",[408,29.731]],["parent/21208",[5676,7.99]],["name/21209",[435,49.077]],["parent/21209",[5676,7.99]],["name/21210",[410,39.926]],["parent/21210",[5676,7.99]],["name/21211",[540,45.268]],["parent/21211",[5676,7.99]],["name/21212",[5264,72.9]],["parent/21212",[5676,7.99]],["name/21213",[5265,72.9]],["parent/21213",[5676,7.99]],["name/21214",[5266,72.9]],["parent/21214",[5676,7.99]],["name/21215",[5267,72.9]],["parent/21215",[5676,7.99]],["name/21216",[173,20.78]],["parent/21216",[5676,7.99]],["name/21217",[554,56.227]],["parent/21217",[5677,9.178]],["name/21218",[555,56.227]],["parent/21218",[5677,9.178]],["name/21219",[5269,72.9]],["parent/21219",[5677,9.178]],["name/21220",[155,37.858]],["parent/21220",[5676,7.99]],["name/21221",[5270,72.9]],["parent/21221",[5676,7.99]],["name/21222",[335,72.084]],["parent/21222",[5668,7.195]],["name/21223",[173,20.78]],["parent/21223",[5678,10.024]],["name/21224",[686,54.532]],["parent/21224",[5679,9.178]],["name/21225",[5273,72.9]],["parent/21225",[5679,9.178]],["name/21226",[5274,72.9]],["parent/21226",[5679,9.178]],["name/21227",[84,48.96]],["parent/21227",[5668,7.195]],["name/21228",[173,20.78]],["parent/21228",[5680,10.024]],["name/21229",[572,56.227]],["parent/21229",[5681,9.178]],["name/21230",[5277,72.9]],["parent/21230",[5681,9.178]],["name/21231",[5278,72.9]],["parent/21231",[5681,9.178]],["name/21232",[344,48.357]],["parent/21232",[5668,7.195]],["name/21233",[173,20.78]],["parent/21233",[5682,10.024]],["name/21234",[408,29.731]],["parent/21234",[5683,7.235]],["name/21235",[435,49.077]],["parent/21235",[5683,7.235]],["name/21236",[5281,66.076]],["parent/21236",[5683,7.235]],["name/21237",[347,56.806]],["parent/21237",[5683,7.235]],["name/21238",[686,54.532]],["parent/21238",[5683,7.235]],["name/21239",[5282,72.9]],["parent/21239",[5683,7.235]],["name/21240",[352,50.243]],["parent/21240",[5683,7.235]],["name/21241",[5283,72.9]],["parent/21241",[5683,7.235]],["name/21242",[5284,72.9]],["parent/21242",[5683,7.235]],["name/21243",[356,72.484]],["parent/21243",[5683,7.235]],["name/21244",[173,20.78]],["parent/21244",[5683,7.235]],["name/21245",[526,47.618]],["parent/21245",[5683,7.235]],["name/21246",[5285,72.9]],["parent/21246",[5683,7.235]],["name/21247",[5286,72.9]],["parent/21247",[5683,7.235]],["name/21248",[5287,72.9]],["parent/21248",[5683,7.235]],["name/21249",[5288,72.9]],["parent/21249",[5683,7.235]],["name/21250",[581,49.316]],["parent/21250",[5683,7.235]],["name/21251",[385,72.484]],["parent/21251",[5683,7.235]],["name/21252",[386,72.484]],["parent/21252",[5683,7.235]],["name/21253",[5289,72.9]],["parent/21253",[5683,7.235]],["name/21254",[594,56.227]],["parent/21254",[5683,7.235]],["name/21255",[84,48.96]],["parent/21255",[5683,7.235]],["name/21256",[593,56.227]],["parent/21256",[5683,7.235]],["name/21257",[5290,72.9]],["parent/21257",[5683,7.235]],["name/21258",[348,72.084]],["parent/21258",[5668,7.195]],["name/21259",[173,20.78]],["parent/21259",[5684,10.024]],["name/21260",[408,29.731]],["parent/21260",[5685,7.195]],["name/21261",[410,39.926]],["parent/21261",[5685,7.195]],["name/21262",[493,49.276]],["parent/21262",[5685,7.195]],["name/21263",[489,61.914]],["parent/21263",[5685,7.195]],["name/21264",[5260,66.076]],["parent/21264",[5685,7.195]],["name/21265",[5261,66.076]],["parent/21265",[5685,7.195]],["name/21266",[5293,72.9]],["parent/21266",[5685,7.195]],["name/21267",[5294,72.9]],["parent/21267",[5685,7.195]],["name/21268",[5295,72.9]],["parent/21268",[5685,7.195]],["name/21269",[5296,72.9]],["parent/21269",[5685,7.195]],["name/21270",[526,47.618]],["parent/21270",[5685,7.195]],["name/21271",[435,49.077]],["parent/21271",[5685,7.195]],["name/21272",[5297,66.076]],["parent/21272",[5685,7.195]],["name/21273",[5298,72.9]],["parent/21273",[5685,7.195]],["name/21274",[5299,72.9]],["parent/21274",[5685,7.195]],["name/21275",[5300,72.9]],["parent/21275",[5685,7.195]],["name/21276",[5301,72.9]],["parent/21276",[5685,7.195]],["name/21277",[544,45.905]],["parent/21277",[5685,7.195]],["name/21278",[5302,72.9]],["parent/21278",[5685,7.195]],["name/21279",[5303,72.9]],["parent/21279",[5685,7.195]],["name/21280",[5304,66.076]],["parent/21280",[5685,7.195]],["name/21281",[5305,72.9]],["parent/21281",[5685,7.195]],["name/21282",[5306,72.9]],["parent/21282",[5685,7.195]],["name/21283",[5307,72.9]],["parent/21283",[5685,7.195]],["name/21284",[5308,72.9]],["parent/21284",[5685,7.195]],["name/21285",[334,56.147]],["parent/21285",[5668,7.195]],["name/21286",[173,20.78]],["parent/21286",[5686,10.024]],["name/21287",[408,29.731]],["parent/21287",[5687,8.927]],["name/21288",[435,49.077]],["parent/21288",[5687,8.927]],["name/21289",[5311,72.9]],["parent/21289",[5687,8.927]],["name/21290",[5312,72.9]],["parent/21290",[5687,8.927]],["name/21291",[336,65.863]],["parent/21291",[5668,7.195]],["name/21292",[173,20.78]],["parent/21292",[5688,10.024]],["name/21293",[336,65.863]],["parent/21293",[5689,10.024]],["name/21294",[337,72.484]],["parent/21294",[5668,7.195]],["name/21295",[173,20.78]],["parent/21295",[5690,10.024]],["name/21296",[408,29.731]],["parent/21296",[5691,8.927]],["name/21297",[435,49.077]],["parent/21297",[5691,8.927]],["name/21298",[5317,72.9]],["parent/21298",[5691,8.927]],["name/21299",[344,48.357]],["parent/21299",[5691,8.927]],["name/21300",[339,61.773]],["parent/21300",[5668,7.195]],["name/21301",[173,20.78]],["parent/21301",[5692,10.024]],["name/21302",[408,29.731]],["parent/21302",[5693,8.727]],["name/21303",[435,49.077]],["parent/21303",[5693,8.727]],["name/21304",[5320,66.076]],["parent/21304",[5693,8.727]],["name/21305",[5321,66.076]],["parent/21305",[5693,8.727]],["name/21306",[339,61.773]],["parent/21306",[5693,8.727]],["name/21307",[340,56.068]],["parent/21307",[5668,7.195]],["name/21308",[173,20.78]],["parent/21308",[5694,10.024]],["name/21309",[408,29.731]],["parent/21309",[5695,8.727]],["name/21310",[435,49.077]],["parent/21310",[5695,8.727]],["name/21311",[5320,66.076]],["parent/21311",[5695,8.727]],["name/21312",[5321,66.076]],["parent/21312",[5695,8.727]],["name/21313",[5324,66.076]],["parent/21313",[5695,8.727]],["name/21314",[148,71.328]],["parent/21314",[5668,7.195]],["name/21315",[173,20.78]],["parent/21315",[5696,10.024]],["name/21316",[408,29.731]],["parent/21316",[5697,9.178]],["name/21317",[339,61.773]],["parent/21317",[5697,9.178]],["name/21318",[5324,66.076]],["parent/21318",[5697,9.178]],["name/21319",[341,72.084]],["parent/21319",[5668,7.195]],["name/21320",[173,20.78]],["parent/21320",[5698,10.024]],["name/21321",[96,55.911]],["parent/21321",[5699,9.178]],["name/21322",[5329,72.9]],["parent/21322",[5699,9.178]],["name/21323",[5330,66.076]],["parent/21323",[5699,9.178]],["name/21324",[80,55.757]],["parent/21324",[5668,7.195]],["name/21325",[173,20.78]],["parent/21325",[5700,10.024]],["name/21326",[408,29.731]],["parent/21326",[5701,8.927]],["name/21327",[435,49.077]],["parent/21327",[5701,8.927]],["name/21328",[410,39.926]],["parent/21328",[5701,8.927]],["name/21329",[5333,72.9]],["parent/21329",[5701,8.927]],["name/21330",[342,56.068]],["parent/21330",[5668,7.195]],["name/21331",[173,20.78]],["parent/21331",[5702,10.024]],["name/21332",[5335,72.9]],["parent/21332",[5703,7.907]],["name/21333",[5337,72.9]],["parent/21333",[5703,7.907]],["name/21334",[410,39.926]],["parent/21334",[5703,7.907]],["name/21335",[636,46.586]],["parent/21335",[5703,7.907]],["name/21336",[581,49.316]],["parent/21336",[5703,7.907]],["name/21337",[544,45.905]],["parent/21337",[5703,7.907]],["name/21338",[5338,72.9]],["parent/21338",[5703,7.907]],["name/21339",[5339,72.9]],["parent/21339",[5703,7.907]],["name/21340",[5340,72.9]],["parent/21340",[5703,7.907]],["name/21341",[5297,66.076]],["parent/21341",[5703,7.907]],["name/21342",[5341,72.9]],["parent/21342",[5703,7.907]],["name/21343",[526,47.618]],["parent/21343",[5703,7.907]],["name/21344",[343,72.484]],["parent/21344",[5668,7.195]],["name/21345",[173,20.78]],["parent/21345",[5704,10.024]],["name/21346",[408,29.731]],["parent/21346",[5705,8.927]],["name/21347",[435,49.077]],["parent/21347",[5705,8.927]],["name/21348",[5344,72.9]],["parent/21348",[5705,8.927]],["name/21349",[5345,72.9]],["parent/21349",[5705,8.927]],["name/21350",[83,55.604]],["parent/21350",[5668,7.195]],["name/21351",[173,20.78]],["parent/21351",[5706,10.024]],["name/21352",[408,29.731]],["parent/21352",[5707,8.417]],["name/21353",[435,49.077]],["parent/21353",[5707,8.417]],["name/21354",[540,45.268]],["parent/21354",[5707,8.417]],["name/21355",[5281,66.076]],["parent/21355",[5707,8.417]],["name/21356",[347,56.806]],["parent/21356",[5707,8.417]],["name/21357",[344,48.357]],["parent/21357",[5707,8.417]],["name/21358",[345,56.721]],["parent/21358",[5707,8.417]],["name/21359",[651,56.147]],["parent/21359",[5668,7.195]],["name/21360",[345,56.721]],["parent/21360",[5668,7.195]],["name/21361",[173,20.78]],["parent/21361",[5708,10.024]],["name/21362",[408,29.731]],["parent/21362",[5709,8.927]],["name/21363",[435,49.077]],["parent/21363",[5709,8.927]],["name/21364",[347,56.806]],["parent/21364",[5709,8.927]],["name/21365",[540,45.268]],["parent/21365",[5709,8.927]],["name/21366",[346,72.084]],["parent/21366",[5668,7.195]],["name/21367",[173,20.78]],["parent/21367",[5710,10.024]],["name/21368",[408,29.731]],["parent/21368",[5711,8.292]],["name/21369",[5352,72.9]],["parent/21369",[5711,8.292]],["name/21370",[5353,72.9]],["parent/21370",[5711,8.292]],["name/21371",[5354,72.9]],["parent/21371",[5711,8.292]],["name/21372",[5355,72.9]],["parent/21372",[5711,8.292]],["name/21373",[5356,72.9]],["parent/21373",[5711,8.292]],["name/21374",[5357,72.9]],["parent/21374",[5711,8.292]],["name/21375",[5358,72.9]],["parent/21375",[5711,8.292]],["name/21376",[349,72.484]],["parent/21376",[5668,7.195]],["name/21377",[173,20.78]],["parent/21377",[5712,10.024]],["name/21378",[60,71.328]],["parent/21378",[5713,9.514]],["name/21379",[347,56.806]],["parent/21379",[5713,9.514]],["name/21380",[350,72.484]],["parent/21380",[5668,7.195]],["name/21381",[173,20.78]],["parent/21381",[5714,10.024]],["name/21382",[97,55.911]],["parent/21382",[5715,9.514]],["name/21383",[155,37.858]],["parent/21383",[5715,9.514]],["name/21384",[93,50.025]],["parent/21384",[5668,7.195]],["name/21385",[173,20.78]],["parent/21385",[5716,10.024]],["name/21386",[5304,66.076]],["parent/21386",[5717,8.727]],["name/21387",[5365,72.9]],["parent/21387",[5717,8.727]],["name/21388",[5330,66.076]],["parent/21388",[5717,8.727]],["name/21389",[5366,72.9]],["parent/21389",[5717,8.727]],["name/21390",[5367,72.9]],["parent/21390",[5717,8.727]],["name/21391",[5248,72.9]],["parent/21391",[367,9.514]],["name/21392",[332,72.484]],["parent/21392",[5718,7.195]],["name/21393",[173,20.78]],["parent/21393",[5719,10.024]],["name/21394",[408,29.731]],["parent/21394",[5720,8.727]],["name/21395",[410,39.926]],["parent/21395",[5720,8.727]],["name/21396",[5252,72.9]],["parent/21396",[5720,8.727]],["name/21397",[5253,72.9]],["parent/21397",[5720,8.727]],["name/21398",[5254,72.9]],["parent/21398",[5720,8.727]],["name/21399",[73,51.562]],["parent/21399",[5718,7.195]],["name/21400",[173,20.78]],["parent/21400",[5721,10.024]],["name/21401",[410,39.926]],["parent/21401",[5722,8.927]],["name/21402",[489,61.914]],["parent/21402",[5722,8.927]],["name/21403",[155,37.858]],["parent/21403",[5722,8.927]],["name/21404",[5257,72.9]],["parent/21404",[5722,8.927]],["name/21405",[347,56.806]],["parent/21405",[5718,7.195]],["name/21406",[173,20.78]],["parent/21406",[5723,10.024]],["name/21407",[408,29.731]],["parent/21407",[5724,8.417]],["name/21408",[410,39.926]],["parent/21408",[5724,8.417]],["name/21409",[493,49.276]],["parent/21409",[5724,8.417]],["name/21410",[489,61.914]],["parent/21410",[5724,8.417]],["name/21411",[5260,66.076]],["parent/21411",[5724,8.417]],["name/21412",[5261,66.076]],["parent/21412",[5724,8.417]],["name/21413",[526,47.618]],["parent/21413",[5724,8.417]],["name/21414",[338,72.084]],["parent/21414",[5718,7.195]],["name/21415",[173,20.78]],["parent/21415",[5725,10.024]],["name/21416",[408,29.731]],["parent/21416",[5726,7.99]],["name/21417",[435,49.077]],["parent/21417",[5726,7.99]],["name/21418",[410,39.926]],["parent/21418",[5726,7.99]],["name/21419",[540,45.268]],["parent/21419",[5726,7.99]],["name/21420",[5264,72.9]],["parent/21420",[5726,7.99]],["name/21421",[5265,72.9]],["parent/21421",[5726,7.99]],["name/21422",[5266,72.9]],["parent/21422",[5726,7.99]],["name/21423",[5267,72.9]],["parent/21423",[5726,7.99]],["name/21424",[173,20.78]],["parent/21424",[5726,7.99]],["name/21425",[554,56.227]],["parent/21425",[5727,9.178]],["name/21426",[555,56.227]],["parent/21426",[5727,9.178]],["name/21427",[5269,72.9]],["parent/21427",[5727,9.178]],["name/21428",[155,37.858]],["parent/21428",[5726,7.99]],["name/21429",[5270,72.9]],["parent/21429",[5726,7.99]],["name/21430",[335,72.084]],["parent/21430",[5718,7.195]],["name/21431",[173,20.78]],["parent/21431",[5728,10.024]],["name/21432",[686,54.532]],["parent/21432",[5729,9.178]],["name/21433",[5273,72.9]],["parent/21433",[5729,9.178]],["name/21434",[5274,72.9]],["parent/21434",[5729,9.178]],["name/21435",[84,48.96]],["parent/21435",[5718,7.195]],["name/21436",[173,20.78]],["parent/21436",[5730,10.024]],["name/21437",[572,56.227]],["parent/21437",[5731,9.178]],["name/21438",[5277,72.9]],["parent/21438",[5731,9.178]],["name/21439",[5278,72.9]],["parent/21439",[5731,9.178]],["name/21440",[344,48.357]],["parent/21440",[5718,7.195]],["name/21441",[173,20.78]],["parent/21441",[5732,10.024]],["name/21442",[408,29.731]],["parent/21442",[5733,7.235]],["name/21443",[435,49.077]],["parent/21443",[5733,7.235]],["name/21444",[5281,66.076]],["parent/21444",[5733,7.235]],["name/21445",[347,56.806]],["parent/21445",[5733,7.235]],["name/21446",[686,54.532]],["parent/21446",[5733,7.235]],["name/21447",[5282,72.9]],["parent/21447",[5733,7.235]],["name/21448",[352,50.243]],["parent/21448",[5733,7.235]],["name/21449",[5283,72.9]],["parent/21449",[5733,7.235]],["name/21450",[5284,72.9]],["parent/21450",[5733,7.235]],["name/21451",[356,72.484]],["parent/21451",[5733,7.235]],["name/21452",[173,20.78]],["parent/21452",[5733,7.235]],["name/21453",[526,47.618]],["parent/21453",[5733,7.235]],["name/21454",[5285,72.9]],["parent/21454",[5733,7.235]],["name/21455",[5286,72.9]],["parent/21455",[5733,7.235]],["name/21456",[5287,72.9]],["parent/21456",[5733,7.235]],["name/21457",[5288,72.9]],["parent/21457",[5733,7.235]],["name/21458",[581,49.316]],["parent/21458",[5733,7.235]],["name/21459",[385,72.484]],["parent/21459",[5733,7.235]],["name/21460",[386,72.484]],["parent/21460",[5733,7.235]],["name/21461",[5289,72.9]],["parent/21461",[5733,7.235]],["name/21462",[594,56.227]],["parent/21462",[5733,7.235]],["name/21463",[84,48.96]],["parent/21463",[5733,7.235]],["name/21464",[593,56.227]],["parent/21464",[5733,7.235]],["name/21465",[5290,72.9]],["parent/21465",[5733,7.235]],["name/21466",[348,72.084]],["parent/21466",[5718,7.195]],["name/21467",[173,20.78]],["parent/21467",[5734,10.024]],["name/21468",[408,29.731]],["parent/21468",[5735,7.195]],["name/21469",[410,39.926]],["parent/21469",[5735,7.195]],["name/21470",[493,49.276]],["parent/21470",[5735,7.195]],["name/21471",[489,61.914]],["parent/21471",[5735,7.195]],["name/21472",[5260,66.076]],["parent/21472",[5735,7.195]],["name/21473",[5261,66.076]],["parent/21473",[5735,7.195]],["name/21474",[5293,72.9]],["parent/21474",[5735,7.195]],["name/21475",[5294,72.9]],["parent/21475",[5735,7.195]],["name/21476",[5295,72.9]],["parent/21476",[5735,7.195]],["name/21477",[5296,72.9]],["parent/21477",[5735,7.195]],["name/21478",[526,47.618]],["parent/21478",[5735,7.195]],["name/21479",[435,49.077]],["parent/21479",[5735,7.195]],["name/21480",[5297,66.076]],["parent/21480",[5735,7.195]],["name/21481",[5298,72.9]],["parent/21481",[5735,7.195]],["name/21482",[5299,72.9]],["parent/21482",[5735,7.195]],["name/21483",[5300,72.9]],["parent/21483",[5735,7.195]],["name/21484",[5301,72.9]],["parent/21484",[5735,7.195]],["name/21485",[544,45.905]],["parent/21485",[5735,7.195]],["name/21486",[5302,72.9]],["parent/21486",[5735,7.195]],["name/21487",[5303,72.9]],["parent/21487",[5735,7.195]],["name/21488",[5304,66.076]],["parent/21488",[5735,7.195]],["name/21489",[5305,72.9]],["parent/21489",[5735,7.195]],["name/21490",[5306,72.9]],["parent/21490",[5735,7.195]],["name/21491",[5307,72.9]],["parent/21491",[5735,7.195]],["name/21492",[5308,72.9]],["parent/21492",[5735,7.195]],["name/21493",[334,56.147]],["parent/21493",[5718,7.195]],["name/21494",[173,20.78]],["parent/21494",[5736,10.024]],["name/21495",[408,29.731]],["parent/21495",[5737,8.927]],["name/21496",[435,49.077]],["parent/21496",[5737,8.927]],["name/21497",[5311,72.9]],["parent/21497",[5737,8.927]],["name/21498",[5312,72.9]],["parent/21498",[5737,8.927]],["name/21499",[336,65.863]],["parent/21499",[5718,7.195]],["name/21500",[173,20.78]],["parent/21500",[5738,10.024]],["name/21501",[336,65.863]],["parent/21501",[5739,10.024]],["name/21502",[337,72.484]],["parent/21502",[5718,7.195]],["name/21503",[173,20.78]],["parent/21503",[5740,10.024]],["name/21504",[408,29.731]],["parent/21504",[5741,8.927]],["name/21505",[435,49.077]],["parent/21505",[5741,8.927]],["name/21506",[5317,72.9]],["parent/21506",[5741,8.927]],["name/21507",[344,48.357]],["parent/21507",[5741,8.927]],["name/21508",[339,61.773]],["parent/21508",[5718,7.195]],["name/21509",[173,20.78]],["parent/21509",[5742,10.024]],["name/21510",[408,29.731]],["parent/21510",[5743,8.727]],["name/21511",[435,49.077]],["parent/21511",[5743,8.727]],["name/21512",[5320,66.076]],["parent/21512",[5743,8.727]],["name/21513",[5321,66.076]],["parent/21513",[5743,8.727]],["name/21514",[339,61.773]],["parent/21514",[5743,8.727]],["name/21515",[340,56.068]],["parent/21515",[5718,7.195]],["name/21516",[173,20.78]],["parent/21516",[5744,10.024]],["name/21517",[408,29.731]],["parent/21517",[5745,8.727]],["name/21518",[435,49.077]],["parent/21518",[5745,8.727]],["name/21519",[5320,66.076]],["parent/21519",[5745,8.727]],["name/21520",[5321,66.076]],["parent/21520",[5745,8.727]],["name/21521",[5324,66.076]],["parent/21521",[5745,8.727]],["name/21522",[148,71.328]],["parent/21522",[5718,7.195]],["name/21523",[173,20.78]],["parent/21523",[5746,10.024]],["name/21524",[408,29.731]],["parent/21524",[5747,9.178]],["name/21525",[339,61.773]],["parent/21525",[5747,9.178]],["name/21526",[5324,66.076]],["parent/21526",[5747,9.178]],["name/21527",[341,72.084]],["parent/21527",[5718,7.195]],["name/21528",[173,20.78]],["parent/21528",[5748,10.024]],["name/21529",[96,55.911]],["parent/21529",[5749,9.178]],["name/21530",[5329,72.9]],["parent/21530",[5749,9.178]],["name/21531",[5330,66.076]],["parent/21531",[5749,9.178]],["name/21532",[80,55.757]],["parent/21532",[5718,7.195]],["name/21533",[173,20.78]],["parent/21533",[5750,10.024]],["name/21534",[408,29.731]],["parent/21534",[5751,8.927]],["name/21535",[435,49.077]],["parent/21535",[5751,8.927]],["name/21536",[410,39.926]],["parent/21536",[5751,8.927]],["name/21537",[5333,72.9]],["parent/21537",[5751,8.927]],["name/21538",[342,56.068]],["parent/21538",[5718,7.195]],["name/21539",[173,20.78]],["parent/21539",[5752,10.024]],["name/21540",[5335,72.9]],["parent/21540",[5753,7.907]],["name/21541",[5337,72.9]],["parent/21541",[5753,7.907]],["name/21542",[410,39.926]],["parent/21542",[5753,7.907]],["name/21543",[636,46.586]],["parent/21543",[5753,7.907]],["name/21544",[581,49.316]],["parent/21544",[5753,7.907]],["name/21545",[544,45.905]],["parent/21545",[5753,7.907]],["name/21546",[5338,72.9]],["parent/21546",[5753,7.907]],["name/21547",[5339,72.9]],["parent/21547",[5753,7.907]],["name/21548",[5340,72.9]],["parent/21548",[5753,7.907]],["name/21549",[5297,66.076]],["parent/21549",[5753,7.907]],["name/21550",[5341,72.9]],["parent/21550",[5753,7.907]],["name/21551",[526,47.618]],["parent/21551",[5753,7.907]],["name/21552",[343,72.484]],["parent/21552",[5718,7.195]],["name/21553",[173,20.78]],["parent/21553",[5754,10.024]],["name/21554",[408,29.731]],["parent/21554",[5755,8.927]],["name/21555",[435,49.077]],["parent/21555",[5755,8.927]],["name/21556",[5344,72.9]],["parent/21556",[5755,8.927]],["name/21557",[5345,72.9]],["parent/21557",[5755,8.927]],["name/21558",[83,55.604]],["parent/21558",[5718,7.195]],["name/21559",[173,20.78]],["parent/21559",[5756,10.024]],["name/21560",[408,29.731]],["parent/21560",[5757,8.417]],["name/21561",[435,49.077]],["parent/21561",[5757,8.417]],["name/21562",[540,45.268]],["parent/21562",[5757,8.417]],["name/21563",[5281,66.076]],["parent/21563",[5757,8.417]],["name/21564",[347,56.806]],["parent/21564",[5757,8.417]],["name/21565",[344,48.357]],["parent/21565",[5757,8.417]],["name/21566",[345,56.721]],["parent/21566",[5757,8.417]],["name/21567",[651,56.147]],["parent/21567",[5718,7.195]],["name/21568",[345,56.721]],["parent/21568",[5718,7.195]],["name/21569",[173,20.78]],["parent/21569",[5758,10.024]],["name/21570",[408,29.731]],["parent/21570",[5759,8.927]],["name/21571",[435,49.077]],["parent/21571",[5759,8.927]],["name/21572",[347,56.806]],["parent/21572",[5759,8.927]],["name/21573",[540,45.268]],["parent/21573",[5759,8.927]],["name/21574",[346,72.084]],["parent/21574",[5718,7.195]],["name/21575",[173,20.78]],["parent/21575",[5760,10.024]],["name/21576",[408,29.731]],["parent/21576",[5761,8.292]],["name/21577",[5352,72.9]],["parent/21577",[5761,8.292]],["name/21578",[5353,72.9]],["parent/21578",[5761,8.292]],["name/21579",[5354,72.9]],["parent/21579",[5761,8.292]],["name/21580",[5355,72.9]],["parent/21580",[5761,8.292]],["name/21581",[5356,72.9]],["parent/21581",[5761,8.292]],["name/21582",[5357,72.9]],["parent/21582",[5761,8.292]],["name/21583",[5358,72.9]],["parent/21583",[5761,8.292]],["name/21584",[349,72.484]],["parent/21584",[5718,7.195]],["name/21585",[173,20.78]],["parent/21585",[5762,10.024]],["name/21586",[60,71.328]],["parent/21586",[5763,9.514]],["name/21587",[347,56.806]],["parent/21587",[5763,9.514]],["name/21588",[350,72.484]],["parent/21588",[5718,7.195]],["name/21589",[173,20.78]],["parent/21589",[5764,10.024]],["name/21590",[97,55.911]],["parent/21590",[5765,9.514]],["name/21591",[155,37.858]],["parent/21591",[5765,9.514]],["name/21592",[93,50.025]],["parent/21592",[5718,7.195]],["name/21593",[173,20.78]],["parent/21593",[5766,10.024]],["name/21594",[5304,66.076]],["parent/21594",[5767,8.727]],["name/21595",[5365,72.9]],["parent/21595",[5767,8.727]],["name/21596",[5330,66.076]],["parent/21596",[5767,8.727]],["name/21597",[5366,72.9]],["parent/21597",[5767,8.727]],["name/21598",[5367,72.9]],["parent/21598",[5767,8.727]],["name/21599",[5248,72.9]],["parent/21599",[368,9.514]],["name/21600",[332,72.484]],["parent/21600",[5768,7.195]],["name/21601",[173,20.78]],["parent/21601",[5769,10.024]],["name/21602",[408,29.731]],["parent/21602",[5770,8.727]],["name/21603",[410,39.926]],["parent/21603",[5770,8.727]],["name/21604",[5252,72.9]],["parent/21604",[5770,8.727]],["name/21605",[5253,72.9]],["parent/21605",[5770,8.727]],["name/21606",[5254,72.9]],["parent/21606",[5770,8.727]],["name/21607",[73,51.562]],["parent/21607",[5768,7.195]],["name/21608",[173,20.78]],["parent/21608",[5771,10.024]],["name/21609",[410,39.926]],["parent/21609",[5772,8.927]],["name/21610",[489,61.914]],["parent/21610",[5772,8.927]],["name/21611",[155,37.858]],["parent/21611",[5772,8.927]],["name/21612",[5257,72.9]],["parent/21612",[5772,8.927]],["name/21613",[347,56.806]],["parent/21613",[5768,7.195]],["name/21614",[173,20.78]],["parent/21614",[5773,10.024]],["name/21615",[408,29.731]],["parent/21615",[5774,8.417]],["name/21616",[410,39.926]],["parent/21616",[5774,8.417]],["name/21617",[493,49.276]],["parent/21617",[5774,8.417]],["name/21618",[489,61.914]],["parent/21618",[5774,8.417]],["name/21619",[5260,66.076]],["parent/21619",[5774,8.417]],["name/21620",[5261,66.076]],["parent/21620",[5774,8.417]],["name/21621",[526,47.618]],["parent/21621",[5774,8.417]],["name/21622",[338,72.084]],["parent/21622",[5768,7.195]],["name/21623",[173,20.78]],["parent/21623",[5775,10.024]],["name/21624",[408,29.731]],["parent/21624",[5776,7.99]],["name/21625",[435,49.077]],["parent/21625",[5776,7.99]],["name/21626",[410,39.926]],["parent/21626",[5776,7.99]],["name/21627",[540,45.268]],["parent/21627",[5776,7.99]],["name/21628",[5264,72.9]],["parent/21628",[5776,7.99]],["name/21629",[5265,72.9]],["parent/21629",[5776,7.99]],["name/21630",[5266,72.9]],["parent/21630",[5776,7.99]],["name/21631",[5267,72.9]],["parent/21631",[5776,7.99]],["name/21632",[173,20.78]],["parent/21632",[5776,7.99]],["name/21633",[554,56.227]],["parent/21633",[5777,9.178]],["name/21634",[555,56.227]],["parent/21634",[5777,9.178]],["name/21635",[5269,72.9]],["parent/21635",[5777,9.178]],["name/21636",[155,37.858]],["parent/21636",[5776,7.99]],["name/21637",[5270,72.9]],["parent/21637",[5776,7.99]],["name/21638",[335,72.084]],["parent/21638",[5768,7.195]],["name/21639",[173,20.78]],["parent/21639",[5778,10.024]],["name/21640",[686,54.532]],["parent/21640",[5779,9.178]],["name/21641",[5273,72.9]],["parent/21641",[5779,9.178]],["name/21642",[5274,72.9]],["parent/21642",[5779,9.178]],["name/21643",[84,48.96]],["parent/21643",[5768,7.195]],["name/21644",[173,20.78]],["parent/21644",[5780,10.024]],["name/21645",[572,56.227]],["parent/21645",[5781,9.178]],["name/21646",[5277,72.9]],["parent/21646",[5781,9.178]],["name/21647",[5278,72.9]],["parent/21647",[5781,9.178]],["name/21648",[344,48.357]],["parent/21648",[5768,7.195]],["name/21649",[173,20.78]],["parent/21649",[5782,10.024]],["name/21650",[408,29.731]],["parent/21650",[5783,7.235]],["name/21651",[435,49.077]],["parent/21651",[5783,7.235]],["name/21652",[5281,66.076]],["parent/21652",[5783,7.235]],["name/21653",[347,56.806]],["parent/21653",[5783,7.235]],["name/21654",[686,54.532]],["parent/21654",[5783,7.235]],["name/21655",[5282,72.9]],["parent/21655",[5783,7.235]],["name/21656",[352,50.243]],["parent/21656",[5783,7.235]],["name/21657",[5283,72.9]],["parent/21657",[5783,7.235]],["name/21658",[5284,72.9]],["parent/21658",[5783,7.235]],["name/21659",[356,72.484]],["parent/21659",[5783,7.235]],["name/21660",[173,20.78]],["parent/21660",[5783,7.235]],["name/21661",[526,47.618]],["parent/21661",[5783,7.235]],["name/21662",[5285,72.9]],["parent/21662",[5783,7.235]],["name/21663",[5286,72.9]],["parent/21663",[5783,7.235]],["name/21664",[5287,72.9]],["parent/21664",[5783,7.235]],["name/21665",[5288,72.9]],["parent/21665",[5783,7.235]],["name/21666",[581,49.316]],["parent/21666",[5783,7.235]],["name/21667",[385,72.484]],["parent/21667",[5783,7.235]],["name/21668",[386,72.484]],["parent/21668",[5783,7.235]],["name/21669",[5289,72.9]],["parent/21669",[5783,7.235]],["name/21670",[594,56.227]],["parent/21670",[5783,7.235]],["name/21671",[84,48.96]],["parent/21671",[5783,7.235]],["name/21672",[593,56.227]],["parent/21672",[5783,7.235]],["name/21673",[5290,72.9]],["parent/21673",[5783,7.235]],["name/21674",[348,72.084]],["parent/21674",[5768,7.195]],["name/21675",[173,20.78]],["parent/21675",[5784,10.024]],["name/21676",[408,29.731]],["parent/21676",[5785,7.195]],["name/21677",[410,39.926]],["parent/21677",[5785,7.195]],["name/21678",[493,49.276]],["parent/21678",[5785,7.195]],["name/21679",[489,61.914]],["parent/21679",[5785,7.195]],["name/21680",[5260,66.076]],["parent/21680",[5785,7.195]],["name/21681",[5261,66.076]],["parent/21681",[5785,7.195]],["name/21682",[5293,72.9]],["parent/21682",[5785,7.195]],["name/21683",[5294,72.9]],["parent/21683",[5785,7.195]],["name/21684",[5295,72.9]],["parent/21684",[5785,7.195]],["name/21685",[5296,72.9]],["parent/21685",[5785,7.195]],["name/21686",[526,47.618]],["parent/21686",[5785,7.195]],["name/21687",[435,49.077]],["parent/21687",[5785,7.195]],["name/21688",[5297,66.076]],["parent/21688",[5785,7.195]],["name/21689",[5298,72.9]],["parent/21689",[5785,7.195]],["name/21690",[5299,72.9]],["parent/21690",[5785,7.195]],["name/21691",[5300,72.9]],["parent/21691",[5785,7.195]],["name/21692",[5301,72.9]],["parent/21692",[5785,7.195]],["name/21693",[544,45.905]],["parent/21693",[5785,7.195]],["name/21694",[5302,72.9]],["parent/21694",[5785,7.195]],["name/21695",[5303,72.9]],["parent/21695",[5785,7.195]],["name/21696",[5304,66.076]],["parent/21696",[5785,7.195]],["name/21697",[5305,72.9]],["parent/21697",[5785,7.195]],["name/21698",[5306,72.9]],["parent/21698",[5785,7.195]],["name/21699",[5307,72.9]],["parent/21699",[5785,7.195]],["name/21700",[5308,72.9]],["parent/21700",[5785,7.195]],["name/21701",[334,56.147]],["parent/21701",[5768,7.195]],["name/21702",[173,20.78]],["parent/21702",[5786,10.024]],["name/21703",[408,29.731]],["parent/21703",[5787,8.927]],["name/21704",[435,49.077]],["parent/21704",[5787,8.927]],["name/21705",[5311,72.9]],["parent/21705",[5787,8.927]],["name/21706",[5312,72.9]],["parent/21706",[5787,8.927]],["name/21707",[336,65.863]],["parent/21707",[5768,7.195]],["name/21708",[173,20.78]],["parent/21708",[5788,10.024]],["name/21709",[336,65.863]],["parent/21709",[5789,10.024]],["name/21710",[337,72.484]],["parent/21710",[5768,7.195]],["name/21711",[173,20.78]],["parent/21711",[5790,10.024]],["name/21712",[408,29.731]],["parent/21712",[5791,8.927]],["name/21713",[435,49.077]],["parent/21713",[5791,8.927]],["name/21714",[5317,72.9]],["parent/21714",[5791,8.927]],["name/21715",[344,48.357]],["parent/21715",[5791,8.927]],["name/21716",[339,61.773]],["parent/21716",[5768,7.195]],["name/21717",[173,20.78]],["parent/21717",[5792,10.024]],["name/21718",[408,29.731]],["parent/21718",[5793,8.727]],["name/21719",[435,49.077]],["parent/21719",[5793,8.727]],["name/21720",[5320,66.076]],["parent/21720",[5793,8.727]],["name/21721",[5321,66.076]],["parent/21721",[5793,8.727]],["name/21722",[339,61.773]],["parent/21722",[5793,8.727]],["name/21723",[340,56.068]],["parent/21723",[5768,7.195]],["name/21724",[173,20.78]],["parent/21724",[5794,10.024]],["name/21725",[408,29.731]],["parent/21725",[5795,8.727]],["name/21726",[435,49.077]],["parent/21726",[5795,8.727]],["name/21727",[5320,66.076]],["parent/21727",[5795,8.727]],["name/21728",[5321,66.076]],["parent/21728",[5795,8.727]],["name/21729",[5324,66.076]],["parent/21729",[5795,8.727]],["name/21730",[148,71.328]],["parent/21730",[5768,7.195]],["name/21731",[173,20.78]],["parent/21731",[5796,10.024]],["name/21732",[408,29.731]],["parent/21732",[5797,9.178]],["name/21733",[339,61.773]],["parent/21733",[5797,9.178]],["name/21734",[5324,66.076]],["parent/21734",[5797,9.178]],["name/21735",[341,72.084]],["parent/21735",[5768,7.195]],["name/21736",[173,20.78]],["parent/21736",[5798,10.024]],["name/21737",[96,55.911]],["parent/21737",[5799,9.178]],["name/21738",[5329,72.9]],["parent/21738",[5799,9.178]],["name/21739",[5330,66.076]],["parent/21739",[5799,9.178]],["name/21740",[80,55.757]],["parent/21740",[5768,7.195]],["name/21741",[173,20.78]],["parent/21741",[5800,10.024]],["name/21742",[408,29.731]],["parent/21742",[5801,8.927]],["name/21743",[435,49.077]],["parent/21743",[5801,8.927]],["name/21744",[410,39.926]],["parent/21744",[5801,8.927]],["name/21745",[5333,72.9]],["parent/21745",[5801,8.927]],["name/21746",[342,56.068]],["parent/21746",[5768,7.195]],["name/21747",[173,20.78]],["parent/21747",[5802,10.024]],["name/21748",[5335,72.9]],["parent/21748",[5803,7.907]],["name/21749",[5337,72.9]],["parent/21749",[5803,7.907]],["name/21750",[410,39.926]],["parent/21750",[5803,7.907]],["name/21751",[636,46.586]],["parent/21751",[5803,7.907]],["name/21752",[581,49.316]],["parent/21752",[5803,7.907]],["name/21753",[544,45.905]],["parent/21753",[5803,7.907]],["name/21754",[5338,72.9]],["parent/21754",[5803,7.907]],["name/21755",[5339,72.9]],["parent/21755",[5803,7.907]],["name/21756",[5340,72.9]],["parent/21756",[5803,7.907]],["name/21757",[5297,66.076]],["parent/21757",[5803,7.907]],["name/21758",[5341,72.9]],["parent/21758",[5803,7.907]],["name/21759",[526,47.618]],["parent/21759",[5803,7.907]],["name/21760",[343,72.484]],["parent/21760",[5768,7.195]],["name/21761",[173,20.78]],["parent/21761",[5804,10.024]],["name/21762",[408,29.731]],["parent/21762",[5805,8.927]],["name/21763",[435,49.077]],["parent/21763",[5805,8.927]],["name/21764",[5344,72.9]],["parent/21764",[5805,8.927]],["name/21765",[5345,72.9]],["parent/21765",[5805,8.927]],["name/21766",[83,55.604]],["parent/21766",[5768,7.195]],["name/21767",[173,20.78]],["parent/21767",[5806,10.024]],["name/21768",[408,29.731]],["parent/21768",[5807,8.417]],["name/21769",[435,49.077]],["parent/21769",[5807,8.417]],["name/21770",[540,45.268]],["parent/21770",[5807,8.417]],["name/21771",[5281,66.076]],["parent/21771",[5807,8.417]],["name/21772",[347,56.806]],["parent/21772",[5807,8.417]],["name/21773",[344,48.357]],["parent/21773",[5807,8.417]],["name/21774",[345,56.721]],["parent/21774",[5807,8.417]],["name/21775",[651,56.147]],["parent/21775",[5768,7.195]],["name/21776",[345,56.721]],["parent/21776",[5768,7.195]],["name/21777",[173,20.78]],["parent/21777",[5808,10.024]],["name/21778",[408,29.731]],["parent/21778",[5809,8.927]],["name/21779",[435,49.077]],["parent/21779",[5809,8.927]],["name/21780",[347,56.806]],["parent/21780",[5809,8.927]],["name/21781",[540,45.268]],["parent/21781",[5809,8.927]],["name/21782",[346,72.084]],["parent/21782",[5768,7.195]],["name/21783",[173,20.78]],["parent/21783",[5810,10.024]],["name/21784",[408,29.731]],["parent/21784",[5811,8.292]],["name/21785",[5352,72.9]],["parent/21785",[5811,8.292]],["name/21786",[5353,72.9]],["parent/21786",[5811,8.292]],["name/21787",[5354,72.9]],["parent/21787",[5811,8.292]],["name/21788",[5355,72.9]],["parent/21788",[5811,8.292]],["name/21789",[5356,72.9]],["parent/21789",[5811,8.292]],["name/21790",[5357,72.9]],["parent/21790",[5811,8.292]],["name/21791",[5358,72.9]],["parent/21791",[5811,8.292]],["name/21792",[349,72.484]],["parent/21792",[5768,7.195]],["name/21793",[173,20.78]],["parent/21793",[5812,10.024]],["name/21794",[60,71.328]],["parent/21794",[5813,9.514]],["name/21795",[347,56.806]],["parent/21795",[5813,9.514]],["name/21796",[350,72.484]],["parent/21796",[5768,7.195]],["name/21797",[173,20.78]],["parent/21797",[5814,10.024]],["name/21798",[97,55.911]],["parent/21798",[5815,9.514]],["name/21799",[155,37.858]],["parent/21799",[5815,9.514]],["name/21800",[93,50.025]],["parent/21800",[5768,7.195]],["name/21801",[173,20.78]],["parent/21801",[5816,10.024]],["name/21802",[5304,66.076]],["parent/21802",[5817,8.727]],["name/21803",[5365,72.9]],["parent/21803",[5817,8.727]],["name/21804",[5330,66.076]],["parent/21804",[5817,8.727]],["name/21805",[5366,72.9]],["parent/21805",[5817,8.727]],["name/21806",[5367,72.9]],["parent/21806",[5817,8.727]],["name/21807",[5248,72.9]],["parent/21807",[369,9.514]],["name/21808",[332,72.484]],["parent/21808",[5818,7.195]],["name/21809",[173,20.78]],["parent/21809",[5819,10.024]],["name/21810",[408,29.731]],["parent/21810",[5820,8.727]],["name/21811",[410,39.926]],["parent/21811",[5820,8.727]],["name/21812",[5252,72.9]],["parent/21812",[5820,8.727]],["name/21813",[5253,72.9]],["parent/21813",[5820,8.727]],["name/21814",[5254,72.9]],["parent/21814",[5820,8.727]],["name/21815",[73,51.562]],["parent/21815",[5818,7.195]],["name/21816",[173,20.78]],["parent/21816",[5821,10.024]],["name/21817",[410,39.926]],["parent/21817",[5822,8.927]],["name/21818",[489,61.914]],["parent/21818",[5822,8.927]],["name/21819",[155,37.858]],["parent/21819",[5822,8.927]],["name/21820",[5257,72.9]],["parent/21820",[5822,8.927]],["name/21821",[347,56.806]],["parent/21821",[5818,7.195]],["name/21822",[173,20.78]],["parent/21822",[5823,10.024]],["name/21823",[408,29.731]],["parent/21823",[5824,8.417]],["name/21824",[410,39.926]],["parent/21824",[5824,8.417]],["name/21825",[493,49.276]],["parent/21825",[5824,8.417]],["name/21826",[489,61.914]],["parent/21826",[5824,8.417]],["name/21827",[5260,66.076]],["parent/21827",[5824,8.417]],["name/21828",[5261,66.076]],["parent/21828",[5824,8.417]],["name/21829",[526,47.618]],["parent/21829",[5824,8.417]],["name/21830",[338,72.084]],["parent/21830",[5818,7.195]],["name/21831",[173,20.78]],["parent/21831",[5825,10.024]],["name/21832",[408,29.731]],["parent/21832",[5826,7.99]],["name/21833",[435,49.077]],["parent/21833",[5826,7.99]],["name/21834",[410,39.926]],["parent/21834",[5826,7.99]],["name/21835",[540,45.268]],["parent/21835",[5826,7.99]],["name/21836",[5264,72.9]],["parent/21836",[5826,7.99]],["name/21837",[5265,72.9]],["parent/21837",[5826,7.99]],["name/21838",[5266,72.9]],["parent/21838",[5826,7.99]],["name/21839",[5267,72.9]],["parent/21839",[5826,7.99]],["name/21840",[173,20.78]],["parent/21840",[5826,7.99]],["name/21841",[554,56.227]],["parent/21841",[5827,9.178]],["name/21842",[555,56.227]],["parent/21842",[5827,9.178]],["name/21843",[5269,72.9]],["parent/21843",[5827,9.178]],["name/21844",[155,37.858]],["parent/21844",[5826,7.99]],["name/21845",[5270,72.9]],["parent/21845",[5826,7.99]],["name/21846",[335,72.084]],["parent/21846",[5818,7.195]],["name/21847",[173,20.78]],["parent/21847",[5828,10.024]],["name/21848",[686,54.532]],["parent/21848",[5829,9.178]],["name/21849",[5273,72.9]],["parent/21849",[5829,9.178]],["name/21850",[5274,72.9]],["parent/21850",[5829,9.178]],["name/21851",[84,48.96]],["parent/21851",[5818,7.195]],["name/21852",[173,20.78]],["parent/21852",[5830,10.024]],["name/21853",[572,56.227]],["parent/21853",[5831,9.178]],["name/21854",[5277,72.9]],["parent/21854",[5831,9.178]],["name/21855",[5278,72.9]],["parent/21855",[5831,9.178]],["name/21856",[344,48.357]],["parent/21856",[5818,7.195]],["name/21857",[173,20.78]],["parent/21857",[5832,10.024]],["name/21858",[408,29.731]],["parent/21858",[5833,7.235]],["name/21859",[435,49.077]],["parent/21859",[5833,7.235]],["name/21860",[5281,66.076]],["parent/21860",[5833,7.235]],["name/21861",[347,56.806]],["parent/21861",[5833,7.235]],["name/21862",[686,54.532]],["parent/21862",[5833,7.235]],["name/21863",[5282,72.9]],["parent/21863",[5833,7.235]],["name/21864",[352,50.243]],["parent/21864",[5833,7.235]],["name/21865",[5283,72.9]],["parent/21865",[5833,7.235]],["name/21866",[5284,72.9]],["parent/21866",[5833,7.235]],["name/21867",[356,72.484]],["parent/21867",[5833,7.235]],["name/21868",[173,20.78]],["parent/21868",[5833,7.235]],["name/21869",[526,47.618]],["parent/21869",[5833,7.235]],["name/21870",[5285,72.9]],["parent/21870",[5833,7.235]],["name/21871",[5286,72.9]],["parent/21871",[5833,7.235]],["name/21872",[5287,72.9]],["parent/21872",[5833,7.235]],["name/21873",[5288,72.9]],["parent/21873",[5833,7.235]],["name/21874",[581,49.316]],["parent/21874",[5833,7.235]],["name/21875",[385,72.484]],["parent/21875",[5833,7.235]],["name/21876",[386,72.484]],["parent/21876",[5833,7.235]],["name/21877",[5289,72.9]],["parent/21877",[5833,7.235]],["name/21878",[594,56.227]],["parent/21878",[5833,7.235]],["name/21879",[84,48.96]],["parent/21879",[5833,7.235]],["name/21880",[593,56.227]],["parent/21880",[5833,7.235]],["name/21881",[5290,72.9]],["parent/21881",[5833,7.235]],["name/21882",[348,72.084]],["parent/21882",[5818,7.195]],["name/21883",[173,20.78]],["parent/21883",[5834,10.024]],["name/21884",[408,29.731]],["parent/21884",[5835,7.195]],["name/21885",[410,39.926]],["parent/21885",[5835,7.195]],["name/21886",[493,49.276]],["parent/21886",[5835,7.195]],["name/21887",[489,61.914]],["parent/21887",[5835,7.195]],["name/21888",[5260,66.076]],["parent/21888",[5835,7.195]],["name/21889",[5261,66.076]],["parent/21889",[5835,7.195]],["name/21890",[5293,72.9]],["parent/21890",[5835,7.195]],["name/21891",[5294,72.9]],["parent/21891",[5835,7.195]],["name/21892",[5295,72.9]],["parent/21892",[5835,7.195]],["name/21893",[5296,72.9]],["parent/21893",[5835,7.195]],["name/21894",[526,47.618]],["parent/21894",[5835,7.195]],["name/21895",[435,49.077]],["parent/21895",[5835,7.195]],["name/21896",[5297,66.076]],["parent/21896",[5835,7.195]],["name/21897",[5298,72.9]],["parent/21897",[5835,7.195]],["name/21898",[5299,72.9]],["parent/21898",[5835,7.195]],["name/21899",[5300,72.9]],["parent/21899",[5835,7.195]],["name/21900",[5301,72.9]],["parent/21900",[5835,7.195]],["name/21901",[544,45.905]],["parent/21901",[5835,7.195]],["name/21902",[5302,72.9]],["parent/21902",[5835,7.195]],["name/21903",[5303,72.9]],["parent/21903",[5835,7.195]],["name/21904",[5304,66.076]],["parent/21904",[5835,7.195]],["name/21905",[5305,72.9]],["parent/21905",[5835,7.195]],["name/21906",[5306,72.9]],["parent/21906",[5835,7.195]],["name/21907",[5307,72.9]],["parent/21907",[5835,7.195]],["name/21908",[5308,72.9]],["parent/21908",[5835,7.195]],["name/21909",[334,56.147]],["parent/21909",[5818,7.195]],["name/21910",[173,20.78]],["parent/21910",[5836,10.024]],["name/21911",[408,29.731]],["parent/21911",[5837,8.927]],["name/21912",[435,49.077]],["parent/21912",[5837,8.927]],["name/21913",[5311,72.9]],["parent/21913",[5837,8.927]],["name/21914",[5312,72.9]],["parent/21914",[5837,8.927]],["name/21915",[336,65.863]],["parent/21915",[5818,7.195]],["name/21916",[173,20.78]],["parent/21916",[5838,10.024]],["name/21917",[336,65.863]],["parent/21917",[5839,10.024]],["name/21918",[337,72.484]],["parent/21918",[5818,7.195]],["name/21919",[173,20.78]],["parent/21919",[5840,10.024]],["name/21920",[408,29.731]],["parent/21920",[5841,8.927]],["name/21921",[435,49.077]],["parent/21921",[5841,8.927]],["name/21922",[5317,72.9]],["parent/21922",[5841,8.927]],["name/21923",[344,48.357]],["parent/21923",[5841,8.927]],["name/21924",[339,61.773]],["parent/21924",[5818,7.195]],["name/21925",[173,20.78]],["parent/21925",[5842,10.024]],["name/21926",[408,29.731]],["parent/21926",[5843,8.727]],["name/21927",[435,49.077]],["parent/21927",[5843,8.727]],["name/21928",[5320,66.076]],["parent/21928",[5843,8.727]],["name/21929",[5321,66.076]],["parent/21929",[5843,8.727]],["name/21930",[339,61.773]],["parent/21930",[5843,8.727]],["name/21931",[340,56.068]],["parent/21931",[5818,7.195]],["name/21932",[173,20.78]],["parent/21932",[5844,10.024]],["name/21933",[408,29.731]],["parent/21933",[5845,8.727]],["name/21934",[435,49.077]],["parent/21934",[5845,8.727]],["name/21935",[5320,66.076]],["parent/21935",[5845,8.727]],["name/21936",[5321,66.076]],["parent/21936",[5845,8.727]],["name/21937",[5324,66.076]],["parent/21937",[5845,8.727]],["name/21938",[148,71.328]],["parent/21938",[5818,7.195]],["name/21939",[173,20.78]],["parent/21939",[5846,10.024]],["name/21940",[408,29.731]],["parent/21940",[5847,9.178]],["name/21941",[339,61.773]],["parent/21941",[5847,9.178]],["name/21942",[5324,66.076]],["parent/21942",[5847,9.178]],["name/21943",[341,72.084]],["parent/21943",[5818,7.195]],["name/21944",[173,20.78]],["parent/21944",[5848,10.024]],["name/21945",[96,55.911]],["parent/21945",[5849,9.178]],["name/21946",[5329,72.9]],["parent/21946",[5849,9.178]],["name/21947",[5330,66.076]],["parent/21947",[5849,9.178]],["name/21948",[80,55.757]],["parent/21948",[5818,7.195]],["name/21949",[173,20.78]],["parent/21949",[5850,10.024]],["name/21950",[408,29.731]],["parent/21950",[5851,8.927]],["name/21951",[435,49.077]],["parent/21951",[5851,8.927]],["name/21952",[410,39.926]],["parent/21952",[5851,8.927]],["name/21953",[5333,72.9]],["parent/21953",[5851,8.927]],["name/21954",[342,56.068]],["parent/21954",[5818,7.195]],["name/21955",[173,20.78]],["parent/21955",[5852,10.024]],["name/21956",[5335,72.9]],["parent/21956",[5853,7.907]],["name/21957",[5337,72.9]],["parent/21957",[5853,7.907]],["name/21958",[410,39.926]],["parent/21958",[5853,7.907]],["name/21959",[636,46.586]],["parent/21959",[5853,7.907]],["name/21960",[581,49.316]],["parent/21960",[5853,7.907]],["name/21961",[544,45.905]],["parent/21961",[5853,7.907]],["name/21962",[5338,72.9]],["parent/21962",[5853,7.907]],["name/21963",[5339,72.9]],["parent/21963",[5853,7.907]],["name/21964",[5340,72.9]],["parent/21964",[5853,7.907]],["name/21965",[5297,66.076]],["parent/21965",[5853,7.907]],["name/21966",[5341,72.9]],["parent/21966",[5853,7.907]],["name/21967",[526,47.618]],["parent/21967",[5853,7.907]],["name/21968",[343,72.484]],["parent/21968",[5818,7.195]],["name/21969",[173,20.78]],["parent/21969",[5854,10.024]],["name/21970",[408,29.731]],["parent/21970",[5855,8.927]],["name/21971",[435,49.077]],["parent/21971",[5855,8.927]],["name/21972",[5344,72.9]],["parent/21972",[5855,8.927]],["name/21973",[5345,72.9]],["parent/21973",[5855,8.927]],["name/21974",[83,55.604]],["parent/21974",[5818,7.195]],["name/21975",[173,20.78]],["parent/21975",[5856,10.024]],["name/21976",[408,29.731]],["parent/21976",[5857,8.417]],["name/21977",[435,49.077]],["parent/21977",[5857,8.417]],["name/21978",[540,45.268]],["parent/21978",[5857,8.417]],["name/21979",[5281,66.076]],["parent/21979",[5857,8.417]],["name/21980",[347,56.806]],["parent/21980",[5857,8.417]],["name/21981",[344,48.357]],["parent/21981",[5857,8.417]],["name/21982",[345,56.721]],["parent/21982",[5857,8.417]],["name/21983",[651,56.147]],["parent/21983",[5818,7.195]],["name/21984",[345,56.721]],["parent/21984",[5818,7.195]],["name/21985",[173,20.78]],["parent/21985",[5858,10.024]],["name/21986",[408,29.731]],["parent/21986",[5859,8.927]],["name/21987",[435,49.077]],["parent/21987",[5859,8.927]],["name/21988",[347,56.806]],["parent/21988",[5859,8.927]],["name/21989",[540,45.268]],["parent/21989",[5859,8.927]],["name/21990",[346,72.084]],["parent/21990",[5818,7.195]],["name/21991",[173,20.78]],["parent/21991",[5860,10.024]],["name/21992",[408,29.731]],["parent/21992",[5861,8.292]],["name/21993",[5352,72.9]],["parent/21993",[5861,8.292]],["name/21994",[5353,72.9]],["parent/21994",[5861,8.292]],["name/21995",[5354,72.9]],["parent/21995",[5861,8.292]],["name/21996",[5355,72.9]],["parent/21996",[5861,8.292]],["name/21997",[5356,72.9]],["parent/21997",[5861,8.292]],["name/21998",[5357,72.9]],["parent/21998",[5861,8.292]],["name/21999",[5358,72.9]],["parent/21999",[5861,8.292]],["name/22000",[349,72.484]],["parent/22000",[5818,7.195]],["name/22001",[173,20.78]],["parent/22001",[5862,10.024]],["name/22002",[60,71.328]],["parent/22002",[5863,9.514]],["name/22003",[347,56.806]],["parent/22003",[5863,9.514]],["name/22004",[350,72.484]],["parent/22004",[5818,7.195]],["name/22005",[173,20.78]],["parent/22005",[5864,10.024]],["name/22006",[97,55.911]],["parent/22006",[5865,9.514]],["name/22007",[155,37.858]],["parent/22007",[5865,9.514]],["name/22008",[93,50.025]],["parent/22008",[5818,7.195]],["name/22009",[173,20.78]],["parent/22009",[5866,10.024]],["name/22010",[5304,66.076]],["parent/22010",[5867,8.727]],["name/22011",[5365,72.9]],["parent/22011",[5867,8.727]],["name/22012",[5330,66.076]],["parent/22012",[5867,8.727]],["name/22013",[5366,72.9]],["parent/22013",[5867,8.727]],["name/22014",[5367,72.9]],["parent/22014",[5867,8.727]],["name/22015",[5248,72.9]],["parent/22015",[370,9.514]],["name/22016",[332,72.484]],["parent/22016",[5868,7.195]],["name/22017",[173,20.78]],["parent/22017",[5869,10.024]],["name/22018",[408,29.731]],["parent/22018",[5870,8.727]],["name/22019",[410,39.926]],["parent/22019",[5870,8.727]],["name/22020",[5252,72.9]],["parent/22020",[5870,8.727]],["name/22021",[5253,72.9]],["parent/22021",[5870,8.727]],["name/22022",[5254,72.9]],["parent/22022",[5870,8.727]],["name/22023",[73,51.562]],["parent/22023",[5868,7.195]],["name/22024",[173,20.78]],["parent/22024",[5871,10.024]],["name/22025",[410,39.926]],["parent/22025",[5872,8.927]],["name/22026",[489,61.914]],["parent/22026",[5872,8.927]],["name/22027",[155,37.858]],["parent/22027",[5872,8.927]],["name/22028",[5257,72.9]],["parent/22028",[5872,8.927]],["name/22029",[347,56.806]],["parent/22029",[5868,7.195]],["name/22030",[173,20.78]],["parent/22030",[5873,10.024]],["name/22031",[408,29.731]],["parent/22031",[5874,8.417]],["name/22032",[410,39.926]],["parent/22032",[5874,8.417]],["name/22033",[493,49.276]],["parent/22033",[5874,8.417]],["name/22034",[489,61.914]],["parent/22034",[5874,8.417]],["name/22035",[5260,66.076]],["parent/22035",[5874,8.417]],["name/22036",[5261,66.076]],["parent/22036",[5874,8.417]],["name/22037",[526,47.618]],["parent/22037",[5874,8.417]],["name/22038",[338,72.084]],["parent/22038",[5868,7.195]],["name/22039",[173,20.78]],["parent/22039",[5875,10.024]],["name/22040",[408,29.731]],["parent/22040",[5876,7.99]],["name/22041",[435,49.077]],["parent/22041",[5876,7.99]],["name/22042",[410,39.926]],["parent/22042",[5876,7.99]],["name/22043",[540,45.268]],["parent/22043",[5876,7.99]],["name/22044",[5264,72.9]],["parent/22044",[5876,7.99]],["name/22045",[5265,72.9]],["parent/22045",[5876,7.99]],["name/22046",[5266,72.9]],["parent/22046",[5876,7.99]],["name/22047",[5267,72.9]],["parent/22047",[5876,7.99]],["name/22048",[173,20.78]],["parent/22048",[5876,7.99]],["name/22049",[554,56.227]],["parent/22049",[5877,9.178]],["name/22050",[555,56.227]],["parent/22050",[5877,9.178]],["name/22051",[5269,72.9]],["parent/22051",[5877,9.178]],["name/22052",[155,37.858]],["parent/22052",[5876,7.99]],["name/22053",[5270,72.9]],["parent/22053",[5876,7.99]],["name/22054",[335,72.084]],["parent/22054",[5868,7.195]],["name/22055",[173,20.78]],["parent/22055",[5878,10.024]],["name/22056",[686,54.532]],["parent/22056",[5879,9.178]],["name/22057",[5273,72.9]],["parent/22057",[5879,9.178]],["name/22058",[5274,72.9]],["parent/22058",[5879,9.178]],["name/22059",[84,48.96]],["parent/22059",[5868,7.195]],["name/22060",[173,20.78]],["parent/22060",[5880,10.024]],["name/22061",[572,56.227]],["parent/22061",[5881,9.178]],["name/22062",[5277,72.9]],["parent/22062",[5881,9.178]],["name/22063",[5278,72.9]],["parent/22063",[5881,9.178]],["name/22064",[344,48.357]],["parent/22064",[5868,7.195]],["name/22065",[173,20.78]],["parent/22065",[5882,10.024]],["name/22066",[408,29.731]],["parent/22066",[5883,7.235]],["name/22067",[435,49.077]],["parent/22067",[5883,7.235]],["name/22068",[5281,66.076]],["parent/22068",[5883,7.235]],["name/22069",[347,56.806]],["parent/22069",[5883,7.235]],["name/22070",[686,54.532]],["parent/22070",[5883,7.235]],["name/22071",[5282,72.9]],["parent/22071",[5883,7.235]],["name/22072",[352,50.243]],["parent/22072",[5883,7.235]],["name/22073",[5283,72.9]],["parent/22073",[5883,7.235]],["name/22074",[5284,72.9]],["parent/22074",[5883,7.235]],["name/22075",[356,72.484]],["parent/22075",[5883,7.235]],["name/22076",[173,20.78]],["parent/22076",[5883,7.235]],["name/22077",[526,47.618]],["parent/22077",[5883,7.235]],["name/22078",[5285,72.9]],["parent/22078",[5883,7.235]],["name/22079",[5286,72.9]],["parent/22079",[5883,7.235]],["name/22080",[5287,72.9]],["parent/22080",[5883,7.235]],["name/22081",[5288,72.9]],["parent/22081",[5883,7.235]],["name/22082",[581,49.316]],["parent/22082",[5883,7.235]],["name/22083",[385,72.484]],["parent/22083",[5883,7.235]],["name/22084",[386,72.484]],["parent/22084",[5883,7.235]],["name/22085",[5289,72.9]],["parent/22085",[5883,7.235]],["name/22086",[594,56.227]],["parent/22086",[5883,7.235]],["name/22087",[84,48.96]],["parent/22087",[5883,7.235]],["name/22088",[593,56.227]],["parent/22088",[5883,7.235]],["name/22089",[5290,72.9]],["parent/22089",[5883,7.235]],["name/22090",[348,72.084]],["parent/22090",[5868,7.195]],["name/22091",[173,20.78]],["parent/22091",[5884,10.024]],["name/22092",[408,29.731]],["parent/22092",[5885,7.195]],["name/22093",[410,39.926]],["parent/22093",[5885,7.195]],["name/22094",[493,49.276]],["parent/22094",[5885,7.195]],["name/22095",[489,61.914]],["parent/22095",[5885,7.195]],["name/22096",[5260,66.076]],["parent/22096",[5885,7.195]],["name/22097",[5261,66.076]],["parent/22097",[5885,7.195]],["name/22098",[5293,72.9]],["parent/22098",[5885,7.195]],["name/22099",[5294,72.9]],["parent/22099",[5885,7.195]],["name/22100",[5295,72.9]],["parent/22100",[5885,7.195]],["name/22101",[5296,72.9]],["parent/22101",[5885,7.195]],["name/22102",[526,47.618]],["parent/22102",[5885,7.195]],["name/22103",[435,49.077]],["parent/22103",[5885,7.195]],["name/22104",[5297,66.076]],["parent/22104",[5885,7.195]],["name/22105",[5298,72.9]],["parent/22105",[5885,7.195]],["name/22106",[5299,72.9]],["parent/22106",[5885,7.195]],["name/22107",[5300,72.9]],["parent/22107",[5885,7.195]],["name/22108",[5301,72.9]],["parent/22108",[5885,7.195]],["name/22109",[544,45.905]],["parent/22109",[5885,7.195]],["name/22110",[5302,72.9]],["parent/22110",[5885,7.195]],["name/22111",[5303,72.9]],["parent/22111",[5885,7.195]],["name/22112",[5304,66.076]],["parent/22112",[5885,7.195]],["name/22113",[5305,72.9]],["parent/22113",[5885,7.195]],["name/22114",[5306,72.9]],["parent/22114",[5885,7.195]],["name/22115",[5307,72.9]],["parent/22115",[5885,7.195]],["name/22116",[5308,72.9]],["parent/22116",[5885,7.195]],["name/22117",[334,56.147]],["parent/22117",[5868,7.195]],["name/22118",[173,20.78]],["parent/22118",[5886,10.024]],["name/22119",[408,29.731]],["parent/22119",[5887,8.927]],["name/22120",[435,49.077]],["parent/22120",[5887,8.927]],["name/22121",[5311,72.9]],["parent/22121",[5887,8.927]],["name/22122",[5312,72.9]],["parent/22122",[5887,8.927]],["name/22123",[336,65.863]],["parent/22123",[5868,7.195]],["name/22124",[173,20.78]],["parent/22124",[5888,10.024]],["name/22125",[336,65.863]],["parent/22125",[5889,10.024]],["name/22126",[337,72.484]],["parent/22126",[5868,7.195]],["name/22127",[173,20.78]],["parent/22127",[5890,10.024]],["name/22128",[408,29.731]],["parent/22128",[5891,8.927]],["name/22129",[435,49.077]],["parent/22129",[5891,8.927]],["name/22130",[5317,72.9]],["parent/22130",[5891,8.927]],["name/22131",[344,48.357]],["parent/22131",[5891,8.927]],["name/22132",[339,61.773]],["parent/22132",[5868,7.195]],["name/22133",[173,20.78]],["parent/22133",[5892,10.024]],["name/22134",[408,29.731]],["parent/22134",[5893,8.727]],["name/22135",[435,49.077]],["parent/22135",[5893,8.727]],["name/22136",[5320,66.076]],["parent/22136",[5893,8.727]],["name/22137",[5321,66.076]],["parent/22137",[5893,8.727]],["name/22138",[339,61.773]],["parent/22138",[5893,8.727]],["name/22139",[340,56.068]],["parent/22139",[5868,7.195]],["name/22140",[173,20.78]],["parent/22140",[5894,10.024]],["name/22141",[408,29.731]],["parent/22141",[5895,8.727]],["name/22142",[435,49.077]],["parent/22142",[5895,8.727]],["name/22143",[5320,66.076]],["parent/22143",[5895,8.727]],["name/22144",[5321,66.076]],["parent/22144",[5895,8.727]],["name/22145",[5324,66.076]],["parent/22145",[5895,8.727]],["name/22146",[148,71.328]],["parent/22146",[5868,7.195]],["name/22147",[173,20.78]],["parent/22147",[5896,10.024]],["name/22148",[408,29.731]],["parent/22148",[5897,9.178]],["name/22149",[339,61.773]],["parent/22149",[5897,9.178]],["name/22150",[5324,66.076]],["parent/22150",[5897,9.178]],["name/22151",[341,72.084]],["parent/22151",[5868,7.195]],["name/22152",[173,20.78]],["parent/22152",[5898,10.024]],["name/22153",[96,55.911]],["parent/22153",[5899,9.178]],["name/22154",[5329,72.9]],["parent/22154",[5899,9.178]],["name/22155",[5330,66.076]],["parent/22155",[5899,9.178]],["name/22156",[80,55.757]],["parent/22156",[5868,7.195]],["name/22157",[173,20.78]],["parent/22157",[5900,10.024]],["name/22158",[408,29.731]],["parent/22158",[5901,8.927]],["name/22159",[435,49.077]],["parent/22159",[5901,8.927]],["name/22160",[410,39.926]],["parent/22160",[5901,8.927]],["name/22161",[5333,72.9]],["parent/22161",[5901,8.927]],["name/22162",[342,56.068]],["parent/22162",[5868,7.195]],["name/22163",[173,20.78]],["parent/22163",[5902,10.024]],["name/22164",[5335,72.9]],["parent/22164",[5903,7.907]],["name/22165",[5337,72.9]],["parent/22165",[5903,7.907]],["name/22166",[410,39.926]],["parent/22166",[5903,7.907]],["name/22167",[636,46.586]],["parent/22167",[5903,7.907]],["name/22168",[581,49.316]],["parent/22168",[5903,7.907]],["name/22169",[544,45.905]],["parent/22169",[5903,7.907]],["name/22170",[5338,72.9]],["parent/22170",[5903,7.907]],["name/22171",[5339,72.9]],["parent/22171",[5903,7.907]],["name/22172",[5340,72.9]],["parent/22172",[5903,7.907]],["name/22173",[5297,66.076]],["parent/22173",[5903,7.907]],["name/22174",[5341,72.9]],["parent/22174",[5903,7.907]],["name/22175",[526,47.618]],["parent/22175",[5903,7.907]],["name/22176",[343,72.484]],["parent/22176",[5868,7.195]],["name/22177",[173,20.78]],["parent/22177",[5904,10.024]],["name/22178",[408,29.731]],["parent/22178",[5905,8.927]],["name/22179",[435,49.077]],["parent/22179",[5905,8.927]],["name/22180",[5344,72.9]],["parent/22180",[5905,8.927]],["name/22181",[5345,72.9]],["parent/22181",[5905,8.927]],["name/22182",[83,55.604]],["parent/22182",[5868,7.195]],["name/22183",[173,20.78]],["parent/22183",[5906,10.024]],["name/22184",[408,29.731]],["parent/22184",[5907,8.417]],["name/22185",[435,49.077]],["parent/22185",[5907,8.417]],["name/22186",[540,45.268]],["parent/22186",[5907,8.417]],["name/22187",[5281,66.076]],["parent/22187",[5907,8.417]],["name/22188",[347,56.806]],["parent/22188",[5907,8.417]],["name/22189",[344,48.357]],["parent/22189",[5907,8.417]],["name/22190",[345,56.721]],["parent/22190",[5907,8.417]],["name/22191",[651,56.147]],["parent/22191",[5868,7.195]],["name/22192",[345,56.721]],["parent/22192",[5868,7.195]],["name/22193",[173,20.78]],["parent/22193",[5908,10.024]],["name/22194",[408,29.731]],["parent/22194",[5909,8.927]],["name/22195",[435,49.077]],["parent/22195",[5909,8.927]],["name/22196",[347,56.806]],["parent/22196",[5909,8.927]],["name/22197",[540,45.268]],["parent/22197",[5909,8.927]],["name/22198",[346,72.084]],["parent/22198",[5868,7.195]],["name/22199",[173,20.78]],["parent/22199",[5910,10.024]],["name/22200",[408,29.731]],["parent/22200",[5911,8.292]],["name/22201",[5352,72.9]],["parent/22201",[5911,8.292]],["name/22202",[5353,72.9]],["parent/22202",[5911,8.292]],["name/22203",[5354,72.9]],["parent/22203",[5911,8.292]],["name/22204",[5355,72.9]],["parent/22204",[5911,8.292]],["name/22205",[5356,72.9]],["parent/22205",[5911,8.292]],["name/22206",[5357,72.9]],["parent/22206",[5911,8.292]],["name/22207",[5358,72.9]],["parent/22207",[5911,8.292]],["name/22208",[349,72.484]],["parent/22208",[5868,7.195]],["name/22209",[173,20.78]],["parent/22209",[5912,10.024]],["name/22210",[60,71.328]],["parent/22210",[5913,9.514]],["name/22211",[347,56.806]],["parent/22211",[5913,9.514]],["name/22212",[350,72.484]],["parent/22212",[5868,7.195]],["name/22213",[173,20.78]],["parent/22213",[5914,10.024]],["name/22214",[97,55.911]],["parent/22214",[5915,9.514]],["name/22215",[155,37.858]],["parent/22215",[5915,9.514]],["name/22216",[93,50.025]],["parent/22216",[5868,7.195]],["name/22217",[173,20.78]],["parent/22217",[5916,10.024]],["name/22218",[5304,66.076]],["parent/22218",[5917,8.727]],["name/22219",[5365,72.9]],["parent/22219",[5917,8.727]],["name/22220",[5330,66.076]],["parent/22220",[5917,8.727]],["name/22221",[5366,72.9]],["parent/22221",[5917,8.727]],["name/22222",[5367,72.9]],["parent/22222",[5917,8.727]],["name/22223",[5248,72.9]],["parent/22223",[371,9.514]],["name/22224",[332,72.484]],["parent/22224",[5918,7.195]],["name/22225",[173,20.78]],["parent/22225",[5919,10.024]],["name/22226",[408,29.731]],["parent/22226",[5920,8.727]],["name/22227",[410,39.926]],["parent/22227",[5920,8.727]],["name/22228",[5252,72.9]],["parent/22228",[5920,8.727]],["name/22229",[5253,72.9]],["parent/22229",[5920,8.727]],["name/22230",[5254,72.9]],["parent/22230",[5920,8.727]],["name/22231",[73,51.562]],["parent/22231",[5918,7.195]],["name/22232",[173,20.78]],["parent/22232",[5921,10.024]],["name/22233",[410,39.926]],["parent/22233",[5922,8.927]],["name/22234",[489,61.914]],["parent/22234",[5922,8.927]],["name/22235",[155,37.858]],["parent/22235",[5922,8.927]],["name/22236",[5257,72.9]],["parent/22236",[5922,8.927]],["name/22237",[347,56.806]],["parent/22237",[5918,7.195]],["name/22238",[173,20.78]],["parent/22238",[5923,10.024]],["name/22239",[408,29.731]],["parent/22239",[5924,8.417]],["name/22240",[410,39.926]],["parent/22240",[5924,8.417]],["name/22241",[493,49.276]],["parent/22241",[5924,8.417]],["name/22242",[489,61.914]],["parent/22242",[5924,8.417]],["name/22243",[5260,66.076]],["parent/22243",[5924,8.417]],["name/22244",[5261,66.076]],["parent/22244",[5924,8.417]],["name/22245",[526,47.618]],["parent/22245",[5924,8.417]],["name/22246",[338,72.084]],["parent/22246",[5918,7.195]],["name/22247",[173,20.78]],["parent/22247",[5925,10.024]],["name/22248",[408,29.731]],["parent/22248",[5926,7.99]],["name/22249",[435,49.077]],["parent/22249",[5926,7.99]],["name/22250",[410,39.926]],["parent/22250",[5926,7.99]],["name/22251",[540,45.268]],["parent/22251",[5926,7.99]],["name/22252",[5264,72.9]],["parent/22252",[5926,7.99]],["name/22253",[5265,72.9]],["parent/22253",[5926,7.99]],["name/22254",[5266,72.9]],["parent/22254",[5926,7.99]],["name/22255",[5267,72.9]],["parent/22255",[5926,7.99]],["name/22256",[173,20.78]],["parent/22256",[5926,7.99]],["name/22257",[554,56.227]],["parent/22257",[5927,9.178]],["name/22258",[555,56.227]],["parent/22258",[5927,9.178]],["name/22259",[5269,72.9]],["parent/22259",[5927,9.178]],["name/22260",[155,37.858]],["parent/22260",[5926,7.99]],["name/22261",[5270,72.9]],["parent/22261",[5926,7.99]],["name/22262",[335,72.084]],["parent/22262",[5918,7.195]],["name/22263",[173,20.78]],["parent/22263",[5928,10.024]],["name/22264",[686,54.532]],["parent/22264",[5929,9.178]],["name/22265",[5273,72.9]],["parent/22265",[5929,9.178]],["name/22266",[5274,72.9]],["parent/22266",[5929,9.178]],["name/22267",[84,48.96]],["parent/22267",[5918,7.195]],["name/22268",[173,20.78]],["parent/22268",[5930,10.024]],["name/22269",[572,56.227]],["parent/22269",[5931,9.178]],["name/22270",[5277,72.9]],["parent/22270",[5931,9.178]],["name/22271",[5278,72.9]],["parent/22271",[5931,9.178]],["name/22272",[344,48.357]],["parent/22272",[5918,7.195]],["name/22273",[173,20.78]],["parent/22273",[5932,10.024]],["name/22274",[408,29.731]],["parent/22274",[5933,7.235]],["name/22275",[435,49.077]],["parent/22275",[5933,7.235]],["name/22276",[5281,66.076]],["parent/22276",[5933,7.235]],["name/22277",[347,56.806]],["parent/22277",[5933,7.235]],["name/22278",[686,54.532]],["parent/22278",[5933,7.235]],["name/22279",[5282,72.9]],["parent/22279",[5933,7.235]],["name/22280",[352,50.243]],["parent/22280",[5933,7.235]],["name/22281",[5283,72.9]],["parent/22281",[5933,7.235]],["name/22282",[5284,72.9]],["parent/22282",[5933,7.235]],["name/22283",[356,72.484]],["parent/22283",[5933,7.235]],["name/22284",[173,20.78]],["parent/22284",[5933,7.235]],["name/22285",[526,47.618]],["parent/22285",[5933,7.235]],["name/22286",[5285,72.9]],["parent/22286",[5933,7.235]],["name/22287",[5286,72.9]],["parent/22287",[5933,7.235]],["name/22288",[5287,72.9]],["parent/22288",[5933,7.235]],["name/22289",[5288,72.9]],["parent/22289",[5933,7.235]],["name/22290",[581,49.316]],["parent/22290",[5933,7.235]],["name/22291",[385,72.484]],["parent/22291",[5933,7.235]],["name/22292",[386,72.484]],["parent/22292",[5933,7.235]],["name/22293",[5289,72.9]],["parent/22293",[5933,7.235]],["name/22294",[594,56.227]],["parent/22294",[5933,7.235]],["name/22295",[84,48.96]],["parent/22295",[5933,7.235]],["name/22296",[593,56.227]],["parent/22296",[5933,7.235]],["name/22297",[5290,72.9]],["parent/22297",[5933,7.235]],["name/22298",[348,72.084]],["parent/22298",[5918,7.195]],["name/22299",[173,20.78]],["parent/22299",[5934,10.024]],["name/22300",[408,29.731]],["parent/22300",[5935,7.195]],["name/22301",[410,39.926]],["parent/22301",[5935,7.195]],["name/22302",[493,49.276]],["parent/22302",[5935,7.195]],["name/22303",[489,61.914]],["parent/22303",[5935,7.195]],["name/22304",[5260,66.076]],["parent/22304",[5935,7.195]],["name/22305",[5261,66.076]],["parent/22305",[5935,7.195]],["name/22306",[5293,72.9]],["parent/22306",[5935,7.195]],["name/22307",[5294,72.9]],["parent/22307",[5935,7.195]],["name/22308",[5295,72.9]],["parent/22308",[5935,7.195]],["name/22309",[5296,72.9]],["parent/22309",[5935,7.195]],["name/22310",[526,47.618]],["parent/22310",[5935,7.195]],["name/22311",[435,49.077]],["parent/22311",[5935,7.195]],["name/22312",[5297,66.076]],["parent/22312",[5935,7.195]],["name/22313",[5298,72.9]],["parent/22313",[5935,7.195]],["name/22314",[5299,72.9]],["parent/22314",[5935,7.195]],["name/22315",[5300,72.9]],["parent/22315",[5935,7.195]],["name/22316",[5301,72.9]],["parent/22316",[5935,7.195]],["name/22317",[544,45.905]],["parent/22317",[5935,7.195]],["name/22318",[5302,72.9]],["parent/22318",[5935,7.195]],["name/22319",[5303,72.9]],["parent/22319",[5935,7.195]],["name/22320",[5304,66.076]],["parent/22320",[5935,7.195]],["name/22321",[5305,72.9]],["parent/22321",[5935,7.195]],["name/22322",[5306,72.9]],["parent/22322",[5935,7.195]],["name/22323",[5307,72.9]],["parent/22323",[5935,7.195]],["name/22324",[5308,72.9]],["parent/22324",[5935,7.195]],["name/22325",[334,56.147]],["parent/22325",[5918,7.195]],["name/22326",[173,20.78]],["parent/22326",[5936,10.024]],["name/22327",[408,29.731]],["parent/22327",[5937,8.927]],["name/22328",[435,49.077]],["parent/22328",[5937,8.927]],["name/22329",[5311,72.9]],["parent/22329",[5937,8.927]],["name/22330",[5312,72.9]],["parent/22330",[5937,8.927]],["name/22331",[336,65.863]],["parent/22331",[5918,7.195]],["name/22332",[173,20.78]],["parent/22332",[5938,10.024]],["name/22333",[336,65.863]],["parent/22333",[5939,10.024]],["name/22334",[337,72.484]],["parent/22334",[5918,7.195]],["name/22335",[173,20.78]],["parent/22335",[5940,10.024]],["name/22336",[408,29.731]],["parent/22336",[5941,8.927]],["name/22337",[435,49.077]],["parent/22337",[5941,8.927]],["name/22338",[5317,72.9]],["parent/22338",[5941,8.927]],["name/22339",[344,48.357]],["parent/22339",[5941,8.927]],["name/22340",[339,61.773]],["parent/22340",[5918,7.195]],["name/22341",[173,20.78]],["parent/22341",[5942,10.024]],["name/22342",[408,29.731]],["parent/22342",[5943,8.727]],["name/22343",[435,49.077]],["parent/22343",[5943,8.727]],["name/22344",[5320,66.076]],["parent/22344",[5943,8.727]],["name/22345",[5321,66.076]],["parent/22345",[5943,8.727]],["name/22346",[339,61.773]],["parent/22346",[5943,8.727]],["name/22347",[340,56.068]],["parent/22347",[5918,7.195]],["name/22348",[173,20.78]],["parent/22348",[5944,10.024]],["name/22349",[408,29.731]],["parent/22349",[5945,8.727]],["name/22350",[435,49.077]],["parent/22350",[5945,8.727]],["name/22351",[5320,66.076]],["parent/22351",[5945,8.727]],["name/22352",[5321,66.076]],["parent/22352",[5945,8.727]],["name/22353",[5324,66.076]],["parent/22353",[5945,8.727]],["name/22354",[148,71.328]],["parent/22354",[5918,7.195]],["name/22355",[173,20.78]],["parent/22355",[5946,10.024]],["name/22356",[408,29.731]],["parent/22356",[5947,9.178]],["name/22357",[339,61.773]],["parent/22357",[5947,9.178]],["name/22358",[5324,66.076]],["parent/22358",[5947,9.178]],["name/22359",[341,72.084]],["parent/22359",[5918,7.195]],["name/22360",[173,20.78]],["parent/22360",[5948,10.024]],["name/22361",[96,55.911]],["parent/22361",[5949,9.178]],["name/22362",[5329,72.9]],["parent/22362",[5949,9.178]],["name/22363",[5330,66.076]],["parent/22363",[5949,9.178]],["name/22364",[80,55.757]],["parent/22364",[5918,7.195]],["name/22365",[173,20.78]],["parent/22365",[5950,10.024]],["name/22366",[408,29.731]],["parent/22366",[5951,8.927]],["name/22367",[435,49.077]],["parent/22367",[5951,8.927]],["name/22368",[410,39.926]],["parent/22368",[5951,8.927]],["name/22369",[5333,72.9]],["parent/22369",[5951,8.927]],["name/22370",[342,56.068]],["parent/22370",[5918,7.195]],["name/22371",[173,20.78]],["parent/22371",[5952,10.024]],["name/22372",[5335,72.9]],["parent/22372",[5953,7.907]],["name/22373",[5337,72.9]],["parent/22373",[5953,7.907]],["name/22374",[410,39.926]],["parent/22374",[5953,7.907]],["name/22375",[636,46.586]],["parent/22375",[5953,7.907]],["name/22376",[581,49.316]],["parent/22376",[5953,7.907]],["name/22377",[544,45.905]],["parent/22377",[5953,7.907]],["name/22378",[5338,72.9]],["parent/22378",[5953,7.907]],["name/22379",[5339,72.9]],["parent/22379",[5953,7.907]],["name/22380",[5340,72.9]],["parent/22380",[5953,7.907]],["name/22381",[5297,66.076]],["parent/22381",[5953,7.907]],["name/22382",[5341,72.9]],["parent/22382",[5953,7.907]],["name/22383",[526,47.618]],["parent/22383",[5953,7.907]],["name/22384",[343,72.484]],["parent/22384",[5918,7.195]],["name/22385",[173,20.78]],["parent/22385",[5954,10.024]],["name/22386",[408,29.731]],["parent/22386",[5955,8.927]],["name/22387",[435,49.077]],["parent/22387",[5955,8.927]],["name/22388",[5344,72.9]],["parent/22388",[5955,8.927]],["name/22389",[5345,72.9]],["parent/22389",[5955,8.927]],["name/22390",[83,55.604]],["parent/22390",[5918,7.195]],["name/22391",[173,20.78]],["parent/22391",[5956,10.024]],["name/22392",[408,29.731]],["parent/22392",[5957,8.417]],["name/22393",[435,49.077]],["parent/22393",[5957,8.417]],["name/22394",[540,45.268]],["parent/22394",[5957,8.417]],["name/22395",[5281,66.076]],["parent/22395",[5957,8.417]],["name/22396",[347,56.806]],["parent/22396",[5957,8.417]],["name/22397",[344,48.357]],["parent/22397",[5957,8.417]],["name/22398",[345,56.721]],["parent/22398",[5957,8.417]],["name/22399",[651,56.147]],["parent/22399",[5918,7.195]],["name/22400",[345,56.721]],["parent/22400",[5918,7.195]],["name/22401",[173,20.78]],["parent/22401",[5958,10.024]],["name/22402",[408,29.731]],["parent/22402",[5959,8.927]],["name/22403",[435,49.077]],["parent/22403",[5959,8.927]],["name/22404",[347,56.806]],["parent/22404",[5959,8.927]],["name/22405",[540,45.268]],["parent/22405",[5959,8.927]],["name/22406",[346,72.084]],["parent/22406",[5918,7.195]],["name/22407",[173,20.78]],["parent/22407",[5960,10.024]],["name/22408",[408,29.731]],["parent/22408",[5961,8.292]],["name/22409",[5352,72.9]],["parent/22409",[5961,8.292]],["name/22410",[5353,72.9]],["parent/22410",[5961,8.292]],["name/22411",[5354,72.9]],["parent/22411",[5961,8.292]],["name/22412",[5355,72.9]],["parent/22412",[5961,8.292]],["name/22413",[5356,72.9]],["parent/22413",[5961,8.292]],["name/22414",[5357,72.9]],["parent/22414",[5961,8.292]],["name/22415",[5358,72.9]],["parent/22415",[5961,8.292]],["name/22416",[349,72.484]],["parent/22416",[5918,7.195]],["name/22417",[173,20.78]],["parent/22417",[5962,10.024]],["name/22418",[60,71.328]],["parent/22418",[5963,9.514]],["name/22419",[347,56.806]],["parent/22419",[5963,9.514]],["name/22420",[350,72.484]],["parent/22420",[5918,7.195]],["name/22421",[173,20.78]],["parent/22421",[5964,10.024]],["name/22422",[97,55.911]],["parent/22422",[5965,9.514]],["name/22423",[155,37.858]],["parent/22423",[5965,9.514]],["name/22424",[93,50.025]],["parent/22424",[5918,7.195]],["name/22425",[173,20.78]],["parent/22425",[5966,10.024]],["name/22426",[5304,66.076]],["parent/22426",[5967,8.727]],["name/22427",[5365,72.9]],["parent/22427",[5967,8.727]],["name/22428",[5330,66.076]],["parent/22428",[5967,8.727]],["name/22429",[5366,72.9]],["parent/22429",[5967,8.727]],["name/22430",[5367,72.9]],["parent/22430",[5967,8.727]],["name/22431",[5248,72.9]],["parent/22431",[372,9.514]],["name/22432",[332,72.484]],["parent/22432",[5968,7.195]],["name/22433",[173,20.78]],["parent/22433",[5969,10.024]],["name/22434",[408,29.731]],["parent/22434",[5970,8.727]],["name/22435",[410,39.926]],["parent/22435",[5970,8.727]],["name/22436",[5252,72.9]],["parent/22436",[5970,8.727]],["name/22437",[5253,72.9]],["parent/22437",[5970,8.727]],["name/22438",[5254,72.9]],["parent/22438",[5970,8.727]],["name/22439",[73,51.562]],["parent/22439",[5968,7.195]],["name/22440",[173,20.78]],["parent/22440",[5971,10.024]],["name/22441",[410,39.926]],["parent/22441",[5972,8.927]],["name/22442",[489,61.914]],["parent/22442",[5972,8.927]],["name/22443",[155,37.858]],["parent/22443",[5972,8.927]],["name/22444",[5257,72.9]],["parent/22444",[5972,8.927]],["name/22445",[347,56.806]],["parent/22445",[5968,7.195]],["name/22446",[173,20.78]],["parent/22446",[5973,10.024]],["name/22447",[408,29.731]],["parent/22447",[5974,8.417]],["name/22448",[410,39.926]],["parent/22448",[5974,8.417]],["name/22449",[493,49.276]],["parent/22449",[5974,8.417]],["name/22450",[489,61.914]],["parent/22450",[5974,8.417]],["name/22451",[5260,66.076]],["parent/22451",[5974,8.417]],["name/22452",[5261,66.076]],["parent/22452",[5974,8.417]],["name/22453",[526,47.618]],["parent/22453",[5974,8.417]],["name/22454",[338,72.084]],["parent/22454",[5968,7.195]],["name/22455",[173,20.78]],["parent/22455",[5975,10.024]],["name/22456",[408,29.731]],["parent/22456",[5976,7.99]],["name/22457",[435,49.077]],["parent/22457",[5976,7.99]],["name/22458",[410,39.926]],["parent/22458",[5976,7.99]],["name/22459",[540,45.268]],["parent/22459",[5976,7.99]],["name/22460",[5264,72.9]],["parent/22460",[5976,7.99]],["name/22461",[5265,72.9]],["parent/22461",[5976,7.99]],["name/22462",[5266,72.9]],["parent/22462",[5976,7.99]],["name/22463",[5267,72.9]],["parent/22463",[5976,7.99]],["name/22464",[173,20.78]],["parent/22464",[5976,7.99]],["name/22465",[554,56.227]],["parent/22465",[5977,9.178]],["name/22466",[555,56.227]],["parent/22466",[5977,9.178]],["name/22467",[5269,72.9]],["parent/22467",[5977,9.178]],["name/22468",[155,37.858]],["parent/22468",[5976,7.99]],["name/22469",[5270,72.9]],["parent/22469",[5976,7.99]],["name/22470",[335,72.084]],["parent/22470",[5968,7.195]],["name/22471",[173,20.78]],["parent/22471",[5978,10.024]],["name/22472",[686,54.532]],["parent/22472",[5979,9.178]],["name/22473",[5273,72.9]],["parent/22473",[5979,9.178]],["name/22474",[5274,72.9]],["parent/22474",[5979,9.178]],["name/22475",[84,48.96]],["parent/22475",[5968,7.195]],["name/22476",[173,20.78]],["parent/22476",[5980,10.024]],["name/22477",[572,56.227]],["parent/22477",[5981,9.178]],["name/22478",[5277,72.9]],["parent/22478",[5981,9.178]],["name/22479",[5278,72.9]],["parent/22479",[5981,9.178]],["name/22480",[344,48.357]],["parent/22480",[5968,7.195]],["name/22481",[173,20.78]],["parent/22481",[5982,10.024]],["name/22482",[408,29.731]],["parent/22482",[5983,7.235]],["name/22483",[435,49.077]],["parent/22483",[5983,7.235]],["name/22484",[5281,66.076]],["parent/22484",[5983,7.235]],["name/22485",[347,56.806]],["parent/22485",[5983,7.235]],["name/22486",[686,54.532]],["parent/22486",[5983,7.235]],["name/22487",[5282,72.9]],["parent/22487",[5983,7.235]],["name/22488",[352,50.243]],["parent/22488",[5983,7.235]],["name/22489",[5283,72.9]],["parent/22489",[5983,7.235]],["name/22490",[5284,72.9]],["parent/22490",[5983,7.235]],["name/22491",[356,72.484]],["parent/22491",[5983,7.235]],["name/22492",[173,20.78]],["parent/22492",[5983,7.235]],["name/22493",[526,47.618]],["parent/22493",[5983,7.235]],["name/22494",[5285,72.9]],["parent/22494",[5983,7.235]],["name/22495",[5286,72.9]],["parent/22495",[5983,7.235]],["name/22496",[5287,72.9]],["parent/22496",[5983,7.235]],["name/22497",[5288,72.9]],["parent/22497",[5983,7.235]],["name/22498",[581,49.316]],["parent/22498",[5983,7.235]],["name/22499",[385,72.484]],["parent/22499",[5983,7.235]],["name/22500",[386,72.484]],["parent/22500",[5983,7.235]],["name/22501",[5289,72.9]],["parent/22501",[5983,7.235]],["name/22502",[594,56.227]],["parent/22502",[5983,7.235]],["name/22503",[84,48.96]],["parent/22503",[5983,7.235]],["name/22504",[593,56.227]],["parent/22504",[5983,7.235]],["name/22505",[5290,72.9]],["parent/22505",[5983,7.235]],["name/22506",[348,72.084]],["parent/22506",[5968,7.195]],["name/22507",[173,20.78]],["parent/22507",[5984,10.024]],["name/22508",[408,29.731]],["parent/22508",[5985,7.195]],["name/22509",[410,39.926]],["parent/22509",[5985,7.195]],["name/22510",[493,49.276]],["parent/22510",[5985,7.195]],["name/22511",[489,61.914]],["parent/22511",[5985,7.195]],["name/22512",[5260,66.076]],["parent/22512",[5985,7.195]],["name/22513",[5261,66.076]],["parent/22513",[5985,7.195]],["name/22514",[5293,72.9]],["parent/22514",[5985,7.195]],["name/22515",[5294,72.9]],["parent/22515",[5985,7.195]],["name/22516",[5295,72.9]],["parent/22516",[5985,7.195]],["name/22517",[5296,72.9]],["parent/22517",[5985,7.195]],["name/22518",[526,47.618]],["parent/22518",[5985,7.195]],["name/22519",[435,49.077]],["parent/22519",[5985,7.195]],["name/22520",[5297,66.076]],["parent/22520",[5985,7.195]],["name/22521",[5298,72.9]],["parent/22521",[5985,7.195]],["name/22522",[5299,72.9]],["parent/22522",[5985,7.195]],["name/22523",[5300,72.9]],["parent/22523",[5985,7.195]],["name/22524",[5301,72.9]],["parent/22524",[5985,7.195]],["name/22525",[544,45.905]],["parent/22525",[5985,7.195]],["name/22526",[5302,72.9]],["parent/22526",[5985,7.195]],["name/22527",[5303,72.9]],["parent/22527",[5985,7.195]],["name/22528",[5304,66.076]],["parent/22528",[5985,7.195]],["name/22529",[5305,72.9]],["parent/22529",[5985,7.195]],["name/22530",[5306,72.9]],["parent/22530",[5985,7.195]],["name/22531",[5307,72.9]],["parent/22531",[5985,7.195]],["name/22532",[5308,72.9]],["parent/22532",[5985,7.195]],["name/22533",[334,56.147]],["parent/22533",[5968,7.195]],["name/22534",[173,20.78]],["parent/22534",[5986,10.024]],["name/22535",[408,29.731]],["parent/22535",[5987,8.927]],["name/22536",[435,49.077]],["parent/22536",[5987,8.927]],["name/22537",[5311,72.9]],["parent/22537",[5987,8.927]],["name/22538",[5312,72.9]],["parent/22538",[5987,8.927]],["name/22539",[336,65.863]],["parent/22539",[5968,7.195]],["name/22540",[173,20.78]],["parent/22540",[5988,10.024]],["name/22541",[336,65.863]],["parent/22541",[5989,10.024]],["name/22542",[337,72.484]],["parent/22542",[5968,7.195]],["name/22543",[173,20.78]],["parent/22543",[5990,10.024]],["name/22544",[408,29.731]],["parent/22544",[5991,8.927]],["name/22545",[435,49.077]],["parent/22545",[5991,8.927]],["name/22546",[5317,72.9]],["parent/22546",[5991,8.927]],["name/22547",[344,48.357]],["parent/22547",[5991,8.927]],["name/22548",[339,61.773]],["parent/22548",[5968,7.195]],["name/22549",[173,20.78]],["parent/22549",[5992,10.024]],["name/22550",[408,29.731]],["parent/22550",[5993,8.727]],["name/22551",[435,49.077]],["parent/22551",[5993,8.727]],["name/22552",[5320,66.076]],["parent/22552",[5993,8.727]],["name/22553",[5321,66.076]],["parent/22553",[5993,8.727]],["name/22554",[339,61.773]],["parent/22554",[5993,8.727]],["name/22555",[340,56.068]],["parent/22555",[5968,7.195]],["name/22556",[173,20.78]],["parent/22556",[5994,10.024]],["name/22557",[408,29.731]],["parent/22557",[5995,8.727]],["name/22558",[435,49.077]],["parent/22558",[5995,8.727]],["name/22559",[5320,66.076]],["parent/22559",[5995,8.727]],["name/22560",[5321,66.076]],["parent/22560",[5995,8.727]],["name/22561",[5324,66.076]],["parent/22561",[5995,8.727]],["name/22562",[148,71.328]],["parent/22562",[5968,7.195]],["name/22563",[173,20.78]],["parent/22563",[5996,10.024]],["name/22564",[408,29.731]],["parent/22564",[5997,9.178]],["name/22565",[339,61.773]],["parent/22565",[5997,9.178]],["name/22566",[5324,66.076]],["parent/22566",[5997,9.178]],["name/22567",[341,72.084]],["parent/22567",[5968,7.195]],["name/22568",[173,20.78]],["parent/22568",[5998,10.024]],["name/22569",[96,55.911]],["parent/22569",[5999,9.178]],["name/22570",[5329,72.9]],["parent/22570",[5999,9.178]],["name/22571",[5330,66.076]],["parent/22571",[5999,9.178]],["name/22572",[80,55.757]],["parent/22572",[5968,7.195]],["name/22573",[173,20.78]],["parent/22573",[6000,10.024]],["name/22574",[408,29.731]],["parent/22574",[6001,8.927]],["name/22575",[435,49.077]],["parent/22575",[6001,8.927]],["name/22576",[410,39.926]],["parent/22576",[6001,8.927]],["name/22577",[5333,72.9]],["parent/22577",[6001,8.927]],["name/22578",[342,56.068]],["parent/22578",[5968,7.195]],["name/22579",[173,20.78]],["parent/22579",[6002,10.024]],["name/22580",[5335,72.9]],["parent/22580",[6003,7.907]],["name/22581",[5337,72.9]],["parent/22581",[6003,7.907]],["name/22582",[410,39.926]],["parent/22582",[6003,7.907]],["name/22583",[636,46.586]],["parent/22583",[6003,7.907]],["name/22584",[581,49.316]],["parent/22584",[6003,7.907]],["name/22585",[544,45.905]],["parent/22585",[6003,7.907]],["name/22586",[5338,72.9]],["parent/22586",[6003,7.907]],["name/22587",[5339,72.9]],["parent/22587",[6003,7.907]],["name/22588",[5340,72.9]],["parent/22588",[6003,7.907]],["name/22589",[5297,66.076]],["parent/22589",[6003,7.907]],["name/22590",[5341,72.9]],["parent/22590",[6003,7.907]],["name/22591",[526,47.618]],["parent/22591",[6003,7.907]],["name/22592",[343,72.484]],["parent/22592",[5968,7.195]],["name/22593",[173,20.78]],["parent/22593",[6004,10.024]],["name/22594",[408,29.731]],["parent/22594",[6005,8.927]],["name/22595",[435,49.077]],["parent/22595",[6005,8.927]],["name/22596",[5344,72.9]],["parent/22596",[6005,8.927]],["name/22597",[5345,72.9]],["parent/22597",[6005,8.927]],["name/22598",[83,55.604]],["parent/22598",[5968,7.195]],["name/22599",[173,20.78]],["parent/22599",[6006,10.024]],["name/22600",[408,29.731]],["parent/22600",[6007,8.417]],["name/22601",[435,49.077]],["parent/22601",[6007,8.417]],["name/22602",[540,45.268]],["parent/22602",[6007,8.417]],["name/22603",[5281,66.076]],["parent/22603",[6007,8.417]],["name/22604",[347,56.806]],["parent/22604",[6007,8.417]],["name/22605",[344,48.357]],["parent/22605",[6007,8.417]],["name/22606",[345,56.721]],["parent/22606",[6007,8.417]],["name/22607",[651,56.147]],["parent/22607",[5968,7.195]],["name/22608",[345,56.721]],["parent/22608",[5968,7.195]],["name/22609",[173,20.78]],["parent/22609",[6008,10.024]],["name/22610",[408,29.731]],["parent/22610",[6009,8.927]],["name/22611",[435,49.077]],["parent/22611",[6009,8.927]],["name/22612",[347,56.806]],["parent/22612",[6009,8.927]],["name/22613",[540,45.268]],["parent/22613",[6009,8.927]],["name/22614",[346,72.084]],["parent/22614",[5968,7.195]],["name/22615",[173,20.78]],["parent/22615",[6010,10.024]],["name/22616",[408,29.731]],["parent/22616",[6011,8.292]],["name/22617",[5352,72.9]],["parent/22617",[6011,8.292]],["name/22618",[5353,72.9]],["parent/22618",[6011,8.292]],["name/22619",[5354,72.9]],["parent/22619",[6011,8.292]],["name/22620",[5355,72.9]],["parent/22620",[6011,8.292]],["name/22621",[5356,72.9]],["parent/22621",[6011,8.292]],["name/22622",[5357,72.9]],["parent/22622",[6011,8.292]],["name/22623",[5358,72.9]],["parent/22623",[6011,8.292]],["name/22624",[349,72.484]],["parent/22624",[5968,7.195]],["name/22625",[173,20.78]],["parent/22625",[6012,10.024]],["name/22626",[60,71.328]],["parent/22626",[6013,9.514]],["name/22627",[347,56.806]],["parent/22627",[6013,9.514]],["name/22628",[350,72.484]],["parent/22628",[5968,7.195]],["name/22629",[173,20.78]],["parent/22629",[6014,10.024]],["name/22630",[97,55.911]],["parent/22630",[6015,9.514]],["name/22631",[155,37.858]],["parent/22631",[6015,9.514]],["name/22632",[93,50.025]],["parent/22632",[5968,7.195]],["name/22633",[173,20.78]],["parent/22633",[6016,10.024]],["name/22634",[5304,66.076]],["parent/22634",[6017,8.727]],["name/22635",[5365,72.9]],["parent/22635",[6017,8.727]],["name/22636",[5330,66.076]],["parent/22636",[6017,8.727]],["name/22637",[5366,72.9]],["parent/22637",[6017,8.727]],["name/22638",[5367,72.9]],["parent/22638",[6017,8.727]],["name/22639",[5248,72.9]],["parent/22639",[373,9.514]],["name/22640",[332,72.484]],["parent/22640",[6018,7.195]],["name/22641",[173,20.78]],["parent/22641",[6019,10.024]],["name/22642",[408,29.731]],["parent/22642",[6020,8.727]],["name/22643",[410,39.926]],["parent/22643",[6020,8.727]],["name/22644",[5252,72.9]],["parent/22644",[6020,8.727]],["name/22645",[5253,72.9]],["parent/22645",[6020,8.727]],["name/22646",[5254,72.9]],["parent/22646",[6020,8.727]],["name/22647",[73,51.562]],["parent/22647",[6018,7.195]],["name/22648",[173,20.78]],["parent/22648",[6021,10.024]],["name/22649",[410,39.926]],["parent/22649",[6022,8.927]],["name/22650",[489,61.914]],["parent/22650",[6022,8.927]],["name/22651",[155,37.858]],["parent/22651",[6022,8.927]],["name/22652",[5257,72.9]],["parent/22652",[6022,8.927]],["name/22653",[347,56.806]],["parent/22653",[6018,7.195]],["name/22654",[173,20.78]],["parent/22654",[6023,10.024]],["name/22655",[408,29.731]],["parent/22655",[6024,8.417]],["name/22656",[410,39.926]],["parent/22656",[6024,8.417]],["name/22657",[493,49.276]],["parent/22657",[6024,8.417]],["name/22658",[489,61.914]],["parent/22658",[6024,8.417]],["name/22659",[5260,66.076]],["parent/22659",[6024,8.417]],["name/22660",[5261,66.076]],["parent/22660",[6024,8.417]],["name/22661",[526,47.618]],["parent/22661",[6024,8.417]],["name/22662",[338,72.084]],["parent/22662",[6018,7.195]],["name/22663",[173,20.78]],["parent/22663",[6025,10.024]],["name/22664",[408,29.731]],["parent/22664",[6026,7.99]],["name/22665",[435,49.077]],["parent/22665",[6026,7.99]],["name/22666",[410,39.926]],["parent/22666",[6026,7.99]],["name/22667",[540,45.268]],["parent/22667",[6026,7.99]],["name/22668",[5264,72.9]],["parent/22668",[6026,7.99]],["name/22669",[5265,72.9]],["parent/22669",[6026,7.99]],["name/22670",[5266,72.9]],["parent/22670",[6026,7.99]],["name/22671",[5267,72.9]],["parent/22671",[6026,7.99]],["name/22672",[173,20.78]],["parent/22672",[6026,7.99]],["name/22673",[554,56.227]],["parent/22673",[6027,9.178]],["name/22674",[555,56.227]],["parent/22674",[6027,9.178]],["name/22675",[5269,72.9]],["parent/22675",[6027,9.178]],["name/22676",[155,37.858]],["parent/22676",[6026,7.99]],["name/22677",[5270,72.9]],["parent/22677",[6026,7.99]],["name/22678",[335,72.084]],["parent/22678",[6018,7.195]],["name/22679",[173,20.78]],["parent/22679",[6028,10.024]],["name/22680",[686,54.532]],["parent/22680",[6029,9.178]],["name/22681",[5273,72.9]],["parent/22681",[6029,9.178]],["name/22682",[5274,72.9]],["parent/22682",[6029,9.178]],["name/22683",[84,48.96]],["parent/22683",[6018,7.195]],["name/22684",[173,20.78]],["parent/22684",[6030,10.024]],["name/22685",[572,56.227]],["parent/22685",[6031,9.178]],["name/22686",[5277,72.9]],["parent/22686",[6031,9.178]],["name/22687",[5278,72.9]],["parent/22687",[6031,9.178]],["name/22688",[344,48.357]],["parent/22688",[6018,7.195]],["name/22689",[173,20.78]],["parent/22689",[6032,10.024]],["name/22690",[408,29.731]],["parent/22690",[6033,7.235]],["name/22691",[435,49.077]],["parent/22691",[6033,7.235]],["name/22692",[5281,66.076]],["parent/22692",[6033,7.235]],["name/22693",[347,56.806]],["parent/22693",[6033,7.235]],["name/22694",[686,54.532]],["parent/22694",[6033,7.235]],["name/22695",[5282,72.9]],["parent/22695",[6033,7.235]],["name/22696",[352,50.243]],["parent/22696",[6033,7.235]],["name/22697",[5283,72.9]],["parent/22697",[6033,7.235]],["name/22698",[5284,72.9]],["parent/22698",[6033,7.235]],["name/22699",[356,72.484]],["parent/22699",[6033,7.235]],["name/22700",[173,20.78]],["parent/22700",[6033,7.235]],["name/22701",[526,47.618]],["parent/22701",[6033,7.235]],["name/22702",[5285,72.9]],["parent/22702",[6033,7.235]],["name/22703",[5286,72.9]],["parent/22703",[6033,7.235]],["name/22704",[5287,72.9]],["parent/22704",[6033,7.235]],["name/22705",[5288,72.9]],["parent/22705",[6033,7.235]],["name/22706",[581,49.316]],["parent/22706",[6033,7.235]],["name/22707",[385,72.484]],["parent/22707",[6033,7.235]],["name/22708",[386,72.484]],["parent/22708",[6033,7.235]],["name/22709",[5289,72.9]],["parent/22709",[6033,7.235]],["name/22710",[594,56.227]],["parent/22710",[6033,7.235]],["name/22711",[84,48.96]],["parent/22711",[6033,7.235]],["name/22712",[593,56.227]],["parent/22712",[6033,7.235]],["name/22713",[5290,72.9]],["parent/22713",[6033,7.235]],["name/22714",[348,72.084]],["parent/22714",[6018,7.195]],["name/22715",[173,20.78]],["parent/22715",[6034,10.024]],["name/22716",[408,29.731]],["parent/22716",[6035,7.195]],["name/22717",[410,39.926]],["parent/22717",[6035,7.195]],["name/22718",[493,49.276]],["parent/22718",[6035,7.195]],["name/22719",[489,61.914]],["parent/22719",[6035,7.195]],["name/22720",[5260,66.076]],["parent/22720",[6035,7.195]],["name/22721",[5261,66.076]],["parent/22721",[6035,7.195]],["name/22722",[5293,72.9]],["parent/22722",[6035,7.195]],["name/22723",[5294,72.9]],["parent/22723",[6035,7.195]],["name/22724",[5295,72.9]],["parent/22724",[6035,7.195]],["name/22725",[5296,72.9]],["parent/22725",[6035,7.195]],["name/22726",[526,47.618]],["parent/22726",[6035,7.195]],["name/22727",[435,49.077]],["parent/22727",[6035,7.195]],["name/22728",[5297,66.076]],["parent/22728",[6035,7.195]],["name/22729",[5298,72.9]],["parent/22729",[6035,7.195]],["name/22730",[5299,72.9]],["parent/22730",[6035,7.195]],["name/22731",[5300,72.9]],["parent/22731",[6035,7.195]],["name/22732",[5301,72.9]],["parent/22732",[6035,7.195]],["name/22733",[544,45.905]],["parent/22733",[6035,7.195]],["name/22734",[5302,72.9]],["parent/22734",[6035,7.195]],["name/22735",[5303,72.9]],["parent/22735",[6035,7.195]],["name/22736",[5304,66.076]],["parent/22736",[6035,7.195]],["name/22737",[5305,72.9]],["parent/22737",[6035,7.195]],["name/22738",[5306,72.9]],["parent/22738",[6035,7.195]],["name/22739",[5307,72.9]],["parent/22739",[6035,7.195]],["name/22740",[5308,72.9]],["parent/22740",[6035,7.195]],["name/22741",[334,56.147]],["parent/22741",[6018,7.195]],["name/22742",[173,20.78]],["parent/22742",[6036,10.024]],["name/22743",[408,29.731]],["parent/22743",[6037,8.927]],["name/22744",[435,49.077]],["parent/22744",[6037,8.927]],["name/22745",[5311,72.9]],["parent/22745",[6037,8.927]],["name/22746",[5312,72.9]],["parent/22746",[6037,8.927]],["name/22747",[336,65.863]],["parent/22747",[6018,7.195]],["name/22748",[173,20.78]],["parent/22748",[6038,10.024]],["name/22749",[336,65.863]],["parent/22749",[6039,10.024]],["name/22750",[337,72.484]],["parent/22750",[6018,7.195]],["name/22751",[173,20.78]],["parent/22751",[6040,10.024]],["name/22752",[408,29.731]],["parent/22752",[6041,8.927]],["name/22753",[435,49.077]],["parent/22753",[6041,8.927]],["name/22754",[5317,72.9]],["parent/22754",[6041,8.927]],["name/22755",[344,48.357]],["parent/22755",[6041,8.927]],["name/22756",[339,61.773]],["parent/22756",[6018,7.195]],["name/22757",[173,20.78]],["parent/22757",[6042,10.024]],["name/22758",[408,29.731]],["parent/22758",[6043,8.727]],["name/22759",[435,49.077]],["parent/22759",[6043,8.727]],["name/22760",[5320,66.076]],["parent/22760",[6043,8.727]],["name/22761",[5321,66.076]],["parent/22761",[6043,8.727]],["name/22762",[339,61.773]],["parent/22762",[6043,8.727]],["name/22763",[340,56.068]],["parent/22763",[6018,7.195]],["name/22764",[173,20.78]],["parent/22764",[6044,10.024]],["name/22765",[408,29.731]],["parent/22765",[6045,8.727]],["name/22766",[435,49.077]],["parent/22766",[6045,8.727]],["name/22767",[5320,66.076]],["parent/22767",[6045,8.727]],["name/22768",[5321,66.076]],["parent/22768",[6045,8.727]],["name/22769",[5324,66.076]],["parent/22769",[6045,8.727]],["name/22770",[148,71.328]],["parent/22770",[6018,7.195]],["name/22771",[173,20.78]],["parent/22771",[6046,10.024]],["name/22772",[408,29.731]],["parent/22772",[6047,9.178]],["name/22773",[339,61.773]],["parent/22773",[6047,9.178]],["name/22774",[5324,66.076]],["parent/22774",[6047,9.178]],["name/22775",[341,72.084]],["parent/22775",[6018,7.195]],["name/22776",[173,20.78]],["parent/22776",[6048,10.024]],["name/22777",[96,55.911]],["parent/22777",[6049,9.178]],["name/22778",[5329,72.9]],["parent/22778",[6049,9.178]],["name/22779",[5330,66.076]],["parent/22779",[6049,9.178]],["name/22780",[80,55.757]],["parent/22780",[6018,7.195]],["name/22781",[173,20.78]],["parent/22781",[6050,10.024]],["name/22782",[408,29.731]],["parent/22782",[6051,8.927]],["name/22783",[435,49.077]],["parent/22783",[6051,8.927]],["name/22784",[410,39.926]],["parent/22784",[6051,8.927]],["name/22785",[5333,72.9]],["parent/22785",[6051,8.927]],["name/22786",[342,56.068]],["parent/22786",[6018,7.195]],["name/22787",[173,20.78]],["parent/22787",[6052,10.024]],["name/22788",[5335,72.9]],["parent/22788",[6053,7.907]],["name/22789",[5337,72.9]],["parent/22789",[6053,7.907]],["name/22790",[410,39.926]],["parent/22790",[6053,7.907]],["name/22791",[636,46.586]],["parent/22791",[6053,7.907]],["name/22792",[581,49.316]],["parent/22792",[6053,7.907]],["name/22793",[544,45.905]],["parent/22793",[6053,7.907]],["name/22794",[5338,72.9]],["parent/22794",[6053,7.907]],["name/22795",[5339,72.9]],["parent/22795",[6053,7.907]],["name/22796",[5340,72.9]],["parent/22796",[6053,7.907]],["name/22797",[5297,66.076]],["parent/22797",[6053,7.907]],["name/22798",[5341,72.9]],["parent/22798",[6053,7.907]],["name/22799",[526,47.618]],["parent/22799",[6053,7.907]],["name/22800",[343,72.484]],["parent/22800",[6018,7.195]],["name/22801",[173,20.78]],["parent/22801",[6054,10.024]],["name/22802",[408,29.731]],["parent/22802",[6055,8.927]],["name/22803",[435,49.077]],["parent/22803",[6055,8.927]],["name/22804",[5344,72.9]],["parent/22804",[6055,8.927]],["name/22805",[5345,72.9]],["parent/22805",[6055,8.927]],["name/22806",[83,55.604]],["parent/22806",[6018,7.195]],["name/22807",[173,20.78]],["parent/22807",[6056,10.024]],["name/22808",[408,29.731]],["parent/22808",[6057,8.417]],["name/22809",[435,49.077]],["parent/22809",[6057,8.417]],["name/22810",[540,45.268]],["parent/22810",[6057,8.417]],["name/22811",[5281,66.076]],["parent/22811",[6057,8.417]],["name/22812",[347,56.806]],["parent/22812",[6057,8.417]],["name/22813",[344,48.357]],["parent/22813",[6057,8.417]],["name/22814",[345,56.721]],["parent/22814",[6057,8.417]],["name/22815",[651,56.147]],["parent/22815",[6018,7.195]],["name/22816",[345,56.721]],["parent/22816",[6018,7.195]],["name/22817",[173,20.78]],["parent/22817",[6058,10.024]],["name/22818",[408,29.731]],["parent/22818",[6059,8.927]],["name/22819",[435,49.077]],["parent/22819",[6059,8.927]],["name/22820",[347,56.806]],["parent/22820",[6059,8.927]],["name/22821",[540,45.268]],["parent/22821",[6059,8.927]],["name/22822",[346,72.084]],["parent/22822",[6018,7.195]],["name/22823",[173,20.78]],["parent/22823",[6060,10.024]],["name/22824",[408,29.731]],["parent/22824",[6061,8.292]],["name/22825",[5352,72.9]],["parent/22825",[6061,8.292]],["name/22826",[5353,72.9]],["parent/22826",[6061,8.292]],["name/22827",[5354,72.9]],["parent/22827",[6061,8.292]],["name/22828",[5355,72.9]],["parent/22828",[6061,8.292]],["name/22829",[5356,72.9]],["parent/22829",[6061,8.292]],["name/22830",[5357,72.9]],["parent/22830",[6061,8.292]],["name/22831",[5358,72.9]],["parent/22831",[6061,8.292]],["name/22832",[349,72.484]],["parent/22832",[6018,7.195]],["name/22833",[173,20.78]],["parent/22833",[6062,10.024]],["name/22834",[60,71.328]],["parent/22834",[6063,9.514]],["name/22835",[347,56.806]],["parent/22835",[6063,9.514]],["name/22836",[350,72.484]],["parent/22836",[6018,7.195]],["name/22837",[173,20.78]],["parent/22837",[6064,10.024]],["name/22838",[97,55.911]],["parent/22838",[6065,9.514]],["name/22839",[155,37.858]],["parent/22839",[6065,9.514]],["name/22840",[93,50.025]],["parent/22840",[6018,7.195]],["name/22841",[173,20.78]],["parent/22841",[6066,10.024]],["name/22842",[5304,66.076]],["parent/22842",[6067,8.727]],["name/22843",[5365,72.9]],["parent/22843",[6067,8.727]],["name/22844",[5330,66.076]],["parent/22844",[6067,8.727]],["name/22845",[5366,72.9]],["parent/22845",[6067,8.727]],["name/22846",[5367,72.9]],["parent/22846",[6067,8.727]],["name/22847",[5248,72.9]],["parent/22847",[374,9.514]],["name/22848",[332,72.484]],["parent/22848",[6068,7.195]],["name/22849",[173,20.78]],["parent/22849",[6069,10.024]],["name/22850",[408,29.731]],["parent/22850",[6070,8.727]],["name/22851",[410,39.926]],["parent/22851",[6070,8.727]],["name/22852",[5252,72.9]],["parent/22852",[6070,8.727]],["name/22853",[5253,72.9]],["parent/22853",[6070,8.727]],["name/22854",[5254,72.9]],["parent/22854",[6070,8.727]],["name/22855",[73,51.562]],["parent/22855",[6068,7.195]],["name/22856",[173,20.78]],["parent/22856",[6071,10.024]],["name/22857",[410,39.926]],["parent/22857",[6072,8.927]],["name/22858",[489,61.914]],["parent/22858",[6072,8.927]],["name/22859",[155,37.858]],["parent/22859",[6072,8.927]],["name/22860",[5257,72.9]],["parent/22860",[6072,8.927]],["name/22861",[347,56.806]],["parent/22861",[6068,7.195]],["name/22862",[173,20.78]],["parent/22862",[6073,10.024]],["name/22863",[408,29.731]],["parent/22863",[6074,8.417]],["name/22864",[410,39.926]],["parent/22864",[6074,8.417]],["name/22865",[493,49.276]],["parent/22865",[6074,8.417]],["name/22866",[489,61.914]],["parent/22866",[6074,8.417]],["name/22867",[5260,66.076]],["parent/22867",[6074,8.417]],["name/22868",[5261,66.076]],["parent/22868",[6074,8.417]],["name/22869",[526,47.618]],["parent/22869",[6074,8.417]],["name/22870",[338,72.084]],["parent/22870",[6068,7.195]],["name/22871",[173,20.78]],["parent/22871",[6075,10.024]],["name/22872",[408,29.731]],["parent/22872",[6076,7.99]],["name/22873",[435,49.077]],["parent/22873",[6076,7.99]],["name/22874",[410,39.926]],["parent/22874",[6076,7.99]],["name/22875",[540,45.268]],["parent/22875",[6076,7.99]],["name/22876",[5264,72.9]],["parent/22876",[6076,7.99]],["name/22877",[5265,72.9]],["parent/22877",[6076,7.99]],["name/22878",[5266,72.9]],["parent/22878",[6076,7.99]],["name/22879",[5267,72.9]],["parent/22879",[6076,7.99]],["name/22880",[173,20.78]],["parent/22880",[6076,7.99]],["name/22881",[554,56.227]],["parent/22881",[6077,9.178]],["name/22882",[555,56.227]],["parent/22882",[6077,9.178]],["name/22883",[5269,72.9]],["parent/22883",[6077,9.178]],["name/22884",[155,37.858]],["parent/22884",[6076,7.99]],["name/22885",[5270,72.9]],["parent/22885",[6076,7.99]],["name/22886",[335,72.084]],["parent/22886",[6068,7.195]],["name/22887",[173,20.78]],["parent/22887",[6078,10.024]],["name/22888",[686,54.532]],["parent/22888",[6079,9.178]],["name/22889",[5273,72.9]],["parent/22889",[6079,9.178]],["name/22890",[5274,72.9]],["parent/22890",[6079,9.178]],["name/22891",[84,48.96]],["parent/22891",[6068,7.195]],["name/22892",[173,20.78]],["parent/22892",[6080,10.024]],["name/22893",[572,56.227]],["parent/22893",[6081,9.178]],["name/22894",[5277,72.9]],["parent/22894",[6081,9.178]],["name/22895",[5278,72.9]],["parent/22895",[6081,9.178]],["name/22896",[344,48.357]],["parent/22896",[6068,7.195]],["name/22897",[173,20.78]],["parent/22897",[6082,10.024]],["name/22898",[408,29.731]],["parent/22898",[6083,7.235]],["name/22899",[435,49.077]],["parent/22899",[6083,7.235]],["name/22900",[5281,66.076]],["parent/22900",[6083,7.235]],["name/22901",[347,56.806]],["parent/22901",[6083,7.235]],["name/22902",[686,54.532]],["parent/22902",[6083,7.235]],["name/22903",[5282,72.9]],["parent/22903",[6083,7.235]],["name/22904",[352,50.243]],["parent/22904",[6083,7.235]],["name/22905",[5283,72.9]],["parent/22905",[6083,7.235]],["name/22906",[5284,72.9]],["parent/22906",[6083,7.235]],["name/22907",[356,72.484]],["parent/22907",[6083,7.235]],["name/22908",[173,20.78]],["parent/22908",[6083,7.235]],["name/22909",[526,47.618]],["parent/22909",[6083,7.235]],["name/22910",[5285,72.9]],["parent/22910",[6083,7.235]],["name/22911",[5286,72.9]],["parent/22911",[6083,7.235]],["name/22912",[5287,72.9]],["parent/22912",[6083,7.235]],["name/22913",[5288,72.9]],["parent/22913",[6083,7.235]],["name/22914",[581,49.316]],["parent/22914",[6083,7.235]],["name/22915",[385,72.484]],["parent/22915",[6083,7.235]],["name/22916",[386,72.484]],["parent/22916",[6083,7.235]],["name/22917",[5289,72.9]],["parent/22917",[6083,7.235]],["name/22918",[594,56.227]],["parent/22918",[6083,7.235]],["name/22919",[84,48.96]],["parent/22919",[6083,7.235]],["name/22920",[593,56.227]],["parent/22920",[6083,7.235]],["name/22921",[5290,72.9]],["parent/22921",[6083,7.235]],["name/22922",[348,72.084]],["parent/22922",[6068,7.195]],["name/22923",[173,20.78]],["parent/22923",[6084,10.024]],["name/22924",[408,29.731]],["parent/22924",[6085,7.195]],["name/22925",[410,39.926]],["parent/22925",[6085,7.195]],["name/22926",[493,49.276]],["parent/22926",[6085,7.195]],["name/22927",[489,61.914]],["parent/22927",[6085,7.195]],["name/22928",[5260,66.076]],["parent/22928",[6085,7.195]],["name/22929",[5261,66.076]],["parent/22929",[6085,7.195]],["name/22930",[5293,72.9]],["parent/22930",[6085,7.195]],["name/22931",[5294,72.9]],["parent/22931",[6085,7.195]],["name/22932",[5295,72.9]],["parent/22932",[6085,7.195]],["name/22933",[5296,72.9]],["parent/22933",[6085,7.195]],["name/22934",[526,47.618]],["parent/22934",[6085,7.195]],["name/22935",[435,49.077]],["parent/22935",[6085,7.195]],["name/22936",[5297,66.076]],["parent/22936",[6085,7.195]],["name/22937",[5298,72.9]],["parent/22937",[6085,7.195]],["name/22938",[5299,72.9]],["parent/22938",[6085,7.195]],["name/22939",[5300,72.9]],["parent/22939",[6085,7.195]],["name/22940",[5301,72.9]],["parent/22940",[6085,7.195]],["name/22941",[544,45.905]],["parent/22941",[6085,7.195]],["name/22942",[5302,72.9]],["parent/22942",[6085,7.195]],["name/22943",[5303,72.9]],["parent/22943",[6085,7.195]],["name/22944",[5304,66.076]],["parent/22944",[6085,7.195]],["name/22945",[5305,72.9]],["parent/22945",[6085,7.195]],["name/22946",[5306,72.9]],["parent/22946",[6085,7.195]],["name/22947",[5307,72.9]],["parent/22947",[6085,7.195]],["name/22948",[5308,72.9]],["parent/22948",[6085,7.195]],["name/22949",[334,56.147]],["parent/22949",[6068,7.195]],["name/22950",[173,20.78]],["parent/22950",[6086,10.024]],["name/22951",[408,29.731]],["parent/22951",[6087,8.927]],["name/22952",[435,49.077]],["parent/22952",[6087,8.927]],["name/22953",[5311,72.9]],["parent/22953",[6087,8.927]],["name/22954",[5312,72.9]],["parent/22954",[6087,8.927]],["name/22955",[336,65.863]],["parent/22955",[6068,7.195]],["name/22956",[173,20.78]],["parent/22956",[6088,10.024]],["name/22957",[336,65.863]],["parent/22957",[6089,10.024]],["name/22958",[337,72.484]],["parent/22958",[6068,7.195]],["name/22959",[173,20.78]],["parent/22959",[6090,10.024]],["name/22960",[408,29.731]],["parent/22960",[6091,8.927]],["name/22961",[435,49.077]],["parent/22961",[6091,8.927]],["name/22962",[5317,72.9]],["parent/22962",[6091,8.927]],["name/22963",[344,48.357]],["parent/22963",[6091,8.927]],["name/22964",[339,61.773]],["parent/22964",[6068,7.195]],["name/22965",[173,20.78]],["parent/22965",[6092,10.024]],["name/22966",[408,29.731]],["parent/22966",[6093,8.727]],["name/22967",[435,49.077]],["parent/22967",[6093,8.727]],["name/22968",[5320,66.076]],["parent/22968",[6093,8.727]],["name/22969",[5321,66.076]],["parent/22969",[6093,8.727]],["name/22970",[339,61.773]],["parent/22970",[6093,8.727]],["name/22971",[340,56.068]],["parent/22971",[6068,7.195]],["name/22972",[173,20.78]],["parent/22972",[6094,10.024]],["name/22973",[408,29.731]],["parent/22973",[6095,8.727]],["name/22974",[435,49.077]],["parent/22974",[6095,8.727]],["name/22975",[5320,66.076]],["parent/22975",[6095,8.727]],["name/22976",[5321,66.076]],["parent/22976",[6095,8.727]],["name/22977",[5324,66.076]],["parent/22977",[6095,8.727]],["name/22978",[148,71.328]],["parent/22978",[6068,7.195]],["name/22979",[173,20.78]],["parent/22979",[6096,10.024]],["name/22980",[408,29.731]],["parent/22980",[6097,9.178]],["name/22981",[339,61.773]],["parent/22981",[6097,9.178]],["name/22982",[5324,66.076]],["parent/22982",[6097,9.178]],["name/22983",[341,72.084]],["parent/22983",[6068,7.195]],["name/22984",[173,20.78]],["parent/22984",[6098,10.024]],["name/22985",[96,55.911]],["parent/22985",[6099,9.178]],["name/22986",[5329,72.9]],["parent/22986",[6099,9.178]],["name/22987",[5330,66.076]],["parent/22987",[6099,9.178]],["name/22988",[80,55.757]],["parent/22988",[6068,7.195]],["name/22989",[173,20.78]],["parent/22989",[6100,10.024]],["name/22990",[408,29.731]],["parent/22990",[6101,8.927]],["name/22991",[435,49.077]],["parent/22991",[6101,8.927]],["name/22992",[410,39.926]],["parent/22992",[6101,8.927]],["name/22993",[5333,72.9]],["parent/22993",[6101,8.927]],["name/22994",[342,56.068]],["parent/22994",[6068,7.195]],["name/22995",[173,20.78]],["parent/22995",[6102,10.024]],["name/22996",[5335,72.9]],["parent/22996",[6103,7.907]],["name/22997",[5337,72.9]],["parent/22997",[6103,7.907]],["name/22998",[410,39.926]],["parent/22998",[6103,7.907]],["name/22999",[636,46.586]],["parent/22999",[6103,7.907]],["name/23000",[581,49.316]],["parent/23000",[6103,7.907]],["name/23001",[544,45.905]],["parent/23001",[6103,7.907]],["name/23002",[5338,72.9]],["parent/23002",[6103,7.907]],["name/23003",[5339,72.9]],["parent/23003",[6103,7.907]],["name/23004",[5340,72.9]],["parent/23004",[6103,7.907]],["name/23005",[5297,66.076]],["parent/23005",[6103,7.907]],["name/23006",[5341,72.9]],["parent/23006",[6103,7.907]],["name/23007",[526,47.618]],["parent/23007",[6103,7.907]],["name/23008",[343,72.484]],["parent/23008",[6068,7.195]],["name/23009",[173,20.78]],["parent/23009",[6104,10.024]],["name/23010",[408,29.731]],["parent/23010",[6105,8.927]],["name/23011",[435,49.077]],["parent/23011",[6105,8.927]],["name/23012",[5344,72.9]],["parent/23012",[6105,8.927]],["name/23013",[5345,72.9]],["parent/23013",[6105,8.927]],["name/23014",[83,55.604]],["parent/23014",[6068,7.195]],["name/23015",[173,20.78]],["parent/23015",[6106,10.024]],["name/23016",[408,29.731]],["parent/23016",[6107,8.417]],["name/23017",[435,49.077]],["parent/23017",[6107,8.417]],["name/23018",[540,45.268]],["parent/23018",[6107,8.417]],["name/23019",[5281,66.076]],["parent/23019",[6107,8.417]],["name/23020",[347,56.806]],["parent/23020",[6107,8.417]],["name/23021",[344,48.357]],["parent/23021",[6107,8.417]],["name/23022",[345,56.721]],["parent/23022",[6107,8.417]],["name/23023",[651,56.147]],["parent/23023",[6068,7.195]],["name/23024",[345,56.721]],["parent/23024",[6068,7.195]],["name/23025",[173,20.78]],["parent/23025",[6108,10.024]],["name/23026",[408,29.731]],["parent/23026",[6109,8.927]],["name/23027",[435,49.077]],["parent/23027",[6109,8.927]],["name/23028",[347,56.806]],["parent/23028",[6109,8.927]],["name/23029",[540,45.268]],["parent/23029",[6109,8.927]],["name/23030",[346,72.084]],["parent/23030",[6068,7.195]],["name/23031",[173,20.78]],["parent/23031",[6110,10.024]],["name/23032",[408,29.731]],["parent/23032",[6111,8.292]],["name/23033",[5352,72.9]],["parent/23033",[6111,8.292]],["name/23034",[5353,72.9]],["parent/23034",[6111,8.292]],["name/23035",[5354,72.9]],["parent/23035",[6111,8.292]],["name/23036",[5355,72.9]],["parent/23036",[6111,8.292]],["name/23037",[5356,72.9]],["parent/23037",[6111,8.292]],["name/23038",[5357,72.9]],["parent/23038",[6111,8.292]],["name/23039",[5358,72.9]],["parent/23039",[6111,8.292]],["name/23040",[349,72.484]],["parent/23040",[6068,7.195]],["name/23041",[173,20.78]],["parent/23041",[6112,10.024]],["name/23042",[60,71.328]],["parent/23042",[6113,9.514]],["name/23043",[347,56.806]],["parent/23043",[6113,9.514]],["name/23044",[350,72.484]],["parent/23044",[6068,7.195]],["name/23045",[173,20.78]],["parent/23045",[6114,10.024]],["name/23046",[97,55.911]],["parent/23046",[6115,9.514]],["name/23047",[155,37.858]],["parent/23047",[6115,9.514]],["name/23048",[93,50.025]],["parent/23048",[6068,7.195]],["name/23049",[173,20.78]],["parent/23049",[6116,10.024]],["name/23050",[5304,66.076]],["parent/23050",[6117,8.727]],["name/23051",[5365,72.9]],["parent/23051",[6117,8.727]],["name/23052",[5330,66.076]],["parent/23052",[6117,8.727]],["name/23053",[5366,72.9]],["parent/23053",[6117,8.727]],["name/23054",[5367,72.9]],["parent/23054",[6117,8.727]],["name/23055",[5248,72.9]],["parent/23055",[375,9.514]],["name/23056",[332,72.484]],["parent/23056",[6118,7.195]],["name/23057",[173,20.78]],["parent/23057",[6119,10.024]],["name/23058",[408,29.731]],["parent/23058",[6120,8.727]],["name/23059",[410,39.926]],["parent/23059",[6120,8.727]],["name/23060",[5252,72.9]],["parent/23060",[6120,8.727]],["name/23061",[5253,72.9]],["parent/23061",[6120,8.727]],["name/23062",[5254,72.9]],["parent/23062",[6120,8.727]],["name/23063",[73,51.562]],["parent/23063",[6118,7.195]],["name/23064",[173,20.78]],["parent/23064",[6121,10.024]],["name/23065",[410,39.926]],["parent/23065",[6122,8.927]],["name/23066",[489,61.914]],["parent/23066",[6122,8.927]],["name/23067",[155,37.858]],["parent/23067",[6122,8.927]],["name/23068",[5257,72.9]],["parent/23068",[6122,8.927]],["name/23069",[347,56.806]],["parent/23069",[6118,7.195]],["name/23070",[173,20.78]],["parent/23070",[6123,10.024]],["name/23071",[408,29.731]],["parent/23071",[6124,8.417]],["name/23072",[410,39.926]],["parent/23072",[6124,8.417]],["name/23073",[493,49.276]],["parent/23073",[6124,8.417]],["name/23074",[489,61.914]],["parent/23074",[6124,8.417]],["name/23075",[5260,66.076]],["parent/23075",[6124,8.417]],["name/23076",[5261,66.076]],["parent/23076",[6124,8.417]],["name/23077",[526,47.618]],["parent/23077",[6124,8.417]],["name/23078",[338,72.084]],["parent/23078",[6118,7.195]],["name/23079",[173,20.78]],["parent/23079",[6125,10.024]],["name/23080",[408,29.731]],["parent/23080",[6126,7.99]],["name/23081",[435,49.077]],["parent/23081",[6126,7.99]],["name/23082",[410,39.926]],["parent/23082",[6126,7.99]],["name/23083",[540,45.268]],["parent/23083",[6126,7.99]],["name/23084",[5264,72.9]],["parent/23084",[6126,7.99]],["name/23085",[5265,72.9]],["parent/23085",[6126,7.99]],["name/23086",[5266,72.9]],["parent/23086",[6126,7.99]],["name/23087",[5267,72.9]],["parent/23087",[6126,7.99]],["name/23088",[173,20.78]],["parent/23088",[6126,7.99]],["name/23089",[554,56.227]],["parent/23089",[6127,9.178]],["name/23090",[555,56.227]],["parent/23090",[6127,9.178]],["name/23091",[5269,72.9]],["parent/23091",[6127,9.178]],["name/23092",[155,37.858]],["parent/23092",[6126,7.99]],["name/23093",[5270,72.9]],["parent/23093",[6126,7.99]],["name/23094",[335,72.084]],["parent/23094",[6118,7.195]],["name/23095",[173,20.78]],["parent/23095",[6128,10.024]],["name/23096",[686,54.532]],["parent/23096",[6129,9.178]],["name/23097",[5273,72.9]],["parent/23097",[6129,9.178]],["name/23098",[5274,72.9]],["parent/23098",[6129,9.178]],["name/23099",[84,48.96]],["parent/23099",[6118,7.195]],["name/23100",[173,20.78]],["parent/23100",[6130,10.024]],["name/23101",[572,56.227]],["parent/23101",[6131,9.178]],["name/23102",[5277,72.9]],["parent/23102",[6131,9.178]],["name/23103",[5278,72.9]],["parent/23103",[6131,9.178]],["name/23104",[344,48.357]],["parent/23104",[6118,7.195]],["name/23105",[173,20.78]],["parent/23105",[6132,10.024]],["name/23106",[408,29.731]],["parent/23106",[6133,7.235]],["name/23107",[435,49.077]],["parent/23107",[6133,7.235]],["name/23108",[5281,66.076]],["parent/23108",[6133,7.235]],["name/23109",[347,56.806]],["parent/23109",[6133,7.235]],["name/23110",[686,54.532]],["parent/23110",[6133,7.235]],["name/23111",[5282,72.9]],["parent/23111",[6133,7.235]],["name/23112",[352,50.243]],["parent/23112",[6133,7.235]],["name/23113",[5283,72.9]],["parent/23113",[6133,7.235]],["name/23114",[5284,72.9]],["parent/23114",[6133,7.235]],["name/23115",[356,72.484]],["parent/23115",[6133,7.235]],["name/23116",[173,20.78]],["parent/23116",[6133,7.235]],["name/23117",[526,47.618]],["parent/23117",[6133,7.235]],["name/23118",[5285,72.9]],["parent/23118",[6133,7.235]],["name/23119",[5286,72.9]],["parent/23119",[6133,7.235]],["name/23120",[5287,72.9]],["parent/23120",[6133,7.235]],["name/23121",[5288,72.9]],["parent/23121",[6133,7.235]],["name/23122",[581,49.316]],["parent/23122",[6133,7.235]],["name/23123",[385,72.484]],["parent/23123",[6133,7.235]],["name/23124",[386,72.484]],["parent/23124",[6133,7.235]],["name/23125",[5289,72.9]],["parent/23125",[6133,7.235]],["name/23126",[594,56.227]],["parent/23126",[6133,7.235]],["name/23127",[84,48.96]],["parent/23127",[6133,7.235]],["name/23128",[593,56.227]],["parent/23128",[6133,7.235]],["name/23129",[5290,72.9]],["parent/23129",[6133,7.235]],["name/23130",[348,72.084]],["parent/23130",[6118,7.195]],["name/23131",[173,20.78]],["parent/23131",[6134,10.024]],["name/23132",[408,29.731]],["parent/23132",[6135,7.195]],["name/23133",[410,39.926]],["parent/23133",[6135,7.195]],["name/23134",[493,49.276]],["parent/23134",[6135,7.195]],["name/23135",[489,61.914]],["parent/23135",[6135,7.195]],["name/23136",[5260,66.076]],["parent/23136",[6135,7.195]],["name/23137",[5261,66.076]],["parent/23137",[6135,7.195]],["name/23138",[5293,72.9]],["parent/23138",[6135,7.195]],["name/23139",[5294,72.9]],["parent/23139",[6135,7.195]],["name/23140",[5295,72.9]],["parent/23140",[6135,7.195]],["name/23141",[5296,72.9]],["parent/23141",[6135,7.195]],["name/23142",[526,47.618]],["parent/23142",[6135,7.195]],["name/23143",[435,49.077]],["parent/23143",[6135,7.195]],["name/23144",[5297,66.076]],["parent/23144",[6135,7.195]],["name/23145",[5298,72.9]],["parent/23145",[6135,7.195]],["name/23146",[5299,72.9]],["parent/23146",[6135,7.195]],["name/23147",[5300,72.9]],["parent/23147",[6135,7.195]],["name/23148",[5301,72.9]],["parent/23148",[6135,7.195]],["name/23149",[544,45.905]],["parent/23149",[6135,7.195]],["name/23150",[5302,72.9]],["parent/23150",[6135,7.195]],["name/23151",[5303,72.9]],["parent/23151",[6135,7.195]],["name/23152",[5304,66.076]],["parent/23152",[6135,7.195]],["name/23153",[5305,72.9]],["parent/23153",[6135,7.195]],["name/23154",[5306,72.9]],["parent/23154",[6135,7.195]],["name/23155",[5307,72.9]],["parent/23155",[6135,7.195]],["name/23156",[5308,72.9]],["parent/23156",[6135,7.195]],["name/23157",[334,56.147]],["parent/23157",[6118,7.195]],["name/23158",[173,20.78]],["parent/23158",[6136,10.024]],["name/23159",[408,29.731]],["parent/23159",[6137,8.927]],["name/23160",[435,49.077]],["parent/23160",[6137,8.927]],["name/23161",[5311,72.9]],["parent/23161",[6137,8.927]],["name/23162",[5312,72.9]],["parent/23162",[6137,8.927]],["name/23163",[336,65.863]],["parent/23163",[6118,7.195]],["name/23164",[173,20.78]],["parent/23164",[6138,10.024]],["name/23165",[336,65.863]],["parent/23165",[6139,10.024]],["name/23166",[337,72.484]],["parent/23166",[6118,7.195]],["name/23167",[173,20.78]],["parent/23167",[6140,10.024]],["name/23168",[408,29.731]],["parent/23168",[6141,8.927]],["name/23169",[435,49.077]],["parent/23169",[6141,8.927]],["name/23170",[5317,72.9]],["parent/23170",[6141,8.927]],["name/23171",[344,48.357]],["parent/23171",[6141,8.927]],["name/23172",[339,61.773]],["parent/23172",[6118,7.195]],["name/23173",[173,20.78]],["parent/23173",[6142,10.024]],["name/23174",[408,29.731]],["parent/23174",[6143,8.727]],["name/23175",[435,49.077]],["parent/23175",[6143,8.727]],["name/23176",[5320,66.076]],["parent/23176",[6143,8.727]],["name/23177",[5321,66.076]],["parent/23177",[6143,8.727]],["name/23178",[339,61.773]],["parent/23178",[6143,8.727]],["name/23179",[340,56.068]],["parent/23179",[6118,7.195]],["name/23180",[173,20.78]],["parent/23180",[6144,10.024]],["name/23181",[408,29.731]],["parent/23181",[6145,8.727]],["name/23182",[435,49.077]],["parent/23182",[6145,8.727]],["name/23183",[5320,66.076]],["parent/23183",[6145,8.727]],["name/23184",[5321,66.076]],["parent/23184",[6145,8.727]],["name/23185",[5324,66.076]],["parent/23185",[6145,8.727]],["name/23186",[148,71.328]],["parent/23186",[6118,7.195]],["name/23187",[173,20.78]],["parent/23187",[6146,10.024]],["name/23188",[408,29.731]],["parent/23188",[6147,9.178]],["name/23189",[339,61.773]],["parent/23189",[6147,9.178]],["name/23190",[5324,66.076]],["parent/23190",[6147,9.178]],["name/23191",[341,72.084]],["parent/23191",[6118,7.195]],["name/23192",[173,20.78]],["parent/23192",[6148,10.024]],["name/23193",[96,55.911]],["parent/23193",[6149,9.178]],["name/23194",[5329,72.9]],["parent/23194",[6149,9.178]],["name/23195",[5330,66.076]],["parent/23195",[6149,9.178]],["name/23196",[80,55.757]],["parent/23196",[6118,7.195]],["name/23197",[173,20.78]],["parent/23197",[6150,10.024]],["name/23198",[408,29.731]],["parent/23198",[6151,8.927]],["name/23199",[435,49.077]],["parent/23199",[6151,8.927]],["name/23200",[410,39.926]],["parent/23200",[6151,8.927]],["name/23201",[5333,72.9]],["parent/23201",[6151,8.927]],["name/23202",[342,56.068]],["parent/23202",[6118,7.195]],["name/23203",[173,20.78]],["parent/23203",[6152,10.024]],["name/23204",[5335,72.9]],["parent/23204",[6153,7.907]],["name/23205",[5337,72.9]],["parent/23205",[6153,7.907]],["name/23206",[410,39.926]],["parent/23206",[6153,7.907]],["name/23207",[636,46.586]],["parent/23207",[6153,7.907]],["name/23208",[581,49.316]],["parent/23208",[6153,7.907]],["name/23209",[544,45.905]],["parent/23209",[6153,7.907]],["name/23210",[5338,72.9]],["parent/23210",[6153,7.907]],["name/23211",[5339,72.9]],["parent/23211",[6153,7.907]],["name/23212",[5340,72.9]],["parent/23212",[6153,7.907]],["name/23213",[5297,66.076]],["parent/23213",[6153,7.907]],["name/23214",[5341,72.9]],["parent/23214",[6153,7.907]],["name/23215",[526,47.618]],["parent/23215",[6153,7.907]],["name/23216",[343,72.484]],["parent/23216",[6118,7.195]],["name/23217",[173,20.78]],["parent/23217",[6154,10.024]],["name/23218",[408,29.731]],["parent/23218",[6155,8.927]],["name/23219",[435,49.077]],["parent/23219",[6155,8.927]],["name/23220",[5344,72.9]],["parent/23220",[6155,8.927]],["name/23221",[5345,72.9]],["parent/23221",[6155,8.927]],["name/23222",[83,55.604]],["parent/23222",[6118,7.195]],["name/23223",[173,20.78]],["parent/23223",[6156,10.024]],["name/23224",[408,29.731]],["parent/23224",[6157,8.417]],["name/23225",[435,49.077]],["parent/23225",[6157,8.417]],["name/23226",[540,45.268]],["parent/23226",[6157,8.417]],["name/23227",[5281,66.076]],["parent/23227",[6157,8.417]],["name/23228",[347,56.806]],["parent/23228",[6157,8.417]],["name/23229",[344,48.357]],["parent/23229",[6157,8.417]],["name/23230",[345,56.721]],["parent/23230",[6157,8.417]],["name/23231",[651,56.147]],["parent/23231",[6118,7.195]],["name/23232",[345,56.721]],["parent/23232",[6118,7.195]],["name/23233",[173,20.78]],["parent/23233",[6158,10.024]],["name/23234",[408,29.731]],["parent/23234",[6159,8.927]],["name/23235",[435,49.077]],["parent/23235",[6159,8.927]],["name/23236",[347,56.806]],["parent/23236",[6159,8.927]],["name/23237",[540,45.268]],["parent/23237",[6159,8.927]],["name/23238",[346,72.084]],["parent/23238",[6118,7.195]],["name/23239",[173,20.78]],["parent/23239",[6160,10.024]],["name/23240",[408,29.731]],["parent/23240",[6161,8.292]],["name/23241",[5352,72.9]],["parent/23241",[6161,8.292]],["name/23242",[5353,72.9]],["parent/23242",[6161,8.292]],["name/23243",[5354,72.9]],["parent/23243",[6161,8.292]],["name/23244",[5355,72.9]],["parent/23244",[6161,8.292]],["name/23245",[5356,72.9]],["parent/23245",[6161,8.292]],["name/23246",[5357,72.9]],["parent/23246",[6161,8.292]],["name/23247",[5358,72.9]],["parent/23247",[6161,8.292]],["name/23248",[349,72.484]],["parent/23248",[6118,7.195]],["name/23249",[173,20.78]],["parent/23249",[6162,10.024]],["name/23250",[60,71.328]],["parent/23250",[6163,9.514]],["name/23251",[347,56.806]],["parent/23251",[6163,9.514]],["name/23252",[350,72.484]],["parent/23252",[6118,7.195]],["name/23253",[173,20.78]],["parent/23253",[6164,10.024]],["name/23254",[97,55.911]],["parent/23254",[6165,9.514]],["name/23255",[155,37.858]],["parent/23255",[6165,9.514]],["name/23256",[93,50.025]],["parent/23256",[6118,7.195]],["name/23257",[173,20.78]],["parent/23257",[6166,10.024]],["name/23258",[5304,66.076]],["parent/23258",[6167,8.727]],["name/23259",[5365,72.9]],["parent/23259",[6167,8.727]],["name/23260",[5330,66.076]],["parent/23260",[6167,8.727]],["name/23261",[5366,72.9]],["parent/23261",[6167,8.727]],["name/23262",[5367,72.9]],["parent/23262",[6167,8.727]],["name/23263",[5248,72.9]],["parent/23263",[376,9.514]],["name/23264",[332,72.484]],["parent/23264",[6168,7.195]],["name/23265",[173,20.78]],["parent/23265",[6169,10.024]],["name/23266",[408,29.731]],["parent/23266",[6170,8.727]],["name/23267",[410,39.926]],["parent/23267",[6170,8.727]],["name/23268",[5252,72.9]],["parent/23268",[6170,8.727]],["name/23269",[5253,72.9]],["parent/23269",[6170,8.727]],["name/23270",[5254,72.9]],["parent/23270",[6170,8.727]],["name/23271",[73,51.562]],["parent/23271",[6168,7.195]],["name/23272",[173,20.78]],["parent/23272",[6171,10.024]],["name/23273",[410,39.926]],["parent/23273",[6172,8.927]],["name/23274",[489,61.914]],["parent/23274",[6172,8.927]],["name/23275",[155,37.858]],["parent/23275",[6172,8.927]],["name/23276",[5257,72.9]],["parent/23276",[6172,8.927]],["name/23277",[347,56.806]],["parent/23277",[6168,7.195]],["name/23278",[173,20.78]],["parent/23278",[6173,10.024]],["name/23279",[408,29.731]],["parent/23279",[6174,8.417]],["name/23280",[410,39.926]],["parent/23280",[6174,8.417]],["name/23281",[493,49.276]],["parent/23281",[6174,8.417]],["name/23282",[489,61.914]],["parent/23282",[6174,8.417]],["name/23283",[5260,66.076]],["parent/23283",[6174,8.417]],["name/23284",[5261,66.076]],["parent/23284",[6174,8.417]],["name/23285",[526,47.618]],["parent/23285",[6174,8.417]],["name/23286",[338,72.084]],["parent/23286",[6168,7.195]],["name/23287",[173,20.78]],["parent/23287",[6175,10.024]],["name/23288",[408,29.731]],["parent/23288",[6176,7.99]],["name/23289",[435,49.077]],["parent/23289",[6176,7.99]],["name/23290",[410,39.926]],["parent/23290",[6176,7.99]],["name/23291",[540,45.268]],["parent/23291",[6176,7.99]],["name/23292",[5264,72.9]],["parent/23292",[6176,7.99]],["name/23293",[5265,72.9]],["parent/23293",[6176,7.99]],["name/23294",[5266,72.9]],["parent/23294",[6176,7.99]],["name/23295",[5267,72.9]],["parent/23295",[6176,7.99]],["name/23296",[173,20.78]],["parent/23296",[6176,7.99]],["name/23297",[554,56.227]],["parent/23297",[6177,9.178]],["name/23298",[555,56.227]],["parent/23298",[6177,9.178]],["name/23299",[5269,72.9]],["parent/23299",[6177,9.178]],["name/23300",[155,37.858]],["parent/23300",[6176,7.99]],["name/23301",[5270,72.9]],["parent/23301",[6176,7.99]],["name/23302",[335,72.084]],["parent/23302",[6168,7.195]],["name/23303",[173,20.78]],["parent/23303",[6178,10.024]],["name/23304",[686,54.532]],["parent/23304",[6179,9.178]],["name/23305",[5273,72.9]],["parent/23305",[6179,9.178]],["name/23306",[5274,72.9]],["parent/23306",[6179,9.178]],["name/23307",[84,48.96]],["parent/23307",[6168,7.195]],["name/23308",[173,20.78]],["parent/23308",[6180,10.024]],["name/23309",[572,56.227]],["parent/23309",[6181,9.178]],["name/23310",[5277,72.9]],["parent/23310",[6181,9.178]],["name/23311",[5278,72.9]],["parent/23311",[6181,9.178]],["name/23312",[344,48.357]],["parent/23312",[6168,7.195]],["name/23313",[173,20.78]],["parent/23313",[6182,10.024]],["name/23314",[408,29.731]],["parent/23314",[6183,7.235]],["name/23315",[435,49.077]],["parent/23315",[6183,7.235]],["name/23316",[5281,66.076]],["parent/23316",[6183,7.235]],["name/23317",[347,56.806]],["parent/23317",[6183,7.235]],["name/23318",[686,54.532]],["parent/23318",[6183,7.235]],["name/23319",[5282,72.9]],["parent/23319",[6183,7.235]],["name/23320",[352,50.243]],["parent/23320",[6183,7.235]],["name/23321",[5283,72.9]],["parent/23321",[6183,7.235]],["name/23322",[5284,72.9]],["parent/23322",[6183,7.235]],["name/23323",[356,72.484]],["parent/23323",[6183,7.235]],["name/23324",[173,20.78]],["parent/23324",[6183,7.235]],["name/23325",[526,47.618]],["parent/23325",[6183,7.235]],["name/23326",[5285,72.9]],["parent/23326",[6183,7.235]],["name/23327",[5286,72.9]],["parent/23327",[6183,7.235]],["name/23328",[5287,72.9]],["parent/23328",[6183,7.235]],["name/23329",[5288,72.9]],["parent/23329",[6183,7.235]],["name/23330",[581,49.316]],["parent/23330",[6183,7.235]],["name/23331",[385,72.484]],["parent/23331",[6183,7.235]],["name/23332",[386,72.484]],["parent/23332",[6183,7.235]],["name/23333",[5289,72.9]],["parent/23333",[6183,7.235]],["name/23334",[594,56.227]],["parent/23334",[6183,7.235]],["name/23335",[84,48.96]],["parent/23335",[6183,7.235]],["name/23336",[593,56.227]],["parent/23336",[6183,7.235]],["name/23337",[5290,72.9]],["parent/23337",[6183,7.235]],["name/23338",[348,72.084]],["parent/23338",[6168,7.195]],["name/23339",[173,20.78]],["parent/23339",[6184,10.024]],["name/23340",[408,29.731]],["parent/23340",[6185,7.195]],["name/23341",[410,39.926]],["parent/23341",[6185,7.195]],["name/23342",[493,49.276]],["parent/23342",[6185,7.195]],["name/23343",[489,61.914]],["parent/23343",[6185,7.195]],["name/23344",[5260,66.076]],["parent/23344",[6185,7.195]],["name/23345",[5261,66.076]],["parent/23345",[6185,7.195]],["name/23346",[5293,72.9]],["parent/23346",[6185,7.195]],["name/23347",[5294,72.9]],["parent/23347",[6185,7.195]],["name/23348",[5295,72.9]],["parent/23348",[6185,7.195]],["name/23349",[5296,72.9]],["parent/23349",[6185,7.195]],["name/23350",[526,47.618]],["parent/23350",[6185,7.195]],["name/23351",[435,49.077]],["parent/23351",[6185,7.195]],["name/23352",[5297,66.076]],["parent/23352",[6185,7.195]],["name/23353",[5298,72.9]],["parent/23353",[6185,7.195]],["name/23354",[5299,72.9]],["parent/23354",[6185,7.195]],["name/23355",[5300,72.9]],["parent/23355",[6185,7.195]],["name/23356",[5301,72.9]],["parent/23356",[6185,7.195]],["name/23357",[544,45.905]],["parent/23357",[6185,7.195]],["name/23358",[5302,72.9]],["parent/23358",[6185,7.195]],["name/23359",[5303,72.9]],["parent/23359",[6185,7.195]],["name/23360",[5304,66.076]],["parent/23360",[6185,7.195]],["name/23361",[5305,72.9]],["parent/23361",[6185,7.195]],["name/23362",[5306,72.9]],["parent/23362",[6185,7.195]],["name/23363",[5307,72.9]],["parent/23363",[6185,7.195]],["name/23364",[5308,72.9]],["parent/23364",[6185,7.195]],["name/23365",[334,56.147]],["parent/23365",[6168,7.195]],["name/23366",[173,20.78]],["parent/23366",[6186,10.024]],["name/23367",[408,29.731]],["parent/23367",[6187,8.927]],["name/23368",[435,49.077]],["parent/23368",[6187,8.927]],["name/23369",[5311,72.9]],["parent/23369",[6187,8.927]],["name/23370",[5312,72.9]],["parent/23370",[6187,8.927]],["name/23371",[336,65.863]],["parent/23371",[6168,7.195]],["name/23372",[173,20.78]],["parent/23372",[6188,10.024]],["name/23373",[336,65.863]],["parent/23373",[6189,10.024]],["name/23374",[337,72.484]],["parent/23374",[6168,7.195]],["name/23375",[173,20.78]],["parent/23375",[6190,10.024]],["name/23376",[408,29.731]],["parent/23376",[6191,8.927]],["name/23377",[435,49.077]],["parent/23377",[6191,8.927]],["name/23378",[5317,72.9]],["parent/23378",[6191,8.927]],["name/23379",[344,48.357]],["parent/23379",[6191,8.927]],["name/23380",[339,61.773]],["parent/23380",[6168,7.195]],["name/23381",[173,20.78]],["parent/23381",[6192,10.024]],["name/23382",[408,29.731]],["parent/23382",[6193,8.727]],["name/23383",[435,49.077]],["parent/23383",[6193,8.727]],["name/23384",[5320,66.076]],["parent/23384",[6193,8.727]],["name/23385",[5321,66.076]],["parent/23385",[6193,8.727]],["name/23386",[339,61.773]],["parent/23386",[6193,8.727]],["name/23387",[340,56.068]],["parent/23387",[6168,7.195]],["name/23388",[173,20.78]],["parent/23388",[6194,10.024]],["name/23389",[408,29.731]],["parent/23389",[6195,8.727]],["name/23390",[435,49.077]],["parent/23390",[6195,8.727]],["name/23391",[5320,66.076]],["parent/23391",[6195,8.727]],["name/23392",[5321,66.076]],["parent/23392",[6195,8.727]],["name/23393",[5324,66.076]],["parent/23393",[6195,8.727]],["name/23394",[148,71.328]],["parent/23394",[6168,7.195]],["name/23395",[173,20.78]],["parent/23395",[6196,10.024]],["name/23396",[408,29.731]],["parent/23396",[6197,9.178]],["name/23397",[339,61.773]],["parent/23397",[6197,9.178]],["name/23398",[5324,66.076]],["parent/23398",[6197,9.178]],["name/23399",[341,72.084]],["parent/23399",[6168,7.195]],["name/23400",[173,20.78]],["parent/23400",[6198,10.024]],["name/23401",[96,55.911]],["parent/23401",[6199,9.178]],["name/23402",[5329,72.9]],["parent/23402",[6199,9.178]],["name/23403",[5330,66.076]],["parent/23403",[6199,9.178]],["name/23404",[80,55.757]],["parent/23404",[6168,7.195]],["name/23405",[173,20.78]],["parent/23405",[6200,10.024]],["name/23406",[408,29.731]],["parent/23406",[6201,8.927]],["name/23407",[435,49.077]],["parent/23407",[6201,8.927]],["name/23408",[410,39.926]],["parent/23408",[6201,8.927]],["name/23409",[5333,72.9]],["parent/23409",[6201,8.927]],["name/23410",[342,56.068]],["parent/23410",[6168,7.195]],["name/23411",[173,20.78]],["parent/23411",[6202,10.024]],["name/23412",[5335,72.9]],["parent/23412",[6203,7.907]],["name/23413",[5337,72.9]],["parent/23413",[6203,7.907]],["name/23414",[410,39.926]],["parent/23414",[6203,7.907]],["name/23415",[636,46.586]],["parent/23415",[6203,7.907]],["name/23416",[581,49.316]],["parent/23416",[6203,7.907]],["name/23417",[544,45.905]],["parent/23417",[6203,7.907]],["name/23418",[5338,72.9]],["parent/23418",[6203,7.907]],["name/23419",[5339,72.9]],["parent/23419",[6203,7.907]],["name/23420",[5340,72.9]],["parent/23420",[6203,7.907]],["name/23421",[5297,66.076]],["parent/23421",[6203,7.907]],["name/23422",[5341,72.9]],["parent/23422",[6203,7.907]],["name/23423",[526,47.618]],["parent/23423",[6203,7.907]],["name/23424",[343,72.484]],["parent/23424",[6168,7.195]],["name/23425",[173,20.78]],["parent/23425",[6204,10.024]],["name/23426",[408,29.731]],["parent/23426",[6205,8.927]],["name/23427",[435,49.077]],["parent/23427",[6205,8.927]],["name/23428",[5344,72.9]],["parent/23428",[6205,8.927]],["name/23429",[5345,72.9]],["parent/23429",[6205,8.927]],["name/23430",[83,55.604]],["parent/23430",[6168,7.195]],["name/23431",[173,20.78]],["parent/23431",[6206,10.024]],["name/23432",[408,29.731]],["parent/23432",[6207,8.417]],["name/23433",[435,49.077]],["parent/23433",[6207,8.417]],["name/23434",[540,45.268]],["parent/23434",[6207,8.417]],["name/23435",[5281,66.076]],["parent/23435",[6207,8.417]],["name/23436",[347,56.806]],["parent/23436",[6207,8.417]],["name/23437",[344,48.357]],["parent/23437",[6207,8.417]],["name/23438",[345,56.721]],["parent/23438",[6207,8.417]],["name/23439",[651,56.147]],["parent/23439",[6168,7.195]],["name/23440",[345,56.721]],["parent/23440",[6168,7.195]],["name/23441",[173,20.78]],["parent/23441",[6208,10.024]],["name/23442",[408,29.731]],["parent/23442",[6209,8.927]],["name/23443",[435,49.077]],["parent/23443",[6209,8.927]],["name/23444",[347,56.806]],["parent/23444",[6209,8.927]],["name/23445",[540,45.268]],["parent/23445",[6209,8.927]],["name/23446",[346,72.084]],["parent/23446",[6168,7.195]],["name/23447",[173,20.78]],["parent/23447",[6210,10.024]],["name/23448",[408,29.731]],["parent/23448",[6211,8.292]],["name/23449",[5352,72.9]],["parent/23449",[6211,8.292]],["name/23450",[5353,72.9]],["parent/23450",[6211,8.292]],["name/23451",[5354,72.9]],["parent/23451",[6211,8.292]],["name/23452",[5355,72.9]],["parent/23452",[6211,8.292]],["name/23453",[5356,72.9]],["parent/23453",[6211,8.292]],["name/23454",[5357,72.9]],["parent/23454",[6211,8.292]],["name/23455",[5358,72.9]],["parent/23455",[6211,8.292]],["name/23456",[349,72.484]],["parent/23456",[6168,7.195]],["name/23457",[173,20.78]],["parent/23457",[6212,10.024]],["name/23458",[60,71.328]],["parent/23458",[6213,9.514]],["name/23459",[347,56.806]],["parent/23459",[6213,9.514]],["name/23460",[350,72.484]],["parent/23460",[6168,7.195]],["name/23461",[173,20.78]],["parent/23461",[6214,10.024]],["name/23462",[97,55.911]],["parent/23462",[6215,9.514]],["name/23463",[155,37.858]],["parent/23463",[6215,9.514]],["name/23464",[93,50.025]],["parent/23464",[6168,7.195]],["name/23465",[173,20.78]],["parent/23465",[6216,10.024]],["name/23466",[5304,66.076]],["parent/23466",[6217,8.727]],["name/23467",[5365,72.9]],["parent/23467",[6217,8.727]],["name/23468",[5330,66.076]],["parent/23468",[6217,8.727]],["name/23469",[5366,72.9]],["parent/23469",[6217,8.727]],["name/23470",[5367,72.9]],["parent/23470",[6217,8.727]],["name/23471",[5248,72.9]],["parent/23471",[377,9.514]],["name/23472",[332,72.484]],["parent/23472",[6218,7.195]],["name/23473",[173,20.78]],["parent/23473",[6219,10.024]],["name/23474",[408,29.731]],["parent/23474",[6220,8.727]],["name/23475",[410,39.926]],["parent/23475",[6220,8.727]],["name/23476",[5252,72.9]],["parent/23476",[6220,8.727]],["name/23477",[5253,72.9]],["parent/23477",[6220,8.727]],["name/23478",[5254,72.9]],["parent/23478",[6220,8.727]],["name/23479",[73,51.562]],["parent/23479",[6218,7.195]],["name/23480",[173,20.78]],["parent/23480",[6221,10.024]],["name/23481",[410,39.926]],["parent/23481",[6222,8.927]],["name/23482",[489,61.914]],["parent/23482",[6222,8.927]],["name/23483",[155,37.858]],["parent/23483",[6222,8.927]],["name/23484",[5257,72.9]],["parent/23484",[6222,8.927]],["name/23485",[347,56.806]],["parent/23485",[6218,7.195]],["name/23486",[173,20.78]],["parent/23486",[6223,10.024]],["name/23487",[408,29.731]],["parent/23487",[6224,8.417]],["name/23488",[410,39.926]],["parent/23488",[6224,8.417]],["name/23489",[493,49.276]],["parent/23489",[6224,8.417]],["name/23490",[489,61.914]],["parent/23490",[6224,8.417]],["name/23491",[5260,66.076]],["parent/23491",[6224,8.417]],["name/23492",[5261,66.076]],["parent/23492",[6224,8.417]],["name/23493",[526,47.618]],["parent/23493",[6224,8.417]],["name/23494",[338,72.084]],["parent/23494",[6218,7.195]],["name/23495",[173,20.78]],["parent/23495",[6225,10.024]],["name/23496",[408,29.731]],["parent/23496",[6226,7.99]],["name/23497",[435,49.077]],["parent/23497",[6226,7.99]],["name/23498",[410,39.926]],["parent/23498",[6226,7.99]],["name/23499",[540,45.268]],["parent/23499",[6226,7.99]],["name/23500",[5264,72.9]],["parent/23500",[6226,7.99]],["name/23501",[5265,72.9]],["parent/23501",[6226,7.99]],["name/23502",[5266,72.9]],["parent/23502",[6226,7.99]],["name/23503",[5267,72.9]],["parent/23503",[6226,7.99]],["name/23504",[173,20.78]],["parent/23504",[6226,7.99]],["name/23505",[554,56.227]],["parent/23505",[6227,9.178]],["name/23506",[555,56.227]],["parent/23506",[6227,9.178]],["name/23507",[5269,72.9]],["parent/23507",[6227,9.178]],["name/23508",[155,37.858]],["parent/23508",[6226,7.99]],["name/23509",[5270,72.9]],["parent/23509",[6226,7.99]],["name/23510",[335,72.084]],["parent/23510",[6218,7.195]],["name/23511",[173,20.78]],["parent/23511",[6228,10.024]],["name/23512",[686,54.532]],["parent/23512",[6229,9.178]],["name/23513",[5273,72.9]],["parent/23513",[6229,9.178]],["name/23514",[5274,72.9]],["parent/23514",[6229,9.178]],["name/23515",[84,48.96]],["parent/23515",[6218,7.195]],["name/23516",[173,20.78]],["parent/23516",[6230,10.024]],["name/23517",[572,56.227]],["parent/23517",[6231,9.178]],["name/23518",[5277,72.9]],["parent/23518",[6231,9.178]],["name/23519",[5278,72.9]],["parent/23519",[6231,9.178]],["name/23520",[344,48.357]],["parent/23520",[6218,7.195]],["name/23521",[173,20.78]],["parent/23521",[6232,10.024]],["name/23522",[408,29.731]],["parent/23522",[6233,7.235]],["name/23523",[435,49.077]],["parent/23523",[6233,7.235]],["name/23524",[5281,66.076]],["parent/23524",[6233,7.235]],["name/23525",[347,56.806]],["parent/23525",[6233,7.235]],["name/23526",[686,54.532]],["parent/23526",[6233,7.235]],["name/23527",[5282,72.9]],["parent/23527",[6233,7.235]],["name/23528",[352,50.243]],["parent/23528",[6233,7.235]],["name/23529",[5283,72.9]],["parent/23529",[6233,7.235]],["name/23530",[5284,72.9]],["parent/23530",[6233,7.235]],["name/23531",[356,72.484]],["parent/23531",[6233,7.235]],["name/23532",[173,20.78]],["parent/23532",[6233,7.235]],["name/23533",[526,47.618]],["parent/23533",[6233,7.235]],["name/23534",[5285,72.9]],["parent/23534",[6233,7.235]],["name/23535",[5286,72.9]],["parent/23535",[6233,7.235]],["name/23536",[5287,72.9]],["parent/23536",[6233,7.235]],["name/23537",[5288,72.9]],["parent/23537",[6233,7.235]],["name/23538",[581,49.316]],["parent/23538",[6233,7.235]],["name/23539",[385,72.484]],["parent/23539",[6233,7.235]],["name/23540",[386,72.484]],["parent/23540",[6233,7.235]],["name/23541",[5289,72.9]],["parent/23541",[6233,7.235]],["name/23542",[594,56.227]],["parent/23542",[6233,7.235]],["name/23543",[84,48.96]],["parent/23543",[6233,7.235]],["name/23544",[593,56.227]],["parent/23544",[6233,7.235]],["name/23545",[5290,72.9]],["parent/23545",[6233,7.235]],["name/23546",[348,72.084]],["parent/23546",[6218,7.195]],["name/23547",[173,20.78]],["parent/23547",[6234,10.024]],["name/23548",[408,29.731]],["parent/23548",[6235,7.195]],["name/23549",[410,39.926]],["parent/23549",[6235,7.195]],["name/23550",[493,49.276]],["parent/23550",[6235,7.195]],["name/23551",[489,61.914]],["parent/23551",[6235,7.195]],["name/23552",[5260,66.076]],["parent/23552",[6235,7.195]],["name/23553",[5261,66.076]],["parent/23553",[6235,7.195]],["name/23554",[5293,72.9]],["parent/23554",[6235,7.195]],["name/23555",[5294,72.9]],["parent/23555",[6235,7.195]],["name/23556",[5295,72.9]],["parent/23556",[6235,7.195]],["name/23557",[5296,72.9]],["parent/23557",[6235,7.195]],["name/23558",[526,47.618]],["parent/23558",[6235,7.195]],["name/23559",[435,49.077]],["parent/23559",[6235,7.195]],["name/23560",[5297,66.076]],["parent/23560",[6235,7.195]],["name/23561",[5298,72.9]],["parent/23561",[6235,7.195]],["name/23562",[5299,72.9]],["parent/23562",[6235,7.195]],["name/23563",[5300,72.9]],["parent/23563",[6235,7.195]],["name/23564",[5301,72.9]],["parent/23564",[6235,7.195]],["name/23565",[544,45.905]],["parent/23565",[6235,7.195]],["name/23566",[5302,72.9]],["parent/23566",[6235,7.195]],["name/23567",[5303,72.9]],["parent/23567",[6235,7.195]],["name/23568",[5304,66.076]],["parent/23568",[6235,7.195]],["name/23569",[5305,72.9]],["parent/23569",[6235,7.195]],["name/23570",[5306,72.9]],["parent/23570",[6235,7.195]],["name/23571",[5307,72.9]],["parent/23571",[6235,7.195]],["name/23572",[5308,72.9]],["parent/23572",[6235,7.195]],["name/23573",[334,56.147]],["parent/23573",[6218,7.195]],["name/23574",[173,20.78]],["parent/23574",[6236,10.024]],["name/23575",[408,29.731]],["parent/23575",[6237,8.927]],["name/23576",[435,49.077]],["parent/23576",[6237,8.927]],["name/23577",[5311,72.9]],["parent/23577",[6237,8.927]],["name/23578",[5312,72.9]],["parent/23578",[6237,8.927]],["name/23579",[336,65.863]],["parent/23579",[6218,7.195]],["name/23580",[173,20.78]],["parent/23580",[6238,10.024]],["name/23581",[336,65.863]],["parent/23581",[6239,10.024]],["name/23582",[337,72.484]],["parent/23582",[6218,7.195]],["name/23583",[173,20.78]],["parent/23583",[6240,10.024]],["name/23584",[408,29.731]],["parent/23584",[6241,8.927]],["name/23585",[435,49.077]],["parent/23585",[6241,8.927]],["name/23586",[5317,72.9]],["parent/23586",[6241,8.927]],["name/23587",[344,48.357]],["parent/23587",[6241,8.927]],["name/23588",[339,61.773]],["parent/23588",[6218,7.195]],["name/23589",[173,20.78]],["parent/23589",[6242,10.024]],["name/23590",[408,29.731]],["parent/23590",[6243,8.727]],["name/23591",[435,49.077]],["parent/23591",[6243,8.727]],["name/23592",[5320,66.076]],["parent/23592",[6243,8.727]],["name/23593",[5321,66.076]],["parent/23593",[6243,8.727]],["name/23594",[339,61.773]],["parent/23594",[6243,8.727]],["name/23595",[340,56.068]],["parent/23595",[6218,7.195]],["name/23596",[173,20.78]],["parent/23596",[6244,10.024]],["name/23597",[408,29.731]],["parent/23597",[6245,8.727]],["name/23598",[435,49.077]],["parent/23598",[6245,8.727]],["name/23599",[5320,66.076]],["parent/23599",[6245,8.727]],["name/23600",[5321,66.076]],["parent/23600",[6245,8.727]],["name/23601",[5324,66.076]],["parent/23601",[6245,8.727]],["name/23602",[148,71.328]],["parent/23602",[6218,7.195]],["name/23603",[173,20.78]],["parent/23603",[6246,10.024]],["name/23604",[408,29.731]],["parent/23604",[6247,9.178]],["name/23605",[339,61.773]],["parent/23605",[6247,9.178]],["name/23606",[5324,66.076]],["parent/23606",[6247,9.178]],["name/23607",[341,72.084]],["parent/23607",[6218,7.195]],["name/23608",[173,20.78]],["parent/23608",[6248,10.024]],["name/23609",[96,55.911]],["parent/23609",[6249,9.178]],["name/23610",[5329,72.9]],["parent/23610",[6249,9.178]],["name/23611",[5330,66.076]],["parent/23611",[6249,9.178]],["name/23612",[80,55.757]],["parent/23612",[6218,7.195]],["name/23613",[173,20.78]],["parent/23613",[6250,10.024]],["name/23614",[408,29.731]],["parent/23614",[6251,8.927]],["name/23615",[435,49.077]],["parent/23615",[6251,8.927]],["name/23616",[410,39.926]],["parent/23616",[6251,8.927]],["name/23617",[5333,72.9]],["parent/23617",[6251,8.927]],["name/23618",[342,56.068]],["parent/23618",[6218,7.195]],["name/23619",[173,20.78]],["parent/23619",[6252,10.024]],["name/23620",[5335,72.9]],["parent/23620",[6253,7.907]],["name/23621",[5337,72.9]],["parent/23621",[6253,7.907]],["name/23622",[410,39.926]],["parent/23622",[6253,7.907]],["name/23623",[636,46.586]],["parent/23623",[6253,7.907]],["name/23624",[581,49.316]],["parent/23624",[6253,7.907]],["name/23625",[544,45.905]],["parent/23625",[6253,7.907]],["name/23626",[5338,72.9]],["parent/23626",[6253,7.907]],["name/23627",[5339,72.9]],["parent/23627",[6253,7.907]],["name/23628",[5340,72.9]],["parent/23628",[6253,7.907]],["name/23629",[5297,66.076]],["parent/23629",[6253,7.907]],["name/23630",[5341,72.9]],["parent/23630",[6253,7.907]],["name/23631",[526,47.618]],["parent/23631",[6253,7.907]],["name/23632",[343,72.484]],["parent/23632",[6218,7.195]],["name/23633",[173,20.78]],["parent/23633",[6254,10.024]],["name/23634",[408,29.731]],["parent/23634",[6255,8.927]],["name/23635",[435,49.077]],["parent/23635",[6255,8.927]],["name/23636",[5344,72.9]],["parent/23636",[6255,8.927]],["name/23637",[5345,72.9]],["parent/23637",[6255,8.927]],["name/23638",[83,55.604]],["parent/23638",[6218,7.195]],["name/23639",[173,20.78]],["parent/23639",[6256,10.024]],["name/23640",[408,29.731]],["parent/23640",[6257,8.417]],["name/23641",[435,49.077]],["parent/23641",[6257,8.417]],["name/23642",[540,45.268]],["parent/23642",[6257,8.417]],["name/23643",[5281,66.076]],["parent/23643",[6257,8.417]],["name/23644",[347,56.806]],["parent/23644",[6257,8.417]],["name/23645",[344,48.357]],["parent/23645",[6257,8.417]],["name/23646",[345,56.721]],["parent/23646",[6257,8.417]],["name/23647",[651,56.147]],["parent/23647",[6218,7.195]],["name/23648",[345,56.721]],["parent/23648",[6218,7.195]],["name/23649",[173,20.78]],["parent/23649",[6258,10.024]],["name/23650",[408,29.731]],["parent/23650",[6259,8.927]],["name/23651",[435,49.077]],["parent/23651",[6259,8.927]],["name/23652",[347,56.806]],["parent/23652",[6259,8.927]],["name/23653",[540,45.268]],["parent/23653",[6259,8.927]],["name/23654",[346,72.084]],["parent/23654",[6218,7.195]],["name/23655",[173,20.78]],["parent/23655",[6260,10.024]],["name/23656",[408,29.731]],["parent/23656",[6261,8.292]],["name/23657",[5352,72.9]],["parent/23657",[6261,8.292]],["name/23658",[5353,72.9]],["parent/23658",[6261,8.292]],["name/23659",[5354,72.9]],["parent/23659",[6261,8.292]],["name/23660",[5355,72.9]],["parent/23660",[6261,8.292]],["name/23661",[5356,72.9]],["parent/23661",[6261,8.292]],["name/23662",[5357,72.9]],["parent/23662",[6261,8.292]],["name/23663",[5358,72.9]],["parent/23663",[6261,8.292]],["name/23664",[349,72.484]],["parent/23664",[6218,7.195]],["name/23665",[173,20.78]],["parent/23665",[6262,10.024]],["name/23666",[60,71.328]],["parent/23666",[6263,9.514]],["name/23667",[347,56.806]],["parent/23667",[6263,9.514]],["name/23668",[350,72.484]],["parent/23668",[6218,7.195]],["name/23669",[173,20.78]],["parent/23669",[6264,10.024]],["name/23670",[97,55.911]],["parent/23670",[6265,9.514]],["name/23671",[155,37.858]],["parent/23671",[6265,9.514]],["name/23672",[93,50.025]],["parent/23672",[6218,7.195]],["name/23673",[173,20.78]],["parent/23673",[6266,10.024]],["name/23674",[5304,66.076]],["parent/23674",[6267,8.727]],["name/23675",[5365,72.9]],["parent/23675",[6267,8.727]],["name/23676",[5330,66.076]],["parent/23676",[6267,8.727]],["name/23677",[5366,72.9]],["parent/23677",[6267,8.727]],["name/23678",[5367,72.9]],["parent/23678",[6267,8.727]],["name/23679",[5248,72.9]],["parent/23679",[378,9.514]],["name/23680",[332,72.484]],["parent/23680",[6268,7.195]],["name/23681",[173,20.78]],["parent/23681",[6269,10.024]],["name/23682",[408,29.731]],["parent/23682",[6270,8.727]],["name/23683",[410,39.926]],["parent/23683",[6270,8.727]],["name/23684",[5252,72.9]],["parent/23684",[6270,8.727]],["name/23685",[5253,72.9]],["parent/23685",[6270,8.727]],["name/23686",[5254,72.9]],["parent/23686",[6270,8.727]],["name/23687",[73,51.562]],["parent/23687",[6268,7.195]],["name/23688",[173,20.78]],["parent/23688",[6271,10.024]],["name/23689",[410,39.926]],["parent/23689",[6272,8.927]],["name/23690",[489,61.914]],["parent/23690",[6272,8.927]],["name/23691",[155,37.858]],["parent/23691",[6272,8.927]],["name/23692",[5257,72.9]],["parent/23692",[6272,8.927]],["name/23693",[347,56.806]],["parent/23693",[6268,7.195]],["name/23694",[173,20.78]],["parent/23694",[6273,10.024]],["name/23695",[408,29.731]],["parent/23695",[6274,8.417]],["name/23696",[410,39.926]],["parent/23696",[6274,8.417]],["name/23697",[493,49.276]],["parent/23697",[6274,8.417]],["name/23698",[489,61.914]],["parent/23698",[6274,8.417]],["name/23699",[5260,66.076]],["parent/23699",[6274,8.417]],["name/23700",[5261,66.076]],["parent/23700",[6274,8.417]],["name/23701",[526,47.618]],["parent/23701",[6274,8.417]],["name/23702",[338,72.084]],["parent/23702",[6268,7.195]],["name/23703",[173,20.78]],["parent/23703",[6275,10.024]],["name/23704",[408,29.731]],["parent/23704",[6276,7.99]],["name/23705",[435,49.077]],["parent/23705",[6276,7.99]],["name/23706",[410,39.926]],["parent/23706",[6276,7.99]],["name/23707",[540,45.268]],["parent/23707",[6276,7.99]],["name/23708",[5264,72.9]],["parent/23708",[6276,7.99]],["name/23709",[5265,72.9]],["parent/23709",[6276,7.99]],["name/23710",[5266,72.9]],["parent/23710",[6276,7.99]],["name/23711",[5267,72.9]],["parent/23711",[6276,7.99]],["name/23712",[173,20.78]],["parent/23712",[6276,7.99]],["name/23713",[554,56.227]],["parent/23713",[6277,9.178]],["name/23714",[555,56.227]],["parent/23714",[6277,9.178]],["name/23715",[5269,72.9]],["parent/23715",[6277,9.178]],["name/23716",[155,37.858]],["parent/23716",[6276,7.99]],["name/23717",[5270,72.9]],["parent/23717",[6276,7.99]],["name/23718",[335,72.084]],["parent/23718",[6268,7.195]],["name/23719",[173,20.78]],["parent/23719",[6278,10.024]],["name/23720",[686,54.532]],["parent/23720",[6279,9.178]],["name/23721",[5273,72.9]],["parent/23721",[6279,9.178]],["name/23722",[5274,72.9]],["parent/23722",[6279,9.178]],["name/23723",[84,48.96]],["parent/23723",[6268,7.195]],["name/23724",[173,20.78]],["parent/23724",[6280,10.024]],["name/23725",[572,56.227]],["parent/23725",[6281,9.178]],["name/23726",[5277,72.9]],["parent/23726",[6281,9.178]],["name/23727",[5278,72.9]],["parent/23727",[6281,9.178]],["name/23728",[344,48.357]],["parent/23728",[6268,7.195]],["name/23729",[173,20.78]],["parent/23729",[6282,10.024]],["name/23730",[408,29.731]],["parent/23730",[6283,7.235]],["name/23731",[435,49.077]],["parent/23731",[6283,7.235]],["name/23732",[5281,66.076]],["parent/23732",[6283,7.235]],["name/23733",[347,56.806]],["parent/23733",[6283,7.235]],["name/23734",[686,54.532]],["parent/23734",[6283,7.235]],["name/23735",[5282,72.9]],["parent/23735",[6283,7.235]],["name/23736",[352,50.243]],["parent/23736",[6283,7.235]],["name/23737",[5283,72.9]],["parent/23737",[6283,7.235]],["name/23738",[5284,72.9]],["parent/23738",[6283,7.235]],["name/23739",[356,72.484]],["parent/23739",[6283,7.235]],["name/23740",[173,20.78]],["parent/23740",[6283,7.235]],["name/23741",[526,47.618]],["parent/23741",[6283,7.235]],["name/23742",[5285,72.9]],["parent/23742",[6283,7.235]],["name/23743",[5286,72.9]],["parent/23743",[6283,7.235]],["name/23744",[5287,72.9]],["parent/23744",[6283,7.235]],["name/23745",[5288,72.9]],["parent/23745",[6283,7.235]],["name/23746",[581,49.316]],["parent/23746",[6283,7.235]],["name/23747",[385,72.484]],["parent/23747",[6283,7.235]],["name/23748",[386,72.484]],["parent/23748",[6283,7.235]],["name/23749",[5289,72.9]],["parent/23749",[6283,7.235]],["name/23750",[594,56.227]],["parent/23750",[6283,7.235]],["name/23751",[84,48.96]],["parent/23751",[6283,7.235]],["name/23752",[593,56.227]],["parent/23752",[6283,7.235]],["name/23753",[5290,72.9]],["parent/23753",[6283,7.235]],["name/23754",[348,72.084]],["parent/23754",[6268,7.195]],["name/23755",[173,20.78]],["parent/23755",[6284,10.024]],["name/23756",[408,29.731]],["parent/23756",[6285,7.195]],["name/23757",[410,39.926]],["parent/23757",[6285,7.195]],["name/23758",[493,49.276]],["parent/23758",[6285,7.195]],["name/23759",[489,61.914]],["parent/23759",[6285,7.195]],["name/23760",[5260,66.076]],["parent/23760",[6285,7.195]],["name/23761",[5261,66.076]],["parent/23761",[6285,7.195]],["name/23762",[5293,72.9]],["parent/23762",[6285,7.195]],["name/23763",[5294,72.9]],["parent/23763",[6285,7.195]],["name/23764",[5295,72.9]],["parent/23764",[6285,7.195]],["name/23765",[5296,72.9]],["parent/23765",[6285,7.195]],["name/23766",[526,47.618]],["parent/23766",[6285,7.195]],["name/23767",[435,49.077]],["parent/23767",[6285,7.195]],["name/23768",[5297,66.076]],["parent/23768",[6285,7.195]],["name/23769",[5298,72.9]],["parent/23769",[6285,7.195]],["name/23770",[5299,72.9]],["parent/23770",[6285,7.195]],["name/23771",[5300,72.9]],["parent/23771",[6285,7.195]],["name/23772",[5301,72.9]],["parent/23772",[6285,7.195]],["name/23773",[544,45.905]],["parent/23773",[6285,7.195]],["name/23774",[5302,72.9]],["parent/23774",[6285,7.195]],["name/23775",[5303,72.9]],["parent/23775",[6285,7.195]],["name/23776",[5304,66.076]],["parent/23776",[6285,7.195]],["name/23777",[5305,72.9]],["parent/23777",[6285,7.195]],["name/23778",[5306,72.9]],["parent/23778",[6285,7.195]],["name/23779",[5307,72.9]],["parent/23779",[6285,7.195]],["name/23780",[5308,72.9]],["parent/23780",[6285,7.195]],["name/23781",[334,56.147]],["parent/23781",[6268,7.195]],["name/23782",[173,20.78]],["parent/23782",[6286,10.024]],["name/23783",[408,29.731]],["parent/23783",[6287,8.927]],["name/23784",[435,49.077]],["parent/23784",[6287,8.927]],["name/23785",[5311,72.9]],["parent/23785",[6287,8.927]],["name/23786",[5312,72.9]],["parent/23786",[6287,8.927]],["name/23787",[336,65.863]],["parent/23787",[6268,7.195]],["name/23788",[173,20.78]],["parent/23788",[6288,10.024]],["name/23789",[336,65.863]],["parent/23789",[6289,10.024]],["name/23790",[337,72.484]],["parent/23790",[6268,7.195]],["name/23791",[173,20.78]],["parent/23791",[6290,10.024]],["name/23792",[408,29.731]],["parent/23792",[6291,8.927]],["name/23793",[435,49.077]],["parent/23793",[6291,8.927]],["name/23794",[5317,72.9]],["parent/23794",[6291,8.927]],["name/23795",[344,48.357]],["parent/23795",[6291,8.927]],["name/23796",[339,61.773]],["parent/23796",[6268,7.195]],["name/23797",[173,20.78]],["parent/23797",[6292,10.024]],["name/23798",[408,29.731]],["parent/23798",[6293,8.727]],["name/23799",[435,49.077]],["parent/23799",[6293,8.727]],["name/23800",[5320,66.076]],["parent/23800",[6293,8.727]],["name/23801",[5321,66.076]],["parent/23801",[6293,8.727]],["name/23802",[339,61.773]],["parent/23802",[6293,8.727]],["name/23803",[340,56.068]],["parent/23803",[6268,7.195]],["name/23804",[173,20.78]],["parent/23804",[6294,10.024]],["name/23805",[408,29.731]],["parent/23805",[6295,8.727]],["name/23806",[435,49.077]],["parent/23806",[6295,8.727]],["name/23807",[5320,66.076]],["parent/23807",[6295,8.727]],["name/23808",[5321,66.076]],["parent/23808",[6295,8.727]],["name/23809",[5324,66.076]],["parent/23809",[6295,8.727]],["name/23810",[148,71.328]],["parent/23810",[6268,7.195]],["name/23811",[173,20.78]],["parent/23811",[6296,10.024]],["name/23812",[408,29.731]],["parent/23812",[6297,9.178]],["name/23813",[339,61.773]],["parent/23813",[6297,9.178]],["name/23814",[5324,66.076]],["parent/23814",[6297,9.178]],["name/23815",[341,72.084]],["parent/23815",[6268,7.195]],["name/23816",[173,20.78]],["parent/23816",[6298,10.024]],["name/23817",[96,55.911]],["parent/23817",[6299,9.178]],["name/23818",[5329,72.9]],["parent/23818",[6299,9.178]],["name/23819",[5330,66.076]],["parent/23819",[6299,9.178]],["name/23820",[80,55.757]],["parent/23820",[6268,7.195]],["name/23821",[173,20.78]],["parent/23821",[6300,10.024]],["name/23822",[408,29.731]],["parent/23822",[6301,8.927]],["name/23823",[435,49.077]],["parent/23823",[6301,8.927]],["name/23824",[410,39.926]],["parent/23824",[6301,8.927]],["name/23825",[5333,72.9]],["parent/23825",[6301,8.927]],["name/23826",[342,56.068]],["parent/23826",[6268,7.195]],["name/23827",[173,20.78]],["parent/23827",[6302,10.024]],["name/23828",[5335,72.9]],["parent/23828",[6303,7.907]],["name/23829",[5337,72.9]],["parent/23829",[6303,7.907]],["name/23830",[410,39.926]],["parent/23830",[6303,7.907]],["name/23831",[636,46.586]],["parent/23831",[6303,7.907]],["name/23832",[581,49.316]],["parent/23832",[6303,7.907]],["name/23833",[544,45.905]],["parent/23833",[6303,7.907]],["name/23834",[5338,72.9]],["parent/23834",[6303,7.907]],["name/23835",[5339,72.9]],["parent/23835",[6303,7.907]],["name/23836",[5340,72.9]],["parent/23836",[6303,7.907]],["name/23837",[5297,66.076]],["parent/23837",[6303,7.907]],["name/23838",[5341,72.9]],["parent/23838",[6303,7.907]],["name/23839",[526,47.618]],["parent/23839",[6303,7.907]],["name/23840",[343,72.484]],["parent/23840",[6268,7.195]],["name/23841",[173,20.78]],["parent/23841",[6304,10.024]],["name/23842",[408,29.731]],["parent/23842",[6305,8.927]],["name/23843",[435,49.077]],["parent/23843",[6305,8.927]],["name/23844",[5344,72.9]],["parent/23844",[6305,8.927]],["name/23845",[5345,72.9]],["parent/23845",[6305,8.927]],["name/23846",[83,55.604]],["parent/23846",[6268,7.195]],["name/23847",[173,20.78]],["parent/23847",[6306,10.024]],["name/23848",[408,29.731]],["parent/23848",[6307,8.417]],["name/23849",[435,49.077]],["parent/23849",[6307,8.417]],["name/23850",[540,45.268]],["parent/23850",[6307,8.417]],["name/23851",[5281,66.076]],["parent/23851",[6307,8.417]],["name/23852",[347,56.806]],["parent/23852",[6307,8.417]],["name/23853",[344,48.357]],["parent/23853",[6307,8.417]],["name/23854",[345,56.721]],["parent/23854",[6307,8.417]],["name/23855",[651,56.147]],["parent/23855",[6268,7.195]],["name/23856",[345,56.721]],["parent/23856",[6268,7.195]],["name/23857",[173,20.78]],["parent/23857",[6308,10.024]],["name/23858",[408,29.731]],["parent/23858",[6309,8.927]],["name/23859",[435,49.077]],["parent/23859",[6309,8.927]],["name/23860",[347,56.806]],["parent/23860",[6309,8.927]],["name/23861",[540,45.268]],["parent/23861",[6309,8.927]],["name/23862",[346,72.084]],["parent/23862",[6268,7.195]],["name/23863",[173,20.78]],["parent/23863",[6310,10.024]],["name/23864",[408,29.731]],["parent/23864",[6311,8.292]],["name/23865",[5352,72.9]],["parent/23865",[6311,8.292]],["name/23866",[5353,72.9]],["parent/23866",[6311,8.292]],["name/23867",[5354,72.9]],["parent/23867",[6311,8.292]],["name/23868",[5355,72.9]],["parent/23868",[6311,8.292]],["name/23869",[5356,72.9]],["parent/23869",[6311,8.292]],["name/23870",[5357,72.9]],["parent/23870",[6311,8.292]],["name/23871",[5358,72.9]],["parent/23871",[6311,8.292]],["name/23872",[349,72.484]],["parent/23872",[6268,7.195]],["name/23873",[173,20.78]],["parent/23873",[6312,10.024]],["name/23874",[60,71.328]],["parent/23874",[6313,9.514]],["name/23875",[347,56.806]],["parent/23875",[6313,9.514]],["name/23876",[350,72.484]],["parent/23876",[6268,7.195]],["name/23877",[173,20.78]],["parent/23877",[6314,10.024]],["name/23878",[97,55.911]],["parent/23878",[6315,9.514]],["name/23879",[155,37.858]],["parent/23879",[6315,9.514]],["name/23880",[93,50.025]],["parent/23880",[6268,7.195]],["name/23881",[173,20.78]],["parent/23881",[6316,10.024]],["name/23882",[5304,66.076]],["parent/23882",[6317,8.727]],["name/23883",[5365,72.9]],["parent/23883",[6317,8.727]],["name/23884",[5330,66.076]],["parent/23884",[6317,8.727]],["name/23885",[5366,72.9]],["parent/23885",[6317,8.727]],["name/23886",[5367,72.9]],["parent/23886",[6317,8.727]],["name/23887",[5248,72.9]],["parent/23887",[379,9.514]],["name/23888",[332,72.484]],["parent/23888",[6318,7.195]],["name/23889",[173,20.78]],["parent/23889",[6319,10.024]],["name/23890",[408,29.731]],["parent/23890",[6320,8.727]],["name/23891",[410,39.926]],["parent/23891",[6320,8.727]],["name/23892",[5252,72.9]],["parent/23892",[6320,8.727]],["name/23893",[5253,72.9]],["parent/23893",[6320,8.727]],["name/23894",[5254,72.9]],["parent/23894",[6320,8.727]],["name/23895",[73,51.562]],["parent/23895",[6318,7.195]],["name/23896",[173,20.78]],["parent/23896",[6321,10.024]],["name/23897",[410,39.926]],["parent/23897",[6322,8.927]],["name/23898",[489,61.914]],["parent/23898",[6322,8.927]],["name/23899",[155,37.858]],["parent/23899",[6322,8.927]],["name/23900",[5257,72.9]],["parent/23900",[6322,8.927]],["name/23901",[347,56.806]],["parent/23901",[6318,7.195]],["name/23902",[173,20.78]],["parent/23902",[6323,10.024]],["name/23903",[408,29.731]],["parent/23903",[6324,8.417]],["name/23904",[410,39.926]],["parent/23904",[6324,8.417]],["name/23905",[493,49.276]],["parent/23905",[6324,8.417]],["name/23906",[489,61.914]],["parent/23906",[6324,8.417]],["name/23907",[5260,66.076]],["parent/23907",[6324,8.417]],["name/23908",[5261,66.076]],["parent/23908",[6324,8.417]],["name/23909",[526,47.618]],["parent/23909",[6324,8.417]],["name/23910",[338,72.084]],["parent/23910",[6318,7.195]],["name/23911",[173,20.78]],["parent/23911",[6325,10.024]],["name/23912",[408,29.731]],["parent/23912",[6326,7.99]],["name/23913",[435,49.077]],["parent/23913",[6326,7.99]],["name/23914",[410,39.926]],["parent/23914",[6326,7.99]],["name/23915",[540,45.268]],["parent/23915",[6326,7.99]],["name/23916",[5264,72.9]],["parent/23916",[6326,7.99]],["name/23917",[5265,72.9]],["parent/23917",[6326,7.99]],["name/23918",[5266,72.9]],["parent/23918",[6326,7.99]],["name/23919",[5267,72.9]],["parent/23919",[6326,7.99]],["name/23920",[173,20.78]],["parent/23920",[6326,7.99]],["name/23921",[554,56.227]],["parent/23921",[6327,9.178]],["name/23922",[555,56.227]],["parent/23922",[6327,9.178]],["name/23923",[5269,72.9]],["parent/23923",[6327,9.178]],["name/23924",[155,37.858]],["parent/23924",[6326,7.99]],["name/23925",[5270,72.9]],["parent/23925",[6326,7.99]],["name/23926",[335,72.084]],["parent/23926",[6318,7.195]],["name/23927",[173,20.78]],["parent/23927",[6328,10.024]],["name/23928",[686,54.532]],["parent/23928",[6329,9.178]],["name/23929",[5273,72.9]],["parent/23929",[6329,9.178]],["name/23930",[5274,72.9]],["parent/23930",[6329,9.178]],["name/23931",[84,48.96]],["parent/23931",[6318,7.195]],["name/23932",[173,20.78]],["parent/23932",[6330,10.024]],["name/23933",[572,56.227]],["parent/23933",[6331,9.178]],["name/23934",[5277,72.9]],["parent/23934",[6331,9.178]],["name/23935",[5278,72.9]],["parent/23935",[6331,9.178]],["name/23936",[344,48.357]],["parent/23936",[6318,7.195]],["name/23937",[173,20.78]],["parent/23937",[6332,10.024]],["name/23938",[408,29.731]],["parent/23938",[6333,7.235]],["name/23939",[435,49.077]],["parent/23939",[6333,7.235]],["name/23940",[5281,66.076]],["parent/23940",[6333,7.235]],["name/23941",[347,56.806]],["parent/23941",[6333,7.235]],["name/23942",[686,54.532]],["parent/23942",[6333,7.235]],["name/23943",[5282,72.9]],["parent/23943",[6333,7.235]],["name/23944",[352,50.243]],["parent/23944",[6333,7.235]],["name/23945",[5283,72.9]],["parent/23945",[6333,7.235]],["name/23946",[5284,72.9]],["parent/23946",[6333,7.235]],["name/23947",[356,72.484]],["parent/23947",[6333,7.235]],["name/23948",[173,20.78]],["parent/23948",[6333,7.235]],["name/23949",[526,47.618]],["parent/23949",[6333,7.235]],["name/23950",[5285,72.9]],["parent/23950",[6333,7.235]],["name/23951",[5286,72.9]],["parent/23951",[6333,7.235]],["name/23952",[5287,72.9]],["parent/23952",[6333,7.235]],["name/23953",[5288,72.9]],["parent/23953",[6333,7.235]],["name/23954",[581,49.316]],["parent/23954",[6333,7.235]],["name/23955",[385,72.484]],["parent/23955",[6333,7.235]],["name/23956",[386,72.484]],["parent/23956",[6333,7.235]],["name/23957",[5289,72.9]],["parent/23957",[6333,7.235]],["name/23958",[594,56.227]],["parent/23958",[6333,7.235]],["name/23959",[84,48.96]],["parent/23959",[6333,7.235]],["name/23960",[593,56.227]],["parent/23960",[6333,7.235]],["name/23961",[5290,72.9]],["parent/23961",[6333,7.235]],["name/23962",[348,72.084]],["parent/23962",[6318,7.195]],["name/23963",[173,20.78]],["parent/23963",[6334,10.024]],["name/23964",[408,29.731]],["parent/23964",[6335,7.195]],["name/23965",[410,39.926]],["parent/23965",[6335,7.195]],["name/23966",[493,49.276]],["parent/23966",[6335,7.195]],["name/23967",[489,61.914]],["parent/23967",[6335,7.195]],["name/23968",[5260,66.076]],["parent/23968",[6335,7.195]],["name/23969",[5261,66.076]],["parent/23969",[6335,7.195]],["name/23970",[5293,72.9]],["parent/23970",[6335,7.195]],["name/23971",[5294,72.9]],["parent/23971",[6335,7.195]],["name/23972",[5295,72.9]],["parent/23972",[6335,7.195]],["name/23973",[5296,72.9]],["parent/23973",[6335,7.195]],["name/23974",[526,47.618]],["parent/23974",[6335,7.195]],["name/23975",[435,49.077]],["parent/23975",[6335,7.195]],["name/23976",[5297,66.076]],["parent/23976",[6335,7.195]],["name/23977",[5298,72.9]],["parent/23977",[6335,7.195]],["name/23978",[5299,72.9]],["parent/23978",[6335,7.195]],["name/23979",[5300,72.9]],["parent/23979",[6335,7.195]],["name/23980",[5301,72.9]],["parent/23980",[6335,7.195]],["name/23981",[544,45.905]],["parent/23981",[6335,7.195]],["name/23982",[5302,72.9]],["parent/23982",[6335,7.195]],["name/23983",[5303,72.9]],["parent/23983",[6335,7.195]],["name/23984",[5304,66.076]],["parent/23984",[6335,7.195]],["name/23985",[5305,72.9]],["parent/23985",[6335,7.195]],["name/23986",[5306,72.9]],["parent/23986",[6335,7.195]],["name/23987",[5307,72.9]],["parent/23987",[6335,7.195]],["name/23988",[5308,72.9]],["parent/23988",[6335,7.195]],["name/23989",[334,56.147]],["parent/23989",[6318,7.195]],["name/23990",[173,20.78]],["parent/23990",[6336,10.024]],["name/23991",[408,29.731]],["parent/23991",[6337,8.927]],["name/23992",[435,49.077]],["parent/23992",[6337,8.927]],["name/23993",[5311,72.9]],["parent/23993",[6337,8.927]],["name/23994",[5312,72.9]],["parent/23994",[6337,8.927]],["name/23995",[336,65.863]],["parent/23995",[6318,7.195]],["name/23996",[173,20.78]],["parent/23996",[6338,10.024]],["name/23997",[336,65.863]],["parent/23997",[6339,10.024]],["name/23998",[337,72.484]],["parent/23998",[6318,7.195]],["name/23999",[173,20.78]],["parent/23999",[6340,10.024]],["name/24000",[408,29.731]],["parent/24000",[6341,8.927]],["name/24001",[435,49.077]],["parent/24001",[6341,8.927]],["name/24002",[5317,72.9]],["parent/24002",[6341,8.927]],["name/24003",[344,48.357]],["parent/24003",[6341,8.927]],["name/24004",[339,61.773]],["parent/24004",[6318,7.195]],["name/24005",[173,20.78]],["parent/24005",[6342,10.024]],["name/24006",[408,29.731]],["parent/24006",[6343,8.727]],["name/24007",[435,49.077]],["parent/24007",[6343,8.727]],["name/24008",[5320,66.076]],["parent/24008",[6343,8.727]],["name/24009",[5321,66.076]],["parent/24009",[6343,8.727]],["name/24010",[339,61.773]],["parent/24010",[6343,8.727]],["name/24011",[340,56.068]],["parent/24011",[6318,7.195]],["name/24012",[173,20.78]],["parent/24012",[6344,10.024]],["name/24013",[408,29.731]],["parent/24013",[6345,8.727]],["name/24014",[435,49.077]],["parent/24014",[6345,8.727]],["name/24015",[5320,66.076]],["parent/24015",[6345,8.727]],["name/24016",[5321,66.076]],["parent/24016",[6345,8.727]],["name/24017",[5324,66.076]],["parent/24017",[6345,8.727]],["name/24018",[148,71.328]],["parent/24018",[6318,7.195]],["name/24019",[173,20.78]],["parent/24019",[6346,10.024]],["name/24020",[408,29.731]],["parent/24020",[6347,9.178]],["name/24021",[339,61.773]],["parent/24021",[6347,9.178]],["name/24022",[5324,66.076]],["parent/24022",[6347,9.178]],["name/24023",[341,72.084]],["parent/24023",[6318,7.195]],["name/24024",[173,20.78]],["parent/24024",[6348,10.024]],["name/24025",[96,55.911]],["parent/24025",[6349,9.178]],["name/24026",[5329,72.9]],["parent/24026",[6349,9.178]],["name/24027",[5330,66.076]],["parent/24027",[6349,9.178]],["name/24028",[80,55.757]],["parent/24028",[6318,7.195]],["name/24029",[173,20.78]],["parent/24029",[6350,10.024]],["name/24030",[408,29.731]],["parent/24030",[6351,8.927]],["name/24031",[435,49.077]],["parent/24031",[6351,8.927]],["name/24032",[410,39.926]],["parent/24032",[6351,8.927]],["name/24033",[5333,72.9]],["parent/24033",[6351,8.927]],["name/24034",[342,56.068]],["parent/24034",[6318,7.195]],["name/24035",[173,20.78]],["parent/24035",[6352,10.024]],["name/24036",[5335,72.9]],["parent/24036",[6353,7.907]],["name/24037",[5337,72.9]],["parent/24037",[6353,7.907]],["name/24038",[410,39.926]],["parent/24038",[6353,7.907]],["name/24039",[636,46.586]],["parent/24039",[6353,7.907]],["name/24040",[581,49.316]],["parent/24040",[6353,7.907]],["name/24041",[544,45.905]],["parent/24041",[6353,7.907]],["name/24042",[5338,72.9]],["parent/24042",[6353,7.907]],["name/24043",[5339,72.9]],["parent/24043",[6353,7.907]],["name/24044",[5340,72.9]],["parent/24044",[6353,7.907]],["name/24045",[5297,66.076]],["parent/24045",[6353,7.907]],["name/24046",[5341,72.9]],["parent/24046",[6353,7.907]],["name/24047",[526,47.618]],["parent/24047",[6353,7.907]],["name/24048",[343,72.484]],["parent/24048",[6318,7.195]],["name/24049",[173,20.78]],["parent/24049",[6354,10.024]],["name/24050",[408,29.731]],["parent/24050",[6355,8.927]],["name/24051",[435,49.077]],["parent/24051",[6355,8.927]],["name/24052",[5344,72.9]],["parent/24052",[6355,8.927]],["name/24053",[5345,72.9]],["parent/24053",[6355,8.927]],["name/24054",[83,55.604]],["parent/24054",[6318,7.195]],["name/24055",[173,20.78]],["parent/24055",[6356,10.024]],["name/24056",[408,29.731]],["parent/24056",[6357,8.417]],["name/24057",[435,49.077]],["parent/24057",[6357,8.417]],["name/24058",[540,45.268]],["parent/24058",[6357,8.417]],["name/24059",[5281,66.076]],["parent/24059",[6357,8.417]],["name/24060",[347,56.806]],["parent/24060",[6357,8.417]],["name/24061",[344,48.357]],["parent/24061",[6357,8.417]],["name/24062",[345,56.721]],["parent/24062",[6357,8.417]],["name/24063",[651,56.147]],["parent/24063",[6318,7.195]],["name/24064",[345,56.721]],["parent/24064",[6318,7.195]],["name/24065",[173,20.78]],["parent/24065",[6358,10.024]],["name/24066",[408,29.731]],["parent/24066",[6359,8.927]],["name/24067",[435,49.077]],["parent/24067",[6359,8.927]],["name/24068",[347,56.806]],["parent/24068",[6359,8.927]],["name/24069",[540,45.268]],["parent/24069",[6359,8.927]],["name/24070",[346,72.084]],["parent/24070",[6318,7.195]],["name/24071",[173,20.78]],["parent/24071",[6360,10.024]],["name/24072",[408,29.731]],["parent/24072",[6361,8.292]],["name/24073",[5352,72.9]],["parent/24073",[6361,8.292]],["name/24074",[5353,72.9]],["parent/24074",[6361,8.292]],["name/24075",[5354,72.9]],["parent/24075",[6361,8.292]],["name/24076",[5355,72.9]],["parent/24076",[6361,8.292]],["name/24077",[5356,72.9]],["parent/24077",[6361,8.292]],["name/24078",[5357,72.9]],["parent/24078",[6361,8.292]],["name/24079",[5358,72.9]],["parent/24079",[6361,8.292]],["name/24080",[349,72.484]],["parent/24080",[6318,7.195]],["name/24081",[173,20.78]],["parent/24081",[6362,10.024]],["name/24082",[60,71.328]],["parent/24082",[6363,9.514]],["name/24083",[347,56.806]],["parent/24083",[6363,9.514]],["name/24084",[350,72.484]],["parent/24084",[6318,7.195]],["name/24085",[173,20.78]],["parent/24085",[6364,10.024]],["name/24086",[97,55.911]],["parent/24086",[6365,9.514]],["name/24087",[155,37.858]],["parent/24087",[6365,9.514]],["name/24088",[93,50.025]],["parent/24088",[6318,7.195]],["name/24089",[173,20.78]],["parent/24089",[6366,10.024]],["name/24090",[5304,66.076]],["parent/24090",[6367,8.727]],["name/24091",[5365,72.9]],["parent/24091",[6367,8.727]],["name/24092",[5330,66.076]],["parent/24092",[6367,8.727]],["name/24093",[5366,72.9]],["parent/24093",[6367,8.727]],["name/24094",[5367,72.9]],["parent/24094",[6367,8.727]],["name/24095",[5248,72.9]],["parent/24095",[380,9.514]],["name/24096",[332,72.484]],["parent/24096",[6368,7.195]],["name/24097",[173,20.78]],["parent/24097",[6369,10.024]],["name/24098",[408,29.731]],["parent/24098",[6370,8.727]],["name/24099",[410,39.926]],["parent/24099",[6370,8.727]],["name/24100",[5252,72.9]],["parent/24100",[6370,8.727]],["name/24101",[5253,72.9]],["parent/24101",[6370,8.727]],["name/24102",[5254,72.9]],["parent/24102",[6370,8.727]],["name/24103",[73,51.562]],["parent/24103",[6368,7.195]],["name/24104",[173,20.78]],["parent/24104",[6371,10.024]],["name/24105",[410,39.926]],["parent/24105",[6372,8.927]],["name/24106",[489,61.914]],["parent/24106",[6372,8.927]],["name/24107",[155,37.858]],["parent/24107",[6372,8.927]],["name/24108",[5257,72.9]],["parent/24108",[6372,8.927]],["name/24109",[347,56.806]],["parent/24109",[6368,7.195]],["name/24110",[173,20.78]],["parent/24110",[6373,10.024]],["name/24111",[408,29.731]],["parent/24111",[6374,8.417]],["name/24112",[410,39.926]],["parent/24112",[6374,8.417]],["name/24113",[493,49.276]],["parent/24113",[6374,8.417]],["name/24114",[489,61.914]],["parent/24114",[6374,8.417]],["name/24115",[5260,66.076]],["parent/24115",[6374,8.417]],["name/24116",[5261,66.076]],["parent/24116",[6374,8.417]],["name/24117",[526,47.618]],["parent/24117",[6374,8.417]],["name/24118",[338,72.084]],["parent/24118",[6368,7.195]],["name/24119",[173,20.78]],["parent/24119",[6375,10.024]],["name/24120",[408,29.731]],["parent/24120",[6376,7.99]],["name/24121",[435,49.077]],["parent/24121",[6376,7.99]],["name/24122",[410,39.926]],["parent/24122",[6376,7.99]],["name/24123",[540,45.268]],["parent/24123",[6376,7.99]],["name/24124",[5264,72.9]],["parent/24124",[6376,7.99]],["name/24125",[5265,72.9]],["parent/24125",[6376,7.99]],["name/24126",[5266,72.9]],["parent/24126",[6376,7.99]],["name/24127",[5267,72.9]],["parent/24127",[6376,7.99]],["name/24128",[173,20.78]],["parent/24128",[6376,7.99]],["name/24129",[554,56.227]],["parent/24129",[6377,9.178]],["name/24130",[555,56.227]],["parent/24130",[6377,9.178]],["name/24131",[5269,72.9]],["parent/24131",[6377,9.178]],["name/24132",[155,37.858]],["parent/24132",[6376,7.99]],["name/24133",[5270,72.9]],["parent/24133",[6376,7.99]],["name/24134",[335,72.084]],["parent/24134",[6368,7.195]],["name/24135",[173,20.78]],["parent/24135",[6378,10.024]],["name/24136",[686,54.532]],["parent/24136",[6379,9.178]],["name/24137",[5273,72.9]],["parent/24137",[6379,9.178]],["name/24138",[5274,72.9]],["parent/24138",[6379,9.178]],["name/24139",[84,48.96]],["parent/24139",[6368,7.195]],["name/24140",[173,20.78]],["parent/24140",[6380,10.024]],["name/24141",[572,56.227]],["parent/24141",[6381,9.178]],["name/24142",[5277,72.9]],["parent/24142",[6381,9.178]],["name/24143",[5278,72.9]],["parent/24143",[6381,9.178]],["name/24144",[344,48.357]],["parent/24144",[6368,7.195]],["name/24145",[173,20.78]],["parent/24145",[6382,10.024]],["name/24146",[408,29.731]],["parent/24146",[6383,7.235]],["name/24147",[435,49.077]],["parent/24147",[6383,7.235]],["name/24148",[5281,66.076]],["parent/24148",[6383,7.235]],["name/24149",[347,56.806]],["parent/24149",[6383,7.235]],["name/24150",[686,54.532]],["parent/24150",[6383,7.235]],["name/24151",[5282,72.9]],["parent/24151",[6383,7.235]],["name/24152",[352,50.243]],["parent/24152",[6383,7.235]],["name/24153",[5283,72.9]],["parent/24153",[6383,7.235]],["name/24154",[5284,72.9]],["parent/24154",[6383,7.235]],["name/24155",[356,72.484]],["parent/24155",[6383,7.235]],["name/24156",[173,20.78]],["parent/24156",[6383,7.235]],["name/24157",[526,47.618]],["parent/24157",[6383,7.235]],["name/24158",[5285,72.9]],["parent/24158",[6383,7.235]],["name/24159",[5286,72.9]],["parent/24159",[6383,7.235]],["name/24160",[5287,72.9]],["parent/24160",[6383,7.235]],["name/24161",[5288,72.9]],["parent/24161",[6383,7.235]],["name/24162",[581,49.316]],["parent/24162",[6383,7.235]],["name/24163",[385,72.484]],["parent/24163",[6383,7.235]],["name/24164",[386,72.484]],["parent/24164",[6383,7.235]],["name/24165",[5289,72.9]],["parent/24165",[6383,7.235]],["name/24166",[594,56.227]],["parent/24166",[6383,7.235]],["name/24167",[84,48.96]],["parent/24167",[6383,7.235]],["name/24168",[593,56.227]],["parent/24168",[6383,7.235]],["name/24169",[5290,72.9]],["parent/24169",[6383,7.235]],["name/24170",[348,72.084]],["parent/24170",[6368,7.195]],["name/24171",[173,20.78]],["parent/24171",[6384,10.024]],["name/24172",[408,29.731]],["parent/24172",[6385,7.195]],["name/24173",[410,39.926]],["parent/24173",[6385,7.195]],["name/24174",[493,49.276]],["parent/24174",[6385,7.195]],["name/24175",[489,61.914]],["parent/24175",[6385,7.195]],["name/24176",[5260,66.076]],["parent/24176",[6385,7.195]],["name/24177",[5261,66.076]],["parent/24177",[6385,7.195]],["name/24178",[5293,72.9]],["parent/24178",[6385,7.195]],["name/24179",[5294,72.9]],["parent/24179",[6385,7.195]],["name/24180",[5295,72.9]],["parent/24180",[6385,7.195]],["name/24181",[5296,72.9]],["parent/24181",[6385,7.195]],["name/24182",[526,47.618]],["parent/24182",[6385,7.195]],["name/24183",[435,49.077]],["parent/24183",[6385,7.195]],["name/24184",[5297,66.076]],["parent/24184",[6385,7.195]],["name/24185",[5298,72.9]],["parent/24185",[6385,7.195]],["name/24186",[5299,72.9]],["parent/24186",[6385,7.195]],["name/24187",[5300,72.9]],["parent/24187",[6385,7.195]],["name/24188",[5301,72.9]],["parent/24188",[6385,7.195]],["name/24189",[544,45.905]],["parent/24189",[6385,7.195]],["name/24190",[5302,72.9]],["parent/24190",[6385,7.195]],["name/24191",[5303,72.9]],["parent/24191",[6385,7.195]],["name/24192",[5304,66.076]],["parent/24192",[6385,7.195]],["name/24193",[5305,72.9]],["parent/24193",[6385,7.195]],["name/24194",[5306,72.9]],["parent/24194",[6385,7.195]],["name/24195",[5307,72.9]],["parent/24195",[6385,7.195]],["name/24196",[5308,72.9]],["parent/24196",[6385,7.195]],["name/24197",[334,56.147]],["parent/24197",[6368,7.195]],["name/24198",[173,20.78]],["parent/24198",[6386,10.024]],["name/24199",[408,29.731]],["parent/24199",[6387,8.927]],["name/24200",[435,49.077]],["parent/24200",[6387,8.927]],["name/24201",[5311,72.9]],["parent/24201",[6387,8.927]],["name/24202",[5312,72.9]],["parent/24202",[6387,8.927]],["name/24203",[336,65.863]],["parent/24203",[6368,7.195]],["name/24204",[173,20.78]],["parent/24204",[6388,10.024]],["name/24205",[336,65.863]],["parent/24205",[6389,10.024]],["name/24206",[337,72.484]],["parent/24206",[6368,7.195]],["name/24207",[173,20.78]],["parent/24207",[6390,10.024]],["name/24208",[408,29.731]],["parent/24208",[6391,8.927]],["name/24209",[435,49.077]],["parent/24209",[6391,8.927]],["name/24210",[5317,72.9]],["parent/24210",[6391,8.927]],["name/24211",[344,48.357]],["parent/24211",[6391,8.927]],["name/24212",[339,61.773]],["parent/24212",[6368,7.195]],["name/24213",[173,20.78]],["parent/24213",[6392,10.024]],["name/24214",[408,29.731]],["parent/24214",[6393,8.727]],["name/24215",[435,49.077]],["parent/24215",[6393,8.727]],["name/24216",[5320,66.076]],["parent/24216",[6393,8.727]],["name/24217",[5321,66.076]],["parent/24217",[6393,8.727]],["name/24218",[339,61.773]],["parent/24218",[6393,8.727]],["name/24219",[340,56.068]],["parent/24219",[6368,7.195]],["name/24220",[173,20.78]],["parent/24220",[6394,10.024]],["name/24221",[408,29.731]],["parent/24221",[6395,8.727]],["name/24222",[435,49.077]],["parent/24222",[6395,8.727]],["name/24223",[5320,66.076]],["parent/24223",[6395,8.727]],["name/24224",[5321,66.076]],["parent/24224",[6395,8.727]],["name/24225",[5324,66.076]],["parent/24225",[6395,8.727]],["name/24226",[148,71.328]],["parent/24226",[6368,7.195]],["name/24227",[173,20.78]],["parent/24227",[6396,10.024]],["name/24228",[408,29.731]],["parent/24228",[6397,9.178]],["name/24229",[339,61.773]],["parent/24229",[6397,9.178]],["name/24230",[5324,66.076]],["parent/24230",[6397,9.178]],["name/24231",[341,72.084]],["parent/24231",[6368,7.195]],["name/24232",[173,20.78]],["parent/24232",[6398,10.024]],["name/24233",[96,55.911]],["parent/24233",[6399,9.178]],["name/24234",[5329,72.9]],["parent/24234",[6399,9.178]],["name/24235",[5330,66.076]],["parent/24235",[6399,9.178]],["name/24236",[80,55.757]],["parent/24236",[6368,7.195]],["name/24237",[173,20.78]],["parent/24237",[6400,10.024]],["name/24238",[408,29.731]],["parent/24238",[6401,8.927]],["name/24239",[435,49.077]],["parent/24239",[6401,8.927]],["name/24240",[410,39.926]],["parent/24240",[6401,8.927]],["name/24241",[5333,72.9]],["parent/24241",[6401,8.927]],["name/24242",[342,56.068]],["parent/24242",[6368,7.195]],["name/24243",[173,20.78]],["parent/24243",[6402,10.024]],["name/24244",[5335,72.9]],["parent/24244",[6403,7.907]],["name/24245",[5337,72.9]],["parent/24245",[6403,7.907]],["name/24246",[410,39.926]],["parent/24246",[6403,7.907]],["name/24247",[636,46.586]],["parent/24247",[6403,7.907]],["name/24248",[581,49.316]],["parent/24248",[6403,7.907]],["name/24249",[544,45.905]],["parent/24249",[6403,7.907]],["name/24250",[5338,72.9]],["parent/24250",[6403,7.907]],["name/24251",[5339,72.9]],["parent/24251",[6403,7.907]],["name/24252",[5340,72.9]],["parent/24252",[6403,7.907]],["name/24253",[5297,66.076]],["parent/24253",[6403,7.907]],["name/24254",[5341,72.9]],["parent/24254",[6403,7.907]],["name/24255",[526,47.618]],["parent/24255",[6403,7.907]],["name/24256",[343,72.484]],["parent/24256",[6368,7.195]],["name/24257",[173,20.78]],["parent/24257",[6404,10.024]],["name/24258",[408,29.731]],["parent/24258",[6405,8.927]],["name/24259",[435,49.077]],["parent/24259",[6405,8.927]],["name/24260",[5344,72.9]],["parent/24260",[6405,8.927]],["name/24261",[5345,72.9]],["parent/24261",[6405,8.927]],["name/24262",[83,55.604]],["parent/24262",[6368,7.195]],["name/24263",[173,20.78]],["parent/24263",[6406,10.024]],["name/24264",[408,29.731]],["parent/24264",[6407,8.417]],["name/24265",[435,49.077]],["parent/24265",[6407,8.417]],["name/24266",[540,45.268]],["parent/24266",[6407,8.417]],["name/24267",[5281,66.076]],["parent/24267",[6407,8.417]],["name/24268",[347,56.806]],["parent/24268",[6407,8.417]],["name/24269",[344,48.357]],["parent/24269",[6407,8.417]],["name/24270",[345,56.721]],["parent/24270",[6407,8.417]],["name/24271",[651,56.147]],["parent/24271",[6368,7.195]],["name/24272",[345,56.721]],["parent/24272",[6368,7.195]],["name/24273",[173,20.78]],["parent/24273",[6408,10.024]],["name/24274",[408,29.731]],["parent/24274",[6409,8.927]],["name/24275",[435,49.077]],["parent/24275",[6409,8.927]],["name/24276",[347,56.806]],["parent/24276",[6409,8.927]],["name/24277",[540,45.268]],["parent/24277",[6409,8.927]],["name/24278",[346,72.084]],["parent/24278",[6368,7.195]],["name/24279",[173,20.78]],["parent/24279",[6410,10.024]],["name/24280",[408,29.731]],["parent/24280",[6411,8.292]],["name/24281",[5352,72.9]],["parent/24281",[6411,8.292]],["name/24282",[5353,72.9]],["parent/24282",[6411,8.292]],["name/24283",[5354,72.9]],["parent/24283",[6411,8.292]],["name/24284",[5355,72.9]],["parent/24284",[6411,8.292]],["name/24285",[5356,72.9]],["parent/24285",[6411,8.292]],["name/24286",[5357,72.9]],["parent/24286",[6411,8.292]],["name/24287",[5358,72.9]],["parent/24287",[6411,8.292]],["name/24288",[349,72.484]],["parent/24288",[6368,7.195]],["name/24289",[173,20.78]],["parent/24289",[6412,10.024]],["name/24290",[60,71.328]],["parent/24290",[6413,9.514]],["name/24291",[347,56.806]],["parent/24291",[6413,9.514]],["name/24292",[350,72.484]],["parent/24292",[6368,7.195]],["name/24293",[173,20.78]],["parent/24293",[6414,10.024]],["name/24294",[97,55.911]],["parent/24294",[6415,9.514]],["name/24295",[155,37.858]],["parent/24295",[6415,9.514]],["name/24296",[93,50.025]],["parent/24296",[6368,7.195]],["name/24297",[173,20.78]],["parent/24297",[6416,10.024]],["name/24298",[5304,66.076]],["parent/24298",[6417,8.727]],["name/24299",[5365,72.9]],["parent/24299",[6417,8.727]],["name/24300",[5330,66.076]],["parent/24300",[6417,8.727]],["name/24301",[5366,72.9]],["parent/24301",[6417,8.727]],["name/24302",[5367,72.9]],["parent/24302",[6417,8.727]],["name/24303",[5248,72.9]],["parent/24303",[381,9.514]],["name/24304",[332,72.484]],["parent/24304",[6418,7.195]],["name/24305",[173,20.78]],["parent/24305",[6419,10.024]],["name/24306",[408,29.731]],["parent/24306",[6420,8.727]],["name/24307",[410,39.926]],["parent/24307",[6420,8.727]],["name/24308",[5252,72.9]],["parent/24308",[6420,8.727]],["name/24309",[5253,72.9]],["parent/24309",[6420,8.727]],["name/24310",[5254,72.9]],["parent/24310",[6420,8.727]],["name/24311",[73,51.562]],["parent/24311",[6418,7.195]],["name/24312",[173,20.78]],["parent/24312",[6421,10.024]],["name/24313",[410,39.926]],["parent/24313",[6422,8.927]],["name/24314",[489,61.914]],["parent/24314",[6422,8.927]],["name/24315",[155,37.858]],["parent/24315",[6422,8.927]],["name/24316",[5257,72.9]],["parent/24316",[6422,8.927]],["name/24317",[347,56.806]],["parent/24317",[6418,7.195]],["name/24318",[173,20.78]],["parent/24318",[6423,10.024]],["name/24319",[408,29.731]],["parent/24319",[6424,8.417]],["name/24320",[410,39.926]],["parent/24320",[6424,8.417]],["name/24321",[493,49.276]],["parent/24321",[6424,8.417]],["name/24322",[489,61.914]],["parent/24322",[6424,8.417]],["name/24323",[5260,66.076]],["parent/24323",[6424,8.417]],["name/24324",[5261,66.076]],["parent/24324",[6424,8.417]],["name/24325",[526,47.618]],["parent/24325",[6424,8.417]],["name/24326",[338,72.084]],["parent/24326",[6418,7.195]],["name/24327",[173,20.78]],["parent/24327",[6425,10.024]],["name/24328",[408,29.731]],["parent/24328",[6426,7.99]],["name/24329",[435,49.077]],["parent/24329",[6426,7.99]],["name/24330",[410,39.926]],["parent/24330",[6426,7.99]],["name/24331",[540,45.268]],["parent/24331",[6426,7.99]],["name/24332",[5264,72.9]],["parent/24332",[6426,7.99]],["name/24333",[5265,72.9]],["parent/24333",[6426,7.99]],["name/24334",[5266,72.9]],["parent/24334",[6426,7.99]],["name/24335",[5267,72.9]],["parent/24335",[6426,7.99]],["name/24336",[173,20.78]],["parent/24336",[6426,7.99]],["name/24337",[554,56.227]],["parent/24337",[6427,9.178]],["name/24338",[555,56.227]],["parent/24338",[6427,9.178]],["name/24339",[5269,72.9]],["parent/24339",[6427,9.178]],["name/24340",[155,37.858]],["parent/24340",[6426,7.99]],["name/24341",[5270,72.9]],["parent/24341",[6426,7.99]],["name/24342",[335,72.084]],["parent/24342",[6418,7.195]],["name/24343",[173,20.78]],["parent/24343",[6428,10.024]],["name/24344",[686,54.532]],["parent/24344",[6429,9.178]],["name/24345",[5273,72.9]],["parent/24345",[6429,9.178]],["name/24346",[5274,72.9]],["parent/24346",[6429,9.178]],["name/24347",[84,48.96]],["parent/24347",[6418,7.195]],["name/24348",[173,20.78]],["parent/24348",[6430,10.024]],["name/24349",[572,56.227]],["parent/24349",[6431,9.178]],["name/24350",[5277,72.9]],["parent/24350",[6431,9.178]],["name/24351",[5278,72.9]],["parent/24351",[6431,9.178]],["name/24352",[344,48.357]],["parent/24352",[6418,7.195]],["name/24353",[173,20.78]],["parent/24353",[6432,10.024]],["name/24354",[408,29.731]],["parent/24354",[6433,7.235]],["name/24355",[435,49.077]],["parent/24355",[6433,7.235]],["name/24356",[5281,66.076]],["parent/24356",[6433,7.235]],["name/24357",[347,56.806]],["parent/24357",[6433,7.235]],["name/24358",[686,54.532]],["parent/24358",[6433,7.235]],["name/24359",[5282,72.9]],["parent/24359",[6433,7.235]],["name/24360",[352,50.243]],["parent/24360",[6433,7.235]],["name/24361",[5283,72.9]],["parent/24361",[6433,7.235]],["name/24362",[5284,72.9]],["parent/24362",[6433,7.235]],["name/24363",[356,72.484]],["parent/24363",[6433,7.235]],["name/24364",[173,20.78]],["parent/24364",[6433,7.235]],["name/24365",[526,47.618]],["parent/24365",[6433,7.235]],["name/24366",[5285,72.9]],["parent/24366",[6433,7.235]],["name/24367",[5286,72.9]],["parent/24367",[6433,7.235]],["name/24368",[5287,72.9]],["parent/24368",[6433,7.235]],["name/24369",[5288,72.9]],["parent/24369",[6433,7.235]],["name/24370",[581,49.316]],["parent/24370",[6433,7.235]],["name/24371",[385,72.484]],["parent/24371",[6433,7.235]],["name/24372",[386,72.484]],["parent/24372",[6433,7.235]],["name/24373",[5289,72.9]],["parent/24373",[6433,7.235]],["name/24374",[594,56.227]],["parent/24374",[6433,7.235]],["name/24375",[84,48.96]],["parent/24375",[6433,7.235]],["name/24376",[593,56.227]],["parent/24376",[6433,7.235]],["name/24377",[5290,72.9]],["parent/24377",[6433,7.235]],["name/24378",[348,72.084]],["parent/24378",[6418,7.195]],["name/24379",[173,20.78]],["parent/24379",[6434,10.024]],["name/24380",[408,29.731]],["parent/24380",[6435,7.195]],["name/24381",[410,39.926]],["parent/24381",[6435,7.195]],["name/24382",[493,49.276]],["parent/24382",[6435,7.195]],["name/24383",[489,61.914]],["parent/24383",[6435,7.195]],["name/24384",[5260,66.076]],["parent/24384",[6435,7.195]],["name/24385",[5261,66.076]],["parent/24385",[6435,7.195]],["name/24386",[5293,72.9]],["parent/24386",[6435,7.195]],["name/24387",[5294,72.9]],["parent/24387",[6435,7.195]],["name/24388",[5295,72.9]],["parent/24388",[6435,7.195]],["name/24389",[5296,72.9]],["parent/24389",[6435,7.195]],["name/24390",[526,47.618]],["parent/24390",[6435,7.195]],["name/24391",[435,49.077]],["parent/24391",[6435,7.195]],["name/24392",[5297,66.076]],["parent/24392",[6435,7.195]],["name/24393",[5298,72.9]],["parent/24393",[6435,7.195]],["name/24394",[5299,72.9]],["parent/24394",[6435,7.195]],["name/24395",[5300,72.9]],["parent/24395",[6435,7.195]],["name/24396",[5301,72.9]],["parent/24396",[6435,7.195]],["name/24397",[544,45.905]],["parent/24397",[6435,7.195]],["name/24398",[5302,72.9]],["parent/24398",[6435,7.195]],["name/24399",[5303,72.9]],["parent/24399",[6435,7.195]],["name/24400",[5304,66.076]],["parent/24400",[6435,7.195]],["name/24401",[5305,72.9]],["parent/24401",[6435,7.195]],["name/24402",[5306,72.9]],["parent/24402",[6435,7.195]],["name/24403",[5307,72.9]],["parent/24403",[6435,7.195]],["name/24404",[5308,72.9]],["parent/24404",[6435,7.195]],["name/24405",[334,56.147]],["parent/24405",[6418,7.195]],["name/24406",[173,20.78]],["parent/24406",[6436,10.024]],["name/24407",[408,29.731]],["parent/24407",[6437,8.927]],["name/24408",[435,49.077]],["parent/24408",[6437,8.927]],["name/24409",[5311,72.9]],["parent/24409",[6437,8.927]],["name/24410",[5312,72.9]],["parent/24410",[6437,8.927]],["name/24411",[336,65.863]],["parent/24411",[6418,7.195]],["name/24412",[173,20.78]],["parent/24412",[6438,10.024]],["name/24413",[336,65.863]],["parent/24413",[6439,10.024]],["name/24414",[337,72.484]],["parent/24414",[6418,7.195]],["name/24415",[173,20.78]],["parent/24415",[6440,10.024]],["name/24416",[408,29.731]],["parent/24416",[6441,8.927]],["name/24417",[435,49.077]],["parent/24417",[6441,8.927]],["name/24418",[5317,72.9]],["parent/24418",[6441,8.927]],["name/24419",[344,48.357]],["parent/24419",[6441,8.927]],["name/24420",[339,61.773]],["parent/24420",[6418,7.195]],["name/24421",[173,20.78]],["parent/24421",[6442,10.024]],["name/24422",[408,29.731]],["parent/24422",[6443,8.727]],["name/24423",[435,49.077]],["parent/24423",[6443,8.727]],["name/24424",[5320,66.076]],["parent/24424",[6443,8.727]],["name/24425",[5321,66.076]],["parent/24425",[6443,8.727]],["name/24426",[339,61.773]],["parent/24426",[6443,8.727]],["name/24427",[340,56.068]],["parent/24427",[6418,7.195]],["name/24428",[173,20.78]],["parent/24428",[6444,10.024]],["name/24429",[408,29.731]],["parent/24429",[6445,8.727]],["name/24430",[435,49.077]],["parent/24430",[6445,8.727]],["name/24431",[5320,66.076]],["parent/24431",[6445,8.727]],["name/24432",[5321,66.076]],["parent/24432",[6445,8.727]],["name/24433",[5324,66.076]],["parent/24433",[6445,8.727]],["name/24434",[148,71.328]],["parent/24434",[6418,7.195]],["name/24435",[173,20.78]],["parent/24435",[6446,10.024]],["name/24436",[408,29.731]],["parent/24436",[6447,9.178]],["name/24437",[339,61.773]],["parent/24437",[6447,9.178]],["name/24438",[5324,66.076]],["parent/24438",[6447,9.178]],["name/24439",[341,72.084]],["parent/24439",[6418,7.195]],["name/24440",[173,20.78]],["parent/24440",[6448,10.024]],["name/24441",[96,55.911]],["parent/24441",[6449,9.178]],["name/24442",[5329,72.9]],["parent/24442",[6449,9.178]],["name/24443",[5330,66.076]],["parent/24443",[6449,9.178]],["name/24444",[80,55.757]],["parent/24444",[6418,7.195]],["name/24445",[173,20.78]],["parent/24445",[6450,10.024]],["name/24446",[408,29.731]],["parent/24446",[6451,8.927]],["name/24447",[435,49.077]],["parent/24447",[6451,8.927]],["name/24448",[410,39.926]],["parent/24448",[6451,8.927]],["name/24449",[5333,72.9]],["parent/24449",[6451,8.927]],["name/24450",[342,56.068]],["parent/24450",[6418,7.195]],["name/24451",[173,20.78]],["parent/24451",[6452,10.024]],["name/24452",[5335,72.9]],["parent/24452",[6453,7.907]],["name/24453",[5337,72.9]],["parent/24453",[6453,7.907]],["name/24454",[410,39.926]],["parent/24454",[6453,7.907]],["name/24455",[636,46.586]],["parent/24455",[6453,7.907]],["name/24456",[581,49.316]],["parent/24456",[6453,7.907]],["name/24457",[544,45.905]],["parent/24457",[6453,7.907]],["name/24458",[5338,72.9]],["parent/24458",[6453,7.907]],["name/24459",[5339,72.9]],["parent/24459",[6453,7.907]],["name/24460",[5340,72.9]],["parent/24460",[6453,7.907]],["name/24461",[5297,66.076]],["parent/24461",[6453,7.907]],["name/24462",[5341,72.9]],["parent/24462",[6453,7.907]],["name/24463",[526,47.618]],["parent/24463",[6453,7.907]],["name/24464",[343,72.484]],["parent/24464",[6418,7.195]],["name/24465",[173,20.78]],["parent/24465",[6454,10.024]],["name/24466",[408,29.731]],["parent/24466",[6455,8.927]],["name/24467",[435,49.077]],["parent/24467",[6455,8.927]],["name/24468",[5344,72.9]],["parent/24468",[6455,8.927]],["name/24469",[5345,72.9]],["parent/24469",[6455,8.927]],["name/24470",[83,55.604]],["parent/24470",[6418,7.195]],["name/24471",[173,20.78]],["parent/24471",[6456,10.024]],["name/24472",[408,29.731]],["parent/24472",[6457,8.417]],["name/24473",[435,49.077]],["parent/24473",[6457,8.417]],["name/24474",[540,45.268]],["parent/24474",[6457,8.417]],["name/24475",[5281,66.076]],["parent/24475",[6457,8.417]],["name/24476",[347,56.806]],["parent/24476",[6457,8.417]],["name/24477",[344,48.357]],["parent/24477",[6457,8.417]],["name/24478",[345,56.721]],["parent/24478",[6457,8.417]],["name/24479",[651,56.147]],["parent/24479",[6418,7.195]],["name/24480",[345,56.721]],["parent/24480",[6418,7.195]],["name/24481",[173,20.78]],["parent/24481",[6458,10.024]],["name/24482",[408,29.731]],["parent/24482",[6459,8.927]],["name/24483",[435,49.077]],["parent/24483",[6459,8.927]],["name/24484",[347,56.806]],["parent/24484",[6459,8.927]],["name/24485",[540,45.268]],["parent/24485",[6459,8.927]],["name/24486",[346,72.084]],["parent/24486",[6418,7.195]],["name/24487",[173,20.78]],["parent/24487",[6460,10.024]],["name/24488",[408,29.731]],["parent/24488",[6461,8.292]],["name/24489",[5352,72.9]],["parent/24489",[6461,8.292]],["name/24490",[5353,72.9]],["parent/24490",[6461,8.292]],["name/24491",[5354,72.9]],["parent/24491",[6461,8.292]],["name/24492",[5355,72.9]],["parent/24492",[6461,8.292]],["name/24493",[5356,72.9]],["parent/24493",[6461,8.292]],["name/24494",[5357,72.9]],["parent/24494",[6461,8.292]],["name/24495",[5358,72.9]],["parent/24495",[6461,8.292]],["name/24496",[349,72.484]],["parent/24496",[6418,7.195]],["name/24497",[173,20.78]],["parent/24497",[6462,10.024]],["name/24498",[60,71.328]],["parent/24498",[6463,9.514]],["name/24499",[347,56.806]],["parent/24499",[6463,9.514]],["name/24500",[350,72.484]],["parent/24500",[6418,7.195]],["name/24501",[173,20.78]],["parent/24501",[6464,10.024]],["name/24502",[97,55.911]],["parent/24502",[6465,9.514]],["name/24503",[155,37.858]],["parent/24503",[6465,9.514]],["name/24504",[93,50.025]],["parent/24504",[6418,7.195]],["name/24505",[173,20.78]],["parent/24505",[6466,10.024]],["name/24506",[5304,66.076]],["parent/24506",[6467,8.727]],["name/24507",[5365,72.9]],["parent/24507",[6467,8.727]],["name/24508",[5330,66.076]],["parent/24508",[6467,8.727]],["name/24509",[5366,72.9]],["parent/24509",[6467,8.727]],["name/24510",[5367,72.9]],["parent/24510",[6467,8.727]],["name/24511",[6,71.328]],["parent/24511",[382,9.514]],["name/24512",[6468,69.061]],["parent/24512",[444,9.514]],["name/24513",[73,51.562]],["parent/24513",[6469,6.865]],["name/24514",[173,20.78]],["parent/24514",[6470,10.024]],["name/24515",[504,58.27]],["parent/24515",[6471,8.927]],["name/24516",[506,58.27]],["parent/24516",[6471,8.927]],["name/24517",[155,37.858]],["parent/24517",[6471,8.927]],["name/24518",[507,58.27]],["parent/24518",[6471,8.927]],["name/24519",[92,51.167]],["parent/24519",[6469,6.865]],["name/24520",[173,20.78]],["parent/24520",[6472,10.024]],["name/24521",[509,58.27]],["parent/24521",[6473,8.727]],["name/24522",[511,47.317]],["parent/24522",[6473,8.727]],["name/24523",[512,51.363]],["parent/24523",[6473,8.727]],["name/24524",[344,48.357]],["parent/24524",[6473,8.727]],["name/24525",[513,51.363]],["parent/24525",[6473,8.727]],["name/24526",[65,47.186]],["parent/24526",[6469,6.865]],["name/24527",[173,20.78]],["parent/24527",[6474,10.024]],["name/24528",[408,29.731]],["parent/24528",[6475,7.413]],["name/24529",[493,49.276]],["parent/24529",[6475,7.413]],["name/24530",[516,51.363]],["parent/24530",[6475,7.413]],["name/24531",[517,58.27]],["parent/24531",[6475,7.413]],["name/24532",[518,58.27]],["parent/24532",[6475,7.413]],["name/24533",[421,44.394]],["parent/24533",[6475,7.413]],["name/24534",[519,58.27]],["parent/24534",[6475,7.413]],["name/24535",[520,58.27]],["parent/24535",[6475,7.413]],["name/24536",[521,51.363]],["parent/24536",[6475,7.413]],["name/24537",[344,48.357]],["parent/24537",[6475,7.413]],["name/24538",[155,37.858]],["parent/24538",[6475,7.413]],["name/24539",[522,58.27]],["parent/24539",[6475,7.413]],["name/24540",[523,58.27]],["parent/24540",[6475,7.413]],["name/24541",[524,58.27]],["parent/24541",[6475,7.413]],["name/24542",[525,58.27]],["parent/24542",[6475,7.413]],["name/24543",[526,47.618]],["parent/24543",[6475,7.413]],["name/24544",[527,58.27]],["parent/24544",[6475,7.413]],["name/24545",[513,51.363]],["parent/24545",[6475,7.413]],["name/24546",[528,58.27]],["parent/24546",[6475,7.413]],["name/24547",[92,51.167]],["parent/24547",[6475,7.413]],["name/24548",[67,57.883]],["parent/24548",[6469,6.865]],["name/24549",[173,20.78]],["parent/24549",[6476,10.024]],["name/24550",[530,58.27]],["parent/24550",[6477,8.927]],["name/24551",[532,51.363]],["parent/24551",[6477,8.927]],["name/24552",[533,58.27]],["parent/24552",[6477,8.927]],["name/24553",[534,51.363]],["parent/24553",[6477,8.927]],["name/24554",[68,51.167]],["parent/24554",[6469,6.865]],["name/24555",[173,20.78]],["parent/24555",[6478,10.024]],["name/24556",[410,39.926]],["parent/24556",[6479,9.178]],["name/24557",[411,58.075]],["parent/24557",[6479,9.178]],["name/24558",[537,58.27]],["parent/24558",[6479,9.178]],["name/24559",[69,57.883]],["parent/24559",[6469,6.865]],["name/24560",[173,20.78]],["parent/24560",[6480,10.024]],["name/24561",[408,29.731]],["parent/24561",[6481,8.292]],["name/24562",[540,45.268]],["parent/24562",[6481,8.292]],["name/24563",[155,37.858]],["parent/24563",[6481,8.292]],["name/24564",[541,58.27]],["parent/24564",[6481,8.292]],["name/24565",[542,58.27]],["parent/24565",[6481,8.292]],["name/24566",[543,58.27]],["parent/24566",[6481,8.292]],["name/24567",[342,56.068]],["parent/24567",[6481,8.292]],["name/24568",[544,45.905]],["parent/24568",[6481,8.292]],["name/24569",[70,51.167]],["parent/24569",[6469,6.865]],["name/24570",[173,20.78]],["parent/24570",[6482,10.024]],["name/24571",[155,37.858]],["parent/24571",[6483,7.83]],["name/24572",[547,44.444]],["parent/24572",[6483,7.83]],["name/24573",[544,45.905]],["parent/24573",[6483,7.83]],["name/24574",[540,45.268]],["parent/24574",[6483,7.83]],["name/24575",[548,58.27]],["parent/24575",[6483,7.83]],["name/24576",[549,58.27]],["parent/24576",[6483,7.83]],["name/24577",[550,58.27]],["parent/24577",[6483,7.83]],["name/24578",[551,58.27]],["parent/24578",[6483,7.83]],["name/24579",[552,58.27]],["parent/24579",[6483,7.83]],["name/24580",[553,58.27]],["parent/24580",[6483,7.83]],["name/24581",[554,56.227]],["parent/24581",[6483,7.83]],["name/24582",[555,56.227]],["parent/24582",[6483,7.83]],["name/24583",[485,61.773]],["parent/24583",[6483,7.83]],["name/24584",[82,57.511]],["parent/24584",[6469,6.865]],["name/24585",[173,20.78]],["parent/24585",[6484,10.024]],["name/24586",[408,29.731]],["parent/24586",[6485,8.927]],["name/24587",[493,49.276]],["parent/24587",[6485,8.927]],["name/24588",[155,37.858]],["parent/24588",[6485,8.927]],["name/24589",[516,51.363]],["parent/24589",[6485,8.927]],["name/24590",[77,51.167]],["parent/24590",[6469,6.865]],["name/24591",[173,20.78]],["parent/24591",[6486,10.024]],["name/24592",[559,58.27]],["parent/24592",[6487,9.178]],["name/24593",[561,58.27]],["parent/24593",[6487,9.178]],["name/24594",[562,45.295]],["parent/24594",[6487,9.178]],["name/24595",[96,55.911]],["parent/24595",[6469,6.865]],["name/24596",[173,20.78]],["parent/24596",[6488,10.024]],["name/24597",[410,39.926]],["parent/24597",[6489,9.178]],["name/24598",[155,37.858]],["parent/24598",[6489,9.178]],["name/24599",[77,51.167]],["parent/24599",[6489,9.178]],["name/24600",[85,57.978]],["parent/24600",[6469,6.865]],["name/24601",[173,20.78]],["parent/24601",[6490,10.024]],["name/24602",[547,44.444]],["parent/24602",[6491,9.514]],["name/24603",[567,51.363]],["parent/24603",[6491,9.514]],["name/24604",[84,48.96]],["parent/24604",[6469,6.865]],["name/24605",[173,20.78]],["parent/24605",[6492,10.024]],["name/24606",[408,29.731]],["parent/24606",[6493,8.417]],["name/24607",[570,51.363]],["parent/24607",[6493,8.417]],["name/24608",[571,58.27]],["parent/24608",[6493,8.417]],["name/24609",[572,56.227]],["parent/24609",[6493,8.417]],["name/24610",[567,51.363]],["parent/24610",[6493,8.417]],["name/24611",[573,58.27]],["parent/24611",[6493,8.417]],["name/24612",[574,58.27]],["parent/24612",[6493,8.417]],["name/24613",[345,56.721]],["parent/24613",[6469,6.865]],["name/24614",[173,20.78]],["parent/24614",[6494,10.024]],["name/24615",[576,62.202]],["parent/24615",[6495,8.927]],["name/24616",[578,62.202]],["parent/24616",[6495,8.927]],["name/24617",[410,39.926]],["parent/24617",[6495,8.927]],["name/24618",[562,45.295]],["parent/24618",[6495,8.927]],["name/24619",[94,51.023]],["parent/24619",[6469,6.865]],["name/24620",[173,20.78]],["parent/24620",[6496,10.024]],["name/24621",[408,29.731]],["parent/24621",[6497,7.017]],["name/24622",[581,49.316]],["parent/24622",[6497,7.017]],["name/24623",[155,37.858]],["parent/24623",[6497,7.017]],["name/24624",[65,47.186]],["parent/24624",[6497,7.017]],["name/24625",[582,51.363]],["parent/24625",[6497,7.017]],["name/24626",[583,58.27]],["parent/24626",[6497,7.017]],["name/24627",[145,57.978]],["parent/24627",[6497,7.017]],["name/24628",[584,58.27]],["parent/24628",[6497,7.017]],["name/24629",[421,44.394]],["parent/24629",[6497,7.017]],["name/24630",[526,47.618]],["parent/24630",[6497,7.017]],["name/24631",[585,58.27]],["parent/24631",[6497,7.017]],["name/24632",[586,58.27]],["parent/24632",[6497,7.017]],["name/24633",[587,58.27]],["parent/24633",[6497,7.017]],["name/24634",[588,58.27]],["parent/24634",[6497,7.017]],["name/24635",[589,58.27]],["parent/24635",[6497,7.017]],["name/24636",[590,58.27]],["parent/24636",[6497,7.017]],["name/24637",[511,47.317]],["parent/24637",[6497,7.017]],["name/24638",[591,49.811]],["parent/24638",[6497,7.017]],["name/24639",[352,50.243]],["parent/24639",[6497,7.017]],["name/24640",[592,51.363]],["parent/24640",[6497,7.017]],["name/24641",[593,56.227]],["parent/24641",[6497,7.017]],["name/24642",[594,56.227]],["parent/24642",[6497,7.017]],["name/24643",[70,51.167]],["parent/24643",[6497,7.017]],["name/24644",[84,48.96]],["parent/24644",[6497,7.017]],["name/24645",[68,51.167]],["parent/24645",[6497,7.017]],["name/24646",[512,51.363]],["parent/24646",[6497,7.017]],["name/24647",[595,58.27]],["parent/24647",[6497,7.017]],["name/24648",[597,58.27]],["parent/24648",[6497,7.017]],["name/24649",[485,61.773]],["parent/24649",[6497,7.017]],["name/24650",[173,20.78]],["parent/24650",[6497,7.017]],["name/24651",[71,49.643]],["parent/24651",[6498,8.181]],["name/24652",[173,20.78]],["parent/24652",[6498,8.181]],["name/24653",[6499,62.202]],["parent/24653",[6500,9.514]],["name/24654",[591,49.811]],["parent/24654",[6498,8.181]],["name/24655",[173,20.78]],["parent/24655",[6498,8.181]],["name/24656",[6499,62.202]],["parent/24656",[6500,9.514]],["name/24657",[6501,69.061]],["parent/24657",[6498,8.181]],["name/24658",[6502,69.061]],["parent/24658",[6498,8.181]],["name/24659",[596,62.202]],["parent/24659",[6498,8.181]],["name/24660",[6503,69.061]],["parent/24660",[6498,8.181]],["name/24661",[6504,69.061]],["parent/24661",[6498,8.181]],["name/24662",[71,49.643]],["parent/24662",[6469,6.865]],["name/24663",[173,20.78]],["parent/24663",[6505,10.024]],["name/24664",[599,58.27]],["parent/24664",[6506,9.514]],["name/24665",[601,58.27]],["parent/24665",[6506,9.514]],["name/24666",[72,57.883]],["parent/24666",[6469,6.865]],["name/24667",[173,20.78]],["parent/24667",[6507,10.024]],["name/24668",[408,29.731]],["parent/24668",[6508,8.927]],["name/24669",[562,45.295]],["parent/24669",[6508,8.927]],["name/24670",[604,58.27]],["parent/24670",[6508,8.927]],["name/24671",[605,58.27]],["parent/24671",[6508,8.927]],["name/24672",[74,58.075]],["parent/24672",[6469,6.865]],["name/24673",[173,20.78]],["parent/24673",[6509,10.024]],["name/24674",[408,29.731]],["parent/24674",[6510,8.927]],["name/24675",[410,39.926]],["parent/24675",[6510,8.927]],["name/24676",[521,51.363]],["parent/24676",[6510,8.927]],["name/24677",[608,58.27]],["parent/24677",[6510,8.927]],["name/24678",[75,57.883]],["parent/24678",[6469,6.865]],["name/24679",[173,20.78]],["parent/24679",[6511,10.024]],["name/24680",[410,39.926]],["parent/24680",[6512,9.178]],["name/24681",[611,58.27]],["parent/24681",[6512,9.178]],["name/24682",[612,58.27]],["parent/24682",[6512,9.178]],["name/24683",[76,57.883]],["parent/24683",[6469,6.865]],["name/24684",[173,20.78]],["parent/24684",[6513,10.024]],["name/24685",[408,29.731]],["parent/24685",[6514,8.56]],["name/24686",[615,58.27]],["parent/24686",[6514,8.56]],["name/24687",[71,49.643]],["parent/24687",[6514,8.56]],["name/24688",[570,51.363]],["parent/24688",[6514,8.56]],["name/24689",[616,58.27]],["parent/24689",[6514,8.56]],["name/24690",[617,58.27]],["parent/24690",[6514,8.56]],["name/24691",[78,58.075]],["parent/24691",[6469,6.865]],["name/24692",[173,20.78]],["parent/24692",[6515,10.024]],["name/24693",[619,58.27]],["parent/24693",[6516,8.727]],["name/24694",[621,58.27]],["parent/24694",[6516,8.727]],["name/24695",[622,47.317]],["parent/24695",[6516,8.727]],["name/24696",[623,58.27]],["parent/24696",[6516,8.727]],["name/24697",[624,58.27]],["parent/24697",[6516,8.727]],["name/24698",[98,51.167]],["parent/24698",[6469,6.865]],["name/24699",[173,20.78]],["parent/24699",[6517,10.024]],["name/24700",[626,58.27]],["parent/24700",[6518,10.024]],["name/24701",[93,50.025]],["parent/24701",[6469,6.865]],["name/24702",[173,20.78]],["parent/24702",[6519,10.024]],["name/24703",[629,58.27]],["parent/24703",[6520,9.178]],["name/24704",[631,58.27]],["parent/24704",[6520,9.178]],["name/24705",[632,58.27]],["parent/24705",[6520,9.178]],["name/24706",[79,57.883]],["parent/24706",[6469,6.865]],["name/24707",[173,20.78]],["parent/24707",[6521,10.024]],["name/24708",[581,49.316]],["parent/24708",[6522,7.907]],["name/24709",[547,44.444]],["parent/24709",[6522,7.907]],["name/24710",[544,45.905]],["parent/24710",[6522,7.907]],["name/24711",[635,58.27]],["parent/24711",[6522,7.907]],["name/24712",[636,46.586]],["parent/24712",[6522,7.907]],["name/24713",[637,58.27]],["parent/24713",[6522,7.907]],["name/24714",[98,51.167]],["parent/24714",[6522,7.907]],["name/24715",[93,50.025]],["parent/24715",[6522,7.907]],["name/24716",[638,58.27]],["parent/24716",[6522,7.907]],["name/24717",[639,58.27]],["parent/24717",[6522,7.907]],["name/24718",[640,58.27]],["parent/24718",[6522,7.907]],["name/24719",[534,51.363]],["parent/24719",[6522,7.907]],["name/24720",[80,55.757]],["parent/24720",[6469,6.865]],["name/24721",[173,20.78]],["parent/24721",[6523,10.024]],["name/24722",[408,29.731]],["parent/24722",[6524,9.514]],["name/24723",[547,44.444]],["parent/24723",[6524,9.514]],["name/24724",[81,57.883]],["parent/24724",[6469,6.865]],["name/24725",[173,20.78]],["parent/24725",[6525,10.024]],["name/24726",[644,58.27]],["parent/24726",[6526,8.927]],["name/24727",[173,20.78]],["parent/24727",[6526,8.927]],["name/24728",[646,51.363]],["parent/24728",[6527,8.56]],["name/24729",[636,46.586]],["parent/24729",[6527,8.56]],["name/24730",[622,47.317]],["parent/24730",[6527,8.56]],["name/24731",[648,58.27]],["parent/24731",[6526,8.927]],["name/24732",[173,20.78]],["parent/24732",[6526,8.927]],["name/24733",[646,51.363]],["parent/24733",[6527,8.56]],["name/24734",[636,46.586]],["parent/24734",[6527,8.56]],["name/24735",[622,47.317]],["parent/24735",[6527,8.56]],["name/24736",[83,55.604]],["parent/24736",[6469,6.865]],["name/24737",[173,20.78]],["parent/24737",[6528,10.024]],["name/24738",[65,47.186]],["parent/24738",[6529,8.56]],["name/24739",[421,44.394]],["parent/24739",[6529,8.56]],["name/24740",[408,29.731]],["parent/24740",[6529,8.56]],["name/24741",[94,51.023]],["parent/24741",[6529,8.56]],["name/24742",[73,51.562]],["parent/24742",[6529,8.56]],["name/24743",[540,45.268]],["parent/24743",[6529,8.56]],["name/24744",[651,56.147]],["parent/24744",[6469,6.865]],["name/24745",[86,57.883]],["parent/24745",[6469,6.865]],["name/24746",[173,20.78]],["parent/24746",[6530,10.024]],["name/24747",[653,58.27]],["parent/24747",[6531,8.727]],["name/24748",[655,58.27]],["parent/24748",[6531,8.727]],["name/24749",[656,58.27]],["parent/24749",[6531,8.727]],["name/24750",[657,58.27]],["parent/24750",[6531,8.727]],["name/24751",[658,58.27]],["parent/24751",[6531,8.727]],["name/24752",[87,58.075]],["parent/24752",[6469,6.865]],["name/24753",[173,20.78]],["parent/24753",[6532,10.024]],["name/24754",[408,29.731]],["parent/24754",[6533,8.927]],["name/24755",[661,58.27]],["parent/24755",[6533,8.927]],["name/24756",[662,58.27]],["parent/24756",[6533,8.927]],["name/24757",[663,58.27]],["parent/24757",[6533,8.927]],["name/24758",[88,57.883]],["parent/24758",[6469,6.865]],["name/24759",[173,20.78]],["parent/24759",[6534,10.024]],["name/24760",[408,29.731]],["parent/24760",[6535,8.081]],["name/24761",[340,56.068]],["parent/24761",[6535,8.081]],["name/24762",[666,58.27]],["parent/24762",[6535,8.081]],["name/24763",[334,56.147]],["parent/24763",[6535,8.081]],["name/24764",[667,58.27]],["parent/24764",[6535,8.081]],["name/24765",[668,58.27]],["parent/24765",[6535,8.081]],["name/24766",[669,58.27]],["parent/24766",[6535,8.081]],["name/24767",[670,58.27]],["parent/24767",[6535,8.081]],["name/24768",[671,58.27]],["parent/24768",[6535,8.081]],["name/24769",[672,58.27]],["parent/24769",[6535,8.081]],["name/24770",[89,57.511]],["parent/24770",[6469,6.865]],["name/24771",[173,20.78]],["parent/24771",[6536,10.024]],["name/24772",[408,29.731]],["parent/24772",[6537,8.727]],["name/24773",[675,58.27]],["parent/24773",[6537,8.727]],["name/24774",[676,58.27]],["parent/24774",[6537,8.727]],["name/24775",[677,58.27]],["parent/24775",[6537,8.727]],["name/24776",[678,58.27]],["parent/24776",[6537,8.727]],["name/24777",[90,57.883]],["parent/24777",[6469,6.865]],["name/24778",[173,20.78]],["parent/24778",[6538,10.024]],["name/24779",[562,45.295]],["parent/24779",[6539,9.178]],["name/24780",[532,51.363]],["parent/24780",[6539,9.178]],["name/24781",[681,58.27]],["parent/24781",[6539,9.178]],["name/24782",[91,58.075]],["parent/24782",[6469,6.865]],["name/24783",[173,20.78]],["parent/24783",[6540,10.024]],["name/24784",[408,29.731]],["parent/24784",[6541,8.927]],["name/24785",[684,51.363]],["parent/24785",[6541,8.927]],["name/24786",[172,58.075]],["parent/24786",[6541,8.927]],["name/24787",[592,51.363]],["parent/24787",[6541,8.927]],["name/24788",[95,58.075]],["parent/24788",[6469,6.865]],["name/24789",[173,20.78]],["parent/24789",[6542,10.024]],["name/24790",[686,54.532]],["parent/24790",[6543,8.292]],["name/24791",[582,51.363]],["parent/24791",[6543,8.292]],["name/24792",[688,58.27]],["parent/24792",[6543,8.292]],["name/24793",[511,47.317]],["parent/24793",[6543,8.292]],["name/24794",[591,49.811]],["parent/24794",[6543,8.292]],["name/24795",[352,50.243]],["parent/24795",[6543,8.292]],["name/24796",[684,51.363]],["parent/24796",[6543,8.292]],["name/24797",[689,58.27]],["parent/24797",[6543,8.292]],["name/24798",[97,55.911]],["parent/24798",[6469,6.865]],["name/24799",[173,20.78]],["parent/24799",[6544,10.024]],["name/24800",[417,58.075]],["parent/24800",[6545,8.927]],["name/24801",[419,58.075]],["parent/24801",[6545,8.927]],["name/24802",[420,58.075]],["parent/24802",[6545,8.927]],["name/24803",[421,44.394]],["parent/24803",[6545,8.927]],["name/24804",[6468,69.061]],["parent/24804",[445,9.514]],["name/24805",[73,51.562]],["parent/24805",[6546,6.865]],["name/24806",[173,20.78]],["parent/24806",[6547,10.024]],["name/24807",[504,58.27]],["parent/24807",[6548,8.927]],["name/24808",[506,58.27]],["parent/24808",[6548,8.927]],["name/24809",[155,37.858]],["parent/24809",[6548,8.927]],["name/24810",[507,58.27]],["parent/24810",[6548,8.927]],["name/24811",[92,51.167]],["parent/24811",[6546,6.865]],["name/24812",[173,20.78]],["parent/24812",[6549,10.024]],["name/24813",[509,58.27]],["parent/24813",[6550,8.727]],["name/24814",[511,47.317]],["parent/24814",[6550,8.727]],["name/24815",[512,51.363]],["parent/24815",[6550,8.727]],["name/24816",[344,48.357]],["parent/24816",[6550,8.727]],["name/24817",[513,51.363]],["parent/24817",[6550,8.727]],["name/24818",[65,47.186]],["parent/24818",[6546,6.865]],["name/24819",[173,20.78]],["parent/24819",[6551,10.024]],["name/24820",[408,29.731]],["parent/24820",[6552,7.413]],["name/24821",[493,49.276]],["parent/24821",[6552,7.413]],["name/24822",[516,51.363]],["parent/24822",[6552,7.413]],["name/24823",[517,58.27]],["parent/24823",[6552,7.413]],["name/24824",[518,58.27]],["parent/24824",[6552,7.413]],["name/24825",[421,44.394]],["parent/24825",[6552,7.413]],["name/24826",[519,58.27]],["parent/24826",[6552,7.413]],["name/24827",[520,58.27]],["parent/24827",[6552,7.413]],["name/24828",[521,51.363]],["parent/24828",[6552,7.413]],["name/24829",[344,48.357]],["parent/24829",[6552,7.413]],["name/24830",[155,37.858]],["parent/24830",[6552,7.413]],["name/24831",[522,58.27]],["parent/24831",[6552,7.413]],["name/24832",[523,58.27]],["parent/24832",[6552,7.413]],["name/24833",[524,58.27]],["parent/24833",[6552,7.413]],["name/24834",[525,58.27]],["parent/24834",[6552,7.413]],["name/24835",[526,47.618]],["parent/24835",[6552,7.413]],["name/24836",[527,58.27]],["parent/24836",[6552,7.413]],["name/24837",[513,51.363]],["parent/24837",[6552,7.413]],["name/24838",[528,58.27]],["parent/24838",[6552,7.413]],["name/24839",[92,51.167]],["parent/24839",[6552,7.413]],["name/24840",[67,57.883]],["parent/24840",[6546,6.865]],["name/24841",[173,20.78]],["parent/24841",[6553,10.024]],["name/24842",[530,58.27]],["parent/24842",[6554,8.927]],["name/24843",[532,51.363]],["parent/24843",[6554,8.927]],["name/24844",[533,58.27]],["parent/24844",[6554,8.927]],["name/24845",[534,51.363]],["parent/24845",[6554,8.927]],["name/24846",[68,51.167]],["parent/24846",[6546,6.865]],["name/24847",[173,20.78]],["parent/24847",[6555,10.024]],["name/24848",[410,39.926]],["parent/24848",[6556,9.178]],["name/24849",[411,58.075]],["parent/24849",[6556,9.178]],["name/24850",[537,58.27]],["parent/24850",[6556,9.178]],["name/24851",[69,57.883]],["parent/24851",[6546,6.865]],["name/24852",[173,20.78]],["parent/24852",[6557,10.024]],["name/24853",[408,29.731]],["parent/24853",[6558,8.292]],["name/24854",[540,45.268]],["parent/24854",[6558,8.292]],["name/24855",[155,37.858]],["parent/24855",[6558,8.292]],["name/24856",[541,58.27]],["parent/24856",[6558,8.292]],["name/24857",[542,58.27]],["parent/24857",[6558,8.292]],["name/24858",[543,58.27]],["parent/24858",[6558,8.292]],["name/24859",[342,56.068]],["parent/24859",[6558,8.292]],["name/24860",[544,45.905]],["parent/24860",[6558,8.292]],["name/24861",[70,51.167]],["parent/24861",[6546,6.865]],["name/24862",[173,20.78]],["parent/24862",[6559,10.024]],["name/24863",[155,37.858]],["parent/24863",[6560,7.83]],["name/24864",[547,44.444]],["parent/24864",[6560,7.83]],["name/24865",[544,45.905]],["parent/24865",[6560,7.83]],["name/24866",[540,45.268]],["parent/24866",[6560,7.83]],["name/24867",[548,58.27]],["parent/24867",[6560,7.83]],["name/24868",[549,58.27]],["parent/24868",[6560,7.83]],["name/24869",[550,58.27]],["parent/24869",[6560,7.83]],["name/24870",[551,58.27]],["parent/24870",[6560,7.83]],["name/24871",[552,58.27]],["parent/24871",[6560,7.83]],["name/24872",[553,58.27]],["parent/24872",[6560,7.83]],["name/24873",[554,56.227]],["parent/24873",[6560,7.83]],["name/24874",[555,56.227]],["parent/24874",[6560,7.83]],["name/24875",[485,61.773]],["parent/24875",[6560,7.83]],["name/24876",[82,57.511]],["parent/24876",[6546,6.865]],["name/24877",[173,20.78]],["parent/24877",[6561,10.024]],["name/24878",[408,29.731]],["parent/24878",[6562,8.927]],["name/24879",[493,49.276]],["parent/24879",[6562,8.927]],["name/24880",[155,37.858]],["parent/24880",[6562,8.927]],["name/24881",[516,51.363]],["parent/24881",[6562,8.927]],["name/24882",[77,51.167]],["parent/24882",[6546,6.865]],["name/24883",[173,20.78]],["parent/24883",[6563,10.024]],["name/24884",[559,58.27]],["parent/24884",[6564,9.178]],["name/24885",[561,58.27]],["parent/24885",[6564,9.178]],["name/24886",[562,45.295]],["parent/24886",[6564,9.178]],["name/24887",[96,55.911]],["parent/24887",[6546,6.865]],["name/24888",[173,20.78]],["parent/24888",[6565,10.024]],["name/24889",[410,39.926]],["parent/24889",[6566,9.178]],["name/24890",[155,37.858]],["parent/24890",[6566,9.178]],["name/24891",[77,51.167]],["parent/24891",[6566,9.178]],["name/24892",[85,57.978]],["parent/24892",[6546,6.865]],["name/24893",[173,20.78]],["parent/24893",[6567,10.024]],["name/24894",[547,44.444]],["parent/24894",[6568,9.514]],["name/24895",[567,51.363]],["parent/24895",[6568,9.514]],["name/24896",[84,48.96]],["parent/24896",[6546,6.865]],["name/24897",[173,20.78]],["parent/24897",[6569,10.024]],["name/24898",[408,29.731]],["parent/24898",[6570,8.417]],["name/24899",[570,51.363]],["parent/24899",[6570,8.417]],["name/24900",[571,58.27]],["parent/24900",[6570,8.417]],["name/24901",[572,56.227]],["parent/24901",[6570,8.417]],["name/24902",[567,51.363]],["parent/24902",[6570,8.417]],["name/24903",[573,58.27]],["parent/24903",[6570,8.417]],["name/24904",[574,58.27]],["parent/24904",[6570,8.417]],["name/24905",[345,56.721]],["parent/24905",[6546,6.865]],["name/24906",[173,20.78]],["parent/24906",[6571,10.024]],["name/24907",[576,62.202]],["parent/24907",[6572,8.927]],["name/24908",[578,62.202]],["parent/24908",[6572,8.927]],["name/24909",[410,39.926]],["parent/24909",[6572,8.927]],["name/24910",[562,45.295]],["parent/24910",[6572,8.927]],["name/24911",[94,51.023]],["parent/24911",[6546,6.865]],["name/24912",[173,20.78]],["parent/24912",[6573,10.024]],["name/24913",[408,29.731]],["parent/24913",[6574,7.017]],["name/24914",[581,49.316]],["parent/24914",[6574,7.017]],["name/24915",[155,37.858]],["parent/24915",[6574,7.017]],["name/24916",[65,47.186]],["parent/24916",[6574,7.017]],["name/24917",[582,51.363]],["parent/24917",[6574,7.017]],["name/24918",[583,58.27]],["parent/24918",[6574,7.017]],["name/24919",[145,57.978]],["parent/24919",[6574,7.017]],["name/24920",[584,58.27]],["parent/24920",[6574,7.017]],["name/24921",[421,44.394]],["parent/24921",[6574,7.017]],["name/24922",[526,47.618]],["parent/24922",[6574,7.017]],["name/24923",[585,58.27]],["parent/24923",[6574,7.017]],["name/24924",[586,58.27]],["parent/24924",[6574,7.017]],["name/24925",[587,58.27]],["parent/24925",[6574,7.017]],["name/24926",[588,58.27]],["parent/24926",[6574,7.017]],["name/24927",[589,58.27]],["parent/24927",[6574,7.017]],["name/24928",[590,58.27]],["parent/24928",[6574,7.017]],["name/24929",[511,47.317]],["parent/24929",[6574,7.017]],["name/24930",[591,49.811]],["parent/24930",[6574,7.017]],["name/24931",[352,50.243]],["parent/24931",[6574,7.017]],["name/24932",[592,51.363]],["parent/24932",[6574,7.017]],["name/24933",[593,56.227]],["parent/24933",[6574,7.017]],["name/24934",[594,56.227]],["parent/24934",[6574,7.017]],["name/24935",[70,51.167]],["parent/24935",[6574,7.017]],["name/24936",[84,48.96]],["parent/24936",[6574,7.017]],["name/24937",[68,51.167]],["parent/24937",[6574,7.017]],["name/24938",[512,51.363]],["parent/24938",[6574,7.017]],["name/24939",[595,58.27]],["parent/24939",[6574,7.017]],["name/24940",[597,58.27]],["parent/24940",[6574,7.017]],["name/24941",[485,61.773]],["parent/24941",[6574,7.017]],["name/24942",[173,20.78]],["parent/24942",[6574,7.017]],["name/24943",[71,49.643]],["parent/24943",[6575,8.181]],["name/24944",[173,20.78]],["parent/24944",[6575,8.181]],["name/24945",[6499,62.202]],["parent/24945",[6576,9.514]],["name/24946",[591,49.811]],["parent/24946",[6575,8.181]],["name/24947",[173,20.78]],["parent/24947",[6575,8.181]],["name/24948",[6499,62.202]],["parent/24948",[6576,9.514]],["name/24949",[6501,69.061]],["parent/24949",[6575,8.181]],["name/24950",[6502,69.061]],["parent/24950",[6575,8.181]],["name/24951",[596,62.202]],["parent/24951",[6575,8.181]],["name/24952",[6503,69.061]],["parent/24952",[6575,8.181]],["name/24953",[6504,69.061]],["parent/24953",[6575,8.181]],["name/24954",[71,49.643]],["parent/24954",[6546,6.865]],["name/24955",[173,20.78]],["parent/24955",[6577,10.024]],["name/24956",[599,58.27]],["parent/24956",[6578,9.514]],["name/24957",[601,58.27]],["parent/24957",[6578,9.514]],["name/24958",[72,57.883]],["parent/24958",[6546,6.865]],["name/24959",[173,20.78]],["parent/24959",[6579,10.024]],["name/24960",[408,29.731]],["parent/24960",[6580,8.927]],["name/24961",[562,45.295]],["parent/24961",[6580,8.927]],["name/24962",[604,58.27]],["parent/24962",[6580,8.927]],["name/24963",[605,58.27]],["parent/24963",[6580,8.927]],["name/24964",[74,58.075]],["parent/24964",[6546,6.865]],["name/24965",[173,20.78]],["parent/24965",[6581,10.024]],["name/24966",[408,29.731]],["parent/24966",[6582,8.927]],["name/24967",[410,39.926]],["parent/24967",[6582,8.927]],["name/24968",[521,51.363]],["parent/24968",[6582,8.927]],["name/24969",[608,58.27]],["parent/24969",[6582,8.927]],["name/24970",[75,57.883]],["parent/24970",[6546,6.865]],["name/24971",[173,20.78]],["parent/24971",[6583,10.024]],["name/24972",[410,39.926]],["parent/24972",[6584,9.178]],["name/24973",[611,58.27]],["parent/24973",[6584,9.178]],["name/24974",[612,58.27]],["parent/24974",[6584,9.178]],["name/24975",[76,57.883]],["parent/24975",[6546,6.865]],["name/24976",[173,20.78]],["parent/24976",[6585,10.024]],["name/24977",[408,29.731]],["parent/24977",[6586,8.56]],["name/24978",[615,58.27]],["parent/24978",[6586,8.56]],["name/24979",[71,49.643]],["parent/24979",[6586,8.56]],["name/24980",[570,51.363]],["parent/24980",[6586,8.56]],["name/24981",[616,58.27]],["parent/24981",[6586,8.56]],["name/24982",[617,58.27]],["parent/24982",[6586,8.56]],["name/24983",[78,58.075]],["parent/24983",[6546,6.865]],["name/24984",[173,20.78]],["parent/24984",[6587,10.024]],["name/24985",[619,58.27]],["parent/24985",[6588,8.727]],["name/24986",[621,58.27]],["parent/24986",[6588,8.727]],["name/24987",[622,47.317]],["parent/24987",[6588,8.727]],["name/24988",[623,58.27]],["parent/24988",[6588,8.727]],["name/24989",[624,58.27]],["parent/24989",[6588,8.727]],["name/24990",[98,51.167]],["parent/24990",[6546,6.865]],["name/24991",[173,20.78]],["parent/24991",[6589,10.024]],["name/24992",[626,58.27]],["parent/24992",[6590,10.024]],["name/24993",[93,50.025]],["parent/24993",[6546,6.865]],["name/24994",[173,20.78]],["parent/24994",[6591,10.024]],["name/24995",[629,58.27]],["parent/24995",[6592,9.178]],["name/24996",[631,58.27]],["parent/24996",[6592,9.178]],["name/24997",[632,58.27]],["parent/24997",[6592,9.178]],["name/24998",[79,57.883]],["parent/24998",[6546,6.865]],["name/24999",[173,20.78]],["parent/24999",[6593,10.024]],["name/25000",[581,49.316]],["parent/25000",[6594,7.907]],["name/25001",[547,44.444]],["parent/25001",[6594,7.907]],["name/25002",[544,45.905]],["parent/25002",[6594,7.907]],["name/25003",[635,58.27]],["parent/25003",[6594,7.907]],["name/25004",[636,46.586]],["parent/25004",[6594,7.907]],["name/25005",[637,58.27]],["parent/25005",[6594,7.907]],["name/25006",[98,51.167]],["parent/25006",[6594,7.907]],["name/25007",[93,50.025]],["parent/25007",[6594,7.907]],["name/25008",[638,58.27]],["parent/25008",[6594,7.907]],["name/25009",[639,58.27]],["parent/25009",[6594,7.907]],["name/25010",[640,58.27]],["parent/25010",[6594,7.907]],["name/25011",[534,51.363]],["parent/25011",[6594,7.907]],["name/25012",[80,55.757]],["parent/25012",[6546,6.865]],["name/25013",[173,20.78]],["parent/25013",[6595,10.024]],["name/25014",[408,29.731]],["parent/25014",[6596,9.514]],["name/25015",[547,44.444]],["parent/25015",[6596,9.514]],["name/25016",[81,57.883]],["parent/25016",[6546,6.865]],["name/25017",[173,20.78]],["parent/25017",[6597,10.024]],["name/25018",[644,58.27]],["parent/25018",[6598,8.927]],["name/25019",[173,20.78]],["parent/25019",[6598,8.927]],["name/25020",[646,51.363]],["parent/25020",[6599,8.56]],["name/25021",[636,46.586]],["parent/25021",[6599,8.56]],["name/25022",[622,47.317]],["parent/25022",[6599,8.56]],["name/25023",[648,58.27]],["parent/25023",[6598,8.927]],["name/25024",[173,20.78]],["parent/25024",[6598,8.927]],["name/25025",[646,51.363]],["parent/25025",[6599,8.56]],["name/25026",[636,46.586]],["parent/25026",[6599,8.56]],["name/25027",[622,47.317]],["parent/25027",[6599,8.56]],["name/25028",[83,55.604]],["parent/25028",[6546,6.865]],["name/25029",[173,20.78]],["parent/25029",[6600,10.024]],["name/25030",[65,47.186]],["parent/25030",[6601,8.56]],["name/25031",[421,44.394]],["parent/25031",[6601,8.56]],["name/25032",[408,29.731]],["parent/25032",[6601,8.56]],["name/25033",[94,51.023]],["parent/25033",[6601,8.56]],["name/25034",[73,51.562]],["parent/25034",[6601,8.56]],["name/25035",[540,45.268]],["parent/25035",[6601,8.56]],["name/25036",[651,56.147]],["parent/25036",[6546,6.865]],["name/25037",[86,57.883]],["parent/25037",[6546,6.865]],["name/25038",[173,20.78]],["parent/25038",[6602,10.024]],["name/25039",[653,58.27]],["parent/25039",[6603,8.727]],["name/25040",[655,58.27]],["parent/25040",[6603,8.727]],["name/25041",[656,58.27]],["parent/25041",[6603,8.727]],["name/25042",[657,58.27]],["parent/25042",[6603,8.727]],["name/25043",[658,58.27]],["parent/25043",[6603,8.727]],["name/25044",[87,58.075]],["parent/25044",[6546,6.865]],["name/25045",[173,20.78]],["parent/25045",[6604,10.024]],["name/25046",[408,29.731]],["parent/25046",[6605,8.927]],["name/25047",[661,58.27]],["parent/25047",[6605,8.927]],["name/25048",[662,58.27]],["parent/25048",[6605,8.927]],["name/25049",[663,58.27]],["parent/25049",[6605,8.927]],["name/25050",[88,57.883]],["parent/25050",[6546,6.865]],["name/25051",[173,20.78]],["parent/25051",[6606,10.024]],["name/25052",[408,29.731]],["parent/25052",[6607,8.081]],["name/25053",[340,56.068]],["parent/25053",[6607,8.081]],["name/25054",[666,58.27]],["parent/25054",[6607,8.081]],["name/25055",[334,56.147]],["parent/25055",[6607,8.081]],["name/25056",[667,58.27]],["parent/25056",[6607,8.081]],["name/25057",[668,58.27]],["parent/25057",[6607,8.081]],["name/25058",[669,58.27]],["parent/25058",[6607,8.081]],["name/25059",[670,58.27]],["parent/25059",[6607,8.081]],["name/25060",[671,58.27]],["parent/25060",[6607,8.081]],["name/25061",[672,58.27]],["parent/25061",[6607,8.081]],["name/25062",[89,57.511]],["parent/25062",[6546,6.865]],["name/25063",[173,20.78]],["parent/25063",[6608,10.024]],["name/25064",[408,29.731]],["parent/25064",[6609,8.727]],["name/25065",[675,58.27]],["parent/25065",[6609,8.727]],["name/25066",[676,58.27]],["parent/25066",[6609,8.727]],["name/25067",[677,58.27]],["parent/25067",[6609,8.727]],["name/25068",[678,58.27]],["parent/25068",[6609,8.727]],["name/25069",[90,57.883]],["parent/25069",[6546,6.865]],["name/25070",[173,20.78]],["parent/25070",[6610,10.024]],["name/25071",[562,45.295]],["parent/25071",[6611,9.178]],["name/25072",[532,51.363]],["parent/25072",[6611,9.178]],["name/25073",[681,58.27]],["parent/25073",[6611,9.178]],["name/25074",[91,58.075]],["parent/25074",[6546,6.865]],["name/25075",[173,20.78]],["parent/25075",[6612,10.024]],["name/25076",[408,29.731]],["parent/25076",[6613,8.927]],["name/25077",[684,51.363]],["parent/25077",[6613,8.927]],["name/25078",[172,58.075]],["parent/25078",[6613,8.927]],["name/25079",[592,51.363]],["parent/25079",[6613,8.927]],["name/25080",[95,58.075]],["parent/25080",[6546,6.865]],["name/25081",[173,20.78]],["parent/25081",[6614,10.024]],["name/25082",[686,54.532]],["parent/25082",[6615,8.292]],["name/25083",[582,51.363]],["parent/25083",[6615,8.292]],["name/25084",[688,58.27]],["parent/25084",[6615,8.292]],["name/25085",[511,47.317]],["parent/25085",[6615,8.292]],["name/25086",[591,49.811]],["parent/25086",[6615,8.292]],["name/25087",[352,50.243]],["parent/25087",[6615,8.292]],["name/25088",[684,51.363]],["parent/25088",[6615,8.292]],["name/25089",[689,58.27]],["parent/25089",[6615,8.292]],["name/25090",[97,55.911]],["parent/25090",[6546,6.865]],["name/25091",[173,20.78]],["parent/25091",[6616,10.024]],["name/25092",[417,58.075]],["parent/25092",[6617,8.927]],["name/25093",[419,58.075]],["parent/25093",[6617,8.927]],["name/25094",[420,58.075]],["parent/25094",[6617,8.927]],["name/25095",[421,44.394]],["parent/25095",[6617,8.927]],["name/25096",[6468,69.061]],["parent/25096",[446,9.514]],["name/25097",[73,51.562]],["parent/25097",[6618,6.865]],["name/25098",[173,20.78]],["parent/25098",[6619,10.024]],["name/25099",[504,58.27]],["parent/25099",[6620,8.927]],["name/25100",[506,58.27]],["parent/25100",[6620,8.927]],["name/25101",[155,37.858]],["parent/25101",[6620,8.927]],["name/25102",[507,58.27]],["parent/25102",[6620,8.927]],["name/25103",[92,51.167]],["parent/25103",[6618,6.865]],["name/25104",[173,20.78]],["parent/25104",[6621,10.024]],["name/25105",[509,58.27]],["parent/25105",[6622,8.727]],["name/25106",[511,47.317]],["parent/25106",[6622,8.727]],["name/25107",[512,51.363]],["parent/25107",[6622,8.727]],["name/25108",[344,48.357]],["parent/25108",[6622,8.727]],["name/25109",[513,51.363]],["parent/25109",[6622,8.727]],["name/25110",[65,47.186]],["parent/25110",[6618,6.865]],["name/25111",[173,20.78]],["parent/25111",[6623,10.024]],["name/25112",[408,29.731]],["parent/25112",[6624,7.413]],["name/25113",[493,49.276]],["parent/25113",[6624,7.413]],["name/25114",[516,51.363]],["parent/25114",[6624,7.413]],["name/25115",[517,58.27]],["parent/25115",[6624,7.413]],["name/25116",[518,58.27]],["parent/25116",[6624,7.413]],["name/25117",[421,44.394]],["parent/25117",[6624,7.413]],["name/25118",[519,58.27]],["parent/25118",[6624,7.413]],["name/25119",[520,58.27]],["parent/25119",[6624,7.413]],["name/25120",[521,51.363]],["parent/25120",[6624,7.413]],["name/25121",[344,48.357]],["parent/25121",[6624,7.413]],["name/25122",[155,37.858]],["parent/25122",[6624,7.413]],["name/25123",[522,58.27]],["parent/25123",[6624,7.413]],["name/25124",[523,58.27]],["parent/25124",[6624,7.413]],["name/25125",[524,58.27]],["parent/25125",[6624,7.413]],["name/25126",[525,58.27]],["parent/25126",[6624,7.413]],["name/25127",[526,47.618]],["parent/25127",[6624,7.413]],["name/25128",[527,58.27]],["parent/25128",[6624,7.413]],["name/25129",[513,51.363]],["parent/25129",[6624,7.413]],["name/25130",[528,58.27]],["parent/25130",[6624,7.413]],["name/25131",[92,51.167]],["parent/25131",[6624,7.413]],["name/25132",[67,57.883]],["parent/25132",[6618,6.865]],["name/25133",[173,20.78]],["parent/25133",[6625,10.024]],["name/25134",[530,58.27]],["parent/25134",[6626,8.927]],["name/25135",[532,51.363]],["parent/25135",[6626,8.927]],["name/25136",[533,58.27]],["parent/25136",[6626,8.927]],["name/25137",[534,51.363]],["parent/25137",[6626,8.927]],["name/25138",[68,51.167]],["parent/25138",[6618,6.865]],["name/25139",[173,20.78]],["parent/25139",[6627,10.024]],["name/25140",[410,39.926]],["parent/25140",[6628,9.178]],["name/25141",[411,58.075]],["parent/25141",[6628,9.178]],["name/25142",[537,58.27]],["parent/25142",[6628,9.178]],["name/25143",[69,57.883]],["parent/25143",[6618,6.865]],["name/25144",[173,20.78]],["parent/25144",[6629,10.024]],["name/25145",[408,29.731]],["parent/25145",[6630,8.292]],["name/25146",[540,45.268]],["parent/25146",[6630,8.292]],["name/25147",[155,37.858]],["parent/25147",[6630,8.292]],["name/25148",[541,58.27]],["parent/25148",[6630,8.292]],["name/25149",[542,58.27]],["parent/25149",[6630,8.292]],["name/25150",[543,58.27]],["parent/25150",[6630,8.292]],["name/25151",[342,56.068]],["parent/25151",[6630,8.292]],["name/25152",[544,45.905]],["parent/25152",[6630,8.292]],["name/25153",[70,51.167]],["parent/25153",[6618,6.865]],["name/25154",[173,20.78]],["parent/25154",[6631,10.024]],["name/25155",[155,37.858]],["parent/25155",[6632,7.83]],["name/25156",[547,44.444]],["parent/25156",[6632,7.83]],["name/25157",[544,45.905]],["parent/25157",[6632,7.83]],["name/25158",[540,45.268]],["parent/25158",[6632,7.83]],["name/25159",[548,58.27]],["parent/25159",[6632,7.83]],["name/25160",[549,58.27]],["parent/25160",[6632,7.83]],["name/25161",[550,58.27]],["parent/25161",[6632,7.83]],["name/25162",[551,58.27]],["parent/25162",[6632,7.83]],["name/25163",[552,58.27]],["parent/25163",[6632,7.83]],["name/25164",[553,58.27]],["parent/25164",[6632,7.83]],["name/25165",[554,56.227]],["parent/25165",[6632,7.83]],["name/25166",[555,56.227]],["parent/25166",[6632,7.83]],["name/25167",[485,61.773]],["parent/25167",[6632,7.83]],["name/25168",[82,57.511]],["parent/25168",[6618,6.865]],["name/25169",[173,20.78]],["parent/25169",[6633,10.024]],["name/25170",[408,29.731]],["parent/25170",[6634,8.927]],["name/25171",[493,49.276]],["parent/25171",[6634,8.927]],["name/25172",[155,37.858]],["parent/25172",[6634,8.927]],["name/25173",[516,51.363]],["parent/25173",[6634,8.927]],["name/25174",[77,51.167]],["parent/25174",[6618,6.865]],["name/25175",[173,20.78]],["parent/25175",[6635,10.024]],["name/25176",[559,58.27]],["parent/25176",[6636,9.178]],["name/25177",[561,58.27]],["parent/25177",[6636,9.178]],["name/25178",[562,45.295]],["parent/25178",[6636,9.178]],["name/25179",[96,55.911]],["parent/25179",[6618,6.865]],["name/25180",[173,20.78]],["parent/25180",[6637,10.024]],["name/25181",[410,39.926]],["parent/25181",[6638,9.178]],["name/25182",[155,37.858]],["parent/25182",[6638,9.178]],["name/25183",[77,51.167]],["parent/25183",[6638,9.178]],["name/25184",[85,57.978]],["parent/25184",[6618,6.865]],["name/25185",[173,20.78]],["parent/25185",[6639,10.024]],["name/25186",[547,44.444]],["parent/25186",[6640,9.514]],["name/25187",[567,51.363]],["parent/25187",[6640,9.514]],["name/25188",[84,48.96]],["parent/25188",[6618,6.865]],["name/25189",[173,20.78]],["parent/25189",[6641,10.024]],["name/25190",[408,29.731]],["parent/25190",[6642,8.417]],["name/25191",[570,51.363]],["parent/25191",[6642,8.417]],["name/25192",[571,58.27]],["parent/25192",[6642,8.417]],["name/25193",[572,56.227]],["parent/25193",[6642,8.417]],["name/25194",[567,51.363]],["parent/25194",[6642,8.417]],["name/25195",[573,58.27]],["parent/25195",[6642,8.417]],["name/25196",[574,58.27]],["parent/25196",[6642,8.417]],["name/25197",[345,56.721]],["parent/25197",[6618,6.865]],["name/25198",[173,20.78]],["parent/25198",[6643,10.024]],["name/25199",[576,62.202]],["parent/25199",[6644,8.927]],["name/25200",[578,62.202]],["parent/25200",[6644,8.927]],["name/25201",[410,39.926]],["parent/25201",[6644,8.927]],["name/25202",[562,45.295]],["parent/25202",[6644,8.927]],["name/25203",[94,51.023]],["parent/25203",[6618,6.865]],["name/25204",[173,20.78]],["parent/25204",[6645,10.024]],["name/25205",[408,29.731]],["parent/25205",[6646,7.017]],["name/25206",[581,49.316]],["parent/25206",[6646,7.017]],["name/25207",[155,37.858]],["parent/25207",[6646,7.017]],["name/25208",[65,47.186]],["parent/25208",[6646,7.017]],["name/25209",[582,51.363]],["parent/25209",[6646,7.017]],["name/25210",[583,58.27]],["parent/25210",[6646,7.017]],["name/25211",[145,57.978]],["parent/25211",[6646,7.017]],["name/25212",[584,58.27]],["parent/25212",[6646,7.017]],["name/25213",[421,44.394]],["parent/25213",[6646,7.017]],["name/25214",[526,47.618]],["parent/25214",[6646,7.017]],["name/25215",[585,58.27]],["parent/25215",[6646,7.017]],["name/25216",[586,58.27]],["parent/25216",[6646,7.017]],["name/25217",[587,58.27]],["parent/25217",[6646,7.017]],["name/25218",[588,58.27]],["parent/25218",[6646,7.017]],["name/25219",[589,58.27]],["parent/25219",[6646,7.017]],["name/25220",[590,58.27]],["parent/25220",[6646,7.017]],["name/25221",[511,47.317]],["parent/25221",[6646,7.017]],["name/25222",[591,49.811]],["parent/25222",[6646,7.017]],["name/25223",[352,50.243]],["parent/25223",[6646,7.017]],["name/25224",[592,51.363]],["parent/25224",[6646,7.017]],["name/25225",[593,56.227]],["parent/25225",[6646,7.017]],["name/25226",[594,56.227]],["parent/25226",[6646,7.017]],["name/25227",[70,51.167]],["parent/25227",[6646,7.017]],["name/25228",[84,48.96]],["parent/25228",[6646,7.017]],["name/25229",[68,51.167]],["parent/25229",[6646,7.017]],["name/25230",[512,51.363]],["parent/25230",[6646,7.017]],["name/25231",[595,58.27]],["parent/25231",[6646,7.017]],["name/25232",[597,58.27]],["parent/25232",[6646,7.017]],["name/25233",[485,61.773]],["parent/25233",[6646,7.017]],["name/25234",[173,20.78]],["parent/25234",[6646,7.017]],["name/25235",[71,49.643]],["parent/25235",[6647,8.181]],["name/25236",[173,20.78]],["parent/25236",[6647,8.181]],["name/25237",[6499,62.202]],["parent/25237",[6648,9.514]],["name/25238",[591,49.811]],["parent/25238",[6647,8.181]],["name/25239",[173,20.78]],["parent/25239",[6647,8.181]],["name/25240",[6499,62.202]],["parent/25240",[6648,9.514]],["name/25241",[6501,69.061]],["parent/25241",[6647,8.181]],["name/25242",[6502,69.061]],["parent/25242",[6647,8.181]],["name/25243",[596,62.202]],["parent/25243",[6647,8.181]],["name/25244",[6503,69.061]],["parent/25244",[6647,8.181]],["name/25245",[6504,69.061]],["parent/25245",[6647,8.181]],["name/25246",[71,49.643]],["parent/25246",[6618,6.865]],["name/25247",[173,20.78]],["parent/25247",[6649,10.024]],["name/25248",[599,58.27]],["parent/25248",[6650,9.514]],["name/25249",[601,58.27]],["parent/25249",[6650,9.514]],["name/25250",[72,57.883]],["parent/25250",[6618,6.865]],["name/25251",[173,20.78]],["parent/25251",[6651,10.024]],["name/25252",[408,29.731]],["parent/25252",[6652,8.927]],["name/25253",[562,45.295]],["parent/25253",[6652,8.927]],["name/25254",[604,58.27]],["parent/25254",[6652,8.927]],["name/25255",[605,58.27]],["parent/25255",[6652,8.927]],["name/25256",[74,58.075]],["parent/25256",[6618,6.865]],["name/25257",[173,20.78]],["parent/25257",[6653,10.024]],["name/25258",[408,29.731]],["parent/25258",[6654,8.927]],["name/25259",[410,39.926]],["parent/25259",[6654,8.927]],["name/25260",[521,51.363]],["parent/25260",[6654,8.927]],["name/25261",[608,58.27]],["parent/25261",[6654,8.927]],["name/25262",[75,57.883]],["parent/25262",[6618,6.865]],["name/25263",[173,20.78]],["parent/25263",[6655,10.024]],["name/25264",[410,39.926]],["parent/25264",[6656,9.178]],["name/25265",[611,58.27]],["parent/25265",[6656,9.178]],["name/25266",[612,58.27]],["parent/25266",[6656,9.178]],["name/25267",[76,57.883]],["parent/25267",[6618,6.865]],["name/25268",[173,20.78]],["parent/25268",[6657,10.024]],["name/25269",[408,29.731]],["parent/25269",[6658,8.56]],["name/25270",[615,58.27]],["parent/25270",[6658,8.56]],["name/25271",[71,49.643]],["parent/25271",[6658,8.56]],["name/25272",[570,51.363]],["parent/25272",[6658,8.56]],["name/25273",[616,58.27]],["parent/25273",[6658,8.56]],["name/25274",[617,58.27]],["parent/25274",[6658,8.56]],["name/25275",[78,58.075]],["parent/25275",[6618,6.865]],["name/25276",[173,20.78]],["parent/25276",[6659,10.024]],["name/25277",[619,58.27]],["parent/25277",[6660,8.727]],["name/25278",[621,58.27]],["parent/25278",[6660,8.727]],["name/25279",[622,47.317]],["parent/25279",[6660,8.727]],["name/25280",[623,58.27]],["parent/25280",[6660,8.727]],["name/25281",[624,58.27]],["parent/25281",[6660,8.727]],["name/25282",[98,51.167]],["parent/25282",[6618,6.865]],["name/25283",[173,20.78]],["parent/25283",[6661,10.024]],["name/25284",[626,58.27]],["parent/25284",[6662,10.024]],["name/25285",[93,50.025]],["parent/25285",[6618,6.865]],["name/25286",[173,20.78]],["parent/25286",[6663,10.024]],["name/25287",[629,58.27]],["parent/25287",[6664,9.178]],["name/25288",[631,58.27]],["parent/25288",[6664,9.178]],["name/25289",[632,58.27]],["parent/25289",[6664,9.178]],["name/25290",[79,57.883]],["parent/25290",[6618,6.865]],["name/25291",[173,20.78]],["parent/25291",[6665,10.024]],["name/25292",[581,49.316]],["parent/25292",[6666,7.907]],["name/25293",[547,44.444]],["parent/25293",[6666,7.907]],["name/25294",[544,45.905]],["parent/25294",[6666,7.907]],["name/25295",[635,58.27]],["parent/25295",[6666,7.907]],["name/25296",[636,46.586]],["parent/25296",[6666,7.907]],["name/25297",[637,58.27]],["parent/25297",[6666,7.907]],["name/25298",[98,51.167]],["parent/25298",[6666,7.907]],["name/25299",[93,50.025]],["parent/25299",[6666,7.907]],["name/25300",[638,58.27]],["parent/25300",[6666,7.907]],["name/25301",[639,58.27]],["parent/25301",[6666,7.907]],["name/25302",[640,58.27]],["parent/25302",[6666,7.907]],["name/25303",[534,51.363]],["parent/25303",[6666,7.907]],["name/25304",[80,55.757]],["parent/25304",[6618,6.865]],["name/25305",[173,20.78]],["parent/25305",[6667,10.024]],["name/25306",[408,29.731]],["parent/25306",[6668,9.514]],["name/25307",[547,44.444]],["parent/25307",[6668,9.514]],["name/25308",[81,57.883]],["parent/25308",[6618,6.865]],["name/25309",[173,20.78]],["parent/25309",[6669,10.024]],["name/25310",[644,58.27]],["parent/25310",[6670,8.927]],["name/25311",[173,20.78]],["parent/25311",[6670,8.927]],["name/25312",[646,51.363]],["parent/25312",[6671,8.56]],["name/25313",[636,46.586]],["parent/25313",[6671,8.56]],["name/25314",[622,47.317]],["parent/25314",[6671,8.56]],["name/25315",[648,58.27]],["parent/25315",[6670,8.927]],["name/25316",[173,20.78]],["parent/25316",[6670,8.927]],["name/25317",[646,51.363]],["parent/25317",[6671,8.56]],["name/25318",[636,46.586]],["parent/25318",[6671,8.56]],["name/25319",[622,47.317]],["parent/25319",[6671,8.56]],["name/25320",[83,55.604]],["parent/25320",[6618,6.865]],["name/25321",[173,20.78]],["parent/25321",[6672,10.024]],["name/25322",[65,47.186]],["parent/25322",[6673,8.56]],["name/25323",[421,44.394]],["parent/25323",[6673,8.56]],["name/25324",[408,29.731]],["parent/25324",[6673,8.56]],["name/25325",[94,51.023]],["parent/25325",[6673,8.56]],["name/25326",[73,51.562]],["parent/25326",[6673,8.56]],["name/25327",[540,45.268]],["parent/25327",[6673,8.56]],["name/25328",[651,56.147]],["parent/25328",[6618,6.865]],["name/25329",[86,57.883]],["parent/25329",[6618,6.865]],["name/25330",[173,20.78]],["parent/25330",[6674,10.024]],["name/25331",[653,58.27]],["parent/25331",[6675,8.727]],["name/25332",[655,58.27]],["parent/25332",[6675,8.727]],["name/25333",[656,58.27]],["parent/25333",[6675,8.727]],["name/25334",[657,58.27]],["parent/25334",[6675,8.727]],["name/25335",[658,58.27]],["parent/25335",[6675,8.727]],["name/25336",[87,58.075]],["parent/25336",[6618,6.865]],["name/25337",[173,20.78]],["parent/25337",[6676,10.024]],["name/25338",[408,29.731]],["parent/25338",[6677,8.927]],["name/25339",[661,58.27]],["parent/25339",[6677,8.927]],["name/25340",[662,58.27]],["parent/25340",[6677,8.927]],["name/25341",[663,58.27]],["parent/25341",[6677,8.927]],["name/25342",[88,57.883]],["parent/25342",[6618,6.865]],["name/25343",[173,20.78]],["parent/25343",[6678,10.024]],["name/25344",[408,29.731]],["parent/25344",[6679,8.081]],["name/25345",[340,56.068]],["parent/25345",[6679,8.081]],["name/25346",[666,58.27]],["parent/25346",[6679,8.081]],["name/25347",[334,56.147]],["parent/25347",[6679,8.081]],["name/25348",[667,58.27]],["parent/25348",[6679,8.081]],["name/25349",[668,58.27]],["parent/25349",[6679,8.081]],["name/25350",[669,58.27]],["parent/25350",[6679,8.081]],["name/25351",[670,58.27]],["parent/25351",[6679,8.081]],["name/25352",[671,58.27]],["parent/25352",[6679,8.081]],["name/25353",[672,58.27]],["parent/25353",[6679,8.081]],["name/25354",[89,57.511]],["parent/25354",[6618,6.865]],["name/25355",[173,20.78]],["parent/25355",[6680,10.024]],["name/25356",[408,29.731]],["parent/25356",[6681,8.727]],["name/25357",[675,58.27]],["parent/25357",[6681,8.727]],["name/25358",[676,58.27]],["parent/25358",[6681,8.727]],["name/25359",[677,58.27]],["parent/25359",[6681,8.727]],["name/25360",[678,58.27]],["parent/25360",[6681,8.727]],["name/25361",[90,57.883]],["parent/25361",[6618,6.865]],["name/25362",[173,20.78]],["parent/25362",[6682,10.024]],["name/25363",[562,45.295]],["parent/25363",[6683,9.178]],["name/25364",[532,51.363]],["parent/25364",[6683,9.178]],["name/25365",[681,58.27]],["parent/25365",[6683,9.178]],["name/25366",[91,58.075]],["parent/25366",[6618,6.865]],["name/25367",[173,20.78]],["parent/25367",[6684,10.024]],["name/25368",[408,29.731]],["parent/25368",[6685,8.927]],["name/25369",[684,51.363]],["parent/25369",[6685,8.927]],["name/25370",[172,58.075]],["parent/25370",[6685,8.927]],["name/25371",[592,51.363]],["parent/25371",[6685,8.927]],["name/25372",[95,58.075]],["parent/25372",[6618,6.865]],["name/25373",[173,20.78]],["parent/25373",[6686,10.024]],["name/25374",[686,54.532]],["parent/25374",[6687,8.292]],["name/25375",[582,51.363]],["parent/25375",[6687,8.292]],["name/25376",[688,58.27]],["parent/25376",[6687,8.292]],["name/25377",[511,47.317]],["parent/25377",[6687,8.292]],["name/25378",[591,49.811]],["parent/25378",[6687,8.292]],["name/25379",[352,50.243]],["parent/25379",[6687,8.292]],["name/25380",[684,51.363]],["parent/25380",[6687,8.292]],["name/25381",[689,58.27]],["parent/25381",[6687,8.292]],["name/25382",[97,55.911]],["parent/25382",[6618,6.865]],["name/25383",[173,20.78]],["parent/25383",[6688,10.024]],["name/25384",[417,58.075]],["parent/25384",[6689,8.927]],["name/25385",[419,58.075]],["parent/25385",[6689,8.927]],["name/25386",[420,58.075]],["parent/25386",[6689,8.927]],["name/25387",[421,44.394]],["parent/25387",[6689,8.927]],["name/25388",[6468,69.061]],["parent/25388",[447,9.514]],["name/25389",[73,51.562]],["parent/25389",[6690,6.865]],["name/25390",[173,20.78]],["parent/25390",[6691,10.024]],["name/25391",[504,58.27]],["parent/25391",[6692,8.927]],["name/25392",[506,58.27]],["parent/25392",[6692,8.927]],["name/25393",[155,37.858]],["parent/25393",[6692,8.927]],["name/25394",[507,58.27]],["parent/25394",[6692,8.927]],["name/25395",[92,51.167]],["parent/25395",[6690,6.865]],["name/25396",[173,20.78]],["parent/25396",[6693,10.024]],["name/25397",[509,58.27]],["parent/25397",[6694,8.727]],["name/25398",[511,47.317]],["parent/25398",[6694,8.727]],["name/25399",[512,51.363]],["parent/25399",[6694,8.727]],["name/25400",[344,48.357]],["parent/25400",[6694,8.727]],["name/25401",[513,51.363]],["parent/25401",[6694,8.727]],["name/25402",[65,47.186]],["parent/25402",[6690,6.865]],["name/25403",[173,20.78]],["parent/25403",[6695,10.024]],["name/25404",[408,29.731]],["parent/25404",[6696,7.413]],["name/25405",[493,49.276]],["parent/25405",[6696,7.413]],["name/25406",[516,51.363]],["parent/25406",[6696,7.413]],["name/25407",[517,58.27]],["parent/25407",[6696,7.413]],["name/25408",[518,58.27]],["parent/25408",[6696,7.413]],["name/25409",[421,44.394]],["parent/25409",[6696,7.413]],["name/25410",[519,58.27]],["parent/25410",[6696,7.413]],["name/25411",[520,58.27]],["parent/25411",[6696,7.413]],["name/25412",[521,51.363]],["parent/25412",[6696,7.413]],["name/25413",[344,48.357]],["parent/25413",[6696,7.413]],["name/25414",[155,37.858]],["parent/25414",[6696,7.413]],["name/25415",[522,58.27]],["parent/25415",[6696,7.413]],["name/25416",[523,58.27]],["parent/25416",[6696,7.413]],["name/25417",[524,58.27]],["parent/25417",[6696,7.413]],["name/25418",[525,58.27]],["parent/25418",[6696,7.413]],["name/25419",[526,47.618]],["parent/25419",[6696,7.413]],["name/25420",[527,58.27]],["parent/25420",[6696,7.413]],["name/25421",[513,51.363]],["parent/25421",[6696,7.413]],["name/25422",[528,58.27]],["parent/25422",[6696,7.413]],["name/25423",[92,51.167]],["parent/25423",[6696,7.413]],["name/25424",[67,57.883]],["parent/25424",[6690,6.865]],["name/25425",[173,20.78]],["parent/25425",[6697,10.024]],["name/25426",[530,58.27]],["parent/25426",[6698,8.927]],["name/25427",[532,51.363]],["parent/25427",[6698,8.927]],["name/25428",[533,58.27]],["parent/25428",[6698,8.927]],["name/25429",[534,51.363]],["parent/25429",[6698,8.927]],["name/25430",[68,51.167]],["parent/25430",[6690,6.865]],["name/25431",[173,20.78]],["parent/25431",[6699,10.024]],["name/25432",[410,39.926]],["parent/25432",[6700,9.178]],["name/25433",[411,58.075]],["parent/25433",[6700,9.178]],["name/25434",[537,58.27]],["parent/25434",[6700,9.178]],["name/25435",[69,57.883]],["parent/25435",[6690,6.865]],["name/25436",[173,20.78]],["parent/25436",[6701,10.024]],["name/25437",[408,29.731]],["parent/25437",[6702,8.292]],["name/25438",[540,45.268]],["parent/25438",[6702,8.292]],["name/25439",[155,37.858]],["parent/25439",[6702,8.292]],["name/25440",[541,58.27]],["parent/25440",[6702,8.292]],["name/25441",[542,58.27]],["parent/25441",[6702,8.292]],["name/25442",[543,58.27]],["parent/25442",[6702,8.292]],["name/25443",[342,56.068]],["parent/25443",[6702,8.292]],["name/25444",[544,45.905]],["parent/25444",[6702,8.292]],["name/25445",[70,51.167]],["parent/25445",[6690,6.865]],["name/25446",[173,20.78]],["parent/25446",[6703,10.024]],["name/25447",[155,37.858]],["parent/25447",[6704,7.83]],["name/25448",[547,44.444]],["parent/25448",[6704,7.83]],["name/25449",[544,45.905]],["parent/25449",[6704,7.83]],["name/25450",[540,45.268]],["parent/25450",[6704,7.83]],["name/25451",[548,58.27]],["parent/25451",[6704,7.83]],["name/25452",[549,58.27]],["parent/25452",[6704,7.83]],["name/25453",[550,58.27]],["parent/25453",[6704,7.83]],["name/25454",[551,58.27]],["parent/25454",[6704,7.83]],["name/25455",[552,58.27]],["parent/25455",[6704,7.83]],["name/25456",[553,58.27]],["parent/25456",[6704,7.83]],["name/25457",[554,56.227]],["parent/25457",[6704,7.83]],["name/25458",[555,56.227]],["parent/25458",[6704,7.83]],["name/25459",[485,61.773]],["parent/25459",[6704,7.83]],["name/25460",[82,57.511]],["parent/25460",[6690,6.865]],["name/25461",[173,20.78]],["parent/25461",[6705,10.024]],["name/25462",[408,29.731]],["parent/25462",[6706,8.927]],["name/25463",[493,49.276]],["parent/25463",[6706,8.927]],["name/25464",[155,37.858]],["parent/25464",[6706,8.927]],["name/25465",[516,51.363]],["parent/25465",[6706,8.927]],["name/25466",[77,51.167]],["parent/25466",[6690,6.865]],["name/25467",[173,20.78]],["parent/25467",[6707,10.024]],["name/25468",[559,58.27]],["parent/25468",[6708,9.178]],["name/25469",[561,58.27]],["parent/25469",[6708,9.178]],["name/25470",[562,45.295]],["parent/25470",[6708,9.178]],["name/25471",[96,55.911]],["parent/25471",[6690,6.865]],["name/25472",[173,20.78]],["parent/25472",[6709,10.024]],["name/25473",[410,39.926]],["parent/25473",[6710,9.178]],["name/25474",[155,37.858]],["parent/25474",[6710,9.178]],["name/25475",[77,51.167]],["parent/25475",[6710,9.178]],["name/25476",[85,57.978]],["parent/25476",[6690,6.865]],["name/25477",[173,20.78]],["parent/25477",[6711,10.024]],["name/25478",[547,44.444]],["parent/25478",[6712,9.514]],["name/25479",[567,51.363]],["parent/25479",[6712,9.514]],["name/25480",[84,48.96]],["parent/25480",[6690,6.865]],["name/25481",[173,20.78]],["parent/25481",[6713,10.024]],["name/25482",[408,29.731]],["parent/25482",[6714,8.417]],["name/25483",[570,51.363]],["parent/25483",[6714,8.417]],["name/25484",[571,58.27]],["parent/25484",[6714,8.417]],["name/25485",[572,56.227]],["parent/25485",[6714,8.417]],["name/25486",[567,51.363]],["parent/25486",[6714,8.417]],["name/25487",[573,58.27]],["parent/25487",[6714,8.417]],["name/25488",[574,58.27]],["parent/25488",[6714,8.417]],["name/25489",[345,56.721]],["parent/25489",[6690,6.865]],["name/25490",[173,20.78]],["parent/25490",[6715,10.024]],["name/25491",[576,62.202]],["parent/25491",[6716,8.927]],["name/25492",[578,62.202]],["parent/25492",[6716,8.927]],["name/25493",[410,39.926]],["parent/25493",[6716,8.927]],["name/25494",[562,45.295]],["parent/25494",[6716,8.927]],["name/25495",[94,51.023]],["parent/25495",[6690,6.865]],["name/25496",[173,20.78]],["parent/25496",[6717,10.024]],["name/25497",[408,29.731]],["parent/25497",[6718,7.017]],["name/25498",[581,49.316]],["parent/25498",[6718,7.017]],["name/25499",[155,37.858]],["parent/25499",[6718,7.017]],["name/25500",[65,47.186]],["parent/25500",[6718,7.017]],["name/25501",[582,51.363]],["parent/25501",[6718,7.017]],["name/25502",[583,58.27]],["parent/25502",[6718,7.017]],["name/25503",[145,57.978]],["parent/25503",[6718,7.017]],["name/25504",[584,58.27]],["parent/25504",[6718,7.017]],["name/25505",[421,44.394]],["parent/25505",[6718,7.017]],["name/25506",[526,47.618]],["parent/25506",[6718,7.017]],["name/25507",[585,58.27]],["parent/25507",[6718,7.017]],["name/25508",[586,58.27]],["parent/25508",[6718,7.017]],["name/25509",[587,58.27]],["parent/25509",[6718,7.017]],["name/25510",[588,58.27]],["parent/25510",[6718,7.017]],["name/25511",[589,58.27]],["parent/25511",[6718,7.017]],["name/25512",[590,58.27]],["parent/25512",[6718,7.017]],["name/25513",[511,47.317]],["parent/25513",[6718,7.017]],["name/25514",[591,49.811]],["parent/25514",[6718,7.017]],["name/25515",[352,50.243]],["parent/25515",[6718,7.017]],["name/25516",[592,51.363]],["parent/25516",[6718,7.017]],["name/25517",[593,56.227]],["parent/25517",[6718,7.017]],["name/25518",[594,56.227]],["parent/25518",[6718,7.017]],["name/25519",[70,51.167]],["parent/25519",[6718,7.017]],["name/25520",[84,48.96]],["parent/25520",[6718,7.017]],["name/25521",[68,51.167]],["parent/25521",[6718,7.017]],["name/25522",[512,51.363]],["parent/25522",[6718,7.017]],["name/25523",[595,58.27]],["parent/25523",[6718,7.017]],["name/25524",[597,58.27]],["parent/25524",[6718,7.017]],["name/25525",[485,61.773]],["parent/25525",[6718,7.017]],["name/25526",[173,20.78]],["parent/25526",[6718,7.017]],["name/25527",[71,49.643]],["parent/25527",[6719,8.181]],["name/25528",[173,20.78]],["parent/25528",[6719,8.181]],["name/25529",[6499,62.202]],["parent/25529",[6720,9.514]],["name/25530",[591,49.811]],["parent/25530",[6719,8.181]],["name/25531",[173,20.78]],["parent/25531",[6719,8.181]],["name/25532",[6499,62.202]],["parent/25532",[6720,9.514]],["name/25533",[6501,69.061]],["parent/25533",[6719,8.181]],["name/25534",[6502,69.061]],["parent/25534",[6719,8.181]],["name/25535",[596,62.202]],["parent/25535",[6719,8.181]],["name/25536",[6503,69.061]],["parent/25536",[6719,8.181]],["name/25537",[6504,69.061]],["parent/25537",[6719,8.181]],["name/25538",[71,49.643]],["parent/25538",[6690,6.865]],["name/25539",[173,20.78]],["parent/25539",[6721,10.024]],["name/25540",[599,58.27]],["parent/25540",[6722,9.514]],["name/25541",[601,58.27]],["parent/25541",[6722,9.514]],["name/25542",[72,57.883]],["parent/25542",[6690,6.865]],["name/25543",[173,20.78]],["parent/25543",[6723,10.024]],["name/25544",[408,29.731]],["parent/25544",[6724,8.927]],["name/25545",[562,45.295]],["parent/25545",[6724,8.927]],["name/25546",[604,58.27]],["parent/25546",[6724,8.927]],["name/25547",[605,58.27]],["parent/25547",[6724,8.927]],["name/25548",[74,58.075]],["parent/25548",[6690,6.865]],["name/25549",[173,20.78]],["parent/25549",[6725,10.024]],["name/25550",[408,29.731]],["parent/25550",[6726,8.927]],["name/25551",[410,39.926]],["parent/25551",[6726,8.927]],["name/25552",[521,51.363]],["parent/25552",[6726,8.927]],["name/25553",[608,58.27]],["parent/25553",[6726,8.927]],["name/25554",[75,57.883]],["parent/25554",[6690,6.865]],["name/25555",[173,20.78]],["parent/25555",[6727,10.024]],["name/25556",[410,39.926]],["parent/25556",[6728,9.178]],["name/25557",[611,58.27]],["parent/25557",[6728,9.178]],["name/25558",[612,58.27]],["parent/25558",[6728,9.178]],["name/25559",[76,57.883]],["parent/25559",[6690,6.865]],["name/25560",[173,20.78]],["parent/25560",[6729,10.024]],["name/25561",[408,29.731]],["parent/25561",[6730,8.56]],["name/25562",[615,58.27]],["parent/25562",[6730,8.56]],["name/25563",[71,49.643]],["parent/25563",[6730,8.56]],["name/25564",[570,51.363]],["parent/25564",[6730,8.56]],["name/25565",[616,58.27]],["parent/25565",[6730,8.56]],["name/25566",[617,58.27]],["parent/25566",[6730,8.56]],["name/25567",[78,58.075]],["parent/25567",[6690,6.865]],["name/25568",[173,20.78]],["parent/25568",[6731,10.024]],["name/25569",[619,58.27]],["parent/25569",[6732,8.727]],["name/25570",[621,58.27]],["parent/25570",[6732,8.727]],["name/25571",[622,47.317]],["parent/25571",[6732,8.727]],["name/25572",[623,58.27]],["parent/25572",[6732,8.727]],["name/25573",[624,58.27]],["parent/25573",[6732,8.727]],["name/25574",[98,51.167]],["parent/25574",[6690,6.865]],["name/25575",[173,20.78]],["parent/25575",[6733,10.024]],["name/25576",[626,58.27]],["parent/25576",[6734,10.024]],["name/25577",[93,50.025]],["parent/25577",[6690,6.865]],["name/25578",[173,20.78]],["parent/25578",[6735,10.024]],["name/25579",[629,58.27]],["parent/25579",[6736,9.178]],["name/25580",[631,58.27]],["parent/25580",[6736,9.178]],["name/25581",[632,58.27]],["parent/25581",[6736,9.178]],["name/25582",[79,57.883]],["parent/25582",[6690,6.865]],["name/25583",[173,20.78]],["parent/25583",[6737,10.024]],["name/25584",[581,49.316]],["parent/25584",[6738,7.907]],["name/25585",[547,44.444]],["parent/25585",[6738,7.907]],["name/25586",[544,45.905]],["parent/25586",[6738,7.907]],["name/25587",[635,58.27]],["parent/25587",[6738,7.907]],["name/25588",[636,46.586]],["parent/25588",[6738,7.907]],["name/25589",[637,58.27]],["parent/25589",[6738,7.907]],["name/25590",[98,51.167]],["parent/25590",[6738,7.907]],["name/25591",[93,50.025]],["parent/25591",[6738,7.907]],["name/25592",[638,58.27]],["parent/25592",[6738,7.907]],["name/25593",[639,58.27]],["parent/25593",[6738,7.907]],["name/25594",[640,58.27]],["parent/25594",[6738,7.907]],["name/25595",[534,51.363]],["parent/25595",[6738,7.907]],["name/25596",[80,55.757]],["parent/25596",[6690,6.865]],["name/25597",[173,20.78]],["parent/25597",[6739,10.024]],["name/25598",[408,29.731]],["parent/25598",[6740,9.514]],["name/25599",[547,44.444]],["parent/25599",[6740,9.514]],["name/25600",[81,57.883]],["parent/25600",[6690,6.865]],["name/25601",[173,20.78]],["parent/25601",[6741,10.024]],["name/25602",[644,58.27]],["parent/25602",[6742,8.927]],["name/25603",[173,20.78]],["parent/25603",[6742,8.927]],["name/25604",[646,51.363]],["parent/25604",[6743,8.56]],["name/25605",[636,46.586]],["parent/25605",[6743,8.56]],["name/25606",[622,47.317]],["parent/25606",[6743,8.56]],["name/25607",[648,58.27]],["parent/25607",[6742,8.927]],["name/25608",[173,20.78]],["parent/25608",[6742,8.927]],["name/25609",[646,51.363]],["parent/25609",[6743,8.56]],["name/25610",[636,46.586]],["parent/25610",[6743,8.56]],["name/25611",[622,47.317]],["parent/25611",[6743,8.56]],["name/25612",[83,55.604]],["parent/25612",[6690,6.865]],["name/25613",[173,20.78]],["parent/25613",[6744,10.024]],["name/25614",[65,47.186]],["parent/25614",[6745,8.56]],["name/25615",[421,44.394]],["parent/25615",[6745,8.56]],["name/25616",[408,29.731]],["parent/25616",[6745,8.56]],["name/25617",[94,51.023]],["parent/25617",[6745,8.56]],["name/25618",[73,51.562]],["parent/25618",[6745,8.56]],["name/25619",[540,45.268]],["parent/25619",[6745,8.56]],["name/25620",[651,56.147]],["parent/25620",[6690,6.865]],["name/25621",[86,57.883]],["parent/25621",[6690,6.865]],["name/25622",[173,20.78]],["parent/25622",[6746,10.024]],["name/25623",[653,58.27]],["parent/25623",[6747,8.727]],["name/25624",[655,58.27]],["parent/25624",[6747,8.727]],["name/25625",[656,58.27]],["parent/25625",[6747,8.727]],["name/25626",[657,58.27]],["parent/25626",[6747,8.727]],["name/25627",[658,58.27]],["parent/25627",[6747,8.727]],["name/25628",[87,58.075]],["parent/25628",[6690,6.865]],["name/25629",[173,20.78]],["parent/25629",[6748,10.024]],["name/25630",[408,29.731]],["parent/25630",[6749,8.927]],["name/25631",[661,58.27]],["parent/25631",[6749,8.927]],["name/25632",[662,58.27]],["parent/25632",[6749,8.927]],["name/25633",[663,58.27]],["parent/25633",[6749,8.927]],["name/25634",[88,57.883]],["parent/25634",[6690,6.865]],["name/25635",[173,20.78]],["parent/25635",[6750,10.024]],["name/25636",[408,29.731]],["parent/25636",[6751,8.081]],["name/25637",[340,56.068]],["parent/25637",[6751,8.081]],["name/25638",[666,58.27]],["parent/25638",[6751,8.081]],["name/25639",[334,56.147]],["parent/25639",[6751,8.081]],["name/25640",[667,58.27]],["parent/25640",[6751,8.081]],["name/25641",[668,58.27]],["parent/25641",[6751,8.081]],["name/25642",[669,58.27]],["parent/25642",[6751,8.081]],["name/25643",[670,58.27]],["parent/25643",[6751,8.081]],["name/25644",[671,58.27]],["parent/25644",[6751,8.081]],["name/25645",[672,58.27]],["parent/25645",[6751,8.081]],["name/25646",[89,57.511]],["parent/25646",[6690,6.865]],["name/25647",[173,20.78]],["parent/25647",[6752,10.024]],["name/25648",[408,29.731]],["parent/25648",[6753,8.727]],["name/25649",[675,58.27]],["parent/25649",[6753,8.727]],["name/25650",[676,58.27]],["parent/25650",[6753,8.727]],["name/25651",[677,58.27]],["parent/25651",[6753,8.727]],["name/25652",[678,58.27]],["parent/25652",[6753,8.727]],["name/25653",[90,57.883]],["parent/25653",[6690,6.865]],["name/25654",[173,20.78]],["parent/25654",[6754,10.024]],["name/25655",[562,45.295]],["parent/25655",[6755,9.178]],["name/25656",[532,51.363]],["parent/25656",[6755,9.178]],["name/25657",[681,58.27]],["parent/25657",[6755,9.178]],["name/25658",[91,58.075]],["parent/25658",[6690,6.865]],["name/25659",[173,20.78]],["parent/25659",[6756,10.024]],["name/25660",[408,29.731]],["parent/25660",[6757,8.927]],["name/25661",[684,51.363]],["parent/25661",[6757,8.927]],["name/25662",[172,58.075]],["parent/25662",[6757,8.927]],["name/25663",[592,51.363]],["parent/25663",[6757,8.927]],["name/25664",[95,58.075]],["parent/25664",[6690,6.865]],["name/25665",[173,20.78]],["parent/25665",[6758,10.024]],["name/25666",[686,54.532]],["parent/25666",[6759,8.292]],["name/25667",[582,51.363]],["parent/25667",[6759,8.292]],["name/25668",[688,58.27]],["parent/25668",[6759,8.292]],["name/25669",[511,47.317]],["parent/25669",[6759,8.292]],["name/25670",[591,49.811]],["parent/25670",[6759,8.292]],["name/25671",[352,50.243]],["parent/25671",[6759,8.292]],["name/25672",[684,51.363]],["parent/25672",[6759,8.292]],["name/25673",[689,58.27]],["parent/25673",[6759,8.292]],["name/25674",[97,55.911]],["parent/25674",[6690,6.865]],["name/25675",[173,20.78]],["parent/25675",[6760,10.024]],["name/25676",[417,58.075]],["parent/25676",[6761,8.927]],["name/25677",[419,58.075]],["parent/25677",[6761,8.927]],["name/25678",[420,58.075]],["parent/25678",[6761,8.927]],["name/25679",[421,44.394]],["parent/25679",[6761,8.927]],["name/25680",[6468,69.061]],["parent/25680",[448,9.514]],["name/25681",[73,51.562]],["parent/25681",[6762,6.865]],["name/25682",[173,20.78]],["parent/25682",[6763,10.024]],["name/25683",[504,58.27]],["parent/25683",[6764,8.927]],["name/25684",[506,58.27]],["parent/25684",[6764,8.927]],["name/25685",[155,37.858]],["parent/25685",[6764,8.927]],["name/25686",[507,58.27]],["parent/25686",[6764,8.927]],["name/25687",[92,51.167]],["parent/25687",[6762,6.865]],["name/25688",[173,20.78]],["parent/25688",[6765,10.024]],["name/25689",[509,58.27]],["parent/25689",[6766,8.727]],["name/25690",[511,47.317]],["parent/25690",[6766,8.727]],["name/25691",[512,51.363]],["parent/25691",[6766,8.727]],["name/25692",[344,48.357]],["parent/25692",[6766,8.727]],["name/25693",[513,51.363]],["parent/25693",[6766,8.727]],["name/25694",[65,47.186]],["parent/25694",[6762,6.865]],["name/25695",[173,20.78]],["parent/25695",[6767,10.024]],["name/25696",[408,29.731]],["parent/25696",[6768,7.413]],["name/25697",[493,49.276]],["parent/25697",[6768,7.413]],["name/25698",[516,51.363]],["parent/25698",[6768,7.413]],["name/25699",[517,58.27]],["parent/25699",[6768,7.413]],["name/25700",[518,58.27]],["parent/25700",[6768,7.413]],["name/25701",[421,44.394]],["parent/25701",[6768,7.413]],["name/25702",[519,58.27]],["parent/25702",[6768,7.413]],["name/25703",[520,58.27]],["parent/25703",[6768,7.413]],["name/25704",[521,51.363]],["parent/25704",[6768,7.413]],["name/25705",[344,48.357]],["parent/25705",[6768,7.413]],["name/25706",[155,37.858]],["parent/25706",[6768,7.413]],["name/25707",[522,58.27]],["parent/25707",[6768,7.413]],["name/25708",[523,58.27]],["parent/25708",[6768,7.413]],["name/25709",[524,58.27]],["parent/25709",[6768,7.413]],["name/25710",[525,58.27]],["parent/25710",[6768,7.413]],["name/25711",[526,47.618]],["parent/25711",[6768,7.413]],["name/25712",[527,58.27]],["parent/25712",[6768,7.413]],["name/25713",[513,51.363]],["parent/25713",[6768,7.413]],["name/25714",[528,58.27]],["parent/25714",[6768,7.413]],["name/25715",[92,51.167]],["parent/25715",[6768,7.413]],["name/25716",[67,57.883]],["parent/25716",[6762,6.865]],["name/25717",[173,20.78]],["parent/25717",[6769,10.024]],["name/25718",[530,58.27]],["parent/25718",[6770,8.927]],["name/25719",[532,51.363]],["parent/25719",[6770,8.927]],["name/25720",[533,58.27]],["parent/25720",[6770,8.927]],["name/25721",[534,51.363]],["parent/25721",[6770,8.927]],["name/25722",[68,51.167]],["parent/25722",[6762,6.865]],["name/25723",[173,20.78]],["parent/25723",[6771,10.024]],["name/25724",[410,39.926]],["parent/25724",[6772,9.178]],["name/25725",[411,58.075]],["parent/25725",[6772,9.178]],["name/25726",[537,58.27]],["parent/25726",[6772,9.178]],["name/25727",[69,57.883]],["parent/25727",[6762,6.865]],["name/25728",[173,20.78]],["parent/25728",[6773,10.024]],["name/25729",[408,29.731]],["parent/25729",[6774,8.292]],["name/25730",[540,45.268]],["parent/25730",[6774,8.292]],["name/25731",[155,37.858]],["parent/25731",[6774,8.292]],["name/25732",[541,58.27]],["parent/25732",[6774,8.292]],["name/25733",[542,58.27]],["parent/25733",[6774,8.292]],["name/25734",[543,58.27]],["parent/25734",[6774,8.292]],["name/25735",[342,56.068]],["parent/25735",[6774,8.292]],["name/25736",[544,45.905]],["parent/25736",[6774,8.292]],["name/25737",[70,51.167]],["parent/25737",[6762,6.865]],["name/25738",[173,20.78]],["parent/25738",[6775,10.024]],["name/25739",[155,37.858]],["parent/25739",[6776,7.83]],["name/25740",[547,44.444]],["parent/25740",[6776,7.83]],["name/25741",[544,45.905]],["parent/25741",[6776,7.83]],["name/25742",[540,45.268]],["parent/25742",[6776,7.83]],["name/25743",[548,58.27]],["parent/25743",[6776,7.83]],["name/25744",[549,58.27]],["parent/25744",[6776,7.83]],["name/25745",[550,58.27]],["parent/25745",[6776,7.83]],["name/25746",[551,58.27]],["parent/25746",[6776,7.83]],["name/25747",[552,58.27]],["parent/25747",[6776,7.83]],["name/25748",[553,58.27]],["parent/25748",[6776,7.83]],["name/25749",[554,56.227]],["parent/25749",[6776,7.83]],["name/25750",[555,56.227]],["parent/25750",[6776,7.83]],["name/25751",[485,61.773]],["parent/25751",[6776,7.83]],["name/25752",[82,57.511]],["parent/25752",[6762,6.865]],["name/25753",[173,20.78]],["parent/25753",[6777,10.024]],["name/25754",[408,29.731]],["parent/25754",[6778,8.927]],["name/25755",[493,49.276]],["parent/25755",[6778,8.927]],["name/25756",[155,37.858]],["parent/25756",[6778,8.927]],["name/25757",[516,51.363]],["parent/25757",[6778,8.927]],["name/25758",[77,51.167]],["parent/25758",[6762,6.865]],["name/25759",[173,20.78]],["parent/25759",[6779,10.024]],["name/25760",[559,58.27]],["parent/25760",[6780,9.178]],["name/25761",[561,58.27]],["parent/25761",[6780,9.178]],["name/25762",[562,45.295]],["parent/25762",[6780,9.178]],["name/25763",[96,55.911]],["parent/25763",[6762,6.865]],["name/25764",[173,20.78]],["parent/25764",[6781,10.024]],["name/25765",[410,39.926]],["parent/25765",[6782,9.178]],["name/25766",[155,37.858]],["parent/25766",[6782,9.178]],["name/25767",[77,51.167]],["parent/25767",[6782,9.178]],["name/25768",[85,57.978]],["parent/25768",[6762,6.865]],["name/25769",[173,20.78]],["parent/25769",[6783,10.024]],["name/25770",[547,44.444]],["parent/25770",[6784,9.514]],["name/25771",[567,51.363]],["parent/25771",[6784,9.514]],["name/25772",[84,48.96]],["parent/25772",[6762,6.865]],["name/25773",[173,20.78]],["parent/25773",[6785,10.024]],["name/25774",[408,29.731]],["parent/25774",[6786,8.417]],["name/25775",[570,51.363]],["parent/25775",[6786,8.417]],["name/25776",[571,58.27]],["parent/25776",[6786,8.417]],["name/25777",[572,56.227]],["parent/25777",[6786,8.417]],["name/25778",[567,51.363]],["parent/25778",[6786,8.417]],["name/25779",[573,58.27]],["parent/25779",[6786,8.417]],["name/25780",[574,58.27]],["parent/25780",[6786,8.417]],["name/25781",[345,56.721]],["parent/25781",[6762,6.865]],["name/25782",[173,20.78]],["parent/25782",[6787,10.024]],["name/25783",[576,62.202]],["parent/25783",[6788,8.927]],["name/25784",[578,62.202]],["parent/25784",[6788,8.927]],["name/25785",[410,39.926]],["parent/25785",[6788,8.927]],["name/25786",[562,45.295]],["parent/25786",[6788,8.927]],["name/25787",[94,51.023]],["parent/25787",[6762,6.865]],["name/25788",[173,20.78]],["parent/25788",[6789,10.024]],["name/25789",[408,29.731]],["parent/25789",[6790,7.017]],["name/25790",[581,49.316]],["parent/25790",[6790,7.017]],["name/25791",[155,37.858]],["parent/25791",[6790,7.017]],["name/25792",[65,47.186]],["parent/25792",[6790,7.017]],["name/25793",[582,51.363]],["parent/25793",[6790,7.017]],["name/25794",[583,58.27]],["parent/25794",[6790,7.017]],["name/25795",[145,57.978]],["parent/25795",[6790,7.017]],["name/25796",[584,58.27]],["parent/25796",[6790,7.017]],["name/25797",[421,44.394]],["parent/25797",[6790,7.017]],["name/25798",[526,47.618]],["parent/25798",[6790,7.017]],["name/25799",[585,58.27]],["parent/25799",[6790,7.017]],["name/25800",[586,58.27]],["parent/25800",[6790,7.017]],["name/25801",[587,58.27]],["parent/25801",[6790,7.017]],["name/25802",[588,58.27]],["parent/25802",[6790,7.017]],["name/25803",[589,58.27]],["parent/25803",[6790,7.017]],["name/25804",[590,58.27]],["parent/25804",[6790,7.017]],["name/25805",[511,47.317]],["parent/25805",[6790,7.017]],["name/25806",[591,49.811]],["parent/25806",[6790,7.017]],["name/25807",[352,50.243]],["parent/25807",[6790,7.017]],["name/25808",[592,51.363]],["parent/25808",[6790,7.017]],["name/25809",[593,56.227]],["parent/25809",[6790,7.017]],["name/25810",[594,56.227]],["parent/25810",[6790,7.017]],["name/25811",[70,51.167]],["parent/25811",[6790,7.017]],["name/25812",[84,48.96]],["parent/25812",[6790,7.017]],["name/25813",[68,51.167]],["parent/25813",[6790,7.017]],["name/25814",[512,51.363]],["parent/25814",[6790,7.017]],["name/25815",[595,58.27]],["parent/25815",[6790,7.017]],["name/25816",[597,58.27]],["parent/25816",[6790,7.017]],["name/25817",[485,61.773]],["parent/25817",[6790,7.017]],["name/25818",[173,20.78]],["parent/25818",[6790,7.017]],["name/25819",[71,49.643]],["parent/25819",[6791,8.181]],["name/25820",[173,20.78]],["parent/25820",[6791,8.181]],["name/25821",[6499,62.202]],["parent/25821",[6792,9.514]],["name/25822",[591,49.811]],["parent/25822",[6791,8.181]],["name/25823",[173,20.78]],["parent/25823",[6791,8.181]],["name/25824",[6499,62.202]],["parent/25824",[6792,9.514]],["name/25825",[6501,69.061]],["parent/25825",[6791,8.181]],["name/25826",[6502,69.061]],["parent/25826",[6791,8.181]],["name/25827",[596,62.202]],["parent/25827",[6791,8.181]],["name/25828",[6503,69.061]],["parent/25828",[6791,8.181]],["name/25829",[6504,69.061]],["parent/25829",[6791,8.181]],["name/25830",[71,49.643]],["parent/25830",[6762,6.865]],["name/25831",[173,20.78]],["parent/25831",[6793,10.024]],["name/25832",[599,58.27]],["parent/25832",[6794,9.514]],["name/25833",[601,58.27]],["parent/25833",[6794,9.514]],["name/25834",[72,57.883]],["parent/25834",[6762,6.865]],["name/25835",[173,20.78]],["parent/25835",[6795,10.024]],["name/25836",[408,29.731]],["parent/25836",[6796,8.927]],["name/25837",[562,45.295]],["parent/25837",[6796,8.927]],["name/25838",[604,58.27]],["parent/25838",[6796,8.927]],["name/25839",[605,58.27]],["parent/25839",[6796,8.927]],["name/25840",[74,58.075]],["parent/25840",[6762,6.865]],["name/25841",[173,20.78]],["parent/25841",[6797,10.024]],["name/25842",[408,29.731]],["parent/25842",[6798,8.927]],["name/25843",[410,39.926]],["parent/25843",[6798,8.927]],["name/25844",[521,51.363]],["parent/25844",[6798,8.927]],["name/25845",[608,58.27]],["parent/25845",[6798,8.927]],["name/25846",[75,57.883]],["parent/25846",[6762,6.865]],["name/25847",[173,20.78]],["parent/25847",[6799,10.024]],["name/25848",[410,39.926]],["parent/25848",[6800,9.178]],["name/25849",[611,58.27]],["parent/25849",[6800,9.178]],["name/25850",[612,58.27]],["parent/25850",[6800,9.178]],["name/25851",[76,57.883]],["parent/25851",[6762,6.865]],["name/25852",[173,20.78]],["parent/25852",[6801,10.024]],["name/25853",[408,29.731]],["parent/25853",[6802,8.56]],["name/25854",[615,58.27]],["parent/25854",[6802,8.56]],["name/25855",[71,49.643]],["parent/25855",[6802,8.56]],["name/25856",[570,51.363]],["parent/25856",[6802,8.56]],["name/25857",[616,58.27]],["parent/25857",[6802,8.56]],["name/25858",[617,58.27]],["parent/25858",[6802,8.56]],["name/25859",[78,58.075]],["parent/25859",[6762,6.865]],["name/25860",[173,20.78]],["parent/25860",[6803,10.024]],["name/25861",[619,58.27]],["parent/25861",[6804,8.727]],["name/25862",[621,58.27]],["parent/25862",[6804,8.727]],["name/25863",[622,47.317]],["parent/25863",[6804,8.727]],["name/25864",[623,58.27]],["parent/25864",[6804,8.727]],["name/25865",[624,58.27]],["parent/25865",[6804,8.727]],["name/25866",[98,51.167]],["parent/25866",[6762,6.865]],["name/25867",[173,20.78]],["parent/25867",[6805,10.024]],["name/25868",[626,58.27]],["parent/25868",[6806,10.024]],["name/25869",[93,50.025]],["parent/25869",[6762,6.865]],["name/25870",[173,20.78]],["parent/25870",[6807,10.024]],["name/25871",[629,58.27]],["parent/25871",[6808,9.178]],["name/25872",[631,58.27]],["parent/25872",[6808,9.178]],["name/25873",[632,58.27]],["parent/25873",[6808,9.178]],["name/25874",[79,57.883]],["parent/25874",[6762,6.865]],["name/25875",[173,20.78]],["parent/25875",[6809,10.024]],["name/25876",[581,49.316]],["parent/25876",[6810,7.907]],["name/25877",[547,44.444]],["parent/25877",[6810,7.907]],["name/25878",[544,45.905]],["parent/25878",[6810,7.907]],["name/25879",[635,58.27]],["parent/25879",[6810,7.907]],["name/25880",[636,46.586]],["parent/25880",[6810,7.907]],["name/25881",[637,58.27]],["parent/25881",[6810,7.907]],["name/25882",[98,51.167]],["parent/25882",[6810,7.907]],["name/25883",[93,50.025]],["parent/25883",[6810,7.907]],["name/25884",[638,58.27]],["parent/25884",[6810,7.907]],["name/25885",[639,58.27]],["parent/25885",[6810,7.907]],["name/25886",[640,58.27]],["parent/25886",[6810,7.907]],["name/25887",[534,51.363]],["parent/25887",[6810,7.907]],["name/25888",[80,55.757]],["parent/25888",[6762,6.865]],["name/25889",[173,20.78]],["parent/25889",[6811,10.024]],["name/25890",[408,29.731]],["parent/25890",[6812,9.514]],["name/25891",[547,44.444]],["parent/25891",[6812,9.514]],["name/25892",[81,57.883]],["parent/25892",[6762,6.865]],["name/25893",[173,20.78]],["parent/25893",[6813,10.024]],["name/25894",[644,58.27]],["parent/25894",[6814,8.927]],["name/25895",[173,20.78]],["parent/25895",[6814,8.927]],["name/25896",[646,51.363]],["parent/25896",[6815,8.56]],["name/25897",[636,46.586]],["parent/25897",[6815,8.56]],["name/25898",[622,47.317]],["parent/25898",[6815,8.56]],["name/25899",[648,58.27]],["parent/25899",[6814,8.927]],["name/25900",[173,20.78]],["parent/25900",[6814,8.927]],["name/25901",[646,51.363]],["parent/25901",[6815,8.56]],["name/25902",[636,46.586]],["parent/25902",[6815,8.56]],["name/25903",[622,47.317]],["parent/25903",[6815,8.56]],["name/25904",[83,55.604]],["parent/25904",[6762,6.865]],["name/25905",[173,20.78]],["parent/25905",[6816,10.024]],["name/25906",[65,47.186]],["parent/25906",[6817,8.56]],["name/25907",[421,44.394]],["parent/25907",[6817,8.56]],["name/25908",[408,29.731]],["parent/25908",[6817,8.56]],["name/25909",[94,51.023]],["parent/25909",[6817,8.56]],["name/25910",[73,51.562]],["parent/25910",[6817,8.56]],["name/25911",[540,45.268]],["parent/25911",[6817,8.56]],["name/25912",[651,56.147]],["parent/25912",[6762,6.865]],["name/25913",[86,57.883]],["parent/25913",[6762,6.865]],["name/25914",[173,20.78]],["parent/25914",[6818,10.024]],["name/25915",[653,58.27]],["parent/25915",[6819,8.727]],["name/25916",[655,58.27]],["parent/25916",[6819,8.727]],["name/25917",[656,58.27]],["parent/25917",[6819,8.727]],["name/25918",[657,58.27]],["parent/25918",[6819,8.727]],["name/25919",[658,58.27]],["parent/25919",[6819,8.727]],["name/25920",[87,58.075]],["parent/25920",[6762,6.865]],["name/25921",[173,20.78]],["parent/25921",[6820,10.024]],["name/25922",[408,29.731]],["parent/25922",[6821,8.927]],["name/25923",[661,58.27]],["parent/25923",[6821,8.927]],["name/25924",[662,58.27]],["parent/25924",[6821,8.927]],["name/25925",[663,58.27]],["parent/25925",[6821,8.927]],["name/25926",[88,57.883]],["parent/25926",[6762,6.865]],["name/25927",[173,20.78]],["parent/25927",[6822,10.024]],["name/25928",[408,29.731]],["parent/25928",[6823,8.081]],["name/25929",[340,56.068]],["parent/25929",[6823,8.081]],["name/25930",[666,58.27]],["parent/25930",[6823,8.081]],["name/25931",[334,56.147]],["parent/25931",[6823,8.081]],["name/25932",[667,58.27]],["parent/25932",[6823,8.081]],["name/25933",[668,58.27]],["parent/25933",[6823,8.081]],["name/25934",[669,58.27]],["parent/25934",[6823,8.081]],["name/25935",[670,58.27]],["parent/25935",[6823,8.081]],["name/25936",[671,58.27]],["parent/25936",[6823,8.081]],["name/25937",[672,58.27]],["parent/25937",[6823,8.081]],["name/25938",[89,57.511]],["parent/25938",[6762,6.865]],["name/25939",[173,20.78]],["parent/25939",[6824,10.024]],["name/25940",[408,29.731]],["parent/25940",[6825,8.727]],["name/25941",[675,58.27]],["parent/25941",[6825,8.727]],["name/25942",[676,58.27]],["parent/25942",[6825,8.727]],["name/25943",[677,58.27]],["parent/25943",[6825,8.727]],["name/25944",[678,58.27]],["parent/25944",[6825,8.727]],["name/25945",[90,57.883]],["parent/25945",[6762,6.865]],["name/25946",[173,20.78]],["parent/25946",[6826,10.024]],["name/25947",[562,45.295]],["parent/25947",[6827,9.178]],["name/25948",[532,51.363]],["parent/25948",[6827,9.178]],["name/25949",[681,58.27]],["parent/25949",[6827,9.178]],["name/25950",[91,58.075]],["parent/25950",[6762,6.865]],["name/25951",[173,20.78]],["parent/25951",[6828,10.024]],["name/25952",[408,29.731]],["parent/25952",[6829,8.927]],["name/25953",[684,51.363]],["parent/25953",[6829,8.927]],["name/25954",[172,58.075]],["parent/25954",[6829,8.927]],["name/25955",[592,51.363]],["parent/25955",[6829,8.927]],["name/25956",[95,58.075]],["parent/25956",[6762,6.865]],["name/25957",[173,20.78]],["parent/25957",[6830,10.024]],["name/25958",[686,54.532]],["parent/25958",[6831,8.292]],["name/25959",[582,51.363]],["parent/25959",[6831,8.292]],["name/25960",[688,58.27]],["parent/25960",[6831,8.292]],["name/25961",[511,47.317]],["parent/25961",[6831,8.292]],["name/25962",[591,49.811]],["parent/25962",[6831,8.292]],["name/25963",[352,50.243]],["parent/25963",[6831,8.292]],["name/25964",[684,51.363]],["parent/25964",[6831,8.292]],["name/25965",[689,58.27]],["parent/25965",[6831,8.292]],["name/25966",[97,55.911]],["parent/25966",[6762,6.865]],["name/25967",[173,20.78]],["parent/25967",[6832,10.024]],["name/25968",[417,58.075]],["parent/25968",[6833,8.927]],["name/25969",[419,58.075]],["parent/25969",[6833,8.927]],["name/25970",[420,58.075]],["parent/25970",[6833,8.927]],["name/25971",[421,44.394]],["parent/25971",[6833,8.927]],["name/25972",[6468,69.061]],["parent/25972",[449,9.514]],["name/25973",[73,51.562]],["parent/25973",[6834,6.865]],["name/25974",[173,20.78]],["parent/25974",[6835,10.024]],["name/25975",[504,58.27]],["parent/25975",[6836,8.927]],["name/25976",[506,58.27]],["parent/25976",[6836,8.927]],["name/25977",[155,37.858]],["parent/25977",[6836,8.927]],["name/25978",[507,58.27]],["parent/25978",[6836,8.927]],["name/25979",[92,51.167]],["parent/25979",[6834,6.865]],["name/25980",[173,20.78]],["parent/25980",[6837,10.024]],["name/25981",[509,58.27]],["parent/25981",[6838,8.727]],["name/25982",[511,47.317]],["parent/25982",[6838,8.727]],["name/25983",[512,51.363]],["parent/25983",[6838,8.727]],["name/25984",[344,48.357]],["parent/25984",[6838,8.727]],["name/25985",[513,51.363]],["parent/25985",[6838,8.727]],["name/25986",[65,47.186]],["parent/25986",[6834,6.865]],["name/25987",[173,20.78]],["parent/25987",[6839,10.024]],["name/25988",[408,29.731]],["parent/25988",[6840,7.413]],["name/25989",[493,49.276]],["parent/25989",[6840,7.413]],["name/25990",[516,51.363]],["parent/25990",[6840,7.413]],["name/25991",[517,58.27]],["parent/25991",[6840,7.413]],["name/25992",[518,58.27]],["parent/25992",[6840,7.413]],["name/25993",[421,44.394]],["parent/25993",[6840,7.413]],["name/25994",[519,58.27]],["parent/25994",[6840,7.413]],["name/25995",[520,58.27]],["parent/25995",[6840,7.413]],["name/25996",[521,51.363]],["parent/25996",[6840,7.413]],["name/25997",[344,48.357]],["parent/25997",[6840,7.413]],["name/25998",[155,37.858]],["parent/25998",[6840,7.413]],["name/25999",[522,58.27]],["parent/25999",[6840,7.413]],["name/26000",[523,58.27]],["parent/26000",[6840,7.413]],["name/26001",[524,58.27]],["parent/26001",[6840,7.413]],["name/26002",[525,58.27]],["parent/26002",[6840,7.413]],["name/26003",[526,47.618]],["parent/26003",[6840,7.413]],["name/26004",[527,58.27]],["parent/26004",[6840,7.413]],["name/26005",[513,51.363]],["parent/26005",[6840,7.413]],["name/26006",[528,58.27]],["parent/26006",[6840,7.413]],["name/26007",[92,51.167]],["parent/26007",[6840,7.413]],["name/26008",[67,57.883]],["parent/26008",[6834,6.865]],["name/26009",[173,20.78]],["parent/26009",[6841,10.024]],["name/26010",[530,58.27]],["parent/26010",[6842,8.927]],["name/26011",[532,51.363]],["parent/26011",[6842,8.927]],["name/26012",[533,58.27]],["parent/26012",[6842,8.927]],["name/26013",[534,51.363]],["parent/26013",[6842,8.927]],["name/26014",[68,51.167]],["parent/26014",[6834,6.865]],["name/26015",[173,20.78]],["parent/26015",[6843,10.024]],["name/26016",[410,39.926]],["parent/26016",[6844,9.178]],["name/26017",[411,58.075]],["parent/26017",[6844,9.178]],["name/26018",[537,58.27]],["parent/26018",[6844,9.178]],["name/26019",[69,57.883]],["parent/26019",[6834,6.865]],["name/26020",[173,20.78]],["parent/26020",[6845,10.024]],["name/26021",[408,29.731]],["parent/26021",[6846,8.292]],["name/26022",[540,45.268]],["parent/26022",[6846,8.292]],["name/26023",[155,37.858]],["parent/26023",[6846,8.292]],["name/26024",[541,58.27]],["parent/26024",[6846,8.292]],["name/26025",[542,58.27]],["parent/26025",[6846,8.292]],["name/26026",[543,58.27]],["parent/26026",[6846,8.292]],["name/26027",[342,56.068]],["parent/26027",[6846,8.292]],["name/26028",[544,45.905]],["parent/26028",[6846,8.292]],["name/26029",[70,51.167]],["parent/26029",[6834,6.865]],["name/26030",[173,20.78]],["parent/26030",[6847,10.024]],["name/26031",[155,37.858]],["parent/26031",[6848,7.83]],["name/26032",[547,44.444]],["parent/26032",[6848,7.83]],["name/26033",[544,45.905]],["parent/26033",[6848,7.83]],["name/26034",[540,45.268]],["parent/26034",[6848,7.83]],["name/26035",[548,58.27]],["parent/26035",[6848,7.83]],["name/26036",[549,58.27]],["parent/26036",[6848,7.83]],["name/26037",[550,58.27]],["parent/26037",[6848,7.83]],["name/26038",[551,58.27]],["parent/26038",[6848,7.83]],["name/26039",[552,58.27]],["parent/26039",[6848,7.83]],["name/26040",[553,58.27]],["parent/26040",[6848,7.83]],["name/26041",[554,56.227]],["parent/26041",[6848,7.83]],["name/26042",[555,56.227]],["parent/26042",[6848,7.83]],["name/26043",[485,61.773]],["parent/26043",[6848,7.83]],["name/26044",[82,57.511]],["parent/26044",[6834,6.865]],["name/26045",[173,20.78]],["parent/26045",[6849,10.024]],["name/26046",[408,29.731]],["parent/26046",[6850,8.927]],["name/26047",[493,49.276]],["parent/26047",[6850,8.927]],["name/26048",[155,37.858]],["parent/26048",[6850,8.927]],["name/26049",[516,51.363]],["parent/26049",[6850,8.927]],["name/26050",[77,51.167]],["parent/26050",[6834,6.865]],["name/26051",[173,20.78]],["parent/26051",[6851,10.024]],["name/26052",[559,58.27]],["parent/26052",[6852,9.178]],["name/26053",[561,58.27]],["parent/26053",[6852,9.178]],["name/26054",[562,45.295]],["parent/26054",[6852,9.178]],["name/26055",[96,55.911]],["parent/26055",[6834,6.865]],["name/26056",[173,20.78]],["parent/26056",[6853,10.024]],["name/26057",[410,39.926]],["parent/26057",[6854,9.178]],["name/26058",[155,37.858]],["parent/26058",[6854,9.178]],["name/26059",[77,51.167]],["parent/26059",[6854,9.178]],["name/26060",[85,57.978]],["parent/26060",[6834,6.865]],["name/26061",[173,20.78]],["parent/26061",[6855,10.024]],["name/26062",[547,44.444]],["parent/26062",[6856,9.514]],["name/26063",[567,51.363]],["parent/26063",[6856,9.514]],["name/26064",[84,48.96]],["parent/26064",[6834,6.865]],["name/26065",[173,20.78]],["parent/26065",[6857,10.024]],["name/26066",[408,29.731]],["parent/26066",[6858,8.417]],["name/26067",[570,51.363]],["parent/26067",[6858,8.417]],["name/26068",[571,58.27]],["parent/26068",[6858,8.417]],["name/26069",[572,56.227]],["parent/26069",[6858,8.417]],["name/26070",[567,51.363]],["parent/26070",[6858,8.417]],["name/26071",[573,58.27]],["parent/26071",[6858,8.417]],["name/26072",[574,58.27]],["parent/26072",[6858,8.417]],["name/26073",[345,56.721]],["parent/26073",[6834,6.865]],["name/26074",[173,20.78]],["parent/26074",[6859,10.024]],["name/26075",[576,62.202]],["parent/26075",[6860,8.927]],["name/26076",[578,62.202]],["parent/26076",[6860,8.927]],["name/26077",[410,39.926]],["parent/26077",[6860,8.927]],["name/26078",[562,45.295]],["parent/26078",[6860,8.927]],["name/26079",[94,51.023]],["parent/26079",[6834,6.865]],["name/26080",[173,20.78]],["parent/26080",[6861,10.024]],["name/26081",[408,29.731]],["parent/26081",[6862,7.017]],["name/26082",[581,49.316]],["parent/26082",[6862,7.017]],["name/26083",[155,37.858]],["parent/26083",[6862,7.017]],["name/26084",[65,47.186]],["parent/26084",[6862,7.017]],["name/26085",[582,51.363]],["parent/26085",[6862,7.017]],["name/26086",[583,58.27]],["parent/26086",[6862,7.017]],["name/26087",[145,57.978]],["parent/26087",[6862,7.017]],["name/26088",[584,58.27]],["parent/26088",[6862,7.017]],["name/26089",[421,44.394]],["parent/26089",[6862,7.017]],["name/26090",[526,47.618]],["parent/26090",[6862,7.017]],["name/26091",[585,58.27]],["parent/26091",[6862,7.017]],["name/26092",[586,58.27]],["parent/26092",[6862,7.017]],["name/26093",[587,58.27]],["parent/26093",[6862,7.017]],["name/26094",[588,58.27]],["parent/26094",[6862,7.017]],["name/26095",[589,58.27]],["parent/26095",[6862,7.017]],["name/26096",[590,58.27]],["parent/26096",[6862,7.017]],["name/26097",[511,47.317]],["parent/26097",[6862,7.017]],["name/26098",[591,49.811]],["parent/26098",[6862,7.017]],["name/26099",[352,50.243]],["parent/26099",[6862,7.017]],["name/26100",[592,51.363]],["parent/26100",[6862,7.017]],["name/26101",[593,56.227]],["parent/26101",[6862,7.017]],["name/26102",[594,56.227]],["parent/26102",[6862,7.017]],["name/26103",[70,51.167]],["parent/26103",[6862,7.017]],["name/26104",[84,48.96]],["parent/26104",[6862,7.017]],["name/26105",[68,51.167]],["parent/26105",[6862,7.017]],["name/26106",[512,51.363]],["parent/26106",[6862,7.017]],["name/26107",[595,58.27]],["parent/26107",[6862,7.017]],["name/26108",[597,58.27]],["parent/26108",[6862,7.017]],["name/26109",[485,61.773]],["parent/26109",[6862,7.017]],["name/26110",[173,20.78]],["parent/26110",[6862,7.017]],["name/26111",[71,49.643]],["parent/26111",[6863,8.181]],["name/26112",[173,20.78]],["parent/26112",[6863,8.181]],["name/26113",[6499,62.202]],["parent/26113",[6864,9.514]],["name/26114",[591,49.811]],["parent/26114",[6863,8.181]],["name/26115",[173,20.78]],["parent/26115",[6863,8.181]],["name/26116",[6499,62.202]],["parent/26116",[6864,9.514]],["name/26117",[6501,69.061]],["parent/26117",[6863,8.181]],["name/26118",[6502,69.061]],["parent/26118",[6863,8.181]],["name/26119",[596,62.202]],["parent/26119",[6863,8.181]],["name/26120",[6503,69.061]],["parent/26120",[6863,8.181]],["name/26121",[6504,69.061]],["parent/26121",[6863,8.181]],["name/26122",[71,49.643]],["parent/26122",[6834,6.865]],["name/26123",[173,20.78]],["parent/26123",[6865,10.024]],["name/26124",[599,58.27]],["parent/26124",[6866,9.514]],["name/26125",[601,58.27]],["parent/26125",[6866,9.514]],["name/26126",[72,57.883]],["parent/26126",[6834,6.865]],["name/26127",[173,20.78]],["parent/26127",[6867,10.024]],["name/26128",[408,29.731]],["parent/26128",[6868,8.927]],["name/26129",[562,45.295]],["parent/26129",[6868,8.927]],["name/26130",[604,58.27]],["parent/26130",[6868,8.927]],["name/26131",[605,58.27]],["parent/26131",[6868,8.927]],["name/26132",[74,58.075]],["parent/26132",[6834,6.865]],["name/26133",[173,20.78]],["parent/26133",[6869,10.024]],["name/26134",[408,29.731]],["parent/26134",[6870,8.927]],["name/26135",[410,39.926]],["parent/26135",[6870,8.927]],["name/26136",[521,51.363]],["parent/26136",[6870,8.927]],["name/26137",[608,58.27]],["parent/26137",[6870,8.927]],["name/26138",[75,57.883]],["parent/26138",[6834,6.865]],["name/26139",[173,20.78]],["parent/26139",[6871,10.024]],["name/26140",[410,39.926]],["parent/26140",[6872,9.178]],["name/26141",[611,58.27]],["parent/26141",[6872,9.178]],["name/26142",[612,58.27]],["parent/26142",[6872,9.178]],["name/26143",[76,57.883]],["parent/26143",[6834,6.865]],["name/26144",[173,20.78]],["parent/26144",[6873,10.024]],["name/26145",[408,29.731]],["parent/26145",[6874,8.56]],["name/26146",[615,58.27]],["parent/26146",[6874,8.56]],["name/26147",[71,49.643]],["parent/26147",[6874,8.56]],["name/26148",[570,51.363]],["parent/26148",[6874,8.56]],["name/26149",[616,58.27]],["parent/26149",[6874,8.56]],["name/26150",[617,58.27]],["parent/26150",[6874,8.56]],["name/26151",[78,58.075]],["parent/26151",[6834,6.865]],["name/26152",[173,20.78]],["parent/26152",[6875,10.024]],["name/26153",[619,58.27]],["parent/26153",[6876,8.727]],["name/26154",[621,58.27]],["parent/26154",[6876,8.727]],["name/26155",[622,47.317]],["parent/26155",[6876,8.727]],["name/26156",[623,58.27]],["parent/26156",[6876,8.727]],["name/26157",[624,58.27]],["parent/26157",[6876,8.727]],["name/26158",[98,51.167]],["parent/26158",[6834,6.865]],["name/26159",[173,20.78]],["parent/26159",[6877,10.024]],["name/26160",[626,58.27]],["parent/26160",[6878,10.024]],["name/26161",[93,50.025]],["parent/26161",[6834,6.865]],["name/26162",[173,20.78]],["parent/26162",[6879,10.024]],["name/26163",[629,58.27]],["parent/26163",[6880,9.178]],["name/26164",[631,58.27]],["parent/26164",[6880,9.178]],["name/26165",[632,58.27]],["parent/26165",[6880,9.178]],["name/26166",[79,57.883]],["parent/26166",[6834,6.865]],["name/26167",[173,20.78]],["parent/26167",[6881,10.024]],["name/26168",[581,49.316]],["parent/26168",[6882,7.907]],["name/26169",[547,44.444]],["parent/26169",[6882,7.907]],["name/26170",[544,45.905]],["parent/26170",[6882,7.907]],["name/26171",[635,58.27]],["parent/26171",[6882,7.907]],["name/26172",[636,46.586]],["parent/26172",[6882,7.907]],["name/26173",[637,58.27]],["parent/26173",[6882,7.907]],["name/26174",[98,51.167]],["parent/26174",[6882,7.907]],["name/26175",[93,50.025]],["parent/26175",[6882,7.907]],["name/26176",[638,58.27]],["parent/26176",[6882,7.907]],["name/26177",[639,58.27]],["parent/26177",[6882,7.907]],["name/26178",[640,58.27]],["parent/26178",[6882,7.907]],["name/26179",[534,51.363]],["parent/26179",[6882,7.907]],["name/26180",[80,55.757]],["parent/26180",[6834,6.865]],["name/26181",[173,20.78]],["parent/26181",[6883,10.024]],["name/26182",[408,29.731]],["parent/26182",[6884,9.514]],["name/26183",[547,44.444]],["parent/26183",[6884,9.514]],["name/26184",[81,57.883]],["parent/26184",[6834,6.865]],["name/26185",[173,20.78]],["parent/26185",[6885,10.024]],["name/26186",[644,58.27]],["parent/26186",[6886,8.927]],["name/26187",[173,20.78]],["parent/26187",[6886,8.927]],["name/26188",[646,51.363]],["parent/26188",[6887,8.56]],["name/26189",[636,46.586]],["parent/26189",[6887,8.56]],["name/26190",[622,47.317]],["parent/26190",[6887,8.56]],["name/26191",[648,58.27]],["parent/26191",[6886,8.927]],["name/26192",[173,20.78]],["parent/26192",[6886,8.927]],["name/26193",[646,51.363]],["parent/26193",[6887,8.56]],["name/26194",[636,46.586]],["parent/26194",[6887,8.56]],["name/26195",[622,47.317]],["parent/26195",[6887,8.56]],["name/26196",[83,55.604]],["parent/26196",[6834,6.865]],["name/26197",[173,20.78]],["parent/26197",[6888,10.024]],["name/26198",[65,47.186]],["parent/26198",[6889,8.56]],["name/26199",[421,44.394]],["parent/26199",[6889,8.56]],["name/26200",[408,29.731]],["parent/26200",[6889,8.56]],["name/26201",[94,51.023]],["parent/26201",[6889,8.56]],["name/26202",[73,51.562]],["parent/26202",[6889,8.56]],["name/26203",[540,45.268]],["parent/26203",[6889,8.56]],["name/26204",[651,56.147]],["parent/26204",[6834,6.865]],["name/26205",[86,57.883]],["parent/26205",[6834,6.865]],["name/26206",[173,20.78]],["parent/26206",[6890,10.024]],["name/26207",[653,58.27]],["parent/26207",[6891,8.727]],["name/26208",[655,58.27]],["parent/26208",[6891,8.727]],["name/26209",[656,58.27]],["parent/26209",[6891,8.727]],["name/26210",[657,58.27]],["parent/26210",[6891,8.727]],["name/26211",[658,58.27]],["parent/26211",[6891,8.727]],["name/26212",[87,58.075]],["parent/26212",[6834,6.865]],["name/26213",[173,20.78]],["parent/26213",[6892,10.024]],["name/26214",[408,29.731]],["parent/26214",[6893,8.927]],["name/26215",[661,58.27]],["parent/26215",[6893,8.927]],["name/26216",[662,58.27]],["parent/26216",[6893,8.927]],["name/26217",[663,58.27]],["parent/26217",[6893,8.927]],["name/26218",[88,57.883]],["parent/26218",[6834,6.865]],["name/26219",[173,20.78]],["parent/26219",[6894,10.024]],["name/26220",[408,29.731]],["parent/26220",[6895,8.081]],["name/26221",[340,56.068]],["parent/26221",[6895,8.081]],["name/26222",[666,58.27]],["parent/26222",[6895,8.081]],["name/26223",[334,56.147]],["parent/26223",[6895,8.081]],["name/26224",[667,58.27]],["parent/26224",[6895,8.081]],["name/26225",[668,58.27]],["parent/26225",[6895,8.081]],["name/26226",[669,58.27]],["parent/26226",[6895,8.081]],["name/26227",[670,58.27]],["parent/26227",[6895,8.081]],["name/26228",[671,58.27]],["parent/26228",[6895,8.081]],["name/26229",[672,58.27]],["parent/26229",[6895,8.081]],["name/26230",[89,57.511]],["parent/26230",[6834,6.865]],["name/26231",[173,20.78]],["parent/26231",[6896,10.024]],["name/26232",[408,29.731]],["parent/26232",[6897,8.727]],["name/26233",[675,58.27]],["parent/26233",[6897,8.727]],["name/26234",[676,58.27]],["parent/26234",[6897,8.727]],["name/26235",[677,58.27]],["parent/26235",[6897,8.727]],["name/26236",[678,58.27]],["parent/26236",[6897,8.727]],["name/26237",[90,57.883]],["parent/26237",[6834,6.865]],["name/26238",[173,20.78]],["parent/26238",[6898,10.024]],["name/26239",[562,45.295]],["parent/26239",[6899,9.178]],["name/26240",[532,51.363]],["parent/26240",[6899,9.178]],["name/26241",[681,58.27]],["parent/26241",[6899,9.178]],["name/26242",[91,58.075]],["parent/26242",[6834,6.865]],["name/26243",[173,20.78]],["parent/26243",[6900,10.024]],["name/26244",[408,29.731]],["parent/26244",[6901,8.927]],["name/26245",[684,51.363]],["parent/26245",[6901,8.927]],["name/26246",[172,58.075]],["parent/26246",[6901,8.927]],["name/26247",[592,51.363]],["parent/26247",[6901,8.927]],["name/26248",[95,58.075]],["parent/26248",[6834,6.865]],["name/26249",[173,20.78]],["parent/26249",[6902,10.024]],["name/26250",[686,54.532]],["parent/26250",[6903,8.292]],["name/26251",[582,51.363]],["parent/26251",[6903,8.292]],["name/26252",[688,58.27]],["parent/26252",[6903,8.292]],["name/26253",[511,47.317]],["parent/26253",[6903,8.292]],["name/26254",[591,49.811]],["parent/26254",[6903,8.292]],["name/26255",[352,50.243]],["parent/26255",[6903,8.292]],["name/26256",[684,51.363]],["parent/26256",[6903,8.292]],["name/26257",[689,58.27]],["parent/26257",[6903,8.292]],["name/26258",[97,55.911]],["parent/26258",[6834,6.865]],["name/26259",[173,20.78]],["parent/26259",[6904,10.024]],["name/26260",[417,58.075]],["parent/26260",[6905,8.927]],["name/26261",[419,58.075]],["parent/26261",[6905,8.927]],["name/26262",[420,58.075]],["parent/26262",[6905,8.927]],["name/26263",[421,44.394]],["parent/26263",[6905,8.927]],["name/26264",[6468,69.061]],["parent/26264",[450,9.514]],["name/26265",[73,51.562]],["parent/26265",[6906,6.865]],["name/26266",[173,20.78]],["parent/26266",[6907,10.024]],["name/26267",[504,58.27]],["parent/26267",[6908,8.927]],["name/26268",[506,58.27]],["parent/26268",[6908,8.927]],["name/26269",[155,37.858]],["parent/26269",[6908,8.927]],["name/26270",[507,58.27]],["parent/26270",[6908,8.927]],["name/26271",[92,51.167]],["parent/26271",[6906,6.865]],["name/26272",[173,20.78]],["parent/26272",[6909,10.024]],["name/26273",[509,58.27]],["parent/26273",[6910,8.727]],["name/26274",[511,47.317]],["parent/26274",[6910,8.727]],["name/26275",[512,51.363]],["parent/26275",[6910,8.727]],["name/26276",[344,48.357]],["parent/26276",[6910,8.727]],["name/26277",[513,51.363]],["parent/26277",[6910,8.727]],["name/26278",[65,47.186]],["parent/26278",[6906,6.865]],["name/26279",[173,20.78]],["parent/26279",[6911,10.024]],["name/26280",[408,29.731]],["parent/26280",[6912,7.413]],["name/26281",[493,49.276]],["parent/26281",[6912,7.413]],["name/26282",[516,51.363]],["parent/26282",[6912,7.413]],["name/26283",[517,58.27]],["parent/26283",[6912,7.413]],["name/26284",[518,58.27]],["parent/26284",[6912,7.413]],["name/26285",[421,44.394]],["parent/26285",[6912,7.413]],["name/26286",[519,58.27]],["parent/26286",[6912,7.413]],["name/26287",[520,58.27]],["parent/26287",[6912,7.413]],["name/26288",[521,51.363]],["parent/26288",[6912,7.413]],["name/26289",[344,48.357]],["parent/26289",[6912,7.413]],["name/26290",[155,37.858]],["parent/26290",[6912,7.413]],["name/26291",[522,58.27]],["parent/26291",[6912,7.413]],["name/26292",[523,58.27]],["parent/26292",[6912,7.413]],["name/26293",[524,58.27]],["parent/26293",[6912,7.413]],["name/26294",[525,58.27]],["parent/26294",[6912,7.413]],["name/26295",[526,47.618]],["parent/26295",[6912,7.413]],["name/26296",[527,58.27]],["parent/26296",[6912,7.413]],["name/26297",[513,51.363]],["parent/26297",[6912,7.413]],["name/26298",[528,58.27]],["parent/26298",[6912,7.413]],["name/26299",[92,51.167]],["parent/26299",[6912,7.413]],["name/26300",[67,57.883]],["parent/26300",[6906,6.865]],["name/26301",[173,20.78]],["parent/26301",[6913,10.024]],["name/26302",[530,58.27]],["parent/26302",[6914,8.927]],["name/26303",[532,51.363]],["parent/26303",[6914,8.927]],["name/26304",[533,58.27]],["parent/26304",[6914,8.927]],["name/26305",[534,51.363]],["parent/26305",[6914,8.927]],["name/26306",[68,51.167]],["parent/26306",[6906,6.865]],["name/26307",[173,20.78]],["parent/26307",[6915,10.024]],["name/26308",[410,39.926]],["parent/26308",[6916,9.178]],["name/26309",[411,58.075]],["parent/26309",[6916,9.178]],["name/26310",[537,58.27]],["parent/26310",[6916,9.178]],["name/26311",[69,57.883]],["parent/26311",[6906,6.865]],["name/26312",[173,20.78]],["parent/26312",[6917,10.024]],["name/26313",[408,29.731]],["parent/26313",[6918,8.292]],["name/26314",[540,45.268]],["parent/26314",[6918,8.292]],["name/26315",[155,37.858]],["parent/26315",[6918,8.292]],["name/26316",[541,58.27]],["parent/26316",[6918,8.292]],["name/26317",[542,58.27]],["parent/26317",[6918,8.292]],["name/26318",[543,58.27]],["parent/26318",[6918,8.292]],["name/26319",[342,56.068]],["parent/26319",[6918,8.292]],["name/26320",[544,45.905]],["parent/26320",[6918,8.292]],["name/26321",[70,51.167]],["parent/26321",[6906,6.865]],["name/26322",[173,20.78]],["parent/26322",[6919,10.024]],["name/26323",[155,37.858]],["parent/26323",[6920,7.83]],["name/26324",[547,44.444]],["parent/26324",[6920,7.83]],["name/26325",[544,45.905]],["parent/26325",[6920,7.83]],["name/26326",[540,45.268]],["parent/26326",[6920,7.83]],["name/26327",[548,58.27]],["parent/26327",[6920,7.83]],["name/26328",[549,58.27]],["parent/26328",[6920,7.83]],["name/26329",[550,58.27]],["parent/26329",[6920,7.83]],["name/26330",[551,58.27]],["parent/26330",[6920,7.83]],["name/26331",[552,58.27]],["parent/26331",[6920,7.83]],["name/26332",[553,58.27]],["parent/26332",[6920,7.83]],["name/26333",[554,56.227]],["parent/26333",[6920,7.83]],["name/26334",[555,56.227]],["parent/26334",[6920,7.83]],["name/26335",[485,61.773]],["parent/26335",[6920,7.83]],["name/26336",[82,57.511]],["parent/26336",[6906,6.865]],["name/26337",[173,20.78]],["parent/26337",[6921,10.024]],["name/26338",[408,29.731]],["parent/26338",[6922,8.927]],["name/26339",[493,49.276]],["parent/26339",[6922,8.927]],["name/26340",[155,37.858]],["parent/26340",[6922,8.927]],["name/26341",[516,51.363]],["parent/26341",[6922,8.927]],["name/26342",[77,51.167]],["parent/26342",[6906,6.865]],["name/26343",[173,20.78]],["parent/26343",[6923,10.024]],["name/26344",[559,58.27]],["parent/26344",[6924,9.178]],["name/26345",[561,58.27]],["parent/26345",[6924,9.178]],["name/26346",[562,45.295]],["parent/26346",[6924,9.178]],["name/26347",[96,55.911]],["parent/26347",[6906,6.865]],["name/26348",[173,20.78]],["parent/26348",[6925,10.024]],["name/26349",[410,39.926]],["parent/26349",[6926,9.178]],["name/26350",[155,37.858]],["parent/26350",[6926,9.178]],["name/26351",[77,51.167]],["parent/26351",[6926,9.178]],["name/26352",[85,57.978]],["parent/26352",[6906,6.865]],["name/26353",[173,20.78]],["parent/26353",[6927,10.024]],["name/26354",[547,44.444]],["parent/26354",[6928,9.514]],["name/26355",[567,51.363]],["parent/26355",[6928,9.514]],["name/26356",[84,48.96]],["parent/26356",[6906,6.865]],["name/26357",[173,20.78]],["parent/26357",[6929,10.024]],["name/26358",[408,29.731]],["parent/26358",[6930,8.417]],["name/26359",[570,51.363]],["parent/26359",[6930,8.417]],["name/26360",[571,58.27]],["parent/26360",[6930,8.417]],["name/26361",[572,56.227]],["parent/26361",[6930,8.417]],["name/26362",[567,51.363]],["parent/26362",[6930,8.417]],["name/26363",[573,58.27]],["parent/26363",[6930,8.417]],["name/26364",[574,58.27]],["parent/26364",[6930,8.417]],["name/26365",[345,56.721]],["parent/26365",[6906,6.865]],["name/26366",[173,20.78]],["parent/26366",[6931,10.024]],["name/26367",[576,62.202]],["parent/26367",[6932,8.927]],["name/26368",[578,62.202]],["parent/26368",[6932,8.927]],["name/26369",[410,39.926]],["parent/26369",[6932,8.927]],["name/26370",[562,45.295]],["parent/26370",[6932,8.927]],["name/26371",[94,51.023]],["parent/26371",[6906,6.865]],["name/26372",[173,20.78]],["parent/26372",[6933,10.024]],["name/26373",[408,29.731]],["parent/26373",[6934,7.017]],["name/26374",[581,49.316]],["parent/26374",[6934,7.017]],["name/26375",[155,37.858]],["parent/26375",[6934,7.017]],["name/26376",[65,47.186]],["parent/26376",[6934,7.017]],["name/26377",[582,51.363]],["parent/26377",[6934,7.017]],["name/26378",[583,58.27]],["parent/26378",[6934,7.017]],["name/26379",[145,57.978]],["parent/26379",[6934,7.017]],["name/26380",[584,58.27]],["parent/26380",[6934,7.017]],["name/26381",[421,44.394]],["parent/26381",[6934,7.017]],["name/26382",[526,47.618]],["parent/26382",[6934,7.017]],["name/26383",[585,58.27]],["parent/26383",[6934,7.017]],["name/26384",[586,58.27]],["parent/26384",[6934,7.017]],["name/26385",[587,58.27]],["parent/26385",[6934,7.017]],["name/26386",[588,58.27]],["parent/26386",[6934,7.017]],["name/26387",[589,58.27]],["parent/26387",[6934,7.017]],["name/26388",[590,58.27]],["parent/26388",[6934,7.017]],["name/26389",[511,47.317]],["parent/26389",[6934,7.017]],["name/26390",[591,49.811]],["parent/26390",[6934,7.017]],["name/26391",[352,50.243]],["parent/26391",[6934,7.017]],["name/26392",[592,51.363]],["parent/26392",[6934,7.017]],["name/26393",[593,56.227]],["parent/26393",[6934,7.017]],["name/26394",[594,56.227]],["parent/26394",[6934,7.017]],["name/26395",[70,51.167]],["parent/26395",[6934,7.017]],["name/26396",[84,48.96]],["parent/26396",[6934,7.017]],["name/26397",[68,51.167]],["parent/26397",[6934,7.017]],["name/26398",[512,51.363]],["parent/26398",[6934,7.017]],["name/26399",[595,58.27]],["parent/26399",[6934,7.017]],["name/26400",[597,58.27]],["parent/26400",[6934,7.017]],["name/26401",[485,61.773]],["parent/26401",[6934,7.017]],["name/26402",[173,20.78]],["parent/26402",[6934,7.017]],["name/26403",[71,49.643]],["parent/26403",[6935,8.181]],["name/26404",[173,20.78]],["parent/26404",[6935,8.181]],["name/26405",[6499,62.202]],["parent/26405",[6936,9.514]],["name/26406",[591,49.811]],["parent/26406",[6935,8.181]],["name/26407",[173,20.78]],["parent/26407",[6935,8.181]],["name/26408",[6499,62.202]],["parent/26408",[6936,9.514]],["name/26409",[6501,69.061]],["parent/26409",[6935,8.181]],["name/26410",[6502,69.061]],["parent/26410",[6935,8.181]],["name/26411",[596,62.202]],["parent/26411",[6935,8.181]],["name/26412",[6503,69.061]],["parent/26412",[6935,8.181]],["name/26413",[6504,69.061]],["parent/26413",[6935,8.181]],["name/26414",[71,49.643]],["parent/26414",[6906,6.865]],["name/26415",[173,20.78]],["parent/26415",[6937,10.024]],["name/26416",[599,58.27]],["parent/26416",[6938,9.514]],["name/26417",[601,58.27]],["parent/26417",[6938,9.514]],["name/26418",[72,57.883]],["parent/26418",[6906,6.865]],["name/26419",[173,20.78]],["parent/26419",[6939,10.024]],["name/26420",[408,29.731]],["parent/26420",[6940,8.927]],["name/26421",[562,45.295]],["parent/26421",[6940,8.927]],["name/26422",[604,58.27]],["parent/26422",[6940,8.927]],["name/26423",[605,58.27]],["parent/26423",[6940,8.927]],["name/26424",[74,58.075]],["parent/26424",[6906,6.865]],["name/26425",[173,20.78]],["parent/26425",[6941,10.024]],["name/26426",[408,29.731]],["parent/26426",[6942,8.927]],["name/26427",[410,39.926]],["parent/26427",[6942,8.927]],["name/26428",[521,51.363]],["parent/26428",[6942,8.927]],["name/26429",[608,58.27]],["parent/26429",[6942,8.927]],["name/26430",[75,57.883]],["parent/26430",[6906,6.865]],["name/26431",[173,20.78]],["parent/26431",[6943,10.024]],["name/26432",[410,39.926]],["parent/26432",[6944,9.178]],["name/26433",[611,58.27]],["parent/26433",[6944,9.178]],["name/26434",[612,58.27]],["parent/26434",[6944,9.178]],["name/26435",[76,57.883]],["parent/26435",[6906,6.865]],["name/26436",[173,20.78]],["parent/26436",[6945,10.024]],["name/26437",[408,29.731]],["parent/26437",[6946,8.56]],["name/26438",[615,58.27]],["parent/26438",[6946,8.56]],["name/26439",[71,49.643]],["parent/26439",[6946,8.56]],["name/26440",[570,51.363]],["parent/26440",[6946,8.56]],["name/26441",[616,58.27]],["parent/26441",[6946,8.56]],["name/26442",[617,58.27]],["parent/26442",[6946,8.56]],["name/26443",[78,58.075]],["parent/26443",[6906,6.865]],["name/26444",[173,20.78]],["parent/26444",[6947,10.024]],["name/26445",[619,58.27]],["parent/26445",[6948,8.727]],["name/26446",[621,58.27]],["parent/26446",[6948,8.727]],["name/26447",[622,47.317]],["parent/26447",[6948,8.727]],["name/26448",[623,58.27]],["parent/26448",[6948,8.727]],["name/26449",[624,58.27]],["parent/26449",[6948,8.727]],["name/26450",[98,51.167]],["parent/26450",[6906,6.865]],["name/26451",[173,20.78]],["parent/26451",[6949,10.024]],["name/26452",[626,58.27]],["parent/26452",[6950,10.024]],["name/26453",[93,50.025]],["parent/26453",[6906,6.865]],["name/26454",[173,20.78]],["parent/26454",[6951,10.024]],["name/26455",[629,58.27]],["parent/26455",[6952,9.178]],["name/26456",[631,58.27]],["parent/26456",[6952,9.178]],["name/26457",[632,58.27]],["parent/26457",[6952,9.178]],["name/26458",[79,57.883]],["parent/26458",[6906,6.865]],["name/26459",[173,20.78]],["parent/26459",[6953,10.024]],["name/26460",[581,49.316]],["parent/26460",[6954,7.907]],["name/26461",[547,44.444]],["parent/26461",[6954,7.907]],["name/26462",[544,45.905]],["parent/26462",[6954,7.907]],["name/26463",[635,58.27]],["parent/26463",[6954,7.907]],["name/26464",[636,46.586]],["parent/26464",[6954,7.907]],["name/26465",[637,58.27]],["parent/26465",[6954,7.907]],["name/26466",[98,51.167]],["parent/26466",[6954,7.907]],["name/26467",[93,50.025]],["parent/26467",[6954,7.907]],["name/26468",[638,58.27]],["parent/26468",[6954,7.907]],["name/26469",[639,58.27]],["parent/26469",[6954,7.907]],["name/26470",[640,58.27]],["parent/26470",[6954,7.907]],["name/26471",[534,51.363]],["parent/26471",[6954,7.907]],["name/26472",[80,55.757]],["parent/26472",[6906,6.865]],["name/26473",[173,20.78]],["parent/26473",[6955,10.024]],["name/26474",[408,29.731]],["parent/26474",[6956,9.514]],["name/26475",[547,44.444]],["parent/26475",[6956,9.514]],["name/26476",[81,57.883]],["parent/26476",[6906,6.865]],["name/26477",[173,20.78]],["parent/26477",[6957,10.024]],["name/26478",[644,58.27]],["parent/26478",[6958,8.927]],["name/26479",[173,20.78]],["parent/26479",[6958,8.927]],["name/26480",[646,51.363]],["parent/26480",[6959,8.56]],["name/26481",[636,46.586]],["parent/26481",[6959,8.56]],["name/26482",[622,47.317]],["parent/26482",[6959,8.56]],["name/26483",[648,58.27]],["parent/26483",[6958,8.927]],["name/26484",[173,20.78]],["parent/26484",[6958,8.927]],["name/26485",[646,51.363]],["parent/26485",[6959,8.56]],["name/26486",[636,46.586]],["parent/26486",[6959,8.56]],["name/26487",[622,47.317]],["parent/26487",[6959,8.56]],["name/26488",[83,55.604]],["parent/26488",[6906,6.865]],["name/26489",[173,20.78]],["parent/26489",[6960,10.024]],["name/26490",[65,47.186]],["parent/26490",[6961,8.56]],["name/26491",[421,44.394]],["parent/26491",[6961,8.56]],["name/26492",[408,29.731]],["parent/26492",[6961,8.56]],["name/26493",[94,51.023]],["parent/26493",[6961,8.56]],["name/26494",[73,51.562]],["parent/26494",[6961,8.56]],["name/26495",[540,45.268]],["parent/26495",[6961,8.56]],["name/26496",[651,56.147]],["parent/26496",[6906,6.865]],["name/26497",[86,57.883]],["parent/26497",[6906,6.865]],["name/26498",[173,20.78]],["parent/26498",[6962,10.024]],["name/26499",[653,58.27]],["parent/26499",[6963,8.727]],["name/26500",[655,58.27]],["parent/26500",[6963,8.727]],["name/26501",[656,58.27]],["parent/26501",[6963,8.727]],["name/26502",[657,58.27]],["parent/26502",[6963,8.727]],["name/26503",[658,58.27]],["parent/26503",[6963,8.727]],["name/26504",[87,58.075]],["parent/26504",[6906,6.865]],["name/26505",[173,20.78]],["parent/26505",[6964,10.024]],["name/26506",[408,29.731]],["parent/26506",[6965,8.927]],["name/26507",[661,58.27]],["parent/26507",[6965,8.927]],["name/26508",[662,58.27]],["parent/26508",[6965,8.927]],["name/26509",[663,58.27]],["parent/26509",[6965,8.927]],["name/26510",[88,57.883]],["parent/26510",[6906,6.865]],["name/26511",[173,20.78]],["parent/26511",[6966,10.024]],["name/26512",[408,29.731]],["parent/26512",[6967,8.081]],["name/26513",[340,56.068]],["parent/26513",[6967,8.081]],["name/26514",[666,58.27]],["parent/26514",[6967,8.081]],["name/26515",[334,56.147]],["parent/26515",[6967,8.081]],["name/26516",[667,58.27]],["parent/26516",[6967,8.081]],["name/26517",[668,58.27]],["parent/26517",[6967,8.081]],["name/26518",[669,58.27]],["parent/26518",[6967,8.081]],["name/26519",[670,58.27]],["parent/26519",[6967,8.081]],["name/26520",[671,58.27]],["parent/26520",[6967,8.081]],["name/26521",[672,58.27]],["parent/26521",[6967,8.081]],["name/26522",[89,57.511]],["parent/26522",[6906,6.865]],["name/26523",[173,20.78]],["parent/26523",[6968,10.024]],["name/26524",[408,29.731]],["parent/26524",[6969,8.727]],["name/26525",[675,58.27]],["parent/26525",[6969,8.727]],["name/26526",[676,58.27]],["parent/26526",[6969,8.727]],["name/26527",[677,58.27]],["parent/26527",[6969,8.727]],["name/26528",[678,58.27]],["parent/26528",[6969,8.727]],["name/26529",[90,57.883]],["parent/26529",[6906,6.865]],["name/26530",[173,20.78]],["parent/26530",[6970,10.024]],["name/26531",[562,45.295]],["parent/26531",[6971,9.178]],["name/26532",[532,51.363]],["parent/26532",[6971,9.178]],["name/26533",[681,58.27]],["parent/26533",[6971,9.178]],["name/26534",[91,58.075]],["parent/26534",[6906,6.865]],["name/26535",[173,20.78]],["parent/26535",[6972,10.024]],["name/26536",[408,29.731]],["parent/26536",[6973,8.927]],["name/26537",[684,51.363]],["parent/26537",[6973,8.927]],["name/26538",[172,58.075]],["parent/26538",[6973,8.927]],["name/26539",[592,51.363]],["parent/26539",[6973,8.927]],["name/26540",[95,58.075]],["parent/26540",[6906,6.865]],["name/26541",[173,20.78]],["parent/26541",[6974,10.024]],["name/26542",[686,54.532]],["parent/26542",[6975,8.292]],["name/26543",[582,51.363]],["parent/26543",[6975,8.292]],["name/26544",[688,58.27]],["parent/26544",[6975,8.292]],["name/26545",[511,47.317]],["parent/26545",[6975,8.292]],["name/26546",[591,49.811]],["parent/26546",[6975,8.292]],["name/26547",[352,50.243]],["parent/26547",[6975,8.292]],["name/26548",[684,51.363]],["parent/26548",[6975,8.292]],["name/26549",[689,58.27]],["parent/26549",[6975,8.292]],["name/26550",[97,55.911]],["parent/26550",[6906,6.865]],["name/26551",[173,20.78]],["parent/26551",[6976,10.024]],["name/26552",[417,58.075]],["parent/26552",[6977,8.927]],["name/26553",[419,58.075]],["parent/26553",[6977,8.927]],["name/26554",[420,58.075]],["parent/26554",[6977,8.927]],["name/26555",[421,44.394]],["parent/26555",[6977,8.927]],["name/26556",[6468,69.061]],["parent/26556",[451,9.514]],["name/26557",[73,51.562]],["parent/26557",[6978,6.865]],["name/26558",[173,20.78]],["parent/26558",[6979,10.024]],["name/26559",[504,58.27]],["parent/26559",[6980,8.927]],["name/26560",[506,58.27]],["parent/26560",[6980,8.927]],["name/26561",[155,37.858]],["parent/26561",[6980,8.927]],["name/26562",[507,58.27]],["parent/26562",[6980,8.927]],["name/26563",[92,51.167]],["parent/26563",[6978,6.865]],["name/26564",[173,20.78]],["parent/26564",[6981,10.024]],["name/26565",[509,58.27]],["parent/26565",[6982,8.727]],["name/26566",[511,47.317]],["parent/26566",[6982,8.727]],["name/26567",[512,51.363]],["parent/26567",[6982,8.727]],["name/26568",[344,48.357]],["parent/26568",[6982,8.727]],["name/26569",[513,51.363]],["parent/26569",[6982,8.727]],["name/26570",[65,47.186]],["parent/26570",[6978,6.865]],["name/26571",[173,20.78]],["parent/26571",[6983,10.024]],["name/26572",[408,29.731]],["parent/26572",[6984,7.413]],["name/26573",[493,49.276]],["parent/26573",[6984,7.413]],["name/26574",[516,51.363]],["parent/26574",[6984,7.413]],["name/26575",[517,58.27]],["parent/26575",[6984,7.413]],["name/26576",[518,58.27]],["parent/26576",[6984,7.413]],["name/26577",[421,44.394]],["parent/26577",[6984,7.413]],["name/26578",[519,58.27]],["parent/26578",[6984,7.413]],["name/26579",[520,58.27]],["parent/26579",[6984,7.413]],["name/26580",[521,51.363]],["parent/26580",[6984,7.413]],["name/26581",[344,48.357]],["parent/26581",[6984,7.413]],["name/26582",[155,37.858]],["parent/26582",[6984,7.413]],["name/26583",[522,58.27]],["parent/26583",[6984,7.413]],["name/26584",[523,58.27]],["parent/26584",[6984,7.413]],["name/26585",[524,58.27]],["parent/26585",[6984,7.413]],["name/26586",[525,58.27]],["parent/26586",[6984,7.413]],["name/26587",[526,47.618]],["parent/26587",[6984,7.413]],["name/26588",[527,58.27]],["parent/26588",[6984,7.413]],["name/26589",[513,51.363]],["parent/26589",[6984,7.413]],["name/26590",[528,58.27]],["parent/26590",[6984,7.413]],["name/26591",[92,51.167]],["parent/26591",[6984,7.413]],["name/26592",[67,57.883]],["parent/26592",[6978,6.865]],["name/26593",[173,20.78]],["parent/26593",[6985,10.024]],["name/26594",[530,58.27]],["parent/26594",[6986,8.927]],["name/26595",[532,51.363]],["parent/26595",[6986,8.927]],["name/26596",[533,58.27]],["parent/26596",[6986,8.927]],["name/26597",[534,51.363]],["parent/26597",[6986,8.927]],["name/26598",[68,51.167]],["parent/26598",[6978,6.865]],["name/26599",[173,20.78]],["parent/26599",[6987,10.024]],["name/26600",[410,39.926]],["parent/26600",[6988,9.178]],["name/26601",[411,58.075]],["parent/26601",[6988,9.178]],["name/26602",[537,58.27]],["parent/26602",[6988,9.178]],["name/26603",[69,57.883]],["parent/26603",[6978,6.865]],["name/26604",[173,20.78]],["parent/26604",[6989,10.024]],["name/26605",[408,29.731]],["parent/26605",[6990,8.292]],["name/26606",[540,45.268]],["parent/26606",[6990,8.292]],["name/26607",[155,37.858]],["parent/26607",[6990,8.292]],["name/26608",[541,58.27]],["parent/26608",[6990,8.292]],["name/26609",[542,58.27]],["parent/26609",[6990,8.292]],["name/26610",[543,58.27]],["parent/26610",[6990,8.292]],["name/26611",[342,56.068]],["parent/26611",[6990,8.292]],["name/26612",[544,45.905]],["parent/26612",[6990,8.292]],["name/26613",[70,51.167]],["parent/26613",[6978,6.865]],["name/26614",[173,20.78]],["parent/26614",[6991,10.024]],["name/26615",[155,37.858]],["parent/26615",[6992,7.83]],["name/26616",[547,44.444]],["parent/26616",[6992,7.83]],["name/26617",[544,45.905]],["parent/26617",[6992,7.83]],["name/26618",[540,45.268]],["parent/26618",[6992,7.83]],["name/26619",[548,58.27]],["parent/26619",[6992,7.83]],["name/26620",[549,58.27]],["parent/26620",[6992,7.83]],["name/26621",[550,58.27]],["parent/26621",[6992,7.83]],["name/26622",[551,58.27]],["parent/26622",[6992,7.83]],["name/26623",[552,58.27]],["parent/26623",[6992,7.83]],["name/26624",[553,58.27]],["parent/26624",[6992,7.83]],["name/26625",[554,56.227]],["parent/26625",[6992,7.83]],["name/26626",[555,56.227]],["parent/26626",[6992,7.83]],["name/26627",[485,61.773]],["parent/26627",[6992,7.83]],["name/26628",[82,57.511]],["parent/26628",[6978,6.865]],["name/26629",[173,20.78]],["parent/26629",[6993,10.024]],["name/26630",[408,29.731]],["parent/26630",[6994,8.927]],["name/26631",[493,49.276]],["parent/26631",[6994,8.927]],["name/26632",[155,37.858]],["parent/26632",[6994,8.927]],["name/26633",[516,51.363]],["parent/26633",[6994,8.927]],["name/26634",[77,51.167]],["parent/26634",[6978,6.865]],["name/26635",[173,20.78]],["parent/26635",[6995,10.024]],["name/26636",[559,58.27]],["parent/26636",[6996,9.178]],["name/26637",[561,58.27]],["parent/26637",[6996,9.178]],["name/26638",[562,45.295]],["parent/26638",[6996,9.178]],["name/26639",[96,55.911]],["parent/26639",[6978,6.865]],["name/26640",[173,20.78]],["parent/26640",[6997,10.024]],["name/26641",[410,39.926]],["parent/26641",[6998,9.178]],["name/26642",[155,37.858]],["parent/26642",[6998,9.178]],["name/26643",[77,51.167]],["parent/26643",[6998,9.178]],["name/26644",[85,57.978]],["parent/26644",[6978,6.865]],["name/26645",[173,20.78]],["parent/26645",[6999,10.024]],["name/26646",[547,44.444]],["parent/26646",[7000,9.514]],["name/26647",[567,51.363]],["parent/26647",[7000,9.514]],["name/26648",[84,48.96]],["parent/26648",[6978,6.865]],["name/26649",[173,20.78]],["parent/26649",[7001,10.024]],["name/26650",[408,29.731]],["parent/26650",[7002,8.417]],["name/26651",[570,51.363]],["parent/26651",[7002,8.417]],["name/26652",[571,58.27]],["parent/26652",[7002,8.417]],["name/26653",[572,56.227]],["parent/26653",[7002,8.417]],["name/26654",[567,51.363]],["parent/26654",[7002,8.417]],["name/26655",[573,58.27]],["parent/26655",[7002,8.417]],["name/26656",[574,58.27]],["parent/26656",[7002,8.417]],["name/26657",[345,56.721]],["parent/26657",[6978,6.865]],["name/26658",[173,20.78]],["parent/26658",[7003,10.024]],["name/26659",[576,62.202]],["parent/26659",[7004,8.927]],["name/26660",[578,62.202]],["parent/26660",[7004,8.927]],["name/26661",[410,39.926]],["parent/26661",[7004,8.927]],["name/26662",[562,45.295]],["parent/26662",[7004,8.927]],["name/26663",[94,51.023]],["parent/26663",[6978,6.865]],["name/26664",[173,20.78]],["parent/26664",[7005,10.024]],["name/26665",[408,29.731]],["parent/26665",[7006,7.017]],["name/26666",[581,49.316]],["parent/26666",[7006,7.017]],["name/26667",[155,37.858]],["parent/26667",[7006,7.017]],["name/26668",[65,47.186]],["parent/26668",[7006,7.017]],["name/26669",[582,51.363]],["parent/26669",[7006,7.017]],["name/26670",[583,58.27]],["parent/26670",[7006,7.017]],["name/26671",[145,57.978]],["parent/26671",[7006,7.017]],["name/26672",[584,58.27]],["parent/26672",[7006,7.017]],["name/26673",[421,44.394]],["parent/26673",[7006,7.017]],["name/26674",[526,47.618]],["parent/26674",[7006,7.017]],["name/26675",[585,58.27]],["parent/26675",[7006,7.017]],["name/26676",[586,58.27]],["parent/26676",[7006,7.017]],["name/26677",[587,58.27]],["parent/26677",[7006,7.017]],["name/26678",[588,58.27]],["parent/26678",[7006,7.017]],["name/26679",[589,58.27]],["parent/26679",[7006,7.017]],["name/26680",[590,58.27]],["parent/26680",[7006,7.017]],["name/26681",[511,47.317]],["parent/26681",[7006,7.017]],["name/26682",[591,49.811]],["parent/26682",[7006,7.017]],["name/26683",[352,50.243]],["parent/26683",[7006,7.017]],["name/26684",[592,51.363]],["parent/26684",[7006,7.017]],["name/26685",[593,56.227]],["parent/26685",[7006,7.017]],["name/26686",[594,56.227]],["parent/26686",[7006,7.017]],["name/26687",[70,51.167]],["parent/26687",[7006,7.017]],["name/26688",[84,48.96]],["parent/26688",[7006,7.017]],["name/26689",[68,51.167]],["parent/26689",[7006,7.017]],["name/26690",[512,51.363]],["parent/26690",[7006,7.017]],["name/26691",[595,58.27]],["parent/26691",[7006,7.017]],["name/26692",[597,58.27]],["parent/26692",[7006,7.017]],["name/26693",[485,61.773]],["parent/26693",[7006,7.017]],["name/26694",[173,20.78]],["parent/26694",[7006,7.017]],["name/26695",[71,49.643]],["parent/26695",[7007,8.181]],["name/26696",[173,20.78]],["parent/26696",[7007,8.181]],["name/26697",[6499,62.202]],["parent/26697",[7008,9.514]],["name/26698",[591,49.811]],["parent/26698",[7007,8.181]],["name/26699",[173,20.78]],["parent/26699",[7007,8.181]],["name/26700",[6499,62.202]],["parent/26700",[7008,9.514]],["name/26701",[6501,69.061]],["parent/26701",[7007,8.181]],["name/26702",[6502,69.061]],["parent/26702",[7007,8.181]],["name/26703",[596,62.202]],["parent/26703",[7007,8.181]],["name/26704",[6503,69.061]],["parent/26704",[7007,8.181]],["name/26705",[6504,69.061]],["parent/26705",[7007,8.181]],["name/26706",[71,49.643]],["parent/26706",[6978,6.865]],["name/26707",[173,20.78]],["parent/26707",[7009,10.024]],["name/26708",[599,58.27]],["parent/26708",[7010,9.514]],["name/26709",[601,58.27]],["parent/26709",[7010,9.514]],["name/26710",[72,57.883]],["parent/26710",[6978,6.865]],["name/26711",[173,20.78]],["parent/26711",[7011,10.024]],["name/26712",[408,29.731]],["parent/26712",[7012,8.927]],["name/26713",[562,45.295]],["parent/26713",[7012,8.927]],["name/26714",[604,58.27]],["parent/26714",[7012,8.927]],["name/26715",[605,58.27]],["parent/26715",[7012,8.927]],["name/26716",[74,58.075]],["parent/26716",[6978,6.865]],["name/26717",[173,20.78]],["parent/26717",[7013,10.024]],["name/26718",[408,29.731]],["parent/26718",[7014,8.927]],["name/26719",[410,39.926]],["parent/26719",[7014,8.927]],["name/26720",[521,51.363]],["parent/26720",[7014,8.927]],["name/26721",[608,58.27]],["parent/26721",[7014,8.927]],["name/26722",[75,57.883]],["parent/26722",[6978,6.865]],["name/26723",[173,20.78]],["parent/26723",[7015,10.024]],["name/26724",[410,39.926]],["parent/26724",[7016,9.178]],["name/26725",[611,58.27]],["parent/26725",[7016,9.178]],["name/26726",[612,58.27]],["parent/26726",[7016,9.178]],["name/26727",[76,57.883]],["parent/26727",[6978,6.865]],["name/26728",[173,20.78]],["parent/26728",[7017,10.024]],["name/26729",[408,29.731]],["parent/26729",[7018,8.56]],["name/26730",[615,58.27]],["parent/26730",[7018,8.56]],["name/26731",[71,49.643]],["parent/26731",[7018,8.56]],["name/26732",[570,51.363]],["parent/26732",[7018,8.56]],["name/26733",[616,58.27]],["parent/26733",[7018,8.56]],["name/26734",[617,58.27]],["parent/26734",[7018,8.56]],["name/26735",[78,58.075]],["parent/26735",[6978,6.865]],["name/26736",[173,20.78]],["parent/26736",[7019,10.024]],["name/26737",[619,58.27]],["parent/26737",[7020,8.727]],["name/26738",[621,58.27]],["parent/26738",[7020,8.727]],["name/26739",[622,47.317]],["parent/26739",[7020,8.727]],["name/26740",[623,58.27]],["parent/26740",[7020,8.727]],["name/26741",[624,58.27]],["parent/26741",[7020,8.727]],["name/26742",[98,51.167]],["parent/26742",[6978,6.865]],["name/26743",[173,20.78]],["parent/26743",[7021,10.024]],["name/26744",[626,58.27]],["parent/26744",[7022,10.024]],["name/26745",[93,50.025]],["parent/26745",[6978,6.865]],["name/26746",[173,20.78]],["parent/26746",[7023,10.024]],["name/26747",[629,58.27]],["parent/26747",[7024,9.178]],["name/26748",[631,58.27]],["parent/26748",[7024,9.178]],["name/26749",[632,58.27]],["parent/26749",[7024,9.178]],["name/26750",[79,57.883]],["parent/26750",[6978,6.865]],["name/26751",[173,20.78]],["parent/26751",[7025,10.024]],["name/26752",[581,49.316]],["parent/26752",[7026,7.907]],["name/26753",[547,44.444]],["parent/26753",[7026,7.907]],["name/26754",[544,45.905]],["parent/26754",[7026,7.907]],["name/26755",[635,58.27]],["parent/26755",[7026,7.907]],["name/26756",[636,46.586]],["parent/26756",[7026,7.907]],["name/26757",[637,58.27]],["parent/26757",[7026,7.907]],["name/26758",[98,51.167]],["parent/26758",[7026,7.907]],["name/26759",[93,50.025]],["parent/26759",[7026,7.907]],["name/26760",[638,58.27]],["parent/26760",[7026,7.907]],["name/26761",[639,58.27]],["parent/26761",[7026,7.907]],["name/26762",[640,58.27]],["parent/26762",[7026,7.907]],["name/26763",[534,51.363]],["parent/26763",[7026,7.907]],["name/26764",[80,55.757]],["parent/26764",[6978,6.865]],["name/26765",[173,20.78]],["parent/26765",[7027,10.024]],["name/26766",[408,29.731]],["parent/26766",[7028,9.514]],["name/26767",[547,44.444]],["parent/26767",[7028,9.514]],["name/26768",[81,57.883]],["parent/26768",[6978,6.865]],["name/26769",[173,20.78]],["parent/26769",[7029,10.024]],["name/26770",[644,58.27]],["parent/26770",[7030,8.927]],["name/26771",[173,20.78]],["parent/26771",[7030,8.927]],["name/26772",[646,51.363]],["parent/26772",[7031,8.56]],["name/26773",[636,46.586]],["parent/26773",[7031,8.56]],["name/26774",[622,47.317]],["parent/26774",[7031,8.56]],["name/26775",[648,58.27]],["parent/26775",[7030,8.927]],["name/26776",[173,20.78]],["parent/26776",[7030,8.927]],["name/26777",[646,51.363]],["parent/26777",[7031,8.56]],["name/26778",[636,46.586]],["parent/26778",[7031,8.56]],["name/26779",[622,47.317]],["parent/26779",[7031,8.56]],["name/26780",[83,55.604]],["parent/26780",[6978,6.865]],["name/26781",[173,20.78]],["parent/26781",[7032,10.024]],["name/26782",[65,47.186]],["parent/26782",[7033,8.56]],["name/26783",[421,44.394]],["parent/26783",[7033,8.56]],["name/26784",[408,29.731]],["parent/26784",[7033,8.56]],["name/26785",[94,51.023]],["parent/26785",[7033,8.56]],["name/26786",[73,51.562]],["parent/26786",[7033,8.56]],["name/26787",[540,45.268]],["parent/26787",[7033,8.56]],["name/26788",[651,56.147]],["parent/26788",[6978,6.865]],["name/26789",[86,57.883]],["parent/26789",[6978,6.865]],["name/26790",[173,20.78]],["parent/26790",[7034,10.024]],["name/26791",[653,58.27]],["parent/26791",[7035,8.727]],["name/26792",[655,58.27]],["parent/26792",[7035,8.727]],["name/26793",[656,58.27]],["parent/26793",[7035,8.727]],["name/26794",[657,58.27]],["parent/26794",[7035,8.727]],["name/26795",[658,58.27]],["parent/26795",[7035,8.727]],["name/26796",[87,58.075]],["parent/26796",[6978,6.865]],["name/26797",[173,20.78]],["parent/26797",[7036,10.024]],["name/26798",[408,29.731]],["parent/26798",[7037,8.927]],["name/26799",[661,58.27]],["parent/26799",[7037,8.927]],["name/26800",[662,58.27]],["parent/26800",[7037,8.927]],["name/26801",[663,58.27]],["parent/26801",[7037,8.927]],["name/26802",[88,57.883]],["parent/26802",[6978,6.865]],["name/26803",[173,20.78]],["parent/26803",[7038,10.024]],["name/26804",[408,29.731]],["parent/26804",[7039,8.081]],["name/26805",[340,56.068]],["parent/26805",[7039,8.081]],["name/26806",[666,58.27]],["parent/26806",[7039,8.081]],["name/26807",[334,56.147]],["parent/26807",[7039,8.081]],["name/26808",[667,58.27]],["parent/26808",[7039,8.081]],["name/26809",[668,58.27]],["parent/26809",[7039,8.081]],["name/26810",[669,58.27]],["parent/26810",[7039,8.081]],["name/26811",[670,58.27]],["parent/26811",[7039,8.081]],["name/26812",[671,58.27]],["parent/26812",[7039,8.081]],["name/26813",[672,58.27]],["parent/26813",[7039,8.081]],["name/26814",[89,57.511]],["parent/26814",[6978,6.865]],["name/26815",[173,20.78]],["parent/26815",[7040,10.024]],["name/26816",[408,29.731]],["parent/26816",[7041,8.727]],["name/26817",[675,58.27]],["parent/26817",[7041,8.727]],["name/26818",[676,58.27]],["parent/26818",[7041,8.727]],["name/26819",[677,58.27]],["parent/26819",[7041,8.727]],["name/26820",[678,58.27]],["parent/26820",[7041,8.727]],["name/26821",[90,57.883]],["parent/26821",[6978,6.865]],["name/26822",[173,20.78]],["parent/26822",[7042,10.024]],["name/26823",[562,45.295]],["parent/26823",[7043,9.178]],["name/26824",[532,51.363]],["parent/26824",[7043,9.178]],["name/26825",[681,58.27]],["parent/26825",[7043,9.178]],["name/26826",[91,58.075]],["parent/26826",[6978,6.865]],["name/26827",[173,20.78]],["parent/26827",[7044,10.024]],["name/26828",[408,29.731]],["parent/26828",[7045,8.927]],["name/26829",[684,51.363]],["parent/26829",[7045,8.927]],["name/26830",[172,58.075]],["parent/26830",[7045,8.927]],["name/26831",[592,51.363]],["parent/26831",[7045,8.927]],["name/26832",[95,58.075]],["parent/26832",[6978,6.865]],["name/26833",[173,20.78]],["parent/26833",[7046,10.024]],["name/26834",[686,54.532]],["parent/26834",[7047,8.292]],["name/26835",[582,51.363]],["parent/26835",[7047,8.292]],["name/26836",[688,58.27]],["parent/26836",[7047,8.292]],["name/26837",[511,47.317]],["parent/26837",[7047,8.292]],["name/26838",[591,49.811]],["parent/26838",[7047,8.292]],["name/26839",[352,50.243]],["parent/26839",[7047,8.292]],["name/26840",[684,51.363]],["parent/26840",[7047,8.292]],["name/26841",[689,58.27]],["parent/26841",[7047,8.292]],["name/26842",[97,55.911]],["parent/26842",[6978,6.865]],["name/26843",[173,20.78]],["parent/26843",[7048,10.024]],["name/26844",[417,58.075]],["parent/26844",[7049,8.927]],["name/26845",[419,58.075]],["parent/26845",[7049,8.927]],["name/26846",[420,58.075]],["parent/26846",[7049,8.927]],["name/26847",[421,44.394]],["parent/26847",[7049,8.927]],["name/26848",[6468,69.061]],["parent/26848",[452,9.514]],["name/26849",[73,51.562]],["parent/26849",[7050,6.865]],["name/26850",[173,20.78]],["parent/26850",[7051,10.024]],["name/26851",[504,58.27]],["parent/26851",[7052,8.927]],["name/26852",[506,58.27]],["parent/26852",[7052,8.927]],["name/26853",[155,37.858]],["parent/26853",[7052,8.927]],["name/26854",[507,58.27]],["parent/26854",[7052,8.927]],["name/26855",[92,51.167]],["parent/26855",[7050,6.865]],["name/26856",[173,20.78]],["parent/26856",[7053,10.024]],["name/26857",[509,58.27]],["parent/26857",[7054,8.727]],["name/26858",[511,47.317]],["parent/26858",[7054,8.727]],["name/26859",[512,51.363]],["parent/26859",[7054,8.727]],["name/26860",[344,48.357]],["parent/26860",[7054,8.727]],["name/26861",[513,51.363]],["parent/26861",[7054,8.727]],["name/26862",[65,47.186]],["parent/26862",[7050,6.865]],["name/26863",[173,20.78]],["parent/26863",[7055,10.024]],["name/26864",[408,29.731]],["parent/26864",[7056,7.413]],["name/26865",[493,49.276]],["parent/26865",[7056,7.413]],["name/26866",[516,51.363]],["parent/26866",[7056,7.413]],["name/26867",[517,58.27]],["parent/26867",[7056,7.413]],["name/26868",[518,58.27]],["parent/26868",[7056,7.413]],["name/26869",[421,44.394]],["parent/26869",[7056,7.413]],["name/26870",[519,58.27]],["parent/26870",[7056,7.413]],["name/26871",[520,58.27]],["parent/26871",[7056,7.413]],["name/26872",[521,51.363]],["parent/26872",[7056,7.413]],["name/26873",[344,48.357]],["parent/26873",[7056,7.413]],["name/26874",[155,37.858]],["parent/26874",[7056,7.413]],["name/26875",[522,58.27]],["parent/26875",[7056,7.413]],["name/26876",[523,58.27]],["parent/26876",[7056,7.413]],["name/26877",[524,58.27]],["parent/26877",[7056,7.413]],["name/26878",[525,58.27]],["parent/26878",[7056,7.413]],["name/26879",[526,47.618]],["parent/26879",[7056,7.413]],["name/26880",[527,58.27]],["parent/26880",[7056,7.413]],["name/26881",[513,51.363]],["parent/26881",[7056,7.413]],["name/26882",[528,58.27]],["parent/26882",[7056,7.413]],["name/26883",[92,51.167]],["parent/26883",[7056,7.413]],["name/26884",[67,57.883]],["parent/26884",[7050,6.865]],["name/26885",[173,20.78]],["parent/26885",[7057,10.024]],["name/26886",[530,58.27]],["parent/26886",[7058,8.927]],["name/26887",[532,51.363]],["parent/26887",[7058,8.927]],["name/26888",[533,58.27]],["parent/26888",[7058,8.927]],["name/26889",[534,51.363]],["parent/26889",[7058,8.927]],["name/26890",[68,51.167]],["parent/26890",[7050,6.865]],["name/26891",[173,20.78]],["parent/26891",[7059,10.024]],["name/26892",[410,39.926]],["parent/26892",[7060,9.178]],["name/26893",[411,58.075]],["parent/26893",[7060,9.178]],["name/26894",[537,58.27]],["parent/26894",[7060,9.178]],["name/26895",[69,57.883]],["parent/26895",[7050,6.865]],["name/26896",[173,20.78]],["parent/26896",[7061,10.024]],["name/26897",[408,29.731]],["parent/26897",[7062,8.292]],["name/26898",[540,45.268]],["parent/26898",[7062,8.292]],["name/26899",[155,37.858]],["parent/26899",[7062,8.292]],["name/26900",[541,58.27]],["parent/26900",[7062,8.292]],["name/26901",[542,58.27]],["parent/26901",[7062,8.292]],["name/26902",[543,58.27]],["parent/26902",[7062,8.292]],["name/26903",[342,56.068]],["parent/26903",[7062,8.292]],["name/26904",[544,45.905]],["parent/26904",[7062,8.292]],["name/26905",[70,51.167]],["parent/26905",[7050,6.865]],["name/26906",[173,20.78]],["parent/26906",[7063,10.024]],["name/26907",[155,37.858]],["parent/26907",[7064,7.83]],["name/26908",[547,44.444]],["parent/26908",[7064,7.83]],["name/26909",[544,45.905]],["parent/26909",[7064,7.83]],["name/26910",[540,45.268]],["parent/26910",[7064,7.83]],["name/26911",[548,58.27]],["parent/26911",[7064,7.83]],["name/26912",[549,58.27]],["parent/26912",[7064,7.83]],["name/26913",[550,58.27]],["parent/26913",[7064,7.83]],["name/26914",[551,58.27]],["parent/26914",[7064,7.83]],["name/26915",[552,58.27]],["parent/26915",[7064,7.83]],["name/26916",[553,58.27]],["parent/26916",[7064,7.83]],["name/26917",[554,56.227]],["parent/26917",[7064,7.83]],["name/26918",[555,56.227]],["parent/26918",[7064,7.83]],["name/26919",[485,61.773]],["parent/26919",[7064,7.83]],["name/26920",[82,57.511]],["parent/26920",[7050,6.865]],["name/26921",[173,20.78]],["parent/26921",[7065,10.024]],["name/26922",[408,29.731]],["parent/26922",[7066,8.927]],["name/26923",[493,49.276]],["parent/26923",[7066,8.927]],["name/26924",[155,37.858]],["parent/26924",[7066,8.927]],["name/26925",[516,51.363]],["parent/26925",[7066,8.927]],["name/26926",[77,51.167]],["parent/26926",[7050,6.865]],["name/26927",[173,20.78]],["parent/26927",[7067,10.024]],["name/26928",[559,58.27]],["parent/26928",[7068,9.178]],["name/26929",[561,58.27]],["parent/26929",[7068,9.178]],["name/26930",[562,45.295]],["parent/26930",[7068,9.178]],["name/26931",[96,55.911]],["parent/26931",[7050,6.865]],["name/26932",[173,20.78]],["parent/26932",[7069,10.024]],["name/26933",[410,39.926]],["parent/26933",[7070,9.178]],["name/26934",[155,37.858]],["parent/26934",[7070,9.178]],["name/26935",[77,51.167]],["parent/26935",[7070,9.178]],["name/26936",[85,57.978]],["parent/26936",[7050,6.865]],["name/26937",[173,20.78]],["parent/26937",[7071,10.024]],["name/26938",[547,44.444]],["parent/26938",[7072,9.514]],["name/26939",[567,51.363]],["parent/26939",[7072,9.514]],["name/26940",[84,48.96]],["parent/26940",[7050,6.865]],["name/26941",[173,20.78]],["parent/26941",[7073,10.024]],["name/26942",[408,29.731]],["parent/26942",[7074,8.417]],["name/26943",[570,51.363]],["parent/26943",[7074,8.417]],["name/26944",[571,58.27]],["parent/26944",[7074,8.417]],["name/26945",[572,56.227]],["parent/26945",[7074,8.417]],["name/26946",[567,51.363]],["parent/26946",[7074,8.417]],["name/26947",[573,58.27]],["parent/26947",[7074,8.417]],["name/26948",[574,58.27]],["parent/26948",[7074,8.417]],["name/26949",[345,56.721]],["parent/26949",[7050,6.865]],["name/26950",[173,20.78]],["parent/26950",[7075,10.024]],["name/26951",[576,62.202]],["parent/26951",[7076,8.927]],["name/26952",[578,62.202]],["parent/26952",[7076,8.927]],["name/26953",[410,39.926]],["parent/26953",[7076,8.927]],["name/26954",[562,45.295]],["parent/26954",[7076,8.927]],["name/26955",[94,51.023]],["parent/26955",[7050,6.865]],["name/26956",[173,20.78]],["parent/26956",[7077,10.024]],["name/26957",[408,29.731]],["parent/26957",[7078,7.017]],["name/26958",[581,49.316]],["parent/26958",[7078,7.017]],["name/26959",[155,37.858]],["parent/26959",[7078,7.017]],["name/26960",[65,47.186]],["parent/26960",[7078,7.017]],["name/26961",[582,51.363]],["parent/26961",[7078,7.017]],["name/26962",[583,58.27]],["parent/26962",[7078,7.017]],["name/26963",[145,57.978]],["parent/26963",[7078,7.017]],["name/26964",[584,58.27]],["parent/26964",[7078,7.017]],["name/26965",[421,44.394]],["parent/26965",[7078,7.017]],["name/26966",[526,47.618]],["parent/26966",[7078,7.017]],["name/26967",[585,58.27]],["parent/26967",[7078,7.017]],["name/26968",[586,58.27]],["parent/26968",[7078,7.017]],["name/26969",[587,58.27]],["parent/26969",[7078,7.017]],["name/26970",[588,58.27]],["parent/26970",[7078,7.017]],["name/26971",[589,58.27]],["parent/26971",[7078,7.017]],["name/26972",[590,58.27]],["parent/26972",[7078,7.017]],["name/26973",[511,47.317]],["parent/26973",[7078,7.017]],["name/26974",[591,49.811]],["parent/26974",[7078,7.017]],["name/26975",[352,50.243]],["parent/26975",[7078,7.017]],["name/26976",[592,51.363]],["parent/26976",[7078,7.017]],["name/26977",[593,56.227]],["parent/26977",[7078,7.017]],["name/26978",[594,56.227]],["parent/26978",[7078,7.017]],["name/26979",[70,51.167]],["parent/26979",[7078,7.017]],["name/26980",[84,48.96]],["parent/26980",[7078,7.017]],["name/26981",[68,51.167]],["parent/26981",[7078,7.017]],["name/26982",[512,51.363]],["parent/26982",[7078,7.017]],["name/26983",[595,58.27]],["parent/26983",[7078,7.017]],["name/26984",[597,58.27]],["parent/26984",[7078,7.017]],["name/26985",[485,61.773]],["parent/26985",[7078,7.017]],["name/26986",[173,20.78]],["parent/26986",[7078,7.017]],["name/26987",[71,49.643]],["parent/26987",[7079,8.181]],["name/26988",[173,20.78]],["parent/26988",[7079,8.181]],["name/26989",[6499,62.202]],["parent/26989",[7080,9.514]],["name/26990",[591,49.811]],["parent/26990",[7079,8.181]],["name/26991",[173,20.78]],["parent/26991",[7079,8.181]],["name/26992",[6499,62.202]],["parent/26992",[7080,9.514]],["name/26993",[6501,69.061]],["parent/26993",[7079,8.181]],["name/26994",[6502,69.061]],["parent/26994",[7079,8.181]],["name/26995",[596,62.202]],["parent/26995",[7079,8.181]],["name/26996",[6503,69.061]],["parent/26996",[7079,8.181]],["name/26997",[6504,69.061]],["parent/26997",[7079,8.181]],["name/26998",[71,49.643]],["parent/26998",[7050,6.865]],["name/26999",[173,20.78]],["parent/26999",[7081,10.024]],["name/27000",[599,58.27]],["parent/27000",[7082,9.514]],["name/27001",[601,58.27]],["parent/27001",[7082,9.514]],["name/27002",[72,57.883]],["parent/27002",[7050,6.865]],["name/27003",[173,20.78]],["parent/27003",[7083,10.024]],["name/27004",[408,29.731]],["parent/27004",[7084,8.927]],["name/27005",[562,45.295]],["parent/27005",[7084,8.927]],["name/27006",[604,58.27]],["parent/27006",[7084,8.927]],["name/27007",[605,58.27]],["parent/27007",[7084,8.927]],["name/27008",[74,58.075]],["parent/27008",[7050,6.865]],["name/27009",[173,20.78]],["parent/27009",[7085,10.024]],["name/27010",[408,29.731]],["parent/27010",[7086,8.927]],["name/27011",[410,39.926]],["parent/27011",[7086,8.927]],["name/27012",[521,51.363]],["parent/27012",[7086,8.927]],["name/27013",[608,58.27]],["parent/27013",[7086,8.927]],["name/27014",[75,57.883]],["parent/27014",[7050,6.865]],["name/27015",[173,20.78]],["parent/27015",[7087,10.024]],["name/27016",[410,39.926]],["parent/27016",[7088,9.178]],["name/27017",[611,58.27]],["parent/27017",[7088,9.178]],["name/27018",[612,58.27]],["parent/27018",[7088,9.178]],["name/27019",[76,57.883]],["parent/27019",[7050,6.865]],["name/27020",[173,20.78]],["parent/27020",[7089,10.024]],["name/27021",[408,29.731]],["parent/27021",[7090,8.56]],["name/27022",[615,58.27]],["parent/27022",[7090,8.56]],["name/27023",[71,49.643]],["parent/27023",[7090,8.56]],["name/27024",[570,51.363]],["parent/27024",[7090,8.56]],["name/27025",[616,58.27]],["parent/27025",[7090,8.56]],["name/27026",[617,58.27]],["parent/27026",[7090,8.56]],["name/27027",[78,58.075]],["parent/27027",[7050,6.865]],["name/27028",[173,20.78]],["parent/27028",[7091,10.024]],["name/27029",[619,58.27]],["parent/27029",[7092,8.727]],["name/27030",[621,58.27]],["parent/27030",[7092,8.727]],["name/27031",[622,47.317]],["parent/27031",[7092,8.727]],["name/27032",[623,58.27]],["parent/27032",[7092,8.727]],["name/27033",[624,58.27]],["parent/27033",[7092,8.727]],["name/27034",[98,51.167]],["parent/27034",[7050,6.865]],["name/27035",[173,20.78]],["parent/27035",[7093,10.024]],["name/27036",[626,58.27]],["parent/27036",[7094,10.024]],["name/27037",[93,50.025]],["parent/27037",[7050,6.865]],["name/27038",[173,20.78]],["parent/27038",[7095,10.024]],["name/27039",[629,58.27]],["parent/27039",[7096,9.178]],["name/27040",[631,58.27]],["parent/27040",[7096,9.178]],["name/27041",[632,58.27]],["parent/27041",[7096,9.178]],["name/27042",[79,57.883]],["parent/27042",[7050,6.865]],["name/27043",[173,20.78]],["parent/27043",[7097,10.024]],["name/27044",[581,49.316]],["parent/27044",[7098,7.907]],["name/27045",[547,44.444]],["parent/27045",[7098,7.907]],["name/27046",[544,45.905]],["parent/27046",[7098,7.907]],["name/27047",[635,58.27]],["parent/27047",[7098,7.907]],["name/27048",[636,46.586]],["parent/27048",[7098,7.907]],["name/27049",[637,58.27]],["parent/27049",[7098,7.907]],["name/27050",[98,51.167]],["parent/27050",[7098,7.907]],["name/27051",[93,50.025]],["parent/27051",[7098,7.907]],["name/27052",[638,58.27]],["parent/27052",[7098,7.907]],["name/27053",[639,58.27]],["parent/27053",[7098,7.907]],["name/27054",[640,58.27]],["parent/27054",[7098,7.907]],["name/27055",[534,51.363]],["parent/27055",[7098,7.907]],["name/27056",[80,55.757]],["parent/27056",[7050,6.865]],["name/27057",[173,20.78]],["parent/27057",[7099,10.024]],["name/27058",[408,29.731]],["parent/27058",[7100,9.514]],["name/27059",[547,44.444]],["parent/27059",[7100,9.514]],["name/27060",[81,57.883]],["parent/27060",[7050,6.865]],["name/27061",[173,20.78]],["parent/27061",[7101,10.024]],["name/27062",[644,58.27]],["parent/27062",[7102,8.927]],["name/27063",[173,20.78]],["parent/27063",[7102,8.927]],["name/27064",[646,51.363]],["parent/27064",[7103,8.56]],["name/27065",[636,46.586]],["parent/27065",[7103,8.56]],["name/27066",[622,47.317]],["parent/27066",[7103,8.56]],["name/27067",[648,58.27]],["parent/27067",[7102,8.927]],["name/27068",[173,20.78]],["parent/27068",[7102,8.927]],["name/27069",[646,51.363]],["parent/27069",[7103,8.56]],["name/27070",[636,46.586]],["parent/27070",[7103,8.56]],["name/27071",[622,47.317]],["parent/27071",[7103,8.56]],["name/27072",[83,55.604]],["parent/27072",[7050,6.865]],["name/27073",[173,20.78]],["parent/27073",[7104,10.024]],["name/27074",[65,47.186]],["parent/27074",[7105,8.56]],["name/27075",[421,44.394]],["parent/27075",[7105,8.56]],["name/27076",[408,29.731]],["parent/27076",[7105,8.56]],["name/27077",[94,51.023]],["parent/27077",[7105,8.56]],["name/27078",[73,51.562]],["parent/27078",[7105,8.56]],["name/27079",[540,45.268]],["parent/27079",[7105,8.56]],["name/27080",[651,56.147]],["parent/27080",[7050,6.865]],["name/27081",[86,57.883]],["parent/27081",[7050,6.865]],["name/27082",[173,20.78]],["parent/27082",[7106,10.024]],["name/27083",[653,58.27]],["parent/27083",[7107,8.727]],["name/27084",[655,58.27]],["parent/27084",[7107,8.727]],["name/27085",[656,58.27]],["parent/27085",[7107,8.727]],["name/27086",[657,58.27]],["parent/27086",[7107,8.727]],["name/27087",[658,58.27]],["parent/27087",[7107,8.727]],["name/27088",[87,58.075]],["parent/27088",[7050,6.865]],["name/27089",[173,20.78]],["parent/27089",[7108,10.024]],["name/27090",[408,29.731]],["parent/27090",[7109,8.927]],["name/27091",[661,58.27]],["parent/27091",[7109,8.927]],["name/27092",[662,58.27]],["parent/27092",[7109,8.927]],["name/27093",[663,58.27]],["parent/27093",[7109,8.927]],["name/27094",[88,57.883]],["parent/27094",[7050,6.865]],["name/27095",[173,20.78]],["parent/27095",[7110,10.024]],["name/27096",[408,29.731]],["parent/27096",[7111,8.081]],["name/27097",[340,56.068]],["parent/27097",[7111,8.081]],["name/27098",[666,58.27]],["parent/27098",[7111,8.081]],["name/27099",[334,56.147]],["parent/27099",[7111,8.081]],["name/27100",[667,58.27]],["parent/27100",[7111,8.081]],["name/27101",[668,58.27]],["parent/27101",[7111,8.081]],["name/27102",[669,58.27]],["parent/27102",[7111,8.081]],["name/27103",[670,58.27]],["parent/27103",[7111,8.081]],["name/27104",[671,58.27]],["parent/27104",[7111,8.081]],["name/27105",[672,58.27]],["parent/27105",[7111,8.081]],["name/27106",[89,57.511]],["parent/27106",[7050,6.865]],["name/27107",[173,20.78]],["parent/27107",[7112,10.024]],["name/27108",[408,29.731]],["parent/27108",[7113,8.727]],["name/27109",[675,58.27]],["parent/27109",[7113,8.727]],["name/27110",[676,58.27]],["parent/27110",[7113,8.727]],["name/27111",[677,58.27]],["parent/27111",[7113,8.727]],["name/27112",[678,58.27]],["parent/27112",[7113,8.727]],["name/27113",[90,57.883]],["parent/27113",[7050,6.865]],["name/27114",[173,20.78]],["parent/27114",[7114,10.024]],["name/27115",[562,45.295]],["parent/27115",[7115,9.178]],["name/27116",[532,51.363]],["parent/27116",[7115,9.178]],["name/27117",[681,58.27]],["parent/27117",[7115,9.178]],["name/27118",[91,58.075]],["parent/27118",[7050,6.865]],["name/27119",[173,20.78]],["parent/27119",[7116,10.024]],["name/27120",[408,29.731]],["parent/27120",[7117,8.927]],["name/27121",[684,51.363]],["parent/27121",[7117,8.927]],["name/27122",[172,58.075]],["parent/27122",[7117,8.927]],["name/27123",[592,51.363]],["parent/27123",[7117,8.927]],["name/27124",[95,58.075]],["parent/27124",[7050,6.865]],["name/27125",[173,20.78]],["parent/27125",[7118,10.024]],["name/27126",[686,54.532]],["parent/27126",[7119,8.292]],["name/27127",[582,51.363]],["parent/27127",[7119,8.292]],["name/27128",[688,58.27]],["parent/27128",[7119,8.292]],["name/27129",[511,47.317]],["parent/27129",[7119,8.292]],["name/27130",[591,49.811]],["parent/27130",[7119,8.292]],["name/27131",[352,50.243]],["parent/27131",[7119,8.292]],["name/27132",[684,51.363]],["parent/27132",[7119,8.292]],["name/27133",[689,58.27]],["parent/27133",[7119,8.292]],["name/27134",[97,55.911]],["parent/27134",[7050,6.865]],["name/27135",[173,20.78]],["parent/27135",[7120,10.024]],["name/27136",[417,58.075]],["parent/27136",[7121,8.927]],["name/27137",[419,58.075]],["parent/27137",[7121,8.927]],["name/27138",[420,58.075]],["parent/27138",[7121,8.927]],["name/27139",[421,44.394]],["parent/27139",[7121,8.927]],["name/27140",[6468,69.061]],["parent/27140",[453,9.514]],["name/27141",[73,51.562]],["parent/27141",[7122,6.865]],["name/27142",[173,20.78]],["parent/27142",[7123,10.024]],["name/27143",[504,58.27]],["parent/27143",[7124,8.927]],["name/27144",[506,58.27]],["parent/27144",[7124,8.927]],["name/27145",[155,37.858]],["parent/27145",[7124,8.927]],["name/27146",[507,58.27]],["parent/27146",[7124,8.927]],["name/27147",[92,51.167]],["parent/27147",[7122,6.865]],["name/27148",[173,20.78]],["parent/27148",[7125,10.024]],["name/27149",[509,58.27]],["parent/27149",[7126,8.727]],["name/27150",[511,47.317]],["parent/27150",[7126,8.727]],["name/27151",[512,51.363]],["parent/27151",[7126,8.727]],["name/27152",[344,48.357]],["parent/27152",[7126,8.727]],["name/27153",[513,51.363]],["parent/27153",[7126,8.727]],["name/27154",[65,47.186]],["parent/27154",[7122,6.865]],["name/27155",[173,20.78]],["parent/27155",[7127,10.024]],["name/27156",[408,29.731]],["parent/27156",[7128,7.413]],["name/27157",[493,49.276]],["parent/27157",[7128,7.413]],["name/27158",[516,51.363]],["parent/27158",[7128,7.413]],["name/27159",[517,58.27]],["parent/27159",[7128,7.413]],["name/27160",[518,58.27]],["parent/27160",[7128,7.413]],["name/27161",[421,44.394]],["parent/27161",[7128,7.413]],["name/27162",[519,58.27]],["parent/27162",[7128,7.413]],["name/27163",[520,58.27]],["parent/27163",[7128,7.413]],["name/27164",[521,51.363]],["parent/27164",[7128,7.413]],["name/27165",[344,48.357]],["parent/27165",[7128,7.413]],["name/27166",[155,37.858]],["parent/27166",[7128,7.413]],["name/27167",[522,58.27]],["parent/27167",[7128,7.413]],["name/27168",[523,58.27]],["parent/27168",[7128,7.413]],["name/27169",[524,58.27]],["parent/27169",[7128,7.413]],["name/27170",[525,58.27]],["parent/27170",[7128,7.413]],["name/27171",[526,47.618]],["parent/27171",[7128,7.413]],["name/27172",[527,58.27]],["parent/27172",[7128,7.413]],["name/27173",[513,51.363]],["parent/27173",[7128,7.413]],["name/27174",[528,58.27]],["parent/27174",[7128,7.413]],["name/27175",[92,51.167]],["parent/27175",[7128,7.413]],["name/27176",[67,57.883]],["parent/27176",[7122,6.865]],["name/27177",[173,20.78]],["parent/27177",[7129,10.024]],["name/27178",[530,58.27]],["parent/27178",[7130,8.927]],["name/27179",[532,51.363]],["parent/27179",[7130,8.927]],["name/27180",[533,58.27]],["parent/27180",[7130,8.927]],["name/27181",[534,51.363]],["parent/27181",[7130,8.927]],["name/27182",[68,51.167]],["parent/27182",[7122,6.865]],["name/27183",[173,20.78]],["parent/27183",[7131,10.024]],["name/27184",[410,39.926]],["parent/27184",[7132,9.178]],["name/27185",[411,58.075]],["parent/27185",[7132,9.178]],["name/27186",[537,58.27]],["parent/27186",[7132,9.178]],["name/27187",[69,57.883]],["parent/27187",[7122,6.865]],["name/27188",[173,20.78]],["parent/27188",[7133,10.024]],["name/27189",[408,29.731]],["parent/27189",[7134,8.292]],["name/27190",[540,45.268]],["parent/27190",[7134,8.292]],["name/27191",[155,37.858]],["parent/27191",[7134,8.292]],["name/27192",[541,58.27]],["parent/27192",[7134,8.292]],["name/27193",[542,58.27]],["parent/27193",[7134,8.292]],["name/27194",[543,58.27]],["parent/27194",[7134,8.292]],["name/27195",[342,56.068]],["parent/27195",[7134,8.292]],["name/27196",[544,45.905]],["parent/27196",[7134,8.292]],["name/27197",[70,51.167]],["parent/27197",[7122,6.865]],["name/27198",[173,20.78]],["parent/27198",[7135,10.024]],["name/27199",[155,37.858]],["parent/27199",[7136,7.83]],["name/27200",[547,44.444]],["parent/27200",[7136,7.83]],["name/27201",[544,45.905]],["parent/27201",[7136,7.83]],["name/27202",[540,45.268]],["parent/27202",[7136,7.83]],["name/27203",[548,58.27]],["parent/27203",[7136,7.83]],["name/27204",[549,58.27]],["parent/27204",[7136,7.83]],["name/27205",[550,58.27]],["parent/27205",[7136,7.83]],["name/27206",[551,58.27]],["parent/27206",[7136,7.83]],["name/27207",[552,58.27]],["parent/27207",[7136,7.83]],["name/27208",[553,58.27]],["parent/27208",[7136,7.83]],["name/27209",[554,56.227]],["parent/27209",[7136,7.83]],["name/27210",[555,56.227]],["parent/27210",[7136,7.83]],["name/27211",[485,61.773]],["parent/27211",[7136,7.83]],["name/27212",[82,57.511]],["parent/27212",[7122,6.865]],["name/27213",[173,20.78]],["parent/27213",[7137,10.024]],["name/27214",[408,29.731]],["parent/27214",[7138,8.927]],["name/27215",[493,49.276]],["parent/27215",[7138,8.927]],["name/27216",[155,37.858]],["parent/27216",[7138,8.927]],["name/27217",[516,51.363]],["parent/27217",[7138,8.927]],["name/27218",[77,51.167]],["parent/27218",[7122,6.865]],["name/27219",[173,20.78]],["parent/27219",[7139,10.024]],["name/27220",[559,58.27]],["parent/27220",[7140,9.178]],["name/27221",[561,58.27]],["parent/27221",[7140,9.178]],["name/27222",[562,45.295]],["parent/27222",[7140,9.178]],["name/27223",[96,55.911]],["parent/27223",[7122,6.865]],["name/27224",[173,20.78]],["parent/27224",[7141,10.024]],["name/27225",[410,39.926]],["parent/27225",[7142,9.178]],["name/27226",[155,37.858]],["parent/27226",[7142,9.178]],["name/27227",[77,51.167]],["parent/27227",[7142,9.178]],["name/27228",[85,57.978]],["parent/27228",[7122,6.865]],["name/27229",[173,20.78]],["parent/27229",[7143,10.024]],["name/27230",[547,44.444]],["parent/27230",[7144,9.514]],["name/27231",[567,51.363]],["parent/27231",[7144,9.514]],["name/27232",[84,48.96]],["parent/27232",[7122,6.865]],["name/27233",[173,20.78]],["parent/27233",[7145,10.024]],["name/27234",[408,29.731]],["parent/27234",[7146,8.417]],["name/27235",[570,51.363]],["parent/27235",[7146,8.417]],["name/27236",[571,58.27]],["parent/27236",[7146,8.417]],["name/27237",[572,56.227]],["parent/27237",[7146,8.417]],["name/27238",[567,51.363]],["parent/27238",[7146,8.417]],["name/27239",[573,58.27]],["parent/27239",[7146,8.417]],["name/27240",[574,58.27]],["parent/27240",[7146,8.417]],["name/27241",[345,56.721]],["parent/27241",[7122,6.865]],["name/27242",[173,20.78]],["parent/27242",[7147,10.024]],["name/27243",[576,62.202]],["parent/27243",[7148,8.927]],["name/27244",[578,62.202]],["parent/27244",[7148,8.927]],["name/27245",[410,39.926]],["parent/27245",[7148,8.927]],["name/27246",[562,45.295]],["parent/27246",[7148,8.927]],["name/27247",[94,51.023]],["parent/27247",[7122,6.865]],["name/27248",[173,20.78]],["parent/27248",[7149,10.024]],["name/27249",[408,29.731]],["parent/27249",[7150,7.017]],["name/27250",[581,49.316]],["parent/27250",[7150,7.017]],["name/27251",[155,37.858]],["parent/27251",[7150,7.017]],["name/27252",[65,47.186]],["parent/27252",[7150,7.017]],["name/27253",[582,51.363]],["parent/27253",[7150,7.017]],["name/27254",[583,58.27]],["parent/27254",[7150,7.017]],["name/27255",[145,57.978]],["parent/27255",[7150,7.017]],["name/27256",[584,58.27]],["parent/27256",[7150,7.017]],["name/27257",[421,44.394]],["parent/27257",[7150,7.017]],["name/27258",[526,47.618]],["parent/27258",[7150,7.017]],["name/27259",[585,58.27]],["parent/27259",[7150,7.017]],["name/27260",[586,58.27]],["parent/27260",[7150,7.017]],["name/27261",[587,58.27]],["parent/27261",[7150,7.017]],["name/27262",[588,58.27]],["parent/27262",[7150,7.017]],["name/27263",[589,58.27]],["parent/27263",[7150,7.017]],["name/27264",[590,58.27]],["parent/27264",[7150,7.017]],["name/27265",[511,47.317]],["parent/27265",[7150,7.017]],["name/27266",[591,49.811]],["parent/27266",[7150,7.017]],["name/27267",[352,50.243]],["parent/27267",[7150,7.017]],["name/27268",[592,51.363]],["parent/27268",[7150,7.017]],["name/27269",[593,56.227]],["parent/27269",[7150,7.017]],["name/27270",[594,56.227]],["parent/27270",[7150,7.017]],["name/27271",[70,51.167]],["parent/27271",[7150,7.017]],["name/27272",[84,48.96]],["parent/27272",[7150,7.017]],["name/27273",[68,51.167]],["parent/27273",[7150,7.017]],["name/27274",[512,51.363]],["parent/27274",[7150,7.017]],["name/27275",[595,58.27]],["parent/27275",[7150,7.017]],["name/27276",[597,58.27]],["parent/27276",[7150,7.017]],["name/27277",[485,61.773]],["parent/27277",[7150,7.017]],["name/27278",[173,20.78]],["parent/27278",[7150,7.017]],["name/27279",[71,49.643]],["parent/27279",[7151,8.181]],["name/27280",[173,20.78]],["parent/27280",[7151,8.181]],["name/27281",[6499,62.202]],["parent/27281",[7152,9.514]],["name/27282",[591,49.811]],["parent/27282",[7151,8.181]],["name/27283",[173,20.78]],["parent/27283",[7151,8.181]],["name/27284",[6499,62.202]],["parent/27284",[7152,9.514]],["name/27285",[6501,69.061]],["parent/27285",[7151,8.181]],["name/27286",[6502,69.061]],["parent/27286",[7151,8.181]],["name/27287",[596,62.202]],["parent/27287",[7151,8.181]],["name/27288",[6503,69.061]],["parent/27288",[7151,8.181]],["name/27289",[6504,69.061]],["parent/27289",[7151,8.181]],["name/27290",[71,49.643]],["parent/27290",[7122,6.865]],["name/27291",[173,20.78]],["parent/27291",[7153,10.024]],["name/27292",[599,58.27]],["parent/27292",[7154,9.514]],["name/27293",[601,58.27]],["parent/27293",[7154,9.514]],["name/27294",[72,57.883]],["parent/27294",[7122,6.865]],["name/27295",[173,20.78]],["parent/27295",[7155,10.024]],["name/27296",[408,29.731]],["parent/27296",[7156,8.927]],["name/27297",[562,45.295]],["parent/27297",[7156,8.927]],["name/27298",[604,58.27]],["parent/27298",[7156,8.927]],["name/27299",[605,58.27]],["parent/27299",[7156,8.927]],["name/27300",[74,58.075]],["parent/27300",[7122,6.865]],["name/27301",[173,20.78]],["parent/27301",[7157,10.024]],["name/27302",[408,29.731]],["parent/27302",[7158,8.927]],["name/27303",[410,39.926]],["parent/27303",[7158,8.927]],["name/27304",[521,51.363]],["parent/27304",[7158,8.927]],["name/27305",[608,58.27]],["parent/27305",[7158,8.927]],["name/27306",[75,57.883]],["parent/27306",[7122,6.865]],["name/27307",[173,20.78]],["parent/27307",[7159,10.024]],["name/27308",[410,39.926]],["parent/27308",[7160,9.178]],["name/27309",[611,58.27]],["parent/27309",[7160,9.178]],["name/27310",[612,58.27]],["parent/27310",[7160,9.178]],["name/27311",[76,57.883]],["parent/27311",[7122,6.865]],["name/27312",[173,20.78]],["parent/27312",[7161,10.024]],["name/27313",[408,29.731]],["parent/27313",[7162,8.56]],["name/27314",[615,58.27]],["parent/27314",[7162,8.56]],["name/27315",[71,49.643]],["parent/27315",[7162,8.56]],["name/27316",[570,51.363]],["parent/27316",[7162,8.56]],["name/27317",[616,58.27]],["parent/27317",[7162,8.56]],["name/27318",[617,58.27]],["parent/27318",[7162,8.56]],["name/27319",[78,58.075]],["parent/27319",[7122,6.865]],["name/27320",[173,20.78]],["parent/27320",[7163,10.024]],["name/27321",[619,58.27]],["parent/27321",[7164,8.727]],["name/27322",[621,58.27]],["parent/27322",[7164,8.727]],["name/27323",[622,47.317]],["parent/27323",[7164,8.727]],["name/27324",[623,58.27]],["parent/27324",[7164,8.727]],["name/27325",[624,58.27]],["parent/27325",[7164,8.727]],["name/27326",[98,51.167]],["parent/27326",[7122,6.865]],["name/27327",[173,20.78]],["parent/27327",[7165,10.024]],["name/27328",[626,58.27]],["parent/27328",[7166,10.024]],["name/27329",[93,50.025]],["parent/27329",[7122,6.865]],["name/27330",[173,20.78]],["parent/27330",[7167,10.024]],["name/27331",[629,58.27]],["parent/27331",[7168,9.178]],["name/27332",[631,58.27]],["parent/27332",[7168,9.178]],["name/27333",[632,58.27]],["parent/27333",[7168,9.178]],["name/27334",[79,57.883]],["parent/27334",[7122,6.865]],["name/27335",[173,20.78]],["parent/27335",[7169,10.024]],["name/27336",[581,49.316]],["parent/27336",[7170,7.907]],["name/27337",[547,44.444]],["parent/27337",[7170,7.907]],["name/27338",[544,45.905]],["parent/27338",[7170,7.907]],["name/27339",[635,58.27]],["parent/27339",[7170,7.907]],["name/27340",[636,46.586]],["parent/27340",[7170,7.907]],["name/27341",[637,58.27]],["parent/27341",[7170,7.907]],["name/27342",[98,51.167]],["parent/27342",[7170,7.907]],["name/27343",[93,50.025]],["parent/27343",[7170,7.907]],["name/27344",[638,58.27]],["parent/27344",[7170,7.907]],["name/27345",[639,58.27]],["parent/27345",[7170,7.907]],["name/27346",[640,58.27]],["parent/27346",[7170,7.907]],["name/27347",[534,51.363]],["parent/27347",[7170,7.907]],["name/27348",[80,55.757]],["parent/27348",[7122,6.865]],["name/27349",[173,20.78]],["parent/27349",[7171,10.024]],["name/27350",[408,29.731]],["parent/27350",[7172,9.514]],["name/27351",[547,44.444]],["parent/27351",[7172,9.514]],["name/27352",[81,57.883]],["parent/27352",[7122,6.865]],["name/27353",[173,20.78]],["parent/27353",[7173,10.024]],["name/27354",[644,58.27]],["parent/27354",[7174,8.927]],["name/27355",[173,20.78]],["parent/27355",[7174,8.927]],["name/27356",[646,51.363]],["parent/27356",[7175,8.56]],["name/27357",[636,46.586]],["parent/27357",[7175,8.56]],["name/27358",[622,47.317]],["parent/27358",[7175,8.56]],["name/27359",[648,58.27]],["parent/27359",[7174,8.927]],["name/27360",[173,20.78]],["parent/27360",[7174,8.927]],["name/27361",[646,51.363]],["parent/27361",[7175,8.56]],["name/27362",[636,46.586]],["parent/27362",[7175,8.56]],["name/27363",[622,47.317]],["parent/27363",[7175,8.56]],["name/27364",[83,55.604]],["parent/27364",[7122,6.865]],["name/27365",[173,20.78]],["parent/27365",[7176,10.024]],["name/27366",[65,47.186]],["parent/27366",[7177,8.56]],["name/27367",[421,44.394]],["parent/27367",[7177,8.56]],["name/27368",[408,29.731]],["parent/27368",[7177,8.56]],["name/27369",[94,51.023]],["parent/27369",[7177,8.56]],["name/27370",[73,51.562]],["parent/27370",[7177,8.56]],["name/27371",[540,45.268]],["parent/27371",[7177,8.56]],["name/27372",[651,56.147]],["parent/27372",[7122,6.865]],["name/27373",[86,57.883]],["parent/27373",[7122,6.865]],["name/27374",[173,20.78]],["parent/27374",[7178,10.024]],["name/27375",[653,58.27]],["parent/27375",[7179,8.727]],["name/27376",[655,58.27]],["parent/27376",[7179,8.727]],["name/27377",[656,58.27]],["parent/27377",[7179,8.727]],["name/27378",[657,58.27]],["parent/27378",[7179,8.727]],["name/27379",[658,58.27]],["parent/27379",[7179,8.727]],["name/27380",[87,58.075]],["parent/27380",[7122,6.865]],["name/27381",[173,20.78]],["parent/27381",[7180,10.024]],["name/27382",[408,29.731]],["parent/27382",[7181,8.927]],["name/27383",[661,58.27]],["parent/27383",[7181,8.927]],["name/27384",[662,58.27]],["parent/27384",[7181,8.927]],["name/27385",[663,58.27]],["parent/27385",[7181,8.927]],["name/27386",[88,57.883]],["parent/27386",[7122,6.865]],["name/27387",[173,20.78]],["parent/27387",[7182,10.024]],["name/27388",[408,29.731]],["parent/27388",[7183,8.081]],["name/27389",[340,56.068]],["parent/27389",[7183,8.081]],["name/27390",[666,58.27]],["parent/27390",[7183,8.081]],["name/27391",[334,56.147]],["parent/27391",[7183,8.081]],["name/27392",[667,58.27]],["parent/27392",[7183,8.081]],["name/27393",[668,58.27]],["parent/27393",[7183,8.081]],["name/27394",[669,58.27]],["parent/27394",[7183,8.081]],["name/27395",[670,58.27]],["parent/27395",[7183,8.081]],["name/27396",[671,58.27]],["parent/27396",[7183,8.081]],["name/27397",[672,58.27]],["parent/27397",[7183,8.081]],["name/27398",[89,57.511]],["parent/27398",[7122,6.865]],["name/27399",[173,20.78]],["parent/27399",[7184,10.024]],["name/27400",[408,29.731]],["parent/27400",[7185,8.727]],["name/27401",[675,58.27]],["parent/27401",[7185,8.727]],["name/27402",[676,58.27]],["parent/27402",[7185,8.727]],["name/27403",[677,58.27]],["parent/27403",[7185,8.727]],["name/27404",[678,58.27]],["parent/27404",[7185,8.727]],["name/27405",[90,57.883]],["parent/27405",[7122,6.865]],["name/27406",[173,20.78]],["parent/27406",[7186,10.024]],["name/27407",[562,45.295]],["parent/27407",[7187,9.178]],["name/27408",[532,51.363]],["parent/27408",[7187,9.178]],["name/27409",[681,58.27]],["parent/27409",[7187,9.178]],["name/27410",[91,58.075]],["parent/27410",[7122,6.865]],["name/27411",[173,20.78]],["parent/27411",[7188,10.024]],["name/27412",[408,29.731]],["parent/27412",[7189,8.927]],["name/27413",[684,51.363]],["parent/27413",[7189,8.927]],["name/27414",[172,58.075]],["parent/27414",[7189,8.927]],["name/27415",[592,51.363]],["parent/27415",[7189,8.927]],["name/27416",[95,58.075]],["parent/27416",[7122,6.865]],["name/27417",[173,20.78]],["parent/27417",[7190,10.024]],["name/27418",[686,54.532]],["parent/27418",[7191,8.292]],["name/27419",[582,51.363]],["parent/27419",[7191,8.292]],["name/27420",[688,58.27]],["parent/27420",[7191,8.292]],["name/27421",[511,47.317]],["parent/27421",[7191,8.292]],["name/27422",[591,49.811]],["parent/27422",[7191,8.292]],["name/27423",[352,50.243]],["parent/27423",[7191,8.292]],["name/27424",[684,51.363]],["parent/27424",[7191,8.292]],["name/27425",[689,58.27]],["parent/27425",[7191,8.292]],["name/27426",[97,55.911]],["parent/27426",[7122,6.865]],["name/27427",[173,20.78]],["parent/27427",[7192,10.024]],["name/27428",[417,58.075]],["parent/27428",[7193,8.927]],["name/27429",[419,58.075]],["parent/27429",[7193,8.927]],["name/27430",[420,58.075]],["parent/27430",[7193,8.927]],["name/27431",[421,44.394]],["parent/27431",[7193,8.927]],["name/27432",[6468,69.061]],["parent/27432",[454,9.514]],["name/27433",[73,51.562]],["parent/27433",[7194,6.865]],["name/27434",[173,20.78]],["parent/27434",[7195,10.024]],["name/27435",[504,58.27]],["parent/27435",[7196,8.927]],["name/27436",[506,58.27]],["parent/27436",[7196,8.927]],["name/27437",[155,37.858]],["parent/27437",[7196,8.927]],["name/27438",[507,58.27]],["parent/27438",[7196,8.927]],["name/27439",[92,51.167]],["parent/27439",[7194,6.865]],["name/27440",[173,20.78]],["parent/27440",[7197,10.024]],["name/27441",[509,58.27]],["parent/27441",[7198,8.727]],["name/27442",[511,47.317]],["parent/27442",[7198,8.727]],["name/27443",[512,51.363]],["parent/27443",[7198,8.727]],["name/27444",[344,48.357]],["parent/27444",[7198,8.727]],["name/27445",[513,51.363]],["parent/27445",[7198,8.727]],["name/27446",[65,47.186]],["parent/27446",[7194,6.865]],["name/27447",[173,20.78]],["parent/27447",[7199,10.024]],["name/27448",[408,29.731]],["parent/27448",[7200,7.413]],["name/27449",[493,49.276]],["parent/27449",[7200,7.413]],["name/27450",[516,51.363]],["parent/27450",[7200,7.413]],["name/27451",[517,58.27]],["parent/27451",[7200,7.413]],["name/27452",[518,58.27]],["parent/27452",[7200,7.413]],["name/27453",[421,44.394]],["parent/27453",[7200,7.413]],["name/27454",[519,58.27]],["parent/27454",[7200,7.413]],["name/27455",[520,58.27]],["parent/27455",[7200,7.413]],["name/27456",[521,51.363]],["parent/27456",[7200,7.413]],["name/27457",[344,48.357]],["parent/27457",[7200,7.413]],["name/27458",[155,37.858]],["parent/27458",[7200,7.413]],["name/27459",[522,58.27]],["parent/27459",[7200,7.413]],["name/27460",[523,58.27]],["parent/27460",[7200,7.413]],["name/27461",[524,58.27]],["parent/27461",[7200,7.413]],["name/27462",[525,58.27]],["parent/27462",[7200,7.413]],["name/27463",[526,47.618]],["parent/27463",[7200,7.413]],["name/27464",[527,58.27]],["parent/27464",[7200,7.413]],["name/27465",[513,51.363]],["parent/27465",[7200,7.413]],["name/27466",[528,58.27]],["parent/27466",[7200,7.413]],["name/27467",[92,51.167]],["parent/27467",[7200,7.413]],["name/27468",[67,57.883]],["parent/27468",[7194,6.865]],["name/27469",[173,20.78]],["parent/27469",[7201,10.024]],["name/27470",[530,58.27]],["parent/27470",[7202,8.927]],["name/27471",[532,51.363]],["parent/27471",[7202,8.927]],["name/27472",[533,58.27]],["parent/27472",[7202,8.927]],["name/27473",[534,51.363]],["parent/27473",[7202,8.927]],["name/27474",[68,51.167]],["parent/27474",[7194,6.865]],["name/27475",[173,20.78]],["parent/27475",[7203,10.024]],["name/27476",[410,39.926]],["parent/27476",[7204,9.178]],["name/27477",[411,58.075]],["parent/27477",[7204,9.178]],["name/27478",[537,58.27]],["parent/27478",[7204,9.178]],["name/27479",[69,57.883]],["parent/27479",[7194,6.865]],["name/27480",[173,20.78]],["parent/27480",[7205,10.024]],["name/27481",[408,29.731]],["parent/27481",[7206,8.292]],["name/27482",[540,45.268]],["parent/27482",[7206,8.292]],["name/27483",[155,37.858]],["parent/27483",[7206,8.292]],["name/27484",[541,58.27]],["parent/27484",[7206,8.292]],["name/27485",[542,58.27]],["parent/27485",[7206,8.292]],["name/27486",[543,58.27]],["parent/27486",[7206,8.292]],["name/27487",[342,56.068]],["parent/27487",[7206,8.292]],["name/27488",[544,45.905]],["parent/27488",[7206,8.292]],["name/27489",[70,51.167]],["parent/27489",[7194,6.865]],["name/27490",[173,20.78]],["parent/27490",[7207,10.024]],["name/27491",[155,37.858]],["parent/27491",[7208,7.83]],["name/27492",[547,44.444]],["parent/27492",[7208,7.83]],["name/27493",[544,45.905]],["parent/27493",[7208,7.83]],["name/27494",[540,45.268]],["parent/27494",[7208,7.83]],["name/27495",[548,58.27]],["parent/27495",[7208,7.83]],["name/27496",[549,58.27]],["parent/27496",[7208,7.83]],["name/27497",[550,58.27]],["parent/27497",[7208,7.83]],["name/27498",[551,58.27]],["parent/27498",[7208,7.83]],["name/27499",[552,58.27]],["parent/27499",[7208,7.83]],["name/27500",[553,58.27]],["parent/27500",[7208,7.83]],["name/27501",[554,56.227]],["parent/27501",[7208,7.83]],["name/27502",[555,56.227]],["parent/27502",[7208,7.83]],["name/27503",[485,61.773]],["parent/27503",[7208,7.83]],["name/27504",[82,57.511]],["parent/27504",[7194,6.865]],["name/27505",[173,20.78]],["parent/27505",[7209,10.024]],["name/27506",[408,29.731]],["parent/27506",[7210,8.927]],["name/27507",[493,49.276]],["parent/27507",[7210,8.927]],["name/27508",[155,37.858]],["parent/27508",[7210,8.927]],["name/27509",[516,51.363]],["parent/27509",[7210,8.927]],["name/27510",[77,51.167]],["parent/27510",[7194,6.865]],["name/27511",[173,20.78]],["parent/27511",[7211,10.024]],["name/27512",[559,58.27]],["parent/27512",[7212,9.178]],["name/27513",[561,58.27]],["parent/27513",[7212,9.178]],["name/27514",[562,45.295]],["parent/27514",[7212,9.178]],["name/27515",[96,55.911]],["parent/27515",[7194,6.865]],["name/27516",[173,20.78]],["parent/27516",[7213,10.024]],["name/27517",[410,39.926]],["parent/27517",[7214,9.178]],["name/27518",[155,37.858]],["parent/27518",[7214,9.178]],["name/27519",[77,51.167]],["parent/27519",[7214,9.178]],["name/27520",[85,57.978]],["parent/27520",[7194,6.865]],["name/27521",[173,20.78]],["parent/27521",[7215,10.024]],["name/27522",[547,44.444]],["parent/27522",[7216,9.514]],["name/27523",[567,51.363]],["parent/27523",[7216,9.514]],["name/27524",[84,48.96]],["parent/27524",[7194,6.865]],["name/27525",[173,20.78]],["parent/27525",[7217,10.024]],["name/27526",[408,29.731]],["parent/27526",[7218,8.417]],["name/27527",[570,51.363]],["parent/27527",[7218,8.417]],["name/27528",[571,58.27]],["parent/27528",[7218,8.417]],["name/27529",[572,56.227]],["parent/27529",[7218,8.417]],["name/27530",[567,51.363]],["parent/27530",[7218,8.417]],["name/27531",[573,58.27]],["parent/27531",[7218,8.417]],["name/27532",[574,58.27]],["parent/27532",[7218,8.417]],["name/27533",[345,56.721]],["parent/27533",[7194,6.865]],["name/27534",[173,20.78]],["parent/27534",[7219,10.024]],["name/27535",[576,62.202]],["parent/27535",[7220,8.927]],["name/27536",[578,62.202]],["parent/27536",[7220,8.927]],["name/27537",[410,39.926]],["parent/27537",[7220,8.927]],["name/27538",[562,45.295]],["parent/27538",[7220,8.927]],["name/27539",[94,51.023]],["parent/27539",[7194,6.865]],["name/27540",[173,20.78]],["parent/27540",[7221,10.024]],["name/27541",[408,29.731]],["parent/27541",[7222,7.017]],["name/27542",[581,49.316]],["parent/27542",[7222,7.017]],["name/27543",[155,37.858]],["parent/27543",[7222,7.017]],["name/27544",[65,47.186]],["parent/27544",[7222,7.017]],["name/27545",[582,51.363]],["parent/27545",[7222,7.017]],["name/27546",[583,58.27]],["parent/27546",[7222,7.017]],["name/27547",[145,57.978]],["parent/27547",[7222,7.017]],["name/27548",[584,58.27]],["parent/27548",[7222,7.017]],["name/27549",[421,44.394]],["parent/27549",[7222,7.017]],["name/27550",[526,47.618]],["parent/27550",[7222,7.017]],["name/27551",[585,58.27]],["parent/27551",[7222,7.017]],["name/27552",[586,58.27]],["parent/27552",[7222,7.017]],["name/27553",[587,58.27]],["parent/27553",[7222,7.017]],["name/27554",[588,58.27]],["parent/27554",[7222,7.017]],["name/27555",[589,58.27]],["parent/27555",[7222,7.017]],["name/27556",[590,58.27]],["parent/27556",[7222,7.017]],["name/27557",[511,47.317]],["parent/27557",[7222,7.017]],["name/27558",[591,49.811]],["parent/27558",[7222,7.017]],["name/27559",[352,50.243]],["parent/27559",[7222,7.017]],["name/27560",[592,51.363]],["parent/27560",[7222,7.017]],["name/27561",[593,56.227]],["parent/27561",[7222,7.017]],["name/27562",[594,56.227]],["parent/27562",[7222,7.017]],["name/27563",[70,51.167]],["parent/27563",[7222,7.017]],["name/27564",[84,48.96]],["parent/27564",[7222,7.017]],["name/27565",[68,51.167]],["parent/27565",[7222,7.017]],["name/27566",[512,51.363]],["parent/27566",[7222,7.017]],["name/27567",[595,58.27]],["parent/27567",[7222,7.017]],["name/27568",[597,58.27]],["parent/27568",[7222,7.017]],["name/27569",[485,61.773]],["parent/27569",[7222,7.017]],["name/27570",[173,20.78]],["parent/27570",[7222,7.017]],["name/27571",[71,49.643]],["parent/27571",[7223,8.181]],["name/27572",[173,20.78]],["parent/27572",[7223,8.181]],["name/27573",[6499,62.202]],["parent/27573",[7224,9.514]],["name/27574",[591,49.811]],["parent/27574",[7223,8.181]],["name/27575",[173,20.78]],["parent/27575",[7223,8.181]],["name/27576",[6499,62.202]],["parent/27576",[7224,9.514]],["name/27577",[6501,69.061]],["parent/27577",[7223,8.181]],["name/27578",[6502,69.061]],["parent/27578",[7223,8.181]],["name/27579",[596,62.202]],["parent/27579",[7223,8.181]],["name/27580",[6503,69.061]],["parent/27580",[7223,8.181]],["name/27581",[6504,69.061]],["parent/27581",[7223,8.181]],["name/27582",[71,49.643]],["parent/27582",[7194,6.865]],["name/27583",[173,20.78]],["parent/27583",[7225,10.024]],["name/27584",[599,58.27]],["parent/27584",[7226,9.514]],["name/27585",[601,58.27]],["parent/27585",[7226,9.514]],["name/27586",[72,57.883]],["parent/27586",[7194,6.865]],["name/27587",[173,20.78]],["parent/27587",[7227,10.024]],["name/27588",[408,29.731]],["parent/27588",[7228,8.927]],["name/27589",[562,45.295]],["parent/27589",[7228,8.927]],["name/27590",[604,58.27]],["parent/27590",[7228,8.927]],["name/27591",[605,58.27]],["parent/27591",[7228,8.927]],["name/27592",[74,58.075]],["parent/27592",[7194,6.865]],["name/27593",[173,20.78]],["parent/27593",[7229,10.024]],["name/27594",[408,29.731]],["parent/27594",[7230,8.927]],["name/27595",[410,39.926]],["parent/27595",[7230,8.927]],["name/27596",[521,51.363]],["parent/27596",[7230,8.927]],["name/27597",[608,58.27]],["parent/27597",[7230,8.927]],["name/27598",[75,57.883]],["parent/27598",[7194,6.865]],["name/27599",[173,20.78]],["parent/27599",[7231,10.024]],["name/27600",[410,39.926]],["parent/27600",[7232,9.178]],["name/27601",[611,58.27]],["parent/27601",[7232,9.178]],["name/27602",[612,58.27]],["parent/27602",[7232,9.178]],["name/27603",[76,57.883]],["parent/27603",[7194,6.865]],["name/27604",[173,20.78]],["parent/27604",[7233,10.024]],["name/27605",[408,29.731]],["parent/27605",[7234,8.56]],["name/27606",[615,58.27]],["parent/27606",[7234,8.56]],["name/27607",[71,49.643]],["parent/27607",[7234,8.56]],["name/27608",[570,51.363]],["parent/27608",[7234,8.56]],["name/27609",[616,58.27]],["parent/27609",[7234,8.56]],["name/27610",[617,58.27]],["parent/27610",[7234,8.56]],["name/27611",[78,58.075]],["parent/27611",[7194,6.865]],["name/27612",[173,20.78]],["parent/27612",[7235,10.024]],["name/27613",[619,58.27]],["parent/27613",[7236,8.727]],["name/27614",[621,58.27]],["parent/27614",[7236,8.727]],["name/27615",[622,47.317]],["parent/27615",[7236,8.727]],["name/27616",[623,58.27]],["parent/27616",[7236,8.727]],["name/27617",[624,58.27]],["parent/27617",[7236,8.727]],["name/27618",[98,51.167]],["parent/27618",[7194,6.865]],["name/27619",[173,20.78]],["parent/27619",[7237,10.024]],["name/27620",[626,58.27]],["parent/27620",[7238,10.024]],["name/27621",[93,50.025]],["parent/27621",[7194,6.865]],["name/27622",[173,20.78]],["parent/27622",[7239,10.024]],["name/27623",[629,58.27]],["parent/27623",[7240,9.178]],["name/27624",[631,58.27]],["parent/27624",[7240,9.178]],["name/27625",[632,58.27]],["parent/27625",[7240,9.178]],["name/27626",[79,57.883]],["parent/27626",[7194,6.865]],["name/27627",[173,20.78]],["parent/27627",[7241,10.024]],["name/27628",[581,49.316]],["parent/27628",[7242,7.907]],["name/27629",[547,44.444]],["parent/27629",[7242,7.907]],["name/27630",[544,45.905]],["parent/27630",[7242,7.907]],["name/27631",[635,58.27]],["parent/27631",[7242,7.907]],["name/27632",[636,46.586]],["parent/27632",[7242,7.907]],["name/27633",[637,58.27]],["parent/27633",[7242,7.907]],["name/27634",[98,51.167]],["parent/27634",[7242,7.907]],["name/27635",[93,50.025]],["parent/27635",[7242,7.907]],["name/27636",[638,58.27]],["parent/27636",[7242,7.907]],["name/27637",[639,58.27]],["parent/27637",[7242,7.907]],["name/27638",[640,58.27]],["parent/27638",[7242,7.907]],["name/27639",[534,51.363]],["parent/27639",[7242,7.907]],["name/27640",[80,55.757]],["parent/27640",[7194,6.865]],["name/27641",[173,20.78]],["parent/27641",[7243,10.024]],["name/27642",[408,29.731]],["parent/27642",[7244,9.514]],["name/27643",[547,44.444]],["parent/27643",[7244,9.514]],["name/27644",[81,57.883]],["parent/27644",[7194,6.865]],["name/27645",[173,20.78]],["parent/27645",[7245,10.024]],["name/27646",[644,58.27]],["parent/27646",[7246,8.927]],["name/27647",[173,20.78]],["parent/27647",[7246,8.927]],["name/27648",[646,51.363]],["parent/27648",[7247,8.56]],["name/27649",[636,46.586]],["parent/27649",[7247,8.56]],["name/27650",[622,47.317]],["parent/27650",[7247,8.56]],["name/27651",[648,58.27]],["parent/27651",[7246,8.927]],["name/27652",[173,20.78]],["parent/27652",[7246,8.927]],["name/27653",[646,51.363]],["parent/27653",[7247,8.56]],["name/27654",[636,46.586]],["parent/27654",[7247,8.56]],["name/27655",[622,47.317]],["parent/27655",[7247,8.56]],["name/27656",[83,55.604]],["parent/27656",[7194,6.865]],["name/27657",[173,20.78]],["parent/27657",[7248,10.024]],["name/27658",[65,47.186]],["parent/27658",[7249,8.56]],["name/27659",[421,44.394]],["parent/27659",[7249,8.56]],["name/27660",[408,29.731]],["parent/27660",[7249,8.56]],["name/27661",[94,51.023]],["parent/27661",[7249,8.56]],["name/27662",[73,51.562]],["parent/27662",[7249,8.56]],["name/27663",[540,45.268]],["parent/27663",[7249,8.56]],["name/27664",[651,56.147]],["parent/27664",[7194,6.865]],["name/27665",[86,57.883]],["parent/27665",[7194,6.865]],["name/27666",[173,20.78]],["parent/27666",[7250,10.024]],["name/27667",[653,58.27]],["parent/27667",[7251,8.727]],["name/27668",[655,58.27]],["parent/27668",[7251,8.727]],["name/27669",[656,58.27]],["parent/27669",[7251,8.727]],["name/27670",[657,58.27]],["parent/27670",[7251,8.727]],["name/27671",[658,58.27]],["parent/27671",[7251,8.727]],["name/27672",[87,58.075]],["parent/27672",[7194,6.865]],["name/27673",[173,20.78]],["parent/27673",[7252,10.024]],["name/27674",[408,29.731]],["parent/27674",[7253,8.927]],["name/27675",[661,58.27]],["parent/27675",[7253,8.927]],["name/27676",[662,58.27]],["parent/27676",[7253,8.927]],["name/27677",[663,58.27]],["parent/27677",[7253,8.927]],["name/27678",[88,57.883]],["parent/27678",[7194,6.865]],["name/27679",[173,20.78]],["parent/27679",[7254,10.024]],["name/27680",[408,29.731]],["parent/27680",[7255,8.081]],["name/27681",[340,56.068]],["parent/27681",[7255,8.081]],["name/27682",[666,58.27]],["parent/27682",[7255,8.081]],["name/27683",[334,56.147]],["parent/27683",[7255,8.081]],["name/27684",[667,58.27]],["parent/27684",[7255,8.081]],["name/27685",[668,58.27]],["parent/27685",[7255,8.081]],["name/27686",[669,58.27]],["parent/27686",[7255,8.081]],["name/27687",[670,58.27]],["parent/27687",[7255,8.081]],["name/27688",[671,58.27]],["parent/27688",[7255,8.081]],["name/27689",[672,58.27]],["parent/27689",[7255,8.081]],["name/27690",[89,57.511]],["parent/27690",[7194,6.865]],["name/27691",[173,20.78]],["parent/27691",[7256,10.024]],["name/27692",[408,29.731]],["parent/27692",[7257,8.727]],["name/27693",[675,58.27]],["parent/27693",[7257,8.727]],["name/27694",[676,58.27]],["parent/27694",[7257,8.727]],["name/27695",[677,58.27]],["parent/27695",[7257,8.727]],["name/27696",[678,58.27]],["parent/27696",[7257,8.727]],["name/27697",[90,57.883]],["parent/27697",[7194,6.865]],["name/27698",[173,20.78]],["parent/27698",[7258,10.024]],["name/27699",[562,45.295]],["parent/27699",[7259,9.178]],["name/27700",[532,51.363]],["parent/27700",[7259,9.178]],["name/27701",[681,58.27]],["parent/27701",[7259,9.178]],["name/27702",[91,58.075]],["parent/27702",[7194,6.865]],["name/27703",[173,20.78]],["parent/27703",[7260,10.024]],["name/27704",[408,29.731]],["parent/27704",[7261,8.927]],["name/27705",[684,51.363]],["parent/27705",[7261,8.927]],["name/27706",[172,58.075]],["parent/27706",[7261,8.927]],["name/27707",[592,51.363]],["parent/27707",[7261,8.927]],["name/27708",[95,58.075]],["parent/27708",[7194,6.865]],["name/27709",[173,20.78]],["parent/27709",[7262,10.024]],["name/27710",[686,54.532]],["parent/27710",[7263,8.292]],["name/27711",[582,51.363]],["parent/27711",[7263,8.292]],["name/27712",[688,58.27]],["parent/27712",[7263,8.292]],["name/27713",[511,47.317]],["parent/27713",[7263,8.292]],["name/27714",[591,49.811]],["parent/27714",[7263,8.292]],["name/27715",[352,50.243]],["parent/27715",[7263,8.292]],["name/27716",[684,51.363]],["parent/27716",[7263,8.292]],["name/27717",[689,58.27]],["parent/27717",[7263,8.292]],["name/27718",[97,55.911]],["parent/27718",[7194,6.865]],["name/27719",[173,20.78]],["parent/27719",[7264,10.024]],["name/27720",[417,58.075]],["parent/27720",[7265,8.927]],["name/27721",[419,58.075]],["parent/27721",[7265,8.927]],["name/27722",[420,58.075]],["parent/27722",[7265,8.927]],["name/27723",[421,44.394]],["parent/27723",[7265,8.927]],["name/27724",[6468,69.061]],["parent/27724",[455,9.514]],["name/27725",[73,51.562]],["parent/27725",[7266,6.865]],["name/27726",[173,20.78]],["parent/27726",[7267,10.024]],["name/27727",[504,58.27]],["parent/27727",[7268,8.927]],["name/27728",[506,58.27]],["parent/27728",[7268,8.927]],["name/27729",[155,37.858]],["parent/27729",[7268,8.927]],["name/27730",[507,58.27]],["parent/27730",[7268,8.927]],["name/27731",[92,51.167]],["parent/27731",[7266,6.865]],["name/27732",[173,20.78]],["parent/27732",[7269,10.024]],["name/27733",[509,58.27]],["parent/27733",[7270,8.727]],["name/27734",[511,47.317]],["parent/27734",[7270,8.727]],["name/27735",[512,51.363]],["parent/27735",[7270,8.727]],["name/27736",[344,48.357]],["parent/27736",[7270,8.727]],["name/27737",[513,51.363]],["parent/27737",[7270,8.727]],["name/27738",[65,47.186]],["parent/27738",[7266,6.865]],["name/27739",[173,20.78]],["parent/27739",[7271,10.024]],["name/27740",[408,29.731]],["parent/27740",[7272,7.413]],["name/27741",[493,49.276]],["parent/27741",[7272,7.413]],["name/27742",[516,51.363]],["parent/27742",[7272,7.413]],["name/27743",[517,58.27]],["parent/27743",[7272,7.413]],["name/27744",[518,58.27]],["parent/27744",[7272,7.413]],["name/27745",[421,44.394]],["parent/27745",[7272,7.413]],["name/27746",[519,58.27]],["parent/27746",[7272,7.413]],["name/27747",[520,58.27]],["parent/27747",[7272,7.413]],["name/27748",[521,51.363]],["parent/27748",[7272,7.413]],["name/27749",[344,48.357]],["parent/27749",[7272,7.413]],["name/27750",[155,37.858]],["parent/27750",[7272,7.413]],["name/27751",[522,58.27]],["parent/27751",[7272,7.413]],["name/27752",[523,58.27]],["parent/27752",[7272,7.413]],["name/27753",[524,58.27]],["parent/27753",[7272,7.413]],["name/27754",[525,58.27]],["parent/27754",[7272,7.413]],["name/27755",[526,47.618]],["parent/27755",[7272,7.413]],["name/27756",[527,58.27]],["parent/27756",[7272,7.413]],["name/27757",[513,51.363]],["parent/27757",[7272,7.413]],["name/27758",[528,58.27]],["parent/27758",[7272,7.413]],["name/27759",[92,51.167]],["parent/27759",[7272,7.413]],["name/27760",[67,57.883]],["parent/27760",[7266,6.865]],["name/27761",[173,20.78]],["parent/27761",[7273,10.024]],["name/27762",[530,58.27]],["parent/27762",[7274,8.927]],["name/27763",[532,51.363]],["parent/27763",[7274,8.927]],["name/27764",[533,58.27]],["parent/27764",[7274,8.927]],["name/27765",[534,51.363]],["parent/27765",[7274,8.927]],["name/27766",[68,51.167]],["parent/27766",[7266,6.865]],["name/27767",[173,20.78]],["parent/27767",[7275,10.024]],["name/27768",[410,39.926]],["parent/27768",[7276,9.178]],["name/27769",[411,58.075]],["parent/27769",[7276,9.178]],["name/27770",[537,58.27]],["parent/27770",[7276,9.178]],["name/27771",[69,57.883]],["parent/27771",[7266,6.865]],["name/27772",[173,20.78]],["parent/27772",[7277,10.024]],["name/27773",[408,29.731]],["parent/27773",[7278,8.292]],["name/27774",[540,45.268]],["parent/27774",[7278,8.292]],["name/27775",[155,37.858]],["parent/27775",[7278,8.292]],["name/27776",[541,58.27]],["parent/27776",[7278,8.292]],["name/27777",[542,58.27]],["parent/27777",[7278,8.292]],["name/27778",[543,58.27]],["parent/27778",[7278,8.292]],["name/27779",[342,56.068]],["parent/27779",[7278,8.292]],["name/27780",[544,45.905]],["parent/27780",[7278,8.292]],["name/27781",[70,51.167]],["parent/27781",[7266,6.865]],["name/27782",[173,20.78]],["parent/27782",[7279,10.024]],["name/27783",[155,37.858]],["parent/27783",[7280,7.83]],["name/27784",[547,44.444]],["parent/27784",[7280,7.83]],["name/27785",[544,45.905]],["parent/27785",[7280,7.83]],["name/27786",[540,45.268]],["parent/27786",[7280,7.83]],["name/27787",[548,58.27]],["parent/27787",[7280,7.83]],["name/27788",[549,58.27]],["parent/27788",[7280,7.83]],["name/27789",[550,58.27]],["parent/27789",[7280,7.83]],["name/27790",[551,58.27]],["parent/27790",[7280,7.83]],["name/27791",[552,58.27]],["parent/27791",[7280,7.83]],["name/27792",[553,58.27]],["parent/27792",[7280,7.83]],["name/27793",[554,56.227]],["parent/27793",[7280,7.83]],["name/27794",[555,56.227]],["parent/27794",[7280,7.83]],["name/27795",[485,61.773]],["parent/27795",[7280,7.83]],["name/27796",[82,57.511]],["parent/27796",[7266,6.865]],["name/27797",[173,20.78]],["parent/27797",[7281,10.024]],["name/27798",[408,29.731]],["parent/27798",[7282,8.927]],["name/27799",[493,49.276]],["parent/27799",[7282,8.927]],["name/27800",[155,37.858]],["parent/27800",[7282,8.927]],["name/27801",[516,51.363]],["parent/27801",[7282,8.927]],["name/27802",[77,51.167]],["parent/27802",[7266,6.865]],["name/27803",[173,20.78]],["parent/27803",[7283,10.024]],["name/27804",[559,58.27]],["parent/27804",[7284,9.178]],["name/27805",[561,58.27]],["parent/27805",[7284,9.178]],["name/27806",[562,45.295]],["parent/27806",[7284,9.178]],["name/27807",[96,55.911]],["parent/27807",[7266,6.865]],["name/27808",[173,20.78]],["parent/27808",[7285,10.024]],["name/27809",[410,39.926]],["parent/27809",[7286,9.178]],["name/27810",[155,37.858]],["parent/27810",[7286,9.178]],["name/27811",[77,51.167]],["parent/27811",[7286,9.178]],["name/27812",[85,57.978]],["parent/27812",[7266,6.865]],["name/27813",[173,20.78]],["parent/27813",[7287,10.024]],["name/27814",[547,44.444]],["parent/27814",[7288,9.514]],["name/27815",[567,51.363]],["parent/27815",[7288,9.514]],["name/27816",[84,48.96]],["parent/27816",[7266,6.865]],["name/27817",[173,20.78]],["parent/27817",[7289,10.024]],["name/27818",[408,29.731]],["parent/27818",[7290,8.417]],["name/27819",[570,51.363]],["parent/27819",[7290,8.417]],["name/27820",[571,58.27]],["parent/27820",[7290,8.417]],["name/27821",[572,56.227]],["parent/27821",[7290,8.417]],["name/27822",[567,51.363]],["parent/27822",[7290,8.417]],["name/27823",[573,58.27]],["parent/27823",[7290,8.417]],["name/27824",[574,58.27]],["parent/27824",[7290,8.417]],["name/27825",[345,56.721]],["parent/27825",[7266,6.865]],["name/27826",[173,20.78]],["parent/27826",[7291,10.024]],["name/27827",[576,62.202]],["parent/27827",[7292,8.927]],["name/27828",[578,62.202]],["parent/27828",[7292,8.927]],["name/27829",[410,39.926]],["parent/27829",[7292,8.927]],["name/27830",[562,45.295]],["parent/27830",[7292,8.927]],["name/27831",[94,51.023]],["parent/27831",[7266,6.865]],["name/27832",[173,20.78]],["parent/27832",[7293,10.024]],["name/27833",[408,29.731]],["parent/27833",[7294,7.017]],["name/27834",[581,49.316]],["parent/27834",[7294,7.017]],["name/27835",[155,37.858]],["parent/27835",[7294,7.017]],["name/27836",[65,47.186]],["parent/27836",[7294,7.017]],["name/27837",[582,51.363]],["parent/27837",[7294,7.017]],["name/27838",[583,58.27]],["parent/27838",[7294,7.017]],["name/27839",[145,57.978]],["parent/27839",[7294,7.017]],["name/27840",[584,58.27]],["parent/27840",[7294,7.017]],["name/27841",[421,44.394]],["parent/27841",[7294,7.017]],["name/27842",[526,47.618]],["parent/27842",[7294,7.017]],["name/27843",[585,58.27]],["parent/27843",[7294,7.017]],["name/27844",[586,58.27]],["parent/27844",[7294,7.017]],["name/27845",[587,58.27]],["parent/27845",[7294,7.017]],["name/27846",[588,58.27]],["parent/27846",[7294,7.017]],["name/27847",[589,58.27]],["parent/27847",[7294,7.017]],["name/27848",[590,58.27]],["parent/27848",[7294,7.017]],["name/27849",[511,47.317]],["parent/27849",[7294,7.017]],["name/27850",[591,49.811]],["parent/27850",[7294,7.017]],["name/27851",[352,50.243]],["parent/27851",[7294,7.017]],["name/27852",[592,51.363]],["parent/27852",[7294,7.017]],["name/27853",[593,56.227]],["parent/27853",[7294,7.017]],["name/27854",[594,56.227]],["parent/27854",[7294,7.017]],["name/27855",[70,51.167]],["parent/27855",[7294,7.017]],["name/27856",[84,48.96]],["parent/27856",[7294,7.017]],["name/27857",[68,51.167]],["parent/27857",[7294,7.017]],["name/27858",[512,51.363]],["parent/27858",[7294,7.017]],["name/27859",[595,58.27]],["parent/27859",[7294,7.017]],["name/27860",[597,58.27]],["parent/27860",[7294,7.017]],["name/27861",[485,61.773]],["parent/27861",[7294,7.017]],["name/27862",[173,20.78]],["parent/27862",[7294,7.017]],["name/27863",[71,49.643]],["parent/27863",[7295,8.181]],["name/27864",[173,20.78]],["parent/27864",[7295,8.181]],["name/27865",[6499,62.202]],["parent/27865",[7296,9.514]],["name/27866",[591,49.811]],["parent/27866",[7295,8.181]],["name/27867",[173,20.78]],["parent/27867",[7295,8.181]],["name/27868",[6499,62.202]],["parent/27868",[7296,9.514]],["name/27869",[6501,69.061]],["parent/27869",[7295,8.181]],["name/27870",[6502,69.061]],["parent/27870",[7295,8.181]],["name/27871",[596,62.202]],["parent/27871",[7295,8.181]],["name/27872",[6503,69.061]],["parent/27872",[7295,8.181]],["name/27873",[6504,69.061]],["parent/27873",[7295,8.181]],["name/27874",[71,49.643]],["parent/27874",[7266,6.865]],["name/27875",[173,20.78]],["parent/27875",[7297,10.024]],["name/27876",[599,58.27]],["parent/27876",[7298,9.514]],["name/27877",[601,58.27]],["parent/27877",[7298,9.514]],["name/27878",[72,57.883]],["parent/27878",[7266,6.865]],["name/27879",[173,20.78]],["parent/27879",[7299,10.024]],["name/27880",[408,29.731]],["parent/27880",[7300,8.927]],["name/27881",[562,45.295]],["parent/27881",[7300,8.927]],["name/27882",[604,58.27]],["parent/27882",[7300,8.927]],["name/27883",[605,58.27]],["parent/27883",[7300,8.927]],["name/27884",[74,58.075]],["parent/27884",[7266,6.865]],["name/27885",[173,20.78]],["parent/27885",[7301,10.024]],["name/27886",[408,29.731]],["parent/27886",[7302,8.927]],["name/27887",[410,39.926]],["parent/27887",[7302,8.927]],["name/27888",[521,51.363]],["parent/27888",[7302,8.927]],["name/27889",[608,58.27]],["parent/27889",[7302,8.927]],["name/27890",[75,57.883]],["parent/27890",[7266,6.865]],["name/27891",[173,20.78]],["parent/27891",[7303,10.024]],["name/27892",[410,39.926]],["parent/27892",[7304,9.178]],["name/27893",[611,58.27]],["parent/27893",[7304,9.178]],["name/27894",[612,58.27]],["parent/27894",[7304,9.178]],["name/27895",[76,57.883]],["parent/27895",[7266,6.865]],["name/27896",[173,20.78]],["parent/27896",[7305,10.024]],["name/27897",[408,29.731]],["parent/27897",[7306,8.56]],["name/27898",[615,58.27]],["parent/27898",[7306,8.56]],["name/27899",[71,49.643]],["parent/27899",[7306,8.56]],["name/27900",[570,51.363]],["parent/27900",[7306,8.56]],["name/27901",[616,58.27]],["parent/27901",[7306,8.56]],["name/27902",[617,58.27]],["parent/27902",[7306,8.56]],["name/27903",[78,58.075]],["parent/27903",[7266,6.865]],["name/27904",[173,20.78]],["parent/27904",[7307,10.024]],["name/27905",[619,58.27]],["parent/27905",[7308,8.727]],["name/27906",[621,58.27]],["parent/27906",[7308,8.727]],["name/27907",[622,47.317]],["parent/27907",[7308,8.727]],["name/27908",[623,58.27]],["parent/27908",[7308,8.727]],["name/27909",[624,58.27]],["parent/27909",[7308,8.727]],["name/27910",[98,51.167]],["parent/27910",[7266,6.865]],["name/27911",[173,20.78]],["parent/27911",[7309,10.024]],["name/27912",[626,58.27]],["parent/27912",[7310,10.024]],["name/27913",[93,50.025]],["parent/27913",[7266,6.865]],["name/27914",[173,20.78]],["parent/27914",[7311,10.024]],["name/27915",[629,58.27]],["parent/27915",[7312,9.178]],["name/27916",[631,58.27]],["parent/27916",[7312,9.178]],["name/27917",[632,58.27]],["parent/27917",[7312,9.178]],["name/27918",[79,57.883]],["parent/27918",[7266,6.865]],["name/27919",[173,20.78]],["parent/27919",[7313,10.024]],["name/27920",[581,49.316]],["parent/27920",[7314,7.907]],["name/27921",[547,44.444]],["parent/27921",[7314,7.907]],["name/27922",[544,45.905]],["parent/27922",[7314,7.907]],["name/27923",[635,58.27]],["parent/27923",[7314,7.907]],["name/27924",[636,46.586]],["parent/27924",[7314,7.907]],["name/27925",[637,58.27]],["parent/27925",[7314,7.907]],["name/27926",[98,51.167]],["parent/27926",[7314,7.907]],["name/27927",[93,50.025]],["parent/27927",[7314,7.907]],["name/27928",[638,58.27]],["parent/27928",[7314,7.907]],["name/27929",[639,58.27]],["parent/27929",[7314,7.907]],["name/27930",[640,58.27]],["parent/27930",[7314,7.907]],["name/27931",[534,51.363]],["parent/27931",[7314,7.907]],["name/27932",[80,55.757]],["parent/27932",[7266,6.865]],["name/27933",[173,20.78]],["parent/27933",[7315,10.024]],["name/27934",[408,29.731]],["parent/27934",[7316,9.514]],["name/27935",[547,44.444]],["parent/27935",[7316,9.514]],["name/27936",[81,57.883]],["parent/27936",[7266,6.865]],["name/27937",[173,20.78]],["parent/27937",[7317,10.024]],["name/27938",[644,58.27]],["parent/27938",[7318,8.927]],["name/27939",[173,20.78]],["parent/27939",[7318,8.927]],["name/27940",[646,51.363]],["parent/27940",[7319,8.56]],["name/27941",[636,46.586]],["parent/27941",[7319,8.56]],["name/27942",[622,47.317]],["parent/27942",[7319,8.56]],["name/27943",[648,58.27]],["parent/27943",[7318,8.927]],["name/27944",[173,20.78]],["parent/27944",[7318,8.927]],["name/27945",[646,51.363]],["parent/27945",[7319,8.56]],["name/27946",[636,46.586]],["parent/27946",[7319,8.56]],["name/27947",[622,47.317]],["parent/27947",[7319,8.56]],["name/27948",[83,55.604]],["parent/27948",[7266,6.865]],["name/27949",[173,20.78]],["parent/27949",[7320,10.024]],["name/27950",[65,47.186]],["parent/27950",[7321,8.56]],["name/27951",[421,44.394]],["parent/27951",[7321,8.56]],["name/27952",[408,29.731]],["parent/27952",[7321,8.56]],["name/27953",[94,51.023]],["parent/27953",[7321,8.56]],["name/27954",[73,51.562]],["parent/27954",[7321,8.56]],["name/27955",[540,45.268]],["parent/27955",[7321,8.56]],["name/27956",[651,56.147]],["parent/27956",[7266,6.865]],["name/27957",[86,57.883]],["parent/27957",[7266,6.865]],["name/27958",[173,20.78]],["parent/27958",[7322,10.024]],["name/27959",[653,58.27]],["parent/27959",[7323,8.727]],["name/27960",[655,58.27]],["parent/27960",[7323,8.727]],["name/27961",[656,58.27]],["parent/27961",[7323,8.727]],["name/27962",[657,58.27]],["parent/27962",[7323,8.727]],["name/27963",[658,58.27]],["parent/27963",[7323,8.727]],["name/27964",[87,58.075]],["parent/27964",[7266,6.865]],["name/27965",[173,20.78]],["parent/27965",[7324,10.024]],["name/27966",[408,29.731]],["parent/27966",[7325,8.927]],["name/27967",[661,58.27]],["parent/27967",[7325,8.927]],["name/27968",[662,58.27]],["parent/27968",[7325,8.927]],["name/27969",[663,58.27]],["parent/27969",[7325,8.927]],["name/27970",[88,57.883]],["parent/27970",[7266,6.865]],["name/27971",[173,20.78]],["parent/27971",[7326,10.024]],["name/27972",[408,29.731]],["parent/27972",[7327,8.081]],["name/27973",[340,56.068]],["parent/27973",[7327,8.081]],["name/27974",[666,58.27]],["parent/27974",[7327,8.081]],["name/27975",[334,56.147]],["parent/27975",[7327,8.081]],["name/27976",[667,58.27]],["parent/27976",[7327,8.081]],["name/27977",[668,58.27]],["parent/27977",[7327,8.081]],["name/27978",[669,58.27]],["parent/27978",[7327,8.081]],["name/27979",[670,58.27]],["parent/27979",[7327,8.081]],["name/27980",[671,58.27]],["parent/27980",[7327,8.081]],["name/27981",[672,58.27]],["parent/27981",[7327,8.081]],["name/27982",[89,57.511]],["parent/27982",[7266,6.865]],["name/27983",[173,20.78]],["parent/27983",[7328,10.024]],["name/27984",[408,29.731]],["parent/27984",[7329,8.727]],["name/27985",[675,58.27]],["parent/27985",[7329,8.727]],["name/27986",[676,58.27]],["parent/27986",[7329,8.727]],["name/27987",[677,58.27]],["parent/27987",[7329,8.727]],["name/27988",[678,58.27]],["parent/27988",[7329,8.727]],["name/27989",[90,57.883]],["parent/27989",[7266,6.865]],["name/27990",[173,20.78]],["parent/27990",[7330,10.024]],["name/27991",[562,45.295]],["parent/27991",[7331,9.178]],["name/27992",[532,51.363]],["parent/27992",[7331,9.178]],["name/27993",[681,58.27]],["parent/27993",[7331,9.178]],["name/27994",[91,58.075]],["parent/27994",[7266,6.865]],["name/27995",[173,20.78]],["parent/27995",[7332,10.024]],["name/27996",[408,29.731]],["parent/27996",[7333,8.927]],["name/27997",[684,51.363]],["parent/27997",[7333,8.927]],["name/27998",[172,58.075]],["parent/27998",[7333,8.927]],["name/27999",[592,51.363]],["parent/27999",[7333,8.927]],["name/28000",[95,58.075]],["parent/28000",[7266,6.865]],["name/28001",[173,20.78]],["parent/28001",[7334,10.024]],["name/28002",[686,54.532]],["parent/28002",[7335,8.292]],["name/28003",[582,51.363]],["parent/28003",[7335,8.292]],["name/28004",[688,58.27]],["parent/28004",[7335,8.292]],["name/28005",[511,47.317]],["parent/28005",[7335,8.292]],["name/28006",[591,49.811]],["parent/28006",[7335,8.292]],["name/28007",[352,50.243]],["parent/28007",[7335,8.292]],["name/28008",[684,51.363]],["parent/28008",[7335,8.292]],["name/28009",[689,58.27]],["parent/28009",[7335,8.292]],["name/28010",[97,55.911]],["parent/28010",[7266,6.865]],["name/28011",[173,20.78]],["parent/28011",[7336,10.024]],["name/28012",[417,58.075]],["parent/28012",[7337,8.927]],["name/28013",[419,58.075]],["parent/28013",[7337,8.927]],["name/28014",[420,58.075]],["parent/28014",[7337,8.927]],["name/28015",[421,44.394]],["parent/28015",[7337,8.927]],["name/28016",[6468,69.061]],["parent/28016",[456,9.514]],["name/28017",[73,51.562]],["parent/28017",[7338,6.865]],["name/28018",[173,20.78]],["parent/28018",[7339,10.024]],["name/28019",[504,58.27]],["parent/28019",[7340,8.927]],["name/28020",[506,58.27]],["parent/28020",[7340,8.927]],["name/28021",[155,37.858]],["parent/28021",[7340,8.927]],["name/28022",[507,58.27]],["parent/28022",[7340,8.927]],["name/28023",[92,51.167]],["parent/28023",[7338,6.865]],["name/28024",[173,20.78]],["parent/28024",[7341,10.024]],["name/28025",[509,58.27]],["parent/28025",[7342,8.727]],["name/28026",[511,47.317]],["parent/28026",[7342,8.727]],["name/28027",[512,51.363]],["parent/28027",[7342,8.727]],["name/28028",[344,48.357]],["parent/28028",[7342,8.727]],["name/28029",[513,51.363]],["parent/28029",[7342,8.727]],["name/28030",[65,47.186]],["parent/28030",[7338,6.865]],["name/28031",[173,20.78]],["parent/28031",[7343,10.024]],["name/28032",[408,29.731]],["parent/28032",[7344,7.413]],["name/28033",[493,49.276]],["parent/28033",[7344,7.413]],["name/28034",[516,51.363]],["parent/28034",[7344,7.413]],["name/28035",[517,58.27]],["parent/28035",[7344,7.413]],["name/28036",[518,58.27]],["parent/28036",[7344,7.413]],["name/28037",[421,44.394]],["parent/28037",[7344,7.413]],["name/28038",[519,58.27]],["parent/28038",[7344,7.413]],["name/28039",[520,58.27]],["parent/28039",[7344,7.413]],["name/28040",[521,51.363]],["parent/28040",[7344,7.413]],["name/28041",[344,48.357]],["parent/28041",[7344,7.413]],["name/28042",[155,37.858]],["parent/28042",[7344,7.413]],["name/28043",[522,58.27]],["parent/28043",[7344,7.413]],["name/28044",[523,58.27]],["parent/28044",[7344,7.413]],["name/28045",[524,58.27]],["parent/28045",[7344,7.413]],["name/28046",[525,58.27]],["parent/28046",[7344,7.413]],["name/28047",[526,47.618]],["parent/28047",[7344,7.413]],["name/28048",[527,58.27]],["parent/28048",[7344,7.413]],["name/28049",[513,51.363]],["parent/28049",[7344,7.413]],["name/28050",[528,58.27]],["parent/28050",[7344,7.413]],["name/28051",[92,51.167]],["parent/28051",[7344,7.413]],["name/28052",[67,57.883]],["parent/28052",[7338,6.865]],["name/28053",[173,20.78]],["parent/28053",[7345,10.024]],["name/28054",[530,58.27]],["parent/28054",[7346,8.927]],["name/28055",[532,51.363]],["parent/28055",[7346,8.927]],["name/28056",[533,58.27]],["parent/28056",[7346,8.927]],["name/28057",[534,51.363]],["parent/28057",[7346,8.927]],["name/28058",[68,51.167]],["parent/28058",[7338,6.865]],["name/28059",[173,20.78]],["parent/28059",[7347,10.024]],["name/28060",[410,39.926]],["parent/28060",[7348,9.178]],["name/28061",[411,58.075]],["parent/28061",[7348,9.178]],["name/28062",[537,58.27]],["parent/28062",[7348,9.178]],["name/28063",[69,57.883]],["parent/28063",[7338,6.865]],["name/28064",[173,20.78]],["parent/28064",[7349,10.024]],["name/28065",[408,29.731]],["parent/28065",[7350,8.292]],["name/28066",[540,45.268]],["parent/28066",[7350,8.292]],["name/28067",[155,37.858]],["parent/28067",[7350,8.292]],["name/28068",[541,58.27]],["parent/28068",[7350,8.292]],["name/28069",[542,58.27]],["parent/28069",[7350,8.292]],["name/28070",[543,58.27]],["parent/28070",[7350,8.292]],["name/28071",[342,56.068]],["parent/28071",[7350,8.292]],["name/28072",[544,45.905]],["parent/28072",[7350,8.292]],["name/28073",[70,51.167]],["parent/28073",[7338,6.865]],["name/28074",[173,20.78]],["parent/28074",[7351,10.024]],["name/28075",[155,37.858]],["parent/28075",[7352,7.83]],["name/28076",[547,44.444]],["parent/28076",[7352,7.83]],["name/28077",[544,45.905]],["parent/28077",[7352,7.83]],["name/28078",[540,45.268]],["parent/28078",[7352,7.83]],["name/28079",[548,58.27]],["parent/28079",[7352,7.83]],["name/28080",[549,58.27]],["parent/28080",[7352,7.83]],["name/28081",[550,58.27]],["parent/28081",[7352,7.83]],["name/28082",[551,58.27]],["parent/28082",[7352,7.83]],["name/28083",[552,58.27]],["parent/28083",[7352,7.83]],["name/28084",[553,58.27]],["parent/28084",[7352,7.83]],["name/28085",[554,56.227]],["parent/28085",[7352,7.83]],["name/28086",[555,56.227]],["parent/28086",[7352,7.83]],["name/28087",[485,61.773]],["parent/28087",[7352,7.83]],["name/28088",[82,57.511]],["parent/28088",[7338,6.865]],["name/28089",[173,20.78]],["parent/28089",[7353,10.024]],["name/28090",[408,29.731]],["parent/28090",[7354,8.927]],["name/28091",[493,49.276]],["parent/28091",[7354,8.927]],["name/28092",[155,37.858]],["parent/28092",[7354,8.927]],["name/28093",[516,51.363]],["parent/28093",[7354,8.927]],["name/28094",[77,51.167]],["parent/28094",[7338,6.865]],["name/28095",[173,20.78]],["parent/28095",[7355,10.024]],["name/28096",[559,58.27]],["parent/28096",[7356,9.178]],["name/28097",[561,58.27]],["parent/28097",[7356,9.178]],["name/28098",[562,45.295]],["parent/28098",[7356,9.178]],["name/28099",[96,55.911]],["parent/28099",[7338,6.865]],["name/28100",[173,20.78]],["parent/28100",[7357,10.024]],["name/28101",[410,39.926]],["parent/28101",[7358,9.178]],["name/28102",[155,37.858]],["parent/28102",[7358,9.178]],["name/28103",[77,51.167]],["parent/28103",[7358,9.178]],["name/28104",[85,57.978]],["parent/28104",[7338,6.865]],["name/28105",[173,20.78]],["parent/28105",[7359,10.024]],["name/28106",[547,44.444]],["parent/28106",[7360,9.514]],["name/28107",[567,51.363]],["parent/28107",[7360,9.514]],["name/28108",[84,48.96]],["parent/28108",[7338,6.865]],["name/28109",[173,20.78]],["parent/28109",[7361,10.024]],["name/28110",[408,29.731]],["parent/28110",[7362,8.417]],["name/28111",[570,51.363]],["parent/28111",[7362,8.417]],["name/28112",[571,58.27]],["parent/28112",[7362,8.417]],["name/28113",[572,56.227]],["parent/28113",[7362,8.417]],["name/28114",[567,51.363]],["parent/28114",[7362,8.417]],["name/28115",[573,58.27]],["parent/28115",[7362,8.417]],["name/28116",[574,58.27]],["parent/28116",[7362,8.417]],["name/28117",[345,56.721]],["parent/28117",[7338,6.865]],["name/28118",[173,20.78]],["parent/28118",[7363,10.024]],["name/28119",[576,62.202]],["parent/28119",[7364,8.927]],["name/28120",[578,62.202]],["parent/28120",[7364,8.927]],["name/28121",[410,39.926]],["parent/28121",[7364,8.927]],["name/28122",[562,45.295]],["parent/28122",[7364,8.927]],["name/28123",[94,51.023]],["parent/28123",[7338,6.865]],["name/28124",[173,20.78]],["parent/28124",[7365,10.024]],["name/28125",[408,29.731]],["parent/28125",[7366,7.017]],["name/28126",[581,49.316]],["parent/28126",[7366,7.017]],["name/28127",[155,37.858]],["parent/28127",[7366,7.017]],["name/28128",[65,47.186]],["parent/28128",[7366,7.017]],["name/28129",[582,51.363]],["parent/28129",[7366,7.017]],["name/28130",[583,58.27]],["parent/28130",[7366,7.017]],["name/28131",[145,57.978]],["parent/28131",[7366,7.017]],["name/28132",[584,58.27]],["parent/28132",[7366,7.017]],["name/28133",[421,44.394]],["parent/28133",[7366,7.017]],["name/28134",[526,47.618]],["parent/28134",[7366,7.017]],["name/28135",[585,58.27]],["parent/28135",[7366,7.017]],["name/28136",[586,58.27]],["parent/28136",[7366,7.017]],["name/28137",[587,58.27]],["parent/28137",[7366,7.017]],["name/28138",[588,58.27]],["parent/28138",[7366,7.017]],["name/28139",[589,58.27]],["parent/28139",[7366,7.017]],["name/28140",[590,58.27]],["parent/28140",[7366,7.017]],["name/28141",[511,47.317]],["parent/28141",[7366,7.017]],["name/28142",[591,49.811]],["parent/28142",[7366,7.017]],["name/28143",[352,50.243]],["parent/28143",[7366,7.017]],["name/28144",[592,51.363]],["parent/28144",[7366,7.017]],["name/28145",[593,56.227]],["parent/28145",[7366,7.017]],["name/28146",[594,56.227]],["parent/28146",[7366,7.017]],["name/28147",[70,51.167]],["parent/28147",[7366,7.017]],["name/28148",[84,48.96]],["parent/28148",[7366,7.017]],["name/28149",[68,51.167]],["parent/28149",[7366,7.017]],["name/28150",[512,51.363]],["parent/28150",[7366,7.017]],["name/28151",[595,58.27]],["parent/28151",[7366,7.017]],["name/28152",[597,58.27]],["parent/28152",[7366,7.017]],["name/28153",[485,61.773]],["parent/28153",[7366,7.017]],["name/28154",[173,20.78]],["parent/28154",[7366,7.017]],["name/28155",[71,49.643]],["parent/28155",[7367,8.181]],["name/28156",[173,20.78]],["parent/28156",[7367,8.181]],["name/28157",[6499,62.202]],["parent/28157",[7368,9.514]],["name/28158",[591,49.811]],["parent/28158",[7367,8.181]],["name/28159",[173,20.78]],["parent/28159",[7367,8.181]],["name/28160",[6499,62.202]],["parent/28160",[7368,9.514]],["name/28161",[6501,69.061]],["parent/28161",[7367,8.181]],["name/28162",[6502,69.061]],["parent/28162",[7367,8.181]],["name/28163",[596,62.202]],["parent/28163",[7367,8.181]],["name/28164",[6503,69.061]],["parent/28164",[7367,8.181]],["name/28165",[6504,69.061]],["parent/28165",[7367,8.181]],["name/28166",[71,49.643]],["parent/28166",[7338,6.865]],["name/28167",[173,20.78]],["parent/28167",[7369,10.024]],["name/28168",[599,58.27]],["parent/28168",[7370,9.514]],["name/28169",[601,58.27]],["parent/28169",[7370,9.514]],["name/28170",[72,57.883]],["parent/28170",[7338,6.865]],["name/28171",[173,20.78]],["parent/28171",[7371,10.024]],["name/28172",[408,29.731]],["parent/28172",[7372,8.927]],["name/28173",[562,45.295]],["parent/28173",[7372,8.927]],["name/28174",[604,58.27]],["parent/28174",[7372,8.927]],["name/28175",[605,58.27]],["parent/28175",[7372,8.927]],["name/28176",[74,58.075]],["parent/28176",[7338,6.865]],["name/28177",[173,20.78]],["parent/28177",[7373,10.024]],["name/28178",[408,29.731]],["parent/28178",[7374,8.927]],["name/28179",[410,39.926]],["parent/28179",[7374,8.927]],["name/28180",[521,51.363]],["parent/28180",[7374,8.927]],["name/28181",[608,58.27]],["parent/28181",[7374,8.927]],["name/28182",[75,57.883]],["parent/28182",[7338,6.865]],["name/28183",[173,20.78]],["parent/28183",[7375,10.024]],["name/28184",[410,39.926]],["parent/28184",[7376,9.178]],["name/28185",[611,58.27]],["parent/28185",[7376,9.178]],["name/28186",[612,58.27]],["parent/28186",[7376,9.178]],["name/28187",[76,57.883]],["parent/28187",[7338,6.865]],["name/28188",[173,20.78]],["parent/28188",[7377,10.024]],["name/28189",[408,29.731]],["parent/28189",[7378,8.56]],["name/28190",[615,58.27]],["parent/28190",[7378,8.56]],["name/28191",[71,49.643]],["parent/28191",[7378,8.56]],["name/28192",[570,51.363]],["parent/28192",[7378,8.56]],["name/28193",[616,58.27]],["parent/28193",[7378,8.56]],["name/28194",[617,58.27]],["parent/28194",[7378,8.56]],["name/28195",[78,58.075]],["parent/28195",[7338,6.865]],["name/28196",[173,20.78]],["parent/28196",[7379,10.024]],["name/28197",[619,58.27]],["parent/28197",[7380,8.727]],["name/28198",[621,58.27]],["parent/28198",[7380,8.727]],["name/28199",[622,47.317]],["parent/28199",[7380,8.727]],["name/28200",[623,58.27]],["parent/28200",[7380,8.727]],["name/28201",[624,58.27]],["parent/28201",[7380,8.727]],["name/28202",[98,51.167]],["parent/28202",[7338,6.865]],["name/28203",[173,20.78]],["parent/28203",[7381,10.024]],["name/28204",[626,58.27]],["parent/28204",[7382,10.024]],["name/28205",[93,50.025]],["parent/28205",[7338,6.865]],["name/28206",[173,20.78]],["parent/28206",[7383,10.024]],["name/28207",[629,58.27]],["parent/28207",[7384,9.178]],["name/28208",[631,58.27]],["parent/28208",[7384,9.178]],["name/28209",[632,58.27]],["parent/28209",[7384,9.178]],["name/28210",[79,57.883]],["parent/28210",[7338,6.865]],["name/28211",[173,20.78]],["parent/28211",[7385,10.024]],["name/28212",[581,49.316]],["parent/28212",[7386,7.907]],["name/28213",[547,44.444]],["parent/28213",[7386,7.907]],["name/28214",[544,45.905]],["parent/28214",[7386,7.907]],["name/28215",[635,58.27]],["parent/28215",[7386,7.907]],["name/28216",[636,46.586]],["parent/28216",[7386,7.907]],["name/28217",[637,58.27]],["parent/28217",[7386,7.907]],["name/28218",[98,51.167]],["parent/28218",[7386,7.907]],["name/28219",[93,50.025]],["parent/28219",[7386,7.907]],["name/28220",[638,58.27]],["parent/28220",[7386,7.907]],["name/28221",[639,58.27]],["parent/28221",[7386,7.907]],["name/28222",[640,58.27]],["parent/28222",[7386,7.907]],["name/28223",[534,51.363]],["parent/28223",[7386,7.907]],["name/28224",[80,55.757]],["parent/28224",[7338,6.865]],["name/28225",[173,20.78]],["parent/28225",[7387,10.024]],["name/28226",[408,29.731]],["parent/28226",[7388,9.514]],["name/28227",[547,44.444]],["parent/28227",[7388,9.514]],["name/28228",[81,57.883]],["parent/28228",[7338,6.865]],["name/28229",[173,20.78]],["parent/28229",[7389,10.024]],["name/28230",[644,58.27]],["parent/28230",[7390,8.927]],["name/28231",[173,20.78]],["parent/28231",[7390,8.927]],["name/28232",[646,51.363]],["parent/28232",[7391,8.56]],["name/28233",[636,46.586]],["parent/28233",[7391,8.56]],["name/28234",[622,47.317]],["parent/28234",[7391,8.56]],["name/28235",[648,58.27]],["parent/28235",[7390,8.927]],["name/28236",[173,20.78]],["parent/28236",[7390,8.927]],["name/28237",[646,51.363]],["parent/28237",[7391,8.56]],["name/28238",[636,46.586]],["parent/28238",[7391,8.56]],["name/28239",[622,47.317]],["parent/28239",[7391,8.56]],["name/28240",[83,55.604]],["parent/28240",[7338,6.865]],["name/28241",[173,20.78]],["parent/28241",[7392,10.024]],["name/28242",[65,47.186]],["parent/28242",[7393,8.56]],["name/28243",[421,44.394]],["parent/28243",[7393,8.56]],["name/28244",[408,29.731]],["parent/28244",[7393,8.56]],["name/28245",[94,51.023]],["parent/28245",[7393,8.56]],["name/28246",[73,51.562]],["parent/28246",[7393,8.56]],["name/28247",[540,45.268]],["parent/28247",[7393,8.56]],["name/28248",[651,56.147]],["parent/28248",[7338,6.865]],["name/28249",[86,57.883]],["parent/28249",[7338,6.865]],["name/28250",[173,20.78]],["parent/28250",[7394,10.024]],["name/28251",[653,58.27]],["parent/28251",[7395,8.727]],["name/28252",[655,58.27]],["parent/28252",[7395,8.727]],["name/28253",[656,58.27]],["parent/28253",[7395,8.727]],["name/28254",[657,58.27]],["parent/28254",[7395,8.727]],["name/28255",[658,58.27]],["parent/28255",[7395,8.727]],["name/28256",[87,58.075]],["parent/28256",[7338,6.865]],["name/28257",[173,20.78]],["parent/28257",[7396,10.024]],["name/28258",[408,29.731]],["parent/28258",[7397,8.927]],["name/28259",[661,58.27]],["parent/28259",[7397,8.927]],["name/28260",[662,58.27]],["parent/28260",[7397,8.927]],["name/28261",[663,58.27]],["parent/28261",[7397,8.927]],["name/28262",[88,57.883]],["parent/28262",[7338,6.865]],["name/28263",[173,20.78]],["parent/28263",[7398,10.024]],["name/28264",[408,29.731]],["parent/28264",[7399,8.081]],["name/28265",[340,56.068]],["parent/28265",[7399,8.081]],["name/28266",[666,58.27]],["parent/28266",[7399,8.081]],["name/28267",[334,56.147]],["parent/28267",[7399,8.081]],["name/28268",[667,58.27]],["parent/28268",[7399,8.081]],["name/28269",[668,58.27]],["parent/28269",[7399,8.081]],["name/28270",[669,58.27]],["parent/28270",[7399,8.081]],["name/28271",[670,58.27]],["parent/28271",[7399,8.081]],["name/28272",[671,58.27]],["parent/28272",[7399,8.081]],["name/28273",[672,58.27]],["parent/28273",[7399,8.081]],["name/28274",[89,57.511]],["parent/28274",[7338,6.865]],["name/28275",[173,20.78]],["parent/28275",[7400,10.024]],["name/28276",[408,29.731]],["parent/28276",[7401,8.727]],["name/28277",[675,58.27]],["parent/28277",[7401,8.727]],["name/28278",[676,58.27]],["parent/28278",[7401,8.727]],["name/28279",[677,58.27]],["parent/28279",[7401,8.727]],["name/28280",[678,58.27]],["parent/28280",[7401,8.727]],["name/28281",[90,57.883]],["parent/28281",[7338,6.865]],["name/28282",[173,20.78]],["parent/28282",[7402,10.024]],["name/28283",[562,45.295]],["parent/28283",[7403,9.178]],["name/28284",[532,51.363]],["parent/28284",[7403,9.178]],["name/28285",[681,58.27]],["parent/28285",[7403,9.178]],["name/28286",[91,58.075]],["parent/28286",[7338,6.865]],["name/28287",[173,20.78]],["parent/28287",[7404,10.024]],["name/28288",[408,29.731]],["parent/28288",[7405,8.927]],["name/28289",[684,51.363]],["parent/28289",[7405,8.927]],["name/28290",[172,58.075]],["parent/28290",[7405,8.927]],["name/28291",[592,51.363]],["parent/28291",[7405,8.927]],["name/28292",[95,58.075]],["parent/28292",[7338,6.865]],["name/28293",[173,20.78]],["parent/28293",[7406,10.024]],["name/28294",[686,54.532]],["parent/28294",[7407,8.292]],["name/28295",[582,51.363]],["parent/28295",[7407,8.292]],["name/28296",[688,58.27]],["parent/28296",[7407,8.292]],["name/28297",[511,47.317]],["parent/28297",[7407,8.292]],["name/28298",[591,49.811]],["parent/28298",[7407,8.292]],["name/28299",[352,50.243]],["parent/28299",[7407,8.292]],["name/28300",[684,51.363]],["parent/28300",[7407,8.292]],["name/28301",[689,58.27]],["parent/28301",[7407,8.292]],["name/28302",[97,55.911]],["parent/28302",[7338,6.865]],["name/28303",[173,20.78]],["parent/28303",[7408,10.024]],["name/28304",[417,58.075]],["parent/28304",[7409,8.927]],["name/28305",[419,58.075]],["parent/28305",[7409,8.927]],["name/28306",[420,58.075]],["parent/28306",[7409,8.927]],["name/28307",[421,44.394]],["parent/28307",[7409,8.927]],["name/28308",[6468,69.061]],["parent/28308",[457,9.514]],["name/28309",[73,51.562]],["parent/28309",[7410,6.865]],["name/28310",[173,20.78]],["parent/28310",[7411,10.024]],["name/28311",[504,58.27]],["parent/28311",[7412,8.927]],["name/28312",[506,58.27]],["parent/28312",[7412,8.927]],["name/28313",[155,37.858]],["parent/28313",[7412,8.927]],["name/28314",[507,58.27]],["parent/28314",[7412,8.927]],["name/28315",[92,51.167]],["parent/28315",[7410,6.865]],["name/28316",[173,20.78]],["parent/28316",[7413,10.024]],["name/28317",[509,58.27]],["parent/28317",[7414,8.727]],["name/28318",[511,47.317]],["parent/28318",[7414,8.727]],["name/28319",[512,51.363]],["parent/28319",[7414,8.727]],["name/28320",[344,48.357]],["parent/28320",[7414,8.727]],["name/28321",[513,51.363]],["parent/28321",[7414,8.727]],["name/28322",[65,47.186]],["parent/28322",[7410,6.865]],["name/28323",[173,20.78]],["parent/28323",[7415,10.024]],["name/28324",[408,29.731]],["parent/28324",[7416,7.413]],["name/28325",[493,49.276]],["parent/28325",[7416,7.413]],["name/28326",[516,51.363]],["parent/28326",[7416,7.413]],["name/28327",[517,58.27]],["parent/28327",[7416,7.413]],["name/28328",[518,58.27]],["parent/28328",[7416,7.413]],["name/28329",[421,44.394]],["parent/28329",[7416,7.413]],["name/28330",[519,58.27]],["parent/28330",[7416,7.413]],["name/28331",[520,58.27]],["parent/28331",[7416,7.413]],["name/28332",[521,51.363]],["parent/28332",[7416,7.413]],["name/28333",[344,48.357]],["parent/28333",[7416,7.413]],["name/28334",[155,37.858]],["parent/28334",[7416,7.413]],["name/28335",[522,58.27]],["parent/28335",[7416,7.413]],["name/28336",[523,58.27]],["parent/28336",[7416,7.413]],["name/28337",[524,58.27]],["parent/28337",[7416,7.413]],["name/28338",[525,58.27]],["parent/28338",[7416,7.413]],["name/28339",[526,47.618]],["parent/28339",[7416,7.413]],["name/28340",[527,58.27]],["parent/28340",[7416,7.413]],["name/28341",[513,51.363]],["parent/28341",[7416,7.413]],["name/28342",[528,58.27]],["parent/28342",[7416,7.413]],["name/28343",[92,51.167]],["parent/28343",[7416,7.413]],["name/28344",[67,57.883]],["parent/28344",[7410,6.865]],["name/28345",[173,20.78]],["parent/28345",[7417,10.024]],["name/28346",[530,58.27]],["parent/28346",[7418,8.927]],["name/28347",[532,51.363]],["parent/28347",[7418,8.927]],["name/28348",[533,58.27]],["parent/28348",[7418,8.927]],["name/28349",[534,51.363]],["parent/28349",[7418,8.927]],["name/28350",[68,51.167]],["parent/28350",[7410,6.865]],["name/28351",[173,20.78]],["parent/28351",[7419,10.024]],["name/28352",[410,39.926]],["parent/28352",[7420,9.178]],["name/28353",[411,58.075]],["parent/28353",[7420,9.178]],["name/28354",[537,58.27]],["parent/28354",[7420,9.178]],["name/28355",[69,57.883]],["parent/28355",[7410,6.865]],["name/28356",[173,20.78]],["parent/28356",[7421,10.024]],["name/28357",[408,29.731]],["parent/28357",[7422,8.292]],["name/28358",[540,45.268]],["parent/28358",[7422,8.292]],["name/28359",[155,37.858]],["parent/28359",[7422,8.292]],["name/28360",[541,58.27]],["parent/28360",[7422,8.292]],["name/28361",[542,58.27]],["parent/28361",[7422,8.292]],["name/28362",[543,58.27]],["parent/28362",[7422,8.292]],["name/28363",[342,56.068]],["parent/28363",[7422,8.292]],["name/28364",[544,45.905]],["parent/28364",[7422,8.292]],["name/28365",[70,51.167]],["parent/28365",[7410,6.865]],["name/28366",[173,20.78]],["parent/28366",[7423,10.024]],["name/28367",[155,37.858]],["parent/28367",[7424,7.83]],["name/28368",[547,44.444]],["parent/28368",[7424,7.83]],["name/28369",[544,45.905]],["parent/28369",[7424,7.83]],["name/28370",[540,45.268]],["parent/28370",[7424,7.83]],["name/28371",[548,58.27]],["parent/28371",[7424,7.83]],["name/28372",[549,58.27]],["parent/28372",[7424,7.83]],["name/28373",[550,58.27]],["parent/28373",[7424,7.83]],["name/28374",[551,58.27]],["parent/28374",[7424,7.83]],["name/28375",[552,58.27]],["parent/28375",[7424,7.83]],["name/28376",[553,58.27]],["parent/28376",[7424,7.83]],["name/28377",[554,56.227]],["parent/28377",[7424,7.83]],["name/28378",[555,56.227]],["parent/28378",[7424,7.83]],["name/28379",[485,61.773]],["parent/28379",[7424,7.83]],["name/28380",[82,57.511]],["parent/28380",[7410,6.865]],["name/28381",[173,20.78]],["parent/28381",[7425,10.024]],["name/28382",[408,29.731]],["parent/28382",[7426,8.927]],["name/28383",[493,49.276]],["parent/28383",[7426,8.927]],["name/28384",[155,37.858]],["parent/28384",[7426,8.927]],["name/28385",[516,51.363]],["parent/28385",[7426,8.927]],["name/28386",[77,51.167]],["parent/28386",[7410,6.865]],["name/28387",[173,20.78]],["parent/28387",[7427,10.024]],["name/28388",[559,58.27]],["parent/28388",[7428,9.178]],["name/28389",[561,58.27]],["parent/28389",[7428,9.178]],["name/28390",[562,45.295]],["parent/28390",[7428,9.178]],["name/28391",[96,55.911]],["parent/28391",[7410,6.865]],["name/28392",[173,20.78]],["parent/28392",[7429,10.024]],["name/28393",[410,39.926]],["parent/28393",[7430,9.178]],["name/28394",[155,37.858]],["parent/28394",[7430,9.178]],["name/28395",[77,51.167]],["parent/28395",[7430,9.178]],["name/28396",[85,57.978]],["parent/28396",[7410,6.865]],["name/28397",[173,20.78]],["parent/28397",[7431,10.024]],["name/28398",[547,44.444]],["parent/28398",[7432,9.514]],["name/28399",[567,51.363]],["parent/28399",[7432,9.514]],["name/28400",[84,48.96]],["parent/28400",[7410,6.865]],["name/28401",[173,20.78]],["parent/28401",[7433,10.024]],["name/28402",[408,29.731]],["parent/28402",[7434,8.417]],["name/28403",[570,51.363]],["parent/28403",[7434,8.417]],["name/28404",[571,58.27]],["parent/28404",[7434,8.417]],["name/28405",[572,56.227]],["parent/28405",[7434,8.417]],["name/28406",[567,51.363]],["parent/28406",[7434,8.417]],["name/28407",[573,58.27]],["parent/28407",[7434,8.417]],["name/28408",[574,58.27]],["parent/28408",[7434,8.417]],["name/28409",[345,56.721]],["parent/28409",[7410,6.865]],["name/28410",[173,20.78]],["parent/28410",[7435,10.024]],["name/28411",[576,62.202]],["parent/28411",[7436,8.927]],["name/28412",[578,62.202]],["parent/28412",[7436,8.927]],["name/28413",[410,39.926]],["parent/28413",[7436,8.927]],["name/28414",[562,45.295]],["parent/28414",[7436,8.927]],["name/28415",[94,51.023]],["parent/28415",[7410,6.865]],["name/28416",[173,20.78]],["parent/28416",[7437,10.024]],["name/28417",[408,29.731]],["parent/28417",[7438,7.017]],["name/28418",[581,49.316]],["parent/28418",[7438,7.017]],["name/28419",[155,37.858]],["parent/28419",[7438,7.017]],["name/28420",[65,47.186]],["parent/28420",[7438,7.017]],["name/28421",[582,51.363]],["parent/28421",[7438,7.017]],["name/28422",[583,58.27]],["parent/28422",[7438,7.017]],["name/28423",[145,57.978]],["parent/28423",[7438,7.017]],["name/28424",[584,58.27]],["parent/28424",[7438,7.017]],["name/28425",[421,44.394]],["parent/28425",[7438,7.017]],["name/28426",[526,47.618]],["parent/28426",[7438,7.017]],["name/28427",[585,58.27]],["parent/28427",[7438,7.017]],["name/28428",[586,58.27]],["parent/28428",[7438,7.017]],["name/28429",[587,58.27]],["parent/28429",[7438,7.017]],["name/28430",[588,58.27]],["parent/28430",[7438,7.017]],["name/28431",[589,58.27]],["parent/28431",[7438,7.017]],["name/28432",[590,58.27]],["parent/28432",[7438,7.017]],["name/28433",[511,47.317]],["parent/28433",[7438,7.017]],["name/28434",[591,49.811]],["parent/28434",[7438,7.017]],["name/28435",[352,50.243]],["parent/28435",[7438,7.017]],["name/28436",[592,51.363]],["parent/28436",[7438,7.017]],["name/28437",[593,56.227]],["parent/28437",[7438,7.017]],["name/28438",[594,56.227]],["parent/28438",[7438,7.017]],["name/28439",[70,51.167]],["parent/28439",[7438,7.017]],["name/28440",[84,48.96]],["parent/28440",[7438,7.017]],["name/28441",[68,51.167]],["parent/28441",[7438,7.017]],["name/28442",[512,51.363]],["parent/28442",[7438,7.017]],["name/28443",[595,58.27]],["parent/28443",[7438,7.017]],["name/28444",[597,58.27]],["parent/28444",[7438,7.017]],["name/28445",[485,61.773]],["parent/28445",[7438,7.017]],["name/28446",[173,20.78]],["parent/28446",[7438,7.017]],["name/28447",[71,49.643]],["parent/28447",[7439,8.181]],["name/28448",[173,20.78]],["parent/28448",[7439,8.181]],["name/28449",[6499,62.202]],["parent/28449",[7440,9.514]],["name/28450",[591,49.811]],["parent/28450",[7439,8.181]],["name/28451",[173,20.78]],["parent/28451",[7439,8.181]],["name/28452",[6499,62.202]],["parent/28452",[7440,9.514]],["name/28453",[6501,69.061]],["parent/28453",[7439,8.181]],["name/28454",[6502,69.061]],["parent/28454",[7439,8.181]],["name/28455",[596,62.202]],["parent/28455",[7439,8.181]],["name/28456",[6503,69.061]],["parent/28456",[7439,8.181]],["name/28457",[6504,69.061]],["parent/28457",[7439,8.181]],["name/28458",[71,49.643]],["parent/28458",[7410,6.865]],["name/28459",[173,20.78]],["parent/28459",[7441,10.024]],["name/28460",[599,58.27]],["parent/28460",[7442,9.514]],["name/28461",[601,58.27]],["parent/28461",[7442,9.514]],["name/28462",[72,57.883]],["parent/28462",[7410,6.865]],["name/28463",[173,20.78]],["parent/28463",[7443,10.024]],["name/28464",[408,29.731]],["parent/28464",[7444,8.927]],["name/28465",[562,45.295]],["parent/28465",[7444,8.927]],["name/28466",[604,58.27]],["parent/28466",[7444,8.927]],["name/28467",[605,58.27]],["parent/28467",[7444,8.927]],["name/28468",[74,58.075]],["parent/28468",[7410,6.865]],["name/28469",[173,20.78]],["parent/28469",[7445,10.024]],["name/28470",[408,29.731]],["parent/28470",[7446,8.927]],["name/28471",[410,39.926]],["parent/28471",[7446,8.927]],["name/28472",[521,51.363]],["parent/28472",[7446,8.927]],["name/28473",[608,58.27]],["parent/28473",[7446,8.927]],["name/28474",[75,57.883]],["parent/28474",[7410,6.865]],["name/28475",[173,20.78]],["parent/28475",[7447,10.024]],["name/28476",[410,39.926]],["parent/28476",[7448,9.178]],["name/28477",[611,58.27]],["parent/28477",[7448,9.178]],["name/28478",[612,58.27]],["parent/28478",[7448,9.178]],["name/28479",[76,57.883]],["parent/28479",[7410,6.865]],["name/28480",[173,20.78]],["parent/28480",[7449,10.024]],["name/28481",[408,29.731]],["parent/28481",[7450,8.56]],["name/28482",[615,58.27]],["parent/28482",[7450,8.56]],["name/28483",[71,49.643]],["parent/28483",[7450,8.56]],["name/28484",[570,51.363]],["parent/28484",[7450,8.56]],["name/28485",[616,58.27]],["parent/28485",[7450,8.56]],["name/28486",[617,58.27]],["parent/28486",[7450,8.56]],["name/28487",[78,58.075]],["parent/28487",[7410,6.865]],["name/28488",[173,20.78]],["parent/28488",[7451,10.024]],["name/28489",[619,58.27]],["parent/28489",[7452,8.727]],["name/28490",[621,58.27]],["parent/28490",[7452,8.727]],["name/28491",[622,47.317]],["parent/28491",[7452,8.727]],["name/28492",[623,58.27]],["parent/28492",[7452,8.727]],["name/28493",[624,58.27]],["parent/28493",[7452,8.727]],["name/28494",[98,51.167]],["parent/28494",[7410,6.865]],["name/28495",[173,20.78]],["parent/28495",[7453,10.024]],["name/28496",[626,58.27]],["parent/28496",[7454,10.024]],["name/28497",[93,50.025]],["parent/28497",[7410,6.865]],["name/28498",[173,20.78]],["parent/28498",[7455,10.024]],["name/28499",[629,58.27]],["parent/28499",[7456,9.178]],["name/28500",[631,58.27]],["parent/28500",[7456,9.178]],["name/28501",[632,58.27]],["parent/28501",[7456,9.178]],["name/28502",[79,57.883]],["parent/28502",[7410,6.865]],["name/28503",[173,20.78]],["parent/28503",[7457,10.024]],["name/28504",[581,49.316]],["parent/28504",[7458,7.907]],["name/28505",[547,44.444]],["parent/28505",[7458,7.907]],["name/28506",[544,45.905]],["parent/28506",[7458,7.907]],["name/28507",[635,58.27]],["parent/28507",[7458,7.907]],["name/28508",[636,46.586]],["parent/28508",[7458,7.907]],["name/28509",[637,58.27]],["parent/28509",[7458,7.907]],["name/28510",[98,51.167]],["parent/28510",[7458,7.907]],["name/28511",[93,50.025]],["parent/28511",[7458,7.907]],["name/28512",[638,58.27]],["parent/28512",[7458,7.907]],["name/28513",[639,58.27]],["parent/28513",[7458,7.907]],["name/28514",[640,58.27]],["parent/28514",[7458,7.907]],["name/28515",[534,51.363]],["parent/28515",[7458,7.907]],["name/28516",[80,55.757]],["parent/28516",[7410,6.865]],["name/28517",[173,20.78]],["parent/28517",[7459,10.024]],["name/28518",[408,29.731]],["parent/28518",[7460,9.514]],["name/28519",[547,44.444]],["parent/28519",[7460,9.514]],["name/28520",[81,57.883]],["parent/28520",[7410,6.865]],["name/28521",[173,20.78]],["parent/28521",[7461,10.024]],["name/28522",[644,58.27]],["parent/28522",[7462,8.927]],["name/28523",[173,20.78]],["parent/28523",[7462,8.927]],["name/28524",[646,51.363]],["parent/28524",[7463,8.56]],["name/28525",[636,46.586]],["parent/28525",[7463,8.56]],["name/28526",[622,47.317]],["parent/28526",[7463,8.56]],["name/28527",[648,58.27]],["parent/28527",[7462,8.927]],["name/28528",[173,20.78]],["parent/28528",[7462,8.927]],["name/28529",[646,51.363]],["parent/28529",[7463,8.56]],["name/28530",[636,46.586]],["parent/28530",[7463,8.56]],["name/28531",[622,47.317]],["parent/28531",[7463,8.56]],["name/28532",[83,55.604]],["parent/28532",[7410,6.865]],["name/28533",[173,20.78]],["parent/28533",[7464,10.024]],["name/28534",[65,47.186]],["parent/28534",[7465,8.56]],["name/28535",[421,44.394]],["parent/28535",[7465,8.56]],["name/28536",[408,29.731]],["parent/28536",[7465,8.56]],["name/28537",[94,51.023]],["parent/28537",[7465,8.56]],["name/28538",[73,51.562]],["parent/28538",[7465,8.56]],["name/28539",[540,45.268]],["parent/28539",[7465,8.56]],["name/28540",[651,56.147]],["parent/28540",[7410,6.865]],["name/28541",[86,57.883]],["parent/28541",[7410,6.865]],["name/28542",[173,20.78]],["parent/28542",[7466,10.024]],["name/28543",[653,58.27]],["parent/28543",[7467,8.727]],["name/28544",[655,58.27]],["parent/28544",[7467,8.727]],["name/28545",[656,58.27]],["parent/28545",[7467,8.727]],["name/28546",[657,58.27]],["parent/28546",[7467,8.727]],["name/28547",[658,58.27]],["parent/28547",[7467,8.727]],["name/28548",[87,58.075]],["parent/28548",[7410,6.865]],["name/28549",[173,20.78]],["parent/28549",[7468,10.024]],["name/28550",[408,29.731]],["parent/28550",[7469,8.927]],["name/28551",[661,58.27]],["parent/28551",[7469,8.927]],["name/28552",[662,58.27]],["parent/28552",[7469,8.927]],["name/28553",[663,58.27]],["parent/28553",[7469,8.927]],["name/28554",[88,57.883]],["parent/28554",[7410,6.865]],["name/28555",[173,20.78]],["parent/28555",[7470,10.024]],["name/28556",[408,29.731]],["parent/28556",[7471,8.081]],["name/28557",[340,56.068]],["parent/28557",[7471,8.081]],["name/28558",[666,58.27]],["parent/28558",[7471,8.081]],["name/28559",[334,56.147]],["parent/28559",[7471,8.081]],["name/28560",[667,58.27]],["parent/28560",[7471,8.081]],["name/28561",[668,58.27]],["parent/28561",[7471,8.081]],["name/28562",[669,58.27]],["parent/28562",[7471,8.081]],["name/28563",[670,58.27]],["parent/28563",[7471,8.081]],["name/28564",[671,58.27]],["parent/28564",[7471,8.081]],["name/28565",[672,58.27]],["parent/28565",[7471,8.081]],["name/28566",[89,57.511]],["parent/28566",[7410,6.865]],["name/28567",[173,20.78]],["parent/28567",[7472,10.024]],["name/28568",[408,29.731]],["parent/28568",[7473,8.727]],["name/28569",[675,58.27]],["parent/28569",[7473,8.727]],["name/28570",[676,58.27]],["parent/28570",[7473,8.727]],["name/28571",[677,58.27]],["parent/28571",[7473,8.727]],["name/28572",[678,58.27]],["parent/28572",[7473,8.727]],["name/28573",[90,57.883]],["parent/28573",[7410,6.865]],["name/28574",[173,20.78]],["parent/28574",[7474,10.024]],["name/28575",[562,45.295]],["parent/28575",[7475,9.178]],["name/28576",[532,51.363]],["parent/28576",[7475,9.178]],["name/28577",[681,58.27]],["parent/28577",[7475,9.178]],["name/28578",[91,58.075]],["parent/28578",[7410,6.865]],["name/28579",[173,20.78]],["parent/28579",[7476,10.024]],["name/28580",[408,29.731]],["parent/28580",[7477,8.927]],["name/28581",[684,51.363]],["parent/28581",[7477,8.927]],["name/28582",[172,58.075]],["parent/28582",[7477,8.927]],["name/28583",[592,51.363]],["parent/28583",[7477,8.927]],["name/28584",[95,58.075]],["parent/28584",[7410,6.865]],["name/28585",[173,20.78]],["parent/28585",[7478,10.024]],["name/28586",[686,54.532]],["parent/28586",[7479,8.292]],["name/28587",[582,51.363]],["parent/28587",[7479,8.292]],["name/28588",[688,58.27]],["parent/28588",[7479,8.292]],["name/28589",[511,47.317]],["parent/28589",[7479,8.292]],["name/28590",[591,49.811]],["parent/28590",[7479,8.292]],["name/28591",[352,50.243]],["parent/28591",[7479,8.292]],["name/28592",[684,51.363]],["parent/28592",[7479,8.292]],["name/28593",[689,58.27]],["parent/28593",[7479,8.292]],["name/28594",[97,55.911]],["parent/28594",[7410,6.865]],["name/28595",[173,20.78]],["parent/28595",[7480,10.024]],["name/28596",[417,58.075]],["parent/28596",[7481,8.927]],["name/28597",[419,58.075]],["parent/28597",[7481,8.927]],["name/28598",[420,58.075]],["parent/28598",[7481,8.927]],["name/28599",[421,44.394]],["parent/28599",[7481,8.927]],["name/28600",[6468,69.061]],["parent/28600",[458,9.514]],["name/28601",[73,51.562]],["parent/28601",[7482,6.865]],["name/28602",[173,20.78]],["parent/28602",[7483,10.024]],["name/28603",[504,58.27]],["parent/28603",[7484,8.927]],["name/28604",[506,58.27]],["parent/28604",[7484,8.927]],["name/28605",[155,37.858]],["parent/28605",[7484,8.927]],["name/28606",[507,58.27]],["parent/28606",[7484,8.927]],["name/28607",[92,51.167]],["parent/28607",[7482,6.865]],["name/28608",[173,20.78]],["parent/28608",[7485,10.024]],["name/28609",[509,58.27]],["parent/28609",[7486,8.727]],["name/28610",[511,47.317]],["parent/28610",[7486,8.727]],["name/28611",[512,51.363]],["parent/28611",[7486,8.727]],["name/28612",[344,48.357]],["parent/28612",[7486,8.727]],["name/28613",[513,51.363]],["parent/28613",[7486,8.727]],["name/28614",[65,47.186]],["parent/28614",[7482,6.865]],["name/28615",[173,20.78]],["parent/28615",[7487,10.024]],["name/28616",[408,29.731]],["parent/28616",[7488,7.413]],["name/28617",[493,49.276]],["parent/28617",[7488,7.413]],["name/28618",[516,51.363]],["parent/28618",[7488,7.413]],["name/28619",[517,58.27]],["parent/28619",[7488,7.413]],["name/28620",[518,58.27]],["parent/28620",[7488,7.413]],["name/28621",[421,44.394]],["parent/28621",[7488,7.413]],["name/28622",[519,58.27]],["parent/28622",[7488,7.413]],["name/28623",[520,58.27]],["parent/28623",[7488,7.413]],["name/28624",[521,51.363]],["parent/28624",[7488,7.413]],["name/28625",[344,48.357]],["parent/28625",[7488,7.413]],["name/28626",[155,37.858]],["parent/28626",[7488,7.413]],["name/28627",[522,58.27]],["parent/28627",[7488,7.413]],["name/28628",[523,58.27]],["parent/28628",[7488,7.413]],["name/28629",[524,58.27]],["parent/28629",[7488,7.413]],["name/28630",[525,58.27]],["parent/28630",[7488,7.413]],["name/28631",[526,47.618]],["parent/28631",[7488,7.413]],["name/28632",[527,58.27]],["parent/28632",[7488,7.413]],["name/28633",[513,51.363]],["parent/28633",[7488,7.413]],["name/28634",[528,58.27]],["parent/28634",[7488,7.413]],["name/28635",[92,51.167]],["parent/28635",[7488,7.413]],["name/28636",[67,57.883]],["parent/28636",[7482,6.865]],["name/28637",[173,20.78]],["parent/28637",[7489,10.024]],["name/28638",[530,58.27]],["parent/28638",[7490,8.927]],["name/28639",[532,51.363]],["parent/28639",[7490,8.927]],["name/28640",[533,58.27]],["parent/28640",[7490,8.927]],["name/28641",[534,51.363]],["parent/28641",[7490,8.927]],["name/28642",[68,51.167]],["parent/28642",[7482,6.865]],["name/28643",[173,20.78]],["parent/28643",[7491,10.024]],["name/28644",[410,39.926]],["parent/28644",[7492,9.178]],["name/28645",[411,58.075]],["parent/28645",[7492,9.178]],["name/28646",[537,58.27]],["parent/28646",[7492,9.178]],["name/28647",[69,57.883]],["parent/28647",[7482,6.865]],["name/28648",[173,20.78]],["parent/28648",[7493,10.024]],["name/28649",[408,29.731]],["parent/28649",[7494,8.292]],["name/28650",[540,45.268]],["parent/28650",[7494,8.292]],["name/28651",[155,37.858]],["parent/28651",[7494,8.292]],["name/28652",[541,58.27]],["parent/28652",[7494,8.292]],["name/28653",[542,58.27]],["parent/28653",[7494,8.292]],["name/28654",[543,58.27]],["parent/28654",[7494,8.292]],["name/28655",[342,56.068]],["parent/28655",[7494,8.292]],["name/28656",[544,45.905]],["parent/28656",[7494,8.292]],["name/28657",[70,51.167]],["parent/28657",[7482,6.865]],["name/28658",[173,20.78]],["parent/28658",[7495,10.024]],["name/28659",[155,37.858]],["parent/28659",[7496,7.83]],["name/28660",[547,44.444]],["parent/28660",[7496,7.83]],["name/28661",[544,45.905]],["parent/28661",[7496,7.83]],["name/28662",[540,45.268]],["parent/28662",[7496,7.83]],["name/28663",[548,58.27]],["parent/28663",[7496,7.83]],["name/28664",[549,58.27]],["parent/28664",[7496,7.83]],["name/28665",[550,58.27]],["parent/28665",[7496,7.83]],["name/28666",[551,58.27]],["parent/28666",[7496,7.83]],["name/28667",[552,58.27]],["parent/28667",[7496,7.83]],["name/28668",[553,58.27]],["parent/28668",[7496,7.83]],["name/28669",[554,56.227]],["parent/28669",[7496,7.83]],["name/28670",[555,56.227]],["parent/28670",[7496,7.83]],["name/28671",[485,61.773]],["parent/28671",[7496,7.83]],["name/28672",[82,57.511]],["parent/28672",[7482,6.865]],["name/28673",[173,20.78]],["parent/28673",[7497,10.024]],["name/28674",[408,29.731]],["parent/28674",[7498,8.927]],["name/28675",[493,49.276]],["parent/28675",[7498,8.927]],["name/28676",[155,37.858]],["parent/28676",[7498,8.927]],["name/28677",[516,51.363]],["parent/28677",[7498,8.927]],["name/28678",[77,51.167]],["parent/28678",[7482,6.865]],["name/28679",[173,20.78]],["parent/28679",[7499,10.024]],["name/28680",[559,58.27]],["parent/28680",[7500,9.178]],["name/28681",[561,58.27]],["parent/28681",[7500,9.178]],["name/28682",[562,45.295]],["parent/28682",[7500,9.178]],["name/28683",[96,55.911]],["parent/28683",[7482,6.865]],["name/28684",[173,20.78]],["parent/28684",[7501,10.024]],["name/28685",[410,39.926]],["parent/28685",[7502,9.178]],["name/28686",[155,37.858]],["parent/28686",[7502,9.178]],["name/28687",[77,51.167]],["parent/28687",[7502,9.178]],["name/28688",[85,57.978]],["parent/28688",[7482,6.865]],["name/28689",[173,20.78]],["parent/28689",[7503,10.024]],["name/28690",[547,44.444]],["parent/28690",[7504,9.514]],["name/28691",[567,51.363]],["parent/28691",[7504,9.514]],["name/28692",[84,48.96]],["parent/28692",[7482,6.865]],["name/28693",[173,20.78]],["parent/28693",[7505,10.024]],["name/28694",[408,29.731]],["parent/28694",[7506,8.417]],["name/28695",[570,51.363]],["parent/28695",[7506,8.417]],["name/28696",[571,58.27]],["parent/28696",[7506,8.417]],["name/28697",[572,56.227]],["parent/28697",[7506,8.417]],["name/28698",[567,51.363]],["parent/28698",[7506,8.417]],["name/28699",[573,58.27]],["parent/28699",[7506,8.417]],["name/28700",[574,58.27]],["parent/28700",[7506,8.417]],["name/28701",[345,56.721]],["parent/28701",[7482,6.865]],["name/28702",[173,20.78]],["parent/28702",[7507,10.024]],["name/28703",[576,62.202]],["parent/28703",[7508,8.927]],["name/28704",[578,62.202]],["parent/28704",[7508,8.927]],["name/28705",[410,39.926]],["parent/28705",[7508,8.927]],["name/28706",[562,45.295]],["parent/28706",[7508,8.927]],["name/28707",[94,51.023]],["parent/28707",[7482,6.865]],["name/28708",[173,20.78]],["parent/28708",[7509,10.024]],["name/28709",[408,29.731]],["parent/28709",[7510,7.017]],["name/28710",[581,49.316]],["parent/28710",[7510,7.017]],["name/28711",[155,37.858]],["parent/28711",[7510,7.017]],["name/28712",[65,47.186]],["parent/28712",[7510,7.017]],["name/28713",[582,51.363]],["parent/28713",[7510,7.017]],["name/28714",[583,58.27]],["parent/28714",[7510,7.017]],["name/28715",[145,57.978]],["parent/28715",[7510,7.017]],["name/28716",[584,58.27]],["parent/28716",[7510,7.017]],["name/28717",[421,44.394]],["parent/28717",[7510,7.017]],["name/28718",[526,47.618]],["parent/28718",[7510,7.017]],["name/28719",[585,58.27]],["parent/28719",[7510,7.017]],["name/28720",[586,58.27]],["parent/28720",[7510,7.017]],["name/28721",[587,58.27]],["parent/28721",[7510,7.017]],["name/28722",[588,58.27]],["parent/28722",[7510,7.017]],["name/28723",[589,58.27]],["parent/28723",[7510,7.017]],["name/28724",[590,58.27]],["parent/28724",[7510,7.017]],["name/28725",[511,47.317]],["parent/28725",[7510,7.017]],["name/28726",[591,49.811]],["parent/28726",[7510,7.017]],["name/28727",[352,50.243]],["parent/28727",[7510,7.017]],["name/28728",[592,51.363]],["parent/28728",[7510,7.017]],["name/28729",[593,56.227]],["parent/28729",[7510,7.017]],["name/28730",[594,56.227]],["parent/28730",[7510,7.017]],["name/28731",[70,51.167]],["parent/28731",[7510,7.017]],["name/28732",[84,48.96]],["parent/28732",[7510,7.017]],["name/28733",[68,51.167]],["parent/28733",[7510,7.017]],["name/28734",[512,51.363]],["parent/28734",[7510,7.017]],["name/28735",[595,58.27]],["parent/28735",[7510,7.017]],["name/28736",[597,58.27]],["parent/28736",[7510,7.017]],["name/28737",[485,61.773]],["parent/28737",[7510,7.017]],["name/28738",[173,20.78]],["parent/28738",[7510,7.017]],["name/28739",[71,49.643]],["parent/28739",[7511,8.181]],["name/28740",[173,20.78]],["parent/28740",[7511,8.181]],["name/28741",[6499,62.202]],["parent/28741",[7512,9.514]],["name/28742",[591,49.811]],["parent/28742",[7511,8.181]],["name/28743",[173,20.78]],["parent/28743",[7511,8.181]],["name/28744",[6499,62.202]],["parent/28744",[7512,9.514]],["name/28745",[6501,69.061]],["parent/28745",[7511,8.181]],["name/28746",[6502,69.061]],["parent/28746",[7511,8.181]],["name/28747",[596,62.202]],["parent/28747",[7511,8.181]],["name/28748",[6503,69.061]],["parent/28748",[7511,8.181]],["name/28749",[6504,69.061]],["parent/28749",[7511,8.181]],["name/28750",[71,49.643]],["parent/28750",[7482,6.865]],["name/28751",[173,20.78]],["parent/28751",[7513,10.024]],["name/28752",[599,58.27]],["parent/28752",[7514,9.514]],["name/28753",[601,58.27]],["parent/28753",[7514,9.514]],["name/28754",[72,57.883]],["parent/28754",[7482,6.865]],["name/28755",[173,20.78]],["parent/28755",[7515,10.024]],["name/28756",[408,29.731]],["parent/28756",[7516,8.927]],["name/28757",[562,45.295]],["parent/28757",[7516,8.927]],["name/28758",[604,58.27]],["parent/28758",[7516,8.927]],["name/28759",[605,58.27]],["parent/28759",[7516,8.927]],["name/28760",[74,58.075]],["parent/28760",[7482,6.865]],["name/28761",[173,20.78]],["parent/28761",[7517,10.024]],["name/28762",[408,29.731]],["parent/28762",[7518,8.927]],["name/28763",[410,39.926]],["parent/28763",[7518,8.927]],["name/28764",[521,51.363]],["parent/28764",[7518,8.927]],["name/28765",[608,58.27]],["parent/28765",[7518,8.927]],["name/28766",[75,57.883]],["parent/28766",[7482,6.865]],["name/28767",[173,20.78]],["parent/28767",[7519,10.024]],["name/28768",[410,39.926]],["parent/28768",[7520,9.178]],["name/28769",[611,58.27]],["parent/28769",[7520,9.178]],["name/28770",[612,58.27]],["parent/28770",[7520,9.178]],["name/28771",[76,57.883]],["parent/28771",[7482,6.865]],["name/28772",[173,20.78]],["parent/28772",[7521,10.024]],["name/28773",[408,29.731]],["parent/28773",[7522,8.56]],["name/28774",[615,58.27]],["parent/28774",[7522,8.56]],["name/28775",[71,49.643]],["parent/28775",[7522,8.56]],["name/28776",[570,51.363]],["parent/28776",[7522,8.56]],["name/28777",[616,58.27]],["parent/28777",[7522,8.56]],["name/28778",[617,58.27]],["parent/28778",[7522,8.56]],["name/28779",[78,58.075]],["parent/28779",[7482,6.865]],["name/28780",[173,20.78]],["parent/28780",[7523,10.024]],["name/28781",[619,58.27]],["parent/28781",[7524,8.727]],["name/28782",[621,58.27]],["parent/28782",[7524,8.727]],["name/28783",[622,47.317]],["parent/28783",[7524,8.727]],["name/28784",[623,58.27]],["parent/28784",[7524,8.727]],["name/28785",[624,58.27]],["parent/28785",[7524,8.727]],["name/28786",[98,51.167]],["parent/28786",[7482,6.865]],["name/28787",[173,20.78]],["parent/28787",[7525,10.024]],["name/28788",[626,58.27]],["parent/28788",[7526,10.024]],["name/28789",[93,50.025]],["parent/28789",[7482,6.865]],["name/28790",[173,20.78]],["parent/28790",[7527,10.024]],["name/28791",[629,58.27]],["parent/28791",[7528,9.178]],["name/28792",[631,58.27]],["parent/28792",[7528,9.178]],["name/28793",[632,58.27]],["parent/28793",[7528,9.178]],["name/28794",[79,57.883]],["parent/28794",[7482,6.865]],["name/28795",[173,20.78]],["parent/28795",[7529,10.024]],["name/28796",[581,49.316]],["parent/28796",[7530,7.907]],["name/28797",[547,44.444]],["parent/28797",[7530,7.907]],["name/28798",[544,45.905]],["parent/28798",[7530,7.907]],["name/28799",[635,58.27]],["parent/28799",[7530,7.907]],["name/28800",[636,46.586]],["parent/28800",[7530,7.907]],["name/28801",[637,58.27]],["parent/28801",[7530,7.907]],["name/28802",[98,51.167]],["parent/28802",[7530,7.907]],["name/28803",[93,50.025]],["parent/28803",[7530,7.907]],["name/28804",[638,58.27]],["parent/28804",[7530,7.907]],["name/28805",[639,58.27]],["parent/28805",[7530,7.907]],["name/28806",[640,58.27]],["parent/28806",[7530,7.907]],["name/28807",[534,51.363]],["parent/28807",[7530,7.907]],["name/28808",[80,55.757]],["parent/28808",[7482,6.865]],["name/28809",[173,20.78]],["parent/28809",[7531,10.024]],["name/28810",[408,29.731]],["parent/28810",[7532,9.514]],["name/28811",[547,44.444]],["parent/28811",[7532,9.514]],["name/28812",[81,57.883]],["parent/28812",[7482,6.865]],["name/28813",[173,20.78]],["parent/28813",[7533,10.024]],["name/28814",[644,58.27]],["parent/28814",[7534,8.927]],["name/28815",[173,20.78]],["parent/28815",[7534,8.927]],["name/28816",[646,51.363]],["parent/28816",[7535,8.56]],["name/28817",[636,46.586]],["parent/28817",[7535,8.56]],["name/28818",[622,47.317]],["parent/28818",[7535,8.56]],["name/28819",[648,58.27]],["parent/28819",[7534,8.927]],["name/28820",[173,20.78]],["parent/28820",[7534,8.927]],["name/28821",[646,51.363]],["parent/28821",[7535,8.56]],["name/28822",[636,46.586]],["parent/28822",[7535,8.56]],["name/28823",[622,47.317]],["parent/28823",[7535,8.56]],["name/28824",[83,55.604]],["parent/28824",[7482,6.865]],["name/28825",[173,20.78]],["parent/28825",[7536,10.024]],["name/28826",[65,47.186]],["parent/28826",[7537,8.56]],["name/28827",[421,44.394]],["parent/28827",[7537,8.56]],["name/28828",[408,29.731]],["parent/28828",[7537,8.56]],["name/28829",[94,51.023]],["parent/28829",[7537,8.56]],["name/28830",[73,51.562]],["parent/28830",[7537,8.56]],["name/28831",[540,45.268]],["parent/28831",[7537,8.56]],["name/28832",[651,56.147]],["parent/28832",[7482,6.865]],["name/28833",[86,57.883]],["parent/28833",[7482,6.865]],["name/28834",[173,20.78]],["parent/28834",[7538,10.024]],["name/28835",[653,58.27]],["parent/28835",[7539,8.727]],["name/28836",[655,58.27]],["parent/28836",[7539,8.727]],["name/28837",[656,58.27]],["parent/28837",[7539,8.727]],["name/28838",[657,58.27]],["parent/28838",[7539,8.727]],["name/28839",[658,58.27]],["parent/28839",[7539,8.727]],["name/28840",[87,58.075]],["parent/28840",[7482,6.865]],["name/28841",[173,20.78]],["parent/28841",[7540,10.024]],["name/28842",[408,29.731]],["parent/28842",[7541,8.927]],["name/28843",[661,58.27]],["parent/28843",[7541,8.927]],["name/28844",[662,58.27]],["parent/28844",[7541,8.927]],["name/28845",[663,58.27]],["parent/28845",[7541,8.927]],["name/28846",[88,57.883]],["parent/28846",[7482,6.865]],["name/28847",[173,20.78]],["parent/28847",[7542,10.024]],["name/28848",[408,29.731]],["parent/28848",[7543,8.081]],["name/28849",[340,56.068]],["parent/28849",[7543,8.081]],["name/28850",[666,58.27]],["parent/28850",[7543,8.081]],["name/28851",[334,56.147]],["parent/28851",[7543,8.081]],["name/28852",[667,58.27]],["parent/28852",[7543,8.081]],["name/28853",[668,58.27]],["parent/28853",[7543,8.081]],["name/28854",[669,58.27]],["parent/28854",[7543,8.081]],["name/28855",[670,58.27]],["parent/28855",[7543,8.081]],["name/28856",[671,58.27]],["parent/28856",[7543,8.081]],["name/28857",[672,58.27]],["parent/28857",[7543,8.081]],["name/28858",[89,57.511]],["parent/28858",[7482,6.865]],["name/28859",[173,20.78]],["parent/28859",[7544,10.024]],["name/28860",[408,29.731]],["parent/28860",[7545,8.727]],["name/28861",[675,58.27]],["parent/28861",[7545,8.727]],["name/28862",[676,58.27]],["parent/28862",[7545,8.727]],["name/28863",[677,58.27]],["parent/28863",[7545,8.727]],["name/28864",[678,58.27]],["parent/28864",[7545,8.727]],["name/28865",[90,57.883]],["parent/28865",[7482,6.865]],["name/28866",[173,20.78]],["parent/28866",[7546,10.024]],["name/28867",[562,45.295]],["parent/28867",[7547,9.178]],["name/28868",[532,51.363]],["parent/28868",[7547,9.178]],["name/28869",[681,58.27]],["parent/28869",[7547,9.178]],["name/28870",[91,58.075]],["parent/28870",[7482,6.865]],["name/28871",[173,20.78]],["parent/28871",[7548,10.024]],["name/28872",[408,29.731]],["parent/28872",[7549,8.927]],["name/28873",[684,51.363]],["parent/28873",[7549,8.927]],["name/28874",[172,58.075]],["parent/28874",[7549,8.927]],["name/28875",[592,51.363]],["parent/28875",[7549,8.927]],["name/28876",[95,58.075]],["parent/28876",[7482,6.865]],["name/28877",[173,20.78]],["parent/28877",[7550,10.024]],["name/28878",[686,54.532]],["parent/28878",[7551,8.292]],["name/28879",[582,51.363]],["parent/28879",[7551,8.292]],["name/28880",[688,58.27]],["parent/28880",[7551,8.292]],["name/28881",[511,47.317]],["parent/28881",[7551,8.292]],["name/28882",[591,49.811]],["parent/28882",[7551,8.292]],["name/28883",[352,50.243]],["parent/28883",[7551,8.292]],["name/28884",[684,51.363]],["parent/28884",[7551,8.292]],["name/28885",[689,58.27]],["parent/28885",[7551,8.292]],["name/28886",[97,55.911]],["parent/28886",[7482,6.865]],["name/28887",[173,20.78]],["parent/28887",[7552,10.024]],["name/28888",[417,58.075]],["parent/28888",[7553,8.927]],["name/28889",[419,58.075]],["parent/28889",[7553,8.927]],["name/28890",[420,58.075]],["parent/28890",[7553,8.927]],["name/28891",[421,44.394]],["parent/28891",[7553,8.927]],["name/28892",[6468,69.061]],["parent/28892",[459,9.514]],["name/28893",[73,51.562]],["parent/28893",[7554,6.865]],["name/28894",[173,20.78]],["parent/28894",[7555,10.024]],["name/28895",[504,58.27]],["parent/28895",[7556,8.927]],["name/28896",[506,58.27]],["parent/28896",[7556,8.927]],["name/28897",[155,37.858]],["parent/28897",[7556,8.927]],["name/28898",[507,58.27]],["parent/28898",[7556,8.927]],["name/28899",[92,51.167]],["parent/28899",[7554,6.865]],["name/28900",[173,20.78]],["parent/28900",[7557,10.024]],["name/28901",[509,58.27]],["parent/28901",[7558,8.727]],["name/28902",[511,47.317]],["parent/28902",[7558,8.727]],["name/28903",[512,51.363]],["parent/28903",[7558,8.727]],["name/28904",[344,48.357]],["parent/28904",[7558,8.727]],["name/28905",[513,51.363]],["parent/28905",[7558,8.727]],["name/28906",[65,47.186]],["parent/28906",[7554,6.865]],["name/28907",[173,20.78]],["parent/28907",[7559,10.024]],["name/28908",[408,29.731]],["parent/28908",[7560,7.413]],["name/28909",[493,49.276]],["parent/28909",[7560,7.413]],["name/28910",[516,51.363]],["parent/28910",[7560,7.413]],["name/28911",[517,58.27]],["parent/28911",[7560,7.413]],["name/28912",[518,58.27]],["parent/28912",[7560,7.413]],["name/28913",[421,44.394]],["parent/28913",[7560,7.413]],["name/28914",[519,58.27]],["parent/28914",[7560,7.413]],["name/28915",[520,58.27]],["parent/28915",[7560,7.413]],["name/28916",[521,51.363]],["parent/28916",[7560,7.413]],["name/28917",[344,48.357]],["parent/28917",[7560,7.413]],["name/28918",[155,37.858]],["parent/28918",[7560,7.413]],["name/28919",[522,58.27]],["parent/28919",[7560,7.413]],["name/28920",[523,58.27]],["parent/28920",[7560,7.413]],["name/28921",[524,58.27]],["parent/28921",[7560,7.413]],["name/28922",[525,58.27]],["parent/28922",[7560,7.413]],["name/28923",[526,47.618]],["parent/28923",[7560,7.413]],["name/28924",[527,58.27]],["parent/28924",[7560,7.413]],["name/28925",[513,51.363]],["parent/28925",[7560,7.413]],["name/28926",[528,58.27]],["parent/28926",[7560,7.413]],["name/28927",[92,51.167]],["parent/28927",[7560,7.413]],["name/28928",[67,57.883]],["parent/28928",[7554,6.865]],["name/28929",[173,20.78]],["parent/28929",[7561,10.024]],["name/28930",[530,58.27]],["parent/28930",[7562,8.927]],["name/28931",[532,51.363]],["parent/28931",[7562,8.927]],["name/28932",[533,58.27]],["parent/28932",[7562,8.927]],["name/28933",[534,51.363]],["parent/28933",[7562,8.927]],["name/28934",[68,51.167]],["parent/28934",[7554,6.865]],["name/28935",[173,20.78]],["parent/28935",[7563,10.024]],["name/28936",[410,39.926]],["parent/28936",[7564,9.178]],["name/28937",[411,58.075]],["parent/28937",[7564,9.178]],["name/28938",[537,58.27]],["parent/28938",[7564,9.178]],["name/28939",[69,57.883]],["parent/28939",[7554,6.865]],["name/28940",[173,20.78]],["parent/28940",[7565,10.024]],["name/28941",[408,29.731]],["parent/28941",[7566,8.292]],["name/28942",[540,45.268]],["parent/28942",[7566,8.292]],["name/28943",[155,37.858]],["parent/28943",[7566,8.292]],["name/28944",[541,58.27]],["parent/28944",[7566,8.292]],["name/28945",[542,58.27]],["parent/28945",[7566,8.292]],["name/28946",[543,58.27]],["parent/28946",[7566,8.292]],["name/28947",[342,56.068]],["parent/28947",[7566,8.292]],["name/28948",[544,45.905]],["parent/28948",[7566,8.292]],["name/28949",[70,51.167]],["parent/28949",[7554,6.865]],["name/28950",[173,20.78]],["parent/28950",[7567,10.024]],["name/28951",[155,37.858]],["parent/28951",[7568,7.83]],["name/28952",[547,44.444]],["parent/28952",[7568,7.83]],["name/28953",[544,45.905]],["parent/28953",[7568,7.83]],["name/28954",[540,45.268]],["parent/28954",[7568,7.83]],["name/28955",[548,58.27]],["parent/28955",[7568,7.83]],["name/28956",[549,58.27]],["parent/28956",[7568,7.83]],["name/28957",[550,58.27]],["parent/28957",[7568,7.83]],["name/28958",[551,58.27]],["parent/28958",[7568,7.83]],["name/28959",[552,58.27]],["parent/28959",[7568,7.83]],["name/28960",[553,58.27]],["parent/28960",[7568,7.83]],["name/28961",[554,56.227]],["parent/28961",[7568,7.83]],["name/28962",[555,56.227]],["parent/28962",[7568,7.83]],["name/28963",[485,61.773]],["parent/28963",[7568,7.83]],["name/28964",[82,57.511]],["parent/28964",[7554,6.865]],["name/28965",[173,20.78]],["parent/28965",[7569,10.024]],["name/28966",[408,29.731]],["parent/28966",[7570,8.927]],["name/28967",[493,49.276]],["parent/28967",[7570,8.927]],["name/28968",[155,37.858]],["parent/28968",[7570,8.927]],["name/28969",[516,51.363]],["parent/28969",[7570,8.927]],["name/28970",[77,51.167]],["parent/28970",[7554,6.865]],["name/28971",[173,20.78]],["parent/28971",[7571,10.024]],["name/28972",[559,58.27]],["parent/28972",[7572,9.178]],["name/28973",[561,58.27]],["parent/28973",[7572,9.178]],["name/28974",[562,45.295]],["parent/28974",[7572,9.178]],["name/28975",[96,55.911]],["parent/28975",[7554,6.865]],["name/28976",[173,20.78]],["parent/28976",[7573,10.024]],["name/28977",[410,39.926]],["parent/28977",[7574,9.178]],["name/28978",[155,37.858]],["parent/28978",[7574,9.178]],["name/28979",[77,51.167]],["parent/28979",[7574,9.178]],["name/28980",[85,57.978]],["parent/28980",[7554,6.865]],["name/28981",[173,20.78]],["parent/28981",[7575,10.024]],["name/28982",[547,44.444]],["parent/28982",[7576,9.514]],["name/28983",[567,51.363]],["parent/28983",[7576,9.514]],["name/28984",[84,48.96]],["parent/28984",[7554,6.865]],["name/28985",[173,20.78]],["parent/28985",[7577,10.024]],["name/28986",[408,29.731]],["parent/28986",[7578,8.417]],["name/28987",[570,51.363]],["parent/28987",[7578,8.417]],["name/28988",[571,58.27]],["parent/28988",[7578,8.417]],["name/28989",[572,56.227]],["parent/28989",[7578,8.417]],["name/28990",[567,51.363]],["parent/28990",[7578,8.417]],["name/28991",[573,58.27]],["parent/28991",[7578,8.417]],["name/28992",[574,58.27]],["parent/28992",[7578,8.417]],["name/28993",[345,56.721]],["parent/28993",[7554,6.865]],["name/28994",[173,20.78]],["parent/28994",[7579,10.024]],["name/28995",[576,62.202]],["parent/28995",[7580,8.927]],["name/28996",[578,62.202]],["parent/28996",[7580,8.927]],["name/28997",[410,39.926]],["parent/28997",[7580,8.927]],["name/28998",[562,45.295]],["parent/28998",[7580,8.927]],["name/28999",[94,51.023]],["parent/28999",[7554,6.865]],["name/29000",[173,20.78]],["parent/29000",[7581,10.024]],["name/29001",[408,29.731]],["parent/29001",[7582,7.017]],["name/29002",[581,49.316]],["parent/29002",[7582,7.017]],["name/29003",[155,37.858]],["parent/29003",[7582,7.017]],["name/29004",[65,47.186]],["parent/29004",[7582,7.017]],["name/29005",[582,51.363]],["parent/29005",[7582,7.017]],["name/29006",[583,58.27]],["parent/29006",[7582,7.017]],["name/29007",[145,57.978]],["parent/29007",[7582,7.017]],["name/29008",[584,58.27]],["parent/29008",[7582,7.017]],["name/29009",[421,44.394]],["parent/29009",[7582,7.017]],["name/29010",[526,47.618]],["parent/29010",[7582,7.017]],["name/29011",[585,58.27]],["parent/29011",[7582,7.017]],["name/29012",[586,58.27]],["parent/29012",[7582,7.017]],["name/29013",[587,58.27]],["parent/29013",[7582,7.017]],["name/29014",[588,58.27]],["parent/29014",[7582,7.017]],["name/29015",[589,58.27]],["parent/29015",[7582,7.017]],["name/29016",[590,58.27]],["parent/29016",[7582,7.017]],["name/29017",[511,47.317]],["parent/29017",[7582,7.017]],["name/29018",[591,49.811]],["parent/29018",[7582,7.017]],["name/29019",[352,50.243]],["parent/29019",[7582,7.017]],["name/29020",[592,51.363]],["parent/29020",[7582,7.017]],["name/29021",[593,56.227]],["parent/29021",[7582,7.017]],["name/29022",[594,56.227]],["parent/29022",[7582,7.017]],["name/29023",[70,51.167]],["parent/29023",[7582,7.017]],["name/29024",[84,48.96]],["parent/29024",[7582,7.017]],["name/29025",[68,51.167]],["parent/29025",[7582,7.017]],["name/29026",[512,51.363]],["parent/29026",[7582,7.017]],["name/29027",[595,58.27]],["parent/29027",[7582,7.017]],["name/29028",[597,58.27]],["parent/29028",[7582,7.017]],["name/29029",[485,61.773]],["parent/29029",[7582,7.017]],["name/29030",[173,20.78]],["parent/29030",[7582,7.017]],["name/29031",[71,49.643]],["parent/29031",[7583,8.181]],["name/29032",[173,20.78]],["parent/29032",[7583,8.181]],["name/29033",[6499,62.202]],["parent/29033",[7584,9.514]],["name/29034",[591,49.811]],["parent/29034",[7583,8.181]],["name/29035",[173,20.78]],["parent/29035",[7583,8.181]],["name/29036",[6499,62.202]],["parent/29036",[7584,9.514]],["name/29037",[6501,69.061]],["parent/29037",[7583,8.181]],["name/29038",[6502,69.061]],["parent/29038",[7583,8.181]],["name/29039",[596,62.202]],["parent/29039",[7583,8.181]],["name/29040",[6503,69.061]],["parent/29040",[7583,8.181]],["name/29041",[6504,69.061]],["parent/29041",[7583,8.181]],["name/29042",[71,49.643]],["parent/29042",[7554,6.865]],["name/29043",[173,20.78]],["parent/29043",[7585,10.024]],["name/29044",[599,58.27]],["parent/29044",[7586,9.514]],["name/29045",[601,58.27]],["parent/29045",[7586,9.514]],["name/29046",[72,57.883]],["parent/29046",[7554,6.865]],["name/29047",[173,20.78]],["parent/29047",[7587,10.024]],["name/29048",[408,29.731]],["parent/29048",[7588,8.927]],["name/29049",[562,45.295]],["parent/29049",[7588,8.927]],["name/29050",[604,58.27]],["parent/29050",[7588,8.927]],["name/29051",[605,58.27]],["parent/29051",[7588,8.927]],["name/29052",[74,58.075]],["parent/29052",[7554,6.865]],["name/29053",[173,20.78]],["parent/29053",[7589,10.024]],["name/29054",[408,29.731]],["parent/29054",[7590,8.927]],["name/29055",[410,39.926]],["parent/29055",[7590,8.927]],["name/29056",[521,51.363]],["parent/29056",[7590,8.927]],["name/29057",[608,58.27]],["parent/29057",[7590,8.927]],["name/29058",[75,57.883]],["parent/29058",[7554,6.865]],["name/29059",[173,20.78]],["parent/29059",[7591,10.024]],["name/29060",[410,39.926]],["parent/29060",[7592,9.178]],["name/29061",[611,58.27]],["parent/29061",[7592,9.178]],["name/29062",[612,58.27]],["parent/29062",[7592,9.178]],["name/29063",[76,57.883]],["parent/29063",[7554,6.865]],["name/29064",[173,20.78]],["parent/29064",[7593,10.024]],["name/29065",[408,29.731]],["parent/29065",[7594,8.56]],["name/29066",[615,58.27]],["parent/29066",[7594,8.56]],["name/29067",[71,49.643]],["parent/29067",[7594,8.56]],["name/29068",[570,51.363]],["parent/29068",[7594,8.56]],["name/29069",[616,58.27]],["parent/29069",[7594,8.56]],["name/29070",[617,58.27]],["parent/29070",[7594,8.56]],["name/29071",[78,58.075]],["parent/29071",[7554,6.865]],["name/29072",[173,20.78]],["parent/29072",[7595,10.024]],["name/29073",[619,58.27]],["parent/29073",[7596,8.727]],["name/29074",[621,58.27]],["parent/29074",[7596,8.727]],["name/29075",[622,47.317]],["parent/29075",[7596,8.727]],["name/29076",[623,58.27]],["parent/29076",[7596,8.727]],["name/29077",[624,58.27]],["parent/29077",[7596,8.727]],["name/29078",[98,51.167]],["parent/29078",[7554,6.865]],["name/29079",[173,20.78]],["parent/29079",[7597,10.024]],["name/29080",[626,58.27]],["parent/29080",[7598,10.024]],["name/29081",[93,50.025]],["parent/29081",[7554,6.865]],["name/29082",[173,20.78]],["parent/29082",[7599,10.024]],["name/29083",[629,58.27]],["parent/29083",[7600,9.178]],["name/29084",[631,58.27]],["parent/29084",[7600,9.178]],["name/29085",[632,58.27]],["parent/29085",[7600,9.178]],["name/29086",[79,57.883]],["parent/29086",[7554,6.865]],["name/29087",[173,20.78]],["parent/29087",[7601,10.024]],["name/29088",[581,49.316]],["parent/29088",[7602,7.907]],["name/29089",[547,44.444]],["parent/29089",[7602,7.907]],["name/29090",[544,45.905]],["parent/29090",[7602,7.907]],["name/29091",[635,58.27]],["parent/29091",[7602,7.907]],["name/29092",[636,46.586]],["parent/29092",[7602,7.907]],["name/29093",[637,58.27]],["parent/29093",[7602,7.907]],["name/29094",[98,51.167]],["parent/29094",[7602,7.907]],["name/29095",[93,50.025]],["parent/29095",[7602,7.907]],["name/29096",[638,58.27]],["parent/29096",[7602,7.907]],["name/29097",[639,58.27]],["parent/29097",[7602,7.907]],["name/29098",[640,58.27]],["parent/29098",[7602,7.907]],["name/29099",[534,51.363]],["parent/29099",[7602,7.907]],["name/29100",[80,55.757]],["parent/29100",[7554,6.865]],["name/29101",[173,20.78]],["parent/29101",[7603,10.024]],["name/29102",[408,29.731]],["parent/29102",[7604,9.514]],["name/29103",[547,44.444]],["parent/29103",[7604,9.514]],["name/29104",[81,57.883]],["parent/29104",[7554,6.865]],["name/29105",[173,20.78]],["parent/29105",[7605,10.024]],["name/29106",[644,58.27]],["parent/29106",[7606,8.927]],["name/29107",[173,20.78]],["parent/29107",[7606,8.927]],["name/29108",[646,51.363]],["parent/29108",[7607,8.56]],["name/29109",[636,46.586]],["parent/29109",[7607,8.56]],["name/29110",[622,47.317]],["parent/29110",[7607,8.56]],["name/29111",[648,58.27]],["parent/29111",[7606,8.927]],["name/29112",[173,20.78]],["parent/29112",[7606,8.927]],["name/29113",[646,51.363]],["parent/29113",[7607,8.56]],["name/29114",[636,46.586]],["parent/29114",[7607,8.56]],["name/29115",[622,47.317]],["parent/29115",[7607,8.56]],["name/29116",[83,55.604]],["parent/29116",[7554,6.865]],["name/29117",[173,20.78]],["parent/29117",[7608,10.024]],["name/29118",[65,47.186]],["parent/29118",[7609,8.56]],["name/29119",[421,44.394]],["parent/29119",[7609,8.56]],["name/29120",[408,29.731]],["parent/29120",[7609,8.56]],["name/29121",[94,51.023]],["parent/29121",[7609,8.56]],["name/29122",[73,51.562]],["parent/29122",[7609,8.56]],["name/29123",[540,45.268]],["parent/29123",[7609,8.56]],["name/29124",[651,56.147]],["parent/29124",[7554,6.865]],["name/29125",[86,57.883]],["parent/29125",[7554,6.865]],["name/29126",[173,20.78]],["parent/29126",[7610,10.024]],["name/29127",[653,58.27]],["parent/29127",[7611,8.727]],["name/29128",[655,58.27]],["parent/29128",[7611,8.727]],["name/29129",[656,58.27]],["parent/29129",[7611,8.727]],["name/29130",[657,58.27]],["parent/29130",[7611,8.727]],["name/29131",[658,58.27]],["parent/29131",[7611,8.727]],["name/29132",[87,58.075]],["parent/29132",[7554,6.865]],["name/29133",[173,20.78]],["parent/29133",[7612,10.024]],["name/29134",[408,29.731]],["parent/29134",[7613,8.927]],["name/29135",[661,58.27]],["parent/29135",[7613,8.927]],["name/29136",[662,58.27]],["parent/29136",[7613,8.927]],["name/29137",[663,58.27]],["parent/29137",[7613,8.927]],["name/29138",[88,57.883]],["parent/29138",[7554,6.865]],["name/29139",[173,20.78]],["parent/29139",[7614,10.024]],["name/29140",[408,29.731]],["parent/29140",[7615,8.081]],["name/29141",[340,56.068]],["parent/29141",[7615,8.081]],["name/29142",[666,58.27]],["parent/29142",[7615,8.081]],["name/29143",[334,56.147]],["parent/29143",[7615,8.081]],["name/29144",[667,58.27]],["parent/29144",[7615,8.081]],["name/29145",[668,58.27]],["parent/29145",[7615,8.081]],["name/29146",[669,58.27]],["parent/29146",[7615,8.081]],["name/29147",[670,58.27]],["parent/29147",[7615,8.081]],["name/29148",[671,58.27]],["parent/29148",[7615,8.081]],["name/29149",[672,58.27]],["parent/29149",[7615,8.081]],["name/29150",[89,57.511]],["parent/29150",[7554,6.865]],["name/29151",[173,20.78]],["parent/29151",[7616,10.024]],["name/29152",[408,29.731]],["parent/29152",[7617,8.727]],["name/29153",[675,58.27]],["parent/29153",[7617,8.727]],["name/29154",[676,58.27]],["parent/29154",[7617,8.727]],["name/29155",[677,58.27]],["parent/29155",[7617,8.727]],["name/29156",[678,58.27]],["parent/29156",[7617,8.727]],["name/29157",[90,57.883]],["parent/29157",[7554,6.865]],["name/29158",[173,20.78]],["parent/29158",[7618,10.024]],["name/29159",[562,45.295]],["parent/29159",[7619,9.178]],["name/29160",[532,51.363]],["parent/29160",[7619,9.178]],["name/29161",[681,58.27]],["parent/29161",[7619,9.178]],["name/29162",[91,58.075]],["parent/29162",[7554,6.865]],["name/29163",[173,20.78]],["parent/29163",[7620,10.024]],["name/29164",[408,29.731]],["parent/29164",[7621,8.927]],["name/29165",[684,51.363]],["parent/29165",[7621,8.927]],["name/29166",[172,58.075]],["parent/29166",[7621,8.927]],["name/29167",[592,51.363]],["parent/29167",[7621,8.927]],["name/29168",[95,58.075]],["parent/29168",[7554,6.865]],["name/29169",[173,20.78]],["parent/29169",[7622,10.024]],["name/29170",[686,54.532]],["parent/29170",[7623,8.292]],["name/29171",[582,51.363]],["parent/29171",[7623,8.292]],["name/29172",[688,58.27]],["parent/29172",[7623,8.292]],["name/29173",[511,47.317]],["parent/29173",[7623,8.292]],["name/29174",[591,49.811]],["parent/29174",[7623,8.292]],["name/29175",[352,50.243]],["parent/29175",[7623,8.292]],["name/29176",[684,51.363]],["parent/29176",[7623,8.292]],["name/29177",[689,58.27]],["parent/29177",[7623,8.292]],["name/29178",[97,55.911]],["parent/29178",[7554,6.865]],["name/29179",[173,20.78]],["parent/29179",[7624,10.024]],["name/29180",[417,58.075]],["parent/29180",[7625,8.927]],["name/29181",[419,58.075]],["parent/29181",[7625,8.927]],["name/29182",[420,58.075]],["parent/29182",[7625,8.927]],["name/29183",[421,44.394]],["parent/29183",[7625,8.927]],["name/29184",[6468,69.061]],["parent/29184",[460,9.514]],["name/29185",[73,51.562]],["parent/29185",[7626,6.865]],["name/29186",[173,20.78]],["parent/29186",[7627,10.024]],["name/29187",[504,58.27]],["parent/29187",[7628,8.927]],["name/29188",[506,58.27]],["parent/29188",[7628,8.927]],["name/29189",[155,37.858]],["parent/29189",[7628,8.927]],["name/29190",[507,58.27]],["parent/29190",[7628,8.927]],["name/29191",[92,51.167]],["parent/29191",[7626,6.865]],["name/29192",[173,20.78]],["parent/29192",[7629,10.024]],["name/29193",[509,58.27]],["parent/29193",[7630,8.727]],["name/29194",[511,47.317]],["parent/29194",[7630,8.727]],["name/29195",[512,51.363]],["parent/29195",[7630,8.727]],["name/29196",[344,48.357]],["parent/29196",[7630,8.727]],["name/29197",[513,51.363]],["parent/29197",[7630,8.727]],["name/29198",[65,47.186]],["parent/29198",[7626,6.865]],["name/29199",[173,20.78]],["parent/29199",[7631,10.024]],["name/29200",[408,29.731]],["parent/29200",[7632,7.413]],["name/29201",[493,49.276]],["parent/29201",[7632,7.413]],["name/29202",[516,51.363]],["parent/29202",[7632,7.413]],["name/29203",[517,58.27]],["parent/29203",[7632,7.413]],["name/29204",[518,58.27]],["parent/29204",[7632,7.413]],["name/29205",[421,44.394]],["parent/29205",[7632,7.413]],["name/29206",[519,58.27]],["parent/29206",[7632,7.413]],["name/29207",[520,58.27]],["parent/29207",[7632,7.413]],["name/29208",[521,51.363]],["parent/29208",[7632,7.413]],["name/29209",[344,48.357]],["parent/29209",[7632,7.413]],["name/29210",[155,37.858]],["parent/29210",[7632,7.413]],["name/29211",[522,58.27]],["parent/29211",[7632,7.413]],["name/29212",[523,58.27]],["parent/29212",[7632,7.413]],["name/29213",[524,58.27]],["parent/29213",[7632,7.413]],["name/29214",[525,58.27]],["parent/29214",[7632,7.413]],["name/29215",[526,47.618]],["parent/29215",[7632,7.413]],["name/29216",[527,58.27]],["parent/29216",[7632,7.413]],["name/29217",[513,51.363]],["parent/29217",[7632,7.413]],["name/29218",[528,58.27]],["parent/29218",[7632,7.413]],["name/29219",[92,51.167]],["parent/29219",[7632,7.413]],["name/29220",[67,57.883]],["parent/29220",[7626,6.865]],["name/29221",[173,20.78]],["parent/29221",[7633,10.024]],["name/29222",[530,58.27]],["parent/29222",[7634,8.927]],["name/29223",[532,51.363]],["parent/29223",[7634,8.927]],["name/29224",[533,58.27]],["parent/29224",[7634,8.927]],["name/29225",[534,51.363]],["parent/29225",[7634,8.927]],["name/29226",[68,51.167]],["parent/29226",[7626,6.865]],["name/29227",[173,20.78]],["parent/29227",[7635,10.024]],["name/29228",[410,39.926]],["parent/29228",[7636,9.178]],["name/29229",[411,58.075]],["parent/29229",[7636,9.178]],["name/29230",[537,58.27]],["parent/29230",[7636,9.178]],["name/29231",[69,57.883]],["parent/29231",[7626,6.865]],["name/29232",[173,20.78]],["parent/29232",[7637,10.024]],["name/29233",[408,29.731]],["parent/29233",[7638,8.292]],["name/29234",[540,45.268]],["parent/29234",[7638,8.292]],["name/29235",[155,37.858]],["parent/29235",[7638,8.292]],["name/29236",[541,58.27]],["parent/29236",[7638,8.292]],["name/29237",[542,58.27]],["parent/29237",[7638,8.292]],["name/29238",[543,58.27]],["parent/29238",[7638,8.292]],["name/29239",[342,56.068]],["parent/29239",[7638,8.292]],["name/29240",[544,45.905]],["parent/29240",[7638,8.292]],["name/29241",[70,51.167]],["parent/29241",[7626,6.865]],["name/29242",[173,20.78]],["parent/29242",[7639,10.024]],["name/29243",[155,37.858]],["parent/29243",[7640,7.83]],["name/29244",[547,44.444]],["parent/29244",[7640,7.83]],["name/29245",[544,45.905]],["parent/29245",[7640,7.83]],["name/29246",[540,45.268]],["parent/29246",[7640,7.83]],["name/29247",[548,58.27]],["parent/29247",[7640,7.83]],["name/29248",[549,58.27]],["parent/29248",[7640,7.83]],["name/29249",[550,58.27]],["parent/29249",[7640,7.83]],["name/29250",[551,58.27]],["parent/29250",[7640,7.83]],["name/29251",[552,58.27]],["parent/29251",[7640,7.83]],["name/29252",[553,58.27]],["parent/29252",[7640,7.83]],["name/29253",[554,56.227]],["parent/29253",[7640,7.83]],["name/29254",[555,56.227]],["parent/29254",[7640,7.83]],["name/29255",[485,61.773]],["parent/29255",[7640,7.83]],["name/29256",[82,57.511]],["parent/29256",[7626,6.865]],["name/29257",[173,20.78]],["parent/29257",[7641,10.024]],["name/29258",[408,29.731]],["parent/29258",[7642,8.927]],["name/29259",[493,49.276]],["parent/29259",[7642,8.927]],["name/29260",[155,37.858]],["parent/29260",[7642,8.927]],["name/29261",[516,51.363]],["parent/29261",[7642,8.927]],["name/29262",[77,51.167]],["parent/29262",[7626,6.865]],["name/29263",[173,20.78]],["parent/29263",[7643,10.024]],["name/29264",[559,58.27]],["parent/29264",[7644,9.178]],["name/29265",[561,58.27]],["parent/29265",[7644,9.178]],["name/29266",[562,45.295]],["parent/29266",[7644,9.178]],["name/29267",[96,55.911]],["parent/29267",[7626,6.865]],["name/29268",[173,20.78]],["parent/29268",[7645,10.024]],["name/29269",[410,39.926]],["parent/29269",[7646,9.178]],["name/29270",[155,37.858]],["parent/29270",[7646,9.178]],["name/29271",[77,51.167]],["parent/29271",[7646,9.178]],["name/29272",[85,57.978]],["parent/29272",[7626,6.865]],["name/29273",[173,20.78]],["parent/29273",[7647,10.024]],["name/29274",[547,44.444]],["parent/29274",[7648,9.514]],["name/29275",[567,51.363]],["parent/29275",[7648,9.514]],["name/29276",[84,48.96]],["parent/29276",[7626,6.865]],["name/29277",[173,20.78]],["parent/29277",[7649,10.024]],["name/29278",[408,29.731]],["parent/29278",[7650,8.417]],["name/29279",[570,51.363]],["parent/29279",[7650,8.417]],["name/29280",[571,58.27]],["parent/29280",[7650,8.417]],["name/29281",[572,56.227]],["parent/29281",[7650,8.417]],["name/29282",[567,51.363]],["parent/29282",[7650,8.417]],["name/29283",[573,58.27]],["parent/29283",[7650,8.417]],["name/29284",[574,58.27]],["parent/29284",[7650,8.417]],["name/29285",[345,56.721]],["parent/29285",[7626,6.865]],["name/29286",[173,20.78]],["parent/29286",[7651,10.024]],["name/29287",[576,62.202]],["parent/29287",[7652,8.927]],["name/29288",[578,62.202]],["parent/29288",[7652,8.927]],["name/29289",[410,39.926]],["parent/29289",[7652,8.927]],["name/29290",[562,45.295]],["parent/29290",[7652,8.927]],["name/29291",[94,51.023]],["parent/29291",[7626,6.865]],["name/29292",[173,20.78]],["parent/29292",[7653,10.024]],["name/29293",[408,29.731]],["parent/29293",[7654,7.017]],["name/29294",[581,49.316]],["parent/29294",[7654,7.017]],["name/29295",[155,37.858]],["parent/29295",[7654,7.017]],["name/29296",[65,47.186]],["parent/29296",[7654,7.017]],["name/29297",[582,51.363]],["parent/29297",[7654,7.017]],["name/29298",[583,58.27]],["parent/29298",[7654,7.017]],["name/29299",[145,57.978]],["parent/29299",[7654,7.017]],["name/29300",[584,58.27]],["parent/29300",[7654,7.017]],["name/29301",[421,44.394]],["parent/29301",[7654,7.017]],["name/29302",[526,47.618]],["parent/29302",[7654,7.017]],["name/29303",[585,58.27]],["parent/29303",[7654,7.017]],["name/29304",[586,58.27]],["parent/29304",[7654,7.017]],["name/29305",[587,58.27]],["parent/29305",[7654,7.017]],["name/29306",[588,58.27]],["parent/29306",[7654,7.017]],["name/29307",[589,58.27]],["parent/29307",[7654,7.017]],["name/29308",[590,58.27]],["parent/29308",[7654,7.017]],["name/29309",[511,47.317]],["parent/29309",[7654,7.017]],["name/29310",[591,49.811]],["parent/29310",[7654,7.017]],["name/29311",[352,50.243]],["parent/29311",[7654,7.017]],["name/29312",[592,51.363]],["parent/29312",[7654,7.017]],["name/29313",[593,56.227]],["parent/29313",[7654,7.017]],["name/29314",[594,56.227]],["parent/29314",[7654,7.017]],["name/29315",[70,51.167]],["parent/29315",[7654,7.017]],["name/29316",[84,48.96]],["parent/29316",[7654,7.017]],["name/29317",[68,51.167]],["parent/29317",[7654,7.017]],["name/29318",[512,51.363]],["parent/29318",[7654,7.017]],["name/29319",[595,58.27]],["parent/29319",[7654,7.017]],["name/29320",[597,58.27]],["parent/29320",[7654,7.017]],["name/29321",[485,61.773]],["parent/29321",[7654,7.017]],["name/29322",[173,20.78]],["parent/29322",[7654,7.017]],["name/29323",[71,49.643]],["parent/29323",[7655,8.181]],["name/29324",[173,20.78]],["parent/29324",[7655,8.181]],["name/29325",[6499,62.202]],["parent/29325",[7656,9.514]],["name/29326",[591,49.811]],["parent/29326",[7655,8.181]],["name/29327",[173,20.78]],["parent/29327",[7655,8.181]],["name/29328",[6499,62.202]],["parent/29328",[7656,9.514]],["name/29329",[6501,69.061]],["parent/29329",[7655,8.181]],["name/29330",[6502,69.061]],["parent/29330",[7655,8.181]],["name/29331",[596,62.202]],["parent/29331",[7655,8.181]],["name/29332",[6503,69.061]],["parent/29332",[7655,8.181]],["name/29333",[6504,69.061]],["parent/29333",[7655,8.181]],["name/29334",[71,49.643]],["parent/29334",[7626,6.865]],["name/29335",[173,20.78]],["parent/29335",[7657,10.024]],["name/29336",[599,58.27]],["parent/29336",[7658,9.514]],["name/29337",[601,58.27]],["parent/29337",[7658,9.514]],["name/29338",[72,57.883]],["parent/29338",[7626,6.865]],["name/29339",[173,20.78]],["parent/29339",[7659,10.024]],["name/29340",[408,29.731]],["parent/29340",[7660,8.927]],["name/29341",[562,45.295]],["parent/29341",[7660,8.927]],["name/29342",[604,58.27]],["parent/29342",[7660,8.927]],["name/29343",[605,58.27]],["parent/29343",[7660,8.927]],["name/29344",[74,58.075]],["parent/29344",[7626,6.865]],["name/29345",[173,20.78]],["parent/29345",[7661,10.024]],["name/29346",[408,29.731]],["parent/29346",[7662,8.927]],["name/29347",[410,39.926]],["parent/29347",[7662,8.927]],["name/29348",[521,51.363]],["parent/29348",[7662,8.927]],["name/29349",[608,58.27]],["parent/29349",[7662,8.927]],["name/29350",[75,57.883]],["parent/29350",[7626,6.865]],["name/29351",[173,20.78]],["parent/29351",[7663,10.024]],["name/29352",[410,39.926]],["parent/29352",[7664,9.178]],["name/29353",[611,58.27]],["parent/29353",[7664,9.178]],["name/29354",[612,58.27]],["parent/29354",[7664,9.178]],["name/29355",[76,57.883]],["parent/29355",[7626,6.865]],["name/29356",[173,20.78]],["parent/29356",[7665,10.024]],["name/29357",[408,29.731]],["parent/29357",[7666,8.56]],["name/29358",[615,58.27]],["parent/29358",[7666,8.56]],["name/29359",[71,49.643]],["parent/29359",[7666,8.56]],["name/29360",[570,51.363]],["parent/29360",[7666,8.56]],["name/29361",[616,58.27]],["parent/29361",[7666,8.56]],["name/29362",[617,58.27]],["parent/29362",[7666,8.56]],["name/29363",[78,58.075]],["parent/29363",[7626,6.865]],["name/29364",[173,20.78]],["parent/29364",[7667,10.024]],["name/29365",[619,58.27]],["parent/29365",[7668,8.727]],["name/29366",[621,58.27]],["parent/29366",[7668,8.727]],["name/29367",[622,47.317]],["parent/29367",[7668,8.727]],["name/29368",[623,58.27]],["parent/29368",[7668,8.727]],["name/29369",[624,58.27]],["parent/29369",[7668,8.727]],["name/29370",[98,51.167]],["parent/29370",[7626,6.865]],["name/29371",[173,20.78]],["parent/29371",[7669,10.024]],["name/29372",[626,58.27]],["parent/29372",[7670,10.024]],["name/29373",[93,50.025]],["parent/29373",[7626,6.865]],["name/29374",[173,20.78]],["parent/29374",[7671,10.024]],["name/29375",[629,58.27]],["parent/29375",[7672,9.178]],["name/29376",[631,58.27]],["parent/29376",[7672,9.178]],["name/29377",[632,58.27]],["parent/29377",[7672,9.178]],["name/29378",[79,57.883]],["parent/29378",[7626,6.865]],["name/29379",[173,20.78]],["parent/29379",[7673,10.024]],["name/29380",[581,49.316]],["parent/29380",[7674,7.907]],["name/29381",[547,44.444]],["parent/29381",[7674,7.907]],["name/29382",[544,45.905]],["parent/29382",[7674,7.907]],["name/29383",[635,58.27]],["parent/29383",[7674,7.907]],["name/29384",[636,46.586]],["parent/29384",[7674,7.907]],["name/29385",[637,58.27]],["parent/29385",[7674,7.907]],["name/29386",[98,51.167]],["parent/29386",[7674,7.907]],["name/29387",[93,50.025]],["parent/29387",[7674,7.907]],["name/29388",[638,58.27]],["parent/29388",[7674,7.907]],["name/29389",[639,58.27]],["parent/29389",[7674,7.907]],["name/29390",[640,58.27]],["parent/29390",[7674,7.907]],["name/29391",[534,51.363]],["parent/29391",[7674,7.907]],["name/29392",[80,55.757]],["parent/29392",[7626,6.865]],["name/29393",[173,20.78]],["parent/29393",[7675,10.024]],["name/29394",[408,29.731]],["parent/29394",[7676,9.514]],["name/29395",[547,44.444]],["parent/29395",[7676,9.514]],["name/29396",[81,57.883]],["parent/29396",[7626,6.865]],["name/29397",[173,20.78]],["parent/29397",[7677,10.024]],["name/29398",[644,58.27]],["parent/29398",[7678,8.927]],["name/29399",[173,20.78]],["parent/29399",[7678,8.927]],["name/29400",[646,51.363]],["parent/29400",[7679,8.56]],["name/29401",[636,46.586]],["parent/29401",[7679,8.56]],["name/29402",[622,47.317]],["parent/29402",[7679,8.56]],["name/29403",[648,58.27]],["parent/29403",[7678,8.927]],["name/29404",[173,20.78]],["parent/29404",[7678,8.927]],["name/29405",[646,51.363]],["parent/29405",[7679,8.56]],["name/29406",[636,46.586]],["parent/29406",[7679,8.56]],["name/29407",[622,47.317]],["parent/29407",[7679,8.56]],["name/29408",[83,55.604]],["parent/29408",[7626,6.865]],["name/29409",[173,20.78]],["parent/29409",[7680,10.024]],["name/29410",[65,47.186]],["parent/29410",[7681,8.56]],["name/29411",[421,44.394]],["parent/29411",[7681,8.56]],["name/29412",[408,29.731]],["parent/29412",[7681,8.56]],["name/29413",[94,51.023]],["parent/29413",[7681,8.56]],["name/29414",[73,51.562]],["parent/29414",[7681,8.56]],["name/29415",[540,45.268]],["parent/29415",[7681,8.56]],["name/29416",[651,56.147]],["parent/29416",[7626,6.865]],["name/29417",[86,57.883]],["parent/29417",[7626,6.865]],["name/29418",[173,20.78]],["parent/29418",[7682,10.024]],["name/29419",[653,58.27]],["parent/29419",[7683,8.727]],["name/29420",[655,58.27]],["parent/29420",[7683,8.727]],["name/29421",[656,58.27]],["parent/29421",[7683,8.727]],["name/29422",[657,58.27]],["parent/29422",[7683,8.727]],["name/29423",[658,58.27]],["parent/29423",[7683,8.727]],["name/29424",[87,58.075]],["parent/29424",[7626,6.865]],["name/29425",[173,20.78]],["parent/29425",[7684,10.024]],["name/29426",[408,29.731]],["parent/29426",[7685,8.927]],["name/29427",[661,58.27]],["parent/29427",[7685,8.927]],["name/29428",[662,58.27]],["parent/29428",[7685,8.927]],["name/29429",[663,58.27]],["parent/29429",[7685,8.927]],["name/29430",[88,57.883]],["parent/29430",[7626,6.865]],["name/29431",[173,20.78]],["parent/29431",[7686,10.024]],["name/29432",[408,29.731]],["parent/29432",[7687,8.081]],["name/29433",[340,56.068]],["parent/29433",[7687,8.081]],["name/29434",[666,58.27]],["parent/29434",[7687,8.081]],["name/29435",[334,56.147]],["parent/29435",[7687,8.081]],["name/29436",[667,58.27]],["parent/29436",[7687,8.081]],["name/29437",[668,58.27]],["parent/29437",[7687,8.081]],["name/29438",[669,58.27]],["parent/29438",[7687,8.081]],["name/29439",[670,58.27]],["parent/29439",[7687,8.081]],["name/29440",[671,58.27]],["parent/29440",[7687,8.081]],["name/29441",[672,58.27]],["parent/29441",[7687,8.081]],["name/29442",[89,57.511]],["parent/29442",[7626,6.865]],["name/29443",[173,20.78]],["parent/29443",[7688,10.024]],["name/29444",[408,29.731]],["parent/29444",[7689,8.727]],["name/29445",[675,58.27]],["parent/29445",[7689,8.727]],["name/29446",[676,58.27]],["parent/29446",[7689,8.727]],["name/29447",[677,58.27]],["parent/29447",[7689,8.727]],["name/29448",[678,58.27]],["parent/29448",[7689,8.727]],["name/29449",[90,57.883]],["parent/29449",[7626,6.865]],["name/29450",[173,20.78]],["parent/29450",[7690,10.024]],["name/29451",[562,45.295]],["parent/29451",[7691,9.178]],["name/29452",[532,51.363]],["parent/29452",[7691,9.178]],["name/29453",[681,58.27]],["parent/29453",[7691,9.178]],["name/29454",[91,58.075]],["parent/29454",[7626,6.865]],["name/29455",[173,20.78]],["parent/29455",[7692,10.024]],["name/29456",[408,29.731]],["parent/29456",[7693,8.927]],["name/29457",[684,51.363]],["parent/29457",[7693,8.927]],["name/29458",[172,58.075]],["parent/29458",[7693,8.927]],["name/29459",[592,51.363]],["parent/29459",[7693,8.927]],["name/29460",[95,58.075]],["parent/29460",[7626,6.865]],["name/29461",[173,20.78]],["parent/29461",[7694,10.024]],["name/29462",[686,54.532]],["parent/29462",[7695,8.292]],["name/29463",[582,51.363]],["parent/29463",[7695,8.292]],["name/29464",[688,58.27]],["parent/29464",[7695,8.292]],["name/29465",[511,47.317]],["parent/29465",[7695,8.292]],["name/29466",[591,49.811]],["parent/29466",[7695,8.292]],["name/29467",[352,50.243]],["parent/29467",[7695,8.292]],["name/29468",[684,51.363]],["parent/29468",[7695,8.292]],["name/29469",[689,58.27]],["parent/29469",[7695,8.292]],["name/29470",[97,55.911]],["parent/29470",[7626,6.865]],["name/29471",[173,20.78]],["parent/29471",[7696,10.024]],["name/29472",[417,58.075]],["parent/29472",[7697,8.927]],["name/29473",[419,58.075]],["parent/29473",[7697,8.927]],["name/29474",[420,58.075]],["parent/29474",[7697,8.927]],["name/29475",[421,44.394]],["parent/29475",[7697,8.927]],["name/29476",[6468,69.061]],["parent/29476",[461,9.514]],["name/29477",[73,51.562]],["parent/29477",[7698,6.865]],["name/29478",[173,20.78]],["parent/29478",[7699,10.024]],["name/29479",[504,58.27]],["parent/29479",[7700,8.927]],["name/29480",[506,58.27]],["parent/29480",[7700,8.927]],["name/29481",[155,37.858]],["parent/29481",[7700,8.927]],["name/29482",[507,58.27]],["parent/29482",[7700,8.927]],["name/29483",[92,51.167]],["parent/29483",[7698,6.865]],["name/29484",[173,20.78]],["parent/29484",[7701,10.024]],["name/29485",[509,58.27]],["parent/29485",[7702,8.727]],["name/29486",[511,47.317]],["parent/29486",[7702,8.727]],["name/29487",[512,51.363]],["parent/29487",[7702,8.727]],["name/29488",[344,48.357]],["parent/29488",[7702,8.727]],["name/29489",[513,51.363]],["parent/29489",[7702,8.727]],["name/29490",[65,47.186]],["parent/29490",[7698,6.865]],["name/29491",[173,20.78]],["parent/29491",[7703,10.024]],["name/29492",[408,29.731]],["parent/29492",[7704,7.413]],["name/29493",[493,49.276]],["parent/29493",[7704,7.413]],["name/29494",[516,51.363]],["parent/29494",[7704,7.413]],["name/29495",[517,58.27]],["parent/29495",[7704,7.413]],["name/29496",[518,58.27]],["parent/29496",[7704,7.413]],["name/29497",[421,44.394]],["parent/29497",[7704,7.413]],["name/29498",[519,58.27]],["parent/29498",[7704,7.413]],["name/29499",[520,58.27]],["parent/29499",[7704,7.413]],["name/29500",[521,51.363]],["parent/29500",[7704,7.413]],["name/29501",[344,48.357]],["parent/29501",[7704,7.413]],["name/29502",[155,37.858]],["parent/29502",[7704,7.413]],["name/29503",[522,58.27]],["parent/29503",[7704,7.413]],["name/29504",[523,58.27]],["parent/29504",[7704,7.413]],["name/29505",[524,58.27]],["parent/29505",[7704,7.413]],["name/29506",[525,58.27]],["parent/29506",[7704,7.413]],["name/29507",[526,47.618]],["parent/29507",[7704,7.413]],["name/29508",[527,58.27]],["parent/29508",[7704,7.413]],["name/29509",[513,51.363]],["parent/29509",[7704,7.413]],["name/29510",[528,58.27]],["parent/29510",[7704,7.413]],["name/29511",[92,51.167]],["parent/29511",[7704,7.413]],["name/29512",[67,57.883]],["parent/29512",[7698,6.865]],["name/29513",[173,20.78]],["parent/29513",[7705,10.024]],["name/29514",[530,58.27]],["parent/29514",[7706,8.927]],["name/29515",[532,51.363]],["parent/29515",[7706,8.927]],["name/29516",[533,58.27]],["parent/29516",[7706,8.927]],["name/29517",[534,51.363]],["parent/29517",[7706,8.927]],["name/29518",[68,51.167]],["parent/29518",[7698,6.865]],["name/29519",[173,20.78]],["parent/29519",[7707,10.024]],["name/29520",[410,39.926]],["parent/29520",[7708,9.178]],["name/29521",[411,58.075]],["parent/29521",[7708,9.178]],["name/29522",[537,58.27]],["parent/29522",[7708,9.178]],["name/29523",[69,57.883]],["parent/29523",[7698,6.865]],["name/29524",[173,20.78]],["parent/29524",[7709,10.024]],["name/29525",[408,29.731]],["parent/29525",[7710,8.292]],["name/29526",[540,45.268]],["parent/29526",[7710,8.292]],["name/29527",[155,37.858]],["parent/29527",[7710,8.292]],["name/29528",[541,58.27]],["parent/29528",[7710,8.292]],["name/29529",[542,58.27]],["parent/29529",[7710,8.292]],["name/29530",[543,58.27]],["parent/29530",[7710,8.292]],["name/29531",[342,56.068]],["parent/29531",[7710,8.292]],["name/29532",[544,45.905]],["parent/29532",[7710,8.292]],["name/29533",[70,51.167]],["parent/29533",[7698,6.865]],["name/29534",[173,20.78]],["parent/29534",[7711,10.024]],["name/29535",[155,37.858]],["parent/29535",[7712,7.83]],["name/29536",[547,44.444]],["parent/29536",[7712,7.83]],["name/29537",[544,45.905]],["parent/29537",[7712,7.83]],["name/29538",[540,45.268]],["parent/29538",[7712,7.83]],["name/29539",[548,58.27]],["parent/29539",[7712,7.83]],["name/29540",[549,58.27]],["parent/29540",[7712,7.83]],["name/29541",[550,58.27]],["parent/29541",[7712,7.83]],["name/29542",[551,58.27]],["parent/29542",[7712,7.83]],["name/29543",[552,58.27]],["parent/29543",[7712,7.83]],["name/29544",[553,58.27]],["parent/29544",[7712,7.83]],["name/29545",[554,56.227]],["parent/29545",[7712,7.83]],["name/29546",[555,56.227]],["parent/29546",[7712,7.83]],["name/29547",[485,61.773]],["parent/29547",[7712,7.83]],["name/29548",[82,57.511]],["parent/29548",[7698,6.865]],["name/29549",[173,20.78]],["parent/29549",[7713,10.024]],["name/29550",[408,29.731]],["parent/29550",[7714,8.927]],["name/29551",[493,49.276]],["parent/29551",[7714,8.927]],["name/29552",[155,37.858]],["parent/29552",[7714,8.927]],["name/29553",[516,51.363]],["parent/29553",[7714,8.927]],["name/29554",[77,51.167]],["parent/29554",[7698,6.865]],["name/29555",[173,20.78]],["parent/29555",[7715,10.024]],["name/29556",[559,58.27]],["parent/29556",[7716,9.178]],["name/29557",[561,58.27]],["parent/29557",[7716,9.178]],["name/29558",[562,45.295]],["parent/29558",[7716,9.178]],["name/29559",[96,55.911]],["parent/29559",[7698,6.865]],["name/29560",[173,20.78]],["parent/29560",[7717,10.024]],["name/29561",[410,39.926]],["parent/29561",[7718,9.178]],["name/29562",[155,37.858]],["parent/29562",[7718,9.178]],["name/29563",[77,51.167]],["parent/29563",[7718,9.178]],["name/29564",[85,57.978]],["parent/29564",[7698,6.865]],["name/29565",[173,20.78]],["parent/29565",[7719,10.024]],["name/29566",[547,44.444]],["parent/29566",[7720,9.514]],["name/29567",[567,51.363]],["parent/29567",[7720,9.514]],["name/29568",[84,48.96]],["parent/29568",[7698,6.865]],["name/29569",[173,20.78]],["parent/29569",[7721,10.024]],["name/29570",[408,29.731]],["parent/29570",[7722,8.417]],["name/29571",[570,51.363]],["parent/29571",[7722,8.417]],["name/29572",[571,58.27]],["parent/29572",[7722,8.417]],["name/29573",[572,56.227]],["parent/29573",[7722,8.417]],["name/29574",[567,51.363]],["parent/29574",[7722,8.417]],["name/29575",[573,58.27]],["parent/29575",[7722,8.417]],["name/29576",[574,58.27]],["parent/29576",[7722,8.417]],["name/29577",[345,56.721]],["parent/29577",[7698,6.865]],["name/29578",[173,20.78]],["parent/29578",[7723,10.024]],["name/29579",[576,62.202]],["parent/29579",[7724,8.927]],["name/29580",[578,62.202]],["parent/29580",[7724,8.927]],["name/29581",[410,39.926]],["parent/29581",[7724,8.927]],["name/29582",[562,45.295]],["parent/29582",[7724,8.927]],["name/29583",[94,51.023]],["parent/29583",[7698,6.865]],["name/29584",[173,20.78]],["parent/29584",[7725,10.024]],["name/29585",[408,29.731]],["parent/29585",[7726,7.017]],["name/29586",[581,49.316]],["parent/29586",[7726,7.017]],["name/29587",[155,37.858]],["parent/29587",[7726,7.017]],["name/29588",[65,47.186]],["parent/29588",[7726,7.017]],["name/29589",[582,51.363]],["parent/29589",[7726,7.017]],["name/29590",[583,58.27]],["parent/29590",[7726,7.017]],["name/29591",[145,57.978]],["parent/29591",[7726,7.017]],["name/29592",[584,58.27]],["parent/29592",[7726,7.017]],["name/29593",[421,44.394]],["parent/29593",[7726,7.017]],["name/29594",[526,47.618]],["parent/29594",[7726,7.017]],["name/29595",[585,58.27]],["parent/29595",[7726,7.017]],["name/29596",[586,58.27]],["parent/29596",[7726,7.017]],["name/29597",[587,58.27]],["parent/29597",[7726,7.017]],["name/29598",[588,58.27]],["parent/29598",[7726,7.017]],["name/29599",[589,58.27]],["parent/29599",[7726,7.017]],["name/29600",[590,58.27]],["parent/29600",[7726,7.017]],["name/29601",[511,47.317]],["parent/29601",[7726,7.017]],["name/29602",[591,49.811]],["parent/29602",[7726,7.017]],["name/29603",[352,50.243]],["parent/29603",[7726,7.017]],["name/29604",[592,51.363]],["parent/29604",[7726,7.017]],["name/29605",[593,56.227]],["parent/29605",[7726,7.017]],["name/29606",[594,56.227]],["parent/29606",[7726,7.017]],["name/29607",[70,51.167]],["parent/29607",[7726,7.017]],["name/29608",[84,48.96]],["parent/29608",[7726,7.017]],["name/29609",[68,51.167]],["parent/29609",[7726,7.017]],["name/29610",[512,51.363]],["parent/29610",[7726,7.017]],["name/29611",[595,58.27]],["parent/29611",[7726,7.017]],["name/29612",[597,58.27]],["parent/29612",[7726,7.017]],["name/29613",[485,61.773]],["parent/29613",[7726,7.017]],["name/29614",[173,20.78]],["parent/29614",[7726,7.017]],["name/29615",[71,49.643]],["parent/29615",[7727,8.181]],["name/29616",[173,20.78]],["parent/29616",[7727,8.181]],["name/29617",[6499,62.202]],["parent/29617",[7728,9.514]],["name/29618",[591,49.811]],["parent/29618",[7727,8.181]],["name/29619",[173,20.78]],["parent/29619",[7727,8.181]],["name/29620",[6499,62.202]],["parent/29620",[7728,9.514]],["name/29621",[6501,69.061]],["parent/29621",[7727,8.181]],["name/29622",[6502,69.061]],["parent/29622",[7727,8.181]],["name/29623",[596,62.202]],["parent/29623",[7727,8.181]],["name/29624",[6503,69.061]],["parent/29624",[7727,8.181]],["name/29625",[6504,69.061]],["parent/29625",[7727,8.181]],["name/29626",[71,49.643]],["parent/29626",[7698,6.865]],["name/29627",[173,20.78]],["parent/29627",[7729,10.024]],["name/29628",[599,58.27]],["parent/29628",[7730,9.514]],["name/29629",[601,58.27]],["parent/29629",[7730,9.514]],["name/29630",[72,57.883]],["parent/29630",[7698,6.865]],["name/29631",[173,20.78]],["parent/29631",[7731,10.024]],["name/29632",[408,29.731]],["parent/29632",[7732,8.927]],["name/29633",[562,45.295]],["parent/29633",[7732,8.927]],["name/29634",[604,58.27]],["parent/29634",[7732,8.927]],["name/29635",[605,58.27]],["parent/29635",[7732,8.927]],["name/29636",[74,58.075]],["parent/29636",[7698,6.865]],["name/29637",[173,20.78]],["parent/29637",[7733,10.024]],["name/29638",[408,29.731]],["parent/29638",[7734,8.927]],["name/29639",[410,39.926]],["parent/29639",[7734,8.927]],["name/29640",[521,51.363]],["parent/29640",[7734,8.927]],["name/29641",[608,58.27]],["parent/29641",[7734,8.927]],["name/29642",[75,57.883]],["parent/29642",[7698,6.865]],["name/29643",[173,20.78]],["parent/29643",[7735,10.024]],["name/29644",[410,39.926]],["parent/29644",[7736,9.178]],["name/29645",[611,58.27]],["parent/29645",[7736,9.178]],["name/29646",[612,58.27]],["parent/29646",[7736,9.178]],["name/29647",[76,57.883]],["parent/29647",[7698,6.865]],["name/29648",[173,20.78]],["parent/29648",[7737,10.024]],["name/29649",[408,29.731]],["parent/29649",[7738,8.56]],["name/29650",[615,58.27]],["parent/29650",[7738,8.56]],["name/29651",[71,49.643]],["parent/29651",[7738,8.56]],["name/29652",[570,51.363]],["parent/29652",[7738,8.56]],["name/29653",[616,58.27]],["parent/29653",[7738,8.56]],["name/29654",[617,58.27]],["parent/29654",[7738,8.56]],["name/29655",[78,58.075]],["parent/29655",[7698,6.865]],["name/29656",[173,20.78]],["parent/29656",[7739,10.024]],["name/29657",[619,58.27]],["parent/29657",[7740,8.727]],["name/29658",[621,58.27]],["parent/29658",[7740,8.727]],["name/29659",[622,47.317]],["parent/29659",[7740,8.727]],["name/29660",[623,58.27]],["parent/29660",[7740,8.727]],["name/29661",[624,58.27]],["parent/29661",[7740,8.727]],["name/29662",[98,51.167]],["parent/29662",[7698,6.865]],["name/29663",[173,20.78]],["parent/29663",[7741,10.024]],["name/29664",[626,58.27]],["parent/29664",[7742,10.024]],["name/29665",[93,50.025]],["parent/29665",[7698,6.865]],["name/29666",[173,20.78]],["parent/29666",[7743,10.024]],["name/29667",[629,58.27]],["parent/29667",[7744,9.178]],["name/29668",[631,58.27]],["parent/29668",[7744,9.178]],["name/29669",[632,58.27]],["parent/29669",[7744,9.178]],["name/29670",[79,57.883]],["parent/29670",[7698,6.865]],["name/29671",[173,20.78]],["parent/29671",[7745,10.024]],["name/29672",[581,49.316]],["parent/29672",[7746,7.907]],["name/29673",[547,44.444]],["parent/29673",[7746,7.907]],["name/29674",[544,45.905]],["parent/29674",[7746,7.907]],["name/29675",[635,58.27]],["parent/29675",[7746,7.907]],["name/29676",[636,46.586]],["parent/29676",[7746,7.907]],["name/29677",[637,58.27]],["parent/29677",[7746,7.907]],["name/29678",[98,51.167]],["parent/29678",[7746,7.907]],["name/29679",[93,50.025]],["parent/29679",[7746,7.907]],["name/29680",[638,58.27]],["parent/29680",[7746,7.907]],["name/29681",[639,58.27]],["parent/29681",[7746,7.907]],["name/29682",[640,58.27]],["parent/29682",[7746,7.907]],["name/29683",[534,51.363]],["parent/29683",[7746,7.907]],["name/29684",[80,55.757]],["parent/29684",[7698,6.865]],["name/29685",[173,20.78]],["parent/29685",[7747,10.024]],["name/29686",[408,29.731]],["parent/29686",[7748,9.514]],["name/29687",[547,44.444]],["parent/29687",[7748,9.514]],["name/29688",[81,57.883]],["parent/29688",[7698,6.865]],["name/29689",[173,20.78]],["parent/29689",[7749,10.024]],["name/29690",[644,58.27]],["parent/29690",[7750,8.927]],["name/29691",[173,20.78]],["parent/29691",[7750,8.927]],["name/29692",[646,51.363]],["parent/29692",[7751,8.56]],["name/29693",[636,46.586]],["parent/29693",[7751,8.56]],["name/29694",[622,47.317]],["parent/29694",[7751,8.56]],["name/29695",[648,58.27]],["parent/29695",[7750,8.927]],["name/29696",[173,20.78]],["parent/29696",[7750,8.927]],["name/29697",[646,51.363]],["parent/29697",[7751,8.56]],["name/29698",[636,46.586]],["parent/29698",[7751,8.56]],["name/29699",[622,47.317]],["parent/29699",[7751,8.56]],["name/29700",[83,55.604]],["parent/29700",[7698,6.865]],["name/29701",[173,20.78]],["parent/29701",[7752,10.024]],["name/29702",[65,47.186]],["parent/29702",[7753,8.56]],["name/29703",[421,44.394]],["parent/29703",[7753,8.56]],["name/29704",[408,29.731]],["parent/29704",[7753,8.56]],["name/29705",[94,51.023]],["parent/29705",[7753,8.56]],["name/29706",[73,51.562]],["parent/29706",[7753,8.56]],["name/29707",[540,45.268]],["parent/29707",[7753,8.56]],["name/29708",[651,56.147]],["parent/29708",[7698,6.865]],["name/29709",[86,57.883]],["parent/29709",[7698,6.865]],["name/29710",[173,20.78]],["parent/29710",[7754,10.024]],["name/29711",[653,58.27]],["parent/29711",[7755,8.727]],["name/29712",[655,58.27]],["parent/29712",[7755,8.727]],["name/29713",[656,58.27]],["parent/29713",[7755,8.727]],["name/29714",[657,58.27]],["parent/29714",[7755,8.727]],["name/29715",[658,58.27]],["parent/29715",[7755,8.727]],["name/29716",[87,58.075]],["parent/29716",[7698,6.865]],["name/29717",[173,20.78]],["parent/29717",[7756,10.024]],["name/29718",[408,29.731]],["parent/29718",[7757,8.927]],["name/29719",[661,58.27]],["parent/29719",[7757,8.927]],["name/29720",[662,58.27]],["parent/29720",[7757,8.927]],["name/29721",[663,58.27]],["parent/29721",[7757,8.927]],["name/29722",[88,57.883]],["parent/29722",[7698,6.865]],["name/29723",[173,20.78]],["parent/29723",[7758,10.024]],["name/29724",[408,29.731]],["parent/29724",[7759,8.081]],["name/29725",[340,56.068]],["parent/29725",[7759,8.081]],["name/29726",[666,58.27]],["parent/29726",[7759,8.081]],["name/29727",[334,56.147]],["parent/29727",[7759,8.081]],["name/29728",[667,58.27]],["parent/29728",[7759,8.081]],["name/29729",[668,58.27]],["parent/29729",[7759,8.081]],["name/29730",[669,58.27]],["parent/29730",[7759,8.081]],["name/29731",[670,58.27]],["parent/29731",[7759,8.081]],["name/29732",[671,58.27]],["parent/29732",[7759,8.081]],["name/29733",[672,58.27]],["parent/29733",[7759,8.081]],["name/29734",[89,57.511]],["parent/29734",[7698,6.865]],["name/29735",[173,20.78]],["parent/29735",[7760,10.024]],["name/29736",[408,29.731]],["parent/29736",[7761,8.727]],["name/29737",[675,58.27]],["parent/29737",[7761,8.727]],["name/29738",[676,58.27]],["parent/29738",[7761,8.727]],["name/29739",[677,58.27]],["parent/29739",[7761,8.727]],["name/29740",[678,58.27]],["parent/29740",[7761,8.727]],["name/29741",[90,57.883]],["parent/29741",[7698,6.865]],["name/29742",[173,20.78]],["parent/29742",[7762,10.024]],["name/29743",[562,45.295]],["parent/29743",[7763,9.178]],["name/29744",[532,51.363]],["parent/29744",[7763,9.178]],["name/29745",[681,58.27]],["parent/29745",[7763,9.178]],["name/29746",[91,58.075]],["parent/29746",[7698,6.865]],["name/29747",[173,20.78]],["parent/29747",[7764,10.024]],["name/29748",[408,29.731]],["parent/29748",[7765,8.927]],["name/29749",[684,51.363]],["parent/29749",[7765,8.927]],["name/29750",[172,58.075]],["parent/29750",[7765,8.927]],["name/29751",[592,51.363]],["parent/29751",[7765,8.927]],["name/29752",[95,58.075]],["parent/29752",[7698,6.865]],["name/29753",[173,20.78]],["parent/29753",[7766,10.024]],["name/29754",[686,54.532]],["parent/29754",[7767,8.292]],["name/29755",[582,51.363]],["parent/29755",[7767,8.292]],["name/29756",[688,58.27]],["parent/29756",[7767,8.292]],["name/29757",[511,47.317]],["parent/29757",[7767,8.292]],["name/29758",[591,49.811]],["parent/29758",[7767,8.292]],["name/29759",[352,50.243]],["parent/29759",[7767,8.292]],["name/29760",[684,51.363]],["parent/29760",[7767,8.292]],["name/29761",[689,58.27]],["parent/29761",[7767,8.292]],["name/29762",[97,55.911]],["parent/29762",[7698,6.865]],["name/29763",[173,20.78]],["parent/29763",[7768,10.024]],["name/29764",[417,58.075]],["parent/29764",[7769,8.927]],["name/29765",[419,58.075]],["parent/29765",[7769,8.927]],["name/29766",[420,58.075]],["parent/29766",[7769,8.927]],["name/29767",[421,44.394]],["parent/29767",[7769,8.927]],["name/29768",[6468,69.061]],["parent/29768",[462,9.514]],["name/29769",[73,51.562]],["parent/29769",[7770,6.865]],["name/29770",[173,20.78]],["parent/29770",[7771,10.024]],["name/29771",[504,58.27]],["parent/29771",[7772,8.927]],["name/29772",[506,58.27]],["parent/29772",[7772,8.927]],["name/29773",[155,37.858]],["parent/29773",[7772,8.927]],["name/29774",[507,58.27]],["parent/29774",[7772,8.927]],["name/29775",[92,51.167]],["parent/29775",[7770,6.865]],["name/29776",[173,20.78]],["parent/29776",[7773,10.024]],["name/29777",[509,58.27]],["parent/29777",[7774,8.727]],["name/29778",[511,47.317]],["parent/29778",[7774,8.727]],["name/29779",[512,51.363]],["parent/29779",[7774,8.727]],["name/29780",[344,48.357]],["parent/29780",[7774,8.727]],["name/29781",[513,51.363]],["parent/29781",[7774,8.727]],["name/29782",[65,47.186]],["parent/29782",[7770,6.865]],["name/29783",[173,20.78]],["parent/29783",[7775,10.024]],["name/29784",[408,29.731]],["parent/29784",[7776,7.413]],["name/29785",[493,49.276]],["parent/29785",[7776,7.413]],["name/29786",[516,51.363]],["parent/29786",[7776,7.413]],["name/29787",[517,58.27]],["parent/29787",[7776,7.413]],["name/29788",[518,58.27]],["parent/29788",[7776,7.413]],["name/29789",[421,44.394]],["parent/29789",[7776,7.413]],["name/29790",[519,58.27]],["parent/29790",[7776,7.413]],["name/29791",[520,58.27]],["parent/29791",[7776,7.413]],["name/29792",[521,51.363]],["parent/29792",[7776,7.413]],["name/29793",[344,48.357]],["parent/29793",[7776,7.413]],["name/29794",[155,37.858]],["parent/29794",[7776,7.413]],["name/29795",[522,58.27]],["parent/29795",[7776,7.413]],["name/29796",[523,58.27]],["parent/29796",[7776,7.413]],["name/29797",[524,58.27]],["parent/29797",[7776,7.413]],["name/29798",[525,58.27]],["parent/29798",[7776,7.413]],["name/29799",[526,47.618]],["parent/29799",[7776,7.413]],["name/29800",[527,58.27]],["parent/29800",[7776,7.413]],["name/29801",[513,51.363]],["parent/29801",[7776,7.413]],["name/29802",[528,58.27]],["parent/29802",[7776,7.413]],["name/29803",[92,51.167]],["parent/29803",[7776,7.413]],["name/29804",[67,57.883]],["parent/29804",[7770,6.865]],["name/29805",[173,20.78]],["parent/29805",[7777,10.024]],["name/29806",[530,58.27]],["parent/29806",[7778,8.927]],["name/29807",[532,51.363]],["parent/29807",[7778,8.927]],["name/29808",[533,58.27]],["parent/29808",[7778,8.927]],["name/29809",[534,51.363]],["parent/29809",[7778,8.927]],["name/29810",[68,51.167]],["parent/29810",[7770,6.865]],["name/29811",[173,20.78]],["parent/29811",[7779,10.024]],["name/29812",[410,39.926]],["parent/29812",[7780,9.178]],["name/29813",[411,58.075]],["parent/29813",[7780,9.178]],["name/29814",[537,58.27]],["parent/29814",[7780,9.178]],["name/29815",[69,57.883]],["parent/29815",[7770,6.865]],["name/29816",[173,20.78]],["parent/29816",[7781,10.024]],["name/29817",[408,29.731]],["parent/29817",[7782,8.292]],["name/29818",[540,45.268]],["parent/29818",[7782,8.292]],["name/29819",[155,37.858]],["parent/29819",[7782,8.292]],["name/29820",[541,58.27]],["parent/29820",[7782,8.292]],["name/29821",[542,58.27]],["parent/29821",[7782,8.292]],["name/29822",[543,58.27]],["parent/29822",[7782,8.292]],["name/29823",[342,56.068]],["parent/29823",[7782,8.292]],["name/29824",[544,45.905]],["parent/29824",[7782,8.292]],["name/29825",[70,51.167]],["parent/29825",[7770,6.865]],["name/29826",[173,20.78]],["parent/29826",[7783,10.024]],["name/29827",[155,37.858]],["parent/29827",[7784,7.83]],["name/29828",[547,44.444]],["parent/29828",[7784,7.83]],["name/29829",[544,45.905]],["parent/29829",[7784,7.83]],["name/29830",[540,45.268]],["parent/29830",[7784,7.83]],["name/29831",[548,58.27]],["parent/29831",[7784,7.83]],["name/29832",[549,58.27]],["parent/29832",[7784,7.83]],["name/29833",[550,58.27]],["parent/29833",[7784,7.83]],["name/29834",[551,58.27]],["parent/29834",[7784,7.83]],["name/29835",[552,58.27]],["parent/29835",[7784,7.83]],["name/29836",[553,58.27]],["parent/29836",[7784,7.83]],["name/29837",[554,56.227]],["parent/29837",[7784,7.83]],["name/29838",[555,56.227]],["parent/29838",[7784,7.83]],["name/29839",[485,61.773]],["parent/29839",[7784,7.83]],["name/29840",[82,57.511]],["parent/29840",[7770,6.865]],["name/29841",[173,20.78]],["parent/29841",[7785,10.024]],["name/29842",[408,29.731]],["parent/29842",[7786,8.927]],["name/29843",[493,49.276]],["parent/29843",[7786,8.927]],["name/29844",[155,37.858]],["parent/29844",[7786,8.927]],["name/29845",[516,51.363]],["parent/29845",[7786,8.927]],["name/29846",[77,51.167]],["parent/29846",[7770,6.865]],["name/29847",[173,20.78]],["parent/29847",[7787,10.024]],["name/29848",[559,58.27]],["parent/29848",[7788,9.178]],["name/29849",[561,58.27]],["parent/29849",[7788,9.178]],["name/29850",[562,45.295]],["parent/29850",[7788,9.178]],["name/29851",[96,55.911]],["parent/29851",[7770,6.865]],["name/29852",[173,20.78]],["parent/29852",[7789,10.024]],["name/29853",[410,39.926]],["parent/29853",[7790,9.178]],["name/29854",[155,37.858]],["parent/29854",[7790,9.178]],["name/29855",[77,51.167]],["parent/29855",[7790,9.178]],["name/29856",[85,57.978]],["parent/29856",[7770,6.865]],["name/29857",[173,20.78]],["parent/29857",[7791,10.024]],["name/29858",[547,44.444]],["parent/29858",[7792,9.514]],["name/29859",[567,51.363]],["parent/29859",[7792,9.514]],["name/29860",[84,48.96]],["parent/29860",[7770,6.865]],["name/29861",[173,20.78]],["parent/29861",[7793,10.024]],["name/29862",[408,29.731]],["parent/29862",[7794,8.417]],["name/29863",[570,51.363]],["parent/29863",[7794,8.417]],["name/29864",[571,58.27]],["parent/29864",[7794,8.417]],["name/29865",[572,56.227]],["parent/29865",[7794,8.417]],["name/29866",[567,51.363]],["parent/29866",[7794,8.417]],["name/29867",[573,58.27]],["parent/29867",[7794,8.417]],["name/29868",[574,58.27]],["parent/29868",[7794,8.417]],["name/29869",[345,56.721]],["parent/29869",[7770,6.865]],["name/29870",[173,20.78]],["parent/29870",[7795,10.024]],["name/29871",[576,62.202]],["parent/29871",[7796,8.927]],["name/29872",[578,62.202]],["parent/29872",[7796,8.927]],["name/29873",[410,39.926]],["parent/29873",[7796,8.927]],["name/29874",[562,45.295]],["parent/29874",[7796,8.927]],["name/29875",[94,51.023]],["parent/29875",[7770,6.865]],["name/29876",[173,20.78]],["parent/29876",[7797,10.024]],["name/29877",[408,29.731]],["parent/29877",[7798,7.017]],["name/29878",[581,49.316]],["parent/29878",[7798,7.017]],["name/29879",[155,37.858]],["parent/29879",[7798,7.017]],["name/29880",[65,47.186]],["parent/29880",[7798,7.017]],["name/29881",[582,51.363]],["parent/29881",[7798,7.017]],["name/29882",[583,58.27]],["parent/29882",[7798,7.017]],["name/29883",[145,57.978]],["parent/29883",[7798,7.017]],["name/29884",[584,58.27]],["parent/29884",[7798,7.017]],["name/29885",[421,44.394]],["parent/29885",[7798,7.017]],["name/29886",[526,47.618]],["parent/29886",[7798,7.017]],["name/29887",[585,58.27]],["parent/29887",[7798,7.017]],["name/29888",[586,58.27]],["parent/29888",[7798,7.017]],["name/29889",[587,58.27]],["parent/29889",[7798,7.017]],["name/29890",[588,58.27]],["parent/29890",[7798,7.017]],["name/29891",[589,58.27]],["parent/29891",[7798,7.017]],["name/29892",[590,58.27]],["parent/29892",[7798,7.017]],["name/29893",[511,47.317]],["parent/29893",[7798,7.017]],["name/29894",[591,49.811]],["parent/29894",[7798,7.017]],["name/29895",[352,50.243]],["parent/29895",[7798,7.017]],["name/29896",[592,51.363]],["parent/29896",[7798,7.017]],["name/29897",[593,56.227]],["parent/29897",[7798,7.017]],["name/29898",[594,56.227]],["parent/29898",[7798,7.017]],["name/29899",[70,51.167]],["parent/29899",[7798,7.017]],["name/29900",[84,48.96]],["parent/29900",[7798,7.017]],["name/29901",[68,51.167]],["parent/29901",[7798,7.017]],["name/29902",[512,51.363]],["parent/29902",[7798,7.017]],["name/29903",[595,58.27]],["parent/29903",[7798,7.017]],["name/29904",[597,58.27]],["parent/29904",[7798,7.017]],["name/29905",[485,61.773]],["parent/29905",[7798,7.017]],["name/29906",[173,20.78]],["parent/29906",[7798,7.017]],["name/29907",[71,49.643]],["parent/29907",[7799,8.181]],["name/29908",[173,20.78]],["parent/29908",[7799,8.181]],["name/29909",[6499,62.202]],["parent/29909",[7800,9.514]],["name/29910",[591,49.811]],["parent/29910",[7799,8.181]],["name/29911",[173,20.78]],["parent/29911",[7799,8.181]],["name/29912",[6499,62.202]],["parent/29912",[7800,9.514]],["name/29913",[6501,69.061]],["parent/29913",[7799,8.181]],["name/29914",[6502,69.061]],["parent/29914",[7799,8.181]],["name/29915",[596,62.202]],["parent/29915",[7799,8.181]],["name/29916",[6503,69.061]],["parent/29916",[7799,8.181]],["name/29917",[6504,69.061]],["parent/29917",[7799,8.181]],["name/29918",[71,49.643]],["parent/29918",[7770,6.865]],["name/29919",[173,20.78]],["parent/29919",[7801,10.024]],["name/29920",[599,58.27]],["parent/29920",[7802,9.514]],["name/29921",[601,58.27]],["parent/29921",[7802,9.514]],["name/29922",[72,57.883]],["parent/29922",[7770,6.865]],["name/29923",[173,20.78]],["parent/29923",[7803,10.024]],["name/29924",[408,29.731]],["parent/29924",[7804,8.927]],["name/29925",[562,45.295]],["parent/29925",[7804,8.927]],["name/29926",[604,58.27]],["parent/29926",[7804,8.927]],["name/29927",[605,58.27]],["parent/29927",[7804,8.927]],["name/29928",[74,58.075]],["parent/29928",[7770,6.865]],["name/29929",[173,20.78]],["parent/29929",[7805,10.024]],["name/29930",[408,29.731]],["parent/29930",[7806,8.927]],["name/29931",[410,39.926]],["parent/29931",[7806,8.927]],["name/29932",[521,51.363]],["parent/29932",[7806,8.927]],["name/29933",[608,58.27]],["parent/29933",[7806,8.927]],["name/29934",[75,57.883]],["parent/29934",[7770,6.865]],["name/29935",[173,20.78]],["parent/29935",[7807,10.024]],["name/29936",[410,39.926]],["parent/29936",[7808,9.178]],["name/29937",[611,58.27]],["parent/29937",[7808,9.178]],["name/29938",[612,58.27]],["parent/29938",[7808,9.178]],["name/29939",[76,57.883]],["parent/29939",[7770,6.865]],["name/29940",[173,20.78]],["parent/29940",[7809,10.024]],["name/29941",[408,29.731]],["parent/29941",[7810,8.56]],["name/29942",[615,58.27]],["parent/29942",[7810,8.56]],["name/29943",[71,49.643]],["parent/29943",[7810,8.56]],["name/29944",[570,51.363]],["parent/29944",[7810,8.56]],["name/29945",[616,58.27]],["parent/29945",[7810,8.56]],["name/29946",[617,58.27]],["parent/29946",[7810,8.56]],["name/29947",[78,58.075]],["parent/29947",[7770,6.865]],["name/29948",[173,20.78]],["parent/29948",[7811,10.024]],["name/29949",[619,58.27]],["parent/29949",[7812,8.727]],["name/29950",[621,58.27]],["parent/29950",[7812,8.727]],["name/29951",[622,47.317]],["parent/29951",[7812,8.727]],["name/29952",[623,58.27]],["parent/29952",[7812,8.727]],["name/29953",[624,58.27]],["parent/29953",[7812,8.727]],["name/29954",[98,51.167]],["parent/29954",[7770,6.865]],["name/29955",[173,20.78]],["parent/29955",[7813,10.024]],["name/29956",[626,58.27]],["parent/29956",[7814,10.024]],["name/29957",[93,50.025]],["parent/29957",[7770,6.865]],["name/29958",[173,20.78]],["parent/29958",[7815,10.024]],["name/29959",[629,58.27]],["parent/29959",[7816,9.178]],["name/29960",[631,58.27]],["parent/29960",[7816,9.178]],["name/29961",[632,58.27]],["parent/29961",[7816,9.178]],["name/29962",[79,57.883]],["parent/29962",[7770,6.865]],["name/29963",[173,20.78]],["parent/29963",[7817,10.024]],["name/29964",[581,49.316]],["parent/29964",[7818,7.907]],["name/29965",[547,44.444]],["parent/29965",[7818,7.907]],["name/29966",[544,45.905]],["parent/29966",[7818,7.907]],["name/29967",[635,58.27]],["parent/29967",[7818,7.907]],["name/29968",[636,46.586]],["parent/29968",[7818,7.907]],["name/29969",[637,58.27]],["parent/29969",[7818,7.907]],["name/29970",[98,51.167]],["parent/29970",[7818,7.907]],["name/29971",[93,50.025]],["parent/29971",[7818,7.907]],["name/29972",[638,58.27]],["parent/29972",[7818,7.907]],["name/29973",[639,58.27]],["parent/29973",[7818,7.907]],["name/29974",[640,58.27]],["parent/29974",[7818,7.907]],["name/29975",[534,51.363]],["parent/29975",[7818,7.907]],["name/29976",[80,55.757]],["parent/29976",[7770,6.865]],["name/29977",[173,20.78]],["parent/29977",[7819,10.024]],["name/29978",[408,29.731]],["parent/29978",[7820,9.514]],["name/29979",[547,44.444]],["parent/29979",[7820,9.514]],["name/29980",[81,57.883]],["parent/29980",[7770,6.865]],["name/29981",[173,20.78]],["parent/29981",[7821,10.024]],["name/29982",[644,58.27]],["parent/29982",[7822,8.927]],["name/29983",[173,20.78]],["parent/29983",[7822,8.927]],["name/29984",[646,51.363]],["parent/29984",[7823,8.56]],["name/29985",[636,46.586]],["parent/29985",[7823,8.56]],["name/29986",[622,47.317]],["parent/29986",[7823,8.56]],["name/29987",[648,58.27]],["parent/29987",[7822,8.927]],["name/29988",[173,20.78]],["parent/29988",[7822,8.927]],["name/29989",[646,51.363]],["parent/29989",[7823,8.56]],["name/29990",[636,46.586]],["parent/29990",[7823,8.56]],["name/29991",[622,47.317]],["parent/29991",[7823,8.56]],["name/29992",[83,55.604]],["parent/29992",[7770,6.865]],["name/29993",[173,20.78]],["parent/29993",[7824,10.024]],["name/29994",[65,47.186]],["parent/29994",[7825,8.56]],["name/29995",[421,44.394]],["parent/29995",[7825,8.56]],["name/29996",[408,29.731]],["parent/29996",[7825,8.56]],["name/29997",[94,51.023]],["parent/29997",[7825,8.56]],["name/29998",[73,51.562]],["parent/29998",[7825,8.56]],["name/29999",[540,45.268]],["parent/29999",[7825,8.56]],["name/30000",[651,56.147]],["parent/30000",[7770,6.865]],["name/30001",[86,57.883]],["parent/30001",[7770,6.865]],["name/30002",[173,20.78]],["parent/30002",[7826,10.024]],["name/30003",[653,58.27]],["parent/30003",[7827,8.727]],["name/30004",[655,58.27]],["parent/30004",[7827,8.727]],["name/30005",[656,58.27]],["parent/30005",[7827,8.727]],["name/30006",[657,58.27]],["parent/30006",[7827,8.727]],["name/30007",[658,58.27]],["parent/30007",[7827,8.727]],["name/30008",[87,58.075]],["parent/30008",[7770,6.865]],["name/30009",[173,20.78]],["parent/30009",[7828,10.024]],["name/30010",[408,29.731]],["parent/30010",[7829,8.927]],["name/30011",[661,58.27]],["parent/30011",[7829,8.927]],["name/30012",[662,58.27]],["parent/30012",[7829,8.927]],["name/30013",[663,58.27]],["parent/30013",[7829,8.927]],["name/30014",[88,57.883]],["parent/30014",[7770,6.865]],["name/30015",[173,20.78]],["parent/30015",[7830,10.024]],["name/30016",[408,29.731]],["parent/30016",[7831,8.081]],["name/30017",[340,56.068]],["parent/30017",[7831,8.081]],["name/30018",[666,58.27]],["parent/30018",[7831,8.081]],["name/30019",[334,56.147]],["parent/30019",[7831,8.081]],["name/30020",[667,58.27]],["parent/30020",[7831,8.081]],["name/30021",[668,58.27]],["parent/30021",[7831,8.081]],["name/30022",[669,58.27]],["parent/30022",[7831,8.081]],["name/30023",[670,58.27]],["parent/30023",[7831,8.081]],["name/30024",[671,58.27]],["parent/30024",[7831,8.081]],["name/30025",[672,58.27]],["parent/30025",[7831,8.081]],["name/30026",[89,57.511]],["parent/30026",[7770,6.865]],["name/30027",[173,20.78]],["parent/30027",[7832,10.024]],["name/30028",[408,29.731]],["parent/30028",[7833,8.727]],["name/30029",[675,58.27]],["parent/30029",[7833,8.727]],["name/30030",[676,58.27]],["parent/30030",[7833,8.727]],["name/30031",[677,58.27]],["parent/30031",[7833,8.727]],["name/30032",[678,58.27]],["parent/30032",[7833,8.727]],["name/30033",[90,57.883]],["parent/30033",[7770,6.865]],["name/30034",[173,20.78]],["parent/30034",[7834,10.024]],["name/30035",[562,45.295]],["parent/30035",[7835,9.178]],["name/30036",[532,51.363]],["parent/30036",[7835,9.178]],["name/30037",[681,58.27]],["parent/30037",[7835,9.178]],["name/30038",[91,58.075]],["parent/30038",[7770,6.865]],["name/30039",[173,20.78]],["parent/30039",[7836,10.024]],["name/30040",[408,29.731]],["parent/30040",[7837,8.927]],["name/30041",[684,51.363]],["parent/30041",[7837,8.927]],["name/30042",[172,58.075]],["parent/30042",[7837,8.927]],["name/30043",[592,51.363]],["parent/30043",[7837,8.927]],["name/30044",[95,58.075]],["parent/30044",[7770,6.865]],["name/30045",[173,20.78]],["parent/30045",[7838,10.024]],["name/30046",[686,54.532]],["parent/30046",[7839,8.292]],["name/30047",[582,51.363]],["parent/30047",[7839,8.292]],["name/30048",[688,58.27]],["parent/30048",[7839,8.292]],["name/30049",[511,47.317]],["parent/30049",[7839,8.292]],["name/30050",[591,49.811]],["parent/30050",[7839,8.292]],["name/30051",[352,50.243]],["parent/30051",[7839,8.292]],["name/30052",[684,51.363]],["parent/30052",[7839,8.292]],["name/30053",[689,58.27]],["parent/30053",[7839,8.292]],["name/30054",[97,55.911]],["parent/30054",[7770,6.865]],["name/30055",[173,20.78]],["parent/30055",[7840,10.024]],["name/30056",[417,58.075]],["parent/30056",[7841,8.927]],["name/30057",[419,58.075]],["parent/30057",[7841,8.927]],["name/30058",[420,58.075]],["parent/30058",[7841,8.927]],["name/30059",[421,44.394]],["parent/30059",[7841,8.927]],["name/30060",[6468,69.061]],["parent/30060",[463,9.514]],["name/30061",[73,51.562]],["parent/30061",[7842,6.865]],["name/30062",[173,20.78]],["parent/30062",[7843,10.024]],["name/30063",[504,58.27]],["parent/30063",[7844,8.927]],["name/30064",[506,58.27]],["parent/30064",[7844,8.927]],["name/30065",[155,37.858]],["parent/30065",[7844,8.927]],["name/30066",[507,58.27]],["parent/30066",[7844,8.927]],["name/30067",[92,51.167]],["parent/30067",[7842,6.865]],["name/30068",[173,20.78]],["parent/30068",[7845,10.024]],["name/30069",[509,58.27]],["parent/30069",[7846,8.727]],["name/30070",[511,47.317]],["parent/30070",[7846,8.727]],["name/30071",[512,51.363]],["parent/30071",[7846,8.727]],["name/30072",[344,48.357]],["parent/30072",[7846,8.727]],["name/30073",[513,51.363]],["parent/30073",[7846,8.727]],["name/30074",[65,47.186]],["parent/30074",[7842,6.865]],["name/30075",[173,20.78]],["parent/30075",[7847,10.024]],["name/30076",[408,29.731]],["parent/30076",[7848,7.413]],["name/30077",[493,49.276]],["parent/30077",[7848,7.413]],["name/30078",[516,51.363]],["parent/30078",[7848,7.413]],["name/30079",[517,58.27]],["parent/30079",[7848,7.413]],["name/30080",[518,58.27]],["parent/30080",[7848,7.413]],["name/30081",[421,44.394]],["parent/30081",[7848,7.413]],["name/30082",[519,58.27]],["parent/30082",[7848,7.413]],["name/30083",[520,58.27]],["parent/30083",[7848,7.413]],["name/30084",[521,51.363]],["parent/30084",[7848,7.413]],["name/30085",[344,48.357]],["parent/30085",[7848,7.413]],["name/30086",[155,37.858]],["parent/30086",[7848,7.413]],["name/30087",[522,58.27]],["parent/30087",[7848,7.413]],["name/30088",[523,58.27]],["parent/30088",[7848,7.413]],["name/30089",[524,58.27]],["parent/30089",[7848,7.413]],["name/30090",[525,58.27]],["parent/30090",[7848,7.413]],["name/30091",[526,47.618]],["parent/30091",[7848,7.413]],["name/30092",[527,58.27]],["parent/30092",[7848,7.413]],["name/30093",[513,51.363]],["parent/30093",[7848,7.413]],["name/30094",[528,58.27]],["parent/30094",[7848,7.413]],["name/30095",[92,51.167]],["parent/30095",[7848,7.413]],["name/30096",[67,57.883]],["parent/30096",[7842,6.865]],["name/30097",[173,20.78]],["parent/30097",[7849,10.024]],["name/30098",[530,58.27]],["parent/30098",[7850,8.927]],["name/30099",[532,51.363]],["parent/30099",[7850,8.927]],["name/30100",[533,58.27]],["parent/30100",[7850,8.927]],["name/30101",[534,51.363]],["parent/30101",[7850,8.927]],["name/30102",[68,51.167]],["parent/30102",[7842,6.865]],["name/30103",[173,20.78]],["parent/30103",[7851,10.024]],["name/30104",[410,39.926]],["parent/30104",[7852,9.178]],["name/30105",[411,58.075]],["parent/30105",[7852,9.178]],["name/30106",[537,58.27]],["parent/30106",[7852,9.178]],["name/30107",[69,57.883]],["parent/30107",[7842,6.865]],["name/30108",[173,20.78]],["parent/30108",[7853,10.024]],["name/30109",[408,29.731]],["parent/30109",[7854,8.292]],["name/30110",[540,45.268]],["parent/30110",[7854,8.292]],["name/30111",[155,37.858]],["parent/30111",[7854,8.292]],["name/30112",[541,58.27]],["parent/30112",[7854,8.292]],["name/30113",[542,58.27]],["parent/30113",[7854,8.292]],["name/30114",[543,58.27]],["parent/30114",[7854,8.292]],["name/30115",[342,56.068]],["parent/30115",[7854,8.292]],["name/30116",[544,45.905]],["parent/30116",[7854,8.292]],["name/30117",[70,51.167]],["parent/30117",[7842,6.865]],["name/30118",[173,20.78]],["parent/30118",[7855,10.024]],["name/30119",[155,37.858]],["parent/30119",[7856,7.83]],["name/30120",[547,44.444]],["parent/30120",[7856,7.83]],["name/30121",[544,45.905]],["parent/30121",[7856,7.83]],["name/30122",[540,45.268]],["parent/30122",[7856,7.83]],["name/30123",[548,58.27]],["parent/30123",[7856,7.83]],["name/30124",[549,58.27]],["parent/30124",[7856,7.83]],["name/30125",[550,58.27]],["parent/30125",[7856,7.83]],["name/30126",[551,58.27]],["parent/30126",[7856,7.83]],["name/30127",[552,58.27]],["parent/30127",[7856,7.83]],["name/30128",[553,58.27]],["parent/30128",[7856,7.83]],["name/30129",[554,56.227]],["parent/30129",[7856,7.83]],["name/30130",[555,56.227]],["parent/30130",[7856,7.83]],["name/30131",[485,61.773]],["parent/30131",[7856,7.83]],["name/30132",[82,57.511]],["parent/30132",[7842,6.865]],["name/30133",[173,20.78]],["parent/30133",[7857,10.024]],["name/30134",[408,29.731]],["parent/30134",[7858,8.927]],["name/30135",[493,49.276]],["parent/30135",[7858,8.927]],["name/30136",[155,37.858]],["parent/30136",[7858,8.927]],["name/30137",[516,51.363]],["parent/30137",[7858,8.927]],["name/30138",[77,51.167]],["parent/30138",[7842,6.865]],["name/30139",[173,20.78]],["parent/30139",[7859,10.024]],["name/30140",[559,58.27]],["parent/30140",[7860,9.178]],["name/30141",[561,58.27]],["parent/30141",[7860,9.178]],["name/30142",[562,45.295]],["parent/30142",[7860,9.178]],["name/30143",[96,55.911]],["parent/30143",[7842,6.865]],["name/30144",[173,20.78]],["parent/30144",[7861,10.024]],["name/30145",[410,39.926]],["parent/30145",[7862,9.178]],["name/30146",[155,37.858]],["parent/30146",[7862,9.178]],["name/30147",[77,51.167]],["parent/30147",[7862,9.178]],["name/30148",[85,57.978]],["parent/30148",[7842,6.865]],["name/30149",[173,20.78]],["parent/30149",[7863,10.024]],["name/30150",[547,44.444]],["parent/30150",[7864,9.514]],["name/30151",[567,51.363]],["parent/30151",[7864,9.514]],["name/30152",[84,48.96]],["parent/30152",[7842,6.865]],["name/30153",[173,20.78]],["parent/30153",[7865,10.024]],["name/30154",[408,29.731]],["parent/30154",[7866,8.417]],["name/30155",[570,51.363]],["parent/30155",[7866,8.417]],["name/30156",[571,58.27]],["parent/30156",[7866,8.417]],["name/30157",[572,56.227]],["parent/30157",[7866,8.417]],["name/30158",[567,51.363]],["parent/30158",[7866,8.417]],["name/30159",[573,58.27]],["parent/30159",[7866,8.417]],["name/30160",[574,58.27]],["parent/30160",[7866,8.417]],["name/30161",[345,56.721]],["parent/30161",[7842,6.865]],["name/30162",[173,20.78]],["parent/30162",[7867,10.024]],["name/30163",[576,62.202]],["parent/30163",[7868,8.927]],["name/30164",[578,62.202]],["parent/30164",[7868,8.927]],["name/30165",[410,39.926]],["parent/30165",[7868,8.927]],["name/30166",[562,45.295]],["parent/30166",[7868,8.927]],["name/30167",[94,51.023]],["parent/30167",[7842,6.865]],["name/30168",[173,20.78]],["parent/30168",[7869,10.024]],["name/30169",[408,29.731]],["parent/30169",[7870,7.017]],["name/30170",[581,49.316]],["parent/30170",[7870,7.017]],["name/30171",[155,37.858]],["parent/30171",[7870,7.017]],["name/30172",[65,47.186]],["parent/30172",[7870,7.017]],["name/30173",[582,51.363]],["parent/30173",[7870,7.017]],["name/30174",[583,58.27]],["parent/30174",[7870,7.017]],["name/30175",[145,57.978]],["parent/30175",[7870,7.017]],["name/30176",[584,58.27]],["parent/30176",[7870,7.017]],["name/30177",[421,44.394]],["parent/30177",[7870,7.017]],["name/30178",[526,47.618]],["parent/30178",[7870,7.017]],["name/30179",[585,58.27]],["parent/30179",[7870,7.017]],["name/30180",[586,58.27]],["parent/30180",[7870,7.017]],["name/30181",[587,58.27]],["parent/30181",[7870,7.017]],["name/30182",[588,58.27]],["parent/30182",[7870,7.017]],["name/30183",[589,58.27]],["parent/30183",[7870,7.017]],["name/30184",[590,58.27]],["parent/30184",[7870,7.017]],["name/30185",[511,47.317]],["parent/30185",[7870,7.017]],["name/30186",[591,49.811]],["parent/30186",[7870,7.017]],["name/30187",[352,50.243]],["parent/30187",[7870,7.017]],["name/30188",[592,51.363]],["parent/30188",[7870,7.017]],["name/30189",[593,56.227]],["parent/30189",[7870,7.017]],["name/30190",[594,56.227]],["parent/30190",[7870,7.017]],["name/30191",[70,51.167]],["parent/30191",[7870,7.017]],["name/30192",[84,48.96]],["parent/30192",[7870,7.017]],["name/30193",[68,51.167]],["parent/30193",[7870,7.017]],["name/30194",[512,51.363]],["parent/30194",[7870,7.017]],["name/30195",[595,58.27]],["parent/30195",[7870,7.017]],["name/30196",[597,58.27]],["parent/30196",[7870,7.017]],["name/30197",[485,61.773]],["parent/30197",[7870,7.017]],["name/30198",[173,20.78]],["parent/30198",[7870,7.017]],["name/30199",[71,49.643]],["parent/30199",[7871,8.181]],["name/30200",[173,20.78]],["parent/30200",[7871,8.181]],["name/30201",[6499,62.202]],["parent/30201",[7872,9.514]],["name/30202",[591,49.811]],["parent/30202",[7871,8.181]],["name/30203",[173,20.78]],["parent/30203",[7871,8.181]],["name/30204",[6499,62.202]],["parent/30204",[7872,9.514]],["name/30205",[6501,69.061]],["parent/30205",[7871,8.181]],["name/30206",[6502,69.061]],["parent/30206",[7871,8.181]],["name/30207",[596,62.202]],["parent/30207",[7871,8.181]],["name/30208",[6503,69.061]],["parent/30208",[7871,8.181]],["name/30209",[6504,69.061]],["parent/30209",[7871,8.181]],["name/30210",[71,49.643]],["parent/30210",[7842,6.865]],["name/30211",[173,20.78]],["parent/30211",[7873,10.024]],["name/30212",[599,58.27]],["parent/30212",[7874,9.514]],["name/30213",[601,58.27]],["parent/30213",[7874,9.514]],["name/30214",[72,57.883]],["parent/30214",[7842,6.865]],["name/30215",[173,20.78]],["parent/30215",[7875,10.024]],["name/30216",[408,29.731]],["parent/30216",[7876,8.927]],["name/30217",[562,45.295]],["parent/30217",[7876,8.927]],["name/30218",[604,58.27]],["parent/30218",[7876,8.927]],["name/30219",[605,58.27]],["parent/30219",[7876,8.927]],["name/30220",[74,58.075]],["parent/30220",[7842,6.865]],["name/30221",[173,20.78]],["parent/30221",[7877,10.024]],["name/30222",[408,29.731]],["parent/30222",[7878,8.927]],["name/30223",[410,39.926]],["parent/30223",[7878,8.927]],["name/30224",[521,51.363]],["parent/30224",[7878,8.927]],["name/30225",[608,58.27]],["parent/30225",[7878,8.927]],["name/30226",[75,57.883]],["parent/30226",[7842,6.865]],["name/30227",[173,20.78]],["parent/30227",[7879,10.024]],["name/30228",[410,39.926]],["parent/30228",[7880,9.178]],["name/30229",[611,58.27]],["parent/30229",[7880,9.178]],["name/30230",[612,58.27]],["parent/30230",[7880,9.178]],["name/30231",[76,57.883]],["parent/30231",[7842,6.865]],["name/30232",[173,20.78]],["parent/30232",[7881,10.024]],["name/30233",[408,29.731]],["parent/30233",[7882,8.56]],["name/30234",[615,58.27]],["parent/30234",[7882,8.56]],["name/30235",[71,49.643]],["parent/30235",[7882,8.56]],["name/30236",[570,51.363]],["parent/30236",[7882,8.56]],["name/30237",[616,58.27]],["parent/30237",[7882,8.56]],["name/30238",[617,58.27]],["parent/30238",[7882,8.56]],["name/30239",[78,58.075]],["parent/30239",[7842,6.865]],["name/30240",[173,20.78]],["parent/30240",[7883,10.024]],["name/30241",[619,58.27]],["parent/30241",[7884,8.727]],["name/30242",[621,58.27]],["parent/30242",[7884,8.727]],["name/30243",[622,47.317]],["parent/30243",[7884,8.727]],["name/30244",[623,58.27]],["parent/30244",[7884,8.727]],["name/30245",[624,58.27]],["parent/30245",[7884,8.727]],["name/30246",[98,51.167]],["parent/30246",[7842,6.865]],["name/30247",[173,20.78]],["parent/30247",[7885,10.024]],["name/30248",[626,58.27]],["parent/30248",[7886,10.024]],["name/30249",[93,50.025]],["parent/30249",[7842,6.865]],["name/30250",[173,20.78]],["parent/30250",[7887,10.024]],["name/30251",[629,58.27]],["parent/30251",[7888,9.178]],["name/30252",[631,58.27]],["parent/30252",[7888,9.178]],["name/30253",[632,58.27]],["parent/30253",[7888,9.178]],["name/30254",[79,57.883]],["parent/30254",[7842,6.865]],["name/30255",[173,20.78]],["parent/30255",[7889,10.024]],["name/30256",[581,49.316]],["parent/30256",[7890,7.907]],["name/30257",[547,44.444]],["parent/30257",[7890,7.907]],["name/30258",[544,45.905]],["parent/30258",[7890,7.907]],["name/30259",[635,58.27]],["parent/30259",[7890,7.907]],["name/30260",[636,46.586]],["parent/30260",[7890,7.907]],["name/30261",[637,58.27]],["parent/30261",[7890,7.907]],["name/30262",[98,51.167]],["parent/30262",[7890,7.907]],["name/30263",[93,50.025]],["parent/30263",[7890,7.907]],["name/30264",[638,58.27]],["parent/30264",[7890,7.907]],["name/30265",[639,58.27]],["parent/30265",[7890,7.907]],["name/30266",[640,58.27]],["parent/30266",[7890,7.907]],["name/30267",[534,51.363]],["parent/30267",[7890,7.907]],["name/30268",[80,55.757]],["parent/30268",[7842,6.865]],["name/30269",[173,20.78]],["parent/30269",[7891,10.024]],["name/30270",[408,29.731]],["parent/30270",[7892,9.514]],["name/30271",[547,44.444]],["parent/30271",[7892,9.514]],["name/30272",[81,57.883]],["parent/30272",[7842,6.865]],["name/30273",[173,20.78]],["parent/30273",[7893,10.024]],["name/30274",[644,58.27]],["parent/30274",[7894,8.927]],["name/30275",[173,20.78]],["parent/30275",[7894,8.927]],["name/30276",[646,51.363]],["parent/30276",[7895,8.56]],["name/30277",[636,46.586]],["parent/30277",[7895,8.56]],["name/30278",[622,47.317]],["parent/30278",[7895,8.56]],["name/30279",[648,58.27]],["parent/30279",[7894,8.927]],["name/30280",[173,20.78]],["parent/30280",[7894,8.927]],["name/30281",[646,51.363]],["parent/30281",[7895,8.56]],["name/30282",[636,46.586]],["parent/30282",[7895,8.56]],["name/30283",[622,47.317]],["parent/30283",[7895,8.56]],["name/30284",[83,55.604]],["parent/30284",[7842,6.865]],["name/30285",[173,20.78]],["parent/30285",[7896,10.024]],["name/30286",[65,47.186]],["parent/30286",[7897,8.56]],["name/30287",[421,44.394]],["parent/30287",[7897,8.56]],["name/30288",[408,29.731]],["parent/30288",[7897,8.56]],["name/30289",[94,51.023]],["parent/30289",[7897,8.56]],["name/30290",[73,51.562]],["parent/30290",[7897,8.56]],["name/30291",[540,45.268]],["parent/30291",[7897,8.56]],["name/30292",[651,56.147]],["parent/30292",[7842,6.865]],["name/30293",[86,57.883]],["parent/30293",[7842,6.865]],["name/30294",[173,20.78]],["parent/30294",[7898,10.024]],["name/30295",[653,58.27]],["parent/30295",[7899,8.727]],["name/30296",[655,58.27]],["parent/30296",[7899,8.727]],["name/30297",[656,58.27]],["parent/30297",[7899,8.727]],["name/30298",[657,58.27]],["parent/30298",[7899,8.727]],["name/30299",[658,58.27]],["parent/30299",[7899,8.727]],["name/30300",[87,58.075]],["parent/30300",[7842,6.865]],["name/30301",[173,20.78]],["parent/30301",[7900,10.024]],["name/30302",[408,29.731]],["parent/30302",[7901,8.927]],["name/30303",[661,58.27]],["parent/30303",[7901,8.927]],["name/30304",[662,58.27]],["parent/30304",[7901,8.927]],["name/30305",[663,58.27]],["parent/30305",[7901,8.927]],["name/30306",[88,57.883]],["parent/30306",[7842,6.865]],["name/30307",[173,20.78]],["parent/30307",[7902,10.024]],["name/30308",[408,29.731]],["parent/30308",[7903,8.081]],["name/30309",[340,56.068]],["parent/30309",[7903,8.081]],["name/30310",[666,58.27]],["parent/30310",[7903,8.081]],["name/30311",[334,56.147]],["parent/30311",[7903,8.081]],["name/30312",[667,58.27]],["parent/30312",[7903,8.081]],["name/30313",[668,58.27]],["parent/30313",[7903,8.081]],["name/30314",[669,58.27]],["parent/30314",[7903,8.081]],["name/30315",[670,58.27]],["parent/30315",[7903,8.081]],["name/30316",[671,58.27]],["parent/30316",[7903,8.081]],["name/30317",[672,58.27]],["parent/30317",[7903,8.081]],["name/30318",[89,57.511]],["parent/30318",[7842,6.865]],["name/30319",[173,20.78]],["parent/30319",[7904,10.024]],["name/30320",[408,29.731]],["parent/30320",[7905,8.727]],["name/30321",[675,58.27]],["parent/30321",[7905,8.727]],["name/30322",[676,58.27]],["parent/30322",[7905,8.727]],["name/30323",[677,58.27]],["parent/30323",[7905,8.727]],["name/30324",[678,58.27]],["parent/30324",[7905,8.727]],["name/30325",[90,57.883]],["parent/30325",[7842,6.865]],["name/30326",[173,20.78]],["parent/30326",[7906,10.024]],["name/30327",[562,45.295]],["parent/30327",[7907,9.178]],["name/30328",[532,51.363]],["parent/30328",[7907,9.178]],["name/30329",[681,58.27]],["parent/30329",[7907,9.178]],["name/30330",[91,58.075]],["parent/30330",[7842,6.865]],["name/30331",[173,20.78]],["parent/30331",[7908,10.024]],["name/30332",[408,29.731]],["parent/30332",[7909,8.927]],["name/30333",[684,51.363]],["parent/30333",[7909,8.927]],["name/30334",[172,58.075]],["parent/30334",[7909,8.927]],["name/30335",[592,51.363]],["parent/30335",[7909,8.927]],["name/30336",[95,58.075]],["parent/30336",[7842,6.865]],["name/30337",[173,20.78]],["parent/30337",[7910,10.024]],["name/30338",[686,54.532]],["parent/30338",[7911,8.292]],["name/30339",[582,51.363]],["parent/30339",[7911,8.292]],["name/30340",[688,58.27]],["parent/30340",[7911,8.292]],["name/30341",[511,47.317]],["parent/30341",[7911,8.292]],["name/30342",[591,49.811]],["parent/30342",[7911,8.292]],["name/30343",[352,50.243]],["parent/30343",[7911,8.292]],["name/30344",[684,51.363]],["parent/30344",[7911,8.292]],["name/30345",[689,58.27]],["parent/30345",[7911,8.292]],["name/30346",[97,55.911]],["parent/30346",[7842,6.865]],["name/30347",[173,20.78]],["parent/30347",[7912,10.024]],["name/30348",[417,58.075]],["parent/30348",[7913,8.927]],["name/30349",[419,58.075]],["parent/30349",[7913,8.927]],["name/30350",[420,58.075]],["parent/30350",[7913,8.927]],["name/30351",[421,44.394]],["parent/30351",[7913,8.927]],["name/30352",[6468,69.061]],["parent/30352",[464,9.514]],["name/30353",[73,51.562]],["parent/30353",[7914,6.865]],["name/30354",[173,20.78]],["parent/30354",[7915,10.024]],["name/30355",[504,58.27]],["parent/30355",[7916,8.927]],["name/30356",[506,58.27]],["parent/30356",[7916,8.927]],["name/30357",[155,37.858]],["parent/30357",[7916,8.927]],["name/30358",[507,58.27]],["parent/30358",[7916,8.927]],["name/30359",[92,51.167]],["parent/30359",[7914,6.865]],["name/30360",[173,20.78]],["parent/30360",[7917,10.024]],["name/30361",[509,58.27]],["parent/30361",[7918,8.727]],["name/30362",[511,47.317]],["parent/30362",[7918,8.727]],["name/30363",[512,51.363]],["parent/30363",[7918,8.727]],["name/30364",[344,48.357]],["parent/30364",[7918,8.727]],["name/30365",[513,51.363]],["parent/30365",[7918,8.727]],["name/30366",[65,47.186]],["parent/30366",[7914,6.865]],["name/30367",[173,20.78]],["parent/30367",[7919,10.024]],["name/30368",[408,29.731]],["parent/30368",[7920,7.413]],["name/30369",[493,49.276]],["parent/30369",[7920,7.413]],["name/30370",[516,51.363]],["parent/30370",[7920,7.413]],["name/30371",[517,58.27]],["parent/30371",[7920,7.413]],["name/30372",[518,58.27]],["parent/30372",[7920,7.413]],["name/30373",[421,44.394]],["parent/30373",[7920,7.413]],["name/30374",[519,58.27]],["parent/30374",[7920,7.413]],["name/30375",[520,58.27]],["parent/30375",[7920,7.413]],["name/30376",[521,51.363]],["parent/30376",[7920,7.413]],["name/30377",[344,48.357]],["parent/30377",[7920,7.413]],["name/30378",[155,37.858]],["parent/30378",[7920,7.413]],["name/30379",[522,58.27]],["parent/30379",[7920,7.413]],["name/30380",[523,58.27]],["parent/30380",[7920,7.413]],["name/30381",[524,58.27]],["parent/30381",[7920,7.413]],["name/30382",[525,58.27]],["parent/30382",[7920,7.413]],["name/30383",[526,47.618]],["parent/30383",[7920,7.413]],["name/30384",[527,58.27]],["parent/30384",[7920,7.413]],["name/30385",[513,51.363]],["parent/30385",[7920,7.413]],["name/30386",[528,58.27]],["parent/30386",[7920,7.413]],["name/30387",[92,51.167]],["parent/30387",[7920,7.413]],["name/30388",[67,57.883]],["parent/30388",[7914,6.865]],["name/30389",[173,20.78]],["parent/30389",[7921,10.024]],["name/30390",[530,58.27]],["parent/30390",[7922,8.927]],["name/30391",[532,51.363]],["parent/30391",[7922,8.927]],["name/30392",[533,58.27]],["parent/30392",[7922,8.927]],["name/30393",[534,51.363]],["parent/30393",[7922,8.927]],["name/30394",[68,51.167]],["parent/30394",[7914,6.865]],["name/30395",[173,20.78]],["parent/30395",[7923,10.024]],["name/30396",[410,39.926]],["parent/30396",[7924,9.178]],["name/30397",[411,58.075]],["parent/30397",[7924,9.178]],["name/30398",[537,58.27]],["parent/30398",[7924,9.178]],["name/30399",[69,57.883]],["parent/30399",[7914,6.865]],["name/30400",[173,20.78]],["parent/30400",[7925,10.024]],["name/30401",[408,29.731]],["parent/30401",[7926,8.292]],["name/30402",[540,45.268]],["parent/30402",[7926,8.292]],["name/30403",[155,37.858]],["parent/30403",[7926,8.292]],["name/30404",[541,58.27]],["parent/30404",[7926,8.292]],["name/30405",[542,58.27]],["parent/30405",[7926,8.292]],["name/30406",[543,58.27]],["parent/30406",[7926,8.292]],["name/30407",[342,56.068]],["parent/30407",[7926,8.292]],["name/30408",[544,45.905]],["parent/30408",[7926,8.292]],["name/30409",[70,51.167]],["parent/30409",[7914,6.865]],["name/30410",[173,20.78]],["parent/30410",[7927,10.024]],["name/30411",[155,37.858]],["parent/30411",[7928,7.83]],["name/30412",[547,44.444]],["parent/30412",[7928,7.83]],["name/30413",[544,45.905]],["parent/30413",[7928,7.83]],["name/30414",[540,45.268]],["parent/30414",[7928,7.83]],["name/30415",[548,58.27]],["parent/30415",[7928,7.83]],["name/30416",[549,58.27]],["parent/30416",[7928,7.83]],["name/30417",[550,58.27]],["parent/30417",[7928,7.83]],["name/30418",[551,58.27]],["parent/30418",[7928,7.83]],["name/30419",[552,58.27]],["parent/30419",[7928,7.83]],["name/30420",[553,58.27]],["parent/30420",[7928,7.83]],["name/30421",[554,56.227]],["parent/30421",[7928,7.83]],["name/30422",[555,56.227]],["parent/30422",[7928,7.83]],["name/30423",[485,61.773]],["parent/30423",[7928,7.83]],["name/30424",[82,57.511]],["parent/30424",[7914,6.865]],["name/30425",[173,20.78]],["parent/30425",[7929,10.024]],["name/30426",[408,29.731]],["parent/30426",[7930,8.927]],["name/30427",[493,49.276]],["parent/30427",[7930,8.927]],["name/30428",[155,37.858]],["parent/30428",[7930,8.927]],["name/30429",[516,51.363]],["parent/30429",[7930,8.927]],["name/30430",[77,51.167]],["parent/30430",[7914,6.865]],["name/30431",[173,20.78]],["parent/30431",[7931,10.024]],["name/30432",[559,58.27]],["parent/30432",[7932,9.178]],["name/30433",[561,58.27]],["parent/30433",[7932,9.178]],["name/30434",[562,45.295]],["parent/30434",[7932,9.178]],["name/30435",[96,55.911]],["parent/30435",[7914,6.865]],["name/30436",[173,20.78]],["parent/30436",[7933,10.024]],["name/30437",[410,39.926]],["parent/30437",[7934,9.178]],["name/30438",[155,37.858]],["parent/30438",[7934,9.178]],["name/30439",[77,51.167]],["parent/30439",[7934,9.178]],["name/30440",[85,57.978]],["parent/30440",[7914,6.865]],["name/30441",[173,20.78]],["parent/30441",[7935,10.024]],["name/30442",[547,44.444]],["parent/30442",[7936,9.514]],["name/30443",[567,51.363]],["parent/30443",[7936,9.514]],["name/30444",[84,48.96]],["parent/30444",[7914,6.865]],["name/30445",[173,20.78]],["parent/30445",[7937,10.024]],["name/30446",[408,29.731]],["parent/30446",[7938,8.417]],["name/30447",[570,51.363]],["parent/30447",[7938,8.417]],["name/30448",[571,58.27]],["parent/30448",[7938,8.417]],["name/30449",[572,56.227]],["parent/30449",[7938,8.417]],["name/30450",[567,51.363]],["parent/30450",[7938,8.417]],["name/30451",[573,58.27]],["parent/30451",[7938,8.417]],["name/30452",[574,58.27]],["parent/30452",[7938,8.417]],["name/30453",[345,56.721]],["parent/30453",[7914,6.865]],["name/30454",[173,20.78]],["parent/30454",[7939,10.024]],["name/30455",[576,62.202]],["parent/30455",[7940,8.927]],["name/30456",[578,62.202]],["parent/30456",[7940,8.927]],["name/30457",[410,39.926]],["parent/30457",[7940,8.927]],["name/30458",[562,45.295]],["parent/30458",[7940,8.927]],["name/30459",[94,51.023]],["parent/30459",[7914,6.865]],["name/30460",[173,20.78]],["parent/30460",[7941,10.024]],["name/30461",[408,29.731]],["parent/30461",[7942,7.017]],["name/30462",[581,49.316]],["parent/30462",[7942,7.017]],["name/30463",[155,37.858]],["parent/30463",[7942,7.017]],["name/30464",[65,47.186]],["parent/30464",[7942,7.017]],["name/30465",[582,51.363]],["parent/30465",[7942,7.017]],["name/30466",[583,58.27]],["parent/30466",[7942,7.017]],["name/30467",[145,57.978]],["parent/30467",[7942,7.017]],["name/30468",[584,58.27]],["parent/30468",[7942,7.017]],["name/30469",[421,44.394]],["parent/30469",[7942,7.017]],["name/30470",[526,47.618]],["parent/30470",[7942,7.017]],["name/30471",[585,58.27]],["parent/30471",[7942,7.017]],["name/30472",[586,58.27]],["parent/30472",[7942,7.017]],["name/30473",[587,58.27]],["parent/30473",[7942,7.017]],["name/30474",[588,58.27]],["parent/30474",[7942,7.017]],["name/30475",[589,58.27]],["parent/30475",[7942,7.017]],["name/30476",[590,58.27]],["parent/30476",[7942,7.017]],["name/30477",[511,47.317]],["parent/30477",[7942,7.017]],["name/30478",[591,49.811]],["parent/30478",[7942,7.017]],["name/30479",[352,50.243]],["parent/30479",[7942,7.017]],["name/30480",[592,51.363]],["parent/30480",[7942,7.017]],["name/30481",[593,56.227]],["parent/30481",[7942,7.017]],["name/30482",[594,56.227]],["parent/30482",[7942,7.017]],["name/30483",[70,51.167]],["parent/30483",[7942,7.017]],["name/30484",[84,48.96]],["parent/30484",[7942,7.017]],["name/30485",[68,51.167]],["parent/30485",[7942,7.017]],["name/30486",[512,51.363]],["parent/30486",[7942,7.017]],["name/30487",[595,58.27]],["parent/30487",[7942,7.017]],["name/30488",[597,58.27]],["parent/30488",[7942,7.017]],["name/30489",[485,61.773]],["parent/30489",[7942,7.017]],["name/30490",[173,20.78]],["parent/30490",[7942,7.017]],["name/30491",[71,49.643]],["parent/30491",[7943,8.181]],["name/30492",[173,20.78]],["parent/30492",[7943,8.181]],["name/30493",[6499,62.202]],["parent/30493",[7944,9.514]],["name/30494",[591,49.811]],["parent/30494",[7943,8.181]],["name/30495",[173,20.78]],["parent/30495",[7943,8.181]],["name/30496",[6499,62.202]],["parent/30496",[7944,9.514]],["name/30497",[6501,69.061]],["parent/30497",[7943,8.181]],["name/30498",[6502,69.061]],["parent/30498",[7943,8.181]],["name/30499",[596,62.202]],["parent/30499",[7943,8.181]],["name/30500",[6503,69.061]],["parent/30500",[7943,8.181]],["name/30501",[6504,69.061]],["parent/30501",[7943,8.181]],["name/30502",[71,49.643]],["parent/30502",[7914,6.865]],["name/30503",[173,20.78]],["parent/30503",[7945,10.024]],["name/30504",[599,58.27]],["parent/30504",[7946,9.514]],["name/30505",[601,58.27]],["parent/30505",[7946,9.514]],["name/30506",[72,57.883]],["parent/30506",[7914,6.865]],["name/30507",[173,20.78]],["parent/30507",[7947,10.024]],["name/30508",[408,29.731]],["parent/30508",[7948,8.927]],["name/30509",[562,45.295]],["parent/30509",[7948,8.927]],["name/30510",[604,58.27]],["parent/30510",[7948,8.927]],["name/30511",[605,58.27]],["parent/30511",[7948,8.927]],["name/30512",[74,58.075]],["parent/30512",[7914,6.865]],["name/30513",[173,20.78]],["parent/30513",[7949,10.024]],["name/30514",[408,29.731]],["parent/30514",[7950,8.927]],["name/30515",[410,39.926]],["parent/30515",[7950,8.927]],["name/30516",[521,51.363]],["parent/30516",[7950,8.927]],["name/30517",[608,58.27]],["parent/30517",[7950,8.927]],["name/30518",[75,57.883]],["parent/30518",[7914,6.865]],["name/30519",[173,20.78]],["parent/30519",[7951,10.024]],["name/30520",[410,39.926]],["parent/30520",[7952,9.178]],["name/30521",[611,58.27]],["parent/30521",[7952,9.178]],["name/30522",[612,58.27]],["parent/30522",[7952,9.178]],["name/30523",[76,57.883]],["parent/30523",[7914,6.865]],["name/30524",[173,20.78]],["parent/30524",[7953,10.024]],["name/30525",[408,29.731]],["parent/30525",[7954,8.56]],["name/30526",[615,58.27]],["parent/30526",[7954,8.56]],["name/30527",[71,49.643]],["parent/30527",[7954,8.56]],["name/30528",[570,51.363]],["parent/30528",[7954,8.56]],["name/30529",[616,58.27]],["parent/30529",[7954,8.56]],["name/30530",[617,58.27]],["parent/30530",[7954,8.56]],["name/30531",[78,58.075]],["parent/30531",[7914,6.865]],["name/30532",[173,20.78]],["parent/30532",[7955,10.024]],["name/30533",[619,58.27]],["parent/30533",[7956,8.727]],["name/30534",[621,58.27]],["parent/30534",[7956,8.727]],["name/30535",[622,47.317]],["parent/30535",[7956,8.727]],["name/30536",[623,58.27]],["parent/30536",[7956,8.727]],["name/30537",[624,58.27]],["parent/30537",[7956,8.727]],["name/30538",[98,51.167]],["parent/30538",[7914,6.865]],["name/30539",[173,20.78]],["parent/30539",[7957,10.024]],["name/30540",[626,58.27]],["parent/30540",[7958,10.024]],["name/30541",[93,50.025]],["parent/30541",[7914,6.865]],["name/30542",[173,20.78]],["parent/30542",[7959,10.024]],["name/30543",[629,58.27]],["parent/30543",[7960,9.178]],["name/30544",[631,58.27]],["parent/30544",[7960,9.178]],["name/30545",[632,58.27]],["parent/30545",[7960,9.178]],["name/30546",[79,57.883]],["parent/30546",[7914,6.865]],["name/30547",[173,20.78]],["parent/30547",[7961,10.024]],["name/30548",[581,49.316]],["parent/30548",[7962,7.907]],["name/30549",[547,44.444]],["parent/30549",[7962,7.907]],["name/30550",[544,45.905]],["parent/30550",[7962,7.907]],["name/30551",[635,58.27]],["parent/30551",[7962,7.907]],["name/30552",[636,46.586]],["parent/30552",[7962,7.907]],["name/30553",[637,58.27]],["parent/30553",[7962,7.907]],["name/30554",[98,51.167]],["parent/30554",[7962,7.907]],["name/30555",[93,50.025]],["parent/30555",[7962,7.907]],["name/30556",[638,58.27]],["parent/30556",[7962,7.907]],["name/30557",[639,58.27]],["parent/30557",[7962,7.907]],["name/30558",[640,58.27]],["parent/30558",[7962,7.907]],["name/30559",[534,51.363]],["parent/30559",[7962,7.907]],["name/30560",[80,55.757]],["parent/30560",[7914,6.865]],["name/30561",[173,20.78]],["parent/30561",[7963,10.024]],["name/30562",[408,29.731]],["parent/30562",[7964,9.514]],["name/30563",[547,44.444]],["parent/30563",[7964,9.514]],["name/30564",[81,57.883]],["parent/30564",[7914,6.865]],["name/30565",[173,20.78]],["parent/30565",[7965,10.024]],["name/30566",[644,58.27]],["parent/30566",[7966,8.927]],["name/30567",[173,20.78]],["parent/30567",[7966,8.927]],["name/30568",[646,51.363]],["parent/30568",[7967,8.56]],["name/30569",[636,46.586]],["parent/30569",[7967,8.56]],["name/30570",[622,47.317]],["parent/30570",[7967,8.56]],["name/30571",[648,58.27]],["parent/30571",[7966,8.927]],["name/30572",[173,20.78]],["parent/30572",[7966,8.927]],["name/30573",[646,51.363]],["parent/30573",[7967,8.56]],["name/30574",[636,46.586]],["parent/30574",[7967,8.56]],["name/30575",[622,47.317]],["parent/30575",[7967,8.56]],["name/30576",[83,55.604]],["parent/30576",[7914,6.865]],["name/30577",[173,20.78]],["parent/30577",[7968,10.024]],["name/30578",[65,47.186]],["parent/30578",[7969,8.56]],["name/30579",[421,44.394]],["parent/30579",[7969,8.56]],["name/30580",[408,29.731]],["parent/30580",[7969,8.56]],["name/30581",[94,51.023]],["parent/30581",[7969,8.56]],["name/30582",[73,51.562]],["parent/30582",[7969,8.56]],["name/30583",[540,45.268]],["parent/30583",[7969,8.56]],["name/30584",[651,56.147]],["parent/30584",[7914,6.865]],["name/30585",[86,57.883]],["parent/30585",[7914,6.865]],["name/30586",[173,20.78]],["parent/30586",[7970,10.024]],["name/30587",[653,58.27]],["parent/30587",[7971,8.727]],["name/30588",[655,58.27]],["parent/30588",[7971,8.727]],["name/30589",[656,58.27]],["parent/30589",[7971,8.727]],["name/30590",[657,58.27]],["parent/30590",[7971,8.727]],["name/30591",[658,58.27]],["parent/30591",[7971,8.727]],["name/30592",[87,58.075]],["parent/30592",[7914,6.865]],["name/30593",[173,20.78]],["parent/30593",[7972,10.024]],["name/30594",[408,29.731]],["parent/30594",[7973,8.927]],["name/30595",[661,58.27]],["parent/30595",[7973,8.927]],["name/30596",[662,58.27]],["parent/30596",[7973,8.927]],["name/30597",[663,58.27]],["parent/30597",[7973,8.927]],["name/30598",[88,57.883]],["parent/30598",[7914,6.865]],["name/30599",[173,20.78]],["parent/30599",[7974,10.024]],["name/30600",[408,29.731]],["parent/30600",[7975,8.081]],["name/30601",[340,56.068]],["parent/30601",[7975,8.081]],["name/30602",[666,58.27]],["parent/30602",[7975,8.081]],["name/30603",[334,56.147]],["parent/30603",[7975,8.081]],["name/30604",[667,58.27]],["parent/30604",[7975,8.081]],["name/30605",[668,58.27]],["parent/30605",[7975,8.081]],["name/30606",[669,58.27]],["parent/30606",[7975,8.081]],["name/30607",[670,58.27]],["parent/30607",[7975,8.081]],["name/30608",[671,58.27]],["parent/30608",[7975,8.081]],["name/30609",[672,58.27]],["parent/30609",[7975,8.081]],["name/30610",[89,57.511]],["parent/30610",[7914,6.865]],["name/30611",[173,20.78]],["parent/30611",[7976,10.024]],["name/30612",[408,29.731]],["parent/30612",[7977,8.727]],["name/30613",[675,58.27]],["parent/30613",[7977,8.727]],["name/30614",[676,58.27]],["parent/30614",[7977,8.727]],["name/30615",[677,58.27]],["parent/30615",[7977,8.727]],["name/30616",[678,58.27]],["parent/30616",[7977,8.727]],["name/30617",[90,57.883]],["parent/30617",[7914,6.865]],["name/30618",[173,20.78]],["parent/30618",[7978,10.024]],["name/30619",[562,45.295]],["parent/30619",[7979,9.178]],["name/30620",[532,51.363]],["parent/30620",[7979,9.178]],["name/30621",[681,58.27]],["parent/30621",[7979,9.178]],["name/30622",[91,58.075]],["parent/30622",[7914,6.865]],["name/30623",[173,20.78]],["parent/30623",[7980,10.024]],["name/30624",[408,29.731]],["parent/30624",[7981,8.927]],["name/30625",[684,51.363]],["parent/30625",[7981,8.927]],["name/30626",[172,58.075]],["parent/30626",[7981,8.927]],["name/30627",[592,51.363]],["parent/30627",[7981,8.927]],["name/30628",[95,58.075]],["parent/30628",[7914,6.865]],["name/30629",[173,20.78]],["parent/30629",[7982,10.024]],["name/30630",[686,54.532]],["parent/30630",[7983,8.292]],["name/30631",[582,51.363]],["parent/30631",[7983,8.292]],["name/30632",[688,58.27]],["parent/30632",[7983,8.292]],["name/30633",[511,47.317]],["parent/30633",[7983,8.292]],["name/30634",[591,49.811]],["parent/30634",[7983,8.292]],["name/30635",[352,50.243]],["parent/30635",[7983,8.292]],["name/30636",[684,51.363]],["parent/30636",[7983,8.292]],["name/30637",[689,58.27]],["parent/30637",[7983,8.292]],["name/30638",[97,55.911]],["parent/30638",[7914,6.865]],["name/30639",[173,20.78]],["parent/30639",[7984,10.024]],["name/30640",[417,58.075]],["parent/30640",[7985,8.927]],["name/30641",[419,58.075]],["parent/30641",[7985,8.927]],["name/30642",[420,58.075]],["parent/30642",[7985,8.927]],["name/30643",[421,44.394]],["parent/30643",[7985,8.927]],["name/30644",[6468,69.061]],["parent/30644",[465,9.514]],["name/30645",[73,51.562]],["parent/30645",[7986,6.865]],["name/30646",[173,20.78]],["parent/30646",[7987,10.024]],["name/30647",[504,58.27]],["parent/30647",[7988,8.927]],["name/30648",[506,58.27]],["parent/30648",[7988,8.927]],["name/30649",[155,37.858]],["parent/30649",[7988,8.927]],["name/30650",[507,58.27]],["parent/30650",[7988,8.927]],["name/30651",[92,51.167]],["parent/30651",[7986,6.865]],["name/30652",[173,20.78]],["parent/30652",[7989,10.024]],["name/30653",[509,58.27]],["parent/30653",[7990,8.727]],["name/30654",[511,47.317]],["parent/30654",[7990,8.727]],["name/30655",[512,51.363]],["parent/30655",[7990,8.727]],["name/30656",[344,48.357]],["parent/30656",[7990,8.727]],["name/30657",[513,51.363]],["parent/30657",[7990,8.727]],["name/30658",[65,47.186]],["parent/30658",[7986,6.865]],["name/30659",[173,20.78]],["parent/30659",[7991,10.024]],["name/30660",[408,29.731]],["parent/30660",[7992,7.413]],["name/30661",[493,49.276]],["parent/30661",[7992,7.413]],["name/30662",[516,51.363]],["parent/30662",[7992,7.413]],["name/30663",[517,58.27]],["parent/30663",[7992,7.413]],["name/30664",[518,58.27]],["parent/30664",[7992,7.413]],["name/30665",[421,44.394]],["parent/30665",[7992,7.413]],["name/30666",[519,58.27]],["parent/30666",[7992,7.413]],["name/30667",[520,58.27]],["parent/30667",[7992,7.413]],["name/30668",[521,51.363]],["parent/30668",[7992,7.413]],["name/30669",[344,48.357]],["parent/30669",[7992,7.413]],["name/30670",[155,37.858]],["parent/30670",[7992,7.413]],["name/30671",[522,58.27]],["parent/30671",[7992,7.413]],["name/30672",[523,58.27]],["parent/30672",[7992,7.413]],["name/30673",[524,58.27]],["parent/30673",[7992,7.413]],["name/30674",[525,58.27]],["parent/30674",[7992,7.413]],["name/30675",[526,47.618]],["parent/30675",[7992,7.413]],["name/30676",[527,58.27]],["parent/30676",[7992,7.413]],["name/30677",[513,51.363]],["parent/30677",[7992,7.413]],["name/30678",[528,58.27]],["parent/30678",[7992,7.413]],["name/30679",[92,51.167]],["parent/30679",[7992,7.413]],["name/30680",[67,57.883]],["parent/30680",[7986,6.865]],["name/30681",[173,20.78]],["parent/30681",[7993,10.024]],["name/30682",[530,58.27]],["parent/30682",[7994,8.927]],["name/30683",[532,51.363]],["parent/30683",[7994,8.927]],["name/30684",[533,58.27]],["parent/30684",[7994,8.927]],["name/30685",[534,51.363]],["parent/30685",[7994,8.927]],["name/30686",[68,51.167]],["parent/30686",[7986,6.865]],["name/30687",[173,20.78]],["parent/30687",[7995,10.024]],["name/30688",[410,39.926]],["parent/30688",[7996,9.178]],["name/30689",[411,58.075]],["parent/30689",[7996,9.178]],["name/30690",[537,58.27]],["parent/30690",[7996,9.178]],["name/30691",[69,57.883]],["parent/30691",[7986,6.865]],["name/30692",[173,20.78]],["parent/30692",[7997,10.024]],["name/30693",[408,29.731]],["parent/30693",[7998,8.292]],["name/30694",[540,45.268]],["parent/30694",[7998,8.292]],["name/30695",[155,37.858]],["parent/30695",[7998,8.292]],["name/30696",[541,58.27]],["parent/30696",[7998,8.292]],["name/30697",[542,58.27]],["parent/30697",[7998,8.292]],["name/30698",[543,58.27]],["parent/30698",[7998,8.292]],["name/30699",[342,56.068]],["parent/30699",[7998,8.292]],["name/30700",[544,45.905]],["parent/30700",[7998,8.292]],["name/30701",[70,51.167]],["parent/30701",[7986,6.865]],["name/30702",[173,20.78]],["parent/30702",[7999,10.024]],["name/30703",[155,37.858]],["parent/30703",[8000,7.83]],["name/30704",[547,44.444]],["parent/30704",[8000,7.83]],["name/30705",[544,45.905]],["parent/30705",[8000,7.83]],["name/30706",[540,45.268]],["parent/30706",[8000,7.83]],["name/30707",[548,58.27]],["parent/30707",[8000,7.83]],["name/30708",[549,58.27]],["parent/30708",[8000,7.83]],["name/30709",[550,58.27]],["parent/30709",[8000,7.83]],["name/30710",[551,58.27]],["parent/30710",[8000,7.83]],["name/30711",[552,58.27]],["parent/30711",[8000,7.83]],["name/30712",[553,58.27]],["parent/30712",[8000,7.83]],["name/30713",[554,56.227]],["parent/30713",[8000,7.83]],["name/30714",[555,56.227]],["parent/30714",[8000,7.83]],["name/30715",[485,61.773]],["parent/30715",[8000,7.83]],["name/30716",[82,57.511]],["parent/30716",[7986,6.865]],["name/30717",[173,20.78]],["parent/30717",[8001,10.024]],["name/30718",[408,29.731]],["parent/30718",[8002,8.927]],["name/30719",[493,49.276]],["parent/30719",[8002,8.927]],["name/30720",[155,37.858]],["parent/30720",[8002,8.927]],["name/30721",[516,51.363]],["parent/30721",[8002,8.927]],["name/30722",[77,51.167]],["parent/30722",[7986,6.865]],["name/30723",[173,20.78]],["parent/30723",[8003,10.024]],["name/30724",[559,58.27]],["parent/30724",[8004,9.178]],["name/30725",[561,58.27]],["parent/30725",[8004,9.178]],["name/30726",[562,45.295]],["parent/30726",[8004,9.178]],["name/30727",[96,55.911]],["parent/30727",[7986,6.865]],["name/30728",[173,20.78]],["parent/30728",[8005,10.024]],["name/30729",[410,39.926]],["parent/30729",[8006,9.178]],["name/30730",[155,37.858]],["parent/30730",[8006,9.178]],["name/30731",[77,51.167]],["parent/30731",[8006,9.178]],["name/30732",[85,57.978]],["parent/30732",[7986,6.865]],["name/30733",[173,20.78]],["parent/30733",[8007,10.024]],["name/30734",[547,44.444]],["parent/30734",[8008,9.514]],["name/30735",[567,51.363]],["parent/30735",[8008,9.514]],["name/30736",[84,48.96]],["parent/30736",[7986,6.865]],["name/30737",[173,20.78]],["parent/30737",[8009,10.024]],["name/30738",[408,29.731]],["parent/30738",[8010,8.417]],["name/30739",[570,51.363]],["parent/30739",[8010,8.417]],["name/30740",[571,58.27]],["parent/30740",[8010,8.417]],["name/30741",[572,56.227]],["parent/30741",[8010,8.417]],["name/30742",[567,51.363]],["parent/30742",[8010,8.417]],["name/30743",[573,58.27]],["parent/30743",[8010,8.417]],["name/30744",[574,58.27]],["parent/30744",[8010,8.417]],["name/30745",[345,56.721]],["parent/30745",[7986,6.865]],["name/30746",[173,20.78]],["parent/30746",[8011,10.024]],["name/30747",[576,62.202]],["parent/30747",[8012,8.927]],["name/30748",[578,62.202]],["parent/30748",[8012,8.927]],["name/30749",[410,39.926]],["parent/30749",[8012,8.927]],["name/30750",[562,45.295]],["parent/30750",[8012,8.927]],["name/30751",[94,51.023]],["parent/30751",[7986,6.865]],["name/30752",[173,20.78]],["parent/30752",[8013,10.024]],["name/30753",[408,29.731]],["parent/30753",[8014,7.017]],["name/30754",[581,49.316]],["parent/30754",[8014,7.017]],["name/30755",[155,37.858]],["parent/30755",[8014,7.017]],["name/30756",[65,47.186]],["parent/30756",[8014,7.017]],["name/30757",[582,51.363]],["parent/30757",[8014,7.017]],["name/30758",[583,58.27]],["parent/30758",[8014,7.017]],["name/30759",[145,57.978]],["parent/30759",[8014,7.017]],["name/30760",[584,58.27]],["parent/30760",[8014,7.017]],["name/30761",[421,44.394]],["parent/30761",[8014,7.017]],["name/30762",[526,47.618]],["parent/30762",[8014,7.017]],["name/30763",[585,58.27]],["parent/30763",[8014,7.017]],["name/30764",[586,58.27]],["parent/30764",[8014,7.017]],["name/30765",[587,58.27]],["parent/30765",[8014,7.017]],["name/30766",[588,58.27]],["parent/30766",[8014,7.017]],["name/30767",[589,58.27]],["parent/30767",[8014,7.017]],["name/30768",[590,58.27]],["parent/30768",[8014,7.017]],["name/30769",[511,47.317]],["parent/30769",[8014,7.017]],["name/30770",[591,49.811]],["parent/30770",[8014,7.017]],["name/30771",[352,50.243]],["parent/30771",[8014,7.017]],["name/30772",[592,51.363]],["parent/30772",[8014,7.017]],["name/30773",[593,56.227]],["parent/30773",[8014,7.017]],["name/30774",[594,56.227]],["parent/30774",[8014,7.017]],["name/30775",[70,51.167]],["parent/30775",[8014,7.017]],["name/30776",[84,48.96]],["parent/30776",[8014,7.017]],["name/30777",[68,51.167]],["parent/30777",[8014,7.017]],["name/30778",[512,51.363]],["parent/30778",[8014,7.017]],["name/30779",[595,58.27]],["parent/30779",[8014,7.017]],["name/30780",[597,58.27]],["parent/30780",[8014,7.017]],["name/30781",[485,61.773]],["parent/30781",[8014,7.017]],["name/30782",[173,20.78]],["parent/30782",[8014,7.017]],["name/30783",[71,49.643]],["parent/30783",[8015,8.181]],["name/30784",[173,20.78]],["parent/30784",[8015,8.181]],["name/30785",[6499,62.202]],["parent/30785",[8016,9.514]],["name/30786",[591,49.811]],["parent/30786",[8015,8.181]],["name/30787",[173,20.78]],["parent/30787",[8015,8.181]],["name/30788",[6499,62.202]],["parent/30788",[8016,9.514]],["name/30789",[6501,69.061]],["parent/30789",[8015,8.181]],["name/30790",[6502,69.061]],["parent/30790",[8015,8.181]],["name/30791",[596,62.202]],["parent/30791",[8015,8.181]],["name/30792",[6503,69.061]],["parent/30792",[8015,8.181]],["name/30793",[6504,69.061]],["parent/30793",[8015,8.181]],["name/30794",[71,49.643]],["parent/30794",[7986,6.865]],["name/30795",[173,20.78]],["parent/30795",[8017,10.024]],["name/30796",[599,58.27]],["parent/30796",[8018,9.514]],["name/30797",[601,58.27]],["parent/30797",[8018,9.514]],["name/30798",[72,57.883]],["parent/30798",[7986,6.865]],["name/30799",[173,20.78]],["parent/30799",[8019,10.024]],["name/30800",[408,29.731]],["parent/30800",[8020,8.927]],["name/30801",[562,45.295]],["parent/30801",[8020,8.927]],["name/30802",[604,58.27]],["parent/30802",[8020,8.927]],["name/30803",[605,58.27]],["parent/30803",[8020,8.927]],["name/30804",[74,58.075]],["parent/30804",[7986,6.865]],["name/30805",[173,20.78]],["parent/30805",[8021,10.024]],["name/30806",[408,29.731]],["parent/30806",[8022,8.927]],["name/30807",[410,39.926]],["parent/30807",[8022,8.927]],["name/30808",[521,51.363]],["parent/30808",[8022,8.927]],["name/30809",[608,58.27]],["parent/30809",[8022,8.927]],["name/30810",[75,57.883]],["parent/30810",[7986,6.865]],["name/30811",[173,20.78]],["parent/30811",[8023,10.024]],["name/30812",[410,39.926]],["parent/30812",[8024,9.178]],["name/30813",[611,58.27]],["parent/30813",[8024,9.178]],["name/30814",[612,58.27]],["parent/30814",[8024,9.178]],["name/30815",[76,57.883]],["parent/30815",[7986,6.865]],["name/30816",[173,20.78]],["parent/30816",[8025,10.024]],["name/30817",[408,29.731]],["parent/30817",[8026,8.56]],["name/30818",[615,58.27]],["parent/30818",[8026,8.56]],["name/30819",[71,49.643]],["parent/30819",[8026,8.56]],["name/30820",[570,51.363]],["parent/30820",[8026,8.56]],["name/30821",[616,58.27]],["parent/30821",[8026,8.56]],["name/30822",[617,58.27]],["parent/30822",[8026,8.56]],["name/30823",[78,58.075]],["parent/30823",[7986,6.865]],["name/30824",[173,20.78]],["parent/30824",[8027,10.024]],["name/30825",[619,58.27]],["parent/30825",[8028,8.727]],["name/30826",[621,58.27]],["parent/30826",[8028,8.727]],["name/30827",[622,47.317]],["parent/30827",[8028,8.727]],["name/30828",[623,58.27]],["parent/30828",[8028,8.727]],["name/30829",[624,58.27]],["parent/30829",[8028,8.727]],["name/30830",[98,51.167]],["parent/30830",[7986,6.865]],["name/30831",[173,20.78]],["parent/30831",[8029,10.024]],["name/30832",[626,58.27]],["parent/30832",[8030,10.024]],["name/30833",[93,50.025]],["parent/30833",[7986,6.865]],["name/30834",[173,20.78]],["parent/30834",[8031,10.024]],["name/30835",[629,58.27]],["parent/30835",[8032,9.178]],["name/30836",[631,58.27]],["parent/30836",[8032,9.178]],["name/30837",[632,58.27]],["parent/30837",[8032,9.178]],["name/30838",[79,57.883]],["parent/30838",[7986,6.865]],["name/30839",[173,20.78]],["parent/30839",[8033,10.024]],["name/30840",[581,49.316]],["parent/30840",[8034,7.907]],["name/30841",[547,44.444]],["parent/30841",[8034,7.907]],["name/30842",[544,45.905]],["parent/30842",[8034,7.907]],["name/30843",[635,58.27]],["parent/30843",[8034,7.907]],["name/30844",[636,46.586]],["parent/30844",[8034,7.907]],["name/30845",[637,58.27]],["parent/30845",[8034,7.907]],["name/30846",[98,51.167]],["parent/30846",[8034,7.907]],["name/30847",[93,50.025]],["parent/30847",[8034,7.907]],["name/30848",[638,58.27]],["parent/30848",[8034,7.907]],["name/30849",[639,58.27]],["parent/30849",[8034,7.907]],["name/30850",[640,58.27]],["parent/30850",[8034,7.907]],["name/30851",[534,51.363]],["parent/30851",[8034,7.907]],["name/30852",[80,55.757]],["parent/30852",[7986,6.865]],["name/30853",[173,20.78]],["parent/30853",[8035,10.024]],["name/30854",[408,29.731]],["parent/30854",[8036,9.514]],["name/30855",[547,44.444]],["parent/30855",[8036,9.514]],["name/30856",[81,57.883]],["parent/30856",[7986,6.865]],["name/30857",[173,20.78]],["parent/30857",[8037,10.024]],["name/30858",[644,58.27]],["parent/30858",[8038,8.927]],["name/30859",[173,20.78]],["parent/30859",[8038,8.927]],["name/30860",[646,51.363]],["parent/30860",[8039,8.56]],["name/30861",[636,46.586]],["parent/30861",[8039,8.56]],["name/30862",[622,47.317]],["parent/30862",[8039,8.56]],["name/30863",[648,58.27]],["parent/30863",[8038,8.927]],["name/30864",[173,20.78]],["parent/30864",[8038,8.927]],["name/30865",[646,51.363]],["parent/30865",[8039,8.56]],["name/30866",[636,46.586]],["parent/30866",[8039,8.56]],["name/30867",[622,47.317]],["parent/30867",[8039,8.56]],["name/30868",[83,55.604]],["parent/30868",[7986,6.865]],["name/30869",[173,20.78]],["parent/30869",[8040,10.024]],["name/30870",[65,47.186]],["parent/30870",[8041,8.56]],["name/30871",[421,44.394]],["parent/30871",[8041,8.56]],["name/30872",[408,29.731]],["parent/30872",[8041,8.56]],["name/30873",[94,51.023]],["parent/30873",[8041,8.56]],["name/30874",[73,51.562]],["parent/30874",[8041,8.56]],["name/30875",[540,45.268]],["parent/30875",[8041,8.56]],["name/30876",[651,56.147]],["parent/30876",[7986,6.865]],["name/30877",[86,57.883]],["parent/30877",[7986,6.865]],["name/30878",[173,20.78]],["parent/30878",[8042,10.024]],["name/30879",[653,58.27]],["parent/30879",[8043,8.727]],["name/30880",[655,58.27]],["parent/30880",[8043,8.727]],["name/30881",[656,58.27]],["parent/30881",[8043,8.727]],["name/30882",[657,58.27]],["parent/30882",[8043,8.727]],["name/30883",[658,58.27]],["parent/30883",[8043,8.727]],["name/30884",[87,58.075]],["parent/30884",[7986,6.865]],["name/30885",[173,20.78]],["parent/30885",[8044,10.024]],["name/30886",[408,29.731]],["parent/30886",[8045,8.927]],["name/30887",[661,58.27]],["parent/30887",[8045,8.927]],["name/30888",[662,58.27]],["parent/30888",[8045,8.927]],["name/30889",[663,58.27]],["parent/30889",[8045,8.927]],["name/30890",[88,57.883]],["parent/30890",[7986,6.865]],["name/30891",[173,20.78]],["parent/30891",[8046,10.024]],["name/30892",[408,29.731]],["parent/30892",[8047,8.081]],["name/30893",[340,56.068]],["parent/30893",[8047,8.081]],["name/30894",[666,58.27]],["parent/30894",[8047,8.081]],["name/30895",[334,56.147]],["parent/30895",[8047,8.081]],["name/30896",[667,58.27]],["parent/30896",[8047,8.081]],["name/30897",[668,58.27]],["parent/30897",[8047,8.081]],["name/30898",[669,58.27]],["parent/30898",[8047,8.081]],["name/30899",[670,58.27]],["parent/30899",[8047,8.081]],["name/30900",[671,58.27]],["parent/30900",[8047,8.081]],["name/30901",[672,58.27]],["parent/30901",[8047,8.081]],["name/30902",[89,57.511]],["parent/30902",[7986,6.865]],["name/30903",[173,20.78]],["parent/30903",[8048,10.024]],["name/30904",[408,29.731]],["parent/30904",[8049,8.727]],["name/30905",[675,58.27]],["parent/30905",[8049,8.727]],["name/30906",[676,58.27]],["parent/30906",[8049,8.727]],["name/30907",[677,58.27]],["parent/30907",[8049,8.727]],["name/30908",[678,58.27]],["parent/30908",[8049,8.727]],["name/30909",[90,57.883]],["parent/30909",[7986,6.865]],["name/30910",[173,20.78]],["parent/30910",[8050,10.024]],["name/30911",[562,45.295]],["parent/30911",[8051,9.178]],["name/30912",[532,51.363]],["parent/30912",[8051,9.178]],["name/30913",[681,58.27]],["parent/30913",[8051,9.178]],["name/30914",[91,58.075]],["parent/30914",[7986,6.865]],["name/30915",[173,20.78]],["parent/30915",[8052,10.024]],["name/30916",[408,29.731]],["parent/30916",[8053,8.927]],["name/30917",[684,51.363]],["parent/30917",[8053,8.927]],["name/30918",[172,58.075]],["parent/30918",[8053,8.927]],["name/30919",[592,51.363]],["parent/30919",[8053,8.927]],["name/30920",[95,58.075]],["parent/30920",[7986,6.865]],["name/30921",[173,20.78]],["parent/30921",[8054,10.024]],["name/30922",[686,54.532]],["parent/30922",[8055,8.292]],["name/30923",[582,51.363]],["parent/30923",[8055,8.292]],["name/30924",[688,58.27]],["parent/30924",[8055,8.292]],["name/30925",[511,47.317]],["parent/30925",[8055,8.292]],["name/30926",[591,49.811]],["parent/30926",[8055,8.292]],["name/30927",[352,50.243]],["parent/30927",[8055,8.292]],["name/30928",[684,51.363]],["parent/30928",[8055,8.292]],["name/30929",[689,58.27]],["parent/30929",[8055,8.292]],["name/30930",[97,55.911]],["parent/30930",[7986,6.865]],["name/30931",[173,20.78]],["parent/30931",[8056,10.024]],["name/30932",[417,58.075]],["parent/30932",[8057,8.927]],["name/30933",[419,58.075]],["parent/30933",[8057,8.927]],["name/30934",[420,58.075]],["parent/30934",[8057,8.927]],["name/30935",[421,44.394]],["parent/30935",[8057,8.927]],["name/30936",[6468,69.061]],["parent/30936",[466,9.514]],["name/30937",[73,51.562]],["parent/30937",[8058,6.865]],["name/30938",[173,20.78]],["parent/30938",[8059,10.024]],["name/30939",[504,58.27]],["parent/30939",[8060,8.927]],["name/30940",[506,58.27]],["parent/30940",[8060,8.927]],["name/30941",[155,37.858]],["parent/30941",[8060,8.927]],["name/30942",[507,58.27]],["parent/30942",[8060,8.927]],["name/30943",[92,51.167]],["parent/30943",[8058,6.865]],["name/30944",[173,20.78]],["parent/30944",[8061,10.024]],["name/30945",[509,58.27]],["parent/30945",[8062,8.727]],["name/30946",[511,47.317]],["parent/30946",[8062,8.727]],["name/30947",[512,51.363]],["parent/30947",[8062,8.727]],["name/30948",[344,48.357]],["parent/30948",[8062,8.727]],["name/30949",[513,51.363]],["parent/30949",[8062,8.727]],["name/30950",[65,47.186]],["parent/30950",[8058,6.865]],["name/30951",[173,20.78]],["parent/30951",[8063,10.024]],["name/30952",[408,29.731]],["parent/30952",[8064,7.413]],["name/30953",[493,49.276]],["parent/30953",[8064,7.413]],["name/30954",[516,51.363]],["parent/30954",[8064,7.413]],["name/30955",[517,58.27]],["parent/30955",[8064,7.413]],["name/30956",[518,58.27]],["parent/30956",[8064,7.413]],["name/30957",[421,44.394]],["parent/30957",[8064,7.413]],["name/30958",[519,58.27]],["parent/30958",[8064,7.413]],["name/30959",[520,58.27]],["parent/30959",[8064,7.413]],["name/30960",[521,51.363]],["parent/30960",[8064,7.413]],["name/30961",[344,48.357]],["parent/30961",[8064,7.413]],["name/30962",[155,37.858]],["parent/30962",[8064,7.413]],["name/30963",[522,58.27]],["parent/30963",[8064,7.413]],["name/30964",[523,58.27]],["parent/30964",[8064,7.413]],["name/30965",[524,58.27]],["parent/30965",[8064,7.413]],["name/30966",[525,58.27]],["parent/30966",[8064,7.413]],["name/30967",[526,47.618]],["parent/30967",[8064,7.413]],["name/30968",[527,58.27]],["parent/30968",[8064,7.413]],["name/30969",[513,51.363]],["parent/30969",[8064,7.413]],["name/30970",[528,58.27]],["parent/30970",[8064,7.413]],["name/30971",[92,51.167]],["parent/30971",[8064,7.413]],["name/30972",[67,57.883]],["parent/30972",[8058,6.865]],["name/30973",[173,20.78]],["parent/30973",[8065,10.024]],["name/30974",[530,58.27]],["parent/30974",[8066,8.927]],["name/30975",[532,51.363]],["parent/30975",[8066,8.927]],["name/30976",[533,58.27]],["parent/30976",[8066,8.927]],["name/30977",[534,51.363]],["parent/30977",[8066,8.927]],["name/30978",[68,51.167]],["parent/30978",[8058,6.865]],["name/30979",[173,20.78]],["parent/30979",[8067,10.024]],["name/30980",[410,39.926]],["parent/30980",[8068,9.178]],["name/30981",[411,58.075]],["parent/30981",[8068,9.178]],["name/30982",[537,58.27]],["parent/30982",[8068,9.178]],["name/30983",[69,57.883]],["parent/30983",[8058,6.865]],["name/30984",[173,20.78]],["parent/30984",[8069,10.024]],["name/30985",[408,29.731]],["parent/30985",[8070,8.292]],["name/30986",[540,45.268]],["parent/30986",[8070,8.292]],["name/30987",[155,37.858]],["parent/30987",[8070,8.292]],["name/30988",[541,58.27]],["parent/30988",[8070,8.292]],["name/30989",[542,58.27]],["parent/30989",[8070,8.292]],["name/30990",[543,58.27]],["parent/30990",[8070,8.292]],["name/30991",[342,56.068]],["parent/30991",[8070,8.292]],["name/30992",[544,45.905]],["parent/30992",[8070,8.292]],["name/30993",[70,51.167]],["parent/30993",[8058,6.865]],["name/30994",[173,20.78]],["parent/30994",[8071,10.024]],["name/30995",[155,37.858]],["parent/30995",[8072,7.83]],["name/30996",[547,44.444]],["parent/30996",[8072,7.83]],["name/30997",[544,45.905]],["parent/30997",[8072,7.83]],["name/30998",[540,45.268]],["parent/30998",[8072,7.83]],["name/30999",[548,58.27]],["parent/30999",[8072,7.83]],["name/31000",[549,58.27]],["parent/31000",[8072,7.83]],["name/31001",[550,58.27]],["parent/31001",[8072,7.83]],["name/31002",[551,58.27]],["parent/31002",[8072,7.83]],["name/31003",[552,58.27]],["parent/31003",[8072,7.83]],["name/31004",[553,58.27]],["parent/31004",[8072,7.83]],["name/31005",[554,56.227]],["parent/31005",[8072,7.83]],["name/31006",[555,56.227]],["parent/31006",[8072,7.83]],["name/31007",[485,61.773]],["parent/31007",[8072,7.83]],["name/31008",[82,57.511]],["parent/31008",[8058,6.865]],["name/31009",[173,20.78]],["parent/31009",[8073,10.024]],["name/31010",[408,29.731]],["parent/31010",[8074,8.927]],["name/31011",[493,49.276]],["parent/31011",[8074,8.927]],["name/31012",[155,37.858]],["parent/31012",[8074,8.927]],["name/31013",[516,51.363]],["parent/31013",[8074,8.927]],["name/31014",[77,51.167]],["parent/31014",[8058,6.865]],["name/31015",[173,20.78]],["parent/31015",[8075,10.024]],["name/31016",[559,58.27]],["parent/31016",[8076,9.178]],["name/31017",[561,58.27]],["parent/31017",[8076,9.178]],["name/31018",[562,45.295]],["parent/31018",[8076,9.178]],["name/31019",[96,55.911]],["parent/31019",[8058,6.865]],["name/31020",[173,20.78]],["parent/31020",[8077,10.024]],["name/31021",[410,39.926]],["parent/31021",[8078,9.178]],["name/31022",[155,37.858]],["parent/31022",[8078,9.178]],["name/31023",[77,51.167]],["parent/31023",[8078,9.178]],["name/31024",[85,57.978]],["parent/31024",[8058,6.865]],["name/31025",[173,20.78]],["parent/31025",[8079,10.024]],["name/31026",[547,44.444]],["parent/31026",[8080,9.514]],["name/31027",[567,51.363]],["parent/31027",[8080,9.514]],["name/31028",[84,48.96]],["parent/31028",[8058,6.865]],["name/31029",[173,20.78]],["parent/31029",[8081,10.024]],["name/31030",[408,29.731]],["parent/31030",[8082,8.417]],["name/31031",[570,51.363]],["parent/31031",[8082,8.417]],["name/31032",[571,58.27]],["parent/31032",[8082,8.417]],["name/31033",[572,56.227]],["parent/31033",[8082,8.417]],["name/31034",[567,51.363]],["parent/31034",[8082,8.417]],["name/31035",[573,58.27]],["parent/31035",[8082,8.417]],["name/31036",[574,58.27]],["parent/31036",[8082,8.417]],["name/31037",[345,56.721]],["parent/31037",[8058,6.865]],["name/31038",[173,20.78]],["parent/31038",[8083,10.024]],["name/31039",[576,62.202]],["parent/31039",[8084,8.927]],["name/31040",[578,62.202]],["parent/31040",[8084,8.927]],["name/31041",[410,39.926]],["parent/31041",[8084,8.927]],["name/31042",[562,45.295]],["parent/31042",[8084,8.927]],["name/31043",[94,51.023]],["parent/31043",[8058,6.865]],["name/31044",[173,20.78]],["parent/31044",[8085,10.024]],["name/31045",[408,29.731]],["parent/31045",[8086,7.017]],["name/31046",[581,49.316]],["parent/31046",[8086,7.017]],["name/31047",[155,37.858]],["parent/31047",[8086,7.017]],["name/31048",[65,47.186]],["parent/31048",[8086,7.017]],["name/31049",[582,51.363]],["parent/31049",[8086,7.017]],["name/31050",[583,58.27]],["parent/31050",[8086,7.017]],["name/31051",[145,57.978]],["parent/31051",[8086,7.017]],["name/31052",[584,58.27]],["parent/31052",[8086,7.017]],["name/31053",[421,44.394]],["parent/31053",[8086,7.017]],["name/31054",[526,47.618]],["parent/31054",[8086,7.017]],["name/31055",[585,58.27]],["parent/31055",[8086,7.017]],["name/31056",[586,58.27]],["parent/31056",[8086,7.017]],["name/31057",[587,58.27]],["parent/31057",[8086,7.017]],["name/31058",[588,58.27]],["parent/31058",[8086,7.017]],["name/31059",[589,58.27]],["parent/31059",[8086,7.017]],["name/31060",[590,58.27]],["parent/31060",[8086,7.017]],["name/31061",[511,47.317]],["parent/31061",[8086,7.017]],["name/31062",[591,49.811]],["parent/31062",[8086,7.017]],["name/31063",[352,50.243]],["parent/31063",[8086,7.017]],["name/31064",[592,51.363]],["parent/31064",[8086,7.017]],["name/31065",[593,56.227]],["parent/31065",[8086,7.017]],["name/31066",[594,56.227]],["parent/31066",[8086,7.017]],["name/31067",[70,51.167]],["parent/31067",[8086,7.017]],["name/31068",[84,48.96]],["parent/31068",[8086,7.017]],["name/31069",[68,51.167]],["parent/31069",[8086,7.017]],["name/31070",[512,51.363]],["parent/31070",[8086,7.017]],["name/31071",[595,58.27]],["parent/31071",[8086,7.017]],["name/31072",[597,58.27]],["parent/31072",[8086,7.017]],["name/31073",[485,61.773]],["parent/31073",[8086,7.017]],["name/31074",[173,20.78]],["parent/31074",[8086,7.017]],["name/31075",[71,49.643]],["parent/31075",[8087,8.181]],["name/31076",[173,20.78]],["parent/31076",[8087,8.181]],["name/31077",[6499,62.202]],["parent/31077",[8088,9.514]],["name/31078",[591,49.811]],["parent/31078",[8087,8.181]],["name/31079",[173,20.78]],["parent/31079",[8087,8.181]],["name/31080",[6499,62.202]],["parent/31080",[8088,9.514]],["name/31081",[6501,69.061]],["parent/31081",[8087,8.181]],["name/31082",[6502,69.061]],["parent/31082",[8087,8.181]],["name/31083",[596,62.202]],["parent/31083",[8087,8.181]],["name/31084",[6503,69.061]],["parent/31084",[8087,8.181]],["name/31085",[6504,69.061]],["parent/31085",[8087,8.181]],["name/31086",[71,49.643]],["parent/31086",[8058,6.865]],["name/31087",[173,20.78]],["parent/31087",[8089,10.024]],["name/31088",[599,58.27]],["parent/31088",[8090,9.514]],["name/31089",[601,58.27]],["parent/31089",[8090,9.514]],["name/31090",[72,57.883]],["parent/31090",[8058,6.865]],["name/31091",[173,20.78]],["parent/31091",[8091,10.024]],["name/31092",[408,29.731]],["parent/31092",[8092,8.927]],["name/31093",[562,45.295]],["parent/31093",[8092,8.927]],["name/31094",[604,58.27]],["parent/31094",[8092,8.927]],["name/31095",[605,58.27]],["parent/31095",[8092,8.927]],["name/31096",[74,58.075]],["parent/31096",[8058,6.865]],["name/31097",[173,20.78]],["parent/31097",[8093,10.024]],["name/31098",[408,29.731]],["parent/31098",[8094,8.927]],["name/31099",[410,39.926]],["parent/31099",[8094,8.927]],["name/31100",[521,51.363]],["parent/31100",[8094,8.927]],["name/31101",[608,58.27]],["parent/31101",[8094,8.927]],["name/31102",[75,57.883]],["parent/31102",[8058,6.865]],["name/31103",[173,20.78]],["parent/31103",[8095,10.024]],["name/31104",[410,39.926]],["parent/31104",[8096,9.178]],["name/31105",[611,58.27]],["parent/31105",[8096,9.178]],["name/31106",[612,58.27]],["parent/31106",[8096,9.178]],["name/31107",[76,57.883]],["parent/31107",[8058,6.865]],["name/31108",[173,20.78]],["parent/31108",[8097,10.024]],["name/31109",[408,29.731]],["parent/31109",[8098,8.56]],["name/31110",[615,58.27]],["parent/31110",[8098,8.56]],["name/31111",[71,49.643]],["parent/31111",[8098,8.56]],["name/31112",[570,51.363]],["parent/31112",[8098,8.56]],["name/31113",[616,58.27]],["parent/31113",[8098,8.56]],["name/31114",[617,58.27]],["parent/31114",[8098,8.56]],["name/31115",[78,58.075]],["parent/31115",[8058,6.865]],["name/31116",[173,20.78]],["parent/31116",[8099,10.024]],["name/31117",[619,58.27]],["parent/31117",[8100,8.727]],["name/31118",[621,58.27]],["parent/31118",[8100,8.727]],["name/31119",[622,47.317]],["parent/31119",[8100,8.727]],["name/31120",[623,58.27]],["parent/31120",[8100,8.727]],["name/31121",[624,58.27]],["parent/31121",[8100,8.727]],["name/31122",[98,51.167]],["parent/31122",[8058,6.865]],["name/31123",[173,20.78]],["parent/31123",[8101,10.024]],["name/31124",[626,58.27]],["parent/31124",[8102,10.024]],["name/31125",[93,50.025]],["parent/31125",[8058,6.865]],["name/31126",[173,20.78]],["parent/31126",[8103,10.024]],["name/31127",[629,58.27]],["parent/31127",[8104,9.178]],["name/31128",[631,58.27]],["parent/31128",[8104,9.178]],["name/31129",[632,58.27]],["parent/31129",[8104,9.178]],["name/31130",[79,57.883]],["parent/31130",[8058,6.865]],["name/31131",[173,20.78]],["parent/31131",[8105,10.024]],["name/31132",[581,49.316]],["parent/31132",[8106,7.907]],["name/31133",[547,44.444]],["parent/31133",[8106,7.907]],["name/31134",[544,45.905]],["parent/31134",[8106,7.907]],["name/31135",[635,58.27]],["parent/31135",[8106,7.907]],["name/31136",[636,46.586]],["parent/31136",[8106,7.907]],["name/31137",[637,58.27]],["parent/31137",[8106,7.907]],["name/31138",[98,51.167]],["parent/31138",[8106,7.907]],["name/31139",[93,50.025]],["parent/31139",[8106,7.907]],["name/31140",[638,58.27]],["parent/31140",[8106,7.907]],["name/31141",[639,58.27]],["parent/31141",[8106,7.907]],["name/31142",[640,58.27]],["parent/31142",[8106,7.907]],["name/31143",[534,51.363]],["parent/31143",[8106,7.907]],["name/31144",[80,55.757]],["parent/31144",[8058,6.865]],["name/31145",[173,20.78]],["parent/31145",[8107,10.024]],["name/31146",[408,29.731]],["parent/31146",[8108,9.514]],["name/31147",[547,44.444]],["parent/31147",[8108,9.514]],["name/31148",[81,57.883]],["parent/31148",[8058,6.865]],["name/31149",[173,20.78]],["parent/31149",[8109,10.024]],["name/31150",[644,58.27]],["parent/31150",[8110,8.927]],["name/31151",[173,20.78]],["parent/31151",[8110,8.927]],["name/31152",[646,51.363]],["parent/31152",[8111,8.56]],["name/31153",[636,46.586]],["parent/31153",[8111,8.56]],["name/31154",[622,47.317]],["parent/31154",[8111,8.56]],["name/31155",[648,58.27]],["parent/31155",[8110,8.927]],["name/31156",[173,20.78]],["parent/31156",[8110,8.927]],["name/31157",[646,51.363]],["parent/31157",[8111,8.56]],["name/31158",[636,46.586]],["parent/31158",[8111,8.56]],["name/31159",[622,47.317]],["parent/31159",[8111,8.56]],["name/31160",[83,55.604]],["parent/31160",[8058,6.865]],["name/31161",[173,20.78]],["parent/31161",[8112,10.024]],["name/31162",[65,47.186]],["parent/31162",[8113,8.56]],["name/31163",[421,44.394]],["parent/31163",[8113,8.56]],["name/31164",[408,29.731]],["parent/31164",[8113,8.56]],["name/31165",[94,51.023]],["parent/31165",[8113,8.56]],["name/31166",[73,51.562]],["parent/31166",[8113,8.56]],["name/31167",[540,45.268]],["parent/31167",[8113,8.56]],["name/31168",[651,56.147]],["parent/31168",[8058,6.865]],["name/31169",[86,57.883]],["parent/31169",[8058,6.865]],["name/31170",[173,20.78]],["parent/31170",[8114,10.024]],["name/31171",[653,58.27]],["parent/31171",[8115,8.727]],["name/31172",[655,58.27]],["parent/31172",[8115,8.727]],["name/31173",[656,58.27]],["parent/31173",[8115,8.727]],["name/31174",[657,58.27]],["parent/31174",[8115,8.727]],["name/31175",[658,58.27]],["parent/31175",[8115,8.727]],["name/31176",[87,58.075]],["parent/31176",[8058,6.865]],["name/31177",[173,20.78]],["parent/31177",[8116,10.024]],["name/31178",[408,29.731]],["parent/31178",[8117,8.927]],["name/31179",[661,58.27]],["parent/31179",[8117,8.927]],["name/31180",[662,58.27]],["parent/31180",[8117,8.927]],["name/31181",[663,58.27]],["parent/31181",[8117,8.927]],["name/31182",[88,57.883]],["parent/31182",[8058,6.865]],["name/31183",[173,20.78]],["parent/31183",[8118,10.024]],["name/31184",[408,29.731]],["parent/31184",[8119,8.081]],["name/31185",[340,56.068]],["parent/31185",[8119,8.081]],["name/31186",[666,58.27]],["parent/31186",[8119,8.081]],["name/31187",[334,56.147]],["parent/31187",[8119,8.081]],["name/31188",[667,58.27]],["parent/31188",[8119,8.081]],["name/31189",[668,58.27]],["parent/31189",[8119,8.081]],["name/31190",[669,58.27]],["parent/31190",[8119,8.081]],["name/31191",[670,58.27]],["parent/31191",[8119,8.081]],["name/31192",[671,58.27]],["parent/31192",[8119,8.081]],["name/31193",[672,58.27]],["parent/31193",[8119,8.081]],["name/31194",[89,57.511]],["parent/31194",[8058,6.865]],["name/31195",[173,20.78]],["parent/31195",[8120,10.024]],["name/31196",[408,29.731]],["parent/31196",[8121,8.727]],["name/31197",[675,58.27]],["parent/31197",[8121,8.727]],["name/31198",[676,58.27]],["parent/31198",[8121,8.727]],["name/31199",[677,58.27]],["parent/31199",[8121,8.727]],["name/31200",[678,58.27]],["parent/31200",[8121,8.727]],["name/31201",[90,57.883]],["parent/31201",[8058,6.865]],["name/31202",[173,20.78]],["parent/31202",[8122,10.024]],["name/31203",[562,45.295]],["parent/31203",[8123,9.178]],["name/31204",[532,51.363]],["parent/31204",[8123,9.178]],["name/31205",[681,58.27]],["parent/31205",[8123,9.178]],["name/31206",[91,58.075]],["parent/31206",[8058,6.865]],["name/31207",[173,20.78]],["parent/31207",[8124,10.024]],["name/31208",[408,29.731]],["parent/31208",[8125,8.927]],["name/31209",[684,51.363]],["parent/31209",[8125,8.927]],["name/31210",[172,58.075]],["parent/31210",[8125,8.927]],["name/31211",[592,51.363]],["parent/31211",[8125,8.927]],["name/31212",[95,58.075]],["parent/31212",[8058,6.865]],["name/31213",[173,20.78]],["parent/31213",[8126,10.024]],["name/31214",[686,54.532]],["parent/31214",[8127,8.292]],["name/31215",[582,51.363]],["parent/31215",[8127,8.292]],["name/31216",[688,58.27]],["parent/31216",[8127,8.292]],["name/31217",[511,47.317]],["parent/31217",[8127,8.292]],["name/31218",[591,49.811]],["parent/31218",[8127,8.292]],["name/31219",[352,50.243]],["parent/31219",[8127,8.292]],["name/31220",[684,51.363]],["parent/31220",[8127,8.292]],["name/31221",[689,58.27]],["parent/31221",[8127,8.292]],["name/31222",[97,55.911]],["parent/31222",[8058,6.865]],["name/31223",[173,20.78]],["parent/31223",[8128,10.024]],["name/31224",[417,58.075]],["parent/31224",[8129,8.927]],["name/31225",[419,58.075]],["parent/31225",[8129,8.927]],["name/31226",[420,58.075]],["parent/31226",[8129,8.927]],["name/31227",[421,44.394]],["parent/31227",[8129,8.927]],["name/31228",[6468,69.061]],["parent/31228",[467,9.514]],["name/31229",[73,51.562]],["parent/31229",[8130,6.865]],["name/31230",[173,20.78]],["parent/31230",[8131,10.024]],["name/31231",[504,58.27]],["parent/31231",[8132,8.927]],["name/31232",[506,58.27]],["parent/31232",[8132,8.927]],["name/31233",[155,37.858]],["parent/31233",[8132,8.927]],["name/31234",[507,58.27]],["parent/31234",[8132,8.927]],["name/31235",[92,51.167]],["parent/31235",[8130,6.865]],["name/31236",[173,20.78]],["parent/31236",[8133,10.024]],["name/31237",[509,58.27]],["parent/31237",[8134,8.727]],["name/31238",[511,47.317]],["parent/31238",[8134,8.727]],["name/31239",[512,51.363]],["parent/31239",[8134,8.727]],["name/31240",[344,48.357]],["parent/31240",[8134,8.727]],["name/31241",[513,51.363]],["parent/31241",[8134,8.727]],["name/31242",[65,47.186]],["parent/31242",[8130,6.865]],["name/31243",[173,20.78]],["parent/31243",[8135,10.024]],["name/31244",[408,29.731]],["parent/31244",[8136,7.413]],["name/31245",[493,49.276]],["parent/31245",[8136,7.413]],["name/31246",[516,51.363]],["parent/31246",[8136,7.413]],["name/31247",[517,58.27]],["parent/31247",[8136,7.413]],["name/31248",[518,58.27]],["parent/31248",[8136,7.413]],["name/31249",[421,44.394]],["parent/31249",[8136,7.413]],["name/31250",[519,58.27]],["parent/31250",[8136,7.413]],["name/31251",[520,58.27]],["parent/31251",[8136,7.413]],["name/31252",[521,51.363]],["parent/31252",[8136,7.413]],["name/31253",[344,48.357]],["parent/31253",[8136,7.413]],["name/31254",[155,37.858]],["parent/31254",[8136,7.413]],["name/31255",[522,58.27]],["parent/31255",[8136,7.413]],["name/31256",[523,58.27]],["parent/31256",[8136,7.413]],["name/31257",[524,58.27]],["parent/31257",[8136,7.413]],["name/31258",[525,58.27]],["parent/31258",[8136,7.413]],["name/31259",[526,47.618]],["parent/31259",[8136,7.413]],["name/31260",[527,58.27]],["parent/31260",[8136,7.413]],["name/31261",[513,51.363]],["parent/31261",[8136,7.413]],["name/31262",[528,58.27]],["parent/31262",[8136,7.413]],["name/31263",[92,51.167]],["parent/31263",[8136,7.413]],["name/31264",[67,57.883]],["parent/31264",[8130,6.865]],["name/31265",[173,20.78]],["parent/31265",[8137,10.024]],["name/31266",[530,58.27]],["parent/31266",[8138,8.927]],["name/31267",[532,51.363]],["parent/31267",[8138,8.927]],["name/31268",[533,58.27]],["parent/31268",[8138,8.927]],["name/31269",[534,51.363]],["parent/31269",[8138,8.927]],["name/31270",[68,51.167]],["parent/31270",[8130,6.865]],["name/31271",[173,20.78]],["parent/31271",[8139,10.024]],["name/31272",[410,39.926]],["parent/31272",[8140,9.178]],["name/31273",[411,58.075]],["parent/31273",[8140,9.178]],["name/31274",[537,58.27]],["parent/31274",[8140,9.178]],["name/31275",[69,57.883]],["parent/31275",[8130,6.865]],["name/31276",[173,20.78]],["parent/31276",[8141,10.024]],["name/31277",[408,29.731]],["parent/31277",[8142,8.292]],["name/31278",[540,45.268]],["parent/31278",[8142,8.292]],["name/31279",[155,37.858]],["parent/31279",[8142,8.292]],["name/31280",[541,58.27]],["parent/31280",[8142,8.292]],["name/31281",[542,58.27]],["parent/31281",[8142,8.292]],["name/31282",[543,58.27]],["parent/31282",[8142,8.292]],["name/31283",[342,56.068]],["parent/31283",[8142,8.292]],["name/31284",[544,45.905]],["parent/31284",[8142,8.292]],["name/31285",[70,51.167]],["parent/31285",[8130,6.865]],["name/31286",[173,20.78]],["parent/31286",[8143,10.024]],["name/31287",[155,37.858]],["parent/31287",[8144,7.83]],["name/31288",[547,44.444]],["parent/31288",[8144,7.83]],["name/31289",[544,45.905]],["parent/31289",[8144,7.83]],["name/31290",[540,45.268]],["parent/31290",[8144,7.83]],["name/31291",[548,58.27]],["parent/31291",[8144,7.83]],["name/31292",[549,58.27]],["parent/31292",[8144,7.83]],["name/31293",[550,58.27]],["parent/31293",[8144,7.83]],["name/31294",[551,58.27]],["parent/31294",[8144,7.83]],["name/31295",[552,58.27]],["parent/31295",[8144,7.83]],["name/31296",[553,58.27]],["parent/31296",[8144,7.83]],["name/31297",[554,56.227]],["parent/31297",[8144,7.83]],["name/31298",[555,56.227]],["parent/31298",[8144,7.83]],["name/31299",[485,61.773]],["parent/31299",[8144,7.83]],["name/31300",[82,57.511]],["parent/31300",[8130,6.865]],["name/31301",[173,20.78]],["parent/31301",[8145,10.024]],["name/31302",[408,29.731]],["parent/31302",[8146,8.927]],["name/31303",[493,49.276]],["parent/31303",[8146,8.927]],["name/31304",[155,37.858]],["parent/31304",[8146,8.927]],["name/31305",[516,51.363]],["parent/31305",[8146,8.927]],["name/31306",[77,51.167]],["parent/31306",[8130,6.865]],["name/31307",[173,20.78]],["parent/31307",[8147,10.024]],["name/31308",[559,58.27]],["parent/31308",[8148,9.178]],["name/31309",[561,58.27]],["parent/31309",[8148,9.178]],["name/31310",[562,45.295]],["parent/31310",[8148,9.178]],["name/31311",[96,55.911]],["parent/31311",[8130,6.865]],["name/31312",[173,20.78]],["parent/31312",[8149,10.024]],["name/31313",[410,39.926]],["parent/31313",[8150,9.178]],["name/31314",[155,37.858]],["parent/31314",[8150,9.178]],["name/31315",[77,51.167]],["parent/31315",[8150,9.178]],["name/31316",[85,57.978]],["parent/31316",[8130,6.865]],["name/31317",[173,20.78]],["parent/31317",[8151,10.024]],["name/31318",[547,44.444]],["parent/31318",[8152,9.514]],["name/31319",[567,51.363]],["parent/31319",[8152,9.514]],["name/31320",[84,48.96]],["parent/31320",[8130,6.865]],["name/31321",[173,20.78]],["parent/31321",[8153,10.024]],["name/31322",[408,29.731]],["parent/31322",[8154,8.417]],["name/31323",[570,51.363]],["parent/31323",[8154,8.417]],["name/31324",[571,58.27]],["parent/31324",[8154,8.417]],["name/31325",[572,56.227]],["parent/31325",[8154,8.417]],["name/31326",[567,51.363]],["parent/31326",[8154,8.417]],["name/31327",[573,58.27]],["parent/31327",[8154,8.417]],["name/31328",[574,58.27]],["parent/31328",[8154,8.417]],["name/31329",[345,56.721]],["parent/31329",[8130,6.865]],["name/31330",[173,20.78]],["parent/31330",[8155,10.024]],["name/31331",[576,62.202]],["parent/31331",[8156,8.927]],["name/31332",[578,62.202]],["parent/31332",[8156,8.927]],["name/31333",[410,39.926]],["parent/31333",[8156,8.927]],["name/31334",[562,45.295]],["parent/31334",[8156,8.927]],["name/31335",[94,51.023]],["parent/31335",[8130,6.865]],["name/31336",[173,20.78]],["parent/31336",[8157,10.024]],["name/31337",[408,29.731]],["parent/31337",[8158,7.017]],["name/31338",[581,49.316]],["parent/31338",[8158,7.017]],["name/31339",[155,37.858]],["parent/31339",[8158,7.017]],["name/31340",[65,47.186]],["parent/31340",[8158,7.017]],["name/31341",[582,51.363]],["parent/31341",[8158,7.017]],["name/31342",[583,58.27]],["parent/31342",[8158,7.017]],["name/31343",[145,57.978]],["parent/31343",[8158,7.017]],["name/31344",[584,58.27]],["parent/31344",[8158,7.017]],["name/31345",[421,44.394]],["parent/31345",[8158,7.017]],["name/31346",[526,47.618]],["parent/31346",[8158,7.017]],["name/31347",[585,58.27]],["parent/31347",[8158,7.017]],["name/31348",[586,58.27]],["parent/31348",[8158,7.017]],["name/31349",[587,58.27]],["parent/31349",[8158,7.017]],["name/31350",[588,58.27]],["parent/31350",[8158,7.017]],["name/31351",[589,58.27]],["parent/31351",[8158,7.017]],["name/31352",[590,58.27]],["parent/31352",[8158,7.017]],["name/31353",[511,47.317]],["parent/31353",[8158,7.017]],["name/31354",[591,49.811]],["parent/31354",[8158,7.017]],["name/31355",[352,50.243]],["parent/31355",[8158,7.017]],["name/31356",[592,51.363]],["parent/31356",[8158,7.017]],["name/31357",[593,56.227]],["parent/31357",[8158,7.017]],["name/31358",[594,56.227]],["parent/31358",[8158,7.017]],["name/31359",[70,51.167]],["parent/31359",[8158,7.017]],["name/31360",[84,48.96]],["parent/31360",[8158,7.017]],["name/31361",[68,51.167]],["parent/31361",[8158,7.017]],["name/31362",[512,51.363]],["parent/31362",[8158,7.017]],["name/31363",[595,58.27]],["parent/31363",[8158,7.017]],["name/31364",[597,58.27]],["parent/31364",[8158,7.017]],["name/31365",[485,61.773]],["parent/31365",[8158,7.017]],["name/31366",[173,20.78]],["parent/31366",[8158,7.017]],["name/31367",[71,49.643]],["parent/31367",[8159,8.181]],["name/31368",[173,20.78]],["parent/31368",[8159,8.181]],["name/31369",[6499,62.202]],["parent/31369",[8160,9.514]],["name/31370",[591,49.811]],["parent/31370",[8159,8.181]],["name/31371",[173,20.78]],["parent/31371",[8159,8.181]],["name/31372",[6499,62.202]],["parent/31372",[8160,9.514]],["name/31373",[6501,69.061]],["parent/31373",[8159,8.181]],["name/31374",[6502,69.061]],["parent/31374",[8159,8.181]],["name/31375",[596,62.202]],["parent/31375",[8159,8.181]],["name/31376",[6503,69.061]],["parent/31376",[8159,8.181]],["name/31377",[6504,69.061]],["parent/31377",[8159,8.181]],["name/31378",[71,49.643]],["parent/31378",[8130,6.865]],["name/31379",[173,20.78]],["parent/31379",[8161,10.024]],["name/31380",[599,58.27]],["parent/31380",[8162,9.514]],["name/31381",[601,58.27]],["parent/31381",[8162,9.514]],["name/31382",[72,57.883]],["parent/31382",[8130,6.865]],["name/31383",[173,20.78]],["parent/31383",[8163,10.024]],["name/31384",[408,29.731]],["parent/31384",[8164,8.927]],["name/31385",[562,45.295]],["parent/31385",[8164,8.927]],["name/31386",[604,58.27]],["parent/31386",[8164,8.927]],["name/31387",[605,58.27]],["parent/31387",[8164,8.927]],["name/31388",[74,58.075]],["parent/31388",[8130,6.865]],["name/31389",[173,20.78]],["parent/31389",[8165,10.024]],["name/31390",[408,29.731]],["parent/31390",[8166,8.927]],["name/31391",[410,39.926]],["parent/31391",[8166,8.927]],["name/31392",[521,51.363]],["parent/31392",[8166,8.927]],["name/31393",[608,58.27]],["parent/31393",[8166,8.927]],["name/31394",[75,57.883]],["parent/31394",[8130,6.865]],["name/31395",[173,20.78]],["parent/31395",[8167,10.024]],["name/31396",[410,39.926]],["parent/31396",[8168,9.178]],["name/31397",[611,58.27]],["parent/31397",[8168,9.178]],["name/31398",[612,58.27]],["parent/31398",[8168,9.178]],["name/31399",[76,57.883]],["parent/31399",[8130,6.865]],["name/31400",[173,20.78]],["parent/31400",[8169,10.024]],["name/31401",[408,29.731]],["parent/31401",[8170,8.56]],["name/31402",[615,58.27]],["parent/31402",[8170,8.56]],["name/31403",[71,49.643]],["parent/31403",[8170,8.56]],["name/31404",[570,51.363]],["parent/31404",[8170,8.56]],["name/31405",[616,58.27]],["parent/31405",[8170,8.56]],["name/31406",[617,58.27]],["parent/31406",[8170,8.56]],["name/31407",[78,58.075]],["parent/31407",[8130,6.865]],["name/31408",[173,20.78]],["parent/31408",[8171,10.024]],["name/31409",[619,58.27]],["parent/31409",[8172,8.727]],["name/31410",[621,58.27]],["parent/31410",[8172,8.727]],["name/31411",[622,47.317]],["parent/31411",[8172,8.727]],["name/31412",[623,58.27]],["parent/31412",[8172,8.727]],["name/31413",[624,58.27]],["parent/31413",[8172,8.727]],["name/31414",[98,51.167]],["parent/31414",[8130,6.865]],["name/31415",[173,20.78]],["parent/31415",[8173,10.024]],["name/31416",[626,58.27]],["parent/31416",[8174,10.024]],["name/31417",[93,50.025]],["parent/31417",[8130,6.865]],["name/31418",[173,20.78]],["parent/31418",[8175,10.024]],["name/31419",[629,58.27]],["parent/31419",[8176,9.178]],["name/31420",[631,58.27]],["parent/31420",[8176,9.178]],["name/31421",[632,58.27]],["parent/31421",[8176,9.178]],["name/31422",[79,57.883]],["parent/31422",[8130,6.865]],["name/31423",[173,20.78]],["parent/31423",[8177,10.024]],["name/31424",[581,49.316]],["parent/31424",[8178,7.907]],["name/31425",[547,44.444]],["parent/31425",[8178,7.907]],["name/31426",[544,45.905]],["parent/31426",[8178,7.907]],["name/31427",[635,58.27]],["parent/31427",[8178,7.907]],["name/31428",[636,46.586]],["parent/31428",[8178,7.907]],["name/31429",[637,58.27]],["parent/31429",[8178,7.907]],["name/31430",[98,51.167]],["parent/31430",[8178,7.907]],["name/31431",[93,50.025]],["parent/31431",[8178,7.907]],["name/31432",[638,58.27]],["parent/31432",[8178,7.907]],["name/31433",[639,58.27]],["parent/31433",[8178,7.907]],["name/31434",[640,58.27]],["parent/31434",[8178,7.907]],["name/31435",[534,51.363]],["parent/31435",[8178,7.907]],["name/31436",[80,55.757]],["parent/31436",[8130,6.865]],["name/31437",[173,20.78]],["parent/31437",[8179,10.024]],["name/31438",[408,29.731]],["parent/31438",[8180,9.514]],["name/31439",[547,44.444]],["parent/31439",[8180,9.514]],["name/31440",[81,57.883]],["parent/31440",[8130,6.865]],["name/31441",[173,20.78]],["parent/31441",[8181,10.024]],["name/31442",[644,58.27]],["parent/31442",[8182,8.927]],["name/31443",[173,20.78]],["parent/31443",[8182,8.927]],["name/31444",[646,51.363]],["parent/31444",[8183,8.56]],["name/31445",[636,46.586]],["parent/31445",[8183,8.56]],["name/31446",[622,47.317]],["parent/31446",[8183,8.56]],["name/31447",[648,58.27]],["parent/31447",[8182,8.927]],["name/31448",[173,20.78]],["parent/31448",[8182,8.927]],["name/31449",[646,51.363]],["parent/31449",[8183,8.56]],["name/31450",[636,46.586]],["parent/31450",[8183,8.56]],["name/31451",[622,47.317]],["parent/31451",[8183,8.56]],["name/31452",[83,55.604]],["parent/31452",[8130,6.865]],["name/31453",[173,20.78]],["parent/31453",[8184,10.024]],["name/31454",[65,47.186]],["parent/31454",[8185,8.56]],["name/31455",[421,44.394]],["parent/31455",[8185,8.56]],["name/31456",[408,29.731]],["parent/31456",[8185,8.56]],["name/31457",[94,51.023]],["parent/31457",[8185,8.56]],["name/31458",[73,51.562]],["parent/31458",[8185,8.56]],["name/31459",[540,45.268]],["parent/31459",[8185,8.56]],["name/31460",[651,56.147]],["parent/31460",[8130,6.865]],["name/31461",[86,57.883]],["parent/31461",[8130,6.865]],["name/31462",[173,20.78]],["parent/31462",[8186,10.024]],["name/31463",[653,58.27]],["parent/31463",[8187,8.727]],["name/31464",[655,58.27]],["parent/31464",[8187,8.727]],["name/31465",[656,58.27]],["parent/31465",[8187,8.727]],["name/31466",[657,58.27]],["parent/31466",[8187,8.727]],["name/31467",[658,58.27]],["parent/31467",[8187,8.727]],["name/31468",[87,58.075]],["parent/31468",[8130,6.865]],["name/31469",[173,20.78]],["parent/31469",[8188,10.024]],["name/31470",[408,29.731]],["parent/31470",[8189,8.927]],["name/31471",[661,58.27]],["parent/31471",[8189,8.927]],["name/31472",[662,58.27]],["parent/31472",[8189,8.927]],["name/31473",[663,58.27]],["parent/31473",[8189,8.927]],["name/31474",[88,57.883]],["parent/31474",[8130,6.865]],["name/31475",[173,20.78]],["parent/31475",[8190,10.024]],["name/31476",[408,29.731]],["parent/31476",[8191,8.081]],["name/31477",[340,56.068]],["parent/31477",[8191,8.081]],["name/31478",[666,58.27]],["parent/31478",[8191,8.081]],["name/31479",[334,56.147]],["parent/31479",[8191,8.081]],["name/31480",[667,58.27]],["parent/31480",[8191,8.081]],["name/31481",[668,58.27]],["parent/31481",[8191,8.081]],["name/31482",[669,58.27]],["parent/31482",[8191,8.081]],["name/31483",[670,58.27]],["parent/31483",[8191,8.081]],["name/31484",[671,58.27]],["parent/31484",[8191,8.081]],["name/31485",[672,58.27]],["parent/31485",[8191,8.081]],["name/31486",[89,57.511]],["parent/31486",[8130,6.865]],["name/31487",[173,20.78]],["parent/31487",[8192,10.024]],["name/31488",[408,29.731]],["parent/31488",[8193,8.727]],["name/31489",[675,58.27]],["parent/31489",[8193,8.727]],["name/31490",[676,58.27]],["parent/31490",[8193,8.727]],["name/31491",[677,58.27]],["parent/31491",[8193,8.727]],["name/31492",[678,58.27]],["parent/31492",[8193,8.727]],["name/31493",[90,57.883]],["parent/31493",[8130,6.865]],["name/31494",[173,20.78]],["parent/31494",[8194,10.024]],["name/31495",[562,45.295]],["parent/31495",[8195,9.178]],["name/31496",[532,51.363]],["parent/31496",[8195,9.178]],["name/31497",[681,58.27]],["parent/31497",[8195,9.178]],["name/31498",[91,58.075]],["parent/31498",[8130,6.865]],["name/31499",[173,20.78]],["parent/31499",[8196,10.024]],["name/31500",[408,29.731]],["parent/31500",[8197,8.927]],["name/31501",[684,51.363]],["parent/31501",[8197,8.927]],["name/31502",[172,58.075]],["parent/31502",[8197,8.927]],["name/31503",[592,51.363]],["parent/31503",[8197,8.927]],["name/31504",[95,58.075]],["parent/31504",[8130,6.865]],["name/31505",[173,20.78]],["parent/31505",[8198,10.024]],["name/31506",[686,54.532]],["parent/31506",[8199,8.292]],["name/31507",[582,51.363]],["parent/31507",[8199,8.292]],["name/31508",[688,58.27]],["parent/31508",[8199,8.292]],["name/31509",[511,47.317]],["parent/31509",[8199,8.292]],["name/31510",[591,49.811]],["parent/31510",[8199,8.292]],["name/31511",[352,50.243]],["parent/31511",[8199,8.292]],["name/31512",[684,51.363]],["parent/31512",[8199,8.292]],["name/31513",[689,58.27]],["parent/31513",[8199,8.292]],["name/31514",[97,55.911]],["parent/31514",[8130,6.865]],["name/31515",[173,20.78]],["parent/31515",[8200,10.024]],["name/31516",[417,58.075]],["parent/31516",[8201,8.927]],["name/31517",[419,58.075]],["parent/31517",[8201,8.927]],["name/31518",[420,58.075]],["parent/31518",[8201,8.927]],["name/31519",[421,44.394]],["parent/31519",[8201,8.927]],["name/31520",[6468,69.061]],["parent/31520",[468,9.514]],["name/31521",[73,51.562]],["parent/31521",[8202,6.865]],["name/31522",[173,20.78]],["parent/31522",[8203,10.024]],["name/31523",[504,58.27]],["parent/31523",[8204,8.927]],["name/31524",[506,58.27]],["parent/31524",[8204,8.927]],["name/31525",[155,37.858]],["parent/31525",[8204,8.927]],["name/31526",[507,58.27]],["parent/31526",[8204,8.927]],["name/31527",[92,51.167]],["parent/31527",[8202,6.865]],["name/31528",[173,20.78]],["parent/31528",[8205,10.024]],["name/31529",[509,58.27]],["parent/31529",[8206,8.727]],["name/31530",[511,47.317]],["parent/31530",[8206,8.727]],["name/31531",[512,51.363]],["parent/31531",[8206,8.727]],["name/31532",[344,48.357]],["parent/31532",[8206,8.727]],["name/31533",[513,51.363]],["parent/31533",[8206,8.727]],["name/31534",[65,47.186]],["parent/31534",[8202,6.865]],["name/31535",[173,20.78]],["parent/31535",[8207,10.024]],["name/31536",[408,29.731]],["parent/31536",[8208,7.413]],["name/31537",[493,49.276]],["parent/31537",[8208,7.413]],["name/31538",[516,51.363]],["parent/31538",[8208,7.413]],["name/31539",[517,58.27]],["parent/31539",[8208,7.413]],["name/31540",[518,58.27]],["parent/31540",[8208,7.413]],["name/31541",[421,44.394]],["parent/31541",[8208,7.413]],["name/31542",[519,58.27]],["parent/31542",[8208,7.413]],["name/31543",[520,58.27]],["parent/31543",[8208,7.413]],["name/31544",[521,51.363]],["parent/31544",[8208,7.413]],["name/31545",[344,48.357]],["parent/31545",[8208,7.413]],["name/31546",[155,37.858]],["parent/31546",[8208,7.413]],["name/31547",[522,58.27]],["parent/31547",[8208,7.413]],["name/31548",[523,58.27]],["parent/31548",[8208,7.413]],["name/31549",[524,58.27]],["parent/31549",[8208,7.413]],["name/31550",[525,58.27]],["parent/31550",[8208,7.413]],["name/31551",[526,47.618]],["parent/31551",[8208,7.413]],["name/31552",[527,58.27]],["parent/31552",[8208,7.413]],["name/31553",[513,51.363]],["parent/31553",[8208,7.413]],["name/31554",[528,58.27]],["parent/31554",[8208,7.413]],["name/31555",[92,51.167]],["parent/31555",[8208,7.413]],["name/31556",[67,57.883]],["parent/31556",[8202,6.865]],["name/31557",[173,20.78]],["parent/31557",[8209,10.024]],["name/31558",[530,58.27]],["parent/31558",[8210,8.927]],["name/31559",[532,51.363]],["parent/31559",[8210,8.927]],["name/31560",[533,58.27]],["parent/31560",[8210,8.927]],["name/31561",[534,51.363]],["parent/31561",[8210,8.927]],["name/31562",[68,51.167]],["parent/31562",[8202,6.865]],["name/31563",[173,20.78]],["parent/31563",[8211,10.024]],["name/31564",[410,39.926]],["parent/31564",[8212,9.178]],["name/31565",[411,58.075]],["parent/31565",[8212,9.178]],["name/31566",[537,58.27]],["parent/31566",[8212,9.178]],["name/31567",[69,57.883]],["parent/31567",[8202,6.865]],["name/31568",[173,20.78]],["parent/31568",[8213,10.024]],["name/31569",[408,29.731]],["parent/31569",[8214,8.292]],["name/31570",[540,45.268]],["parent/31570",[8214,8.292]],["name/31571",[155,37.858]],["parent/31571",[8214,8.292]],["name/31572",[541,58.27]],["parent/31572",[8214,8.292]],["name/31573",[542,58.27]],["parent/31573",[8214,8.292]],["name/31574",[543,58.27]],["parent/31574",[8214,8.292]],["name/31575",[342,56.068]],["parent/31575",[8214,8.292]],["name/31576",[544,45.905]],["parent/31576",[8214,8.292]],["name/31577",[70,51.167]],["parent/31577",[8202,6.865]],["name/31578",[173,20.78]],["parent/31578",[8215,10.024]],["name/31579",[155,37.858]],["parent/31579",[8216,7.83]],["name/31580",[547,44.444]],["parent/31580",[8216,7.83]],["name/31581",[544,45.905]],["parent/31581",[8216,7.83]],["name/31582",[540,45.268]],["parent/31582",[8216,7.83]],["name/31583",[548,58.27]],["parent/31583",[8216,7.83]],["name/31584",[549,58.27]],["parent/31584",[8216,7.83]],["name/31585",[550,58.27]],["parent/31585",[8216,7.83]],["name/31586",[551,58.27]],["parent/31586",[8216,7.83]],["name/31587",[552,58.27]],["parent/31587",[8216,7.83]],["name/31588",[553,58.27]],["parent/31588",[8216,7.83]],["name/31589",[554,56.227]],["parent/31589",[8216,7.83]],["name/31590",[555,56.227]],["parent/31590",[8216,7.83]],["name/31591",[485,61.773]],["parent/31591",[8216,7.83]],["name/31592",[82,57.511]],["parent/31592",[8202,6.865]],["name/31593",[173,20.78]],["parent/31593",[8217,10.024]],["name/31594",[408,29.731]],["parent/31594",[8218,8.927]],["name/31595",[493,49.276]],["parent/31595",[8218,8.927]],["name/31596",[155,37.858]],["parent/31596",[8218,8.927]],["name/31597",[516,51.363]],["parent/31597",[8218,8.927]],["name/31598",[77,51.167]],["parent/31598",[8202,6.865]],["name/31599",[173,20.78]],["parent/31599",[8219,10.024]],["name/31600",[559,58.27]],["parent/31600",[8220,9.178]],["name/31601",[561,58.27]],["parent/31601",[8220,9.178]],["name/31602",[562,45.295]],["parent/31602",[8220,9.178]],["name/31603",[96,55.911]],["parent/31603",[8202,6.865]],["name/31604",[173,20.78]],["parent/31604",[8221,10.024]],["name/31605",[410,39.926]],["parent/31605",[8222,9.178]],["name/31606",[155,37.858]],["parent/31606",[8222,9.178]],["name/31607",[77,51.167]],["parent/31607",[8222,9.178]],["name/31608",[85,57.978]],["parent/31608",[8202,6.865]],["name/31609",[173,20.78]],["parent/31609",[8223,10.024]],["name/31610",[547,44.444]],["parent/31610",[8224,9.514]],["name/31611",[567,51.363]],["parent/31611",[8224,9.514]],["name/31612",[84,48.96]],["parent/31612",[8202,6.865]],["name/31613",[173,20.78]],["parent/31613",[8225,10.024]],["name/31614",[408,29.731]],["parent/31614",[8226,8.417]],["name/31615",[570,51.363]],["parent/31615",[8226,8.417]],["name/31616",[571,58.27]],["parent/31616",[8226,8.417]],["name/31617",[572,56.227]],["parent/31617",[8226,8.417]],["name/31618",[567,51.363]],["parent/31618",[8226,8.417]],["name/31619",[573,58.27]],["parent/31619",[8226,8.417]],["name/31620",[574,58.27]],["parent/31620",[8226,8.417]],["name/31621",[345,56.721]],["parent/31621",[8202,6.865]],["name/31622",[173,20.78]],["parent/31622",[8227,10.024]],["name/31623",[576,62.202]],["parent/31623",[8228,8.927]],["name/31624",[578,62.202]],["parent/31624",[8228,8.927]],["name/31625",[410,39.926]],["parent/31625",[8228,8.927]],["name/31626",[562,45.295]],["parent/31626",[8228,8.927]],["name/31627",[94,51.023]],["parent/31627",[8202,6.865]],["name/31628",[173,20.78]],["parent/31628",[8229,10.024]],["name/31629",[408,29.731]],["parent/31629",[8230,7.017]],["name/31630",[581,49.316]],["parent/31630",[8230,7.017]],["name/31631",[155,37.858]],["parent/31631",[8230,7.017]],["name/31632",[65,47.186]],["parent/31632",[8230,7.017]],["name/31633",[582,51.363]],["parent/31633",[8230,7.017]],["name/31634",[583,58.27]],["parent/31634",[8230,7.017]],["name/31635",[145,57.978]],["parent/31635",[8230,7.017]],["name/31636",[584,58.27]],["parent/31636",[8230,7.017]],["name/31637",[421,44.394]],["parent/31637",[8230,7.017]],["name/31638",[526,47.618]],["parent/31638",[8230,7.017]],["name/31639",[585,58.27]],["parent/31639",[8230,7.017]],["name/31640",[586,58.27]],["parent/31640",[8230,7.017]],["name/31641",[587,58.27]],["parent/31641",[8230,7.017]],["name/31642",[588,58.27]],["parent/31642",[8230,7.017]],["name/31643",[589,58.27]],["parent/31643",[8230,7.017]],["name/31644",[590,58.27]],["parent/31644",[8230,7.017]],["name/31645",[511,47.317]],["parent/31645",[8230,7.017]],["name/31646",[591,49.811]],["parent/31646",[8230,7.017]],["name/31647",[352,50.243]],["parent/31647",[8230,7.017]],["name/31648",[592,51.363]],["parent/31648",[8230,7.017]],["name/31649",[593,56.227]],["parent/31649",[8230,7.017]],["name/31650",[594,56.227]],["parent/31650",[8230,7.017]],["name/31651",[70,51.167]],["parent/31651",[8230,7.017]],["name/31652",[84,48.96]],["parent/31652",[8230,7.017]],["name/31653",[68,51.167]],["parent/31653",[8230,7.017]],["name/31654",[512,51.363]],["parent/31654",[8230,7.017]],["name/31655",[595,58.27]],["parent/31655",[8230,7.017]],["name/31656",[597,58.27]],["parent/31656",[8230,7.017]],["name/31657",[485,61.773]],["parent/31657",[8230,7.017]],["name/31658",[173,20.78]],["parent/31658",[8230,7.017]],["name/31659",[71,49.643]],["parent/31659",[8231,8.181]],["name/31660",[173,20.78]],["parent/31660",[8231,8.181]],["name/31661",[6499,62.202]],["parent/31661",[8232,9.514]],["name/31662",[591,49.811]],["parent/31662",[8231,8.181]],["name/31663",[173,20.78]],["parent/31663",[8231,8.181]],["name/31664",[6499,62.202]],["parent/31664",[8232,9.514]],["name/31665",[6501,69.061]],["parent/31665",[8231,8.181]],["name/31666",[6502,69.061]],["parent/31666",[8231,8.181]],["name/31667",[596,62.202]],["parent/31667",[8231,8.181]],["name/31668",[6503,69.061]],["parent/31668",[8231,8.181]],["name/31669",[6504,69.061]],["parent/31669",[8231,8.181]],["name/31670",[71,49.643]],["parent/31670",[8202,6.865]],["name/31671",[173,20.78]],["parent/31671",[8233,10.024]],["name/31672",[599,58.27]],["parent/31672",[8234,9.514]],["name/31673",[601,58.27]],["parent/31673",[8234,9.514]],["name/31674",[72,57.883]],["parent/31674",[8202,6.865]],["name/31675",[173,20.78]],["parent/31675",[8235,10.024]],["name/31676",[408,29.731]],["parent/31676",[8236,8.927]],["name/31677",[562,45.295]],["parent/31677",[8236,8.927]],["name/31678",[604,58.27]],["parent/31678",[8236,8.927]],["name/31679",[605,58.27]],["parent/31679",[8236,8.927]],["name/31680",[74,58.075]],["parent/31680",[8202,6.865]],["name/31681",[173,20.78]],["parent/31681",[8237,10.024]],["name/31682",[408,29.731]],["parent/31682",[8238,8.927]],["name/31683",[410,39.926]],["parent/31683",[8238,8.927]],["name/31684",[521,51.363]],["parent/31684",[8238,8.927]],["name/31685",[608,58.27]],["parent/31685",[8238,8.927]],["name/31686",[75,57.883]],["parent/31686",[8202,6.865]],["name/31687",[173,20.78]],["parent/31687",[8239,10.024]],["name/31688",[410,39.926]],["parent/31688",[8240,9.178]],["name/31689",[611,58.27]],["parent/31689",[8240,9.178]],["name/31690",[612,58.27]],["parent/31690",[8240,9.178]],["name/31691",[76,57.883]],["parent/31691",[8202,6.865]],["name/31692",[173,20.78]],["parent/31692",[8241,10.024]],["name/31693",[408,29.731]],["parent/31693",[8242,8.56]],["name/31694",[615,58.27]],["parent/31694",[8242,8.56]],["name/31695",[71,49.643]],["parent/31695",[8242,8.56]],["name/31696",[570,51.363]],["parent/31696",[8242,8.56]],["name/31697",[616,58.27]],["parent/31697",[8242,8.56]],["name/31698",[617,58.27]],["parent/31698",[8242,8.56]],["name/31699",[78,58.075]],["parent/31699",[8202,6.865]],["name/31700",[173,20.78]],["parent/31700",[8243,10.024]],["name/31701",[619,58.27]],["parent/31701",[8244,8.727]],["name/31702",[621,58.27]],["parent/31702",[8244,8.727]],["name/31703",[622,47.317]],["parent/31703",[8244,8.727]],["name/31704",[623,58.27]],["parent/31704",[8244,8.727]],["name/31705",[624,58.27]],["parent/31705",[8244,8.727]],["name/31706",[98,51.167]],["parent/31706",[8202,6.865]],["name/31707",[173,20.78]],["parent/31707",[8245,10.024]],["name/31708",[626,58.27]],["parent/31708",[8246,10.024]],["name/31709",[93,50.025]],["parent/31709",[8202,6.865]],["name/31710",[173,20.78]],["parent/31710",[8247,10.024]],["name/31711",[629,58.27]],["parent/31711",[8248,9.178]],["name/31712",[631,58.27]],["parent/31712",[8248,9.178]],["name/31713",[632,58.27]],["parent/31713",[8248,9.178]],["name/31714",[79,57.883]],["parent/31714",[8202,6.865]],["name/31715",[173,20.78]],["parent/31715",[8249,10.024]],["name/31716",[581,49.316]],["parent/31716",[8250,7.907]],["name/31717",[547,44.444]],["parent/31717",[8250,7.907]],["name/31718",[544,45.905]],["parent/31718",[8250,7.907]],["name/31719",[635,58.27]],["parent/31719",[8250,7.907]],["name/31720",[636,46.586]],["parent/31720",[8250,7.907]],["name/31721",[637,58.27]],["parent/31721",[8250,7.907]],["name/31722",[98,51.167]],["parent/31722",[8250,7.907]],["name/31723",[93,50.025]],["parent/31723",[8250,7.907]],["name/31724",[638,58.27]],["parent/31724",[8250,7.907]],["name/31725",[639,58.27]],["parent/31725",[8250,7.907]],["name/31726",[640,58.27]],["parent/31726",[8250,7.907]],["name/31727",[534,51.363]],["parent/31727",[8250,7.907]],["name/31728",[80,55.757]],["parent/31728",[8202,6.865]],["name/31729",[173,20.78]],["parent/31729",[8251,10.024]],["name/31730",[408,29.731]],["parent/31730",[8252,9.514]],["name/31731",[547,44.444]],["parent/31731",[8252,9.514]],["name/31732",[81,57.883]],["parent/31732",[8202,6.865]],["name/31733",[173,20.78]],["parent/31733",[8253,10.024]],["name/31734",[644,58.27]],["parent/31734",[8254,8.927]],["name/31735",[173,20.78]],["parent/31735",[8254,8.927]],["name/31736",[646,51.363]],["parent/31736",[8255,8.56]],["name/31737",[636,46.586]],["parent/31737",[8255,8.56]],["name/31738",[622,47.317]],["parent/31738",[8255,8.56]],["name/31739",[648,58.27]],["parent/31739",[8254,8.927]],["name/31740",[173,20.78]],["parent/31740",[8254,8.927]],["name/31741",[646,51.363]],["parent/31741",[8255,8.56]],["name/31742",[636,46.586]],["parent/31742",[8255,8.56]],["name/31743",[622,47.317]],["parent/31743",[8255,8.56]],["name/31744",[83,55.604]],["parent/31744",[8202,6.865]],["name/31745",[173,20.78]],["parent/31745",[8256,10.024]],["name/31746",[65,47.186]],["parent/31746",[8257,8.56]],["name/31747",[421,44.394]],["parent/31747",[8257,8.56]],["name/31748",[408,29.731]],["parent/31748",[8257,8.56]],["name/31749",[94,51.023]],["parent/31749",[8257,8.56]],["name/31750",[73,51.562]],["parent/31750",[8257,8.56]],["name/31751",[540,45.268]],["parent/31751",[8257,8.56]],["name/31752",[651,56.147]],["parent/31752",[8202,6.865]],["name/31753",[86,57.883]],["parent/31753",[8202,6.865]],["name/31754",[173,20.78]],["parent/31754",[8258,10.024]],["name/31755",[653,58.27]],["parent/31755",[8259,8.727]],["name/31756",[655,58.27]],["parent/31756",[8259,8.727]],["name/31757",[656,58.27]],["parent/31757",[8259,8.727]],["name/31758",[657,58.27]],["parent/31758",[8259,8.727]],["name/31759",[658,58.27]],["parent/31759",[8259,8.727]],["name/31760",[87,58.075]],["parent/31760",[8202,6.865]],["name/31761",[173,20.78]],["parent/31761",[8260,10.024]],["name/31762",[408,29.731]],["parent/31762",[8261,8.927]],["name/31763",[661,58.27]],["parent/31763",[8261,8.927]],["name/31764",[662,58.27]],["parent/31764",[8261,8.927]],["name/31765",[663,58.27]],["parent/31765",[8261,8.927]],["name/31766",[88,57.883]],["parent/31766",[8202,6.865]],["name/31767",[173,20.78]],["parent/31767",[8262,10.024]],["name/31768",[408,29.731]],["parent/31768",[8263,8.081]],["name/31769",[340,56.068]],["parent/31769",[8263,8.081]],["name/31770",[666,58.27]],["parent/31770",[8263,8.081]],["name/31771",[334,56.147]],["parent/31771",[8263,8.081]],["name/31772",[667,58.27]],["parent/31772",[8263,8.081]],["name/31773",[668,58.27]],["parent/31773",[8263,8.081]],["name/31774",[669,58.27]],["parent/31774",[8263,8.081]],["name/31775",[670,58.27]],["parent/31775",[8263,8.081]],["name/31776",[671,58.27]],["parent/31776",[8263,8.081]],["name/31777",[672,58.27]],["parent/31777",[8263,8.081]],["name/31778",[89,57.511]],["parent/31778",[8202,6.865]],["name/31779",[173,20.78]],["parent/31779",[8264,10.024]],["name/31780",[408,29.731]],["parent/31780",[8265,8.727]],["name/31781",[675,58.27]],["parent/31781",[8265,8.727]],["name/31782",[676,58.27]],["parent/31782",[8265,8.727]],["name/31783",[677,58.27]],["parent/31783",[8265,8.727]],["name/31784",[678,58.27]],["parent/31784",[8265,8.727]],["name/31785",[90,57.883]],["parent/31785",[8202,6.865]],["name/31786",[173,20.78]],["parent/31786",[8266,10.024]],["name/31787",[562,45.295]],["parent/31787",[8267,9.178]],["name/31788",[532,51.363]],["parent/31788",[8267,9.178]],["name/31789",[681,58.27]],["parent/31789",[8267,9.178]],["name/31790",[91,58.075]],["parent/31790",[8202,6.865]],["name/31791",[173,20.78]],["parent/31791",[8268,10.024]],["name/31792",[408,29.731]],["parent/31792",[8269,8.927]],["name/31793",[684,51.363]],["parent/31793",[8269,8.927]],["name/31794",[172,58.075]],["parent/31794",[8269,8.927]],["name/31795",[592,51.363]],["parent/31795",[8269,8.927]],["name/31796",[95,58.075]],["parent/31796",[8202,6.865]],["name/31797",[173,20.78]],["parent/31797",[8270,10.024]],["name/31798",[686,54.532]],["parent/31798",[8271,8.292]],["name/31799",[582,51.363]],["parent/31799",[8271,8.292]],["name/31800",[688,58.27]],["parent/31800",[8271,8.292]],["name/31801",[511,47.317]],["parent/31801",[8271,8.292]],["name/31802",[591,49.811]],["parent/31802",[8271,8.292]],["name/31803",[352,50.243]],["parent/31803",[8271,8.292]],["name/31804",[684,51.363]],["parent/31804",[8271,8.292]],["name/31805",[689,58.27]],["parent/31805",[8271,8.292]],["name/31806",[97,55.911]],["parent/31806",[8202,6.865]],["name/31807",[173,20.78]],["parent/31807",[8272,10.024]],["name/31808",[417,58.075]],["parent/31808",[8273,8.927]],["name/31809",[419,58.075]],["parent/31809",[8273,8.927]],["name/31810",[420,58.075]],["parent/31810",[8273,8.927]],["name/31811",[421,44.394]],["parent/31811",[8273,8.927]],["name/31812",[6468,69.061]],["parent/31812",[469,9.514]],["name/31813",[73,51.562]],["parent/31813",[8274,6.865]],["name/31814",[173,20.78]],["parent/31814",[8275,10.024]],["name/31815",[504,58.27]],["parent/31815",[8276,8.927]],["name/31816",[506,58.27]],["parent/31816",[8276,8.927]],["name/31817",[155,37.858]],["parent/31817",[8276,8.927]],["name/31818",[507,58.27]],["parent/31818",[8276,8.927]],["name/31819",[92,51.167]],["parent/31819",[8274,6.865]],["name/31820",[173,20.78]],["parent/31820",[8277,10.024]],["name/31821",[509,58.27]],["parent/31821",[8278,8.727]],["name/31822",[511,47.317]],["parent/31822",[8278,8.727]],["name/31823",[512,51.363]],["parent/31823",[8278,8.727]],["name/31824",[344,48.357]],["parent/31824",[8278,8.727]],["name/31825",[513,51.363]],["parent/31825",[8278,8.727]],["name/31826",[65,47.186]],["parent/31826",[8274,6.865]],["name/31827",[173,20.78]],["parent/31827",[8279,10.024]],["name/31828",[408,29.731]],["parent/31828",[8280,7.413]],["name/31829",[493,49.276]],["parent/31829",[8280,7.413]],["name/31830",[516,51.363]],["parent/31830",[8280,7.413]],["name/31831",[517,58.27]],["parent/31831",[8280,7.413]],["name/31832",[518,58.27]],["parent/31832",[8280,7.413]],["name/31833",[421,44.394]],["parent/31833",[8280,7.413]],["name/31834",[519,58.27]],["parent/31834",[8280,7.413]],["name/31835",[520,58.27]],["parent/31835",[8280,7.413]],["name/31836",[521,51.363]],["parent/31836",[8280,7.413]],["name/31837",[344,48.357]],["parent/31837",[8280,7.413]],["name/31838",[155,37.858]],["parent/31838",[8280,7.413]],["name/31839",[522,58.27]],["parent/31839",[8280,7.413]],["name/31840",[523,58.27]],["parent/31840",[8280,7.413]],["name/31841",[524,58.27]],["parent/31841",[8280,7.413]],["name/31842",[525,58.27]],["parent/31842",[8280,7.413]],["name/31843",[526,47.618]],["parent/31843",[8280,7.413]],["name/31844",[527,58.27]],["parent/31844",[8280,7.413]],["name/31845",[513,51.363]],["parent/31845",[8280,7.413]],["name/31846",[528,58.27]],["parent/31846",[8280,7.413]],["name/31847",[92,51.167]],["parent/31847",[8280,7.413]],["name/31848",[67,57.883]],["parent/31848",[8274,6.865]],["name/31849",[173,20.78]],["parent/31849",[8281,10.024]],["name/31850",[530,58.27]],["parent/31850",[8282,8.927]],["name/31851",[532,51.363]],["parent/31851",[8282,8.927]],["name/31852",[533,58.27]],["parent/31852",[8282,8.927]],["name/31853",[534,51.363]],["parent/31853",[8282,8.927]],["name/31854",[68,51.167]],["parent/31854",[8274,6.865]],["name/31855",[173,20.78]],["parent/31855",[8283,10.024]],["name/31856",[410,39.926]],["parent/31856",[8284,9.178]],["name/31857",[411,58.075]],["parent/31857",[8284,9.178]],["name/31858",[537,58.27]],["parent/31858",[8284,9.178]],["name/31859",[69,57.883]],["parent/31859",[8274,6.865]],["name/31860",[173,20.78]],["parent/31860",[8285,10.024]],["name/31861",[408,29.731]],["parent/31861",[8286,8.292]],["name/31862",[540,45.268]],["parent/31862",[8286,8.292]],["name/31863",[155,37.858]],["parent/31863",[8286,8.292]],["name/31864",[541,58.27]],["parent/31864",[8286,8.292]],["name/31865",[542,58.27]],["parent/31865",[8286,8.292]],["name/31866",[543,58.27]],["parent/31866",[8286,8.292]],["name/31867",[342,56.068]],["parent/31867",[8286,8.292]],["name/31868",[544,45.905]],["parent/31868",[8286,8.292]],["name/31869",[70,51.167]],["parent/31869",[8274,6.865]],["name/31870",[173,20.78]],["parent/31870",[8287,10.024]],["name/31871",[155,37.858]],["parent/31871",[8288,7.83]],["name/31872",[547,44.444]],["parent/31872",[8288,7.83]],["name/31873",[544,45.905]],["parent/31873",[8288,7.83]],["name/31874",[540,45.268]],["parent/31874",[8288,7.83]],["name/31875",[548,58.27]],["parent/31875",[8288,7.83]],["name/31876",[549,58.27]],["parent/31876",[8288,7.83]],["name/31877",[550,58.27]],["parent/31877",[8288,7.83]],["name/31878",[551,58.27]],["parent/31878",[8288,7.83]],["name/31879",[552,58.27]],["parent/31879",[8288,7.83]],["name/31880",[553,58.27]],["parent/31880",[8288,7.83]],["name/31881",[554,56.227]],["parent/31881",[8288,7.83]],["name/31882",[555,56.227]],["parent/31882",[8288,7.83]],["name/31883",[485,61.773]],["parent/31883",[8288,7.83]],["name/31884",[82,57.511]],["parent/31884",[8274,6.865]],["name/31885",[173,20.78]],["parent/31885",[8289,10.024]],["name/31886",[408,29.731]],["parent/31886",[8290,8.927]],["name/31887",[493,49.276]],["parent/31887",[8290,8.927]],["name/31888",[155,37.858]],["parent/31888",[8290,8.927]],["name/31889",[516,51.363]],["parent/31889",[8290,8.927]],["name/31890",[77,51.167]],["parent/31890",[8274,6.865]],["name/31891",[173,20.78]],["parent/31891",[8291,10.024]],["name/31892",[559,58.27]],["parent/31892",[8292,9.178]],["name/31893",[561,58.27]],["parent/31893",[8292,9.178]],["name/31894",[562,45.295]],["parent/31894",[8292,9.178]],["name/31895",[96,55.911]],["parent/31895",[8274,6.865]],["name/31896",[173,20.78]],["parent/31896",[8293,10.024]],["name/31897",[410,39.926]],["parent/31897",[8294,9.178]],["name/31898",[155,37.858]],["parent/31898",[8294,9.178]],["name/31899",[77,51.167]],["parent/31899",[8294,9.178]],["name/31900",[85,57.978]],["parent/31900",[8274,6.865]],["name/31901",[173,20.78]],["parent/31901",[8295,10.024]],["name/31902",[547,44.444]],["parent/31902",[8296,9.514]],["name/31903",[567,51.363]],["parent/31903",[8296,9.514]],["name/31904",[84,48.96]],["parent/31904",[8274,6.865]],["name/31905",[173,20.78]],["parent/31905",[8297,10.024]],["name/31906",[408,29.731]],["parent/31906",[8298,8.417]],["name/31907",[570,51.363]],["parent/31907",[8298,8.417]],["name/31908",[571,58.27]],["parent/31908",[8298,8.417]],["name/31909",[572,56.227]],["parent/31909",[8298,8.417]],["name/31910",[567,51.363]],["parent/31910",[8298,8.417]],["name/31911",[573,58.27]],["parent/31911",[8298,8.417]],["name/31912",[574,58.27]],["parent/31912",[8298,8.417]],["name/31913",[345,56.721]],["parent/31913",[8274,6.865]],["name/31914",[173,20.78]],["parent/31914",[8299,10.024]],["name/31915",[576,62.202]],["parent/31915",[8300,8.927]],["name/31916",[578,62.202]],["parent/31916",[8300,8.927]],["name/31917",[410,39.926]],["parent/31917",[8300,8.927]],["name/31918",[562,45.295]],["parent/31918",[8300,8.927]],["name/31919",[94,51.023]],["parent/31919",[8274,6.865]],["name/31920",[173,20.78]],["parent/31920",[8301,10.024]],["name/31921",[408,29.731]],["parent/31921",[8302,7.017]],["name/31922",[581,49.316]],["parent/31922",[8302,7.017]],["name/31923",[155,37.858]],["parent/31923",[8302,7.017]],["name/31924",[65,47.186]],["parent/31924",[8302,7.017]],["name/31925",[582,51.363]],["parent/31925",[8302,7.017]],["name/31926",[583,58.27]],["parent/31926",[8302,7.017]],["name/31927",[145,57.978]],["parent/31927",[8302,7.017]],["name/31928",[584,58.27]],["parent/31928",[8302,7.017]],["name/31929",[421,44.394]],["parent/31929",[8302,7.017]],["name/31930",[526,47.618]],["parent/31930",[8302,7.017]],["name/31931",[585,58.27]],["parent/31931",[8302,7.017]],["name/31932",[586,58.27]],["parent/31932",[8302,7.017]],["name/31933",[587,58.27]],["parent/31933",[8302,7.017]],["name/31934",[588,58.27]],["parent/31934",[8302,7.017]],["name/31935",[589,58.27]],["parent/31935",[8302,7.017]],["name/31936",[590,58.27]],["parent/31936",[8302,7.017]],["name/31937",[511,47.317]],["parent/31937",[8302,7.017]],["name/31938",[591,49.811]],["parent/31938",[8302,7.017]],["name/31939",[352,50.243]],["parent/31939",[8302,7.017]],["name/31940",[592,51.363]],["parent/31940",[8302,7.017]],["name/31941",[593,56.227]],["parent/31941",[8302,7.017]],["name/31942",[594,56.227]],["parent/31942",[8302,7.017]],["name/31943",[70,51.167]],["parent/31943",[8302,7.017]],["name/31944",[84,48.96]],["parent/31944",[8302,7.017]],["name/31945",[68,51.167]],["parent/31945",[8302,7.017]],["name/31946",[512,51.363]],["parent/31946",[8302,7.017]],["name/31947",[595,58.27]],["parent/31947",[8302,7.017]],["name/31948",[597,58.27]],["parent/31948",[8302,7.017]],["name/31949",[485,61.773]],["parent/31949",[8302,7.017]],["name/31950",[173,20.78]],["parent/31950",[8302,7.017]],["name/31951",[71,49.643]],["parent/31951",[8303,8.181]],["name/31952",[173,20.78]],["parent/31952",[8303,8.181]],["name/31953",[6499,62.202]],["parent/31953",[8304,9.514]],["name/31954",[591,49.811]],["parent/31954",[8303,8.181]],["name/31955",[173,20.78]],["parent/31955",[8303,8.181]],["name/31956",[6499,62.202]],["parent/31956",[8304,9.514]],["name/31957",[6501,69.061]],["parent/31957",[8303,8.181]],["name/31958",[6502,69.061]],["parent/31958",[8303,8.181]],["name/31959",[596,62.202]],["parent/31959",[8303,8.181]],["name/31960",[6503,69.061]],["parent/31960",[8303,8.181]],["name/31961",[6504,69.061]],["parent/31961",[8303,8.181]],["name/31962",[71,49.643]],["parent/31962",[8274,6.865]],["name/31963",[173,20.78]],["parent/31963",[8305,10.024]],["name/31964",[599,58.27]],["parent/31964",[8306,9.514]],["name/31965",[601,58.27]],["parent/31965",[8306,9.514]],["name/31966",[72,57.883]],["parent/31966",[8274,6.865]],["name/31967",[173,20.78]],["parent/31967",[8307,10.024]],["name/31968",[408,29.731]],["parent/31968",[8308,8.927]],["name/31969",[562,45.295]],["parent/31969",[8308,8.927]],["name/31970",[604,58.27]],["parent/31970",[8308,8.927]],["name/31971",[605,58.27]],["parent/31971",[8308,8.927]],["name/31972",[74,58.075]],["parent/31972",[8274,6.865]],["name/31973",[173,20.78]],["parent/31973",[8309,10.024]],["name/31974",[408,29.731]],["parent/31974",[8310,8.927]],["name/31975",[410,39.926]],["parent/31975",[8310,8.927]],["name/31976",[521,51.363]],["parent/31976",[8310,8.927]],["name/31977",[608,58.27]],["parent/31977",[8310,8.927]],["name/31978",[75,57.883]],["parent/31978",[8274,6.865]],["name/31979",[173,20.78]],["parent/31979",[8311,10.024]],["name/31980",[410,39.926]],["parent/31980",[8312,9.178]],["name/31981",[611,58.27]],["parent/31981",[8312,9.178]],["name/31982",[612,58.27]],["parent/31982",[8312,9.178]],["name/31983",[76,57.883]],["parent/31983",[8274,6.865]],["name/31984",[173,20.78]],["parent/31984",[8313,10.024]],["name/31985",[408,29.731]],["parent/31985",[8314,8.56]],["name/31986",[615,58.27]],["parent/31986",[8314,8.56]],["name/31987",[71,49.643]],["parent/31987",[8314,8.56]],["name/31988",[570,51.363]],["parent/31988",[8314,8.56]],["name/31989",[616,58.27]],["parent/31989",[8314,8.56]],["name/31990",[617,58.27]],["parent/31990",[8314,8.56]],["name/31991",[78,58.075]],["parent/31991",[8274,6.865]],["name/31992",[173,20.78]],["parent/31992",[8315,10.024]],["name/31993",[619,58.27]],["parent/31993",[8316,8.727]],["name/31994",[621,58.27]],["parent/31994",[8316,8.727]],["name/31995",[622,47.317]],["parent/31995",[8316,8.727]],["name/31996",[623,58.27]],["parent/31996",[8316,8.727]],["name/31997",[624,58.27]],["parent/31997",[8316,8.727]],["name/31998",[98,51.167]],["parent/31998",[8274,6.865]],["name/31999",[173,20.78]],["parent/31999",[8317,10.024]],["name/32000",[626,58.27]],["parent/32000",[8318,10.024]],["name/32001",[93,50.025]],["parent/32001",[8274,6.865]],["name/32002",[173,20.78]],["parent/32002",[8319,10.024]],["name/32003",[629,58.27]],["parent/32003",[8320,9.178]],["name/32004",[631,58.27]],["parent/32004",[8320,9.178]],["name/32005",[632,58.27]],["parent/32005",[8320,9.178]],["name/32006",[79,57.883]],["parent/32006",[8274,6.865]],["name/32007",[173,20.78]],["parent/32007",[8321,10.024]],["name/32008",[581,49.316]],["parent/32008",[8322,7.907]],["name/32009",[547,44.444]],["parent/32009",[8322,7.907]],["name/32010",[544,45.905]],["parent/32010",[8322,7.907]],["name/32011",[635,58.27]],["parent/32011",[8322,7.907]],["name/32012",[636,46.586]],["parent/32012",[8322,7.907]],["name/32013",[637,58.27]],["parent/32013",[8322,7.907]],["name/32014",[98,51.167]],["parent/32014",[8322,7.907]],["name/32015",[93,50.025]],["parent/32015",[8322,7.907]],["name/32016",[638,58.27]],["parent/32016",[8322,7.907]],["name/32017",[639,58.27]],["parent/32017",[8322,7.907]],["name/32018",[640,58.27]],["parent/32018",[8322,7.907]],["name/32019",[534,51.363]],["parent/32019",[8322,7.907]],["name/32020",[80,55.757]],["parent/32020",[8274,6.865]],["name/32021",[173,20.78]],["parent/32021",[8323,10.024]],["name/32022",[408,29.731]],["parent/32022",[8324,9.514]],["name/32023",[547,44.444]],["parent/32023",[8324,9.514]],["name/32024",[81,57.883]],["parent/32024",[8274,6.865]],["name/32025",[173,20.78]],["parent/32025",[8325,10.024]],["name/32026",[644,58.27]],["parent/32026",[8326,8.927]],["name/32027",[173,20.78]],["parent/32027",[8326,8.927]],["name/32028",[646,51.363]],["parent/32028",[8327,8.56]],["name/32029",[636,46.586]],["parent/32029",[8327,8.56]],["name/32030",[622,47.317]],["parent/32030",[8327,8.56]],["name/32031",[648,58.27]],["parent/32031",[8326,8.927]],["name/32032",[173,20.78]],["parent/32032",[8326,8.927]],["name/32033",[646,51.363]],["parent/32033",[8327,8.56]],["name/32034",[636,46.586]],["parent/32034",[8327,8.56]],["name/32035",[622,47.317]],["parent/32035",[8327,8.56]],["name/32036",[83,55.604]],["parent/32036",[8274,6.865]],["name/32037",[173,20.78]],["parent/32037",[8328,10.024]],["name/32038",[65,47.186]],["parent/32038",[8329,8.56]],["name/32039",[421,44.394]],["parent/32039",[8329,8.56]],["name/32040",[408,29.731]],["parent/32040",[8329,8.56]],["name/32041",[94,51.023]],["parent/32041",[8329,8.56]],["name/32042",[73,51.562]],["parent/32042",[8329,8.56]],["name/32043",[540,45.268]],["parent/32043",[8329,8.56]],["name/32044",[651,56.147]],["parent/32044",[8274,6.865]],["name/32045",[86,57.883]],["parent/32045",[8274,6.865]],["name/32046",[173,20.78]],["parent/32046",[8330,10.024]],["name/32047",[653,58.27]],["parent/32047",[8331,8.727]],["name/32048",[655,58.27]],["parent/32048",[8331,8.727]],["name/32049",[656,58.27]],["parent/32049",[8331,8.727]],["name/32050",[657,58.27]],["parent/32050",[8331,8.727]],["name/32051",[658,58.27]],["parent/32051",[8331,8.727]],["name/32052",[87,58.075]],["parent/32052",[8274,6.865]],["name/32053",[173,20.78]],["parent/32053",[8332,10.024]],["name/32054",[408,29.731]],["parent/32054",[8333,8.927]],["name/32055",[661,58.27]],["parent/32055",[8333,8.927]],["name/32056",[662,58.27]],["parent/32056",[8333,8.927]],["name/32057",[663,58.27]],["parent/32057",[8333,8.927]],["name/32058",[88,57.883]],["parent/32058",[8274,6.865]],["name/32059",[173,20.78]],["parent/32059",[8334,10.024]],["name/32060",[408,29.731]],["parent/32060",[8335,8.081]],["name/32061",[340,56.068]],["parent/32061",[8335,8.081]],["name/32062",[666,58.27]],["parent/32062",[8335,8.081]],["name/32063",[334,56.147]],["parent/32063",[8335,8.081]],["name/32064",[667,58.27]],["parent/32064",[8335,8.081]],["name/32065",[668,58.27]],["parent/32065",[8335,8.081]],["name/32066",[669,58.27]],["parent/32066",[8335,8.081]],["name/32067",[670,58.27]],["parent/32067",[8335,8.081]],["name/32068",[671,58.27]],["parent/32068",[8335,8.081]],["name/32069",[672,58.27]],["parent/32069",[8335,8.081]],["name/32070",[89,57.511]],["parent/32070",[8274,6.865]],["name/32071",[173,20.78]],["parent/32071",[8336,10.024]],["name/32072",[408,29.731]],["parent/32072",[8337,8.727]],["name/32073",[675,58.27]],["parent/32073",[8337,8.727]],["name/32074",[676,58.27]],["parent/32074",[8337,8.727]],["name/32075",[677,58.27]],["parent/32075",[8337,8.727]],["name/32076",[678,58.27]],["parent/32076",[8337,8.727]],["name/32077",[90,57.883]],["parent/32077",[8274,6.865]],["name/32078",[173,20.78]],["parent/32078",[8338,10.024]],["name/32079",[562,45.295]],["parent/32079",[8339,9.178]],["name/32080",[532,51.363]],["parent/32080",[8339,9.178]],["name/32081",[681,58.27]],["parent/32081",[8339,9.178]],["name/32082",[91,58.075]],["parent/32082",[8274,6.865]],["name/32083",[173,20.78]],["parent/32083",[8340,10.024]],["name/32084",[408,29.731]],["parent/32084",[8341,8.927]],["name/32085",[684,51.363]],["parent/32085",[8341,8.927]],["name/32086",[172,58.075]],["parent/32086",[8341,8.927]],["name/32087",[592,51.363]],["parent/32087",[8341,8.927]],["name/32088",[95,58.075]],["parent/32088",[8274,6.865]],["name/32089",[173,20.78]],["parent/32089",[8342,10.024]],["name/32090",[686,54.532]],["parent/32090",[8343,8.292]],["name/32091",[582,51.363]],["parent/32091",[8343,8.292]],["name/32092",[688,58.27]],["parent/32092",[8343,8.292]],["name/32093",[511,47.317]],["parent/32093",[8343,8.292]],["name/32094",[591,49.811]],["parent/32094",[8343,8.292]],["name/32095",[352,50.243]],["parent/32095",[8343,8.292]],["name/32096",[684,51.363]],["parent/32096",[8343,8.292]],["name/32097",[689,58.27]],["parent/32097",[8343,8.292]],["name/32098",[97,55.911]],["parent/32098",[8274,6.865]],["name/32099",[173,20.78]],["parent/32099",[8344,10.024]],["name/32100",[417,58.075]],["parent/32100",[8345,8.927]],["name/32101",[419,58.075]],["parent/32101",[8345,8.927]],["name/32102",[420,58.075]],["parent/32102",[8345,8.927]],["name/32103",[421,44.394]],["parent/32103",[8345,8.927]],["name/32104",[6468,69.061]],["parent/32104",[470,9.514]],["name/32105",[73,51.562]],["parent/32105",[8346,6.865]],["name/32106",[173,20.78]],["parent/32106",[8347,10.024]],["name/32107",[504,58.27]],["parent/32107",[8348,8.927]],["name/32108",[506,58.27]],["parent/32108",[8348,8.927]],["name/32109",[155,37.858]],["parent/32109",[8348,8.927]],["name/32110",[507,58.27]],["parent/32110",[8348,8.927]],["name/32111",[92,51.167]],["parent/32111",[8346,6.865]],["name/32112",[173,20.78]],["parent/32112",[8349,10.024]],["name/32113",[509,58.27]],["parent/32113",[8350,8.727]],["name/32114",[511,47.317]],["parent/32114",[8350,8.727]],["name/32115",[512,51.363]],["parent/32115",[8350,8.727]],["name/32116",[344,48.357]],["parent/32116",[8350,8.727]],["name/32117",[513,51.363]],["parent/32117",[8350,8.727]],["name/32118",[65,47.186]],["parent/32118",[8346,6.865]],["name/32119",[173,20.78]],["parent/32119",[8351,10.024]],["name/32120",[408,29.731]],["parent/32120",[8352,7.413]],["name/32121",[493,49.276]],["parent/32121",[8352,7.413]],["name/32122",[516,51.363]],["parent/32122",[8352,7.413]],["name/32123",[517,58.27]],["parent/32123",[8352,7.413]],["name/32124",[518,58.27]],["parent/32124",[8352,7.413]],["name/32125",[421,44.394]],["parent/32125",[8352,7.413]],["name/32126",[519,58.27]],["parent/32126",[8352,7.413]],["name/32127",[520,58.27]],["parent/32127",[8352,7.413]],["name/32128",[521,51.363]],["parent/32128",[8352,7.413]],["name/32129",[344,48.357]],["parent/32129",[8352,7.413]],["name/32130",[155,37.858]],["parent/32130",[8352,7.413]],["name/32131",[522,58.27]],["parent/32131",[8352,7.413]],["name/32132",[523,58.27]],["parent/32132",[8352,7.413]],["name/32133",[524,58.27]],["parent/32133",[8352,7.413]],["name/32134",[525,58.27]],["parent/32134",[8352,7.413]],["name/32135",[526,47.618]],["parent/32135",[8352,7.413]],["name/32136",[527,58.27]],["parent/32136",[8352,7.413]],["name/32137",[513,51.363]],["parent/32137",[8352,7.413]],["name/32138",[528,58.27]],["parent/32138",[8352,7.413]],["name/32139",[92,51.167]],["parent/32139",[8352,7.413]],["name/32140",[67,57.883]],["parent/32140",[8346,6.865]],["name/32141",[173,20.78]],["parent/32141",[8353,10.024]],["name/32142",[530,58.27]],["parent/32142",[8354,8.927]],["name/32143",[532,51.363]],["parent/32143",[8354,8.927]],["name/32144",[533,58.27]],["parent/32144",[8354,8.927]],["name/32145",[534,51.363]],["parent/32145",[8354,8.927]],["name/32146",[68,51.167]],["parent/32146",[8346,6.865]],["name/32147",[173,20.78]],["parent/32147",[8355,10.024]],["name/32148",[410,39.926]],["parent/32148",[8356,9.178]],["name/32149",[411,58.075]],["parent/32149",[8356,9.178]],["name/32150",[537,58.27]],["parent/32150",[8356,9.178]],["name/32151",[69,57.883]],["parent/32151",[8346,6.865]],["name/32152",[173,20.78]],["parent/32152",[8357,10.024]],["name/32153",[408,29.731]],["parent/32153",[8358,8.292]],["name/32154",[540,45.268]],["parent/32154",[8358,8.292]],["name/32155",[155,37.858]],["parent/32155",[8358,8.292]],["name/32156",[541,58.27]],["parent/32156",[8358,8.292]],["name/32157",[542,58.27]],["parent/32157",[8358,8.292]],["name/32158",[543,58.27]],["parent/32158",[8358,8.292]],["name/32159",[342,56.068]],["parent/32159",[8358,8.292]],["name/32160",[544,45.905]],["parent/32160",[8358,8.292]],["name/32161",[70,51.167]],["parent/32161",[8346,6.865]],["name/32162",[173,20.78]],["parent/32162",[8359,10.024]],["name/32163",[155,37.858]],["parent/32163",[8360,7.83]],["name/32164",[547,44.444]],["parent/32164",[8360,7.83]],["name/32165",[544,45.905]],["parent/32165",[8360,7.83]],["name/32166",[540,45.268]],["parent/32166",[8360,7.83]],["name/32167",[548,58.27]],["parent/32167",[8360,7.83]],["name/32168",[549,58.27]],["parent/32168",[8360,7.83]],["name/32169",[550,58.27]],["parent/32169",[8360,7.83]],["name/32170",[551,58.27]],["parent/32170",[8360,7.83]],["name/32171",[552,58.27]],["parent/32171",[8360,7.83]],["name/32172",[553,58.27]],["parent/32172",[8360,7.83]],["name/32173",[554,56.227]],["parent/32173",[8360,7.83]],["name/32174",[555,56.227]],["parent/32174",[8360,7.83]],["name/32175",[485,61.773]],["parent/32175",[8360,7.83]],["name/32176",[82,57.511]],["parent/32176",[8346,6.865]],["name/32177",[173,20.78]],["parent/32177",[8361,10.024]],["name/32178",[408,29.731]],["parent/32178",[8362,8.927]],["name/32179",[493,49.276]],["parent/32179",[8362,8.927]],["name/32180",[155,37.858]],["parent/32180",[8362,8.927]],["name/32181",[516,51.363]],["parent/32181",[8362,8.927]],["name/32182",[77,51.167]],["parent/32182",[8346,6.865]],["name/32183",[173,20.78]],["parent/32183",[8363,10.024]],["name/32184",[559,58.27]],["parent/32184",[8364,9.178]],["name/32185",[561,58.27]],["parent/32185",[8364,9.178]],["name/32186",[562,45.295]],["parent/32186",[8364,9.178]],["name/32187",[96,55.911]],["parent/32187",[8346,6.865]],["name/32188",[173,20.78]],["parent/32188",[8365,10.024]],["name/32189",[410,39.926]],["parent/32189",[8366,9.178]],["name/32190",[155,37.858]],["parent/32190",[8366,9.178]],["name/32191",[77,51.167]],["parent/32191",[8366,9.178]],["name/32192",[85,57.978]],["parent/32192",[8346,6.865]],["name/32193",[173,20.78]],["parent/32193",[8367,10.024]],["name/32194",[547,44.444]],["parent/32194",[8368,9.514]],["name/32195",[567,51.363]],["parent/32195",[8368,9.514]],["name/32196",[84,48.96]],["parent/32196",[8346,6.865]],["name/32197",[173,20.78]],["parent/32197",[8369,10.024]],["name/32198",[408,29.731]],["parent/32198",[8370,8.417]],["name/32199",[570,51.363]],["parent/32199",[8370,8.417]],["name/32200",[571,58.27]],["parent/32200",[8370,8.417]],["name/32201",[572,56.227]],["parent/32201",[8370,8.417]],["name/32202",[567,51.363]],["parent/32202",[8370,8.417]],["name/32203",[573,58.27]],["parent/32203",[8370,8.417]],["name/32204",[574,58.27]],["parent/32204",[8370,8.417]],["name/32205",[345,56.721]],["parent/32205",[8346,6.865]],["name/32206",[173,20.78]],["parent/32206",[8371,10.024]],["name/32207",[576,62.202]],["parent/32207",[8372,8.927]],["name/32208",[578,62.202]],["parent/32208",[8372,8.927]],["name/32209",[410,39.926]],["parent/32209",[8372,8.927]],["name/32210",[562,45.295]],["parent/32210",[8372,8.927]],["name/32211",[94,51.023]],["parent/32211",[8346,6.865]],["name/32212",[173,20.78]],["parent/32212",[8373,10.024]],["name/32213",[408,29.731]],["parent/32213",[8374,7.017]],["name/32214",[581,49.316]],["parent/32214",[8374,7.017]],["name/32215",[155,37.858]],["parent/32215",[8374,7.017]],["name/32216",[65,47.186]],["parent/32216",[8374,7.017]],["name/32217",[582,51.363]],["parent/32217",[8374,7.017]],["name/32218",[583,58.27]],["parent/32218",[8374,7.017]],["name/32219",[145,57.978]],["parent/32219",[8374,7.017]],["name/32220",[584,58.27]],["parent/32220",[8374,7.017]],["name/32221",[421,44.394]],["parent/32221",[8374,7.017]],["name/32222",[526,47.618]],["parent/32222",[8374,7.017]],["name/32223",[585,58.27]],["parent/32223",[8374,7.017]],["name/32224",[586,58.27]],["parent/32224",[8374,7.017]],["name/32225",[587,58.27]],["parent/32225",[8374,7.017]],["name/32226",[588,58.27]],["parent/32226",[8374,7.017]],["name/32227",[589,58.27]],["parent/32227",[8374,7.017]],["name/32228",[590,58.27]],["parent/32228",[8374,7.017]],["name/32229",[511,47.317]],["parent/32229",[8374,7.017]],["name/32230",[591,49.811]],["parent/32230",[8374,7.017]],["name/32231",[352,50.243]],["parent/32231",[8374,7.017]],["name/32232",[592,51.363]],["parent/32232",[8374,7.017]],["name/32233",[593,56.227]],["parent/32233",[8374,7.017]],["name/32234",[594,56.227]],["parent/32234",[8374,7.017]],["name/32235",[70,51.167]],["parent/32235",[8374,7.017]],["name/32236",[84,48.96]],["parent/32236",[8374,7.017]],["name/32237",[68,51.167]],["parent/32237",[8374,7.017]],["name/32238",[512,51.363]],["parent/32238",[8374,7.017]],["name/32239",[595,58.27]],["parent/32239",[8374,7.017]],["name/32240",[597,58.27]],["parent/32240",[8374,7.017]],["name/32241",[485,61.773]],["parent/32241",[8374,7.017]],["name/32242",[173,20.78]],["parent/32242",[8374,7.017]],["name/32243",[71,49.643]],["parent/32243",[8375,8.181]],["name/32244",[173,20.78]],["parent/32244",[8375,8.181]],["name/32245",[6499,62.202]],["parent/32245",[8376,9.514]],["name/32246",[591,49.811]],["parent/32246",[8375,8.181]],["name/32247",[173,20.78]],["parent/32247",[8375,8.181]],["name/32248",[6499,62.202]],["parent/32248",[8376,9.514]],["name/32249",[6501,69.061]],["parent/32249",[8375,8.181]],["name/32250",[6502,69.061]],["parent/32250",[8375,8.181]],["name/32251",[596,62.202]],["parent/32251",[8375,8.181]],["name/32252",[6503,69.061]],["parent/32252",[8375,8.181]],["name/32253",[6504,69.061]],["parent/32253",[8375,8.181]],["name/32254",[71,49.643]],["parent/32254",[8346,6.865]],["name/32255",[173,20.78]],["parent/32255",[8377,10.024]],["name/32256",[599,58.27]],["parent/32256",[8378,9.514]],["name/32257",[601,58.27]],["parent/32257",[8378,9.514]],["name/32258",[72,57.883]],["parent/32258",[8346,6.865]],["name/32259",[173,20.78]],["parent/32259",[8379,10.024]],["name/32260",[408,29.731]],["parent/32260",[8380,8.927]],["name/32261",[562,45.295]],["parent/32261",[8380,8.927]],["name/32262",[604,58.27]],["parent/32262",[8380,8.927]],["name/32263",[605,58.27]],["parent/32263",[8380,8.927]],["name/32264",[74,58.075]],["parent/32264",[8346,6.865]],["name/32265",[173,20.78]],["parent/32265",[8381,10.024]],["name/32266",[408,29.731]],["parent/32266",[8382,8.927]],["name/32267",[410,39.926]],["parent/32267",[8382,8.927]],["name/32268",[521,51.363]],["parent/32268",[8382,8.927]],["name/32269",[608,58.27]],["parent/32269",[8382,8.927]],["name/32270",[75,57.883]],["parent/32270",[8346,6.865]],["name/32271",[173,20.78]],["parent/32271",[8383,10.024]],["name/32272",[410,39.926]],["parent/32272",[8384,9.178]],["name/32273",[611,58.27]],["parent/32273",[8384,9.178]],["name/32274",[612,58.27]],["parent/32274",[8384,9.178]],["name/32275",[76,57.883]],["parent/32275",[8346,6.865]],["name/32276",[173,20.78]],["parent/32276",[8385,10.024]],["name/32277",[408,29.731]],["parent/32277",[8386,8.56]],["name/32278",[615,58.27]],["parent/32278",[8386,8.56]],["name/32279",[71,49.643]],["parent/32279",[8386,8.56]],["name/32280",[570,51.363]],["parent/32280",[8386,8.56]],["name/32281",[616,58.27]],["parent/32281",[8386,8.56]],["name/32282",[617,58.27]],["parent/32282",[8386,8.56]],["name/32283",[78,58.075]],["parent/32283",[8346,6.865]],["name/32284",[173,20.78]],["parent/32284",[8387,10.024]],["name/32285",[619,58.27]],["parent/32285",[8388,8.727]],["name/32286",[621,58.27]],["parent/32286",[8388,8.727]],["name/32287",[622,47.317]],["parent/32287",[8388,8.727]],["name/32288",[623,58.27]],["parent/32288",[8388,8.727]],["name/32289",[624,58.27]],["parent/32289",[8388,8.727]],["name/32290",[98,51.167]],["parent/32290",[8346,6.865]],["name/32291",[173,20.78]],["parent/32291",[8389,10.024]],["name/32292",[626,58.27]],["parent/32292",[8390,10.024]],["name/32293",[93,50.025]],["parent/32293",[8346,6.865]],["name/32294",[173,20.78]],["parent/32294",[8391,10.024]],["name/32295",[629,58.27]],["parent/32295",[8392,9.178]],["name/32296",[631,58.27]],["parent/32296",[8392,9.178]],["name/32297",[632,58.27]],["parent/32297",[8392,9.178]],["name/32298",[79,57.883]],["parent/32298",[8346,6.865]],["name/32299",[173,20.78]],["parent/32299",[8393,10.024]],["name/32300",[581,49.316]],["parent/32300",[8394,7.907]],["name/32301",[547,44.444]],["parent/32301",[8394,7.907]],["name/32302",[544,45.905]],["parent/32302",[8394,7.907]],["name/32303",[635,58.27]],["parent/32303",[8394,7.907]],["name/32304",[636,46.586]],["parent/32304",[8394,7.907]],["name/32305",[637,58.27]],["parent/32305",[8394,7.907]],["name/32306",[98,51.167]],["parent/32306",[8394,7.907]],["name/32307",[93,50.025]],["parent/32307",[8394,7.907]],["name/32308",[638,58.27]],["parent/32308",[8394,7.907]],["name/32309",[639,58.27]],["parent/32309",[8394,7.907]],["name/32310",[640,58.27]],["parent/32310",[8394,7.907]],["name/32311",[534,51.363]],["parent/32311",[8394,7.907]],["name/32312",[80,55.757]],["parent/32312",[8346,6.865]],["name/32313",[173,20.78]],["parent/32313",[8395,10.024]],["name/32314",[408,29.731]],["parent/32314",[8396,9.514]],["name/32315",[547,44.444]],["parent/32315",[8396,9.514]],["name/32316",[81,57.883]],["parent/32316",[8346,6.865]],["name/32317",[173,20.78]],["parent/32317",[8397,10.024]],["name/32318",[644,58.27]],["parent/32318",[8398,8.927]],["name/32319",[173,20.78]],["parent/32319",[8398,8.927]],["name/32320",[646,51.363]],["parent/32320",[8399,8.56]],["name/32321",[636,46.586]],["parent/32321",[8399,8.56]],["name/32322",[622,47.317]],["parent/32322",[8399,8.56]],["name/32323",[648,58.27]],["parent/32323",[8398,8.927]],["name/32324",[173,20.78]],["parent/32324",[8398,8.927]],["name/32325",[646,51.363]],["parent/32325",[8399,8.56]],["name/32326",[636,46.586]],["parent/32326",[8399,8.56]],["name/32327",[622,47.317]],["parent/32327",[8399,8.56]],["name/32328",[83,55.604]],["parent/32328",[8346,6.865]],["name/32329",[173,20.78]],["parent/32329",[8400,10.024]],["name/32330",[65,47.186]],["parent/32330",[8401,8.56]],["name/32331",[421,44.394]],["parent/32331",[8401,8.56]],["name/32332",[408,29.731]],["parent/32332",[8401,8.56]],["name/32333",[94,51.023]],["parent/32333",[8401,8.56]],["name/32334",[73,51.562]],["parent/32334",[8401,8.56]],["name/32335",[540,45.268]],["parent/32335",[8401,8.56]],["name/32336",[651,56.147]],["parent/32336",[8346,6.865]],["name/32337",[86,57.883]],["parent/32337",[8346,6.865]],["name/32338",[173,20.78]],["parent/32338",[8402,10.024]],["name/32339",[653,58.27]],["parent/32339",[8403,8.727]],["name/32340",[655,58.27]],["parent/32340",[8403,8.727]],["name/32341",[656,58.27]],["parent/32341",[8403,8.727]],["name/32342",[657,58.27]],["parent/32342",[8403,8.727]],["name/32343",[658,58.27]],["parent/32343",[8403,8.727]],["name/32344",[87,58.075]],["parent/32344",[8346,6.865]],["name/32345",[173,20.78]],["parent/32345",[8404,10.024]],["name/32346",[408,29.731]],["parent/32346",[8405,8.927]],["name/32347",[661,58.27]],["parent/32347",[8405,8.927]],["name/32348",[662,58.27]],["parent/32348",[8405,8.927]],["name/32349",[663,58.27]],["parent/32349",[8405,8.927]],["name/32350",[88,57.883]],["parent/32350",[8346,6.865]],["name/32351",[173,20.78]],["parent/32351",[8406,10.024]],["name/32352",[408,29.731]],["parent/32352",[8407,8.081]],["name/32353",[340,56.068]],["parent/32353",[8407,8.081]],["name/32354",[666,58.27]],["parent/32354",[8407,8.081]],["name/32355",[334,56.147]],["parent/32355",[8407,8.081]],["name/32356",[667,58.27]],["parent/32356",[8407,8.081]],["name/32357",[668,58.27]],["parent/32357",[8407,8.081]],["name/32358",[669,58.27]],["parent/32358",[8407,8.081]],["name/32359",[670,58.27]],["parent/32359",[8407,8.081]],["name/32360",[671,58.27]],["parent/32360",[8407,8.081]],["name/32361",[672,58.27]],["parent/32361",[8407,8.081]],["name/32362",[89,57.511]],["parent/32362",[8346,6.865]],["name/32363",[173,20.78]],["parent/32363",[8408,10.024]],["name/32364",[408,29.731]],["parent/32364",[8409,8.727]],["name/32365",[675,58.27]],["parent/32365",[8409,8.727]],["name/32366",[676,58.27]],["parent/32366",[8409,8.727]],["name/32367",[677,58.27]],["parent/32367",[8409,8.727]],["name/32368",[678,58.27]],["parent/32368",[8409,8.727]],["name/32369",[90,57.883]],["parent/32369",[8346,6.865]],["name/32370",[173,20.78]],["parent/32370",[8410,10.024]],["name/32371",[562,45.295]],["parent/32371",[8411,9.178]],["name/32372",[532,51.363]],["parent/32372",[8411,9.178]],["name/32373",[681,58.27]],["parent/32373",[8411,9.178]],["name/32374",[91,58.075]],["parent/32374",[8346,6.865]],["name/32375",[173,20.78]],["parent/32375",[8412,10.024]],["name/32376",[408,29.731]],["parent/32376",[8413,8.927]],["name/32377",[684,51.363]],["parent/32377",[8413,8.927]],["name/32378",[172,58.075]],["parent/32378",[8413,8.927]],["name/32379",[592,51.363]],["parent/32379",[8413,8.927]],["name/32380",[95,58.075]],["parent/32380",[8346,6.865]],["name/32381",[173,20.78]],["parent/32381",[8414,10.024]],["name/32382",[686,54.532]],["parent/32382",[8415,8.292]],["name/32383",[582,51.363]],["parent/32383",[8415,8.292]],["name/32384",[688,58.27]],["parent/32384",[8415,8.292]],["name/32385",[511,47.317]],["parent/32385",[8415,8.292]],["name/32386",[591,49.811]],["parent/32386",[8415,8.292]],["name/32387",[352,50.243]],["parent/32387",[8415,8.292]],["name/32388",[684,51.363]],["parent/32388",[8415,8.292]],["name/32389",[689,58.27]],["parent/32389",[8415,8.292]],["name/32390",[97,55.911]],["parent/32390",[8346,6.865]],["name/32391",[173,20.78]],["parent/32391",[8416,10.024]],["name/32392",[417,58.075]],["parent/32392",[8417,8.927]],["name/32393",[419,58.075]],["parent/32393",[8417,8.927]],["name/32394",[420,58.075]],["parent/32394",[8417,8.927]],["name/32395",[421,44.394]],["parent/32395",[8417,8.927]],["name/32396",[6468,69.061]],["parent/32396",[471,9.514]],["name/32397",[73,51.562]],["parent/32397",[8418,6.865]],["name/32398",[173,20.78]],["parent/32398",[8419,10.024]],["name/32399",[504,58.27]],["parent/32399",[8420,8.927]],["name/32400",[506,58.27]],["parent/32400",[8420,8.927]],["name/32401",[155,37.858]],["parent/32401",[8420,8.927]],["name/32402",[507,58.27]],["parent/32402",[8420,8.927]],["name/32403",[92,51.167]],["parent/32403",[8418,6.865]],["name/32404",[173,20.78]],["parent/32404",[8421,10.024]],["name/32405",[509,58.27]],["parent/32405",[8422,8.727]],["name/32406",[511,47.317]],["parent/32406",[8422,8.727]],["name/32407",[512,51.363]],["parent/32407",[8422,8.727]],["name/32408",[344,48.357]],["parent/32408",[8422,8.727]],["name/32409",[513,51.363]],["parent/32409",[8422,8.727]],["name/32410",[65,47.186]],["parent/32410",[8418,6.865]],["name/32411",[173,20.78]],["parent/32411",[8423,10.024]],["name/32412",[408,29.731]],["parent/32412",[8424,7.413]],["name/32413",[493,49.276]],["parent/32413",[8424,7.413]],["name/32414",[516,51.363]],["parent/32414",[8424,7.413]],["name/32415",[517,58.27]],["parent/32415",[8424,7.413]],["name/32416",[518,58.27]],["parent/32416",[8424,7.413]],["name/32417",[421,44.394]],["parent/32417",[8424,7.413]],["name/32418",[519,58.27]],["parent/32418",[8424,7.413]],["name/32419",[520,58.27]],["parent/32419",[8424,7.413]],["name/32420",[521,51.363]],["parent/32420",[8424,7.413]],["name/32421",[344,48.357]],["parent/32421",[8424,7.413]],["name/32422",[155,37.858]],["parent/32422",[8424,7.413]],["name/32423",[522,58.27]],["parent/32423",[8424,7.413]],["name/32424",[523,58.27]],["parent/32424",[8424,7.413]],["name/32425",[524,58.27]],["parent/32425",[8424,7.413]],["name/32426",[525,58.27]],["parent/32426",[8424,7.413]],["name/32427",[526,47.618]],["parent/32427",[8424,7.413]],["name/32428",[527,58.27]],["parent/32428",[8424,7.413]],["name/32429",[513,51.363]],["parent/32429",[8424,7.413]],["name/32430",[528,58.27]],["parent/32430",[8424,7.413]],["name/32431",[92,51.167]],["parent/32431",[8424,7.413]],["name/32432",[67,57.883]],["parent/32432",[8418,6.865]],["name/32433",[173,20.78]],["parent/32433",[8425,10.024]],["name/32434",[530,58.27]],["parent/32434",[8426,8.927]],["name/32435",[532,51.363]],["parent/32435",[8426,8.927]],["name/32436",[533,58.27]],["parent/32436",[8426,8.927]],["name/32437",[534,51.363]],["parent/32437",[8426,8.927]],["name/32438",[68,51.167]],["parent/32438",[8418,6.865]],["name/32439",[173,20.78]],["parent/32439",[8427,10.024]],["name/32440",[410,39.926]],["parent/32440",[8428,9.178]],["name/32441",[411,58.075]],["parent/32441",[8428,9.178]],["name/32442",[537,58.27]],["parent/32442",[8428,9.178]],["name/32443",[69,57.883]],["parent/32443",[8418,6.865]],["name/32444",[173,20.78]],["parent/32444",[8429,10.024]],["name/32445",[408,29.731]],["parent/32445",[8430,8.292]],["name/32446",[540,45.268]],["parent/32446",[8430,8.292]],["name/32447",[155,37.858]],["parent/32447",[8430,8.292]],["name/32448",[541,58.27]],["parent/32448",[8430,8.292]],["name/32449",[542,58.27]],["parent/32449",[8430,8.292]],["name/32450",[543,58.27]],["parent/32450",[8430,8.292]],["name/32451",[342,56.068]],["parent/32451",[8430,8.292]],["name/32452",[544,45.905]],["parent/32452",[8430,8.292]],["name/32453",[70,51.167]],["parent/32453",[8418,6.865]],["name/32454",[173,20.78]],["parent/32454",[8431,10.024]],["name/32455",[155,37.858]],["parent/32455",[8432,7.83]],["name/32456",[547,44.444]],["parent/32456",[8432,7.83]],["name/32457",[544,45.905]],["parent/32457",[8432,7.83]],["name/32458",[540,45.268]],["parent/32458",[8432,7.83]],["name/32459",[548,58.27]],["parent/32459",[8432,7.83]],["name/32460",[549,58.27]],["parent/32460",[8432,7.83]],["name/32461",[550,58.27]],["parent/32461",[8432,7.83]],["name/32462",[551,58.27]],["parent/32462",[8432,7.83]],["name/32463",[552,58.27]],["parent/32463",[8432,7.83]],["name/32464",[553,58.27]],["parent/32464",[8432,7.83]],["name/32465",[554,56.227]],["parent/32465",[8432,7.83]],["name/32466",[555,56.227]],["parent/32466",[8432,7.83]],["name/32467",[485,61.773]],["parent/32467",[8432,7.83]],["name/32468",[82,57.511]],["parent/32468",[8418,6.865]],["name/32469",[173,20.78]],["parent/32469",[8433,10.024]],["name/32470",[408,29.731]],["parent/32470",[8434,8.927]],["name/32471",[493,49.276]],["parent/32471",[8434,8.927]],["name/32472",[155,37.858]],["parent/32472",[8434,8.927]],["name/32473",[516,51.363]],["parent/32473",[8434,8.927]],["name/32474",[77,51.167]],["parent/32474",[8418,6.865]],["name/32475",[173,20.78]],["parent/32475",[8435,10.024]],["name/32476",[559,58.27]],["parent/32476",[8436,9.178]],["name/32477",[561,58.27]],["parent/32477",[8436,9.178]],["name/32478",[562,45.295]],["parent/32478",[8436,9.178]],["name/32479",[96,55.911]],["parent/32479",[8418,6.865]],["name/32480",[173,20.78]],["parent/32480",[8437,10.024]],["name/32481",[410,39.926]],["parent/32481",[8438,9.178]],["name/32482",[155,37.858]],["parent/32482",[8438,9.178]],["name/32483",[77,51.167]],["parent/32483",[8438,9.178]],["name/32484",[85,57.978]],["parent/32484",[8418,6.865]],["name/32485",[173,20.78]],["parent/32485",[8439,10.024]],["name/32486",[547,44.444]],["parent/32486",[8440,9.514]],["name/32487",[567,51.363]],["parent/32487",[8440,9.514]],["name/32488",[84,48.96]],["parent/32488",[8418,6.865]],["name/32489",[173,20.78]],["parent/32489",[8441,10.024]],["name/32490",[408,29.731]],["parent/32490",[8442,8.417]],["name/32491",[570,51.363]],["parent/32491",[8442,8.417]],["name/32492",[571,58.27]],["parent/32492",[8442,8.417]],["name/32493",[572,56.227]],["parent/32493",[8442,8.417]],["name/32494",[567,51.363]],["parent/32494",[8442,8.417]],["name/32495",[573,58.27]],["parent/32495",[8442,8.417]],["name/32496",[574,58.27]],["parent/32496",[8442,8.417]],["name/32497",[345,56.721]],["parent/32497",[8418,6.865]],["name/32498",[173,20.78]],["parent/32498",[8443,10.024]],["name/32499",[576,62.202]],["parent/32499",[8444,8.927]],["name/32500",[578,62.202]],["parent/32500",[8444,8.927]],["name/32501",[410,39.926]],["parent/32501",[8444,8.927]],["name/32502",[562,45.295]],["parent/32502",[8444,8.927]],["name/32503",[94,51.023]],["parent/32503",[8418,6.865]],["name/32504",[173,20.78]],["parent/32504",[8445,10.024]],["name/32505",[408,29.731]],["parent/32505",[8446,7.017]],["name/32506",[581,49.316]],["parent/32506",[8446,7.017]],["name/32507",[155,37.858]],["parent/32507",[8446,7.017]],["name/32508",[65,47.186]],["parent/32508",[8446,7.017]],["name/32509",[582,51.363]],["parent/32509",[8446,7.017]],["name/32510",[583,58.27]],["parent/32510",[8446,7.017]],["name/32511",[145,57.978]],["parent/32511",[8446,7.017]],["name/32512",[584,58.27]],["parent/32512",[8446,7.017]],["name/32513",[421,44.394]],["parent/32513",[8446,7.017]],["name/32514",[526,47.618]],["parent/32514",[8446,7.017]],["name/32515",[585,58.27]],["parent/32515",[8446,7.017]],["name/32516",[586,58.27]],["parent/32516",[8446,7.017]],["name/32517",[587,58.27]],["parent/32517",[8446,7.017]],["name/32518",[588,58.27]],["parent/32518",[8446,7.017]],["name/32519",[589,58.27]],["parent/32519",[8446,7.017]],["name/32520",[590,58.27]],["parent/32520",[8446,7.017]],["name/32521",[511,47.317]],["parent/32521",[8446,7.017]],["name/32522",[591,49.811]],["parent/32522",[8446,7.017]],["name/32523",[352,50.243]],["parent/32523",[8446,7.017]],["name/32524",[592,51.363]],["parent/32524",[8446,7.017]],["name/32525",[593,56.227]],["parent/32525",[8446,7.017]],["name/32526",[594,56.227]],["parent/32526",[8446,7.017]],["name/32527",[70,51.167]],["parent/32527",[8446,7.017]],["name/32528",[84,48.96]],["parent/32528",[8446,7.017]],["name/32529",[68,51.167]],["parent/32529",[8446,7.017]],["name/32530",[512,51.363]],["parent/32530",[8446,7.017]],["name/32531",[595,58.27]],["parent/32531",[8446,7.017]],["name/32532",[597,58.27]],["parent/32532",[8446,7.017]],["name/32533",[485,61.773]],["parent/32533",[8446,7.017]],["name/32534",[173,20.78]],["parent/32534",[8446,7.017]],["name/32535",[71,49.643]],["parent/32535",[8447,8.181]],["name/32536",[173,20.78]],["parent/32536",[8447,8.181]],["name/32537",[6499,62.202]],["parent/32537",[8448,9.514]],["name/32538",[591,49.811]],["parent/32538",[8447,8.181]],["name/32539",[173,20.78]],["parent/32539",[8447,8.181]],["name/32540",[6499,62.202]],["parent/32540",[8448,9.514]],["name/32541",[6501,69.061]],["parent/32541",[8447,8.181]],["name/32542",[6502,69.061]],["parent/32542",[8447,8.181]],["name/32543",[596,62.202]],["parent/32543",[8447,8.181]],["name/32544",[6503,69.061]],["parent/32544",[8447,8.181]],["name/32545",[6504,69.061]],["parent/32545",[8447,8.181]],["name/32546",[71,49.643]],["parent/32546",[8418,6.865]],["name/32547",[173,20.78]],["parent/32547",[8449,10.024]],["name/32548",[599,58.27]],["parent/32548",[8450,9.514]],["name/32549",[601,58.27]],["parent/32549",[8450,9.514]],["name/32550",[72,57.883]],["parent/32550",[8418,6.865]],["name/32551",[173,20.78]],["parent/32551",[8451,10.024]],["name/32552",[408,29.731]],["parent/32552",[8452,8.927]],["name/32553",[562,45.295]],["parent/32553",[8452,8.927]],["name/32554",[604,58.27]],["parent/32554",[8452,8.927]],["name/32555",[605,58.27]],["parent/32555",[8452,8.927]],["name/32556",[74,58.075]],["parent/32556",[8418,6.865]],["name/32557",[173,20.78]],["parent/32557",[8453,10.024]],["name/32558",[408,29.731]],["parent/32558",[8454,8.927]],["name/32559",[410,39.926]],["parent/32559",[8454,8.927]],["name/32560",[521,51.363]],["parent/32560",[8454,8.927]],["name/32561",[608,58.27]],["parent/32561",[8454,8.927]],["name/32562",[75,57.883]],["parent/32562",[8418,6.865]],["name/32563",[173,20.78]],["parent/32563",[8455,10.024]],["name/32564",[410,39.926]],["parent/32564",[8456,9.178]],["name/32565",[611,58.27]],["parent/32565",[8456,9.178]],["name/32566",[612,58.27]],["parent/32566",[8456,9.178]],["name/32567",[76,57.883]],["parent/32567",[8418,6.865]],["name/32568",[173,20.78]],["parent/32568",[8457,10.024]],["name/32569",[408,29.731]],["parent/32569",[8458,8.56]],["name/32570",[615,58.27]],["parent/32570",[8458,8.56]],["name/32571",[71,49.643]],["parent/32571",[8458,8.56]],["name/32572",[570,51.363]],["parent/32572",[8458,8.56]],["name/32573",[616,58.27]],["parent/32573",[8458,8.56]],["name/32574",[617,58.27]],["parent/32574",[8458,8.56]],["name/32575",[78,58.075]],["parent/32575",[8418,6.865]],["name/32576",[173,20.78]],["parent/32576",[8459,10.024]],["name/32577",[619,58.27]],["parent/32577",[8460,8.727]],["name/32578",[621,58.27]],["parent/32578",[8460,8.727]],["name/32579",[622,47.317]],["parent/32579",[8460,8.727]],["name/32580",[623,58.27]],["parent/32580",[8460,8.727]],["name/32581",[624,58.27]],["parent/32581",[8460,8.727]],["name/32582",[98,51.167]],["parent/32582",[8418,6.865]],["name/32583",[173,20.78]],["parent/32583",[8461,10.024]],["name/32584",[626,58.27]],["parent/32584",[8462,10.024]],["name/32585",[93,50.025]],["parent/32585",[8418,6.865]],["name/32586",[173,20.78]],["parent/32586",[8463,10.024]],["name/32587",[629,58.27]],["parent/32587",[8464,9.178]],["name/32588",[631,58.27]],["parent/32588",[8464,9.178]],["name/32589",[632,58.27]],["parent/32589",[8464,9.178]],["name/32590",[79,57.883]],["parent/32590",[8418,6.865]],["name/32591",[173,20.78]],["parent/32591",[8465,10.024]],["name/32592",[581,49.316]],["parent/32592",[8466,7.907]],["name/32593",[547,44.444]],["parent/32593",[8466,7.907]],["name/32594",[544,45.905]],["parent/32594",[8466,7.907]],["name/32595",[635,58.27]],["parent/32595",[8466,7.907]],["name/32596",[636,46.586]],["parent/32596",[8466,7.907]],["name/32597",[637,58.27]],["parent/32597",[8466,7.907]],["name/32598",[98,51.167]],["parent/32598",[8466,7.907]],["name/32599",[93,50.025]],["parent/32599",[8466,7.907]],["name/32600",[638,58.27]],["parent/32600",[8466,7.907]],["name/32601",[639,58.27]],["parent/32601",[8466,7.907]],["name/32602",[640,58.27]],["parent/32602",[8466,7.907]],["name/32603",[534,51.363]],["parent/32603",[8466,7.907]],["name/32604",[80,55.757]],["parent/32604",[8418,6.865]],["name/32605",[173,20.78]],["parent/32605",[8467,10.024]],["name/32606",[408,29.731]],["parent/32606",[8468,9.514]],["name/32607",[547,44.444]],["parent/32607",[8468,9.514]],["name/32608",[81,57.883]],["parent/32608",[8418,6.865]],["name/32609",[173,20.78]],["parent/32609",[8469,10.024]],["name/32610",[644,58.27]],["parent/32610",[8470,8.927]],["name/32611",[173,20.78]],["parent/32611",[8470,8.927]],["name/32612",[646,51.363]],["parent/32612",[8471,8.56]],["name/32613",[636,46.586]],["parent/32613",[8471,8.56]],["name/32614",[622,47.317]],["parent/32614",[8471,8.56]],["name/32615",[648,58.27]],["parent/32615",[8470,8.927]],["name/32616",[173,20.78]],["parent/32616",[8470,8.927]],["name/32617",[646,51.363]],["parent/32617",[8471,8.56]],["name/32618",[636,46.586]],["parent/32618",[8471,8.56]],["name/32619",[622,47.317]],["parent/32619",[8471,8.56]],["name/32620",[83,55.604]],["parent/32620",[8418,6.865]],["name/32621",[173,20.78]],["parent/32621",[8472,10.024]],["name/32622",[65,47.186]],["parent/32622",[8473,8.56]],["name/32623",[421,44.394]],["parent/32623",[8473,8.56]],["name/32624",[408,29.731]],["parent/32624",[8473,8.56]],["name/32625",[94,51.023]],["parent/32625",[8473,8.56]],["name/32626",[73,51.562]],["parent/32626",[8473,8.56]],["name/32627",[540,45.268]],["parent/32627",[8473,8.56]],["name/32628",[651,56.147]],["parent/32628",[8418,6.865]],["name/32629",[86,57.883]],["parent/32629",[8418,6.865]],["name/32630",[173,20.78]],["parent/32630",[8474,10.024]],["name/32631",[653,58.27]],["parent/32631",[8475,8.727]],["name/32632",[655,58.27]],["parent/32632",[8475,8.727]],["name/32633",[656,58.27]],["parent/32633",[8475,8.727]],["name/32634",[657,58.27]],["parent/32634",[8475,8.727]],["name/32635",[658,58.27]],["parent/32635",[8475,8.727]],["name/32636",[87,58.075]],["parent/32636",[8418,6.865]],["name/32637",[173,20.78]],["parent/32637",[8476,10.024]],["name/32638",[408,29.731]],["parent/32638",[8477,8.927]],["name/32639",[661,58.27]],["parent/32639",[8477,8.927]],["name/32640",[662,58.27]],["parent/32640",[8477,8.927]],["name/32641",[663,58.27]],["parent/32641",[8477,8.927]],["name/32642",[88,57.883]],["parent/32642",[8418,6.865]],["name/32643",[173,20.78]],["parent/32643",[8478,10.024]],["name/32644",[408,29.731]],["parent/32644",[8479,8.081]],["name/32645",[340,56.068]],["parent/32645",[8479,8.081]],["name/32646",[666,58.27]],["parent/32646",[8479,8.081]],["name/32647",[334,56.147]],["parent/32647",[8479,8.081]],["name/32648",[667,58.27]],["parent/32648",[8479,8.081]],["name/32649",[668,58.27]],["parent/32649",[8479,8.081]],["name/32650",[669,58.27]],["parent/32650",[8479,8.081]],["name/32651",[670,58.27]],["parent/32651",[8479,8.081]],["name/32652",[671,58.27]],["parent/32652",[8479,8.081]],["name/32653",[672,58.27]],["parent/32653",[8479,8.081]],["name/32654",[89,57.511]],["parent/32654",[8418,6.865]],["name/32655",[173,20.78]],["parent/32655",[8480,10.024]],["name/32656",[408,29.731]],["parent/32656",[8481,8.727]],["name/32657",[675,58.27]],["parent/32657",[8481,8.727]],["name/32658",[676,58.27]],["parent/32658",[8481,8.727]],["name/32659",[677,58.27]],["parent/32659",[8481,8.727]],["name/32660",[678,58.27]],["parent/32660",[8481,8.727]],["name/32661",[90,57.883]],["parent/32661",[8418,6.865]],["name/32662",[173,20.78]],["parent/32662",[8482,10.024]],["name/32663",[562,45.295]],["parent/32663",[8483,9.178]],["name/32664",[532,51.363]],["parent/32664",[8483,9.178]],["name/32665",[681,58.27]],["parent/32665",[8483,9.178]],["name/32666",[91,58.075]],["parent/32666",[8418,6.865]],["name/32667",[173,20.78]],["parent/32667",[8484,10.024]],["name/32668",[408,29.731]],["parent/32668",[8485,8.927]],["name/32669",[684,51.363]],["parent/32669",[8485,8.927]],["name/32670",[172,58.075]],["parent/32670",[8485,8.927]],["name/32671",[592,51.363]],["parent/32671",[8485,8.927]],["name/32672",[95,58.075]],["parent/32672",[8418,6.865]],["name/32673",[173,20.78]],["parent/32673",[8486,10.024]],["name/32674",[686,54.532]],["parent/32674",[8487,8.292]],["name/32675",[582,51.363]],["parent/32675",[8487,8.292]],["name/32676",[688,58.27]],["parent/32676",[8487,8.292]],["name/32677",[511,47.317]],["parent/32677",[8487,8.292]],["name/32678",[591,49.811]],["parent/32678",[8487,8.292]],["name/32679",[352,50.243]],["parent/32679",[8487,8.292]],["name/32680",[684,51.363]],["parent/32680",[8487,8.292]],["name/32681",[689,58.27]],["parent/32681",[8487,8.292]],["name/32682",[97,55.911]],["parent/32682",[8418,6.865]],["name/32683",[173,20.78]],["parent/32683",[8488,10.024]],["name/32684",[417,58.075]],["parent/32684",[8489,8.927]],["name/32685",[419,58.075]],["parent/32685",[8489,8.927]],["name/32686",[420,58.075]],["parent/32686",[8489,8.927]],["name/32687",[421,44.394]],["parent/32687",[8489,8.927]],["name/32688",[6468,69.061]],["parent/32688",[472,9.514]],["name/32689",[73,51.562]],["parent/32689",[8490,6.865]],["name/32690",[173,20.78]],["parent/32690",[8491,10.024]],["name/32691",[504,58.27]],["parent/32691",[8492,8.927]],["name/32692",[506,58.27]],["parent/32692",[8492,8.927]],["name/32693",[155,37.858]],["parent/32693",[8492,8.927]],["name/32694",[507,58.27]],["parent/32694",[8492,8.927]],["name/32695",[92,51.167]],["parent/32695",[8490,6.865]],["name/32696",[173,20.78]],["parent/32696",[8493,10.024]],["name/32697",[509,58.27]],["parent/32697",[8494,8.727]],["name/32698",[511,47.317]],["parent/32698",[8494,8.727]],["name/32699",[512,51.363]],["parent/32699",[8494,8.727]],["name/32700",[344,48.357]],["parent/32700",[8494,8.727]],["name/32701",[513,51.363]],["parent/32701",[8494,8.727]],["name/32702",[65,47.186]],["parent/32702",[8490,6.865]],["name/32703",[173,20.78]],["parent/32703",[8495,10.024]],["name/32704",[408,29.731]],["parent/32704",[8496,7.413]],["name/32705",[493,49.276]],["parent/32705",[8496,7.413]],["name/32706",[516,51.363]],["parent/32706",[8496,7.413]],["name/32707",[517,58.27]],["parent/32707",[8496,7.413]],["name/32708",[518,58.27]],["parent/32708",[8496,7.413]],["name/32709",[421,44.394]],["parent/32709",[8496,7.413]],["name/32710",[519,58.27]],["parent/32710",[8496,7.413]],["name/32711",[520,58.27]],["parent/32711",[8496,7.413]],["name/32712",[521,51.363]],["parent/32712",[8496,7.413]],["name/32713",[344,48.357]],["parent/32713",[8496,7.413]],["name/32714",[155,37.858]],["parent/32714",[8496,7.413]],["name/32715",[522,58.27]],["parent/32715",[8496,7.413]],["name/32716",[523,58.27]],["parent/32716",[8496,7.413]],["name/32717",[524,58.27]],["parent/32717",[8496,7.413]],["name/32718",[525,58.27]],["parent/32718",[8496,7.413]],["name/32719",[526,47.618]],["parent/32719",[8496,7.413]],["name/32720",[527,58.27]],["parent/32720",[8496,7.413]],["name/32721",[513,51.363]],["parent/32721",[8496,7.413]],["name/32722",[528,58.27]],["parent/32722",[8496,7.413]],["name/32723",[92,51.167]],["parent/32723",[8496,7.413]],["name/32724",[67,57.883]],["parent/32724",[8490,6.865]],["name/32725",[173,20.78]],["parent/32725",[8497,10.024]],["name/32726",[530,58.27]],["parent/32726",[8498,8.927]],["name/32727",[532,51.363]],["parent/32727",[8498,8.927]],["name/32728",[533,58.27]],["parent/32728",[8498,8.927]],["name/32729",[534,51.363]],["parent/32729",[8498,8.927]],["name/32730",[68,51.167]],["parent/32730",[8490,6.865]],["name/32731",[173,20.78]],["parent/32731",[8499,10.024]],["name/32732",[410,39.926]],["parent/32732",[8500,9.178]],["name/32733",[411,58.075]],["parent/32733",[8500,9.178]],["name/32734",[537,58.27]],["parent/32734",[8500,9.178]],["name/32735",[69,57.883]],["parent/32735",[8490,6.865]],["name/32736",[173,20.78]],["parent/32736",[8501,10.024]],["name/32737",[408,29.731]],["parent/32737",[8502,8.292]],["name/32738",[540,45.268]],["parent/32738",[8502,8.292]],["name/32739",[155,37.858]],["parent/32739",[8502,8.292]],["name/32740",[541,58.27]],["parent/32740",[8502,8.292]],["name/32741",[542,58.27]],["parent/32741",[8502,8.292]],["name/32742",[543,58.27]],["parent/32742",[8502,8.292]],["name/32743",[342,56.068]],["parent/32743",[8502,8.292]],["name/32744",[544,45.905]],["parent/32744",[8502,8.292]],["name/32745",[70,51.167]],["parent/32745",[8490,6.865]],["name/32746",[173,20.78]],["parent/32746",[8503,10.024]],["name/32747",[155,37.858]],["parent/32747",[8504,7.83]],["name/32748",[547,44.444]],["parent/32748",[8504,7.83]],["name/32749",[544,45.905]],["parent/32749",[8504,7.83]],["name/32750",[540,45.268]],["parent/32750",[8504,7.83]],["name/32751",[548,58.27]],["parent/32751",[8504,7.83]],["name/32752",[549,58.27]],["parent/32752",[8504,7.83]],["name/32753",[550,58.27]],["parent/32753",[8504,7.83]],["name/32754",[551,58.27]],["parent/32754",[8504,7.83]],["name/32755",[552,58.27]],["parent/32755",[8504,7.83]],["name/32756",[553,58.27]],["parent/32756",[8504,7.83]],["name/32757",[554,56.227]],["parent/32757",[8504,7.83]],["name/32758",[555,56.227]],["parent/32758",[8504,7.83]],["name/32759",[485,61.773]],["parent/32759",[8504,7.83]],["name/32760",[82,57.511]],["parent/32760",[8490,6.865]],["name/32761",[173,20.78]],["parent/32761",[8505,10.024]],["name/32762",[408,29.731]],["parent/32762",[8506,8.927]],["name/32763",[493,49.276]],["parent/32763",[8506,8.927]],["name/32764",[155,37.858]],["parent/32764",[8506,8.927]],["name/32765",[516,51.363]],["parent/32765",[8506,8.927]],["name/32766",[77,51.167]],["parent/32766",[8490,6.865]],["name/32767",[173,20.78]],["parent/32767",[8507,10.024]],["name/32768",[559,58.27]],["parent/32768",[8508,9.178]],["name/32769",[561,58.27]],["parent/32769",[8508,9.178]],["name/32770",[562,45.295]],["parent/32770",[8508,9.178]],["name/32771",[96,55.911]],["parent/32771",[8490,6.865]],["name/32772",[173,20.78]],["parent/32772",[8509,10.024]],["name/32773",[410,39.926]],["parent/32773",[8510,9.178]],["name/32774",[155,37.858]],["parent/32774",[8510,9.178]],["name/32775",[77,51.167]],["parent/32775",[8510,9.178]],["name/32776",[85,57.978]],["parent/32776",[8490,6.865]],["name/32777",[173,20.78]],["parent/32777",[8511,10.024]],["name/32778",[547,44.444]],["parent/32778",[8512,9.514]],["name/32779",[567,51.363]],["parent/32779",[8512,9.514]],["name/32780",[84,48.96]],["parent/32780",[8490,6.865]],["name/32781",[173,20.78]],["parent/32781",[8513,10.024]],["name/32782",[408,29.731]],["parent/32782",[8514,8.417]],["name/32783",[570,51.363]],["parent/32783",[8514,8.417]],["name/32784",[571,58.27]],["parent/32784",[8514,8.417]],["name/32785",[572,56.227]],["parent/32785",[8514,8.417]],["name/32786",[567,51.363]],["parent/32786",[8514,8.417]],["name/32787",[573,58.27]],["parent/32787",[8514,8.417]],["name/32788",[574,58.27]],["parent/32788",[8514,8.417]],["name/32789",[345,56.721]],["parent/32789",[8490,6.865]],["name/32790",[173,20.78]],["parent/32790",[8515,10.024]],["name/32791",[576,62.202]],["parent/32791",[8516,8.927]],["name/32792",[578,62.202]],["parent/32792",[8516,8.927]],["name/32793",[410,39.926]],["parent/32793",[8516,8.927]],["name/32794",[562,45.295]],["parent/32794",[8516,8.927]],["name/32795",[94,51.023]],["parent/32795",[8490,6.865]],["name/32796",[173,20.78]],["parent/32796",[8517,10.024]],["name/32797",[408,29.731]],["parent/32797",[8518,7.017]],["name/32798",[581,49.316]],["parent/32798",[8518,7.017]],["name/32799",[155,37.858]],["parent/32799",[8518,7.017]],["name/32800",[65,47.186]],["parent/32800",[8518,7.017]],["name/32801",[582,51.363]],["parent/32801",[8518,7.017]],["name/32802",[583,58.27]],["parent/32802",[8518,7.017]],["name/32803",[145,57.978]],["parent/32803",[8518,7.017]],["name/32804",[584,58.27]],["parent/32804",[8518,7.017]],["name/32805",[421,44.394]],["parent/32805",[8518,7.017]],["name/32806",[526,47.618]],["parent/32806",[8518,7.017]],["name/32807",[585,58.27]],["parent/32807",[8518,7.017]],["name/32808",[586,58.27]],["parent/32808",[8518,7.017]],["name/32809",[587,58.27]],["parent/32809",[8518,7.017]],["name/32810",[588,58.27]],["parent/32810",[8518,7.017]],["name/32811",[589,58.27]],["parent/32811",[8518,7.017]],["name/32812",[590,58.27]],["parent/32812",[8518,7.017]],["name/32813",[511,47.317]],["parent/32813",[8518,7.017]],["name/32814",[591,49.811]],["parent/32814",[8518,7.017]],["name/32815",[352,50.243]],["parent/32815",[8518,7.017]],["name/32816",[592,51.363]],["parent/32816",[8518,7.017]],["name/32817",[593,56.227]],["parent/32817",[8518,7.017]],["name/32818",[594,56.227]],["parent/32818",[8518,7.017]],["name/32819",[70,51.167]],["parent/32819",[8518,7.017]],["name/32820",[84,48.96]],["parent/32820",[8518,7.017]],["name/32821",[68,51.167]],["parent/32821",[8518,7.017]],["name/32822",[512,51.363]],["parent/32822",[8518,7.017]],["name/32823",[595,58.27]],["parent/32823",[8518,7.017]],["name/32824",[597,58.27]],["parent/32824",[8518,7.017]],["name/32825",[485,61.773]],["parent/32825",[8518,7.017]],["name/32826",[173,20.78]],["parent/32826",[8518,7.017]],["name/32827",[71,49.643]],["parent/32827",[8519,8.181]],["name/32828",[173,20.78]],["parent/32828",[8519,8.181]],["name/32829",[6499,62.202]],["parent/32829",[8520,9.514]],["name/32830",[591,49.811]],["parent/32830",[8519,8.181]],["name/32831",[173,20.78]],["parent/32831",[8519,8.181]],["name/32832",[6499,62.202]],["parent/32832",[8520,9.514]],["name/32833",[6501,69.061]],["parent/32833",[8519,8.181]],["name/32834",[6502,69.061]],["parent/32834",[8519,8.181]],["name/32835",[596,62.202]],["parent/32835",[8519,8.181]],["name/32836",[6503,69.061]],["parent/32836",[8519,8.181]],["name/32837",[6504,69.061]],["parent/32837",[8519,8.181]],["name/32838",[71,49.643]],["parent/32838",[8490,6.865]],["name/32839",[173,20.78]],["parent/32839",[8521,10.024]],["name/32840",[599,58.27]],["parent/32840",[8522,9.514]],["name/32841",[601,58.27]],["parent/32841",[8522,9.514]],["name/32842",[72,57.883]],["parent/32842",[8490,6.865]],["name/32843",[173,20.78]],["parent/32843",[8523,10.024]],["name/32844",[408,29.731]],["parent/32844",[8524,8.927]],["name/32845",[562,45.295]],["parent/32845",[8524,8.927]],["name/32846",[604,58.27]],["parent/32846",[8524,8.927]],["name/32847",[605,58.27]],["parent/32847",[8524,8.927]],["name/32848",[74,58.075]],["parent/32848",[8490,6.865]],["name/32849",[173,20.78]],["parent/32849",[8525,10.024]],["name/32850",[408,29.731]],["parent/32850",[8526,8.927]],["name/32851",[410,39.926]],["parent/32851",[8526,8.927]],["name/32852",[521,51.363]],["parent/32852",[8526,8.927]],["name/32853",[608,58.27]],["parent/32853",[8526,8.927]],["name/32854",[75,57.883]],["parent/32854",[8490,6.865]],["name/32855",[173,20.78]],["parent/32855",[8527,10.024]],["name/32856",[410,39.926]],["parent/32856",[8528,9.178]],["name/32857",[611,58.27]],["parent/32857",[8528,9.178]],["name/32858",[612,58.27]],["parent/32858",[8528,9.178]],["name/32859",[76,57.883]],["parent/32859",[8490,6.865]],["name/32860",[173,20.78]],["parent/32860",[8529,10.024]],["name/32861",[408,29.731]],["parent/32861",[8530,8.56]],["name/32862",[615,58.27]],["parent/32862",[8530,8.56]],["name/32863",[71,49.643]],["parent/32863",[8530,8.56]],["name/32864",[570,51.363]],["parent/32864",[8530,8.56]],["name/32865",[616,58.27]],["parent/32865",[8530,8.56]],["name/32866",[617,58.27]],["parent/32866",[8530,8.56]],["name/32867",[78,58.075]],["parent/32867",[8490,6.865]],["name/32868",[173,20.78]],["parent/32868",[8531,10.024]],["name/32869",[619,58.27]],["parent/32869",[8532,8.727]],["name/32870",[621,58.27]],["parent/32870",[8532,8.727]],["name/32871",[622,47.317]],["parent/32871",[8532,8.727]],["name/32872",[623,58.27]],["parent/32872",[8532,8.727]],["name/32873",[624,58.27]],["parent/32873",[8532,8.727]],["name/32874",[98,51.167]],["parent/32874",[8490,6.865]],["name/32875",[173,20.78]],["parent/32875",[8533,10.024]],["name/32876",[626,58.27]],["parent/32876",[8534,10.024]],["name/32877",[93,50.025]],["parent/32877",[8490,6.865]],["name/32878",[173,20.78]],["parent/32878",[8535,10.024]],["name/32879",[629,58.27]],["parent/32879",[8536,9.178]],["name/32880",[631,58.27]],["parent/32880",[8536,9.178]],["name/32881",[632,58.27]],["parent/32881",[8536,9.178]],["name/32882",[79,57.883]],["parent/32882",[8490,6.865]],["name/32883",[173,20.78]],["parent/32883",[8537,10.024]],["name/32884",[581,49.316]],["parent/32884",[8538,7.907]],["name/32885",[547,44.444]],["parent/32885",[8538,7.907]],["name/32886",[544,45.905]],["parent/32886",[8538,7.907]],["name/32887",[635,58.27]],["parent/32887",[8538,7.907]],["name/32888",[636,46.586]],["parent/32888",[8538,7.907]],["name/32889",[637,58.27]],["parent/32889",[8538,7.907]],["name/32890",[98,51.167]],["parent/32890",[8538,7.907]],["name/32891",[93,50.025]],["parent/32891",[8538,7.907]],["name/32892",[638,58.27]],["parent/32892",[8538,7.907]],["name/32893",[639,58.27]],["parent/32893",[8538,7.907]],["name/32894",[640,58.27]],["parent/32894",[8538,7.907]],["name/32895",[534,51.363]],["parent/32895",[8538,7.907]],["name/32896",[80,55.757]],["parent/32896",[8490,6.865]],["name/32897",[173,20.78]],["parent/32897",[8539,10.024]],["name/32898",[408,29.731]],["parent/32898",[8540,9.514]],["name/32899",[547,44.444]],["parent/32899",[8540,9.514]],["name/32900",[81,57.883]],["parent/32900",[8490,6.865]],["name/32901",[173,20.78]],["parent/32901",[8541,10.024]],["name/32902",[644,58.27]],["parent/32902",[8542,8.927]],["name/32903",[173,20.78]],["parent/32903",[8542,8.927]],["name/32904",[646,51.363]],["parent/32904",[8543,8.56]],["name/32905",[636,46.586]],["parent/32905",[8543,8.56]],["name/32906",[622,47.317]],["parent/32906",[8543,8.56]],["name/32907",[648,58.27]],["parent/32907",[8542,8.927]],["name/32908",[173,20.78]],["parent/32908",[8542,8.927]],["name/32909",[646,51.363]],["parent/32909",[8543,8.56]],["name/32910",[636,46.586]],["parent/32910",[8543,8.56]],["name/32911",[622,47.317]],["parent/32911",[8543,8.56]],["name/32912",[83,55.604]],["parent/32912",[8490,6.865]],["name/32913",[173,20.78]],["parent/32913",[8544,10.024]],["name/32914",[65,47.186]],["parent/32914",[8545,8.56]],["name/32915",[421,44.394]],["parent/32915",[8545,8.56]],["name/32916",[408,29.731]],["parent/32916",[8545,8.56]],["name/32917",[94,51.023]],["parent/32917",[8545,8.56]],["name/32918",[73,51.562]],["parent/32918",[8545,8.56]],["name/32919",[540,45.268]],["parent/32919",[8545,8.56]],["name/32920",[651,56.147]],["parent/32920",[8490,6.865]],["name/32921",[86,57.883]],["parent/32921",[8490,6.865]],["name/32922",[173,20.78]],["parent/32922",[8546,10.024]],["name/32923",[653,58.27]],["parent/32923",[8547,8.727]],["name/32924",[655,58.27]],["parent/32924",[8547,8.727]],["name/32925",[656,58.27]],["parent/32925",[8547,8.727]],["name/32926",[657,58.27]],["parent/32926",[8547,8.727]],["name/32927",[658,58.27]],["parent/32927",[8547,8.727]],["name/32928",[87,58.075]],["parent/32928",[8490,6.865]],["name/32929",[173,20.78]],["parent/32929",[8548,10.024]],["name/32930",[408,29.731]],["parent/32930",[8549,8.927]],["name/32931",[661,58.27]],["parent/32931",[8549,8.927]],["name/32932",[662,58.27]],["parent/32932",[8549,8.927]],["name/32933",[663,58.27]],["parent/32933",[8549,8.927]],["name/32934",[88,57.883]],["parent/32934",[8490,6.865]],["name/32935",[173,20.78]],["parent/32935",[8550,10.024]],["name/32936",[408,29.731]],["parent/32936",[8551,8.081]],["name/32937",[340,56.068]],["parent/32937",[8551,8.081]],["name/32938",[666,58.27]],["parent/32938",[8551,8.081]],["name/32939",[334,56.147]],["parent/32939",[8551,8.081]],["name/32940",[667,58.27]],["parent/32940",[8551,8.081]],["name/32941",[668,58.27]],["parent/32941",[8551,8.081]],["name/32942",[669,58.27]],["parent/32942",[8551,8.081]],["name/32943",[670,58.27]],["parent/32943",[8551,8.081]],["name/32944",[671,58.27]],["parent/32944",[8551,8.081]],["name/32945",[672,58.27]],["parent/32945",[8551,8.081]],["name/32946",[89,57.511]],["parent/32946",[8490,6.865]],["name/32947",[173,20.78]],["parent/32947",[8552,10.024]],["name/32948",[408,29.731]],["parent/32948",[8553,8.727]],["name/32949",[675,58.27]],["parent/32949",[8553,8.727]],["name/32950",[676,58.27]],["parent/32950",[8553,8.727]],["name/32951",[677,58.27]],["parent/32951",[8553,8.727]],["name/32952",[678,58.27]],["parent/32952",[8553,8.727]],["name/32953",[90,57.883]],["parent/32953",[8490,6.865]],["name/32954",[173,20.78]],["parent/32954",[8554,10.024]],["name/32955",[562,45.295]],["parent/32955",[8555,9.178]],["name/32956",[532,51.363]],["parent/32956",[8555,9.178]],["name/32957",[681,58.27]],["parent/32957",[8555,9.178]],["name/32958",[91,58.075]],["parent/32958",[8490,6.865]],["name/32959",[173,20.78]],["parent/32959",[8556,10.024]],["name/32960",[408,29.731]],["parent/32960",[8557,8.927]],["name/32961",[684,51.363]],["parent/32961",[8557,8.927]],["name/32962",[172,58.075]],["parent/32962",[8557,8.927]],["name/32963",[592,51.363]],["parent/32963",[8557,8.927]],["name/32964",[95,58.075]],["parent/32964",[8490,6.865]],["name/32965",[173,20.78]],["parent/32965",[8558,10.024]],["name/32966",[686,54.532]],["parent/32966",[8559,8.292]],["name/32967",[582,51.363]],["parent/32967",[8559,8.292]],["name/32968",[688,58.27]],["parent/32968",[8559,8.292]],["name/32969",[511,47.317]],["parent/32969",[8559,8.292]],["name/32970",[591,49.811]],["parent/32970",[8559,8.292]],["name/32971",[352,50.243]],["parent/32971",[8559,8.292]],["name/32972",[684,51.363]],["parent/32972",[8559,8.292]],["name/32973",[689,58.27]],["parent/32973",[8559,8.292]],["name/32974",[97,55.911]],["parent/32974",[8490,6.865]],["name/32975",[173,20.78]],["parent/32975",[8560,10.024]],["name/32976",[417,58.075]],["parent/32976",[8561,8.927]],["name/32977",[419,58.075]],["parent/32977",[8561,8.927]],["name/32978",[420,58.075]],["parent/32978",[8561,8.927]],["name/32979",[421,44.394]],["parent/32979",[8561,8.927]],["name/32980",[6468,69.061]],["parent/32980",[473,9.514]],["name/32981",[73,51.562]],["parent/32981",[8562,6.865]],["name/32982",[173,20.78]],["parent/32982",[8563,10.024]],["name/32983",[504,58.27]],["parent/32983",[8564,8.927]],["name/32984",[506,58.27]],["parent/32984",[8564,8.927]],["name/32985",[155,37.858]],["parent/32985",[8564,8.927]],["name/32986",[507,58.27]],["parent/32986",[8564,8.927]],["name/32987",[92,51.167]],["parent/32987",[8562,6.865]],["name/32988",[173,20.78]],["parent/32988",[8565,10.024]],["name/32989",[509,58.27]],["parent/32989",[8566,8.727]],["name/32990",[511,47.317]],["parent/32990",[8566,8.727]],["name/32991",[512,51.363]],["parent/32991",[8566,8.727]],["name/32992",[344,48.357]],["parent/32992",[8566,8.727]],["name/32993",[513,51.363]],["parent/32993",[8566,8.727]],["name/32994",[65,47.186]],["parent/32994",[8562,6.865]],["name/32995",[173,20.78]],["parent/32995",[8567,10.024]],["name/32996",[408,29.731]],["parent/32996",[8568,7.413]],["name/32997",[493,49.276]],["parent/32997",[8568,7.413]],["name/32998",[516,51.363]],["parent/32998",[8568,7.413]],["name/32999",[517,58.27]],["parent/32999",[8568,7.413]],["name/33000",[518,58.27]],["parent/33000",[8568,7.413]],["name/33001",[421,44.394]],["parent/33001",[8568,7.413]],["name/33002",[519,58.27]],["parent/33002",[8568,7.413]],["name/33003",[520,58.27]],["parent/33003",[8568,7.413]],["name/33004",[521,51.363]],["parent/33004",[8568,7.413]],["name/33005",[344,48.357]],["parent/33005",[8568,7.413]],["name/33006",[155,37.858]],["parent/33006",[8568,7.413]],["name/33007",[522,58.27]],["parent/33007",[8568,7.413]],["name/33008",[523,58.27]],["parent/33008",[8568,7.413]],["name/33009",[524,58.27]],["parent/33009",[8568,7.413]],["name/33010",[525,58.27]],["parent/33010",[8568,7.413]],["name/33011",[526,47.618]],["parent/33011",[8568,7.413]],["name/33012",[527,58.27]],["parent/33012",[8568,7.413]],["name/33013",[513,51.363]],["parent/33013",[8568,7.413]],["name/33014",[528,58.27]],["parent/33014",[8568,7.413]],["name/33015",[92,51.167]],["parent/33015",[8568,7.413]],["name/33016",[67,57.883]],["parent/33016",[8562,6.865]],["name/33017",[173,20.78]],["parent/33017",[8569,10.024]],["name/33018",[530,58.27]],["parent/33018",[8570,8.927]],["name/33019",[532,51.363]],["parent/33019",[8570,8.927]],["name/33020",[533,58.27]],["parent/33020",[8570,8.927]],["name/33021",[534,51.363]],["parent/33021",[8570,8.927]],["name/33022",[68,51.167]],["parent/33022",[8562,6.865]],["name/33023",[173,20.78]],["parent/33023",[8571,10.024]],["name/33024",[410,39.926]],["parent/33024",[8572,9.178]],["name/33025",[411,58.075]],["parent/33025",[8572,9.178]],["name/33026",[537,58.27]],["parent/33026",[8572,9.178]],["name/33027",[69,57.883]],["parent/33027",[8562,6.865]],["name/33028",[173,20.78]],["parent/33028",[8573,10.024]],["name/33029",[408,29.731]],["parent/33029",[8574,8.292]],["name/33030",[540,45.268]],["parent/33030",[8574,8.292]],["name/33031",[155,37.858]],["parent/33031",[8574,8.292]],["name/33032",[541,58.27]],["parent/33032",[8574,8.292]],["name/33033",[542,58.27]],["parent/33033",[8574,8.292]],["name/33034",[543,58.27]],["parent/33034",[8574,8.292]],["name/33035",[342,56.068]],["parent/33035",[8574,8.292]],["name/33036",[544,45.905]],["parent/33036",[8574,8.292]],["name/33037",[70,51.167]],["parent/33037",[8562,6.865]],["name/33038",[173,20.78]],["parent/33038",[8575,10.024]],["name/33039",[155,37.858]],["parent/33039",[8576,7.83]],["name/33040",[547,44.444]],["parent/33040",[8576,7.83]],["name/33041",[544,45.905]],["parent/33041",[8576,7.83]],["name/33042",[540,45.268]],["parent/33042",[8576,7.83]],["name/33043",[548,58.27]],["parent/33043",[8576,7.83]],["name/33044",[549,58.27]],["parent/33044",[8576,7.83]],["name/33045",[550,58.27]],["parent/33045",[8576,7.83]],["name/33046",[551,58.27]],["parent/33046",[8576,7.83]],["name/33047",[552,58.27]],["parent/33047",[8576,7.83]],["name/33048",[553,58.27]],["parent/33048",[8576,7.83]],["name/33049",[554,56.227]],["parent/33049",[8576,7.83]],["name/33050",[555,56.227]],["parent/33050",[8576,7.83]],["name/33051",[485,61.773]],["parent/33051",[8576,7.83]],["name/33052",[82,57.511]],["parent/33052",[8562,6.865]],["name/33053",[173,20.78]],["parent/33053",[8577,10.024]],["name/33054",[408,29.731]],["parent/33054",[8578,8.927]],["name/33055",[493,49.276]],["parent/33055",[8578,8.927]],["name/33056",[155,37.858]],["parent/33056",[8578,8.927]],["name/33057",[516,51.363]],["parent/33057",[8578,8.927]],["name/33058",[77,51.167]],["parent/33058",[8562,6.865]],["name/33059",[173,20.78]],["parent/33059",[8579,10.024]],["name/33060",[559,58.27]],["parent/33060",[8580,9.178]],["name/33061",[561,58.27]],["parent/33061",[8580,9.178]],["name/33062",[562,45.295]],["parent/33062",[8580,9.178]],["name/33063",[96,55.911]],["parent/33063",[8562,6.865]],["name/33064",[173,20.78]],["parent/33064",[8581,10.024]],["name/33065",[410,39.926]],["parent/33065",[8582,9.178]],["name/33066",[155,37.858]],["parent/33066",[8582,9.178]],["name/33067",[77,51.167]],["parent/33067",[8582,9.178]],["name/33068",[85,57.978]],["parent/33068",[8562,6.865]],["name/33069",[173,20.78]],["parent/33069",[8583,10.024]],["name/33070",[547,44.444]],["parent/33070",[8584,9.514]],["name/33071",[567,51.363]],["parent/33071",[8584,9.514]],["name/33072",[84,48.96]],["parent/33072",[8562,6.865]],["name/33073",[173,20.78]],["parent/33073",[8585,10.024]],["name/33074",[408,29.731]],["parent/33074",[8586,8.417]],["name/33075",[570,51.363]],["parent/33075",[8586,8.417]],["name/33076",[571,58.27]],["parent/33076",[8586,8.417]],["name/33077",[572,56.227]],["parent/33077",[8586,8.417]],["name/33078",[567,51.363]],["parent/33078",[8586,8.417]],["name/33079",[573,58.27]],["parent/33079",[8586,8.417]],["name/33080",[574,58.27]],["parent/33080",[8586,8.417]],["name/33081",[345,56.721]],["parent/33081",[8562,6.865]],["name/33082",[173,20.78]],["parent/33082",[8587,10.024]],["name/33083",[576,62.202]],["parent/33083",[8588,8.927]],["name/33084",[578,62.202]],["parent/33084",[8588,8.927]],["name/33085",[410,39.926]],["parent/33085",[8588,8.927]],["name/33086",[562,45.295]],["parent/33086",[8588,8.927]],["name/33087",[94,51.023]],["parent/33087",[8562,6.865]],["name/33088",[173,20.78]],["parent/33088",[8589,10.024]],["name/33089",[408,29.731]],["parent/33089",[8590,7.017]],["name/33090",[581,49.316]],["parent/33090",[8590,7.017]],["name/33091",[155,37.858]],["parent/33091",[8590,7.017]],["name/33092",[65,47.186]],["parent/33092",[8590,7.017]],["name/33093",[582,51.363]],["parent/33093",[8590,7.017]],["name/33094",[583,58.27]],["parent/33094",[8590,7.017]],["name/33095",[145,57.978]],["parent/33095",[8590,7.017]],["name/33096",[584,58.27]],["parent/33096",[8590,7.017]],["name/33097",[421,44.394]],["parent/33097",[8590,7.017]],["name/33098",[526,47.618]],["parent/33098",[8590,7.017]],["name/33099",[585,58.27]],["parent/33099",[8590,7.017]],["name/33100",[586,58.27]],["parent/33100",[8590,7.017]],["name/33101",[587,58.27]],["parent/33101",[8590,7.017]],["name/33102",[588,58.27]],["parent/33102",[8590,7.017]],["name/33103",[589,58.27]],["parent/33103",[8590,7.017]],["name/33104",[590,58.27]],["parent/33104",[8590,7.017]],["name/33105",[511,47.317]],["parent/33105",[8590,7.017]],["name/33106",[591,49.811]],["parent/33106",[8590,7.017]],["name/33107",[352,50.243]],["parent/33107",[8590,7.017]],["name/33108",[592,51.363]],["parent/33108",[8590,7.017]],["name/33109",[593,56.227]],["parent/33109",[8590,7.017]],["name/33110",[594,56.227]],["parent/33110",[8590,7.017]],["name/33111",[70,51.167]],["parent/33111",[8590,7.017]],["name/33112",[84,48.96]],["parent/33112",[8590,7.017]],["name/33113",[68,51.167]],["parent/33113",[8590,7.017]],["name/33114",[512,51.363]],["parent/33114",[8590,7.017]],["name/33115",[595,58.27]],["parent/33115",[8590,7.017]],["name/33116",[597,58.27]],["parent/33116",[8590,7.017]],["name/33117",[485,61.773]],["parent/33117",[8590,7.017]],["name/33118",[173,20.78]],["parent/33118",[8590,7.017]],["name/33119",[71,49.643]],["parent/33119",[8591,8.181]],["name/33120",[173,20.78]],["parent/33120",[8591,8.181]],["name/33121",[6499,62.202]],["parent/33121",[8592,9.514]],["name/33122",[591,49.811]],["parent/33122",[8591,8.181]],["name/33123",[173,20.78]],["parent/33123",[8591,8.181]],["name/33124",[6499,62.202]],["parent/33124",[8592,9.514]],["name/33125",[6501,69.061]],["parent/33125",[8591,8.181]],["name/33126",[6502,69.061]],["parent/33126",[8591,8.181]],["name/33127",[596,62.202]],["parent/33127",[8591,8.181]],["name/33128",[6503,69.061]],["parent/33128",[8591,8.181]],["name/33129",[6504,69.061]],["parent/33129",[8591,8.181]],["name/33130",[71,49.643]],["parent/33130",[8562,6.865]],["name/33131",[173,20.78]],["parent/33131",[8593,10.024]],["name/33132",[599,58.27]],["parent/33132",[8594,9.514]],["name/33133",[601,58.27]],["parent/33133",[8594,9.514]],["name/33134",[72,57.883]],["parent/33134",[8562,6.865]],["name/33135",[173,20.78]],["parent/33135",[8595,10.024]],["name/33136",[408,29.731]],["parent/33136",[8596,8.927]],["name/33137",[562,45.295]],["parent/33137",[8596,8.927]],["name/33138",[604,58.27]],["parent/33138",[8596,8.927]],["name/33139",[605,58.27]],["parent/33139",[8596,8.927]],["name/33140",[74,58.075]],["parent/33140",[8562,6.865]],["name/33141",[173,20.78]],["parent/33141",[8597,10.024]],["name/33142",[408,29.731]],["parent/33142",[8598,8.927]],["name/33143",[410,39.926]],["parent/33143",[8598,8.927]],["name/33144",[521,51.363]],["parent/33144",[8598,8.927]],["name/33145",[608,58.27]],["parent/33145",[8598,8.927]],["name/33146",[75,57.883]],["parent/33146",[8562,6.865]],["name/33147",[173,20.78]],["parent/33147",[8599,10.024]],["name/33148",[410,39.926]],["parent/33148",[8600,9.178]],["name/33149",[611,58.27]],["parent/33149",[8600,9.178]],["name/33150",[612,58.27]],["parent/33150",[8600,9.178]],["name/33151",[76,57.883]],["parent/33151",[8562,6.865]],["name/33152",[173,20.78]],["parent/33152",[8601,10.024]],["name/33153",[408,29.731]],["parent/33153",[8602,8.56]],["name/33154",[615,58.27]],["parent/33154",[8602,8.56]],["name/33155",[71,49.643]],["parent/33155",[8602,8.56]],["name/33156",[570,51.363]],["parent/33156",[8602,8.56]],["name/33157",[616,58.27]],["parent/33157",[8602,8.56]],["name/33158",[617,58.27]],["parent/33158",[8602,8.56]],["name/33159",[78,58.075]],["parent/33159",[8562,6.865]],["name/33160",[173,20.78]],["parent/33160",[8603,10.024]],["name/33161",[619,58.27]],["parent/33161",[8604,8.727]],["name/33162",[621,58.27]],["parent/33162",[8604,8.727]],["name/33163",[622,47.317]],["parent/33163",[8604,8.727]],["name/33164",[623,58.27]],["parent/33164",[8604,8.727]],["name/33165",[624,58.27]],["parent/33165",[8604,8.727]],["name/33166",[98,51.167]],["parent/33166",[8562,6.865]],["name/33167",[173,20.78]],["parent/33167",[8605,10.024]],["name/33168",[626,58.27]],["parent/33168",[8606,10.024]],["name/33169",[93,50.025]],["parent/33169",[8562,6.865]],["name/33170",[173,20.78]],["parent/33170",[8607,10.024]],["name/33171",[629,58.27]],["parent/33171",[8608,9.178]],["name/33172",[631,58.27]],["parent/33172",[8608,9.178]],["name/33173",[632,58.27]],["parent/33173",[8608,9.178]],["name/33174",[79,57.883]],["parent/33174",[8562,6.865]],["name/33175",[173,20.78]],["parent/33175",[8609,10.024]],["name/33176",[581,49.316]],["parent/33176",[8610,7.907]],["name/33177",[547,44.444]],["parent/33177",[8610,7.907]],["name/33178",[544,45.905]],["parent/33178",[8610,7.907]],["name/33179",[635,58.27]],["parent/33179",[8610,7.907]],["name/33180",[636,46.586]],["parent/33180",[8610,7.907]],["name/33181",[637,58.27]],["parent/33181",[8610,7.907]],["name/33182",[98,51.167]],["parent/33182",[8610,7.907]],["name/33183",[93,50.025]],["parent/33183",[8610,7.907]],["name/33184",[638,58.27]],["parent/33184",[8610,7.907]],["name/33185",[639,58.27]],["parent/33185",[8610,7.907]],["name/33186",[640,58.27]],["parent/33186",[8610,7.907]],["name/33187",[534,51.363]],["parent/33187",[8610,7.907]],["name/33188",[80,55.757]],["parent/33188",[8562,6.865]],["name/33189",[173,20.78]],["parent/33189",[8611,10.024]],["name/33190",[408,29.731]],["parent/33190",[8612,9.514]],["name/33191",[547,44.444]],["parent/33191",[8612,9.514]],["name/33192",[81,57.883]],["parent/33192",[8562,6.865]],["name/33193",[173,20.78]],["parent/33193",[8613,10.024]],["name/33194",[644,58.27]],["parent/33194",[8614,8.927]],["name/33195",[173,20.78]],["parent/33195",[8614,8.927]],["name/33196",[646,51.363]],["parent/33196",[8615,8.56]],["name/33197",[636,46.586]],["parent/33197",[8615,8.56]],["name/33198",[622,47.317]],["parent/33198",[8615,8.56]],["name/33199",[648,58.27]],["parent/33199",[8614,8.927]],["name/33200",[173,20.78]],["parent/33200",[8614,8.927]],["name/33201",[646,51.363]],["parent/33201",[8615,8.56]],["name/33202",[636,46.586]],["parent/33202",[8615,8.56]],["name/33203",[622,47.317]],["parent/33203",[8615,8.56]],["name/33204",[83,55.604]],["parent/33204",[8562,6.865]],["name/33205",[173,20.78]],["parent/33205",[8616,10.024]],["name/33206",[65,47.186]],["parent/33206",[8617,8.56]],["name/33207",[421,44.394]],["parent/33207",[8617,8.56]],["name/33208",[408,29.731]],["parent/33208",[8617,8.56]],["name/33209",[94,51.023]],["parent/33209",[8617,8.56]],["name/33210",[73,51.562]],["parent/33210",[8617,8.56]],["name/33211",[540,45.268]],["parent/33211",[8617,8.56]],["name/33212",[651,56.147]],["parent/33212",[8562,6.865]],["name/33213",[86,57.883]],["parent/33213",[8562,6.865]],["name/33214",[173,20.78]],["parent/33214",[8618,10.024]],["name/33215",[653,58.27]],["parent/33215",[8619,8.727]],["name/33216",[655,58.27]],["parent/33216",[8619,8.727]],["name/33217",[656,58.27]],["parent/33217",[8619,8.727]],["name/33218",[657,58.27]],["parent/33218",[8619,8.727]],["name/33219",[658,58.27]],["parent/33219",[8619,8.727]],["name/33220",[87,58.075]],["parent/33220",[8562,6.865]],["name/33221",[173,20.78]],["parent/33221",[8620,10.024]],["name/33222",[408,29.731]],["parent/33222",[8621,8.927]],["name/33223",[661,58.27]],["parent/33223",[8621,8.927]],["name/33224",[662,58.27]],["parent/33224",[8621,8.927]],["name/33225",[663,58.27]],["parent/33225",[8621,8.927]],["name/33226",[88,57.883]],["parent/33226",[8562,6.865]],["name/33227",[173,20.78]],["parent/33227",[8622,10.024]],["name/33228",[408,29.731]],["parent/33228",[8623,8.081]],["name/33229",[340,56.068]],["parent/33229",[8623,8.081]],["name/33230",[666,58.27]],["parent/33230",[8623,8.081]],["name/33231",[334,56.147]],["parent/33231",[8623,8.081]],["name/33232",[667,58.27]],["parent/33232",[8623,8.081]],["name/33233",[668,58.27]],["parent/33233",[8623,8.081]],["name/33234",[669,58.27]],["parent/33234",[8623,8.081]],["name/33235",[670,58.27]],["parent/33235",[8623,8.081]],["name/33236",[671,58.27]],["parent/33236",[8623,8.081]],["name/33237",[672,58.27]],["parent/33237",[8623,8.081]],["name/33238",[89,57.511]],["parent/33238",[8562,6.865]],["name/33239",[173,20.78]],["parent/33239",[8624,10.024]],["name/33240",[408,29.731]],["parent/33240",[8625,8.727]],["name/33241",[675,58.27]],["parent/33241",[8625,8.727]],["name/33242",[676,58.27]],["parent/33242",[8625,8.727]],["name/33243",[677,58.27]],["parent/33243",[8625,8.727]],["name/33244",[678,58.27]],["parent/33244",[8625,8.727]],["name/33245",[90,57.883]],["parent/33245",[8562,6.865]],["name/33246",[173,20.78]],["parent/33246",[8626,10.024]],["name/33247",[562,45.295]],["parent/33247",[8627,9.178]],["name/33248",[532,51.363]],["parent/33248",[8627,9.178]],["name/33249",[681,58.27]],["parent/33249",[8627,9.178]],["name/33250",[91,58.075]],["parent/33250",[8562,6.865]],["name/33251",[173,20.78]],["parent/33251",[8628,10.024]],["name/33252",[408,29.731]],["parent/33252",[8629,8.927]],["name/33253",[684,51.363]],["parent/33253",[8629,8.927]],["name/33254",[172,58.075]],["parent/33254",[8629,8.927]],["name/33255",[592,51.363]],["parent/33255",[8629,8.927]],["name/33256",[95,58.075]],["parent/33256",[8562,6.865]],["name/33257",[173,20.78]],["parent/33257",[8630,10.024]],["name/33258",[686,54.532]],["parent/33258",[8631,8.292]],["name/33259",[582,51.363]],["parent/33259",[8631,8.292]],["name/33260",[688,58.27]],["parent/33260",[8631,8.292]],["name/33261",[511,47.317]],["parent/33261",[8631,8.292]],["name/33262",[591,49.811]],["parent/33262",[8631,8.292]],["name/33263",[352,50.243]],["parent/33263",[8631,8.292]],["name/33264",[684,51.363]],["parent/33264",[8631,8.292]],["name/33265",[689,58.27]],["parent/33265",[8631,8.292]],["name/33266",[97,55.911]],["parent/33266",[8562,6.865]],["name/33267",[173,20.78]],["parent/33267",[8632,10.024]],["name/33268",[417,58.075]],["parent/33268",[8633,8.927]],["name/33269",[419,58.075]],["parent/33269",[8633,8.927]],["name/33270",[420,58.075]],["parent/33270",[8633,8.927]],["name/33271",[421,44.394]],["parent/33271",[8633,8.927]],["name/33272",[6468,69.061]],["parent/33272",[474,9.514]],["name/33273",[73,51.562]],["parent/33273",[8634,6.865]],["name/33274",[173,20.78]],["parent/33274",[8635,10.024]],["name/33275",[504,58.27]],["parent/33275",[8636,8.927]],["name/33276",[506,58.27]],["parent/33276",[8636,8.927]],["name/33277",[155,37.858]],["parent/33277",[8636,8.927]],["name/33278",[507,58.27]],["parent/33278",[8636,8.927]],["name/33279",[92,51.167]],["parent/33279",[8634,6.865]],["name/33280",[173,20.78]],["parent/33280",[8637,10.024]],["name/33281",[509,58.27]],["parent/33281",[8638,8.727]],["name/33282",[511,47.317]],["parent/33282",[8638,8.727]],["name/33283",[512,51.363]],["parent/33283",[8638,8.727]],["name/33284",[344,48.357]],["parent/33284",[8638,8.727]],["name/33285",[513,51.363]],["parent/33285",[8638,8.727]],["name/33286",[65,47.186]],["parent/33286",[8634,6.865]],["name/33287",[173,20.78]],["parent/33287",[8639,10.024]],["name/33288",[408,29.731]],["parent/33288",[8640,7.413]],["name/33289",[493,49.276]],["parent/33289",[8640,7.413]],["name/33290",[516,51.363]],["parent/33290",[8640,7.413]],["name/33291",[517,58.27]],["parent/33291",[8640,7.413]],["name/33292",[518,58.27]],["parent/33292",[8640,7.413]],["name/33293",[421,44.394]],["parent/33293",[8640,7.413]],["name/33294",[519,58.27]],["parent/33294",[8640,7.413]],["name/33295",[520,58.27]],["parent/33295",[8640,7.413]],["name/33296",[521,51.363]],["parent/33296",[8640,7.413]],["name/33297",[344,48.357]],["parent/33297",[8640,7.413]],["name/33298",[155,37.858]],["parent/33298",[8640,7.413]],["name/33299",[522,58.27]],["parent/33299",[8640,7.413]],["name/33300",[523,58.27]],["parent/33300",[8640,7.413]],["name/33301",[524,58.27]],["parent/33301",[8640,7.413]],["name/33302",[525,58.27]],["parent/33302",[8640,7.413]],["name/33303",[526,47.618]],["parent/33303",[8640,7.413]],["name/33304",[527,58.27]],["parent/33304",[8640,7.413]],["name/33305",[513,51.363]],["parent/33305",[8640,7.413]],["name/33306",[528,58.27]],["parent/33306",[8640,7.413]],["name/33307",[92,51.167]],["parent/33307",[8640,7.413]],["name/33308",[67,57.883]],["parent/33308",[8634,6.865]],["name/33309",[173,20.78]],["parent/33309",[8641,10.024]],["name/33310",[530,58.27]],["parent/33310",[8642,8.927]],["name/33311",[532,51.363]],["parent/33311",[8642,8.927]],["name/33312",[533,58.27]],["parent/33312",[8642,8.927]],["name/33313",[534,51.363]],["parent/33313",[8642,8.927]],["name/33314",[68,51.167]],["parent/33314",[8634,6.865]],["name/33315",[173,20.78]],["parent/33315",[8643,10.024]],["name/33316",[410,39.926]],["parent/33316",[8644,9.178]],["name/33317",[411,58.075]],["parent/33317",[8644,9.178]],["name/33318",[537,58.27]],["parent/33318",[8644,9.178]],["name/33319",[69,57.883]],["parent/33319",[8634,6.865]],["name/33320",[173,20.78]],["parent/33320",[8645,10.024]],["name/33321",[408,29.731]],["parent/33321",[8646,8.292]],["name/33322",[540,45.268]],["parent/33322",[8646,8.292]],["name/33323",[155,37.858]],["parent/33323",[8646,8.292]],["name/33324",[541,58.27]],["parent/33324",[8646,8.292]],["name/33325",[542,58.27]],["parent/33325",[8646,8.292]],["name/33326",[543,58.27]],["parent/33326",[8646,8.292]],["name/33327",[342,56.068]],["parent/33327",[8646,8.292]],["name/33328",[544,45.905]],["parent/33328",[8646,8.292]],["name/33329",[70,51.167]],["parent/33329",[8634,6.865]],["name/33330",[173,20.78]],["parent/33330",[8647,10.024]],["name/33331",[155,37.858]],["parent/33331",[8648,7.83]],["name/33332",[547,44.444]],["parent/33332",[8648,7.83]],["name/33333",[544,45.905]],["parent/33333",[8648,7.83]],["name/33334",[540,45.268]],["parent/33334",[8648,7.83]],["name/33335",[548,58.27]],["parent/33335",[8648,7.83]],["name/33336",[549,58.27]],["parent/33336",[8648,7.83]],["name/33337",[550,58.27]],["parent/33337",[8648,7.83]],["name/33338",[551,58.27]],["parent/33338",[8648,7.83]],["name/33339",[552,58.27]],["parent/33339",[8648,7.83]],["name/33340",[553,58.27]],["parent/33340",[8648,7.83]],["name/33341",[554,56.227]],["parent/33341",[8648,7.83]],["name/33342",[555,56.227]],["parent/33342",[8648,7.83]],["name/33343",[485,61.773]],["parent/33343",[8648,7.83]],["name/33344",[82,57.511]],["parent/33344",[8634,6.865]],["name/33345",[173,20.78]],["parent/33345",[8649,10.024]],["name/33346",[408,29.731]],["parent/33346",[8650,8.927]],["name/33347",[493,49.276]],["parent/33347",[8650,8.927]],["name/33348",[155,37.858]],["parent/33348",[8650,8.927]],["name/33349",[516,51.363]],["parent/33349",[8650,8.927]],["name/33350",[77,51.167]],["parent/33350",[8634,6.865]],["name/33351",[173,20.78]],["parent/33351",[8651,10.024]],["name/33352",[559,58.27]],["parent/33352",[8652,9.178]],["name/33353",[561,58.27]],["parent/33353",[8652,9.178]],["name/33354",[562,45.295]],["parent/33354",[8652,9.178]],["name/33355",[96,55.911]],["parent/33355",[8634,6.865]],["name/33356",[173,20.78]],["parent/33356",[8653,10.024]],["name/33357",[410,39.926]],["parent/33357",[8654,9.178]],["name/33358",[155,37.858]],["parent/33358",[8654,9.178]],["name/33359",[77,51.167]],["parent/33359",[8654,9.178]],["name/33360",[85,57.978]],["parent/33360",[8634,6.865]],["name/33361",[173,20.78]],["parent/33361",[8655,10.024]],["name/33362",[547,44.444]],["parent/33362",[8656,9.514]],["name/33363",[567,51.363]],["parent/33363",[8656,9.514]],["name/33364",[84,48.96]],["parent/33364",[8634,6.865]],["name/33365",[173,20.78]],["parent/33365",[8657,10.024]],["name/33366",[408,29.731]],["parent/33366",[8658,8.417]],["name/33367",[570,51.363]],["parent/33367",[8658,8.417]],["name/33368",[571,58.27]],["parent/33368",[8658,8.417]],["name/33369",[572,56.227]],["parent/33369",[8658,8.417]],["name/33370",[567,51.363]],["parent/33370",[8658,8.417]],["name/33371",[573,58.27]],["parent/33371",[8658,8.417]],["name/33372",[574,58.27]],["parent/33372",[8658,8.417]],["name/33373",[345,56.721]],["parent/33373",[8634,6.865]],["name/33374",[173,20.78]],["parent/33374",[8659,10.024]],["name/33375",[576,62.202]],["parent/33375",[8660,8.927]],["name/33376",[578,62.202]],["parent/33376",[8660,8.927]],["name/33377",[410,39.926]],["parent/33377",[8660,8.927]],["name/33378",[562,45.295]],["parent/33378",[8660,8.927]],["name/33379",[94,51.023]],["parent/33379",[8634,6.865]],["name/33380",[173,20.78]],["parent/33380",[8661,10.024]],["name/33381",[408,29.731]],["parent/33381",[8662,7.017]],["name/33382",[581,49.316]],["parent/33382",[8662,7.017]],["name/33383",[155,37.858]],["parent/33383",[8662,7.017]],["name/33384",[65,47.186]],["parent/33384",[8662,7.017]],["name/33385",[582,51.363]],["parent/33385",[8662,7.017]],["name/33386",[583,58.27]],["parent/33386",[8662,7.017]],["name/33387",[145,57.978]],["parent/33387",[8662,7.017]],["name/33388",[584,58.27]],["parent/33388",[8662,7.017]],["name/33389",[421,44.394]],["parent/33389",[8662,7.017]],["name/33390",[526,47.618]],["parent/33390",[8662,7.017]],["name/33391",[585,58.27]],["parent/33391",[8662,7.017]],["name/33392",[586,58.27]],["parent/33392",[8662,7.017]],["name/33393",[587,58.27]],["parent/33393",[8662,7.017]],["name/33394",[588,58.27]],["parent/33394",[8662,7.017]],["name/33395",[589,58.27]],["parent/33395",[8662,7.017]],["name/33396",[590,58.27]],["parent/33396",[8662,7.017]],["name/33397",[511,47.317]],["parent/33397",[8662,7.017]],["name/33398",[591,49.811]],["parent/33398",[8662,7.017]],["name/33399",[352,50.243]],["parent/33399",[8662,7.017]],["name/33400",[592,51.363]],["parent/33400",[8662,7.017]],["name/33401",[593,56.227]],["parent/33401",[8662,7.017]],["name/33402",[594,56.227]],["parent/33402",[8662,7.017]],["name/33403",[70,51.167]],["parent/33403",[8662,7.017]],["name/33404",[84,48.96]],["parent/33404",[8662,7.017]],["name/33405",[68,51.167]],["parent/33405",[8662,7.017]],["name/33406",[512,51.363]],["parent/33406",[8662,7.017]],["name/33407",[595,58.27]],["parent/33407",[8662,7.017]],["name/33408",[597,58.27]],["parent/33408",[8662,7.017]],["name/33409",[485,61.773]],["parent/33409",[8662,7.017]],["name/33410",[173,20.78]],["parent/33410",[8662,7.017]],["name/33411",[71,49.643]],["parent/33411",[8663,8.181]],["name/33412",[173,20.78]],["parent/33412",[8663,8.181]],["name/33413",[6499,62.202]],["parent/33413",[8664,9.514]],["name/33414",[591,49.811]],["parent/33414",[8663,8.181]],["name/33415",[173,20.78]],["parent/33415",[8663,8.181]],["name/33416",[6499,62.202]],["parent/33416",[8664,9.514]],["name/33417",[6501,69.061]],["parent/33417",[8663,8.181]],["name/33418",[6502,69.061]],["parent/33418",[8663,8.181]],["name/33419",[596,62.202]],["parent/33419",[8663,8.181]],["name/33420",[6503,69.061]],["parent/33420",[8663,8.181]],["name/33421",[6504,69.061]],["parent/33421",[8663,8.181]],["name/33422",[71,49.643]],["parent/33422",[8634,6.865]],["name/33423",[173,20.78]],["parent/33423",[8665,10.024]],["name/33424",[599,58.27]],["parent/33424",[8666,9.514]],["name/33425",[601,58.27]],["parent/33425",[8666,9.514]],["name/33426",[72,57.883]],["parent/33426",[8634,6.865]],["name/33427",[173,20.78]],["parent/33427",[8667,10.024]],["name/33428",[408,29.731]],["parent/33428",[8668,8.927]],["name/33429",[562,45.295]],["parent/33429",[8668,8.927]],["name/33430",[604,58.27]],["parent/33430",[8668,8.927]],["name/33431",[605,58.27]],["parent/33431",[8668,8.927]],["name/33432",[74,58.075]],["parent/33432",[8634,6.865]],["name/33433",[173,20.78]],["parent/33433",[8669,10.024]],["name/33434",[408,29.731]],["parent/33434",[8670,8.927]],["name/33435",[410,39.926]],["parent/33435",[8670,8.927]],["name/33436",[521,51.363]],["parent/33436",[8670,8.927]],["name/33437",[608,58.27]],["parent/33437",[8670,8.927]],["name/33438",[75,57.883]],["parent/33438",[8634,6.865]],["name/33439",[173,20.78]],["parent/33439",[8671,10.024]],["name/33440",[410,39.926]],["parent/33440",[8672,9.178]],["name/33441",[611,58.27]],["parent/33441",[8672,9.178]],["name/33442",[612,58.27]],["parent/33442",[8672,9.178]],["name/33443",[76,57.883]],["parent/33443",[8634,6.865]],["name/33444",[173,20.78]],["parent/33444",[8673,10.024]],["name/33445",[408,29.731]],["parent/33445",[8674,8.56]],["name/33446",[615,58.27]],["parent/33446",[8674,8.56]],["name/33447",[71,49.643]],["parent/33447",[8674,8.56]],["name/33448",[570,51.363]],["parent/33448",[8674,8.56]],["name/33449",[616,58.27]],["parent/33449",[8674,8.56]],["name/33450",[617,58.27]],["parent/33450",[8674,8.56]],["name/33451",[78,58.075]],["parent/33451",[8634,6.865]],["name/33452",[173,20.78]],["parent/33452",[8675,10.024]],["name/33453",[619,58.27]],["parent/33453",[8676,8.727]],["name/33454",[621,58.27]],["parent/33454",[8676,8.727]],["name/33455",[622,47.317]],["parent/33455",[8676,8.727]],["name/33456",[623,58.27]],["parent/33456",[8676,8.727]],["name/33457",[624,58.27]],["parent/33457",[8676,8.727]],["name/33458",[98,51.167]],["parent/33458",[8634,6.865]],["name/33459",[173,20.78]],["parent/33459",[8677,10.024]],["name/33460",[626,58.27]],["parent/33460",[8678,10.024]],["name/33461",[93,50.025]],["parent/33461",[8634,6.865]],["name/33462",[173,20.78]],["parent/33462",[8679,10.024]],["name/33463",[629,58.27]],["parent/33463",[8680,9.178]],["name/33464",[631,58.27]],["parent/33464",[8680,9.178]],["name/33465",[632,58.27]],["parent/33465",[8680,9.178]],["name/33466",[79,57.883]],["parent/33466",[8634,6.865]],["name/33467",[173,20.78]],["parent/33467",[8681,10.024]],["name/33468",[581,49.316]],["parent/33468",[8682,7.907]],["name/33469",[547,44.444]],["parent/33469",[8682,7.907]],["name/33470",[544,45.905]],["parent/33470",[8682,7.907]],["name/33471",[635,58.27]],["parent/33471",[8682,7.907]],["name/33472",[636,46.586]],["parent/33472",[8682,7.907]],["name/33473",[637,58.27]],["parent/33473",[8682,7.907]],["name/33474",[98,51.167]],["parent/33474",[8682,7.907]],["name/33475",[93,50.025]],["parent/33475",[8682,7.907]],["name/33476",[638,58.27]],["parent/33476",[8682,7.907]],["name/33477",[639,58.27]],["parent/33477",[8682,7.907]],["name/33478",[640,58.27]],["parent/33478",[8682,7.907]],["name/33479",[534,51.363]],["parent/33479",[8682,7.907]],["name/33480",[80,55.757]],["parent/33480",[8634,6.865]],["name/33481",[173,20.78]],["parent/33481",[8683,10.024]],["name/33482",[408,29.731]],["parent/33482",[8684,9.514]],["name/33483",[547,44.444]],["parent/33483",[8684,9.514]],["name/33484",[81,57.883]],["parent/33484",[8634,6.865]],["name/33485",[173,20.78]],["parent/33485",[8685,10.024]],["name/33486",[644,58.27]],["parent/33486",[8686,8.927]],["name/33487",[173,20.78]],["parent/33487",[8686,8.927]],["name/33488",[646,51.363]],["parent/33488",[8687,8.56]],["name/33489",[636,46.586]],["parent/33489",[8687,8.56]],["name/33490",[622,47.317]],["parent/33490",[8687,8.56]],["name/33491",[648,58.27]],["parent/33491",[8686,8.927]],["name/33492",[173,20.78]],["parent/33492",[8686,8.927]],["name/33493",[646,51.363]],["parent/33493",[8687,8.56]],["name/33494",[636,46.586]],["parent/33494",[8687,8.56]],["name/33495",[622,47.317]],["parent/33495",[8687,8.56]],["name/33496",[83,55.604]],["parent/33496",[8634,6.865]],["name/33497",[173,20.78]],["parent/33497",[8688,10.024]],["name/33498",[65,47.186]],["parent/33498",[8689,8.56]],["name/33499",[421,44.394]],["parent/33499",[8689,8.56]],["name/33500",[408,29.731]],["parent/33500",[8689,8.56]],["name/33501",[94,51.023]],["parent/33501",[8689,8.56]],["name/33502",[73,51.562]],["parent/33502",[8689,8.56]],["name/33503",[540,45.268]],["parent/33503",[8689,8.56]],["name/33504",[651,56.147]],["parent/33504",[8634,6.865]],["name/33505",[86,57.883]],["parent/33505",[8634,6.865]],["name/33506",[173,20.78]],["parent/33506",[8690,10.024]],["name/33507",[653,58.27]],["parent/33507",[8691,8.727]],["name/33508",[655,58.27]],["parent/33508",[8691,8.727]],["name/33509",[656,58.27]],["parent/33509",[8691,8.727]],["name/33510",[657,58.27]],["parent/33510",[8691,8.727]],["name/33511",[658,58.27]],["parent/33511",[8691,8.727]],["name/33512",[87,58.075]],["parent/33512",[8634,6.865]],["name/33513",[173,20.78]],["parent/33513",[8692,10.024]],["name/33514",[408,29.731]],["parent/33514",[8693,8.927]],["name/33515",[661,58.27]],["parent/33515",[8693,8.927]],["name/33516",[662,58.27]],["parent/33516",[8693,8.927]],["name/33517",[663,58.27]],["parent/33517",[8693,8.927]],["name/33518",[88,57.883]],["parent/33518",[8634,6.865]],["name/33519",[173,20.78]],["parent/33519",[8694,10.024]],["name/33520",[408,29.731]],["parent/33520",[8695,8.081]],["name/33521",[340,56.068]],["parent/33521",[8695,8.081]],["name/33522",[666,58.27]],["parent/33522",[8695,8.081]],["name/33523",[334,56.147]],["parent/33523",[8695,8.081]],["name/33524",[667,58.27]],["parent/33524",[8695,8.081]],["name/33525",[668,58.27]],["parent/33525",[8695,8.081]],["name/33526",[669,58.27]],["parent/33526",[8695,8.081]],["name/33527",[670,58.27]],["parent/33527",[8695,8.081]],["name/33528",[671,58.27]],["parent/33528",[8695,8.081]],["name/33529",[672,58.27]],["parent/33529",[8695,8.081]],["name/33530",[89,57.511]],["parent/33530",[8634,6.865]],["name/33531",[173,20.78]],["parent/33531",[8696,10.024]],["name/33532",[408,29.731]],["parent/33532",[8697,8.727]],["name/33533",[675,58.27]],["parent/33533",[8697,8.727]],["name/33534",[676,58.27]],["parent/33534",[8697,8.727]],["name/33535",[677,58.27]],["parent/33535",[8697,8.727]],["name/33536",[678,58.27]],["parent/33536",[8697,8.727]],["name/33537",[90,57.883]],["parent/33537",[8634,6.865]],["name/33538",[173,20.78]],["parent/33538",[8698,10.024]],["name/33539",[562,45.295]],["parent/33539",[8699,9.178]],["name/33540",[532,51.363]],["parent/33540",[8699,9.178]],["name/33541",[681,58.27]],["parent/33541",[8699,9.178]],["name/33542",[91,58.075]],["parent/33542",[8634,6.865]],["name/33543",[173,20.78]],["parent/33543",[8700,10.024]],["name/33544",[408,29.731]],["parent/33544",[8701,8.927]],["name/33545",[684,51.363]],["parent/33545",[8701,8.927]],["name/33546",[172,58.075]],["parent/33546",[8701,8.927]],["name/33547",[592,51.363]],["parent/33547",[8701,8.927]],["name/33548",[95,58.075]],["parent/33548",[8634,6.865]],["name/33549",[173,20.78]],["parent/33549",[8702,10.024]],["name/33550",[686,54.532]],["parent/33550",[8703,8.292]],["name/33551",[582,51.363]],["parent/33551",[8703,8.292]],["name/33552",[688,58.27]],["parent/33552",[8703,8.292]],["name/33553",[511,47.317]],["parent/33553",[8703,8.292]],["name/33554",[591,49.811]],["parent/33554",[8703,8.292]],["name/33555",[352,50.243]],["parent/33555",[8703,8.292]],["name/33556",[684,51.363]],["parent/33556",[8703,8.292]],["name/33557",[689,58.27]],["parent/33557",[8703,8.292]],["name/33558",[97,55.911]],["parent/33558",[8634,6.865]],["name/33559",[173,20.78]],["parent/33559",[8704,10.024]],["name/33560",[417,58.075]],["parent/33560",[8705,8.927]],["name/33561",[419,58.075]],["parent/33561",[8705,8.927]],["name/33562",[420,58.075]],["parent/33562",[8705,8.927]],["name/33563",[421,44.394]],["parent/33563",[8705,8.927]],["name/33564",[6468,69.061]],["parent/33564",[475,9.514]],["name/33565",[73,51.562]],["parent/33565",[8706,6.865]],["name/33566",[173,20.78]],["parent/33566",[8707,10.024]],["name/33567",[504,58.27]],["parent/33567",[8708,8.927]],["name/33568",[506,58.27]],["parent/33568",[8708,8.927]],["name/33569",[155,37.858]],["parent/33569",[8708,8.927]],["name/33570",[507,58.27]],["parent/33570",[8708,8.927]],["name/33571",[92,51.167]],["parent/33571",[8706,6.865]],["name/33572",[173,20.78]],["parent/33572",[8709,10.024]],["name/33573",[509,58.27]],["parent/33573",[8710,8.727]],["name/33574",[511,47.317]],["parent/33574",[8710,8.727]],["name/33575",[512,51.363]],["parent/33575",[8710,8.727]],["name/33576",[344,48.357]],["parent/33576",[8710,8.727]],["name/33577",[513,51.363]],["parent/33577",[8710,8.727]],["name/33578",[65,47.186]],["parent/33578",[8706,6.865]],["name/33579",[173,20.78]],["parent/33579",[8711,10.024]],["name/33580",[408,29.731]],["parent/33580",[8712,7.413]],["name/33581",[493,49.276]],["parent/33581",[8712,7.413]],["name/33582",[516,51.363]],["parent/33582",[8712,7.413]],["name/33583",[517,58.27]],["parent/33583",[8712,7.413]],["name/33584",[518,58.27]],["parent/33584",[8712,7.413]],["name/33585",[421,44.394]],["parent/33585",[8712,7.413]],["name/33586",[519,58.27]],["parent/33586",[8712,7.413]],["name/33587",[520,58.27]],["parent/33587",[8712,7.413]],["name/33588",[521,51.363]],["parent/33588",[8712,7.413]],["name/33589",[344,48.357]],["parent/33589",[8712,7.413]],["name/33590",[155,37.858]],["parent/33590",[8712,7.413]],["name/33591",[522,58.27]],["parent/33591",[8712,7.413]],["name/33592",[523,58.27]],["parent/33592",[8712,7.413]],["name/33593",[524,58.27]],["parent/33593",[8712,7.413]],["name/33594",[525,58.27]],["parent/33594",[8712,7.413]],["name/33595",[526,47.618]],["parent/33595",[8712,7.413]],["name/33596",[527,58.27]],["parent/33596",[8712,7.413]],["name/33597",[513,51.363]],["parent/33597",[8712,7.413]],["name/33598",[528,58.27]],["parent/33598",[8712,7.413]],["name/33599",[92,51.167]],["parent/33599",[8712,7.413]],["name/33600",[67,57.883]],["parent/33600",[8706,6.865]],["name/33601",[173,20.78]],["parent/33601",[8713,10.024]],["name/33602",[530,58.27]],["parent/33602",[8714,8.927]],["name/33603",[532,51.363]],["parent/33603",[8714,8.927]],["name/33604",[533,58.27]],["parent/33604",[8714,8.927]],["name/33605",[534,51.363]],["parent/33605",[8714,8.927]],["name/33606",[68,51.167]],["parent/33606",[8706,6.865]],["name/33607",[173,20.78]],["parent/33607",[8715,10.024]],["name/33608",[410,39.926]],["parent/33608",[8716,9.178]],["name/33609",[411,58.075]],["parent/33609",[8716,9.178]],["name/33610",[537,58.27]],["parent/33610",[8716,9.178]],["name/33611",[69,57.883]],["parent/33611",[8706,6.865]],["name/33612",[173,20.78]],["parent/33612",[8717,10.024]],["name/33613",[408,29.731]],["parent/33613",[8718,8.292]],["name/33614",[540,45.268]],["parent/33614",[8718,8.292]],["name/33615",[155,37.858]],["parent/33615",[8718,8.292]],["name/33616",[541,58.27]],["parent/33616",[8718,8.292]],["name/33617",[542,58.27]],["parent/33617",[8718,8.292]],["name/33618",[543,58.27]],["parent/33618",[8718,8.292]],["name/33619",[342,56.068]],["parent/33619",[8718,8.292]],["name/33620",[544,45.905]],["parent/33620",[8718,8.292]],["name/33621",[70,51.167]],["parent/33621",[8706,6.865]],["name/33622",[173,20.78]],["parent/33622",[8719,10.024]],["name/33623",[155,37.858]],["parent/33623",[8720,7.83]],["name/33624",[547,44.444]],["parent/33624",[8720,7.83]],["name/33625",[544,45.905]],["parent/33625",[8720,7.83]],["name/33626",[540,45.268]],["parent/33626",[8720,7.83]],["name/33627",[548,58.27]],["parent/33627",[8720,7.83]],["name/33628",[549,58.27]],["parent/33628",[8720,7.83]],["name/33629",[550,58.27]],["parent/33629",[8720,7.83]],["name/33630",[551,58.27]],["parent/33630",[8720,7.83]],["name/33631",[552,58.27]],["parent/33631",[8720,7.83]],["name/33632",[553,58.27]],["parent/33632",[8720,7.83]],["name/33633",[554,56.227]],["parent/33633",[8720,7.83]],["name/33634",[555,56.227]],["parent/33634",[8720,7.83]],["name/33635",[485,61.773]],["parent/33635",[8720,7.83]],["name/33636",[82,57.511]],["parent/33636",[8706,6.865]],["name/33637",[173,20.78]],["parent/33637",[8721,10.024]],["name/33638",[408,29.731]],["parent/33638",[8722,8.927]],["name/33639",[493,49.276]],["parent/33639",[8722,8.927]],["name/33640",[155,37.858]],["parent/33640",[8722,8.927]],["name/33641",[516,51.363]],["parent/33641",[8722,8.927]],["name/33642",[77,51.167]],["parent/33642",[8706,6.865]],["name/33643",[173,20.78]],["parent/33643",[8723,10.024]],["name/33644",[559,58.27]],["parent/33644",[8724,9.178]],["name/33645",[561,58.27]],["parent/33645",[8724,9.178]],["name/33646",[562,45.295]],["parent/33646",[8724,9.178]],["name/33647",[96,55.911]],["parent/33647",[8706,6.865]],["name/33648",[173,20.78]],["parent/33648",[8725,10.024]],["name/33649",[410,39.926]],["parent/33649",[8726,9.178]],["name/33650",[155,37.858]],["parent/33650",[8726,9.178]],["name/33651",[77,51.167]],["parent/33651",[8726,9.178]],["name/33652",[85,57.978]],["parent/33652",[8706,6.865]],["name/33653",[173,20.78]],["parent/33653",[8727,10.024]],["name/33654",[547,44.444]],["parent/33654",[8728,9.514]],["name/33655",[567,51.363]],["parent/33655",[8728,9.514]],["name/33656",[84,48.96]],["parent/33656",[8706,6.865]],["name/33657",[173,20.78]],["parent/33657",[8729,10.024]],["name/33658",[408,29.731]],["parent/33658",[8730,8.417]],["name/33659",[570,51.363]],["parent/33659",[8730,8.417]],["name/33660",[571,58.27]],["parent/33660",[8730,8.417]],["name/33661",[572,56.227]],["parent/33661",[8730,8.417]],["name/33662",[567,51.363]],["parent/33662",[8730,8.417]],["name/33663",[573,58.27]],["parent/33663",[8730,8.417]],["name/33664",[574,58.27]],["parent/33664",[8730,8.417]],["name/33665",[345,56.721]],["parent/33665",[8706,6.865]],["name/33666",[173,20.78]],["parent/33666",[8731,10.024]],["name/33667",[576,62.202]],["parent/33667",[8732,8.927]],["name/33668",[578,62.202]],["parent/33668",[8732,8.927]],["name/33669",[410,39.926]],["parent/33669",[8732,8.927]],["name/33670",[562,45.295]],["parent/33670",[8732,8.927]],["name/33671",[94,51.023]],["parent/33671",[8706,6.865]],["name/33672",[173,20.78]],["parent/33672",[8733,10.024]],["name/33673",[408,29.731]],["parent/33673",[8734,7.017]],["name/33674",[581,49.316]],["parent/33674",[8734,7.017]],["name/33675",[155,37.858]],["parent/33675",[8734,7.017]],["name/33676",[65,47.186]],["parent/33676",[8734,7.017]],["name/33677",[582,51.363]],["parent/33677",[8734,7.017]],["name/33678",[583,58.27]],["parent/33678",[8734,7.017]],["name/33679",[145,57.978]],["parent/33679",[8734,7.017]],["name/33680",[584,58.27]],["parent/33680",[8734,7.017]],["name/33681",[421,44.394]],["parent/33681",[8734,7.017]],["name/33682",[526,47.618]],["parent/33682",[8734,7.017]],["name/33683",[585,58.27]],["parent/33683",[8734,7.017]],["name/33684",[586,58.27]],["parent/33684",[8734,7.017]],["name/33685",[587,58.27]],["parent/33685",[8734,7.017]],["name/33686",[588,58.27]],["parent/33686",[8734,7.017]],["name/33687",[589,58.27]],["parent/33687",[8734,7.017]],["name/33688",[590,58.27]],["parent/33688",[8734,7.017]],["name/33689",[511,47.317]],["parent/33689",[8734,7.017]],["name/33690",[591,49.811]],["parent/33690",[8734,7.017]],["name/33691",[352,50.243]],["parent/33691",[8734,7.017]],["name/33692",[592,51.363]],["parent/33692",[8734,7.017]],["name/33693",[593,56.227]],["parent/33693",[8734,7.017]],["name/33694",[594,56.227]],["parent/33694",[8734,7.017]],["name/33695",[70,51.167]],["parent/33695",[8734,7.017]],["name/33696",[84,48.96]],["parent/33696",[8734,7.017]],["name/33697",[68,51.167]],["parent/33697",[8734,7.017]],["name/33698",[512,51.363]],["parent/33698",[8734,7.017]],["name/33699",[595,58.27]],["parent/33699",[8734,7.017]],["name/33700",[597,58.27]],["parent/33700",[8734,7.017]],["name/33701",[485,61.773]],["parent/33701",[8734,7.017]],["name/33702",[173,20.78]],["parent/33702",[8734,7.017]],["name/33703",[71,49.643]],["parent/33703",[8735,8.181]],["name/33704",[173,20.78]],["parent/33704",[8735,8.181]],["name/33705",[6499,62.202]],["parent/33705",[8736,9.514]],["name/33706",[591,49.811]],["parent/33706",[8735,8.181]],["name/33707",[173,20.78]],["parent/33707",[8735,8.181]],["name/33708",[6499,62.202]],["parent/33708",[8736,9.514]],["name/33709",[6501,69.061]],["parent/33709",[8735,8.181]],["name/33710",[6502,69.061]],["parent/33710",[8735,8.181]],["name/33711",[596,62.202]],["parent/33711",[8735,8.181]],["name/33712",[6503,69.061]],["parent/33712",[8735,8.181]],["name/33713",[6504,69.061]],["parent/33713",[8735,8.181]],["name/33714",[71,49.643]],["parent/33714",[8706,6.865]],["name/33715",[173,20.78]],["parent/33715",[8737,10.024]],["name/33716",[599,58.27]],["parent/33716",[8738,9.514]],["name/33717",[601,58.27]],["parent/33717",[8738,9.514]],["name/33718",[72,57.883]],["parent/33718",[8706,6.865]],["name/33719",[173,20.78]],["parent/33719",[8739,10.024]],["name/33720",[408,29.731]],["parent/33720",[8740,8.927]],["name/33721",[562,45.295]],["parent/33721",[8740,8.927]],["name/33722",[604,58.27]],["parent/33722",[8740,8.927]],["name/33723",[605,58.27]],["parent/33723",[8740,8.927]],["name/33724",[74,58.075]],["parent/33724",[8706,6.865]],["name/33725",[173,20.78]],["parent/33725",[8741,10.024]],["name/33726",[408,29.731]],["parent/33726",[8742,8.927]],["name/33727",[410,39.926]],["parent/33727",[8742,8.927]],["name/33728",[521,51.363]],["parent/33728",[8742,8.927]],["name/33729",[608,58.27]],["parent/33729",[8742,8.927]],["name/33730",[75,57.883]],["parent/33730",[8706,6.865]],["name/33731",[173,20.78]],["parent/33731",[8743,10.024]],["name/33732",[410,39.926]],["parent/33732",[8744,9.178]],["name/33733",[611,58.27]],["parent/33733",[8744,9.178]],["name/33734",[612,58.27]],["parent/33734",[8744,9.178]],["name/33735",[76,57.883]],["parent/33735",[8706,6.865]],["name/33736",[173,20.78]],["parent/33736",[8745,10.024]],["name/33737",[408,29.731]],["parent/33737",[8746,8.56]],["name/33738",[615,58.27]],["parent/33738",[8746,8.56]],["name/33739",[71,49.643]],["parent/33739",[8746,8.56]],["name/33740",[570,51.363]],["parent/33740",[8746,8.56]],["name/33741",[616,58.27]],["parent/33741",[8746,8.56]],["name/33742",[617,58.27]],["parent/33742",[8746,8.56]],["name/33743",[78,58.075]],["parent/33743",[8706,6.865]],["name/33744",[173,20.78]],["parent/33744",[8747,10.024]],["name/33745",[619,58.27]],["parent/33745",[8748,8.727]],["name/33746",[621,58.27]],["parent/33746",[8748,8.727]],["name/33747",[622,47.317]],["parent/33747",[8748,8.727]],["name/33748",[623,58.27]],["parent/33748",[8748,8.727]],["name/33749",[624,58.27]],["parent/33749",[8748,8.727]],["name/33750",[98,51.167]],["parent/33750",[8706,6.865]],["name/33751",[173,20.78]],["parent/33751",[8749,10.024]],["name/33752",[626,58.27]],["parent/33752",[8750,10.024]],["name/33753",[93,50.025]],["parent/33753",[8706,6.865]],["name/33754",[173,20.78]],["parent/33754",[8751,10.024]],["name/33755",[629,58.27]],["parent/33755",[8752,9.178]],["name/33756",[631,58.27]],["parent/33756",[8752,9.178]],["name/33757",[632,58.27]],["parent/33757",[8752,9.178]],["name/33758",[79,57.883]],["parent/33758",[8706,6.865]],["name/33759",[173,20.78]],["parent/33759",[8753,10.024]],["name/33760",[581,49.316]],["parent/33760",[8754,7.907]],["name/33761",[547,44.444]],["parent/33761",[8754,7.907]],["name/33762",[544,45.905]],["parent/33762",[8754,7.907]],["name/33763",[635,58.27]],["parent/33763",[8754,7.907]],["name/33764",[636,46.586]],["parent/33764",[8754,7.907]],["name/33765",[637,58.27]],["parent/33765",[8754,7.907]],["name/33766",[98,51.167]],["parent/33766",[8754,7.907]],["name/33767",[93,50.025]],["parent/33767",[8754,7.907]],["name/33768",[638,58.27]],["parent/33768",[8754,7.907]],["name/33769",[639,58.27]],["parent/33769",[8754,7.907]],["name/33770",[640,58.27]],["parent/33770",[8754,7.907]],["name/33771",[534,51.363]],["parent/33771",[8754,7.907]],["name/33772",[80,55.757]],["parent/33772",[8706,6.865]],["name/33773",[173,20.78]],["parent/33773",[8755,10.024]],["name/33774",[408,29.731]],["parent/33774",[8756,9.514]],["name/33775",[547,44.444]],["parent/33775",[8756,9.514]],["name/33776",[81,57.883]],["parent/33776",[8706,6.865]],["name/33777",[173,20.78]],["parent/33777",[8757,10.024]],["name/33778",[644,58.27]],["parent/33778",[8758,8.927]],["name/33779",[173,20.78]],["parent/33779",[8758,8.927]],["name/33780",[646,51.363]],["parent/33780",[8759,8.56]],["name/33781",[636,46.586]],["parent/33781",[8759,8.56]],["name/33782",[622,47.317]],["parent/33782",[8759,8.56]],["name/33783",[648,58.27]],["parent/33783",[8758,8.927]],["name/33784",[173,20.78]],["parent/33784",[8758,8.927]],["name/33785",[646,51.363]],["parent/33785",[8759,8.56]],["name/33786",[636,46.586]],["parent/33786",[8759,8.56]],["name/33787",[622,47.317]],["parent/33787",[8759,8.56]],["name/33788",[83,55.604]],["parent/33788",[8706,6.865]],["name/33789",[173,20.78]],["parent/33789",[8760,10.024]],["name/33790",[65,47.186]],["parent/33790",[8761,8.56]],["name/33791",[421,44.394]],["parent/33791",[8761,8.56]],["name/33792",[408,29.731]],["parent/33792",[8761,8.56]],["name/33793",[94,51.023]],["parent/33793",[8761,8.56]],["name/33794",[73,51.562]],["parent/33794",[8761,8.56]],["name/33795",[540,45.268]],["parent/33795",[8761,8.56]],["name/33796",[651,56.147]],["parent/33796",[8706,6.865]],["name/33797",[86,57.883]],["parent/33797",[8706,6.865]],["name/33798",[173,20.78]],["parent/33798",[8762,10.024]],["name/33799",[653,58.27]],["parent/33799",[8763,8.727]],["name/33800",[655,58.27]],["parent/33800",[8763,8.727]],["name/33801",[656,58.27]],["parent/33801",[8763,8.727]],["name/33802",[657,58.27]],["parent/33802",[8763,8.727]],["name/33803",[658,58.27]],["parent/33803",[8763,8.727]],["name/33804",[87,58.075]],["parent/33804",[8706,6.865]],["name/33805",[173,20.78]],["parent/33805",[8764,10.024]],["name/33806",[408,29.731]],["parent/33806",[8765,8.927]],["name/33807",[661,58.27]],["parent/33807",[8765,8.927]],["name/33808",[662,58.27]],["parent/33808",[8765,8.927]],["name/33809",[663,58.27]],["parent/33809",[8765,8.927]],["name/33810",[88,57.883]],["parent/33810",[8706,6.865]],["name/33811",[173,20.78]],["parent/33811",[8766,10.024]],["name/33812",[408,29.731]],["parent/33812",[8767,8.081]],["name/33813",[340,56.068]],["parent/33813",[8767,8.081]],["name/33814",[666,58.27]],["parent/33814",[8767,8.081]],["name/33815",[334,56.147]],["parent/33815",[8767,8.081]],["name/33816",[667,58.27]],["parent/33816",[8767,8.081]],["name/33817",[668,58.27]],["parent/33817",[8767,8.081]],["name/33818",[669,58.27]],["parent/33818",[8767,8.081]],["name/33819",[670,58.27]],["parent/33819",[8767,8.081]],["name/33820",[671,58.27]],["parent/33820",[8767,8.081]],["name/33821",[672,58.27]],["parent/33821",[8767,8.081]],["name/33822",[89,57.511]],["parent/33822",[8706,6.865]],["name/33823",[173,20.78]],["parent/33823",[8768,10.024]],["name/33824",[408,29.731]],["parent/33824",[8769,8.727]],["name/33825",[675,58.27]],["parent/33825",[8769,8.727]],["name/33826",[676,58.27]],["parent/33826",[8769,8.727]],["name/33827",[677,58.27]],["parent/33827",[8769,8.727]],["name/33828",[678,58.27]],["parent/33828",[8769,8.727]],["name/33829",[90,57.883]],["parent/33829",[8706,6.865]],["name/33830",[173,20.78]],["parent/33830",[8770,10.024]],["name/33831",[562,45.295]],["parent/33831",[8771,9.178]],["name/33832",[532,51.363]],["parent/33832",[8771,9.178]],["name/33833",[681,58.27]],["parent/33833",[8771,9.178]],["name/33834",[91,58.075]],["parent/33834",[8706,6.865]],["name/33835",[173,20.78]],["parent/33835",[8772,10.024]],["name/33836",[408,29.731]],["parent/33836",[8773,8.927]],["name/33837",[684,51.363]],["parent/33837",[8773,8.927]],["name/33838",[172,58.075]],["parent/33838",[8773,8.927]],["name/33839",[592,51.363]],["parent/33839",[8773,8.927]],["name/33840",[95,58.075]],["parent/33840",[8706,6.865]],["name/33841",[173,20.78]],["parent/33841",[8774,10.024]],["name/33842",[686,54.532]],["parent/33842",[8775,8.292]],["name/33843",[582,51.363]],["parent/33843",[8775,8.292]],["name/33844",[688,58.27]],["parent/33844",[8775,8.292]],["name/33845",[511,47.317]],["parent/33845",[8775,8.292]],["name/33846",[591,49.811]],["parent/33846",[8775,8.292]],["name/33847",[352,50.243]],["parent/33847",[8775,8.292]],["name/33848",[684,51.363]],["parent/33848",[8775,8.292]],["name/33849",[689,58.27]],["parent/33849",[8775,8.292]],["name/33850",[97,55.911]],["parent/33850",[8706,6.865]],["name/33851",[173,20.78]],["parent/33851",[8776,10.024]],["name/33852",[417,58.075]],["parent/33852",[8777,8.927]],["name/33853",[419,58.075]],["parent/33853",[8777,8.927]],["name/33854",[420,58.075]],["parent/33854",[8777,8.927]],["name/33855",[421,44.394]],["parent/33855",[8777,8.927]],["name/33856",[6468,69.061]],["parent/33856",[476,9.514]],["name/33857",[73,51.562]],["parent/33857",[8778,6.865]],["name/33858",[173,20.78]],["parent/33858",[8779,10.024]],["name/33859",[504,58.27]],["parent/33859",[8780,8.927]],["name/33860",[506,58.27]],["parent/33860",[8780,8.927]],["name/33861",[155,37.858]],["parent/33861",[8780,8.927]],["name/33862",[507,58.27]],["parent/33862",[8780,8.927]],["name/33863",[92,51.167]],["parent/33863",[8778,6.865]],["name/33864",[173,20.78]],["parent/33864",[8781,10.024]],["name/33865",[509,58.27]],["parent/33865",[8782,8.727]],["name/33866",[511,47.317]],["parent/33866",[8782,8.727]],["name/33867",[512,51.363]],["parent/33867",[8782,8.727]],["name/33868",[344,48.357]],["parent/33868",[8782,8.727]],["name/33869",[513,51.363]],["parent/33869",[8782,8.727]],["name/33870",[65,47.186]],["parent/33870",[8778,6.865]],["name/33871",[173,20.78]],["parent/33871",[8783,10.024]],["name/33872",[408,29.731]],["parent/33872",[8784,7.413]],["name/33873",[493,49.276]],["parent/33873",[8784,7.413]],["name/33874",[516,51.363]],["parent/33874",[8784,7.413]],["name/33875",[517,58.27]],["parent/33875",[8784,7.413]],["name/33876",[518,58.27]],["parent/33876",[8784,7.413]],["name/33877",[421,44.394]],["parent/33877",[8784,7.413]],["name/33878",[519,58.27]],["parent/33878",[8784,7.413]],["name/33879",[520,58.27]],["parent/33879",[8784,7.413]],["name/33880",[521,51.363]],["parent/33880",[8784,7.413]],["name/33881",[344,48.357]],["parent/33881",[8784,7.413]],["name/33882",[155,37.858]],["parent/33882",[8784,7.413]],["name/33883",[522,58.27]],["parent/33883",[8784,7.413]],["name/33884",[523,58.27]],["parent/33884",[8784,7.413]],["name/33885",[524,58.27]],["parent/33885",[8784,7.413]],["name/33886",[525,58.27]],["parent/33886",[8784,7.413]],["name/33887",[526,47.618]],["parent/33887",[8784,7.413]],["name/33888",[527,58.27]],["parent/33888",[8784,7.413]],["name/33889",[513,51.363]],["parent/33889",[8784,7.413]],["name/33890",[528,58.27]],["parent/33890",[8784,7.413]],["name/33891",[92,51.167]],["parent/33891",[8784,7.413]],["name/33892",[67,57.883]],["parent/33892",[8778,6.865]],["name/33893",[173,20.78]],["parent/33893",[8785,10.024]],["name/33894",[530,58.27]],["parent/33894",[8786,8.927]],["name/33895",[532,51.363]],["parent/33895",[8786,8.927]],["name/33896",[533,58.27]],["parent/33896",[8786,8.927]],["name/33897",[534,51.363]],["parent/33897",[8786,8.927]],["name/33898",[68,51.167]],["parent/33898",[8778,6.865]],["name/33899",[173,20.78]],["parent/33899",[8787,10.024]],["name/33900",[410,39.926]],["parent/33900",[8788,9.178]],["name/33901",[411,58.075]],["parent/33901",[8788,9.178]],["name/33902",[537,58.27]],["parent/33902",[8788,9.178]],["name/33903",[69,57.883]],["parent/33903",[8778,6.865]],["name/33904",[173,20.78]],["parent/33904",[8789,10.024]],["name/33905",[408,29.731]],["parent/33905",[8790,8.292]],["name/33906",[540,45.268]],["parent/33906",[8790,8.292]],["name/33907",[155,37.858]],["parent/33907",[8790,8.292]],["name/33908",[541,58.27]],["parent/33908",[8790,8.292]],["name/33909",[542,58.27]],["parent/33909",[8790,8.292]],["name/33910",[543,58.27]],["parent/33910",[8790,8.292]],["name/33911",[342,56.068]],["parent/33911",[8790,8.292]],["name/33912",[544,45.905]],["parent/33912",[8790,8.292]],["name/33913",[70,51.167]],["parent/33913",[8778,6.865]],["name/33914",[173,20.78]],["parent/33914",[8791,10.024]],["name/33915",[155,37.858]],["parent/33915",[8792,7.83]],["name/33916",[547,44.444]],["parent/33916",[8792,7.83]],["name/33917",[544,45.905]],["parent/33917",[8792,7.83]],["name/33918",[540,45.268]],["parent/33918",[8792,7.83]],["name/33919",[548,58.27]],["parent/33919",[8792,7.83]],["name/33920",[549,58.27]],["parent/33920",[8792,7.83]],["name/33921",[550,58.27]],["parent/33921",[8792,7.83]],["name/33922",[551,58.27]],["parent/33922",[8792,7.83]],["name/33923",[552,58.27]],["parent/33923",[8792,7.83]],["name/33924",[553,58.27]],["parent/33924",[8792,7.83]],["name/33925",[554,56.227]],["parent/33925",[8792,7.83]],["name/33926",[555,56.227]],["parent/33926",[8792,7.83]],["name/33927",[485,61.773]],["parent/33927",[8792,7.83]],["name/33928",[82,57.511]],["parent/33928",[8778,6.865]],["name/33929",[173,20.78]],["parent/33929",[8793,10.024]],["name/33930",[408,29.731]],["parent/33930",[8794,8.927]],["name/33931",[493,49.276]],["parent/33931",[8794,8.927]],["name/33932",[155,37.858]],["parent/33932",[8794,8.927]],["name/33933",[516,51.363]],["parent/33933",[8794,8.927]],["name/33934",[77,51.167]],["parent/33934",[8778,6.865]],["name/33935",[173,20.78]],["parent/33935",[8795,10.024]],["name/33936",[559,58.27]],["parent/33936",[8796,9.178]],["name/33937",[561,58.27]],["parent/33937",[8796,9.178]],["name/33938",[562,45.295]],["parent/33938",[8796,9.178]],["name/33939",[96,55.911]],["parent/33939",[8778,6.865]],["name/33940",[173,20.78]],["parent/33940",[8797,10.024]],["name/33941",[410,39.926]],["parent/33941",[8798,9.178]],["name/33942",[155,37.858]],["parent/33942",[8798,9.178]],["name/33943",[77,51.167]],["parent/33943",[8798,9.178]],["name/33944",[85,57.978]],["parent/33944",[8778,6.865]],["name/33945",[173,20.78]],["parent/33945",[8799,10.024]],["name/33946",[547,44.444]],["parent/33946",[8800,9.514]],["name/33947",[567,51.363]],["parent/33947",[8800,9.514]],["name/33948",[84,48.96]],["parent/33948",[8778,6.865]],["name/33949",[173,20.78]],["parent/33949",[8801,10.024]],["name/33950",[408,29.731]],["parent/33950",[8802,8.417]],["name/33951",[570,51.363]],["parent/33951",[8802,8.417]],["name/33952",[571,58.27]],["parent/33952",[8802,8.417]],["name/33953",[572,56.227]],["parent/33953",[8802,8.417]],["name/33954",[567,51.363]],["parent/33954",[8802,8.417]],["name/33955",[573,58.27]],["parent/33955",[8802,8.417]],["name/33956",[574,58.27]],["parent/33956",[8802,8.417]],["name/33957",[345,56.721]],["parent/33957",[8778,6.865]],["name/33958",[173,20.78]],["parent/33958",[8803,10.024]],["name/33959",[576,62.202]],["parent/33959",[8804,8.927]],["name/33960",[578,62.202]],["parent/33960",[8804,8.927]],["name/33961",[410,39.926]],["parent/33961",[8804,8.927]],["name/33962",[562,45.295]],["parent/33962",[8804,8.927]],["name/33963",[94,51.023]],["parent/33963",[8778,6.865]],["name/33964",[173,20.78]],["parent/33964",[8805,10.024]],["name/33965",[408,29.731]],["parent/33965",[8806,7.017]],["name/33966",[581,49.316]],["parent/33966",[8806,7.017]],["name/33967",[155,37.858]],["parent/33967",[8806,7.017]],["name/33968",[65,47.186]],["parent/33968",[8806,7.017]],["name/33969",[582,51.363]],["parent/33969",[8806,7.017]],["name/33970",[583,58.27]],["parent/33970",[8806,7.017]],["name/33971",[145,57.978]],["parent/33971",[8806,7.017]],["name/33972",[584,58.27]],["parent/33972",[8806,7.017]],["name/33973",[421,44.394]],["parent/33973",[8806,7.017]],["name/33974",[526,47.618]],["parent/33974",[8806,7.017]],["name/33975",[585,58.27]],["parent/33975",[8806,7.017]],["name/33976",[586,58.27]],["parent/33976",[8806,7.017]],["name/33977",[587,58.27]],["parent/33977",[8806,7.017]],["name/33978",[588,58.27]],["parent/33978",[8806,7.017]],["name/33979",[589,58.27]],["parent/33979",[8806,7.017]],["name/33980",[590,58.27]],["parent/33980",[8806,7.017]],["name/33981",[511,47.317]],["parent/33981",[8806,7.017]],["name/33982",[591,49.811]],["parent/33982",[8806,7.017]],["name/33983",[352,50.243]],["parent/33983",[8806,7.017]],["name/33984",[592,51.363]],["parent/33984",[8806,7.017]],["name/33985",[593,56.227]],["parent/33985",[8806,7.017]],["name/33986",[594,56.227]],["parent/33986",[8806,7.017]],["name/33987",[70,51.167]],["parent/33987",[8806,7.017]],["name/33988",[84,48.96]],["parent/33988",[8806,7.017]],["name/33989",[68,51.167]],["parent/33989",[8806,7.017]],["name/33990",[512,51.363]],["parent/33990",[8806,7.017]],["name/33991",[595,58.27]],["parent/33991",[8806,7.017]],["name/33992",[597,58.27]],["parent/33992",[8806,7.017]],["name/33993",[485,61.773]],["parent/33993",[8806,7.017]],["name/33994",[173,20.78]],["parent/33994",[8806,7.017]],["name/33995",[71,49.643]],["parent/33995",[8807,8.181]],["name/33996",[173,20.78]],["parent/33996",[8807,8.181]],["name/33997",[6499,62.202]],["parent/33997",[8808,9.514]],["name/33998",[591,49.811]],["parent/33998",[8807,8.181]],["name/33999",[173,20.78]],["parent/33999",[8807,8.181]],["name/34000",[6499,62.202]],["parent/34000",[8808,9.514]],["name/34001",[6501,69.061]],["parent/34001",[8807,8.181]],["name/34002",[6502,69.061]],["parent/34002",[8807,8.181]],["name/34003",[596,62.202]],["parent/34003",[8807,8.181]],["name/34004",[6503,69.061]],["parent/34004",[8807,8.181]],["name/34005",[6504,69.061]],["parent/34005",[8807,8.181]],["name/34006",[71,49.643]],["parent/34006",[8778,6.865]],["name/34007",[173,20.78]],["parent/34007",[8809,10.024]],["name/34008",[599,58.27]],["parent/34008",[8810,9.514]],["name/34009",[601,58.27]],["parent/34009",[8810,9.514]],["name/34010",[72,57.883]],["parent/34010",[8778,6.865]],["name/34011",[173,20.78]],["parent/34011",[8811,10.024]],["name/34012",[408,29.731]],["parent/34012",[8812,8.927]],["name/34013",[562,45.295]],["parent/34013",[8812,8.927]],["name/34014",[604,58.27]],["parent/34014",[8812,8.927]],["name/34015",[605,58.27]],["parent/34015",[8812,8.927]],["name/34016",[74,58.075]],["parent/34016",[8778,6.865]],["name/34017",[173,20.78]],["parent/34017",[8813,10.024]],["name/34018",[408,29.731]],["parent/34018",[8814,8.927]],["name/34019",[410,39.926]],["parent/34019",[8814,8.927]],["name/34020",[521,51.363]],["parent/34020",[8814,8.927]],["name/34021",[608,58.27]],["parent/34021",[8814,8.927]],["name/34022",[75,57.883]],["parent/34022",[8778,6.865]],["name/34023",[173,20.78]],["parent/34023",[8815,10.024]],["name/34024",[410,39.926]],["parent/34024",[8816,9.178]],["name/34025",[611,58.27]],["parent/34025",[8816,9.178]],["name/34026",[612,58.27]],["parent/34026",[8816,9.178]],["name/34027",[76,57.883]],["parent/34027",[8778,6.865]],["name/34028",[173,20.78]],["parent/34028",[8817,10.024]],["name/34029",[408,29.731]],["parent/34029",[8818,8.56]],["name/34030",[615,58.27]],["parent/34030",[8818,8.56]],["name/34031",[71,49.643]],["parent/34031",[8818,8.56]],["name/34032",[570,51.363]],["parent/34032",[8818,8.56]],["name/34033",[616,58.27]],["parent/34033",[8818,8.56]],["name/34034",[617,58.27]],["parent/34034",[8818,8.56]],["name/34035",[78,58.075]],["parent/34035",[8778,6.865]],["name/34036",[173,20.78]],["parent/34036",[8819,10.024]],["name/34037",[619,58.27]],["parent/34037",[8820,8.727]],["name/34038",[621,58.27]],["parent/34038",[8820,8.727]],["name/34039",[622,47.317]],["parent/34039",[8820,8.727]],["name/34040",[623,58.27]],["parent/34040",[8820,8.727]],["name/34041",[624,58.27]],["parent/34041",[8820,8.727]],["name/34042",[98,51.167]],["parent/34042",[8778,6.865]],["name/34043",[173,20.78]],["parent/34043",[8821,10.024]],["name/34044",[626,58.27]],["parent/34044",[8822,10.024]],["name/34045",[93,50.025]],["parent/34045",[8778,6.865]],["name/34046",[173,20.78]],["parent/34046",[8823,10.024]],["name/34047",[629,58.27]],["parent/34047",[8824,9.178]],["name/34048",[631,58.27]],["parent/34048",[8824,9.178]],["name/34049",[632,58.27]],["parent/34049",[8824,9.178]],["name/34050",[79,57.883]],["parent/34050",[8778,6.865]],["name/34051",[173,20.78]],["parent/34051",[8825,10.024]],["name/34052",[581,49.316]],["parent/34052",[8826,7.907]],["name/34053",[547,44.444]],["parent/34053",[8826,7.907]],["name/34054",[544,45.905]],["parent/34054",[8826,7.907]],["name/34055",[635,58.27]],["parent/34055",[8826,7.907]],["name/34056",[636,46.586]],["parent/34056",[8826,7.907]],["name/34057",[637,58.27]],["parent/34057",[8826,7.907]],["name/34058",[98,51.167]],["parent/34058",[8826,7.907]],["name/34059",[93,50.025]],["parent/34059",[8826,7.907]],["name/34060",[638,58.27]],["parent/34060",[8826,7.907]],["name/34061",[639,58.27]],["parent/34061",[8826,7.907]],["name/34062",[640,58.27]],["parent/34062",[8826,7.907]],["name/34063",[534,51.363]],["parent/34063",[8826,7.907]],["name/34064",[80,55.757]],["parent/34064",[8778,6.865]],["name/34065",[173,20.78]],["parent/34065",[8827,10.024]],["name/34066",[408,29.731]],["parent/34066",[8828,9.514]],["name/34067",[547,44.444]],["parent/34067",[8828,9.514]],["name/34068",[81,57.883]],["parent/34068",[8778,6.865]],["name/34069",[173,20.78]],["parent/34069",[8829,10.024]],["name/34070",[644,58.27]],["parent/34070",[8830,8.927]],["name/34071",[173,20.78]],["parent/34071",[8830,8.927]],["name/34072",[646,51.363]],["parent/34072",[8831,8.56]],["name/34073",[636,46.586]],["parent/34073",[8831,8.56]],["name/34074",[622,47.317]],["parent/34074",[8831,8.56]],["name/34075",[648,58.27]],["parent/34075",[8830,8.927]],["name/34076",[173,20.78]],["parent/34076",[8830,8.927]],["name/34077",[646,51.363]],["parent/34077",[8831,8.56]],["name/34078",[636,46.586]],["parent/34078",[8831,8.56]],["name/34079",[622,47.317]],["parent/34079",[8831,8.56]],["name/34080",[83,55.604]],["parent/34080",[8778,6.865]],["name/34081",[173,20.78]],["parent/34081",[8832,10.024]],["name/34082",[65,47.186]],["parent/34082",[8833,8.56]],["name/34083",[421,44.394]],["parent/34083",[8833,8.56]],["name/34084",[408,29.731]],["parent/34084",[8833,8.56]],["name/34085",[94,51.023]],["parent/34085",[8833,8.56]],["name/34086",[73,51.562]],["parent/34086",[8833,8.56]],["name/34087",[540,45.268]],["parent/34087",[8833,8.56]],["name/34088",[651,56.147]],["parent/34088",[8778,6.865]],["name/34089",[86,57.883]],["parent/34089",[8778,6.865]],["name/34090",[173,20.78]],["parent/34090",[8834,10.024]],["name/34091",[653,58.27]],["parent/34091",[8835,8.727]],["name/34092",[655,58.27]],["parent/34092",[8835,8.727]],["name/34093",[656,58.27]],["parent/34093",[8835,8.727]],["name/34094",[657,58.27]],["parent/34094",[8835,8.727]],["name/34095",[658,58.27]],["parent/34095",[8835,8.727]],["name/34096",[87,58.075]],["parent/34096",[8778,6.865]],["name/34097",[173,20.78]],["parent/34097",[8836,10.024]],["name/34098",[408,29.731]],["parent/34098",[8837,8.927]],["name/34099",[661,58.27]],["parent/34099",[8837,8.927]],["name/34100",[662,58.27]],["parent/34100",[8837,8.927]],["name/34101",[663,58.27]],["parent/34101",[8837,8.927]],["name/34102",[88,57.883]],["parent/34102",[8778,6.865]],["name/34103",[173,20.78]],["parent/34103",[8838,10.024]],["name/34104",[408,29.731]],["parent/34104",[8839,8.081]],["name/34105",[340,56.068]],["parent/34105",[8839,8.081]],["name/34106",[666,58.27]],["parent/34106",[8839,8.081]],["name/34107",[334,56.147]],["parent/34107",[8839,8.081]],["name/34108",[667,58.27]],["parent/34108",[8839,8.081]],["name/34109",[668,58.27]],["parent/34109",[8839,8.081]],["name/34110",[669,58.27]],["parent/34110",[8839,8.081]],["name/34111",[670,58.27]],["parent/34111",[8839,8.081]],["name/34112",[671,58.27]],["parent/34112",[8839,8.081]],["name/34113",[672,58.27]],["parent/34113",[8839,8.081]],["name/34114",[89,57.511]],["parent/34114",[8778,6.865]],["name/34115",[173,20.78]],["parent/34115",[8840,10.024]],["name/34116",[408,29.731]],["parent/34116",[8841,8.727]],["name/34117",[675,58.27]],["parent/34117",[8841,8.727]],["name/34118",[676,58.27]],["parent/34118",[8841,8.727]],["name/34119",[677,58.27]],["parent/34119",[8841,8.727]],["name/34120",[678,58.27]],["parent/34120",[8841,8.727]],["name/34121",[90,57.883]],["parent/34121",[8778,6.865]],["name/34122",[173,20.78]],["parent/34122",[8842,10.024]],["name/34123",[562,45.295]],["parent/34123",[8843,9.178]],["name/34124",[532,51.363]],["parent/34124",[8843,9.178]],["name/34125",[681,58.27]],["parent/34125",[8843,9.178]],["name/34126",[91,58.075]],["parent/34126",[8778,6.865]],["name/34127",[173,20.78]],["parent/34127",[8844,10.024]],["name/34128",[408,29.731]],["parent/34128",[8845,8.927]],["name/34129",[684,51.363]],["parent/34129",[8845,8.927]],["name/34130",[172,58.075]],["parent/34130",[8845,8.927]],["name/34131",[592,51.363]],["parent/34131",[8845,8.927]],["name/34132",[95,58.075]],["parent/34132",[8778,6.865]],["name/34133",[173,20.78]],["parent/34133",[8846,10.024]],["name/34134",[686,54.532]],["parent/34134",[8847,8.292]],["name/34135",[582,51.363]],["parent/34135",[8847,8.292]],["name/34136",[688,58.27]],["parent/34136",[8847,8.292]],["name/34137",[511,47.317]],["parent/34137",[8847,8.292]],["name/34138",[591,49.811]],["parent/34138",[8847,8.292]],["name/34139",[352,50.243]],["parent/34139",[8847,8.292]],["name/34140",[684,51.363]],["parent/34140",[8847,8.292]],["name/34141",[689,58.27]],["parent/34141",[8847,8.292]],["name/34142",[97,55.911]],["parent/34142",[8778,6.865]],["name/34143",[173,20.78]],["parent/34143",[8848,10.024]],["name/34144",[417,58.075]],["parent/34144",[8849,8.927]],["name/34145",[419,58.075]],["parent/34145",[8849,8.927]],["name/34146",[420,58.075]],["parent/34146",[8849,8.927]],["name/34147",[421,44.394]],["parent/34147",[8849,8.927]],["name/34148",[6468,69.061]],["parent/34148",[477,9.514]],["name/34149",[73,51.562]],["parent/34149",[8850,6.865]],["name/34150",[173,20.78]],["parent/34150",[8851,10.024]],["name/34151",[504,58.27]],["parent/34151",[8852,8.927]],["name/34152",[506,58.27]],["parent/34152",[8852,8.927]],["name/34153",[155,37.858]],["parent/34153",[8852,8.927]],["name/34154",[507,58.27]],["parent/34154",[8852,8.927]],["name/34155",[92,51.167]],["parent/34155",[8850,6.865]],["name/34156",[173,20.78]],["parent/34156",[8853,10.024]],["name/34157",[509,58.27]],["parent/34157",[8854,8.727]],["name/34158",[511,47.317]],["parent/34158",[8854,8.727]],["name/34159",[512,51.363]],["parent/34159",[8854,8.727]],["name/34160",[344,48.357]],["parent/34160",[8854,8.727]],["name/34161",[513,51.363]],["parent/34161",[8854,8.727]],["name/34162",[65,47.186]],["parent/34162",[8850,6.865]],["name/34163",[173,20.78]],["parent/34163",[8855,10.024]],["name/34164",[408,29.731]],["parent/34164",[8856,7.413]],["name/34165",[493,49.276]],["parent/34165",[8856,7.413]],["name/34166",[516,51.363]],["parent/34166",[8856,7.413]],["name/34167",[517,58.27]],["parent/34167",[8856,7.413]],["name/34168",[518,58.27]],["parent/34168",[8856,7.413]],["name/34169",[421,44.394]],["parent/34169",[8856,7.413]],["name/34170",[519,58.27]],["parent/34170",[8856,7.413]],["name/34171",[520,58.27]],["parent/34171",[8856,7.413]],["name/34172",[521,51.363]],["parent/34172",[8856,7.413]],["name/34173",[344,48.357]],["parent/34173",[8856,7.413]],["name/34174",[155,37.858]],["parent/34174",[8856,7.413]],["name/34175",[522,58.27]],["parent/34175",[8856,7.413]],["name/34176",[523,58.27]],["parent/34176",[8856,7.413]],["name/34177",[524,58.27]],["parent/34177",[8856,7.413]],["name/34178",[525,58.27]],["parent/34178",[8856,7.413]],["name/34179",[526,47.618]],["parent/34179",[8856,7.413]],["name/34180",[527,58.27]],["parent/34180",[8856,7.413]],["name/34181",[513,51.363]],["parent/34181",[8856,7.413]],["name/34182",[528,58.27]],["parent/34182",[8856,7.413]],["name/34183",[92,51.167]],["parent/34183",[8856,7.413]],["name/34184",[67,57.883]],["parent/34184",[8850,6.865]],["name/34185",[173,20.78]],["parent/34185",[8857,10.024]],["name/34186",[530,58.27]],["parent/34186",[8858,8.927]],["name/34187",[532,51.363]],["parent/34187",[8858,8.927]],["name/34188",[533,58.27]],["parent/34188",[8858,8.927]],["name/34189",[534,51.363]],["parent/34189",[8858,8.927]],["name/34190",[68,51.167]],["parent/34190",[8850,6.865]],["name/34191",[173,20.78]],["parent/34191",[8859,10.024]],["name/34192",[410,39.926]],["parent/34192",[8860,9.178]],["name/34193",[411,58.075]],["parent/34193",[8860,9.178]],["name/34194",[537,58.27]],["parent/34194",[8860,9.178]],["name/34195",[69,57.883]],["parent/34195",[8850,6.865]],["name/34196",[173,20.78]],["parent/34196",[8861,10.024]],["name/34197",[408,29.731]],["parent/34197",[8862,8.292]],["name/34198",[540,45.268]],["parent/34198",[8862,8.292]],["name/34199",[155,37.858]],["parent/34199",[8862,8.292]],["name/34200",[541,58.27]],["parent/34200",[8862,8.292]],["name/34201",[542,58.27]],["parent/34201",[8862,8.292]],["name/34202",[543,58.27]],["parent/34202",[8862,8.292]],["name/34203",[342,56.068]],["parent/34203",[8862,8.292]],["name/34204",[544,45.905]],["parent/34204",[8862,8.292]],["name/34205",[70,51.167]],["parent/34205",[8850,6.865]],["name/34206",[173,20.78]],["parent/34206",[8863,10.024]],["name/34207",[155,37.858]],["parent/34207",[8864,7.83]],["name/34208",[547,44.444]],["parent/34208",[8864,7.83]],["name/34209",[544,45.905]],["parent/34209",[8864,7.83]],["name/34210",[540,45.268]],["parent/34210",[8864,7.83]],["name/34211",[548,58.27]],["parent/34211",[8864,7.83]],["name/34212",[549,58.27]],["parent/34212",[8864,7.83]],["name/34213",[550,58.27]],["parent/34213",[8864,7.83]],["name/34214",[551,58.27]],["parent/34214",[8864,7.83]],["name/34215",[552,58.27]],["parent/34215",[8864,7.83]],["name/34216",[553,58.27]],["parent/34216",[8864,7.83]],["name/34217",[554,56.227]],["parent/34217",[8864,7.83]],["name/34218",[555,56.227]],["parent/34218",[8864,7.83]],["name/34219",[485,61.773]],["parent/34219",[8864,7.83]],["name/34220",[82,57.511]],["parent/34220",[8850,6.865]],["name/34221",[173,20.78]],["parent/34221",[8865,10.024]],["name/34222",[408,29.731]],["parent/34222",[8866,8.927]],["name/34223",[493,49.276]],["parent/34223",[8866,8.927]],["name/34224",[155,37.858]],["parent/34224",[8866,8.927]],["name/34225",[516,51.363]],["parent/34225",[8866,8.927]],["name/34226",[77,51.167]],["parent/34226",[8850,6.865]],["name/34227",[173,20.78]],["parent/34227",[8867,10.024]],["name/34228",[559,58.27]],["parent/34228",[8868,9.178]],["name/34229",[561,58.27]],["parent/34229",[8868,9.178]],["name/34230",[562,45.295]],["parent/34230",[8868,9.178]],["name/34231",[96,55.911]],["parent/34231",[8850,6.865]],["name/34232",[173,20.78]],["parent/34232",[8869,10.024]],["name/34233",[410,39.926]],["parent/34233",[8870,9.178]],["name/34234",[155,37.858]],["parent/34234",[8870,9.178]],["name/34235",[77,51.167]],["parent/34235",[8870,9.178]],["name/34236",[85,57.978]],["parent/34236",[8850,6.865]],["name/34237",[173,20.78]],["parent/34237",[8871,10.024]],["name/34238",[547,44.444]],["parent/34238",[8872,9.514]],["name/34239",[567,51.363]],["parent/34239",[8872,9.514]],["name/34240",[84,48.96]],["parent/34240",[8850,6.865]],["name/34241",[173,20.78]],["parent/34241",[8873,10.024]],["name/34242",[408,29.731]],["parent/34242",[8874,8.417]],["name/34243",[570,51.363]],["parent/34243",[8874,8.417]],["name/34244",[571,58.27]],["parent/34244",[8874,8.417]],["name/34245",[572,56.227]],["parent/34245",[8874,8.417]],["name/34246",[567,51.363]],["parent/34246",[8874,8.417]],["name/34247",[573,58.27]],["parent/34247",[8874,8.417]],["name/34248",[574,58.27]],["parent/34248",[8874,8.417]],["name/34249",[345,56.721]],["parent/34249",[8850,6.865]],["name/34250",[173,20.78]],["parent/34250",[8875,10.024]],["name/34251",[576,62.202]],["parent/34251",[8876,8.927]],["name/34252",[578,62.202]],["parent/34252",[8876,8.927]],["name/34253",[410,39.926]],["parent/34253",[8876,8.927]],["name/34254",[562,45.295]],["parent/34254",[8876,8.927]],["name/34255",[94,51.023]],["parent/34255",[8850,6.865]],["name/34256",[173,20.78]],["parent/34256",[8877,10.024]],["name/34257",[408,29.731]],["parent/34257",[8878,7.017]],["name/34258",[581,49.316]],["parent/34258",[8878,7.017]],["name/34259",[155,37.858]],["parent/34259",[8878,7.017]],["name/34260",[65,47.186]],["parent/34260",[8878,7.017]],["name/34261",[582,51.363]],["parent/34261",[8878,7.017]],["name/34262",[583,58.27]],["parent/34262",[8878,7.017]],["name/34263",[145,57.978]],["parent/34263",[8878,7.017]],["name/34264",[584,58.27]],["parent/34264",[8878,7.017]],["name/34265",[421,44.394]],["parent/34265",[8878,7.017]],["name/34266",[526,47.618]],["parent/34266",[8878,7.017]],["name/34267",[585,58.27]],["parent/34267",[8878,7.017]],["name/34268",[586,58.27]],["parent/34268",[8878,7.017]],["name/34269",[587,58.27]],["parent/34269",[8878,7.017]],["name/34270",[588,58.27]],["parent/34270",[8878,7.017]],["name/34271",[589,58.27]],["parent/34271",[8878,7.017]],["name/34272",[590,58.27]],["parent/34272",[8878,7.017]],["name/34273",[511,47.317]],["parent/34273",[8878,7.017]],["name/34274",[591,49.811]],["parent/34274",[8878,7.017]],["name/34275",[352,50.243]],["parent/34275",[8878,7.017]],["name/34276",[592,51.363]],["parent/34276",[8878,7.017]],["name/34277",[593,56.227]],["parent/34277",[8878,7.017]],["name/34278",[594,56.227]],["parent/34278",[8878,7.017]],["name/34279",[70,51.167]],["parent/34279",[8878,7.017]],["name/34280",[84,48.96]],["parent/34280",[8878,7.017]],["name/34281",[68,51.167]],["parent/34281",[8878,7.017]],["name/34282",[512,51.363]],["parent/34282",[8878,7.017]],["name/34283",[595,58.27]],["parent/34283",[8878,7.017]],["name/34284",[597,58.27]],["parent/34284",[8878,7.017]],["name/34285",[485,61.773]],["parent/34285",[8878,7.017]],["name/34286",[173,20.78]],["parent/34286",[8878,7.017]],["name/34287",[71,49.643]],["parent/34287",[8879,8.181]],["name/34288",[173,20.78]],["parent/34288",[8879,8.181]],["name/34289",[6499,62.202]],["parent/34289",[8880,9.514]],["name/34290",[591,49.811]],["parent/34290",[8879,8.181]],["name/34291",[173,20.78]],["parent/34291",[8879,8.181]],["name/34292",[6499,62.202]],["parent/34292",[8880,9.514]],["name/34293",[6501,69.061]],["parent/34293",[8879,8.181]],["name/34294",[6502,69.061]],["parent/34294",[8879,8.181]],["name/34295",[596,62.202]],["parent/34295",[8879,8.181]],["name/34296",[6503,69.061]],["parent/34296",[8879,8.181]],["name/34297",[6504,69.061]],["parent/34297",[8879,8.181]],["name/34298",[71,49.643]],["parent/34298",[8850,6.865]],["name/34299",[173,20.78]],["parent/34299",[8881,10.024]],["name/34300",[599,58.27]],["parent/34300",[8882,9.514]],["name/34301",[601,58.27]],["parent/34301",[8882,9.514]],["name/34302",[72,57.883]],["parent/34302",[8850,6.865]],["name/34303",[173,20.78]],["parent/34303",[8883,10.024]],["name/34304",[408,29.731]],["parent/34304",[8884,8.927]],["name/34305",[562,45.295]],["parent/34305",[8884,8.927]],["name/34306",[604,58.27]],["parent/34306",[8884,8.927]],["name/34307",[605,58.27]],["parent/34307",[8884,8.927]],["name/34308",[74,58.075]],["parent/34308",[8850,6.865]],["name/34309",[173,20.78]],["parent/34309",[8885,10.024]],["name/34310",[408,29.731]],["parent/34310",[8886,8.927]],["name/34311",[410,39.926]],["parent/34311",[8886,8.927]],["name/34312",[521,51.363]],["parent/34312",[8886,8.927]],["name/34313",[608,58.27]],["parent/34313",[8886,8.927]],["name/34314",[75,57.883]],["parent/34314",[8850,6.865]],["name/34315",[173,20.78]],["parent/34315",[8887,10.024]],["name/34316",[410,39.926]],["parent/34316",[8888,9.178]],["name/34317",[611,58.27]],["parent/34317",[8888,9.178]],["name/34318",[612,58.27]],["parent/34318",[8888,9.178]],["name/34319",[76,57.883]],["parent/34319",[8850,6.865]],["name/34320",[173,20.78]],["parent/34320",[8889,10.024]],["name/34321",[408,29.731]],["parent/34321",[8890,8.56]],["name/34322",[615,58.27]],["parent/34322",[8890,8.56]],["name/34323",[71,49.643]],["parent/34323",[8890,8.56]],["name/34324",[570,51.363]],["parent/34324",[8890,8.56]],["name/34325",[616,58.27]],["parent/34325",[8890,8.56]],["name/34326",[617,58.27]],["parent/34326",[8890,8.56]],["name/34327",[78,58.075]],["parent/34327",[8850,6.865]],["name/34328",[173,20.78]],["parent/34328",[8891,10.024]],["name/34329",[619,58.27]],["parent/34329",[8892,8.727]],["name/34330",[621,58.27]],["parent/34330",[8892,8.727]],["name/34331",[622,47.317]],["parent/34331",[8892,8.727]],["name/34332",[623,58.27]],["parent/34332",[8892,8.727]],["name/34333",[624,58.27]],["parent/34333",[8892,8.727]],["name/34334",[98,51.167]],["parent/34334",[8850,6.865]],["name/34335",[173,20.78]],["parent/34335",[8893,10.024]],["name/34336",[626,58.27]],["parent/34336",[8894,10.024]],["name/34337",[93,50.025]],["parent/34337",[8850,6.865]],["name/34338",[173,20.78]],["parent/34338",[8895,10.024]],["name/34339",[629,58.27]],["parent/34339",[8896,9.178]],["name/34340",[631,58.27]],["parent/34340",[8896,9.178]],["name/34341",[632,58.27]],["parent/34341",[8896,9.178]],["name/34342",[79,57.883]],["parent/34342",[8850,6.865]],["name/34343",[173,20.78]],["parent/34343",[8897,10.024]],["name/34344",[581,49.316]],["parent/34344",[8898,7.907]],["name/34345",[547,44.444]],["parent/34345",[8898,7.907]],["name/34346",[544,45.905]],["parent/34346",[8898,7.907]],["name/34347",[635,58.27]],["parent/34347",[8898,7.907]],["name/34348",[636,46.586]],["parent/34348",[8898,7.907]],["name/34349",[637,58.27]],["parent/34349",[8898,7.907]],["name/34350",[98,51.167]],["parent/34350",[8898,7.907]],["name/34351",[93,50.025]],["parent/34351",[8898,7.907]],["name/34352",[638,58.27]],["parent/34352",[8898,7.907]],["name/34353",[639,58.27]],["parent/34353",[8898,7.907]],["name/34354",[640,58.27]],["parent/34354",[8898,7.907]],["name/34355",[534,51.363]],["parent/34355",[8898,7.907]],["name/34356",[80,55.757]],["parent/34356",[8850,6.865]],["name/34357",[173,20.78]],["parent/34357",[8899,10.024]],["name/34358",[408,29.731]],["parent/34358",[8900,9.514]],["name/34359",[547,44.444]],["parent/34359",[8900,9.514]],["name/34360",[81,57.883]],["parent/34360",[8850,6.865]],["name/34361",[173,20.78]],["parent/34361",[8901,10.024]],["name/34362",[644,58.27]],["parent/34362",[8902,8.927]],["name/34363",[173,20.78]],["parent/34363",[8902,8.927]],["name/34364",[646,51.363]],["parent/34364",[8903,8.56]],["name/34365",[636,46.586]],["parent/34365",[8903,8.56]],["name/34366",[622,47.317]],["parent/34366",[8903,8.56]],["name/34367",[648,58.27]],["parent/34367",[8902,8.927]],["name/34368",[173,20.78]],["parent/34368",[8902,8.927]],["name/34369",[646,51.363]],["parent/34369",[8903,8.56]],["name/34370",[636,46.586]],["parent/34370",[8903,8.56]],["name/34371",[622,47.317]],["parent/34371",[8903,8.56]],["name/34372",[83,55.604]],["parent/34372",[8850,6.865]],["name/34373",[173,20.78]],["parent/34373",[8904,10.024]],["name/34374",[65,47.186]],["parent/34374",[8905,8.56]],["name/34375",[421,44.394]],["parent/34375",[8905,8.56]],["name/34376",[408,29.731]],["parent/34376",[8905,8.56]],["name/34377",[94,51.023]],["parent/34377",[8905,8.56]],["name/34378",[73,51.562]],["parent/34378",[8905,8.56]],["name/34379",[540,45.268]],["parent/34379",[8905,8.56]],["name/34380",[651,56.147]],["parent/34380",[8850,6.865]],["name/34381",[86,57.883]],["parent/34381",[8850,6.865]],["name/34382",[173,20.78]],["parent/34382",[8906,10.024]],["name/34383",[653,58.27]],["parent/34383",[8907,8.727]],["name/34384",[655,58.27]],["parent/34384",[8907,8.727]],["name/34385",[656,58.27]],["parent/34385",[8907,8.727]],["name/34386",[657,58.27]],["parent/34386",[8907,8.727]],["name/34387",[658,58.27]],["parent/34387",[8907,8.727]],["name/34388",[87,58.075]],["parent/34388",[8850,6.865]],["name/34389",[173,20.78]],["parent/34389",[8908,10.024]],["name/34390",[408,29.731]],["parent/34390",[8909,8.927]],["name/34391",[661,58.27]],["parent/34391",[8909,8.927]],["name/34392",[662,58.27]],["parent/34392",[8909,8.927]],["name/34393",[663,58.27]],["parent/34393",[8909,8.927]],["name/34394",[88,57.883]],["parent/34394",[8850,6.865]],["name/34395",[173,20.78]],["parent/34395",[8910,10.024]],["name/34396",[408,29.731]],["parent/34396",[8911,8.081]],["name/34397",[340,56.068]],["parent/34397",[8911,8.081]],["name/34398",[666,58.27]],["parent/34398",[8911,8.081]],["name/34399",[334,56.147]],["parent/34399",[8911,8.081]],["name/34400",[667,58.27]],["parent/34400",[8911,8.081]],["name/34401",[668,58.27]],["parent/34401",[8911,8.081]],["name/34402",[669,58.27]],["parent/34402",[8911,8.081]],["name/34403",[670,58.27]],["parent/34403",[8911,8.081]],["name/34404",[671,58.27]],["parent/34404",[8911,8.081]],["name/34405",[672,58.27]],["parent/34405",[8911,8.081]],["name/34406",[89,57.511]],["parent/34406",[8850,6.865]],["name/34407",[173,20.78]],["parent/34407",[8912,10.024]],["name/34408",[408,29.731]],["parent/34408",[8913,8.727]],["name/34409",[675,58.27]],["parent/34409",[8913,8.727]],["name/34410",[676,58.27]],["parent/34410",[8913,8.727]],["name/34411",[677,58.27]],["parent/34411",[8913,8.727]],["name/34412",[678,58.27]],["parent/34412",[8913,8.727]],["name/34413",[90,57.883]],["parent/34413",[8850,6.865]],["name/34414",[173,20.78]],["parent/34414",[8914,10.024]],["name/34415",[562,45.295]],["parent/34415",[8915,9.178]],["name/34416",[532,51.363]],["parent/34416",[8915,9.178]],["name/34417",[681,58.27]],["parent/34417",[8915,9.178]],["name/34418",[91,58.075]],["parent/34418",[8850,6.865]],["name/34419",[173,20.78]],["parent/34419",[8916,10.024]],["name/34420",[408,29.731]],["parent/34420",[8917,8.927]],["name/34421",[684,51.363]],["parent/34421",[8917,8.927]],["name/34422",[172,58.075]],["parent/34422",[8917,8.927]],["name/34423",[592,51.363]],["parent/34423",[8917,8.927]],["name/34424",[95,58.075]],["parent/34424",[8850,6.865]],["name/34425",[173,20.78]],["parent/34425",[8918,10.024]],["name/34426",[686,54.532]],["parent/34426",[8919,8.292]],["name/34427",[582,51.363]],["parent/34427",[8919,8.292]],["name/34428",[688,58.27]],["parent/34428",[8919,8.292]],["name/34429",[511,47.317]],["parent/34429",[8919,8.292]],["name/34430",[591,49.811]],["parent/34430",[8919,8.292]],["name/34431",[352,50.243]],["parent/34431",[8919,8.292]],["name/34432",[684,51.363]],["parent/34432",[8919,8.292]],["name/34433",[689,58.27]],["parent/34433",[8919,8.292]],["name/34434",[97,55.911]],["parent/34434",[8850,6.865]],["name/34435",[173,20.78]],["parent/34435",[8920,10.024]],["name/34436",[417,58.075]],["parent/34436",[8921,8.927]],["name/34437",[419,58.075]],["parent/34437",[8921,8.927]],["name/34438",[420,58.075]],["parent/34438",[8921,8.927]],["name/34439",[421,44.394]],["parent/34439",[8921,8.927]],["name/34440",[6,71.328]],["parent/34440",[478,9.514]]],"invertedIndex":[["__type",{"_index":173,"name":{"219":{},"632":{},"806":{},"814":{},"1006":{},"1165":{},"1169":{},"1176":{},"1183":{},"1189":{},"1196":{},"1218":{},"1224":{},"1229":{},"1239":{},"1253":{},"1259":{},"1264":{},"1269":{},"1273":{},"1282":{},"1288":{},"1320":{},"1324":{},"1330":{},"1336":{},"1341":{},"1349":{},"1356":{},"1359":{},"1364":{},"1378":{},"1382":{},"1384":{},"1389":{},"1394":{},"1403":{},"1410":{},"1416":{},"1428":{},"1435":{},"1440":{},"1446":{},"1456":{},"1463":{},"1469":{},"1476":{},"1498":{},"1504":{},"1509":{},"1519":{},"1533":{},"1539":{},"1544":{},"1549":{},"1553":{},"1562":{},"1568":{},"1600":{},"1604":{},"1610":{},"1616":{},"1621":{},"1629":{},"1636":{},"1639":{},"1644":{},"1658":{},"1662":{},"1664":{},"1669":{},"1674":{},"1683":{},"1690":{},"1696":{},"1708":{},"1715":{},"1720":{},"1726":{},"1736":{},"1743":{},"1749":{},"1756":{},"1778":{},"1784":{},"1789":{},"1799":{},"1813":{},"1819":{},"1824":{},"1829":{},"1833":{},"1842":{},"1848":{},"1880":{},"1884":{},"1890":{},"1896":{},"1901":{},"1909":{},"1916":{},"1919":{},"1924":{},"1938":{},"1942":{},"1944":{},"1949":{},"1954":{},"1963":{},"1970":{},"1976":{},"1988":{},"1995":{},"2000":{},"2006":{},"2016":{},"2023":{},"2029":{},"2036":{},"2058":{},"2064":{},"2069":{},"2079":{},"2093":{},"2099":{},"2104":{},"2109":{},"2113":{},"2122":{},"2128":{},"2160":{},"2164":{},"2170":{},"2176":{},"2181":{},"2189":{},"2196":{},"2199":{},"2204":{},"2218":{},"2222":{},"2224":{},"2229":{},"2234":{},"2243":{},"2250":{},"2256":{},"2268":{},"2275":{},"2280":{},"2286":{},"2296":{},"2303":{},"2309":{},"2316":{},"2338":{},"2344":{},"2349":{},"2359":{},"2373":{},"2379":{},"2384":{},"2389":{},"2393":{},"2402":{},"2408":{},"2440":{},"2444":{},"2450":{},"2456":{},"2461":{},"2469":{},"2476":{},"2479":{},"2484":{},"2498":{},"2502":{},"2504":{},"2509":{},"2514":{},"2523":{},"2530":{},"2536":{},"2548":{},"2555":{},"2560":{},"2566":{},"2576":{},"2583":{},"2589":{},"2596":{},"2618":{},"2624":{},"2629":{},"2639":{},"2653":{},"2659":{},"2664":{},"2669":{},"2673":{},"2682":{},"2688":{},"2720":{},"2724":{},"2730":{},"2736":{},"2741":{},"2749":{},"2756":{},"2759":{},"2764":{},"2778":{},"2782":{},"2784":{},"2789":{},"2794":{},"2803":{},"2810":{},"2816":{},"2828":{},"2835":{},"2840":{},"2846":{},"2856":{},"2863":{},"2869":{},"2876":{},"2898":{},"2904":{},"2909":{},"2919":{},"2933":{},"2939":{},"2944":{},"2949":{},"2953":{},"2962":{},"2968":{},"3000":{},"3004":{},"3010":{},"3016":{},"3021":{},"3029":{},"3036":{},"3039":{},"3044":{},"3058":{},"3062":{},"3064":{},"3069":{},"3074":{},"3083":{},"3090":{},"3096":{},"3108":{},"3115":{},"3120":{},"3126":{},"3136":{},"3143":{},"3149":{},"3156":{},"3178":{},"3184":{},"3189":{},"3199":{},"3213":{},"3219":{},"3224":{},"3229":{},"3233":{},"3242":{},"3248":{},"3280":{},"3284":{},"3290":{},"3296":{},"3301":{},"3309":{},"3316":{},"3319":{},"3324":{},"3338":{},"3342":{},"3344":{},"3349":{},"3354":{},"3363":{},"3370":{},"3376":{},"3388":{},"3395":{},"3400":{},"3406":{},"3416":{},"3423":{},"3429":{},"3436":{},"3458":{},"3464":{},"3469":{},"3479":{},"3493":{},"3499":{},"3504":{},"3509":{},"3513":{},"3522":{},"3528":{},"3560":{},"3564":{},"3570":{},"3576":{},"3581":{},"3589":{},"3596":{},"3599":{},"3604":{},"3618":{},"3622":{},"3624":{},"3629":{},"3634":{},"3643":{},"3650":{},"3656":{},"3668":{},"3675":{},"3680":{},"3686":{},"3696":{},"3703":{},"3709":{},"3716":{},"3738":{},"3744":{},"3749":{},"3759":{},"3773":{},"3779":{},"3784":{},"3789":{},"3793":{},"3802":{},"3808":{},"3840":{},"3844":{},"3850":{},"3856":{},"3861":{},"3869":{},"3876":{},"3879":{},"3884":{},"3898":{},"3902":{},"3904":{},"3909":{},"3914":{},"3923":{},"3930":{},"3936":{},"3948":{},"3955":{},"3960":{},"3966":{},"3976":{},"3983":{},"3989":{},"3996":{},"4018":{},"4024":{},"4029":{},"4039":{},"4053":{},"4059":{},"4064":{},"4069":{},"4073":{},"4082":{},"4088":{},"4120":{},"4124":{},"4130":{},"4136":{},"4141":{},"4149":{},"4156":{},"4159":{},"4164":{},"4178":{},"4182":{},"4184":{},"4189":{},"4194":{},"4203":{},"4210":{},"4216":{},"4228":{},"4235":{},"4240":{},"4246":{},"4256":{},"4263":{},"4269":{},"4276":{},"4298":{},"4304":{},"4309":{},"4319":{},"4333":{},"4339":{},"4344":{},"4349":{},"4353":{},"4362":{},"4368":{},"4400":{},"4404":{},"4410":{},"4416":{},"4421":{},"4429":{},"4436":{},"4439":{},"4444":{},"4458":{},"4462":{},"4464":{},"4469":{},"4474":{},"4483":{},"4490":{},"4496":{},"4508":{},"4515":{},"4520":{},"4526":{},"4536":{},"4543":{},"4549":{},"4556":{},"4578":{},"4584":{},"4589":{},"4599":{},"4613":{},"4619":{},"4624":{},"4629":{},"4633":{},"4642":{},"4648":{},"4680":{},"4684":{},"4690":{},"4696":{},"4701":{},"4709":{},"4716":{},"4719":{},"4724":{},"4738":{},"4742":{},"4744":{},"4749":{},"4754":{},"4763":{},"4770":{},"4776":{},"4788":{},"4795":{},"4800":{},"4806":{},"4816":{},"4823":{},"4829":{},"4836":{},"4858":{},"4864":{},"4869":{},"4879":{},"4893":{},"4899":{},"4904":{},"4909":{},"4913":{},"4922":{},"4928":{},"4960":{},"4964":{},"4970":{},"4976":{},"4981":{},"4989":{},"4996":{},"4999":{},"5004":{},"5018":{},"5022":{},"5024":{},"5029":{},"5034":{},"5043":{},"5050":{},"5056":{},"5068":{},"5075":{},"5080":{},"5086":{},"5096":{},"5103":{},"5109":{},"5116":{},"5138":{},"5144":{},"5149":{},"5159":{},"5173":{},"5179":{},"5184":{},"5189":{},"5193":{},"5202":{},"5208":{},"5240":{},"5244":{},"5250":{},"5256":{},"5261":{},"5269":{},"5276":{},"5279":{},"5284":{},"5298":{},"5302":{},"5304":{},"5309":{},"5314":{},"5323":{},"5330":{},"5336":{},"5348":{},"5355":{},"5360":{},"5366":{},"5376":{},"5383":{},"5389":{},"5396":{},"5418":{},"5424":{},"5429":{},"5439":{},"5453":{},"5459":{},"5464":{},"5469":{},"5473":{},"5482":{},"5488":{},"5520":{},"5524":{},"5530":{},"5536":{},"5541":{},"5549":{},"5556":{},"5559":{},"5564":{},"5578":{},"5582":{},"5584":{},"5589":{},"5594":{},"5603":{},"5610":{},"5616":{},"5628":{},"5635":{},"5640":{},"5646":{},"5656":{},"5663":{},"5669":{},"5676":{},"5698":{},"5704":{},"5709":{},"5719":{},"5733":{},"5739":{},"5744":{},"5749":{},"5753":{},"5762":{},"5768":{},"5800":{},"5804":{},"5810":{},"5816":{},"5821":{},"5829":{},"5836":{},"5839":{},"5844":{},"5858":{},"5862":{},"5864":{},"5869":{},"5874":{},"5883":{},"5890":{},"5896":{},"5908":{},"5915":{},"5920":{},"5926":{},"5936":{},"5943":{},"5949":{},"5956":{},"5978":{},"5984":{},"5989":{},"5999":{},"6013":{},"6019":{},"6024":{},"6029":{},"6033":{},"6042":{},"6048":{},"6080":{},"6084":{},"6090":{},"6096":{},"6101":{},"6109":{},"6116":{},"6119":{},"6124":{},"6138":{},"6142":{},"6144":{},"6149":{},"6154":{},"6163":{},"6170":{},"6176":{},"6188":{},"6195":{},"6200":{},"6206":{},"6216":{},"6223":{},"6229":{},"6236":{},"6258":{},"6264":{},"6269":{},"6279":{},"6293":{},"6299":{},"6304":{},"6309":{},"6313":{},"6322":{},"6328":{},"6360":{},"6364":{},"6370":{},"6376":{},"6381":{},"6389":{},"6396":{},"6399":{},"6404":{},"6418":{},"6422":{},"6424":{},"6429":{},"6434":{},"6443":{},"6450":{},"6456":{},"6468":{},"6475":{},"6480":{},"6486":{},"6496":{},"6503":{},"6509":{},"6516":{},"6538":{},"6544":{},"6549":{},"6559":{},"6573":{},"6579":{},"6584":{},"6589":{},"6593":{},"6602":{},"6608":{},"6640":{},"6644":{},"6650":{},"6656":{},"6661":{},"6669":{},"6676":{},"6679":{},"6684":{},"6698":{},"6702":{},"6704":{},"6709":{},"6714":{},"6723":{},"6730":{},"6736":{},"6748":{},"6755":{},"6760":{},"6766":{},"6776":{},"6783":{},"6789":{},"6796":{},"6818":{},"6824":{},"6829":{},"6839":{},"6853":{},"6859":{},"6864":{},"6869":{},"6873":{},"6882":{},"6888":{},"6920":{},"6924":{},"6930":{},"6936":{},"6941":{},"6949":{},"6956":{},"6959":{},"6964":{},"6978":{},"6982":{},"6984":{},"6989":{},"6994":{},"7003":{},"7010":{},"7016":{},"7028":{},"7035":{},"7040":{},"7046":{},"7056":{},"7063":{},"7069":{},"7076":{},"7098":{},"7104":{},"7109":{},"7119":{},"7133":{},"7139":{},"7144":{},"7149":{},"7153":{},"7162":{},"7168":{},"7200":{},"7204":{},"7210":{},"7216":{},"7221":{},"7229":{},"7236":{},"7239":{},"7244":{},"7258":{},"7262":{},"7264":{},"7269":{},"7274":{},"7283":{},"7290":{},"7296":{},"7308":{},"7315":{},"7320":{},"7326":{},"7336":{},"7343":{},"7349":{},"7356":{},"7378":{},"7384":{},"7389":{},"7399":{},"7413":{},"7419":{},"7424":{},"7429":{},"7433":{},"7442":{},"7448":{},"7480":{},"7484":{},"7490":{},"7496":{},"7501":{},"7509":{},"7516":{},"7519":{},"7524":{},"7538":{},"7542":{},"7544":{},"7549":{},"7554":{},"7563":{},"7570":{},"7576":{},"7588":{},"7595":{},"7600":{},"7606":{},"7616":{},"7623":{},"7629":{},"7636":{},"7658":{},"7664":{},"7669":{},"7679":{},"7693":{},"7699":{},"7704":{},"7709":{},"7713":{},"7722":{},"7728":{},"7760":{},"7764":{},"7770":{},"7776":{},"7781":{},"7789":{},"7796":{},"7799":{},"7804":{},"7818":{},"7822":{},"7824":{},"7829":{},"7834":{},"7843":{},"7850":{},"7856":{},"7868":{},"7875":{},"7880":{},"7886":{},"7896":{},"7903":{},"7909":{},"7916":{},"7938":{},"7944":{},"7949":{},"7959":{},"7973":{},"7979":{},"7984":{},"7989":{},"7993":{},"8002":{},"8008":{},"8040":{},"8044":{},"8050":{},"8056":{},"8061":{},"8069":{},"8076":{},"8079":{},"8084":{},"8098":{},"8102":{},"8104":{},"8109":{},"8114":{},"8123":{},"8130":{},"8136":{},"8148":{},"8155":{},"8160":{},"8166":{},"8176":{},"8183":{},"8189":{},"8196":{},"8218":{},"8224":{},"8229":{},"8239":{},"8253":{},"8259":{},"8264":{},"8269":{},"8273":{},"8282":{},"8288":{},"8320":{},"8324":{},"8330":{},"8336":{},"8341":{},"8349":{},"8356":{},"8359":{},"8364":{},"8378":{},"8382":{},"8384":{},"8389":{},"8394":{},"8403":{},"8410":{},"8416":{},"8428":{},"8435":{},"8440":{},"8446":{},"8456":{},"8463":{},"8469":{},"8476":{},"8498":{},"8504":{},"8509":{},"8519":{},"8533":{},"8539":{},"8544":{},"8549":{},"8553":{},"8562":{},"8568":{},"8600":{},"8604":{},"8610":{},"8616":{},"8621":{},"8629":{},"8636":{},"8639":{},"8644":{},"8658":{},"8662":{},"8664":{},"8669":{},"8674":{},"8683":{},"8690":{},"8696":{},"8708":{},"8715":{},"8720":{},"8726":{},"8736":{},"8743":{},"8749":{},"8756":{},"8778":{},"8784":{},"8789":{},"8799":{},"8813":{},"8819":{},"8824":{},"8829":{},"8833":{},"8842":{},"8848":{},"8880":{},"8884":{},"8890":{},"8896":{},"8901":{},"8909":{},"8916":{},"8919":{},"8924":{},"8938":{},"8942":{},"8944":{},"8949":{},"8954":{},"8963":{},"8970":{},"8976":{},"8988":{},"8995":{},"9000":{},"9006":{},"9016":{},"9023":{},"9029":{},"9036":{},"9058":{},"9064":{},"9069":{},"9079":{},"9093":{},"9099":{},"9104":{},"9109":{},"9113":{},"9122":{},"9128":{},"9160":{},"9164":{},"9170":{},"9176":{},"9181":{},"9189":{},"9196":{},"9199":{},"9204":{},"9218":{},"9222":{},"9224":{},"9229":{},"9234":{},"9243":{},"9250":{},"9256":{},"9268":{},"9275":{},"9280":{},"9286":{},"9296":{},"9303":{},"9309":{},"9316":{},"9338":{},"9344":{},"9349":{},"9359":{},"9373":{},"9379":{},"9384":{},"9389":{},"9393":{},"9402":{},"9408":{},"9440":{},"9444":{},"9450":{},"9456":{},"9461":{},"9469":{},"9476":{},"9479":{},"9484":{},"9498":{},"9502":{},"9504":{},"9509":{},"9514":{},"9523":{},"9530":{},"9536":{},"9548":{},"9555":{},"9560":{},"9566":{},"9576":{},"9583":{},"9589":{},"9596":{},"9618":{},"9624":{},"9629":{},"9639":{},"9653":{},"9659":{},"9664":{},"9669":{},"9673":{},"9682":{},"9688":{},"9720":{},"9724":{},"9730":{},"9736":{},"9741":{},"9749":{},"9756":{},"9759":{},"9764":{},"9778":{},"9782":{},"9784":{},"9789":{},"9794":{},"9803":{},"9810":{},"9816":{},"9828":{},"9835":{},"9840":{},"9846":{},"9856":{},"9863":{},"9869":{},"9876":{},"9898":{},"9904":{},"9909":{},"9919":{},"9933":{},"9939":{},"9944":{},"9949":{},"9953":{},"9962":{},"9968":{},"10000":{},"10004":{},"10010":{},"10016":{},"10021":{},"10029":{},"10036":{},"10039":{},"10044":{},"10058":{},"10062":{},"10064":{},"10069":{},"10074":{},"10083":{},"10090":{},"10096":{},"10108":{},"10115":{},"10120":{},"10126":{},"10136":{},"10143":{},"10149":{},"10156":{},"10178":{},"10184":{},"10189":{},"10199":{},"10213":{},"10219":{},"10224":{},"10229":{},"10233":{},"10242":{},"10248":{},"10280":{},"10284":{},"10290":{},"10296":{},"10301":{},"10309":{},"10316":{},"10319":{},"10324":{},"10338":{},"10342":{},"10344":{},"10349":{},"10354":{},"10363":{},"10370":{},"10376":{},"10388":{},"10395":{},"10400":{},"10406":{},"10416":{},"10423":{},"10429":{},"10436":{},"10458":{},"10464":{},"10469":{},"10479":{},"10493":{},"10499":{},"10504":{},"10509":{},"10513":{},"10522":{},"10528":{},"10560":{},"10564":{},"10570":{},"10576":{},"10581":{},"10589":{},"10596":{},"10599":{},"10604":{},"10618":{},"10622":{},"10624":{},"10629":{},"10634":{},"10643":{},"10650":{},"10656":{},"10668":{},"10675":{},"10680":{},"10686":{},"10696":{},"10719":{},"10725":{},"10732":{},"10754":{},"10760":{},"10765":{},"10775":{},"10789":{},"10795":{},"10800":{},"10805":{},"10809":{},"10818":{},"10850":{},"10854":{},"10860":{},"10866":{},"10871":{},"10879":{},"10886":{},"10889":{},"10894":{},"10908":{},"10912":{},"10914":{},"10919":{},"10924":{},"10932":{},"10939":{},"10945":{},"10957":{},"10964":{},"10969":{},"10975":{},"10985":{},"10992":{},"10998":{},"11005":{},"11027":{},"11033":{},"11038":{},"11048":{},"11062":{},"11068":{},"11073":{},"11078":{},"11082":{},"11091":{},"11123":{},"11127":{},"11133":{},"11139":{},"11144":{},"11152":{},"11159":{},"11162":{},"11167":{},"11181":{},"11185":{},"11187":{},"11192":{},"11197":{},"11205":{},"11212":{},"11218":{},"11230":{},"11237":{},"11242":{},"11248":{},"11258":{},"11265":{},"11271":{},"11278":{},"11300":{},"11306":{},"11311":{},"11321":{},"11335":{},"11341":{},"11346":{},"11351":{},"11355":{},"11364":{},"11396":{},"11400":{},"11406":{},"11412":{},"11417":{},"11425":{},"11432":{},"11435":{},"11440":{},"11454":{},"11458":{},"11460":{},"11465":{},"11470":{},"11478":{},"11485":{},"11491":{},"11503":{},"11510":{},"11515":{},"11521":{},"11531":{},"11538":{},"11544":{},"11551":{},"11573":{},"11579":{},"11584":{},"11594":{},"11608":{},"11614":{},"11619":{},"11624":{},"11628":{},"11637":{},"11669":{},"11673":{},"11679":{},"11685":{},"11690":{},"11698":{},"11705":{},"11708":{},"11713":{},"11727":{},"11731":{},"11733":{},"11738":{},"11743":{},"11751":{},"11758":{},"11764":{},"11776":{},"11783":{},"11788":{},"11794":{},"11804":{},"11811":{},"11817":{},"11824":{},"11846":{},"11852":{},"11857":{},"11867":{},"11881":{},"11887":{},"11892":{},"11897":{},"11901":{},"11910":{},"11942":{},"11946":{},"11952":{},"11958":{},"11963":{},"11971":{},"11978":{},"11981":{},"11986":{},"12000":{},"12004":{},"12006":{},"12011":{},"12016":{},"12024":{},"12031":{},"12037":{},"12049":{},"12056":{},"12061":{},"12067":{},"12077":{},"12084":{},"12090":{},"12097":{},"12119":{},"12125":{},"12130":{},"12140":{},"12154":{},"12160":{},"12165":{},"12170":{},"12174":{},"12183":{},"12215":{},"12219":{},"12225":{},"12231":{},"12236":{},"12244":{},"12251":{},"12254":{},"12259":{},"12273":{},"12277":{},"12279":{},"12284":{},"12289":{},"12297":{},"12304":{},"12310":{},"12322":{},"12329":{},"12334":{},"12340":{},"12350":{},"12357":{},"12363":{},"12370":{},"12392":{},"12398":{},"12403":{},"12413":{},"12427":{},"12433":{},"12438":{},"12443":{},"12447":{},"12456":{},"12488":{},"12492":{},"12498":{},"12504":{},"12509":{},"12517":{},"12524":{},"12527":{},"12532":{},"12546":{},"12550":{},"12552":{},"12557":{},"12562":{},"12570":{},"12577":{},"12583":{},"12595":{},"12602":{},"12607":{},"12613":{},"12623":{},"12630":{},"12636":{},"12643":{},"12665":{},"12671":{},"12676":{},"12686":{},"12700":{},"12706":{},"12711":{},"12716":{},"12720":{},"12729":{},"12761":{},"12765":{},"12771":{},"12777":{},"12782":{},"12790":{},"12797":{},"12800":{},"12805":{},"12819":{},"12823":{},"12825":{},"12830":{},"12835":{},"12843":{},"12850":{},"12856":{},"12868":{},"12875":{},"12880":{},"12886":{},"12896":{},"12903":{},"12909":{},"12916":{},"12938":{},"12944":{},"12949":{},"12959":{},"12973":{},"12979":{},"12984":{},"12989":{},"12993":{},"13002":{},"13034":{},"13038":{},"13044":{},"13050":{},"13055":{},"13063":{},"13070":{},"13073":{},"13078":{},"13092":{},"13096":{},"13098":{},"13103":{},"13108":{},"13116":{},"13123":{},"13129":{},"13141":{},"13148":{},"13153":{},"13159":{},"13169":{},"13176":{},"13182":{},"13189":{},"13211":{},"13217":{},"13222":{},"13232":{},"13246":{},"13252":{},"13257":{},"13262":{},"13266":{},"13275":{},"13307":{},"13311":{},"13317":{},"13323":{},"13328":{},"13336":{},"13343":{},"13346":{},"13351":{},"13365":{},"13369":{},"13371":{},"13376":{},"13381":{},"13389":{},"13396":{},"13402":{},"13414":{},"13421":{},"13426":{},"13432":{},"13442":{},"13449":{},"13455":{},"13462":{},"13484":{},"13490":{},"13495":{},"13505":{},"13519":{},"13525":{},"13530":{},"13535":{},"13539":{},"13548":{},"13580":{},"13584":{},"13590":{},"13596":{},"13601":{},"13609":{},"13616":{},"13619":{},"13624":{},"13638":{},"13642":{},"13644":{},"13649":{},"13654":{},"13662":{},"13669":{},"13675":{},"13687":{},"13694":{},"13699":{},"13705":{},"13715":{},"13722":{},"13728":{},"13735":{},"13757":{},"13763":{},"13768":{},"13778":{},"13792":{},"13798":{},"13803":{},"13808":{},"13812":{},"13821":{},"13853":{},"13857":{},"13863":{},"13869":{},"13874":{},"13882":{},"13889":{},"13892":{},"13897":{},"13911":{},"13915":{},"13917":{},"13922":{},"13927":{},"13935":{},"13942":{},"13948":{},"13960":{},"13967":{},"13972":{},"13978":{},"13988":{},"13995":{},"14001":{},"14008":{},"14030":{},"14036":{},"14041":{},"14051":{},"14065":{},"14071":{},"14076":{},"14081":{},"14085":{},"14094":{},"14126":{},"14130":{},"14136":{},"14142":{},"14147":{},"14155":{},"14162":{},"14165":{},"14170":{},"14184":{},"14188":{},"14190":{},"14195":{},"14200":{},"14208":{},"14215":{},"14221":{},"14233":{},"14240":{},"14245":{},"14251":{},"14261":{},"14268":{},"14274":{},"14281":{},"14303":{},"14309":{},"14314":{},"14324":{},"14338":{},"14344":{},"14349":{},"14354":{},"14358":{},"14367":{},"14399":{},"14403":{},"14409":{},"14415":{},"14420":{},"14428":{},"14435":{},"14438":{},"14443":{},"14457":{},"14461":{},"14463":{},"14468":{},"14473":{},"14481":{},"14488":{},"14494":{},"14506":{},"14513":{},"14518":{},"14524":{},"14534":{},"14541":{},"14547":{},"14554":{},"14576":{},"14582":{},"14587":{},"14597":{},"14611":{},"14617":{},"14622":{},"14627":{},"14631":{},"14640":{},"14672":{},"14676":{},"14682":{},"14688":{},"14693":{},"14701":{},"14708":{},"14711":{},"14716":{},"14730":{},"14734":{},"14736":{},"14741":{},"14746":{},"14754":{},"14761":{},"14767":{},"14779":{},"14786":{},"14791":{},"14797":{},"14807":{},"14814":{},"14820":{},"14827":{},"14849":{},"14855":{},"14860":{},"14870":{},"14884":{},"14890":{},"14895":{},"14900":{},"14904":{},"14913":{},"14945":{},"14949":{},"14955":{},"14961":{},"14966":{},"14974":{},"14981":{},"14984":{},"14989":{},"15003":{},"15007":{},"15009":{},"15014":{},"15019":{},"15027":{},"15034":{},"15040":{},"15052":{},"15059":{},"15064":{},"15070":{},"15080":{},"15087":{},"15093":{},"15100":{},"15122":{},"15128":{},"15133":{},"15143":{},"15157":{},"15163":{},"15168":{},"15173":{},"15177":{},"15186":{},"15218":{},"15222":{},"15228":{},"15234":{},"15239":{},"15247":{},"15254":{},"15257":{},"15262":{},"15276":{},"15280":{},"15282":{},"15287":{},"15292":{},"15300":{},"15307":{},"15313":{},"15325":{},"15332":{},"15337":{},"15343":{},"15353":{},"15360":{},"15366":{},"15373":{},"15395":{},"15401":{},"15406":{},"15416":{},"15430":{},"15436":{},"15441":{},"15446":{},"15450":{},"15459":{},"15491":{},"15495":{},"15501":{},"15507":{},"15512":{},"15520":{},"15527":{},"15530":{},"15535":{},"15549":{},"15553":{},"15555":{},"15560":{},"15565":{},"15573":{},"15580":{},"15586":{},"15598":{},"15605":{},"15610":{},"15616":{},"15626":{},"15633":{},"15639":{},"15646":{},"15668":{},"15674":{},"15679":{},"15689":{},"15703":{},"15709":{},"15714":{},"15719":{},"15723":{},"15732":{},"15764":{},"15768":{},"15774":{},"15780":{},"15785":{},"15793":{},"15800":{},"15803":{},"15808":{},"15822":{},"15826":{},"15828":{},"15833":{},"15838":{},"15846":{},"15853":{},"15859":{},"15871":{},"15878":{},"15883":{},"15889":{},"15899":{},"15906":{},"15912":{},"15919":{},"15941":{},"15947":{},"15952":{},"15962":{},"15976":{},"15982":{},"15987":{},"15992":{},"15996":{},"16005":{},"16037":{},"16041":{},"16047":{},"16053":{},"16058":{},"16066":{},"16073":{},"16076":{},"16081":{},"16095":{},"16099":{},"16101":{},"16106":{},"16111":{},"16119":{},"16126":{},"16132":{},"16144":{},"16151":{},"16156":{},"16162":{},"16172":{},"16179":{},"16185":{},"16192":{},"16214":{},"16220":{},"16225":{},"16235":{},"16249":{},"16255":{},"16260":{},"16265":{},"16269":{},"16278":{},"16310":{},"16314":{},"16320":{},"16326":{},"16331":{},"16339":{},"16346":{},"16349":{},"16354":{},"16368":{},"16372":{},"16374":{},"16379":{},"16384":{},"16392":{},"16399":{},"16405":{},"16417":{},"16424":{},"16429":{},"16435":{},"16445":{},"16452":{},"16458":{},"16465":{},"16487":{},"16493":{},"16498":{},"16508":{},"16522":{},"16528":{},"16533":{},"16538":{},"16542":{},"16551":{},"16583":{},"16587":{},"16593":{},"16599":{},"16604":{},"16612":{},"16619":{},"16622":{},"16627":{},"16641":{},"16645":{},"16647":{},"16652":{},"16657":{},"16665":{},"16672":{},"16678":{},"16690":{},"16697":{},"16702":{},"16708":{},"16718":{},"16725":{},"16731":{},"16738":{},"16760":{},"16766":{},"16771":{},"16781":{},"16795":{},"16801":{},"16806":{},"16811":{},"16815":{},"16824":{},"16856":{},"16860":{},"16866":{},"16872":{},"16877":{},"16885":{},"16892":{},"16895":{},"16900":{},"16914":{},"16918":{},"16920":{},"16925":{},"16930":{},"16938":{},"16945":{},"16951":{},"16963":{},"16970":{},"16975":{},"16981":{},"16991":{},"16998":{},"17004":{},"17011":{},"17033":{},"17039":{},"17044":{},"17054":{},"17068":{},"17074":{},"17079":{},"17084":{},"17088":{},"17097":{},"17129":{},"17133":{},"17139":{},"17145":{},"17150":{},"17158":{},"17165":{},"17168":{},"17173":{},"17187":{},"17191":{},"17193":{},"17198":{},"17203":{},"17211":{},"17218":{},"17224":{},"17236":{},"17243":{},"17248":{},"17254":{},"17264":{},"17271":{},"17277":{},"17284":{},"17306":{},"17312":{},"17317":{},"17327":{},"17341":{},"17347":{},"17352":{},"17357":{},"17361":{},"17370":{},"17402":{},"17406":{},"17412":{},"17418":{},"17423":{},"17431":{},"17438":{},"17441":{},"17446":{},"17460":{},"17464":{},"17466":{},"17471":{},"17476":{},"17484":{},"17491":{},"17497":{},"17509":{},"17516":{},"17521":{},"17527":{},"17537":{},"17544":{},"17550":{},"17557":{},"17579":{},"17585":{},"17590":{},"17600":{},"17614":{},"17620":{},"17625":{},"17630":{},"17634":{},"17643":{},"17675":{},"17679":{},"17685":{},"17691":{},"17696":{},"17704":{},"17711":{},"17714":{},"17719":{},"17733":{},"17737":{},"17739":{},"17744":{},"17749":{},"17757":{},"17764":{},"17770":{},"17782":{},"17789":{},"17794":{},"17800":{},"17810":{},"17817":{},"17823":{},"17830":{},"17852":{},"17858":{},"17863":{},"17873":{},"17887":{},"17893":{},"17898":{},"17903":{},"17907":{},"17916":{},"17948":{},"17952":{},"17958":{},"17964":{},"17969":{},"17977":{},"17984":{},"17987":{},"17992":{},"18006":{},"18010":{},"18012":{},"18017":{},"18022":{},"18030":{},"18037":{},"18043":{},"18055":{},"18062":{},"18067":{},"18073":{},"18083":{},"18090":{},"18096":{},"18103":{},"18125":{},"18131":{},"18136":{},"18146":{},"18160":{},"18166":{},"18171":{},"18176":{},"18180":{},"18189":{},"18221":{},"18225":{},"18231":{},"18237":{},"18242":{},"18250":{},"18257":{},"18260":{},"18265":{},"18279":{},"18283":{},"18285":{},"18290":{},"18295":{},"18303":{},"18310":{},"18316":{},"18328":{},"18335":{},"18340":{},"18346":{},"18356":{},"18363":{},"18369":{},"18376":{},"18398":{},"18404":{},"18409":{},"18419":{},"18433":{},"18439":{},"18444":{},"18449":{},"18453":{},"18462":{},"18494":{},"18498":{},"18504":{},"18510":{},"18515":{},"18523":{},"18530":{},"18533":{},"18538":{},"18552":{},"18556":{},"18558":{},"18563":{},"18568":{},"18576":{},"18583":{},"18589":{},"18601":{},"18608":{},"18613":{},"18619":{},"18629":{},"18636":{},"18642":{},"18649":{},"18671":{},"18677":{},"18682":{},"18692":{},"18706":{},"18712":{},"18717":{},"18722":{},"18726":{},"18735":{},"18767":{},"18771":{},"18777":{},"18783":{},"18788":{},"18796":{},"18803":{},"18806":{},"18811":{},"18825":{},"18829":{},"18831":{},"18836":{},"18841":{},"18849":{},"18856":{},"18862":{},"18874":{},"18881":{},"18886":{},"18892":{},"18902":{},"18909":{},"18915":{},"18922":{},"18944":{},"18950":{},"18955":{},"18965":{},"18979":{},"18985":{},"18990":{},"18995":{},"18999":{},"19008":{},"19040":{},"19044":{},"19050":{},"19056":{},"19061":{},"19069":{},"19076":{},"19079":{},"19084":{},"19098":{},"19102":{},"19104":{},"19109":{},"19114":{},"19122":{},"19129":{},"19135":{},"19147":{},"19154":{},"19159":{},"19165":{},"19175":{},"19182":{},"19188":{},"19195":{},"19217":{},"19223":{},"19228":{},"19238":{},"19252":{},"19258":{},"19263":{},"19268":{},"19272":{},"19281":{},"19313":{},"19317":{},"19323":{},"19329":{},"19334":{},"19342":{},"19349":{},"19352":{},"19357":{},"19371":{},"19375":{},"19377":{},"19382":{},"19387":{},"19395":{},"19402":{},"19408":{},"19420":{},"19427":{},"19432":{},"19438":{},"19448":{},"19455":{},"19461":{},"19468":{},"19490":{},"19496":{},"19501":{},"19511":{},"19525":{},"19531":{},"19536":{},"19541":{},"19545":{},"19554":{},"19586":{},"19590":{},"19596":{},"19602":{},"19607":{},"19615":{},"19622":{},"19625":{},"19630":{},"19644":{},"19648":{},"19650":{},"19655":{},"19660":{},"19668":{},"19675":{},"19681":{},"19693":{},"19700":{},"19705":{},"19711":{},"19721":{},"19729":{},"19736":{},"19742":{},"19751":{},"19760":{},"19767":{},"19772":{},"19777":{},"19788":{},"19803":{},"19830":{},"19836":{},"19839":{},"19845":{},"19852":{},"19859":{},"19864":{},"19869":{},"19875":{},"19889":{},"19895":{},"19905":{},"19911":{},"19921":{},"19925":{},"19929":{},"19937":{},"19944":{},"19950":{},"19959":{},"19968":{},"19975":{},"19980":{},"19985":{},"19996":{},"20011":{},"20038":{},"20044":{},"20047":{},"20053":{},"20060":{},"20067":{},"20072":{},"20077":{},"20083":{},"20097":{},"20103":{},"20113":{},"20119":{},"20129":{},"20133":{},"20137":{},"20145":{},"20152":{},"20158":{},"20167":{},"20176":{},"20183":{},"20188":{},"20193":{},"20204":{},"20219":{},"20246":{},"20252":{},"20255":{},"20261":{},"20268":{},"20275":{},"20280":{},"20285":{},"20291":{},"20305":{},"20311":{},"20321":{},"20327":{},"20337":{},"20341":{},"20345":{},"20353":{},"20360":{},"20366":{},"20375":{},"20384":{},"20391":{},"20396":{},"20401":{},"20412":{},"20427":{},"20454":{},"20460":{},"20463":{},"20469":{},"20476":{},"20483":{},"20488":{},"20493":{},"20499":{},"20513":{},"20519":{},"20529":{},"20535":{},"20545":{},"20549":{},"20553":{},"20561":{},"20568":{},"20574":{},"20583":{},"20592":{},"20599":{},"20604":{},"20609":{},"20620":{},"20635":{},"20662":{},"20668":{},"20671":{},"20677":{},"20684":{},"20691":{},"20696":{},"20701":{},"20707":{},"20721":{},"20727":{},"20737":{},"20743":{},"20753":{},"20757":{},"20761":{},"20769":{},"20776":{},"20782":{},"20791":{},"20800":{},"20807":{},"20812":{},"20817":{},"20828":{},"20843":{},"20870":{},"20876":{},"20879":{},"20885":{},"20892":{},"20899":{},"20904":{},"20909":{},"20915":{},"20929":{},"20935":{},"20945":{},"20951":{},"20961":{},"20965":{},"20969":{},"20977":{},"20984":{},"20990":{},"20999":{},"21008":{},"21015":{},"21020":{},"21025":{},"21036":{},"21051":{},"21078":{},"21084":{},"21087":{},"21093":{},"21100":{},"21107":{},"21112":{},"21117":{},"21123":{},"21137":{},"21143":{},"21153":{},"21159":{},"21169":{},"21173":{},"21177":{},"21185":{},"21192":{},"21198":{},"21207":{},"21216":{},"21223":{},"21228":{},"21233":{},"21244":{},"21259":{},"21286":{},"21292":{},"21295":{},"21301":{},"21308":{},"21315":{},"21320":{},"21325":{},"21331":{},"21345":{},"21351":{},"21361":{},"21367":{},"21377":{},"21381":{},"21385":{},"21393":{},"21400":{},"21406":{},"21415":{},"21424":{},"21431":{},"21436":{},"21441":{},"21452":{},"21467":{},"21494":{},"21500":{},"21503":{},"21509":{},"21516":{},"21523":{},"21528":{},"21533":{},"21539":{},"21553":{},"21559":{},"21569":{},"21575":{},"21585":{},"21589":{},"21593":{},"21601":{},"21608":{},"21614":{},"21623":{},"21632":{},"21639":{},"21644":{},"21649":{},"21660":{},"21675":{},"21702":{},"21708":{},"21711":{},"21717":{},"21724":{},"21731":{},"21736":{},"21741":{},"21747":{},"21761":{},"21767":{},"21777":{},"21783":{},"21793":{},"21797":{},"21801":{},"21809":{},"21816":{},"21822":{},"21831":{},"21840":{},"21847":{},"21852":{},"21857":{},"21868":{},"21883":{},"21910":{},"21916":{},"21919":{},"21925":{},"21932":{},"21939":{},"21944":{},"21949":{},"21955":{},"21969":{},"21975":{},"21985":{},"21991":{},"22001":{},"22005":{},"22009":{},"22017":{},"22024":{},"22030":{},"22039":{},"22048":{},"22055":{},"22060":{},"22065":{},"22076":{},"22091":{},"22118":{},"22124":{},"22127":{},"22133":{},"22140":{},"22147":{},"22152":{},"22157":{},"22163":{},"22177":{},"22183":{},"22193":{},"22199":{},"22209":{},"22213":{},"22217":{},"22225":{},"22232":{},"22238":{},"22247":{},"22256":{},"22263":{},"22268":{},"22273":{},"22284":{},"22299":{},"22326":{},"22332":{},"22335":{},"22341":{},"22348":{},"22355":{},"22360":{},"22365":{},"22371":{},"22385":{},"22391":{},"22401":{},"22407":{},"22417":{},"22421":{},"22425":{},"22433":{},"22440":{},"22446":{},"22455":{},"22464":{},"22471":{},"22476":{},"22481":{},"22492":{},"22507":{},"22534":{},"22540":{},"22543":{},"22549":{},"22556":{},"22563":{},"22568":{},"22573":{},"22579":{},"22593":{},"22599":{},"22609":{},"22615":{},"22625":{},"22629":{},"22633":{},"22641":{},"22648":{},"22654":{},"22663":{},"22672":{},"22679":{},"22684":{},"22689":{},"22700":{},"22715":{},"22742":{},"22748":{},"22751":{},"22757":{},"22764":{},"22771":{},"22776":{},"22781":{},"22787":{},"22801":{},"22807":{},"22817":{},"22823":{},"22833":{},"22837":{},"22841":{},"22849":{},"22856":{},"22862":{},"22871":{},"22880":{},"22887":{},"22892":{},"22897":{},"22908":{},"22923":{},"22950":{},"22956":{},"22959":{},"22965":{},"22972":{},"22979":{},"22984":{},"22989":{},"22995":{},"23009":{},"23015":{},"23025":{},"23031":{},"23041":{},"23045":{},"23049":{},"23057":{},"23064":{},"23070":{},"23079":{},"23088":{},"23095":{},"23100":{},"23105":{},"23116":{},"23131":{},"23158":{},"23164":{},"23167":{},"23173":{},"23180":{},"23187":{},"23192":{},"23197":{},"23203":{},"23217":{},"23223":{},"23233":{},"23239":{},"23249":{},"23253":{},"23257":{},"23265":{},"23272":{},"23278":{},"23287":{},"23296":{},"23303":{},"23308":{},"23313":{},"23324":{},"23339":{},"23366":{},"23372":{},"23375":{},"23381":{},"23388":{},"23395":{},"23400":{},"23405":{},"23411":{},"23425":{},"23431":{},"23441":{},"23447":{},"23457":{},"23461":{},"23465":{},"23473":{},"23480":{},"23486":{},"23495":{},"23504":{},"23511":{},"23516":{},"23521":{},"23532":{},"23547":{},"23574":{},"23580":{},"23583":{},"23589":{},"23596":{},"23603":{},"23608":{},"23613":{},"23619":{},"23633":{},"23639":{},"23649":{},"23655":{},"23665":{},"23669":{},"23673":{},"23681":{},"23688":{},"23694":{},"23703":{},"23712":{},"23719":{},"23724":{},"23729":{},"23740":{},"23755":{},"23782":{},"23788":{},"23791":{},"23797":{},"23804":{},"23811":{},"23816":{},"23821":{},"23827":{},"23841":{},"23847":{},"23857":{},"23863":{},"23873":{},"23877":{},"23881":{},"23889":{},"23896":{},"23902":{},"23911":{},"23920":{},"23927":{},"23932":{},"23937":{},"23948":{},"23963":{},"23990":{},"23996":{},"23999":{},"24005":{},"24012":{},"24019":{},"24024":{},"24029":{},"24035":{},"24049":{},"24055":{},"24065":{},"24071":{},"24081":{},"24085":{},"24089":{},"24097":{},"24104":{},"24110":{},"24119":{},"24128":{},"24135":{},"24140":{},"24145":{},"24156":{},"24171":{},"24198":{},"24204":{},"24207":{},"24213":{},"24220":{},"24227":{},"24232":{},"24237":{},"24243":{},"24257":{},"24263":{},"24273":{},"24279":{},"24289":{},"24293":{},"24297":{},"24305":{},"24312":{},"24318":{},"24327":{},"24336":{},"24343":{},"24348":{},"24353":{},"24364":{},"24379":{},"24406":{},"24412":{},"24415":{},"24421":{},"24428":{},"24435":{},"24440":{},"24445":{},"24451":{},"24465":{},"24471":{},"24481":{},"24487":{},"24497":{},"24501":{},"24505":{},"24514":{},"24520":{},"24527":{},"24549":{},"24555":{},"24560":{},"24570":{},"24585":{},"24591":{},"24596":{},"24601":{},"24605":{},"24614":{},"24620":{},"24650":{},"24652":{},"24655":{},"24663":{},"24667":{},"24673":{},"24679":{},"24684":{},"24692":{},"24699":{},"24702":{},"24707":{},"24721":{},"24725":{},"24727":{},"24732":{},"24737":{},"24746":{},"24753":{},"24759":{},"24771":{},"24778":{},"24783":{},"24789":{},"24799":{},"24806":{},"24812":{},"24819":{},"24841":{},"24847":{},"24852":{},"24862":{},"24877":{},"24883":{},"24888":{},"24893":{},"24897":{},"24906":{},"24912":{},"24942":{},"24944":{},"24947":{},"24955":{},"24959":{},"24965":{},"24971":{},"24976":{},"24984":{},"24991":{},"24994":{},"24999":{},"25013":{},"25017":{},"25019":{},"25024":{},"25029":{},"25038":{},"25045":{},"25051":{},"25063":{},"25070":{},"25075":{},"25081":{},"25091":{},"25098":{},"25104":{},"25111":{},"25133":{},"25139":{},"25144":{},"25154":{},"25169":{},"25175":{},"25180":{},"25185":{},"25189":{},"25198":{},"25204":{},"25234":{},"25236":{},"25239":{},"25247":{},"25251":{},"25257":{},"25263":{},"25268":{},"25276":{},"25283":{},"25286":{},"25291":{},"25305":{},"25309":{},"25311":{},"25316":{},"25321":{},"25330":{},"25337":{},"25343":{},"25355":{},"25362":{},"25367":{},"25373":{},"25383":{},"25390":{},"25396":{},"25403":{},"25425":{},"25431":{},"25436":{},"25446":{},"25461":{},"25467":{},"25472":{},"25477":{},"25481":{},"25490":{},"25496":{},"25526":{},"25528":{},"25531":{},"25539":{},"25543":{},"25549":{},"25555":{},"25560":{},"25568":{},"25575":{},"25578":{},"25583":{},"25597":{},"25601":{},"25603":{},"25608":{},"25613":{},"25622":{},"25629":{},"25635":{},"25647":{},"25654":{},"25659":{},"25665":{},"25675":{},"25682":{},"25688":{},"25695":{},"25717":{},"25723":{},"25728":{},"25738":{},"25753":{},"25759":{},"25764":{},"25769":{},"25773":{},"25782":{},"25788":{},"25818":{},"25820":{},"25823":{},"25831":{},"25835":{},"25841":{},"25847":{},"25852":{},"25860":{},"25867":{},"25870":{},"25875":{},"25889":{},"25893":{},"25895":{},"25900":{},"25905":{},"25914":{},"25921":{},"25927":{},"25939":{},"25946":{},"25951":{},"25957":{},"25967":{},"25974":{},"25980":{},"25987":{},"26009":{},"26015":{},"26020":{},"26030":{},"26045":{},"26051":{},"26056":{},"26061":{},"26065":{},"26074":{},"26080":{},"26110":{},"26112":{},"26115":{},"26123":{},"26127":{},"26133":{},"26139":{},"26144":{},"26152":{},"26159":{},"26162":{},"26167":{},"26181":{},"26185":{},"26187":{},"26192":{},"26197":{},"26206":{},"26213":{},"26219":{},"26231":{},"26238":{},"26243":{},"26249":{},"26259":{},"26266":{},"26272":{},"26279":{},"26301":{},"26307":{},"26312":{},"26322":{},"26337":{},"26343":{},"26348":{},"26353":{},"26357":{},"26366":{},"26372":{},"26402":{},"26404":{},"26407":{},"26415":{},"26419":{},"26425":{},"26431":{},"26436":{},"26444":{},"26451":{},"26454":{},"26459":{},"26473":{},"26477":{},"26479":{},"26484":{},"26489":{},"26498":{},"26505":{},"26511":{},"26523":{},"26530":{},"26535":{},"26541":{},"26551":{},"26558":{},"26564":{},"26571":{},"26593":{},"26599":{},"26604":{},"26614":{},"26629":{},"26635":{},"26640":{},"26645":{},"26649":{},"26658":{},"26664":{},"26694":{},"26696":{},"26699":{},"26707":{},"26711":{},"26717":{},"26723":{},"26728":{},"26736":{},"26743":{},"26746":{},"26751":{},"26765":{},"26769":{},"26771":{},"26776":{},"26781":{},"26790":{},"26797":{},"26803":{},"26815":{},"26822":{},"26827":{},"26833":{},"26843":{},"26850":{},"26856":{},"26863":{},"26885":{},"26891":{},"26896":{},"26906":{},"26921":{},"26927":{},"26932":{},"26937":{},"26941":{},"26950":{},"26956":{},"26986":{},"26988":{},"26991":{},"26999":{},"27003":{},"27009":{},"27015":{},"27020":{},"27028":{},"27035":{},"27038":{},"27043":{},"27057":{},"27061":{},"27063":{},"27068":{},"27073":{},"27082":{},"27089":{},"27095":{},"27107":{},"27114":{},"27119":{},"27125":{},"27135":{},"27142":{},"27148":{},"27155":{},"27177":{},"27183":{},"27188":{},"27198":{},"27213":{},"27219":{},"27224":{},"27229":{},"27233":{},"27242":{},"27248":{},"27278":{},"27280":{},"27283":{},"27291":{},"27295":{},"27301":{},"27307":{},"27312":{},"27320":{},"27327":{},"27330":{},"27335":{},"27349":{},"27353":{},"27355":{},"27360":{},"27365":{},"27374":{},"27381":{},"27387":{},"27399":{},"27406":{},"27411":{},"27417":{},"27427":{},"27434":{},"27440":{},"27447":{},"27469":{},"27475":{},"27480":{},"27490":{},"27505":{},"27511":{},"27516":{},"27521":{},"27525":{},"27534":{},"27540":{},"27570":{},"27572":{},"27575":{},"27583":{},"27587":{},"27593":{},"27599":{},"27604":{},"27612":{},"27619":{},"27622":{},"27627":{},"27641":{},"27645":{},"27647":{},"27652":{},"27657":{},"27666":{},"27673":{},"27679":{},"27691":{},"27698":{},"27703":{},"27709":{},"27719":{},"27726":{},"27732":{},"27739":{},"27761":{},"27767":{},"27772":{},"27782":{},"27797":{},"27803":{},"27808":{},"27813":{},"27817":{},"27826":{},"27832":{},"27862":{},"27864":{},"27867":{},"27875":{},"27879":{},"27885":{},"27891":{},"27896":{},"27904":{},"27911":{},"27914":{},"27919":{},"27933":{},"27937":{},"27939":{},"27944":{},"27949":{},"27958":{},"27965":{},"27971":{},"27983":{},"27990":{},"27995":{},"28001":{},"28011":{},"28018":{},"28024":{},"28031":{},"28053":{},"28059":{},"28064":{},"28074":{},"28089":{},"28095":{},"28100":{},"28105":{},"28109":{},"28118":{},"28124":{},"28154":{},"28156":{},"28159":{},"28167":{},"28171":{},"28177":{},"28183":{},"28188":{},"28196":{},"28203":{},"28206":{},"28211":{},"28225":{},"28229":{},"28231":{},"28236":{},"28241":{},"28250":{},"28257":{},"28263":{},"28275":{},"28282":{},"28287":{},"28293":{},"28303":{},"28310":{},"28316":{},"28323":{},"28345":{},"28351":{},"28356":{},"28366":{},"28381":{},"28387":{},"28392":{},"28397":{},"28401":{},"28410":{},"28416":{},"28446":{},"28448":{},"28451":{},"28459":{},"28463":{},"28469":{},"28475":{},"28480":{},"28488":{},"28495":{},"28498":{},"28503":{},"28517":{},"28521":{},"28523":{},"28528":{},"28533":{},"28542":{},"28549":{},"28555":{},"28567":{},"28574":{},"28579":{},"28585":{},"28595":{},"28602":{},"28608":{},"28615":{},"28637":{},"28643":{},"28648":{},"28658":{},"28673":{},"28679":{},"28684":{},"28689":{},"28693":{},"28702":{},"28708":{},"28738":{},"28740":{},"28743":{},"28751":{},"28755":{},"28761":{},"28767":{},"28772":{},"28780":{},"28787":{},"28790":{},"28795":{},"28809":{},"28813":{},"28815":{},"28820":{},"28825":{},"28834":{},"28841":{},"28847":{},"28859":{},"28866":{},"28871":{},"28877":{},"28887":{},"28894":{},"28900":{},"28907":{},"28929":{},"28935":{},"28940":{},"28950":{},"28965":{},"28971":{},"28976":{},"28981":{},"28985":{},"28994":{},"29000":{},"29030":{},"29032":{},"29035":{},"29043":{},"29047":{},"29053":{},"29059":{},"29064":{},"29072":{},"29079":{},"29082":{},"29087":{},"29101":{},"29105":{},"29107":{},"29112":{},"29117":{},"29126":{},"29133":{},"29139":{},"29151":{},"29158":{},"29163":{},"29169":{},"29179":{},"29186":{},"29192":{},"29199":{},"29221":{},"29227":{},"29232":{},"29242":{},"29257":{},"29263":{},"29268":{},"29273":{},"29277":{},"29286":{},"29292":{},"29322":{},"29324":{},"29327":{},"29335":{},"29339":{},"29345":{},"29351":{},"29356":{},"29364":{},"29371":{},"29374":{},"29379":{},"29393":{},"29397":{},"29399":{},"29404":{},"29409":{},"29418":{},"29425":{},"29431":{},"29443":{},"29450":{},"29455":{},"29461":{},"29471":{},"29478":{},"29484":{},"29491":{},"29513":{},"29519":{},"29524":{},"29534":{},"29549":{},"29555":{},"29560":{},"29565":{},"29569":{},"29578":{},"29584":{},"29614":{},"29616":{},"29619":{},"29627":{},"29631":{},"29637":{},"29643":{},"29648":{},"29656":{},"29663":{},"29666":{},"29671":{},"29685":{},"29689":{},"29691":{},"29696":{},"29701":{},"29710":{},"29717":{},"29723":{},"29735":{},"29742":{},"29747":{},"29753":{},"29763":{},"29770":{},"29776":{},"29783":{},"29805":{},"29811":{},"29816":{},"29826":{},"29841":{},"29847":{},"29852":{},"29857":{},"29861":{},"29870":{},"29876":{},"29906":{},"29908":{},"29911":{},"29919":{},"29923":{},"29929":{},"29935":{},"29940":{},"29948":{},"29955":{},"29958":{},"29963":{},"29977":{},"29981":{},"29983":{},"29988":{},"29993":{},"30002":{},"30009":{},"30015":{},"30027":{},"30034":{},"30039":{},"30045":{},"30055":{},"30062":{},"30068":{},"30075":{},"30097":{},"30103":{},"30108":{},"30118":{},"30133":{},"30139":{},"30144":{},"30149":{},"30153":{},"30162":{},"30168":{},"30198":{},"30200":{},"30203":{},"30211":{},"30215":{},"30221":{},"30227":{},"30232":{},"30240":{},"30247":{},"30250":{},"30255":{},"30269":{},"30273":{},"30275":{},"30280":{},"30285":{},"30294":{},"30301":{},"30307":{},"30319":{},"30326":{},"30331":{},"30337":{},"30347":{},"30354":{},"30360":{},"30367":{},"30389":{},"30395":{},"30400":{},"30410":{},"30425":{},"30431":{},"30436":{},"30441":{},"30445":{},"30454":{},"30460":{},"30490":{},"30492":{},"30495":{},"30503":{},"30507":{},"30513":{},"30519":{},"30524":{},"30532":{},"30539":{},"30542":{},"30547":{},"30561":{},"30565":{},"30567":{},"30572":{},"30577":{},"30586":{},"30593":{},"30599":{},"30611":{},"30618":{},"30623":{},"30629":{},"30639":{},"30646":{},"30652":{},"30659":{},"30681":{},"30687":{},"30692":{},"30702":{},"30717":{},"30723":{},"30728":{},"30733":{},"30737":{},"30746":{},"30752":{},"30782":{},"30784":{},"30787":{},"30795":{},"30799":{},"30805":{},"30811":{},"30816":{},"30824":{},"30831":{},"30834":{},"30839":{},"30853":{},"30857":{},"30859":{},"30864":{},"30869":{},"30878":{},"30885":{},"30891":{},"30903":{},"30910":{},"30915":{},"30921":{},"30931":{},"30938":{},"30944":{},"30951":{},"30973":{},"30979":{},"30984":{},"30994":{},"31009":{},"31015":{},"31020":{},"31025":{},"31029":{},"31038":{},"31044":{},"31074":{},"31076":{},"31079":{},"31087":{},"31091":{},"31097":{},"31103":{},"31108":{},"31116":{},"31123":{},"31126":{},"31131":{},"31145":{},"31149":{},"31151":{},"31156":{},"31161":{},"31170":{},"31177":{},"31183":{},"31195":{},"31202":{},"31207":{},"31213":{},"31223":{},"31230":{},"31236":{},"31243":{},"31265":{},"31271":{},"31276":{},"31286":{},"31301":{},"31307":{},"31312":{},"31317":{},"31321":{},"31330":{},"31336":{},"31366":{},"31368":{},"31371":{},"31379":{},"31383":{},"31389":{},"31395":{},"31400":{},"31408":{},"31415":{},"31418":{},"31423":{},"31437":{},"31441":{},"31443":{},"31448":{},"31453":{},"31462":{},"31469":{},"31475":{},"31487":{},"31494":{},"31499":{},"31505":{},"31515":{},"31522":{},"31528":{},"31535":{},"31557":{},"31563":{},"31568":{},"31578":{},"31593":{},"31599":{},"31604":{},"31609":{},"31613":{},"31622":{},"31628":{},"31658":{},"31660":{},"31663":{},"31671":{},"31675":{},"31681":{},"31687":{},"31692":{},"31700":{},"31707":{},"31710":{},"31715":{},"31729":{},"31733":{},"31735":{},"31740":{},"31745":{},"31754":{},"31761":{},"31767":{},"31779":{},"31786":{},"31791":{},"31797":{},"31807":{},"31814":{},"31820":{},"31827":{},"31849":{},"31855":{},"31860":{},"31870":{},"31885":{},"31891":{},"31896":{},"31901":{},"31905":{},"31914":{},"31920":{},"31950":{},"31952":{},"31955":{},"31963":{},"31967":{},"31973":{},"31979":{},"31984":{},"31992":{},"31999":{},"32002":{},"32007":{},"32021":{},"32025":{},"32027":{},"32032":{},"32037":{},"32046":{},"32053":{},"32059":{},"32071":{},"32078":{},"32083":{},"32089":{},"32099":{},"32106":{},"32112":{},"32119":{},"32141":{},"32147":{},"32152":{},"32162":{},"32177":{},"32183":{},"32188":{},"32193":{},"32197":{},"32206":{},"32212":{},"32242":{},"32244":{},"32247":{},"32255":{},"32259":{},"32265":{},"32271":{},"32276":{},"32284":{},"32291":{},"32294":{},"32299":{},"32313":{},"32317":{},"32319":{},"32324":{},"32329":{},"32338":{},"32345":{},"32351":{},"32363":{},"32370":{},"32375":{},"32381":{},"32391":{},"32398":{},"32404":{},"32411":{},"32433":{},"32439":{},"32444":{},"32454":{},"32469":{},"32475":{},"32480":{},"32485":{},"32489":{},"32498":{},"32504":{},"32534":{},"32536":{},"32539":{},"32547":{},"32551":{},"32557":{},"32563":{},"32568":{},"32576":{},"32583":{},"32586":{},"32591":{},"32605":{},"32609":{},"32611":{},"32616":{},"32621":{},"32630":{},"32637":{},"32643":{},"32655":{},"32662":{},"32667":{},"32673":{},"32683":{},"32690":{},"32696":{},"32703":{},"32725":{},"32731":{},"32736":{},"32746":{},"32761":{},"32767":{},"32772":{},"32777":{},"32781":{},"32790":{},"32796":{},"32826":{},"32828":{},"32831":{},"32839":{},"32843":{},"32849":{},"32855":{},"32860":{},"32868":{},"32875":{},"32878":{},"32883":{},"32897":{},"32901":{},"32903":{},"32908":{},"32913":{},"32922":{},"32929":{},"32935":{},"32947":{},"32954":{},"32959":{},"32965":{},"32975":{},"32982":{},"32988":{},"32995":{},"33017":{},"33023":{},"33028":{},"33038":{},"33053":{},"33059":{},"33064":{},"33069":{},"33073":{},"33082":{},"33088":{},"33118":{},"33120":{},"33123":{},"33131":{},"33135":{},"33141":{},"33147":{},"33152":{},"33160":{},"33167":{},"33170":{},"33175":{},"33189":{},"33193":{},"33195":{},"33200":{},"33205":{},"33214":{},"33221":{},"33227":{},"33239":{},"33246":{},"33251":{},"33257":{},"33267":{},"33274":{},"33280":{},"33287":{},"33309":{},"33315":{},"33320":{},"33330":{},"33345":{},"33351":{},"33356":{},"33361":{},"33365":{},"33374":{},"33380":{},"33410":{},"33412":{},"33415":{},"33423":{},"33427":{},"33433":{},"33439":{},"33444":{},"33452":{},"33459":{},"33462":{},"33467":{},"33481":{},"33485":{},"33487":{},"33492":{},"33497":{},"33506":{},"33513":{},"33519":{},"33531":{},"33538":{},"33543":{},"33549":{},"33559":{},"33566":{},"33572":{},"33579":{},"33601":{},"33607":{},"33612":{},"33622":{},"33637":{},"33643":{},"33648":{},"33653":{},"33657":{},"33666":{},"33672":{},"33702":{},"33704":{},"33707":{},"33715":{},"33719":{},"33725":{},"33731":{},"33736":{},"33744":{},"33751":{},"33754":{},"33759":{},"33773":{},"33777":{},"33779":{},"33784":{},"33789":{},"33798":{},"33805":{},"33811":{},"33823":{},"33830":{},"33835":{},"33841":{},"33851":{},"33858":{},"33864":{},"33871":{},"33893":{},"33899":{},"33904":{},"33914":{},"33929":{},"33935":{},"33940":{},"33945":{},"33949":{},"33958":{},"33964":{},"33994":{},"33996":{},"33999":{},"34007":{},"34011":{},"34017":{},"34023":{},"34028":{},"34036":{},"34043":{},"34046":{},"34051":{},"34065":{},"34069":{},"34071":{},"34076":{},"34081":{},"34090":{},"34097":{},"34103":{},"34115":{},"34122":{},"34127":{},"34133":{},"34143":{},"34150":{},"34156":{},"34163":{},"34185":{},"34191":{},"34196":{},"34206":{},"34221":{},"34227":{},"34232":{},"34237":{},"34241":{},"34250":{},"34256":{},"34286":{},"34288":{},"34291":{},"34299":{},"34303":{},"34309":{},"34315":{},"34320":{},"34328":{},"34335":{},"34338":{},"34343":{},"34357":{},"34361":{},"34363":{},"34368":{},"34373":{},"34382":{},"34389":{},"34395":{},"34407":{},"34414":{},"34419":{},"34425":{},"34435":{}},"parent":{}}],["_accesstoken",{"_index":174,"name":{"221":{},"635":{},"1008":{}},"parent":{}}],["_bindsocket",{"_index":181,"name":{"238":{},"654":{},"1025":{}},"parent":{}}],["_cancelsource",{"_index":162,"name":{"203":{}},"parent":{}}],["_channel",{"_index":397,"name":{"651":{}},"parent":{}}],["_channelid",{"_index":396,"name":{"641":{}},"parent":{}}],["_checkalive",{"_index":182,"name":{"240":{},"656":{},"1027":{}},"parent":{}}],["_clearbinding",{"_index":180,"name":{"237":{},"653":{},"1024":{}},"parent":{}}],["_client",{"_index":175,"name":{"226":{},"640":{},"1013":{}},"parent":{}}],["_connect",{"_index":164,"name":{"205":{},"236":{},"650":{},"1023":{}},"parent":{}}],["_connectionclosed",{"_index":158,"name":{"199":{},"225":{},"639":{},"1012":{}},"parent":{}}],["_heartbeatinterval",{"_index":177,"name":{"228":{},"643":{},"1015":{}},"parent":{}}],["_pongreceivedtimestamp",{"_index":176,"name":{"227":{},"642":{},"1014":{}},"parent":{}}],["_pongwaiting",{"_index":178,"name":{"229":{},"644":{},"1016":{}},"parent":{}}],["_reconnect",{"_index":165,"name":{"206":{},"235":{},"652":{},"1022":{}},"parent":{}}],["_reconnectcurrentattempts",{"_index":161,"name":{"202":{},"224":{},"638":{},"1011":{}},"parent":{}}],["_reconnectinterval",{"_index":159,"name":{"200":{},"222":{},"636":{},"1009":{}},"parent":{}}],["_reconnectmaxattempts",{"_index":160,"name":{"201":{},"223":{},"637":{},"1010":{}},"parent":{}}],["_resetconnection",{"_index":167,"name":{"208":{},"233":{},"648":{},"1020":{}},"parent":{}}],["_resetretryparams",{"_index":168,"name":{"209":{},"234":{},"649":{},"1021":{}},"parent":{}}],["_scope",{"_index":433,"name":{"838":{}},"parent":{}}],["_setupparser",{"_index":169,"name":{"210":{},"239":{},"655":{},"1026":{}},"parent":{}}],["_startwebsocketconnection",{"_index":179,"name":{"231":{},"646":{},"1018":{}},"parent":{}}],["acceptfollowrequest",{"_index":230,"name":{"294":{},"436":{},"711":{},"1081":{}},"parent":{}}],["access_token",{"_index":417,"name":{"815":{},"839":{},"1457":{},"1737":{},"2017":{},"2297":{},"2577":{},"2857":{},"3137":{},"3417":{},"3697":{},"3977":{},"4257":{},"4537":{},"4817":{},"5097":{},"5377":{},"5657":{},"5937":{},"6217":{},"6497":{},"6777":{},"7057":{},"7337":{},"7617":{},"7897":{},"8177":{},"8457":{},"8737":{},"9017":{},"9297":{},"9577":{},"9857":{},"10137":{},"10417":{},"10697":{},"10986":{},"11259":{},"11532":{},"11805":{},"12078":{},"12351":{},"12624":{},"12897":{},"13170":{},"13443":{},"13716":{},"13989":{},"14262":{},"14535":{},"14808":{},"15081":{},"15354":{},"15627":{},"15900":{},"16173":{},"16446":{},"16719":{},"16992":{},"17265":{},"17538":{},"17811":{},"18084":{},"18357":{},"18630":{},"18903":{},"19176":{},"19449":{},"19722":{},"24800":{},"25092":{},"25384":{},"25676":{},"25968":{},"26260":{},"26552":{},"26844":{},"27136":{},"27428":{},"27720":{},"28012":{},"28304":{},"28596":{},"28888":{},"29180":{},"29472":{},"29764":{},"30056":{},"30348":{},"30640":{},"30932":{},"31224":{},"31516":{},"31808":{},"32100":{},"32392":{},"32684":{},"32976":{},"33268":{},"33560":{},"33852":{},"34144":{},"34436":{}},"parent":{}}],["accesstoken",{"_index":60,"name":{"62":{},"581":{},"844":{},"942":{},"19922":{},"20130":{},"20338":{},"20546":{},"20754":{},"20962":{},"21170":{},"21378":{},"21586":{},"21794":{},"22002":{},"22210":{},"22418":{},"22626":{},"22834":{},"23042":{},"23250":{},"23458":{},"23666":{},"23874":{},"24082":{},"24290":{},"24498":{}},"parent":{}}],["account",{"_index":65,"name":{"76":{},"112":{},"858":{},"895":{},"1195":{},"1292":{},"1395":{},"1475":{},"1572":{},"1675":{},"1755":{},"1852":{},"1955":{},"2035":{},"2132":{},"2235":{},"2315":{},"2412":{},"2515":{},"2595":{},"2692":{},"2795":{},"2875":{},"2972":{},"3075":{},"3155":{},"3252":{},"3355":{},"3435":{},"3532":{},"3635":{},"3715":{},"3812":{},"3915":{},"3995":{},"4092":{},"4195":{},"4275":{},"4372":{},"4475":{},"4555":{},"4652":{},"4755":{},"4835":{},"4932":{},"5035":{},"5115":{},"5212":{},"5315":{},"5395":{},"5492":{},"5595":{},"5675":{},"5772":{},"5875":{},"5955":{},"6052":{},"6155":{},"6235":{},"6332":{},"6435":{},"6515":{},"6612":{},"6715":{},"6795":{},"6892":{},"6995":{},"7075":{},"7172":{},"7275":{},"7355":{},"7452":{},"7555":{},"7635":{},"7732":{},"7835":{},"7915":{},"8012":{},"8115":{},"8195":{},"8292":{},"8395":{},"8475":{},"8572":{},"8675":{},"8755":{},"8852":{},"8955":{},"9035":{},"9132":{},"9235":{},"9315":{},"9412":{},"9515":{},"9595":{},"9692":{},"9795":{},"9875":{},"9972":{},"10075":{},"10155":{},"10252":{},"10355":{},"10435":{},"10532":{},"10635":{},"10731":{},"10822":{},"10925":{},"11004":{},"11095":{},"11198":{},"11277":{},"11368":{},"11471":{},"11550":{},"11641":{},"11744":{},"11823":{},"11914":{},"12017":{},"12096":{},"12187":{},"12290":{},"12369":{},"12460":{},"12563":{},"12642":{},"12733":{},"12836":{},"12915":{},"13006":{},"13109":{},"13188":{},"13279":{},"13382":{},"13461":{},"13552":{},"13655":{},"13734":{},"13825":{},"13928":{},"14007":{},"14098":{},"14201":{},"14280":{},"14371":{},"14474":{},"14553":{},"14644":{},"14747":{},"14826":{},"14917":{},"15020":{},"15099":{},"15190":{},"15293":{},"15372":{},"15463":{},"15566":{},"15645":{},"15736":{},"15839":{},"15918":{},"16009":{},"16112":{},"16191":{},"16282":{},"16385":{},"16464":{},"16555":{},"16658":{},"16737":{},"16828":{},"16931":{},"17010":{},"17101":{},"17204":{},"17283":{},"17374":{},"17477":{},"17556":{},"17647":{},"17750":{},"17829":{},"17920":{},"18023":{},"18102":{},"18193":{},"18296":{},"18375":{},"18466":{},"18569":{},"18648":{},"18739":{},"18842":{},"18921":{},"19012":{},"19115":{},"19194":{},"19285":{},"19388":{},"19467":{},"19558":{},"19661":{},"24526":{},"24624":{},"24738":{},"24818":{},"24916":{},"25030":{},"25110":{},"25208":{},"25322":{},"25402":{},"25500":{},"25614":{},"25694":{},"25792":{},"25906":{},"25986":{},"26084":{},"26198":{},"26278":{},"26376":{},"26490":{},"26570":{},"26668":{},"26782":{},"26862":{},"26960":{},"27074":{},"27154":{},"27252":{},"27366":{},"27446":{},"27544":{},"27658":{},"27738":{},"27836":{},"27950":{},"28030":{},"28128":{},"28242":{},"28322":{},"28420":{},"28534":{},"28614":{},"28712":{},"28826":{},"28906":{},"29004":{},"29118":{},"29198":{},"29296":{},"29410":{},"29490":{},"29588":{},"29702":{},"29782":{},"29880":{},"29994":{},"30074":{},"30172":{},"30286":{},"30366":{},"30464":{},"30578":{},"30658":{},"30756":{},"30870":{},"30950":{},"31048":{},"31162":{},"31242":{},"31340":{},"31454":{},"31534":{},"31632":{},"31746":{},"31826":{},"31924":{},"32038":{},"32118":{},"32216":{},"32330":{},"32410":{},"32508":{},"32622":{},"32702":{},"32800":{},"32914":{},"32994":{},"33092":{},"33206":{},"33286":{},"33384":{},"33498":{},"33578":{},"33676":{},"33790":{},"33870":{},"33968":{},"34082":{},"34162":{},"34260":{},"34374":{}},"parent":{}}],["account_id",{"_index":677,"name":{"1432":{},"1712":{},"1992":{},"2272":{},"2552":{},"2832":{},"3112":{},"3392":{},"3672":{},"3952":{},"4232":{},"4512":{},"4792":{},"5072":{},"5352":{},"5632":{},"5912":{},"6192":{},"6472":{},"6752":{},"7032":{},"7312":{},"7592":{},"7872":{},"8152":{},"8432":{},"8712":{},"8992":{},"9272":{},"9552":{},"9832":{},"10112":{},"10392":{},"10672":{},"10961":{},"11234":{},"11507":{},"11780":{},"12053":{},"12326":{},"12599":{},"12872":{},"13145":{},"13418":{},"13691":{},"13964":{},"14237":{},"14510":{},"14783":{},"15056":{},"15329":{},"15602":{},"15875":{},"16148":{},"16421":{},"16694":{},"16967":{},"17240":{},"17513":{},"17786":{},"18059":{},"18332":{},"18605":{},"18878":{},"19151":{},"19424":{},"19697":{},"24775":{},"25067":{},"25359":{},"25651":{},"25943":{},"26235":{},"26527":{},"26819":{},"27111":{},"27403":{},"27695":{},"27987":{},"28279":{},"28571":{},"28863":{},"29155":{},"29447":{},"29739":{},"30031":{},"30323":{},"30615":{},"30907":{},"31199":{},"31491":{},"31783":{},"32075":{},"32367":{},"32659":{},"32951":{},"33243":{},"33535":{},"33827":{},"34119":{},"34411":{}},"parent":{}}],["accounts",{"_index":562,"name":{"1262":{},"1286":{},"1326":{},"1436":{},"1542":{},"1566":{},"1606":{},"1716":{},"1822":{},"1846":{},"1886":{},"1996":{},"2102":{},"2126":{},"2166":{},"2276":{},"2382":{},"2406":{},"2446":{},"2556":{},"2662":{},"2686":{},"2726":{},"2836":{},"2942":{},"2966":{},"3006":{},"3116":{},"3222":{},"3246":{},"3286":{},"3396":{},"3502":{},"3526":{},"3566":{},"3676":{},"3782":{},"3806":{},"3846":{},"3956":{},"4062":{},"4086":{},"4126":{},"4236":{},"4342":{},"4366":{},"4406":{},"4516":{},"4622":{},"4646":{},"4686":{},"4796":{},"4902":{},"4926":{},"4966":{},"5076":{},"5182":{},"5206":{},"5246":{},"5356":{},"5462":{},"5486":{},"5526":{},"5636":{},"5742":{},"5766":{},"5806":{},"5916":{},"6022":{},"6046":{},"6086":{},"6196":{},"6302":{},"6326":{},"6366":{},"6476":{},"6582":{},"6606":{},"6646":{},"6756":{},"6862":{},"6886":{},"6926":{},"7036":{},"7142":{},"7166":{},"7206":{},"7316":{},"7422":{},"7446":{},"7486":{},"7596":{},"7702":{},"7726":{},"7766":{},"7876":{},"7982":{},"8006":{},"8046":{},"8156":{},"8262":{},"8286":{},"8326":{},"8436":{},"8542":{},"8566":{},"8606":{},"8716":{},"8822":{},"8846":{},"8886":{},"8996":{},"9102":{},"9126":{},"9166":{},"9276":{},"9382":{},"9406":{},"9446":{},"9556":{},"9662":{},"9686":{},"9726":{},"9836":{},"9942":{},"9966":{},"10006":{},"10116":{},"10222":{},"10246":{},"10286":{},"10396":{},"10502":{},"10526":{},"10566":{},"10676":{},"10798":{},"10856":{},"10965":{},"11071":{},"11129":{},"11238":{},"11344":{},"11402":{},"11511":{},"11617":{},"11675":{},"11784":{},"11890":{},"11948":{},"12057":{},"12163":{},"12221":{},"12330":{},"12436":{},"12494":{},"12603":{},"12709":{},"12767":{},"12876":{},"12982":{},"13040":{},"13149":{},"13255":{},"13313":{},"13422":{},"13528":{},"13586":{},"13695":{},"13801":{},"13859":{},"13968":{},"14074":{},"14132":{},"14241":{},"14347":{},"14405":{},"14514":{},"14620":{},"14678":{},"14787":{},"14893":{},"14951":{},"15060":{},"15166":{},"15224":{},"15333":{},"15439":{},"15497":{},"15606":{},"15712":{},"15770":{},"15879":{},"15985":{},"16043":{},"16152":{},"16258":{},"16316":{},"16425":{},"16531":{},"16589":{},"16698":{},"16804":{},"16862":{},"16971":{},"17077":{},"17135":{},"17244":{},"17350":{},"17408":{},"17517":{},"17623":{},"17681":{},"17790":{},"17896":{},"17954":{},"18063":{},"18169":{},"18227":{},"18336":{},"18442":{},"18500":{},"18609":{},"18715":{},"18773":{},"18882":{},"18988":{},"19046":{},"19155":{},"19261":{},"19319":{},"19428":{},"19534":{},"19592":{},"19701":{},"24594":{},"24618":{},"24669":{},"24779":{},"24886":{},"24910":{},"24961":{},"25071":{},"25178":{},"25202":{},"25253":{},"25363":{},"25470":{},"25494":{},"25545":{},"25655":{},"25762":{},"25786":{},"25837":{},"25947":{},"26054":{},"26078":{},"26129":{},"26239":{},"26346":{},"26370":{},"26421":{},"26531":{},"26638":{},"26662":{},"26713":{},"26823":{},"26930":{},"26954":{},"27005":{},"27115":{},"27222":{},"27246":{},"27297":{},"27407":{},"27514":{},"27538":{},"27589":{},"27699":{},"27806":{},"27830":{},"27881":{},"27991":{},"28098":{},"28122":{},"28173":{},"28283":{},"28390":{},"28414":{},"28465":{},"28575":{},"28682":{},"28706":{},"28757":{},"28867":{},"28974":{},"28998":{},"29049":{},"29159":{},"29266":{},"29290":{},"29341":{},"29451":{},"29558":{},"29582":{},"29633":{},"29743":{},"29850":{},"29874":{},"29925":{},"30035":{},"30142":{},"30166":{},"30217":{},"30327":{},"30434":{},"30458":{},"30509":{},"30619":{},"30726":{},"30750":{},"30801":{},"30911":{},"31018":{},"31042":{},"31093":{},"31203":{},"31310":{},"31334":{},"31385":{},"31495":{},"31602":{},"31626":{},"31677":{},"31787":{},"31894":{},"31918":{},"31969":{},"32079":{},"32186":{},"32210":{},"32261":{},"32371":{},"32478":{},"32502":{},"32553":{},"32663":{},"32770":{},"32794":{},"32845":{},"32955":{},"33062":{},"33086":{},"33137":{},"33247":{},"33354":{},"33378":{},"33429":{},"33539":{},"33646":{},"33670":{},"33721":{},"33831":{},"33938":{},"33962":{},"34013":{},"34123":{},"34230":{},"34254":{},"34305":{},"34415":{}},"parent":{}}],["acct",{"_index":516,"name":{"1199":{},"1257":{},"1479":{},"1537":{},"1759":{},"1817":{},"2039":{},"2097":{},"2319":{},"2377":{},"2599":{},"2657":{},"2879":{},"2937":{},"3159":{},"3217":{},"3439":{},"3497":{},"3719":{},"3777":{},"3999":{},"4057":{},"4279":{},"4337":{},"4559":{},"4617":{},"4839":{},"4897":{},"5119":{},"5177":{},"5399":{},"5457":{},"5679":{},"5737":{},"5959":{},"6017":{},"6239":{},"6297":{},"6519":{},"6577":{},"6799":{},"6857":{},"7079":{},"7137":{},"7359":{},"7417":{},"7639":{},"7697":{},"7919":{},"7977":{},"8199":{},"8257":{},"8479":{},"8537":{},"8759":{},"8817":{},"9039":{},"9097":{},"9319":{},"9377":{},"9599":{},"9657":{},"9879":{},"9937":{},"10159":{},"10217":{},"10439":{},"10497":{},"10735":{},"10793":{},"11008":{},"11066":{},"11281":{},"11339":{},"11554":{},"11612":{},"11827":{},"11885":{},"12100":{},"12158":{},"12373":{},"12431":{},"12646":{},"12704":{},"12919":{},"12977":{},"13192":{},"13250":{},"13465":{},"13523":{},"13738":{},"13796":{},"14011":{},"14069":{},"14284":{},"14342":{},"14557":{},"14615":{},"14830":{},"14888":{},"15103":{},"15161":{},"15376":{},"15434":{},"15649":{},"15707":{},"15922":{},"15980":{},"16195":{},"16253":{},"16468":{},"16526":{},"16741":{},"16799":{},"17014":{},"17072":{},"17287":{},"17345":{},"17560":{},"17618":{},"17833":{},"17891":{},"18106":{},"18164":{},"18379":{},"18437":{},"18652":{},"18710":{},"18925":{},"18983":{},"19198":{},"19256":{},"19471":{},"19529":{},"24530":{},"24589":{},"24822":{},"24881":{},"25114":{},"25173":{},"25406":{},"25465":{},"25698":{},"25757":{},"25990":{},"26049":{},"26282":{},"26341":{},"26574":{},"26633":{},"26866":{},"26925":{},"27158":{},"27217":{},"27450":{},"27509":{},"27742":{},"27801":{},"28034":{},"28093":{},"28326":{},"28385":{},"28618":{},"28677":{},"28910":{},"28969":{},"29202":{},"29261":{},"29494":{},"29553":{},"29786":{},"29845":{},"30078":{},"30137":{},"30370":{},"30429":{},"30662":{},"30721":{},"30954":{},"31013":{},"31246":{},"31305":{},"31538":{},"31597":{},"31830":{},"31889":{},"32122":{},"32181":{},"32414":{},"32473":{},"32706":{},"32765":{},"32998":{},"33057":{},"33290":{},"33349":{},"33582":{},"33641":{},"33874":{},"33933":{},"34166":{},"34225":{}},"parent":{}}],["action_taken",{"_index":675,"name":{"1430":{},"1710":{},"1990":{},"2270":{},"2550":{},"2830":{},"3110":{},"3390":{},"3670":{},"3950":{},"4230":{},"4510":{},"4790":{},"5070":{},"5350":{},"5630":{},"5910":{},"6190":{},"6470":{},"6750":{},"7030":{},"7310":{},"7590":{},"7870":{},"8150":{},"8430":{},"8710":{},"8990":{},"9270":{},"9550":{},"9830":{},"10110":{},"10390":{},"10670":{},"10959":{},"11232":{},"11505":{},"11778":{},"12051":{},"12324":{},"12597":{},"12870":{},"13143":{},"13416":{},"13689":{},"13962":{},"14235":{},"14508":{},"14781":{},"15054":{},"15327":{},"15600":{},"15873":{},"16146":{},"16419":{},"16692":{},"16965":{},"17238":{},"17511":{},"17784":{},"18057":{},"18330":{},"18603":{},"18876":{},"19149":{},"19422":{},"19695":{},"24773":{},"25065":{},"25357":{},"25649":{},"25941":{},"26233":{},"26525":{},"26817":{},"27109":{},"27401":{},"27693":{},"27985":{},"28277":{},"28569":{},"28861":{},"29153":{},"29445":{},"29737":{},"30029":{},"30321":{},"30613":{},"30905":{},"31197":{},"31489":{},"31781":{},"32073":{},"32365":{},"32657":{},"32949":{},"33241":{},"33533":{},"33825":{},"34117":{},"34409":{}},"parent":{}}],["activity",{"_index":67,"name":{"77":{},"113":{},"859":{},"896":{},"1217":{},"1497":{},"1777":{},"2057":{},"2337":{},"2617":{},"2897":{},"3177":{},"3457":{},"3737":{},"4017":{},"4297":{},"4577":{},"4857":{},"5137":{},"5417":{},"5697":{},"5977":{},"6257":{},"6537":{},"6817":{},"7097":{},"7377":{},"7657":{},"7937":{},"8217":{},"8497":{},"8777":{},"9057":{},"9337":{},"9617":{},"9897":{},"10177":{},"10457":{},"10753":{},"11026":{},"11299":{},"11572":{},"11845":{},"12118":{},"12391":{},"12664":{},"12937":{},"13210":{},"13483":{},"13756":{},"14029":{},"14302":{},"14575":{},"14848":{},"15121":{},"15394":{},"15667":{},"15940":{},"16213":{},"16486":{},"16759":{},"17032":{},"17305":{},"17578":{},"17851":{},"18124":{},"18397":{},"18670":{},"18943":{},"19216":{},"19489":{},"24548":{},"24840":{},"25132":{},"25424":{},"25716":{},"26008":{},"26300":{},"26592":{},"26884":{},"27176":{},"27468":{},"27760":{},"28052":{},"28344":{},"28636":{},"28928":{},"29220":{},"29512":{},"29804":{},"30096":{},"30388":{},"30680":{},"30972":{},"31264":{},"31556":{},"31848":{},"32140":{},"32432":{},"32724":{},"33016":{},"33308":{},"33600":{},"33892":{},"34184":{}},"parent":{}}],["addaccountstolist",{"_index":277,"name":{"341":{},"483":{},"758":{},"1128":{}},"parent":{}}],["alerts",{"_index":663,"name":{"1414":{},"1694":{},"1974":{},"2254":{},"2534":{},"2814":{},"3094":{},"3374":{},"3654":{},"3934":{},"4214":{},"4494":{},"4774":{},"5054":{},"5334":{},"5614":{},"5894":{},"6174":{},"6454":{},"6734":{},"7014":{},"7294":{},"7574":{},"7854":{},"8134":{},"8414":{},"8694":{},"8974":{},"9254":{},"9534":{},"9814":{},"10094":{},"10374":{},"10654":{},"10943":{},"11216":{},"11489":{},"11762":{},"12035":{},"12308":{},"12581":{},"12854":{},"13127":{},"13400":{},"13673":{},"13946":{},"14219":{},"14492":{},"14765":{},"15038":{},"15311":{},"15584":{},"15857":{},"16130":{},"16403":{},"16676":{},"16949":{},"17222":{},"17495":{},"17768":{},"18041":{},"18314":{},"18587":{},"18860":{},"19133":{},"19406":{},"19679":{},"24757":{},"25049":{},"25341":{},"25633":{},"25925":{},"26217":{},"26509":{},"26801":{},"27093":{},"27385":{},"27677":{},"27969":{},"28261":{},"28553":{},"28845":{},"29137":{},"29429":{},"29721":{},"30013":{},"30305":{},"30597":{},"30889":{},"31181":{},"31473":{},"31765":{},"32057":{},"32349":{},"32641":{},"32933":{},"33225":{},"33517":{},"33809":{},"34101":{},"34393":{}},"parent":{}}],["aliases",{"_index":5257,"name":{"19740":{},"19948":{},"20156":{},"20364":{},"20572":{},"20780":{},"20988":{},"21196":{},"21404":{},"21612":{},"21820":{},"22028":{},"22236":{},"22444":{},"22652":{},"22860":{},"23068":{},"23276":{},"23484":{},"23692":{},"23900":{},"24108":{},"24316":{}},"parent":{}}],["ancestors",{"_index":599,"name":{"1321":{},"1601":{},"1881":{},"2161":{},"2441":{},"2721":{},"3001":{},"3281":{},"3561":{},"3841":{},"4121":{},"4401":{},"4681":{},"4961":{},"5241":{},"5521":{},"5801":{},"6081":{},"6361":{},"6641":{},"6921":{},"7201":{},"7481":{},"7761":{},"8041":{},"8321":{},"8601":{},"8881":{},"9161":{},"9441":{},"9721":{},"10001":{},"10281":{},"10561":{},"10851":{},"11124":{},"11397":{},"11670":{},"11943":{},"12216":{},"12489":{},"12762":{},"13035":{},"13308":{},"13581":{},"13854":{},"14127":{},"14400":{},"14673":{},"14946":{},"15219":{},"15492":{},"15765":{},"16038":{},"16311":{},"16584":{},"16857":{},"17130":{},"17403":{},"17676":{},"17949":{},"18222":{},"18495":{},"18768":{},"19041":{},"19314":{},"19587":{},"24664":{},"24956":{},"25248":{},"25540":{},"25832":{},"26124":{},"26416":{},"26708":{},"27000":{},"27292":{},"27584":{},"27876":{},"28168":{},"28460":{},"28752":{},"29044":{},"29336":{},"29628":{},"29920":{},"30212":{},"30504":{},"30796":{},"31088":{},"31380":{},"31672":{},"31964":{},"32256":{},"32548":{},"32840":{},"33132":{},"33424":{},"33716":{},"34008":{},"34300":{}},"parent":{}}],["app",{"_index":332,"name":{"529":{},"19728":{},"19936":{},"20144":{},"20352":{},"20560":{},"20768":{},"20976":{},"21184":{},"21392":{},"21600":{},"21808":{},"22016":{},"22224":{},"22432":{},"22640":{},"22848":{},"23056":{},"23264":{},"23472":{},"23680":{},"23888":{},"24096":{},"24304":{}},"parent":{}}],["appdata",{"_index":424,"name":{"821":{}},"parent":{}}],["appdatafromserver",{"_index":405,"name":{"805":{}},"parent":{}}],["application",{"_index":68,"name":{"78":{},"114":{},"860":{},"897":{},"1223":{},"1313":{},"1503":{},"1593":{},"1783":{},"1873":{},"2063":{},"2153":{},"2343":{},"2433":{},"2623":{},"2713":{},"2903":{},"2993":{},"3183":{},"3273":{},"3463":{},"3553":{},"3743":{},"3833":{},"4023":{},"4113":{},"4303":{},"4393":{},"4583":{},"4673":{},"4863":{},"4953":{},"5143":{},"5233":{},"5423":{},"5513":{},"5703":{},"5793":{},"5983":{},"6073":{},"6263":{},"6353":{},"6543":{},"6633":{},"6823":{},"6913":{},"7103":{},"7193":{},"7383":{},"7473":{},"7663":{},"7753":{},"7943":{},"8033":{},"8223":{},"8313":{},"8503":{},"8593":{},"8783":{},"8873":{},"9063":{},"9153":{},"9343":{},"9433":{},"9623":{},"9713":{},"9903":{},"9993":{},"10183":{},"10273":{},"10463":{},"10553":{},"10759":{},"10843":{},"11032":{},"11116":{},"11305":{},"11389":{},"11578":{},"11662":{},"11851":{},"11935":{},"12124":{},"12208":{},"12397":{},"12481":{},"12670":{},"12754":{},"12943":{},"13027":{},"13216":{},"13300":{},"13489":{},"13573":{},"13762":{},"13846":{},"14035":{},"14119":{},"14308":{},"14392":{},"14581":{},"14665":{},"14854":{},"14938":{},"15127":{},"15211":{},"15400":{},"15484":{},"15673":{},"15757":{},"15946":{},"16030":{},"16219":{},"16303":{},"16492":{},"16576":{},"16765":{},"16849":{},"17038":{},"17122":{},"17311":{},"17395":{},"17584":{},"17668":{},"17857":{},"17941":{},"18130":{},"18214":{},"18403":{},"18487":{},"18676":{},"18760":{},"18949":{},"19033":{},"19222":{},"19306":{},"19495":{},"19579":{},"24554":{},"24645":{},"24846":{},"24937":{},"25138":{},"25229":{},"25430":{},"25521":{},"25722":{},"25813":{},"26014":{},"26105":{},"26306":{},"26397":{},"26598":{},"26689":{},"26890":{},"26981":{},"27182":{},"27273":{},"27474":{},"27565":{},"27766":{},"27857":{},"28058":{},"28149":{},"28350":{},"28441":{},"28642":{},"28733":{},"28934":{},"29025":{},"29226":{},"29317":{},"29518":{},"29609":{},"29810":{},"29901":{},"30102":{},"30193":{},"30394":{},"30485":{},"30686":{},"30777":{},"30978":{},"31069":{},"31270":{},"31361":{},"31562":{},"31653":{},"31854":{},"31945":{},"32146":{},"32237":{},"32438":{},"32529":{},"32730":{},"32821":{},"33022":{},"33113":{},"33314":{},"33405":{},"33606":{},"33697":{},"33898":{},"33989":{},"34190":{},"34281":{}},"parent":{}}],["application_id",{"_index":689,"name":{"1454":{},"1734":{},"2014":{},"2294":{},"2574":{},"2854":{},"3134":{},"3414":{},"3694":{},"3974":{},"4254":{},"4534":{},"4814":{},"5094":{},"5374":{},"5654":{},"5934":{},"6214":{},"6494":{},"6774":{},"7054":{},"7334":{},"7614":{},"7894":{},"8174":{},"8454":{},"8734":{},"9014":{},"9294":{},"9574":{},"9854":{},"10134":{},"10414":{},"10694":{},"10983":{},"11256":{},"11529":{},"11802":{},"12075":{},"12348":{},"12621":{},"12894":{},"13167":{},"13440":{},"13713":{},"13986":{},"14259":{},"14532":{},"14805":{},"15078":{},"15351":{},"15624":{},"15897":{},"16170":{},"16443":{},"16716":{},"16989":{},"17262":{},"17535":{},"17808":{},"18081":{},"18354":{},"18627":{},"18900":{},"19173":{},"19446":{},"19719":{},"24797":{},"25089":{},"25381":{},"25673":{},"25965":{},"26257":{},"26549":{},"26841":{},"27133":{},"27425":{},"27717":{},"28009":{},"28301":{},"28593":{},"28885":{},"29177":{},"29469":{},"29761":{},"30053":{},"30345":{},"30637":{},"30929":{},"31221":{},"31513":{},"31805":{},"32097":{},"32389":{},"32681":{},"32973":{},"33265":{},"33557":{},"33849":{},"34141":{},"34433":{}},"parent":{}}],["argumenterror",{"_index":325,"name":{"520":{}},"parent":{}}],["attachment",{"_index":69,"name":{"79":{},"115":{},"861":{},"898":{},"1228":{},"1508":{},"1788":{},"2068":{},"2348":{},"2628":{},"2908":{},"3188":{},"3468":{},"3748":{},"4028":{},"4308":{},"4588":{},"4868":{},"5148":{},"5428":{},"5708":{},"5988":{},"6268":{},"6548":{},"6828":{},"7108":{},"7388":{},"7668":{},"7948":{},"8228":{},"8508":{},"8788":{},"9068":{},"9348":{},"9628":{},"9908":{},"10188":{},"10468":{},"10764":{},"11037":{},"11310":{},"11583":{},"11856":{},"12129":{},"12402":{},"12675":{},"12948":{},"13221":{},"13494":{},"13767":{},"14040":{},"14313":{},"14586":{},"14859":{},"15132":{},"15405":{},"15678":{},"15951":{},"16224":{},"16497":{},"16770":{},"17043":{},"17316":{},"17589":{},"17862":{},"18135":{},"18408":{},"18681":{},"18954":{},"19227":{},"19500":{},"24559":{},"24851":{},"25143":{},"25435":{},"25727":{},"26019":{},"26311":{},"26603":{},"26895":{},"27187":{},"27479":{},"27771":{},"28063":{},"28355":{},"28647":{},"28939":{},"29231":{},"29523":{},"29815":{},"30107":{},"30399":{},"30691":{},"30983":{},"31275":{},"31567":{},"31859":{},"32151":{},"32443":{},"32735":{},"33027":{},"33319":{},"33611":{},"33903":{},"34195":{}},"parent":{}}],["auth",{"_index":492,"name":{"1168":{}},"parent":{}}],["author_name",{"_index":549,"name":{"1245":{},"1525":{},"1805":{},"2085":{},"2365":{},"2645":{},"2925":{},"3205":{},"3485":{},"3765":{},"4045":{},"4325":{},"4605":{},"4885":{},"5165":{},"5445":{},"5725":{},"6005":{},"6285":{},"6565":{},"6845":{},"7125":{},"7405":{},"7685":{},"7965":{},"8245":{},"8525":{},"8805":{},"9085":{},"9365":{},"9645":{},"9925":{},"10205":{},"10485":{},"10781":{},"11054":{},"11327":{},"11600":{},"11873":{},"12146":{},"12419":{},"12692":{},"12965":{},"13238":{},"13511":{},"13784":{},"14057":{},"14330":{},"14603":{},"14876":{},"15149":{},"15422":{},"15695":{},"15968":{},"16241":{},"16514":{},"16787":{},"17060":{},"17333":{},"17606":{},"17879":{},"18152":{},"18425":{},"18698":{},"18971":{},"19244":{},"19517":{},"24576":{},"24868":{},"25160":{},"25452":{},"25744":{},"26036":{},"26328":{},"26620":{},"26912":{},"27204":{},"27496":{},"27788":{},"28080":{},"28372":{},"28664":{},"28956":{},"29248":{},"29540":{},"29832":{},"30124":{},"30416":{},"30708":{},"31000":{},"31292":{},"31584":{},"31876":{},"32168":{},"32460":{},"32752":{},"33044":{},"33336":{},"33628":{},"33920":{},"34212":{}},"parent":{}}],["author_url",{"_index":550,"name":{"1246":{},"1526":{},"1806":{},"2086":{},"2366":{},"2646":{},"2926":{},"3206":{},"3486":{},"3766":{},"4046":{},"4326":{},"4606":{},"4886":{},"5166":{},"5446":{},"5726":{},"6006":{},"6286":{},"6566":{},"6846":{},"7126":{},"7406":{},"7686":{},"7966":{},"8246":{},"8526":{},"8806":{},"9086":{},"9366":{},"9646":{},"9926":{},"10206":{},"10486":{},"10782":{},"11055":{},"11328":{},"11601":{},"11874":{},"12147":{},"12420":{},"12693":{},"12966":{},"13239":{},"13512":{},"13785":{},"14058":{},"14331":{},"14604":{},"14877":{},"15150":{},"15423":{},"15696":{},"15969":{},"16242":{},"16515":{},"16788":{},"17061":{},"17334":{},"17607":{},"17880":{},"18153":{},"18426":{},"18699":{},"18972":{},"19245":{},"19518":{},"24577":{},"24869":{},"25161":{},"25453":{},"25745":{},"26037":{},"26329":{},"26621":{},"26913":{},"27205":{},"27497":{},"27789":{},"28081":{},"28373":{},"28665":{},"28957":{},"29249":{},"29541":{},"29833":{},"30125":{},"30417":{},"30709":{},"31001":{},"31293":{},"31585":{},"31877":{},"32169":{},"32461":{},"32753":{},"33045":{},"33337":{},"33629":{},"33921":{},"34213":{}},"parent":{}}],["avatar",{"_index":522,"name":{"1208":{},"1488":{},"1768":{},"2048":{},"2328":{},"2608":{},"2888":{},"3168":{},"3448":{},"3728":{},"4008":{},"4288":{},"4568":{},"4848":{},"5128":{},"5408":{},"5688":{},"5968":{},"6248":{},"6528":{},"6808":{},"7088":{},"7368":{},"7648":{},"7928":{},"8208":{},"8488":{},"8768":{},"9048":{},"9328":{},"9608":{},"9888":{},"10168":{},"10448":{},"10744":{},"11017":{},"11290":{},"11563":{},"11836":{},"12109":{},"12382":{},"12655":{},"12928":{},"13201":{},"13474":{},"13747":{},"14020":{},"14293":{},"14566":{},"14839":{},"15112":{},"15385":{},"15658":{},"15931":{},"16204":{},"16477":{},"16750":{},"17023":{},"17296":{},"17569":{},"17842":{},"18115":{},"18388":{},"18661":{},"18934":{},"19207":{},"19480":{},"24539":{},"24831":{},"25123":{},"25415":{},"25707":{},"25999":{},"26291":{},"26583":{},"26875":{},"27167":{},"27459":{},"27751":{},"28043":{},"28335":{},"28627":{},"28919":{},"29211":{},"29503":{},"29795":{},"30087":{},"30379":{},"30671":{},"30963":{},"31255":{},"31547":{},"31839":{},"32131":{},"32423":{},"32715":{},"33007":{},"33299":{},"33591":{},"33883":{},"34175":{}},"parent":{}}],["avatar_static",{"_index":523,"name":{"1209":{},"1489":{},"1769":{},"2049":{},"2329":{},"2609":{},"2889":{},"3169":{},"3449":{},"3729":{},"4009":{},"4289":{},"4569":{},"4849":{},"5129":{},"5409":{},"5689":{},"5969":{},"6249":{},"6529":{},"6809":{},"7089":{},"7369":{},"7649":{},"7929":{},"8209":{},"8489":{},"8769":{},"9049":{},"9329":{},"9609":{},"9889":{},"10169":{},"10449":{},"10745":{},"11018":{},"11291":{},"11564":{},"11837":{},"12110":{},"12383":{},"12656":{},"12929":{},"13202":{},"13475":{},"13748":{},"14021":{},"14294":{},"14567":{},"14840":{},"15113":{},"15386":{},"15659":{},"15932":{},"16205":{},"16478":{},"16751":{},"17024":{},"17297":{},"17570":{},"17843":{},"18116":{},"18389":{},"18662":{},"18935":{},"19208":{},"19481":{},"24540":{},"24832":{},"25124":{},"25416":{},"25708":{},"26000":{},"26292":{},"26584":{},"26876":{},"27168":{},"27460":{},"27752":{},"28044":{},"28336":{},"28628":{},"28920":{},"29212":{},"29504":{},"29796":{},"30088":{},"30380":{},"30672":{},"30964":{},"31256":{},"31548":{},"31840":{},"32132":{},"32424":{},"32716":{},"33008":{},"33300":{},"33592":{},"33884":{},"34176":{}},"parent":{}}],["avatarcolor",{"_index":5261,"name":{"19748":{},"19809":{},"19956":{},"20017":{},"20164":{},"20225":{},"20372":{},"20433":{},"20580":{},"20641":{},"20788":{},"20849":{},"20996":{},"21057":{},"21204":{},"21265":{},"21412":{},"21473":{},"21620":{},"21681":{},"21828":{},"21889":{},"22036":{},"22097":{},"22244":{},"22305":{},"22452":{},"22513":{},"22660":{},"22721":{},"22868":{},"22929":{},"23076":{},"23137":{},"23284":{},"23345":{},"23492":{},"23553":{},"23700":{},"23761":{},"23908":{},"23969":{},"24116":{},"24177":{},"24324":{},"24385":{}},"parent":{}}],["avatarid",{"_index":5305,"name":{"19825":{},"20033":{},"20241":{},"20449":{},"20657":{},"20865":{},"21073":{},"21281":{},"21489":{},"21697":{},"21905":{},"22113":{},"22321":{},"22529":{},"22737":{},"22945":{},"23153":{},"23361":{},"23569":{},"23777":{},"23985":{},"24193":{},"24401":{}},"parent":{}}],["avatarurl",{"_index":5260,"name":{"19747":{},"19808":{},"19955":{},"20016":{},"20163":{},"20224":{},"20371":{},"20432":{},"20579":{},"20640":{},"20787":{},"20848":{},"20995":{},"21056":{},"21203":{},"21264":{},"21411":{},"21472":{},"21619":{},"21680":{},"21827":{},"21888":{},"22035":{},"22096":{},"22243":{},"22304":{},"22451":{},"22512":{},"22659":{},"22720":{},"22867":{},"22928":{},"23075":{},"23136":{},"23283":{},"23344":{},"23491":{},"23552":{},"23699":{},"23760":{},"23907":{},"23968":{},"24115":{},"24176":{},"24323":{},"24384":{}},"parent":{}}],["avgcolor",{"_index":5269,"name":{"19763":{},"19971":{},"20179":{},"20387":{},"20595":{},"20803":{},"21011":{},"21219":{},"21427":{},"21635":{},"21843":{},"22051":{},"22259":{},"22467":{},"22675":{},"22883":{},"23091":{},"23299":{},"23507":{},"23715":{},"23923":{},"24131":{},"24339":{}},"parent":{}}],["axios",{"_index":0,"name":{"0":{}},"parent":{}}],["bannercolor",{"_index":5298,"name":{"19817":{},"20025":{},"20233":{},"20441":{},"20649":{},"20857":{},"21065":{},"21273":{},"21481":{},"21689":{},"21897":{},"22105":{},"22313":{},"22521":{},"22729":{},"22937":{},"23145":{},"23353":{},"23561":{},"23769":{},"23977":{},"24185":{},"24393":{}},"parent":{}}],["bannerid",{"_index":5306,"name":{"19826":{},"20034":{},"20242":{},"20450":{},"20658":{},"20866":{},"21074":{},"21282":{},"21490":{},"21698":{},"21906":{},"22114":{},"22322":{},"22530":{},"22738":{},"22946":{},"23154":{},"23362":{},"23570":{},"23778":{},"23986":{},"24194":{},"24402":{}},"parent":{}}],["bannerurl",{"_index":5297,"name":{"19816":{},"19885":{},"20024":{},"20093":{},"20232":{},"20301":{},"20440":{},"20509":{},"20648":{},"20717":{},"20856":{},"20925":{},"21064":{},"21133":{},"21272":{},"21341":{},"21480":{},"21549":{},"21688":{},"21757":{},"21896":{},"21965":{},"22104":{},"22173":{},"22312":{},"22381":{},"22520":{},"22589":{},"22728":{},"22797":{},"22936":{},"23005":{},"23144":{},"23213":{},"23352":{},"23421":{},"23560":{},"23629":{},"23768":{},"23837":{},"23976":{},"24045":{},"24184":{},"24253":{},"24392":{},"24461":{}},"parent":{}}],["baseurl",{"_index":61,"name":{"63":{},"248":{},"582":{},"664":{},"943":{},"1035":{}},"parent":{}}],["blockaccount",{"_index":208,"name":{"271":{},"413":{},"688":{},"1058":{}},"parent":{}}],["blockdomain",{"_index":222,"name":{"285":{},"427":{},"702":{},"1072":{}},"parent":{}}],["blockee",{"_index":5312,"name":{"19834":{},"20042":{},"20250":{},"20458":{},"20666":{},"20874":{},"21082":{},"21290":{},"21498":{},"21706":{},"21914":{},"22122":{},"22330":{},"22538":{},"22746":{},"22954":{},"23162":{},"23370":{},"23578":{},"23786":{},"23994":{},"24202":{},"24410":{}},"parent":{}}],["blockeeid",{"_index":5311,"name":{"19833":{},"20041":{},"20249":{},"20457":{},"20665":{},"20873":{},"21081":{},"21289":{},"21497":{},"21705":{},"21913":{},"22121":{},"22329":{},"22537":{},"22745":{},"22953":{},"23161":{},"23369":{},"23577":{},"23785":{},"23993":{},"24201":{},"24409":{}},"parent":{}}],["blocking",{"_index":334,"name":{"530":{},"1420":{},"1700":{},"1980":{},"2260":{},"2540":{},"2820":{},"3100":{},"3380":{},"3660":{},"3940":{},"4220":{},"4500":{},"4780":{},"5060":{},"5340":{},"5620":{},"5900":{},"6180":{},"6460":{},"6740":{},"7020":{},"7300":{},"7580":{},"7860":{},"8140":{},"8420":{},"8700":{},"8980":{},"9260":{},"9540":{},"9820":{},"10100":{},"10380":{},"10660":{},"10949":{},"11222":{},"11495":{},"11768":{},"12041":{},"12314":{},"12587":{},"12860":{},"13133":{},"13406":{},"13679":{},"13952":{},"14225":{},"14498":{},"14771":{},"15044":{},"15317":{},"15590":{},"15863":{},"16136":{},"16409":{},"16682":{},"16955":{},"17228":{},"17501":{},"17774":{},"18047":{},"18320":{},"18593":{},"18866":{},"19139":{},"19412":{},"19685":{},"19829":{},"20037":{},"20245":{},"20453":{},"20661":{},"20869":{},"21077":{},"21285":{},"21493":{},"21701":{},"21909":{},"22117":{},"22325":{},"22533":{},"22741":{},"22949":{},"23157":{},"23365":{},"23573":{},"23781":{},"23989":{},"24197":{},"24405":{},"24763":{},"25055":{},"25347":{},"25639":{},"25931":{},"26223":{},"26515":{},"26807":{},"27099":{},"27391":{},"27683":{},"27975":{},"28267":{},"28559":{},"28851":{},"29143":{},"29435":{},"29727":{},"30019":{},"30311":{},"30603":{},"30895":{},"31187":{},"31479":{},"31771":{},"32063":{},"32355":{},"32647":{},"32939":{},"33231":{},"33523":{},"33815":{},"34107":{},"34399":{}},"parent":{}}],["bookmarked",{"_index":597,"name":{"1318":{},"1598":{},"1878":{},"2158":{},"2438":{},"2718":{},"2998":{},"3278":{},"3558":{},"3838":{},"4118":{},"4398":{},"4678":{},"4958":{},"5238":{},"5518":{},"5798":{},"6078":{},"6358":{},"6638":{},"6918":{},"7198":{},"7478":{},"7758":{},"8038":{},"8318":{},"8598":{},"8878":{},"9158":{},"9438":{},"9718":{},"9998":{},"10278":{},"10558":{},"10846":{},"11119":{},"11392":{},"11665":{},"11938":{},"12211":{},"12484":{},"12757":{},"13030":{},"13303":{},"13576":{},"13849":{},"14122":{},"14395":{},"14668":{},"14941":{},"15214":{},"15487":{},"15760":{},"16033":{},"16306":{},"16579":{},"16852":{},"17125":{},"17398":{},"17671":{},"17944":{},"18217":{},"18490":{},"18763":{},"19036":{},"19309":{},"19582":{},"24648":{},"24940":{},"25232":{},"25524":{},"25816":{},"26108":{},"26400":{},"26692":{},"26984":{},"27276":{},"27568":{},"27860":{},"28152":{},"28444":{},"28736":{},"29028":{},"29320":{},"29612":{},"29904":{},"30196":{},"30488":{},"30780":{},"31072":{},"31364":{},"31656":{},"31948":{},"32240":{},"32532":{},"32824":{},"33116":{},"33408":{},"33700":{},"33992":{},"34284":{}},"parent":{}}],["bookmarkstatus",{"_index":249,"name":{"313":{},"455":{},"730":{},"1100":{}},"parent":{}}],["bot",{"_index":528,"name":{"1215":{},"1495":{},"1775":{},"2055":{},"2335":{},"2615":{},"2895":{},"3175":{},"3455":{},"3735":{},"4015":{},"4295":{},"4575":{},"4855":{},"5135":{},"5415":{},"5695":{},"5975":{},"6255":{},"6535":{},"6815":{},"7095":{},"7375":{},"7655":{},"7935":{},"8215":{},"8495":{},"8775":{},"9055":{},"9335":{},"9615":{},"9895":{},"10175":{},"10455":{},"10751":{},"11024":{},"11297":{},"11570":{},"11843":{},"12116":{},"12389":{},"12662":{},"12935":{},"13208":{},"13481":{},"13754":{},"14027":{},"14300":{},"14573":{},"14846":{},"15119":{},"15392":{},"15665":{},"15938":{},"16211":{},"16484":{},"16757":{},"17030":{},"17303":{},"17576":{},"17849":{},"18122":{},"18395":{},"18668":{},"18941":{},"19214":{},"19487":{},"24546":{},"24838":{},"25130":{},"25422":{},"25714":{},"26006":{},"26298":{},"26590":{},"26882":{},"27174":{},"27466":{},"27758":{},"28050":{},"28342":{},"28634":{},"28926":{},"29218":{},"29510":{},"29802":{},"30094":{},"30386":{},"30678":{},"30970":{},"31262":{},"31554":{},"31846":{},"32138":{},"32430":{},"32722":{},"33014":{},"33306":{},"33598":{},"33890":{},"34182":{}},"parent":{}}],["callbackurl",{"_index":5252,"name":{"19732":{},"19940":{},"20148":{},"20356":{},"20564":{},"20772":{},"20980":{},"21188":{},"21396":{},"21604":{},"21812":{},"22020":{},"22228":{},"22436":{},"22644":{},"22852":{},"23060":{},"23268":{},"23476":{},"23684":{},"23892":{},"24100":{},"24308":{}},"parent":{}}],["cancel",{"_index":1,"name":{"1":{},"54":{},"72":{},"249":{},"392":{},"587":{},"666":{},"935":{},"952":{},"1036":{}},"parent":{"2":{},"5":{}}}],["cancel.requestcancelederror",{"_index":4,"name":{},"parent":{"3":{},"4":{}}}],["cancelscheduledstatus",{"_index":262,"name":{"326":{},"468":{},"743":{},"1113":{}},"parent":{}}],["canceltokensource",{"_index":63,"name":{"65":{},"584":{},"945":{}},"parent":{}}],["card",{"_index":70,"name":{"80":{},"116":{},"862":{},"899":{},"1238":{},"1311":{},"1518":{},"1591":{},"1798":{},"1871":{},"2078":{},"2151":{},"2358":{},"2431":{},"2638":{},"2711":{},"2918":{},"2991":{},"3198":{},"3271":{},"3478":{},"3551":{},"3758":{},"3831":{},"4038":{},"4111":{},"4318":{},"4391":{},"4598":{},"4671":{},"4878":{},"4951":{},"5158":{},"5231":{},"5438":{},"5511":{},"5718":{},"5791":{},"5998":{},"6071":{},"6278":{},"6351":{},"6558":{},"6631":{},"6838":{},"6911":{},"7118":{},"7191":{},"7398":{},"7471":{},"7678":{},"7751":{},"7958":{},"8031":{},"8238":{},"8311":{},"8518":{},"8591":{},"8798":{},"8871":{},"9078":{},"9151":{},"9358":{},"9431":{},"9638":{},"9711":{},"9918":{},"9991":{},"10198":{},"10271":{},"10478":{},"10551":{},"10774":{},"10841":{},"11047":{},"11114":{},"11320":{},"11387":{},"11593":{},"11660":{},"11866":{},"11933":{},"12139":{},"12206":{},"12412":{},"12479":{},"12685":{},"12752":{},"12958":{},"13025":{},"13231":{},"13298":{},"13504":{},"13571":{},"13777":{},"13844":{},"14050":{},"14117":{},"14323":{},"14390":{},"14596":{},"14663":{},"14869":{},"14936":{},"15142":{},"15209":{},"15415":{},"15482":{},"15688":{},"15755":{},"15961":{},"16028":{},"16234":{},"16301":{},"16507":{},"16574":{},"16780":{},"16847":{},"17053":{},"17120":{},"17326":{},"17393":{},"17599":{},"17666":{},"17872":{},"17939":{},"18145":{},"18212":{},"18418":{},"18485":{},"18691":{},"18758":{},"18964":{},"19031":{},"19237":{},"19304":{},"19510":{},"19577":{},"24569":{},"24643":{},"24861":{},"24935":{},"25153":{},"25227":{},"25445":{},"25519":{},"25737":{},"25811":{},"26029":{},"26103":{},"26321":{},"26395":{},"26613":{},"26687":{},"26905":{},"26979":{},"27197":{},"27271":{},"27489":{},"27563":{},"27781":{},"27855":{},"28073":{},"28147":{},"28365":{},"28439":{},"28657":{},"28731":{},"28949":{},"29023":{},"29241":{},"29315":{},"29533":{},"29607":{},"29825":{},"29899":{},"30117":{},"30191":{},"30409":{},"30483":{},"30701":{},"30775":{},"30993":{},"31067":{},"31285":{},"31359":{},"31577":{},"31651":{},"31869":{},"31943":{},"32161":{},"32235":{},"32453":{},"32527":{},"32745":{},"32819":{},"33037":{},"33111":{},"33329":{},"33403":{},"33621":{},"33695":{},"33913":{},"33987":{},"34205":{},"34279":{}},"parent":{}}],["channel",{"_index":394,"name":{"629":{}},"parent":{}}],["chart",{"_index":5329,"name":{"19866":{},"20074":{},"20282":{},"20490":{},"20698":{},"20906":{},"21114":{},"21322":{},"21530":{},"21738":{},"21946":{},"22154":{},"22362":{},"22570":{},"22778":{},"22986":{},"23194":{},"23402":{},"23610":{},"23818":{},"24026":{},"24234":{},"24442":{}},"parent":{}}],["choice",{"_index":335,"name":{"531":{},"564":{},"19766":{},"19974":{},"20182":{},"20390":{},"20598":{},"20806":{},"21014":{},"21222":{},"21430":{},"21638":{},"21846":{},"22054":{},"22262":{},"22470":{},"22678":{},"22886":{},"23094":{},"23302":{},"23510":{},"23718":{},"23926":{},"24134":{},"24342":{}},"parent":{}}],["choices",{"_index":5278,"name":{"19775":{},"19983":{},"20191":{},"20399":{},"20607":{},"20815":{},"21023":{},"21231":{},"21439":{},"21647":{},"21855":{},"22063":{},"22271":{},"22479":{},"22687":{},"22895":{},"23103":{},"23311":{},"23519":{},"23727":{},"23935":{},"24143":{},"24351":{}},"parent":{}}],["client",{"_index":57,"name":{"57":{},"247":{},"579":{},"663":{},"937":{},"1034":{}},"parent":{}}],["client_id",{"_index":413,"name":{"811":{},"830":{}},"parent":{}}],["client_secret",{"_index":414,"name":{"812":{},"831":{}},"parent":{}}],["clientid",{"_index":429,"name":{"833":{}},"parent":{}}],["clientsecret",{"_index":430,"name":{"834":{}},"parent":{}}],["comment",{"_index":676,"name":{"1431":{},"1711":{},"1991":{},"2271":{},"2551":{},"2831":{},"3111":{},"3391":{},"3671":{},"3951":{},"4231":{},"4511":{},"4791":{},"5071":{},"5351":{},"5631":{},"5911":{},"6191":{},"6471":{},"6751":{},"7031":{},"7311":{},"7591":{},"7871":{},"8151":{},"8431":{},"8711":{},"8991":{},"9271":{},"9551":{},"9831":{},"10111":{},"10391":{},"10671":{},"10960":{},"11233":{},"11506":{},"11779":{},"12052":{},"12325":{},"12598":{},"12871":{},"13144":{},"13417":{},"13690":{},"13963":{},"14236":{},"14509":{},"14782":{},"15055":{},"15328":{},"15601":{},"15874":{},"16147":{},"16420":{},"16693":{},"16966":{},"17239":{},"17512":{},"17785":{},"18058":{},"18331":{},"18604":{},"18877":{},"19150":{},"19423":{},"19696":{},"24774":{},"25066":{},"25358":{},"25650":{},"25942":{},"26234":{},"26526":{},"26818":{},"27110":{},"27402":{},"27694":{},"27986":{},"28278":{},"28570":{},"28862":{},"29154":{},"29446":{},"29738":{},"30030":{},"30322":{},"30614":{},"30906":{},"31198":{},"31490":{},"31782":{},"32074":{},"32366":{},"32658":{},"32950":{},"33242":{},"33534":{},"33826":{},"34118":{},"34410":{}},"parent":{}}],["constructor",{"_index":3,"name":{"3":{},"61":{},"190":{},"194":{},"213":{},"242":{},"246":{},"519":{},"521":{},"523":{},"580":{},"627":{},"658":{},"662":{},"823":{},"837":{},"852":{},"941":{},"1000":{},"1029":{},"1033":{}},"parent":{}}],["contact_account",{"_index":639,"name":{"1374":{},"1654":{},"1934":{},"2214":{},"2494":{},"2774":{},"3054":{},"3334":{},"3614":{},"3894":{},"4174":{},"4454":{},"4734":{},"5014":{},"5294":{},"5574":{},"5854":{},"6134":{},"6414":{},"6694":{},"6974":{},"7254":{},"7534":{},"7814":{},"8094":{},"8374":{},"8654":{},"8934":{},"9214":{},"9494":{},"9774":{},"10054":{},"10334":{},"10614":{},"10904":{},"11177":{},"11450":{},"11723":{},"11996":{},"12269":{},"12542":{},"12815":{},"13088":{},"13361":{},"13634":{},"13907":{},"14180":{},"14453":{},"14726":{},"14999":{},"15272":{},"15545":{},"15818":{},"16091":{},"16364":{},"16637":{},"16910":{},"17183":{},"17456":{},"17729":{},"18002":{},"18275":{},"18548":{},"18821":{},"19094":{},"19367":{},"19640":{},"24717":{},"25009":{},"25301":{},"25593":{},"25885":{},"26177":{},"26469":{},"26761":{},"27053":{},"27345":{},"27637":{},"27929":{},"28221":{},"28513":{},"28805":{},"29097":{},"29389":{},"29681":{},"29973":{},"30265":{},"30557":{},"30849":{},"31141":{},"31433":{},"31725":{},"32017":{},"32309":{},"32601":{},"32893":{},"33185":{},"33477":{},"33769":{},"34061":{},"34353":{}},"parent":{}}],["content",{"_index":584,"name":{"1296":{},"1576":{},"1856":{},"2136":{},"2416":{},"2696":{},"2976":{},"3256":{},"3536":{},"3816":{},"4096":{},"4376":{},"4656":{},"4936":{},"5216":{},"5496":{},"5776":{},"6056":{},"6336":{},"6616":{},"6896":{},"7176":{},"7456":{},"7736":{},"8016":{},"8296":{},"8576":{},"8856":{},"9136":{},"9416":{},"9696":{},"9976":{},"10256":{},"10536":{},"10826":{},"11099":{},"11372":{},"11645":{},"11918":{},"12191":{},"12464":{},"12737":{},"13010":{},"13283":{},"13556":{},"13829":{},"14102":{},"14375":{},"14648":{},"14921":{},"15194":{},"15467":{},"15740":{},"16013":{},"16286":{},"16559":{},"16832":{},"17105":{},"17378":{},"17651":{},"17924":{},"18197":{},"18470":{},"18743":{},"19016":{},"19289":{},"19562":{},"24628":{},"24920":{},"25212":{},"25504":{},"25796":{},"26088":{},"26380":{},"26672":{},"26964":{},"27256":{},"27548":{},"27840":{},"28132":{},"28424":{},"28716":{},"29008":{},"29300":{},"29592":{},"29884":{},"30176":{},"30468":{},"30760":{},"31052":{},"31344":{},"31636":{},"31928":{},"32220":{},"32512":{},"32804":{},"33096":{},"33388":{},"33680":{},"33972":{},"34264":{}},"parent":{}}],["context",{"_index":71,"name":{"81":{},"117":{},"863":{},"900":{},"1319":{},"1344":{},"1599":{},"1624":{},"1879":{},"1904":{},"2159":{},"2184":{},"2439":{},"2464":{},"2719":{},"2744":{},"2999":{},"3024":{},"3279":{},"3304":{},"3559":{},"3584":{},"3839":{},"3864":{},"4119":{},"4144":{},"4399":{},"4424":{},"4679":{},"4704":{},"4959":{},"4984":{},"5239":{},"5264":{},"5519":{},"5544":{},"5799":{},"5824":{},"6079":{},"6104":{},"6359":{},"6384":{},"6639":{},"6664":{},"6919":{},"6944":{},"7199":{},"7224":{},"7479":{},"7504":{},"7759":{},"7784":{},"8039":{},"8064":{},"8319":{},"8344":{},"8599":{},"8624":{},"8879":{},"8904":{},"9159":{},"9184":{},"9439":{},"9464":{},"9719":{},"9744":{},"9999":{},"10024":{},"10279":{},"10304":{},"10559":{},"10584":{},"10849":{},"10874":{},"11122":{},"11147":{},"11395":{},"11420":{},"11668":{},"11693":{},"11941":{},"11966":{},"12214":{},"12239":{},"12487":{},"12512":{},"12760":{},"12785":{},"13033":{},"13058":{},"13306":{},"13331":{},"13579":{},"13604":{},"13852":{},"13877":{},"14125":{},"14150":{},"14398":{},"14423":{},"14671":{},"14696":{},"14944":{},"14969":{},"15217":{},"15242":{},"15490":{},"15515":{},"15763":{},"15788":{},"16036":{},"16061":{},"16309":{},"16334":{},"16582":{},"16607":{},"16855":{},"16880":{},"17128":{},"17153":{},"17401":{},"17426":{},"17674":{},"17699":{},"17947":{},"17972":{},"18220":{},"18245":{},"18493":{},"18518":{},"18766":{},"18791":{},"19039":{},"19064":{},"19312":{},"19337":{},"19585":{},"19610":{},"24651":{},"24662":{},"24687":{},"24943":{},"24954":{},"24979":{},"25235":{},"25246":{},"25271":{},"25527":{},"25538":{},"25563":{},"25819":{},"25830":{},"25855":{},"26111":{},"26122":{},"26147":{},"26403":{},"26414":{},"26439":{},"26695":{},"26706":{},"26731":{},"26987":{},"26998":{},"27023":{},"27279":{},"27290":{},"27315":{},"27571":{},"27582":{},"27607":{},"27863":{},"27874":{},"27899":{},"28155":{},"28166":{},"28191":{},"28447":{},"28458":{},"28483":{},"28739":{},"28750":{},"28775":{},"29031":{},"29042":{},"29067":{},"29323":{},"29334":{},"29359":{},"29615":{},"29626":{},"29651":{},"29907":{},"29918":{},"29943":{},"30199":{},"30210":{},"30235":{},"30491":{},"30502":{},"30527":{},"30783":{},"30794":{},"30819":{},"31075":{},"31086":{},"31111":{},"31367":{},"31378":{},"31403":{},"31659":{},"31670":{},"31695":{},"31951":{},"31962":{},"31987":{},"32243":{},"32254":{},"32279":{},"32535":{},"32546":{},"32571":{},"32827":{},"32838":{},"32863":{},"33119":{},"33130":{},"33155":{},"33411":{},"33422":{},"33447":{},"33703":{},"33714":{},"33739":{},"33995":{},"34006":{},"34031":{},"34287":{},"34298":{},"34323":{}},"parent":{}}],["conversation",{"_index":72,"name":{"82":{},"118":{},"864":{},"901":{},"1323":{},"1603":{},"1883":{},"2163":{},"2443":{},"2723":{},"3003":{},"3283":{},"3563":{},"3843":{},"4123":{},"4403":{},"4683":{},"4963":{},"5243":{},"5523":{},"5803":{},"6083":{},"6363":{},"6643":{},"6923":{},"7203":{},"7483":{},"7763":{},"8043":{},"8323":{},"8603":{},"8883":{},"9163":{},"9443":{},"9723":{},"10003":{},"10283":{},"10563":{},"10853":{},"11126":{},"11399":{},"11672":{},"11945":{},"12218":{},"12491":{},"12764":{},"13037":{},"13310":{},"13583":{},"13856":{},"14129":{},"14402":{},"14675":{},"14948":{},"15221":{},"15494":{},"15767":{},"16040":{},"16313":{},"16586":{},"16859":{},"17132":{},"17405":{},"17678":{},"17951":{},"18224":{},"18497":{},"18770":{},"19043":{},"19316":{},"19589":{},"24666":{},"24958":{},"25250":{},"25542":{},"25834":{},"26126":{},"26418":{},"26710":{},"27002":{},"27294":{},"27586":{},"27878":{},"28170":{},"28462":{},"28754":{},"29046":{},"29338":{},"29630":{},"29922":{},"30214":{},"30506":{},"30798":{},"31090":{},"31382":{},"31674":{},"31966":{},"32258":{},"32550":{},"32842":{},"33134":{},"33426":{},"33718":{},"34010":{},"34302":{}},"parent":{}}],["conversation_id",{"_index":6501,"name":{"24657":{},"24949":{},"25241":{},"25533":{},"25825":{},"26117":{},"26409":{},"26701":{},"26993":{},"27285":{},"27577":{},"27869":{},"28161":{},"28453":{},"28745":{},"29037":{},"29329":{},"29621":{},"29913":{},"30205":{},"30497":{},"30789":{},"31081":{},"31373":{},"31665":{},"31957":{},"32249":{},"32541":{},"32833":{},"33125":{},"33417":{},"33709":{},"34001":{},"34293":{}},"parent":{}}],["converter",{"_index":99,"name":{"109":{},"553":{},"892":{}},"parent":{}}],["count",{"_index":576,"name":{"1283":{},"1563":{},"1843":{},"2123":{},"2403":{},"2683":{},"2963":{},"3243":{},"3523":{},"3803":{},"4083":{},"4363":{},"4643":{},"4923":{},"5203":{},"5483":{},"5763":{},"6043":{},"6323":{},"6603":{},"6883":{},"7163":{},"7443":{},"7723":{},"8003":{},"8283":{},"8563":{},"8843":{},"9123":{},"9403":{},"9683":{},"9963":{},"10243":{},"10523":{},"24615":{},"24907":{},"25199":{},"25491":{},"25783":{},"26075":{},"26367":{},"26659":{},"26951":{},"27243":{},"27535":{},"27827":{},"28119":{},"28411":{},"28703":{},"28995":{},"29287":{},"29579":{},"29871":{},"30163":{},"30455":{},"30747":{},"31039":{},"31331":{},"31623":{},"31915":{},"32207":{},"32499":{},"32791":{},"33083":{},"33375":{},"33667":{},"33959":{},"34251":{}},"parent":{}}],["createapp",{"_index":188,"name":{"251":{},"394":{},"668":{},"1038":{}},"parent":{}}],["created_at",{"_index":421,"name":{"818":{},"841":{},"1202":{},"1297":{},"1396":{},"1460":{},"1482":{},"1577":{},"1676":{},"1740":{},"1762":{},"1857":{},"1956":{},"2020":{},"2042":{},"2137":{},"2236":{},"2300":{},"2322":{},"2417":{},"2516":{},"2580":{},"2602":{},"2697":{},"2796":{},"2860":{},"2882":{},"2977":{},"3076":{},"3140":{},"3162":{},"3257":{},"3356":{},"3420":{},"3442":{},"3537":{},"3636":{},"3700":{},"3722":{},"3817":{},"3916":{},"3980":{},"4002":{},"4097":{},"4196":{},"4260":{},"4282":{},"4377":{},"4476":{},"4540":{},"4562":{},"4657":{},"4756":{},"4820":{},"4842":{},"4937":{},"5036":{},"5100":{},"5122":{},"5217":{},"5316":{},"5380":{},"5402":{},"5497":{},"5596":{},"5660":{},"5682":{},"5777":{},"5876":{},"5940":{},"5962":{},"6057":{},"6156":{},"6220":{},"6242":{},"6337":{},"6436":{},"6500":{},"6522":{},"6617":{},"6716":{},"6780":{},"6802":{},"6897":{},"6996":{},"7060":{},"7082":{},"7177":{},"7276":{},"7340":{},"7362":{},"7457":{},"7556":{},"7620":{},"7642":{},"7737":{},"7836":{},"7900":{},"7922":{},"8017":{},"8116":{},"8180":{},"8202":{},"8297":{},"8396":{},"8460":{},"8482":{},"8577":{},"8676":{},"8740":{},"8762":{},"8857":{},"8956":{},"9020":{},"9042":{},"9137":{},"9236":{},"9300":{},"9322":{},"9417":{},"9516":{},"9580":{},"9602":{},"9697":{},"9796":{},"9860":{},"9882":{},"9977":{},"10076":{},"10140":{},"10162":{},"10257":{},"10356":{},"10420":{},"10442":{},"10537":{},"10636":{},"10700":{},"10738":{},"10827":{},"10926":{},"10989":{},"11011":{},"11100":{},"11199":{},"11262":{},"11284":{},"11373":{},"11472":{},"11535":{},"11557":{},"11646":{},"11745":{},"11808":{},"11830":{},"11919":{},"12018":{},"12081":{},"12103":{},"12192":{},"12291":{},"12354":{},"12376":{},"12465":{},"12564":{},"12627":{},"12649":{},"12738":{},"12837":{},"12900":{},"12922":{},"13011":{},"13110":{},"13173":{},"13195":{},"13284":{},"13383":{},"13446":{},"13468":{},"13557":{},"13656":{},"13719":{},"13741":{},"13830":{},"13929":{},"13992":{},"14014":{},"14103":{},"14202":{},"14265":{},"14287":{},"14376":{},"14475":{},"14538":{},"14560":{},"14649":{},"14748":{},"14811":{},"14833":{},"14922":{},"15021":{},"15084":{},"15106":{},"15195":{},"15294":{},"15357":{},"15379":{},"15468":{},"15567":{},"15630":{},"15652":{},"15741":{},"15840":{},"15903":{},"15925":{},"16014":{},"16113":{},"16176":{},"16198":{},"16287":{},"16386":{},"16449":{},"16471":{},"16560":{},"16659":{},"16722":{},"16744":{},"16833":{},"16932":{},"16995":{},"17017":{},"17106":{},"17205":{},"17268":{},"17290":{},"17379":{},"17478":{},"17541":{},"17563":{},"17652":{},"17751":{},"17814":{},"17836":{},"17925":{},"18024":{},"18087":{},"18109":{},"18198":{},"18297":{},"18360":{},"18382":{},"18471":{},"18570":{},"18633":{},"18655":{},"18744":{},"18843":{},"18906":{},"18928":{},"19017":{},"19116":{},"19179":{},"19201":{},"19290":{},"19389":{},"19452":{},"19474":{},"19563":{},"19662":{},"19725":{},"24533":{},"24629":{},"24739":{},"24803":{},"24825":{},"24921":{},"25031":{},"25095":{},"25117":{},"25213":{},"25323":{},"25387":{},"25409":{},"25505":{},"25615":{},"25679":{},"25701":{},"25797":{},"25907":{},"25971":{},"25993":{},"26089":{},"26199":{},"26263":{},"26285":{},"26381":{},"26491":{},"26555":{},"26577":{},"26673":{},"26783":{},"26847":{},"26869":{},"26965":{},"27075":{},"27139":{},"27161":{},"27257":{},"27367":{},"27431":{},"27453":{},"27549":{},"27659":{},"27723":{},"27745":{},"27841":{},"27951":{},"28015":{},"28037":{},"28133":{},"28243":{},"28307":{},"28329":{},"28425":{},"28535":{},"28599":{},"28621":{},"28717":{},"28827":{},"28891":{},"28913":{},"29009":{},"29119":{},"29183":{},"29205":{},"29301":{},"29411":{},"29475":{},"29497":{},"29593":{},"29703":{},"29767":{},"29789":{},"29885":{},"29995":{},"30059":{},"30081":{},"30177":{},"30287":{},"30351":{},"30373":{},"30469":{},"30579":{},"30643":{},"30665":{},"30761":{},"30871":{},"30935":{},"30957":{},"31053":{},"31163":{},"31227":{},"31249":{},"31345":{},"31455":{},"31519":{},"31541":{},"31637":{},"31747":{},"31811":{},"31833":{},"31929":{},"32039":{},"32103":{},"32125":{},"32221":{},"32331":{},"32395":{},"32417":{},"32513":{},"32623":{},"32687":{},"32709":{},"32805":{},"32915":{},"32979":{},"33001":{},"33097":{},"33207":{},"33271":{},"33293":{},"33389":{},"33499":{},"33563":{},"33585":{},"33681":{},"33791":{},"33855":{},"33877":{},"33973":{},"34083":{},"34147":{},"34169":{},"34265":{},"34375":{},"34439":{}},"parent":{}}],["createdat",{"_index":435,"name":{"847":{},"19753":{},"19779":{},"19815":{},"19832":{},"19841":{},"19847":{},"19854":{},"19871":{},"19891":{},"19897":{},"19907":{},"19961":{},"19987":{},"20023":{},"20040":{},"20049":{},"20055":{},"20062":{},"20079":{},"20099":{},"20105":{},"20115":{},"20169":{},"20195":{},"20231":{},"20248":{},"20257":{},"20263":{},"20270":{},"20287":{},"20307":{},"20313":{},"20323":{},"20377":{},"20403":{},"20439":{},"20456":{},"20465":{},"20471":{},"20478":{},"20495":{},"20515":{},"20521":{},"20531":{},"20585":{},"20611":{},"20647":{},"20664":{},"20673":{},"20679":{},"20686":{},"20703":{},"20723":{},"20729":{},"20739":{},"20793":{},"20819":{},"20855":{},"20872":{},"20881":{},"20887":{},"20894":{},"20911":{},"20931":{},"20937":{},"20947":{},"21001":{},"21027":{},"21063":{},"21080":{},"21089":{},"21095":{},"21102":{},"21119":{},"21139":{},"21145":{},"21155":{},"21209":{},"21235":{},"21271":{},"21288":{},"21297":{},"21303":{},"21310":{},"21327":{},"21347":{},"21353":{},"21363":{},"21417":{},"21443":{},"21479":{},"21496":{},"21505":{},"21511":{},"21518":{},"21535":{},"21555":{},"21561":{},"21571":{},"21625":{},"21651":{},"21687":{},"21704":{},"21713":{},"21719":{},"21726":{},"21743":{},"21763":{},"21769":{},"21779":{},"21833":{},"21859":{},"21895":{},"21912":{},"21921":{},"21927":{},"21934":{},"21951":{},"21971":{},"21977":{},"21987":{},"22041":{},"22067":{},"22103":{},"22120":{},"22129":{},"22135":{},"22142":{},"22159":{},"22179":{},"22185":{},"22195":{},"22249":{},"22275":{},"22311":{},"22328":{},"22337":{},"22343":{},"22350":{},"22367":{},"22387":{},"22393":{},"22403":{},"22457":{},"22483":{},"22519":{},"22536":{},"22545":{},"22551":{},"22558":{},"22575":{},"22595":{},"22601":{},"22611":{},"22665":{},"22691":{},"22727":{},"22744":{},"22753":{},"22759":{},"22766":{},"22783":{},"22803":{},"22809":{},"22819":{},"22873":{},"22899":{},"22935":{},"22952":{},"22961":{},"22967":{},"22974":{},"22991":{},"23011":{},"23017":{},"23027":{},"23081":{},"23107":{},"23143":{},"23160":{},"23169":{},"23175":{},"23182":{},"23199":{},"23219":{},"23225":{},"23235":{},"23289":{},"23315":{},"23351":{},"23368":{},"23377":{},"23383":{},"23390":{},"23407":{},"23427":{},"23433":{},"23443":{},"23497":{},"23523":{},"23559":{},"23576":{},"23585":{},"23591":{},"23598":{},"23615":{},"23635":{},"23641":{},"23651":{},"23705":{},"23731":{},"23767":{},"23784":{},"23793":{},"23799":{},"23806":{},"23823":{},"23843":{},"23849":{},"23859":{},"23913":{},"23939":{},"23975":{},"23992":{},"24001":{},"24007":{},"24014":{},"24031":{},"24051":{},"24057":{},"24067":{},"24121":{},"24147":{},"24183":{},"24200":{},"24209":{},"24215":{},"24222":{},"24239":{},"24259":{},"24265":{},"24275":{},"24329":{},"24355":{},"24391":{},"24408":{},"24417":{},"24423":{},"24430":{},"24447":{},"24467":{},"24473":{},"24483":{}},"parent":{}}],["creatednote",{"_index":336,"name":{"532":{},"19835":{},"19837":{},"20043":{},"20045":{},"20251":{},"20253":{},"20459":{},"20461":{},"20667":{},"20669":{},"20875":{},"20877":{},"21083":{},"21085":{},"21291":{},"21293":{},"21499":{},"21501":{},"21707":{},"21709":{},"21915":{},"21917":{},"22123":{},"22125":{},"22331":{},"22333":{},"22539":{},"22541":{},"22747":{},"22749":{},"22955":{},"22957":{},"23163":{},"23165":{},"23371":{},"23373":{},"23579":{},"23581":{},"23787":{},"23789":{},"23995":{},"23997":{},"24203":{},"24205":{},"24411":{},"24413":{}},"parent":{}}],["createemojireaction",{"_index":296,"name":{"360":{},"502":{},"777":{},"1147":{}},"parent":{}}],["createfeaturedtag",{"_index":234,"name":{"298":{},"440":{},"715":{},"1085":{}},"parent":{}}],["createfilter",{"_index":226,"name":{"289":{},"431":{},"706":{},"1076":{}},"parent":{}}],["createlist",{"_index":273,"name":{"337":{},"479":{},"754":{},"1124":{}},"parent":{}}],["cw",{"_index":5282,"name":{"19783":{},"19991":{},"20199":{},"20407":{},"20615":{},"20823":{},"21031":{},"21239":{},"21447":{},"21655":{},"21863":{},"22071":{},"22279":{},"22487":{},"22695":{},"22903":{},"23111":{},"23319":{},"23527":{},"23735":{},"23943":{},"24151":{},"24359":{}},"parent":{}}],["data",{"_index":499,"name":{"1177":{}},"parent":{}}],["day",{"_index":559,"name":{"1260":{},"1540":{},"1820":{},"2100":{},"2380":{},"2660":{},"2940":{},"3220":{},"3500":{},"3780":{},"4060":{},"4340":{},"4620":{},"4900":{},"5180":{},"5460":{},"5740":{},"6020":{},"6300":{},"6580":{},"6860":{},"7140":{},"7420":{},"7700":{},"7980":{},"8260":{},"8540":{},"8820":{},"9100":{},"9380":{},"9660":{},"9940":{},"10220":{},"10500":{},"10796":{},"11069":{},"11342":{},"11615":{},"11888":{},"12161":{},"12434":{},"12707":{},"12980":{},"13253":{},"13526":{},"13799":{},"14072":{},"14345":{},"14618":{},"14891":{},"15164":{},"15437":{},"15710":{},"15983":{},"16256":{},"16529":{},"16802":{},"17075":{},"17348":{},"17621":{},"17894":{},"18167":{},"18440":{},"18713":{},"18986":{},"19259":{},"19532":{},"24592":{},"24884":{},"25176":{},"25468":{},"25760":{},"26052":{},"26344":{},"26636":{},"26928":{},"27220":{},"27512":{},"27804":{},"28096":{},"28388":{},"28680":{},"28972":{},"29264":{},"29556":{},"29848":{},"30140":{},"30432":{},"30724":{},"31016":{},"31308":{},"31600":{},"31892":{},"32184":{},"32476":{},"32768":{},"33060":{},"33352":{},"33644":{},"33936":{},"34228":{}},"parent":{}}],["decodenotificationtype",{"_index":102,"name":{"111":{},"572":{},"893":{}},"parent":{}}],["default",{"_index":6,"name":{"6":{},"47":{},"180":{},"193":{},"212":{},"245":{},"525":{},"527":{},"614":{},"626":{},"661":{},"794":{},"804":{},"856":{},"990":{},"999":{},"1032":{},"1173":{},"1175":{},"10701":{},"10716":{},"19726":{},"24511":{},"34440":{}},"parent":{"7":{},"8":{},"9":{}}}],["default_scope",{"_index":8,"name":{"8":{},"58":{},"577":{},"938":{}},"parent":{}}],["default_ua",{"_index":9,"name":{"9":{}},"parent":{}}],["default_url",{"_index":59,"name":{"59":{},"939":{}},"parent":{}}],["del",{"_index":54,"name":{"53":{},"71":{},"934":{},"951":{}},"parent":{}}],["deleteaccountsfromlist",{"_index":278,"name":{"342":{},"484":{},"759":{},"1129":{}},"parent":{}}],["deleteconversation",{"_index":269,"name":{"333":{},"475":{},"750":{},"1120":{}},"parent":{}}],["deleteemojireaction",{"_index":297,"name":{"361":{},"503":{},"778":{},"1148":{}},"parent":{}}],["deletefeaturedtag",{"_index":235,"name":{"299":{},"441":{},"716":{},"1086":{}},"parent":{}}],["deletefilter",{"_index":228,"name":{"291":{},"433":{},"708":{},"1078":{}},"parent":{}}],["deletelist",{"_index":275,"name":{"339":{},"481":{},"756":{},"1126":{}},"parent":{}}],["deletepushsubscription",{"_index":288,"name":{"352":{},"494":{},"769":{},"1139":{}},"parent":{}}],["deletestatus",{"_index":241,"name":{"305":{},"447":{},"722":{},"1092":{}},"parent":{}}],["descendants",{"_index":601,"name":{"1322":{},"1602":{},"1882":{},"2162":{},"2442":{},"2722":{},"3002":{},"3282":{},"3562":{},"3842":{},"4122":{},"4402":{},"4682":{},"4962":{},"5242":{},"5522":{},"5802":{},"6082":{},"6362":{},"6642":{},"6922":{},"7202":{},"7482":{},"7762":{},"8042":{},"8322":{},"8602":{},"8882":{},"9162":{},"9442":{},"9722":{},"10002":{},"10282":{},"10562":{},"10852":{},"11125":{},"11398":{},"11671":{},"11944":{},"12217":{},"12490":{},"12763":{},"13036":{},"13309":{},"13582":{},"13855":{},"14128":{},"14401":{},"14674":{},"14947":{},"15220":{},"15493":{},"15766":{},"16039":{},"16312":{},"16585":{},"16858":{},"17131":{},"17404":{},"17677":{},"17950":{},"18223":{},"18496":{},"18769":{},"19042":{},"19315":{},"19588":{},"24665":{},"24957":{},"25249":{},"25541":{},"25833":{},"26125":{},"26417":{},"26709":{},"27001":{},"27293":{},"27585":{},"27877":{},"28169":{},"28461":{},"28753":{},"29045":{},"29337":{},"29629":{},"29921":{},"30213":{},"30505":{},"30797":{},"31089":{},"31381":{},"31673":{},"31965":{},"32257":{},"32549":{},"32841":{},"33133":{},"33425":{},"33717":{},"34009":{},"34301":{}},"parent":{}}],["description",{"_index":544,"name":{"1237":{},"1242":{},"1367":{},"1517":{},"1522":{},"1647":{},"1797":{},"1802":{},"1927":{},"2077":{},"2082":{},"2207":{},"2357":{},"2362":{},"2487":{},"2637":{},"2642":{},"2767":{},"2917":{},"2922":{},"3047":{},"3197":{},"3202":{},"3327":{},"3477":{},"3482":{},"3607":{},"3757":{},"3762":{},"3887":{},"4037":{},"4042":{},"4167":{},"4317":{},"4322":{},"4447":{},"4597":{},"4602":{},"4727":{},"4877":{},"4882":{},"5007":{},"5157":{},"5162":{},"5287":{},"5437":{},"5442":{},"5567":{},"5717":{},"5722":{},"5847":{},"5997":{},"6002":{},"6127":{},"6277":{},"6282":{},"6407":{},"6557":{},"6562":{},"6687":{},"6837":{},"6842":{},"6967":{},"7117":{},"7122":{},"7247":{},"7397":{},"7402":{},"7527":{},"7677":{},"7682":{},"7807":{},"7957":{},"7962":{},"8087":{},"8237":{},"8242":{},"8367":{},"8517":{},"8522":{},"8647":{},"8797":{},"8802":{},"8927":{},"9077":{},"9082":{},"9207":{},"9357":{},"9362":{},"9487":{},"9637":{},"9642":{},"9767":{},"9917":{},"9922":{},"10047":{},"10197":{},"10202":{},"10327":{},"10477":{},"10482":{},"10607":{},"10773":{},"10778":{},"10897":{},"11046":{},"11051":{},"11170":{},"11319":{},"11324":{},"11443":{},"11592":{},"11597":{},"11716":{},"11865":{},"11870":{},"11989":{},"12138":{},"12143":{},"12262":{},"12411":{},"12416":{},"12535":{},"12684":{},"12689":{},"12808":{},"12957":{},"12962":{},"13081":{},"13230":{},"13235":{},"13354":{},"13503":{},"13508":{},"13627":{},"13776":{},"13781":{},"13900":{},"14049":{},"14054":{},"14173":{},"14322":{},"14327":{},"14446":{},"14595":{},"14600":{},"14719":{},"14868":{},"14873":{},"14992":{},"15141":{},"15146":{},"15265":{},"15414":{},"15419":{},"15538":{},"15687":{},"15692":{},"15811":{},"15960":{},"15965":{},"16084":{},"16233":{},"16238":{},"16357":{},"16506":{},"16511":{},"16630":{},"16779":{},"16784":{},"16903":{},"17052":{},"17057":{},"17176":{},"17325":{},"17330":{},"17449":{},"17598":{},"17603":{},"17722":{},"17871":{},"17876":{},"17995":{},"18144":{},"18149":{},"18268":{},"18417":{},"18422":{},"18541":{},"18690":{},"18695":{},"18814":{},"18963":{},"18968":{},"19087":{},"19236":{},"19241":{},"19360":{},"19509":{},"19514":{},"19633":{},"19821":{},"19881":{},"20029":{},"20089":{},"20237":{},"20297":{},"20445":{},"20505":{},"20653":{},"20713":{},"20861":{},"20921":{},"21069":{},"21129":{},"21277":{},"21337":{},"21485":{},"21545":{},"21693":{},"21753":{},"21901":{},"21961":{},"22109":{},"22169":{},"22317":{},"22377":{},"22525":{},"22585":{},"22733":{},"22793":{},"22941":{},"23001":{},"23149":{},"23209":{},"23357":{},"23417":{},"23565":{},"23625":{},"23773":{},"23833":{},"23981":{},"24041":{},"24189":{},"24249":{},"24397":{},"24457":{},"24568":{},"24573":{},"24710":{},"24860":{},"24865":{},"25002":{},"25152":{},"25157":{},"25294":{},"25444":{},"25449":{},"25586":{},"25736":{},"25741":{},"25878":{},"26028":{},"26033":{},"26170":{},"26320":{},"26325":{},"26462":{},"26612":{},"26617":{},"26754":{},"26904":{},"26909":{},"27046":{},"27196":{},"27201":{},"27338":{},"27488":{},"27493":{},"27630":{},"27780":{},"27785":{},"27922":{},"28072":{},"28077":{},"28214":{},"28364":{},"28369":{},"28506":{},"28656":{},"28661":{},"28798":{},"28948":{},"28953":{},"29090":{},"29240":{},"29245":{},"29382":{},"29532":{},"29537":{},"29674":{},"29824":{},"29829":{},"29966":{},"30116":{},"30121":{},"30258":{},"30408":{},"30413":{},"30550":{},"30700":{},"30705":{},"30842":{},"30992":{},"30997":{},"31134":{},"31284":{},"31289":{},"31426":{},"31576":{},"31581":{},"31718":{},"31868":{},"31873":{},"32010":{},"32160":{},"32165":{},"32302":{},"32452":{},"32457":{},"32594":{},"32744":{},"32749":{},"32886":{},"33036":{},"33041":{},"33178":{},"33328":{},"33333":{},"33470":{},"33620":{},"33625":{},"33762":{},"33912":{},"33917":{},"34054":{},"34204":{},"34209":{},"34346":{}},"parent":{}}],["detector",{"_index":329,"name":{"524":{},"10707":{}},"parent":{}}],["direct_conversation_id",{"_index":6502,"name":{"24658":{},"24950":{},"25242":{},"25534":{},"25826":{},"26118":{},"26410":{},"26702":{},"26994":{},"27286":{},"27578":{},"27870":{},"28162":{},"28454":{},"28746":{},"29038":{},"29330":{},"29622":{},"29914":{},"30206":{},"30498":{},"30790":{},"31082":{},"31374":{},"31666":{},"31958":{},"32250":{},"32542":{},"32834":{},"33126":{},"33418":{},"33710":{},"34002":{},"34294":{}},"parent":{}}],["directsocket",{"_index":311,"name":{"375":{},"517":{},"792":{},"1162":{}},"parent":{}}],["directstream",{"_index":305,"name":{"369":{},"511":{},"786":{},"1156":{}},"parent":{}}],["disablelocaltimeline",{"_index":5340,"name":{"19884":{},"20092":{},"20300":{},"20508":{},"20716":{},"20924":{},"21132":{},"21340":{},"21548":{},"21756":{},"21964":{},"22172":{},"22380":{},"22588":{},"22796":{},"23004":{},"23212":{},"23420":{},"23628":{},"23836":{},"24044":{},"24252":{},"24460":{}},"parent":{}}],["disableregistration",{"_index":5339,"name":{"19883":{},"20091":{},"20299":{},"20507":{},"20715":{},"20923":{},"21131":{},"21339":{},"21547":{},"21755":{},"21963":{},"22171":{},"22379":{},"22587":{},"22795":{},"23003":{},"23211":{},"23419":{},"23627":{},"23835":{},"24043":{},"24251":{},"24459":{}},"parent":{}}],["dismissnotification",{"_index":284,"name":{"348":{},"490":{},"765":{},"1135":{}},"parent":{}}],["dismissnotifications",{"_index":283,"name":{"347":{},"489":{},"764":{},"1134":{}},"parent":{}}],["display_name",{"_index":517,"name":{"1200":{},"1480":{},"1760":{},"2040":{},"2320":{},"2600":{},"2880":{},"3160":{},"3440":{},"3720":{},"4000":{},"4280":{},"4560":{},"4840":{},"5120":{},"5400":{},"5680":{},"5960":{},"6240":{},"6520":{},"6800":{},"7080":{},"7360":{},"7640":{},"7920":{},"8200":{},"8480":{},"8760":{},"9040":{},"9320":{},"9600":{},"9880":{},"10160":{},"10440":{},"10736":{},"11009":{},"11282":{},"11555":{},"11828":{},"12101":{},"12374":{},"12647":{},"12920":{},"13193":{},"13466":{},"13739":{},"14012":{},"14285":{},"14558":{},"14831":{},"15104":{},"15377":{},"15650":{},"15923":{},"16196":{},"16469":{},"16742":{},"17015":{},"17288":{},"17561":{},"17834":{},"18107":{},"18380":{},"18653":{},"18926":{},"19199":{},"19472":{},"24531":{},"24823":{},"25115":{},"25407":{},"25699":{},"25991":{},"26283":{},"26575":{},"26867":{},"27159":{},"27451":{},"27743":{},"28035":{},"28327":{},"28619":{},"28911":{},"29203":{},"29495":{},"29787":{},"30079":{},"30371":{},"30663":{},"30955":{},"31247":{},"31539":{},"31831":{},"32123":{},"32415":{},"32707":{},"32999":{},"33291":{},"33583":{},"33875":{},"34167":{}},"parent":{}}],["domain_blocking",{"_index":670,"name":{"1424":{},"1704":{},"1984":{},"2264":{},"2544":{},"2824":{},"3104":{},"3384":{},"3664":{},"3944":{},"4224":{},"4504":{},"4784":{},"5064":{},"5344":{},"5624":{},"5904":{},"6184":{},"6464":{},"6744":{},"7024":{},"7304":{},"7584":{},"7864":{},"8144":{},"8424":{},"8704":{},"8984":{},"9264":{},"9544":{},"9824":{},"10104":{},"10384":{},"10664":{},"10953":{},"11226":{},"11499":{},"11772":{},"12045":{},"12318":{},"12591":{},"12864":{},"13137":{},"13410":{},"13683":{},"13956":{},"14229":{},"14502":{},"14775":{},"15048":{},"15321":{},"15594":{},"15867":{},"16140":{},"16413":{},"16686":{},"16959":{},"17232":{},"17505":{},"17778":{},"18051":{},"18324":{},"18597":{},"18870":{},"19143":{},"19416":{},"19689":{},"24767":{},"25059":{},"25351":{},"25643":{},"25935":{},"26227":{},"26519":{},"26811":{},"27103":{},"27395":{},"27687":{},"27979":{},"28271":{},"28563":{},"28855":{},"29147":{},"29439":{},"29731":{},"30023":{},"30315":{},"30607":{},"30899":{},"31191":{},"31483":{},"31775":{},"32067":{},"32359":{},"32651":{},"32943":{},"33235":{},"33527":{},"33819":{},"34111":{},"34403":{}},"parent":{}}],["domain_count",{"_index":632,"name":{"1362":{},"1642":{},"1922":{},"2202":{},"2482":{},"2762":{},"3042":{},"3322":{},"3602":{},"3882":{},"4162":{},"4442":{},"4722":{},"5002":{},"5282":{},"5562":{},"5842":{},"6122":{},"6402":{},"6682":{},"6962":{},"7242":{},"7522":{},"7802":{},"8082":{},"8362":{},"8642":{},"8922":{},"9202":{},"9482":{},"9762":{},"10042":{},"10322":{},"10602":{},"10892":{},"11165":{},"11438":{},"11711":{},"11984":{},"12257":{},"12530":{},"12803":{},"13076":{},"13349":{},"13622":{},"13895":{},"14168":{},"14441":{},"14714":{},"14987":{},"15260":{},"15533":{},"15806":{},"16079":{},"16352":{},"16625":{},"16898":{},"17171":{},"17444":{},"17717":{},"17990":{},"18263":{},"18536":{},"18809":{},"19082":{},"19355":{},"19628":{},"24705":{},"24997":{},"25289":{},"25581":{},"25873":{},"26165":{},"26457":{},"26749":{},"27041":{},"27333":{},"27625":{},"27917":{},"28209":{},"28501":{},"28793":{},"29085":{},"29377":{},"29669":{},"29961":{},"30253":{},"30545":{},"30837":{},"31129":{},"31421":{},"31713":{},"32005":{},"32297":{},"32589":{},"32881":{},"33173":{},"33465":{},"33757":{},"34049":{},"34341":{}},"parent":{}}],["email",{"_index":635,"name":{"1368":{},"1648":{},"1928":{},"2208":{},"2488":{},"2768":{},"3048":{},"3328":{},"3608":{},"3888":{},"4168":{},"4448":{},"4728":{},"5008":{},"5288":{},"5568":{},"5848":{},"6128":{},"6408":{},"6688":{},"6968":{},"7248":{},"7528":{},"7808":{},"8088":{},"8368":{},"8648":{},"8928":{},"9208":{},"9488":{},"9768":{},"10048":{},"10328":{},"10608":{},"10898":{},"11171":{},"11444":{},"11717":{},"11990":{},"12263":{},"12536":{},"12809":{},"13082":{},"13355":{},"13628":{},"13901":{},"14174":{},"14447":{},"14720":{},"14993":{},"15266":{},"15539":{},"15812":{},"16085":{},"16358":{},"16631":{},"16904":{},"17177":{},"17450":{},"17723":{},"17996":{},"18269":{},"18542":{},"18815":{},"19088":{},"19361":{},"19634":{},"24711":{},"25003":{},"25295":{},"25587":{},"25879":{},"26171":{},"26463":{},"26755":{},"27047":{},"27339":{},"27631":{},"27923":{},"28215":{},"28507":{},"28799":{},"29091":{},"29383":{},"29675":{},"29967":{},"30259":{},"30551":{},"30843":{},"31135":{},"31427":{},"31719":{},"32011":{},"32303":{},"32595":{},"32887":{},"33179":{},"33471":{},"33763":{},"34055":{},"34347":{}},"parent":{}}],["emoji",{"_index":73,"name":{"83":{},"119":{},"533":{},"554":{},"865":{},"902":{},"1182":{},"1399":{},"1462":{},"1679":{},"1742":{},"1959":{},"2022":{},"2239":{},"2302":{},"2519":{},"2582":{},"2799":{},"2862":{},"3079":{},"3142":{},"3359":{},"3422":{},"3639":{},"3702":{},"3919":{},"3982":{},"4199":{},"4262":{},"4479":{},"4542":{},"4759":{},"4822":{},"5039":{},"5102":{},"5319":{},"5382":{},"5599":{},"5662":{},"5879":{},"5942":{},"6159":{},"6222":{},"6439":{},"6502":{},"6719":{},"6782":{},"6999":{},"7062":{},"7279":{},"7342":{},"7559":{},"7622":{},"7839":{},"7902":{},"8119":{},"8182":{},"8399":{},"8462":{},"8679":{},"8742":{},"8959":{},"9022":{},"9239":{},"9302":{},"9519":{},"9582":{},"9799":{},"9862":{},"10079":{},"10142":{},"10359":{},"10422":{},"10639":{},"10718":{},"10991":{},"11264":{},"11537":{},"11810":{},"12083":{},"12356":{},"12629":{},"12902":{},"13175":{},"13448":{},"13721":{},"13994":{},"14267":{},"14540":{},"14813":{},"15086":{},"15359":{},"15632":{},"15905":{},"16178":{},"16451":{},"16724":{},"16997":{},"17270":{},"17543":{},"17816":{},"18089":{},"18362":{},"18635":{},"18908":{},"19181":{},"19454":{},"19735":{},"19943":{},"20151":{},"20359":{},"20567":{},"20775":{},"20983":{},"21191":{},"21399":{},"21607":{},"21815":{},"22023":{},"22231":{},"22439":{},"22647":{},"22855":{},"23063":{},"23271":{},"23479":{},"23687":{},"23895":{},"24103":{},"24311":{},"24513":{},"24742":{},"24805":{},"25034":{},"25097":{},"25326":{},"25389":{},"25618":{},"25681":{},"25910":{},"25973":{},"26202":{},"26265":{},"26494":{},"26557":{},"26786":{},"26849":{},"27078":{},"27141":{},"27370":{},"27433":{},"27662":{},"27725":{},"27954":{},"28017":{},"28246":{},"28309":{},"28538":{},"28601":{},"28830":{},"28893":{},"29122":{},"29185":{},"29414":{},"29477":{},"29706":{},"29769":{},"29998":{},"30061":{},"30290":{},"30353":{},"30582":{},"30645":{},"30874":{},"30937":{},"31166":{},"31229":{},"31458":{},"31521":{},"31750":{},"31813":{},"32042":{},"32105":{},"32334":{},"32397":{},"32626":{},"32689":{},"32918":{},"32981":{},"33210":{},"33273":{},"33502":{},"33565":{},"33794":{},"33857":{},"34086":{},"34149":{},"34378":{}},"parent":{}}],["emoji_reactions",{"_index":596,"name":{"1316":{},"1596":{},"1876":{},"2156":{},"2436":{},"2716":{},"2996":{},"3276":{},"3556":{},"3836":{},"4116":{},"4396":{},"4676":{},"4956":{},"5236":{},"5516":{},"5796":{},"6076":{},"6356":{},"6636":{},"6916":{},"7196":{},"7476":{},"7756":{},"8036":{},"8316":{},"8596":{},"8876":{},"9156":{},"9436":{},"9716":{},"9996":{},"10276":{},"10556":{},"24659":{},"24951":{},"25243":{},"25535":{},"25827":{},"26119":{},"26411":{},"26703":{},"26995":{},"27287":{},"27579":{},"27871":{},"28163":{},"28455":{},"28747":{},"29039":{},"29331":{},"29623":{},"29915":{},"30207":{},"30499":{},"30791":{},"31083":{},"31375":{},"31667":{},"31959":{},"32251":{},"32543":{},"32835":{},"33127":{},"33419":{},"33711":{},"34003":{},"34295":{}},"parent":{}}],["emojireaction",{"_index":403,"name":{"800":{}},"parent":{}}],["emojis",{"_index":526,"name":{"1212":{},"1298":{},"1492":{},"1578":{},"1772":{},"1858":{},"2052":{},"2138":{},"2332":{},"2418":{},"2612":{},"2698":{},"2892":{},"2978":{},"3172":{},"3258":{},"3452":{},"3538":{},"3732":{},"3818":{},"4012":{},"4098":{},"4292":{},"4378":{},"4572":{},"4658":{},"4852":{},"4938":{},"5132":{},"5218":{},"5412":{},"5498":{},"5692":{},"5778":{},"5972":{},"6058":{},"6252":{},"6338":{},"6532":{},"6618":{},"6812":{},"6898":{},"7092":{},"7178":{},"7372":{},"7458":{},"7652":{},"7738":{},"7932":{},"8018":{},"8212":{},"8298":{},"8492":{},"8578":{},"8772":{},"8858":{},"9052":{},"9138":{},"9332":{},"9418":{},"9612":{},"9698":{},"9892":{},"9978":{},"10172":{},"10258":{},"10452":{},"10538":{},"10748":{},"10828":{},"11021":{},"11101":{},"11294":{},"11374":{},"11567":{},"11647":{},"11840":{},"11920":{},"12113":{},"12193":{},"12386":{},"12466":{},"12659":{},"12739":{},"12932":{},"13012":{},"13205":{},"13285":{},"13478":{},"13558":{},"13751":{},"13831":{},"14024":{},"14104":{},"14297":{},"14377":{},"14570":{},"14650":{},"14843":{},"14923":{},"15116":{},"15196":{},"15389":{},"15469":{},"15662":{},"15742":{},"15935":{},"16015":{},"16208":{},"16288":{},"16481":{},"16561":{},"16754":{},"16834":{},"17027":{},"17107":{},"17300":{},"17380":{},"17573":{},"17653":{},"17846":{},"17926":{},"18119":{},"18199":{},"18392":{},"18472":{},"18665":{},"18745":{},"18938":{},"19018":{},"19211":{},"19291":{},"19484":{},"19564":{},"19749":{},"19789":{},"19814":{},"19887":{},"19957":{},"19997":{},"20022":{},"20095":{},"20165":{},"20205":{},"20230":{},"20303":{},"20373":{},"20413":{},"20438":{},"20511":{},"20581":{},"20621":{},"20646":{},"20719":{},"20789":{},"20829":{},"20854":{},"20927":{},"20997":{},"21037":{},"21062":{},"21135":{},"21205":{},"21245":{},"21270":{},"21343":{},"21413":{},"21453":{},"21478":{},"21551":{},"21621":{},"21661":{},"21686":{},"21759":{},"21829":{},"21869":{},"21894":{},"21967":{},"22037":{},"22077":{},"22102":{},"22175":{},"22245":{},"22285":{},"22310":{},"22383":{},"22453":{},"22493":{},"22518":{},"22591":{},"22661":{},"22701":{},"22726":{},"22799":{},"22869":{},"22909":{},"22934":{},"23007":{},"23077":{},"23117":{},"23142":{},"23215":{},"23285":{},"23325":{},"23350":{},"23423":{},"23493":{},"23533":{},"23558":{},"23631":{},"23701":{},"23741":{},"23766":{},"23839":{},"23909":{},"23949":{},"23974":{},"24047":{},"24117":{},"24157":{},"24182":{},"24255":{},"24325":{},"24365":{},"24390":{},"24463":{},"24543":{},"24630":{},"24835":{},"24922":{},"25127":{},"25214":{},"25419":{},"25506":{},"25711":{},"25798":{},"26003":{},"26090":{},"26295":{},"26382":{},"26587":{},"26674":{},"26879":{},"26966":{},"27171":{},"27258":{},"27463":{},"27550":{},"27755":{},"27842":{},"28047":{},"28134":{},"28339":{},"28426":{},"28631":{},"28718":{},"28923":{},"29010":{},"29215":{},"29302":{},"29507":{},"29594":{},"29799":{},"29886":{},"30091":{},"30178":{},"30383":{},"30470":{},"30675":{},"30762":{},"30967":{},"31054":{},"31259":{},"31346":{},"31551":{},"31638":{},"31843":{},"31930":{},"32135":{},"32222":{},"32427":{},"32514":{},"32719":{},"32806":{},"33011":{},"33098":{},"33303":{},"33390":{},"33595":{},"33682":{},"33887":{},"33974":{},"34179":{},"34266":{}},"parent":{}}],["encodenotificationtype",{"_index":100,"name":{"110":{},"571":{},"894":{}},"parent":{}}],["encodevisibility",{"_index":353,"name":{"558":{}},"parent":{}}],["endorsed",{"_index":672,"name":{"1426":{},"1706":{},"1986":{},"2266":{},"2546":{},"2826":{},"3106":{},"3386":{},"3666":{},"3946":{},"4226":{},"4506":{},"4786":{},"5066":{},"5346":{},"5626":{},"5906":{},"6186":{},"6466":{},"6746":{},"7026":{},"7306":{},"7586":{},"7866":{},"8146":{},"8426":{},"8706":{},"8986":{},"9266":{},"9546":{},"9826":{},"10106":{},"10386":{},"10666":{},"10955":{},"11228":{},"11501":{},"11774":{},"12047":{},"12320":{},"12593":{},"12866":{},"13139":{},"13412":{},"13685":{},"13958":{},"14231":{},"14504":{},"14777":{},"15050":{},"15323":{},"15596":{},"15869":{},"16142":{},"16415":{},"16688":{},"16961":{},"17234":{},"17507":{},"17780":{},"18053":{},"18326":{},"18599":{},"18872":{},"19145":{},"19418":{},"19691":{},"24769":{},"25061":{},"25353":{},"25645":{},"25937":{},"26229":{},"26521":{},"26813":{},"27105":{},"27397":{},"27689":{},"27981":{},"28273":{},"28565":{},"28857":{},"29149":{},"29441":{},"29733":{},"30025":{},"30317":{},"30609":{},"30901":{},"31193":{},"31485":{},"31777":{},"32069":{},"32361":{},"32653":{},"32945":{},"33237":{},"33529":{},"33821":{},"34113":{},"34405":{}},"parent":{}}],["endpoint",{"_index":661,"name":{"1412":{},"1692":{},"1972":{},"2252":{},"2532":{},"2812":{},"3092":{},"3372":{},"3652":{},"3932":{},"4212":{},"4492":{},"4772":{},"5052":{},"5332":{},"5612":{},"5892":{},"6172":{},"6452":{},"6732":{},"7012":{},"7292":{},"7572":{},"7852":{},"8132":{},"8412":{},"8692":{},"8972":{},"9252":{},"9532":{},"9812":{},"10092":{},"10372":{},"10652":{},"10941":{},"11214":{},"11487":{},"11760":{},"12033":{},"12306":{},"12579":{},"12852":{},"13125":{},"13398":{},"13671":{},"13944":{},"14217":{},"14490":{},"14763":{},"15036":{},"15309":{},"15582":{},"15855":{},"16128":{},"16401":{},"16674":{},"16947":{},"17220":{},"17493":{},"17766":{},"18039":{},"18312":{},"18585":{},"18858":{},"19131":{},"19404":{},"19677":{},"24755":{},"25047":{},"25339":{},"25631":{},"25923":{},"26215":{},"26507":{},"26799":{},"27091":{},"27383":{},"27675":{},"27967":{},"28259":{},"28551":{},"28843":{},"29135":{},"29427":{},"29719":{},"30011":{},"30303":{},"30595":{},"30887":{},"31179":{},"31471":{},"31763":{},"32055":{},"32347":{},"32639":{},"32931":{},"33223":{},"33515":{},"33807":{},"34099":{},"34391":{}},"parent":{}}],["entities/account",{"_index":10,"name":{"10":{}},"parent":{"1181":{}}}],["entities/account.entity",{"_index":502,"name":{},"parent":{"1182":{},"1188":{},"1195":{},"1217":{},"1223":{},"1228":{},"1238":{},"1252":{},"1258":{},"1263":{},"1268":{},"1272":{},"1281":{},"1287":{},"1319":{},"1323":{},"1329":{},"1335":{},"1340":{},"1348":{},"1355":{},"1358":{},"1363":{},"1377":{},"1381":{},"1393":{},"1401":{},"1402":{},"1409":{},"1415":{},"1427":{},"1434":{},"1439":{},"1445":{},"1455":{}}}],["entities/account.entity.account",{"_index":514,"name":{},"parent":{"1196":{}}}],["entities/account.entity.account.__type",{"_index":515,"name":{},"parent":{"1197":{},"1198":{},"1199":{},"1200":{},"1201":{},"1202":{},"1203":{},"1204":{},"1205":{},"1206":{},"1207":{},"1208":{},"1209":{},"1210":{},"1211":{},"1212":{},"1213":{},"1214":{},"1215":{},"1216":{}}}],["entities/account.entity.activity",{"_index":529,"name":{},"parent":{"1218":{}}}],["entities/account.entity.activity.__type",{"_index":531,"name":{},"parent":{"1219":{},"1220":{},"1221":{},"1222":{}}}],["entities/account.entity.application",{"_index":535,"name":{},"parent":{"1224":{}}}],["entities/account.entity.application.__type",{"_index":536,"name":{},"parent":{"1225":{},"1226":{},"1227":{}}}],["entities/account.entity.attachment",{"_index":538,"name":{},"parent":{"1229":{}}}],["entities/account.entity.attachment.__type",{"_index":539,"name":{},"parent":{"1230":{},"1231":{},"1232":{},"1233":{},"1234":{},"1235":{},"1236":{},"1237":{}}}],["entities/account.entity.card",{"_index":545,"name":{},"parent":{"1239":{}}}],["entities/account.entity.card.__type",{"_index":546,"name":{},"parent":{"1240":{},"1241":{},"1242":{},"1243":{},"1244":{},"1245":{},"1246":{},"1247":{},"1248":{},"1249":{},"1250":{},"1251":{}}}],["entities/account.entity.context",{"_index":598,"name":{},"parent":{"1320":{}}}],["entities/account.entity.context.__type",{"_index":600,"name":{},"parent":{"1321":{},"1322":{}}}],["entities/account.entity.conversation",{"_index":602,"name":{},"parent":{"1324":{}}}],["entities/account.entity.conversation.__type",{"_index":603,"name":{},"parent":{"1325":{},"1326":{},"1327":{},"1328":{}}}],["entities/account.entity.emoji",{"_index":503,"name":{},"parent":{"1183":{}}}],["entities/account.entity.emoji.__type",{"_index":505,"name":{},"parent":{"1184":{},"1185":{},"1186":{},"1187":{}}}],["entities/account.entity.featuredtag",{"_index":606,"name":{},"parent":{"1330":{}}}],["entities/account.entity.featuredtag.__type",{"_index":607,"name":{},"parent":{"1331":{},"1332":{},"1333":{},"1334":{}}}],["entities/account.entity.field",{"_index":609,"name":{},"parent":{"1336":{}}}],["entities/account.entity.field.__type",{"_index":610,"name":{},"parent":{"1337":{},"1338":{},"1339":{}}}],["entities/account.entity.filter",{"_index":613,"name":{},"parent":{"1341":{}}}],["entities/account.entity.filter.__type",{"_index":614,"name":{},"parent":{"1342":{},"1343":{},"1344":{},"1345":{},"1346":{},"1347":{}}}],["entities/account.entity.history",{"_index":558,"name":{},"parent":{"1259":{}}}],["entities/account.entity.history.__type",{"_index":560,"name":{},"parent":{"1260":{},"1261":{},"1262":{}}}],["entities/account.entity.identityproof",{"_index":618,"name":{},"parent":{"1349":{}}}],["entities/account.entity.identityproof.__type",{"_index":620,"name":{},"parent":{"1350":{},"1351":{},"1352":{},"1353":{},"1354":{}}}],["entities/account.entity.instance",{"_index":633,"name":{},"parent":{"1364":{}}}],["entities/account.entity.instance.__type",{"_index":634,"name":{},"parent":{"1365":{},"1366":{},"1367":{},"1368":{},"1369":{},"1370":{},"1371":{},"1372":{},"1373":{},"1374":{},"1375":{},"1376":{}}}],["entities/account.entity.list",{"_index":641,"name":{},"parent":{"1378":{}}}],["entities/account.entity.list.__type",{"_index":642,"name":{},"parent":{"1379":{},"1380":{}}}],["entities/account.entity.marker",{"_index":643,"name":{},"parent":{"1382":{}}}],["entities/account.entity.marker.__type",{"_index":645,"name":{},"parent":{"1383":{},"1384":{},"1388":{},"1389":{}}}],["entities/account.entity.marker.__type.__type",{"_index":647,"name":{},"parent":{"1385":{},"1386":{},"1387":{},"1390":{},"1391":{},"1392":{}}}],["entities/account.entity.mention",{"_index":556,"name":{},"parent":{"1253":{}}}],["entities/account.entity.mention.__type",{"_index":557,"name":{},"parent":{"1254":{},"1255":{},"1256":{},"1257":{}}}],["entities/account.entity.notification",{"_index":649,"name":{},"parent":{"1394":{}}}],["entities/account.entity.notification.__type",{"_index":650,"name":{},"parent":{"1395":{},"1396":{},"1397":{},"1398":{},"1399":{},"1400":{}}}],["entities/account.entity.poll",{"_index":568,"name":{},"parent":{"1273":{}}}],["entities/account.entity.poll.__type",{"_index":569,"name":{},"parent":{"1274":{},"1275":{},"1276":{},"1277":{},"1278":{},"1279":{},"1280":{}}}],["entities/account.entity.polloption",{"_index":565,"name":{},"parent":{"1269":{}}}],["entities/account.entity.polloption.__type",{"_index":566,"name":{},"parent":{"1270":{},"1271":{}}}],["entities/account.entity.preferences",{"_index":652,"name":{},"parent":{"1403":{}}}],["entities/account.entity.preferences.__type",{"_index":654,"name":{},"parent":{"1404":{},"1405":{},"1406":{},"1407":{},"1408":{}}}],["entities/account.entity.pushsubscription",{"_index":659,"name":{},"parent":{"1410":{}}}],["entities/account.entity.pushsubscription.__type",{"_index":660,"name":{},"parent":{"1411":{},"1412":{},"1413":{},"1414":{}}}],["entities/account.entity.reaction",{"_index":575,"name":{},"parent":{"1282":{}}}],["entities/account.entity.reaction.__type",{"_index":577,"name":{},"parent":{"1283":{},"1284":{},"1285":{},"1286":{}}}],["entities/account.entity.relationship",{"_index":664,"name":{},"parent":{"1416":{}}}],["entities/account.entity.relationship.__type",{"_index":665,"name":{},"parent":{"1417":{},"1418":{},"1419":{},"1420":{},"1421":{},"1422":{},"1423":{},"1424":{},"1425":{},"1426":{}}}],["entities/account.entity.report",{"_index":673,"name":{},"parent":{"1428":{}}}],["entities/account.entity.report.__type",{"_index":674,"name":{},"parent":{"1429":{},"1430":{},"1431":{},"1432":{},"1433":{}}}],["entities/account.entity.results",{"_index":679,"name":{},"parent":{"1435":{}}}],["entities/account.entity.results.__type",{"_index":680,"name":{},"parent":{"1436":{},"1437":{},"1438":{}}}],["entities/account.entity.scheduledstatus",{"_index":682,"name":{},"parent":{"1440":{}}}],["entities/account.entity.scheduledstatus.__type",{"_index":683,"name":{},"parent":{"1441":{},"1442":{},"1443":{},"1444":{}}}],["entities/account.entity.source",{"_index":508,"name":{},"parent":{"1189":{}}}],["entities/account.entity.source.__type",{"_index":510,"name":{},"parent":{"1190":{},"1191":{},"1192":{},"1193":{},"1194":{}}}],["entities/account.entity.stats",{"_index":628,"name":{},"parent":{"1359":{}}}],["entities/account.entity.stats.__type",{"_index":630,"name":{},"parent":{"1360":{},"1361":{},"1362":{}}}],["entities/account.entity.status",{"_index":579,"name":{},"parent":{"1288":{}}}],["entities/account.entity.status.__type",{"_index":580,"name":{},"parent":{"1289":{},"1290":{},"1291":{},"1292":{},"1293":{},"1294":{},"1295":{},"1296":{},"1297":{},"1298":{},"1299":{},"1300":{},"1301":{},"1302":{},"1303":{},"1304":{},"1305":{},"1306":{},"1307":{},"1308":{},"1309":{},"1310":{},"1311":{},"1312":{},"1313":{},"1314":{},"1315":{},"1316":{},"1317":{},"1318":{}}}],["entities/account.entity.statusparams",{"_index":685,"name":{},"parent":{"1446":{}}}],["entities/account.entity.statusparams.__type",{"_index":687,"name":{},"parent":{"1447":{},"1448":{},"1449":{},"1450":{},"1451":{},"1452":{},"1453":{},"1454":{}}}],["entities/account.entity.tag",{"_index":563,"name":{},"parent":{"1264":{}}}],["entities/account.entity.tag.__type",{"_index":564,"name":{},"parent":{"1265":{},"1266":{},"1267":{}}}],["entities/account.entity.token",{"_index":690,"name":{},"parent":{"1456":{}}}],["entities/account.entity.token.__type",{"_index":691,"name":{},"parent":{"1457":{},"1458":{},"1459":{},"1460":{}}}],["entities/account.entity.urls",{"_index":625,"name":{},"parent":{"1356":{}}}],["entities/account.entity.urls.__type",{"_index":627,"name":{},"parent":{"1357":{}}}],["entities/activity",{"_index":11,"name":{"11":{}},"parent":{"1461":{}}}],["entities/activity.entity",{"_index":692,"name":{},"parent":{"1462":{},"1468":{},"1475":{},"1497":{},"1503":{},"1508":{},"1518":{},"1532":{},"1538":{},"1543":{},"1548":{},"1552":{},"1561":{},"1567":{},"1599":{},"1603":{},"1609":{},"1615":{},"1620":{},"1628":{},"1635":{},"1638":{},"1643":{},"1657":{},"1661":{},"1673":{},"1681":{},"1682":{},"1689":{},"1695":{},"1707":{},"1714":{},"1719":{},"1725":{},"1735":{}}}],["entities/activity.entity.account",{"_index":697,"name":{},"parent":{"1476":{}}}],["entities/activity.entity.account.__type",{"_index":698,"name":{},"parent":{"1477":{},"1478":{},"1479":{},"1480":{},"1481":{},"1482":{},"1483":{},"1484":{},"1485":{},"1486":{},"1487":{},"1488":{},"1489":{},"1490":{},"1491":{},"1492":{},"1493":{},"1494":{},"1495":{},"1496":{}}}],["entities/activity.entity.activity",{"_index":699,"name":{},"parent":{"1498":{}}}],["entities/activity.entity.activity.__type",{"_index":700,"name":{},"parent":{"1499":{},"1500":{},"1501":{},"1502":{}}}],["entities/activity.entity.application",{"_index":701,"name":{},"parent":{"1504":{}}}],["entities/activity.entity.application.__type",{"_index":702,"name":{},"parent":{"1505":{},"1506":{},"1507":{}}}],["entities/activity.entity.attachment",{"_index":703,"name":{},"parent":{"1509":{}}}],["entities/activity.entity.attachment.__type",{"_index":704,"name":{},"parent":{"1510":{},"1511":{},"1512":{},"1513":{},"1514":{},"1515":{},"1516":{},"1517":{}}}],["entities/activity.entity.card",{"_index":705,"name":{},"parent":{"1519":{}}}],["entities/activity.entity.card.__type",{"_index":706,"name":{},"parent":{"1520":{},"1521":{},"1522":{},"1523":{},"1524":{},"1525":{},"1526":{},"1527":{},"1528":{},"1529":{},"1530":{},"1531":{}}}],["entities/activity.entity.context",{"_index":721,"name":{},"parent":{"1600":{}}}],["entities/activity.entity.context.__type",{"_index":722,"name":{},"parent":{"1601":{},"1602":{}}}],["entities/activity.entity.conversation",{"_index":723,"name":{},"parent":{"1604":{}}}],["entities/activity.entity.conversation.__type",{"_index":724,"name":{},"parent":{"1605":{},"1606":{},"1607":{},"1608":{}}}],["entities/activity.entity.emoji",{"_index":693,"name":{},"parent":{"1463":{}}}],["entities/activity.entity.emoji.__type",{"_index":694,"name":{},"parent":{"1464":{},"1465":{},"1466":{},"1467":{}}}],["entities/activity.entity.featuredtag",{"_index":725,"name":{},"parent":{"1610":{}}}],["entities/activity.entity.featuredtag.__type",{"_index":726,"name":{},"parent":{"1611":{},"1612":{},"1613":{},"1614":{}}}],["entities/activity.entity.field",{"_index":727,"name":{},"parent":{"1616":{}}}],["entities/activity.entity.field.__type",{"_index":728,"name":{},"parent":{"1617":{},"1618":{},"1619":{}}}],["entities/activity.entity.filter",{"_index":729,"name":{},"parent":{"1621":{}}}],["entities/activity.entity.filter.__type",{"_index":730,"name":{},"parent":{"1622":{},"1623":{},"1624":{},"1625":{},"1626":{},"1627":{}}}],["entities/activity.entity.history",{"_index":709,"name":{},"parent":{"1539":{}}}],["entities/activity.entity.history.__type",{"_index":710,"name":{},"parent":{"1540":{},"1541":{},"1542":{}}}],["entities/activity.entity.identityproof",{"_index":731,"name":{},"parent":{"1629":{}}}],["entities/activity.entity.identityproof.__type",{"_index":732,"name":{},"parent":{"1630":{},"1631":{},"1632":{},"1633":{},"1634":{}}}],["entities/activity.entity.instance",{"_index":737,"name":{},"parent":{"1644":{}}}],["entities/activity.entity.instance.__type",{"_index":738,"name":{},"parent":{"1645":{},"1646":{},"1647":{},"1648":{},"1649":{},"1650":{},"1651":{},"1652":{},"1653":{},"1654":{},"1655":{},"1656":{}}}],["entities/activity.entity.list",{"_index":739,"name":{},"parent":{"1658":{}}}],["entities/activity.entity.list.__type",{"_index":740,"name":{},"parent":{"1659":{},"1660":{}}}],["entities/activity.entity.marker",{"_index":741,"name":{},"parent":{"1662":{}}}],["entities/activity.entity.marker.__type",{"_index":742,"name":{},"parent":{"1663":{},"1664":{},"1668":{},"1669":{}}}],["entities/activity.entity.marker.__type.__type",{"_index":743,"name":{},"parent":{"1665":{},"1666":{},"1667":{},"1670":{},"1671":{},"1672":{}}}],["entities/activity.entity.mention",{"_index":707,"name":{},"parent":{"1533":{}}}],["entities/activity.entity.mention.__type",{"_index":708,"name":{},"parent":{"1534":{},"1535":{},"1536":{},"1537":{}}}],["entities/activity.entity.notification",{"_index":744,"name":{},"parent":{"1674":{}}}],["entities/activity.entity.notification.__type",{"_index":745,"name":{},"parent":{"1675":{},"1676":{},"1677":{},"1678":{},"1679":{},"1680":{}}}],["entities/activity.entity.poll",{"_index":715,"name":{},"parent":{"1553":{}}}],["entities/activity.entity.poll.__type",{"_index":716,"name":{},"parent":{"1554":{},"1555":{},"1556":{},"1557":{},"1558":{},"1559":{},"1560":{}}}],["entities/activity.entity.polloption",{"_index":713,"name":{},"parent":{"1549":{}}}],["entities/activity.entity.polloption.__type",{"_index":714,"name":{},"parent":{"1550":{},"1551":{}}}],["entities/activity.entity.preferences",{"_index":746,"name":{},"parent":{"1683":{}}}],["entities/activity.entity.preferences.__type",{"_index":747,"name":{},"parent":{"1684":{},"1685":{},"1686":{},"1687":{},"1688":{}}}],["entities/activity.entity.pushsubscription",{"_index":748,"name":{},"parent":{"1690":{}}}],["entities/activity.entity.pushsubscription.__type",{"_index":749,"name":{},"parent":{"1691":{},"1692":{},"1693":{},"1694":{}}}],["entities/activity.entity.reaction",{"_index":717,"name":{},"parent":{"1562":{}}}],["entities/activity.entity.reaction.__type",{"_index":718,"name":{},"parent":{"1563":{},"1564":{},"1565":{},"1566":{}}}],["entities/activity.entity.relationship",{"_index":750,"name":{},"parent":{"1696":{}}}],["entities/activity.entity.relationship.__type",{"_index":751,"name":{},"parent":{"1697":{},"1698":{},"1699":{},"1700":{},"1701":{},"1702":{},"1703":{},"1704":{},"1705":{},"1706":{}}}],["entities/activity.entity.report",{"_index":752,"name":{},"parent":{"1708":{}}}],["entities/activity.entity.report.__type",{"_index":753,"name":{},"parent":{"1709":{},"1710":{},"1711":{},"1712":{},"1713":{}}}],["entities/activity.entity.results",{"_index":754,"name":{},"parent":{"1715":{}}}],["entities/activity.entity.results.__type",{"_index":755,"name":{},"parent":{"1716":{},"1717":{},"1718":{}}}],["entities/activity.entity.scheduledstatus",{"_index":756,"name":{},"parent":{"1720":{}}}],["entities/activity.entity.scheduledstatus.__type",{"_index":757,"name":{},"parent":{"1721":{},"1722":{},"1723":{},"1724":{}}}],["entities/activity.entity.source",{"_index":695,"name":{},"parent":{"1469":{}}}],["entities/activity.entity.source.__type",{"_index":696,"name":{},"parent":{"1470":{},"1471":{},"1472":{},"1473":{},"1474":{}}}],["entities/activity.entity.stats",{"_index":735,"name":{},"parent":{"1639":{}}}],["entities/activity.entity.stats.__type",{"_index":736,"name":{},"parent":{"1640":{},"1641":{},"1642":{}}}],["entities/activity.entity.status",{"_index":719,"name":{},"parent":{"1568":{}}}],["entities/activity.entity.status.__type",{"_index":720,"name":{},"parent":{"1569":{},"1570":{},"1571":{},"1572":{},"1573":{},"1574":{},"1575":{},"1576":{},"1577":{},"1578":{},"1579":{},"1580":{},"1581":{},"1582":{},"1583":{},"1584":{},"1585":{},"1586":{},"1587":{},"1588":{},"1589":{},"1590":{},"1591":{},"1592":{},"1593":{},"1594":{},"1595":{},"1596":{},"1597":{},"1598":{}}}],["entities/activity.entity.statusparams",{"_index":758,"name":{},"parent":{"1726":{}}}],["entities/activity.entity.statusparams.__type",{"_index":759,"name":{},"parent":{"1727":{},"1728":{},"1729":{},"1730":{},"1731":{},"1732":{},"1733":{},"1734":{}}}],["entities/activity.entity.tag",{"_index":711,"name":{},"parent":{"1544":{}}}],["entities/activity.entity.tag.__type",{"_index":712,"name":{},"parent":{"1545":{},"1546":{},"1547":{}}}],["entities/activity.entity.token",{"_index":760,"name":{},"parent":{"1736":{}}}],["entities/activity.entity.token.__type",{"_index":761,"name":{},"parent":{"1737":{},"1738":{},"1739":{},"1740":{}}}],["entities/activity.entity.urls",{"_index":733,"name":{},"parent":{"1636":{}}}],["entities/activity.entity.urls.__type",{"_index":734,"name":{},"parent":{"1637":{}}}],["entities/application",{"_index":12,"name":{"12":{}},"parent":{"1741":{}}}],["entities/application.entity",{"_index":762,"name":{},"parent":{"1742":{},"1748":{},"1755":{},"1777":{},"1783":{},"1788":{},"1798":{},"1812":{},"1818":{},"1823":{},"1828":{},"1832":{},"1841":{},"1847":{},"1879":{},"1883":{},"1889":{},"1895":{},"1900":{},"1908":{},"1915":{},"1918":{},"1923":{},"1937":{},"1941":{},"1953":{},"1961":{},"1962":{},"1969":{},"1975":{},"1987":{},"1994":{},"1999":{},"2005":{},"2015":{}}}],["entities/application.entity.account",{"_index":767,"name":{},"parent":{"1756":{}}}],["entities/application.entity.account.__type",{"_index":768,"name":{},"parent":{"1757":{},"1758":{},"1759":{},"1760":{},"1761":{},"1762":{},"1763":{},"1764":{},"1765":{},"1766":{},"1767":{},"1768":{},"1769":{},"1770":{},"1771":{},"1772":{},"1773":{},"1774":{},"1775":{},"1776":{}}}],["entities/application.entity.activity",{"_index":769,"name":{},"parent":{"1778":{}}}],["entities/application.entity.activity.__type",{"_index":770,"name":{},"parent":{"1779":{},"1780":{},"1781":{},"1782":{}}}],["entities/application.entity.application",{"_index":771,"name":{},"parent":{"1784":{}}}],["entities/application.entity.application.__type",{"_index":772,"name":{},"parent":{"1785":{},"1786":{},"1787":{}}}],["entities/application.entity.attachment",{"_index":773,"name":{},"parent":{"1789":{}}}],["entities/application.entity.attachment.__type",{"_index":774,"name":{},"parent":{"1790":{},"1791":{},"1792":{},"1793":{},"1794":{},"1795":{},"1796":{},"1797":{}}}],["entities/application.entity.card",{"_index":775,"name":{},"parent":{"1799":{}}}],["entities/application.entity.card.__type",{"_index":776,"name":{},"parent":{"1800":{},"1801":{},"1802":{},"1803":{},"1804":{},"1805":{},"1806":{},"1807":{},"1808":{},"1809":{},"1810":{},"1811":{}}}],["entities/application.entity.context",{"_index":791,"name":{},"parent":{"1880":{}}}],["entities/application.entity.context.__type",{"_index":792,"name":{},"parent":{"1881":{},"1882":{}}}],["entities/application.entity.conversation",{"_index":793,"name":{},"parent":{"1884":{}}}],["entities/application.entity.conversation.__type",{"_index":794,"name":{},"parent":{"1885":{},"1886":{},"1887":{},"1888":{}}}],["entities/application.entity.emoji",{"_index":763,"name":{},"parent":{"1743":{}}}],["entities/application.entity.emoji.__type",{"_index":764,"name":{},"parent":{"1744":{},"1745":{},"1746":{},"1747":{}}}],["entities/application.entity.featuredtag",{"_index":795,"name":{},"parent":{"1890":{}}}],["entities/application.entity.featuredtag.__type",{"_index":796,"name":{},"parent":{"1891":{},"1892":{},"1893":{},"1894":{}}}],["entities/application.entity.field",{"_index":797,"name":{},"parent":{"1896":{}}}],["entities/application.entity.field.__type",{"_index":798,"name":{},"parent":{"1897":{},"1898":{},"1899":{}}}],["entities/application.entity.filter",{"_index":799,"name":{},"parent":{"1901":{}}}],["entities/application.entity.filter.__type",{"_index":800,"name":{},"parent":{"1902":{},"1903":{},"1904":{},"1905":{},"1906":{},"1907":{}}}],["entities/application.entity.history",{"_index":779,"name":{},"parent":{"1819":{}}}],["entities/application.entity.history.__type",{"_index":780,"name":{},"parent":{"1820":{},"1821":{},"1822":{}}}],["entities/application.entity.identityproof",{"_index":801,"name":{},"parent":{"1909":{}}}],["entities/application.entity.identityproof.__type",{"_index":802,"name":{},"parent":{"1910":{},"1911":{},"1912":{},"1913":{},"1914":{}}}],["entities/application.entity.instance",{"_index":807,"name":{},"parent":{"1924":{}}}],["entities/application.entity.instance.__type",{"_index":808,"name":{},"parent":{"1925":{},"1926":{},"1927":{},"1928":{},"1929":{},"1930":{},"1931":{},"1932":{},"1933":{},"1934":{},"1935":{},"1936":{}}}],["entities/application.entity.list",{"_index":809,"name":{},"parent":{"1938":{}}}],["entities/application.entity.list.__type",{"_index":810,"name":{},"parent":{"1939":{},"1940":{}}}],["entities/application.entity.marker",{"_index":811,"name":{},"parent":{"1942":{}}}],["entities/application.entity.marker.__type",{"_index":812,"name":{},"parent":{"1943":{},"1944":{},"1948":{},"1949":{}}}],["entities/application.entity.marker.__type.__type",{"_index":813,"name":{},"parent":{"1945":{},"1946":{},"1947":{},"1950":{},"1951":{},"1952":{}}}],["entities/application.entity.mention",{"_index":777,"name":{},"parent":{"1813":{}}}],["entities/application.entity.mention.__type",{"_index":778,"name":{},"parent":{"1814":{},"1815":{},"1816":{},"1817":{}}}],["entities/application.entity.notification",{"_index":814,"name":{},"parent":{"1954":{}}}],["entities/application.entity.notification.__type",{"_index":815,"name":{},"parent":{"1955":{},"1956":{},"1957":{},"1958":{},"1959":{},"1960":{}}}],["entities/application.entity.poll",{"_index":785,"name":{},"parent":{"1833":{}}}],["entities/application.entity.poll.__type",{"_index":786,"name":{},"parent":{"1834":{},"1835":{},"1836":{},"1837":{},"1838":{},"1839":{},"1840":{}}}],["entities/application.entity.polloption",{"_index":783,"name":{},"parent":{"1829":{}}}],["entities/application.entity.polloption.__type",{"_index":784,"name":{},"parent":{"1830":{},"1831":{}}}],["entities/application.entity.preferences",{"_index":816,"name":{},"parent":{"1963":{}}}],["entities/application.entity.preferences.__type",{"_index":817,"name":{},"parent":{"1964":{},"1965":{},"1966":{},"1967":{},"1968":{}}}],["entities/application.entity.pushsubscription",{"_index":818,"name":{},"parent":{"1970":{}}}],["entities/application.entity.pushsubscription.__type",{"_index":819,"name":{},"parent":{"1971":{},"1972":{},"1973":{},"1974":{}}}],["entities/application.entity.reaction",{"_index":787,"name":{},"parent":{"1842":{}}}],["entities/application.entity.reaction.__type",{"_index":788,"name":{},"parent":{"1843":{},"1844":{},"1845":{},"1846":{}}}],["entities/application.entity.relationship",{"_index":820,"name":{},"parent":{"1976":{}}}],["entities/application.entity.relationship.__type",{"_index":821,"name":{},"parent":{"1977":{},"1978":{},"1979":{},"1980":{},"1981":{},"1982":{},"1983":{},"1984":{},"1985":{},"1986":{}}}],["entities/application.entity.report",{"_index":822,"name":{},"parent":{"1988":{}}}],["entities/application.entity.report.__type",{"_index":823,"name":{},"parent":{"1989":{},"1990":{},"1991":{},"1992":{},"1993":{}}}],["entities/application.entity.results",{"_index":824,"name":{},"parent":{"1995":{}}}],["entities/application.entity.results.__type",{"_index":825,"name":{},"parent":{"1996":{},"1997":{},"1998":{}}}],["entities/application.entity.scheduledstatus",{"_index":826,"name":{},"parent":{"2000":{}}}],["entities/application.entity.scheduledstatus.__type",{"_index":827,"name":{},"parent":{"2001":{},"2002":{},"2003":{},"2004":{}}}],["entities/application.entity.source",{"_index":765,"name":{},"parent":{"1749":{}}}],["entities/application.entity.source.__type",{"_index":766,"name":{},"parent":{"1750":{},"1751":{},"1752":{},"1753":{},"1754":{}}}],["entities/application.entity.stats",{"_index":805,"name":{},"parent":{"1919":{}}}],["entities/application.entity.stats.__type",{"_index":806,"name":{},"parent":{"1920":{},"1921":{},"1922":{}}}],["entities/application.entity.status",{"_index":789,"name":{},"parent":{"1848":{}}}],["entities/application.entity.status.__type",{"_index":790,"name":{},"parent":{"1849":{},"1850":{},"1851":{},"1852":{},"1853":{},"1854":{},"1855":{},"1856":{},"1857":{},"1858":{},"1859":{},"1860":{},"1861":{},"1862":{},"1863":{},"1864":{},"1865":{},"1866":{},"1867":{},"1868":{},"1869":{},"1870":{},"1871":{},"1872":{},"1873":{},"1874":{},"1875":{},"1876":{},"1877":{},"1878":{}}}],["entities/application.entity.statusparams",{"_index":828,"name":{},"parent":{"2006":{}}}],["entities/application.entity.statusparams.__type",{"_index":829,"name":{},"parent":{"2007":{},"2008":{},"2009":{},"2010":{},"2011":{},"2012":{},"2013":{},"2014":{}}}],["entities/application.entity.tag",{"_index":781,"name":{},"parent":{"1824":{}}}],["entities/application.entity.tag.__type",{"_index":782,"name":{},"parent":{"1825":{},"1826":{},"1827":{}}}],["entities/application.entity.token",{"_index":830,"name":{},"parent":{"2016":{}}}],["entities/application.entity.token.__type",{"_index":831,"name":{},"parent":{"2017":{},"2018":{},"2019":{},"2020":{}}}],["entities/application.entity.urls",{"_index":803,"name":{},"parent":{"1916":{}}}],["entities/application.entity.urls.__type",{"_index":804,"name":{},"parent":{"1917":{}}}],["entities/attachment",{"_index":13,"name":{"13":{}},"parent":{"2021":{}}}],["entities/attachment.entity",{"_index":832,"name":{},"parent":{"2022":{},"2028":{},"2035":{},"2057":{},"2063":{},"2068":{},"2078":{},"2092":{},"2098":{},"2103":{},"2108":{},"2112":{},"2121":{},"2127":{},"2159":{},"2163":{},"2169":{},"2175":{},"2180":{},"2188":{},"2195":{},"2198":{},"2203":{},"2217":{},"2221":{},"2233":{},"2241":{},"2242":{},"2249":{},"2255":{},"2267":{},"2274":{},"2279":{},"2285":{},"2295":{}}}],["entities/attachment.entity.account",{"_index":837,"name":{},"parent":{"2036":{}}}],["entities/attachment.entity.account.__type",{"_index":838,"name":{},"parent":{"2037":{},"2038":{},"2039":{},"2040":{},"2041":{},"2042":{},"2043":{},"2044":{},"2045":{},"2046":{},"2047":{},"2048":{},"2049":{},"2050":{},"2051":{},"2052":{},"2053":{},"2054":{},"2055":{},"2056":{}}}],["entities/attachment.entity.activity",{"_index":839,"name":{},"parent":{"2058":{}}}],["entities/attachment.entity.activity.__type",{"_index":840,"name":{},"parent":{"2059":{},"2060":{},"2061":{},"2062":{}}}],["entities/attachment.entity.application",{"_index":841,"name":{},"parent":{"2064":{}}}],["entities/attachment.entity.application.__type",{"_index":842,"name":{},"parent":{"2065":{},"2066":{},"2067":{}}}],["entities/attachment.entity.attachment",{"_index":843,"name":{},"parent":{"2069":{}}}],["entities/attachment.entity.attachment.__type",{"_index":844,"name":{},"parent":{"2070":{},"2071":{},"2072":{},"2073":{},"2074":{},"2075":{},"2076":{},"2077":{}}}],["entities/attachment.entity.card",{"_index":845,"name":{},"parent":{"2079":{}}}],["entities/attachment.entity.card.__type",{"_index":846,"name":{},"parent":{"2080":{},"2081":{},"2082":{},"2083":{},"2084":{},"2085":{},"2086":{},"2087":{},"2088":{},"2089":{},"2090":{},"2091":{}}}],["entities/attachment.entity.context",{"_index":861,"name":{},"parent":{"2160":{}}}],["entities/attachment.entity.context.__type",{"_index":862,"name":{},"parent":{"2161":{},"2162":{}}}],["entities/attachment.entity.conversation",{"_index":863,"name":{},"parent":{"2164":{}}}],["entities/attachment.entity.conversation.__type",{"_index":864,"name":{},"parent":{"2165":{},"2166":{},"2167":{},"2168":{}}}],["entities/attachment.entity.emoji",{"_index":833,"name":{},"parent":{"2023":{}}}],["entities/attachment.entity.emoji.__type",{"_index":834,"name":{},"parent":{"2024":{},"2025":{},"2026":{},"2027":{}}}],["entities/attachment.entity.featuredtag",{"_index":865,"name":{},"parent":{"2170":{}}}],["entities/attachment.entity.featuredtag.__type",{"_index":866,"name":{},"parent":{"2171":{},"2172":{},"2173":{},"2174":{}}}],["entities/attachment.entity.field",{"_index":867,"name":{},"parent":{"2176":{}}}],["entities/attachment.entity.field.__type",{"_index":868,"name":{},"parent":{"2177":{},"2178":{},"2179":{}}}],["entities/attachment.entity.filter",{"_index":869,"name":{},"parent":{"2181":{}}}],["entities/attachment.entity.filter.__type",{"_index":870,"name":{},"parent":{"2182":{},"2183":{},"2184":{},"2185":{},"2186":{},"2187":{}}}],["entities/attachment.entity.history",{"_index":849,"name":{},"parent":{"2099":{}}}],["entities/attachment.entity.history.__type",{"_index":850,"name":{},"parent":{"2100":{},"2101":{},"2102":{}}}],["entities/attachment.entity.identityproof",{"_index":871,"name":{},"parent":{"2189":{}}}],["entities/attachment.entity.identityproof.__type",{"_index":872,"name":{},"parent":{"2190":{},"2191":{},"2192":{},"2193":{},"2194":{}}}],["entities/attachment.entity.instance",{"_index":877,"name":{},"parent":{"2204":{}}}],["entities/attachment.entity.instance.__type",{"_index":878,"name":{},"parent":{"2205":{},"2206":{},"2207":{},"2208":{},"2209":{},"2210":{},"2211":{},"2212":{},"2213":{},"2214":{},"2215":{},"2216":{}}}],["entities/attachment.entity.list",{"_index":879,"name":{},"parent":{"2218":{}}}],["entities/attachment.entity.list.__type",{"_index":880,"name":{},"parent":{"2219":{},"2220":{}}}],["entities/attachment.entity.marker",{"_index":881,"name":{},"parent":{"2222":{}}}],["entities/attachment.entity.marker.__type",{"_index":882,"name":{},"parent":{"2223":{},"2224":{},"2228":{},"2229":{}}}],["entities/attachment.entity.marker.__type.__type",{"_index":883,"name":{},"parent":{"2225":{},"2226":{},"2227":{},"2230":{},"2231":{},"2232":{}}}],["entities/attachment.entity.mention",{"_index":847,"name":{},"parent":{"2093":{}}}],["entities/attachment.entity.mention.__type",{"_index":848,"name":{},"parent":{"2094":{},"2095":{},"2096":{},"2097":{}}}],["entities/attachment.entity.notification",{"_index":884,"name":{},"parent":{"2234":{}}}],["entities/attachment.entity.notification.__type",{"_index":885,"name":{},"parent":{"2235":{},"2236":{},"2237":{},"2238":{},"2239":{},"2240":{}}}],["entities/attachment.entity.poll",{"_index":855,"name":{},"parent":{"2113":{}}}],["entities/attachment.entity.poll.__type",{"_index":856,"name":{},"parent":{"2114":{},"2115":{},"2116":{},"2117":{},"2118":{},"2119":{},"2120":{}}}],["entities/attachment.entity.polloption",{"_index":853,"name":{},"parent":{"2109":{}}}],["entities/attachment.entity.polloption.__type",{"_index":854,"name":{},"parent":{"2110":{},"2111":{}}}],["entities/attachment.entity.preferences",{"_index":886,"name":{},"parent":{"2243":{}}}],["entities/attachment.entity.preferences.__type",{"_index":887,"name":{},"parent":{"2244":{},"2245":{},"2246":{},"2247":{},"2248":{}}}],["entities/attachment.entity.pushsubscription",{"_index":888,"name":{},"parent":{"2250":{}}}],["entities/attachment.entity.pushsubscription.__type",{"_index":889,"name":{},"parent":{"2251":{},"2252":{},"2253":{},"2254":{}}}],["entities/attachment.entity.reaction",{"_index":857,"name":{},"parent":{"2122":{}}}],["entities/attachment.entity.reaction.__type",{"_index":858,"name":{},"parent":{"2123":{},"2124":{},"2125":{},"2126":{}}}],["entities/attachment.entity.relationship",{"_index":890,"name":{},"parent":{"2256":{}}}],["entities/attachment.entity.relationship.__type",{"_index":891,"name":{},"parent":{"2257":{},"2258":{},"2259":{},"2260":{},"2261":{},"2262":{},"2263":{},"2264":{},"2265":{},"2266":{}}}],["entities/attachment.entity.report",{"_index":892,"name":{},"parent":{"2268":{}}}],["entities/attachment.entity.report.__type",{"_index":893,"name":{},"parent":{"2269":{},"2270":{},"2271":{},"2272":{},"2273":{}}}],["entities/attachment.entity.results",{"_index":894,"name":{},"parent":{"2275":{}}}],["entities/attachment.entity.results.__type",{"_index":895,"name":{},"parent":{"2276":{},"2277":{},"2278":{}}}],["entities/attachment.entity.scheduledstatus",{"_index":896,"name":{},"parent":{"2280":{}}}],["entities/attachment.entity.scheduledstatus.__type",{"_index":897,"name":{},"parent":{"2281":{},"2282":{},"2283":{},"2284":{}}}],["entities/attachment.entity.source",{"_index":835,"name":{},"parent":{"2029":{}}}],["entities/attachment.entity.source.__type",{"_index":836,"name":{},"parent":{"2030":{},"2031":{},"2032":{},"2033":{},"2034":{}}}],["entities/attachment.entity.stats",{"_index":875,"name":{},"parent":{"2199":{}}}],["entities/attachment.entity.stats.__type",{"_index":876,"name":{},"parent":{"2200":{},"2201":{},"2202":{}}}],["entities/attachment.entity.status",{"_index":859,"name":{},"parent":{"2128":{}}}],["entities/attachment.entity.status.__type",{"_index":860,"name":{},"parent":{"2129":{},"2130":{},"2131":{},"2132":{},"2133":{},"2134":{},"2135":{},"2136":{},"2137":{},"2138":{},"2139":{},"2140":{},"2141":{},"2142":{},"2143":{},"2144":{},"2145":{},"2146":{},"2147":{},"2148":{},"2149":{},"2150":{},"2151":{},"2152":{},"2153":{},"2154":{},"2155":{},"2156":{},"2157":{},"2158":{}}}],["entities/attachment.entity.statusparams",{"_index":898,"name":{},"parent":{"2286":{}}}],["entities/attachment.entity.statusparams.__type",{"_index":899,"name":{},"parent":{"2287":{},"2288":{},"2289":{},"2290":{},"2291":{},"2292":{},"2293":{},"2294":{}}}],["entities/attachment.entity.tag",{"_index":851,"name":{},"parent":{"2104":{}}}],["entities/attachment.entity.tag.__type",{"_index":852,"name":{},"parent":{"2105":{},"2106":{},"2107":{}}}],["entities/attachment.entity.token",{"_index":900,"name":{},"parent":{"2296":{}}}],["entities/attachment.entity.token.__type",{"_index":901,"name":{},"parent":{"2297":{},"2298":{},"2299":{},"2300":{}}}],["entities/attachment.entity.urls",{"_index":873,"name":{},"parent":{"2196":{}}}],["entities/attachment.entity.urls.__type",{"_index":874,"name":{},"parent":{"2197":{}}}],["entities/card",{"_index":14,"name":{"14":{}},"parent":{"2301":{}}}],["entities/card.entity",{"_index":902,"name":{},"parent":{"2302":{},"2308":{},"2315":{},"2337":{},"2343":{},"2348":{},"2358":{},"2372":{},"2378":{},"2383":{},"2388":{},"2392":{},"2401":{},"2407":{},"2439":{},"2443":{},"2449":{},"2455":{},"2460":{},"2468":{},"2475":{},"2478":{},"2483":{},"2497":{},"2501":{},"2513":{},"2521":{},"2522":{},"2529":{},"2535":{},"2547":{},"2554":{},"2559":{},"2565":{},"2575":{}}}],["entities/card.entity.account",{"_index":907,"name":{},"parent":{"2316":{}}}],["entities/card.entity.account.__type",{"_index":908,"name":{},"parent":{"2317":{},"2318":{},"2319":{},"2320":{},"2321":{},"2322":{},"2323":{},"2324":{},"2325":{},"2326":{},"2327":{},"2328":{},"2329":{},"2330":{},"2331":{},"2332":{},"2333":{},"2334":{},"2335":{},"2336":{}}}],["entities/card.entity.activity",{"_index":909,"name":{},"parent":{"2338":{}}}],["entities/card.entity.activity.__type",{"_index":910,"name":{},"parent":{"2339":{},"2340":{},"2341":{},"2342":{}}}],["entities/card.entity.application",{"_index":911,"name":{},"parent":{"2344":{}}}],["entities/card.entity.application.__type",{"_index":912,"name":{},"parent":{"2345":{},"2346":{},"2347":{}}}],["entities/card.entity.attachment",{"_index":913,"name":{},"parent":{"2349":{}}}],["entities/card.entity.attachment.__type",{"_index":914,"name":{},"parent":{"2350":{},"2351":{},"2352":{},"2353":{},"2354":{},"2355":{},"2356":{},"2357":{}}}],["entities/card.entity.card",{"_index":915,"name":{},"parent":{"2359":{}}}],["entities/card.entity.card.__type",{"_index":916,"name":{},"parent":{"2360":{},"2361":{},"2362":{},"2363":{},"2364":{},"2365":{},"2366":{},"2367":{},"2368":{},"2369":{},"2370":{},"2371":{}}}],["entities/card.entity.context",{"_index":931,"name":{},"parent":{"2440":{}}}],["entities/card.entity.context.__type",{"_index":932,"name":{},"parent":{"2441":{},"2442":{}}}],["entities/card.entity.conversation",{"_index":933,"name":{},"parent":{"2444":{}}}],["entities/card.entity.conversation.__type",{"_index":934,"name":{},"parent":{"2445":{},"2446":{},"2447":{},"2448":{}}}],["entities/card.entity.emoji",{"_index":903,"name":{},"parent":{"2303":{}}}],["entities/card.entity.emoji.__type",{"_index":904,"name":{},"parent":{"2304":{},"2305":{},"2306":{},"2307":{}}}],["entities/card.entity.featuredtag",{"_index":935,"name":{},"parent":{"2450":{}}}],["entities/card.entity.featuredtag.__type",{"_index":936,"name":{},"parent":{"2451":{},"2452":{},"2453":{},"2454":{}}}],["entities/card.entity.field",{"_index":937,"name":{},"parent":{"2456":{}}}],["entities/card.entity.field.__type",{"_index":938,"name":{},"parent":{"2457":{},"2458":{},"2459":{}}}],["entities/card.entity.filter",{"_index":939,"name":{},"parent":{"2461":{}}}],["entities/card.entity.filter.__type",{"_index":940,"name":{},"parent":{"2462":{},"2463":{},"2464":{},"2465":{},"2466":{},"2467":{}}}],["entities/card.entity.history",{"_index":919,"name":{},"parent":{"2379":{}}}],["entities/card.entity.history.__type",{"_index":920,"name":{},"parent":{"2380":{},"2381":{},"2382":{}}}],["entities/card.entity.identityproof",{"_index":941,"name":{},"parent":{"2469":{}}}],["entities/card.entity.identityproof.__type",{"_index":942,"name":{},"parent":{"2470":{},"2471":{},"2472":{},"2473":{},"2474":{}}}],["entities/card.entity.instance",{"_index":947,"name":{},"parent":{"2484":{}}}],["entities/card.entity.instance.__type",{"_index":948,"name":{},"parent":{"2485":{},"2486":{},"2487":{},"2488":{},"2489":{},"2490":{},"2491":{},"2492":{},"2493":{},"2494":{},"2495":{},"2496":{}}}],["entities/card.entity.list",{"_index":949,"name":{},"parent":{"2498":{}}}],["entities/card.entity.list.__type",{"_index":950,"name":{},"parent":{"2499":{},"2500":{}}}],["entities/card.entity.marker",{"_index":951,"name":{},"parent":{"2502":{}}}],["entities/card.entity.marker.__type",{"_index":952,"name":{},"parent":{"2503":{},"2504":{},"2508":{},"2509":{}}}],["entities/card.entity.marker.__type.__type",{"_index":953,"name":{},"parent":{"2505":{},"2506":{},"2507":{},"2510":{},"2511":{},"2512":{}}}],["entities/card.entity.mention",{"_index":917,"name":{},"parent":{"2373":{}}}],["entities/card.entity.mention.__type",{"_index":918,"name":{},"parent":{"2374":{},"2375":{},"2376":{},"2377":{}}}],["entities/card.entity.notification",{"_index":954,"name":{},"parent":{"2514":{}}}],["entities/card.entity.notification.__type",{"_index":955,"name":{},"parent":{"2515":{},"2516":{},"2517":{},"2518":{},"2519":{},"2520":{}}}],["entities/card.entity.poll",{"_index":925,"name":{},"parent":{"2393":{}}}],["entities/card.entity.poll.__type",{"_index":926,"name":{},"parent":{"2394":{},"2395":{},"2396":{},"2397":{},"2398":{},"2399":{},"2400":{}}}],["entities/card.entity.polloption",{"_index":923,"name":{},"parent":{"2389":{}}}],["entities/card.entity.polloption.__type",{"_index":924,"name":{},"parent":{"2390":{},"2391":{}}}],["entities/card.entity.preferences",{"_index":956,"name":{},"parent":{"2523":{}}}],["entities/card.entity.preferences.__type",{"_index":957,"name":{},"parent":{"2524":{},"2525":{},"2526":{},"2527":{},"2528":{}}}],["entities/card.entity.pushsubscription",{"_index":958,"name":{},"parent":{"2530":{}}}],["entities/card.entity.pushsubscription.__type",{"_index":959,"name":{},"parent":{"2531":{},"2532":{},"2533":{},"2534":{}}}],["entities/card.entity.reaction",{"_index":927,"name":{},"parent":{"2402":{}}}],["entities/card.entity.reaction.__type",{"_index":928,"name":{},"parent":{"2403":{},"2404":{},"2405":{},"2406":{}}}],["entities/card.entity.relationship",{"_index":960,"name":{},"parent":{"2536":{}}}],["entities/card.entity.relationship.__type",{"_index":961,"name":{},"parent":{"2537":{},"2538":{},"2539":{},"2540":{},"2541":{},"2542":{},"2543":{},"2544":{},"2545":{},"2546":{}}}],["entities/card.entity.report",{"_index":962,"name":{},"parent":{"2548":{}}}],["entities/card.entity.report.__type",{"_index":963,"name":{},"parent":{"2549":{},"2550":{},"2551":{},"2552":{},"2553":{}}}],["entities/card.entity.results",{"_index":964,"name":{},"parent":{"2555":{}}}],["entities/card.entity.results.__type",{"_index":965,"name":{},"parent":{"2556":{},"2557":{},"2558":{}}}],["entities/card.entity.scheduledstatus",{"_index":966,"name":{},"parent":{"2560":{}}}],["entities/card.entity.scheduledstatus.__type",{"_index":967,"name":{},"parent":{"2561":{},"2562":{},"2563":{},"2564":{}}}],["entities/card.entity.source",{"_index":905,"name":{},"parent":{"2309":{}}}],["entities/card.entity.source.__type",{"_index":906,"name":{},"parent":{"2310":{},"2311":{},"2312":{},"2313":{},"2314":{}}}],["entities/card.entity.stats",{"_index":945,"name":{},"parent":{"2479":{}}}],["entities/card.entity.stats.__type",{"_index":946,"name":{},"parent":{"2480":{},"2481":{},"2482":{}}}],["entities/card.entity.status",{"_index":929,"name":{},"parent":{"2408":{}}}],["entities/card.entity.status.__type",{"_index":930,"name":{},"parent":{"2409":{},"2410":{},"2411":{},"2412":{},"2413":{},"2414":{},"2415":{},"2416":{},"2417":{},"2418":{},"2419":{},"2420":{},"2421":{},"2422":{},"2423":{},"2424":{},"2425":{},"2426":{},"2427":{},"2428":{},"2429":{},"2430":{},"2431":{},"2432":{},"2433":{},"2434":{},"2435":{},"2436":{},"2437":{},"2438":{}}}],["entities/card.entity.statusparams",{"_index":968,"name":{},"parent":{"2566":{}}}],["entities/card.entity.statusparams.__type",{"_index":969,"name":{},"parent":{"2567":{},"2568":{},"2569":{},"2570":{},"2571":{},"2572":{},"2573":{},"2574":{}}}],["entities/card.entity.tag",{"_index":921,"name":{},"parent":{"2384":{}}}],["entities/card.entity.tag.__type",{"_index":922,"name":{},"parent":{"2385":{},"2386":{},"2387":{}}}],["entities/card.entity.token",{"_index":970,"name":{},"parent":{"2576":{}}}],["entities/card.entity.token.__type",{"_index":971,"name":{},"parent":{"2577":{},"2578":{},"2579":{},"2580":{}}}],["entities/card.entity.urls",{"_index":943,"name":{},"parent":{"2476":{}}}],["entities/card.entity.urls.__type",{"_index":944,"name":{},"parent":{"2477":{}}}],["entities/context",{"_index":15,"name":{"15":{}},"parent":{"2581":{}}}],["entities/context.entity",{"_index":972,"name":{},"parent":{"2582":{},"2588":{},"2595":{},"2617":{},"2623":{},"2628":{},"2638":{},"2652":{},"2658":{},"2663":{},"2668":{},"2672":{},"2681":{},"2687":{},"2719":{},"2723":{},"2729":{},"2735":{},"2740":{},"2748":{},"2755":{},"2758":{},"2763":{},"2777":{},"2781":{},"2793":{},"2801":{},"2802":{},"2809":{},"2815":{},"2827":{},"2834":{},"2839":{},"2845":{},"2855":{}}}],["entities/context.entity.account",{"_index":977,"name":{},"parent":{"2596":{}}}],["entities/context.entity.account.__type",{"_index":978,"name":{},"parent":{"2597":{},"2598":{},"2599":{},"2600":{},"2601":{},"2602":{},"2603":{},"2604":{},"2605":{},"2606":{},"2607":{},"2608":{},"2609":{},"2610":{},"2611":{},"2612":{},"2613":{},"2614":{},"2615":{},"2616":{}}}],["entities/context.entity.activity",{"_index":979,"name":{},"parent":{"2618":{}}}],["entities/context.entity.activity.__type",{"_index":980,"name":{},"parent":{"2619":{},"2620":{},"2621":{},"2622":{}}}],["entities/context.entity.application",{"_index":981,"name":{},"parent":{"2624":{}}}],["entities/context.entity.application.__type",{"_index":982,"name":{},"parent":{"2625":{},"2626":{},"2627":{}}}],["entities/context.entity.attachment",{"_index":983,"name":{},"parent":{"2629":{}}}],["entities/context.entity.attachment.__type",{"_index":984,"name":{},"parent":{"2630":{},"2631":{},"2632":{},"2633":{},"2634":{},"2635":{},"2636":{},"2637":{}}}],["entities/context.entity.card",{"_index":985,"name":{},"parent":{"2639":{}}}],["entities/context.entity.card.__type",{"_index":986,"name":{},"parent":{"2640":{},"2641":{},"2642":{},"2643":{},"2644":{},"2645":{},"2646":{},"2647":{},"2648":{},"2649":{},"2650":{},"2651":{}}}],["entities/context.entity.context",{"_index":1001,"name":{},"parent":{"2720":{}}}],["entities/context.entity.context.__type",{"_index":1002,"name":{},"parent":{"2721":{},"2722":{}}}],["entities/context.entity.conversation",{"_index":1003,"name":{},"parent":{"2724":{}}}],["entities/context.entity.conversation.__type",{"_index":1004,"name":{},"parent":{"2725":{},"2726":{},"2727":{},"2728":{}}}],["entities/context.entity.emoji",{"_index":973,"name":{},"parent":{"2583":{}}}],["entities/context.entity.emoji.__type",{"_index":974,"name":{},"parent":{"2584":{},"2585":{},"2586":{},"2587":{}}}],["entities/context.entity.featuredtag",{"_index":1005,"name":{},"parent":{"2730":{}}}],["entities/context.entity.featuredtag.__type",{"_index":1006,"name":{},"parent":{"2731":{},"2732":{},"2733":{},"2734":{}}}],["entities/context.entity.field",{"_index":1007,"name":{},"parent":{"2736":{}}}],["entities/context.entity.field.__type",{"_index":1008,"name":{},"parent":{"2737":{},"2738":{},"2739":{}}}],["entities/context.entity.filter",{"_index":1009,"name":{},"parent":{"2741":{}}}],["entities/context.entity.filter.__type",{"_index":1010,"name":{},"parent":{"2742":{},"2743":{},"2744":{},"2745":{},"2746":{},"2747":{}}}],["entities/context.entity.history",{"_index":989,"name":{},"parent":{"2659":{}}}],["entities/context.entity.history.__type",{"_index":990,"name":{},"parent":{"2660":{},"2661":{},"2662":{}}}],["entities/context.entity.identityproof",{"_index":1011,"name":{},"parent":{"2749":{}}}],["entities/context.entity.identityproof.__type",{"_index":1012,"name":{},"parent":{"2750":{},"2751":{},"2752":{},"2753":{},"2754":{}}}],["entities/context.entity.instance",{"_index":1017,"name":{},"parent":{"2764":{}}}],["entities/context.entity.instance.__type",{"_index":1018,"name":{},"parent":{"2765":{},"2766":{},"2767":{},"2768":{},"2769":{},"2770":{},"2771":{},"2772":{},"2773":{},"2774":{},"2775":{},"2776":{}}}],["entities/context.entity.list",{"_index":1019,"name":{},"parent":{"2778":{}}}],["entities/context.entity.list.__type",{"_index":1020,"name":{},"parent":{"2779":{},"2780":{}}}],["entities/context.entity.marker",{"_index":1021,"name":{},"parent":{"2782":{}}}],["entities/context.entity.marker.__type",{"_index":1022,"name":{},"parent":{"2783":{},"2784":{},"2788":{},"2789":{}}}],["entities/context.entity.marker.__type.__type",{"_index":1023,"name":{},"parent":{"2785":{},"2786":{},"2787":{},"2790":{},"2791":{},"2792":{}}}],["entities/context.entity.mention",{"_index":987,"name":{},"parent":{"2653":{}}}],["entities/context.entity.mention.__type",{"_index":988,"name":{},"parent":{"2654":{},"2655":{},"2656":{},"2657":{}}}],["entities/context.entity.notification",{"_index":1024,"name":{},"parent":{"2794":{}}}],["entities/context.entity.notification.__type",{"_index":1025,"name":{},"parent":{"2795":{},"2796":{},"2797":{},"2798":{},"2799":{},"2800":{}}}],["entities/context.entity.poll",{"_index":995,"name":{},"parent":{"2673":{}}}],["entities/context.entity.poll.__type",{"_index":996,"name":{},"parent":{"2674":{},"2675":{},"2676":{},"2677":{},"2678":{},"2679":{},"2680":{}}}],["entities/context.entity.polloption",{"_index":993,"name":{},"parent":{"2669":{}}}],["entities/context.entity.polloption.__type",{"_index":994,"name":{},"parent":{"2670":{},"2671":{}}}],["entities/context.entity.preferences",{"_index":1026,"name":{},"parent":{"2803":{}}}],["entities/context.entity.preferences.__type",{"_index":1027,"name":{},"parent":{"2804":{},"2805":{},"2806":{},"2807":{},"2808":{}}}],["entities/context.entity.pushsubscription",{"_index":1028,"name":{},"parent":{"2810":{}}}],["entities/context.entity.pushsubscription.__type",{"_index":1029,"name":{},"parent":{"2811":{},"2812":{},"2813":{},"2814":{}}}],["entities/context.entity.reaction",{"_index":997,"name":{},"parent":{"2682":{}}}],["entities/context.entity.reaction.__type",{"_index":998,"name":{},"parent":{"2683":{},"2684":{},"2685":{},"2686":{}}}],["entities/context.entity.relationship",{"_index":1030,"name":{},"parent":{"2816":{}}}],["entities/context.entity.relationship.__type",{"_index":1031,"name":{},"parent":{"2817":{},"2818":{},"2819":{},"2820":{},"2821":{},"2822":{},"2823":{},"2824":{},"2825":{},"2826":{}}}],["entities/context.entity.report",{"_index":1032,"name":{},"parent":{"2828":{}}}],["entities/context.entity.report.__type",{"_index":1033,"name":{},"parent":{"2829":{},"2830":{},"2831":{},"2832":{},"2833":{}}}],["entities/context.entity.results",{"_index":1034,"name":{},"parent":{"2835":{}}}],["entities/context.entity.results.__type",{"_index":1035,"name":{},"parent":{"2836":{},"2837":{},"2838":{}}}],["entities/context.entity.scheduledstatus",{"_index":1036,"name":{},"parent":{"2840":{}}}],["entities/context.entity.scheduledstatus.__type",{"_index":1037,"name":{},"parent":{"2841":{},"2842":{},"2843":{},"2844":{}}}],["entities/context.entity.source",{"_index":975,"name":{},"parent":{"2589":{}}}],["entities/context.entity.source.__type",{"_index":976,"name":{},"parent":{"2590":{},"2591":{},"2592":{},"2593":{},"2594":{}}}],["entities/context.entity.stats",{"_index":1015,"name":{},"parent":{"2759":{}}}],["entities/context.entity.stats.__type",{"_index":1016,"name":{},"parent":{"2760":{},"2761":{},"2762":{}}}],["entities/context.entity.status",{"_index":999,"name":{},"parent":{"2688":{}}}],["entities/context.entity.status.__type",{"_index":1000,"name":{},"parent":{"2689":{},"2690":{},"2691":{},"2692":{},"2693":{},"2694":{},"2695":{},"2696":{},"2697":{},"2698":{},"2699":{},"2700":{},"2701":{},"2702":{},"2703":{},"2704":{},"2705":{},"2706":{},"2707":{},"2708":{},"2709":{},"2710":{},"2711":{},"2712":{},"2713":{},"2714":{},"2715":{},"2716":{},"2717":{},"2718":{}}}],["entities/context.entity.statusparams",{"_index":1038,"name":{},"parent":{"2846":{}}}],["entities/context.entity.statusparams.__type",{"_index":1039,"name":{},"parent":{"2847":{},"2848":{},"2849":{},"2850":{},"2851":{},"2852":{},"2853":{},"2854":{}}}],["entities/context.entity.tag",{"_index":991,"name":{},"parent":{"2664":{}}}],["entities/context.entity.tag.__type",{"_index":992,"name":{},"parent":{"2665":{},"2666":{},"2667":{}}}],["entities/context.entity.token",{"_index":1040,"name":{},"parent":{"2856":{}}}],["entities/context.entity.token.__type",{"_index":1041,"name":{},"parent":{"2857":{},"2858":{},"2859":{},"2860":{}}}],["entities/context.entity.urls",{"_index":1013,"name":{},"parent":{"2756":{}}}],["entities/context.entity.urls.__type",{"_index":1014,"name":{},"parent":{"2757":{}}}],["entities/conversation",{"_index":16,"name":{"16":{}},"parent":{"2861":{}}}],["entities/conversation.entity",{"_index":1042,"name":{},"parent":{"2862":{},"2868":{},"2875":{},"2897":{},"2903":{},"2908":{},"2918":{},"2932":{},"2938":{},"2943":{},"2948":{},"2952":{},"2961":{},"2967":{},"2999":{},"3003":{},"3009":{},"3015":{},"3020":{},"3028":{},"3035":{},"3038":{},"3043":{},"3057":{},"3061":{},"3073":{},"3081":{},"3082":{},"3089":{},"3095":{},"3107":{},"3114":{},"3119":{},"3125":{},"3135":{}}}],["entities/conversation.entity.account",{"_index":1047,"name":{},"parent":{"2876":{}}}],["entities/conversation.entity.account.__type",{"_index":1048,"name":{},"parent":{"2877":{},"2878":{},"2879":{},"2880":{},"2881":{},"2882":{},"2883":{},"2884":{},"2885":{},"2886":{},"2887":{},"2888":{},"2889":{},"2890":{},"2891":{},"2892":{},"2893":{},"2894":{},"2895":{},"2896":{}}}],["entities/conversation.entity.activity",{"_index":1049,"name":{},"parent":{"2898":{}}}],["entities/conversation.entity.activity.__type",{"_index":1050,"name":{},"parent":{"2899":{},"2900":{},"2901":{},"2902":{}}}],["entities/conversation.entity.application",{"_index":1051,"name":{},"parent":{"2904":{}}}],["entities/conversation.entity.application.__type",{"_index":1052,"name":{},"parent":{"2905":{},"2906":{},"2907":{}}}],["entities/conversation.entity.attachment",{"_index":1053,"name":{},"parent":{"2909":{}}}],["entities/conversation.entity.attachment.__type",{"_index":1054,"name":{},"parent":{"2910":{},"2911":{},"2912":{},"2913":{},"2914":{},"2915":{},"2916":{},"2917":{}}}],["entities/conversation.entity.card",{"_index":1055,"name":{},"parent":{"2919":{}}}],["entities/conversation.entity.card.__type",{"_index":1056,"name":{},"parent":{"2920":{},"2921":{},"2922":{},"2923":{},"2924":{},"2925":{},"2926":{},"2927":{},"2928":{},"2929":{},"2930":{},"2931":{}}}],["entities/conversation.entity.context",{"_index":1071,"name":{},"parent":{"3000":{}}}],["entities/conversation.entity.context.__type",{"_index":1072,"name":{},"parent":{"3001":{},"3002":{}}}],["entities/conversation.entity.conversation",{"_index":1073,"name":{},"parent":{"3004":{}}}],["entities/conversation.entity.conversation.__type",{"_index":1074,"name":{},"parent":{"3005":{},"3006":{},"3007":{},"3008":{}}}],["entities/conversation.entity.emoji",{"_index":1043,"name":{},"parent":{"2863":{}}}],["entities/conversation.entity.emoji.__type",{"_index":1044,"name":{},"parent":{"2864":{},"2865":{},"2866":{},"2867":{}}}],["entities/conversation.entity.featuredtag",{"_index":1075,"name":{},"parent":{"3010":{}}}],["entities/conversation.entity.featuredtag.__type",{"_index":1076,"name":{},"parent":{"3011":{},"3012":{},"3013":{},"3014":{}}}],["entities/conversation.entity.field",{"_index":1077,"name":{},"parent":{"3016":{}}}],["entities/conversation.entity.field.__type",{"_index":1078,"name":{},"parent":{"3017":{},"3018":{},"3019":{}}}],["entities/conversation.entity.filter",{"_index":1079,"name":{},"parent":{"3021":{}}}],["entities/conversation.entity.filter.__type",{"_index":1080,"name":{},"parent":{"3022":{},"3023":{},"3024":{},"3025":{},"3026":{},"3027":{}}}],["entities/conversation.entity.history",{"_index":1059,"name":{},"parent":{"2939":{}}}],["entities/conversation.entity.history.__type",{"_index":1060,"name":{},"parent":{"2940":{},"2941":{},"2942":{}}}],["entities/conversation.entity.identityproof",{"_index":1081,"name":{},"parent":{"3029":{}}}],["entities/conversation.entity.identityproof.__type",{"_index":1082,"name":{},"parent":{"3030":{},"3031":{},"3032":{},"3033":{},"3034":{}}}],["entities/conversation.entity.instance",{"_index":1087,"name":{},"parent":{"3044":{}}}],["entities/conversation.entity.instance.__type",{"_index":1088,"name":{},"parent":{"3045":{},"3046":{},"3047":{},"3048":{},"3049":{},"3050":{},"3051":{},"3052":{},"3053":{},"3054":{},"3055":{},"3056":{}}}],["entities/conversation.entity.list",{"_index":1089,"name":{},"parent":{"3058":{}}}],["entities/conversation.entity.list.__type",{"_index":1090,"name":{},"parent":{"3059":{},"3060":{}}}],["entities/conversation.entity.marker",{"_index":1091,"name":{},"parent":{"3062":{}}}],["entities/conversation.entity.marker.__type",{"_index":1092,"name":{},"parent":{"3063":{},"3064":{},"3068":{},"3069":{}}}],["entities/conversation.entity.marker.__type.__type",{"_index":1093,"name":{},"parent":{"3065":{},"3066":{},"3067":{},"3070":{},"3071":{},"3072":{}}}],["entities/conversation.entity.mention",{"_index":1057,"name":{},"parent":{"2933":{}}}],["entities/conversation.entity.mention.__type",{"_index":1058,"name":{},"parent":{"2934":{},"2935":{},"2936":{},"2937":{}}}],["entities/conversation.entity.notification",{"_index":1094,"name":{},"parent":{"3074":{}}}],["entities/conversation.entity.notification.__type",{"_index":1095,"name":{},"parent":{"3075":{},"3076":{},"3077":{},"3078":{},"3079":{},"3080":{}}}],["entities/conversation.entity.poll",{"_index":1065,"name":{},"parent":{"2953":{}}}],["entities/conversation.entity.poll.__type",{"_index":1066,"name":{},"parent":{"2954":{},"2955":{},"2956":{},"2957":{},"2958":{},"2959":{},"2960":{}}}],["entities/conversation.entity.polloption",{"_index":1063,"name":{},"parent":{"2949":{}}}],["entities/conversation.entity.polloption.__type",{"_index":1064,"name":{},"parent":{"2950":{},"2951":{}}}],["entities/conversation.entity.preferences",{"_index":1096,"name":{},"parent":{"3083":{}}}],["entities/conversation.entity.preferences.__type",{"_index":1097,"name":{},"parent":{"3084":{},"3085":{},"3086":{},"3087":{},"3088":{}}}],["entities/conversation.entity.pushsubscription",{"_index":1098,"name":{},"parent":{"3090":{}}}],["entities/conversation.entity.pushsubscription.__type",{"_index":1099,"name":{},"parent":{"3091":{},"3092":{},"3093":{},"3094":{}}}],["entities/conversation.entity.reaction",{"_index":1067,"name":{},"parent":{"2962":{}}}],["entities/conversation.entity.reaction.__type",{"_index":1068,"name":{},"parent":{"2963":{},"2964":{},"2965":{},"2966":{}}}],["entities/conversation.entity.relationship",{"_index":1100,"name":{},"parent":{"3096":{}}}],["entities/conversation.entity.relationship.__type",{"_index":1101,"name":{},"parent":{"3097":{},"3098":{},"3099":{},"3100":{},"3101":{},"3102":{},"3103":{},"3104":{},"3105":{},"3106":{}}}],["entities/conversation.entity.report",{"_index":1102,"name":{},"parent":{"3108":{}}}],["entities/conversation.entity.report.__type",{"_index":1103,"name":{},"parent":{"3109":{},"3110":{},"3111":{},"3112":{},"3113":{}}}],["entities/conversation.entity.results",{"_index":1104,"name":{},"parent":{"3115":{}}}],["entities/conversation.entity.results.__type",{"_index":1105,"name":{},"parent":{"3116":{},"3117":{},"3118":{}}}],["entities/conversation.entity.scheduledstatus",{"_index":1106,"name":{},"parent":{"3120":{}}}],["entities/conversation.entity.scheduledstatus.__type",{"_index":1107,"name":{},"parent":{"3121":{},"3122":{},"3123":{},"3124":{}}}],["entities/conversation.entity.source",{"_index":1045,"name":{},"parent":{"2869":{}}}],["entities/conversation.entity.source.__type",{"_index":1046,"name":{},"parent":{"2870":{},"2871":{},"2872":{},"2873":{},"2874":{}}}],["entities/conversation.entity.stats",{"_index":1085,"name":{},"parent":{"3039":{}}}],["entities/conversation.entity.stats.__type",{"_index":1086,"name":{},"parent":{"3040":{},"3041":{},"3042":{}}}],["entities/conversation.entity.status",{"_index":1069,"name":{},"parent":{"2968":{}}}],["entities/conversation.entity.status.__type",{"_index":1070,"name":{},"parent":{"2969":{},"2970":{},"2971":{},"2972":{},"2973":{},"2974":{},"2975":{},"2976":{},"2977":{},"2978":{},"2979":{},"2980":{},"2981":{},"2982":{},"2983":{},"2984":{},"2985":{},"2986":{},"2987":{},"2988":{},"2989":{},"2990":{},"2991":{},"2992":{},"2993":{},"2994":{},"2995":{},"2996":{},"2997":{},"2998":{}}}],["entities/conversation.entity.statusparams",{"_index":1108,"name":{},"parent":{"3126":{}}}],["entities/conversation.entity.statusparams.__type",{"_index":1109,"name":{},"parent":{"3127":{},"3128":{},"3129":{},"3130":{},"3131":{},"3132":{},"3133":{},"3134":{}}}],["entities/conversation.entity.tag",{"_index":1061,"name":{},"parent":{"2944":{}}}],["entities/conversation.entity.tag.__type",{"_index":1062,"name":{},"parent":{"2945":{},"2946":{},"2947":{}}}],["entities/conversation.entity.token",{"_index":1110,"name":{},"parent":{"3136":{}}}],["entities/conversation.entity.token.__type",{"_index":1111,"name":{},"parent":{"3137":{},"3138":{},"3139":{},"3140":{}}}],["entities/conversation.entity.urls",{"_index":1083,"name":{},"parent":{"3036":{}}}],["entities/conversation.entity.urls.__type",{"_index":1084,"name":{},"parent":{"3037":{}}}],["entities/emoji",{"_index":17,"name":{"17":{}},"parent":{"3141":{}}}],["entities/emoji.entity",{"_index":1112,"name":{},"parent":{"3142":{},"3148":{},"3155":{},"3177":{},"3183":{},"3188":{},"3198":{},"3212":{},"3218":{},"3223":{},"3228":{},"3232":{},"3241":{},"3247":{},"3279":{},"3283":{},"3289":{},"3295":{},"3300":{},"3308":{},"3315":{},"3318":{},"3323":{},"3337":{},"3341":{},"3353":{},"3361":{},"3362":{},"3369":{},"3375":{},"3387":{},"3394":{},"3399":{},"3405":{},"3415":{}}}],["entities/emoji.entity.account",{"_index":1117,"name":{},"parent":{"3156":{}}}],["entities/emoji.entity.account.__type",{"_index":1118,"name":{},"parent":{"3157":{},"3158":{},"3159":{},"3160":{},"3161":{},"3162":{},"3163":{},"3164":{},"3165":{},"3166":{},"3167":{},"3168":{},"3169":{},"3170":{},"3171":{},"3172":{},"3173":{},"3174":{},"3175":{},"3176":{}}}],["entities/emoji.entity.activity",{"_index":1119,"name":{},"parent":{"3178":{}}}],["entities/emoji.entity.activity.__type",{"_index":1120,"name":{},"parent":{"3179":{},"3180":{},"3181":{},"3182":{}}}],["entities/emoji.entity.application",{"_index":1121,"name":{},"parent":{"3184":{}}}],["entities/emoji.entity.application.__type",{"_index":1122,"name":{},"parent":{"3185":{},"3186":{},"3187":{}}}],["entities/emoji.entity.attachment",{"_index":1123,"name":{},"parent":{"3189":{}}}],["entities/emoji.entity.attachment.__type",{"_index":1124,"name":{},"parent":{"3190":{},"3191":{},"3192":{},"3193":{},"3194":{},"3195":{},"3196":{},"3197":{}}}],["entities/emoji.entity.card",{"_index":1125,"name":{},"parent":{"3199":{}}}],["entities/emoji.entity.card.__type",{"_index":1126,"name":{},"parent":{"3200":{},"3201":{},"3202":{},"3203":{},"3204":{},"3205":{},"3206":{},"3207":{},"3208":{},"3209":{},"3210":{},"3211":{}}}],["entities/emoji.entity.context",{"_index":1141,"name":{},"parent":{"3280":{}}}],["entities/emoji.entity.context.__type",{"_index":1142,"name":{},"parent":{"3281":{},"3282":{}}}],["entities/emoji.entity.conversation",{"_index":1143,"name":{},"parent":{"3284":{}}}],["entities/emoji.entity.conversation.__type",{"_index":1144,"name":{},"parent":{"3285":{},"3286":{},"3287":{},"3288":{}}}],["entities/emoji.entity.emoji",{"_index":1113,"name":{},"parent":{"3143":{}}}],["entities/emoji.entity.emoji.__type",{"_index":1114,"name":{},"parent":{"3144":{},"3145":{},"3146":{},"3147":{}}}],["entities/emoji.entity.featuredtag",{"_index":1145,"name":{},"parent":{"3290":{}}}],["entities/emoji.entity.featuredtag.__type",{"_index":1146,"name":{},"parent":{"3291":{},"3292":{},"3293":{},"3294":{}}}],["entities/emoji.entity.field",{"_index":1147,"name":{},"parent":{"3296":{}}}],["entities/emoji.entity.field.__type",{"_index":1148,"name":{},"parent":{"3297":{},"3298":{},"3299":{}}}],["entities/emoji.entity.filter",{"_index":1149,"name":{},"parent":{"3301":{}}}],["entities/emoji.entity.filter.__type",{"_index":1150,"name":{},"parent":{"3302":{},"3303":{},"3304":{},"3305":{},"3306":{},"3307":{}}}],["entities/emoji.entity.history",{"_index":1129,"name":{},"parent":{"3219":{}}}],["entities/emoji.entity.history.__type",{"_index":1130,"name":{},"parent":{"3220":{},"3221":{},"3222":{}}}],["entities/emoji.entity.identityproof",{"_index":1151,"name":{},"parent":{"3309":{}}}],["entities/emoji.entity.identityproof.__type",{"_index":1152,"name":{},"parent":{"3310":{},"3311":{},"3312":{},"3313":{},"3314":{}}}],["entities/emoji.entity.instance",{"_index":1157,"name":{},"parent":{"3324":{}}}],["entities/emoji.entity.instance.__type",{"_index":1158,"name":{},"parent":{"3325":{},"3326":{},"3327":{},"3328":{},"3329":{},"3330":{},"3331":{},"3332":{},"3333":{},"3334":{},"3335":{},"3336":{}}}],["entities/emoji.entity.list",{"_index":1159,"name":{},"parent":{"3338":{}}}],["entities/emoji.entity.list.__type",{"_index":1160,"name":{},"parent":{"3339":{},"3340":{}}}],["entities/emoji.entity.marker",{"_index":1161,"name":{},"parent":{"3342":{}}}],["entities/emoji.entity.marker.__type",{"_index":1162,"name":{},"parent":{"3343":{},"3344":{},"3348":{},"3349":{}}}],["entities/emoji.entity.marker.__type.__type",{"_index":1163,"name":{},"parent":{"3345":{},"3346":{},"3347":{},"3350":{},"3351":{},"3352":{}}}],["entities/emoji.entity.mention",{"_index":1127,"name":{},"parent":{"3213":{}}}],["entities/emoji.entity.mention.__type",{"_index":1128,"name":{},"parent":{"3214":{},"3215":{},"3216":{},"3217":{}}}],["entities/emoji.entity.notification",{"_index":1164,"name":{},"parent":{"3354":{}}}],["entities/emoji.entity.notification.__type",{"_index":1165,"name":{},"parent":{"3355":{},"3356":{},"3357":{},"3358":{},"3359":{},"3360":{}}}],["entities/emoji.entity.poll",{"_index":1135,"name":{},"parent":{"3233":{}}}],["entities/emoji.entity.poll.__type",{"_index":1136,"name":{},"parent":{"3234":{},"3235":{},"3236":{},"3237":{},"3238":{},"3239":{},"3240":{}}}],["entities/emoji.entity.polloption",{"_index":1133,"name":{},"parent":{"3229":{}}}],["entities/emoji.entity.polloption.__type",{"_index":1134,"name":{},"parent":{"3230":{},"3231":{}}}],["entities/emoji.entity.preferences",{"_index":1166,"name":{},"parent":{"3363":{}}}],["entities/emoji.entity.preferences.__type",{"_index":1167,"name":{},"parent":{"3364":{},"3365":{},"3366":{},"3367":{},"3368":{}}}],["entities/emoji.entity.pushsubscription",{"_index":1168,"name":{},"parent":{"3370":{}}}],["entities/emoji.entity.pushsubscription.__type",{"_index":1169,"name":{},"parent":{"3371":{},"3372":{},"3373":{},"3374":{}}}],["entities/emoji.entity.reaction",{"_index":1137,"name":{},"parent":{"3242":{}}}],["entities/emoji.entity.reaction.__type",{"_index":1138,"name":{},"parent":{"3243":{},"3244":{},"3245":{},"3246":{}}}],["entities/emoji.entity.relationship",{"_index":1170,"name":{},"parent":{"3376":{}}}],["entities/emoji.entity.relationship.__type",{"_index":1171,"name":{},"parent":{"3377":{},"3378":{},"3379":{},"3380":{},"3381":{},"3382":{},"3383":{},"3384":{},"3385":{},"3386":{}}}],["entities/emoji.entity.report",{"_index":1172,"name":{},"parent":{"3388":{}}}],["entities/emoji.entity.report.__type",{"_index":1173,"name":{},"parent":{"3389":{},"3390":{},"3391":{},"3392":{},"3393":{}}}],["entities/emoji.entity.results",{"_index":1174,"name":{},"parent":{"3395":{}}}],["entities/emoji.entity.results.__type",{"_index":1175,"name":{},"parent":{"3396":{},"3397":{},"3398":{}}}],["entities/emoji.entity.scheduledstatus",{"_index":1176,"name":{},"parent":{"3400":{}}}],["entities/emoji.entity.scheduledstatus.__type",{"_index":1177,"name":{},"parent":{"3401":{},"3402":{},"3403":{},"3404":{}}}],["entities/emoji.entity.source",{"_index":1115,"name":{},"parent":{"3149":{}}}],["entities/emoji.entity.source.__type",{"_index":1116,"name":{},"parent":{"3150":{},"3151":{},"3152":{},"3153":{},"3154":{}}}],["entities/emoji.entity.stats",{"_index":1155,"name":{},"parent":{"3319":{}}}],["entities/emoji.entity.stats.__type",{"_index":1156,"name":{},"parent":{"3320":{},"3321":{},"3322":{}}}],["entities/emoji.entity.status",{"_index":1139,"name":{},"parent":{"3248":{}}}],["entities/emoji.entity.status.__type",{"_index":1140,"name":{},"parent":{"3249":{},"3250":{},"3251":{},"3252":{},"3253":{},"3254":{},"3255":{},"3256":{},"3257":{},"3258":{},"3259":{},"3260":{},"3261":{},"3262":{},"3263":{},"3264":{},"3265":{},"3266":{},"3267":{},"3268":{},"3269":{},"3270":{},"3271":{},"3272":{},"3273":{},"3274":{},"3275":{},"3276":{},"3277":{},"3278":{}}}],["entities/emoji.entity.statusparams",{"_index":1178,"name":{},"parent":{"3406":{}}}],["entities/emoji.entity.statusparams.__type",{"_index":1179,"name":{},"parent":{"3407":{},"3408":{},"3409":{},"3410":{},"3411":{},"3412":{},"3413":{},"3414":{}}}],["entities/emoji.entity.tag",{"_index":1131,"name":{},"parent":{"3224":{}}}],["entities/emoji.entity.tag.__type",{"_index":1132,"name":{},"parent":{"3225":{},"3226":{},"3227":{}}}],["entities/emoji.entity.token",{"_index":1180,"name":{},"parent":{"3416":{}}}],["entities/emoji.entity.token.__type",{"_index":1181,"name":{},"parent":{"3417":{},"3418":{},"3419":{},"3420":{}}}],["entities/emoji.entity.urls",{"_index":1153,"name":{},"parent":{"3316":{}}}],["entities/emoji.entity.urls.__type",{"_index":1154,"name":{},"parent":{"3317":{}}}],["entities/featured_tag",{"_index":18,"name":{"18":{}},"parent":{"3421":{}}}],["entities/featured_tag.entity",{"_index":1182,"name":{},"parent":{"3422":{},"3428":{},"3435":{},"3457":{},"3463":{},"3468":{},"3478":{},"3492":{},"3498":{},"3503":{},"3508":{},"3512":{},"3521":{},"3527":{},"3559":{},"3563":{},"3569":{},"3575":{},"3580":{},"3588":{},"3595":{},"3598":{},"3603":{},"3617":{},"3621":{},"3633":{},"3641":{},"3642":{},"3649":{},"3655":{},"3667":{},"3674":{},"3679":{},"3685":{},"3695":{}}}],["entities/featured_tag.entity.account",{"_index":1187,"name":{},"parent":{"3436":{}}}],["entities/featured_tag.entity.account.__type",{"_index":1188,"name":{},"parent":{"3437":{},"3438":{},"3439":{},"3440":{},"3441":{},"3442":{},"3443":{},"3444":{},"3445":{},"3446":{},"3447":{},"3448":{},"3449":{},"3450":{},"3451":{},"3452":{},"3453":{},"3454":{},"3455":{},"3456":{}}}],["entities/featured_tag.entity.activity",{"_index":1189,"name":{},"parent":{"3458":{}}}],["entities/featured_tag.entity.activity.__type",{"_index":1190,"name":{},"parent":{"3459":{},"3460":{},"3461":{},"3462":{}}}],["entities/featured_tag.entity.application",{"_index":1191,"name":{},"parent":{"3464":{}}}],["entities/featured_tag.entity.application.__type",{"_index":1192,"name":{},"parent":{"3465":{},"3466":{},"3467":{}}}],["entities/featured_tag.entity.attachment",{"_index":1193,"name":{},"parent":{"3469":{}}}],["entities/featured_tag.entity.attachment.__type",{"_index":1194,"name":{},"parent":{"3470":{},"3471":{},"3472":{},"3473":{},"3474":{},"3475":{},"3476":{},"3477":{}}}],["entities/featured_tag.entity.card",{"_index":1195,"name":{},"parent":{"3479":{}}}],["entities/featured_tag.entity.card.__type",{"_index":1196,"name":{},"parent":{"3480":{},"3481":{},"3482":{},"3483":{},"3484":{},"3485":{},"3486":{},"3487":{},"3488":{},"3489":{},"3490":{},"3491":{}}}],["entities/featured_tag.entity.context",{"_index":1211,"name":{},"parent":{"3560":{}}}],["entities/featured_tag.entity.context.__type",{"_index":1212,"name":{},"parent":{"3561":{},"3562":{}}}],["entities/featured_tag.entity.conversation",{"_index":1213,"name":{},"parent":{"3564":{}}}],["entities/featured_tag.entity.conversation.__type",{"_index":1214,"name":{},"parent":{"3565":{},"3566":{},"3567":{},"3568":{}}}],["entities/featured_tag.entity.emoji",{"_index":1183,"name":{},"parent":{"3423":{}}}],["entities/featured_tag.entity.emoji.__type",{"_index":1184,"name":{},"parent":{"3424":{},"3425":{},"3426":{},"3427":{}}}],["entities/featured_tag.entity.featuredtag",{"_index":1215,"name":{},"parent":{"3570":{}}}],["entities/featured_tag.entity.featuredtag.__type",{"_index":1216,"name":{},"parent":{"3571":{},"3572":{},"3573":{},"3574":{}}}],["entities/featured_tag.entity.field",{"_index":1217,"name":{},"parent":{"3576":{}}}],["entities/featured_tag.entity.field.__type",{"_index":1218,"name":{},"parent":{"3577":{},"3578":{},"3579":{}}}],["entities/featured_tag.entity.filter",{"_index":1219,"name":{},"parent":{"3581":{}}}],["entities/featured_tag.entity.filter.__type",{"_index":1220,"name":{},"parent":{"3582":{},"3583":{},"3584":{},"3585":{},"3586":{},"3587":{}}}],["entities/featured_tag.entity.history",{"_index":1199,"name":{},"parent":{"3499":{}}}],["entities/featured_tag.entity.history.__type",{"_index":1200,"name":{},"parent":{"3500":{},"3501":{},"3502":{}}}],["entities/featured_tag.entity.identityproof",{"_index":1221,"name":{},"parent":{"3589":{}}}],["entities/featured_tag.entity.identityproof.__type",{"_index":1222,"name":{},"parent":{"3590":{},"3591":{},"3592":{},"3593":{},"3594":{}}}],["entities/featured_tag.entity.instance",{"_index":1227,"name":{},"parent":{"3604":{}}}],["entities/featured_tag.entity.instance.__type",{"_index":1228,"name":{},"parent":{"3605":{},"3606":{},"3607":{},"3608":{},"3609":{},"3610":{},"3611":{},"3612":{},"3613":{},"3614":{},"3615":{},"3616":{}}}],["entities/featured_tag.entity.list",{"_index":1229,"name":{},"parent":{"3618":{}}}],["entities/featured_tag.entity.list.__type",{"_index":1230,"name":{},"parent":{"3619":{},"3620":{}}}],["entities/featured_tag.entity.marker",{"_index":1231,"name":{},"parent":{"3622":{}}}],["entities/featured_tag.entity.marker.__type",{"_index":1232,"name":{},"parent":{"3623":{},"3624":{},"3628":{},"3629":{}}}],["entities/featured_tag.entity.marker.__type.__type",{"_index":1233,"name":{},"parent":{"3625":{},"3626":{},"3627":{},"3630":{},"3631":{},"3632":{}}}],["entities/featured_tag.entity.mention",{"_index":1197,"name":{},"parent":{"3493":{}}}],["entities/featured_tag.entity.mention.__type",{"_index":1198,"name":{},"parent":{"3494":{},"3495":{},"3496":{},"3497":{}}}],["entities/featured_tag.entity.notification",{"_index":1234,"name":{},"parent":{"3634":{}}}],["entities/featured_tag.entity.notification.__type",{"_index":1235,"name":{},"parent":{"3635":{},"3636":{},"3637":{},"3638":{},"3639":{},"3640":{}}}],["entities/featured_tag.entity.poll",{"_index":1205,"name":{},"parent":{"3513":{}}}],["entities/featured_tag.entity.poll.__type",{"_index":1206,"name":{},"parent":{"3514":{},"3515":{},"3516":{},"3517":{},"3518":{},"3519":{},"3520":{}}}],["entities/featured_tag.entity.polloption",{"_index":1203,"name":{},"parent":{"3509":{}}}],["entities/featured_tag.entity.polloption.__type",{"_index":1204,"name":{},"parent":{"3510":{},"3511":{}}}],["entities/featured_tag.entity.preferences",{"_index":1236,"name":{},"parent":{"3643":{}}}],["entities/featured_tag.entity.preferences.__type",{"_index":1237,"name":{},"parent":{"3644":{},"3645":{},"3646":{},"3647":{},"3648":{}}}],["entities/featured_tag.entity.pushsubscription",{"_index":1238,"name":{},"parent":{"3650":{}}}],["entities/featured_tag.entity.pushsubscription.__type",{"_index":1239,"name":{},"parent":{"3651":{},"3652":{},"3653":{},"3654":{}}}],["entities/featured_tag.entity.reaction",{"_index":1207,"name":{},"parent":{"3522":{}}}],["entities/featured_tag.entity.reaction.__type",{"_index":1208,"name":{},"parent":{"3523":{},"3524":{},"3525":{},"3526":{}}}],["entities/featured_tag.entity.relationship",{"_index":1240,"name":{},"parent":{"3656":{}}}],["entities/featured_tag.entity.relationship.__type",{"_index":1241,"name":{},"parent":{"3657":{},"3658":{},"3659":{},"3660":{},"3661":{},"3662":{},"3663":{},"3664":{},"3665":{},"3666":{}}}],["entities/featured_tag.entity.report",{"_index":1242,"name":{},"parent":{"3668":{}}}],["entities/featured_tag.entity.report.__type",{"_index":1243,"name":{},"parent":{"3669":{},"3670":{},"3671":{},"3672":{},"3673":{}}}],["entities/featured_tag.entity.results",{"_index":1244,"name":{},"parent":{"3675":{}}}],["entities/featured_tag.entity.results.__type",{"_index":1245,"name":{},"parent":{"3676":{},"3677":{},"3678":{}}}],["entities/featured_tag.entity.scheduledstatus",{"_index":1246,"name":{},"parent":{"3680":{}}}],["entities/featured_tag.entity.scheduledstatus.__type",{"_index":1247,"name":{},"parent":{"3681":{},"3682":{},"3683":{},"3684":{}}}],["entities/featured_tag.entity.source",{"_index":1185,"name":{},"parent":{"3429":{}}}],["entities/featured_tag.entity.source.__type",{"_index":1186,"name":{},"parent":{"3430":{},"3431":{},"3432":{},"3433":{},"3434":{}}}],["entities/featured_tag.entity.stats",{"_index":1225,"name":{},"parent":{"3599":{}}}],["entities/featured_tag.entity.stats.__type",{"_index":1226,"name":{},"parent":{"3600":{},"3601":{},"3602":{}}}],["entities/featured_tag.entity.status",{"_index":1209,"name":{},"parent":{"3528":{}}}],["entities/featured_tag.entity.status.__type",{"_index":1210,"name":{},"parent":{"3529":{},"3530":{},"3531":{},"3532":{},"3533":{},"3534":{},"3535":{},"3536":{},"3537":{},"3538":{},"3539":{},"3540":{},"3541":{},"3542":{},"3543":{},"3544":{},"3545":{},"3546":{},"3547":{},"3548":{},"3549":{},"3550":{},"3551":{},"3552":{},"3553":{},"3554":{},"3555":{},"3556":{},"3557":{},"3558":{}}}],["entities/featured_tag.entity.statusparams",{"_index":1248,"name":{},"parent":{"3686":{}}}],["entities/featured_tag.entity.statusparams.__type",{"_index":1249,"name":{},"parent":{"3687":{},"3688":{},"3689":{},"3690":{},"3691":{},"3692":{},"3693":{},"3694":{}}}],["entities/featured_tag.entity.tag",{"_index":1201,"name":{},"parent":{"3504":{}}}],["entities/featured_tag.entity.tag.__type",{"_index":1202,"name":{},"parent":{"3505":{},"3506":{},"3507":{}}}],["entities/featured_tag.entity.token",{"_index":1250,"name":{},"parent":{"3696":{}}}],["entities/featured_tag.entity.token.__type",{"_index":1251,"name":{},"parent":{"3697":{},"3698":{},"3699":{},"3700":{}}}],["entities/featured_tag.entity.urls",{"_index":1223,"name":{},"parent":{"3596":{}}}],["entities/featured_tag.entity.urls.__type",{"_index":1224,"name":{},"parent":{"3597":{}}}],["entities/field",{"_index":19,"name":{"19":{}},"parent":{"3701":{}}}],["entities/field.entity",{"_index":1252,"name":{},"parent":{"3702":{},"3708":{},"3715":{},"3737":{},"3743":{},"3748":{},"3758":{},"3772":{},"3778":{},"3783":{},"3788":{},"3792":{},"3801":{},"3807":{},"3839":{},"3843":{},"3849":{},"3855":{},"3860":{},"3868":{},"3875":{},"3878":{},"3883":{},"3897":{},"3901":{},"3913":{},"3921":{},"3922":{},"3929":{},"3935":{},"3947":{},"3954":{},"3959":{},"3965":{},"3975":{}}}],["entities/field.entity.account",{"_index":1257,"name":{},"parent":{"3716":{}}}],["entities/field.entity.account.__type",{"_index":1258,"name":{},"parent":{"3717":{},"3718":{},"3719":{},"3720":{},"3721":{},"3722":{},"3723":{},"3724":{},"3725":{},"3726":{},"3727":{},"3728":{},"3729":{},"3730":{},"3731":{},"3732":{},"3733":{},"3734":{},"3735":{},"3736":{}}}],["entities/field.entity.activity",{"_index":1259,"name":{},"parent":{"3738":{}}}],["entities/field.entity.activity.__type",{"_index":1260,"name":{},"parent":{"3739":{},"3740":{},"3741":{},"3742":{}}}],["entities/field.entity.application",{"_index":1261,"name":{},"parent":{"3744":{}}}],["entities/field.entity.application.__type",{"_index":1262,"name":{},"parent":{"3745":{},"3746":{},"3747":{}}}],["entities/field.entity.attachment",{"_index":1263,"name":{},"parent":{"3749":{}}}],["entities/field.entity.attachment.__type",{"_index":1264,"name":{},"parent":{"3750":{},"3751":{},"3752":{},"3753":{},"3754":{},"3755":{},"3756":{},"3757":{}}}],["entities/field.entity.card",{"_index":1265,"name":{},"parent":{"3759":{}}}],["entities/field.entity.card.__type",{"_index":1266,"name":{},"parent":{"3760":{},"3761":{},"3762":{},"3763":{},"3764":{},"3765":{},"3766":{},"3767":{},"3768":{},"3769":{},"3770":{},"3771":{}}}],["entities/field.entity.context",{"_index":1281,"name":{},"parent":{"3840":{}}}],["entities/field.entity.context.__type",{"_index":1282,"name":{},"parent":{"3841":{},"3842":{}}}],["entities/field.entity.conversation",{"_index":1283,"name":{},"parent":{"3844":{}}}],["entities/field.entity.conversation.__type",{"_index":1284,"name":{},"parent":{"3845":{},"3846":{},"3847":{},"3848":{}}}],["entities/field.entity.emoji",{"_index":1253,"name":{},"parent":{"3703":{}}}],["entities/field.entity.emoji.__type",{"_index":1254,"name":{},"parent":{"3704":{},"3705":{},"3706":{},"3707":{}}}],["entities/field.entity.featuredtag",{"_index":1285,"name":{},"parent":{"3850":{}}}],["entities/field.entity.featuredtag.__type",{"_index":1286,"name":{},"parent":{"3851":{},"3852":{},"3853":{},"3854":{}}}],["entities/field.entity.field",{"_index":1287,"name":{},"parent":{"3856":{}}}],["entities/field.entity.field.__type",{"_index":1288,"name":{},"parent":{"3857":{},"3858":{},"3859":{}}}],["entities/field.entity.filter",{"_index":1289,"name":{},"parent":{"3861":{}}}],["entities/field.entity.filter.__type",{"_index":1290,"name":{},"parent":{"3862":{},"3863":{},"3864":{},"3865":{},"3866":{},"3867":{}}}],["entities/field.entity.history",{"_index":1269,"name":{},"parent":{"3779":{}}}],["entities/field.entity.history.__type",{"_index":1270,"name":{},"parent":{"3780":{},"3781":{},"3782":{}}}],["entities/field.entity.identityproof",{"_index":1291,"name":{},"parent":{"3869":{}}}],["entities/field.entity.identityproof.__type",{"_index":1292,"name":{},"parent":{"3870":{},"3871":{},"3872":{},"3873":{},"3874":{}}}],["entities/field.entity.instance",{"_index":1297,"name":{},"parent":{"3884":{}}}],["entities/field.entity.instance.__type",{"_index":1298,"name":{},"parent":{"3885":{},"3886":{},"3887":{},"3888":{},"3889":{},"3890":{},"3891":{},"3892":{},"3893":{},"3894":{},"3895":{},"3896":{}}}],["entities/field.entity.list",{"_index":1299,"name":{},"parent":{"3898":{}}}],["entities/field.entity.list.__type",{"_index":1300,"name":{},"parent":{"3899":{},"3900":{}}}],["entities/field.entity.marker",{"_index":1301,"name":{},"parent":{"3902":{}}}],["entities/field.entity.marker.__type",{"_index":1302,"name":{},"parent":{"3903":{},"3904":{},"3908":{},"3909":{}}}],["entities/field.entity.marker.__type.__type",{"_index":1303,"name":{},"parent":{"3905":{},"3906":{},"3907":{},"3910":{},"3911":{},"3912":{}}}],["entities/field.entity.mention",{"_index":1267,"name":{},"parent":{"3773":{}}}],["entities/field.entity.mention.__type",{"_index":1268,"name":{},"parent":{"3774":{},"3775":{},"3776":{},"3777":{}}}],["entities/field.entity.notification",{"_index":1304,"name":{},"parent":{"3914":{}}}],["entities/field.entity.notification.__type",{"_index":1305,"name":{},"parent":{"3915":{},"3916":{},"3917":{},"3918":{},"3919":{},"3920":{}}}],["entities/field.entity.poll",{"_index":1275,"name":{},"parent":{"3793":{}}}],["entities/field.entity.poll.__type",{"_index":1276,"name":{},"parent":{"3794":{},"3795":{},"3796":{},"3797":{},"3798":{},"3799":{},"3800":{}}}],["entities/field.entity.polloption",{"_index":1273,"name":{},"parent":{"3789":{}}}],["entities/field.entity.polloption.__type",{"_index":1274,"name":{},"parent":{"3790":{},"3791":{}}}],["entities/field.entity.preferences",{"_index":1306,"name":{},"parent":{"3923":{}}}],["entities/field.entity.preferences.__type",{"_index":1307,"name":{},"parent":{"3924":{},"3925":{},"3926":{},"3927":{},"3928":{}}}],["entities/field.entity.pushsubscription",{"_index":1308,"name":{},"parent":{"3930":{}}}],["entities/field.entity.pushsubscription.__type",{"_index":1309,"name":{},"parent":{"3931":{},"3932":{},"3933":{},"3934":{}}}],["entities/field.entity.reaction",{"_index":1277,"name":{},"parent":{"3802":{}}}],["entities/field.entity.reaction.__type",{"_index":1278,"name":{},"parent":{"3803":{},"3804":{},"3805":{},"3806":{}}}],["entities/field.entity.relationship",{"_index":1310,"name":{},"parent":{"3936":{}}}],["entities/field.entity.relationship.__type",{"_index":1311,"name":{},"parent":{"3937":{},"3938":{},"3939":{},"3940":{},"3941":{},"3942":{},"3943":{},"3944":{},"3945":{},"3946":{}}}],["entities/field.entity.report",{"_index":1312,"name":{},"parent":{"3948":{}}}],["entities/field.entity.report.__type",{"_index":1313,"name":{},"parent":{"3949":{},"3950":{},"3951":{},"3952":{},"3953":{}}}],["entities/field.entity.results",{"_index":1314,"name":{},"parent":{"3955":{}}}],["entities/field.entity.results.__type",{"_index":1315,"name":{},"parent":{"3956":{},"3957":{},"3958":{}}}],["entities/field.entity.scheduledstatus",{"_index":1316,"name":{},"parent":{"3960":{}}}],["entities/field.entity.scheduledstatus.__type",{"_index":1317,"name":{},"parent":{"3961":{},"3962":{},"3963":{},"3964":{}}}],["entities/field.entity.source",{"_index":1255,"name":{},"parent":{"3709":{}}}],["entities/field.entity.source.__type",{"_index":1256,"name":{},"parent":{"3710":{},"3711":{},"3712":{},"3713":{},"3714":{}}}],["entities/field.entity.stats",{"_index":1295,"name":{},"parent":{"3879":{}}}],["entities/field.entity.stats.__type",{"_index":1296,"name":{},"parent":{"3880":{},"3881":{},"3882":{}}}],["entities/field.entity.status",{"_index":1279,"name":{},"parent":{"3808":{}}}],["entities/field.entity.status.__type",{"_index":1280,"name":{},"parent":{"3809":{},"3810":{},"3811":{},"3812":{},"3813":{},"3814":{},"3815":{},"3816":{},"3817":{},"3818":{},"3819":{},"3820":{},"3821":{},"3822":{},"3823":{},"3824":{},"3825":{},"3826":{},"3827":{},"3828":{},"3829":{},"3830":{},"3831":{},"3832":{},"3833":{},"3834":{},"3835":{},"3836":{},"3837":{},"3838":{}}}],["entities/field.entity.statusparams",{"_index":1318,"name":{},"parent":{"3966":{}}}],["entities/field.entity.statusparams.__type",{"_index":1319,"name":{},"parent":{"3967":{},"3968":{},"3969":{},"3970":{},"3971":{},"3972":{},"3973":{},"3974":{}}}],["entities/field.entity.tag",{"_index":1271,"name":{},"parent":{"3784":{}}}],["entities/field.entity.tag.__type",{"_index":1272,"name":{},"parent":{"3785":{},"3786":{},"3787":{}}}],["entities/field.entity.token",{"_index":1320,"name":{},"parent":{"3976":{}}}],["entities/field.entity.token.__type",{"_index":1321,"name":{},"parent":{"3977":{},"3978":{},"3979":{},"3980":{}}}],["entities/field.entity.urls",{"_index":1293,"name":{},"parent":{"3876":{}}}],["entities/field.entity.urls.__type",{"_index":1294,"name":{},"parent":{"3877":{}}}],["entities/filter",{"_index":20,"name":{"20":{}},"parent":{"3981":{}}}],["entities/filter.entity",{"_index":1322,"name":{},"parent":{"3982":{},"3988":{},"3995":{},"4017":{},"4023":{},"4028":{},"4038":{},"4052":{},"4058":{},"4063":{},"4068":{},"4072":{},"4081":{},"4087":{},"4119":{},"4123":{},"4129":{},"4135":{},"4140":{},"4148":{},"4155":{},"4158":{},"4163":{},"4177":{},"4181":{},"4193":{},"4201":{},"4202":{},"4209":{},"4215":{},"4227":{},"4234":{},"4239":{},"4245":{},"4255":{}}}],["entities/filter.entity.account",{"_index":1327,"name":{},"parent":{"3996":{}}}],["entities/filter.entity.account.__type",{"_index":1328,"name":{},"parent":{"3997":{},"3998":{},"3999":{},"4000":{},"4001":{},"4002":{},"4003":{},"4004":{},"4005":{},"4006":{},"4007":{},"4008":{},"4009":{},"4010":{},"4011":{},"4012":{},"4013":{},"4014":{},"4015":{},"4016":{}}}],["entities/filter.entity.activity",{"_index":1329,"name":{},"parent":{"4018":{}}}],["entities/filter.entity.activity.__type",{"_index":1330,"name":{},"parent":{"4019":{},"4020":{},"4021":{},"4022":{}}}],["entities/filter.entity.application",{"_index":1331,"name":{},"parent":{"4024":{}}}],["entities/filter.entity.application.__type",{"_index":1332,"name":{},"parent":{"4025":{},"4026":{},"4027":{}}}],["entities/filter.entity.attachment",{"_index":1333,"name":{},"parent":{"4029":{}}}],["entities/filter.entity.attachment.__type",{"_index":1334,"name":{},"parent":{"4030":{},"4031":{},"4032":{},"4033":{},"4034":{},"4035":{},"4036":{},"4037":{}}}],["entities/filter.entity.card",{"_index":1335,"name":{},"parent":{"4039":{}}}],["entities/filter.entity.card.__type",{"_index":1336,"name":{},"parent":{"4040":{},"4041":{},"4042":{},"4043":{},"4044":{},"4045":{},"4046":{},"4047":{},"4048":{},"4049":{},"4050":{},"4051":{}}}],["entities/filter.entity.context",{"_index":1351,"name":{},"parent":{"4120":{}}}],["entities/filter.entity.context.__type",{"_index":1352,"name":{},"parent":{"4121":{},"4122":{}}}],["entities/filter.entity.conversation",{"_index":1353,"name":{},"parent":{"4124":{}}}],["entities/filter.entity.conversation.__type",{"_index":1354,"name":{},"parent":{"4125":{},"4126":{},"4127":{},"4128":{}}}],["entities/filter.entity.emoji",{"_index":1323,"name":{},"parent":{"3983":{}}}],["entities/filter.entity.emoji.__type",{"_index":1324,"name":{},"parent":{"3984":{},"3985":{},"3986":{},"3987":{}}}],["entities/filter.entity.featuredtag",{"_index":1355,"name":{},"parent":{"4130":{}}}],["entities/filter.entity.featuredtag.__type",{"_index":1356,"name":{},"parent":{"4131":{},"4132":{},"4133":{},"4134":{}}}],["entities/filter.entity.field",{"_index":1357,"name":{},"parent":{"4136":{}}}],["entities/filter.entity.field.__type",{"_index":1358,"name":{},"parent":{"4137":{},"4138":{},"4139":{}}}],["entities/filter.entity.filter",{"_index":1359,"name":{},"parent":{"4141":{}}}],["entities/filter.entity.filter.__type",{"_index":1360,"name":{},"parent":{"4142":{},"4143":{},"4144":{},"4145":{},"4146":{},"4147":{}}}],["entities/filter.entity.history",{"_index":1339,"name":{},"parent":{"4059":{}}}],["entities/filter.entity.history.__type",{"_index":1340,"name":{},"parent":{"4060":{},"4061":{},"4062":{}}}],["entities/filter.entity.identityproof",{"_index":1361,"name":{},"parent":{"4149":{}}}],["entities/filter.entity.identityproof.__type",{"_index":1362,"name":{},"parent":{"4150":{},"4151":{},"4152":{},"4153":{},"4154":{}}}],["entities/filter.entity.instance",{"_index":1367,"name":{},"parent":{"4164":{}}}],["entities/filter.entity.instance.__type",{"_index":1368,"name":{},"parent":{"4165":{},"4166":{},"4167":{},"4168":{},"4169":{},"4170":{},"4171":{},"4172":{},"4173":{},"4174":{},"4175":{},"4176":{}}}],["entities/filter.entity.list",{"_index":1369,"name":{},"parent":{"4178":{}}}],["entities/filter.entity.list.__type",{"_index":1370,"name":{},"parent":{"4179":{},"4180":{}}}],["entities/filter.entity.marker",{"_index":1371,"name":{},"parent":{"4182":{}}}],["entities/filter.entity.marker.__type",{"_index":1372,"name":{},"parent":{"4183":{},"4184":{},"4188":{},"4189":{}}}],["entities/filter.entity.marker.__type.__type",{"_index":1373,"name":{},"parent":{"4185":{},"4186":{},"4187":{},"4190":{},"4191":{},"4192":{}}}],["entities/filter.entity.mention",{"_index":1337,"name":{},"parent":{"4053":{}}}],["entities/filter.entity.mention.__type",{"_index":1338,"name":{},"parent":{"4054":{},"4055":{},"4056":{},"4057":{}}}],["entities/filter.entity.notification",{"_index":1374,"name":{},"parent":{"4194":{}}}],["entities/filter.entity.notification.__type",{"_index":1375,"name":{},"parent":{"4195":{},"4196":{},"4197":{},"4198":{},"4199":{},"4200":{}}}],["entities/filter.entity.poll",{"_index":1345,"name":{},"parent":{"4073":{}}}],["entities/filter.entity.poll.__type",{"_index":1346,"name":{},"parent":{"4074":{},"4075":{},"4076":{},"4077":{},"4078":{},"4079":{},"4080":{}}}],["entities/filter.entity.polloption",{"_index":1343,"name":{},"parent":{"4069":{}}}],["entities/filter.entity.polloption.__type",{"_index":1344,"name":{},"parent":{"4070":{},"4071":{}}}],["entities/filter.entity.preferences",{"_index":1376,"name":{},"parent":{"4203":{}}}],["entities/filter.entity.preferences.__type",{"_index":1377,"name":{},"parent":{"4204":{},"4205":{},"4206":{},"4207":{},"4208":{}}}],["entities/filter.entity.pushsubscription",{"_index":1378,"name":{},"parent":{"4210":{}}}],["entities/filter.entity.pushsubscription.__type",{"_index":1379,"name":{},"parent":{"4211":{},"4212":{},"4213":{},"4214":{}}}],["entities/filter.entity.reaction",{"_index":1347,"name":{},"parent":{"4082":{}}}],["entities/filter.entity.reaction.__type",{"_index":1348,"name":{},"parent":{"4083":{},"4084":{},"4085":{},"4086":{}}}],["entities/filter.entity.relationship",{"_index":1380,"name":{},"parent":{"4216":{}}}],["entities/filter.entity.relationship.__type",{"_index":1381,"name":{},"parent":{"4217":{},"4218":{},"4219":{},"4220":{},"4221":{},"4222":{},"4223":{},"4224":{},"4225":{},"4226":{}}}],["entities/filter.entity.report",{"_index":1382,"name":{},"parent":{"4228":{}}}],["entities/filter.entity.report.__type",{"_index":1383,"name":{},"parent":{"4229":{},"4230":{},"4231":{},"4232":{},"4233":{}}}],["entities/filter.entity.results",{"_index":1384,"name":{},"parent":{"4235":{}}}],["entities/filter.entity.results.__type",{"_index":1385,"name":{},"parent":{"4236":{},"4237":{},"4238":{}}}],["entities/filter.entity.scheduledstatus",{"_index":1386,"name":{},"parent":{"4240":{}}}],["entities/filter.entity.scheduledstatus.__type",{"_index":1387,"name":{},"parent":{"4241":{},"4242":{},"4243":{},"4244":{}}}],["entities/filter.entity.source",{"_index":1325,"name":{},"parent":{"3989":{}}}],["entities/filter.entity.source.__type",{"_index":1326,"name":{},"parent":{"3990":{},"3991":{},"3992":{},"3993":{},"3994":{}}}],["entities/filter.entity.stats",{"_index":1365,"name":{},"parent":{"4159":{}}}],["entities/filter.entity.stats.__type",{"_index":1366,"name":{},"parent":{"4160":{},"4161":{},"4162":{}}}],["entities/filter.entity.status",{"_index":1349,"name":{},"parent":{"4088":{}}}],["entities/filter.entity.status.__type",{"_index":1350,"name":{},"parent":{"4089":{},"4090":{},"4091":{},"4092":{},"4093":{},"4094":{},"4095":{},"4096":{},"4097":{},"4098":{},"4099":{},"4100":{},"4101":{},"4102":{},"4103":{},"4104":{},"4105":{},"4106":{},"4107":{},"4108":{},"4109":{},"4110":{},"4111":{},"4112":{},"4113":{},"4114":{},"4115":{},"4116":{},"4117":{},"4118":{}}}],["entities/filter.entity.statusparams",{"_index":1388,"name":{},"parent":{"4246":{}}}],["entities/filter.entity.statusparams.__type",{"_index":1389,"name":{},"parent":{"4247":{},"4248":{},"4249":{},"4250":{},"4251":{},"4252":{},"4253":{},"4254":{}}}],["entities/filter.entity.tag",{"_index":1341,"name":{},"parent":{"4064":{}}}],["entities/filter.entity.tag.__type",{"_index":1342,"name":{},"parent":{"4065":{},"4066":{},"4067":{}}}],["entities/filter.entity.token",{"_index":1390,"name":{},"parent":{"4256":{}}}],["entities/filter.entity.token.__type",{"_index":1391,"name":{},"parent":{"4257":{},"4258":{},"4259":{},"4260":{}}}],["entities/filter.entity.urls",{"_index":1363,"name":{},"parent":{"4156":{}}}],["entities/filter.entity.urls.__type",{"_index":1364,"name":{},"parent":{"4157":{}}}],["entities/history",{"_index":21,"name":{"21":{}},"parent":{"4261":{}}}],["entities/history.entity",{"_index":1392,"name":{},"parent":{"4262":{},"4268":{},"4275":{},"4297":{},"4303":{},"4308":{},"4318":{},"4332":{},"4338":{},"4343":{},"4348":{},"4352":{},"4361":{},"4367":{},"4399":{},"4403":{},"4409":{},"4415":{},"4420":{},"4428":{},"4435":{},"4438":{},"4443":{},"4457":{},"4461":{},"4473":{},"4481":{},"4482":{},"4489":{},"4495":{},"4507":{},"4514":{},"4519":{},"4525":{},"4535":{}}}],["entities/history.entity.account",{"_index":1397,"name":{},"parent":{"4276":{}}}],["entities/history.entity.account.__type",{"_index":1398,"name":{},"parent":{"4277":{},"4278":{},"4279":{},"4280":{},"4281":{},"4282":{},"4283":{},"4284":{},"4285":{},"4286":{},"4287":{},"4288":{},"4289":{},"4290":{},"4291":{},"4292":{},"4293":{},"4294":{},"4295":{},"4296":{}}}],["entities/history.entity.activity",{"_index":1399,"name":{},"parent":{"4298":{}}}],["entities/history.entity.activity.__type",{"_index":1400,"name":{},"parent":{"4299":{},"4300":{},"4301":{},"4302":{}}}],["entities/history.entity.application",{"_index":1401,"name":{},"parent":{"4304":{}}}],["entities/history.entity.application.__type",{"_index":1402,"name":{},"parent":{"4305":{},"4306":{},"4307":{}}}],["entities/history.entity.attachment",{"_index":1403,"name":{},"parent":{"4309":{}}}],["entities/history.entity.attachment.__type",{"_index":1404,"name":{},"parent":{"4310":{},"4311":{},"4312":{},"4313":{},"4314":{},"4315":{},"4316":{},"4317":{}}}],["entities/history.entity.card",{"_index":1405,"name":{},"parent":{"4319":{}}}],["entities/history.entity.card.__type",{"_index":1406,"name":{},"parent":{"4320":{},"4321":{},"4322":{},"4323":{},"4324":{},"4325":{},"4326":{},"4327":{},"4328":{},"4329":{},"4330":{},"4331":{}}}],["entities/history.entity.context",{"_index":1421,"name":{},"parent":{"4400":{}}}],["entities/history.entity.context.__type",{"_index":1422,"name":{},"parent":{"4401":{},"4402":{}}}],["entities/history.entity.conversation",{"_index":1423,"name":{},"parent":{"4404":{}}}],["entities/history.entity.conversation.__type",{"_index":1424,"name":{},"parent":{"4405":{},"4406":{},"4407":{},"4408":{}}}],["entities/history.entity.emoji",{"_index":1393,"name":{},"parent":{"4263":{}}}],["entities/history.entity.emoji.__type",{"_index":1394,"name":{},"parent":{"4264":{},"4265":{},"4266":{},"4267":{}}}],["entities/history.entity.featuredtag",{"_index":1425,"name":{},"parent":{"4410":{}}}],["entities/history.entity.featuredtag.__type",{"_index":1426,"name":{},"parent":{"4411":{},"4412":{},"4413":{},"4414":{}}}],["entities/history.entity.field",{"_index":1427,"name":{},"parent":{"4416":{}}}],["entities/history.entity.field.__type",{"_index":1428,"name":{},"parent":{"4417":{},"4418":{},"4419":{}}}],["entities/history.entity.filter",{"_index":1429,"name":{},"parent":{"4421":{}}}],["entities/history.entity.filter.__type",{"_index":1430,"name":{},"parent":{"4422":{},"4423":{},"4424":{},"4425":{},"4426":{},"4427":{}}}],["entities/history.entity.history",{"_index":1409,"name":{},"parent":{"4339":{}}}],["entities/history.entity.history.__type",{"_index":1410,"name":{},"parent":{"4340":{},"4341":{},"4342":{}}}],["entities/history.entity.identityproof",{"_index":1431,"name":{},"parent":{"4429":{}}}],["entities/history.entity.identityproof.__type",{"_index":1432,"name":{},"parent":{"4430":{},"4431":{},"4432":{},"4433":{},"4434":{}}}],["entities/history.entity.instance",{"_index":1437,"name":{},"parent":{"4444":{}}}],["entities/history.entity.instance.__type",{"_index":1438,"name":{},"parent":{"4445":{},"4446":{},"4447":{},"4448":{},"4449":{},"4450":{},"4451":{},"4452":{},"4453":{},"4454":{},"4455":{},"4456":{}}}],["entities/history.entity.list",{"_index":1439,"name":{},"parent":{"4458":{}}}],["entities/history.entity.list.__type",{"_index":1440,"name":{},"parent":{"4459":{},"4460":{}}}],["entities/history.entity.marker",{"_index":1441,"name":{},"parent":{"4462":{}}}],["entities/history.entity.marker.__type",{"_index":1442,"name":{},"parent":{"4463":{},"4464":{},"4468":{},"4469":{}}}],["entities/history.entity.marker.__type.__type",{"_index":1443,"name":{},"parent":{"4465":{},"4466":{},"4467":{},"4470":{},"4471":{},"4472":{}}}],["entities/history.entity.mention",{"_index":1407,"name":{},"parent":{"4333":{}}}],["entities/history.entity.mention.__type",{"_index":1408,"name":{},"parent":{"4334":{},"4335":{},"4336":{},"4337":{}}}],["entities/history.entity.notification",{"_index":1444,"name":{},"parent":{"4474":{}}}],["entities/history.entity.notification.__type",{"_index":1445,"name":{},"parent":{"4475":{},"4476":{},"4477":{},"4478":{},"4479":{},"4480":{}}}],["entities/history.entity.poll",{"_index":1415,"name":{},"parent":{"4353":{}}}],["entities/history.entity.poll.__type",{"_index":1416,"name":{},"parent":{"4354":{},"4355":{},"4356":{},"4357":{},"4358":{},"4359":{},"4360":{}}}],["entities/history.entity.polloption",{"_index":1413,"name":{},"parent":{"4349":{}}}],["entities/history.entity.polloption.__type",{"_index":1414,"name":{},"parent":{"4350":{},"4351":{}}}],["entities/history.entity.preferences",{"_index":1446,"name":{},"parent":{"4483":{}}}],["entities/history.entity.preferences.__type",{"_index":1447,"name":{},"parent":{"4484":{},"4485":{},"4486":{},"4487":{},"4488":{}}}],["entities/history.entity.pushsubscription",{"_index":1448,"name":{},"parent":{"4490":{}}}],["entities/history.entity.pushsubscription.__type",{"_index":1449,"name":{},"parent":{"4491":{},"4492":{},"4493":{},"4494":{}}}],["entities/history.entity.reaction",{"_index":1417,"name":{},"parent":{"4362":{}}}],["entities/history.entity.reaction.__type",{"_index":1418,"name":{},"parent":{"4363":{},"4364":{},"4365":{},"4366":{}}}],["entities/history.entity.relationship",{"_index":1450,"name":{},"parent":{"4496":{}}}],["entities/history.entity.relationship.__type",{"_index":1451,"name":{},"parent":{"4497":{},"4498":{},"4499":{},"4500":{},"4501":{},"4502":{},"4503":{},"4504":{},"4505":{},"4506":{}}}],["entities/history.entity.report",{"_index":1452,"name":{},"parent":{"4508":{}}}],["entities/history.entity.report.__type",{"_index":1453,"name":{},"parent":{"4509":{},"4510":{},"4511":{},"4512":{},"4513":{}}}],["entities/history.entity.results",{"_index":1454,"name":{},"parent":{"4515":{}}}],["entities/history.entity.results.__type",{"_index":1455,"name":{},"parent":{"4516":{},"4517":{},"4518":{}}}],["entities/history.entity.scheduledstatus",{"_index":1456,"name":{},"parent":{"4520":{}}}],["entities/history.entity.scheduledstatus.__type",{"_index":1457,"name":{},"parent":{"4521":{},"4522":{},"4523":{},"4524":{}}}],["entities/history.entity.source",{"_index":1395,"name":{},"parent":{"4269":{}}}],["entities/history.entity.source.__type",{"_index":1396,"name":{},"parent":{"4270":{},"4271":{},"4272":{},"4273":{},"4274":{}}}],["entities/history.entity.stats",{"_index":1435,"name":{},"parent":{"4439":{}}}],["entities/history.entity.stats.__type",{"_index":1436,"name":{},"parent":{"4440":{},"4441":{},"4442":{}}}],["entities/history.entity.status",{"_index":1419,"name":{},"parent":{"4368":{}}}],["entities/history.entity.status.__type",{"_index":1420,"name":{},"parent":{"4369":{},"4370":{},"4371":{},"4372":{},"4373":{},"4374":{},"4375":{},"4376":{},"4377":{},"4378":{},"4379":{},"4380":{},"4381":{},"4382":{},"4383":{},"4384":{},"4385":{},"4386":{},"4387":{},"4388":{},"4389":{},"4390":{},"4391":{},"4392":{},"4393":{},"4394":{},"4395":{},"4396":{},"4397":{},"4398":{}}}],["entities/history.entity.statusparams",{"_index":1458,"name":{},"parent":{"4526":{}}}],["entities/history.entity.statusparams.__type",{"_index":1459,"name":{},"parent":{"4527":{},"4528":{},"4529":{},"4530":{},"4531":{},"4532":{},"4533":{},"4534":{}}}],["entities/history.entity.tag",{"_index":1411,"name":{},"parent":{"4344":{}}}],["entities/history.entity.tag.__type",{"_index":1412,"name":{},"parent":{"4345":{},"4346":{},"4347":{}}}],["entities/history.entity.token",{"_index":1460,"name":{},"parent":{"4536":{}}}],["entities/history.entity.token.__type",{"_index":1461,"name":{},"parent":{"4537":{},"4538":{},"4539":{},"4540":{}}}],["entities/history.entity.urls",{"_index":1433,"name":{},"parent":{"4436":{}}}],["entities/history.entity.urls.__type",{"_index":1434,"name":{},"parent":{"4437":{}}}],["entities/identity_proof",{"_index":22,"name":{"22":{}},"parent":{"4541":{}}}],["entities/identity_proof.entity",{"_index":1462,"name":{},"parent":{"4542":{},"4548":{},"4555":{},"4577":{},"4583":{},"4588":{},"4598":{},"4612":{},"4618":{},"4623":{},"4628":{},"4632":{},"4641":{},"4647":{},"4679":{},"4683":{},"4689":{},"4695":{},"4700":{},"4708":{},"4715":{},"4718":{},"4723":{},"4737":{},"4741":{},"4753":{},"4761":{},"4762":{},"4769":{},"4775":{},"4787":{},"4794":{},"4799":{},"4805":{},"4815":{}}}],["entities/identity_proof.entity.account",{"_index":1467,"name":{},"parent":{"4556":{}}}],["entities/identity_proof.entity.account.__type",{"_index":1468,"name":{},"parent":{"4557":{},"4558":{},"4559":{},"4560":{},"4561":{},"4562":{},"4563":{},"4564":{},"4565":{},"4566":{},"4567":{},"4568":{},"4569":{},"4570":{},"4571":{},"4572":{},"4573":{},"4574":{},"4575":{},"4576":{}}}],["entities/identity_proof.entity.activity",{"_index":1469,"name":{},"parent":{"4578":{}}}],["entities/identity_proof.entity.activity.__type",{"_index":1470,"name":{},"parent":{"4579":{},"4580":{},"4581":{},"4582":{}}}],["entities/identity_proof.entity.application",{"_index":1471,"name":{},"parent":{"4584":{}}}],["entities/identity_proof.entity.application.__type",{"_index":1472,"name":{},"parent":{"4585":{},"4586":{},"4587":{}}}],["entities/identity_proof.entity.attachment",{"_index":1473,"name":{},"parent":{"4589":{}}}],["entities/identity_proof.entity.attachment.__type",{"_index":1474,"name":{},"parent":{"4590":{},"4591":{},"4592":{},"4593":{},"4594":{},"4595":{},"4596":{},"4597":{}}}],["entities/identity_proof.entity.card",{"_index":1475,"name":{},"parent":{"4599":{}}}],["entities/identity_proof.entity.card.__type",{"_index":1476,"name":{},"parent":{"4600":{},"4601":{},"4602":{},"4603":{},"4604":{},"4605":{},"4606":{},"4607":{},"4608":{},"4609":{},"4610":{},"4611":{}}}],["entities/identity_proof.entity.context",{"_index":1491,"name":{},"parent":{"4680":{}}}],["entities/identity_proof.entity.context.__type",{"_index":1492,"name":{},"parent":{"4681":{},"4682":{}}}],["entities/identity_proof.entity.conversation",{"_index":1493,"name":{},"parent":{"4684":{}}}],["entities/identity_proof.entity.conversation.__type",{"_index":1494,"name":{},"parent":{"4685":{},"4686":{},"4687":{},"4688":{}}}],["entities/identity_proof.entity.emoji",{"_index":1463,"name":{},"parent":{"4543":{}}}],["entities/identity_proof.entity.emoji.__type",{"_index":1464,"name":{},"parent":{"4544":{},"4545":{},"4546":{},"4547":{}}}],["entities/identity_proof.entity.featuredtag",{"_index":1495,"name":{},"parent":{"4690":{}}}],["entities/identity_proof.entity.featuredtag.__type",{"_index":1496,"name":{},"parent":{"4691":{},"4692":{},"4693":{},"4694":{}}}],["entities/identity_proof.entity.field",{"_index":1497,"name":{},"parent":{"4696":{}}}],["entities/identity_proof.entity.field.__type",{"_index":1498,"name":{},"parent":{"4697":{},"4698":{},"4699":{}}}],["entities/identity_proof.entity.filter",{"_index":1499,"name":{},"parent":{"4701":{}}}],["entities/identity_proof.entity.filter.__type",{"_index":1500,"name":{},"parent":{"4702":{},"4703":{},"4704":{},"4705":{},"4706":{},"4707":{}}}],["entities/identity_proof.entity.history",{"_index":1479,"name":{},"parent":{"4619":{}}}],["entities/identity_proof.entity.history.__type",{"_index":1480,"name":{},"parent":{"4620":{},"4621":{},"4622":{}}}],["entities/identity_proof.entity.identityproof",{"_index":1501,"name":{},"parent":{"4709":{}}}],["entities/identity_proof.entity.identityproof.__type",{"_index":1502,"name":{},"parent":{"4710":{},"4711":{},"4712":{},"4713":{},"4714":{}}}],["entities/identity_proof.entity.instance",{"_index":1507,"name":{},"parent":{"4724":{}}}],["entities/identity_proof.entity.instance.__type",{"_index":1508,"name":{},"parent":{"4725":{},"4726":{},"4727":{},"4728":{},"4729":{},"4730":{},"4731":{},"4732":{},"4733":{},"4734":{},"4735":{},"4736":{}}}],["entities/identity_proof.entity.list",{"_index":1509,"name":{},"parent":{"4738":{}}}],["entities/identity_proof.entity.list.__type",{"_index":1510,"name":{},"parent":{"4739":{},"4740":{}}}],["entities/identity_proof.entity.marker",{"_index":1511,"name":{},"parent":{"4742":{}}}],["entities/identity_proof.entity.marker.__type",{"_index":1512,"name":{},"parent":{"4743":{},"4744":{},"4748":{},"4749":{}}}],["entities/identity_proof.entity.marker.__type.__type",{"_index":1513,"name":{},"parent":{"4745":{},"4746":{},"4747":{},"4750":{},"4751":{},"4752":{}}}],["entities/identity_proof.entity.mention",{"_index":1477,"name":{},"parent":{"4613":{}}}],["entities/identity_proof.entity.mention.__type",{"_index":1478,"name":{},"parent":{"4614":{},"4615":{},"4616":{},"4617":{}}}],["entities/identity_proof.entity.notification",{"_index":1514,"name":{},"parent":{"4754":{}}}],["entities/identity_proof.entity.notification.__type",{"_index":1515,"name":{},"parent":{"4755":{},"4756":{},"4757":{},"4758":{},"4759":{},"4760":{}}}],["entities/identity_proof.entity.poll",{"_index":1485,"name":{},"parent":{"4633":{}}}],["entities/identity_proof.entity.poll.__type",{"_index":1486,"name":{},"parent":{"4634":{},"4635":{},"4636":{},"4637":{},"4638":{},"4639":{},"4640":{}}}],["entities/identity_proof.entity.polloption",{"_index":1483,"name":{},"parent":{"4629":{}}}],["entities/identity_proof.entity.polloption.__type",{"_index":1484,"name":{},"parent":{"4630":{},"4631":{}}}],["entities/identity_proof.entity.preferences",{"_index":1516,"name":{},"parent":{"4763":{}}}],["entities/identity_proof.entity.preferences.__type",{"_index":1517,"name":{},"parent":{"4764":{},"4765":{},"4766":{},"4767":{},"4768":{}}}],["entities/identity_proof.entity.pushsubscription",{"_index":1518,"name":{},"parent":{"4770":{}}}],["entities/identity_proof.entity.pushsubscription.__type",{"_index":1519,"name":{},"parent":{"4771":{},"4772":{},"4773":{},"4774":{}}}],["entities/identity_proof.entity.reaction",{"_index":1487,"name":{},"parent":{"4642":{}}}],["entities/identity_proof.entity.reaction.__type",{"_index":1488,"name":{},"parent":{"4643":{},"4644":{},"4645":{},"4646":{}}}],["entities/identity_proof.entity.relationship",{"_index":1520,"name":{},"parent":{"4776":{}}}],["entities/identity_proof.entity.relationship.__type",{"_index":1521,"name":{},"parent":{"4777":{},"4778":{},"4779":{},"4780":{},"4781":{},"4782":{},"4783":{},"4784":{},"4785":{},"4786":{}}}],["entities/identity_proof.entity.report",{"_index":1522,"name":{},"parent":{"4788":{}}}],["entities/identity_proof.entity.report.__type",{"_index":1523,"name":{},"parent":{"4789":{},"4790":{},"4791":{},"4792":{},"4793":{}}}],["entities/identity_proof.entity.results",{"_index":1524,"name":{},"parent":{"4795":{}}}],["entities/identity_proof.entity.results.__type",{"_index":1525,"name":{},"parent":{"4796":{},"4797":{},"4798":{}}}],["entities/identity_proof.entity.scheduledstatus",{"_index":1526,"name":{},"parent":{"4800":{}}}],["entities/identity_proof.entity.scheduledstatus.__type",{"_index":1527,"name":{},"parent":{"4801":{},"4802":{},"4803":{},"4804":{}}}],["entities/identity_proof.entity.source",{"_index":1465,"name":{},"parent":{"4549":{}}}],["entities/identity_proof.entity.source.__type",{"_index":1466,"name":{},"parent":{"4550":{},"4551":{},"4552":{},"4553":{},"4554":{}}}],["entities/identity_proof.entity.stats",{"_index":1505,"name":{},"parent":{"4719":{}}}],["entities/identity_proof.entity.stats.__type",{"_index":1506,"name":{},"parent":{"4720":{},"4721":{},"4722":{}}}],["entities/identity_proof.entity.status",{"_index":1489,"name":{},"parent":{"4648":{}}}],["entities/identity_proof.entity.status.__type",{"_index":1490,"name":{},"parent":{"4649":{},"4650":{},"4651":{},"4652":{},"4653":{},"4654":{},"4655":{},"4656":{},"4657":{},"4658":{},"4659":{},"4660":{},"4661":{},"4662":{},"4663":{},"4664":{},"4665":{},"4666":{},"4667":{},"4668":{},"4669":{},"4670":{},"4671":{},"4672":{},"4673":{},"4674":{},"4675":{},"4676":{},"4677":{},"4678":{}}}],["entities/identity_proof.entity.statusparams",{"_index":1528,"name":{},"parent":{"4806":{}}}],["entities/identity_proof.entity.statusparams.__type",{"_index":1529,"name":{},"parent":{"4807":{},"4808":{},"4809":{},"4810":{},"4811":{},"4812":{},"4813":{},"4814":{}}}],["entities/identity_proof.entity.tag",{"_index":1481,"name":{},"parent":{"4624":{}}}],["entities/identity_proof.entity.tag.__type",{"_index":1482,"name":{},"parent":{"4625":{},"4626":{},"4627":{}}}],["entities/identity_proof.entity.token",{"_index":1530,"name":{},"parent":{"4816":{}}}],["entities/identity_proof.entity.token.__type",{"_index":1531,"name":{},"parent":{"4817":{},"4818":{},"4819":{},"4820":{}}}],["entities/identity_proof.entity.urls",{"_index":1503,"name":{},"parent":{"4716":{}}}],["entities/identity_proof.entity.urls.__type",{"_index":1504,"name":{},"parent":{"4717":{}}}],["entities/instance",{"_index":23,"name":{"23":{}},"parent":{"4821":{}}}],["entities/instance.entity",{"_index":1532,"name":{},"parent":{"4822":{},"4828":{},"4835":{},"4857":{},"4863":{},"4868":{},"4878":{},"4892":{},"4898":{},"4903":{},"4908":{},"4912":{},"4921":{},"4927":{},"4959":{},"4963":{},"4969":{},"4975":{},"4980":{},"4988":{},"4995":{},"4998":{},"5003":{},"5017":{},"5021":{},"5033":{},"5041":{},"5042":{},"5049":{},"5055":{},"5067":{},"5074":{},"5079":{},"5085":{},"5095":{}}}],["entities/instance.entity.account",{"_index":1537,"name":{},"parent":{"4836":{}}}],["entities/instance.entity.account.__type",{"_index":1538,"name":{},"parent":{"4837":{},"4838":{},"4839":{},"4840":{},"4841":{},"4842":{},"4843":{},"4844":{},"4845":{},"4846":{},"4847":{},"4848":{},"4849":{},"4850":{},"4851":{},"4852":{},"4853":{},"4854":{},"4855":{},"4856":{}}}],["entities/instance.entity.activity",{"_index":1539,"name":{},"parent":{"4858":{}}}],["entities/instance.entity.activity.__type",{"_index":1540,"name":{},"parent":{"4859":{},"4860":{},"4861":{},"4862":{}}}],["entities/instance.entity.application",{"_index":1541,"name":{},"parent":{"4864":{}}}],["entities/instance.entity.application.__type",{"_index":1542,"name":{},"parent":{"4865":{},"4866":{},"4867":{}}}],["entities/instance.entity.attachment",{"_index":1543,"name":{},"parent":{"4869":{}}}],["entities/instance.entity.attachment.__type",{"_index":1544,"name":{},"parent":{"4870":{},"4871":{},"4872":{},"4873":{},"4874":{},"4875":{},"4876":{},"4877":{}}}],["entities/instance.entity.card",{"_index":1545,"name":{},"parent":{"4879":{}}}],["entities/instance.entity.card.__type",{"_index":1546,"name":{},"parent":{"4880":{},"4881":{},"4882":{},"4883":{},"4884":{},"4885":{},"4886":{},"4887":{},"4888":{},"4889":{},"4890":{},"4891":{}}}],["entities/instance.entity.context",{"_index":1561,"name":{},"parent":{"4960":{}}}],["entities/instance.entity.context.__type",{"_index":1562,"name":{},"parent":{"4961":{},"4962":{}}}],["entities/instance.entity.conversation",{"_index":1563,"name":{},"parent":{"4964":{}}}],["entities/instance.entity.conversation.__type",{"_index":1564,"name":{},"parent":{"4965":{},"4966":{},"4967":{},"4968":{}}}],["entities/instance.entity.emoji",{"_index":1533,"name":{},"parent":{"4823":{}}}],["entities/instance.entity.emoji.__type",{"_index":1534,"name":{},"parent":{"4824":{},"4825":{},"4826":{},"4827":{}}}],["entities/instance.entity.featuredtag",{"_index":1565,"name":{},"parent":{"4970":{}}}],["entities/instance.entity.featuredtag.__type",{"_index":1566,"name":{},"parent":{"4971":{},"4972":{},"4973":{},"4974":{}}}],["entities/instance.entity.field",{"_index":1567,"name":{},"parent":{"4976":{}}}],["entities/instance.entity.field.__type",{"_index":1568,"name":{},"parent":{"4977":{},"4978":{},"4979":{}}}],["entities/instance.entity.filter",{"_index":1569,"name":{},"parent":{"4981":{}}}],["entities/instance.entity.filter.__type",{"_index":1570,"name":{},"parent":{"4982":{},"4983":{},"4984":{},"4985":{},"4986":{},"4987":{}}}],["entities/instance.entity.history",{"_index":1549,"name":{},"parent":{"4899":{}}}],["entities/instance.entity.history.__type",{"_index":1550,"name":{},"parent":{"4900":{},"4901":{},"4902":{}}}],["entities/instance.entity.identityproof",{"_index":1571,"name":{},"parent":{"4989":{}}}],["entities/instance.entity.identityproof.__type",{"_index":1572,"name":{},"parent":{"4990":{},"4991":{},"4992":{},"4993":{},"4994":{}}}],["entities/instance.entity.instance",{"_index":1577,"name":{},"parent":{"5004":{}}}],["entities/instance.entity.instance.__type",{"_index":1578,"name":{},"parent":{"5005":{},"5006":{},"5007":{},"5008":{},"5009":{},"5010":{},"5011":{},"5012":{},"5013":{},"5014":{},"5015":{},"5016":{}}}],["entities/instance.entity.list",{"_index":1579,"name":{},"parent":{"5018":{}}}],["entities/instance.entity.list.__type",{"_index":1580,"name":{},"parent":{"5019":{},"5020":{}}}],["entities/instance.entity.marker",{"_index":1581,"name":{},"parent":{"5022":{}}}],["entities/instance.entity.marker.__type",{"_index":1582,"name":{},"parent":{"5023":{},"5024":{},"5028":{},"5029":{}}}],["entities/instance.entity.marker.__type.__type",{"_index":1583,"name":{},"parent":{"5025":{},"5026":{},"5027":{},"5030":{},"5031":{},"5032":{}}}],["entities/instance.entity.mention",{"_index":1547,"name":{},"parent":{"4893":{}}}],["entities/instance.entity.mention.__type",{"_index":1548,"name":{},"parent":{"4894":{},"4895":{},"4896":{},"4897":{}}}],["entities/instance.entity.notification",{"_index":1584,"name":{},"parent":{"5034":{}}}],["entities/instance.entity.notification.__type",{"_index":1585,"name":{},"parent":{"5035":{},"5036":{},"5037":{},"5038":{},"5039":{},"5040":{}}}],["entities/instance.entity.poll",{"_index":1555,"name":{},"parent":{"4913":{}}}],["entities/instance.entity.poll.__type",{"_index":1556,"name":{},"parent":{"4914":{},"4915":{},"4916":{},"4917":{},"4918":{},"4919":{},"4920":{}}}],["entities/instance.entity.polloption",{"_index":1553,"name":{},"parent":{"4909":{}}}],["entities/instance.entity.polloption.__type",{"_index":1554,"name":{},"parent":{"4910":{},"4911":{}}}],["entities/instance.entity.preferences",{"_index":1586,"name":{},"parent":{"5043":{}}}],["entities/instance.entity.preferences.__type",{"_index":1587,"name":{},"parent":{"5044":{},"5045":{},"5046":{},"5047":{},"5048":{}}}],["entities/instance.entity.pushsubscription",{"_index":1588,"name":{},"parent":{"5050":{}}}],["entities/instance.entity.pushsubscription.__type",{"_index":1589,"name":{},"parent":{"5051":{},"5052":{},"5053":{},"5054":{}}}],["entities/instance.entity.reaction",{"_index":1557,"name":{},"parent":{"4922":{}}}],["entities/instance.entity.reaction.__type",{"_index":1558,"name":{},"parent":{"4923":{},"4924":{},"4925":{},"4926":{}}}],["entities/instance.entity.relationship",{"_index":1590,"name":{},"parent":{"5056":{}}}],["entities/instance.entity.relationship.__type",{"_index":1591,"name":{},"parent":{"5057":{},"5058":{},"5059":{},"5060":{},"5061":{},"5062":{},"5063":{},"5064":{},"5065":{},"5066":{}}}],["entities/instance.entity.report",{"_index":1592,"name":{},"parent":{"5068":{}}}],["entities/instance.entity.report.__type",{"_index":1593,"name":{},"parent":{"5069":{},"5070":{},"5071":{},"5072":{},"5073":{}}}],["entities/instance.entity.results",{"_index":1594,"name":{},"parent":{"5075":{}}}],["entities/instance.entity.results.__type",{"_index":1595,"name":{},"parent":{"5076":{},"5077":{},"5078":{}}}],["entities/instance.entity.scheduledstatus",{"_index":1596,"name":{},"parent":{"5080":{}}}],["entities/instance.entity.scheduledstatus.__type",{"_index":1597,"name":{},"parent":{"5081":{},"5082":{},"5083":{},"5084":{}}}],["entities/instance.entity.source",{"_index":1535,"name":{},"parent":{"4829":{}}}],["entities/instance.entity.source.__type",{"_index":1536,"name":{},"parent":{"4830":{},"4831":{},"4832":{},"4833":{},"4834":{}}}],["entities/instance.entity.stats",{"_index":1575,"name":{},"parent":{"4999":{}}}],["entities/instance.entity.stats.__type",{"_index":1576,"name":{},"parent":{"5000":{},"5001":{},"5002":{}}}],["entities/instance.entity.status",{"_index":1559,"name":{},"parent":{"4928":{}}}],["entities/instance.entity.status.__type",{"_index":1560,"name":{},"parent":{"4929":{},"4930":{},"4931":{},"4932":{},"4933":{},"4934":{},"4935":{},"4936":{},"4937":{},"4938":{},"4939":{},"4940":{},"4941":{},"4942":{},"4943":{},"4944":{},"4945":{},"4946":{},"4947":{},"4948":{},"4949":{},"4950":{},"4951":{},"4952":{},"4953":{},"4954":{},"4955":{},"4956":{},"4957":{},"4958":{}}}],["entities/instance.entity.statusparams",{"_index":1598,"name":{},"parent":{"5086":{}}}],["entities/instance.entity.statusparams.__type",{"_index":1599,"name":{},"parent":{"5087":{},"5088":{},"5089":{},"5090":{},"5091":{},"5092":{},"5093":{},"5094":{}}}],["entities/instance.entity.tag",{"_index":1551,"name":{},"parent":{"4904":{}}}],["entities/instance.entity.tag.__type",{"_index":1552,"name":{},"parent":{"4905":{},"4906":{},"4907":{}}}],["entities/instance.entity.token",{"_index":1600,"name":{},"parent":{"5096":{}}}],["entities/instance.entity.token.__type",{"_index":1601,"name":{},"parent":{"5097":{},"5098":{},"5099":{},"5100":{}}}],["entities/instance.entity.urls",{"_index":1573,"name":{},"parent":{"4996":{}}}],["entities/instance.entity.urls.__type",{"_index":1574,"name":{},"parent":{"4997":{}}}],["entities/list",{"_index":24,"name":{"24":{}},"parent":{"5101":{}}}],["entities/list.entity",{"_index":1602,"name":{},"parent":{"5102":{},"5108":{},"5115":{},"5137":{},"5143":{},"5148":{},"5158":{},"5172":{},"5178":{},"5183":{},"5188":{},"5192":{},"5201":{},"5207":{},"5239":{},"5243":{},"5249":{},"5255":{},"5260":{},"5268":{},"5275":{},"5278":{},"5283":{},"5297":{},"5301":{},"5313":{},"5321":{},"5322":{},"5329":{},"5335":{},"5347":{},"5354":{},"5359":{},"5365":{},"5375":{}}}],["entities/list.entity.account",{"_index":1607,"name":{},"parent":{"5116":{}}}],["entities/list.entity.account.__type",{"_index":1608,"name":{},"parent":{"5117":{},"5118":{},"5119":{},"5120":{},"5121":{},"5122":{},"5123":{},"5124":{},"5125":{},"5126":{},"5127":{},"5128":{},"5129":{},"5130":{},"5131":{},"5132":{},"5133":{},"5134":{},"5135":{},"5136":{}}}],["entities/list.entity.activity",{"_index":1609,"name":{},"parent":{"5138":{}}}],["entities/list.entity.activity.__type",{"_index":1610,"name":{},"parent":{"5139":{},"5140":{},"5141":{},"5142":{}}}],["entities/list.entity.application",{"_index":1611,"name":{},"parent":{"5144":{}}}],["entities/list.entity.application.__type",{"_index":1612,"name":{},"parent":{"5145":{},"5146":{},"5147":{}}}],["entities/list.entity.attachment",{"_index":1613,"name":{},"parent":{"5149":{}}}],["entities/list.entity.attachment.__type",{"_index":1614,"name":{},"parent":{"5150":{},"5151":{},"5152":{},"5153":{},"5154":{},"5155":{},"5156":{},"5157":{}}}],["entities/list.entity.card",{"_index":1615,"name":{},"parent":{"5159":{}}}],["entities/list.entity.card.__type",{"_index":1616,"name":{},"parent":{"5160":{},"5161":{},"5162":{},"5163":{},"5164":{},"5165":{},"5166":{},"5167":{},"5168":{},"5169":{},"5170":{},"5171":{}}}],["entities/list.entity.context",{"_index":1631,"name":{},"parent":{"5240":{}}}],["entities/list.entity.context.__type",{"_index":1632,"name":{},"parent":{"5241":{},"5242":{}}}],["entities/list.entity.conversation",{"_index":1633,"name":{},"parent":{"5244":{}}}],["entities/list.entity.conversation.__type",{"_index":1634,"name":{},"parent":{"5245":{},"5246":{},"5247":{},"5248":{}}}],["entities/list.entity.emoji",{"_index":1603,"name":{},"parent":{"5103":{}}}],["entities/list.entity.emoji.__type",{"_index":1604,"name":{},"parent":{"5104":{},"5105":{},"5106":{},"5107":{}}}],["entities/list.entity.featuredtag",{"_index":1635,"name":{},"parent":{"5250":{}}}],["entities/list.entity.featuredtag.__type",{"_index":1636,"name":{},"parent":{"5251":{},"5252":{},"5253":{},"5254":{}}}],["entities/list.entity.field",{"_index":1637,"name":{},"parent":{"5256":{}}}],["entities/list.entity.field.__type",{"_index":1638,"name":{},"parent":{"5257":{},"5258":{},"5259":{}}}],["entities/list.entity.filter",{"_index":1639,"name":{},"parent":{"5261":{}}}],["entities/list.entity.filter.__type",{"_index":1640,"name":{},"parent":{"5262":{},"5263":{},"5264":{},"5265":{},"5266":{},"5267":{}}}],["entities/list.entity.history",{"_index":1619,"name":{},"parent":{"5179":{}}}],["entities/list.entity.history.__type",{"_index":1620,"name":{},"parent":{"5180":{},"5181":{},"5182":{}}}],["entities/list.entity.identityproof",{"_index":1641,"name":{},"parent":{"5269":{}}}],["entities/list.entity.identityproof.__type",{"_index":1642,"name":{},"parent":{"5270":{},"5271":{},"5272":{},"5273":{},"5274":{}}}],["entities/list.entity.instance",{"_index":1647,"name":{},"parent":{"5284":{}}}],["entities/list.entity.instance.__type",{"_index":1648,"name":{},"parent":{"5285":{},"5286":{},"5287":{},"5288":{},"5289":{},"5290":{},"5291":{},"5292":{},"5293":{},"5294":{},"5295":{},"5296":{}}}],["entities/list.entity.list",{"_index":1649,"name":{},"parent":{"5298":{}}}],["entities/list.entity.list.__type",{"_index":1650,"name":{},"parent":{"5299":{},"5300":{}}}],["entities/list.entity.marker",{"_index":1651,"name":{},"parent":{"5302":{}}}],["entities/list.entity.marker.__type",{"_index":1652,"name":{},"parent":{"5303":{},"5304":{},"5308":{},"5309":{}}}],["entities/list.entity.marker.__type.__type",{"_index":1653,"name":{},"parent":{"5305":{},"5306":{},"5307":{},"5310":{},"5311":{},"5312":{}}}],["entities/list.entity.mention",{"_index":1617,"name":{},"parent":{"5173":{}}}],["entities/list.entity.mention.__type",{"_index":1618,"name":{},"parent":{"5174":{},"5175":{},"5176":{},"5177":{}}}],["entities/list.entity.notification",{"_index":1654,"name":{},"parent":{"5314":{}}}],["entities/list.entity.notification.__type",{"_index":1655,"name":{},"parent":{"5315":{},"5316":{},"5317":{},"5318":{},"5319":{},"5320":{}}}],["entities/list.entity.poll",{"_index":1625,"name":{},"parent":{"5193":{}}}],["entities/list.entity.poll.__type",{"_index":1626,"name":{},"parent":{"5194":{},"5195":{},"5196":{},"5197":{},"5198":{},"5199":{},"5200":{}}}],["entities/list.entity.polloption",{"_index":1623,"name":{},"parent":{"5189":{}}}],["entities/list.entity.polloption.__type",{"_index":1624,"name":{},"parent":{"5190":{},"5191":{}}}],["entities/list.entity.preferences",{"_index":1656,"name":{},"parent":{"5323":{}}}],["entities/list.entity.preferences.__type",{"_index":1657,"name":{},"parent":{"5324":{},"5325":{},"5326":{},"5327":{},"5328":{}}}],["entities/list.entity.pushsubscription",{"_index":1658,"name":{},"parent":{"5330":{}}}],["entities/list.entity.pushsubscription.__type",{"_index":1659,"name":{},"parent":{"5331":{},"5332":{},"5333":{},"5334":{}}}],["entities/list.entity.reaction",{"_index":1627,"name":{},"parent":{"5202":{}}}],["entities/list.entity.reaction.__type",{"_index":1628,"name":{},"parent":{"5203":{},"5204":{},"5205":{},"5206":{}}}],["entities/list.entity.relationship",{"_index":1660,"name":{},"parent":{"5336":{}}}],["entities/list.entity.relationship.__type",{"_index":1661,"name":{},"parent":{"5337":{},"5338":{},"5339":{},"5340":{},"5341":{},"5342":{},"5343":{},"5344":{},"5345":{},"5346":{}}}],["entities/list.entity.report",{"_index":1662,"name":{},"parent":{"5348":{}}}],["entities/list.entity.report.__type",{"_index":1663,"name":{},"parent":{"5349":{},"5350":{},"5351":{},"5352":{},"5353":{}}}],["entities/list.entity.results",{"_index":1664,"name":{},"parent":{"5355":{}}}],["entities/list.entity.results.__type",{"_index":1665,"name":{},"parent":{"5356":{},"5357":{},"5358":{}}}],["entities/list.entity.scheduledstatus",{"_index":1666,"name":{},"parent":{"5360":{}}}],["entities/list.entity.scheduledstatus.__type",{"_index":1667,"name":{},"parent":{"5361":{},"5362":{},"5363":{},"5364":{}}}],["entities/list.entity.source",{"_index":1605,"name":{},"parent":{"5109":{}}}],["entities/list.entity.source.__type",{"_index":1606,"name":{},"parent":{"5110":{},"5111":{},"5112":{},"5113":{},"5114":{}}}],["entities/list.entity.stats",{"_index":1645,"name":{},"parent":{"5279":{}}}],["entities/list.entity.stats.__type",{"_index":1646,"name":{},"parent":{"5280":{},"5281":{},"5282":{}}}],["entities/list.entity.status",{"_index":1629,"name":{},"parent":{"5208":{}}}],["entities/list.entity.status.__type",{"_index":1630,"name":{},"parent":{"5209":{},"5210":{},"5211":{},"5212":{},"5213":{},"5214":{},"5215":{},"5216":{},"5217":{},"5218":{},"5219":{},"5220":{},"5221":{},"5222":{},"5223":{},"5224":{},"5225":{},"5226":{},"5227":{},"5228":{},"5229":{},"5230":{},"5231":{},"5232":{},"5233":{},"5234":{},"5235":{},"5236":{},"5237":{},"5238":{}}}],["entities/list.entity.statusparams",{"_index":1668,"name":{},"parent":{"5366":{}}}],["entities/list.entity.statusparams.__type",{"_index":1669,"name":{},"parent":{"5367":{},"5368":{},"5369":{},"5370":{},"5371":{},"5372":{},"5373":{},"5374":{}}}],["entities/list.entity.tag",{"_index":1621,"name":{},"parent":{"5184":{}}}],["entities/list.entity.tag.__type",{"_index":1622,"name":{},"parent":{"5185":{},"5186":{},"5187":{}}}],["entities/list.entity.token",{"_index":1670,"name":{},"parent":{"5376":{}}}],["entities/list.entity.token.__type",{"_index":1671,"name":{},"parent":{"5377":{},"5378":{},"5379":{},"5380":{}}}],["entities/list.entity.urls",{"_index":1643,"name":{},"parent":{"5276":{}}}],["entities/list.entity.urls.__type",{"_index":1644,"name":{},"parent":{"5277":{}}}],["entities/marker",{"_index":25,"name":{"25":{}},"parent":{"5381":{}}}],["entities/marker.entity",{"_index":1672,"name":{},"parent":{"5382":{},"5388":{},"5395":{},"5417":{},"5423":{},"5428":{},"5438":{},"5452":{},"5458":{},"5463":{},"5468":{},"5472":{},"5481":{},"5487":{},"5519":{},"5523":{},"5529":{},"5535":{},"5540":{},"5548":{},"5555":{},"5558":{},"5563":{},"5577":{},"5581":{},"5593":{},"5601":{},"5602":{},"5609":{},"5615":{},"5627":{},"5634":{},"5639":{},"5645":{},"5655":{}}}],["entities/marker.entity.account",{"_index":1677,"name":{},"parent":{"5396":{}}}],["entities/marker.entity.account.__type",{"_index":1678,"name":{},"parent":{"5397":{},"5398":{},"5399":{},"5400":{},"5401":{},"5402":{},"5403":{},"5404":{},"5405":{},"5406":{},"5407":{},"5408":{},"5409":{},"5410":{},"5411":{},"5412":{},"5413":{},"5414":{},"5415":{},"5416":{}}}],["entities/marker.entity.activity",{"_index":1679,"name":{},"parent":{"5418":{}}}],["entities/marker.entity.activity.__type",{"_index":1680,"name":{},"parent":{"5419":{},"5420":{},"5421":{},"5422":{}}}],["entities/marker.entity.application",{"_index":1681,"name":{},"parent":{"5424":{}}}],["entities/marker.entity.application.__type",{"_index":1682,"name":{},"parent":{"5425":{},"5426":{},"5427":{}}}],["entities/marker.entity.attachment",{"_index":1683,"name":{},"parent":{"5429":{}}}],["entities/marker.entity.attachment.__type",{"_index":1684,"name":{},"parent":{"5430":{},"5431":{},"5432":{},"5433":{},"5434":{},"5435":{},"5436":{},"5437":{}}}],["entities/marker.entity.card",{"_index":1685,"name":{},"parent":{"5439":{}}}],["entities/marker.entity.card.__type",{"_index":1686,"name":{},"parent":{"5440":{},"5441":{},"5442":{},"5443":{},"5444":{},"5445":{},"5446":{},"5447":{},"5448":{},"5449":{},"5450":{},"5451":{}}}],["entities/marker.entity.context",{"_index":1701,"name":{},"parent":{"5520":{}}}],["entities/marker.entity.context.__type",{"_index":1702,"name":{},"parent":{"5521":{},"5522":{}}}],["entities/marker.entity.conversation",{"_index":1703,"name":{},"parent":{"5524":{}}}],["entities/marker.entity.conversation.__type",{"_index":1704,"name":{},"parent":{"5525":{},"5526":{},"5527":{},"5528":{}}}],["entities/marker.entity.emoji",{"_index":1673,"name":{},"parent":{"5383":{}}}],["entities/marker.entity.emoji.__type",{"_index":1674,"name":{},"parent":{"5384":{},"5385":{},"5386":{},"5387":{}}}],["entities/marker.entity.featuredtag",{"_index":1705,"name":{},"parent":{"5530":{}}}],["entities/marker.entity.featuredtag.__type",{"_index":1706,"name":{},"parent":{"5531":{},"5532":{},"5533":{},"5534":{}}}],["entities/marker.entity.field",{"_index":1707,"name":{},"parent":{"5536":{}}}],["entities/marker.entity.field.__type",{"_index":1708,"name":{},"parent":{"5537":{},"5538":{},"5539":{}}}],["entities/marker.entity.filter",{"_index":1709,"name":{},"parent":{"5541":{}}}],["entities/marker.entity.filter.__type",{"_index":1710,"name":{},"parent":{"5542":{},"5543":{},"5544":{},"5545":{},"5546":{},"5547":{}}}],["entities/marker.entity.history",{"_index":1689,"name":{},"parent":{"5459":{}}}],["entities/marker.entity.history.__type",{"_index":1690,"name":{},"parent":{"5460":{},"5461":{},"5462":{}}}],["entities/marker.entity.identityproof",{"_index":1711,"name":{},"parent":{"5549":{}}}],["entities/marker.entity.identityproof.__type",{"_index":1712,"name":{},"parent":{"5550":{},"5551":{},"5552":{},"5553":{},"5554":{}}}],["entities/marker.entity.instance",{"_index":1717,"name":{},"parent":{"5564":{}}}],["entities/marker.entity.instance.__type",{"_index":1718,"name":{},"parent":{"5565":{},"5566":{},"5567":{},"5568":{},"5569":{},"5570":{},"5571":{},"5572":{},"5573":{},"5574":{},"5575":{},"5576":{}}}],["entities/marker.entity.list",{"_index":1719,"name":{},"parent":{"5578":{}}}],["entities/marker.entity.list.__type",{"_index":1720,"name":{},"parent":{"5579":{},"5580":{}}}],["entities/marker.entity.marker",{"_index":1721,"name":{},"parent":{"5582":{}}}],["entities/marker.entity.marker.__type",{"_index":1722,"name":{},"parent":{"5583":{},"5584":{},"5588":{},"5589":{}}}],["entities/marker.entity.marker.__type.__type",{"_index":1723,"name":{},"parent":{"5585":{},"5586":{},"5587":{},"5590":{},"5591":{},"5592":{}}}],["entities/marker.entity.mention",{"_index":1687,"name":{},"parent":{"5453":{}}}],["entities/marker.entity.mention.__type",{"_index":1688,"name":{},"parent":{"5454":{},"5455":{},"5456":{},"5457":{}}}],["entities/marker.entity.notification",{"_index":1724,"name":{},"parent":{"5594":{}}}],["entities/marker.entity.notification.__type",{"_index":1725,"name":{},"parent":{"5595":{},"5596":{},"5597":{},"5598":{},"5599":{},"5600":{}}}],["entities/marker.entity.poll",{"_index":1695,"name":{},"parent":{"5473":{}}}],["entities/marker.entity.poll.__type",{"_index":1696,"name":{},"parent":{"5474":{},"5475":{},"5476":{},"5477":{},"5478":{},"5479":{},"5480":{}}}],["entities/marker.entity.polloption",{"_index":1693,"name":{},"parent":{"5469":{}}}],["entities/marker.entity.polloption.__type",{"_index":1694,"name":{},"parent":{"5470":{},"5471":{}}}],["entities/marker.entity.preferences",{"_index":1726,"name":{},"parent":{"5603":{}}}],["entities/marker.entity.preferences.__type",{"_index":1727,"name":{},"parent":{"5604":{},"5605":{},"5606":{},"5607":{},"5608":{}}}],["entities/marker.entity.pushsubscription",{"_index":1728,"name":{},"parent":{"5610":{}}}],["entities/marker.entity.pushsubscription.__type",{"_index":1729,"name":{},"parent":{"5611":{},"5612":{},"5613":{},"5614":{}}}],["entities/marker.entity.reaction",{"_index":1697,"name":{},"parent":{"5482":{}}}],["entities/marker.entity.reaction.__type",{"_index":1698,"name":{},"parent":{"5483":{},"5484":{},"5485":{},"5486":{}}}],["entities/marker.entity.relationship",{"_index":1730,"name":{},"parent":{"5616":{}}}],["entities/marker.entity.relationship.__type",{"_index":1731,"name":{},"parent":{"5617":{},"5618":{},"5619":{},"5620":{},"5621":{},"5622":{},"5623":{},"5624":{},"5625":{},"5626":{}}}],["entities/marker.entity.report",{"_index":1732,"name":{},"parent":{"5628":{}}}],["entities/marker.entity.report.__type",{"_index":1733,"name":{},"parent":{"5629":{},"5630":{},"5631":{},"5632":{},"5633":{}}}],["entities/marker.entity.results",{"_index":1734,"name":{},"parent":{"5635":{}}}],["entities/marker.entity.results.__type",{"_index":1735,"name":{},"parent":{"5636":{},"5637":{},"5638":{}}}],["entities/marker.entity.scheduledstatus",{"_index":1736,"name":{},"parent":{"5640":{}}}],["entities/marker.entity.scheduledstatus.__type",{"_index":1737,"name":{},"parent":{"5641":{},"5642":{},"5643":{},"5644":{}}}],["entities/marker.entity.source",{"_index":1675,"name":{},"parent":{"5389":{}}}],["entities/marker.entity.source.__type",{"_index":1676,"name":{},"parent":{"5390":{},"5391":{},"5392":{},"5393":{},"5394":{}}}],["entities/marker.entity.stats",{"_index":1715,"name":{},"parent":{"5559":{}}}],["entities/marker.entity.stats.__type",{"_index":1716,"name":{},"parent":{"5560":{},"5561":{},"5562":{}}}],["entities/marker.entity.status",{"_index":1699,"name":{},"parent":{"5488":{}}}],["entities/marker.entity.status.__type",{"_index":1700,"name":{},"parent":{"5489":{},"5490":{},"5491":{},"5492":{},"5493":{},"5494":{},"5495":{},"5496":{},"5497":{},"5498":{},"5499":{},"5500":{},"5501":{},"5502":{},"5503":{},"5504":{},"5505":{},"5506":{},"5507":{},"5508":{},"5509":{},"5510":{},"5511":{},"5512":{},"5513":{},"5514":{},"5515":{},"5516":{},"5517":{},"5518":{}}}],["entities/marker.entity.statusparams",{"_index":1738,"name":{},"parent":{"5646":{}}}],["entities/marker.entity.statusparams.__type",{"_index":1739,"name":{},"parent":{"5647":{},"5648":{},"5649":{},"5650":{},"5651":{},"5652":{},"5653":{},"5654":{}}}],["entities/marker.entity.tag",{"_index":1691,"name":{},"parent":{"5464":{}}}],["entities/marker.entity.tag.__type",{"_index":1692,"name":{},"parent":{"5465":{},"5466":{},"5467":{}}}],["entities/marker.entity.token",{"_index":1740,"name":{},"parent":{"5656":{}}}],["entities/marker.entity.token.__type",{"_index":1741,"name":{},"parent":{"5657":{},"5658":{},"5659":{},"5660":{}}}],["entities/marker.entity.urls",{"_index":1713,"name":{},"parent":{"5556":{}}}],["entities/marker.entity.urls.__type",{"_index":1714,"name":{},"parent":{"5557":{}}}],["entities/mention",{"_index":26,"name":{"26":{}},"parent":{"5661":{}}}],["entities/mention.entity",{"_index":1742,"name":{},"parent":{"5662":{},"5668":{},"5675":{},"5697":{},"5703":{},"5708":{},"5718":{},"5732":{},"5738":{},"5743":{},"5748":{},"5752":{},"5761":{},"5767":{},"5799":{},"5803":{},"5809":{},"5815":{},"5820":{},"5828":{},"5835":{},"5838":{},"5843":{},"5857":{},"5861":{},"5873":{},"5881":{},"5882":{},"5889":{},"5895":{},"5907":{},"5914":{},"5919":{},"5925":{},"5935":{}}}],["entities/mention.entity.account",{"_index":1747,"name":{},"parent":{"5676":{}}}],["entities/mention.entity.account.__type",{"_index":1748,"name":{},"parent":{"5677":{},"5678":{},"5679":{},"5680":{},"5681":{},"5682":{},"5683":{},"5684":{},"5685":{},"5686":{},"5687":{},"5688":{},"5689":{},"5690":{},"5691":{},"5692":{},"5693":{},"5694":{},"5695":{},"5696":{}}}],["entities/mention.entity.activity",{"_index":1749,"name":{},"parent":{"5698":{}}}],["entities/mention.entity.activity.__type",{"_index":1750,"name":{},"parent":{"5699":{},"5700":{},"5701":{},"5702":{}}}],["entities/mention.entity.application",{"_index":1751,"name":{},"parent":{"5704":{}}}],["entities/mention.entity.application.__type",{"_index":1752,"name":{},"parent":{"5705":{},"5706":{},"5707":{}}}],["entities/mention.entity.attachment",{"_index":1753,"name":{},"parent":{"5709":{}}}],["entities/mention.entity.attachment.__type",{"_index":1754,"name":{},"parent":{"5710":{},"5711":{},"5712":{},"5713":{},"5714":{},"5715":{},"5716":{},"5717":{}}}],["entities/mention.entity.card",{"_index":1755,"name":{},"parent":{"5719":{}}}],["entities/mention.entity.card.__type",{"_index":1756,"name":{},"parent":{"5720":{},"5721":{},"5722":{},"5723":{},"5724":{},"5725":{},"5726":{},"5727":{},"5728":{},"5729":{},"5730":{},"5731":{}}}],["entities/mention.entity.context",{"_index":1771,"name":{},"parent":{"5800":{}}}],["entities/mention.entity.context.__type",{"_index":1772,"name":{},"parent":{"5801":{},"5802":{}}}],["entities/mention.entity.conversation",{"_index":1773,"name":{},"parent":{"5804":{}}}],["entities/mention.entity.conversation.__type",{"_index":1774,"name":{},"parent":{"5805":{},"5806":{},"5807":{},"5808":{}}}],["entities/mention.entity.emoji",{"_index":1743,"name":{},"parent":{"5663":{}}}],["entities/mention.entity.emoji.__type",{"_index":1744,"name":{},"parent":{"5664":{},"5665":{},"5666":{},"5667":{}}}],["entities/mention.entity.featuredtag",{"_index":1775,"name":{},"parent":{"5810":{}}}],["entities/mention.entity.featuredtag.__type",{"_index":1776,"name":{},"parent":{"5811":{},"5812":{},"5813":{},"5814":{}}}],["entities/mention.entity.field",{"_index":1777,"name":{},"parent":{"5816":{}}}],["entities/mention.entity.field.__type",{"_index":1778,"name":{},"parent":{"5817":{},"5818":{},"5819":{}}}],["entities/mention.entity.filter",{"_index":1779,"name":{},"parent":{"5821":{}}}],["entities/mention.entity.filter.__type",{"_index":1780,"name":{},"parent":{"5822":{},"5823":{},"5824":{},"5825":{},"5826":{},"5827":{}}}],["entities/mention.entity.history",{"_index":1759,"name":{},"parent":{"5739":{}}}],["entities/mention.entity.history.__type",{"_index":1760,"name":{},"parent":{"5740":{},"5741":{},"5742":{}}}],["entities/mention.entity.identityproof",{"_index":1781,"name":{},"parent":{"5829":{}}}],["entities/mention.entity.identityproof.__type",{"_index":1782,"name":{},"parent":{"5830":{},"5831":{},"5832":{},"5833":{},"5834":{}}}],["entities/mention.entity.instance",{"_index":1787,"name":{},"parent":{"5844":{}}}],["entities/mention.entity.instance.__type",{"_index":1788,"name":{},"parent":{"5845":{},"5846":{},"5847":{},"5848":{},"5849":{},"5850":{},"5851":{},"5852":{},"5853":{},"5854":{},"5855":{},"5856":{}}}],["entities/mention.entity.list",{"_index":1789,"name":{},"parent":{"5858":{}}}],["entities/mention.entity.list.__type",{"_index":1790,"name":{},"parent":{"5859":{},"5860":{}}}],["entities/mention.entity.marker",{"_index":1791,"name":{},"parent":{"5862":{}}}],["entities/mention.entity.marker.__type",{"_index":1792,"name":{},"parent":{"5863":{},"5864":{},"5868":{},"5869":{}}}],["entities/mention.entity.marker.__type.__type",{"_index":1793,"name":{},"parent":{"5865":{},"5866":{},"5867":{},"5870":{},"5871":{},"5872":{}}}],["entities/mention.entity.mention",{"_index":1757,"name":{},"parent":{"5733":{}}}],["entities/mention.entity.mention.__type",{"_index":1758,"name":{},"parent":{"5734":{},"5735":{},"5736":{},"5737":{}}}],["entities/mention.entity.notification",{"_index":1794,"name":{},"parent":{"5874":{}}}],["entities/mention.entity.notification.__type",{"_index":1795,"name":{},"parent":{"5875":{},"5876":{},"5877":{},"5878":{},"5879":{},"5880":{}}}],["entities/mention.entity.poll",{"_index":1765,"name":{},"parent":{"5753":{}}}],["entities/mention.entity.poll.__type",{"_index":1766,"name":{},"parent":{"5754":{},"5755":{},"5756":{},"5757":{},"5758":{},"5759":{},"5760":{}}}],["entities/mention.entity.polloption",{"_index":1763,"name":{},"parent":{"5749":{}}}],["entities/mention.entity.polloption.__type",{"_index":1764,"name":{},"parent":{"5750":{},"5751":{}}}],["entities/mention.entity.preferences",{"_index":1796,"name":{},"parent":{"5883":{}}}],["entities/mention.entity.preferences.__type",{"_index":1797,"name":{},"parent":{"5884":{},"5885":{},"5886":{},"5887":{},"5888":{}}}],["entities/mention.entity.pushsubscription",{"_index":1798,"name":{},"parent":{"5890":{}}}],["entities/mention.entity.pushsubscription.__type",{"_index":1799,"name":{},"parent":{"5891":{},"5892":{},"5893":{},"5894":{}}}],["entities/mention.entity.reaction",{"_index":1767,"name":{},"parent":{"5762":{}}}],["entities/mention.entity.reaction.__type",{"_index":1768,"name":{},"parent":{"5763":{},"5764":{},"5765":{},"5766":{}}}],["entities/mention.entity.relationship",{"_index":1800,"name":{},"parent":{"5896":{}}}],["entities/mention.entity.relationship.__type",{"_index":1801,"name":{},"parent":{"5897":{},"5898":{},"5899":{},"5900":{},"5901":{},"5902":{},"5903":{},"5904":{},"5905":{},"5906":{}}}],["entities/mention.entity.report",{"_index":1802,"name":{},"parent":{"5908":{}}}],["entities/mention.entity.report.__type",{"_index":1803,"name":{},"parent":{"5909":{},"5910":{},"5911":{},"5912":{},"5913":{}}}],["entities/mention.entity.results",{"_index":1804,"name":{},"parent":{"5915":{}}}],["entities/mention.entity.results.__type",{"_index":1805,"name":{},"parent":{"5916":{},"5917":{},"5918":{}}}],["entities/mention.entity.scheduledstatus",{"_index":1806,"name":{},"parent":{"5920":{}}}],["entities/mention.entity.scheduledstatus.__type",{"_index":1807,"name":{},"parent":{"5921":{},"5922":{},"5923":{},"5924":{}}}],["entities/mention.entity.source",{"_index":1745,"name":{},"parent":{"5669":{}}}],["entities/mention.entity.source.__type",{"_index":1746,"name":{},"parent":{"5670":{},"5671":{},"5672":{},"5673":{},"5674":{}}}],["entities/mention.entity.stats",{"_index":1785,"name":{},"parent":{"5839":{}}}],["entities/mention.entity.stats.__type",{"_index":1786,"name":{},"parent":{"5840":{},"5841":{},"5842":{}}}],["entities/mention.entity.status",{"_index":1769,"name":{},"parent":{"5768":{}}}],["entities/mention.entity.status.__type",{"_index":1770,"name":{},"parent":{"5769":{},"5770":{},"5771":{},"5772":{},"5773":{},"5774":{},"5775":{},"5776":{},"5777":{},"5778":{},"5779":{},"5780":{},"5781":{},"5782":{},"5783":{},"5784":{},"5785":{},"5786":{},"5787":{},"5788":{},"5789":{},"5790":{},"5791":{},"5792":{},"5793":{},"5794":{},"5795":{},"5796":{},"5797":{},"5798":{}}}],["entities/mention.entity.statusparams",{"_index":1808,"name":{},"parent":{"5926":{}}}],["entities/mention.entity.statusparams.__type",{"_index":1809,"name":{},"parent":{"5927":{},"5928":{},"5929":{},"5930":{},"5931":{},"5932":{},"5933":{},"5934":{}}}],["entities/mention.entity.tag",{"_index":1761,"name":{},"parent":{"5744":{}}}],["entities/mention.entity.tag.__type",{"_index":1762,"name":{},"parent":{"5745":{},"5746":{},"5747":{}}}],["entities/mention.entity.token",{"_index":1810,"name":{},"parent":{"5936":{}}}],["entities/mention.entity.token.__type",{"_index":1811,"name":{},"parent":{"5937":{},"5938":{},"5939":{},"5940":{}}}],["entities/mention.entity.urls",{"_index":1783,"name":{},"parent":{"5836":{}}}],["entities/mention.entity.urls.__type",{"_index":1784,"name":{},"parent":{"5837":{}}}],["entities/notification",{"_index":27,"name":{"27":{}},"parent":{"5941":{}}}],["entities/notification.entity",{"_index":1812,"name":{},"parent":{"5942":{},"5948":{},"5955":{},"5977":{},"5983":{},"5988":{},"5998":{},"6012":{},"6018":{},"6023":{},"6028":{},"6032":{},"6041":{},"6047":{},"6079":{},"6083":{},"6089":{},"6095":{},"6100":{},"6108":{},"6115":{},"6118":{},"6123":{},"6137":{},"6141":{},"6153":{},"6161":{},"6162":{},"6169":{},"6175":{},"6187":{},"6194":{},"6199":{},"6205":{},"6215":{}}}],["entities/notification.entity.account",{"_index":1817,"name":{},"parent":{"5956":{}}}],["entities/notification.entity.account.__type",{"_index":1818,"name":{},"parent":{"5957":{},"5958":{},"5959":{},"5960":{},"5961":{},"5962":{},"5963":{},"5964":{},"5965":{},"5966":{},"5967":{},"5968":{},"5969":{},"5970":{},"5971":{},"5972":{},"5973":{},"5974":{},"5975":{},"5976":{}}}],["entities/notification.entity.activity",{"_index":1819,"name":{},"parent":{"5978":{}}}],["entities/notification.entity.activity.__type",{"_index":1820,"name":{},"parent":{"5979":{},"5980":{},"5981":{},"5982":{}}}],["entities/notification.entity.application",{"_index":1821,"name":{},"parent":{"5984":{}}}],["entities/notification.entity.application.__type",{"_index":1822,"name":{},"parent":{"5985":{},"5986":{},"5987":{}}}],["entities/notification.entity.attachment",{"_index":1823,"name":{},"parent":{"5989":{}}}],["entities/notification.entity.attachment.__type",{"_index":1824,"name":{},"parent":{"5990":{},"5991":{},"5992":{},"5993":{},"5994":{},"5995":{},"5996":{},"5997":{}}}],["entities/notification.entity.card",{"_index":1825,"name":{},"parent":{"5999":{}}}],["entities/notification.entity.card.__type",{"_index":1826,"name":{},"parent":{"6000":{},"6001":{},"6002":{},"6003":{},"6004":{},"6005":{},"6006":{},"6007":{},"6008":{},"6009":{},"6010":{},"6011":{}}}],["entities/notification.entity.context",{"_index":1841,"name":{},"parent":{"6080":{}}}],["entities/notification.entity.context.__type",{"_index":1842,"name":{},"parent":{"6081":{},"6082":{}}}],["entities/notification.entity.conversation",{"_index":1843,"name":{},"parent":{"6084":{}}}],["entities/notification.entity.conversation.__type",{"_index":1844,"name":{},"parent":{"6085":{},"6086":{},"6087":{},"6088":{}}}],["entities/notification.entity.emoji",{"_index":1813,"name":{},"parent":{"5943":{}}}],["entities/notification.entity.emoji.__type",{"_index":1814,"name":{},"parent":{"5944":{},"5945":{},"5946":{},"5947":{}}}],["entities/notification.entity.featuredtag",{"_index":1845,"name":{},"parent":{"6090":{}}}],["entities/notification.entity.featuredtag.__type",{"_index":1846,"name":{},"parent":{"6091":{},"6092":{},"6093":{},"6094":{}}}],["entities/notification.entity.field",{"_index":1847,"name":{},"parent":{"6096":{}}}],["entities/notification.entity.field.__type",{"_index":1848,"name":{},"parent":{"6097":{},"6098":{},"6099":{}}}],["entities/notification.entity.filter",{"_index":1849,"name":{},"parent":{"6101":{}}}],["entities/notification.entity.filter.__type",{"_index":1850,"name":{},"parent":{"6102":{},"6103":{},"6104":{},"6105":{},"6106":{},"6107":{}}}],["entities/notification.entity.history",{"_index":1829,"name":{},"parent":{"6019":{}}}],["entities/notification.entity.history.__type",{"_index":1830,"name":{},"parent":{"6020":{},"6021":{},"6022":{}}}],["entities/notification.entity.identityproof",{"_index":1851,"name":{},"parent":{"6109":{}}}],["entities/notification.entity.identityproof.__type",{"_index":1852,"name":{},"parent":{"6110":{},"6111":{},"6112":{},"6113":{},"6114":{}}}],["entities/notification.entity.instance",{"_index":1857,"name":{},"parent":{"6124":{}}}],["entities/notification.entity.instance.__type",{"_index":1858,"name":{},"parent":{"6125":{},"6126":{},"6127":{},"6128":{},"6129":{},"6130":{},"6131":{},"6132":{},"6133":{},"6134":{},"6135":{},"6136":{}}}],["entities/notification.entity.list",{"_index":1859,"name":{},"parent":{"6138":{}}}],["entities/notification.entity.list.__type",{"_index":1860,"name":{},"parent":{"6139":{},"6140":{}}}],["entities/notification.entity.marker",{"_index":1861,"name":{},"parent":{"6142":{}}}],["entities/notification.entity.marker.__type",{"_index":1862,"name":{},"parent":{"6143":{},"6144":{},"6148":{},"6149":{}}}],["entities/notification.entity.marker.__type.__type",{"_index":1863,"name":{},"parent":{"6145":{},"6146":{},"6147":{},"6150":{},"6151":{},"6152":{}}}],["entities/notification.entity.mention",{"_index":1827,"name":{},"parent":{"6013":{}}}],["entities/notification.entity.mention.__type",{"_index":1828,"name":{},"parent":{"6014":{},"6015":{},"6016":{},"6017":{}}}],["entities/notification.entity.notification",{"_index":1864,"name":{},"parent":{"6154":{}}}],["entities/notification.entity.notification.__type",{"_index":1865,"name":{},"parent":{"6155":{},"6156":{},"6157":{},"6158":{},"6159":{},"6160":{}}}],["entities/notification.entity.poll",{"_index":1835,"name":{},"parent":{"6033":{}}}],["entities/notification.entity.poll.__type",{"_index":1836,"name":{},"parent":{"6034":{},"6035":{},"6036":{},"6037":{},"6038":{},"6039":{},"6040":{}}}],["entities/notification.entity.polloption",{"_index":1833,"name":{},"parent":{"6029":{}}}],["entities/notification.entity.polloption.__type",{"_index":1834,"name":{},"parent":{"6030":{},"6031":{}}}],["entities/notification.entity.preferences",{"_index":1866,"name":{},"parent":{"6163":{}}}],["entities/notification.entity.preferences.__type",{"_index":1867,"name":{},"parent":{"6164":{},"6165":{},"6166":{},"6167":{},"6168":{}}}],["entities/notification.entity.pushsubscription",{"_index":1868,"name":{},"parent":{"6170":{}}}],["entities/notification.entity.pushsubscription.__type",{"_index":1869,"name":{},"parent":{"6171":{},"6172":{},"6173":{},"6174":{}}}],["entities/notification.entity.reaction",{"_index":1837,"name":{},"parent":{"6042":{}}}],["entities/notification.entity.reaction.__type",{"_index":1838,"name":{},"parent":{"6043":{},"6044":{},"6045":{},"6046":{}}}],["entities/notification.entity.relationship",{"_index":1870,"name":{},"parent":{"6176":{}}}],["entities/notification.entity.relationship.__type",{"_index":1871,"name":{},"parent":{"6177":{},"6178":{},"6179":{},"6180":{},"6181":{},"6182":{},"6183":{},"6184":{},"6185":{},"6186":{}}}],["entities/notification.entity.report",{"_index":1872,"name":{},"parent":{"6188":{}}}],["entities/notification.entity.report.__type",{"_index":1873,"name":{},"parent":{"6189":{},"6190":{},"6191":{},"6192":{},"6193":{}}}],["entities/notification.entity.results",{"_index":1874,"name":{},"parent":{"6195":{}}}],["entities/notification.entity.results.__type",{"_index":1875,"name":{},"parent":{"6196":{},"6197":{},"6198":{}}}],["entities/notification.entity.scheduledstatus",{"_index":1876,"name":{},"parent":{"6200":{}}}],["entities/notification.entity.scheduledstatus.__type",{"_index":1877,"name":{},"parent":{"6201":{},"6202":{},"6203":{},"6204":{}}}],["entities/notification.entity.source",{"_index":1815,"name":{},"parent":{"5949":{}}}],["entities/notification.entity.source.__type",{"_index":1816,"name":{},"parent":{"5950":{},"5951":{},"5952":{},"5953":{},"5954":{}}}],["entities/notification.entity.stats",{"_index":1855,"name":{},"parent":{"6119":{}}}],["entities/notification.entity.stats.__type",{"_index":1856,"name":{},"parent":{"6120":{},"6121":{},"6122":{}}}],["entities/notification.entity.status",{"_index":1839,"name":{},"parent":{"6048":{}}}],["entities/notification.entity.status.__type",{"_index":1840,"name":{},"parent":{"6049":{},"6050":{},"6051":{},"6052":{},"6053":{},"6054":{},"6055":{},"6056":{},"6057":{},"6058":{},"6059":{},"6060":{},"6061":{},"6062":{},"6063":{},"6064":{},"6065":{},"6066":{},"6067":{},"6068":{},"6069":{},"6070":{},"6071":{},"6072":{},"6073":{},"6074":{},"6075":{},"6076":{},"6077":{},"6078":{}}}],["entities/notification.entity.statusparams",{"_index":1878,"name":{},"parent":{"6206":{}}}],["entities/notification.entity.statusparams.__type",{"_index":1879,"name":{},"parent":{"6207":{},"6208":{},"6209":{},"6210":{},"6211":{},"6212":{},"6213":{},"6214":{}}}],["entities/notification.entity.tag",{"_index":1831,"name":{},"parent":{"6024":{}}}],["entities/notification.entity.tag.__type",{"_index":1832,"name":{},"parent":{"6025":{},"6026":{},"6027":{}}}],["entities/notification.entity.token",{"_index":1880,"name":{},"parent":{"6216":{}}}],["entities/notification.entity.token.__type",{"_index":1881,"name":{},"parent":{"6217":{},"6218":{},"6219":{},"6220":{}}}],["entities/notification.entity.urls",{"_index":1853,"name":{},"parent":{"6116":{}}}],["entities/notification.entity.urls.__type",{"_index":1854,"name":{},"parent":{"6117":{}}}],["entities/poll",{"_index":28,"name":{"28":{}},"parent":{"6221":{}}}],["entities/poll.entity",{"_index":1882,"name":{},"parent":{"6222":{},"6228":{},"6235":{},"6257":{},"6263":{},"6268":{},"6278":{},"6292":{},"6298":{},"6303":{},"6308":{},"6312":{},"6321":{},"6327":{},"6359":{},"6363":{},"6369":{},"6375":{},"6380":{},"6388":{},"6395":{},"6398":{},"6403":{},"6417":{},"6421":{},"6433":{},"6441":{},"6442":{},"6449":{},"6455":{},"6467":{},"6474":{},"6479":{},"6485":{},"6495":{}}}],["entities/poll.entity.account",{"_index":1887,"name":{},"parent":{"6236":{}}}],["entities/poll.entity.account.__type",{"_index":1888,"name":{},"parent":{"6237":{},"6238":{},"6239":{},"6240":{},"6241":{},"6242":{},"6243":{},"6244":{},"6245":{},"6246":{},"6247":{},"6248":{},"6249":{},"6250":{},"6251":{},"6252":{},"6253":{},"6254":{},"6255":{},"6256":{}}}],["entities/poll.entity.activity",{"_index":1889,"name":{},"parent":{"6258":{}}}],["entities/poll.entity.activity.__type",{"_index":1890,"name":{},"parent":{"6259":{},"6260":{},"6261":{},"6262":{}}}],["entities/poll.entity.application",{"_index":1891,"name":{},"parent":{"6264":{}}}],["entities/poll.entity.application.__type",{"_index":1892,"name":{},"parent":{"6265":{},"6266":{},"6267":{}}}],["entities/poll.entity.attachment",{"_index":1893,"name":{},"parent":{"6269":{}}}],["entities/poll.entity.attachment.__type",{"_index":1894,"name":{},"parent":{"6270":{},"6271":{},"6272":{},"6273":{},"6274":{},"6275":{},"6276":{},"6277":{}}}],["entities/poll.entity.card",{"_index":1895,"name":{},"parent":{"6279":{}}}],["entities/poll.entity.card.__type",{"_index":1896,"name":{},"parent":{"6280":{},"6281":{},"6282":{},"6283":{},"6284":{},"6285":{},"6286":{},"6287":{},"6288":{},"6289":{},"6290":{},"6291":{}}}],["entities/poll.entity.context",{"_index":1911,"name":{},"parent":{"6360":{}}}],["entities/poll.entity.context.__type",{"_index":1912,"name":{},"parent":{"6361":{},"6362":{}}}],["entities/poll.entity.conversation",{"_index":1913,"name":{},"parent":{"6364":{}}}],["entities/poll.entity.conversation.__type",{"_index":1914,"name":{},"parent":{"6365":{},"6366":{},"6367":{},"6368":{}}}],["entities/poll.entity.emoji",{"_index":1883,"name":{},"parent":{"6223":{}}}],["entities/poll.entity.emoji.__type",{"_index":1884,"name":{},"parent":{"6224":{},"6225":{},"6226":{},"6227":{}}}],["entities/poll.entity.featuredtag",{"_index":1915,"name":{},"parent":{"6370":{}}}],["entities/poll.entity.featuredtag.__type",{"_index":1916,"name":{},"parent":{"6371":{},"6372":{},"6373":{},"6374":{}}}],["entities/poll.entity.field",{"_index":1917,"name":{},"parent":{"6376":{}}}],["entities/poll.entity.field.__type",{"_index":1918,"name":{},"parent":{"6377":{},"6378":{},"6379":{}}}],["entities/poll.entity.filter",{"_index":1919,"name":{},"parent":{"6381":{}}}],["entities/poll.entity.filter.__type",{"_index":1920,"name":{},"parent":{"6382":{},"6383":{},"6384":{},"6385":{},"6386":{},"6387":{}}}],["entities/poll.entity.history",{"_index":1899,"name":{},"parent":{"6299":{}}}],["entities/poll.entity.history.__type",{"_index":1900,"name":{},"parent":{"6300":{},"6301":{},"6302":{}}}],["entities/poll.entity.identityproof",{"_index":1921,"name":{},"parent":{"6389":{}}}],["entities/poll.entity.identityproof.__type",{"_index":1922,"name":{},"parent":{"6390":{},"6391":{},"6392":{},"6393":{},"6394":{}}}],["entities/poll.entity.instance",{"_index":1927,"name":{},"parent":{"6404":{}}}],["entities/poll.entity.instance.__type",{"_index":1928,"name":{},"parent":{"6405":{},"6406":{},"6407":{},"6408":{},"6409":{},"6410":{},"6411":{},"6412":{},"6413":{},"6414":{},"6415":{},"6416":{}}}],["entities/poll.entity.list",{"_index":1929,"name":{},"parent":{"6418":{}}}],["entities/poll.entity.list.__type",{"_index":1930,"name":{},"parent":{"6419":{},"6420":{}}}],["entities/poll.entity.marker",{"_index":1931,"name":{},"parent":{"6422":{}}}],["entities/poll.entity.marker.__type",{"_index":1932,"name":{},"parent":{"6423":{},"6424":{},"6428":{},"6429":{}}}],["entities/poll.entity.marker.__type.__type",{"_index":1933,"name":{},"parent":{"6425":{},"6426":{},"6427":{},"6430":{},"6431":{},"6432":{}}}],["entities/poll.entity.mention",{"_index":1897,"name":{},"parent":{"6293":{}}}],["entities/poll.entity.mention.__type",{"_index":1898,"name":{},"parent":{"6294":{},"6295":{},"6296":{},"6297":{}}}],["entities/poll.entity.notification",{"_index":1934,"name":{},"parent":{"6434":{}}}],["entities/poll.entity.notification.__type",{"_index":1935,"name":{},"parent":{"6435":{},"6436":{},"6437":{},"6438":{},"6439":{},"6440":{}}}],["entities/poll.entity.poll",{"_index":1905,"name":{},"parent":{"6313":{}}}],["entities/poll.entity.poll.__type",{"_index":1906,"name":{},"parent":{"6314":{},"6315":{},"6316":{},"6317":{},"6318":{},"6319":{},"6320":{}}}],["entities/poll.entity.polloption",{"_index":1903,"name":{},"parent":{"6309":{}}}],["entities/poll.entity.polloption.__type",{"_index":1904,"name":{},"parent":{"6310":{},"6311":{}}}],["entities/poll.entity.preferences",{"_index":1936,"name":{},"parent":{"6443":{}}}],["entities/poll.entity.preferences.__type",{"_index":1937,"name":{},"parent":{"6444":{},"6445":{},"6446":{},"6447":{},"6448":{}}}],["entities/poll.entity.pushsubscription",{"_index":1938,"name":{},"parent":{"6450":{}}}],["entities/poll.entity.pushsubscription.__type",{"_index":1939,"name":{},"parent":{"6451":{},"6452":{},"6453":{},"6454":{}}}],["entities/poll.entity.reaction",{"_index":1907,"name":{},"parent":{"6322":{}}}],["entities/poll.entity.reaction.__type",{"_index":1908,"name":{},"parent":{"6323":{},"6324":{},"6325":{},"6326":{}}}],["entities/poll.entity.relationship",{"_index":1940,"name":{},"parent":{"6456":{}}}],["entities/poll.entity.relationship.__type",{"_index":1941,"name":{},"parent":{"6457":{},"6458":{},"6459":{},"6460":{},"6461":{},"6462":{},"6463":{},"6464":{},"6465":{},"6466":{}}}],["entities/poll.entity.report",{"_index":1942,"name":{},"parent":{"6468":{}}}],["entities/poll.entity.report.__type",{"_index":1943,"name":{},"parent":{"6469":{},"6470":{},"6471":{},"6472":{},"6473":{}}}],["entities/poll.entity.results",{"_index":1944,"name":{},"parent":{"6475":{}}}],["entities/poll.entity.results.__type",{"_index":1945,"name":{},"parent":{"6476":{},"6477":{},"6478":{}}}],["entities/poll.entity.scheduledstatus",{"_index":1946,"name":{},"parent":{"6480":{}}}],["entities/poll.entity.scheduledstatus.__type",{"_index":1947,"name":{},"parent":{"6481":{},"6482":{},"6483":{},"6484":{}}}],["entities/poll.entity.source",{"_index":1885,"name":{},"parent":{"6229":{}}}],["entities/poll.entity.source.__type",{"_index":1886,"name":{},"parent":{"6230":{},"6231":{},"6232":{},"6233":{},"6234":{}}}],["entities/poll.entity.stats",{"_index":1925,"name":{},"parent":{"6399":{}}}],["entities/poll.entity.stats.__type",{"_index":1926,"name":{},"parent":{"6400":{},"6401":{},"6402":{}}}],["entities/poll.entity.status",{"_index":1909,"name":{},"parent":{"6328":{}}}],["entities/poll.entity.status.__type",{"_index":1910,"name":{},"parent":{"6329":{},"6330":{},"6331":{},"6332":{},"6333":{},"6334":{},"6335":{},"6336":{},"6337":{},"6338":{},"6339":{},"6340":{},"6341":{},"6342":{},"6343":{},"6344":{},"6345":{},"6346":{},"6347":{},"6348":{},"6349":{},"6350":{},"6351":{},"6352":{},"6353":{},"6354":{},"6355":{},"6356":{},"6357":{},"6358":{}}}],["entities/poll.entity.statusparams",{"_index":1948,"name":{},"parent":{"6486":{}}}],["entities/poll.entity.statusparams.__type",{"_index":1949,"name":{},"parent":{"6487":{},"6488":{},"6489":{},"6490":{},"6491":{},"6492":{},"6493":{},"6494":{}}}],["entities/poll.entity.tag",{"_index":1901,"name":{},"parent":{"6304":{}}}],["entities/poll.entity.tag.__type",{"_index":1902,"name":{},"parent":{"6305":{},"6306":{},"6307":{}}}],["entities/poll.entity.token",{"_index":1950,"name":{},"parent":{"6496":{}}}],["entities/poll.entity.token.__type",{"_index":1951,"name":{},"parent":{"6497":{},"6498":{},"6499":{},"6500":{}}}],["entities/poll.entity.urls",{"_index":1923,"name":{},"parent":{"6396":{}}}],["entities/poll.entity.urls.__type",{"_index":1924,"name":{},"parent":{"6397":{}}}],["entities/poll_option",{"_index":29,"name":{"29":{}},"parent":{"6501":{}}}],["entities/poll_option.entity",{"_index":1952,"name":{},"parent":{"6502":{},"6508":{},"6515":{},"6537":{},"6543":{},"6548":{},"6558":{},"6572":{},"6578":{},"6583":{},"6588":{},"6592":{},"6601":{},"6607":{},"6639":{},"6643":{},"6649":{},"6655":{},"6660":{},"6668":{},"6675":{},"6678":{},"6683":{},"6697":{},"6701":{},"6713":{},"6721":{},"6722":{},"6729":{},"6735":{},"6747":{},"6754":{},"6759":{},"6765":{},"6775":{}}}],["entities/poll_option.entity.account",{"_index":1957,"name":{},"parent":{"6516":{}}}],["entities/poll_option.entity.account.__type",{"_index":1958,"name":{},"parent":{"6517":{},"6518":{},"6519":{},"6520":{},"6521":{},"6522":{},"6523":{},"6524":{},"6525":{},"6526":{},"6527":{},"6528":{},"6529":{},"6530":{},"6531":{},"6532":{},"6533":{},"6534":{},"6535":{},"6536":{}}}],["entities/poll_option.entity.activity",{"_index":1959,"name":{},"parent":{"6538":{}}}],["entities/poll_option.entity.activity.__type",{"_index":1960,"name":{},"parent":{"6539":{},"6540":{},"6541":{},"6542":{}}}],["entities/poll_option.entity.application",{"_index":1961,"name":{},"parent":{"6544":{}}}],["entities/poll_option.entity.application.__type",{"_index":1962,"name":{},"parent":{"6545":{},"6546":{},"6547":{}}}],["entities/poll_option.entity.attachment",{"_index":1963,"name":{},"parent":{"6549":{}}}],["entities/poll_option.entity.attachment.__type",{"_index":1964,"name":{},"parent":{"6550":{},"6551":{},"6552":{},"6553":{},"6554":{},"6555":{},"6556":{},"6557":{}}}],["entities/poll_option.entity.card",{"_index":1965,"name":{},"parent":{"6559":{}}}],["entities/poll_option.entity.card.__type",{"_index":1966,"name":{},"parent":{"6560":{},"6561":{},"6562":{},"6563":{},"6564":{},"6565":{},"6566":{},"6567":{},"6568":{},"6569":{},"6570":{},"6571":{}}}],["entities/poll_option.entity.context",{"_index":1981,"name":{},"parent":{"6640":{}}}],["entities/poll_option.entity.context.__type",{"_index":1982,"name":{},"parent":{"6641":{},"6642":{}}}],["entities/poll_option.entity.conversation",{"_index":1983,"name":{},"parent":{"6644":{}}}],["entities/poll_option.entity.conversation.__type",{"_index":1984,"name":{},"parent":{"6645":{},"6646":{},"6647":{},"6648":{}}}],["entities/poll_option.entity.emoji",{"_index":1953,"name":{},"parent":{"6503":{}}}],["entities/poll_option.entity.emoji.__type",{"_index":1954,"name":{},"parent":{"6504":{},"6505":{},"6506":{},"6507":{}}}],["entities/poll_option.entity.featuredtag",{"_index":1985,"name":{},"parent":{"6650":{}}}],["entities/poll_option.entity.featuredtag.__type",{"_index":1986,"name":{},"parent":{"6651":{},"6652":{},"6653":{},"6654":{}}}],["entities/poll_option.entity.field",{"_index":1987,"name":{},"parent":{"6656":{}}}],["entities/poll_option.entity.field.__type",{"_index":1988,"name":{},"parent":{"6657":{},"6658":{},"6659":{}}}],["entities/poll_option.entity.filter",{"_index":1989,"name":{},"parent":{"6661":{}}}],["entities/poll_option.entity.filter.__type",{"_index":1990,"name":{},"parent":{"6662":{},"6663":{},"6664":{},"6665":{},"6666":{},"6667":{}}}],["entities/poll_option.entity.history",{"_index":1969,"name":{},"parent":{"6579":{}}}],["entities/poll_option.entity.history.__type",{"_index":1970,"name":{},"parent":{"6580":{},"6581":{},"6582":{}}}],["entities/poll_option.entity.identityproof",{"_index":1991,"name":{},"parent":{"6669":{}}}],["entities/poll_option.entity.identityproof.__type",{"_index":1992,"name":{},"parent":{"6670":{},"6671":{},"6672":{},"6673":{},"6674":{}}}],["entities/poll_option.entity.instance",{"_index":1997,"name":{},"parent":{"6684":{}}}],["entities/poll_option.entity.instance.__type",{"_index":1998,"name":{},"parent":{"6685":{},"6686":{},"6687":{},"6688":{},"6689":{},"6690":{},"6691":{},"6692":{},"6693":{},"6694":{},"6695":{},"6696":{}}}],["entities/poll_option.entity.list",{"_index":1999,"name":{},"parent":{"6698":{}}}],["entities/poll_option.entity.list.__type",{"_index":2000,"name":{},"parent":{"6699":{},"6700":{}}}],["entities/poll_option.entity.marker",{"_index":2001,"name":{},"parent":{"6702":{}}}],["entities/poll_option.entity.marker.__type",{"_index":2002,"name":{},"parent":{"6703":{},"6704":{},"6708":{},"6709":{}}}],["entities/poll_option.entity.marker.__type.__type",{"_index":2003,"name":{},"parent":{"6705":{},"6706":{},"6707":{},"6710":{},"6711":{},"6712":{}}}],["entities/poll_option.entity.mention",{"_index":1967,"name":{},"parent":{"6573":{}}}],["entities/poll_option.entity.mention.__type",{"_index":1968,"name":{},"parent":{"6574":{},"6575":{},"6576":{},"6577":{}}}],["entities/poll_option.entity.notification",{"_index":2004,"name":{},"parent":{"6714":{}}}],["entities/poll_option.entity.notification.__type",{"_index":2005,"name":{},"parent":{"6715":{},"6716":{},"6717":{},"6718":{},"6719":{},"6720":{}}}],["entities/poll_option.entity.poll",{"_index":1975,"name":{},"parent":{"6593":{}}}],["entities/poll_option.entity.poll.__type",{"_index":1976,"name":{},"parent":{"6594":{},"6595":{},"6596":{},"6597":{},"6598":{},"6599":{},"6600":{}}}],["entities/poll_option.entity.polloption",{"_index":1973,"name":{},"parent":{"6589":{}}}],["entities/poll_option.entity.polloption.__type",{"_index":1974,"name":{},"parent":{"6590":{},"6591":{}}}],["entities/poll_option.entity.preferences",{"_index":2006,"name":{},"parent":{"6723":{}}}],["entities/poll_option.entity.preferences.__type",{"_index":2007,"name":{},"parent":{"6724":{},"6725":{},"6726":{},"6727":{},"6728":{}}}],["entities/poll_option.entity.pushsubscription",{"_index":2008,"name":{},"parent":{"6730":{}}}],["entities/poll_option.entity.pushsubscription.__type",{"_index":2009,"name":{},"parent":{"6731":{},"6732":{},"6733":{},"6734":{}}}],["entities/poll_option.entity.reaction",{"_index":1977,"name":{},"parent":{"6602":{}}}],["entities/poll_option.entity.reaction.__type",{"_index":1978,"name":{},"parent":{"6603":{},"6604":{},"6605":{},"6606":{}}}],["entities/poll_option.entity.relationship",{"_index":2010,"name":{},"parent":{"6736":{}}}],["entities/poll_option.entity.relationship.__type",{"_index":2011,"name":{},"parent":{"6737":{},"6738":{},"6739":{},"6740":{},"6741":{},"6742":{},"6743":{},"6744":{},"6745":{},"6746":{}}}],["entities/poll_option.entity.report",{"_index":2012,"name":{},"parent":{"6748":{}}}],["entities/poll_option.entity.report.__type",{"_index":2013,"name":{},"parent":{"6749":{},"6750":{},"6751":{},"6752":{},"6753":{}}}],["entities/poll_option.entity.results",{"_index":2014,"name":{},"parent":{"6755":{}}}],["entities/poll_option.entity.results.__type",{"_index":2015,"name":{},"parent":{"6756":{},"6757":{},"6758":{}}}],["entities/poll_option.entity.scheduledstatus",{"_index":2016,"name":{},"parent":{"6760":{}}}],["entities/poll_option.entity.scheduledstatus.__type",{"_index":2017,"name":{},"parent":{"6761":{},"6762":{},"6763":{},"6764":{}}}],["entities/poll_option.entity.source",{"_index":1955,"name":{},"parent":{"6509":{}}}],["entities/poll_option.entity.source.__type",{"_index":1956,"name":{},"parent":{"6510":{},"6511":{},"6512":{},"6513":{},"6514":{}}}],["entities/poll_option.entity.stats",{"_index":1995,"name":{},"parent":{"6679":{}}}],["entities/poll_option.entity.stats.__type",{"_index":1996,"name":{},"parent":{"6680":{},"6681":{},"6682":{}}}],["entities/poll_option.entity.status",{"_index":1979,"name":{},"parent":{"6608":{}}}],["entities/poll_option.entity.status.__type",{"_index":1980,"name":{},"parent":{"6609":{},"6610":{},"6611":{},"6612":{},"6613":{},"6614":{},"6615":{},"6616":{},"6617":{},"6618":{},"6619":{},"6620":{},"6621":{},"6622":{},"6623":{},"6624":{},"6625":{},"6626":{},"6627":{},"6628":{},"6629":{},"6630":{},"6631":{},"6632":{},"6633":{},"6634":{},"6635":{},"6636":{},"6637":{},"6638":{}}}],["entities/poll_option.entity.statusparams",{"_index":2018,"name":{},"parent":{"6766":{}}}],["entities/poll_option.entity.statusparams.__type",{"_index":2019,"name":{},"parent":{"6767":{},"6768":{},"6769":{},"6770":{},"6771":{},"6772":{},"6773":{},"6774":{}}}],["entities/poll_option.entity.tag",{"_index":1971,"name":{},"parent":{"6584":{}}}],["entities/poll_option.entity.tag.__type",{"_index":1972,"name":{},"parent":{"6585":{},"6586":{},"6587":{}}}],["entities/poll_option.entity.token",{"_index":2020,"name":{},"parent":{"6776":{}}}],["entities/poll_option.entity.token.__type",{"_index":2021,"name":{},"parent":{"6777":{},"6778":{},"6779":{},"6780":{}}}],["entities/poll_option.entity.urls",{"_index":1993,"name":{},"parent":{"6676":{}}}],["entities/poll_option.entity.urls.__type",{"_index":1994,"name":{},"parent":{"6677":{}}}],["entities/preferences",{"_index":30,"name":{"30":{}},"parent":{"6781":{}}}],["entities/preferences.entity",{"_index":2022,"name":{},"parent":{"6782":{},"6788":{},"6795":{},"6817":{},"6823":{},"6828":{},"6838":{},"6852":{},"6858":{},"6863":{},"6868":{},"6872":{},"6881":{},"6887":{},"6919":{},"6923":{},"6929":{},"6935":{},"6940":{},"6948":{},"6955":{},"6958":{},"6963":{},"6977":{},"6981":{},"6993":{},"7001":{},"7002":{},"7009":{},"7015":{},"7027":{},"7034":{},"7039":{},"7045":{},"7055":{}}}],["entities/preferences.entity.account",{"_index":2027,"name":{},"parent":{"6796":{}}}],["entities/preferences.entity.account.__type",{"_index":2028,"name":{},"parent":{"6797":{},"6798":{},"6799":{},"6800":{},"6801":{},"6802":{},"6803":{},"6804":{},"6805":{},"6806":{},"6807":{},"6808":{},"6809":{},"6810":{},"6811":{},"6812":{},"6813":{},"6814":{},"6815":{},"6816":{}}}],["entities/preferences.entity.activity",{"_index":2029,"name":{},"parent":{"6818":{}}}],["entities/preferences.entity.activity.__type",{"_index":2030,"name":{},"parent":{"6819":{},"6820":{},"6821":{},"6822":{}}}],["entities/preferences.entity.application",{"_index":2031,"name":{},"parent":{"6824":{}}}],["entities/preferences.entity.application.__type",{"_index":2032,"name":{},"parent":{"6825":{},"6826":{},"6827":{}}}],["entities/preferences.entity.attachment",{"_index":2033,"name":{},"parent":{"6829":{}}}],["entities/preferences.entity.attachment.__type",{"_index":2034,"name":{},"parent":{"6830":{},"6831":{},"6832":{},"6833":{},"6834":{},"6835":{},"6836":{},"6837":{}}}],["entities/preferences.entity.card",{"_index":2035,"name":{},"parent":{"6839":{}}}],["entities/preferences.entity.card.__type",{"_index":2036,"name":{},"parent":{"6840":{},"6841":{},"6842":{},"6843":{},"6844":{},"6845":{},"6846":{},"6847":{},"6848":{},"6849":{},"6850":{},"6851":{}}}],["entities/preferences.entity.context",{"_index":2051,"name":{},"parent":{"6920":{}}}],["entities/preferences.entity.context.__type",{"_index":2052,"name":{},"parent":{"6921":{},"6922":{}}}],["entities/preferences.entity.conversation",{"_index":2053,"name":{},"parent":{"6924":{}}}],["entities/preferences.entity.conversation.__type",{"_index":2054,"name":{},"parent":{"6925":{},"6926":{},"6927":{},"6928":{}}}],["entities/preferences.entity.emoji",{"_index":2023,"name":{},"parent":{"6783":{}}}],["entities/preferences.entity.emoji.__type",{"_index":2024,"name":{},"parent":{"6784":{},"6785":{},"6786":{},"6787":{}}}],["entities/preferences.entity.featuredtag",{"_index":2055,"name":{},"parent":{"6930":{}}}],["entities/preferences.entity.featuredtag.__type",{"_index":2056,"name":{},"parent":{"6931":{},"6932":{},"6933":{},"6934":{}}}],["entities/preferences.entity.field",{"_index":2057,"name":{},"parent":{"6936":{}}}],["entities/preferences.entity.field.__type",{"_index":2058,"name":{},"parent":{"6937":{},"6938":{},"6939":{}}}],["entities/preferences.entity.filter",{"_index":2059,"name":{},"parent":{"6941":{}}}],["entities/preferences.entity.filter.__type",{"_index":2060,"name":{},"parent":{"6942":{},"6943":{},"6944":{},"6945":{},"6946":{},"6947":{}}}],["entities/preferences.entity.history",{"_index":2039,"name":{},"parent":{"6859":{}}}],["entities/preferences.entity.history.__type",{"_index":2040,"name":{},"parent":{"6860":{},"6861":{},"6862":{}}}],["entities/preferences.entity.identityproof",{"_index":2061,"name":{},"parent":{"6949":{}}}],["entities/preferences.entity.identityproof.__type",{"_index":2062,"name":{},"parent":{"6950":{},"6951":{},"6952":{},"6953":{},"6954":{}}}],["entities/preferences.entity.instance",{"_index":2067,"name":{},"parent":{"6964":{}}}],["entities/preferences.entity.instance.__type",{"_index":2068,"name":{},"parent":{"6965":{},"6966":{},"6967":{},"6968":{},"6969":{},"6970":{},"6971":{},"6972":{},"6973":{},"6974":{},"6975":{},"6976":{}}}],["entities/preferences.entity.list",{"_index":2069,"name":{},"parent":{"6978":{}}}],["entities/preferences.entity.list.__type",{"_index":2070,"name":{},"parent":{"6979":{},"6980":{}}}],["entities/preferences.entity.marker",{"_index":2071,"name":{},"parent":{"6982":{}}}],["entities/preferences.entity.marker.__type",{"_index":2072,"name":{},"parent":{"6983":{},"6984":{},"6988":{},"6989":{}}}],["entities/preferences.entity.marker.__type.__type",{"_index":2073,"name":{},"parent":{"6985":{},"6986":{},"6987":{},"6990":{},"6991":{},"6992":{}}}],["entities/preferences.entity.mention",{"_index":2037,"name":{},"parent":{"6853":{}}}],["entities/preferences.entity.mention.__type",{"_index":2038,"name":{},"parent":{"6854":{},"6855":{},"6856":{},"6857":{}}}],["entities/preferences.entity.notification",{"_index":2074,"name":{},"parent":{"6994":{}}}],["entities/preferences.entity.notification.__type",{"_index":2075,"name":{},"parent":{"6995":{},"6996":{},"6997":{},"6998":{},"6999":{},"7000":{}}}],["entities/preferences.entity.poll",{"_index":2045,"name":{},"parent":{"6873":{}}}],["entities/preferences.entity.poll.__type",{"_index":2046,"name":{},"parent":{"6874":{},"6875":{},"6876":{},"6877":{},"6878":{},"6879":{},"6880":{}}}],["entities/preferences.entity.polloption",{"_index":2043,"name":{},"parent":{"6869":{}}}],["entities/preferences.entity.polloption.__type",{"_index":2044,"name":{},"parent":{"6870":{},"6871":{}}}],["entities/preferences.entity.preferences",{"_index":2076,"name":{},"parent":{"7003":{}}}],["entities/preferences.entity.preferences.__type",{"_index":2077,"name":{},"parent":{"7004":{},"7005":{},"7006":{},"7007":{},"7008":{}}}],["entities/preferences.entity.pushsubscription",{"_index":2078,"name":{},"parent":{"7010":{}}}],["entities/preferences.entity.pushsubscription.__type",{"_index":2079,"name":{},"parent":{"7011":{},"7012":{},"7013":{},"7014":{}}}],["entities/preferences.entity.reaction",{"_index":2047,"name":{},"parent":{"6882":{}}}],["entities/preferences.entity.reaction.__type",{"_index":2048,"name":{},"parent":{"6883":{},"6884":{},"6885":{},"6886":{}}}],["entities/preferences.entity.relationship",{"_index":2080,"name":{},"parent":{"7016":{}}}],["entities/preferences.entity.relationship.__type",{"_index":2081,"name":{},"parent":{"7017":{},"7018":{},"7019":{},"7020":{},"7021":{},"7022":{},"7023":{},"7024":{},"7025":{},"7026":{}}}],["entities/preferences.entity.report",{"_index":2082,"name":{},"parent":{"7028":{}}}],["entities/preferences.entity.report.__type",{"_index":2083,"name":{},"parent":{"7029":{},"7030":{},"7031":{},"7032":{},"7033":{}}}],["entities/preferences.entity.results",{"_index":2084,"name":{},"parent":{"7035":{}}}],["entities/preferences.entity.results.__type",{"_index":2085,"name":{},"parent":{"7036":{},"7037":{},"7038":{}}}],["entities/preferences.entity.scheduledstatus",{"_index":2086,"name":{},"parent":{"7040":{}}}],["entities/preferences.entity.scheduledstatus.__type",{"_index":2087,"name":{},"parent":{"7041":{},"7042":{},"7043":{},"7044":{}}}],["entities/preferences.entity.source",{"_index":2025,"name":{},"parent":{"6789":{}}}],["entities/preferences.entity.source.__type",{"_index":2026,"name":{},"parent":{"6790":{},"6791":{},"6792":{},"6793":{},"6794":{}}}],["entities/preferences.entity.stats",{"_index":2065,"name":{},"parent":{"6959":{}}}],["entities/preferences.entity.stats.__type",{"_index":2066,"name":{},"parent":{"6960":{},"6961":{},"6962":{}}}],["entities/preferences.entity.status",{"_index":2049,"name":{},"parent":{"6888":{}}}],["entities/preferences.entity.status.__type",{"_index":2050,"name":{},"parent":{"6889":{},"6890":{},"6891":{},"6892":{},"6893":{},"6894":{},"6895":{},"6896":{},"6897":{},"6898":{},"6899":{},"6900":{},"6901":{},"6902":{},"6903":{},"6904":{},"6905":{},"6906":{},"6907":{},"6908":{},"6909":{},"6910":{},"6911":{},"6912":{},"6913":{},"6914":{},"6915":{},"6916":{},"6917":{},"6918":{}}}],["entities/preferences.entity.statusparams",{"_index":2088,"name":{},"parent":{"7046":{}}}],["entities/preferences.entity.statusparams.__type",{"_index":2089,"name":{},"parent":{"7047":{},"7048":{},"7049":{},"7050":{},"7051":{},"7052":{},"7053":{},"7054":{}}}],["entities/preferences.entity.tag",{"_index":2041,"name":{},"parent":{"6864":{}}}],["entities/preferences.entity.tag.__type",{"_index":2042,"name":{},"parent":{"6865":{},"6866":{},"6867":{}}}],["entities/preferences.entity.token",{"_index":2090,"name":{},"parent":{"7056":{}}}],["entities/preferences.entity.token.__type",{"_index":2091,"name":{},"parent":{"7057":{},"7058":{},"7059":{},"7060":{}}}],["entities/preferences.entity.urls",{"_index":2063,"name":{},"parent":{"6956":{}}}],["entities/preferences.entity.urls.__type",{"_index":2064,"name":{},"parent":{"6957":{}}}],["entities/push_subscription",{"_index":31,"name":{"31":{}},"parent":{"7061":{}}}],["entities/push_subscription.entity",{"_index":2092,"name":{},"parent":{"7062":{},"7068":{},"7075":{},"7097":{},"7103":{},"7108":{},"7118":{},"7132":{},"7138":{},"7143":{},"7148":{},"7152":{},"7161":{},"7167":{},"7199":{},"7203":{},"7209":{},"7215":{},"7220":{},"7228":{},"7235":{},"7238":{},"7243":{},"7257":{},"7261":{},"7273":{},"7281":{},"7282":{},"7289":{},"7295":{},"7307":{},"7314":{},"7319":{},"7325":{},"7335":{}}}],["entities/push_subscription.entity.account",{"_index":2097,"name":{},"parent":{"7076":{}}}],["entities/push_subscription.entity.account.__type",{"_index":2098,"name":{},"parent":{"7077":{},"7078":{},"7079":{},"7080":{},"7081":{},"7082":{},"7083":{},"7084":{},"7085":{},"7086":{},"7087":{},"7088":{},"7089":{},"7090":{},"7091":{},"7092":{},"7093":{},"7094":{},"7095":{},"7096":{}}}],["entities/push_subscription.entity.activity",{"_index":2099,"name":{},"parent":{"7098":{}}}],["entities/push_subscription.entity.activity.__type",{"_index":2100,"name":{},"parent":{"7099":{},"7100":{},"7101":{},"7102":{}}}],["entities/push_subscription.entity.application",{"_index":2101,"name":{},"parent":{"7104":{}}}],["entities/push_subscription.entity.application.__type",{"_index":2102,"name":{},"parent":{"7105":{},"7106":{},"7107":{}}}],["entities/push_subscription.entity.attachment",{"_index":2103,"name":{},"parent":{"7109":{}}}],["entities/push_subscription.entity.attachment.__type",{"_index":2104,"name":{},"parent":{"7110":{},"7111":{},"7112":{},"7113":{},"7114":{},"7115":{},"7116":{},"7117":{}}}],["entities/push_subscription.entity.card",{"_index":2105,"name":{},"parent":{"7119":{}}}],["entities/push_subscription.entity.card.__type",{"_index":2106,"name":{},"parent":{"7120":{},"7121":{},"7122":{},"7123":{},"7124":{},"7125":{},"7126":{},"7127":{},"7128":{},"7129":{},"7130":{},"7131":{}}}],["entities/push_subscription.entity.context",{"_index":2121,"name":{},"parent":{"7200":{}}}],["entities/push_subscription.entity.context.__type",{"_index":2122,"name":{},"parent":{"7201":{},"7202":{}}}],["entities/push_subscription.entity.conversation",{"_index":2123,"name":{},"parent":{"7204":{}}}],["entities/push_subscription.entity.conversation.__type",{"_index":2124,"name":{},"parent":{"7205":{},"7206":{},"7207":{},"7208":{}}}],["entities/push_subscription.entity.emoji",{"_index":2093,"name":{},"parent":{"7063":{}}}],["entities/push_subscription.entity.emoji.__type",{"_index":2094,"name":{},"parent":{"7064":{},"7065":{},"7066":{},"7067":{}}}],["entities/push_subscription.entity.featuredtag",{"_index":2125,"name":{},"parent":{"7210":{}}}],["entities/push_subscription.entity.featuredtag.__type",{"_index":2126,"name":{},"parent":{"7211":{},"7212":{},"7213":{},"7214":{}}}],["entities/push_subscription.entity.field",{"_index":2127,"name":{},"parent":{"7216":{}}}],["entities/push_subscription.entity.field.__type",{"_index":2128,"name":{},"parent":{"7217":{},"7218":{},"7219":{}}}],["entities/push_subscription.entity.filter",{"_index":2129,"name":{},"parent":{"7221":{}}}],["entities/push_subscription.entity.filter.__type",{"_index":2130,"name":{},"parent":{"7222":{},"7223":{},"7224":{},"7225":{},"7226":{},"7227":{}}}],["entities/push_subscription.entity.history",{"_index":2109,"name":{},"parent":{"7139":{}}}],["entities/push_subscription.entity.history.__type",{"_index":2110,"name":{},"parent":{"7140":{},"7141":{},"7142":{}}}],["entities/push_subscription.entity.identityproof",{"_index":2131,"name":{},"parent":{"7229":{}}}],["entities/push_subscription.entity.identityproof.__type",{"_index":2132,"name":{},"parent":{"7230":{},"7231":{},"7232":{},"7233":{},"7234":{}}}],["entities/push_subscription.entity.instance",{"_index":2137,"name":{},"parent":{"7244":{}}}],["entities/push_subscription.entity.instance.__type",{"_index":2138,"name":{},"parent":{"7245":{},"7246":{},"7247":{},"7248":{},"7249":{},"7250":{},"7251":{},"7252":{},"7253":{},"7254":{},"7255":{},"7256":{}}}],["entities/push_subscription.entity.list",{"_index":2139,"name":{},"parent":{"7258":{}}}],["entities/push_subscription.entity.list.__type",{"_index":2140,"name":{},"parent":{"7259":{},"7260":{}}}],["entities/push_subscription.entity.marker",{"_index":2141,"name":{},"parent":{"7262":{}}}],["entities/push_subscription.entity.marker.__type",{"_index":2142,"name":{},"parent":{"7263":{},"7264":{},"7268":{},"7269":{}}}],["entities/push_subscription.entity.marker.__type.__type",{"_index":2143,"name":{},"parent":{"7265":{},"7266":{},"7267":{},"7270":{},"7271":{},"7272":{}}}],["entities/push_subscription.entity.mention",{"_index":2107,"name":{},"parent":{"7133":{}}}],["entities/push_subscription.entity.mention.__type",{"_index":2108,"name":{},"parent":{"7134":{},"7135":{},"7136":{},"7137":{}}}],["entities/push_subscription.entity.notification",{"_index":2144,"name":{},"parent":{"7274":{}}}],["entities/push_subscription.entity.notification.__type",{"_index":2145,"name":{},"parent":{"7275":{},"7276":{},"7277":{},"7278":{},"7279":{},"7280":{}}}],["entities/push_subscription.entity.poll",{"_index":2115,"name":{},"parent":{"7153":{}}}],["entities/push_subscription.entity.poll.__type",{"_index":2116,"name":{},"parent":{"7154":{},"7155":{},"7156":{},"7157":{},"7158":{},"7159":{},"7160":{}}}],["entities/push_subscription.entity.polloption",{"_index":2113,"name":{},"parent":{"7149":{}}}],["entities/push_subscription.entity.polloption.__type",{"_index":2114,"name":{},"parent":{"7150":{},"7151":{}}}],["entities/push_subscription.entity.preferences",{"_index":2146,"name":{},"parent":{"7283":{}}}],["entities/push_subscription.entity.preferences.__type",{"_index":2147,"name":{},"parent":{"7284":{},"7285":{},"7286":{},"7287":{},"7288":{}}}],["entities/push_subscription.entity.pushsubscription",{"_index":2148,"name":{},"parent":{"7290":{}}}],["entities/push_subscription.entity.pushsubscription.__type",{"_index":2149,"name":{},"parent":{"7291":{},"7292":{},"7293":{},"7294":{}}}],["entities/push_subscription.entity.reaction",{"_index":2117,"name":{},"parent":{"7162":{}}}],["entities/push_subscription.entity.reaction.__type",{"_index":2118,"name":{},"parent":{"7163":{},"7164":{},"7165":{},"7166":{}}}],["entities/push_subscription.entity.relationship",{"_index":2150,"name":{},"parent":{"7296":{}}}],["entities/push_subscription.entity.relationship.__type",{"_index":2151,"name":{},"parent":{"7297":{},"7298":{},"7299":{},"7300":{},"7301":{},"7302":{},"7303":{},"7304":{},"7305":{},"7306":{}}}],["entities/push_subscription.entity.report",{"_index":2152,"name":{},"parent":{"7308":{}}}],["entities/push_subscription.entity.report.__type",{"_index":2153,"name":{},"parent":{"7309":{},"7310":{},"7311":{},"7312":{},"7313":{}}}],["entities/push_subscription.entity.results",{"_index":2154,"name":{},"parent":{"7315":{}}}],["entities/push_subscription.entity.results.__type",{"_index":2155,"name":{},"parent":{"7316":{},"7317":{},"7318":{}}}],["entities/push_subscription.entity.scheduledstatus",{"_index":2156,"name":{},"parent":{"7320":{}}}],["entities/push_subscription.entity.scheduledstatus.__type",{"_index":2157,"name":{},"parent":{"7321":{},"7322":{},"7323":{},"7324":{}}}],["entities/push_subscription.entity.source",{"_index":2095,"name":{},"parent":{"7069":{}}}],["entities/push_subscription.entity.source.__type",{"_index":2096,"name":{},"parent":{"7070":{},"7071":{},"7072":{},"7073":{},"7074":{}}}],["entities/push_subscription.entity.stats",{"_index":2135,"name":{},"parent":{"7239":{}}}],["entities/push_subscription.entity.stats.__type",{"_index":2136,"name":{},"parent":{"7240":{},"7241":{},"7242":{}}}],["entities/push_subscription.entity.status",{"_index":2119,"name":{},"parent":{"7168":{}}}],["entities/push_subscription.entity.status.__type",{"_index":2120,"name":{},"parent":{"7169":{},"7170":{},"7171":{},"7172":{},"7173":{},"7174":{},"7175":{},"7176":{},"7177":{},"7178":{},"7179":{},"7180":{},"7181":{},"7182":{},"7183":{},"7184":{},"7185":{},"7186":{},"7187":{},"7188":{},"7189":{},"7190":{},"7191":{},"7192":{},"7193":{},"7194":{},"7195":{},"7196":{},"7197":{},"7198":{}}}],["entities/push_subscription.entity.statusparams",{"_index":2158,"name":{},"parent":{"7326":{}}}],["entities/push_subscription.entity.statusparams.__type",{"_index":2159,"name":{},"parent":{"7327":{},"7328":{},"7329":{},"7330":{},"7331":{},"7332":{},"7333":{},"7334":{}}}],["entities/push_subscription.entity.tag",{"_index":2111,"name":{},"parent":{"7144":{}}}],["entities/push_subscription.entity.tag.__type",{"_index":2112,"name":{},"parent":{"7145":{},"7146":{},"7147":{}}}],["entities/push_subscription.entity.token",{"_index":2160,"name":{},"parent":{"7336":{}}}],["entities/push_subscription.entity.token.__type",{"_index":2161,"name":{},"parent":{"7337":{},"7338":{},"7339":{},"7340":{}}}],["entities/push_subscription.entity.urls",{"_index":2133,"name":{},"parent":{"7236":{}}}],["entities/push_subscription.entity.urls.__type",{"_index":2134,"name":{},"parent":{"7237":{}}}],["entities/reaction",{"_index":32,"name":{"32":{}},"parent":{"7341":{}}}],["entities/reaction.entity",{"_index":2162,"name":{},"parent":{"7342":{},"7348":{},"7355":{},"7377":{},"7383":{},"7388":{},"7398":{},"7412":{},"7418":{},"7423":{},"7428":{},"7432":{},"7441":{},"7447":{},"7479":{},"7483":{},"7489":{},"7495":{},"7500":{},"7508":{},"7515":{},"7518":{},"7523":{},"7537":{},"7541":{},"7553":{},"7561":{},"7562":{},"7569":{},"7575":{},"7587":{},"7594":{},"7599":{},"7605":{},"7615":{}}}],["entities/reaction.entity.account",{"_index":2167,"name":{},"parent":{"7356":{}}}],["entities/reaction.entity.account.__type",{"_index":2168,"name":{},"parent":{"7357":{},"7358":{},"7359":{},"7360":{},"7361":{},"7362":{},"7363":{},"7364":{},"7365":{},"7366":{},"7367":{},"7368":{},"7369":{},"7370":{},"7371":{},"7372":{},"7373":{},"7374":{},"7375":{},"7376":{}}}],["entities/reaction.entity.activity",{"_index":2169,"name":{},"parent":{"7378":{}}}],["entities/reaction.entity.activity.__type",{"_index":2170,"name":{},"parent":{"7379":{},"7380":{},"7381":{},"7382":{}}}],["entities/reaction.entity.application",{"_index":2171,"name":{},"parent":{"7384":{}}}],["entities/reaction.entity.application.__type",{"_index":2172,"name":{},"parent":{"7385":{},"7386":{},"7387":{}}}],["entities/reaction.entity.attachment",{"_index":2173,"name":{},"parent":{"7389":{}}}],["entities/reaction.entity.attachment.__type",{"_index":2174,"name":{},"parent":{"7390":{},"7391":{},"7392":{},"7393":{},"7394":{},"7395":{},"7396":{},"7397":{}}}],["entities/reaction.entity.card",{"_index":2175,"name":{},"parent":{"7399":{}}}],["entities/reaction.entity.card.__type",{"_index":2176,"name":{},"parent":{"7400":{},"7401":{},"7402":{},"7403":{},"7404":{},"7405":{},"7406":{},"7407":{},"7408":{},"7409":{},"7410":{},"7411":{}}}],["entities/reaction.entity.context",{"_index":2191,"name":{},"parent":{"7480":{}}}],["entities/reaction.entity.context.__type",{"_index":2192,"name":{},"parent":{"7481":{},"7482":{}}}],["entities/reaction.entity.conversation",{"_index":2193,"name":{},"parent":{"7484":{}}}],["entities/reaction.entity.conversation.__type",{"_index":2194,"name":{},"parent":{"7485":{},"7486":{},"7487":{},"7488":{}}}],["entities/reaction.entity.emoji",{"_index":2163,"name":{},"parent":{"7343":{}}}],["entities/reaction.entity.emoji.__type",{"_index":2164,"name":{},"parent":{"7344":{},"7345":{},"7346":{},"7347":{}}}],["entities/reaction.entity.featuredtag",{"_index":2195,"name":{},"parent":{"7490":{}}}],["entities/reaction.entity.featuredtag.__type",{"_index":2196,"name":{},"parent":{"7491":{},"7492":{},"7493":{},"7494":{}}}],["entities/reaction.entity.field",{"_index":2197,"name":{},"parent":{"7496":{}}}],["entities/reaction.entity.field.__type",{"_index":2198,"name":{},"parent":{"7497":{},"7498":{},"7499":{}}}],["entities/reaction.entity.filter",{"_index":2199,"name":{},"parent":{"7501":{}}}],["entities/reaction.entity.filter.__type",{"_index":2200,"name":{},"parent":{"7502":{},"7503":{},"7504":{},"7505":{},"7506":{},"7507":{}}}],["entities/reaction.entity.history",{"_index":2179,"name":{},"parent":{"7419":{}}}],["entities/reaction.entity.history.__type",{"_index":2180,"name":{},"parent":{"7420":{},"7421":{},"7422":{}}}],["entities/reaction.entity.identityproof",{"_index":2201,"name":{},"parent":{"7509":{}}}],["entities/reaction.entity.identityproof.__type",{"_index":2202,"name":{},"parent":{"7510":{},"7511":{},"7512":{},"7513":{},"7514":{}}}],["entities/reaction.entity.instance",{"_index":2207,"name":{},"parent":{"7524":{}}}],["entities/reaction.entity.instance.__type",{"_index":2208,"name":{},"parent":{"7525":{},"7526":{},"7527":{},"7528":{},"7529":{},"7530":{},"7531":{},"7532":{},"7533":{},"7534":{},"7535":{},"7536":{}}}],["entities/reaction.entity.list",{"_index":2209,"name":{},"parent":{"7538":{}}}],["entities/reaction.entity.list.__type",{"_index":2210,"name":{},"parent":{"7539":{},"7540":{}}}],["entities/reaction.entity.marker",{"_index":2211,"name":{},"parent":{"7542":{}}}],["entities/reaction.entity.marker.__type",{"_index":2212,"name":{},"parent":{"7543":{},"7544":{},"7548":{},"7549":{}}}],["entities/reaction.entity.marker.__type.__type",{"_index":2213,"name":{},"parent":{"7545":{},"7546":{},"7547":{},"7550":{},"7551":{},"7552":{}}}],["entities/reaction.entity.mention",{"_index":2177,"name":{},"parent":{"7413":{}}}],["entities/reaction.entity.mention.__type",{"_index":2178,"name":{},"parent":{"7414":{},"7415":{},"7416":{},"7417":{}}}],["entities/reaction.entity.notification",{"_index":2214,"name":{},"parent":{"7554":{}}}],["entities/reaction.entity.notification.__type",{"_index":2215,"name":{},"parent":{"7555":{},"7556":{},"7557":{},"7558":{},"7559":{},"7560":{}}}],["entities/reaction.entity.poll",{"_index":2185,"name":{},"parent":{"7433":{}}}],["entities/reaction.entity.poll.__type",{"_index":2186,"name":{},"parent":{"7434":{},"7435":{},"7436":{},"7437":{},"7438":{},"7439":{},"7440":{}}}],["entities/reaction.entity.polloption",{"_index":2183,"name":{},"parent":{"7429":{}}}],["entities/reaction.entity.polloption.__type",{"_index":2184,"name":{},"parent":{"7430":{},"7431":{}}}],["entities/reaction.entity.preferences",{"_index":2216,"name":{},"parent":{"7563":{}}}],["entities/reaction.entity.preferences.__type",{"_index":2217,"name":{},"parent":{"7564":{},"7565":{},"7566":{},"7567":{},"7568":{}}}],["entities/reaction.entity.pushsubscription",{"_index":2218,"name":{},"parent":{"7570":{}}}],["entities/reaction.entity.pushsubscription.__type",{"_index":2219,"name":{},"parent":{"7571":{},"7572":{},"7573":{},"7574":{}}}],["entities/reaction.entity.reaction",{"_index":2187,"name":{},"parent":{"7442":{}}}],["entities/reaction.entity.reaction.__type",{"_index":2188,"name":{},"parent":{"7443":{},"7444":{},"7445":{},"7446":{}}}],["entities/reaction.entity.relationship",{"_index":2220,"name":{},"parent":{"7576":{}}}],["entities/reaction.entity.relationship.__type",{"_index":2221,"name":{},"parent":{"7577":{},"7578":{},"7579":{},"7580":{},"7581":{},"7582":{},"7583":{},"7584":{},"7585":{},"7586":{}}}],["entities/reaction.entity.report",{"_index":2222,"name":{},"parent":{"7588":{}}}],["entities/reaction.entity.report.__type",{"_index":2223,"name":{},"parent":{"7589":{},"7590":{},"7591":{},"7592":{},"7593":{}}}],["entities/reaction.entity.results",{"_index":2224,"name":{},"parent":{"7595":{}}}],["entities/reaction.entity.results.__type",{"_index":2225,"name":{},"parent":{"7596":{},"7597":{},"7598":{}}}],["entities/reaction.entity.scheduledstatus",{"_index":2226,"name":{},"parent":{"7600":{}}}],["entities/reaction.entity.scheduledstatus.__type",{"_index":2227,"name":{},"parent":{"7601":{},"7602":{},"7603":{},"7604":{}}}],["entities/reaction.entity.source",{"_index":2165,"name":{},"parent":{"7349":{}}}],["entities/reaction.entity.source.__type",{"_index":2166,"name":{},"parent":{"7350":{},"7351":{},"7352":{},"7353":{},"7354":{}}}],["entities/reaction.entity.stats",{"_index":2205,"name":{},"parent":{"7519":{}}}],["entities/reaction.entity.stats.__type",{"_index":2206,"name":{},"parent":{"7520":{},"7521":{},"7522":{}}}],["entities/reaction.entity.status",{"_index":2189,"name":{},"parent":{"7448":{}}}],["entities/reaction.entity.status.__type",{"_index":2190,"name":{},"parent":{"7449":{},"7450":{},"7451":{},"7452":{},"7453":{},"7454":{},"7455":{},"7456":{},"7457":{},"7458":{},"7459":{},"7460":{},"7461":{},"7462":{},"7463":{},"7464":{},"7465":{},"7466":{},"7467":{},"7468":{},"7469":{},"7470":{},"7471":{},"7472":{},"7473":{},"7474":{},"7475":{},"7476":{},"7477":{},"7478":{}}}],["entities/reaction.entity.statusparams",{"_index":2228,"name":{},"parent":{"7606":{}}}],["entities/reaction.entity.statusparams.__type",{"_index":2229,"name":{},"parent":{"7607":{},"7608":{},"7609":{},"7610":{},"7611":{},"7612":{},"7613":{},"7614":{}}}],["entities/reaction.entity.tag",{"_index":2181,"name":{},"parent":{"7424":{}}}],["entities/reaction.entity.tag.__type",{"_index":2182,"name":{},"parent":{"7425":{},"7426":{},"7427":{}}}],["entities/reaction.entity.token",{"_index":2230,"name":{},"parent":{"7616":{}}}],["entities/reaction.entity.token.__type",{"_index":2231,"name":{},"parent":{"7617":{},"7618":{},"7619":{},"7620":{}}}],["entities/reaction.entity.urls",{"_index":2203,"name":{},"parent":{"7516":{}}}],["entities/reaction.entity.urls.__type",{"_index":2204,"name":{},"parent":{"7517":{}}}],["entities/relationship",{"_index":33,"name":{"33":{}},"parent":{"7621":{}}}],["entities/relationship.entity",{"_index":2232,"name":{},"parent":{"7622":{},"7628":{},"7635":{},"7657":{},"7663":{},"7668":{},"7678":{},"7692":{},"7698":{},"7703":{},"7708":{},"7712":{},"7721":{},"7727":{},"7759":{},"7763":{},"7769":{},"7775":{},"7780":{},"7788":{},"7795":{},"7798":{},"7803":{},"7817":{},"7821":{},"7833":{},"7841":{},"7842":{},"7849":{},"7855":{},"7867":{},"7874":{},"7879":{},"7885":{},"7895":{}}}],["entities/relationship.entity.account",{"_index":2237,"name":{},"parent":{"7636":{}}}],["entities/relationship.entity.account.__type",{"_index":2238,"name":{},"parent":{"7637":{},"7638":{},"7639":{},"7640":{},"7641":{},"7642":{},"7643":{},"7644":{},"7645":{},"7646":{},"7647":{},"7648":{},"7649":{},"7650":{},"7651":{},"7652":{},"7653":{},"7654":{},"7655":{},"7656":{}}}],["entities/relationship.entity.activity",{"_index":2239,"name":{},"parent":{"7658":{}}}],["entities/relationship.entity.activity.__type",{"_index":2240,"name":{},"parent":{"7659":{},"7660":{},"7661":{},"7662":{}}}],["entities/relationship.entity.application",{"_index":2241,"name":{},"parent":{"7664":{}}}],["entities/relationship.entity.application.__type",{"_index":2242,"name":{},"parent":{"7665":{},"7666":{},"7667":{}}}],["entities/relationship.entity.attachment",{"_index":2243,"name":{},"parent":{"7669":{}}}],["entities/relationship.entity.attachment.__type",{"_index":2244,"name":{},"parent":{"7670":{},"7671":{},"7672":{},"7673":{},"7674":{},"7675":{},"7676":{},"7677":{}}}],["entities/relationship.entity.card",{"_index":2245,"name":{},"parent":{"7679":{}}}],["entities/relationship.entity.card.__type",{"_index":2246,"name":{},"parent":{"7680":{},"7681":{},"7682":{},"7683":{},"7684":{},"7685":{},"7686":{},"7687":{},"7688":{},"7689":{},"7690":{},"7691":{}}}],["entities/relationship.entity.context",{"_index":2261,"name":{},"parent":{"7760":{}}}],["entities/relationship.entity.context.__type",{"_index":2262,"name":{},"parent":{"7761":{},"7762":{}}}],["entities/relationship.entity.conversation",{"_index":2263,"name":{},"parent":{"7764":{}}}],["entities/relationship.entity.conversation.__type",{"_index":2264,"name":{},"parent":{"7765":{},"7766":{},"7767":{},"7768":{}}}],["entities/relationship.entity.emoji",{"_index":2233,"name":{},"parent":{"7623":{}}}],["entities/relationship.entity.emoji.__type",{"_index":2234,"name":{},"parent":{"7624":{},"7625":{},"7626":{},"7627":{}}}],["entities/relationship.entity.featuredtag",{"_index":2265,"name":{},"parent":{"7770":{}}}],["entities/relationship.entity.featuredtag.__type",{"_index":2266,"name":{},"parent":{"7771":{},"7772":{},"7773":{},"7774":{}}}],["entities/relationship.entity.field",{"_index":2267,"name":{},"parent":{"7776":{}}}],["entities/relationship.entity.field.__type",{"_index":2268,"name":{},"parent":{"7777":{},"7778":{},"7779":{}}}],["entities/relationship.entity.filter",{"_index":2269,"name":{},"parent":{"7781":{}}}],["entities/relationship.entity.filter.__type",{"_index":2270,"name":{},"parent":{"7782":{},"7783":{},"7784":{},"7785":{},"7786":{},"7787":{}}}],["entities/relationship.entity.history",{"_index":2249,"name":{},"parent":{"7699":{}}}],["entities/relationship.entity.history.__type",{"_index":2250,"name":{},"parent":{"7700":{},"7701":{},"7702":{}}}],["entities/relationship.entity.identityproof",{"_index":2271,"name":{},"parent":{"7789":{}}}],["entities/relationship.entity.identityproof.__type",{"_index":2272,"name":{},"parent":{"7790":{},"7791":{},"7792":{},"7793":{},"7794":{}}}],["entities/relationship.entity.instance",{"_index":2277,"name":{},"parent":{"7804":{}}}],["entities/relationship.entity.instance.__type",{"_index":2278,"name":{},"parent":{"7805":{},"7806":{},"7807":{},"7808":{},"7809":{},"7810":{},"7811":{},"7812":{},"7813":{},"7814":{},"7815":{},"7816":{}}}],["entities/relationship.entity.list",{"_index":2279,"name":{},"parent":{"7818":{}}}],["entities/relationship.entity.list.__type",{"_index":2280,"name":{},"parent":{"7819":{},"7820":{}}}],["entities/relationship.entity.marker",{"_index":2281,"name":{},"parent":{"7822":{}}}],["entities/relationship.entity.marker.__type",{"_index":2282,"name":{},"parent":{"7823":{},"7824":{},"7828":{},"7829":{}}}],["entities/relationship.entity.marker.__type.__type",{"_index":2283,"name":{},"parent":{"7825":{},"7826":{},"7827":{},"7830":{},"7831":{},"7832":{}}}],["entities/relationship.entity.mention",{"_index":2247,"name":{},"parent":{"7693":{}}}],["entities/relationship.entity.mention.__type",{"_index":2248,"name":{},"parent":{"7694":{},"7695":{},"7696":{},"7697":{}}}],["entities/relationship.entity.notification",{"_index":2284,"name":{},"parent":{"7834":{}}}],["entities/relationship.entity.notification.__type",{"_index":2285,"name":{},"parent":{"7835":{},"7836":{},"7837":{},"7838":{},"7839":{},"7840":{}}}],["entities/relationship.entity.poll",{"_index":2255,"name":{},"parent":{"7713":{}}}],["entities/relationship.entity.poll.__type",{"_index":2256,"name":{},"parent":{"7714":{},"7715":{},"7716":{},"7717":{},"7718":{},"7719":{},"7720":{}}}],["entities/relationship.entity.polloption",{"_index":2253,"name":{},"parent":{"7709":{}}}],["entities/relationship.entity.polloption.__type",{"_index":2254,"name":{},"parent":{"7710":{},"7711":{}}}],["entities/relationship.entity.preferences",{"_index":2286,"name":{},"parent":{"7843":{}}}],["entities/relationship.entity.preferences.__type",{"_index":2287,"name":{},"parent":{"7844":{},"7845":{},"7846":{},"7847":{},"7848":{}}}],["entities/relationship.entity.pushsubscription",{"_index":2288,"name":{},"parent":{"7850":{}}}],["entities/relationship.entity.pushsubscription.__type",{"_index":2289,"name":{},"parent":{"7851":{},"7852":{},"7853":{},"7854":{}}}],["entities/relationship.entity.reaction",{"_index":2257,"name":{},"parent":{"7722":{}}}],["entities/relationship.entity.reaction.__type",{"_index":2258,"name":{},"parent":{"7723":{},"7724":{},"7725":{},"7726":{}}}],["entities/relationship.entity.relationship",{"_index":2290,"name":{},"parent":{"7856":{}}}],["entities/relationship.entity.relationship.__type",{"_index":2291,"name":{},"parent":{"7857":{},"7858":{},"7859":{},"7860":{},"7861":{},"7862":{},"7863":{},"7864":{},"7865":{},"7866":{}}}],["entities/relationship.entity.report",{"_index":2292,"name":{},"parent":{"7868":{}}}],["entities/relationship.entity.report.__type",{"_index":2293,"name":{},"parent":{"7869":{},"7870":{},"7871":{},"7872":{},"7873":{}}}],["entities/relationship.entity.results",{"_index":2294,"name":{},"parent":{"7875":{}}}],["entities/relationship.entity.results.__type",{"_index":2295,"name":{},"parent":{"7876":{},"7877":{},"7878":{}}}],["entities/relationship.entity.scheduledstatus",{"_index":2296,"name":{},"parent":{"7880":{}}}],["entities/relationship.entity.scheduledstatus.__type",{"_index":2297,"name":{},"parent":{"7881":{},"7882":{},"7883":{},"7884":{}}}],["entities/relationship.entity.source",{"_index":2235,"name":{},"parent":{"7629":{}}}],["entities/relationship.entity.source.__type",{"_index":2236,"name":{},"parent":{"7630":{},"7631":{},"7632":{},"7633":{},"7634":{}}}],["entities/relationship.entity.stats",{"_index":2275,"name":{},"parent":{"7799":{}}}],["entities/relationship.entity.stats.__type",{"_index":2276,"name":{},"parent":{"7800":{},"7801":{},"7802":{}}}],["entities/relationship.entity.status",{"_index":2259,"name":{},"parent":{"7728":{}}}],["entities/relationship.entity.status.__type",{"_index":2260,"name":{},"parent":{"7729":{},"7730":{},"7731":{},"7732":{},"7733":{},"7734":{},"7735":{},"7736":{},"7737":{},"7738":{},"7739":{},"7740":{},"7741":{},"7742":{},"7743":{},"7744":{},"7745":{},"7746":{},"7747":{},"7748":{},"7749":{},"7750":{},"7751":{},"7752":{},"7753":{},"7754":{},"7755":{},"7756":{},"7757":{},"7758":{}}}],["entities/relationship.entity.statusparams",{"_index":2298,"name":{},"parent":{"7886":{}}}],["entities/relationship.entity.statusparams.__type",{"_index":2299,"name":{},"parent":{"7887":{},"7888":{},"7889":{},"7890":{},"7891":{},"7892":{},"7893":{},"7894":{}}}],["entities/relationship.entity.tag",{"_index":2251,"name":{},"parent":{"7704":{}}}],["entities/relationship.entity.tag.__type",{"_index":2252,"name":{},"parent":{"7705":{},"7706":{},"7707":{}}}],["entities/relationship.entity.token",{"_index":2300,"name":{},"parent":{"7896":{}}}],["entities/relationship.entity.token.__type",{"_index":2301,"name":{},"parent":{"7897":{},"7898":{},"7899":{},"7900":{}}}],["entities/relationship.entity.urls",{"_index":2273,"name":{},"parent":{"7796":{}}}],["entities/relationship.entity.urls.__type",{"_index":2274,"name":{},"parent":{"7797":{}}}],["entities/report",{"_index":34,"name":{"34":{}},"parent":{"7901":{}}}],["entities/report.entity",{"_index":2302,"name":{},"parent":{"7902":{},"7908":{},"7915":{},"7937":{},"7943":{},"7948":{},"7958":{},"7972":{},"7978":{},"7983":{},"7988":{},"7992":{},"8001":{},"8007":{},"8039":{},"8043":{},"8049":{},"8055":{},"8060":{},"8068":{},"8075":{},"8078":{},"8083":{},"8097":{},"8101":{},"8113":{},"8121":{},"8122":{},"8129":{},"8135":{},"8147":{},"8154":{},"8159":{},"8165":{},"8175":{}}}],["entities/report.entity.account",{"_index":2307,"name":{},"parent":{"7916":{}}}],["entities/report.entity.account.__type",{"_index":2308,"name":{},"parent":{"7917":{},"7918":{},"7919":{},"7920":{},"7921":{},"7922":{},"7923":{},"7924":{},"7925":{},"7926":{},"7927":{},"7928":{},"7929":{},"7930":{},"7931":{},"7932":{},"7933":{},"7934":{},"7935":{},"7936":{}}}],["entities/report.entity.activity",{"_index":2309,"name":{},"parent":{"7938":{}}}],["entities/report.entity.activity.__type",{"_index":2310,"name":{},"parent":{"7939":{},"7940":{},"7941":{},"7942":{}}}],["entities/report.entity.application",{"_index":2311,"name":{},"parent":{"7944":{}}}],["entities/report.entity.application.__type",{"_index":2312,"name":{},"parent":{"7945":{},"7946":{},"7947":{}}}],["entities/report.entity.attachment",{"_index":2313,"name":{},"parent":{"7949":{}}}],["entities/report.entity.attachment.__type",{"_index":2314,"name":{},"parent":{"7950":{},"7951":{},"7952":{},"7953":{},"7954":{},"7955":{},"7956":{},"7957":{}}}],["entities/report.entity.card",{"_index":2315,"name":{},"parent":{"7959":{}}}],["entities/report.entity.card.__type",{"_index":2316,"name":{},"parent":{"7960":{},"7961":{},"7962":{},"7963":{},"7964":{},"7965":{},"7966":{},"7967":{},"7968":{},"7969":{},"7970":{},"7971":{}}}],["entities/report.entity.context",{"_index":2331,"name":{},"parent":{"8040":{}}}],["entities/report.entity.context.__type",{"_index":2332,"name":{},"parent":{"8041":{},"8042":{}}}],["entities/report.entity.conversation",{"_index":2333,"name":{},"parent":{"8044":{}}}],["entities/report.entity.conversation.__type",{"_index":2334,"name":{},"parent":{"8045":{},"8046":{},"8047":{},"8048":{}}}],["entities/report.entity.emoji",{"_index":2303,"name":{},"parent":{"7903":{}}}],["entities/report.entity.emoji.__type",{"_index":2304,"name":{},"parent":{"7904":{},"7905":{},"7906":{},"7907":{}}}],["entities/report.entity.featuredtag",{"_index":2335,"name":{},"parent":{"8050":{}}}],["entities/report.entity.featuredtag.__type",{"_index":2336,"name":{},"parent":{"8051":{},"8052":{},"8053":{},"8054":{}}}],["entities/report.entity.field",{"_index":2337,"name":{},"parent":{"8056":{}}}],["entities/report.entity.field.__type",{"_index":2338,"name":{},"parent":{"8057":{},"8058":{},"8059":{}}}],["entities/report.entity.filter",{"_index":2339,"name":{},"parent":{"8061":{}}}],["entities/report.entity.filter.__type",{"_index":2340,"name":{},"parent":{"8062":{},"8063":{},"8064":{},"8065":{},"8066":{},"8067":{}}}],["entities/report.entity.history",{"_index":2319,"name":{},"parent":{"7979":{}}}],["entities/report.entity.history.__type",{"_index":2320,"name":{},"parent":{"7980":{},"7981":{},"7982":{}}}],["entities/report.entity.identityproof",{"_index":2341,"name":{},"parent":{"8069":{}}}],["entities/report.entity.identityproof.__type",{"_index":2342,"name":{},"parent":{"8070":{},"8071":{},"8072":{},"8073":{},"8074":{}}}],["entities/report.entity.instance",{"_index":2347,"name":{},"parent":{"8084":{}}}],["entities/report.entity.instance.__type",{"_index":2348,"name":{},"parent":{"8085":{},"8086":{},"8087":{},"8088":{},"8089":{},"8090":{},"8091":{},"8092":{},"8093":{},"8094":{},"8095":{},"8096":{}}}],["entities/report.entity.list",{"_index":2349,"name":{},"parent":{"8098":{}}}],["entities/report.entity.list.__type",{"_index":2350,"name":{},"parent":{"8099":{},"8100":{}}}],["entities/report.entity.marker",{"_index":2351,"name":{},"parent":{"8102":{}}}],["entities/report.entity.marker.__type",{"_index":2352,"name":{},"parent":{"8103":{},"8104":{},"8108":{},"8109":{}}}],["entities/report.entity.marker.__type.__type",{"_index":2353,"name":{},"parent":{"8105":{},"8106":{},"8107":{},"8110":{},"8111":{},"8112":{}}}],["entities/report.entity.mention",{"_index":2317,"name":{},"parent":{"7973":{}}}],["entities/report.entity.mention.__type",{"_index":2318,"name":{},"parent":{"7974":{},"7975":{},"7976":{},"7977":{}}}],["entities/report.entity.notification",{"_index":2354,"name":{},"parent":{"8114":{}}}],["entities/report.entity.notification.__type",{"_index":2355,"name":{},"parent":{"8115":{},"8116":{},"8117":{},"8118":{},"8119":{},"8120":{}}}],["entities/report.entity.poll",{"_index":2325,"name":{},"parent":{"7993":{}}}],["entities/report.entity.poll.__type",{"_index":2326,"name":{},"parent":{"7994":{},"7995":{},"7996":{},"7997":{},"7998":{},"7999":{},"8000":{}}}],["entities/report.entity.polloption",{"_index":2323,"name":{},"parent":{"7989":{}}}],["entities/report.entity.polloption.__type",{"_index":2324,"name":{},"parent":{"7990":{},"7991":{}}}],["entities/report.entity.preferences",{"_index":2356,"name":{},"parent":{"8123":{}}}],["entities/report.entity.preferences.__type",{"_index":2357,"name":{},"parent":{"8124":{},"8125":{},"8126":{},"8127":{},"8128":{}}}],["entities/report.entity.pushsubscription",{"_index":2358,"name":{},"parent":{"8130":{}}}],["entities/report.entity.pushsubscription.__type",{"_index":2359,"name":{},"parent":{"8131":{},"8132":{},"8133":{},"8134":{}}}],["entities/report.entity.reaction",{"_index":2327,"name":{},"parent":{"8002":{}}}],["entities/report.entity.reaction.__type",{"_index":2328,"name":{},"parent":{"8003":{},"8004":{},"8005":{},"8006":{}}}],["entities/report.entity.relationship",{"_index":2360,"name":{},"parent":{"8136":{}}}],["entities/report.entity.relationship.__type",{"_index":2361,"name":{},"parent":{"8137":{},"8138":{},"8139":{},"8140":{},"8141":{},"8142":{},"8143":{},"8144":{},"8145":{},"8146":{}}}],["entities/report.entity.report",{"_index":2362,"name":{},"parent":{"8148":{}}}],["entities/report.entity.report.__type",{"_index":2363,"name":{},"parent":{"8149":{},"8150":{},"8151":{},"8152":{},"8153":{}}}],["entities/report.entity.results",{"_index":2364,"name":{},"parent":{"8155":{}}}],["entities/report.entity.results.__type",{"_index":2365,"name":{},"parent":{"8156":{},"8157":{},"8158":{}}}],["entities/report.entity.scheduledstatus",{"_index":2366,"name":{},"parent":{"8160":{}}}],["entities/report.entity.scheduledstatus.__type",{"_index":2367,"name":{},"parent":{"8161":{},"8162":{},"8163":{},"8164":{}}}],["entities/report.entity.source",{"_index":2305,"name":{},"parent":{"7909":{}}}],["entities/report.entity.source.__type",{"_index":2306,"name":{},"parent":{"7910":{},"7911":{},"7912":{},"7913":{},"7914":{}}}],["entities/report.entity.stats",{"_index":2345,"name":{},"parent":{"8079":{}}}],["entities/report.entity.stats.__type",{"_index":2346,"name":{},"parent":{"8080":{},"8081":{},"8082":{}}}],["entities/report.entity.status",{"_index":2329,"name":{},"parent":{"8008":{}}}],["entities/report.entity.status.__type",{"_index":2330,"name":{},"parent":{"8009":{},"8010":{},"8011":{},"8012":{},"8013":{},"8014":{},"8015":{},"8016":{},"8017":{},"8018":{},"8019":{},"8020":{},"8021":{},"8022":{},"8023":{},"8024":{},"8025":{},"8026":{},"8027":{},"8028":{},"8029":{},"8030":{},"8031":{},"8032":{},"8033":{},"8034":{},"8035":{},"8036":{},"8037":{},"8038":{}}}],["entities/report.entity.statusparams",{"_index":2368,"name":{},"parent":{"8166":{}}}],["entities/report.entity.statusparams.__type",{"_index":2369,"name":{},"parent":{"8167":{},"8168":{},"8169":{},"8170":{},"8171":{},"8172":{},"8173":{},"8174":{}}}],["entities/report.entity.tag",{"_index":2321,"name":{},"parent":{"7984":{}}}],["entities/report.entity.tag.__type",{"_index":2322,"name":{},"parent":{"7985":{},"7986":{},"7987":{}}}],["entities/report.entity.token",{"_index":2370,"name":{},"parent":{"8176":{}}}],["entities/report.entity.token.__type",{"_index":2371,"name":{},"parent":{"8177":{},"8178":{},"8179":{},"8180":{}}}],["entities/report.entity.urls",{"_index":2343,"name":{},"parent":{"8076":{}}}],["entities/report.entity.urls.__type",{"_index":2344,"name":{},"parent":{"8077":{}}}],["entities/results",{"_index":35,"name":{"35":{}},"parent":{"8181":{}}}],["entities/results.entity",{"_index":2372,"name":{},"parent":{"8182":{},"8188":{},"8195":{},"8217":{},"8223":{},"8228":{},"8238":{},"8252":{},"8258":{},"8263":{},"8268":{},"8272":{},"8281":{},"8287":{},"8319":{},"8323":{},"8329":{},"8335":{},"8340":{},"8348":{},"8355":{},"8358":{},"8363":{},"8377":{},"8381":{},"8393":{},"8401":{},"8402":{},"8409":{},"8415":{},"8427":{},"8434":{},"8439":{},"8445":{},"8455":{}}}],["entities/results.entity.account",{"_index":2377,"name":{},"parent":{"8196":{}}}],["entities/results.entity.account.__type",{"_index":2378,"name":{},"parent":{"8197":{},"8198":{},"8199":{},"8200":{},"8201":{},"8202":{},"8203":{},"8204":{},"8205":{},"8206":{},"8207":{},"8208":{},"8209":{},"8210":{},"8211":{},"8212":{},"8213":{},"8214":{},"8215":{},"8216":{}}}],["entities/results.entity.activity",{"_index":2379,"name":{},"parent":{"8218":{}}}],["entities/results.entity.activity.__type",{"_index":2380,"name":{},"parent":{"8219":{},"8220":{},"8221":{},"8222":{}}}],["entities/results.entity.application",{"_index":2381,"name":{},"parent":{"8224":{}}}],["entities/results.entity.application.__type",{"_index":2382,"name":{},"parent":{"8225":{},"8226":{},"8227":{}}}],["entities/results.entity.attachment",{"_index":2383,"name":{},"parent":{"8229":{}}}],["entities/results.entity.attachment.__type",{"_index":2384,"name":{},"parent":{"8230":{},"8231":{},"8232":{},"8233":{},"8234":{},"8235":{},"8236":{},"8237":{}}}],["entities/results.entity.card",{"_index":2385,"name":{},"parent":{"8239":{}}}],["entities/results.entity.card.__type",{"_index":2386,"name":{},"parent":{"8240":{},"8241":{},"8242":{},"8243":{},"8244":{},"8245":{},"8246":{},"8247":{},"8248":{},"8249":{},"8250":{},"8251":{}}}],["entities/results.entity.context",{"_index":2401,"name":{},"parent":{"8320":{}}}],["entities/results.entity.context.__type",{"_index":2402,"name":{},"parent":{"8321":{},"8322":{}}}],["entities/results.entity.conversation",{"_index":2403,"name":{},"parent":{"8324":{}}}],["entities/results.entity.conversation.__type",{"_index":2404,"name":{},"parent":{"8325":{},"8326":{},"8327":{},"8328":{}}}],["entities/results.entity.emoji",{"_index":2373,"name":{},"parent":{"8183":{}}}],["entities/results.entity.emoji.__type",{"_index":2374,"name":{},"parent":{"8184":{},"8185":{},"8186":{},"8187":{}}}],["entities/results.entity.featuredtag",{"_index":2405,"name":{},"parent":{"8330":{}}}],["entities/results.entity.featuredtag.__type",{"_index":2406,"name":{},"parent":{"8331":{},"8332":{},"8333":{},"8334":{}}}],["entities/results.entity.field",{"_index":2407,"name":{},"parent":{"8336":{}}}],["entities/results.entity.field.__type",{"_index":2408,"name":{},"parent":{"8337":{},"8338":{},"8339":{}}}],["entities/results.entity.filter",{"_index":2409,"name":{},"parent":{"8341":{}}}],["entities/results.entity.filter.__type",{"_index":2410,"name":{},"parent":{"8342":{},"8343":{},"8344":{},"8345":{},"8346":{},"8347":{}}}],["entities/results.entity.history",{"_index":2389,"name":{},"parent":{"8259":{}}}],["entities/results.entity.history.__type",{"_index":2390,"name":{},"parent":{"8260":{},"8261":{},"8262":{}}}],["entities/results.entity.identityproof",{"_index":2411,"name":{},"parent":{"8349":{}}}],["entities/results.entity.identityproof.__type",{"_index":2412,"name":{},"parent":{"8350":{},"8351":{},"8352":{},"8353":{},"8354":{}}}],["entities/results.entity.instance",{"_index":2417,"name":{},"parent":{"8364":{}}}],["entities/results.entity.instance.__type",{"_index":2418,"name":{},"parent":{"8365":{},"8366":{},"8367":{},"8368":{},"8369":{},"8370":{},"8371":{},"8372":{},"8373":{},"8374":{},"8375":{},"8376":{}}}],["entities/results.entity.list",{"_index":2419,"name":{},"parent":{"8378":{}}}],["entities/results.entity.list.__type",{"_index":2420,"name":{},"parent":{"8379":{},"8380":{}}}],["entities/results.entity.marker",{"_index":2421,"name":{},"parent":{"8382":{}}}],["entities/results.entity.marker.__type",{"_index":2422,"name":{},"parent":{"8383":{},"8384":{},"8388":{},"8389":{}}}],["entities/results.entity.marker.__type.__type",{"_index":2423,"name":{},"parent":{"8385":{},"8386":{},"8387":{},"8390":{},"8391":{},"8392":{}}}],["entities/results.entity.mention",{"_index":2387,"name":{},"parent":{"8253":{}}}],["entities/results.entity.mention.__type",{"_index":2388,"name":{},"parent":{"8254":{},"8255":{},"8256":{},"8257":{}}}],["entities/results.entity.notification",{"_index":2424,"name":{},"parent":{"8394":{}}}],["entities/results.entity.notification.__type",{"_index":2425,"name":{},"parent":{"8395":{},"8396":{},"8397":{},"8398":{},"8399":{},"8400":{}}}],["entities/results.entity.poll",{"_index":2395,"name":{},"parent":{"8273":{}}}],["entities/results.entity.poll.__type",{"_index":2396,"name":{},"parent":{"8274":{},"8275":{},"8276":{},"8277":{},"8278":{},"8279":{},"8280":{}}}],["entities/results.entity.polloption",{"_index":2393,"name":{},"parent":{"8269":{}}}],["entities/results.entity.polloption.__type",{"_index":2394,"name":{},"parent":{"8270":{},"8271":{}}}],["entities/results.entity.preferences",{"_index":2426,"name":{},"parent":{"8403":{}}}],["entities/results.entity.preferences.__type",{"_index":2427,"name":{},"parent":{"8404":{},"8405":{},"8406":{},"8407":{},"8408":{}}}],["entities/results.entity.pushsubscription",{"_index":2428,"name":{},"parent":{"8410":{}}}],["entities/results.entity.pushsubscription.__type",{"_index":2429,"name":{},"parent":{"8411":{},"8412":{},"8413":{},"8414":{}}}],["entities/results.entity.reaction",{"_index":2397,"name":{},"parent":{"8282":{}}}],["entities/results.entity.reaction.__type",{"_index":2398,"name":{},"parent":{"8283":{},"8284":{},"8285":{},"8286":{}}}],["entities/results.entity.relationship",{"_index":2430,"name":{},"parent":{"8416":{}}}],["entities/results.entity.relationship.__type",{"_index":2431,"name":{},"parent":{"8417":{},"8418":{},"8419":{},"8420":{},"8421":{},"8422":{},"8423":{},"8424":{},"8425":{},"8426":{}}}],["entities/results.entity.report",{"_index":2432,"name":{},"parent":{"8428":{}}}],["entities/results.entity.report.__type",{"_index":2433,"name":{},"parent":{"8429":{},"8430":{},"8431":{},"8432":{},"8433":{}}}],["entities/results.entity.results",{"_index":2434,"name":{},"parent":{"8435":{}}}],["entities/results.entity.results.__type",{"_index":2435,"name":{},"parent":{"8436":{},"8437":{},"8438":{}}}],["entities/results.entity.scheduledstatus",{"_index":2436,"name":{},"parent":{"8440":{}}}],["entities/results.entity.scheduledstatus.__type",{"_index":2437,"name":{},"parent":{"8441":{},"8442":{},"8443":{},"8444":{}}}],["entities/results.entity.source",{"_index":2375,"name":{},"parent":{"8189":{}}}],["entities/results.entity.source.__type",{"_index":2376,"name":{},"parent":{"8190":{},"8191":{},"8192":{},"8193":{},"8194":{}}}],["entities/results.entity.stats",{"_index":2415,"name":{},"parent":{"8359":{}}}],["entities/results.entity.stats.__type",{"_index":2416,"name":{},"parent":{"8360":{},"8361":{},"8362":{}}}],["entities/results.entity.status",{"_index":2399,"name":{},"parent":{"8288":{}}}],["entities/results.entity.status.__type",{"_index":2400,"name":{},"parent":{"8289":{},"8290":{},"8291":{},"8292":{},"8293":{},"8294":{},"8295":{},"8296":{},"8297":{},"8298":{},"8299":{},"8300":{},"8301":{},"8302":{},"8303":{},"8304":{},"8305":{},"8306":{},"8307":{},"8308":{},"8309":{},"8310":{},"8311":{},"8312":{},"8313":{},"8314":{},"8315":{},"8316":{},"8317":{},"8318":{}}}],["entities/results.entity.statusparams",{"_index":2438,"name":{},"parent":{"8446":{}}}],["entities/results.entity.statusparams.__type",{"_index":2439,"name":{},"parent":{"8447":{},"8448":{},"8449":{},"8450":{},"8451":{},"8452":{},"8453":{},"8454":{}}}],["entities/results.entity.tag",{"_index":2391,"name":{},"parent":{"8264":{}}}],["entities/results.entity.tag.__type",{"_index":2392,"name":{},"parent":{"8265":{},"8266":{},"8267":{}}}],["entities/results.entity.token",{"_index":2440,"name":{},"parent":{"8456":{}}}],["entities/results.entity.token.__type",{"_index":2441,"name":{},"parent":{"8457":{},"8458":{},"8459":{},"8460":{}}}],["entities/results.entity.urls",{"_index":2413,"name":{},"parent":{"8356":{}}}],["entities/results.entity.urls.__type",{"_index":2414,"name":{},"parent":{"8357":{}}}],["entities/scheduled_status",{"_index":36,"name":{"36":{}},"parent":{"8461":{}}}],["entities/scheduled_status.entity",{"_index":2442,"name":{},"parent":{"8462":{},"8468":{},"8475":{},"8497":{},"8503":{},"8508":{},"8518":{},"8532":{},"8538":{},"8543":{},"8548":{},"8552":{},"8561":{},"8567":{},"8599":{},"8603":{},"8609":{},"8615":{},"8620":{},"8628":{},"8635":{},"8638":{},"8643":{},"8657":{},"8661":{},"8673":{},"8681":{},"8682":{},"8689":{},"8695":{},"8707":{},"8714":{},"8719":{},"8725":{},"8735":{}}}],["entities/scheduled_status.entity.account",{"_index":2447,"name":{},"parent":{"8476":{}}}],["entities/scheduled_status.entity.account.__type",{"_index":2448,"name":{},"parent":{"8477":{},"8478":{},"8479":{},"8480":{},"8481":{},"8482":{},"8483":{},"8484":{},"8485":{},"8486":{},"8487":{},"8488":{},"8489":{},"8490":{},"8491":{},"8492":{},"8493":{},"8494":{},"8495":{},"8496":{}}}],["entities/scheduled_status.entity.activity",{"_index":2449,"name":{},"parent":{"8498":{}}}],["entities/scheduled_status.entity.activity.__type",{"_index":2450,"name":{},"parent":{"8499":{},"8500":{},"8501":{},"8502":{}}}],["entities/scheduled_status.entity.application",{"_index":2451,"name":{},"parent":{"8504":{}}}],["entities/scheduled_status.entity.application.__type",{"_index":2452,"name":{},"parent":{"8505":{},"8506":{},"8507":{}}}],["entities/scheduled_status.entity.attachment",{"_index":2453,"name":{},"parent":{"8509":{}}}],["entities/scheduled_status.entity.attachment.__type",{"_index":2454,"name":{},"parent":{"8510":{},"8511":{},"8512":{},"8513":{},"8514":{},"8515":{},"8516":{},"8517":{}}}],["entities/scheduled_status.entity.card",{"_index":2455,"name":{},"parent":{"8519":{}}}],["entities/scheduled_status.entity.card.__type",{"_index":2456,"name":{},"parent":{"8520":{},"8521":{},"8522":{},"8523":{},"8524":{},"8525":{},"8526":{},"8527":{},"8528":{},"8529":{},"8530":{},"8531":{}}}],["entities/scheduled_status.entity.context",{"_index":2471,"name":{},"parent":{"8600":{}}}],["entities/scheduled_status.entity.context.__type",{"_index":2472,"name":{},"parent":{"8601":{},"8602":{}}}],["entities/scheduled_status.entity.conversation",{"_index":2473,"name":{},"parent":{"8604":{}}}],["entities/scheduled_status.entity.conversation.__type",{"_index":2474,"name":{},"parent":{"8605":{},"8606":{},"8607":{},"8608":{}}}],["entities/scheduled_status.entity.emoji",{"_index":2443,"name":{},"parent":{"8463":{}}}],["entities/scheduled_status.entity.emoji.__type",{"_index":2444,"name":{},"parent":{"8464":{},"8465":{},"8466":{},"8467":{}}}],["entities/scheduled_status.entity.featuredtag",{"_index":2475,"name":{},"parent":{"8610":{}}}],["entities/scheduled_status.entity.featuredtag.__type",{"_index":2476,"name":{},"parent":{"8611":{},"8612":{},"8613":{},"8614":{}}}],["entities/scheduled_status.entity.field",{"_index":2477,"name":{},"parent":{"8616":{}}}],["entities/scheduled_status.entity.field.__type",{"_index":2478,"name":{},"parent":{"8617":{},"8618":{},"8619":{}}}],["entities/scheduled_status.entity.filter",{"_index":2479,"name":{},"parent":{"8621":{}}}],["entities/scheduled_status.entity.filter.__type",{"_index":2480,"name":{},"parent":{"8622":{},"8623":{},"8624":{},"8625":{},"8626":{},"8627":{}}}],["entities/scheduled_status.entity.history",{"_index":2459,"name":{},"parent":{"8539":{}}}],["entities/scheduled_status.entity.history.__type",{"_index":2460,"name":{},"parent":{"8540":{},"8541":{},"8542":{}}}],["entities/scheduled_status.entity.identityproof",{"_index":2481,"name":{},"parent":{"8629":{}}}],["entities/scheduled_status.entity.identityproof.__type",{"_index":2482,"name":{},"parent":{"8630":{},"8631":{},"8632":{},"8633":{},"8634":{}}}],["entities/scheduled_status.entity.instance",{"_index":2487,"name":{},"parent":{"8644":{}}}],["entities/scheduled_status.entity.instance.__type",{"_index":2488,"name":{},"parent":{"8645":{},"8646":{},"8647":{},"8648":{},"8649":{},"8650":{},"8651":{},"8652":{},"8653":{},"8654":{},"8655":{},"8656":{}}}],["entities/scheduled_status.entity.list",{"_index":2489,"name":{},"parent":{"8658":{}}}],["entities/scheduled_status.entity.list.__type",{"_index":2490,"name":{},"parent":{"8659":{},"8660":{}}}],["entities/scheduled_status.entity.marker",{"_index":2491,"name":{},"parent":{"8662":{}}}],["entities/scheduled_status.entity.marker.__type",{"_index":2492,"name":{},"parent":{"8663":{},"8664":{},"8668":{},"8669":{}}}],["entities/scheduled_status.entity.marker.__type.__type",{"_index":2493,"name":{},"parent":{"8665":{},"8666":{},"8667":{},"8670":{},"8671":{},"8672":{}}}],["entities/scheduled_status.entity.mention",{"_index":2457,"name":{},"parent":{"8533":{}}}],["entities/scheduled_status.entity.mention.__type",{"_index":2458,"name":{},"parent":{"8534":{},"8535":{},"8536":{},"8537":{}}}],["entities/scheduled_status.entity.notification",{"_index":2494,"name":{},"parent":{"8674":{}}}],["entities/scheduled_status.entity.notification.__type",{"_index":2495,"name":{},"parent":{"8675":{},"8676":{},"8677":{},"8678":{},"8679":{},"8680":{}}}],["entities/scheduled_status.entity.poll",{"_index":2465,"name":{},"parent":{"8553":{}}}],["entities/scheduled_status.entity.poll.__type",{"_index":2466,"name":{},"parent":{"8554":{},"8555":{},"8556":{},"8557":{},"8558":{},"8559":{},"8560":{}}}],["entities/scheduled_status.entity.polloption",{"_index":2463,"name":{},"parent":{"8549":{}}}],["entities/scheduled_status.entity.polloption.__type",{"_index":2464,"name":{},"parent":{"8550":{},"8551":{}}}],["entities/scheduled_status.entity.preferences",{"_index":2496,"name":{},"parent":{"8683":{}}}],["entities/scheduled_status.entity.preferences.__type",{"_index":2497,"name":{},"parent":{"8684":{},"8685":{},"8686":{},"8687":{},"8688":{}}}],["entities/scheduled_status.entity.pushsubscription",{"_index":2498,"name":{},"parent":{"8690":{}}}],["entities/scheduled_status.entity.pushsubscription.__type",{"_index":2499,"name":{},"parent":{"8691":{},"8692":{},"8693":{},"8694":{}}}],["entities/scheduled_status.entity.reaction",{"_index":2467,"name":{},"parent":{"8562":{}}}],["entities/scheduled_status.entity.reaction.__type",{"_index":2468,"name":{},"parent":{"8563":{},"8564":{},"8565":{},"8566":{}}}],["entities/scheduled_status.entity.relationship",{"_index":2500,"name":{},"parent":{"8696":{}}}],["entities/scheduled_status.entity.relationship.__type",{"_index":2501,"name":{},"parent":{"8697":{},"8698":{},"8699":{},"8700":{},"8701":{},"8702":{},"8703":{},"8704":{},"8705":{},"8706":{}}}],["entities/scheduled_status.entity.report",{"_index":2502,"name":{},"parent":{"8708":{}}}],["entities/scheduled_status.entity.report.__type",{"_index":2503,"name":{},"parent":{"8709":{},"8710":{},"8711":{},"8712":{},"8713":{}}}],["entities/scheduled_status.entity.results",{"_index":2504,"name":{},"parent":{"8715":{}}}],["entities/scheduled_status.entity.results.__type",{"_index":2505,"name":{},"parent":{"8716":{},"8717":{},"8718":{}}}],["entities/scheduled_status.entity.scheduledstatus",{"_index":2506,"name":{},"parent":{"8720":{}}}],["entities/scheduled_status.entity.scheduledstatus.__type",{"_index":2507,"name":{},"parent":{"8721":{},"8722":{},"8723":{},"8724":{}}}],["entities/scheduled_status.entity.source",{"_index":2445,"name":{},"parent":{"8469":{}}}],["entities/scheduled_status.entity.source.__type",{"_index":2446,"name":{},"parent":{"8470":{},"8471":{},"8472":{},"8473":{},"8474":{}}}],["entities/scheduled_status.entity.stats",{"_index":2485,"name":{},"parent":{"8639":{}}}],["entities/scheduled_status.entity.stats.__type",{"_index":2486,"name":{},"parent":{"8640":{},"8641":{},"8642":{}}}],["entities/scheduled_status.entity.status",{"_index":2469,"name":{},"parent":{"8568":{}}}],["entities/scheduled_status.entity.status.__type",{"_index":2470,"name":{},"parent":{"8569":{},"8570":{},"8571":{},"8572":{},"8573":{},"8574":{},"8575":{},"8576":{},"8577":{},"8578":{},"8579":{},"8580":{},"8581":{},"8582":{},"8583":{},"8584":{},"8585":{},"8586":{},"8587":{},"8588":{},"8589":{},"8590":{},"8591":{},"8592":{},"8593":{},"8594":{},"8595":{},"8596":{},"8597":{},"8598":{}}}],["entities/scheduled_status.entity.statusparams",{"_index":2508,"name":{},"parent":{"8726":{}}}],["entities/scheduled_status.entity.statusparams.__type",{"_index":2509,"name":{},"parent":{"8727":{},"8728":{},"8729":{},"8730":{},"8731":{},"8732":{},"8733":{},"8734":{}}}],["entities/scheduled_status.entity.tag",{"_index":2461,"name":{},"parent":{"8544":{}}}],["entities/scheduled_status.entity.tag.__type",{"_index":2462,"name":{},"parent":{"8545":{},"8546":{},"8547":{}}}],["entities/scheduled_status.entity.token",{"_index":2510,"name":{},"parent":{"8736":{}}}],["entities/scheduled_status.entity.token.__type",{"_index":2511,"name":{},"parent":{"8737":{},"8738":{},"8739":{},"8740":{}}}],["entities/scheduled_status.entity.urls",{"_index":2483,"name":{},"parent":{"8636":{}}}],["entities/scheduled_status.entity.urls.__type",{"_index":2484,"name":{},"parent":{"8637":{}}}],["entities/source",{"_index":37,"name":{"37":{}},"parent":{"8741":{}}}],["entities/source.entity",{"_index":2512,"name":{},"parent":{"8742":{},"8748":{},"8755":{},"8777":{},"8783":{},"8788":{},"8798":{},"8812":{},"8818":{},"8823":{},"8828":{},"8832":{},"8841":{},"8847":{},"8879":{},"8883":{},"8889":{},"8895":{},"8900":{},"8908":{},"8915":{},"8918":{},"8923":{},"8937":{},"8941":{},"8953":{},"8961":{},"8962":{},"8969":{},"8975":{},"8987":{},"8994":{},"8999":{},"9005":{},"9015":{}}}],["entities/source.entity.account",{"_index":2517,"name":{},"parent":{"8756":{}}}],["entities/source.entity.account.__type",{"_index":2518,"name":{},"parent":{"8757":{},"8758":{},"8759":{},"8760":{},"8761":{},"8762":{},"8763":{},"8764":{},"8765":{},"8766":{},"8767":{},"8768":{},"8769":{},"8770":{},"8771":{},"8772":{},"8773":{},"8774":{},"8775":{},"8776":{}}}],["entities/source.entity.activity",{"_index":2519,"name":{},"parent":{"8778":{}}}],["entities/source.entity.activity.__type",{"_index":2520,"name":{},"parent":{"8779":{},"8780":{},"8781":{},"8782":{}}}],["entities/source.entity.application",{"_index":2521,"name":{},"parent":{"8784":{}}}],["entities/source.entity.application.__type",{"_index":2522,"name":{},"parent":{"8785":{},"8786":{},"8787":{}}}],["entities/source.entity.attachment",{"_index":2523,"name":{},"parent":{"8789":{}}}],["entities/source.entity.attachment.__type",{"_index":2524,"name":{},"parent":{"8790":{},"8791":{},"8792":{},"8793":{},"8794":{},"8795":{},"8796":{},"8797":{}}}],["entities/source.entity.card",{"_index":2525,"name":{},"parent":{"8799":{}}}],["entities/source.entity.card.__type",{"_index":2526,"name":{},"parent":{"8800":{},"8801":{},"8802":{},"8803":{},"8804":{},"8805":{},"8806":{},"8807":{},"8808":{},"8809":{},"8810":{},"8811":{}}}],["entities/source.entity.context",{"_index":2541,"name":{},"parent":{"8880":{}}}],["entities/source.entity.context.__type",{"_index":2542,"name":{},"parent":{"8881":{},"8882":{}}}],["entities/source.entity.conversation",{"_index":2543,"name":{},"parent":{"8884":{}}}],["entities/source.entity.conversation.__type",{"_index":2544,"name":{},"parent":{"8885":{},"8886":{},"8887":{},"8888":{}}}],["entities/source.entity.emoji",{"_index":2513,"name":{},"parent":{"8743":{}}}],["entities/source.entity.emoji.__type",{"_index":2514,"name":{},"parent":{"8744":{},"8745":{},"8746":{},"8747":{}}}],["entities/source.entity.featuredtag",{"_index":2545,"name":{},"parent":{"8890":{}}}],["entities/source.entity.featuredtag.__type",{"_index":2546,"name":{},"parent":{"8891":{},"8892":{},"8893":{},"8894":{}}}],["entities/source.entity.field",{"_index":2547,"name":{},"parent":{"8896":{}}}],["entities/source.entity.field.__type",{"_index":2548,"name":{},"parent":{"8897":{},"8898":{},"8899":{}}}],["entities/source.entity.filter",{"_index":2549,"name":{},"parent":{"8901":{}}}],["entities/source.entity.filter.__type",{"_index":2550,"name":{},"parent":{"8902":{},"8903":{},"8904":{},"8905":{},"8906":{},"8907":{}}}],["entities/source.entity.history",{"_index":2529,"name":{},"parent":{"8819":{}}}],["entities/source.entity.history.__type",{"_index":2530,"name":{},"parent":{"8820":{},"8821":{},"8822":{}}}],["entities/source.entity.identityproof",{"_index":2551,"name":{},"parent":{"8909":{}}}],["entities/source.entity.identityproof.__type",{"_index":2552,"name":{},"parent":{"8910":{},"8911":{},"8912":{},"8913":{},"8914":{}}}],["entities/source.entity.instance",{"_index":2557,"name":{},"parent":{"8924":{}}}],["entities/source.entity.instance.__type",{"_index":2558,"name":{},"parent":{"8925":{},"8926":{},"8927":{},"8928":{},"8929":{},"8930":{},"8931":{},"8932":{},"8933":{},"8934":{},"8935":{},"8936":{}}}],["entities/source.entity.list",{"_index":2559,"name":{},"parent":{"8938":{}}}],["entities/source.entity.list.__type",{"_index":2560,"name":{},"parent":{"8939":{},"8940":{}}}],["entities/source.entity.marker",{"_index":2561,"name":{},"parent":{"8942":{}}}],["entities/source.entity.marker.__type",{"_index":2562,"name":{},"parent":{"8943":{},"8944":{},"8948":{},"8949":{}}}],["entities/source.entity.marker.__type.__type",{"_index":2563,"name":{},"parent":{"8945":{},"8946":{},"8947":{},"8950":{},"8951":{},"8952":{}}}],["entities/source.entity.mention",{"_index":2527,"name":{},"parent":{"8813":{}}}],["entities/source.entity.mention.__type",{"_index":2528,"name":{},"parent":{"8814":{},"8815":{},"8816":{},"8817":{}}}],["entities/source.entity.notification",{"_index":2564,"name":{},"parent":{"8954":{}}}],["entities/source.entity.notification.__type",{"_index":2565,"name":{},"parent":{"8955":{},"8956":{},"8957":{},"8958":{},"8959":{},"8960":{}}}],["entities/source.entity.poll",{"_index":2535,"name":{},"parent":{"8833":{}}}],["entities/source.entity.poll.__type",{"_index":2536,"name":{},"parent":{"8834":{},"8835":{},"8836":{},"8837":{},"8838":{},"8839":{},"8840":{}}}],["entities/source.entity.polloption",{"_index":2533,"name":{},"parent":{"8829":{}}}],["entities/source.entity.polloption.__type",{"_index":2534,"name":{},"parent":{"8830":{},"8831":{}}}],["entities/source.entity.preferences",{"_index":2566,"name":{},"parent":{"8963":{}}}],["entities/source.entity.preferences.__type",{"_index":2567,"name":{},"parent":{"8964":{},"8965":{},"8966":{},"8967":{},"8968":{}}}],["entities/source.entity.pushsubscription",{"_index":2568,"name":{},"parent":{"8970":{}}}],["entities/source.entity.pushsubscription.__type",{"_index":2569,"name":{},"parent":{"8971":{},"8972":{},"8973":{},"8974":{}}}],["entities/source.entity.reaction",{"_index":2537,"name":{},"parent":{"8842":{}}}],["entities/source.entity.reaction.__type",{"_index":2538,"name":{},"parent":{"8843":{},"8844":{},"8845":{},"8846":{}}}],["entities/source.entity.relationship",{"_index":2570,"name":{},"parent":{"8976":{}}}],["entities/source.entity.relationship.__type",{"_index":2571,"name":{},"parent":{"8977":{},"8978":{},"8979":{},"8980":{},"8981":{},"8982":{},"8983":{},"8984":{},"8985":{},"8986":{}}}],["entities/source.entity.report",{"_index":2572,"name":{},"parent":{"8988":{}}}],["entities/source.entity.report.__type",{"_index":2573,"name":{},"parent":{"8989":{},"8990":{},"8991":{},"8992":{},"8993":{}}}],["entities/source.entity.results",{"_index":2574,"name":{},"parent":{"8995":{}}}],["entities/source.entity.results.__type",{"_index":2575,"name":{},"parent":{"8996":{},"8997":{},"8998":{}}}],["entities/source.entity.scheduledstatus",{"_index":2576,"name":{},"parent":{"9000":{}}}],["entities/source.entity.scheduledstatus.__type",{"_index":2577,"name":{},"parent":{"9001":{},"9002":{},"9003":{},"9004":{}}}],["entities/source.entity.source",{"_index":2515,"name":{},"parent":{"8749":{}}}],["entities/source.entity.source.__type",{"_index":2516,"name":{},"parent":{"8750":{},"8751":{},"8752":{},"8753":{},"8754":{}}}],["entities/source.entity.stats",{"_index":2555,"name":{},"parent":{"8919":{}}}],["entities/source.entity.stats.__type",{"_index":2556,"name":{},"parent":{"8920":{},"8921":{},"8922":{}}}],["entities/source.entity.status",{"_index":2539,"name":{},"parent":{"8848":{}}}],["entities/source.entity.status.__type",{"_index":2540,"name":{},"parent":{"8849":{},"8850":{},"8851":{},"8852":{},"8853":{},"8854":{},"8855":{},"8856":{},"8857":{},"8858":{},"8859":{},"8860":{},"8861":{},"8862":{},"8863":{},"8864":{},"8865":{},"8866":{},"8867":{},"8868":{},"8869":{},"8870":{},"8871":{},"8872":{},"8873":{},"8874":{},"8875":{},"8876":{},"8877":{},"8878":{}}}],["entities/source.entity.statusparams",{"_index":2578,"name":{},"parent":{"9006":{}}}],["entities/source.entity.statusparams.__type",{"_index":2579,"name":{},"parent":{"9007":{},"9008":{},"9009":{},"9010":{},"9011":{},"9012":{},"9013":{},"9014":{}}}],["entities/source.entity.tag",{"_index":2531,"name":{},"parent":{"8824":{}}}],["entities/source.entity.tag.__type",{"_index":2532,"name":{},"parent":{"8825":{},"8826":{},"8827":{}}}],["entities/source.entity.token",{"_index":2580,"name":{},"parent":{"9016":{}}}],["entities/source.entity.token.__type",{"_index":2581,"name":{},"parent":{"9017":{},"9018":{},"9019":{},"9020":{}}}],["entities/source.entity.urls",{"_index":2553,"name":{},"parent":{"8916":{}}}],["entities/source.entity.urls.__type",{"_index":2554,"name":{},"parent":{"8917":{}}}],["entities/stats",{"_index":38,"name":{"38":{}},"parent":{"9021":{}}}],["entities/stats.entity",{"_index":2582,"name":{},"parent":{"9022":{},"9028":{},"9035":{},"9057":{},"9063":{},"9068":{},"9078":{},"9092":{},"9098":{},"9103":{},"9108":{},"9112":{},"9121":{},"9127":{},"9159":{},"9163":{},"9169":{},"9175":{},"9180":{},"9188":{},"9195":{},"9198":{},"9203":{},"9217":{},"9221":{},"9233":{},"9241":{},"9242":{},"9249":{},"9255":{},"9267":{},"9274":{},"9279":{},"9285":{},"9295":{}}}],["entities/stats.entity.account",{"_index":2587,"name":{},"parent":{"9036":{}}}],["entities/stats.entity.account.__type",{"_index":2588,"name":{},"parent":{"9037":{},"9038":{},"9039":{},"9040":{},"9041":{},"9042":{},"9043":{},"9044":{},"9045":{},"9046":{},"9047":{},"9048":{},"9049":{},"9050":{},"9051":{},"9052":{},"9053":{},"9054":{},"9055":{},"9056":{}}}],["entities/stats.entity.activity",{"_index":2589,"name":{},"parent":{"9058":{}}}],["entities/stats.entity.activity.__type",{"_index":2590,"name":{},"parent":{"9059":{},"9060":{},"9061":{},"9062":{}}}],["entities/stats.entity.application",{"_index":2591,"name":{},"parent":{"9064":{}}}],["entities/stats.entity.application.__type",{"_index":2592,"name":{},"parent":{"9065":{},"9066":{},"9067":{}}}],["entities/stats.entity.attachment",{"_index":2593,"name":{},"parent":{"9069":{}}}],["entities/stats.entity.attachment.__type",{"_index":2594,"name":{},"parent":{"9070":{},"9071":{},"9072":{},"9073":{},"9074":{},"9075":{},"9076":{},"9077":{}}}],["entities/stats.entity.card",{"_index":2595,"name":{},"parent":{"9079":{}}}],["entities/stats.entity.card.__type",{"_index":2596,"name":{},"parent":{"9080":{},"9081":{},"9082":{},"9083":{},"9084":{},"9085":{},"9086":{},"9087":{},"9088":{},"9089":{},"9090":{},"9091":{}}}],["entities/stats.entity.context",{"_index":2611,"name":{},"parent":{"9160":{}}}],["entities/stats.entity.context.__type",{"_index":2612,"name":{},"parent":{"9161":{},"9162":{}}}],["entities/stats.entity.conversation",{"_index":2613,"name":{},"parent":{"9164":{}}}],["entities/stats.entity.conversation.__type",{"_index":2614,"name":{},"parent":{"9165":{},"9166":{},"9167":{},"9168":{}}}],["entities/stats.entity.emoji",{"_index":2583,"name":{},"parent":{"9023":{}}}],["entities/stats.entity.emoji.__type",{"_index":2584,"name":{},"parent":{"9024":{},"9025":{},"9026":{},"9027":{}}}],["entities/stats.entity.featuredtag",{"_index":2615,"name":{},"parent":{"9170":{}}}],["entities/stats.entity.featuredtag.__type",{"_index":2616,"name":{},"parent":{"9171":{},"9172":{},"9173":{},"9174":{}}}],["entities/stats.entity.field",{"_index":2617,"name":{},"parent":{"9176":{}}}],["entities/stats.entity.field.__type",{"_index":2618,"name":{},"parent":{"9177":{},"9178":{},"9179":{}}}],["entities/stats.entity.filter",{"_index":2619,"name":{},"parent":{"9181":{}}}],["entities/stats.entity.filter.__type",{"_index":2620,"name":{},"parent":{"9182":{},"9183":{},"9184":{},"9185":{},"9186":{},"9187":{}}}],["entities/stats.entity.history",{"_index":2599,"name":{},"parent":{"9099":{}}}],["entities/stats.entity.history.__type",{"_index":2600,"name":{},"parent":{"9100":{},"9101":{},"9102":{}}}],["entities/stats.entity.identityproof",{"_index":2621,"name":{},"parent":{"9189":{}}}],["entities/stats.entity.identityproof.__type",{"_index":2622,"name":{},"parent":{"9190":{},"9191":{},"9192":{},"9193":{},"9194":{}}}],["entities/stats.entity.instance",{"_index":2627,"name":{},"parent":{"9204":{}}}],["entities/stats.entity.instance.__type",{"_index":2628,"name":{},"parent":{"9205":{},"9206":{},"9207":{},"9208":{},"9209":{},"9210":{},"9211":{},"9212":{},"9213":{},"9214":{},"9215":{},"9216":{}}}],["entities/stats.entity.list",{"_index":2629,"name":{},"parent":{"9218":{}}}],["entities/stats.entity.list.__type",{"_index":2630,"name":{},"parent":{"9219":{},"9220":{}}}],["entities/stats.entity.marker",{"_index":2631,"name":{},"parent":{"9222":{}}}],["entities/stats.entity.marker.__type",{"_index":2632,"name":{},"parent":{"9223":{},"9224":{},"9228":{},"9229":{}}}],["entities/stats.entity.marker.__type.__type",{"_index":2633,"name":{},"parent":{"9225":{},"9226":{},"9227":{},"9230":{},"9231":{},"9232":{}}}],["entities/stats.entity.mention",{"_index":2597,"name":{},"parent":{"9093":{}}}],["entities/stats.entity.mention.__type",{"_index":2598,"name":{},"parent":{"9094":{},"9095":{},"9096":{},"9097":{}}}],["entities/stats.entity.notification",{"_index":2634,"name":{},"parent":{"9234":{}}}],["entities/stats.entity.notification.__type",{"_index":2635,"name":{},"parent":{"9235":{},"9236":{},"9237":{},"9238":{},"9239":{},"9240":{}}}],["entities/stats.entity.poll",{"_index":2605,"name":{},"parent":{"9113":{}}}],["entities/stats.entity.poll.__type",{"_index":2606,"name":{},"parent":{"9114":{},"9115":{},"9116":{},"9117":{},"9118":{},"9119":{},"9120":{}}}],["entities/stats.entity.polloption",{"_index":2603,"name":{},"parent":{"9109":{}}}],["entities/stats.entity.polloption.__type",{"_index":2604,"name":{},"parent":{"9110":{},"9111":{}}}],["entities/stats.entity.preferences",{"_index":2636,"name":{},"parent":{"9243":{}}}],["entities/stats.entity.preferences.__type",{"_index":2637,"name":{},"parent":{"9244":{},"9245":{},"9246":{},"9247":{},"9248":{}}}],["entities/stats.entity.pushsubscription",{"_index":2638,"name":{},"parent":{"9250":{}}}],["entities/stats.entity.pushsubscription.__type",{"_index":2639,"name":{},"parent":{"9251":{},"9252":{},"9253":{},"9254":{}}}],["entities/stats.entity.reaction",{"_index":2607,"name":{},"parent":{"9122":{}}}],["entities/stats.entity.reaction.__type",{"_index":2608,"name":{},"parent":{"9123":{},"9124":{},"9125":{},"9126":{}}}],["entities/stats.entity.relationship",{"_index":2640,"name":{},"parent":{"9256":{}}}],["entities/stats.entity.relationship.__type",{"_index":2641,"name":{},"parent":{"9257":{},"9258":{},"9259":{},"9260":{},"9261":{},"9262":{},"9263":{},"9264":{},"9265":{},"9266":{}}}],["entities/stats.entity.report",{"_index":2642,"name":{},"parent":{"9268":{}}}],["entities/stats.entity.report.__type",{"_index":2643,"name":{},"parent":{"9269":{},"9270":{},"9271":{},"9272":{},"9273":{}}}],["entities/stats.entity.results",{"_index":2644,"name":{},"parent":{"9275":{}}}],["entities/stats.entity.results.__type",{"_index":2645,"name":{},"parent":{"9276":{},"9277":{},"9278":{}}}],["entities/stats.entity.scheduledstatus",{"_index":2646,"name":{},"parent":{"9280":{}}}],["entities/stats.entity.scheduledstatus.__type",{"_index":2647,"name":{},"parent":{"9281":{},"9282":{},"9283":{},"9284":{}}}],["entities/stats.entity.source",{"_index":2585,"name":{},"parent":{"9029":{}}}],["entities/stats.entity.source.__type",{"_index":2586,"name":{},"parent":{"9030":{},"9031":{},"9032":{},"9033":{},"9034":{}}}],["entities/stats.entity.stats",{"_index":2625,"name":{},"parent":{"9199":{}}}],["entities/stats.entity.stats.__type",{"_index":2626,"name":{},"parent":{"9200":{},"9201":{},"9202":{}}}],["entities/stats.entity.status",{"_index":2609,"name":{},"parent":{"9128":{}}}],["entities/stats.entity.status.__type",{"_index":2610,"name":{},"parent":{"9129":{},"9130":{},"9131":{},"9132":{},"9133":{},"9134":{},"9135":{},"9136":{},"9137":{},"9138":{},"9139":{},"9140":{},"9141":{},"9142":{},"9143":{},"9144":{},"9145":{},"9146":{},"9147":{},"9148":{},"9149":{},"9150":{},"9151":{},"9152":{},"9153":{},"9154":{},"9155":{},"9156":{},"9157":{},"9158":{}}}],["entities/stats.entity.statusparams",{"_index":2648,"name":{},"parent":{"9286":{}}}],["entities/stats.entity.statusparams.__type",{"_index":2649,"name":{},"parent":{"9287":{},"9288":{},"9289":{},"9290":{},"9291":{},"9292":{},"9293":{},"9294":{}}}],["entities/stats.entity.tag",{"_index":2601,"name":{},"parent":{"9104":{}}}],["entities/stats.entity.tag.__type",{"_index":2602,"name":{},"parent":{"9105":{},"9106":{},"9107":{}}}],["entities/stats.entity.token",{"_index":2650,"name":{},"parent":{"9296":{}}}],["entities/stats.entity.token.__type",{"_index":2651,"name":{},"parent":{"9297":{},"9298":{},"9299":{},"9300":{}}}],["entities/stats.entity.urls",{"_index":2623,"name":{},"parent":{"9196":{}}}],["entities/stats.entity.urls.__type",{"_index":2624,"name":{},"parent":{"9197":{}}}],["entities/status",{"_index":39,"name":{"39":{}},"parent":{"9301":{}}}],["entities/status.entity",{"_index":2652,"name":{},"parent":{"9302":{},"9308":{},"9315":{},"9337":{},"9343":{},"9348":{},"9358":{},"9372":{},"9378":{},"9383":{},"9388":{},"9392":{},"9401":{},"9407":{},"9439":{},"9443":{},"9449":{},"9455":{},"9460":{},"9468":{},"9475":{},"9478":{},"9483":{},"9497":{},"9501":{},"9513":{},"9521":{},"9522":{},"9529":{},"9535":{},"9547":{},"9554":{},"9559":{},"9565":{},"9575":{}}}],["entities/status.entity.account",{"_index":2657,"name":{},"parent":{"9316":{}}}],["entities/status.entity.account.__type",{"_index":2658,"name":{},"parent":{"9317":{},"9318":{},"9319":{},"9320":{},"9321":{},"9322":{},"9323":{},"9324":{},"9325":{},"9326":{},"9327":{},"9328":{},"9329":{},"9330":{},"9331":{},"9332":{},"9333":{},"9334":{},"9335":{},"9336":{}}}],["entities/status.entity.activity",{"_index":2659,"name":{},"parent":{"9338":{}}}],["entities/status.entity.activity.__type",{"_index":2660,"name":{},"parent":{"9339":{},"9340":{},"9341":{},"9342":{}}}],["entities/status.entity.application",{"_index":2661,"name":{},"parent":{"9344":{}}}],["entities/status.entity.application.__type",{"_index":2662,"name":{},"parent":{"9345":{},"9346":{},"9347":{}}}],["entities/status.entity.attachment",{"_index":2663,"name":{},"parent":{"9349":{}}}],["entities/status.entity.attachment.__type",{"_index":2664,"name":{},"parent":{"9350":{},"9351":{},"9352":{},"9353":{},"9354":{},"9355":{},"9356":{},"9357":{}}}],["entities/status.entity.card",{"_index":2665,"name":{},"parent":{"9359":{}}}],["entities/status.entity.card.__type",{"_index":2666,"name":{},"parent":{"9360":{},"9361":{},"9362":{},"9363":{},"9364":{},"9365":{},"9366":{},"9367":{},"9368":{},"9369":{},"9370":{},"9371":{}}}],["entities/status.entity.context",{"_index":2681,"name":{},"parent":{"9440":{}}}],["entities/status.entity.context.__type",{"_index":2682,"name":{},"parent":{"9441":{},"9442":{}}}],["entities/status.entity.conversation",{"_index":2683,"name":{},"parent":{"9444":{}}}],["entities/status.entity.conversation.__type",{"_index":2684,"name":{},"parent":{"9445":{},"9446":{},"9447":{},"9448":{}}}],["entities/status.entity.emoji",{"_index":2653,"name":{},"parent":{"9303":{}}}],["entities/status.entity.emoji.__type",{"_index":2654,"name":{},"parent":{"9304":{},"9305":{},"9306":{},"9307":{}}}],["entities/status.entity.featuredtag",{"_index":2685,"name":{},"parent":{"9450":{}}}],["entities/status.entity.featuredtag.__type",{"_index":2686,"name":{},"parent":{"9451":{},"9452":{},"9453":{},"9454":{}}}],["entities/status.entity.field",{"_index":2687,"name":{},"parent":{"9456":{}}}],["entities/status.entity.field.__type",{"_index":2688,"name":{},"parent":{"9457":{},"9458":{},"9459":{}}}],["entities/status.entity.filter",{"_index":2689,"name":{},"parent":{"9461":{}}}],["entities/status.entity.filter.__type",{"_index":2690,"name":{},"parent":{"9462":{},"9463":{},"9464":{},"9465":{},"9466":{},"9467":{}}}],["entities/status.entity.history",{"_index":2669,"name":{},"parent":{"9379":{}}}],["entities/status.entity.history.__type",{"_index":2670,"name":{},"parent":{"9380":{},"9381":{},"9382":{}}}],["entities/status.entity.identityproof",{"_index":2691,"name":{},"parent":{"9469":{}}}],["entities/status.entity.identityproof.__type",{"_index":2692,"name":{},"parent":{"9470":{},"9471":{},"9472":{},"9473":{},"9474":{}}}],["entities/status.entity.instance",{"_index":2697,"name":{},"parent":{"9484":{}}}],["entities/status.entity.instance.__type",{"_index":2698,"name":{},"parent":{"9485":{},"9486":{},"9487":{},"9488":{},"9489":{},"9490":{},"9491":{},"9492":{},"9493":{},"9494":{},"9495":{},"9496":{}}}],["entities/status.entity.list",{"_index":2699,"name":{},"parent":{"9498":{}}}],["entities/status.entity.list.__type",{"_index":2700,"name":{},"parent":{"9499":{},"9500":{}}}],["entities/status.entity.marker",{"_index":2701,"name":{},"parent":{"9502":{}}}],["entities/status.entity.marker.__type",{"_index":2702,"name":{},"parent":{"9503":{},"9504":{},"9508":{},"9509":{}}}],["entities/status.entity.marker.__type.__type",{"_index":2703,"name":{},"parent":{"9505":{},"9506":{},"9507":{},"9510":{},"9511":{},"9512":{}}}],["entities/status.entity.mention",{"_index":2667,"name":{},"parent":{"9373":{}}}],["entities/status.entity.mention.__type",{"_index":2668,"name":{},"parent":{"9374":{},"9375":{},"9376":{},"9377":{}}}],["entities/status.entity.notification",{"_index":2704,"name":{},"parent":{"9514":{}}}],["entities/status.entity.notification.__type",{"_index":2705,"name":{},"parent":{"9515":{},"9516":{},"9517":{},"9518":{},"9519":{},"9520":{}}}],["entities/status.entity.poll",{"_index":2675,"name":{},"parent":{"9393":{}}}],["entities/status.entity.poll.__type",{"_index":2676,"name":{},"parent":{"9394":{},"9395":{},"9396":{},"9397":{},"9398":{},"9399":{},"9400":{}}}],["entities/status.entity.polloption",{"_index":2673,"name":{},"parent":{"9389":{}}}],["entities/status.entity.polloption.__type",{"_index":2674,"name":{},"parent":{"9390":{},"9391":{}}}],["entities/status.entity.preferences",{"_index":2706,"name":{},"parent":{"9523":{}}}],["entities/status.entity.preferences.__type",{"_index":2707,"name":{},"parent":{"9524":{},"9525":{},"9526":{},"9527":{},"9528":{}}}],["entities/status.entity.pushsubscription",{"_index":2708,"name":{},"parent":{"9530":{}}}],["entities/status.entity.pushsubscription.__type",{"_index":2709,"name":{},"parent":{"9531":{},"9532":{},"9533":{},"9534":{}}}],["entities/status.entity.reaction",{"_index":2677,"name":{},"parent":{"9402":{}}}],["entities/status.entity.reaction.__type",{"_index":2678,"name":{},"parent":{"9403":{},"9404":{},"9405":{},"9406":{}}}],["entities/status.entity.relationship",{"_index":2710,"name":{},"parent":{"9536":{}}}],["entities/status.entity.relationship.__type",{"_index":2711,"name":{},"parent":{"9537":{},"9538":{},"9539":{},"9540":{},"9541":{},"9542":{},"9543":{},"9544":{},"9545":{},"9546":{}}}],["entities/status.entity.report",{"_index":2712,"name":{},"parent":{"9548":{}}}],["entities/status.entity.report.__type",{"_index":2713,"name":{},"parent":{"9549":{},"9550":{},"9551":{},"9552":{},"9553":{}}}],["entities/status.entity.results",{"_index":2714,"name":{},"parent":{"9555":{}}}],["entities/status.entity.results.__type",{"_index":2715,"name":{},"parent":{"9556":{},"9557":{},"9558":{}}}],["entities/status.entity.scheduledstatus",{"_index":2716,"name":{},"parent":{"9560":{}}}],["entities/status.entity.scheduledstatus.__type",{"_index":2717,"name":{},"parent":{"9561":{},"9562":{},"9563":{},"9564":{}}}],["entities/status.entity.source",{"_index":2655,"name":{},"parent":{"9309":{}}}],["entities/status.entity.source.__type",{"_index":2656,"name":{},"parent":{"9310":{},"9311":{},"9312":{},"9313":{},"9314":{}}}],["entities/status.entity.stats",{"_index":2695,"name":{},"parent":{"9479":{}}}],["entities/status.entity.stats.__type",{"_index":2696,"name":{},"parent":{"9480":{},"9481":{},"9482":{}}}],["entities/status.entity.status",{"_index":2679,"name":{},"parent":{"9408":{}}}],["entities/status.entity.status.__type",{"_index":2680,"name":{},"parent":{"9409":{},"9410":{},"9411":{},"9412":{},"9413":{},"9414":{},"9415":{},"9416":{},"9417":{},"9418":{},"9419":{},"9420":{},"9421":{},"9422":{},"9423":{},"9424":{},"9425":{},"9426":{},"9427":{},"9428":{},"9429":{},"9430":{},"9431":{},"9432":{},"9433":{},"9434":{},"9435":{},"9436":{},"9437":{},"9438":{}}}],["entities/status.entity.statusparams",{"_index":2718,"name":{},"parent":{"9566":{}}}],["entities/status.entity.statusparams.__type",{"_index":2719,"name":{},"parent":{"9567":{},"9568":{},"9569":{},"9570":{},"9571":{},"9572":{},"9573":{},"9574":{}}}],["entities/status.entity.tag",{"_index":2671,"name":{},"parent":{"9384":{}}}],["entities/status.entity.tag.__type",{"_index":2672,"name":{},"parent":{"9385":{},"9386":{},"9387":{}}}],["entities/status.entity.token",{"_index":2720,"name":{},"parent":{"9576":{}}}],["entities/status.entity.token.__type",{"_index":2721,"name":{},"parent":{"9577":{},"9578":{},"9579":{},"9580":{}}}],["entities/status.entity.urls",{"_index":2693,"name":{},"parent":{"9476":{}}}],["entities/status.entity.urls.__type",{"_index":2694,"name":{},"parent":{"9477":{}}}],["entities/status_params",{"_index":40,"name":{"40":{}},"parent":{"9581":{}}}],["entities/status_params.entity",{"_index":2722,"name":{},"parent":{"9582":{},"9588":{},"9595":{},"9617":{},"9623":{},"9628":{},"9638":{},"9652":{},"9658":{},"9663":{},"9668":{},"9672":{},"9681":{},"9687":{},"9719":{},"9723":{},"9729":{},"9735":{},"9740":{},"9748":{},"9755":{},"9758":{},"9763":{},"9777":{},"9781":{},"9793":{},"9801":{},"9802":{},"9809":{},"9815":{},"9827":{},"9834":{},"9839":{},"9845":{},"9855":{}}}],["entities/status_params.entity.account",{"_index":2727,"name":{},"parent":{"9596":{}}}],["entities/status_params.entity.account.__type",{"_index":2728,"name":{},"parent":{"9597":{},"9598":{},"9599":{},"9600":{},"9601":{},"9602":{},"9603":{},"9604":{},"9605":{},"9606":{},"9607":{},"9608":{},"9609":{},"9610":{},"9611":{},"9612":{},"9613":{},"9614":{},"9615":{},"9616":{}}}],["entities/status_params.entity.activity",{"_index":2729,"name":{},"parent":{"9618":{}}}],["entities/status_params.entity.activity.__type",{"_index":2730,"name":{},"parent":{"9619":{},"9620":{},"9621":{},"9622":{}}}],["entities/status_params.entity.application",{"_index":2731,"name":{},"parent":{"9624":{}}}],["entities/status_params.entity.application.__type",{"_index":2732,"name":{},"parent":{"9625":{},"9626":{},"9627":{}}}],["entities/status_params.entity.attachment",{"_index":2733,"name":{},"parent":{"9629":{}}}],["entities/status_params.entity.attachment.__type",{"_index":2734,"name":{},"parent":{"9630":{},"9631":{},"9632":{},"9633":{},"9634":{},"9635":{},"9636":{},"9637":{}}}],["entities/status_params.entity.card",{"_index":2735,"name":{},"parent":{"9639":{}}}],["entities/status_params.entity.card.__type",{"_index":2736,"name":{},"parent":{"9640":{},"9641":{},"9642":{},"9643":{},"9644":{},"9645":{},"9646":{},"9647":{},"9648":{},"9649":{},"9650":{},"9651":{}}}],["entities/status_params.entity.context",{"_index":2751,"name":{},"parent":{"9720":{}}}],["entities/status_params.entity.context.__type",{"_index":2752,"name":{},"parent":{"9721":{},"9722":{}}}],["entities/status_params.entity.conversation",{"_index":2753,"name":{},"parent":{"9724":{}}}],["entities/status_params.entity.conversation.__type",{"_index":2754,"name":{},"parent":{"9725":{},"9726":{},"9727":{},"9728":{}}}],["entities/status_params.entity.emoji",{"_index":2723,"name":{},"parent":{"9583":{}}}],["entities/status_params.entity.emoji.__type",{"_index":2724,"name":{},"parent":{"9584":{},"9585":{},"9586":{},"9587":{}}}],["entities/status_params.entity.featuredtag",{"_index":2755,"name":{},"parent":{"9730":{}}}],["entities/status_params.entity.featuredtag.__type",{"_index":2756,"name":{},"parent":{"9731":{},"9732":{},"9733":{},"9734":{}}}],["entities/status_params.entity.field",{"_index":2757,"name":{},"parent":{"9736":{}}}],["entities/status_params.entity.field.__type",{"_index":2758,"name":{},"parent":{"9737":{},"9738":{},"9739":{}}}],["entities/status_params.entity.filter",{"_index":2759,"name":{},"parent":{"9741":{}}}],["entities/status_params.entity.filter.__type",{"_index":2760,"name":{},"parent":{"9742":{},"9743":{},"9744":{},"9745":{},"9746":{},"9747":{}}}],["entities/status_params.entity.history",{"_index":2739,"name":{},"parent":{"9659":{}}}],["entities/status_params.entity.history.__type",{"_index":2740,"name":{},"parent":{"9660":{},"9661":{},"9662":{}}}],["entities/status_params.entity.identityproof",{"_index":2761,"name":{},"parent":{"9749":{}}}],["entities/status_params.entity.identityproof.__type",{"_index":2762,"name":{},"parent":{"9750":{},"9751":{},"9752":{},"9753":{},"9754":{}}}],["entities/status_params.entity.instance",{"_index":2767,"name":{},"parent":{"9764":{}}}],["entities/status_params.entity.instance.__type",{"_index":2768,"name":{},"parent":{"9765":{},"9766":{},"9767":{},"9768":{},"9769":{},"9770":{},"9771":{},"9772":{},"9773":{},"9774":{},"9775":{},"9776":{}}}],["entities/status_params.entity.list",{"_index":2769,"name":{},"parent":{"9778":{}}}],["entities/status_params.entity.list.__type",{"_index":2770,"name":{},"parent":{"9779":{},"9780":{}}}],["entities/status_params.entity.marker",{"_index":2771,"name":{},"parent":{"9782":{}}}],["entities/status_params.entity.marker.__type",{"_index":2772,"name":{},"parent":{"9783":{},"9784":{},"9788":{},"9789":{}}}],["entities/status_params.entity.marker.__type.__type",{"_index":2773,"name":{},"parent":{"9785":{},"9786":{},"9787":{},"9790":{},"9791":{},"9792":{}}}],["entities/status_params.entity.mention",{"_index":2737,"name":{},"parent":{"9653":{}}}],["entities/status_params.entity.mention.__type",{"_index":2738,"name":{},"parent":{"9654":{},"9655":{},"9656":{},"9657":{}}}],["entities/status_params.entity.notification",{"_index":2774,"name":{},"parent":{"9794":{}}}],["entities/status_params.entity.notification.__type",{"_index":2775,"name":{},"parent":{"9795":{},"9796":{},"9797":{},"9798":{},"9799":{},"9800":{}}}],["entities/status_params.entity.poll",{"_index":2745,"name":{},"parent":{"9673":{}}}],["entities/status_params.entity.poll.__type",{"_index":2746,"name":{},"parent":{"9674":{},"9675":{},"9676":{},"9677":{},"9678":{},"9679":{},"9680":{}}}],["entities/status_params.entity.polloption",{"_index":2743,"name":{},"parent":{"9669":{}}}],["entities/status_params.entity.polloption.__type",{"_index":2744,"name":{},"parent":{"9670":{},"9671":{}}}],["entities/status_params.entity.preferences",{"_index":2776,"name":{},"parent":{"9803":{}}}],["entities/status_params.entity.preferences.__type",{"_index":2777,"name":{},"parent":{"9804":{},"9805":{},"9806":{},"9807":{},"9808":{}}}],["entities/status_params.entity.pushsubscription",{"_index":2778,"name":{},"parent":{"9810":{}}}],["entities/status_params.entity.pushsubscription.__type",{"_index":2779,"name":{},"parent":{"9811":{},"9812":{},"9813":{},"9814":{}}}],["entities/status_params.entity.reaction",{"_index":2747,"name":{},"parent":{"9682":{}}}],["entities/status_params.entity.reaction.__type",{"_index":2748,"name":{},"parent":{"9683":{},"9684":{},"9685":{},"9686":{}}}],["entities/status_params.entity.relationship",{"_index":2780,"name":{},"parent":{"9816":{}}}],["entities/status_params.entity.relationship.__type",{"_index":2781,"name":{},"parent":{"9817":{},"9818":{},"9819":{},"9820":{},"9821":{},"9822":{},"9823":{},"9824":{},"9825":{},"9826":{}}}],["entities/status_params.entity.report",{"_index":2782,"name":{},"parent":{"9828":{}}}],["entities/status_params.entity.report.__type",{"_index":2783,"name":{},"parent":{"9829":{},"9830":{},"9831":{},"9832":{},"9833":{}}}],["entities/status_params.entity.results",{"_index":2784,"name":{},"parent":{"9835":{}}}],["entities/status_params.entity.results.__type",{"_index":2785,"name":{},"parent":{"9836":{},"9837":{},"9838":{}}}],["entities/status_params.entity.scheduledstatus",{"_index":2786,"name":{},"parent":{"9840":{}}}],["entities/status_params.entity.scheduledstatus.__type",{"_index":2787,"name":{},"parent":{"9841":{},"9842":{},"9843":{},"9844":{}}}],["entities/status_params.entity.source",{"_index":2725,"name":{},"parent":{"9589":{}}}],["entities/status_params.entity.source.__type",{"_index":2726,"name":{},"parent":{"9590":{},"9591":{},"9592":{},"9593":{},"9594":{}}}],["entities/status_params.entity.stats",{"_index":2765,"name":{},"parent":{"9759":{}}}],["entities/status_params.entity.stats.__type",{"_index":2766,"name":{},"parent":{"9760":{},"9761":{},"9762":{}}}],["entities/status_params.entity.status",{"_index":2749,"name":{},"parent":{"9688":{}}}],["entities/status_params.entity.status.__type",{"_index":2750,"name":{},"parent":{"9689":{},"9690":{},"9691":{},"9692":{},"9693":{},"9694":{},"9695":{},"9696":{},"9697":{},"9698":{},"9699":{},"9700":{},"9701":{},"9702":{},"9703":{},"9704":{},"9705":{},"9706":{},"9707":{},"9708":{},"9709":{},"9710":{},"9711":{},"9712":{},"9713":{},"9714":{},"9715":{},"9716":{},"9717":{},"9718":{}}}],["entities/status_params.entity.statusparams",{"_index":2788,"name":{},"parent":{"9846":{}}}],["entities/status_params.entity.statusparams.__type",{"_index":2789,"name":{},"parent":{"9847":{},"9848":{},"9849":{},"9850":{},"9851":{},"9852":{},"9853":{},"9854":{}}}],["entities/status_params.entity.tag",{"_index":2741,"name":{},"parent":{"9664":{}}}],["entities/status_params.entity.tag.__type",{"_index":2742,"name":{},"parent":{"9665":{},"9666":{},"9667":{}}}],["entities/status_params.entity.token",{"_index":2790,"name":{},"parent":{"9856":{}}}],["entities/status_params.entity.token.__type",{"_index":2791,"name":{},"parent":{"9857":{},"9858":{},"9859":{},"9860":{}}}],["entities/status_params.entity.urls",{"_index":2763,"name":{},"parent":{"9756":{}}}],["entities/status_params.entity.urls.__type",{"_index":2764,"name":{},"parent":{"9757":{}}}],["entities/tag",{"_index":41,"name":{"41":{}},"parent":{"9861":{}}}],["entities/tag.entity",{"_index":2792,"name":{},"parent":{"9862":{},"9868":{},"9875":{},"9897":{},"9903":{},"9908":{},"9918":{},"9932":{},"9938":{},"9943":{},"9948":{},"9952":{},"9961":{},"9967":{},"9999":{},"10003":{},"10009":{},"10015":{},"10020":{},"10028":{},"10035":{},"10038":{},"10043":{},"10057":{},"10061":{},"10073":{},"10081":{},"10082":{},"10089":{},"10095":{},"10107":{},"10114":{},"10119":{},"10125":{},"10135":{}}}],["entities/tag.entity.account",{"_index":2797,"name":{},"parent":{"9876":{}}}],["entities/tag.entity.account.__type",{"_index":2798,"name":{},"parent":{"9877":{},"9878":{},"9879":{},"9880":{},"9881":{},"9882":{},"9883":{},"9884":{},"9885":{},"9886":{},"9887":{},"9888":{},"9889":{},"9890":{},"9891":{},"9892":{},"9893":{},"9894":{},"9895":{},"9896":{}}}],["entities/tag.entity.activity",{"_index":2799,"name":{},"parent":{"9898":{}}}],["entities/tag.entity.activity.__type",{"_index":2800,"name":{},"parent":{"9899":{},"9900":{},"9901":{},"9902":{}}}],["entities/tag.entity.application",{"_index":2801,"name":{},"parent":{"9904":{}}}],["entities/tag.entity.application.__type",{"_index":2802,"name":{},"parent":{"9905":{},"9906":{},"9907":{}}}],["entities/tag.entity.attachment",{"_index":2803,"name":{},"parent":{"9909":{}}}],["entities/tag.entity.attachment.__type",{"_index":2804,"name":{},"parent":{"9910":{},"9911":{},"9912":{},"9913":{},"9914":{},"9915":{},"9916":{},"9917":{}}}],["entities/tag.entity.card",{"_index":2805,"name":{},"parent":{"9919":{}}}],["entities/tag.entity.card.__type",{"_index":2806,"name":{},"parent":{"9920":{},"9921":{},"9922":{},"9923":{},"9924":{},"9925":{},"9926":{},"9927":{},"9928":{},"9929":{},"9930":{},"9931":{}}}],["entities/tag.entity.context",{"_index":2821,"name":{},"parent":{"10000":{}}}],["entities/tag.entity.context.__type",{"_index":2822,"name":{},"parent":{"10001":{},"10002":{}}}],["entities/tag.entity.conversation",{"_index":2823,"name":{},"parent":{"10004":{}}}],["entities/tag.entity.conversation.__type",{"_index":2824,"name":{},"parent":{"10005":{},"10006":{},"10007":{},"10008":{}}}],["entities/tag.entity.emoji",{"_index":2793,"name":{},"parent":{"9863":{}}}],["entities/tag.entity.emoji.__type",{"_index":2794,"name":{},"parent":{"9864":{},"9865":{},"9866":{},"9867":{}}}],["entities/tag.entity.featuredtag",{"_index":2825,"name":{},"parent":{"10010":{}}}],["entities/tag.entity.featuredtag.__type",{"_index":2826,"name":{},"parent":{"10011":{},"10012":{},"10013":{},"10014":{}}}],["entities/tag.entity.field",{"_index":2827,"name":{},"parent":{"10016":{}}}],["entities/tag.entity.field.__type",{"_index":2828,"name":{},"parent":{"10017":{},"10018":{},"10019":{}}}],["entities/tag.entity.filter",{"_index":2829,"name":{},"parent":{"10021":{}}}],["entities/tag.entity.filter.__type",{"_index":2830,"name":{},"parent":{"10022":{},"10023":{},"10024":{},"10025":{},"10026":{},"10027":{}}}],["entities/tag.entity.history",{"_index":2809,"name":{},"parent":{"9939":{}}}],["entities/tag.entity.history.__type",{"_index":2810,"name":{},"parent":{"9940":{},"9941":{},"9942":{}}}],["entities/tag.entity.identityproof",{"_index":2831,"name":{},"parent":{"10029":{}}}],["entities/tag.entity.identityproof.__type",{"_index":2832,"name":{},"parent":{"10030":{},"10031":{},"10032":{},"10033":{},"10034":{}}}],["entities/tag.entity.instance",{"_index":2837,"name":{},"parent":{"10044":{}}}],["entities/tag.entity.instance.__type",{"_index":2838,"name":{},"parent":{"10045":{},"10046":{},"10047":{},"10048":{},"10049":{},"10050":{},"10051":{},"10052":{},"10053":{},"10054":{},"10055":{},"10056":{}}}],["entities/tag.entity.list",{"_index":2839,"name":{},"parent":{"10058":{}}}],["entities/tag.entity.list.__type",{"_index":2840,"name":{},"parent":{"10059":{},"10060":{}}}],["entities/tag.entity.marker",{"_index":2841,"name":{},"parent":{"10062":{}}}],["entities/tag.entity.marker.__type",{"_index":2842,"name":{},"parent":{"10063":{},"10064":{},"10068":{},"10069":{}}}],["entities/tag.entity.marker.__type.__type",{"_index":2843,"name":{},"parent":{"10065":{},"10066":{},"10067":{},"10070":{},"10071":{},"10072":{}}}],["entities/tag.entity.mention",{"_index":2807,"name":{},"parent":{"9933":{}}}],["entities/tag.entity.mention.__type",{"_index":2808,"name":{},"parent":{"9934":{},"9935":{},"9936":{},"9937":{}}}],["entities/tag.entity.notification",{"_index":2844,"name":{},"parent":{"10074":{}}}],["entities/tag.entity.notification.__type",{"_index":2845,"name":{},"parent":{"10075":{},"10076":{},"10077":{},"10078":{},"10079":{},"10080":{}}}],["entities/tag.entity.poll",{"_index":2815,"name":{},"parent":{"9953":{}}}],["entities/tag.entity.poll.__type",{"_index":2816,"name":{},"parent":{"9954":{},"9955":{},"9956":{},"9957":{},"9958":{},"9959":{},"9960":{}}}],["entities/tag.entity.polloption",{"_index":2813,"name":{},"parent":{"9949":{}}}],["entities/tag.entity.polloption.__type",{"_index":2814,"name":{},"parent":{"9950":{},"9951":{}}}],["entities/tag.entity.preferences",{"_index":2846,"name":{},"parent":{"10083":{}}}],["entities/tag.entity.preferences.__type",{"_index":2847,"name":{},"parent":{"10084":{},"10085":{},"10086":{},"10087":{},"10088":{}}}],["entities/tag.entity.pushsubscription",{"_index":2848,"name":{},"parent":{"10090":{}}}],["entities/tag.entity.pushsubscription.__type",{"_index":2849,"name":{},"parent":{"10091":{},"10092":{},"10093":{},"10094":{}}}],["entities/tag.entity.reaction",{"_index":2817,"name":{},"parent":{"9962":{}}}],["entities/tag.entity.reaction.__type",{"_index":2818,"name":{},"parent":{"9963":{},"9964":{},"9965":{},"9966":{}}}],["entities/tag.entity.relationship",{"_index":2850,"name":{},"parent":{"10096":{}}}],["entities/tag.entity.relationship.__type",{"_index":2851,"name":{},"parent":{"10097":{},"10098":{},"10099":{},"10100":{},"10101":{},"10102":{},"10103":{},"10104":{},"10105":{},"10106":{}}}],["entities/tag.entity.report",{"_index":2852,"name":{},"parent":{"10108":{}}}],["entities/tag.entity.report.__type",{"_index":2853,"name":{},"parent":{"10109":{},"10110":{},"10111":{},"10112":{},"10113":{}}}],["entities/tag.entity.results",{"_index":2854,"name":{},"parent":{"10115":{}}}],["entities/tag.entity.results.__type",{"_index":2855,"name":{},"parent":{"10116":{},"10117":{},"10118":{}}}],["entities/tag.entity.scheduledstatus",{"_index":2856,"name":{},"parent":{"10120":{}}}],["entities/tag.entity.scheduledstatus.__type",{"_index":2857,"name":{},"parent":{"10121":{},"10122":{},"10123":{},"10124":{}}}],["entities/tag.entity.source",{"_index":2795,"name":{},"parent":{"9869":{}}}],["entities/tag.entity.source.__type",{"_index":2796,"name":{},"parent":{"9870":{},"9871":{},"9872":{},"9873":{},"9874":{}}}],["entities/tag.entity.stats",{"_index":2835,"name":{},"parent":{"10039":{}}}],["entities/tag.entity.stats.__type",{"_index":2836,"name":{},"parent":{"10040":{},"10041":{},"10042":{}}}],["entities/tag.entity.status",{"_index":2819,"name":{},"parent":{"9968":{}}}],["entities/tag.entity.status.__type",{"_index":2820,"name":{},"parent":{"9969":{},"9970":{},"9971":{},"9972":{},"9973":{},"9974":{},"9975":{},"9976":{},"9977":{},"9978":{},"9979":{},"9980":{},"9981":{},"9982":{},"9983":{},"9984":{},"9985":{},"9986":{},"9987":{},"9988":{},"9989":{},"9990":{},"9991":{},"9992":{},"9993":{},"9994":{},"9995":{},"9996":{},"9997":{},"9998":{}}}],["entities/tag.entity.statusparams",{"_index":2858,"name":{},"parent":{"10126":{}}}],["entities/tag.entity.statusparams.__type",{"_index":2859,"name":{},"parent":{"10127":{},"10128":{},"10129":{},"10130":{},"10131":{},"10132":{},"10133":{},"10134":{}}}],["entities/tag.entity.tag",{"_index":2811,"name":{},"parent":{"9944":{}}}],["entities/tag.entity.tag.__type",{"_index":2812,"name":{},"parent":{"9945":{},"9946":{},"9947":{}}}],["entities/tag.entity.token",{"_index":2860,"name":{},"parent":{"10136":{}}}],["entities/tag.entity.token.__type",{"_index":2861,"name":{},"parent":{"10137":{},"10138":{},"10139":{},"10140":{}}}],["entities/tag.entity.urls",{"_index":2833,"name":{},"parent":{"10036":{}}}],["entities/tag.entity.urls.__type",{"_index":2834,"name":{},"parent":{"10037":{}}}],["entities/token",{"_index":42,"name":{"42":{}},"parent":{"10141":{}}}],["entities/token.entity",{"_index":2862,"name":{},"parent":{"10142":{},"10148":{},"10155":{},"10177":{},"10183":{},"10188":{},"10198":{},"10212":{},"10218":{},"10223":{},"10228":{},"10232":{},"10241":{},"10247":{},"10279":{},"10283":{},"10289":{},"10295":{},"10300":{},"10308":{},"10315":{},"10318":{},"10323":{},"10337":{},"10341":{},"10353":{},"10361":{},"10362":{},"10369":{},"10375":{},"10387":{},"10394":{},"10399":{},"10405":{},"10415":{}}}],["entities/token.entity.account",{"_index":2867,"name":{},"parent":{"10156":{}}}],["entities/token.entity.account.__type",{"_index":2868,"name":{},"parent":{"10157":{},"10158":{},"10159":{},"10160":{},"10161":{},"10162":{},"10163":{},"10164":{},"10165":{},"10166":{},"10167":{},"10168":{},"10169":{},"10170":{},"10171":{},"10172":{},"10173":{},"10174":{},"10175":{},"10176":{}}}],["entities/token.entity.activity",{"_index":2869,"name":{},"parent":{"10178":{}}}],["entities/token.entity.activity.__type",{"_index":2870,"name":{},"parent":{"10179":{},"10180":{},"10181":{},"10182":{}}}],["entities/token.entity.application",{"_index":2871,"name":{},"parent":{"10184":{}}}],["entities/token.entity.application.__type",{"_index":2872,"name":{},"parent":{"10185":{},"10186":{},"10187":{}}}],["entities/token.entity.attachment",{"_index":2873,"name":{},"parent":{"10189":{}}}],["entities/token.entity.attachment.__type",{"_index":2874,"name":{},"parent":{"10190":{},"10191":{},"10192":{},"10193":{},"10194":{},"10195":{},"10196":{},"10197":{}}}],["entities/token.entity.card",{"_index":2875,"name":{},"parent":{"10199":{}}}],["entities/token.entity.card.__type",{"_index":2876,"name":{},"parent":{"10200":{},"10201":{},"10202":{},"10203":{},"10204":{},"10205":{},"10206":{},"10207":{},"10208":{},"10209":{},"10210":{},"10211":{}}}],["entities/token.entity.context",{"_index":2891,"name":{},"parent":{"10280":{}}}],["entities/token.entity.context.__type",{"_index":2892,"name":{},"parent":{"10281":{},"10282":{}}}],["entities/token.entity.conversation",{"_index":2893,"name":{},"parent":{"10284":{}}}],["entities/token.entity.conversation.__type",{"_index":2894,"name":{},"parent":{"10285":{},"10286":{},"10287":{},"10288":{}}}],["entities/token.entity.emoji",{"_index":2863,"name":{},"parent":{"10143":{}}}],["entities/token.entity.emoji.__type",{"_index":2864,"name":{},"parent":{"10144":{},"10145":{},"10146":{},"10147":{}}}],["entities/token.entity.featuredtag",{"_index":2895,"name":{},"parent":{"10290":{}}}],["entities/token.entity.featuredtag.__type",{"_index":2896,"name":{},"parent":{"10291":{},"10292":{},"10293":{},"10294":{}}}],["entities/token.entity.field",{"_index":2897,"name":{},"parent":{"10296":{}}}],["entities/token.entity.field.__type",{"_index":2898,"name":{},"parent":{"10297":{},"10298":{},"10299":{}}}],["entities/token.entity.filter",{"_index":2899,"name":{},"parent":{"10301":{}}}],["entities/token.entity.filter.__type",{"_index":2900,"name":{},"parent":{"10302":{},"10303":{},"10304":{},"10305":{},"10306":{},"10307":{}}}],["entities/token.entity.history",{"_index":2879,"name":{},"parent":{"10219":{}}}],["entities/token.entity.history.__type",{"_index":2880,"name":{},"parent":{"10220":{},"10221":{},"10222":{}}}],["entities/token.entity.identityproof",{"_index":2901,"name":{},"parent":{"10309":{}}}],["entities/token.entity.identityproof.__type",{"_index":2902,"name":{},"parent":{"10310":{},"10311":{},"10312":{},"10313":{},"10314":{}}}],["entities/token.entity.instance",{"_index":2907,"name":{},"parent":{"10324":{}}}],["entities/token.entity.instance.__type",{"_index":2908,"name":{},"parent":{"10325":{},"10326":{},"10327":{},"10328":{},"10329":{},"10330":{},"10331":{},"10332":{},"10333":{},"10334":{},"10335":{},"10336":{}}}],["entities/token.entity.list",{"_index":2909,"name":{},"parent":{"10338":{}}}],["entities/token.entity.list.__type",{"_index":2910,"name":{},"parent":{"10339":{},"10340":{}}}],["entities/token.entity.marker",{"_index":2911,"name":{},"parent":{"10342":{}}}],["entities/token.entity.marker.__type",{"_index":2912,"name":{},"parent":{"10343":{},"10344":{},"10348":{},"10349":{}}}],["entities/token.entity.marker.__type.__type",{"_index":2913,"name":{},"parent":{"10345":{},"10346":{},"10347":{},"10350":{},"10351":{},"10352":{}}}],["entities/token.entity.mention",{"_index":2877,"name":{},"parent":{"10213":{}}}],["entities/token.entity.mention.__type",{"_index":2878,"name":{},"parent":{"10214":{},"10215":{},"10216":{},"10217":{}}}],["entities/token.entity.notification",{"_index":2914,"name":{},"parent":{"10354":{}}}],["entities/token.entity.notification.__type",{"_index":2915,"name":{},"parent":{"10355":{},"10356":{},"10357":{},"10358":{},"10359":{},"10360":{}}}],["entities/token.entity.poll",{"_index":2885,"name":{},"parent":{"10233":{}}}],["entities/token.entity.poll.__type",{"_index":2886,"name":{},"parent":{"10234":{},"10235":{},"10236":{},"10237":{},"10238":{},"10239":{},"10240":{}}}],["entities/token.entity.polloption",{"_index":2883,"name":{},"parent":{"10229":{}}}],["entities/token.entity.polloption.__type",{"_index":2884,"name":{},"parent":{"10230":{},"10231":{}}}],["entities/token.entity.preferences",{"_index":2916,"name":{},"parent":{"10363":{}}}],["entities/token.entity.preferences.__type",{"_index":2917,"name":{},"parent":{"10364":{},"10365":{},"10366":{},"10367":{},"10368":{}}}],["entities/token.entity.pushsubscription",{"_index":2918,"name":{},"parent":{"10370":{}}}],["entities/token.entity.pushsubscription.__type",{"_index":2919,"name":{},"parent":{"10371":{},"10372":{},"10373":{},"10374":{}}}],["entities/token.entity.reaction",{"_index":2887,"name":{},"parent":{"10242":{}}}],["entities/token.entity.reaction.__type",{"_index":2888,"name":{},"parent":{"10243":{},"10244":{},"10245":{},"10246":{}}}],["entities/token.entity.relationship",{"_index":2920,"name":{},"parent":{"10376":{}}}],["entities/token.entity.relationship.__type",{"_index":2921,"name":{},"parent":{"10377":{},"10378":{},"10379":{},"10380":{},"10381":{},"10382":{},"10383":{},"10384":{},"10385":{},"10386":{}}}],["entities/token.entity.report",{"_index":2922,"name":{},"parent":{"10388":{}}}],["entities/token.entity.report.__type",{"_index":2923,"name":{},"parent":{"10389":{},"10390":{},"10391":{},"10392":{},"10393":{}}}],["entities/token.entity.results",{"_index":2924,"name":{},"parent":{"10395":{}}}],["entities/token.entity.results.__type",{"_index":2925,"name":{},"parent":{"10396":{},"10397":{},"10398":{}}}],["entities/token.entity.scheduledstatus",{"_index":2926,"name":{},"parent":{"10400":{}}}],["entities/token.entity.scheduledstatus.__type",{"_index":2927,"name":{},"parent":{"10401":{},"10402":{},"10403":{},"10404":{}}}],["entities/token.entity.source",{"_index":2865,"name":{},"parent":{"10149":{}}}],["entities/token.entity.source.__type",{"_index":2866,"name":{},"parent":{"10150":{},"10151":{},"10152":{},"10153":{},"10154":{}}}],["entities/token.entity.stats",{"_index":2905,"name":{},"parent":{"10319":{}}}],["entities/token.entity.stats.__type",{"_index":2906,"name":{},"parent":{"10320":{},"10321":{},"10322":{}}}],["entities/token.entity.status",{"_index":2889,"name":{},"parent":{"10248":{}}}],["entities/token.entity.status.__type",{"_index":2890,"name":{},"parent":{"10249":{},"10250":{},"10251":{},"10252":{},"10253":{},"10254":{},"10255":{},"10256":{},"10257":{},"10258":{},"10259":{},"10260":{},"10261":{},"10262":{},"10263":{},"10264":{},"10265":{},"10266":{},"10267":{},"10268":{},"10269":{},"10270":{},"10271":{},"10272":{},"10273":{},"10274":{},"10275":{},"10276":{},"10277":{},"10278":{}}}],["entities/token.entity.statusparams",{"_index":2928,"name":{},"parent":{"10406":{}}}],["entities/token.entity.statusparams.__type",{"_index":2929,"name":{},"parent":{"10407":{},"10408":{},"10409":{},"10410":{},"10411":{},"10412":{},"10413":{},"10414":{}}}],["entities/token.entity.tag",{"_index":2881,"name":{},"parent":{"10224":{}}}],["entities/token.entity.tag.__type",{"_index":2882,"name":{},"parent":{"10225":{},"10226":{},"10227":{}}}],["entities/token.entity.token",{"_index":2930,"name":{},"parent":{"10416":{}}}],["entities/token.entity.token.__type",{"_index":2931,"name":{},"parent":{"10417":{},"10418":{},"10419":{},"10420":{}}}],["entities/token.entity.urls",{"_index":2903,"name":{},"parent":{"10316":{}}}],["entities/token.entity.urls.__type",{"_index":2904,"name":{},"parent":{"10317":{}}}],["entities/urls",{"_index":43,"name":{"43":{}},"parent":{"10421":{}}}],["entities/urls.entity",{"_index":2932,"name":{},"parent":{"10422":{},"10428":{},"10435":{},"10457":{},"10463":{},"10468":{},"10478":{},"10492":{},"10498":{},"10503":{},"10508":{},"10512":{},"10521":{},"10527":{},"10559":{},"10563":{},"10569":{},"10575":{},"10580":{},"10588":{},"10595":{},"10598":{},"10603":{},"10617":{},"10621":{},"10633":{},"10641":{},"10642":{},"10649":{},"10655":{},"10667":{},"10674":{},"10679":{},"10685":{},"10695":{}}}],["entities/urls.entity.account",{"_index":2937,"name":{},"parent":{"10436":{}}}],["entities/urls.entity.account.__type",{"_index":2938,"name":{},"parent":{"10437":{},"10438":{},"10439":{},"10440":{},"10441":{},"10442":{},"10443":{},"10444":{},"10445":{},"10446":{},"10447":{},"10448":{},"10449":{},"10450":{},"10451":{},"10452":{},"10453":{},"10454":{},"10455":{},"10456":{}}}],["entities/urls.entity.activity",{"_index":2939,"name":{},"parent":{"10458":{}}}],["entities/urls.entity.activity.__type",{"_index":2940,"name":{},"parent":{"10459":{},"10460":{},"10461":{},"10462":{}}}],["entities/urls.entity.application",{"_index":2941,"name":{},"parent":{"10464":{}}}],["entities/urls.entity.application.__type",{"_index":2942,"name":{},"parent":{"10465":{},"10466":{},"10467":{}}}],["entities/urls.entity.attachment",{"_index":2943,"name":{},"parent":{"10469":{}}}],["entities/urls.entity.attachment.__type",{"_index":2944,"name":{},"parent":{"10470":{},"10471":{},"10472":{},"10473":{},"10474":{},"10475":{},"10476":{},"10477":{}}}],["entities/urls.entity.card",{"_index":2945,"name":{},"parent":{"10479":{}}}],["entities/urls.entity.card.__type",{"_index":2946,"name":{},"parent":{"10480":{},"10481":{},"10482":{},"10483":{},"10484":{},"10485":{},"10486":{},"10487":{},"10488":{},"10489":{},"10490":{},"10491":{}}}],["entities/urls.entity.context",{"_index":2961,"name":{},"parent":{"10560":{}}}],["entities/urls.entity.context.__type",{"_index":2962,"name":{},"parent":{"10561":{},"10562":{}}}],["entities/urls.entity.conversation",{"_index":2963,"name":{},"parent":{"10564":{}}}],["entities/urls.entity.conversation.__type",{"_index":2964,"name":{},"parent":{"10565":{},"10566":{},"10567":{},"10568":{}}}],["entities/urls.entity.emoji",{"_index":2933,"name":{},"parent":{"10423":{}}}],["entities/urls.entity.emoji.__type",{"_index":2934,"name":{},"parent":{"10424":{},"10425":{},"10426":{},"10427":{}}}],["entities/urls.entity.featuredtag",{"_index":2965,"name":{},"parent":{"10570":{}}}],["entities/urls.entity.featuredtag.__type",{"_index":2966,"name":{},"parent":{"10571":{},"10572":{},"10573":{},"10574":{}}}],["entities/urls.entity.field",{"_index":2967,"name":{},"parent":{"10576":{}}}],["entities/urls.entity.field.__type",{"_index":2968,"name":{},"parent":{"10577":{},"10578":{},"10579":{}}}],["entities/urls.entity.filter",{"_index":2969,"name":{},"parent":{"10581":{}}}],["entities/urls.entity.filter.__type",{"_index":2970,"name":{},"parent":{"10582":{},"10583":{},"10584":{},"10585":{},"10586":{},"10587":{}}}],["entities/urls.entity.history",{"_index":2949,"name":{},"parent":{"10499":{}}}],["entities/urls.entity.history.__type",{"_index":2950,"name":{},"parent":{"10500":{},"10501":{},"10502":{}}}],["entities/urls.entity.identityproof",{"_index":2971,"name":{},"parent":{"10589":{}}}],["entities/urls.entity.identityproof.__type",{"_index":2972,"name":{},"parent":{"10590":{},"10591":{},"10592":{},"10593":{},"10594":{}}}],["entities/urls.entity.instance",{"_index":2977,"name":{},"parent":{"10604":{}}}],["entities/urls.entity.instance.__type",{"_index":2978,"name":{},"parent":{"10605":{},"10606":{},"10607":{},"10608":{},"10609":{},"10610":{},"10611":{},"10612":{},"10613":{},"10614":{},"10615":{},"10616":{}}}],["entities/urls.entity.list",{"_index":2979,"name":{},"parent":{"10618":{}}}],["entities/urls.entity.list.__type",{"_index":2980,"name":{},"parent":{"10619":{},"10620":{}}}],["entities/urls.entity.marker",{"_index":2981,"name":{},"parent":{"10622":{}}}],["entities/urls.entity.marker.__type",{"_index":2982,"name":{},"parent":{"10623":{},"10624":{},"10628":{},"10629":{}}}],["entities/urls.entity.marker.__type.__type",{"_index":2983,"name":{},"parent":{"10625":{},"10626":{},"10627":{},"10630":{},"10631":{},"10632":{}}}],["entities/urls.entity.mention",{"_index":2947,"name":{},"parent":{"10493":{}}}],["entities/urls.entity.mention.__type",{"_index":2948,"name":{},"parent":{"10494":{},"10495":{},"10496":{},"10497":{}}}],["entities/urls.entity.notification",{"_index":2984,"name":{},"parent":{"10634":{}}}],["entities/urls.entity.notification.__type",{"_index":2985,"name":{},"parent":{"10635":{},"10636":{},"10637":{},"10638":{},"10639":{},"10640":{}}}],["entities/urls.entity.poll",{"_index":2955,"name":{},"parent":{"10513":{}}}],["entities/urls.entity.poll.__type",{"_index":2956,"name":{},"parent":{"10514":{},"10515":{},"10516":{},"10517":{},"10518":{},"10519":{},"10520":{}}}],["entities/urls.entity.polloption",{"_index":2953,"name":{},"parent":{"10509":{}}}],["entities/urls.entity.polloption.__type",{"_index":2954,"name":{},"parent":{"10510":{},"10511":{}}}],["entities/urls.entity.preferences",{"_index":2986,"name":{},"parent":{"10643":{}}}],["entities/urls.entity.preferences.__type",{"_index":2987,"name":{},"parent":{"10644":{},"10645":{},"10646":{},"10647":{},"10648":{}}}],["entities/urls.entity.pushsubscription",{"_index":2988,"name":{},"parent":{"10650":{}}}],["entities/urls.entity.pushsubscription.__type",{"_index":2989,"name":{},"parent":{"10651":{},"10652":{},"10653":{},"10654":{}}}],["entities/urls.entity.reaction",{"_index":2957,"name":{},"parent":{"10522":{}}}],["entities/urls.entity.reaction.__type",{"_index":2958,"name":{},"parent":{"10523":{},"10524":{},"10525":{},"10526":{}}}],["entities/urls.entity.relationship",{"_index":2990,"name":{},"parent":{"10656":{}}}],["entities/urls.entity.relationship.__type",{"_index":2991,"name":{},"parent":{"10657":{},"10658":{},"10659":{},"10660":{},"10661":{},"10662":{},"10663":{},"10664":{},"10665":{},"10666":{}}}],["entities/urls.entity.report",{"_index":2992,"name":{},"parent":{"10668":{}}}],["entities/urls.entity.report.__type",{"_index":2993,"name":{},"parent":{"10669":{},"10670":{},"10671":{},"10672":{},"10673":{}}}],["entities/urls.entity.results",{"_index":2994,"name":{},"parent":{"10675":{}}}],["entities/urls.entity.results.__type",{"_index":2995,"name":{},"parent":{"10676":{},"10677":{},"10678":{}}}],["entities/urls.entity.scheduledstatus",{"_index":2996,"name":{},"parent":{"10680":{}}}],["entities/urls.entity.scheduledstatus.__type",{"_index":2997,"name":{},"parent":{"10681":{},"10682":{},"10683":{},"10684":{}}}],["entities/urls.entity.source",{"_index":2935,"name":{},"parent":{"10429":{}}}],["entities/urls.entity.source.__type",{"_index":2936,"name":{},"parent":{"10430":{},"10431":{},"10432":{},"10433":{},"10434":{}}}],["entities/urls.entity.stats",{"_index":2975,"name":{},"parent":{"10599":{}}}],["entities/urls.entity.stats.__type",{"_index":2976,"name":{},"parent":{"10600":{},"10601":{},"10602":{}}}],["entities/urls.entity.status",{"_index":2959,"name":{},"parent":{"10528":{}}}],["entities/urls.entity.status.__type",{"_index":2960,"name":{},"parent":{"10529":{},"10530":{},"10531":{},"10532":{},"10533":{},"10534":{},"10535":{},"10536":{},"10537":{},"10538":{},"10539":{},"10540":{},"10541":{},"10542":{},"10543":{},"10544":{},"10545":{},"10546":{},"10547":{},"10548":{},"10549":{},"10550":{},"10551":{},"10552":{},"10553":{},"10554":{},"10555":{},"10556":{},"10557":{},"10558":{}}}],["entities/urls.entity.statusparams",{"_index":2998,"name":{},"parent":{"10686":{}}}],["entities/urls.entity.statusparams.__type",{"_index":2999,"name":{},"parent":{"10687":{},"10688":{},"10689":{},"10690":{},"10691":{},"10692":{},"10693":{},"10694":{}}}],["entities/urls.entity.tag",{"_index":2951,"name":{},"parent":{"10504":{}}}],["entities/urls.entity.tag.__type",{"_index":2952,"name":{},"parent":{"10505":{},"10506":{},"10507":{}}}],["entities/urls.entity.token",{"_index":3000,"name":{},"parent":{"10696":{}}}],["entities/urls.entity.token.__type",{"_index":3001,"name":{},"parent":{"10697":{},"10698":{},"10699":{},"10700":{}}}],["entities/urls.entity.urls",{"_index":2973,"name":{},"parent":{"10596":{}}}],["entities/urls.entity.urls.__type",{"_index":2974,"name":{},"parent":{"10597":{}}}],["entity",{"_index":44,"name":{"44":{},"75":{},"528":{},"857":{},"1181":{},"1461":{},"1741":{},"2021":{},"2301":{},"2581":{},"2861":{},"3141":{},"3421":{},"3701":{},"3981":{},"4261":{},"4541":{},"4821":{},"5101":{},"5381":{},"5661":{},"5941":{},"6221":{},"6501":{},"6781":{},"7061":{},"7341":{},"7621":{},"7901":{},"8181":{},"8461":{},"8741":{},"9021":{},"9301":{},"9581":{},"9861":{},"10141":{},"10421":{},"10715":{}},"parent":{"10701":{}}}],["expired",{"_index":571,"name":{"1276":{},"1556":{},"1836":{},"2116":{},"2396":{},"2676":{},"2956":{},"3236":{},"3516":{},"3796":{},"4076":{},"4356":{},"4636":{},"4916":{},"5196":{},"5476":{},"5756":{},"6036":{},"6316":{},"6596":{},"6876":{},"7156":{},"7436":{},"7716":{},"7996":{},"8276":{},"8556":{},"8836":{},"9116":{},"9396":{},"9676":{},"9956":{},"10236":{},"10516":{},"10812":{},"11085":{},"11358":{},"11631":{},"11904":{},"12177":{},"12450":{},"12723":{},"12996":{},"13269":{},"13542":{},"13815":{},"14088":{},"14361":{},"14634":{},"14907":{},"15180":{},"15453":{},"15726":{},"15999":{},"16272":{},"16545":{},"16818":{},"17091":{},"17364":{},"17637":{},"17910":{},"18183":{},"18456":{},"18729":{},"19002":{},"19275":{},"19548":{},"24608":{},"24900":{},"25192":{},"25484":{},"25776":{},"26068":{},"26360":{},"26652":{},"26944":{},"27236":{},"27528":{},"27820":{},"28112":{},"28404":{},"28696":{},"28988":{},"29280":{},"29572":{},"29864":{},"30156":{},"30448":{},"30740":{},"31032":{},"31324":{},"31616":{},"31908":{},"32200":{},"32492":{},"32784":{},"33076":{},"33368":{},"33660":{},"33952":{},"34244":{}},"parent":{}}],["expires_at",{"_index":570,"name":{"1275":{},"1345":{},"1555":{},"1625":{},"1835":{},"1905":{},"2115":{},"2185":{},"2395":{},"2465":{},"2675":{},"2745":{},"2955":{},"3025":{},"3235":{},"3305":{},"3515":{},"3585":{},"3795":{},"3865":{},"4075":{},"4145":{},"4355":{},"4425":{},"4635":{},"4705":{},"4915":{},"4985":{},"5195":{},"5265":{},"5475":{},"5545":{},"5755":{},"5825":{},"6035":{},"6105":{},"6315":{},"6385":{},"6595":{},"6665":{},"6875":{},"6945":{},"7155":{},"7225":{},"7435":{},"7505":{},"7715":{},"7785":{},"7995":{},"8065":{},"8275":{},"8345":{},"8555":{},"8625":{},"8835":{},"8905":{},"9115":{},"9185":{},"9395":{},"9465":{},"9675":{},"9745":{},"9955":{},"10025":{},"10235":{},"10305":{},"10515":{},"10585":{},"10811":{},"10875":{},"11084":{},"11148":{},"11357":{},"11421":{},"11630":{},"11694":{},"11903":{},"11967":{},"12176":{},"12240":{},"12449":{},"12513":{},"12722":{},"12786":{},"12995":{},"13059":{},"13268":{},"13332":{},"13541":{},"13605":{},"13814":{},"13878":{},"14087":{},"14151":{},"14360":{},"14424":{},"14633":{},"14697":{},"14906":{},"14970":{},"15179":{},"15243":{},"15452":{},"15516":{},"15725":{},"15789":{},"15998":{},"16062":{},"16271":{},"16335":{},"16544":{},"16608":{},"16817":{},"16881":{},"17090":{},"17154":{},"17363":{},"17427":{},"17636":{},"17700":{},"17909":{},"17973":{},"18182":{},"18246":{},"18455":{},"18519":{},"18728":{},"18792":{},"19001":{},"19065":{},"19274":{},"19338":{},"19547":{},"19611":{},"24607":{},"24688":{},"24899":{},"24980":{},"25191":{},"25272":{},"25483":{},"25564":{},"25775":{},"25856":{},"26067":{},"26148":{},"26359":{},"26440":{},"26651":{},"26732":{},"26943":{},"27024":{},"27235":{},"27316":{},"27527":{},"27608":{},"27819":{},"27900":{},"28111":{},"28192":{},"28403":{},"28484":{},"28695":{},"28776":{},"28987":{},"29068":{},"29279":{},"29360":{},"29571":{},"29652":{},"29863":{},"29944":{},"30155":{},"30236":{},"30447":{},"30528":{},"30739":{},"30820":{},"31031":{},"31112":{},"31323":{},"31404":{},"31615":{},"31696":{},"31907":{},"31988":{},"32199":{},"32280":{},"32491":{},"32572":{},"32783":{},"32864":{},"33075":{},"33156":{},"33367":{},"33448":{},"33659":{},"33740":{},"33951":{},"34032":{},"34243":{},"34324":{}},"parent":{}}],["expires_in",{"_index":422,"name":{"819":{},"842":{}},"parent":{}}],["expiresat",{"_index":5277,"name":{"19774":{},"19982":{},"20190":{},"20398":{},"20606":{},"20814":{},"21022":{},"21230":{},"21438":{},"21646":{},"21854":{},"22062":{},"22270":{},"22478":{},"22686":{},"22894":{},"23102":{},"23310":{},"23518":{},"23726":{},"23934":{},"24142":{},"24350":{}},"parent":{}}],["expiresin",{"_index":436,"name":{"848":{}},"parent":{}}],["favorite",{"_index":337,"name":{"534":{},"19838":{},"20046":{},"20254":{},"20462":{},"20670":{},"20878":{},"21086":{},"21294":{},"21502":{},"21710":{},"21918":{},"22126":{},"22334":{},"22542":{},"22750":{},"22958":{},"23166":{},"23374":{},"23582":{},"23790":{},"23998":{},"24206":{},"24414":{}},"parent":{}}],["favourite",{"_index":146,"name":{"183":{},"796":{},"993":{}},"parent":{}}],["favourited",{"_index":589,"name":{"1303":{},"1583":{},"1863":{},"2143":{},"2423":{},"2703":{},"2983":{},"3263":{},"3543":{},"3823":{},"4103":{},"4383":{},"4663":{},"4943":{},"5223":{},"5503":{},"5783":{},"6063":{},"6343":{},"6623":{},"6903":{},"7183":{},"7463":{},"7743":{},"8023":{},"8303":{},"8583":{},"8863":{},"9143":{},"9423":{},"9703":{},"9983":{},"10263":{},"10543":{},"10833":{},"11106":{},"11379":{},"11652":{},"11925":{},"12198":{},"12471":{},"12744":{},"13017":{},"13290":{},"13563":{},"13836":{},"14109":{},"14382":{},"14655":{},"14928":{},"15201":{},"15474":{},"15747":{},"16020":{},"16293":{},"16566":{},"16839":{},"17112":{},"17385":{},"17658":{},"17931":{},"18204":{},"18477":{},"18750":{},"19023":{},"19296":{},"19569":{},"24635":{},"24927":{},"25219":{},"25511":{},"25803":{},"26095":{},"26387":{},"26679":{},"26971":{},"27263":{},"27555":{},"27847":{},"28139":{},"28431":{},"28723":{},"29015":{},"29307":{},"29599":{},"29891":{},"30183":{},"30475":{},"30767":{},"31059":{},"31351":{},"31643":{},"31935":{},"32227":{},"32519":{},"32811":{},"33103":{},"33395":{},"33687":{},"33979":{},"34271":{}},"parent":{}}],["favourites_count",{"_index":587,"name":{"1301":{},"1581":{},"1861":{},"2141":{},"2421":{},"2701":{},"2981":{},"3261":{},"3541":{},"3821":{},"4101":{},"4381":{},"4661":{},"4941":{},"5221":{},"5501":{},"5781":{},"6061":{},"6341":{},"6621":{},"6901":{},"7181":{},"7461":{},"7741":{},"8021":{},"8301":{},"8581":{},"8861":{},"9141":{},"9421":{},"9701":{},"9981":{},"10261":{},"10541":{},"10831":{},"11104":{},"11377":{},"11650":{},"11923":{},"12196":{},"12469":{},"12742":{},"13015":{},"13288":{},"13561":{},"13834":{},"14107":{},"14380":{},"14653":{},"14926":{},"15199":{},"15472":{},"15745":{},"16018":{},"16291":{},"16564":{},"16837":{},"17110":{},"17383":{},"17656":{},"17929":{},"18202":{},"18475":{},"18748":{},"19021":{},"19294":{},"19567":{},"24633":{},"24925":{},"25217":{},"25509":{},"25801":{},"26093":{},"26385":{},"26677":{},"26969":{},"27261":{},"27553":{},"27845":{},"28137":{},"28429":{},"28721":{},"29013":{},"29305":{},"29597":{},"29889":{},"30181":{},"30473":{},"30765":{},"31057":{},"31349":{},"31641":{},"31933":{},"32225":{},"32517":{},"32809":{},"33101":{},"33393":{},"33685":{},"33977":{},"34269":{}},"parent":{}}],["favouritestatus",{"_index":245,"name":{"309":{},"451":{},"726":{},"1096":{}},"parent":{}}],["featured_tag",{"_index":103,"name":{"120":{},"903":{}},"parent":{}}],["featuredtag",{"_index":74,"name":{"84":{},"866":{},"1329":{},"1609":{},"1889":{},"2169":{},"2449":{},"2729":{},"3009":{},"3289":{},"3569":{},"3849":{},"4129":{},"4409":{},"4689":{},"4969":{},"5249":{},"5529":{},"5809":{},"6089":{},"6369":{},"6649":{},"6929":{},"7209":{},"7489":{},"7769":{},"8049":{},"8329":{},"8609":{},"8889":{},"9169":{},"9449":{},"9729":{},"10009":{},"10289":{},"10569":{},"10859":{},"11132":{},"11405":{},"11678":{},"11951":{},"12224":{},"12497":{},"12770":{},"13043":{},"13316":{},"13589":{},"13862":{},"14135":{},"14408":{},"14681":{},"14954":{},"15227":{},"15500":{},"15773":{},"16046":{},"16319":{},"16592":{},"16865":{},"17138":{},"17411":{},"17684":{},"17957":{},"18230":{},"18503":{},"18776":{},"19049":{},"19322":{},"19595":{},"24672":{},"24964":{},"25256":{},"25548":{},"25840":{},"26132":{},"26424":{},"26716":{},"27008":{},"27300":{},"27592":{},"27884":{},"28176":{},"28468":{},"28760":{},"29052":{},"29344":{},"29636":{},"29928":{},"30220":{},"30512":{},"30804":{},"31096":{},"31388":{},"31680":{},"31972":{},"32264":{},"32556":{},"32848":{},"33140":{},"33432":{},"33724":{},"34016":{},"34308":{}},"parent":{}}],["fetchaccesstoken",{"_index":191,"name":{"254":{},"396":{},"671":{},"1041":{}},"parent":{}}],["field",{"_index":75,"name":{"85":{},"121":{},"867":{},"904":{},"1335":{},"1615":{},"1895":{},"2175":{},"2455":{},"2735":{},"3015":{},"3295":{},"3575":{},"3855":{},"4135":{},"4415":{},"4695":{},"4975":{},"5255":{},"5535":{},"5815":{},"6095":{},"6375":{},"6655":{},"6935":{},"7215":{},"7495":{},"7775":{},"8055":{},"8335":{},"8615":{},"8895":{},"9175":{},"9455":{},"9735":{},"10015":{},"10295":{},"10575":{},"10865":{},"11138":{},"11411":{},"11684":{},"11957":{},"12230":{},"12503":{},"12776":{},"13049":{},"13322":{},"13595":{},"13868":{},"14141":{},"14414":{},"14687":{},"14960":{},"15233":{},"15506":{},"15779":{},"16052":{},"16325":{},"16598":{},"16871":{},"17144":{},"17417":{},"17690":{},"17963":{},"18236":{},"18509":{},"18782":{},"19055":{},"19328":{},"19601":{},"24678":{},"24970":{},"25262":{},"25554":{},"25846":{},"26138":{},"26430":{},"26722":{},"27014":{},"27306":{},"27598":{},"27890":{},"28182":{},"28474":{},"28766":{},"29058":{},"29350":{},"29642":{},"29934":{},"30226":{},"30518":{},"30810":{},"31102":{},"31394":{},"31686":{},"31978":{},"32270":{},"32562":{},"32854":{},"33146":{},"33438":{},"33730":{},"34022":{},"34314":{}},"parent":{}}],["fields",{"_index":513,"name":{"1194":{},"1214":{},"1474":{},"1494":{},"1754":{},"1774":{},"2034":{},"2054":{},"2314":{},"2334":{},"2594":{},"2614":{},"2874":{},"2894":{},"3154":{},"3174":{},"3434":{},"3454":{},"3714":{},"3734":{},"3994":{},"4014":{},"4274":{},"4294":{},"4554":{},"4574":{},"4834":{},"4854":{},"5114":{},"5134":{},"5394":{},"5414":{},"5674":{},"5694":{},"5954":{},"5974":{},"6234":{},"6254":{},"6514":{},"6534":{},"6794":{},"6814":{},"7074":{},"7094":{},"7354":{},"7374":{},"7634":{},"7654":{},"7914":{},"7934":{},"8194":{},"8214":{},"8474":{},"8494":{},"8754":{},"8774":{},"9034":{},"9054":{},"9314":{},"9334":{},"9594":{},"9614":{},"9874":{},"9894":{},"10154":{},"10174":{},"10434":{},"10454":{},"10730":{},"10750":{},"11003":{},"11023":{},"11276":{},"11296":{},"11549":{},"11569":{},"11822":{},"11842":{},"12095":{},"12115":{},"12368":{},"12388":{},"12641":{},"12661":{},"12914":{},"12934":{},"13187":{},"13207":{},"13460":{},"13480":{},"13733":{},"13753":{},"14006":{},"14026":{},"14279":{},"14299":{},"14552":{},"14572":{},"14825":{},"14845":{},"15098":{},"15118":{},"15371":{},"15391":{},"15644":{},"15664":{},"15917":{},"15937":{},"16190":{},"16210":{},"16463":{},"16483":{},"16736":{},"16756":{},"17009":{},"17029":{},"17282":{},"17302":{},"17555":{},"17575":{},"17828":{},"17848":{},"18101":{},"18121":{},"18374":{},"18394":{},"18647":{},"18667":{},"18920":{},"18940":{},"19193":{},"19213":{},"19466":{},"19486":{},"24525":{},"24545":{},"24817":{},"24837":{},"25109":{},"25129":{},"25401":{},"25421":{},"25693":{},"25713":{},"25985":{},"26005":{},"26277":{},"26297":{},"26569":{},"26589":{},"26861":{},"26881":{},"27153":{},"27173":{},"27445":{},"27465":{},"27737":{},"27757":{},"28029":{},"28049":{},"28321":{},"28341":{},"28613":{},"28633":{},"28905":{},"28925":{},"29197":{},"29217":{},"29489":{},"29509":{},"29781":{},"29801":{},"30073":{},"30093":{},"30365":{},"30385":{},"30657":{},"30677":{},"30949":{},"30969":{},"31241":{},"31261":{},"31533":{},"31553":{},"31825":{},"31845":{},"32117":{},"32137":{},"32409":{},"32429":{},"32701":{},"32721":{},"32993":{},"33013":{},"33285":{},"33305":{},"33577":{},"33597":{},"33869":{},"33889":{},"34161":{},"34181":{}},"parent":{}}],["file",{"_index":338,"name":{"535":{},"560":{},"19750":{},"19958":{},"20166":{},"20374":{},"20582":{},"20790":{},"20998":{},"21206":{},"21414":{},"21622":{},"21830":{},"22038":{},"22246":{},"22454":{},"22662":{},"22870":{},"23078":{},"23286":{},"23494":{},"23702":{},"23910":{},"24118":{},"24326":{}},"parent":{}}],["fileids",{"_index":5285,"name":{"19790":{},"19998":{},"20206":{},"20414":{},"20622":{},"20830":{},"21038":{},"21246":{},"21454":{},"21662":{},"21870":{},"22078":{},"22286":{},"22494":{},"22702":{},"22910":{},"23118":{},"23326":{},"23534":{},"23742":{},"23950":{},"24158":{},"24366":{}},"parent":{}}],["files",{"_index":5286,"name":{"19791":{},"19999":{},"20207":{},"20415":{},"20623":{},"20831":{},"21039":{},"21247":{},"21455":{},"21663":{},"21871":{},"22079":{},"22287":{},"22495":{},"22703":{},"22911":{},"23119":{},"23327":{},"23535":{},"23743":{},"23951":{},"24159":{},"24367":{}},"parent":{}}],["filetype",{"_index":354,"name":{"559":{}},"parent":{}}],["filter",{"_index":76,"name":{"86":{},"122":{},"868":{},"905":{},"1340":{},"1620":{},"1900":{},"2180":{},"2460":{},"2740":{},"3020":{},"3300":{},"3580":{},"3860":{},"4140":{},"4420":{},"4700":{},"4980":{},"5260":{},"5540":{},"5820":{},"6100":{},"6380":{},"6660":{},"6940":{},"7220":{},"7500":{},"7780":{},"8060":{},"8340":{},"8620":{},"8900":{},"9180":{},"9460":{},"9740":{},"10020":{},"10300":{},"10580":{},"10870":{},"11143":{},"11416":{},"11689":{},"11962":{},"12235":{},"12508":{},"12781":{},"13054":{},"13327":{},"13600":{},"13873":{},"14146":{},"14419":{},"14692":{},"14965":{},"15238":{},"15511":{},"15784":{},"16057":{},"16330":{},"16603":{},"16876":{},"17149":{},"17422":{},"17695":{},"17968":{},"18241":{},"18514":{},"18787":{},"19060":{},"19333":{},"19606":{},"24683":{},"24975":{},"25267":{},"25559":{},"25851":{},"26143":{},"26435":{},"26727":{},"27019":{},"27311":{},"27603":{},"27895":{},"28187":{},"28479":{},"28771":{},"29063":{},"29355":{},"29647":{},"29939":{},"30231":{},"30523":{},"30815":{},"31107":{},"31399":{},"31691":{},"31983":{},"32275":{},"32567":{},"32859":{},"33151":{},"33443":{},"33735":{},"34027":{},"34319":{}},"parent":{}}],["follow",{"_index":147,"name":{"184":{},"615":{},"795":{},"994":{}},"parent":{}}],["followaccount",{"_index":206,"name":{"269":{},"411":{},"686":{},"1056":{}},"parent":{}}],["followed_by",{"_index":666,"name":{"1419":{},"1699":{},"1979":{},"2259":{},"2539":{},"2819":{},"3099":{},"3379":{},"3659":{},"3939":{},"4219":{},"4499":{},"4779":{},"5059":{},"5339":{},"5619":{},"5899":{},"6179":{},"6459":{},"6739":{},"7019":{},"7299":{},"7579":{},"7859":{},"8139":{},"8419":{},"8699":{},"8979":{},"9259":{},"9539":{},"9819":{},"10099":{},"10379":{},"10659":{},"10948":{},"11221":{},"11494":{},"11767":{},"12040":{},"12313":{},"12586":{},"12859":{},"13132":{},"13405":{},"13678":{},"13951":{},"14224":{},"14497":{},"14770":{},"15043":{},"15316":{},"15589":{},"15862":{},"16135":{},"16408":{},"16681":{},"16954":{},"17227":{},"17500":{},"17773":{},"18046":{},"18319":{},"18592":{},"18865":{},"19138":{},"19411":{},"19684":{},"24762":{},"25054":{},"25346":{},"25638":{},"25930":{},"26222":{},"26514":{},"26806":{},"27098":{},"27390":{},"27682":{},"27974":{},"28266":{},"28558":{},"28850":{},"29142":{},"29434":{},"29726":{},"30018":{},"30310":{},"30602":{},"30894":{},"31186":{},"31478":{},"31770":{},"32062":{},"32354":{},"32646":{},"32938":{},"33230":{},"33522":{},"33814":{},"34106":{},"34398":{}},"parent":{}}],["followee",{"_index":5324,"name":{"19857":{},"19862":{},"20065":{},"20070":{},"20273":{},"20278":{},"20481":{},"20486":{},"20689":{},"20694":{},"20897":{},"20902":{},"21105":{},"21110":{},"21313":{},"21318":{},"21521":{},"21526":{},"21729":{},"21734":{},"21937":{},"21942":{},"22145":{},"22150":{},"22353":{},"22358":{},"22561":{},"22566":{},"22769":{},"22774":{},"22977":{},"22982":{},"23185":{},"23190":{},"23393":{},"23398":{},"23601":{},"23606":{},"23809":{},"23814":{},"24017":{},"24022":{},"24225":{},"24230":{},"24433":{},"24438":{}},"parent":{}}],["followeeid",{"_index":5320,"name":{"19848":{},"19855":{},"20056":{},"20063":{},"20264":{},"20271":{},"20472":{},"20479":{},"20680":{},"20687":{},"20888":{},"20895":{},"21096":{},"21103":{},"21304":{},"21311":{},"21512":{},"21519":{},"21720":{},"21727":{},"21928":{},"21935":{},"22136":{},"22143":{},"22344":{},"22351":{},"22552":{},"22559":{},"22760":{},"22767":{},"22968":{},"22975":{},"23176":{},"23183":{},"23384":{},"23391":{},"23592":{},"23599":{},"23800":{},"23807":{},"24008":{},"24015":{},"24216":{},"24223":{},"24424":{},"24431":{}},"parent":{}}],["follower",{"_index":339,"name":{"536":{},"561":{},"19844":{},"19850":{},"19861":{},"20052":{},"20058":{},"20069":{},"20260":{},"20266":{},"20277":{},"20468":{},"20474":{},"20485":{},"20676":{},"20682":{},"20693":{},"20884":{},"20890":{},"20901":{},"21092":{},"21098":{},"21109":{},"21300":{},"21306":{},"21317":{},"21508":{},"21514":{},"21525":{},"21716":{},"21722":{},"21733":{},"21924":{},"21930":{},"21941":{},"22132":{},"22138":{},"22149":{},"22340":{},"22346":{},"22357":{},"22548":{},"22554":{},"22565":{},"22756":{},"22762":{},"22773":{},"22964":{},"22970":{},"22981":{},"23172":{},"23178":{},"23189":{},"23380":{},"23386":{},"23397":{},"23588":{},"23594":{},"23605":{},"23796":{},"23802":{},"23813":{},"24004":{},"24010":{},"24021":{},"24212":{},"24218":{},"24229":{},"24420":{},"24426":{},"24437":{}},"parent":{}}],["followerid",{"_index":5321,"name":{"19849":{},"19856":{},"20057":{},"20064":{},"20265":{},"20272":{},"20473":{},"20480":{},"20681":{},"20688":{},"20889":{},"20896":{},"21097":{},"21104":{},"21305":{},"21312":{},"21513":{},"21520":{},"21721":{},"21728":{},"21929":{},"21936":{},"22137":{},"22144":{},"22345":{},"22352":{},"22553":{},"22560":{},"22761":{},"22768":{},"22969":{},"22976":{},"23177":{},"23184":{},"23385":{},"23392":{},"23593":{},"23600":{},"23801":{},"23808":{},"24009":{},"24016":{},"24217":{},"24224":{},"24425":{},"24432":{}},"parent":{}}],["followers_count",{"_index":519,"name":{"1203":{},"1483":{},"1763":{},"2043":{},"2323":{},"2603":{},"2883":{},"3163":{},"3443":{},"3723":{},"4003":{},"4283":{},"4563":{},"4843":{},"5123":{},"5403":{},"5683":{},"5963":{},"6243":{},"6523":{},"6803":{},"7083":{},"7363":{},"7643":{},"7923":{},"8203":{},"8483":{},"8763":{},"9043":{},"9323":{},"9603":{},"9883":{},"10163":{},"10443":{},"10739":{},"11012":{},"11285":{},"11558":{},"11831":{},"12104":{},"12377":{},"12650":{},"12923":{},"13196":{},"13469":{},"13742":{},"14015":{},"14288":{},"14561":{},"14834":{},"15107":{},"15380":{},"15653":{},"15926":{},"16199":{},"16472":{},"16745":{},"17018":{},"17291":{},"17564":{},"17837":{},"18110":{},"18383":{},"18656":{},"18929":{},"19202":{},"19475":{},"24534":{},"24826":{},"25118":{},"25410":{},"25702":{},"25994":{},"26286":{},"26578":{},"26870":{},"27162":{},"27454":{},"27746":{},"28038":{},"28330":{},"28622":{},"28914":{},"29206":{},"29498":{},"29790":{},"30082":{},"30374":{},"30666":{},"30958":{},"31250":{},"31542":{},"31834":{},"32126":{},"32418":{},"32710":{},"33002":{},"33294":{},"33586":{},"33878":{},"34170":{}},"parent":{}}],["followerscount",{"_index":5302,"name":{"19822":{},"20030":{},"20238":{},"20446":{},"20654":{},"20862":{},"21070":{},"21278":{},"21486":{},"21694":{},"21902":{},"22110":{},"22318":{},"22526":{},"22734":{},"22942":{},"23150":{},"23358":{},"23566":{},"23774":{},"23982":{},"24190":{},"24398":{}},"parent":{}}],["following",{"_index":340,"name":{"537":{},"562":{},"1418":{},"1698":{},"1978":{},"2258":{},"2538":{},"2818":{},"3098":{},"3378":{},"3658":{},"3938":{},"4218":{},"4498":{},"4778":{},"5058":{},"5338":{},"5618":{},"5898":{},"6178":{},"6458":{},"6738":{},"7018":{},"7298":{},"7578":{},"7858":{},"8138":{},"8418":{},"8698":{},"8978":{},"9258":{},"9538":{},"9818":{},"10098":{},"10378":{},"10658":{},"10947":{},"11220":{},"11493":{},"11766":{},"12039":{},"12312":{},"12585":{},"12858":{},"13131":{},"13404":{},"13677":{},"13950":{},"14223":{},"14496":{},"14769":{},"15042":{},"15315":{},"15588":{},"15861":{},"16134":{},"16407":{},"16680":{},"16953":{},"17226":{},"17499":{},"17772":{},"18045":{},"18318":{},"18591":{},"18864":{},"19137":{},"19410":{},"19683":{},"19851":{},"20059":{},"20267":{},"20475":{},"20683":{},"20891":{},"21099":{},"21307":{},"21515":{},"21723":{},"21931":{},"22139":{},"22347":{},"22555":{},"22763":{},"22971":{},"23179":{},"23387":{},"23595":{},"23803":{},"24011":{},"24219":{},"24427":{},"24761":{},"25053":{},"25345":{},"25637":{},"25929":{},"26221":{},"26513":{},"26805":{},"27097":{},"27389":{},"27681":{},"27973":{},"28265":{},"28557":{},"28849":{},"29141":{},"29433":{},"29725":{},"30017":{},"30309":{},"30601":{},"30893":{},"31185":{},"31477":{},"31769":{},"32061":{},"32353":{},"32645":{},"32937":{},"33229":{},"33521":{},"33813":{},"34105":{},"34397":{}},"parent":{}}],["following_count",{"_index":520,"name":{"1204":{},"1484":{},"1764":{},"2044":{},"2324":{},"2604":{},"2884":{},"3164":{},"3444":{},"3724":{},"4004":{},"4284":{},"4564":{},"4844":{},"5124":{},"5404":{},"5684":{},"5964":{},"6244":{},"6524":{},"6804":{},"7084":{},"7364":{},"7644":{},"7924":{},"8204":{},"8484":{},"8764":{},"9044":{},"9324":{},"9604":{},"9884":{},"10164":{},"10444":{},"10740":{},"11013":{},"11286":{},"11559":{},"11832":{},"12105":{},"12378":{},"12651":{},"12924":{},"13197":{},"13470":{},"13743":{},"14016":{},"14289":{},"14562":{},"14835":{},"15108":{},"15381":{},"15654":{},"15927":{},"16200":{},"16473":{},"16746":{},"17019":{},"17292":{},"17565":{},"17838":{},"18111":{},"18384":{},"18657":{},"18930":{},"19203":{},"19476":{},"24535":{},"24827":{},"25119":{},"25411":{},"25703":{},"25995":{},"26287":{},"26579":{},"26871":{},"27163":{},"27455":{},"27747":{},"28039":{},"28331":{},"28623":{},"28915":{},"29207":{},"29499":{},"29791":{},"30083":{},"30375":{},"30667":{},"30959":{},"31251":{},"31543":{},"31835":{},"32127":{},"32419":{},"32711":{},"33003":{},"33295":{},"33587":{},"33879":{},"34171":{}},"parent":{}}],["followingcount",{"_index":5303,"name":{"19823":{},"20031":{},"20239":{},"20447":{},"20655":{},"20863":{},"21071":{},"21279":{},"21487":{},"21695":{},"21903":{},"22111":{},"22319":{},"22527":{},"22735":{},"22943":{},"23151":{},"23359":{},"23567":{},"23775":{},"23983":{},"24191":{},"24399":{}},"parent":{}}],["followrequest",{"_index":148,"name":{"186":{},"538":{},"801":{},"997":{},"19858":{},"20066":{},"20274":{},"20482":{},"20690":{},"20898":{},"21106":{},"21314":{},"21522":{},"21730":{},"21938":{},"22146":{},"22354":{},"22562":{},"22770":{},"22978":{},"23186":{},"23394":{},"23602":{},"23810":{},"24018":{},"24226":{},"24434":{}},"parent":{}}],["followrequestaccepted",{"_index":390,"name":{"623":{}},"parent":{}}],["from",{"_index":425,"name":{"822":{},"836":{}},"parent":{}}],["generateauthurl",{"_index":189,"name":{"252":{},"1039":{}},"parent":{}}],["generateauthurlandtoken",{"_index":401,"name":{"669":{}},"parent":{}}],["get",{"_index":49,"name":{"49":{},"67":{},"930":{},"947":{}},"parent":{}}],["getaccount",{"_index":197,"name":{"260":{},"402":{},"677":{},"1047":{}},"parent":{}}],["getaccountfavourites",{"_index":201,"name":{"264":{},"404":{},"679":{},"1051":{}},"parent":{}}],["getaccountfollowers",{"_index":202,"name":{"265":{},"407":{},"682":{},"1052":{}},"parent":{}}],["getaccountfollowing",{"_index":203,"name":{"266":{},"408":{},"683":{},"1053":{}},"parent":{}}],["getaccountlists",{"_index":204,"name":{"267":{},"409":{},"684":{},"1054":{}},"parent":{}}],["getaccountsinlist",{"_index":276,"name":{"340":{},"482":{},"757":{},"1127":{}},"parent":{}}],["getaccountstatuses",{"_index":198,"name":{"261":{},"403":{},"678":{},"1048":{}},"parent":{}}],["getblocks",{"_index":220,"name":{"283":{},"425":{},"700":{},"1070":{}},"parent":{}}],["getbookmarks",{"_index":217,"name":{"280":{},"422":{},"697":{},"1067":{}},"parent":{}}],["getconversationtimeline",{"_index":268,"name":{"332":{},"474":{},"749":{},"1119":{}},"parent":{}}],["getdomainblocks",{"_index":221,"name":{"284":{},"426":{},"701":{},"1071":{}},"parent":{}}],["getemojireaction",{"_index":299,"name":{"363":{},"505":{},"780":{},"1150":{}},"parent":{}}],["getemojireactions",{"_index":298,"name":{"362":{},"504":{},"779":{},"1149":{}},"parent":{}}],["getendorsements",{"_index":232,"name":{"296":{},"438":{},"713":{},"1083":{}},"parent":{}}],["getfavourites",{"_index":218,"name":{"281":{},"423":{},"698":{},"1068":{}},"parent":{}}],["getfeaturedtags",{"_index":233,"name":{"297":{},"439":{},"714":{},"1084":{}},"parent":{}}],["getfilter",{"_index":225,"name":{"288":{},"430":{},"705":{},"1075":{}},"parent":{}}],["getfilters",{"_index":224,"name":{"287":{},"429":{},"704":{},"1074":{}},"parent":{}}],["getfollowrequests",{"_index":229,"name":{"293":{},"435":{},"710":{},"1080":{}},"parent":{}}],["gethometimeline",{"_index":266,"name":{"330":{},"472":{},"747":{},"1117":{}},"parent":{}}],["getidentityproof",{"_index":205,"name":{"268":{},"410":{},"685":{},"1055":{}},"parent":{}}],["getinstance",{"_index":290,"name":{"354":{},"496":{},"771":{},"1141":{}},"parent":{}}],["getinstanceactivity",{"_index":292,"name":{"356":{},"498":{},"773":{},"1143":{}},"parent":{}}],["getinstancecustomemojis",{"_index":295,"name":{"359":{},"501":{},"776":{},"1146":{}},"parent":{}}],["getinstancedirectory",{"_index":294,"name":{"358":{},"500":{},"775":{},"1145":{}},"parent":{}}],["getinstancepeers",{"_index":291,"name":{"355":{},"497":{},"772":{},"1142":{}},"parent":{}}],["getinstancetrends",{"_index":293,"name":{"357":{},"499":{},"774":{},"1144":{}},"parent":{}}],["getlist",{"_index":272,"name":{"336":{},"478":{},"753":{},"1123":{}},"parent":{}}],["getlists",{"_index":271,"name":{"335":{},"477":{},"752":{},"1122":{}},"parent":{}}],["getlisttimeline",{"_index":267,"name":{"331":{},"473":{},"748":{},"1118":{}},"parent":{}}],["getlocaltimeline",{"_index":264,"name":{"328":{},"470":{},"745":{},"1115":{}},"parent":{}}],["getmarker",{"_index":279,"name":{"343":{},"485":{},"760":{},"1130":{}},"parent":{}}],["getmutes",{"_index":219,"name":{"282":{},"424":{},"699":{},"1069":{}},"parent":{}}],["getnotification",{"_index":282,"name":{"346":{},"488":{},"763":{},"1133":{}},"parent":{}}],["getnotifications",{"_index":281,"name":{"345":{},"487":{},"762":{},"1132":{}},"parent":{}}],["getpoll",{"_index":257,"name":{"321":{},"463":{},"738":{},"1108":{}},"parent":{}}],["getpreferences",{"_index":237,"name":{"301":{},"443":{},"718":{},"1088":{}},"parent":{}}],["getpublictimeline",{"_index":263,"name":{"327":{},"469":{},"744":{},"1114":{}},"parent":{}}],["getpushsubscription",{"_index":286,"name":{"350":{},"492":{},"767":{},"1137":{}},"parent":{}}],["getrelationship",{"_index":214,"name":{"277":{},"419":{},"694":{},"1064":{}},"parent":{}}],["getrelationships",{"_index":215,"name":{"278":{},"420":{},"695":{},"1065":{}},"parent":{}}],["getscheduledstatus",{"_index":260,"name":{"324":{},"466":{},"741":{},"1111":{}},"parent":{}}],["getscheduledstatuses",{"_index":259,"name":{"323":{},"465":{},"740":{},"1110":{}},"parent":{}}],["getstatus",{"_index":240,"name":{"304":{},"446":{},"721":{},"1091":{}},"parent":{}}],["getstatuscontext",{"_index":242,"name":{"306":{},"448":{},"723":{},"1093":{}},"parent":{}}],["getstatusfavouritedby",{"_index":244,"name":{"308":{},"450":{},"725":{},"1095":{}},"parent":{}}],["getstatusrebloggedby",{"_index":243,"name":{"307":{},"449":{},"724":{},"1094":{}},"parent":{}}],["getsuggestedtags",{"_index":236,"name":{"300":{},"442":{},"717":{},"1087":{}},"parent":{}}],["getsuggestions",{"_index":238,"name":{"302":{},"444":{},"719":{},"1089":{}},"parent":{}}],["gettagtimeline",{"_index":265,"name":{"329":{},"471":{},"746":{},"1116":{}},"parent":{}}],["groupinvited",{"_index":391,"name":{"624":{}},"parent":{}}],["hashtag",{"_index":341,"name":{"539":{},"576":{},"19863":{},"20071":{},"20279":{},"20487":{},"20695":{},"20903":{},"21111":{},"21319":{},"21527":{},"21735":{},"21943":{},"22151":{},"22359":{},"22567":{},"22775":{},"22983":{},"23191":{},"23399":{},"23607":{},"23815":{},"24023":{},"24231":{},"24439":{}},"parent":{}}],["hashtags",{"_index":681,"name":{"1438":{},"1718":{},"1998":{},"2278":{},"2558":{},"2838":{},"3118":{},"3398":{},"3678":{},"3958":{},"4238":{},"4518":{},"4798":{},"5078":{},"5358":{},"5638":{},"5918":{},"6198":{},"6478":{},"6758":{},"7038":{},"7318":{},"7598":{},"7878":{},"8158":{},"8438":{},"8718":{},"8998":{},"9278":{},"9558":{},"9838":{},"10118":{},"10398":{},"10678":{},"10967":{},"11240":{},"11513":{},"11786":{},"12059":{},"12332":{},"12605":{},"12878":{},"13151":{},"13424":{},"13697":{},"13970":{},"14243":{},"14516":{},"14789":{},"15062":{},"15335":{},"15608":{},"15881":{},"16154":{},"16427":{},"16700":{},"16973":{},"17246":{},"17519":{},"17792":{},"18065":{},"18338":{},"18611":{},"18884":{},"19157":{},"19430":{},"19703":{},"24781":{},"25073":{},"25365":{},"25657":{},"25949":{},"26241":{},"26533":{},"26825":{},"27117":{},"27409":{},"27701":{},"27993":{},"28285":{},"28577":{},"28869":{},"29161":{},"29453":{},"29745":{},"30037":{},"30329":{},"30621":{},"30913":{},"31205":{},"31497":{},"31789":{},"32081":{},"32373":{},"32665":{},"32957":{},"33249":{},"33541":{},"33833":{},"34125":{},"34417":{}},"parent":{}}],["haspendingfollowrequestfromyou",{"_index":5353,"name":{"19914":{},"20122":{},"20330":{},"20538":{},"20746":{},"20954":{},"21162":{},"21370":{},"21578":{},"21786":{},"21994":{},"22202":{},"22410":{},"22618":{},"22826":{},"23034":{},"23242":{},"23450":{},"23658":{},"23866":{},"24074":{},"24282":{},"24490":{}},"parent":{}}],["haspendingfollowrequesttoyou",{"_index":5354,"name":{"19915":{},"20123":{},"20331":{},"20539":{},"20747":{},"20955":{},"21163":{},"21371":{},"21579":{},"21787":{},"21995":{},"22203":{},"22411":{},"22619":{},"22827":{},"23035":{},"23243":{},"23451":{},"23659":{},"23867":{},"24075":{},"24283":{},"24491":{}},"parent":{}}],["header",{"_index":524,"name":{"1210":{},"1490":{},"1770":{},"2050":{},"2330":{},"2610":{},"2890":{},"3170":{},"3450":{},"3730":{},"4010":{},"4290":{},"4570":{},"4850":{},"5130":{},"5410":{},"5690":{},"5970":{},"6250":{},"6530":{},"6810":{},"7090":{},"7370":{},"7650":{},"7930":{},"8210":{},"8490":{},"8770":{},"9050":{},"9330":{},"9610":{},"9890":{},"10170":{},"10450":{},"10746":{},"11019":{},"11292":{},"11565":{},"11838":{},"12111":{},"12384":{},"12657":{},"12930":{},"13203":{},"13476":{},"13749":{},"14022":{},"14295":{},"14568":{},"14841":{},"15114":{},"15387":{},"15660":{},"15933":{},"16206":{},"16479":{},"16752":{},"17025":{},"17298":{},"17571":{},"17844":{},"18117":{},"18390":{},"18663":{},"18936":{},"19209":{},"19482":{},"24541":{},"24833":{},"25125":{},"25417":{},"25709":{},"26001":{},"26293":{},"26585":{},"26877":{},"27169":{},"27461":{},"27753":{},"28045":{},"28337":{},"28629":{},"28921":{},"29213":{},"29505":{},"29797":{},"30089":{},"30381":{},"30673":{},"30965":{},"31257":{},"31549":{},"31841":{},"32133":{},"32425":{},"32717":{},"33009":{},"33301":{},"33593":{},"33885":{},"34177":{}},"parent":{}}],["header_static",{"_index":525,"name":{"1211":{},"1491":{},"1771":{},"2051":{},"2331":{},"2611":{},"2891":{},"3171":{},"3451":{},"3731":{},"4011":{},"4291":{},"4571":{},"4851":{},"5131":{},"5411":{},"5691":{},"5971":{},"6251":{},"6531":{},"6811":{},"7091":{},"7371":{},"7651":{},"7931":{},"8211":{},"8491":{},"8771":{},"9051":{},"9331":{},"9611":{},"9891":{},"10171":{},"10451":{},"10747":{},"11020":{},"11293":{},"11566":{},"11839":{},"12112":{},"12385":{},"12658":{},"12931":{},"13204":{},"13477":{},"13750":{},"14023":{},"14296":{},"14569":{},"14842":{},"15115":{},"15388":{},"15661":{},"15934":{},"16207":{},"16480":{},"16753":{},"17026":{},"17299":{},"17572":{},"17845":{},"18118":{},"18391":{},"18664":{},"18937":{},"19210":{},"19483":{},"24542":{},"24834":{},"25126":{},"25418":{},"25710":{},"26002":{},"26294":{},"26586":{},"26878":{},"27170":{},"27462":{},"27754":{},"28046":{},"28338":{},"28630":{},"28922":{},"29214":{},"29506":{},"29798":{},"30090":{},"30382":{},"30674":{},"30966":{},"31258":{},"31550":{},"31842":{},"32134":{},"32426":{},"32718":{},"33010":{},"33302":{},"33594":{},"33886":{},"34178":{}},"parent":{}}],["headers",{"_index":156,"name":{"196":{},"218":{},"631":{},"1005":{},"1180":{}},"parent":{}}],["height",{"_index":555,"name":{"1251":{},"1531":{},"1811":{},"2091":{},"2371":{},"2651":{},"2931":{},"3211":{},"3491":{},"3771":{},"4051":{},"4331":{},"4611":{},"4891":{},"5171":{},"5451":{},"5731":{},"6011":{},"6291":{},"6571":{},"6851":{},"7131":{},"7411":{},"7691":{},"7971":{},"8251":{},"8531":{},"8811":{},"9091":{},"9371":{},"9651":{},"9931":{},"10211":{},"10491":{},"10787":{},"11060":{},"11333":{},"11606":{},"11879":{},"12152":{},"12425":{},"12698":{},"12971":{},"13244":{},"13517":{},"13790":{},"14063":{},"14336":{},"14609":{},"14882":{},"15155":{},"15428":{},"15701":{},"15974":{},"16247":{},"16520":{},"16793":{},"17066":{},"17339":{},"17612":{},"17885":{},"18158":{},"18431":{},"18704":{},"18977":{},"19250":{},"19523":{},"19762":{},"19970":{},"20178":{},"20386":{},"20594":{},"20802":{},"21010":{},"21218":{},"21426":{},"21634":{},"21842":{},"22050":{},"22258":{},"22466":{},"22674":{},"22882":{},"23090":{},"23298":{},"23506":{},"23714":{},"23922":{},"24130":{},"24338":{},"24582":{},"24874":{},"25166":{},"25458":{},"25750":{},"26042":{},"26334":{},"26626":{},"26918":{},"27210":{},"27502":{},"27794":{},"28086":{},"28378":{},"28670":{},"28962":{},"29254":{},"29546":{},"29838":{},"30130":{},"30422":{},"30714":{},"31006":{},"31298":{},"31590":{},"31882":{},"32174":{},"32466":{},"32758":{},"33050":{},"33342":{},"33634":{},"33926":{},"34218":{}},"parent":{}}],["history",{"_index":77,"name":{"87":{},"123":{},"869":{},"906":{},"1258":{},"1267":{},"1538":{},"1547":{},"1818":{},"1827":{},"2098":{},"2107":{},"2378":{},"2387":{},"2658":{},"2667":{},"2938":{},"2947":{},"3218":{},"3227":{},"3498":{},"3507":{},"3778":{},"3787":{},"4058":{},"4067":{},"4338":{},"4347":{},"4618":{},"4627":{},"4898":{},"4907":{},"5178":{},"5187":{},"5458":{},"5467":{},"5738":{},"5747":{},"6018":{},"6027":{},"6298":{},"6307":{},"6578":{},"6587":{},"6858":{},"6867":{},"7138":{},"7147":{},"7418":{},"7427":{},"7698":{},"7707":{},"7978":{},"7987":{},"8258":{},"8267":{},"8538":{},"8547":{},"8818":{},"8827":{},"9098":{},"9107":{},"9378":{},"9387":{},"9658":{},"9667":{},"9938":{},"9947":{},"10218":{},"10227":{},"10498":{},"10507":{},"10794":{},"10803":{},"11067":{},"11076":{},"11340":{},"11349":{},"11613":{},"11622":{},"11886":{},"11895":{},"12159":{},"12168":{},"12432":{},"12441":{},"12705":{},"12714":{},"12978":{},"12987":{},"13251":{},"13260":{},"13524":{},"13533":{},"13797":{},"13806":{},"14070":{},"14079":{},"14343":{},"14352":{},"14616":{},"14625":{},"14889":{},"14898":{},"15162":{},"15171":{},"15435":{},"15444":{},"15708":{},"15717":{},"15981":{},"15990":{},"16254":{},"16263":{},"16527":{},"16536":{},"16800":{},"16809":{},"17073":{},"17082":{},"17346":{},"17355":{},"17619":{},"17628":{},"17892":{},"17901":{},"18165":{},"18174":{},"18438":{},"18447":{},"18711":{},"18720":{},"18984":{},"18993":{},"19257":{},"19266":{},"19530":{},"19539":{},"24590":{},"24599":{},"24882":{},"24891":{},"25174":{},"25183":{},"25466":{},"25475":{},"25758":{},"25767":{},"26050":{},"26059":{},"26342":{},"26351":{},"26634":{},"26643":{},"26926":{},"26935":{},"27218":{},"27227":{},"27510":{},"27519":{},"27802":{},"27811":{},"28094":{},"28103":{},"28386":{},"28395":{},"28678":{},"28687":{},"28970":{},"28979":{},"29262":{},"29271":{},"29554":{},"29563":{},"29846":{},"29855":{},"30138":{},"30147":{},"30430":{},"30439":{},"30722":{},"30731":{},"31014":{},"31023":{},"31306":{},"31315":{},"31598":{},"31607":{},"31890":{},"31899":{},"32182":{},"32191":{},"32474":{},"32483":{},"32766":{},"32775":{},"33058":{},"33067":{},"33350":{},"33359":{},"33642":{},"33651":{},"33934":{},"33943":{},"34226":{},"34235":{}},"parent":{}}],["home",{"_index":644,"name":{"1383":{},"1663":{},"1943":{},"2223":{},"2503":{},"2783":{},"3063":{},"3343":{},"3623":{},"3903":{},"4183":{},"4463":{},"4743":{},"5023":{},"5303":{},"5583":{},"5863":{},"6143":{},"6423":{},"6703":{},"6983":{},"7263":{},"7543":{},"7823":{},"8103":{},"8383":{},"8663":{},"8943":{},"9223":{},"9503":{},"9783":{},"10063":{},"10343":{},"10623":{},"10913":{},"11186":{},"11459":{},"11732":{},"12005":{},"12278":{},"12551":{},"12824":{},"13097":{},"13370":{},"13643":{},"13916":{},"14189":{},"14462":{},"14735":{},"15008":{},"15281":{},"15554":{},"15827":{},"16100":{},"16373":{},"16646":{},"16919":{},"17192":{},"17465":{},"17738":{},"18011":{},"18284":{},"18557":{},"18830":{},"19103":{},"19376":{},"19649":{},"24726":{},"25018":{},"25310":{},"25602":{},"25894":{},"26186":{},"26478":{},"26770":{},"27062":{},"27354":{},"27646":{},"27938":{},"28230":{},"28522":{},"28814":{},"29106":{},"29398":{},"29690":{},"29982":{},"30274":{},"30566":{},"30858":{},"31150":{},"31442":{},"31734":{},"32026":{},"32318":{},"32610":{},"32902":{},"33194":{},"33486":{},"33778":{},"34070":{},"34362":{}},"parent":{}}],["host",{"_index":489,"name":{"1166":{},"19738":{},"19746":{},"19807":{},"19946":{},"19954":{},"20015":{},"20154":{},"20162":{},"20223":{},"20362":{},"20370":{},"20431":{},"20570":{},"20578":{},"20639":{},"20778":{},"20786":{},"20847":{},"20986":{},"20994":{},"21055":{},"21194":{},"21202":{},"21263":{},"21402":{},"21410":{},"21471":{},"21610":{},"21618":{},"21679":{},"21818":{},"21826":{},"21887":{},"22026":{},"22034":{},"22095":{},"22234":{},"22242":{},"22303":{},"22442":{},"22450":{},"22511":{},"22650":{},"22658":{},"22719":{},"22858":{},"22866":{},"22927":{},"23066":{},"23074":{},"23135":{},"23274":{},"23282":{},"23343":{},"23482":{},"23490":{},"23551":{},"23690":{},"23698":{},"23759":{},"23898":{},"23906":{},"23967":{},"24106":{},"24114":{},"24175":{},"24314":{},"24322":{},"24383":{}},"parent":{}}],["html",{"_index":553,"name":{"1249":{},"1529":{},"1809":{},"2089":{},"2369":{},"2649":{},"2929":{},"3209":{},"3489":{},"3769":{},"4049":{},"4329":{},"4609":{},"4889":{},"5169":{},"5449":{},"5729":{},"6009":{},"6289":{},"6569":{},"6849":{},"7129":{},"7409":{},"7689":{},"7969":{},"8249":{},"8529":{},"8809":{},"9089":{},"9369":{},"9649":{},"9929":{},"10209":{},"10489":{},"10785":{},"11058":{},"11331":{},"11604":{},"11877":{},"12150":{},"12423":{},"12696":{},"12969":{},"13242":{},"13515":{},"13788":{},"14061":{},"14334":{},"14607":{},"14880":{},"15153":{},"15426":{},"15699":{},"15972":{},"16245":{},"16518":{},"16791":{},"17064":{},"17337":{},"17610":{},"17883":{},"18156":{},"18429":{},"18702":{},"18975":{},"19248":{},"19521":{},"24580":{},"24872":{},"25164":{},"25456":{},"25748":{},"26040":{},"26332":{},"26624":{},"26916":{},"27208":{},"27500":{},"27792":{},"28084":{},"28376":{},"28668":{},"28960":{},"29252":{},"29544":{},"29836":{},"30128":{},"30420":{},"30712":{},"31004":{},"31296":{},"31588":{},"31880":{},"32172":{},"32464":{},"32756":{},"33048":{},"33340":{},"33632":{},"33924":{},"34216":{}},"parent":{}}],["id",{"_index":408,"name":{"807":{},"826":{},"1197":{},"1230":{},"1254":{},"1274":{},"1289":{},"1325":{},"1331":{},"1342":{},"1379":{},"1397":{},"1411":{},"1417":{},"1429":{},"1441":{},"1477":{},"1510":{},"1534":{},"1554":{},"1569":{},"1605":{},"1611":{},"1622":{},"1659":{},"1677":{},"1691":{},"1697":{},"1709":{},"1721":{},"1757":{},"1790":{},"1814":{},"1834":{},"1849":{},"1885":{},"1891":{},"1902":{},"1939":{},"1957":{},"1971":{},"1977":{},"1989":{},"2001":{},"2037":{},"2070":{},"2094":{},"2114":{},"2129":{},"2165":{},"2171":{},"2182":{},"2219":{},"2237":{},"2251":{},"2257":{},"2269":{},"2281":{},"2317":{},"2350":{},"2374":{},"2394":{},"2409":{},"2445":{},"2451":{},"2462":{},"2499":{},"2517":{},"2531":{},"2537":{},"2549":{},"2561":{},"2597":{},"2630":{},"2654":{},"2674":{},"2689":{},"2725":{},"2731":{},"2742":{},"2779":{},"2797":{},"2811":{},"2817":{},"2829":{},"2841":{},"2877":{},"2910":{},"2934":{},"2954":{},"2969":{},"3005":{},"3011":{},"3022":{},"3059":{},"3077":{},"3091":{},"3097":{},"3109":{},"3121":{},"3157":{},"3190":{},"3214":{},"3234":{},"3249":{},"3285":{},"3291":{},"3302":{},"3339":{},"3357":{},"3371":{},"3377":{},"3389":{},"3401":{},"3437":{},"3470":{},"3494":{},"3514":{},"3529":{},"3565":{},"3571":{},"3582":{},"3619":{},"3637":{},"3651":{},"3657":{},"3669":{},"3681":{},"3717":{},"3750":{},"3774":{},"3794":{},"3809":{},"3845":{},"3851":{},"3862":{},"3899":{},"3917":{},"3931":{},"3937":{},"3949":{},"3961":{},"3997":{},"4030":{},"4054":{},"4074":{},"4089":{},"4125":{},"4131":{},"4142":{},"4179":{},"4197":{},"4211":{},"4217":{},"4229":{},"4241":{},"4277":{},"4310":{},"4334":{},"4354":{},"4369":{},"4405":{},"4411":{},"4422":{},"4459":{},"4477":{},"4491":{},"4497":{},"4509":{},"4521":{},"4557":{},"4590":{},"4614":{},"4634":{},"4649":{},"4685":{},"4691":{},"4702":{},"4739":{},"4757":{},"4771":{},"4777":{},"4789":{},"4801":{},"4837":{},"4870":{},"4894":{},"4914":{},"4929":{},"4965":{},"4971":{},"4982":{},"5019":{},"5037":{},"5051":{},"5057":{},"5069":{},"5081":{},"5117":{},"5150":{},"5174":{},"5194":{},"5209":{},"5245":{},"5251":{},"5262":{},"5299":{},"5317":{},"5331":{},"5337":{},"5349":{},"5361":{},"5397":{},"5430":{},"5454":{},"5474":{},"5489":{},"5525":{},"5531":{},"5542":{},"5579":{},"5597":{},"5611":{},"5617":{},"5629":{},"5641":{},"5677":{},"5710":{},"5734":{},"5754":{},"5769":{},"5805":{},"5811":{},"5822":{},"5859":{},"5877":{},"5891":{},"5897":{},"5909":{},"5921":{},"5957":{},"5990":{},"6014":{},"6034":{},"6049":{},"6085":{},"6091":{},"6102":{},"6139":{},"6157":{},"6171":{},"6177":{},"6189":{},"6201":{},"6237":{},"6270":{},"6294":{},"6314":{},"6329":{},"6365":{},"6371":{},"6382":{},"6419":{},"6437":{},"6451":{},"6457":{},"6469":{},"6481":{},"6517":{},"6550":{},"6574":{},"6594":{},"6609":{},"6645":{},"6651":{},"6662":{},"6699":{},"6717":{},"6731":{},"6737":{},"6749":{},"6761":{},"6797":{},"6830":{},"6854":{},"6874":{},"6889":{},"6925":{},"6931":{},"6942":{},"6979":{},"6997":{},"7011":{},"7017":{},"7029":{},"7041":{},"7077":{},"7110":{},"7134":{},"7154":{},"7169":{},"7205":{},"7211":{},"7222":{},"7259":{},"7277":{},"7291":{},"7297":{},"7309":{},"7321":{},"7357":{},"7390":{},"7414":{},"7434":{},"7449":{},"7485":{},"7491":{},"7502":{},"7539":{},"7557":{},"7571":{},"7577":{},"7589":{},"7601":{},"7637":{},"7670":{},"7694":{},"7714":{},"7729":{},"7765":{},"7771":{},"7782":{},"7819":{},"7837":{},"7851":{},"7857":{},"7869":{},"7881":{},"7917":{},"7950":{},"7974":{},"7994":{},"8009":{},"8045":{},"8051":{},"8062":{},"8099":{},"8117":{},"8131":{},"8137":{},"8149":{},"8161":{},"8197":{},"8230":{},"8254":{},"8274":{},"8289":{},"8325":{},"8331":{},"8342":{},"8379":{},"8397":{},"8411":{},"8417":{},"8429":{},"8441":{},"8477":{},"8510":{},"8534":{},"8554":{},"8569":{},"8605":{},"8611":{},"8622":{},"8659":{},"8677":{},"8691":{},"8697":{},"8709":{},"8721":{},"8757":{},"8790":{},"8814":{},"8834":{},"8849":{},"8885":{},"8891":{},"8902":{},"8939":{},"8957":{},"8971":{},"8977":{},"8989":{},"9001":{},"9037":{},"9070":{},"9094":{},"9114":{},"9129":{},"9165":{},"9171":{},"9182":{},"9219":{},"9237":{},"9251":{},"9257":{},"9269":{},"9281":{},"9317":{},"9350":{},"9374":{},"9394":{},"9409":{},"9445":{},"9451":{},"9462":{},"9499":{},"9517":{},"9531":{},"9537":{},"9549":{},"9561":{},"9597":{},"9630":{},"9654":{},"9674":{},"9689":{},"9725":{},"9731":{},"9742":{},"9779":{},"9797":{},"9811":{},"9817":{},"9829":{},"9841":{},"9877":{},"9910":{},"9934":{},"9954":{},"9969":{},"10005":{},"10011":{},"10022":{},"10059":{},"10077":{},"10091":{},"10097":{},"10109":{},"10121":{},"10157":{},"10190":{},"10214":{},"10234":{},"10249":{},"10285":{},"10291":{},"10302":{},"10339":{},"10357":{},"10371":{},"10377":{},"10389":{},"10401":{},"10437":{},"10470":{},"10494":{},"10514":{},"10529":{},"10565":{},"10571":{},"10582":{},"10619":{},"10637":{},"10651":{},"10657":{},"10669":{},"10681":{},"10733":{},"10766":{},"10790":{},"10810":{},"10819":{},"10855":{},"10861":{},"10872":{},"10909":{},"10927":{},"10940":{},"10946":{},"10958":{},"10970":{},"11006":{},"11039":{},"11063":{},"11083":{},"11092":{},"11128":{},"11134":{},"11145":{},"11182":{},"11200":{},"11213":{},"11219":{},"11231":{},"11243":{},"11279":{},"11312":{},"11336":{},"11356":{},"11365":{},"11401":{},"11407":{},"11418":{},"11455":{},"11473":{},"11486":{},"11492":{},"11504":{},"11516":{},"11552":{},"11585":{},"11609":{},"11629":{},"11638":{},"11674":{},"11680":{},"11691":{},"11728":{},"11746":{},"11759":{},"11765":{},"11777":{},"11789":{},"11825":{},"11858":{},"11882":{},"11902":{},"11911":{},"11947":{},"11953":{},"11964":{},"12001":{},"12019":{},"12032":{},"12038":{},"12050":{},"12062":{},"12098":{},"12131":{},"12155":{},"12175":{},"12184":{},"12220":{},"12226":{},"12237":{},"12274":{},"12292":{},"12305":{},"12311":{},"12323":{},"12335":{},"12371":{},"12404":{},"12428":{},"12448":{},"12457":{},"12493":{},"12499":{},"12510":{},"12547":{},"12565":{},"12578":{},"12584":{},"12596":{},"12608":{},"12644":{},"12677":{},"12701":{},"12721":{},"12730":{},"12766":{},"12772":{},"12783":{},"12820":{},"12838":{},"12851":{},"12857":{},"12869":{},"12881":{},"12917":{},"12950":{},"12974":{},"12994":{},"13003":{},"13039":{},"13045":{},"13056":{},"13093":{},"13111":{},"13124":{},"13130":{},"13142":{},"13154":{},"13190":{},"13223":{},"13247":{},"13267":{},"13276":{},"13312":{},"13318":{},"13329":{},"13366":{},"13384":{},"13397":{},"13403":{},"13415":{},"13427":{},"13463":{},"13496":{},"13520":{},"13540":{},"13549":{},"13585":{},"13591":{},"13602":{},"13639":{},"13657":{},"13670":{},"13676":{},"13688":{},"13700":{},"13736":{},"13769":{},"13793":{},"13813":{},"13822":{},"13858":{},"13864":{},"13875":{},"13912":{},"13930":{},"13943":{},"13949":{},"13961":{},"13973":{},"14009":{},"14042":{},"14066":{},"14086":{},"14095":{},"14131":{},"14137":{},"14148":{},"14185":{},"14203":{},"14216":{},"14222":{},"14234":{},"14246":{},"14282":{},"14315":{},"14339":{},"14359":{},"14368":{},"14404":{},"14410":{},"14421":{},"14458":{},"14476":{},"14489":{},"14495":{},"14507":{},"14519":{},"14555":{},"14588":{},"14612":{},"14632":{},"14641":{},"14677":{},"14683":{},"14694":{},"14731":{},"14749":{},"14762":{},"14768":{},"14780":{},"14792":{},"14828":{},"14861":{},"14885":{},"14905":{},"14914":{},"14950":{},"14956":{},"14967":{},"15004":{},"15022":{},"15035":{},"15041":{},"15053":{},"15065":{},"15101":{},"15134":{},"15158":{},"15178":{},"15187":{},"15223":{},"15229":{},"15240":{},"15277":{},"15295":{},"15308":{},"15314":{},"15326":{},"15338":{},"15374":{},"15407":{},"15431":{},"15451":{},"15460":{},"15496":{},"15502":{},"15513":{},"15550":{},"15568":{},"15581":{},"15587":{},"15599":{},"15611":{},"15647":{},"15680":{},"15704":{},"15724":{},"15733":{},"15769":{},"15775":{},"15786":{},"15823":{},"15841":{},"15854":{},"15860":{},"15872":{},"15884":{},"15920":{},"15953":{},"15977":{},"15997":{},"16006":{},"16042":{},"16048":{},"16059":{},"16096":{},"16114":{},"16127":{},"16133":{},"16145":{},"16157":{},"16193":{},"16226":{},"16250":{},"16270":{},"16279":{},"16315":{},"16321":{},"16332":{},"16369":{},"16387":{},"16400":{},"16406":{},"16418":{},"16430":{},"16466":{},"16499":{},"16523":{},"16543":{},"16552":{},"16588":{},"16594":{},"16605":{},"16642":{},"16660":{},"16673":{},"16679":{},"16691":{},"16703":{},"16739":{},"16772":{},"16796":{},"16816":{},"16825":{},"16861":{},"16867":{},"16878":{},"16915":{},"16933":{},"16946":{},"16952":{},"16964":{},"16976":{},"17012":{},"17045":{},"17069":{},"17089":{},"17098":{},"17134":{},"17140":{},"17151":{},"17188":{},"17206":{},"17219":{},"17225":{},"17237":{},"17249":{},"17285":{},"17318":{},"17342":{},"17362":{},"17371":{},"17407":{},"17413":{},"17424":{},"17461":{},"17479":{},"17492":{},"17498":{},"17510":{},"17522":{},"17558":{},"17591":{},"17615":{},"17635":{},"17644":{},"17680":{},"17686":{},"17697":{},"17734":{},"17752":{},"17765":{},"17771":{},"17783":{},"17795":{},"17831":{},"17864":{},"17888":{},"17908":{},"17917":{},"17953":{},"17959":{},"17970":{},"18007":{},"18025":{},"18038":{},"18044":{},"18056":{},"18068":{},"18104":{},"18137":{},"18161":{},"18181":{},"18190":{},"18226":{},"18232":{},"18243":{},"18280":{},"18298":{},"18311":{},"18317":{},"18329":{},"18341":{},"18377":{},"18410":{},"18434":{},"18454":{},"18463":{},"18499":{},"18505":{},"18516":{},"18553":{},"18571":{},"18584":{},"18590":{},"18602":{},"18614":{},"18650":{},"18683":{},"18707":{},"18727":{},"18736":{},"18772":{},"18778":{},"18789":{},"18826":{},"18844":{},"18857":{},"18863":{},"18875":{},"18887":{},"18923":{},"18956":{},"18980":{},"19000":{},"19009":{},"19045":{},"19051":{},"19062":{},"19099":{},"19117":{},"19130":{},"19136":{},"19148":{},"19160":{},"19196":{},"19229":{},"19253":{},"19273":{},"19282":{},"19318":{},"19324":{},"19335":{},"19372":{},"19390":{},"19403":{},"19409":{},"19421":{},"19433":{},"19469":{},"19502":{},"19526":{},"19546":{},"19555":{},"19591":{},"19597":{},"19608":{},"19645":{},"19663":{},"19676":{},"19682":{},"19694":{},"19706":{},"19730":{},"19743":{},"19752":{},"19778":{},"19804":{},"19831":{},"19840":{},"19846":{},"19853":{},"19860":{},"19870":{},"19890":{},"19896":{},"19906":{},"19912":{},"19938":{},"19951":{},"19960":{},"19986":{},"20012":{},"20039":{},"20048":{},"20054":{},"20061":{},"20068":{},"20078":{},"20098":{},"20104":{},"20114":{},"20120":{},"20146":{},"20159":{},"20168":{},"20194":{},"20220":{},"20247":{},"20256":{},"20262":{},"20269":{},"20276":{},"20286":{},"20306":{},"20312":{},"20322":{},"20328":{},"20354":{},"20367":{},"20376":{},"20402":{},"20428":{},"20455":{},"20464":{},"20470":{},"20477":{},"20484":{},"20494":{},"20514":{},"20520":{},"20530":{},"20536":{},"20562":{},"20575":{},"20584":{},"20610":{},"20636":{},"20663":{},"20672":{},"20678":{},"20685":{},"20692":{},"20702":{},"20722":{},"20728":{},"20738":{},"20744":{},"20770":{},"20783":{},"20792":{},"20818":{},"20844":{},"20871":{},"20880":{},"20886":{},"20893":{},"20900":{},"20910":{},"20930":{},"20936":{},"20946":{},"20952":{},"20978":{},"20991":{},"21000":{},"21026":{},"21052":{},"21079":{},"21088":{},"21094":{},"21101":{},"21108":{},"21118":{},"21138":{},"21144":{},"21154":{},"21160":{},"21186":{},"21199":{},"21208":{},"21234":{},"21260":{},"21287":{},"21296":{},"21302":{},"21309":{},"21316":{},"21326":{},"21346":{},"21352":{},"21362":{},"21368":{},"21394":{},"21407":{},"21416":{},"21442":{},"21468":{},"21495":{},"21504":{},"21510":{},"21517":{},"21524":{},"21534":{},"21554":{},"21560":{},"21570":{},"21576":{},"21602":{},"21615":{},"21624":{},"21650":{},"21676":{},"21703":{},"21712":{},"21718":{},"21725":{},"21732":{},"21742":{},"21762":{},"21768":{},"21778":{},"21784":{},"21810":{},"21823":{},"21832":{},"21858":{},"21884":{},"21911":{},"21920":{},"21926":{},"21933":{},"21940":{},"21950":{},"21970":{},"21976":{},"21986":{},"21992":{},"22018":{},"22031":{},"22040":{},"22066":{},"22092":{},"22119":{},"22128":{},"22134":{},"22141":{},"22148":{},"22158":{},"22178":{},"22184":{},"22194":{},"22200":{},"22226":{},"22239":{},"22248":{},"22274":{},"22300":{},"22327":{},"22336":{},"22342":{},"22349":{},"22356":{},"22366":{},"22386":{},"22392":{},"22402":{},"22408":{},"22434":{},"22447":{},"22456":{},"22482":{},"22508":{},"22535":{},"22544":{},"22550":{},"22557":{},"22564":{},"22574":{},"22594":{},"22600":{},"22610":{},"22616":{},"22642":{},"22655":{},"22664":{},"22690":{},"22716":{},"22743":{},"22752":{},"22758":{},"22765":{},"22772":{},"22782":{},"22802":{},"22808":{},"22818":{},"22824":{},"22850":{},"22863":{},"22872":{},"22898":{},"22924":{},"22951":{},"22960":{},"22966":{},"22973":{},"22980":{},"22990":{},"23010":{},"23016":{},"23026":{},"23032":{},"23058":{},"23071":{},"23080":{},"23106":{},"23132":{},"23159":{},"23168":{},"23174":{},"23181":{},"23188":{},"23198":{},"23218":{},"23224":{},"23234":{},"23240":{},"23266":{},"23279":{},"23288":{},"23314":{},"23340":{},"23367":{},"23376":{},"23382":{},"23389":{},"23396":{},"23406":{},"23426":{},"23432":{},"23442":{},"23448":{},"23474":{},"23487":{},"23496":{},"23522":{},"23548":{},"23575":{},"23584":{},"23590":{},"23597":{},"23604":{},"23614":{},"23634":{},"23640":{},"23650":{},"23656":{},"23682":{},"23695":{},"23704":{},"23730":{},"23756":{},"23783":{},"23792":{},"23798":{},"23805":{},"23812":{},"23822":{},"23842":{},"23848":{},"23858":{},"23864":{},"23890":{},"23903":{},"23912":{},"23938":{},"23964":{},"23991":{},"24000":{},"24006":{},"24013":{},"24020":{},"24030":{},"24050":{},"24056":{},"24066":{},"24072":{},"24098":{},"24111":{},"24120":{},"24146":{},"24172":{},"24199":{},"24208":{},"24214":{},"24221":{},"24228":{},"24238":{},"24258":{},"24264":{},"24274":{},"24280":{},"24306":{},"24319":{},"24328":{},"24354":{},"24380":{},"24407":{},"24416":{},"24422":{},"24429":{},"24436":{},"24446":{},"24466":{},"24472":{},"24482":{},"24488":{},"24528":{},"24561":{},"24586":{},"24606":{},"24621":{},"24668":{},"24674":{},"24685":{},"24722":{},"24740":{},"24754":{},"24760":{},"24772":{},"24784":{},"24820":{},"24853":{},"24878":{},"24898":{},"24913":{},"24960":{},"24966":{},"24977":{},"25014":{},"25032":{},"25046":{},"25052":{},"25064":{},"25076":{},"25112":{},"25145":{},"25170":{},"25190":{},"25205":{},"25252":{},"25258":{},"25269":{},"25306":{},"25324":{},"25338":{},"25344":{},"25356":{},"25368":{},"25404":{},"25437":{},"25462":{},"25482":{},"25497":{},"25544":{},"25550":{},"25561":{},"25598":{},"25616":{},"25630":{},"25636":{},"25648":{},"25660":{},"25696":{},"25729":{},"25754":{},"25774":{},"25789":{},"25836":{},"25842":{},"25853":{},"25890":{},"25908":{},"25922":{},"25928":{},"25940":{},"25952":{},"25988":{},"26021":{},"26046":{},"26066":{},"26081":{},"26128":{},"26134":{},"26145":{},"26182":{},"26200":{},"26214":{},"26220":{},"26232":{},"26244":{},"26280":{},"26313":{},"26338":{},"26358":{},"26373":{},"26420":{},"26426":{},"26437":{},"26474":{},"26492":{},"26506":{},"26512":{},"26524":{},"26536":{},"26572":{},"26605":{},"26630":{},"26650":{},"26665":{},"26712":{},"26718":{},"26729":{},"26766":{},"26784":{},"26798":{},"26804":{},"26816":{},"26828":{},"26864":{},"26897":{},"26922":{},"26942":{},"26957":{},"27004":{},"27010":{},"27021":{},"27058":{},"27076":{},"27090":{},"27096":{},"27108":{},"27120":{},"27156":{},"27189":{},"27214":{},"27234":{},"27249":{},"27296":{},"27302":{},"27313":{},"27350":{},"27368":{},"27382":{},"27388":{},"27400":{},"27412":{},"27448":{},"27481":{},"27506":{},"27526":{},"27541":{},"27588":{},"27594":{},"27605":{},"27642":{},"27660":{},"27674":{},"27680":{},"27692":{},"27704":{},"27740":{},"27773":{},"27798":{},"27818":{},"27833":{},"27880":{},"27886":{},"27897":{},"27934":{},"27952":{},"27966":{},"27972":{},"27984":{},"27996":{},"28032":{},"28065":{},"28090":{},"28110":{},"28125":{},"28172":{},"28178":{},"28189":{},"28226":{},"28244":{},"28258":{},"28264":{},"28276":{},"28288":{},"28324":{},"28357":{},"28382":{},"28402":{},"28417":{},"28464":{},"28470":{},"28481":{},"28518":{},"28536":{},"28550":{},"28556":{},"28568":{},"28580":{},"28616":{},"28649":{},"28674":{},"28694":{},"28709":{},"28756":{},"28762":{},"28773":{},"28810":{},"28828":{},"28842":{},"28848":{},"28860":{},"28872":{},"28908":{},"28941":{},"28966":{},"28986":{},"29001":{},"29048":{},"29054":{},"29065":{},"29102":{},"29120":{},"29134":{},"29140":{},"29152":{},"29164":{},"29200":{},"29233":{},"29258":{},"29278":{},"29293":{},"29340":{},"29346":{},"29357":{},"29394":{},"29412":{},"29426":{},"29432":{},"29444":{},"29456":{},"29492":{},"29525":{},"29550":{},"29570":{},"29585":{},"29632":{},"29638":{},"29649":{},"29686":{},"29704":{},"29718":{},"29724":{},"29736":{},"29748":{},"29784":{},"29817":{},"29842":{},"29862":{},"29877":{},"29924":{},"29930":{},"29941":{},"29978":{},"29996":{},"30010":{},"30016":{},"30028":{},"30040":{},"30076":{},"30109":{},"30134":{},"30154":{},"30169":{},"30216":{},"30222":{},"30233":{},"30270":{},"30288":{},"30302":{},"30308":{},"30320":{},"30332":{},"30368":{},"30401":{},"30426":{},"30446":{},"30461":{},"30508":{},"30514":{},"30525":{},"30562":{},"30580":{},"30594":{},"30600":{},"30612":{},"30624":{},"30660":{},"30693":{},"30718":{},"30738":{},"30753":{},"30800":{},"30806":{},"30817":{},"30854":{},"30872":{},"30886":{},"30892":{},"30904":{},"30916":{},"30952":{},"30985":{},"31010":{},"31030":{},"31045":{},"31092":{},"31098":{},"31109":{},"31146":{},"31164":{},"31178":{},"31184":{},"31196":{},"31208":{},"31244":{},"31277":{},"31302":{},"31322":{},"31337":{},"31384":{},"31390":{},"31401":{},"31438":{},"31456":{},"31470":{},"31476":{},"31488":{},"31500":{},"31536":{},"31569":{},"31594":{},"31614":{},"31629":{},"31676":{},"31682":{},"31693":{},"31730":{},"31748":{},"31762":{},"31768":{},"31780":{},"31792":{},"31828":{},"31861":{},"31886":{},"31906":{},"31921":{},"31968":{},"31974":{},"31985":{},"32022":{},"32040":{},"32054":{},"32060":{},"32072":{},"32084":{},"32120":{},"32153":{},"32178":{},"32198":{},"32213":{},"32260":{},"32266":{},"32277":{},"32314":{},"32332":{},"32346":{},"32352":{},"32364":{},"32376":{},"32412":{},"32445":{},"32470":{},"32490":{},"32505":{},"32552":{},"32558":{},"32569":{},"32606":{},"32624":{},"32638":{},"32644":{},"32656":{},"32668":{},"32704":{},"32737":{},"32762":{},"32782":{},"32797":{},"32844":{},"32850":{},"32861":{},"32898":{},"32916":{},"32930":{},"32936":{},"32948":{},"32960":{},"32996":{},"33029":{},"33054":{},"33074":{},"33089":{},"33136":{},"33142":{},"33153":{},"33190":{},"33208":{},"33222":{},"33228":{},"33240":{},"33252":{},"33288":{},"33321":{},"33346":{},"33366":{},"33381":{},"33428":{},"33434":{},"33445":{},"33482":{},"33500":{},"33514":{},"33520":{},"33532":{},"33544":{},"33580":{},"33613":{},"33638":{},"33658":{},"33673":{},"33720":{},"33726":{},"33737":{},"33774":{},"33792":{},"33806":{},"33812":{},"33824":{},"33836":{},"33872":{},"33905":{},"33930":{},"33950":{},"33965":{},"34012":{},"34018":{},"34029":{},"34066":{},"34084":{},"34098":{},"34104":{},"34116":{},"34128":{},"34164":{},"34197":{},"34222":{},"34242":{},"34257":{},"34304":{},"34310":{},"34321":{},"34358":{},"34376":{},"34390":{},"34396":{},"34408":{},"34420":{}},"parent":{}}],["identity_proof",{"_index":104,"name":{"124":{},"907":{}},"parent":{}}],["identityproof",{"_index":78,"name":{"88":{},"870":{},"1348":{},"1628":{},"1908":{},"2188":{},"2468":{},"2748":{},"3028":{},"3308":{},"3588":{},"3868":{},"4148":{},"4428":{},"4708":{},"4988":{},"5268":{},"5548":{},"5828":{},"6108":{},"6388":{},"6668":{},"6948":{},"7228":{},"7508":{},"7788":{},"8068":{},"8348":{},"8628":{},"8908":{},"9188":{},"9468":{},"9748":{},"10028":{},"10308":{},"10588":{},"10878":{},"11151":{},"11424":{},"11697":{},"11970":{},"12243":{},"12516":{},"12789":{},"13062":{},"13335":{},"13608":{},"13881":{},"14154":{},"14427":{},"14700":{},"14973":{},"15246":{},"15519":{},"15792":{},"16065":{},"16338":{},"16611":{},"16884":{},"17157":{},"17430":{},"17703":{},"17976":{},"18249":{},"18522":{},"18795":{},"19068":{},"19341":{},"19614":{},"24691":{},"24983":{},"25275":{},"25567":{},"25859":{},"26151":{},"26443":{},"26735":{},"27027":{},"27319":{},"27611":{},"27903":{},"28195":{},"28487":{},"28779":{},"29071":{},"29363":{},"29655":{},"29947":{},"30239":{},"30531":{},"30823":{},"31115":{},"31407":{},"31699":{},"31991":{},"32283":{},"32575":{},"32867":{},"33159":{},"33451":{},"33743":{},"34035":{},"34327":{}},"parent":{}}],["image",{"_index":548,"name":{"1244":{},"1524":{},"1804":{},"2084":{},"2364":{},"2644":{},"2924":{},"3204":{},"3484":{},"3764":{},"4044":{},"4324":{},"4604":{},"4884":{},"5164":{},"5444":{},"5724":{},"6004":{},"6284":{},"6564":{},"6844":{},"7124":{},"7404":{},"7684":{},"7964":{},"8244":{},"8524":{},"8804":{},"9084":{},"9364":{},"9644":{},"9924":{},"10204":{},"10484":{},"10780":{},"11053":{},"11326":{},"11599":{},"11872":{},"12145":{},"12418":{},"12691":{},"12964":{},"13237":{},"13510":{},"13783":{},"14056":{},"14329":{},"14602":{},"14875":{},"15148":{},"15421":{},"15694":{},"15967":{},"16240":{},"16513":{},"16786":{},"17059":{},"17332":{},"17605":{},"17878":{},"18151":{},"18424":{},"18697":{},"18970":{},"19243":{},"19516":{},"24575":{},"24867":{},"25159":{},"25451":{},"25743":{},"26035":{},"26327":{},"26619":{},"26911":{},"27203":{},"27495":{},"27787":{},"28079":{},"28371":{},"28663":{},"28955":{},"29247":{},"29539":{},"29831":{},"30123":{},"30415":{},"30707":{},"30999":{},"31291":{},"31583":{},"31875":{},"32167":{},"32459":{},"32751":{},"33043":{},"33335":{},"33627":{},"33919":{},"34211":{}},"parent":{}}],["in_reply_to_account_id",{"_index":583,"name":{"1294":{},"1574":{},"1854":{},"2134":{},"2414":{},"2694":{},"2974":{},"3254":{},"3534":{},"3814":{},"4094":{},"4374":{},"4654":{},"4934":{},"5214":{},"5494":{},"5774":{},"6054":{},"6334":{},"6614":{},"6894":{},"7174":{},"7454":{},"7734":{},"8014":{},"8294":{},"8574":{},"8854":{},"9134":{},"9414":{},"9694":{},"9974":{},"10254":{},"10534":{},"10824":{},"11097":{},"11370":{},"11643":{},"11916":{},"12189":{},"12462":{},"12735":{},"13008":{},"13281":{},"13554":{},"13827":{},"14100":{},"14373":{},"14646":{},"14919":{},"15192":{},"15465":{},"15738":{},"16011":{},"16284":{},"16557":{},"16830":{},"17103":{},"17376":{},"17649":{},"17922":{},"18195":{},"18468":{},"18741":{},"19014":{},"19287":{},"19560":{},"24626":{},"24918":{},"25210":{},"25502":{},"25794":{},"26086":{},"26378":{},"26670":{},"26962":{},"27254":{},"27546":{},"27838":{},"28130":{},"28422":{},"28714":{},"29006":{},"29298":{},"29590":{},"29882":{},"30174":{},"30466":{},"30758":{},"31050":{},"31342":{},"31634":{},"31926":{},"32218":{},"32510":{},"32802":{},"33094":{},"33386":{},"33678":{},"33970":{},"34262":{}},"parent":{}}],["in_reply_to_id",{"_index":582,"name":{"1293":{},"1448":{},"1573":{},"1728":{},"1853":{},"2008":{},"2133":{},"2288":{},"2413":{},"2568":{},"2693":{},"2848":{},"2973":{},"3128":{},"3253":{},"3408":{},"3533":{},"3688":{},"3813":{},"3968":{},"4093":{},"4248":{},"4373":{},"4528":{},"4653":{},"4808":{},"4933":{},"5088":{},"5213":{},"5368":{},"5493":{},"5648":{},"5773":{},"5928":{},"6053":{},"6208":{},"6333":{},"6488":{},"6613":{},"6768":{},"6893":{},"7048":{},"7173":{},"7328":{},"7453":{},"7608":{},"7733":{},"7888":{},"8013":{},"8168":{},"8293":{},"8448":{},"8573":{},"8728":{},"8853":{},"9008":{},"9133":{},"9288":{},"9413":{},"9568":{},"9693":{},"9848":{},"9973":{},"10128":{},"10253":{},"10408":{},"10533":{},"10688":{},"10823":{},"10977":{},"11096":{},"11250":{},"11369":{},"11523":{},"11642":{},"11796":{},"11915":{},"12069":{},"12188":{},"12342":{},"12461":{},"12615":{},"12734":{},"12888":{},"13007":{},"13161":{},"13280":{},"13434":{},"13553":{},"13707":{},"13826":{},"13980":{},"14099":{},"14253":{},"14372":{},"14526":{},"14645":{},"14799":{},"14918":{},"15072":{},"15191":{},"15345":{},"15464":{},"15618":{},"15737":{},"15891":{},"16010":{},"16164":{},"16283":{},"16437":{},"16556":{},"16710":{},"16829":{},"16983":{},"17102":{},"17256":{},"17375":{},"17529":{},"17648":{},"17802":{},"17921":{},"18075":{},"18194":{},"18348":{},"18467":{},"18621":{},"18740":{},"18894":{},"19013":{},"19167":{},"19286":{},"19440":{},"19559":{},"19713":{},"24625":{},"24791":{},"24917":{},"25083":{},"25209":{},"25375":{},"25501":{},"25667":{},"25793":{},"25959":{},"26085":{},"26251":{},"26377":{},"26543":{},"26669":{},"26835":{},"26961":{},"27127":{},"27253":{},"27419":{},"27545":{},"27711":{},"27837":{},"28003":{},"28129":{},"28295":{},"28421":{},"28587":{},"28713":{},"28879":{},"29005":{},"29171":{},"29297":{},"29463":{},"29589":{},"29755":{},"29881":{},"30047":{},"30173":{},"30339":{},"30465":{},"30631":{},"30757":{},"30923":{},"31049":{},"31215":{},"31341":{},"31507":{},"31633":{},"31799":{},"31925":{},"32091":{},"32217":{},"32383":{},"32509":{},"32675":{},"32801":{},"32967":{},"33093":{},"33259":{},"33385":{},"33551":{},"33677":{},"33843":{},"33969":{},"34135":{},"34261":{},"34427":{}},"parent":{}}],["index",{"_index":45,"name":{"45":{}},"parent":{"10702":{},"10703":{},"10704":{},"10705":{},"10706":{},"10707":{},"10708":{},"10709":{},"10710":{},"10711":{},"10712":{},"10713":{},"10714":{},"10715":{},"10716":{}}}],["instance",{"_index":79,"name":{"89":{},"125":{},"871":{},"908":{},"1363":{},"1643":{},"1923":{},"2203":{},"2483":{},"2763":{},"3043":{},"3323":{},"3603":{},"3883":{},"4163":{},"4443":{},"4723":{},"5003":{},"5283":{},"5563":{},"5843":{},"6123":{},"6403":{},"6683":{},"6963":{},"7243":{},"7523":{},"7803":{},"8083":{},"8363":{},"8643":{},"8923":{},"9203":{},"9483":{},"9763":{},"10043":{},"10323":{},"10603":{},"10893":{},"11166":{},"11439":{},"11712":{},"11985":{},"12258":{},"12531":{},"12804":{},"13077":{},"13350":{},"13623":{},"13896":{},"14169":{},"14442":{},"14715":{},"14988":{},"15261":{},"15534":{},"15807":{},"16080":{},"16353":{},"16626":{},"16899":{},"17172":{},"17445":{},"17718":{},"17991":{},"18264":{},"18537":{},"18810":{},"19083":{},"19356":{},"19629":{},"24706":{},"24998":{},"25290":{},"25582":{},"25874":{},"26166":{},"26458":{},"26750":{},"27042":{},"27334":{},"27626":{},"27918":{},"28210":{},"28502":{},"28794":{},"29086":{},"29378":{},"29670":{},"29962":{},"30254":{},"30546":{},"30838":{},"31130":{},"31422":{},"31714":{},"32006":{},"32298":{},"32590":{},"32882":{},"33174":{},"33466":{},"33758":{},"34050":{},"34342":{}},"parent":{}}],["instances",{"_index":5367,"name":{"19934":{},"20142":{},"20350":{},"20558":{},"20766":{},"20974":{},"21182":{},"21390":{},"21598":{},"21806":{},"22014":{},"22222":{},"22430":{},"22638":{},"22846":{},"23054":{},"23262":{},"23470":{},"23678":{},"23886":{},"24094":{},"24302":{},"24510":{}},"parent":{}}],["interface",{"_index":47,"name":{"48":{},"578":{},"929":{}},"parent":{}}],["irreversible",{"_index":616,"name":{"1346":{},"1626":{},"1906":{},"2186":{},"2466":{},"2746":{},"3026":{},"3306":{},"3586":{},"3866":{},"4146":{},"4426":{},"4706":{},"4986":{},"5266":{},"5546":{},"5826":{},"6106":{},"6386":{},"6666":{},"6946":{},"7226":{},"7506":{},"7786":{},"8066":{},"8346":{},"8626":{},"8906":{},"9186":{},"9466":{},"9746":{},"10026":{},"10306":{},"10586":{},"10876":{},"11149":{},"11422":{},"11695":{},"11968":{},"12241":{},"12514":{},"12787":{},"13060":{},"13333":{},"13606":{},"13879":{},"14152":{},"14425":{},"14698":{},"14971":{},"15244":{},"15517":{},"15790":{},"16063":{},"16336":{},"16609":{},"16882":{},"17155":{},"17428":{},"17701":{},"17974":{},"18247":{},"18520":{},"18793":{},"19066":{},"19339":{},"19612":{},"24689":{},"24981":{},"25273":{},"25565":{},"25857":{},"26149":{},"26441":{},"26733":{},"27025":{},"27317":{},"27609":{},"27901":{},"28193":{},"28485":{},"28777":{},"29069":{},"29361":{},"29653":{},"29945":{},"30237":{},"30529":{},"30821":{},"31113":{},"31405":{},"31697":{},"31989":{},"32281":{},"32573":{},"32865":{},"33157":{},"33449":{},"33741":{},"34033":{},"34325":{}},"parent":{}}],["isadmin",{"_index":5293,"name":{"19810":{},"20018":{},"20226":{},"20434":{},"20642":{},"20850":{},"21058":{},"21266":{},"21474":{},"21682":{},"21890":{},"22098":{},"22306":{},"22514":{},"22722":{},"22930":{},"23138":{},"23346":{},"23554":{},"23762":{},"23970":{},"24178":{},"24386":{}},"parent":{}}],["isblocked",{"_index":5357,"name":{"19918":{},"20126":{},"20334":{},"20542":{},"20750":{},"20958":{},"21166":{},"21374":{},"21582":{},"21790":{},"21998":{},"22206":{},"22414":{},"22622":{},"22830":{},"23038":{},"23246":{},"23454":{},"23662":{},"23870":{},"24078":{},"24286":{},"24494":{}},"parent":{}}],["isblocking",{"_index":5356,"name":{"19917":{},"20125":{},"20333":{},"20541":{},"20749":{},"20957":{},"21165":{},"21373":{},"21581":{},"21789":{},"21997":{},"22205":{},"22413":{},"22621":{},"22829":{},"23037":{},"23245":{},"23453":{},"23661":{},"23869":{},"24077":{},"24285":{},"24493":{}},"parent":{}}],["isbot",{"_index":5295,"name":{"19812":{},"20020":{},"20228":{},"20436":{},"20644":{},"20852":{},"21060":{},"21268":{},"21476":{},"21684":{},"21892":{},"22100":{},"22308":{},"22516":{},"22724":{},"22932":{},"23140":{},"23348":{},"23556":{},"23764":{},"23972":{},"24180":{},"24388":{}},"parent":{}}],["iscancel",{"_index":5,"name":{"4":{},"5":{},"10705":{}},"parent":{}}],["iscat",{"_index":5296,"name":{"19813":{},"20021":{},"20229":{},"20437":{},"20645":{},"20853":{},"21061":{},"21269":{},"21477":{},"21685":{},"21893":{},"22101":{},"22309":{},"22517":{},"22725":{},"22933":{},"23141":{},"23349":{},"23557":{},"23765":{},"23973":{},"24181":{},"24389":{}},"parent":{}}],["isfollowed",{"_index":5355,"name":{"19916":{},"20124":{},"20332":{},"20540":{},"20748":{},"20956":{},"21164":{},"21372":{},"21580":{},"21788":{},"21996":{},"22204":{},"22412":{},"22620":{},"22828":{},"23036":{},"23244":{},"23452":{},"23660":{},"23868":{},"24076":{},"24284":{},"24492":{}},"parent":{}}],["isfollowing",{"_index":5352,"name":{"19913":{},"20121":{},"20329":{},"20537":{},"20745":{},"20953":{},"21161":{},"21369":{},"21577":{},"21785":{},"21993":{},"22201":{},"22409":{},"22617":{},"22825":{},"23033":{},"23241":{},"23449":{},"23657":{},"23865":{},"24073":{},"24281":{},"24489":{}},"parent":{}}],["islocked",{"_index":5299,"name":{"19818":{},"20026":{},"20234":{},"20442":{},"20650":{},"20858":{},"21066":{},"21274":{},"21482":{},"21690":{},"21898":{},"22106":{},"22314":{},"22522":{},"22730":{},"22938":{},"23146":{},"23354":{},"23562":{},"23770":{},"23978":{},"24186":{},"24394":{}},"parent":{}}],["ismoderator",{"_index":5294,"name":{"19811":{},"20019":{},"20227":{},"20435":{},"20643":{},"20851":{},"21059":{},"21267":{},"21475":{},"21683":{},"21891":{},"22099":{},"22307":{},"22515":{},"22723":{},"22931":{},"23139":{},"23347":{},"23555":{},"23763":{},"23971":{},"24179":{},"24387":{}},"parent":{}}],["ismuted",{"_index":5358,"name":{"19919":{},"20127":{},"20335":{},"20543":{},"20751":{},"20959":{},"21167":{},"21375":{},"21583":{},"21791":{},"21999":{},"22207":{},"22415":{},"22623":{},"22831":{},"23039":{},"23247":{},"23455":{},"23663":{},"23871":{},"24079":{},"24287":{},"24495":{}},"parent":{}}],["issensitive",{"_index":5266,"name":{"19758":{},"19966":{},"20174":{},"20382":{},"20590":{},"20798":{},"21006":{},"21214":{},"21422":{},"21630":{},"21838":{},"22046":{},"22254":{},"22462":{},"22670":{},"22878":{},"23086":{},"23294":{},"23502":{},"23710":{},"23918":{},"24126":{},"24334":{}},"parent":{}}],["issilenced",{"_index":5300,"name":{"19819":{},"20027":{},"20235":{},"20443":{},"20651":{},"20859":{},"21067":{},"21275":{},"21483":{},"21691":{},"21899":{},"22107":{},"22315":{},"22523":{},"22731":{},"22939":{},"23147":{},"23355":{},"23563":{},"23771":{},"23979":{},"24187":{},"24395":{}},"parent":{}}],["issuspended",{"_index":5301,"name":{"19820":{},"20028":{},"20236":{},"20444":{},"20652":{},"20860":{},"21068":{},"21276":{},"21484":{},"21692":{},"21900":{},"22108":{},"22316":{},"22524":{},"22732":{},"22940":{},"23148":{},"23356":{},"23564":{},"23772":{},"23980":{},"24188":{},"24396":{}},"parent":{}}],["isvoted",{"_index":5274,"name":{"19770":{},"19978":{},"20186":{},"20394":{},"20602":{},"20810":{},"21018":{},"21226":{},"21434":{},"21642":{},"21850":{},"22058":{},"22266":{},"22474":{},"22682":{},"22890":{},"23098":{},"23306":{},"23514":{},"23722":{},"23930":{},"24138":{},"24346":{}},"parent":{}}],["langs",{"_index":5338,"name":{"19882":{},"20090":{},"20298":{},"20506":{},"20714":{},"20922":{},"21130":{},"21338":{},"21546":{},"21754":{},"21962":{},"22170":{},"22378":{},"22586":{},"22794":{},"23002":{},"23210":{},"23418":{},"23626":{},"23834":{},"24042":{},"24250":{},"24458":{}},"parent":{}}],["language",{"_index":512,"name":{"1192":{},"1314":{},"1472":{},"1594":{},"1752":{},"1874":{},"2032":{},"2154":{},"2312":{},"2434":{},"2592":{},"2714":{},"2872":{},"2994":{},"3152":{},"3274":{},"3432":{},"3554":{},"3712":{},"3834":{},"3992":{},"4114":{},"4272":{},"4394":{},"4552":{},"4674":{},"4832":{},"4954":{},"5112":{},"5234":{},"5392":{},"5514":{},"5672":{},"5794":{},"5952":{},"6074":{},"6232":{},"6354":{},"6512":{},"6634":{},"6792":{},"6914":{},"7072":{},"7194":{},"7352":{},"7474":{},"7632":{},"7754":{},"7912":{},"8034":{},"8192":{},"8314":{},"8472":{},"8594":{},"8752":{},"8874":{},"9032":{},"9154":{},"9312":{},"9434":{},"9592":{},"9714":{},"9872":{},"9994":{},"10152":{},"10274":{},"10432":{},"10554":{},"10728":{},"10844":{},"11001":{},"11117":{},"11274":{},"11390":{},"11547":{},"11663":{},"11820":{},"11936":{},"12093":{},"12209":{},"12366":{},"12482":{},"12639":{},"12755":{},"12912":{},"13028":{},"13185":{},"13301":{},"13458":{},"13574":{},"13731":{},"13847":{},"14004":{},"14120":{},"14277":{},"14393":{},"14550":{},"14666":{},"14823":{},"14939":{},"15096":{},"15212":{},"15369":{},"15485":{},"15642":{},"15758":{},"15915":{},"16031":{},"16188":{},"16304":{},"16461":{},"16577":{},"16734":{},"16850":{},"17007":{},"17123":{},"17280":{},"17396":{},"17553":{},"17669":{},"17826":{},"17942":{},"18099":{},"18215":{},"18372":{},"18488":{},"18645":{},"18761":{},"18918":{},"19034":{},"19191":{},"19307":{},"19464":{},"19580":{},"24523":{},"24646":{},"24815":{},"24938":{},"25107":{},"25230":{},"25399":{},"25522":{},"25691":{},"25814":{},"25983":{},"26106":{},"26275":{},"26398":{},"26567":{},"26690":{},"26859":{},"26982":{},"27151":{},"27274":{},"27443":{},"27566":{},"27735":{},"27858":{},"28027":{},"28150":{},"28319":{},"28442":{},"28611":{},"28734":{},"28903":{},"29026":{},"29195":{},"29318":{},"29487":{},"29610":{},"29779":{},"29902":{},"30071":{},"30194":{},"30363":{},"30486":{},"30655":{},"30778":{},"30947":{},"31070":{},"31239":{},"31362":{},"31531":{},"31654":{},"31823":{},"31946":{},"32115":{},"32238":{},"32407":{},"32530":{},"32699":{},"32822":{},"32991":{},"33114":{},"33283":{},"33406":{},"33575":{},"33698":{},"33867":{},"33990":{},"34159":{},"34282":{}},"parent":{}}],["languages",{"_index":638,"name":{"1373":{},"1653":{},"1933":{},"2213":{},"2493":{},"2773":{},"3053":{},"3333":{},"3613":{},"3893":{},"4173":{},"4453":{},"4733":{},"5013":{},"5293":{},"5573":{},"5853":{},"6133":{},"6413":{},"6693":{},"6973":{},"7253":{},"7533":{},"7813":{},"8093":{},"8373":{},"8653":{},"8933":{},"9213":{},"9493":{},"9773":{},"10053":{},"10333":{},"10613":{},"10903":{},"11176":{},"11449":{},"11722":{},"11995":{},"12268":{},"12541":{},"12814":{},"13087":{},"13360":{},"13633":{},"13906":{},"14179":{},"14452":{},"14725":{},"14998":{},"15271":{},"15544":{},"15817":{},"16090":{},"16363":{},"16636":{},"16909":{},"17182":{},"17455":{},"17728":{},"18001":{},"18274":{},"18547":{},"18820":{},"19093":{},"19366":{},"19639":{},"24716":{},"25008":{},"25300":{},"25592":{},"25884":{},"26176":{},"26468":{},"26760":{},"27052":{},"27344":{},"27636":{},"27928":{},"28220":{},"28512":{},"28804":{},"29096":{},"29388":{},"29680":{},"29972":{},"30264":{},"30556":{},"30848":{},"31140":{},"31432":{},"31724":{},"32016":{},"32308":{},"32600":{},"32892":{},"33184":{},"33476":{},"33768":{},"34060":{},"34352":{}},"parent":{}}],["last_read_id",{"_index":646,"name":{"1385":{},"1390":{},"1665":{},"1670":{},"1945":{},"1950":{},"2225":{},"2230":{},"2505":{},"2510":{},"2785":{},"2790":{},"3065":{},"3070":{},"3345":{},"3350":{},"3625":{},"3630":{},"3905":{},"3910":{},"4185":{},"4190":{},"4465":{},"4470":{},"4745":{},"4750":{},"5025":{},"5030":{},"5305":{},"5310":{},"5585":{},"5590":{},"5865":{},"5870":{},"6145":{},"6150":{},"6425":{},"6430":{},"6705":{},"6710":{},"6985":{},"6990":{},"7265":{},"7270":{},"7545":{},"7550":{},"7825":{},"7830":{},"8105":{},"8110":{},"8385":{},"8390":{},"8665":{},"8670":{},"8945":{},"8950":{},"9225":{},"9230":{},"9505":{},"9510":{},"9785":{},"9790":{},"10065":{},"10070":{},"10345":{},"10350":{},"10625":{},"10630":{},"10915":{},"10920":{},"11188":{},"11193":{},"11461":{},"11466":{},"11734":{},"11739":{},"12007":{},"12012":{},"12280":{},"12285":{},"12553":{},"12558":{},"12826":{},"12831":{},"13099":{},"13104":{},"13372":{},"13377":{},"13645":{},"13650":{},"13918":{},"13923":{},"14191":{},"14196":{},"14464":{},"14469":{},"14737":{},"14742":{},"15010":{},"15015":{},"15283":{},"15288":{},"15556":{},"15561":{},"15829":{},"15834":{},"16102":{},"16107":{},"16375":{},"16380":{},"16648":{},"16653":{},"16921":{},"16926":{},"17194":{},"17199":{},"17467":{},"17472":{},"17740":{},"17745":{},"18013":{},"18018":{},"18286":{},"18291":{},"18559":{},"18564":{},"18832":{},"18837":{},"19105":{},"19110":{},"19378":{},"19383":{},"19651":{},"19656":{},"24728":{},"24733":{},"25020":{},"25025":{},"25312":{},"25317":{},"25604":{},"25609":{},"25896":{},"25901":{},"26188":{},"26193":{},"26480":{},"26485":{},"26772":{},"26777":{},"27064":{},"27069":{},"27356":{},"27361":{},"27648":{},"27653":{},"27940":{},"27945":{},"28232":{},"28237":{},"28524":{},"28529":{},"28816":{},"28821":{},"29108":{},"29113":{},"29400":{},"29405":{},"29692":{},"29697":{},"29984":{},"29989":{},"30276":{},"30281":{},"30568":{},"30573":{},"30860":{},"30865":{},"31152":{},"31157":{},"31444":{},"31449":{},"31736":{},"31741":{},"32028":{},"32033":{},"32320":{},"32325":{},"32612":{},"32617":{},"32904":{},"32909":{},"33196":{},"33201":{},"33488":{},"33493":{},"33780":{},"33785":{},"34072":{},"34077":{},"34364":{},"34369":{}},"parent":{}}],["last_status",{"_index":604,"name":{"1327":{},"1607":{},"1887":{},"2167":{},"2447":{},"2727":{},"3007":{},"3287":{},"3567":{},"3847":{},"4127":{},"4407":{},"4687":{},"4967":{},"5247":{},"5527":{},"5807":{},"6087":{},"6367":{},"6647":{},"6927":{},"7207":{},"7487":{},"7767":{},"8047":{},"8327":{},"8607":{},"8887":{},"9167":{},"9447":{},"9727":{},"10007":{},"10287":{},"10567":{},"10857":{},"11130":{},"11403":{},"11676":{},"11949":{},"12222":{},"12495":{},"12768":{},"13041":{},"13314":{},"13587":{},"13860":{},"14133":{},"14406":{},"14679":{},"14952":{},"15225":{},"15498":{},"15771":{},"16044":{},"16317":{},"16590":{},"16863":{},"17136":{},"17409":{},"17682":{},"17955":{},"18228":{},"18501":{},"18774":{},"19047":{},"19320":{},"19593":{},"24670":{},"24962":{},"25254":{},"25546":{},"25838":{},"26130":{},"26422":{},"26714":{},"27006":{},"27298":{},"27590":{},"27882":{},"28174":{},"28466":{},"28758":{},"29050":{},"29342":{},"29634":{},"29926":{},"30218":{},"30510":{},"30802":{},"31094":{},"31386":{},"31678":{},"31970":{},"32262":{},"32554":{},"32846":{},"33138":{},"33430":{},"33722":{},"34014":{},"34306":{}},"parent":{}}],["last_status_at",{"_index":608,"name":{"1334":{},"1614":{},"1894":{},"2174":{},"2454":{},"2734":{},"3014":{},"3294":{},"3574":{},"3854":{},"4134":{},"4414":{},"4694":{},"4974":{},"5254":{},"5534":{},"5814":{},"6094":{},"6374":{},"6654":{},"6934":{},"7214":{},"7494":{},"7774":{},"8054":{},"8334":{},"8614":{},"8894":{},"9174":{},"9454":{},"9734":{},"10014":{},"10294":{},"10574":{},"10864":{},"11137":{},"11410":{},"11683":{},"11956":{},"12229":{},"12502":{},"12775":{},"13048":{},"13321":{},"13594":{},"13867":{},"14140":{},"14413":{},"14686":{},"14959":{},"15232":{},"15505":{},"15778":{},"16051":{},"16324":{},"16597":{},"16870":{},"17143":{},"17416":{},"17689":{},"17962":{},"18235":{},"18508":{},"18781":{},"19054":{},"19327":{},"19600":{},"24677":{},"24969":{},"25261":{},"25553":{},"25845":{},"26137":{},"26429":{},"26721":{},"27013":{},"27305":{},"27597":{},"27889":{},"28181":{},"28473":{},"28765":{},"29057":{},"29349":{},"29641":{},"29933":{},"30225":{},"30517":{},"30809":{},"31101":{},"31393":{},"31685":{},"31977":{},"32269":{},"32561":{},"32853":{},"33145":{},"33437":{},"33729":{},"34021":{},"34313":{}},"parent":{}}],["list",{"_index":80,"name":{"90":{},"126":{},"540":{},"570":{},"872":{},"909":{},"1377":{},"1657":{},"1937":{},"2217":{},"2497":{},"2777":{},"3057":{},"3337":{},"3617":{},"3897":{},"4177":{},"4457":{},"4737":{},"5017":{},"5297":{},"5577":{},"5857":{},"6137":{},"6417":{},"6697":{},"6977":{},"7257":{},"7537":{},"7817":{},"8097":{},"8377":{},"8657":{},"8937":{},"9217":{},"9497":{},"9777":{},"10057":{},"10337":{},"10617":{},"10907":{},"11180":{},"11453":{},"11726":{},"11999":{},"12272":{},"12545":{},"12818":{},"13091":{},"13364":{},"13637":{},"13910":{},"14183":{},"14456":{},"14729":{},"15002":{},"15275":{},"15548":{},"15821":{},"16094":{},"16367":{},"16640":{},"16913":{},"17186":{},"17459":{},"17732":{},"18005":{},"18278":{},"18551":{},"18824":{},"19097":{},"19370":{},"19643":{},"19868":{},"20076":{},"20284":{},"20492":{},"20700":{},"20908":{},"21116":{},"21324":{},"21532":{},"21740":{},"21948":{},"22156":{},"22364":{},"22572":{},"22780":{},"22988":{},"23196":{},"23404":{},"23612":{},"23820":{},"24028":{},"24236":{},"24444":{},"24720":{},"25012":{},"25304":{},"25596":{},"25888":{},"26180":{},"26472":{},"26764":{},"27056":{},"27348":{},"27640":{},"27932":{},"28224":{},"28516":{},"28808":{},"29100":{},"29392":{},"29684":{},"29976":{},"30268":{},"30560":{},"30852":{},"31144":{},"31436":{},"31728":{},"32020":{},"32312":{},"32604":{},"32896":{},"33188":{},"33480":{},"33772":{},"34064":{},"34356":{}},"parent":{}}],["listid",{"_index":395,"name":{"634":{}},"parent":{}}],["listsocket",{"_index":310,"name":{"374":{},"516":{},"791":{},"1161":{}},"parent":{}}],["liststream",{"_index":304,"name":{"368":{},"510":{},"785":{},"1155":{}},"parent":{}}],["local",{"_index":6503,"name":{"24660":{},"24952":{},"25244":{},"25536":{},"25828":{},"26120":{},"26412":{},"26704":{},"26996":{},"27288":{},"27580":{},"27872":{},"28164":{},"28456":{},"28748":{},"29040":{},"29332":{},"29624":{},"29916":{},"30208":{},"30500":{},"30792":{},"31084":{},"31376":{},"31668":{},"31960":{},"32252":{},"32544":{},"32836":{},"33128":{},"33420":{},"33712":{},"34004":{},"34296":{}},"parent":{}}],["localsocket",{"_index":308,"name":{"372":{},"514":{},"789":{},"1159":{}},"parent":{}}],["localstream",{"_index":302,"name":{"366":{},"508":{},"783":{},"1153":{}},"parent":{}}],["locked",{"_index":518,"name":{"1201":{},"1481":{},"1761":{},"2041":{},"2321":{},"2601":{},"2881":{},"3161":{},"3441":{},"3721":{},"4001":{},"4281":{},"4561":{},"4841":{},"5121":{},"5401":{},"5681":{},"5961":{},"6241":{},"6521":{},"6801":{},"7081":{},"7361":{},"7641":{},"7921":{},"8201":{},"8481":{},"8761":{},"9041":{},"9321":{},"9601":{},"9881":{},"10161":{},"10441":{},"10737":{},"11010":{},"11283":{},"11556":{},"11829":{},"12102":{},"12375":{},"12648":{},"12921":{},"13194":{},"13467":{},"13740":{},"14013":{},"14286":{},"14559":{},"14832":{},"15105":{},"15378":{},"15651":{},"15924":{},"16197":{},"16470":{},"16743":{},"17016":{},"17289":{},"17562":{},"17835":{},"18108":{},"18381":{},"18654":{},"18927":{},"19200":{},"19473":{},"24532":{},"24824":{},"25116":{},"25408":{},"25700":{},"25992":{},"26284":{},"26576":{},"26868":{},"27160":{},"27452":{},"27744":{},"28036":{},"28328":{},"28620":{},"28912":{},"29204":{},"29496":{},"29788":{},"30080":{},"30372":{},"30664":{},"30956":{},"31248":{},"31540":{},"31832":{},"32124":{},"32416":{},"32708":{},"33000":{},"33292":{},"33584":{},"33876":{},"34168":{}},"parent":{}}],["logins",{"_index":533,"name":{"1221":{},"1501":{},"1781":{},"2061":{},"2341":{},"2621":{},"2901":{},"3181":{},"3461":{},"3741":{},"4021":{},"4301":{},"4581":{},"4861":{},"5141":{},"5421":{},"5701":{},"5981":{},"6261":{},"6541":{},"6821":{},"7101":{},"7381":{},"7661":{},"7941":{},"8221":{},"8501":{},"8781":{},"9061":{},"9341":{},"9621":{},"9901":{},"10181":{},"10461":{},"10757":{},"11030":{},"11303":{},"11576":{},"11849":{},"12122":{},"12395":{},"12668":{},"12941":{},"13214":{},"13487":{},"13760":{},"14033":{},"14306":{},"14579":{},"14852":{},"15125":{},"15398":{},"15671":{},"15944":{},"16217":{},"16490":{},"16763":{},"17036":{},"17309":{},"17582":{},"17855":{},"18128":{},"18401":{},"18674":{},"18947":{},"19220":{},"19493":{},"24552":{},"24844":{},"25136":{},"25428":{},"25720":{},"26012":{},"26304":{},"26596":{},"26888":{},"27180":{},"27472":{},"27764":{},"28056":{},"28348":{},"28640":{},"28932":{},"29224":{},"29516":{},"29808":{},"30100":{},"30392":{},"30684":{},"30976":{},"31268":{},"31560":{},"31852":{},"32144":{},"32436":{},"32728":{},"33020":{},"33312":{},"33604":{},"33896":{},"34188":{}},"parent":{}}],["maintaineremail",{"_index":5337,"name":{"19877":{},"20085":{},"20293":{},"20501":{},"20709":{},"20917":{},"21125":{},"21333":{},"21541":{},"21749":{},"21957":{},"22165":{},"22373":{},"22581":{},"22789":{},"22997":{},"23205":{},"23413":{},"23621":{},"23829":{},"24037":{},"24245":{},"24453":{}},"parent":{}}],["maintainername",{"_index":5335,"name":{"19876":{},"20084":{},"20292":{},"20500":{},"20708":{},"20916":{},"21124":{},"21332":{},"21540":{},"21748":{},"21956":{},"22164":{},"22372":{},"22580":{},"22788":{},"22996":{},"23204":{},"23412":{},"23620":{},"23828":{},"24036":{},"24244":{},"24452":{}},"parent":{}}],["mapreactions",{"_index":355,"name":{"567":{}},"parent":{}}],["marker",{"_index":81,"name":{"91":{},"127":{},"873":{},"910":{},"1381":{},"1661":{},"1941":{},"2221":{},"2501":{},"2781":{},"3061":{},"3341":{},"3621":{},"3901":{},"4181":{},"4461":{},"4741":{},"5021":{},"5301":{},"5581":{},"5861":{},"6141":{},"6421":{},"6701":{},"6981":{},"7261":{},"7541":{},"7821":{},"8101":{},"8381":{},"8661":{},"8941":{},"9221":{},"9501":{},"9781":{},"10061":{},"10341":{},"10621":{},"10911":{},"11184":{},"11457":{},"11730":{},"12003":{},"12276":{},"12549":{},"12822":{},"13095":{},"13368":{},"13641":{},"13914":{},"14187":{},"14460":{},"14733":{},"15006":{},"15279":{},"15552":{},"15825":{},"16098":{},"16371":{},"16644":{},"16917":{},"17190":{},"17463":{},"17736":{},"18009":{},"18282":{},"18555":{},"18828":{},"19101":{},"19374":{},"19647":{},"24724":{},"25016":{},"25308":{},"25600":{},"25892":{},"26184":{},"26476":{},"26768":{},"27060":{},"27352":{},"27644":{},"27936":{},"28228":{},"28520":{},"28812":{},"29104":{},"29396":{},"29688":{},"29980":{},"30272":{},"30564":{},"30856":{},"31148":{},"31440":{},"31732":{},"32024":{},"32316":{},"32608":{},"32900":{},"33192":{},"33484":{},"33776":{},"34068":{},"34360":{}},"parent":{}}],["mastodon",{"_index":185,"name":{"244":{},"10712":{}},"parent":{"245":{}}}],["mastodon.default",{"_index":186,"name":{},"parent":{"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{},"272":{},"273":{},"274":{},"275":{},"276":{},"277":{},"278":{},"279":{},"280":{},"281":{},"282":{},"283":{},"284":{},"285":{},"286":{},"287":{},"288":{},"289":{},"290":{},"291":{},"292":{},"293":{},"294":{},"295":{},"296":{},"297":{},"298":{},"299":{},"300":{},"301":{},"302":{},"303":{},"304":{},"305":{},"306":{},"307":{},"308":{},"309":{},"310":{},"311":{},"312":{},"313":{},"314":{},"315":{},"316":{},"317":{},"318":{},"319":{},"320":{},"321":{},"322":{},"323":{},"324":{},"325":{},"326":{},"327":{},"328":{},"329":{},"330":{},"331":{},"332":{},"333":{},"334":{},"335":{},"336":{},"337":{},"338":{},"339":{},"340":{},"341":{},"342":{},"343":{},"344":{},"345":{},"346":{},"347":{},"348":{},"349":{},"350":{},"351":{},"352":{},"353":{},"354":{},"355":{},"356":{},"357":{},"358":{},"359":{},"360":{},"361":{},"362":{},"363":{},"364":{},"365":{},"366":{},"367":{},"368":{},"369":{},"370":{},"371":{},"372":{},"373":{},"374":{},"375":{}}}],["mastodon/api_client",{"_index":46,"name":{"46":{}},"parent":{"47":{}}}],["mastodon/api_client.default",{"_index":48,"name":{},"parent":{"48":{},"57":{},"75":{},"109":{}}}],["mastodon/api_client.default.client",{"_index":58,"name":{},"parent":{"58":{},"59":{},"60":{},"61":{},"62":{},"63":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{}}}],["mastodon/api_client.default.converter",{"_index":101,"name":{},"parent":{"110":{},"111":{},"112":{},"113":{},"114":{},"115":{},"116":{},"117":{},"118":{},"119":{},"120":{},"121":{},"122":{},"123":{},"124":{},"125":{},"126":{},"127":{},"128":{},"129":{},"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{},"139":{},"140":{},"141":{},"142":{},"143":{},"144":{}}}],["mastodon/api_client.default.entity",{"_index":66,"name":{},"parent":{"76":{},"77":{},"78":{},"79":{},"80":{},"81":{},"82":{},"83":{},"84":{},"85":{},"86":{},"87":{},"88":{},"89":{},"90":{},"91":{},"92":{},"93":{},"94":{},"95":{},"96":{},"97":{},"98":{},"99":{},"100":{},"101":{},"102":{},"103":{},"104":{},"105":{},"106":{},"107":{},"108":{}}}],["mastodon/api_client.default.interface",{"_index":50,"name":{},"parent":{"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{}}}],["mastodon/entities/account",{"_index":109,"name":{"145":{}},"parent":{"10717":{}}}],["mastodon/entities/account.mastodonentity",{"_index":3003,"name":{},"parent":{"10718":{},"10724":{},"10731":{},"10753":{},"10759":{},"10764":{},"10774":{},"10788":{},"10794":{},"10799":{},"10804":{},"10808":{},"10817":{},"10849":{},"10853":{},"10859":{},"10865":{},"10870":{},"10878":{},"10885":{},"10888":{},"10893":{},"10907":{},"10911":{},"10923":{},"10930":{},"10931":{},"10938":{},"10944":{},"10956":{},"10963":{},"10968":{},"10974":{},"10984":{}}}],["mastodon/entities/account.mastodonentity.account",{"_index":3008,"name":{},"parent":{"10732":{}}}],["mastodon/entities/account.mastodonentity.account.__type",{"_index":3009,"name":{},"parent":{"10733":{},"10734":{},"10735":{},"10736":{},"10737":{},"10738":{},"10739":{},"10740":{},"10741":{},"10742":{},"10743":{},"10744":{},"10745":{},"10746":{},"10747":{},"10748":{},"10749":{},"10750":{},"10751":{},"10752":{}}}],["mastodon/entities/account.mastodonentity.activity",{"_index":3010,"name":{},"parent":{"10754":{}}}],["mastodon/entities/account.mastodonentity.activity.__type",{"_index":3011,"name":{},"parent":{"10755":{},"10756":{},"10757":{},"10758":{}}}],["mastodon/entities/account.mastodonentity.application",{"_index":3012,"name":{},"parent":{"10760":{}}}],["mastodon/entities/account.mastodonentity.application.__type",{"_index":3013,"name":{},"parent":{"10761":{},"10762":{},"10763":{}}}],["mastodon/entities/account.mastodonentity.attachment",{"_index":3014,"name":{},"parent":{"10765":{}}}],["mastodon/entities/account.mastodonentity.attachment.__type",{"_index":3015,"name":{},"parent":{"10766":{},"10767":{},"10768":{},"10769":{},"10770":{},"10771":{},"10772":{},"10773":{}}}],["mastodon/entities/account.mastodonentity.card",{"_index":3016,"name":{},"parent":{"10775":{}}}],["mastodon/entities/account.mastodonentity.card.__type",{"_index":3017,"name":{},"parent":{"10776":{},"10777":{},"10778":{},"10779":{},"10780":{},"10781":{},"10782":{},"10783":{},"10784":{},"10785":{},"10786":{},"10787":{}}}],["mastodon/entities/account.mastodonentity.context",{"_index":3031,"name":{},"parent":{"10850":{}}}],["mastodon/entities/account.mastodonentity.context.__type",{"_index":3032,"name":{},"parent":{"10851":{},"10852":{}}}],["mastodon/entities/account.mastodonentity.conversation",{"_index":3033,"name":{},"parent":{"10854":{}}}],["mastodon/entities/account.mastodonentity.conversation.__type",{"_index":3034,"name":{},"parent":{"10855":{},"10856":{},"10857":{},"10858":{}}}],["mastodon/entities/account.mastodonentity.emoji",{"_index":3004,"name":{},"parent":{"10719":{}}}],["mastodon/entities/account.mastodonentity.emoji.__type",{"_index":3005,"name":{},"parent":{"10720":{},"10721":{},"10722":{},"10723":{}}}],["mastodon/entities/account.mastodonentity.featuredtag",{"_index":3035,"name":{},"parent":{"10860":{}}}],["mastodon/entities/account.mastodonentity.featuredtag.__type",{"_index":3036,"name":{},"parent":{"10861":{},"10862":{},"10863":{},"10864":{}}}],["mastodon/entities/account.mastodonentity.field",{"_index":3037,"name":{},"parent":{"10866":{}}}],["mastodon/entities/account.mastodonentity.field.__type",{"_index":3038,"name":{},"parent":{"10867":{},"10868":{},"10869":{}}}],["mastodon/entities/account.mastodonentity.filter",{"_index":3039,"name":{},"parent":{"10871":{}}}],["mastodon/entities/account.mastodonentity.filter.__type",{"_index":3040,"name":{},"parent":{"10872":{},"10873":{},"10874":{},"10875":{},"10876":{},"10877":{}}}],["mastodon/entities/account.mastodonentity.history",{"_index":3020,"name":{},"parent":{"10795":{}}}],["mastodon/entities/account.mastodonentity.history.__type",{"_index":3021,"name":{},"parent":{"10796":{},"10797":{},"10798":{}}}],["mastodon/entities/account.mastodonentity.identityproof",{"_index":3041,"name":{},"parent":{"10879":{}}}],["mastodon/entities/account.mastodonentity.identityproof.__type",{"_index":3042,"name":{},"parent":{"10880":{},"10881":{},"10882":{},"10883":{},"10884":{}}}],["mastodon/entities/account.mastodonentity.instance",{"_index":3047,"name":{},"parent":{"10894":{}}}],["mastodon/entities/account.mastodonentity.instance.__type",{"_index":3048,"name":{},"parent":{"10895":{},"10896":{},"10897":{},"10898":{},"10899":{},"10900":{},"10901":{},"10902":{},"10903":{},"10904":{},"10905":{},"10906":{}}}],["mastodon/entities/account.mastodonentity.list",{"_index":3049,"name":{},"parent":{"10908":{}}}],["mastodon/entities/account.mastodonentity.list.__type",{"_index":3050,"name":{},"parent":{"10909":{},"10910":{}}}],["mastodon/entities/account.mastodonentity.marker",{"_index":3051,"name":{},"parent":{"10912":{}}}],["mastodon/entities/account.mastodonentity.marker.__type",{"_index":3052,"name":{},"parent":{"10913":{},"10914":{},"10918":{},"10919":{}}}],["mastodon/entities/account.mastodonentity.marker.__type.__type",{"_index":3053,"name":{},"parent":{"10915":{},"10916":{},"10917":{},"10920":{},"10921":{},"10922":{}}}],["mastodon/entities/account.mastodonentity.mention",{"_index":3018,"name":{},"parent":{"10789":{}}}],["mastodon/entities/account.mastodonentity.mention.__type",{"_index":3019,"name":{},"parent":{"10790":{},"10791":{},"10792":{},"10793":{}}}],["mastodon/entities/account.mastodonentity.notification",{"_index":3054,"name":{},"parent":{"10924":{}}}],["mastodon/entities/account.mastodonentity.notification.__type",{"_index":3055,"name":{},"parent":{"10925":{},"10926":{},"10927":{},"10928":{},"10929":{}}}],["mastodon/entities/account.mastodonentity.poll",{"_index":3026,"name":{},"parent":{"10809":{}}}],["mastodon/entities/account.mastodonentity.poll.__type",{"_index":3027,"name":{},"parent":{"10810":{},"10811":{},"10812":{},"10813":{},"10814":{},"10815":{},"10816":{}}}],["mastodon/entities/account.mastodonentity.polloption",{"_index":3024,"name":{},"parent":{"10805":{}}}],["mastodon/entities/account.mastodonentity.polloption.__type",{"_index":3025,"name":{},"parent":{"10806":{},"10807":{}}}],["mastodon/entities/account.mastodonentity.preferences",{"_index":3056,"name":{},"parent":{"10932":{}}}],["mastodon/entities/account.mastodonentity.preferences.__type",{"_index":3057,"name":{},"parent":{"10933":{},"10934":{},"10935":{},"10936":{},"10937":{}}}],["mastodon/entities/account.mastodonentity.pushsubscription",{"_index":3058,"name":{},"parent":{"10939":{}}}],["mastodon/entities/account.mastodonentity.pushsubscription.__type",{"_index":3059,"name":{},"parent":{"10940":{},"10941":{},"10942":{},"10943":{}}}],["mastodon/entities/account.mastodonentity.relationship",{"_index":3060,"name":{},"parent":{"10945":{}}}],["mastodon/entities/account.mastodonentity.relationship.__type",{"_index":3061,"name":{},"parent":{"10946":{},"10947":{},"10948":{},"10949":{},"10950":{},"10951":{},"10952":{},"10953":{},"10954":{},"10955":{}}}],["mastodon/entities/account.mastodonentity.report",{"_index":3062,"name":{},"parent":{"10957":{}}}],["mastodon/entities/account.mastodonentity.report.__type",{"_index":3063,"name":{},"parent":{"10958":{},"10959":{},"10960":{},"10961":{},"10962":{}}}],["mastodon/entities/account.mastodonentity.results",{"_index":3064,"name":{},"parent":{"10964":{}}}],["mastodon/entities/account.mastodonentity.results.__type",{"_index":3065,"name":{},"parent":{"10965":{},"10966":{},"10967":{}}}],["mastodon/entities/account.mastodonentity.scheduledstatus",{"_index":3066,"name":{},"parent":{"10969":{}}}],["mastodon/entities/account.mastodonentity.scheduledstatus.__type",{"_index":3067,"name":{},"parent":{"10970":{},"10971":{},"10972":{},"10973":{}}}],["mastodon/entities/account.mastodonentity.source",{"_index":3006,"name":{},"parent":{"10725":{}}}],["mastodon/entities/account.mastodonentity.source.__type",{"_index":3007,"name":{},"parent":{"10726":{},"10727":{},"10728":{},"10729":{},"10730":{}}}],["mastodon/entities/account.mastodonentity.stats",{"_index":3045,"name":{},"parent":{"10889":{}}}],["mastodon/entities/account.mastodonentity.stats.__type",{"_index":3046,"name":{},"parent":{"10890":{},"10891":{},"10892":{}}}],["mastodon/entities/account.mastodonentity.status",{"_index":3028,"name":{},"parent":{"10818":{}}}],["mastodon/entities/account.mastodonentity.status.__type",{"_index":3029,"name":{},"parent":{"10819":{},"10820":{},"10821":{},"10822":{},"10823":{},"10824":{},"10825":{},"10826":{},"10827":{},"10828":{},"10829":{},"10830":{},"10831":{},"10832":{},"10833":{},"10834":{},"10835":{},"10836":{},"10837":{},"10838":{},"10839":{},"10840":{},"10841":{},"10842":{},"10843":{},"10844":{},"10845":{},"10846":{},"10847":{},"10848":{}}}],["mastodon/entities/account.mastodonentity.statusparams",{"_index":3068,"name":{},"parent":{"10975":{}}}],["mastodon/entities/account.mastodonentity.statusparams.__type",{"_index":3069,"name":{},"parent":{"10976":{},"10977":{},"10978":{},"10979":{},"10980":{},"10981":{},"10982":{},"10983":{}}}],["mastodon/entities/account.mastodonentity.tag",{"_index":3022,"name":{},"parent":{"10800":{}}}],["mastodon/entities/account.mastodonentity.tag.__type",{"_index":3023,"name":{},"parent":{"10801":{},"10802":{},"10803":{}}}],["mastodon/entities/account.mastodonentity.token",{"_index":3070,"name":{},"parent":{"10985":{}}}],["mastodon/entities/account.mastodonentity.token.__type",{"_index":3071,"name":{},"parent":{"10986":{},"10987":{},"10988":{},"10989":{}}}],["mastodon/entities/account.mastodonentity.urls",{"_index":3043,"name":{},"parent":{"10886":{}}}],["mastodon/entities/account.mastodonentity.urls.__type",{"_index":3044,"name":{},"parent":{"10887":{}}}],["mastodon/entities/activity",{"_index":110,"name":{"146":{}},"parent":{"10990":{}}}],["mastodon/entities/activity.mastodonentity",{"_index":3072,"name":{},"parent":{"10991":{},"10997":{},"11004":{},"11026":{},"11032":{},"11037":{},"11047":{},"11061":{},"11067":{},"11072":{},"11077":{},"11081":{},"11090":{},"11122":{},"11126":{},"11132":{},"11138":{},"11143":{},"11151":{},"11158":{},"11161":{},"11166":{},"11180":{},"11184":{},"11196":{},"11203":{},"11204":{},"11211":{},"11217":{},"11229":{},"11236":{},"11241":{},"11247":{},"11257":{}}}],["mastodon/entities/activity.mastodonentity.account",{"_index":3077,"name":{},"parent":{"11005":{}}}],["mastodon/entities/activity.mastodonentity.account.__type",{"_index":3078,"name":{},"parent":{"11006":{},"11007":{},"11008":{},"11009":{},"11010":{},"11011":{},"11012":{},"11013":{},"11014":{},"11015":{},"11016":{},"11017":{},"11018":{},"11019":{},"11020":{},"11021":{},"11022":{},"11023":{},"11024":{},"11025":{}}}],["mastodon/entities/activity.mastodonentity.activity",{"_index":3079,"name":{},"parent":{"11027":{}}}],["mastodon/entities/activity.mastodonentity.activity.__type",{"_index":3080,"name":{},"parent":{"11028":{},"11029":{},"11030":{},"11031":{}}}],["mastodon/entities/activity.mastodonentity.application",{"_index":3081,"name":{},"parent":{"11033":{}}}],["mastodon/entities/activity.mastodonentity.application.__type",{"_index":3082,"name":{},"parent":{"11034":{},"11035":{},"11036":{}}}],["mastodon/entities/activity.mastodonentity.attachment",{"_index":3083,"name":{},"parent":{"11038":{}}}],["mastodon/entities/activity.mastodonentity.attachment.__type",{"_index":3084,"name":{},"parent":{"11039":{},"11040":{},"11041":{},"11042":{},"11043":{},"11044":{},"11045":{},"11046":{}}}],["mastodon/entities/activity.mastodonentity.card",{"_index":3085,"name":{},"parent":{"11048":{}}}],["mastodon/entities/activity.mastodonentity.card.__type",{"_index":3086,"name":{},"parent":{"11049":{},"11050":{},"11051":{},"11052":{},"11053":{},"11054":{},"11055":{},"11056":{},"11057":{},"11058":{},"11059":{},"11060":{}}}],["mastodon/entities/activity.mastodonentity.context",{"_index":3099,"name":{},"parent":{"11123":{}}}],["mastodon/entities/activity.mastodonentity.context.__type",{"_index":3100,"name":{},"parent":{"11124":{},"11125":{}}}],["mastodon/entities/activity.mastodonentity.conversation",{"_index":3101,"name":{},"parent":{"11127":{}}}],["mastodon/entities/activity.mastodonentity.conversation.__type",{"_index":3102,"name":{},"parent":{"11128":{},"11129":{},"11130":{},"11131":{}}}],["mastodon/entities/activity.mastodonentity.emoji",{"_index":3073,"name":{},"parent":{"10992":{}}}],["mastodon/entities/activity.mastodonentity.emoji.__type",{"_index":3074,"name":{},"parent":{"10993":{},"10994":{},"10995":{},"10996":{}}}],["mastodon/entities/activity.mastodonentity.featuredtag",{"_index":3103,"name":{},"parent":{"11133":{}}}],["mastodon/entities/activity.mastodonentity.featuredtag.__type",{"_index":3104,"name":{},"parent":{"11134":{},"11135":{},"11136":{},"11137":{}}}],["mastodon/entities/activity.mastodonentity.field",{"_index":3105,"name":{},"parent":{"11139":{}}}],["mastodon/entities/activity.mastodonentity.field.__type",{"_index":3106,"name":{},"parent":{"11140":{},"11141":{},"11142":{}}}],["mastodon/entities/activity.mastodonentity.filter",{"_index":3107,"name":{},"parent":{"11144":{}}}],["mastodon/entities/activity.mastodonentity.filter.__type",{"_index":3108,"name":{},"parent":{"11145":{},"11146":{},"11147":{},"11148":{},"11149":{},"11150":{}}}],["mastodon/entities/activity.mastodonentity.history",{"_index":3089,"name":{},"parent":{"11068":{}}}],["mastodon/entities/activity.mastodonentity.history.__type",{"_index":3090,"name":{},"parent":{"11069":{},"11070":{},"11071":{}}}],["mastodon/entities/activity.mastodonentity.identityproof",{"_index":3109,"name":{},"parent":{"11152":{}}}],["mastodon/entities/activity.mastodonentity.identityproof.__type",{"_index":3110,"name":{},"parent":{"11153":{},"11154":{},"11155":{},"11156":{},"11157":{}}}],["mastodon/entities/activity.mastodonentity.instance",{"_index":3115,"name":{},"parent":{"11167":{}}}],["mastodon/entities/activity.mastodonentity.instance.__type",{"_index":3116,"name":{},"parent":{"11168":{},"11169":{},"11170":{},"11171":{},"11172":{},"11173":{},"11174":{},"11175":{},"11176":{},"11177":{},"11178":{},"11179":{}}}],["mastodon/entities/activity.mastodonentity.list",{"_index":3117,"name":{},"parent":{"11181":{}}}],["mastodon/entities/activity.mastodonentity.list.__type",{"_index":3118,"name":{},"parent":{"11182":{},"11183":{}}}],["mastodon/entities/activity.mastodonentity.marker",{"_index":3119,"name":{},"parent":{"11185":{}}}],["mastodon/entities/activity.mastodonentity.marker.__type",{"_index":3120,"name":{},"parent":{"11186":{},"11187":{},"11191":{},"11192":{}}}],["mastodon/entities/activity.mastodonentity.marker.__type.__type",{"_index":3121,"name":{},"parent":{"11188":{},"11189":{},"11190":{},"11193":{},"11194":{},"11195":{}}}],["mastodon/entities/activity.mastodonentity.mention",{"_index":3087,"name":{},"parent":{"11062":{}}}],["mastodon/entities/activity.mastodonentity.mention.__type",{"_index":3088,"name":{},"parent":{"11063":{},"11064":{},"11065":{},"11066":{}}}],["mastodon/entities/activity.mastodonentity.notification",{"_index":3122,"name":{},"parent":{"11197":{}}}],["mastodon/entities/activity.mastodonentity.notification.__type",{"_index":3123,"name":{},"parent":{"11198":{},"11199":{},"11200":{},"11201":{},"11202":{}}}],["mastodon/entities/activity.mastodonentity.poll",{"_index":3095,"name":{},"parent":{"11082":{}}}],["mastodon/entities/activity.mastodonentity.poll.__type",{"_index":3096,"name":{},"parent":{"11083":{},"11084":{},"11085":{},"11086":{},"11087":{},"11088":{},"11089":{}}}],["mastodon/entities/activity.mastodonentity.polloption",{"_index":3093,"name":{},"parent":{"11078":{}}}],["mastodon/entities/activity.mastodonentity.polloption.__type",{"_index":3094,"name":{},"parent":{"11079":{},"11080":{}}}],["mastodon/entities/activity.mastodonentity.preferences",{"_index":3124,"name":{},"parent":{"11205":{}}}],["mastodon/entities/activity.mastodonentity.preferences.__type",{"_index":3125,"name":{},"parent":{"11206":{},"11207":{},"11208":{},"11209":{},"11210":{}}}],["mastodon/entities/activity.mastodonentity.pushsubscription",{"_index":3126,"name":{},"parent":{"11212":{}}}],["mastodon/entities/activity.mastodonentity.pushsubscription.__type",{"_index":3127,"name":{},"parent":{"11213":{},"11214":{},"11215":{},"11216":{}}}],["mastodon/entities/activity.mastodonentity.relationship",{"_index":3128,"name":{},"parent":{"11218":{}}}],["mastodon/entities/activity.mastodonentity.relationship.__type",{"_index":3129,"name":{},"parent":{"11219":{},"11220":{},"11221":{},"11222":{},"11223":{},"11224":{},"11225":{},"11226":{},"11227":{},"11228":{}}}],["mastodon/entities/activity.mastodonentity.report",{"_index":3130,"name":{},"parent":{"11230":{}}}],["mastodon/entities/activity.mastodonentity.report.__type",{"_index":3131,"name":{},"parent":{"11231":{},"11232":{},"11233":{},"11234":{},"11235":{}}}],["mastodon/entities/activity.mastodonentity.results",{"_index":3132,"name":{},"parent":{"11237":{}}}],["mastodon/entities/activity.mastodonentity.results.__type",{"_index":3133,"name":{},"parent":{"11238":{},"11239":{},"11240":{}}}],["mastodon/entities/activity.mastodonentity.scheduledstatus",{"_index":3134,"name":{},"parent":{"11242":{}}}],["mastodon/entities/activity.mastodonentity.scheduledstatus.__type",{"_index":3135,"name":{},"parent":{"11243":{},"11244":{},"11245":{},"11246":{}}}],["mastodon/entities/activity.mastodonentity.source",{"_index":3075,"name":{},"parent":{"10998":{}}}],["mastodon/entities/activity.mastodonentity.source.__type",{"_index":3076,"name":{},"parent":{"10999":{},"11000":{},"11001":{},"11002":{},"11003":{}}}],["mastodon/entities/activity.mastodonentity.stats",{"_index":3113,"name":{},"parent":{"11162":{}}}],["mastodon/entities/activity.mastodonentity.stats.__type",{"_index":3114,"name":{},"parent":{"11163":{},"11164":{},"11165":{}}}],["mastodon/entities/activity.mastodonentity.status",{"_index":3097,"name":{},"parent":{"11091":{}}}],["mastodon/entities/activity.mastodonentity.status.__type",{"_index":3098,"name":{},"parent":{"11092":{},"11093":{},"11094":{},"11095":{},"11096":{},"11097":{},"11098":{},"11099":{},"11100":{},"11101":{},"11102":{},"11103":{},"11104":{},"11105":{},"11106":{},"11107":{},"11108":{},"11109":{},"11110":{},"11111":{},"11112":{},"11113":{},"11114":{},"11115":{},"11116":{},"11117":{},"11118":{},"11119":{},"11120":{},"11121":{}}}],["mastodon/entities/activity.mastodonentity.statusparams",{"_index":3136,"name":{},"parent":{"11248":{}}}],["mastodon/entities/activity.mastodonentity.statusparams.__type",{"_index":3137,"name":{},"parent":{"11249":{},"11250":{},"11251":{},"11252":{},"11253":{},"11254":{},"11255":{},"11256":{}}}],["mastodon/entities/activity.mastodonentity.tag",{"_index":3091,"name":{},"parent":{"11073":{}}}],["mastodon/entities/activity.mastodonentity.tag.__type",{"_index":3092,"name":{},"parent":{"11074":{},"11075":{},"11076":{}}}],["mastodon/entities/activity.mastodonentity.token",{"_index":3138,"name":{},"parent":{"11258":{}}}],["mastodon/entities/activity.mastodonentity.token.__type",{"_index":3139,"name":{},"parent":{"11259":{},"11260":{},"11261":{},"11262":{}}}],["mastodon/entities/activity.mastodonentity.urls",{"_index":3111,"name":{},"parent":{"11159":{}}}],["mastodon/entities/activity.mastodonentity.urls.__type",{"_index":3112,"name":{},"parent":{"11160":{}}}],["mastodon/entities/application",{"_index":111,"name":{"147":{}},"parent":{"11263":{}}}],["mastodon/entities/application.mastodonentity",{"_index":3140,"name":{},"parent":{"11264":{},"11270":{},"11277":{},"11299":{},"11305":{},"11310":{},"11320":{},"11334":{},"11340":{},"11345":{},"11350":{},"11354":{},"11363":{},"11395":{},"11399":{},"11405":{},"11411":{},"11416":{},"11424":{},"11431":{},"11434":{},"11439":{},"11453":{},"11457":{},"11469":{},"11476":{},"11477":{},"11484":{},"11490":{},"11502":{},"11509":{},"11514":{},"11520":{},"11530":{}}}],["mastodon/entities/application.mastodonentity.account",{"_index":3145,"name":{},"parent":{"11278":{}}}],["mastodon/entities/application.mastodonentity.account.__type",{"_index":3146,"name":{},"parent":{"11279":{},"11280":{},"11281":{},"11282":{},"11283":{},"11284":{},"11285":{},"11286":{},"11287":{},"11288":{},"11289":{},"11290":{},"11291":{},"11292":{},"11293":{},"11294":{},"11295":{},"11296":{},"11297":{},"11298":{}}}],["mastodon/entities/application.mastodonentity.activity",{"_index":3147,"name":{},"parent":{"11300":{}}}],["mastodon/entities/application.mastodonentity.activity.__type",{"_index":3148,"name":{},"parent":{"11301":{},"11302":{},"11303":{},"11304":{}}}],["mastodon/entities/application.mastodonentity.application",{"_index":3149,"name":{},"parent":{"11306":{}}}],["mastodon/entities/application.mastodonentity.application.__type",{"_index":3150,"name":{},"parent":{"11307":{},"11308":{},"11309":{}}}],["mastodon/entities/application.mastodonentity.attachment",{"_index":3151,"name":{},"parent":{"11311":{}}}],["mastodon/entities/application.mastodonentity.attachment.__type",{"_index":3152,"name":{},"parent":{"11312":{},"11313":{},"11314":{},"11315":{},"11316":{},"11317":{},"11318":{},"11319":{}}}],["mastodon/entities/application.mastodonentity.card",{"_index":3153,"name":{},"parent":{"11321":{}}}],["mastodon/entities/application.mastodonentity.card.__type",{"_index":3154,"name":{},"parent":{"11322":{},"11323":{},"11324":{},"11325":{},"11326":{},"11327":{},"11328":{},"11329":{},"11330":{},"11331":{},"11332":{},"11333":{}}}],["mastodon/entities/application.mastodonentity.context",{"_index":3167,"name":{},"parent":{"11396":{}}}],["mastodon/entities/application.mastodonentity.context.__type",{"_index":3168,"name":{},"parent":{"11397":{},"11398":{}}}],["mastodon/entities/application.mastodonentity.conversation",{"_index":3169,"name":{},"parent":{"11400":{}}}],["mastodon/entities/application.mastodonentity.conversation.__type",{"_index":3170,"name":{},"parent":{"11401":{},"11402":{},"11403":{},"11404":{}}}],["mastodon/entities/application.mastodonentity.emoji",{"_index":3141,"name":{},"parent":{"11265":{}}}],["mastodon/entities/application.mastodonentity.emoji.__type",{"_index":3142,"name":{},"parent":{"11266":{},"11267":{},"11268":{},"11269":{}}}],["mastodon/entities/application.mastodonentity.featuredtag",{"_index":3171,"name":{},"parent":{"11406":{}}}],["mastodon/entities/application.mastodonentity.featuredtag.__type",{"_index":3172,"name":{},"parent":{"11407":{},"11408":{},"11409":{},"11410":{}}}],["mastodon/entities/application.mastodonentity.field",{"_index":3173,"name":{},"parent":{"11412":{}}}],["mastodon/entities/application.mastodonentity.field.__type",{"_index":3174,"name":{},"parent":{"11413":{},"11414":{},"11415":{}}}],["mastodon/entities/application.mastodonentity.filter",{"_index":3175,"name":{},"parent":{"11417":{}}}],["mastodon/entities/application.mastodonentity.filter.__type",{"_index":3176,"name":{},"parent":{"11418":{},"11419":{},"11420":{},"11421":{},"11422":{},"11423":{}}}],["mastodon/entities/application.mastodonentity.history",{"_index":3157,"name":{},"parent":{"11341":{}}}],["mastodon/entities/application.mastodonentity.history.__type",{"_index":3158,"name":{},"parent":{"11342":{},"11343":{},"11344":{}}}],["mastodon/entities/application.mastodonentity.identityproof",{"_index":3177,"name":{},"parent":{"11425":{}}}],["mastodon/entities/application.mastodonentity.identityproof.__type",{"_index":3178,"name":{},"parent":{"11426":{},"11427":{},"11428":{},"11429":{},"11430":{}}}],["mastodon/entities/application.mastodonentity.instance",{"_index":3183,"name":{},"parent":{"11440":{}}}],["mastodon/entities/application.mastodonentity.instance.__type",{"_index":3184,"name":{},"parent":{"11441":{},"11442":{},"11443":{},"11444":{},"11445":{},"11446":{},"11447":{},"11448":{},"11449":{},"11450":{},"11451":{},"11452":{}}}],["mastodon/entities/application.mastodonentity.list",{"_index":3185,"name":{},"parent":{"11454":{}}}],["mastodon/entities/application.mastodonentity.list.__type",{"_index":3186,"name":{},"parent":{"11455":{},"11456":{}}}],["mastodon/entities/application.mastodonentity.marker",{"_index":3187,"name":{},"parent":{"11458":{}}}],["mastodon/entities/application.mastodonentity.marker.__type",{"_index":3188,"name":{},"parent":{"11459":{},"11460":{},"11464":{},"11465":{}}}],["mastodon/entities/application.mastodonentity.marker.__type.__type",{"_index":3189,"name":{},"parent":{"11461":{},"11462":{},"11463":{},"11466":{},"11467":{},"11468":{}}}],["mastodon/entities/application.mastodonentity.mention",{"_index":3155,"name":{},"parent":{"11335":{}}}],["mastodon/entities/application.mastodonentity.mention.__type",{"_index":3156,"name":{},"parent":{"11336":{},"11337":{},"11338":{},"11339":{}}}],["mastodon/entities/application.mastodonentity.notification",{"_index":3190,"name":{},"parent":{"11470":{}}}],["mastodon/entities/application.mastodonentity.notification.__type",{"_index":3191,"name":{},"parent":{"11471":{},"11472":{},"11473":{},"11474":{},"11475":{}}}],["mastodon/entities/application.mastodonentity.poll",{"_index":3163,"name":{},"parent":{"11355":{}}}],["mastodon/entities/application.mastodonentity.poll.__type",{"_index":3164,"name":{},"parent":{"11356":{},"11357":{},"11358":{},"11359":{},"11360":{},"11361":{},"11362":{}}}],["mastodon/entities/application.mastodonentity.polloption",{"_index":3161,"name":{},"parent":{"11351":{}}}],["mastodon/entities/application.mastodonentity.polloption.__type",{"_index":3162,"name":{},"parent":{"11352":{},"11353":{}}}],["mastodon/entities/application.mastodonentity.preferences",{"_index":3192,"name":{},"parent":{"11478":{}}}],["mastodon/entities/application.mastodonentity.preferences.__type",{"_index":3193,"name":{},"parent":{"11479":{},"11480":{},"11481":{},"11482":{},"11483":{}}}],["mastodon/entities/application.mastodonentity.pushsubscription",{"_index":3194,"name":{},"parent":{"11485":{}}}],["mastodon/entities/application.mastodonentity.pushsubscription.__type",{"_index":3195,"name":{},"parent":{"11486":{},"11487":{},"11488":{},"11489":{}}}],["mastodon/entities/application.mastodonentity.relationship",{"_index":3196,"name":{},"parent":{"11491":{}}}],["mastodon/entities/application.mastodonentity.relationship.__type",{"_index":3197,"name":{},"parent":{"11492":{},"11493":{},"11494":{},"11495":{},"11496":{},"11497":{},"11498":{},"11499":{},"11500":{},"11501":{}}}],["mastodon/entities/application.mastodonentity.report",{"_index":3198,"name":{},"parent":{"11503":{}}}],["mastodon/entities/application.mastodonentity.report.__type",{"_index":3199,"name":{},"parent":{"11504":{},"11505":{},"11506":{},"11507":{},"11508":{}}}],["mastodon/entities/application.mastodonentity.results",{"_index":3200,"name":{},"parent":{"11510":{}}}],["mastodon/entities/application.mastodonentity.results.__type",{"_index":3201,"name":{},"parent":{"11511":{},"11512":{},"11513":{}}}],["mastodon/entities/application.mastodonentity.scheduledstatus",{"_index":3202,"name":{},"parent":{"11515":{}}}],["mastodon/entities/application.mastodonentity.scheduledstatus.__type",{"_index":3203,"name":{},"parent":{"11516":{},"11517":{},"11518":{},"11519":{}}}],["mastodon/entities/application.mastodonentity.source",{"_index":3143,"name":{},"parent":{"11271":{}}}],["mastodon/entities/application.mastodonentity.source.__type",{"_index":3144,"name":{},"parent":{"11272":{},"11273":{},"11274":{},"11275":{},"11276":{}}}],["mastodon/entities/application.mastodonentity.stats",{"_index":3181,"name":{},"parent":{"11435":{}}}],["mastodon/entities/application.mastodonentity.stats.__type",{"_index":3182,"name":{},"parent":{"11436":{},"11437":{},"11438":{}}}],["mastodon/entities/application.mastodonentity.status",{"_index":3165,"name":{},"parent":{"11364":{}}}],["mastodon/entities/application.mastodonentity.status.__type",{"_index":3166,"name":{},"parent":{"11365":{},"11366":{},"11367":{},"11368":{},"11369":{},"11370":{},"11371":{},"11372":{},"11373":{},"11374":{},"11375":{},"11376":{},"11377":{},"11378":{},"11379":{},"11380":{},"11381":{},"11382":{},"11383":{},"11384":{},"11385":{},"11386":{},"11387":{},"11388":{},"11389":{},"11390":{},"11391":{},"11392":{},"11393":{},"11394":{}}}],["mastodon/entities/application.mastodonentity.statusparams",{"_index":3204,"name":{},"parent":{"11521":{}}}],["mastodon/entities/application.mastodonentity.statusparams.__type",{"_index":3205,"name":{},"parent":{"11522":{},"11523":{},"11524":{},"11525":{},"11526":{},"11527":{},"11528":{},"11529":{}}}],["mastodon/entities/application.mastodonentity.tag",{"_index":3159,"name":{},"parent":{"11346":{}}}],["mastodon/entities/application.mastodonentity.tag.__type",{"_index":3160,"name":{},"parent":{"11347":{},"11348":{},"11349":{}}}],["mastodon/entities/application.mastodonentity.token",{"_index":3206,"name":{},"parent":{"11531":{}}}],["mastodon/entities/application.mastodonentity.token.__type",{"_index":3207,"name":{},"parent":{"11532":{},"11533":{},"11534":{},"11535":{}}}],["mastodon/entities/application.mastodonentity.urls",{"_index":3179,"name":{},"parent":{"11432":{}}}],["mastodon/entities/application.mastodonentity.urls.__type",{"_index":3180,"name":{},"parent":{"11433":{}}}],["mastodon/entities/attachment",{"_index":112,"name":{"148":{}},"parent":{"11536":{}}}],["mastodon/entities/attachment.mastodonentity",{"_index":3208,"name":{},"parent":{"11537":{},"11543":{},"11550":{},"11572":{},"11578":{},"11583":{},"11593":{},"11607":{},"11613":{},"11618":{},"11623":{},"11627":{},"11636":{},"11668":{},"11672":{},"11678":{},"11684":{},"11689":{},"11697":{},"11704":{},"11707":{},"11712":{},"11726":{},"11730":{},"11742":{},"11749":{},"11750":{},"11757":{},"11763":{},"11775":{},"11782":{},"11787":{},"11793":{},"11803":{}}}],["mastodon/entities/attachment.mastodonentity.account",{"_index":3213,"name":{},"parent":{"11551":{}}}],["mastodon/entities/attachment.mastodonentity.account.__type",{"_index":3214,"name":{},"parent":{"11552":{},"11553":{},"11554":{},"11555":{},"11556":{},"11557":{},"11558":{},"11559":{},"11560":{},"11561":{},"11562":{},"11563":{},"11564":{},"11565":{},"11566":{},"11567":{},"11568":{},"11569":{},"11570":{},"11571":{}}}],["mastodon/entities/attachment.mastodonentity.activity",{"_index":3215,"name":{},"parent":{"11573":{}}}],["mastodon/entities/attachment.mastodonentity.activity.__type",{"_index":3216,"name":{},"parent":{"11574":{},"11575":{},"11576":{},"11577":{}}}],["mastodon/entities/attachment.mastodonentity.application",{"_index":3217,"name":{},"parent":{"11579":{}}}],["mastodon/entities/attachment.mastodonentity.application.__type",{"_index":3218,"name":{},"parent":{"11580":{},"11581":{},"11582":{}}}],["mastodon/entities/attachment.mastodonentity.attachment",{"_index":3219,"name":{},"parent":{"11584":{}}}],["mastodon/entities/attachment.mastodonentity.attachment.__type",{"_index":3220,"name":{},"parent":{"11585":{},"11586":{},"11587":{},"11588":{},"11589":{},"11590":{},"11591":{},"11592":{}}}],["mastodon/entities/attachment.mastodonentity.card",{"_index":3221,"name":{},"parent":{"11594":{}}}],["mastodon/entities/attachment.mastodonentity.card.__type",{"_index":3222,"name":{},"parent":{"11595":{},"11596":{},"11597":{},"11598":{},"11599":{},"11600":{},"11601":{},"11602":{},"11603":{},"11604":{},"11605":{},"11606":{}}}],["mastodon/entities/attachment.mastodonentity.context",{"_index":3235,"name":{},"parent":{"11669":{}}}],["mastodon/entities/attachment.mastodonentity.context.__type",{"_index":3236,"name":{},"parent":{"11670":{},"11671":{}}}],["mastodon/entities/attachment.mastodonentity.conversation",{"_index":3237,"name":{},"parent":{"11673":{}}}],["mastodon/entities/attachment.mastodonentity.conversation.__type",{"_index":3238,"name":{},"parent":{"11674":{},"11675":{},"11676":{},"11677":{}}}],["mastodon/entities/attachment.mastodonentity.emoji",{"_index":3209,"name":{},"parent":{"11538":{}}}],["mastodon/entities/attachment.mastodonentity.emoji.__type",{"_index":3210,"name":{},"parent":{"11539":{},"11540":{},"11541":{},"11542":{}}}],["mastodon/entities/attachment.mastodonentity.featuredtag",{"_index":3239,"name":{},"parent":{"11679":{}}}],["mastodon/entities/attachment.mastodonentity.featuredtag.__type",{"_index":3240,"name":{},"parent":{"11680":{},"11681":{},"11682":{},"11683":{}}}],["mastodon/entities/attachment.mastodonentity.field",{"_index":3241,"name":{},"parent":{"11685":{}}}],["mastodon/entities/attachment.mastodonentity.field.__type",{"_index":3242,"name":{},"parent":{"11686":{},"11687":{},"11688":{}}}],["mastodon/entities/attachment.mastodonentity.filter",{"_index":3243,"name":{},"parent":{"11690":{}}}],["mastodon/entities/attachment.mastodonentity.filter.__type",{"_index":3244,"name":{},"parent":{"11691":{},"11692":{},"11693":{},"11694":{},"11695":{},"11696":{}}}],["mastodon/entities/attachment.mastodonentity.history",{"_index":3225,"name":{},"parent":{"11614":{}}}],["mastodon/entities/attachment.mastodonentity.history.__type",{"_index":3226,"name":{},"parent":{"11615":{},"11616":{},"11617":{}}}],["mastodon/entities/attachment.mastodonentity.identityproof",{"_index":3245,"name":{},"parent":{"11698":{}}}],["mastodon/entities/attachment.mastodonentity.identityproof.__type",{"_index":3246,"name":{},"parent":{"11699":{},"11700":{},"11701":{},"11702":{},"11703":{}}}],["mastodon/entities/attachment.mastodonentity.instance",{"_index":3251,"name":{},"parent":{"11713":{}}}],["mastodon/entities/attachment.mastodonentity.instance.__type",{"_index":3252,"name":{},"parent":{"11714":{},"11715":{},"11716":{},"11717":{},"11718":{},"11719":{},"11720":{},"11721":{},"11722":{},"11723":{},"11724":{},"11725":{}}}],["mastodon/entities/attachment.mastodonentity.list",{"_index":3253,"name":{},"parent":{"11727":{}}}],["mastodon/entities/attachment.mastodonentity.list.__type",{"_index":3254,"name":{},"parent":{"11728":{},"11729":{}}}],["mastodon/entities/attachment.mastodonentity.marker",{"_index":3255,"name":{},"parent":{"11731":{}}}],["mastodon/entities/attachment.mastodonentity.marker.__type",{"_index":3256,"name":{},"parent":{"11732":{},"11733":{},"11737":{},"11738":{}}}],["mastodon/entities/attachment.mastodonentity.marker.__type.__type",{"_index":3257,"name":{},"parent":{"11734":{},"11735":{},"11736":{},"11739":{},"11740":{},"11741":{}}}],["mastodon/entities/attachment.mastodonentity.mention",{"_index":3223,"name":{},"parent":{"11608":{}}}],["mastodon/entities/attachment.mastodonentity.mention.__type",{"_index":3224,"name":{},"parent":{"11609":{},"11610":{},"11611":{},"11612":{}}}],["mastodon/entities/attachment.mastodonentity.notification",{"_index":3258,"name":{},"parent":{"11743":{}}}],["mastodon/entities/attachment.mastodonentity.notification.__type",{"_index":3259,"name":{},"parent":{"11744":{},"11745":{},"11746":{},"11747":{},"11748":{}}}],["mastodon/entities/attachment.mastodonentity.poll",{"_index":3231,"name":{},"parent":{"11628":{}}}],["mastodon/entities/attachment.mastodonentity.poll.__type",{"_index":3232,"name":{},"parent":{"11629":{},"11630":{},"11631":{},"11632":{},"11633":{},"11634":{},"11635":{}}}],["mastodon/entities/attachment.mastodonentity.polloption",{"_index":3229,"name":{},"parent":{"11624":{}}}],["mastodon/entities/attachment.mastodonentity.polloption.__type",{"_index":3230,"name":{},"parent":{"11625":{},"11626":{}}}],["mastodon/entities/attachment.mastodonentity.preferences",{"_index":3260,"name":{},"parent":{"11751":{}}}],["mastodon/entities/attachment.mastodonentity.preferences.__type",{"_index":3261,"name":{},"parent":{"11752":{},"11753":{},"11754":{},"11755":{},"11756":{}}}],["mastodon/entities/attachment.mastodonentity.pushsubscription",{"_index":3262,"name":{},"parent":{"11758":{}}}],["mastodon/entities/attachment.mastodonentity.pushsubscription.__type",{"_index":3263,"name":{},"parent":{"11759":{},"11760":{},"11761":{},"11762":{}}}],["mastodon/entities/attachment.mastodonentity.relationship",{"_index":3264,"name":{},"parent":{"11764":{}}}],["mastodon/entities/attachment.mastodonentity.relationship.__type",{"_index":3265,"name":{},"parent":{"11765":{},"11766":{},"11767":{},"11768":{},"11769":{},"11770":{},"11771":{},"11772":{},"11773":{},"11774":{}}}],["mastodon/entities/attachment.mastodonentity.report",{"_index":3266,"name":{},"parent":{"11776":{}}}],["mastodon/entities/attachment.mastodonentity.report.__type",{"_index":3267,"name":{},"parent":{"11777":{},"11778":{},"11779":{},"11780":{},"11781":{}}}],["mastodon/entities/attachment.mastodonentity.results",{"_index":3268,"name":{},"parent":{"11783":{}}}],["mastodon/entities/attachment.mastodonentity.results.__type",{"_index":3269,"name":{},"parent":{"11784":{},"11785":{},"11786":{}}}],["mastodon/entities/attachment.mastodonentity.scheduledstatus",{"_index":3270,"name":{},"parent":{"11788":{}}}],["mastodon/entities/attachment.mastodonentity.scheduledstatus.__type",{"_index":3271,"name":{},"parent":{"11789":{},"11790":{},"11791":{},"11792":{}}}],["mastodon/entities/attachment.mastodonentity.source",{"_index":3211,"name":{},"parent":{"11544":{}}}],["mastodon/entities/attachment.mastodonentity.source.__type",{"_index":3212,"name":{},"parent":{"11545":{},"11546":{},"11547":{},"11548":{},"11549":{}}}],["mastodon/entities/attachment.mastodonentity.stats",{"_index":3249,"name":{},"parent":{"11708":{}}}],["mastodon/entities/attachment.mastodonentity.stats.__type",{"_index":3250,"name":{},"parent":{"11709":{},"11710":{},"11711":{}}}],["mastodon/entities/attachment.mastodonentity.status",{"_index":3233,"name":{},"parent":{"11637":{}}}],["mastodon/entities/attachment.mastodonentity.status.__type",{"_index":3234,"name":{},"parent":{"11638":{},"11639":{},"11640":{},"11641":{},"11642":{},"11643":{},"11644":{},"11645":{},"11646":{},"11647":{},"11648":{},"11649":{},"11650":{},"11651":{},"11652":{},"11653":{},"11654":{},"11655":{},"11656":{},"11657":{},"11658":{},"11659":{},"11660":{},"11661":{},"11662":{},"11663":{},"11664":{},"11665":{},"11666":{},"11667":{}}}],["mastodon/entities/attachment.mastodonentity.statusparams",{"_index":3272,"name":{},"parent":{"11794":{}}}],["mastodon/entities/attachment.mastodonentity.statusparams.__type",{"_index":3273,"name":{},"parent":{"11795":{},"11796":{},"11797":{},"11798":{},"11799":{},"11800":{},"11801":{},"11802":{}}}],["mastodon/entities/attachment.mastodonentity.tag",{"_index":3227,"name":{},"parent":{"11619":{}}}],["mastodon/entities/attachment.mastodonentity.tag.__type",{"_index":3228,"name":{},"parent":{"11620":{},"11621":{},"11622":{}}}],["mastodon/entities/attachment.mastodonentity.token",{"_index":3274,"name":{},"parent":{"11804":{}}}],["mastodon/entities/attachment.mastodonentity.token.__type",{"_index":3275,"name":{},"parent":{"11805":{},"11806":{},"11807":{},"11808":{}}}],["mastodon/entities/attachment.mastodonentity.urls",{"_index":3247,"name":{},"parent":{"11705":{}}}],["mastodon/entities/attachment.mastodonentity.urls.__type",{"_index":3248,"name":{},"parent":{"11706":{}}}],["mastodon/entities/card",{"_index":113,"name":{"149":{}},"parent":{"11809":{}}}],["mastodon/entities/card.mastodonentity",{"_index":3276,"name":{},"parent":{"11810":{},"11816":{},"11823":{},"11845":{},"11851":{},"11856":{},"11866":{},"11880":{},"11886":{},"11891":{},"11896":{},"11900":{},"11909":{},"11941":{},"11945":{},"11951":{},"11957":{},"11962":{},"11970":{},"11977":{},"11980":{},"11985":{},"11999":{},"12003":{},"12015":{},"12022":{},"12023":{},"12030":{},"12036":{},"12048":{},"12055":{},"12060":{},"12066":{},"12076":{}}}],["mastodon/entities/card.mastodonentity.account",{"_index":3281,"name":{},"parent":{"11824":{}}}],["mastodon/entities/card.mastodonentity.account.__type",{"_index":3282,"name":{},"parent":{"11825":{},"11826":{},"11827":{},"11828":{},"11829":{},"11830":{},"11831":{},"11832":{},"11833":{},"11834":{},"11835":{},"11836":{},"11837":{},"11838":{},"11839":{},"11840":{},"11841":{},"11842":{},"11843":{},"11844":{}}}],["mastodon/entities/card.mastodonentity.activity",{"_index":3283,"name":{},"parent":{"11846":{}}}],["mastodon/entities/card.mastodonentity.activity.__type",{"_index":3284,"name":{},"parent":{"11847":{},"11848":{},"11849":{},"11850":{}}}],["mastodon/entities/card.mastodonentity.application",{"_index":3285,"name":{},"parent":{"11852":{}}}],["mastodon/entities/card.mastodonentity.application.__type",{"_index":3286,"name":{},"parent":{"11853":{},"11854":{},"11855":{}}}],["mastodon/entities/card.mastodonentity.attachment",{"_index":3287,"name":{},"parent":{"11857":{}}}],["mastodon/entities/card.mastodonentity.attachment.__type",{"_index":3288,"name":{},"parent":{"11858":{},"11859":{},"11860":{},"11861":{},"11862":{},"11863":{},"11864":{},"11865":{}}}],["mastodon/entities/card.mastodonentity.card",{"_index":3289,"name":{},"parent":{"11867":{}}}],["mastodon/entities/card.mastodonentity.card.__type",{"_index":3290,"name":{},"parent":{"11868":{},"11869":{},"11870":{},"11871":{},"11872":{},"11873":{},"11874":{},"11875":{},"11876":{},"11877":{},"11878":{},"11879":{}}}],["mastodon/entities/card.mastodonentity.context",{"_index":3303,"name":{},"parent":{"11942":{}}}],["mastodon/entities/card.mastodonentity.context.__type",{"_index":3304,"name":{},"parent":{"11943":{},"11944":{}}}],["mastodon/entities/card.mastodonentity.conversation",{"_index":3305,"name":{},"parent":{"11946":{}}}],["mastodon/entities/card.mastodonentity.conversation.__type",{"_index":3306,"name":{},"parent":{"11947":{},"11948":{},"11949":{},"11950":{}}}],["mastodon/entities/card.mastodonentity.emoji",{"_index":3277,"name":{},"parent":{"11811":{}}}],["mastodon/entities/card.mastodonentity.emoji.__type",{"_index":3278,"name":{},"parent":{"11812":{},"11813":{},"11814":{},"11815":{}}}],["mastodon/entities/card.mastodonentity.featuredtag",{"_index":3307,"name":{},"parent":{"11952":{}}}],["mastodon/entities/card.mastodonentity.featuredtag.__type",{"_index":3308,"name":{},"parent":{"11953":{},"11954":{},"11955":{},"11956":{}}}],["mastodon/entities/card.mastodonentity.field",{"_index":3309,"name":{},"parent":{"11958":{}}}],["mastodon/entities/card.mastodonentity.field.__type",{"_index":3310,"name":{},"parent":{"11959":{},"11960":{},"11961":{}}}],["mastodon/entities/card.mastodonentity.filter",{"_index":3311,"name":{},"parent":{"11963":{}}}],["mastodon/entities/card.mastodonentity.filter.__type",{"_index":3312,"name":{},"parent":{"11964":{},"11965":{},"11966":{},"11967":{},"11968":{},"11969":{}}}],["mastodon/entities/card.mastodonentity.history",{"_index":3293,"name":{},"parent":{"11887":{}}}],["mastodon/entities/card.mastodonentity.history.__type",{"_index":3294,"name":{},"parent":{"11888":{},"11889":{},"11890":{}}}],["mastodon/entities/card.mastodonentity.identityproof",{"_index":3313,"name":{},"parent":{"11971":{}}}],["mastodon/entities/card.mastodonentity.identityproof.__type",{"_index":3314,"name":{},"parent":{"11972":{},"11973":{},"11974":{},"11975":{},"11976":{}}}],["mastodon/entities/card.mastodonentity.instance",{"_index":3319,"name":{},"parent":{"11986":{}}}],["mastodon/entities/card.mastodonentity.instance.__type",{"_index":3320,"name":{},"parent":{"11987":{},"11988":{},"11989":{},"11990":{},"11991":{},"11992":{},"11993":{},"11994":{},"11995":{},"11996":{},"11997":{},"11998":{}}}],["mastodon/entities/card.mastodonentity.list",{"_index":3321,"name":{},"parent":{"12000":{}}}],["mastodon/entities/card.mastodonentity.list.__type",{"_index":3322,"name":{},"parent":{"12001":{},"12002":{}}}],["mastodon/entities/card.mastodonentity.marker",{"_index":3323,"name":{},"parent":{"12004":{}}}],["mastodon/entities/card.mastodonentity.marker.__type",{"_index":3324,"name":{},"parent":{"12005":{},"12006":{},"12010":{},"12011":{}}}],["mastodon/entities/card.mastodonentity.marker.__type.__type",{"_index":3325,"name":{},"parent":{"12007":{},"12008":{},"12009":{},"12012":{},"12013":{},"12014":{}}}],["mastodon/entities/card.mastodonentity.mention",{"_index":3291,"name":{},"parent":{"11881":{}}}],["mastodon/entities/card.mastodonentity.mention.__type",{"_index":3292,"name":{},"parent":{"11882":{},"11883":{},"11884":{},"11885":{}}}],["mastodon/entities/card.mastodonentity.notification",{"_index":3326,"name":{},"parent":{"12016":{}}}],["mastodon/entities/card.mastodonentity.notification.__type",{"_index":3327,"name":{},"parent":{"12017":{},"12018":{},"12019":{},"12020":{},"12021":{}}}],["mastodon/entities/card.mastodonentity.poll",{"_index":3299,"name":{},"parent":{"11901":{}}}],["mastodon/entities/card.mastodonentity.poll.__type",{"_index":3300,"name":{},"parent":{"11902":{},"11903":{},"11904":{},"11905":{},"11906":{},"11907":{},"11908":{}}}],["mastodon/entities/card.mastodonentity.polloption",{"_index":3297,"name":{},"parent":{"11897":{}}}],["mastodon/entities/card.mastodonentity.polloption.__type",{"_index":3298,"name":{},"parent":{"11898":{},"11899":{}}}],["mastodon/entities/card.mastodonentity.preferences",{"_index":3328,"name":{},"parent":{"12024":{}}}],["mastodon/entities/card.mastodonentity.preferences.__type",{"_index":3329,"name":{},"parent":{"12025":{},"12026":{},"12027":{},"12028":{},"12029":{}}}],["mastodon/entities/card.mastodonentity.pushsubscription",{"_index":3330,"name":{},"parent":{"12031":{}}}],["mastodon/entities/card.mastodonentity.pushsubscription.__type",{"_index":3331,"name":{},"parent":{"12032":{},"12033":{},"12034":{},"12035":{}}}],["mastodon/entities/card.mastodonentity.relationship",{"_index":3332,"name":{},"parent":{"12037":{}}}],["mastodon/entities/card.mastodonentity.relationship.__type",{"_index":3333,"name":{},"parent":{"12038":{},"12039":{},"12040":{},"12041":{},"12042":{},"12043":{},"12044":{},"12045":{},"12046":{},"12047":{}}}],["mastodon/entities/card.mastodonentity.report",{"_index":3334,"name":{},"parent":{"12049":{}}}],["mastodon/entities/card.mastodonentity.report.__type",{"_index":3335,"name":{},"parent":{"12050":{},"12051":{},"12052":{},"12053":{},"12054":{}}}],["mastodon/entities/card.mastodonentity.results",{"_index":3336,"name":{},"parent":{"12056":{}}}],["mastodon/entities/card.mastodonentity.results.__type",{"_index":3337,"name":{},"parent":{"12057":{},"12058":{},"12059":{}}}],["mastodon/entities/card.mastodonentity.scheduledstatus",{"_index":3338,"name":{},"parent":{"12061":{}}}],["mastodon/entities/card.mastodonentity.scheduledstatus.__type",{"_index":3339,"name":{},"parent":{"12062":{},"12063":{},"12064":{},"12065":{}}}],["mastodon/entities/card.mastodonentity.source",{"_index":3279,"name":{},"parent":{"11817":{}}}],["mastodon/entities/card.mastodonentity.source.__type",{"_index":3280,"name":{},"parent":{"11818":{},"11819":{},"11820":{},"11821":{},"11822":{}}}],["mastodon/entities/card.mastodonentity.stats",{"_index":3317,"name":{},"parent":{"11981":{}}}],["mastodon/entities/card.mastodonentity.stats.__type",{"_index":3318,"name":{},"parent":{"11982":{},"11983":{},"11984":{}}}],["mastodon/entities/card.mastodonentity.status",{"_index":3301,"name":{},"parent":{"11910":{}}}],["mastodon/entities/card.mastodonentity.status.__type",{"_index":3302,"name":{},"parent":{"11911":{},"11912":{},"11913":{},"11914":{},"11915":{},"11916":{},"11917":{},"11918":{},"11919":{},"11920":{},"11921":{},"11922":{},"11923":{},"11924":{},"11925":{},"11926":{},"11927":{},"11928":{},"11929":{},"11930":{},"11931":{},"11932":{},"11933":{},"11934":{},"11935":{},"11936":{},"11937":{},"11938":{},"11939":{},"11940":{}}}],["mastodon/entities/card.mastodonentity.statusparams",{"_index":3340,"name":{},"parent":{"12067":{}}}],["mastodon/entities/card.mastodonentity.statusparams.__type",{"_index":3341,"name":{},"parent":{"12068":{},"12069":{},"12070":{},"12071":{},"12072":{},"12073":{},"12074":{},"12075":{}}}],["mastodon/entities/card.mastodonentity.tag",{"_index":3295,"name":{},"parent":{"11892":{}}}],["mastodon/entities/card.mastodonentity.tag.__type",{"_index":3296,"name":{},"parent":{"11893":{},"11894":{},"11895":{}}}],["mastodon/entities/card.mastodonentity.token",{"_index":3342,"name":{},"parent":{"12077":{}}}],["mastodon/entities/card.mastodonentity.token.__type",{"_index":3343,"name":{},"parent":{"12078":{},"12079":{},"12080":{},"12081":{}}}],["mastodon/entities/card.mastodonentity.urls",{"_index":3315,"name":{},"parent":{"11978":{}}}],["mastodon/entities/card.mastodonentity.urls.__type",{"_index":3316,"name":{},"parent":{"11979":{}}}],["mastodon/entities/context",{"_index":114,"name":{"150":{}},"parent":{"12082":{}}}],["mastodon/entities/context.mastodonentity",{"_index":3344,"name":{},"parent":{"12083":{},"12089":{},"12096":{},"12118":{},"12124":{},"12129":{},"12139":{},"12153":{},"12159":{},"12164":{},"12169":{},"12173":{},"12182":{},"12214":{},"12218":{},"12224":{},"12230":{},"12235":{},"12243":{},"12250":{},"12253":{},"12258":{},"12272":{},"12276":{},"12288":{},"12295":{},"12296":{},"12303":{},"12309":{},"12321":{},"12328":{},"12333":{},"12339":{},"12349":{}}}],["mastodon/entities/context.mastodonentity.account",{"_index":3349,"name":{},"parent":{"12097":{}}}],["mastodon/entities/context.mastodonentity.account.__type",{"_index":3350,"name":{},"parent":{"12098":{},"12099":{},"12100":{},"12101":{},"12102":{},"12103":{},"12104":{},"12105":{},"12106":{},"12107":{},"12108":{},"12109":{},"12110":{},"12111":{},"12112":{},"12113":{},"12114":{},"12115":{},"12116":{},"12117":{}}}],["mastodon/entities/context.mastodonentity.activity",{"_index":3351,"name":{},"parent":{"12119":{}}}],["mastodon/entities/context.mastodonentity.activity.__type",{"_index":3352,"name":{},"parent":{"12120":{},"12121":{},"12122":{},"12123":{}}}],["mastodon/entities/context.mastodonentity.application",{"_index":3353,"name":{},"parent":{"12125":{}}}],["mastodon/entities/context.mastodonentity.application.__type",{"_index":3354,"name":{},"parent":{"12126":{},"12127":{},"12128":{}}}],["mastodon/entities/context.mastodonentity.attachment",{"_index":3355,"name":{},"parent":{"12130":{}}}],["mastodon/entities/context.mastodonentity.attachment.__type",{"_index":3356,"name":{},"parent":{"12131":{},"12132":{},"12133":{},"12134":{},"12135":{},"12136":{},"12137":{},"12138":{}}}],["mastodon/entities/context.mastodonentity.card",{"_index":3357,"name":{},"parent":{"12140":{}}}],["mastodon/entities/context.mastodonentity.card.__type",{"_index":3358,"name":{},"parent":{"12141":{},"12142":{},"12143":{},"12144":{},"12145":{},"12146":{},"12147":{},"12148":{},"12149":{},"12150":{},"12151":{},"12152":{}}}],["mastodon/entities/context.mastodonentity.context",{"_index":3371,"name":{},"parent":{"12215":{}}}],["mastodon/entities/context.mastodonentity.context.__type",{"_index":3372,"name":{},"parent":{"12216":{},"12217":{}}}],["mastodon/entities/context.mastodonentity.conversation",{"_index":3373,"name":{},"parent":{"12219":{}}}],["mastodon/entities/context.mastodonentity.conversation.__type",{"_index":3374,"name":{},"parent":{"12220":{},"12221":{},"12222":{},"12223":{}}}],["mastodon/entities/context.mastodonentity.emoji",{"_index":3345,"name":{},"parent":{"12084":{}}}],["mastodon/entities/context.mastodonentity.emoji.__type",{"_index":3346,"name":{},"parent":{"12085":{},"12086":{},"12087":{},"12088":{}}}],["mastodon/entities/context.mastodonentity.featuredtag",{"_index":3375,"name":{},"parent":{"12225":{}}}],["mastodon/entities/context.mastodonentity.featuredtag.__type",{"_index":3376,"name":{},"parent":{"12226":{},"12227":{},"12228":{},"12229":{}}}],["mastodon/entities/context.mastodonentity.field",{"_index":3377,"name":{},"parent":{"12231":{}}}],["mastodon/entities/context.mastodonentity.field.__type",{"_index":3378,"name":{},"parent":{"12232":{},"12233":{},"12234":{}}}],["mastodon/entities/context.mastodonentity.filter",{"_index":3379,"name":{},"parent":{"12236":{}}}],["mastodon/entities/context.mastodonentity.filter.__type",{"_index":3380,"name":{},"parent":{"12237":{},"12238":{},"12239":{},"12240":{},"12241":{},"12242":{}}}],["mastodon/entities/context.mastodonentity.history",{"_index":3361,"name":{},"parent":{"12160":{}}}],["mastodon/entities/context.mastodonentity.history.__type",{"_index":3362,"name":{},"parent":{"12161":{},"12162":{},"12163":{}}}],["mastodon/entities/context.mastodonentity.identityproof",{"_index":3381,"name":{},"parent":{"12244":{}}}],["mastodon/entities/context.mastodonentity.identityproof.__type",{"_index":3382,"name":{},"parent":{"12245":{},"12246":{},"12247":{},"12248":{},"12249":{}}}],["mastodon/entities/context.mastodonentity.instance",{"_index":3387,"name":{},"parent":{"12259":{}}}],["mastodon/entities/context.mastodonentity.instance.__type",{"_index":3388,"name":{},"parent":{"12260":{},"12261":{},"12262":{},"12263":{},"12264":{},"12265":{},"12266":{},"12267":{},"12268":{},"12269":{},"12270":{},"12271":{}}}],["mastodon/entities/context.mastodonentity.list",{"_index":3389,"name":{},"parent":{"12273":{}}}],["mastodon/entities/context.mastodonentity.list.__type",{"_index":3390,"name":{},"parent":{"12274":{},"12275":{}}}],["mastodon/entities/context.mastodonentity.marker",{"_index":3391,"name":{},"parent":{"12277":{}}}],["mastodon/entities/context.mastodonentity.marker.__type",{"_index":3392,"name":{},"parent":{"12278":{},"12279":{},"12283":{},"12284":{}}}],["mastodon/entities/context.mastodonentity.marker.__type.__type",{"_index":3393,"name":{},"parent":{"12280":{},"12281":{},"12282":{},"12285":{},"12286":{},"12287":{}}}],["mastodon/entities/context.mastodonentity.mention",{"_index":3359,"name":{},"parent":{"12154":{}}}],["mastodon/entities/context.mastodonentity.mention.__type",{"_index":3360,"name":{},"parent":{"12155":{},"12156":{},"12157":{},"12158":{}}}],["mastodon/entities/context.mastodonentity.notification",{"_index":3394,"name":{},"parent":{"12289":{}}}],["mastodon/entities/context.mastodonentity.notification.__type",{"_index":3395,"name":{},"parent":{"12290":{},"12291":{},"12292":{},"12293":{},"12294":{}}}],["mastodon/entities/context.mastodonentity.poll",{"_index":3367,"name":{},"parent":{"12174":{}}}],["mastodon/entities/context.mastodonentity.poll.__type",{"_index":3368,"name":{},"parent":{"12175":{},"12176":{},"12177":{},"12178":{},"12179":{},"12180":{},"12181":{}}}],["mastodon/entities/context.mastodonentity.polloption",{"_index":3365,"name":{},"parent":{"12170":{}}}],["mastodon/entities/context.mastodonentity.polloption.__type",{"_index":3366,"name":{},"parent":{"12171":{},"12172":{}}}],["mastodon/entities/context.mastodonentity.preferences",{"_index":3396,"name":{},"parent":{"12297":{}}}],["mastodon/entities/context.mastodonentity.preferences.__type",{"_index":3397,"name":{},"parent":{"12298":{},"12299":{},"12300":{},"12301":{},"12302":{}}}],["mastodon/entities/context.mastodonentity.pushsubscription",{"_index":3398,"name":{},"parent":{"12304":{}}}],["mastodon/entities/context.mastodonentity.pushsubscription.__type",{"_index":3399,"name":{},"parent":{"12305":{},"12306":{},"12307":{},"12308":{}}}],["mastodon/entities/context.mastodonentity.relationship",{"_index":3400,"name":{},"parent":{"12310":{}}}],["mastodon/entities/context.mastodonentity.relationship.__type",{"_index":3401,"name":{},"parent":{"12311":{},"12312":{},"12313":{},"12314":{},"12315":{},"12316":{},"12317":{},"12318":{},"12319":{},"12320":{}}}],["mastodon/entities/context.mastodonentity.report",{"_index":3402,"name":{},"parent":{"12322":{}}}],["mastodon/entities/context.mastodonentity.report.__type",{"_index":3403,"name":{},"parent":{"12323":{},"12324":{},"12325":{},"12326":{},"12327":{}}}],["mastodon/entities/context.mastodonentity.results",{"_index":3404,"name":{},"parent":{"12329":{}}}],["mastodon/entities/context.mastodonentity.results.__type",{"_index":3405,"name":{},"parent":{"12330":{},"12331":{},"12332":{}}}],["mastodon/entities/context.mastodonentity.scheduledstatus",{"_index":3406,"name":{},"parent":{"12334":{}}}],["mastodon/entities/context.mastodonentity.scheduledstatus.__type",{"_index":3407,"name":{},"parent":{"12335":{},"12336":{},"12337":{},"12338":{}}}],["mastodon/entities/context.mastodonentity.source",{"_index":3347,"name":{},"parent":{"12090":{}}}],["mastodon/entities/context.mastodonentity.source.__type",{"_index":3348,"name":{},"parent":{"12091":{},"12092":{},"12093":{},"12094":{},"12095":{}}}],["mastodon/entities/context.mastodonentity.stats",{"_index":3385,"name":{},"parent":{"12254":{}}}],["mastodon/entities/context.mastodonentity.stats.__type",{"_index":3386,"name":{},"parent":{"12255":{},"12256":{},"12257":{}}}],["mastodon/entities/context.mastodonentity.status",{"_index":3369,"name":{},"parent":{"12183":{}}}],["mastodon/entities/context.mastodonentity.status.__type",{"_index":3370,"name":{},"parent":{"12184":{},"12185":{},"12186":{},"12187":{},"12188":{},"12189":{},"12190":{},"12191":{},"12192":{},"12193":{},"12194":{},"12195":{},"12196":{},"12197":{},"12198":{},"12199":{},"12200":{},"12201":{},"12202":{},"12203":{},"12204":{},"12205":{},"12206":{},"12207":{},"12208":{},"12209":{},"12210":{},"12211":{},"12212":{},"12213":{}}}],["mastodon/entities/context.mastodonentity.statusparams",{"_index":3408,"name":{},"parent":{"12340":{}}}],["mastodon/entities/context.mastodonentity.statusparams.__type",{"_index":3409,"name":{},"parent":{"12341":{},"12342":{},"12343":{},"12344":{},"12345":{},"12346":{},"12347":{},"12348":{}}}],["mastodon/entities/context.mastodonentity.tag",{"_index":3363,"name":{},"parent":{"12165":{}}}],["mastodon/entities/context.mastodonentity.tag.__type",{"_index":3364,"name":{},"parent":{"12166":{},"12167":{},"12168":{}}}],["mastodon/entities/context.mastodonentity.token",{"_index":3410,"name":{},"parent":{"12350":{}}}],["mastodon/entities/context.mastodonentity.token.__type",{"_index":3411,"name":{},"parent":{"12351":{},"12352":{},"12353":{},"12354":{}}}],["mastodon/entities/context.mastodonentity.urls",{"_index":3383,"name":{},"parent":{"12251":{}}}],["mastodon/entities/context.mastodonentity.urls.__type",{"_index":3384,"name":{},"parent":{"12252":{}}}],["mastodon/entities/conversation",{"_index":115,"name":{"151":{}},"parent":{"12355":{}}}],["mastodon/entities/conversation.mastodonentity",{"_index":3412,"name":{},"parent":{"12356":{},"12362":{},"12369":{},"12391":{},"12397":{},"12402":{},"12412":{},"12426":{},"12432":{},"12437":{},"12442":{},"12446":{},"12455":{},"12487":{},"12491":{},"12497":{},"12503":{},"12508":{},"12516":{},"12523":{},"12526":{},"12531":{},"12545":{},"12549":{},"12561":{},"12568":{},"12569":{},"12576":{},"12582":{},"12594":{},"12601":{},"12606":{},"12612":{},"12622":{}}}],["mastodon/entities/conversation.mastodonentity.account",{"_index":3417,"name":{},"parent":{"12370":{}}}],["mastodon/entities/conversation.mastodonentity.account.__type",{"_index":3418,"name":{},"parent":{"12371":{},"12372":{},"12373":{},"12374":{},"12375":{},"12376":{},"12377":{},"12378":{},"12379":{},"12380":{},"12381":{},"12382":{},"12383":{},"12384":{},"12385":{},"12386":{},"12387":{},"12388":{},"12389":{},"12390":{}}}],["mastodon/entities/conversation.mastodonentity.activity",{"_index":3419,"name":{},"parent":{"12392":{}}}],["mastodon/entities/conversation.mastodonentity.activity.__type",{"_index":3420,"name":{},"parent":{"12393":{},"12394":{},"12395":{},"12396":{}}}],["mastodon/entities/conversation.mastodonentity.application",{"_index":3421,"name":{},"parent":{"12398":{}}}],["mastodon/entities/conversation.mastodonentity.application.__type",{"_index":3422,"name":{},"parent":{"12399":{},"12400":{},"12401":{}}}],["mastodon/entities/conversation.mastodonentity.attachment",{"_index":3423,"name":{},"parent":{"12403":{}}}],["mastodon/entities/conversation.mastodonentity.attachment.__type",{"_index":3424,"name":{},"parent":{"12404":{},"12405":{},"12406":{},"12407":{},"12408":{},"12409":{},"12410":{},"12411":{}}}],["mastodon/entities/conversation.mastodonentity.card",{"_index":3425,"name":{},"parent":{"12413":{}}}],["mastodon/entities/conversation.mastodonentity.card.__type",{"_index":3426,"name":{},"parent":{"12414":{},"12415":{},"12416":{},"12417":{},"12418":{},"12419":{},"12420":{},"12421":{},"12422":{},"12423":{},"12424":{},"12425":{}}}],["mastodon/entities/conversation.mastodonentity.context",{"_index":3439,"name":{},"parent":{"12488":{}}}],["mastodon/entities/conversation.mastodonentity.context.__type",{"_index":3440,"name":{},"parent":{"12489":{},"12490":{}}}],["mastodon/entities/conversation.mastodonentity.conversation",{"_index":3441,"name":{},"parent":{"12492":{}}}],["mastodon/entities/conversation.mastodonentity.conversation.__type",{"_index":3442,"name":{},"parent":{"12493":{},"12494":{},"12495":{},"12496":{}}}],["mastodon/entities/conversation.mastodonentity.emoji",{"_index":3413,"name":{},"parent":{"12357":{}}}],["mastodon/entities/conversation.mastodonentity.emoji.__type",{"_index":3414,"name":{},"parent":{"12358":{},"12359":{},"12360":{},"12361":{}}}],["mastodon/entities/conversation.mastodonentity.featuredtag",{"_index":3443,"name":{},"parent":{"12498":{}}}],["mastodon/entities/conversation.mastodonentity.featuredtag.__type",{"_index":3444,"name":{},"parent":{"12499":{},"12500":{},"12501":{},"12502":{}}}],["mastodon/entities/conversation.mastodonentity.field",{"_index":3445,"name":{},"parent":{"12504":{}}}],["mastodon/entities/conversation.mastodonentity.field.__type",{"_index":3446,"name":{},"parent":{"12505":{},"12506":{},"12507":{}}}],["mastodon/entities/conversation.mastodonentity.filter",{"_index":3447,"name":{},"parent":{"12509":{}}}],["mastodon/entities/conversation.mastodonentity.filter.__type",{"_index":3448,"name":{},"parent":{"12510":{},"12511":{},"12512":{},"12513":{},"12514":{},"12515":{}}}],["mastodon/entities/conversation.mastodonentity.history",{"_index":3429,"name":{},"parent":{"12433":{}}}],["mastodon/entities/conversation.mastodonentity.history.__type",{"_index":3430,"name":{},"parent":{"12434":{},"12435":{},"12436":{}}}],["mastodon/entities/conversation.mastodonentity.identityproof",{"_index":3449,"name":{},"parent":{"12517":{}}}],["mastodon/entities/conversation.mastodonentity.identityproof.__type",{"_index":3450,"name":{},"parent":{"12518":{},"12519":{},"12520":{},"12521":{},"12522":{}}}],["mastodon/entities/conversation.mastodonentity.instance",{"_index":3455,"name":{},"parent":{"12532":{}}}],["mastodon/entities/conversation.mastodonentity.instance.__type",{"_index":3456,"name":{},"parent":{"12533":{},"12534":{},"12535":{},"12536":{},"12537":{},"12538":{},"12539":{},"12540":{},"12541":{},"12542":{},"12543":{},"12544":{}}}],["mastodon/entities/conversation.mastodonentity.list",{"_index":3457,"name":{},"parent":{"12546":{}}}],["mastodon/entities/conversation.mastodonentity.list.__type",{"_index":3458,"name":{},"parent":{"12547":{},"12548":{}}}],["mastodon/entities/conversation.mastodonentity.marker",{"_index":3459,"name":{},"parent":{"12550":{}}}],["mastodon/entities/conversation.mastodonentity.marker.__type",{"_index":3460,"name":{},"parent":{"12551":{},"12552":{},"12556":{},"12557":{}}}],["mastodon/entities/conversation.mastodonentity.marker.__type.__type",{"_index":3461,"name":{},"parent":{"12553":{},"12554":{},"12555":{},"12558":{},"12559":{},"12560":{}}}],["mastodon/entities/conversation.mastodonentity.mention",{"_index":3427,"name":{},"parent":{"12427":{}}}],["mastodon/entities/conversation.mastodonentity.mention.__type",{"_index":3428,"name":{},"parent":{"12428":{},"12429":{},"12430":{},"12431":{}}}],["mastodon/entities/conversation.mastodonentity.notification",{"_index":3462,"name":{},"parent":{"12562":{}}}],["mastodon/entities/conversation.mastodonentity.notification.__type",{"_index":3463,"name":{},"parent":{"12563":{},"12564":{},"12565":{},"12566":{},"12567":{}}}],["mastodon/entities/conversation.mastodonentity.poll",{"_index":3435,"name":{},"parent":{"12447":{}}}],["mastodon/entities/conversation.mastodonentity.poll.__type",{"_index":3436,"name":{},"parent":{"12448":{},"12449":{},"12450":{},"12451":{},"12452":{},"12453":{},"12454":{}}}],["mastodon/entities/conversation.mastodonentity.polloption",{"_index":3433,"name":{},"parent":{"12443":{}}}],["mastodon/entities/conversation.mastodonentity.polloption.__type",{"_index":3434,"name":{},"parent":{"12444":{},"12445":{}}}],["mastodon/entities/conversation.mastodonentity.preferences",{"_index":3464,"name":{},"parent":{"12570":{}}}],["mastodon/entities/conversation.mastodonentity.preferences.__type",{"_index":3465,"name":{},"parent":{"12571":{},"12572":{},"12573":{},"12574":{},"12575":{}}}],["mastodon/entities/conversation.mastodonentity.pushsubscription",{"_index":3466,"name":{},"parent":{"12577":{}}}],["mastodon/entities/conversation.mastodonentity.pushsubscription.__type",{"_index":3467,"name":{},"parent":{"12578":{},"12579":{},"12580":{},"12581":{}}}],["mastodon/entities/conversation.mastodonentity.relationship",{"_index":3468,"name":{},"parent":{"12583":{}}}],["mastodon/entities/conversation.mastodonentity.relationship.__type",{"_index":3469,"name":{},"parent":{"12584":{},"12585":{},"12586":{},"12587":{},"12588":{},"12589":{},"12590":{},"12591":{},"12592":{},"12593":{}}}],["mastodon/entities/conversation.mastodonentity.report",{"_index":3470,"name":{},"parent":{"12595":{}}}],["mastodon/entities/conversation.mastodonentity.report.__type",{"_index":3471,"name":{},"parent":{"12596":{},"12597":{},"12598":{},"12599":{},"12600":{}}}],["mastodon/entities/conversation.mastodonentity.results",{"_index":3472,"name":{},"parent":{"12602":{}}}],["mastodon/entities/conversation.mastodonentity.results.__type",{"_index":3473,"name":{},"parent":{"12603":{},"12604":{},"12605":{}}}],["mastodon/entities/conversation.mastodonentity.scheduledstatus",{"_index":3474,"name":{},"parent":{"12607":{}}}],["mastodon/entities/conversation.mastodonentity.scheduledstatus.__type",{"_index":3475,"name":{},"parent":{"12608":{},"12609":{},"12610":{},"12611":{}}}],["mastodon/entities/conversation.mastodonentity.source",{"_index":3415,"name":{},"parent":{"12363":{}}}],["mastodon/entities/conversation.mastodonentity.source.__type",{"_index":3416,"name":{},"parent":{"12364":{},"12365":{},"12366":{},"12367":{},"12368":{}}}],["mastodon/entities/conversation.mastodonentity.stats",{"_index":3453,"name":{},"parent":{"12527":{}}}],["mastodon/entities/conversation.mastodonentity.stats.__type",{"_index":3454,"name":{},"parent":{"12528":{},"12529":{},"12530":{}}}],["mastodon/entities/conversation.mastodonentity.status",{"_index":3437,"name":{},"parent":{"12456":{}}}],["mastodon/entities/conversation.mastodonentity.status.__type",{"_index":3438,"name":{},"parent":{"12457":{},"12458":{},"12459":{},"12460":{},"12461":{},"12462":{},"12463":{},"12464":{},"12465":{},"12466":{},"12467":{},"12468":{},"12469":{},"12470":{},"12471":{},"12472":{},"12473":{},"12474":{},"12475":{},"12476":{},"12477":{},"12478":{},"12479":{},"12480":{},"12481":{},"12482":{},"12483":{},"12484":{},"12485":{},"12486":{}}}],["mastodon/entities/conversation.mastodonentity.statusparams",{"_index":3476,"name":{},"parent":{"12613":{}}}],["mastodon/entities/conversation.mastodonentity.statusparams.__type",{"_index":3477,"name":{},"parent":{"12614":{},"12615":{},"12616":{},"12617":{},"12618":{},"12619":{},"12620":{},"12621":{}}}],["mastodon/entities/conversation.mastodonentity.tag",{"_index":3431,"name":{},"parent":{"12438":{}}}],["mastodon/entities/conversation.mastodonentity.tag.__type",{"_index":3432,"name":{},"parent":{"12439":{},"12440":{},"12441":{}}}],["mastodon/entities/conversation.mastodonentity.token",{"_index":3478,"name":{},"parent":{"12623":{}}}],["mastodon/entities/conversation.mastodonentity.token.__type",{"_index":3479,"name":{},"parent":{"12624":{},"12625":{},"12626":{},"12627":{}}}],["mastodon/entities/conversation.mastodonentity.urls",{"_index":3451,"name":{},"parent":{"12524":{}}}],["mastodon/entities/conversation.mastodonentity.urls.__type",{"_index":3452,"name":{},"parent":{"12525":{}}}],["mastodon/entities/emoji",{"_index":116,"name":{"152":{}},"parent":{"12628":{}}}],["mastodon/entities/emoji.mastodonentity",{"_index":3480,"name":{},"parent":{"12629":{},"12635":{},"12642":{},"12664":{},"12670":{},"12675":{},"12685":{},"12699":{},"12705":{},"12710":{},"12715":{},"12719":{},"12728":{},"12760":{},"12764":{},"12770":{},"12776":{},"12781":{},"12789":{},"12796":{},"12799":{},"12804":{},"12818":{},"12822":{},"12834":{},"12841":{},"12842":{},"12849":{},"12855":{},"12867":{},"12874":{},"12879":{},"12885":{},"12895":{}}}],["mastodon/entities/emoji.mastodonentity.account",{"_index":3485,"name":{},"parent":{"12643":{}}}],["mastodon/entities/emoji.mastodonentity.account.__type",{"_index":3486,"name":{},"parent":{"12644":{},"12645":{},"12646":{},"12647":{},"12648":{},"12649":{},"12650":{},"12651":{},"12652":{},"12653":{},"12654":{},"12655":{},"12656":{},"12657":{},"12658":{},"12659":{},"12660":{},"12661":{},"12662":{},"12663":{}}}],["mastodon/entities/emoji.mastodonentity.activity",{"_index":3487,"name":{},"parent":{"12665":{}}}],["mastodon/entities/emoji.mastodonentity.activity.__type",{"_index":3488,"name":{},"parent":{"12666":{},"12667":{},"12668":{},"12669":{}}}],["mastodon/entities/emoji.mastodonentity.application",{"_index":3489,"name":{},"parent":{"12671":{}}}],["mastodon/entities/emoji.mastodonentity.application.__type",{"_index":3490,"name":{},"parent":{"12672":{},"12673":{},"12674":{}}}],["mastodon/entities/emoji.mastodonentity.attachment",{"_index":3491,"name":{},"parent":{"12676":{}}}],["mastodon/entities/emoji.mastodonentity.attachment.__type",{"_index":3492,"name":{},"parent":{"12677":{},"12678":{},"12679":{},"12680":{},"12681":{},"12682":{},"12683":{},"12684":{}}}],["mastodon/entities/emoji.mastodonentity.card",{"_index":3493,"name":{},"parent":{"12686":{}}}],["mastodon/entities/emoji.mastodonentity.card.__type",{"_index":3494,"name":{},"parent":{"12687":{},"12688":{},"12689":{},"12690":{},"12691":{},"12692":{},"12693":{},"12694":{},"12695":{},"12696":{},"12697":{},"12698":{}}}],["mastodon/entities/emoji.mastodonentity.context",{"_index":3507,"name":{},"parent":{"12761":{}}}],["mastodon/entities/emoji.mastodonentity.context.__type",{"_index":3508,"name":{},"parent":{"12762":{},"12763":{}}}],["mastodon/entities/emoji.mastodonentity.conversation",{"_index":3509,"name":{},"parent":{"12765":{}}}],["mastodon/entities/emoji.mastodonentity.conversation.__type",{"_index":3510,"name":{},"parent":{"12766":{},"12767":{},"12768":{},"12769":{}}}],["mastodon/entities/emoji.mastodonentity.emoji",{"_index":3481,"name":{},"parent":{"12630":{}}}],["mastodon/entities/emoji.mastodonentity.emoji.__type",{"_index":3482,"name":{},"parent":{"12631":{},"12632":{},"12633":{},"12634":{}}}],["mastodon/entities/emoji.mastodonentity.featuredtag",{"_index":3511,"name":{},"parent":{"12771":{}}}],["mastodon/entities/emoji.mastodonentity.featuredtag.__type",{"_index":3512,"name":{},"parent":{"12772":{},"12773":{},"12774":{},"12775":{}}}],["mastodon/entities/emoji.mastodonentity.field",{"_index":3513,"name":{},"parent":{"12777":{}}}],["mastodon/entities/emoji.mastodonentity.field.__type",{"_index":3514,"name":{},"parent":{"12778":{},"12779":{},"12780":{}}}],["mastodon/entities/emoji.mastodonentity.filter",{"_index":3515,"name":{},"parent":{"12782":{}}}],["mastodon/entities/emoji.mastodonentity.filter.__type",{"_index":3516,"name":{},"parent":{"12783":{},"12784":{},"12785":{},"12786":{},"12787":{},"12788":{}}}],["mastodon/entities/emoji.mastodonentity.history",{"_index":3497,"name":{},"parent":{"12706":{}}}],["mastodon/entities/emoji.mastodonentity.history.__type",{"_index":3498,"name":{},"parent":{"12707":{},"12708":{},"12709":{}}}],["mastodon/entities/emoji.mastodonentity.identityproof",{"_index":3517,"name":{},"parent":{"12790":{}}}],["mastodon/entities/emoji.mastodonentity.identityproof.__type",{"_index":3518,"name":{},"parent":{"12791":{},"12792":{},"12793":{},"12794":{},"12795":{}}}],["mastodon/entities/emoji.mastodonentity.instance",{"_index":3523,"name":{},"parent":{"12805":{}}}],["mastodon/entities/emoji.mastodonentity.instance.__type",{"_index":3524,"name":{},"parent":{"12806":{},"12807":{},"12808":{},"12809":{},"12810":{},"12811":{},"12812":{},"12813":{},"12814":{},"12815":{},"12816":{},"12817":{}}}],["mastodon/entities/emoji.mastodonentity.list",{"_index":3525,"name":{},"parent":{"12819":{}}}],["mastodon/entities/emoji.mastodonentity.list.__type",{"_index":3526,"name":{},"parent":{"12820":{},"12821":{}}}],["mastodon/entities/emoji.mastodonentity.marker",{"_index":3527,"name":{},"parent":{"12823":{}}}],["mastodon/entities/emoji.mastodonentity.marker.__type",{"_index":3528,"name":{},"parent":{"12824":{},"12825":{},"12829":{},"12830":{}}}],["mastodon/entities/emoji.mastodonentity.marker.__type.__type",{"_index":3529,"name":{},"parent":{"12826":{},"12827":{},"12828":{},"12831":{},"12832":{},"12833":{}}}],["mastodon/entities/emoji.mastodonentity.mention",{"_index":3495,"name":{},"parent":{"12700":{}}}],["mastodon/entities/emoji.mastodonentity.mention.__type",{"_index":3496,"name":{},"parent":{"12701":{},"12702":{},"12703":{},"12704":{}}}],["mastodon/entities/emoji.mastodonentity.notification",{"_index":3530,"name":{},"parent":{"12835":{}}}],["mastodon/entities/emoji.mastodonentity.notification.__type",{"_index":3531,"name":{},"parent":{"12836":{},"12837":{},"12838":{},"12839":{},"12840":{}}}],["mastodon/entities/emoji.mastodonentity.poll",{"_index":3503,"name":{},"parent":{"12720":{}}}],["mastodon/entities/emoji.mastodonentity.poll.__type",{"_index":3504,"name":{},"parent":{"12721":{},"12722":{},"12723":{},"12724":{},"12725":{},"12726":{},"12727":{}}}],["mastodon/entities/emoji.mastodonentity.polloption",{"_index":3501,"name":{},"parent":{"12716":{}}}],["mastodon/entities/emoji.mastodonentity.polloption.__type",{"_index":3502,"name":{},"parent":{"12717":{},"12718":{}}}],["mastodon/entities/emoji.mastodonentity.preferences",{"_index":3532,"name":{},"parent":{"12843":{}}}],["mastodon/entities/emoji.mastodonentity.preferences.__type",{"_index":3533,"name":{},"parent":{"12844":{},"12845":{},"12846":{},"12847":{},"12848":{}}}],["mastodon/entities/emoji.mastodonentity.pushsubscription",{"_index":3534,"name":{},"parent":{"12850":{}}}],["mastodon/entities/emoji.mastodonentity.pushsubscription.__type",{"_index":3535,"name":{},"parent":{"12851":{},"12852":{},"12853":{},"12854":{}}}],["mastodon/entities/emoji.mastodonentity.relationship",{"_index":3536,"name":{},"parent":{"12856":{}}}],["mastodon/entities/emoji.mastodonentity.relationship.__type",{"_index":3537,"name":{},"parent":{"12857":{},"12858":{},"12859":{},"12860":{},"12861":{},"12862":{},"12863":{},"12864":{},"12865":{},"12866":{}}}],["mastodon/entities/emoji.mastodonentity.report",{"_index":3538,"name":{},"parent":{"12868":{}}}],["mastodon/entities/emoji.mastodonentity.report.__type",{"_index":3539,"name":{},"parent":{"12869":{},"12870":{},"12871":{},"12872":{},"12873":{}}}],["mastodon/entities/emoji.mastodonentity.results",{"_index":3540,"name":{},"parent":{"12875":{}}}],["mastodon/entities/emoji.mastodonentity.results.__type",{"_index":3541,"name":{},"parent":{"12876":{},"12877":{},"12878":{}}}],["mastodon/entities/emoji.mastodonentity.scheduledstatus",{"_index":3542,"name":{},"parent":{"12880":{}}}],["mastodon/entities/emoji.mastodonentity.scheduledstatus.__type",{"_index":3543,"name":{},"parent":{"12881":{},"12882":{},"12883":{},"12884":{}}}],["mastodon/entities/emoji.mastodonentity.source",{"_index":3483,"name":{},"parent":{"12636":{}}}],["mastodon/entities/emoji.mastodonentity.source.__type",{"_index":3484,"name":{},"parent":{"12637":{},"12638":{},"12639":{},"12640":{},"12641":{}}}],["mastodon/entities/emoji.mastodonentity.stats",{"_index":3521,"name":{},"parent":{"12800":{}}}],["mastodon/entities/emoji.mastodonentity.stats.__type",{"_index":3522,"name":{},"parent":{"12801":{},"12802":{},"12803":{}}}],["mastodon/entities/emoji.mastodonentity.status",{"_index":3505,"name":{},"parent":{"12729":{}}}],["mastodon/entities/emoji.mastodonentity.status.__type",{"_index":3506,"name":{},"parent":{"12730":{},"12731":{},"12732":{},"12733":{},"12734":{},"12735":{},"12736":{},"12737":{},"12738":{},"12739":{},"12740":{},"12741":{},"12742":{},"12743":{},"12744":{},"12745":{},"12746":{},"12747":{},"12748":{},"12749":{},"12750":{},"12751":{},"12752":{},"12753":{},"12754":{},"12755":{},"12756":{},"12757":{},"12758":{},"12759":{}}}],["mastodon/entities/emoji.mastodonentity.statusparams",{"_index":3544,"name":{},"parent":{"12886":{}}}],["mastodon/entities/emoji.mastodonentity.statusparams.__type",{"_index":3545,"name":{},"parent":{"12887":{},"12888":{},"12889":{},"12890":{},"12891":{},"12892":{},"12893":{},"12894":{}}}],["mastodon/entities/emoji.mastodonentity.tag",{"_index":3499,"name":{},"parent":{"12711":{}}}],["mastodon/entities/emoji.mastodonentity.tag.__type",{"_index":3500,"name":{},"parent":{"12712":{},"12713":{},"12714":{}}}],["mastodon/entities/emoji.mastodonentity.token",{"_index":3546,"name":{},"parent":{"12896":{}}}],["mastodon/entities/emoji.mastodonentity.token.__type",{"_index":3547,"name":{},"parent":{"12897":{},"12898":{},"12899":{},"12900":{}}}],["mastodon/entities/emoji.mastodonentity.urls",{"_index":3519,"name":{},"parent":{"12797":{}}}],["mastodon/entities/emoji.mastodonentity.urls.__type",{"_index":3520,"name":{},"parent":{"12798":{}}}],["mastodon/entities/featured_tag",{"_index":117,"name":{"153":{}},"parent":{"12901":{}}}],["mastodon/entities/featured_tag.mastodonentity",{"_index":3548,"name":{},"parent":{"12902":{},"12908":{},"12915":{},"12937":{},"12943":{},"12948":{},"12958":{},"12972":{},"12978":{},"12983":{},"12988":{},"12992":{},"13001":{},"13033":{},"13037":{},"13043":{},"13049":{},"13054":{},"13062":{},"13069":{},"13072":{},"13077":{},"13091":{},"13095":{},"13107":{},"13114":{},"13115":{},"13122":{},"13128":{},"13140":{},"13147":{},"13152":{},"13158":{},"13168":{}}}],["mastodon/entities/featured_tag.mastodonentity.account",{"_index":3553,"name":{},"parent":{"12916":{}}}],["mastodon/entities/featured_tag.mastodonentity.account.__type",{"_index":3554,"name":{},"parent":{"12917":{},"12918":{},"12919":{},"12920":{},"12921":{},"12922":{},"12923":{},"12924":{},"12925":{},"12926":{},"12927":{},"12928":{},"12929":{},"12930":{},"12931":{},"12932":{},"12933":{},"12934":{},"12935":{},"12936":{}}}],["mastodon/entities/featured_tag.mastodonentity.activity",{"_index":3555,"name":{},"parent":{"12938":{}}}],["mastodon/entities/featured_tag.mastodonentity.activity.__type",{"_index":3556,"name":{},"parent":{"12939":{},"12940":{},"12941":{},"12942":{}}}],["mastodon/entities/featured_tag.mastodonentity.application",{"_index":3557,"name":{},"parent":{"12944":{}}}],["mastodon/entities/featured_tag.mastodonentity.application.__type",{"_index":3558,"name":{},"parent":{"12945":{},"12946":{},"12947":{}}}],["mastodon/entities/featured_tag.mastodonentity.attachment",{"_index":3559,"name":{},"parent":{"12949":{}}}],["mastodon/entities/featured_tag.mastodonentity.attachment.__type",{"_index":3560,"name":{},"parent":{"12950":{},"12951":{},"12952":{},"12953":{},"12954":{},"12955":{},"12956":{},"12957":{}}}],["mastodon/entities/featured_tag.mastodonentity.card",{"_index":3561,"name":{},"parent":{"12959":{}}}],["mastodon/entities/featured_tag.mastodonentity.card.__type",{"_index":3562,"name":{},"parent":{"12960":{},"12961":{},"12962":{},"12963":{},"12964":{},"12965":{},"12966":{},"12967":{},"12968":{},"12969":{},"12970":{},"12971":{}}}],["mastodon/entities/featured_tag.mastodonentity.context",{"_index":3575,"name":{},"parent":{"13034":{}}}],["mastodon/entities/featured_tag.mastodonentity.context.__type",{"_index":3576,"name":{},"parent":{"13035":{},"13036":{}}}],["mastodon/entities/featured_tag.mastodonentity.conversation",{"_index":3577,"name":{},"parent":{"13038":{}}}],["mastodon/entities/featured_tag.mastodonentity.conversation.__type",{"_index":3578,"name":{},"parent":{"13039":{},"13040":{},"13041":{},"13042":{}}}],["mastodon/entities/featured_tag.mastodonentity.emoji",{"_index":3549,"name":{},"parent":{"12903":{}}}],["mastodon/entities/featured_tag.mastodonentity.emoji.__type",{"_index":3550,"name":{},"parent":{"12904":{},"12905":{},"12906":{},"12907":{}}}],["mastodon/entities/featured_tag.mastodonentity.featuredtag",{"_index":3579,"name":{},"parent":{"13044":{}}}],["mastodon/entities/featured_tag.mastodonentity.featuredtag.__type",{"_index":3580,"name":{},"parent":{"13045":{},"13046":{},"13047":{},"13048":{}}}],["mastodon/entities/featured_tag.mastodonentity.field",{"_index":3581,"name":{},"parent":{"13050":{}}}],["mastodon/entities/featured_tag.mastodonentity.field.__type",{"_index":3582,"name":{},"parent":{"13051":{},"13052":{},"13053":{}}}],["mastodon/entities/featured_tag.mastodonentity.filter",{"_index":3583,"name":{},"parent":{"13055":{}}}],["mastodon/entities/featured_tag.mastodonentity.filter.__type",{"_index":3584,"name":{},"parent":{"13056":{},"13057":{},"13058":{},"13059":{},"13060":{},"13061":{}}}],["mastodon/entities/featured_tag.mastodonentity.history",{"_index":3565,"name":{},"parent":{"12979":{}}}],["mastodon/entities/featured_tag.mastodonentity.history.__type",{"_index":3566,"name":{},"parent":{"12980":{},"12981":{},"12982":{}}}],["mastodon/entities/featured_tag.mastodonentity.identityproof",{"_index":3585,"name":{},"parent":{"13063":{}}}],["mastodon/entities/featured_tag.mastodonentity.identityproof.__type",{"_index":3586,"name":{},"parent":{"13064":{},"13065":{},"13066":{},"13067":{},"13068":{}}}],["mastodon/entities/featured_tag.mastodonentity.instance",{"_index":3591,"name":{},"parent":{"13078":{}}}],["mastodon/entities/featured_tag.mastodonentity.instance.__type",{"_index":3592,"name":{},"parent":{"13079":{},"13080":{},"13081":{},"13082":{},"13083":{},"13084":{},"13085":{},"13086":{},"13087":{},"13088":{},"13089":{},"13090":{}}}],["mastodon/entities/featured_tag.mastodonentity.list",{"_index":3593,"name":{},"parent":{"13092":{}}}],["mastodon/entities/featured_tag.mastodonentity.list.__type",{"_index":3594,"name":{},"parent":{"13093":{},"13094":{}}}],["mastodon/entities/featured_tag.mastodonentity.marker",{"_index":3595,"name":{},"parent":{"13096":{}}}],["mastodon/entities/featured_tag.mastodonentity.marker.__type",{"_index":3596,"name":{},"parent":{"13097":{},"13098":{},"13102":{},"13103":{}}}],["mastodon/entities/featured_tag.mastodonentity.marker.__type.__type",{"_index":3597,"name":{},"parent":{"13099":{},"13100":{},"13101":{},"13104":{},"13105":{},"13106":{}}}],["mastodon/entities/featured_tag.mastodonentity.mention",{"_index":3563,"name":{},"parent":{"12973":{}}}],["mastodon/entities/featured_tag.mastodonentity.mention.__type",{"_index":3564,"name":{},"parent":{"12974":{},"12975":{},"12976":{},"12977":{}}}],["mastodon/entities/featured_tag.mastodonentity.notification",{"_index":3598,"name":{},"parent":{"13108":{}}}],["mastodon/entities/featured_tag.mastodonentity.notification.__type",{"_index":3599,"name":{},"parent":{"13109":{},"13110":{},"13111":{},"13112":{},"13113":{}}}],["mastodon/entities/featured_tag.mastodonentity.poll",{"_index":3571,"name":{},"parent":{"12993":{}}}],["mastodon/entities/featured_tag.mastodonentity.poll.__type",{"_index":3572,"name":{},"parent":{"12994":{},"12995":{},"12996":{},"12997":{},"12998":{},"12999":{},"13000":{}}}],["mastodon/entities/featured_tag.mastodonentity.polloption",{"_index":3569,"name":{},"parent":{"12989":{}}}],["mastodon/entities/featured_tag.mastodonentity.polloption.__type",{"_index":3570,"name":{},"parent":{"12990":{},"12991":{}}}],["mastodon/entities/featured_tag.mastodonentity.preferences",{"_index":3600,"name":{},"parent":{"13116":{}}}],["mastodon/entities/featured_tag.mastodonentity.preferences.__type",{"_index":3601,"name":{},"parent":{"13117":{},"13118":{},"13119":{},"13120":{},"13121":{}}}],["mastodon/entities/featured_tag.mastodonentity.pushsubscription",{"_index":3602,"name":{},"parent":{"13123":{}}}],["mastodon/entities/featured_tag.mastodonentity.pushsubscription.__type",{"_index":3603,"name":{},"parent":{"13124":{},"13125":{},"13126":{},"13127":{}}}],["mastodon/entities/featured_tag.mastodonentity.relationship",{"_index":3604,"name":{},"parent":{"13129":{}}}],["mastodon/entities/featured_tag.mastodonentity.relationship.__type",{"_index":3605,"name":{},"parent":{"13130":{},"13131":{},"13132":{},"13133":{},"13134":{},"13135":{},"13136":{},"13137":{},"13138":{},"13139":{}}}],["mastodon/entities/featured_tag.mastodonentity.report",{"_index":3606,"name":{},"parent":{"13141":{}}}],["mastodon/entities/featured_tag.mastodonentity.report.__type",{"_index":3607,"name":{},"parent":{"13142":{},"13143":{},"13144":{},"13145":{},"13146":{}}}],["mastodon/entities/featured_tag.mastodonentity.results",{"_index":3608,"name":{},"parent":{"13148":{}}}],["mastodon/entities/featured_tag.mastodonentity.results.__type",{"_index":3609,"name":{},"parent":{"13149":{},"13150":{},"13151":{}}}],["mastodon/entities/featured_tag.mastodonentity.scheduledstatus",{"_index":3610,"name":{},"parent":{"13153":{}}}],["mastodon/entities/featured_tag.mastodonentity.scheduledstatus.__type",{"_index":3611,"name":{},"parent":{"13154":{},"13155":{},"13156":{},"13157":{}}}],["mastodon/entities/featured_tag.mastodonentity.source",{"_index":3551,"name":{},"parent":{"12909":{}}}],["mastodon/entities/featured_tag.mastodonentity.source.__type",{"_index":3552,"name":{},"parent":{"12910":{},"12911":{},"12912":{},"12913":{},"12914":{}}}],["mastodon/entities/featured_tag.mastodonentity.stats",{"_index":3589,"name":{},"parent":{"13073":{}}}],["mastodon/entities/featured_tag.mastodonentity.stats.__type",{"_index":3590,"name":{},"parent":{"13074":{},"13075":{},"13076":{}}}],["mastodon/entities/featured_tag.mastodonentity.status",{"_index":3573,"name":{},"parent":{"13002":{}}}],["mastodon/entities/featured_tag.mastodonentity.status.__type",{"_index":3574,"name":{},"parent":{"13003":{},"13004":{},"13005":{},"13006":{},"13007":{},"13008":{},"13009":{},"13010":{},"13011":{},"13012":{},"13013":{},"13014":{},"13015":{},"13016":{},"13017":{},"13018":{},"13019":{},"13020":{},"13021":{},"13022":{},"13023":{},"13024":{},"13025":{},"13026":{},"13027":{},"13028":{},"13029":{},"13030":{},"13031":{},"13032":{}}}],["mastodon/entities/featured_tag.mastodonentity.statusparams",{"_index":3612,"name":{},"parent":{"13159":{}}}],["mastodon/entities/featured_tag.mastodonentity.statusparams.__type",{"_index":3613,"name":{},"parent":{"13160":{},"13161":{},"13162":{},"13163":{},"13164":{},"13165":{},"13166":{},"13167":{}}}],["mastodon/entities/featured_tag.mastodonentity.tag",{"_index":3567,"name":{},"parent":{"12984":{}}}],["mastodon/entities/featured_tag.mastodonentity.tag.__type",{"_index":3568,"name":{},"parent":{"12985":{},"12986":{},"12987":{}}}],["mastodon/entities/featured_tag.mastodonentity.token",{"_index":3614,"name":{},"parent":{"13169":{}}}],["mastodon/entities/featured_tag.mastodonentity.token.__type",{"_index":3615,"name":{},"parent":{"13170":{},"13171":{},"13172":{},"13173":{}}}],["mastodon/entities/featured_tag.mastodonentity.urls",{"_index":3587,"name":{},"parent":{"13070":{}}}],["mastodon/entities/featured_tag.mastodonentity.urls.__type",{"_index":3588,"name":{},"parent":{"13071":{}}}],["mastodon/entities/field",{"_index":118,"name":{"154":{}},"parent":{"13174":{}}}],["mastodon/entities/field.mastodonentity",{"_index":3616,"name":{},"parent":{"13175":{},"13181":{},"13188":{},"13210":{},"13216":{},"13221":{},"13231":{},"13245":{},"13251":{},"13256":{},"13261":{},"13265":{},"13274":{},"13306":{},"13310":{},"13316":{},"13322":{},"13327":{},"13335":{},"13342":{},"13345":{},"13350":{},"13364":{},"13368":{},"13380":{},"13387":{},"13388":{},"13395":{},"13401":{},"13413":{},"13420":{},"13425":{},"13431":{},"13441":{}}}],["mastodon/entities/field.mastodonentity.account",{"_index":3621,"name":{},"parent":{"13189":{}}}],["mastodon/entities/field.mastodonentity.account.__type",{"_index":3622,"name":{},"parent":{"13190":{},"13191":{},"13192":{},"13193":{},"13194":{},"13195":{},"13196":{},"13197":{},"13198":{},"13199":{},"13200":{},"13201":{},"13202":{},"13203":{},"13204":{},"13205":{},"13206":{},"13207":{},"13208":{},"13209":{}}}],["mastodon/entities/field.mastodonentity.activity",{"_index":3623,"name":{},"parent":{"13211":{}}}],["mastodon/entities/field.mastodonentity.activity.__type",{"_index":3624,"name":{},"parent":{"13212":{},"13213":{},"13214":{},"13215":{}}}],["mastodon/entities/field.mastodonentity.application",{"_index":3625,"name":{},"parent":{"13217":{}}}],["mastodon/entities/field.mastodonentity.application.__type",{"_index":3626,"name":{},"parent":{"13218":{},"13219":{},"13220":{}}}],["mastodon/entities/field.mastodonentity.attachment",{"_index":3627,"name":{},"parent":{"13222":{}}}],["mastodon/entities/field.mastodonentity.attachment.__type",{"_index":3628,"name":{},"parent":{"13223":{},"13224":{},"13225":{},"13226":{},"13227":{},"13228":{},"13229":{},"13230":{}}}],["mastodon/entities/field.mastodonentity.card",{"_index":3629,"name":{},"parent":{"13232":{}}}],["mastodon/entities/field.mastodonentity.card.__type",{"_index":3630,"name":{},"parent":{"13233":{},"13234":{},"13235":{},"13236":{},"13237":{},"13238":{},"13239":{},"13240":{},"13241":{},"13242":{},"13243":{},"13244":{}}}],["mastodon/entities/field.mastodonentity.context",{"_index":3643,"name":{},"parent":{"13307":{}}}],["mastodon/entities/field.mastodonentity.context.__type",{"_index":3644,"name":{},"parent":{"13308":{},"13309":{}}}],["mastodon/entities/field.mastodonentity.conversation",{"_index":3645,"name":{},"parent":{"13311":{}}}],["mastodon/entities/field.mastodonentity.conversation.__type",{"_index":3646,"name":{},"parent":{"13312":{},"13313":{},"13314":{},"13315":{}}}],["mastodon/entities/field.mastodonentity.emoji",{"_index":3617,"name":{},"parent":{"13176":{}}}],["mastodon/entities/field.mastodonentity.emoji.__type",{"_index":3618,"name":{},"parent":{"13177":{},"13178":{},"13179":{},"13180":{}}}],["mastodon/entities/field.mastodonentity.featuredtag",{"_index":3647,"name":{},"parent":{"13317":{}}}],["mastodon/entities/field.mastodonentity.featuredtag.__type",{"_index":3648,"name":{},"parent":{"13318":{},"13319":{},"13320":{},"13321":{}}}],["mastodon/entities/field.mastodonentity.field",{"_index":3649,"name":{},"parent":{"13323":{}}}],["mastodon/entities/field.mastodonentity.field.__type",{"_index":3650,"name":{},"parent":{"13324":{},"13325":{},"13326":{}}}],["mastodon/entities/field.mastodonentity.filter",{"_index":3651,"name":{},"parent":{"13328":{}}}],["mastodon/entities/field.mastodonentity.filter.__type",{"_index":3652,"name":{},"parent":{"13329":{},"13330":{},"13331":{},"13332":{},"13333":{},"13334":{}}}],["mastodon/entities/field.mastodonentity.history",{"_index":3633,"name":{},"parent":{"13252":{}}}],["mastodon/entities/field.mastodonentity.history.__type",{"_index":3634,"name":{},"parent":{"13253":{},"13254":{},"13255":{}}}],["mastodon/entities/field.mastodonentity.identityproof",{"_index":3653,"name":{},"parent":{"13336":{}}}],["mastodon/entities/field.mastodonentity.identityproof.__type",{"_index":3654,"name":{},"parent":{"13337":{},"13338":{},"13339":{},"13340":{},"13341":{}}}],["mastodon/entities/field.mastodonentity.instance",{"_index":3659,"name":{},"parent":{"13351":{}}}],["mastodon/entities/field.mastodonentity.instance.__type",{"_index":3660,"name":{},"parent":{"13352":{},"13353":{},"13354":{},"13355":{},"13356":{},"13357":{},"13358":{},"13359":{},"13360":{},"13361":{},"13362":{},"13363":{}}}],["mastodon/entities/field.mastodonentity.list",{"_index":3661,"name":{},"parent":{"13365":{}}}],["mastodon/entities/field.mastodonentity.list.__type",{"_index":3662,"name":{},"parent":{"13366":{},"13367":{}}}],["mastodon/entities/field.mastodonentity.marker",{"_index":3663,"name":{},"parent":{"13369":{}}}],["mastodon/entities/field.mastodonentity.marker.__type",{"_index":3664,"name":{},"parent":{"13370":{},"13371":{},"13375":{},"13376":{}}}],["mastodon/entities/field.mastodonentity.marker.__type.__type",{"_index":3665,"name":{},"parent":{"13372":{},"13373":{},"13374":{},"13377":{},"13378":{},"13379":{}}}],["mastodon/entities/field.mastodonentity.mention",{"_index":3631,"name":{},"parent":{"13246":{}}}],["mastodon/entities/field.mastodonentity.mention.__type",{"_index":3632,"name":{},"parent":{"13247":{},"13248":{},"13249":{},"13250":{}}}],["mastodon/entities/field.mastodonentity.notification",{"_index":3666,"name":{},"parent":{"13381":{}}}],["mastodon/entities/field.mastodonentity.notification.__type",{"_index":3667,"name":{},"parent":{"13382":{},"13383":{},"13384":{},"13385":{},"13386":{}}}],["mastodon/entities/field.mastodonentity.poll",{"_index":3639,"name":{},"parent":{"13266":{}}}],["mastodon/entities/field.mastodonentity.poll.__type",{"_index":3640,"name":{},"parent":{"13267":{},"13268":{},"13269":{},"13270":{},"13271":{},"13272":{},"13273":{}}}],["mastodon/entities/field.mastodonentity.polloption",{"_index":3637,"name":{},"parent":{"13262":{}}}],["mastodon/entities/field.mastodonentity.polloption.__type",{"_index":3638,"name":{},"parent":{"13263":{},"13264":{}}}],["mastodon/entities/field.mastodonentity.preferences",{"_index":3668,"name":{},"parent":{"13389":{}}}],["mastodon/entities/field.mastodonentity.preferences.__type",{"_index":3669,"name":{},"parent":{"13390":{},"13391":{},"13392":{},"13393":{},"13394":{}}}],["mastodon/entities/field.mastodonentity.pushsubscription",{"_index":3670,"name":{},"parent":{"13396":{}}}],["mastodon/entities/field.mastodonentity.pushsubscription.__type",{"_index":3671,"name":{},"parent":{"13397":{},"13398":{},"13399":{},"13400":{}}}],["mastodon/entities/field.mastodonentity.relationship",{"_index":3672,"name":{},"parent":{"13402":{}}}],["mastodon/entities/field.mastodonentity.relationship.__type",{"_index":3673,"name":{},"parent":{"13403":{},"13404":{},"13405":{},"13406":{},"13407":{},"13408":{},"13409":{},"13410":{},"13411":{},"13412":{}}}],["mastodon/entities/field.mastodonentity.report",{"_index":3674,"name":{},"parent":{"13414":{}}}],["mastodon/entities/field.mastodonentity.report.__type",{"_index":3675,"name":{},"parent":{"13415":{},"13416":{},"13417":{},"13418":{},"13419":{}}}],["mastodon/entities/field.mastodonentity.results",{"_index":3676,"name":{},"parent":{"13421":{}}}],["mastodon/entities/field.mastodonentity.results.__type",{"_index":3677,"name":{},"parent":{"13422":{},"13423":{},"13424":{}}}],["mastodon/entities/field.mastodonentity.scheduledstatus",{"_index":3678,"name":{},"parent":{"13426":{}}}],["mastodon/entities/field.mastodonentity.scheduledstatus.__type",{"_index":3679,"name":{},"parent":{"13427":{},"13428":{},"13429":{},"13430":{}}}],["mastodon/entities/field.mastodonentity.source",{"_index":3619,"name":{},"parent":{"13182":{}}}],["mastodon/entities/field.mastodonentity.source.__type",{"_index":3620,"name":{},"parent":{"13183":{},"13184":{},"13185":{},"13186":{},"13187":{}}}],["mastodon/entities/field.mastodonentity.stats",{"_index":3657,"name":{},"parent":{"13346":{}}}],["mastodon/entities/field.mastodonentity.stats.__type",{"_index":3658,"name":{},"parent":{"13347":{},"13348":{},"13349":{}}}],["mastodon/entities/field.mastodonentity.status",{"_index":3641,"name":{},"parent":{"13275":{}}}],["mastodon/entities/field.mastodonentity.status.__type",{"_index":3642,"name":{},"parent":{"13276":{},"13277":{},"13278":{},"13279":{},"13280":{},"13281":{},"13282":{},"13283":{},"13284":{},"13285":{},"13286":{},"13287":{},"13288":{},"13289":{},"13290":{},"13291":{},"13292":{},"13293":{},"13294":{},"13295":{},"13296":{},"13297":{},"13298":{},"13299":{},"13300":{},"13301":{},"13302":{},"13303":{},"13304":{},"13305":{}}}],["mastodon/entities/field.mastodonentity.statusparams",{"_index":3680,"name":{},"parent":{"13432":{}}}],["mastodon/entities/field.mastodonentity.statusparams.__type",{"_index":3681,"name":{},"parent":{"13433":{},"13434":{},"13435":{},"13436":{},"13437":{},"13438":{},"13439":{},"13440":{}}}],["mastodon/entities/field.mastodonentity.tag",{"_index":3635,"name":{},"parent":{"13257":{}}}],["mastodon/entities/field.mastodonentity.tag.__type",{"_index":3636,"name":{},"parent":{"13258":{},"13259":{},"13260":{}}}],["mastodon/entities/field.mastodonentity.token",{"_index":3682,"name":{},"parent":{"13442":{}}}],["mastodon/entities/field.mastodonentity.token.__type",{"_index":3683,"name":{},"parent":{"13443":{},"13444":{},"13445":{},"13446":{}}}],["mastodon/entities/field.mastodonentity.urls",{"_index":3655,"name":{},"parent":{"13343":{}}}],["mastodon/entities/field.mastodonentity.urls.__type",{"_index":3656,"name":{},"parent":{"13344":{}}}],["mastodon/entities/filter",{"_index":119,"name":{"155":{}},"parent":{"13447":{}}}],["mastodon/entities/filter.mastodonentity",{"_index":3684,"name":{},"parent":{"13448":{},"13454":{},"13461":{},"13483":{},"13489":{},"13494":{},"13504":{},"13518":{},"13524":{},"13529":{},"13534":{},"13538":{},"13547":{},"13579":{},"13583":{},"13589":{},"13595":{},"13600":{},"13608":{},"13615":{},"13618":{},"13623":{},"13637":{},"13641":{},"13653":{},"13660":{},"13661":{},"13668":{},"13674":{},"13686":{},"13693":{},"13698":{},"13704":{},"13714":{}}}],["mastodon/entities/filter.mastodonentity.account",{"_index":3689,"name":{},"parent":{"13462":{}}}],["mastodon/entities/filter.mastodonentity.account.__type",{"_index":3690,"name":{},"parent":{"13463":{},"13464":{},"13465":{},"13466":{},"13467":{},"13468":{},"13469":{},"13470":{},"13471":{},"13472":{},"13473":{},"13474":{},"13475":{},"13476":{},"13477":{},"13478":{},"13479":{},"13480":{},"13481":{},"13482":{}}}],["mastodon/entities/filter.mastodonentity.activity",{"_index":3691,"name":{},"parent":{"13484":{}}}],["mastodon/entities/filter.mastodonentity.activity.__type",{"_index":3692,"name":{},"parent":{"13485":{},"13486":{},"13487":{},"13488":{}}}],["mastodon/entities/filter.mastodonentity.application",{"_index":3693,"name":{},"parent":{"13490":{}}}],["mastodon/entities/filter.mastodonentity.application.__type",{"_index":3694,"name":{},"parent":{"13491":{},"13492":{},"13493":{}}}],["mastodon/entities/filter.mastodonentity.attachment",{"_index":3695,"name":{},"parent":{"13495":{}}}],["mastodon/entities/filter.mastodonentity.attachment.__type",{"_index":3696,"name":{},"parent":{"13496":{},"13497":{},"13498":{},"13499":{},"13500":{},"13501":{},"13502":{},"13503":{}}}],["mastodon/entities/filter.mastodonentity.card",{"_index":3697,"name":{},"parent":{"13505":{}}}],["mastodon/entities/filter.mastodonentity.card.__type",{"_index":3698,"name":{},"parent":{"13506":{},"13507":{},"13508":{},"13509":{},"13510":{},"13511":{},"13512":{},"13513":{},"13514":{},"13515":{},"13516":{},"13517":{}}}],["mastodon/entities/filter.mastodonentity.context",{"_index":3711,"name":{},"parent":{"13580":{}}}],["mastodon/entities/filter.mastodonentity.context.__type",{"_index":3712,"name":{},"parent":{"13581":{},"13582":{}}}],["mastodon/entities/filter.mastodonentity.conversation",{"_index":3713,"name":{},"parent":{"13584":{}}}],["mastodon/entities/filter.mastodonentity.conversation.__type",{"_index":3714,"name":{},"parent":{"13585":{},"13586":{},"13587":{},"13588":{}}}],["mastodon/entities/filter.mastodonentity.emoji",{"_index":3685,"name":{},"parent":{"13449":{}}}],["mastodon/entities/filter.mastodonentity.emoji.__type",{"_index":3686,"name":{},"parent":{"13450":{},"13451":{},"13452":{},"13453":{}}}],["mastodon/entities/filter.mastodonentity.featuredtag",{"_index":3715,"name":{},"parent":{"13590":{}}}],["mastodon/entities/filter.mastodonentity.featuredtag.__type",{"_index":3716,"name":{},"parent":{"13591":{},"13592":{},"13593":{},"13594":{}}}],["mastodon/entities/filter.mastodonentity.field",{"_index":3717,"name":{},"parent":{"13596":{}}}],["mastodon/entities/filter.mastodonentity.field.__type",{"_index":3718,"name":{},"parent":{"13597":{},"13598":{},"13599":{}}}],["mastodon/entities/filter.mastodonentity.filter",{"_index":3719,"name":{},"parent":{"13601":{}}}],["mastodon/entities/filter.mastodonentity.filter.__type",{"_index":3720,"name":{},"parent":{"13602":{},"13603":{},"13604":{},"13605":{},"13606":{},"13607":{}}}],["mastodon/entities/filter.mastodonentity.history",{"_index":3701,"name":{},"parent":{"13525":{}}}],["mastodon/entities/filter.mastodonentity.history.__type",{"_index":3702,"name":{},"parent":{"13526":{},"13527":{},"13528":{}}}],["mastodon/entities/filter.mastodonentity.identityproof",{"_index":3721,"name":{},"parent":{"13609":{}}}],["mastodon/entities/filter.mastodonentity.identityproof.__type",{"_index":3722,"name":{},"parent":{"13610":{},"13611":{},"13612":{},"13613":{},"13614":{}}}],["mastodon/entities/filter.mastodonentity.instance",{"_index":3727,"name":{},"parent":{"13624":{}}}],["mastodon/entities/filter.mastodonentity.instance.__type",{"_index":3728,"name":{},"parent":{"13625":{},"13626":{},"13627":{},"13628":{},"13629":{},"13630":{},"13631":{},"13632":{},"13633":{},"13634":{},"13635":{},"13636":{}}}],["mastodon/entities/filter.mastodonentity.list",{"_index":3729,"name":{},"parent":{"13638":{}}}],["mastodon/entities/filter.mastodonentity.list.__type",{"_index":3730,"name":{},"parent":{"13639":{},"13640":{}}}],["mastodon/entities/filter.mastodonentity.marker",{"_index":3731,"name":{},"parent":{"13642":{}}}],["mastodon/entities/filter.mastodonentity.marker.__type",{"_index":3732,"name":{},"parent":{"13643":{},"13644":{},"13648":{},"13649":{}}}],["mastodon/entities/filter.mastodonentity.marker.__type.__type",{"_index":3733,"name":{},"parent":{"13645":{},"13646":{},"13647":{},"13650":{},"13651":{},"13652":{}}}],["mastodon/entities/filter.mastodonentity.mention",{"_index":3699,"name":{},"parent":{"13519":{}}}],["mastodon/entities/filter.mastodonentity.mention.__type",{"_index":3700,"name":{},"parent":{"13520":{},"13521":{},"13522":{},"13523":{}}}],["mastodon/entities/filter.mastodonentity.notification",{"_index":3734,"name":{},"parent":{"13654":{}}}],["mastodon/entities/filter.mastodonentity.notification.__type",{"_index":3735,"name":{},"parent":{"13655":{},"13656":{},"13657":{},"13658":{},"13659":{}}}],["mastodon/entities/filter.mastodonentity.poll",{"_index":3707,"name":{},"parent":{"13539":{}}}],["mastodon/entities/filter.mastodonentity.poll.__type",{"_index":3708,"name":{},"parent":{"13540":{},"13541":{},"13542":{},"13543":{},"13544":{},"13545":{},"13546":{}}}],["mastodon/entities/filter.mastodonentity.polloption",{"_index":3705,"name":{},"parent":{"13535":{}}}],["mastodon/entities/filter.mastodonentity.polloption.__type",{"_index":3706,"name":{},"parent":{"13536":{},"13537":{}}}],["mastodon/entities/filter.mastodonentity.preferences",{"_index":3736,"name":{},"parent":{"13662":{}}}],["mastodon/entities/filter.mastodonentity.preferences.__type",{"_index":3737,"name":{},"parent":{"13663":{},"13664":{},"13665":{},"13666":{},"13667":{}}}],["mastodon/entities/filter.mastodonentity.pushsubscription",{"_index":3738,"name":{},"parent":{"13669":{}}}],["mastodon/entities/filter.mastodonentity.pushsubscription.__type",{"_index":3739,"name":{},"parent":{"13670":{},"13671":{},"13672":{},"13673":{}}}],["mastodon/entities/filter.mastodonentity.relationship",{"_index":3740,"name":{},"parent":{"13675":{}}}],["mastodon/entities/filter.mastodonentity.relationship.__type",{"_index":3741,"name":{},"parent":{"13676":{},"13677":{},"13678":{},"13679":{},"13680":{},"13681":{},"13682":{},"13683":{},"13684":{},"13685":{}}}],["mastodon/entities/filter.mastodonentity.report",{"_index":3742,"name":{},"parent":{"13687":{}}}],["mastodon/entities/filter.mastodonentity.report.__type",{"_index":3743,"name":{},"parent":{"13688":{},"13689":{},"13690":{},"13691":{},"13692":{}}}],["mastodon/entities/filter.mastodonentity.results",{"_index":3744,"name":{},"parent":{"13694":{}}}],["mastodon/entities/filter.mastodonentity.results.__type",{"_index":3745,"name":{},"parent":{"13695":{},"13696":{},"13697":{}}}],["mastodon/entities/filter.mastodonentity.scheduledstatus",{"_index":3746,"name":{},"parent":{"13699":{}}}],["mastodon/entities/filter.mastodonentity.scheduledstatus.__type",{"_index":3747,"name":{},"parent":{"13700":{},"13701":{},"13702":{},"13703":{}}}],["mastodon/entities/filter.mastodonentity.source",{"_index":3687,"name":{},"parent":{"13455":{}}}],["mastodon/entities/filter.mastodonentity.source.__type",{"_index":3688,"name":{},"parent":{"13456":{},"13457":{},"13458":{},"13459":{},"13460":{}}}],["mastodon/entities/filter.mastodonentity.stats",{"_index":3725,"name":{},"parent":{"13619":{}}}],["mastodon/entities/filter.mastodonentity.stats.__type",{"_index":3726,"name":{},"parent":{"13620":{},"13621":{},"13622":{}}}],["mastodon/entities/filter.mastodonentity.status",{"_index":3709,"name":{},"parent":{"13548":{}}}],["mastodon/entities/filter.mastodonentity.status.__type",{"_index":3710,"name":{},"parent":{"13549":{},"13550":{},"13551":{},"13552":{},"13553":{},"13554":{},"13555":{},"13556":{},"13557":{},"13558":{},"13559":{},"13560":{},"13561":{},"13562":{},"13563":{},"13564":{},"13565":{},"13566":{},"13567":{},"13568":{},"13569":{},"13570":{},"13571":{},"13572":{},"13573":{},"13574":{},"13575":{},"13576":{},"13577":{},"13578":{}}}],["mastodon/entities/filter.mastodonentity.statusparams",{"_index":3748,"name":{},"parent":{"13705":{}}}],["mastodon/entities/filter.mastodonentity.statusparams.__type",{"_index":3749,"name":{},"parent":{"13706":{},"13707":{},"13708":{},"13709":{},"13710":{},"13711":{},"13712":{},"13713":{}}}],["mastodon/entities/filter.mastodonentity.tag",{"_index":3703,"name":{},"parent":{"13530":{}}}],["mastodon/entities/filter.mastodonentity.tag.__type",{"_index":3704,"name":{},"parent":{"13531":{},"13532":{},"13533":{}}}],["mastodon/entities/filter.mastodonentity.token",{"_index":3750,"name":{},"parent":{"13715":{}}}],["mastodon/entities/filter.mastodonentity.token.__type",{"_index":3751,"name":{},"parent":{"13716":{},"13717":{},"13718":{},"13719":{}}}],["mastodon/entities/filter.mastodonentity.urls",{"_index":3723,"name":{},"parent":{"13616":{}}}],["mastodon/entities/filter.mastodonentity.urls.__type",{"_index":3724,"name":{},"parent":{"13617":{}}}],["mastodon/entities/history",{"_index":120,"name":{"156":{}},"parent":{"13720":{}}}],["mastodon/entities/history.mastodonentity",{"_index":3752,"name":{},"parent":{"13721":{},"13727":{},"13734":{},"13756":{},"13762":{},"13767":{},"13777":{},"13791":{},"13797":{},"13802":{},"13807":{},"13811":{},"13820":{},"13852":{},"13856":{},"13862":{},"13868":{},"13873":{},"13881":{},"13888":{},"13891":{},"13896":{},"13910":{},"13914":{},"13926":{},"13933":{},"13934":{},"13941":{},"13947":{},"13959":{},"13966":{},"13971":{},"13977":{},"13987":{}}}],["mastodon/entities/history.mastodonentity.account",{"_index":3757,"name":{},"parent":{"13735":{}}}],["mastodon/entities/history.mastodonentity.account.__type",{"_index":3758,"name":{},"parent":{"13736":{},"13737":{},"13738":{},"13739":{},"13740":{},"13741":{},"13742":{},"13743":{},"13744":{},"13745":{},"13746":{},"13747":{},"13748":{},"13749":{},"13750":{},"13751":{},"13752":{},"13753":{},"13754":{},"13755":{}}}],["mastodon/entities/history.mastodonentity.activity",{"_index":3759,"name":{},"parent":{"13757":{}}}],["mastodon/entities/history.mastodonentity.activity.__type",{"_index":3760,"name":{},"parent":{"13758":{},"13759":{},"13760":{},"13761":{}}}],["mastodon/entities/history.mastodonentity.application",{"_index":3761,"name":{},"parent":{"13763":{}}}],["mastodon/entities/history.mastodonentity.application.__type",{"_index":3762,"name":{},"parent":{"13764":{},"13765":{},"13766":{}}}],["mastodon/entities/history.mastodonentity.attachment",{"_index":3763,"name":{},"parent":{"13768":{}}}],["mastodon/entities/history.mastodonentity.attachment.__type",{"_index":3764,"name":{},"parent":{"13769":{},"13770":{},"13771":{},"13772":{},"13773":{},"13774":{},"13775":{},"13776":{}}}],["mastodon/entities/history.mastodonentity.card",{"_index":3765,"name":{},"parent":{"13778":{}}}],["mastodon/entities/history.mastodonentity.card.__type",{"_index":3766,"name":{},"parent":{"13779":{},"13780":{},"13781":{},"13782":{},"13783":{},"13784":{},"13785":{},"13786":{},"13787":{},"13788":{},"13789":{},"13790":{}}}],["mastodon/entities/history.mastodonentity.context",{"_index":3779,"name":{},"parent":{"13853":{}}}],["mastodon/entities/history.mastodonentity.context.__type",{"_index":3780,"name":{},"parent":{"13854":{},"13855":{}}}],["mastodon/entities/history.mastodonentity.conversation",{"_index":3781,"name":{},"parent":{"13857":{}}}],["mastodon/entities/history.mastodonentity.conversation.__type",{"_index":3782,"name":{},"parent":{"13858":{},"13859":{},"13860":{},"13861":{}}}],["mastodon/entities/history.mastodonentity.emoji",{"_index":3753,"name":{},"parent":{"13722":{}}}],["mastodon/entities/history.mastodonentity.emoji.__type",{"_index":3754,"name":{},"parent":{"13723":{},"13724":{},"13725":{},"13726":{}}}],["mastodon/entities/history.mastodonentity.featuredtag",{"_index":3783,"name":{},"parent":{"13863":{}}}],["mastodon/entities/history.mastodonentity.featuredtag.__type",{"_index":3784,"name":{},"parent":{"13864":{},"13865":{},"13866":{},"13867":{}}}],["mastodon/entities/history.mastodonentity.field",{"_index":3785,"name":{},"parent":{"13869":{}}}],["mastodon/entities/history.mastodonentity.field.__type",{"_index":3786,"name":{},"parent":{"13870":{},"13871":{},"13872":{}}}],["mastodon/entities/history.mastodonentity.filter",{"_index":3787,"name":{},"parent":{"13874":{}}}],["mastodon/entities/history.mastodonentity.filter.__type",{"_index":3788,"name":{},"parent":{"13875":{},"13876":{},"13877":{},"13878":{},"13879":{},"13880":{}}}],["mastodon/entities/history.mastodonentity.history",{"_index":3769,"name":{},"parent":{"13798":{}}}],["mastodon/entities/history.mastodonentity.history.__type",{"_index":3770,"name":{},"parent":{"13799":{},"13800":{},"13801":{}}}],["mastodon/entities/history.mastodonentity.identityproof",{"_index":3789,"name":{},"parent":{"13882":{}}}],["mastodon/entities/history.mastodonentity.identityproof.__type",{"_index":3790,"name":{},"parent":{"13883":{},"13884":{},"13885":{},"13886":{},"13887":{}}}],["mastodon/entities/history.mastodonentity.instance",{"_index":3795,"name":{},"parent":{"13897":{}}}],["mastodon/entities/history.mastodonentity.instance.__type",{"_index":3796,"name":{},"parent":{"13898":{},"13899":{},"13900":{},"13901":{},"13902":{},"13903":{},"13904":{},"13905":{},"13906":{},"13907":{},"13908":{},"13909":{}}}],["mastodon/entities/history.mastodonentity.list",{"_index":3797,"name":{},"parent":{"13911":{}}}],["mastodon/entities/history.mastodonentity.list.__type",{"_index":3798,"name":{},"parent":{"13912":{},"13913":{}}}],["mastodon/entities/history.mastodonentity.marker",{"_index":3799,"name":{},"parent":{"13915":{}}}],["mastodon/entities/history.mastodonentity.marker.__type",{"_index":3800,"name":{},"parent":{"13916":{},"13917":{},"13921":{},"13922":{}}}],["mastodon/entities/history.mastodonentity.marker.__type.__type",{"_index":3801,"name":{},"parent":{"13918":{},"13919":{},"13920":{},"13923":{},"13924":{},"13925":{}}}],["mastodon/entities/history.mastodonentity.mention",{"_index":3767,"name":{},"parent":{"13792":{}}}],["mastodon/entities/history.mastodonentity.mention.__type",{"_index":3768,"name":{},"parent":{"13793":{},"13794":{},"13795":{},"13796":{}}}],["mastodon/entities/history.mastodonentity.notification",{"_index":3802,"name":{},"parent":{"13927":{}}}],["mastodon/entities/history.mastodonentity.notification.__type",{"_index":3803,"name":{},"parent":{"13928":{},"13929":{},"13930":{},"13931":{},"13932":{}}}],["mastodon/entities/history.mastodonentity.poll",{"_index":3775,"name":{},"parent":{"13812":{}}}],["mastodon/entities/history.mastodonentity.poll.__type",{"_index":3776,"name":{},"parent":{"13813":{},"13814":{},"13815":{},"13816":{},"13817":{},"13818":{},"13819":{}}}],["mastodon/entities/history.mastodonentity.polloption",{"_index":3773,"name":{},"parent":{"13808":{}}}],["mastodon/entities/history.mastodonentity.polloption.__type",{"_index":3774,"name":{},"parent":{"13809":{},"13810":{}}}],["mastodon/entities/history.mastodonentity.preferences",{"_index":3804,"name":{},"parent":{"13935":{}}}],["mastodon/entities/history.mastodonentity.preferences.__type",{"_index":3805,"name":{},"parent":{"13936":{},"13937":{},"13938":{},"13939":{},"13940":{}}}],["mastodon/entities/history.mastodonentity.pushsubscription",{"_index":3806,"name":{},"parent":{"13942":{}}}],["mastodon/entities/history.mastodonentity.pushsubscription.__type",{"_index":3807,"name":{},"parent":{"13943":{},"13944":{},"13945":{},"13946":{}}}],["mastodon/entities/history.mastodonentity.relationship",{"_index":3808,"name":{},"parent":{"13948":{}}}],["mastodon/entities/history.mastodonentity.relationship.__type",{"_index":3809,"name":{},"parent":{"13949":{},"13950":{},"13951":{},"13952":{},"13953":{},"13954":{},"13955":{},"13956":{},"13957":{},"13958":{}}}],["mastodon/entities/history.mastodonentity.report",{"_index":3810,"name":{},"parent":{"13960":{}}}],["mastodon/entities/history.mastodonentity.report.__type",{"_index":3811,"name":{},"parent":{"13961":{},"13962":{},"13963":{},"13964":{},"13965":{}}}],["mastodon/entities/history.mastodonentity.results",{"_index":3812,"name":{},"parent":{"13967":{}}}],["mastodon/entities/history.mastodonentity.results.__type",{"_index":3813,"name":{},"parent":{"13968":{},"13969":{},"13970":{}}}],["mastodon/entities/history.mastodonentity.scheduledstatus",{"_index":3814,"name":{},"parent":{"13972":{}}}],["mastodon/entities/history.mastodonentity.scheduledstatus.__type",{"_index":3815,"name":{},"parent":{"13973":{},"13974":{},"13975":{},"13976":{}}}],["mastodon/entities/history.mastodonentity.source",{"_index":3755,"name":{},"parent":{"13728":{}}}],["mastodon/entities/history.mastodonentity.source.__type",{"_index":3756,"name":{},"parent":{"13729":{},"13730":{},"13731":{},"13732":{},"13733":{}}}],["mastodon/entities/history.mastodonentity.stats",{"_index":3793,"name":{},"parent":{"13892":{}}}],["mastodon/entities/history.mastodonentity.stats.__type",{"_index":3794,"name":{},"parent":{"13893":{},"13894":{},"13895":{}}}],["mastodon/entities/history.mastodonentity.status",{"_index":3777,"name":{},"parent":{"13821":{}}}],["mastodon/entities/history.mastodonentity.status.__type",{"_index":3778,"name":{},"parent":{"13822":{},"13823":{},"13824":{},"13825":{},"13826":{},"13827":{},"13828":{},"13829":{},"13830":{},"13831":{},"13832":{},"13833":{},"13834":{},"13835":{},"13836":{},"13837":{},"13838":{},"13839":{},"13840":{},"13841":{},"13842":{},"13843":{},"13844":{},"13845":{},"13846":{},"13847":{},"13848":{},"13849":{},"13850":{},"13851":{}}}],["mastodon/entities/history.mastodonentity.statusparams",{"_index":3816,"name":{},"parent":{"13978":{}}}],["mastodon/entities/history.mastodonentity.statusparams.__type",{"_index":3817,"name":{},"parent":{"13979":{},"13980":{},"13981":{},"13982":{},"13983":{},"13984":{},"13985":{},"13986":{}}}],["mastodon/entities/history.mastodonentity.tag",{"_index":3771,"name":{},"parent":{"13803":{}}}],["mastodon/entities/history.mastodonentity.tag.__type",{"_index":3772,"name":{},"parent":{"13804":{},"13805":{},"13806":{}}}],["mastodon/entities/history.mastodonentity.token",{"_index":3818,"name":{},"parent":{"13988":{}}}],["mastodon/entities/history.mastodonentity.token.__type",{"_index":3819,"name":{},"parent":{"13989":{},"13990":{},"13991":{},"13992":{}}}],["mastodon/entities/history.mastodonentity.urls",{"_index":3791,"name":{},"parent":{"13889":{}}}],["mastodon/entities/history.mastodonentity.urls.__type",{"_index":3792,"name":{},"parent":{"13890":{}}}],["mastodon/entities/identity_proof",{"_index":121,"name":{"157":{}},"parent":{"13993":{}}}],["mastodon/entities/identity_proof.mastodonentity",{"_index":3820,"name":{},"parent":{"13994":{},"14000":{},"14007":{},"14029":{},"14035":{},"14040":{},"14050":{},"14064":{},"14070":{},"14075":{},"14080":{},"14084":{},"14093":{},"14125":{},"14129":{},"14135":{},"14141":{},"14146":{},"14154":{},"14161":{},"14164":{},"14169":{},"14183":{},"14187":{},"14199":{},"14206":{},"14207":{},"14214":{},"14220":{},"14232":{},"14239":{},"14244":{},"14250":{},"14260":{}}}],["mastodon/entities/identity_proof.mastodonentity.account",{"_index":3825,"name":{},"parent":{"14008":{}}}],["mastodon/entities/identity_proof.mastodonentity.account.__type",{"_index":3826,"name":{},"parent":{"14009":{},"14010":{},"14011":{},"14012":{},"14013":{},"14014":{},"14015":{},"14016":{},"14017":{},"14018":{},"14019":{},"14020":{},"14021":{},"14022":{},"14023":{},"14024":{},"14025":{},"14026":{},"14027":{},"14028":{}}}],["mastodon/entities/identity_proof.mastodonentity.activity",{"_index":3827,"name":{},"parent":{"14030":{}}}],["mastodon/entities/identity_proof.mastodonentity.activity.__type",{"_index":3828,"name":{},"parent":{"14031":{},"14032":{},"14033":{},"14034":{}}}],["mastodon/entities/identity_proof.mastodonentity.application",{"_index":3829,"name":{},"parent":{"14036":{}}}],["mastodon/entities/identity_proof.mastodonentity.application.__type",{"_index":3830,"name":{},"parent":{"14037":{},"14038":{},"14039":{}}}],["mastodon/entities/identity_proof.mastodonentity.attachment",{"_index":3831,"name":{},"parent":{"14041":{}}}],["mastodon/entities/identity_proof.mastodonentity.attachment.__type",{"_index":3832,"name":{},"parent":{"14042":{},"14043":{},"14044":{},"14045":{},"14046":{},"14047":{},"14048":{},"14049":{}}}],["mastodon/entities/identity_proof.mastodonentity.card",{"_index":3833,"name":{},"parent":{"14051":{}}}],["mastodon/entities/identity_proof.mastodonentity.card.__type",{"_index":3834,"name":{},"parent":{"14052":{},"14053":{},"14054":{},"14055":{},"14056":{},"14057":{},"14058":{},"14059":{},"14060":{},"14061":{},"14062":{},"14063":{}}}],["mastodon/entities/identity_proof.mastodonentity.context",{"_index":3847,"name":{},"parent":{"14126":{}}}],["mastodon/entities/identity_proof.mastodonentity.context.__type",{"_index":3848,"name":{},"parent":{"14127":{},"14128":{}}}],["mastodon/entities/identity_proof.mastodonentity.conversation",{"_index":3849,"name":{},"parent":{"14130":{}}}],["mastodon/entities/identity_proof.mastodonentity.conversation.__type",{"_index":3850,"name":{},"parent":{"14131":{},"14132":{},"14133":{},"14134":{}}}],["mastodon/entities/identity_proof.mastodonentity.emoji",{"_index":3821,"name":{},"parent":{"13995":{}}}],["mastodon/entities/identity_proof.mastodonentity.emoji.__type",{"_index":3822,"name":{},"parent":{"13996":{},"13997":{},"13998":{},"13999":{}}}],["mastodon/entities/identity_proof.mastodonentity.featuredtag",{"_index":3851,"name":{},"parent":{"14136":{}}}],["mastodon/entities/identity_proof.mastodonentity.featuredtag.__type",{"_index":3852,"name":{},"parent":{"14137":{},"14138":{},"14139":{},"14140":{}}}],["mastodon/entities/identity_proof.mastodonentity.field",{"_index":3853,"name":{},"parent":{"14142":{}}}],["mastodon/entities/identity_proof.mastodonentity.field.__type",{"_index":3854,"name":{},"parent":{"14143":{},"14144":{},"14145":{}}}],["mastodon/entities/identity_proof.mastodonentity.filter",{"_index":3855,"name":{},"parent":{"14147":{}}}],["mastodon/entities/identity_proof.mastodonentity.filter.__type",{"_index":3856,"name":{},"parent":{"14148":{},"14149":{},"14150":{},"14151":{},"14152":{},"14153":{}}}],["mastodon/entities/identity_proof.mastodonentity.history",{"_index":3837,"name":{},"parent":{"14071":{}}}],["mastodon/entities/identity_proof.mastodonentity.history.__type",{"_index":3838,"name":{},"parent":{"14072":{},"14073":{},"14074":{}}}],["mastodon/entities/identity_proof.mastodonentity.identityproof",{"_index":3857,"name":{},"parent":{"14155":{}}}],["mastodon/entities/identity_proof.mastodonentity.identityproof.__type",{"_index":3858,"name":{},"parent":{"14156":{},"14157":{},"14158":{},"14159":{},"14160":{}}}],["mastodon/entities/identity_proof.mastodonentity.instance",{"_index":3863,"name":{},"parent":{"14170":{}}}],["mastodon/entities/identity_proof.mastodonentity.instance.__type",{"_index":3864,"name":{},"parent":{"14171":{},"14172":{},"14173":{},"14174":{},"14175":{},"14176":{},"14177":{},"14178":{},"14179":{},"14180":{},"14181":{},"14182":{}}}],["mastodon/entities/identity_proof.mastodonentity.list",{"_index":3865,"name":{},"parent":{"14184":{}}}],["mastodon/entities/identity_proof.mastodonentity.list.__type",{"_index":3866,"name":{},"parent":{"14185":{},"14186":{}}}],["mastodon/entities/identity_proof.mastodonentity.marker",{"_index":3867,"name":{},"parent":{"14188":{}}}],["mastodon/entities/identity_proof.mastodonentity.marker.__type",{"_index":3868,"name":{},"parent":{"14189":{},"14190":{},"14194":{},"14195":{}}}],["mastodon/entities/identity_proof.mastodonentity.marker.__type.__type",{"_index":3869,"name":{},"parent":{"14191":{},"14192":{},"14193":{},"14196":{},"14197":{},"14198":{}}}],["mastodon/entities/identity_proof.mastodonentity.mention",{"_index":3835,"name":{},"parent":{"14065":{}}}],["mastodon/entities/identity_proof.mastodonentity.mention.__type",{"_index":3836,"name":{},"parent":{"14066":{},"14067":{},"14068":{},"14069":{}}}],["mastodon/entities/identity_proof.mastodonentity.notification",{"_index":3870,"name":{},"parent":{"14200":{}}}],["mastodon/entities/identity_proof.mastodonentity.notification.__type",{"_index":3871,"name":{},"parent":{"14201":{},"14202":{},"14203":{},"14204":{},"14205":{}}}],["mastodon/entities/identity_proof.mastodonentity.poll",{"_index":3843,"name":{},"parent":{"14085":{}}}],["mastodon/entities/identity_proof.mastodonentity.poll.__type",{"_index":3844,"name":{},"parent":{"14086":{},"14087":{},"14088":{},"14089":{},"14090":{},"14091":{},"14092":{}}}],["mastodon/entities/identity_proof.mastodonentity.polloption",{"_index":3841,"name":{},"parent":{"14081":{}}}],["mastodon/entities/identity_proof.mastodonentity.polloption.__type",{"_index":3842,"name":{},"parent":{"14082":{},"14083":{}}}],["mastodon/entities/identity_proof.mastodonentity.preferences",{"_index":3872,"name":{},"parent":{"14208":{}}}],["mastodon/entities/identity_proof.mastodonentity.preferences.__type",{"_index":3873,"name":{},"parent":{"14209":{},"14210":{},"14211":{},"14212":{},"14213":{}}}],["mastodon/entities/identity_proof.mastodonentity.pushsubscription",{"_index":3874,"name":{},"parent":{"14215":{}}}],["mastodon/entities/identity_proof.mastodonentity.pushsubscription.__type",{"_index":3875,"name":{},"parent":{"14216":{},"14217":{},"14218":{},"14219":{}}}],["mastodon/entities/identity_proof.mastodonentity.relationship",{"_index":3876,"name":{},"parent":{"14221":{}}}],["mastodon/entities/identity_proof.mastodonentity.relationship.__type",{"_index":3877,"name":{},"parent":{"14222":{},"14223":{},"14224":{},"14225":{},"14226":{},"14227":{},"14228":{},"14229":{},"14230":{},"14231":{}}}],["mastodon/entities/identity_proof.mastodonentity.report",{"_index":3878,"name":{},"parent":{"14233":{}}}],["mastodon/entities/identity_proof.mastodonentity.report.__type",{"_index":3879,"name":{},"parent":{"14234":{},"14235":{},"14236":{},"14237":{},"14238":{}}}],["mastodon/entities/identity_proof.mastodonentity.results",{"_index":3880,"name":{},"parent":{"14240":{}}}],["mastodon/entities/identity_proof.mastodonentity.results.__type",{"_index":3881,"name":{},"parent":{"14241":{},"14242":{},"14243":{}}}],["mastodon/entities/identity_proof.mastodonentity.scheduledstatus",{"_index":3882,"name":{},"parent":{"14245":{}}}],["mastodon/entities/identity_proof.mastodonentity.scheduledstatus.__type",{"_index":3883,"name":{},"parent":{"14246":{},"14247":{},"14248":{},"14249":{}}}],["mastodon/entities/identity_proof.mastodonentity.source",{"_index":3823,"name":{},"parent":{"14001":{}}}],["mastodon/entities/identity_proof.mastodonentity.source.__type",{"_index":3824,"name":{},"parent":{"14002":{},"14003":{},"14004":{},"14005":{},"14006":{}}}],["mastodon/entities/identity_proof.mastodonentity.stats",{"_index":3861,"name":{},"parent":{"14165":{}}}],["mastodon/entities/identity_proof.mastodonentity.stats.__type",{"_index":3862,"name":{},"parent":{"14166":{},"14167":{},"14168":{}}}],["mastodon/entities/identity_proof.mastodonentity.status",{"_index":3845,"name":{},"parent":{"14094":{}}}],["mastodon/entities/identity_proof.mastodonentity.status.__type",{"_index":3846,"name":{},"parent":{"14095":{},"14096":{},"14097":{},"14098":{},"14099":{},"14100":{},"14101":{},"14102":{},"14103":{},"14104":{},"14105":{},"14106":{},"14107":{},"14108":{},"14109":{},"14110":{},"14111":{},"14112":{},"14113":{},"14114":{},"14115":{},"14116":{},"14117":{},"14118":{},"14119":{},"14120":{},"14121":{},"14122":{},"14123":{},"14124":{}}}],["mastodon/entities/identity_proof.mastodonentity.statusparams",{"_index":3884,"name":{},"parent":{"14251":{}}}],["mastodon/entities/identity_proof.mastodonentity.statusparams.__type",{"_index":3885,"name":{},"parent":{"14252":{},"14253":{},"14254":{},"14255":{},"14256":{},"14257":{},"14258":{},"14259":{}}}],["mastodon/entities/identity_proof.mastodonentity.tag",{"_index":3839,"name":{},"parent":{"14076":{}}}],["mastodon/entities/identity_proof.mastodonentity.tag.__type",{"_index":3840,"name":{},"parent":{"14077":{},"14078":{},"14079":{}}}],["mastodon/entities/identity_proof.mastodonentity.token",{"_index":3886,"name":{},"parent":{"14261":{}}}],["mastodon/entities/identity_proof.mastodonentity.token.__type",{"_index":3887,"name":{},"parent":{"14262":{},"14263":{},"14264":{},"14265":{}}}],["mastodon/entities/identity_proof.mastodonentity.urls",{"_index":3859,"name":{},"parent":{"14162":{}}}],["mastodon/entities/identity_proof.mastodonentity.urls.__type",{"_index":3860,"name":{},"parent":{"14163":{}}}],["mastodon/entities/instance",{"_index":122,"name":{"158":{}},"parent":{"14266":{}}}],["mastodon/entities/instance.mastodonentity",{"_index":3888,"name":{},"parent":{"14267":{},"14273":{},"14280":{},"14302":{},"14308":{},"14313":{},"14323":{},"14337":{},"14343":{},"14348":{},"14353":{},"14357":{},"14366":{},"14398":{},"14402":{},"14408":{},"14414":{},"14419":{},"14427":{},"14434":{},"14437":{},"14442":{},"14456":{},"14460":{},"14472":{},"14479":{},"14480":{},"14487":{},"14493":{},"14505":{},"14512":{},"14517":{},"14523":{},"14533":{}}}],["mastodon/entities/instance.mastodonentity.account",{"_index":3893,"name":{},"parent":{"14281":{}}}],["mastodon/entities/instance.mastodonentity.account.__type",{"_index":3894,"name":{},"parent":{"14282":{},"14283":{},"14284":{},"14285":{},"14286":{},"14287":{},"14288":{},"14289":{},"14290":{},"14291":{},"14292":{},"14293":{},"14294":{},"14295":{},"14296":{},"14297":{},"14298":{},"14299":{},"14300":{},"14301":{}}}],["mastodon/entities/instance.mastodonentity.activity",{"_index":3895,"name":{},"parent":{"14303":{}}}],["mastodon/entities/instance.mastodonentity.activity.__type",{"_index":3896,"name":{},"parent":{"14304":{},"14305":{},"14306":{},"14307":{}}}],["mastodon/entities/instance.mastodonentity.application",{"_index":3897,"name":{},"parent":{"14309":{}}}],["mastodon/entities/instance.mastodonentity.application.__type",{"_index":3898,"name":{},"parent":{"14310":{},"14311":{},"14312":{}}}],["mastodon/entities/instance.mastodonentity.attachment",{"_index":3899,"name":{},"parent":{"14314":{}}}],["mastodon/entities/instance.mastodonentity.attachment.__type",{"_index":3900,"name":{},"parent":{"14315":{},"14316":{},"14317":{},"14318":{},"14319":{},"14320":{},"14321":{},"14322":{}}}],["mastodon/entities/instance.mastodonentity.card",{"_index":3901,"name":{},"parent":{"14324":{}}}],["mastodon/entities/instance.mastodonentity.card.__type",{"_index":3902,"name":{},"parent":{"14325":{},"14326":{},"14327":{},"14328":{},"14329":{},"14330":{},"14331":{},"14332":{},"14333":{},"14334":{},"14335":{},"14336":{}}}],["mastodon/entities/instance.mastodonentity.context",{"_index":3915,"name":{},"parent":{"14399":{}}}],["mastodon/entities/instance.mastodonentity.context.__type",{"_index":3916,"name":{},"parent":{"14400":{},"14401":{}}}],["mastodon/entities/instance.mastodonentity.conversation",{"_index":3917,"name":{},"parent":{"14403":{}}}],["mastodon/entities/instance.mastodonentity.conversation.__type",{"_index":3918,"name":{},"parent":{"14404":{},"14405":{},"14406":{},"14407":{}}}],["mastodon/entities/instance.mastodonentity.emoji",{"_index":3889,"name":{},"parent":{"14268":{}}}],["mastodon/entities/instance.mastodonentity.emoji.__type",{"_index":3890,"name":{},"parent":{"14269":{},"14270":{},"14271":{},"14272":{}}}],["mastodon/entities/instance.mastodonentity.featuredtag",{"_index":3919,"name":{},"parent":{"14409":{}}}],["mastodon/entities/instance.mastodonentity.featuredtag.__type",{"_index":3920,"name":{},"parent":{"14410":{},"14411":{},"14412":{},"14413":{}}}],["mastodon/entities/instance.mastodonentity.field",{"_index":3921,"name":{},"parent":{"14415":{}}}],["mastodon/entities/instance.mastodonentity.field.__type",{"_index":3922,"name":{},"parent":{"14416":{},"14417":{},"14418":{}}}],["mastodon/entities/instance.mastodonentity.filter",{"_index":3923,"name":{},"parent":{"14420":{}}}],["mastodon/entities/instance.mastodonentity.filter.__type",{"_index":3924,"name":{},"parent":{"14421":{},"14422":{},"14423":{},"14424":{},"14425":{},"14426":{}}}],["mastodon/entities/instance.mastodonentity.history",{"_index":3905,"name":{},"parent":{"14344":{}}}],["mastodon/entities/instance.mastodonentity.history.__type",{"_index":3906,"name":{},"parent":{"14345":{},"14346":{},"14347":{}}}],["mastodon/entities/instance.mastodonentity.identityproof",{"_index":3925,"name":{},"parent":{"14428":{}}}],["mastodon/entities/instance.mastodonentity.identityproof.__type",{"_index":3926,"name":{},"parent":{"14429":{},"14430":{},"14431":{},"14432":{},"14433":{}}}],["mastodon/entities/instance.mastodonentity.instance",{"_index":3931,"name":{},"parent":{"14443":{}}}],["mastodon/entities/instance.mastodonentity.instance.__type",{"_index":3932,"name":{},"parent":{"14444":{},"14445":{},"14446":{},"14447":{},"14448":{},"14449":{},"14450":{},"14451":{},"14452":{},"14453":{},"14454":{},"14455":{}}}],["mastodon/entities/instance.mastodonentity.list",{"_index":3933,"name":{},"parent":{"14457":{}}}],["mastodon/entities/instance.mastodonentity.list.__type",{"_index":3934,"name":{},"parent":{"14458":{},"14459":{}}}],["mastodon/entities/instance.mastodonentity.marker",{"_index":3935,"name":{},"parent":{"14461":{}}}],["mastodon/entities/instance.mastodonentity.marker.__type",{"_index":3936,"name":{},"parent":{"14462":{},"14463":{},"14467":{},"14468":{}}}],["mastodon/entities/instance.mastodonentity.marker.__type.__type",{"_index":3937,"name":{},"parent":{"14464":{},"14465":{},"14466":{},"14469":{},"14470":{},"14471":{}}}],["mastodon/entities/instance.mastodonentity.mention",{"_index":3903,"name":{},"parent":{"14338":{}}}],["mastodon/entities/instance.mastodonentity.mention.__type",{"_index":3904,"name":{},"parent":{"14339":{},"14340":{},"14341":{},"14342":{}}}],["mastodon/entities/instance.mastodonentity.notification",{"_index":3938,"name":{},"parent":{"14473":{}}}],["mastodon/entities/instance.mastodonentity.notification.__type",{"_index":3939,"name":{},"parent":{"14474":{},"14475":{},"14476":{},"14477":{},"14478":{}}}],["mastodon/entities/instance.mastodonentity.poll",{"_index":3911,"name":{},"parent":{"14358":{}}}],["mastodon/entities/instance.mastodonentity.poll.__type",{"_index":3912,"name":{},"parent":{"14359":{},"14360":{},"14361":{},"14362":{},"14363":{},"14364":{},"14365":{}}}],["mastodon/entities/instance.mastodonentity.polloption",{"_index":3909,"name":{},"parent":{"14354":{}}}],["mastodon/entities/instance.mastodonentity.polloption.__type",{"_index":3910,"name":{},"parent":{"14355":{},"14356":{}}}],["mastodon/entities/instance.mastodonentity.preferences",{"_index":3940,"name":{},"parent":{"14481":{}}}],["mastodon/entities/instance.mastodonentity.preferences.__type",{"_index":3941,"name":{},"parent":{"14482":{},"14483":{},"14484":{},"14485":{},"14486":{}}}],["mastodon/entities/instance.mastodonentity.pushsubscription",{"_index":3942,"name":{},"parent":{"14488":{}}}],["mastodon/entities/instance.mastodonentity.pushsubscription.__type",{"_index":3943,"name":{},"parent":{"14489":{},"14490":{},"14491":{},"14492":{}}}],["mastodon/entities/instance.mastodonentity.relationship",{"_index":3944,"name":{},"parent":{"14494":{}}}],["mastodon/entities/instance.mastodonentity.relationship.__type",{"_index":3945,"name":{},"parent":{"14495":{},"14496":{},"14497":{},"14498":{},"14499":{},"14500":{},"14501":{},"14502":{},"14503":{},"14504":{}}}],["mastodon/entities/instance.mastodonentity.report",{"_index":3946,"name":{},"parent":{"14506":{}}}],["mastodon/entities/instance.mastodonentity.report.__type",{"_index":3947,"name":{},"parent":{"14507":{},"14508":{},"14509":{},"14510":{},"14511":{}}}],["mastodon/entities/instance.mastodonentity.results",{"_index":3948,"name":{},"parent":{"14513":{}}}],["mastodon/entities/instance.mastodonentity.results.__type",{"_index":3949,"name":{},"parent":{"14514":{},"14515":{},"14516":{}}}],["mastodon/entities/instance.mastodonentity.scheduledstatus",{"_index":3950,"name":{},"parent":{"14518":{}}}],["mastodon/entities/instance.mastodonentity.scheduledstatus.__type",{"_index":3951,"name":{},"parent":{"14519":{},"14520":{},"14521":{},"14522":{}}}],["mastodon/entities/instance.mastodonentity.source",{"_index":3891,"name":{},"parent":{"14274":{}}}],["mastodon/entities/instance.mastodonentity.source.__type",{"_index":3892,"name":{},"parent":{"14275":{},"14276":{},"14277":{},"14278":{},"14279":{}}}],["mastodon/entities/instance.mastodonentity.stats",{"_index":3929,"name":{},"parent":{"14438":{}}}],["mastodon/entities/instance.mastodonentity.stats.__type",{"_index":3930,"name":{},"parent":{"14439":{},"14440":{},"14441":{}}}],["mastodon/entities/instance.mastodonentity.status",{"_index":3913,"name":{},"parent":{"14367":{}}}],["mastodon/entities/instance.mastodonentity.status.__type",{"_index":3914,"name":{},"parent":{"14368":{},"14369":{},"14370":{},"14371":{},"14372":{},"14373":{},"14374":{},"14375":{},"14376":{},"14377":{},"14378":{},"14379":{},"14380":{},"14381":{},"14382":{},"14383":{},"14384":{},"14385":{},"14386":{},"14387":{},"14388":{},"14389":{},"14390":{},"14391":{},"14392":{},"14393":{},"14394":{},"14395":{},"14396":{},"14397":{}}}],["mastodon/entities/instance.mastodonentity.statusparams",{"_index":3952,"name":{},"parent":{"14524":{}}}],["mastodon/entities/instance.mastodonentity.statusparams.__type",{"_index":3953,"name":{},"parent":{"14525":{},"14526":{},"14527":{},"14528":{},"14529":{},"14530":{},"14531":{},"14532":{}}}],["mastodon/entities/instance.mastodonentity.tag",{"_index":3907,"name":{},"parent":{"14349":{}}}],["mastodon/entities/instance.mastodonentity.tag.__type",{"_index":3908,"name":{},"parent":{"14350":{},"14351":{},"14352":{}}}],["mastodon/entities/instance.mastodonentity.token",{"_index":3954,"name":{},"parent":{"14534":{}}}],["mastodon/entities/instance.mastodonentity.token.__type",{"_index":3955,"name":{},"parent":{"14535":{},"14536":{},"14537":{},"14538":{}}}],["mastodon/entities/instance.mastodonentity.urls",{"_index":3927,"name":{},"parent":{"14435":{}}}],["mastodon/entities/instance.mastodonentity.urls.__type",{"_index":3928,"name":{},"parent":{"14436":{}}}],["mastodon/entities/list",{"_index":123,"name":{"159":{}},"parent":{"14539":{}}}],["mastodon/entities/list.mastodonentity",{"_index":3956,"name":{},"parent":{"14540":{},"14546":{},"14553":{},"14575":{},"14581":{},"14586":{},"14596":{},"14610":{},"14616":{},"14621":{},"14626":{},"14630":{},"14639":{},"14671":{},"14675":{},"14681":{},"14687":{},"14692":{},"14700":{},"14707":{},"14710":{},"14715":{},"14729":{},"14733":{},"14745":{},"14752":{},"14753":{},"14760":{},"14766":{},"14778":{},"14785":{},"14790":{},"14796":{},"14806":{}}}],["mastodon/entities/list.mastodonentity.account",{"_index":3961,"name":{},"parent":{"14554":{}}}],["mastodon/entities/list.mastodonentity.account.__type",{"_index":3962,"name":{},"parent":{"14555":{},"14556":{},"14557":{},"14558":{},"14559":{},"14560":{},"14561":{},"14562":{},"14563":{},"14564":{},"14565":{},"14566":{},"14567":{},"14568":{},"14569":{},"14570":{},"14571":{},"14572":{},"14573":{},"14574":{}}}],["mastodon/entities/list.mastodonentity.activity",{"_index":3963,"name":{},"parent":{"14576":{}}}],["mastodon/entities/list.mastodonentity.activity.__type",{"_index":3964,"name":{},"parent":{"14577":{},"14578":{},"14579":{},"14580":{}}}],["mastodon/entities/list.mastodonentity.application",{"_index":3965,"name":{},"parent":{"14582":{}}}],["mastodon/entities/list.mastodonentity.application.__type",{"_index":3966,"name":{},"parent":{"14583":{},"14584":{},"14585":{}}}],["mastodon/entities/list.mastodonentity.attachment",{"_index":3967,"name":{},"parent":{"14587":{}}}],["mastodon/entities/list.mastodonentity.attachment.__type",{"_index":3968,"name":{},"parent":{"14588":{},"14589":{},"14590":{},"14591":{},"14592":{},"14593":{},"14594":{},"14595":{}}}],["mastodon/entities/list.mastodonentity.card",{"_index":3969,"name":{},"parent":{"14597":{}}}],["mastodon/entities/list.mastodonentity.card.__type",{"_index":3970,"name":{},"parent":{"14598":{},"14599":{},"14600":{},"14601":{},"14602":{},"14603":{},"14604":{},"14605":{},"14606":{},"14607":{},"14608":{},"14609":{}}}],["mastodon/entities/list.mastodonentity.context",{"_index":3983,"name":{},"parent":{"14672":{}}}],["mastodon/entities/list.mastodonentity.context.__type",{"_index":3984,"name":{},"parent":{"14673":{},"14674":{}}}],["mastodon/entities/list.mastodonentity.conversation",{"_index":3985,"name":{},"parent":{"14676":{}}}],["mastodon/entities/list.mastodonentity.conversation.__type",{"_index":3986,"name":{},"parent":{"14677":{},"14678":{},"14679":{},"14680":{}}}],["mastodon/entities/list.mastodonentity.emoji",{"_index":3957,"name":{},"parent":{"14541":{}}}],["mastodon/entities/list.mastodonentity.emoji.__type",{"_index":3958,"name":{},"parent":{"14542":{},"14543":{},"14544":{},"14545":{}}}],["mastodon/entities/list.mastodonentity.featuredtag",{"_index":3987,"name":{},"parent":{"14682":{}}}],["mastodon/entities/list.mastodonentity.featuredtag.__type",{"_index":3988,"name":{},"parent":{"14683":{},"14684":{},"14685":{},"14686":{}}}],["mastodon/entities/list.mastodonentity.field",{"_index":3989,"name":{},"parent":{"14688":{}}}],["mastodon/entities/list.mastodonentity.field.__type",{"_index":3990,"name":{},"parent":{"14689":{},"14690":{},"14691":{}}}],["mastodon/entities/list.mastodonentity.filter",{"_index":3991,"name":{},"parent":{"14693":{}}}],["mastodon/entities/list.mastodonentity.filter.__type",{"_index":3992,"name":{},"parent":{"14694":{},"14695":{},"14696":{},"14697":{},"14698":{},"14699":{}}}],["mastodon/entities/list.mastodonentity.history",{"_index":3973,"name":{},"parent":{"14617":{}}}],["mastodon/entities/list.mastodonentity.history.__type",{"_index":3974,"name":{},"parent":{"14618":{},"14619":{},"14620":{}}}],["mastodon/entities/list.mastodonentity.identityproof",{"_index":3993,"name":{},"parent":{"14701":{}}}],["mastodon/entities/list.mastodonentity.identityproof.__type",{"_index":3994,"name":{},"parent":{"14702":{},"14703":{},"14704":{},"14705":{},"14706":{}}}],["mastodon/entities/list.mastodonentity.instance",{"_index":3999,"name":{},"parent":{"14716":{}}}],["mastodon/entities/list.mastodonentity.instance.__type",{"_index":4000,"name":{},"parent":{"14717":{},"14718":{},"14719":{},"14720":{},"14721":{},"14722":{},"14723":{},"14724":{},"14725":{},"14726":{},"14727":{},"14728":{}}}],["mastodon/entities/list.mastodonentity.list",{"_index":4001,"name":{},"parent":{"14730":{}}}],["mastodon/entities/list.mastodonentity.list.__type",{"_index":4002,"name":{},"parent":{"14731":{},"14732":{}}}],["mastodon/entities/list.mastodonentity.marker",{"_index":4003,"name":{},"parent":{"14734":{}}}],["mastodon/entities/list.mastodonentity.marker.__type",{"_index":4004,"name":{},"parent":{"14735":{},"14736":{},"14740":{},"14741":{}}}],["mastodon/entities/list.mastodonentity.marker.__type.__type",{"_index":4005,"name":{},"parent":{"14737":{},"14738":{},"14739":{},"14742":{},"14743":{},"14744":{}}}],["mastodon/entities/list.mastodonentity.mention",{"_index":3971,"name":{},"parent":{"14611":{}}}],["mastodon/entities/list.mastodonentity.mention.__type",{"_index":3972,"name":{},"parent":{"14612":{},"14613":{},"14614":{},"14615":{}}}],["mastodon/entities/list.mastodonentity.notification",{"_index":4006,"name":{},"parent":{"14746":{}}}],["mastodon/entities/list.mastodonentity.notification.__type",{"_index":4007,"name":{},"parent":{"14747":{},"14748":{},"14749":{},"14750":{},"14751":{}}}],["mastodon/entities/list.mastodonentity.poll",{"_index":3979,"name":{},"parent":{"14631":{}}}],["mastodon/entities/list.mastodonentity.poll.__type",{"_index":3980,"name":{},"parent":{"14632":{},"14633":{},"14634":{},"14635":{},"14636":{},"14637":{},"14638":{}}}],["mastodon/entities/list.mastodonentity.polloption",{"_index":3977,"name":{},"parent":{"14627":{}}}],["mastodon/entities/list.mastodonentity.polloption.__type",{"_index":3978,"name":{},"parent":{"14628":{},"14629":{}}}],["mastodon/entities/list.mastodonentity.preferences",{"_index":4008,"name":{},"parent":{"14754":{}}}],["mastodon/entities/list.mastodonentity.preferences.__type",{"_index":4009,"name":{},"parent":{"14755":{},"14756":{},"14757":{},"14758":{},"14759":{}}}],["mastodon/entities/list.mastodonentity.pushsubscription",{"_index":4010,"name":{},"parent":{"14761":{}}}],["mastodon/entities/list.mastodonentity.pushsubscription.__type",{"_index":4011,"name":{},"parent":{"14762":{},"14763":{},"14764":{},"14765":{}}}],["mastodon/entities/list.mastodonentity.relationship",{"_index":4012,"name":{},"parent":{"14767":{}}}],["mastodon/entities/list.mastodonentity.relationship.__type",{"_index":4013,"name":{},"parent":{"14768":{},"14769":{},"14770":{},"14771":{},"14772":{},"14773":{},"14774":{},"14775":{},"14776":{},"14777":{}}}],["mastodon/entities/list.mastodonentity.report",{"_index":4014,"name":{},"parent":{"14779":{}}}],["mastodon/entities/list.mastodonentity.report.__type",{"_index":4015,"name":{},"parent":{"14780":{},"14781":{},"14782":{},"14783":{},"14784":{}}}],["mastodon/entities/list.mastodonentity.results",{"_index":4016,"name":{},"parent":{"14786":{}}}],["mastodon/entities/list.mastodonentity.results.__type",{"_index":4017,"name":{},"parent":{"14787":{},"14788":{},"14789":{}}}],["mastodon/entities/list.mastodonentity.scheduledstatus",{"_index":4018,"name":{},"parent":{"14791":{}}}],["mastodon/entities/list.mastodonentity.scheduledstatus.__type",{"_index":4019,"name":{},"parent":{"14792":{},"14793":{},"14794":{},"14795":{}}}],["mastodon/entities/list.mastodonentity.source",{"_index":3959,"name":{},"parent":{"14547":{}}}],["mastodon/entities/list.mastodonentity.source.__type",{"_index":3960,"name":{},"parent":{"14548":{},"14549":{},"14550":{},"14551":{},"14552":{}}}],["mastodon/entities/list.mastodonentity.stats",{"_index":3997,"name":{},"parent":{"14711":{}}}],["mastodon/entities/list.mastodonentity.stats.__type",{"_index":3998,"name":{},"parent":{"14712":{},"14713":{},"14714":{}}}],["mastodon/entities/list.mastodonentity.status",{"_index":3981,"name":{},"parent":{"14640":{}}}],["mastodon/entities/list.mastodonentity.status.__type",{"_index":3982,"name":{},"parent":{"14641":{},"14642":{},"14643":{},"14644":{},"14645":{},"14646":{},"14647":{},"14648":{},"14649":{},"14650":{},"14651":{},"14652":{},"14653":{},"14654":{},"14655":{},"14656":{},"14657":{},"14658":{},"14659":{},"14660":{},"14661":{},"14662":{},"14663":{},"14664":{},"14665":{},"14666":{},"14667":{},"14668":{},"14669":{},"14670":{}}}],["mastodon/entities/list.mastodonentity.statusparams",{"_index":4020,"name":{},"parent":{"14797":{}}}],["mastodon/entities/list.mastodonentity.statusparams.__type",{"_index":4021,"name":{},"parent":{"14798":{},"14799":{},"14800":{},"14801":{},"14802":{},"14803":{},"14804":{},"14805":{}}}],["mastodon/entities/list.mastodonentity.tag",{"_index":3975,"name":{},"parent":{"14622":{}}}],["mastodon/entities/list.mastodonentity.tag.__type",{"_index":3976,"name":{},"parent":{"14623":{},"14624":{},"14625":{}}}],["mastodon/entities/list.mastodonentity.token",{"_index":4022,"name":{},"parent":{"14807":{}}}],["mastodon/entities/list.mastodonentity.token.__type",{"_index":4023,"name":{},"parent":{"14808":{},"14809":{},"14810":{},"14811":{}}}],["mastodon/entities/list.mastodonentity.urls",{"_index":3995,"name":{},"parent":{"14708":{}}}],["mastodon/entities/list.mastodonentity.urls.__type",{"_index":3996,"name":{},"parent":{"14709":{}}}],["mastodon/entities/marker",{"_index":124,"name":{"160":{}},"parent":{"14812":{}}}],["mastodon/entities/marker.mastodonentity",{"_index":4024,"name":{},"parent":{"14813":{},"14819":{},"14826":{},"14848":{},"14854":{},"14859":{},"14869":{},"14883":{},"14889":{},"14894":{},"14899":{},"14903":{},"14912":{},"14944":{},"14948":{},"14954":{},"14960":{},"14965":{},"14973":{},"14980":{},"14983":{},"14988":{},"15002":{},"15006":{},"15018":{},"15025":{},"15026":{},"15033":{},"15039":{},"15051":{},"15058":{},"15063":{},"15069":{},"15079":{}}}],["mastodon/entities/marker.mastodonentity.account",{"_index":4029,"name":{},"parent":{"14827":{}}}],["mastodon/entities/marker.mastodonentity.account.__type",{"_index":4030,"name":{},"parent":{"14828":{},"14829":{},"14830":{},"14831":{},"14832":{},"14833":{},"14834":{},"14835":{},"14836":{},"14837":{},"14838":{},"14839":{},"14840":{},"14841":{},"14842":{},"14843":{},"14844":{},"14845":{},"14846":{},"14847":{}}}],["mastodon/entities/marker.mastodonentity.activity",{"_index":4031,"name":{},"parent":{"14849":{}}}],["mastodon/entities/marker.mastodonentity.activity.__type",{"_index":4032,"name":{},"parent":{"14850":{},"14851":{},"14852":{},"14853":{}}}],["mastodon/entities/marker.mastodonentity.application",{"_index":4033,"name":{},"parent":{"14855":{}}}],["mastodon/entities/marker.mastodonentity.application.__type",{"_index":4034,"name":{},"parent":{"14856":{},"14857":{},"14858":{}}}],["mastodon/entities/marker.mastodonentity.attachment",{"_index":4035,"name":{},"parent":{"14860":{}}}],["mastodon/entities/marker.mastodonentity.attachment.__type",{"_index":4036,"name":{},"parent":{"14861":{},"14862":{},"14863":{},"14864":{},"14865":{},"14866":{},"14867":{},"14868":{}}}],["mastodon/entities/marker.mastodonentity.card",{"_index":4037,"name":{},"parent":{"14870":{}}}],["mastodon/entities/marker.mastodonentity.card.__type",{"_index":4038,"name":{},"parent":{"14871":{},"14872":{},"14873":{},"14874":{},"14875":{},"14876":{},"14877":{},"14878":{},"14879":{},"14880":{},"14881":{},"14882":{}}}],["mastodon/entities/marker.mastodonentity.context",{"_index":4051,"name":{},"parent":{"14945":{}}}],["mastodon/entities/marker.mastodonentity.context.__type",{"_index":4052,"name":{},"parent":{"14946":{},"14947":{}}}],["mastodon/entities/marker.mastodonentity.conversation",{"_index":4053,"name":{},"parent":{"14949":{}}}],["mastodon/entities/marker.mastodonentity.conversation.__type",{"_index":4054,"name":{},"parent":{"14950":{},"14951":{},"14952":{},"14953":{}}}],["mastodon/entities/marker.mastodonentity.emoji",{"_index":4025,"name":{},"parent":{"14814":{}}}],["mastodon/entities/marker.mastodonentity.emoji.__type",{"_index":4026,"name":{},"parent":{"14815":{},"14816":{},"14817":{},"14818":{}}}],["mastodon/entities/marker.mastodonentity.featuredtag",{"_index":4055,"name":{},"parent":{"14955":{}}}],["mastodon/entities/marker.mastodonentity.featuredtag.__type",{"_index":4056,"name":{},"parent":{"14956":{},"14957":{},"14958":{},"14959":{}}}],["mastodon/entities/marker.mastodonentity.field",{"_index":4057,"name":{},"parent":{"14961":{}}}],["mastodon/entities/marker.mastodonentity.field.__type",{"_index":4058,"name":{},"parent":{"14962":{},"14963":{},"14964":{}}}],["mastodon/entities/marker.mastodonentity.filter",{"_index":4059,"name":{},"parent":{"14966":{}}}],["mastodon/entities/marker.mastodonentity.filter.__type",{"_index":4060,"name":{},"parent":{"14967":{},"14968":{},"14969":{},"14970":{},"14971":{},"14972":{}}}],["mastodon/entities/marker.mastodonentity.history",{"_index":4041,"name":{},"parent":{"14890":{}}}],["mastodon/entities/marker.mastodonentity.history.__type",{"_index":4042,"name":{},"parent":{"14891":{},"14892":{},"14893":{}}}],["mastodon/entities/marker.mastodonentity.identityproof",{"_index":4061,"name":{},"parent":{"14974":{}}}],["mastodon/entities/marker.mastodonentity.identityproof.__type",{"_index":4062,"name":{},"parent":{"14975":{},"14976":{},"14977":{},"14978":{},"14979":{}}}],["mastodon/entities/marker.mastodonentity.instance",{"_index":4067,"name":{},"parent":{"14989":{}}}],["mastodon/entities/marker.mastodonentity.instance.__type",{"_index":4068,"name":{},"parent":{"14990":{},"14991":{},"14992":{},"14993":{},"14994":{},"14995":{},"14996":{},"14997":{},"14998":{},"14999":{},"15000":{},"15001":{}}}],["mastodon/entities/marker.mastodonentity.list",{"_index":4069,"name":{},"parent":{"15003":{}}}],["mastodon/entities/marker.mastodonentity.list.__type",{"_index":4070,"name":{},"parent":{"15004":{},"15005":{}}}],["mastodon/entities/marker.mastodonentity.marker",{"_index":4071,"name":{},"parent":{"15007":{}}}],["mastodon/entities/marker.mastodonentity.marker.__type",{"_index":4072,"name":{},"parent":{"15008":{},"15009":{},"15013":{},"15014":{}}}],["mastodon/entities/marker.mastodonentity.marker.__type.__type",{"_index":4073,"name":{},"parent":{"15010":{},"15011":{},"15012":{},"15015":{},"15016":{},"15017":{}}}],["mastodon/entities/marker.mastodonentity.mention",{"_index":4039,"name":{},"parent":{"14884":{}}}],["mastodon/entities/marker.mastodonentity.mention.__type",{"_index":4040,"name":{},"parent":{"14885":{},"14886":{},"14887":{},"14888":{}}}],["mastodon/entities/marker.mastodonentity.notification",{"_index":4074,"name":{},"parent":{"15019":{}}}],["mastodon/entities/marker.mastodonentity.notification.__type",{"_index":4075,"name":{},"parent":{"15020":{},"15021":{},"15022":{},"15023":{},"15024":{}}}],["mastodon/entities/marker.mastodonentity.poll",{"_index":4047,"name":{},"parent":{"14904":{}}}],["mastodon/entities/marker.mastodonentity.poll.__type",{"_index":4048,"name":{},"parent":{"14905":{},"14906":{},"14907":{},"14908":{},"14909":{},"14910":{},"14911":{}}}],["mastodon/entities/marker.mastodonentity.polloption",{"_index":4045,"name":{},"parent":{"14900":{}}}],["mastodon/entities/marker.mastodonentity.polloption.__type",{"_index":4046,"name":{},"parent":{"14901":{},"14902":{}}}],["mastodon/entities/marker.mastodonentity.preferences",{"_index":4076,"name":{},"parent":{"15027":{}}}],["mastodon/entities/marker.mastodonentity.preferences.__type",{"_index":4077,"name":{},"parent":{"15028":{},"15029":{},"15030":{},"15031":{},"15032":{}}}],["mastodon/entities/marker.mastodonentity.pushsubscription",{"_index":4078,"name":{},"parent":{"15034":{}}}],["mastodon/entities/marker.mastodonentity.pushsubscription.__type",{"_index":4079,"name":{},"parent":{"15035":{},"15036":{},"15037":{},"15038":{}}}],["mastodon/entities/marker.mastodonentity.relationship",{"_index":4080,"name":{},"parent":{"15040":{}}}],["mastodon/entities/marker.mastodonentity.relationship.__type",{"_index":4081,"name":{},"parent":{"15041":{},"15042":{},"15043":{},"15044":{},"15045":{},"15046":{},"15047":{},"15048":{},"15049":{},"15050":{}}}],["mastodon/entities/marker.mastodonentity.report",{"_index":4082,"name":{},"parent":{"15052":{}}}],["mastodon/entities/marker.mastodonentity.report.__type",{"_index":4083,"name":{},"parent":{"15053":{},"15054":{},"15055":{},"15056":{},"15057":{}}}],["mastodon/entities/marker.mastodonentity.results",{"_index":4084,"name":{},"parent":{"15059":{}}}],["mastodon/entities/marker.mastodonentity.results.__type",{"_index":4085,"name":{},"parent":{"15060":{},"15061":{},"15062":{}}}],["mastodon/entities/marker.mastodonentity.scheduledstatus",{"_index":4086,"name":{},"parent":{"15064":{}}}],["mastodon/entities/marker.mastodonentity.scheduledstatus.__type",{"_index":4087,"name":{},"parent":{"15065":{},"15066":{},"15067":{},"15068":{}}}],["mastodon/entities/marker.mastodonentity.source",{"_index":4027,"name":{},"parent":{"14820":{}}}],["mastodon/entities/marker.mastodonentity.source.__type",{"_index":4028,"name":{},"parent":{"14821":{},"14822":{},"14823":{},"14824":{},"14825":{}}}],["mastodon/entities/marker.mastodonentity.stats",{"_index":4065,"name":{},"parent":{"14984":{}}}],["mastodon/entities/marker.mastodonentity.stats.__type",{"_index":4066,"name":{},"parent":{"14985":{},"14986":{},"14987":{}}}],["mastodon/entities/marker.mastodonentity.status",{"_index":4049,"name":{},"parent":{"14913":{}}}],["mastodon/entities/marker.mastodonentity.status.__type",{"_index":4050,"name":{},"parent":{"14914":{},"14915":{},"14916":{},"14917":{},"14918":{},"14919":{},"14920":{},"14921":{},"14922":{},"14923":{},"14924":{},"14925":{},"14926":{},"14927":{},"14928":{},"14929":{},"14930":{},"14931":{},"14932":{},"14933":{},"14934":{},"14935":{},"14936":{},"14937":{},"14938":{},"14939":{},"14940":{},"14941":{},"14942":{},"14943":{}}}],["mastodon/entities/marker.mastodonentity.statusparams",{"_index":4088,"name":{},"parent":{"15070":{}}}],["mastodon/entities/marker.mastodonentity.statusparams.__type",{"_index":4089,"name":{},"parent":{"15071":{},"15072":{},"15073":{},"15074":{},"15075":{},"15076":{},"15077":{},"15078":{}}}],["mastodon/entities/marker.mastodonentity.tag",{"_index":4043,"name":{},"parent":{"14895":{}}}],["mastodon/entities/marker.mastodonentity.tag.__type",{"_index":4044,"name":{},"parent":{"14896":{},"14897":{},"14898":{}}}],["mastodon/entities/marker.mastodonentity.token",{"_index":4090,"name":{},"parent":{"15080":{}}}],["mastodon/entities/marker.mastodonentity.token.__type",{"_index":4091,"name":{},"parent":{"15081":{},"15082":{},"15083":{},"15084":{}}}],["mastodon/entities/marker.mastodonentity.urls",{"_index":4063,"name":{},"parent":{"14981":{}}}],["mastodon/entities/marker.mastodonentity.urls.__type",{"_index":4064,"name":{},"parent":{"14982":{}}}],["mastodon/entities/mention",{"_index":125,"name":{"161":{}},"parent":{"15085":{}}}],["mastodon/entities/mention.mastodonentity",{"_index":4092,"name":{},"parent":{"15086":{},"15092":{},"15099":{},"15121":{},"15127":{},"15132":{},"15142":{},"15156":{},"15162":{},"15167":{},"15172":{},"15176":{},"15185":{},"15217":{},"15221":{},"15227":{},"15233":{},"15238":{},"15246":{},"15253":{},"15256":{},"15261":{},"15275":{},"15279":{},"15291":{},"15298":{},"15299":{},"15306":{},"15312":{},"15324":{},"15331":{},"15336":{},"15342":{},"15352":{}}}],["mastodon/entities/mention.mastodonentity.account",{"_index":4097,"name":{},"parent":{"15100":{}}}],["mastodon/entities/mention.mastodonentity.account.__type",{"_index":4098,"name":{},"parent":{"15101":{},"15102":{},"15103":{},"15104":{},"15105":{},"15106":{},"15107":{},"15108":{},"15109":{},"15110":{},"15111":{},"15112":{},"15113":{},"15114":{},"15115":{},"15116":{},"15117":{},"15118":{},"15119":{},"15120":{}}}],["mastodon/entities/mention.mastodonentity.activity",{"_index":4099,"name":{},"parent":{"15122":{}}}],["mastodon/entities/mention.mastodonentity.activity.__type",{"_index":4100,"name":{},"parent":{"15123":{},"15124":{},"15125":{},"15126":{}}}],["mastodon/entities/mention.mastodonentity.application",{"_index":4101,"name":{},"parent":{"15128":{}}}],["mastodon/entities/mention.mastodonentity.application.__type",{"_index":4102,"name":{},"parent":{"15129":{},"15130":{},"15131":{}}}],["mastodon/entities/mention.mastodonentity.attachment",{"_index":4103,"name":{},"parent":{"15133":{}}}],["mastodon/entities/mention.mastodonentity.attachment.__type",{"_index":4104,"name":{},"parent":{"15134":{},"15135":{},"15136":{},"15137":{},"15138":{},"15139":{},"15140":{},"15141":{}}}],["mastodon/entities/mention.mastodonentity.card",{"_index":4105,"name":{},"parent":{"15143":{}}}],["mastodon/entities/mention.mastodonentity.card.__type",{"_index":4106,"name":{},"parent":{"15144":{},"15145":{},"15146":{},"15147":{},"15148":{},"15149":{},"15150":{},"15151":{},"15152":{},"15153":{},"15154":{},"15155":{}}}],["mastodon/entities/mention.mastodonentity.context",{"_index":4119,"name":{},"parent":{"15218":{}}}],["mastodon/entities/mention.mastodonentity.context.__type",{"_index":4120,"name":{},"parent":{"15219":{},"15220":{}}}],["mastodon/entities/mention.mastodonentity.conversation",{"_index":4121,"name":{},"parent":{"15222":{}}}],["mastodon/entities/mention.mastodonentity.conversation.__type",{"_index":4122,"name":{},"parent":{"15223":{},"15224":{},"15225":{},"15226":{}}}],["mastodon/entities/mention.mastodonentity.emoji",{"_index":4093,"name":{},"parent":{"15087":{}}}],["mastodon/entities/mention.mastodonentity.emoji.__type",{"_index":4094,"name":{},"parent":{"15088":{},"15089":{},"15090":{},"15091":{}}}],["mastodon/entities/mention.mastodonentity.featuredtag",{"_index":4123,"name":{},"parent":{"15228":{}}}],["mastodon/entities/mention.mastodonentity.featuredtag.__type",{"_index":4124,"name":{},"parent":{"15229":{},"15230":{},"15231":{},"15232":{}}}],["mastodon/entities/mention.mastodonentity.field",{"_index":4125,"name":{},"parent":{"15234":{}}}],["mastodon/entities/mention.mastodonentity.field.__type",{"_index":4126,"name":{},"parent":{"15235":{},"15236":{},"15237":{}}}],["mastodon/entities/mention.mastodonentity.filter",{"_index":4127,"name":{},"parent":{"15239":{}}}],["mastodon/entities/mention.mastodonentity.filter.__type",{"_index":4128,"name":{},"parent":{"15240":{},"15241":{},"15242":{},"15243":{},"15244":{},"15245":{}}}],["mastodon/entities/mention.mastodonentity.history",{"_index":4109,"name":{},"parent":{"15163":{}}}],["mastodon/entities/mention.mastodonentity.history.__type",{"_index":4110,"name":{},"parent":{"15164":{},"15165":{},"15166":{}}}],["mastodon/entities/mention.mastodonentity.identityproof",{"_index":4129,"name":{},"parent":{"15247":{}}}],["mastodon/entities/mention.mastodonentity.identityproof.__type",{"_index":4130,"name":{},"parent":{"15248":{},"15249":{},"15250":{},"15251":{},"15252":{}}}],["mastodon/entities/mention.mastodonentity.instance",{"_index":4135,"name":{},"parent":{"15262":{}}}],["mastodon/entities/mention.mastodonentity.instance.__type",{"_index":4136,"name":{},"parent":{"15263":{},"15264":{},"15265":{},"15266":{},"15267":{},"15268":{},"15269":{},"15270":{},"15271":{},"15272":{},"15273":{},"15274":{}}}],["mastodon/entities/mention.mastodonentity.list",{"_index":4137,"name":{},"parent":{"15276":{}}}],["mastodon/entities/mention.mastodonentity.list.__type",{"_index":4138,"name":{},"parent":{"15277":{},"15278":{}}}],["mastodon/entities/mention.mastodonentity.marker",{"_index":4139,"name":{},"parent":{"15280":{}}}],["mastodon/entities/mention.mastodonentity.marker.__type",{"_index":4140,"name":{},"parent":{"15281":{},"15282":{},"15286":{},"15287":{}}}],["mastodon/entities/mention.mastodonentity.marker.__type.__type",{"_index":4141,"name":{},"parent":{"15283":{},"15284":{},"15285":{},"15288":{},"15289":{},"15290":{}}}],["mastodon/entities/mention.mastodonentity.mention",{"_index":4107,"name":{},"parent":{"15157":{}}}],["mastodon/entities/mention.mastodonentity.mention.__type",{"_index":4108,"name":{},"parent":{"15158":{},"15159":{},"15160":{},"15161":{}}}],["mastodon/entities/mention.mastodonentity.notification",{"_index":4142,"name":{},"parent":{"15292":{}}}],["mastodon/entities/mention.mastodonentity.notification.__type",{"_index":4143,"name":{},"parent":{"15293":{},"15294":{},"15295":{},"15296":{},"15297":{}}}],["mastodon/entities/mention.mastodonentity.poll",{"_index":4115,"name":{},"parent":{"15177":{}}}],["mastodon/entities/mention.mastodonentity.poll.__type",{"_index":4116,"name":{},"parent":{"15178":{},"15179":{},"15180":{},"15181":{},"15182":{},"15183":{},"15184":{}}}],["mastodon/entities/mention.mastodonentity.polloption",{"_index":4113,"name":{},"parent":{"15173":{}}}],["mastodon/entities/mention.mastodonentity.polloption.__type",{"_index":4114,"name":{},"parent":{"15174":{},"15175":{}}}],["mastodon/entities/mention.mastodonentity.preferences",{"_index":4144,"name":{},"parent":{"15300":{}}}],["mastodon/entities/mention.mastodonentity.preferences.__type",{"_index":4145,"name":{},"parent":{"15301":{},"15302":{},"15303":{},"15304":{},"15305":{}}}],["mastodon/entities/mention.mastodonentity.pushsubscription",{"_index":4146,"name":{},"parent":{"15307":{}}}],["mastodon/entities/mention.mastodonentity.pushsubscription.__type",{"_index":4147,"name":{},"parent":{"15308":{},"15309":{},"15310":{},"15311":{}}}],["mastodon/entities/mention.mastodonentity.relationship",{"_index":4148,"name":{},"parent":{"15313":{}}}],["mastodon/entities/mention.mastodonentity.relationship.__type",{"_index":4149,"name":{},"parent":{"15314":{},"15315":{},"15316":{},"15317":{},"15318":{},"15319":{},"15320":{},"15321":{},"15322":{},"15323":{}}}],["mastodon/entities/mention.mastodonentity.report",{"_index":4150,"name":{},"parent":{"15325":{}}}],["mastodon/entities/mention.mastodonentity.report.__type",{"_index":4151,"name":{},"parent":{"15326":{},"15327":{},"15328":{},"15329":{},"15330":{}}}],["mastodon/entities/mention.mastodonentity.results",{"_index":4152,"name":{},"parent":{"15332":{}}}],["mastodon/entities/mention.mastodonentity.results.__type",{"_index":4153,"name":{},"parent":{"15333":{},"15334":{},"15335":{}}}],["mastodon/entities/mention.mastodonentity.scheduledstatus",{"_index":4154,"name":{},"parent":{"15337":{}}}],["mastodon/entities/mention.mastodonentity.scheduledstatus.__type",{"_index":4155,"name":{},"parent":{"15338":{},"15339":{},"15340":{},"15341":{}}}],["mastodon/entities/mention.mastodonentity.source",{"_index":4095,"name":{},"parent":{"15093":{}}}],["mastodon/entities/mention.mastodonentity.source.__type",{"_index":4096,"name":{},"parent":{"15094":{},"15095":{},"15096":{},"15097":{},"15098":{}}}],["mastodon/entities/mention.mastodonentity.stats",{"_index":4133,"name":{},"parent":{"15257":{}}}],["mastodon/entities/mention.mastodonentity.stats.__type",{"_index":4134,"name":{},"parent":{"15258":{},"15259":{},"15260":{}}}],["mastodon/entities/mention.mastodonentity.status",{"_index":4117,"name":{},"parent":{"15186":{}}}],["mastodon/entities/mention.mastodonentity.status.__type",{"_index":4118,"name":{},"parent":{"15187":{},"15188":{},"15189":{},"15190":{},"15191":{},"15192":{},"15193":{},"15194":{},"15195":{},"15196":{},"15197":{},"15198":{},"15199":{},"15200":{},"15201":{},"15202":{},"15203":{},"15204":{},"15205":{},"15206":{},"15207":{},"15208":{},"15209":{},"15210":{},"15211":{},"15212":{},"15213":{},"15214":{},"15215":{},"15216":{}}}],["mastodon/entities/mention.mastodonentity.statusparams",{"_index":4156,"name":{},"parent":{"15343":{}}}],["mastodon/entities/mention.mastodonentity.statusparams.__type",{"_index":4157,"name":{},"parent":{"15344":{},"15345":{},"15346":{},"15347":{},"15348":{},"15349":{},"15350":{},"15351":{}}}],["mastodon/entities/mention.mastodonentity.tag",{"_index":4111,"name":{},"parent":{"15168":{}}}],["mastodon/entities/mention.mastodonentity.tag.__type",{"_index":4112,"name":{},"parent":{"15169":{},"15170":{},"15171":{}}}],["mastodon/entities/mention.mastodonentity.token",{"_index":4158,"name":{},"parent":{"15353":{}}}],["mastodon/entities/mention.mastodonentity.token.__type",{"_index":4159,"name":{},"parent":{"15354":{},"15355":{},"15356":{},"15357":{}}}],["mastodon/entities/mention.mastodonentity.urls",{"_index":4131,"name":{},"parent":{"15254":{}}}],["mastodon/entities/mention.mastodonentity.urls.__type",{"_index":4132,"name":{},"parent":{"15255":{}}}],["mastodon/entities/notification",{"_index":126,"name":{"162":{}},"parent":{"15358":{}}}],["mastodon/entities/notification.mastodonentity",{"_index":4160,"name":{},"parent":{"15359":{},"15365":{},"15372":{},"15394":{},"15400":{},"15405":{},"15415":{},"15429":{},"15435":{},"15440":{},"15445":{},"15449":{},"15458":{},"15490":{},"15494":{},"15500":{},"15506":{},"15511":{},"15519":{},"15526":{},"15529":{},"15534":{},"15548":{},"15552":{},"15564":{},"15571":{},"15572":{},"15579":{},"15585":{},"15597":{},"15604":{},"15609":{},"15615":{},"15625":{}}}],["mastodon/entities/notification.mastodonentity.account",{"_index":4165,"name":{},"parent":{"15373":{}}}],["mastodon/entities/notification.mastodonentity.account.__type",{"_index":4166,"name":{},"parent":{"15374":{},"15375":{},"15376":{},"15377":{},"15378":{},"15379":{},"15380":{},"15381":{},"15382":{},"15383":{},"15384":{},"15385":{},"15386":{},"15387":{},"15388":{},"15389":{},"15390":{},"15391":{},"15392":{},"15393":{}}}],["mastodon/entities/notification.mastodonentity.activity",{"_index":4167,"name":{},"parent":{"15395":{}}}],["mastodon/entities/notification.mastodonentity.activity.__type",{"_index":4168,"name":{},"parent":{"15396":{},"15397":{},"15398":{},"15399":{}}}],["mastodon/entities/notification.mastodonentity.application",{"_index":4169,"name":{},"parent":{"15401":{}}}],["mastodon/entities/notification.mastodonentity.application.__type",{"_index":4170,"name":{},"parent":{"15402":{},"15403":{},"15404":{}}}],["mastodon/entities/notification.mastodonentity.attachment",{"_index":4171,"name":{},"parent":{"15406":{}}}],["mastodon/entities/notification.mastodonentity.attachment.__type",{"_index":4172,"name":{},"parent":{"15407":{},"15408":{},"15409":{},"15410":{},"15411":{},"15412":{},"15413":{},"15414":{}}}],["mastodon/entities/notification.mastodonentity.card",{"_index":4173,"name":{},"parent":{"15416":{}}}],["mastodon/entities/notification.mastodonentity.card.__type",{"_index":4174,"name":{},"parent":{"15417":{},"15418":{},"15419":{},"15420":{},"15421":{},"15422":{},"15423":{},"15424":{},"15425":{},"15426":{},"15427":{},"15428":{}}}],["mastodon/entities/notification.mastodonentity.context",{"_index":4187,"name":{},"parent":{"15491":{}}}],["mastodon/entities/notification.mastodonentity.context.__type",{"_index":4188,"name":{},"parent":{"15492":{},"15493":{}}}],["mastodon/entities/notification.mastodonentity.conversation",{"_index":4189,"name":{},"parent":{"15495":{}}}],["mastodon/entities/notification.mastodonentity.conversation.__type",{"_index":4190,"name":{},"parent":{"15496":{},"15497":{},"15498":{},"15499":{}}}],["mastodon/entities/notification.mastodonentity.emoji",{"_index":4161,"name":{},"parent":{"15360":{}}}],["mastodon/entities/notification.mastodonentity.emoji.__type",{"_index":4162,"name":{},"parent":{"15361":{},"15362":{},"15363":{},"15364":{}}}],["mastodon/entities/notification.mastodonentity.featuredtag",{"_index":4191,"name":{},"parent":{"15501":{}}}],["mastodon/entities/notification.mastodonentity.featuredtag.__type",{"_index":4192,"name":{},"parent":{"15502":{},"15503":{},"15504":{},"15505":{}}}],["mastodon/entities/notification.mastodonentity.field",{"_index":4193,"name":{},"parent":{"15507":{}}}],["mastodon/entities/notification.mastodonentity.field.__type",{"_index":4194,"name":{},"parent":{"15508":{},"15509":{},"15510":{}}}],["mastodon/entities/notification.mastodonentity.filter",{"_index":4195,"name":{},"parent":{"15512":{}}}],["mastodon/entities/notification.mastodonentity.filter.__type",{"_index":4196,"name":{},"parent":{"15513":{},"15514":{},"15515":{},"15516":{},"15517":{},"15518":{}}}],["mastodon/entities/notification.mastodonentity.history",{"_index":4177,"name":{},"parent":{"15436":{}}}],["mastodon/entities/notification.mastodonentity.history.__type",{"_index":4178,"name":{},"parent":{"15437":{},"15438":{},"15439":{}}}],["mastodon/entities/notification.mastodonentity.identityproof",{"_index":4197,"name":{},"parent":{"15520":{}}}],["mastodon/entities/notification.mastodonentity.identityproof.__type",{"_index":4198,"name":{},"parent":{"15521":{},"15522":{},"15523":{},"15524":{},"15525":{}}}],["mastodon/entities/notification.mastodonentity.instance",{"_index":4203,"name":{},"parent":{"15535":{}}}],["mastodon/entities/notification.mastodonentity.instance.__type",{"_index":4204,"name":{},"parent":{"15536":{},"15537":{},"15538":{},"15539":{},"15540":{},"15541":{},"15542":{},"15543":{},"15544":{},"15545":{},"15546":{},"15547":{}}}],["mastodon/entities/notification.mastodonentity.list",{"_index":4205,"name":{},"parent":{"15549":{}}}],["mastodon/entities/notification.mastodonentity.list.__type",{"_index":4206,"name":{},"parent":{"15550":{},"15551":{}}}],["mastodon/entities/notification.mastodonentity.marker",{"_index":4207,"name":{},"parent":{"15553":{}}}],["mastodon/entities/notification.mastodonentity.marker.__type",{"_index":4208,"name":{},"parent":{"15554":{},"15555":{},"15559":{},"15560":{}}}],["mastodon/entities/notification.mastodonentity.marker.__type.__type",{"_index":4209,"name":{},"parent":{"15556":{},"15557":{},"15558":{},"15561":{},"15562":{},"15563":{}}}],["mastodon/entities/notification.mastodonentity.mention",{"_index":4175,"name":{},"parent":{"15430":{}}}],["mastodon/entities/notification.mastodonentity.mention.__type",{"_index":4176,"name":{},"parent":{"15431":{},"15432":{},"15433":{},"15434":{}}}],["mastodon/entities/notification.mastodonentity.notification",{"_index":4210,"name":{},"parent":{"15565":{}}}],["mastodon/entities/notification.mastodonentity.notification.__type",{"_index":4211,"name":{},"parent":{"15566":{},"15567":{},"15568":{},"15569":{},"15570":{}}}],["mastodon/entities/notification.mastodonentity.poll",{"_index":4183,"name":{},"parent":{"15450":{}}}],["mastodon/entities/notification.mastodonentity.poll.__type",{"_index":4184,"name":{},"parent":{"15451":{},"15452":{},"15453":{},"15454":{},"15455":{},"15456":{},"15457":{}}}],["mastodon/entities/notification.mastodonentity.polloption",{"_index":4181,"name":{},"parent":{"15446":{}}}],["mastodon/entities/notification.mastodonentity.polloption.__type",{"_index":4182,"name":{},"parent":{"15447":{},"15448":{}}}],["mastodon/entities/notification.mastodonentity.preferences",{"_index":4212,"name":{},"parent":{"15573":{}}}],["mastodon/entities/notification.mastodonentity.preferences.__type",{"_index":4213,"name":{},"parent":{"15574":{},"15575":{},"15576":{},"15577":{},"15578":{}}}],["mastodon/entities/notification.mastodonentity.pushsubscription",{"_index":4214,"name":{},"parent":{"15580":{}}}],["mastodon/entities/notification.mastodonentity.pushsubscription.__type",{"_index":4215,"name":{},"parent":{"15581":{},"15582":{},"15583":{},"15584":{}}}],["mastodon/entities/notification.mastodonentity.relationship",{"_index":4216,"name":{},"parent":{"15586":{}}}],["mastodon/entities/notification.mastodonentity.relationship.__type",{"_index":4217,"name":{},"parent":{"15587":{},"15588":{},"15589":{},"15590":{},"15591":{},"15592":{},"15593":{},"15594":{},"15595":{},"15596":{}}}],["mastodon/entities/notification.mastodonentity.report",{"_index":4218,"name":{},"parent":{"15598":{}}}],["mastodon/entities/notification.mastodonentity.report.__type",{"_index":4219,"name":{},"parent":{"15599":{},"15600":{},"15601":{},"15602":{},"15603":{}}}],["mastodon/entities/notification.mastodonentity.results",{"_index":4220,"name":{},"parent":{"15605":{}}}],["mastodon/entities/notification.mastodonentity.results.__type",{"_index":4221,"name":{},"parent":{"15606":{},"15607":{},"15608":{}}}],["mastodon/entities/notification.mastodonentity.scheduledstatus",{"_index":4222,"name":{},"parent":{"15610":{}}}],["mastodon/entities/notification.mastodonentity.scheduledstatus.__type",{"_index":4223,"name":{},"parent":{"15611":{},"15612":{},"15613":{},"15614":{}}}],["mastodon/entities/notification.mastodonentity.source",{"_index":4163,"name":{},"parent":{"15366":{}}}],["mastodon/entities/notification.mastodonentity.source.__type",{"_index":4164,"name":{},"parent":{"15367":{},"15368":{},"15369":{},"15370":{},"15371":{}}}],["mastodon/entities/notification.mastodonentity.stats",{"_index":4201,"name":{},"parent":{"15530":{}}}],["mastodon/entities/notification.mastodonentity.stats.__type",{"_index":4202,"name":{},"parent":{"15531":{},"15532":{},"15533":{}}}],["mastodon/entities/notification.mastodonentity.status",{"_index":4185,"name":{},"parent":{"15459":{}}}],["mastodon/entities/notification.mastodonentity.status.__type",{"_index":4186,"name":{},"parent":{"15460":{},"15461":{},"15462":{},"15463":{},"15464":{},"15465":{},"15466":{},"15467":{},"15468":{},"15469":{},"15470":{},"15471":{},"15472":{},"15473":{},"15474":{},"15475":{},"15476":{},"15477":{},"15478":{},"15479":{},"15480":{},"15481":{},"15482":{},"15483":{},"15484":{},"15485":{},"15486":{},"15487":{},"15488":{},"15489":{}}}],["mastodon/entities/notification.mastodonentity.statusparams",{"_index":4224,"name":{},"parent":{"15616":{}}}],["mastodon/entities/notification.mastodonentity.statusparams.__type",{"_index":4225,"name":{},"parent":{"15617":{},"15618":{},"15619":{},"15620":{},"15621":{},"15622":{},"15623":{},"15624":{}}}],["mastodon/entities/notification.mastodonentity.tag",{"_index":4179,"name":{},"parent":{"15441":{}}}],["mastodon/entities/notification.mastodonentity.tag.__type",{"_index":4180,"name":{},"parent":{"15442":{},"15443":{},"15444":{}}}],["mastodon/entities/notification.mastodonentity.token",{"_index":4226,"name":{},"parent":{"15626":{}}}],["mastodon/entities/notification.mastodonentity.token.__type",{"_index":4227,"name":{},"parent":{"15627":{},"15628":{},"15629":{},"15630":{}}}],["mastodon/entities/notification.mastodonentity.urls",{"_index":4199,"name":{},"parent":{"15527":{}}}],["mastodon/entities/notification.mastodonentity.urls.__type",{"_index":4200,"name":{},"parent":{"15528":{}}}],["mastodon/entities/poll",{"_index":127,"name":{"163":{}},"parent":{"15631":{}}}],["mastodon/entities/poll.mastodonentity",{"_index":4228,"name":{},"parent":{"15632":{},"15638":{},"15645":{},"15667":{},"15673":{},"15678":{},"15688":{},"15702":{},"15708":{},"15713":{},"15718":{},"15722":{},"15731":{},"15763":{},"15767":{},"15773":{},"15779":{},"15784":{},"15792":{},"15799":{},"15802":{},"15807":{},"15821":{},"15825":{},"15837":{},"15844":{},"15845":{},"15852":{},"15858":{},"15870":{},"15877":{},"15882":{},"15888":{},"15898":{}}}],["mastodon/entities/poll.mastodonentity.account",{"_index":4233,"name":{},"parent":{"15646":{}}}],["mastodon/entities/poll.mastodonentity.account.__type",{"_index":4234,"name":{},"parent":{"15647":{},"15648":{},"15649":{},"15650":{},"15651":{},"15652":{},"15653":{},"15654":{},"15655":{},"15656":{},"15657":{},"15658":{},"15659":{},"15660":{},"15661":{},"15662":{},"15663":{},"15664":{},"15665":{},"15666":{}}}],["mastodon/entities/poll.mastodonentity.activity",{"_index":4235,"name":{},"parent":{"15668":{}}}],["mastodon/entities/poll.mastodonentity.activity.__type",{"_index":4236,"name":{},"parent":{"15669":{},"15670":{},"15671":{},"15672":{}}}],["mastodon/entities/poll.mastodonentity.application",{"_index":4237,"name":{},"parent":{"15674":{}}}],["mastodon/entities/poll.mastodonentity.application.__type",{"_index":4238,"name":{},"parent":{"15675":{},"15676":{},"15677":{}}}],["mastodon/entities/poll.mastodonentity.attachment",{"_index":4239,"name":{},"parent":{"15679":{}}}],["mastodon/entities/poll.mastodonentity.attachment.__type",{"_index":4240,"name":{},"parent":{"15680":{},"15681":{},"15682":{},"15683":{},"15684":{},"15685":{},"15686":{},"15687":{}}}],["mastodon/entities/poll.mastodonentity.card",{"_index":4241,"name":{},"parent":{"15689":{}}}],["mastodon/entities/poll.mastodonentity.card.__type",{"_index":4242,"name":{},"parent":{"15690":{},"15691":{},"15692":{},"15693":{},"15694":{},"15695":{},"15696":{},"15697":{},"15698":{},"15699":{},"15700":{},"15701":{}}}],["mastodon/entities/poll.mastodonentity.context",{"_index":4255,"name":{},"parent":{"15764":{}}}],["mastodon/entities/poll.mastodonentity.context.__type",{"_index":4256,"name":{},"parent":{"15765":{},"15766":{}}}],["mastodon/entities/poll.mastodonentity.conversation",{"_index":4257,"name":{},"parent":{"15768":{}}}],["mastodon/entities/poll.mastodonentity.conversation.__type",{"_index":4258,"name":{},"parent":{"15769":{},"15770":{},"15771":{},"15772":{}}}],["mastodon/entities/poll.mastodonentity.emoji",{"_index":4229,"name":{},"parent":{"15633":{}}}],["mastodon/entities/poll.mastodonentity.emoji.__type",{"_index":4230,"name":{},"parent":{"15634":{},"15635":{},"15636":{},"15637":{}}}],["mastodon/entities/poll.mastodonentity.featuredtag",{"_index":4259,"name":{},"parent":{"15774":{}}}],["mastodon/entities/poll.mastodonentity.featuredtag.__type",{"_index":4260,"name":{},"parent":{"15775":{},"15776":{},"15777":{},"15778":{}}}],["mastodon/entities/poll.mastodonentity.field",{"_index":4261,"name":{},"parent":{"15780":{}}}],["mastodon/entities/poll.mastodonentity.field.__type",{"_index":4262,"name":{},"parent":{"15781":{},"15782":{},"15783":{}}}],["mastodon/entities/poll.mastodonentity.filter",{"_index":4263,"name":{},"parent":{"15785":{}}}],["mastodon/entities/poll.mastodonentity.filter.__type",{"_index":4264,"name":{},"parent":{"15786":{},"15787":{},"15788":{},"15789":{},"15790":{},"15791":{}}}],["mastodon/entities/poll.mastodonentity.history",{"_index":4245,"name":{},"parent":{"15709":{}}}],["mastodon/entities/poll.mastodonentity.history.__type",{"_index":4246,"name":{},"parent":{"15710":{},"15711":{},"15712":{}}}],["mastodon/entities/poll.mastodonentity.identityproof",{"_index":4265,"name":{},"parent":{"15793":{}}}],["mastodon/entities/poll.mastodonentity.identityproof.__type",{"_index":4266,"name":{},"parent":{"15794":{},"15795":{},"15796":{},"15797":{},"15798":{}}}],["mastodon/entities/poll.mastodonentity.instance",{"_index":4271,"name":{},"parent":{"15808":{}}}],["mastodon/entities/poll.mastodonentity.instance.__type",{"_index":4272,"name":{},"parent":{"15809":{},"15810":{},"15811":{},"15812":{},"15813":{},"15814":{},"15815":{},"15816":{},"15817":{},"15818":{},"15819":{},"15820":{}}}],["mastodon/entities/poll.mastodonentity.list",{"_index":4273,"name":{},"parent":{"15822":{}}}],["mastodon/entities/poll.mastodonentity.list.__type",{"_index":4274,"name":{},"parent":{"15823":{},"15824":{}}}],["mastodon/entities/poll.mastodonentity.marker",{"_index":4275,"name":{},"parent":{"15826":{}}}],["mastodon/entities/poll.mastodonentity.marker.__type",{"_index":4276,"name":{},"parent":{"15827":{},"15828":{},"15832":{},"15833":{}}}],["mastodon/entities/poll.mastodonentity.marker.__type.__type",{"_index":4277,"name":{},"parent":{"15829":{},"15830":{},"15831":{},"15834":{},"15835":{},"15836":{}}}],["mastodon/entities/poll.mastodonentity.mention",{"_index":4243,"name":{},"parent":{"15703":{}}}],["mastodon/entities/poll.mastodonentity.mention.__type",{"_index":4244,"name":{},"parent":{"15704":{},"15705":{},"15706":{},"15707":{}}}],["mastodon/entities/poll.mastodonentity.notification",{"_index":4278,"name":{},"parent":{"15838":{}}}],["mastodon/entities/poll.mastodonentity.notification.__type",{"_index":4279,"name":{},"parent":{"15839":{},"15840":{},"15841":{},"15842":{},"15843":{}}}],["mastodon/entities/poll.mastodonentity.poll",{"_index":4251,"name":{},"parent":{"15723":{}}}],["mastodon/entities/poll.mastodonentity.poll.__type",{"_index":4252,"name":{},"parent":{"15724":{},"15725":{},"15726":{},"15727":{},"15728":{},"15729":{},"15730":{}}}],["mastodon/entities/poll.mastodonentity.polloption",{"_index":4249,"name":{},"parent":{"15719":{}}}],["mastodon/entities/poll.mastodonentity.polloption.__type",{"_index":4250,"name":{},"parent":{"15720":{},"15721":{}}}],["mastodon/entities/poll.mastodonentity.preferences",{"_index":4280,"name":{},"parent":{"15846":{}}}],["mastodon/entities/poll.mastodonentity.preferences.__type",{"_index":4281,"name":{},"parent":{"15847":{},"15848":{},"15849":{},"15850":{},"15851":{}}}],["mastodon/entities/poll.mastodonentity.pushsubscription",{"_index":4282,"name":{},"parent":{"15853":{}}}],["mastodon/entities/poll.mastodonentity.pushsubscription.__type",{"_index":4283,"name":{},"parent":{"15854":{},"15855":{},"15856":{},"15857":{}}}],["mastodon/entities/poll.mastodonentity.relationship",{"_index":4284,"name":{},"parent":{"15859":{}}}],["mastodon/entities/poll.mastodonentity.relationship.__type",{"_index":4285,"name":{},"parent":{"15860":{},"15861":{},"15862":{},"15863":{},"15864":{},"15865":{},"15866":{},"15867":{},"15868":{},"15869":{}}}],["mastodon/entities/poll.mastodonentity.report",{"_index":4286,"name":{},"parent":{"15871":{}}}],["mastodon/entities/poll.mastodonentity.report.__type",{"_index":4287,"name":{},"parent":{"15872":{},"15873":{},"15874":{},"15875":{},"15876":{}}}],["mastodon/entities/poll.mastodonentity.results",{"_index":4288,"name":{},"parent":{"15878":{}}}],["mastodon/entities/poll.mastodonentity.results.__type",{"_index":4289,"name":{},"parent":{"15879":{},"15880":{},"15881":{}}}],["mastodon/entities/poll.mastodonentity.scheduledstatus",{"_index":4290,"name":{},"parent":{"15883":{}}}],["mastodon/entities/poll.mastodonentity.scheduledstatus.__type",{"_index":4291,"name":{},"parent":{"15884":{},"15885":{},"15886":{},"15887":{}}}],["mastodon/entities/poll.mastodonentity.source",{"_index":4231,"name":{},"parent":{"15639":{}}}],["mastodon/entities/poll.mastodonentity.source.__type",{"_index":4232,"name":{},"parent":{"15640":{},"15641":{},"15642":{},"15643":{},"15644":{}}}],["mastodon/entities/poll.mastodonentity.stats",{"_index":4269,"name":{},"parent":{"15803":{}}}],["mastodon/entities/poll.mastodonentity.stats.__type",{"_index":4270,"name":{},"parent":{"15804":{},"15805":{},"15806":{}}}],["mastodon/entities/poll.mastodonentity.status",{"_index":4253,"name":{},"parent":{"15732":{}}}],["mastodon/entities/poll.mastodonentity.status.__type",{"_index":4254,"name":{},"parent":{"15733":{},"15734":{},"15735":{},"15736":{},"15737":{},"15738":{},"15739":{},"15740":{},"15741":{},"15742":{},"15743":{},"15744":{},"15745":{},"15746":{},"15747":{},"15748":{},"15749":{},"15750":{},"15751":{},"15752":{},"15753":{},"15754":{},"15755":{},"15756":{},"15757":{},"15758":{},"15759":{},"15760":{},"15761":{},"15762":{}}}],["mastodon/entities/poll.mastodonentity.statusparams",{"_index":4292,"name":{},"parent":{"15889":{}}}],["mastodon/entities/poll.mastodonentity.statusparams.__type",{"_index":4293,"name":{},"parent":{"15890":{},"15891":{},"15892":{},"15893":{},"15894":{},"15895":{},"15896":{},"15897":{}}}],["mastodon/entities/poll.mastodonentity.tag",{"_index":4247,"name":{},"parent":{"15714":{}}}],["mastodon/entities/poll.mastodonentity.tag.__type",{"_index":4248,"name":{},"parent":{"15715":{},"15716":{},"15717":{}}}],["mastodon/entities/poll.mastodonentity.token",{"_index":4294,"name":{},"parent":{"15899":{}}}],["mastodon/entities/poll.mastodonentity.token.__type",{"_index":4295,"name":{},"parent":{"15900":{},"15901":{},"15902":{},"15903":{}}}],["mastodon/entities/poll.mastodonentity.urls",{"_index":4267,"name":{},"parent":{"15800":{}}}],["mastodon/entities/poll.mastodonentity.urls.__type",{"_index":4268,"name":{},"parent":{"15801":{}}}],["mastodon/entities/poll_option",{"_index":128,"name":{"164":{}},"parent":{"15904":{}}}],["mastodon/entities/poll_option.mastodonentity",{"_index":4296,"name":{},"parent":{"15905":{},"15911":{},"15918":{},"15940":{},"15946":{},"15951":{},"15961":{},"15975":{},"15981":{},"15986":{},"15991":{},"15995":{},"16004":{},"16036":{},"16040":{},"16046":{},"16052":{},"16057":{},"16065":{},"16072":{},"16075":{},"16080":{},"16094":{},"16098":{},"16110":{},"16117":{},"16118":{},"16125":{},"16131":{},"16143":{},"16150":{},"16155":{},"16161":{},"16171":{}}}],["mastodon/entities/poll_option.mastodonentity.account",{"_index":4301,"name":{},"parent":{"15919":{}}}],["mastodon/entities/poll_option.mastodonentity.account.__type",{"_index":4302,"name":{},"parent":{"15920":{},"15921":{},"15922":{},"15923":{},"15924":{},"15925":{},"15926":{},"15927":{},"15928":{},"15929":{},"15930":{},"15931":{},"15932":{},"15933":{},"15934":{},"15935":{},"15936":{},"15937":{},"15938":{},"15939":{}}}],["mastodon/entities/poll_option.mastodonentity.activity",{"_index":4303,"name":{},"parent":{"15941":{}}}],["mastodon/entities/poll_option.mastodonentity.activity.__type",{"_index":4304,"name":{},"parent":{"15942":{},"15943":{},"15944":{},"15945":{}}}],["mastodon/entities/poll_option.mastodonentity.application",{"_index":4305,"name":{},"parent":{"15947":{}}}],["mastodon/entities/poll_option.mastodonentity.application.__type",{"_index":4306,"name":{},"parent":{"15948":{},"15949":{},"15950":{}}}],["mastodon/entities/poll_option.mastodonentity.attachment",{"_index":4307,"name":{},"parent":{"15952":{}}}],["mastodon/entities/poll_option.mastodonentity.attachment.__type",{"_index":4308,"name":{},"parent":{"15953":{},"15954":{},"15955":{},"15956":{},"15957":{},"15958":{},"15959":{},"15960":{}}}],["mastodon/entities/poll_option.mastodonentity.card",{"_index":4309,"name":{},"parent":{"15962":{}}}],["mastodon/entities/poll_option.mastodonentity.card.__type",{"_index":4310,"name":{},"parent":{"15963":{},"15964":{},"15965":{},"15966":{},"15967":{},"15968":{},"15969":{},"15970":{},"15971":{},"15972":{},"15973":{},"15974":{}}}],["mastodon/entities/poll_option.mastodonentity.context",{"_index":4323,"name":{},"parent":{"16037":{}}}],["mastodon/entities/poll_option.mastodonentity.context.__type",{"_index":4324,"name":{},"parent":{"16038":{},"16039":{}}}],["mastodon/entities/poll_option.mastodonentity.conversation",{"_index":4325,"name":{},"parent":{"16041":{}}}],["mastodon/entities/poll_option.mastodonentity.conversation.__type",{"_index":4326,"name":{},"parent":{"16042":{},"16043":{},"16044":{},"16045":{}}}],["mastodon/entities/poll_option.mastodonentity.emoji",{"_index":4297,"name":{},"parent":{"15906":{}}}],["mastodon/entities/poll_option.mastodonentity.emoji.__type",{"_index":4298,"name":{},"parent":{"15907":{},"15908":{},"15909":{},"15910":{}}}],["mastodon/entities/poll_option.mastodonentity.featuredtag",{"_index":4327,"name":{},"parent":{"16047":{}}}],["mastodon/entities/poll_option.mastodonentity.featuredtag.__type",{"_index":4328,"name":{},"parent":{"16048":{},"16049":{},"16050":{},"16051":{}}}],["mastodon/entities/poll_option.mastodonentity.field",{"_index":4329,"name":{},"parent":{"16053":{}}}],["mastodon/entities/poll_option.mastodonentity.field.__type",{"_index":4330,"name":{},"parent":{"16054":{},"16055":{},"16056":{}}}],["mastodon/entities/poll_option.mastodonentity.filter",{"_index":4331,"name":{},"parent":{"16058":{}}}],["mastodon/entities/poll_option.mastodonentity.filter.__type",{"_index":4332,"name":{},"parent":{"16059":{},"16060":{},"16061":{},"16062":{},"16063":{},"16064":{}}}],["mastodon/entities/poll_option.mastodonentity.history",{"_index":4313,"name":{},"parent":{"15982":{}}}],["mastodon/entities/poll_option.mastodonentity.history.__type",{"_index":4314,"name":{},"parent":{"15983":{},"15984":{},"15985":{}}}],["mastodon/entities/poll_option.mastodonentity.identityproof",{"_index":4333,"name":{},"parent":{"16066":{}}}],["mastodon/entities/poll_option.mastodonentity.identityproof.__type",{"_index":4334,"name":{},"parent":{"16067":{},"16068":{},"16069":{},"16070":{},"16071":{}}}],["mastodon/entities/poll_option.mastodonentity.instance",{"_index":4339,"name":{},"parent":{"16081":{}}}],["mastodon/entities/poll_option.mastodonentity.instance.__type",{"_index":4340,"name":{},"parent":{"16082":{},"16083":{},"16084":{},"16085":{},"16086":{},"16087":{},"16088":{},"16089":{},"16090":{},"16091":{},"16092":{},"16093":{}}}],["mastodon/entities/poll_option.mastodonentity.list",{"_index":4341,"name":{},"parent":{"16095":{}}}],["mastodon/entities/poll_option.mastodonentity.list.__type",{"_index":4342,"name":{},"parent":{"16096":{},"16097":{}}}],["mastodon/entities/poll_option.mastodonentity.marker",{"_index":4343,"name":{},"parent":{"16099":{}}}],["mastodon/entities/poll_option.mastodonentity.marker.__type",{"_index":4344,"name":{},"parent":{"16100":{},"16101":{},"16105":{},"16106":{}}}],["mastodon/entities/poll_option.mastodonentity.marker.__type.__type",{"_index":4345,"name":{},"parent":{"16102":{},"16103":{},"16104":{},"16107":{},"16108":{},"16109":{}}}],["mastodon/entities/poll_option.mastodonentity.mention",{"_index":4311,"name":{},"parent":{"15976":{}}}],["mastodon/entities/poll_option.mastodonentity.mention.__type",{"_index":4312,"name":{},"parent":{"15977":{},"15978":{},"15979":{},"15980":{}}}],["mastodon/entities/poll_option.mastodonentity.notification",{"_index":4346,"name":{},"parent":{"16111":{}}}],["mastodon/entities/poll_option.mastodonentity.notification.__type",{"_index":4347,"name":{},"parent":{"16112":{},"16113":{},"16114":{},"16115":{},"16116":{}}}],["mastodon/entities/poll_option.mastodonentity.poll",{"_index":4319,"name":{},"parent":{"15996":{}}}],["mastodon/entities/poll_option.mastodonentity.poll.__type",{"_index":4320,"name":{},"parent":{"15997":{},"15998":{},"15999":{},"16000":{},"16001":{},"16002":{},"16003":{}}}],["mastodon/entities/poll_option.mastodonentity.polloption",{"_index":4317,"name":{},"parent":{"15992":{}}}],["mastodon/entities/poll_option.mastodonentity.polloption.__type",{"_index":4318,"name":{},"parent":{"15993":{},"15994":{}}}],["mastodon/entities/poll_option.mastodonentity.preferences",{"_index":4348,"name":{},"parent":{"16119":{}}}],["mastodon/entities/poll_option.mastodonentity.preferences.__type",{"_index":4349,"name":{},"parent":{"16120":{},"16121":{},"16122":{},"16123":{},"16124":{}}}],["mastodon/entities/poll_option.mastodonentity.pushsubscription",{"_index":4350,"name":{},"parent":{"16126":{}}}],["mastodon/entities/poll_option.mastodonentity.pushsubscription.__type",{"_index":4351,"name":{},"parent":{"16127":{},"16128":{},"16129":{},"16130":{}}}],["mastodon/entities/poll_option.mastodonentity.relationship",{"_index":4352,"name":{},"parent":{"16132":{}}}],["mastodon/entities/poll_option.mastodonentity.relationship.__type",{"_index":4353,"name":{},"parent":{"16133":{},"16134":{},"16135":{},"16136":{},"16137":{},"16138":{},"16139":{},"16140":{},"16141":{},"16142":{}}}],["mastodon/entities/poll_option.mastodonentity.report",{"_index":4354,"name":{},"parent":{"16144":{}}}],["mastodon/entities/poll_option.mastodonentity.report.__type",{"_index":4355,"name":{},"parent":{"16145":{},"16146":{},"16147":{},"16148":{},"16149":{}}}],["mastodon/entities/poll_option.mastodonentity.results",{"_index":4356,"name":{},"parent":{"16151":{}}}],["mastodon/entities/poll_option.mastodonentity.results.__type",{"_index":4357,"name":{},"parent":{"16152":{},"16153":{},"16154":{}}}],["mastodon/entities/poll_option.mastodonentity.scheduledstatus",{"_index":4358,"name":{},"parent":{"16156":{}}}],["mastodon/entities/poll_option.mastodonentity.scheduledstatus.__type",{"_index":4359,"name":{},"parent":{"16157":{},"16158":{},"16159":{},"16160":{}}}],["mastodon/entities/poll_option.mastodonentity.source",{"_index":4299,"name":{},"parent":{"15912":{}}}],["mastodon/entities/poll_option.mastodonentity.source.__type",{"_index":4300,"name":{},"parent":{"15913":{},"15914":{},"15915":{},"15916":{},"15917":{}}}],["mastodon/entities/poll_option.mastodonentity.stats",{"_index":4337,"name":{},"parent":{"16076":{}}}],["mastodon/entities/poll_option.mastodonentity.stats.__type",{"_index":4338,"name":{},"parent":{"16077":{},"16078":{},"16079":{}}}],["mastodon/entities/poll_option.mastodonentity.status",{"_index":4321,"name":{},"parent":{"16005":{}}}],["mastodon/entities/poll_option.mastodonentity.status.__type",{"_index":4322,"name":{},"parent":{"16006":{},"16007":{},"16008":{},"16009":{},"16010":{},"16011":{},"16012":{},"16013":{},"16014":{},"16015":{},"16016":{},"16017":{},"16018":{},"16019":{},"16020":{},"16021":{},"16022":{},"16023":{},"16024":{},"16025":{},"16026":{},"16027":{},"16028":{},"16029":{},"16030":{},"16031":{},"16032":{},"16033":{},"16034":{},"16035":{}}}],["mastodon/entities/poll_option.mastodonentity.statusparams",{"_index":4360,"name":{},"parent":{"16162":{}}}],["mastodon/entities/poll_option.mastodonentity.statusparams.__type",{"_index":4361,"name":{},"parent":{"16163":{},"16164":{},"16165":{},"16166":{},"16167":{},"16168":{},"16169":{},"16170":{}}}],["mastodon/entities/poll_option.mastodonentity.tag",{"_index":4315,"name":{},"parent":{"15987":{}}}],["mastodon/entities/poll_option.mastodonentity.tag.__type",{"_index":4316,"name":{},"parent":{"15988":{},"15989":{},"15990":{}}}],["mastodon/entities/poll_option.mastodonentity.token",{"_index":4362,"name":{},"parent":{"16172":{}}}],["mastodon/entities/poll_option.mastodonentity.token.__type",{"_index":4363,"name":{},"parent":{"16173":{},"16174":{},"16175":{},"16176":{}}}],["mastodon/entities/poll_option.mastodonentity.urls",{"_index":4335,"name":{},"parent":{"16073":{}}}],["mastodon/entities/poll_option.mastodonentity.urls.__type",{"_index":4336,"name":{},"parent":{"16074":{}}}],["mastodon/entities/preferences",{"_index":129,"name":{"165":{}},"parent":{"16177":{}}}],["mastodon/entities/preferences.mastodonentity",{"_index":4364,"name":{},"parent":{"16178":{},"16184":{},"16191":{},"16213":{},"16219":{},"16224":{},"16234":{},"16248":{},"16254":{},"16259":{},"16264":{},"16268":{},"16277":{},"16309":{},"16313":{},"16319":{},"16325":{},"16330":{},"16338":{},"16345":{},"16348":{},"16353":{},"16367":{},"16371":{},"16383":{},"16390":{},"16391":{},"16398":{},"16404":{},"16416":{},"16423":{},"16428":{},"16434":{},"16444":{}}}],["mastodon/entities/preferences.mastodonentity.account",{"_index":4369,"name":{},"parent":{"16192":{}}}],["mastodon/entities/preferences.mastodonentity.account.__type",{"_index":4370,"name":{},"parent":{"16193":{},"16194":{},"16195":{},"16196":{},"16197":{},"16198":{},"16199":{},"16200":{},"16201":{},"16202":{},"16203":{},"16204":{},"16205":{},"16206":{},"16207":{},"16208":{},"16209":{},"16210":{},"16211":{},"16212":{}}}],["mastodon/entities/preferences.mastodonentity.activity",{"_index":4371,"name":{},"parent":{"16214":{}}}],["mastodon/entities/preferences.mastodonentity.activity.__type",{"_index":4372,"name":{},"parent":{"16215":{},"16216":{},"16217":{},"16218":{}}}],["mastodon/entities/preferences.mastodonentity.application",{"_index":4373,"name":{},"parent":{"16220":{}}}],["mastodon/entities/preferences.mastodonentity.application.__type",{"_index":4374,"name":{},"parent":{"16221":{},"16222":{},"16223":{}}}],["mastodon/entities/preferences.mastodonentity.attachment",{"_index":4375,"name":{},"parent":{"16225":{}}}],["mastodon/entities/preferences.mastodonentity.attachment.__type",{"_index":4376,"name":{},"parent":{"16226":{},"16227":{},"16228":{},"16229":{},"16230":{},"16231":{},"16232":{},"16233":{}}}],["mastodon/entities/preferences.mastodonentity.card",{"_index":4377,"name":{},"parent":{"16235":{}}}],["mastodon/entities/preferences.mastodonentity.card.__type",{"_index":4378,"name":{},"parent":{"16236":{},"16237":{},"16238":{},"16239":{},"16240":{},"16241":{},"16242":{},"16243":{},"16244":{},"16245":{},"16246":{},"16247":{}}}],["mastodon/entities/preferences.mastodonentity.context",{"_index":4391,"name":{},"parent":{"16310":{}}}],["mastodon/entities/preferences.mastodonentity.context.__type",{"_index":4392,"name":{},"parent":{"16311":{},"16312":{}}}],["mastodon/entities/preferences.mastodonentity.conversation",{"_index":4393,"name":{},"parent":{"16314":{}}}],["mastodon/entities/preferences.mastodonentity.conversation.__type",{"_index":4394,"name":{},"parent":{"16315":{},"16316":{},"16317":{},"16318":{}}}],["mastodon/entities/preferences.mastodonentity.emoji",{"_index":4365,"name":{},"parent":{"16179":{}}}],["mastodon/entities/preferences.mastodonentity.emoji.__type",{"_index":4366,"name":{},"parent":{"16180":{},"16181":{},"16182":{},"16183":{}}}],["mastodon/entities/preferences.mastodonentity.featuredtag",{"_index":4395,"name":{},"parent":{"16320":{}}}],["mastodon/entities/preferences.mastodonentity.featuredtag.__type",{"_index":4396,"name":{},"parent":{"16321":{},"16322":{},"16323":{},"16324":{}}}],["mastodon/entities/preferences.mastodonentity.field",{"_index":4397,"name":{},"parent":{"16326":{}}}],["mastodon/entities/preferences.mastodonentity.field.__type",{"_index":4398,"name":{},"parent":{"16327":{},"16328":{},"16329":{}}}],["mastodon/entities/preferences.mastodonentity.filter",{"_index":4399,"name":{},"parent":{"16331":{}}}],["mastodon/entities/preferences.mastodonentity.filter.__type",{"_index":4400,"name":{},"parent":{"16332":{},"16333":{},"16334":{},"16335":{},"16336":{},"16337":{}}}],["mastodon/entities/preferences.mastodonentity.history",{"_index":4381,"name":{},"parent":{"16255":{}}}],["mastodon/entities/preferences.mastodonentity.history.__type",{"_index":4382,"name":{},"parent":{"16256":{},"16257":{},"16258":{}}}],["mastodon/entities/preferences.mastodonentity.identityproof",{"_index":4401,"name":{},"parent":{"16339":{}}}],["mastodon/entities/preferences.mastodonentity.identityproof.__type",{"_index":4402,"name":{},"parent":{"16340":{},"16341":{},"16342":{},"16343":{},"16344":{}}}],["mastodon/entities/preferences.mastodonentity.instance",{"_index":4407,"name":{},"parent":{"16354":{}}}],["mastodon/entities/preferences.mastodonentity.instance.__type",{"_index":4408,"name":{},"parent":{"16355":{},"16356":{},"16357":{},"16358":{},"16359":{},"16360":{},"16361":{},"16362":{},"16363":{},"16364":{},"16365":{},"16366":{}}}],["mastodon/entities/preferences.mastodonentity.list",{"_index":4409,"name":{},"parent":{"16368":{}}}],["mastodon/entities/preferences.mastodonentity.list.__type",{"_index":4410,"name":{},"parent":{"16369":{},"16370":{}}}],["mastodon/entities/preferences.mastodonentity.marker",{"_index":4411,"name":{},"parent":{"16372":{}}}],["mastodon/entities/preferences.mastodonentity.marker.__type",{"_index":4412,"name":{},"parent":{"16373":{},"16374":{},"16378":{},"16379":{}}}],["mastodon/entities/preferences.mastodonentity.marker.__type.__type",{"_index":4413,"name":{},"parent":{"16375":{},"16376":{},"16377":{},"16380":{},"16381":{},"16382":{}}}],["mastodon/entities/preferences.mastodonentity.mention",{"_index":4379,"name":{},"parent":{"16249":{}}}],["mastodon/entities/preferences.mastodonentity.mention.__type",{"_index":4380,"name":{},"parent":{"16250":{},"16251":{},"16252":{},"16253":{}}}],["mastodon/entities/preferences.mastodonentity.notification",{"_index":4414,"name":{},"parent":{"16384":{}}}],["mastodon/entities/preferences.mastodonentity.notification.__type",{"_index":4415,"name":{},"parent":{"16385":{},"16386":{},"16387":{},"16388":{},"16389":{}}}],["mastodon/entities/preferences.mastodonentity.poll",{"_index":4387,"name":{},"parent":{"16269":{}}}],["mastodon/entities/preferences.mastodonentity.poll.__type",{"_index":4388,"name":{},"parent":{"16270":{},"16271":{},"16272":{},"16273":{},"16274":{},"16275":{},"16276":{}}}],["mastodon/entities/preferences.mastodonentity.polloption",{"_index":4385,"name":{},"parent":{"16265":{}}}],["mastodon/entities/preferences.mastodonentity.polloption.__type",{"_index":4386,"name":{},"parent":{"16266":{},"16267":{}}}],["mastodon/entities/preferences.mastodonentity.preferences",{"_index":4416,"name":{},"parent":{"16392":{}}}],["mastodon/entities/preferences.mastodonentity.preferences.__type",{"_index":4417,"name":{},"parent":{"16393":{},"16394":{},"16395":{},"16396":{},"16397":{}}}],["mastodon/entities/preferences.mastodonentity.pushsubscription",{"_index":4418,"name":{},"parent":{"16399":{}}}],["mastodon/entities/preferences.mastodonentity.pushsubscription.__type",{"_index":4419,"name":{},"parent":{"16400":{},"16401":{},"16402":{},"16403":{}}}],["mastodon/entities/preferences.mastodonentity.relationship",{"_index":4420,"name":{},"parent":{"16405":{}}}],["mastodon/entities/preferences.mastodonentity.relationship.__type",{"_index":4421,"name":{},"parent":{"16406":{},"16407":{},"16408":{},"16409":{},"16410":{},"16411":{},"16412":{},"16413":{},"16414":{},"16415":{}}}],["mastodon/entities/preferences.mastodonentity.report",{"_index":4422,"name":{},"parent":{"16417":{}}}],["mastodon/entities/preferences.mastodonentity.report.__type",{"_index":4423,"name":{},"parent":{"16418":{},"16419":{},"16420":{},"16421":{},"16422":{}}}],["mastodon/entities/preferences.mastodonentity.results",{"_index":4424,"name":{},"parent":{"16424":{}}}],["mastodon/entities/preferences.mastodonentity.results.__type",{"_index":4425,"name":{},"parent":{"16425":{},"16426":{},"16427":{}}}],["mastodon/entities/preferences.mastodonentity.scheduledstatus",{"_index":4426,"name":{},"parent":{"16429":{}}}],["mastodon/entities/preferences.mastodonentity.scheduledstatus.__type",{"_index":4427,"name":{},"parent":{"16430":{},"16431":{},"16432":{},"16433":{}}}],["mastodon/entities/preferences.mastodonentity.source",{"_index":4367,"name":{},"parent":{"16185":{}}}],["mastodon/entities/preferences.mastodonentity.source.__type",{"_index":4368,"name":{},"parent":{"16186":{},"16187":{},"16188":{},"16189":{},"16190":{}}}],["mastodon/entities/preferences.mastodonentity.stats",{"_index":4405,"name":{},"parent":{"16349":{}}}],["mastodon/entities/preferences.mastodonentity.stats.__type",{"_index":4406,"name":{},"parent":{"16350":{},"16351":{},"16352":{}}}],["mastodon/entities/preferences.mastodonentity.status",{"_index":4389,"name":{},"parent":{"16278":{}}}],["mastodon/entities/preferences.mastodonentity.status.__type",{"_index":4390,"name":{},"parent":{"16279":{},"16280":{},"16281":{},"16282":{},"16283":{},"16284":{},"16285":{},"16286":{},"16287":{},"16288":{},"16289":{},"16290":{},"16291":{},"16292":{},"16293":{},"16294":{},"16295":{},"16296":{},"16297":{},"16298":{},"16299":{},"16300":{},"16301":{},"16302":{},"16303":{},"16304":{},"16305":{},"16306":{},"16307":{},"16308":{}}}],["mastodon/entities/preferences.mastodonentity.statusparams",{"_index":4428,"name":{},"parent":{"16435":{}}}],["mastodon/entities/preferences.mastodonentity.statusparams.__type",{"_index":4429,"name":{},"parent":{"16436":{},"16437":{},"16438":{},"16439":{},"16440":{},"16441":{},"16442":{},"16443":{}}}],["mastodon/entities/preferences.mastodonentity.tag",{"_index":4383,"name":{},"parent":{"16260":{}}}],["mastodon/entities/preferences.mastodonentity.tag.__type",{"_index":4384,"name":{},"parent":{"16261":{},"16262":{},"16263":{}}}],["mastodon/entities/preferences.mastodonentity.token",{"_index":4430,"name":{},"parent":{"16445":{}}}],["mastodon/entities/preferences.mastodonentity.token.__type",{"_index":4431,"name":{},"parent":{"16446":{},"16447":{},"16448":{},"16449":{}}}],["mastodon/entities/preferences.mastodonentity.urls",{"_index":4403,"name":{},"parent":{"16346":{}}}],["mastodon/entities/preferences.mastodonentity.urls.__type",{"_index":4404,"name":{},"parent":{"16347":{}}}],["mastodon/entities/push_subscription",{"_index":130,"name":{"166":{}},"parent":{"16450":{}}}],["mastodon/entities/push_subscription.mastodonentity",{"_index":4432,"name":{},"parent":{"16451":{},"16457":{},"16464":{},"16486":{},"16492":{},"16497":{},"16507":{},"16521":{},"16527":{},"16532":{},"16537":{},"16541":{},"16550":{},"16582":{},"16586":{},"16592":{},"16598":{},"16603":{},"16611":{},"16618":{},"16621":{},"16626":{},"16640":{},"16644":{},"16656":{},"16663":{},"16664":{},"16671":{},"16677":{},"16689":{},"16696":{},"16701":{},"16707":{},"16717":{}}}],["mastodon/entities/push_subscription.mastodonentity.account",{"_index":4437,"name":{},"parent":{"16465":{}}}],["mastodon/entities/push_subscription.mastodonentity.account.__type",{"_index":4438,"name":{},"parent":{"16466":{},"16467":{},"16468":{},"16469":{},"16470":{},"16471":{},"16472":{},"16473":{},"16474":{},"16475":{},"16476":{},"16477":{},"16478":{},"16479":{},"16480":{},"16481":{},"16482":{},"16483":{},"16484":{},"16485":{}}}],["mastodon/entities/push_subscription.mastodonentity.activity",{"_index":4439,"name":{},"parent":{"16487":{}}}],["mastodon/entities/push_subscription.mastodonentity.activity.__type",{"_index":4440,"name":{},"parent":{"16488":{},"16489":{},"16490":{},"16491":{}}}],["mastodon/entities/push_subscription.mastodonentity.application",{"_index":4441,"name":{},"parent":{"16493":{}}}],["mastodon/entities/push_subscription.mastodonentity.application.__type",{"_index":4442,"name":{},"parent":{"16494":{},"16495":{},"16496":{}}}],["mastodon/entities/push_subscription.mastodonentity.attachment",{"_index":4443,"name":{},"parent":{"16498":{}}}],["mastodon/entities/push_subscription.mastodonentity.attachment.__type",{"_index":4444,"name":{},"parent":{"16499":{},"16500":{},"16501":{},"16502":{},"16503":{},"16504":{},"16505":{},"16506":{}}}],["mastodon/entities/push_subscription.mastodonentity.card",{"_index":4445,"name":{},"parent":{"16508":{}}}],["mastodon/entities/push_subscription.mastodonentity.card.__type",{"_index":4446,"name":{},"parent":{"16509":{},"16510":{},"16511":{},"16512":{},"16513":{},"16514":{},"16515":{},"16516":{},"16517":{},"16518":{},"16519":{},"16520":{}}}],["mastodon/entities/push_subscription.mastodonentity.context",{"_index":4459,"name":{},"parent":{"16583":{}}}],["mastodon/entities/push_subscription.mastodonentity.context.__type",{"_index":4460,"name":{},"parent":{"16584":{},"16585":{}}}],["mastodon/entities/push_subscription.mastodonentity.conversation",{"_index":4461,"name":{},"parent":{"16587":{}}}],["mastodon/entities/push_subscription.mastodonentity.conversation.__type",{"_index":4462,"name":{},"parent":{"16588":{},"16589":{},"16590":{},"16591":{}}}],["mastodon/entities/push_subscription.mastodonentity.emoji",{"_index":4433,"name":{},"parent":{"16452":{}}}],["mastodon/entities/push_subscription.mastodonentity.emoji.__type",{"_index":4434,"name":{},"parent":{"16453":{},"16454":{},"16455":{},"16456":{}}}],["mastodon/entities/push_subscription.mastodonentity.featuredtag",{"_index":4463,"name":{},"parent":{"16593":{}}}],["mastodon/entities/push_subscription.mastodonentity.featuredtag.__type",{"_index":4464,"name":{},"parent":{"16594":{},"16595":{},"16596":{},"16597":{}}}],["mastodon/entities/push_subscription.mastodonentity.field",{"_index":4465,"name":{},"parent":{"16599":{}}}],["mastodon/entities/push_subscription.mastodonentity.field.__type",{"_index":4466,"name":{},"parent":{"16600":{},"16601":{},"16602":{}}}],["mastodon/entities/push_subscription.mastodonentity.filter",{"_index":4467,"name":{},"parent":{"16604":{}}}],["mastodon/entities/push_subscription.mastodonentity.filter.__type",{"_index":4468,"name":{},"parent":{"16605":{},"16606":{},"16607":{},"16608":{},"16609":{},"16610":{}}}],["mastodon/entities/push_subscription.mastodonentity.history",{"_index":4449,"name":{},"parent":{"16528":{}}}],["mastodon/entities/push_subscription.mastodonentity.history.__type",{"_index":4450,"name":{},"parent":{"16529":{},"16530":{},"16531":{}}}],["mastodon/entities/push_subscription.mastodonentity.identityproof",{"_index":4469,"name":{},"parent":{"16612":{}}}],["mastodon/entities/push_subscription.mastodonentity.identityproof.__type",{"_index":4470,"name":{},"parent":{"16613":{},"16614":{},"16615":{},"16616":{},"16617":{}}}],["mastodon/entities/push_subscription.mastodonentity.instance",{"_index":4475,"name":{},"parent":{"16627":{}}}],["mastodon/entities/push_subscription.mastodonentity.instance.__type",{"_index":4476,"name":{},"parent":{"16628":{},"16629":{},"16630":{},"16631":{},"16632":{},"16633":{},"16634":{},"16635":{},"16636":{},"16637":{},"16638":{},"16639":{}}}],["mastodon/entities/push_subscription.mastodonentity.list",{"_index":4477,"name":{},"parent":{"16641":{}}}],["mastodon/entities/push_subscription.mastodonentity.list.__type",{"_index":4478,"name":{},"parent":{"16642":{},"16643":{}}}],["mastodon/entities/push_subscription.mastodonentity.marker",{"_index":4479,"name":{},"parent":{"16645":{}}}],["mastodon/entities/push_subscription.mastodonentity.marker.__type",{"_index":4480,"name":{},"parent":{"16646":{},"16647":{},"16651":{},"16652":{}}}],["mastodon/entities/push_subscription.mastodonentity.marker.__type.__type",{"_index":4481,"name":{},"parent":{"16648":{},"16649":{},"16650":{},"16653":{},"16654":{},"16655":{}}}],["mastodon/entities/push_subscription.mastodonentity.mention",{"_index":4447,"name":{},"parent":{"16522":{}}}],["mastodon/entities/push_subscription.mastodonentity.mention.__type",{"_index":4448,"name":{},"parent":{"16523":{},"16524":{},"16525":{},"16526":{}}}],["mastodon/entities/push_subscription.mastodonentity.notification",{"_index":4482,"name":{},"parent":{"16657":{}}}],["mastodon/entities/push_subscription.mastodonentity.notification.__type",{"_index":4483,"name":{},"parent":{"16658":{},"16659":{},"16660":{},"16661":{},"16662":{}}}],["mastodon/entities/push_subscription.mastodonentity.poll",{"_index":4455,"name":{},"parent":{"16542":{}}}],["mastodon/entities/push_subscription.mastodonentity.poll.__type",{"_index":4456,"name":{},"parent":{"16543":{},"16544":{},"16545":{},"16546":{},"16547":{},"16548":{},"16549":{}}}],["mastodon/entities/push_subscription.mastodonentity.polloption",{"_index":4453,"name":{},"parent":{"16538":{}}}],["mastodon/entities/push_subscription.mastodonentity.polloption.__type",{"_index":4454,"name":{},"parent":{"16539":{},"16540":{}}}],["mastodon/entities/push_subscription.mastodonentity.preferences",{"_index":4484,"name":{},"parent":{"16665":{}}}],["mastodon/entities/push_subscription.mastodonentity.preferences.__type",{"_index":4485,"name":{},"parent":{"16666":{},"16667":{},"16668":{},"16669":{},"16670":{}}}],["mastodon/entities/push_subscription.mastodonentity.pushsubscription",{"_index":4486,"name":{},"parent":{"16672":{}}}],["mastodon/entities/push_subscription.mastodonentity.pushsubscription.__type",{"_index":4487,"name":{},"parent":{"16673":{},"16674":{},"16675":{},"16676":{}}}],["mastodon/entities/push_subscription.mastodonentity.relationship",{"_index":4488,"name":{},"parent":{"16678":{}}}],["mastodon/entities/push_subscription.mastodonentity.relationship.__type",{"_index":4489,"name":{},"parent":{"16679":{},"16680":{},"16681":{},"16682":{},"16683":{},"16684":{},"16685":{},"16686":{},"16687":{},"16688":{}}}],["mastodon/entities/push_subscription.mastodonentity.report",{"_index":4490,"name":{},"parent":{"16690":{}}}],["mastodon/entities/push_subscription.mastodonentity.report.__type",{"_index":4491,"name":{},"parent":{"16691":{},"16692":{},"16693":{},"16694":{},"16695":{}}}],["mastodon/entities/push_subscription.mastodonentity.results",{"_index":4492,"name":{},"parent":{"16697":{}}}],["mastodon/entities/push_subscription.mastodonentity.results.__type",{"_index":4493,"name":{},"parent":{"16698":{},"16699":{},"16700":{}}}],["mastodon/entities/push_subscription.mastodonentity.scheduledstatus",{"_index":4494,"name":{},"parent":{"16702":{}}}],["mastodon/entities/push_subscription.mastodonentity.scheduledstatus.__type",{"_index":4495,"name":{},"parent":{"16703":{},"16704":{},"16705":{},"16706":{}}}],["mastodon/entities/push_subscription.mastodonentity.source",{"_index":4435,"name":{},"parent":{"16458":{}}}],["mastodon/entities/push_subscription.mastodonentity.source.__type",{"_index":4436,"name":{},"parent":{"16459":{},"16460":{},"16461":{},"16462":{},"16463":{}}}],["mastodon/entities/push_subscription.mastodonentity.stats",{"_index":4473,"name":{},"parent":{"16622":{}}}],["mastodon/entities/push_subscription.mastodonentity.stats.__type",{"_index":4474,"name":{},"parent":{"16623":{},"16624":{},"16625":{}}}],["mastodon/entities/push_subscription.mastodonentity.status",{"_index":4457,"name":{},"parent":{"16551":{}}}],["mastodon/entities/push_subscription.mastodonentity.status.__type",{"_index":4458,"name":{},"parent":{"16552":{},"16553":{},"16554":{},"16555":{},"16556":{},"16557":{},"16558":{},"16559":{},"16560":{},"16561":{},"16562":{},"16563":{},"16564":{},"16565":{},"16566":{},"16567":{},"16568":{},"16569":{},"16570":{},"16571":{},"16572":{},"16573":{},"16574":{},"16575":{},"16576":{},"16577":{},"16578":{},"16579":{},"16580":{},"16581":{}}}],["mastodon/entities/push_subscription.mastodonentity.statusparams",{"_index":4496,"name":{},"parent":{"16708":{}}}],["mastodon/entities/push_subscription.mastodonentity.statusparams.__type",{"_index":4497,"name":{},"parent":{"16709":{},"16710":{},"16711":{},"16712":{},"16713":{},"16714":{},"16715":{},"16716":{}}}],["mastodon/entities/push_subscription.mastodonentity.tag",{"_index":4451,"name":{},"parent":{"16533":{}}}],["mastodon/entities/push_subscription.mastodonentity.tag.__type",{"_index":4452,"name":{},"parent":{"16534":{},"16535":{},"16536":{}}}],["mastodon/entities/push_subscription.mastodonentity.token",{"_index":4498,"name":{},"parent":{"16718":{}}}],["mastodon/entities/push_subscription.mastodonentity.token.__type",{"_index":4499,"name":{},"parent":{"16719":{},"16720":{},"16721":{},"16722":{}}}],["mastodon/entities/push_subscription.mastodonentity.urls",{"_index":4471,"name":{},"parent":{"16619":{}}}],["mastodon/entities/push_subscription.mastodonentity.urls.__type",{"_index":4472,"name":{},"parent":{"16620":{}}}],["mastodon/entities/relationship",{"_index":131,"name":{"167":{}},"parent":{"16723":{}}}],["mastodon/entities/relationship.mastodonentity",{"_index":4500,"name":{},"parent":{"16724":{},"16730":{},"16737":{},"16759":{},"16765":{},"16770":{},"16780":{},"16794":{},"16800":{},"16805":{},"16810":{},"16814":{},"16823":{},"16855":{},"16859":{},"16865":{},"16871":{},"16876":{},"16884":{},"16891":{},"16894":{},"16899":{},"16913":{},"16917":{},"16929":{},"16936":{},"16937":{},"16944":{},"16950":{},"16962":{},"16969":{},"16974":{},"16980":{},"16990":{}}}],["mastodon/entities/relationship.mastodonentity.account",{"_index":4505,"name":{},"parent":{"16738":{}}}],["mastodon/entities/relationship.mastodonentity.account.__type",{"_index":4506,"name":{},"parent":{"16739":{},"16740":{},"16741":{},"16742":{},"16743":{},"16744":{},"16745":{},"16746":{},"16747":{},"16748":{},"16749":{},"16750":{},"16751":{},"16752":{},"16753":{},"16754":{},"16755":{},"16756":{},"16757":{},"16758":{}}}],["mastodon/entities/relationship.mastodonentity.activity",{"_index":4507,"name":{},"parent":{"16760":{}}}],["mastodon/entities/relationship.mastodonentity.activity.__type",{"_index":4508,"name":{},"parent":{"16761":{},"16762":{},"16763":{},"16764":{}}}],["mastodon/entities/relationship.mastodonentity.application",{"_index":4509,"name":{},"parent":{"16766":{}}}],["mastodon/entities/relationship.mastodonentity.application.__type",{"_index":4510,"name":{},"parent":{"16767":{},"16768":{},"16769":{}}}],["mastodon/entities/relationship.mastodonentity.attachment",{"_index":4511,"name":{},"parent":{"16771":{}}}],["mastodon/entities/relationship.mastodonentity.attachment.__type",{"_index":4512,"name":{},"parent":{"16772":{},"16773":{},"16774":{},"16775":{},"16776":{},"16777":{},"16778":{},"16779":{}}}],["mastodon/entities/relationship.mastodonentity.card",{"_index":4513,"name":{},"parent":{"16781":{}}}],["mastodon/entities/relationship.mastodonentity.card.__type",{"_index":4514,"name":{},"parent":{"16782":{},"16783":{},"16784":{},"16785":{},"16786":{},"16787":{},"16788":{},"16789":{},"16790":{},"16791":{},"16792":{},"16793":{}}}],["mastodon/entities/relationship.mastodonentity.context",{"_index":4527,"name":{},"parent":{"16856":{}}}],["mastodon/entities/relationship.mastodonentity.context.__type",{"_index":4528,"name":{},"parent":{"16857":{},"16858":{}}}],["mastodon/entities/relationship.mastodonentity.conversation",{"_index":4529,"name":{},"parent":{"16860":{}}}],["mastodon/entities/relationship.mastodonentity.conversation.__type",{"_index":4530,"name":{},"parent":{"16861":{},"16862":{},"16863":{},"16864":{}}}],["mastodon/entities/relationship.mastodonentity.emoji",{"_index":4501,"name":{},"parent":{"16725":{}}}],["mastodon/entities/relationship.mastodonentity.emoji.__type",{"_index":4502,"name":{},"parent":{"16726":{},"16727":{},"16728":{},"16729":{}}}],["mastodon/entities/relationship.mastodonentity.featuredtag",{"_index":4531,"name":{},"parent":{"16866":{}}}],["mastodon/entities/relationship.mastodonentity.featuredtag.__type",{"_index":4532,"name":{},"parent":{"16867":{},"16868":{},"16869":{},"16870":{}}}],["mastodon/entities/relationship.mastodonentity.field",{"_index":4533,"name":{},"parent":{"16872":{}}}],["mastodon/entities/relationship.mastodonentity.field.__type",{"_index":4534,"name":{},"parent":{"16873":{},"16874":{},"16875":{}}}],["mastodon/entities/relationship.mastodonentity.filter",{"_index":4535,"name":{},"parent":{"16877":{}}}],["mastodon/entities/relationship.mastodonentity.filter.__type",{"_index":4536,"name":{},"parent":{"16878":{},"16879":{},"16880":{},"16881":{},"16882":{},"16883":{}}}],["mastodon/entities/relationship.mastodonentity.history",{"_index":4517,"name":{},"parent":{"16801":{}}}],["mastodon/entities/relationship.mastodonentity.history.__type",{"_index":4518,"name":{},"parent":{"16802":{},"16803":{},"16804":{}}}],["mastodon/entities/relationship.mastodonentity.identityproof",{"_index":4537,"name":{},"parent":{"16885":{}}}],["mastodon/entities/relationship.mastodonentity.identityproof.__type",{"_index":4538,"name":{},"parent":{"16886":{},"16887":{},"16888":{},"16889":{},"16890":{}}}],["mastodon/entities/relationship.mastodonentity.instance",{"_index":4543,"name":{},"parent":{"16900":{}}}],["mastodon/entities/relationship.mastodonentity.instance.__type",{"_index":4544,"name":{},"parent":{"16901":{},"16902":{},"16903":{},"16904":{},"16905":{},"16906":{},"16907":{},"16908":{},"16909":{},"16910":{},"16911":{},"16912":{}}}],["mastodon/entities/relationship.mastodonentity.list",{"_index":4545,"name":{},"parent":{"16914":{}}}],["mastodon/entities/relationship.mastodonentity.list.__type",{"_index":4546,"name":{},"parent":{"16915":{},"16916":{}}}],["mastodon/entities/relationship.mastodonentity.marker",{"_index":4547,"name":{},"parent":{"16918":{}}}],["mastodon/entities/relationship.mastodonentity.marker.__type",{"_index":4548,"name":{},"parent":{"16919":{},"16920":{},"16924":{},"16925":{}}}],["mastodon/entities/relationship.mastodonentity.marker.__type.__type",{"_index":4549,"name":{},"parent":{"16921":{},"16922":{},"16923":{},"16926":{},"16927":{},"16928":{}}}],["mastodon/entities/relationship.mastodonentity.mention",{"_index":4515,"name":{},"parent":{"16795":{}}}],["mastodon/entities/relationship.mastodonentity.mention.__type",{"_index":4516,"name":{},"parent":{"16796":{},"16797":{},"16798":{},"16799":{}}}],["mastodon/entities/relationship.mastodonentity.notification",{"_index":4550,"name":{},"parent":{"16930":{}}}],["mastodon/entities/relationship.mastodonentity.notification.__type",{"_index":4551,"name":{},"parent":{"16931":{},"16932":{},"16933":{},"16934":{},"16935":{}}}],["mastodon/entities/relationship.mastodonentity.poll",{"_index":4523,"name":{},"parent":{"16815":{}}}],["mastodon/entities/relationship.mastodonentity.poll.__type",{"_index":4524,"name":{},"parent":{"16816":{},"16817":{},"16818":{},"16819":{},"16820":{},"16821":{},"16822":{}}}],["mastodon/entities/relationship.mastodonentity.polloption",{"_index":4521,"name":{},"parent":{"16811":{}}}],["mastodon/entities/relationship.mastodonentity.polloption.__type",{"_index":4522,"name":{},"parent":{"16812":{},"16813":{}}}],["mastodon/entities/relationship.mastodonentity.preferences",{"_index":4552,"name":{},"parent":{"16938":{}}}],["mastodon/entities/relationship.mastodonentity.preferences.__type",{"_index":4553,"name":{},"parent":{"16939":{},"16940":{},"16941":{},"16942":{},"16943":{}}}],["mastodon/entities/relationship.mastodonentity.pushsubscription",{"_index":4554,"name":{},"parent":{"16945":{}}}],["mastodon/entities/relationship.mastodonentity.pushsubscription.__type",{"_index":4555,"name":{},"parent":{"16946":{},"16947":{},"16948":{},"16949":{}}}],["mastodon/entities/relationship.mastodonentity.relationship",{"_index":4556,"name":{},"parent":{"16951":{}}}],["mastodon/entities/relationship.mastodonentity.relationship.__type",{"_index":4557,"name":{},"parent":{"16952":{},"16953":{},"16954":{},"16955":{},"16956":{},"16957":{},"16958":{},"16959":{},"16960":{},"16961":{}}}],["mastodon/entities/relationship.mastodonentity.report",{"_index":4558,"name":{},"parent":{"16963":{}}}],["mastodon/entities/relationship.mastodonentity.report.__type",{"_index":4559,"name":{},"parent":{"16964":{},"16965":{},"16966":{},"16967":{},"16968":{}}}],["mastodon/entities/relationship.mastodonentity.results",{"_index":4560,"name":{},"parent":{"16970":{}}}],["mastodon/entities/relationship.mastodonentity.results.__type",{"_index":4561,"name":{},"parent":{"16971":{},"16972":{},"16973":{}}}],["mastodon/entities/relationship.mastodonentity.scheduledstatus",{"_index":4562,"name":{},"parent":{"16975":{}}}],["mastodon/entities/relationship.mastodonentity.scheduledstatus.__type",{"_index":4563,"name":{},"parent":{"16976":{},"16977":{},"16978":{},"16979":{}}}],["mastodon/entities/relationship.mastodonentity.source",{"_index":4503,"name":{},"parent":{"16731":{}}}],["mastodon/entities/relationship.mastodonentity.source.__type",{"_index":4504,"name":{},"parent":{"16732":{},"16733":{},"16734":{},"16735":{},"16736":{}}}],["mastodon/entities/relationship.mastodonentity.stats",{"_index":4541,"name":{},"parent":{"16895":{}}}],["mastodon/entities/relationship.mastodonentity.stats.__type",{"_index":4542,"name":{},"parent":{"16896":{},"16897":{},"16898":{}}}],["mastodon/entities/relationship.mastodonentity.status",{"_index":4525,"name":{},"parent":{"16824":{}}}],["mastodon/entities/relationship.mastodonentity.status.__type",{"_index":4526,"name":{},"parent":{"16825":{},"16826":{},"16827":{},"16828":{},"16829":{},"16830":{},"16831":{},"16832":{},"16833":{},"16834":{},"16835":{},"16836":{},"16837":{},"16838":{},"16839":{},"16840":{},"16841":{},"16842":{},"16843":{},"16844":{},"16845":{},"16846":{},"16847":{},"16848":{},"16849":{},"16850":{},"16851":{},"16852":{},"16853":{},"16854":{}}}],["mastodon/entities/relationship.mastodonentity.statusparams",{"_index":4564,"name":{},"parent":{"16981":{}}}],["mastodon/entities/relationship.mastodonentity.statusparams.__type",{"_index":4565,"name":{},"parent":{"16982":{},"16983":{},"16984":{},"16985":{},"16986":{},"16987":{},"16988":{},"16989":{}}}],["mastodon/entities/relationship.mastodonentity.tag",{"_index":4519,"name":{},"parent":{"16806":{}}}],["mastodon/entities/relationship.mastodonentity.tag.__type",{"_index":4520,"name":{},"parent":{"16807":{},"16808":{},"16809":{}}}],["mastodon/entities/relationship.mastodonentity.token",{"_index":4566,"name":{},"parent":{"16991":{}}}],["mastodon/entities/relationship.mastodonentity.token.__type",{"_index":4567,"name":{},"parent":{"16992":{},"16993":{},"16994":{},"16995":{}}}],["mastodon/entities/relationship.mastodonentity.urls",{"_index":4539,"name":{},"parent":{"16892":{}}}],["mastodon/entities/relationship.mastodonentity.urls.__type",{"_index":4540,"name":{},"parent":{"16893":{}}}],["mastodon/entities/report",{"_index":132,"name":{"168":{}},"parent":{"16996":{}}}],["mastodon/entities/report.mastodonentity",{"_index":4568,"name":{},"parent":{"16997":{},"17003":{},"17010":{},"17032":{},"17038":{},"17043":{},"17053":{},"17067":{},"17073":{},"17078":{},"17083":{},"17087":{},"17096":{},"17128":{},"17132":{},"17138":{},"17144":{},"17149":{},"17157":{},"17164":{},"17167":{},"17172":{},"17186":{},"17190":{},"17202":{},"17209":{},"17210":{},"17217":{},"17223":{},"17235":{},"17242":{},"17247":{},"17253":{},"17263":{}}}],["mastodon/entities/report.mastodonentity.account",{"_index":4573,"name":{},"parent":{"17011":{}}}],["mastodon/entities/report.mastodonentity.account.__type",{"_index":4574,"name":{},"parent":{"17012":{},"17013":{},"17014":{},"17015":{},"17016":{},"17017":{},"17018":{},"17019":{},"17020":{},"17021":{},"17022":{},"17023":{},"17024":{},"17025":{},"17026":{},"17027":{},"17028":{},"17029":{},"17030":{},"17031":{}}}],["mastodon/entities/report.mastodonentity.activity",{"_index":4575,"name":{},"parent":{"17033":{}}}],["mastodon/entities/report.mastodonentity.activity.__type",{"_index":4576,"name":{},"parent":{"17034":{},"17035":{},"17036":{},"17037":{}}}],["mastodon/entities/report.mastodonentity.application",{"_index":4577,"name":{},"parent":{"17039":{}}}],["mastodon/entities/report.mastodonentity.application.__type",{"_index":4578,"name":{},"parent":{"17040":{},"17041":{},"17042":{}}}],["mastodon/entities/report.mastodonentity.attachment",{"_index":4579,"name":{},"parent":{"17044":{}}}],["mastodon/entities/report.mastodonentity.attachment.__type",{"_index":4580,"name":{},"parent":{"17045":{},"17046":{},"17047":{},"17048":{},"17049":{},"17050":{},"17051":{},"17052":{}}}],["mastodon/entities/report.mastodonentity.card",{"_index":4581,"name":{},"parent":{"17054":{}}}],["mastodon/entities/report.mastodonentity.card.__type",{"_index":4582,"name":{},"parent":{"17055":{},"17056":{},"17057":{},"17058":{},"17059":{},"17060":{},"17061":{},"17062":{},"17063":{},"17064":{},"17065":{},"17066":{}}}],["mastodon/entities/report.mastodonentity.context",{"_index":4595,"name":{},"parent":{"17129":{}}}],["mastodon/entities/report.mastodonentity.context.__type",{"_index":4596,"name":{},"parent":{"17130":{},"17131":{}}}],["mastodon/entities/report.mastodonentity.conversation",{"_index":4597,"name":{},"parent":{"17133":{}}}],["mastodon/entities/report.mastodonentity.conversation.__type",{"_index":4598,"name":{},"parent":{"17134":{},"17135":{},"17136":{},"17137":{}}}],["mastodon/entities/report.mastodonentity.emoji",{"_index":4569,"name":{},"parent":{"16998":{}}}],["mastodon/entities/report.mastodonentity.emoji.__type",{"_index":4570,"name":{},"parent":{"16999":{},"17000":{},"17001":{},"17002":{}}}],["mastodon/entities/report.mastodonentity.featuredtag",{"_index":4599,"name":{},"parent":{"17139":{}}}],["mastodon/entities/report.mastodonentity.featuredtag.__type",{"_index":4600,"name":{},"parent":{"17140":{},"17141":{},"17142":{},"17143":{}}}],["mastodon/entities/report.mastodonentity.field",{"_index":4601,"name":{},"parent":{"17145":{}}}],["mastodon/entities/report.mastodonentity.field.__type",{"_index":4602,"name":{},"parent":{"17146":{},"17147":{},"17148":{}}}],["mastodon/entities/report.mastodonentity.filter",{"_index":4603,"name":{},"parent":{"17150":{}}}],["mastodon/entities/report.mastodonentity.filter.__type",{"_index":4604,"name":{},"parent":{"17151":{},"17152":{},"17153":{},"17154":{},"17155":{},"17156":{}}}],["mastodon/entities/report.mastodonentity.history",{"_index":4585,"name":{},"parent":{"17074":{}}}],["mastodon/entities/report.mastodonentity.history.__type",{"_index":4586,"name":{},"parent":{"17075":{},"17076":{},"17077":{}}}],["mastodon/entities/report.mastodonentity.identityproof",{"_index":4605,"name":{},"parent":{"17158":{}}}],["mastodon/entities/report.mastodonentity.identityproof.__type",{"_index":4606,"name":{},"parent":{"17159":{},"17160":{},"17161":{},"17162":{},"17163":{}}}],["mastodon/entities/report.mastodonentity.instance",{"_index":4611,"name":{},"parent":{"17173":{}}}],["mastodon/entities/report.mastodonentity.instance.__type",{"_index":4612,"name":{},"parent":{"17174":{},"17175":{},"17176":{},"17177":{},"17178":{},"17179":{},"17180":{},"17181":{},"17182":{},"17183":{},"17184":{},"17185":{}}}],["mastodon/entities/report.mastodonentity.list",{"_index":4613,"name":{},"parent":{"17187":{}}}],["mastodon/entities/report.mastodonentity.list.__type",{"_index":4614,"name":{},"parent":{"17188":{},"17189":{}}}],["mastodon/entities/report.mastodonentity.marker",{"_index":4615,"name":{},"parent":{"17191":{}}}],["mastodon/entities/report.mastodonentity.marker.__type",{"_index":4616,"name":{},"parent":{"17192":{},"17193":{},"17197":{},"17198":{}}}],["mastodon/entities/report.mastodonentity.marker.__type.__type",{"_index":4617,"name":{},"parent":{"17194":{},"17195":{},"17196":{},"17199":{},"17200":{},"17201":{}}}],["mastodon/entities/report.mastodonentity.mention",{"_index":4583,"name":{},"parent":{"17068":{}}}],["mastodon/entities/report.mastodonentity.mention.__type",{"_index":4584,"name":{},"parent":{"17069":{},"17070":{},"17071":{},"17072":{}}}],["mastodon/entities/report.mastodonentity.notification",{"_index":4618,"name":{},"parent":{"17203":{}}}],["mastodon/entities/report.mastodonentity.notification.__type",{"_index":4619,"name":{},"parent":{"17204":{},"17205":{},"17206":{},"17207":{},"17208":{}}}],["mastodon/entities/report.mastodonentity.poll",{"_index":4591,"name":{},"parent":{"17088":{}}}],["mastodon/entities/report.mastodonentity.poll.__type",{"_index":4592,"name":{},"parent":{"17089":{},"17090":{},"17091":{},"17092":{},"17093":{},"17094":{},"17095":{}}}],["mastodon/entities/report.mastodonentity.polloption",{"_index":4589,"name":{},"parent":{"17084":{}}}],["mastodon/entities/report.mastodonentity.polloption.__type",{"_index":4590,"name":{},"parent":{"17085":{},"17086":{}}}],["mastodon/entities/report.mastodonentity.preferences",{"_index":4620,"name":{},"parent":{"17211":{}}}],["mastodon/entities/report.mastodonentity.preferences.__type",{"_index":4621,"name":{},"parent":{"17212":{},"17213":{},"17214":{},"17215":{},"17216":{}}}],["mastodon/entities/report.mastodonentity.pushsubscription",{"_index":4622,"name":{},"parent":{"17218":{}}}],["mastodon/entities/report.mastodonentity.pushsubscription.__type",{"_index":4623,"name":{},"parent":{"17219":{},"17220":{},"17221":{},"17222":{}}}],["mastodon/entities/report.mastodonentity.relationship",{"_index":4624,"name":{},"parent":{"17224":{}}}],["mastodon/entities/report.mastodonentity.relationship.__type",{"_index":4625,"name":{},"parent":{"17225":{},"17226":{},"17227":{},"17228":{},"17229":{},"17230":{},"17231":{},"17232":{},"17233":{},"17234":{}}}],["mastodon/entities/report.mastodonentity.report",{"_index":4626,"name":{},"parent":{"17236":{}}}],["mastodon/entities/report.mastodonentity.report.__type",{"_index":4627,"name":{},"parent":{"17237":{},"17238":{},"17239":{},"17240":{},"17241":{}}}],["mastodon/entities/report.mastodonentity.results",{"_index":4628,"name":{},"parent":{"17243":{}}}],["mastodon/entities/report.mastodonentity.results.__type",{"_index":4629,"name":{},"parent":{"17244":{},"17245":{},"17246":{}}}],["mastodon/entities/report.mastodonentity.scheduledstatus",{"_index":4630,"name":{},"parent":{"17248":{}}}],["mastodon/entities/report.mastodonentity.scheduledstatus.__type",{"_index":4631,"name":{},"parent":{"17249":{},"17250":{},"17251":{},"17252":{}}}],["mastodon/entities/report.mastodonentity.source",{"_index":4571,"name":{},"parent":{"17004":{}}}],["mastodon/entities/report.mastodonentity.source.__type",{"_index":4572,"name":{},"parent":{"17005":{},"17006":{},"17007":{},"17008":{},"17009":{}}}],["mastodon/entities/report.mastodonentity.stats",{"_index":4609,"name":{},"parent":{"17168":{}}}],["mastodon/entities/report.mastodonentity.stats.__type",{"_index":4610,"name":{},"parent":{"17169":{},"17170":{},"17171":{}}}],["mastodon/entities/report.mastodonentity.status",{"_index":4593,"name":{},"parent":{"17097":{}}}],["mastodon/entities/report.mastodonentity.status.__type",{"_index":4594,"name":{},"parent":{"17098":{},"17099":{},"17100":{},"17101":{},"17102":{},"17103":{},"17104":{},"17105":{},"17106":{},"17107":{},"17108":{},"17109":{},"17110":{},"17111":{},"17112":{},"17113":{},"17114":{},"17115":{},"17116":{},"17117":{},"17118":{},"17119":{},"17120":{},"17121":{},"17122":{},"17123":{},"17124":{},"17125":{},"17126":{},"17127":{}}}],["mastodon/entities/report.mastodonentity.statusparams",{"_index":4632,"name":{},"parent":{"17254":{}}}],["mastodon/entities/report.mastodonentity.statusparams.__type",{"_index":4633,"name":{},"parent":{"17255":{},"17256":{},"17257":{},"17258":{},"17259":{},"17260":{},"17261":{},"17262":{}}}],["mastodon/entities/report.mastodonentity.tag",{"_index":4587,"name":{},"parent":{"17079":{}}}],["mastodon/entities/report.mastodonentity.tag.__type",{"_index":4588,"name":{},"parent":{"17080":{},"17081":{},"17082":{}}}],["mastodon/entities/report.mastodonentity.token",{"_index":4634,"name":{},"parent":{"17264":{}}}],["mastodon/entities/report.mastodonentity.token.__type",{"_index":4635,"name":{},"parent":{"17265":{},"17266":{},"17267":{},"17268":{}}}],["mastodon/entities/report.mastodonentity.urls",{"_index":4607,"name":{},"parent":{"17165":{}}}],["mastodon/entities/report.mastodonentity.urls.__type",{"_index":4608,"name":{},"parent":{"17166":{}}}],["mastodon/entities/results",{"_index":133,"name":{"169":{}},"parent":{"17269":{}}}],["mastodon/entities/results.mastodonentity",{"_index":4636,"name":{},"parent":{"17270":{},"17276":{},"17283":{},"17305":{},"17311":{},"17316":{},"17326":{},"17340":{},"17346":{},"17351":{},"17356":{},"17360":{},"17369":{},"17401":{},"17405":{},"17411":{},"17417":{},"17422":{},"17430":{},"17437":{},"17440":{},"17445":{},"17459":{},"17463":{},"17475":{},"17482":{},"17483":{},"17490":{},"17496":{},"17508":{},"17515":{},"17520":{},"17526":{},"17536":{}}}],["mastodon/entities/results.mastodonentity.account",{"_index":4641,"name":{},"parent":{"17284":{}}}],["mastodon/entities/results.mastodonentity.account.__type",{"_index":4642,"name":{},"parent":{"17285":{},"17286":{},"17287":{},"17288":{},"17289":{},"17290":{},"17291":{},"17292":{},"17293":{},"17294":{},"17295":{},"17296":{},"17297":{},"17298":{},"17299":{},"17300":{},"17301":{},"17302":{},"17303":{},"17304":{}}}],["mastodon/entities/results.mastodonentity.activity",{"_index":4643,"name":{},"parent":{"17306":{}}}],["mastodon/entities/results.mastodonentity.activity.__type",{"_index":4644,"name":{},"parent":{"17307":{},"17308":{},"17309":{},"17310":{}}}],["mastodon/entities/results.mastodonentity.application",{"_index":4645,"name":{},"parent":{"17312":{}}}],["mastodon/entities/results.mastodonentity.application.__type",{"_index":4646,"name":{},"parent":{"17313":{},"17314":{},"17315":{}}}],["mastodon/entities/results.mastodonentity.attachment",{"_index":4647,"name":{},"parent":{"17317":{}}}],["mastodon/entities/results.mastodonentity.attachment.__type",{"_index":4648,"name":{},"parent":{"17318":{},"17319":{},"17320":{},"17321":{},"17322":{},"17323":{},"17324":{},"17325":{}}}],["mastodon/entities/results.mastodonentity.card",{"_index":4649,"name":{},"parent":{"17327":{}}}],["mastodon/entities/results.mastodonentity.card.__type",{"_index":4650,"name":{},"parent":{"17328":{},"17329":{},"17330":{},"17331":{},"17332":{},"17333":{},"17334":{},"17335":{},"17336":{},"17337":{},"17338":{},"17339":{}}}],["mastodon/entities/results.mastodonentity.context",{"_index":4663,"name":{},"parent":{"17402":{}}}],["mastodon/entities/results.mastodonentity.context.__type",{"_index":4664,"name":{},"parent":{"17403":{},"17404":{}}}],["mastodon/entities/results.mastodonentity.conversation",{"_index":4665,"name":{},"parent":{"17406":{}}}],["mastodon/entities/results.mastodonentity.conversation.__type",{"_index":4666,"name":{},"parent":{"17407":{},"17408":{},"17409":{},"17410":{}}}],["mastodon/entities/results.mastodonentity.emoji",{"_index":4637,"name":{},"parent":{"17271":{}}}],["mastodon/entities/results.mastodonentity.emoji.__type",{"_index":4638,"name":{},"parent":{"17272":{},"17273":{},"17274":{},"17275":{}}}],["mastodon/entities/results.mastodonentity.featuredtag",{"_index":4667,"name":{},"parent":{"17412":{}}}],["mastodon/entities/results.mastodonentity.featuredtag.__type",{"_index":4668,"name":{},"parent":{"17413":{},"17414":{},"17415":{},"17416":{}}}],["mastodon/entities/results.mastodonentity.field",{"_index":4669,"name":{},"parent":{"17418":{}}}],["mastodon/entities/results.mastodonentity.field.__type",{"_index":4670,"name":{},"parent":{"17419":{},"17420":{},"17421":{}}}],["mastodon/entities/results.mastodonentity.filter",{"_index":4671,"name":{},"parent":{"17423":{}}}],["mastodon/entities/results.mastodonentity.filter.__type",{"_index":4672,"name":{},"parent":{"17424":{},"17425":{},"17426":{},"17427":{},"17428":{},"17429":{}}}],["mastodon/entities/results.mastodonentity.history",{"_index":4653,"name":{},"parent":{"17347":{}}}],["mastodon/entities/results.mastodonentity.history.__type",{"_index":4654,"name":{},"parent":{"17348":{},"17349":{},"17350":{}}}],["mastodon/entities/results.mastodonentity.identityproof",{"_index":4673,"name":{},"parent":{"17431":{}}}],["mastodon/entities/results.mastodonentity.identityproof.__type",{"_index":4674,"name":{},"parent":{"17432":{},"17433":{},"17434":{},"17435":{},"17436":{}}}],["mastodon/entities/results.mastodonentity.instance",{"_index":4679,"name":{},"parent":{"17446":{}}}],["mastodon/entities/results.mastodonentity.instance.__type",{"_index":4680,"name":{},"parent":{"17447":{},"17448":{},"17449":{},"17450":{},"17451":{},"17452":{},"17453":{},"17454":{},"17455":{},"17456":{},"17457":{},"17458":{}}}],["mastodon/entities/results.mastodonentity.list",{"_index":4681,"name":{},"parent":{"17460":{}}}],["mastodon/entities/results.mastodonentity.list.__type",{"_index":4682,"name":{},"parent":{"17461":{},"17462":{}}}],["mastodon/entities/results.mastodonentity.marker",{"_index":4683,"name":{},"parent":{"17464":{}}}],["mastodon/entities/results.mastodonentity.marker.__type",{"_index":4684,"name":{},"parent":{"17465":{},"17466":{},"17470":{},"17471":{}}}],["mastodon/entities/results.mastodonentity.marker.__type.__type",{"_index":4685,"name":{},"parent":{"17467":{},"17468":{},"17469":{},"17472":{},"17473":{},"17474":{}}}],["mastodon/entities/results.mastodonentity.mention",{"_index":4651,"name":{},"parent":{"17341":{}}}],["mastodon/entities/results.mastodonentity.mention.__type",{"_index":4652,"name":{},"parent":{"17342":{},"17343":{},"17344":{},"17345":{}}}],["mastodon/entities/results.mastodonentity.notification",{"_index":4686,"name":{},"parent":{"17476":{}}}],["mastodon/entities/results.mastodonentity.notification.__type",{"_index":4687,"name":{},"parent":{"17477":{},"17478":{},"17479":{},"17480":{},"17481":{}}}],["mastodon/entities/results.mastodonentity.poll",{"_index":4659,"name":{},"parent":{"17361":{}}}],["mastodon/entities/results.mastodonentity.poll.__type",{"_index":4660,"name":{},"parent":{"17362":{},"17363":{},"17364":{},"17365":{},"17366":{},"17367":{},"17368":{}}}],["mastodon/entities/results.mastodonentity.polloption",{"_index":4657,"name":{},"parent":{"17357":{}}}],["mastodon/entities/results.mastodonentity.polloption.__type",{"_index":4658,"name":{},"parent":{"17358":{},"17359":{}}}],["mastodon/entities/results.mastodonentity.preferences",{"_index":4688,"name":{},"parent":{"17484":{}}}],["mastodon/entities/results.mastodonentity.preferences.__type",{"_index":4689,"name":{},"parent":{"17485":{},"17486":{},"17487":{},"17488":{},"17489":{}}}],["mastodon/entities/results.mastodonentity.pushsubscription",{"_index":4690,"name":{},"parent":{"17491":{}}}],["mastodon/entities/results.mastodonentity.pushsubscription.__type",{"_index":4691,"name":{},"parent":{"17492":{},"17493":{},"17494":{},"17495":{}}}],["mastodon/entities/results.mastodonentity.relationship",{"_index":4692,"name":{},"parent":{"17497":{}}}],["mastodon/entities/results.mastodonentity.relationship.__type",{"_index":4693,"name":{},"parent":{"17498":{},"17499":{},"17500":{},"17501":{},"17502":{},"17503":{},"17504":{},"17505":{},"17506":{},"17507":{}}}],["mastodon/entities/results.mastodonentity.report",{"_index":4694,"name":{},"parent":{"17509":{}}}],["mastodon/entities/results.mastodonentity.report.__type",{"_index":4695,"name":{},"parent":{"17510":{},"17511":{},"17512":{},"17513":{},"17514":{}}}],["mastodon/entities/results.mastodonentity.results",{"_index":4696,"name":{},"parent":{"17516":{}}}],["mastodon/entities/results.mastodonentity.results.__type",{"_index":4697,"name":{},"parent":{"17517":{},"17518":{},"17519":{}}}],["mastodon/entities/results.mastodonentity.scheduledstatus",{"_index":4698,"name":{},"parent":{"17521":{}}}],["mastodon/entities/results.mastodonentity.scheduledstatus.__type",{"_index":4699,"name":{},"parent":{"17522":{},"17523":{},"17524":{},"17525":{}}}],["mastodon/entities/results.mastodonentity.source",{"_index":4639,"name":{},"parent":{"17277":{}}}],["mastodon/entities/results.mastodonentity.source.__type",{"_index":4640,"name":{},"parent":{"17278":{},"17279":{},"17280":{},"17281":{},"17282":{}}}],["mastodon/entities/results.mastodonentity.stats",{"_index":4677,"name":{},"parent":{"17441":{}}}],["mastodon/entities/results.mastodonentity.stats.__type",{"_index":4678,"name":{},"parent":{"17442":{},"17443":{},"17444":{}}}],["mastodon/entities/results.mastodonentity.status",{"_index":4661,"name":{},"parent":{"17370":{}}}],["mastodon/entities/results.mastodonentity.status.__type",{"_index":4662,"name":{},"parent":{"17371":{},"17372":{},"17373":{},"17374":{},"17375":{},"17376":{},"17377":{},"17378":{},"17379":{},"17380":{},"17381":{},"17382":{},"17383":{},"17384":{},"17385":{},"17386":{},"17387":{},"17388":{},"17389":{},"17390":{},"17391":{},"17392":{},"17393":{},"17394":{},"17395":{},"17396":{},"17397":{},"17398":{},"17399":{},"17400":{}}}],["mastodon/entities/results.mastodonentity.statusparams",{"_index":4700,"name":{},"parent":{"17527":{}}}],["mastodon/entities/results.mastodonentity.statusparams.__type",{"_index":4701,"name":{},"parent":{"17528":{},"17529":{},"17530":{},"17531":{},"17532":{},"17533":{},"17534":{},"17535":{}}}],["mastodon/entities/results.mastodonentity.tag",{"_index":4655,"name":{},"parent":{"17352":{}}}],["mastodon/entities/results.mastodonentity.tag.__type",{"_index":4656,"name":{},"parent":{"17353":{},"17354":{},"17355":{}}}],["mastodon/entities/results.mastodonentity.token",{"_index":4702,"name":{},"parent":{"17537":{}}}],["mastodon/entities/results.mastodonentity.token.__type",{"_index":4703,"name":{},"parent":{"17538":{},"17539":{},"17540":{},"17541":{}}}],["mastodon/entities/results.mastodonentity.urls",{"_index":4675,"name":{},"parent":{"17438":{}}}],["mastodon/entities/results.mastodonentity.urls.__type",{"_index":4676,"name":{},"parent":{"17439":{}}}],["mastodon/entities/scheduled_status",{"_index":134,"name":{"170":{}},"parent":{"17542":{}}}],["mastodon/entities/scheduled_status.mastodonentity",{"_index":4704,"name":{},"parent":{"17543":{},"17549":{},"17556":{},"17578":{},"17584":{},"17589":{},"17599":{},"17613":{},"17619":{},"17624":{},"17629":{},"17633":{},"17642":{},"17674":{},"17678":{},"17684":{},"17690":{},"17695":{},"17703":{},"17710":{},"17713":{},"17718":{},"17732":{},"17736":{},"17748":{},"17755":{},"17756":{},"17763":{},"17769":{},"17781":{},"17788":{},"17793":{},"17799":{},"17809":{}}}],["mastodon/entities/scheduled_status.mastodonentity.account",{"_index":4709,"name":{},"parent":{"17557":{}}}],["mastodon/entities/scheduled_status.mastodonentity.account.__type",{"_index":4710,"name":{},"parent":{"17558":{},"17559":{},"17560":{},"17561":{},"17562":{},"17563":{},"17564":{},"17565":{},"17566":{},"17567":{},"17568":{},"17569":{},"17570":{},"17571":{},"17572":{},"17573":{},"17574":{},"17575":{},"17576":{},"17577":{}}}],["mastodon/entities/scheduled_status.mastodonentity.activity",{"_index":4711,"name":{},"parent":{"17579":{}}}],["mastodon/entities/scheduled_status.mastodonentity.activity.__type",{"_index":4712,"name":{},"parent":{"17580":{},"17581":{},"17582":{},"17583":{}}}],["mastodon/entities/scheduled_status.mastodonentity.application",{"_index":4713,"name":{},"parent":{"17585":{}}}],["mastodon/entities/scheduled_status.mastodonentity.application.__type",{"_index":4714,"name":{},"parent":{"17586":{},"17587":{},"17588":{}}}],["mastodon/entities/scheduled_status.mastodonentity.attachment",{"_index":4715,"name":{},"parent":{"17590":{}}}],["mastodon/entities/scheduled_status.mastodonentity.attachment.__type",{"_index":4716,"name":{},"parent":{"17591":{},"17592":{},"17593":{},"17594":{},"17595":{},"17596":{},"17597":{},"17598":{}}}],["mastodon/entities/scheduled_status.mastodonentity.card",{"_index":4717,"name":{},"parent":{"17600":{}}}],["mastodon/entities/scheduled_status.mastodonentity.card.__type",{"_index":4718,"name":{},"parent":{"17601":{},"17602":{},"17603":{},"17604":{},"17605":{},"17606":{},"17607":{},"17608":{},"17609":{},"17610":{},"17611":{},"17612":{}}}],["mastodon/entities/scheduled_status.mastodonentity.context",{"_index":4731,"name":{},"parent":{"17675":{}}}],["mastodon/entities/scheduled_status.mastodonentity.context.__type",{"_index":4732,"name":{},"parent":{"17676":{},"17677":{}}}],["mastodon/entities/scheduled_status.mastodonentity.conversation",{"_index":4733,"name":{},"parent":{"17679":{}}}],["mastodon/entities/scheduled_status.mastodonentity.conversation.__type",{"_index":4734,"name":{},"parent":{"17680":{},"17681":{},"17682":{},"17683":{}}}],["mastodon/entities/scheduled_status.mastodonentity.emoji",{"_index":4705,"name":{},"parent":{"17544":{}}}],["mastodon/entities/scheduled_status.mastodonentity.emoji.__type",{"_index":4706,"name":{},"parent":{"17545":{},"17546":{},"17547":{},"17548":{}}}],["mastodon/entities/scheduled_status.mastodonentity.featuredtag",{"_index":4735,"name":{},"parent":{"17685":{}}}],["mastodon/entities/scheduled_status.mastodonentity.featuredtag.__type",{"_index":4736,"name":{},"parent":{"17686":{},"17687":{},"17688":{},"17689":{}}}],["mastodon/entities/scheduled_status.mastodonentity.field",{"_index":4737,"name":{},"parent":{"17691":{}}}],["mastodon/entities/scheduled_status.mastodonentity.field.__type",{"_index":4738,"name":{},"parent":{"17692":{},"17693":{},"17694":{}}}],["mastodon/entities/scheduled_status.mastodonentity.filter",{"_index":4739,"name":{},"parent":{"17696":{}}}],["mastodon/entities/scheduled_status.mastodonentity.filter.__type",{"_index":4740,"name":{},"parent":{"17697":{},"17698":{},"17699":{},"17700":{},"17701":{},"17702":{}}}],["mastodon/entities/scheduled_status.mastodonentity.history",{"_index":4721,"name":{},"parent":{"17620":{}}}],["mastodon/entities/scheduled_status.mastodonentity.history.__type",{"_index":4722,"name":{},"parent":{"17621":{},"17622":{},"17623":{}}}],["mastodon/entities/scheduled_status.mastodonentity.identityproof",{"_index":4741,"name":{},"parent":{"17704":{}}}],["mastodon/entities/scheduled_status.mastodonentity.identityproof.__type",{"_index":4742,"name":{},"parent":{"17705":{},"17706":{},"17707":{},"17708":{},"17709":{}}}],["mastodon/entities/scheduled_status.mastodonentity.instance",{"_index":4747,"name":{},"parent":{"17719":{}}}],["mastodon/entities/scheduled_status.mastodonentity.instance.__type",{"_index":4748,"name":{},"parent":{"17720":{},"17721":{},"17722":{},"17723":{},"17724":{},"17725":{},"17726":{},"17727":{},"17728":{},"17729":{},"17730":{},"17731":{}}}],["mastodon/entities/scheduled_status.mastodonentity.list",{"_index":4749,"name":{},"parent":{"17733":{}}}],["mastodon/entities/scheduled_status.mastodonentity.list.__type",{"_index":4750,"name":{},"parent":{"17734":{},"17735":{}}}],["mastodon/entities/scheduled_status.mastodonentity.marker",{"_index":4751,"name":{},"parent":{"17737":{}}}],["mastodon/entities/scheduled_status.mastodonentity.marker.__type",{"_index":4752,"name":{},"parent":{"17738":{},"17739":{},"17743":{},"17744":{}}}],["mastodon/entities/scheduled_status.mastodonentity.marker.__type.__type",{"_index":4753,"name":{},"parent":{"17740":{},"17741":{},"17742":{},"17745":{},"17746":{},"17747":{}}}],["mastodon/entities/scheduled_status.mastodonentity.mention",{"_index":4719,"name":{},"parent":{"17614":{}}}],["mastodon/entities/scheduled_status.mastodonentity.mention.__type",{"_index":4720,"name":{},"parent":{"17615":{},"17616":{},"17617":{},"17618":{}}}],["mastodon/entities/scheduled_status.mastodonentity.notification",{"_index":4754,"name":{},"parent":{"17749":{}}}],["mastodon/entities/scheduled_status.mastodonentity.notification.__type",{"_index":4755,"name":{},"parent":{"17750":{},"17751":{},"17752":{},"17753":{},"17754":{}}}],["mastodon/entities/scheduled_status.mastodonentity.poll",{"_index":4727,"name":{},"parent":{"17634":{}}}],["mastodon/entities/scheduled_status.mastodonentity.poll.__type",{"_index":4728,"name":{},"parent":{"17635":{},"17636":{},"17637":{},"17638":{},"17639":{},"17640":{},"17641":{}}}],["mastodon/entities/scheduled_status.mastodonentity.polloption",{"_index":4725,"name":{},"parent":{"17630":{}}}],["mastodon/entities/scheduled_status.mastodonentity.polloption.__type",{"_index":4726,"name":{},"parent":{"17631":{},"17632":{}}}],["mastodon/entities/scheduled_status.mastodonentity.preferences",{"_index":4756,"name":{},"parent":{"17757":{}}}],["mastodon/entities/scheduled_status.mastodonentity.preferences.__type",{"_index":4757,"name":{},"parent":{"17758":{},"17759":{},"17760":{},"17761":{},"17762":{}}}],["mastodon/entities/scheduled_status.mastodonentity.pushsubscription",{"_index":4758,"name":{},"parent":{"17764":{}}}],["mastodon/entities/scheduled_status.mastodonentity.pushsubscription.__type",{"_index":4759,"name":{},"parent":{"17765":{},"17766":{},"17767":{},"17768":{}}}],["mastodon/entities/scheduled_status.mastodonentity.relationship",{"_index":4760,"name":{},"parent":{"17770":{}}}],["mastodon/entities/scheduled_status.mastodonentity.relationship.__type",{"_index":4761,"name":{},"parent":{"17771":{},"17772":{},"17773":{},"17774":{},"17775":{},"17776":{},"17777":{},"17778":{},"17779":{},"17780":{}}}],["mastodon/entities/scheduled_status.mastodonentity.report",{"_index":4762,"name":{},"parent":{"17782":{}}}],["mastodon/entities/scheduled_status.mastodonentity.report.__type",{"_index":4763,"name":{},"parent":{"17783":{},"17784":{},"17785":{},"17786":{},"17787":{}}}],["mastodon/entities/scheduled_status.mastodonentity.results",{"_index":4764,"name":{},"parent":{"17789":{}}}],["mastodon/entities/scheduled_status.mastodonentity.results.__type",{"_index":4765,"name":{},"parent":{"17790":{},"17791":{},"17792":{}}}],["mastodon/entities/scheduled_status.mastodonentity.scheduledstatus",{"_index":4766,"name":{},"parent":{"17794":{}}}],["mastodon/entities/scheduled_status.mastodonentity.scheduledstatus.__type",{"_index":4767,"name":{},"parent":{"17795":{},"17796":{},"17797":{},"17798":{}}}],["mastodon/entities/scheduled_status.mastodonentity.source",{"_index":4707,"name":{},"parent":{"17550":{}}}],["mastodon/entities/scheduled_status.mastodonentity.source.__type",{"_index":4708,"name":{},"parent":{"17551":{},"17552":{},"17553":{},"17554":{},"17555":{}}}],["mastodon/entities/scheduled_status.mastodonentity.stats",{"_index":4745,"name":{},"parent":{"17714":{}}}],["mastodon/entities/scheduled_status.mastodonentity.stats.__type",{"_index":4746,"name":{},"parent":{"17715":{},"17716":{},"17717":{}}}],["mastodon/entities/scheduled_status.mastodonentity.status",{"_index":4729,"name":{},"parent":{"17643":{}}}],["mastodon/entities/scheduled_status.mastodonentity.status.__type",{"_index":4730,"name":{},"parent":{"17644":{},"17645":{},"17646":{},"17647":{},"17648":{},"17649":{},"17650":{},"17651":{},"17652":{},"17653":{},"17654":{},"17655":{},"17656":{},"17657":{},"17658":{},"17659":{},"17660":{},"17661":{},"17662":{},"17663":{},"17664":{},"17665":{},"17666":{},"17667":{},"17668":{},"17669":{},"17670":{},"17671":{},"17672":{},"17673":{}}}],["mastodon/entities/scheduled_status.mastodonentity.statusparams",{"_index":4768,"name":{},"parent":{"17800":{}}}],["mastodon/entities/scheduled_status.mastodonentity.statusparams.__type",{"_index":4769,"name":{},"parent":{"17801":{},"17802":{},"17803":{},"17804":{},"17805":{},"17806":{},"17807":{},"17808":{}}}],["mastodon/entities/scheduled_status.mastodonentity.tag",{"_index":4723,"name":{},"parent":{"17625":{}}}],["mastodon/entities/scheduled_status.mastodonentity.tag.__type",{"_index":4724,"name":{},"parent":{"17626":{},"17627":{},"17628":{}}}],["mastodon/entities/scheduled_status.mastodonentity.token",{"_index":4770,"name":{},"parent":{"17810":{}}}],["mastodon/entities/scheduled_status.mastodonentity.token.__type",{"_index":4771,"name":{},"parent":{"17811":{},"17812":{},"17813":{},"17814":{}}}],["mastodon/entities/scheduled_status.mastodonentity.urls",{"_index":4743,"name":{},"parent":{"17711":{}}}],["mastodon/entities/scheduled_status.mastodonentity.urls.__type",{"_index":4744,"name":{},"parent":{"17712":{}}}],["mastodon/entities/source",{"_index":135,"name":{"171":{}},"parent":{"17815":{}}}],["mastodon/entities/source.mastodonentity",{"_index":4772,"name":{},"parent":{"17816":{},"17822":{},"17829":{},"17851":{},"17857":{},"17862":{},"17872":{},"17886":{},"17892":{},"17897":{},"17902":{},"17906":{},"17915":{},"17947":{},"17951":{},"17957":{},"17963":{},"17968":{},"17976":{},"17983":{},"17986":{},"17991":{},"18005":{},"18009":{},"18021":{},"18028":{},"18029":{},"18036":{},"18042":{},"18054":{},"18061":{},"18066":{},"18072":{},"18082":{}}}],["mastodon/entities/source.mastodonentity.account",{"_index":4777,"name":{},"parent":{"17830":{}}}],["mastodon/entities/source.mastodonentity.account.__type",{"_index":4778,"name":{},"parent":{"17831":{},"17832":{},"17833":{},"17834":{},"17835":{},"17836":{},"17837":{},"17838":{},"17839":{},"17840":{},"17841":{},"17842":{},"17843":{},"17844":{},"17845":{},"17846":{},"17847":{},"17848":{},"17849":{},"17850":{}}}],["mastodon/entities/source.mastodonentity.activity",{"_index":4779,"name":{},"parent":{"17852":{}}}],["mastodon/entities/source.mastodonentity.activity.__type",{"_index":4780,"name":{},"parent":{"17853":{},"17854":{},"17855":{},"17856":{}}}],["mastodon/entities/source.mastodonentity.application",{"_index":4781,"name":{},"parent":{"17858":{}}}],["mastodon/entities/source.mastodonentity.application.__type",{"_index":4782,"name":{},"parent":{"17859":{},"17860":{},"17861":{}}}],["mastodon/entities/source.mastodonentity.attachment",{"_index":4783,"name":{},"parent":{"17863":{}}}],["mastodon/entities/source.mastodonentity.attachment.__type",{"_index":4784,"name":{},"parent":{"17864":{},"17865":{},"17866":{},"17867":{},"17868":{},"17869":{},"17870":{},"17871":{}}}],["mastodon/entities/source.mastodonentity.card",{"_index":4785,"name":{},"parent":{"17873":{}}}],["mastodon/entities/source.mastodonentity.card.__type",{"_index":4786,"name":{},"parent":{"17874":{},"17875":{},"17876":{},"17877":{},"17878":{},"17879":{},"17880":{},"17881":{},"17882":{},"17883":{},"17884":{},"17885":{}}}],["mastodon/entities/source.mastodonentity.context",{"_index":4799,"name":{},"parent":{"17948":{}}}],["mastodon/entities/source.mastodonentity.context.__type",{"_index":4800,"name":{},"parent":{"17949":{},"17950":{}}}],["mastodon/entities/source.mastodonentity.conversation",{"_index":4801,"name":{},"parent":{"17952":{}}}],["mastodon/entities/source.mastodonentity.conversation.__type",{"_index":4802,"name":{},"parent":{"17953":{},"17954":{},"17955":{},"17956":{}}}],["mastodon/entities/source.mastodonentity.emoji",{"_index":4773,"name":{},"parent":{"17817":{}}}],["mastodon/entities/source.mastodonentity.emoji.__type",{"_index":4774,"name":{},"parent":{"17818":{},"17819":{},"17820":{},"17821":{}}}],["mastodon/entities/source.mastodonentity.featuredtag",{"_index":4803,"name":{},"parent":{"17958":{}}}],["mastodon/entities/source.mastodonentity.featuredtag.__type",{"_index":4804,"name":{},"parent":{"17959":{},"17960":{},"17961":{},"17962":{}}}],["mastodon/entities/source.mastodonentity.field",{"_index":4805,"name":{},"parent":{"17964":{}}}],["mastodon/entities/source.mastodonentity.field.__type",{"_index":4806,"name":{},"parent":{"17965":{},"17966":{},"17967":{}}}],["mastodon/entities/source.mastodonentity.filter",{"_index":4807,"name":{},"parent":{"17969":{}}}],["mastodon/entities/source.mastodonentity.filter.__type",{"_index":4808,"name":{},"parent":{"17970":{},"17971":{},"17972":{},"17973":{},"17974":{},"17975":{}}}],["mastodon/entities/source.mastodonentity.history",{"_index":4789,"name":{},"parent":{"17893":{}}}],["mastodon/entities/source.mastodonentity.history.__type",{"_index":4790,"name":{},"parent":{"17894":{},"17895":{},"17896":{}}}],["mastodon/entities/source.mastodonentity.identityproof",{"_index":4809,"name":{},"parent":{"17977":{}}}],["mastodon/entities/source.mastodonentity.identityproof.__type",{"_index":4810,"name":{},"parent":{"17978":{},"17979":{},"17980":{},"17981":{},"17982":{}}}],["mastodon/entities/source.mastodonentity.instance",{"_index":4815,"name":{},"parent":{"17992":{}}}],["mastodon/entities/source.mastodonentity.instance.__type",{"_index":4816,"name":{},"parent":{"17993":{},"17994":{},"17995":{},"17996":{},"17997":{},"17998":{},"17999":{},"18000":{},"18001":{},"18002":{},"18003":{},"18004":{}}}],["mastodon/entities/source.mastodonentity.list",{"_index":4817,"name":{},"parent":{"18006":{}}}],["mastodon/entities/source.mastodonentity.list.__type",{"_index":4818,"name":{},"parent":{"18007":{},"18008":{}}}],["mastodon/entities/source.mastodonentity.marker",{"_index":4819,"name":{},"parent":{"18010":{}}}],["mastodon/entities/source.mastodonentity.marker.__type",{"_index":4820,"name":{},"parent":{"18011":{},"18012":{},"18016":{},"18017":{}}}],["mastodon/entities/source.mastodonentity.marker.__type.__type",{"_index":4821,"name":{},"parent":{"18013":{},"18014":{},"18015":{},"18018":{},"18019":{},"18020":{}}}],["mastodon/entities/source.mastodonentity.mention",{"_index":4787,"name":{},"parent":{"17887":{}}}],["mastodon/entities/source.mastodonentity.mention.__type",{"_index":4788,"name":{},"parent":{"17888":{},"17889":{},"17890":{},"17891":{}}}],["mastodon/entities/source.mastodonentity.notification",{"_index":4822,"name":{},"parent":{"18022":{}}}],["mastodon/entities/source.mastodonentity.notification.__type",{"_index":4823,"name":{},"parent":{"18023":{},"18024":{},"18025":{},"18026":{},"18027":{}}}],["mastodon/entities/source.mastodonentity.poll",{"_index":4795,"name":{},"parent":{"17907":{}}}],["mastodon/entities/source.mastodonentity.poll.__type",{"_index":4796,"name":{},"parent":{"17908":{},"17909":{},"17910":{},"17911":{},"17912":{},"17913":{},"17914":{}}}],["mastodon/entities/source.mastodonentity.polloption",{"_index":4793,"name":{},"parent":{"17903":{}}}],["mastodon/entities/source.mastodonentity.polloption.__type",{"_index":4794,"name":{},"parent":{"17904":{},"17905":{}}}],["mastodon/entities/source.mastodonentity.preferences",{"_index":4824,"name":{},"parent":{"18030":{}}}],["mastodon/entities/source.mastodonentity.preferences.__type",{"_index":4825,"name":{},"parent":{"18031":{},"18032":{},"18033":{},"18034":{},"18035":{}}}],["mastodon/entities/source.mastodonentity.pushsubscription",{"_index":4826,"name":{},"parent":{"18037":{}}}],["mastodon/entities/source.mastodonentity.pushsubscription.__type",{"_index":4827,"name":{},"parent":{"18038":{},"18039":{},"18040":{},"18041":{}}}],["mastodon/entities/source.mastodonentity.relationship",{"_index":4828,"name":{},"parent":{"18043":{}}}],["mastodon/entities/source.mastodonentity.relationship.__type",{"_index":4829,"name":{},"parent":{"18044":{},"18045":{},"18046":{},"18047":{},"18048":{},"18049":{},"18050":{},"18051":{},"18052":{},"18053":{}}}],["mastodon/entities/source.mastodonentity.report",{"_index":4830,"name":{},"parent":{"18055":{}}}],["mastodon/entities/source.mastodonentity.report.__type",{"_index":4831,"name":{},"parent":{"18056":{},"18057":{},"18058":{},"18059":{},"18060":{}}}],["mastodon/entities/source.mastodonentity.results",{"_index":4832,"name":{},"parent":{"18062":{}}}],["mastodon/entities/source.mastodonentity.results.__type",{"_index":4833,"name":{},"parent":{"18063":{},"18064":{},"18065":{}}}],["mastodon/entities/source.mastodonentity.scheduledstatus",{"_index":4834,"name":{},"parent":{"18067":{}}}],["mastodon/entities/source.mastodonentity.scheduledstatus.__type",{"_index":4835,"name":{},"parent":{"18068":{},"18069":{},"18070":{},"18071":{}}}],["mastodon/entities/source.mastodonentity.source",{"_index":4775,"name":{},"parent":{"17823":{}}}],["mastodon/entities/source.mastodonentity.source.__type",{"_index":4776,"name":{},"parent":{"17824":{},"17825":{},"17826":{},"17827":{},"17828":{}}}],["mastodon/entities/source.mastodonentity.stats",{"_index":4813,"name":{},"parent":{"17987":{}}}],["mastodon/entities/source.mastodonentity.stats.__type",{"_index":4814,"name":{},"parent":{"17988":{},"17989":{},"17990":{}}}],["mastodon/entities/source.mastodonentity.status",{"_index":4797,"name":{},"parent":{"17916":{}}}],["mastodon/entities/source.mastodonentity.status.__type",{"_index":4798,"name":{},"parent":{"17917":{},"17918":{},"17919":{},"17920":{},"17921":{},"17922":{},"17923":{},"17924":{},"17925":{},"17926":{},"17927":{},"17928":{},"17929":{},"17930":{},"17931":{},"17932":{},"17933":{},"17934":{},"17935":{},"17936":{},"17937":{},"17938":{},"17939":{},"17940":{},"17941":{},"17942":{},"17943":{},"17944":{},"17945":{},"17946":{}}}],["mastodon/entities/source.mastodonentity.statusparams",{"_index":4836,"name":{},"parent":{"18073":{}}}],["mastodon/entities/source.mastodonentity.statusparams.__type",{"_index":4837,"name":{},"parent":{"18074":{},"18075":{},"18076":{},"18077":{},"18078":{},"18079":{},"18080":{},"18081":{}}}],["mastodon/entities/source.mastodonentity.tag",{"_index":4791,"name":{},"parent":{"17898":{}}}],["mastodon/entities/source.mastodonentity.tag.__type",{"_index":4792,"name":{},"parent":{"17899":{},"17900":{},"17901":{}}}],["mastodon/entities/source.mastodonentity.token",{"_index":4838,"name":{},"parent":{"18083":{}}}],["mastodon/entities/source.mastodonentity.token.__type",{"_index":4839,"name":{},"parent":{"18084":{},"18085":{},"18086":{},"18087":{}}}],["mastodon/entities/source.mastodonentity.urls",{"_index":4811,"name":{},"parent":{"17984":{}}}],["mastodon/entities/source.mastodonentity.urls.__type",{"_index":4812,"name":{},"parent":{"17985":{}}}],["mastodon/entities/stats",{"_index":136,"name":{"172":{}},"parent":{"18088":{}}}],["mastodon/entities/stats.mastodonentity",{"_index":4840,"name":{},"parent":{"18089":{},"18095":{},"18102":{},"18124":{},"18130":{},"18135":{},"18145":{},"18159":{},"18165":{},"18170":{},"18175":{},"18179":{},"18188":{},"18220":{},"18224":{},"18230":{},"18236":{},"18241":{},"18249":{},"18256":{},"18259":{},"18264":{},"18278":{},"18282":{},"18294":{},"18301":{},"18302":{},"18309":{},"18315":{},"18327":{},"18334":{},"18339":{},"18345":{},"18355":{}}}],["mastodon/entities/stats.mastodonentity.account",{"_index":4845,"name":{},"parent":{"18103":{}}}],["mastodon/entities/stats.mastodonentity.account.__type",{"_index":4846,"name":{},"parent":{"18104":{},"18105":{},"18106":{},"18107":{},"18108":{},"18109":{},"18110":{},"18111":{},"18112":{},"18113":{},"18114":{},"18115":{},"18116":{},"18117":{},"18118":{},"18119":{},"18120":{},"18121":{},"18122":{},"18123":{}}}],["mastodon/entities/stats.mastodonentity.activity",{"_index":4847,"name":{},"parent":{"18125":{}}}],["mastodon/entities/stats.mastodonentity.activity.__type",{"_index":4848,"name":{},"parent":{"18126":{},"18127":{},"18128":{},"18129":{}}}],["mastodon/entities/stats.mastodonentity.application",{"_index":4849,"name":{},"parent":{"18131":{}}}],["mastodon/entities/stats.mastodonentity.application.__type",{"_index":4850,"name":{},"parent":{"18132":{},"18133":{},"18134":{}}}],["mastodon/entities/stats.mastodonentity.attachment",{"_index":4851,"name":{},"parent":{"18136":{}}}],["mastodon/entities/stats.mastodonentity.attachment.__type",{"_index":4852,"name":{},"parent":{"18137":{},"18138":{},"18139":{},"18140":{},"18141":{},"18142":{},"18143":{},"18144":{}}}],["mastodon/entities/stats.mastodonentity.card",{"_index":4853,"name":{},"parent":{"18146":{}}}],["mastodon/entities/stats.mastodonentity.card.__type",{"_index":4854,"name":{},"parent":{"18147":{},"18148":{},"18149":{},"18150":{},"18151":{},"18152":{},"18153":{},"18154":{},"18155":{},"18156":{},"18157":{},"18158":{}}}],["mastodon/entities/stats.mastodonentity.context",{"_index":4867,"name":{},"parent":{"18221":{}}}],["mastodon/entities/stats.mastodonentity.context.__type",{"_index":4868,"name":{},"parent":{"18222":{},"18223":{}}}],["mastodon/entities/stats.mastodonentity.conversation",{"_index":4869,"name":{},"parent":{"18225":{}}}],["mastodon/entities/stats.mastodonentity.conversation.__type",{"_index":4870,"name":{},"parent":{"18226":{},"18227":{},"18228":{},"18229":{}}}],["mastodon/entities/stats.mastodonentity.emoji",{"_index":4841,"name":{},"parent":{"18090":{}}}],["mastodon/entities/stats.mastodonentity.emoji.__type",{"_index":4842,"name":{},"parent":{"18091":{},"18092":{},"18093":{},"18094":{}}}],["mastodon/entities/stats.mastodonentity.featuredtag",{"_index":4871,"name":{},"parent":{"18231":{}}}],["mastodon/entities/stats.mastodonentity.featuredtag.__type",{"_index":4872,"name":{},"parent":{"18232":{},"18233":{},"18234":{},"18235":{}}}],["mastodon/entities/stats.mastodonentity.field",{"_index":4873,"name":{},"parent":{"18237":{}}}],["mastodon/entities/stats.mastodonentity.field.__type",{"_index":4874,"name":{},"parent":{"18238":{},"18239":{},"18240":{}}}],["mastodon/entities/stats.mastodonentity.filter",{"_index":4875,"name":{},"parent":{"18242":{}}}],["mastodon/entities/stats.mastodonentity.filter.__type",{"_index":4876,"name":{},"parent":{"18243":{},"18244":{},"18245":{},"18246":{},"18247":{},"18248":{}}}],["mastodon/entities/stats.mastodonentity.history",{"_index":4857,"name":{},"parent":{"18166":{}}}],["mastodon/entities/stats.mastodonentity.history.__type",{"_index":4858,"name":{},"parent":{"18167":{},"18168":{},"18169":{}}}],["mastodon/entities/stats.mastodonentity.identityproof",{"_index":4877,"name":{},"parent":{"18250":{}}}],["mastodon/entities/stats.mastodonentity.identityproof.__type",{"_index":4878,"name":{},"parent":{"18251":{},"18252":{},"18253":{},"18254":{},"18255":{}}}],["mastodon/entities/stats.mastodonentity.instance",{"_index":4883,"name":{},"parent":{"18265":{}}}],["mastodon/entities/stats.mastodonentity.instance.__type",{"_index":4884,"name":{},"parent":{"18266":{},"18267":{},"18268":{},"18269":{},"18270":{},"18271":{},"18272":{},"18273":{},"18274":{},"18275":{},"18276":{},"18277":{}}}],["mastodon/entities/stats.mastodonentity.list",{"_index":4885,"name":{},"parent":{"18279":{}}}],["mastodon/entities/stats.mastodonentity.list.__type",{"_index":4886,"name":{},"parent":{"18280":{},"18281":{}}}],["mastodon/entities/stats.mastodonentity.marker",{"_index":4887,"name":{},"parent":{"18283":{}}}],["mastodon/entities/stats.mastodonentity.marker.__type",{"_index":4888,"name":{},"parent":{"18284":{},"18285":{},"18289":{},"18290":{}}}],["mastodon/entities/stats.mastodonentity.marker.__type.__type",{"_index":4889,"name":{},"parent":{"18286":{},"18287":{},"18288":{},"18291":{},"18292":{},"18293":{}}}],["mastodon/entities/stats.mastodonentity.mention",{"_index":4855,"name":{},"parent":{"18160":{}}}],["mastodon/entities/stats.mastodonentity.mention.__type",{"_index":4856,"name":{},"parent":{"18161":{},"18162":{},"18163":{},"18164":{}}}],["mastodon/entities/stats.mastodonentity.notification",{"_index":4890,"name":{},"parent":{"18295":{}}}],["mastodon/entities/stats.mastodonentity.notification.__type",{"_index":4891,"name":{},"parent":{"18296":{},"18297":{},"18298":{},"18299":{},"18300":{}}}],["mastodon/entities/stats.mastodonentity.poll",{"_index":4863,"name":{},"parent":{"18180":{}}}],["mastodon/entities/stats.mastodonentity.poll.__type",{"_index":4864,"name":{},"parent":{"18181":{},"18182":{},"18183":{},"18184":{},"18185":{},"18186":{},"18187":{}}}],["mastodon/entities/stats.mastodonentity.polloption",{"_index":4861,"name":{},"parent":{"18176":{}}}],["mastodon/entities/stats.mastodonentity.polloption.__type",{"_index":4862,"name":{},"parent":{"18177":{},"18178":{}}}],["mastodon/entities/stats.mastodonentity.preferences",{"_index":4892,"name":{},"parent":{"18303":{}}}],["mastodon/entities/stats.mastodonentity.preferences.__type",{"_index":4893,"name":{},"parent":{"18304":{},"18305":{},"18306":{},"18307":{},"18308":{}}}],["mastodon/entities/stats.mastodonentity.pushsubscription",{"_index":4894,"name":{},"parent":{"18310":{}}}],["mastodon/entities/stats.mastodonentity.pushsubscription.__type",{"_index":4895,"name":{},"parent":{"18311":{},"18312":{},"18313":{},"18314":{}}}],["mastodon/entities/stats.mastodonentity.relationship",{"_index":4896,"name":{},"parent":{"18316":{}}}],["mastodon/entities/stats.mastodonentity.relationship.__type",{"_index":4897,"name":{},"parent":{"18317":{},"18318":{},"18319":{},"18320":{},"18321":{},"18322":{},"18323":{},"18324":{},"18325":{},"18326":{}}}],["mastodon/entities/stats.mastodonentity.report",{"_index":4898,"name":{},"parent":{"18328":{}}}],["mastodon/entities/stats.mastodonentity.report.__type",{"_index":4899,"name":{},"parent":{"18329":{},"18330":{},"18331":{},"18332":{},"18333":{}}}],["mastodon/entities/stats.mastodonentity.results",{"_index":4900,"name":{},"parent":{"18335":{}}}],["mastodon/entities/stats.mastodonentity.results.__type",{"_index":4901,"name":{},"parent":{"18336":{},"18337":{},"18338":{}}}],["mastodon/entities/stats.mastodonentity.scheduledstatus",{"_index":4902,"name":{},"parent":{"18340":{}}}],["mastodon/entities/stats.mastodonentity.scheduledstatus.__type",{"_index":4903,"name":{},"parent":{"18341":{},"18342":{},"18343":{},"18344":{}}}],["mastodon/entities/stats.mastodonentity.source",{"_index":4843,"name":{},"parent":{"18096":{}}}],["mastodon/entities/stats.mastodonentity.source.__type",{"_index":4844,"name":{},"parent":{"18097":{},"18098":{},"18099":{},"18100":{},"18101":{}}}],["mastodon/entities/stats.mastodonentity.stats",{"_index":4881,"name":{},"parent":{"18260":{}}}],["mastodon/entities/stats.mastodonentity.stats.__type",{"_index":4882,"name":{},"parent":{"18261":{},"18262":{},"18263":{}}}],["mastodon/entities/stats.mastodonentity.status",{"_index":4865,"name":{},"parent":{"18189":{}}}],["mastodon/entities/stats.mastodonentity.status.__type",{"_index":4866,"name":{},"parent":{"18190":{},"18191":{},"18192":{},"18193":{},"18194":{},"18195":{},"18196":{},"18197":{},"18198":{},"18199":{},"18200":{},"18201":{},"18202":{},"18203":{},"18204":{},"18205":{},"18206":{},"18207":{},"18208":{},"18209":{},"18210":{},"18211":{},"18212":{},"18213":{},"18214":{},"18215":{},"18216":{},"18217":{},"18218":{},"18219":{}}}],["mastodon/entities/stats.mastodonentity.statusparams",{"_index":4904,"name":{},"parent":{"18346":{}}}],["mastodon/entities/stats.mastodonentity.statusparams.__type",{"_index":4905,"name":{},"parent":{"18347":{},"18348":{},"18349":{},"18350":{},"18351":{},"18352":{},"18353":{},"18354":{}}}],["mastodon/entities/stats.mastodonentity.tag",{"_index":4859,"name":{},"parent":{"18171":{}}}],["mastodon/entities/stats.mastodonentity.tag.__type",{"_index":4860,"name":{},"parent":{"18172":{},"18173":{},"18174":{}}}],["mastodon/entities/stats.mastodonentity.token",{"_index":4906,"name":{},"parent":{"18356":{}}}],["mastodon/entities/stats.mastodonentity.token.__type",{"_index":4907,"name":{},"parent":{"18357":{},"18358":{},"18359":{},"18360":{}}}],["mastodon/entities/stats.mastodonentity.urls",{"_index":4879,"name":{},"parent":{"18257":{}}}],["mastodon/entities/stats.mastodonentity.urls.__type",{"_index":4880,"name":{},"parent":{"18258":{}}}],["mastodon/entities/status",{"_index":137,"name":{"173":{}},"parent":{"18361":{}}}],["mastodon/entities/status.mastodonentity",{"_index":4908,"name":{},"parent":{"18362":{},"18368":{},"18375":{},"18397":{},"18403":{},"18408":{},"18418":{},"18432":{},"18438":{},"18443":{},"18448":{},"18452":{},"18461":{},"18493":{},"18497":{},"18503":{},"18509":{},"18514":{},"18522":{},"18529":{},"18532":{},"18537":{},"18551":{},"18555":{},"18567":{},"18574":{},"18575":{},"18582":{},"18588":{},"18600":{},"18607":{},"18612":{},"18618":{},"18628":{}}}],["mastodon/entities/status.mastodonentity.account",{"_index":4913,"name":{},"parent":{"18376":{}}}],["mastodon/entities/status.mastodonentity.account.__type",{"_index":4914,"name":{},"parent":{"18377":{},"18378":{},"18379":{},"18380":{},"18381":{},"18382":{},"18383":{},"18384":{},"18385":{},"18386":{},"18387":{},"18388":{},"18389":{},"18390":{},"18391":{},"18392":{},"18393":{},"18394":{},"18395":{},"18396":{}}}],["mastodon/entities/status.mastodonentity.activity",{"_index":4915,"name":{},"parent":{"18398":{}}}],["mastodon/entities/status.mastodonentity.activity.__type",{"_index":4916,"name":{},"parent":{"18399":{},"18400":{},"18401":{},"18402":{}}}],["mastodon/entities/status.mastodonentity.application",{"_index":4917,"name":{},"parent":{"18404":{}}}],["mastodon/entities/status.mastodonentity.application.__type",{"_index":4918,"name":{},"parent":{"18405":{},"18406":{},"18407":{}}}],["mastodon/entities/status.mastodonentity.attachment",{"_index":4919,"name":{},"parent":{"18409":{}}}],["mastodon/entities/status.mastodonentity.attachment.__type",{"_index":4920,"name":{},"parent":{"18410":{},"18411":{},"18412":{},"18413":{},"18414":{},"18415":{},"18416":{},"18417":{}}}],["mastodon/entities/status.mastodonentity.card",{"_index":4921,"name":{},"parent":{"18419":{}}}],["mastodon/entities/status.mastodonentity.card.__type",{"_index":4922,"name":{},"parent":{"18420":{},"18421":{},"18422":{},"18423":{},"18424":{},"18425":{},"18426":{},"18427":{},"18428":{},"18429":{},"18430":{},"18431":{}}}],["mastodon/entities/status.mastodonentity.context",{"_index":4935,"name":{},"parent":{"18494":{}}}],["mastodon/entities/status.mastodonentity.context.__type",{"_index":4936,"name":{},"parent":{"18495":{},"18496":{}}}],["mastodon/entities/status.mastodonentity.conversation",{"_index":4937,"name":{},"parent":{"18498":{}}}],["mastodon/entities/status.mastodonentity.conversation.__type",{"_index":4938,"name":{},"parent":{"18499":{},"18500":{},"18501":{},"18502":{}}}],["mastodon/entities/status.mastodonentity.emoji",{"_index":4909,"name":{},"parent":{"18363":{}}}],["mastodon/entities/status.mastodonentity.emoji.__type",{"_index":4910,"name":{},"parent":{"18364":{},"18365":{},"18366":{},"18367":{}}}],["mastodon/entities/status.mastodonentity.featuredtag",{"_index":4939,"name":{},"parent":{"18504":{}}}],["mastodon/entities/status.mastodonentity.featuredtag.__type",{"_index":4940,"name":{},"parent":{"18505":{},"18506":{},"18507":{},"18508":{}}}],["mastodon/entities/status.mastodonentity.field",{"_index":4941,"name":{},"parent":{"18510":{}}}],["mastodon/entities/status.mastodonentity.field.__type",{"_index":4942,"name":{},"parent":{"18511":{},"18512":{},"18513":{}}}],["mastodon/entities/status.mastodonentity.filter",{"_index":4943,"name":{},"parent":{"18515":{}}}],["mastodon/entities/status.mastodonentity.filter.__type",{"_index":4944,"name":{},"parent":{"18516":{},"18517":{},"18518":{},"18519":{},"18520":{},"18521":{}}}],["mastodon/entities/status.mastodonentity.history",{"_index":4925,"name":{},"parent":{"18439":{}}}],["mastodon/entities/status.mastodonentity.history.__type",{"_index":4926,"name":{},"parent":{"18440":{},"18441":{},"18442":{}}}],["mastodon/entities/status.mastodonentity.identityproof",{"_index":4945,"name":{},"parent":{"18523":{}}}],["mastodon/entities/status.mastodonentity.identityproof.__type",{"_index":4946,"name":{},"parent":{"18524":{},"18525":{},"18526":{},"18527":{},"18528":{}}}],["mastodon/entities/status.mastodonentity.instance",{"_index":4951,"name":{},"parent":{"18538":{}}}],["mastodon/entities/status.mastodonentity.instance.__type",{"_index":4952,"name":{},"parent":{"18539":{},"18540":{},"18541":{},"18542":{},"18543":{},"18544":{},"18545":{},"18546":{},"18547":{},"18548":{},"18549":{},"18550":{}}}],["mastodon/entities/status.mastodonentity.list",{"_index":4953,"name":{},"parent":{"18552":{}}}],["mastodon/entities/status.mastodonentity.list.__type",{"_index":4954,"name":{},"parent":{"18553":{},"18554":{}}}],["mastodon/entities/status.mastodonentity.marker",{"_index":4955,"name":{},"parent":{"18556":{}}}],["mastodon/entities/status.mastodonentity.marker.__type",{"_index":4956,"name":{},"parent":{"18557":{},"18558":{},"18562":{},"18563":{}}}],["mastodon/entities/status.mastodonentity.marker.__type.__type",{"_index":4957,"name":{},"parent":{"18559":{},"18560":{},"18561":{},"18564":{},"18565":{},"18566":{}}}],["mastodon/entities/status.mastodonentity.mention",{"_index":4923,"name":{},"parent":{"18433":{}}}],["mastodon/entities/status.mastodonentity.mention.__type",{"_index":4924,"name":{},"parent":{"18434":{},"18435":{},"18436":{},"18437":{}}}],["mastodon/entities/status.mastodonentity.notification",{"_index":4958,"name":{},"parent":{"18568":{}}}],["mastodon/entities/status.mastodonentity.notification.__type",{"_index":4959,"name":{},"parent":{"18569":{},"18570":{},"18571":{},"18572":{},"18573":{}}}],["mastodon/entities/status.mastodonentity.poll",{"_index":4931,"name":{},"parent":{"18453":{}}}],["mastodon/entities/status.mastodonentity.poll.__type",{"_index":4932,"name":{},"parent":{"18454":{},"18455":{},"18456":{},"18457":{},"18458":{},"18459":{},"18460":{}}}],["mastodon/entities/status.mastodonentity.polloption",{"_index":4929,"name":{},"parent":{"18449":{}}}],["mastodon/entities/status.mastodonentity.polloption.__type",{"_index":4930,"name":{},"parent":{"18450":{},"18451":{}}}],["mastodon/entities/status.mastodonentity.preferences",{"_index":4960,"name":{},"parent":{"18576":{}}}],["mastodon/entities/status.mastodonentity.preferences.__type",{"_index":4961,"name":{},"parent":{"18577":{},"18578":{},"18579":{},"18580":{},"18581":{}}}],["mastodon/entities/status.mastodonentity.pushsubscription",{"_index":4962,"name":{},"parent":{"18583":{}}}],["mastodon/entities/status.mastodonentity.pushsubscription.__type",{"_index":4963,"name":{},"parent":{"18584":{},"18585":{},"18586":{},"18587":{}}}],["mastodon/entities/status.mastodonentity.relationship",{"_index":4964,"name":{},"parent":{"18589":{}}}],["mastodon/entities/status.mastodonentity.relationship.__type",{"_index":4965,"name":{},"parent":{"18590":{},"18591":{},"18592":{},"18593":{},"18594":{},"18595":{},"18596":{},"18597":{},"18598":{},"18599":{}}}],["mastodon/entities/status.mastodonentity.report",{"_index":4966,"name":{},"parent":{"18601":{}}}],["mastodon/entities/status.mastodonentity.report.__type",{"_index":4967,"name":{},"parent":{"18602":{},"18603":{},"18604":{},"18605":{},"18606":{}}}],["mastodon/entities/status.mastodonentity.results",{"_index":4968,"name":{},"parent":{"18608":{}}}],["mastodon/entities/status.mastodonentity.results.__type",{"_index":4969,"name":{},"parent":{"18609":{},"18610":{},"18611":{}}}],["mastodon/entities/status.mastodonentity.scheduledstatus",{"_index":4970,"name":{},"parent":{"18613":{}}}],["mastodon/entities/status.mastodonentity.scheduledstatus.__type",{"_index":4971,"name":{},"parent":{"18614":{},"18615":{},"18616":{},"18617":{}}}],["mastodon/entities/status.mastodonentity.source",{"_index":4911,"name":{},"parent":{"18369":{}}}],["mastodon/entities/status.mastodonentity.source.__type",{"_index":4912,"name":{},"parent":{"18370":{},"18371":{},"18372":{},"18373":{},"18374":{}}}],["mastodon/entities/status.mastodonentity.stats",{"_index":4949,"name":{},"parent":{"18533":{}}}],["mastodon/entities/status.mastodonentity.stats.__type",{"_index":4950,"name":{},"parent":{"18534":{},"18535":{},"18536":{}}}],["mastodon/entities/status.mastodonentity.status",{"_index":4933,"name":{},"parent":{"18462":{}}}],["mastodon/entities/status.mastodonentity.status.__type",{"_index":4934,"name":{},"parent":{"18463":{},"18464":{},"18465":{},"18466":{},"18467":{},"18468":{},"18469":{},"18470":{},"18471":{},"18472":{},"18473":{},"18474":{},"18475":{},"18476":{},"18477":{},"18478":{},"18479":{},"18480":{},"18481":{},"18482":{},"18483":{},"18484":{},"18485":{},"18486":{},"18487":{},"18488":{},"18489":{},"18490":{},"18491":{},"18492":{}}}],["mastodon/entities/status.mastodonentity.statusparams",{"_index":4972,"name":{},"parent":{"18619":{}}}],["mastodon/entities/status.mastodonentity.statusparams.__type",{"_index":4973,"name":{},"parent":{"18620":{},"18621":{},"18622":{},"18623":{},"18624":{},"18625":{},"18626":{},"18627":{}}}],["mastodon/entities/status.mastodonentity.tag",{"_index":4927,"name":{},"parent":{"18444":{}}}],["mastodon/entities/status.mastodonentity.tag.__type",{"_index":4928,"name":{},"parent":{"18445":{},"18446":{},"18447":{}}}],["mastodon/entities/status.mastodonentity.token",{"_index":4974,"name":{},"parent":{"18629":{}}}],["mastodon/entities/status.mastodonentity.token.__type",{"_index":4975,"name":{},"parent":{"18630":{},"18631":{},"18632":{},"18633":{}}}],["mastodon/entities/status.mastodonentity.urls",{"_index":4947,"name":{},"parent":{"18530":{}}}],["mastodon/entities/status.mastodonentity.urls.__type",{"_index":4948,"name":{},"parent":{"18531":{}}}],["mastodon/entities/status_params",{"_index":138,"name":{"174":{}},"parent":{"18634":{}}}],["mastodon/entities/status_params.mastodonentity",{"_index":4976,"name":{},"parent":{"18635":{},"18641":{},"18648":{},"18670":{},"18676":{},"18681":{},"18691":{},"18705":{},"18711":{},"18716":{},"18721":{},"18725":{},"18734":{},"18766":{},"18770":{},"18776":{},"18782":{},"18787":{},"18795":{},"18802":{},"18805":{},"18810":{},"18824":{},"18828":{},"18840":{},"18847":{},"18848":{},"18855":{},"18861":{},"18873":{},"18880":{},"18885":{},"18891":{},"18901":{}}}],["mastodon/entities/status_params.mastodonentity.account",{"_index":4981,"name":{},"parent":{"18649":{}}}],["mastodon/entities/status_params.mastodonentity.account.__type",{"_index":4982,"name":{},"parent":{"18650":{},"18651":{},"18652":{},"18653":{},"18654":{},"18655":{},"18656":{},"18657":{},"18658":{},"18659":{},"18660":{},"18661":{},"18662":{},"18663":{},"18664":{},"18665":{},"18666":{},"18667":{},"18668":{},"18669":{}}}],["mastodon/entities/status_params.mastodonentity.activity",{"_index":4983,"name":{},"parent":{"18671":{}}}],["mastodon/entities/status_params.mastodonentity.activity.__type",{"_index":4984,"name":{},"parent":{"18672":{},"18673":{},"18674":{},"18675":{}}}],["mastodon/entities/status_params.mastodonentity.application",{"_index":4985,"name":{},"parent":{"18677":{}}}],["mastodon/entities/status_params.mastodonentity.application.__type",{"_index":4986,"name":{},"parent":{"18678":{},"18679":{},"18680":{}}}],["mastodon/entities/status_params.mastodonentity.attachment",{"_index":4987,"name":{},"parent":{"18682":{}}}],["mastodon/entities/status_params.mastodonentity.attachment.__type",{"_index":4988,"name":{},"parent":{"18683":{},"18684":{},"18685":{},"18686":{},"18687":{},"18688":{},"18689":{},"18690":{}}}],["mastodon/entities/status_params.mastodonentity.card",{"_index":4989,"name":{},"parent":{"18692":{}}}],["mastodon/entities/status_params.mastodonentity.card.__type",{"_index":4990,"name":{},"parent":{"18693":{},"18694":{},"18695":{},"18696":{},"18697":{},"18698":{},"18699":{},"18700":{},"18701":{},"18702":{},"18703":{},"18704":{}}}],["mastodon/entities/status_params.mastodonentity.context",{"_index":5003,"name":{},"parent":{"18767":{}}}],["mastodon/entities/status_params.mastodonentity.context.__type",{"_index":5004,"name":{},"parent":{"18768":{},"18769":{}}}],["mastodon/entities/status_params.mastodonentity.conversation",{"_index":5005,"name":{},"parent":{"18771":{}}}],["mastodon/entities/status_params.mastodonentity.conversation.__type",{"_index":5006,"name":{},"parent":{"18772":{},"18773":{},"18774":{},"18775":{}}}],["mastodon/entities/status_params.mastodonentity.emoji",{"_index":4977,"name":{},"parent":{"18636":{}}}],["mastodon/entities/status_params.mastodonentity.emoji.__type",{"_index":4978,"name":{},"parent":{"18637":{},"18638":{},"18639":{},"18640":{}}}],["mastodon/entities/status_params.mastodonentity.featuredtag",{"_index":5007,"name":{},"parent":{"18777":{}}}],["mastodon/entities/status_params.mastodonentity.featuredtag.__type",{"_index":5008,"name":{},"parent":{"18778":{},"18779":{},"18780":{},"18781":{}}}],["mastodon/entities/status_params.mastodonentity.field",{"_index":5009,"name":{},"parent":{"18783":{}}}],["mastodon/entities/status_params.mastodonentity.field.__type",{"_index":5010,"name":{},"parent":{"18784":{},"18785":{},"18786":{}}}],["mastodon/entities/status_params.mastodonentity.filter",{"_index":5011,"name":{},"parent":{"18788":{}}}],["mastodon/entities/status_params.mastodonentity.filter.__type",{"_index":5012,"name":{},"parent":{"18789":{},"18790":{},"18791":{},"18792":{},"18793":{},"18794":{}}}],["mastodon/entities/status_params.mastodonentity.history",{"_index":4993,"name":{},"parent":{"18712":{}}}],["mastodon/entities/status_params.mastodonentity.history.__type",{"_index":4994,"name":{},"parent":{"18713":{},"18714":{},"18715":{}}}],["mastodon/entities/status_params.mastodonentity.identityproof",{"_index":5013,"name":{},"parent":{"18796":{}}}],["mastodon/entities/status_params.mastodonentity.identityproof.__type",{"_index":5014,"name":{},"parent":{"18797":{},"18798":{},"18799":{},"18800":{},"18801":{}}}],["mastodon/entities/status_params.mastodonentity.instance",{"_index":5019,"name":{},"parent":{"18811":{}}}],["mastodon/entities/status_params.mastodonentity.instance.__type",{"_index":5020,"name":{},"parent":{"18812":{},"18813":{},"18814":{},"18815":{},"18816":{},"18817":{},"18818":{},"18819":{},"18820":{},"18821":{},"18822":{},"18823":{}}}],["mastodon/entities/status_params.mastodonentity.list",{"_index":5021,"name":{},"parent":{"18825":{}}}],["mastodon/entities/status_params.mastodonentity.list.__type",{"_index":5022,"name":{},"parent":{"18826":{},"18827":{}}}],["mastodon/entities/status_params.mastodonentity.marker",{"_index":5023,"name":{},"parent":{"18829":{}}}],["mastodon/entities/status_params.mastodonentity.marker.__type",{"_index":5024,"name":{},"parent":{"18830":{},"18831":{},"18835":{},"18836":{}}}],["mastodon/entities/status_params.mastodonentity.marker.__type.__type",{"_index":5025,"name":{},"parent":{"18832":{},"18833":{},"18834":{},"18837":{},"18838":{},"18839":{}}}],["mastodon/entities/status_params.mastodonentity.mention",{"_index":4991,"name":{},"parent":{"18706":{}}}],["mastodon/entities/status_params.mastodonentity.mention.__type",{"_index":4992,"name":{},"parent":{"18707":{},"18708":{},"18709":{},"18710":{}}}],["mastodon/entities/status_params.mastodonentity.notification",{"_index":5026,"name":{},"parent":{"18841":{}}}],["mastodon/entities/status_params.mastodonentity.notification.__type",{"_index":5027,"name":{},"parent":{"18842":{},"18843":{},"18844":{},"18845":{},"18846":{}}}],["mastodon/entities/status_params.mastodonentity.poll",{"_index":4999,"name":{},"parent":{"18726":{}}}],["mastodon/entities/status_params.mastodonentity.poll.__type",{"_index":5000,"name":{},"parent":{"18727":{},"18728":{},"18729":{},"18730":{},"18731":{},"18732":{},"18733":{}}}],["mastodon/entities/status_params.mastodonentity.polloption",{"_index":4997,"name":{},"parent":{"18722":{}}}],["mastodon/entities/status_params.mastodonentity.polloption.__type",{"_index":4998,"name":{},"parent":{"18723":{},"18724":{}}}],["mastodon/entities/status_params.mastodonentity.preferences",{"_index":5028,"name":{},"parent":{"18849":{}}}],["mastodon/entities/status_params.mastodonentity.preferences.__type",{"_index":5029,"name":{},"parent":{"18850":{},"18851":{},"18852":{},"18853":{},"18854":{}}}],["mastodon/entities/status_params.mastodonentity.pushsubscription",{"_index":5030,"name":{},"parent":{"18856":{}}}],["mastodon/entities/status_params.mastodonentity.pushsubscription.__type",{"_index":5031,"name":{},"parent":{"18857":{},"18858":{},"18859":{},"18860":{}}}],["mastodon/entities/status_params.mastodonentity.relationship",{"_index":5032,"name":{},"parent":{"18862":{}}}],["mastodon/entities/status_params.mastodonentity.relationship.__type",{"_index":5033,"name":{},"parent":{"18863":{},"18864":{},"18865":{},"18866":{},"18867":{},"18868":{},"18869":{},"18870":{},"18871":{},"18872":{}}}],["mastodon/entities/status_params.mastodonentity.report",{"_index":5034,"name":{},"parent":{"18874":{}}}],["mastodon/entities/status_params.mastodonentity.report.__type",{"_index":5035,"name":{},"parent":{"18875":{},"18876":{},"18877":{},"18878":{},"18879":{}}}],["mastodon/entities/status_params.mastodonentity.results",{"_index":5036,"name":{},"parent":{"18881":{}}}],["mastodon/entities/status_params.mastodonentity.results.__type",{"_index":5037,"name":{},"parent":{"18882":{},"18883":{},"18884":{}}}],["mastodon/entities/status_params.mastodonentity.scheduledstatus",{"_index":5038,"name":{},"parent":{"18886":{}}}],["mastodon/entities/status_params.mastodonentity.scheduledstatus.__type",{"_index":5039,"name":{},"parent":{"18887":{},"18888":{},"18889":{},"18890":{}}}],["mastodon/entities/status_params.mastodonentity.source",{"_index":4979,"name":{},"parent":{"18642":{}}}],["mastodon/entities/status_params.mastodonentity.source.__type",{"_index":4980,"name":{},"parent":{"18643":{},"18644":{},"18645":{},"18646":{},"18647":{}}}],["mastodon/entities/status_params.mastodonentity.stats",{"_index":5017,"name":{},"parent":{"18806":{}}}],["mastodon/entities/status_params.mastodonentity.stats.__type",{"_index":5018,"name":{},"parent":{"18807":{},"18808":{},"18809":{}}}],["mastodon/entities/status_params.mastodonentity.status",{"_index":5001,"name":{},"parent":{"18735":{}}}],["mastodon/entities/status_params.mastodonentity.status.__type",{"_index":5002,"name":{},"parent":{"18736":{},"18737":{},"18738":{},"18739":{},"18740":{},"18741":{},"18742":{},"18743":{},"18744":{},"18745":{},"18746":{},"18747":{},"18748":{},"18749":{},"18750":{},"18751":{},"18752":{},"18753":{},"18754":{},"18755":{},"18756":{},"18757":{},"18758":{},"18759":{},"18760":{},"18761":{},"18762":{},"18763":{},"18764":{},"18765":{}}}],["mastodon/entities/status_params.mastodonentity.statusparams",{"_index":5040,"name":{},"parent":{"18892":{}}}],["mastodon/entities/status_params.mastodonentity.statusparams.__type",{"_index":5041,"name":{},"parent":{"18893":{},"18894":{},"18895":{},"18896":{},"18897":{},"18898":{},"18899":{},"18900":{}}}],["mastodon/entities/status_params.mastodonentity.tag",{"_index":4995,"name":{},"parent":{"18717":{}}}],["mastodon/entities/status_params.mastodonentity.tag.__type",{"_index":4996,"name":{},"parent":{"18718":{},"18719":{},"18720":{}}}],["mastodon/entities/status_params.mastodonentity.token",{"_index":5042,"name":{},"parent":{"18902":{}}}],["mastodon/entities/status_params.mastodonentity.token.__type",{"_index":5043,"name":{},"parent":{"18903":{},"18904":{},"18905":{},"18906":{}}}],["mastodon/entities/status_params.mastodonentity.urls",{"_index":5015,"name":{},"parent":{"18803":{}}}],["mastodon/entities/status_params.mastodonentity.urls.__type",{"_index":5016,"name":{},"parent":{"18804":{}}}],["mastodon/entities/tag",{"_index":139,"name":{"175":{}},"parent":{"18907":{}}}],["mastodon/entities/tag.mastodonentity",{"_index":5044,"name":{},"parent":{"18908":{},"18914":{},"18921":{},"18943":{},"18949":{},"18954":{},"18964":{},"18978":{},"18984":{},"18989":{},"18994":{},"18998":{},"19007":{},"19039":{},"19043":{},"19049":{},"19055":{},"19060":{},"19068":{},"19075":{},"19078":{},"19083":{},"19097":{},"19101":{},"19113":{},"19120":{},"19121":{},"19128":{},"19134":{},"19146":{},"19153":{},"19158":{},"19164":{},"19174":{}}}],["mastodon/entities/tag.mastodonentity.account",{"_index":5049,"name":{},"parent":{"18922":{}}}],["mastodon/entities/tag.mastodonentity.account.__type",{"_index":5050,"name":{},"parent":{"18923":{},"18924":{},"18925":{},"18926":{},"18927":{},"18928":{},"18929":{},"18930":{},"18931":{},"18932":{},"18933":{},"18934":{},"18935":{},"18936":{},"18937":{},"18938":{},"18939":{},"18940":{},"18941":{},"18942":{}}}],["mastodon/entities/tag.mastodonentity.activity",{"_index":5051,"name":{},"parent":{"18944":{}}}],["mastodon/entities/tag.mastodonentity.activity.__type",{"_index":5052,"name":{},"parent":{"18945":{},"18946":{},"18947":{},"18948":{}}}],["mastodon/entities/tag.mastodonentity.application",{"_index":5053,"name":{},"parent":{"18950":{}}}],["mastodon/entities/tag.mastodonentity.application.__type",{"_index":5054,"name":{},"parent":{"18951":{},"18952":{},"18953":{}}}],["mastodon/entities/tag.mastodonentity.attachment",{"_index":5055,"name":{},"parent":{"18955":{}}}],["mastodon/entities/tag.mastodonentity.attachment.__type",{"_index":5056,"name":{},"parent":{"18956":{},"18957":{},"18958":{},"18959":{},"18960":{},"18961":{},"18962":{},"18963":{}}}],["mastodon/entities/tag.mastodonentity.card",{"_index":5057,"name":{},"parent":{"18965":{}}}],["mastodon/entities/tag.mastodonentity.card.__type",{"_index":5058,"name":{},"parent":{"18966":{},"18967":{},"18968":{},"18969":{},"18970":{},"18971":{},"18972":{},"18973":{},"18974":{},"18975":{},"18976":{},"18977":{}}}],["mastodon/entities/tag.mastodonentity.context",{"_index":5071,"name":{},"parent":{"19040":{}}}],["mastodon/entities/tag.mastodonentity.context.__type",{"_index":5072,"name":{},"parent":{"19041":{},"19042":{}}}],["mastodon/entities/tag.mastodonentity.conversation",{"_index":5073,"name":{},"parent":{"19044":{}}}],["mastodon/entities/tag.mastodonentity.conversation.__type",{"_index":5074,"name":{},"parent":{"19045":{},"19046":{},"19047":{},"19048":{}}}],["mastodon/entities/tag.mastodonentity.emoji",{"_index":5045,"name":{},"parent":{"18909":{}}}],["mastodon/entities/tag.mastodonentity.emoji.__type",{"_index":5046,"name":{},"parent":{"18910":{},"18911":{},"18912":{},"18913":{}}}],["mastodon/entities/tag.mastodonentity.featuredtag",{"_index":5075,"name":{},"parent":{"19050":{}}}],["mastodon/entities/tag.mastodonentity.featuredtag.__type",{"_index":5076,"name":{},"parent":{"19051":{},"19052":{},"19053":{},"19054":{}}}],["mastodon/entities/tag.mastodonentity.field",{"_index":5077,"name":{},"parent":{"19056":{}}}],["mastodon/entities/tag.mastodonentity.field.__type",{"_index":5078,"name":{},"parent":{"19057":{},"19058":{},"19059":{}}}],["mastodon/entities/tag.mastodonentity.filter",{"_index":5079,"name":{},"parent":{"19061":{}}}],["mastodon/entities/tag.mastodonentity.filter.__type",{"_index":5080,"name":{},"parent":{"19062":{},"19063":{},"19064":{},"19065":{},"19066":{},"19067":{}}}],["mastodon/entities/tag.mastodonentity.history",{"_index":5061,"name":{},"parent":{"18985":{}}}],["mastodon/entities/tag.mastodonentity.history.__type",{"_index":5062,"name":{},"parent":{"18986":{},"18987":{},"18988":{}}}],["mastodon/entities/tag.mastodonentity.identityproof",{"_index":5081,"name":{},"parent":{"19069":{}}}],["mastodon/entities/tag.mastodonentity.identityproof.__type",{"_index":5082,"name":{},"parent":{"19070":{},"19071":{},"19072":{},"19073":{},"19074":{}}}],["mastodon/entities/tag.mastodonentity.instance",{"_index":5087,"name":{},"parent":{"19084":{}}}],["mastodon/entities/tag.mastodonentity.instance.__type",{"_index":5088,"name":{},"parent":{"19085":{},"19086":{},"19087":{},"19088":{},"19089":{},"19090":{},"19091":{},"19092":{},"19093":{},"19094":{},"19095":{},"19096":{}}}],["mastodon/entities/tag.mastodonentity.list",{"_index":5089,"name":{},"parent":{"19098":{}}}],["mastodon/entities/tag.mastodonentity.list.__type",{"_index":5090,"name":{},"parent":{"19099":{},"19100":{}}}],["mastodon/entities/tag.mastodonentity.marker",{"_index":5091,"name":{},"parent":{"19102":{}}}],["mastodon/entities/tag.mastodonentity.marker.__type",{"_index":5092,"name":{},"parent":{"19103":{},"19104":{},"19108":{},"19109":{}}}],["mastodon/entities/tag.mastodonentity.marker.__type.__type",{"_index":5093,"name":{},"parent":{"19105":{},"19106":{},"19107":{},"19110":{},"19111":{},"19112":{}}}],["mastodon/entities/tag.mastodonentity.mention",{"_index":5059,"name":{},"parent":{"18979":{}}}],["mastodon/entities/tag.mastodonentity.mention.__type",{"_index":5060,"name":{},"parent":{"18980":{},"18981":{},"18982":{},"18983":{}}}],["mastodon/entities/tag.mastodonentity.notification",{"_index":5094,"name":{},"parent":{"19114":{}}}],["mastodon/entities/tag.mastodonentity.notification.__type",{"_index":5095,"name":{},"parent":{"19115":{},"19116":{},"19117":{},"19118":{},"19119":{}}}],["mastodon/entities/tag.mastodonentity.poll",{"_index":5067,"name":{},"parent":{"18999":{}}}],["mastodon/entities/tag.mastodonentity.poll.__type",{"_index":5068,"name":{},"parent":{"19000":{},"19001":{},"19002":{},"19003":{},"19004":{},"19005":{},"19006":{}}}],["mastodon/entities/tag.mastodonentity.polloption",{"_index":5065,"name":{},"parent":{"18995":{}}}],["mastodon/entities/tag.mastodonentity.polloption.__type",{"_index":5066,"name":{},"parent":{"18996":{},"18997":{}}}],["mastodon/entities/tag.mastodonentity.preferences",{"_index":5096,"name":{},"parent":{"19122":{}}}],["mastodon/entities/tag.mastodonentity.preferences.__type",{"_index":5097,"name":{},"parent":{"19123":{},"19124":{},"19125":{},"19126":{},"19127":{}}}],["mastodon/entities/tag.mastodonentity.pushsubscription",{"_index":5098,"name":{},"parent":{"19129":{}}}],["mastodon/entities/tag.mastodonentity.pushsubscription.__type",{"_index":5099,"name":{},"parent":{"19130":{},"19131":{},"19132":{},"19133":{}}}],["mastodon/entities/tag.mastodonentity.relationship",{"_index":5100,"name":{},"parent":{"19135":{}}}],["mastodon/entities/tag.mastodonentity.relationship.__type",{"_index":5101,"name":{},"parent":{"19136":{},"19137":{},"19138":{},"19139":{},"19140":{},"19141":{},"19142":{},"19143":{},"19144":{},"19145":{}}}],["mastodon/entities/tag.mastodonentity.report",{"_index":5102,"name":{},"parent":{"19147":{}}}],["mastodon/entities/tag.mastodonentity.report.__type",{"_index":5103,"name":{},"parent":{"19148":{},"19149":{},"19150":{},"19151":{},"19152":{}}}],["mastodon/entities/tag.mastodonentity.results",{"_index":5104,"name":{},"parent":{"19154":{}}}],["mastodon/entities/tag.mastodonentity.results.__type",{"_index":5105,"name":{},"parent":{"19155":{},"19156":{},"19157":{}}}],["mastodon/entities/tag.mastodonentity.scheduledstatus",{"_index":5106,"name":{},"parent":{"19159":{}}}],["mastodon/entities/tag.mastodonentity.scheduledstatus.__type",{"_index":5107,"name":{},"parent":{"19160":{},"19161":{},"19162":{},"19163":{}}}],["mastodon/entities/tag.mastodonentity.source",{"_index":5047,"name":{},"parent":{"18915":{}}}],["mastodon/entities/tag.mastodonentity.source.__type",{"_index":5048,"name":{},"parent":{"18916":{},"18917":{},"18918":{},"18919":{},"18920":{}}}],["mastodon/entities/tag.mastodonentity.stats",{"_index":5085,"name":{},"parent":{"19079":{}}}],["mastodon/entities/tag.mastodonentity.stats.__type",{"_index":5086,"name":{},"parent":{"19080":{},"19081":{},"19082":{}}}],["mastodon/entities/tag.mastodonentity.status",{"_index":5069,"name":{},"parent":{"19008":{}}}],["mastodon/entities/tag.mastodonentity.status.__type",{"_index":5070,"name":{},"parent":{"19009":{},"19010":{},"19011":{},"19012":{},"19013":{},"19014":{},"19015":{},"19016":{},"19017":{},"19018":{},"19019":{},"19020":{},"19021":{},"19022":{},"19023":{},"19024":{},"19025":{},"19026":{},"19027":{},"19028":{},"19029":{},"19030":{},"19031":{},"19032":{},"19033":{},"19034":{},"19035":{},"19036":{},"19037":{},"19038":{}}}],["mastodon/entities/tag.mastodonentity.statusparams",{"_index":5108,"name":{},"parent":{"19165":{}}}],["mastodon/entities/tag.mastodonentity.statusparams.__type",{"_index":5109,"name":{},"parent":{"19166":{},"19167":{},"19168":{},"19169":{},"19170":{},"19171":{},"19172":{},"19173":{}}}],["mastodon/entities/tag.mastodonentity.tag",{"_index":5063,"name":{},"parent":{"18990":{}}}],["mastodon/entities/tag.mastodonentity.tag.__type",{"_index":5064,"name":{},"parent":{"18991":{},"18992":{},"18993":{}}}],["mastodon/entities/tag.mastodonentity.token",{"_index":5110,"name":{},"parent":{"19175":{}}}],["mastodon/entities/tag.mastodonentity.token.__type",{"_index":5111,"name":{},"parent":{"19176":{},"19177":{},"19178":{},"19179":{}}}],["mastodon/entities/tag.mastodonentity.urls",{"_index":5083,"name":{},"parent":{"19076":{}}}],["mastodon/entities/tag.mastodonentity.urls.__type",{"_index":5084,"name":{},"parent":{"19077":{}}}],["mastodon/entities/token",{"_index":140,"name":{"176":{}},"parent":{"19180":{}}}],["mastodon/entities/token.mastodonentity",{"_index":5112,"name":{},"parent":{"19181":{},"19187":{},"19194":{},"19216":{},"19222":{},"19227":{},"19237":{},"19251":{},"19257":{},"19262":{},"19267":{},"19271":{},"19280":{},"19312":{},"19316":{},"19322":{},"19328":{},"19333":{},"19341":{},"19348":{},"19351":{},"19356":{},"19370":{},"19374":{},"19386":{},"19393":{},"19394":{},"19401":{},"19407":{},"19419":{},"19426":{},"19431":{},"19437":{},"19447":{}}}],["mastodon/entities/token.mastodonentity.account",{"_index":5117,"name":{},"parent":{"19195":{}}}],["mastodon/entities/token.mastodonentity.account.__type",{"_index":5118,"name":{},"parent":{"19196":{},"19197":{},"19198":{},"19199":{},"19200":{},"19201":{},"19202":{},"19203":{},"19204":{},"19205":{},"19206":{},"19207":{},"19208":{},"19209":{},"19210":{},"19211":{},"19212":{},"19213":{},"19214":{},"19215":{}}}],["mastodon/entities/token.mastodonentity.activity",{"_index":5119,"name":{},"parent":{"19217":{}}}],["mastodon/entities/token.mastodonentity.activity.__type",{"_index":5120,"name":{},"parent":{"19218":{},"19219":{},"19220":{},"19221":{}}}],["mastodon/entities/token.mastodonentity.application",{"_index":5121,"name":{},"parent":{"19223":{}}}],["mastodon/entities/token.mastodonentity.application.__type",{"_index":5122,"name":{},"parent":{"19224":{},"19225":{},"19226":{}}}],["mastodon/entities/token.mastodonentity.attachment",{"_index":5123,"name":{},"parent":{"19228":{}}}],["mastodon/entities/token.mastodonentity.attachment.__type",{"_index":5124,"name":{},"parent":{"19229":{},"19230":{},"19231":{},"19232":{},"19233":{},"19234":{},"19235":{},"19236":{}}}],["mastodon/entities/token.mastodonentity.card",{"_index":5125,"name":{},"parent":{"19238":{}}}],["mastodon/entities/token.mastodonentity.card.__type",{"_index":5126,"name":{},"parent":{"19239":{},"19240":{},"19241":{},"19242":{},"19243":{},"19244":{},"19245":{},"19246":{},"19247":{},"19248":{},"19249":{},"19250":{}}}],["mastodon/entities/token.mastodonentity.context",{"_index":5139,"name":{},"parent":{"19313":{}}}],["mastodon/entities/token.mastodonentity.context.__type",{"_index":5140,"name":{},"parent":{"19314":{},"19315":{}}}],["mastodon/entities/token.mastodonentity.conversation",{"_index":5141,"name":{},"parent":{"19317":{}}}],["mastodon/entities/token.mastodonentity.conversation.__type",{"_index":5142,"name":{},"parent":{"19318":{},"19319":{},"19320":{},"19321":{}}}],["mastodon/entities/token.mastodonentity.emoji",{"_index":5113,"name":{},"parent":{"19182":{}}}],["mastodon/entities/token.mastodonentity.emoji.__type",{"_index":5114,"name":{},"parent":{"19183":{},"19184":{},"19185":{},"19186":{}}}],["mastodon/entities/token.mastodonentity.featuredtag",{"_index":5143,"name":{},"parent":{"19323":{}}}],["mastodon/entities/token.mastodonentity.featuredtag.__type",{"_index":5144,"name":{},"parent":{"19324":{},"19325":{},"19326":{},"19327":{}}}],["mastodon/entities/token.mastodonentity.field",{"_index":5145,"name":{},"parent":{"19329":{}}}],["mastodon/entities/token.mastodonentity.field.__type",{"_index":5146,"name":{},"parent":{"19330":{},"19331":{},"19332":{}}}],["mastodon/entities/token.mastodonentity.filter",{"_index":5147,"name":{},"parent":{"19334":{}}}],["mastodon/entities/token.mastodonentity.filter.__type",{"_index":5148,"name":{},"parent":{"19335":{},"19336":{},"19337":{},"19338":{},"19339":{},"19340":{}}}],["mastodon/entities/token.mastodonentity.history",{"_index":5129,"name":{},"parent":{"19258":{}}}],["mastodon/entities/token.mastodonentity.history.__type",{"_index":5130,"name":{},"parent":{"19259":{},"19260":{},"19261":{}}}],["mastodon/entities/token.mastodonentity.identityproof",{"_index":5149,"name":{},"parent":{"19342":{}}}],["mastodon/entities/token.mastodonentity.identityproof.__type",{"_index":5150,"name":{},"parent":{"19343":{},"19344":{},"19345":{},"19346":{},"19347":{}}}],["mastodon/entities/token.mastodonentity.instance",{"_index":5155,"name":{},"parent":{"19357":{}}}],["mastodon/entities/token.mastodonentity.instance.__type",{"_index":5156,"name":{},"parent":{"19358":{},"19359":{},"19360":{},"19361":{},"19362":{},"19363":{},"19364":{},"19365":{},"19366":{},"19367":{},"19368":{},"19369":{}}}],["mastodon/entities/token.mastodonentity.list",{"_index":5157,"name":{},"parent":{"19371":{}}}],["mastodon/entities/token.mastodonentity.list.__type",{"_index":5158,"name":{},"parent":{"19372":{},"19373":{}}}],["mastodon/entities/token.mastodonentity.marker",{"_index":5159,"name":{},"parent":{"19375":{}}}],["mastodon/entities/token.mastodonentity.marker.__type",{"_index":5160,"name":{},"parent":{"19376":{},"19377":{},"19381":{},"19382":{}}}],["mastodon/entities/token.mastodonentity.marker.__type.__type",{"_index":5161,"name":{},"parent":{"19378":{},"19379":{},"19380":{},"19383":{},"19384":{},"19385":{}}}],["mastodon/entities/token.mastodonentity.mention",{"_index":5127,"name":{},"parent":{"19252":{}}}],["mastodon/entities/token.mastodonentity.mention.__type",{"_index":5128,"name":{},"parent":{"19253":{},"19254":{},"19255":{},"19256":{}}}],["mastodon/entities/token.mastodonentity.notification",{"_index":5162,"name":{},"parent":{"19387":{}}}],["mastodon/entities/token.mastodonentity.notification.__type",{"_index":5163,"name":{},"parent":{"19388":{},"19389":{},"19390":{},"19391":{},"19392":{}}}],["mastodon/entities/token.mastodonentity.poll",{"_index":5135,"name":{},"parent":{"19272":{}}}],["mastodon/entities/token.mastodonentity.poll.__type",{"_index":5136,"name":{},"parent":{"19273":{},"19274":{},"19275":{},"19276":{},"19277":{},"19278":{},"19279":{}}}],["mastodon/entities/token.mastodonentity.polloption",{"_index":5133,"name":{},"parent":{"19268":{}}}],["mastodon/entities/token.mastodonentity.polloption.__type",{"_index":5134,"name":{},"parent":{"19269":{},"19270":{}}}],["mastodon/entities/token.mastodonentity.preferences",{"_index":5164,"name":{},"parent":{"19395":{}}}],["mastodon/entities/token.mastodonentity.preferences.__type",{"_index":5165,"name":{},"parent":{"19396":{},"19397":{},"19398":{},"19399":{},"19400":{}}}],["mastodon/entities/token.mastodonentity.pushsubscription",{"_index":5166,"name":{},"parent":{"19402":{}}}],["mastodon/entities/token.mastodonentity.pushsubscription.__type",{"_index":5167,"name":{},"parent":{"19403":{},"19404":{},"19405":{},"19406":{}}}],["mastodon/entities/token.mastodonentity.relationship",{"_index":5168,"name":{},"parent":{"19408":{}}}],["mastodon/entities/token.mastodonentity.relationship.__type",{"_index":5169,"name":{},"parent":{"19409":{},"19410":{},"19411":{},"19412":{},"19413":{},"19414":{},"19415":{},"19416":{},"19417":{},"19418":{}}}],["mastodon/entities/token.mastodonentity.report",{"_index":5170,"name":{},"parent":{"19420":{}}}],["mastodon/entities/token.mastodonentity.report.__type",{"_index":5171,"name":{},"parent":{"19421":{},"19422":{},"19423":{},"19424":{},"19425":{}}}],["mastodon/entities/token.mastodonentity.results",{"_index":5172,"name":{},"parent":{"19427":{}}}],["mastodon/entities/token.mastodonentity.results.__type",{"_index":5173,"name":{},"parent":{"19428":{},"19429":{},"19430":{}}}],["mastodon/entities/token.mastodonentity.scheduledstatus",{"_index":5174,"name":{},"parent":{"19432":{}}}],["mastodon/entities/token.mastodonentity.scheduledstatus.__type",{"_index":5175,"name":{},"parent":{"19433":{},"19434":{},"19435":{},"19436":{}}}],["mastodon/entities/token.mastodonentity.source",{"_index":5115,"name":{},"parent":{"19188":{}}}],["mastodon/entities/token.mastodonentity.source.__type",{"_index":5116,"name":{},"parent":{"19189":{},"19190":{},"19191":{},"19192":{},"19193":{}}}],["mastodon/entities/token.mastodonentity.stats",{"_index":5153,"name":{},"parent":{"19352":{}}}],["mastodon/entities/token.mastodonentity.stats.__type",{"_index":5154,"name":{},"parent":{"19353":{},"19354":{},"19355":{}}}],["mastodon/entities/token.mastodonentity.status",{"_index":5137,"name":{},"parent":{"19281":{}}}],["mastodon/entities/token.mastodonentity.status.__type",{"_index":5138,"name":{},"parent":{"19282":{},"19283":{},"19284":{},"19285":{},"19286":{},"19287":{},"19288":{},"19289":{},"19290":{},"19291":{},"19292":{},"19293":{},"19294":{},"19295":{},"19296":{},"19297":{},"19298":{},"19299":{},"19300":{},"19301":{},"19302":{},"19303":{},"19304":{},"19305":{},"19306":{},"19307":{},"19308":{},"19309":{},"19310":{},"19311":{}}}],["mastodon/entities/token.mastodonentity.statusparams",{"_index":5176,"name":{},"parent":{"19438":{}}}],["mastodon/entities/token.mastodonentity.statusparams.__type",{"_index":5177,"name":{},"parent":{"19439":{},"19440":{},"19441":{},"19442":{},"19443":{},"19444":{},"19445":{},"19446":{}}}],["mastodon/entities/token.mastodonentity.tag",{"_index":5131,"name":{},"parent":{"19263":{}}}],["mastodon/entities/token.mastodonentity.tag.__type",{"_index":5132,"name":{},"parent":{"19264":{},"19265":{},"19266":{}}}],["mastodon/entities/token.mastodonentity.token",{"_index":5178,"name":{},"parent":{"19448":{}}}],["mastodon/entities/token.mastodonentity.token.__type",{"_index":5179,"name":{},"parent":{"19449":{},"19450":{},"19451":{},"19452":{}}}],["mastodon/entities/token.mastodonentity.urls",{"_index":5151,"name":{},"parent":{"19349":{}}}],["mastodon/entities/token.mastodonentity.urls.__type",{"_index":5152,"name":{},"parent":{"19350":{}}}],["mastodon/entities/urls",{"_index":141,"name":{"177":{}},"parent":{"19453":{}}}],["mastodon/entities/urls.mastodonentity",{"_index":5180,"name":{},"parent":{"19454":{},"19460":{},"19467":{},"19489":{},"19495":{},"19500":{},"19510":{},"19524":{},"19530":{},"19535":{},"19540":{},"19544":{},"19553":{},"19585":{},"19589":{},"19595":{},"19601":{},"19606":{},"19614":{},"19621":{},"19624":{},"19629":{},"19643":{},"19647":{},"19659":{},"19666":{},"19667":{},"19674":{},"19680":{},"19692":{},"19699":{},"19704":{},"19710":{},"19720":{}}}],["mastodon/entities/urls.mastodonentity.account",{"_index":5185,"name":{},"parent":{"19468":{}}}],["mastodon/entities/urls.mastodonentity.account.__type",{"_index":5186,"name":{},"parent":{"19469":{},"19470":{},"19471":{},"19472":{},"19473":{},"19474":{},"19475":{},"19476":{},"19477":{},"19478":{},"19479":{},"19480":{},"19481":{},"19482":{},"19483":{},"19484":{},"19485":{},"19486":{},"19487":{},"19488":{}}}],["mastodon/entities/urls.mastodonentity.activity",{"_index":5187,"name":{},"parent":{"19490":{}}}],["mastodon/entities/urls.mastodonentity.activity.__type",{"_index":5188,"name":{},"parent":{"19491":{},"19492":{},"19493":{},"19494":{}}}],["mastodon/entities/urls.mastodonentity.application",{"_index":5189,"name":{},"parent":{"19496":{}}}],["mastodon/entities/urls.mastodonentity.application.__type",{"_index":5190,"name":{},"parent":{"19497":{},"19498":{},"19499":{}}}],["mastodon/entities/urls.mastodonentity.attachment",{"_index":5191,"name":{},"parent":{"19501":{}}}],["mastodon/entities/urls.mastodonentity.attachment.__type",{"_index":5192,"name":{},"parent":{"19502":{},"19503":{},"19504":{},"19505":{},"19506":{},"19507":{},"19508":{},"19509":{}}}],["mastodon/entities/urls.mastodonentity.card",{"_index":5193,"name":{},"parent":{"19511":{}}}],["mastodon/entities/urls.mastodonentity.card.__type",{"_index":5194,"name":{},"parent":{"19512":{},"19513":{},"19514":{},"19515":{},"19516":{},"19517":{},"19518":{},"19519":{},"19520":{},"19521":{},"19522":{},"19523":{}}}],["mastodon/entities/urls.mastodonentity.context",{"_index":5207,"name":{},"parent":{"19586":{}}}],["mastodon/entities/urls.mastodonentity.context.__type",{"_index":5208,"name":{},"parent":{"19587":{},"19588":{}}}],["mastodon/entities/urls.mastodonentity.conversation",{"_index":5209,"name":{},"parent":{"19590":{}}}],["mastodon/entities/urls.mastodonentity.conversation.__type",{"_index":5210,"name":{},"parent":{"19591":{},"19592":{},"19593":{},"19594":{}}}],["mastodon/entities/urls.mastodonentity.emoji",{"_index":5181,"name":{},"parent":{"19455":{}}}],["mastodon/entities/urls.mastodonentity.emoji.__type",{"_index":5182,"name":{},"parent":{"19456":{},"19457":{},"19458":{},"19459":{}}}],["mastodon/entities/urls.mastodonentity.featuredtag",{"_index":5211,"name":{},"parent":{"19596":{}}}],["mastodon/entities/urls.mastodonentity.featuredtag.__type",{"_index":5212,"name":{},"parent":{"19597":{},"19598":{},"19599":{},"19600":{}}}],["mastodon/entities/urls.mastodonentity.field",{"_index":5213,"name":{},"parent":{"19602":{}}}],["mastodon/entities/urls.mastodonentity.field.__type",{"_index":5214,"name":{},"parent":{"19603":{},"19604":{},"19605":{}}}],["mastodon/entities/urls.mastodonentity.filter",{"_index":5215,"name":{},"parent":{"19607":{}}}],["mastodon/entities/urls.mastodonentity.filter.__type",{"_index":5216,"name":{},"parent":{"19608":{},"19609":{},"19610":{},"19611":{},"19612":{},"19613":{}}}],["mastodon/entities/urls.mastodonentity.history",{"_index":5197,"name":{},"parent":{"19531":{}}}],["mastodon/entities/urls.mastodonentity.history.__type",{"_index":5198,"name":{},"parent":{"19532":{},"19533":{},"19534":{}}}],["mastodon/entities/urls.mastodonentity.identityproof",{"_index":5217,"name":{},"parent":{"19615":{}}}],["mastodon/entities/urls.mastodonentity.identityproof.__type",{"_index":5218,"name":{},"parent":{"19616":{},"19617":{},"19618":{},"19619":{},"19620":{}}}],["mastodon/entities/urls.mastodonentity.instance",{"_index":5223,"name":{},"parent":{"19630":{}}}],["mastodon/entities/urls.mastodonentity.instance.__type",{"_index":5224,"name":{},"parent":{"19631":{},"19632":{},"19633":{},"19634":{},"19635":{},"19636":{},"19637":{},"19638":{},"19639":{},"19640":{},"19641":{},"19642":{}}}],["mastodon/entities/urls.mastodonentity.list",{"_index":5225,"name":{},"parent":{"19644":{}}}],["mastodon/entities/urls.mastodonentity.list.__type",{"_index":5226,"name":{},"parent":{"19645":{},"19646":{}}}],["mastodon/entities/urls.mastodonentity.marker",{"_index":5227,"name":{},"parent":{"19648":{}}}],["mastodon/entities/urls.mastodonentity.marker.__type",{"_index":5228,"name":{},"parent":{"19649":{},"19650":{},"19654":{},"19655":{}}}],["mastodon/entities/urls.mastodonentity.marker.__type.__type",{"_index":5229,"name":{},"parent":{"19651":{},"19652":{},"19653":{},"19656":{},"19657":{},"19658":{}}}],["mastodon/entities/urls.mastodonentity.mention",{"_index":5195,"name":{},"parent":{"19525":{}}}],["mastodon/entities/urls.mastodonentity.mention.__type",{"_index":5196,"name":{},"parent":{"19526":{},"19527":{},"19528":{},"19529":{}}}],["mastodon/entities/urls.mastodonentity.notification",{"_index":5230,"name":{},"parent":{"19660":{}}}],["mastodon/entities/urls.mastodonentity.notification.__type",{"_index":5231,"name":{},"parent":{"19661":{},"19662":{},"19663":{},"19664":{},"19665":{}}}],["mastodon/entities/urls.mastodonentity.poll",{"_index":5203,"name":{},"parent":{"19545":{}}}],["mastodon/entities/urls.mastodonentity.poll.__type",{"_index":5204,"name":{},"parent":{"19546":{},"19547":{},"19548":{},"19549":{},"19550":{},"19551":{},"19552":{}}}],["mastodon/entities/urls.mastodonentity.polloption",{"_index":5201,"name":{},"parent":{"19541":{}}}],["mastodon/entities/urls.mastodonentity.polloption.__type",{"_index":5202,"name":{},"parent":{"19542":{},"19543":{}}}],["mastodon/entities/urls.mastodonentity.preferences",{"_index":5232,"name":{},"parent":{"19668":{}}}],["mastodon/entities/urls.mastodonentity.preferences.__type",{"_index":5233,"name":{},"parent":{"19669":{},"19670":{},"19671":{},"19672":{},"19673":{}}}],["mastodon/entities/urls.mastodonentity.pushsubscription",{"_index":5234,"name":{},"parent":{"19675":{}}}],["mastodon/entities/urls.mastodonentity.pushsubscription.__type",{"_index":5235,"name":{},"parent":{"19676":{},"19677":{},"19678":{},"19679":{}}}],["mastodon/entities/urls.mastodonentity.relationship",{"_index":5236,"name":{},"parent":{"19681":{}}}],["mastodon/entities/urls.mastodonentity.relationship.__type",{"_index":5237,"name":{},"parent":{"19682":{},"19683":{},"19684":{},"19685":{},"19686":{},"19687":{},"19688":{},"19689":{},"19690":{},"19691":{}}}],["mastodon/entities/urls.mastodonentity.report",{"_index":5238,"name":{},"parent":{"19693":{}}}],["mastodon/entities/urls.mastodonentity.report.__type",{"_index":5239,"name":{},"parent":{"19694":{},"19695":{},"19696":{},"19697":{},"19698":{}}}],["mastodon/entities/urls.mastodonentity.results",{"_index":5240,"name":{},"parent":{"19700":{}}}],["mastodon/entities/urls.mastodonentity.results.__type",{"_index":5241,"name":{},"parent":{"19701":{},"19702":{},"19703":{}}}],["mastodon/entities/urls.mastodonentity.scheduledstatus",{"_index":5242,"name":{},"parent":{"19705":{}}}],["mastodon/entities/urls.mastodonentity.scheduledstatus.__type",{"_index":5243,"name":{},"parent":{"19706":{},"19707":{},"19708":{},"19709":{}}}],["mastodon/entities/urls.mastodonentity.source",{"_index":5183,"name":{},"parent":{"19461":{}}}],["mastodon/entities/urls.mastodonentity.source.__type",{"_index":5184,"name":{},"parent":{"19462":{},"19463":{},"19464":{},"19465":{},"19466":{}}}],["mastodon/entities/urls.mastodonentity.stats",{"_index":5221,"name":{},"parent":{"19625":{}}}],["mastodon/entities/urls.mastodonentity.stats.__type",{"_index":5222,"name":{},"parent":{"19626":{},"19627":{},"19628":{}}}],["mastodon/entities/urls.mastodonentity.status",{"_index":5205,"name":{},"parent":{"19554":{}}}],["mastodon/entities/urls.mastodonentity.status.__type",{"_index":5206,"name":{},"parent":{"19555":{},"19556":{},"19557":{},"19558":{},"19559":{},"19560":{},"19561":{},"19562":{},"19563":{},"19564":{},"19565":{},"19566":{},"19567":{},"19568":{},"19569":{},"19570":{},"19571":{},"19572":{},"19573":{},"19574":{},"19575":{},"19576":{},"19577":{},"19578":{},"19579":{},"19580":{},"19581":{},"19582":{},"19583":{},"19584":{}}}],["mastodon/entities/urls.mastodonentity.statusparams",{"_index":5244,"name":{},"parent":{"19711":{}}}],["mastodon/entities/urls.mastodonentity.statusparams.__type",{"_index":5245,"name":{},"parent":{"19712":{},"19713":{},"19714":{},"19715":{},"19716":{},"19717":{},"19718":{},"19719":{}}}],["mastodon/entities/urls.mastodonentity.tag",{"_index":5199,"name":{},"parent":{"19536":{}}}],["mastodon/entities/urls.mastodonentity.tag.__type",{"_index":5200,"name":{},"parent":{"19537":{},"19538":{},"19539":{}}}],["mastodon/entities/urls.mastodonentity.token",{"_index":5246,"name":{},"parent":{"19721":{}}}],["mastodon/entities/urls.mastodonentity.token.__type",{"_index":5247,"name":{},"parent":{"19722":{},"19723":{},"19724":{},"19725":{}}}],["mastodon/entities/urls.mastodonentity.urls",{"_index":5219,"name":{},"parent":{"19622":{}}}],["mastodon/entities/urls.mastodonentity.urls.__type",{"_index":5220,"name":{},"parent":{"19623":{}}}],["mastodon/entity",{"_index":142,"name":{"178":{}},"parent":{"19726":{}}}],["mastodon/notification",{"_index":143,"name":{"179":{}},"parent":{"180":{}}}],["mastodon/notification.default",{"_index":144,"name":{},"parent":{"181":{},"182":{},"183":{},"184":{},"185":{},"186":{},"187":{}}}],["mastodon/stream_listener",{"_index":149,"name":{"188":{}},"parent":{"189":{},"193":{}}}],["mastodon/stream_listener.default",{"_index":154,"name":{},"parent":{"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{}}}],["mastodon/stream_listener.streamlistenererror",{"_index":151,"name":{},"parent":{"190":{},"191":{},"192":{}}}],["mastodon/web_socket",{"_index":170,"name":{"211":{}},"parent":{"212":{},"241":{}}}],["mastodon/web_socket.default",{"_index":171,"name":{},"parent":{"213":{},"214":{},"215":{},"216":{},"217":{},"218":{},"219":{},"220":{},"221":{},"222":{},"223":{},"224":{},"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{}}}],["mastodon/web_socket.parser",{"_index":183,"name":{},"parent":{"242":{},"243":{}}}],["mastodonentity",{"_index":3002,"name":{"10717":{},"10990":{},"11263":{},"11536":{},"11809":{},"12082":{},"12355":{},"12628":{},"12901":{},"13174":{},"13447":{},"13720":{},"13993":{},"14266":{},"14539":{},"14812":{},"15085":{},"15358":{},"15631":{},"15904":{},"16177":{},"16450":{},"16723":{},"16996":{},"17269":{},"17542":{},"17815":{},"18088":{},"18361":{},"18634":{},"18907":{},"19180":{},"19453":{}},"parent":{}}],["max_toot_chars",{"_index":640,"name":{"1375":{},"1655":{},"1935":{},"2215":{},"2495":{},"2775":{},"3055":{},"3335":{},"3615":{},"3895":{},"4175":{},"4455":{},"4735":{},"5015":{},"5295":{},"5575":{},"5855":{},"6135":{},"6415":{},"6695":{},"6975":{},"7255":{},"7535":{},"7815":{},"8095":{},"8375":{},"8655":{},"8935":{},"9215":{},"9495":{},"9775":{},"10055":{},"10335":{},"10615":{},"10905":{},"11178":{},"11451":{},"11724":{},"11997":{},"12270":{},"12543":{},"12816":{},"13089":{},"13362":{},"13635":{},"13908":{},"14181":{},"14454":{},"14727":{},"15000":{},"15273":{},"15546":{},"15819":{},"16092":{},"16365":{},"16638":{},"16911":{},"17184":{},"17457":{},"17730":{},"18003":{},"18276":{},"18549":{},"18822":{},"19095":{},"19368":{},"19641":{},"24718":{},"25010":{},"25302":{},"25594":{},"25886":{},"26178":{},"26470":{},"26762":{},"27054":{},"27346":{},"27638":{},"27930":{},"28222":{},"28514":{},"28806":{},"29098":{},"29390":{},"29682":{},"29974":{},"30266":{},"30558":{},"30850":{},"31142":{},"31434":{},"31726":{},"32018":{},"32310":{},"32602":{},"32894":{},"33186":{},"33478":{},"33770":{},"34062":{},"34354":{}},"parent":{}}],["maxnotetextlength",{"_index":5341,"name":{"19886":{},"20094":{},"20302":{},"20510":{},"20718":{},"20926":{},"21134":{},"21342":{},"21550":{},"21758":{},"21966":{},"22174":{},"22382":{},"22590":{},"22798":{},"23006":{},"23214":{},"23422":{},"23630":{},"23838":{},"24046":{},"24254":{},"24462":{}},"parent":{}}],["md5",{"_index":5264,"name":{"19756":{},"19964":{},"20172":{},"20380":{},"20588":{},"20796":{},"21004":{},"21212":{},"21420":{},"21628":{},"21836":{},"22044":{},"22252":{},"22460":{},"22668":{},"22876":{},"23084":{},"23292":{},"23500":{},"23708":{},"23916":{},"24124":{},"24332":{}},"parent":{}}],["me",{"_index":578,"name":{"1284":{},"1564":{},"1844":{},"2124":{},"2404":{},"2684":{},"2964":{},"3244":{},"3524":{},"3804":{},"4084":{},"4364":{},"4644":{},"4924":{},"5204":{},"5484":{},"5764":{},"6044":{},"6324":{},"6604":{},"6884":{},"7164":{},"7444":{},"7724":{},"8004":{},"8284":{},"8564":{},"8844":{},"9124":{},"9404":{},"9684":{},"9964":{},"10244":{},"10524":{},"24616":{},"24908":{},"25200":{},"25492":{},"25784":{},"26076":{},"26368":{},"26660":{},"26952":{},"27244":{},"27536":{},"27828":{},"28120":{},"28412":{},"28704":{},"28996":{},"29288":{},"29580":{},"29872":{},"30164":{},"30456":{},"30748":{},"31040":{},"31332":{},"31624":{},"31916":{},"32208":{},"32500":{},"32792":{},"33084":{},"33376":{},"33668":{},"33960":{},"34252":{}},"parent":{}}],["media_attachments",{"_index":592,"name":{"1308":{},"1444":{},"1588":{},"1724":{},"1868":{},"2004":{},"2148":{},"2284":{},"2428":{},"2564":{},"2708":{},"2844":{},"2988":{},"3124":{},"3268":{},"3404":{},"3548":{},"3684":{},"3828":{},"3964":{},"4108":{},"4244":{},"4388":{},"4524":{},"4668":{},"4804":{},"4948":{},"5084":{},"5228":{},"5364":{},"5508":{},"5644":{},"5788":{},"5924":{},"6068":{},"6204":{},"6348":{},"6484":{},"6628":{},"6764":{},"6908":{},"7044":{},"7188":{},"7324":{},"7468":{},"7604":{},"7748":{},"7884":{},"8028":{},"8164":{},"8308":{},"8444":{},"8588":{},"8724":{},"8868":{},"9004":{},"9148":{},"9284":{},"9428":{},"9564":{},"9708":{},"9844":{},"9988":{},"10124":{},"10268":{},"10404":{},"10548":{},"10684":{},"10838":{},"10973":{},"11111":{},"11246":{},"11384":{},"11519":{},"11657":{},"11792":{},"11930":{},"12065":{},"12203":{},"12338":{},"12476":{},"12611":{},"12749":{},"12884":{},"13022":{},"13157":{},"13295":{},"13430":{},"13568":{},"13703":{},"13841":{},"13976":{},"14114":{},"14249":{},"14387":{},"14522":{},"14660":{},"14795":{},"14933":{},"15068":{},"15206":{},"15341":{},"15479":{},"15614":{},"15752":{},"15887":{},"16025":{},"16160":{},"16298":{},"16433":{},"16571":{},"16706":{},"16844":{},"16979":{},"17117":{},"17252":{},"17390":{},"17525":{},"17663":{},"17798":{},"17936":{},"18071":{},"18209":{},"18344":{},"18482":{},"18617":{},"18755":{},"18890":{},"19028":{},"19163":{},"19301":{},"19436":{},"19574":{},"19709":{},"24640":{},"24787":{},"24932":{},"25079":{},"25224":{},"25371":{},"25516":{},"25663":{},"25808":{},"25955":{},"26100":{},"26247":{},"26392":{},"26539":{},"26684":{},"26831":{},"26976":{},"27123":{},"27268":{},"27415":{},"27560":{},"27707":{},"27852":{},"27999":{},"28144":{},"28291":{},"28436":{},"28583":{},"28728":{},"28875":{},"29020":{},"29167":{},"29312":{},"29459":{},"29604":{},"29751":{},"29896":{},"30043":{},"30188":{},"30335":{},"30480":{},"30627":{},"30772":{},"30919":{},"31064":{},"31211":{},"31356":{},"31503":{},"31648":{},"31795":{},"31940":{},"32087":{},"32232":{},"32379":{},"32524":{},"32671":{},"32816":{},"32963":{},"33108":{},"33255":{},"33400":{},"33547":{},"33692":{},"33839":{},"33984":{},"34131":{},"34276":{},"34423":{}},"parent":{}}],["media_ids",{"_index":688,"name":{"1449":{},"1729":{},"2009":{},"2289":{},"2569":{},"2849":{},"3129":{},"3409":{},"3689":{},"3969":{},"4249":{},"4529":{},"4809":{},"5089":{},"5369":{},"5649":{},"5929":{},"6209":{},"6489":{},"6769":{},"7049":{},"7329":{},"7609":{},"7889":{},"8169":{},"8449":{},"8729":{},"9009":{},"9289":{},"9569":{},"9849":{},"10129":{},"10409":{},"10689":{},"10978":{},"11251":{},"11524":{},"11797":{},"12070":{},"12343":{},"12616":{},"12889":{},"13162":{},"13435":{},"13708":{},"13981":{},"14254":{},"14527":{},"14800":{},"15073":{},"15346":{},"15619":{},"15892":{},"16165":{},"16438":{},"16711":{},"16984":{},"17257":{},"17530":{},"17803":{},"18076":{},"18349":{},"18622":{},"18895":{},"19168":{},"19441":{},"19714":{},"24792":{},"25084":{},"25376":{},"25668":{},"25960":{},"26252":{},"26544":{},"26836":{},"27128":{},"27420":{},"27712":{},"28004":{},"28296":{},"28588":{},"28880":{},"29172":{},"29464":{},"29756":{},"30048":{},"30340":{},"30632":{},"30924":{},"31216":{},"31508":{},"31800":{},"32092":{},"32384":{},"32676":{},"32968":{},"33260":{},"33552":{},"33844":{},"34136":{},"34428":{}},"parent":{}}],["megalodon",{"_index":312,"name":{"376":{}},"parent":{"377":{},"384":{},"391":{},"518":{},"520":{},"522":{},"524":{},"525":{}}}],["megalodon.argumenterror",{"_index":326,"name":{},"parent":{"521":{}}}],["megalodon.megalodoninterface",{"_index":322,"name":{},"parent":{"392":{},"393":{},"394":{},"395":{},"396":{},"397":{},"398":{},"399":{},"400":{},"401":{},"402":{},"403":{},"404":{},"405":{},"406":{},"407":{},"408":{},"409":{},"410":{},"411":{},"412":{},"413":{},"414":{},"415":{},"416":{},"417":{},"418":{},"419":{},"420":{},"421":{},"422":{},"423":{},"424":{},"425":{},"426":{},"427":{},"428":{},"429":{},"430":{},"431":{},"432":{},"433":{},"434":{},"435":{},"436":{},"437":{},"438":{},"439":{},"440":{},"441":{},"442":{},"443":{},"444":{},"445":{},"446":{},"447":{},"448":{},"449":{},"450":{},"451":{},"452":{},"453":{},"454":{},"455":{},"456":{},"457":{},"458":{},"459":{},"460":{},"461":{},"462":{},"463":{},"464":{},"465":{},"466":{},"467":{},"468":{},"469":{},"470":{},"471":{},"472":{},"473":{},"474":{},"475":{},"476":{},"477":{},"478":{},"479":{},"480":{},"481":{},"482":{},"483":{},"484":{},"485":{},"486":{},"487":{},"488":{},"489":{},"490":{},"491":{},"492":{},"493":{},"494":{},"495":{},"496":{},"497":{},"498":{},"499":{},"500":{},"501":{},"502":{},"503":{},"504":{},"505":{},"506":{},"507":{},"508":{},"509":{},"510":{},"511":{},"512":{},"513":{},"514":{},"515":{},"516":{},"517":{}}}],["megalodon.noimplementederror",{"_index":324,"name":{},"parent":{"519":{}}}],["megalodon.streamlistenerinterface",{"_index":320,"name":{},"parent":{"385":{},"386":{},"387":{},"388":{},"389":{},"390":{}}}],["megalodon.unexpectederror",{"_index":328,"name":{},"parent":{"523":{}}}],["megalodon.websocketinterface",{"_index":314,"name":{},"parent":{"378":{},"379":{},"380":{},"381":{},"382":{},"383":{}}}],["megalodoninterface",{"_index":321,"name":{"391":{},"10708":{}},"parent":{}}],["mention",{"_index":82,"name":{"92":{},"128":{},"181":{},"616":{},"798":{},"874":{},"911":{},"991":{},"1252":{},"1532":{},"1812":{},"2092":{},"2372":{},"2652":{},"2932":{},"3212":{},"3492":{},"3772":{},"4052":{},"4332":{},"4612":{},"4892":{},"5172":{},"5452":{},"5732":{},"6012":{},"6292":{},"6572":{},"6852":{},"7132":{},"7412":{},"7692":{},"7972":{},"8252":{},"8532":{},"8812":{},"9092":{},"9372":{},"9652":{},"9932":{},"10212":{},"10492":{},"10788":{},"11061":{},"11334":{},"11607":{},"11880":{},"12153":{},"12426":{},"12699":{},"12972":{},"13245":{},"13518":{},"13791":{},"14064":{},"14337":{},"14610":{},"14883":{},"15156":{},"15429":{},"15702":{},"15975":{},"16248":{},"16521":{},"16794":{},"17067":{},"17340":{},"17613":{},"17886":{},"18159":{},"18432":{},"18705":{},"18978":{},"19251":{},"19524":{},"24584":{},"24876":{},"25168":{},"25460":{},"25752":{},"26044":{},"26336":{},"26628":{},"26920":{},"27212":{},"27504":{},"27796":{},"28088":{},"28380":{},"28672":{},"28964":{},"29256":{},"29548":{},"29840":{},"30132":{},"30424":{},"30716":{},"31008":{},"31300":{},"31592":{},"31884":{},"32176":{},"32468":{},"32760":{},"33052":{},"33344":{},"33636":{},"33928":{},"34220":{}},"parent":{}}],["mentions",{"_index":593,"name":{"1309":{},"1589":{},"1869":{},"2149":{},"2429":{},"2709":{},"2989":{},"3269":{},"3549":{},"3829":{},"4109":{},"4389":{},"4669":{},"4949":{},"5229":{},"5509":{},"5789":{},"6069":{},"6349":{},"6629":{},"6909":{},"7189":{},"7469":{},"7749":{},"8029":{},"8309":{},"8589":{},"8869":{},"9149":{},"9429":{},"9709":{},"9989":{},"10269":{},"10549":{},"10839":{},"11112":{},"11385":{},"11658":{},"11931":{},"12204":{},"12477":{},"12750":{},"13023":{},"13296":{},"13569":{},"13842":{},"14115":{},"14388":{},"14661":{},"14934":{},"15207":{},"15480":{},"15753":{},"16026":{},"16299":{},"16572":{},"16845":{},"17118":{},"17391":{},"17664":{},"17937":{},"18210":{},"18483":{},"18756":{},"19029":{},"19302":{},"19575":{},"19800":{},"20008":{},"20216":{},"20424":{},"20632":{},"20840":{},"21048":{},"21256":{},"21464":{},"21672":{},"21880":{},"22088":{},"22296":{},"22504":{},"22712":{},"22920":{},"23128":{},"23336":{},"23544":{},"23752":{},"23960":{},"24168":{},"24376":{},"24641":{},"24933":{},"25225":{},"25517":{},"25809":{},"26101":{},"26393":{},"26685":{},"26977":{},"27269":{},"27561":{},"27853":{},"28145":{},"28437":{},"28729":{},"29021":{},"29313":{},"29605":{},"29897":{},"30189":{},"30481":{},"30773":{},"31065":{},"31357":{},"31649":{},"31941":{},"32233":{},"32525":{},"32817":{},"33109":{},"33401":{},"33693":{},"33985":{},"34277":{}},"parent":{}}],["message",{"_index":153,"name":{"192":{},"853":{}},"parent":{}}],["meta",{"_index":342,"name":{"541":{},"575":{},"1236":{},"1516":{},"1796":{},"2076":{},"2356":{},"2636":{},"2916":{},"3196":{},"3476":{},"3756":{},"4036":{},"4316":{},"4596":{},"4876":{},"5156":{},"5436":{},"5716":{},"5996":{},"6276":{},"6556":{},"6836":{},"7116":{},"7396":{},"7676":{},"7956":{},"8236":{},"8516":{},"8796":{},"9076":{},"9356":{},"9636":{},"9916":{},"10196":{},"10476":{},"10772":{},"11045":{},"11318":{},"11591":{},"11864":{},"12137":{},"12410":{},"12683":{},"12956":{},"13229":{},"13502":{},"13775":{},"14048":{},"14321":{},"14594":{},"14867":{},"15140":{},"15413":{},"15686":{},"15959":{},"16232":{},"16505":{},"16778":{},"17051":{},"17324":{},"17597":{},"17870":{},"18143":{},"18416":{},"18689":{},"18962":{},"19235":{},"19508":{},"19874":{},"20082":{},"20290":{},"20498":{},"20706":{},"20914":{},"21122":{},"21330":{},"21538":{},"21746":{},"21954":{},"22162":{},"22370":{},"22578":{},"22786":{},"22994":{},"23202":{},"23410":{},"23618":{},"23826":{},"24034":{},"24242":{},"24450":{},"24567":{},"24859":{},"25151":{},"25443":{},"25735":{},"26027":{},"26319":{},"26611":{},"26903":{},"27195":{},"27487":{},"27779":{},"28071":{},"28363":{},"28655":{},"28947":{},"29239":{},"29531":{},"29823":{},"30115":{},"30407":{},"30699":{},"30991":{},"31283":{},"31575":{},"31867":{},"32159":{},"32451":{},"32743":{},"33035":{},"33327":{},"33619":{},"33911":{},"34203":{}},"parent":{}}],["misskey",{"_index":399,"name":{"660":{},"10714":{}},"parent":{"661":{}}}],["misskey.default",{"_index":400,"name":{},"parent":{"662":{},"663":{},"664":{},"665":{},"666":{},"667":{},"668":{},"669":{},"670":{},"671":{},"672":{},"673":{},"674":{},"675":{},"676":{},"677":{},"678":{},"679":{},"680":{},"681":{},"682":{},"683":{},"684":{},"685":{},"686":{},"687":{},"688":{},"689":{},"690":{},"691":{},"692":{},"693":{},"694":{},"695":{},"696":{},"697":{},"698":{},"699":{},"700":{},"701":{},"702":{},"703":{},"704":{},"705":{},"706":{},"707":{},"708":{},"709":{},"710":{},"711":{},"712":{},"713":{},"714":{},"715":{},"716":{},"717":{},"718":{},"719":{},"720":{},"721":{},"722":{},"723":{},"724":{},"725":{},"726":{},"727":{},"728":{},"729":{},"730":{},"731":{},"732":{},"733":{},"734":{},"735":{},"736":{},"737":{},"738":{},"739":{},"740":{},"741":{},"742":{},"743":{},"744":{},"745":{},"746":{},"747":{},"748":{},"749":{},"750":{},"751":{},"752":{},"753":{},"754":{},"755":{},"756":{},"757":{},"758":{},"759":{},"760":{},"761":{},"762":{},"763":{},"764":{},"765":{},"766":{},"767":{},"768":{},"769":{},"770":{},"771":{},"772":{},"773":{},"774":{},"775":{},"776":{},"777":{},"778":{},"779":{},"780":{},"781":{},"782":{},"783":{},"784":{},"785":{},"786":{},"787":{},"788":{},"789":{},"790":{},"791":{},"792":{}}}],["misskey/api_client",{"_index":330,"name":{"526":{}},"parent":{"527":{}}}],["misskey/api_client.default",{"_index":331,"name":{},"parent":{"528":{},"553":{},"577":{},"578":{},"579":{}}}],["misskey/api_client.default.client",{"_index":358,"name":{},"parent":{"580":{},"581":{},"582":{},"583":{},"584":{},"585":{},"586":{},"587":{},"588":{}}}],["misskey/api_client.default.converter",{"_index":351,"name":{},"parent":{"554":{},"555":{},"556":{},"557":{},"558":{},"559":{},"560":{},"561":{},"562":{},"563":{},"564":{},"565":{},"566":{},"567":{},"568":{},"569":{},"570":{},"571":{},"572":{},"573":{},"574":{},"575":{},"576":{}}}],["misskey/api_client.default.entity",{"_index":333,"name":{},"parent":{"529":{},"530":{},"531":{},"532":{},"533":{},"534":{},"535":{},"536":{},"537":{},"538":{},"539":{},"540":{},"541":{},"542":{},"543":{},"544":{},"545":{},"546":{},"547":{},"548":{},"549":{},"550":{},"551":{},"552":{}}}],["misskey/entities/app",{"_index":359,"name":{"589":{}},"parent":{"19727":{}}}],["misskey/entities/app.misskeyentity",{"_index":5249,"name":{},"parent":{"19728":{},"19735":{},"19741":{},"19750":{},"19766":{},"19771":{},"19776":{},"19802":{},"19829":{},"19835":{},"19838":{},"19844":{},"19851":{},"19858":{},"19863":{},"19868":{},"19874":{},"19888":{},"19894":{},"19903":{},"19904":{},"19910":{},"19920":{},"19924":{},"19928":{}}}],["misskey/entities/app.misskeyentity.app",{"_index":5250,"name":{},"parent":{"19729":{}}}],["misskey/entities/app.misskeyentity.app.__type",{"_index":5251,"name":{},"parent":{"19730":{},"19731":{},"19732":{},"19733":{},"19734":{}}}],["misskey/entities/app.misskeyentity.blocking",{"_index":5309,"name":{},"parent":{"19830":{}}}],["misskey/entities/app.misskeyentity.blocking.__type",{"_index":5310,"name":{},"parent":{"19831":{},"19832":{},"19833":{},"19834":{}}}],["misskey/entities/app.misskeyentity.choice",{"_index":5271,"name":{},"parent":{"19767":{}}}],["misskey/entities/app.misskeyentity.choice.__type",{"_index":5272,"name":{},"parent":{"19768":{},"19769":{},"19770":{}}}],["misskey/entities/app.misskeyentity.creatednote",{"_index":5313,"name":{},"parent":{"19836":{}}}],["misskey/entities/app.misskeyentity.creatednote.__type",{"_index":5314,"name":{},"parent":{"19837":{}}}],["misskey/entities/app.misskeyentity.emoji",{"_index":5255,"name":{},"parent":{"19736":{}}}],["misskey/entities/app.misskeyentity.emoji.__type",{"_index":5256,"name":{},"parent":{"19737":{},"19738":{},"19739":{},"19740":{}}}],["misskey/entities/app.misskeyentity.favorite",{"_index":5315,"name":{},"parent":{"19839":{}}}],["misskey/entities/app.misskeyentity.favorite.__type",{"_index":5316,"name":{},"parent":{"19840":{},"19841":{},"19842":{},"19843":{}}}],["misskey/entities/app.misskeyentity.file",{"_index":5262,"name":{},"parent":{"19751":{}}}],["misskey/entities/app.misskeyentity.file.__type",{"_index":5263,"name":{},"parent":{"19752":{},"19753":{},"19754":{},"19755":{},"19756":{},"19757":{},"19758":{},"19759":{},"19760":{},"19764":{},"19765":{}}}],["misskey/entities/app.misskeyentity.file.__type.__type",{"_index":5268,"name":{},"parent":{"19761":{},"19762":{},"19763":{}}}],["misskey/entities/app.misskeyentity.follower",{"_index":5318,"name":{},"parent":{"19845":{}}}],["misskey/entities/app.misskeyentity.follower.__type",{"_index":5319,"name":{},"parent":{"19846":{},"19847":{},"19848":{},"19849":{},"19850":{}}}],["misskey/entities/app.misskeyentity.following",{"_index":5322,"name":{},"parent":{"19852":{}}}],["misskey/entities/app.misskeyentity.following.__type",{"_index":5323,"name":{},"parent":{"19853":{},"19854":{},"19855":{},"19856":{},"19857":{}}}],["misskey/entities/app.misskeyentity.followrequest",{"_index":5325,"name":{},"parent":{"19859":{}}}],["misskey/entities/app.misskeyentity.followrequest.__type",{"_index":5326,"name":{},"parent":{"19860":{},"19861":{},"19862":{}}}],["misskey/entities/app.misskeyentity.hashtag",{"_index":5327,"name":{},"parent":{"19864":{}}}],["misskey/entities/app.misskeyentity.hashtag.__type",{"_index":5328,"name":{},"parent":{"19865":{},"19866":{},"19867":{}}}],["misskey/entities/app.misskeyentity.list",{"_index":5331,"name":{},"parent":{"19869":{}}}],["misskey/entities/app.misskeyentity.list.__type",{"_index":5332,"name":{},"parent":{"19870":{},"19871":{},"19872":{},"19873":{}}}],["misskey/entities/app.misskeyentity.meta",{"_index":5334,"name":{},"parent":{"19875":{}}}],["misskey/entities/app.misskeyentity.meta.__type",{"_index":5336,"name":{},"parent":{"19876":{},"19877":{},"19878":{},"19879":{},"19880":{},"19881":{},"19882":{},"19883":{},"19884":{},"19885":{},"19886":{},"19887":{}}}],["misskey/entities/app.misskeyentity.mute",{"_index":5342,"name":{},"parent":{"19889":{}}}],["misskey/entities/app.misskeyentity.mute.__type",{"_index":5343,"name":{},"parent":{"19890":{},"19891":{},"19892":{},"19893":{}}}],["misskey/entities/app.misskeyentity.note",{"_index":5279,"name":{},"parent":{"19777":{}}}],["misskey/entities/app.misskeyentity.note.__type",{"_index":5280,"name":{},"parent":{"19778":{},"19779":{},"19780":{},"19781":{},"19782":{},"19783":{},"19784":{},"19785":{},"19786":{},"19787":{},"19788":{},"19789":{},"19790":{},"19791":{},"19792":{},"19793":{},"19794":{},"19795":{},"19796":{},"19797":{},"19798":{},"19799":{},"19800":{},"19801":{}}}],["misskey/entities/app.misskeyentity.notification",{"_index":5346,"name":{},"parent":{"19895":{}}}],["misskey/entities/app.misskeyentity.notification.__type",{"_index":5347,"name":{},"parent":{"19896":{},"19897":{},"19898":{},"19899":{},"19900":{},"19901":{},"19902":{}}}],["misskey/entities/app.misskeyentity.poll",{"_index":5275,"name":{},"parent":{"19772":{}}}],["misskey/entities/app.misskeyentity.poll.__type",{"_index":5276,"name":{},"parent":{"19773":{},"19774":{},"19775":{}}}],["misskey/entities/app.misskeyentity.reaction",{"_index":5348,"name":{},"parent":{"19905":{}}}],["misskey/entities/app.misskeyentity.reaction.__type",{"_index":5349,"name":{},"parent":{"19906":{},"19907":{},"19908":{},"19909":{}}}],["misskey/entities/app.misskeyentity.relation",{"_index":5350,"name":{},"parent":{"19911":{}}}],["misskey/entities/app.misskeyentity.relation.__type",{"_index":5351,"name":{},"parent":{"19912":{},"19913":{},"19914":{},"19915":{},"19916":{},"19917":{},"19918":{},"19919":{}}}],["misskey/entities/app.misskeyentity.session",{"_index":5361,"name":{},"parent":{"19925":{}}}],["misskey/entities/app.misskeyentity.session.__type",{"_index":5362,"name":{},"parent":{"19926":{},"19927":{}}}],["misskey/entities/app.misskeyentity.stats",{"_index":5363,"name":{},"parent":{"19929":{}}}],["misskey/entities/app.misskeyentity.stats.__type",{"_index":5364,"name":{},"parent":{"19930":{},"19931":{},"19932":{},"19933":{},"19934":{}}}],["misskey/entities/app.misskeyentity.user",{"_index":5258,"name":{},"parent":{"19742":{}}}],["misskey/entities/app.misskeyentity.user.__type",{"_index":5259,"name":{},"parent":{"19743":{},"19744":{},"19745":{},"19746":{},"19747":{},"19748":{},"19749":{}}}],["misskey/entities/app.misskeyentity.userdetail",{"_index":5291,"name":{},"parent":{"19803":{}}}],["misskey/entities/app.misskeyentity.userdetail.__type",{"_index":5292,"name":{},"parent":{"19804":{},"19805":{},"19806":{},"19807":{},"19808":{},"19809":{},"19810":{},"19811":{},"19812":{},"19813":{},"19814":{},"19815":{},"19816":{},"19817":{},"19818":{},"19819":{},"19820":{},"19821":{},"19822":{},"19823":{},"19824":{},"19825":{},"19826":{},"19827":{},"19828":{}}}],["misskey/entities/app.misskeyentity.userkey",{"_index":5359,"name":{},"parent":{"19921":{}}}],["misskey/entities/app.misskeyentity.userkey.__type",{"_index":5360,"name":{},"parent":{"19922":{},"19923":{}}}],["misskey/entities/blocking",{"_index":360,"name":{"590":{}},"parent":{"19935":{}}}],["misskey/entities/blocking.misskeyentity",{"_index":5368,"name":{},"parent":{"19936":{},"19943":{},"19949":{},"19958":{},"19974":{},"19979":{},"19984":{},"20010":{},"20037":{},"20043":{},"20046":{},"20052":{},"20059":{},"20066":{},"20071":{},"20076":{},"20082":{},"20096":{},"20102":{},"20111":{},"20112":{},"20118":{},"20128":{},"20132":{},"20136":{}}}],["misskey/entities/blocking.misskeyentity.app",{"_index":5369,"name":{},"parent":{"19937":{}}}],["misskey/entities/blocking.misskeyentity.app.__type",{"_index":5370,"name":{},"parent":{"19938":{},"19939":{},"19940":{},"19941":{},"19942":{}}}],["misskey/entities/blocking.misskeyentity.blocking",{"_index":5386,"name":{},"parent":{"20038":{}}}],["misskey/entities/blocking.misskeyentity.blocking.__type",{"_index":5387,"name":{},"parent":{"20039":{},"20040":{},"20041":{},"20042":{}}}],["misskey/entities/blocking.misskeyentity.choice",{"_index":5378,"name":{},"parent":{"19975":{}}}],["misskey/entities/blocking.misskeyentity.choice.__type",{"_index":5379,"name":{},"parent":{"19976":{},"19977":{},"19978":{}}}],["misskey/entities/blocking.misskeyentity.creatednote",{"_index":5388,"name":{},"parent":{"20044":{}}}],["misskey/entities/blocking.misskeyentity.creatednote.__type",{"_index":5389,"name":{},"parent":{"20045":{}}}],["misskey/entities/blocking.misskeyentity.emoji",{"_index":5371,"name":{},"parent":{"19944":{}}}],["misskey/entities/blocking.misskeyentity.emoji.__type",{"_index":5372,"name":{},"parent":{"19945":{},"19946":{},"19947":{},"19948":{}}}],["misskey/entities/blocking.misskeyentity.favorite",{"_index":5390,"name":{},"parent":{"20047":{}}}],["misskey/entities/blocking.misskeyentity.favorite.__type",{"_index":5391,"name":{},"parent":{"20048":{},"20049":{},"20050":{},"20051":{}}}],["misskey/entities/blocking.misskeyentity.file",{"_index":5375,"name":{},"parent":{"19959":{}}}],["misskey/entities/blocking.misskeyentity.file.__type",{"_index":5376,"name":{},"parent":{"19960":{},"19961":{},"19962":{},"19963":{},"19964":{},"19965":{},"19966":{},"19967":{},"19968":{},"19972":{},"19973":{}}}],["misskey/entities/blocking.misskeyentity.file.__type.__type",{"_index":5377,"name":{},"parent":{"19969":{},"19970":{},"19971":{}}}],["misskey/entities/blocking.misskeyentity.follower",{"_index":5392,"name":{},"parent":{"20053":{}}}],["misskey/entities/blocking.misskeyentity.follower.__type",{"_index":5393,"name":{},"parent":{"20054":{},"20055":{},"20056":{},"20057":{},"20058":{}}}],["misskey/entities/blocking.misskeyentity.following",{"_index":5394,"name":{},"parent":{"20060":{}}}],["misskey/entities/blocking.misskeyentity.following.__type",{"_index":5395,"name":{},"parent":{"20061":{},"20062":{},"20063":{},"20064":{},"20065":{}}}],["misskey/entities/blocking.misskeyentity.followrequest",{"_index":5396,"name":{},"parent":{"20067":{}}}],["misskey/entities/blocking.misskeyentity.followrequest.__type",{"_index":5397,"name":{},"parent":{"20068":{},"20069":{},"20070":{}}}],["misskey/entities/blocking.misskeyentity.hashtag",{"_index":5398,"name":{},"parent":{"20072":{}}}],["misskey/entities/blocking.misskeyentity.hashtag.__type",{"_index":5399,"name":{},"parent":{"20073":{},"20074":{},"20075":{}}}],["misskey/entities/blocking.misskeyentity.list",{"_index":5400,"name":{},"parent":{"20077":{}}}],["misskey/entities/blocking.misskeyentity.list.__type",{"_index":5401,"name":{},"parent":{"20078":{},"20079":{},"20080":{},"20081":{}}}],["misskey/entities/blocking.misskeyentity.meta",{"_index":5402,"name":{},"parent":{"20083":{}}}],["misskey/entities/blocking.misskeyentity.meta.__type",{"_index":5403,"name":{},"parent":{"20084":{},"20085":{},"20086":{},"20087":{},"20088":{},"20089":{},"20090":{},"20091":{},"20092":{},"20093":{},"20094":{},"20095":{}}}],["misskey/entities/blocking.misskeyentity.mute",{"_index":5404,"name":{},"parent":{"20097":{}}}],["misskey/entities/blocking.misskeyentity.mute.__type",{"_index":5405,"name":{},"parent":{"20098":{},"20099":{},"20100":{},"20101":{}}}],["misskey/entities/blocking.misskeyentity.note",{"_index":5382,"name":{},"parent":{"19985":{}}}],["misskey/entities/blocking.misskeyentity.note.__type",{"_index":5383,"name":{},"parent":{"19986":{},"19987":{},"19988":{},"19989":{},"19990":{},"19991":{},"19992":{},"19993":{},"19994":{},"19995":{},"19996":{},"19997":{},"19998":{},"19999":{},"20000":{},"20001":{},"20002":{},"20003":{},"20004":{},"20005":{},"20006":{},"20007":{},"20008":{},"20009":{}}}],["misskey/entities/blocking.misskeyentity.notification",{"_index":5406,"name":{},"parent":{"20103":{}}}],["misskey/entities/blocking.misskeyentity.notification.__type",{"_index":5407,"name":{},"parent":{"20104":{},"20105":{},"20106":{},"20107":{},"20108":{},"20109":{},"20110":{}}}],["misskey/entities/blocking.misskeyentity.poll",{"_index":5380,"name":{},"parent":{"19980":{}}}],["misskey/entities/blocking.misskeyentity.poll.__type",{"_index":5381,"name":{},"parent":{"19981":{},"19982":{},"19983":{}}}],["misskey/entities/blocking.misskeyentity.reaction",{"_index":5408,"name":{},"parent":{"20113":{}}}],["misskey/entities/blocking.misskeyentity.reaction.__type",{"_index":5409,"name":{},"parent":{"20114":{},"20115":{},"20116":{},"20117":{}}}],["misskey/entities/blocking.misskeyentity.relation",{"_index":5410,"name":{},"parent":{"20119":{}}}],["misskey/entities/blocking.misskeyentity.relation.__type",{"_index":5411,"name":{},"parent":{"20120":{},"20121":{},"20122":{},"20123":{},"20124":{},"20125":{},"20126":{},"20127":{}}}],["misskey/entities/blocking.misskeyentity.session",{"_index":5414,"name":{},"parent":{"20133":{}}}],["misskey/entities/blocking.misskeyentity.session.__type",{"_index":5415,"name":{},"parent":{"20134":{},"20135":{}}}],["misskey/entities/blocking.misskeyentity.stats",{"_index":5416,"name":{},"parent":{"20137":{}}}],["misskey/entities/blocking.misskeyentity.stats.__type",{"_index":5417,"name":{},"parent":{"20138":{},"20139":{},"20140":{},"20141":{},"20142":{}}}],["misskey/entities/blocking.misskeyentity.user",{"_index":5373,"name":{},"parent":{"19950":{}}}],["misskey/entities/blocking.misskeyentity.user.__type",{"_index":5374,"name":{},"parent":{"19951":{},"19952":{},"19953":{},"19954":{},"19955":{},"19956":{},"19957":{}}}],["misskey/entities/blocking.misskeyentity.userdetail",{"_index":5384,"name":{},"parent":{"20011":{}}}],["misskey/entities/blocking.misskeyentity.userdetail.__type",{"_index":5385,"name":{},"parent":{"20012":{},"20013":{},"20014":{},"20015":{},"20016":{},"20017":{},"20018":{},"20019":{},"20020":{},"20021":{},"20022":{},"20023":{},"20024":{},"20025":{},"20026":{},"20027":{},"20028":{},"20029":{},"20030":{},"20031":{},"20032":{},"20033":{},"20034":{},"20035":{},"20036":{}}}],["misskey/entities/blocking.misskeyentity.userkey",{"_index":5412,"name":{},"parent":{"20129":{}}}],["misskey/entities/blocking.misskeyentity.userkey.__type",{"_index":5413,"name":{},"parent":{"20130":{},"20131":{}}}],["misskey/entities/creatednote",{"_index":361,"name":{"591":{}},"parent":{"20143":{}}}],["misskey/entities/creatednote.misskeyentity",{"_index":5418,"name":{},"parent":{"20144":{},"20151":{},"20157":{},"20166":{},"20182":{},"20187":{},"20192":{},"20218":{},"20245":{},"20251":{},"20254":{},"20260":{},"20267":{},"20274":{},"20279":{},"20284":{},"20290":{},"20304":{},"20310":{},"20319":{},"20320":{},"20326":{},"20336":{},"20340":{},"20344":{}}}],["misskey/entities/creatednote.misskeyentity.app",{"_index":5419,"name":{},"parent":{"20145":{}}}],["misskey/entities/creatednote.misskeyentity.app.__type",{"_index":5420,"name":{},"parent":{"20146":{},"20147":{},"20148":{},"20149":{},"20150":{}}}],["misskey/entities/creatednote.misskeyentity.blocking",{"_index":5436,"name":{},"parent":{"20246":{}}}],["misskey/entities/creatednote.misskeyentity.blocking.__type",{"_index":5437,"name":{},"parent":{"20247":{},"20248":{},"20249":{},"20250":{}}}],["misskey/entities/creatednote.misskeyentity.choice",{"_index":5428,"name":{},"parent":{"20183":{}}}],["misskey/entities/creatednote.misskeyentity.choice.__type",{"_index":5429,"name":{},"parent":{"20184":{},"20185":{},"20186":{}}}],["misskey/entities/creatednote.misskeyentity.creatednote",{"_index":5438,"name":{},"parent":{"20252":{}}}],["misskey/entities/creatednote.misskeyentity.creatednote.__type",{"_index":5439,"name":{},"parent":{"20253":{}}}],["misskey/entities/creatednote.misskeyentity.emoji",{"_index":5421,"name":{},"parent":{"20152":{}}}],["misskey/entities/creatednote.misskeyentity.emoji.__type",{"_index":5422,"name":{},"parent":{"20153":{},"20154":{},"20155":{},"20156":{}}}],["misskey/entities/creatednote.misskeyentity.favorite",{"_index":5440,"name":{},"parent":{"20255":{}}}],["misskey/entities/creatednote.misskeyentity.favorite.__type",{"_index":5441,"name":{},"parent":{"20256":{},"20257":{},"20258":{},"20259":{}}}],["misskey/entities/creatednote.misskeyentity.file",{"_index":5425,"name":{},"parent":{"20167":{}}}],["misskey/entities/creatednote.misskeyentity.file.__type",{"_index":5426,"name":{},"parent":{"20168":{},"20169":{},"20170":{},"20171":{},"20172":{},"20173":{},"20174":{},"20175":{},"20176":{},"20180":{},"20181":{}}}],["misskey/entities/creatednote.misskeyentity.file.__type.__type",{"_index":5427,"name":{},"parent":{"20177":{},"20178":{},"20179":{}}}],["misskey/entities/creatednote.misskeyentity.follower",{"_index":5442,"name":{},"parent":{"20261":{}}}],["misskey/entities/creatednote.misskeyentity.follower.__type",{"_index":5443,"name":{},"parent":{"20262":{},"20263":{},"20264":{},"20265":{},"20266":{}}}],["misskey/entities/creatednote.misskeyentity.following",{"_index":5444,"name":{},"parent":{"20268":{}}}],["misskey/entities/creatednote.misskeyentity.following.__type",{"_index":5445,"name":{},"parent":{"20269":{},"20270":{},"20271":{},"20272":{},"20273":{}}}],["misskey/entities/creatednote.misskeyentity.followrequest",{"_index":5446,"name":{},"parent":{"20275":{}}}],["misskey/entities/creatednote.misskeyentity.followrequest.__type",{"_index":5447,"name":{},"parent":{"20276":{},"20277":{},"20278":{}}}],["misskey/entities/creatednote.misskeyentity.hashtag",{"_index":5448,"name":{},"parent":{"20280":{}}}],["misskey/entities/creatednote.misskeyentity.hashtag.__type",{"_index":5449,"name":{},"parent":{"20281":{},"20282":{},"20283":{}}}],["misskey/entities/creatednote.misskeyentity.list",{"_index":5450,"name":{},"parent":{"20285":{}}}],["misskey/entities/creatednote.misskeyentity.list.__type",{"_index":5451,"name":{},"parent":{"20286":{},"20287":{},"20288":{},"20289":{}}}],["misskey/entities/creatednote.misskeyentity.meta",{"_index":5452,"name":{},"parent":{"20291":{}}}],["misskey/entities/creatednote.misskeyentity.meta.__type",{"_index":5453,"name":{},"parent":{"20292":{},"20293":{},"20294":{},"20295":{},"20296":{},"20297":{},"20298":{},"20299":{},"20300":{},"20301":{},"20302":{},"20303":{}}}],["misskey/entities/creatednote.misskeyentity.mute",{"_index":5454,"name":{},"parent":{"20305":{}}}],["misskey/entities/creatednote.misskeyentity.mute.__type",{"_index":5455,"name":{},"parent":{"20306":{},"20307":{},"20308":{},"20309":{}}}],["misskey/entities/creatednote.misskeyentity.note",{"_index":5432,"name":{},"parent":{"20193":{}}}],["misskey/entities/creatednote.misskeyentity.note.__type",{"_index":5433,"name":{},"parent":{"20194":{},"20195":{},"20196":{},"20197":{},"20198":{},"20199":{},"20200":{},"20201":{},"20202":{},"20203":{},"20204":{},"20205":{},"20206":{},"20207":{},"20208":{},"20209":{},"20210":{},"20211":{},"20212":{},"20213":{},"20214":{},"20215":{},"20216":{},"20217":{}}}],["misskey/entities/creatednote.misskeyentity.notification",{"_index":5456,"name":{},"parent":{"20311":{}}}],["misskey/entities/creatednote.misskeyentity.notification.__type",{"_index":5457,"name":{},"parent":{"20312":{},"20313":{},"20314":{},"20315":{},"20316":{},"20317":{},"20318":{}}}],["misskey/entities/creatednote.misskeyentity.poll",{"_index":5430,"name":{},"parent":{"20188":{}}}],["misskey/entities/creatednote.misskeyentity.poll.__type",{"_index":5431,"name":{},"parent":{"20189":{},"20190":{},"20191":{}}}],["misskey/entities/creatednote.misskeyentity.reaction",{"_index":5458,"name":{},"parent":{"20321":{}}}],["misskey/entities/creatednote.misskeyentity.reaction.__type",{"_index":5459,"name":{},"parent":{"20322":{},"20323":{},"20324":{},"20325":{}}}],["misskey/entities/creatednote.misskeyentity.relation",{"_index":5460,"name":{},"parent":{"20327":{}}}],["misskey/entities/creatednote.misskeyentity.relation.__type",{"_index":5461,"name":{},"parent":{"20328":{},"20329":{},"20330":{},"20331":{},"20332":{},"20333":{},"20334":{},"20335":{}}}],["misskey/entities/creatednote.misskeyentity.session",{"_index":5464,"name":{},"parent":{"20341":{}}}],["misskey/entities/creatednote.misskeyentity.session.__type",{"_index":5465,"name":{},"parent":{"20342":{},"20343":{}}}],["misskey/entities/creatednote.misskeyentity.stats",{"_index":5466,"name":{},"parent":{"20345":{}}}],["misskey/entities/creatednote.misskeyentity.stats.__type",{"_index":5467,"name":{},"parent":{"20346":{},"20347":{},"20348":{},"20349":{},"20350":{}}}],["misskey/entities/creatednote.misskeyentity.user",{"_index":5423,"name":{},"parent":{"20158":{}}}],["misskey/entities/creatednote.misskeyentity.user.__type",{"_index":5424,"name":{},"parent":{"20159":{},"20160":{},"20161":{},"20162":{},"20163":{},"20164":{},"20165":{}}}],["misskey/entities/creatednote.misskeyentity.userdetail",{"_index":5434,"name":{},"parent":{"20219":{}}}],["misskey/entities/creatednote.misskeyentity.userdetail.__type",{"_index":5435,"name":{},"parent":{"20220":{},"20221":{},"20222":{},"20223":{},"20224":{},"20225":{},"20226":{},"20227":{},"20228":{},"20229":{},"20230":{},"20231":{},"20232":{},"20233":{},"20234":{},"20235":{},"20236":{},"20237":{},"20238":{},"20239":{},"20240":{},"20241":{},"20242":{},"20243":{},"20244":{}}}],["misskey/entities/creatednote.misskeyentity.userkey",{"_index":5462,"name":{},"parent":{"20337":{}}}],["misskey/entities/creatednote.misskeyentity.userkey.__type",{"_index":5463,"name":{},"parent":{"20338":{},"20339":{}}}],["misskey/entities/emoji",{"_index":362,"name":{"592":{}},"parent":{"20351":{}}}],["misskey/entities/emoji.misskeyentity",{"_index":5468,"name":{},"parent":{"20352":{},"20359":{},"20365":{},"20374":{},"20390":{},"20395":{},"20400":{},"20426":{},"20453":{},"20459":{},"20462":{},"20468":{},"20475":{},"20482":{},"20487":{},"20492":{},"20498":{},"20512":{},"20518":{},"20527":{},"20528":{},"20534":{},"20544":{},"20548":{},"20552":{}}}],["misskey/entities/emoji.misskeyentity.app",{"_index":5469,"name":{},"parent":{"20353":{}}}],["misskey/entities/emoji.misskeyentity.app.__type",{"_index":5470,"name":{},"parent":{"20354":{},"20355":{},"20356":{},"20357":{},"20358":{}}}],["misskey/entities/emoji.misskeyentity.blocking",{"_index":5486,"name":{},"parent":{"20454":{}}}],["misskey/entities/emoji.misskeyentity.blocking.__type",{"_index":5487,"name":{},"parent":{"20455":{},"20456":{},"20457":{},"20458":{}}}],["misskey/entities/emoji.misskeyentity.choice",{"_index":5478,"name":{},"parent":{"20391":{}}}],["misskey/entities/emoji.misskeyentity.choice.__type",{"_index":5479,"name":{},"parent":{"20392":{},"20393":{},"20394":{}}}],["misskey/entities/emoji.misskeyentity.creatednote",{"_index":5488,"name":{},"parent":{"20460":{}}}],["misskey/entities/emoji.misskeyentity.creatednote.__type",{"_index":5489,"name":{},"parent":{"20461":{}}}],["misskey/entities/emoji.misskeyentity.emoji",{"_index":5471,"name":{},"parent":{"20360":{}}}],["misskey/entities/emoji.misskeyentity.emoji.__type",{"_index":5472,"name":{},"parent":{"20361":{},"20362":{},"20363":{},"20364":{}}}],["misskey/entities/emoji.misskeyentity.favorite",{"_index":5490,"name":{},"parent":{"20463":{}}}],["misskey/entities/emoji.misskeyentity.favorite.__type",{"_index":5491,"name":{},"parent":{"20464":{},"20465":{},"20466":{},"20467":{}}}],["misskey/entities/emoji.misskeyentity.file",{"_index":5475,"name":{},"parent":{"20375":{}}}],["misskey/entities/emoji.misskeyentity.file.__type",{"_index":5476,"name":{},"parent":{"20376":{},"20377":{},"20378":{},"20379":{},"20380":{},"20381":{},"20382":{},"20383":{},"20384":{},"20388":{},"20389":{}}}],["misskey/entities/emoji.misskeyentity.file.__type.__type",{"_index":5477,"name":{},"parent":{"20385":{},"20386":{},"20387":{}}}],["misskey/entities/emoji.misskeyentity.follower",{"_index":5492,"name":{},"parent":{"20469":{}}}],["misskey/entities/emoji.misskeyentity.follower.__type",{"_index":5493,"name":{},"parent":{"20470":{},"20471":{},"20472":{},"20473":{},"20474":{}}}],["misskey/entities/emoji.misskeyentity.following",{"_index":5494,"name":{},"parent":{"20476":{}}}],["misskey/entities/emoji.misskeyentity.following.__type",{"_index":5495,"name":{},"parent":{"20477":{},"20478":{},"20479":{},"20480":{},"20481":{}}}],["misskey/entities/emoji.misskeyentity.followrequest",{"_index":5496,"name":{},"parent":{"20483":{}}}],["misskey/entities/emoji.misskeyentity.followrequest.__type",{"_index":5497,"name":{},"parent":{"20484":{},"20485":{},"20486":{}}}],["misskey/entities/emoji.misskeyentity.hashtag",{"_index":5498,"name":{},"parent":{"20488":{}}}],["misskey/entities/emoji.misskeyentity.hashtag.__type",{"_index":5499,"name":{},"parent":{"20489":{},"20490":{},"20491":{}}}],["misskey/entities/emoji.misskeyentity.list",{"_index":5500,"name":{},"parent":{"20493":{}}}],["misskey/entities/emoji.misskeyentity.list.__type",{"_index":5501,"name":{},"parent":{"20494":{},"20495":{},"20496":{},"20497":{}}}],["misskey/entities/emoji.misskeyentity.meta",{"_index":5502,"name":{},"parent":{"20499":{}}}],["misskey/entities/emoji.misskeyentity.meta.__type",{"_index":5503,"name":{},"parent":{"20500":{},"20501":{},"20502":{},"20503":{},"20504":{},"20505":{},"20506":{},"20507":{},"20508":{},"20509":{},"20510":{},"20511":{}}}],["misskey/entities/emoji.misskeyentity.mute",{"_index":5504,"name":{},"parent":{"20513":{}}}],["misskey/entities/emoji.misskeyentity.mute.__type",{"_index":5505,"name":{},"parent":{"20514":{},"20515":{},"20516":{},"20517":{}}}],["misskey/entities/emoji.misskeyentity.note",{"_index":5482,"name":{},"parent":{"20401":{}}}],["misskey/entities/emoji.misskeyentity.note.__type",{"_index":5483,"name":{},"parent":{"20402":{},"20403":{},"20404":{},"20405":{},"20406":{},"20407":{},"20408":{},"20409":{},"20410":{},"20411":{},"20412":{},"20413":{},"20414":{},"20415":{},"20416":{},"20417":{},"20418":{},"20419":{},"20420":{},"20421":{},"20422":{},"20423":{},"20424":{},"20425":{}}}],["misskey/entities/emoji.misskeyentity.notification",{"_index":5506,"name":{},"parent":{"20519":{}}}],["misskey/entities/emoji.misskeyentity.notification.__type",{"_index":5507,"name":{},"parent":{"20520":{},"20521":{},"20522":{},"20523":{},"20524":{},"20525":{},"20526":{}}}],["misskey/entities/emoji.misskeyentity.poll",{"_index":5480,"name":{},"parent":{"20396":{}}}],["misskey/entities/emoji.misskeyentity.poll.__type",{"_index":5481,"name":{},"parent":{"20397":{},"20398":{},"20399":{}}}],["misskey/entities/emoji.misskeyentity.reaction",{"_index":5508,"name":{},"parent":{"20529":{}}}],["misskey/entities/emoji.misskeyentity.reaction.__type",{"_index":5509,"name":{},"parent":{"20530":{},"20531":{},"20532":{},"20533":{}}}],["misskey/entities/emoji.misskeyentity.relation",{"_index":5510,"name":{},"parent":{"20535":{}}}],["misskey/entities/emoji.misskeyentity.relation.__type",{"_index":5511,"name":{},"parent":{"20536":{},"20537":{},"20538":{},"20539":{},"20540":{},"20541":{},"20542":{},"20543":{}}}],["misskey/entities/emoji.misskeyentity.session",{"_index":5514,"name":{},"parent":{"20549":{}}}],["misskey/entities/emoji.misskeyentity.session.__type",{"_index":5515,"name":{},"parent":{"20550":{},"20551":{}}}],["misskey/entities/emoji.misskeyentity.stats",{"_index":5516,"name":{},"parent":{"20553":{}}}],["misskey/entities/emoji.misskeyentity.stats.__type",{"_index":5517,"name":{},"parent":{"20554":{},"20555":{},"20556":{},"20557":{},"20558":{}}}],["misskey/entities/emoji.misskeyentity.user",{"_index":5473,"name":{},"parent":{"20366":{}}}],["misskey/entities/emoji.misskeyentity.user.__type",{"_index":5474,"name":{},"parent":{"20367":{},"20368":{},"20369":{},"20370":{},"20371":{},"20372":{},"20373":{}}}],["misskey/entities/emoji.misskeyentity.userdetail",{"_index":5484,"name":{},"parent":{"20427":{}}}],["misskey/entities/emoji.misskeyentity.userdetail.__type",{"_index":5485,"name":{},"parent":{"20428":{},"20429":{},"20430":{},"20431":{},"20432":{},"20433":{},"20434":{},"20435":{},"20436":{},"20437":{},"20438":{},"20439":{},"20440":{},"20441":{},"20442":{},"20443":{},"20444":{},"20445":{},"20446":{},"20447":{},"20448":{},"20449":{},"20450":{},"20451":{},"20452":{}}}],["misskey/entities/emoji.misskeyentity.userkey",{"_index":5512,"name":{},"parent":{"20545":{}}}],["misskey/entities/emoji.misskeyentity.userkey.__type",{"_index":5513,"name":{},"parent":{"20546":{},"20547":{}}}],["misskey/entities/favorite",{"_index":363,"name":{"593":{}},"parent":{"20559":{}}}],["misskey/entities/favorite.misskeyentity",{"_index":5518,"name":{},"parent":{"20560":{},"20567":{},"20573":{},"20582":{},"20598":{},"20603":{},"20608":{},"20634":{},"20661":{},"20667":{},"20670":{},"20676":{},"20683":{},"20690":{},"20695":{},"20700":{},"20706":{},"20720":{},"20726":{},"20735":{},"20736":{},"20742":{},"20752":{},"20756":{},"20760":{}}}],["misskey/entities/favorite.misskeyentity.app",{"_index":5519,"name":{},"parent":{"20561":{}}}],["misskey/entities/favorite.misskeyentity.app.__type",{"_index":5520,"name":{},"parent":{"20562":{},"20563":{},"20564":{},"20565":{},"20566":{}}}],["misskey/entities/favorite.misskeyentity.blocking",{"_index":5536,"name":{},"parent":{"20662":{}}}],["misskey/entities/favorite.misskeyentity.blocking.__type",{"_index":5537,"name":{},"parent":{"20663":{},"20664":{},"20665":{},"20666":{}}}],["misskey/entities/favorite.misskeyentity.choice",{"_index":5528,"name":{},"parent":{"20599":{}}}],["misskey/entities/favorite.misskeyentity.choice.__type",{"_index":5529,"name":{},"parent":{"20600":{},"20601":{},"20602":{}}}],["misskey/entities/favorite.misskeyentity.creatednote",{"_index":5538,"name":{},"parent":{"20668":{}}}],["misskey/entities/favorite.misskeyentity.creatednote.__type",{"_index":5539,"name":{},"parent":{"20669":{}}}],["misskey/entities/favorite.misskeyentity.emoji",{"_index":5521,"name":{},"parent":{"20568":{}}}],["misskey/entities/favorite.misskeyentity.emoji.__type",{"_index":5522,"name":{},"parent":{"20569":{},"20570":{},"20571":{},"20572":{}}}],["misskey/entities/favorite.misskeyentity.favorite",{"_index":5540,"name":{},"parent":{"20671":{}}}],["misskey/entities/favorite.misskeyentity.favorite.__type",{"_index":5541,"name":{},"parent":{"20672":{},"20673":{},"20674":{},"20675":{}}}],["misskey/entities/favorite.misskeyentity.file",{"_index":5525,"name":{},"parent":{"20583":{}}}],["misskey/entities/favorite.misskeyentity.file.__type",{"_index":5526,"name":{},"parent":{"20584":{},"20585":{},"20586":{},"20587":{},"20588":{},"20589":{},"20590":{},"20591":{},"20592":{},"20596":{},"20597":{}}}],["misskey/entities/favorite.misskeyentity.file.__type.__type",{"_index":5527,"name":{},"parent":{"20593":{},"20594":{},"20595":{}}}],["misskey/entities/favorite.misskeyentity.follower",{"_index":5542,"name":{},"parent":{"20677":{}}}],["misskey/entities/favorite.misskeyentity.follower.__type",{"_index":5543,"name":{},"parent":{"20678":{},"20679":{},"20680":{},"20681":{},"20682":{}}}],["misskey/entities/favorite.misskeyentity.following",{"_index":5544,"name":{},"parent":{"20684":{}}}],["misskey/entities/favorite.misskeyentity.following.__type",{"_index":5545,"name":{},"parent":{"20685":{},"20686":{},"20687":{},"20688":{},"20689":{}}}],["misskey/entities/favorite.misskeyentity.followrequest",{"_index":5546,"name":{},"parent":{"20691":{}}}],["misskey/entities/favorite.misskeyentity.followrequest.__type",{"_index":5547,"name":{},"parent":{"20692":{},"20693":{},"20694":{}}}],["misskey/entities/favorite.misskeyentity.hashtag",{"_index":5548,"name":{},"parent":{"20696":{}}}],["misskey/entities/favorite.misskeyentity.hashtag.__type",{"_index":5549,"name":{},"parent":{"20697":{},"20698":{},"20699":{}}}],["misskey/entities/favorite.misskeyentity.list",{"_index":5550,"name":{},"parent":{"20701":{}}}],["misskey/entities/favorite.misskeyentity.list.__type",{"_index":5551,"name":{},"parent":{"20702":{},"20703":{},"20704":{},"20705":{}}}],["misskey/entities/favorite.misskeyentity.meta",{"_index":5552,"name":{},"parent":{"20707":{}}}],["misskey/entities/favorite.misskeyentity.meta.__type",{"_index":5553,"name":{},"parent":{"20708":{},"20709":{},"20710":{},"20711":{},"20712":{},"20713":{},"20714":{},"20715":{},"20716":{},"20717":{},"20718":{},"20719":{}}}],["misskey/entities/favorite.misskeyentity.mute",{"_index":5554,"name":{},"parent":{"20721":{}}}],["misskey/entities/favorite.misskeyentity.mute.__type",{"_index":5555,"name":{},"parent":{"20722":{},"20723":{},"20724":{},"20725":{}}}],["misskey/entities/favorite.misskeyentity.note",{"_index":5532,"name":{},"parent":{"20609":{}}}],["misskey/entities/favorite.misskeyentity.note.__type",{"_index":5533,"name":{},"parent":{"20610":{},"20611":{},"20612":{},"20613":{},"20614":{},"20615":{},"20616":{},"20617":{},"20618":{},"20619":{},"20620":{},"20621":{},"20622":{},"20623":{},"20624":{},"20625":{},"20626":{},"20627":{},"20628":{},"20629":{},"20630":{},"20631":{},"20632":{},"20633":{}}}],["misskey/entities/favorite.misskeyentity.notification",{"_index":5556,"name":{},"parent":{"20727":{}}}],["misskey/entities/favorite.misskeyentity.notification.__type",{"_index":5557,"name":{},"parent":{"20728":{},"20729":{},"20730":{},"20731":{},"20732":{},"20733":{},"20734":{}}}],["misskey/entities/favorite.misskeyentity.poll",{"_index":5530,"name":{},"parent":{"20604":{}}}],["misskey/entities/favorite.misskeyentity.poll.__type",{"_index":5531,"name":{},"parent":{"20605":{},"20606":{},"20607":{}}}],["misskey/entities/favorite.misskeyentity.reaction",{"_index":5558,"name":{},"parent":{"20737":{}}}],["misskey/entities/favorite.misskeyentity.reaction.__type",{"_index":5559,"name":{},"parent":{"20738":{},"20739":{},"20740":{},"20741":{}}}],["misskey/entities/favorite.misskeyentity.relation",{"_index":5560,"name":{},"parent":{"20743":{}}}],["misskey/entities/favorite.misskeyentity.relation.__type",{"_index":5561,"name":{},"parent":{"20744":{},"20745":{},"20746":{},"20747":{},"20748":{},"20749":{},"20750":{},"20751":{}}}],["misskey/entities/favorite.misskeyentity.session",{"_index":5564,"name":{},"parent":{"20757":{}}}],["misskey/entities/favorite.misskeyentity.session.__type",{"_index":5565,"name":{},"parent":{"20758":{},"20759":{}}}],["misskey/entities/favorite.misskeyentity.stats",{"_index":5566,"name":{},"parent":{"20761":{}}}],["misskey/entities/favorite.misskeyentity.stats.__type",{"_index":5567,"name":{},"parent":{"20762":{},"20763":{},"20764":{},"20765":{},"20766":{}}}],["misskey/entities/favorite.misskeyentity.user",{"_index":5523,"name":{},"parent":{"20574":{}}}],["misskey/entities/favorite.misskeyentity.user.__type",{"_index":5524,"name":{},"parent":{"20575":{},"20576":{},"20577":{},"20578":{},"20579":{},"20580":{},"20581":{}}}],["misskey/entities/favorite.misskeyentity.userdetail",{"_index":5534,"name":{},"parent":{"20635":{}}}],["misskey/entities/favorite.misskeyentity.userdetail.__type",{"_index":5535,"name":{},"parent":{"20636":{},"20637":{},"20638":{},"20639":{},"20640":{},"20641":{},"20642":{},"20643":{},"20644":{},"20645":{},"20646":{},"20647":{},"20648":{},"20649":{},"20650":{},"20651":{},"20652":{},"20653":{},"20654":{},"20655":{},"20656":{},"20657":{},"20658":{},"20659":{},"20660":{}}}],["misskey/entities/favorite.misskeyentity.userkey",{"_index":5562,"name":{},"parent":{"20753":{}}}],["misskey/entities/favorite.misskeyentity.userkey.__type",{"_index":5563,"name":{},"parent":{"20754":{},"20755":{}}}],["misskey/entities/file",{"_index":364,"name":{"594":{}},"parent":{"20767":{}}}],["misskey/entities/file.misskeyentity",{"_index":5568,"name":{},"parent":{"20768":{},"20775":{},"20781":{},"20790":{},"20806":{},"20811":{},"20816":{},"20842":{},"20869":{},"20875":{},"20878":{},"20884":{},"20891":{},"20898":{},"20903":{},"20908":{},"20914":{},"20928":{},"20934":{},"20943":{},"20944":{},"20950":{},"20960":{},"20964":{},"20968":{}}}],["misskey/entities/file.misskeyentity.app",{"_index":5569,"name":{},"parent":{"20769":{}}}],["misskey/entities/file.misskeyentity.app.__type",{"_index":5570,"name":{},"parent":{"20770":{},"20771":{},"20772":{},"20773":{},"20774":{}}}],["misskey/entities/file.misskeyentity.blocking",{"_index":5586,"name":{},"parent":{"20870":{}}}],["misskey/entities/file.misskeyentity.blocking.__type",{"_index":5587,"name":{},"parent":{"20871":{},"20872":{},"20873":{},"20874":{}}}],["misskey/entities/file.misskeyentity.choice",{"_index":5578,"name":{},"parent":{"20807":{}}}],["misskey/entities/file.misskeyentity.choice.__type",{"_index":5579,"name":{},"parent":{"20808":{},"20809":{},"20810":{}}}],["misskey/entities/file.misskeyentity.creatednote",{"_index":5588,"name":{},"parent":{"20876":{}}}],["misskey/entities/file.misskeyentity.creatednote.__type",{"_index":5589,"name":{},"parent":{"20877":{}}}],["misskey/entities/file.misskeyentity.emoji",{"_index":5571,"name":{},"parent":{"20776":{}}}],["misskey/entities/file.misskeyentity.emoji.__type",{"_index":5572,"name":{},"parent":{"20777":{},"20778":{},"20779":{},"20780":{}}}],["misskey/entities/file.misskeyentity.favorite",{"_index":5590,"name":{},"parent":{"20879":{}}}],["misskey/entities/file.misskeyentity.favorite.__type",{"_index":5591,"name":{},"parent":{"20880":{},"20881":{},"20882":{},"20883":{}}}],["misskey/entities/file.misskeyentity.file",{"_index":5575,"name":{},"parent":{"20791":{}}}],["misskey/entities/file.misskeyentity.file.__type",{"_index":5576,"name":{},"parent":{"20792":{},"20793":{},"20794":{},"20795":{},"20796":{},"20797":{},"20798":{},"20799":{},"20800":{},"20804":{},"20805":{}}}],["misskey/entities/file.misskeyentity.file.__type.__type",{"_index":5577,"name":{},"parent":{"20801":{},"20802":{},"20803":{}}}],["misskey/entities/file.misskeyentity.follower",{"_index":5592,"name":{},"parent":{"20885":{}}}],["misskey/entities/file.misskeyentity.follower.__type",{"_index":5593,"name":{},"parent":{"20886":{},"20887":{},"20888":{},"20889":{},"20890":{}}}],["misskey/entities/file.misskeyentity.following",{"_index":5594,"name":{},"parent":{"20892":{}}}],["misskey/entities/file.misskeyentity.following.__type",{"_index":5595,"name":{},"parent":{"20893":{},"20894":{},"20895":{},"20896":{},"20897":{}}}],["misskey/entities/file.misskeyentity.followrequest",{"_index":5596,"name":{},"parent":{"20899":{}}}],["misskey/entities/file.misskeyentity.followrequest.__type",{"_index":5597,"name":{},"parent":{"20900":{},"20901":{},"20902":{}}}],["misskey/entities/file.misskeyentity.hashtag",{"_index":5598,"name":{},"parent":{"20904":{}}}],["misskey/entities/file.misskeyentity.hashtag.__type",{"_index":5599,"name":{},"parent":{"20905":{},"20906":{},"20907":{}}}],["misskey/entities/file.misskeyentity.list",{"_index":5600,"name":{},"parent":{"20909":{}}}],["misskey/entities/file.misskeyentity.list.__type",{"_index":5601,"name":{},"parent":{"20910":{},"20911":{},"20912":{},"20913":{}}}],["misskey/entities/file.misskeyentity.meta",{"_index":5602,"name":{},"parent":{"20915":{}}}],["misskey/entities/file.misskeyentity.meta.__type",{"_index":5603,"name":{},"parent":{"20916":{},"20917":{},"20918":{},"20919":{},"20920":{},"20921":{},"20922":{},"20923":{},"20924":{},"20925":{},"20926":{},"20927":{}}}],["misskey/entities/file.misskeyentity.mute",{"_index":5604,"name":{},"parent":{"20929":{}}}],["misskey/entities/file.misskeyentity.mute.__type",{"_index":5605,"name":{},"parent":{"20930":{},"20931":{},"20932":{},"20933":{}}}],["misskey/entities/file.misskeyentity.note",{"_index":5582,"name":{},"parent":{"20817":{}}}],["misskey/entities/file.misskeyentity.note.__type",{"_index":5583,"name":{},"parent":{"20818":{},"20819":{},"20820":{},"20821":{},"20822":{},"20823":{},"20824":{},"20825":{},"20826":{},"20827":{},"20828":{},"20829":{},"20830":{},"20831":{},"20832":{},"20833":{},"20834":{},"20835":{},"20836":{},"20837":{},"20838":{},"20839":{},"20840":{},"20841":{}}}],["misskey/entities/file.misskeyentity.notification",{"_index":5606,"name":{},"parent":{"20935":{}}}],["misskey/entities/file.misskeyentity.notification.__type",{"_index":5607,"name":{},"parent":{"20936":{},"20937":{},"20938":{},"20939":{},"20940":{},"20941":{},"20942":{}}}],["misskey/entities/file.misskeyentity.poll",{"_index":5580,"name":{},"parent":{"20812":{}}}],["misskey/entities/file.misskeyentity.poll.__type",{"_index":5581,"name":{},"parent":{"20813":{},"20814":{},"20815":{}}}],["misskey/entities/file.misskeyentity.reaction",{"_index":5608,"name":{},"parent":{"20945":{}}}],["misskey/entities/file.misskeyentity.reaction.__type",{"_index":5609,"name":{},"parent":{"20946":{},"20947":{},"20948":{},"20949":{}}}],["misskey/entities/file.misskeyentity.relation",{"_index":5610,"name":{},"parent":{"20951":{}}}],["misskey/entities/file.misskeyentity.relation.__type",{"_index":5611,"name":{},"parent":{"20952":{},"20953":{},"20954":{},"20955":{},"20956":{},"20957":{},"20958":{},"20959":{}}}],["misskey/entities/file.misskeyentity.session",{"_index":5614,"name":{},"parent":{"20965":{}}}],["misskey/entities/file.misskeyentity.session.__type",{"_index":5615,"name":{},"parent":{"20966":{},"20967":{}}}],["misskey/entities/file.misskeyentity.stats",{"_index":5616,"name":{},"parent":{"20969":{}}}],["misskey/entities/file.misskeyentity.stats.__type",{"_index":5617,"name":{},"parent":{"20970":{},"20971":{},"20972":{},"20973":{},"20974":{}}}],["misskey/entities/file.misskeyentity.user",{"_index":5573,"name":{},"parent":{"20782":{}}}],["misskey/entities/file.misskeyentity.user.__type",{"_index":5574,"name":{},"parent":{"20783":{},"20784":{},"20785":{},"20786":{},"20787":{},"20788":{},"20789":{}}}],["misskey/entities/file.misskeyentity.userdetail",{"_index":5584,"name":{},"parent":{"20843":{}}}],["misskey/entities/file.misskeyentity.userdetail.__type",{"_index":5585,"name":{},"parent":{"20844":{},"20845":{},"20846":{},"20847":{},"20848":{},"20849":{},"20850":{},"20851":{},"20852":{},"20853":{},"20854":{},"20855":{},"20856":{},"20857":{},"20858":{},"20859":{},"20860":{},"20861":{},"20862":{},"20863":{},"20864":{},"20865":{},"20866":{},"20867":{},"20868":{}}}],["misskey/entities/file.misskeyentity.userkey",{"_index":5612,"name":{},"parent":{"20961":{}}}],["misskey/entities/file.misskeyentity.userkey.__type",{"_index":5613,"name":{},"parent":{"20962":{},"20963":{}}}],["misskey/entities/follower",{"_index":366,"name":{"596":{}},"parent":{"21183":{}}}],["misskey/entities/follower.misskeyentity",{"_index":5668,"name":{},"parent":{"21184":{},"21191":{},"21197":{},"21206":{},"21222":{},"21227":{},"21232":{},"21258":{},"21285":{},"21291":{},"21294":{},"21300":{},"21307":{},"21314":{},"21319":{},"21324":{},"21330":{},"21344":{},"21350":{},"21359":{},"21360":{},"21366":{},"21376":{},"21380":{},"21384":{}}}],["misskey/entities/follower.misskeyentity.app",{"_index":5669,"name":{},"parent":{"21185":{}}}],["misskey/entities/follower.misskeyentity.app.__type",{"_index":5670,"name":{},"parent":{"21186":{},"21187":{},"21188":{},"21189":{},"21190":{}}}],["misskey/entities/follower.misskeyentity.blocking",{"_index":5686,"name":{},"parent":{"21286":{}}}],["misskey/entities/follower.misskeyentity.blocking.__type",{"_index":5687,"name":{},"parent":{"21287":{},"21288":{},"21289":{},"21290":{}}}],["misskey/entities/follower.misskeyentity.choice",{"_index":5678,"name":{},"parent":{"21223":{}}}],["misskey/entities/follower.misskeyentity.choice.__type",{"_index":5679,"name":{},"parent":{"21224":{},"21225":{},"21226":{}}}],["misskey/entities/follower.misskeyentity.creatednote",{"_index":5688,"name":{},"parent":{"21292":{}}}],["misskey/entities/follower.misskeyentity.creatednote.__type",{"_index":5689,"name":{},"parent":{"21293":{}}}],["misskey/entities/follower.misskeyentity.emoji",{"_index":5671,"name":{},"parent":{"21192":{}}}],["misskey/entities/follower.misskeyentity.emoji.__type",{"_index":5672,"name":{},"parent":{"21193":{},"21194":{},"21195":{},"21196":{}}}],["misskey/entities/follower.misskeyentity.favorite",{"_index":5690,"name":{},"parent":{"21295":{}}}],["misskey/entities/follower.misskeyentity.favorite.__type",{"_index":5691,"name":{},"parent":{"21296":{},"21297":{},"21298":{},"21299":{}}}],["misskey/entities/follower.misskeyentity.file",{"_index":5675,"name":{},"parent":{"21207":{}}}],["misskey/entities/follower.misskeyentity.file.__type",{"_index":5676,"name":{},"parent":{"21208":{},"21209":{},"21210":{},"21211":{},"21212":{},"21213":{},"21214":{},"21215":{},"21216":{},"21220":{},"21221":{}}}],["misskey/entities/follower.misskeyentity.file.__type.__type",{"_index":5677,"name":{},"parent":{"21217":{},"21218":{},"21219":{}}}],["misskey/entities/follower.misskeyentity.follower",{"_index":5692,"name":{},"parent":{"21301":{}}}],["misskey/entities/follower.misskeyentity.follower.__type",{"_index":5693,"name":{},"parent":{"21302":{},"21303":{},"21304":{},"21305":{},"21306":{}}}],["misskey/entities/follower.misskeyentity.following",{"_index":5694,"name":{},"parent":{"21308":{}}}],["misskey/entities/follower.misskeyentity.following.__type",{"_index":5695,"name":{},"parent":{"21309":{},"21310":{},"21311":{},"21312":{},"21313":{}}}],["misskey/entities/follower.misskeyentity.followrequest",{"_index":5696,"name":{},"parent":{"21315":{}}}],["misskey/entities/follower.misskeyentity.followrequest.__type",{"_index":5697,"name":{},"parent":{"21316":{},"21317":{},"21318":{}}}],["misskey/entities/follower.misskeyentity.hashtag",{"_index":5698,"name":{},"parent":{"21320":{}}}],["misskey/entities/follower.misskeyentity.hashtag.__type",{"_index":5699,"name":{},"parent":{"21321":{},"21322":{},"21323":{}}}],["misskey/entities/follower.misskeyentity.list",{"_index":5700,"name":{},"parent":{"21325":{}}}],["misskey/entities/follower.misskeyentity.list.__type",{"_index":5701,"name":{},"parent":{"21326":{},"21327":{},"21328":{},"21329":{}}}],["misskey/entities/follower.misskeyentity.meta",{"_index":5702,"name":{},"parent":{"21331":{}}}],["misskey/entities/follower.misskeyentity.meta.__type",{"_index":5703,"name":{},"parent":{"21332":{},"21333":{},"21334":{},"21335":{},"21336":{},"21337":{},"21338":{},"21339":{},"21340":{},"21341":{},"21342":{},"21343":{}}}],["misskey/entities/follower.misskeyentity.mute",{"_index":5704,"name":{},"parent":{"21345":{}}}],["misskey/entities/follower.misskeyentity.mute.__type",{"_index":5705,"name":{},"parent":{"21346":{},"21347":{},"21348":{},"21349":{}}}],["misskey/entities/follower.misskeyentity.note",{"_index":5682,"name":{},"parent":{"21233":{}}}],["misskey/entities/follower.misskeyentity.note.__type",{"_index":5683,"name":{},"parent":{"21234":{},"21235":{},"21236":{},"21237":{},"21238":{},"21239":{},"21240":{},"21241":{},"21242":{},"21243":{},"21244":{},"21245":{},"21246":{},"21247":{},"21248":{},"21249":{},"21250":{},"21251":{},"21252":{},"21253":{},"21254":{},"21255":{},"21256":{},"21257":{}}}],["misskey/entities/follower.misskeyentity.notification",{"_index":5706,"name":{},"parent":{"21351":{}}}],["misskey/entities/follower.misskeyentity.notification.__type",{"_index":5707,"name":{},"parent":{"21352":{},"21353":{},"21354":{},"21355":{},"21356":{},"21357":{},"21358":{}}}],["misskey/entities/follower.misskeyentity.poll",{"_index":5680,"name":{},"parent":{"21228":{}}}],["misskey/entities/follower.misskeyentity.poll.__type",{"_index":5681,"name":{},"parent":{"21229":{},"21230":{},"21231":{}}}],["misskey/entities/follower.misskeyentity.reaction",{"_index":5708,"name":{},"parent":{"21361":{}}}],["misskey/entities/follower.misskeyentity.reaction.__type",{"_index":5709,"name":{},"parent":{"21362":{},"21363":{},"21364":{},"21365":{}}}],["misskey/entities/follower.misskeyentity.relation",{"_index":5710,"name":{},"parent":{"21367":{}}}],["misskey/entities/follower.misskeyentity.relation.__type",{"_index":5711,"name":{},"parent":{"21368":{},"21369":{},"21370":{},"21371":{},"21372":{},"21373":{},"21374":{},"21375":{}}}],["misskey/entities/follower.misskeyentity.session",{"_index":5714,"name":{},"parent":{"21381":{}}}],["misskey/entities/follower.misskeyentity.session.__type",{"_index":5715,"name":{},"parent":{"21382":{},"21383":{}}}],["misskey/entities/follower.misskeyentity.stats",{"_index":5716,"name":{},"parent":{"21385":{}}}],["misskey/entities/follower.misskeyentity.stats.__type",{"_index":5717,"name":{},"parent":{"21386":{},"21387":{},"21388":{},"21389":{},"21390":{}}}],["misskey/entities/follower.misskeyentity.user",{"_index":5673,"name":{},"parent":{"21198":{}}}],["misskey/entities/follower.misskeyentity.user.__type",{"_index":5674,"name":{},"parent":{"21199":{},"21200":{},"21201":{},"21202":{},"21203":{},"21204":{},"21205":{}}}],["misskey/entities/follower.misskeyentity.userdetail",{"_index":5684,"name":{},"parent":{"21259":{}}}],["misskey/entities/follower.misskeyentity.userdetail.__type",{"_index":5685,"name":{},"parent":{"21260":{},"21261":{},"21262":{},"21263":{},"21264":{},"21265":{},"21266":{},"21267":{},"21268":{},"21269":{},"21270":{},"21271":{},"21272":{},"21273":{},"21274":{},"21275":{},"21276":{},"21277":{},"21278":{},"21279":{},"21280":{},"21281":{},"21282":{},"21283":{},"21284":{}}}],["misskey/entities/follower.misskeyentity.userkey",{"_index":5712,"name":{},"parent":{"21377":{}}}],["misskey/entities/follower.misskeyentity.userkey.__type",{"_index":5713,"name":{},"parent":{"21378":{},"21379":{}}}],["misskey/entities/following",{"_index":367,"name":{"597":{}},"parent":{"21391":{}}}],["misskey/entities/following.misskeyentity",{"_index":5718,"name":{},"parent":{"21392":{},"21399":{},"21405":{},"21414":{},"21430":{},"21435":{},"21440":{},"21466":{},"21493":{},"21499":{},"21502":{},"21508":{},"21515":{},"21522":{},"21527":{},"21532":{},"21538":{},"21552":{},"21558":{},"21567":{},"21568":{},"21574":{},"21584":{},"21588":{},"21592":{}}}],["misskey/entities/following.misskeyentity.app",{"_index":5719,"name":{},"parent":{"21393":{}}}],["misskey/entities/following.misskeyentity.app.__type",{"_index":5720,"name":{},"parent":{"21394":{},"21395":{},"21396":{},"21397":{},"21398":{}}}],["misskey/entities/following.misskeyentity.blocking",{"_index":5736,"name":{},"parent":{"21494":{}}}],["misskey/entities/following.misskeyentity.blocking.__type",{"_index":5737,"name":{},"parent":{"21495":{},"21496":{},"21497":{},"21498":{}}}],["misskey/entities/following.misskeyentity.choice",{"_index":5728,"name":{},"parent":{"21431":{}}}],["misskey/entities/following.misskeyentity.choice.__type",{"_index":5729,"name":{},"parent":{"21432":{},"21433":{},"21434":{}}}],["misskey/entities/following.misskeyentity.creatednote",{"_index":5738,"name":{},"parent":{"21500":{}}}],["misskey/entities/following.misskeyentity.creatednote.__type",{"_index":5739,"name":{},"parent":{"21501":{}}}],["misskey/entities/following.misskeyentity.emoji",{"_index":5721,"name":{},"parent":{"21400":{}}}],["misskey/entities/following.misskeyentity.emoji.__type",{"_index":5722,"name":{},"parent":{"21401":{},"21402":{},"21403":{},"21404":{}}}],["misskey/entities/following.misskeyentity.favorite",{"_index":5740,"name":{},"parent":{"21503":{}}}],["misskey/entities/following.misskeyentity.favorite.__type",{"_index":5741,"name":{},"parent":{"21504":{},"21505":{},"21506":{},"21507":{}}}],["misskey/entities/following.misskeyentity.file",{"_index":5725,"name":{},"parent":{"21415":{}}}],["misskey/entities/following.misskeyentity.file.__type",{"_index":5726,"name":{},"parent":{"21416":{},"21417":{},"21418":{},"21419":{},"21420":{},"21421":{},"21422":{},"21423":{},"21424":{},"21428":{},"21429":{}}}],["misskey/entities/following.misskeyentity.file.__type.__type",{"_index":5727,"name":{},"parent":{"21425":{},"21426":{},"21427":{}}}],["misskey/entities/following.misskeyentity.follower",{"_index":5742,"name":{},"parent":{"21509":{}}}],["misskey/entities/following.misskeyentity.follower.__type",{"_index":5743,"name":{},"parent":{"21510":{},"21511":{},"21512":{},"21513":{},"21514":{}}}],["misskey/entities/following.misskeyentity.following",{"_index":5744,"name":{},"parent":{"21516":{}}}],["misskey/entities/following.misskeyentity.following.__type",{"_index":5745,"name":{},"parent":{"21517":{},"21518":{},"21519":{},"21520":{},"21521":{}}}],["misskey/entities/following.misskeyentity.followrequest",{"_index":5746,"name":{},"parent":{"21523":{}}}],["misskey/entities/following.misskeyentity.followrequest.__type",{"_index":5747,"name":{},"parent":{"21524":{},"21525":{},"21526":{}}}],["misskey/entities/following.misskeyentity.hashtag",{"_index":5748,"name":{},"parent":{"21528":{}}}],["misskey/entities/following.misskeyentity.hashtag.__type",{"_index":5749,"name":{},"parent":{"21529":{},"21530":{},"21531":{}}}],["misskey/entities/following.misskeyentity.list",{"_index":5750,"name":{},"parent":{"21533":{}}}],["misskey/entities/following.misskeyentity.list.__type",{"_index":5751,"name":{},"parent":{"21534":{},"21535":{},"21536":{},"21537":{}}}],["misskey/entities/following.misskeyentity.meta",{"_index":5752,"name":{},"parent":{"21539":{}}}],["misskey/entities/following.misskeyentity.meta.__type",{"_index":5753,"name":{},"parent":{"21540":{},"21541":{},"21542":{},"21543":{},"21544":{},"21545":{},"21546":{},"21547":{},"21548":{},"21549":{},"21550":{},"21551":{}}}],["misskey/entities/following.misskeyentity.mute",{"_index":5754,"name":{},"parent":{"21553":{}}}],["misskey/entities/following.misskeyentity.mute.__type",{"_index":5755,"name":{},"parent":{"21554":{},"21555":{},"21556":{},"21557":{}}}],["misskey/entities/following.misskeyentity.note",{"_index":5732,"name":{},"parent":{"21441":{}}}],["misskey/entities/following.misskeyentity.note.__type",{"_index":5733,"name":{},"parent":{"21442":{},"21443":{},"21444":{},"21445":{},"21446":{},"21447":{},"21448":{},"21449":{},"21450":{},"21451":{},"21452":{},"21453":{},"21454":{},"21455":{},"21456":{},"21457":{},"21458":{},"21459":{},"21460":{},"21461":{},"21462":{},"21463":{},"21464":{},"21465":{}}}],["misskey/entities/following.misskeyentity.notification",{"_index":5756,"name":{},"parent":{"21559":{}}}],["misskey/entities/following.misskeyentity.notification.__type",{"_index":5757,"name":{},"parent":{"21560":{},"21561":{},"21562":{},"21563":{},"21564":{},"21565":{},"21566":{}}}],["misskey/entities/following.misskeyentity.poll",{"_index":5730,"name":{},"parent":{"21436":{}}}],["misskey/entities/following.misskeyentity.poll.__type",{"_index":5731,"name":{},"parent":{"21437":{},"21438":{},"21439":{}}}],["misskey/entities/following.misskeyentity.reaction",{"_index":5758,"name":{},"parent":{"21569":{}}}],["misskey/entities/following.misskeyentity.reaction.__type",{"_index":5759,"name":{},"parent":{"21570":{},"21571":{},"21572":{},"21573":{}}}],["misskey/entities/following.misskeyentity.relation",{"_index":5760,"name":{},"parent":{"21575":{}}}],["misskey/entities/following.misskeyentity.relation.__type",{"_index":5761,"name":{},"parent":{"21576":{},"21577":{},"21578":{},"21579":{},"21580":{},"21581":{},"21582":{},"21583":{}}}],["misskey/entities/following.misskeyentity.session",{"_index":5764,"name":{},"parent":{"21589":{}}}],["misskey/entities/following.misskeyentity.session.__type",{"_index":5765,"name":{},"parent":{"21590":{},"21591":{}}}],["misskey/entities/following.misskeyentity.stats",{"_index":5766,"name":{},"parent":{"21593":{}}}],["misskey/entities/following.misskeyentity.stats.__type",{"_index":5767,"name":{},"parent":{"21594":{},"21595":{},"21596":{},"21597":{},"21598":{}}}],["misskey/entities/following.misskeyentity.user",{"_index":5723,"name":{},"parent":{"21406":{}}}],["misskey/entities/following.misskeyentity.user.__type",{"_index":5724,"name":{},"parent":{"21407":{},"21408":{},"21409":{},"21410":{},"21411":{},"21412":{},"21413":{}}}],["misskey/entities/following.misskeyentity.userdetail",{"_index":5734,"name":{},"parent":{"21467":{}}}],["misskey/entities/following.misskeyentity.userdetail.__type",{"_index":5735,"name":{},"parent":{"21468":{},"21469":{},"21470":{},"21471":{},"21472":{},"21473":{},"21474":{},"21475":{},"21476":{},"21477":{},"21478":{},"21479":{},"21480":{},"21481":{},"21482":{},"21483":{},"21484":{},"21485":{},"21486":{},"21487":{},"21488":{},"21489":{},"21490":{},"21491":{},"21492":{}}}],["misskey/entities/following.misskeyentity.userkey",{"_index":5762,"name":{},"parent":{"21585":{}}}],["misskey/entities/following.misskeyentity.userkey.__type",{"_index":5763,"name":{},"parent":{"21586":{},"21587":{}}}],["misskey/entities/followrequest",{"_index":365,"name":{"595":{}},"parent":{"20975":{}}}],["misskey/entities/followrequest.misskeyentity",{"_index":5618,"name":{},"parent":{"20976":{},"20983":{},"20989":{},"20998":{},"21014":{},"21019":{},"21024":{},"21050":{},"21077":{},"21083":{},"21086":{},"21092":{},"21099":{},"21106":{},"21111":{},"21116":{},"21122":{},"21136":{},"21142":{},"21151":{},"21152":{},"21158":{},"21168":{},"21172":{},"21176":{}}}],["misskey/entities/followrequest.misskeyentity.app",{"_index":5619,"name":{},"parent":{"20977":{}}}],["misskey/entities/followrequest.misskeyentity.app.__type",{"_index":5620,"name":{},"parent":{"20978":{},"20979":{},"20980":{},"20981":{},"20982":{}}}],["misskey/entities/followrequest.misskeyentity.blocking",{"_index":5636,"name":{},"parent":{"21078":{}}}],["misskey/entities/followrequest.misskeyentity.blocking.__type",{"_index":5637,"name":{},"parent":{"21079":{},"21080":{},"21081":{},"21082":{}}}],["misskey/entities/followrequest.misskeyentity.choice",{"_index":5628,"name":{},"parent":{"21015":{}}}],["misskey/entities/followrequest.misskeyentity.choice.__type",{"_index":5629,"name":{},"parent":{"21016":{},"21017":{},"21018":{}}}],["misskey/entities/followrequest.misskeyentity.creatednote",{"_index":5638,"name":{},"parent":{"21084":{}}}],["misskey/entities/followrequest.misskeyentity.creatednote.__type",{"_index":5639,"name":{},"parent":{"21085":{}}}],["misskey/entities/followrequest.misskeyentity.emoji",{"_index":5621,"name":{},"parent":{"20984":{}}}],["misskey/entities/followrequest.misskeyentity.emoji.__type",{"_index":5622,"name":{},"parent":{"20985":{},"20986":{},"20987":{},"20988":{}}}],["misskey/entities/followrequest.misskeyentity.favorite",{"_index":5640,"name":{},"parent":{"21087":{}}}],["misskey/entities/followrequest.misskeyentity.favorite.__type",{"_index":5641,"name":{},"parent":{"21088":{},"21089":{},"21090":{},"21091":{}}}],["misskey/entities/followrequest.misskeyentity.file",{"_index":5625,"name":{},"parent":{"20999":{}}}],["misskey/entities/followrequest.misskeyentity.file.__type",{"_index":5626,"name":{},"parent":{"21000":{},"21001":{},"21002":{},"21003":{},"21004":{},"21005":{},"21006":{},"21007":{},"21008":{},"21012":{},"21013":{}}}],["misskey/entities/followrequest.misskeyentity.file.__type.__type",{"_index":5627,"name":{},"parent":{"21009":{},"21010":{},"21011":{}}}],["misskey/entities/followrequest.misskeyentity.follower",{"_index":5642,"name":{},"parent":{"21093":{}}}],["misskey/entities/followrequest.misskeyentity.follower.__type",{"_index":5643,"name":{},"parent":{"21094":{},"21095":{},"21096":{},"21097":{},"21098":{}}}],["misskey/entities/followrequest.misskeyentity.following",{"_index":5644,"name":{},"parent":{"21100":{}}}],["misskey/entities/followrequest.misskeyentity.following.__type",{"_index":5645,"name":{},"parent":{"21101":{},"21102":{},"21103":{},"21104":{},"21105":{}}}],["misskey/entities/followrequest.misskeyentity.followrequest",{"_index":5646,"name":{},"parent":{"21107":{}}}],["misskey/entities/followrequest.misskeyentity.followrequest.__type",{"_index":5647,"name":{},"parent":{"21108":{},"21109":{},"21110":{}}}],["misskey/entities/followrequest.misskeyentity.hashtag",{"_index":5648,"name":{},"parent":{"21112":{}}}],["misskey/entities/followrequest.misskeyentity.hashtag.__type",{"_index":5649,"name":{},"parent":{"21113":{},"21114":{},"21115":{}}}],["misskey/entities/followrequest.misskeyentity.list",{"_index":5650,"name":{},"parent":{"21117":{}}}],["misskey/entities/followrequest.misskeyentity.list.__type",{"_index":5651,"name":{},"parent":{"21118":{},"21119":{},"21120":{},"21121":{}}}],["misskey/entities/followrequest.misskeyentity.meta",{"_index":5652,"name":{},"parent":{"21123":{}}}],["misskey/entities/followrequest.misskeyentity.meta.__type",{"_index":5653,"name":{},"parent":{"21124":{},"21125":{},"21126":{},"21127":{},"21128":{},"21129":{},"21130":{},"21131":{},"21132":{},"21133":{},"21134":{},"21135":{}}}],["misskey/entities/followrequest.misskeyentity.mute",{"_index":5654,"name":{},"parent":{"21137":{}}}],["misskey/entities/followrequest.misskeyentity.mute.__type",{"_index":5655,"name":{},"parent":{"21138":{},"21139":{},"21140":{},"21141":{}}}],["misskey/entities/followrequest.misskeyentity.note",{"_index":5632,"name":{},"parent":{"21025":{}}}],["misskey/entities/followrequest.misskeyentity.note.__type",{"_index":5633,"name":{},"parent":{"21026":{},"21027":{},"21028":{},"21029":{},"21030":{},"21031":{},"21032":{},"21033":{},"21034":{},"21035":{},"21036":{},"21037":{},"21038":{},"21039":{},"21040":{},"21041":{},"21042":{},"21043":{},"21044":{},"21045":{},"21046":{},"21047":{},"21048":{},"21049":{}}}],["misskey/entities/followrequest.misskeyentity.notification",{"_index":5656,"name":{},"parent":{"21143":{}}}],["misskey/entities/followrequest.misskeyentity.notification.__type",{"_index":5657,"name":{},"parent":{"21144":{},"21145":{},"21146":{},"21147":{},"21148":{},"21149":{},"21150":{}}}],["misskey/entities/followrequest.misskeyentity.poll",{"_index":5630,"name":{},"parent":{"21020":{}}}],["misskey/entities/followrequest.misskeyentity.poll.__type",{"_index":5631,"name":{},"parent":{"21021":{},"21022":{},"21023":{}}}],["misskey/entities/followrequest.misskeyentity.reaction",{"_index":5658,"name":{},"parent":{"21153":{}}}],["misskey/entities/followrequest.misskeyentity.reaction.__type",{"_index":5659,"name":{},"parent":{"21154":{},"21155":{},"21156":{},"21157":{}}}],["misskey/entities/followrequest.misskeyentity.relation",{"_index":5660,"name":{},"parent":{"21159":{}}}],["misskey/entities/followrequest.misskeyentity.relation.__type",{"_index":5661,"name":{},"parent":{"21160":{},"21161":{},"21162":{},"21163":{},"21164":{},"21165":{},"21166":{},"21167":{}}}],["misskey/entities/followrequest.misskeyentity.session",{"_index":5664,"name":{},"parent":{"21173":{}}}],["misskey/entities/followrequest.misskeyentity.session.__type",{"_index":5665,"name":{},"parent":{"21174":{},"21175":{}}}],["misskey/entities/followrequest.misskeyentity.stats",{"_index":5666,"name":{},"parent":{"21177":{}}}],["misskey/entities/followrequest.misskeyentity.stats.__type",{"_index":5667,"name":{},"parent":{"21178":{},"21179":{},"21180":{},"21181":{},"21182":{}}}],["misskey/entities/followrequest.misskeyentity.user",{"_index":5623,"name":{},"parent":{"20990":{}}}],["misskey/entities/followrequest.misskeyentity.user.__type",{"_index":5624,"name":{},"parent":{"20991":{},"20992":{},"20993":{},"20994":{},"20995":{},"20996":{},"20997":{}}}],["misskey/entities/followrequest.misskeyentity.userdetail",{"_index":5634,"name":{},"parent":{"21051":{}}}],["misskey/entities/followrequest.misskeyentity.userdetail.__type",{"_index":5635,"name":{},"parent":{"21052":{},"21053":{},"21054":{},"21055":{},"21056":{},"21057":{},"21058":{},"21059":{},"21060":{},"21061":{},"21062":{},"21063":{},"21064":{},"21065":{},"21066":{},"21067":{},"21068":{},"21069":{},"21070":{},"21071":{},"21072":{},"21073":{},"21074":{},"21075":{},"21076":{}}}],["misskey/entities/followrequest.misskeyentity.userkey",{"_index":5662,"name":{},"parent":{"21169":{}}}],["misskey/entities/followrequest.misskeyentity.userkey.__type",{"_index":5663,"name":{},"parent":{"21170":{},"21171":{}}}],["misskey/entities/hashtag",{"_index":368,"name":{"598":{}},"parent":{"21599":{}}}],["misskey/entities/hashtag.misskeyentity",{"_index":5768,"name":{},"parent":{"21600":{},"21607":{},"21613":{},"21622":{},"21638":{},"21643":{},"21648":{},"21674":{},"21701":{},"21707":{},"21710":{},"21716":{},"21723":{},"21730":{},"21735":{},"21740":{},"21746":{},"21760":{},"21766":{},"21775":{},"21776":{},"21782":{},"21792":{},"21796":{},"21800":{}}}],["misskey/entities/hashtag.misskeyentity.app",{"_index":5769,"name":{},"parent":{"21601":{}}}],["misskey/entities/hashtag.misskeyentity.app.__type",{"_index":5770,"name":{},"parent":{"21602":{},"21603":{},"21604":{},"21605":{},"21606":{}}}],["misskey/entities/hashtag.misskeyentity.blocking",{"_index":5786,"name":{},"parent":{"21702":{}}}],["misskey/entities/hashtag.misskeyentity.blocking.__type",{"_index":5787,"name":{},"parent":{"21703":{},"21704":{},"21705":{},"21706":{}}}],["misskey/entities/hashtag.misskeyentity.choice",{"_index":5778,"name":{},"parent":{"21639":{}}}],["misskey/entities/hashtag.misskeyentity.choice.__type",{"_index":5779,"name":{},"parent":{"21640":{},"21641":{},"21642":{}}}],["misskey/entities/hashtag.misskeyentity.creatednote",{"_index":5788,"name":{},"parent":{"21708":{}}}],["misskey/entities/hashtag.misskeyentity.creatednote.__type",{"_index":5789,"name":{},"parent":{"21709":{}}}],["misskey/entities/hashtag.misskeyentity.emoji",{"_index":5771,"name":{},"parent":{"21608":{}}}],["misskey/entities/hashtag.misskeyentity.emoji.__type",{"_index":5772,"name":{},"parent":{"21609":{},"21610":{},"21611":{},"21612":{}}}],["misskey/entities/hashtag.misskeyentity.favorite",{"_index":5790,"name":{},"parent":{"21711":{}}}],["misskey/entities/hashtag.misskeyentity.favorite.__type",{"_index":5791,"name":{},"parent":{"21712":{},"21713":{},"21714":{},"21715":{}}}],["misskey/entities/hashtag.misskeyentity.file",{"_index":5775,"name":{},"parent":{"21623":{}}}],["misskey/entities/hashtag.misskeyentity.file.__type",{"_index":5776,"name":{},"parent":{"21624":{},"21625":{},"21626":{},"21627":{},"21628":{},"21629":{},"21630":{},"21631":{},"21632":{},"21636":{},"21637":{}}}],["misskey/entities/hashtag.misskeyentity.file.__type.__type",{"_index":5777,"name":{},"parent":{"21633":{},"21634":{},"21635":{}}}],["misskey/entities/hashtag.misskeyentity.follower",{"_index":5792,"name":{},"parent":{"21717":{}}}],["misskey/entities/hashtag.misskeyentity.follower.__type",{"_index":5793,"name":{},"parent":{"21718":{},"21719":{},"21720":{},"21721":{},"21722":{}}}],["misskey/entities/hashtag.misskeyentity.following",{"_index":5794,"name":{},"parent":{"21724":{}}}],["misskey/entities/hashtag.misskeyentity.following.__type",{"_index":5795,"name":{},"parent":{"21725":{},"21726":{},"21727":{},"21728":{},"21729":{}}}],["misskey/entities/hashtag.misskeyentity.followrequest",{"_index":5796,"name":{},"parent":{"21731":{}}}],["misskey/entities/hashtag.misskeyentity.followrequest.__type",{"_index":5797,"name":{},"parent":{"21732":{},"21733":{},"21734":{}}}],["misskey/entities/hashtag.misskeyentity.hashtag",{"_index":5798,"name":{},"parent":{"21736":{}}}],["misskey/entities/hashtag.misskeyentity.hashtag.__type",{"_index":5799,"name":{},"parent":{"21737":{},"21738":{},"21739":{}}}],["misskey/entities/hashtag.misskeyentity.list",{"_index":5800,"name":{},"parent":{"21741":{}}}],["misskey/entities/hashtag.misskeyentity.list.__type",{"_index":5801,"name":{},"parent":{"21742":{},"21743":{},"21744":{},"21745":{}}}],["misskey/entities/hashtag.misskeyentity.meta",{"_index":5802,"name":{},"parent":{"21747":{}}}],["misskey/entities/hashtag.misskeyentity.meta.__type",{"_index":5803,"name":{},"parent":{"21748":{},"21749":{},"21750":{},"21751":{},"21752":{},"21753":{},"21754":{},"21755":{},"21756":{},"21757":{},"21758":{},"21759":{}}}],["misskey/entities/hashtag.misskeyentity.mute",{"_index":5804,"name":{},"parent":{"21761":{}}}],["misskey/entities/hashtag.misskeyentity.mute.__type",{"_index":5805,"name":{},"parent":{"21762":{},"21763":{},"21764":{},"21765":{}}}],["misskey/entities/hashtag.misskeyentity.note",{"_index":5782,"name":{},"parent":{"21649":{}}}],["misskey/entities/hashtag.misskeyentity.note.__type",{"_index":5783,"name":{},"parent":{"21650":{},"21651":{},"21652":{},"21653":{},"21654":{},"21655":{},"21656":{},"21657":{},"21658":{},"21659":{},"21660":{},"21661":{},"21662":{},"21663":{},"21664":{},"21665":{},"21666":{},"21667":{},"21668":{},"21669":{},"21670":{},"21671":{},"21672":{},"21673":{}}}],["misskey/entities/hashtag.misskeyentity.notification",{"_index":5806,"name":{},"parent":{"21767":{}}}],["misskey/entities/hashtag.misskeyentity.notification.__type",{"_index":5807,"name":{},"parent":{"21768":{},"21769":{},"21770":{},"21771":{},"21772":{},"21773":{},"21774":{}}}],["misskey/entities/hashtag.misskeyentity.poll",{"_index":5780,"name":{},"parent":{"21644":{}}}],["misskey/entities/hashtag.misskeyentity.poll.__type",{"_index":5781,"name":{},"parent":{"21645":{},"21646":{},"21647":{}}}],["misskey/entities/hashtag.misskeyentity.reaction",{"_index":5808,"name":{},"parent":{"21777":{}}}],["misskey/entities/hashtag.misskeyentity.reaction.__type",{"_index":5809,"name":{},"parent":{"21778":{},"21779":{},"21780":{},"21781":{}}}],["misskey/entities/hashtag.misskeyentity.relation",{"_index":5810,"name":{},"parent":{"21783":{}}}],["misskey/entities/hashtag.misskeyentity.relation.__type",{"_index":5811,"name":{},"parent":{"21784":{},"21785":{},"21786":{},"21787":{},"21788":{},"21789":{},"21790":{},"21791":{}}}],["misskey/entities/hashtag.misskeyentity.session",{"_index":5814,"name":{},"parent":{"21797":{}}}],["misskey/entities/hashtag.misskeyentity.session.__type",{"_index":5815,"name":{},"parent":{"21798":{},"21799":{}}}],["misskey/entities/hashtag.misskeyentity.stats",{"_index":5816,"name":{},"parent":{"21801":{}}}],["misskey/entities/hashtag.misskeyentity.stats.__type",{"_index":5817,"name":{},"parent":{"21802":{},"21803":{},"21804":{},"21805":{},"21806":{}}}],["misskey/entities/hashtag.misskeyentity.user",{"_index":5773,"name":{},"parent":{"21614":{}}}],["misskey/entities/hashtag.misskeyentity.user.__type",{"_index":5774,"name":{},"parent":{"21615":{},"21616":{},"21617":{},"21618":{},"21619":{},"21620":{},"21621":{}}}],["misskey/entities/hashtag.misskeyentity.userdetail",{"_index":5784,"name":{},"parent":{"21675":{}}}],["misskey/entities/hashtag.misskeyentity.userdetail.__type",{"_index":5785,"name":{},"parent":{"21676":{},"21677":{},"21678":{},"21679":{},"21680":{},"21681":{},"21682":{},"21683":{},"21684":{},"21685":{},"21686":{},"21687":{},"21688":{},"21689":{},"21690":{},"21691":{},"21692":{},"21693":{},"21694":{},"21695":{},"21696":{},"21697":{},"21698":{},"21699":{},"21700":{}}}],["misskey/entities/hashtag.misskeyentity.userkey",{"_index":5812,"name":{},"parent":{"21793":{}}}],["misskey/entities/hashtag.misskeyentity.userkey.__type",{"_index":5813,"name":{},"parent":{"21794":{},"21795":{}}}],["misskey/entities/list",{"_index":369,"name":{"599":{}},"parent":{"21807":{}}}],["misskey/entities/list.misskeyentity",{"_index":5818,"name":{},"parent":{"21808":{},"21815":{},"21821":{},"21830":{},"21846":{},"21851":{},"21856":{},"21882":{},"21909":{},"21915":{},"21918":{},"21924":{},"21931":{},"21938":{},"21943":{},"21948":{},"21954":{},"21968":{},"21974":{},"21983":{},"21984":{},"21990":{},"22000":{},"22004":{},"22008":{}}}],["misskey/entities/list.misskeyentity.app",{"_index":5819,"name":{},"parent":{"21809":{}}}],["misskey/entities/list.misskeyentity.app.__type",{"_index":5820,"name":{},"parent":{"21810":{},"21811":{},"21812":{},"21813":{},"21814":{}}}],["misskey/entities/list.misskeyentity.blocking",{"_index":5836,"name":{},"parent":{"21910":{}}}],["misskey/entities/list.misskeyentity.blocking.__type",{"_index":5837,"name":{},"parent":{"21911":{},"21912":{},"21913":{},"21914":{}}}],["misskey/entities/list.misskeyentity.choice",{"_index":5828,"name":{},"parent":{"21847":{}}}],["misskey/entities/list.misskeyentity.choice.__type",{"_index":5829,"name":{},"parent":{"21848":{},"21849":{},"21850":{}}}],["misskey/entities/list.misskeyentity.creatednote",{"_index":5838,"name":{},"parent":{"21916":{}}}],["misskey/entities/list.misskeyentity.creatednote.__type",{"_index":5839,"name":{},"parent":{"21917":{}}}],["misskey/entities/list.misskeyentity.emoji",{"_index":5821,"name":{},"parent":{"21816":{}}}],["misskey/entities/list.misskeyentity.emoji.__type",{"_index":5822,"name":{},"parent":{"21817":{},"21818":{},"21819":{},"21820":{}}}],["misskey/entities/list.misskeyentity.favorite",{"_index":5840,"name":{},"parent":{"21919":{}}}],["misskey/entities/list.misskeyentity.favorite.__type",{"_index":5841,"name":{},"parent":{"21920":{},"21921":{},"21922":{},"21923":{}}}],["misskey/entities/list.misskeyentity.file",{"_index":5825,"name":{},"parent":{"21831":{}}}],["misskey/entities/list.misskeyentity.file.__type",{"_index":5826,"name":{},"parent":{"21832":{},"21833":{},"21834":{},"21835":{},"21836":{},"21837":{},"21838":{},"21839":{},"21840":{},"21844":{},"21845":{}}}],["misskey/entities/list.misskeyentity.file.__type.__type",{"_index":5827,"name":{},"parent":{"21841":{},"21842":{},"21843":{}}}],["misskey/entities/list.misskeyentity.follower",{"_index":5842,"name":{},"parent":{"21925":{}}}],["misskey/entities/list.misskeyentity.follower.__type",{"_index":5843,"name":{},"parent":{"21926":{},"21927":{},"21928":{},"21929":{},"21930":{}}}],["misskey/entities/list.misskeyentity.following",{"_index":5844,"name":{},"parent":{"21932":{}}}],["misskey/entities/list.misskeyentity.following.__type",{"_index":5845,"name":{},"parent":{"21933":{},"21934":{},"21935":{},"21936":{},"21937":{}}}],["misskey/entities/list.misskeyentity.followrequest",{"_index":5846,"name":{},"parent":{"21939":{}}}],["misskey/entities/list.misskeyentity.followrequest.__type",{"_index":5847,"name":{},"parent":{"21940":{},"21941":{},"21942":{}}}],["misskey/entities/list.misskeyentity.hashtag",{"_index":5848,"name":{},"parent":{"21944":{}}}],["misskey/entities/list.misskeyentity.hashtag.__type",{"_index":5849,"name":{},"parent":{"21945":{},"21946":{},"21947":{}}}],["misskey/entities/list.misskeyentity.list",{"_index":5850,"name":{},"parent":{"21949":{}}}],["misskey/entities/list.misskeyentity.list.__type",{"_index":5851,"name":{},"parent":{"21950":{},"21951":{},"21952":{},"21953":{}}}],["misskey/entities/list.misskeyentity.meta",{"_index":5852,"name":{},"parent":{"21955":{}}}],["misskey/entities/list.misskeyentity.meta.__type",{"_index":5853,"name":{},"parent":{"21956":{},"21957":{},"21958":{},"21959":{},"21960":{},"21961":{},"21962":{},"21963":{},"21964":{},"21965":{},"21966":{},"21967":{}}}],["misskey/entities/list.misskeyentity.mute",{"_index":5854,"name":{},"parent":{"21969":{}}}],["misskey/entities/list.misskeyentity.mute.__type",{"_index":5855,"name":{},"parent":{"21970":{},"21971":{},"21972":{},"21973":{}}}],["misskey/entities/list.misskeyentity.note",{"_index":5832,"name":{},"parent":{"21857":{}}}],["misskey/entities/list.misskeyentity.note.__type",{"_index":5833,"name":{},"parent":{"21858":{},"21859":{},"21860":{},"21861":{},"21862":{},"21863":{},"21864":{},"21865":{},"21866":{},"21867":{},"21868":{},"21869":{},"21870":{},"21871":{},"21872":{},"21873":{},"21874":{},"21875":{},"21876":{},"21877":{},"21878":{},"21879":{},"21880":{},"21881":{}}}],["misskey/entities/list.misskeyentity.notification",{"_index":5856,"name":{},"parent":{"21975":{}}}],["misskey/entities/list.misskeyentity.notification.__type",{"_index":5857,"name":{},"parent":{"21976":{},"21977":{},"21978":{},"21979":{},"21980":{},"21981":{},"21982":{}}}],["misskey/entities/list.misskeyentity.poll",{"_index":5830,"name":{},"parent":{"21852":{}}}],["misskey/entities/list.misskeyentity.poll.__type",{"_index":5831,"name":{},"parent":{"21853":{},"21854":{},"21855":{}}}],["misskey/entities/list.misskeyentity.reaction",{"_index":5858,"name":{},"parent":{"21985":{}}}],["misskey/entities/list.misskeyentity.reaction.__type",{"_index":5859,"name":{},"parent":{"21986":{},"21987":{},"21988":{},"21989":{}}}],["misskey/entities/list.misskeyentity.relation",{"_index":5860,"name":{},"parent":{"21991":{}}}],["misskey/entities/list.misskeyentity.relation.__type",{"_index":5861,"name":{},"parent":{"21992":{},"21993":{},"21994":{},"21995":{},"21996":{},"21997":{},"21998":{},"21999":{}}}],["misskey/entities/list.misskeyentity.session",{"_index":5864,"name":{},"parent":{"22005":{}}}],["misskey/entities/list.misskeyentity.session.__type",{"_index":5865,"name":{},"parent":{"22006":{},"22007":{}}}],["misskey/entities/list.misskeyentity.stats",{"_index":5866,"name":{},"parent":{"22009":{}}}],["misskey/entities/list.misskeyentity.stats.__type",{"_index":5867,"name":{},"parent":{"22010":{},"22011":{},"22012":{},"22013":{},"22014":{}}}],["misskey/entities/list.misskeyentity.user",{"_index":5823,"name":{},"parent":{"21822":{}}}],["misskey/entities/list.misskeyentity.user.__type",{"_index":5824,"name":{},"parent":{"21823":{},"21824":{},"21825":{},"21826":{},"21827":{},"21828":{},"21829":{}}}],["misskey/entities/list.misskeyentity.userdetail",{"_index":5834,"name":{},"parent":{"21883":{}}}],["misskey/entities/list.misskeyentity.userdetail.__type",{"_index":5835,"name":{},"parent":{"21884":{},"21885":{},"21886":{},"21887":{},"21888":{},"21889":{},"21890":{},"21891":{},"21892":{},"21893":{},"21894":{},"21895":{},"21896":{},"21897":{},"21898":{},"21899":{},"21900":{},"21901":{},"21902":{},"21903":{},"21904":{},"21905":{},"21906":{},"21907":{},"21908":{}}}],["misskey/entities/list.misskeyentity.userkey",{"_index":5862,"name":{},"parent":{"22001":{}}}],["misskey/entities/list.misskeyentity.userkey.__type",{"_index":5863,"name":{},"parent":{"22002":{},"22003":{}}}],["misskey/entities/meta",{"_index":370,"name":{"600":{}},"parent":{"22015":{}}}],["misskey/entities/meta.misskeyentity",{"_index":5868,"name":{},"parent":{"22016":{},"22023":{},"22029":{},"22038":{},"22054":{},"22059":{},"22064":{},"22090":{},"22117":{},"22123":{},"22126":{},"22132":{},"22139":{},"22146":{},"22151":{},"22156":{},"22162":{},"22176":{},"22182":{},"22191":{},"22192":{},"22198":{},"22208":{},"22212":{},"22216":{}}}],["misskey/entities/meta.misskeyentity.app",{"_index":5869,"name":{},"parent":{"22017":{}}}],["misskey/entities/meta.misskeyentity.app.__type",{"_index":5870,"name":{},"parent":{"22018":{},"22019":{},"22020":{},"22021":{},"22022":{}}}],["misskey/entities/meta.misskeyentity.blocking",{"_index":5886,"name":{},"parent":{"22118":{}}}],["misskey/entities/meta.misskeyentity.blocking.__type",{"_index":5887,"name":{},"parent":{"22119":{},"22120":{},"22121":{},"22122":{}}}],["misskey/entities/meta.misskeyentity.choice",{"_index":5878,"name":{},"parent":{"22055":{}}}],["misskey/entities/meta.misskeyentity.choice.__type",{"_index":5879,"name":{},"parent":{"22056":{},"22057":{},"22058":{}}}],["misskey/entities/meta.misskeyentity.creatednote",{"_index":5888,"name":{},"parent":{"22124":{}}}],["misskey/entities/meta.misskeyentity.creatednote.__type",{"_index":5889,"name":{},"parent":{"22125":{}}}],["misskey/entities/meta.misskeyentity.emoji",{"_index":5871,"name":{},"parent":{"22024":{}}}],["misskey/entities/meta.misskeyentity.emoji.__type",{"_index":5872,"name":{},"parent":{"22025":{},"22026":{},"22027":{},"22028":{}}}],["misskey/entities/meta.misskeyentity.favorite",{"_index":5890,"name":{},"parent":{"22127":{}}}],["misskey/entities/meta.misskeyentity.favorite.__type",{"_index":5891,"name":{},"parent":{"22128":{},"22129":{},"22130":{},"22131":{}}}],["misskey/entities/meta.misskeyentity.file",{"_index":5875,"name":{},"parent":{"22039":{}}}],["misskey/entities/meta.misskeyentity.file.__type",{"_index":5876,"name":{},"parent":{"22040":{},"22041":{},"22042":{},"22043":{},"22044":{},"22045":{},"22046":{},"22047":{},"22048":{},"22052":{},"22053":{}}}],["misskey/entities/meta.misskeyentity.file.__type.__type",{"_index":5877,"name":{},"parent":{"22049":{},"22050":{},"22051":{}}}],["misskey/entities/meta.misskeyentity.follower",{"_index":5892,"name":{},"parent":{"22133":{}}}],["misskey/entities/meta.misskeyentity.follower.__type",{"_index":5893,"name":{},"parent":{"22134":{},"22135":{},"22136":{},"22137":{},"22138":{}}}],["misskey/entities/meta.misskeyentity.following",{"_index":5894,"name":{},"parent":{"22140":{}}}],["misskey/entities/meta.misskeyentity.following.__type",{"_index":5895,"name":{},"parent":{"22141":{},"22142":{},"22143":{},"22144":{},"22145":{}}}],["misskey/entities/meta.misskeyentity.followrequest",{"_index":5896,"name":{},"parent":{"22147":{}}}],["misskey/entities/meta.misskeyentity.followrequest.__type",{"_index":5897,"name":{},"parent":{"22148":{},"22149":{},"22150":{}}}],["misskey/entities/meta.misskeyentity.hashtag",{"_index":5898,"name":{},"parent":{"22152":{}}}],["misskey/entities/meta.misskeyentity.hashtag.__type",{"_index":5899,"name":{},"parent":{"22153":{},"22154":{},"22155":{}}}],["misskey/entities/meta.misskeyentity.list",{"_index":5900,"name":{},"parent":{"22157":{}}}],["misskey/entities/meta.misskeyentity.list.__type",{"_index":5901,"name":{},"parent":{"22158":{},"22159":{},"22160":{},"22161":{}}}],["misskey/entities/meta.misskeyentity.meta",{"_index":5902,"name":{},"parent":{"22163":{}}}],["misskey/entities/meta.misskeyentity.meta.__type",{"_index":5903,"name":{},"parent":{"22164":{},"22165":{},"22166":{},"22167":{},"22168":{},"22169":{},"22170":{},"22171":{},"22172":{},"22173":{},"22174":{},"22175":{}}}],["misskey/entities/meta.misskeyentity.mute",{"_index":5904,"name":{},"parent":{"22177":{}}}],["misskey/entities/meta.misskeyentity.mute.__type",{"_index":5905,"name":{},"parent":{"22178":{},"22179":{},"22180":{},"22181":{}}}],["misskey/entities/meta.misskeyentity.note",{"_index":5882,"name":{},"parent":{"22065":{}}}],["misskey/entities/meta.misskeyentity.note.__type",{"_index":5883,"name":{},"parent":{"22066":{},"22067":{},"22068":{},"22069":{},"22070":{},"22071":{},"22072":{},"22073":{},"22074":{},"22075":{},"22076":{},"22077":{},"22078":{},"22079":{},"22080":{},"22081":{},"22082":{},"22083":{},"22084":{},"22085":{},"22086":{},"22087":{},"22088":{},"22089":{}}}],["misskey/entities/meta.misskeyentity.notification",{"_index":5906,"name":{},"parent":{"22183":{}}}],["misskey/entities/meta.misskeyentity.notification.__type",{"_index":5907,"name":{},"parent":{"22184":{},"22185":{},"22186":{},"22187":{},"22188":{},"22189":{},"22190":{}}}],["misskey/entities/meta.misskeyentity.poll",{"_index":5880,"name":{},"parent":{"22060":{}}}],["misskey/entities/meta.misskeyentity.poll.__type",{"_index":5881,"name":{},"parent":{"22061":{},"22062":{},"22063":{}}}],["misskey/entities/meta.misskeyentity.reaction",{"_index":5908,"name":{},"parent":{"22193":{}}}],["misskey/entities/meta.misskeyentity.reaction.__type",{"_index":5909,"name":{},"parent":{"22194":{},"22195":{},"22196":{},"22197":{}}}],["misskey/entities/meta.misskeyentity.relation",{"_index":5910,"name":{},"parent":{"22199":{}}}],["misskey/entities/meta.misskeyentity.relation.__type",{"_index":5911,"name":{},"parent":{"22200":{},"22201":{},"22202":{},"22203":{},"22204":{},"22205":{},"22206":{},"22207":{}}}],["misskey/entities/meta.misskeyentity.session",{"_index":5914,"name":{},"parent":{"22213":{}}}],["misskey/entities/meta.misskeyentity.session.__type",{"_index":5915,"name":{},"parent":{"22214":{},"22215":{}}}],["misskey/entities/meta.misskeyentity.stats",{"_index":5916,"name":{},"parent":{"22217":{}}}],["misskey/entities/meta.misskeyentity.stats.__type",{"_index":5917,"name":{},"parent":{"22218":{},"22219":{},"22220":{},"22221":{},"22222":{}}}],["misskey/entities/meta.misskeyentity.user",{"_index":5873,"name":{},"parent":{"22030":{}}}],["misskey/entities/meta.misskeyentity.user.__type",{"_index":5874,"name":{},"parent":{"22031":{},"22032":{},"22033":{},"22034":{},"22035":{},"22036":{},"22037":{}}}],["misskey/entities/meta.misskeyentity.userdetail",{"_index":5884,"name":{},"parent":{"22091":{}}}],["misskey/entities/meta.misskeyentity.userdetail.__type",{"_index":5885,"name":{},"parent":{"22092":{},"22093":{},"22094":{},"22095":{},"22096":{},"22097":{},"22098":{},"22099":{},"22100":{},"22101":{},"22102":{},"22103":{},"22104":{},"22105":{},"22106":{},"22107":{},"22108":{},"22109":{},"22110":{},"22111":{},"22112":{},"22113":{},"22114":{},"22115":{},"22116":{}}}],["misskey/entities/meta.misskeyentity.userkey",{"_index":5912,"name":{},"parent":{"22209":{}}}],["misskey/entities/meta.misskeyentity.userkey.__type",{"_index":5913,"name":{},"parent":{"22210":{},"22211":{}}}],["misskey/entities/mute",{"_index":371,"name":{"601":{}},"parent":{"22223":{}}}],["misskey/entities/mute.misskeyentity",{"_index":5918,"name":{},"parent":{"22224":{},"22231":{},"22237":{},"22246":{},"22262":{},"22267":{},"22272":{},"22298":{},"22325":{},"22331":{},"22334":{},"22340":{},"22347":{},"22354":{},"22359":{},"22364":{},"22370":{},"22384":{},"22390":{},"22399":{},"22400":{},"22406":{},"22416":{},"22420":{},"22424":{}}}],["misskey/entities/mute.misskeyentity.app",{"_index":5919,"name":{},"parent":{"22225":{}}}],["misskey/entities/mute.misskeyentity.app.__type",{"_index":5920,"name":{},"parent":{"22226":{},"22227":{},"22228":{},"22229":{},"22230":{}}}],["misskey/entities/mute.misskeyentity.blocking",{"_index":5936,"name":{},"parent":{"22326":{}}}],["misskey/entities/mute.misskeyentity.blocking.__type",{"_index":5937,"name":{},"parent":{"22327":{},"22328":{},"22329":{},"22330":{}}}],["misskey/entities/mute.misskeyentity.choice",{"_index":5928,"name":{},"parent":{"22263":{}}}],["misskey/entities/mute.misskeyentity.choice.__type",{"_index":5929,"name":{},"parent":{"22264":{},"22265":{},"22266":{}}}],["misskey/entities/mute.misskeyentity.creatednote",{"_index":5938,"name":{},"parent":{"22332":{}}}],["misskey/entities/mute.misskeyentity.creatednote.__type",{"_index":5939,"name":{},"parent":{"22333":{}}}],["misskey/entities/mute.misskeyentity.emoji",{"_index":5921,"name":{},"parent":{"22232":{}}}],["misskey/entities/mute.misskeyentity.emoji.__type",{"_index":5922,"name":{},"parent":{"22233":{},"22234":{},"22235":{},"22236":{}}}],["misskey/entities/mute.misskeyentity.favorite",{"_index":5940,"name":{},"parent":{"22335":{}}}],["misskey/entities/mute.misskeyentity.favorite.__type",{"_index":5941,"name":{},"parent":{"22336":{},"22337":{},"22338":{},"22339":{}}}],["misskey/entities/mute.misskeyentity.file",{"_index":5925,"name":{},"parent":{"22247":{}}}],["misskey/entities/mute.misskeyentity.file.__type",{"_index":5926,"name":{},"parent":{"22248":{},"22249":{},"22250":{},"22251":{},"22252":{},"22253":{},"22254":{},"22255":{},"22256":{},"22260":{},"22261":{}}}],["misskey/entities/mute.misskeyentity.file.__type.__type",{"_index":5927,"name":{},"parent":{"22257":{},"22258":{},"22259":{}}}],["misskey/entities/mute.misskeyentity.follower",{"_index":5942,"name":{},"parent":{"22341":{}}}],["misskey/entities/mute.misskeyentity.follower.__type",{"_index":5943,"name":{},"parent":{"22342":{},"22343":{},"22344":{},"22345":{},"22346":{}}}],["misskey/entities/mute.misskeyentity.following",{"_index":5944,"name":{},"parent":{"22348":{}}}],["misskey/entities/mute.misskeyentity.following.__type",{"_index":5945,"name":{},"parent":{"22349":{},"22350":{},"22351":{},"22352":{},"22353":{}}}],["misskey/entities/mute.misskeyentity.followrequest",{"_index":5946,"name":{},"parent":{"22355":{}}}],["misskey/entities/mute.misskeyentity.followrequest.__type",{"_index":5947,"name":{},"parent":{"22356":{},"22357":{},"22358":{}}}],["misskey/entities/mute.misskeyentity.hashtag",{"_index":5948,"name":{},"parent":{"22360":{}}}],["misskey/entities/mute.misskeyentity.hashtag.__type",{"_index":5949,"name":{},"parent":{"22361":{},"22362":{},"22363":{}}}],["misskey/entities/mute.misskeyentity.list",{"_index":5950,"name":{},"parent":{"22365":{}}}],["misskey/entities/mute.misskeyentity.list.__type",{"_index":5951,"name":{},"parent":{"22366":{},"22367":{},"22368":{},"22369":{}}}],["misskey/entities/mute.misskeyentity.meta",{"_index":5952,"name":{},"parent":{"22371":{}}}],["misskey/entities/mute.misskeyentity.meta.__type",{"_index":5953,"name":{},"parent":{"22372":{},"22373":{},"22374":{},"22375":{},"22376":{},"22377":{},"22378":{},"22379":{},"22380":{},"22381":{},"22382":{},"22383":{}}}],["misskey/entities/mute.misskeyentity.mute",{"_index":5954,"name":{},"parent":{"22385":{}}}],["misskey/entities/mute.misskeyentity.mute.__type",{"_index":5955,"name":{},"parent":{"22386":{},"22387":{},"22388":{},"22389":{}}}],["misskey/entities/mute.misskeyentity.note",{"_index":5932,"name":{},"parent":{"22273":{}}}],["misskey/entities/mute.misskeyentity.note.__type",{"_index":5933,"name":{},"parent":{"22274":{},"22275":{},"22276":{},"22277":{},"22278":{},"22279":{},"22280":{},"22281":{},"22282":{},"22283":{},"22284":{},"22285":{},"22286":{},"22287":{},"22288":{},"22289":{},"22290":{},"22291":{},"22292":{},"22293":{},"22294":{},"22295":{},"22296":{},"22297":{}}}],["misskey/entities/mute.misskeyentity.notification",{"_index":5956,"name":{},"parent":{"22391":{}}}],["misskey/entities/mute.misskeyentity.notification.__type",{"_index":5957,"name":{},"parent":{"22392":{},"22393":{},"22394":{},"22395":{},"22396":{},"22397":{},"22398":{}}}],["misskey/entities/mute.misskeyentity.poll",{"_index":5930,"name":{},"parent":{"22268":{}}}],["misskey/entities/mute.misskeyentity.poll.__type",{"_index":5931,"name":{},"parent":{"22269":{},"22270":{},"22271":{}}}],["misskey/entities/mute.misskeyentity.reaction",{"_index":5958,"name":{},"parent":{"22401":{}}}],["misskey/entities/mute.misskeyentity.reaction.__type",{"_index":5959,"name":{},"parent":{"22402":{},"22403":{},"22404":{},"22405":{}}}],["misskey/entities/mute.misskeyentity.relation",{"_index":5960,"name":{},"parent":{"22407":{}}}],["misskey/entities/mute.misskeyentity.relation.__type",{"_index":5961,"name":{},"parent":{"22408":{},"22409":{},"22410":{},"22411":{},"22412":{},"22413":{},"22414":{},"22415":{}}}],["misskey/entities/mute.misskeyentity.session",{"_index":5964,"name":{},"parent":{"22421":{}}}],["misskey/entities/mute.misskeyentity.session.__type",{"_index":5965,"name":{},"parent":{"22422":{},"22423":{}}}],["misskey/entities/mute.misskeyentity.stats",{"_index":5966,"name":{},"parent":{"22425":{}}}],["misskey/entities/mute.misskeyentity.stats.__type",{"_index":5967,"name":{},"parent":{"22426":{},"22427":{},"22428":{},"22429":{},"22430":{}}}],["misskey/entities/mute.misskeyentity.user",{"_index":5923,"name":{},"parent":{"22238":{}}}],["misskey/entities/mute.misskeyentity.user.__type",{"_index":5924,"name":{},"parent":{"22239":{},"22240":{},"22241":{},"22242":{},"22243":{},"22244":{},"22245":{}}}],["misskey/entities/mute.misskeyentity.userdetail",{"_index":5934,"name":{},"parent":{"22299":{}}}],["misskey/entities/mute.misskeyentity.userdetail.__type",{"_index":5935,"name":{},"parent":{"22300":{},"22301":{},"22302":{},"22303":{},"22304":{},"22305":{},"22306":{},"22307":{},"22308":{},"22309":{},"22310":{},"22311":{},"22312":{},"22313":{},"22314":{},"22315":{},"22316":{},"22317":{},"22318":{},"22319":{},"22320":{},"22321":{},"22322":{},"22323":{},"22324":{}}}],["misskey/entities/mute.misskeyentity.userkey",{"_index":5962,"name":{},"parent":{"22417":{}}}],["misskey/entities/mute.misskeyentity.userkey.__type",{"_index":5963,"name":{},"parent":{"22418":{},"22419":{}}}],["misskey/entities/note",{"_index":372,"name":{"602":{}},"parent":{"22431":{}}}],["misskey/entities/note.misskeyentity",{"_index":5968,"name":{},"parent":{"22432":{},"22439":{},"22445":{},"22454":{},"22470":{},"22475":{},"22480":{},"22506":{},"22533":{},"22539":{},"22542":{},"22548":{},"22555":{},"22562":{},"22567":{},"22572":{},"22578":{},"22592":{},"22598":{},"22607":{},"22608":{},"22614":{},"22624":{},"22628":{},"22632":{}}}],["misskey/entities/note.misskeyentity.app",{"_index":5969,"name":{},"parent":{"22433":{}}}],["misskey/entities/note.misskeyentity.app.__type",{"_index":5970,"name":{},"parent":{"22434":{},"22435":{},"22436":{},"22437":{},"22438":{}}}],["misskey/entities/note.misskeyentity.blocking",{"_index":5986,"name":{},"parent":{"22534":{}}}],["misskey/entities/note.misskeyentity.blocking.__type",{"_index":5987,"name":{},"parent":{"22535":{},"22536":{},"22537":{},"22538":{}}}],["misskey/entities/note.misskeyentity.choice",{"_index":5978,"name":{},"parent":{"22471":{}}}],["misskey/entities/note.misskeyentity.choice.__type",{"_index":5979,"name":{},"parent":{"22472":{},"22473":{},"22474":{}}}],["misskey/entities/note.misskeyentity.creatednote",{"_index":5988,"name":{},"parent":{"22540":{}}}],["misskey/entities/note.misskeyentity.creatednote.__type",{"_index":5989,"name":{},"parent":{"22541":{}}}],["misskey/entities/note.misskeyentity.emoji",{"_index":5971,"name":{},"parent":{"22440":{}}}],["misskey/entities/note.misskeyentity.emoji.__type",{"_index":5972,"name":{},"parent":{"22441":{},"22442":{},"22443":{},"22444":{}}}],["misskey/entities/note.misskeyentity.favorite",{"_index":5990,"name":{},"parent":{"22543":{}}}],["misskey/entities/note.misskeyentity.favorite.__type",{"_index":5991,"name":{},"parent":{"22544":{},"22545":{},"22546":{},"22547":{}}}],["misskey/entities/note.misskeyentity.file",{"_index":5975,"name":{},"parent":{"22455":{}}}],["misskey/entities/note.misskeyentity.file.__type",{"_index":5976,"name":{},"parent":{"22456":{},"22457":{},"22458":{},"22459":{},"22460":{},"22461":{},"22462":{},"22463":{},"22464":{},"22468":{},"22469":{}}}],["misskey/entities/note.misskeyentity.file.__type.__type",{"_index":5977,"name":{},"parent":{"22465":{},"22466":{},"22467":{}}}],["misskey/entities/note.misskeyentity.follower",{"_index":5992,"name":{},"parent":{"22549":{}}}],["misskey/entities/note.misskeyentity.follower.__type",{"_index":5993,"name":{},"parent":{"22550":{},"22551":{},"22552":{},"22553":{},"22554":{}}}],["misskey/entities/note.misskeyentity.following",{"_index":5994,"name":{},"parent":{"22556":{}}}],["misskey/entities/note.misskeyentity.following.__type",{"_index":5995,"name":{},"parent":{"22557":{},"22558":{},"22559":{},"22560":{},"22561":{}}}],["misskey/entities/note.misskeyentity.followrequest",{"_index":5996,"name":{},"parent":{"22563":{}}}],["misskey/entities/note.misskeyentity.followrequest.__type",{"_index":5997,"name":{},"parent":{"22564":{},"22565":{},"22566":{}}}],["misskey/entities/note.misskeyentity.hashtag",{"_index":5998,"name":{},"parent":{"22568":{}}}],["misskey/entities/note.misskeyentity.hashtag.__type",{"_index":5999,"name":{},"parent":{"22569":{},"22570":{},"22571":{}}}],["misskey/entities/note.misskeyentity.list",{"_index":6000,"name":{},"parent":{"22573":{}}}],["misskey/entities/note.misskeyentity.list.__type",{"_index":6001,"name":{},"parent":{"22574":{},"22575":{},"22576":{},"22577":{}}}],["misskey/entities/note.misskeyentity.meta",{"_index":6002,"name":{},"parent":{"22579":{}}}],["misskey/entities/note.misskeyentity.meta.__type",{"_index":6003,"name":{},"parent":{"22580":{},"22581":{},"22582":{},"22583":{},"22584":{},"22585":{},"22586":{},"22587":{},"22588":{},"22589":{},"22590":{},"22591":{}}}],["misskey/entities/note.misskeyentity.mute",{"_index":6004,"name":{},"parent":{"22593":{}}}],["misskey/entities/note.misskeyentity.mute.__type",{"_index":6005,"name":{},"parent":{"22594":{},"22595":{},"22596":{},"22597":{}}}],["misskey/entities/note.misskeyentity.note",{"_index":5982,"name":{},"parent":{"22481":{}}}],["misskey/entities/note.misskeyentity.note.__type",{"_index":5983,"name":{},"parent":{"22482":{},"22483":{},"22484":{},"22485":{},"22486":{},"22487":{},"22488":{},"22489":{},"22490":{},"22491":{},"22492":{},"22493":{},"22494":{},"22495":{},"22496":{},"22497":{},"22498":{},"22499":{},"22500":{},"22501":{},"22502":{},"22503":{},"22504":{},"22505":{}}}],["misskey/entities/note.misskeyentity.notification",{"_index":6006,"name":{},"parent":{"22599":{}}}],["misskey/entities/note.misskeyentity.notification.__type",{"_index":6007,"name":{},"parent":{"22600":{},"22601":{},"22602":{},"22603":{},"22604":{},"22605":{},"22606":{}}}],["misskey/entities/note.misskeyentity.poll",{"_index":5980,"name":{},"parent":{"22476":{}}}],["misskey/entities/note.misskeyentity.poll.__type",{"_index":5981,"name":{},"parent":{"22477":{},"22478":{},"22479":{}}}],["misskey/entities/note.misskeyentity.reaction",{"_index":6008,"name":{},"parent":{"22609":{}}}],["misskey/entities/note.misskeyentity.reaction.__type",{"_index":6009,"name":{},"parent":{"22610":{},"22611":{},"22612":{},"22613":{}}}],["misskey/entities/note.misskeyentity.relation",{"_index":6010,"name":{},"parent":{"22615":{}}}],["misskey/entities/note.misskeyentity.relation.__type",{"_index":6011,"name":{},"parent":{"22616":{},"22617":{},"22618":{},"22619":{},"22620":{},"22621":{},"22622":{},"22623":{}}}],["misskey/entities/note.misskeyentity.session",{"_index":6014,"name":{},"parent":{"22629":{}}}],["misskey/entities/note.misskeyentity.session.__type",{"_index":6015,"name":{},"parent":{"22630":{},"22631":{}}}],["misskey/entities/note.misskeyentity.stats",{"_index":6016,"name":{},"parent":{"22633":{}}}],["misskey/entities/note.misskeyentity.stats.__type",{"_index":6017,"name":{},"parent":{"22634":{},"22635":{},"22636":{},"22637":{},"22638":{}}}],["misskey/entities/note.misskeyentity.user",{"_index":5973,"name":{},"parent":{"22446":{}}}],["misskey/entities/note.misskeyentity.user.__type",{"_index":5974,"name":{},"parent":{"22447":{},"22448":{},"22449":{},"22450":{},"22451":{},"22452":{},"22453":{}}}],["misskey/entities/note.misskeyentity.userdetail",{"_index":5984,"name":{},"parent":{"22507":{}}}],["misskey/entities/note.misskeyentity.userdetail.__type",{"_index":5985,"name":{},"parent":{"22508":{},"22509":{},"22510":{},"22511":{},"22512":{},"22513":{},"22514":{},"22515":{},"22516":{},"22517":{},"22518":{},"22519":{},"22520":{},"22521":{},"22522":{},"22523":{},"22524":{},"22525":{},"22526":{},"22527":{},"22528":{},"22529":{},"22530":{},"22531":{},"22532":{}}}],["misskey/entities/note.misskeyentity.userkey",{"_index":6012,"name":{},"parent":{"22625":{}}}],["misskey/entities/note.misskeyentity.userkey.__type",{"_index":6013,"name":{},"parent":{"22626":{},"22627":{}}}],["misskey/entities/notification",{"_index":373,"name":{"603":{}},"parent":{"22639":{}}}],["misskey/entities/notification.misskeyentity",{"_index":6018,"name":{},"parent":{"22640":{},"22647":{},"22653":{},"22662":{},"22678":{},"22683":{},"22688":{},"22714":{},"22741":{},"22747":{},"22750":{},"22756":{},"22763":{},"22770":{},"22775":{},"22780":{},"22786":{},"22800":{},"22806":{},"22815":{},"22816":{},"22822":{},"22832":{},"22836":{},"22840":{}}}],["misskey/entities/notification.misskeyentity.app",{"_index":6019,"name":{},"parent":{"22641":{}}}],["misskey/entities/notification.misskeyentity.app.__type",{"_index":6020,"name":{},"parent":{"22642":{},"22643":{},"22644":{},"22645":{},"22646":{}}}],["misskey/entities/notification.misskeyentity.blocking",{"_index":6036,"name":{},"parent":{"22742":{}}}],["misskey/entities/notification.misskeyentity.blocking.__type",{"_index":6037,"name":{},"parent":{"22743":{},"22744":{},"22745":{},"22746":{}}}],["misskey/entities/notification.misskeyentity.choice",{"_index":6028,"name":{},"parent":{"22679":{}}}],["misskey/entities/notification.misskeyentity.choice.__type",{"_index":6029,"name":{},"parent":{"22680":{},"22681":{},"22682":{}}}],["misskey/entities/notification.misskeyentity.creatednote",{"_index":6038,"name":{},"parent":{"22748":{}}}],["misskey/entities/notification.misskeyentity.creatednote.__type",{"_index":6039,"name":{},"parent":{"22749":{}}}],["misskey/entities/notification.misskeyentity.emoji",{"_index":6021,"name":{},"parent":{"22648":{}}}],["misskey/entities/notification.misskeyentity.emoji.__type",{"_index":6022,"name":{},"parent":{"22649":{},"22650":{},"22651":{},"22652":{}}}],["misskey/entities/notification.misskeyentity.favorite",{"_index":6040,"name":{},"parent":{"22751":{}}}],["misskey/entities/notification.misskeyentity.favorite.__type",{"_index":6041,"name":{},"parent":{"22752":{},"22753":{},"22754":{},"22755":{}}}],["misskey/entities/notification.misskeyentity.file",{"_index":6025,"name":{},"parent":{"22663":{}}}],["misskey/entities/notification.misskeyentity.file.__type",{"_index":6026,"name":{},"parent":{"22664":{},"22665":{},"22666":{},"22667":{},"22668":{},"22669":{},"22670":{},"22671":{},"22672":{},"22676":{},"22677":{}}}],["misskey/entities/notification.misskeyentity.file.__type.__type",{"_index":6027,"name":{},"parent":{"22673":{},"22674":{},"22675":{}}}],["misskey/entities/notification.misskeyentity.follower",{"_index":6042,"name":{},"parent":{"22757":{}}}],["misskey/entities/notification.misskeyentity.follower.__type",{"_index":6043,"name":{},"parent":{"22758":{},"22759":{},"22760":{},"22761":{},"22762":{}}}],["misskey/entities/notification.misskeyentity.following",{"_index":6044,"name":{},"parent":{"22764":{}}}],["misskey/entities/notification.misskeyentity.following.__type",{"_index":6045,"name":{},"parent":{"22765":{},"22766":{},"22767":{},"22768":{},"22769":{}}}],["misskey/entities/notification.misskeyentity.followrequest",{"_index":6046,"name":{},"parent":{"22771":{}}}],["misskey/entities/notification.misskeyentity.followrequest.__type",{"_index":6047,"name":{},"parent":{"22772":{},"22773":{},"22774":{}}}],["misskey/entities/notification.misskeyentity.hashtag",{"_index":6048,"name":{},"parent":{"22776":{}}}],["misskey/entities/notification.misskeyentity.hashtag.__type",{"_index":6049,"name":{},"parent":{"22777":{},"22778":{},"22779":{}}}],["misskey/entities/notification.misskeyentity.list",{"_index":6050,"name":{},"parent":{"22781":{}}}],["misskey/entities/notification.misskeyentity.list.__type",{"_index":6051,"name":{},"parent":{"22782":{},"22783":{},"22784":{},"22785":{}}}],["misskey/entities/notification.misskeyentity.meta",{"_index":6052,"name":{},"parent":{"22787":{}}}],["misskey/entities/notification.misskeyentity.meta.__type",{"_index":6053,"name":{},"parent":{"22788":{},"22789":{},"22790":{},"22791":{},"22792":{},"22793":{},"22794":{},"22795":{},"22796":{},"22797":{},"22798":{},"22799":{}}}],["misskey/entities/notification.misskeyentity.mute",{"_index":6054,"name":{},"parent":{"22801":{}}}],["misskey/entities/notification.misskeyentity.mute.__type",{"_index":6055,"name":{},"parent":{"22802":{},"22803":{},"22804":{},"22805":{}}}],["misskey/entities/notification.misskeyentity.note",{"_index":6032,"name":{},"parent":{"22689":{}}}],["misskey/entities/notification.misskeyentity.note.__type",{"_index":6033,"name":{},"parent":{"22690":{},"22691":{},"22692":{},"22693":{},"22694":{},"22695":{},"22696":{},"22697":{},"22698":{},"22699":{},"22700":{},"22701":{},"22702":{},"22703":{},"22704":{},"22705":{},"22706":{},"22707":{},"22708":{},"22709":{},"22710":{},"22711":{},"22712":{},"22713":{}}}],["misskey/entities/notification.misskeyentity.notification",{"_index":6056,"name":{},"parent":{"22807":{}}}],["misskey/entities/notification.misskeyentity.notification.__type",{"_index":6057,"name":{},"parent":{"22808":{},"22809":{},"22810":{},"22811":{},"22812":{},"22813":{},"22814":{}}}],["misskey/entities/notification.misskeyentity.poll",{"_index":6030,"name":{},"parent":{"22684":{}}}],["misskey/entities/notification.misskeyentity.poll.__type",{"_index":6031,"name":{},"parent":{"22685":{},"22686":{},"22687":{}}}],["misskey/entities/notification.misskeyentity.reaction",{"_index":6058,"name":{},"parent":{"22817":{}}}],["misskey/entities/notification.misskeyentity.reaction.__type",{"_index":6059,"name":{},"parent":{"22818":{},"22819":{},"22820":{},"22821":{}}}],["misskey/entities/notification.misskeyentity.relation",{"_index":6060,"name":{},"parent":{"22823":{}}}],["misskey/entities/notification.misskeyentity.relation.__type",{"_index":6061,"name":{},"parent":{"22824":{},"22825":{},"22826":{},"22827":{},"22828":{},"22829":{},"22830":{},"22831":{}}}],["misskey/entities/notification.misskeyentity.session",{"_index":6064,"name":{},"parent":{"22837":{}}}],["misskey/entities/notification.misskeyentity.session.__type",{"_index":6065,"name":{},"parent":{"22838":{},"22839":{}}}],["misskey/entities/notification.misskeyentity.stats",{"_index":6066,"name":{},"parent":{"22841":{}}}],["misskey/entities/notification.misskeyentity.stats.__type",{"_index":6067,"name":{},"parent":{"22842":{},"22843":{},"22844":{},"22845":{},"22846":{}}}],["misskey/entities/notification.misskeyentity.user",{"_index":6023,"name":{},"parent":{"22654":{}}}],["misskey/entities/notification.misskeyentity.user.__type",{"_index":6024,"name":{},"parent":{"22655":{},"22656":{},"22657":{},"22658":{},"22659":{},"22660":{},"22661":{}}}],["misskey/entities/notification.misskeyentity.userdetail",{"_index":6034,"name":{},"parent":{"22715":{}}}],["misskey/entities/notification.misskeyentity.userdetail.__type",{"_index":6035,"name":{},"parent":{"22716":{},"22717":{},"22718":{},"22719":{},"22720":{},"22721":{},"22722":{},"22723":{},"22724":{},"22725":{},"22726":{},"22727":{},"22728":{},"22729":{},"22730":{},"22731":{},"22732":{},"22733":{},"22734":{},"22735":{},"22736":{},"22737":{},"22738":{},"22739":{},"22740":{}}}],["misskey/entities/notification.misskeyentity.userkey",{"_index":6062,"name":{},"parent":{"22833":{}}}],["misskey/entities/notification.misskeyentity.userkey.__type",{"_index":6063,"name":{},"parent":{"22834":{},"22835":{}}}],["misskey/entities/poll",{"_index":374,"name":{"604":{}},"parent":{"22847":{}}}],["misskey/entities/poll.misskeyentity",{"_index":6068,"name":{},"parent":{"22848":{},"22855":{},"22861":{},"22870":{},"22886":{},"22891":{},"22896":{},"22922":{},"22949":{},"22955":{},"22958":{},"22964":{},"22971":{},"22978":{},"22983":{},"22988":{},"22994":{},"23008":{},"23014":{},"23023":{},"23024":{},"23030":{},"23040":{},"23044":{},"23048":{}}}],["misskey/entities/poll.misskeyentity.app",{"_index":6069,"name":{},"parent":{"22849":{}}}],["misskey/entities/poll.misskeyentity.app.__type",{"_index":6070,"name":{},"parent":{"22850":{},"22851":{},"22852":{},"22853":{},"22854":{}}}],["misskey/entities/poll.misskeyentity.blocking",{"_index":6086,"name":{},"parent":{"22950":{}}}],["misskey/entities/poll.misskeyentity.blocking.__type",{"_index":6087,"name":{},"parent":{"22951":{},"22952":{},"22953":{},"22954":{}}}],["misskey/entities/poll.misskeyentity.choice",{"_index":6078,"name":{},"parent":{"22887":{}}}],["misskey/entities/poll.misskeyentity.choice.__type",{"_index":6079,"name":{},"parent":{"22888":{},"22889":{},"22890":{}}}],["misskey/entities/poll.misskeyentity.creatednote",{"_index":6088,"name":{},"parent":{"22956":{}}}],["misskey/entities/poll.misskeyentity.creatednote.__type",{"_index":6089,"name":{},"parent":{"22957":{}}}],["misskey/entities/poll.misskeyentity.emoji",{"_index":6071,"name":{},"parent":{"22856":{}}}],["misskey/entities/poll.misskeyentity.emoji.__type",{"_index":6072,"name":{},"parent":{"22857":{},"22858":{},"22859":{},"22860":{}}}],["misskey/entities/poll.misskeyentity.favorite",{"_index":6090,"name":{},"parent":{"22959":{}}}],["misskey/entities/poll.misskeyentity.favorite.__type",{"_index":6091,"name":{},"parent":{"22960":{},"22961":{},"22962":{},"22963":{}}}],["misskey/entities/poll.misskeyentity.file",{"_index":6075,"name":{},"parent":{"22871":{}}}],["misskey/entities/poll.misskeyentity.file.__type",{"_index":6076,"name":{},"parent":{"22872":{},"22873":{},"22874":{},"22875":{},"22876":{},"22877":{},"22878":{},"22879":{},"22880":{},"22884":{},"22885":{}}}],["misskey/entities/poll.misskeyentity.file.__type.__type",{"_index":6077,"name":{},"parent":{"22881":{},"22882":{},"22883":{}}}],["misskey/entities/poll.misskeyentity.follower",{"_index":6092,"name":{},"parent":{"22965":{}}}],["misskey/entities/poll.misskeyentity.follower.__type",{"_index":6093,"name":{},"parent":{"22966":{},"22967":{},"22968":{},"22969":{},"22970":{}}}],["misskey/entities/poll.misskeyentity.following",{"_index":6094,"name":{},"parent":{"22972":{}}}],["misskey/entities/poll.misskeyentity.following.__type",{"_index":6095,"name":{},"parent":{"22973":{},"22974":{},"22975":{},"22976":{},"22977":{}}}],["misskey/entities/poll.misskeyentity.followrequest",{"_index":6096,"name":{},"parent":{"22979":{}}}],["misskey/entities/poll.misskeyentity.followrequest.__type",{"_index":6097,"name":{},"parent":{"22980":{},"22981":{},"22982":{}}}],["misskey/entities/poll.misskeyentity.hashtag",{"_index":6098,"name":{},"parent":{"22984":{}}}],["misskey/entities/poll.misskeyentity.hashtag.__type",{"_index":6099,"name":{},"parent":{"22985":{},"22986":{},"22987":{}}}],["misskey/entities/poll.misskeyentity.list",{"_index":6100,"name":{},"parent":{"22989":{}}}],["misskey/entities/poll.misskeyentity.list.__type",{"_index":6101,"name":{},"parent":{"22990":{},"22991":{},"22992":{},"22993":{}}}],["misskey/entities/poll.misskeyentity.meta",{"_index":6102,"name":{},"parent":{"22995":{}}}],["misskey/entities/poll.misskeyentity.meta.__type",{"_index":6103,"name":{},"parent":{"22996":{},"22997":{},"22998":{},"22999":{},"23000":{},"23001":{},"23002":{},"23003":{},"23004":{},"23005":{},"23006":{},"23007":{}}}],["misskey/entities/poll.misskeyentity.mute",{"_index":6104,"name":{},"parent":{"23009":{}}}],["misskey/entities/poll.misskeyentity.mute.__type",{"_index":6105,"name":{},"parent":{"23010":{},"23011":{},"23012":{},"23013":{}}}],["misskey/entities/poll.misskeyentity.note",{"_index":6082,"name":{},"parent":{"22897":{}}}],["misskey/entities/poll.misskeyentity.note.__type",{"_index":6083,"name":{},"parent":{"22898":{},"22899":{},"22900":{},"22901":{},"22902":{},"22903":{},"22904":{},"22905":{},"22906":{},"22907":{},"22908":{},"22909":{},"22910":{},"22911":{},"22912":{},"22913":{},"22914":{},"22915":{},"22916":{},"22917":{},"22918":{},"22919":{},"22920":{},"22921":{}}}],["misskey/entities/poll.misskeyentity.notification",{"_index":6106,"name":{},"parent":{"23015":{}}}],["misskey/entities/poll.misskeyentity.notification.__type",{"_index":6107,"name":{},"parent":{"23016":{},"23017":{},"23018":{},"23019":{},"23020":{},"23021":{},"23022":{}}}],["misskey/entities/poll.misskeyentity.poll",{"_index":6080,"name":{},"parent":{"22892":{}}}],["misskey/entities/poll.misskeyentity.poll.__type",{"_index":6081,"name":{},"parent":{"22893":{},"22894":{},"22895":{}}}],["misskey/entities/poll.misskeyentity.reaction",{"_index":6108,"name":{},"parent":{"23025":{}}}],["misskey/entities/poll.misskeyentity.reaction.__type",{"_index":6109,"name":{},"parent":{"23026":{},"23027":{},"23028":{},"23029":{}}}],["misskey/entities/poll.misskeyentity.relation",{"_index":6110,"name":{},"parent":{"23031":{}}}],["misskey/entities/poll.misskeyentity.relation.__type",{"_index":6111,"name":{},"parent":{"23032":{},"23033":{},"23034":{},"23035":{},"23036":{},"23037":{},"23038":{},"23039":{}}}],["misskey/entities/poll.misskeyentity.session",{"_index":6114,"name":{},"parent":{"23045":{}}}],["misskey/entities/poll.misskeyentity.session.__type",{"_index":6115,"name":{},"parent":{"23046":{},"23047":{}}}],["misskey/entities/poll.misskeyentity.stats",{"_index":6116,"name":{},"parent":{"23049":{}}}],["misskey/entities/poll.misskeyentity.stats.__type",{"_index":6117,"name":{},"parent":{"23050":{},"23051":{},"23052":{},"23053":{},"23054":{}}}],["misskey/entities/poll.misskeyentity.user",{"_index":6073,"name":{},"parent":{"22862":{}}}],["misskey/entities/poll.misskeyentity.user.__type",{"_index":6074,"name":{},"parent":{"22863":{},"22864":{},"22865":{},"22866":{},"22867":{},"22868":{},"22869":{}}}],["misskey/entities/poll.misskeyentity.userdetail",{"_index":6084,"name":{},"parent":{"22923":{}}}],["misskey/entities/poll.misskeyentity.userdetail.__type",{"_index":6085,"name":{},"parent":{"22924":{},"22925":{},"22926":{},"22927":{},"22928":{},"22929":{},"22930":{},"22931":{},"22932":{},"22933":{},"22934":{},"22935":{},"22936":{},"22937":{},"22938":{},"22939":{},"22940":{},"22941":{},"22942":{},"22943":{},"22944":{},"22945":{},"22946":{},"22947":{},"22948":{}}}],["misskey/entities/poll.misskeyentity.userkey",{"_index":6112,"name":{},"parent":{"23041":{}}}],["misskey/entities/poll.misskeyentity.userkey.__type",{"_index":6113,"name":{},"parent":{"23042":{},"23043":{}}}],["misskey/entities/reaction",{"_index":375,"name":{"605":{}},"parent":{"23055":{}}}],["misskey/entities/reaction.misskeyentity",{"_index":6118,"name":{},"parent":{"23056":{},"23063":{},"23069":{},"23078":{},"23094":{},"23099":{},"23104":{},"23130":{},"23157":{},"23163":{},"23166":{},"23172":{},"23179":{},"23186":{},"23191":{},"23196":{},"23202":{},"23216":{},"23222":{},"23231":{},"23232":{},"23238":{},"23248":{},"23252":{},"23256":{}}}],["misskey/entities/reaction.misskeyentity.app",{"_index":6119,"name":{},"parent":{"23057":{}}}],["misskey/entities/reaction.misskeyentity.app.__type",{"_index":6120,"name":{},"parent":{"23058":{},"23059":{},"23060":{},"23061":{},"23062":{}}}],["misskey/entities/reaction.misskeyentity.blocking",{"_index":6136,"name":{},"parent":{"23158":{}}}],["misskey/entities/reaction.misskeyentity.blocking.__type",{"_index":6137,"name":{},"parent":{"23159":{},"23160":{},"23161":{},"23162":{}}}],["misskey/entities/reaction.misskeyentity.choice",{"_index":6128,"name":{},"parent":{"23095":{}}}],["misskey/entities/reaction.misskeyentity.choice.__type",{"_index":6129,"name":{},"parent":{"23096":{},"23097":{},"23098":{}}}],["misskey/entities/reaction.misskeyentity.creatednote",{"_index":6138,"name":{},"parent":{"23164":{}}}],["misskey/entities/reaction.misskeyentity.creatednote.__type",{"_index":6139,"name":{},"parent":{"23165":{}}}],["misskey/entities/reaction.misskeyentity.emoji",{"_index":6121,"name":{},"parent":{"23064":{}}}],["misskey/entities/reaction.misskeyentity.emoji.__type",{"_index":6122,"name":{},"parent":{"23065":{},"23066":{},"23067":{},"23068":{}}}],["misskey/entities/reaction.misskeyentity.favorite",{"_index":6140,"name":{},"parent":{"23167":{}}}],["misskey/entities/reaction.misskeyentity.favorite.__type",{"_index":6141,"name":{},"parent":{"23168":{},"23169":{},"23170":{},"23171":{}}}],["misskey/entities/reaction.misskeyentity.file",{"_index":6125,"name":{},"parent":{"23079":{}}}],["misskey/entities/reaction.misskeyentity.file.__type",{"_index":6126,"name":{},"parent":{"23080":{},"23081":{},"23082":{},"23083":{},"23084":{},"23085":{},"23086":{},"23087":{},"23088":{},"23092":{},"23093":{}}}],["misskey/entities/reaction.misskeyentity.file.__type.__type",{"_index":6127,"name":{},"parent":{"23089":{},"23090":{},"23091":{}}}],["misskey/entities/reaction.misskeyentity.follower",{"_index":6142,"name":{},"parent":{"23173":{}}}],["misskey/entities/reaction.misskeyentity.follower.__type",{"_index":6143,"name":{},"parent":{"23174":{},"23175":{},"23176":{},"23177":{},"23178":{}}}],["misskey/entities/reaction.misskeyentity.following",{"_index":6144,"name":{},"parent":{"23180":{}}}],["misskey/entities/reaction.misskeyentity.following.__type",{"_index":6145,"name":{},"parent":{"23181":{},"23182":{},"23183":{},"23184":{},"23185":{}}}],["misskey/entities/reaction.misskeyentity.followrequest",{"_index":6146,"name":{},"parent":{"23187":{}}}],["misskey/entities/reaction.misskeyentity.followrequest.__type",{"_index":6147,"name":{},"parent":{"23188":{},"23189":{},"23190":{}}}],["misskey/entities/reaction.misskeyentity.hashtag",{"_index":6148,"name":{},"parent":{"23192":{}}}],["misskey/entities/reaction.misskeyentity.hashtag.__type",{"_index":6149,"name":{},"parent":{"23193":{},"23194":{},"23195":{}}}],["misskey/entities/reaction.misskeyentity.list",{"_index":6150,"name":{},"parent":{"23197":{}}}],["misskey/entities/reaction.misskeyentity.list.__type",{"_index":6151,"name":{},"parent":{"23198":{},"23199":{},"23200":{},"23201":{}}}],["misskey/entities/reaction.misskeyentity.meta",{"_index":6152,"name":{},"parent":{"23203":{}}}],["misskey/entities/reaction.misskeyentity.meta.__type",{"_index":6153,"name":{},"parent":{"23204":{},"23205":{},"23206":{},"23207":{},"23208":{},"23209":{},"23210":{},"23211":{},"23212":{},"23213":{},"23214":{},"23215":{}}}],["misskey/entities/reaction.misskeyentity.mute",{"_index":6154,"name":{},"parent":{"23217":{}}}],["misskey/entities/reaction.misskeyentity.mute.__type",{"_index":6155,"name":{},"parent":{"23218":{},"23219":{},"23220":{},"23221":{}}}],["misskey/entities/reaction.misskeyentity.note",{"_index":6132,"name":{},"parent":{"23105":{}}}],["misskey/entities/reaction.misskeyentity.note.__type",{"_index":6133,"name":{},"parent":{"23106":{},"23107":{},"23108":{},"23109":{},"23110":{},"23111":{},"23112":{},"23113":{},"23114":{},"23115":{},"23116":{},"23117":{},"23118":{},"23119":{},"23120":{},"23121":{},"23122":{},"23123":{},"23124":{},"23125":{},"23126":{},"23127":{},"23128":{},"23129":{}}}],["misskey/entities/reaction.misskeyentity.notification",{"_index":6156,"name":{},"parent":{"23223":{}}}],["misskey/entities/reaction.misskeyentity.notification.__type",{"_index":6157,"name":{},"parent":{"23224":{},"23225":{},"23226":{},"23227":{},"23228":{},"23229":{},"23230":{}}}],["misskey/entities/reaction.misskeyentity.poll",{"_index":6130,"name":{},"parent":{"23100":{}}}],["misskey/entities/reaction.misskeyentity.poll.__type",{"_index":6131,"name":{},"parent":{"23101":{},"23102":{},"23103":{}}}],["misskey/entities/reaction.misskeyentity.reaction",{"_index":6158,"name":{},"parent":{"23233":{}}}],["misskey/entities/reaction.misskeyentity.reaction.__type",{"_index":6159,"name":{},"parent":{"23234":{},"23235":{},"23236":{},"23237":{}}}],["misskey/entities/reaction.misskeyentity.relation",{"_index":6160,"name":{},"parent":{"23239":{}}}],["misskey/entities/reaction.misskeyentity.relation.__type",{"_index":6161,"name":{},"parent":{"23240":{},"23241":{},"23242":{},"23243":{},"23244":{},"23245":{},"23246":{},"23247":{}}}],["misskey/entities/reaction.misskeyentity.session",{"_index":6164,"name":{},"parent":{"23253":{}}}],["misskey/entities/reaction.misskeyentity.session.__type",{"_index":6165,"name":{},"parent":{"23254":{},"23255":{}}}],["misskey/entities/reaction.misskeyentity.stats",{"_index":6166,"name":{},"parent":{"23257":{}}}],["misskey/entities/reaction.misskeyentity.stats.__type",{"_index":6167,"name":{},"parent":{"23258":{},"23259":{},"23260":{},"23261":{},"23262":{}}}],["misskey/entities/reaction.misskeyentity.user",{"_index":6123,"name":{},"parent":{"23070":{}}}],["misskey/entities/reaction.misskeyentity.user.__type",{"_index":6124,"name":{},"parent":{"23071":{},"23072":{},"23073":{},"23074":{},"23075":{},"23076":{},"23077":{}}}],["misskey/entities/reaction.misskeyentity.userdetail",{"_index":6134,"name":{},"parent":{"23131":{}}}],["misskey/entities/reaction.misskeyentity.userdetail.__type",{"_index":6135,"name":{},"parent":{"23132":{},"23133":{},"23134":{},"23135":{},"23136":{},"23137":{},"23138":{},"23139":{},"23140":{},"23141":{},"23142":{},"23143":{},"23144":{},"23145":{},"23146":{},"23147":{},"23148":{},"23149":{},"23150":{},"23151":{},"23152":{},"23153":{},"23154":{},"23155":{},"23156":{}}}],["misskey/entities/reaction.misskeyentity.userkey",{"_index":6162,"name":{},"parent":{"23249":{}}}],["misskey/entities/reaction.misskeyentity.userkey.__type",{"_index":6163,"name":{},"parent":{"23250":{},"23251":{}}}],["misskey/entities/relation",{"_index":376,"name":{"606":{}},"parent":{"23263":{}}}],["misskey/entities/relation.misskeyentity",{"_index":6168,"name":{},"parent":{"23264":{},"23271":{},"23277":{},"23286":{},"23302":{},"23307":{},"23312":{},"23338":{},"23365":{},"23371":{},"23374":{},"23380":{},"23387":{},"23394":{},"23399":{},"23404":{},"23410":{},"23424":{},"23430":{},"23439":{},"23440":{},"23446":{},"23456":{},"23460":{},"23464":{}}}],["misskey/entities/relation.misskeyentity.app",{"_index":6169,"name":{},"parent":{"23265":{}}}],["misskey/entities/relation.misskeyentity.app.__type",{"_index":6170,"name":{},"parent":{"23266":{},"23267":{},"23268":{},"23269":{},"23270":{}}}],["misskey/entities/relation.misskeyentity.blocking",{"_index":6186,"name":{},"parent":{"23366":{}}}],["misskey/entities/relation.misskeyentity.blocking.__type",{"_index":6187,"name":{},"parent":{"23367":{},"23368":{},"23369":{},"23370":{}}}],["misskey/entities/relation.misskeyentity.choice",{"_index":6178,"name":{},"parent":{"23303":{}}}],["misskey/entities/relation.misskeyentity.choice.__type",{"_index":6179,"name":{},"parent":{"23304":{},"23305":{},"23306":{}}}],["misskey/entities/relation.misskeyentity.creatednote",{"_index":6188,"name":{},"parent":{"23372":{}}}],["misskey/entities/relation.misskeyentity.creatednote.__type",{"_index":6189,"name":{},"parent":{"23373":{}}}],["misskey/entities/relation.misskeyentity.emoji",{"_index":6171,"name":{},"parent":{"23272":{}}}],["misskey/entities/relation.misskeyentity.emoji.__type",{"_index":6172,"name":{},"parent":{"23273":{},"23274":{},"23275":{},"23276":{}}}],["misskey/entities/relation.misskeyentity.favorite",{"_index":6190,"name":{},"parent":{"23375":{}}}],["misskey/entities/relation.misskeyentity.favorite.__type",{"_index":6191,"name":{},"parent":{"23376":{},"23377":{},"23378":{},"23379":{}}}],["misskey/entities/relation.misskeyentity.file",{"_index":6175,"name":{},"parent":{"23287":{}}}],["misskey/entities/relation.misskeyentity.file.__type",{"_index":6176,"name":{},"parent":{"23288":{},"23289":{},"23290":{},"23291":{},"23292":{},"23293":{},"23294":{},"23295":{},"23296":{},"23300":{},"23301":{}}}],["misskey/entities/relation.misskeyentity.file.__type.__type",{"_index":6177,"name":{},"parent":{"23297":{},"23298":{},"23299":{}}}],["misskey/entities/relation.misskeyentity.follower",{"_index":6192,"name":{},"parent":{"23381":{}}}],["misskey/entities/relation.misskeyentity.follower.__type",{"_index":6193,"name":{},"parent":{"23382":{},"23383":{},"23384":{},"23385":{},"23386":{}}}],["misskey/entities/relation.misskeyentity.following",{"_index":6194,"name":{},"parent":{"23388":{}}}],["misskey/entities/relation.misskeyentity.following.__type",{"_index":6195,"name":{},"parent":{"23389":{},"23390":{},"23391":{},"23392":{},"23393":{}}}],["misskey/entities/relation.misskeyentity.followrequest",{"_index":6196,"name":{},"parent":{"23395":{}}}],["misskey/entities/relation.misskeyentity.followrequest.__type",{"_index":6197,"name":{},"parent":{"23396":{},"23397":{},"23398":{}}}],["misskey/entities/relation.misskeyentity.hashtag",{"_index":6198,"name":{},"parent":{"23400":{}}}],["misskey/entities/relation.misskeyentity.hashtag.__type",{"_index":6199,"name":{},"parent":{"23401":{},"23402":{},"23403":{}}}],["misskey/entities/relation.misskeyentity.list",{"_index":6200,"name":{},"parent":{"23405":{}}}],["misskey/entities/relation.misskeyentity.list.__type",{"_index":6201,"name":{},"parent":{"23406":{},"23407":{},"23408":{},"23409":{}}}],["misskey/entities/relation.misskeyentity.meta",{"_index":6202,"name":{},"parent":{"23411":{}}}],["misskey/entities/relation.misskeyentity.meta.__type",{"_index":6203,"name":{},"parent":{"23412":{},"23413":{},"23414":{},"23415":{},"23416":{},"23417":{},"23418":{},"23419":{},"23420":{},"23421":{},"23422":{},"23423":{}}}],["misskey/entities/relation.misskeyentity.mute",{"_index":6204,"name":{},"parent":{"23425":{}}}],["misskey/entities/relation.misskeyentity.mute.__type",{"_index":6205,"name":{},"parent":{"23426":{},"23427":{},"23428":{},"23429":{}}}],["misskey/entities/relation.misskeyentity.note",{"_index":6182,"name":{},"parent":{"23313":{}}}],["misskey/entities/relation.misskeyentity.note.__type",{"_index":6183,"name":{},"parent":{"23314":{},"23315":{},"23316":{},"23317":{},"23318":{},"23319":{},"23320":{},"23321":{},"23322":{},"23323":{},"23324":{},"23325":{},"23326":{},"23327":{},"23328":{},"23329":{},"23330":{},"23331":{},"23332":{},"23333":{},"23334":{},"23335":{},"23336":{},"23337":{}}}],["misskey/entities/relation.misskeyentity.notification",{"_index":6206,"name":{},"parent":{"23431":{}}}],["misskey/entities/relation.misskeyentity.notification.__type",{"_index":6207,"name":{},"parent":{"23432":{},"23433":{},"23434":{},"23435":{},"23436":{},"23437":{},"23438":{}}}],["misskey/entities/relation.misskeyentity.poll",{"_index":6180,"name":{},"parent":{"23308":{}}}],["misskey/entities/relation.misskeyentity.poll.__type",{"_index":6181,"name":{},"parent":{"23309":{},"23310":{},"23311":{}}}],["misskey/entities/relation.misskeyentity.reaction",{"_index":6208,"name":{},"parent":{"23441":{}}}],["misskey/entities/relation.misskeyentity.reaction.__type",{"_index":6209,"name":{},"parent":{"23442":{},"23443":{},"23444":{},"23445":{}}}],["misskey/entities/relation.misskeyentity.relation",{"_index":6210,"name":{},"parent":{"23447":{}}}],["misskey/entities/relation.misskeyentity.relation.__type",{"_index":6211,"name":{},"parent":{"23448":{},"23449":{},"23450":{},"23451":{},"23452":{},"23453":{},"23454":{},"23455":{}}}],["misskey/entities/relation.misskeyentity.session",{"_index":6214,"name":{},"parent":{"23461":{}}}],["misskey/entities/relation.misskeyentity.session.__type",{"_index":6215,"name":{},"parent":{"23462":{},"23463":{}}}],["misskey/entities/relation.misskeyentity.stats",{"_index":6216,"name":{},"parent":{"23465":{}}}],["misskey/entities/relation.misskeyentity.stats.__type",{"_index":6217,"name":{},"parent":{"23466":{},"23467":{},"23468":{},"23469":{},"23470":{}}}],["misskey/entities/relation.misskeyentity.user",{"_index":6173,"name":{},"parent":{"23278":{}}}],["misskey/entities/relation.misskeyentity.user.__type",{"_index":6174,"name":{},"parent":{"23279":{},"23280":{},"23281":{},"23282":{},"23283":{},"23284":{},"23285":{}}}],["misskey/entities/relation.misskeyentity.userdetail",{"_index":6184,"name":{},"parent":{"23339":{}}}],["misskey/entities/relation.misskeyentity.userdetail.__type",{"_index":6185,"name":{},"parent":{"23340":{},"23341":{},"23342":{},"23343":{},"23344":{},"23345":{},"23346":{},"23347":{},"23348":{},"23349":{},"23350":{},"23351":{},"23352":{},"23353":{},"23354":{},"23355":{},"23356":{},"23357":{},"23358":{},"23359":{},"23360":{},"23361":{},"23362":{},"23363":{},"23364":{}}}],["misskey/entities/relation.misskeyentity.userkey",{"_index":6212,"name":{},"parent":{"23457":{}}}],["misskey/entities/relation.misskeyentity.userkey.__type",{"_index":6213,"name":{},"parent":{"23458":{},"23459":{}}}],["misskey/entities/session",{"_index":377,"name":{"607":{}},"parent":{"23471":{}}}],["misskey/entities/session.misskeyentity",{"_index":6218,"name":{},"parent":{"23472":{},"23479":{},"23485":{},"23494":{},"23510":{},"23515":{},"23520":{},"23546":{},"23573":{},"23579":{},"23582":{},"23588":{},"23595":{},"23602":{},"23607":{},"23612":{},"23618":{},"23632":{},"23638":{},"23647":{},"23648":{},"23654":{},"23664":{},"23668":{},"23672":{}}}],["misskey/entities/session.misskeyentity.app",{"_index":6219,"name":{},"parent":{"23473":{}}}],["misskey/entities/session.misskeyentity.app.__type",{"_index":6220,"name":{},"parent":{"23474":{},"23475":{},"23476":{},"23477":{},"23478":{}}}],["misskey/entities/session.misskeyentity.blocking",{"_index":6236,"name":{},"parent":{"23574":{}}}],["misskey/entities/session.misskeyentity.blocking.__type",{"_index":6237,"name":{},"parent":{"23575":{},"23576":{},"23577":{},"23578":{}}}],["misskey/entities/session.misskeyentity.choice",{"_index":6228,"name":{},"parent":{"23511":{}}}],["misskey/entities/session.misskeyentity.choice.__type",{"_index":6229,"name":{},"parent":{"23512":{},"23513":{},"23514":{}}}],["misskey/entities/session.misskeyentity.creatednote",{"_index":6238,"name":{},"parent":{"23580":{}}}],["misskey/entities/session.misskeyentity.creatednote.__type",{"_index":6239,"name":{},"parent":{"23581":{}}}],["misskey/entities/session.misskeyentity.emoji",{"_index":6221,"name":{},"parent":{"23480":{}}}],["misskey/entities/session.misskeyentity.emoji.__type",{"_index":6222,"name":{},"parent":{"23481":{},"23482":{},"23483":{},"23484":{}}}],["misskey/entities/session.misskeyentity.favorite",{"_index":6240,"name":{},"parent":{"23583":{}}}],["misskey/entities/session.misskeyentity.favorite.__type",{"_index":6241,"name":{},"parent":{"23584":{},"23585":{},"23586":{},"23587":{}}}],["misskey/entities/session.misskeyentity.file",{"_index":6225,"name":{},"parent":{"23495":{}}}],["misskey/entities/session.misskeyentity.file.__type",{"_index":6226,"name":{},"parent":{"23496":{},"23497":{},"23498":{},"23499":{},"23500":{},"23501":{},"23502":{},"23503":{},"23504":{},"23508":{},"23509":{}}}],["misskey/entities/session.misskeyentity.file.__type.__type",{"_index":6227,"name":{},"parent":{"23505":{},"23506":{},"23507":{}}}],["misskey/entities/session.misskeyentity.follower",{"_index":6242,"name":{},"parent":{"23589":{}}}],["misskey/entities/session.misskeyentity.follower.__type",{"_index":6243,"name":{},"parent":{"23590":{},"23591":{},"23592":{},"23593":{},"23594":{}}}],["misskey/entities/session.misskeyentity.following",{"_index":6244,"name":{},"parent":{"23596":{}}}],["misskey/entities/session.misskeyentity.following.__type",{"_index":6245,"name":{},"parent":{"23597":{},"23598":{},"23599":{},"23600":{},"23601":{}}}],["misskey/entities/session.misskeyentity.followrequest",{"_index":6246,"name":{},"parent":{"23603":{}}}],["misskey/entities/session.misskeyentity.followrequest.__type",{"_index":6247,"name":{},"parent":{"23604":{},"23605":{},"23606":{}}}],["misskey/entities/session.misskeyentity.hashtag",{"_index":6248,"name":{},"parent":{"23608":{}}}],["misskey/entities/session.misskeyentity.hashtag.__type",{"_index":6249,"name":{},"parent":{"23609":{},"23610":{},"23611":{}}}],["misskey/entities/session.misskeyentity.list",{"_index":6250,"name":{},"parent":{"23613":{}}}],["misskey/entities/session.misskeyentity.list.__type",{"_index":6251,"name":{},"parent":{"23614":{},"23615":{},"23616":{},"23617":{}}}],["misskey/entities/session.misskeyentity.meta",{"_index":6252,"name":{},"parent":{"23619":{}}}],["misskey/entities/session.misskeyentity.meta.__type",{"_index":6253,"name":{},"parent":{"23620":{},"23621":{},"23622":{},"23623":{},"23624":{},"23625":{},"23626":{},"23627":{},"23628":{},"23629":{},"23630":{},"23631":{}}}],["misskey/entities/session.misskeyentity.mute",{"_index":6254,"name":{},"parent":{"23633":{}}}],["misskey/entities/session.misskeyentity.mute.__type",{"_index":6255,"name":{},"parent":{"23634":{},"23635":{},"23636":{},"23637":{}}}],["misskey/entities/session.misskeyentity.note",{"_index":6232,"name":{},"parent":{"23521":{}}}],["misskey/entities/session.misskeyentity.note.__type",{"_index":6233,"name":{},"parent":{"23522":{},"23523":{},"23524":{},"23525":{},"23526":{},"23527":{},"23528":{},"23529":{},"23530":{},"23531":{},"23532":{},"23533":{},"23534":{},"23535":{},"23536":{},"23537":{},"23538":{},"23539":{},"23540":{},"23541":{},"23542":{},"23543":{},"23544":{},"23545":{}}}],["misskey/entities/session.misskeyentity.notification",{"_index":6256,"name":{},"parent":{"23639":{}}}],["misskey/entities/session.misskeyentity.notification.__type",{"_index":6257,"name":{},"parent":{"23640":{},"23641":{},"23642":{},"23643":{},"23644":{},"23645":{},"23646":{}}}],["misskey/entities/session.misskeyentity.poll",{"_index":6230,"name":{},"parent":{"23516":{}}}],["misskey/entities/session.misskeyentity.poll.__type",{"_index":6231,"name":{},"parent":{"23517":{},"23518":{},"23519":{}}}],["misskey/entities/session.misskeyentity.reaction",{"_index":6258,"name":{},"parent":{"23649":{}}}],["misskey/entities/session.misskeyentity.reaction.__type",{"_index":6259,"name":{},"parent":{"23650":{},"23651":{},"23652":{},"23653":{}}}],["misskey/entities/session.misskeyentity.relation",{"_index":6260,"name":{},"parent":{"23655":{}}}],["misskey/entities/session.misskeyentity.relation.__type",{"_index":6261,"name":{},"parent":{"23656":{},"23657":{},"23658":{},"23659":{},"23660":{},"23661":{},"23662":{},"23663":{}}}],["misskey/entities/session.misskeyentity.session",{"_index":6264,"name":{},"parent":{"23669":{}}}],["misskey/entities/session.misskeyentity.session.__type",{"_index":6265,"name":{},"parent":{"23670":{},"23671":{}}}],["misskey/entities/session.misskeyentity.stats",{"_index":6266,"name":{},"parent":{"23673":{}}}],["misskey/entities/session.misskeyentity.stats.__type",{"_index":6267,"name":{},"parent":{"23674":{},"23675":{},"23676":{},"23677":{},"23678":{}}}],["misskey/entities/session.misskeyentity.user",{"_index":6223,"name":{},"parent":{"23486":{}}}],["misskey/entities/session.misskeyentity.user.__type",{"_index":6224,"name":{},"parent":{"23487":{},"23488":{},"23489":{},"23490":{},"23491":{},"23492":{},"23493":{}}}],["misskey/entities/session.misskeyentity.userdetail",{"_index":6234,"name":{},"parent":{"23547":{}}}],["misskey/entities/session.misskeyentity.userdetail.__type",{"_index":6235,"name":{},"parent":{"23548":{},"23549":{},"23550":{},"23551":{},"23552":{},"23553":{},"23554":{},"23555":{},"23556":{},"23557":{},"23558":{},"23559":{},"23560":{},"23561":{},"23562":{},"23563":{},"23564":{},"23565":{},"23566":{},"23567":{},"23568":{},"23569":{},"23570":{},"23571":{},"23572":{}}}],["misskey/entities/session.misskeyentity.userkey",{"_index":6262,"name":{},"parent":{"23665":{}}}],["misskey/entities/session.misskeyentity.userkey.__type",{"_index":6263,"name":{},"parent":{"23666":{},"23667":{}}}],["misskey/entities/stats",{"_index":378,"name":{"608":{}},"parent":{"23679":{}}}],["misskey/entities/stats.misskeyentity",{"_index":6268,"name":{},"parent":{"23680":{},"23687":{},"23693":{},"23702":{},"23718":{},"23723":{},"23728":{},"23754":{},"23781":{},"23787":{},"23790":{},"23796":{},"23803":{},"23810":{},"23815":{},"23820":{},"23826":{},"23840":{},"23846":{},"23855":{},"23856":{},"23862":{},"23872":{},"23876":{},"23880":{}}}],["misskey/entities/stats.misskeyentity.app",{"_index":6269,"name":{},"parent":{"23681":{}}}],["misskey/entities/stats.misskeyentity.app.__type",{"_index":6270,"name":{},"parent":{"23682":{},"23683":{},"23684":{},"23685":{},"23686":{}}}],["misskey/entities/stats.misskeyentity.blocking",{"_index":6286,"name":{},"parent":{"23782":{}}}],["misskey/entities/stats.misskeyentity.blocking.__type",{"_index":6287,"name":{},"parent":{"23783":{},"23784":{},"23785":{},"23786":{}}}],["misskey/entities/stats.misskeyentity.choice",{"_index":6278,"name":{},"parent":{"23719":{}}}],["misskey/entities/stats.misskeyentity.choice.__type",{"_index":6279,"name":{},"parent":{"23720":{},"23721":{},"23722":{}}}],["misskey/entities/stats.misskeyentity.creatednote",{"_index":6288,"name":{},"parent":{"23788":{}}}],["misskey/entities/stats.misskeyentity.creatednote.__type",{"_index":6289,"name":{},"parent":{"23789":{}}}],["misskey/entities/stats.misskeyentity.emoji",{"_index":6271,"name":{},"parent":{"23688":{}}}],["misskey/entities/stats.misskeyentity.emoji.__type",{"_index":6272,"name":{},"parent":{"23689":{},"23690":{},"23691":{},"23692":{}}}],["misskey/entities/stats.misskeyentity.favorite",{"_index":6290,"name":{},"parent":{"23791":{}}}],["misskey/entities/stats.misskeyentity.favorite.__type",{"_index":6291,"name":{},"parent":{"23792":{},"23793":{},"23794":{},"23795":{}}}],["misskey/entities/stats.misskeyentity.file",{"_index":6275,"name":{},"parent":{"23703":{}}}],["misskey/entities/stats.misskeyentity.file.__type",{"_index":6276,"name":{},"parent":{"23704":{},"23705":{},"23706":{},"23707":{},"23708":{},"23709":{},"23710":{},"23711":{},"23712":{},"23716":{},"23717":{}}}],["misskey/entities/stats.misskeyentity.file.__type.__type",{"_index":6277,"name":{},"parent":{"23713":{},"23714":{},"23715":{}}}],["misskey/entities/stats.misskeyentity.follower",{"_index":6292,"name":{},"parent":{"23797":{}}}],["misskey/entities/stats.misskeyentity.follower.__type",{"_index":6293,"name":{},"parent":{"23798":{},"23799":{},"23800":{},"23801":{},"23802":{}}}],["misskey/entities/stats.misskeyentity.following",{"_index":6294,"name":{},"parent":{"23804":{}}}],["misskey/entities/stats.misskeyentity.following.__type",{"_index":6295,"name":{},"parent":{"23805":{},"23806":{},"23807":{},"23808":{},"23809":{}}}],["misskey/entities/stats.misskeyentity.followrequest",{"_index":6296,"name":{},"parent":{"23811":{}}}],["misskey/entities/stats.misskeyentity.followrequest.__type",{"_index":6297,"name":{},"parent":{"23812":{},"23813":{},"23814":{}}}],["misskey/entities/stats.misskeyentity.hashtag",{"_index":6298,"name":{},"parent":{"23816":{}}}],["misskey/entities/stats.misskeyentity.hashtag.__type",{"_index":6299,"name":{},"parent":{"23817":{},"23818":{},"23819":{}}}],["misskey/entities/stats.misskeyentity.list",{"_index":6300,"name":{},"parent":{"23821":{}}}],["misskey/entities/stats.misskeyentity.list.__type",{"_index":6301,"name":{},"parent":{"23822":{},"23823":{},"23824":{},"23825":{}}}],["misskey/entities/stats.misskeyentity.meta",{"_index":6302,"name":{},"parent":{"23827":{}}}],["misskey/entities/stats.misskeyentity.meta.__type",{"_index":6303,"name":{},"parent":{"23828":{},"23829":{},"23830":{},"23831":{},"23832":{},"23833":{},"23834":{},"23835":{},"23836":{},"23837":{},"23838":{},"23839":{}}}],["misskey/entities/stats.misskeyentity.mute",{"_index":6304,"name":{},"parent":{"23841":{}}}],["misskey/entities/stats.misskeyentity.mute.__type",{"_index":6305,"name":{},"parent":{"23842":{},"23843":{},"23844":{},"23845":{}}}],["misskey/entities/stats.misskeyentity.note",{"_index":6282,"name":{},"parent":{"23729":{}}}],["misskey/entities/stats.misskeyentity.note.__type",{"_index":6283,"name":{},"parent":{"23730":{},"23731":{},"23732":{},"23733":{},"23734":{},"23735":{},"23736":{},"23737":{},"23738":{},"23739":{},"23740":{},"23741":{},"23742":{},"23743":{},"23744":{},"23745":{},"23746":{},"23747":{},"23748":{},"23749":{},"23750":{},"23751":{},"23752":{},"23753":{}}}],["misskey/entities/stats.misskeyentity.notification",{"_index":6306,"name":{},"parent":{"23847":{}}}],["misskey/entities/stats.misskeyentity.notification.__type",{"_index":6307,"name":{},"parent":{"23848":{},"23849":{},"23850":{},"23851":{},"23852":{},"23853":{},"23854":{}}}],["misskey/entities/stats.misskeyentity.poll",{"_index":6280,"name":{},"parent":{"23724":{}}}],["misskey/entities/stats.misskeyentity.poll.__type",{"_index":6281,"name":{},"parent":{"23725":{},"23726":{},"23727":{}}}],["misskey/entities/stats.misskeyentity.reaction",{"_index":6308,"name":{},"parent":{"23857":{}}}],["misskey/entities/stats.misskeyentity.reaction.__type",{"_index":6309,"name":{},"parent":{"23858":{},"23859":{},"23860":{},"23861":{}}}],["misskey/entities/stats.misskeyentity.relation",{"_index":6310,"name":{},"parent":{"23863":{}}}],["misskey/entities/stats.misskeyentity.relation.__type",{"_index":6311,"name":{},"parent":{"23864":{},"23865":{},"23866":{},"23867":{},"23868":{},"23869":{},"23870":{},"23871":{}}}],["misskey/entities/stats.misskeyentity.session",{"_index":6314,"name":{},"parent":{"23877":{}}}],["misskey/entities/stats.misskeyentity.session.__type",{"_index":6315,"name":{},"parent":{"23878":{},"23879":{}}}],["misskey/entities/stats.misskeyentity.stats",{"_index":6316,"name":{},"parent":{"23881":{}}}],["misskey/entities/stats.misskeyentity.stats.__type",{"_index":6317,"name":{},"parent":{"23882":{},"23883":{},"23884":{},"23885":{},"23886":{}}}],["misskey/entities/stats.misskeyentity.user",{"_index":6273,"name":{},"parent":{"23694":{}}}],["misskey/entities/stats.misskeyentity.user.__type",{"_index":6274,"name":{},"parent":{"23695":{},"23696":{},"23697":{},"23698":{},"23699":{},"23700":{},"23701":{}}}],["misskey/entities/stats.misskeyentity.userdetail",{"_index":6284,"name":{},"parent":{"23755":{}}}],["misskey/entities/stats.misskeyentity.userdetail.__type",{"_index":6285,"name":{},"parent":{"23756":{},"23757":{},"23758":{},"23759":{},"23760":{},"23761":{},"23762":{},"23763":{},"23764":{},"23765":{},"23766":{},"23767":{},"23768":{},"23769":{},"23770":{},"23771":{},"23772":{},"23773":{},"23774":{},"23775":{},"23776":{},"23777":{},"23778":{},"23779":{},"23780":{}}}],["misskey/entities/stats.misskeyentity.userkey",{"_index":6312,"name":{},"parent":{"23873":{}}}],["misskey/entities/stats.misskeyentity.userkey.__type",{"_index":6313,"name":{},"parent":{"23874":{},"23875":{}}}],["misskey/entities/user",{"_index":379,"name":{"609":{}},"parent":{"23887":{}}}],["misskey/entities/user.misskeyentity",{"_index":6318,"name":{},"parent":{"23888":{},"23895":{},"23901":{},"23910":{},"23926":{},"23931":{},"23936":{},"23962":{},"23989":{},"23995":{},"23998":{},"24004":{},"24011":{},"24018":{},"24023":{},"24028":{},"24034":{},"24048":{},"24054":{},"24063":{},"24064":{},"24070":{},"24080":{},"24084":{},"24088":{}}}],["misskey/entities/user.misskeyentity.app",{"_index":6319,"name":{},"parent":{"23889":{}}}],["misskey/entities/user.misskeyentity.app.__type",{"_index":6320,"name":{},"parent":{"23890":{},"23891":{},"23892":{},"23893":{},"23894":{}}}],["misskey/entities/user.misskeyentity.blocking",{"_index":6336,"name":{},"parent":{"23990":{}}}],["misskey/entities/user.misskeyentity.blocking.__type",{"_index":6337,"name":{},"parent":{"23991":{},"23992":{},"23993":{},"23994":{}}}],["misskey/entities/user.misskeyentity.choice",{"_index":6328,"name":{},"parent":{"23927":{}}}],["misskey/entities/user.misskeyentity.choice.__type",{"_index":6329,"name":{},"parent":{"23928":{},"23929":{},"23930":{}}}],["misskey/entities/user.misskeyentity.creatednote",{"_index":6338,"name":{},"parent":{"23996":{}}}],["misskey/entities/user.misskeyentity.creatednote.__type",{"_index":6339,"name":{},"parent":{"23997":{}}}],["misskey/entities/user.misskeyentity.emoji",{"_index":6321,"name":{},"parent":{"23896":{}}}],["misskey/entities/user.misskeyentity.emoji.__type",{"_index":6322,"name":{},"parent":{"23897":{},"23898":{},"23899":{},"23900":{}}}],["misskey/entities/user.misskeyentity.favorite",{"_index":6340,"name":{},"parent":{"23999":{}}}],["misskey/entities/user.misskeyentity.favorite.__type",{"_index":6341,"name":{},"parent":{"24000":{},"24001":{},"24002":{},"24003":{}}}],["misskey/entities/user.misskeyentity.file",{"_index":6325,"name":{},"parent":{"23911":{}}}],["misskey/entities/user.misskeyentity.file.__type",{"_index":6326,"name":{},"parent":{"23912":{},"23913":{},"23914":{},"23915":{},"23916":{},"23917":{},"23918":{},"23919":{},"23920":{},"23924":{},"23925":{}}}],["misskey/entities/user.misskeyentity.file.__type.__type",{"_index":6327,"name":{},"parent":{"23921":{},"23922":{},"23923":{}}}],["misskey/entities/user.misskeyentity.follower",{"_index":6342,"name":{},"parent":{"24005":{}}}],["misskey/entities/user.misskeyentity.follower.__type",{"_index":6343,"name":{},"parent":{"24006":{},"24007":{},"24008":{},"24009":{},"24010":{}}}],["misskey/entities/user.misskeyentity.following",{"_index":6344,"name":{},"parent":{"24012":{}}}],["misskey/entities/user.misskeyentity.following.__type",{"_index":6345,"name":{},"parent":{"24013":{},"24014":{},"24015":{},"24016":{},"24017":{}}}],["misskey/entities/user.misskeyentity.followrequest",{"_index":6346,"name":{},"parent":{"24019":{}}}],["misskey/entities/user.misskeyentity.followrequest.__type",{"_index":6347,"name":{},"parent":{"24020":{},"24021":{},"24022":{}}}],["misskey/entities/user.misskeyentity.hashtag",{"_index":6348,"name":{},"parent":{"24024":{}}}],["misskey/entities/user.misskeyentity.hashtag.__type",{"_index":6349,"name":{},"parent":{"24025":{},"24026":{},"24027":{}}}],["misskey/entities/user.misskeyentity.list",{"_index":6350,"name":{},"parent":{"24029":{}}}],["misskey/entities/user.misskeyentity.list.__type",{"_index":6351,"name":{},"parent":{"24030":{},"24031":{},"24032":{},"24033":{}}}],["misskey/entities/user.misskeyentity.meta",{"_index":6352,"name":{},"parent":{"24035":{}}}],["misskey/entities/user.misskeyentity.meta.__type",{"_index":6353,"name":{},"parent":{"24036":{},"24037":{},"24038":{},"24039":{},"24040":{},"24041":{},"24042":{},"24043":{},"24044":{},"24045":{},"24046":{},"24047":{}}}],["misskey/entities/user.misskeyentity.mute",{"_index":6354,"name":{},"parent":{"24049":{}}}],["misskey/entities/user.misskeyentity.mute.__type",{"_index":6355,"name":{},"parent":{"24050":{},"24051":{},"24052":{},"24053":{}}}],["misskey/entities/user.misskeyentity.note",{"_index":6332,"name":{},"parent":{"23937":{}}}],["misskey/entities/user.misskeyentity.note.__type",{"_index":6333,"name":{},"parent":{"23938":{},"23939":{},"23940":{},"23941":{},"23942":{},"23943":{},"23944":{},"23945":{},"23946":{},"23947":{},"23948":{},"23949":{},"23950":{},"23951":{},"23952":{},"23953":{},"23954":{},"23955":{},"23956":{},"23957":{},"23958":{},"23959":{},"23960":{},"23961":{}}}],["misskey/entities/user.misskeyentity.notification",{"_index":6356,"name":{},"parent":{"24055":{}}}],["misskey/entities/user.misskeyentity.notification.__type",{"_index":6357,"name":{},"parent":{"24056":{},"24057":{},"24058":{},"24059":{},"24060":{},"24061":{},"24062":{}}}],["misskey/entities/user.misskeyentity.poll",{"_index":6330,"name":{},"parent":{"23932":{}}}],["misskey/entities/user.misskeyentity.poll.__type",{"_index":6331,"name":{},"parent":{"23933":{},"23934":{},"23935":{}}}],["misskey/entities/user.misskeyentity.reaction",{"_index":6358,"name":{},"parent":{"24065":{}}}],["misskey/entities/user.misskeyentity.reaction.__type",{"_index":6359,"name":{},"parent":{"24066":{},"24067":{},"24068":{},"24069":{}}}],["misskey/entities/user.misskeyentity.relation",{"_index":6360,"name":{},"parent":{"24071":{}}}],["misskey/entities/user.misskeyentity.relation.__type",{"_index":6361,"name":{},"parent":{"24072":{},"24073":{},"24074":{},"24075":{},"24076":{},"24077":{},"24078":{},"24079":{}}}],["misskey/entities/user.misskeyentity.session",{"_index":6364,"name":{},"parent":{"24085":{}}}],["misskey/entities/user.misskeyentity.session.__type",{"_index":6365,"name":{},"parent":{"24086":{},"24087":{}}}],["misskey/entities/user.misskeyentity.stats",{"_index":6366,"name":{},"parent":{"24089":{}}}],["misskey/entities/user.misskeyentity.stats.__type",{"_index":6367,"name":{},"parent":{"24090":{},"24091":{},"24092":{},"24093":{},"24094":{}}}],["misskey/entities/user.misskeyentity.user",{"_index":6323,"name":{},"parent":{"23902":{}}}],["misskey/entities/user.misskeyentity.user.__type",{"_index":6324,"name":{},"parent":{"23903":{},"23904":{},"23905":{},"23906":{},"23907":{},"23908":{},"23909":{}}}],["misskey/entities/user.misskeyentity.userdetail",{"_index":6334,"name":{},"parent":{"23963":{}}}],["misskey/entities/user.misskeyentity.userdetail.__type",{"_index":6335,"name":{},"parent":{"23964":{},"23965":{},"23966":{},"23967":{},"23968":{},"23969":{},"23970":{},"23971":{},"23972":{},"23973":{},"23974":{},"23975":{},"23976":{},"23977":{},"23978":{},"23979":{},"23980":{},"23981":{},"23982":{},"23983":{},"23984":{},"23985":{},"23986":{},"23987":{},"23988":{}}}],["misskey/entities/user.misskeyentity.userkey",{"_index":6362,"name":{},"parent":{"24081":{}}}],["misskey/entities/user.misskeyentity.userkey.__type",{"_index":6363,"name":{},"parent":{"24082":{},"24083":{}}}],["misskey/entities/userdetail",{"_index":380,"name":{"610":{}},"parent":{"24095":{}}}],["misskey/entities/userdetail.misskeyentity",{"_index":6368,"name":{},"parent":{"24096":{},"24103":{},"24109":{},"24118":{},"24134":{},"24139":{},"24144":{},"24170":{},"24197":{},"24203":{},"24206":{},"24212":{},"24219":{},"24226":{},"24231":{},"24236":{},"24242":{},"24256":{},"24262":{},"24271":{},"24272":{},"24278":{},"24288":{},"24292":{},"24296":{}}}],["misskey/entities/userdetail.misskeyentity.app",{"_index":6369,"name":{},"parent":{"24097":{}}}],["misskey/entities/userdetail.misskeyentity.app.__type",{"_index":6370,"name":{},"parent":{"24098":{},"24099":{},"24100":{},"24101":{},"24102":{}}}],["misskey/entities/userdetail.misskeyentity.blocking",{"_index":6386,"name":{},"parent":{"24198":{}}}],["misskey/entities/userdetail.misskeyentity.blocking.__type",{"_index":6387,"name":{},"parent":{"24199":{},"24200":{},"24201":{},"24202":{}}}],["misskey/entities/userdetail.misskeyentity.choice",{"_index":6378,"name":{},"parent":{"24135":{}}}],["misskey/entities/userdetail.misskeyentity.choice.__type",{"_index":6379,"name":{},"parent":{"24136":{},"24137":{},"24138":{}}}],["misskey/entities/userdetail.misskeyentity.creatednote",{"_index":6388,"name":{},"parent":{"24204":{}}}],["misskey/entities/userdetail.misskeyentity.creatednote.__type",{"_index":6389,"name":{},"parent":{"24205":{}}}],["misskey/entities/userdetail.misskeyentity.emoji",{"_index":6371,"name":{},"parent":{"24104":{}}}],["misskey/entities/userdetail.misskeyentity.emoji.__type",{"_index":6372,"name":{},"parent":{"24105":{},"24106":{},"24107":{},"24108":{}}}],["misskey/entities/userdetail.misskeyentity.favorite",{"_index":6390,"name":{},"parent":{"24207":{}}}],["misskey/entities/userdetail.misskeyentity.favorite.__type",{"_index":6391,"name":{},"parent":{"24208":{},"24209":{},"24210":{},"24211":{}}}],["misskey/entities/userdetail.misskeyentity.file",{"_index":6375,"name":{},"parent":{"24119":{}}}],["misskey/entities/userdetail.misskeyentity.file.__type",{"_index":6376,"name":{},"parent":{"24120":{},"24121":{},"24122":{},"24123":{},"24124":{},"24125":{},"24126":{},"24127":{},"24128":{},"24132":{},"24133":{}}}],["misskey/entities/userdetail.misskeyentity.file.__type.__type",{"_index":6377,"name":{},"parent":{"24129":{},"24130":{},"24131":{}}}],["misskey/entities/userdetail.misskeyentity.follower",{"_index":6392,"name":{},"parent":{"24213":{}}}],["misskey/entities/userdetail.misskeyentity.follower.__type",{"_index":6393,"name":{},"parent":{"24214":{},"24215":{},"24216":{},"24217":{},"24218":{}}}],["misskey/entities/userdetail.misskeyentity.following",{"_index":6394,"name":{},"parent":{"24220":{}}}],["misskey/entities/userdetail.misskeyentity.following.__type",{"_index":6395,"name":{},"parent":{"24221":{},"24222":{},"24223":{},"24224":{},"24225":{}}}],["misskey/entities/userdetail.misskeyentity.followrequest",{"_index":6396,"name":{},"parent":{"24227":{}}}],["misskey/entities/userdetail.misskeyentity.followrequest.__type",{"_index":6397,"name":{},"parent":{"24228":{},"24229":{},"24230":{}}}],["misskey/entities/userdetail.misskeyentity.hashtag",{"_index":6398,"name":{},"parent":{"24232":{}}}],["misskey/entities/userdetail.misskeyentity.hashtag.__type",{"_index":6399,"name":{},"parent":{"24233":{},"24234":{},"24235":{}}}],["misskey/entities/userdetail.misskeyentity.list",{"_index":6400,"name":{},"parent":{"24237":{}}}],["misskey/entities/userdetail.misskeyentity.list.__type",{"_index":6401,"name":{},"parent":{"24238":{},"24239":{},"24240":{},"24241":{}}}],["misskey/entities/userdetail.misskeyentity.meta",{"_index":6402,"name":{},"parent":{"24243":{}}}],["misskey/entities/userdetail.misskeyentity.meta.__type",{"_index":6403,"name":{},"parent":{"24244":{},"24245":{},"24246":{},"24247":{},"24248":{},"24249":{},"24250":{},"24251":{},"24252":{},"24253":{},"24254":{},"24255":{}}}],["misskey/entities/userdetail.misskeyentity.mute",{"_index":6404,"name":{},"parent":{"24257":{}}}],["misskey/entities/userdetail.misskeyentity.mute.__type",{"_index":6405,"name":{},"parent":{"24258":{},"24259":{},"24260":{},"24261":{}}}],["misskey/entities/userdetail.misskeyentity.note",{"_index":6382,"name":{},"parent":{"24145":{}}}],["misskey/entities/userdetail.misskeyentity.note.__type",{"_index":6383,"name":{},"parent":{"24146":{},"24147":{},"24148":{},"24149":{},"24150":{},"24151":{},"24152":{},"24153":{},"24154":{},"24155":{},"24156":{},"24157":{},"24158":{},"24159":{},"24160":{},"24161":{},"24162":{},"24163":{},"24164":{},"24165":{},"24166":{},"24167":{},"24168":{},"24169":{}}}],["misskey/entities/userdetail.misskeyentity.notification",{"_index":6406,"name":{},"parent":{"24263":{}}}],["misskey/entities/userdetail.misskeyentity.notification.__type",{"_index":6407,"name":{},"parent":{"24264":{},"24265":{},"24266":{},"24267":{},"24268":{},"24269":{},"24270":{}}}],["misskey/entities/userdetail.misskeyentity.poll",{"_index":6380,"name":{},"parent":{"24140":{}}}],["misskey/entities/userdetail.misskeyentity.poll.__type",{"_index":6381,"name":{},"parent":{"24141":{},"24142":{},"24143":{}}}],["misskey/entities/userdetail.misskeyentity.reaction",{"_index":6408,"name":{},"parent":{"24273":{}}}],["misskey/entities/userdetail.misskeyentity.reaction.__type",{"_index":6409,"name":{},"parent":{"24274":{},"24275":{},"24276":{},"24277":{}}}],["misskey/entities/userdetail.misskeyentity.relation",{"_index":6410,"name":{},"parent":{"24279":{}}}],["misskey/entities/userdetail.misskeyentity.relation.__type",{"_index":6411,"name":{},"parent":{"24280":{},"24281":{},"24282":{},"24283":{},"24284":{},"24285":{},"24286":{},"24287":{}}}],["misskey/entities/userdetail.misskeyentity.session",{"_index":6414,"name":{},"parent":{"24293":{}}}],["misskey/entities/userdetail.misskeyentity.session.__type",{"_index":6415,"name":{},"parent":{"24294":{},"24295":{}}}],["misskey/entities/userdetail.misskeyentity.stats",{"_index":6416,"name":{},"parent":{"24297":{}}}],["misskey/entities/userdetail.misskeyentity.stats.__type",{"_index":6417,"name":{},"parent":{"24298":{},"24299":{},"24300":{},"24301":{},"24302":{}}}],["misskey/entities/userdetail.misskeyentity.user",{"_index":6373,"name":{},"parent":{"24110":{}}}],["misskey/entities/userdetail.misskeyentity.user.__type",{"_index":6374,"name":{},"parent":{"24111":{},"24112":{},"24113":{},"24114":{},"24115":{},"24116":{},"24117":{}}}],["misskey/entities/userdetail.misskeyentity.userdetail",{"_index":6384,"name":{},"parent":{"24171":{}}}],["misskey/entities/userdetail.misskeyentity.userdetail.__type",{"_index":6385,"name":{},"parent":{"24172":{},"24173":{},"24174":{},"24175":{},"24176":{},"24177":{},"24178":{},"24179":{},"24180":{},"24181":{},"24182":{},"24183":{},"24184":{},"24185":{},"24186":{},"24187":{},"24188":{},"24189":{},"24190":{},"24191":{},"24192":{},"24193":{},"24194":{},"24195":{},"24196":{}}}],["misskey/entities/userdetail.misskeyentity.userkey",{"_index":6412,"name":{},"parent":{"24289":{}}}],["misskey/entities/userdetail.misskeyentity.userkey.__type",{"_index":6413,"name":{},"parent":{"24290":{},"24291":{}}}],["misskey/entities/userkey",{"_index":381,"name":{"611":{}},"parent":{"24303":{}}}],["misskey/entities/userkey.misskeyentity",{"_index":6418,"name":{},"parent":{"24304":{},"24311":{},"24317":{},"24326":{},"24342":{},"24347":{},"24352":{},"24378":{},"24405":{},"24411":{},"24414":{},"24420":{},"24427":{},"24434":{},"24439":{},"24444":{},"24450":{},"24464":{},"24470":{},"24479":{},"24480":{},"24486":{},"24496":{},"24500":{},"24504":{}}}],["misskey/entities/userkey.misskeyentity.app",{"_index":6419,"name":{},"parent":{"24305":{}}}],["misskey/entities/userkey.misskeyentity.app.__type",{"_index":6420,"name":{},"parent":{"24306":{},"24307":{},"24308":{},"24309":{},"24310":{}}}],["misskey/entities/userkey.misskeyentity.blocking",{"_index":6436,"name":{},"parent":{"24406":{}}}],["misskey/entities/userkey.misskeyentity.blocking.__type",{"_index":6437,"name":{},"parent":{"24407":{},"24408":{},"24409":{},"24410":{}}}],["misskey/entities/userkey.misskeyentity.choice",{"_index":6428,"name":{},"parent":{"24343":{}}}],["misskey/entities/userkey.misskeyentity.choice.__type",{"_index":6429,"name":{},"parent":{"24344":{},"24345":{},"24346":{}}}],["misskey/entities/userkey.misskeyentity.creatednote",{"_index":6438,"name":{},"parent":{"24412":{}}}],["misskey/entities/userkey.misskeyentity.creatednote.__type",{"_index":6439,"name":{},"parent":{"24413":{}}}],["misskey/entities/userkey.misskeyentity.emoji",{"_index":6421,"name":{},"parent":{"24312":{}}}],["misskey/entities/userkey.misskeyentity.emoji.__type",{"_index":6422,"name":{},"parent":{"24313":{},"24314":{},"24315":{},"24316":{}}}],["misskey/entities/userkey.misskeyentity.favorite",{"_index":6440,"name":{},"parent":{"24415":{}}}],["misskey/entities/userkey.misskeyentity.favorite.__type",{"_index":6441,"name":{},"parent":{"24416":{},"24417":{},"24418":{},"24419":{}}}],["misskey/entities/userkey.misskeyentity.file",{"_index":6425,"name":{},"parent":{"24327":{}}}],["misskey/entities/userkey.misskeyentity.file.__type",{"_index":6426,"name":{},"parent":{"24328":{},"24329":{},"24330":{},"24331":{},"24332":{},"24333":{},"24334":{},"24335":{},"24336":{},"24340":{},"24341":{}}}],["misskey/entities/userkey.misskeyentity.file.__type.__type",{"_index":6427,"name":{},"parent":{"24337":{},"24338":{},"24339":{}}}],["misskey/entities/userkey.misskeyentity.follower",{"_index":6442,"name":{},"parent":{"24421":{}}}],["misskey/entities/userkey.misskeyentity.follower.__type",{"_index":6443,"name":{},"parent":{"24422":{},"24423":{},"24424":{},"24425":{},"24426":{}}}],["misskey/entities/userkey.misskeyentity.following",{"_index":6444,"name":{},"parent":{"24428":{}}}],["misskey/entities/userkey.misskeyentity.following.__type",{"_index":6445,"name":{},"parent":{"24429":{},"24430":{},"24431":{},"24432":{},"24433":{}}}],["misskey/entities/userkey.misskeyentity.followrequest",{"_index":6446,"name":{},"parent":{"24435":{}}}],["misskey/entities/userkey.misskeyentity.followrequest.__type",{"_index":6447,"name":{},"parent":{"24436":{},"24437":{},"24438":{}}}],["misskey/entities/userkey.misskeyentity.hashtag",{"_index":6448,"name":{},"parent":{"24440":{}}}],["misskey/entities/userkey.misskeyentity.hashtag.__type",{"_index":6449,"name":{},"parent":{"24441":{},"24442":{},"24443":{}}}],["misskey/entities/userkey.misskeyentity.list",{"_index":6450,"name":{},"parent":{"24445":{}}}],["misskey/entities/userkey.misskeyentity.list.__type",{"_index":6451,"name":{},"parent":{"24446":{},"24447":{},"24448":{},"24449":{}}}],["misskey/entities/userkey.misskeyentity.meta",{"_index":6452,"name":{},"parent":{"24451":{}}}],["misskey/entities/userkey.misskeyentity.meta.__type",{"_index":6453,"name":{},"parent":{"24452":{},"24453":{},"24454":{},"24455":{},"24456":{},"24457":{},"24458":{},"24459":{},"24460":{},"24461":{},"24462":{},"24463":{}}}],["misskey/entities/userkey.misskeyentity.mute",{"_index":6454,"name":{},"parent":{"24465":{}}}],["misskey/entities/userkey.misskeyentity.mute.__type",{"_index":6455,"name":{},"parent":{"24466":{},"24467":{},"24468":{},"24469":{}}}],["misskey/entities/userkey.misskeyentity.note",{"_index":6432,"name":{},"parent":{"24353":{}}}],["misskey/entities/userkey.misskeyentity.note.__type",{"_index":6433,"name":{},"parent":{"24354":{},"24355":{},"24356":{},"24357":{},"24358":{},"24359":{},"24360":{},"24361":{},"24362":{},"24363":{},"24364":{},"24365":{},"24366":{},"24367":{},"24368":{},"24369":{},"24370":{},"24371":{},"24372":{},"24373":{},"24374":{},"24375":{},"24376":{},"24377":{}}}],["misskey/entities/userkey.misskeyentity.notification",{"_index":6456,"name":{},"parent":{"24471":{}}}],["misskey/entities/userkey.misskeyentity.notification.__type",{"_index":6457,"name":{},"parent":{"24472":{},"24473":{},"24474":{},"24475":{},"24476":{},"24477":{},"24478":{}}}],["misskey/entities/userkey.misskeyentity.poll",{"_index":6430,"name":{},"parent":{"24348":{}}}],["misskey/entities/userkey.misskeyentity.poll.__type",{"_index":6431,"name":{},"parent":{"24349":{},"24350":{},"24351":{}}}],["misskey/entities/userkey.misskeyentity.reaction",{"_index":6458,"name":{},"parent":{"24481":{}}}],["misskey/entities/userkey.misskeyentity.reaction.__type",{"_index":6459,"name":{},"parent":{"24482":{},"24483":{},"24484":{},"24485":{}}}],["misskey/entities/userkey.misskeyentity.relation",{"_index":6460,"name":{},"parent":{"24487":{}}}],["misskey/entities/userkey.misskeyentity.relation.__type",{"_index":6461,"name":{},"parent":{"24488":{},"24489":{},"24490":{},"24491":{},"24492":{},"24493":{},"24494":{},"24495":{}}}],["misskey/entities/userkey.misskeyentity.session",{"_index":6464,"name":{},"parent":{"24501":{}}}],["misskey/entities/userkey.misskeyentity.session.__type",{"_index":6465,"name":{},"parent":{"24502":{},"24503":{}}}],["misskey/entities/userkey.misskeyentity.stats",{"_index":6466,"name":{},"parent":{"24505":{}}}],["misskey/entities/userkey.misskeyentity.stats.__type",{"_index":6467,"name":{},"parent":{"24506":{},"24507":{},"24508":{},"24509":{},"24510":{}}}],["misskey/entities/userkey.misskeyentity.user",{"_index":6423,"name":{},"parent":{"24318":{}}}],["misskey/entities/userkey.misskeyentity.user.__type",{"_index":6424,"name":{},"parent":{"24319":{},"24320":{},"24321":{},"24322":{},"24323":{},"24324":{},"24325":{}}}],["misskey/entities/userkey.misskeyentity.userdetail",{"_index":6434,"name":{},"parent":{"24379":{}}}],["misskey/entities/userkey.misskeyentity.userdetail.__type",{"_index":6435,"name":{},"parent":{"24380":{},"24381":{},"24382":{},"24383":{},"24384":{},"24385":{},"24386":{},"24387":{},"24388":{},"24389":{},"24390":{},"24391":{},"24392":{},"24393":{},"24394":{},"24395":{},"24396":{},"24397":{},"24398":{},"24399":{},"24400":{},"24401":{},"24402":{},"24403":{},"24404":{}}}],["misskey/entities/userkey.misskeyentity.userkey",{"_index":6462,"name":{},"parent":{"24497":{}}}],["misskey/entities/userkey.misskeyentity.userkey.__type",{"_index":6463,"name":{},"parent":{"24498":{},"24499":{}}}],["misskey/entity",{"_index":382,"name":{"612":{}},"parent":{"24511":{}}}],["misskey/notification",{"_index":383,"name":{"613":{}},"parent":{"614":{}}}],["misskey/notification.default",{"_index":384,"name":{},"parent":{"615":{},"616":{},"617":{},"618":{},"619":{},"620":{},"621":{},"622":{},"623":{},"624":{}}}],["misskey/web_socket",{"_index":392,"name":{"625":{}},"parent":{"626":{},"657":{}}}],["misskey/web_socket.default",{"_index":393,"name":{},"parent":{"627":{},"628":{},"629":{},"630":{},"631":{},"632":{},"633":{},"634":{},"635":{},"636":{},"637":{},"638":{},"639":{},"640":{},"641":{},"642":{},"643":{},"644":{},"645":{},"646":{},"647":{},"648":{},"649":{},"650":{},"651":{},"652":{},"653":{},"654":{},"655":{},"656":{}}}],["misskey/web_socket.parser",{"_index":398,"name":{},"parent":{"658":{},"659":{}}}],["misskeyentity",{"_index":5248,"name":{"19727":{},"19935":{},"20143":{},"20351":{},"20559":{},"20767":{},"20975":{},"21183":{},"21391":{},"21599":{},"21807":{},"22015":{},"22223":{},"22431":{},"22639":{},"22847":{},"23055":{},"23263":{},"23471":{},"23679":{},"23887":{},"24095":{},"24303":{}},"parent":{}}],["moved",{"_index":527,"name":{"1213":{},"1493":{},"1773":{},"2053":{},"2333":{},"2613":{},"2893":{},"3173":{},"3453":{},"3733":{},"4013":{},"4293":{},"4573":{},"4853":{},"5133":{},"5413":{},"5693":{},"5973":{},"6253":{},"6533":{},"6813":{},"7093":{},"7373":{},"7653":{},"7933":{},"8213":{},"8493":{},"8773":{},"9053":{},"9333":{},"9613":{},"9893":{},"10173":{},"10453":{},"10749":{},"11022":{},"11295":{},"11568":{},"11841":{},"12114":{},"12387":{},"12660":{},"12933":{},"13206":{},"13479":{},"13752":{},"14025":{},"14298":{},"14571":{},"14844":{},"15117":{},"15390":{},"15663":{},"15936":{},"16209":{},"16482":{},"16755":{},"17028":{},"17301":{},"17574":{},"17847":{},"18120":{},"18393":{},"18666":{},"18939":{},"19212":{},"19485":{},"24544":{},"24836":{},"25128":{},"25420":{},"25712":{},"26004":{},"26296":{},"26588":{},"26880":{},"27172":{},"27464":{},"27756":{},"28048":{},"28340":{},"28632":{},"28924":{},"29216":{},"29508":{},"29800":{},"30092":{},"30384":{},"30676":{},"30968":{},"31260":{},"31552":{},"31844":{},"32136":{},"32428":{},"32720":{},"33012":{},"33304":{},"33596":{},"33888":{},"34180":{}},"parent":{}}],["multiple",{"_index":572,"name":{"1277":{},"1557":{},"1837":{},"2117":{},"2397":{},"2677":{},"2957":{},"3237":{},"3517":{},"3797":{},"4077":{},"4357":{},"4637":{},"4917":{},"5197":{},"5477":{},"5757":{},"6037":{},"6317":{},"6597":{},"6877":{},"7157":{},"7437":{},"7717":{},"7997":{},"8277":{},"8557":{},"8837":{},"9117":{},"9397":{},"9677":{},"9957":{},"10237":{},"10517":{},"10813":{},"11086":{},"11359":{},"11632":{},"11905":{},"12178":{},"12451":{},"12724":{},"12997":{},"13270":{},"13543":{},"13816":{},"14089":{},"14362":{},"14635":{},"14908":{},"15181":{},"15454":{},"15727":{},"16000":{},"16273":{},"16546":{},"16819":{},"17092":{},"17365":{},"17638":{},"17911":{},"18184":{},"18457":{},"18730":{},"19003":{},"19276":{},"19549":{},"19773":{},"19981":{},"20189":{},"20397":{},"20605":{},"20813":{},"21021":{},"21229":{},"21437":{},"21645":{},"21853":{},"22061":{},"22269":{},"22477":{},"22685":{},"22893":{},"23101":{},"23309":{},"23517":{},"23725":{},"23933":{},"24141":{},"24349":{},"24609":{},"24901":{},"25193":{},"25485":{},"25777":{},"26069":{},"26361":{},"26653":{},"26945":{},"27237":{},"27529":{},"27821":{},"28113":{},"28405":{},"28697":{},"28989":{},"29281":{},"29573":{},"29865":{},"30157":{},"30449":{},"30741":{},"31033":{},"31325":{},"31617":{},"31909":{},"32201":{},"32493":{},"32785":{},"33077":{},"33369":{},"33661":{},"33953":{},"34245":{}},"parent":{}}],["mute",{"_index":343,"name":{"542":{},"19888":{},"20096":{},"20304":{},"20512":{},"20720":{},"20928":{},"21136":{},"21344":{},"21552":{},"21760":{},"21968":{},"22176":{},"22384":{},"22592":{},"22800":{},"23008":{},"23216":{},"23424":{},"23632":{},"23840":{},"24048":{},"24256":{},"24464":{}},"parent":{}}],["muteaccount",{"_index":210,"name":{"273":{},"415":{},"690":{},"1060":{}},"parent":{}}],["muted",{"_index":590,"name":{"1304":{},"1584":{},"1864":{},"2144":{},"2424":{},"2704":{},"2984":{},"3264":{},"3544":{},"3824":{},"4104":{},"4384":{},"4664":{},"4944":{},"5224":{},"5504":{},"5784":{},"6064":{},"6344":{},"6624":{},"6904":{},"7184":{},"7464":{},"7744":{},"8024":{},"8304":{},"8584":{},"8864":{},"9144":{},"9424":{},"9704":{},"9984":{},"10264":{},"10544":{},"10834":{},"11107":{},"11380":{},"11653":{},"11926":{},"12199":{},"12472":{},"12745":{},"13018":{},"13291":{},"13564":{},"13837":{},"14110":{},"14383":{},"14656":{},"14929":{},"15202":{},"15475":{},"15748":{},"16021":{},"16294":{},"16567":{},"16840":{},"17113":{},"17386":{},"17659":{},"17932":{},"18205":{},"18478":{},"18751":{},"19024":{},"19297":{},"19570":{},"24636":{},"24928":{},"25220":{},"25512":{},"25804":{},"26096":{},"26388":{},"26680":{},"26972":{},"27264":{},"27556":{},"27848":{},"28140":{},"28432":{},"28724":{},"29016":{},"29308":{},"29600":{},"29892":{},"30184":{},"30476":{},"30768":{},"31060":{},"31352":{},"31644":{},"31936":{},"32228":{},"32520":{},"32812":{},"33104":{},"33396":{},"33688":{},"33980":{},"34272":{}},"parent":{}}],["mutee",{"_index":5345,"name":{"19893":{},"20101":{},"20309":{},"20517":{},"20725":{},"20933":{},"21141":{},"21349":{},"21557":{},"21765":{},"21973":{},"22181":{},"22389":{},"22597":{},"22805":{},"23013":{},"23221":{},"23429":{},"23637":{},"23845":{},"24053":{},"24261":{},"24469":{}},"parent":{}}],["muteeid",{"_index":5344,"name":{"19892":{},"20100":{},"20308":{},"20516":{},"20724":{},"20932":{},"21140":{},"21348":{},"21556":{},"21764":{},"21972":{},"22180":{},"22388":{},"22596":{},"22804":{},"23012":{},"23220":{},"23428":{},"23636":{},"23844":{},"24052":{},"24260":{},"24468":{}},"parent":{}}],["mutestatus",{"_index":251,"name":{"315":{},"457":{},"732":{},"1102":{}},"parent":{}}],["muting",{"_index":667,"name":{"1421":{},"1701":{},"1981":{},"2261":{},"2541":{},"2821":{},"3101":{},"3381":{},"3661":{},"3941":{},"4221":{},"4501":{},"4781":{},"5061":{},"5341":{},"5621":{},"5901":{},"6181":{},"6461":{},"6741":{},"7021":{},"7301":{},"7581":{},"7861":{},"8141":{},"8421":{},"8701":{},"8981":{},"9261":{},"9541":{},"9821":{},"10101":{},"10381":{},"10661":{},"10950":{},"11223":{},"11496":{},"11769":{},"12042":{},"12315":{},"12588":{},"12861":{},"13134":{},"13407":{},"13680":{},"13953":{},"14226":{},"14499":{},"14772":{},"15045":{},"15318":{},"15591":{},"15864":{},"16137":{},"16410":{},"16683":{},"16956":{},"17229":{},"17502":{},"17775":{},"18048":{},"18321":{},"18594":{},"18867":{},"19140":{},"19413":{},"19686":{},"24764":{},"25056":{},"25348":{},"25640":{},"25932":{},"26224":{},"26516":{},"26808":{},"27100":{},"27392":{},"27684":{},"27976":{},"28268":{},"28560":{},"28852":{},"29144":{},"29436":{},"29728":{},"30020":{},"30312":{},"30604":{},"30896":{},"31188":{},"31480":{},"31772":{},"32064":{},"32356":{},"32648":{},"32940":{},"33232":{},"33524":{},"33816":{},"34108":{},"34400":{}},"parent":{}}],["muting_notifications",{"_index":668,"name":{"1422":{},"1702":{},"1982":{},"2262":{},"2542":{},"2822":{},"3102":{},"3382":{},"3662":{},"3942":{},"4222":{},"4502":{},"4782":{},"5062":{},"5342":{},"5622":{},"5902":{},"6182":{},"6462":{},"6742":{},"7022":{},"7302":{},"7582":{},"7862":{},"8142":{},"8422":{},"8702":{},"8982":{},"9262":{},"9542":{},"9822":{},"10102":{},"10382":{},"10662":{},"10951":{},"11224":{},"11497":{},"11770":{},"12043":{},"12316":{},"12589":{},"12862":{},"13135":{},"13408":{},"13681":{},"13954":{},"14227":{},"14500":{},"14773":{},"15046":{},"15319":{},"15592":{},"15865":{},"16138":{},"16411":{},"16684":{},"16957":{},"17230":{},"17503":{},"17776":{},"18049":{},"18322":{},"18595":{},"18868":{},"19141":{},"19414":{},"19687":{},"24765":{},"25057":{},"25349":{},"25641":{},"25933":{},"26225":{},"26517":{},"26809":{},"27101":{},"27393":{},"27685":{},"27977":{},"28269":{},"28561":{},"28853":{},"29145":{},"29437":{},"29729":{},"30021":{},"30313":{},"30605":{},"30897":{},"31189":{},"31481":{},"31773":{},"32065":{},"32357":{},"32649":{},"32941":{},"33233":{},"33525":{},"33817":{},"34109":{},"34401":{}},"parent":{}}],["myreaction",{"_index":5290,"name":{"19801":{},"20009":{},"20217":{},"20425":{},"20633":{},"20841":{},"21049":{},"21257":{},"21465":{},"21673":{},"21881":{},"22089":{},"22297":{},"22505":{},"22713":{},"22921":{},"23129":{},"23337":{},"23545":{},"23753":{},"23961":{},"24169":{},"24377":{}},"parent":{}}],["name",{"_index":410,"name":{"808":{},"827":{},"1225":{},"1265":{},"1285":{},"1332":{},"1337":{},"1505":{},"1545":{},"1565":{},"1612":{},"1617":{},"1785":{},"1825":{},"1845":{},"1892":{},"1897":{},"2065":{},"2105":{},"2125":{},"2172":{},"2177":{},"2345":{},"2385":{},"2405":{},"2452":{},"2457":{},"2625":{},"2665":{},"2685":{},"2732":{},"2737":{},"2905":{},"2945":{},"2965":{},"3012":{},"3017":{},"3185":{},"3225":{},"3245":{},"3292":{},"3297":{},"3465":{},"3505":{},"3525":{},"3572":{},"3577":{},"3745":{},"3785":{},"3805":{},"3852":{},"3857":{},"4025":{},"4065":{},"4085":{},"4132":{},"4137":{},"4305":{},"4345":{},"4365":{},"4412":{},"4417":{},"4585":{},"4625":{},"4645":{},"4692":{},"4697":{},"4865":{},"4905":{},"4925":{},"4972":{},"4977":{},"5145":{},"5185":{},"5205":{},"5252":{},"5257":{},"5425":{},"5465":{},"5485":{},"5532":{},"5537":{},"5705":{},"5745":{},"5765":{},"5812":{},"5817":{},"5985":{},"6025":{},"6045":{},"6092":{},"6097":{},"6265":{},"6305":{},"6325":{},"6372":{},"6377":{},"6545":{},"6585":{},"6605":{},"6652":{},"6657":{},"6825":{},"6865":{},"6885":{},"6932":{},"6937":{},"7105":{},"7145":{},"7165":{},"7212":{},"7217":{},"7385":{},"7425":{},"7445":{},"7492":{},"7497":{},"7665":{},"7705":{},"7725":{},"7772":{},"7777":{},"7945":{},"7985":{},"8005":{},"8052":{},"8057":{},"8225":{},"8265":{},"8285":{},"8332":{},"8337":{},"8505":{},"8545":{},"8565":{},"8612":{},"8617":{},"8785":{},"8825":{},"8845":{},"8892":{},"8897":{},"9065":{},"9105":{},"9125":{},"9172":{},"9177":{},"9345":{},"9385":{},"9405":{},"9452":{},"9457":{},"9625":{},"9665":{},"9685":{},"9732":{},"9737":{},"9905":{},"9945":{},"9965":{},"10012":{},"10017":{},"10185":{},"10225":{},"10245":{},"10292":{},"10297":{},"10465":{},"10505":{},"10525":{},"10572":{},"10577":{},"10761":{},"10801":{},"10862":{},"10867":{},"11034":{},"11074":{},"11135":{},"11140":{},"11307":{},"11347":{},"11408":{},"11413":{},"11580":{},"11620":{},"11681":{},"11686":{},"11853":{},"11893":{},"11954":{},"11959":{},"12126":{},"12166":{},"12227":{},"12232":{},"12399":{},"12439":{},"12500":{},"12505":{},"12672":{},"12712":{},"12773":{},"12778":{},"12945":{},"12985":{},"13046":{},"13051":{},"13218":{},"13258":{},"13319":{},"13324":{},"13491":{},"13531":{},"13592":{},"13597":{},"13764":{},"13804":{},"13865":{},"13870":{},"14037":{},"14077":{},"14138":{},"14143":{},"14310":{},"14350":{},"14411":{},"14416":{},"14583":{},"14623":{},"14684":{},"14689":{},"14856":{},"14896":{},"14957":{},"14962":{},"15129":{},"15169":{},"15230":{},"15235":{},"15402":{},"15442":{},"15503":{},"15508":{},"15675":{},"15715":{},"15776":{},"15781":{},"15948":{},"15988":{},"16049":{},"16054":{},"16221":{},"16261":{},"16322":{},"16327":{},"16494":{},"16534":{},"16595":{},"16600":{},"16767":{},"16807":{},"16868":{},"16873":{},"17040":{},"17080":{},"17141":{},"17146":{},"17313":{},"17353":{},"17414":{},"17419":{},"17586":{},"17626":{},"17687":{},"17692":{},"17859":{},"17899":{},"17960":{},"17965":{},"18132":{},"18172":{},"18233":{},"18238":{},"18405":{},"18445":{},"18506":{},"18511":{},"18678":{},"18718":{},"18779":{},"18784":{},"18951":{},"18991":{},"19052":{},"19057":{},"19224":{},"19264":{},"19325":{},"19330":{},"19497":{},"19537":{},"19598":{},"19603":{},"19731":{},"19737":{},"19744":{},"19754":{},"19805":{},"19872":{},"19878":{},"19939":{},"19945":{},"19952":{},"19962":{},"20013":{},"20080":{},"20086":{},"20147":{},"20153":{},"20160":{},"20170":{},"20221":{},"20288":{},"20294":{},"20355":{},"20361":{},"20368":{},"20378":{},"20429":{},"20496":{},"20502":{},"20563":{},"20569":{},"20576":{},"20586":{},"20637":{},"20704":{},"20710":{},"20771":{},"20777":{},"20784":{},"20794":{},"20845":{},"20912":{},"20918":{},"20979":{},"20985":{},"20992":{},"21002":{},"21053":{},"21120":{},"21126":{},"21187":{},"21193":{},"21200":{},"21210":{},"21261":{},"21328":{},"21334":{},"21395":{},"21401":{},"21408":{},"21418":{},"21469":{},"21536":{},"21542":{},"21603":{},"21609":{},"21616":{},"21626":{},"21677":{},"21744":{},"21750":{},"21811":{},"21817":{},"21824":{},"21834":{},"21885":{},"21952":{},"21958":{},"22019":{},"22025":{},"22032":{},"22042":{},"22093":{},"22160":{},"22166":{},"22227":{},"22233":{},"22240":{},"22250":{},"22301":{},"22368":{},"22374":{},"22435":{},"22441":{},"22448":{},"22458":{},"22509":{},"22576":{},"22582":{},"22643":{},"22649":{},"22656":{},"22666":{},"22717":{},"22784":{},"22790":{},"22851":{},"22857":{},"22864":{},"22874":{},"22925":{},"22992":{},"22998":{},"23059":{},"23065":{},"23072":{},"23082":{},"23133":{},"23200":{},"23206":{},"23267":{},"23273":{},"23280":{},"23290":{},"23341":{},"23408":{},"23414":{},"23475":{},"23481":{},"23488":{},"23498":{},"23549":{},"23616":{},"23622":{},"23683":{},"23689":{},"23696":{},"23706":{},"23757":{},"23824":{},"23830":{},"23891":{},"23897":{},"23904":{},"23914":{},"23965":{},"24032":{},"24038":{},"24099":{},"24105":{},"24112":{},"24122":{},"24173":{},"24240":{},"24246":{},"24307":{},"24313":{},"24320":{},"24330":{},"24381":{},"24448":{},"24454":{},"24556":{},"24597":{},"24617":{},"24675":{},"24680":{},"24848":{},"24889":{},"24909":{},"24967":{},"24972":{},"25140":{},"25181":{},"25201":{},"25259":{},"25264":{},"25432":{},"25473":{},"25493":{},"25551":{},"25556":{},"25724":{},"25765":{},"25785":{},"25843":{},"25848":{},"26016":{},"26057":{},"26077":{},"26135":{},"26140":{},"26308":{},"26349":{},"26369":{},"26427":{},"26432":{},"26600":{},"26641":{},"26661":{},"26719":{},"26724":{},"26892":{},"26933":{},"26953":{},"27011":{},"27016":{},"27184":{},"27225":{},"27245":{},"27303":{},"27308":{},"27476":{},"27517":{},"27537":{},"27595":{},"27600":{},"27768":{},"27809":{},"27829":{},"27887":{},"27892":{},"28060":{},"28101":{},"28121":{},"28179":{},"28184":{},"28352":{},"28393":{},"28413":{},"28471":{},"28476":{},"28644":{},"28685":{},"28705":{},"28763":{},"28768":{},"28936":{},"28977":{},"28997":{},"29055":{},"29060":{},"29228":{},"29269":{},"29289":{},"29347":{},"29352":{},"29520":{},"29561":{},"29581":{},"29639":{},"29644":{},"29812":{},"29853":{},"29873":{},"29931":{},"29936":{},"30104":{},"30145":{},"30165":{},"30223":{},"30228":{},"30396":{},"30437":{},"30457":{},"30515":{},"30520":{},"30688":{},"30729":{},"30749":{},"30807":{},"30812":{},"30980":{},"31021":{},"31041":{},"31099":{},"31104":{},"31272":{},"31313":{},"31333":{},"31391":{},"31396":{},"31564":{},"31605":{},"31625":{},"31683":{},"31688":{},"31856":{},"31897":{},"31917":{},"31975":{},"31980":{},"32148":{},"32189":{},"32209":{},"32267":{},"32272":{},"32440":{},"32481":{},"32501":{},"32559":{},"32564":{},"32732":{},"32773":{},"32793":{},"32851":{},"32856":{},"33024":{},"33065":{},"33085":{},"33143":{},"33148":{},"33316":{},"33357":{},"33377":{},"33435":{},"33440":{},"33608":{},"33649":{},"33669":{},"33727":{},"33732":{},"33900":{},"33941":{},"33961":{},"34019":{},"34024":{},"34192":{},"34233":{},"34253":{},"34311":{},"34316":{}},"parent":{}}],["no_redirect",{"_index":7,"name":{"7":{},"60":{},"940":{}},"parent":{}}],["noimplementederror",{"_index":323,"name":{"518":{}},"parent":{}}],["note",{"_index":344,"name":{"543":{},"566":{},"1193":{},"1206":{},"1473":{},"1486":{},"1753":{},"1766":{},"2033":{},"2046":{},"2313":{},"2326":{},"2593":{},"2606":{},"2873":{},"2886":{},"3153":{},"3166":{},"3433":{},"3446":{},"3713":{},"3726":{},"3993":{},"4006":{},"4273":{},"4286":{},"4553":{},"4566":{},"4833":{},"4846":{},"5113":{},"5126":{},"5393":{},"5406":{},"5673":{},"5686":{},"5953":{},"5966":{},"6233":{},"6246":{},"6513":{},"6526":{},"6793":{},"6806":{},"7073":{},"7086":{},"7353":{},"7366":{},"7633":{},"7646":{},"7913":{},"7926":{},"8193":{},"8206":{},"8473":{},"8486":{},"8753":{},"8766":{},"9033":{},"9046":{},"9313":{},"9326":{},"9593":{},"9606":{},"9873":{},"9886":{},"10153":{},"10166":{},"10433":{},"10446":{},"10729":{},"10742":{},"11002":{},"11015":{},"11275":{},"11288":{},"11548":{},"11561":{},"11821":{},"11834":{},"12094":{},"12107":{},"12367":{},"12380":{},"12640":{},"12653":{},"12913":{},"12926":{},"13186":{},"13199":{},"13459":{},"13472":{},"13732":{},"13745":{},"14005":{},"14018":{},"14278":{},"14291":{},"14551":{},"14564":{},"14824":{},"14837":{},"15097":{},"15110":{},"15370":{},"15383":{},"15643":{},"15656":{},"15916":{},"15929":{},"16189":{},"16202":{},"16462":{},"16475":{},"16735":{},"16748":{},"17008":{},"17021":{},"17281":{},"17294":{},"17554":{},"17567":{},"17827":{},"17840":{},"18100":{},"18113":{},"18373":{},"18386":{},"18646":{},"18659":{},"18919":{},"18932":{},"19192":{},"19205":{},"19465":{},"19478":{},"19776":{},"19843":{},"19901":{},"19984":{},"20051":{},"20109":{},"20192":{},"20259":{},"20317":{},"20400":{},"20467":{},"20525":{},"20608":{},"20675":{},"20733":{},"20816":{},"20883":{},"20941":{},"21024":{},"21091":{},"21149":{},"21232":{},"21299":{},"21357":{},"21440":{},"21507":{},"21565":{},"21648":{},"21715":{},"21773":{},"21856":{},"21923":{},"21981":{},"22064":{},"22131":{},"22189":{},"22272":{},"22339":{},"22397":{},"22480":{},"22547":{},"22605":{},"22688":{},"22755":{},"22813":{},"22896":{},"22963":{},"23021":{},"23104":{},"23171":{},"23229":{},"23312":{},"23379":{},"23437":{},"23520":{},"23587":{},"23645":{},"23728":{},"23795":{},"23853":{},"23936":{},"24003":{},"24061":{},"24144":{},"24211":{},"24269":{},"24352":{},"24419":{},"24477":{},"24524":{},"24537":{},"24816":{},"24829":{},"25108":{},"25121":{},"25400":{},"25413":{},"25692":{},"25705":{},"25984":{},"25997":{},"26276":{},"26289":{},"26568":{},"26581":{},"26860":{},"26873":{},"27152":{},"27165":{},"27444":{},"27457":{},"27736":{},"27749":{},"28028":{},"28041":{},"28320":{},"28333":{},"28612":{},"28625":{},"28904":{},"28917":{},"29196":{},"29209":{},"29488":{},"29501":{},"29780":{},"29793":{},"30072":{},"30085":{},"30364":{},"30377":{},"30656":{},"30669":{},"30948":{},"30961":{},"31240":{},"31253":{},"31532":{},"31545":{},"31824":{},"31837":{},"32116":{},"32129":{},"32408":{},"32421":{},"32700":{},"32713":{},"32992":{},"33005":{},"33284":{},"33297":{},"33576":{},"33589":{},"33868":{},"33881":{},"34160":{},"34173":{}},"parent":{}}],["noteid",{"_index":5317,"name":{"19842":{},"20050":{},"20258":{},"20466":{},"20674":{},"20882":{},"21090":{},"21298":{},"21506":{},"21714":{},"21922":{},"22130":{},"22338":{},"22546":{},"22754":{},"22962":{},"23170":{},"23378":{},"23586":{},"23794":{},"24002":{},"24210":{},"24418":{}},"parent":{}}],["notescount",{"_index":5304,"name":{"19824":{},"19930":{},"20032":{},"20138":{},"20240":{},"20346":{},"20448":{},"20554":{},"20656":{},"20762":{},"20864":{},"20970":{},"21072":{},"21178":{},"21280":{},"21386":{},"21488":{},"21594":{},"21696":{},"21802":{},"21904":{},"22010":{},"22112":{},"22218":{},"22320":{},"22426":{},"22528":{},"22634":{},"22736":{},"22842":{},"22944":{},"23050":{},"23152":{},"23258":{},"23360":{},"23466":{},"23568":{},"23674":{},"23776":{},"23882":{},"23984":{},"24090":{},"24192":{},"24298":{},"24400":{},"24506":{}},"parent":{}}],["notetoconversation",{"_index":357,"name":{"569":{}},"parent":{}}],["notification",{"_index":83,"name":{"93":{},"129":{},"544":{},"573":{},"793":{},"875":{},"912":{},"1393":{},"1673":{},"1953":{},"2233":{},"2513":{},"2793":{},"3073":{},"3353":{},"3633":{},"3913":{},"4193":{},"4473":{},"4753":{},"5033":{},"5313":{},"5593":{},"5873":{},"6153":{},"6433":{},"6713":{},"6993":{},"7273":{},"7553":{},"7833":{},"8113":{},"8393":{},"8673":{},"8953":{},"9233":{},"9513":{},"9793":{},"10073":{},"10353":{},"10633":{},"10923":{},"11196":{},"11469":{},"11742":{},"12015":{},"12288":{},"12561":{},"12834":{},"13107":{},"13380":{},"13653":{},"13926":{},"14199":{},"14472":{},"14745":{},"15018":{},"15291":{},"15564":{},"15837":{},"16110":{},"16383":{},"16656":{},"16929":{},"17202":{},"17475":{},"17748":{},"18021":{},"18294":{},"18567":{},"18840":{},"19113":{},"19386":{},"19659":{},"19894":{},"20102":{},"20310":{},"20518":{},"20726":{},"20934":{},"21142":{},"21350":{},"21558":{},"21766":{},"21974":{},"22182":{},"22390":{},"22598":{},"22806":{},"23014":{},"23222":{},"23430":{},"23638":{},"23846":{},"24054":{},"24262":{},"24470":{},"24736":{},"25028":{},"25320":{},"25612":{},"25904":{},"26196":{},"26488":{},"26780":{},"27072":{},"27364":{},"27656":{},"27948":{},"28240":{},"28532":{},"28824":{},"29116":{},"29408":{},"29700":{},"29992":{},"30284":{},"30576":{},"30868":{},"31160":{},"31452":{},"31744":{},"32036":{},"32328":{},"32620":{},"32912":{},"33204":{},"33496":{},"33788":{},"34080":{},"34372":{}},"parent":{"794":{}}}],["notification.default",{"_index":402,"name":{},"parent":{"795":{},"796":{},"797":{},"798":{},"799":{},"800":{},"801":{},"802":{}}}],["notifications",{"_index":648,"name":{"1388":{},"1668":{},"1948":{},"2228":{},"2508":{},"2788":{},"3068":{},"3348":{},"3628":{},"3908":{},"4188":{},"4468":{},"4748":{},"5028":{},"5308":{},"5588":{},"5868":{},"6148":{},"6428":{},"6708":{},"6988":{},"7268":{},"7548":{},"7828":{},"8108":{},"8388":{},"8668":{},"8948":{},"9228":{},"9508":{},"9788":{},"10068":{},"10348":{},"10628":{},"10918":{},"11191":{},"11464":{},"11737":{},"12010":{},"12283":{},"12556":{},"12829":{},"13102":{},"13375":{},"13648":{},"13921":{},"14194":{},"14467":{},"14740":{},"15013":{},"15286":{},"15559":{},"15832":{},"16105":{},"16378":{},"16651":{},"16924":{},"17197":{},"17470":{},"17743":{},"18016":{},"18289":{},"18562":{},"18835":{},"19108":{},"19381":{},"19654":{},"24731":{},"25023":{},"25315":{},"25607":{},"25899":{},"26191":{},"26483":{},"26775":{},"27067":{},"27359":{},"27651":{},"27943":{},"28235":{},"28527":{},"28819":{},"29111":{},"29403":{},"29695":{},"29987":{},"30279":{},"30571":{},"30863":{},"31155":{},"31447":{},"31739":{},"32031":{},"32323":{},"32615":{},"32907":{},"33199":{},"33491":{},"33783":{},"34075":{},"34367":{}},"parent":{}}],["notificationtype",{"_index":651,"name":{"1401":{},"1681":{},"1961":{},"2241":{},"2521":{},"2801":{},"3081":{},"3361":{},"3641":{},"3921":{},"4201":{},"4481":{},"4761":{},"5041":{},"5321":{},"5601":{},"5881":{},"6161":{},"6441":{},"6721":{},"7001":{},"7281":{},"7561":{},"7841":{},"8121":{},"8401":{},"8681":{},"8961":{},"9241":{},"9521":{},"9801":{},"10081":{},"10361":{},"10641":{},"10711":{},"10930":{},"11203":{},"11476":{},"11749":{},"12022":{},"12295":{},"12568":{},"12841":{},"13114":{},"13387":{},"13660":{},"13933":{},"14206":{},"14479":{},"14752":{},"15025":{},"15298":{},"15571":{},"15844":{},"16117":{},"16390":{},"16663":{},"16936":{},"17209":{},"17482":{},"17755":{},"18028":{},"18301":{},"18574":{},"18847":{},"19120":{},"19393":{},"19666":{},"19903":{},"20111":{},"20319":{},"20527":{},"20735":{},"20943":{},"21151":{},"21359":{},"21567":{},"21775":{},"21983":{},"22191":{},"22399":{},"22607":{},"22815":{},"23023":{},"23231":{},"23439":{},"23647":{},"23855":{},"24063":{},"24271":{},"24479":{},"24744":{},"25036":{},"25328":{},"25620":{},"25912":{},"26204":{},"26496":{},"26788":{},"27080":{},"27372":{},"27664":{},"27956":{},"28248":{},"28540":{},"28832":{},"29124":{},"29416":{},"29708":{},"30000":{},"30292":{},"30584":{},"30876":{},"31168":{},"31460":{},"31752":{},"32044":{},"32336":{},"32628":{},"32920":{},"33212":{},"33504":{},"33796":{},"34088":{},"34380":{}},"parent":{}}],["oauth",{"_index":404,"name":{"803":{},"10703":{}},"parent":{"804":{}}}],["oauth.default",{"_index":406,"name":{},"parent":{"805":{},"813":{},"821":{},"835":{}}}],["oauth.default.appdata",{"_index":426,"name":{},"parent":{"822":{},"823":{},"824":{},"825":{},"826":{},"827":{},"828":{},"829":{},"830":{},"831":{},"832":{},"833":{},"834":{}}}],["oauth.default.appdatafromserver",{"_index":407,"name":{},"parent":{"806":{}}}],["oauth.default.appdatafromserver.__type",{"_index":409,"name":{},"parent":{"807":{},"808":{},"809":{},"810":{},"811":{},"812":{}}}],["oauth.default.tokendata",{"_index":432,"name":{},"parent":{"836":{},"837":{},"838":{},"839":{},"840":{},"841":{},"842":{},"843":{},"844":{},"845":{},"846":{},"847":{},"848":{},"849":{}}}],["oauth.default.tokendatafromserver",{"_index":416,"name":{},"parent":{"814":{}}}],["oauth.default.tokendatafromserver.__type",{"_index":418,"name":{},"parent":{"815":{},"816":{},"817":{},"818":{},"819":{},"820":{}}}],["on",{"_index":315,"name":{"380":{},"387":{}},"parent":{}}],["once",{"_index":316,"name":{"381":{},"388":{}},"parent":{}}],["options",{"_index":573,"name":{"1279":{},"1559":{},"1839":{},"2119":{},"2399":{},"2679":{},"2959":{},"3239":{},"3519":{},"3799":{},"4079":{},"4359":{},"4639":{},"4919":{},"5199":{},"5479":{},"5759":{},"6039":{},"6319":{},"6599":{},"6879":{},"7159":{},"7439":{},"7719":{},"7999":{},"8279":{},"8559":{},"8839":{},"9119":{},"9399":{},"9679":{},"9959":{},"10239":{},"10519":{},"10815":{},"11088":{},"11361":{},"11634":{},"11907":{},"12180":{},"12453":{},"12726":{},"12999":{},"13272":{},"13545":{},"13818":{},"14091":{},"14364":{},"14637":{},"14910":{},"15183":{},"15456":{},"15729":{},"16002":{},"16275":{},"16548":{},"16821":{},"17094":{},"17367":{},"17640":{},"17913":{},"18186":{},"18459":{},"18732":{},"19005":{},"19278":{},"19551":{},"24611":{},"24903":{},"25195":{},"25487":{},"25779":{},"26071":{},"26363":{},"26655":{},"26947":{},"27239":{},"27531":{},"27823":{},"28115":{},"28407":{},"28699":{},"28991":{},"29283":{},"29575":{},"29867":{},"30159":{},"30451":{},"30743":{},"31035":{},"31327":{},"31619":{},"31911":{},"32203":{},"32495":{},"32787":{},"33079":{},"33371":{},"33663":{},"33955":{},"34247":{}},"parent":{}}],["originalnotescount",{"_index":5365,"name":{"19931":{},"20139":{},"20347":{},"20555":{},"20763":{},"20971":{},"21179":{},"21387":{},"21595":{},"21803":{},"22011":{},"22219":{},"22427":{},"22635":{},"22843":{},"23051":{},"23259":{},"23467":{},"23675":{},"23883":{},"24091":{},"24299":{},"24507":{}},"parent":{}}],["originaluserscount",{"_index":5366,"name":{"19933":{},"20141":{},"20349":{},"20557":{},"20765":{},"20973":{},"21181":{},"21389":{},"21597":{},"21805":{},"22013":{},"22221":{},"22429":{},"22637":{},"22845":{},"23053":{},"23261":{},"23469":{},"23677":{},"23885":{},"24093":{},"24301":{},"24509":{}},"parent":{}}],["params",{"_index":172,"name":{"216":{},"1003":{},"1443":{},"1723":{},"2003":{},"2283":{},"2563":{},"2843":{},"3123":{},"3403":{},"3683":{},"3963":{},"4243":{},"4523":{},"4803":{},"5083":{},"5363":{},"5643":{},"5923":{},"6203":{},"6483":{},"6763":{},"7043":{},"7323":{},"7603":{},"7883":{},"8163":{},"8443":{},"8723":{},"9003":{},"9283":{},"9563":{},"9843":{},"10123":{},"10403":{},"10683":{},"10972":{},"11245":{},"11518":{},"11791":{},"12064":{},"12337":{},"12610":{},"12883":{},"13156":{},"13429":{},"13702":{},"13975":{},"14248":{},"14521":{},"14794":{},"15067":{},"15340":{},"15613":{},"15886":{},"16159":{},"16432":{},"16705":{},"16978":{},"17251":{},"17524":{},"17797":{},"18070":{},"18343":{},"18616":{},"18889":{},"19162":{},"19435":{},"19708":{},"24786":{},"25078":{},"25370":{},"25662":{},"25954":{},"26246":{},"26538":{},"26830":{},"27122":{},"27414":{},"27706":{},"27998":{},"28290":{},"28582":{},"28874":{},"29166":{},"29458":{},"29750":{},"30042":{},"30334":{},"30626":{},"30918":{},"31210":{},"31502":{},"31794":{},"32086":{},"32378":{},"32670":{},"32962":{},"33254":{},"33546":{},"33838":{},"34130":{},"34422":{}},"parent":{}}],["parse",{"_index":184,"name":{"243":{},"659":{},"854":{},"1030":{}},"parent":{}}],["parser",{"_index":157,"name":{"197":{},"217":{},"241":{},"630":{},"657":{},"850":{},"851":{},"1004":{},"1028":{}},"parent":{"851":{}}}],["parser.parser",{"_index":437,"name":{},"parent":{"852":{},"853":{},"854":{}}}],["password",{"_index":495,"name":{"1171":{}},"parent":{}}],["patch",{"_index":52,"name":{"51":{},"69":{},"932":{},"949":{}},"parent":{}}],["permission",{"_index":5253,"name":{"19733":{},"19941":{},"20149":{},"20357":{},"20565":{},"20773":{},"20981":{},"21189":{},"21397":{},"21605":{},"21813":{},"22021":{},"22229":{},"22437":{},"22645":{},"22853":{},"23061":{},"23269":{},"23477":{},"23685":{},"23893":{},"24101":{},"24309":{}},"parent":{}}],["phrase",{"_index":615,"name":{"1343":{},"1623":{},"1903":{},"2183":{},"2463":{},"2743":{},"3023":{},"3303":{},"3583":{},"3863":{},"4143":{},"4423":{},"4703":{},"4983":{},"5263":{},"5543":{},"5823":{},"6103":{},"6383":{},"6663":{},"6943":{},"7223":{},"7503":{},"7783":{},"8063":{},"8343":{},"8623":{},"8903":{},"9183":{},"9463":{},"9743":{},"10023":{},"10303":{},"10583":{},"10873":{},"11146":{},"11419":{},"11692":{},"11965":{},"12238":{},"12511":{},"12784":{},"13057":{},"13330":{},"13603":{},"13876":{},"14149":{},"14422":{},"14695":{},"14968":{},"15241":{},"15514":{},"15787":{},"16060":{},"16333":{},"16606":{},"16879":{},"17152":{},"17425":{},"17698":{},"17971":{},"18244":{},"18517":{},"18790":{},"19063":{},"19336":{},"19609":{},"24686":{},"24978":{},"25270":{},"25562":{},"25854":{},"26146":{},"26438":{},"26730":{},"27022":{},"27314":{},"27606":{},"27898":{},"28190":{},"28482":{},"28774":{},"29066":{},"29358":{},"29650":{},"29942":{},"30234":{},"30526":{},"30818":{},"31110":{},"31402":{},"31694":{},"31986":{},"32278":{},"32570":{},"32862":{},"33154":{},"33446":{},"33738":{},"34030":{},"34322":{}},"parent":{}}],["pinaccount",{"_index":212,"name":{"275":{},"417":{},"692":{},"1062":{}},"parent":{}}],["pinned",{"_index":595,"name":{"1315":{},"1595":{},"1875":{},"2155":{},"2435":{},"2715":{},"2995":{},"3275":{},"3555":{},"3835":{},"4115":{},"4395":{},"4675":{},"4955":{},"5235":{},"5515":{},"5795":{},"6075":{},"6355":{},"6635":{},"6915":{},"7195":{},"7475":{},"7755":{},"8035":{},"8315":{},"8595":{},"8875":{},"9155":{},"9435":{},"9715":{},"9995":{},"10275":{},"10555":{},"10845":{},"11118":{},"11391":{},"11664":{},"11937":{},"12210":{},"12483":{},"12756":{},"13029":{},"13302":{},"13575":{},"13848":{},"14121":{},"14394":{},"14667":{},"14940":{},"15213":{},"15486":{},"15759":{},"16032":{},"16305":{},"16578":{},"16851":{},"17124":{},"17397":{},"17670":{},"17943":{},"18216":{},"18489":{},"18762":{},"19035":{},"19308":{},"19581":{},"24647":{},"24939":{},"25231":{},"25523":{},"25815":{},"26107":{},"26399":{},"26691":{},"26983":{},"27275":{},"27567":{},"27859":{},"28151":{},"28443":{},"28735":{},"29027":{},"29319":{},"29611":{},"29903":{},"30195":{},"30487":{},"30779":{},"31071":{},"31363":{},"31655":{},"31947":{},"32239":{},"32531":{},"32823":{},"33115":{},"33407":{},"33699":{},"33991":{},"34283":{}},"parent":{}}],["pinnednoteids",{"_index":5307,"name":{"19827":{},"20035":{},"20243":{},"20451":{},"20659":{},"20867":{},"21075":{},"21283":{},"21491":{},"21699":{},"21907":{},"22115":{},"22323":{},"22531":{},"22739":{},"22947":{},"23155":{},"23363":{},"23571":{},"23779":{},"23987":{},"24195":{},"24403":{}},"parent":{}}],["pinnednotes",{"_index":5308,"name":{"19828":{},"20036":{},"20244":{},"20452":{},"20660":{},"20868":{},"21076":{},"21284":{},"21492":{},"21700":{},"21908":{},"22116":{},"22324":{},"22532":{},"22740":{},"22948":{},"23156":{},"23364":{},"23572":{},"23780":{},"23988":{},"24196":{},"24404":{}},"parent":{}}],["pinstatus",{"_index":253,"name":{"317":{},"459":{},"734":{},"1104":{}},"parent":{}}],["pleroma",{"_index":485,"name":{"1031":{},"10713":{},"24583":{},"24649":{},"24875":{},"24941":{},"25167":{},"25233":{},"25459":{},"25525":{},"25751":{},"25817":{},"26043":{},"26109":{},"26335":{},"26401":{},"26627":{},"26693":{},"26919":{},"26985":{},"27211":{},"27277":{},"27503":{},"27569":{},"27795":{},"27861":{},"28087":{},"28153":{},"28379":{},"28445":{},"28671":{},"28737":{},"28963":{},"29029":{},"29255":{},"29321":{},"29547":{},"29613":{},"29839":{},"29905":{},"30131":{},"30197":{},"30423":{},"30489":{},"30715":{},"30781":{},"31007":{},"31073":{},"31299":{},"31365":{},"31591":{},"31657":{},"31883":{},"31949":{},"32175":{},"32241":{},"32467":{},"32533":{},"32759":{},"32825":{},"33051":{},"33117":{},"33343":{},"33409":{},"33635":{},"33701":{},"33927":{},"33993":{},"34219":{},"34285":{}},"parent":{"1032":{}}}],["pleroma.default",{"_index":486,"name":{},"parent":{"1033":{},"1034":{},"1035":{},"1036":{},"1037":{},"1038":{},"1039":{},"1040":{},"1041":{},"1042":{},"1043":{},"1044":{},"1045":{},"1046":{},"1047":{},"1048":{},"1049":{},"1050":{},"1051":{},"1052":{},"1053":{},"1054":{},"1055":{},"1056":{},"1057":{},"1058":{},"1059":{},"1060":{},"1061":{},"1062":{},"1063":{},"1064":{},"1065":{},"1066":{},"1067":{},"1068":{},"1069":{},"1070":{},"1071":{},"1072":{},"1073":{},"1074":{},"1075":{},"1076":{},"1077":{},"1078":{},"1079":{},"1080":{},"1081":{},"1082":{},"1083":{},"1084":{},"1085":{},"1086":{},"1087":{},"1088":{},"1089":{},"1090":{},"1091":{},"1092":{},"1093":{},"1094":{},"1095":{},"1096":{},"1097":{},"1098":{},"1099":{},"1100":{},"1101":{},"1102":{},"1103":{},"1104":{},"1105":{},"1106":{},"1107":{},"1108":{},"1109":{},"1110":{},"1111":{},"1112":{},"1113":{},"1114":{},"1115":{},"1116":{},"1117":{},"1118":{},"1119":{},"1120":{},"1121":{},"1122":{},"1123":{},"1124":{},"1125":{},"1126":{},"1127":{},"1128":{},"1129":{},"1130":{},"1131":{},"1132":{},"1133":{},"1134":{},"1135":{},"1136":{},"1137":{},"1138":{},"1139":{},"1140":{},"1141":{},"1142":{},"1143":{},"1144":{},"1145":{},"1146":{},"1147":{},"1148":{},"1149":{},"1150":{},"1151":{},"1152":{},"1153":{},"1154":{},"1155":{},"1156":{},"1157":{},"1158":{},"1159":{},"1160":{},"1161":{},"1162":{}}}],["pleroma/api_client",{"_index":438,"name":{"855":{}},"parent":{"856":{}}}],["pleroma/api_client.default",{"_index":439,"name":{},"parent":{"857":{},"892":{},"929":{},"937":{}}}],["pleroma/api_client.default.client",{"_index":443,"name":{},"parent":{"938":{},"939":{},"940":{},"941":{},"942":{},"943":{},"944":{},"945":{},"946":{},"947":{},"948":{},"949":{},"950":{},"951":{},"952":{},"953":{}}}],["pleroma/api_client.default.converter",{"_index":441,"name":{},"parent":{"893":{},"894":{},"895":{},"896":{},"897":{},"898":{},"899":{},"900":{},"901":{},"902":{},"903":{},"904":{},"905":{},"906":{},"907":{},"908":{},"909":{},"910":{},"911":{},"912":{},"913":{},"914":{},"915":{},"916":{},"917":{},"918":{},"919":{},"920":{},"921":{},"922":{},"923":{},"924":{},"925":{},"926":{},"927":{},"928":{}}}],["pleroma/api_client.default.entity",{"_index":440,"name":{},"parent":{"858":{},"859":{},"860":{},"861":{},"862":{},"863":{},"864":{},"865":{},"866":{},"867":{},"868":{},"869":{},"870":{},"871":{},"872":{},"873":{},"874":{},"875":{},"876":{},"877":{},"878":{},"879":{},"880":{},"881":{},"882":{},"883":{},"884":{},"885":{},"886":{},"887":{},"888":{},"889":{},"890":{},"891":{}}}],["pleroma/api_client.default.interface",{"_index":442,"name":{},"parent":{"930":{},"931":{},"932":{},"933":{},"934":{},"935":{},"936":{}}}],["pleroma/entities/account",{"_index":444,"name":{"954":{}},"parent":{"24512":{}}}],["pleroma/entities/account.pleromaentity",{"_index":6469,"name":{},"parent":{"24513":{},"24519":{},"24526":{},"24548":{},"24554":{},"24559":{},"24569":{},"24584":{},"24590":{},"24595":{},"24600":{},"24604":{},"24613":{},"24619":{},"24662":{},"24666":{},"24672":{},"24678":{},"24683":{},"24691":{},"24698":{},"24701":{},"24706":{},"24720":{},"24724":{},"24736":{},"24744":{},"24745":{},"24752":{},"24758":{},"24770":{},"24777":{},"24782":{},"24788":{},"24798":{}}}],["pleroma/entities/account.pleromaentity.account",{"_index":6474,"name":{},"parent":{"24527":{}}}],["pleroma/entities/account.pleromaentity.account.__type",{"_index":6475,"name":{},"parent":{"24528":{},"24529":{},"24530":{},"24531":{},"24532":{},"24533":{},"24534":{},"24535":{},"24536":{},"24537":{},"24538":{},"24539":{},"24540":{},"24541":{},"24542":{},"24543":{},"24544":{},"24545":{},"24546":{},"24547":{}}}],["pleroma/entities/account.pleromaentity.activity",{"_index":6476,"name":{},"parent":{"24549":{}}}],["pleroma/entities/account.pleromaentity.activity.__type",{"_index":6477,"name":{},"parent":{"24550":{},"24551":{},"24552":{},"24553":{}}}],["pleroma/entities/account.pleromaentity.application",{"_index":6478,"name":{},"parent":{"24555":{}}}],["pleroma/entities/account.pleromaentity.application.__type",{"_index":6479,"name":{},"parent":{"24556":{},"24557":{},"24558":{}}}],["pleroma/entities/account.pleromaentity.attachment",{"_index":6480,"name":{},"parent":{"24560":{}}}],["pleroma/entities/account.pleromaentity.attachment.__type",{"_index":6481,"name":{},"parent":{"24561":{},"24562":{},"24563":{},"24564":{},"24565":{},"24566":{},"24567":{},"24568":{}}}],["pleroma/entities/account.pleromaentity.card",{"_index":6482,"name":{},"parent":{"24570":{}}}],["pleroma/entities/account.pleromaentity.card.__type",{"_index":6483,"name":{},"parent":{"24571":{},"24572":{},"24573":{},"24574":{},"24575":{},"24576":{},"24577":{},"24578":{},"24579":{},"24580":{},"24581":{},"24582":{},"24583":{}}}],["pleroma/entities/account.pleromaentity.context",{"_index":6505,"name":{},"parent":{"24663":{}}}],["pleroma/entities/account.pleromaentity.context.__type",{"_index":6506,"name":{},"parent":{"24664":{},"24665":{}}}],["pleroma/entities/account.pleromaentity.conversation",{"_index":6507,"name":{},"parent":{"24667":{}}}],["pleroma/entities/account.pleromaentity.conversation.__type",{"_index":6508,"name":{},"parent":{"24668":{},"24669":{},"24670":{},"24671":{}}}],["pleroma/entities/account.pleromaentity.emoji",{"_index":6470,"name":{},"parent":{"24514":{}}}],["pleroma/entities/account.pleromaentity.emoji.__type",{"_index":6471,"name":{},"parent":{"24515":{},"24516":{},"24517":{},"24518":{}}}],["pleroma/entities/account.pleromaentity.featuredtag",{"_index":6509,"name":{},"parent":{"24673":{}}}],["pleroma/entities/account.pleromaentity.featuredtag.__type",{"_index":6510,"name":{},"parent":{"24674":{},"24675":{},"24676":{},"24677":{}}}],["pleroma/entities/account.pleromaentity.field",{"_index":6511,"name":{},"parent":{"24679":{}}}],["pleroma/entities/account.pleromaentity.field.__type",{"_index":6512,"name":{},"parent":{"24680":{},"24681":{},"24682":{}}}],["pleroma/entities/account.pleromaentity.filter",{"_index":6513,"name":{},"parent":{"24684":{}}}],["pleroma/entities/account.pleromaentity.filter.__type",{"_index":6514,"name":{},"parent":{"24685":{},"24686":{},"24687":{},"24688":{},"24689":{},"24690":{}}}],["pleroma/entities/account.pleromaentity.history",{"_index":6486,"name":{},"parent":{"24591":{}}}],["pleroma/entities/account.pleromaentity.history.__type",{"_index":6487,"name":{},"parent":{"24592":{},"24593":{},"24594":{}}}],["pleroma/entities/account.pleromaentity.identityproof",{"_index":6515,"name":{},"parent":{"24692":{}}}],["pleroma/entities/account.pleromaentity.identityproof.__type",{"_index":6516,"name":{},"parent":{"24693":{},"24694":{},"24695":{},"24696":{},"24697":{}}}],["pleroma/entities/account.pleromaentity.instance",{"_index":6521,"name":{},"parent":{"24707":{}}}],["pleroma/entities/account.pleromaentity.instance.__type",{"_index":6522,"name":{},"parent":{"24708":{},"24709":{},"24710":{},"24711":{},"24712":{},"24713":{},"24714":{},"24715":{},"24716":{},"24717":{},"24718":{},"24719":{}}}],["pleroma/entities/account.pleromaentity.list",{"_index":6523,"name":{},"parent":{"24721":{}}}],["pleroma/entities/account.pleromaentity.list.__type",{"_index":6524,"name":{},"parent":{"24722":{},"24723":{}}}],["pleroma/entities/account.pleromaentity.marker",{"_index":6525,"name":{},"parent":{"24725":{}}}],["pleroma/entities/account.pleromaentity.marker.__type",{"_index":6526,"name":{},"parent":{"24726":{},"24727":{},"24731":{},"24732":{}}}],["pleroma/entities/account.pleromaentity.marker.__type.__type",{"_index":6527,"name":{},"parent":{"24728":{},"24729":{},"24730":{},"24733":{},"24734":{},"24735":{}}}],["pleroma/entities/account.pleromaentity.mention",{"_index":6484,"name":{},"parent":{"24585":{}}}],["pleroma/entities/account.pleromaentity.mention.__type",{"_index":6485,"name":{},"parent":{"24586":{},"24587":{},"24588":{},"24589":{}}}],["pleroma/entities/account.pleromaentity.notification",{"_index":6528,"name":{},"parent":{"24737":{}}}],["pleroma/entities/account.pleromaentity.notification.__type",{"_index":6529,"name":{},"parent":{"24738":{},"24739":{},"24740":{},"24741":{},"24742":{},"24743":{}}}],["pleroma/entities/account.pleromaentity.poll",{"_index":6492,"name":{},"parent":{"24605":{}}}],["pleroma/entities/account.pleromaentity.poll.__type",{"_index":6493,"name":{},"parent":{"24606":{},"24607":{},"24608":{},"24609":{},"24610":{},"24611":{},"24612":{}}}],["pleroma/entities/account.pleromaentity.polloption",{"_index":6490,"name":{},"parent":{"24601":{}}}],["pleroma/entities/account.pleromaentity.polloption.__type",{"_index":6491,"name":{},"parent":{"24602":{},"24603":{}}}],["pleroma/entities/account.pleromaentity.preferences",{"_index":6530,"name":{},"parent":{"24746":{}}}],["pleroma/entities/account.pleromaentity.preferences.__type",{"_index":6531,"name":{},"parent":{"24747":{},"24748":{},"24749":{},"24750":{},"24751":{}}}],["pleroma/entities/account.pleromaentity.pushsubscription",{"_index":6532,"name":{},"parent":{"24753":{}}}],["pleroma/entities/account.pleromaentity.pushsubscription.__type",{"_index":6533,"name":{},"parent":{"24754":{},"24755":{},"24756":{},"24757":{}}}],["pleroma/entities/account.pleromaentity.reaction",{"_index":6494,"name":{},"parent":{"24614":{}}}],["pleroma/entities/account.pleromaentity.reaction.__type",{"_index":6495,"name":{},"parent":{"24615":{},"24616":{},"24617":{},"24618":{}}}],["pleroma/entities/account.pleromaentity.relationship",{"_index":6534,"name":{},"parent":{"24759":{}}}],["pleroma/entities/account.pleromaentity.relationship.__type",{"_index":6535,"name":{},"parent":{"24760":{},"24761":{},"24762":{},"24763":{},"24764":{},"24765":{},"24766":{},"24767":{},"24768":{},"24769":{}}}],["pleroma/entities/account.pleromaentity.report",{"_index":6536,"name":{},"parent":{"24771":{}}}],["pleroma/entities/account.pleromaentity.report.__type",{"_index":6537,"name":{},"parent":{"24772":{},"24773":{},"24774":{},"24775":{},"24776":{}}}],["pleroma/entities/account.pleromaentity.results",{"_index":6538,"name":{},"parent":{"24778":{}}}],["pleroma/entities/account.pleromaentity.results.__type",{"_index":6539,"name":{},"parent":{"24779":{},"24780":{},"24781":{}}}],["pleroma/entities/account.pleromaentity.scheduledstatus",{"_index":6540,"name":{},"parent":{"24783":{}}}],["pleroma/entities/account.pleromaentity.scheduledstatus.__type",{"_index":6541,"name":{},"parent":{"24784":{},"24785":{},"24786":{},"24787":{}}}],["pleroma/entities/account.pleromaentity.source",{"_index":6472,"name":{},"parent":{"24520":{}}}],["pleroma/entities/account.pleromaentity.source.__type",{"_index":6473,"name":{},"parent":{"24521":{},"24522":{},"24523":{},"24524":{},"24525":{}}}],["pleroma/entities/account.pleromaentity.stats",{"_index":6519,"name":{},"parent":{"24702":{}}}],["pleroma/entities/account.pleromaentity.stats.__type",{"_index":6520,"name":{},"parent":{"24703":{},"24704":{},"24705":{}}}],["pleroma/entities/account.pleromaentity.status",{"_index":6496,"name":{},"parent":{"24620":{}}}],["pleroma/entities/account.pleromaentity.status.__type",{"_index":6497,"name":{},"parent":{"24621":{},"24622":{},"24623":{},"24624":{},"24625":{},"24626":{},"24627":{},"24628":{},"24629":{},"24630":{},"24631":{},"24632":{},"24633":{},"24634":{},"24635":{},"24636":{},"24637":{},"24638":{},"24639":{},"24640":{},"24641":{},"24642":{},"24643":{},"24644":{},"24645":{},"24646":{},"24647":{},"24648":{},"24649":{},"24650":{}}}],["pleroma/entities/account.pleromaentity.status.__type.__type",{"_index":6498,"name":{},"parent":{"24651":{},"24652":{},"24654":{},"24655":{},"24657":{},"24658":{},"24659":{},"24660":{},"24661":{}}}],["pleroma/entities/account.pleromaentity.status.__type.__type.__type",{"_index":6500,"name":{},"parent":{"24653":{},"24656":{}}}],["pleroma/entities/account.pleromaentity.statusparams",{"_index":6542,"name":{},"parent":{"24789":{}}}],["pleroma/entities/account.pleromaentity.statusparams.__type",{"_index":6543,"name":{},"parent":{"24790":{},"24791":{},"24792":{},"24793":{},"24794":{},"24795":{},"24796":{},"24797":{}}}],["pleroma/entities/account.pleromaentity.tag",{"_index":6488,"name":{},"parent":{"24596":{}}}],["pleroma/entities/account.pleromaentity.tag.__type",{"_index":6489,"name":{},"parent":{"24597":{},"24598":{},"24599":{}}}],["pleroma/entities/account.pleromaentity.token",{"_index":6544,"name":{},"parent":{"24799":{}}}],["pleroma/entities/account.pleromaentity.token.__type",{"_index":6545,"name":{},"parent":{"24800":{},"24801":{},"24802":{},"24803":{}}}],["pleroma/entities/account.pleromaentity.urls",{"_index":6517,"name":{},"parent":{"24699":{}}}],["pleroma/entities/account.pleromaentity.urls.__type",{"_index":6518,"name":{},"parent":{"24700":{}}}],["pleroma/entities/activity",{"_index":445,"name":{"955":{}},"parent":{"24804":{}}}],["pleroma/entities/activity.pleromaentity",{"_index":6546,"name":{},"parent":{"24805":{},"24811":{},"24818":{},"24840":{},"24846":{},"24851":{},"24861":{},"24876":{},"24882":{},"24887":{},"24892":{},"24896":{},"24905":{},"24911":{},"24954":{},"24958":{},"24964":{},"24970":{},"24975":{},"24983":{},"24990":{},"24993":{},"24998":{},"25012":{},"25016":{},"25028":{},"25036":{},"25037":{},"25044":{},"25050":{},"25062":{},"25069":{},"25074":{},"25080":{},"25090":{}}}],["pleroma/entities/activity.pleromaentity.account",{"_index":6551,"name":{},"parent":{"24819":{}}}],["pleroma/entities/activity.pleromaentity.account.__type",{"_index":6552,"name":{},"parent":{"24820":{},"24821":{},"24822":{},"24823":{},"24824":{},"24825":{},"24826":{},"24827":{},"24828":{},"24829":{},"24830":{},"24831":{},"24832":{},"24833":{},"24834":{},"24835":{},"24836":{},"24837":{},"24838":{},"24839":{}}}],["pleroma/entities/activity.pleromaentity.activity",{"_index":6553,"name":{},"parent":{"24841":{}}}],["pleroma/entities/activity.pleromaentity.activity.__type",{"_index":6554,"name":{},"parent":{"24842":{},"24843":{},"24844":{},"24845":{}}}],["pleroma/entities/activity.pleromaentity.application",{"_index":6555,"name":{},"parent":{"24847":{}}}],["pleroma/entities/activity.pleromaentity.application.__type",{"_index":6556,"name":{},"parent":{"24848":{},"24849":{},"24850":{}}}],["pleroma/entities/activity.pleromaentity.attachment",{"_index":6557,"name":{},"parent":{"24852":{}}}],["pleroma/entities/activity.pleromaentity.attachment.__type",{"_index":6558,"name":{},"parent":{"24853":{},"24854":{},"24855":{},"24856":{},"24857":{},"24858":{},"24859":{},"24860":{}}}],["pleroma/entities/activity.pleromaentity.card",{"_index":6559,"name":{},"parent":{"24862":{}}}],["pleroma/entities/activity.pleromaentity.card.__type",{"_index":6560,"name":{},"parent":{"24863":{},"24864":{},"24865":{},"24866":{},"24867":{},"24868":{},"24869":{},"24870":{},"24871":{},"24872":{},"24873":{},"24874":{},"24875":{}}}],["pleroma/entities/activity.pleromaentity.context",{"_index":6577,"name":{},"parent":{"24955":{}}}],["pleroma/entities/activity.pleromaentity.context.__type",{"_index":6578,"name":{},"parent":{"24956":{},"24957":{}}}],["pleroma/entities/activity.pleromaentity.conversation",{"_index":6579,"name":{},"parent":{"24959":{}}}],["pleroma/entities/activity.pleromaentity.conversation.__type",{"_index":6580,"name":{},"parent":{"24960":{},"24961":{},"24962":{},"24963":{}}}],["pleroma/entities/activity.pleromaentity.emoji",{"_index":6547,"name":{},"parent":{"24806":{}}}],["pleroma/entities/activity.pleromaentity.emoji.__type",{"_index":6548,"name":{},"parent":{"24807":{},"24808":{},"24809":{},"24810":{}}}],["pleroma/entities/activity.pleromaentity.featuredtag",{"_index":6581,"name":{},"parent":{"24965":{}}}],["pleroma/entities/activity.pleromaentity.featuredtag.__type",{"_index":6582,"name":{},"parent":{"24966":{},"24967":{},"24968":{},"24969":{}}}],["pleroma/entities/activity.pleromaentity.field",{"_index":6583,"name":{},"parent":{"24971":{}}}],["pleroma/entities/activity.pleromaentity.field.__type",{"_index":6584,"name":{},"parent":{"24972":{},"24973":{},"24974":{}}}],["pleroma/entities/activity.pleromaentity.filter",{"_index":6585,"name":{},"parent":{"24976":{}}}],["pleroma/entities/activity.pleromaentity.filter.__type",{"_index":6586,"name":{},"parent":{"24977":{},"24978":{},"24979":{},"24980":{},"24981":{},"24982":{}}}],["pleroma/entities/activity.pleromaentity.history",{"_index":6563,"name":{},"parent":{"24883":{}}}],["pleroma/entities/activity.pleromaentity.history.__type",{"_index":6564,"name":{},"parent":{"24884":{},"24885":{},"24886":{}}}],["pleroma/entities/activity.pleromaentity.identityproof",{"_index":6587,"name":{},"parent":{"24984":{}}}],["pleroma/entities/activity.pleromaentity.identityproof.__type",{"_index":6588,"name":{},"parent":{"24985":{},"24986":{},"24987":{},"24988":{},"24989":{}}}],["pleroma/entities/activity.pleromaentity.instance",{"_index":6593,"name":{},"parent":{"24999":{}}}],["pleroma/entities/activity.pleromaentity.instance.__type",{"_index":6594,"name":{},"parent":{"25000":{},"25001":{},"25002":{},"25003":{},"25004":{},"25005":{},"25006":{},"25007":{},"25008":{},"25009":{},"25010":{},"25011":{}}}],["pleroma/entities/activity.pleromaentity.list",{"_index":6595,"name":{},"parent":{"25013":{}}}],["pleroma/entities/activity.pleromaentity.list.__type",{"_index":6596,"name":{},"parent":{"25014":{},"25015":{}}}],["pleroma/entities/activity.pleromaentity.marker",{"_index":6597,"name":{},"parent":{"25017":{}}}],["pleroma/entities/activity.pleromaentity.marker.__type",{"_index":6598,"name":{},"parent":{"25018":{},"25019":{},"25023":{},"25024":{}}}],["pleroma/entities/activity.pleromaentity.marker.__type.__type",{"_index":6599,"name":{},"parent":{"25020":{},"25021":{},"25022":{},"25025":{},"25026":{},"25027":{}}}],["pleroma/entities/activity.pleromaentity.mention",{"_index":6561,"name":{},"parent":{"24877":{}}}],["pleroma/entities/activity.pleromaentity.mention.__type",{"_index":6562,"name":{},"parent":{"24878":{},"24879":{},"24880":{},"24881":{}}}],["pleroma/entities/activity.pleromaentity.notification",{"_index":6600,"name":{},"parent":{"25029":{}}}],["pleroma/entities/activity.pleromaentity.notification.__type",{"_index":6601,"name":{},"parent":{"25030":{},"25031":{},"25032":{},"25033":{},"25034":{},"25035":{}}}],["pleroma/entities/activity.pleromaentity.poll",{"_index":6569,"name":{},"parent":{"24897":{}}}],["pleroma/entities/activity.pleromaentity.poll.__type",{"_index":6570,"name":{},"parent":{"24898":{},"24899":{},"24900":{},"24901":{},"24902":{},"24903":{},"24904":{}}}],["pleroma/entities/activity.pleromaentity.polloption",{"_index":6567,"name":{},"parent":{"24893":{}}}],["pleroma/entities/activity.pleromaentity.polloption.__type",{"_index":6568,"name":{},"parent":{"24894":{},"24895":{}}}],["pleroma/entities/activity.pleromaentity.preferences",{"_index":6602,"name":{},"parent":{"25038":{}}}],["pleroma/entities/activity.pleromaentity.preferences.__type",{"_index":6603,"name":{},"parent":{"25039":{},"25040":{},"25041":{},"25042":{},"25043":{}}}],["pleroma/entities/activity.pleromaentity.pushsubscription",{"_index":6604,"name":{},"parent":{"25045":{}}}],["pleroma/entities/activity.pleromaentity.pushsubscription.__type",{"_index":6605,"name":{},"parent":{"25046":{},"25047":{},"25048":{},"25049":{}}}],["pleroma/entities/activity.pleromaentity.reaction",{"_index":6571,"name":{},"parent":{"24906":{}}}],["pleroma/entities/activity.pleromaentity.reaction.__type",{"_index":6572,"name":{},"parent":{"24907":{},"24908":{},"24909":{},"24910":{}}}],["pleroma/entities/activity.pleromaentity.relationship",{"_index":6606,"name":{},"parent":{"25051":{}}}],["pleroma/entities/activity.pleromaentity.relationship.__type",{"_index":6607,"name":{},"parent":{"25052":{},"25053":{},"25054":{},"25055":{},"25056":{},"25057":{},"25058":{},"25059":{},"25060":{},"25061":{}}}],["pleroma/entities/activity.pleromaentity.report",{"_index":6608,"name":{},"parent":{"25063":{}}}],["pleroma/entities/activity.pleromaentity.report.__type",{"_index":6609,"name":{},"parent":{"25064":{},"25065":{},"25066":{},"25067":{},"25068":{}}}],["pleroma/entities/activity.pleromaentity.results",{"_index":6610,"name":{},"parent":{"25070":{}}}],["pleroma/entities/activity.pleromaentity.results.__type",{"_index":6611,"name":{},"parent":{"25071":{},"25072":{},"25073":{}}}],["pleroma/entities/activity.pleromaentity.scheduledstatus",{"_index":6612,"name":{},"parent":{"25075":{}}}],["pleroma/entities/activity.pleromaentity.scheduledstatus.__type",{"_index":6613,"name":{},"parent":{"25076":{},"25077":{},"25078":{},"25079":{}}}],["pleroma/entities/activity.pleromaentity.source",{"_index":6549,"name":{},"parent":{"24812":{}}}],["pleroma/entities/activity.pleromaentity.source.__type",{"_index":6550,"name":{},"parent":{"24813":{},"24814":{},"24815":{},"24816":{},"24817":{}}}],["pleroma/entities/activity.pleromaentity.stats",{"_index":6591,"name":{},"parent":{"24994":{}}}],["pleroma/entities/activity.pleromaentity.stats.__type",{"_index":6592,"name":{},"parent":{"24995":{},"24996":{},"24997":{}}}],["pleroma/entities/activity.pleromaentity.status",{"_index":6573,"name":{},"parent":{"24912":{}}}],["pleroma/entities/activity.pleromaentity.status.__type",{"_index":6574,"name":{},"parent":{"24913":{},"24914":{},"24915":{},"24916":{},"24917":{},"24918":{},"24919":{},"24920":{},"24921":{},"24922":{},"24923":{},"24924":{},"24925":{},"24926":{},"24927":{},"24928":{},"24929":{},"24930":{},"24931":{},"24932":{},"24933":{},"24934":{},"24935":{},"24936":{},"24937":{},"24938":{},"24939":{},"24940":{},"24941":{},"24942":{}}}],["pleroma/entities/activity.pleromaentity.status.__type.__type",{"_index":6575,"name":{},"parent":{"24943":{},"24944":{},"24946":{},"24947":{},"24949":{},"24950":{},"24951":{},"24952":{},"24953":{}}}],["pleroma/entities/activity.pleromaentity.status.__type.__type.__type",{"_index":6576,"name":{},"parent":{"24945":{},"24948":{}}}],["pleroma/entities/activity.pleromaentity.statusparams",{"_index":6614,"name":{},"parent":{"25081":{}}}],["pleroma/entities/activity.pleromaentity.statusparams.__type",{"_index":6615,"name":{},"parent":{"25082":{},"25083":{},"25084":{},"25085":{},"25086":{},"25087":{},"25088":{},"25089":{}}}],["pleroma/entities/activity.pleromaentity.tag",{"_index":6565,"name":{},"parent":{"24888":{}}}],["pleroma/entities/activity.pleromaentity.tag.__type",{"_index":6566,"name":{},"parent":{"24889":{},"24890":{},"24891":{}}}],["pleroma/entities/activity.pleromaentity.token",{"_index":6616,"name":{},"parent":{"25091":{}}}],["pleroma/entities/activity.pleromaentity.token.__type",{"_index":6617,"name":{},"parent":{"25092":{},"25093":{},"25094":{},"25095":{}}}],["pleroma/entities/activity.pleromaentity.urls",{"_index":6589,"name":{},"parent":{"24991":{}}}],["pleroma/entities/activity.pleromaentity.urls.__type",{"_index":6590,"name":{},"parent":{"24992":{}}}],["pleroma/entities/application",{"_index":446,"name":{"956":{}},"parent":{"25096":{}}}],["pleroma/entities/application.pleromaentity",{"_index":6618,"name":{},"parent":{"25097":{},"25103":{},"25110":{},"25132":{},"25138":{},"25143":{},"25153":{},"25168":{},"25174":{},"25179":{},"25184":{},"25188":{},"25197":{},"25203":{},"25246":{},"25250":{},"25256":{},"25262":{},"25267":{},"25275":{},"25282":{},"25285":{},"25290":{},"25304":{},"25308":{},"25320":{},"25328":{},"25329":{},"25336":{},"25342":{},"25354":{},"25361":{},"25366":{},"25372":{},"25382":{}}}],["pleroma/entities/application.pleromaentity.account",{"_index":6623,"name":{},"parent":{"25111":{}}}],["pleroma/entities/application.pleromaentity.account.__type",{"_index":6624,"name":{},"parent":{"25112":{},"25113":{},"25114":{},"25115":{},"25116":{},"25117":{},"25118":{},"25119":{},"25120":{},"25121":{},"25122":{},"25123":{},"25124":{},"25125":{},"25126":{},"25127":{},"25128":{},"25129":{},"25130":{},"25131":{}}}],["pleroma/entities/application.pleromaentity.activity",{"_index":6625,"name":{},"parent":{"25133":{}}}],["pleroma/entities/application.pleromaentity.activity.__type",{"_index":6626,"name":{},"parent":{"25134":{},"25135":{},"25136":{},"25137":{}}}],["pleroma/entities/application.pleromaentity.application",{"_index":6627,"name":{},"parent":{"25139":{}}}],["pleroma/entities/application.pleromaentity.application.__type",{"_index":6628,"name":{},"parent":{"25140":{},"25141":{},"25142":{}}}],["pleroma/entities/application.pleromaentity.attachment",{"_index":6629,"name":{},"parent":{"25144":{}}}],["pleroma/entities/application.pleromaentity.attachment.__type",{"_index":6630,"name":{},"parent":{"25145":{},"25146":{},"25147":{},"25148":{},"25149":{},"25150":{},"25151":{},"25152":{}}}],["pleroma/entities/application.pleromaentity.card",{"_index":6631,"name":{},"parent":{"25154":{}}}],["pleroma/entities/application.pleromaentity.card.__type",{"_index":6632,"name":{},"parent":{"25155":{},"25156":{},"25157":{},"25158":{},"25159":{},"25160":{},"25161":{},"25162":{},"25163":{},"25164":{},"25165":{},"25166":{},"25167":{}}}],["pleroma/entities/application.pleromaentity.context",{"_index":6649,"name":{},"parent":{"25247":{}}}],["pleroma/entities/application.pleromaentity.context.__type",{"_index":6650,"name":{},"parent":{"25248":{},"25249":{}}}],["pleroma/entities/application.pleromaentity.conversation",{"_index":6651,"name":{},"parent":{"25251":{}}}],["pleroma/entities/application.pleromaentity.conversation.__type",{"_index":6652,"name":{},"parent":{"25252":{},"25253":{},"25254":{},"25255":{}}}],["pleroma/entities/application.pleromaentity.emoji",{"_index":6619,"name":{},"parent":{"25098":{}}}],["pleroma/entities/application.pleromaentity.emoji.__type",{"_index":6620,"name":{},"parent":{"25099":{},"25100":{},"25101":{},"25102":{}}}],["pleroma/entities/application.pleromaentity.featuredtag",{"_index":6653,"name":{},"parent":{"25257":{}}}],["pleroma/entities/application.pleromaentity.featuredtag.__type",{"_index":6654,"name":{},"parent":{"25258":{},"25259":{},"25260":{},"25261":{}}}],["pleroma/entities/application.pleromaentity.field",{"_index":6655,"name":{},"parent":{"25263":{}}}],["pleroma/entities/application.pleromaentity.field.__type",{"_index":6656,"name":{},"parent":{"25264":{},"25265":{},"25266":{}}}],["pleroma/entities/application.pleromaentity.filter",{"_index":6657,"name":{},"parent":{"25268":{}}}],["pleroma/entities/application.pleromaentity.filter.__type",{"_index":6658,"name":{},"parent":{"25269":{},"25270":{},"25271":{},"25272":{},"25273":{},"25274":{}}}],["pleroma/entities/application.pleromaentity.history",{"_index":6635,"name":{},"parent":{"25175":{}}}],["pleroma/entities/application.pleromaentity.history.__type",{"_index":6636,"name":{},"parent":{"25176":{},"25177":{},"25178":{}}}],["pleroma/entities/application.pleromaentity.identityproof",{"_index":6659,"name":{},"parent":{"25276":{}}}],["pleroma/entities/application.pleromaentity.identityproof.__type",{"_index":6660,"name":{},"parent":{"25277":{},"25278":{},"25279":{},"25280":{},"25281":{}}}],["pleroma/entities/application.pleromaentity.instance",{"_index":6665,"name":{},"parent":{"25291":{}}}],["pleroma/entities/application.pleromaentity.instance.__type",{"_index":6666,"name":{},"parent":{"25292":{},"25293":{},"25294":{},"25295":{},"25296":{},"25297":{},"25298":{},"25299":{},"25300":{},"25301":{},"25302":{},"25303":{}}}],["pleroma/entities/application.pleromaentity.list",{"_index":6667,"name":{},"parent":{"25305":{}}}],["pleroma/entities/application.pleromaentity.list.__type",{"_index":6668,"name":{},"parent":{"25306":{},"25307":{}}}],["pleroma/entities/application.pleromaentity.marker",{"_index":6669,"name":{},"parent":{"25309":{}}}],["pleroma/entities/application.pleromaentity.marker.__type",{"_index":6670,"name":{},"parent":{"25310":{},"25311":{},"25315":{},"25316":{}}}],["pleroma/entities/application.pleromaentity.marker.__type.__type",{"_index":6671,"name":{},"parent":{"25312":{},"25313":{},"25314":{},"25317":{},"25318":{},"25319":{}}}],["pleroma/entities/application.pleromaentity.mention",{"_index":6633,"name":{},"parent":{"25169":{}}}],["pleroma/entities/application.pleromaentity.mention.__type",{"_index":6634,"name":{},"parent":{"25170":{},"25171":{},"25172":{},"25173":{}}}],["pleroma/entities/application.pleromaentity.notification",{"_index":6672,"name":{},"parent":{"25321":{}}}],["pleroma/entities/application.pleromaentity.notification.__type",{"_index":6673,"name":{},"parent":{"25322":{},"25323":{},"25324":{},"25325":{},"25326":{},"25327":{}}}],["pleroma/entities/application.pleromaentity.poll",{"_index":6641,"name":{},"parent":{"25189":{}}}],["pleroma/entities/application.pleromaentity.poll.__type",{"_index":6642,"name":{},"parent":{"25190":{},"25191":{},"25192":{},"25193":{},"25194":{},"25195":{},"25196":{}}}],["pleroma/entities/application.pleromaentity.polloption",{"_index":6639,"name":{},"parent":{"25185":{}}}],["pleroma/entities/application.pleromaentity.polloption.__type",{"_index":6640,"name":{},"parent":{"25186":{},"25187":{}}}],["pleroma/entities/application.pleromaentity.preferences",{"_index":6674,"name":{},"parent":{"25330":{}}}],["pleroma/entities/application.pleromaentity.preferences.__type",{"_index":6675,"name":{},"parent":{"25331":{},"25332":{},"25333":{},"25334":{},"25335":{}}}],["pleroma/entities/application.pleromaentity.pushsubscription",{"_index":6676,"name":{},"parent":{"25337":{}}}],["pleroma/entities/application.pleromaentity.pushsubscription.__type",{"_index":6677,"name":{},"parent":{"25338":{},"25339":{},"25340":{},"25341":{}}}],["pleroma/entities/application.pleromaentity.reaction",{"_index":6643,"name":{},"parent":{"25198":{}}}],["pleroma/entities/application.pleromaentity.reaction.__type",{"_index":6644,"name":{},"parent":{"25199":{},"25200":{},"25201":{},"25202":{}}}],["pleroma/entities/application.pleromaentity.relationship",{"_index":6678,"name":{},"parent":{"25343":{}}}],["pleroma/entities/application.pleromaentity.relationship.__type",{"_index":6679,"name":{},"parent":{"25344":{},"25345":{},"25346":{},"25347":{},"25348":{},"25349":{},"25350":{},"25351":{},"25352":{},"25353":{}}}],["pleroma/entities/application.pleromaentity.report",{"_index":6680,"name":{},"parent":{"25355":{}}}],["pleroma/entities/application.pleromaentity.report.__type",{"_index":6681,"name":{},"parent":{"25356":{},"25357":{},"25358":{},"25359":{},"25360":{}}}],["pleroma/entities/application.pleromaentity.results",{"_index":6682,"name":{},"parent":{"25362":{}}}],["pleroma/entities/application.pleromaentity.results.__type",{"_index":6683,"name":{},"parent":{"25363":{},"25364":{},"25365":{}}}],["pleroma/entities/application.pleromaentity.scheduledstatus",{"_index":6684,"name":{},"parent":{"25367":{}}}],["pleroma/entities/application.pleromaentity.scheduledstatus.__type",{"_index":6685,"name":{},"parent":{"25368":{},"25369":{},"25370":{},"25371":{}}}],["pleroma/entities/application.pleromaentity.source",{"_index":6621,"name":{},"parent":{"25104":{}}}],["pleroma/entities/application.pleromaentity.source.__type",{"_index":6622,"name":{},"parent":{"25105":{},"25106":{},"25107":{},"25108":{},"25109":{}}}],["pleroma/entities/application.pleromaentity.stats",{"_index":6663,"name":{},"parent":{"25286":{}}}],["pleroma/entities/application.pleromaentity.stats.__type",{"_index":6664,"name":{},"parent":{"25287":{},"25288":{},"25289":{}}}],["pleroma/entities/application.pleromaentity.status",{"_index":6645,"name":{},"parent":{"25204":{}}}],["pleroma/entities/application.pleromaentity.status.__type",{"_index":6646,"name":{},"parent":{"25205":{},"25206":{},"25207":{},"25208":{},"25209":{},"25210":{},"25211":{},"25212":{},"25213":{},"25214":{},"25215":{},"25216":{},"25217":{},"25218":{},"25219":{},"25220":{},"25221":{},"25222":{},"25223":{},"25224":{},"25225":{},"25226":{},"25227":{},"25228":{},"25229":{},"25230":{},"25231":{},"25232":{},"25233":{},"25234":{}}}],["pleroma/entities/application.pleromaentity.status.__type.__type",{"_index":6647,"name":{},"parent":{"25235":{},"25236":{},"25238":{},"25239":{},"25241":{},"25242":{},"25243":{},"25244":{},"25245":{}}}],["pleroma/entities/application.pleromaentity.status.__type.__type.__type",{"_index":6648,"name":{},"parent":{"25237":{},"25240":{}}}],["pleroma/entities/application.pleromaentity.statusparams",{"_index":6686,"name":{},"parent":{"25373":{}}}],["pleroma/entities/application.pleromaentity.statusparams.__type",{"_index":6687,"name":{},"parent":{"25374":{},"25375":{},"25376":{},"25377":{},"25378":{},"25379":{},"25380":{},"25381":{}}}],["pleroma/entities/application.pleromaentity.tag",{"_index":6637,"name":{},"parent":{"25180":{}}}],["pleroma/entities/application.pleromaentity.tag.__type",{"_index":6638,"name":{},"parent":{"25181":{},"25182":{},"25183":{}}}],["pleroma/entities/application.pleromaentity.token",{"_index":6688,"name":{},"parent":{"25383":{}}}],["pleroma/entities/application.pleromaentity.token.__type",{"_index":6689,"name":{},"parent":{"25384":{},"25385":{},"25386":{},"25387":{}}}],["pleroma/entities/application.pleromaentity.urls",{"_index":6661,"name":{},"parent":{"25283":{}}}],["pleroma/entities/application.pleromaentity.urls.__type",{"_index":6662,"name":{},"parent":{"25284":{}}}],["pleroma/entities/attachment",{"_index":447,"name":{"957":{}},"parent":{"25388":{}}}],["pleroma/entities/attachment.pleromaentity",{"_index":6690,"name":{},"parent":{"25389":{},"25395":{},"25402":{},"25424":{},"25430":{},"25435":{},"25445":{},"25460":{},"25466":{},"25471":{},"25476":{},"25480":{},"25489":{},"25495":{},"25538":{},"25542":{},"25548":{},"25554":{},"25559":{},"25567":{},"25574":{},"25577":{},"25582":{},"25596":{},"25600":{},"25612":{},"25620":{},"25621":{},"25628":{},"25634":{},"25646":{},"25653":{},"25658":{},"25664":{},"25674":{}}}],["pleroma/entities/attachment.pleromaentity.account",{"_index":6695,"name":{},"parent":{"25403":{}}}],["pleroma/entities/attachment.pleromaentity.account.__type",{"_index":6696,"name":{},"parent":{"25404":{},"25405":{},"25406":{},"25407":{},"25408":{},"25409":{},"25410":{},"25411":{},"25412":{},"25413":{},"25414":{},"25415":{},"25416":{},"25417":{},"25418":{},"25419":{},"25420":{},"25421":{},"25422":{},"25423":{}}}],["pleroma/entities/attachment.pleromaentity.activity",{"_index":6697,"name":{},"parent":{"25425":{}}}],["pleroma/entities/attachment.pleromaentity.activity.__type",{"_index":6698,"name":{},"parent":{"25426":{},"25427":{},"25428":{},"25429":{}}}],["pleroma/entities/attachment.pleromaentity.application",{"_index":6699,"name":{},"parent":{"25431":{}}}],["pleroma/entities/attachment.pleromaentity.application.__type",{"_index":6700,"name":{},"parent":{"25432":{},"25433":{},"25434":{}}}],["pleroma/entities/attachment.pleromaentity.attachment",{"_index":6701,"name":{},"parent":{"25436":{}}}],["pleroma/entities/attachment.pleromaentity.attachment.__type",{"_index":6702,"name":{},"parent":{"25437":{},"25438":{},"25439":{},"25440":{},"25441":{},"25442":{},"25443":{},"25444":{}}}],["pleroma/entities/attachment.pleromaentity.card",{"_index":6703,"name":{},"parent":{"25446":{}}}],["pleroma/entities/attachment.pleromaentity.card.__type",{"_index":6704,"name":{},"parent":{"25447":{},"25448":{},"25449":{},"25450":{},"25451":{},"25452":{},"25453":{},"25454":{},"25455":{},"25456":{},"25457":{},"25458":{},"25459":{}}}],["pleroma/entities/attachment.pleromaentity.context",{"_index":6721,"name":{},"parent":{"25539":{}}}],["pleroma/entities/attachment.pleromaentity.context.__type",{"_index":6722,"name":{},"parent":{"25540":{},"25541":{}}}],["pleroma/entities/attachment.pleromaentity.conversation",{"_index":6723,"name":{},"parent":{"25543":{}}}],["pleroma/entities/attachment.pleromaentity.conversation.__type",{"_index":6724,"name":{},"parent":{"25544":{},"25545":{},"25546":{},"25547":{}}}],["pleroma/entities/attachment.pleromaentity.emoji",{"_index":6691,"name":{},"parent":{"25390":{}}}],["pleroma/entities/attachment.pleromaentity.emoji.__type",{"_index":6692,"name":{},"parent":{"25391":{},"25392":{},"25393":{},"25394":{}}}],["pleroma/entities/attachment.pleromaentity.featuredtag",{"_index":6725,"name":{},"parent":{"25549":{}}}],["pleroma/entities/attachment.pleromaentity.featuredtag.__type",{"_index":6726,"name":{},"parent":{"25550":{},"25551":{},"25552":{},"25553":{}}}],["pleroma/entities/attachment.pleromaentity.field",{"_index":6727,"name":{},"parent":{"25555":{}}}],["pleroma/entities/attachment.pleromaentity.field.__type",{"_index":6728,"name":{},"parent":{"25556":{},"25557":{},"25558":{}}}],["pleroma/entities/attachment.pleromaentity.filter",{"_index":6729,"name":{},"parent":{"25560":{}}}],["pleroma/entities/attachment.pleromaentity.filter.__type",{"_index":6730,"name":{},"parent":{"25561":{},"25562":{},"25563":{},"25564":{},"25565":{},"25566":{}}}],["pleroma/entities/attachment.pleromaentity.history",{"_index":6707,"name":{},"parent":{"25467":{}}}],["pleroma/entities/attachment.pleromaentity.history.__type",{"_index":6708,"name":{},"parent":{"25468":{},"25469":{},"25470":{}}}],["pleroma/entities/attachment.pleromaentity.identityproof",{"_index":6731,"name":{},"parent":{"25568":{}}}],["pleroma/entities/attachment.pleromaentity.identityproof.__type",{"_index":6732,"name":{},"parent":{"25569":{},"25570":{},"25571":{},"25572":{},"25573":{}}}],["pleroma/entities/attachment.pleromaentity.instance",{"_index":6737,"name":{},"parent":{"25583":{}}}],["pleroma/entities/attachment.pleromaentity.instance.__type",{"_index":6738,"name":{},"parent":{"25584":{},"25585":{},"25586":{},"25587":{},"25588":{},"25589":{},"25590":{},"25591":{},"25592":{},"25593":{},"25594":{},"25595":{}}}],["pleroma/entities/attachment.pleromaentity.list",{"_index":6739,"name":{},"parent":{"25597":{}}}],["pleroma/entities/attachment.pleromaentity.list.__type",{"_index":6740,"name":{},"parent":{"25598":{},"25599":{}}}],["pleroma/entities/attachment.pleromaentity.marker",{"_index":6741,"name":{},"parent":{"25601":{}}}],["pleroma/entities/attachment.pleromaentity.marker.__type",{"_index":6742,"name":{},"parent":{"25602":{},"25603":{},"25607":{},"25608":{}}}],["pleroma/entities/attachment.pleromaentity.marker.__type.__type",{"_index":6743,"name":{},"parent":{"25604":{},"25605":{},"25606":{},"25609":{},"25610":{},"25611":{}}}],["pleroma/entities/attachment.pleromaentity.mention",{"_index":6705,"name":{},"parent":{"25461":{}}}],["pleroma/entities/attachment.pleromaentity.mention.__type",{"_index":6706,"name":{},"parent":{"25462":{},"25463":{},"25464":{},"25465":{}}}],["pleroma/entities/attachment.pleromaentity.notification",{"_index":6744,"name":{},"parent":{"25613":{}}}],["pleroma/entities/attachment.pleromaentity.notification.__type",{"_index":6745,"name":{},"parent":{"25614":{},"25615":{},"25616":{},"25617":{},"25618":{},"25619":{}}}],["pleroma/entities/attachment.pleromaentity.poll",{"_index":6713,"name":{},"parent":{"25481":{}}}],["pleroma/entities/attachment.pleromaentity.poll.__type",{"_index":6714,"name":{},"parent":{"25482":{},"25483":{},"25484":{},"25485":{},"25486":{},"25487":{},"25488":{}}}],["pleroma/entities/attachment.pleromaentity.polloption",{"_index":6711,"name":{},"parent":{"25477":{}}}],["pleroma/entities/attachment.pleromaentity.polloption.__type",{"_index":6712,"name":{},"parent":{"25478":{},"25479":{}}}],["pleroma/entities/attachment.pleromaentity.preferences",{"_index":6746,"name":{},"parent":{"25622":{}}}],["pleroma/entities/attachment.pleromaentity.preferences.__type",{"_index":6747,"name":{},"parent":{"25623":{},"25624":{},"25625":{},"25626":{},"25627":{}}}],["pleroma/entities/attachment.pleromaentity.pushsubscription",{"_index":6748,"name":{},"parent":{"25629":{}}}],["pleroma/entities/attachment.pleromaentity.pushsubscription.__type",{"_index":6749,"name":{},"parent":{"25630":{},"25631":{},"25632":{},"25633":{}}}],["pleroma/entities/attachment.pleromaentity.reaction",{"_index":6715,"name":{},"parent":{"25490":{}}}],["pleroma/entities/attachment.pleromaentity.reaction.__type",{"_index":6716,"name":{},"parent":{"25491":{},"25492":{},"25493":{},"25494":{}}}],["pleroma/entities/attachment.pleromaentity.relationship",{"_index":6750,"name":{},"parent":{"25635":{}}}],["pleroma/entities/attachment.pleromaentity.relationship.__type",{"_index":6751,"name":{},"parent":{"25636":{},"25637":{},"25638":{},"25639":{},"25640":{},"25641":{},"25642":{},"25643":{},"25644":{},"25645":{}}}],["pleroma/entities/attachment.pleromaentity.report",{"_index":6752,"name":{},"parent":{"25647":{}}}],["pleroma/entities/attachment.pleromaentity.report.__type",{"_index":6753,"name":{},"parent":{"25648":{},"25649":{},"25650":{},"25651":{},"25652":{}}}],["pleroma/entities/attachment.pleromaentity.results",{"_index":6754,"name":{},"parent":{"25654":{}}}],["pleroma/entities/attachment.pleromaentity.results.__type",{"_index":6755,"name":{},"parent":{"25655":{},"25656":{},"25657":{}}}],["pleroma/entities/attachment.pleromaentity.scheduledstatus",{"_index":6756,"name":{},"parent":{"25659":{}}}],["pleroma/entities/attachment.pleromaentity.scheduledstatus.__type",{"_index":6757,"name":{},"parent":{"25660":{},"25661":{},"25662":{},"25663":{}}}],["pleroma/entities/attachment.pleromaentity.source",{"_index":6693,"name":{},"parent":{"25396":{}}}],["pleroma/entities/attachment.pleromaentity.source.__type",{"_index":6694,"name":{},"parent":{"25397":{},"25398":{},"25399":{},"25400":{},"25401":{}}}],["pleroma/entities/attachment.pleromaentity.stats",{"_index":6735,"name":{},"parent":{"25578":{}}}],["pleroma/entities/attachment.pleromaentity.stats.__type",{"_index":6736,"name":{},"parent":{"25579":{},"25580":{},"25581":{}}}],["pleroma/entities/attachment.pleromaentity.status",{"_index":6717,"name":{},"parent":{"25496":{}}}],["pleroma/entities/attachment.pleromaentity.status.__type",{"_index":6718,"name":{},"parent":{"25497":{},"25498":{},"25499":{},"25500":{},"25501":{},"25502":{},"25503":{},"25504":{},"25505":{},"25506":{},"25507":{},"25508":{},"25509":{},"25510":{},"25511":{},"25512":{},"25513":{},"25514":{},"25515":{},"25516":{},"25517":{},"25518":{},"25519":{},"25520":{},"25521":{},"25522":{},"25523":{},"25524":{},"25525":{},"25526":{}}}],["pleroma/entities/attachment.pleromaentity.status.__type.__type",{"_index":6719,"name":{},"parent":{"25527":{},"25528":{},"25530":{},"25531":{},"25533":{},"25534":{},"25535":{},"25536":{},"25537":{}}}],["pleroma/entities/attachment.pleromaentity.status.__type.__type.__type",{"_index":6720,"name":{},"parent":{"25529":{},"25532":{}}}],["pleroma/entities/attachment.pleromaentity.statusparams",{"_index":6758,"name":{},"parent":{"25665":{}}}],["pleroma/entities/attachment.pleromaentity.statusparams.__type",{"_index":6759,"name":{},"parent":{"25666":{},"25667":{},"25668":{},"25669":{},"25670":{},"25671":{},"25672":{},"25673":{}}}],["pleroma/entities/attachment.pleromaentity.tag",{"_index":6709,"name":{},"parent":{"25472":{}}}],["pleroma/entities/attachment.pleromaentity.tag.__type",{"_index":6710,"name":{},"parent":{"25473":{},"25474":{},"25475":{}}}],["pleroma/entities/attachment.pleromaentity.token",{"_index":6760,"name":{},"parent":{"25675":{}}}],["pleroma/entities/attachment.pleromaentity.token.__type",{"_index":6761,"name":{},"parent":{"25676":{},"25677":{},"25678":{},"25679":{}}}],["pleroma/entities/attachment.pleromaentity.urls",{"_index":6733,"name":{},"parent":{"25575":{}}}],["pleroma/entities/attachment.pleromaentity.urls.__type",{"_index":6734,"name":{},"parent":{"25576":{}}}],["pleroma/entities/card",{"_index":448,"name":{"958":{}},"parent":{"25680":{}}}],["pleroma/entities/card.pleromaentity",{"_index":6762,"name":{},"parent":{"25681":{},"25687":{},"25694":{},"25716":{},"25722":{},"25727":{},"25737":{},"25752":{},"25758":{},"25763":{},"25768":{},"25772":{},"25781":{},"25787":{},"25830":{},"25834":{},"25840":{},"25846":{},"25851":{},"25859":{},"25866":{},"25869":{},"25874":{},"25888":{},"25892":{},"25904":{},"25912":{},"25913":{},"25920":{},"25926":{},"25938":{},"25945":{},"25950":{},"25956":{},"25966":{}}}],["pleroma/entities/card.pleromaentity.account",{"_index":6767,"name":{},"parent":{"25695":{}}}],["pleroma/entities/card.pleromaentity.account.__type",{"_index":6768,"name":{},"parent":{"25696":{},"25697":{},"25698":{},"25699":{},"25700":{},"25701":{},"25702":{},"25703":{},"25704":{},"25705":{},"25706":{},"25707":{},"25708":{},"25709":{},"25710":{},"25711":{},"25712":{},"25713":{},"25714":{},"25715":{}}}],["pleroma/entities/card.pleromaentity.activity",{"_index":6769,"name":{},"parent":{"25717":{}}}],["pleroma/entities/card.pleromaentity.activity.__type",{"_index":6770,"name":{},"parent":{"25718":{},"25719":{},"25720":{},"25721":{}}}],["pleroma/entities/card.pleromaentity.application",{"_index":6771,"name":{},"parent":{"25723":{}}}],["pleroma/entities/card.pleromaentity.application.__type",{"_index":6772,"name":{},"parent":{"25724":{},"25725":{},"25726":{}}}],["pleroma/entities/card.pleromaentity.attachment",{"_index":6773,"name":{},"parent":{"25728":{}}}],["pleroma/entities/card.pleromaentity.attachment.__type",{"_index":6774,"name":{},"parent":{"25729":{},"25730":{},"25731":{},"25732":{},"25733":{},"25734":{},"25735":{},"25736":{}}}],["pleroma/entities/card.pleromaentity.card",{"_index":6775,"name":{},"parent":{"25738":{}}}],["pleroma/entities/card.pleromaentity.card.__type",{"_index":6776,"name":{},"parent":{"25739":{},"25740":{},"25741":{},"25742":{},"25743":{},"25744":{},"25745":{},"25746":{},"25747":{},"25748":{},"25749":{},"25750":{},"25751":{}}}],["pleroma/entities/card.pleromaentity.context",{"_index":6793,"name":{},"parent":{"25831":{}}}],["pleroma/entities/card.pleromaentity.context.__type",{"_index":6794,"name":{},"parent":{"25832":{},"25833":{}}}],["pleroma/entities/card.pleromaentity.conversation",{"_index":6795,"name":{},"parent":{"25835":{}}}],["pleroma/entities/card.pleromaentity.conversation.__type",{"_index":6796,"name":{},"parent":{"25836":{},"25837":{},"25838":{},"25839":{}}}],["pleroma/entities/card.pleromaentity.emoji",{"_index":6763,"name":{},"parent":{"25682":{}}}],["pleroma/entities/card.pleromaentity.emoji.__type",{"_index":6764,"name":{},"parent":{"25683":{},"25684":{},"25685":{},"25686":{}}}],["pleroma/entities/card.pleromaentity.featuredtag",{"_index":6797,"name":{},"parent":{"25841":{}}}],["pleroma/entities/card.pleromaentity.featuredtag.__type",{"_index":6798,"name":{},"parent":{"25842":{},"25843":{},"25844":{},"25845":{}}}],["pleroma/entities/card.pleromaentity.field",{"_index":6799,"name":{},"parent":{"25847":{}}}],["pleroma/entities/card.pleromaentity.field.__type",{"_index":6800,"name":{},"parent":{"25848":{},"25849":{},"25850":{}}}],["pleroma/entities/card.pleromaentity.filter",{"_index":6801,"name":{},"parent":{"25852":{}}}],["pleroma/entities/card.pleromaentity.filter.__type",{"_index":6802,"name":{},"parent":{"25853":{},"25854":{},"25855":{},"25856":{},"25857":{},"25858":{}}}],["pleroma/entities/card.pleromaentity.history",{"_index":6779,"name":{},"parent":{"25759":{}}}],["pleroma/entities/card.pleromaentity.history.__type",{"_index":6780,"name":{},"parent":{"25760":{},"25761":{},"25762":{}}}],["pleroma/entities/card.pleromaentity.identityproof",{"_index":6803,"name":{},"parent":{"25860":{}}}],["pleroma/entities/card.pleromaentity.identityproof.__type",{"_index":6804,"name":{},"parent":{"25861":{},"25862":{},"25863":{},"25864":{},"25865":{}}}],["pleroma/entities/card.pleromaentity.instance",{"_index":6809,"name":{},"parent":{"25875":{}}}],["pleroma/entities/card.pleromaentity.instance.__type",{"_index":6810,"name":{},"parent":{"25876":{},"25877":{},"25878":{},"25879":{},"25880":{},"25881":{},"25882":{},"25883":{},"25884":{},"25885":{},"25886":{},"25887":{}}}],["pleroma/entities/card.pleromaentity.list",{"_index":6811,"name":{},"parent":{"25889":{}}}],["pleroma/entities/card.pleromaentity.list.__type",{"_index":6812,"name":{},"parent":{"25890":{},"25891":{}}}],["pleroma/entities/card.pleromaentity.marker",{"_index":6813,"name":{},"parent":{"25893":{}}}],["pleroma/entities/card.pleromaentity.marker.__type",{"_index":6814,"name":{},"parent":{"25894":{},"25895":{},"25899":{},"25900":{}}}],["pleroma/entities/card.pleromaentity.marker.__type.__type",{"_index":6815,"name":{},"parent":{"25896":{},"25897":{},"25898":{},"25901":{},"25902":{},"25903":{}}}],["pleroma/entities/card.pleromaentity.mention",{"_index":6777,"name":{},"parent":{"25753":{}}}],["pleroma/entities/card.pleromaentity.mention.__type",{"_index":6778,"name":{},"parent":{"25754":{},"25755":{},"25756":{},"25757":{}}}],["pleroma/entities/card.pleromaentity.notification",{"_index":6816,"name":{},"parent":{"25905":{}}}],["pleroma/entities/card.pleromaentity.notification.__type",{"_index":6817,"name":{},"parent":{"25906":{},"25907":{},"25908":{},"25909":{},"25910":{},"25911":{}}}],["pleroma/entities/card.pleromaentity.poll",{"_index":6785,"name":{},"parent":{"25773":{}}}],["pleroma/entities/card.pleromaentity.poll.__type",{"_index":6786,"name":{},"parent":{"25774":{},"25775":{},"25776":{},"25777":{},"25778":{},"25779":{},"25780":{}}}],["pleroma/entities/card.pleromaentity.polloption",{"_index":6783,"name":{},"parent":{"25769":{}}}],["pleroma/entities/card.pleromaentity.polloption.__type",{"_index":6784,"name":{},"parent":{"25770":{},"25771":{}}}],["pleroma/entities/card.pleromaentity.preferences",{"_index":6818,"name":{},"parent":{"25914":{}}}],["pleroma/entities/card.pleromaentity.preferences.__type",{"_index":6819,"name":{},"parent":{"25915":{},"25916":{},"25917":{},"25918":{},"25919":{}}}],["pleroma/entities/card.pleromaentity.pushsubscription",{"_index":6820,"name":{},"parent":{"25921":{}}}],["pleroma/entities/card.pleromaentity.pushsubscription.__type",{"_index":6821,"name":{},"parent":{"25922":{},"25923":{},"25924":{},"25925":{}}}],["pleroma/entities/card.pleromaentity.reaction",{"_index":6787,"name":{},"parent":{"25782":{}}}],["pleroma/entities/card.pleromaentity.reaction.__type",{"_index":6788,"name":{},"parent":{"25783":{},"25784":{},"25785":{},"25786":{}}}],["pleroma/entities/card.pleromaentity.relationship",{"_index":6822,"name":{},"parent":{"25927":{}}}],["pleroma/entities/card.pleromaentity.relationship.__type",{"_index":6823,"name":{},"parent":{"25928":{},"25929":{},"25930":{},"25931":{},"25932":{},"25933":{},"25934":{},"25935":{},"25936":{},"25937":{}}}],["pleroma/entities/card.pleromaentity.report",{"_index":6824,"name":{},"parent":{"25939":{}}}],["pleroma/entities/card.pleromaentity.report.__type",{"_index":6825,"name":{},"parent":{"25940":{},"25941":{},"25942":{},"25943":{},"25944":{}}}],["pleroma/entities/card.pleromaentity.results",{"_index":6826,"name":{},"parent":{"25946":{}}}],["pleroma/entities/card.pleromaentity.results.__type",{"_index":6827,"name":{},"parent":{"25947":{},"25948":{},"25949":{}}}],["pleroma/entities/card.pleromaentity.scheduledstatus",{"_index":6828,"name":{},"parent":{"25951":{}}}],["pleroma/entities/card.pleromaentity.scheduledstatus.__type",{"_index":6829,"name":{},"parent":{"25952":{},"25953":{},"25954":{},"25955":{}}}],["pleroma/entities/card.pleromaentity.source",{"_index":6765,"name":{},"parent":{"25688":{}}}],["pleroma/entities/card.pleromaentity.source.__type",{"_index":6766,"name":{},"parent":{"25689":{},"25690":{},"25691":{},"25692":{},"25693":{}}}],["pleroma/entities/card.pleromaentity.stats",{"_index":6807,"name":{},"parent":{"25870":{}}}],["pleroma/entities/card.pleromaentity.stats.__type",{"_index":6808,"name":{},"parent":{"25871":{},"25872":{},"25873":{}}}],["pleroma/entities/card.pleromaentity.status",{"_index":6789,"name":{},"parent":{"25788":{}}}],["pleroma/entities/card.pleromaentity.status.__type",{"_index":6790,"name":{},"parent":{"25789":{},"25790":{},"25791":{},"25792":{},"25793":{},"25794":{},"25795":{},"25796":{},"25797":{},"25798":{},"25799":{},"25800":{},"25801":{},"25802":{},"25803":{},"25804":{},"25805":{},"25806":{},"25807":{},"25808":{},"25809":{},"25810":{},"25811":{},"25812":{},"25813":{},"25814":{},"25815":{},"25816":{},"25817":{},"25818":{}}}],["pleroma/entities/card.pleromaentity.status.__type.__type",{"_index":6791,"name":{},"parent":{"25819":{},"25820":{},"25822":{},"25823":{},"25825":{},"25826":{},"25827":{},"25828":{},"25829":{}}}],["pleroma/entities/card.pleromaentity.status.__type.__type.__type",{"_index":6792,"name":{},"parent":{"25821":{},"25824":{}}}],["pleroma/entities/card.pleromaentity.statusparams",{"_index":6830,"name":{},"parent":{"25957":{}}}],["pleroma/entities/card.pleromaentity.statusparams.__type",{"_index":6831,"name":{},"parent":{"25958":{},"25959":{},"25960":{},"25961":{},"25962":{},"25963":{},"25964":{},"25965":{}}}],["pleroma/entities/card.pleromaentity.tag",{"_index":6781,"name":{},"parent":{"25764":{}}}],["pleroma/entities/card.pleromaentity.tag.__type",{"_index":6782,"name":{},"parent":{"25765":{},"25766":{},"25767":{}}}],["pleroma/entities/card.pleromaentity.token",{"_index":6832,"name":{},"parent":{"25967":{}}}],["pleroma/entities/card.pleromaentity.token.__type",{"_index":6833,"name":{},"parent":{"25968":{},"25969":{},"25970":{},"25971":{}}}],["pleroma/entities/card.pleromaentity.urls",{"_index":6805,"name":{},"parent":{"25867":{}}}],["pleroma/entities/card.pleromaentity.urls.__type",{"_index":6806,"name":{},"parent":{"25868":{}}}],["pleroma/entities/context",{"_index":449,"name":{"959":{}},"parent":{"25972":{}}}],["pleroma/entities/context.pleromaentity",{"_index":6834,"name":{},"parent":{"25973":{},"25979":{},"25986":{},"26008":{},"26014":{},"26019":{},"26029":{},"26044":{},"26050":{},"26055":{},"26060":{},"26064":{},"26073":{},"26079":{},"26122":{},"26126":{},"26132":{},"26138":{},"26143":{},"26151":{},"26158":{},"26161":{},"26166":{},"26180":{},"26184":{},"26196":{},"26204":{},"26205":{},"26212":{},"26218":{},"26230":{},"26237":{},"26242":{},"26248":{},"26258":{}}}],["pleroma/entities/context.pleromaentity.account",{"_index":6839,"name":{},"parent":{"25987":{}}}],["pleroma/entities/context.pleromaentity.account.__type",{"_index":6840,"name":{},"parent":{"25988":{},"25989":{},"25990":{},"25991":{},"25992":{},"25993":{},"25994":{},"25995":{},"25996":{},"25997":{},"25998":{},"25999":{},"26000":{},"26001":{},"26002":{},"26003":{},"26004":{},"26005":{},"26006":{},"26007":{}}}],["pleroma/entities/context.pleromaentity.activity",{"_index":6841,"name":{},"parent":{"26009":{}}}],["pleroma/entities/context.pleromaentity.activity.__type",{"_index":6842,"name":{},"parent":{"26010":{},"26011":{},"26012":{},"26013":{}}}],["pleroma/entities/context.pleromaentity.application",{"_index":6843,"name":{},"parent":{"26015":{}}}],["pleroma/entities/context.pleromaentity.application.__type",{"_index":6844,"name":{},"parent":{"26016":{},"26017":{},"26018":{}}}],["pleroma/entities/context.pleromaentity.attachment",{"_index":6845,"name":{},"parent":{"26020":{}}}],["pleroma/entities/context.pleromaentity.attachment.__type",{"_index":6846,"name":{},"parent":{"26021":{},"26022":{},"26023":{},"26024":{},"26025":{},"26026":{},"26027":{},"26028":{}}}],["pleroma/entities/context.pleromaentity.card",{"_index":6847,"name":{},"parent":{"26030":{}}}],["pleroma/entities/context.pleromaentity.card.__type",{"_index":6848,"name":{},"parent":{"26031":{},"26032":{},"26033":{},"26034":{},"26035":{},"26036":{},"26037":{},"26038":{},"26039":{},"26040":{},"26041":{},"26042":{},"26043":{}}}],["pleroma/entities/context.pleromaentity.context",{"_index":6865,"name":{},"parent":{"26123":{}}}],["pleroma/entities/context.pleromaentity.context.__type",{"_index":6866,"name":{},"parent":{"26124":{},"26125":{}}}],["pleroma/entities/context.pleromaentity.conversation",{"_index":6867,"name":{},"parent":{"26127":{}}}],["pleroma/entities/context.pleromaentity.conversation.__type",{"_index":6868,"name":{},"parent":{"26128":{},"26129":{},"26130":{},"26131":{}}}],["pleroma/entities/context.pleromaentity.emoji",{"_index":6835,"name":{},"parent":{"25974":{}}}],["pleroma/entities/context.pleromaentity.emoji.__type",{"_index":6836,"name":{},"parent":{"25975":{},"25976":{},"25977":{},"25978":{}}}],["pleroma/entities/context.pleromaentity.featuredtag",{"_index":6869,"name":{},"parent":{"26133":{}}}],["pleroma/entities/context.pleromaentity.featuredtag.__type",{"_index":6870,"name":{},"parent":{"26134":{},"26135":{},"26136":{},"26137":{}}}],["pleroma/entities/context.pleromaentity.field",{"_index":6871,"name":{},"parent":{"26139":{}}}],["pleroma/entities/context.pleromaentity.field.__type",{"_index":6872,"name":{},"parent":{"26140":{},"26141":{},"26142":{}}}],["pleroma/entities/context.pleromaentity.filter",{"_index":6873,"name":{},"parent":{"26144":{}}}],["pleroma/entities/context.pleromaentity.filter.__type",{"_index":6874,"name":{},"parent":{"26145":{},"26146":{},"26147":{},"26148":{},"26149":{},"26150":{}}}],["pleroma/entities/context.pleromaentity.history",{"_index":6851,"name":{},"parent":{"26051":{}}}],["pleroma/entities/context.pleromaentity.history.__type",{"_index":6852,"name":{},"parent":{"26052":{},"26053":{},"26054":{}}}],["pleroma/entities/context.pleromaentity.identityproof",{"_index":6875,"name":{},"parent":{"26152":{}}}],["pleroma/entities/context.pleromaentity.identityproof.__type",{"_index":6876,"name":{},"parent":{"26153":{},"26154":{},"26155":{},"26156":{},"26157":{}}}],["pleroma/entities/context.pleromaentity.instance",{"_index":6881,"name":{},"parent":{"26167":{}}}],["pleroma/entities/context.pleromaentity.instance.__type",{"_index":6882,"name":{},"parent":{"26168":{},"26169":{},"26170":{},"26171":{},"26172":{},"26173":{},"26174":{},"26175":{},"26176":{},"26177":{},"26178":{},"26179":{}}}],["pleroma/entities/context.pleromaentity.list",{"_index":6883,"name":{},"parent":{"26181":{}}}],["pleroma/entities/context.pleromaentity.list.__type",{"_index":6884,"name":{},"parent":{"26182":{},"26183":{}}}],["pleroma/entities/context.pleromaentity.marker",{"_index":6885,"name":{},"parent":{"26185":{}}}],["pleroma/entities/context.pleromaentity.marker.__type",{"_index":6886,"name":{},"parent":{"26186":{},"26187":{},"26191":{},"26192":{}}}],["pleroma/entities/context.pleromaentity.marker.__type.__type",{"_index":6887,"name":{},"parent":{"26188":{},"26189":{},"26190":{},"26193":{},"26194":{},"26195":{}}}],["pleroma/entities/context.pleromaentity.mention",{"_index":6849,"name":{},"parent":{"26045":{}}}],["pleroma/entities/context.pleromaentity.mention.__type",{"_index":6850,"name":{},"parent":{"26046":{},"26047":{},"26048":{},"26049":{}}}],["pleroma/entities/context.pleromaentity.notification",{"_index":6888,"name":{},"parent":{"26197":{}}}],["pleroma/entities/context.pleromaentity.notification.__type",{"_index":6889,"name":{},"parent":{"26198":{},"26199":{},"26200":{},"26201":{},"26202":{},"26203":{}}}],["pleroma/entities/context.pleromaentity.poll",{"_index":6857,"name":{},"parent":{"26065":{}}}],["pleroma/entities/context.pleromaentity.poll.__type",{"_index":6858,"name":{},"parent":{"26066":{},"26067":{},"26068":{},"26069":{},"26070":{},"26071":{},"26072":{}}}],["pleroma/entities/context.pleromaentity.polloption",{"_index":6855,"name":{},"parent":{"26061":{}}}],["pleroma/entities/context.pleromaentity.polloption.__type",{"_index":6856,"name":{},"parent":{"26062":{},"26063":{}}}],["pleroma/entities/context.pleromaentity.preferences",{"_index":6890,"name":{},"parent":{"26206":{}}}],["pleroma/entities/context.pleromaentity.preferences.__type",{"_index":6891,"name":{},"parent":{"26207":{},"26208":{},"26209":{},"26210":{},"26211":{}}}],["pleroma/entities/context.pleromaentity.pushsubscription",{"_index":6892,"name":{},"parent":{"26213":{}}}],["pleroma/entities/context.pleromaentity.pushsubscription.__type",{"_index":6893,"name":{},"parent":{"26214":{},"26215":{},"26216":{},"26217":{}}}],["pleroma/entities/context.pleromaentity.reaction",{"_index":6859,"name":{},"parent":{"26074":{}}}],["pleroma/entities/context.pleromaentity.reaction.__type",{"_index":6860,"name":{},"parent":{"26075":{},"26076":{},"26077":{},"26078":{}}}],["pleroma/entities/context.pleromaentity.relationship",{"_index":6894,"name":{},"parent":{"26219":{}}}],["pleroma/entities/context.pleromaentity.relationship.__type",{"_index":6895,"name":{},"parent":{"26220":{},"26221":{},"26222":{},"26223":{},"26224":{},"26225":{},"26226":{},"26227":{},"26228":{},"26229":{}}}],["pleroma/entities/context.pleromaentity.report",{"_index":6896,"name":{},"parent":{"26231":{}}}],["pleroma/entities/context.pleromaentity.report.__type",{"_index":6897,"name":{},"parent":{"26232":{},"26233":{},"26234":{},"26235":{},"26236":{}}}],["pleroma/entities/context.pleromaentity.results",{"_index":6898,"name":{},"parent":{"26238":{}}}],["pleroma/entities/context.pleromaentity.results.__type",{"_index":6899,"name":{},"parent":{"26239":{},"26240":{},"26241":{}}}],["pleroma/entities/context.pleromaentity.scheduledstatus",{"_index":6900,"name":{},"parent":{"26243":{}}}],["pleroma/entities/context.pleromaentity.scheduledstatus.__type",{"_index":6901,"name":{},"parent":{"26244":{},"26245":{},"26246":{},"26247":{}}}],["pleroma/entities/context.pleromaentity.source",{"_index":6837,"name":{},"parent":{"25980":{}}}],["pleroma/entities/context.pleromaentity.source.__type",{"_index":6838,"name":{},"parent":{"25981":{},"25982":{},"25983":{},"25984":{},"25985":{}}}],["pleroma/entities/context.pleromaentity.stats",{"_index":6879,"name":{},"parent":{"26162":{}}}],["pleroma/entities/context.pleromaentity.stats.__type",{"_index":6880,"name":{},"parent":{"26163":{},"26164":{},"26165":{}}}],["pleroma/entities/context.pleromaentity.status",{"_index":6861,"name":{},"parent":{"26080":{}}}],["pleroma/entities/context.pleromaentity.status.__type",{"_index":6862,"name":{},"parent":{"26081":{},"26082":{},"26083":{},"26084":{},"26085":{},"26086":{},"26087":{},"26088":{},"26089":{},"26090":{},"26091":{},"26092":{},"26093":{},"26094":{},"26095":{},"26096":{},"26097":{},"26098":{},"26099":{},"26100":{},"26101":{},"26102":{},"26103":{},"26104":{},"26105":{},"26106":{},"26107":{},"26108":{},"26109":{},"26110":{}}}],["pleroma/entities/context.pleromaentity.status.__type.__type",{"_index":6863,"name":{},"parent":{"26111":{},"26112":{},"26114":{},"26115":{},"26117":{},"26118":{},"26119":{},"26120":{},"26121":{}}}],["pleroma/entities/context.pleromaentity.status.__type.__type.__type",{"_index":6864,"name":{},"parent":{"26113":{},"26116":{}}}],["pleroma/entities/context.pleromaentity.statusparams",{"_index":6902,"name":{},"parent":{"26249":{}}}],["pleroma/entities/context.pleromaentity.statusparams.__type",{"_index":6903,"name":{},"parent":{"26250":{},"26251":{},"26252":{},"26253":{},"26254":{},"26255":{},"26256":{},"26257":{}}}],["pleroma/entities/context.pleromaentity.tag",{"_index":6853,"name":{},"parent":{"26056":{}}}],["pleroma/entities/context.pleromaentity.tag.__type",{"_index":6854,"name":{},"parent":{"26057":{},"26058":{},"26059":{}}}],["pleroma/entities/context.pleromaentity.token",{"_index":6904,"name":{},"parent":{"26259":{}}}],["pleroma/entities/context.pleromaentity.token.__type",{"_index":6905,"name":{},"parent":{"26260":{},"26261":{},"26262":{},"26263":{}}}],["pleroma/entities/context.pleromaentity.urls",{"_index":6877,"name":{},"parent":{"26159":{}}}],["pleroma/entities/context.pleromaentity.urls.__type",{"_index":6878,"name":{},"parent":{"26160":{}}}],["pleroma/entities/conversation",{"_index":450,"name":{"960":{}},"parent":{"26264":{}}}],["pleroma/entities/conversation.pleromaentity",{"_index":6906,"name":{},"parent":{"26265":{},"26271":{},"26278":{},"26300":{},"26306":{},"26311":{},"26321":{},"26336":{},"26342":{},"26347":{},"26352":{},"26356":{},"26365":{},"26371":{},"26414":{},"26418":{},"26424":{},"26430":{},"26435":{},"26443":{},"26450":{},"26453":{},"26458":{},"26472":{},"26476":{},"26488":{},"26496":{},"26497":{},"26504":{},"26510":{},"26522":{},"26529":{},"26534":{},"26540":{},"26550":{}}}],["pleroma/entities/conversation.pleromaentity.account",{"_index":6911,"name":{},"parent":{"26279":{}}}],["pleroma/entities/conversation.pleromaentity.account.__type",{"_index":6912,"name":{},"parent":{"26280":{},"26281":{},"26282":{},"26283":{},"26284":{},"26285":{},"26286":{},"26287":{},"26288":{},"26289":{},"26290":{},"26291":{},"26292":{},"26293":{},"26294":{},"26295":{},"26296":{},"26297":{},"26298":{},"26299":{}}}],["pleroma/entities/conversation.pleromaentity.activity",{"_index":6913,"name":{},"parent":{"26301":{}}}],["pleroma/entities/conversation.pleromaentity.activity.__type",{"_index":6914,"name":{},"parent":{"26302":{},"26303":{},"26304":{},"26305":{}}}],["pleroma/entities/conversation.pleromaentity.application",{"_index":6915,"name":{},"parent":{"26307":{}}}],["pleroma/entities/conversation.pleromaentity.application.__type",{"_index":6916,"name":{},"parent":{"26308":{},"26309":{},"26310":{}}}],["pleroma/entities/conversation.pleromaentity.attachment",{"_index":6917,"name":{},"parent":{"26312":{}}}],["pleroma/entities/conversation.pleromaentity.attachment.__type",{"_index":6918,"name":{},"parent":{"26313":{},"26314":{},"26315":{},"26316":{},"26317":{},"26318":{},"26319":{},"26320":{}}}],["pleroma/entities/conversation.pleromaentity.card",{"_index":6919,"name":{},"parent":{"26322":{}}}],["pleroma/entities/conversation.pleromaentity.card.__type",{"_index":6920,"name":{},"parent":{"26323":{},"26324":{},"26325":{},"26326":{},"26327":{},"26328":{},"26329":{},"26330":{},"26331":{},"26332":{},"26333":{},"26334":{},"26335":{}}}],["pleroma/entities/conversation.pleromaentity.context",{"_index":6937,"name":{},"parent":{"26415":{}}}],["pleroma/entities/conversation.pleromaentity.context.__type",{"_index":6938,"name":{},"parent":{"26416":{},"26417":{}}}],["pleroma/entities/conversation.pleromaentity.conversation",{"_index":6939,"name":{},"parent":{"26419":{}}}],["pleroma/entities/conversation.pleromaentity.conversation.__type",{"_index":6940,"name":{},"parent":{"26420":{},"26421":{},"26422":{},"26423":{}}}],["pleroma/entities/conversation.pleromaentity.emoji",{"_index":6907,"name":{},"parent":{"26266":{}}}],["pleroma/entities/conversation.pleromaentity.emoji.__type",{"_index":6908,"name":{},"parent":{"26267":{},"26268":{},"26269":{},"26270":{}}}],["pleroma/entities/conversation.pleromaentity.featuredtag",{"_index":6941,"name":{},"parent":{"26425":{}}}],["pleroma/entities/conversation.pleromaentity.featuredtag.__type",{"_index":6942,"name":{},"parent":{"26426":{},"26427":{},"26428":{},"26429":{}}}],["pleroma/entities/conversation.pleromaentity.field",{"_index":6943,"name":{},"parent":{"26431":{}}}],["pleroma/entities/conversation.pleromaentity.field.__type",{"_index":6944,"name":{},"parent":{"26432":{},"26433":{},"26434":{}}}],["pleroma/entities/conversation.pleromaentity.filter",{"_index":6945,"name":{},"parent":{"26436":{}}}],["pleroma/entities/conversation.pleromaentity.filter.__type",{"_index":6946,"name":{},"parent":{"26437":{},"26438":{},"26439":{},"26440":{},"26441":{},"26442":{}}}],["pleroma/entities/conversation.pleromaentity.history",{"_index":6923,"name":{},"parent":{"26343":{}}}],["pleroma/entities/conversation.pleromaentity.history.__type",{"_index":6924,"name":{},"parent":{"26344":{},"26345":{},"26346":{}}}],["pleroma/entities/conversation.pleromaentity.identityproof",{"_index":6947,"name":{},"parent":{"26444":{}}}],["pleroma/entities/conversation.pleromaentity.identityproof.__type",{"_index":6948,"name":{},"parent":{"26445":{},"26446":{},"26447":{},"26448":{},"26449":{}}}],["pleroma/entities/conversation.pleromaentity.instance",{"_index":6953,"name":{},"parent":{"26459":{}}}],["pleroma/entities/conversation.pleromaentity.instance.__type",{"_index":6954,"name":{},"parent":{"26460":{},"26461":{},"26462":{},"26463":{},"26464":{},"26465":{},"26466":{},"26467":{},"26468":{},"26469":{},"26470":{},"26471":{}}}],["pleroma/entities/conversation.pleromaentity.list",{"_index":6955,"name":{},"parent":{"26473":{}}}],["pleroma/entities/conversation.pleromaentity.list.__type",{"_index":6956,"name":{},"parent":{"26474":{},"26475":{}}}],["pleroma/entities/conversation.pleromaentity.marker",{"_index":6957,"name":{},"parent":{"26477":{}}}],["pleroma/entities/conversation.pleromaentity.marker.__type",{"_index":6958,"name":{},"parent":{"26478":{},"26479":{},"26483":{},"26484":{}}}],["pleroma/entities/conversation.pleromaentity.marker.__type.__type",{"_index":6959,"name":{},"parent":{"26480":{},"26481":{},"26482":{},"26485":{},"26486":{},"26487":{}}}],["pleroma/entities/conversation.pleromaentity.mention",{"_index":6921,"name":{},"parent":{"26337":{}}}],["pleroma/entities/conversation.pleromaentity.mention.__type",{"_index":6922,"name":{},"parent":{"26338":{},"26339":{},"26340":{},"26341":{}}}],["pleroma/entities/conversation.pleromaentity.notification",{"_index":6960,"name":{},"parent":{"26489":{}}}],["pleroma/entities/conversation.pleromaentity.notification.__type",{"_index":6961,"name":{},"parent":{"26490":{},"26491":{},"26492":{},"26493":{},"26494":{},"26495":{}}}],["pleroma/entities/conversation.pleromaentity.poll",{"_index":6929,"name":{},"parent":{"26357":{}}}],["pleroma/entities/conversation.pleromaentity.poll.__type",{"_index":6930,"name":{},"parent":{"26358":{},"26359":{},"26360":{},"26361":{},"26362":{},"26363":{},"26364":{}}}],["pleroma/entities/conversation.pleromaentity.polloption",{"_index":6927,"name":{},"parent":{"26353":{}}}],["pleroma/entities/conversation.pleromaentity.polloption.__type",{"_index":6928,"name":{},"parent":{"26354":{},"26355":{}}}],["pleroma/entities/conversation.pleromaentity.preferences",{"_index":6962,"name":{},"parent":{"26498":{}}}],["pleroma/entities/conversation.pleromaentity.preferences.__type",{"_index":6963,"name":{},"parent":{"26499":{},"26500":{},"26501":{},"26502":{},"26503":{}}}],["pleroma/entities/conversation.pleromaentity.pushsubscription",{"_index":6964,"name":{},"parent":{"26505":{}}}],["pleroma/entities/conversation.pleromaentity.pushsubscription.__type",{"_index":6965,"name":{},"parent":{"26506":{},"26507":{},"26508":{},"26509":{}}}],["pleroma/entities/conversation.pleromaentity.reaction",{"_index":6931,"name":{},"parent":{"26366":{}}}],["pleroma/entities/conversation.pleromaentity.reaction.__type",{"_index":6932,"name":{},"parent":{"26367":{},"26368":{},"26369":{},"26370":{}}}],["pleroma/entities/conversation.pleromaentity.relationship",{"_index":6966,"name":{},"parent":{"26511":{}}}],["pleroma/entities/conversation.pleromaentity.relationship.__type",{"_index":6967,"name":{},"parent":{"26512":{},"26513":{},"26514":{},"26515":{},"26516":{},"26517":{},"26518":{},"26519":{},"26520":{},"26521":{}}}],["pleroma/entities/conversation.pleromaentity.report",{"_index":6968,"name":{},"parent":{"26523":{}}}],["pleroma/entities/conversation.pleromaentity.report.__type",{"_index":6969,"name":{},"parent":{"26524":{},"26525":{},"26526":{},"26527":{},"26528":{}}}],["pleroma/entities/conversation.pleromaentity.results",{"_index":6970,"name":{},"parent":{"26530":{}}}],["pleroma/entities/conversation.pleromaentity.results.__type",{"_index":6971,"name":{},"parent":{"26531":{},"26532":{},"26533":{}}}],["pleroma/entities/conversation.pleromaentity.scheduledstatus",{"_index":6972,"name":{},"parent":{"26535":{}}}],["pleroma/entities/conversation.pleromaentity.scheduledstatus.__type",{"_index":6973,"name":{},"parent":{"26536":{},"26537":{},"26538":{},"26539":{}}}],["pleroma/entities/conversation.pleromaentity.source",{"_index":6909,"name":{},"parent":{"26272":{}}}],["pleroma/entities/conversation.pleromaentity.source.__type",{"_index":6910,"name":{},"parent":{"26273":{},"26274":{},"26275":{},"26276":{},"26277":{}}}],["pleroma/entities/conversation.pleromaentity.stats",{"_index":6951,"name":{},"parent":{"26454":{}}}],["pleroma/entities/conversation.pleromaentity.stats.__type",{"_index":6952,"name":{},"parent":{"26455":{},"26456":{},"26457":{}}}],["pleroma/entities/conversation.pleromaentity.status",{"_index":6933,"name":{},"parent":{"26372":{}}}],["pleroma/entities/conversation.pleromaentity.status.__type",{"_index":6934,"name":{},"parent":{"26373":{},"26374":{},"26375":{},"26376":{},"26377":{},"26378":{},"26379":{},"26380":{},"26381":{},"26382":{},"26383":{},"26384":{},"26385":{},"26386":{},"26387":{},"26388":{},"26389":{},"26390":{},"26391":{},"26392":{},"26393":{},"26394":{},"26395":{},"26396":{},"26397":{},"26398":{},"26399":{},"26400":{},"26401":{},"26402":{}}}],["pleroma/entities/conversation.pleromaentity.status.__type.__type",{"_index":6935,"name":{},"parent":{"26403":{},"26404":{},"26406":{},"26407":{},"26409":{},"26410":{},"26411":{},"26412":{},"26413":{}}}],["pleroma/entities/conversation.pleromaentity.status.__type.__type.__type",{"_index":6936,"name":{},"parent":{"26405":{},"26408":{}}}],["pleroma/entities/conversation.pleromaentity.statusparams",{"_index":6974,"name":{},"parent":{"26541":{}}}],["pleroma/entities/conversation.pleromaentity.statusparams.__type",{"_index":6975,"name":{},"parent":{"26542":{},"26543":{},"26544":{},"26545":{},"26546":{},"26547":{},"26548":{},"26549":{}}}],["pleroma/entities/conversation.pleromaentity.tag",{"_index":6925,"name":{},"parent":{"26348":{}}}],["pleroma/entities/conversation.pleromaentity.tag.__type",{"_index":6926,"name":{},"parent":{"26349":{},"26350":{},"26351":{}}}],["pleroma/entities/conversation.pleromaentity.token",{"_index":6976,"name":{},"parent":{"26551":{}}}],["pleroma/entities/conversation.pleromaentity.token.__type",{"_index":6977,"name":{},"parent":{"26552":{},"26553":{},"26554":{},"26555":{}}}],["pleroma/entities/conversation.pleromaentity.urls",{"_index":6949,"name":{},"parent":{"26451":{}}}],["pleroma/entities/conversation.pleromaentity.urls.__type",{"_index":6950,"name":{},"parent":{"26452":{}}}],["pleroma/entities/emoji",{"_index":451,"name":{"961":{}},"parent":{"26556":{}}}],["pleroma/entities/emoji.pleromaentity",{"_index":6978,"name":{},"parent":{"26557":{},"26563":{},"26570":{},"26592":{},"26598":{},"26603":{},"26613":{},"26628":{},"26634":{},"26639":{},"26644":{},"26648":{},"26657":{},"26663":{},"26706":{},"26710":{},"26716":{},"26722":{},"26727":{},"26735":{},"26742":{},"26745":{},"26750":{},"26764":{},"26768":{},"26780":{},"26788":{},"26789":{},"26796":{},"26802":{},"26814":{},"26821":{},"26826":{},"26832":{},"26842":{}}}],["pleroma/entities/emoji.pleromaentity.account",{"_index":6983,"name":{},"parent":{"26571":{}}}],["pleroma/entities/emoji.pleromaentity.account.__type",{"_index":6984,"name":{},"parent":{"26572":{},"26573":{},"26574":{},"26575":{},"26576":{},"26577":{},"26578":{},"26579":{},"26580":{},"26581":{},"26582":{},"26583":{},"26584":{},"26585":{},"26586":{},"26587":{},"26588":{},"26589":{},"26590":{},"26591":{}}}],["pleroma/entities/emoji.pleromaentity.activity",{"_index":6985,"name":{},"parent":{"26593":{}}}],["pleroma/entities/emoji.pleromaentity.activity.__type",{"_index":6986,"name":{},"parent":{"26594":{},"26595":{},"26596":{},"26597":{}}}],["pleroma/entities/emoji.pleromaentity.application",{"_index":6987,"name":{},"parent":{"26599":{}}}],["pleroma/entities/emoji.pleromaentity.application.__type",{"_index":6988,"name":{},"parent":{"26600":{},"26601":{},"26602":{}}}],["pleroma/entities/emoji.pleromaentity.attachment",{"_index":6989,"name":{},"parent":{"26604":{}}}],["pleroma/entities/emoji.pleromaentity.attachment.__type",{"_index":6990,"name":{},"parent":{"26605":{},"26606":{},"26607":{},"26608":{},"26609":{},"26610":{},"26611":{},"26612":{}}}],["pleroma/entities/emoji.pleromaentity.card",{"_index":6991,"name":{},"parent":{"26614":{}}}],["pleroma/entities/emoji.pleromaentity.card.__type",{"_index":6992,"name":{},"parent":{"26615":{},"26616":{},"26617":{},"26618":{},"26619":{},"26620":{},"26621":{},"26622":{},"26623":{},"26624":{},"26625":{},"26626":{},"26627":{}}}],["pleroma/entities/emoji.pleromaentity.context",{"_index":7009,"name":{},"parent":{"26707":{}}}],["pleroma/entities/emoji.pleromaentity.context.__type",{"_index":7010,"name":{},"parent":{"26708":{},"26709":{}}}],["pleroma/entities/emoji.pleromaentity.conversation",{"_index":7011,"name":{},"parent":{"26711":{}}}],["pleroma/entities/emoji.pleromaentity.conversation.__type",{"_index":7012,"name":{},"parent":{"26712":{},"26713":{},"26714":{},"26715":{}}}],["pleroma/entities/emoji.pleromaentity.emoji",{"_index":6979,"name":{},"parent":{"26558":{}}}],["pleroma/entities/emoji.pleromaentity.emoji.__type",{"_index":6980,"name":{},"parent":{"26559":{},"26560":{},"26561":{},"26562":{}}}],["pleroma/entities/emoji.pleromaentity.featuredtag",{"_index":7013,"name":{},"parent":{"26717":{}}}],["pleroma/entities/emoji.pleromaentity.featuredtag.__type",{"_index":7014,"name":{},"parent":{"26718":{},"26719":{},"26720":{},"26721":{}}}],["pleroma/entities/emoji.pleromaentity.field",{"_index":7015,"name":{},"parent":{"26723":{}}}],["pleroma/entities/emoji.pleromaentity.field.__type",{"_index":7016,"name":{},"parent":{"26724":{},"26725":{},"26726":{}}}],["pleroma/entities/emoji.pleromaentity.filter",{"_index":7017,"name":{},"parent":{"26728":{}}}],["pleroma/entities/emoji.pleromaentity.filter.__type",{"_index":7018,"name":{},"parent":{"26729":{},"26730":{},"26731":{},"26732":{},"26733":{},"26734":{}}}],["pleroma/entities/emoji.pleromaentity.history",{"_index":6995,"name":{},"parent":{"26635":{}}}],["pleroma/entities/emoji.pleromaentity.history.__type",{"_index":6996,"name":{},"parent":{"26636":{},"26637":{},"26638":{}}}],["pleroma/entities/emoji.pleromaentity.identityproof",{"_index":7019,"name":{},"parent":{"26736":{}}}],["pleroma/entities/emoji.pleromaentity.identityproof.__type",{"_index":7020,"name":{},"parent":{"26737":{},"26738":{},"26739":{},"26740":{},"26741":{}}}],["pleroma/entities/emoji.pleromaentity.instance",{"_index":7025,"name":{},"parent":{"26751":{}}}],["pleroma/entities/emoji.pleromaentity.instance.__type",{"_index":7026,"name":{},"parent":{"26752":{},"26753":{},"26754":{},"26755":{},"26756":{},"26757":{},"26758":{},"26759":{},"26760":{},"26761":{},"26762":{},"26763":{}}}],["pleroma/entities/emoji.pleromaentity.list",{"_index":7027,"name":{},"parent":{"26765":{}}}],["pleroma/entities/emoji.pleromaentity.list.__type",{"_index":7028,"name":{},"parent":{"26766":{},"26767":{}}}],["pleroma/entities/emoji.pleromaentity.marker",{"_index":7029,"name":{},"parent":{"26769":{}}}],["pleroma/entities/emoji.pleromaentity.marker.__type",{"_index":7030,"name":{},"parent":{"26770":{},"26771":{},"26775":{},"26776":{}}}],["pleroma/entities/emoji.pleromaentity.marker.__type.__type",{"_index":7031,"name":{},"parent":{"26772":{},"26773":{},"26774":{},"26777":{},"26778":{},"26779":{}}}],["pleroma/entities/emoji.pleromaentity.mention",{"_index":6993,"name":{},"parent":{"26629":{}}}],["pleroma/entities/emoji.pleromaentity.mention.__type",{"_index":6994,"name":{},"parent":{"26630":{},"26631":{},"26632":{},"26633":{}}}],["pleroma/entities/emoji.pleromaentity.notification",{"_index":7032,"name":{},"parent":{"26781":{}}}],["pleroma/entities/emoji.pleromaentity.notification.__type",{"_index":7033,"name":{},"parent":{"26782":{},"26783":{},"26784":{},"26785":{},"26786":{},"26787":{}}}],["pleroma/entities/emoji.pleromaentity.poll",{"_index":7001,"name":{},"parent":{"26649":{}}}],["pleroma/entities/emoji.pleromaentity.poll.__type",{"_index":7002,"name":{},"parent":{"26650":{},"26651":{},"26652":{},"26653":{},"26654":{},"26655":{},"26656":{}}}],["pleroma/entities/emoji.pleromaentity.polloption",{"_index":6999,"name":{},"parent":{"26645":{}}}],["pleroma/entities/emoji.pleromaentity.polloption.__type",{"_index":7000,"name":{},"parent":{"26646":{},"26647":{}}}],["pleroma/entities/emoji.pleromaentity.preferences",{"_index":7034,"name":{},"parent":{"26790":{}}}],["pleroma/entities/emoji.pleromaentity.preferences.__type",{"_index":7035,"name":{},"parent":{"26791":{},"26792":{},"26793":{},"26794":{},"26795":{}}}],["pleroma/entities/emoji.pleromaentity.pushsubscription",{"_index":7036,"name":{},"parent":{"26797":{}}}],["pleroma/entities/emoji.pleromaentity.pushsubscription.__type",{"_index":7037,"name":{},"parent":{"26798":{},"26799":{},"26800":{},"26801":{}}}],["pleroma/entities/emoji.pleromaentity.reaction",{"_index":7003,"name":{},"parent":{"26658":{}}}],["pleroma/entities/emoji.pleromaentity.reaction.__type",{"_index":7004,"name":{},"parent":{"26659":{},"26660":{},"26661":{},"26662":{}}}],["pleroma/entities/emoji.pleromaentity.relationship",{"_index":7038,"name":{},"parent":{"26803":{}}}],["pleroma/entities/emoji.pleromaentity.relationship.__type",{"_index":7039,"name":{},"parent":{"26804":{},"26805":{},"26806":{},"26807":{},"26808":{},"26809":{},"26810":{},"26811":{},"26812":{},"26813":{}}}],["pleroma/entities/emoji.pleromaentity.report",{"_index":7040,"name":{},"parent":{"26815":{}}}],["pleroma/entities/emoji.pleromaentity.report.__type",{"_index":7041,"name":{},"parent":{"26816":{},"26817":{},"26818":{},"26819":{},"26820":{}}}],["pleroma/entities/emoji.pleromaentity.results",{"_index":7042,"name":{},"parent":{"26822":{}}}],["pleroma/entities/emoji.pleromaentity.results.__type",{"_index":7043,"name":{},"parent":{"26823":{},"26824":{},"26825":{}}}],["pleroma/entities/emoji.pleromaentity.scheduledstatus",{"_index":7044,"name":{},"parent":{"26827":{}}}],["pleroma/entities/emoji.pleromaentity.scheduledstatus.__type",{"_index":7045,"name":{},"parent":{"26828":{},"26829":{},"26830":{},"26831":{}}}],["pleroma/entities/emoji.pleromaentity.source",{"_index":6981,"name":{},"parent":{"26564":{}}}],["pleroma/entities/emoji.pleromaentity.source.__type",{"_index":6982,"name":{},"parent":{"26565":{},"26566":{},"26567":{},"26568":{},"26569":{}}}],["pleroma/entities/emoji.pleromaentity.stats",{"_index":7023,"name":{},"parent":{"26746":{}}}],["pleroma/entities/emoji.pleromaentity.stats.__type",{"_index":7024,"name":{},"parent":{"26747":{},"26748":{},"26749":{}}}],["pleroma/entities/emoji.pleromaentity.status",{"_index":7005,"name":{},"parent":{"26664":{}}}],["pleroma/entities/emoji.pleromaentity.status.__type",{"_index":7006,"name":{},"parent":{"26665":{},"26666":{},"26667":{},"26668":{},"26669":{},"26670":{},"26671":{},"26672":{},"26673":{},"26674":{},"26675":{},"26676":{},"26677":{},"26678":{},"26679":{},"26680":{},"26681":{},"26682":{},"26683":{},"26684":{},"26685":{},"26686":{},"26687":{},"26688":{},"26689":{},"26690":{},"26691":{},"26692":{},"26693":{},"26694":{}}}],["pleroma/entities/emoji.pleromaentity.status.__type.__type",{"_index":7007,"name":{},"parent":{"26695":{},"26696":{},"26698":{},"26699":{},"26701":{},"26702":{},"26703":{},"26704":{},"26705":{}}}],["pleroma/entities/emoji.pleromaentity.status.__type.__type.__type",{"_index":7008,"name":{},"parent":{"26697":{},"26700":{}}}],["pleroma/entities/emoji.pleromaentity.statusparams",{"_index":7046,"name":{},"parent":{"26833":{}}}],["pleroma/entities/emoji.pleromaentity.statusparams.__type",{"_index":7047,"name":{},"parent":{"26834":{},"26835":{},"26836":{},"26837":{},"26838":{},"26839":{},"26840":{},"26841":{}}}],["pleroma/entities/emoji.pleromaentity.tag",{"_index":6997,"name":{},"parent":{"26640":{}}}],["pleroma/entities/emoji.pleromaentity.tag.__type",{"_index":6998,"name":{},"parent":{"26641":{},"26642":{},"26643":{}}}],["pleroma/entities/emoji.pleromaentity.token",{"_index":7048,"name":{},"parent":{"26843":{}}}],["pleroma/entities/emoji.pleromaentity.token.__type",{"_index":7049,"name":{},"parent":{"26844":{},"26845":{},"26846":{},"26847":{}}}],["pleroma/entities/emoji.pleromaentity.urls",{"_index":7021,"name":{},"parent":{"26743":{}}}],["pleroma/entities/emoji.pleromaentity.urls.__type",{"_index":7022,"name":{},"parent":{"26744":{}}}],["pleroma/entities/featured_tag",{"_index":452,"name":{"962":{}},"parent":{"26848":{}}}],["pleroma/entities/featured_tag.pleromaentity",{"_index":7050,"name":{},"parent":{"26849":{},"26855":{},"26862":{},"26884":{},"26890":{},"26895":{},"26905":{},"26920":{},"26926":{},"26931":{},"26936":{},"26940":{},"26949":{},"26955":{},"26998":{},"27002":{},"27008":{},"27014":{},"27019":{},"27027":{},"27034":{},"27037":{},"27042":{},"27056":{},"27060":{},"27072":{},"27080":{},"27081":{},"27088":{},"27094":{},"27106":{},"27113":{},"27118":{},"27124":{},"27134":{}}}],["pleroma/entities/featured_tag.pleromaentity.account",{"_index":7055,"name":{},"parent":{"26863":{}}}],["pleroma/entities/featured_tag.pleromaentity.account.__type",{"_index":7056,"name":{},"parent":{"26864":{},"26865":{},"26866":{},"26867":{},"26868":{},"26869":{},"26870":{},"26871":{},"26872":{},"26873":{},"26874":{},"26875":{},"26876":{},"26877":{},"26878":{},"26879":{},"26880":{},"26881":{},"26882":{},"26883":{}}}],["pleroma/entities/featured_tag.pleromaentity.activity",{"_index":7057,"name":{},"parent":{"26885":{}}}],["pleroma/entities/featured_tag.pleromaentity.activity.__type",{"_index":7058,"name":{},"parent":{"26886":{},"26887":{},"26888":{},"26889":{}}}],["pleroma/entities/featured_tag.pleromaentity.application",{"_index":7059,"name":{},"parent":{"26891":{}}}],["pleroma/entities/featured_tag.pleromaentity.application.__type",{"_index":7060,"name":{},"parent":{"26892":{},"26893":{},"26894":{}}}],["pleroma/entities/featured_tag.pleromaentity.attachment",{"_index":7061,"name":{},"parent":{"26896":{}}}],["pleroma/entities/featured_tag.pleromaentity.attachment.__type",{"_index":7062,"name":{},"parent":{"26897":{},"26898":{},"26899":{},"26900":{},"26901":{},"26902":{},"26903":{},"26904":{}}}],["pleroma/entities/featured_tag.pleromaentity.card",{"_index":7063,"name":{},"parent":{"26906":{}}}],["pleroma/entities/featured_tag.pleromaentity.card.__type",{"_index":7064,"name":{},"parent":{"26907":{},"26908":{},"26909":{},"26910":{},"26911":{},"26912":{},"26913":{},"26914":{},"26915":{},"26916":{},"26917":{},"26918":{},"26919":{}}}],["pleroma/entities/featured_tag.pleromaentity.context",{"_index":7081,"name":{},"parent":{"26999":{}}}],["pleroma/entities/featured_tag.pleromaentity.context.__type",{"_index":7082,"name":{},"parent":{"27000":{},"27001":{}}}],["pleroma/entities/featured_tag.pleromaentity.conversation",{"_index":7083,"name":{},"parent":{"27003":{}}}],["pleroma/entities/featured_tag.pleromaentity.conversation.__type",{"_index":7084,"name":{},"parent":{"27004":{},"27005":{},"27006":{},"27007":{}}}],["pleroma/entities/featured_tag.pleromaentity.emoji",{"_index":7051,"name":{},"parent":{"26850":{}}}],["pleroma/entities/featured_tag.pleromaentity.emoji.__type",{"_index":7052,"name":{},"parent":{"26851":{},"26852":{},"26853":{},"26854":{}}}],["pleroma/entities/featured_tag.pleromaentity.featuredtag",{"_index":7085,"name":{},"parent":{"27009":{}}}],["pleroma/entities/featured_tag.pleromaentity.featuredtag.__type",{"_index":7086,"name":{},"parent":{"27010":{},"27011":{},"27012":{},"27013":{}}}],["pleroma/entities/featured_tag.pleromaentity.field",{"_index":7087,"name":{},"parent":{"27015":{}}}],["pleroma/entities/featured_tag.pleromaentity.field.__type",{"_index":7088,"name":{},"parent":{"27016":{},"27017":{},"27018":{}}}],["pleroma/entities/featured_tag.pleromaentity.filter",{"_index":7089,"name":{},"parent":{"27020":{}}}],["pleroma/entities/featured_tag.pleromaentity.filter.__type",{"_index":7090,"name":{},"parent":{"27021":{},"27022":{},"27023":{},"27024":{},"27025":{},"27026":{}}}],["pleroma/entities/featured_tag.pleromaentity.history",{"_index":7067,"name":{},"parent":{"26927":{}}}],["pleroma/entities/featured_tag.pleromaentity.history.__type",{"_index":7068,"name":{},"parent":{"26928":{},"26929":{},"26930":{}}}],["pleroma/entities/featured_tag.pleromaentity.identityproof",{"_index":7091,"name":{},"parent":{"27028":{}}}],["pleroma/entities/featured_tag.pleromaentity.identityproof.__type",{"_index":7092,"name":{},"parent":{"27029":{},"27030":{},"27031":{},"27032":{},"27033":{}}}],["pleroma/entities/featured_tag.pleromaentity.instance",{"_index":7097,"name":{},"parent":{"27043":{}}}],["pleroma/entities/featured_tag.pleromaentity.instance.__type",{"_index":7098,"name":{},"parent":{"27044":{},"27045":{},"27046":{},"27047":{},"27048":{},"27049":{},"27050":{},"27051":{},"27052":{},"27053":{},"27054":{},"27055":{}}}],["pleroma/entities/featured_tag.pleromaentity.list",{"_index":7099,"name":{},"parent":{"27057":{}}}],["pleroma/entities/featured_tag.pleromaentity.list.__type",{"_index":7100,"name":{},"parent":{"27058":{},"27059":{}}}],["pleroma/entities/featured_tag.pleromaentity.marker",{"_index":7101,"name":{},"parent":{"27061":{}}}],["pleroma/entities/featured_tag.pleromaentity.marker.__type",{"_index":7102,"name":{},"parent":{"27062":{},"27063":{},"27067":{},"27068":{}}}],["pleroma/entities/featured_tag.pleromaentity.marker.__type.__type",{"_index":7103,"name":{},"parent":{"27064":{},"27065":{},"27066":{},"27069":{},"27070":{},"27071":{}}}],["pleroma/entities/featured_tag.pleromaentity.mention",{"_index":7065,"name":{},"parent":{"26921":{}}}],["pleroma/entities/featured_tag.pleromaentity.mention.__type",{"_index":7066,"name":{},"parent":{"26922":{},"26923":{},"26924":{},"26925":{}}}],["pleroma/entities/featured_tag.pleromaentity.notification",{"_index":7104,"name":{},"parent":{"27073":{}}}],["pleroma/entities/featured_tag.pleromaentity.notification.__type",{"_index":7105,"name":{},"parent":{"27074":{},"27075":{},"27076":{},"27077":{},"27078":{},"27079":{}}}],["pleroma/entities/featured_tag.pleromaentity.poll",{"_index":7073,"name":{},"parent":{"26941":{}}}],["pleroma/entities/featured_tag.pleromaentity.poll.__type",{"_index":7074,"name":{},"parent":{"26942":{},"26943":{},"26944":{},"26945":{},"26946":{},"26947":{},"26948":{}}}],["pleroma/entities/featured_tag.pleromaentity.polloption",{"_index":7071,"name":{},"parent":{"26937":{}}}],["pleroma/entities/featured_tag.pleromaentity.polloption.__type",{"_index":7072,"name":{},"parent":{"26938":{},"26939":{}}}],["pleroma/entities/featured_tag.pleromaentity.preferences",{"_index":7106,"name":{},"parent":{"27082":{}}}],["pleroma/entities/featured_tag.pleromaentity.preferences.__type",{"_index":7107,"name":{},"parent":{"27083":{},"27084":{},"27085":{},"27086":{},"27087":{}}}],["pleroma/entities/featured_tag.pleromaentity.pushsubscription",{"_index":7108,"name":{},"parent":{"27089":{}}}],["pleroma/entities/featured_tag.pleromaentity.pushsubscription.__type",{"_index":7109,"name":{},"parent":{"27090":{},"27091":{},"27092":{},"27093":{}}}],["pleroma/entities/featured_tag.pleromaentity.reaction",{"_index":7075,"name":{},"parent":{"26950":{}}}],["pleroma/entities/featured_tag.pleromaentity.reaction.__type",{"_index":7076,"name":{},"parent":{"26951":{},"26952":{},"26953":{},"26954":{}}}],["pleroma/entities/featured_tag.pleromaentity.relationship",{"_index":7110,"name":{},"parent":{"27095":{}}}],["pleroma/entities/featured_tag.pleromaentity.relationship.__type",{"_index":7111,"name":{},"parent":{"27096":{},"27097":{},"27098":{},"27099":{},"27100":{},"27101":{},"27102":{},"27103":{},"27104":{},"27105":{}}}],["pleroma/entities/featured_tag.pleromaentity.report",{"_index":7112,"name":{},"parent":{"27107":{}}}],["pleroma/entities/featured_tag.pleromaentity.report.__type",{"_index":7113,"name":{},"parent":{"27108":{},"27109":{},"27110":{},"27111":{},"27112":{}}}],["pleroma/entities/featured_tag.pleromaentity.results",{"_index":7114,"name":{},"parent":{"27114":{}}}],["pleroma/entities/featured_tag.pleromaentity.results.__type",{"_index":7115,"name":{},"parent":{"27115":{},"27116":{},"27117":{}}}],["pleroma/entities/featured_tag.pleromaentity.scheduledstatus",{"_index":7116,"name":{},"parent":{"27119":{}}}],["pleroma/entities/featured_tag.pleromaentity.scheduledstatus.__type",{"_index":7117,"name":{},"parent":{"27120":{},"27121":{},"27122":{},"27123":{}}}],["pleroma/entities/featured_tag.pleromaentity.source",{"_index":7053,"name":{},"parent":{"26856":{}}}],["pleroma/entities/featured_tag.pleromaentity.source.__type",{"_index":7054,"name":{},"parent":{"26857":{},"26858":{},"26859":{},"26860":{},"26861":{}}}],["pleroma/entities/featured_tag.pleromaentity.stats",{"_index":7095,"name":{},"parent":{"27038":{}}}],["pleroma/entities/featured_tag.pleromaentity.stats.__type",{"_index":7096,"name":{},"parent":{"27039":{},"27040":{},"27041":{}}}],["pleroma/entities/featured_tag.pleromaentity.status",{"_index":7077,"name":{},"parent":{"26956":{}}}],["pleroma/entities/featured_tag.pleromaentity.status.__type",{"_index":7078,"name":{},"parent":{"26957":{},"26958":{},"26959":{},"26960":{},"26961":{},"26962":{},"26963":{},"26964":{},"26965":{},"26966":{},"26967":{},"26968":{},"26969":{},"26970":{},"26971":{},"26972":{},"26973":{},"26974":{},"26975":{},"26976":{},"26977":{},"26978":{},"26979":{},"26980":{},"26981":{},"26982":{},"26983":{},"26984":{},"26985":{},"26986":{}}}],["pleroma/entities/featured_tag.pleromaentity.status.__type.__type",{"_index":7079,"name":{},"parent":{"26987":{},"26988":{},"26990":{},"26991":{},"26993":{},"26994":{},"26995":{},"26996":{},"26997":{}}}],["pleroma/entities/featured_tag.pleromaentity.status.__type.__type.__type",{"_index":7080,"name":{},"parent":{"26989":{},"26992":{}}}],["pleroma/entities/featured_tag.pleromaentity.statusparams",{"_index":7118,"name":{},"parent":{"27125":{}}}],["pleroma/entities/featured_tag.pleromaentity.statusparams.__type",{"_index":7119,"name":{},"parent":{"27126":{},"27127":{},"27128":{},"27129":{},"27130":{},"27131":{},"27132":{},"27133":{}}}],["pleroma/entities/featured_tag.pleromaentity.tag",{"_index":7069,"name":{},"parent":{"26932":{}}}],["pleroma/entities/featured_tag.pleromaentity.tag.__type",{"_index":7070,"name":{},"parent":{"26933":{},"26934":{},"26935":{}}}],["pleroma/entities/featured_tag.pleromaentity.token",{"_index":7120,"name":{},"parent":{"27135":{}}}],["pleroma/entities/featured_tag.pleromaentity.token.__type",{"_index":7121,"name":{},"parent":{"27136":{},"27137":{},"27138":{},"27139":{}}}],["pleroma/entities/featured_tag.pleromaentity.urls",{"_index":7093,"name":{},"parent":{"27035":{}}}],["pleroma/entities/featured_tag.pleromaentity.urls.__type",{"_index":7094,"name":{},"parent":{"27036":{}}}],["pleroma/entities/field",{"_index":453,"name":{"963":{}},"parent":{"27140":{}}}],["pleroma/entities/field.pleromaentity",{"_index":7122,"name":{},"parent":{"27141":{},"27147":{},"27154":{},"27176":{},"27182":{},"27187":{},"27197":{},"27212":{},"27218":{},"27223":{},"27228":{},"27232":{},"27241":{},"27247":{},"27290":{},"27294":{},"27300":{},"27306":{},"27311":{},"27319":{},"27326":{},"27329":{},"27334":{},"27348":{},"27352":{},"27364":{},"27372":{},"27373":{},"27380":{},"27386":{},"27398":{},"27405":{},"27410":{},"27416":{},"27426":{}}}],["pleroma/entities/field.pleromaentity.account",{"_index":7127,"name":{},"parent":{"27155":{}}}],["pleroma/entities/field.pleromaentity.account.__type",{"_index":7128,"name":{},"parent":{"27156":{},"27157":{},"27158":{},"27159":{},"27160":{},"27161":{},"27162":{},"27163":{},"27164":{},"27165":{},"27166":{},"27167":{},"27168":{},"27169":{},"27170":{},"27171":{},"27172":{},"27173":{},"27174":{},"27175":{}}}],["pleroma/entities/field.pleromaentity.activity",{"_index":7129,"name":{},"parent":{"27177":{}}}],["pleroma/entities/field.pleromaentity.activity.__type",{"_index":7130,"name":{},"parent":{"27178":{},"27179":{},"27180":{},"27181":{}}}],["pleroma/entities/field.pleromaentity.application",{"_index":7131,"name":{},"parent":{"27183":{}}}],["pleroma/entities/field.pleromaentity.application.__type",{"_index":7132,"name":{},"parent":{"27184":{},"27185":{},"27186":{}}}],["pleroma/entities/field.pleromaentity.attachment",{"_index":7133,"name":{},"parent":{"27188":{}}}],["pleroma/entities/field.pleromaentity.attachment.__type",{"_index":7134,"name":{},"parent":{"27189":{},"27190":{},"27191":{},"27192":{},"27193":{},"27194":{},"27195":{},"27196":{}}}],["pleroma/entities/field.pleromaentity.card",{"_index":7135,"name":{},"parent":{"27198":{}}}],["pleroma/entities/field.pleromaentity.card.__type",{"_index":7136,"name":{},"parent":{"27199":{},"27200":{},"27201":{},"27202":{},"27203":{},"27204":{},"27205":{},"27206":{},"27207":{},"27208":{},"27209":{},"27210":{},"27211":{}}}],["pleroma/entities/field.pleromaentity.context",{"_index":7153,"name":{},"parent":{"27291":{}}}],["pleroma/entities/field.pleromaentity.context.__type",{"_index":7154,"name":{},"parent":{"27292":{},"27293":{}}}],["pleroma/entities/field.pleromaentity.conversation",{"_index":7155,"name":{},"parent":{"27295":{}}}],["pleroma/entities/field.pleromaentity.conversation.__type",{"_index":7156,"name":{},"parent":{"27296":{},"27297":{},"27298":{},"27299":{}}}],["pleroma/entities/field.pleromaentity.emoji",{"_index":7123,"name":{},"parent":{"27142":{}}}],["pleroma/entities/field.pleromaentity.emoji.__type",{"_index":7124,"name":{},"parent":{"27143":{},"27144":{},"27145":{},"27146":{}}}],["pleroma/entities/field.pleromaentity.featuredtag",{"_index":7157,"name":{},"parent":{"27301":{}}}],["pleroma/entities/field.pleromaentity.featuredtag.__type",{"_index":7158,"name":{},"parent":{"27302":{},"27303":{},"27304":{},"27305":{}}}],["pleroma/entities/field.pleromaentity.field",{"_index":7159,"name":{},"parent":{"27307":{}}}],["pleroma/entities/field.pleromaentity.field.__type",{"_index":7160,"name":{},"parent":{"27308":{},"27309":{},"27310":{}}}],["pleroma/entities/field.pleromaentity.filter",{"_index":7161,"name":{},"parent":{"27312":{}}}],["pleroma/entities/field.pleromaentity.filter.__type",{"_index":7162,"name":{},"parent":{"27313":{},"27314":{},"27315":{},"27316":{},"27317":{},"27318":{}}}],["pleroma/entities/field.pleromaentity.history",{"_index":7139,"name":{},"parent":{"27219":{}}}],["pleroma/entities/field.pleromaentity.history.__type",{"_index":7140,"name":{},"parent":{"27220":{},"27221":{},"27222":{}}}],["pleroma/entities/field.pleromaentity.identityproof",{"_index":7163,"name":{},"parent":{"27320":{}}}],["pleroma/entities/field.pleromaentity.identityproof.__type",{"_index":7164,"name":{},"parent":{"27321":{},"27322":{},"27323":{},"27324":{},"27325":{}}}],["pleroma/entities/field.pleromaentity.instance",{"_index":7169,"name":{},"parent":{"27335":{}}}],["pleroma/entities/field.pleromaentity.instance.__type",{"_index":7170,"name":{},"parent":{"27336":{},"27337":{},"27338":{},"27339":{},"27340":{},"27341":{},"27342":{},"27343":{},"27344":{},"27345":{},"27346":{},"27347":{}}}],["pleroma/entities/field.pleromaentity.list",{"_index":7171,"name":{},"parent":{"27349":{}}}],["pleroma/entities/field.pleromaentity.list.__type",{"_index":7172,"name":{},"parent":{"27350":{},"27351":{}}}],["pleroma/entities/field.pleromaentity.marker",{"_index":7173,"name":{},"parent":{"27353":{}}}],["pleroma/entities/field.pleromaentity.marker.__type",{"_index":7174,"name":{},"parent":{"27354":{},"27355":{},"27359":{},"27360":{}}}],["pleroma/entities/field.pleromaentity.marker.__type.__type",{"_index":7175,"name":{},"parent":{"27356":{},"27357":{},"27358":{},"27361":{},"27362":{},"27363":{}}}],["pleroma/entities/field.pleromaentity.mention",{"_index":7137,"name":{},"parent":{"27213":{}}}],["pleroma/entities/field.pleromaentity.mention.__type",{"_index":7138,"name":{},"parent":{"27214":{},"27215":{},"27216":{},"27217":{}}}],["pleroma/entities/field.pleromaentity.notification",{"_index":7176,"name":{},"parent":{"27365":{}}}],["pleroma/entities/field.pleromaentity.notification.__type",{"_index":7177,"name":{},"parent":{"27366":{},"27367":{},"27368":{},"27369":{},"27370":{},"27371":{}}}],["pleroma/entities/field.pleromaentity.poll",{"_index":7145,"name":{},"parent":{"27233":{}}}],["pleroma/entities/field.pleromaentity.poll.__type",{"_index":7146,"name":{},"parent":{"27234":{},"27235":{},"27236":{},"27237":{},"27238":{},"27239":{},"27240":{}}}],["pleroma/entities/field.pleromaentity.polloption",{"_index":7143,"name":{},"parent":{"27229":{}}}],["pleroma/entities/field.pleromaentity.polloption.__type",{"_index":7144,"name":{},"parent":{"27230":{},"27231":{}}}],["pleroma/entities/field.pleromaentity.preferences",{"_index":7178,"name":{},"parent":{"27374":{}}}],["pleroma/entities/field.pleromaentity.preferences.__type",{"_index":7179,"name":{},"parent":{"27375":{},"27376":{},"27377":{},"27378":{},"27379":{}}}],["pleroma/entities/field.pleromaentity.pushsubscription",{"_index":7180,"name":{},"parent":{"27381":{}}}],["pleroma/entities/field.pleromaentity.pushsubscription.__type",{"_index":7181,"name":{},"parent":{"27382":{},"27383":{},"27384":{},"27385":{}}}],["pleroma/entities/field.pleromaentity.reaction",{"_index":7147,"name":{},"parent":{"27242":{}}}],["pleroma/entities/field.pleromaentity.reaction.__type",{"_index":7148,"name":{},"parent":{"27243":{},"27244":{},"27245":{},"27246":{}}}],["pleroma/entities/field.pleromaentity.relationship",{"_index":7182,"name":{},"parent":{"27387":{}}}],["pleroma/entities/field.pleromaentity.relationship.__type",{"_index":7183,"name":{},"parent":{"27388":{},"27389":{},"27390":{},"27391":{},"27392":{},"27393":{},"27394":{},"27395":{},"27396":{},"27397":{}}}],["pleroma/entities/field.pleromaentity.report",{"_index":7184,"name":{},"parent":{"27399":{}}}],["pleroma/entities/field.pleromaentity.report.__type",{"_index":7185,"name":{},"parent":{"27400":{},"27401":{},"27402":{},"27403":{},"27404":{}}}],["pleroma/entities/field.pleromaentity.results",{"_index":7186,"name":{},"parent":{"27406":{}}}],["pleroma/entities/field.pleromaentity.results.__type",{"_index":7187,"name":{},"parent":{"27407":{},"27408":{},"27409":{}}}],["pleroma/entities/field.pleromaentity.scheduledstatus",{"_index":7188,"name":{},"parent":{"27411":{}}}],["pleroma/entities/field.pleromaentity.scheduledstatus.__type",{"_index":7189,"name":{},"parent":{"27412":{},"27413":{},"27414":{},"27415":{}}}],["pleroma/entities/field.pleromaentity.source",{"_index":7125,"name":{},"parent":{"27148":{}}}],["pleroma/entities/field.pleromaentity.source.__type",{"_index":7126,"name":{},"parent":{"27149":{},"27150":{},"27151":{},"27152":{},"27153":{}}}],["pleroma/entities/field.pleromaentity.stats",{"_index":7167,"name":{},"parent":{"27330":{}}}],["pleroma/entities/field.pleromaentity.stats.__type",{"_index":7168,"name":{},"parent":{"27331":{},"27332":{},"27333":{}}}],["pleroma/entities/field.pleromaentity.status",{"_index":7149,"name":{},"parent":{"27248":{}}}],["pleroma/entities/field.pleromaentity.status.__type",{"_index":7150,"name":{},"parent":{"27249":{},"27250":{},"27251":{},"27252":{},"27253":{},"27254":{},"27255":{},"27256":{},"27257":{},"27258":{},"27259":{},"27260":{},"27261":{},"27262":{},"27263":{},"27264":{},"27265":{},"27266":{},"27267":{},"27268":{},"27269":{},"27270":{},"27271":{},"27272":{},"27273":{},"27274":{},"27275":{},"27276":{},"27277":{},"27278":{}}}],["pleroma/entities/field.pleromaentity.status.__type.__type",{"_index":7151,"name":{},"parent":{"27279":{},"27280":{},"27282":{},"27283":{},"27285":{},"27286":{},"27287":{},"27288":{},"27289":{}}}],["pleroma/entities/field.pleromaentity.status.__type.__type.__type",{"_index":7152,"name":{},"parent":{"27281":{},"27284":{}}}],["pleroma/entities/field.pleromaentity.statusparams",{"_index":7190,"name":{},"parent":{"27417":{}}}],["pleroma/entities/field.pleromaentity.statusparams.__type",{"_index":7191,"name":{},"parent":{"27418":{},"27419":{},"27420":{},"27421":{},"27422":{},"27423":{},"27424":{},"27425":{}}}],["pleroma/entities/field.pleromaentity.tag",{"_index":7141,"name":{},"parent":{"27224":{}}}],["pleroma/entities/field.pleromaentity.tag.__type",{"_index":7142,"name":{},"parent":{"27225":{},"27226":{},"27227":{}}}],["pleroma/entities/field.pleromaentity.token",{"_index":7192,"name":{},"parent":{"27427":{}}}],["pleroma/entities/field.pleromaentity.token.__type",{"_index":7193,"name":{},"parent":{"27428":{},"27429":{},"27430":{},"27431":{}}}],["pleroma/entities/field.pleromaentity.urls",{"_index":7165,"name":{},"parent":{"27327":{}}}],["pleroma/entities/field.pleromaentity.urls.__type",{"_index":7166,"name":{},"parent":{"27328":{}}}],["pleroma/entities/filter",{"_index":454,"name":{"964":{}},"parent":{"27432":{}}}],["pleroma/entities/filter.pleromaentity",{"_index":7194,"name":{},"parent":{"27433":{},"27439":{},"27446":{},"27468":{},"27474":{},"27479":{},"27489":{},"27504":{},"27510":{},"27515":{},"27520":{},"27524":{},"27533":{},"27539":{},"27582":{},"27586":{},"27592":{},"27598":{},"27603":{},"27611":{},"27618":{},"27621":{},"27626":{},"27640":{},"27644":{},"27656":{},"27664":{},"27665":{},"27672":{},"27678":{},"27690":{},"27697":{},"27702":{},"27708":{},"27718":{}}}],["pleroma/entities/filter.pleromaentity.account",{"_index":7199,"name":{},"parent":{"27447":{}}}],["pleroma/entities/filter.pleromaentity.account.__type",{"_index":7200,"name":{},"parent":{"27448":{},"27449":{},"27450":{},"27451":{},"27452":{},"27453":{},"27454":{},"27455":{},"27456":{},"27457":{},"27458":{},"27459":{},"27460":{},"27461":{},"27462":{},"27463":{},"27464":{},"27465":{},"27466":{},"27467":{}}}],["pleroma/entities/filter.pleromaentity.activity",{"_index":7201,"name":{},"parent":{"27469":{}}}],["pleroma/entities/filter.pleromaentity.activity.__type",{"_index":7202,"name":{},"parent":{"27470":{},"27471":{},"27472":{},"27473":{}}}],["pleroma/entities/filter.pleromaentity.application",{"_index":7203,"name":{},"parent":{"27475":{}}}],["pleroma/entities/filter.pleromaentity.application.__type",{"_index":7204,"name":{},"parent":{"27476":{},"27477":{},"27478":{}}}],["pleroma/entities/filter.pleromaentity.attachment",{"_index":7205,"name":{},"parent":{"27480":{}}}],["pleroma/entities/filter.pleromaentity.attachment.__type",{"_index":7206,"name":{},"parent":{"27481":{},"27482":{},"27483":{},"27484":{},"27485":{},"27486":{},"27487":{},"27488":{}}}],["pleroma/entities/filter.pleromaentity.card",{"_index":7207,"name":{},"parent":{"27490":{}}}],["pleroma/entities/filter.pleromaentity.card.__type",{"_index":7208,"name":{},"parent":{"27491":{},"27492":{},"27493":{},"27494":{},"27495":{},"27496":{},"27497":{},"27498":{},"27499":{},"27500":{},"27501":{},"27502":{},"27503":{}}}],["pleroma/entities/filter.pleromaentity.context",{"_index":7225,"name":{},"parent":{"27583":{}}}],["pleroma/entities/filter.pleromaentity.context.__type",{"_index":7226,"name":{},"parent":{"27584":{},"27585":{}}}],["pleroma/entities/filter.pleromaentity.conversation",{"_index":7227,"name":{},"parent":{"27587":{}}}],["pleroma/entities/filter.pleromaentity.conversation.__type",{"_index":7228,"name":{},"parent":{"27588":{},"27589":{},"27590":{},"27591":{}}}],["pleroma/entities/filter.pleromaentity.emoji",{"_index":7195,"name":{},"parent":{"27434":{}}}],["pleroma/entities/filter.pleromaentity.emoji.__type",{"_index":7196,"name":{},"parent":{"27435":{},"27436":{},"27437":{},"27438":{}}}],["pleroma/entities/filter.pleromaentity.featuredtag",{"_index":7229,"name":{},"parent":{"27593":{}}}],["pleroma/entities/filter.pleromaentity.featuredtag.__type",{"_index":7230,"name":{},"parent":{"27594":{},"27595":{},"27596":{},"27597":{}}}],["pleroma/entities/filter.pleromaentity.field",{"_index":7231,"name":{},"parent":{"27599":{}}}],["pleroma/entities/filter.pleromaentity.field.__type",{"_index":7232,"name":{},"parent":{"27600":{},"27601":{},"27602":{}}}],["pleroma/entities/filter.pleromaentity.filter",{"_index":7233,"name":{},"parent":{"27604":{}}}],["pleroma/entities/filter.pleromaentity.filter.__type",{"_index":7234,"name":{},"parent":{"27605":{},"27606":{},"27607":{},"27608":{},"27609":{},"27610":{}}}],["pleroma/entities/filter.pleromaentity.history",{"_index":7211,"name":{},"parent":{"27511":{}}}],["pleroma/entities/filter.pleromaentity.history.__type",{"_index":7212,"name":{},"parent":{"27512":{},"27513":{},"27514":{}}}],["pleroma/entities/filter.pleromaentity.identityproof",{"_index":7235,"name":{},"parent":{"27612":{}}}],["pleroma/entities/filter.pleromaentity.identityproof.__type",{"_index":7236,"name":{},"parent":{"27613":{},"27614":{},"27615":{},"27616":{},"27617":{}}}],["pleroma/entities/filter.pleromaentity.instance",{"_index":7241,"name":{},"parent":{"27627":{}}}],["pleroma/entities/filter.pleromaentity.instance.__type",{"_index":7242,"name":{},"parent":{"27628":{},"27629":{},"27630":{},"27631":{},"27632":{},"27633":{},"27634":{},"27635":{},"27636":{},"27637":{},"27638":{},"27639":{}}}],["pleroma/entities/filter.pleromaentity.list",{"_index":7243,"name":{},"parent":{"27641":{}}}],["pleroma/entities/filter.pleromaentity.list.__type",{"_index":7244,"name":{},"parent":{"27642":{},"27643":{}}}],["pleroma/entities/filter.pleromaentity.marker",{"_index":7245,"name":{},"parent":{"27645":{}}}],["pleroma/entities/filter.pleromaentity.marker.__type",{"_index":7246,"name":{},"parent":{"27646":{},"27647":{},"27651":{},"27652":{}}}],["pleroma/entities/filter.pleromaentity.marker.__type.__type",{"_index":7247,"name":{},"parent":{"27648":{},"27649":{},"27650":{},"27653":{},"27654":{},"27655":{}}}],["pleroma/entities/filter.pleromaentity.mention",{"_index":7209,"name":{},"parent":{"27505":{}}}],["pleroma/entities/filter.pleromaentity.mention.__type",{"_index":7210,"name":{},"parent":{"27506":{},"27507":{},"27508":{},"27509":{}}}],["pleroma/entities/filter.pleromaentity.notification",{"_index":7248,"name":{},"parent":{"27657":{}}}],["pleroma/entities/filter.pleromaentity.notification.__type",{"_index":7249,"name":{},"parent":{"27658":{},"27659":{},"27660":{},"27661":{},"27662":{},"27663":{}}}],["pleroma/entities/filter.pleromaentity.poll",{"_index":7217,"name":{},"parent":{"27525":{}}}],["pleroma/entities/filter.pleromaentity.poll.__type",{"_index":7218,"name":{},"parent":{"27526":{},"27527":{},"27528":{},"27529":{},"27530":{},"27531":{},"27532":{}}}],["pleroma/entities/filter.pleromaentity.polloption",{"_index":7215,"name":{},"parent":{"27521":{}}}],["pleroma/entities/filter.pleromaentity.polloption.__type",{"_index":7216,"name":{},"parent":{"27522":{},"27523":{}}}],["pleroma/entities/filter.pleromaentity.preferences",{"_index":7250,"name":{},"parent":{"27666":{}}}],["pleroma/entities/filter.pleromaentity.preferences.__type",{"_index":7251,"name":{},"parent":{"27667":{},"27668":{},"27669":{},"27670":{},"27671":{}}}],["pleroma/entities/filter.pleromaentity.pushsubscription",{"_index":7252,"name":{},"parent":{"27673":{}}}],["pleroma/entities/filter.pleromaentity.pushsubscription.__type",{"_index":7253,"name":{},"parent":{"27674":{},"27675":{},"27676":{},"27677":{}}}],["pleroma/entities/filter.pleromaentity.reaction",{"_index":7219,"name":{},"parent":{"27534":{}}}],["pleroma/entities/filter.pleromaentity.reaction.__type",{"_index":7220,"name":{},"parent":{"27535":{},"27536":{},"27537":{},"27538":{}}}],["pleroma/entities/filter.pleromaentity.relationship",{"_index":7254,"name":{},"parent":{"27679":{}}}],["pleroma/entities/filter.pleromaentity.relationship.__type",{"_index":7255,"name":{},"parent":{"27680":{},"27681":{},"27682":{},"27683":{},"27684":{},"27685":{},"27686":{},"27687":{},"27688":{},"27689":{}}}],["pleroma/entities/filter.pleromaentity.report",{"_index":7256,"name":{},"parent":{"27691":{}}}],["pleroma/entities/filter.pleromaentity.report.__type",{"_index":7257,"name":{},"parent":{"27692":{},"27693":{},"27694":{},"27695":{},"27696":{}}}],["pleroma/entities/filter.pleromaentity.results",{"_index":7258,"name":{},"parent":{"27698":{}}}],["pleroma/entities/filter.pleromaentity.results.__type",{"_index":7259,"name":{},"parent":{"27699":{},"27700":{},"27701":{}}}],["pleroma/entities/filter.pleromaentity.scheduledstatus",{"_index":7260,"name":{},"parent":{"27703":{}}}],["pleroma/entities/filter.pleromaentity.scheduledstatus.__type",{"_index":7261,"name":{},"parent":{"27704":{},"27705":{},"27706":{},"27707":{}}}],["pleroma/entities/filter.pleromaentity.source",{"_index":7197,"name":{},"parent":{"27440":{}}}],["pleroma/entities/filter.pleromaentity.source.__type",{"_index":7198,"name":{},"parent":{"27441":{},"27442":{},"27443":{},"27444":{},"27445":{}}}],["pleroma/entities/filter.pleromaentity.stats",{"_index":7239,"name":{},"parent":{"27622":{}}}],["pleroma/entities/filter.pleromaentity.stats.__type",{"_index":7240,"name":{},"parent":{"27623":{},"27624":{},"27625":{}}}],["pleroma/entities/filter.pleromaentity.status",{"_index":7221,"name":{},"parent":{"27540":{}}}],["pleroma/entities/filter.pleromaentity.status.__type",{"_index":7222,"name":{},"parent":{"27541":{},"27542":{},"27543":{},"27544":{},"27545":{},"27546":{},"27547":{},"27548":{},"27549":{},"27550":{},"27551":{},"27552":{},"27553":{},"27554":{},"27555":{},"27556":{},"27557":{},"27558":{},"27559":{},"27560":{},"27561":{},"27562":{},"27563":{},"27564":{},"27565":{},"27566":{},"27567":{},"27568":{},"27569":{},"27570":{}}}],["pleroma/entities/filter.pleromaentity.status.__type.__type",{"_index":7223,"name":{},"parent":{"27571":{},"27572":{},"27574":{},"27575":{},"27577":{},"27578":{},"27579":{},"27580":{},"27581":{}}}],["pleroma/entities/filter.pleromaentity.status.__type.__type.__type",{"_index":7224,"name":{},"parent":{"27573":{},"27576":{}}}],["pleroma/entities/filter.pleromaentity.statusparams",{"_index":7262,"name":{},"parent":{"27709":{}}}],["pleroma/entities/filter.pleromaentity.statusparams.__type",{"_index":7263,"name":{},"parent":{"27710":{},"27711":{},"27712":{},"27713":{},"27714":{},"27715":{},"27716":{},"27717":{}}}],["pleroma/entities/filter.pleromaentity.tag",{"_index":7213,"name":{},"parent":{"27516":{}}}],["pleroma/entities/filter.pleromaentity.tag.__type",{"_index":7214,"name":{},"parent":{"27517":{},"27518":{},"27519":{}}}],["pleroma/entities/filter.pleromaentity.token",{"_index":7264,"name":{},"parent":{"27719":{}}}],["pleroma/entities/filter.pleromaentity.token.__type",{"_index":7265,"name":{},"parent":{"27720":{},"27721":{},"27722":{},"27723":{}}}],["pleroma/entities/filter.pleromaentity.urls",{"_index":7237,"name":{},"parent":{"27619":{}}}],["pleroma/entities/filter.pleromaentity.urls.__type",{"_index":7238,"name":{},"parent":{"27620":{}}}],["pleroma/entities/history",{"_index":455,"name":{"965":{}},"parent":{"27724":{}}}],["pleroma/entities/history.pleromaentity",{"_index":7266,"name":{},"parent":{"27725":{},"27731":{},"27738":{},"27760":{},"27766":{},"27771":{},"27781":{},"27796":{},"27802":{},"27807":{},"27812":{},"27816":{},"27825":{},"27831":{},"27874":{},"27878":{},"27884":{},"27890":{},"27895":{},"27903":{},"27910":{},"27913":{},"27918":{},"27932":{},"27936":{},"27948":{},"27956":{},"27957":{},"27964":{},"27970":{},"27982":{},"27989":{},"27994":{},"28000":{},"28010":{}}}],["pleroma/entities/history.pleromaentity.account",{"_index":7271,"name":{},"parent":{"27739":{}}}],["pleroma/entities/history.pleromaentity.account.__type",{"_index":7272,"name":{},"parent":{"27740":{},"27741":{},"27742":{},"27743":{},"27744":{},"27745":{},"27746":{},"27747":{},"27748":{},"27749":{},"27750":{},"27751":{},"27752":{},"27753":{},"27754":{},"27755":{},"27756":{},"27757":{},"27758":{},"27759":{}}}],["pleroma/entities/history.pleromaentity.activity",{"_index":7273,"name":{},"parent":{"27761":{}}}],["pleroma/entities/history.pleromaentity.activity.__type",{"_index":7274,"name":{},"parent":{"27762":{},"27763":{},"27764":{},"27765":{}}}],["pleroma/entities/history.pleromaentity.application",{"_index":7275,"name":{},"parent":{"27767":{}}}],["pleroma/entities/history.pleromaentity.application.__type",{"_index":7276,"name":{},"parent":{"27768":{},"27769":{},"27770":{}}}],["pleroma/entities/history.pleromaentity.attachment",{"_index":7277,"name":{},"parent":{"27772":{}}}],["pleroma/entities/history.pleromaentity.attachment.__type",{"_index":7278,"name":{},"parent":{"27773":{},"27774":{},"27775":{},"27776":{},"27777":{},"27778":{},"27779":{},"27780":{}}}],["pleroma/entities/history.pleromaentity.card",{"_index":7279,"name":{},"parent":{"27782":{}}}],["pleroma/entities/history.pleromaentity.card.__type",{"_index":7280,"name":{},"parent":{"27783":{},"27784":{},"27785":{},"27786":{},"27787":{},"27788":{},"27789":{},"27790":{},"27791":{},"27792":{},"27793":{},"27794":{},"27795":{}}}],["pleroma/entities/history.pleromaentity.context",{"_index":7297,"name":{},"parent":{"27875":{}}}],["pleroma/entities/history.pleromaentity.context.__type",{"_index":7298,"name":{},"parent":{"27876":{},"27877":{}}}],["pleroma/entities/history.pleromaentity.conversation",{"_index":7299,"name":{},"parent":{"27879":{}}}],["pleroma/entities/history.pleromaentity.conversation.__type",{"_index":7300,"name":{},"parent":{"27880":{},"27881":{},"27882":{},"27883":{}}}],["pleroma/entities/history.pleromaentity.emoji",{"_index":7267,"name":{},"parent":{"27726":{}}}],["pleroma/entities/history.pleromaentity.emoji.__type",{"_index":7268,"name":{},"parent":{"27727":{},"27728":{},"27729":{},"27730":{}}}],["pleroma/entities/history.pleromaentity.featuredtag",{"_index":7301,"name":{},"parent":{"27885":{}}}],["pleroma/entities/history.pleromaentity.featuredtag.__type",{"_index":7302,"name":{},"parent":{"27886":{},"27887":{},"27888":{},"27889":{}}}],["pleroma/entities/history.pleromaentity.field",{"_index":7303,"name":{},"parent":{"27891":{}}}],["pleroma/entities/history.pleromaentity.field.__type",{"_index":7304,"name":{},"parent":{"27892":{},"27893":{},"27894":{}}}],["pleroma/entities/history.pleromaentity.filter",{"_index":7305,"name":{},"parent":{"27896":{}}}],["pleroma/entities/history.pleromaentity.filter.__type",{"_index":7306,"name":{},"parent":{"27897":{},"27898":{},"27899":{},"27900":{},"27901":{},"27902":{}}}],["pleroma/entities/history.pleromaentity.history",{"_index":7283,"name":{},"parent":{"27803":{}}}],["pleroma/entities/history.pleromaentity.history.__type",{"_index":7284,"name":{},"parent":{"27804":{},"27805":{},"27806":{}}}],["pleroma/entities/history.pleromaentity.identityproof",{"_index":7307,"name":{},"parent":{"27904":{}}}],["pleroma/entities/history.pleromaentity.identityproof.__type",{"_index":7308,"name":{},"parent":{"27905":{},"27906":{},"27907":{},"27908":{},"27909":{}}}],["pleroma/entities/history.pleromaentity.instance",{"_index":7313,"name":{},"parent":{"27919":{}}}],["pleroma/entities/history.pleromaentity.instance.__type",{"_index":7314,"name":{},"parent":{"27920":{},"27921":{},"27922":{},"27923":{},"27924":{},"27925":{},"27926":{},"27927":{},"27928":{},"27929":{},"27930":{},"27931":{}}}],["pleroma/entities/history.pleromaentity.list",{"_index":7315,"name":{},"parent":{"27933":{}}}],["pleroma/entities/history.pleromaentity.list.__type",{"_index":7316,"name":{},"parent":{"27934":{},"27935":{}}}],["pleroma/entities/history.pleromaentity.marker",{"_index":7317,"name":{},"parent":{"27937":{}}}],["pleroma/entities/history.pleromaentity.marker.__type",{"_index":7318,"name":{},"parent":{"27938":{},"27939":{},"27943":{},"27944":{}}}],["pleroma/entities/history.pleromaentity.marker.__type.__type",{"_index":7319,"name":{},"parent":{"27940":{},"27941":{},"27942":{},"27945":{},"27946":{},"27947":{}}}],["pleroma/entities/history.pleromaentity.mention",{"_index":7281,"name":{},"parent":{"27797":{}}}],["pleroma/entities/history.pleromaentity.mention.__type",{"_index":7282,"name":{},"parent":{"27798":{},"27799":{},"27800":{},"27801":{}}}],["pleroma/entities/history.pleromaentity.notification",{"_index":7320,"name":{},"parent":{"27949":{}}}],["pleroma/entities/history.pleromaentity.notification.__type",{"_index":7321,"name":{},"parent":{"27950":{},"27951":{},"27952":{},"27953":{},"27954":{},"27955":{}}}],["pleroma/entities/history.pleromaentity.poll",{"_index":7289,"name":{},"parent":{"27817":{}}}],["pleroma/entities/history.pleromaentity.poll.__type",{"_index":7290,"name":{},"parent":{"27818":{},"27819":{},"27820":{},"27821":{},"27822":{},"27823":{},"27824":{}}}],["pleroma/entities/history.pleromaentity.polloption",{"_index":7287,"name":{},"parent":{"27813":{}}}],["pleroma/entities/history.pleromaentity.polloption.__type",{"_index":7288,"name":{},"parent":{"27814":{},"27815":{}}}],["pleroma/entities/history.pleromaentity.preferences",{"_index":7322,"name":{},"parent":{"27958":{}}}],["pleroma/entities/history.pleromaentity.preferences.__type",{"_index":7323,"name":{},"parent":{"27959":{},"27960":{},"27961":{},"27962":{},"27963":{}}}],["pleroma/entities/history.pleromaentity.pushsubscription",{"_index":7324,"name":{},"parent":{"27965":{}}}],["pleroma/entities/history.pleromaentity.pushsubscription.__type",{"_index":7325,"name":{},"parent":{"27966":{},"27967":{},"27968":{},"27969":{}}}],["pleroma/entities/history.pleromaentity.reaction",{"_index":7291,"name":{},"parent":{"27826":{}}}],["pleroma/entities/history.pleromaentity.reaction.__type",{"_index":7292,"name":{},"parent":{"27827":{},"27828":{},"27829":{},"27830":{}}}],["pleroma/entities/history.pleromaentity.relationship",{"_index":7326,"name":{},"parent":{"27971":{}}}],["pleroma/entities/history.pleromaentity.relationship.__type",{"_index":7327,"name":{},"parent":{"27972":{},"27973":{},"27974":{},"27975":{},"27976":{},"27977":{},"27978":{},"27979":{},"27980":{},"27981":{}}}],["pleroma/entities/history.pleromaentity.report",{"_index":7328,"name":{},"parent":{"27983":{}}}],["pleroma/entities/history.pleromaentity.report.__type",{"_index":7329,"name":{},"parent":{"27984":{},"27985":{},"27986":{},"27987":{},"27988":{}}}],["pleroma/entities/history.pleromaentity.results",{"_index":7330,"name":{},"parent":{"27990":{}}}],["pleroma/entities/history.pleromaentity.results.__type",{"_index":7331,"name":{},"parent":{"27991":{},"27992":{},"27993":{}}}],["pleroma/entities/history.pleromaentity.scheduledstatus",{"_index":7332,"name":{},"parent":{"27995":{}}}],["pleroma/entities/history.pleromaentity.scheduledstatus.__type",{"_index":7333,"name":{},"parent":{"27996":{},"27997":{},"27998":{},"27999":{}}}],["pleroma/entities/history.pleromaentity.source",{"_index":7269,"name":{},"parent":{"27732":{}}}],["pleroma/entities/history.pleromaentity.source.__type",{"_index":7270,"name":{},"parent":{"27733":{},"27734":{},"27735":{},"27736":{},"27737":{}}}],["pleroma/entities/history.pleromaentity.stats",{"_index":7311,"name":{},"parent":{"27914":{}}}],["pleroma/entities/history.pleromaentity.stats.__type",{"_index":7312,"name":{},"parent":{"27915":{},"27916":{},"27917":{}}}],["pleroma/entities/history.pleromaentity.status",{"_index":7293,"name":{},"parent":{"27832":{}}}],["pleroma/entities/history.pleromaentity.status.__type",{"_index":7294,"name":{},"parent":{"27833":{},"27834":{},"27835":{},"27836":{},"27837":{},"27838":{},"27839":{},"27840":{},"27841":{},"27842":{},"27843":{},"27844":{},"27845":{},"27846":{},"27847":{},"27848":{},"27849":{},"27850":{},"27851":{},"27852":{},"27853":{},"27854":{},"27855":{},"27856":{},"27857":{},"27858":{},"27859":{},"27860":{},"27861":{},"27862":{}}}],["pleroma/entities/history.pleromaentity.status.__type.__type",{"_index":7295,"name":{},"parent":{"27863":{},"27864":{},"27866":{},"27867":{},"27869":{},"27870":{},"27871":{},"27872":{},"27873":{}}}],["pleroma/entities/history.pleromaentity.status.__type.__type.__type",{"_index":7296,"name":{},"parent":{"27865":{},"27868":{}}}],["pleroma/entities/history.pleromaentity.statusparams",{"_index":7334,"name":{},"parent":{"28001":{}}}],["pleroma/entities/history.pleromaentity.statusparams.__type",{"_index":7335,"name":{},"parent":{"28002":{},"28003":{},"28004":{},"28005":{},"28006":{},"28007":{},"28008":{},"28009":{}}}],["pleroma/entities/history.pleromaentity.tag",{"_index":7285,"name":{},"parent":{"27808":{}}}],["pleroma/entities/history.pleromaentity.tag.__type",{"_index":7286,"name":{},"parent":{"27809":{},"27810":{},"27811":{}}}],["pleroma/entities/history.pleromaentity.token",{"_index":7336,"name":{},"parent":{"28011":{}}}],["pleroma/entities/history.pleromaentity.token.__type",{"_index":7337,"name":{},"parent":{"28012":{},"28013":{},"28014":{},"28015":{}}}],["pleroma/entities/history.pleromaentity.urls",{"_index":7309,"name":{},"parent":{"27911":{}}}],["pleroma/entities/history.pleromaentity.urls.__type",{"_index":7310,"name":{},"parent":{"27912":{}}}],["pleroma/entities/identity_proof",{"_index":456,"name":{"966":{}},"parent":{"28016":{}}}],["pleroma/entities/identity_proof.pleromaentity",{"_index":7338,"name":{},"parent":{"28017":{},"28023":{},"28030":{},"28052":{},"28058":{},"28063":{},"28073":{},"28088":{},"28094":{},"28099":{},"28104":{},"28108":{},"28117":{},"28123":{},"28166":{},"28170":{},"28176":{},"28182":{},"28187":{},"28195":{},"28202":{},"28205":{},"28210":{},"28224":{},"28228":{},"28240":{},"28248":{},"28249":{},"28256":{},"28262":{},"28274":{},"28281":{},"28286":{},"28292":{},"28302":{}}}],["pleroma/entities/identity_proof.pleromaentity.account",{"_index":7343,"name":{},"parent":{"28031":{}}}],["pleroma/entities/identity_proof.pleromaentity.account.__type",{"_index":7344,"name":{},"parent":{"28032":{},"28033":{},"28034":{},"28035":{},"28036":{},"28037":{},"28038":{},"28039":{},"28040":{},"28041":{},"28042":{},"28043":{},"28044":{},"28045":{},"28046":{},"28047":{},"28048":{},"28049":{},"28050":{},"28051":{}}}],["pleroma/entities/identity_proof.pleromaentity.activity",{"_index":7345,"name":{},"parent":{"28053":{}}}],["pleroma/entities/identity_proof.pleromaentity.activity.__type",{"_index":7346,"name":{},"parent":{"28054":{},"28055":{},"28056":{},"28057":{}}}],["pleroma/entities/identity_proof.pleromaentity.application",{"_index":7347,"name":{},"parent":{"28059":{}}}],["pleroma/entities/identity_proof.pleromaentity.application.__type",{"_index":7348,"name":{},"parent":{"28060":{},"28061":{},"28062":{}}}],["pleroma/entities/identity_proof.pleromaentity.attachment",{"_index":7349,"name":{},"parent":{"28064":{}}}],["pleroma/entities/identity_proof.pleromaentity.attachment.__type",{"_index":7350,"name":{},"parent":{"28065":{},"28066":{},"28067":{},"28068":{},"28069":{},"28070":{},"28071":{},"28072":{}}}],["pleroma/entities/identity_proof.pleromaentity.card",{"_index":7351,"name":{},"parent":{"28074":{}}}],["pleroma/entities/identity_proof.pleromaentity.card.__type",{"_index":7352,"name":{},"parent":{"28075":{},"28076":{},"28077":{},"28078":{},"28079":{},"28080":{},"28081":{},"28082":{},"28083":{},"28084":{},"28085":{},"28086":{},"28087":{}}}],["pleroma/entities/identity_proof.pleromaentity.context",{"_index":7369,"name":{},"parent":{"28167":{}}}],["pleroma/entities/identity_proof.pleromaentity.context.__type",{"_index":7370,"name":{},"parent":{"28168":{},"28169":{}}}],["pleroma/entities/identity_proof.pleromaentity.conversation",{"_index":7371,"name":{},"parent":{"28171":{}}}],["pleroma/entities/identity_proof.pleromaentity.conversation.__type",{"_index":7372,"name":{},"parent":{"28172":{},"28173":{},"28174":{},"28175":{}}}],["pleroma/entities/identity_proof.pleromaentity.emoji",{"_index":7339,"name":{},"parent":{"28018":{}}}],["pleroma/entities/identity_proof.pleromaentity.emoji.__type",{"_index":7340,"name":{},"parent":{"28019":{},"28020":{},"28021":{},"28022":{}}}],["pleroma/entities/identity_proof.pleromaentity.featuredtag",{"_index":7373,"name":{},"parent":{"28177":{}}}],["pleroma/entities/identity_proof.pleromaentity.featuredtag.__type",{"_index":7374,"name":{},"parent":{"28178":{},"28179":{},"28180":{},"28181":{}}}],["pleroma/entities/identity_proof.pleromaentity.field",{"_index":7375,"name":{},"parent":{"28183":{}}}],["pleroma/entities/identity_proof.pleromaentity.field.__type",{"_index":7376,"name":{},"parent":{"28184":{},"28185":{},"28186":{}}}],["pleroma/entities/identity_proof.pleromaentity.filter",{"_index":7377,"name":{},"parent":{"28188":{}}}],["pleroma/entities/identity_proof.pleromaentity.filter.__type",{"_index":7378,"name":{},"parent":{"28189":{},"28190":{},"28191":{},"28192":{},"28193":{},"28194":{}}}],["pleroma/entities/identity_proof.pleromaentity.history",{"_index":7355,"name":{},"parent":{"28095":{}}}],["pleroma/entities/identity_proof.pleromaentity.history.__type",{"_index":7356,"name":{},"parent":{"28096":{},"28097":{},"28098":{}}}],["pleroma/entities/identity_proof.pleromaentity.identityproof",{"_index":7379,"name":{},"parent":{"28196":{}}}],["pleroma/entities/identity_proof.pleromaentity.identityproof.__type",{"_index":7380,"name":{},"parent":{"28197":{},"28198":{},"28199":{},"28200":{},"28201":{}}}],["pleroma/entities/identity_proof.pleromaentity.instance",{"_index":7385,"name":{},"parent":{"28211":{}}}],["pleroma/entities/identity_proof.pleromaentity.instance.__type",{"_index":7386,"name":{},"parent":{"28212":{},"28213":{},"28214":{},"28215":{},"28216":{},"28217":{},"28218":{},"28219":{},"28220":{},"28221":{},"28222":{},"28223":{}}}],["pleroma/entities/identity_proof.pleromaentity.list",{"_index":7387,"name":{},"parent":{"28225":{}}}],["pleroma/entities/identity_proof.pleromaentity.list.__type",{"_index":7388,"name":{},"parent":{"28226":{},"28227":{}}}],["pleroma/entities/identity_proof.pleromaentity.marker",{"_index":7389,"name":{},"parent":{"28229":{}}}],["pleroma/entities/identity_proof.pleromaentity.marker.__type",{"_index":7390,"name":{},"parent":{"28230":{},"28231":{},"28235":{},"28236":{}}}],["pleroma/entities/identity_proof.pleromaentity.marker.__type.__type",{"_index":7391,"name":{},"parent":{"28232":{},"28233":{},"28234":{},"28237":{},"28238":{},"28239":{}}}],["pleroma/entities/identity_proof.pleromaentity.mention",{"_index":7353,"name":{},"parent":{"28089":{}}}],["pleroma/entities/identity_proof.pleromaentity.mention.__type",{"_index":7354,"name":{},"parent":{"28090":{},"28091":{},"28092":{},"28093":{}}}],["pleroma/entities/identity_proof.pleromaentity.notification",{"_index":7392,"name":{},"parent":{"28241":{}}}],["pleroma/entities/identity_proof.pleromaentity.notification.__type",{"_index":7393,"name":{},"parent":{"28242":{},"28243":{},"28244":{},"28245":{},"28246":{},"28247":{}}}],["pleroma/entities/identity_proof.pleromaentity.poll",{"_index":7361,"name":{},"parent":{"28109":{}}}],["pleroma/entities/identity_proof.pleromaentity.poll.__type",{"_index":7362,"name":{},"parent":{"28110":{},"28111":{},"28112":{},"28113":{},"28114":{},"28115":{},"28116":{}}}],["pleroma/entities/identity_proof.pleromaentity.polloption",{"_index":7359,"name":{},"parent":{"28105":{}}}],["pleroma/entities/identity_proof.pleromaentity.polloption.__type",{"_index":7360,"name":{},"parent":{"28106":{},"28107":{}}}],["pleroma/entities/identity_proof.pleromaentity.preferences",{"_index":7394,"name":{},"parent":{"28250":{}}}],["pleroma/entities/identity_proof.pleromaentity.preferences.__type",{"_index":7395,"name":{},"parent":{"28251":{},"28252":{},"28253":{},"28254":{},"28255":{}}}],["pleroma/entities/identity_proof.pleromaentity.pushsubscription",{"_index":7396,"name":{},"parent":{"28257":{}}}],["pleroma/entities/identity_proof.pleromaentity.pushsubscription.__type",{"_index":7397,"name":{},"parent":{"28258":{},"28259":{},"28260":{},"28261":{}}}],["pleroma/entities/identity_proof.pleromaentity.reaction",{"_index":7363,"name":{},"parent":{"28118":{}}}],["pleroma/entities/identity_proof.pleromaentity.reaction.__type",{"_index":7364,"name":{},"parent":{"28119":{},"28120":{},"28121":{},"28122":{}}}],["pleroma/entities/identity_proof.pleromaentity.relationship",{"_index":7398,"name":{},"parent":{"28263":{}}}],["pleroma/entities/identity_proof.pleromaentity.relationship.__type",{"_index":7399,"name":{},"parent":{"28264":{},"28265":{},"28266":{},"28267":{},"28268":{},"28269":{},"28270":{},"28271":{},"28272":{},"28273":{}}}],["pleroma/entities/identity_proof.pleromaentity.report",{"_index":7400,"name":{},"parent":{"28275":{}}}],["pleroma/entities/identity_proof.pleromaentity.report.__type",{"_index":7401,"name":{},"parent":{"28276":{},"28277":{},"28278":{},"28279":{},"28280":{}}}],["pleroma/entities/identity_proof.pleromaentity.results",{"_index":7402,"name":{},"parent":{"28282":{}}}],["pleroma/entities/identity_proof.pleromaentity.results.__type",{"_index":7403,"name":{},"parent":{"28283":{},"28284":{},"28285":{}}}],["pleroma/entities/identity_proof.pleromaentity.scheduledstatus",{"_index":7404,"name":{},"parent":{"28287":{}}}],["pleroma/entities/identity_proof.pleromaentity.scheduledstatus.__type",{"_index":7405,"name":{},"parent":{"28288":{},"28289":{},"28290":{},"28291":{}}}],["pleroma/entities/identity_proof.pleromaentity.source",{"_index":7341,"name":{},"parent":{"28024":{}}}],["pleroma/entities/identity_proof.pleromaentity.source.__type",{"_index":7342,"name":{},"parent":{"28025":{},"28026":{},"28027":{},"28028":{},"28029":{}}}],["pleroma/entities/identity_proof.pleromaentity.stats",{"_index":7383,"name":{},"parent":{"28206":{}}}],["pleroma/entities/identity_proof.pleromaentity.stats.__type",{"_index":7384,"name":{},"parent":{"28207":{},"28208":{},"28209":{}}}],["pleroma/entities/identity_proof.pleromaentity.status",{"_index":7365,"name":{},"parent":{"28124":{}}}],["pleroma/entities/identity_proof.pleromaentity.status.__type",{"_index":7366,"name":{},"parent":{"28125":{},"28126":{},"28127":{},"28128":{},"28129":{},"28130":{},"28131":{},"28132":{},"28133":{},"28134":{},"28135":{},"28136":{},"28137":{},"28138":{},"28139":{},"28140":{},"28141":{},"28142":{},"28143":{},"28144":{},"28145":{},"28146":{},"28147":{},"28148":{},"28149":{},"28150":{},"28151":{},"28152":{},"28153":{},"28154":{}}}],["pleroma/entities/identity_proof.pleromaentity.status.__type.__type",{"_index":7367,"name":{},"parent":{"28155":{},"28156":{},"28158":{},"28159":{},"28161":{},"28162":{},"28163":{},"28164":{},"28165":{}}}],["pleroma/entities/identity_proof.pleromaentity.status.__type.__type.__type",{"_index":7368,"name":{},"parent":{"28157":{},"28160":{}}}],["pleroma/entities/identity_proof.pleromaentity.statusparams",{"_index":7406,"name":{},"parent":{"28293":{}}}],["pleroma/entities/identity_proof.pleromaentity.statusparams.__type",{"_index":7407,"name":{},"parent":{"28294":{},"28295":{},"28296":{},"28297":{},"28298":{},"28299":{},"28300":{},"28301":{}}}],["pleroma/entities/identity_proof.pleromaentity.tag",{"_index":7357,"name":{},"parent":{"28100":{}}}],["pleroma/entities/identity_proof.pleromaentity.tag.__type",{"_index":7358,"name":{},"parent":{"28101":{},"28102":{},"28103":{}}}],["pleroma/entities/identity_proof.pleromaentity.token",{"_index":7408,"name":{},"parent":{"28303":{}}}],["pleroma/entities/identity_proof.pleromaentity.token.__type",{"_index":7409,"name":{},"parent":{"28304":{},"28305":{},"28306":{},"28307":{}}}],["pleroma/entities/identity_proof.pleromaentity.urls",{"_index":7381,"name":{},"parent":{"28203":{}}}],["pleroma/entities/identity_proof.pleromaentity.urls.__type",{"_index":7382,"name":{},"parent":{"28204":{}}}],["pleroma/entities/instance",{"_index":457,"name":{"967":{}},"parent":{"28308":{}}}],["pleroma/entities/instance.pleromaentity",{"_index":7410,"name":{},"parent":{"28309":{},"28315":{},"28322":{},"28344":{},"28350":{},"28355":{},"28365":{},"28380":{},"28386":{},"28391":{},"28396":{},"28400":{},"28409":{},"28415":{},"28458":{},"28462":{},"28468":{},"28474":{},"28479":{},"28487":{},"28494":{},"28497":{},"28502":{},"28516":{},"28520":{},"28532":{},"28540":{},"28541":{},"28548":{},"28554":{},"28566":{},"28573":{},"28578":{},"28584":{},"28594":{}}}],["pleroma/entities/instance.pleromaentity.account",{"_index":7415,"name":{},"parent":{"28323":{}}}],["pleroma/entities/instance.pleromaentity.account.__type",{"_index":7416,"name":{},"parent":{"28324":{},"28325":{},"28326":{},"28327":{},"28328":{},"28329":{},"28330":{},"28331":{},"28332":{},"28333":{},"28334":{},"28335":{},"28336":{},"28337":{},"28338":{},"28339":{},"28340":{},"28341":{},"28342":{},"28343":{}}}],["pleroma/entities/instance.pleromaentity.activity",{"_index":7417,"name":{},"parent":{"28345":{}}}],["pleroma/entities/instance.pleromaentity.activity.__type",{"_index":7418,"name":{},"parent":{"28346":{},"28347":{},"28348":{},"28349":{}}}],["pleroma/entities/instance.pleromaentity.application",{"_index":7419,"name":{},"parent":{"28351":{}}}],["pleroma/entities/instance.pleromaentity.application.__type",{"_index":7420,"name":{},"parent":{"28352":{},"28353":{},"28354":{}}}],["pleroma/entities/instance.pleromaentity.attachment",{"_index":7421,"name":{},"parent":{"28356":{}}}],["pleroma/entities/instance.pleromaentity.attachment.__type",{"_index":7422,"name":{},"parent":{"28357":{},"28358":{},"28359":{},"28360":{},"28361":{},"28362":{},"28363":{},"28364":{}}}],["pleroma/entities/instance.pleromaentity.card",{"_index":7423,"name":{},"parent":{"28366":{}}}],["pleroma/entities/instance.pleromaentity.card.__type",{"_index":7424,"name":{},"parent":{"28367":{},"28368":{},"28369":{},"28370":{},"28371":{},"28372":{},"28373":{},"28374":{},"28375":{},"28376":{},"28377":{},"28378":{},"28379":{}}}],["pleroma/entities/instance.pleromaentity.context",{"_index":7441,"name":{},"parent":{"28459":{}}}],["pleroma/entities/instance.pleromaentity.context.__type",{"_index":7442,"name":{},"parent":{"28460":{},"28461":{}}}],["pleroma/entities/instance.pleromaentity.conversation",{"_index":7443,"name":{},"parent":{"28463":{}}}],["pleroma/entities/instance.pleromaentity.conversation.__type",{"_index":7444,"name":{},"parent":{"28464":{},"28465":{},"28466":{},"28467":{}}}],["pleroma/entities/instance.pleromaentity.emoji",{"_index":7411,"name":{},"parent":{"28310":{}}}],["pleroma/entities/instance.pleromaentity.emoji.__type",{"_index":7412,"name":{},"parent":{"28311":{},"28312":{},"28313":{},"28314":{}}}],["pleroma/entities/instance.pleromaentity.featuredtag",{"_index":7445,"name":{},"parent":{"28469":{}}}],["pleroma/entities/instance.pleromaentity.featuredtag.__type",{"_index":7446,"name":{},"parent":{"28470":{},"28471":{},"28472":{},"28473":{}}}],["pleroma/entities/instance.pleromaentity.field",{"_index":7447,"name":{},"parent":{"28475":{}}}],["pleroma/entities/instance.pleromaentity.field.__type",{"_index":7448,"name":{},"parent":{"28476":{},"28477":{},"28478":{}}}],["pleroma/entities/instance.pleromaentity.filter",{"_index":7449,"name":{},"parent":{"28480":{}}}],["pleroma/entities/instance.pleromaentity.filter.__type",{"_index":7450,"name":{},"parent":{"28481":{},"28482":{},"28483":{},"28484":{},"28485":{},"28486":{}}}],["pleroma/entities/instance.pleromaentity.history",{"_index":7427,"name":{},"parent":{"28387":{}}}],["pleroma/entities/instance.pleromaentity.history.__type",{"_index":7428,"name":{},"parent":{"28388":{},"28389":{},"28390":{}}}],["pleroma/entities/instance.pleromaentity.identityproof",{"_index":7451,"name":{},"parent":{"28488":{}}}],["pleroma/entities/instance.pleromaentity.identityproof.__type",{"_index":7452,"name":{},"parent":{"28489":{},"28490":{},"28491":{},"28492":{},"28493":{}}}],["pleroma/entities/instance.pleromaentity.instance",{"_index":7457,"name":{},"parent":{"28503":{}}}],["pleroma/entities/instance.pleromaentity.instance.__type",{"_index":7458,"name":{},"parent":{"28504":{},"28505":{},"28506":{},"28507":{},"28508":{},"28509":{},"28510":{},"28511":{},"28512":{},"28513":{},"28514":{},"28515":{}}}],["pleroma/entities/instance.pleromaentity.list",{"_index":7459,"name":{},"parent":{"28517":{}}}],["pleroma/entities/instance.pleromaentity.list.__type",{"_index":7460,"name":{},"parent":{"28518":{},"28519":{}}}],["pleroma/entities/instance.pleromaentity.marker",{"_index":7461,"name":{},"parent":{"28521":{}}}],["pleroma/entities/instance.pleromaentity.marker.__type",{"_index":7462,"name":{},"parent":{"28522":{},"28523":{},"28527":{},"28528":{}}}],["pleroma/entities/instance.pleromaentity.marker.__type.__type",{"_index":7463,"name":{},"parent":{"28524":{},"28525":{},"28526":{},"28529":{},"28530":{},"28531":{}}}],["pleroma/entities/instance.pleromaentity.mention",{"_index":7425,"name":{},"parent":{"28381":{}}}],["pleroma/entities/instance.pleromaentity.mention.__type",{"_index":7426,"name":{},"parent":{"28382":{},"28383":{},"28384":{},"28385":{}}}],["pleroma/entities/instance.pleromaentity.notification",{"_index":7464,"name":{},"parent":{"28533":{}}}],["pleroma/entities/instance.pleromaentity.notification.__type",{"_index":7465,"name":{},"parent":{"28534":{},"28535":{},"28536":{},"28537":{},"28538":{},"28539":{}}}],["pleroma/entities/instance.pleromaentity.poll",{"_index":7433,"name":{},"parent":{"28401":{}}}],["pleroma/entities/instance.pleromaentity.poll.__type",{"_index":7434,"name":{},"parent":{"28402":{},"28403":{},"28404":{},"28405":{},"28406":{},"28407":{},"28408":{}}}],["pleroma/entities/instance.pleromaentity.polloption",{"_index":7431,"name":{},"parent":{"28397":{}}}],["pleroma/entities/instance.pleromaentity.polloption.__type",{"_index":7432,"name":{},"parent":{"28398":{},"28399":{}}}],["pleroma/entities/instance.pleromaentity.preferences",{"_index":7466,"name":{},"parent":{"28542":{}}}],["pleroma/entities/instance.pleromaentity.preferences.__type",{"_index":7467,"name":{},"parent":{"28543":{},"28544":{},"28545":{},"28546":{},"28547":{}}}],["pleroma/entities/instance.pleromaentity.pushsubscription",{"_index":7468,"name":{},"parent":{"28549":{}}}],["pleroma/entities/instance.pleromaentity.pushsubscription.__type",{"_index":7469,"name":{},"parent":{"28550":{},"28551":{},"28552":{},"28553":{}}}],["pleroma/entities/instance.pleromaentity.reaction",{"_index":7435,"name":{},"parent":{"28410":{}}}],["pleroma/entities/instance.pleromaentity.reaction.__type",{"_index":7436,"name":{},"parent":{"28411":{},"28412":{},"28413":{},"28414":{}}}],["pleroma/entities/instance.pleromaentity.relationship",{"_index":7470,"name":{},"parent":{"28555":{}}}],["pleroma/entities/instance.pleromaentity.relationship.__type",{"_index":7471,"name":{},"parent":{"28556":{},"28557":{},"28558":{},"28559":{},"28560":{},"28561":{},"28562":{},"28563":{},"28564":{},"28565":{}}}],["pleroma/entities/instance.pleromaentity.report",{"_index":7472,"name":{},"parent":{"28567":{}}}],["pleroma/entities/instance.pleromaentity.report.__type",{"_index":7473,"name":{},"parent":{"28568":{},"28569":{},"28570":{},"28571":{},"28572":{}}}],["pleroma/entities/instance.pleromaentity.results",{"_index":7474,"name":{},"parent":{"28574":{}}}],["pleroma/entities/instance.pleromaentity.results.__type",{"_index":7475,"name":{},"parent":{"28575":{},"28576":{},"28577":{}}}],["pleroma/entities/instance.pleromaentity.scheduledstatus",{"_index":7476,"name":{},"parent":{"28579":{}}}],["pleroma/entities/instance.pleromaentity.scheduledstatus.__type",{"_index":7477,"name":{},"parent":{"28580":{},"28581":{},"28582":{},"28583":{}}}],["pleroma/entities/instance.pleromaentity.source",{"_index":7413,"name":{},"parent":{"28316":{}}}],["pleroma/entities/instance.pleromaentity.source.__type",{"_index":7414,"name":{},"parent":{"28317":{},"28318":{},"28319":{},"28320":{},"28321":{}}}],["pleroma/entities/instance.pleromaentity.stats",{"_index":7455,"name":{},"parent":{"28498":{}}}],["pleroma/entities/instance.pleromaentity.stats.__type",{"_index":7456,"name":{},"parent":{"28499":{},"28500":{},"28501":{}}}],["pleroma/entities/instance.pleromaentity.status",{"_index":7437,"name":{},"parent":{"28416":{}}}],["pleroma/entities/instance.pleromaentity.status.__type",{"_index":7438,"name":{},"parent":{"28417":{},"28418":{},"28419":{},"28420":{},"28421":{},"28422":{},"28423":{},"28424":{},"28425":{},"28426":{},"28427":{},"28428":{},"28429":{},"28430":{},"28431":{},"28432":{},"28433":{},"28434":{},"28435":{},"28436":{},"28437":{},"28438":{},"28439":{},"28440":{},"28441":{},"28442":{},"28443":{},"28444":{},"28445":{},"28446":{}}}],["pleroma/entities/instance.pleromaentity.status.__type.__type",{"_index":7439,"name":{},"parent":{"28447":{},"28448":{},"28450":{},"28451":{},"28453":{},"28454":{},"28455":{},"28456":{},"28457":{}}}],["pleroma/entities/instance.pleromaentity.status.__type.__type.__type",{"_index":7440,"name":{},"parent":{"28449":{},"28452":{}}}],["pleroma/entities/instance.pleromaentity.statusparams",{"_index":7478,"name":{},"parent":{"28585":{}}}],["pleroma/entities/instance.pleromaentity.statusparams.__type",{"_index":7479,"name":{},"parent":{"28586":{},"28587":{},"28588":{},"28589":{},"28590":{},"28591":{},"28592":{},"28593":{}}}],["pleroma/entities/instance.pleromaentity.tag",{"_index":7429,"name":{},"parent":{"28392":{}}}],["pleroma/entities/instance.pleromaentity.tag.__type",{"_index":7430,"name":{},"parent":{"28393":{},"28394":{},"28395":{}}}],["pleroma/entities/instance.pleromaentity.token",{"_index":7480,"name":{},"parent":{"28595":{}}}],["pleroma/entities/instance.pleromaentity.token.__type",{"_index":7481,"name":{},"parent":{"28596":{},"28597":{},"28598":{},"28599":{}}}],["pleroma/entities/instance.pleromaentity.urls",{"_index":7453,"name":{},"parent":{"28495":{}}}],["pleroma/entities/instance.pleromaentity.urls.__type",{"_index":7454,"name":{},"parent":{"28496":{}}}],["pleroma/entities/list",{"_index":458,"name":{"968":{}},"parent":{"28600":{}}}],["pleroma/entities/list.pleromaentity",{"_index":7482,"name":{},"parent":{"28601":{},"28607":{},"28614":{},"28636":{},"28642":{},"28647":{},"28657":{},"28672":{},"28678":{},"28683":{},"28688":{},"28692":{},"28701":{},"28707":{},"28750":{},"28754":{},"28760":{},"28766":{},"28771":{},"28779":{},"28786":{},"28789":{},"28794":{},"28808":{},"28812":{},"28824":{},"28832":{},"28833":{},"28840":{},"28846":{},"28858":{},"28865":{},"28870":{},"28876":{},"28886":{}}}],["pleroma/entities/list.pleromaentity.account",{"_index":7487,"name":{},"parent":{"28615":{}}}],["pleroma/entities/list.pleromaentity.account.__type",{"_index":7488,"name":{},"parent":{"28616":{},"28617":{},"28618":{},"28619":{},"28620":{},"28621":{},"28622":{},"28623":{},"28624":{},"28625":{},"28626":{},"28627":{},"28628":{},"28629":{},"28630":{},"28631":{},"28632":{},"28633":{},"28634":{},"28635":{}}}],["pleroma/entities/list.pleromaentity.activity",{"_index":7489,"name":{},"parent":{"28637":{}}}],["pleroma/entities/list.pleromaentity.activity.__type",{"_index":7490,"name":{},"parent":{"28638":{},"28639":{},"28640":{},"28641":{}}}],["pleroma/entities/list.pleromaentity.application",{"_index":7491,"name":{},"parent":{"28643":{}}}],["pleroma/entities/list.pleromaentity.application.__type",{"_index":7492,"name":{},"parent":{"28644":{},"28645":{},"28646":{}}}],["pleroma/entities/list.pleromaentity.attachment",{"_index":7493,"name":{},"parent":{"28648":{}}}],["pleroma/entities/list.pleromaentity.attachment.__type",{"_index":7494,"name":{},"parent":{"28649":{},"28650":{},"28651":{},"28652":{},"28653":{},"28654":{},"28655":{},"28656":{}}}],["pleroma/entities/list.pleromaentity.card",{"_index":7495,"name":{},"parent":{"28658":{}}}],["pleroma/entities/list.pleromaentity.card.__type",{"_index":7496,"name":{},"parent":{"28659":{},"28660":{},"28661":{},"28662":{},"28663":{},"28664":{},"28665":{},"28666":{},"28667":{},"28668":{},"28669":{},"28670":{},"28671":{}}}],["pleroma/entities/list.pleromaentity.context",{"_index":7513,"name":{},"parent":{"28751":{}}}],["pleroma/entities/list.pleromaentity.context.__type",{"_index":7514,"name":{},"parent":{"28752":{},"28753":{}}}],["pleroma/entities/list.pleromaentity.conversation",{"_index":7515,"name":{},"parent":{"28755":{}}}],["pleroma/entities/list.pleromaentity.conversation.__type",{"_index":7516,"name":{},"parent":{"28756":{},"28757":{},"28758":{},"28759":{}}}],["pleroma/entities/list.pleromaentity.emoji",{"_index":7483,"name":{},"parent":{"28602":{}}}],["pleroma/entities/list.pleromaentity.emoji.__type",{"_index":7484,"name":{},"parent":{"28603":{},"28604":{},"28605":{},"28606":{}}}],["pleroma/entities/list.pleromaentity.featuredtag",{"_index":7517,"name":{},"parent":{"28761":{}}}],["pleroma/entities/list.pleromaentity.featuredtag.__type",{"_index":7518,"name":{},"parent":{"28762":{},"28763":{},"28764":{},"28765":{}}}],["pleroma/entities/list.pleromaentity.field",{"_index":7519,"name":{},"parent":{"28767":{}}}],["pleroma/entities/list.pleromaentity.field.__type",{"_index":7520,"name":{},"parent":{"28768":{},"28769":{},"28770":{}}}],["pleroma/entities/list.pleromaentity.filter",{"_index":7521,"name":{},"parent":{"28772":{}}}],["pleroma/entities/list.pleromaentity.filter.__type",{"_index":7522,"name":{},"parent":{"28773":{},"28774":{},"28775":{},"28776":{},"28777":{},"28778":{}}}],["pleroma/entities/list.pleromaentity.history",{"_index":7499,"name":{},"parent":{"28679":{}}}],["pleroma/entities/list.pleromaentity.history.__type",{"_index":7500,"name":{},"parent":{"28680":{},"28681":{},"28682":{}}}],["pleroma/entities/list.pleromaentity.identityproof",{"_index":7523,"name":{},"parent":{"28780":{}}}],["pleroma/entities/list.pleromaentity.identityproof.__type",{"_index":7524,"name":{},"parent":{"28781":{},"28782":{},"28783":{},"28784":{},"28785":{}}}],["pleroma/entities/list.pleromaentity.instance",{"_index":7529,"name":{},"parent":{"28795":{}}}],["pleroma/entities/list.pleromaentity.instance.__type",{"_index":7530,"name":{},"parent":{"28796":{},"28797":{},"28798":{},"28799":{},"28800":{},"28801":{},"28802":{},"28803":{},"28804":{},"28805":{},"28806":{},"28807":{}}}],["pleroma/entities/list.pleromaentity.list",{"_index":7531,"name":{},"parent":{"28809":{}}}],["pleroma/entities/list.pleromaentity.list.__type",{"_index":7532,"name":{},"parent":{"28810":{},"28811":{}}}],["pleroma/entities/list.pleromaentity.marker",{"_index":7533,"name":{},"parent":{"28813":{}}}],["pleroma/entities/list.pleromaentity.marker.__type",{"_index":7534,"name":{},"parent":{"28814":{},"28815":{},"28819":{},"28820":{}}}],["pleroma/entities/list.pleromaentity.marker.__type.__type",{"_index":7535,"name":{},"parent":{"28816":{},"28817":{},"28818":{},"28821":{},"28822":{},"28823":{}}}],["pleroma/entities/list.pleromaentity.mention",{"_index":7497,"name":{},"parent":{"28673":{}}}],["pleroma/entities/list.pleromaentity.mention.__type",{"_index":7498,"name":{},"parent":{"28674":{},"28675":{},"28676":{},"28677":{}}}],["pleroma/entities/list.pleromaentity.notification",{"_index":7536,"name":{},"parent":{"28825":{}}}],["pleroma/entities/list.pleromaentity.notification.__type",{"_index":7537,"name":{},"parent":{"28826":{},"28827":{},"28828":{},"28829":{},"28830":{},"28831":{}}}],["pleroma/entities/list.pleromaentity.poll",{"_index":7505,"name":{},"parent":{"28693":{}}}],["pleroma/entities/list.pleromaentity.poll.__type",{"_index":7506,"name":{},"parent":{"28694":{},"28695":{},"28696":{},"28697":{},"28698":{},"28699":{},"28700":{}}}],["pleroma/entities/list.pleromaentity.polloption",{"_index":7503,"name":{},"parent":{"28689":{}}}],["pleroma/entities/list.pleromaentity.polloption.__type",{"_index":7504,"name":{},"parent":{"28690":{},"28691":{}}}],["pleroma/entities/list.pleromaentity.preferences",{"_index":7538,"name":{},"parent":{"28834":{}}}],["pleroma/entities/list.pleromaentity.preferences.__type",{"_index":7539,"name":{},"parent":{"28835":{},"28836":{},"28837":{},"28838":{},"28839":{}}}],["pleroma/entities/list.pleromaentity.pushsubscription",{"_index":7540,"name":{},"parent":{"28841":{}}}],["pleroma/entities/list.pleromaentity.pushsubscription.__type",{"_index":7541,"name":{},"parent":{"28842":{},"28843":{},"28844":{},"28845":{}}}],["pleroma/entities/list.pleromaentity.reaction",{"_index":7507,"name":{},"parent":{"28702":{}}}],["pleroma/entities/list.pleromaentity.reaction.__type",{"_index":7508,"name":{},"parent":{"28703":{},"28704":{},"28705":{},"28706":{}}}],["pleroma/entities/list.pleromaentity.relationship",{"_index":7542,"name":{},"parent":{"28847":{}}}],["pleroma/entities/list.pleromaentity.relationship.__type",{"_index":7543,"name":{},"parent":{"28848":{},"28849":{},"28850":{},"28851":{},"28852":{},"28853":{},"28854":{},"28855":{},"28856":{},"28857":{}}}],["pleroma/entities/list.pleromaentity.report",{"_index":7544,"name":{},"parent":{"28859":{}}}],["pleroma/entities/list.pleromaentity.report.__type",{"_index":7545,"name":{},"parent":{"28860":{},"28861":{},"28862":{},"28863":{},"28864":{}}}],["pleroma/entities/list.pleromaentity.results",{"_index":7546,"name":{},"parent":{"28866":{}}}],["pleroma/entities/list.pleromaentity.results.__type",{"_index":7547,"name":{},"parent":{"28867":{},"28868":{},"28869":{}}}],["pleroma/entities/list.pleromaentity.scheduledstatus",{"_index":7548,"name":{},"parent":{"28871":{}}}],["pleroma/entities/list.pleromaentity.scheduledstatus.__type",{"_index":7549,"name":{},"parent":{"28872":{},"28873":{},"28874":{},"28875":{}}}],["pleroma/entities/list.pleromaentity.source",{"_index":7485,"name":{},"parent":{"28608":{}}}],["pleroma/entities/list.pleromaentity.source.__type",{"_index":7486,"name":{},"parent":{"28609":{},"28610":{},"28611":{},"28612":{},"28613":{}}}],["pleroma/entities/list.pleromaentity.stats",{"_index":7527,"name":{},"parent":{"28790":{}}}],["pleroma/entities/list.pleromaentity.stats.__type",{"_index":7528,"name":{},"parent":{"28791":{},"28792":{},"28793":{}}}],["pleroma/entities/list.pleromaentity.status",{"_index":7509,"name":{},"parent":{"28708":{}}}],["pleroma/entities/list.pleromaentity.status.__type",{"_index":7510,"name":{},"parent":{"28709":{},"28710":{},"28711":{},"28712":{},"28713":{},"28714":{},"28715":{},"28716":{},"28717":{},"28718":{},"28719":{},"28720":{},"28721":{},"28722":{},"28723":{},"28724":{},"28725":{},"28726":{},"28727":{},"28728":{},"28729":{},"28730":{},"28731":{},"28732":{},"28733":{},"28734":{},"28735":{},"28736":{},"28737":{},"28738":{}}}],["pleroma/entities/list.pleromaentity.status.__type.__type",{"_index":7511,"name":{},"parent":{"28739":{},"28740":{},"28742":{},"28743":{},"28745":{},"28746":{},"28747":{},"28748":{},"28749":{}}}],["pleroma/entities/list.pleromaentity.status.__type.__type.__type",{"_index":7512,"name":{},"parent":{"28741":{},"28744":{}}}],["pleroma/entities/list.pleromaentity.statusparams",{"_index":7550,"name":{},"parent":{"28877":{}}}],["pleroma/entities/list.pleromaentity.statusparams.__type",{"_index":7551,"name":{},"parent":{"28878":{},"28879":{},"28880":{},"28881":{},"28882":{},"28883":{},"28884":{},"28885":{}}}],["pleroma/entities/list.pleromaentity.tag",{"_index":7501,"name":{},"parent":{"28684":{}}}],["pleroma/entities/list.pleromaentity.tag.__type",{"_index":7502,"name":{},"parent":{"28685":{},"28686":{},"28687":{}}}],["pleroma/entities/list.pleromaentity.token",{"_index":7552,"name":{},"parent":{"28887":{}}}],["pleroma/entities/list.pleromaentity.token.__type",{"_index":7553,"name":{},"parent":{"28888":{},"28889":{},"28890":{},"28891":{}}}],["pleroma/entities/list.pleromaentity.urls",{"_index":7525,"name":{},"parent":{"28787":{}}}],["pleroma/entities/list.pleromaentity.urls.__type",{"_index":7526,"name":{},"parent":{"28788":{}}}],["pleroma/entities/marker",{"_index":459,"name":{"969":{}},"parent":{"28892":{}}}],["pleroma/entities/marker.pleromaentity",{"_index":7554,"name":{},"parent":{"28893":{},"28899":{},"28906":{},"28928":{},"28934":{},"28939":{},"28949":{},"28964":{},"28970":{},"28975":{},"28980":{},"28984":{},"28993":{},"28999":{},"29042":{},"29046":{},"29052":{},"29058":{},"29063":{},"29071":{},"29078":{},"29081":{},"29086":{},"29100":{},"29104":{},"29116":{},"29124":{},"29125":{},"29132":{},"29138":{},"29150":{},"29157":{},"29162":{},"29168":{},"29178":{}}}],["pleroma/entities/marker.pleromaentity.account",{"_index":7559,"name":{},"parent":{"28907":{}}}],["pleroma/entities/marker.pleromaentity.account.__type",{"_index":7560,"name":{},"parent":{"28908":{},"28909":{},"28910":{},"28911":{},"28912":{},"28913":{},"28914":{},"28915":{},"28916":{},"28917":{},"28918":{},"28919":{},"28920":{},"28921":{},"28922":{},"28923":{},"28924":{},"28925":{},"28926":{},"28927":{}}}],["pleroma/entities/marker.pleromaentity.activity",{"_index":7561,"name":{},"parent":{"28929":{}}}],["pleroma/entities/marker.pleromaentity.activity.__type",{"_index":7562,"name":{},"parent":{"28930":{},"28931":{},"28932":{},"28933":{}}}],["pleroma/entities/marker.pleromaentity.application",{"_index":7563,"name":{},"parent":{"28935":{}}}],["pleroma/entities/marker.pleromaentity.application.__type",{"_index":7564,"name":{},"parent":{"28936":{},"28937":{},"28938":{}}}],["pleroma/entities/marker.pleromaentity.attachment",{"_index":7565,"name":{},"parent":{"28940":{}}}],["pleroma/entities/marker.pleromaentity.attachment.__type",{"_index":7566,"name":{},"parent":{"28941":{},"28942":{},"28943":{},"28944":{},"28945":{},"28946":{},"28947":{},"28948":{}}}],["pleroma/entities/marker.pleromaentity.card",{"_index":7567,"name":{},"parent":{"28950":{}}}],["pleroma/entities/marker.pleromaentity.card.__type",{"_index":7568,"name":{},"parent":{"28951":{},"28952":{},"28953":{},"28954":{},"28955":{},"28956":{},"28957":{},"28958":{},"28959":{},"28960":{},"28961":{},"28962":{},"28963":{}}}],["pleroma/entities/marker.pleromaentity.context",{"_index":7585,"name":{},"parent":{"29043":{}}}],["pleroma/entities/marker.pleromaentity.context.__type",{"_index":7586,"name":{},"parent":{"29044":{},"29045":{}}}],["pleroma/entities/marker.pleromaentity.conversation",{"_index":7587,"name":{},"parent":{"29047":{}}}],["pleroma/entities/marker.pleromaentity.conversation.__type",{"_index":7588,"name":{},"parent":{"29048":{},"29049":{},"29050":{},"29051":{}}}],["pleroma/entities/marker.pleromaentity.emoji",{"_index":7555,"name":{},"parent":{"28894":{}}}],["pleroma/entities/marker.pleromaentity.emoji.__type",{"_index":7556,"name":{},"parent":{"28895":{},"28896":{},"28897":{},"28898":{}}}],["pleroma/entities/marker.pleromaentity.featuredtag",{"_index":7589,"name":{},"parent":{"29053":{}}}],["pleroma/entities/marker.pleromaentity.featuredtag.__type",{"_index":7590,"name":{},"parent":{"29054":{},"29055":{},"29056":{},"29057":{}}}],["pleroma/entities/marker.pleromaentity.field",{"_index":7591,"name":{},"parent":{"29059":{}}}],["pleroma/entities/marker.pleromaentity.field.__type",{"_index":7592,"name":{},"parent":{"29060":{},"29061":{},"29062":{}}}],["pleroma/entities/marker.pleromaentity.filter",{"_index":7593,"name":{},"parent":{"29064":{}}}],["pleroma/entities/marker.pleromaentity.filter.__type",{"_index":7594,"name":{},"parent":{"29065":{},"29066":{},"29067":{},"29068":{},"29069":{},"29070":{}}}],["pleroma/entities/marker.pleromaentity.history",{"_index":7571,"name":{},"parent":{"28971":{}}}],["pleroma/entities/marker.pleromaentity.history.__type",{"_index":7572,"name":{},"parent":{"28972":{},"28973":{},"28974":{}}}],["pleroma/entities/marker.pleromaentity.identityproof",{"_index":7595,"name":{},"parent":{"29072":{}}}],["pleroma/entities/marker.pleromaentity.identityproof.__type",{"_index":7596,"name":{},"parent":{"29073":{},"29074":{},"29075":{},"29076":{},"29077":{}}}],["pleroma/entities/marker.pleromaentity.instance",{"_index":7601,"name":{},"parent":{"29087":{}}}],["pleroma/entities/marker.pleromaentity.instance.__type",{"_index":7602,"name":{},"parent":{"29088":{},"29089":{},"29090":{},"29091":{},"29092":{},"29093":{},"29094":{},"29095":{},"29096":{},"29097":{},"29098":{},"29099":{}}}],["pleroma/entities/marker.pleromaentity.list",{"_index":7603,"name":{},"parent":{"29101":{}}}],["pleroma/entities/marker.pleromaentity.list.__type",{"_index":7604,"name":{},"parent":{"29102":{},"29103":{}}}],["pleroma/entities/marker.pleromaentity.marker",{"_index":7605,"name":{},"parent":{"29105":{}}}],["pleroma/entities/marker.pleromaentity.marker.__type",{"_index":7606,"name":{},"parent":{"29106":{},"29107":{},"29111":{},"29112":{}}}],["pleroma/entities/marker.pleromaentity.marker.__type.__type",{"_index":7607,"name":{},"parent":{"29108":{},"29109":{},"29110":{},"29113":{},"29114":{},"29115":{}}}],["pleroma/entities/marker.pleromaentity.mention",{"_index":7569,"name":{},"parent":{"28965":{}}}],["pleroma/entities/marker.pleromaentity.mention.__type",{"_index":7570,"name":{},"parent":{"28966":{},"28967":{},"28968":{},"28969":{}}}],["pleroma/entities/marker.pleromaentity.notification",{"_index":7608,"name":{},"parent":{"29117":{}}}],["pleroma/entities/marker.pleromaentity.notification.__type",{"_index":7609,"name":{},"parent":{"29118":{},"29119":{},"29120":{},"29121":{},"29122":{},"29123":{}}}],["pleroma/entities/marker.pleromaentity.poll",{"_index":7577,"name":{},"parent":{"28985":{}}}],["pleroma/entities/marker.pleromaentity.poll.__type",{"_index":7578,"name":{},"parent":{"28986":{},"28987":{},"28988":{},"28989":{},"28990":{},"28991":{},"28992":{}}}],["pleroma/entities/marker.pleromaentity.polloption",{"_index":7575,"name":{},"parent":{"28981":{}}}],["pleroma/entities/marker.pleromaentity.polloption.__type",{"_index":7576,"name":{},"parent":{"28982":{},"28983":{}}}],["pleroma/entities/marker.pleromaentity.preferences",{"_index":7610,"name":{},"parent":{"29126":{}}}],["pleroma/entities/marker.pleromaentity.preferences.__type",{"_index":7611,"name":{},"parent":{"29127":{},"29128":{},"29129":{},"29130":{},"29131":{}}}],["pleroma/entities/marker.pleromaentity.pushsubscription",{"_index":7612,"name":{},"parent":{"29133":{}}}],["pleroma/entities/marker.pleromaentity.pushsubscription.__type",{"_index":7613,"name":{},"parent":{"29134":{},"29135":{},"29136":{},"29137":{}}}],["pleroma/entities/marker.pleromaentity.reaction",{"_index":7579,"name":{},"parent":{"28994":{}}}],["pleroma/entities/marker.pleromaentity.reaction.__type",{"_index":7580,"name":{},"parent":{"28995":{},"28996":{},"28997":{},"28998":{}}}],["pleroma/entities/marker.pleromaentity.relationship",{"_index":7614,"name":{},"parent":{"29139":{}}}],["pleroma/entities/marker.pleromaentity.relationship.__type",{"_index":7615,"name":{},"parent":{"29140":{},"29141":{},"29142":{},"29143":{},"29144":{},"29145":{},"29146":{},"29147":{},"29148":{},"29149":{}}}],["pleroma/entities/marker.pleromaentity.report",{"_index":7616,"name":{},"parent":{"29151":{}}}],["pleroma/entities/marker.pleromaentity.report.__type",{"_index":7617,"name":{},"parent":{"29152":{},"29153":{},"29154":{},"29155":{},"29156":{}}}],["pleroma/entities/marker.pleromaentity.results",{"_index":7618,"name":{},"parent":{"29158":{}}}],["pleroma/entities/marker.pleromaentity.results.__type",{"_index":7619,"name":{},"parent":{"29159":{},"29160":{},"29161":{}}}],["pleroma/entities/marker.pleromaentity.scheduledstatus",{"_index":7620,"name":{},"parent":{"29163":{}}}],["pleroma/entities/marker.pleromaentity.scheduledstatus.__type",{"_index":7621,"name":{},"parent":{"29164":{},"29165":{},"29166":{},"29167":{}}}],["pleroma/entities/marker.pleromaentity.source",{"_index":7557,"name":{},"parent":{"28900":{}}}],["pleroma/entities/marker.pleromaentity.source.__type",{"_index":7558,"name":{},"parent":{"28901":{},"28902":{},"28903":{},"28904":{},"28905":{}}}],["pleroma/entities/marker.pleromaentity.stats",{"_index":7599,"name":{},"parent":{"29082":{}}}],["pleroma/entities/marker.pleromaentity.stats.__type",{"_index":7600,"name":{},"parent":{"29083":{},"29084":{},"29085":{}}}],["pleroma/entities/marker.pleromaentity.status",{"_index":7581,"name":{},"parent":{"29000":{}}}],["pleroma/entities/marker.pleromaentity.status.__type",{"_index":7582,"name":{},"parent":{"29001":{},"29002":{},"29003":{},"29004":{},"29005":{},"29006":{},"29007":{},"29008":{},"29009":{},"29010":{},"29011":{},"29012":{},"29013":{},"29014":{},"29015":{},"29016":{},"29017":{},"29018":{},"29019":{},"29020":{},"29021":{},"29022":{},"29023":{},"29024":{},"29025":{},"29026":{},"29027":{},"29028":{},"29029":{},"29030":{}}}],["pleroma/entities/marker.pleromaentity.status.__type.__type",{"_index":7583,"name":{},"parent":{"29031":{},"29032":{},"29034":{},"29035":{},"29037":{},"29038":{},"29039":{},"29040":{},"29041":{}}}],["pleroma/entities/marker.pleromaentity.status.__type.__type.__type",{"_index":7584,"name":{},"parent":{"29033":{},"29036":{}}}],["pleroma/entities/marker.pleromaentity.statusparams",{"_index":7622,"name":{},"parent":{"29169":{}}}],["pleroma/entities/marker.pleromaentity.statusparams.__type",{"_index":7623,"name":{},"parent":{"29170":{},"29171":{},"29172":{},"29173":{},"29174":{},"29175":{},"29176":{},"29177":{}}}],["pleroma/entities/marker.pleromaentity.tag",{"_index":7573,"name":{},"parent":{"28976":{}}}],["pleroma/entities/marker.pleromaentity.tag.__type",{"_index":7574,"name":{},"parent":{"28977":{},"28978":{},"28979":{}}}],["pleroma/entities/marker.pleromaentity.token",{"_index":7624,"name":{},"parent":{"29179":{}}}],["pleroma/entities/marker.pleromaentity.token.__type",{"_index":7625,"name":{},"parent":{"29180":{},"29181":{},"29182":{},"29183":{}}}],["pleroma/entities/marker.pleromaentity.urls",{"_index":7597,"name":{},"parent":{"29079":{}}}],["pleroma/entities/marker.pleromaentity.urls.__type",{"_index":7598,"name":{},"parent":{"29080":{}}}],["pleroma/entities/mention",{"_index":460,"name":{"970":{}},"parent":{"29184":{}}}],["pleroma/entities/mention.pleromaentity",{"_index":7626,"name":{},"parent":{"29185":{},"29191":{},"29198":{},"29220":{},"29226":{},"29231":{},"29241":{},"29256":{},"29262":{},"29267":{},"29272":{},"29276":{},"29285":{},"29291":{},"29334":{},"29338":{},"29344":{},"29350":{},"29355":{},"29363":{},"29370":{},"29373":{},"29378":{},"29392":{},"29396":{},"29408":{},"29416":{},"29417":{},"29424":{},"29430":{},"29442":{},"29449":{},"29454":{},"29460":{},"29470":{}}}],["pleroma/entities/mention.pleromaentity.account",{"_index":7631,"name":{},"parent":{"29199":{}}}],["pleroma/entities/mention.pleromaentity.account.__type",{"_index":7632,"name":{},"parent":{"29200":{},"29201":{},"29202":{},"29203":{},"29204":{},"29205":{},"29206":{},"29207":{},"29208":{},"29209":{},"29210":{},"29211":{},"29212":{},"29213":{},"29214":{},"29215":{},"29216":{},"29217":{},"29218":{},"29219":{}}}],["pleroma/entities/mention.pleromaentity.activity",{"_index":7633,"name":{},"parent":{"29221":{}}}],["pleroma/entities/mention.pleromaentity.activity.__type",{"_index":7634,"name":{},"parent":{"29222":{},"29223":{},"29224":{},"29225":{}}}],["pleroma/entities/mention.pleromaentity.application",{"_index":7635,"name":{},"parent":{"29227":{}}}],["pleroma/entities/mention.pleromaentity.application.__type",{"_index":7636,"name":{},"parent":{"29228":{},"29229":{},"29230":{}}}],["pleroma/entities/mention.pleromaentity.attachment",{"_index":7637,"name":{},"parent":{"29232":{}}}],["pleroma/entities/mention.pleromaentity.attachment.__type",{"_index":7638,"name":{},"parent":{"29233":{},"29234":{},"29235":{},"29236":{},"29237":{},"29238":{},"29239":{},"29240":{}}}],["pleroma/entities/mention.pleromaentity.card",{"_index":7639,"name":{},"parent":{"29242":{}}}],["pleroma/entities/mention.pleromaentity.card.__type",{"_index":7640,"name":{},"parent":{"29243":{},"29244":{},"29245":{},"29246":{},"29247":{},"29248":{},"29249":{},"29250":{},"29251":{},"29252":{},"29253":{},"29254":{},"29255":{}}}],["pleroma/entities/mention.pleromaentity.context",{"_index":7657,"name":{},"parent":{"29335":{}}}],["pleroma/entities/mention.pleromaentity.context.__type",{"_index":7658,"name":{},"parent":{"29336":{},"29337":{}}}],["pleroma/entities/mention.pleromaentity.conversation",{"_index":7659,"name":{},"parent":{"29339":{}}}],["pleroma/entities/mention.pleromaentity.conversation.__type",{"_index":7660,"name":{},"parent":{"29340":{},"29341":{},"29342":{},"29343":{}}}],["pleroma/entities/mention.pleromaentity.emoji",{"_index":7627,"name":{},"parent":{"29186":{}}}],["pleroma/entities/mention.pleromaentity.emoji.__type",{"_index":7628,"name":{},"parent":{"29187":{},"29188":{},"29189":{},"29190":{}}}],["pleroma/entities/mention.pleromaentity.featuredtag",{"_index":7661,"name":{},"parent":{"29345":{}}}],["pleroma/entities/mention.pleromaentity.featuredtag.__type",{"_index":7662,"name":{},"parent":{"29346":{},"29347":{},"29348":{},"29349":{}}}],["pleroma/entities/mention.pleromaentity.field",{"_index":7663,"name":{},"parent":{"29351":{}}}],["pleroma/entities/mention.pleromaentity.field.__type",{"_index":7664,"name":{},"parent":{"29352":{},"29353":{},"29354":{}}}],["pleroma/entities/mention.pleromaentity.filter",{"_index":7665,"name":{},"parent":{"29356":{}}}],["pleroma/entities/mention.pleromaentity.filter.__type",{"_index":7666,"name":{},"parent":{"29357":{},"29358":{},"29359":{},"29360":{},"29361":{},"29362":{}}}],["pleroma/entities/mention.pleromaentity.history",{"_index":7643,"name":{},"parent":{"29263":{}}}],["pleroma/entities/mention.pleromaentity.history.__type",{"_index":7644,"name":{},"parent":{"29264":{},"29265":{},"29266":{}}}],["pleroma/entities/mention.pleromaentity.identityproof",{"_index":7667,"name":{},"parent":{"29364":{}}}],["pleroma/entities/mention.pleromaentity.identityproof.__type",{"_index":7668,"name":{},"parent":{"29365":{},"29366":{},"29367":{},"29368":{},"29369":{}}}],["pleroma/entities/mention.pleromaentity.instance",{"_index":7673,"name":{},"parent":{"29379":{}}}],["pleroma/entities/mention.pleromaentity.instance.__type",{"_index":7674,"name":{},"parent":{"29380":{},"29381":{},"29382":{},"29383":{},"29384":{},"29385":{},"29386":{},"29387":{},"29388":{},"29389":{},"29390":{},"29391":{}}}],["pleroma/entities/mention.pleromaentity.list",{"_index":7675,"name":{},"parent":{"29393":{}}}],["pleroma/entities/mention.pleromaentity.list.__type",{"_index":7676,"name":{},"parent":{"29394":{},"29395":{}}}],["pleroma/entities/mention.pleromaentity.marker",{"_index":7677,"name":{},"parent":{"29397":{}}}],["pleroma/entities/mention.pleromaentity.marker.__type",{"_index":7678,"name":{},"parent":{"29398":{},"29399":{},"29403":{},"29404":{}}}],["pleroma/entities/mention.pleromaentity.marker.__type.__type",{"_index":7679,"name":{},"parent":{"29400":{},"29401":{},"29402":{},"29405":{},"29406":{},"29407":{}}}],["pleroma/entities/mention.pleromaentity.mention",{"_index":7641,"name":{},"parent":{"29257":{}}}],["pleroma/entities/mention.pleromaentity.mention.__type",{"_index":7642,"name":{},"parent":{"29258":{},"29259":{},"29260":{},"29261":{}}}],["pleroma/entities/mention.pleromaentity.notification",{"_index":7680,"name":{},"parent":{"29409":{}}}],["pleroma/entities/mention.pleromaentity.notification.__type",{"_index":7681,"name":{},"parent":{"29410":{},"29411":{},"29412":{},"29413":{},"29414":{},"29415":{}}}],["pleroma/entities/mention.pleromaentity.poll",{"_index":7649,"name":{},"parent":{"29277":{}}}],["pleroma/entities/mention.pleromaentity.poll.__type",{"_index":7650,"name":{},"parent":{"29278":{},"29279":{},"29280":{},"29281":{},"29282":{},"29283":{},"29284":{}}}],["pleroma/entities/mention.pleromaentity.polloption",{"_index":7647,"name":{},"parent":{"29273":{}}}],["pleroma/entities/mention.pleromaentity.polloption.__type",{"_index":7648,"name":{},"parent":{"29274":{},"29275":{}}}],["pleroma/entities/mention.pleromaentity.preferences",{"_index":7682,"name":{},"parent":{"29418":{}}}],["pleroma/entities/mention.pleromaentity.preferences.__type",{"_index":7683,"name":{},"parent":{"29419":{},"29420":{},"29421":{},"29422":{},"29423":{}}}],["pleroma/entities/mention.pleromaentity.pushsubscription",{"_index":7684,"name":{},"parent":{"29425":{}}}],["pleroma/entities/mention.pleromaentity.pushsubscription.__type",{"_index":7685,"name":{},"parent":{"29426":{},"29427":{},"29428":{},"29429":{}}}],["pleroma/entities/mention.pleromaentity.reaction",{"_index":7651,"name":{},"parent":{"29286":{}}}],["pleroma/entities/mention.pleromaentity.reaction.__type",{"_index":7652,"name":{},"parent":{"29287":{},"29288":{},"29289":{},"29290":{}}}],["pleroma/entities/mention.pleromaentity.relationship",{"_index":7686,"name":{},"parent":{"29431":{}}}],["pleroma/entities/mention.pleromaentity.relationship.__type",{"_index":7687,"name":{},"parent":{"29432":{},"29433":{},"29434":{},"29435":{},"29436":{},"29437":{},"29438":{},"29439":{},"29440":{},"29441":{}}}],["pleroma/entities/mention.pleromaentity.report",{"_index":7688,"name":{},"parent":{"29443":{}}}],["pleroma/entities/mention.pleromaentity.report.__type",{"_index":7689,"name":{},"parent":{"29444":{},"29445":{},"29446":{},"29447":{},"29448":{}}}],["pleroma/entities/mention.pleromaentity.results",{"_index":7690,"name":{},"parent":{"29450":{}}}],["pleroma/entities/mention.pleromaentity.results.__type",{"_index":7691,"name":{},"parent":{"29451":{},"29452":{},"29453":{}}}],["pleroma/entities/mention.pleromaentity.scheduledstatus",{"_index":7692,"name":{},"parent":{"29455":{}}}],["pleroma/entities/mention.pleromaentity.scheduledstatus.__type",{"_index":7693,"name":{},"parent":{"29456":{},"29457":{},"29458":{},"29459":{}}}],["pleroma/entities/mention.pleromaentity.source",{"_index":7629,"name":{},"parent":{"29192":{}}}],["pleroma/entities/mention.pleromaentity.source.__type",{"_index":7630,"name":{},"parent":{"29193":{},"29194":{},"29195":{},"29196":{},"29197":{}}}],["pleroma/entities/mention.pleromaentity.stats",{"_index":7671,"name":{},"parent":{"29374":{}}}],["pleroma/entities/mention.pleromaentity.stats.__type",{"_index":7672,"name":{},"parent":{"29375":{},"29376":{},"29377":{}}}],["pleroma/entities/mention.pleromaentity.status",{"_index":7653,"name":{},"parent":{"29292":{}}}],["pleroma/entities/mention.pleromaentity.status.__type",{"_index":7654,"name":{},"parent":{"29293":{},"29294":{},"29295":{},"29296":{},"29297":{},"29298":{},"29299":{},"29300":{},"29301":{},"29302":{},"29303":{},"29304":{},"29305":{},"29306":{},"29307":{},"29308":{},"29309":{},"29310":{},"29311":{},"29312":{},"29313":{},"29314":{},"29315":{},"29316":{},"29317":{},"29318":{},"29319":{},"29320":{},"29321":{},"29322":{}}}],["pleroma/entities/mention.pleromaentity.status.__type.__type",{"_index":7655,"name":{},"parent":{"29323":{},"29324":{},"29326":{},"29327":{},"29329":{},"29330":{},"29331":{},"29332":{},"29333":{}}}],["pleroma/entities/mention.pleromaentity.status.__type.__type.__type",{"_index":7656,"name":{},"parent":{"29325":{},"29328":{}}}],["pleroma/entities/mention.pleromaentity.statusparams",{"_index":7694,"name":{},"parent":{"29461":{}}}],["pleroma/entities/mention.pleromaentity.statusparams.__type",{"_index":7695,"name":{},"parent":{"29462":{},"29463":{},"29464":{},"29465":{},"29466":{},"29467":{},"29468":{},"29469":{}}}],["pleroma/entities/mention.pleromaentity.tag",{"_index":7645,"name":{},"parent":{"29268":{}}}],["pleroma/entities/mention.pleromaentity.tag.__type",{"_index":7646,"name":{},"parent":{"29269":{},"29270":{},"29271":{}}}],["pleroma/entities/mention.pleromaentity.token",{"_index":7696,"name":{},"parent":{"29471":{}}}],["pleroma/entities/mention.pleromaentity.token.__type",{"_index":7697,"name":{},"parent":{"29472":{},"29473":{},"29474":{},"29475":{}}}],["pleroma/entities/mention.pleromaentity.urls",{"_index":7669,"name":{},"parent":{"29371":{}}}],["pleroma/entities/mention.pleromaentity.urls.__type",{"_index":7670,"name":{},"parent":{"29372":{}}}],["pleroma/entities/notification",{"_index":461,"name":{"971":{}},"parent":{"29476":{}}}],["pleroma/entities/notification.pleromaentity",{"_index":7698,"name":{},"parent":{"29477":{},"29483":{},"29490":{},"29512":{},"29518":{},"29523":{},"29533":{},"29548":{},"29554":{},"29559":{},"29564":{},"29568":{},"29577":{},"29583":{},"29626":{},"29630":{},"29636":{},"29642":{},"29647":{},"29655":{},"29662":{},"29665":{},"29670":{},"29684":{},"29688":{},"29700":{},"29708":{},"29709":{},"29716":{},"29722":{},"29734":{},"29741":{},"29746":{},"29752":{},"29762":{}}}],["pleroma/entities/notification.pleromaentity.account",{"_index":7703,"name":{},"parent":{"29491":{}}}],["pleroma/entities/notification.pleromaentity.account.__type",{"_index":7704,"name":{},"parent":{"29492":{},"29493":{},"29494":{},"29495":{},"29496":{},"29497":{},"29498":{},"29499":{},"29500":{},"29501":{},"29502":{},"29503":{},"29504":{},"29505":{},"29506":{},"29507":{},"29508":{},"29509":{},"29510":{},"29511":{}}}],["pleroma/entities/notification.pleromaentity.activity",{"_index":7705,"name":{},"parent":{"29513":{}}}],["pleroma/entities/notification.pleromaentity.activity.__type",{"_index":7706,"name":{},"parent":{"29514":{},"29515":{},"29516":{},"29517":{}}}],["pleroma/entities/notification.pleromaentity.application",{"_index":7707,"name":{},"parent":{"29519":{}}}],["pleroma/entities/notification.pleromaentity.application.__type",{"_index":7708,"name":{},"parent":{"29520":{},"29521":{},"29522":{}}}],["pleroma/entities/notification.pleromaentity.attachment",{"_index":7709,"name":{},"parent":{"29524":{}}}],["pleroma/entities/notification.pleromaentity.attachment.__type",{"_index":7710,"name":{},"parent":{"29525":{},"29526":{},"29527":{},"29528":{},"29529":{},"29530":{},"29531":{},"29532":{}}}],["pleroma/entities/notification.pleromaentity.card",{"_index":7711,"name":{},"parent":{"29534":{}}}],["pleroma/entities/notification.pleromaentity.card.__type",{"_index":7712,"name":{},"parent":{"29535":{},"29536":{},"29537":{},"29538":{},"29539":{},"29540":{},"29541":{},"29542":{},"29543":{},"29544":{},"29545":{},"29546":{},"29547":{}}}],["pleroma/entities/notification.pleromaentity.context",{"_index":7729,"name":{},"parent":{"29627":{}}}],["pleroma/entities/notification.pleromaentity.context.__type",{"_index":7730,"name":{},"parent":{"29628":{},"29629":{}}}],["pleroma/entities/notification.pleromaentity.conversation",{"_index":7731,"name":{},"parent":{"29631":{}}}],["pleroma/entities/notification.pleromaentity.conversation.__type",{"_index":7732,"name":{},"parent":{"29632":{},"29633":{},"29634":{},"29635":{}}}],["pleroma/entities/notification.pleromaentity.emoji",{"_index":7699,"name":{},"parent":{"29478":{}}}],["pleroma/entities/notification.pleromaentity.emoji.__type",{"_index":7700,"name":{},"parent":{"29479":{},"29480":{},"29481":{},"29482":{}}}],["pleroma/entities/notification.pleromaentity.featuredtag",{"_index":7733,"name":{},"parent":{"29637":{}}}],["pleroma/entities/notification.pleromaentity.featuredtag.__type",{"_index":7734,"name":{},"parent":{"29638":{},"29639":{},"29640":{},"29641":{}}}],["pleroma/entities/notification.pleromaentity.field",{"_index":7735,"name":{},"parent":{"29643":{}}}],["pleroma/entities/notification.pleromaentity.field.__type",{"_index":7736,"name":{},"parent":{"29644":{},"29645":{},"29646":{}}}],["pleroma/entities/notification.pleromaentity.filter",{"_index":7737,"name":{},"parent":{"29648":{}}}],["pleroma/entities/notification.pleromaentity.filter.__type",{"_index":7738,"name":{},"parent":{"29649":{},"29650":{},"29651":{},"29652":{},"29653":{},"29654":{}}}],["pleroma/entities/notification.pleromaentity.history",{"_index":7715,"name":{},"parent":{"29555":{}}}],["pleroma/entities/notification.pleromaentity.history.__type",{"_index":7716,"name":{},"parent":{"29556":{},"29557":{},"29558":{}}}],["pleroma/entities/notification.pleromaentity.identityproof",{"_index":7739,"name":{},"parent":{"29656":{}}}],["pleroma/entities/notification.pleromaentity.identityproof.__type",{"_index":7740,"name":{},"parent":{"29657":{},"29658":{},"29659":{},"29660":{},"29661":{}}}],["pleroma/entities/notification.pleromaentity.instance",{"_index":7745,"name":{},"parent":{"29671":{}}}],["pleroma/entities/notification.pleromaentity.instance.__type",{"_index":7746,"name":{},"parent":{"29672":{},"29673":{},"29674":{},"29675":{},"29676":{},"29677":{},"29678":{},"29679":{},"29680":{},"29681":{},"29682":{},"29683":{}}}],["pleroma/entities/notification.pleromaentity.list",{"_index":7747,"name":{},"parent":{"29685":{}}}],["pleroma/entities/notification.pleromaentity.list.__type",{"_index":7748,"name":{},"parent":{"29686":{},"29687":{}}}],["pleroma/entities/notification.pleromaentity.marker",{"_index":7749,"name":{},"parent":{"29689":{}}}],["pleroma/entities/notification.pleromaentity.marker.__type",{"_index":7750,"name":{},"parent":{"29690":{},"29691":{},"29695":{},"29696":{}}}],["pleroma/entities/notification.pleromaentity.marker.__type.__type",{"_index":7751,"name":{},"parent":{"29692":{},"29693":{},"29694":{},"29697":{},"29698":{},"29699":{}}}],["pleroma/entities/notification.pleromaentity.mention",{"_index":7713,"name":{},"parent":{"29549":{}}}],["pleroma/entities/notification.pleromaentity.mention.__type",{"_index":7714,"name":{},"parent":{"29550":{},"29551":{},"29552":{},"29553":{}}}],["pleroma/entities/notification.pleromaentity.notification",{"_index":7752,"name":{},"parent":{"29701":{}}}],["pleroma/entities/notification.pleromaentity.notification.__type",{"_index":7753,"name":{},"parent":{"29702":{},"29703":{},"29704":{},"29705":{},"29706":{},"29707":{}}}],["pleroma/entities/notification.pleromaentity.poll",{"_index":7721,"name":{},"parent":{"29569":{}}}],["pleroma/entities/notification.pleromaentity.poll.__type",{"_index":7722,"name":{},"parent":{"29570":{},"29571":{},"29572":{},"29573":{},"29574":{},"29575":{},"29576":{}}}],["pleroma/entities/notification.pleromaentity.polloption",{"_index":7719,"name":{},"parent":{"29565":{}}}],["pleroma/entities/notification.pleromaentity.polloption.__type",{"_index":7720,"name":{},"parent":{"29566":{},"29567":{}}}],["pleroma/entities/notification.pleromaentity.preferences",{"_index":7754,"name":{},"parent":{"29710":{}}}],["pleroma/entities/notification.pleromaentity.preferences.__type",{"_index":7755,"name":{},"parent":{"29711":{},"29712":{},"29713":{},"29714":{},"29715":{}}}],["pleroma/entities/notification.pleromaentity.pushsubscription",{"_index":7756,"name":{},"parent":{"29717":{}}}],["pleroma/entities/notification.pleromaentity.pushsubscription.__type",{"_index":7757,"name":{},"parent":{"29718":{},"29719":{},"29720":{},"29721":{}}}],["pleroma/entities/notification.pleromaentity.reaction",{"_index":7723,"name":{},"parent":{"29578":{}}}],["pleroma/entities/notification.pleromaentity.reaction.__type",{"_index":7724,"name":{},"parent":{"29579":{},"29580":{},"29581":{},"29582":{}}}],["pleroma/entities/notification.pleromaentity.relationship",{"_index":7758,"name":{},"parent":{"29723":{}}}],["pleroma/entities/notification.pleromaentity.relationship.__type",{"_index":7759,"name":{},"parent":{"29724":{},"29725":{},"29726":{},"29727":{},"29728":{},"29729":{},"29730":{},"29731":{},"29732":{},"29733":{}}}],["pleroma/entities/notification.pleromaentity.report",{"_index":7760,"name":{},"parent":{"29735":{}}}],["pleroma/entities/notification.pleromaentity.report.__type",{"_index":7761,"name":{},"parent":{"29736":{},"29737":{},"29738":{},"29739":{},"29740":{}}}],["pleroma/entities/notification.pleromaentity.results",{"_index":7762,"name":{},"parent":{"29742":{}}}],["pleroma/entities/notification.pleromaentity.results.__type",{"_index":7763,"name":{},"parent":{"29743":{},"29744":{},"29745":{}}}],["pleroma/entities/notification.pleromaentity.scheduledstatus",{"_index":7764,"name":{},"parent":{"29747":{}}}],["pleroma/entities/notification.pleromaentity.scheduledstatus.__type",{"_index":7765,"name":{},"parent":{"29748":{},"29749":{},"29750":{},"29751":{}}}],["pleroma/entities/notification.pleromaentity.source",{"_index":7701,"name":{},"parent":{"29484":{}}}],["pleroma/entities/notification.pleromaentity.source.__type",{"_index":7702,"name":{},"parent":{"29485":{},"29486":{},"29487":{},"29488":{},"29489":{}}}],["pleroma/entities/notification.pleromaentity.stats",{"_index":7743,"name":{},"parent":{"29666":{}}}],["pleroma/entities/notification.pleromaentity.stats.__type",{"_index":7744,"name":{},"parent":{"29667":{},"29668":{},"29669":{}}}],["pleroma/entities/notification.pleromaentity.status",{"_index":7725,"name":{},"parent":{"29584":{}}}],["pleroma/entities/notification.pleromaentity.status.__type",{"_index":7726,"name":{},"parent":{"29585":{},"29586":{},"29587":{},"29588":{},"29589":{},"29590":{},"29591":{},"29592":{},"29593":{},"29594":{},"29595":{},"29596":{},"29597":{},"29598":{},"29599":{},"29600":{},"29601":{},"29602":{},"29603":{},"29604":{},"29605":{},"29606":{},"29607":{},"29608":{},"29609":{},"29610":{},"29611":{},"29612":{},"29613":{},"29614":{}}}],["pleroma/entities/notification.pleromaentity.status.__type.__type",{"_index":7727,"name":{},"parent":{"29615":{},"29616":{},"29618":{},"29619":{},"29621":{},"29622":{},"29623":{},"29624":{},"29625":{}}}],["pleroma/entities/notification.pleromaentity.status.__type.__type.__type",{"_index":7728,"name":{},"parent":{"29617":{},"29620":{}}}],["pleroma/entities/notification.pleromaentity.statusparams",{"_index":7766,"name":{},"parent":{"29753":{}}}],["pleroma/entities/notification.pleromaentity.statusparams.__type",{"_index":7767,"name":{},"parent":{"29754":{},"29755":{},"29756":{},"29757":{},"29758":{},"29759":{},"29760":{},"29761":{}}}],["pleroma/entities/notification.pleromaentity.tag",{"_index":7717,"name":{},"parent":{"29560":{}}}],["pleroma/entities/notification.pleromaentity.tag.__type",{"_index":7718,"name":{},"parent":{"29561":{},"29562":{},"29563":{}}}],["pleroma/entities/notification.pleromaentity.token",{"_index":7768,"name":{},"parent":{"29763":{}}}],["pleroma/entities/notification.pleromaentity.token.__type",{"_index":7769,"name":{},"parent":{"29764":{},"29765":{},"29766":{},"29767":{}}}],["pleroma/entities/notification.pleromaentity.urls",{"_index":7741,"name":{},"parent":{"29663":{}}}],["pleroma/entities/notification.pleromaentity.urls.__type",{"_index":7742,"name":{},"parent":{"29664":{}}}],["pleroma/entities/poll",{"_index":462,"name":{"972":{}},"parent":{"29768":{}}}],["pleroma/entities/poll.pleromaentity",{"_index":7770,"name":{},"parent":{"29769":{},"29775":{},"29782":{},"29804":{},"29810":{},"29815":{},"29825":{},"29840":{},"29846":{},"29851":{},"29856":{},"29860":{},"29869":{},"29875":{},"29918":{},"29922":{},"29928":{},"29934":{},"29939":{},"29947":{},"29954":{},"29957":{},"29962":{},"29976":{},"29980":{},"29992":{},"30000":{},"30001":{},"30008":{},"30014":{},"30026":{},"30033":{},"30038":{},"30044":{},"30054":{}}}],["pleroma/entities/poll.pleromaentity.account",{"_index":7775,"name":{},"parent":{"29783":{}}}],["pleroma/entities/poll.pleromaentity.account.__type",{"_index":7776,"name":{},"parent":{"29784":{},"29785":{},"29786":{},"29787":{},"29788":{},"29789":{},"29790":{},"29791":{},"29792":{},"29793":{},"29794":{},"29795":{},"29796":{},"29797":{},"29798":{},"29799":{},"29800":{},"29801":{},"29802":{},"29803":{}}}],["pleroma/entities/poll.pleromaentity.activity",{"_index":7777,"name":{},"parent":{"29805":{}}}],["pleroma/entities/poll.pleromaentity.activity.__type",{"_index":7778,"name":{},"parent":{"29806":{},"29807":{},"29808":{},"29809":{}}}],["pleroma/entities/poll.pleromaentity.application",{"_index":7779,"name":{},"parent":{"29811":{}}}],["pleroma/entities/poll.pleromaentity.application.__type",{"_index":7780,"name":{},"parent":{"29812":{},"29813":{},"29814":{}}}],["pleroma/entities/poll.pleromaentity.attachment",{"_index":7781,"name":{},"parent":{"29816":{}}}],["pleroma/entities/poll.pleromaentity.attachment.__type",{"_index":7782,"name":{},"parent":{"29817":{},"29818":{},"29819":{},"29820":{},"29821":{},"29822":{},"29823":{},"29824":{}}}],["pleroma/entities/poll.pleromaentity.card",{"_index":7783,"name":{},"parent":{"29826":{}}}],["pleroma/entities/poll.pleromaentity.card.__type",{"_index":7784,"name":{},"parent":{"29827":{},"29828":{},"29829":{},"29830":{},"29831":{},"29832":{},"29833":{},"29834":{},"29835":{},"29836":{},"29837":{},"29838":{},"29839":{}}}],["pleroma/entities/poll.pleromaentity.context",{"_index":7801,"name":{},"parent":{"29919":{}}}],["pleroma/entities/poll.pleromaentity.context.__type",{"_index":7802,"name":{},"parent":{"29920":{},"29921":{}}}],["pleroma/entities/poll.pleromaentity.conversation",{"_index":7803,"name":{},"parent":{"29923":{}}}],["pleroma/entities/poll.pleromaentity.conversation.__type",{"_index":7804,"name":{},"parent":{"29924":{},"29925":{},"29926":{},"29927":{}}}],["pleroma/entities/poll.pleromaentity.emoji",{"_index":7771,"name":{},"parent":{"29770":{}}}],["pleroma/entities/poll.pleromaentity.emoji.__type",{"_index":7772,"name":{},"parent":{"29771":{},"29772":{},"29773":{},"29774":{}}}],["pleroma/entities/poll.pleromaentity.featuredtag",{"_index":7805,"name":{},"parent":{"29929":{}}}],["pleroma/entities/poll.pleromaentity.featuredtag.__type",{"_index":7806,"name":{},"parent":{"29930":{},"29931":{},"29932":{},"29933":{}}}],["pleroma/entities/poll.pleromaentity.field",{"_index":7807,"name":{},"parent":{"29935":{}}}],["pleroma/entities/poll.pleromaentity.field.__type",{"_index":7808,"name":{},"parent":{"29936":{},"29937":{},"29938":{}}}],["pleroma/entities/poll.pleromaentity.filter",{"_index":7809,"name":{},"parent":{"29940":{}}}],["pleroma/entities/poll.pleromaentity.filter.__type",{"_index":7810,"name":{},"parent":{"29941":{},"29942":{},"29943":{},"29944":{},"29945":{},"29946":{}}}],["pleroma/entities/poll.pleromaentity.history",{"_index":7787,"name":{},"parent":{"29847":{}}}],["pleroma/entities/poll.pleromaentity.history.__type",{"_index":7788,"name":{},"parent":{"29848":{},"29849":{},"29850":{}}}],["pleroma/entities/poll.pleromaentity.identityproof",{"_index":7811,"name":{},"parent":{"29948":{}}}],["pleroma/entities/poll.pleromaentity.identityproof.__type",{"_index":7812,"name":{},"parent":{"29949":{},"29950":{},"29951":{},"29952":{},"29953":{}}}],["pleroma/entities/poll.pleromaentity.instance",{"_index":7817,"name":{},"parent":{"29963":{}}}],["pleroma/entities/poll.pleromaentity.instance.__type",{"_index":7818,"name":{},"parent":{"29964":{},"29965":{},"29966":{},"29967":{},"29968":{},"29969":{},"29970":{},"29971":{},"29972":{},"29973":{},"29974":{},"29975":{}}}],["pleroma/entities/poll.pleromaentity.list",{"_index":7819,"name":{},"parent":{"29977":{}}}],["pleroma/entities/poll.pleromaentity.list.__type",{"_index":7820,"name":{},"parent":{"29978":{},"29979":{}}}],["pleroma/entities/poll.pleromaentity.marker",{"_index":7821,"name":{},"parent":{"29981":{}}}],["pleroma/entities/poll.pleromaentity.marker.__type",{"_index":7822,"name":{},"parent":{"29982":{},"29983":{},"29987":{},"29988":{}}}],["pleroma/entities/poll.pleromaentity.marker.__type.__type",{"_index":7823,"name":{},"parent":{"29984":{},"29985":{},"29986":{},"29989":{},"29990":{},"29991":{}}}],["pleroma/entities/poll.pleromaentity.mention",{"_index":7785,"name":{},"parent":{"29841":{}}}],["pleroma/entities/poll.pleromaentity.mention.__type",{"_index":7786,"name":{},"parent":{"29842":{},"29843":{},"29844":{},"29845":{}}}],["pleroma/entities/poll.pleromaentity.notification",{"_index":7824,"name":{},"parent":{"29993":{}}}],["pleroma/entities/poll.pleromaentity.notification.__type",{"_index":7825,"name":{},"parent":{"29994":{},"29995":{},"29996":{},"29997":{},"29998":{},"29999":{}}}],["pleroma/entities/poll.pleromaentity.poll",{"_index":7793,"name":{},"parent":{"29861":{}}}],["pleroma/entities/poll.pleromaentity.poll.__type",{"_index":7794,"name":{},"parent":{"29862":{},"29863":{},"29864":{},"29865":{},"29866":{},"29867":{},"29868":{}}}],["pleroma/entities/poll.pleromaentity.polloption",{"_index":7791,"name":{},"parent":{"29857":{}}}],["pleroma/entities/poll.pleromaentity.polloption.__type",{"_index":7792,"name":{},"parent":{"29858":{},"29859":{}}}],["pleroma/entities/poll.pleromaentity.preferences",{"_index":7826,"name":{},"parent":{"30002":{}}}],["pleroma/entities/poll.pleromaentity.preferences.__type",{"_index":7827,"name":{},"parent":{"30003":{},"30004":{},"30005":{},"30006":{},"30007":{}}}],["pleroma/entities/poll.pleromaentity.pushsubscription",{"_index":7828,"name":{},"parent":{"30009":{}}}],["pleroma/entities/poll.pleromaentity.pushsubscription.__type",{"_index":7829,"name":{},"parent":{"30010":{},"30011":{},"30012":{},"30013":{}}}],["pleroma/entities/poll.pleromaentity.reaction",{"_index":7795,"name":{},"parent":{"29870":{}}}],["pleroma/entities/poll.pleromaentity.reaction.__type",{"_index":7796,"name":{},"parent":{"29871":{},"29872":{},"29873":{},"29874":{}}}],["pleroma/entities/poll.pleromaentity.relationship",{"_index":7830,"name":{},"parent":{"30015":{}}}],["pleroma/entities/poll.pleromaentity.relationship.__type",{"_index":7831,"name":{},"parent":{"30016":{},"30017":{},"30018":{},"30019":{},"30020":{},"30021":{},"30022":{},"30023":{},"30024":{},"30025":{}}}],["pleroma/entities/poll.pleromaentity.report",{"_index":7832,"name":{},"parent":{"30027":{}}}],["pleroma/entities/poll.pleromaentity.report.__type",{"_index":7833,"name":{},"parent":{"30028":{},"30029":{},"30030":{},"30031":{},"30032":{}}}],["pleroma/entities/poll.pleromaentity.results",{"_index":7834,"name":{},"parent":{"30034":{}}}],["pleroma/entities/poll.pleromaentity.results.__type",{"_index":7835,"name":{},"parent":{"30035":{},"30036":{},"30037":{}}}],["pleroma/entities/poll.pleromaentity.scheduledstatus",{"_index":7836,"name":{},"parent":{"30039":{}}}],["pleroma/entities/poll.pleromaentity.scheduledstatus.__type",{"_index":7837,"name":{},"parent":{"30040":{},"30041":{},"30042":{},"30043":{}}}],["pleroma/entities/poll.pleromaentity.source",{"_index":7773,"name":{},"parent":{"29776":{}}}],["pleroma/entities/poll.pleromaentity.source.__type",{"_index":7774,"name":{},"parent":{"29777":{},"29778":{},"29779":{},"29780":{},"29781":{}}}],["pleroma/entities/poll.pleromaentity.stats",{"_index":7815,"name":{},"parent":{"29958":{}}}],["pleroma/entities/poll.pleromaentity.stats.__type",{"_index":7816,"name":{},"parent":{"29959":{},"29960":{},"29961":{}}}],["pleroma/entities/poll.pleromaentity.status",{"_index":7797,"name":{},"parent":{"29876":{}}}],["pleroma/entities/poll.pleromaentity.status.__type",{"_index":7798,"name":{},"parent":{"29877":{},"29878":{},"29879":{},"29880":{},"29881":{},"29882":{},"29883":{},"29884":{},"29885":{},"29886":{},"29887":{},"29888":{},"29889":{},"29890":{},"29891":{},"29892":{},"29893":{},"29894":{},"29895":{},"29896":{},"29897":{},"29898":{},"29899":{},"29900":{},"29901":{},"29902":{},"29903":{},"29904":{},"29905":{},"29906":{}}}],["pleroma/entities/poll.pleromaentity.status.__type.__type",{"_index":7799,"name":{},"parent":{"29907":{},"29908":{},"29910":{},"29911":{},"29913":{},"29914":{},"29915":{},"29916":{},"29917":{}}}],["pleroma/entities/poll.pleromaentity.status.__type.__type.__type",{"_index":7800,"name":{},"parent":{"29909":{},"29912":{}}}],["pleroma/entities/poll.pleromaentity.statusparams",{"_index":7838,"name":{},"parent":{"30045":{}}}],["pleroma/entities/poll.pleromaentity.statusparams.__type",{"_index":7839,"name":{},"parent":{"30046":{},"30047":{},"30048":{},"30049":{},"30050":{},"30051":{},"30052":{},"30053":{}}}],["pleroma/entities/poll.pleromaentity.tag",{"_index":7789,"name":{},"parent":{"29852":{}}}],["pleroma/entities/poll.pleromaentity.tag.__type",{"_index":7790,"name":{},"parent":{"29853":{},"29854":{},"29855":{}}}],["pleroma/entities/poll.pleromaentity.token",{"_index":7840,"name":{},"parent":{"30055":{}}}],["pleroma/entities/poll.pleromaentity.token.__type",{"_index":7841,"name":{},"parent":{"30056":{},"30057":{},"30058":{},"30059":{}}}],["pleroma/entities/poll.pleromaentity.urls",{"_index":7813,"name":{},"parent":{"29955":{}}}],["pleroma/entities/poll.pleromaentity.urls.__type",{"_index":7814,"name":{},"parent":{"29956":{}}}],["pleroma/entities/poll_option",{"_index":463,"name":{"973":{}},"parent":{"30060":{}}}],["pleroma/entities/poll_option.pleromaentity",{"_index":7842,"name":{},"parent":{"30061":{},"30067":{},"30074":{},"30096":{},"30102":{},"30107":{},"30117":{},"30132":{},"30138":{},"30143":{},"30148":{},"30152":{},"30161":{},"30167":{},"30210":{},"30214":{},"30220":{},"30226":{},"30231":{},"30239":{},"30246":{},"30249":{},"30254":{},"30268":{},"30272":{},"30284":{},"30292":{},"30293":{},"30300":{},"30306":{},"30318":{},"30325":{},"30330":{},"30336":{},"30346":{}}}],["pleroma/entities/poll_option.pleromaentity.account",{"_index":7847,"name":{},"parent":{"30075":{}}}],["pleroma/entities/poll_option.pleromaentity.account.__type",{"_index":7848,"name":{},"parent":{"30076":{},"30077":{},"30078":{},"30079":{},"30080":{},"30081":{},"30082":{},"30083":{},"30084":{},"30085":{},"30086":{},"30087":{},"30088":{},"30089":{},"30090":{},"30091":{},"30092":{},"30093":{},"30094":{},"30095":{}}}],["pleroma/entities/poll_option.pleromaentity.activity",{"_index":7849,"name":{},"parent":{"30097":{}}}],["pleroma/entities/poll_option.pleromaentity.activity.__type",{"_index":7850,"name":{},"parent":{"30098":{},"30099":{},"30100":{},"30101":{}}}],["pleroma/entities/poll_option.pleromaentity.application",{"_index":7851,"name":{},"parent":{"30103":{}}}],["pleroma/entities/poll_option.pleromaentity.application.__type",{"_index":7852,"name":{},"parent":{"30104":{},"30105":{},"30106":{}}}],["pleroma/entities/poll_option.pleromaentity.attachment",{"_index":7853,"name":{},"parent":{"30108":{}}}],["pleroma/entities/poll_option.pleromaentity.attachment.__type",{"_index":7854,"name":{},"parent":{"30109":{},"30110":{},"30111":{},"30112":{},"30113":{},"30114":{},"30115":{},"30116":{}}}],["pleroma/entities/poll_option.pleromaentity.card",{"_index":7855,"name":{},"parent":{"30118":{}}}],["pleroma/entities/poll_option.pleromaentity.card.__type",{"_index":7856,"name":{},"parent":{"30119":{},"30120":{},"30121":{},"30122":{},"30123":{},"30124":{},"30125":{},"30126":{},"30127":{},"30128":{},"30129":{},"30130":{},"30131":{}}}],["pleroma/entities/poll_option.pleromaentity.context",{"_index":7873,"name":{},"parent":{"30211":{}}}],["pleroma/entities/poll_option.pleromaentity.context.__type",{"_index":7874,"name":{},"parent":{"30212":{},"30213":{}}}],["pleroma/entities/poll_option.pleromaentity.conversation",{"_index":7875,"name":{},"parent":{"30215":{}}}],["pleroma/entities/poll_option.pleromaentity.conversation.__type",{"_index":7876,"name":{},"parent":{"30216":{},"30217":{},"30218":{},"30219":{}}}],["pleroma/entities/poll_option.pleromaentity.emoji",{"_index":7843,"name":{},"parent":{"30062":{}}}],["pleroma/entities/poll_option.pleromaentity.emoji.__type",{"_index":7844,"name":{},"parent":{"30063":{},"30064":{},"30065":{},"30066":{}}}],["pleroma/entities/poll_option.pleromaentity.featuredtag",{"_index":7877,"name":{},"parent":{"30221":{}}}],["pleroma/entities/poll_option.pleromaentity.featuredtag.__type",{"_index":7878,"name":{},"parent":{"30222":{},"30223":{},"30224":{},"30225":{}}}],["pleroma/entities/poll_option.pleromaentity.field",{"_index":7879,"name":{},"parent":{"30227":{}}}],["pleroma/entities/poll_option.pleromaentity.field.__type",{"_index":7880,"name":{},"parent":{"30228":{},"30229":{},"30230":{}}}],["pleroma/entities/poll_option.pleromaentity.filter",{"_index":7881,"name":{},"parent":{"30232":{}}}],["pleroma/entities/poll_option.pleromaentity.filter.__type",{"_index":7882,"name":{},"parent":{"30233":{},"30234":{},"30235":{},"30236":{},"30237":{},"30238":{}}}],["pleroma/entities/poll_option.pleromaentity.history",{"_index":7859,"name":{},"parent":{"30139":{}}}],["pleroma/entities/poll_option.pleromaentity.history.__type",{"_index":7860,"name":{},"parent":{"30140":{},"30141":{},"30142":{}}}],["pleroma/entities/poll_option.pleromaentity.identityproof",{"_index":7883,"name":{},"parent":{"30240":{}}}],["pleroma/entities/poll_option.pleromaentity.identityproof.__type",{"_index":7884,"name":{},"parent":{"30241":{},"30242":{},"30243":{},"30244":{},"30245":{}}}],["pleroma/entities/poll_option.pleromaentity.instance",{"_index":7889,"name":{},"parent":{"30255":{}}}],["pleroma/entities/poll_option.pleromaentity.instance.__type",{"_index":7890,"name":{},"parent":{"30256":{},"30257":{},"30258":{},"30259":{},"30260":{},"30261":{},"30262":{},"30263":{},"30264":{},"30265":{},"30266":{},"30267":{}}}],["pleroma/entities/poll_option.pleromaentity.list",{"_index":7891,"name":{},"parent":{"30269":{}}}],["pleroma/entities/poll_option.pleromaentity.list.__type",{"_index":7892,"name":{},"parent":{"30270":{},"30271":{}}}],["pleroma/entities/poll_option.pleromaentity.marker",{"_index":7893,"name":{},"parent":{"30273":{}}}],["pleroma/entities/poll_option.pleromaentity.marker.__type",{"_index":7894,"name":{},"parent":{"30274":{},"30275":{},"30279":{},"30280":{}}}],["pleroma/entities/poll_option.pleromaentity.marker.__type.__type",{"_index":7895,"name":{},"parent":{"30276":{},"30277":{},"30278":{},"30281":{},"30282":{},"30283":{}}}],["pleroma/entities/poll_option.pleromaentity.mention",{"_index":7857,"name":{},"parent":{"30133":{}}}],["pleroma/entities/poll_option.pleromaentity.mention.__type",{"_index":7858,"name":{},"parent":{"30134":{},"30135":{},"30136":{},"30137":{}}}],["pleroma/entities/poll_option.pleromaentity.notification",{"_index":7896,"name":{},"parent":{"30285":{}}}],["pleroma/entities/poll_option.pleromaentity.notification.__type",{"_index":7897,"name":{},"parent":{"30286":{},"30287":{},"30288":{},"30289":{},"30290":{},"30291":{}}}],["pleroma/entities/poll_option.pleromaentity.poll",{"_index":7865,"name":{},"parent":{"30153":{}}}],["pleroma/entities/poll_option.pleromaentity.poll.__type",{"_index":7866,"name":{},"parent":{"30154":{},"30155":{},"30156":{},"30157":{},"30158":{},"30159":{},"30160":{}}}],["pleroma/entities/poll_option.pleromaentity.polloption",{"_index":7863,"name":{},"parent":{"30149":{}}}],["pleroma/entities/poll_option.pleromaentity.polloption.__type",{"_index":7864,"name":{},"parent":{"30150":{},"30151":{}}}],["pleroma/entities/poll_option.pleromaentity.preferences",{"_index":7898,"name":{},"parent":{"30294":{}}}],["pleroma/entities/poll_option.pleromaentity.preferences.__type",{"_index":7899,"name":{},"parent":{"30295":{},"30296":{},"30297":{},"30298":{},"30299":{}}}],["pleroma/entities/poll_option.pleromaentity.pushsubscription",{"_index":7900,"name":{},"parent":{"30301":{}}}],["pleroma/entities/poll_option.pleromaentity.pushsubscription.__type",{"_index":7901,"name":{},"parent":{"30302":{},"30303":{},"30304":{},"30305":{}}}],["pleroma/entities/poll_option.pleromaentity.reaction",{"_index":7867,"name":{},"parent":{"30162":{}}}],["pleroma/entities/poll_option.pleromaentity.reaction.__type",{"_index":7868,"name":{},"parent":{"30163":{},"30164":{},"30165":{},"30166":{}}}],["pleroma/entities/poll_option.pleromaentity.relationship",{"_index":7902,"name":{},"parent":{"30307":{}}}],["pleroma/entities/poll_option.pleromaentity.relationship.__type",{"_index":7903,"name":{},"parent":{"30308":{},"30309":{},"30310":{},"30311":{},"30312":{},"30313":{},"30314":{},"30315":{},"30316":{},"30317":{}}}],["pleroma/entities/poll_option.pleromaentity.report",{"_index":7904,"name":{},"parent":{"30319":{}}}],["pleroma/entities/poll_option.pleromaentity.report.__type",{"_index":7905,"name":{},"parent":{"30320":{},"30321":{},"30322":{},"30323":{},"30324":{}}}],["pleroma/entities/poll_option.pleromaentity.results",{"_index":7906,"name":{},"parent":{"30326":{}}}],["pleroma/entities/poll_option.pleromaentity.results.__type",{"_index":7907,"name":{},"parent":{"30327":{},"30328":{},"30329":{}}}],["pleroma/entities/poll_option.pleromaentity.scheduledstatus",{"_index":7908,"name":{},"parent":{"30331":{}}}],["pleroma/entities/poll_option.pleromaentity.scheduledstatus.__type",{"_index":7909,"name":{},"parent":{"30332":{},"30333":{},"30334":{},"30335":{}}}],["pleroma/entities/poll_option.pleromaentity.source",{"_index":7845,"name":{},"parent":{"30068":{}}}],["pleroma/entities/poll_option.pleromaentity.source.__type",{"_index":7846,"name":{},"parent":{"30069":{},"30070":{},"30071":{},"30072":{},"30073":{}}}],["pleroma/entities/poll_option.pleromaentity.stats",{"_index":7887,"name":{},"parent":{"30250":{}}}],["pleroma/entities/poll_option.pleromaentity.stats.__type",{"_index":7888,"name":{},"parent":{"30251":{},"30252":{},"30253":{}}}],["pleroma/entities/poll_option.pleromaentity.status",{"_index":7869,"name":{},"parent":{"30168":{}}}],["pleroma/entities/poll_option.pleromaentity.status.__type",{"_index":7870,"name":{},"parent":{"30169":{},"30170":{},"30171":{},"30172":{},"30173":{},"30174":{},"30175":{},"30176":{},"30177":{},"30178":{},"30179":{},"30180":{},"30181":{},"30182":{},"30183":{},"30184":{},"30185":{},"30186":{},"30187":{},"30188":{},"30189":{},"30190":{},"30191":{},"30192":{},"30193":{},"30194":{},"30195":{},"30196":{},"30197":{},"30198":{}}}],["pleroma/entities/poll_option.pleromaentity.status.__type.__type",{"_index":7871,"name":{},"parent":{"30199":{},"30200":{},"30202":{},"30203":{},"30205":{},"30206":{},"30207":{},"30208":{},"30209":{}}}],["pleroma/entities/poll_option.pleromaentity.status.__type.__type.__type",{"_index":7872,"name":{},"parent":{"30201":{},"30204":{}}}],["pleroma/entities/poll_option.pleromaentity.statusparams",{"_index":7910,"name":{},"parent":{"30337":{}}}],["pleroma/entities/poll_option.pleromaentity.statusparams.__type",{"_index":7911,"name":{},"parent":{"30338":{},"30339":{},"30340":{},"30341":{},"30342":{},"30343":{},"30344":{},"30345":{}}}],["pleroma/entities/poll_option.pleromaentity.tag",{"_index":7861,"name":{},"parent":{"30144":{}}}],["pleroma/entities/poll_option.pleromaentity.tag.__type",{"_index":7862,"name":{},"parent":{"30145":{},"30146":{},"30147":{}}}],["pleroma/entities/poll_option.pleromaentity.token",{"_index":7912,"name":{},"parent":{"30347":{}}}],["pleroma/entities/poll_option.pleromaentity.token.__type",{"_index":7913,"name":{},"parent":{"30348":{},"30349":{},"30350":{},"30351":{}}}],["pleroma/entities/poll_option.pleromaentity.urls",{"_index":7885,"name":{},"parent":{"30247":{}}}],["pleroma/entities/poll_option.pleromaentity.urls.__type",{"_index":7886,"name":{},"parent":{"30248":{}}}],["pleroma/entities/preferences",{"_index":464,"name":{"974":{}},"parent":{"30352":{}}}],["pleroma/entities/preferences.pleromaentity",{"_index":7914,"name":{},"parent":{"30353":{},"30359":{},"30366":{},"30388":{},"30394":{},"30399":{},"30409":{},"30424":{},"30430":{},"30435":{},"30440":{},"30444":{},"30453":{},"30459":{},"30502":{},"30506":{},"30512":{},"30518":{},"30523":{},"30531":{},"30538":{},"30541":{},"30546":{},"30560":{},"30564":{},"30576":{},"30584":{},"30585":{},"30592":{},"30598":{},"30610":{},"30617":{},"30622":{},"30628":{},"30638":{}}}],["pleroma/entities/preferences.pleromaentity.account",{"_index":7919,"name":{},"parent":{"30367":{}}}],["pleroma/entities/preferences.pleromaentity.account.__type",{"_index":7920,"name":{},"parent":{"30368":{},"30369":{},"30370":{},"30371":{},"30372":{},"30373":{},"30374":{},"30375":{},"30376":{},"30377":{},"30378":{},"30379":{},"30380":{},"30381":{},"30382":{},"30383":{},"30384":{},"30385":{},"30386":{},"30387":{}}}],["pleroma/entities/preferences.pleromaentity.activity",{"_index":7921,"name":{},"parent":{"30389":{}}}],["pleroma/entities/preferences.pleromaentity.activity.__type",{"_index":7922,"name":{},"parent":{"30390":{},"30391":{},"30392":{},"30393":{}}}],["pleroma/entities/preferences.pleromaentity.application",{"_index":7923,"name":{},"parent":{"30395":{}}}],["pleroma/entities/preferences.pleromaentity.application.__type",{"_index":7924,"name":{},"parent":{"30396":{},"30397":{},"30398":{}}}],["pleroma/entities/preferences.pleromaentity.attachment",{"_index":7925,"name":{},"parent":{"30400":{}}}],["pleroma/entities/preferences.pleromaentity.attachment.__type",{"_index":7926,"name":{},"parent":{"30401":{},"30402":{},"30403":{},"30404":{},"30405":{},"30406":{},"30407":{},"30408":{}}}],["pleroma/entities/preferences.pleromaentity.card",{"_index":7927,"name":{},"parent":{"30410":{}}}],["pleroma/entities/preferences.pleromaentity.card.__type",{"_index":7928,"name":{},"parent":{"30411":{},"30412":{},"30413":{},"30414":{},"30415":{},"30416":{},"30417":{},"30418":{},"30419":{},"30420":{},"30421":{},"30422":{},"30423":{}}}],["pleroma/entities/preferences.pleromaentity.context",{"_index":7945,"name":{},"parent":{"30503":{}}}],["pleroma/entities/preferences.pleromaentity.context.__type",{"_index":7946,"name":{},"parent":{"30504":{},"30505":{}}}],["pleroma/entities/preferences.pleromaentity.conversation",{"_index":7947,"name":{},"parent":{"30507":{}}}],["pleroma/entities/preferences.pleromaentity.conversation.__type",{"_index":7948,"name":{},"parent":{"30508":{},"30509":{},"30510":{},"30511":{}}}],["pleroma/entities/preferences.pleromaentity.emoji",{"_index":7915,"name":{},"parent":{"30354":{}}}],["pleroma/entities/preferences.pleromaentity.emoji.__type",{"_index":7916,"name":{},"parent":{"30355":{},"30356":{},"30357":{},"30358":{}}}],["pleroma/entities/preferences.pleromaentity.featuredtag",{"_index":7949,"name":{},"parent":{"30513":{}}}],["pleroma/entities/preferences.pleromaentity.featuredtag.__type",{"_index":7950,"name":{},"parent":{"30514":{},"30515":{},"30516":{},"30517":{}}}],["pleroma/entities/preferences.pleromaentity.field",{"_index":7951,"name":{},"parent":{"30519":{}}}],["pleroma/entities/preferences.pleromaentity.field.__type",{"_index":7952,"name":{},"parent":{"30520":{},"30521":{},"30522":{}}}],["pleroma/entities/preferences.pleromaentity.filter",{"_index":7953,"name":{},"parent":{"30524":{}}}],["pleroma/entities/preferences.pleromaentity.filter.__type",{"_index":7954,"name":{},"parent":{"30525":{},"30526":{},"30527":{},"30528":{},"30529":{},"30530":{}}}],["pleroma/entities/preferences.pleromaentity.history",{"_index":7931,"name":{},"parent":{"30431":{}}}],["pleroma/entities/preferences.pleromaentity.history.__type",{"_index":7932,"name":{},"parent":{"30432":{},"30433":{},"30434":{}}}],["pleroma/entities/preferences.pleromaentity.identityproof",{"_index":7955,"name":{},"parent":{"30532":{}}}],["pleroma/entities/preferences.pleromaentity.identityproof.__type",{"_index":7956,"name":{},"parent":{"30533":{},"30534":{},"30535":{},"30536":{},"30537":{}}}],["pleroma/entities/preferences.pleromaentity.instance",{"_index":7961,"name":{},"parent":{"30547":{}}}],["pleroma/entities/preferences.pleromaentity.instance.__type",{"_index":7962,"name":{},"parent":{"30548":{},"30549":{},"30550":{},"30551":{},"30552":{},"30553":{},"30554":{},"30555":{},"30556":{},"30557":{},"30558":{},"30559":{}}}],["pleroma/entities/preferences.pleromaentity.list",{"_index":7963,"name":{},"parent":{"30561":{}}}],["pleroma/entities/preferences.pleromaentity.list.__type",{"_index":7964,"name":{},"parent":{"30562":{},"30563":{}}}],["pleroma/entities/preferences.pleromaentity.marker",{"_index":7965,"name":{},"parent":{"30565":{}}}],["pleroma/entities/preferences.pleromaentity.marker.__type",{"_index":7966,"name":{},"parent":{"30566":{},"30567":{},"30571":{},"30572":{}}}],["pleroma/entities/preferences.pleromaentity.marker.__type.__type",{"_index":7967,"name":{},"parent":{"30568":{},"30569":{},"30570":{},"30573":{},"30574":{},"30575":{}}}],["pleroma/entities/preferences.pleromaentity.mention",{"_index":7929,"name":{},"parent":{"30425":{}}}],["pleroma/entities/preferences.pleromaentity.mention.__type",{"_index":7930,"name":{},"parent":{"30426":{},"30427":{},"30428":{},"30429":{}}}],["pleroma/entities/preferences.pleromaentity.notification",{"_index":7968,"name":{},"parent":{"30577":{}}}],["pleroma/entities/preferences.pleromaentity.notification.__type",{"_index":7969,"name":{},"parent":{"30578":{},"30579":{},"30580":{},"30581":{},"30582":{},"30583":{}}}],["pleroma/entities/preferences.pleromaentity.poll",{"_index":7937,"name":{},"parent":{"30445":{}}}],["pleroma/entities/preferences.pleromaentity.poll.__type",{"_index":7938,"name":{},"parent":{"30446":{},"30447":{},"30448":{},"30449":{},"30450":{},"30451":{},"30452":{}}}],["pleroma/entities/preferences.pleromaentity.polloption",{"_index":7935,"name":{},"parent":{"30441":{}}}],["pleroma/entities/preferences.pleromaentity.polloption.__type",{"_index":7936,"name":{},"parent":{"30442":{},"30443":{}}}],["pleroma/entities/preferences.pleromaentity.preferences",{"_index":7970,"name":{},"parent":{"30586":{}}}],["pleroma/entities/preferences.pleromaentity.preferences.__type",{"_index":7971,"name":{},"parent":{"30587":{},"30588":{},"30589":{},"30590":{},"30591":{}}}],["pleroma/entities/preferences.pleromaentity.pushsubscription",{"_index":7972,"name":{},"parent":{"30593":{}}}],["pleroma/entities/preferences.pleromaentity.pushsubscription.__type",{"_index":7973,"name":{},"parent":{"30594":{},"30595":{},"30596":{},"30597":{}}}],["pleroma/entities/preferences.pleromaentity.reaction",{"_index":7939,"name":{},"parent":{"30454":{}}}],["pleroma/entities/preferences.pleromaentity.reaction.__type",{"_index":7940,"name":{},"parent":{"30455":{},"30456":{},"30457":{},"30458":{}}}],["pleroma/entities/preferences.pleromaentity.relationship",{"_index":7974,"name":{},"parent":{"30599":{}}}],["pleroma/entities/preferences.pleromaentity.relationship.__type",{"_index":7975,"name":{},"parent":{"30600":{},"30601":{},"30602":{},"30603":{},"30604":{},"30605":{},"30606":{},"30607":{},"30608":{},"30609":{}}}],["pleroma/entities/preferences.pleromaentity.report",{"_index":7976,"name":{},"parent":{"30611":{}}}],["pleroma/entities/preferences.pleromaentity.report.__type",{"_index":7977,"name":{},"parent":{"30612":{},"30613":{},"30614":{},"30615":{},"30616":{}}}],["pleroma/entities/preferences.pleromaentity.results",{"_index":7978,"name":{},"parent":{"30618":{}}}],["pleroma/entities/preferences.pleromaentity.results.__type",{"_index":7979,"name":{},"parent":{"30619":{},"30620":{},"30621":{}}}],["pleroma/entities/preferences.pleromaentity.scheduledstatus",{"_index":7980,"name":{},"parent":{"30623":{}}}],["pleroma/entities/preferences.pleromaentity.scheduledstatus.__type",{"_index":7981,"name":{},"parent":{"30624":{},"30625":{},"30626":{},"30627":{}}}],["pleroma/entities/preferences.pleromaentity.source",{"_index":7917,"name":{},"parent":{"30360":{}}}],["pleroma/entities/preferences.pleromaentity.source.__type",{"_index":7918,"name":{},"parent":{"30361":{},"30362":{},"30363":{},"30364":{},"30365":{}}}],["pleroma/entities/preferences.pleromaentity.stats",{"_index":7959,"name":{},"parent":{"30542":{}}}],["pleroma/entities/preferences.pleromaentity.stats.__type",{"_index":7960,"name":{},"parent":{"30543":{},"30544":{},"30545":{}}}],["pleroma/entities/preferences.pleromaentity.status",{"_index":7941,"name":{},"parent":{"30460":{}}}],["pleroma/entities/preferences.pleromaentity.status.__type",{"_index":7942,"name":{},"parent":{"30461":{},"30462":{},"30463":{},"30464":{},"30465":{},"30466":{},"30467":{},"30468":{},"30469":{},"30470":{},"30471":{},"30472":{},"30473":{},"30474":{},"30475":{},"30476":{},"30477":{},"30478":{},"30479":{},"30480":{},"30481":{},"30482":{},"30483":{},"30484":{},"30485":{},"30486":{},"30487":{},"30488":{},"30489":{},"30490":{}}}],["pleroma/entities/preferences.pleromaentity.status.__type.__type",{"_index":7943,"name":{},"parent":{"30491":{},"30492":{},"30494":{},"30495":{},"30497":{},"30498":{},"30499":{},"30500":{},"30501":{}}}],["pleroma/entities/preferences.pleromaentity.status.__type.__type.__type",{"_index":7944,"name":{},"parent":{"30493":{},"30496":{}}}],["pleroma/entities/preferences.pleromaentity.statusparams",{"_index":7982,"name":{},"parent":{"30629":{}}}],["pleroma/entities/preferences.pleromaentity.statusparams.__type",{"_index":7983,"name":{},"parent":{"30630":{},"30631":{},"30632":{},"30633":{},"30634":{},"30635":{},"30636":{},"30637":{}}}],["pleroma/entities/preferences.pleromaentity.tag",{"_index":7933,"name":{},"parent":{"30436":{}}}],["pleroma/entities/preferences.pleromaentity.tag.__type",{"_index":7934,"name":{},"parent":{"30437":{},"30438":{},"30439":{}}}],["pleroma/entities/preferences.pleromaentity.token",{"_index":7984,"name":{},"parent":{"30639":{}}}],["pleroma/entities/preferences.pleromaentity.token.__type",{"_index":7985,"name":{},"parent":{"30640":{},"30641":{},"30642":{},"30643":{}}}],["pleroma/entities/preferences.pleromaentity.urls",{"_index":7957,"name":{},"parent":{"30539":{}}}],["pleroma/entities/preferences.pleromaentity.urls.__type",{"_index":7958,"name":{},"parent":{"30540":{}}}],["pleroma/entities/push_subscription",{"_index":465,"name":{"975":{}},"parent":{"30644":{}}}],["pleroma/entities/push_subscription.pleromaentity",{"_index":7986,"name":{},"parent":{"30645":{},"30651":{},"30658":{},"30680":{},"30686":{},"30691":{},"30701":{},"30716":{},"30722":{},"30727":{},"30732":{},"30736":{},"30745":{},"30751":{},"30794":{},"30798":{},"30804":{},"30810":{},"30815":{},"30823":{},"30830":{},"30833":{},"30838":{},"30852":{},"30856":{},"30868":{},"30876":{},"30877":{},"30884":{},"30890":{},"30902":{},"30909":{},"30914":{},"30920":{},"30930":{}}}],["pleroma/entities/push_subscription.pleromaentity.account",{"_index":7991,"name":{},"parent":{"30659":{}}}],["pleroma/entities/push_subscription.pleromaentity.account.__type",{"_index":7992,"name":{},"parent":{"30660":{},"30661":{},"30662":{},"30663":{},"30664":{},"30665":{},"30666":{},"30667":{},"30668":{},"30669":{},"30670":{},"30671":{},"30672":{},"30673":{},"30674":{},"30675":{},"30676":{},"30677":{},"30678":{},"30679":{}}}],["pleroma/entities/push_subscription.pleromaentity.activity",{"_index":7993,"name":{},"parent":{"30681":{}}}],["pleroma/entities/push_subscription.pleromaentity.activity.__type",{"_index":7994,"name":{},"parent":{"30682":{},"30683":{},"30684":{},"30685":{}}}],["pleroma/entities/push_subscription.pleromaentity.application",{"_index":7995,"name":{},"parent":{"30687":{}}}],["pleroma/entities/push_subscription.pleromaentity.application.__type",{"_index":7996,"name":{},"parent":{"30688":{},"30689":{},"30690":{}}}],["pleroma/entities/push_subscription.pleromaentity.attachment",{"_index":7997,"name":{},"parent":{"30692":{}}}],["pleroma/entities/push_subscription.pleromaentity.attachment.__type",{"_index":7998,"name":{},"parent":{"30693":{},"30694":{},"30695":{},"30696":{},"30697":{},"30698":{},"30699":{},"30700":{}}}],["pleroma/entities/push_subscription.pleromaentity.card",{"_index":7999,"name":{},"parent":{"30702":{}}}],["pleroma/entities/push_subscription.pleromaentity.card.__type",{"_index":8000,"name":{},"parent":{"30703":{},"30704":{},"30705":{},"30706":{},"30707":{},"30708":{},"30709":{},"30710":{},"30711":{},"30712":{},"30713":{},"30714":{},"30715":{}}}],["pleroma/entities/push_subscription.pleromaentity.context",{"_index":8017,"name":{},"parent":{"30795":{}}}],["pleroma/entities/push_subscription.pleromaentity.context.__type",{"_index":8018,"name":{},"parent":{"30796":{},"30797":{}}}],["pleroma/entities/push_subscription.pleromaentity.conversation",{"_index":8019,"name":{},"parent":{"30799":{}}}],["pleroma/entities/push_subscription.pleromaentity.conversation.__type",{"_index":8020,"name":{},"parent":{"30800":{},"30801":{},"30802":{},"30803":{}}}],["pleroma/entities/push_subscription.pleromaentity.emoji",{"_index":7987,"name":{},"parent":{"30646":{}}}],["pleroma/entities/push_subscription.pleromaentity.emoji.__type",{"_index":7988,"name":{},"parent":{"30647":{},"30648":{},"30649":{},"30650":{}}}],["pleroma/entities/push_subscription.pleromaentity.featuredtag",{"_index":8021,"name":{},"parent":{"30805":{}}}],["pleroma/entities/push_subscription.pleromaentity.featuredtag.__type",{"_index":8022,"name":{},"parent":{"30806":{},"30807":{},"30808":{},"30809":{}}}],["pleroma/entities/push_subscription.pleromaentity.field",{"_index":8023,"name":{},"parent":{"30811":{}}}],["pleroma/entities/push_subscription.pleromaentity.field.__type",{"_index":8024,"name":{},"parent":{"30812":{},"30813":{},"30814":{}}}],["pleroma/entities/push_subscription.pleromaentity.filter",{"_index":8025,"name":{},"parent":{"30816":{}}}],["pleroma/entities/push_subscription.pleromaentity.filter.__type",{"_index":8026,"name":{},"parent":{"30817":{},"30818":{},"30819":{},"30820":{},"30821":{},"30822":{}}}],["pleroma/entities/push_subscription.pleromaentity.history",{"_index":8003,"name":{},"parent":{"30723":{}}}],["pleroma/entities/push_subscription.pleromaentity.history.__type",{"_index":8004,"name":{},"parent":{"30724":{},"30725":{},"30726":{}}}],["pleroma/entities/push_subscription.pleromaentity.identityproof",{"_index":8027,"name":{},"parent":{"30824":{}}}],["pleroma/entities/push_subscription.pleromaentity.identityproof.__type",{"_index":8028,"name":{},"parent":{"30825":{},"30826":{},"30827":{},"30828":{},"30829":{}}}],["pleroma/entities/push_subscription.pleromaentity.instance",{"_index":8033,"name":{},"parent":{"30839":{}}}],["pleroma/entities/push_subscription.pleromaentity.instance.__type",{"_index":8034,"name":{},"parent":{"30840":{},"30841":{},"30842":{},"30843":{},"30844":{},"30845":{},"30846":{},"30847":{},"30848":{},"30849":{},"30850":{},"30851":{}}}],["pleroma/entities/push_subscription.pleromaentity.list",{"_index":8035,"name":{},"parent":{"30853":{}}}],["pleroma/entities/push_subscription.pleromaentity.list.__type",{"_index":8036,"name":{},"parent":{"30854":{},"30855":{}}}],["pleroma/entities/push_subscription.pleromaentity.marker",{"_index":8037,"name":{},"parent":{"30857":{}}}],["pleroma/entities/push_subscription.pleromaentity.marker.__type",{"_index":8038,"name":{},"parent":{"30858":{},"30859":{},"30863":{},"30864":{}}}],["pleroma/entities/push_subscription.pleromaentity.marker.__type.__type",{"_index":8039,"name":{},"parent":{"30860":{},"30861":{},"30862":{},"30865":{},"30866":{},"30867":{}}}],["pleroma/entities/push_subscription.pleromaentity.mention",{"_index":8001,"name":{},"parent":{"30717":{}}}],["pleroma/entities/push_subscription.pleromaentity.mention.__type",{"_index":8002,"name":{},"parent":{"30718":{},"30719":{},"30720":{},"30721":{}}}],["pleroma/entities/push_subscription.pleromaentity.notification",{"_index":8040,"name":{},"parent":{"30869":{}}}],["pleroma/entities/push_subscription.pleromaentity.notification.__type",{"_index":8041,"name":{},"parent":{"30870":{},"30871":{},"30872":{},"30873":{},"30874":{},"30875":{}}}],["pleroma/entities/push_subscription.pleromaentity.poll",{"_index":8009,"name":{},"parent":{"30737":{}}}],["pleroma/entities/push_subscription.pleromaentity.poll.__type",{"_index":8010,"name":{},"parent":{"30738":{},"30739":{},"30740":{},"30741":{},"30742":{},"30743":{},"30744":{}}}],["pleroma/entities/push_subscription.pleromaentity.polloption",{"_index":8007,"name":{},"parent":{"30733":{}}}],["pleroma/entities/push_subscription.pleromaentity.polloption.__type",{"_index":8008,"name":{},"parent":{"30734":{},"30735":{}}}],["pleroma/entities/push_subscription.pleromaentity.preferences",{"_index":8042,"name":{},"parent":{"30878":{}}}],["pleroma/entities/push_subscription.pleromaentity.preferences.__type",{"_index":8043,"name":{},"parent":{"30879":{},"30880":{},"30881":{},"30882":{},"30883":{}}}],["pleroma/entities/push_subscription.pleromaentity.pushsubscription",{"_index":8044,"name":{},"parent":{"30885":{}}}],["pleroma/entities/push_subscription.pleromaentity.pushsubscription.__type",{"_index":8045,"name":{},"parent":{"30886":{},"30887":{},"30888":{},"30889":{}}}],["pleroma/entities/push_subscription.pleromaentity.reaction",{"_index":8011,"name":{},"parent":{"30746":{}}}],["pleroma/entities/push_subscription.pleromaentity.reaction.__type",{"_index":8012,"name":{},"parent":{"30747":{},"30748":{},"30749":{},"30750":{}}}],["pleroma/entities/push_subscription.pleromaentity.relationship",{"_index":8046,"name":{},"parent":{"30891":{}}}],["pleroma/entities/push_subscription.pleromaentity.relationship.__type",{"_index":8047,"name":{},"parent":{"30892":{},"30893":{},"30894":{},"30895":{},"30896":{},"30897":{},"30898":{},"30899":{},"30900":{},"30901":{}}}],["pleroma/entities/push_subscription.pleromaentity.report",{"_index":8048,"name":{},"parent":{"30903":{}}}],["pleroma/entities/push_subscription.pleromaentity.report.__type",{"_index":8049,"name":{},"parent":{"30904":{},"30905":{},"30906":{},"30907":{},"30908":{}}}],["pleroma/entities/push_subscription.pleromaentity.results",{"_index":8050,"name":{},"parent":{"30910":{}}}],["pleroma/entities/push_subscription.pleromaentity.results.__type",{"_index":8051,"name":{},"parent":{"30911":{},"30912":{},"30913":{}}}],["pleroma/entities/push_subscription.pleromaentity.scheduledstatus",{"_index":8052,"name":{},"parent":{"30915":{}}}],["pleroma/entities/push_subscription.pleromaentity.scheduledstatus.__type",{"_index":8053,"name":{},"parent":{"30916":{},"30917":{},"30918":{},"30919":{}}}],["pleroma/entities/push_subscription.pleromaentity.source",{"_index":7989,"name":{},"parent":{"30652":{}}}],["pleroma/entities/push_subscription.pleromaentity.source.__type",{"_index":7990,"name":{},"parent":{"30653":{},"30654":{},"30655":{},"30656":{},"30657":{}}}],["pleroma/entities/push_subscription.pleromaentity.stats",{"_index":8031,"name":{},"parent":{"30834":{}}}],["pleroma/entities/push_subscription.pleromaentity.stats.__type",{"_index":8032,"name":{},"parent":{"30835":{},"30836":{},"30837":{}}}],["pleroma/entities/push_subscription.pleromaentity.status",{"_index":8013,"name":{},"parent":{"30752":{}}}],["pleroma/entities/push_subscription.pleromaentity.status.__type",{"_index":8014,"name":{},"parent":{"30753":{},"30754":{},"30755":{},"30756":{},"30757":{},"30758":{},"30759":{},"30760":{},"30761":{},"30762":{},"30763":{},"30764":{},"30765":{},"30766":{},"30767":{},"30768":{},"30769":{},"30770":{},"30771":{},"30772":{},"30773":{},"30774":{},"30775":{},"30776":{},"30777":{},"30778":{},"30779":{},"30780":{},"30781":{},"30782":{}}}],["pleroma/entities/push_subscription.pleromaentity.status.__type.__type",{"_index":8015,"name":{},"parent":{"30783":{},"30784":{},"30786":{},"30787":{},"30789":{},"30790":{},"30791":{},"30792":{},"30793":{}}}],["pleroma/entities/push_subscription.pleromaentity.status.__type.__type.__type",{"_index":8016,"name":{},"parent":{"30785":{},"30788":{}}}],["pleroma/entities/push_subscription.pleromaentity.statusparams",{"_index":8054,"name":{},"parent":{"30921":{}}}],["pleroma/entities/push_subscription.pleromaentity.statusparams.__type",{"_index":8055,"name":{},"parent":{"30922":{},"30923":{},"30924":{},"30925":{},"30926":{},"30927":{},"30928":{},"30929":{}}}],["pleroma/entities/push_subscription.pleromaentity.tag",{"_index":8005,"name":{},"parent":{"30728":{}}}],["pleroma/entities/push_subscription.pleromaentity.tag.__type",{"_index":8006,"name":{},"parent":{"30729":{},"30730":{},"30731":{}}}],["pleroma/entities/push_subscription.pleromaentity.token",{"_index":8056,"name":{},"parent":{"30931":{}}}],["pleroma/entities/push_subscription.pleromaentity.token.__type",{"_index":8057,"name":{},"parent":{"30932":{},"30933":{},"30934":{},"30935":{}}}],["pleroma/entities/push_subscription.pleromaentity.urls",{"_index":8029,"name":{},"parent":{"30831":{}}}],["pleroma/entities/push_subscription.pleromaentity.urls.__type",{"_index":8030,"name":{},"parent":{"30832":{}}}],["pleroma/entities/reaction",{"_index":466,"name":{"976":{}},"parent":{"30936":{}}}],["pleroma/entities/reaction.pleromaentity",{"_index":8058,"name":{},"parent":{"30937":{},"30943":{},"30950":{},"30972":{},"30978":{},"30983":{},"30993":{},"31008":{},"31014":{},"31019":{},"31024":{},"31028":{},"31037":{},"31043":{},"31086":{},"31090":{},"31096":{},"31102":{},"31107":{},"31115":{},"31122":{},"31125":{},"31130":{},"31144":{},"31148":{},"31160":{},"31168":{},"31169":{},"31176":{},"31182":{},"31194":{},"31201":{},"31206":{},"31212":{},"31222":{}}}],["pleroma/entities/reaction.pleromaentity.account",{"_index":8063,"name":{},"parent":{"30951":{}}}],["pleroma/entities/reaction.pleromaentity.account.__type",{"_index":8064,"name":{},"parent":{"30952":{},"30953":{},"30954":{},"30955":{},"30956":{},"30957":{},"30958":{},"30959":{},"30960":{},"30961":{},"30962":{},"30963":{},"30964":{},"30965":{},"30966":{},"30967":{},"30968":{},"30969":{},"30970":{},"30971":{}}}],["pleroma/entities/reaction.pleromaentity.activity",{"_index":8065,"name":{},"parent":{"30973":{}}}],["pleroma/entities/reaction.pleromaentity.activity.__type",{"_index":8066,"name":{},"parent":{"30974":{},"30975":{},"30976":{},"30977":{}}}],["pleroma/entities/reaction.pleromaentity.application",{"_index":8067,"name":{},"parent":{"30979":{}}}],["pleroma/entities/reaction.pleromaentity.application.__type",{"_index":8068,"name":{},"parent":{"30980":{},"30981":{},"30982":{}}}],["pleroma/entities/reaction.pleromaentity.attachment",{"_index":8069,"name":{},"parent":{"30984":{}}}],["pleroma/entities/reaction.pleromaentity.attachment.__type",{"_index":8070,"name":{},"parent":{"30985":{},"30986":{},"30987":{},"30988":{},"30989":{},"30990":{},"30991":{},"30992":{}}}],["pleroma/entities/reaction.pleromaentity.card",{"_index":8071,"name":{},"parent":{"30994":{}}}],["pleroma/entities/reaction.pleromaentity.card.__type",{"_index":8072,"name":{},"parent":{"30995":{},"30996":{},"30997":{},"30998":{},"30999":{},"31000":{},"31001":{},"31002":{},"31003":{},"31004":{},"31005":{},"31006":{},"31007":{}}}],["pleroma/entities/reaction.pleromaentity.context",{"_index":8089,"name":{},"parent":{"31087":{}}}],["pleroma/entities/reaction.pleromaentity.context.__type",{"_index":8090,"name":{},"parent":{"31088":{},"31089":{}}}],["pleroma/entities/reaction.pleromaentity.conversation",{"_index":8091,"name":{},"parent":{"31091":{}}}],["pleroma/entities/reaction.pleromaentity.conversation.__type",{"_index":8092,"name":{},"parent":{"31092":{},"31093":{},"31094":{},"31095":{}}}],["pleroma/entities/reaction.pleromaentity.emoji",{"_index":8059,"name":{},"parent":{"30938":{}}}],["pleroma/entities/reaction.pleromaentity.emoji.__type",{"_index":8060,"name":{},"parent":{"30939":{},"30940":{},"30941":{},"30942":{}}}],["pleroma/entities/reaction.pleromaentity.featuredtag",{"_index":8093,"name":{},"parent":{"31097":{}}}],["pleroma/entities/reaction.pleromaentity.featuredtag.__type",{"_index":8094,"name":{},"parent":{"31098":{},"31099":{},"31100":{},"31101":{}}}],["pleroma/entities/reaction.pleromaentity.field",{"_index":8095,"name":{},"parent":{"31103":{}}}],["pleroma/entities/reaction.pleromaentity.field.__type",{"_index":8096,"name":{},"parent":{"31104":{},"31105":{},"31106":{}}}],["pleroma/entities/reaction.pleromaentity.filter",{"_index":8097,"name":{},"parent":{"31108":{}}}],["pleroma/entities/reaction.pleromaentity.filter.__type",{"_index":8098,"name":{},"parent":{"31109":{},"31110":{},"31111":{},"31112":{},"31113":{},"31114":{}}}],["pleroma/entities/reaction.pleromaentity.history",{"_index":8075,"name":{},"parent":{"31015":{}}}],["pleroma/entities/reaction.pleromaentity.history.__type",{"_index":8076,"name":{},"parent":{"31016":{},"31017":{},"31018":{}}}],["pleroma/entities/reaction.pleromaentity.identityproof",{"_index":8099,"name":{},"parent":{"31116":{}}}],["pleroma/entities/reaction.pleromaentity.identityproof.__type",{"_index":8100,"name":{},"parent":{"31117":{},"31118":{},"31119":{},"31120":{},"31121":{}}}],["pleroma/entities/reaction.pleromaentity.instance",{"_index":8105,"name":{},"parent":{"31131":{}}}],["pleroma/entities/reaction.pleromaentity.instance.__type",{"_index":8106,"name":{},"parent":{"31132":{},"31133":{},"31134":{},"31135":{},"31136":{},"31137":{},"31138":{},"31139":{},"31140":{},"31141":{},"31142":{},"31143":{}}}],["pleroma/entities/reaction.pleromaentity.list",{"_index":8107,"name":{},"parent":{"31145":{}}}],["pleroma/entities/reaction.pleromaentity.list.__type",{"_index":8108,"name":{},"parent":{"31146":{},"31147":{}}}],["pleroma/entities/reaction.pleromaentity.marker",{"_index":8109,"name":{},"parent":{"31149":{}}}],["pleroma/entities/reaction.pleromaentity.marker.__type",{"_index":8110,"name":{},"parent":{"31150":{},"31151":{},"31155":{},"31156":{}}}],["pleroma/entities/reaction.pleromaentity.marker.__type.__type",{"_index":8111,"name":{},"parent":{"31152":{},"31153":{},"31154":{},"31157":{},"31158":{},"31159":{}}}],["pleroma/entities/reaction.pleromaentity.mention",{"_index":8073,"name":{},"parent":{"31009":{}}}],["pleroma/entities/reaction.pleromaentity.mention.__type",{"_index":8074,"name":{},"parent":{"31010":{},"31011":{},"31012":{},"31013":{}}}],["pleroma/entities/reaction.pleromaentity.notification",{"_index":8112,"name":{},"parent":{"31161":{}}}],["pleroma/entities/reaction.pleromaentity.notification.__type",{"_index":8113,"name":{},"parent":{"31162":{},"31163":{},"31164":{},"31165":{},"31166":{},"31167":{}}}],["pleroma/entities/reaction.pleromaentity.poll",{"_index":8081,"name":{},"parent":{"31029":{}}}],["pleroma/entities/reaction.pleromaentity.poll.__type",{"_index":8082,"name":{},"parent":{"31030":{},"31031":{},"31032":{},"31033":{},"31034":{},"31035":{},"31036":{}}}],["pleroma/entities/reaction.pleromaentity.polloption",{"_index":8079,"name":{},"parent":{"31025":{}}}],["pleroma/entities/reaction.pleromaentity.polloption.__type",{"_index":8080,"name":{},"parent":{"31026":{},"31027":{}}}],["pleroma/entities/reaction.pleromaentity.preferences",{"_index":8114,"name":{},"parent":{"31170":{}}}],["pleroma/entities/reaction.pleromaentity.preferences.__type",{"_index":8115,"name":{},"parent":{"31171":{},"31172":{},"31173":{},"31174":{},"31175":{}}}],["pleroma/entities/reaction.pleromaentity.pushsubscription",{"_index":8116,"name":{},"parent":{"31177":{}}}],["pleroma/entities/reaction.pleromaentity.pushsubscription.__type",{"_index":8117,"name":{},"parent":{"31178":{},"31179":{},"31180":{},"31181":{}}}],["pleroma/entities/reaction.pleromaentity.reaction",{"_index":8083,"name":{},"parent":{"31038":{}}}],["pleroma/entities/reaction.pleromaentity.reaction.__type",{"_index":8084,"name":{},"parent":{"31039":{},"31040":{},"31041":{},"31042":{}}}],["pleroma/entities/reaction.pleromaentity.relationship",{"_index":8118,"name":{},"parent":{"31183":{}}}],["pleroma/entities/reaction.pleromaentity.relationship.__type",{"_index":8119,"name":{},"parent":{"31184":{},"31185":{},"31186":{},"31187":{},"31188":{},"31189":{},"31190":{},"31191":{},"31192":{},"31193":{}}}],["pleroma/entities/reaction.pleromaentity.report",{"_index":8120,"name":{},"parent":{"31195":{}}}],["pleroma/entities/reaction.pleromaentity.report.__type",{"_index":8121,"name":{},"parent":{"31196":{},"31197":{},"31198":{},"31199":{},"31200":{}}}],["pleroma/entities/reaction.pleromaentity.results",{"_index":8122,"name":{},"parent":{"31202":{}}}],["pleroma/entities/reaction.pleromaentity.results.__type",{"_index":8123,"name":{},"parent":{"31203":{},"31204":{},"31205":{}}}],["pleroma/entities/reaction.pleromaentity.scheduledstatus",{"_index":8124,"name":{},"parent":{"31207":{}}}],["pleroma/entities/reaction.pleromaentity.scheduledstatus.__type",{"_index":8125,"name":{},"parent":{"31208":{},"31209":{},"31210":{},"31211":{}}}],["pleroma/entities/reaction.pleromaentity.source",{"_index":8061,"name":{},"parent":{"30944":{}}}],["pleroma/entities/reaction.pleromaentity.source.__type",{"_index":8062,"name":{},"parent":{"30945":{},"30946":{},"30947":{},"30948":{},"30949":{}}}],["pleroma/entities/reaction.pleromaentity.stats",{"_index":8103,"name":{},"parent":{"31126":{}}}],["pleroma/entities/reaction.pleromaentity.stats.__type",{"_index":8104,"name":{},"parent":{"31127":{},"31128":{},"31129":{}}}],["pleroma/entities/reaction.pleromaentity.status",{"_index":8085,"name":{},"parent":{"31044":{}}}],["pleroma/entities/reaction.pleromaentity.status.__type",{"_index":8086,"name":{},"parent":{"31045":{},"31046":{},"31047":{},"31048":{},"31049":{},"31050":{},"31051":{},"31052":{},"31053":{},"31054":{},"31055":{},"31056":{},"31057":{},"31058":{},"31059":{},"31060":{},"31061":{},"31062":{},"31063":{},"31064":{},"31065":{},"31066":{},"31067":{},"31068":{},"31069":{},"31070":{},"31071":{},"31072":{},"31073":{},"31074":{}}}],["pleroma/entities/reaction.pleromaentity.status.__type.__type",{"_index":8087,"name":{},"parent":{"31075":{},"31076":{},"31078":{},"31079":{},"31081":{},"31082":{},"31083":{},"31084":{},"31085":{}}}],["pleroma/entities/reaction.pleromaentity.status.__type.__type.__type",{"_index":8088,"name":{},"parent":{"31077":{},"31080":{}}}],["pleroma/entities/reaction.pleromaentity.statusparams",{"_index":8126,"name":{},"parent":{"31213":{}}}],["pleroma/entities/reaction.pleromaentity.statusparams.__type",{"_index":8127,"name":{},"parent":{"31214":{},"31215":{},"31216":{},"31217":{},"31218":{},"31219":{},"31220":{},"31221":{}}}],["pleroma/entities/reaction.pleromaentity.tag",{"_index":8077,"name":{},"parent":{"31020":{}}}],["pleroma/entities/reaction.pleromaentity.tag.__type",{"_index":8078,"name":{},"parent":{"31021":{},"31022":{},"31023":{}}}],["pleroma/entities/reaction.pleromaentity.token",{"_index":8128,"name":{},"parent":{"31223":{}}}],["pleroma/entities/reaction.pleromaentity.token.__type",{"_index":8129,"name":{},"parent":{"31224":{},"31225":{},"31226":{},"31227":{}}}],["pleroma/entities/reaction.pleromaentity.urls",{"_index":8101,"name":{},"parent":{"31123":{}}}],["pleroma/entities/reaction.pleromaentity.urls.__type",{"_index":8102,"name":{},"parent":{"31124":{}}}],["pleroma/entities/relationship",{"_index":467,"name":{"977":{}},"parent":{"31228":{}}}],["pleroma/entities/relationship.pleromaentity",{"_index":8130,"name":{},"parent":{"31229":{},"31235":{},"31242":{},"31264":{},"31270":{},"31275":{},"31285":{},"31300":{},"31306":{},"31311":{},"31316":{},"31320":{},"31329":{},"31335":{},"31378":{},"31382":{},"31388":{},"31394":{},"31399":{},"31407":{},"31414":{},"31417":{},"31422":{},"31436":{},"31440":{},"31452":{},"31460":{},"31461":{},"31468":{},"31474":{},"31486":{},"31493":{},"31498":{},"31504":{},"31514":{}}}],["pleroma/entities/relationship.pleromaentity.account",{"_index":8135,"name":{},"parent":{"31243":{}}}],["pleroma/entities/relationship.pleromaentity.account.__type",{"_index":8136,"name":{},"parent":{"31244":{},"31245":{},"31246":{},"31247":{},"31248":{},"31249":{},"31250":{},"31251":{},"31252":{},"31253":{},"31254":{},"31255":{},"31256":{},"31257":{},"31258":{},"31259":{},"31260":{},"31261":{},"31262":{},"31263":{}}}],["pleroma/entities/relationship.pleromaentity.activity",{"_index":8137,"name":{},"parent":{"31265":{}}}],["pleroma/entities/relationship.pleromaentity.activity.__type",{"_index":8138,"name":{},"parent":{"31266":{},"31267":{},"31268":{},"31269":{}}}],["pleroma/entities/relationship.pleromaentity.application",{"_index":8139,"name":{},"parent":{"31271":{}}}],["pleroma/entities/relationship.pleromaentity.application.__type",{"_index":8140,"name":{},"parent":{"31272":{},"31273":{},"31274":{}}}],["pleroma/entities/relationship.pleromaentity.attachment",{"_index":8141,"name":{},"parent":{"31276":{}}}],["pleroma/entities/relationship.pleromaentity.attachment.__type",{"_index":8142,"name":{},"parent":{"31277":{},"31278":{},"31279":{},"31280":{},"31281":{},"31282":{},"31283":{},"31284":{}}}],["pleroma/entities/relationship.pleromaentity.card",{"_index":8143,"name":{},"parent":{"31286":{}}}],["pleroma/entities/relationship.pleromaentity.card.__type",{"_index":8144,"name":{},"parent":{"31287":{},"31288":{},"31289":{},"31290":{},"31291":{},"31292":{},"31293":{},"31294":{},"31295":{},"31296":{},"31297":{},"31298":{},"31299":{}}}],["pleroma/entities/relationship.pleromaentity.context",{"_index":8161,"name":{},"parent":{"31379":{}}}],["pleroma/entities/relationship.pleromaentity.context.__type",{"_index":8162,"name":{},"parent":{"31380":{},"31381":{}}}],["pleroma/entities/relationship.pleromaentity.conversation",{"_index":8163,"name":{},"parent":{"31383":{}}}],["pleroma/entities/relationship.pleromaentity.conversation.__type",{"_index":8164,"name":{},"parent":{"31384":{},"31385":{},"31386":{},"31387":{}}}],["pleroma/entities/relationship.pleromaentity.emoji",{"_index":8131,"name":{},"parent":{"31230":{}}}],["pleroma/entities/relationship.pleromaentity.emoji.__type",{"_index":8132,"name":{},"parent":{"31231":{},"31232":{},"31233":{},"31234":{}}}],["pleroma/entities/relationship.pleromaentity.featuredtag",{"_index":8165,"name":{},"parent":{"31389":{}}}],["pleroma/entities/relationship.pleromaentity.featuredtag.__type",{"_index":8166,"name":{},"parent":{"31390":{},"31391":{},"31392":{},"31393":{}}}],["pleroma/entities/relationship.pleromaentity.field",{"_index":8167,"name":{},"parent":{"31395":{}}}],["pleroma/entities/relationship.pleromaentity.field.__type",{"_index":8168,"name":{},"parent":{"31396":{},"31397":{},"31398":{}}}],["pleroma/entities/relationship.pleromaentity.filter",{"_index":8169,"name":{},"parent":{"31400":{}}}],["pleroma/entities/relationship.pleromaentity.filter.__type",{"_index":8170,"name":{},"parent":{"31401":{},"31402":{},"31403":{},"31404":{},"31405":{},"31406":{}}}],["pleroma/entities/relationship.pleromaentity.history",{"_index":8147,"name":{},"parent":{"31307":{}}}],["pleroma/entities/relationship.pleromaentity.history.__type",{"_index":8148,"name":{},"parent":{"31308":{},"31309":{},"31310":{}}}],["pleroma/entities/relationship.pleromaentity.identityproof",{"_index":8171,"name":{},"parent":{"31408":{}}}],["pleroma/entities/relationship.pleromaentity.identityproof.__type",{"_index":8172,"name":{},"parent":{"31409":{},"31410":{},"31411":{},"31412":{},"31413":{}}}],["pleroma/entities/relationship.pleromaentity.instance",{"_index":8177,"name":{},"parent":{"31423":{}}}],["pleroma/entities/relationship.pleromaentity.instance.__type",{"_index":8178,"name":{},"parent":{"31424":{},"31425":{},"31426":{},"31427":{},"31428":{},"31429":{},"31430":{},"31431":{},"31432":{},"31433":{},"31434":{},"31435":{}}}],["pleroma/entities/relationship.pleromaentity.list",{"_index":8179,"name":{},"parent":{"31437":{}}}],["pleroma/entities/relationship.pleromaentity.list.__type",{"_index":8180,"name":{},"parent":{"31438":{},"31439":{}}}],["pleroma/entities/relationship.pleromaentity.marker",{"_index":8181,"name":{},"parent":{"31441":{}}}],["pleroma/entities/relationship.pleromaentity.marker.__type",{"_index":8182,"name":{},"parent":{"31442":{},"31443":{},"31447":{},"31448":{}}}],["pleroma/entities/relationship.pleromaentity.marker.__type.__type",{"_index":8183,"name":{},"parent":{"31444":{},"31445":{},"31446":{},"31449":{},"31450":{},"31451":{}}}],["pleroma/entities/relationship.pleromaentity.mention",{"_index":8145,"name":{},"parent":{"31301":{}}}],["pleroma/entities/relationship.pleromaentity.mention.__type",{"_index":8146,"name":{},"parent":{"31302":{},"31303":{},"31304":{},"31305":{}}}],["pleroma/entities/relationship.pleromaentity.notification",{"_index":8184,"name":{},"parent":{"31453":{}}}],["pleroma/entities/relationship.pleromaentity.notification.__type",{"_index":8185,"name":{},"parent":{"31454":{},"31455":{},"31456":{},"31457":{},"31458":{},"31459":{}}}],["pleroma/entities/relationship.pleromaentity.poll",{"_index":8153,"name":{},"parent":{"31321":{}}}],["pleroma/entities/relationship.pleromaentity.poll.__type",{"_index":8154,"name":{},"parent":{"31322":{},"31323":{},"31324":{},"31325":{},"31326":{},"31327":{},"31328":{}}}],["pleroma/entities/relationship.pleromaentity.polloption",{"_index":8151,"name":{},"parent":{"31317":{}}}],["pleroma/entities/relationship.pleromaentity.polloption.__type",{"_index":8152,"name":{},"parent":{"31318":{},"31319":{}}}],["pleroma/entities/relationship.pleromaentity.preferences",{"_index":8186,"name":{},"parent":{"31462":{}}}],["pleroma/entities/relationship.pleromaentity.preferences.__type",{"_index":8187,"name":{},"parent":{"31463":{},"31464":{},"31465":{},"31466":{},"31467":{}}}],["pleroma/entities/relationship.pleromaentity.pushsubscription",{"_index":8188,"name":{},"parent":{"31469":{}}}],["pleroma/entities/relationship.pleromaentity.pushsubscription.__type",{"_index":8189,"name":{},"parent":{"31470":{},"31471":{},"31472":{},"31473":{}}}],["pleroma/entities/relationship.pleromaentity.reaction",{"_index":8155,"name":{},"parent":{"31330":{}}}],["pleroma/entities/relationship.pleromaentity.reaction.__type",{"_index":8156,"name":{},"parent":{"31331":{},"31332":{},"31333":{},"31334":{}}}],["pleroma/entities/relationship.pleromaentity.relationship",{"_index":8190,"name":{},"parent":{"31475":{}}}],["pleroma/entities/relationship.pleromaentity.relationship.__type",{"_index":8191,"name":{},"parent":{"31476":{},"31477":{},"31478":{},"31479":{},"31480":{},"31481":{},"31482":{},"31483":{},"31484":{},"31485":{}}}],["pleroma/entities/relationship.pleromaentity.report",{"_index":8192,"name":{},"parent":{"31487":{}}}],["pleroma/entities/relationship.pleromaentity.report.__type",{"_index":8193,"name":{},"parent":{"31488":{},"31489":{},"31490":{},"31491":{},"31492":{}}}],["pleroma/entities/relationship.pleromaentity.results",{"_index":8194,"name":{},"parent":{"31494":{}}}],["pleroma/entities/relationship.pleromaentity.results.__type",{"_index":8195,"name":{},"parent":{"31495":{},"31496":{},"31497":{}}}],["pleroma/entities/relationship.pleromaentity.scheduledstatus",{"_index":8196,"name":{},"parent":{"31499":{}}}],["pleroma/entities/relationship.pleromaentity.scheduledstatus.__type",{"_index":8197,"name":{},"parent":{"31500":{},"31501":{},"31502":{},"31503":{}}}],["pleroma/entities/relationship.pleromaentity.source",{"_index":8133,"name":{},"parent":{"31236":{}}}],["pleroma/entities/relationship.pleromaentity.source.__type",{"_index":8134,"name":{},"parent":{"31237":{},"31238":{},"31239":{},"31240":{},"31241":{}}}],["pleroma/entities/relationship.pleromaentity.stats",{"_index":8175,"name":{},"parent":{"31418":{}}}],["pleroma/entities/relationship.pleromaentity.stats.__type",{"_index":8176,"name":{},"parent":{"31419":{},"31420":{},"31421":{}}}],["pleroma/entities/relationship.pleromaentity.status",{"_index":8157,"name":{},"parent":{"31336":{}}}],["pleroma/entities/relationship.pleromaentity.status.__type",{"_index":8158,"name":{},"parent":{"31337":{},"31338":{},"31339":{},"31340":{},"31341":{},"31342":{},"31343":{},"31344":{},"31345":{},"31346":{},"31347":{},"31348":{},"31349":{},"31350":{},"31351":{},"31352":{},"31353":{},"31354":{},"31355":{},"31356":{},"31357":{},"31358":{},"31359":{},"31360":{},"31361":{},"31362":{},"31363":{},"31364":{},"31365":{},"31366":{}}}],["pleroma/entities/relationship.pleromaentity.status.__type.__type",{"_index":8159,"name":{},"parent":{"31367":{},"31368":{},"31370":{},"31371":{},"31373":{},"31374":{},"31375":{},"31376":{},"31377":{}}}],["pleroma/entities/relationship.pleromaentity.status.__type.__type.__type",{"_index":8160,"name":{},"parent":{"31369":{},"31372":{}}}],["pleroma/entities/relationship.pleromaentity.statusparams",{"_index":8198,"name":{},"parent":{"31505":{}}}],["pleroma/entities/relationship.pleromaentity.statusparams.__type",{"_index":8199,"name":{},"parent":{"31506":{},"31507":{},"31508":{},"31509":{},"31510":{},"31511":{},"31512":{},"31513":{}}}],["pleroma/entities/relationship.pleromaentity.tag",{"_index":8149,"name":{},"parent":{"31312":{}}}],["pleroma/entities/relationship.pleromaentity.tag.__type",{"_index":8150,"name":{},"parent":{"31313":{},"31314":{},"31315":{}}}],["pleroma/entities/relationship.pleromaentity.token",{"_index":8200,"name":{},"parent":{"31515":{}}}],["pleroma/entities/relationship.pleromaentity.token.__type",{"_index":8201,"name":{},"parent":{"31516":{},"31517":{},"31518":{},"31519":{}}}],["pleroma/entities/relationship.pleromaentity.urls",{"_index":8173,"name":{},"parent":{"31415":{}}}],["pleroma/entities/relationship.pleromaentity.urls.__type",{"_index":8174,"name":{},"parent":{"31416":{}}}],["pleroma/entities/report",{"_index":468,"name":{"978":{}},"parent":{"31520":{}}}],["pleroma/entities/report.pleromaentity",{"_index":8202,"name":{},"parent":{"31521":{},"31527":{},"31534":{},"31556":{},"31562":{},"31567":{},"31577":{},"31592":{},"31598":{},"31603":{},"31608":{},"31612":{},"31621":{},"31627":{},"31670":{},"31674":{},"31680":{},"31686":{},"31691":{},"31699":{},"31706":{},"31709":{},"31714":{},"31728":{},"31732":{},"31744":{},"31752":{},"31753":{},"31760":{},"31766":{},"31778":{},"31785":{},"31790":{},"31796":{},"31806":{}}}],["pleroma/entities/report.pleromaentity.account",{"_index":8207,"name":{},"parent":{"31535":{}}}],["pleroma/entities/report.pleromaentity.account.__type",{"_index":8208,"name":{},"parent":{"31536":{},"31537":{},"31538":{},"31539":{},"31540":{},"31541":{},"31542":{},"31543":{},"31544":{},"31545":{},"31546":{},"31547":{},"31548":{},"31549":{},"31550":{},"31551":{},"31552":{},"31553":{},"31554":{},"31555":{}}}],["pleroma/entities/report.pleromaentity.activity",{"_index":8209,"name":{},"parent":{"31557":{}}}],["pleroma/entities/report.pleromaentity.activity.__type",{"_index":8210,"name":{},"parent":{"31558":{},"31559":{},"31560":{},"31561":{}}}],["pleroma/entities/report.pleromaentity.application",{"_index":8211,"name":{},"parent":{"31563":{}}}],["pleroma/entities/report.pleromaentity.application.__type",{"_index":8212,"name":{},"parent":{"31564":{},"31565":{},"31566":{}}}],["pleroma/entities/report.pleromaentity.attachment",{"_index":8213,"name":{},"parent":{"31568":{}}}],["pleroma/entities/report.pleromaentity.attachment.__type",{"_index":8214,"name":{},"parent":{"31569":{},"31570":{},"31571":{},"31572":{},"31573":{},"31574":{},"31575":{},"31576":{}}}],["pleroma/entities/report.pleromaentity.card",{"_index":8215,"name":{},"parent":{"31578":{}}}],["pleroma/entities/report.pleromaentity.card.__type",{"_index":8216,"name":{},"parent":{"31579":{},"31580":{},"31581":{},"31582":{},"31583":{},"31584":{},"31585":{},"31586":{},"31587":{},"31588":{},"31589":{},"31590":{},"31591":{}}}],["pleroma/entities/report.pleromaentity.context",{"_index":8233,"name":{},"parent":{"31671":{}}}],["pleroma/entities/report.pleromaentity.context.__type",{"_index":8234,"name":{},"parent":{"31672":{},"31673":{}}}],["pleroma/entities/report.pleromaentity.conversation",{"_index":8235,"name":{},"parent":{"31675":{}}}],["pleroma/entities/report.pleromaentity.conversation.__type",{"_index":8236,"name":{},"parent":{"31676":{},"31677":{},"31678":{},"31679":{}}}],["pleroma/entities/report.pleromaentity.emoji",{"_index":8203,"name":{},"parent":{"31522":{}}}],["pleroma/entities/report.pleromaentity.emoji.__type",{"_index":8204,"name":{},"parent":{"31523":{},"31524":{},"31525":{},"31526":{}}}],["pleroma/entities/report.pleromaentity.featuredtag",{"_index":8237,"name":{},"parent":{"31681":{}}}],["pleroma/entities/report.pleromaentity.featuredtag.__type",{"_index":8238,"name":{},"parent":{"31682":{},"31683":{},"31684":{},"31685":{}}}],["pleroma/entities/report.pleromaentity.field",{"_index":8239,"name":{},"parent":{"31687":{}}}],["pleroma/entities/report.pleromaentity.field.__type",{"_index":8240,"name":{},"parent":{"31688":{},"31689":{},"31690":{}}}],["pleroma/entities/report.pleromaentity.filter",{"_index":8241,"name":{},"parent":{"31692":{}}}],["pleroma/entities/report.pleromaentity.filter.__type",{"_index":8242,"name":{},"parent":{"31693":{},"31694":{},"31695":{},"31696":{},"31697":{},"31698":{}}}],["pleroma/entities/report.pleromaentity.history",{"_index":8219,"name":{},"parent":{"31599":{}}}],["pleroma/entities/report.pleromaentity.history.__type",{"_index":8220,"name":{},"parent":{"31600":{},"31601":{},"31602":{}}}],["pleroma/entities/report.pleromaentity.identityproof",{"_index":8243,"name":{},"parent":{"31700":{}}}],["pleroma/entities/report.pleromaentity.identityproof.__type",{"_index":8244,"name":{},"parent":{"31701":{},"31702":{},"31703":{},"31704":{},"31705":{}}}],["pleroma/entities/report.pleromaentity.instance",{"_index":8249,"name":{},"parent":{"31715":{}}}],["pleroma/entities/report.pleromaentity.instance.__type",{"_index":8250,"name":{},"parent":{"31716":{},"31717":{},"31718":{},"31719":{},"31720":{},"31721":{},"31722":{},"31723":{},"31724":{},"31725":{},"31726":{},"31727":{}}}],["pleroma/entities/report.pleromaentity.list",{"_index":8251,"name":{},"parent":{"31729":{}}}],["pleroma/entities/report.pleromaentity.list.__type",{"_index":8252,"name":{},"parent":{"31730":{},"31731":{}}}],["pleroma/entities/report.pleromaentity.marker",{"_index":8253,"name":{},"parent":{"31733":{}}}],["pleroma/entities/report.pleromaentity.marker.__type",{"_index":8254,"name":{},"parent":{"31734":{},"31735":{},"31739":{},"31740":{}}}],["pleroma/entities/report.pleromaentity.marker.__type.__type",{"_index":8255,"name":{},"parent":{"31736":{},"31737":{},"31738":{},"31741":{},"31742":{},"31743":{}}}],["pleroma/entities/report.pleromaentity.mention",{"_index":8217,"name":{},"parent":{"31593":{}}}],["pleroma/entities/report.pleromaentity.mention.__type",{"_index":8218,"name":{},"parent":{"31594":{},"31595":{},"31596":{},"31597":{}}}],["pleroma/entities/report.pleromaentity.notification",{"_index":8256,"name":{},"parent":{"31745":{}}}],["pleroma/entities/report.pleromaentity.notification.__type",{"_index":8257,"name":{},"parent":{"31746":{},"31747":{},"31748":{},"31749":{},"31750":{},"31751":{}}}],["pleroma/entities/report.pleromaentity.poll",{"_index":8225,"name":{},"parent":{"31613":{}}}],["pleroma/entities/report.pleromaentity.poll.__type",{"_index":8226,"name":{},"parent":{"31614":{},"31615":{},"31616":{},"31617":{},"31618":{},"31619":{},"31620":{}}}],["pleroma/entities/report.pleromaentity.polloption",{"_index":8223,"name":{},"parent":{"31609":{}}}],["pleroma/entities/report.pleromaentity.polloption.__type",{"_index":8224,"name":{},"parent":{"31610":{},"31611":{}}}],["pleroma/entities/report.pleromaentity.preferences",{"_index":8258,"name":{},"parent":{"31754":{}}}],["pleroma/entities/report.pleromaentity.preferences.__type",{"_index":8259,"name":{},"parent":{"31755":{},"31756":{},"31757":{},"31758":{},"31759":{}}}],["pleroma/entities/report.pleromaentity.pushsubscription",{"_index":8260,"name":{},"parent":{"31761":{}}}],["pleroma/entities/report.pleromaentity.pushsubscription.__type",{"_index":8261,"name":{},"parent":{"31762":{},"31763":{},"31764":{},"31765":{}}}],["pleroma/entities/report.pleromaentity.reaction",{"_index":8227,"name":{},"parent":{"31622":{}}}],["pleroma/entities/report.pleromaentity.reaction.__type",{"_index":8228,"name":{},"parent":{"31623":{},"31624":{},"31625":{},"31626":{}}}],["pleroma/entities/report.pleromaentity.relationship",{"_index":8262,"name":{},"parent":{"31767":{}}}],["pleroma/entities/report.pleromaentity.relationship.__type",{"_index":8263,"name":{},"parent":{"31768":{},"31769":{},"31770":{},"31771":{},"31772":{},"31773":{},"31774":{},"31775":{},"31776":{},"31777":{}}}],["pleroma/entities/report.pleromaentity.report",{"_index":8264,"name":{},"parent":{"31779":{}}}],["pleroma/entities/report.pleromaentity.report.__type",{"_index":8265,"name":{},"parent":{"31780":{},"31781":{},"31782":{},"31783":{},"31784":{}}}],["pleroma/entities/report.pleromaentity.results",{"_index":8266,"name":{},"parent":{"31786":{}}}],["pleroma/entities/report.pleromaentity.results.__type",{"_index":8267,"name":{},"parent":{"31787":{},"31788":{},"31789":{}}}],["pleroma/entities/report.pleromaentity.scheduledstatus",{"_index":8268,"name":{},"parent":{"31791":{}}}],["pleroma/entities/report.pleromaentity.scheduledstatus.__type",{"_index":8269,"name":{},"parent":{"31792":{},"31793":{},"31794":{},"31795":{}}}],["pleroma/entities/report.pleromaentity.source",{"_index":8205,"name":{},"parent":{"31528":{}}}],["pleroma/entities/report.pleromaentity.source.__type",{"_index":8206,"name":{},"parent":{"31529":{},"31530":{},"31531":{},"31532":{},"31533":{}}}],["pleroma/entities/report.pleromaentity.stats",{"_index":8247,"name":{},"parent":{"31710":{}}}],["pleroma/entities/report.pleromaentity.stats.__type",{"_index":8248,"name":{},"parent":{"31711":{},"31712":{},"31713":{}}}],["pleroma/entities/report.pleromaentity.status",{"_index":8229,"name":{},"parent":{"31628":{}}}],["pleroma/entities/report.pleromaentity.status.__type",{"_index":8230,"name":{},"parent":{"31629":{},"31630":{},"31631":{},"31632":{},"31633":{},"31634":{},"31635":{},"31636":{},"31637":{},"31638":{},"31639":{},"31640":{},"31641":{},"31642":{},"31643":{},"31644":{},"31645":{},"31646":{},"31647":{},"31648":{},"31649":{},"31650":{},"31651":{},"31652":{},"31653":{},"31654":{},"31655":{},"31656":{},"31657":{},"31658":{}}}],["pleroma/entities/report.pleromaentity.status.__type.__type",{"_index":8231,"name":{},"parent":{"31659":{},"31660":{},"31662":{},"31663":{},"31665":{},"31666":{},"31667":{},"31668":{},"31669":{}}}],["pleroma/entities/report.pleromaentity.status.__type.__type.__type",{"_index":8232,"name":{},"parent":{"31661":{},"31664":{}}}],["pleroma/entities/report.pleromaentity.statusparams",{"_index":8270,"name":{},"parent":{"31797":{}}}],["pleroma/entities/report.pleromaentity.statusparams.__type",{"_index":8271,"name":{},"parent":{"31798":{},"31799":{},"31800":{},"31801":{},"31802":{},"31803":{},"31804":{},"31805":{}}}],["pleroma/entities/report.pleromaentity.tag",{"_index":8221,"name":{},"parent":{"31604":{}}}],["pleroma/entities/report.pleromaentity.tag.__type",{"_index":8222,"name":{},"parent":{"31605":{},"31606":{},"31607":{}}}],["pleroma/entities/report.pleromaentity.token",{"_index":8272,"name":{},"parent":{"31807":{}}}],["pleroma/entities/report.pleromaentity.token.__type",{"_index":8273,"name":{},"parent":{"31808":{},"31809":{},"31810":{},"31811":{}}}],["pleroma/entities/report.pleromaentity.urls",{"_index":8245,"name":{},"parent":{"31707":{}}}],["pleroma/entities/report.pleromaentity.urls.__type",{"_index":8246,"name":{},"parent":{"31708":{}}}],["pleroma/entities/results",{"_index":469,"name":{"979":{}},"parent":{"31812":{}}}],["pleroma/entities/results.pleromaentity",{"_index":8274,"name":{},"parent":{"31813":{},"31819":{},"31826":{},"31848":{},"31854":{},"31859":{},"31869":{},"31884":{},"31890":{},"31895":{},"31900":{},"31904":{},"31913":{},"31919":{},"31962":{},"31966":{},"31972":{},"31978":{},"31983":{},"31991":{},"31998":{},"32001":{},"32006":{},"32020":{},"32024":{},"32036":{},"32044":{},"32045":{},"32052":{},"32058":{},"32070":{},"32077":{},"32082":{},"32088":{},"32098":{}}}],["pleroma/entities/results.pleromaentity.account",{"_index":8279,"name":{},"parent":{"31827":{}}}],["pleroma/entities/results.pleromaentity.account.__type",{"_index":8280,"name":{},"parent":{"31828":{},"31829":{},"31830":{},"31831":{},"31832":{},"31833":{},"31834":{},"31835":{},"31836":{},"31837":{},"31838":{},"31839":{},"31840":{},"31841":{},"31842":{},"31843":{},"31844":{},"31845":{},"31846":{},"31847":{}}}],["pleroma/entities/results.pleromaentity.activity",{"_index":8281,"name":{},"parent":{"31849":{}}}],["pleroma/entities/results.pleromaentity.activity.__type",{"_index":8282,"name":{},"parent":{"31850":{},"31851":{},"31852":{},"31853":{}}}],["pleroma/entities/results.pleromaentity.application",{"_index":8283,"name":{},"parent":{"31855":{}}}],["pleroma/entities/results.pleromaentity.application.__type",{"_index":8284,"name":{},"parent":{"31856":{},"31857":{},"31858":{}}}],["pleroma/entities/results.pleromaentity.attachment",{"_index":8285,"name":{},"parent":{"31860":{}}}],["pleroma/entities/results.pleromaentity.attachment.__type",{"_index":8286,"name":{},"parent":{"31861":{},"31862":{},"31863":{},"31864":{},"31865":{},"31866":{},"31867":{},"31868":{}}}],["pleroma/entities/results.pleromaentity.card",{"_index":8287,"name":{},"parent":{"31870":{}}}],["pleroma/entities/results.pleromaentity.card.__type",{"_index":8288,"name":{},"parent":{"31871":{},"31872":{},"31873":{},"31874":{},"31875":{},"31876":{},"31877":{},"31878":{},"31879":{},"31880":{},"31881":{},"31882":{},"31883":{}}}],["pleroma/entities/results.pleromaentity.context",{"_index":8305,"name":{},"parent":{"31963":{}}}],["pleroma/entities/results.pleromaentity.context.__type",{"_index":8306,"name":{},"parent":{"31964":{},"31965":{}}}],["pleroma/entities/results.pleromaentity.conversation",{"_index":8307,"name":{},"parent":{"31967":{}}}],["pleroma/entities/results.pleromaentity.conversation.__type",{"_index":8308,"name":{},"parent":{"31968":{},"31969":{},"31970":{},"31971":{}}}],["pleroma/entities/results.pleromaentity.emoji",{"_index":8275,"name":{},"parent":{"31814":{}}}],["pleroma/entities/results.pleromaentity.emoji.__type",{"_index":8276,"name":{},"parent":{"31815":{},"31816":{},"31817":{},"31818":{}}}],["pleroma/entities/results.pleromaentity.featuredtag",{"_index":8309,"name":{},"parent":{"31973":{}}}],["pleroma/entities/results.pleromaentity.featuredtag.__type",{"_index":8310,"name":{},"parent":{"31974":{},"31975":{},"31976":{},"31977":{}}}],["pleroma/entities/results.pleromaentity.field",{"_index":8311,"name":{},"parent":{"31979":{}}}],["pleroma/entities/results.pleromaentity.field.__type",{"_index":8312,"name":{},"parent":{"31980":{},"31981":{},"31982":{}}}],["pleroma/entities/results.pleromaentity.filter",{"_index":8313,"name":{},"parent":{"31984":{}}}],["pleroma/entities/results.pleromaentity.filter.__type",{"_index":8314,"name":{},"parent":{"31985":{},"31986":{},"31987":{},"31988":{},"31989":{},"31990":{}}}],["pleroma/entities/results.pleromaentity.history",{"_index":8291,"name":{},"parent":{"31891":{}}}],["pleroma/entities/results.pleromaentity.history.__type",{"_index":8292,"name":{},"parent":{"31892":{},"31893":{},"31894":{}}}],["pleroma/entities/results.pleromaentity.identityproof",{"_index":8315,"name":{},"parent":{"31992":{}}}],["pleroma/entities/results.pleromaentity.identityproof.__type",{"_index":8316,"name":{},"parent":{"31993":{},"31994":{},"31995":{},"31996":{},"31997":{}}}],["pleroma/entities/results.pleromaentity.instance",{"_index":8321,"name":{},"parent":{"32007":{}}}],["pleroma/entities/results.pleromaentity.instance.__type",{"_index":8322,"name":{},"parent":{"32008":{},"32009":{},"32010":{},"32011":{},"32012":{},"32013":{},"32014":{},"32015":{},"32016":{},"32017":{},"32018":{},"32019":{}}}],["pleroma/entities/results.pleromaentity.list",{"_index":8323,"name":{},"parent":{"32021":{}}}],["pleroma/entities/results.pleromaentity.list.__type",{"_index":8324,"name":{},"parent":{"32022":{},"32023":{}}}],["pleroma/entities/results.pleromaentity.marker",{"_index":8325,"name":{},"parent":{"32025":{}}}],["pleroma/entities/results.pleromaentity.marker.__type",{"_index":8326,"name":{},"parent":{"32026":{},"32027":{},"32031":{},"32032":{}}}],["pleroma/entities/results.pleromaentity.marker.__type.__type",{"_index":8327,"name":{},"parent":{"32028":{},"32029":{},"32030":{},"32033":{},"32034":{},"32035":{}}}],["pleroma/entities/results.pleromaentity.mention",{"_index":8289,"name":{},"parent":{"31885":{}}}],["pleroma/entities/results.pleromaentity.mention.__type",{"_index":8290,"name":{},"parent":{"31886":{},"31887":{},"31888":{},"31889":{}}}],["pleroma/entities/results.pleromaentity.notification",{"_index":8328,"name":{},"parent":{"32037":{}}}],["pleroma/entities/results.pleromaentity.notification.__type",{"_index":8329,"name":{},"parent":{"32038":{},"32039":{},"32040":{},"32041":{},"32042":{},"32043":{}}}],["pleroma/entities/results.pleromaentity.poll",{"_index":8297,"name":{},"parent":{"31905":{}}}],["pleroma/entities/results.pleromaentity.poll.__type",{"_index":8298,"name":{},"parent":{"31906":{},"31907":{},"31908":{},"31909":{},"31910":{},"31911":{},"31912":{}}}],["pleroma/entities/results.pleromaentity.polloption",{"_index":8295,"name":{},"parent":{"31901":{}}}],["pleroma/entities/results.pleromaentity.polloption.__type",{"_index":8296,"name":{},"parent":{"31902":{},"31903":{}}}],["pleroma/entities/results.pleromaentity.preferences",{"_index":8330,"name":{},"parent":{"32046":{}}}],["pleroma/entities/results.pleromaentity.preferences.__type",{"_index":8331,"name":{},"parent":{"32047":{},"32048":{},"32049":{},"32050":{},"32051":{}}}],["pleroma/entities/results.pleromaentity.pushsubscription",{"_index":8332,"name":{},"parent":{"32053":{}}}],["pleroma/entities/results.pleromaentity.pushsubscription.__type",{"_index":8333,"name":{},"parent":{"32054":{},"32055":{},"32056":{},"32057":{}}}],["pleroma/entities/results.pleromaentity.reaction",{"_index":8299,"name":{},"parent":{"31914":{}}}],["pleroma/entities/results.pleromaentity.reaction.__type",{"_index":8300,"name":{},"parent":{"31915":{},"31916":{},"31917":{},"31918":{}}}],["pleroma/entities/results.pleromaentity.relationship",{"_index":8334,"name":{},"parent":{"32059":{}}}],["pleroma/entities/results.pleromaentity.relationship.__type",{"_index":8335,"name":{},"parent":{"32060":{},"32061":{},"32062":{},"32063":{},"32064":{},"32065":{},"32066":{},"32067":{},"32068":{},"32069":{}}}],["pleroma/entities/results.pleromaentity.report",{"_index":8336,"name":{},"parent":{"32071":{}}}],["pleroma/entities/results.pleromaentity.report.__type",{"_index":8337,"name":{},"parent":{"32072":{},"32073":{},"32074":{},"32075":{},"32076":{}}}],["pleroma/entities/results.pleromaentity.results",{"_index":8338,"name":{},"parent":{"32078":{}}}],["pleroma/entities/results.pleromaentity.results.__type",{"_index":8339,"name":{},"parent":{"32079":{},"32080":{},"32081":{}}}],["pleroma/entities/results.pleromaentity.scheduledstatus",{"_index":8340,"name":{},"parent":{"32083":{}}}],["pleroma/entities/results.pleromaentity.scheduledstatus.__type",{"_index":8341,"name":{},"parent":{"32084":{},"32085":{},"32086":{},"32087":{}}}],["pleroma/entities/results.pleromaentity.source",{"_index":8277,"name":{},"parent":{"31820":{}}}],["pleroma/entities/results.pleromaentity.source.__type",{"_index":8278,"name":{},"parent":{"31821":{},"31822":{},"31823":{},"31824":{},"31825":{}}}],["pleroma/entities/results.pleromaentity.stats",{"_index":8319,"name":{},"parent":{"32002":{}}}],["pleroma/entities/results.pleromaentity.stats.__type",{"_index":8320,"name":{},"parent":{"32003":{},"32004":{},"32005":{}}}],["pleroma/entities/results.pleromaentity.status",{"_index":8301,"name":{},"parent":{"31920":{}}}],["pleroma/entities/results.pleromaentity.status.__type",{"_index":8302,"name":{},"parent":{"31921":{},"31922":{},"31923":{},"31924":{},"31925":{},"31926":{},"31927":{},"31928":{},"31929":{},"31930":{},"31931":{},"31932":{},"31933":{},"31934":{},"31935":{},"31936":{},"31937":{},"31938":{},"31939":{},"31940":{},"31941":{},"31942":{},"31943":{},"31944":{},"31945":{},"31946":{},"31947":{},"31948":{},"31949":{},"31950":{}}}],["pleroma/entities/results.pleromaentity.status.__type.__type",{"_index":8303,"name":{},"parent":{"31951":{},"31952":{},"31954":{},"31955":{},"31957":{},"31958":{},"31959":{},"31960":{},"31961":{}}}],["pleroma/entities/results.pleromaentity.status.__type.__type.__type",{"_index":8304,"name":{},"parent":{"31953":{},"31956":{}}}],["pleroma/entities/results.pleromaentity.statusparams",{"_index":8342,"name":{},"parent":{"32089":{}}}],["pleroma/entities/results.pleromaentity.statusparams.__type",{"_index":8343,"name":{},"parent":{"32090":{},"32091":{},"32092":{},"32093":{},"32094":{},"32095":{},"32096":{},"32097":{}}}],["pleroma/entities/results.pleromaentity.tag",{"_index":8293,"name":{},"parent":{"31896":{}}}],["pleroma/entities/results.pleromaentity.tag.__type",{"_index":8294,"name":{},"parent":{"31897":{},"31898":{},"31899":{}}}],["pleroma/entities/results.pleromaentity.token",{"_index":8344,"name":{},"parent":{"32099":{}}}],["pleroma/entities/results.pleromaentity.token.__type",{"_index":8345,"name":{},"parent":{"32100":{},"32101":{},"32102":{},"32103":{}}}],["pleroma/entities/results.pleromaentity.urls",{"_index":8317,"name":{},"parent":{"31999":{}}}],["pleroma/entities/results.pleromaentity.urls.__type",{"_index":8318,"name":{},"parent":{"32000":{}}}],["pleroma/entities/scheduled_status",{"_index":470,"name":{"980":{}},"parent":{"32104":{}}}],["pleroma/entities/scheduled_status.pleromaentity",{"_index":8346,"name":{},"parent":{"32105":{},"32111":{},"32118":{},"32140":{},"32146":{},"32151":{},"32161":{},"32176":{},"32182":{},"32187":{},"32192":{},"32196":{},"32205":{},"32211":{},"32254":{},"32258":{},"32264":{},"32270":{},"32275":{},"32283":{},"32290":{},"32293":{},"32298":{},"32312":{},"32316":{},"32328":{},"32336":{},"32337":{},"32344":{},"32350":{},"32362":{},"32369":{},"32374":{},"32380":{},"32390":{}}}],["pleroma/entities/scheduled_status.pleromaentity.account",{"_index":8351,"name":{},"parent":{"32119":{}}}],["pleroma/entities/scheduled_status.pleromaentity.account.__type",{"_index":8352,"name":{},"parent":{"32120":{},"32121":{},"32122":{},"32123":{},"32124":{},"32125":{},"32126":{},"32127":{},"32128":{},"32129":{},"32130":{},"32131":{},"32132":{},"32133":{},"32134":{},"32135":{},"32136":{},"32137":{},"32138":{},"32139":{}}}],["pleroma/entities/scheduled_status.pleromaentity.activity",{"_index":8353,"name":{},"parent":{"32141":{}}}],["pleroma/entities/scheduled_status.pleromaentity.activity.__type",{"_index":8354,"name":{},"parent":{"32142":{},"32143":{},"32144":{},"32145":{}}}],["pleroma/entities/scheduled_status.pleromaentity.application",{"_index":8355,"name":{},"parent":{"32147":{}}}],["pleroma/entities/scheduled_status.pleromaentity.application.__type",{"_index":8356,"name":{},"parent":{"32148":{},"32149":{},"32150":{}}}],["pleroma/entities/scheduled_status.pleromaentity.attachment",{"_index":8357,"name":{},"parent":{"32152":{}}}],["pleroma/entities/scheduled_status.pleromaentity.attachment.__type",{"_index":8358,"name":{},"parent":{"32153":{},"32154":{},"32155":{},"32156":{},"32157":{},"32158":{},"32159":{},"32160":{}}}],["pleroma/entities/scheduled_status.pleromaentity.card",{"_index":8359,"name":{},"parent":{"32162":{}}}],["pleroma/entities/scheduled_status.pleromaentity.card.__type",{"_index":8360,"name":{},"parent":{"32163":{},"32164":{},"32165":{},"32166":{},"32167":{},"32168":{},"32169":{},"32170":{},"32171":{},"32172":{},"32173":{},"32174":{},"32175":{}}}],["pleroma/entities/scheduled_status.pleromaentity.context",{"_index":8377,"name":{},"parent":{"32255":{}}}],["pleroma/entities/scheduled_status.pleromaentity.context.__type",{"_index":8378,"name":{},"parent":{"32256":{},"32257":{}}}],["pleroma/entities/scheduled_status.pleromaentity.conversation",{"_index":8379,"name":{},"parent":{"32259":{}}}],["pleroma/entities/scheduled_status.pleromaentity.conversation.__type",{"_index":8380,"name":{},"parent":{"32260":{},"32261":{},"32262":{},"32263":{}}}],["pleroma/entities/scheduled_status.pleromaentity.emoji",{"_index":8347,"name":{},"parent":{"32106":{}}}],["pleroma/entities/scheduled_status.pleromaentity.emoji.__type",{"_index":8348,"name":{},"parent":{"32107":{},"32108":{},"32109":{},"32110":{}}}],["pleroma/entities/scheduled_status.pleromaentity.featuredtag",{"_index":8381,"name":{},"parent":{"32265":{}}}],["pleroma/entities/scheduled_status.pleromaentity.featuredtag.__type",{"_index":8382,"name":{},"parent":{"32266":{},"32267":{},"32268":{},"32269":{}}}],["pleroma/entities/scheduled_status.pleromaentity.field",{"_index":8383,"name":{},"parent":{"32271":{}}}],["pleroma/entities/scheduled_status.pleromaentity.field.__type",{"_index":8384,"name":{},"parent":{"32272":{},"32273":{},"32274":{}}}],["pleroma/entities/scheduled_status.pleromaentity.filter",{"_index":8385,"name":{},"parent":{"32276":{}}}],["pleroma/entities/scheduled_status.pleromaentity.filter.__type",{"_index":8386,"name":{},"parent":{"32277":{},"32278":{},"32279":{},"32280":{},"32281":{},"32282":{}}}],["pleroma/entities/scheduled_status.pleromaentity.history",{"_index":8363,"name":{},"parent":{"32183":{}}}],["pleroma/entities/scheduled_status.pleromaentity.history.__type",{"_index":8364,"name":{},"parent":{"32184":{},"32185":{},"32186":{}}}],["pleroma/entities/scheduled_status.pleromaentity.identityproof",{"_index":8387,"name":{},"parent":{"32284":{}}}],["pleroma/entities/scheduled_status.pleromaentity.identityproof.__type",{"_index":8388,"name":{},"parent":{"32285":{},"32286":{},"32287":{},"32288":{},"32289":{}}}],["pleroma/entities/scheduled_status.pleromaentity.instance",{"_index":8393,"name":{},"parent":{"32299":{}}}],["pleroma/entities/scheduled_status.pleromaentity.instance.__type",{"_index":8394,"name":{},"parent":{"32300":{},"32301":{},"32302":{},"32303":{},"32304":{},"32305":{},"32306":{},"32307":{},"32308":{},"32309":{},"32310":{},"32311":{}}}],["pleroma/entities/scheduled_status.pleromaentity.list",{"_index":8395,"name":{},"parent":{"32313":{}}}],["pleroma/entities/scheduled_status.pleromaentity.list.__type",{"_index":8396,"name":{},"parent":{"32314":{},"32315":{}}}],["pleroma/entities/scheduled_status.pleromaentity.marker",{"_index":8397,"name":{},"parent":{"32317":{}}}],["pleroma/entities/scheduled_status.pleromaentity.marker.__type",{"_index":8398,"name":{},"parent":{"32318":{},"32319":{},"32323":{},"32324":{}}}],["pleroma/entities/scheduled_status.pleromaentity.marker.__type.__type",{"_index":8399,"name":{},"parent":{"32320":{},"32321":{},"32322":{},"32325":{},"32326":{},"32327":{}}}],["pleroma/entities/scheduled_status.pleromaentity.mention",{"_index":8361,"name":{},"parent":{"32177":{}}}],["pleroma/entities/scheduled_status.pleromaentity.mention.__type",{"_index":8362,"name":{},"parent":{"32178":{},"32179":{},"32180":{},"32181":{}}}],["pleroma/entities/scheduled_status.pleromaentity.notification",{"_index":8400,"name":{},"parent":{"32329":{}}}],["pleroma/entities/scheduled_status.pleromaentity.notification.__type",{"_index":8401,"name":{},"parent":{"32330":{},"32331":{},"32332":{},"32333":{},"32334":{},"32335":{}}}],["pleroma/entities/scheduled_status.pleromaentity.poll",{"_index":8369,"name":{},"parent":{"32197":{}}}],["pleroma/entities/scheduled_status.pleromaentity.poll.__type",{"_index":8370,"name":{},"parent":{"32198":{},"32199":{},"32200":{},"32201":{},"32202":{},"32203":{},"32204":{}}}],["pleroma/entities/scheduled_status.pleromaentity.polloption",{"_index":8367,"name":{},"parent":{"32193":{}}}],["pleroma/entities/scheduled_status.pleromaentity.polloption.__type",{"_index":8368,"name":{},"parent":{"32194":{},"32195":{}}}],["pleroma/entities/scheduled_status.pleromaentity.preferences",{"_index":8402,"name":{},"parent":{"32338":{}}}],["pleroma/entities/scheduled_status.pleromaentity.preferences.__type",{"_index":8403,"name":{},"parent":{"32339":{},"32340":{},"32341":{},"32342":{},"32343":{}}}],["pleroma/entities/scheduled_status.pleromaentity.pushsubscription",{"_index":8404,"name":{},"parent":{"32345":{}}}],["pleroma/entities/scheduled_status.pleromaentity.pushsubscription.__type",{"_index":8405,"name":{},"parent":{"32346":{},"32347":{},"32348":{},"32349":{}}}],["pleroma/entities/scheduled_status.pleromaentity.reaction",{"_index":8371,"name":{},"parent":{"32206":{}}}],["pleroma/entities/scheduled_status.pleromaentity.reaction.__type",{"_index":8372,"name":{},"parent":{"32207":{},"32208":{},"32209":{},"32210":{}}}],["pleroma/entities/scheduled_status.pleromaentity.relationship",{"_index":8406,"name":{},"parent":{"32351":{}}}],["pleroma/entities/scheduled_status.pleromaentity.relationship.__type",{"_index":8407,"name":{},"parent":{"32352":{},"32353":{},"32354":{},"32355":{},"32356":{},"32357":{},"32358":{},"32359":{},"32360":{},"32361":{}}}],["pleroma/entities/scheduled_status.pleromaentity.report",{"_index":8408,"name":{},"parent":{"32363":{}}}],["pleroma/entities/scheduled_status.pleromaentity.report.__type",{"_index":8409,"name":{},"parent":{"32364":{},"32365":{},"32366":{},"32367":{},"32368":{}}}],["pleroma/entities/scheduled_status.pleromaentity.results",{"_index":8410,"name":{},"parent":{"32370":{}}}],["pleroma/entities/scheduled_status.pleromaentity.results.__type",{"_index":8411,"name":{},"parent":{"32371":{},"32372":{},"32373":{}}}],["pleroma/entities/scheduled_status.pleromaentity.scheduledstatus",{"_index":8412,"name":{},"parent":{"32375":{}}}],["pleroma/entities/scheduled_status.pleromaentity.scheduledstatus.__type",{"_index":8413,"name":{},"parent":{"32376":{},"32377":{},"32378":{},"32379":{}}}],["pleroma/entities/scheduled_status.pleromaentity.source",{"_index":8349,"name":{},"parent":{"32112":{}}}],["pleroma/entities/scheduled_status.pleromaentity.source.__type",{"_index":8350,"name":{},"parent":{"32113":{},"32114":{},"32115":{},"32116":{},"32117":{}}}],["pleroma/entities/scheduled_status.pleromaentity.stats",{"_index":8391,"name":{},"parent":{"32294":{}}}],["pleroma/entities/scheduled_status.pleromaentity.stats.__type",{"_index":8392,"name":{},"parent":{"32295":{},"32296":{},"32297":{}}}],["pleroma/entities/scheduled_status.pleromaentity.status",{"_index":8373,"name":{},"parent":{"32212":{}}}],["pleroma/entities/scheduled_status.pleromaentity.status.__type",{"_index":8374,"name":{},"parent":{"32213":{},"32214":{},"32215":{},"32216":{},"32217":{},"32218":{},"32219":{},"32220":{},"32221":{},"32222":{},"32223":{},"32224":{},"32225":{},"32226":{},"32227":{},"32228":{},"32229":{},"32230":{},"32231":{},"32232":{},"32233":{},"32234":{},"32235":{},"32236":{},"32237":{},"32238":{},"32239":{},"32240":{},"32241":{},"32242":{}}}],["pleroma/entities/scheduled_status.pleromaentity.status.__type.__type",{"_index":8375,"name":{},"parent":{"32243":{},"32244":{},"32246":{},"32247":{},"32249":{},"32250":{},"32251":{},"32252":{},"32253":{}}}],["pleroma/entities/scheduled_status.pleromaentity.status.__type.__type.__type",{"_index":8376,"name":{},"parent":{"32245":{},"32248":{}}}],["pleroma/entities/scheduled_status.pleromaentity.statusparams",{"_index":8414,"name":{},"parent":{"32381":{}}}],["pleroma/entities/scheduled_status.pleromaentity.statusparams.__type",{"_index":8415,"name":{},"parent":{"32382":{},"32383":{},"32384":{},"32385":{},"32386":{},"32387":{},"32388":{},"32389":{}}}],["pleroma/entities/scheduled_status.pleromaentity.tag",{"_index":8365,"name":{},"parent":{"32188":{}}}],["pleroma/entities/scheduled_status.pleromaentity.tag.__type",{"_index":8366,"name":{},"parent":{"32189":{},"32190":{},"32191":{}}}],["pleroma/entities/scheduled_status.pleromaentity.token",{"_index":8416,"name":{},"parent":{"32391":{}}}],["pleroma/entities/scheduled_status.pleromaentity.token.__type",{"_index":8417,"name":{},"parent":{"32392":{},"32393":{},"32394":{},"32395":{}}}],["pleroma/entities/scheduled_status.pleromaentity.urls",{"_index":8389,"name":{},"parent":{"32291":{}}}],["pleroma/entities/scheduled_status.pleromaentity.urls.__type",{"_index":8390,"name":{},"parent":{"32292":{}}}],["pleroma/entities/source",{"_index":471,"name":{"981":{}},"parent":{"32396":{}}}],["pleroma/entities/source.pleromaentity",{"_index":8418,"name":{},"parent":{"32397":{},"32403":{},"32410":{},"32432":{},"32438":{},"32443":{},"32453":{},"32468":{},"32474":{},"32479":{},"32484":{},"32488":{},"32497":{},"32503":{},"32546":{},"32550":{},"32556":{},"32562":{},"32567":{},"32575":{},"32582":{},"32585":{},"32590":{},"32604":{},"32608":{},"32620":{},"32628":{},"32629":{},"32636":{},"32642":{},"32654":{},"32661":{},"32666":{},"32672":{},"32682":{}}}],["pleroma/entities/source.pleromaentity.account",{"_index":8423,"name":{},"parent":{"32411":{}}}],["pleroma/entities/source.pleromaentity.account.__type",{"_index":8424,"name":{},"parent":{"32412":{},"32413":{},"32414":{},"32415":{},"32416":{},"32417":{},"32418":{},"32419":{},"32420":{},"32421":{},"32422":{},"32423":{},"32424":{},"32425":{},"32426":{},"32427":{},"32428":{},"32429":{},"32430":{},"32431":{}}}],["pleroma/entities/source.pleromaentity.activity",{"_index":8425,"name":{},"parent":{"32433":{}}}],["pleroma/entities/source.pleromaentity.activity.__type",{"_index":8426,"name":{},"parent":{"32434":{},"32435":{},"32436":{},"32437":{}}}],["pleroma/entities/source.pleromaentity.application",{"_index":8427,"name":{},"parent":{"32439":{}}}],["pleroma/entities/source.pleromaentity.application.__type",{"_index":8428,"name":{},"parent":{"32440":{},"32441":{},"32442":{}}}],["pleroma/entities/source.pleromaentity.attachment",{"_index":8429,"name":{},"parent":{"32444":{}}}],["pleroma/entities/source.pleromaentity.attachment.__type",{"_index":8430,"name":{},"parent":{"32445":{},"32446":{},"32447":{},"32448":{},"32449":{},"32450":{},"32451":{},"32452":{}}}],["pleroma/entities/source.pleromaentity.card",{"_index":8431,"name":{},"parent":{"32454":{}}}],["pleroma/entities/source.pleromaentity.card.__type",{"_index":8432,"name":{},"parent":{"32455":{},"32456":{},"32457":{},"32458":{},"32459":{},"32460":{},"32461":{},"32462":{},"32463":{},"32464":{},"32465":{},"32466":{},"32467":{}}}],["pleroma/entities/source.pleromaentity.context",{"_index":8449,"name":{},"parent":{"32547":{}}}],["pleroma/entities/source.pleromaentity.context.__type",{"_index":8450,"name":{},"parent":{"32548":{},"32549":{}}}],["pleroma/entities/source.pleromaentity.conversation",{"_index":8451,"name":{},"parent":{"32551":{}}}],["pleroma/entities/source.pleromaentity.conversation.__type",{"_index":8452,"name":{},"parent":{"32552":{},"32553":{},"32554":{},"32555":{}}}],["pleroma/entities/source.pleromaentity.emoji",{"_index":8419,"name":{},"parent":{"32398":{}}}],["pleroma/entities/source.pleromaentity.emoji.__type",{"_index":8420,"name":{},"parent":{"32399":{},"32400":{},"32401":{},"32402":{}}}],["pleroma/entities/source.pleromaentity.featuredtag",{"_index":8453,"name":{},"parent":{"32557":{}}}],["pleroma/entities/source.pleromaentity.featuredtag.__type",{"_index":8454,"name":{},"parent":{"32558":{},"32559":{},"32560":{},"32561":{}}}],["pleroma/entities/source.pleromaentity.field",{"_index":8455,"name":{},"parent":{"32563":{}}}],["pleroma/entities/source.pleromaentity.field.__type",{"_index":8456,"name":{},"parent":{"32564":{},"32565":{},"32566":{}}}],["pleroma/entities/source.pleromaentity.filter",{"_index":8457,"name":{},"parent":{"32568":{}}}],["pleroma/entities/source.pleromaentity.filter.__type",{"_index":8458,"name":{},"parent":{"32569":{},"32570":{},"32571":{},"32572":{},"32573":{},"32574":{}}}],["pleroma/entities/source.pleromaentity.history",{"_index":8435,"name":{},"parent":{"32475":{}}}],["pleroma/entities/source.pleromaentity.history.__type",{"_index":8436,"name":{},"parent":{"32476":{},"32477":{},"32478":{}}}],["pleroma/entities/source.pleromaentity.identityproof",{"_index":8459,"name":{},"parent":{"32576":{}}}],["pleroma/entities/source.pleromaentity.identityproof.__type",{"_index":8460,"name":{},"parent":{"32577":{},"32578":{},"32579":{},"32580":{},"32581":{}}}],["pleroma/entities/source.pleromaentity.instance",{"_index":8465,"name":{},"parent":{"32591":{}}}],["pleroma/entities/source.pleromaentity.instance.__type",{"_index":8466,"name":{},"parent":{"32592":{},"32593":{},"32594":{},"32595":{},"32596":{},"32597":{},"32598":{},"32599":{},"32600":{},"32601":{},"32602":{},"32603":{}}}],["pleroma/entities/source.pleromaentity.list",{"_index":8467,"name":{},"parent":{"32605":{}}}],["pleroma/entities/source.pleromaentity.list.__type",{"_index":8468,"name":{},"parent":{"32606":{},"32607":{}}}],["pleroma/entities/source.pleromaentity.marker",{"_index":8469,"name":{},"parent":{"32609":{}}}],["pleroma/entities/source.pleromaentity.marker.__type",{"_index":8470,"name":{},"parent":{"32610":{},"32611":{},"32615":{},"32616":{}}}],["pleroma/entities/source.pleromaentity.marker.__type.__type",{"_index":8471,"name":{},"parent":{"32612":{},"32613":{},"32614":{},"32617":{},"32618":{},"32619":{}}}],["pleroma/entities/source.pleromaentity.mention",{"_index":8433,"name":{},"parent":{"32469":{}}}],["pleroma/entities/source.pleromaentity.mention.__type",{"_index":8434,"name":{},"parent":{"32470":{},"32471":{},"32472":{},"32473":{}}}],["pleroma/entities/source.pleromaentity.notification",{"_index":8472,"name":{},"parent":{"32621":{}}}],["pleroma/entities/source.pleromaentity.notification.__type",{"_index":8473,"name":{},"parent":{"32622":{},"32623":{},"32624":{},"32625":{},"32626":{},"32627":{}}}],["pleroma/entities/source.pleromaentity.poll",{"_index":8441,"name":{},"parent":{"32489":{}}}],["pleroma/entities/source.pleromaentity.poll.__type",{"_index":8442,"name":{},"parent":{"32490":{},"32491":{},"32492":{},"32493":{},"32494":{},"32495":{},"32496":{}}}],["pleroma/entities/source.pleromaentity.polloption",{"_index":8439,"name":{},"parent":{"32485":{}}}],["pleroma/entities/source.pleromaentity.polloption.__type",{"_index":8440,"name":{},"parent":{"32486":{},"32487":{}}}],["pleroma/entities/source.pleromaentity.preferences",{"_index":8474,"name":{},"parent":{"32630":{}}}],["pleroma/entities/source.pleromaentity.preferences.__type",{"_index":8475,"name":{},"parent":{"32631":{},"32632":{},"32633":{},"32634":{},"32635":{}}}],["pleroma/entities/source.pleromaentity.pushsubscription",{"_index":8476,"name":{},"parent":{"32637":{}}}],["pleroma/entities/source.pleromaentity.pushsubscription.__type",{"_index":8477,"name":{},"parent":{"32638":{},"32639":{},"32640":{},"32641":{}}}],["pleroma/entities/source.pleromaentity.reaction",{"_index":8443,"name":{},"parent":{"32498":{}}}],["pleroma/entities/source.pleromaentity.reaction.__type",{"_index":8444,"name":{},"parent":{"32499":{},"32500":{},"32501":{},"32502":{}}}],["pleroma/entities/source.pleromaentity.relationship",{"_index":8478,"name":{},"parent":{"32643":{}}}],["pleroma/entities/source.pleromaentity.relationship.__type",{"_index":8479,"name":{},"parent":{"32644":{},"32645":{},"32646":{},"32647":{},"32648":{},"32649":{},"32650":{},"32651":{},"32652":{},"32653":{}}}],["pleroma/entities/source.pleromaentity.report",{"_index":8480,"name":{},"parent":{"32655":{}}}],["pleroma/entities/source.pleromaentity.report.__type",{"_index":8481,"name":{},"parent":{"32656":{},"32657":{},"32658":{},"32659":{},"32660":{}}}],["pleroma/entities/source.pleromaentity.results",{"_index":8482,"name":{},"parent":{"32662":{}}}],["pleroma/entities/source.pleromaentity.results.__type",{"_index":8483,"name":{},"parent":{"32663":{},"32664":{},"32665":{}}}],["pleroma/entities/source.pleromaentity.scheduledstatus",{"_index":8484,"name":{},"parent":{"32667":{}}}],["pleroma/entities/source.pleromaentity.scheduledstatus.__type",{"_index":8485,"name":{},"parent":{"32668":{},"32669":{},"32670":{},"32671":{}}}],["pleroma/entities/source.pleromaentity.source",{"_index":8421,"name":{},"parent":{"32404":{}}}],["pleroma/entities/source.pleromaentity.source.__type",{"_index":8422,"name":{},"parent":{"32405":{},"32406":{},"32407":{},"32408":{},"32409":{}}}],["pleroma/entities/source.pleromaentity.stats",{"_index":8463,"name":{},"parent":{"32586":{}}}],["pleroma/entities/source.pleromaentity.stats.__type",{"_index":8464,"name":{},"parent":{"32587":{},"32588":{},"32589":{}}}],["pleroma/entities/source.pleromaentity.status",{"_index":8445,"name":{},"parent":{"32504":{}}}],["pleroma/entities/source.pleromaentity.status.__type",{"_index":8446,"name":{},"parent":{"32505":{},"32506":{},"32507":{},"32508":{},"32509":{},"32510":{},"32511":{},"32512":{},"32513":{},"32514":{},"32515":{},"32516":{},"32517":{},"32518":{},"32519":{},"32520":{},"32521":{},"32522":{},"32523":{},"32524":{},"32525":{},"32526":{},"32527":{},"32528":{},"32529":{},"32530":{},"32531":{},"32532":{},"32533":{},"32534":{}}}],["pleroma/entities/source.pleromaentity.status.__type.__type",{"_index":8447,"name":{},"parent":{"32535":{},"32536":{},"32538":{},"32539":{},"32541":{},"32542":{},"32543":{},"32544":{},"32545":{}}}],["pleroma/entities/source.pleromaentity.status.__type.__type.__type",{"_index":8448,"name":{},"parent":{"32537":{},"32540":{}}}],["pleroma/entities/source.pleromaentity.statusparams",{"_index":8486,"name":{},"parent":{"32673":{}}}],["pleroma/entities/source.pleromaentity.statusparams.__type",{"_index":8487,"name":{},"parent":{"32674":{},"32675":{},"32676":{},"32677":{},"32678":{},"32679":{},"32680":{},"32681":{}}}],["pleroma/entities/source.pleromaentity.tag",{"_index":8437,"name":{},"parent":{"32480":{}}}],["pleroma/entities/source.pleromaentity.tag.__type",{"_index":8438,"name":{},"parent":{"32481":{},"32482":{},"32483":{}}}],["pleroma/entities/source.pleromaentity.token",{"_index":8488,"name":{},"parent":{"32683":{}}}],["pleroma/entities/source.pleromaentity.token.__type",{"_index":8489,"name":{},"parent":{"32684":{},"32685":{},"32686":{},"32687":{}}}],["pleroma/entities/source.pleromaentity.urls",{"_index":8461,"name":{},"parent":{"32583":{}}}],["pleroma/entities/source.pleromaentity.urls.__type",{"_index":8462,"name":{},"parent":{"32584":{}}}],["pleroma/entities/stats",{"_index":472,"name":{"982":{}},"parent":{"32688":{}}}],["pleroma/entities/stats.pleromaentity",{"_index":8490,"name":{},"parent":{"32689":{},"32695":{},"32702":{},"32724":{},"32730":{},"32735":{},"32745":{},"32760":{},"32766":{},"32771":{},"32776":{},"32780":{},"32789":{},"32795":{},"32838":{},"32842":{},"32848":{},"32854":{},"32859":{},"32867":{},"32874":{},"32877":{},"32882":{},"32896":{},"32900":{},"32912":{},"32920":{},"32921":{},"32928":{},"32934":{},"32946":{},"32953":{},"32958":{},"32964":{},"32974":{}}}],["pleroma/entities/stats.pleromaentity.account",{"_index":8495,"name":{},"parent":{"32703":{}}}],["pleroma/entities/stats.pleromaentity.account.__type",{"_index":8496,"name":{},"parent":{"32704":{},"32705":{},"32706":{},"32707":{},"32708":{},"32709":{},"32710":{},"32711":{},"32712":{},"32713":{},"32714":{},"32715":{},"32716":{},"32717":{},"32718":{},"32719":{},"32720":{},"32721":{},"32722":{},"32723":{}}}],["pleroma/entities/stats.pleromaentity.activity",{"_index":8497,"name":{},"parent":{"32725":{}}}],["pleroma/entities/stats.pleromaentity.activity.__type",{"_index":8498,"name":{},"parent":{"32726":{},"32727":{},"32728":{},"32729":{}}}],["pleroma/entities/stats.pleromaentity.application",{"_index":8499,"name":{},"parent":{"32731":{}}}],["pleroma/entities/stats.pleromaentity.application.__type",{"_index":8500,"name":{},"parent":{"32732":{},"32733":{},"32734":{}}}],["pleroma/entities/stats.pleromaentity.attachment",{"_index":8501,"name":{},"parent":{"32736":{}}}],["pleroma/entities/stats.pleromaentity.attachment.__type",{"_index":8502,"name":{},"parent":{"32737":{},"32738":{},"32739":{},"32740":{},"32741":{},"32742":{},"32743":{},"32744":{}}}],["pleroma/entities/stats.pleromaentity.card",{"_index":8503,"name":{},"parent":{"32746":{}}}],["pleroma/entities/stats.pleromaentity.card.__type",{"_index":8504,"name":{},"parent":{"32747":{},"32748":{},"32749":{},"32750":{},"32751":{},"32752":{},"32753":{},"32754":{},"32755":{},"32756":{},"32757":{},"32758":{},"32759":{}}}],["pleroma/entities/stats.pleromaentity.context",{"_index":8521,"name":{},"parent":{"32839":{}}}],["pleroma/entities/stats.pleromaentity.context.__type",{"_index":8522,"name":{},"parent":{"32840":{},"32841":{}}}],["pleroma/entities/stats.pleromaentity.conversation",{"_index":8523,"name":{},"parent":{"32843":{}}}],["pleroma/entities/stats.pleromaentity.conversation.__type",{"_index":8524,"name":{},"parent":{"32844":{},"32845":{},"32846":{},"32847":{}}}],["pleroma/entities/stats.pleromaentity.emoji",{"_index":8491,"name":{},"parent":{"32690":{}}}],["pleroma/entities/stats.pleromaentity.emoji.__type",{"_index":8492,"name":{},"parent":{"32691":{},"32692":{},"32693":{},"32694":{}}}],["pleroma/entities/stats.pleromaentity.featuredtag",{"_index":8525,"name":{},"parent":{"32849":{}}}],["pleroma/entities/stats.pleromaentity.featuredtag.__type",{"_index":8526,"name":{},"parent":{"32850":{},"32851":{},"32852":{},"32853":{}}}],["pleroma/entities/stats.pleromaentity.field",{"_index":8527,"name":{},"parent":{"32855":{}}}],["pleroma/entities/stats.pleromaentity.field.__type",{"_index":8528,"name":{},"parent":{"32856":{},"32857":{},"32858":{}}}],["pleroma/entities/stats.pleromaentity.filter",{"_index":8529,"name":{},"parent":{"32860":{}}}],["pleroma/entities/stats.pleromaentity.filter.__type",{"_index":8530,"name":{},"parent":{"32861":{},"32862":{},"32863":{},"32864":{},"32865":{},"32866":{}}}],["pleroma/entities/stats.pleromaentity.history",{"_index":8507,"name":{},"parent":{"32767":{}}}],["pleroma/entities/stats.pleromaentity.history.__type",{"_index":8508,"name":{},"parent":{"32768":{},"32769":{},"32770":{}}}],["pleroma/entities/stats.pleromaentity.identityproof",{"_index":8531,"name":{},"parent":{"32868":{}}}],["pleroma/entities/stats.pleromaentity.identityproof.__type",{"_index":8532,"name":{},"parent":{"32869":{},"32870":{},"32871":{},"32872":{},"32873":{}}}],["pleroma/entities/stats.pleromaentity.instance",{"_index":8537,"name":{},"parent":{"32883":{}}}],["pleroma/entities/stats.pleromaentity.instance.__type",{"_index":8538,"name":{},"parent":{"32884":{},"32885":{},"32886":{},"32887":{},"32888":{},"32889":{},"32890":{},"32891":{},"32892":{},"32893":{},"32894":{},"32895":{}}}],["pleroma/entities/stats.pleromaentity.list",{"_index":8539,"name":{},"parent":{"32897":{}}}],["pleroma/entities/stats.pleromaentity.list.__type",{"_index":8540,"name":{},"parent":{"32898":{},"32899":{}}}],["pleroma/entities/stats.pleromaentity.marker",{"_index":8541,"name":{},"parent":{"32901":{}}}],["pleroma/entities/stats.pleromaentity.marker.__type",{"_index":8542,"name":{},"parent":{"32902":{},"32903":{},"32907":{},"32908":{}}}],["pleroma/entities/stats.pleromaentity.marker.__type.__type",{"_index":8543,"name":{},"parent":{"32904":{},"32905":{},"32906":{},"32909":{},"32910":{},"32911":{}}}],["pleroma/entities/stats.pleromaentity.mention",{"_index":8505,"name":{},"parent":{"32761":{}}}],["pleroma/entities/stats.pleromaentity.mention.__type",{"_index":8506,"name":{},"parent":{"32762":{},"32763":{},"32764":{},"32765":{}}}],["pleroma/entities/stats.pleromaentity.notification",{"_index":8544,"name":{},"parent":{"32913":{}}}],["pleroma/entities/stats.pleromaentity.notification.__type",{"_index":8545,"name":{},"parent":{"32914":{},"32915":{},"32916":{},"32917":{},"32918":{},"32919":{}}}],["pleroma/entities/stats.pleromaentity.poll",{"_index":8513,"name":{},"parent":{"32781":{}}}],["pleroma/entities/stats.pleromaentity.poll.__type",{"_index":8514,"name":{},"parent":{"32782":{},"32783":{},"32784":{},"32785":{},"32786":{},"32787":{},"32788":{}}}],["pleroma/entities/stats.pleromaentity.polloption",{"_index":8511,"name":{},"parent":{"32777":{}}}],["pleroma/entities/stats.pleromaentity.polloption.__type",{"_index":8512,"name":{},"parent":{"32778":{},"32779":{}}}],["pleroma/entities/stats.pleromaentity.preferences",{"_index":8546,"name":{},"parent":{"32922":{}}}],["pleroma/entities/stats.pleromaentity.preferences.__type",{"_index":8547,"name":{},"parent":{"32923":{},"32924":{},"32925":{},"32926":{},"32927":{}}}],["pleroma/entities/stats.pleromaentity.pushsubscription",{"_index":8548,"name":{},"parent":{"32929":{}}}],["pleroma/entities/stats.pleromaentity.pushsubscription.__type",{"_index":8549,"name":{},"parent":{"32930":{},"32931":{},"32932":{},"32933":{}}}],["pleroma/entities/stats.pleromaentity.reaction",{"_index":8515,"name":{},"parent":{"32790":{}}}],["pleroma/entities/stats.pleromaentity.reaction.__type",{"_index":8516,"name":{},"parent":{"32791":{},"32792":{},"32793":{},"32794":{}}}],["pleroma/entities/stats.pleromaentity.relationship",{"_index":8550,"name":{},"parent":{"32935":{}}}],["pleroma/entities/stats.pleromaentity.relationship.__type",{"_index":8551,"name":{},"parent":{"32936":{},"32937":{},"32938":{},"32939":{},"32940":{},"32941":{},"32942":{},"32943":{},"32944":{},"32945":{}}}],["pleroma/entities/stats.pleromaentity.report",{"_index":8552,"name":{},"parent":{"32947":{}}}],["pleroma/entities/stats.pleromaentity.report.__type",{"_index":8553,"name":{},"parent":{"32948":{},"32949":{},"32950":{},"32951":{},"32952":{}}}],["pleroma/entities/stats.pleromaentity.results",{"_index":8554,"name":{},"parent":{"32954":{}}}],["pleroma/entities/stats.pleromaentity.results.__type",{"_index":8555,"name":{},"parent":{"32955":{},"32956":{},"32957":{}}}],["pleroma/entities/stats.pleromaentity.scheduledstatus",{"_index":8556,"name":{},"parent":{"32959":{}}}],["pleroma/entities/stats.pleromaentity.scheduledstatus.__type",{"_index":8557,"name":{},"parent":{"32960":{},"32961":{},"32962":{},"32963":{}}}],["pleroma/entities/stats.pleromaentity.source",{"_index":8493,"name":{},"parent":{"32696":{}}}],["pleroma/entities/stats.pleromaentity.source.__type",{"_index":8494,"name":{},"parent":{"32697":{},"32698":{},"32699":{},"32700":{},"32701":{}}}],["pleroma/entities/stats.pleromaentity.stats",{"_index":8535,"name":{},"parent":{"32878":{}}}],["pleroma/entities/stats.pleromaentity.stats.__type",{"_index":8536,"name":{},"parent":{"32879":{},"32880":{},"32881":{}}}],["pleroma/entities/stats.pleromaentity.status",{"_index":8517,"name":{},"parent":{"32796":{}}}],["pleroma/entities/stats.pleromaentity.status.__type",{"_index":8518,"name":{},"parent":{"32797":{},"32798":{},"32799":{},"32800":{},"32801":{},"32802":{},"32803":{},"32804":{},"32805":{},"32806":{},"32807":{},"32808":{},"32809":{},"32810":{},"32811":{},"32812":{},"32813":{},"32814":{},"32815":{},"32816":{},"32817":{},"32818":{},"32819":{},"32820":{},"32821":{},"32822":{},"32823":{},"32824":{},"32825":{},"32826":{}}}],["pleroma/entities/stats.pleromaentity.status.__type.__type",{"_index":8519,"name":{},"parent":{"32827":{},"32828":{},"32830":{},"32831":{},"32833":{},"32834":{},"32835":{},"32836":{},"32837":{}}}],["pleroma/entities/stats.pleromaentity.status.__type.__type.__type",{"_index":8520,"name":{},"parent":{"32829":{},"32832":{}}}],["pleroma/entities/stats.pleromaentity.statusparams",{"_index":8558,"name":{},"parent":{"32965":{}}}],["pleroma/entities/stats.pleromaentity.statusparams.__type",{"_index":8559,"name":{},"parent":{"32966":{},"32967":{},"32968":{},"32969":{},"32970":{},"32971":{},"32972":{},"32973":{}}}],["pleroma/entities/stats.pleromaentity.tag",{"_index":8509,"name":{},"parent":{"32772":{}}}],["pleroma/entities/stats.pleromaentity.tag.__type",{"_index":8510,"name":{},"parent":{"32773":{},"32774":{},"32775":{}}}],["pleroma/entities/stats.pleromaentity.token",{"_index":8560,"name":{},"parent":{"32975":{}}}],["pleroma/entities/stats.pleromaentity.token.__type",{"_index":8561,"name":{},"parent":{"32976":{},"32977":{},"32978":{},"32979":{}}}],["pleroma/entities/stats.pleromaentity.urls",{"_index":8533,"name":{},"parent":{"32875":{}}}],["pleroma/entities/stats.pleromaentity.urls.__type",{"_index":8534,"name":{},"parent":{"32876":{}}}],["pleroma/entities/status",{"_index":473,"name":{"983":{}},"parent":{"32980":{}}}],["pleroma/entities/status.pleromaentity",{"_index":8562,"name":{},"parent":{"32981":{},"32987":{},"32994":{},"33016":{},"33022":{},"33027":{},"33037":{},"33052":{},"33058":{},"33063":{},"33068":{},"33072":{},"33081":{},"33087":{},"33130":{},"33134":{},"33140":{},"33146":{},"33151":{},"33159":{},"33166":{},"33169":{},"33174":{},"33188":{},"33192":{},"33204":{},"33212":{},"33213":{},"33220":{},"33226":{},"33238":{},"33245":{},"33250":{},"33256":{},"33266":{}}}],["pleroma/entities/status.pleromaentity.account",{"_index":8567,"name":{},"parent":{"32995":{}}}],["pleroma/entities/status.pleromaentity.account.__type",{"_index":8568,"name":{},"parent":{"32996":{},"32997":{},"32998":{},"32999":{},"33000":{},"33001":{},"33002":{},"33003":{},"33004":{},"33005":{},"33006":{},"33007":{},"33008":{},"33009":{},"33010":{},"33011":{},"33012":{},"33013":{},"33014":{},"33015":{}}}],["pleroma/entities/status.pleromaentity.activity",{"_index":8569,"name":{},"parent":{"33017":{}}}],["pleroma/entities/status.pleromaentity.activity.__type",{"_index":8570,"name":{},"parent":{"33018":{},"33019":{},"33020":{},"33021":{}}}],["pleroma/entities/status.pleromaentity.application",{"_index":8571,"name":{},"parent":{"33023":{}}}],["pleroma/entities/status.pleromaentity.application.__type",{"_index":8572,"name":{},"parent":{"33024":{},"33025":{},"33026":{}}}],["pleroma/entities/status.pleromaentity.attachment",{"_index":8573,"name":{},"parent":{"33028":{}}}],["pleroma/entities/status.pleromaentity.attachment.__type",{"_index":8574,"name":{},"parent":{"33029":{},"33030":{},"33031":{},"33032":{},"33033":{},"33034":{},"33035":{},"33036":{}}}],["pleroma/entities/status.pleromaentity.card",{"_index":8575,"name":{},"parent":{"33038":{}}}],["pleroma/entities/status.pleromaentity.card.__type",{"_index":8576,"name":{},"parent":{"33039":{},"33040":{},"33041":{},"33042":{},"33043":{},"33044":{},"33045":{},"33046":{},"33047":{},"33048":{},"33049":{},"33050":{},"33051":{}}}],["pleroma/entities/status.pleromaentity.context",{"_index":8593,"name":{},"parent":{"33131":{}}}],["pleroma/entities/status.pleromaentity.context.__type",{"_index":8594,"name":{},"parent":{"33132":{},"33133":{}}}],["pleroma/entities/status.pleromaentity.conversation",{"_index":8595,"name":{},"parent":{"33135":{}}}],["pleroma/entities/status.pleromaentity.conversation.__type",{"_index":8596,"name":{},"parent":{"33136":{},"33137":{},"33138":{},"33139":{}}}],["pleroma/entities/status.pleromaentity.emoji",{"_index":8563,"name":{},"parent":{"32982":{}}}],["pleroma/entities/status.pleromaentity.emoji.__type",{"_index":8564,"name":{},"parent":{"32983":{},"32984":{},"32985":{},"32986":{}}}],["pleroma/entities/status.pleromaentity.featuredtag",{"_index":8597,"name":{},"parent":{"33141":{}}}],["pleroma/entities/status.pleromaentity.featuredtag.__type",{"_index":8598,"name":{},"parent":{"33142":{},"33143":{},"33144":{},"33145":{}}}],["pleroma/entities/status.pleromaentity.field",{"_index":8599,"name":{},"parent":{"33147":{}}}],["pleroma/entities/status.pleromaentity.field.__type",{"_index":8600,"name":{},"parent":{"33148":{},"33149":{},"33150":{}}}],["pleroma/entities/status.pleromaentity.filter",{"_index":8601,"name":{},"parent":{"33152":{}}}],["pleroma/entities/status.pleromaentity.filter.__type",{"_index":8602,"name":{},"parent":{"33153":{},"33154":{},"33155":{},"33156":{},"33157":{},"33158":{}}}],["pleroma/entities/status.pleromaentity.history",{"_index":8579,"name":{},"parent":{"33059":{}}}],["pleroma/entities/status.pleromaentity.history.__type",{"_index":8580,"name":{},"parent":{"33060":{},"33061":{},"33062":{}}}],["pleroma/entities/status.pleromaentity.identityproof",{"_index":8603,"name":{},"parent":{"33160":{}}}],["pleroma/entities/status.pleromaentity.identityproof.__type",{"_index":8604,"name":{},"parent":{"33161":{},"33162":{},"33163":{},"33164":{},"33165":{}}}],["pleroma/entities/status.pleromaentity.instance",{"_index":8609,"name":{},"parent":{"33175":{}}}],["pleroma/entities/status.pleromaentity.instance.__type",{"_index":8610,"name":{},"parent":{"33176":{},"33177":{},"33178":{},"33179":{},"33180":{},"33181":{},"33182":{},"33183":{},"33184":{},"33185":{},"33186":{},"33187":{}}}],["pleroma/entities/status.pleromaentity.list",{"_index":8611,"name":{},"parent":{"33189":{}}}],["pleroma/entities/status.pleromaentity.list.__type",{"_index":8612,"name":{},"parent":{"33190":{},"33191":{}}}],["pleroma/entities/status.pleromaentity.marker",{"_index":8613,"name":{},"parent":{"33193":{}}}],["pleroma/entities/status.pleromaentity.marker.__type",{"_index":8614,"name":{},"parent":{"33194":{},"33195":{},"33199":{},"33200":{}}}],["pleroma/entities/status.pleromaentity.marker.__type.__type",{"_index":8615,"name":{},"parent":{"33196":{},"33197":{},"33198":{},"33201":{},"33202":{},"33203":{}}}],["pleroma/entities/status.pleromaentity.mention",{"_index":8577,"name":{},"parent":{"33053":{}}}],["pleroma/entities/status.pleromaentity.mention.__type",{"_index":8578,"name":{},"parent":{"33054":{},"33055":{},"33056":{},"33057":{}}}],["pleroma/entities/status.pleromaentity.notification",{"_index":8616,"name":{},"parent":{"33205":{}}}],["pleroma/entities/status.pleromaentity.notification.__type",{"_index":8617,"name":{},"parent":{"33206":{},"33207":{},"33208":{},"33209":{},"33210":{},"33211":{}}}],["pleroma/entities/status.pleromaentity.poll",{"_index":8585,"name":{},"parent":{"33073":{}}}],["pleroma/entities/status.pleromaentity.poll.__type",{"_index":8586,"name":{},"parent":{"33074":{},"33075":{},"33076":{},"33077":{},"33078":{},"33079":{},"33080":{}}}],["pleroma/entities/status.pleromaentity.polloption",{"_index":8583,"name":{},"parent":{"33069":{}}}],["pleroma/entities/status.pleromaentity.polloption.__type",{"_index":8584,"name":{},"parent":{"33070":{},"33071":{}}}],["pleroma/entities/status.pleromaentity.preferences",{"_index":8618,"name":{},"parent":{"33214":{}}}],["pleroma/entities/status.pleromaentity.preferences.__type",{"_index":8619,"name":{},"parent":{"33215":{},"33216":{},"33217":{},"33218":{},"33219":{}}}],["pleroma/entities/status.pleromaentity.pushsubscription",{"_index":8620,"name":{},"parent":{"33221":{}}}],["pleroma/entities/status.pleromaentity.pushsubscription.__type",{"_index":8621,"name":{},"parent":{"33222":{},"33223":{},"33224":{},"33225":{}}}],["pleroma/entities/status.pleromaentity.reaction",{"_index":8587,"name":{},"parent":{"33082":{}}}],["pleroma/entities/status.pleromaentity.reaction.__type",{"_index":8588,"name":{},"parent":{"33083":{},"33084":{},"33085":{},"33086":{}}}],["pleroma/entities/status.pleromaentity.relationship",{"_index":8622,"name":{},"parent":{"33227":{}}}],["pleroma/entities/status.pleromaentity.relationship.__type",{"_index":8623,"name":{},"parent":{"33228":{},"33229":{},"33230":{},"33231":{},"33232":{},"33233":{},"33234":{},"33235":{},"33236":{},"33237":{}}}],["pleroma/entities/status.pleromaentity.report",{"_index":8624,"name":{},"parent":{"33239":{}}}],["pleroma/entities/status.pleromaentity.report.__type",{"_index":8625,"name":{},"parent":{"33240":{},"33241":{},"33242":{},"33243":{},"33244":{}}}],["pleroma/entities/status.pleromaentity.results",{"_index":8626,"name":{},"parent":{"33246":{}}}],["pleroma/entities/status.pleromaentity.results.__type",{"_index":8627,"name":{},"parent":{"33247":{},"33248":{},"33249":{}}}],["pleroma/entities/status.pleromaentity.scheduledstatus",{"_index":8628,"name":{},"parent":{"33251":{}}}],["pleroma/entities/status.pleromaentity.scheduledstatus.__type",{"_index":8629,"name":{},"parent":{"33252":{},"33253":{},"33254":{},"33255":{}}}],["pleroma/entities/status.pleromaentity.source",{"_index":8565,"name":{},"parent":{"32988":{}}}],["pleroma/entities/status.pleromaentity.source.__type",{"_index":8566,"name":{},"parent":{"32989":{},"32990":{},"32991":{},"32992":{},"32993":{}}}],["pleroma/entities/status.pleromaentity.stats",{"_index":8607,"name":{},"parent":{"33170":{}}}],["pleroma/entities/status.pleromaentity.stats.__type",{"_index":8608,"name":{},"parent":{"33171":{},"33172":{},"33173":{}}}],["pleroma/entities/status.pleromaentity.status",{"_index":8589,"name":{},"parent":{"33088":{}}}],["pleroma/entities/status.pleromaentity.status.__type",{"_index":8590,"name":{},"parent":{"33089":{},"33090":{},"33091":{},"33092":{},"33093":{},"33094":{},"33095":{},"33096":{},"33097":{},"33098":{},"33099":{},"33100":{},"33101":{},"33102":{},"33103":{},"33104":{},"33105":{},"33106":{},"33107":{},"33108":{},"33109":{},"33110":{},"33111":{},"33112":{},"33113":{},"33114":{},"33115":{},"33116":{},"33117":{},"33118":{}}}],["pleroma/entities/status.pleromaentity.status.__type.__type",{"_index":8591,"name":{},"parent":{"33119":{},"33120":{},"33122":{},"33123":{},"33125":{},"33126":{},"33127":{},"33128":{},"33129":{}}}],["pleroma/entities/status.pleromaentity.status.__type.__type.__type",{"_index":8592,"name":{},"parent":{"33121":{},"33124":{}}}],["pleroma/entities/status.pleromaentity.statusparams",{"_index":8630,"name":{},"parent":{"33257":{}}}],["pleroma/entities/status.pleromaentity.statusparams.__type",{"_index":8631,"name":{},"parent":{"33258":{},"33259":{},"33260":{},"33261":{},"33262":{},"33263":{},"33264":{},"33265":{}}}],["pleroma/entities/status.pleromaentity.tag",{"_index":8581,"name":{},"parent":{"33064":{}}}],["pleroma/entities/status.pleromaentity.tag.__type",{"_index":8582,"name":{},"parent":{"33065":{},"33066":{},"33067":{}}}],["pleroma/entities/status.pleromaentity.token",{"_index":8632,"name":{},"parent":{"33267":{}}}],["pleroma/entities/status.pleromaentity.token.__type",{"_index":8633,"name":{},"parent":{"33268":{},"33269":{},"33270":{},"33271":{}}}],["pleroma/entities/status.pleromaentity.urls",{"_index":8605,"name":{},"parent":{"33167":{}}}],["pleroma/entities/status.pleromaentity.urls.__type",{"_index":8606,"name":{},"parent":{"33168":{}}}],["pleroma/entities/status_params",{"_index":474,"name":{"984":{}},"parent":{"33272":{}}}],["pleroma/entities/status_params.pleromaentity",{"_index":8634,"name":{},"parent":{"33273":{},"33279":{},"33286":{},"33308":{},"33314":{},"33319":{},"33329":{},"33344":{},"33350":{},"33355":{},"33360":{},"33364":{},"33373":{},"33379":{},"33422":{},"33426":{},"33432":{},"33438":{},"33443":{},"33451":{},"33458":{},"33461":{},"33466":{},"33480":{},"33484":{},"33496":{},"33504":{},"33505":{},"33512":{},"33518":{},"33530":{},"33537":{},"33542":{},"33548":{},"33558":{}}}],["pleroma/entities/status_params.pleromaentity.account",{"_index":8639,"name":{},"parent":{"33287":{}}}],["pleroma/entities/status_params.pleromaentity.account.__type",{"_index":8640,"name":{},"parent":{"33288":{},"33289":{},"33290":{},"33291":{},"33292":{},"33293":{},"33294":{},"33295":{},"33296":{},"33297":{},"33298":{},"33299":{},"33300":{},"33301":{},"33302":{},"33303":{},"33304":{},"33305":{},"33306":{},"33307":{}}}],["pleroma/entities/status_params.pleromaentity.activity",{"_index":8641,"name":{},"parent":{"33309":{}}}],["pleroma/entities/status_params.pleromaentity.activity.__type",{"_index":8642,"name":{},"parent":{"33310":{},"33311":{},"33312":{},"33313":{}}}],["pleroma/entities/status_params.pleromaentity.application",{"_index":8643,"name":{},"parent":{"33315":{}}}],["pleroma/entities/status_params.pleromaentity.application.__type",{"_index":8644,"name":{},"parent":{"33316":{},"33317":{},"33318":{}}}],["pleroma/entities/status_params.pleromaentity.attachment",{"_index":8645,"name":{},"parent":{"33320":{}}}],["pleroma/entities/status_params.pleromaentity.attachment.__type",{"_index":8646,"name":{},"parent":{"33321":{},"33322":{},"33323":{},"33324":{},"33325":{},"33326":{},"33327":{},"33328":{}}}],["pleroma/entities/status_params.pleromaentity.card",{"_index":8647,"name":{},"parent":{"33330":{}}}],["pleroma/entities/status_params.pleromaentity.card.__type",{"_index":8648,"name":{},"parent":{"33331":{},"33332":{},"33333":{},"33334":{},"33335":{},"33336":{},"33337":{},"33338":{},"33339":{},"33340":{},"33341":{},"33342":{},"33343":{}}}],["pleroma/entities/status_params.pleromaentity.context",{"_index":8665,"name":{},"parent":{"33423":{}}}],["pleroma/entities/status_params.pleromaentity.context.__type",{"_index":8666,"name":{},"parent":{"33424":{},"33425":{}}}],["pleroma/entities/status_params.pleromaentity.conversation",{"_index":8667,"name":{},"parent":{"33427":{}}}],["pleroma/entities/status_params.pleromaentity.conversation.__type",{"_index":8668,"name":{},"parent":{"33428":{},"33429":{},"33430":{},"33431":{}}}],["pleroma/entities/status_params.pleromaentity.emoji",{"_index":8635,"name":{},"parent":{"33274":{}}}],["pleroma/entities/status_params.pleromaentity.emoji.__type",{"_index":8636,"name":{},"parent":{"33275":{},"33276":{},"33277":{},"33278":{}}}],["pleroma/entities/status_params.pleromaentity.featuredtag",{"_index":8669,"name":{},"parent":{"33433":{}}}],["pleroma/entities/status_params.pleromaentity.featuredtag.__type",{"_index":8670,"name":{},"parent":{"33434":{},"33435":{},"33436":{},"33437":{}}}],["pleroma/entities/status_params.pleromaentity.field",{"_index":8671,"name":{},"parent":{"33439":{}}}],["pleroma/entities/status_params.pleromaentity.field.__type",{"_index":8672,"name":{},"parent":{"33440":{},"33441":{},"33442":{}}}],["pleroma/entities/status_params.pleromaentity.filter",{"_index":8673,"name":{},"parent":{"33444":{}}}],["pleroma/entities/status_params.pleromaentity.filter.__type",{"_index":8674,"name":{},"parent":{"33445":{},"33446":{},"33447":{},"33448":{},"33449":{},"33450":{}}}],["pleroma/entities/status_params.pleromaentity.history",{"_index":8651,"name":{},"parent":{"33351":{}}}],["pleroma/entities/status_params.pleromaentity.history.__type",{"_index":8652,"name":{},"parent":{"33352":{},"33353":{},"33354":{}}}],["pleroma/entities/status_params.pleromaentity.identityproof",{"_index":8675,"name":{},"parent":{"33452":{}}}],["pleroma/entities/status_params.pleromaentity.identityproof.__type",{"_index":8676,"name":{},"parent":{"33453":{},"33454":{},"33455":{},"33456":{},"33457":{}}}],["pleroma/entities/status_params.pleromaentity.instance",{"_index":8681,"name":{},"parent":{"33467":{}}}],["pleroma/entities/status_params.pleromaentity.instance.__type",{"_index":8682,"name":{},"parent":{"33468":{},"33469":{},"33470":{},"33471":{},"33472":{},"33473":{},"33474":{},"33475":{},"33476":{},"33477":{},"33478":{},"33479":{}}}],["pleroma/entities/status_params.pleromaentity.list",{"_index":8683,"name":{},"parent":{"33481":{}}}],["pleroma/entities/status_params.pleromaentity.list.__type",{"_index":8684,"name":{},"parent":{"33482":{},"33483":{}}}],["pleroma/entities/status_params.pleromaentity.marker",{"_index":8685,"name":{},"parent":{"33485":{}}}],["pleroma/entities/status_params.pleromaentity.marker.__type",{"_index":8686,"name":{},"parent":{"33486":{},"33487":{},"33491":{},"33492":{}}}],["pleroma/entities/status_params.pleromaentity.marker.__type.__type",{"_index":8687,"name":{},"parent":{"33488":{},"33489":{},"33490":{},"33493":{},"33494":{},"33495":{}}}],["pleroma/entities/status_params.pleromaentity.mention",{"_index":8649,"name":{},"parent":{"33345":{}}}],["pleroma/entities/status_params.pleromaentity.mention.__type",{"_index":8650,"name":{},"parent":{"33346":{},"33347":{},"33348":{},"33349":{}}}],["pleroma/entities/status_params.pleromaentity.notification",{"_index":8688,"name":{},"parent":{"33497":{}}}],["pleroma/entities/status_params.pleromaentity.notification.__type",{"_index":8689,"name":{},"parent":{"33498":{},"33499":{},"33500":{},"33501":{},"33502":{},"33503":{}}}],["pleroma/entities/status_params.pleromaentity.poll",{"_index":8657,"name":{},"parent":{"33365":{}}}],["pleroma/entities/status_params.pleromaentity.poll.__type",{"_index":8658,"name":{},"parent":{"33366":{},"33367":{},"33368":{},"33369":{},"33370":{},"33371":{},"33372":{}}}],["pleroma/entities/status_params.pleromaentity.polloption",{"_index":8655,"name":{},"parent":{"33361":{}}}],["pleroma/entities/status_params.pleromaentity.polloption.__type",{"_index":8656,"name":{},"parent":{"33362":{},"33363":{}}}],["pleroma/entities/status_params.pleromaentity.preferences",{"_index":8690,"name":{},"parent":{"33506":{}}}],["pleroma/entities/status_params.pleromaentity.preferences.__type",{"_index":8691,"name":{},"parent":{"33507":{},"33508":{},"33509":{},"33510":{},"33511":{}}}],["pleroma/entities/status_params.pleromaentity.pushsubscription",{"_index":8692,"name":{},"parent":{"33513":{}}}],["pleroma/entities/status_params.pleromaentity.pushsubscription.__type",{"_index":8693,"name":{},"parent":{"33514":{},"33515":{},"33516":{},"33517":{}}}],["pleroma/entities/status_params.pleromaentity.reaction",{"_index":8659,"name":{},"parent":{"33374":{}}}],["pleroma/entities/status_params.pleromaentity.reaction.__type",{"_index":8660,"name":{},"parent":{"33375":{},"33376":{},"33377":{},"33378":{}}}],["pleroma/entities/status_params.pleromaentity.relationship",{"_index":8694,"name":{},"parent":{"33519":{}}}],["pleroma/entities/status_params.pleromaentity.relationship.__type",{"_index":8695,"name":{},"parent":{"33520":{},"33521":{},"33522":{},"33523":{},"33524":{},"33525":{},"33526":{},"33527":{},"33528":{},"33529":{}}}],["pleroma/entities/status_params.pleromaentity.report",{"_index":8696,"name":{},"parent":{"33531":{}}}],["pleroma/entities/status_params.pleromaentity.report.__type",{"_index":8697,"name":{},"parent":{"33532":{},"33533":{},"33534":{},"33535":{},"33536":{}}}],["pleroma/entities/status_params.pleromaentity.results",{"_index":8698,"name":{},"parent":{"33538":{}}}],["pleroma/entities/status_params.pleromaentity.results.__type",{"_index":8699,"name":{},"parent":{"33539":{},"33540":{},"33541":{}}}],["pleroma/entities/status_params.pleromaentity.scheduledstatus",{"_index":8700,"name":{},"parent":{"33543":{}}}],["pleroma/entities/status_params.pleromaentity.scheduledstatus.__type",{"_index":8701,"name":{},"parent":{"33544":{},"33545":{},"33546":{},"33547":{}}}],["pleroma/entities/status_params.pleromaentity.source",{"_index":8637,"name":{},"parent":{"33280":{}}}],["pleroma/entities/status_params.pleromaentity.source.__type",{"_index":8638,"name":{},"parent":{"33281":{},"33282":{},"33283":{},"33284":{},"33285":{}}}],["pleroma/entities/status_params.pleromaentity.stats",{"_index":8679,"name":{},"parent":{"33462":{}}}],["pleroma/entities/status_params.pleromaentity.stats.__type",{"_index":8680,"name":{},"parent":{"33463":{},"33464":{},"33465":{}}}],["pleroma/entities/status_params.pleromaentity.status",{"_index":8661,"name":{},"parent":{"33380":{}}}],["pleroma/entities/status_params.pleromaentity.status.__type",{"_index":8662,"name":{},"parent":{"33381":{},"33382":{},"33383":{},"33384":{},"33385":{},"33386":{},"33387":{},"33388":{},"33389":{},"33390":{},"33391":{},"33392":{},"33393":{},"33394":{},"33395":{},"33396":{},"33397":{},"33398":{},"33399":{},"33400":{},"33401":{},"33402":{},"33403":{},"33404":{},"33405":{},"33406":{},"33407":{},"33408":{},"33409":{},"33410":{}}}],["pleroma/entities/status_params.pleromaentity.status.__type.__type",{"_index":8663,"name":{},"parent":{"33411":{},"33412":{},"33414":{},"33415":{},"33417":{},"33418":{},"33419":{},"33420":{},"33421":{}}}],["pleroma/entities/status_params.pleromaentity.status.__type.__type.__type",{"_index":8664,"name":{},"parent":{"33413":{},"33416":{}}}],["pleroma/entities/status_params.pleromaentity.statusparams",{"_index":8702,"name":{},"parent":{"33549":{}}}],["pleroma/entities/status_params.pleromaentity.statusparams.__type",{"_index":8703,"name":{},"parent":{"33550":{},"33551":{},"33552":{},"33553":{},"33554":{},"33555":{},"33556":{},"33557":{}}}],["pleroma/entities/status_params.pleromaentity.tag",{"_index":8653,"name":{},"parent":{"33356":{}}}],["pleroma/entities/status_params.pleromaentity.tag.__type",{"_index":8654,"name":{},"parent":{"33357":{},"33358":{},"33359":{}}}],["pleroma/entities/status_params.pleromaentity.token",{"_index":8704,"name":{},"parent":{"33559":{}}}],["pleroma/entities/status_params.pleromaentity.token.__type",{"_index":8705,"name":{},"parent":{"33560":{},"33561":{},"33562":{},"33563":{}}}],["pleroma/entities/status_params.pleromaentity.urls",{"_index":8677,"name":{},"parent":{"33459":{}}}],["pleroma/entities/status_params.pleromaentity.urls.__type",{"_index":8678,"name":{},"parent":{"33460":{}}}],["pleroma/entities/tag",{"_index":475,"name":{"985":{}},"parent":{"33564":{}}}],["pleroma/entities/tag.pleromaentity",{"_index":8706,"name":{},"parent":{"33565":{},"33571":{},"33578":{},"33600":{},"33606":{},"33611":{},"33621":{},"33636":{},"33642":{},"33647":{},"33652":{},"33656":{},"33665":{},"33671":{},"33714":{},"33718":{},"33724":{},"33730":{},"33735":{},"33743":{},"33750":{},"33753":{},"33758":{},"33772":{},"33776":{},"33788":{},"33796":{},"33797":{},"33804":{},"33810":{},"33822":{},"33829":{},"33834":{},"33840":{},"33850":{}}}],["pleroma/entities/tag.pleromaentity.account",{"_index":8711,"name":{},"parent":{"33579":{}}}],["pleroma/entities/tag.pleromaentity.account.__type",{"_index":8712,"name":{},"parent":{"33580":{},"33581":{},"33582":{},"33583":{},"33584":{},"33585":{},"33586":{},"33587":{},"33588":{},"33589":{},"33590":{},"33591":{},"33592":{},"33593":{},"33594":{},"33595":{},"33596":{},"33597":{},"33598":{},"33599":{}}}],["pleroma/entities/tag.pleromaentity.activity",{"_index":8713,"name":{},"parent":{"33601":{}}}],["pleroma/entities/tag.pleromaentity.activity.__type",{"_index":8714,"name":{},"parent":{"33602":{},"33603":{},"33604":{},"33605":{}}}],["pleroma/entities/tag.pleromaentity.application",{"_index":8715,"name":{},"parent":{"33607":{}}}],["pleroma/entities/tag.pleromaentity.application.__type",{"_index":8716,"name":{},"parent":{"33608":{},"33609":{},"33610":{}}}],["pleroma/entities/tag.pleromaentity.attachment",{"_index":8717,"name":{},"parent":{"33612":{}}}],["pleroma/entities/tag.pleromaentity.attachment.__type",{"_index":8718,"name":{},"parent":{"33613":{},"33614":{},"33615":{},"33616":{},"33617":{},"33618":{},"33619":{},"33620":{}}}],["pleroma/entities/tag.pleromaentity.card",{"_index":8719,"name":{},"parent":{"33622":{}}}],["pleroma/entities/tag.pleromaentity.card.__type",{"_index":8720,"name":{},"parent":{"33623":{},"33624":{},"33625":{},"33626":{},"33627":{},"33628":{},"33629":{},"33630":{},"33631":{},"33632":{},"33633":{},"33634":{},"33635":{}}}],["pleroma/entities/tag.pleromaentity.context",{"_index":8737,"name":{},"parent":{"33715":{}}}],["pleroma/entities/tag.pleromaentity.context.__type",{"_index":8738,"name":{},"parent":{"33716":{},"33717":{}}}],["pleroma/entities/tag.pleromaentity.conversation",{"_index":8739,"name":{},"parent":{"33719":{}}}],["pleroma/entities/tag.pleromaentity.conversation.__type",{"_index":8740,"name":{},"parent":{"33720":{},"33721":{},"33722":{},"33723":{}}}],["pleroma/entities/tag.pleromaentity.emoji",{"_index":8707,"name":{},"parent":{"33566":{}}}],["pleroma/entities/tag.pleromaentity.emoji.__type",{"_index":8708,"name":{},"parent":{"33567":{},"33568":{},"33569":{},"33570":{}}}],["pleroma/entities/tag.pleromaentity.featuredtag",{"_index":8741,"name":{},"parent":{"33725":{}}}],["pleroma/entities/tag.pleromaentity.featuredtag.__type",{"_index":8742,"name":{},"parent":{"33726":{},"33727":{},"33728":{},"33729":{}}}],["pleroma/entities/tag.pleromaentity.field",{"_index":8743,"name":{},"parent":{"33731":{}}}],["pleroma/entities/tag.pleromaentity.field.__type",{"_index":8744,"name":{},"parent":{"33732":{},"33733":{},"33734":{}}}],["pleroma/entities/tag.pleromaentity.filter",{"_index":8745,"name":{},"parent":{"33736":{}}}],["pleroma/entities/tag.pleromaentity.filter.__type",{"_index":8746,"name":{},"parent":{"33737":{},"33738":{},"33739":{},"33740":{},"33741":{},"33742":{}}}],["pleroma/entities/tag.pleromaentity.history",{"_index":8723,"name":{},"parent":{"33643":{}}}],["pleroma/entities/tag.pleromaentity.history.__type",{"_index":8724,"name":{},"parent":{"33644":{},"33645":{},"33646":{}}}],["pleroma/entities/tag.pleromaentity.identityproof",{"_index":8747,"name":{},"parent":{"33744":{}}}],["pleroma/entities/tag.pleromaentity.identityproof.__type",{"_index":8748,"name":{},"parent":{"33745":{},"33746":{},"33747":{},"33748":{},"33749":{}}}],["pleroma/entities/tag.pleromaentity.instance",{"_index":8753,"name":{},"parent":{"33759":{}}}],["pleroma/entities/tag.pleromaentity.instance.__type",{"_index":8754,"name":{},"parent":{"33760":{},"33761":{},"33762":{},"33763":{},"33764":{},"33765":{},"33766":{},"33767":{},"33768":{},"33769":{},"33770":{},"33771":{}}}],["pleroma/entities/tag.pleromaentity.list",{"_index":8755,"name":{},"parent":{"33773":{}}}],["pleroma/entities/tag.pleromaentity.list.__type",{"_index":8756,"name":{},"parent":{"33774":{},"33775":{}}}],["pleroma/entities/tag.pleromaentity.marker",{"_index":8757,"name":{},"parent":{"33777":{}}}],["pleroma/entities/tag.pleromaentity.marker.__type",{"_index":8758,"name":{},"parent":{"33778":{},"33779":{},"33783":{},"33784":{}}}],["pleroma/entities/tag.pleromaentity.marker.__type.__type",{"_index":8759,"name":{},"parent":{"33780":{},"33781":{},"33782":{},"33785":{},"33786":{},"33787":{}}}],["pleroma/entities/tag.pleromaentity.mention",{"_index":8721,"name":{},"parent":{"33637":{}}}],["pleroma/entities/tag.pleromaentity.mention.__type",{"_index":8722,"name":{},"parent":{"33638":{},"33639":{},"33640":{},"33641":{}}}],["pleroma/entities/tag.pleromaentity.notification",{"_index":8760,"name":{},"parent":{"33789":{}}}],["pleroma/entities/tag.pleromaentity.notification.__type",{"_index":8761,"name":{},"parent":{"33790":{},"33791":{},"33792":{},"33793":{},"33794":{},"33795":{}}}],["pleroma/entities/tag.pleromaentity.poll",{"_index":8729,"name":{},"parent":{"33657":{}}}],["pleroma/entities/tag.pleromaentity.poll.__type",{"_index":8730,"name":{},"parent":{"33658":{},"33659":{},"33660":{},"33661":{},"33662":{},"33663":{},"33664":{}}}],["pleroma/entities/tag.pleromaentity.polloption",{"_index":8727,"name":{},"parent":{"33653":{}}}],["pleroma/entities/tag.pleromaentity.polloption.__type",{"_index":8728,"name":{},"parent":{"33654":{},"33655":{}}}],["pleroma/entities/tag.pleromaentity.preferences",{"_index":8762,"name":{},"parent":{"33798":{}}}],["pleroma/entities/tag.pleromaentity.preferences.__type",{"_index":8763,"name":{},"parent":{"33799":{},"33800":{},"33801":{},"33802":{},"33803":{}}}],["pleroma/entities/tag.pleromaentity.pushsubscription",{"_index":8764,"name":{},"parent":{"33805":{}}}],["pleroma/entities/tag.pleromaentity.pushsubscription.__type",{"_index":8765,"name":{},"parent":{"33806":{},"33807":{},"33808":{},"33809":{}}}],["pleroma/entities/tag.pleromaentity.reaction",{"_index":8731,"name":{},"parent":{"33666":{}}}],["pleroma/entities/tag.pleromaentity.reaction.__type",{"_index":8732,"name":{},"parent":{"33667":{},"33668":{},"33669":{},"33670":{}}}],["pleroma/entities/tag.pleromaentity.relationship",{"_index":8766,"name":{},"parent":{"33811":{}}}],["pleroma/entities/tag.pleromaentity.relationship.__type",{"_index":8767,"name":{},"parent":{"33812":{},"33813":{},"33814":{},"33815":{},"33816":{},"33817":{},"33818":{},"33819":{},"33820":{},"33821":{}}}],["pleroma/entities/tag.pleromaentity.report",{"_index":8768,"name":{},"parent":{"33823":{}}}],["pleroma/entities/tag.pleromaentity.report.__type",{"_index":8769,"name":{},"parent":{"33824":{},"33825":{},"33826":{},"33827":{},"33828":{}}}],["pleroma/entities/tag.pleromaentity.results",{"_index":8770,"name":{},"parent":{"33830":{}}}],["pleroma/entities/tag.pleromaentity.results.__type",{"_index":8771,"name":{},"parent":{"33831":{},"33832":{},"33833":{}}}],["pleroma/entities/tag.pleromaentity.scheduledstatus",{"_index":8772,"name":{},"parent":{"33835":{}}}],["pleroma/entities/tag.pleromaentity.scheduledstatus.__type",{"_index":8773,"name":{},"parent":{"33836":{},"33837":{},"33838":{},"33839":{}}}],["pleroma/entities/tag.pleromaentity.source",{"_index":8709,"name":{},"parent":{"33572":{}}}],["pleroma/entities/tag.pleromaentity.source.__type",{"_index":8710,"name":{},"parent":{"33573":{},"33574":{},"33575":{},"33576":{},"33577":{}}}],["pleroma/entities/tag.pleromaentity.stats",{"_index":8751,"name":{},"parent":{"33754":{}}}],["pleroma/entities/tag.pleromaentity.stats.__type",{"_index":8752,"name":{},"parent":{"33755":{},"33756":{},"33757":{}}}],["pleroma/entities/tag.pleromaentity.status",{"_index":8733,"name":{},"parent":{"33672":{}}}],["pleroma/entities/tag.pleromaentity.status.__type",{"_index":8734,"name":{},"parent":{"33673":{},"33674":{},"33675":{},"33676":{},"33677":{},"33678":{},"33679":{},"33680":{},"33681":{},"33682":{},"33683":{},"33684":{},"33685":{},"33686":{},"33687":{},"33688":{},"33689":{},"33690":{},"33691":{},"33692":{},"33693":{},"33694":{},"33695":{},"33696":{},"33697":{},"33698":{},"33699":{},"33700":{},"33701":{},"33702":{}}}],["pleroma/entities/tag.pleromaentity.status.__type.__type",{"_index":8735,"name":{},"parent":{"33703":{},"33704":{},"33706":{},"33707":{},"33709":{},"33710":{},"33711":{},"33712":{},"33713":{}}}],["pleroma/entities/tag.pleromaentity.status.__type.__type.__type",{"_index":8736,"name":{},"parent":{"33705":{},"33708":{}}}],["pleroma/entities/tag.pleromaentity.statusparams",{"_index":8774,"name":{},"parent":{"33841":{}}}],["pleroma/entities/tag.pleromaentity.statusparams.__type",{"_index":8775,"name":{},"parent":{"33842":{},"33843":{},"33844":{},"33845":{},"33846":{},"33847":{},"33848":{},"33849":{}}}],["pleroma/entities/tag.pleromaentity.tag",{"_index":8725,"name":{},"parent":{"33648":{}}}],["pleroma/entities/tag.pleromaentity.tag.__type",{"_index":8726,"name":{},"parent":{"33649":{},"33650":{},"33651":{}}}],["pleroma/entities/tag.pleromaentity.token",{"_index":8776,"name":{},"parent":{"33851":{}}}],["pleroma/entities/tag.pleromaentity.token.__type",{"_index":8777,"name":{},"parent":{"33852":{},"33853":{},"33854":{},"33855":{}}}],["pleroma/entities/tag.pleromaentity.urls",{"_index":8749,"name":{},"parent":{"33751":{}}}],["pleroma/entities/tag.pleromaentity.urls.__type",{"_index":8750,"name":{},"parent":{"33752":{}}}],["pleroma/entities/token",{"_index":476,"name":{"986":{}},"parent":{"33856":{}}}],["pleroma/entities/token.pleromaentity",{"_index":8778,"name":{},"parent":{"33857":{},"33863":{},"33870":{},"33892":{},"33898":{},"33903":{},"33913":{},"33928":{},"33934":{},"33939":{},"33944":{},"33948":{},"33957":{},"33963":{},"34006":{},"34010":{},"34016":{},"34022":{},"34027":{},"34035":{},"34042":{},"34045":{},"34050":{},"34064":{},"34068":{},"34080":{},"34088":{},"34089":{},"34096":{},"34102":{},"34114":{},"34121":{},"34126":{},"34132":{},"34142":{}}}],["pleroma/entities/token.pleromaentity.account",{"_index":8783,"name":{},"parent":{"33871":{}}}],["pleroma/entities/token.pleromaentity.account.__type",{"_index":8784,"name":{},"parent":{"33872":{},"33873":{},"33874":{},"33875":{},"33876":{},"33877":{},"33878":{},"33879":{},"33880":{},"33881":{},"33882":{},"33883":{},"33884":{},"33885":{},"33886":{},"33887":{},"33888":{},"33889":{},"33890":{},"33891":{}}}],["pleroma/entities/token.pleromaentity.activity",{"_index":8785,"name":{},"parent":{"33893":{}}}],["pleroma/entities/token.pleromaentity.activity.__type",{"_index":8786,"name":{},"parent":{"33894":{},"33895":{},"33896":{},"33897":{}}}],["pleroma/entities/token.pleromaentity.application",{"_index":8787,"name":{},"parent":{"33899":{}}}],["pleroma/entities/token.pleromaentity.application.__type",{"_index":8788,"name":{},"parent":{"33900":{},"33901":{},"33902":{}}}],["pleroma/entities/token.pleromaentity.attachment",{"_index":8789,"name":{},"parent":{"33904":{}}}],["pleroma/entities/token.pleromaentity.attachment.__type",{"_index":8790,"name":{},"parent":{"33905":{},"33906":{},"33907":{},"33908":{},"33909":{},"33910":{},"33911":{},"33912":{}}}],["pleroma/entities/token.pleromaentity.card",{"_index":8791,"name":{},"parent":{"33914":{}}}],["pleroma/entities/token.pleromaentity.card.__type",{"_index":8792,"name":{},"parent":{"33915":{},"33916":{},"33917":{},"33918":{},"33919":{},"33920":{},"33921":{},"33922":{},"33923":{},"33924":{},"33925":{},"33926":{},"33927":{}}}],["pleroma/entities/token.pleromaentity.context",{"_index":8809,"name":{},"parent":{"34007":{}}}],["pleroma/entities/token.pleromaentity.context.__type",{"_index":8810,"name":{},"parent":{"34008":{},"34009":{}}}],["pleroma/entities/token.pleromaentity.conversation",{"_index":8811,"name":{},"parent":{"34011":{}}}],["pleroma/entities/token.pleromaentity.conversation.__type",{"_index":8812,"name":{},"parent":{"34012":{},"34013":{},"34014":{},"34015":{}}}],["pleroma/entities/token.pleromaentity.emoji",{"_index":8779,"name":{},"parent":{"33858":{}}}],["pleroma/entities/token.pleromaentity.emoji.__type",{"_index":8780,"name":{},"parent":{"33859":{},"33860":{},"33861":{},"33862":{}}}],["pleroma/entities/token.pleromaentity.featuredtag",{"_index":8813,"name":{},"parent":{"34017":{}}}],["pleroma/entities/token.pleromaentity.featuredtag.__type",{"_index":8814,"name":{},"parent":{"34018":{},"34019":{},"34020":{},"34021":{}}}],["pleroma/entities/token.pleromaentity.field",{"_index":8815,"name":{},"parent":{"34023":{}}}],["pleroma/entities/token.pleromaentity.field.__type",{"_index":8816,"name":{},"parent":{"34024":{},"34025":{},"34026":{}}}],["pleroma/entities/token.pleromaentity.filter",{"_index":8817,"name":{},"parent":{"34028":{}}}],["pleroma/entities/token.pleromaentity.filter.__type",{"_index":8818,"name":{},"parent":{"34029":{},"34030":{},"34031":{},"34032":{},"34033":{},"34034":{}}}],["pleroma/entities/token.pleromaentity.history",{"_index":8795,"name":{},"parent":{"33935":{}}}],["pleroma/entities/token.pleromaentity.history.__type",{"_index":8796,"name":{},"parent":{"33936":{},"33937":{},"33938":{}}}],["pleroma/entities/token.pleromaentity.identityproof",{"_index":8819,"name":{},"parent":{"34036":{}}}],["pleroma/entities/token.pleromaentity.identityproof.__type",{"_index":8820,"name":{},"parent":{"34037":{},"34038":{},"34039":{},"34040":{},"34041":{}}}],["pleroma/entities/token.pleromaentity.instance",{"_index":8825,"name":{},"parent":{"34051":{}}}],["pleroma/entities/token.pleromaentity.instance.__type",{"_index":8826,"name":{},"parent":{"34052":{},"34053":{},"34054":{},"34055":{},"34056":{},"34057":{},"34058":{},"34059":{},"34060":{},"34061":{},"34062":{},"34063":{}}}],["pleroma/entities/token.pleromaentity.list",{"_index":8827,"name":{},"parent":{"34065":{}}}],["pleroma/entities/token.pleromaentity.list.__type",{"_index":8828,"name":{},"parent":{"34066":{},"34067":{}}}],["pleroma/entities/token.pleromaentity.marker",{"_index":8829,"name":{},"parent":{"34069":{}}}],["pleroma/entities/token.pleromaentity.marker.__type",{"_index":8830,"name":{},"parent":{"34070":{},"34071":{},"34075":{},"34076":{}}}],["pleroma/entities/token.pleromaentity.marker.__type.__type",{"_index":8831,"name":{},"parent":{"34072":{},"34073":{},"34074":{},"34077":{},"34078":{},"34079":{}}}],["pleroma/entities/token.pleromaentity.mention",{"_index":8793,"name":{},"parent":{"33929":{}}}],["pleroma/entities/token.pleromaentity.mention.__type",{"_index":8794,"name":{},"parent":{"33930":{},"33931":{},"33932":{},"33933":{}}}],["pleroma/entities/token.pleromaentity.notification",{"_index":8832,"name":{},"parent":{"34081":{}}}],["pleroma/entities/token.pleromaentity.notification.__type",{"_index":8833,"name":{},"parent":{"34082":{},"34083":{},"34084":{},"34085":{},"34086":{},"34087":{}}}],["pleroma/entities/token.pleromaentity.poll",{"_index":8801,"name":{},"parent":{"33949":{}}}],["pleroma/entities/token.pleromaentity.poll.__type",{"_index":8802,"name":{},"parent":{"33950":{},"33951":{},"33952":{},"33953":{},"33954":{},"33955":{},"33956":{}}}],["pleroma/entities/token.pleromaentity.polloption",{"_index":8799,"name":{},"parent":{"33945":{}}}],["pleroma/entities/token.pleromaentity.polloption.__type",{"_index":8800,"name":{},"parent":{"33946":{},"33947":{}}}],["pleroma/entities/token.pleromaentity.preferences",{"_index":8834,"name":{},"parent":{"34090":{}}}],["pleroma/entities/token.pleromaentity.preferences.__type",{"_index":8835,"name":{},"parent":{"34091":{},"34092":{},"34093":{},"34094":{},"34095":{}}}],["pleroma/entities/token.pleromaentity.pushsubscription",{"_index":8836,"name":{},"parent":{"34097":{}}}],["pleroma/entities/token.pleromaentity.pushsubscription.__type",{"_index":8837,"name":{},"parent":{"34098":{},"34099":{},"34100":{},"34101":{}}}],["pleroma/entities/token.pleromaentity.reaction",{"_index":8803,"name":{},"parent":{"33958":{}}}],["pleroma/entities/token.pleromaentity.reaction.__type",{"_index":8804,"name":{},"parent":{"33959":{},"33960":{},"33961":{},"33962":{}}}],["pleroma/entities/token.pleromaentity.relationship",{"_index":8838,"name":{},"parent":{"34103":{}}}],["pleroma/entities/token.pleromaentity.relationship.__type",{"_index":8839,"name":{},"parent":{"34104":{},"34105":{},"34106":{},"34107":{},"34108":{},"34109":{},"34110":{},"34111":{},"34112":{},"34113":{}}}],["pleroma/entities/token.pleromaentity.report",{"_index":8840,"name":{},"parent":{"34115":{}}}],["pleroma/entities/token.pleromaentity.report.__type",{"_index":8841,"name":{},"parent":{"34116":{},"34117":{},"34118":{},"34119":{},"34120":{}}}],["pleroma/entities/token.pleromaentity.results",{"_index":8842,"name":{},"parent":{"34122":{}}}],["pleroma/entities/token.pleromaentity.results.__type",{"_index":8843,"name":{},"parent":{"34123":{},"34124":{},"34125":{}}}],["pleroma/entities/token.pleromaentity.scheduledstatus",{"_index":8844,"name":{},"parent":{"34127":{}}}],["pleroma/entities/token.pleromaentity.scheduledstatus.__type",{"_index":8845,"name":{},"parent":{"34128":{},"34129":{},"34130":{},"34131":{}}}],["pleroma/entities/token.pleromaentity.source",{"_index":8781,"name":{},"parent":{"33864":{}}}],["pleroma/entities/token.pleromaentity.source.__type",{"_index":8782,"name":{},"parent":{"33865":{},"33866":{},"33867":{},"33868":{},"33869":{}}}],["pleroma/entities/token.pleromaentity.stats",{"_index":8823,"name":{},"parent":{"34046":{}}}],["pleroma/entities/token.pleromaentity.stats.__type",{"_index":8824,"name":{},"parent":{"34047":{},"34048":{},"34049":{}}}],["pleroma/entities/token.pleromaentity.status",{"_index":8805,"name":{},"parent":{"33964":{}}}],["pleroma/entities/token.pleromaentity.status.__type",{"_index":8806,"name":{},"parent":{"33965":{},"33966":{},"33967":{},"33968":{},"33969":{},"33970":{},"33971":{},"33972":{},"33973":{},"33974":{},"33975":{},"33976":{},"33977":{},"33978":{},"33979":{},"33980":{},"33981":{},"33982":{},"33983":{},"33984":{},"33985":{},"33986":{},"33987":{},"33988":{},"33989":{},"33990":{},"33991":{},"33992":{},"33993":{},"33994":{}}}],["pleroma/entities/token.pleromaentity.status.__type.__type",{"_index":8807,"name":{},"parent":{"33995":{},"33996":{},"33998":{},"33999":{},"34001":{},"34002":{},"34003":{},"34004":{},"34005":{}}}],["pleroma/entities/token.pleromaentity.status.__type.__type.__type",{"_index":8808,"name":{},"parent":{"33997":{},"34000":{}}}],["pleroma/entities/token.pleromaentity.statusparams",{"_index":8846,"name":{},"parent":{"34133":{}}}],["pleroma/entities/token.pleromaentity.statusparams.__type",{"_index":8847,"name":{},"parent":{"34134":{},"34135":{},"34136":{},"34137":{},"34138":{},"34139":{},"34140":{},"34141":{}}}],["pleroma/entities/token.pleromaentity.tag",{"_index":8797,"name":{},"parent":{"33940":{}}}],["pleroma/entities/token.pleromaentity.tag.__type",{"_index":8798,"name":{},"parent":{"33941":{},"33942":{},"33943":{}}}],["pleroma/entities/token.pleromaentity.token",{"_index":8848,"name":{},"parent":{"34143":{}}}],["pleroma/entities/token.pleromaentity.token.__type",{"_index":8849,"name":{},"parent":{"34144":{},"34145":{},"34146":{},"34147":{}}}],["pleroma/entities/token.pleromaentity.urls",{"_index":8821,"name":{},"parent":{"34043":{}}}],["pleroma/entities/token.pleromaentity.urls.__type",{"_index":8822,"name":{},"parent":{"34044":{}}}],["pleroma/entities/urls",{"_index":477,"name":{"987":{}},"parent":{"34148":{}}}],["pleroma/entities/urls.pleromaentity",{"_index":8850,"name":{},"parent":{"34149":{},"34155":{},"34162":{},"34184":{},"34190":{},"34195":{},"34205":{},"34220":{},"34226":{},"34231":{},"34236":{},"34240":{},"34249":{},"34255":{},"34298":{},"34302":{},"34308":{},"34314":{},"34319":{},"34327":{},"34334":{},"34337":{},"34342":{},"34356":{},"34360":{},"34372":{},"34380":{},"34381":{},"34388":{},"34394":{},"34406":{},"34413":{},"34418":{},"34424":{},"34434":{}}}],["pleroma/entities/urls.pleromaentity.account",{"_index":8855,"name":{},"parent":{"34163":{}}}],["pleroma/entities/urls.pleromaentity.account.__type",{"_index":8856,"name":{},"parent":{"34164":{},"34165":{},"34166":{},"34167":{},"34168":{},"34169":{},"34170":{},"34171":{},"34172":{},"34173":{},"34174":{},"34175":{},"34176":{},"34177":{},"34178":{},"34179":{},"34180":{},"34181":{},"34182":{},"34183":{}}}],["pleroma/entities/urls.pleromaentity.activity",{"_index":8857,"name":{},"parent":{"34185":{}}}],["pleroma/entities/urls.pleromaentity.activity.__type",{"_index":8858,"name":{},"parent":{"34186":{},"34187":{},"34188":{},"34189":{}}}],["pleroma/entities/urls.pleromaentity.application",{"_index":8859,"name":{},"parent":{"34191":{}}}],["pleroma/entities/urls.pleromaentity.application.__type",{"_index":8860,"name":{},"parent":{"34192":{},"34193":{},"34194":{}}}],["pleroma/entities/urls.pleromaentity.attachment",{"_index":8861,"name":{},"parent":{"34196":{}}}],["pleroma/entities/urls.pleromaentity.attachment.__type",{"_index":8862,"name":{},"parent":{"34197":{},"34198":{},"34199":{},"34200":{},"34201":{},"34202":{},"34203":{},"34204":{}}}],["pleroma/entities/urls.pleromaentity.card",{"_index":8863,"name":{},"parent":{"34206":{}}}],["pleroma/entities/urls.pleromaentity.card.__type",{"_index":8864,"name":{},"parent":{"34207":{},"34208":{},"34209":{},"34210":{},"34211":{},"34212":{},"34213":{},"34214":{},"34215":{},"34216":{},"34217":{},"34218":{},"34219":{}}}],["pleroma/entities/urls.pleromaentity.context",{"_index":8881,"name":{},"parent":{"34299":{}}}],["pleroma/entities/urls.pleromaentity.context.__type",{"_index":8882,"name":{},"parent":{"34300":{},"34301":{}}}],["pleroma/entities/urls.pleromaentity.conversation",{"_index":8883,"name":{},"parent":{"34303":{}}}],["pleroma/entities/urls.pleromaentity.conversation.__type",{"_index":8884,"name":{},"parent":{"34304":{},"34305":{},"34306":{},"34307":{}}}],["pleroma/entities/urls.pleromaentity.emoji",{"_index":8851,"name":{},"parent":{"34150":{}}}],["pleroma/entities/urls.pleromaentity.emoji.__type",{"_index":8852,"name":{},"parent":{"34151":{},"34152":{},"34153":{},"34154":{}}}],["pleroma/entities/urls.pleromaentity.featuredtag",{"_index":8885,"name":{},"parent":{"34309":{}}}],["pleroma/entities/urls.pleromaentity.featuredtag.__type",{"_index":8886,"name":{},"parent":{"34310":{},"34311":{},"34312":{},"34313":{}}}],["pleroma/entities/urls.pleromaentity.field",{"_index":8887,"name":{},"parent":{"34315":{}}}],["pleroma/entities/urls.pleromaentity.field.__type",{"_index":8888,"name":{},"parent":{"34316":{},"34317":{},"34318":{}}}],["pleroma/entities/urls.pleromaentity.filter",{"_index":8889,"name":{},"parent":{"34320":{}}}],["pleroma/entities/urls.pleromaentity.filter.__type",{"_index":8890,"name":{},"parent":{"34321":{},"34322":{},"34323":{},"34324":{},"34325":{},"34326":{}}}],["pleroma/entities/urls.pleromaentity.history",{"_index":8867,"name":{},"parent":{"34227":{}}}],["pleroma/entities/urls.pleromaentity.history.__type",{"_index":8868,"name":{},"parent":{"34228":{},"34229":{},"34230":{}}}],["pleroma/entities/urls.pleromaentity.identityproof",{"_index":8891,"name":{},"parent":{"34328":{}}}],["pleroma/entities/urls.pleromaentity.identityproof.__type",{"_index":8892,"name":{},"parent":{"34329":{},"34330":{},"34331":{},"34332":{},"34333":{}}}],["pleroma/entities/urls.pleromaentity.instance",{"_index":8897,"name":{},"parent":{"34343":{}}}],["pleroma/entities/urls.pleromaentity.instance.__type",{"_index":8898,"name":{},"parent":{"34344":{},"34345":{},"34346":{},"34347":{},"34348":{},"34349":{},"34350":{},"34351":{},"34352":{},"34353":{},"34354":{},"34355":{}}}],["pleroma/entities/urls.pleromaentity.list",{"_index":8899,"name":{},"parent":{"34357":{}}}],["pleroma/entities/urls.pleromaentity.list.__type",{"_index":8900,"name":{},"parent":{"34358":{},"34359":{}}}],["pleroma/entities/urls.pleromaentity.marker",{"_index":8901,"name":{},"parent":{"34361":{}}}],["pleroma/entities/urls.pleromaentity.marker.__type",{"_index":8902,"name":{},"parent":{"34362":{},"34363":{},"34367":{},"34368":{}}}],["pleroma/entities/urls.pleromaentity.marker.__type.__type",{"_index":8903,"name":{},"parent":{"34364":{},"34365":{},"34366":{},"34369":{},"34370":{},"34371":{}}}],["pleroma/entities/urls.pleromaentity.mention",{"_index":8865,"name":{},"parent":{"34221":{}}}],["pleroma/entities/urls.pleromaentity.mention.__type",{"_index":8866,"name":{},"parent":{"34222":{},"34223":{},"34224":{},"34225":{}}}],["pleroma/entities/urls.pleromaentity.notification",{"_index":8904,"name":{},"parent":{"34373":{}}}],["pleroma/entities/urls.pleromaentity.notification.__type",{"_index":8905,"name":{},"parent":{"34374":{},"34375":{},"34376":{},"34377":{},"34378":{},"34379":{}}}],["pleroma/entities/urls.pleromaentity.poll",{"_index":8873,"name":{},"parent":{"34241":{}}}],["pleroma/entities/urls.pleromaentity.poll.__type",{"_index":8874,"name":{},"parent":{"34242":{},"34243":{},"34244":{},"34245":{},"34246":{},"34247":{},"34248":{}}}],["pleroma/entities/urls.pleromaentity.polloption",{"_index":8871,"name":{},"parent":{"34237":{}}}],["pleroma/entities/urls.pleromaentity.polloption.__type",{"_index":8872,"name":{},"parent":{"34238":{},"34239":{}}}],["pleroma/entities/urls.pleromaentity.preferences",{"_index":8906,"name":{},"parent":{"34382":{}}}],["pleroma/entities/urls.pleromaentity.preferences.__type",{"_index":8907,"name":{},"parent":{"34383":{},"34384":{},"34385":{},"34386":{},"34387":{}}}],["pleroma/entities/urls.pleromaentity.pushsubscription",{"_index":8908,"name":{},"parent":{"34389":{}}}],["pleroma/entities/urls.pleromaentity.pushsubscription.__type",{"_index":8909,"name":{},"parent":{"34390":{},"34391":{},"34392":{},"34393":{}}}],["pleroma/entities/urls.pleromaentity.reaction",{"_index":8875,"name":{},"parent":{"34250":{}}}],["pleroma/entities/urls.pleromaentity.reaction.__type",{"_index":8876,"name":{},"parent":{"34251":{},"34252":{},"34253":{},"34254":{}}}],["pleroma/entities/urls.pleromaentity.relationship",{"_index":8910,"name":{},"parent":{"34395":{}}}],["pleroma/entities/urls.pleromaentity.relationship.__type",{"_index":8911,"name":{},"parent":{"34396":{},"34397":{},"34398":{},"34399":{},"34400":{},"34401":{},"34402":{},"34403":{},"34404":{},"34405":{}}}],["pleroma/entities/urls.pleromaentity.report",{"_index":8912,"name":{},"parent":{"34407":{}}}],["pleroma/entities/urls.pleromaentity.report.__type",{"_index":8913,"name":{},"parent":{"34408":{},"34409":{},"34410":{},"34411":{},"34412":{}}}],["pleroma/entities/urls.pleromaentity.results",{"_index":8914,"name":{},"parent":{"34414":{}}}],["pleroma/entities/urls.pleromaentity.results.__type",{"_index":8915,"name":{},"parent":{"34415":{},"34416":{},"34417":{}}}],["pleroma/entities/urls.pleromaentity.scheduledstatus",{"_index":8916,"name":{},"parent":{"34419":{}}}],["pleroma/entities/urls.pleromaentity.scheduledstatus.__type",{"_index":8917,"name":{},"parent":{"34420":{},"34421":{},"34422":{},"34423":{}}}],["pleroma/entities/urls.pleromaentity.source",{"_index":8853,"name":{},"parent":{"34156":{}}}],["pleroma/entities/urls.pleromaentity.source.__type",{"_index":8854,"name":{},"parent":{"34157":{},"34158":{},"34159":{},"34160":{},"34161":{}}}],["pleroma/entities/urls.pleromaentity.stats",{"_index":8895,"name":{},"parent":{"34338":{}}}],["pleroma/entities/urls.pleromaentity.stats.__type",{"_index":8896,"name":{},"parent":{"34339":{},"34340":{},"34341":{}}}],["pleroma/entities/urls.pleromaentity.status",{"_index":8877,"name":{},"parent":{"34256":{}}}],["pleroma/entities/urls.pleromaentity.status.__type",{"_index":8878,"name":{},"parent":{"34257":{},"34258":{},"34259":{},"34260":{},"34261":{},"34262":{},"34263":{},"34264":{},"34265":{},"34266":{},"34267":{},"34268":{},"34269":{},"34270":{},"34271":{},"34272":{},"34273":{},"34274":{},"34275":{},"34276":{},"34277":{},"34278":{},"34279":{},"34280":{},"34281":{},"34282":{},"34283":{},"34284":{},"34285":{},"34286":{}}}],["pleroma/entities/urls.pleromaentity.status.__type.__type",{"_index":8879,"name":{},"parent":{"34287":{},"34288":{},"34290":{},"34291":{},"34293":{},"34294":{},"34295":{},"34296":{},"34297":{}}}],["pleroma/entities/urls.pleromaentity.status.__type.__type.__type",{"_index":8880,"name":{},"parent":{"34289":{},"34292":{}}}],["pleroma/entities/urls.pleromaentity.statusparams",{"_index":8918,"name":{},"parent":{"34425":{}}}],["pleroma/entities/urls.pleromaentity.statusparams.__type",{"_index":8919,"name":{},"parent":{"34426":{},"34427":{},"34428":{},"34429":{},"34430":{},"34431":{},"34432":{},"34433":{}}}],["pleroma/entities/urls.pleromaentity.tag",{"_index":8869,"name":{},"parent":{"34232":{}}}],["pleroma/entities/urls.pleromaentity.tag.__type",{"_index":8870,"name":{},"parent":{"34233":{},"34234":{},"34235":{}}}],["pleroma/entities/urls.pleromaentity.token",{"_index":8920,"name":{},"parent":{"34435":{}}}],["pleroma/entities/urls.pleromaentity.token.__type",{"_index":8921,"name":{},"parent":{"34436":{},"34437":{},"34438":{},"34439":{}}}],["pleroma/entities/urls.pleromaentity.urls",{"_index":8893,"name":{},"parent":{"34335":{}}}],["pleroma/entities/urls.pleromaentity.urls.__type",{"_index":8894,"name":{},"parent":{"34336":{}}}],["pleroma/entity",{"_index":478,"name":{"988":{}},"parent":{"34440":{}}}],["pleroma/notification",{"_index":479,"name":{"989":{}},"parent":{"990":{}}}],["pleroma/notification.default",{"_index":480,"name":{},"parent":{"991":{},"992":{},"993":{},"994":{},"995":{},"996":{},"997":{}}}],["pleroma/web_socket",{"_index":482,"name":{"998":{}},"parent":{"999":{},"1028":{}}}],["pleroma/web_socket.default",{"_index":483,"name":{},"parent":{"1000":{},"1001":{},"1002":{},"1003":{},"1004":{},"1005":{},"1006":{},"1007":{},"1008":{},"1009":{},"1010":{},"1011":{},"1012":{},"1013":{},"1014":{},"1015":{},"1016":{},"1017":{},"1018":{},"1019":{},"1020":{},"1021":{},"1022":{},"1023":{},"1024":{},"1025":{},"1026":{},"1027":{}}}],["pleroma/web_socket.parser",{"_index":484,"name":{},"parent":{"1029":{},"1030":{}}}],["pleromaemojireaction",{"_index":481,"name":{"996":{}},"parent":{}}],["pleromaentity",{"_index":6468,"name":{"24512":{},"24804":{},"25096":{},"25388":{},"25680":{},"25972":{},"26264":{},"26556":{},"26848":{},"27140":{},"27432":{},"27724":{},"28016":{},"28308":{},"28600":{},"28892":{},"29184":{},"29476":{},"29768":{},"30060":{},"30352":{},"30644":{},"30936":{},"31228":{},"31520":{},"31812":{},"32104":{},"32396":{},"32688":{},"32980":{},"33272":{},"33564":{},"33856":{},"34148":{}},"parent":{}}],["poll",{"_index":84,"name":{"94":{},"130":{},"185":{},"545":{},"565":{},"799":{},"876":{},"913":{},"995":{},"1272":{},"1312":{},"1552":{},"1592":{},"1832":{},"1872":{},"2112":{},"2152":{},"2392":{},"2432":{},"2672":{},"2712":{},"2952":{},"2992":{},"3232":{},"3272":{},"3512":{},"3552":{},"3792":{},"3832":{},"4072":{},"4112":{},"4352":{},"4392":{},"4632":{},"4672":{},"4912":{},"4952":{},"5192":{},"5232":{},"5472":{},"5512":{},"5752":{},"5792":{},"6032":{},"6072":{},"6312":{},"6352":{},"6592":{},"6632":{},"6872":{},"6912":{},"7152":{},"7192":{},"7432":{},"7472":{},"7712":{},"7752":{},"7992":{},"8032":{},"8272":{},"8312":{},"8552":{},"8592":{},"8832":{},"8872":{},"9112":{},"9152":{},"9392":{},"9432":{},"9672":{},"9712":{},"9952":{},"9992":{},"10232":{},"10272":{},"10512":{},"10552":{},"10808":{},"10842":{},"11081":{},"11115":{},"11354":{},"11388":{},"11627":{},"11661":{},"11900":{},"11934":{},"12173":{},"12207":{},"12446":{},"12480":{},"12719":{},"12753":{},"12992":{},"13026":{},"13265":{},"13299":{},"13538":{},"13572":{},"13811":{},"13845":{},"14084":{},"14118":{},"14357":{},"14391":{},"14630":{},"14664":{},"14903":{},"14937":{},"15176":{},"15210":{},"15449":{},"15483":{},"15722":{},"15756":{},"15995":{},"16029":{},"16268":{},"16302":{},"16541":{},"16575":{},"16814":{},"16848":{},"17087":{},"17121":{},"17360":{},"17394":{},"17633":{},"17667":{},"17906":{},"17940":{},"18179":{},"18213":{},"18452":{},"18486":{},"18725":{},"18759":{},"18998":{},"19032":{},"19271":{},"19305":{},"19544":{},"19578":{},"19771":{},"19799":{},"19979":{},"20007":{},"20187":{},"20215":{},"20395":{},"20423":{},"20603":{},"20631":{},"20811":{},"20839":{},"21019":{},"21047":{},"21227":{},"21255":{},"21435":{},"21463":{},"21643":{},"21671":{},"21851":{},"21879":{},"22059":{},"22087":{},"22267":{},"22295":{},"22475":{},"22503":{},"22683":{},"22711":{},"22891":{},"22919":{},"23099":{},"23127":{},"23307":{},"23335":{},"23515":{},"23543":{},"23723":{},"23751":{},"23931":{},"23959":{},"24139":{},"24167":{},"24347":{},"24375":{},"24604":{},"24644":{},"24896":{},"24936":{},"25188":{},"25228":{},"25480":{},"25520":{},"25772":{},"25812":{},"26064":{},"26104":{},"26356":{},"26396":{},"26648":{},"26688":{},"26940":{},"26980":{},"27232":{},"27272":{},"27524":{},"27564":{},"27816":{},"27856":{},"28108":{},"28148":{},"28400":{},"28440":{},"28692":{},"28732":{},"28984":{},"29024":{},"29276":{},"29316":{},"29568":{},"29608":{},"29860":{},"29900":{},"30152":{},"30192":{},"30444":{},"30484":{},"30736":{},"30776":{},"31028":{},"31068":{},"31320":{},"31360":{},"31612":{},"31652":{},"31904":{},"31944":{},"32196":{},"32236":{},"32488":{},"32528":{},"32780":{},"32820":{},"33072":{},"33112":{},"33364":{},"33404":{},"33656":{},"33696":{},"33948":{},"33988":{},"34240":{},"34280":{}},"parent":{}}],["poll_option",{"_index":105,"name":{"131":{}},"parent":{}}],["polloption",{"_index":85,"name":{"95":{},"877":{},"914":{},"1268":{},"1548":{},"1828":{},"2108":{},"2388":{},"2668":{},"2948":{},"3228":{},"3508":{},"3788":{},"4068":{},"4348":{},"4628":{},"4908":{},"5188":{},"5468":{},"5748":{},"6028":{},"6308":{},"6588":{},"6868":{},"7148":{},"7428":{},"7708":{},"7988":{},"8268":{},"8548":{},"8828":{},"9108":{},"9388":{},"9668":{},"9948":{},"10228":{},"10508":{},"10804":{},"11077":{},"11350":{},"11623":{},"11896":{},"12169":{},"12442":{},"12715":{},"12988":{},"13261":{},"13534":{},"13807":{},"14080":{},"14353":{},"14626":{},"14899":{},"15172":{},"15445":{},"15718":{},"15991":{},"16264":{},"16537":{},"16810":{},"17083":{},"17356":{},"17629":{},"17902":{},"18175":{},"18448":{},"18721":{},"18994":{},"19267":{},"19540":{},"24600":{},"24892":{},"25184":{},"25476":{},"25768":{},"26060":{},"26352":{},"26644":{},"26936":{},"27228":{},"27520":{},"27812":{},"28104":{},"28396":{},"28688":{},"28980":{},"29272":{},"29564":{},"29856":{},"30148":{},"30440":{},"30732":{},"31024":{},"31316":{},"31608":{},"31900":{},"32192":{},"32484":{},"32776":{},"33068":{},"33360":{},"33652":{},"33944":{},"34236":{}},"parent":{}}],["pollvote",{"_index":388,"name":{"621":{}},"parent":{}}],["port",{"_index":491,"name":{"1167":{}},"parent":{}}],["post",{"_index":53,"name":{"52":{},"70":{},"586":{},"933":{},"950":{}},"parent":{}}],["posting:default:language",{"_index":656,"name":{"1406":{},"1686":{},"1966":{},"2246":{},"2526":{},"2806":{},"3086":{},"3366":{},"3646":{},"3926":{},"4206":{},"4486":{},"4766":{},"5046":{},"5326":{},"5606":{},"5886":{},"6166":{},"6446":{},"6726":{},"7006":{},"7286":{},"7566":{},"7846":{},"8126":{},"8406":{},"8686":{},"8966":{},"9246":{},"9526":{},"9806":{},"10086":{},"10366":{},"10646":{},"10935":{},"11208":{},"11481":{},"11754":{},"12027":{},"12300":{},"12573":{},"12846":{},"13119":{},"13392":{},"13665":{},"13938":{},"14211":{},"14484":{},"14757":{},"15030":{},"15303":{},"15576":{},"15849":{},"16122":{},"16395":{},"16668":{},"16941":{},"17214":{},"17487":{},"17760":{},"18033":{},"18306":{},"18579":{},"18852":{},"19125":{},"19398":{},"19671":{},"24749":{},"25041":{},"25333":{},"25625":{},"25917":{},"26209":{},"26501":{},"26793":{},"27085":{},"27377":{},"27669":{},"27961":{},"28253":{},"28545":{},"28837":{},"29129":{},"29421":{},"29713":{},"30005":{},"30297":{},"30589":{},"30881":{},"31173":{},"31465":{},"31757":{},"32049":{},"32341":{},"32633":{},"32925":{},"33217":{},"33509":{},"33801":{},"34093":{},"34385":{}},"parent":{}}],["posting:default:sensitive",{"_index":655,"name":{"1405":{},"1685":{},"1965":{},"2245":{},"2525":{},"2805":{},"3085":{},"3365":{},"3645":{},"3925":{},"4205":{},"4485":{},"4765":{},"5045":{},"5325":{},"5605":{},"5885":{},"6165":{},"6445":{},"6725":{},"7005":{},"7285":{},"7565":{},"7845":{},"8125":{},"8405":{},"8685":{},"8965":{},"9245":{},"9525":{},"9805":{},"10085":{},"10365":{},"10645":{},"10934":{},"11207":{},"11480":{},"11753":{},"12026":{},"12299":{},"12572":{},"12845":{},"13118":{},"13391":{},"13664":{},"13937":{},"14210":{},"14483":{},"14756":{},"15029":{},"15302":{},"15575":{},"15848":{},"16121":{},"16394":{},"16667":{},"16940":{},"17213":{},"17486":{},"17759":{},"18032":{},"18305":{},"18578":{},"18851":{},"19124":{},"19397":{},"19670":{},"24748":{},"25040":{},"25332":{},"25624":{},"25916":{},"26208":{},"26500":{},"26792":{},"27084":{},"27376":{},"27668":{},"27960":{},"28252":{},"28544":{},"28836":{},"29128":{},"29420":{},"29712":{},"30004":{},"30296":{},"30588":{},"30880":{},"31172":{},"31464":{},"31756":{},"32048":{},"32340":{},"32632":{},"32924":{},"33216":{},"33508":{},"33800":{},"34092":{},"34384":{}},"parent":{}}],["posting:default:visibility",{"_index":653,"name":{"1404":{},"1684":{},"1964":{},"2244":{},"2524":{},"2804":{},"3084":{},"3364":{},"3644":{},"3924":{},"4204":{},"4484":{},"4764":{},"5044":{},"5324":{},"5604":{},"5884":{},"6164":{},"6444":{},"6724":{},"7004":{},"7284":{},"7564":{},"7844":{},"8124":{},"8404":{},"8684":{},"8964":{},"9244":{},"9524":{},"9804":{},"10084":{},"10364":{},"10644":{},"10933":{},"11206":{},"11479":{},"11752":{},"12025":{},"12298":{},"12571":{},"12844":{},"13117":{},"13390":{},"13663":{},"13936":{},"14209":{},"14482":{},"14755":{},"15028":{},"15301":{},"15574":{},"15847":{},"16120":{},"16393":{},"16666":{},"16939":{},"17212":{},"17485":{},"17758":{},"18031":{},"18304":{},"18577":{},"18850":{},"19123":{},"19396":{},"19669":{},"24747":{},"25039":{},"25331":{},"25623":{},"25915":{},"26207":{},"26499":{},"26791":{},"27083":{},"27375":{},"27667":{},"27959":{},"28251":{},"28543":{},"28835":{},"29127":{},"29419":{},"29711":{},"30003":{},"30295":{},"30587":{},"30879":{},"31171":{},"31463":{},"31755":{},"32047":{},"32339":{},"32631":{},"32923":{},"33215":{},"33507":{},"33799":{},"34091":{},"34383":{}},"parent":{}}],["poststatus",{"_index":239,"name":{"303":{},"445":{},"720":{},"1090":{}},"parent":{}}],["preferences",{"_index":86,"name":{"96":{},"132":{},"878":{},"915":{},"1402":{},"1682":{},"1962":{},"2242":{},"2522":{},"2802":{},"3082":{},"3362":{},"3642":{},"3922":{},"4202":{},"4482":{},"4762":{},"5042":{},"5322":{},"5602":{},"5882":{},"6162":{},"6442":{},"6722":{},"7002":{},"7282":{},"7562":{},"7842":{},"8122":{},"8402":{},"8682":{},"8962":{},"9242":{},"9522":{},"9802":{},"10082":{},"10362":{},"10642":{},"10931":{},"11204":{},"11477":{},"11750":{},"12023":{},"12296":{},"12569":{},"12842":{},"13115":{},"13388":{},"13661":{},"13934":{},"14207":{},"14480":{},"14753":{},"15026":{},"15299":{},"15572":{},"15845":{},"16118":{},"16391":{},"16664":{},"16937":{},"17210":{},"17483":{},"17756":{},"18029":{},"18302":{},"18575":{},"18848":{},"19121":{},"19394":{},"19667":{},"24745":{},"25037":{},"25329":{},"25621":{},"25913":{},"26205":{},"26497":{},"26789":{},"27081":{},"27373":{},"27665":{},"27957":{},"28249":{},"28541":{},"28833":{},"29125":{},"29417":{},"29709":{},"30001":{},"30293":{},"30585":{},"30877":{},"31169":{},"31461":{},"31753":{},"32045":{},"32337":{},"32629":{},"32921":{},"33213":{},"33505":{},"33797":{},"34089":{},"34381":{}},"parent":{}}],["preview_url",{"_index":542,"name":{"1234":{},"1514":{},"1794":{},"2074":{},"2354":{},"2634":{},"2914":{},"3194":{},"3474":{},"3754":{},"4034":{},"4314":{},"4594":{},"4874":{},"5154":{},"5434":{},"5714":{},"5994":{},"6274":{},"6554":{},"6834":{},"7114":{},"7394":{},"7674":{},"7954":{},"8234":{},"8514":{},"8794":{},"9074":{},"9354":{},"9634":{},"9914":{},"10194":{},"10474":{},"10770":{},"11043":{},"11316":{},"11589":{},"11862":{},"12135":{},"12408":{},"12681":{},"12954":{},"13227":{},"13500":{},"13773":{},"14046":{},"14319":{},"14592":{},"14865":{},"15138":{},"15411":{},"15684":{},"15957":{},"16230":{},"16503":{},"16776":{},"17049":{},"17322":{},"17595":{},"17868":{},"18141":{},"18414":{},"18687":{},"18960":{},"19233":{},"19506":{},"24565":{},"24857":{},"25149":{},"25441":{},"25733":{},"26025":{},"26317":{},"26609":{},"26901":{},"27193":{},"27485":{},"27777":{},"28069":{},"28361":{},"28653":{},"28945":{},"29237":{},"29529":{},"29821":{},"30113":{},"30405":{},"30697":{},"30989":{},"31281":{},"31573":{},"31865":{},"32157":{},"32449":{},"32741":{},"33033":{},"33325":{},"33617":{},"33909":{},"34201":{}},"parent":{}}],["privacy",{"_index":509,"name":{"1190":{},"1470":{},"1750":{},"2030":{},"2310":{},"2590":{},"2870":{},"3150":{},"3430":{},"3710":{},"3990":{},"4270":{},"4550":{},"4830":{},"5110":{},"5390":{},"5670":{},"5950":{},"6230":{},"6510":{},"6790":{},"7070":{},"7350":{},"7630":{},"7910":{},"8190":{},"8470":{},"8750":{},"9030":{},"9310":{},"9590":{},"9870":{},"10150":{},"10430":{},"10726":{},"10999":{},"11272":{},"11545":{},"11818":{},"12091":{},"12364":{},"12637":{},"12910":{},"13183":{},"13456":{},"13729":{},"14002":{},"14275":{},"14548":{},"14821":{},"15094":{},"15367":{},"15640":{},"15913":{},"16186":{},"16459":{},"16732":{},"17005":{},"17278":{},"17551":{},"17824":{},"18097":{},"18370":{},"18643":{},"18916":{},"19189":{},"19462":{},"24521":{},"24813":{},"25105":{},"25397":{},"25689":{},"25981":{},"26273":{},"26565":{},"26857":{},"27149":{},"27441":{},"27733":{},"28025":{},"28317":{},"28609":{},"28901":{},"29193":{},"29485":{},"29777":{},"30069":{},"30361":{},"30653":{},"30945":{},"31237":{},"31529":{},"31821":{},"32113":{},"32405":{},"32697":{},"32989":{},"33281":{},"33573":{},"33865":{},"34157":{}},"parent":{}}],["profile_url",{"_index":624,"name":{"1354":{},"1634":{},"1914":{},"2194":{},"2474":{},"2754":{},"3034":{},"3314":{},"3594":{},"3874":{},"4154":{},"4434":{},"4714":{},"4994":{},"5274":{},"5554":{},"5834":{},"6114":{},"6394":{},"6674":{},"6954":{},"7234":{},"7514":{},"7794":{},"8074":{},"8354":{},"8634":{},"8914":{},"9194":{},"9474":{},"9754":{},"10034":{},"10314":{},"10594":{},"10884":{},"11157":{},"11430":{},"11703":{},"11976":{},"12249":{},"12522":{},"12795":{},"13068":{},"13341":{},"13614":{},"13887":{},"14160":{},"14433":{},"14706":{},"14979":{},"15252":{},"15525":{},"15798":{},"16071":{},"16344":{},"16617":{},"16890":{},"17163":{},"17436":{},"17709":{},"17982":{},"18255":{},"18528":{},"18801":{},"19074":{},"19347":{},"19620":{},"24697":{},"24989":{},"25281":{},"25573":{},"25865":{},"26157":{},"26449":{},"26741":{},"27033":{},"27325":{},"27617":{},"27909":{},"28201":{},"28493":{},"28785":{},"29077":{},"29369":{},"29661":{},"29953":{},"30245":{},"30537":{},"30829":{},"31121":{},"31413":{},"31705":{},"31997":{},"32289":{},"32581":{},"32873":{},"33165":{},"33457":{},"33749":{},"34041":{},"34333":{}},"parent":{}}],["proof_url",{"_index":623,"name":{"1353":{},"1633":{},"1913":{},"2193":{},"2473":{},"2753":{},"3033":{},"3313":{},"3593":{},"3873":{},"4153":{},"4433":{},"4713":{},"4993":{},"5273":{},"5553":{},"5833":{},"6113":{},"6393":{},"6673":{},"6953":{},"7233":{},"7513":{},"7793":{},"8073":{},"8353":{},"8633":{},"8913":{},"9193":{},"9473":{},"9753":{},"10033":{},"10313":{},"10593":{},"10883":{},"11156":{},"11429":{},"11702":{},"11975":{},"12248":{},"12521":{},"12794":{},"13067":{},"13340":{},"13613":{},"13886":{},"14159":{},"14432":{},"14705":{},"14978":{},"15251":{},"15524":{},"15797":{},"16070":{},"16343":{},"16616":{},"16889":{},"17162":{},"17435":{},"17708":{},"17981":{},"18254":{},"18527":{},"18800":{},"19073":{},"19346":{},"19619":{},"24696":{},"24988":{},"25280":{},"25572":{},"25864":{},"26156":{},"26448":{},"26740":{},"27032":{},"27324":{},"27616":{},"27908":{},"28200":{},"28492":{},"28784":{},"29076":{},"29368":{},"29660":{},"29952":{},"30244":{},"30536":{},"30828":{},"31120":{},"31412":{},"31704":{},"31996":{},"32288":{},"32580":{},"32872":{},"33164":{},"33456":{},"33748":{},"34040":{},"34332":{}},"parent":{}}],["properties",{"_index":5267,"name":{"19759":{},"19967":{},"20175":{},"20383":{},"20591":{},"20799":{},"21007":{},"21215":{},"21423":{},"21631":{},"21839":{},"22047":{},"22255":{},"22463":{},"22671":{},"22879":{},"23087":{},"23295":{},"23503":{},"23711":{},"23919":{},"24127":{},"24335":{}},"parent":{}}],["protocol",{"_index":496,"name":{"1172":{}},"parent":{}}],["provider",{"_index":619,"name":{"1350":{},"1630":{},"1910":{},"2190":{},"2470":{},"2750":{},"3030":{},"3310":{},"3590":{},"3870":{},"4150":{},"4430":{},"4710":{},"4990":{},"5270":{},"5550":{},"5830":{},"6110":{},"6390":{},"6670":{},"6950":{},"7230":{},"7510":{},"7790":{},"8070":{},"8350":{},"8630":{},"8910":{},"9190":{},"9470":{},"9750":{},"10030":{},"10310":{},"10590":{},"10880":{},"11153":{},"11426":{},"11699":{},"11972":{},"12245":{},"12518":{},"12791":{},"13064":{},"13337":{},"13610":{},"13883":{},"14156":{},"14429":{},"14702":{},"14975":{},"15248":{},"15521":{},"15794":{},"16067":{},"16340":{},"16613":{},"16886":{},"17159":{},"17432":{},"17705":{},"17978":{},"18251":{},"18524":{},"18797":{},"19070":{},"19343":{},"19616":{},"24693":{},"24985":{},"25277":{},"25569":{},"25861":{},"26153":{},"26445":{},"26737":{},"27029":{},"27321":{},"27613":{},"27905":{},"28197":{},"28489":{},"28781":{},"29073":{},"29365":{},"29657":{},"29949":{},"30241":{},"30533":{},"30825":{},"31117":{},"31409":{},"31701":{},"31993":{},"32285":{},"32577":{},"32869":{},"33161":{},"33453":{},"33745":{},"34037":{},"34329":{}},"parent":{}}],["provider_name",{"_index":551,"name":{"1247":{},"1527":{},"1807":{},"2087":{},"2367":{},"2647":{},"2927":{},"3207":{},"3487":{},"3767":{},"4047":{},"4327":{},"4607":{},"4887":{},"5167":{},"5447":{},"5727":{},"6007":{},"6287":{},"6567":{},"6847":{},"7127":{},"7407":{},"7687":{},"7967":{},"8247":{},"8527":{},"8807":{},"9087":{},"9367":{},"9647":{},"9927":{},"10207":{},"10487":{},"10783":{},"11056":{},"11329":{},"11602":{},"11875":{},"12148":{},"12421":{},"12694":{},"12967":{},"13240":{},"13513":{},"13786":{},"14059":{},"14332":{},"14605":{},"14878":{},"15151":{},"15424":{},"15697":{},"15970":{},"16243":{},"16516":{},"16789":{},"17062":{},"17335":{},"17608":{},"17881":{},"18154":{},"18427":{},"18700":{},"18973":{},"19246":{},"19519":{},"24578":{},"24870":{},"25162":{},"25454":{},"25746":{},"26038":{},"26330":{},"26622":{},"26914":{},"27206":{},"27498":{},"27790":{},"28082":{},"28374":{},"28666":{},"28958":{},"29250":{},"29542":{},"29834":{},"30126":{},"30418":{},"30710":{},"31002":{},"31294":{},"31586":{},"31878":{},"32170":{},"32462":{},"32754":{},"33046":{},"33338":{},"33630":{},"33922":{},"34214":{}},"parent":{}}],["provider_url",{"_index":552,"name":{"1248":{},"1528":{},"1808":{},"2088":{},"2368":{},"2648":{},"2928":{},"3208":{},"3488":{},"3768":{},"4048":{},"4328":{},"4608":{},"4888":{},"5168":{},"5448":{},"5728":{},"6008":{},"6288":{},"6568":{},"6848":{},"7128":{},"7408":{},"7688":{},"7968":{},"8248":{},"8528":{},"8808":{},"9088":{},"9368":{},"9648":{},"9928":{},"10208":{},"10488":{},"10784":{},"11057":{},"11330":{},"11603":{},"11876":{},"12149":{},"12422":{},"12695":{},"12968":{},"13241":{},"13514":{},"13787":{},"14060":{},"14333":{},"14606":{},"14879":{},"15152":{},"15425":{},"15698":{},"15971":{},"16244":{},"16517":{},"16790":{},"17063":{},"17336":{},"17609":{},"17882":{},"18155":{},"18428":{},"18701":{},"18974":{},"19247":{},"19520":{},"24579":{},"24871":{},"25163":{},"25455":{},"25747":{},"26039":{},"26331":{},"26623":{},"26915":{},"27207":{},"27499":{},"27791":{},"28083":{},"28375":{},"28667":{},"28959":{},"29251":{},"29543":{},"29835":{},"30127":{},"30419":{},"30711":{},"31003":{},"31295":{},"31587":{},"31879":{},"32171":{},"32463":{},"32755":{},"33047":{},"33339":{},"33631":{},"33923":{},"34215":{}},"parent":{}}],["provider_username",{"_index":621,"name":{"1351":{},"1631":{},"1911":{},"2191":{},"2471":{},"2751":{},"3031":{},"3311":{},"3591":{},"3871":{},"4151":{},"4431":{},"4711":{},"4991":{},"5271":{},"5551":{},"5831":{},"6111":{},"6391":{},"6671":{},"6951":{},"7231":{},"7511":{},"7791":{},"8071":{},"8351":{},"8631":{},"8911":{},"9191":{},"9471":{},"9751":{},"10031":{},"10311":{},"10591":{},"10881":{},"11154":{},"11427":{},"11700":{},"11973":{},"12246":{},"12519":{},"12792":{},"13065":{},"13338":{},"13611":{},"13884":{},"14157":{},"14430":{},"14703":{},"14976":{},"15249":{},"15522":{},"15795":{},"16068":{},"16341":{},"16614":{},"16887":{},"17160":{},"17433":{},"17706":{},"17979":{},"18252":{},"18525":{},"18798":{},"19071":{},"19344":{},"19617":{},"24694":{},"24986":{},"25278":{},"25570":{},"25862":{},"26154":{},"26446":{},"26738":{},"27030":{},"27322":{},"27614":{},"27906":{},"28198":{},"28490":{},"28782":{},"29074":{},"29366":{},"29658":{},"29950":{},"30242":{},"30534":{},"30826":{},"31118":{},"31410":{},"31702":{},"31994":{},"32286":{},"32578":{},"32870":{},"33162":{},"33454":{},"33746":{},"34038":{},"34330":{}},"parent":{}}],["proxy_config",{"_index":487,"name":{"1163":{}},"parent":{"1164":{},"1173":{}}}],["proxy_config.proxyconfig",{"_index":488,"name":{},"parent":{"1165":{}}}],["proxy_config.proxyconfig.__type",{"_index":490,"name":{},"parent":{"1166":{},"1167":{},"1168":{},"1169":{},"1172":{}}}],["proxy_config.proxyconfig.__type.__type",{"_index":494,"name":{},"parent":{"1170":{},"1171":{}}}],["proxyconfig",{"_index":64,"name":{"66":{},"198":{},"220":{},"585":{},"633":{},"665":{},"946":{},"1007":{},"1164":{},"10706":{}},"parent":{}}],["publicsocket",{"_index":307,"name":{"371":{},"513":{},"788":{},"1158":{}},"parent":{}}],["publicstream",{"_index":301,"name":{"365":{},"507":{},"782":{},"1152":{}},"parent":{}}],["push_subscription",{"_index":106,"name":{"133":{},"916":{}},"parent":{}}],["pushsubscription",{"_index":87,"name":{"97":{},"879":{},"1409":{},"1689":{},"1969":{},"2249":{},"2529":{},"2809":{},"3089":{},"3369":{},"3649":{},"3929":{},"4209":{},"4489":{},"4769":{},"5049":{},"5329":{},"5609":{},"5889":{},"6169":{},"6449":{},"6729":{},"7009":{},"7289":{},"7569":{},"7849":{},"8129":{},"8409":{},"8689":{},"8969":{},"9249":{},"9529":{},"9809":{},"10089":{},"10369":{},"10649":{},"10938":{},"11211":{},"11484":{},"11757":{},"12030":{},"12303":{},"12576":{},"12849":{},"13122":{},"13395":{},"13668":{},"13941":{},"14214":{},"14487":{},"14760":{},"15033":{},"15306":{},"15579":{},"15852":{},"16125":{},"16398":{},"16671":{},"16944":{},"17217":{},"17490":{},"17763":{},"18036":{},"18309":{},"18582":{},"18855":{},"19128":{},"19401":{},"19674":{},"24752":{},"25044":{},"25336":{},"25628":{},"25920":{},"26212":{},"26504":{},"26796":{},"27088":{},"27380":{},"27672":{},"27964":{},"28256":{},"28548":{},"28840":{},"29132":{},"29424":{},"29716":{},"30008":{},"30300":{},"30592":{},"30884":{},"31176":{},"31468":{},"31760":{},"32052":{},"32344":{},"32636":{},"32928":{},"33220":{},"33512":{},"33804":{},"34096":{},"34388":{}},"parent":{}}],["put",{"_index":51,"name":{"50":{},"68":{},"931":{},"948":{}},"parent":{}}],["quote",{"_index":387,"name":{"619":{},"1317":{},"1597":{},"1877":{},"2157":{},"2437":{},"2717":{},"2997":{},"3277":{},"3557":{},"3837":{},"4117":{},"4397":{},"4677":{},"4957":{},"5237":{},"5517":{},"5797":{},"6077":{},"6357":{},"6637":{},"6917":{},"7197":{},"7477":{},"7757":{},"8037":{},"8317":{},"8597":{},"8877":{},"9157":{},"9437":{},"9717":{},"9997":{},"10277":{},"10557":{},"10848":{},"11121":{},"11394":{},"11667":{},"11940":{},"12213":{},"12486":{},"12759":{},"13032":{},"13305":{},"13578":{},"13851":{},"14124":{},"14397":{},"14670":{},"14943":{},"15216":{},"15489":{},"15762":{},"16035":{},"16308":{},"16581":{},"16854":{},"17127":{},"17400":{},"17673":{},"17946":{},"18219":{},"18492":{},"18765":{},"19038":{},"19311":{},"19584":{}},"parent":{}}],["quote_id",{"_index":3030,"name":{"10847":{},"11120":{},"11393":{},"11666":{},"11939":{},"12212":{},"12485":{},"12758":{},"13031":{},"13304":{},"13577":{},"13850":{},"14123":{},"14396":{},"14669":{},"14942":{},"15215":{},"15488":{},"15761":{},"16034":{},"16307":{},"16580":{},"16853":{},"17126":{},"17399":{},"17672":{},"17945":{},"18218":{},"18491":{},"18764":{},"19037":{},"19310":{},"19583":{}},"parent":{}}],["reaction",{"_index":345,"name":{"546":{},"620":{},"880":{},"917":{},"1281":{},"1561":{},"1841":{},"2121":{},"2401":{},"2681":{},"2961":{},"3241":{},"3521":{},"3801":{},"4081":{},"4361":{},"4641":{},"4921":{},"5201":{},"5481":{},"5761":{},"6041":{},"6321":{},"6601":{},"6881":{},"7161":{},"7441":{},"7721":{},"8001":{},"8281":{},"8561":{},"8841":{},"9121":{},"9401":{},"9681":{},"9961":{},"10241":{},"10521":{},"19902":{},"19904":{},"20110":{},"20112":{},"20318":{},"20320":{},"20526":{},"20528":{},"20734":{},"20736":{},"20942":{},"20944":{},"21150":{},"21152":{},"21358":{},"21360":{},"21566":{},"21568":{},"21774":{},"21776":{},"21982":{},"21984":{},"22190":{},"22192":{},"22398":{},"22400":{},"22606":{},"22608":{},"22814":{},"22816":{},"23022":{},"23024":{},"23230":{},"23232":{},"23438":{},"23440":{},"23646":{},"23648":{},"23854":{},"23856":{},"24062":{},"24064":{},"24270":{},"24272":{},"24478":{},"24480":{},"24613":{},"24905":{},"25197":{},"25489":{},"25781":{},"26073":{},"26365":{},"26657":{},"26949":{},"27241":{},"27533":{},"27825":{},"28117":{},"28409":{},"28701":{},"28993":{},"29285":{},"29577":{},"29869":{},"30161":{},"30453":{},"30745":{},"31037":{},"31329":{},"31621":{},"31913":{},"32205":{},"32497":{},"32789":{},"33081":{},"33373":{},"33665":{},"33957":{},"34249":{}},"parent":{}}],["reactions",{"_index":356,"name":{"568":{},"19787":{},"19995":{},"20203":{},"20411":{},"20619":{},"20827":{},"21035":{},"21243":{},"21451":{},"21659":{},"21867":{},"22075":{},"22283":{},"22491":{},"22699":{},"22907":{},"23115":{},"23323":{},"23531":{},"23739":{},"23947":{},"24155":{},"24363":{}},"parent":{}}],["readconversation",{"_index":270,"name":{"334":{},"476":{},"751":{},"1121":{}},"parent":{}}],["reading:expand:media",{"_index":657,"name":{"1407":{},"1687":{},"1967":{},"2247":{},"2527":{},"2807":{},"3087":{},"3367":{},"3647":{},"3927":{},"4207":{},"4487":{},"4767":{},"5047":{},"5327":{},"5607":{},"5887":{},"6167":{},"6447":{},"6727":{},"7007":{},"7287":{},"7567":{},"7847":{},"8127":{},"8407":{},"8687":{},"8967":{},"9247":{},"9527":{},"9807":{},"10087":{},"10367":{},"10647":{},"10936":{},"11209":{},"11482":{},"11755":{},"12028":{},"12301":{},"12574":{},"12847":{},"13120":{},"13393":{},"13666":{},"13939":{},"14212":{},"14485":{},"14758":{},"15031":{},"15304":{},"15577":{},"15850":{},"16123":{},"16396":{},"16669":{},"16942":{},"17215":{},"17488":{},"17761":{},"18034":{},"18307":{},"18580":{},"18853":{},"19126":{},"19399":{},"19672":{},"24750":{},"25042":{},"25334":{},"25626":{},"25918":{},"26210":{},"26502":{},"26794":{},"27086":{},"27378":{},"27670":{},"27962":{},"28254":{},"28546":{},"28838":{},"29130":{},"29422":{},"29714":{},"30006":{},"30298":{},"30590":{},"30882":{},"31174":{},"31466":{},"31758":{},"32050":{},"32342":{},"32634":{},"32926":{},"33218":{},"33510":{},"33802":{},"34094":{},"34386":{}},"parent":{}}],["reading:expand:spoilers",{"_index":658,"name":{"1408":{},"1688":{},"1968":{},"2248":{},"2528":{},"2808":{},"3088":{},"3368":{},"3648":{},"3928":{},"4208":{},"4488":{},"4768":{},"5048":{},"5328":{},"5608":{},"5888":{},"6168":{},"6448":{},"6728":{},"7008":{},"7288":{},"7568":{},"7848":{},"8128":{},"8408":{},"8688":{},"8968":{},"9248":{},"9528":{},"9808":{},"10088":{},"10368":{},"10648":{},"10937":{},"11210":{},"11483":{},"11756":{},"12029":{},"12302":{},"12575":{},"12848":{},"13121":{},"13394":{},"13667":{},"13940":{},"14213":{},"14486":{},"14759":{},"15032":{},"15305":{},"15578":{},"15851":{},"16124":{},"16397":{},"16670":{},"16943":{},"17216":{},"17489":{},"17762":{},"18035":{},"18308":{},"18581":{},"18854":{},"19127":{},"19400":{},"19673":{},"24751":{},"25043":{},"25335":{},"25627":{},"25919":{},"26211":{},"26503":{},"26795":{},"27087":{},"27379":{},"27671":{},"27963":{},"28255":{},"28547":{},"28839":{},"29131":{},"29423":{},"29715":{},"30007":{},"30299":{},"30591":{},"30883":{},"31175":{},"31467":{},"31759":{},"32051":{},"32343":{},"32635":{},"32927":{},"33219":{},"33511":{},"33803":{},"34095":{},"34387":{}},"parent":{}}],["reblog",{"_index":145,"name":{"182":{},"797":{},"992":{},"1295":{},"1575":{},"1855":{},"2135":{},"2415":{},"2695":{},"2975":{},"3255":{},"3535":{},"3815":{},"4095":{},"4375":{},"4655":{},"4935":{},"5215":{},"5495":{},"5775":{},"6055":{},"6335":{},"6615":{},"6895":{},"7175":{},"7455":{},"7735":{},"8015":{},"8295":{},"8575":{},"8855":{},"9135":{},"9415":{},"9695":{},"9975":{},"10255":{},"10535":{},"10825":{},"11098":{},"11371":{},"11644":{},"11917":{},"12190":{},"12463":{},"12736":{},"13009":{},"13282":{},"13555":{},"13828":{},"14101":{},"14374":{},"14647":{},"14920":{},"15193":{},"15466":{},"15739":{},"16012":{},"16285":{},"16558":{},"16831":{},"17104":{},"17377":{},"17650":{},"17923":{},"18196":{},"18469":{},"18742":{},"19015":{},"19288":{},"19561":{},"24627":{},"24919":{},"25211":{},"25503":{},"25795":{},"26087":{},"26379":{},"26671":{},"26963":{},"27255":{},"27547":{},"27839":{},"28131":{},"28423":{},"28715":{},"29007":{},"29299":{},"29591":{},"29883":{},"30175":{},"30467":{},"30759":{},"31051":{},"31343":{},"31635":{},"31927":{},"32219":{},"32511":{},"32803":{},"33095":{},"33387":{},"33679":{},"33971":{},"34263":{}},"parent":{}}],["reblogged",{"_index":588,"name":{"1302":{},"1582":{},"1862":{},"2142":{},"2422":{},"2702":{},"2982":{},"3262":{},"3542":{},"3822":{},"4102":{},"4382":{},"4662":{},"4942":{},"5222":{},"5502":{},"5782":{},"6062":{},"6342":{},"6622":{},"6902":{},"7182":{},"7462":{},"7742":{},"8022":{},"8302":{},"8582":{},"8862":{},"9142":{},"9422":{},"9702":{},"9982":{},"10262":{},"10542":{},"10832":{},"11105":{},"11378":{},"11651":{},"11924":{},"12197":{},"12470":{},"12743":{},"13016":{},"13289":{},"13562":{},"13835":{},"14108":{},"14381":{},"14654":{},"14927":{},"15200":{},"15473":{},"15746":{},"16019":{},"16292":{},"16565":{},"16838":{},"17111":{},"17384":{},"17657":{},"17930":{},"18203":{},"18476":{},"18749":{},"19022":{},"19295":{},"19568":{},"24634":{},"24926":{},"25218":{},"25510":{},"25802":{},"26094":{},"26386":{},"26678":{},"26970":{},"27262":{},"27554":{},"27846":{},"28138":{},"28430":{},"28722":{},"29014":{},"29306":{},"29598":{},"29890":{},"30182":{},"30474":{},"30766":{},"31058":{},"31350":{},"31642":{},"31934":{},"32226":{},"32518":{},"32810":{},"33102":{},"33394":{},"33686":{},"33978":{},"34270":{}},"parent":{}}],["reblogs_count",{"_index":586,"name":{"1300":{},"1580":{},"1860":{},"2140":{},"2420":{},"2700":{},"2980":{},"3260":{},"3540":{},"3820":{},"4100":{},"4380":{},"4660":{},"4940":{},"5220":{},"5500":{},"5780":{},"6060":{},"6340":{},"6620":{},"6900":{},"7180":{},"7460":{},"7740":{},"8020":{},"8300":{},"8580":{},"8860":{},"9140":{},"9420":{},"9700":{},"9980":{},"10260":{},"10540":{},"10830":{},"11103":{},"11376":{},"11649":{},"11922":{},"12195":{},"12468":{},"12741":{},"13014":{},"13287":{},"13560":{},"13833":{},"14106":{},"14379":{},"14652":{},"14925":{},"15198":{},"15471":{},"15744":{},"16017":{},"16290":{},"16563":{},"16836":{},"17109":{},"17382":{},"17655":{},"17928":{},"18201":{},"18474":{},"18747":{},"19020":{},"19293":{},"19566":{},"24632":{},"24924":{},"25216":{},"25508":{},"25800":{},"26092":{},"26384":{},"26676":{},"26968":{},"27260":{},"27552":{},"27844":{},"28136":{},"28428":{},"28720":{},"29012":{},"29304":{},"29596":{},"29888":{},"30180":{},"30472":{},"30764":{},"31056":{},"31348":{},"31640":{},"31932":{},"32224":{},"32516":{},"32808":{},"33100":{},"33392":{},"33684":{},"33976":{},"34268":{}},"parent":{}}],["reblogstatus",{"_index":247,"name":{"311":{},"453":{},"728":{},"1098":{}},"parent":{}}],["receivefollowrequest",{"_index":389,"name":{"622":{}},"parent":{}}],["redirect_uri",{"_index":412,"name":{"810":{},"829":{}},"parent":{}}],["redirecturi",{"_index":428,"name":{"832":{}},"parent":{}}],["refresh_token",{"_index":423,"name":{"820":{},"843":{}},"parent":{}}],["refreshtoken",{"_index":192,"name":{"255":{},"397":{},"672":{},"849":{},"1042":{}},"parent":{}}],["registeraccount",{"_index":194,"name":{"257":{},"399":{},"674":{},"1044":{}},"parent":{}}],["registerapp",{"_index":187,"name":{"250":{},"393":{},"667":{},"1037":{}},"parent":{}}],["registrations",{"_index":534,"name":{"1222":{},"1376":{},"1502":{},"1656":{},"1782":{},"1936":{},"2062":{},"2216":{},"2342":{},"2496":{},"2622":{},"2776":{},"2902":{},"3056":{},"3182":{},"3336":{},"3462":{},"3616":{},"3742":{},"3896":{},"4022":{},"4176":{},"4302":{},"4456":{},"4582":{},"4736":{},"4862":{},"5016":{},"5142":{},"5296":{},"5422":{},"5576":{},"5702":{},"5856":{},"5982":{},"6136":{},"6262":{},"6416":{},"6542":{},"6696":{},"6822":{},"6976":{},"7102":{},"7256":{},"7382":{},"7536":{},"7662":{},"7816":{},"7942":{},"8096":{},"8222":{},"8376":{},"8502":{},"8656":{},"8782":{},"8936":{},"9062":{},"9216":{},"9342":{},"9496":{},"9622":{},"9776":{},"9902":{},"10056":{},"10182":{},"10336":{},"10462":{},"10616":{},"10758":{},"10906":{},"11031":{},"11179":{},"11304":{},"11452":{},"11577":{},"11725":{},"11850":{},"11998":{},"12123":{},"12271":{},"12396":{},"12544":{},"12669":{},"12817":{},"12942":{},"13090":{},"13215":{},"13363":{},"13488":{},"13636":{},"13761":{},"13909":{},"14034":{},"14182":{},"14307":{},"14455":{},"14580":{},"14728":{},"14853":{},"15001":{},"15126":{},"15274":{},"15399":{},"15547":{},"15672":{},"15820":{},"15945":{},"16093":{},"16218":{},"16366":{},"16491":{},"16639":{},"16764":{},"16912":{},"17037":{},"17185":{},"17310":{},"17458":{},"17583":{},"17731":{},"17856":{},"18004":{},"18129":{},"18277":{},"18402":{},"18550":{},"18675":{},"18823":{},"18948":{},"19096":{},"19221":{},"19369":{},"19494":{},"19642":{},"24553":{},"24719":{},"24845":{},"25011":{},"25137":{},"25303":{},"25429":{},"25595":{},"25721":{},"25887":{},"26013":{},"26179":{},"26305":{},"26471":{},"26597":{},"26763":{},"26889":{},"27055":{},"27181":{},"27347":{},"27473":{},"27639":{},"27765":{},"27931":{},"28057":{},"28223":{},"28349":{},"28515":{},"28641":{},"28807":{},"28933":{},"29099":{},"29225":{},"29391":{},"29517":{},"29683":{},"29809":{},"29975":{},"30101":{},"30267":{},"30393":{},"30559":{},"30685":{},"30851":{},"30977":{},"31143":{},"31269":{},"31435":{},"31561":{},"31727":{},"31853":{},"32019":{},"32145":{},"32311":{},"32437":{},"32603":{},"32729":{},"32895":{},"33021":{},"33187":{},"33313":{},"33479":{},"33605":{},"33771":{},"33897":{},"34063":{},"34189":{},"34355":{}},"parent":{}}],["rejectfollowrequest",{"_index":231,"name":{"295":{},"437":{},"712":{},"1082":{}},"parent":{}}],["relation",{"_index":346,"name":{"547":{},"563":{},"19910":{},"20118":{},"20326":{},"20534":{},"20742":{},"20950":{},"21158":{},"21366":{},"21574":{},"21782":{},"21990":{},"22198":{},"22406":{},"22614":{},"22822":{},"23030":{},"23238":{},"23446":{},"23654":{},"23862":{},"24070":{},"24278":{},"24486":{}},"parent":{}}],["relationship",{"_index":88,"name":{"98":{},"134":{},"881":{},"918":{},"1415":{},"1695":{},"1975":{},"2255":{},"2535":{},"2815":{},"3095":{},"3375":{},"3655":{},"3935":{},"4215":{},"4495":{},"4775":{},"5055":{},"5335":{},"5615":{},"5895":{},"6175":{},"6455":{},"6735":{},"7015":{},"7295":{},"7575":{},"7855":{},"8135":{},"8415":{},"8695":{},"8975":{},"9255":{},"9535":{},"9815":{},"10095":{},"10375":{},"10655":{},"10944":{},"11217":{},"11490":{},"11763":{},"12036":{},"12309":{},"12582":{},"12855":{},"13128":{},"13401":{},"13674":{},"13947":{},"14220":{},"14493":{},"14766":{},"15039":{},"15312":{},"15585":{},"15858":{},"16131":{},"16404":{},"16677":{},"16950":{},"17223":{},"17496":{},"17769":{},"18042":{},"18315":{},"18588":{},"18861":{},"19134":{},"19407":{},"19680":{},"24758":{},"25050":{},"25342":{},"25634":{},"25926":{},"26218":{},"26510":{},"26802":{},"27094":{},"27386":{},"27678":{},"27970":{},"28262":{},"28554":{},"28846":{},"29138":{},"29430":{},"29722":{},"30014":{},"30306":{},"30598":{},"30890":{},"31182":{},"31474":{},"31766":{},"32058":{},"32350":{},"32642":{},"32934":{},"33226":{},"33518":{},"33810":{},"34102":{},"34394":{}},"parent":{}}],["remote_url",{"_index":541,"name":{"1233":{},"1513":{},"1793":{},"2073":{},"2353":{},"2633":{},"2913":{},"3193":{},"3473":{},"3753":{},"4033":{},"4313":{},"4593":{},"4873":{},"5153":{},"5433":{},"5713":{},"5993":{},"6273":{},"6553":{},"6833":{},"7113":{},"7393":{},"7673":{},"7953":{},"8233":{},"8513":{},"8793":{},"9073":{},"9353":{},"9633":{},"9913":{},"10193":{},"10473":{},"10769":{},"11042":{},"11315":{},"11588":{},"11861":{},"12134":{},"12407":{},"12680":{},"12953":{},"13226":{},"13499":{},"13772":{},"14045":{},"14318":{},"14591":{},"14864":{},"15137":{},"15410":{},"15683":{},"15956":{},"16229":{},"16502":{},"16775":{},"17048":{},"17321":{},"17594":{},"17867":{},"18140":{},"18413":{},"18686":{},"18959":{},"19232":{},"19505":{},"24564":{},"24856":{},"25148":{},"25440":{},"25732":{},"26024":{},"26316":{},"26608":{},"26900":{},"27192":{},"27484":{},"27776":{},"28068":{},"28360":{},"28652":{},"28944":{},"29236":{},"29528":{},"29820":{},"30112":{},"30404":{},"30696":{},"30988":{},"31280":{},"31572":{},"31864":{},"32156":{},"32448":{},"32740":{},"33032":{},"33324":{},"33616":{},"33908":{},"34200":{}},"parent":{}}],["removealllisteners",{"_index":318,"name":{"383":{},"390":{}},"parent":{}}],["removelistener",{"_index":317,"name":{"382":{},"389":{}},"parent":{}}],["renote",{"_index":386,"name":{"618":{},"19796":{},"20004":{},"20212":{},"20420":{},"20628":{},"20836":{},"21044":{},"21252":{},"21460":{},"21668":{},"21876":{},"22084":{},"22292":{},"22500":{},"22708":{},"22916":{},"23124":{},"23332":{},"23540":{},"23748":{},"23956":{},"24164":{},"24372":{}},"parent":{}}],["renotecount",{"_index":5283,"name":{"19785":{},"19993":{},"20201":{},"20409":{},"20617":{},"20825":{},"21033":{},"21241":{},"21449":{},"21657":{},"21865":{},"22073":{},"22281":{},"22489":{},"22697":{},"22905":{},"23113":{},"23321":{},"23529":{},"23737":{},"23945":{},"24153":{},"24361":{}},"parent":{}}],["renoteid",{"_index":5288,"name":{"19793":{},"20001":{},"20209":{},"20417":{},"20625":{},"20833":{},"21041":{},"21249":{},"21457":{},"21665":{},"21873":{},"22081":{},"22289":{},"22497":{},"22705":{},"22913":{},"23121":{},"23329":{},"23537":{},"23745":{},"23953":{},"24161":{},"24369":{}},"parent":{}}],["replies_count",{"_index":585,"name":{"1299":{},"1579":{},"1859":{},"2139":{},"2419":{},"2699":{},"2979":{},"3259":{},"3539":{},"3819":{},"4099":{},"4379":{},"4659":{},"4939":{},"5219":{},"5499":{},"5779":{},"6059":{},"6339":{},"6619":{},"6899":{},"7179":{},"7459":{},"7739":{},"8019":{},"8299":{},"8579":{},"8859":{},"9139":{},"9419":{},"9699":{},"9979":{},"10259":{},"10539":{},"10829":{},"11102":{},"11375":{},"11648":{},"11921":{},"12194":{},"12467":{},"12740":{},"13013":{},"13286":{},"13559":{},"13832":{},"14105":{},"14378":{},"14651":{},"14924":{},"15197":{},"15470":{},"15743":{},"16016":{},"16289":{},"16562":{},"16835":{},"17108":{},"17381":{},"17654":{},"17927":{},"18200":{},"18473":{},"18746":{},"19019":{},"19292":{},"19565":{},"24631":{},"24923":{},"25215":{},"25507":{},"25799":{},"26091":{},"26383":{},"26675":{},"26967":{},"27259":{},"27551":{},"27843":{},"28135":{},"28427":{},"28719":{},"29011":{},"29303":{},"29595":{},"29887":{},"30179":{},"30471":{},"30763":{},"31055":{},"31347":{},"31639":{},"31931":{},"32223":{},"32515":{},"32807":{},"33099":{},"33391":{},"33683":{},"33975":{},"34267":{}},"parent":{}}],["repliescount",{"_index":5284,"name":{"19786":{},"19994":{},"20202":{},"20410":{},"20618":{},"20826":{},"21034":{},"21242":{},"21450":{},"21658":{},"21866":{},"22074":{},"22282":{},"22490":{},"22698":{},"22906":{},"23114":{},"23322":{},"23530":{},"23738":{},"23946":{},"24154":{},"24362":{}},"parent":{}}],["reply",{"_index":385,"name":{"617":{},"19795":{},"20003":{},"20211":{},"20419":{},"20627":{},"20835":{},"21043":{},"21251":{},"21459":{},"21667":{},"21875":{},"22083":{},"22291":{},"22499":{},"22707":{},"22915":{},"23123":{},"23331":{},"23539":{},"23747":{},"23955":{},"24163":{},"24371":{}},"parent":{}}],["replyid",{"_index":5287,"name":{"19792":{},"20000":{},"20208":{},"20416":{},"20624":{},"20832":{},"21040":{},"21248":{},"21456":{},"21664":{},"21872":{},"22080":{},"22288":{},"22496":{},"22704":{},"22912":{},"23120":{},"23328":{},"23536":{},"23744":{},"23952":{},"24160":{},"24368":{}},"parent":{}}],["report",{"_index":89,"name":{"99":{},"135":{},"292":{},"434":{},"709":{},"882":{},"919":{},"1079":{},"1427":{},"1707":{},"1987":{},"2267":{},"2547":{},"2827":{},"3107":{},"3387":{},"3667":{},"3947":{},"4227":{},"4507":{},"4787":{},"5067":{},"5347":{},"5627":{},"5907":{},"6187":{},"6467":{},"6747":{},"7027":{},"7307":{},"7587":{},"7867":{},"8147":{},"8427":{},"8707":{},"8987":{},"9267":{},"9547":{},"9827":{},"10107":{},"10387":{},"10667":{},"10956":{},"11229":{},"11502":{},"11775":{},"12048":{},"12321":{},"12594":{},"12867":{},"13140":{},"13413":{},"13686":{},"13959":{},"14232":{},"14505":{},"14778":{},"15051":{},"15324":{},"15597":{},"15870":{},"16143":{},"16416":{},"16689":{},"16962":{},"17235":{},"17508":{},"17781":{},"18054":{},"18327":{},"18600":{},"18873":{},"19146":{},"19419":{},"19692":{},"24770":{},"25062":{},"25354":{},"25646":{},"25938":{},"26230":{},"26522":{},"26814":{},"27106":{},"27398":{},"27690":{},"27982":{},"28274":{},"28566":{},"28858":{},"29150":{},"29442":{},"29734":{},"30026":{},"30318":{},"30610":{},"30902":{},"31194":{},"31486":{},"31778":{},"32070":{},"32362":{},"32654":{},"32946":{},"33238":{},"33530":{},"33822":{},"34114":{},"34406":{}},"parent":{}}],["requestcancelederror",{"_index":2,"name":{"2":{},"10704":{}},"parent":{}}],["requested",{"_index":669,"name":{"1423":{},"1703":{},"1983":{},"2263":{},"2543":{},"2823":{},"3103":{},"3383":{},"3663":{},"3943":{},"4223":{},"4503":{},"4783":{},"5063":{},"5343":{},"5623":{},"5903":{},"6183":{},"6463":{},"6743":{},"7023":{},"7303":{},"7583":{},"7863":{},"8143":{},"8423":{},"8703":{},"8983":{},"9263":{},"9543":{},"9823":{},"10103":{},"10383":{},"10663":{},"10952":{},"11225":{},"11498":{},"11771":{},"12044":{},"12317":{},"12590":{},"12863":{},"13136":{},"13409":{},"13682":{},"13955":{},"14228":{},"14501":{},"14774":{},"15047":{},"15320":{},"15593":{},"15866":{},"16139":{},"16412":{},"16685":{},"16958":{},"17231":{},"17504":{},"17777":{},"18050":{},"18323":{},"18596":{},"18869":{},"19142":{},"19415":{},"19688":{},"24766":{},"25058":{},"25350":{},"25642":{},"25934":{},"26226":{},"26518":{},"26810":{},"27102":{},"27394":{},"27686":{},"27978":{},"28270":{},"28562":{},"28854":{},"29146":{},"29438":{},"29730":{},"30022":{},"30314":{},"30606":{},"30898":{},"31190":{},"31482":{},"31774":{},"32066":{},"32358":{},"32650":{},"32942":{},"33234":{},"33526":{},"33818":{},"34110":{},"34402":{}},"parent":{}}],["response",{"_index":497,"name":{"1174":{},"10702":{}},"parent":{"1175":{}}}],["response.default",{"_index":498,"name":{},"parent":{"1176":{}}}],["response.default.__type",{"_index":500,"name":{},"parent":{"1177":{},"1178":{},"1179":{},"1180":{}}}],["results",{"_index":90,"name":{"100":{},"136":{},"883":{},"920":{},"1434":{},"1714":{},"1994":{},"2274":{},"2554":{},"2834":{},"3114":{},"3394":{},"3674":{},"3954":{},"4234":{},"4514":{},"4794":{},"5074":{},"5354":{},"5634":{},"5914":{},"6194":{},"6474":{},"6754":{},"7034":{},"7314":{},"7594":{},"7874":{},"8154":{},"8434":{},"8714":{},"8994":{},"9274":{},"9554":{},"9834":{},"10114":{},"10394":{},"10674":{},"10963":{},"11236":{},"11509":{},"11782":{},"12055":{},"12328":{},"12601":{},"12874":{},"13147":{},"13420":{},"13693":{},"13966":{},"14239":{},"14512":{},"14785":{},"15058":{},"15331":{},"15604":{},"15877":{},"16150":{},"16423":{},"16696":{},"16969":{},"17242":{},"17515":{},"17788":{},"18061":{},"18334":{},"18607":{},"18880":{},"19153":{},"19426":{},"19699":{},"24777":{},"25069":{},"25361":{},"25653":{},"25945":{},"26237":{},"26529":{},"26821":{},"27113":{},"27405":{},"27697":{},"27989":{},"28281":{},"28573":{},"28865":{},"29157":{},"29449":{},"29741":{},"30033":{},"30325":{},"30617":{},"30909":{},"31201":{},"31493":{},"31785":{},"32077":{},"32369":{},"32661":{},"32953":{},"33245":{},"33537":{},"33829":{},"34121":{},"34413":{}},"parent":{}}],["revoketoken",{"_index":193,"name":{"256":{},"398":{},"673":{},"1043":{}},"parent":{}}],["savemarker",{"_index":280,"name":{"344":{},"486":{},"761":{},"1131":{}},"parent":{}}],["scheduled_at",{"_index":684,"name":{"1442":{},"1453":{},"1722":{},"1733":{},"2002":{},"2013":{},"2282":{},"2293":{},"2562":{},"2573":{},"2842":{},"2853":{},"3122":{},"3133":{},"3402":{},"3413":{},"3682":{},"3693":{},"3962":{},"3973":{},"4242":{},"4253":{},"4522":{},"4533":{},"4802":{},"4813":{},"5082":{},"5093":{},"5362":{},"5373":{},"5642":{},"5653":{},"5922":{},"5933":{},"6202":{},"6213":{},"6482":{},"6493":{},"6762":{},"6773":{},"7042":{},"7053":{},"7322":{},"7333":{},"7602":{},"7613":{},"7882":{},"7893":{},"8162":{},"8173":{},"8442":{},"8453":{},"8722":{},"8733":{},"9002":{},"9013":{},"9282":{},"9293":{},"9562":{},"9573":{},"9842":{},"9853":{},"10122":{},"10133":{},"10402":{},"10413":{},"10682":{},"10693":{},"10971":{},"10982":{},"11244":{},"11255":{},"11517":{},"11528":{},"11790":{},"11801":{},"12063":{},"12074":{},"12336":{},"12347":{},"12609":{},"12620":{},"12882":{},"12893":{},"13155":{},"13166":{},"13428":{},"13439":{},"13701":{},"13712":{},"13974":{},"13985":{},"14247":{},"14258":{},"14520":{},"14531":{},"14793":{},"14804":{},"15066":{},"15077":{},"15339":{},"15350":{},"15612":{},"15623":{},"15885":{},"15896":{},"16158":{},"16169":{},"16431":{},"16442":{},"16704":{},"16715":{},"16977":{},"16988":{},"17250":{},"17261":{},"17523":{},"17534":{},"17796":{},"17807":{},"18069":{},"18080":{},"18342":{},"18353":{},"18615":{},"18626":{},"18888":{},"18899":{},"19161":{},"19172":{},"19434":{},"19445":{},"19707":{},"19718":{},"24785":{},"24796":{},"25077":{},"25088":{},"25369":{},"25380":{},"25661":{},"25672":{},"25953":{},"25964":{},"26245":{},"26256":{},"26537":{},"26548":{},"26829":{},"26840":{},"27121":{},"27132":{},"27413":{},"27424":{},"27705":{},"27716":{},"27997":{},"28008":{},"28289":{},"28300":{},"28581":{},"28592":{},"28873":{},"28884":{},"29165":{},"29176":{},"29457":{},"29468":{},"29749":{},"29760":{},"30041":{},"30052":{},"30333":{},"30344":{},"30625":{},"30636":{},"30917":{},"30928":{},"31209":{},"31220":{},"31501":{},"31512":{},"31793":{},"31804":{},"32085":{},"32096":{},"32377":{},"32388":{},"32669":{},"32680":{},"32961":{},"32972":{},"33253":{},"33264":{},"33545":{},"33556":{},"33837":{},"33848":{},"34129":{},"34140":{},"34421":{},"34432":{}},"parent":{}}],["scheduled_status",{"_index":107,"name":{"137":{},"921":{}},"parent":{}}],["scheduledstatus",{"_index":91,"name":{"101":{},"884":{},"1439":{},"1719":{},"1999":{},"2279":{},"2559":{},"2839":{},"3119":{},"3399":{},"3679":{},"3959":{},"4239":{},"4519":{},"4799":{},"5079":{},"5359":{},"5639":{},"5919":{},"6199":{},"6479":{},"6759":{},"7039":{},"7319":{},"7599":{},"7879":{},"8159":{},"8439":{},"8719":{},"8999":{},"9279":{},"9559":{},"9839":{},"10119":{},"10399":{},"10679":{},"10968":{},"11241":{},"11514":{},"11787":{},"12060":{},"12333":{},"12606":{},"12879":{},"13152":{},"13425":{},"13698":{},"13971":{},"14244":{},"14517":{},"14790":{},"15063":{},"15336":{},"15609":{},"15882":{},"16155":{},"16428":{},"16701":{},"16974":{},"17247":{},"17520":{},"17793":{},"18066":{},"18339":{},"18612":{},"18885":{},"19158":{},"19431":{},"19704":{},"24782":{},"25074":{},"25366":{},"25658":{},"25950":{},"26242":{},"26534":{},"26826":{},"27118":{},"27410":{},"27702":{},"27994":{},"28286":{},"28578":{},"28870":{},"29162":{},"29454":{},"29746":{},"30038":{},"30330":{},"30622":{},"30914":{},"31206":{},"31498":{},"31790":{},"32082":{},"32374":{},"32666":{},"32958":{},"33250":{},"33542":{},"33834":{},"34126":{},"34418":{}},"parent":{}}],["schedulestatus",{"_index":261,"name":{"325":{},"467":{},"742":{},"1112":{}},"parent":{}}],["scope",{"_index":420,"name":{"817":{},"846":{},"1459":{},"1739":{},"2019":{},"2299":{},"2579":{},"2859":{},"3139":{},"3419":{},"3699":{},"3979":{},"4259":{},"4539":{},"4819":{},"5099":{},"5379":{},"5659":{},"5939":{},"6219":{},"6499":{},"6779":{},"7059":{},"7339":{},"7619":{},"7899":{},"8179":{},"8459":{},"8739":{},"9019":{},"9299":{},"9579":{},"9859":{},"10139":{},"10419":{},"10699":{},"10988":{},"11261":{},"11534":{},"11807":{},"12080":{},"12353":{},"12626":{},"12899":{},"13172":{},"13445":{},"13718":{},"13991":{},"14264":{},"14537":{},"14810":{},"15083":{},"15356":{},"15629":{},"15902":{},"16175":{},"16448":{},"16721":{},"16994":{},"17267":{},"17540":{},"17813":{},"18086":{},"18359":{},"18632":{},"18905":{},"19178":{},"19451":{},"19724":{},"24802":{},"25094":{},"25386":{},"25678":{},"25970":{},"26262":{},"26554":{},"26846":{},"27138":{},"27430":{},"27722":{},"28014":{},"28306":{},"28598":{},"28890":{},"29182":{},"29474":{},"29766":{},"30058":{},"30350":{},"30642":{},"30934":{},"31226":{},"31518":{},"31810":{},"32102":{},"32394":{},"32686":{},"32978":{},"33270":{},"33562":{},"33854":{},"34146":{},"34438":{}},"parent":{}}],["search",{"_index":289,"name":{"353":{},"495":{},"770":{},"1140":{}},"parent":{}}],["searchaccount",{"_index":216,"name":{"279":{},"421":{},"696":{},"1066":{}},"parent":{}}],["secret",{"_index":5254,"name":{"19734":{},"19942":{},"20150":{},"20358":{},"20566":{},"20774":{},"20982":{},"21190":{},"21398":{},"21606":{},"21814":{},"22022":{},"22230":{},"22438":{},"22646":{},"22854":{},"23062":{},"23270":{},"23478":{},"23686":{},"23894":{},"24102":{},"24310":{}},"parent":{}}],["sensitive",{"_index":511,"name":{"1191":{},"1305":{},"1450":{},"1471":{},"1585":{},"1730":{},"1751":{},"1865":{},"2010":{},"2031":{},"2145":{},"2290":{},"2311":{},"2425":{},"2570":{},"2591":{},"2705":{},"2850":{},"2871":{},"2985":{},"3130":{},"3151":{},"3265":{},"3410":{},"3431":{},"3545":{},"3690":{},"3711":{},"3825":{},"3970":{},"3991":{},"4105":{},"4250":{},"4271":{},"4385":{},"4530":{},"4551":{},"4665":{},"4810":{},"4831":{},"4945":{},"5090":{},"5111":{},"5225":{},"5370":{},"5391":{},"5505":{},"5650":{},"5671":{},"5785":{},"5930":{},"5951":{},"6065":{},"6210":{},"6231":{},"6345":{},"6490":{},"6511":{},"6625":{},"6770":{},"6791":{},"6905":{},"7050":{},"7071":{},"7185":{},"7330":{},"7351":{},"7465":{},"7610":{},"7631":{},"7745":{},"7890":{},"7911":{},"8025":{},"8170":{},"8191":{},"8305":{},"8450":{},"8471":{},"8585":{},"8730":{},"8751":{},"8865":{},"9010":{},"9031":{},"9145":{},"9290":{},"9311":{},"9425":{},"9570":{},"9591":{},"9705":{},"9850":{},"9871":{},"9985":{},"10130":{},"10151":{},"10265":{},"10410":{},"10431":{},"10545":{},"10690":{},"10727":{},"10835":{},"10979":{},"11000":{},"11108":{},"11252":{},"11273":{},"11381":{},"11525":{},"11546":{},"11654":{},"11798":{},"11819":{},"11927":{},"12071":{},"12092":{},"12200":{},"12344":{},"12365":{},"12473":{},"12617":{},"12638":{},"12746":{},"12890":{},"12911":{},"13019":{},"13163":{},"13184":{},"13292":{},"13436":{},"13457":{},"13565":{},"13709":{},"13730":{},"13838":{},"13982":{},"14003":{},"14111":{},"14255":{},"14276":{},"14384":{},"14528":{},"14549":{},"14657":{},"14801":{},"14822":{},"14930":{},"15074":{},"15095":{},"15203":{},"15347":{},"15368":{},"15476":{},"15620":{},"15641":{},"15749":{},"15893":{},"15914":{},"16022":{},"16166":{},"16187":{},"16295":{},"16439":{},"16460":{},"16568":{},"16712":{},"16733":{},"16841":{},"16985":{},"17006":{},"17114":{},"17258":{},"17279":{},"17387":{},"17531":{},"17552":{},"17660":{},"17804":{},"17825":{},"17933":{},"18077":{},"18098":{},"18206":{},"18350":{},"18371":{},"18479":{},"18623":{},"18644":{},"18752":{},"18896":{},"18917":{},"19025":{},"19169":{},"19190":{},"19298":{},"19442":{},"19463":{},"19571":{},"19715":{},"24522":{},"24637":{},"24793":{},"24814":{},"24929":{},"25085":{},"25106":{},"25221":{},"25377":{},"25398":{},"25513":{},"25669":{},"25690":{},"25805":{},"25961":{},"25982":{},"26097":{},"26253":{},"26274":{},"26389":{},"26545":{},"26566":{},"26681":{},"26837":{},"26858":{},"26973":{},"27129":{},"27150":{},"27265":{},"27421":{},"27442":{},"27557":{},"27713":{},"27734":{},"27849":{},"28005":{},"28026":{},"28141":{},"28297":{},"28318":{},"28433":{},"28589":{},"28610":{},"28725":{},"28881":{},"28902":{},"29017":{},"29173":{},"29194":{},"29309":{},"29465":{},"29486":{},"29601":{},"29757":{},"29778":{},"29893":{},"30049":{},"30070":{},"30185":{},"30341":{},"30362":{},"30477":{},"30633":{},"30654":{},"30769":{},"30925":{},"30946":{},"31061":{},"31217":{},"31238":{},"31353":{},"31509":{},"31530":{},"31645":{},"31801":{},"31822":{},"31937":{},"32093":{},"32114":{},"32229":{},"32385":{},"32406":{},"32521":{},"32677":{},"32698":{},"32813":{},"32969":{},"32990":{},"33105":{},"33261":{},"33282":{},"33397":{},"33553":{},"33574":{},"33689":{},"33845":{},"33866":{},"33981":{},"34137":{},"34158":{},"34273":{},"34429":{}},"parent":{}}],["server_key",{"_index":662,"name":{"1413":{},"1693":{},"1973":{},"2253":{},"2533":{},"2813":{},"3093":{},"3373":{},"3653":{},"3933":{},"4213":{},"4493":{},"4773":{},"5053":{},"5333":{},"5613":{},"5893":{},"6173":{},"6453":{},"6733":{},"7013":{},"7293":{},"7573":{},"7853":{},"8133":{},"8413":{},"8693":{},"8973":{},"9253":{},"9533":{},"9813":{},"10093":{},"10373":{},"10653":{},"10942":{},"11215":{},"11488":{},"11761":{},"12034":{},"12307":{},"12580":{},"12853":{},"13126":{},"13399":{},"13672":{},"13945":{},"14218":{},"14491":{},"14764":{},"15037":{},"15310":{},"15583":{},"15856":{},"16129":{},"16402":{},"16675":{},"16948":{},"17221":{},"17494":{},"17767":{},"18040":{},"18313":{},"18586":{},"18859":{},"19132":{},"19405":{},"19678":{},"24756":{},"25048":{},"25340":{},"25632":{},"25924":{},"26216":{},"26508":{},"26800":{},"27092":{},"27384":{},"27676":{},"27968":{},"28260":{},"28552":{},"28844":{},"29136":{},"29428":{},"29720":{},"30012":{},"30304":{},"30596":{},"30888":{},"31180":{},"31472":{},"31764":{},"32056":{},"32348":{},"32640":{},"32932":{},"33224":{},"33516":{},"33808":{},"34100":{},"34392":{}},"parent":{}}],["session",{"_index":350,"name":{"551":{},"19924":{},"20132":{},"20340":{},"20548":{},"20756":{},"20964":{},"21172":{},"21380":{},"21588":{},"21796":{},"22004":{},"22212":{},"22420":{},"22628":{},"22836":{},"23044":{},"23252":{},"23460":{},"23668":{},"23876":{},"24084":{},"24292":{},"24500":{}},"parent":{}}],["session_token",{"_index":427,"name":{"825":{}},"parent":{}}],["shortcode",{"_index":504,"name":{"1184":{},"1464":{},"1744":{},"2024":{},"2304":{},"2584":{},"2864":{},"3144":{},"3424":{},"3704":{},"3984":{},"4264":{},"4544":{},"4824":{},"5104":{},"5384":{},"5664":{},"5944":{},"6224":{},"6504":{},"6784":{},"7064":{},"7344":{},"7624":{},"7904":{},"8184":{},"8464":{},"8744":{},"9024":{},"9304":{},"9584":{},"9864":{},"10144":{},"10424":{},"10720":{},"10993":{},"11266":{},"11539":{},"11812":{},"12085":{},"12358":{},"12631":{},"12904":{},"13177":{},"13450":{},"13723":{},"13996":{},"14269":{},"14542":{},"14815":{},"15088":{},"15361":{},"15634":{},"15907":{},"16180":{},"16453":{},"16726":{},"16999":{},"17272":{},"17545":{},"17818":{},"18091":{},"18364":{},"18637":{},"18910":{},"19183":{},"19456":{},"24515":{},"24807":{},"25099":{},"25391":{},"25683":{},"25975":{},"26267":{},"26559":{},"26851":{},"27143":{},"27435":{},"27727":{},"28019":{},"28311":{},"28603":{},"28895":{},"29187":{},"29479":{},"29771":{},"30063":{},"30355":{},"30647":{},"30939":{},"31231":{},"31523":{},"31815":{},"32107":{},"32399":{},"32691":{},"32983":{},"33275":{},"33567":{},"33859":{},"34151":{}},"parent":{}}],["showing_reblogs",{"_index":671,"name":{"1425":{},"1705":{},"1985":{},"2265":{},"2545":{},"2825":{},"3105":{},"3385":{},"3665":{},"3945":{},"4225":{},"4505":{},"4785":{},"5065":{},"5345":{},"5625":{},"5905":{},"6185":{},"6465":{},"6745":{},"7025":{},"7305":{},"7585":{},"7865":{},"8145":{},"8425":{},"8705":{},"8985":{},"9265":{},"9545":{},"9825":{},"10105":{},"10385":{},"10665":{},"10954":{},"11227":{},"11500":{},"11773":{},"12046":{},"12319":{},"12592":{},"12865":{},"13138":{},"13411":{},"13684":{},"13957":{},"14230":{},"14503":{},"14776":{},"15049":{},"15322":{},"15595":{},"15868":{},"16141":{},"16414":{},"16687":{},"16960":{},"17233":{},"17506":{},"17779":{},"18052":{},"18325":{},"18598":{},"18871":{},"19144":{},"19417":{},"19690":{},"24768":{},"25060":{},"25352":{},"25644":{},"25936":{},"26228":{},"26520":{},"26812":{},"27104":{},"27396":{},"27688":{},"27980":{},"28272":{},"28564":{},"28856":{},"29148":{},"29440":{},"29732":{},"30024":{},"30316":{},"30608":{},"30900":{},"31192":{},"31484":{},"31776":{},"32068":{},"32360":{},"32652":{},"32944":{},"33236":{},"33528":{},"33820":{},"34112":{},"34404":{}},"parent":{}}],["size",{"_index":5265,"name":{"19757":{},"19965":{},"20173":{},"20381":{},"20589":{},"20797":{},"21005":{},"21213":{},"21421":{},"21629":{},"21837":{},"22045":{},"22253":{},"22461":{},"22669":{},"22877":{},"23085":{},"23293":{},"23501":{},"23709":{},"23917":{},"24125":{},"24333":{}},"parent":{}}],["socket",{"_index":56,"name":{"56":{},"74":{},"588":{},"936":{},"953":{}},"parent":{}}],["source",{"_index":92,"name":{"102":{},"138":{},"885":{},"922":{},"1188":{},"1216":{},"1468":{},"1496":{},"1748":{},"1776":{},"2028":{},"2056":{},"2308":{},"2336":{},"2588":{},"2616":{},"2868":{},"2896":{},"3148":{},"3176":{},"3428":{},"3456":{},"3708":{},"3736":{},"3988":{},"4016":{},"4268":{},"4296":{},"4548":{},"4576":{},"4828":{},"4856":{},"5108":{},"5136":{},"5388":{},"5416":{},"5668":{},"5696":{},"5948":{},"5976":{},"6228":{},"6256":{},"6508":{},"6536":{},"6788":{},"6816":{},"7068":{},"7096":{},"7348":{},"7376":{},"7628":{},"7656":{},"7908":{},"7936":{},"8188":{},"8216":{},"8468":{},"8496":{},"8748":{},"8776":{},"9028":{},"9056":{},"9308":{},"9336":{},"9588":{},"9616":{},"9868":{},"9896":{},"10148":{},"10176":{},"10428":{},"10456":{},"10724":{},"10752":{},"10997":{},"11025":{},"11270":{},"11298":{},"11543":{},"11571":{},"11816":{},"11844":{},"12089":{},"12117":{},"12362":{},"12390":{},"12635":{},"12663":{},"12908":{},"12936":{},"13181":{},"13209":{},"13454":{},"13482":{},"13727":{},"13755":{},"14000":{},"14028":{},"14273":{},"14301":{},"14546":{},"14574":{},"14819":{},"14847":{},"15092":{},"15120":{},"15365":{},"15393":{},"15638":{},"15666":{},"15911":{},"15939":{},"16184":{},"16212":{},"16457":{},"16485":{},"16730":{},"16758":{},"17003":{},"17031":{},"17276":{},"17304":{},"17549":{},"17577":{},"17822":{},"17850":{},"18095":{},"18123":{},"18368":{},"18396":{},"18641":{},"18669":{},"18914":{},"18942":{},"19187":{},"19215":{},"19460":{},"19488":{},"24519":{},"24547":{},"24811":{},"24839":{},"25103":{},"25131":{},"25395":{},"25423":{},"25687":{},"25715":{},"25979":{},"26007":{},"26271":{},"26299":{},"26563":{},"26591":{},"26855":{},"26883":{},"27147":{},"27175":{},"27439":{},"27467":{},"27731":{},"27759":{},"28023":{},"28051":{},"28315":{},"28343":{},"28607":{},"28635":{},"28899":{},"28927":{},"29191":{},"29219":{},"29483":{},"29511":{},"29775":{},"29803":{},"30067":{},"30095":{},"30359":{},"30387":{},"30651":{},"30679":{},"30943":{},"30971":{},"31235":{},"31263":{},"31527":{},"31555":{},"31819":{},"31847":{},"32111":{},"32139":{},"32403":{},"32431":{},"32695":{},"32723":{},"32987":{},"33015":{},"33279":{},"33307":{},"33571":{},"33599":{},"33863":{},"33891":{},"34155":{},"34183":{}},"parent":{}}],["spoiler_text",{"_index":591,"name":{"1306":{},"1451":{},"1586":{},"1731":{},"1866":{},"2011":{},"2146":{},"2291":{},"2426":{},"2571":{},"2706":{},"2851":{},"2986":{},"3131":{},"3266":{},"3411":{},"3546":{},"3691":{},"3826":{},"3971":{},"4106":{},"4251":{},"4386":{},"4531":{},"4666":{},"4811":{},"4946":{},"5091":{},"5226":{},"5371":{},"5506":{},"5651":{},"5786":{},"5931":{},"6066":{},"6211":{},"6346":{},"6491":{},"6626":{},"6771":{},"6906":{},"7051":{},"7186":{},"7331":{},"7466":{},"7611":{},"7746":{},"7891":{},"8026":{},"8171":{},"8306":{},"8451":{},"8586":{},"8731":{},"8866":{},"9011":{},"9146":{},"9291":{},"9426":{},"9571":{},"9706":{},"9851":{},"9986":{},"10131":{},"10266":{},"10411":{},"10546":{},"10691":{},"10836":{},"10980":{},"11109":{},"11253":{},"11382":{},"11526":{},"11655":{},"11799":{},"11928":{},"12072":{},"12201":{},"12345":{},"12474":{},"12618":{},"12747":{},"12891":{},"13020":{},"13164":{},"13293":{},"13437":{},"13566":{},"13710":{},"13839":{},"13983":{},"14112":{},"14256":{},"14385":{},"14529":{},"14658":{},"14802":{},"14931":{},"15075":{},"15204":{},"15348":{},"15477":{},"15621":{},"15750":{},"15894":{},"16023":{},"16167":{},"16296":{},"16440":{},"16569":{},"16713":{},"16842":{},"16986":{},"17115":{},"17259":{},"17388":{},"17532":{},"17661":{},"17805":{},"17934":{},"18078":{},"18207":{},"18351":{},"18480":{},"18624":{},"18753":{},"18897":{},"19026":{},"19170":{},"19299":{},"19443":{},"19572":{},"19716":{},"24638":{},"24654":{},"24794":{},"24930":{},"24946":{},"25086":{},"25222":{},"25238":{},"25378":{},"25514":{},"25530":{},"25670":{},"25806":{},"25822":{},"25962":{},"26098":{},"26114":{},"26254":{},"26390":{},"26406":{},"26546":{},"26682":{},"26698":{},"26838":{},"26974":{},"26990":{},"27130":{},"27266":{},"27282":{},"27422":{},"27558":{},"27574":{},"27714":{},"27850":{},"27866":{},"28006":{},"28142":{},"28158":{},"28298":{},"28434":{},"28450":{},"28590":{},"28726":{},"28742":{},"28882":{},"29018":{},"29034":{},"29174":{},"29310":{},"29326":{},"29466":{},"29602":{},"29618":{},"29758":{},"29894":{},"29910":{},"30050":{},"30186":{},"30202":{},"30342":{},"30478":{},"30494":{},"30634":{},"30770":{},"30786":{},"30926":{},"31062":{},"31078":{},"31218":{},"31354":{},"31370":{},"31510":{},"31646":{},"31662":{},"31802":{},"31938":{},"31954":{},"32094":{},"32230":{},"32246":{},"32386":{},"32522":{},"32538":{},"32678":{},"32814":{},"32830":{},"32970":{},"33106":{},"33122":{},"33262":{},"33398":{},"33414":{},"33554":{},"33690":{},"33706":{},"33846":{},"33982":{},"33998":{},"34138":{},"34274":{},"34290":{},"34430":{}},"parent":{}}],["start",{"_index":163,"name":{"204":{},"230":{},"378":{},"385":{},"645":{},"1017":{}},"parent":{}}],["static_url",{"_index":506,"name":{"1185":{},"1465":{},"1745":{},"2025":{},"2305":{},"2585":{},"2865":{},"3145":{},"3425":{},"3705":{},"3985":{},"4265":{},"4545":{},"4825":{},"5105":{},"5385":{},"5665":{},"5945":{},"6225":{},"6505":{},"6785":{},"7065":{},"7345":{},"7625":{},"7905":{},"8185":{},"8465":{},"8745":{},"9025":{},"9305":{},"9585":{},"9865":{},"10145":{},"10425":{},"10721":{},"10994":{},"11267":{},"11540":{},"11813":{},"12086":{},"12359":{},"12632":{},"12905":{},"13178":{},"13451":{},"13724":{},"13997":{},"14270":{},"14543":{},"14816":{},"15089":{},"15362":{},"15635":{},"15908":{},"16181":{},"16454":{},"16727":{},"17000":{},"17273":{},"17546":{},"17819":{},"18092":{},"18365":{},"18638":{},"18911":{},"19184":{},"19457":{},"24516":{},"24808":{},"25100":{},"25392":{},"25684":{},"25976":{},"26268":{},"26560":{},"26852":{},"27144":{},"27436":{},"27728":{},"28020":{},"28312":{},"28604":{},"28896":{},"29188":{},"29480":{},"29772":{},"30064":{},"30356":{},"30648":{},"30940":{},"31232":{},"31524":{},"31816":{},"32108":{},"32400":{},"32692":{},"32984":{},"33276":{},"33568":{},"33860":{},"34152":{}},"parent":{}}],["stats",{"_index":93,"name":{"103":{},"139":{},"552":{},"574":{},"886":{},"923":{},"1358":{},"1372":{},"1638":{},"1652":{},"1918":{},"1932":{},"2198":{},"2212":{},"2478":{},"2492":{},"2758":{},"2772":{},"3038":{},"3052":{},"3318":{},"3332":{},"3598":{},"3612":{},"3878":{},"3892":{},"4158":{},"4172":{},"4438":{},"4452":{},"4718":{},"4732":{},"4998":{},"5012":{},"5278":{},"5292":{},"5558":{},"5572":{},"5838":{},"5852":{},"6118":{},"6132":{},"6398":{},"6412":{},"6678":{},"6692":{},"6958":{},"6972":{},"7238":{},"7252":{},"7518":{},"7532":{},"7798":{},"7812":{},"8078":{},"8092":{},"8358":{},"8372":{},"8638":{},"8652":{},"8918":{},"8932":{},"9198":{},"9212":{},"9478":{},"9492":{},"9758":{},"9772":{},"10038":{},"10052":{},"10318":{},"10332":{},"10598":{},"10612":{},"10888":{},"10902":{},"11161":{},"11175":{},"11434":{},"11448":{},"11707":{},"11721":{},"11980":{},"11994":{},"12253":{},"12267":{},"12526":{},"12540":{},"12799":{},"12813":{},"13072":{},"13086":{},"13345":{},"13359":{},"13618":{},"13632":{},"13891":{},"13905":{},"14164":{},"14178":{},"14437":{},"14451":{},"14710":{},"14724":{},"14983":{},"14997":{},"15256":{},"15270":{},"15529":{},"15543":{},"15802":{},"15816":{},"16075":{},"16089":{},"16348":{},"16362":{},"16621":{},"16635":{},"16894":{},"16908":{},"17167":{},"17181":{},"17440":{},"17454":{},"17713":{},"17727":{},"17986":{},"18000":{},"18259":{},"18273":{},"18532":{},"18546":{},"18805":{},"18819":{},"19078":{},"19092":{},"19351":{},"19365":{},"19624":{},"19638":{},"19928":{},"20136":{},"20344":{},"20552":{},"20760":{},"20968":{},"21176":{},"21384":{},"21592":{},"21800":{},"22008":{},"22216":{},"22424":{},"22632":{},"22840":{},"23048":{},"23256":{},"23464":{},"23672":{},"23880":{},"24088":{},"24296":{},"24504":{},"24701":{},"24715":{},"24993":{},"25007":{},"25285":{},"25299":{},"25577":{},"25591":{},"25869":{},"25883":{},"26161":{},"26175":{},"26453":{},"26467":{},"26745":{},"26759":{},"27037":{},"27051":{},"27329":{},"27343":{},"27621":{},"27635":{},"27913":{},"27927":{},"28205":{},"28219":{},"28497":{},"28511":{},"28789":{},"28803":{},"29081":{},"29095":{},"29373":{},"29387":{},"29665":{},"29679":{},"29957":{},"29971":{},"30249":{},"30263":{},"30541":{},"30555":{},"30833":{},"30847":{},"31125":{},"31139":{},"31417":{},"31431":{},"31709":{},"31723":{},"32001":{},"32015":{},"32293":{},"32307":{},"32585":{},"32599":{},"32877":{},"32891":{},"33169":{},"33183":{},"33461":{},"33475":{},"33753":{},"33767":{},"34045":{},"34059":{},"34337":{},"34351":{}},"parent":{}}],["status",{"_index":94,"name":{"104":{},"140":{},"187":{},"802":{},"887":{},"924":{},"1178":{},"1287":{},"1398":{},"1567":{},"1678":{},"1847":{},"1958":{},"2127":{},"2238":{},"2407":{},"2518":{},"2687":{},"2798":{},"2967":{},"3078":{},"3247":{},"3358":{},"3527":{},"3638":{},"3807":{},"3918":{},"4087":{},"4198":{},"4367":{},"4478":{},"4647":{},"4758":{},"4927":{},"5038":{},"5207":{},"5318":{},"5487":{},"5598":{},"5767":{},"5878":{},"6047":{},"6158":{},"6327":{},"6438":{},"6607":{},"6718":{},"6887":{},"6998":{},"7167":{},"7278":{},"7447":{},"7558":{},"7727":{},"7838":{},"8007":{},"8118":{},"8287":{},"8398":{},"8567":{},"8678":{},"8847":{},"8958":{},"9127":{},"9238":{},"9407":{},"9518":{},"9687":{},"9798":{},"9967":{},"10078":{},"10247":{},"10358":{},"10527":{},"10638":{},"10817":{},"10928":{},"11090":{},"11201":{},"11363":{},"11474":{},"11636":{},"11747":{},"11909":{},"12020":{},"12182":{},"12293":{},"12455":{},"12566":{},"12728":{},"12839":{},"13001":{},"13112":{},"13274":{},"13385":{},"13547":{},"13658":{},"13820":{},"13931":{},"14093":{},"14204":{},"14366":{},"14477":{},"14639":{},"14750":{},"14912":{},"15023":{},"15185":{},"15296":{},"15458":{},"15569":{},"15731":{},"15842":{},"16004":{},"16115":{},"16277":{},"16388":{},"16550":{},"16661":{},"16823":{},"16934":{},"17096":{},"17207":{},"17369":{},"17480":{},"17642":{},"17753":{},"17915":{},"18026":{},"18188":{},"18299":{},"18461":{},"18572":{},"18734":{},"18845":{},"19007":{},"19118":{},"19280":{},"19391":{},"19553":{},"19664":{},"24619":{},"24741":{},"24911":{},"25033":{},"25203":{},"25325":{},"25495":{},"25617":{},"25787":{},"25909":{},"26079":{},"26201":{},"26371":{},"26493":{},"26663":{},"26785":{},"26955":{},"27077":{},"27247":{},"27369":{},"27539":{},"27661":{},"27831":{},"27953":{},"28123":{},"28245":{},"28415":{},"28537":{},"28707":{},"28829":{},"28999":{},"29121":{},"29291":{},"29413":{},"29583":{},"29705":{},"29875":{},"29997":{},"30167":{},"30289":{},"30459":{},"30581":{},"30751":{},"30873":{},"31043":{},"31165":{},"31335":{},"31457":{},"31627":{},"31749":{},"31919":{},"32041":{},"32211":{},"32333":{},"32503":{},"32625":{},"32795":{},"32917":{},"33087":{},"33209":{},"33379":{},"33501":{},"33671":{},"33793":{},"33963":{},"34085":{},"34255":{},"34377":{}},"parent":{}}],["status_count",{"_index":631,"name":{"1361":{},"1641":{},"1921":{},"2201":{},"2481":{},"2761":{},"3041":{},"3321":{},"3601":{},"3881":{},"4161":{},"4441":{},"4721":{},"5001":{},"5281":{},"5561":{},"5841":{},"6121":{},"6401":{},"6681":{},"6961":{},"7241":{},"7521":{},"7801":{},"8081":{},"8361":{},"8641":{},"8921":{},"9201":{},"9481":{},"9761":{},"10041":{},"10321":{},"10601":{},"10891":{},"11164":{},"11437":{},"11710":{},"11983":{},"12256":{},"12529":{},"12802":{},"13075":{},"13348":{},"13621":{},"13894":{},"14167":{},"14440":{},"14713":{},"14986":{},"15259":{},"15532":{},"15805":{},"16078":{},"16351":{},"16624":{},"16897":{},"17170":{},"17443":{},"17716":{},"17989":{},"18262":{},"18535":{},"18808":{},"19081":{},"19354":{},"19627":{},"24704":{},"24996":{},"25288":{},"25580":{},"25872":{},"26164":{},"26456":{},"26748":{},"27040":{},"27332":{},"27624":{},"27916":{},"28208":{},"28500":{},"28792":{},"29084":{},"29376":{},"29668":{},"29960":{},"30252":{},"30544":{},"30836":{},"31128":{},"31420":{},"31712":{},"32004":{},"32296":{},"32588":{},"32880":{},"33172":{},"33464":{},"33756":{},"34048":{},"34340":{}},"parent":{}}],["status_ids",{"_index":678,"name":{"1433":{},"1713":{},"1993":{},"2273":{},"2553":{},"2833":{},"3113":{},"3393":{},"3673":{},"3953":{},"4233":{},"4513":{},"4793":{},"5073":{},"5353":{},"5633":{},"5913":{},"6193":{},"6473":{},"6753":{},"7033":{},"7313":{},"7593":{},"7873":{},"8153":{},"8433":{},"8713":{},"8993":{},"9273":{},"9553":{},"9833":{},"10113":{},"10393":{},"10673":{},"10962":{},"11235":{},"11508":{},"11781":{},"12054":{},"12327":{},"12600":{},"12873":{},"13146":{},"13419":{},"13692":{},"13965":{},"14238":{},"14511":{},"14784":{},"15057":{},"15330":{},"15603":{},"15876":{},"16149":{},"16422":{},"16695":{},"16968":{},"17241":{},"17514":{},"17787":{},"18060":{},"18333":{},"18606":{},"18879":{},"19152":{},"19425":{},"19698":{},"24776":{},"25068":{},"25360":{},"25652":{},"25944":{},"26236":{},"26528":{},"26820":{},"27112":{},"27404":{},"27696":{},"27988":{},"28280":{},"28572":{},"28864":{},"29156":{},"29448":{},"29740":{},"30032":{},"30324":{},"30616":{},"30908":{},"31200":{},"31492":{},"31784":{},"32076":{},"32368":{},"32660":{},"32952":{},"33244":{},"33536":{},"33828":{},"34120":{},"34412":{}},"parent":{}}],["status_params",{"_index":108,"name":{"141":{},"925":{}},"parent":{}}],["statuscode",{"_index":152,"name":{"191":{}},"parent":{}}],["statuses",{"_index":532,"name":{"1220":{},"1437":{},"1500":{},"1717":{},"1780":{},"1997":{},"2060":{},"2277":{},"2340":{},"2557":{},"2620":{},"2837":{},"2900":{},"3117":{},"3180":{},"3397":{},"3460":{},"3677":{},"3740":{},"3957":{},"4020":{},"4237":{},"4300":{},"4517":{},"4580":{},"4797":{},"4860":{},"5077":{},"5140":{},"5357":{},"5420":{},"5637":{},"5700":{},"5917":{},"5980":{},"6197":{},"6260":{},"6477":{},"6540":{},"6757":{},"6820":{},"7037":{},"7100":{},"7317":{},"7380":{},"7597":{},"7660":{},"7877":{},"7940":{},"8157":{},"8220":{},"8437":{},"8500":{},"8717":{},"8780":{},"8997":{},"9060":{},"9277":{},"9340":{},"9557":{},"9620":{},"9837":{},"9900":{},"10117":{},"10180":{},"10397":{},"10460":{},"10677":{},"10756":{},"10966":{},"11029":{},"11239":{},"11302":{},"11512":{},"11575":{},"11785":{},"11848":{},"12058":{},"12121":{},"12331":{},"12394":{},"12604":{},"12667":{},"12877":{},"12940":{},"13150":{},"13213":{},"13423":{},"13486":{},"13696":{},"13759":{},"13969":{},"14032":{},"14242":{},"14305":{},"14515":{},"14578":{},"14788":{},"14851":{},"15061":{},"15124":{},"15334":{},"15397":{},"15607":{},"15670":{},"15880":{},"15943":{},"16153":{},"16216":{},"16426":{},"16489":{},"16699":{},"16762":{},"16972":{},"17035":{},"17245":{},"17308":{},"17518":{},"17581":{},"17791":{},"17854":{},"18064":{},"18127":{},"18337":{},"18400":{},"18610":{},"18673":{},"18883":{},"18946":{},"19156":{},"19219":{},"19429":{},"19492":{},"19702":{},"24551":{},"24780":{},"24843":{},"25072":{},"25135":{},"25364":{},"25427":{},"25656":{},"25719":{},"25948":{},"26011":{},"26240":{},"26303":{},"26532":{},"26595":{},"26824":{},"26887":{},"27116":{},"27179":{},"27408":{},"27471":{},"27700":{},"27763":{},"27992":{},"28055":{},"28284":{},"28347":{},"28576":{},"28639":{},"28868":{},"28931":{},"29160":{},"29223":{},"29452":{},"29515":{},"29744":{},"29807":{},"30036":{},"30099":{},"30328":{},"30391":{},"30620":{},"30683":{},"30912":{},"30975":{},"31204":{},"31267":{},"31496":{},"31559":{},"31788":{},"31851":{},"32080":{},"32143":{},"32372":{},"32435":{},"32664":{},"32727":{},"32956":{},"33019":{},"33248":{},"33311":{},"33540":{},"33603":{},"33832":{},"33895":{},"34124":{},"34187":{},"34416":{}},"parent":{}}],["statuses_count",{"_index":521,"name":{"1205":{},"1333":{},"1485":{},"1613":{},"1765":{},"1893":{},"2045":{},"2173":{},"2325":{},"2453":{},"2605":{},"2733":{},"2885":{},"3013":{},"3165":{},"3293":{},"3445":{},"3573":{},"3725":{},"3853":{},"4005":{},"4133":{},"4285":{},"4413":{},"4565":{},"4693":{},"4845":{},"4973":{},"5125":{},"5253":{},"5405":{},"5533":{},"5685":{},"5813":{},"5965":{},"6093":{},"6245":{},"6373":{},"6525":{},"6653":{},"6805":{},"6933":{},"7085":{},"7213":{},"7365":{},"7493":{},"7645":{},"7773":{},"7925":{},"8053":{},"8205":{},"8333":{},"8485":{},"8613":{},"8765":{},"8893":{},"9045":{},"9173":{},"9325":{},"9453":{},"9605":{},"9733":{},"9885":{},"10013":{},"10165":{},"10293":{},"10445":{},"10573":{},"10741":{},"10863":{},"11014":{},"11136":{},"11287":{},"11409":{},"11560":{},"11682":{},"11833":{},"11955":{},"12106":{},"12228":{},"12379":{},"12501":{},"12652":{},"12774":{},"12925":{},"13047":{},"13198":{},"13320":{},"13471":{},"13593":{},"13744":{},"13866":{},"14017":{},"14139":{},"14290":{},"14412":{},"14563":{},"14685":{},"14836":{},"14958":{},"15109":{},"15231":{},"15382":{},"15504":{},"15655":{},"15777":{},"15928":{},"16050":{},"16201":{},"16323":{},"16474":{},"16596":{},"16747":{},"16869":{},"17020":{},"17142":{},"17293":{},"17415":{},"17566":{},"17688":{},"17839":{},"17961":{},"18112":{},"18234":{},"18385":{},"18507":{},"18658":{},"18780":{},"18931":{},"19053":{},"19204":{},"19326":{},"19477":{},"19599":{},"24536":{},"24676":{},"24828":{},"24968":{},"25120":{},"25260":{},"25412":{},"25552":{},"25704":{},"25844":{},"25996":{},"26136":{},"26288":{},"26428":{},"26580":{},"26720":{},"26872":{},"27012":{},"27164":{},"27304":{},"27456":{},"27596":{},"27748":{},"27888":{},"28040":{},"28180":{},"28332":{},"28472":{},"28624":{},"28764":{},"28916":{},"29056":{},"29208":{},"29348":{},"29500":{},"29640":{},"29792":{},"29932":{},"30084":{},"30224":{},"30376":{},"30516":{},"30668":{},"30808":{},"30960":{},"31100":{},"31252":{},"31392":{},"31544":{},"31684":{},"31836":{},"31976":{},"32128":{},"32268":{},"32420":{},"32560":{},"32712":{},"32852":{},"33004":{},"33144":{},"33296":{},"33436":{},"33588":{},"33728":{},"33880":{},"34020":{},"34172":{},"34312":{}},"parent":{}}],["statusparams",{"_index":95,"name":{"105":{},"888":{},"1445":{},"1725":{},"2005":{},"2285":{},"2565":{},"2845":{},"3125":{},"3405":{},"3685":{},"3965":{},"4245":{},"4525":{},"4805":{},"5085":{},"5365":{},"5645":{},"5925":{},"6205":{},"6485":{},"6765":{},"7045":{},"7325":{},"7605":{},"7885":{},"8165":{},"8445":{},"8725":{},"9005":{},"9285":{},"9565":{},"9845":{},"10125":{},"10405":{},"10685":{},"10974":{},"11247":{},"11520":{},"11793":{},"12066":{},"12339":{},"12612":{},"12885":{},"13158":{},"13431":{},"13704":{},"13977":{},"14250":{},"14523":{},"14796":{},"15069":{},"15342":{},"15615":{},"15888":{},"16161":{},"16434":{},"16707":{},"16980":{},"17253":{},"17526":{},"17799":{},"18072":{},"18345":{},"18618":{},"18891":{},"19164":{},"19437":{},"19710":{},"24788":{},"25080":{},"25372":{},"25664":{},"25956":{},"26248":{},"26540":{},"26832":{},"27124":{},"27416":{},"27708":{},"28000":{},"28292":{},"28584":{},"28876":{},"29168":{},"29460":{},"29752":{},"30044":{},"30336":{},"30628":{},"30920":{},"31212":{},"31504":{},"31796":{},"32088":{},"32380":{},"32672":{},"32964":{},"33256":{},"33548":{},"33840":{},"34132":{},"34424":{}},"parent":{}}],["statustext",{"_index":501,"name":{"1179":{}},"parent":{}}],["stop",{"_index":166,"name":{"207":{},"232":{},"379":{},"386":{},"647":{},"1019":{}},"parent":{}}],["stream",{"_index":55,"name":{"55":{},"73":{},"215":{},"1002":{}},"parent":{}}],["streaming_api",{"_index":626,"name":{"1357":{},"1637":{},"1917":{},"2197":{},"2477":{},"2757":{},"3037":{},"3317":{},"3597":{},"3877":{},"4157":{},"4437":{},"4717":{},"4997":{},"5277":{},"5557":{},"5837":{},"6117":{},"6397":{},"6677":{},"6957":{},"7237":{},"7517":{},"7797":{},"8077":{},"8357":{},"8637":{},"8917":{},"9197":{},"9477":{},"9757":{},"10037":{},"10317":{},"10597":{},"10887":{},"11160":{},"11433":{},"11706":{},"11979":{},"12252":{},"12525":{},"12798":{},"13071":{},"13344":{},"13617":{},"13890":{},"14163":{},"14436":{},"14709":{},"14982":{},"15255":{},"15528":{},"15801":{},"16074":{},"16347":{},"16620":{},"16893":{},"17166":{},"17439":{},"17712":{},"17985":{},"18258":{},"18531":{},"18804":{},"19077":{},"19350":{},"19623":{},"24700":{},"24992":{},"25284":{},"25576":{},"25868":{},"26160":{},"26452":{},"26744":{},"27036":{},"27328":{},"27620":{},"27912":{},"28204":{},"28496":{},"28788":{},"29080":{},"29372":{},"29664":{},"29956":{},"30248":{},"30540":{},"30832":{},"31124":{},"31416":{},"31708":{},"32000":{},"32292":{},"32584":{},"32876":{},"33168":{},"33460":{},"33752":{},"34044":{},"34336":{}},"parent":{}}],["streamlistenererror",{"_index":150,"name":{"189":{}},"parent":{}}],["streamlistenerinterface",{"_index":319,"name":{"384":{},"10710":{}},"parent":{}}],["subscribeaccount",{"_index":199,"name":{"262":{},"405":{},"680":{},"1049":{}},"parent":{}}],["subscribepushnotification",{"_index":285,"name":{"349":{},"491":{},"766":{},"1136":{}},"parent":{}}],["tag",{"_index":96,"name":{"106":{},"142":{},"889":{},"926":{},"1263":{},"1543":{},"1823":{},"2103":{},"2383":{},"2663":{},"2943":{},"3223":{},"3503":{},"3783":{},"4063":{},"4343":{},"4623":{},"4903":{},"5183":{},"5463":{},"5743":{},"6023":{},"6303":{},"6583":{},"6863":{},"7143":{},"7423":{},"7703":{},"7983":{},"8263":{},"8543":{},"8823":{},"9103":{},"9383":{},"9663":{},"9943":{},"10223":{},"10503":{},"10799":{},"11072":{},"11345":{},"11618":{},"11891":{},"12164":{},"12437":{},"12710":{},"12983":{},"13256":{},"13529":{},"13802":{},"14075":{},"14348":{},"14621":{},"14894":{},"15167":{},"15440":{},"15713":{},"15986":{},"16259":{},"16532":{},"16805":{},"17078":{},"17351":{},"17624":{},"17897":{},"18170":{},"18443":{},"18716":{},"18989":{},"19262":{},"19535":{},"19865":{},"20073":{},"20281":{},"20489":{},"20697":{},"20905":{},"21113":{},"21321":{},"21529":{},"21737":{},"21945":{},"22153":{},"22361":{},"22569":{},"22777":{},"22985":{},"23193":{},"23401":{},"23609":{},"23817":{},"24025":{},"24233":{},"24441":{},"24595":{},"24887":{},"25179":{},"25471":{},"25763":{},"26055":{},"26347":{},"26639":{},"26931":{},"27223":{},"27515":{},"27807":{},"28099":{},"28391":{},"28683":{},"28975":{},"29267":{},"29559":{},"29851":{},"30143":{},"30435":{},"30727":{},"31019":{},"31311":{},"31603":{},"31895":{},"32187":{},"32479":{},"32771":{},"33063":{},"33355":{},"33647":{},"33939":{},"34231":{}},"parent":{}}],["tags",{"_index":594,"name":{"1310":{},"1590":{},"1870":{},"2150":{},"2430":{},"2710":{},"2990":{},"3270":{},"3550":{},"3830":{},"4110":{},"4390":{},"4670":{},"4950":{},"5230":{},"5510":{},"5790":{},"6070":{},"6350":{},"6630":{},"6910":{},"7190":{},"7470":{},"7750":{},"8030":{},"8310":{},"8590":{},"8870":{},"9150":{},"9430":{},"9710":{},"9990":{},"10270":{},"10550":{},"10840":{},"11113":{},"11386":{},"11659":{},"11932":{},"12205":{},"12478":{},"12751":{},"13024":{},"13297":{},"13570":{},"13843":{},"14116":{},"14389":{},"14662":{},"14935":{},"15208":{},"15481":{},"15754":{},"16027":{},"16300":{},"16573":{},"16846":{},"17119":{},"17392":{},"17665":{},"17938":{},"18211":{},"18484":{},"18757":{},"19030":{},"19303":{},"19576":{},"19798":{},"20006":{},"20214":{},"20422":{},"20630":{},"20838":{},"21046":{},"21254":{},"21462":{},"21670":{},"21878":{},"22086":{},"22294":{},"22502":{},"22710":{},"22918":{},"23126":{},"23334":{},"23542":{},"23750":{},"23958":{},"24166":{},"24374":{},"24642":{},"24934":{},"25226":{},"25518":{},"25810":{},"26102":{},"26394":{},"26686":{},"26978":{},"27270":{},"27562":{},"27854":{},"28146":{},"28438":{},"28730":{},"29022":{},"29314":{},"29606":{},"29898":{},"30190":{},"30482":{},"30774":{},"31066":{},"31358":{},"31650":{},"31942":{},"32234":{},"32526":{},"32818":{},"33110":{},"33402":{},"33694":{},"33986":{},"34278":{}},"parent":{}}],["tagsocket",{"_index":309,"name":{"373":{},"515":{},"790":{},"1160":{}},"parent":{}}],["tagstream",{"_index":303,"name":{"367":{},"509":{},"784":{},"1154":{}},"parent":{}}],["text",{"_index":686,"name":{"1447":{},"1727":{},"2007":{},"2287":{},"2567":{},"2847":{},"3127":{},"3407":{},"3687":{},"3967":{},"4247":{},"4527":{},"4807":{},"5087":{},"5367":{},"5647":{},"5927":{},"6207":{},"6487":{},"6767":{},"7047":{},"7327":{},"7607":{},"7887":{},"8167":{},"8447":{},"8727":{},"9007":{},"9287":{},"9567":{},"9847":{},"10127":{},"10407":{},"10687":{},"10976":{},"11249":{},"11522":{},"11795":{},"12068":{},"12341":{},"12614":{},"12887":{},"13160":{},"13433":{},"13706":{},"13979":{},"14252":{},"14525":{},"14798":{},"15071":{},"15344":{},"15617":{},"15890":{},"16163":{},"16436":{},"16709":{},"16982":{},"17255":{},"17528":{},"17801":{},"18074":{},"18347":{},"18620":{},"18893":{},"19166":{},"19439":{},"19712":{},"19768":{},"19782":{},"19976":{},"19990":{},"20184":{},"20198":{},"20392":{},"20406":{},"20600":{},"20614":{},"20808":{},"20822":{},"21016":{},"21030":{},"21224":{},"21238":{},"21432":{},"21446":{},"21640":{},"21654":{},"21848":{},"21862":{},"22056":{},"22070":{},"22264":{},"22278":{},"22472":{},"22486":{},"22680":{},"22694":{},"22888":{},"22902":{},"23096":{},"23110":{},"23304":{},"23318":{},"23512":{},"23526":{},"23720":{},"23734":{},"23928":{},"23942":{},"24136":{},"24150":{},"24344":{},"24358":{},"24790":{},"25082":{},"25374":{},"25666":{},"25958":{},"26250":{},"26542":{},"26834":{},"27126":{},"27418":{},"27710":{},"28002":{},"28294":{},"28586":{},"28878":{},"29170":{},"29462":{},"29754":{},"30046":{},"30338":{},"30630":{},"30922":{},"31214":{},"31506":{},"31798":{},"32090":{},"32382":{},"32674":{},"32966":{},"33258":{},"33550":{},"33842":{},"34134":{},"34426":{}},"parent":{}}],["text/plain",{"_index":6499,"name":{"24653":{},"24656":{},"24945":{},"24948":{},"25237":{},"25240":{},"25529":{},"25532":{},"25821":{},"25824":{},"26113":{},"26116":{},"26405":{},"26408":{},"26697":{},"26700":{},"26989":{},"26992":{},"27281":{},"27284":{},"27573":{},"27576":{},"27865":{},"27868":{},"28157":{},"28160":{},"28449":{},"28452":{},"28741":{},"28744":{},"29033":{},"29036":{},"29325":{},"29328":{},"29617":{},"29620":{},"29909":{},"29912":{},"30201":{},"30204":{},"30493":{},"30496":{},"30785":{},"30788":{},"31077":{},"31080":{},"31369":{},"31372":{},"31661":{},"31664":{},"31953":{},"31956":{},"32245":{},"32248":{},"32537":{},"32540":{},"32829":{},"32832":{},"33121":{},"33124":{},"33413":{},"33416":{},"33705":{},"33708":{},"33997":{},"34000":{},"34289":{},"34292":{}},"parent":{}}],["text_url",{"_index":543,"name":{"1235":{},"1515":{},"1795":{},"2075":{},"2355":{},"2635":{},"2915":{},"3195":{},"3475":{},"3755":{},"4035":{},"4315":{},"4595":{},"4875":{},"5155":{},"5435":{},"5715":{},"5995":{},"6275":{},"6555":{},"6835":{},"7115":{},"7395":{},"7675":{},"7955":{},"8235":{},"8515":{},"8795":{},"9075":{},"9355":{},"9635":{},"9915":{},"10195":{},"10475":{},"10771":{},"11044":{},"11317":{},"11590":{},"11863":{},"12136":{},"12409":{},"12682":{},"12955":{},"13228":{},"13501":{},"13774":{},"14047":{},"14320":{},"14593":{},"14866":{},"15139":{},"15412":{},"15685":{},"15958":{},"16231":{},"16504":{},"16777":{},"17050":{},"17323":{},"17596":{},"17869":{},"18142":{},"18415":{},"18688":{},"18961":{},"19234":{},"19507":{},"24566":{},"24858":{},"25150":{},"25442":{},"25734":{},"26026":{},"26318":{},"26610":{},"26902":{},"27194":{},"27486":{},"27778":{},"28070":{},"28362":{},"28654":{},"28946":{},"29238":{},"29530":{},"29822":{},"30114":{},"30406":{},"30698":{},"30990":{},"31282":{},"31574":{},"31866":{},"32158":{},"32450":{},"32742":{},"33034":{},"33326":{},"33618":{},"33910":{},"34202":{}},"parent":{}}],["thread_muted",{"_index":6504,"name":{"24661":{},"24953":{},"25245":{},"25537":{},"25829":{},"26121":{},"26413":{},"26705":{},"26997":{},"27289":{},"27581":{},"27873":{},"28165":{},"28457":{},"28749":{},"29041":{},"29333":{},"29625":{},"29917":{},"30209":{},"30501":{},"30793":{},"31085":{},"31377":{},"31669":{},"31961":{},"32253":{},"32545":{},"32837":{},"33129":{},"33421":{},"33713":{},"34005":{},"34297":{}},"parent":{}}],["thumbnail",{"_index":637,"name":{"1370":{},"1650":{},"1930":{},"2210":{},"2490":{},"2770":{},"3050":{},"3330":{},"3610":{},"3890":{},"4170":{},"4450":{},"4730":{},"5010":{},"5290":{},"5570":{},"5850":{},"6130":{},"6410":{},"6690":{},"6970":{},"7250":{},"7530":{},"7810":{},"8090":{},"8370":{},"8650":{},"8930":{},"9210":{},"9490":{},"9770":{},"10050":{},"10330":{},"10610":{},"10900":{},"11173":{},"11446":{},"11719":{},"11992":{},"12265":{},"12538":{},"12811":{},"13084":{},"13357":{},"13630":{},"13903":{},"14176":{},"14449":{},"14722":{},"14995":{},"15268":{},"15541":{},"15814":{},"16087":{},"16360":{},"16633":{},"16906":{},"17179":{},"17452":{},"17725":{},"17998":{},"18271":{},"18544":{},"18817":{},"19090":{},"19363":{},"19636":{},"24713":{},"25005":{},"25297":{},"25589":{},"25881":{},"26173":{},"26465":{},"26757":{},"27049":{},"27341":{},"27633":{},"27925":{},"28217":{},"28509":{},"28801":{},"29093":{},"29385":{},"29677":{},"29969":{},"30261":{},"30553":{},"30845":{},"31137":{},"31429":{},"31721":{},"32013":{},"32305":{},"32597":{},"32889":{},"33181":{},"33473":{},"33765":{},"34057":{},"34349":{}},"parent":{}}],["thumbnailurl",{"_index":5270,"name":{"19765":{},"19973":{},"20181":{},"20389":{},"20597":{},"20805":{},"21013":{},"21221":{},"21429":{},"21637":{},"21845":{},"22053":{},"22261":{},"22469":{},"22677":{},"22885":{},"23093":{},"23301":{},"23509":{},"23717":{},"23925":{},"24133":{},"24341":{}},"parent":{}}],["title",{"_index":547,"name":{"1241":{},"1270":{},"1366":{},"1380":{},"1521":{},"1550":{},"1646":{},"1660":{},"1801":{},"1830":{},"1926":{},"1940":{},"2081":{},"2110":{},"2206":{},"2220":{},"2361":{},"2390":{},"2486":{},"2500":{},"2641":{},"2670":{},"2766":{},"2780":{},"2921":{},"2950":{},"3046":{},"3060":{},"3201":{},"3230":{},"3326":{},"3340":{},"3481":{},"3510":{},"3606":{},"3620":{},"3761":{},"3790":{},"3886":{},"3900":{},"4041":{},"4070":{},"4166":{},"4180":{},"4321":{},"4350":{},"4446":{},"4460":{},"4601":{},"4630":{},"4726":{},"4740":{},"4881":{},"4910":{},"5006":{},"5020":{},"5161":{},"5190":{},"5286":{},"5300":{},"5441":{},"5470":{},"5566":{},"5580":{},"5721":{},"5750":{},"5846":{},"5860":{},"6001":{},"6030":{},"6126":{},"6140":{},"6281":{},"6310":{},"6406":{},"6420":{},"6561":{},"6590":{},"6686":{},"6700":{},"6841":{},"6870":{},"6966":{},"6980":{},"7121":{},"7150":{},"7246":{},"7260":{},"7401":{},"7430":{},"7526":{},"7540":{},"7681":{},"7710":{},"7806":{},"7820":{},"7961":{},"7990":{},"8086":{},"8100":{},"8241":{},"8270":{},"8366":{},"8380":{},"8521":{},"8550":{},"8646":{},"8660":{},"8801":{},"8830":{},"8926":{},"8940":{},"9081":{},"9110":{},"9206":{},"9220":{},"9361":{},"9390":{},"9486":{},"9500":{},"9641":{},"9670":{},"9766":{},"9780":{},"9921":{},"9950":{},"10046":{},"10060":{},"10201":{},"10230":{},"10326":{},"10340":{},"10481":{},"10510":{},"10606":{},"10620":{},"10777":{},"10806":{},"10896":{},"10910":{},"11050":{},"11079":{},"11169":{},"11183":{},"11323":{},"11352":{},"11442":{},"11456":{},"11596":{},"11625":{},"11715":{},"11729":{},"11869":{},"11898":{},"11988":{},"12002":{},"12142":{},"12171":{},"12261":{},"12275":{},"12415":{},"12444":{},"12534":{},"12548":{},"12688":{},"12717":{},"12807":{},"12821":{},"12961":{},"12990":{},"13080":{},"13094":{},"13234":{},"13263":{},"13353":{},"13367":{},"13507":{},"13536":{},"13626":{},"13640":{},"13780":{},"13809":{},"13899":{},"13913":{},"14053":{},"14082":{},"14172":{},"14186":{},"14326":{},"14355":{},"14445":{},"14459":{},"14599":{},"14628":{},"14718":{},"14732":{},"14872":{},"14901":{},"14991":{},"15005":{},"15145":{},"15174":{},"15264":{},"15278":{},"15418":{},"15447":{},"15537":{},"15551":{},"15691":{},"15720":{},"15810":{},"15824":{},"15964":{},"15993":{},"16083":{},"16097":{},"16237":{},"16266":{},"16356":{},"16370":{},"16510":{},"16539":{},"16629":{},"16643":{},"16783":{},"16812":{},"16902":{},"16916":{},"17056":{},"17085":{},"17175":{},"17189":{},"17329":{},"17358":{},"17448":{},"17462":{},"17602":{},"17631":{},"17721":{},"17735":{},"17875":{},"17904":{},"17994":{},"18008":{},"18148":{},"18177":{},"18267":{},"18281":{},"18421":{},"18450":{},"18540":{},"18554":{},"18694":{},"18723":{},"18813":{},"18827":{},"18967":{},"18996":{},"19086":{},"19100":{},"19240":{},"19269":{},"19359":{},"19373":{},"19513":{},"19542":{},"19632":{},"19646":{},"24572":{},"24602":{},"24709":{},"24723":{},"24864":{},"24894":{},"25001":{},"25015":{},"25156":{},"25186":{},"25293":{},"25307":{},"25448":{},"25478":{},"25585":{},"25599":{},"25740":{},"25770":{},"25877":{},"25891":{},"26032":{},"26062":{},"26169":{},"26183":{},"26324":{},"26354":{},"26461":{},"26475":{},"26616":{},"26646":{},"26753":{},"26767":{},"26908":{},"26938":{},"27045":{},"27059":{},"27200":{},"27230":{},"27337":{},"27351":{},"27492":{},"27522":{},"27629":{},"27643":{},"27784":{},"27814":{},"27921":{},"27935":{},"28076":{},"28106":{},"28213":{},"28227":{},"28368":{},"28398":{},"28505":{},"28519":{},"28660":{},"28690":{},"28797":{},"28811":{},"28952":{},"28982":{},"29089":{},"29103":{},"29244":{},"29274":{},"29381":{},"29395":{},"29536":{},"29566":{},"29673":{},"29687":{},"29828":{},"29858":{},"29965":{},"29979":{},"30120":{},"30150":{},"30257":{},"30271":{},"30412":{},"30442":{},"30549":{},"30563":{},"30704":{},"30734":{},"30841":{},"30855":{},"30996":{},"31026":{},"31133":{},"31147":{},"31288":{},"31318":{},"31425":{},"31439":{},"31580":{},"31610":{},"31717":{},"31731":{},"31872":{},"31902":{},"32009":{},"32023":{},"32164":{},"32194":{},"32301":{},"32315":{},"32456":{},"32486":{},"32593":{},"32607":{},"32748":{},"32778":{},"32885":{},"32899":{},"33040":{},"33070":{},"33177":{},"33191":{},"33332":{},"33362":{},"33469":{},"33483":{},"33624":{},"33654":{},"33761":{},"33775":{},"33916":{},"33946":{},"34053":{},"34067":{},"34208":{},"34238":{},"34345":{},"34359":{}},"parent":{}}],["token",{"_index":97,"name":{"107":{},"143":{},"890":{},"927":{},"1455":{},"1735":{},"2015":{},"2295":{},"2575":{},"2855":{},"3135":{},"3415":{},"3695":{},"3975":{},"4255":{},"4535":{},"4815":{},"5095":{},"5375":{},"5655":{},"5935":{},"6215":{},"6495":{},"6775":{},"7055":{},"7335":{},"7615":{},"7895":{},"8175":{},"8455":{},"8735":{},"9015":{},"9295":{},"9575":{},"9855":{},"10135":{},"10415":{},"10695":{},"10984":{},"11257":{},"11530":{},"11803":{},"12076":{},"12349":{},"12622":{},"12895":{},"13168":{},"13441":{},"13714":{},"13987":{},"14260":{},"14533":{},"14806":{},"15079":{},"15352":{},"15625":{},"15898":{},"16171":{},"16444":{},"16717":{},"16990":{},"17263":{},"17536":{},"17809":{},"18082":{},"18355":{},"18628":{},"18901":{},"19174":{},"19447":{},"19720":{},"19926":{},"20134":{},"20342":{},"20550":{},"20758":{},"20966":{},"21174":{},"21382":{},"21590":{},"21798":{},"22006":{},"22214":{},"22422":{},"22630":{},"22838":{},"23046":{},"23254":{},"23462":{},"23670":{},"23878":{},"24086":{},"24294":{},"24502":{},"24798":{},"25090":{},"25382":{},"25674":{},"25966":{},"26258":{},"26550":{},"26842":{},"27134":{},"27426":{},"27718":{},"28010":{},"28302":{},"28594":{},"28886":{},"29178":{},"29470":{},"29762":{},"30054":{},"30346":{},"30638":{},"30930":{},"31222":{},"31514":{},"31806":{},"32098":{},"32390":{},"32682":{},"32974":{},"33266":{},"33558":{},"33850":{},"34142":{},"34434":{}},"parent":{}}],["token_type",{"_index":419,"name":{"816":{},"840":{},"1458":{},"1738":{},"2018":{},"2298":{},"2578":{},"2858":{},"3138":{},"3418":{},"3698":{},"3978":{},"4258":{},"4538":{},"4818":{},"5098":{},"5378":{},"5658":{},"5938":{},"6218":{},"6498":{},"6778":{},"7058":{},"7338":{},"7618":{},"7898":{},"8178":{},"8458":{},"8738":{},"9018":{},"9298":{},"9578":{},"9858":{},"10138":{},"10418":{},"10698":{},"10987":{},"11260":{},"11533":{},"11806":{},"12079":{},"12352":{},"12625":{},"12898":{},"13171":{},"13444":{},"13717":{},"13990":{},"14263":{},"14536":{},"14809":{},"15082":{},"15355":{},"15628":{},"15901":{},"16174":{},"16447":{},"16720":{},"16993":{},"17266":{},"17539":{},"17812":{},"18085":{},"18358":{},"18631":{},"18904":{},"19177":{},"19450":{},"19723":{},"24801":{},"25093":{},"25385":{},"25677":{},"25969":{},"26261":{},"26553":{},"26845":{},"27137":{},"27429":{},"27721":{},"28013":{},"28305":{},"28597":{},"28889":{},"29181":{},"29473":{},"29765":{},"30057":{},"30349":{},"30641":{},"30933":{},"31225":{},"31517":{},"31809":{},"32101":{},"32393":{},"32685":{},"32977":{},"33269":{},"33561":{},"33853":{},"34145":{},"34437":{}},"parent":{}}],["tokendata",{"_index":431,"name":{"835":{}},"parent":{}}],["tokendatafromserver",{"_index":415,"name":{"813":{}},"parent":{}}],["tokentype",{"_index":434,"name":{"845":{}},"parent":{}}],["type",{"_index":540,"name":{"1231":{},"1243":{},"1400":{},"1511":{},"1523":{},"1680":{},"1791":{},"1803":{},"1960":{},"2071":{},"2083":{},"2240":{},"2351":{},"2363":{},"2520":{},"2631":{},"2643":{},"2800":{},"2911":{},"2923":{},"3080":{},"3191":{},"3203":{},"3360":{},"3471":{},"3483":{},"3640":{},"3751":{},"3763":{},"3920":{},"4031":{},"4043":{},"4200":{},"4311":{},"4323":{},"4480":{},"4591":{},"4603":{},"4760":{},"4871":{},"4883":{},"5040":{},"5151":{},"5163":{},"5320":{},"5431":{},"5443":{},"5600":{},"5711":{},"5723":{},"5880":{},"5991":{},"6003":{},"6160":{},"6271":{},"6283":{},"6440":{},"6551":{},"6563":{},"6720":{},"6831":{},"6843":{},"7000":{},"7111":{},"7123":{},"7280":{},"7391":{},"7403":{},"7560":{},"7671":{},"7683":{},"7840":{},"7951":{},"7963":{},"8120":{},"8231":{},"8243":{},"8400":{},"8511":{},"8523":{},"8680":{},"8791":{},"8803":{},"8960":{},"9071":{},"9083":{},"9240":{},"9351":{},"9363":{},"9520":{},"9631":{},"9643":{},"9800":{},"9911":{},"9923":{},"10080":{},"10191":{},"10203":{},"10360":{},"10471":{},"10483":{},"10640":{},"10767":{},"10779":{},"10929":{},"11040":{},"11052":{},"11202":{},"11313":{},"11325":{},"11475":{},"11586":{},"11598":{},"11748":{},"11859":{},"11871":{},"12021":{},"12132":{},"12144":{},"12294":{},"12405":{},"12417":{},"12567":{},"12678":{},"12690":{},"12840":{},"12951":{},"12963":{},"13113":{},"13224":{},"13236":{},"13386":{},"13497":{},"13509":{},"13659":{},"13770":{},"13782":{},"13932":{},"14043":{},"14055":{},"14205":{},"14316":{},"14328":{},"14478":{},"14589":{},"14601":{},"14751":{},"14862":{},"14874":{},"15024":{},"15135":{},"15147":{},"15297":{},"15408":{},"15420":{},"15570":{},"15681":{},"15693":{},"15843":{},"15954":{},"15966":{},"16116":{},"16227":{},"16239":{},"16389":{},"16500":{},"16512":{},"16662":{},"16773":{},"16785":{},"16935":{},"17046":{},"17058":{},"17208":{},"17319":{},"17331":{},"17481":{},"17592":{},"17604":{},"17754":{},"17865":{},"17877":{},"18027":{},"18138":{},"18150":{},"18300":{},"18411":{},"18423":{},"18573":{},"18684":{},"18696":{},"18846":{},"18957":{},"18969":{},"19119":{},"19230":{},"19242":{},"19392":{},"19503":{},"19515":{},"19665":{},"19755":{},"19898":{},"19909":{},"19963":{},"20106":{},"20117":{},"20171":{},"20314":{},"20325":{},"20379":{},"20522":{},"20533":{},"20587":{},"20730":{},"20741":{},"20795":{},"20938":{},"20949":{},"21003":{},"21146":{},"21157":{},"21211":{},"21354":{},"21365":{},"21419":{},"21562":{},"21573":{},"21627":{},"21770":{},"21781":{},"21835":{},"21978":{},"21989":{},"22043":{},"22186":{},"22197":{},"22251":{},"22394":{},"22405":{},"22459":{},"22602":{},"22613":{},"22667":{},"22810":{},"22821":{},"22875":{},"23018":{},"23029":{},"23083":{},"23226":{},"23237":{},"23291":{},"23434":{},"23445":{},"23499":{},"23642":{},"23653":{},"23707":{},"23850":{},"23861":{},"23915":{},"24058":{},"24069":{},"24123":{},"24266":{},"24277":{},"24331":{},"24474":{},"24485":{},"24562":{},"24574":{},"24743":{},"24854":{},"24866":{},"25035":{},"25146":{},"25158":{},"25327":{},"25438":{},"25450":{},"25619":{},"25730":{},"25742":{},"25911":{},"26022":{},"26034":{},"26203":{},"26314":{},"26326":{},"26495":{},"26606":{},"26618":{},"26787":{},"26898":{},"26910":{},"27079":{},"27190":{},"27202":{},"27371":{},"27482":{},"27494":{},"27663":{},"27774":{},"27786":{},"27955":{},"28066":{},"28078":{},"28247":{},"28358":{},"28370":{},"28539":{},"28650":{},"28662":{},"28831":{},"28942":{},"28954":{},"29123":{},"29234":{},"29246":{},"29415":{},"29526":{},"29538":{},"29707":{},"29818":{},"29830":{},"29999":{},"30110":{},"30122":{},"30291":{},"30402":{},"30414":{},"30583":{},"30694":{},"30706":{},"30875":{},"30986":{},"30998":{},"31167":{},"31278":{},"31290":{},"31459":{},"31570":{},"31582":{},"31751":{},"31862":{},"31874":{},"32043":{},"32154":{},"32166":{},"32335":{},"32446":{},"32458":{},"32627":{},"32738":{},"32750":{},"32919":{},"33030":{},"33042":{},"33211":{},"33322":{},"33334":{},"33503":{},"33614":{},"33626":{},"33795":{},"33906":{},"33918":{},"34087":{},"34198":{},"34210":{},"34379":{}},"parent":{}}],["unblockaccount",{"_index":209,"name":{"272":{},"414":{},"689":{},"1059":{}},"parent":{}}],["unblockdomain",{"_index":223,"name":{"286":{},"428":{},"703":{},"1073":{}},"parent":{}}],["unbookmarkstatus",{"_index":250,"name":{"314":{},"456":{},"731":{},"1101":{}},"parent":{}}],["unexpectederror",{"_index":327,"name":{"522":{}},"parent":{}}],["unfavouritestatus",{"_index":246,"name":{"310":{},"452":{},"727":{},"1097":{}},"parent":{}}],["unfollowaccount",{"_index":207,"name":{"270":{},"412":{},"687":{},"1057":{}},"parent":{}}],["unmuteaccount",{"_index":211,"name":{"274":{},"416":{},"691":{},"1061":{}},"parent":{}}],["unmutestatus",{"_index":252,"name":{"316":{},"458":{},"733":{},"1103":{}},"parent":{}}],["unpinaccount",{"_index":213,"name":{"276":{},"418":{},"693":{},"1063":{}},"parent":{}}],["unpinstatus",{"_index":254,"name":{"318":{},"460":{},"735":{},"1105":{}},"parent":{}}],["unread",{"_index":605,"name":{"1328":{},"1608":{},"1888":{},"2168":{},"2448":{},"2728":{},"3008":{},"3288":{},"3568":{},"3848":{},"4128":{},"4408":{},"4688":{},"4968":{},"5248":{},"5528":{},"5808":{},"6088":{},"6368":{},"6648":{},"6928":{},"7208":{},"7488":{},"7768":{},"8048":{},"8328":{},"8608":{},"8888":{},"9168":{},"9448":{},"9728":{},"10008":{},"10288":{},"10568":{},"10858":{},"11131":{},"11404":{},"11677":{},"11950":{},"12223":{},"12496":{},"12769":{},"13042":{},"13315":{},"13588":{},"13861":{},"14134":{},"14407":{},"14680":{},"14953":{},"15226":{},"15499":{},"15772":{},"16045":{},"16318":{},"16591":{},"16864":{},"17137":{},"17410":{},"17683":{},"17956":{},"18229":{},"18502":{},"18775":{},"19048":{},"19321":{},"19594":{},"24671":{},"24963":{},"25255":{},"25547":{},"25839":{},"26131":{},"26423":{},"26715":{},"27007":{},"27299":{},"27591":{},"27883":{},"28175":{},"28467":{},"28759":{},"29051":{},"29343":{},"29635":{},"29927":{},"30219":{},"30511":{},"30803":{},"31095":{},"31387":{},"31679":{},"31971":{},"32263":{},"32555":{},"32847":{},"33139":{},"33431":{},"33723":{},"34015":{},"34307":{}},"parent":{}}],["unreblogstatus",{"_index":248,"name":{"312":{},"454":{},"729":{},"1099":{}},"parent":{}}],["unsubscribeaccount",{"_index":200,"name":{"263":{},"406":{},"681":{},"1050":{}},"parent":{}}],["updatecredentials",{"_index":196,"name":{"259":{},"401":{},"676":{},"1046":{}},"parent":{}}],["updated_at",{"_index":622,"name":{"1352":{},"1387":{},"1392":{},"1632":{},"1667":{},"1672":{},"1912":{},"1947":{},"1952":{},"2192":{},"2227":{},"2232":{},"2472":{},"2507":{},"2512":{},"2752":{},"2787":{},"2792":{},"3032":{},"3067":{},"3072":{},"3312":{},"3347":{},"3352":{},"3592":{},"3627":{},"3632":{},"3872":{},"3907":{},"3912":{},"4152":{},"4187":{},"4192":{},"4432":{},"4467":{},"4472":{},"4712":{},"4747":{},"4752":{},"4992":{},"5027":{},"5032":{},"5272":{},"5307":{},"5312":{},"5552":{},"5587":{},"5592":{},"5832":{},"5867":{},"5872":{},"6112":{},"6147":{},"6152":{},"6392":{},"6427":{},"6432":{},"6672":{},"6707":{},"6712":{},"6952":{},"6987":{},"6992":{},"7232":{},"7267":{},"7272":{},"7512":{},"7547":{},"7552":{},"7792":{},"7827":{},"7832":{},"8072":{},"8107":{},"8112":{},"8352":{},"8387":{},"8392":{},"8632":{},"8667":{},"8672":{},"8912":{},"8947":{},"8952":{},"9192":{},"9227":{},"9232":{},"9472":{},"9507":{},"9512":{},"9752":{},"9787":{},"9792":{},"10032":{},"10067":{},"10072":{},"10312":{},"10347":{},"10352":{},"10592":{},"10627":{},"10632":{},"10882":{},"10917":{},"10922":{},"11155":{},"11190":{},"11195":{},"11428":{},"11463":{},"11468":{},"11701":{},"11736":{},"11741":{},"11974":{},"12009":{},"12014":{},"12247":{},"12282":{},"12287":{},"12520":{},"12555":{},"12560":{},"12793":{},"12828":{},"12833":{},"13066":{},"13101":{},"13106":{},"13339":{},"13374":{},"13379":{},"13612":{},"13647":{},"13652":{},"13885":{},"13920":{},"13925":{},"14158":{},"14193":{},"14198":{},"14431":{},"14466":{},"14471":{},"14704":{},"14739":{},"14744":{},"14977":{},"15012":{},"15017":{},"15250":{},"15285":{},"15290":{},"15523":{},"15558":{},"15563":{},"15796":{},"15831":{},"15836":{},"16069":{},"16104":{},"16109":{},"16342":{},"16377":{},"16382":{},"16615":{},"16650":{},"16655":{},"16888":{},"16923":{},"16928":{},"17161":{},"17196":{},"17201":{},"17434":{},"17469":{},"17474":{},"17707":{},"17742":{},"17747":{},"17980":{},"18015":{},"18020":{},"18253":{},"18288":{},"18293":{},"18526":{},"18561":{},"18566":{},"18799":{},"18834":{},"18839":{},"19072":{},"19107":{},"19112":{},"19345":{},"19380":{},"19385":{},"19618":{},"19653":{},"19658":{},"24695":{},"24730":{},"24735":{},"24987":{},"25022":{},"25027":{},"25279":{},"25314":{},"25319":{},"25571":{},"25606":{},"25611":{},"25863":{},"25898":{},"25903":{},"26155":{},"26190":{},"26195":{},"26447":{},"26482":{},"26487":{},"26739":{},"26774":{},"26779":{},"27031":{},"27066":{},"27071":{},"27323":{},"27358":{},"27363":{},"27615":{},"27650":{},"27655":{},"27907":{},"27942":{},"27947":{},"28199":{},"28234":{},"28239":{},"28491":{},"28526":{},"28531":{},"28783":{},"28818":{},"28823":{},"29075":{},"29110":{},"29115":{},"29367":{},"29402":{},"29407":{},"29659":{},"29694":{},"29699":{},"29951":{},"29986":{},"29991":{},"30243":{},"30278":{},"30283":{},"30535":{},"30570":{},"30575":{},"30827":{},"30862":{},"30867":{},"31119":{},"31154":{},"31159":{},"31411":{},"31446":{},"31451":{},"31703":{},"31738":{},"31743":{},"31995":{},"32030":{},"32035":{},"32287":{},"32322":{},"32327":{},"32579":{},"32614":{},"32619":{},"32871":{},"32906":{},"32911":{},"33163":{},"33198":{},"33203":{},"33455":{},"33490":{},"33495":{},"33747":{},"33782":{},"33787":{},"34039":{},"34074":{},"34079":{},"34331":{},"34366":{},"34371":{}},"parent":{}}],["updatefilter",{"_index":227,"name":{"290":{},"432":{},"707":{},"1077":{}},"parent":{}}],["updatelist",{"_index":274,"name":{"338":{},"480":{},"755":{},"1125":{}},"parent":{}}],["updatemedia",{"_index":256,"name":{"320":{},"462":{},"737":{},"1107":{}},"parent":{}}],["updatepushsubscription",{"_index":287,"name":{"351":{},"493":{},"768":{},"1138":{}},"parent":{}}],["uploadmedia",{"_index":255,"name":{"319":{},"461":{},"736":{},"1106":{}},"parent":{}}],["uri",{"_index":581,"name":{"1290":{},"1365":{},"1570":{},"1645":{},"1850":{},"1925":{},"2130":{},"2205":{},"2410":{},"2485":{},"2690":{},"2765":{},"2970":{},"3045":{},"3250":{},"3325":{},"3530":{},"3605":{},"3810":{},"3885":{},"4090":{},"4165":{},"4370":{},"4445":{},"4650":{},"4725":{},"4930":{},"5005":{},"5210":{},"5285":{},"5490":{},"5565":{},"5770":{},"5845":{},"6050":{},"6125":{},"6330":{},"6405":{},"6610":{},"6685":{},"6890":{},"6965":{},"7170":{},"7245":{},"7450":{},"7525":{},"7730":{},"7805":{},"8010":{},"8085":{},"8290":{},"8365":{},"8570":{},"8645":{},"8850":{},"8925":{},"9130":{},"9205":{},"9410":{},"9485":{},"9690":{},"9765":{},"9970":{},"10045":{},"10250":{},"10325":{},"10530":{},"10605":{},"10820":{},"10895":{},"11093":{},"11168":{},"11366":{},"11441":{},"11639":{},"11714":{},"11912":{},"11987":{},"12185":{},"12260":{},"12458":{},"12533":{},"12731":{},"12806":{},"13004":{},"13079":{},"13277":{},"13352":{},"13550":{},"13625":{},"13823":{},"13898":{},"14096":{},"14171":{},"14369":{},"14444":{},"14642":{},"14717":{},"14915":{},"14990":{},"15188":{},"15263":{},"15461":{},"15536":{},"15734":{},"15809":{},"16007":{},"16082":{},"16280":{},"16355":{},"16553":{},"16628":{},"16826":{},"16901":{},"17099":{},"17174":{},"17372":{},"17447":{},"17645":{},"17720":{},"17918":{},"17993":{},"18191":{},"18266":{},"18464":{},"18539":{},"18737":{},"18812":{},"19010":{},"19085":{},"19283":{},"19358":{},"19556":{},"19631":{},"19794":{},"19880":{},"20002":{},"20088":{},"20210":{},"20296":{},"20418":{},"20504":{},"20626":{},"20712":{},"20834":{},"20920":{},"21042":{},"21128":{},"21250":{},"21336":{},"21458":{},"21544":{},"21666":{},"21752":{},"21874":{},"21960":{},"22082":{},"22168":{},"22290":{},"22376":{},"22498":{},"22584":{},"22706":{},"22792":{},"22914":{},"23000":{},"23122":{},"23208":{},"23330":{},"23416":{},"23538":{},"23624":{},"23746":{},"23832":{},"23954":{},"24040":{},"24162":{},"24248":{},"24370":{},"24456":{},"24622":{},"24708":{},"24914":{},"25000":{},"25206":{},"25292":{},"25498":{},"25584":{},"25790":{},"25876":{},"26082":{},"26168":{},"26374":{},"26460":{},"26666":{},"26752":{},"26958":{},"27044":{},"27250":{},"27336":{},"27542":{},"27628":{},"27834":{},"27920":{},"28126":{},"28212":{},"28418":{},"28504":{},"28710":{},"28796":{},"29002":{},"29088":{},"29294":{},"29380":{},"29586":{},"29672":{},"29878":{},"29964":{},"30170":{},"30256":{},"30462":{},"30548":{},"30754":{},"30840":{},"31046":{},"31132":{},"31338":{},"31424":{},"31630":{},"31716":{},"31922":{},"32008":{},"32214":{},"32300":{},"32506":{},"32592":{},"32798":{},"32884":{},"33090":{},"33176":{},"33382":{},"33468":{},"33674":{},"33760":{},"33966":{},"34052":{},"34258":{},"34344":{}},"parent":{}}],["url",{"_index":155,"name":{"195":{},"214":{},"628":{},"824":{},"1001":{},"1186":{},"1207":{},"1232":{},"1240":{},"1256":{},"1266":{},"1291":{},"1466":{},"1487":{},"1512":{},"1520":{},"1536":{},"1546":{},"1571":{},"1746":{},"1767":{},"1792":{},"1800":{},"1816":{},"1826":{},"1851":{},"2026":{},"2047":{},"2072":{},"2080":{},"2096":{},"2106":{},"2131":{},"2306":{},"2327":{},"2352":{},"2360":{},"2376":{},"2386":{},"2411":{},"2586":{},"2607":{},"2632":{},"2640":{},"2656":{},"2666":{},"2691":{},"2866":{},"2887":{},"2912":{},"2920":{},"2936":{},"2946":{},"2971":{},"3146":{},"3167":{},"3192":{},"3200":{},"3216":{},"3226":{},"3251":{},"3426":{},"3447":{},"3472":{},"3480":{},"3496":{},"3506":{},"3531":{},"3706":{},"3727":{},"3752":{},"3760":{},"3776":{},"3786":{},"3811":{},"3986":{},"4007":{},"4032":{},"4040":{},"4056":{},"4066":{},"4091":{},"4266":{},"4287":{},"4312":{},"4320":{},"4336":{},"4346":{},"4371":{},"4546":{},"4567":{},"4592":{},"4600":{},"4616":{},"4626":{},"4651":{},"4826":{},"4847":{},"4872":{},"4880":{},"4896":{},"4906":{},"4931":{},"5106":{},"5127":{},"5152":{},"5160":{},"5176":{},"5186":{},"5211":{},"5386":{},"5407":{},"5432":{},"5440":{},"5456":{},"5466":{},"5491":{},"5666":{},"5687":{},"5712":{},"5720":{},"5736":{},"5746":{},"5771":{},"5946":{},"5967":{},"5992":{},"6000":{},"6016":{},"6026":{},"6051":{},"6226":{},"6247":{},"6272":{},"6280":{},"6296":{},"6306":{},"6331":{},"6506":{},"6527":{},"6552":{},"6560":{},"6576":{},"6586":{},"6611":{},"6786":{},"6807":{},"6832":{},"6840":{},"6856":{},"6866":{},"6891":{},"7066":{},"7087":{},"7112":{},"7120":{},"7136":{},"7146":{},"7171":{},"7346":{},"7367":{},"7392":{},"7400":{},"7416":{},"7426":{},"7451":{},"7626":{},"7647":{},"7672":{},"7680":{},"7696":{},"7706":{},"7731":{},"7906":{},"7927":{},"7952":{},"7960":{},"7976":{},"7986":{},"8011":{},"8186":{},"8207":{},"8232":{},"8240":{},"8256":{},"8266":{},"8291":{},"8466":{},"8487":{},"8512":{},"8520":{},"8536":{},"8546":{},"8571":{},"8746":{},"8767":{},"8792":{},"8800":{},"8816":{},"8826":{},"8851":{},"9026":{},"9047":{},"9072":{},"9080":{},"9096":{},"9106":{},"9131":{},"9306":{},"9327":{},"9352":{},"9360":{},"9376":{},"9386":{},"9411":{},"9586":{},"9607":{},"9632":{},"9640":{},"9656":{},"9666":{},"9691":{},"9866":{},"9887":{},"9912":{},"9920":{},"9936":{},"9946":{},"9971":{},"10146":{},"10167":{},"10192":{},"10200":{},"10216":{},"10226":{},"10251":{},"10426":{},"10447":{},"10472":{},"10480":{},"10496":{},"10506":{},"10531":{},"10722":{},"10743":{},"10768":{},"10776":{},"10792":{},"10802":{},"10821":{},"10995":{},"11016":{},"11041":{},"11049":{},"11065":{},"11075":{},"11094":{},"11268":{},"11289":{},"11314":{},"11322":{},"11338":{},"11348":{},"11367":{},"11541":{},"11562":{},"11587":{},"11595":{},"11611":{},"11621":{},"11640":{},"11814":{},"11835":{},"11860":{},"11868":{},"11884":{},"11894":{},"11913":{},"12087":{},"12108":{},"12133":{},"12141":{},"12157":{},"12167":{},"12186":{},"12360":{},"12381":{},"12406":{},"12414":{},"12430":{},"12440":{},"12459":{},"12633":{},"12654":{},"12679":{},"12687":{},"12703":{},"12713":{},"12732":{},"12906":{},"12927":{},"12952":{},"12960":{},"12976":{},"12986":{},"13005":{},"13179":{},"13200":{},"13225":{},"13233":{},"13249":{},"13259":{},"13278":{},"13452":{},"13473":{},"13498":{},"13506":{},"13522":{},"13532":{},"13551":{},"13725":{},"13746":{},"13771":{},"13779":{},"13795":{},"13805":{},"13824":{},"13998":{},"14019":{},"14044":{},"14052":{},"14068":{},"14078":{},"14097":{},"14271":{},"14292":{},"14317":{},"14325":{},"14341":{},"14351":{},"14370":{},"14544":{},"14565":{},"14590":{},"14598":{},"14614":{},"14624":{},"14643":{},"14817":{},"14838":{},"14863":{},"14871":{},"14887":{},"14897":{},"14916":{},"15090":{},"15111":{},"15136":{},"15144":{},"15160":{},"15170":{},"15189":{},"15363":{},"15384":{},"15409":{},"15417":{},"15433":{},"15443":{},"15462":{},"15636":{},"15657":{},"15682":{},"15690":{},"15706":{},"15716":{},"15735":{},"15909":{},"15930":{},"15955":{},"15963":{},"15979":{},"15989":{},"16008":{},"16182":{},"16203":{},"16228":{},"16236":{},"16252":{},"16262":{},"16281":{},"16455":{},"16476":{},"16501":{},"16509":{},"16525":{},"16535":{},"16554":{},"16728":{},"16749":{},"16774":{},"16782":{},"16798":{},"16808":{},"16827":{},"17001":{},"17022":{},"17047":{},"17055":{},"17071":{},"17081":{},"17100":{},"17274":{},"17295":{},"17320":{},"17328":{},"17344":{},"17354":{},"17373":{},"17547":{},"17568":{},"17593":{},"17601":{},"17617":{},"17627":{},"17646":{},"17820":{},"17841":{},"17866":{},"17874":{},"17890":{},"17900":{},"17919":{},"18093":{},"18114":{},"18139":{},"18147":{},"18163":{},"18173":{},"18192":{},"18366":{},"18387":{},"18412":{},"18420":{},"18436":{},"18446":{},"18465":{},"18639":{},"18660":{},"18685":{},"18693":{},"18709":{},"18719":{},"18738":{},"18912":{},"18933":{},"18958":{},"18966":{},"18982":{},"18992":{},"19011":{},"19185":{},"19206":{},"19231":{},"19239":{},"19255":{},"19265":{},"19284":{},"19458":{},"19479":{},"19504":{},"19512":{},"19528":{},"19538":{},"19557":{},"19739":{},"19764":{},"19927":{},"19947":{},"19972":{},"20135":{},"20155":{},"20180":{},"20343":{},"20363":{},"20388":{},"20551":{},"20571":{},"20596":{},"20759":{},"20779":{},"20804":{},"20967":{},"20987":{},"21012":{},"21175":{},"21195":{},"21220":{},"21383":{},"21403":{},"21428":{},"21591":{},"21611":{},"21636":{},"21799":{},"21819":{},"21844":{},"22007":{},"22027":{},"22052":{},"22215":{},"22235":{},"22260":{},"22423":{},"22443":{},"22468":{},"22631":{},"22651":{},"22676":{},"22839":{},"22859":{},"22884":{},"23047":{},"23067":{},"23092":{},"23255":{},"23275":{},"23300":{},"23463":{},"23483":{},"23508":{},"23671":{},"23691":{},"23716":{},"23879":{},"23899":{},"23924":{},"24087":{},"24107":{},"24132":{},"24295":{},"24315":{},"24340":{},"24503":{},"24517":{},"24538":{},"24563":{},"24571":{},"24588":{},"24598":{},"24623":{},"24809":{},"24830":{},"24855":{},"24863":{},"24880":{},"24890":{},"24915":{},"25101":{},"25122":{},"25147":{},"25155":{},"25172":{},"25182":{},"25207":{},"25393":{},"25414":{},"25439":{},"25447":{},"25464":{},"25474":{},"25499":{},"25685":{},"25706":{},"25731":{},"25739":{},"25756":{},"25766":{},"25791":{},"25977":{},"25998":{},"26023":{},"26031":{},"26048":{},"26058":{},"26083":{},"26269":{},"26290":{},"26315":{},"26323":{},"26340":{},"26350":{},"26375":{},"26561":{},"26582":{},"26607":{},"26615":{},"26632":{},"26642":{},"26667":{},"26853":{},"26874":{},"26899":{},"26907":{},"26924":{},"26934":{},"26959":{},"27145":{},"27166":{},"27191":{},"27199":{},"27216":{},"27226":{},"27251":{},"27437":{},"27458":{},"27483":{},"27491":{},"27508":{},"27518":{},"27543":{},"27729":{},"27750":{},"27775":{},"27783":{},"27800":{},"27810":{},"27835":{},"28021":{},"28042":{},"28067":{},"28075":{},"28092":{},"28102":{},"28127":{},"28313":{},"28334":{},"28359":{},"28367":{},"28384":{},"28394":{},"28419":{},"28605":{},"28626":{},"28651":{},"28659":{},"28676":{},"28686":{},"28711":{},"28897":{},"28918":{},"28943":{},"28951":{},"28968":{},"28978":{},"29003":{},"29189":{},"29210":{},"29235":{},"29243":{},"29260":{},"29270":{},"29295":{},"29481":{},"29502":{},"29527":{},"29535":{},"29552":{},"29562":{},"29587":{},"29773":{},"29794":{},"29819":{},"29827":{},"29844":{},"29854":{},"29879":{},"30065":{},"30086":{},"30111":{},"30119":{},"30136":{},"30146":{},"30171":{},"30357":{},"30378":{},"30403":{},"30411":{},"30428":{},"30438":{},"30463":{},"30649":{},"30670":{},"30695":{},"30703":{},"30720":{},"30730":{},"30755":{},"30941":{},"30962":{},"30987":{},"30995":{},"31012":{},"31022":{},"31047":{},"31233":{},"31254":{},"31279":{},"31287":{},"31304":{},"31314":{},"31339":{},"31525":{},"31546":{},"31571":{},"31579":{},"31596":{},"31606":{},"31631":{},"31817":{},"31838":{},"31863":{},"31871":{},"31888":{},"31898":{},"31923":{},"32109":{},"32130":{},"32155":{},"32163":{},"32180":{},"32190":{},"32215":{},"32401":{},"32422":{},"32447":{},"32455":{},"32472":{},"32482":{},"32507":{},"32693":{},"32714":{},"32739":{},"32747":{},"32764":{},"32774":{},"32799":{},"32985":{},"33006":{},"33031":{},"33039":{},"33056":{},"33066":{},"33091":{},"33277":{},"33298":{},"33323":{},"33331":{},"33348":{},"33358":{},"33383":{},"33569":{},"33590":{},"33615":{},"33623":{},"33640":{},"33650":{},"33675":{},"33861":{},"33882":{},"33907":{},"33915":{},"33932":{},"33942":{},"33967":{},"34153":{},"34174":{},"34199":{},"34207":{},"34224":{},"34234":{},"34259":{}},"parent":{}}],["urls",{"_index":98,"name":{"108":{},"144":{},"891":{},"928":{},"1355":{},"1371":{},"1635":{},"1651":{},"1915":{},"1931":{},"2195":{},"2211":{},"2475":{},"2491":{},"2755":{},"2771":{},"3035":{},"3051":{},"3315":{},"3331":{},"3595":{},"3611":{},"3875":{},"3891":{},"4155":{},"4171":{},"4435":{},"4451":{},"4715":{},"4731":{},"4995":{},"5011":{},"5275":{},"5291":{},"5555":{},"5571":{},"5835":{},"5851":{},"6115":{},"6131":{},"6395":{},"6411":{},"6675":{},"6691":{},"6955":{},"6971":{},"7235":{},"7251":{},"7515":{},"7531":{},"7795":{},"7811":{},"8075":{},"8091":{},"8355":{},"8371":{},"8635":{},"8651":{},"8915":{},"8931":{},"9195":{},"9211":{},"9475":{},"9491":{},"9755":{},"9771":{},"10035":{},"10051":{},"10315":{},"10331":{},"10595":{},"10611":{},"10885":{},"10901":{},"11158":{},"11174":{},"11431":{},"11447":{},"11704":{},"11720":{},"11977":{},"11993":{},"12250":{},"12266":{},"12523":{},"12539":{},"12796":{},"12812":{},"13069":{},"13085":{},"13342":{},"13358":{},"13615":{},"13631":{},"13888":{},"13904":{},"14161":{},"14177":{},"14434":{},"14450":{},"14707":{},"14723":{},"14980":{},"14996":{},"15253":{},"15269":{},"15526":{},"15542":{},"15799":{},"15815":{},"16072":{},"16088":{},"16345":{},"16361":{},"16618":{},"16634":{},"16891":{},"16907":{},"17164":{},"17180":{},"17437":{},"17453":{},"17710":{},"17726":{},"17983":{},"17999":{},"18256":{},"18272":{},"18529":{},"18545":{},"18802":{},"18818":{},"19075":{},"19091":{},"19348":{},"19364":{},"19621":{},"19637":{},"24698":{},"24714":{},"24990":{},"25006":{},"25282":{},"25298":{},"25574":{},"25590":{},"25866":{},"25882":{},"26158":{},"26174":{},"26450":{},"26466":{},"26742":{},"26758":{},"27034":{},"27050":{},"27326":{},"27342":{},"27618":{},"27634":{},"27910":{},"27926":{},"28202":{},"28218":{},"28494":{},"28510":{},"28786":{},"28802":{},"29078":{},"29094":{},"29370":{},"29386":{},"29662":{},"29678":{},"29954":{},"29970":{},"30246":{},"30262":{},"30538":{},"30554":{},"30830":{},"30846":{},"31122":{},"31138":{},"31414":{},"31430":{},"31706":{},"31722":{},"31998":{},"32014":{},"32290":{},"32306":{},"32582":{},"32598":{},"32874":{},"32890":{},"33166":{},"33182":{},"33458":{},"33474":{},"33750":{},"33766":{},"34042":{},"34058":{},"34334":{},"34350":{}},"parent":{}}],["user",{"_index":347,"name":{"548":{},"555":{},"19741":{},"19781":{},"19900":{},"19908":{},"19923":{},"19949":{},"19989":{},"20108":{},"20116":{},"20131":{},"20157":{},"20197":{},"20316":{},"20324":{},"20339":{},"20365":{},"20405":{},"20524":{},"20532":{},"20547":{},"20573":{},"20613":{},"20732":{},"20740":{},"20755":{},"20781":{},"20821":{},"20940":{},"20948":{},"20963":{},"20989":{},"21029":{},"21148":{},"21156":{},"21171":{},"21197":{},"21237":{},"21356":{},"21364":{},"21379":{},"21405":{},"21445":{},"21564":{},"21572":{},"21587":{},"21613":{},"21653":{},"21772":{},"21780":{},"21795":{},"21821":{},"21861":{},"21980":{},"21988":{},"22003":{},"22029":{},"22069":{},"22188":{},"22196":{},"22211":{},"22237":{},"22277":{},"22396":{},"22404":{},"22419":{},"22445":{},"22485":{},"22604":{},"22612":{},"22627":{},"22653":{},"22693":{},"22812":{},"22820":{},"22835":{},"22861":{},"22901":{},"23020":{},"23028":{},"23043":{},"23069":{},"23109":{},"23228":{},"23236":{},"23251":{},"23277":{},"23317":{},"23436":{},"23444":{},"23459":{},"23485":{},"23525":{},"23644":{},"23652":{},"23667":{},"23693":{},"23733":{},"23852":{},"23860":{},"23875":{},"23901":{},"23941":{},"24060":{},"24068":{},"24083":{},"24109":{},"24149":{},"24268":{},"24276":{},"24291":{},"24317":{},"24357":{},"24476":{},"24484":{},"24499":{}},"parent":{}}],["user_count",{"_index":629,"name":{"1360":{},"1640":{},"1920":{},"2200":{},"2480":{},"2760":{},"3040":{},"3320":{},"3600":{},"3880":{},"4160":{},"4440":{},"4720":{},"5000":{},"5280":{},"5560":{},"5840":{},"6120":{},"6400":{},"6680":{},"6960":{},"7240":{},"7520":{},"7800":{},"8080":{},"8360":{},"8640":{},"8920":{},"9200":{},"9480":{},"9760":{},"10040":{},"10320":{},"10600":{},"10890":{},"11163":{},"11436":{},"11709":{},"11982":{},"12255":{},"12528":{},"12801":{},"13074":{},"13347":{},"13620":{},"13893":{},"14166":{},"14439":{},"14712":{},"14985":{},"15258":{},"15531":{},"15804":{},"16077":{},"16350":{},"16623":{},"16896":{},"17169":{},"17442":{},"17715":{},"17988":{},"18261":{},"18534":{},"18807":{},"19080":{},"19353":{},"19626":{},"24703":{},"24995":{},"25287":{},"25579":{},"25871":{},"26163":{},"26455":{},"26747":{},"27039":{},"27331":{},"27623":{},"27915":{},"28207":{},"28499":{},"28791":{},"29083":{},"29375":{},"29667":{},"29959":{},"30251":{},"30543":{},"30835":{},"31127":{},"31419":{},"31711":{},"32003":{},"32295":{},"32587":{},"32879":{},"33171":{},"33463":{},"33755":{},"34047":{},"34339":{}},"parent":{}}],["useragent",{"_index":62,"name":{"64":{},"583":{},"944":{}},"parent":{}}],["userdetail",{"_index":348,"name":{"549":{},"556":{},"19802":{},"20010":{},"20218":{},"20426":{},"20634":{},"20842":{},"21050":{},"21258":{},"21466":{},"21674":{},"21882":{},"22090":{},"22298":{},"22506":{},"22714":{},"22922":{},"23130":{},"23338":{},"23546":{},"23754":{},"23962":{},"24170":{},"24378":{}},"parent":{}}],["userid",{"_index":5281,"name":{"19780":{},"19899":{},"19988":{},"20107":{},"20196":{},"20315":{},"20404":{},"20523":{},"20612":{},"20731":{},"20820":{},"20939":{},"21028":{},"21147":{},"21236":{},"21355":{},"21444":{},"21563":{},"21652":{},"21771":{},"21860":{},"21979":{},"22068":{},"22187":{},"22276":{},"22395":{},"22484":{},"22603":{},"22692":{},"22811":{},"22900":{},"23019":{},"23108":{},"23227":{},"23316":{},"23435":{},"23524":{},"23643":{},"23732":{},"23851":{},"23940":{},"24059":{},"24148":{},"24267":{},"24356":{},"24475":{}},"parent":{}}],["userids",{"_index":5333,"name":{"19873":{},"20081":{},"20289":{},"20497":{},"20705":{},"20913":{},"21121":{},"21329":{},"21537":{},"21745":{},"21953":{},"22161":{},"22369":{},"22577":{},"22785":{},"22993":{},"23201":{},"23409":{},"23617":{},"23825":{},"24033":{},"24241":{},"24449":{}},"parent":{}}],["userkey",{"_index":349,"name":{"550":{},"19920":{},"20128":{},"20336":{},"20544":{},"20752":{},"20960":{},"21168":{},"21376":{},"21584":{},"21792":{},"22000":{},"22208":{},"22416":{},"22624":{},"22832":{},"23040":{},"23248":{},"23456":{},"23664":{},"23872":{},"24080":{},"24288":{},"24496":{}},"parent":{}}],["username",{"_index":493,"name":{"1170":{},"1198":{},"1255":{},"1478":{},"1535":{},"1758":{},"1815":{},"2038":{},"2095":{},"2318":{},"2375":{},"2598":{},"2655":{},"2878":{},"2935":{},"3158":{},"3215":{},"3438":{},"3495":{},"3718":{},"3775":{},"3998":{},"4055":{},"4278":{},"4335":{},"4558":{},"4615":{},"4838":{},"4895":{},"5118":{},"5175":{},"5398":{},"5455":{},"5678":{},"5735":{},"5958":{},"6015":{},"6238":{},"6295":{},"6518":{},"6575":{},"6798":{},"6855":{},"7078":{},"7135":{},"7358":{},"7415":{},"7638":{},"7695":{},"7918":{},"7975":{},"8198":{},"8255":{},"8478":{},"8535":{},"8758":{},"8815":{},"9038":{},"9095":{},"9318":{},"9375":{},"9598":{},"9655":{},"9878":{},"9935":{},"10158":{},"10215":{},"10438":{},"10495":{},"10734":{},"10791":{},"11007":{},"11064":{},"11280":{},"11337":{},"11553":{},"11610":{},"11826":{},"11883":{},"12099":{},"12156":{},"12372":{},"12429":{},"12645":{},"12702":{},"12918":{},"12975":{},"13191":{},"13248":{},"13464":{},"13521":{},"13737":{},"13794":{},"14010":{},"14067":{},"14283":{},"14340":{},"14556":{},"14613":{},"14829":{},"14886":{},"15102":{},"15159":{},"15375":{},"15432":{},"15648":{},"15705":{},"15921":{},"15978":{},"16194":{},"16251":{},"16467":{},"16524":{},"16740":{},"16797":{},"17013":{},"17070":{},"17286":{},"17343":{},"17559":{},"17616":{},"17832":{},"17889":{},"18105":{},"18162":{},"18378":{},"18435":{},"18651":{},"18708":{},"18924":{},"18981":{},"19197":{},"19254":{},"19470":{},"19527":{},"19745":{},"19806":{},"19953":{},"20014":{},"20161":{},"20222":{},"20369":{},"20430":{},"20577":{},"20638":{},"20785":{},"20846":{},"20993":{},"21054":{},"21201":{},"21262":{},"21409":{},"21470":{},"21617":{},"21678":{},"21825":{},"21886":{},"22033":{},"22094":{},"22241":{},"22302":{},"22449":{},"22510":{},"22657":{},"22718":{},"22865":{},"22926":{},"23073":{},"23134":{},"23281":{},"23342":{},"23489":{},"23550":{},"23697":{},"23758":{},"23905":{},"23966":{},"24113":{},"24174":{},"24321":{},"24382":{},"24529":{},"24587":{},"24821":{},"24879":{},"25113":{},"25171":{},"25405":{},"25463":{},"25697":{},"25755":{},"25989":{},"26047":{},"26281":{},"26339":{},"26573":{},"26631":{},"26865":{},"26923":{},"27157":{},"27215":{},"27449":{},"27507":{},"27741":{},"27799":{},"28033":{},"28091":{},"28325":{},"28383":{},"28617":{},"28675":{},"28909":{},"28967":{},"29201":{},"29259":{},"29493":{},"29551":{},"29785":{},"29843":{},"30077":{},"30135":{},"30369":{},"30427":{},"30661":{},"30719":{},"30953":{},"31011":{},"31245":{},"31303":{},"31537":{},"31595":{},"31829":{},"31887":{},"32121":{},"32179":{},"32413":{},"32471":{},"32705":{},"32763":{},"32997":{},"33055":{},"33289":{},"33347":{},"33581":{},"33639":{},"33873":{},"33931":{},"34165":{},"34223":{}},"parent":{}}],["userscount",{"_index":5330,"name":{"19867":{},"19932":{},"20075":{},"20140":{},"20283":{},"20348":{},"20491":{},"20556":{},"20699":{},"20764":{},"20907":{},"20972":{},"21115":{},"21180":{},"21323":{},"21388":{},"21531":{},"21596":{},"21739":{},"21804":{},"21947":{},"22012":{},"22155":{},"22220":{},"22363":{},"22428":{},"22571":{},"22636":{},"22779":{},"22844":{},"22987":{},"23052":{},"23195":{},"23260":{},"23403":{},"23468":{},"23611":{},"23676":{},"23819":{},"23884":{},"24027":{},"24092":{},"24235":{},"24300":{},"24443":{},"24508":{}},"parent":{}}],["usersocket",{"_index":306,"name":{"370":{},"512":{},"787":{},"1157":{}},"parent":{}}],["userstream",{"_index":300,"name":{"364":{},"506":{},"781":{},"1151":{}},"parent":{}}],["uses",{"_index":561,"name":{"1261":{},"1541":{},"1821":{},"2101":{},"2381":{},"2661":{},"2941":{},"3221":{},"3501":{},"3781":{},"4061":{},"4341":{},"4621":{},"4901":{},"5181":{},"5461":{},"5741":{},"6021":{},"6301":{},"6581":{},"6861":{},"7141":{},"7421":{},"7701":{},"7981":{},"8261":{},"8541":{},"8821":{},"9101":{},"9381":{},"9661":{},"9941":{},"10221":{},"10501":{},"10797":{},"11070":{},"11343":{},"11616":{},"11889":{},"12162":{},"12435":{},"12708":{},"12981":{},"13254":{},"13527":{},"13800":{},"14073":{},"14346":{},"14619":{},"14892":{},"15165":{},"15438":{},"15711":{},"15984":{},"16257":{},"16530":{},"16803":{},"17076":{},"17349":{},"17622":{},"17895":{},"18168":{},"18441":{},"18714":{},"18987":{},"19260":{},"19533":{},"24593":{},"24885":{},"25177":{},"25469":{},"25761":{},"26053":{},"26345":{},"26637":{},"26929":{},"27221":{},"27513":{},"27805":{},"28097":{},"28389":{},"28681":{},"28973":{},"29265":{},"29557":{},"29849":{},"30141":{},"30433":{},"30725":{},"31017":{},"31309":{},"31601":{},"31893":{},"32185":{},"32477":{},"32769":{},"33061":{},"33353":{},"33645":{},"33937":{},"34229":{}},"parent":{}}],["value",{"_index":611,"name":{"1338":{},"1618":{},"1898":{},"2178":{},"2458":{},"2738":{},"3018":{},"3298":{},"3578":{},"3858":{},"4138":{},"4418":{},"4698":{},"4978":{},"5258":{},"5538":{},"5818":{},"6098":{},"6378":{},"6658":{},"6938":{},"7218":{},"7498":{},"7778":{},"8058":{},"8338":{},"8618":{},"8898":{},"9178":{},"9458":{},"9738":{},"10018":{},"10298":{},"10578":{},"10868":{},"11141":{},"11414":{},"11687":{},"11960":{},"12233":{},"12506":{},"12779":{},"13052":{},"13325":{},"13598":{},"13871":{},"14144":{},"14417":{},"14690":{},"14963":{},"15236":{},"15509":{},"15782":{},"16055":{},"16328":{},"16601":{},"16874":{},"17147":{},"17420":{},"17693":{},"17966":{},"18239":{},"18512":{},"18785":{},"19058":{},"19331":{},"19604":{},"24681":{},"24973":{},"25265":{},"25557":{},"25849":{},"26141":{},"26433":{},"26725":{},"27017":{},"27309":{},"27601":{},"27893":{},"28185":{},"28477":{},"28769":{},"29061":{},"29353":{},"29645":{},"29937":{},"30229":{},"30521":{},"30813":{},"31105":{},"31397":{},"31689":{},"31981":{},"32273":{},"32565":{},"32857":{},"33149":{},"33441":{},"33733":{},"34025":{},"34317":{}},"parent":{}}],["vapid_key",{"_index":537,"name":{"1227":{},"1507":{},"1787":{},"2067":{},"2347":{},"2627":{},"2907":{},"3187":{},"3467":{},"3747":{},"4027":{},"4307":{},"4587":{},"4867":{},"5147":{},"5427":{},"5707":{},"5987":{},"6267":{},"6547":{},"6827":{},"7107":{},"7387":{},"7667":{},"7947":{},"8227":{},"8507":{},"8787":{},"9067":{},"9347":{},"9627":{},"9907":{},"10187":{},"10467":{},"10763":{},"11036":{},"11309":{},"11582":{},"11855":{},"12128":{},"12401":{},"12674":{},"12947":{},"13220":{},"13493":{},"13766":{},"14039":{},"14312":{},"14585":{},"14858":{},"15131":{},"15404":{},"15677":{},"15950":{},"16223":{},"16496":{},"16769":{},"17042":{},"17315":{},"17588":{},"17861":{},"18134":{},"18407":{},"18680":{},"18953":{},"19226":{},"19499":{},"24558":{},"24850":{},"25142":{},"25434":{},"25726":{},"26018":{},"26310":{},"26602":{},"26894":{},"27186":{},"27478":{},"27770":{},"28062":{},"28354":{},"28646":{},"28938":{},"29230":{},"29522":{},"29814":{},"30106":{},"30398":{},"30690":{},"30982":{},"31274":{},"31566":{},"31858":{},"32150":{},"32442":{},"32734":{},"33026":{},"33318":{},"33610":{},"33902":{},"34194":{}},"parent":{}}],["verified_at",{"_index":612,"name":{"1339":{},"1619":{},"1899":{},"2179":{},"2459":{},"2739":{},"3019":{},"3299":{},"3579":{},"3859":{},"4139":{},"4419":{},"4699":{},"4979":{},"5259":{},"5539":{},"5819":{},"6099":{},"6379":{},"6659":{},"6939":{},"7219":{},"7499":{},"7779":{},"8059":{},"8339":{},"8619":{},"8899":{},"9179":{},"9459":{},"9739":{},"10019":{},"10299":{},"10579":{},"10869":{},"11142":{},"11415":{},"11688":{},"11961":{},"12234":{},"12507":{},"12780":{},"13053":{},"13326":{},"13599":{},"13872":{},"14145":{},"14418":{},"14691":{},"14964":{},"15237":{},"15510":{},"15783":{},"16056":{},"16329":{},"16602":{},"16875":{},"17148":{},"17421":{},"17694":{},"17967":{},"18240":{},"18513":{},"18786":{},"19059":{},"19332":{},"19605":{},"24682":{},"24974":{},"25266":{},"25558":{},"25850":{},"26142":{},"26434":{},"26726":{},"27018":{},"27310":{},"27602":{},"27894":{},"28186":{},"28478":{},"28770":{},"29062":{},"29354":{},"29646":{},"29938":{},"30230":{},"30522":{},"30814":{},"31106":{},"31398":{},"31690":{},"31982":{},"32274":{},"32566":{},"32858":{},"33150":{},"33442":{},"33734":{},"34026":{},"34318":{}},"parent":{}}],["verifyaccountcredentials",{"_index":195,"name":{"258":{},"400":{},"675":{},"1045":{}},"parent":{}}],["verifyappcredentials",{"_index":190,"name":{"253":{},"395":{},"670":{},"1040":{}},"parent":{}}],["version",{"_index":636,"name":{"1369":{},"1386":{},"1391":{},"1649":{},"1666":{},"1671":{},"1929":{},"1946":{},"1951":{},"2209":{},"2226":{},"2231":{},"2489":{},"2506":{},"2511":{},"2769":{},"2786":{},"2791":{},"3049":{},"3066":{},"3071":{},"3329":{},"3346":{},"3351":{},"3609":{},"3626":{},"3631":{},"3889":{},"3906":{},"3911":{},"4169":{},"4186":{},"4191":{},"4449":{},"4466":{},"4471":{},"4729":{},"4746":{},"4751":{},"5009":{},"5026":{},"5031":{},"5289":{},"5306":{},"5311":{},"5569":{},"5586":{},"5591":{},"5849":{},"5866":{},"5871":{},"6129":{},"6146":{},"6151":{},"6409":{},"6426":{},"6431":{},"6689":{},"6706":{},"6711":{},"6969":{},"6986":{},"6991":{},"7249":{},"7266":{},"7271":{},"7529":{},"7546":{},"7551":{},"7809":{},"7826":{},"7831":{},"8089":{},"8106":{},"8111":{},"8369":{},"8386":{},"8391":{},"8649":{},"8666":{},"8671":{},"8929":{},"8946":{},"8951":{},"9209":{},"9226":{},"9231":{},"9489":{},"9506":{},"9511":{},"9769":{},"9786":{},"9791":{},"10049":{},"10066":{},"10071":{},"10329":{},"10346":{},"10351":{},"10609":{},"10626":{},"10631":{},"10899":{},"10916":{},"10921":{},"11172":{},"11189":{},"11194":{},"11445":{},"11462":{},"11467":{},"11718":{},"11735":{},"11740":{},"11991":{},"12008":{},"12013":{},"12264":{},"12281":{},"12286":{},"12537":{},"12554":{},"12559":{},"12810":{},"12827":{},"12832":{},"13083":{},"13100":{},"13105":{},"13356":{},"13373":{},"13378":{},"13629":{},"13646":{},"13651":{},"13902":{},"13919":{},"13924":{},"14175":{},"14192":{},"14197":{},"14448":{},"14465":{},"14470":{},"14721":{},"14738":{},"14743":{},"14994":{},"15011":{},"15016":{},"15267":{},"15284":{},"15289":{},"15540":{},"15557":{},"15562":{},"15813":{},"15830":{},"15835":{},"16086":{},"16103":{},"16108":{},"16359":{},"16376":{},"16381":{},"16632":{},"16649":{},"16654":{},"16905":{},"16922":{},"16927":{},"17178":{},"17195":{},"17200":{},"17451":{},"17468":{},"17473":{},"17724":{},"17741":{},"17746":{},"17997":{},"18014":{},"18019":{},"18270":{},"18287":{},"18292":{},"18543":{},"18560":{},"18565":{},"18816":{},"18833":{},"18838":{},"19089":{},"19106":{},"19111":{},"19362":{},"19379":{},"19384":{},"19635":{},"19652":{},"19657":{},"19879":{},"20087":{},"20295":{},"20503":{},"20711":{},"20919":{},"21127":{},"21335":{},"21543":{},"21751":{},"21959":{},"22167":{},"22375":{},"22583":{},"22791":{},"22999":{},"23207":{},"23415":{},"23623":{},"23831":{},"24039":{},"24247":{},"24455":{},"24712":{},"24729":{},"24734":{},"25004":{},"25021":{},"25026":{},"25296":{},"25313":{},"25318":{},"25588":{},"25605":{},"25610":{},"25880":{},"25897":{},"25902":{},"26172":{},"26189":{},"26194":{},"26464":{},"26481":{},"26486":{},"26756":{},"26773":{},"26778":{},"27048":{},"27065":{},"27070":{},"27340":{},"27357":{},"27362":{},"27632":{},"27649":{},"27654":{},"27924":{},"27941":{},"27946":{},"28216":{},"28233":{},"28238":{},"28508":{},"28525":{},"28530":{},"28800":{},"28817":{},"28822":{},"29092":{},"29109":{},"29114":{},"29384":{},"29401":{},"29406":{},"29676":{},"29693":{},"29698":{},"29968":{},"29985":{},"29990":{},"30260":{},"30277":{},"30282":{},"30552":{},"30569":{},"30574":{},"30844":{},"30861":{},"30866":{},"31136":{},"31153":{},"31158":{},"31428":{},"31445":{},"31450":{},"31720":{},"31737":{},"31742":{},"32012":{},"32029":{},"32034":{},"32304":{},"32321":{},"32326":{},"32596":{},"32613":{},"32618":{},"32888":{},"32905":{},"32910":{},"33180":{},"33197":{},"33202":{},"33472":{},"33489":{},"33494":{},"33764":{},"33781":{},"33786":{},"34056":{},"34073":{},"34078":{},"34348":{},"34365":{},"34370":{}},"parent":{}}],["viamobile",{"_index":5289,"name":{"19797":{},"20005":{},"20213":{},"20421":{},"20629":{},"20837":{},"21045":{},"21253":{},"21461":{},"21669":{},"21877":{},"22085":{},"22293":{},"22501":{},"22709":{},"22917":{},"23125":{},"23333":{},"23541":{},"23749":{},"23957":{},"24165":{},"24373":{}},"parent":{}}],["visibility",{"_index":352,"name":{"557":{},"1307":{},"1452":{},"1587":{},"1732":{},"1867":{},"2012":{},"2147":{},"2292":{},"2427":{},"2572":{},"2707":{},"2852":{},"2987":{},"3132":{},"3267":{},"3412":{},"3547":{},"3692":{},"3827":{},"3972":{},"4107":{},"4252":{},"4387":{},"4532":{},"4667":{},"4812":{},"4947":{},"5092":{},"5227":{},"5372":{},"5507":{},"5652":{},"5787":{},"5932":{},"6067":{},"6212":{},"6347":{},"6492":{},"6627":{},"6772":{},"6907":{},"7052":{},"7187":{},"7332":{},"7467":{},"7612":{},"7747":{},"7892":{},"8027":{},"8172":{},"8307":{},"8452":{},"8587":{},"8732":{},"8867":{},"9012":{},"9147":{},"9292":{},"9427":{},"9572":{},"9707":{},"9852":{},"9987":{},"10132":{},"10267":{},"10412":{},"10547":{},"10692":{},"10837":{},"10981":{},"11110":{},"11254":{},"11383":{},"11527":{},"11656":{},"11800":{},"11929":{},"12073":{},"12202":{},"12346":{},"12475":{},"12619":{},"12748":{},"12892":{},"13021":{},"13165":{},"13294":{},"13438":{},"13567":{},"13711":{},"13840":{},"13984":{},"14113":{},"14257":{},"14386":{},"14530":{},"14659":{},"14803":{},"14932":{},"15076":{},"15205":{},"15349":{},"15478":{},"15622":{},"15751":{},"15895":{},"16024":{},"16168":{},"16297":{},"16441":{},"16570":{},"16714":{},"16843":{},"16987":{},"17116":{},"17260":{},"17389":{},"17533":{},"17662":{},"17806":{},"17935":{},"18079":{},"18208":{},"18352":{},"18481":{},"18625":{},"18754":{},"18898":{},"19027":{},"19171":{},"19300":{},"19444":{},"19573":{},"19717":{},"19784":{},"19992":{},"20200":{},"20408":{},"20616":{},"20824":{},"21032":{},"21240":{},"21448":{},"21656":{},"21864":{},"22072":{},"22280":{},"22488":{},"22696":{},"22904":{},"23112":{},"23320":{},"23528":{},"23736":{},"23944":{},"24152":{},"24360":{},"24639":{},"24795":{},"24931":{},"25087":{},"25223":{},"25379":{},"25515":{},"25671":{},"25807":{},"25963":{},"26099":{},"26255":{},"26391":{},"26547":{},"26683":{},"26839":{},"26975":{},"27131":{},"27267":{},"27423":{},"27559":{},"27715":{},"27851":{},"28007":{},"28143":{},"28299":{},"28435":{},"28591":{},"28727":{},"28883":{},"29019":{},"29175":{},"29311":{},"29467":{},"29603":{},"29759":{},"29895":{},"30051":{},"30187":{},"30343":{},"30479":{},"30635":{},"30771":{},"30927":{},"31063":{},"31219":{},"31355":{},"31511":{},"31647":{},"31803":{},"31939":{},"32095":{},"32231":{},"32387":{},"32523":{},"32679":{},"32815":{},"32971":{},"33107":{},"33263":{},"33399":{},"33555":{},"33691":{},"33847":{},"33983":{},"34139":{},"34275":{},"34431":{}},"parent":{}}],["visible_in_picker",{"_index":507,"name":{"1187":{},"1467":{},"1747":{},"2027":{},"2307":{},"2587":{},"2867":{},"3147":{},"3427":{},"3707":{},"3987":{},"4267":{},"4547":{},"4827":{},"5107":{},"5387":{},"5667":{},"5947":{},"6227":{},"6507":{},"6787":{},"7067":{},"7347":{},"7627":{},"7907":{},"8187":{},"8467":{},"8747":{},"9027":{},"9307":{},"9587":{},"9867":{},"10147":{},"10427":{},"10723":{},"10996":{},"11269":{},"11542":{},"11815":{},"12088":{},"12361":{},"12634":{},"12907":{},"13180":{},"13453":{},"13726":{},"13999":{},"14272":{},"14545":{},"14818":{},"15091":{},"15364":{},"15637":{},"15910":{},"16183":{},"16456":{},"16729":{},"17002":{},"17275":{},"17548":{},"17821":{},"18094":{},"18367":{},"18640":{},"18913":{},"19186":{},"19459":{},"24518":{},"24810":{},"25102":{},"25394":{},"25686":{},"25978":{},"26270":{},"26562":{},"26854":{},"27146":{},"27438":{},"27730":{},"28022":{},"28314":{},"28606":{},"28898":{},"29190":{},"29482":{},"29774":{},"30066":{},"30358":{},"30650":{},"30942":{},"31234":{},"31526":{},"31818":{},"32110":{},"32402":{},"32694":{},"32986":{},"33278":{},"33570":{},"33862":{},"34154":{}},"parent":{}}],["voted",{"_index":574,"name":{"1280":{},"1560":{},"1840":{},"2120":{},"2400":{},"2680":{},"2960":{},"3240":{},"3520":{},"3800":{},"4080":{},"4360":{},"4640":{},"4920":{},"5200":{},"5480":{},"5760":{},"6040":{},"6320":{},"6600":{},"6880":{},"7160":{},"7440":{},"7720":{},"8000":{},"8280":{},"8560":{},"8840":{},"9120":{},"9400":{},"9680":{},"9960":{},"10240":{},"10520":{},"10816":{},"11089":{},"11362":{},"11635":{},"11908":{},"12181":{},"12454":{},"12727":{},"13000":{},"13273":{},"13546":{},"13819":{},"14092":{},"14365":{},"14638":{},"14911":{},"15184":{},"15457":{},"15730":{},"16003":{},"16276":{},"16549":{},"16822":{},"17095":{},"17368":{},"17641":{},"17914":{},"18187":{},"18460":{},"18733":{},"19006":{},"19279":{},"19552":{},"24612":{},"24904":{},"25196":{},"25488":{},"25780":{},"26072":{},"26364":{},"26656":{},"26948":{},"27240":{},"27532":{},"27824":{},"28116":{},"28408":{},"28700":{},"28992":{},"29284":{},"29576":{},"29868":{},"30160":{},"30452":{},"30744":{},"31036":{},"31328":{},"31620":{},"31912":{},"32204":{},"32496":{},"32788":{},"33080":{},"33372":{},"33664":{},"33956":{},"34248":{}},"parent":{}}],["votepoll",{"_index":258,"name":{"322":{},"464":{},"739":{},"1109":{}},"parent":{}}],["votes",{"_index":5273,"name":{"19769":{},"19977":{},"20185":{},"20393":{},"20601":{},"20809":{},"21017":{},"21225":{},"21433":{},"21641":{},"21849":{},"22057":{},"22265":{},"22473":{},"22681":{},"22889":{},"23097":{},"23305":{},"23513":{},"23721":{},"23929":{},"24137":{},"24345":{}},"parent":{}}],["votes_count",{"_index":567,"name":{"1271":{},"1278":{},"1551":{},"1558":{},"1831":{},"1838":{},"2111":{},"2118":{},"2391":{},"2398":{},"2671":{},"2678":{},"2951":{},"2958":{},"3231":{},"3238":{},"3511":{},"3518":{},"3791":{},"3798":{},"4071":{},"4078":{},"4351":{},"4358":{},"4631":{},"4638":{},"4911":{},"4918":{},"5191":{},"5198":{},"5471":{},"5478":{},"5751":{},"5758":{},"6031":{},"6038":{},"6311":{},"6318":{},"6591":{},"6598":{},"6871":{},"6878":{},"7151":{},"7158":{},"7431":{},"7438":{},"7711":{},"7718":{},"7991":{},"7998":{},"8271":{},"8278":{},"8551":{},"8558":{},"8831":{},"8838":{},"9111":{},"9118":{},"9391":{},"9398":{},"9671":{},"9678":{},"9951":{},"9958":{},"10231":{},"10238":{},"10511":{},"10518":{},"10807":{},"10814":{},"11080":{},"11087":{},"11353":{},"11360":{},"11626":{},"11633":{},"11899":{},"11906":{},"12172":{},"12179":{},"12445":{},"12452":{},"12718":{},"12725":{},"12991":{},"12998":{},"13264":{},"13271":{},"13537":{},"13544":{},"13810":{},"13817":{},"14083":{},"14090":{},"14356":{},"14363":{},"14629":{},"14636":{},"14902":{},"14909":{},"15175":{},"15182":{},"15448":{},"15455":{},"15721":{},"15728":{},"15994":{},"16001":{},"16267":{},"16274":{},"16540":{},"16547":{},"16813":{},"16820":{},"17086":{},"17093":{},"17359":{},"17366":{},"17632":{},"17639":{},"17905":{},"17912":{},"18178":{},"18185":{},"18451":{},"18458":{},"18724":{},"18731":{},"18997":{},"19004":{},"19270":{},"19277":{},"19543":{},"19550":{},"24603":{},"24610":{},"24895":{},"24902":{},"25187":{},"25194":{},"25479":{},"25486":{},"25771":{},"25778":{},"26063":{},"26070":{},"26355":{},"26362":{},"26647":{},"26654":{},"26939":{},"26946":{},"27231":{},"27238":{},"27523":{},"27530":{},"27815":{},"27822":{},"28107":{},"28114":{},"28399":{},"28406":{},"28691":{},"28698":{},"28983":{},"28990":{},"29275":{},"29282":{},"29567":{},"29574":{},"29859":{},"29866":{},"30151":{},"30158":{},"30443":{},"30450":{},"30735":{},"30742":{},"31027":{},"31034":{},"31319":{},"31326":{},"31611":{},"31618":{},"31903":{},"31910":{},"32195":{},"32202":{},"32487":{},"32494":{},"32779":{},"32786":{},"33071":{},"33078":{},"33363":{},"33370":{},"33655":{},"33662":{},"33947":{},"33954":{},"34239":{},"34246":{}},"parent":{}}],["website",{"_index":411,"name":{"809":{},"828":{},"1226":{},"1506":{},"1786":{},"2066":{},"2346":{},"2626":{},"2906":{},"3186":{},"3466":{},"3746":{},"4026":{},"4306":{},"4586":{},"4866":{},"5146":{},"5426":{},"5706":{},"5986":{},"6266":{},"6546":{},"6826":{},"7106":{},"7386":{},"7666":{},"7946":{},"8226":{},"8506":{},"8786":{},"9066":{},"9346":{},"9626":{},"9906":{},"10186":{},"10466":{},"10762":{},"11035":{},"11308":{},"11581":{},"11854":{},"12127":{},"12400":{},"12673":{},"12946":{},"13219":{},"13492":{},"13765":{},"14038":{},"14311":{},"14584":{},"14857":{},"15130":{},"15403":{},"15676":{},"15949":{},"16222":{},"16495":{},"16768":{},"17041":{},"17314":{},"17587":{},"17860":{},"18133":{},"18406":{},"18679":{},"18952":{},"19225":{},"19498":{},"24557":{},"24849":{},"25141":{},"25433":{},"25725":{},"26017":{},"26309":{},"26601":{},"26893":{},"27185":{},"27477":{},"27769":{},"28061":{},"28353":{},"28645":{},"28937":{},"29229":{},"29521":{},"29813":{},"30105":{},"30397":{},"30689":{},"30981":{},"31273":{},"31565":{},"31857":{},"32149":{},"32441":{},"32733":{},"33025":{},"33317":{},"33609":{},"33901":{},"34193":{}},"parent":{}}],["websocketinterface",{"_index":313,"name":{"377":{},"10709":{}},"parent":{}}],["week",{"_index":530,"name":{"1219":{},"1499":{},"1779":{},"2059":{},"2339":{},"2619":{},"2899":{},"3179":{},"3459":{},"3739":{},"4019":{},"4299":{},"4579":{},"4859":{},"5139":{},"5419":{},"5699":{},"5979":{},"6259":{},"6539":{},"6819":{},"7099":{},"7379":{},"7659":{},"7939":{},"8219":{},"8499":{},"8779":{},"9059":{},"9339":{},"9619":{},"9899":{},"10179":{},"10459":{},"10755":{},"11028":{},"11301":{},"11574":{},"11847":{},"12120":{},"12393":{},"12666":{},"12939":{},"13212":{},"13485":{},"13758":{},"14031":{},"14304":{},"14577":{},"14850":{},"15123":{},"15396":{},"15669":{},"15942":{},"16215":{},"16488":{},"16761":{},"17034":{},"17307":{},"17580":{},"17853":{},"18126":{},"18399":{},"18672":{},"18945":{},"19218":{},"19491":{},"24550":{},"24842":{},"25134":{},"25426":{},"25718":{},"26010":{},"26302":{},"26594":{},"26886":{},"27178":{},"27470":{},"27762":{},"28054":{},"28346":{},"28638":{},"28930":{},"29222":{},"29514":{},"29806":{},"30098":{},"30390":{},"30682":{},"30974":{},"31266":{},"31558":{},"31850":{},"32142":{},"32434":{},"32726":{},"33018":{},"33310":{},"33602":{},"33894":{},"34186":{}},"parent":{}}],["whole_word",{"_index":617,"name":{"1347":{},"1627":{},"1907":{},"2187":{},"2467":{},"2747":{},"3027":{},"3307":{},"3587":{},"3867":{},"4147":{},"4427":{},"4707":{},"4987":{},"5267":{},"5547":{},"5827":{},"6107":{},"6387":{},"6667":{},"6947":{},"7227":{},"7507":{},"7787":{},"8067":{},"8347":{},"8627":{},"8907":{},"9187":{},"9467":{},"9747":{},"10027":{},"10307":{},"10587":{},"10877":{},"11150":{},"11423":{},"11696":{},"11969":{},"12242":{},"12515":{},"12788":{},"13061":{},"13334":{},"13607":{},"13880":{},"14153":{},"14426":{},"14699":{},"14972":{},"15245":{},"15518":{},"15791":{},"16064":{},"16337":{},"16610":{},"16883":{},"17156":{},"17429":{},"17702":{},"17975":{},"18248":{},"18521":{},"18794":{},"19067":{},"19340":{},"19613":{},"24690":{},"24982":{},"25274":{},"25566":{},"25858":{},"26150":{},"26442":{},"26734":{},"27026":{},"27318":{},"27610":{},"27902":{},"28194":{},"28486":{},"28778":{},"29070":{},"29362":{},"29654":{},"29946":{},"30238":{},"30530":{},"30822":{},"31114":{},"31406":{},"31698":{},"31990":{},"32282":{},"32574":{},"32866":{},"33158":{},"33450":{},"33742":{},"34034":{},"34326":{}},"parent":{}}],["width",{"_index":554,"name":{"1250":{},"1530":{},"1810":{},"2090":{},"2370":{},"2650":{},"2930":{},"3210":{},"3490":{},"3770":{},"4050":{},"4330":{},"4610":{},"4890":{},"5170":{},"5450":{},"5730":{},"6010":{},"6290":{},"6570":{},"6850":{},"7130":{},"7410":{},"7690":{},"7970":{},"8250":{},"8530":{},"8810":{},"9090":{},"9370":{},"9650":{},"9930":{},"10210":{},"10490":{},"10786":{},"11059":{},"11332":{},"11605":{},"11878":{},"12151":{},"12424":{},"12697":{},"12970":{},"13243":{},"13516":{},"13789":{},"14062":{},"14335":{},"14608":{},"14881":{},"15154":{},"15427":{},"15700":{},"15973":{},"16246":{},"16519":{},"16792":{},"17065":{},"17338":{},"17611":{},"17884":{},"18157":{},"18430":{},"18703":{},"18976":{},"19249":{},"19522":{},"19761":{},"19969":{},"20177":{},"20385":{},"20593":{},"20801":{},"21009":{},"21217":{},"21425":{},"21633":{},"21841":{},"22049":{},"22257":{},"22465":{},"22673":{},"22881":{},"23089":{},"23297":{},"23505":{},"23713":{},"23921":{},"24129":{},"24337":{},"24581":{},"24873":{},"25165":{},"25457":{},"25749":{},"26041":{},"26333":{},"26625":{},"26917":{},"27209":{},"27501":{},"27793":{},"28085":{},"28377":{},"28669":{},"28961":{},"29253":{},"29545":{},"29837":{},"30129":{},"30421":{},"30713":{},"31005":{},"31297":{},"31589":{},"31881":{},"32173":{},"32465":{},"32757":{},"33049":{},"33341":{},"33633":{},"33925":{},"34217":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file diff --git a/docs/classes/argumenterror.html b/docs/classes/argumenterror.html deleted file mode 100644 index 9814135..0000000 --- a/docs/classes/argumenterror.html +++ /dev/null @@ -1,362 +0,0 @@ - - - - - - ArgumentError | megalodon - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class ArgumentError

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - Error -
        -
      • - ArgumentError -
      • -
      -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Constructors

    - -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Constructors

    -
    - -

    constructor

    - - -
    -
    -
    -

    Properties

    -
    - -

    message

    -
    message: string
    - -
    -
    - -

    name

    -
    name: string
    - -
    -
    - -

    Optional stack

    -
    stack: undefined | string
    - -
    -
    - -

    Static Error

    -
    Error: ErrorConstructor
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/classes/cancel.requestcancelederror.html b/docs/classes/cancel.requestcancelederror.html new file mode 100644 index 0000000..be20dac --- /dev/null +++ b/docs/classes/cancel.requestcancelederror.html @@ -0,0 +1,330 @@ + + + + + + RequestCanceledError | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Class RequestCanceledError

    +
    +
    +
    +
    +
    +
    +
    +

    Hierarchy

    +
      +
    • + Error +
        +
      • + RequestCanceledError +
      • +
      +
    • +
    +
    +
    +

    Index

    +
    +
    +
    +

    Constructors

    + +
    +
    +

    Properties

    + +
    +
    +

    Methods

    + +
    +
    +
    +
    +
    +

    Constructors

    +
    + +

    constructor

    + + +
    +
    +
    +

    Properties

    +
    + +

    isCancel

    +
    isCancel: boolean
    + +
    +
    + +

    message

    +
    message: string
    + +
    +
    + +

    name

    +
    name: string
    + +
    +
    + +

    Optional stack

    +
    stack: undefined | string
    + +
    +
    + +

    Optional Static prepareStackTrace

    +
    prepareStackTrace: undefined | ((err: Error, stackTraces: CallSite[]) => any)
    + +
    +
    +

    Optional override for formatting stack traces

    +
    +
    +
    see
    +

    https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces

    +
    +
    +
    +
    +
    + +

    Static stackTraceLimit

    +
    stackTraceLimit: number
    + +
    +
    +
    +

    Methods

    +
    + +

    Static captureStackTrace

    +
      +
    • captureStackTrace(targetObject: Object, constructorOpt?: Function): void
    • +
    +
      +
    • + +
      +
      +

      Create .stack property on a target object

      +
      +
      +

      Parameters

      +
        +
      • +
        targetObject: Object
        +
      • +
      • +
        Optional constructorOpt: Function
        +
      • +
      +

      Returns void

      +
    • +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Class
    • +
    • Constructor
    • +
    • Property
    • +
    +
      +
    • Interface
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/classes/mastodon.default.html b/docs/classes/mastodon.default.html new file mode 100644 index 0000000..9bda621 --- /dev/null +++ b/docs/classes/mastodon.default.html @@ -0,0 +1,4656 @@ + + + + + + default | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Class default

    +
    +
    +
    +
    +
    +
    +
    +

    Hierarchy

    +
      +
    • + default +
    • +
    +
    +
    +

    Implements

    + +
    +
    +

    Index

    +
    +
    +
    +

    Constructors

    + +
    +
    +

    Properties

    + +
    +
    +

    Methods

    + +
    +
    +
    +
    +
    +

    Constructors

    +
    + +

    constructor

    +
      +
    • new default(baseUrl: string, accessToken?: null | string, userAgent?: null | string, proxyConfig?: false | ProxyConfig): default
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        baseUrl: string
        +
        +

        hostname or base URL

        +
        +
      • +
      • +
        accessToken: null | string = null
        +
        +

        access token from OAuth2 authorization

        +
        +
      • +
      • +
        userAgent: null | string = ...
        +
        +

        UserAgent is specified in header on request.

        +
        +
      • +
      • +
        proxyConfig: false | ProxyConfig = false
        +
        +

        Proxy setting, or set false if don't use proxy.

        +
        +
      • +
      +

      Returns default

      +
    • +
    +
    +
    +
    +

    Properties

    +
    + +

    baseUrl

    +
    baseUrl: string
    + +
    +
    + +

    client

    +
    client: Client
    + +
    +
    +
    +

    Methods

    +
    + +

    acceptFollowRequest

    + + +
    +
    + +

    addAccountsToList

    +
      +
    • addAccountsToList(id: string, account_ids: string[]): Promise<default<{}>>
    • +
    + +
    +
    + +

    blockAccount

    + + +
    +
    + +

    blockDomain

    +
      +
    • blockDomain(domain: string): Promise<default<{}>>
    • +
    + +
    +
    + +

    bookmarkStatus

    + + +
    +
    + +

    cancel

    +
      +
    • cancel(): void
    • +
    + +
    +
    + +

    cancelScheduledStatus

    +
      +
    • cancelScheduledStatus(id: string): Promise<default<{}>>
    • +
    + +
    +
    + +

    createApp

    +
      +
    • createApp(client_name: string, options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>): Promise<AppData>
    • +
    +
      +
    • + +
      +
      +

      Call /api/v1/apps

      +
      +

      Create an application.

      +
      +

      Parameters

      +
        +
      • +
        client_name: string
        +
        +

        your application's name

        +
        +
      • +
      • +
        options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>
        +
        +

        Form Data

        +
        +
      • +
      +

      Returns Promise<AppData>

      +
    • +
    +
    +
    + +

    createEmojiReaction

    +
      +
    • createEmojiReaction(_id: string, _emoji: string): Promise<default<Status>>
    • +
    + +
    +
    + +

    createFeaturedTag

    + + +
    +
    + +

    createFilter

    +
      +
    • createFilter(phrase: string, context: ("home" | "notifications" | "public" | "thread")[], options?: { expires_in?: undefined | string; irreversible?: undefined | boolean; whole_word?: undefined | boolean }): Promise<default<Filter>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        phrase: string
        +
      • +
      • +
        context: ("home" | "notifications" | "public" | "thread")[]
        +
      • +
      • +
        Optional options: { expires_in?: undefined | string; irreversible?: undefined | boolean; whole_word?: undefined | boolean }
        +
          +
        • +
          Optional expires_in?: undefined | string
          +
        • +
        • +
          Optional irreversible?: undefined | boolean
          +
        • +
        • +
          Optional whole_word?: undefined | boolean
          +
        • +
        +
      • +
      +

      Returns Promise<default<Filter>>

      +
    • +
    +
    +
    + +

    createList

    +
      +
    • createList(title: string): Promise<default<List>>
    • +
    + +
    +
    + +

    deleteAccountsFromList

    +
      +
    • deleteAccountsFromList(id: string, account_ids: string[]): Promise<default<{}>>
    • +
    + +
    +
    + +

    deleteConversation

    +
      +
    • deleteConversation(id: string): Promise<default<{}>>
    • +
    + +
    +
    + +

    deleteEmojiReaction

    +
      +
    • deleteEmojiReaction(_id: string, _emoji: string): Promise<default<Status>>
    • +
    + +
    +
    + +

    deleteFeaturedTag

    +
      +
    • deleteFeaturedTag(id: string): Promise<default<{}>>
    • +
    + +
    +
    + +

    deleteFilter

    + + +
    +
    + +

    deleteList

    +
      +
    • deleteList(id: string): Promise<default<{}>>
    • +
    + +
    +
    + +

    deletePushSubscription

    +
      +
    • deletePushSubscription(): Promise<default<{}>>
    • +
    + +
    +
    + +

    deleteStatus

    + + +
    +
    + +

    directSocket

    + + +
    +
    + +

    directStream

    + + +
    +
    + +

    dismissNotification

    +
      +
    • dismissNotification(id: string): Promise<default<{}>>
    • +
    + +
    +
    + +

    dismissNotifications

    +
      +
    • dismissNotifications(): Promise<default<{}>>
    • +
    + +
    +
    + +

    favouriteStatus

    + + +
    +
    + +

    fetchAccessToken

    +
      +
    • fetchAccessToken(client_id: null | string, client_secret: string, code: string, redirect_uri?: string): Promise<TokenData>
    • +
    +
      +
    • + +
      +
      +

      POST /oauth/token

      +
      +

      Fetch OAuth access token. + Get an access token based client_id and client_secret and authorization code.

      +
      +

      Parameters

      +
        +
      • +
        client_id: null | string
        +
      • +
      • +
        client_secret: string
        +
      • +
      • +
        code: string
        +
      • +
      • +
        redirect_uri: string = ...
        +
      • +
      +

      Returns Promise<TokenData>

      +
    • +
    +
    +
    + +

    followAccount

    +
      +
    • followAccount(id: string, options?: { notify?: undefined | boolean; reblog?: undefined | boolean }): Promise<default<Relationship>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        id: string
        +
      • +
      • +
        Optional options: { notify?: undefined | boolean; reblog?: undefined | boolean }
        +
          +
        • +
          Optional notify?: undefined | boolean
          +
        • +
        • +
          Optional reblog?: undefined | boolean
          +
        • +
        +
      • +
      +

      Returns Promise<default<Relationship>>

      +
    • +
    +
    +
    + +

    generateAuthUrl

    +
      +
    • generateAuthUrl(clientId: string, clientSecret: string, options: Partial<{ redirect_uri: string; scope: string[] }>): Promise<string>
    • +
    +
      +
    • + +
      +
      +

      Generate authorization url using OAuth2.

      +
      +
      +

      Parameters

      +
        +
      • +
        clientId: string
        +
        +

        your OAuth app's client ID

        +
        +
      • +
      • +
        clientSecret: string
        +
        +

        your OAuth app's client Secret

        +
        +
      • +
      • +
        options: Partial<{ redirect_uri: string; scope: string[] }>
        +
        +

        as property, redirect_uri and scope are available, and must be the same as when you register your app

        +
        +
      • +
      +

      Returns Promise<string>

      +
    • +
    +
    +
    + +

    getAccount

    + + +
    +
    + +

    getAccountFavourites

    +
      +
    • getAccountFavourites(_id: string, _options?: { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }): Promise<default<Status[]>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        _id: string
        +
      • +
      • +
        Optional _options: { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
        • +
        • +
          Optional since_id?: undefined | string
          +
        • +
        +
      • +
      +

      Returns Promise<default<Status[]>>

      +
    • +
    +
    +
    + +

    getAccountFollowers

    +
      +
    • getAccountFollowers(id: string, options?: { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }): Promise<default<Account[]>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        id: string
        +
      • +
      • +
        Optional options: { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
        • +
        • +
          Optional since_id?: undefined | string
          +
        • +
        +
      • +
      +

      Returns Promise<default<Account[]>>

      +
    • +
    +
    +
    + +

    getAccountFollowing

    +
      +
    • getAccountFollowing(id: string, options?: { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }): Promise<default<Account[]>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        id: string
        +
      • +
      • +
        Optional options: { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
        • +
        • +
          Optional since_id?: undefined | string
          +
        • +
        +
      • +
      +

      Returns Promise<default<Account[]>>

      +
    • +
    +
    +
    + +

    getAccountLists

    +
      +
    • getAccountLists(id: string): Promise<default<List[]>>
    • +
    + +
    +
    + +

    getAccountStatuses

    +
      +
    • getAccountStatuses(id: string, options?: { exclude_reblogs?: undefined | boolean; exclude_replies?: undefined | boolean; limit?: undefined | number; max_id?: undefined | string; only_media: boolean; pinned?: undefined | boolean; since_id?: undefined | string }): Promise<default<Status[]>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        id: string
        +
      • +
      • +
        Optional options: { exclude_reblogs?: undefined | boolean; exclude_replies?: undefined | boolean; limit?: undefined | number; max_id?: undefined | string; only_media: boolean; pinned?: undefined | boolean; since_id?: undefined | string }
        +
          +
        • +
          Optional exclude_reblogs?: undefined | boolean
          +
        • +
        • +
          Optional exclude_replies?: undefined | boolean
          +
        • +
        • +
          Optional limit?: undefined | number
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
        • +
        • +
          only_media: boolean
          +
        • +
        • +
          Optional pinned?: undefined | boolean
          +
        • +
        • +
          Optional since_id?: undefined | string
          +
        • +
        +
      • +
      +

      Returns Promise<default<Status[]>>

      +
    • +
    +
    +
    + +

    getAccountsInList

    +
      +
    • getAccountsInList(id: string, options?: { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }): Promise<default<Account[]>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        id: string
        +
      • +
      • +
        Optional options: { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
        • +
        • +
          Optional since_id?: undefined | string
          +
        • +
        +
      • +
      +

      Returns Promise<default<Account[]>>

      +
    • +
    +
    +
    + +

    getBlocks

    +
      +
    • getBlocks(options?: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }): Promise<default<Account[]>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        Optional options: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
        • +
        • +
          Optional min_id?: undefined | string
          +
        • +
        +
      • +
      +

      Returns Promise<default<Account[]>>

      +
    • +
    +
    +
    + +

    getBookmarks

    +
      +
    • getBookmarks(options?: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }): Promise<default<Status[]>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        Optional options: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
        • +
        • +
          Optional min_id?: undefined | string
          +
        • +
        • +
          Optional since_id?: undefined | string
          +
        • +
        +
      • +
      +

      Returns Promise<default<Status[]>>

      +
    • +
    +
    +
    + +

    getConversationTimeline

    +
      +
    • getConversationTimeline(options?: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }): Promise<default<Conversation[]>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        Optional options: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
        • +
        • +
          Optional min_id?: undefined | string
          +
        • +
        • +
          Optional since_id?: undefined | string
          +
        • +
        +
      • +
      +

      Returns Promise<default<Conversation[]>>

      +
    • +
    +
    +
    + +

    getDomainBlocks

    +
      +
    • getDomainBlocks(options?: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }): Promise<default<string[]>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        Optional options: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
        • +
        • +
          Optional min_id?: undefined | string
          +
        • +
        +
      • +
      +

      Returns Promise<default<string[]>>

      +
    • +
    +
    +
    + +

    getEmojiReaction

    +
      +
    • getEmojiReaction(_id: string, _emoji: string): Promise<default<Reaction>>
    • +
    + +
    +
    + +

    getEmojiReactions

    + + +
    +
    + +

    getEndorsements

    +
      +
    • getEndorsements(options?: { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }): Promise<default<Account[]>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        Optional options: { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
        • +
        • +
          Optional since_id?: undefined | string
          +
        • +
        +
      • +
      +

      Returns Promise<default<Account[]>>

      +
    • +
    +
    +
    + +

    getFavourites

    +
      +
    • getFavourites(options?: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }): Promise<default<Status[]>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        Optional options: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
        • +
        • +
          Optional min_id?: undefined | string
          +
        • +
        +
      • +
      +

      Returns Promise<default<Status[]>>

      +
    • +
    +
    +
    + +

    getFeaturedTags

    + + +
    +
    + +

    getFilter

    + + +
    +
    + +

    getFilters

    + + +
    +
    + +

    getFollowRequests

    + + +
    +
    + +

    getHomeTimeline

    +
      +
    • getHomeTimeline(options?: { limit?: undefined | number; local?: undefined | boolean; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }): Promise<default<Status[]>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        Optional options: { limit?: undefined | number; local?: undefined | boolean; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
        • +
        • +
          Optional local?: undefined | boolean
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
        • +
        • +
          Optional min_id?: undefined | string
          +
        • +
        • +
          Optional since_id?: undefined | string
          +
        • +
        +
      • +
      +

      Returns Promise<default<Status[]>>

      +
    • +
    +
    +
    + +

    getIdentityProof

    + + +
    +
    + +

    getInstance

    + + +
    +
    + +

    getInstanceActivity

    + + +
    +
    + +

    getInstanceCustomEmojis

    + + +
    +
    + +

    getInstanceDirectory

    +
      +
    • getInstanceDirectory(options?: { limit?: undefined | number; local?: undefined | boolean; offset?: undefined | number; order?: undefined | "active" | "new" }): Promise<default<Account[]>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        Optional options: { limit?: undefined | number; local?: undefined | boolean; offset?: undefined | number; order?: undefined | "active" | "new" }
        +
          +
        • +
          Optional limit?: undefined | number
          +
        • +
        • +
          Optional local?: undefined | boolean
          +
        • +
        • +
          Optional offset?: undefined | number
          +
        • +
        • +
          Optional order?: undefined | "active" | "new"
          +
        • +
        +
      • +
      +

      Returns Promise<default<Account[]>>

      +
    • +
    +
    +
    + +

    getInstancePeers

    +
      +
    • getInstancePeers(): Promise<default<string[]>>
    • +
    + +
    +
    + +

    getInstanceTrends

    +
      +
    • getInstanceTrends(limit?: null | number): Promise<default<Tag[]>>
    • +
    + +
    +
    + +

    getList

    + + +
    +
    + +

    getListTimeline

    +
      +
    • getListTimeline(list_id: string, options?: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }): Promise<default<Status[]>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        list_id: string
        +
      • +
      • +
        Optional options: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
        • +
        • +
          Optional min_id?: undefined | string
          +
        • +
        • +
          Optional since_id?: undefined | string
          +
        • +
        +
      • +
      +

      Returns Promise<default<Status[]>>

      +
    • +
    +
    +
    + +

    getLists

    + + +
    +
    + +

    getLocalTimeline

    +
      +
    • getLocalTimeline(options?: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; only_media?: undefined | boolean; since_id?: undefined | string }): Promise<default<Status[]>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        Optional options: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; only_media?: undefined | boolean; since_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
        • +
        • +
          Optional min_id?: undefined | string
          +
        • +
        • +
          Optional only_media?: undefined | boolean
          +
        • +
        • +
          Optional since_id?: undefined | string
          +
        • +
        +
      • +
      +

      Returns Promise<default<Status[]>>

      +
    • +
    +
    +
    + +

    getMarker

    +
      +
    • getMarker(timeline: ("home" | "notifications")[]): Promise<default<{} | Marker>>
    • +
    + +
    +
    + +

    getMutes

    +
      +
    • getMutes(options?: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }): Promise<default<Account[]>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        Optional options: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
        • +
        • +
          Optional min_id?: undefined | string
          +
        • +
        +
      • +
      +

      Returns Promise<default<Account[]>>

      +
    • +
    +
    +
    + +

    getNotification

    + + +
    +
    + +

    getNotifications

    +
      +
    • getNotifications(options?: { account_id?: undefined | string; exclude_types?: undefined | string[]; limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }): Promise<default<Notification[]>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        Optional options: { account_id?: undefined | string; exclude_types?: undefined | string[]; limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }
        +
          +
        • +
          Optional account_id?: undefined | string
          +
        • +
        • +
          Optional exclude_types?: undefined | string[]
          +
        • +
        • +
          Optional limit?: undefined | number
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
        • +
        • +
          Optional min_id?: undefined | string
          +
        • +
        • +
          Optional since_id?: undefined | string
          +
        • +
        +
      • +
      +

      Returns Promise<default<Notification[]>>

      +
    • +
    +
    +
    + +

    getPoll

    + + +
    +
    + +

    getPreferences

    + + +
    +
    + +

    getPublicTimeline

    +
      +
    • getPublicTimeline(options?: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; only_media?: undefined | boolean; since_id?: undefined | string }): Promise<default<Status[]>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        Optional options: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; only_media?: undefined | boolean; since_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
        • +
        • +
          Optional min_id?: undefined | string
          +
        • +
        • +
          Optional only_media?: undefined | boolean
          +
        • +
        • +
          Optional since_id?: undefined | string
          +
        • +
        +
      • +
      +

      Returns Promise<default<Status[]>>

      +
    • +
    +
    +
    + +

    getPushSubscription

    + + +
    +
    + +

    getRelationship

    + + +
    +
    + +

    getRelationships

    + + +
    +
    + +

    getScheduledStatus

    + + +
    +
    + +

    getScheduledStatuses

    +
      +
    • getScheduledStatuses(options?: { limit?: undefined | null | number; max_id?: undefined | null | string; min_id?: undefined | null | string; since_id?: undefined | null | string }): Promise<default<ScheduledStatus[]>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        Optional options: { limit?: undefined | null | number; max_id?: undefined | null | string; min_id?: undefined | null | string; since_id?: undefined | null | string }
        +
          +
        • +
          Optional limit?: undefined | null | number
          +
        • +
        • +
          Optional max_id?: undefined | null | string
          +
        • +
        • +
          Optional min_id?: undefined | null | string
          +
        • +
        • +
          Optional since_id?: undefined | null | string
          +
        • +
        +
      • +
      +

      Returns Promise<default<ScheduledStatus[]>>

      +
    • +
    +
    +
    + +

    getStatus

    + + +
    +
    + +

    getStatusContext

    +
      +
    • getStatusContext(id: string, options?: { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }): Promise<default<Context>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        id: string
        +
      • +
      • +
        Optional options: { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
        • +
        • +
          Optional since_id?: undefined | string
          +
        • +
        +
      • +
      +

      Returns Promise<default<Context>>

      +
    • +
    +
    +
    + +

    getStatusFavouritedBy

    + + +
    +
    + +

    getStatusRebloggedBy

    + + +
    +
    + +

    getSuggestedTags

    + + +
    +
    + +

    getSuggestions

    + + +
    +
    + +

    getTagTimeline

    +
      +
    • getTagTimeline(hashtag: string, options?: { limit?: undefined | number; local?: undefined | boolean; max_id?: undefined | string; min_id?: undefined | string; only_media?: undefined | boolean; since_id?: undefined | string }): Promise<default<Status[]>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        hashtag: string
        +
      • +
      • +
        Optional options: { limit?: undefined | number; local?: undefined | boolean; max_id?: undefined | string; min_id?: undefined | string; only_media?: undefined | boolean; since_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
        • +
        • +
          Optional local?: undefined | boolean
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
        • +
        • +
          Optional min_id?: undefined | string
          +
        • +
        • +
          Optional only_media?: undefined | boolean
          +
        • +
        • +
          Optional since_id?: undefined | string
          +
        • +
        +
      • +
      +

      Returns Promise<default<Status[]>>

      +
    • +
    +
    +
    + +

    listSocket

    +
      +
    • listSocket(list_id: string): default
    • +
    + +
    +
    + +

    listStream

    + + +
    +
    + +

    localSocket

    + + +
    +
    + +

    localStream

    + + +
    +
    + +

    muteAccount

    + + +
    +
    + +

    muteStatus

    + + +
    +
    + +

    pinAccount

    + + +
    +
    + +

    pinStatus

    + + +
    +
    + +

    postStatus

    +
      +
    • postStatus(status: string, options: { in_reply_to_id?: undefined | string; language?: undefined | string; media_ids?: undefined | string[]; poll?: undefined | { expires_in: number; hide_totals?: undefined | boolean; multiple?: undefined | boolean; options: string[] }; quote_id?: undefined | string; scheduled_at?: undefined | string; sensitive?: undefined | boolean; spoiler_text?: undefined | string; visibility?: undefined | "public" | "unlisted" | "private" | "direct" }): Promise<default<Status>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        status: string
        +
      • +
      • +
        options: { in_reply_to_id?: undefined | string; language?: undefined | string; media_ids?: undefined | string[]; poll?: undefined | { expires_in: number; hide_totals?: undefined | boolean; multiple?: undefined | boolean; options: string[] }; quote_id?: undefined | string; scheduled_at?: undefined | string; sensitive?: undefined | boolean; spoiler_text?: undefined | string; visibility?: undefined | "public" | "unlisted" | "private" | "direct" }
        +
          +
        • +
          Optional in_reply_to_id?: undefined | string
          +
        • +
        • +
          Optional language?: undefined | string
          +
        • +
        • +
          Optional media_ids?: undefined | string[]
          +
        • +
        • +
          Optional poll?: undefined | { expires_in: number; hide_totals?: undefined | boolean; multiple?: undefined | boolean; options: string[] }
          +
        • +
        • +
          Optional quote_id?: undefined | string
          +
        • +
        • +
          Optional scheduled_at?: undefined | string
          +
        • +
        • +
          Optional sensitive?: undefined | boolean
          +
        • +
        • +
          Optional spoiler_text?: undefined | string
          +
        • +
        • +
          Optional visibility?: undefined | "public" | "unlisted" | "private" | "direct"
          +
        • +
        +
      • +
      +

      Returns Promise<default<Status>>

      +
    • +
    +
    +
    + +

    publicSocket

    + + +
    +
    + +

    publicStream

    + + +
    +
    + +

    readConversation

    + + +
    +
    + +

    reblogStatus

    + + +
    +
    + +

    refreshToken

    +
      +
    • refreshToken(client_id: string, client_secret: string, refresh_token: string): Promise<TokenData>
    • +
    +
      +
    • + +
      +
      +

      POST /oauth/token

      +
      +

      Refresh OAuth access token. + Send refresh token and get new access token.

      +
      +

      Parameters

      +
        +
      • +
        client_id: string
        +
      • +
      • +
        client_secret: string
        +
      • +
      • +
        refresh_token: string
        +
      • +
      +

      Returns Promise<TokenData>

      +
    • +
    +
    +
    + +

    registerAccount

    +
      +
    • registerAccount(username: string, email: string, password: string, agreement: boolean, locale: string, reason?: null | string): Promise<default<Token>>
    • +
    +
      +
    • + +
      +
      +

      POST /api/v1/accounts

      +
      +
      +

      Parameters

      +
        +
      • +
        username: string
        +
      • +
      • +
        email: string
        +
      • +
      • +
        password: string
        +
      • +
      • +
        agreement: boolean
        +
      • +
      • +
        locale: string
        +
      • +
      • +
        Optional reason: null | string
        +
      • +
      +

      Returns Promise<default<Token>>

      +
    • +
    +
    +
    + +

    registerApp

    +
      +
    • registerApp(client_name: string, options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>): Promise<AppData>
    • +
    +
      +
    • + +
      +
      +

      First, call createApp to get client_id and client_secret. + Next, call generateAuthUrl to get authorization url.

      +
      +
      +

      Parameters

      +
        +
      • +
        client_name: string
        +
      • +
      • +
        options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>
        +
      • +
      +

      Returns Promise<AppData>

      +
    • +
    +
    +
    + +

    rejectFollowRequest

    + + +
    +
    + +

    report

    +
      +
    • report(account_id: string, comment: string, options?: { forward?: undefined | boolean; status_ids?: undefined | string[] }): Promise<default<Report>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        account_id: string
        +
      • +
      • +
        comment: string
        +
      • +
      • +
        Optional options: { forward?: undefined | boolean; status_ids?: undefined | string[] }
        +
          +
        • +
          Optional forward?: undefined | boolean
          +
        • +
        • +
          Optional status_ids?: undefined | string[]
          +
        • +
        +
      • +
      +

      Returns Promise<default<Report>>

      +
    • +
    +
    +
    + +

    revokeToken

    +
      +
    • revokeToken(client_id: string, client_secret: string, token: string): Promise<default<{}>>
    • +
    + +
    +
    + +

    saveMarker

    +
      +
    • saveMarker(options?: { home?: undefined | { last_read_id: string }; notifications?: undefined | { last_read_id: string } }): Promise<default<Marker>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        Optional options: { home?: undefined | { last_read_id: string }; notifications?: undefined | { last_read_id: string } }
        +
          +
        • +
          Optional home?: undefined | { last_read_id: string }
          +
        • +
        • +
          Optional notifications?: undefined | { last_read_id: string }
          +
        • +
        +
      • +
      +

      Returns Promise<default<Marker>>

      +
    • +
    +
    +
    + +

    scheduleStatus

    + + +
    +
    + +

    search

    +
      +
    • search(q: string, type: "accounts" | "hashtags" | "statuses", options?: { account_id?: undefined | string; exclude_unreviewed?: undefined | boolean; following?: undefined | boolean; limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; offset?: undefined | number; resolve?: undefined | boolean }): Promise<default<Results>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        q: string
        +
      • +
      • +
        type: "accounts" | "hashtags" | "statuses"
        +
      • +
      • +
        Optional options: { account_id?: undefined | string; exclude_unreviewed?: undefined | boolean; following?: undefined | boolean; limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; offset?: undefined | number; resolve?: undefined | boolean }
        +
          +
        • +
          Optional account_id?: undefined | string
          +
        • +
        • +
          Optional exclude_unreviewed?: undefined | boolean
          +
        • +
        • +
          Optional following?: undefined | boolean
          +
        • +
        • +
          Optional limit?: undefined | number
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
        • +
        • +
          Optional min_id?: undefined | string
          +
        • +
        • +
          Optional offset?: undefined | number
          +
        • +
        • +
          Optional resolve?: undefined | boolean
          +
        • +
        +
      • +
      +

      Returns Promise<default<Results>>

      +
    • +
    +
    +
    + +

    searchAccount

    +
      +
    • searchAccount(q: string, options?: { following?: undefined | boolean; limit?: undefined | number; max_id?: undefined | string; resolve?: undefined | boolean; since_id?: undefined | string }): Promise<default<Account[]>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        q: string
        +
      • +
      • +
        Optional options: { following?: undefined | boolean; limit?: undefined | number; max_id?: undefined | string; resolve?: undefined | boolean; since_id?: undefined | string }
        +
          +
        • +
          Optional following?: undefined | boolean
          +
        • +
        • +
          Optional limit?: undefined | number
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
        • +
        • +
          Optional resolve?: undefined | boolean
          +
        • +
        • +
          Optional since_id?: undefined | string
          +
        • +
        +
      • +
      +

      Returns Promise<default<Account[]>>

      +
    • +
    +
    +
    + +

    subscribeAccount

    + + +
    +
    + +

    subscribePushNotification

    +
      +
    • subscribePushNotification(subscription: { endpoint: string; keys: { auth: string; p256dh: string } }, data?: null | { alerts: { favourite?: undefined | boolean; follow?: undefined | boolean; mention?: undefined | boolean; poll?: undefined | boolean; reblog?: undefined | boolean } }): Promise<default<PushSubscription>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        subscription: { endpoint: string; keys: { auth: string; p256dh: string } }
        +
          +
        • +
          endpoint: string
          +
        • +
        • +
          keys: { auth: string; p256dh: string }
          +
            +
          • +
            auth: string
            +
          • +
          • +
            p256dh: string
            +
          • +
          +
        • +
        +
      • +
      • +
        Optional data: null | { alerts: { favourite?: undefined | boolean; follow?: undefined | boolean; mention?: undefined | boolean; poll?: undefined | boolean; reblog?: undefined | boolean } }
        +
      • +
      +

      Returns Promise<default<PushSubscription>>

      +
    • +
    +
    +
    + +

    tagSocket

    +
      +
    • tagSocket(tag: string): default
    • +
    + +
    +
    + +

    tagStream

    + + +
    +
    + +

    unblockAccount

    + + +
    +
    + +

    unblockDomain

    +
      +
    • unblockDomain(domain: string): Promise<default<{}>>
    • +
    + +
    +
    + +

    unbookmarkStatus

    + + +
    +
    + +

    unfavouriteStatus

    + + +
    +
    + +

    unfollowAccount

    + + +
    +
    + +

    unmuteAccount

    + + +
    +
    + +

    unmuteStatus

    + + +
    +
    + +

    unpinAccount

    + + +
    +
    + +

    unpinStatus

    + + +
    +
    + +

    unreblogStatus

    + + +
    +
    + +

    unsubscribeAccount

    + + +
    +
    + +

    updateCredentials

    +
      +
    • updateCredentials(options?: { avatar?: undefined | string; bot?: undefined | boolean; discoverable?: undefined | boolean; display_name?: undefined | string; fields_attributes?: undefined | { name: string; value: string }[]; header?: undefined | string; locked?: undefined | boolean; note?: undefined | string; source?: undefined | { language?: undefined | string; privacy?: undefined | string; sensitive?: undefined | boolean } }): Promise<default<Account>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        Optional options: { avatar?: undefined | string; bot?: undefined | boolean; discoverable?: undefined | boolean; display_name?: undefined | string; fields_attributes?: undefined | { name: string; value: string }[]; header?: undefined | string; locked?: undefined | boolean; note?: undefined | string; source?: undefined | { language?: undefined | string; privacy?: undefined | string; sensitive?: undefined | boolean } }
        +
          +
        • +
          Optional avatar?: undefined | string
          +
        • +
        • +
          Optional bot?: undefined | boolean
          +
        • +
        • +
          Optional discoverable?: undefined | boolean
          +
        • +
        • +
          Optional display_name?: undefined | string
          +
        • +
        • +
          Optional fields_attributes?: undefined | { name: string; value: string }[]
          +
        • +
        • +
          Optional header?: undefined | string
          +
        • +
        • +
          Optional locked?: undefined | boolean
          +
        • +
        • +
          Optional note?: undefined | string
          +
        • +
        • +
          Optional source?: undefined | { language?: undefined | string; privacy?: undefined | string; sensitive?: undefined | boolean }
          +
        • +
        +
      • +
      +

      Returns Promise<default<Account>>

      +
    • +
    +
    +
    + +

    updateFilter

    +
      +
    • updateFilter(id: string, phrase: string, context: ("home" | "notifications" | "public" | "thread")[], options?: { expires_in?: undefined | string; irreversible?: undefined | boolean; whole_word?: undefined | boolean }): Promise<default<Filter>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        id: string
        +
      • +
      • +
        phrase: string
        +
      • +
      • +
        context: ("home" | "notifications" | "public" | "thread")[]
        +
      • +
      • +
        Optional options: { expires_in?: undefined | string; irreversible?: undefined | boolean; whole_word?: undefined | boolean }
        +
          +
        • +
          Optional expires_in?: undefined | string
          +
        • +
        • +
          Optional irreversible?: undefined | boolean
          +
        • +
        • +
          Optional whole_word?: undefined | boolean
          +
        • +
        +
      • +
      +

      Returns Promise<default<Filter>>

      +
    • +
    +
    +
    + +

    updateList

    +
      +
    • updateList(id: string, title: string): Promise<default<List>>
    • +
    + +
    +
    + +

    updateMedia

    +
      +
    • updateMedia(id: string, options?: { description?: undefined | string; file?: any; focus?: undefined | string }): Promise<default<Attachment>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        id: string
        +
      • +
      • +
        Optional options: { description?: undefined | string; file?: any; focus?: undefined | string }
        +
          +
        • +
          Optional description?: undefined | string
          +
        • +
        • +
          Optional file?: any
          +
        • +
        • +
          Optional focus?: undefined | string
          +
        • +
        +
      • +
      +

      Returns Promise<default<Attachment>>

      +
    • +
    +
    +
    + +

    updatePushSubscription

    +
      +
    • updatePushSubscription(data?: null | { alerts: { favourite?: undefined | boolean; follow?: undefined | boolean; mention?: undefined | boolean; poll?: undefined | boolean; reblog?: undefined | boolean } }): Promise<default<PushSubscription>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        Optional data: null | { alerts: { favourite?: undefined | boolean; follow?: undefined | boolean; mention?: undefined | boolean; poll?: undefined | boolean; reblog?: undefined | boolean } }
        +
      • +
      +

      Returns Promise<default<PushSubscription>>

      +
    • +
    +
    +
    + +

    uploadMedia

    +
      +
    • uploadMedia(file: any, options?: { description?: undefined | string; focus?: undefined | string }): Promise<default<Attachment>>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        file: any
        +
      • +
      • +
        Optional options: { description?: undefined | string; focus?: undefined | string }
        +
          +
        • +
          Optional description?: undefined | string
          +
        • +
        • +
          Optional focus?: undefined | string
          +
        • +
        +
      • +
      +

      Returns Promise<default<Attachment>>

      +
    • +
    +
    +
    + +

    userSocket

    + + +
    +
    + +

    userStream

    + + +
    +
    + +

    verifyAccountCredentials

    + + +
    +
    + +

    verifyAppCredentials

    + + +
    +
    + +

    votePoll

    +
      +
    • votePoll(id: string, choices: number[]): Promise<default<Poll>>
    • +
    + +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Class
    • +
    • Constructor
    • +
    • Property
    • +
    • Method
    • +
    +
      +
    • Interface
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/classes/mastodon.html b/docs/classes/mastodon.html deleted file mode 100644 index e380ad3..0000000 --- a/docs/classes/mastodon.html +++ /dev/null @@ -1,3975 +0,0 @@ - - - - - - Mastodon | megalodon - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class Mastodon

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - Mastodon -
    • -
    -
    -
    -

    Implements

    - -
    -
    -

    Index

    -
    -
    -
    -

    Constructors

    - -
    -
    -

    Properties

    - -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Constructors

    -
    - -

    constructor

    -
      -
    • new Mastodon(baseUrl: string, accessToken?: string | null, userAgent?: string | null, proxyConfig?: ProxyConfig | false): Mastodon
    • -
    -
      -
    • - -
      -
      -

      Parameters

      -
        -
      • -
        baseUrl: string
        -
        -
        -

        hostname or base URL

        -
        -
        -
      • -
      • -
        Default value accessToken: string | null = null
        -
        -
        -

        access token from OAuth2 authorization

        -
        -
        -
      • -
      • -
        Default value userAgent: string | null = DEFAULT_UA
        -
        -
        -

        UserAgent is specified in header on request.

        -
        -
        -
      • -
      • -
        Default value proxyConfig: ProxyConfig | false = false
        -
        -
        -

        Proxy setting, or set false if don't use proxy.

        -
        -
        -
      • -
      -

      Returns Mastodon

      -
    • -
    -
    -
    -
    -

    Properties

    -
    - -

    baseUrl

    -
    baseUrl: string
    - -
    -
    - -

    client

    -
    client: Client
    - -
    -
    -
    -

    Methods

    -
    - -

    acceptFollowRequest

    - - -
    -
    - -

    addAccountsToList

    -
      -
    • addAccountsToList(id: string, account_ids: Array<string>): Promise<Response<{}>>
    • -
    - -
    -
    - -

    blockAccount

    - - -
    -
    - -

    blockDomain

    -
      -
    • blockDomain(domain: string): Promise<Response<{}>>
    • -
    - -
    -
    - -

    bookmarkStatus

    - - -
    -
    - -

    cancel

    -
      -
    • cancel(): void
    • -
    - -
    -
    - -

    cancelScheduledStatus

    -
      -
    • cancelScheduledStatus(id: string): Promise<Response<{}>>
    • -
    - -
    -
    - -

    createApp

    -
      -
    • createApp(client_name: string, options: Partial<{ redirect_uris: string; scopes: Array<string>; website: string }>): Promise<AppData>
    • -
    -
      -
    • - -
      -
      -

      Call /api/v1/apps

      -
      -

      Create an application.

      -
      -

      Parameters

      -
        -
      • -
        client_name: string
        -
        -

        your application's name

        -
        -
      • -
      • -
        options: Partial<{ redirect_uris: string; scopes: Array<string>; website: string }>
        -
        -

        Form Data

        -
        -
      • -
      -

      Returns Promise<AppData>

      -
    • -
    -
    -
    - -

    createEmojiReaction

    -
      -
    • createEmojiReaction(_id: string, _emoji: string): Promise<Response<Status>>
    • -
    - -
    -
    - -

    createFeaturedTag

    - - -
    -
    - -

    createFilter

    -
      -
    • createFilter(phrase: string, context: Array<"home" | "notifications" | "public" | "thread">, options?: undefined | { expires_in?: undefined | string; irreversible?: undefined | false | true; whole_word?: undefined | false | true }): Promise<Response<Filter>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        phrase: string
        -
      • -
      • -
        context: Array<"home" | "notifications" | "public" | "thread">
        -
      • -
      • -
        Optional options: undefined | { expires_in?: undefined | string; irreversible?: undefined | false | true; whole_word?: undefined | false | true }
        -
      • -
      -

      Returns Promise<Response<Filter>>

      -
    • -
    -
    -
    - -

    createList

    - - -
    -
    - -

    deleteAccountsFromList

    -
      -
    • deleteAccountsFromList(id: string, account_ids: Array<string>): Promise<Response<{}>>
    • -
    - -
    -
    - -

    deleteConversation

    -
      -
    • deleteConversation(id: string): Promise<Response<{}>>
    • -
    - -
    -
    - -

    deleteEmojiReaction

    -
      -
    • deleteEmojiReaction(_id: string, _emoji: string): Promise<Response<Status>>
    • -
    - -
    -
    - -

    deleteFeaturedTag

    -
      -
    • deleteFeaturedTag(id: string): Promise<Response<{}>>
    • -
    - -
    -
    - -

    deleteFilter

    - - -
    -
    - -

    deleteList

    -
      -
    • deleteList(id: string): Promise<Response<{}>>
    • -
    - -
    -
    - -

    deletePushSubscription

    -
      -
    • deletePushSubscription(): Promise<Response<{}>>
    • -
    - -
    -
    - -

    deleteStatus

    - - -
    -
    - -

    directSocket

    -
      -
    • directSocket(): WebSocket
    • -
    - -
    -
    - -

    directStream

    - - -
    -
    - -

    dismissNotification

    -
      -
    • dismissNotification(id: string): Promise<Response<{}>>
    • -
    - -
    -
    - -

    dismissNotifications

    -
      -
    • dismissNotifications(): Promise<Response<{}>>
    • -
    - -
    -
    - -

    favouriteStatus

    - - -
    -
    - -

    fetchAccessToken

    -
      -
    • fetchAccessToken(client_id: string | null, client_secret: string, code: string, redirect_uri?: string): Promise<TokenData>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        client_id: string | null
        -
      • -
      • -
        client_secret: string
        -
      • -
      • -
        code: string
        -
      • -
      • -
        Default value redirect_uri: string = NO_REDIRECT
        -
      • -
      -

      Returns Promise<TokenData>

      -
    • -
    -
    -
    - -

    followAccount

    - - -
    -
    - -

    generateAuthUrl

    -
      -
    • generateAuthUrl(clientId: string, clientSecret: string, options: Partial<{ redirect_uri: string; scope: Array<string> }>): Promise<string>
    • -
    -
      -
    • - -
      -
      -

      Generate authorization url using OAuth2.

      -
      -
      -

      Parameters

      -
        -
      • -
        clientId: string
        -
        -

        your OAuth app's client ID

        -
        -
      • -
      • -
        clientSecret: string
        -
        -

        your OAuth app's client Secret

        -
        -
      • -
      • -
        options: Partial<{ redirect_uri: string; scope: Array<string> }>
        -
        -

        as property, redirect_uri and scope are available, and must be the same as when you register your app

        -
        -
      • -
      -

      Returns Promise<string>

      -
    • -
    -
    -
    - -

    getAccount

    - - -
    -
    - -

    getAccountFavourites

    -
      -
    • getAccountFavourites(_id: string, _options?: undefined | { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }): Promise<Response<Array<Status>>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        _id: string
        -
      • -
      • -
        Optional _options: undefined | { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }
        -
      • -
      -

      Returns Promise<Response<Array<Status>>>

      -
    • -
    -
    -
    - -

    getAccountFollowers

    -
      -
    • getAccountFollowers(id: string, options?: undefined | { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }): Promise<Response<Array<Account>>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        id: string
        -
      • -
      • -
        Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }
        -
      • -
      -

      Returns Promise<Response<Array<Account>>>

      -
    • -
    -
    -
    - -

    getAccountFollowing

    -
      -
    • getAccountFollowing(id: string, options?: undefined | { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }): Promise<Response<Array<Account>>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        id: string
        -
      • -
      • -
        Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }
        -
      • -
      -

      Returns Promise<Response<Array<Account>>>

      -
    • -
    -
    -
    - -

    getAccountLists

    -
      -
    • getAccountLists(id: string): Promise<Response<Array<List>>>
    • -
    - -
    -
    - -

    getAccountStatuses

    -
      -
    • getAccountStatuses(id: string, options?: undefined | { exclude_reblogs?: undefined | false | true; exclude_replies?: undefined | false | true; limit?: undefined | number; max_id?: undefined | string; only_media: boolean; pinned?: undefined | false | true; since_id?: undefined | string }): Promise<Response<Array<Status>>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        id: string
        -
      • -
      • -
        Optional options: undefined | { exclude_reblogs?: undefined | false | true; exclude_replies?: undefined | false | true; limit?: undefined | number; max_id?: undefined | string; only_media: boolean; pinned?: undefined | false | true; since_id?: undefined | string }
        -
      • -
      -

      Returns Promise<Response<Array<Status>>>

      -
    • -
    -
    -
    - -

    getAccountsInList

    -
      -
    • getAccountsInList(id: string, options?: undefined | { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }): Promise<Response<Array<Account>>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        id: string
        -
      • -
      • -
        Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }
        -
      • -
      -

      Returns Promise<Response<Array<Account>>>

      -
    • -
    -
    -
    - -

    getBlocks

    -
      -
    • getBlocks(options?: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }): Promise<Response<Array<Account>>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }
        -
      • -
      -

      Returns Promise<Response<Array<Account>>>

      -
    • -
    -
    -
    - -

    getBookmarks

    -
      -
    • getBookmarks(options?: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }): Promise<Response<Array<Status>>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }
        -
      • -
      -

      Returns Promise<Response<Array<Status>>>

      -
    • -
    -
    -
    - -

    getConversationTimeline

    -
      -
    • getConversationTimeline(options?: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }): Promise<Response<Array<Conversation>>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }
        -
      • -
      -

      Returns Promise<Response<Array<Conversation>>>

      -
    • -
    -
    -
    - -

    getDomainBlocks

    -
      -
    • getDomainBlocks(options?: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }): Promise<Response<Array<string>>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }
        -
      • -
      -

      Returns Promise<Response<Array<string>>>

      -
    • -
    -
    -
    - -

    getEmojiReaction

    -
      -
    • getEmojiReaction(_id: string, _emoji: string): Promise<Response<Reaction>>
    • -
    - -
    -
    - -

    getEmojiReactions

    - - -
    -
    - -

    getEndorsements

    -
      -
    • getEndorsements(options?: undefined | { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }): Promise<Response<Array<Account>>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }
        -
      • -
      -

      Returns Promise<Response<Array<Account>>>

      -
    • -
    -
    -
    - -

    getFavourites

    -
      -
    • getFavourites(options?: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }): Promise<Response<Array<Status>>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }
        -
      • -
      -

      Returns Promise<Response<Array<Status>>>

      -
    • -
    -
    -
    - -

    getFeaturedTags

    - - -
    -
    - -

    getFilter

    - - -
    -
    - -

    getFilters

    - - -
    -
    - -

    getFollowRequests

    -
      -
    • getFollowRequests(limit?: undefined | number): Promise<Response<Array<Account>>>
    • -
    - -
    -
    - -

    getHomeTimeline

    -
      -
    • getHomeTimeline(options?: undefined | { limit?: undefined | number; local?: undefined | false | true; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }): Promise<Response<Array<Status>>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        Optional options: undefined | { limit?: undefined | number; local?: undefined | false | true; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }
        -
      • -
      -

      Returns Promise<Response<Array<Status>>>

      -
    • -
    -
    -
    - -

    getIdentityProof

    - - -
    -
    - -

    getInstance

    - - -
    -
    - -

    getInstanceActivity

    - - -
    -
    - -

    getInstanceCustomEmojis

    - - -
    -
    - -

    getInstanceDirectory

    -
      -
    • getInstanceDirectory(options?: undefined | { limit?: undefined | number; local?: undefined | false | true; offset?: undefined | number; order?: "active" | "new" }): Promise<Response<Array<Account>>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        Optional options: undefined | { limit?: undefined | number; local?: undefined | false | true; offset?: undefined | number; order?: "active" | "new" }
        -
      • -
      -

      Returns Promise<Response<Array<Account>>>

      -
    • -
    -
    -
    - -

    getInstancePeers

    -
      -
    • getInstancePeers(): Promise<Response<Array<string>>>
    • -
    - -
    -
    - -

    getInstanceTrends

    -
      -
    • getInstanceTrends(limit?: number | null): Promise<Response<Array<Tag>>>
    • -
    - -
    -
    - -

    getList

    - - -
    -
    - -

    getListTimeline

    -
      -
    • getListTimeline(list_id: string, options?: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }): Promise<Response<Array<Status>>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        list_id: string
        -
      • -
      • -
        Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }
        -
      • -
      -

      Returns Promise<Response<Array<Status>>>

      -
    • -
    -
    -
    - -

    getLists

    - - -
    -
    - -

    getLocalTimeline

    -
      -
    • getLocalTimeline(options?: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; only_media?: undefined | false | true; since_id?: undefined | string }): Promise<Response<Array<Status>>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; only_media?: undefined | false | true; since_id?: undefined | string }
        -
      • -
      -

      Returns Promise<Response<Array<Status>>>

      -
    • -
    -
    -
    - -

    getMarker

    -
      -
    • getMarker(timeline: Array<"home" | "notifications">): Promise<Response<Marker | {}>>
    • -
    - -
    -
    - -

    getMutes

    -
      -
    • getMutes(options?: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }): Promise<Response<Array<Account>>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }
        -
      • -
      -

      Returns Promise<Response<Array<Account>>>

      -
    • -
    -
    -
    - -

    getNotification

    - - -
    -
    - -

    getNotifications

    -
      -
    • getNotifications(options?: undefined | { account_id?: undefined | string; exclude_types?: Array<NotificationType>; limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }): Promise<Response<Array<Notification>>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        Optional options: undefined | { account_id?: undefined | string; exclude_types?: Array<NotificationType>; limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }
        -
      • -
      -

      Returns Promise<Response<Array<Notification>>>

      -
    • -
    -
    -
    - -

    getPoll

    - - -
    -
    - -

    getPreferences

    - - -
    -
    - -

    getPublicTimeline

    -
      -
    • getPublicTimeline(options?: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; only_media?: undefined | false | true; since_id?: undefined | string }): Promise<Response<Array<Status>>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; only_media?: undefined | false | true; since_id?: undefined | string }
        -
      • -
      -

      Returns Promise<Response<Array<Status>>>

      -
    • -
    -
    -
    - -

    getPushSubscription

    - - -
    -
    - -

    getRelationship

    - - -
    -
    - -

    getRelationships

    - - -
    -
    - -

    getScheduledStatus

    - - -
    -
    - -

    getScheduledStatuses

    -
      -
    • getScheduledStatuses(options?: undefined | { limit?: number | null; max_id?: string | null; min_id?: string | null; since_id?: string | null }): Promise<Response<Array<ScheduledStatus>>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        Optional options: undefined | { limit?: number | null; max_id?: string | null; min_id?: string | null; since_id?: string | null }
        -
      • -
      -

      Returns Promise<Response<Array<ScheduledStatus>>>

      -
    • -
    -
    -
    - -

    getStatus

    - - -
    -
    - -

    getStatusContext

    -
      -
    • getStatusContext(id: string, options?: undefined | { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }): Promise<Response<Context>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        id: string
        -
      • -
      • -
        Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }
        -
      • -
      -

      Returns Promise<Response<Context>>

      -
    • -
    -
    -
    - -

    getStatusFavouritedBy

    - - -
    -
    - -

    getStatusRebloggedBy

    - - -
    -
    - -

    getSuggestedTags

    -
      -
    • getSuggestedTags(): Promise<Response<Array<Tag>>>
    • -
    - -
    -
    - -

    getSuggestions

    -
      -
    • getSuggestions(limit?: undefined | number): Promise<Response<Array<Account>>>
    • -
    - -
    -
    - -

    getTagTimeline

    -
      -
    • getTagTimeline(hashtag: string, options?: undefined | { limit?: undefined | number; local?: undefined | false | true; max_id?: undefined | string; min_id?: undefined | string; only_media?: undefined | false | true; since_id?: undefined | string }): Promise<Response<Array<Status>>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        hashtag: string
        -
      • -
      • -
        Optional options: undefined | { limit?: undefined | number; local?: undefined | false | true; max_id?: undefined | string; min_id?: undefined | string; only_media?: undefined | false | true; since_id?: undefined | string }
        -
      • -
      -

      Returns Promise<Response<Array<Status>>>

      -
    • -
    -
    -
    - -

    listSocket

    -
      -
    • listSocket(list_id: string): WebSocket
    • -
    - -
    -
    - -

    listStream

    - - -
    -
    - -

    localSocket

    -
      -
    • localSocket(): WebSocket
    • -
    - -
    -
    - -

    localStream

    - - -
    -
    - -

    muteAccount

    - - -
    -
    - -

    muteStatus

    - - -
    -
    - -

    pinAccount

    - - -
    -
    - -

    pinStatus

    - - -
    -
    - -

    postStatus

    -
      -
    • postStatus(status: string, options: { in_reply_to_id?: undefined | string; language?: undefined | string; media_ids?: Array<string>; poll?: undefined | { expires_in: number; hide_totals?: undefined | false | true; multiple?: undefined | false | true; options: Array<string> }; quote_id?: undefined | string; scheduled_at?: undefined | string; sensitive?: undefined | false | true; spoiler_text?: undefined | string; visibility?: "public" | "unlisted" | "private" | "direct" }): Promise<Response<Status>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        status: string
        -
      • -
      • -
        options: { in_reply_to_id?: undefined | string; language?: undefined | string; media_ids?: Array<string>; poll?: undefined | { expires_in: number; hide_totals?: undefined | false | true; multiple?: undefined | false | true; options: Array<string> }; quote_id?: undefined | string; scheduled_at?: undefined | string; sensitive?: undefined | false | true; spoiler_text?: undefined | string; visibility?: "public" | "unlisted" | "private" | "direct" }
        -
          -
        • -
          Optional in_reply_to_id?: undefined | string
          -
        • -
        • -
          Optional language?: undefined | string
          -
        • -
        • -
          Optional media_ids?: Array<string>
          -
        • -
        • -
          Optional poll?: undefined | { expires_in: number; hide_totals?: undefined | false | true; multiple?: undefined | false | true; options: Array<string> }
          -
        • -
        • -
          Optional quote_id?: undefined | string
          -
        • -
        • -
          Optional scheduled_at?: undefined | string
          -
        • -
        • -
          Optional sensitive?: undefined | false | true
          -
        • -
        • -
          Optional spoiler_text?: undefined | string
          -
        • -
        • -
          Optional visibility?: "public" | "unlisted" | "private" | "direct"
          -
        • -
        -
      • -
      -

      Returns Promise<Response<Status>>

      -
    • -
    -
    -
    - -

    publicSocket

    -
      -
    • publicSocket(): WebSocket
    • -
    - -
    -
    - -

    publicStream

    - - -
    -
    - -

    readConversation

    - - -
    -
    - -

    reblogStatus

    - - -
    -
    - -

    refreshToken

    -
      -
    • refreshToken(client_id: string, client_secret: string, refresh_token: string): Promise<TokenData>
    • -
    - -
    -
    - -

    registerAccount

    -
      -
    • registerAccount(username: string, email: string, password: string, agreement: boolean, locale: string, reason?: string | null): Promise<Response<Token>>
    • -
    - -
    -
    - -

    registerApp

    -
      -
    • registerApp(client_name: string, options: Partial<{ redirect_uris: string; scopes: Array<string>; website: string }>): Promise<AppData>
    • -
    - -
    -
    - -

    rejectFollowRequest

    - - -
    -
    - -

    report

    -
      -
    • report(account_id: string, comment: string, options?: undefined | { forward?: undefined | false | true; status_ids?: Array<string> }): Promise<Response<Report>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        account_id: string
        -
      • -
      • -
        comment: string
        -
      • -
      • -
        Optional options: undefined | { forward?: undefined | false | true; status_ids?: Array<string> }
        -
      • -
      -

      Returns Promise<Response<Report>>

      -
    • -
    -
    -
    - -

    revokeToken

    -
      -
    • revokeToken(client_id: string, client_secret: string, token: string): Promise<Response<{}>>
    • -
    - -
    -
    - -

    saveMarker

    -
      -
    • saveMarker(options?: undefined | { home?: undefined | { last_read_id: string }; notifications?: undefined | { last_read_id: string } }): Promise<Response<Marker>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        Optional options: undefined | { home?: undefined | { last_read_id: string }; notifications?: undefined | { last_read_id: string } }
        -
      • -
      -

      Returns Promise<Response<Marker>>

      -
    • -
    -
    -
    - -

    scheduleStatus

    - - -
    -
    - -

    search

    -
      -
    • search(q: string, type: "accounts" | "hashtags" | "statuses", options?: undefined | { account_id?: undefined | string; exclude_unreviewed?: undefined | false | true; following?: undefined | false | true; limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; offset?: undefined | number; resolve?: undefined | false | true }): Promise<Response<Results>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        q: string
        -
      • -
      • -
        type: "accounts" | "hashtags" | "statuses"
        -
      • -
      • -
        Optional options: undefined | { account_id?: undefined | string; exclude_unreviewed?: undefined | false | true; following?: undefined | false | true; limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; offset?: undefined | number; resolve?: undefined | false | true }
        -
      • -
      -

      Returns Promise<Response<Results>>

      -
    • -
    -
    -
    - -

    searchAccount

    -
      -
    • searchAccount(q: string, options?: undefined | { following?: undefined | false | true; limit?: undefined | number; max_id?: undefined | string; resolve?: undefined | false | true; since_id?: undefined | string }): Promise<Response<Array<Account>>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        q: string
        -
      • -
      • -
        Optional options: undefined | { following?: undefined | false | true; limit?: undefined | number; max_id?: undefined | string; resolve?: undefined | false | true; since_id?: undefined | string }
        -
      • -
      -

      Returns Promise<Response<Array<Account>>>

      -
    • -
    -
    -
    - -

    subscribeAccount

    - - -
    -
    - -

    subscribePushNotification

    -
      -
    • subscribePushNotification(subscription: { endpoint: string; keys: { auth: string; p256dh: string } }, data?: { alerts: { favourite?: undefined | false | true; follow?: undefined | false | true; mention?: undefined | false | true; poll?: undefined | false | true; reblog?: undefined | false | true } } | null): Promise<Response<PushSubscription>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        subscription: { endpoint: string; keys: { auth: string; p256dh: string } }
        -
          -
        • -
          endpoint: string
          -
        • -
        • -
          keys: { auth: string; p256dh: string }
          -
            -
          • -
            auth: string
            -
          • -
          • -
            p256dh: string
            -
          • -
          -
        • -
        -
      • -
      • -
        Optional data: { alerts: { favourite?: undefined | false | true; follow?: undefined | false | true; mention?: undefined | false | true; poll?: undefined | false | true; reblog?: undefined | false | true } } | null
        -
      • -
      -

      Returns Promise<Response<PushSubscription>>

      -
    • -
    -
    -
    - -

    tagSocket

    -
      -
    • tagSocket(tag: string): WebSocket
    • -
    - -
    -
    - -

    tagStream

    - - -
    -
    - -

    unblockAccount

    - - -
    -
    - -

    unblockDomain

    -
      -
    • unblockDomain(domain: string): Promise<Response<{}>>
    • -
    - -
    -
    - -

    unbookmarkStatus

    - - -
    -
    - -

    unfavouriteStatus

    - - -
    -
    - -

    unfollowAccount

    - - -
    -
    - -

    unmuteAccount

    - - -
    -
    - -

    unmuteStatus

    - - -
    -
    - -

    unpinAccount

    - - -
    -
    - -

    unpinStatus

    - - -
    -
    - -

    unreblogStatus

    - - -
    -
    - -

    unsubscribeAccount

    - - -
    -
    - -

    updateCredentials

    -
      -
    • updateCredentials(options?: undefined | { avatar?: undefined | string; bot?: undefined | false | true; discoverable?: undefined | false | true; display_name?: undefined | string; fields_attributes?: Array<{ name: string; value: string }>; header?: undefined | string; locked?: undefined | false | true; note?: undefined | string; source?: undefined | { language?: undefined | string; privacy?: undefined | string; sensitive?: undefined | false | true } }): Promise<Response<Account>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        Optional options: undefined | { avatar?: undefined | string; bot?: undefined | false | true; discoverable?: undefined | false | true; display_name?: undefined | string; fields_attributes?: Array<{ name: string; value: string }>; header?: undefined | string; locked?: undefined | false | true; note?: undefined | string; source?: undefined | { language?: undefined | string; privacy?: undefined | string; sensitive?: undefined | false | true } }
        -
      • -
      -

      Returns Promise<Response<Account>>

      -
    • -
    -
    -
    - -

    updateFilter

    -
      -
    • updateFilter(id: string, phrase: string, context: Array<"home" | "notifications" | "public" | "thread">, options?: undefined | { expires_in?: undefined | string; irreversible?: undefined | false | true; whole_word?: undefined | false | true }): Promise<Response<Filter>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        id: string
        -
      • -
      • -
        phrase: string
        -
      • -
      • -
        context: Array<"home" | "notifications" | "public" | "thread">
        -
      • -
      • -
        Optional options: undefined | { expires_in?: undefined | string; irreversible?: undefined | false | true; whole_word?: undefined | false | true }
        -
      • -
      -

      Returns Promise<Response<Filter>>

      -
    • -
    -
    -
    - -

    updateList

    -
      -
    • updateList(id: string, title: string): Promise<Response<List>>
    • -
    - -
    -
    - -

    updateMedia

    -
      -
    • updateMedia(id: string, options?: undefined | { description?: undefined | string; file?: any; focus?: undefined | string }): Promise<Response<Attachment>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        id: string
        -
      • -
      • -
        Optional options: undefined | { description?: undefined | string; file?: any; focus?: undefined | string }
        -
      • -
      -

      Returns Promise<Response<Attachment>>

      -
    • -
    -
    -
    - -

    updatePushSubscription

    -
      -
    • updatePushSubscription(data?: { alerts: { favourite?: undefined | false | true; follow?: undefined | false | true; mention?: undefined | false | true; poll?: undefined | false | true; reblog?: undefined | false | true } } | null): Promise<Response<PushSubscription>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        Optional data: { alerts: { favourite?: undefined | false | true; follow?: undefined | false | true; mention?: undefined | false | true; poll?: undefined | false | true; reblog?: undefined | false | true } } | null
        -
      • -
      -

      Returns Promise<Response<PushSubscription>>

      -
    • -
    -
    -
    - -

    uploadMedia

    -
      -
    • uploadMedia(file: any, options?: undefined | { description?: undefined | string; focus?: undefined | string }): Promise<Response<Attachment>>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        file: any
        -
      • -
      • -
        Optional options: undefined | { description?: undefined | string; focus?: undefined | string }
        -
      • -
      -

      Returns Promise<Response<Attachment>>

      -
    • -
    -
    -
    - -

    userSocket

    -
      -
    • userSocket(): WebSocket
    • -
    - -
    -
    - -

    userStream

    - - -
    -
    - -

    verifyAccountCredentials

    - - -
    -
    - -

    verifyAppCredentials

    - - -
    -
    - -

    votePoll

    -
      -
    • votePoll(id: string, choices: Array<number>): Promise<Response<Poll>>
    • -
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/classes/mastodonapi.client.html b/docs/classes/mastodon_api_client.default.client.html similarity index 61% rename from docs/classes/mastodonapi.client.html rename to docs/classes/mastodon_api_client.default.client.html index 0aee18b..5898fbf 100644 --- a/docs/classes/mastodonapi.client.html +++ b/docs/classes/mastodon_api_client.default.client.html @@ -4,16 +4,17 @@ Client | megalodon - + +
    -
    - \ No newline at end of file diff --git a/docs/classes/streamlistener.html b/docs/classes/mastodon_stream_listener.default.html similarity index 69% rename from docs/classes/streamlistener.html rename to docs/classes/mastodon_stream_listener.default.html index 3cbe9a7..c733ef8 100644 --- a/docs/classes/streamlistener.html +++ b/docs/classes/mastodon_stream_listener.default.html @@ -3,17 +3,18 @@ - StreamListener | megalodon - + default | megalodon + +
    -
    @@ -81,7 +83,7 @@ EventEmitter
    • - StreamListener + default
    @@ -90,7 +92,7 @@

    Implements

    @@ -100,50 +102,50 @@

    Constructors

    Properties

    Methods

    @@ -155,53 +157,43 @@

    constructor

      -
    • new StreamListener(url: string, headers: object, proxyConfig?: ProxyConfig | false, reconnectInterval: number): StreamListener
    • +
    • new default(url: string, headers: object, proxyConfig?: false | ProxyConfig, reconnectInterval: number): default
    @@ -214,7 +206,7 @@
    _cancelSource: CancelTokenSource
    @@ -224,7 +216,7 @@
    _connectionClosed: boolean = false
    @@ -234,7 +226,7 @@
    _reconnectCurrentAttempts: number = 0
    @@ -244,17 +236,17 @@
    _reconnectInterval: number

    Private _reconnectMaxAttempts

    -
    _reconnectMaxAttempts: number = Infinity
    +
    _reconnectMaxAttempts: number = ...
    @@ -264,27 +256,27 @@
    headers: object

    parser

    -
    parser: Parser
    +
    parser: Parser

    proxyConfig

    -
    proxyConfig: ProxyConfig | false = false
    +
    proxyConfig: false | ProxyConfig = false
    @@ -294,16 +286,15 @@
    url: string
    -
    +

    Static defaultMaxListeners

    defaultMaxListeners: number
    -
    +

    addListener

    -
      -
    • addListener(event: string | symbol, listener: (...args: any[]) => void): this
    • +
        +
      • addListener(event: string | symbol, listener: (...args: any[]) => void): default
    -
    +

    emit

    -
      +
      • emit(event: string | symbol, ...args: any[]): boolean
    -
    +

    eventNames

    -
      -
    • eventNames(): Array<string | symbol>
    • +
        +
      • eventNames(): (string | symbol)[]
      • -

        Returns Array<string | symbol>

        +

        Returns (string | symbol)[]

    -
    +

    getMaxListeners

    -
      +
      • getMaxListeners(): number
    -
    +

    listenerCount

    -
      +
      • listenerCount(type: string | symbol): number
    -
    +

    listeners

    -
      +
      • listeners(event: string | symbol): Function[]
    -
    +

    off

    -
      -
    • off(event: string | symbol, listener: (...args: any[]) => void): this
    • +
        +
      • off(event: string | symbol, listener: (...args: any[]) => void): default
    -
    +

    on

    -
      -
    • on(event: string | symbol, listener: (...args: any[]) => void): this
    • +
        +
      • on(event: string | symbol, listener: (...args: any[]) => void): default
    -
    +

    once

    -
      -
    • once(event: string | symbol, listener: (...args: any[]) => void): this
    • +
        +
      • once(event: string | symbol, listener: (...args: any[]) => void): default
    -
    +

    prependListener

    -
      -
    • prependListener(event: string | symbol, listener: (...args: any[]) => void): this
    • +
        +
      • prependListener(event: string | symbol, listener: (...args: any[]) => void): default
    -
    +

    prependOnceListener

    -
      -
    • prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this
    • +
        +
      • prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): default
    -
    +

    rawListeners

    -
      +
      • rawListeners(event: string | symbol): Function[]
    -
    +

    removeAllListeners

    -
    -
    +

    removeListener

    -
      -
    • removeListener(event: string | symbol, listener: (...args: any[]) => void): this
    • +
        +
      • removeListener(event: string | symbol, listener: (...args: any[]) => void): default
    -
    +

    setMaxListeners

    -
      -
    • setMaxListeners(n: number): this
    • +
        +
      • setMaxListeners(n: number): default
      -

      Returns this

      +

      Returns default

    @@ -945,9 +906,9 @@
    -
    +

    Static listenerCount

    -
    @@ -1287,6 +1142,5 @@
    - \ No newline at end of file diff --git a/docs/classes/mastodon_stream_listener.streamlistenererror.html b/docs/classes/mastodon_stream_listener.streamlistenererror.html new file mode 100644 index 0000000..90888d3 --- /dev/null +++ b/docs/classes/mastodon_stream_listener.streamlistenererror.html @@ -0,0 +1,333 @@ + + + + + + StreamListenerError | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Class StreamListenerError

    +
    +
    +
    +
    +
    +
    +
    +

    Hierarchy

    +
      +
    • + Error +
        +
      • + StreamListenerError +
      • +
      +
    • +
    +
    +
    +

    Index

    +
    +
    +
    +

    Constructors

    + +
    +
    +

    Properties

    + +
    +
    +

    Methods

    + +
    +
    +
    +
    +
    +

    Constructors

    +
    + +

    constructor

    + + +
    +
    +
    +

    Properties

    +
    + +

    message

    +
    message: string
    + +
    +
    + +

    name

    +
    name: string
    + +
    +
    + +

    Optional prepareStackTrace

    +
    prepareStackTrace: undefined | ((err: Error, stackTraces: CallSite[]) => any)
    + +
    +
    +

    Optional override for formatting stack traces

    +
    +
    +
    see
    +

    https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces

    +
    +
    +
    +
    +
    + +

    Optional stack

    +
    stack: undefined | string
    + +
    +
    + +

    stackTraceLimit

    +
    stackTraceLimit: number
    + +
    +
    + +

    statusCode

    +
    statusCode: number
    + +
    +
    +
    +

    Methods

    +
    + +

    captureStackTrace

    +
      +
    • captureStackTrace(targetObject: Object, constructorOpt?: Function): void
    • +
    +
      +
    • + +
      +
      +

      Create .stack property on a target object

      +
      +
      +

      Parameters

      +
        +
      • +
        targetObject: Object
        +
      • +
      • +
        Optional constructorOpt: Function
        +
      • +
      +

      Returns void

      +
    • +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Class
    • +
    • Constructor
    • +
    • Property
    • +
    +
      +
    • Interface
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/classes/websocket.html b/docs/classes/mastodon_web_socket.default.html similarity index 63% rename from docs/classes/websocket.html rename to docs/classes/mastodon_web_socket.default.html index c7ac1cb..2b4b2c2 100644 --- a/docs/classes/websocket.html +++ b/docs/classes/mastodon_web_socket.default.html @@ -3,17 +3,18 @@ - WebSocket | megalodon - + default | megalodon + +
    -
    @@ -71,30 +73,18 @@

    WebSocket Pleroma is not support streaming. It is support websocket instead of streaming. - So this class connect to Phoenix websocket for Pleroma. - WebSocket - Pleroma is not support streaming. It is support websocket instead of streaming. - So this class connect to Phoenix websocket for Pleroma. - WebSocket - Misskey is not support http streaming. It supports websocket instead of streaming. - So this class connect to Misskey server with WebSocket.

    + So this class connect to Phoenix websocket for Pleroma.

    Hierarchy

    -
    - -

    Private _channelID

    -
    _channelID: string
    -

    Private _client

    -
    _client: WS | null = null
    +
    _client: null | WebSocket
    @@ -288,9 +246,7 @@
    _connectionClosed: boolean
    @@ -300,9 +256,7 @@
    _heartbeatInterval: number = 60000
    @@ -312,9 +266,7 @@
    _pongReceivedTimestamp: Dayjs
    @@ -324,9 +276,7 @@
    _pongWaiting: boolean = false
    @@ -336,9 +286,7 @@
    _reconnectCurrentAttempts: number
    @@ -348,9 +296,7 @@
    _reconnectInterval: number
    @@ -360,19 +306,7 @@
    _reconnectMaxAttempts: number
    - -
    - -

    channel

    -
    channel: "user" | "localTimeline" | "hybridTimeline" | "globalTimeline" | "conversation" | "list"
    -
    @@ -382,9 +316,7 @@
    headers: {}
    @@ -396,48 +328,33 @@
    -
    - -

    listId

    -
    listId: string | null = null
    - -

    params

    -
    params: string | null
    +
    params: null | string

    parser

    -
    parser: Parser
    +
    parser: Parser

    proxyConfig

    -
    proxyConfig: ProxyConfig | false = false
    +
    proxyConfig: false | ProxyConfig = false
    @@ -447,8 +364,7 @@
    stream: string
    @@ -458,19 +374,15 @@
    url: string
    -
    +

    Static defaultMaxListeners

    defaultMaxListeners: number
    -
    - -

    Private _channel

    -
      -
    • _channel(): void
    • -
    - -

    Private _checkAlive

    @@ -544,7 +432,7 @@
  • @@ -572,7 +460,7 @@
  • @@ -588,56 +476,42 @@

    Private _connect

      -
    • _connect(url: string, stream: string, params: string | null, accessToken: string, headers: {}, proxyConfig: ProxyConfig | false): WS
    • +
    • _connect(url: string, stream: string, params: null | string, accessToken: string, headers: {}, proxyConfig: false | ProxyConfig): WebSocket
    • -
      -
      -

      Connect to the endpoint. - Connect to the endpoint.

      -
      -

      Parameters

      • url: string
        -
        -

        Base url of streaming endpoint.

        -
        +

        Base url of streaming endpoint.

      • stream: string
        -
        -

        The specified stream name.

        -
        +

        The specified stream name.

      • -
        params: string | null
        +
        params: null | string
      • accessToken: string
        -
        -

        Access token.

        -
        +

        Access token.

      • headers: {}
        -
        -

        The specified headers.

        -
        +

        The specified headers.

        • @@ -646,15 +520,13 @@
      • -
        proxyConfig: ProxyConfig | false
        +
        proxyConfig: false | ProxyConfig
        -
        -

        Proxy setting, or set false if don't use proxy.

        -
        +

        Proxy setting, or set false if don't use proxy.

      -

      Returns WS

      +

      Returns WebSocket

      A WebSocket instance.

    @@ -669,7 +541,7 @@
  • @@ -691,7 +563,7 @@
  • @@ -713,7 +585,7 @@
  • @@ -735,7 +607,7 @@
  • @@ -757,7 +629,7 @@
  • @@ -769,17 +641,15 @@
  • -
    +

    addListener

    -
      -
    • addListener(event: string | symbol, listener: (...args: any[]) => void): this
    • +
        +
      • addListener(event: string | symbol, listener: (...args: any[]) => void): default
    -
    +

    emit

    -
      +
      • emit(event: string | symbol, ...args: any[]): boolean
    -
    +

    eventNames

    -
      -
    • eventNames(): Array<string | symbol>
    • +
        +
      • eventNames(): (string | symbol)[]
      • -

        Returns Array<string | symbol>

        +

        Returns (string | symbol)[]

    -
    +

    getMaxListeners

    -
      +
      • getMaxListeners(): number
    -
    +

    listenerCount

    -
      +
      • listenerCount(type: string | symbol): number
    -
    +

    listeners

    -
      +
      • listeners(event: string | symbol): Function[]
    -
    +

    off

    -
      -
    • off(event: string | symbol, listener: (...args: any[]) => void): this
    • +
        +
      • off(event: string | symbol, listener: (...args: any[]) => void): default
    -
    +

    on

    -
      -
    • on(event: string | symbol, listener: (...args: any[]) => void): this
    • +
        +
      • on(event: string | symbol, listener: (...args: any[]) => void): default
    -
    +

    once

    -
      -
    • once(event: string | symbol, listener: (...args: any[]) => void): this
    • +
        +
      • once(event: string | symbol, listener: (...args: any[]) => void): default
    -
    +

    prependListener

    -
      -
    • prependListener(event: string | symbol, listener: (...args: any[]) => void): this
    • +
        +
      • prependListener(event: string | symbol, listener: (...args: any[]) => void): default
    -
    +

    prependOnceListener

    -
      -
    • prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this
    • +
        +
      • prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): default
    -
    +

    rawListeners

    -
      +
      • rawListeners(event: string | symbol): Function[]
    -
    +

    removeAllListeners

    -
    -
    +

    removeListener

    -
      -
    • removeListener(event: string | symbol, listener: (...args: any[]) => void): this
    • +
        +
      • removeListener(event: string | symbol, listener: (...args: any[]) => void): default
    -
    +

    setMaxListeners

    -
      -
    • setMaxListeners(n: number): this
    • +
        +
      • setMaxListeners(n: number): default
      -

      Returns this

      +

      Returns default

    @@ -1292,9 +1134,9 @@
    -
    +

    Static listenerCount

    -
    @@ -184,10 +176,10 @@

    Private accessToken

    -
    accessToken: string | null
    +
    accessToken: null | string
    @@ -197,7 +189,7 @@
    baseUrl: string
    @@ -207,17 +199,17 @@
    cancelTokenSource: CancelTokenSource

    Private proxyConfig

    -
    proxyConfig: ProxyConfig | false = false
    +
    proxyConfig: false | ProxyConfig = false
    @@ -227,7 +219,7 @@
    userAgent: string
    @@ -244,7 +236,7 @@
  • @@ -261,13 +253,13 @@

    post

      -
    • post<T>(path: string, params?: {}): Promise<Response<T>>
    • +
    • post<T>(path: string, params?: {}): Promise<default<T>>
  • -

    Returns Promise<Response<T>>

    +

    Returns Promise<default<T>>

    @@ -306,13 +298,13 @@

    socket

      -
    • socket(channel: "user" | "localTimeline" | "hybridTimeline" | "globalTimeline" | "conversation" | "list", listId?: string | null): WebSocket
    • +
    • socket(channel: "user" | "localTimeline" | "hybridTimeline" | "globalTimeline" | "conversation" | "list", listId?: null | string): default
    • @@ -323,19 +315,19 @@

      Parameters

      • -
        channel: "user" | "localTimeline" | "hybridTimeline" | "globalTimeline" | "conversation" | "list"
        +
        channel: "user" | "localTimeline" | "hybridTimeline" | "globalTimeline" | "conversation" | "list"

        Channel name is user, localTimeline, hybridTimeline, globalTimeline, conversation or list.

      • -
        Default value listId: string | null = null
        +
        listId: null | string = null

        This parameter is required only list channel.

      -

      Returns WebSocket

      +

      Returns default

    @@ -344,86 +336,70 @@ @@ -495,6 +436,5 @@
    - \ No newline at end of file diff --git a/docs/classes/misskey_web_socket.default.html b/docs/classes/misskey_web_socket.default.html new file mode 100644 index 0000000..bd58b66 --- /dev/null +++ b/docs/classes/misskey_web_socket.default.html @@ -0,0 +1,1404 @@ + + + + + + default | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Class default

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    WebSocket + Misskey is not support http streaming. It supports websocket instead of streaming. + So this class connect to Misskey server with WebSocket.

    +
    +
    +
    +
    +

    Hierarchy

    +
      +
    • + EventEmitter +
        +
      • + default +
      • +
      +
    • +
    +
    +
    +

    Implements

    + +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Constructors

    +
    + +

    constructor

    +
      +
    • new default(url: string, channel: "user" | "localTimeline" | "hybridTimeline" | "globalTimeline" | "conversation" | "list", accessToken: string, listId: null | string, userAgent: string, proxyConfig?: false | ProxyConfig): default
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        url: string
        +
        +

        Full url of websocket: e.g. wss://misskey.io/streaming

        +
        +
      • +
      • +
        channel: "user" | "localTimeline" | "hybridTimeline" | "globalTimeline" | "conversation" | "list"
        +
        +

        Channel name is user, localTimeline, hybridTimeline, globalTimeline, conversation or list.

        +
        +
      • +
      • +
        accessToken: string
        +
        +

        The access token.

        +
        +
      • +
      • +
        listId: null | string
        +
        +

        This parameter is required when you specify list as channel.

        +
        +
      • +
      • +
        userAgent: string
        +
      • +
      • +
        proxyConfig: false | ProxyConfig = false
        +
      • +
      +

      Returns default

      +
    • +
    +
    +
    +
    +

    Properties

    +
    + +

    Private _accessToken

    +
    _accessToken: string
    + +
    +
    + +

    Private _channelID

    +
    _channelID: string
    + +
    +
    + +

    Private _client

    +
    _client: null | WebSocket = null
    + +
    +
    + +

    Private _connectionClosed

    +
    _connectionClosed: boolean
    + +
    +
    + +

    Private _heartbeatInterval

    +
    _heartbeatInterval: number = 60000
    + +
    +
    + +

    Private _pongReceivedTimestamp

    +
    _pongReceivedTimestamp: Dayjs
    + +
    +
    + +

    Private _pongWaiting

    +
    _pongWaiting: boolean = false
    + +
    +
    + +

    Private _reconnectCurrentAttempts

    +
    _reconnectCurrentAttempts: number
    + +
    +
    + +

    Private _reconnectInterval

    +
    _reconnectInterval: number
    + +
    +
    + +

    Private _reconnectMaxAttempts

    +
    _reconnectMaxAttempts: number
    + +
    +
    + +

    channel

    +
    channel: "user" | "localTimeline" | "hybridTimeline" | "globalTimeline" | "conversation" | "list"
    + +
    +
    + +

    headers

    +
    headers: {}
    + +
    +

    Type declaration

    +
      +
    • +
      [key: string]: string
      +
    • +
    +
    +
    +
    + +

    listId

    +
    listId: null | string = null
    + +
    +
    + +

    parser

    +
    parser: Parser
    + +
    +
    + +

    proxyConfig

    +
    proxyConfig: false | ProxyConfig = false
    + +
    +
    + +

    url

    +
    url: string
    + +
    +
    + +

    Static defaultMaxListeners

    +
    defaultMaxListeners: number
    + +
    +
    +
    +

    Methods

    +
    + +

    Private _bindSocket

    +
      +
    • _bindSocket(client: WebSocket): void
    • +
    +
      +
    • + +
      +
      +

      Bind event for web socket client.

      +
      +
      +

      Parameters

      +
        +
      • +
        client: WebSocket
        +
        +

        A WebSocket instance.

        +
        +
      • +
      +

      Returns void

      +
    • +
    +
    +
    + +

    Private _channel

    +
      +
    • _channel(): void
    • +
    + +
    +
    + +

    Private _checkAlive

    +
      +
    • _checkAlive(timestamp: Dayjs): void
    • +
    +
      +
    • + +
      +
      +

      Call ping and wait to pong.

      +
      +
      +

      Parameters

      +
        +
      • +
        timestamp: Dayjs
        +
      • +
      +

      Returns void

      +
    • +
    +
    +
    + +

    Private _clearBinding

    +
      +
    • _clearBinding(): void
    • +
    + +
    +
    + +

    Private _connect

    +
      +
    • _connect(): WebSocket
    • +
    + +
    +
    + +

    Private _reconnect

    +
      +
    • _reconnect(): void
    • +
    + +
    +
    + +

    Private _resetConnection

    +
      +
    • _resetConnection(): void
    • +
    + +
    +
    + +

    Private _resetRetryParams

    +
      +
    • _resetRetryParams(): void
    • +
    + +
    +
    + +

    Private _setupParser

    +
      +
    • _setupParser(): void
    • +
    + +
    +
    + +

    Private _startWebSocketConnection

    +
      +
    • _startWebSocketConnection(): void
    • +
    + +
    +
    + +

    addListener

    +
      +
    • addListener(event: string | symbol, listener: (...args: any[]) => void): default
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns default

      +
    • +
    +
    +
    + +

    emit

    +
      +
    • emit(event: string | symbol, ...args: any[]): boolean
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        Rest ...args: any[]
        +
      • +
      +

      Returns boolean

      +
    • +
    +
    +
    + +

    eventNames

    +
      +
    • eventNames(): (string | symbol)[]
    • +
    +
      +
    • + +

      Returns (string | symbol)[]

      +
    • +
    +
    +
    + +

    getMaxListeners

    +
      +
    • getMaxListeners(): number
    • +
    +
      +
    • + +

      Returns number

      +
    • +
    +
    +
    + +

    listenerCount

    +
      +
    • listenerCount(type: string | symbol): number
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        type: string | symbol
        +
      • +
      +

      Returns number

      +
    • +
    +
    +
    + +

    listeners

    +
      +
    • listeners(event: string | symbol): Function[]
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      +

      Returns Function[]

      +
    • +
    +
    +
    + +

    off

    +
      +
    • off(event: string | symbol, listener: (...args: any[]) => void): default
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns default

      +
    • +
    +
    +
    + +

    on

    +
      +
    • on(event: string | symbol, listener: (...args: any[]) => void): default
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns default

      +
    • +
    +
    +
    + +

    once

    +
      +
    • once(event: string | symbol, listener: (...args: any[]) => void): default
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns default

      +
    • +
    +
    +
    + +

    prependListener

    +
      +
    • prependListener(event: string | symbol, listener: (...args: any[]) => void): default
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns default

      +
    • +
    +
    +
    + +

    prependOnceListener

    +
      +
    • prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): default
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns default

      +
    • +
    +
    +
    + +

    rawListeners

    +
      +
    • rawListeners(event: string | symbol): Function[]
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      +

      Returns Function[]

      +
    • +
    +
    +
    + +

    removeAllListeners

    +
      +
    • removeAllListeners(event?: string | symbol): default
    • +
    + +
    +
    + +

    removeListener

    +
      +
    • removeListener(event: string | symbol, listener: (...args: any[]) => void): default
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns default

      +
    • +
    +
    +
    + +

    setMaxListeners

    +
      +
    • setMaxListeners(n: number): default
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        n: number
        +
      • +
      +

      Returns default

      +
    • +
    +
    +
    + +

    start

    +
      +
    • start(): void
    • +
    + +
    +
    + +

    stop

    +
      +
    • stop(): void
    • +
    + +
    +
    + +

    Static listenerCount

    +
      +
    • listenerCount(emitter: EventEmitter, event: string | symbol): number
    • +
    +
      +
    • + +
      +
      +
      deprecated
      +

      since v4.0.0

      +
      +
      +
      +

      Parameters

      +
        +
      • +
        emitter: EventEmitter
        +
      • +
      • +
        event: string | symbol
        +
      • +
      +

      Returns number

      +
    • +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Class
    • +
    • Constructor
    • +
    • Property
    • +
    • Method
    • +
    +
      +
    • Private property
    • +
    • Private method
    • +
    +
      +
    • Interface
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/classes/misskey_web_socket.parser.html b/docs/classes/misskey_web_socket.parser.html new file mode 100644 index 0000000..0292415 --- /dev/null +++ b/docs/classes/misskey_web_socket.parser.html @@ -0,0 +1,830 @@ + + + + + + Parser | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Class Parser

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    Parser + This class provides parser for websocket message.

    +
    +
    +
    +
    +

    Hierarchy

    +
      +
    • + EventEmitter +
        +
      • + Parser +
      • +
      +
    • +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Constructors

    +
    + +

    constructor

    + + +
    +
    +
    +

    Properties

    +
    + +

    Static defaultMaxListeners

    +
    defaultMaxListeners: number
    + +
    +
    +
    +

    Methods

    +
    + +

    addListener

    +
      +
    • addListener(event: string | symbol, listener: (...args: any[]) => void): Parser
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns Parser

      +
    • +
    +
    +
    + +

    emit

    +
      +
    • emit(event: string | symbol, ...args: any[]): boolean
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        Rest ...args: any[]
        +
      • +
      +

      Returns boolean

      +
    • +
    +
    +
    + +

    eventNames

    +
      +
    • eventNames(): (string | symbol)[]
    • +
    +
      +
    • + +

      Returns (string | symbol)[]

      +
    • +
    +
    +
    + +

    getMaxListeners

    +
      +
    • getMaxListeners(): number
    • +
    +
      +
    • + +

      Returns number

      +
    • +
    +
    +
    + +

    listenerCount

    +
      +
    • listenerCount(type: string | symbol): number
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        type: string | symbol
        +
      • +
      +

      Returns number

      +
    • +
    +
    +
    + +

    listeners

    +
      +
    • listeners(event: string | symbol): Function[]
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      +

      Returns Function[]

      +
    • +
    +
    +
    + +

    off

    +
      +
    • off(event: string | symbol, listener: (...args: any[]) => void): Parser
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns Parser

      +
    • +
    +
    +
    + +

    on

    +
      +
    • on(event: string | symbol, listener: (...args: any[]) => void): Parser
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns Parser

      +
    • +
    +
    +
    + +

    once

    +
      +
    • once(event: string | symbol, listener: (...args: any[]) => void): Parser
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns Parser

      +
    • +
    +
    +
    + +

    parse

    +
      +
    • parse(message: Data, channelID: string): void
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        message: Data
        +
        +

        Message body of websocket.

        +
        +
      • +
      • +
        channelID: string
        +
        +

        Parse only messages which has same channelID.

        +
        +
      • +
      +

      Returns void

      +
    • +
    +
    +
    + +

    prependListener

    +
      +
    • prependListener(event: string | symbol, listener: (...args: any[]) => void): Parser
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns Parser

      +
    • +
    +
    +
    + +

    prependOnceListener

    +
      +
    • prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): Parser
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns Parser

      +
    • +
    +
    +
    + +

    rawListeners

    +
      +
    • rawListeners(event: string | symbol): Function[]
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      +

      Returns Function[]

      +
    • +
    +
    +
    + +

    removeAllListeners

    +
      +
    • removeAllListeners(event?: string | symbol): Parser
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        Optional event: string | symbol
        +
      • +
      +

      Returns Parser

      +
    • +
    +
    +
    + +

    removeListener

    +
      +
    • removeListener(event: string | symbol, listener: (...args: any[]) => void): Parser
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns Parser

      +
    • +
    +
    +
    + +

    setMaxListeners

    +
      +
    • setMaxListeners(n: number): Parser
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        n: number
        +
      • +
      +

      Returns Parser

      +
    • +
    +
    +
    + +

    Static listenerCount

    +
      +
    • listenerCount(emitter: EventEmitter, event: string | symbol): number
    • +
    +
      +
    • + +
      +
      +
      deprecated
      +

      since v4.0.0

      +
      +
      +
      +

      Parameters

      +
        +
      • +
        emitter: EventEmitter
        +
      • +
      • +
        event: string | symbol
        +
      • +
      +

      Returns number

      +
    • +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Class
    • +
    • Constructor
    • +
    • Method
    • +
    +
      +
    • Interface
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/classes/noimplementederror.html b/docs/classes/noimplementederror.html deleted file mode 100644 index 0aebd2c..0000000 --- a/docs/classes/noimplementederror.html +++ /dev/null @@ -1,362 +0,0 @@ - - - - - - NoImplementedError | megalodon - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class NoImplementedError

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - Error -
        -
      • - NoImplementedError -
      • -
      -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Constructors

    - -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Constructors

    -
    - -

    constructor

    - - -
    -
    -
    -

    Properties

    -
    - -

    message

    -
    message: string
    - -
    -
    - -

    name

    -
    name: string
    - -
    -
    - -

    Optional stack

    -
    stack: undefined | string
    - -
    -
    - -

    Static Error

    -
    Error: ErrorConstructor
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/classes/oauth.appdata.html b/docs/classes/oauth.default.appdata.html similarity index 60% rename from docs/classes/oauth.appdata.html rename to docs/classes/oauth.default.appdata.html index 61b49e4..b655ad2 100644 --- a/docs/classes/oauth.appdata.html +++ b/docs/classes/oauth.default.appdata.html @@ -4,16 +4,17 @@ AppData | megalodon - + +
    -
    @@ -165,9 +167,6 @@

    client_id

    client_id: string
    @@ -175,9 +174,6 @@

    client_secret

    client_secret: string
    @@ -185,9 +181,6 @@

    id

    id: string
    @@ -195,9 +188,6 @@

    name

    name: string
    @@ -205,39 +195,33 @@

    redirect_uri

    redirect_uri: string

    session_token

    -
    session_token: string | null
    +
    session_token: null | string

    url

    -
    url: string | null
    +
    url: null | string

    website

    -
    website: string | null
    +
    website: null | string
    @@ -253,7 +237,7 @@
  • Returns string

    @@ -270,7 +254,7 @@
  • Returns string

    @@ -287,7 +271,7 @@
  • Returns string

    @@ -301,13 +285,13 @@

    Static from

  • @@ -333,32 +317,16 @@ @@ -491,6 +424,5 @@
    - \ No newline at end of file diff --git a/docs/classes/oauth.tokendata.html b/docs/classes/oauth.default.tokendata.html similarity index 62% rename from docs/classes/oauth.tokendata.html rename to docs/classes/oauth.default.tokendata.html index 65244b8..d505215 100644 --- a/docs/classes/oauth.tokendata.html +++ b/docs/classes/oauth.default.tokendata.html @@ -4,16 +4,17 @@ TokenData | megalodon - + +
    -
    @@ -167,7 +169,7 @@
    _scope: string
    @@ -176,9 +178,6 @@

    access_token

    access_token: string
    @@ -186,29 +185,20 @@

    created_at

    created_at: number

    expires_in

    -
    expires_in: number | null
    +
    expires_in: null | number = null

    refresh_token

    -
    refresh_token: string | null
    +
    refresh_token: null | string = null
    @@ -216,9 +206,6 @@

    token_type

    token_type: string
    @@ -234,7 +221,7 @@
  • @@ -256,7 +243,7 @@
  • @@ -278,7 +265,7 @@
  • Returns null | number

    @@ -295,7 +282,7 @@
  • @@ -317,7 +304,7 @@
  • Returns string

    @@ -334,7 +321,7 @@
  • Returns string

    @@ -348,13 +335,13 @@

    Static from

  • @@ -380,96 +367,80 @@ @@ -541,6 +477,5 @@
    - \ No newline at end of file diff --git a/docs/classes/parser.html b/docs/classes/parser.parser-1.html similarity index 67% rename from docs/classes/parser.html rename to docs/classes/parser.parser-1.html index cfdc555..794cb9b 100644 --- a/docs/classes/parser.html +++ b/docs/classes/parser.parser-1.html @@ -4,16 +4,17 @@ Parser | megalodon - + +
    -

    Hierarchy

    @@ -172,17 +159,15 @@
    message: string
    -
    +

    Static defaultMaxListeners

    defaultMaxListeners: number

    Methods

    -
    +

    addListener

    -
      -
    • addListener(event: string | symbol, listener: (...args: any[]) => void): this
    • +
        +
      • addListener(event: string | symbol, listener: (...args: any[]) => void): Parser
    -
    +

    emit

    -
      +
      • emit(event: string | symbol, ...args: any[]): boolean
    -
    +

    eventNames

    -
      -
    • eventNames(): Array<string | symbol>
    • +
        +
      • eventNames(): (string | symbol)[]
      • -

        Returns Array<string | symbol>

        +

        Returns (string | symbol)[]

    -
    +

    getMaxListeners

    -
      +
      • getMaxListeners(): number
    -
    +

    listenerCount

    -
      +
      • listenerCount(type: string | symbol): number
    -
    +

    listeners

    -
      +
      • listeners(event: string | symbol): Function[]
    -
    +

    off

    -
      -
    • off(event: string | symbol, listener: (...args: any[]) => void): this
    • +
        +
      • off(event: string | symbol, listener: (...args: any[]) => void): Parser
    -
    +

    on

    -
      -
    • on(event: string | symbol, listener: (...args: any[]) => void): this
    • +
        +
      • on(event: string | symbol, listener: (...args: any[]) => void): Parser
    -
    +

    once

    -
      -
    • once(event: string | symbol, listener: (...args: any[]) => void): this
    • +
        +
      • once(event: string | symbol, listener: (...args: any[]) => void): Parser
    @@ -495,43 +462,34 @@

    parse

      -
    • parse(message: WS.Data): void
    • +
    • parse(chunk: string): void
    -
    +

    prependListener

    -
      -
    • prependListener(event: string | symbol, listener: (...args: any[]) => void): this
    • +
        +
      • prependListener(event: string | symbol, listener: (...args: any[]) => void): Parser
    -
    +

    prependOnceListener

    -
      -
    • prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this
    • +
        +
      • prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): Parser
    -
    +

    rawListeners

    -
      +
      • rawListeners(event: string | symbol): Function[]
    -
    +

    removeAllListeners

    -
      -
    • removeAllListeners(event?: string | symbol): this
    • +
        +
      • removeAllListeners(event?: string | symbol): Parser
      -

      Returns this

      +

      Returns Parser

    -
    +

    removeListener

    -
      -
    • removeListener(event: string | symbol, listener: (...args: any[]) => void): this
    • +
        +
      • removeListener(event: string | symbol, listener: (...args: any[]) => void): Parser
    -
    +

    setMaxListeners

    -
      -
    • setMaxListeners(n: number): this
    • +
        +
      • setMaxListeners(n: number): Parser
      -

      Returns this

      +

      Returns Parser

    -
    +

    Static listenerCount

    -
    @@ -191,10 +183,10 @@

    Private accessToken

    -
    accessToken: string | null
    +
    accessToken: null | string
    @@ -204,7 +196,7 @@
    baseUrl: string
    @@ -214,17 +206,17 @@
    cancelTokenSource: CancelTokenSource

    Private proxyConfig

    -
    proxyConfig: ProxyConfig | false = false
    +
    proxyConfig: false | ProxyConfig = false
    @@ -234,37 +226,37 @@
    userAgent: string

    Static DEFAULT_SCOPE

    -
    DEFAULT_SCOPE: string[] = DEFAULT_SCOPE
    +
    DEFAULT_SCOPE: string[] = ...

    Static DEFAULT_URL

    -
    DEFAULT_URL: string = "https://pleroma.io"
    +
    DEFAULT_URL: string = 'https://pleroma.io'

    Static NO_REDIRECT

    -
    NO_REDIRECT: string = NO_REDIRECT
    +
    NO_REDIRECT: string = ...
    @@ -280,9 +272,9 @@ -

    Returns Promise<Response<T>>

    +

    Returns Promise<default<T>>

    @@ -344,13 +336,13 @@

    get

      -
    • get<T>(path: string, params?: {}): Promise<Response<T>>
    • +
    • get<T>(path: string, params?: {}): Promise<default<T>>
    -

    Returns Promise<Response<T>>

    +

    Returns Promise<default<T>>

    @@ -389,13 +381,13 @@

    patch

      -
    • patch<T>(path: string, params?: {}): Promise<Response<T>>
    • +
    • patch<T>(path: string, params?: {}): Promise<default<T>>
    -

    Returns Promise<Response<T>>

    +

    Returns Promise<default<T>>

    @@ -434,13 +426,13 @@

    post

      -
    • post<T>(path: string, params?: {}): Promise<Response<T>>
    • +
    • post<T>(path: string, params?: {}): Promise<default<T>>
    -

    Returns Promise<Response<T>>

    +

    Returns Promise<default<T>>

    @@ -479,13 +471,13 @@

    put

      -
    • put<T>(path: string, params?: {}): Promise<Response<T>>
    • +
    • put<T>(path: string, params?: {}): Promise<default<T>>
    -

    Returns Promise<Response<T>>

    +

    Returns Promise<default<T>>

    @@ -524,13 +516,13 @@

    socket

      -
    • socket(path: string, stream: string, params?: string | null): WebSocket
    • +
    • socket(path: string, stream: string, params?: null | string): default
    -

    Returns WebSocket

    +

    Returns default

    WebSocket, which inherits from EventEmitter

    @@ -566,104 +558,88 @@ @@ -735,6 +679,5 @@
    - \ No newline at end of file diff --git a/docs/classes/pleroma_web_socket.default.html b/docs/classes/pleroma_web_socket.default.html new file mode 100644 index 0000000..346a67f --- /dev/null +++ b/docs/classes/pleroma_web_socket.default.html @@ -0,0 +1,1404 @@ + + + + + + default | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Class default

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    WebSocket + Pleroma is not support streaming. It is support websocket instead of streaming. + So this class connect to Phoenix websocket for Pleroma.

    +
    +
    +
    +
    +

    Hierarchy

    +
      +
    • + EventEmitter +
        +
      • + default +
      • +
      +
    • +
    +
    +
    +

    Implements

    + +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Constructors

    +
    + +

    constructor

    +
      +
    • new default(url: string, stream: string, params: null | string, accessToken: string, userAgent: string, proxyConfig?: false | ProxyConfig): default
    • +
    + +
    +
    +
    +

    Properties

    +
    + +

    Private _accessToken

    +
    _accessToken: string
    + +
    +
    + +

    Private _client

    +
    _client: null | WebSocket
    + +
    +
    + +

    Private _connectionClosed

    +
    _connectionClosed: boolean
    + +
    +
    + +

    Private _heartbeatInterval

    +
    _heartbeatInterval: number = 60000
    + +
    +
    + +

    Private _pongReceivedTimestamp

    +
    _pongReceivedTimestamp: Dayjs
    + +
    +
    + +

    Private _pongWaiting

    +
    _pongWaiting: boolean = false
    + +
    +
    + +

    Private _reconnectCurrentAttempts

    +
    _reconnectCurrentAttempts: number
    + +
    +
    + +

    Private _reconnectInterval

    +
    _reconnectInterval: number
    + +
    +
    + +

    Private _reconnectMaxAttempts

    +
    _reconnectMaxAttempts: number
    + +
    +
    + +

    headers

    +
    headers: {}
    + +
    +

    Type declaration

    +
      +
    • +
      [key: string]: string
      +
    • +
    +
    +
    +
    + +

    params

    +
    params: null | string
    + +
    +
    + +

    parser

    +
    parser: Parser
    + +
    +
    + +

    proxyConfig

    +
    proxyConfig: false | ProxyConfig = false
    + +
    +
    + +

    stream

    +
    stream: string
    + +
    +
    + +

    url

    +
    url: string
    + +
    +
    + +

    Static defaultMaxListeners

    +
    defaultMaxListeners: number
    + +
    +
    +
    +

    Methods

    +
    + +

    Private _bindSocket

    +
      +
    • _bindSocket(client: WebSocket): void
    • +
    +
      +
    • + +
      +
      +

      Bind event for web socket client.

      +
      +
      +

      Parameters

      +
        +
      • +
        client: WebSocket
        +
        +

        A WebSocket instance.

        +
        +
      • +
      +

      Returns void

      +
    • +
    +
    +
    + +

    Private _checkAlive

    +
      +
    • _checkAlive(timestamp: Dayjs): void
    • +
    +
      +
    • + +
      +
      +

      Call ping and wait to pong.

      +
      +
      +

      Parameters

      +
        +
      • +
        timestamp: Dayjs
        +
      • +
      +

      Returns void

      +
    • +
    +
    +
    + +

    Private _clearBinding

    +
      +
    • _clearBinding(): void
    • +
    + +
    +
    + +

    Private _connect

    +
      +
    • _connect(url: string, stream: string, params: null | string, accessToken: string, headers: {}, proxyConfig: false | ProxyConfig): WebSocket
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        url: string
        +
        +

        Base url of streaming endpoint.

        +
        +
      • +
      • +
        stream: string
        +
        +

        The specified stream name.

        +
        +
      • +
      • +
        params: null | string
        +
      • +
      • +
        accessToken: string
        +
        +

        Access token.

        +
        +
      • +
      • +
        headers: {}
        +
        +

        The specified headers.

        +
        +
          +
        • +
          [key: string]: string
          +
        • +
        +
      • +
      • +
        proxyConfig: false | ProxyConfig
        +
        +

        Proxy setting, or set false if don't use proxy.

        +
        +
      • +
      +

      Returns WebSocket

      +

      A WebSocket instance.

      +
    • +
    +
    +
    + +

    Private _reconnect

    +
      +
    • _reconnect(): void
    • +
    + +
    +
    + +

    Private _resetConnection

    +
      +
    • _resetConnection(): void
    • +
    + +
    +
    + +

    Private _resetRetryParams

    +
      +
    • _resetRetryParams(): void
    • +
    + +
    +
    + +

    Private _setupParser

    +
      +
    • _setupParser(): void
    • +
    + +
    +
    + +

    Private _startWebSocketConnection

    +
      +
    • _startWebSocketConnection(): void
    • +
    + +
    +
    + +

    addListener

    +
      +
    • addListener(event: string | symbol, listener: (...args: any[]) => void): default
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns default

      +
    • +
    +
    +
    + +

    emit

    +
      +
    • emit(event: string | symbol, ...args: any[]): boolean
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        Rest ...args: any[]
        +
      • +
      +

      Returns boolean

      +
    • +
    +
    +
    + +

    eventNames

    +
      +
    • eventNames(): (string | symbol)[]
    • +
    +
      +
    • + +

      Returns (string | symbol)[]

      +
    • +
    +
    +
    + +

    getMaxListeners

    +
      +
    • getMaxListeners(): number
    • +
    +
      +
    • + +

      Returns number

      +
    • +
    +
    +
    + +

    listenerCount

    +
      +
    • listenerCount(type: string | symbol): number
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        type: string | symbol
        +
      • +
      +

      Returns number

      +
    • +
    +
    +
    + +

    listeners

    +
      +
    • listeners(event: string | symbol): Function[]
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      +

      Returns Function[]

      +
    • +
    +
    +
    + +

    off

    +
      +
    • off(event: string | symbol, listener: (...args: any[]) => void): default
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns default

      +
    • +
    +
    +
    + +

    on

    +
      +
    • on(event: string | symbol, listener: (...args: any[]) => void): default
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns default

      +
    • +
    +
    +
    + +

    once

    +
      +
    • once(event: string | symbol, listener: (...args: any[]) => void): default
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns default

      +
    • +
    +
    +
    + +

    prependListener

    +
      +
    • prependListener(event: string | symbol, listener: (...args: any[]) => void): default
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns default

      +
    • +
    +
    +
    + +

    prependOnceListener

    +
      +
    • prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): default
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns default

      +
    • +
    +
    +
    + +

    rawListeners

    +
      +
    • rawListeners(event: string | symbol): Function[]
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      +

      Returns Function[]

      +
    • +
    +
    +
    + +

    removeAllListeners

    +
      +
    • removeAllListeners(event?: string | symbol): default
    • +
    + +
    +
    + +

    removeListener

    +
      +
    • removeListener(event: string | symbol, listener: (...args: any[]) => void): default
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns default

      +
    • +
    +
    +
    + +

    setMaxListeners

    +
      +
    • setMaxListeners(n: number): default
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        n: number
        +
      • +
      +

      Returns default

      +
    • +
    +
    +
    + +

    start

    +
      +
    • start(): void
    • +
    + +
    +
    + +

    stop

    +
      +
    • stop(): void
    • +
    + +
    +
    + +

    Static listenerCount

    +
      +
    • listenerCount(emitter: EventEmitter, event: string | symbol): number
    • +
    +
      +
    • + +
      +
      +
      deprecated
      +

      since v4.0.0

      +
      +
      +
      +

      Parameters

      +
        +
      • +
        emitter: EventEmitter
        +
      • +
      • +
        event: string | symbol
        +
      • +
      +

      Returns number

      +
    • +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Class
    • +
    • Constructor
    • +
    • Property
    • +
    • Method
    • +
    +
      +
    • Private property
    • +
    • Private method
    • +
    +
      +
    • Interface
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/classes/pleroma_web_socket.parser.html b/docs/classes/pleroma_web_socket.parser.html new file mode 100644 index 0000000..ae0fdc8 --- /dev/null +++ b/docs/classes/pleroma_web_socket.parser.html @@ -0,0 +1,824 @@ + + + + + + Parser | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Class Parser

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    Parser + This class provides parser for websocket message.

    +
    +
    +
    +
    +

    Hierarchy

    +
      +
    • + EventEmitter +
        +
      • + Parser +
      • +
      +
    • +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Constructors

    +
    + +

    constructor

    + + +
    +
    +
    +

    Properties

    +
    + +

    Static defaultMaxListeners

    +
    defaultMaxListeners: number
    + +
    +
    +
    +

    Methods

    +
    + +

    addListener

    +
      +
    • addListener(event: string | symbol, listener: (...args: any[]) => void): Parser
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns Parser

      +
    • +
    +
    +
    + +

    emit

    +
      +
    • emit(event: string | symbol, ...args: any[]): boolean
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        Rest ...args: any[]
        +
      • +
      +

      Returns boolean

      +
    • +
    +
    +
    + +

    eventNames

    +
      +
    • eventNames(): (string | symbol)[]
    • +
    +
      +
    • + +

      Returns (string | symbol)[]

      +
    • +
    +
    +
    + +

    getMaxListeners

    +
      +
    • getMaxListeners(): number
    • +
    +
      +
    • + +

      Returns number

      +
    • +
    +
    +
    + +

    listenerCount

    +
      +
    • listenerCount(type: string | symbol): number
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        type: string | symbol
        +
      • +
      +

      Returns number

      +
    • +
    +
    +
    + +

    listeners

    +
      +
    • listeners(event: string | symbol): Function[]
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      +

      Returns Function[]

      +
    • +
    +
    +
    + +

    off

    +
      +
    • off(event: string | symbol, listener: (...args: any[]) => void): Parser
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns Parser

      +
    • +
    +
    +
    + +

    on

    +
      +
    • on(event: string | symbol, listener: (...args: any[]) => void): Parser
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns Parser

      +
    • +
    +
    +
    + +

    once

    +
      +
    • once(event: string | symbol, listener: (...args: any[]) => void): Parser
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns Parser

      +
    • +
    +
    +
    + +

    parse

    +
      +
    • parse(message: Data): void
    • +
    + +
    +
    + +

    prependListener

    +
      +
    • prependListener(event: string | symbol, listener: (...args: any[]) => void): Parser
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns Parser

      +
    • +
    +
    +
    + +

    prependOnceListener

    +
      +
    • prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): Parser
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns Parser

      +
    • +
    +
    +
    + +

    rawListeners

    +
      +
    • rawListeners(event: string | symbol): Function[]
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      +

      Returns Function[]

      +
    • +
    +
    +
    + +

    removeAllListeners

    +
      +
    • removeAllListeners(event?: string | symbol): Parser
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        Optional event: string | symbol
        +
      • +
      +

      Returns Parser

      +
    • +
    +
    +
    + +

    removeListener

    +
      +
    • removeListener(event: string | symbol, listener: (...args: any[]) => void): Parser
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        event: string | symbol
        +
      • +
      • +
        listener: (...args: any[]) => void
        +
          +
        • +
            +
          • (...args: any[]): void
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Rest ...args: any[]
              +
            • +
            +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns Parser

      +
    • +
    +
    +
    + +

    setMaxListeners

    +
      +
    • setMaxListeners(n: number): Parser
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        n: number
        +
      • +
      +

      Returns Parser

      +
    • +
    +
    +
    + +

    Static listenerCount

    +
      +
    • listenerCount(emitter: EventEmitter, event: string | symbol): number
    • +
    +
      +
    • + +
      +
      +
      deprecated
      +

      since v4.0.0

      +
      +
      +
      +

      Parameters

      +
        +
      • +
        emitter: EventEmitter
        +
      • +
      • +
        event: string | symbol
        +
      • +
      +

      Returns number

      +
    • +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Class
    • +
    • Constructor
    • +
    • Method
    • +
    +
      +
    • Interface
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/classes/proxyprotocolerror.html b/docs/classes/proxyprotocolerror.html deleted file mode 100644 index 10972c8..0000000 --- a/docs/classes/proxyprotocolerror.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - ProxyProtocolError | megalodon - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class ProxyProtocolError

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - Error -
        -
      • - ProxyProtocolError -
      • -
      -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    message

    -
    message: string
    - -
    -
    - -

    name

    -
    name: string
    - -
    -
    - -

    Optional stack

    -
    stack: undefined | string
    - -
    -
    - -

    Static Error

    -
    Error: ErrorConstructor
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/classes/requestcancelederror.html b/docs/classes/requestcancelederror.html deleted file mode 100644 index bce992f..0000000 --- a/docs/classes/requestcancelederror.html +++ /dev/null @@ -1,376 +0,0 @@ - - - - - - RequestCanceledError | megalodon - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class RequestCanceledError

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - Error -
        -
      • - RequestCanceledError -
      • -
      -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Constructors

    - -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Constructors

    -
    - -

    constructor

    - - -
    -
    -
    -

    Properties

    -
    - -

    isCancel

    -
    isCancel: boolean
    - -
    -
    - -

    message

    -
    message: string
    - -
    -
    - -

    name

    -
    name: string
    - -
    -
    - -

    Optional stack

    -
    stack: undefined | string
    - -
    -
    - -

    Static Error

    -
    Error: ErrorConstructor
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/classes/streamlistenererror.html b/docs/classes/streamlistenererror.html deleted file mode 100644 index 215659c..0000000 --- a/docs/classes/streamlistenererror.html +++ /dev/null @@ -1,379 +0,0 @@ - - - - - - StreamListenerError | megalodon - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class StreamListenerError

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - Error -
        -
      • - StreamListenerError -
      • -
      -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Constructors

    - -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Constructors

    -
    - -

    constructor

    - - -
    -
    -
    -

    Properties

    -
    - -

    message

    -
    message: string
    - -
    -
    - -

    name

    -
    name: string
    - -
    -
    - -

    Optional stack

    -
    stack: undefined | string
    - -
    -
    - -

    statusCode

    -
    statusCode: number
    - -
    -
    - -

    Static Error

    -
    Error: ErrorConstructor
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/classes/unexpectederror.html b/docs/classes/unexpectederror.html deleted file mode 100644 index 1693289..0000000 --- a/docs/classes/unexpectederror.html +++ /dev/null @@ -1,362 +0,0 @@ - - - - - - UnexpectedError | megalodon - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class UnexpectedError

    -
    -
    -
    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - Error -
        -
      • - UnexpectedError -
      • -
      -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Constructors

    - -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Constructors

    -
    - -

    constructor

    - - -
    -
    -
    -

    Properties

    -
    - -

    message

    -
    message: string
    - -
    -
    - -

    name

    -
    name: string
    - -
    -
    - -

    Optional stack

    -
    stack: undefined | string
    - -
    -
    - -

    Static Error

    -
    Error: ErrorConstructor
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/enums/notificationtype.html b/docs/enums/notificationtype.html deleted file mode 100644 index 51e2c9f..0000000 --- a/docs/enums/notificationtype.html +++ /dev/null @@ -1,338 +0,0 @@ - - - - - - NotificationType | megalodon - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Enumeration NotificationType

    -
    -
    -
    -
    -
    -
    -
    -

    Index

    -
    -
    -
    -

    Enumeration members

    - -
    -
    -
    -
    -
    -

    Enumeration members

    -
    - -

    EmojiReaction

    -
    EmojiReaction: = "emoji_reaction"
    - -
    -
    - -

    Favourite

    -
    Favourite: = "favourite"
    - -
    -
    - -

    Follow

    -
    Follow: = "follow"
    - -
    -
    - -

    Mention

    -
    Mention: = "mention"
    - -
    -
    - -

    Poll

    -
    Poll: = "poll"
    - -
    -
    - -

    Reblog

    -
    Reblog: = "reblog"
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/globals.html b/docs/globals.html deleted file mode 100644 index a777ae3..0000000 --- a/docs/globals.html +++ /dev/null @@ -1,627 +0,0 @@ - - - - - - megalodon - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    megalodon

    -
    -
    -
    -
    -
    -
    -
    -

    Index

    -
    - -
    -
    -
    -

    Type aliases

    -
    - -

    Instance

    -
    Instance: { title: string; uri: string; urls: { streaming_api: string }; version: string }
    - -
    -

    Type declaration

    -
      -
    • -
      title: string
      -
    • -
    • -
      uri: string
      -
    • -
    • -
      urls: { streaming_api: string }
      -
        -
      • -
        streaming_api: string
        -
      • -
      -
    • -
    • -
      version: string
      -
    • -
    -
    -
    -
    - -

    ProxyConfig

    -
    ProxyConfig: { auth?: undefined | { password: string; username: string }; host: string; port: number; protocol: "http" | "https" | "socks4" | "socks4a" | "socks5" | "socks5h" | "socks" }
    - -
    -

    Type declaration

    -
      -
    • -
      Optional auth?: undefined | { password: string; username: string }
      -
    • -
    • -
      host: string
      -
    • -
    • -
      port: number
      -
    • -
    • -
      protocol: "http" | "https" | "socks4" | "socks4a" | "socks5" | "socks5h" | "socks"
      -
    • -
    -
    -
    -
    - -

    Response

    -
    Response<T>: { data: T; headers: any; status: number; statusText: string }
    - -

    Type parameters

    -
      -
    • -

      T

      -
    • -
    -
    -

    Type declaration

    -
      -
    • -
      data: T
      -
    • -
    • -
      headers: any
      -
    • -
    • -
      status: number
      -
    • -
    • -
      statusText: string
      -
    • -
    -
    -
    -
    -
    -

    Variables

    -
    - -

    Const DEFAULT_SCOPE

    -
    DEFAULT_SCOPE: string[] = ['read', 'write', 'follow']
    - -
    -
    - -

    Const DEFAULT_UA

    -
    DEFAULT_UA: "megalodon" = "megalodon"
    - -
    -
    - -

    Const NO_REDIRECT

    -
    NO_REDIRECT: "urn:ietf:wg:oauth:2.0:oob" = "urn:ietf:wg:oauth:2.0:oob"
    - -
    -
    - -

    Const STATUS_CODES_TO_ABORT_ON

    -
    STATUS_CODES_TO_ABORT_ON: Array<number> = [400, 401, 403, 404, 406, 410, 422]
    - -
    -
    -
    -

    Functions

    -
    - -

    Const detector

    -
      -
    • detector(url: string, proxyConfig?: ProxyConfig | false): Promise<"mastodon" | "pleroma" | "misskey">
    • -
    -
      -
    • - -
      -
      -

      Detect SNS type. - Now support Mastodon, Pleroma and Pixelfed.

      -
      -
      -

      Parameters

      -
        -
      • -
        url: string
        -
        -
        -

        Base URL of SNS.

        -
        -
        -
      • -
      • -
        Default value proxyConfig: ProxyConfig | false = false
        -
        -
        -

        Proxy setting, or set false if don't use proxy.

        -
        -
        -
      • -
      -

      Returns Promise<"mastodon" | "pleroma" | "misskey">

      -

      SNS name.

      -
    • -
    -
    -
    - -

    Const generator

    -
      -
    • generator(sns: "mastodon" | "pleroma" | "misskey", baseUrl: string, accessToken?: string | null, userAgent?: string | null, proxyConfig?: ProxyConfig | false): MegalodonInterface
    • -
    -
      -
    • - -
      -
      -

      Get client for each SNS according to megalodon interface.

      -
      -
      -

      Parameters

      -
        -
      • -
        sns: "mastodon" | "pleroma" | "misskey"
        -
        -
        -

        Name of your SNS, mastodon or pleroma.

        -
        -
        -
      • -
      • -
        baseUrl: string
        -
        -
        -

        hostname or base URL.

        -
        -
        -
      • -
      • -
        Default value accessToken: string | null = null
        -
        -
        -

        access token from OAuth2 authorization

        -
        -
        -
      • -
      • -
        Default value userAgent: string | null = null
        -
        -
        -

        UserAgent is specified in header on request.

        -
        -
        -
      • -
      • -
        Default value proxyConfig: ProxyConfig | false = false
        -
        -
        -

        Proxy setting, or set false if don't use proxy.

        -
        -
        -
      • -
      -

      Returns MegalodonInterface

      -

      Client instance for each SNS you specified.

      -
    • -
    -
    -
    - -

    Const isCancel

    -
      -
    • isCancel(value: any): boolean
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        value: any
        -
      • -
      -

      Returns boolean

      -
    • -
    -
    -
    - -

    Const proxyAgent

    -
      -
    • proxyAgent(proxyConfig: ProxyConfig): HttpsProxyAgent | SocksProxyAgent
    • -
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 0204b23..3a73ce4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,16 +4,17 @@ megalodon - + +
    -
    -

    megalodon

    @@ -94,8 +88,11 @@

    Install

    -
    $ npm install -S megalodon

    or

    -
    $ yarn add megalodon
    +
    $ npm install -S megalodon
    +
    +

    or

    +
    $ yarn add megalodon
    +

    Build for browser

    @@ -106,11 +103,12 @@
  • tls
  • dns
  • -
      node: {
    -    net: 'empty',
    -    tls: 'empty',
    -    dns: 'empty'
    -  }
    +
      node: {
    +    net: 'empty',
    +    tls: 'empty',
    +    dns: 'empty'
    +  }
    +

    These libraries are for node.js, so can not use in browser.

    Here is example Webpack configuration.

    @@ -123,163 +121,171 @@

    Home timeline

    -
    import generator, { Entity, Response } from 'megalodon'
    +				
    import generator, { Entity, Response } from 'megalodon'
     
    -const BASE_URL: string = 'https://mastodon.social'
    -const access_token: string = '...'
    +const BASE_URL: string = 'https://mastodon.social'
    +const access_token: string = '...'
     
    -const client = generator('mastodon', BASE_URL, access_token)
    -client.getHomeTimeline()
    -  .then((res: Response<Array<Entity.Status>>) => {
    -    console.log(res.data)
    -  })
    +const client = generator('mastodon', BASE_URL, access_token) +client.getHomeTimeline() + .then((res: Response<Array<Entity.Status>>) => { + console.log(res.data) + }) +

    Post toot

    -
    import generator, { Entity, Response } from 'megalodon'
    +				
    import generator, { Entity, Response } from 'megalodon'
     
    -const BASE_URL: string = 'https://mastodon.social'
    -const access_token: string = '...'
    -const toot: string = 'test toot'
    +const BASE_URL: string = 'https://mastodon.social'
    +const access_token: string = '...'
    +const toot: string = 'test toot'
     
    -const client = generator('mastodon', BASE_URL, access_token)
    -client.postStatus(toot)
    -  .then((res: Response<Entity.Status>) => {
    -    console.log(res.data)
    -  })
    +const client = generator('mastodon', BASE_URL, access_token) +client.postStatus(toot) + .then((res: Response<Entity.Status>) => { + console.log(res.data) + }) +

    Post medias

    Please provide a file to the argument.

    -
    import generator, { Entity, Response } from 'megalodon'
    -import fs from 'fs'
    +				
    import generator, { Entity, Response } from 'megalodon'
    +import fs from 'fs'
     
    -const BASE_URL: string = 'https://mastodon.social'
    -const access_token: string = '...'
    -const image = fs.readFileSync("test.image")
    +const BASE_URL: string = 'https://mastodon.social'
    +const access_token: string = '...'
    +const image = fs.readFileSync("test.image")
     
    -const client = generator('mastodon', BASE_URL, access_token)
    -client.uploadMedia(image)
    -  .then((res: Response<Entity.Attachment>) => {
    -    console.log(res.data)
    -  })
    +const client = generator('mastodon', BASE_URL, access_token) +client.uploadMedia(image) + .then((res: Response<Entity.Attachment>) => { + console.log(res.data) + }) +

    WebSocket streaming

    Mastodon, Pleroma and Misskey provide WebSocket for streaming.

    -
    import generator, { Entity, WebSocketInterface } from 'megalodon'
    +				
    import generator, { Entity, WebSocketInterface } from 'megalodon'
     
    -const BASE_URL: string = 'wss://pleroma.io'
    -const access_token: string = '...'
    +const BASE_URL: string = 'wss://pleroma.io'
    +const access_token: string = '...'
     
    -const client = generator('pleroma', BASE_URL, access_token)
    -const stream: WebSocketInterface = client.userSocket()
    +const client = generator('pleroma', BASE_URL, access_token)
    +const stream: WebSocketInterface = client.userSocket()
     
    -stream.on('connect', () => {
    -  console.log('connect')
    -})
    +stream.on('connect', () => {
    +  console.log('connect')
    +})
     
    -stream.on('update', (status: Entity.Status) => {
    -  console.log(status)
    -})
    +stream.on('update', (status: Entity.Status) => {
    +  console.log(status)
    +})
     
    -stream.on('notification', (notification: Entity.Notification) => {
    -  console.log(notification)
    -})
    +stream.on('notification', (notification: Entity.Notification) => {
    +  console.log(notification)
    +})
     
    -stream.on('delete', (id: number) => {
    -  console.log(id)
    -})
    +stream.on('delete', (id: number) => {
    +  console.log(id)
    +})
     
    -stream.on('error', (err: Error) => {
    -  console.error(err)
    -})
    +stream.on('error', (err: Error) => {
    +  console.error(err)
    +})
     
    -stream.on('heartbeat', () => {
    -  console.log('thump.')
    -})
    +stream.on('heartbeat', () => {
    +  console.log('thump.')
    +})
     
    -stream.on('close', () => {
    -  console.log('close')
    -})
    +stream.on('close', () => {
    +  console.log('close')
    +})
     
    -stream.on('parser-error', (err: Error) => {
    -  console.error(err)
    -})
    +stream.on('parser-error', (err: Error) => { + console.error(err) +}) +

    HTTP Streaming

    Mastodon provides HTTP streaming.

    -
    import generator, { Entity, StreamListenerInterface } from 'megalodon'
    +				
    import generator, { Entity, StreamListenerInterface } from 'megalodon'
     
    -const BASE_URL: string = 'https://mastodon.social'
    -const access_token: string = '...'
    +const BASE_URL: string = 'https://mastodon.social'
    +const access_token: string = '...'
     
    -const client = generator('mastodon', BASE_URL, access_token)
    -const stream: StreamListenerInterface
    +const client = generator('mastodon', BASE_URL, access_token)
    +const stream: StreamListenerInterface
     
    -stream.on('update', (status: Entity.Status) => {
    -  console.log(status)
    -})
    +stream.on('update', (status: Entity.Status) => {
    +  console.log(status)
    +})
     
    -stream.on('notification', (notification: Entity.Notification) => {
    -  console.log(notification)
    -})
    +stream.on('notification', (notification: Entity.Notification) => {
    +  console.log(notification)
    +})
     
    -stream.on('delete', (id: number) => {
    -  console.log(id)
    -})
    +stream.on('delete', (id: number) => {
    +  console.log(id)
    +})
     
    -stream.on('error', (err: Error) => {
    -  console.error(err)
    -})
    +stream.on('error', (err: Error) => {
    +  console.error(err)
    +})
     
    -stream.on('heartbeat', () => {
    -  console.log('thump.')
    -})
    +stream.on('heartbeat', () => { + console.log('thump.') +}) +

    Authorization

    You can register applications, and get access tokens to use this method.

    -
    import generator, { OAuth } from 'megalodon'
    +				
    import generator, { OAuth } from 'megalodon'
     
    -const BASE_URL: string = 'https://mastodon.social'
    +const BASE_URL: string = 'https://mastodon.social'
     
    -let clientId: string
    -let clientSecret: string
    +let clientId: string
    +let clientSecret: string
     
    -const client = generator('mastodon', BASE_URL)
    +const client = generator('mastodon', BASE_URL)
     
    -client.registerApp('Test App')
    -  .then(appData => {
    -    clientId = appData.clientId
    -    clientSecret = appData.clientSecret
    -    console.log('Authorization URL is generated.')
    -    console.log(appData.url)
    -  })
    +client.registerApp('Test App') + .then(appData => { + clientId = appData.clientId + clientSecret = appData.clientSecret + console.log('Authorization URL is generated.') + console.log(appData.url) + }) +

    Please open Autorhization URL in your browser, and authorize this app. In this time, you can get authorization code.

    After that, get an access token.

    -
    const code = '...' // Authorization code
    +				
    const code = '...' // Authorization code
     
    -client.fetchAccessToken(clientId, clientSecret, code)
    -})
    -  .then((tokenData: OAuth.TokenData) => {
    -    console.log(tokenData.accessToken)
    -    console.log(tokenData.refreshToken)
    -  })
    -  .catch((err: Error) => console.error(err))
    +client.fetchAccessToken(clientId, clientSecret, code) +}) + .then((tokenData: OAuth.TokenData) => { + console.log(tokenData.accessToken) + console.log(tokenData.refreshToken) + }) + .catch((err: Error) => console.error(err)) +

    Detect each SNS

    You have to provide SNS name mastodon, pleroma or misskey to generator function. But when you only know the URL and not the SNS, detector function can detect the SNS.

    -
    import { detector } from 'megalodon'
    +				
    import { detector } from 'megalodon'
     
    -const URL = 'https://misskey.io'
    +const URL = 'https://misskey.io'
     
    -const sns = await detector(URL)
    -console.log(sns)
    +const sns = await detector(URL) +console.log(sns) +

    License

    @@ -289,118 +295,466 @@ client.fetchAccessToken(clientId, clientSecret, code) @@ -411,57 +765,17 @@ client.fetchAccessToken(clientId, clientSecret, code)

    Legend

      -
    • Module
    • -
    • Object literal
    • +
    • Namespace
    • Variable
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • Type alias
    • Type alias with type parameter
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    @@ -471,6 +785,5 @@ client.fetchAccessToken(clientId, clientSecret, code)
    - \ No newline at end of file diff --git a/docs/interfaces/mastodonapi.interface.html b/docs/interfaces/mastodon_api_client.default.interface.html similarity index 60% rename from docs/interfaces/mastodonapi.interface.html rename to docs/interfaces/mastodon_api_client.default.interface.html index e9820bd..114ad80 100644 --- a/docs/interfaces/mastodonapi.interface.html +++ b/docs/interfaces/mastodon_api_client.default.interface.html @@ -4,16 +4,17 @@ Interface | megalodon - + +
    -
    @@ -159,19 +161,19 @@

    get

      -
    • get<T>(path: string, params: object): Promise<Response<T>>
    • +
    • get<T>(path: string, params: object): Promise<default<T>>
    -

    Returns Promise<Response<T>>

    +

    Returns Promise<default<T>>

    @@ -191,19 +193,19 @@

    patch

      -
    • patch<T>(path: string, params: object): Promise<Response<T>>
    • +
    • patch<T>(path: string, params: object): Promise<default<T>>
    -

    Returns Promise<Response<T>>

    +

    Returns Promise<default<T>>

    @@ -223,19 +225,19 @@

    post

      -
    • post<T>(path: string, params: object): Promise<Response<T>>
    • +
    • post<T>(path: string, params: object): Promise<default<T>>
    -

    Returns Promise<Response<T>>

    +

    Returns Promise<default<T>>

    @@ -255,19 +257,19 @@

    put

      -
    • put<T>(path: string, params: object): Promise<Response<T>>
    • +
    • put<T>(path: string, params: object): Promise<default<T>>
    -

    Returns Promise<Response<T>>

    +

    Returns Promise<default<T>>

    @@ -287,13 +289,13 @@

    socket

      -
    • socket(path: string, stream: string): WebSocket
    • +
    • socket(path: string, stream: string): default
    -

    Returns WebSocket

    +

    Returns default

    @@ -313,13 +315,13 @@

    stream

      -
    • stream(path: string, reconnectInterval: number): StreamListener
    • +
    • stream(path: string, reconnectInterval: number): default
    -

    Returns StreamListener

    +

    Returns default

    @@ -340,76 +342,60 @@ @@ -485,6 +432,5 @@
    - \ No newline at end of file diff --git a/docs/interfaces/megalodoninterface.html b/docs/interfaces/megalodon.megalodoninterface.html similarity index 50% rename from docs/interfaces/megalodoninterface.html rename to docs/interfaces/megalodon.megalodoninterface.html index 4af9a98..f639ed6 100644 --- a/docs/interfaces/megalodoninterface.html +++ b/docs/interfaces/megalodon.megalodoninterface.html @@ -4,16 +4,17 @@ MegalodonInterface | megalodon - + +
    -
    @@ -295,13 +297,13 @@

    blockAccount

    -

    Returns Promise<Response<Relationship>>

    +

    Returns Promise<default<Relationship>>

    Relationship

    @@ -327,13 +329,13 @@

    blockDomain

      -
    • blockDomain(domain: string): Promise<Response<{}>>
    • +
    • blockDomain(domain: string): Promise<default<{}>>
    -

    Returns Promise<Response<{}>>

    +

    Returns Promise<default<{}>>

    @@ -358,13 +360,13 @@

    bookmarkStatus

    -

    Returns Promise<Response<Status>>

    +

    Returns Promise<default<Status>>

    Status.

    @@ -396,7 +398,7 @@
  • @@ -413,13 +415,13 @@

    cancelScheduledStatus

      -
    • cancelScheduledStatus(id: string): Promise<Response<{}>>
    • +
    • cancelScheduledStatus(id: string): Promise<default<{}>>
    -

    Returns Promise<Response<{}>>

    +

    Returns Promise<default<{}>>

  • @@ -444,13 +446,13 @@

    createApp

      -
    • createApp(client_name: string, options: Partial<{ redirect_uris: string; scopes: Array<string>; website: string }>): Promise<AppData>
    • +
    • createApp(client_name: string, options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>): Promise<AppData>
    • @@ -468,13 +470,13 @@
    • -
      options: Partial<{ redirect_uris: string; scopes: Array<string>; website: string }>
      +
      options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>

      Form Data

    -

    Returns Promise<AppData>

    +

    Returns Promise<AppData>

    @@ -482,13 +484,13 @@

    createEmojiReaction

      -
    • createEmojiReaction(id: string, emoji: string): Promise<Response<Status>>
    • +
    • createEmojiReaction(id: string, emoji: string): Promise<default<Status>>
    -

    Returns Promise<Response<Status>>

    +

    Returns Promise<default<Status>>

    @@ -508,13 +510,13 @@

    createFeaturedTag

    -

    Returns Promise<Response<FeaturedTag>>

    +

    Returns Promise<default<FeaturedTag>>

    FeaturedTag.

    @@ -540,13 +542,13 @@

    createFilter

      -
    • createFilter(phrase: string, context: Array<"home" | "notifications" | "public" | "thread">, options?: undefined | { expires_in?: undefined | string; irreversible?: undefined | false | true; whole_word?: undefined | false | true }): Promise<Response<Filter>>
    • +
    • createFilter(phrase: string, context: ("home" | "notifications" | "public" | "thread")[], options?: { expires_in?: undefined | string; irreversible?: undefined | boolean; whole_word?: undefined | boolean }): Promise<default<Filter>>
    • @@ -563,16 +565,36 @@
    • -
      context: Array<"home" | "notifications" | "public" | "thread">
      +
      context: ("home" | "notifications" | "public" | "thread")[]

      Array of enumerable strings home, notifications, public, thread. At least one context must be specified.

    • -
      Optional options: undefined | { expires_in?: undefined | string; irreversible?: undefined | false | true; whole_word?: undefined | false | true }
      +
      Optional options: { expires_in?: undefined | string; irreversible?: undefined | boolean; whole_word?: undefined | boolean }
      +
        +
      • +
        Optional expires_in?: undefined | string
        +
        +

        ISO 8601 Datetime for when the filter expires.

        +
        +
      • +
      • +
        Optional irreversible?: undefined | boolean
        +
        +

        Should the server irreversibly drop matching entities from home and notifications?

        +
        +
      • +
      • +
        Optional whole_word?: undefined | boolean
        +
        +

        Consider word boundaries?

        +
        +
      • +
    -

    Returns Promise<Response<Filter>>

    +

    Returns Promise<default<Filter>>

    Filter

    @@ -581,13 +603,13 @@

    createList

    -

    Returns Promise<Response<List>>

    +

    Returns Promise<default<List>>

    List.

    @@ -613,13 +635,13 @@

    deleteAccountsFromList

      -
    • deleteAccountsFromList(id: string, account_ids: Array<string>): Promise<Response<{}>>
    • +
    • deleteAccountsFromList(id: string, account_ids: string[]): Promise<default<{}>>
    -

    Returns Promise<Response<{}>>

    +

    Returns Promise<default<{}>>

    @@ -650,13 +672,13 @@

    deleteConversation

      -
    • deleteConversation(id: string): Promise<Response<{}>>
    • +
    • deleteConversation(id: string): Promise<default<{}>>
    -

    Returns Promise<Response<{}>>

    +

    Returns Promise<default<{}>>

    @@ -681,13 +703,13 @@

    deleteEmojiReaction

      -
    • deleteEmojiReaction(id: string, emoji: string): Promise<Response<Status>>
    • +
    • deleteEmojiReaction(id: string, emoji: string): Promise<default<Status>>
    -

    Returns Promise<Response<Status>>

    +

    Returns Promise<default<Status>>

    @@ -707,13 +729,13 @@

    deleteFeaturedTag

      -
    • deleteFeaturedTag(id: string): Promise<Response<{}>>
    • +
    • deleteFeaturedTag(id: string): Promise<default<{}>>
    -

    Returns Promise<Response<{}>>

    +

    Returns Promise<default<{}>>

    Empty

    @@ -739,13 +761,13 @@

    deleteFilter

    -

    Returns Promise<Response<Filter>>

    +

    Returns Promise<default<Filter>>

    Removed filter.

    @@ -771,13 +793,13 @@

    deleteList

      -
    • deleteList(id: string): Promise<Response<{}>>
    • +
    • deleteList(id: string): Promise<default<{}>>
    -

    Returns Promise<Response<{}>>

    +

    Returns Promise<default<{}>>

    @@ -802,13 +824,13 @@

    deletePushSubscription

      -
    • deletePushSubscription(): Promise<Response<{}>>
    • +
    • deletePushSubscription(): Promise<default<{}>>
    @@ -824,13 +846,13 @@

    deleteStatus

      -
    • deleteStatus(id: string): Promise<Response<{}>>
    • +
    • deleteStatus(id: string): Promise<default<{}>>
    -

    Returns Promise<Response<{}>>

    +

    Returns Promise<default<{}>>

    Status

    @@ -856,16 +878,16 @@

    directSocket

    @@ -873,16 +895,16 @@

    directStream

    @@ -890,13 +912,13 @@

    dismissNotification

      -
    • dismissNotification(id: string): Promise<Response<{}>>
    • +
    • dismissNotification(id: string): Promise<default<{}>>
    -

    Returns Promise<Response<{}>>

    +

    Returns Promise<default<{}>>

    @@ -921,13 +943,13 @@

    dismissNotifications

      -
    • dismissNotifications(): Promise<Response<{}>>
    • +
    • dismissNotifications(): Promise<default<{}>>
    @@ -943,13 +965,13 @@

    favouriteStatus

    -

    Returns Promise<Response<Status>>

    +

    Returns Promise<default<Status>>

    Status.

    @@ -975,13 +997,13 @@

    fetchAccessToken

      -
    • fetchAccessToken(client_id: string | null, client_secret: string, code: string, redirect_uri?: undefined | string): Promise<TokenData>
    • +
    • fetchAccessToken(client_id: null | string, client_secret: string, code: string, redirect_uri?: string): Promise<TokenData>
    • @@ -994,7 +1016,7 @@

      Parameters

      • -
        client_id: string | null
        +
        client_id: null | string

        will be generated by #createApp or #registerApp

        @@ -1012,13 +1034,13 @@
    • -
      Optional redirect_uri: undefined | string
      +
      Optional redirect_uri: string

      must be the same uri as the time when you register your OAuth application

    -

    Returns Promise<TokenData>

    +

    Returns Promise<TokenData>

    @@ -1026,13 +1048,13 @@

    followAccount

      -
    • followAccount(id: string, reblog?: undefined | false | true): Promise<Response<Relationship>>
    • +
    • followAccount(id: string, options?: { notify?: undefined | boolean; reblog?: undefined | boolean }): Promise<default<Relationship>>
    • @@ -1049,13 +1071,18 @@
    • -
      Optional reblog: undefined | false | true
      -
      -

      Receive this account's reblogs in home timeline.

      -
      +
      Optional options: { notify?: undefined | boolean; reblog?: undefined | boolean }
      +
        +
      • +
        Optional notify?: undefined | boolean
        +
      • +
      • +
        Optional reblog?: undefined | boolean
        +
      • +
    -

    Returns Promise<Response<Relationship>>

    +

    Returns Promise<default<Relationship>>

    Relationship

    @@ -1064,13 +1091,13 @@

    getAccount

    -

    Returns Promise<Response<Account>>

    +

    Returns Promise<default<Account>>

    An account.

    @@ -1096,13 +1123,13 @@

    getAccountFavourites

      -
    • getAccountFavourites(id: string, options?: undefined | { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }): Promise<Response<Array<Status>>>
    • +
    • getAccountFavourites(id: string, options?: { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }): Promise<default<Status[]>>
    • @@ -1119,10 +1146,30 @@
    • -
      Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }
      +
      Optional options: { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }
      +
        +
      • +
        Optional limit?: undefined | number
        +
        +

        Max number of results to return.

        +
        +
      • +
      • +
        Optional max_id?: undefined | string
        +
        +

        Return results order than ID.

        +
        +
      • +
      • +
        Optional since_id?: undefined | string
        +
        +

        Return results newer than ID.

        +
        +
      • +
    -

    Returns Promise<Response<Array<Status>>>

    +

    Returns Promise<default<Status[]>>

    Array of statuses.

    @@ -1131,13 +1178,13 @@

    getAccountFollowers

      -
    • getAccountFollowers(id: string, options?: undefined | { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }): Promise<Response<Array<Account>>>
    • +
    • getAccountFollowers(id: string, options?: { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }): Promise<default<Account[]>>
    • @@ -1154,10 +1201,30 @@
    • -
      Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }
      +
      Optional options: { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }
      +
        +
      • +
        Optional limit?: undefined | number
        +
        +

        Max number of results to return. Defaults to 40.

        +
        +
      • +
      • +
        Optional max_id?: undefined | string
        +
        +

        Return results older than ID.

        +
        +
      • +
      • +
        Optional since_id?: undefined | string
        +
        +

        Return results newer than ID.

        +
        +
      • +
    -

    Returns Promise<Response<Array<Account>>>

    +

    Returns Promise<default<Account[]>>

    The array of accounts.

    @@ -1166,13 +1233,13 @@

    getAccountFollowing

      -
    • getAccountFollowing(id: string, options?: undefined | { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }): Promise<Response<Array<Account>>>
    • +
    • getAccountFollowing(id: string, options?: { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }): Promise<default<Account[]>>
    • @@ -1189,10 +1256,30 @@
    • -
      Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }
      +
      Optional options: { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }
      +
        +
      • +
        Optional limit?: undefined | number
        +
        +

        Max number of results to return. Defaults to 40.

        +
        +
      • +
      • +
        Optional max_id?: undefined | string
        +
        +

        Return results older than ID.

        +
        +
      • +
      • +
        Optional since_id?: undefined | string
        +
        +

        Return results newer than ID.

        +
        +
      • +
    -

    Returns Promise<Response<Array<Account>>>

    +

    Returns Promise<default<Account[]>>

    The array of accounts.

    @@ -1201,13 +1288,13 @@

    getAccountLists

      -
    • getAccountLists(id: string): Promise<Response<Array<List>>>
    • +
    • getAccountLists(id: string): Promise<default<List[]>>
    -

    Returns Promise<Response<Array<List>>>

    +

    Returns Promise<default<List[]>>

    The array of lists.

    @@ -1233,13 +1320,13 @@

    getAccountStatuses

      -
    • getAccountStatuses(id: string, options?: undefined | { exclude_reblogs?: undefined | false | true; exclude_replies?: undefined | false | true; limit?: undefined | number; max_id?: undefined | string; only_media?: undefined | false | true; pinned?: undefined | false | true; since_id?: undefined | string }): Promise<Response<Array<Status>>>
    • +
    • getAccountStatuses(id: string, options?: { exclude_reblogs?: undefined | boolean; exclude_replies?: undefined | boolean; limit?: undefined | number; max_id?: undefined | string; only_media?: undefined | boolean; pinned?: undefined | boolean; since_id?: undefined | string }): Promise<default<Status[]>>
    • @@ -1256,10 +1343,54 @@
    • -
      Optional options: undefined | { exclude_reblogs?: undefined | false | true; exclude_replies?: undefined | false | true; limit?: undefined | number; max_id?: undefined | string; only_media?: undefined | false | true; pinned?: undefined | false | true; since_id?: undefined | string }
      +
      Optional options: { exclude_reblogs?: undefined | boolean; exclude_replies?: undefined | boolean; limit?: undefined | number; max_id?: undefined | string; only_media?: undefined | boolean; pinned?: undefined | boolean; since_id?: undefined | string }
      +
        +
      • +
        Optional exclude_reblogs?: undefined | boolean
        +
        +

        Return statuses which exclude reblogs.

        +
        +
      • +
      • +
        Optional exclude_replies?: undefined | boolean
        +
        +

        Return statuses which exclude replies.

        +
        +
      • +
      • +
        Optional limit?: undefined | number
        +
        +

        Max number of results to return. Defaults to 20.

        +
        +
      • +
      • +
        Optional max_id?: undefined | string
        +
        +

        Return results older than ID.

        +
        +
      • +
      • +
        Optional only_media?: undefined | boolean
        +
        +

        Show only statuses with media attached? Defaults to false.

        +
        +
      • +
      • +
        Optional pinned?: undefined | boolean
        +
        +

        Return statuses which include pinned statuses.

        +
        +
      • +
      • +
        Optional since_id?: undefined | string
        +
        +

        Return results newer than ID.

        +
        +
      • +
    -

    Returns Promise<Response<Array<Status>>>

    +

    Returns Promise<default<Status[]>>

    Account's statuses.

    @@ -1268,13 +1399,13 @@

    getAccountsInList

      -
    • getAccountsInList(id: string, options?: undefined | { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }): Promise<Response<Array<Account>>>
    • +
    • getAccountsInList(id: string, options?: { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }): Promise<default<Account[]>>
    • @@ -1291,10 +1422,30 @@
    • -
      Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }
      +
      Optional options: { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }
      +
        +
      • +
        Optional limit?: undefined | number
        +
        +

        Max number of results to return.

        +
        +
      • +
      • +
        Optional max_id?: undefined | string
        +
        +

        Return results older than ID.

        +
        +
      • +
      • +
        Optional since_id?: undefined | string
        +
        +

        Return results newer than ID.

        +
        +
      • +
    -

    Returns Promise<Response<Array<Account>>>

    +

    Returns Promise<default<Account[]>>

    Array of accounts.

    @@ -1303,13 +1454,13 @@

    getBlocks

      -
    • getBlocks(options?: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }): Promise<Response<Array<Account>>>
    • +
    • getBlocks(options?: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }): Promise<default<Account[]>>
    • @@ -1320,10 +1471,30 @@

      Parameters

      • -
        Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }
        +
        Optional options: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
          +

          Max number of results to return. Defaults to 40.

          +
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
          +

          Return results older than ID.

          +
          +
        • +
        • +
          Optional min_id?: undefined | string
          +
          +

          Return results immediately newer than ID.

          +
          +
        • +
      -

      Returns Promise<Response<Array<Account>>>

      +

      Returns Promise<default<Account[]>>

      Array of accounts.

    @@ -1332,13 +1503,13 @@

    getBookmarks

      -
    • getBookmarks(options?: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }): Promise<Response<Array<Status>>>
    • +
    • getBookmarks(options?: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }): Promise<default<Status[]>>
    • @@ -1349,10 +1520,36 @@

      Parameters

      • -
        Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }
        +
        Optional options: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
          +

          Max number of results to return. Defaults to 40.

          +
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
          +

          Return results older than ID.

          +
          +
        • +
        • +
          Optional min_id?: undefined | string
          +
          +

          Return results immediately newer than ID.

          +
          +
        • +
        • +
          Optional since_id?: undefined | string
          +
          +

          Return results newer than ID.

          +
          +
        • +
      -

      Returns Promise<Response<Array<Status>>>

      +

      Returns Promise<default<Status[]>>

      Array of statuses.

    @@ -1361,13 +1558,13 @@

    getConversationTimeline

      -
    • getConversationTimeline(options?: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }): Promise<Response<Array<Conversation>>>
    • +
    • getConversationTimeline(options?: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }): Promise<default<Conversation[]>>
    • @@ -1378,10 +1575,36 @@

      Parameters

      • -
        Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }
        +
        Optional options: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
          +

          Max number of results to return. Defaults to 20.

          +
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
          +

          Return results older than ID.

          +
          +
        • +
        • +
          Optional min_id?: undefined | string
          +
          +

          Return results immediately newer than ID.

          +
          +
        • +
        • +
          Optional since_id?: undefined | string
          +
          +

          Return results newer than ID.

          +
          +
        • +
      -

      Returns Promise<Response<Array<Conversation>>>

      +

      Returns Promise<default<Conversation[]>>

      Array of statuses.

    @@ -1390,13 +1613,13 @@

    getDomainBlocks

      -
    • getDomainBlocks(options?: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }): Promise<Response<Array<string>>>
    • +
    • getDomainBlocks(options?: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }): Promise<default<string[]>>
    • @@ -1407,10 +1630,30 @@

      Parameters

      • -
        Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }
        +
        Optional options: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
          +

          Max number of results to return. Defaults to 40.

          +
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
          +

          Return results older than ID.

          +
          +
        • +
        • +
          Optional min_id?: undefined | string
          +
          +

          Return results immediately newer than ID.

          +
          +
        • +
      -

      Returns Promise<Response<Array<string>>>

      +

      Returns Promise<default<string[]>>

      Array of domain name.

    @@ -1419,13 +1662,13 @@

    getEmojiReaction

    -

    Returns Promise<Response<Reaction>>

    +

    Returns Promise<default<Reaction>>

    @@ -1445,13 +1688,13 @@

    getEmojiReactions

    -

    Returns Promise<Response<Array<Reaction>>>

    +

    Returns Promise<default<Reaction[]>>

    @@ -1468,13 +1711,13 @@

    getEndorsements

      -
    • getEndorsements(options?: undefined | { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }): Promise<Response<Array<Account>>>
    • +
    • getEndorsements(options?: { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }): Promise<default<Account[]>>
    • @@ -1485,10 +1728,30 @@

      Parameters

      • -
        Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }
        +
        Optional options: { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
          +

          Max number of results to return. Defaults to 40.

          +
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
          +

          Return results older than ID.

          +
          +
        • +
        • +
          Optional since_id?: undefined | string
          +
          +

          Return results newer than ID.

          +
          +
        • +
      -

      Returns Promise<Response<Array<Account>>>

      +

      Returns Promise<default<Account[]>>

      Array of accounts.

    @@ -1497,13 +1760,13 @@

    getFavourites

      -
    • getFavourites(options?: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }): Promise<Response<Array<Status>>>
    • +
    • getFavourites(options?: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }): Promise<default<Status[]>>
    • @@ -1514,10 +1777,30 @@

      Parameters

      • -
        Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }
        +
        Optional options: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
          +

          Max number of results to return. Defaults to 40.

          +
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
          +

          Return results older than ID.

          +
          +
        • +
        • +
          Optional min_id?: undefined | string
          +
          +

          Return results immediately newer than ID.

          +
          +
        • +
      -

      Returns Promise<Response<Array<Status>>>

      +

      Returns Promise<default<Status[]>>

      Array of statuses.

    @@ -1526,13 +1809,13 @@

    getFeaturedTags

    @@ -1549,13 +1832,13 @@

    getFilter

    -

    Returns Promise<Response<Filter>>

    +

    Returns Promise<default<Filter>>

    Filter.

    @@ -1581,13 +1864,13 @@

    getFilters

    @@ -1604,13 +1887,13 @@

    getFollowRequests

      -
    • getFollowRequests(limit?: undefined | number): Promise<Response<Array<Account>>>
    • +
    • getFollowRequests(limit?: number): Promise<default<Account[]>>
    @@ -1636,13 +1919,13 @@

    getHomeTimeline

      -
    • getHomeTimeline(options?: undefined | { limit?: undefined | number; local?: undefined | false | true; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }): Promise<Response<Array<Status>>>
    • +
    • getHomeTimeline(options?: { limit?: undefined | number; local?: undefined | boolean; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }): Promise<default<Status[]>>
    • @@ -1653,10 +1936,42 @@

      Parameters

      • -
        Optional options: undefined | { limit?: undefined | number; local?: undefined | false | true; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }
        +
        Optional options: { limit?: undefined | number; local?: undefined | boolean; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
          +

          Max number of results to return. Defaults to 20.

          +
          +
        • +
        • +
          Optional local?: undefined | boolean
          +
          +

          Show only local statuses? Defaults to false.

          +
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
          +

          Return results older than ID.

          +
          +
        • +
        • +
          Optional min_id?: undefined | string
          +
          +

          Return results immediately newer than ID.

          +
          +
        • +
        • +
          Optional since_id?: undefined | string
          +
          +

          Return results newer than ID.

          +
          +
        • +
      -

      Returns Promise<Response<Array<Status>>>

      +

      Returns Promise<default<Status[]>>

      Array of statuses.

    @@ -1665,13 +1980,13 @@

    getIdentityProof

    -

    Returns Promise<Response<Array<IdentityProof>>>

    +

    Returns Promise<default<IdentityProof[]>>

    Array of IdentityProof

    @@ -1697,13 +2012,13 @@

    getInstance

    @@ -1719,13 +2034,13 @@

    getInstanceActivity

    @@ -1741,13 +2056,13 @@

    getInstanceCustomEmojis

    @@ -1764,13 +2079,13 @@

    getInstanceDirectory

      -
    • getInstanceDirectory(options?: undefined | { limit?: undefined | number; local?: undefined | false | true; offset?: undefined | number; order?: "active" | "new" }): Promise<Response<Array<Account>>>
    • +
    • getInstanceDirectory(options?: { limit?: undefined | number; local?: undefined | boolean; offset?: undefined | number; order?: undefined | "active" | "new" }): Promise<default<Account[]>>
    • @@ -1781,10 +2096,36 @@

      Parameters

      • -
        Optional options: undefined | { limit?: undefined | number; local?: undefined | false | true; offset?: undefined | number; order?: "active" | "new" }
        +
        Optional options: { limit?: undefined | number; local?: undefined | boolean; offset?: undefined | number; order?: undefined | "active" | "new" }
        +
          +
        • +
          Optional limit?: undefined | number
          +
          +

          How many accounts to load. Default 40.

          +
          +
        • +
        • +
          Optional local?: undefined | boolean
          +
          +

          Only return local accounts.

          +
          +
        • +
        • +
          Optional offset?: undefined | number
          +
          +

          How many accounts to skip before returning results. Default 0.

          +
          +
        • +
        • +
          Optional order?: undefined | "active" | "new"
          +
          +

          Order of results.

          +
          +
        • +
      -

      Returns Promise<Response<Array<Account>>>

      +

      Returns Promise<default<Account[]>>

      Array of accounts.

    @@ -1793,13 +2134,13 @@

    getInstancePeers

      -
    • getInstancePeers(): Promise<Response<Array<string>>>
    • +
    • getInstancePeers(): Promise<default<string[]>>
    @@ -1815,13 +2156,13 @@

    getInstanceTrends

      -
    • getInstanceTrends(limit?: number | null): Promise<Response<Array<Tag>>>
    • +
    • getInstanceTrends(limit?: null | number): Promise<default<Tag[]>>
    @@ -1846,13 +2187,13 @@

    getList

    -

    Returns Promise<Response<List>>

    +

    Returns Promise<default<List>>

    List.

    @@ -1878,13 +2219,13 @@

    getListTimeline

      -
    • getListTimeline(list_id: string, options?: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }): Promise<Response<Array<Status>>>
    • +
    • getListTimeline(list_id: string, options?: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }): Promise<default<Status[]>>
    • @@ -1901,10 +2242,36 @@
    • -
      Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }
      +
      Optional options: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }
      +
        +
      • +
        Optional limit?: undefined | number
        +
        +

        Max number of results to return. Defaults to 20.

        +
        +
      • +
      • +
        Optional max_id?: undefined | string
        +
        +

        Return results older than ID.

        +
        +
      • +
      • +
        Optional min_id?: undefined | string
        +
        +

        Return results immediately newer than ID.

        +
        +
      • +
      • +
        Optional since_id?: undefined | string
        +
        +

        Return results newer than ID.

        +
        +
      • +
    -

    Returns Promise<Response<Array<Status>>>

    +

    Returns Promise<default<Status[]>>

    Array of statuses.

    @@ -1913,13 +2280,13 @@

    getLists

    @@ -1936,13 +2303,13 @@

    getLocalTimeline

      -
    • getLocalTimeline(options?: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; only_media?: undefined | false | true; since_id?: undefined | string }): Promise<Response<Array<Status>>>
    • +
    • getLocalTimeline(options?: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; only_media?: undefined | boolean; since_id?: undefined | string }): Promise<default<Status[]>>
    • @@ -1953,10 +2320,42 @@

      Parameters

      • -
        Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; only_media?: undefined | false | true; since_id?: undefined | string }
        +
        Optional options: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; only_media?: undefined | boolean; since_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
          +

          Max number of results to return. Defaults to 20.

          +
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
          +

          Return results older than ID.

          +
          +
        • +
        • +
          Optional min_id?: undefined | string
          +
          +

          Return results immediately newer than ID.

          +
          +
        • +
        • +
          Optional only_media?: undefined | boolean
          +
          +

          Show only statuses with media attached? Defaults to false.

          +
          +
        • +
        • +
          Optional since_id?: undefined | string
          +
          +

          Return results newer than ID.

          +
          +
        • +
      -

      Returns Promise<Response<Array<Status>>>

      +

      Returns Promise<default<Status[]>>

      Array of statuses.

    @@ -1965,13 +2364,13 @@

    getMarker

      -
    • getMarker(timeline: Array<"home" | "notifications">): Promise<Response<Marker | {}>>
    • +
    • getMarker(timeline: ("home" | "notifications")[]): Promise<default<{} | Marker>>
    @@ -1994,13 +2393,13 @@

    getMutes

      -
    • getMutes(options?: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }): Promise<Response<Array<Account>>>
    • +
    • getMutes(options?: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }): Promise<default<Account[]>>
    • @@ -2011,10 +2410,30 @@

      Parameters

      • -
        Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }
        +
        Optional options: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
          +

          Max number of results to return. Defaults to 40.

          +
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
          +

          Return results older than ID.

          +
          +
        • +
        • +
          Optional min_id?: undefined | string
          +
          +

          Return results immediately newer than ID.

          +
          +
        • +
      -

      Returns Promise<Response<Array<Account>>>

      +

      Returns Promise<default<Account[]>>

      Array of accounts.

    @@ -2023,13 +2442,13 @@

    getNotification

    -

    Returns Promise<Response<Notification>>

    +

    Returns Promise<default<Notification>>

    Notification.

    @@ -2055,13 +2474,13 @@

    getNotifications

      -
    • getNotifications(options?: undefined | { account_id?: undefined | string; exclude_types?: Array<NotificationType>; limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }): Promise<Response<Array<Notification>>>
    • +
    • getNotifications(options?: { account_id?: undefined | string; exclude_types?: undefined | string[]; limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }): Promise<default<Notification[]>>
    • @@ -2072,10 +2491,48 @@

      Parameters

      • -
        Optional options: undefined | { account_id?: undefined | string; exclude_types?: Array<NotificationType>; limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }
        +
        Optional options: { account_id?: undefined | string; exclude_types?: undefined | string[]; limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }
        +
          +
        • +
          Optional account_id?: undefined | string
          +
          +

          Return only notifications received from this account.

          +
          +
        • +
        • +
          Optional exclude_types?: undefined | string[]
          +
          +

          Array of types to exclude.

          +
          +
        • +
        • +
          Optional limit?: undefined | number
          +
          +

          Max number of results to return. Defaults to 20.

          +
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
          +

          Return results older than ID.

          +
          +
        • +
        • +
          Optional min_id?: undefined | string
          +
          +

          Return results immediately newer than ID.

          +
          +
        • +
        • +
          Optional since_id?: undefined | string
          +
          +

          Return results newer than ID.

          +
          +
        • +
      -

      Returns Promise<Response<Array<Notification>>>

      +

      Returns Promise<default<Notification[]>>

      Array of notifications.

    @@ -2084,13 +2541,13 @@

    getPoll

    -

    Returns Promise<Response<Poll>>

    +

    Returns Promise<default<Poll>>

    Poll

    @@ -2116,13 +2573,13 @@

    getPreferences

    @@ -2139,13 +2596,13 @@

    getPublicTimeline

      -
    • getPublicTimeline(options?: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; only_media?: undefined | false | true; since_id?: undefined | string }): Promise<Response<Array<Status>>>
    • +
    • getPublicTimeline(options?: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; only_media?: undefined | boolean; since_id?: undefined | string }): Promise<default<Status[]>>
    • @@ -2156,10 +2613,42 @@

      Parameters

      • -
        Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; only_media?: undefined | false | true; since_id?: undefined | string }
        +
        Optional options: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; only_media?: undefined | boolean; since_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
          +

          Max number of results to return. Defaults to 20.

          +
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
          +

          Return results older than ID.

          +
          +
        • +
        • +
          Optional min_id?: undefined | string
          +
          +

          Return results immediately newer than ID.

          +
          +
        • +
        • +
          Optional only_media?: undefined | boolean
          +
          +

          Show only statuses with media attached? Defaults to false.

          +
          +
        • +
        • +
          Optional since_id?: undefined | string
          +
          +

          Return results newer than ID.

          +
          +
        • +
      -

      Returns Promise<Response<Array<Status>>>

      +

      Returns Promise<default<Status[]>>

      Array of statuses.

    @@ -2168,13 +2657,13 @@

    getPushSubscription

    @@ -2191,13 +2680,13 @@

    getRelationship

    -

    Returns Promise<Response<Relationship>>

    +

    Returns Promise<default<Relationship>>

    Relationship

    @@ -2223,13 +2712,13 @@

    getRelationships

    @@ -2255,13 +2744,13 @@

    getScheduledStatus

    -

    Returns Promise<Response<ScheduledStatus>>

    +

    Returns Promise<default<ScheduledStatus>>

    ScheduledStatus.

    @@ -2287,13 +2776,13 @@

    getScheduledStatuses

      -
    • getScheduledStatuses(options?: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }): Promise<Response<Array<ScheduledStatus>>>
    • +
    • getScheduledStatuses(options?: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }): Promise<default<ScheduledStatus[]>>
    • @@ -2304,10 +2793,36 @@

      Parameters

      • -
        Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }
        +
        Optional options: { limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; since_id?: undefined | string }
        +
          +
        • +
          Optional limit?: undefined | number
          +
          +

          Max number of results to return. Defaults to 20.

          +
          +
        • +
        • +
          Optional max_id?: undefined | string
          +
          +

          Return results older than ID.

          +
          +
        • +
        • +
          Optional min_id?: undefined | string
          +
          +

          Return results immediately newer than ID.

          +
          +
        • +
        • +
          Optional since_id?: undefined | string
          +
          +

          Return results newer than ID.

          +
          +
        • +
      -

      Returns Promise<Response<Array<ScheduledStatus>>>

      +

      Returns Promise<default<ScheduledStatus[]>>

      Array of scheduled statuses.

    @@ -2316,13 +2831,13 @@

    getStatus

    -

    Returns Promise<Response<Status>>

    +

    Returns Promise<default<Status>>

    Status

    @@ -2348,13 +2863,13 @@

    getStatusContext

      -
    • getStatusContext(id: string, options?: undefined | { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }): Promise<Response<Context>>
    • +
    • getStatusContext(id: string, options?: { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }): Promise<default<Context>>
    • @@ -2372,10 +2887,21 @@
    • -
      Optional options: undefined | { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }
      +
      Optional options: { limit?: undefined | number; max_id?: undefined | string; since_id?: undefined | string }
      +
        +
      • +
        Optional limit?: undefined | number
        +
      • +
      • +
        Optional max_id?: undefined | string
        +
      • +
      • +
        Optional since_id?: undefined | string
        +
      • +
    -

    Returns Promise<Response<Context>>

    +

    Returns Promise<default<Context>>

    Context

    @@ -2384,13 +2910,13 @@

    getStatusFavouritedBy

    -

    Returns Promise<Response<Array<Account>>>

    +

    Returns Promise<default<Account[]>>

    Array of accounts.

    @@ -2416,13 +2942,13 @@

    getStatusRebloggedBy

    -

    Returns Promise<Response<Array<Account>>>

    +

    Returns Promise<default<Account[]>>

    Array of accounts.

    @@ -2448,13 +2974,13 @@

    getSuggestedTags

    @@ -2471,13 +2997,13 @@

    getSuggestions

    @@ -2503,13 +3029,13 @@

    getTagTimeline

      -
    • getTagTimeline(hashtag: string, options?: undefined | { limit?: undefined | number; local?: undefined | false | true; max_id?: undefined | string; min_id?: undefined | string; only_media?: undefined | false | true; since_id?: undefined | string }): Promise<Response<Array<Status>>>
    • +
    • getTagTimeline(hashtag: string, options?: { limit?: undefined | number; local?: undefined | boolean; max_id?: undefined | string; min_id?: undefined | string; only_media?: undefined | boolean; since_id?: undefined | string }): Promise<default<Status[]>>
    • @@ -2526,10 +3052,48 @@
    • -
      Optional options: undefined | { limit?: undefined | number; local?: undefined | false | true; max_id?: undefined | string; min_id?: undefined | string; only_media?: undefined | false | true; since_id?: undefined | string }
      +
      Optional options: { limit?: undefined | number; local?: undefined | boolean; max_id?: undefined | string; min_id?: undefined | string; only_media?: undefined | boolean; since_id?: undefined | string }
      +
        +
      • +
        Optional limit?: undefined | number
        +
        +

        Max number of results to return. Defaults to 20.

        +
        +
      • +
      • +
        Optional local?: undefined | boolean
        +
        +

        Show only local statuses? Defaults to false.

        +
        +
      • +
      • +
        Optional max_id?: undefined | string
        +
        +

        Return results older than ID.

        +
        +
      • +
      • +
        Optional min_id?: undefined | string
        +
        +

        Return results immediately newer than ID.

        +
        +
      • +
      • +
        Optional only_media?: undefined | boolean
        +
        +

        Show only statuses with media attached? Defaults to false.

        +
        +
      • +
      • +
        Optional since_id?: undefined | string
        +
        +

        Return results newer than ID.

        +
        +
      • +
    -

    Returns Promise<Response<Array<Status>>>

    +

    Returns Promise<default<Status[]>>

    Array of statuses.

    @@ -2538,13 +3102,13 @@

    listSocket

    -

    Returns WebSocketInterface

    +

    Returns WebSocketInterface

    @@ -2561,13 +3125,13 @@

    listStream

    -

    Returns StreamListenerInterface

    +

    Returns StreamListenerInterface

    @@ -2584,16 +3148,16 @@

    localSocket

    @@ -2601,16 +3165,16 @@

    localStream

    @@ -2618,13 +3182,13 @@

    muteAccount

    -

    Returns Promise<Response<Relationship>>

    +

    Returns Promise<default<Relationship>>

    Relationship

    @@ -2656,13 +3220,13 @@

    muteStatus

    -

    Returns Promise<Response<Status>>

    +

    Returns Promise<default<Status>>

    Status

    @@ -2688,13 +3252,13 @@

    pinAccount

    -

    Returns Promise<Response<Relationship>>

    +

    Returns Promise<default<Relationship>>

    Relationship

    @@ -2720,13 +3284,13 @@

    pinStatus

    -

    Returns Promise<Response<Status>>

    +

    Returns Promise<default<Status>>

    Status

    @@ -2752,13 +3316,13 @@

    postStatus

      -
    • postStatus(status: string, options?: undefined | { in_reply_to_id?: undefined | string; language?: undefined | string; media_ids?: Array<string>; poll?: undefined | { expires_in: number; hide_totals?: undefined | false | true; multiple?: undefined | false | true; options: Array<string> }; quote_id?: undefined | string; scheduled_at?: undefined | string; sensitive?: undefined | false | true; spoiler_text?: undefined | string; visibility?: "public" | "unlisted" | "private" | "direct" }): Promise<Response<Status>>
    • +
    • postStatus(status: string, options?: { in_reply_to_id?: undefined | string; language?: undefined | string; media_ids?: undefined | string[]; poll?: undefined | { expires_in: number; hide_totals?: undefined | boolean; multiple?: undefined | boolean; options: string[] }; quote_id?: undefined | string; scheduled_at?: undefined | string; sensitive?: undefined | boolean; spoiler_text?: undefined | string; visibility?: undefined | "public" | "unlisted" | "private" | "direct" }): Promise<default<Status>>
    • @@ -2775,10 +3339,66 @@
    • -
      Optional options: undefined | { in_reply_to_id?: undefined | string; language?: undefined | string; media_ids?: Array<string>; poll?: undefined | { expires_in: number; hide_totals?: undefined | false | true; multiple?: undefined | false | true; options: Array<string> }; quote_id?: undefined | string; scheduled_at?: undefined | string; sensitive?: undefined | false | true; spoiler_text?: undefined | string; visibility?: "public" | "unlisted" | "private" | "direct" }
      +
      Optional options: { in_reply_to_id?: undefined | string; language?: undefined | string; media_ids?: undefined | string[]; poll?: undefined | { expires_in: number; hide_totals?: undefined | boolean; multiple?: undefined | boolean; options: string[] }; quote_id?: undefined | string; scheduled_at?: undefined | string; sensitive?: undefined | boolean; spoiler_text?: undefined | string; visibility?: undefined | "public" | "unlisted" | "private" | "direct" }
      +
        +
      • +
        Optional in_reply_to_id?: undefined | string
        +
        +

        ID of the status being replied to, if status is a reply.

        +
        +
      • +
      • +
        Optional language?: undefined | string
        +
        +

        ISO 639 language code for this status.

        +
        +
      • +
      • +
        Optional media_ids?: undefined | string[]
        +
        +

        Array of Attachment ids.

        +
        +
      • +
      • +
        Optional poll?: undefined | { expires_in: number; hide_totals?: undefined | boolean; multiple?: undefined | boolean; options: string[] }
        +
        +

        Poll object.

        +
        +
      • +
      • +
        Optional quote_id?: undefined | string
        +
        +

        ID of the status being quoted to, if status is a quote.

        +
        +
      • +
      • +
        Optional scheduled_at?: undefined | string
        +
        +

        ISO 8601 Datetime at which to schedule a status.

        +
        +
      • +
      • +
        Optional sensitive?: undefined | boolean
        +
        +

        Mark status and attached media as sensitive?

        +
        +
      • +
      • +
        Optional spoiler_text?: undefined | string
        +
        +

        Text to be shown as a warning or subject before the actual content.

        +
        +
      • +
      • +
        Optional visibility?: undefined | "public" | "unlisted" | "private" | "direct"
        +
        +

        Visibility of the posted status.

        +
        +
      • +
    -

    Returns Promise<Response<Status>>

    +

    Returns Promise<default<Status>>

    Status

    @@ -2787,16 +3407,16 @@

    publicSocket

    @@ -2804,16 +3424,16 @@

    publicStream

    @@ -2821,13 +3441,13 @@

    readConversation

    -

    Returns Promise<Response<Conversation>>

    +

    Returns Promise<default<Conversation>>

    Conversation.

    @@ -2853,13 +3473,13 @@

    reblogStatus

    -

    Returns Promise<Response<Status>>

    +

    Returns Promise<default<Status>>

    Status.

    @@ -2885,13 +3505,13 @@

    refreshToken

      -
    • refreshToken(client_id: string, client_secret: string, refresh_token: string): Promise<TokenData>
    • +
    • refreshToken(client_id: string, client_secret: string, refresh_token: string): Promise<TokenData>
    -

    Returns Promise<TokenData>

    +

    Returns Promise<TokenData>

    @@ -2930,13 +3550,13 @@

    registerAccount

      -
    • registerAccount(username: string, email: string, password: string, agreement: boolean, locale: string, reason?: string | null): Promise<Response<Token>>
    • +
    • registerAccount(username: string, email: string, password: string, agreement: boolean, locale: string, reason?: null | string): Promise<default<Token>>
    • @@ -2977,13 +3597,13 @@
    • -
      Optional reason: string | null
      +
      Optional reason: null | string

      Text that will be reviewed by moderators if registrations require manual approval.

    -

    Returns Promise<Response<Token>>

    +

    Returns Promise<default<Token>>

    An account token.

    @@ -2992,13 +3612,13 @@

    registerApp

      -
    • registerApp(client_name: string, options: Partial<{ redirect_uris: string; scopes: Array<string>; website: string }>): Promise<AppData>
    • +
    • registerApp(client_name: string, options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>): Promise<AppData>
    • @@ -3016,13 +3636,13 @@
    • -
      options: Partial<{ redirect_uris: string; scopes: Array<string>; website: string }>
      +
      options: Partial<{ redirect_uris: string; scopes: string[]; website: string }>

      Form Data, which is sent to /api/v1/apps. and properties should be snake_case

    -

    Returns Promise<AppData>

    +

    Returns Promise<AppData>

    @@ -3030,13 +3650,13 @@

    rejectFollowRequest

    -

    Returns Promise<Response<Relationship>>

    +

    Returns Promise<default<Relationship>>

    Relationship.

    @@ -3062,13 +3682,13 @@

    report

      -
    • report(account_id: string, comment: string, options?: undefined | { forward?: undefined | false | true; status_ids?: Array<string> }): Promise<Response<Report>>
    • +
    • report(account_id: string, comment: string, options?: { forward?: undefined | boolean; status_ids?: undefined | string[] }): Promise<default<Report>>
    • @@ -3091,10 +3711,24 @@
    • -
      Optional options: undefined | { forward?: undefined | false | true; status_ids?: Array<string> }
      +
      Optional options: { forward?: undefined | boolean; status_ids?: undefined | string[] }
      +
        +
      • +
        Optional forward?: undefined | boolean
        +
        +

        If the account is remote, should the report be forwarded to the remote admin?

        +
        +
      • +
      • +
        Optional status_ids?: undefined | string[]
        +
        +

        Array of Statuses ids to attach to the report.

        +
        +
      • +
    -

    Returns Promise<Response<Report>>

    +

    Returns Promise<default<Report>>

    Report

    @@ -3103,13 +3737,13 @@

    revokeToken

      -
    • revokeToken(client_id: string, client_secret: string, token: string): Promise<Response<{}>>
    • +
    • revokeToken(client_id: string, client_secret: string, token: string): Promise<default<{}>>
    -

    Returns Promise<Response<{}>>

    +

    Returns Promise<default<{}>>

    @@ -3147,13 +3781,13 @@

    saveMarker

      -
    • saveMarker(options?: undefined | { home?: undefined | { last_read_id: string }; notifications?: undefined | { last_read_id: string } }): Promise<Response<Marker>>
    • +
    • saveMarker(options?: { home?: undefined | { last_read_id: string }; notifications?: undefined | { last_read_id: string } }): Promise<default<Marker>>
    • @@ -3164,10 +3798,24 @@

      Parameters

      • -
        Optional options: undefined | { home?: undefined | { last_read_id: string }; notifications?: undefined | { last_read_id: string } }
        +
        Optional options: { home?: undefined | { last_read_id: string }; notifications?: undefined | { last_read_id: string } }
        +
          +
        • +
          Optional home?: undefined | { last_read_id: string }
          +
          +

          Marker position of the last read status ID in home timeline.

          +
          +
        • +
        • +
          Optional notifications?: undefined | { last_read_id: string }
          +
          +

          Marker position of the last read notification ID in notifications.

          +
          +
        • +
      -

      Returns Promise<Response<Marker>>

      +

      Returns Promise<default<Marker>>

      Marker.

    @@ -3176,13 +3824,13 @@

    scheduleStatus

    • @@ -3199,13 +3847,13 @@
    • -
      Optional scheduled_at: string | null
      +
      Optional scheduled_at: null | string

      ISO 8601 Datetime at which the status will be published.

    -

    Returns Promise<Response<ScheduledStatus>>

    +

    Returns Promise<default<ScheduledStatus>>

    ScheduledStatus.

    @@ -3214,13 +3862,13 @@

    search

      -
    • search(q: string, type: "accounts" | "hashtags" | "statuses", options?: undefined | { account_id?: undefined | string; exclude_unreviewed?: undefined | false | true; following?: undefined | false | true; limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; offset?: undefined | number; resolve?: undefined | false | true }): Promise<Response<Results>>
    • +
    • search(q: string, type: "accounts" | "hashtags" | "statuses", options?: { account_id?: undefined | string; exclude_unreviewed?: undefined | boolean; following?: undefined | boolean; limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; offset?: undefined | number; resolve?: undefined | boolean }): Promise<default<Results>>
    • @@ -3237,16 +3885,63 @@
    • -
      type: "accounts" | "hashtags" | "statuses"
      +
      type: "accounts" | "hashtags" | "statuses"

      Enum of search target.

    • -
      Optional options: undefined | { account_id?: undefined | string; exclude_unreviewed?: undefined | false | true; following?: undefined | false | true; limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; offset?: undefined | number; resolve?: undefined | false | true }
      +
      Optional options: { account_id?: undefined | string; exclude_unreviewed?: undefined | boolean; following?: undefined | boolean; limit?: undefined | number; max_id?: undefined | string; min_id?: undefined | string; offset?: undefined | number; resolve?: undefined | boolean }
      +
        +
      • +
        Optional account_id?: undefined | string
        +
        +

        If provided, statuses returned will be authored only by this account.

        +
        +
      • +
      • +
        Optional exclude_unreviewed?: undefined | boolean
        +
        +

        Filter out unreviewed tags? Defaults to false.

        +
        +
      • +
      • +
        Optional following?: undefined | boolean
        +
        +

        Only include accounts that the user is following. Defaults to false.

        +
        +
      • +
      • +
        Optional limit?: undefined | number
        +
        +

        Maximum number of results to load, per type. Defaults to 20. Max 40.

        +
        +
      • +
      • +
        Optional max_id?: undefined | string
        +
        +

        Return results older than this id.

        +
        +
      • +
      • +
        Optional min_id?: undefined | string
        +
        +

        Return results immediately newer than this id.

        +
        +
      • +
      • +
        Optional offset?: undefined | number
        +
      • +
      • +
        Optional resolve?: undefined | boolean
        +
        +

        Attempt WebFinger lookup. Defaults to false.

        +
        +
      • +
    -

    Returns Promise<Response<Results>>

    +

    Returns Promise<default<Results>>

    Results.

    @@ -3255,13 +3950,13 @@

    searchAccount

      -
    • searchAccount(q: string, options?: undefined | { following?: undefined | false | true; limit?: undefined | number; max_id?: undefined | string; resolve?: undefined | false | true; since_id?: undefined | string }): Promise<Response<Array<Account>>>
    • +
    • searchAccount(q: string, options?: { following?: undefined | boolean; limit?: undefined | number; max_id?: undefined | string; resolve?: undefined | boolean; since_id?: undefined | string }): Promise<default<Account[]>>
    • @@ -3278,10 +3973,36 @@
    • -
      Optional options: undefined | { following?: undefined | false | true; limit?: undefined | number; max_id?: undefined | string; resolve?: undefined | false | true; since_id?: undefined | string }
      +
      Optional options: { following?: undefined | boolean; limit?: undefined | number; max_id?: undefined | string; resolve?: undefined | boolean; since_id?: undefined | string }
      +
        +
      • +
        Optional following?: undefined | boolean
        +
      • +
      • +
        Optional limit?: undefined | number
        +
        +

        Max number of results to return. Defaults to 40.

        +
        +
      • +
      • +
        Optional max_id?: undefined | string
        +
        +

        Return results older than ID.

        +
        +
      • +
      • +
        Optional resolve?: undefined | boolean
        +
      • +
      • +
        Optional since_id?: undefined | string
        +
        +

        Return results newer than ID.

        +
        +
      • +
    -

    Returns Promise<Response<Array<Account>>>

    +

    Returns Promise<default<Account[]>>

    The array of accounts.

    @@ -3290,13 +4011,13 @@

    subscribeAccount

    -

    Returns Promise<Response<Relationship>>

    +

    Returns Promise<default<Relationship>>

    Relationship.

    @@ -3322,13 +4043,13 @@

    subscribePushNotification

      -
    • subscribePushNotification(subscription: { endpoint: string; keys: { auth: string; p256dh: string } }, data?: { alerts: { favourite?: undefined | false | true; follow?: undefined | false | true; mention?: undefined | false | true; poll?: undefined | false | true; reblog?: undefined | false | true } } | null): Promise<Response<PushSubscription>>
    • +
    • subscribePushNotification(subscription: { endpoint: string; keys: { auth: string; p256dh: string } }, data?: null | { alerts: { favourite?: undefined | boolean; follow?: undefined | boolean; mention?: undefined | boolean; poll?: undefined | boolean; reblog?: undefined | boolean } }): Promise<default<PushSubscription>>
  • -
    Optional data: { alerts: { favourite?: undefined | false | true; follow?: undefined | false | true; mention?: undefined | false | true; poll?: undefined | false | true; reblog?: undefined | false | true } } | null
    +
    Optional data: null | { alerts: { favourite?: undefined | boolean; follow?: undefined | boolean; mention?: undefined | boolean; poll?: undefined | boolean; reblog?: undefined | boolean } }
  • -

    Returns Promise<Response<PushSubscription>>

    +

    Returns Promise<default<PushSubscription>>

    PushSubscription.

    @@ -3370,13 +4091,13 @@

    tagSocket

    -

    Returns WebSocketInterface

    +

    Returns WebSocketInterface

    @@ -3393,13 +4114,13 @@

    tagStream

    -

    Returns StreamListenerInterface

    +

    Returns StreamListenerInterface

    @@ -3416,13 +4137,13 @@

    unblockAccount

    -

    Returns Promise<Response<Relationship>>

    +

    Returns Promise<default<Relationship>>

    RElationship

    @@ -3448,13 +4169,13 @@

    unblockDomain

      -
    • unblockDomain(domain: string): Promise<Response<{}>>
    • +
    • unblockDomain(domain: string): Promise<default<{}>>
    -

    Returns Promise<Response<{}>>

    +

    Returns Promise<default<{}>>

    @@ -3479,13 +4200,13 @@

    unbookmarkStatus

    -

    Returns Promise<Response<Status>>

    +

    Returns Promise<default<Status>>

    Status.

    @@ -3511,13 +4232,13 @@

    unfavouriteStatus

    -

    Returns Promise<Response<Status>>

    +

    Returns Promise<default<Status>>

    Status.

    @@ -3543,13 +4264,13 @@

    unfollowAccount

    -

    Returns Promise<Response<Relationship>>

    +

    Returns Promise<default<Relationship>>

    Relationship

    @@ -3575,13 +4296,13 @@

    unmuteAccount

    -

    Returns Promise<Response<Relationship>>

    +

    Returns Promise<default<Relationship>>

    Relationship

    @@ -3607,13 +4328,13 @@

    unmuteStatus

    -

    Returns Promise<Response<Status>>

    +

    Returns Promise<default<Status>>

    Status

    @@ -3639,13 +4360,13 @@

    unpinAccount

    -

    Returns Promise<Response<Relationship>>

    +

    Returns Promise<default<Relationship>>

    Relationship

    @@ -3671,13 +4392,13 @@

    unpinStatus

    -

    Returns Promise<Response<Status>>

    +

    Returns Promise<default<Status>>

    Status

    @@ -3703,13 +4424,13 @@

    unreblogStatus

    -

    Returns Promise<Response<Status>>

    +

    Returns Promise<default<Status>>

    Status.

    @@ -3735,13 +4456,13 @@

    unsubscribeAccount

    -

    Returns Promise<Response<Relationship>>

    +

    Returns Promise<default<Relationship>>

    Relationship.

    @@ -3767,13 +4488,13 @@

    updateCredentials

      -
    • updateCredentials(options?: undefined | { avatar?: undefined | string; bot?: undefined | false | true; discoverable?: undefined | false | true; display_name?: undefined | string; fields_attributes?: Array<{ name: string; value: string }>; header?: undefined | string; locked?: undefined | false | true; note?: undefined | string; source?: undefined | { language?: undefined | string; privacy?: undefined | string; sensitive?: undefined | false | true } }): Promise<Response<Account>>
    • +
    • updateCredentials(options?: { avatar?: undefined | string; bot?: undefined | boolean; discoverable?: undefined | boolean; display_name?: undefined | string; fields_attributes?: undefined | { name: string; value: string }[]; header?: undefined | string; locked?: undefined | boolean; note?: undefined | string; source?: undefined | { language?: undefined | string; privacy?: undefined | string; sensitive?: undefined | boolean } }): Promise<default<Account>>
    • @@ -3784,10 +4505,39 @@

      Parameters

      • -
        Optional options: undefined | { avatar?: undefined | string; bot?: undefined | false | true; discoverable?: undefined | false | true; display_name?: undefined | string; fields_attributes?: Array<{ name: string; value: string }>; header?: undefined | string; locked?: undefined | false | true; note?: undefined | string; source?: undefined | { language?: undefined | string; privacy?: undefined | string; sensitive?: undefined | false | true } }
        +
        Optional options: { avatar?: undefined | string; bot?: undefined | boolean; discoverable?: undefined | boolean; display_name?: undefined | string; fields_attributes?: undefined | { name: string; value: string }[]; header?: undefined | string; locked?: undefined | boolean; note?: undefined | string; source?: undefined | { language?: undefined | string; privacy?: undefined | string; sensitive?: undefined | boolean } }
        +
          +
        • +
          Optional avatar?: undefined | string
          +
        • +
        • +
          Optional bot?: undefined | boolean
          +
        • +
        • +
          Optional discoverable?: undefined | boolean
          +
        • +
        • +
          Optional display_name?: undefined | string
          +
        • +
        • +
          Optional fields_attributes?: undefined | { name: string; value: string }[]
          +
        • +
        • +
          Optional header?: undefined | string
          +
        • +
        • +
          Optional locked?: undefined | boolean
          +
        • +
        • +
          Optional note?: undefined | string
          +
        • +
        • +
          Optional source?: undefined | { language?: undefined | string; privacy?: undefined | string; sensitive?: undefined | boolean }
          +
        • +
      -

      Returns Promise<Response<Account>>

      +

      Returns Promise<default<Account>>

      An account.

    @@ -3796,13 +4546,13 @@

    updateFilter

      -
    • updateFilter(id: string, phrase: string, context: Array<"home" | "notifications" | "public" | "thread">, options?: undefined | { expires_in?: undefined | string; irreversible?: undefined | false | true; whole_word?: undefined | false | true }): Promise<Response<Filter>>
    • +
    • updateFilter(id: string, phrase: string, context: ("home" | "notifications" | "public" | "thread")[], options?: { expires_in?: undefined | string; irreversible?: undefined | boolean; whole_word?: undefined | boolean }): Promise<default<Filter>>
    • @@ -3825,16 +4575,36 @@
    • -
      context: Array<"home" | "notifications" | "public" | "thread">
      +
      context: ("home" | "notifications" | "public" | "thread")[]

      Array of enumerable strings home, notifications, public, thread. At least one context must be specified.

    • -
      Optional options: undefined | { expires_in?: undefined | string; irreversible?: undefined | false | true; whole_word?: undefined | false | true }
      +
      Optional options: { expires_in?: undefined | string; irreversible?: undefined | boolean; whole_word?: undefined | boolean }
      +
        +
      • +
        Optional expires_in?: undefined | string
        +
        +

        ISO 8601 Datetime for when the filter expires.

        +
        +
      • +
      • +
        Optional irreversible?: undefined | boolean
        +
        +

        Should the server irreversibly drop matching entities from home and notifications?

        +
        +
      • +
      • +
        Optional whole_word?: undefined | boolean
        +
        +

        Consider word boundaries?

        +
        +
      • +
    -

    Returns Promise<Response<Filter>>

    +

    Returns Promise<default<Filter>>

    Filter

    @@ -3843,13 +4613,13 @@

    updateList

      -
    • updateList(id: string, title: string): Promise<Response<List>>
    • +
    • updateList(id: string, title: string): Promise<default<List>>
    -

    Returns Promise<Response<List>>

    +

    Returns Promise<default<List>>

    List.

    @@ -3881,13 +4651,13 @@

    updateMedia

      -
    • updateMedia(id: string, options?: undefined | { description?: undefined | string; file?: any; focus?: undefined | string; is_sensitive?: undefined | false | true }): Promise<Response<Attachment>>
    • +
    • updateMedia(id: string, options?: { description?: undefined | string; file?: any; focus?: undefined | string; is_sensitive?: undefined | boolean }): Promise<default<Attachment>>
    • @@ -3904,10 +4674,36 @@
    • -
      Optional options: undefined | { description?: undefined | string; file?: any; focus?: undefined | string; is_sensitive?: undefined | false | true }
      +
      Optional options: { description?: undefined | string; file?: any; focus?: undefined | string; is_sensitive?: undefined | boolean }
      +
        +
      • +
        Optional description?: undefined | string
        +
        +

        A plain-text description of the media.

        +
        +
      • +
      • +
        Optional file?: any
        +
        +

        The file to be attached, using multipart form data.

        +
        +
      • +
      • +
        Optional focus?: undefined | string
        +
        +

        Two floating points (x,y), comma-delimited, ranging from -1.0 to 1.0.

        +
        +
      • +
      • +
        Optional is_sensitive?: undefined | boolean
        +
        +

        Whether the media is sensitive.

        +
        +
      • +
    -

    Returns Promise<Response<Attachment>>

    +

    Returns Promise<default<Attachment>>

    Attachment

    @@ -3916,13 +4712,13 @@

    updatePushSubscription

      -
    • updatePushSubscription(data?: { alerts: { favourite?: undefined | false | true; follow?: undefined | false | true; mention?: undefined | false | true; poll?: undefined | false | true; reblog?: undefined | false | true } } | null): Promise<Response<PushSubscription>>
    • +
    • updatePushSubscription(data?: null | { alerts: { favourite?: undefined | boolean; follow?: undefined | boolean; mention?: undefined | boolean; poll?: undefined | boolean; reblog?: undefined | boolean } }): Promise<default<PushSubscription>>
    • @@ -3933,10 +4729,10 @@

      Parameters

      • -
        Optional data: { alerts: { favourite?: undefined | false | true; follow?: undefined | false | true; mention?: undefined | false | true; poll?: undefined | false | true; reblog?: undefined | false | true } } | null
        +
        Optional data: null | { alerts: { favourite?: undefined | boolean; follow?: undefined | boolean; mention?: undefined | boolean; poll?: undefined | boolean; reblog?: undefined | boolean } }
      -

      Returns Promise<Response<PushSubscription>>

      +

      Returns Promise<default<PushSubscription>>

      PushSubscription.

    @@ -3945,13 +4741,13 @@

    uploadMedia

      -
    • uploadMedia(file: any, options?: undefined | { description?: undefined | string; focus?: undefined | string }): Promise<Response<Attachment>>
    • +
    • uploadMedia(file: any, options?: { description?: undefined | string; focus?: undefined | string }): Promise<default<Attachment>>
    • @@ -3968,10 +4764,24 @@
    • -
      Optional options: undefined | { description?: undefined | string; focus?: undefined | string }
      +
      Optional options: { description?: undefined | string; focus?: undefined | string }
      +
        +
      • +
        Optional description?: undefined | string
        +
        +

        A plain-text description of the media.

        +
        +
      • +
      • +
        Optional focus?: undefined | string
        +
        +

        Two floating points (x,y), comma-delimited, ranging from -1.0 to 1.0.

        +
        +
      • +
    -

    Returns Promise<Response<Attachment>>

    +

    Returns Promise<default<Attachment>>

    Attachment

    @@ -3980,16 +4790,16 @@

    userSocket

    @@ -3997,16 +4807,16 @@

    userStream

    @@ -4014,13 +4824,13 @@

    verifyAccountCredentials

    @@ -4037,13 +4847,13 @@

    verifyAppCredentials

    @@ -4060,13 +4870,13 @@

    votePoll

      -
    • votePoll(id: string, choices: Array<number>, status_id?: string | null): Promise<Response<Poll>>
    • +
    • votePoll(id: string, choices: number[], status_id?: null | string): Promise<default<Poll>>
    • @@ -4083,16 +4893,16 @@
    • -
      choices: Array<number>
      +
      choices: number[]

      Array of own votes containing index for each option (starting from 0).

    • -
      Optional status_id: string | null
      +
      Optional status_id: null | string
    -

    Returns Promise<Response<Poll>>

    +

    Returns Promise<default<Poll>>

    Poll

    @@ -4102,477 +4912,423 @@ @@ -4644,6 +5361,5 @@
    - \ No newline at end of file diff --git a/docs/interfaces/streamlistenerinterface.html b/docs/interfaces/megalodon.streamlistenerinterface.html similarity index 63% rename from docs/interfaces/streamlistenerinterface.html rename to docs/interfaces/megalodon.streamlistenerinterface.html index 7a05cb6..43d3187 100644 --- a/docs/interfaces/streamlistenerinterface.html +++ b/docs/interfaces/megalodon.streamlistenerinterface.html @@ -4,16 +4,17 @@ StreamListenerInterface | megalodon - + +
    -
    - \ No newline at end of file diff --git a/docs/interfaces/websocketinterface.html b/docs/interfaces/megalodon.websocketinterface.html similarity index 63% rename from docs/interfaces/websocketinterface.html rename to docs/interfaces/megalodon.websocketinterface.html index 735c913..3ea260e 100644 --- a/docs/interfaces/websocketinterface.html +++ b/docs/interfaces/megalodon.websocketinterface.html @@ -4,16 +4,17 @@ WebSocketInterface | megalodon - + +
    -
    - \ No newline at end of file diff --git a/docs/interfaces/misskey_api_client.default.interface.html b/docs/interfaces/misskey_api_client.default.interface.html new file mode 100644 index 0000000..fff19f6 --- /dev/null +++ b/docs/interfaces/misskey_api_client.default.interface.html @@ -0,0 +1,166 @@ + + + + + + Interface | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Interface Interface

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    Interface

    +
    +
    +
    +
    +

    Hierarchy

    +
      +
    • + Interface +
    • +
    +
    +
    +

    Implemented by

    + +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/interfaces/misskeyapi.interface.html b/docs/interfaces/misskeyapi.interface.html deleted file mode 100644 index 55b5caa..0000000 --- a/docs/interfaces/misskeyapi.interface.html +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - Interface | megalodon - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Interface Interface

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Interface

    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - Interface -
    • -
    -
    -
    -

    Implemented by

    - -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/interfaces/pleromaapi.interface.html b/docs/interfaces/pleroma_api_client.default.interface.html similarity index 59% rename from docs/interfaces/pleromaapi.interface.html rename to docs/interfaces/pleroma_api_client.default.interface.html index 49b646a..83a6e29 100644 --- a/docs/interfaces/pleromaapi.interface.html +++ b/docs/interfaces/pleroma_api_client.default.interface.html @@ -4,16 +4,17 @@ Interface | megalodon - + +
    -
    - \ No newline at end of file diff --git a/docs/modules.html b/docs/modules.html new file mode 100644 index 0000000..03da673 --- /dev/null +++ b/docs/modules.html @@ -0,0 +1,718 @@ + + + + + + megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    +

    megalodon

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Modules

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/axios.html b/docs/modules/axios.html new file mode 100644 index 0000000..d260cd1 --- /dev/null +++ b/docs/modules/axios.html @@ -0,0 +1,113 @@ + + + + + + axios | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module axios

    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/cancel.html b/docs/modules/cancel.html new file mode 100644 index 0000000..d385a51 --- /dev/null +++ b/docs/modules/cancel.html @@ -0,0 +1,164 @@ + + + + + + cancel | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module cancel

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Classes

    + +
    +
    +

    Functions

    + +
    +
    +
    +
    +
    +

    Functions

    +
    + +

    Const isCancel

    +
      +
    • isCancel(value: any): boolean
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        value: any
        +
      • +
      +

      Returns boolean

      +
    • +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/default.html b/docs/modules/default.html new file mode 100644 index 0000000..4776b25 --- /dev/null +++ b/docs/modules/default.html @@ -0,0 +1,170 @@ + + + + + + default | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module default

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Variables

    + +
    +
    +
    +
    +
    +

    Variables

    +
    + +

    Const DEFAULT_SCOPE

    +
    DEFAULT_SCOPE: string[] = ...
    + +
    +
    + +

    Const DEFAULT_UA

    +
    DEFAULT_UA: "megalodon" = 'megalodon'
    + +
    +
    + +

    Const NO_REDIRECT

    +
    NO_REDIRECT: "urn:ietf:wg:oauth:2.0:oob" = 'urn:ietf:wg:oauth:2.0:oob'
    + +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_account.entity.html b/docs/modules/entities_account.entity.html new file mode 100644 index 0000000..11e68f5 --- /dev/null +++ b/docs/modules/entities_account.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_account.html b/docs/modules/entities_account.html new file mode 100644 index 0000000..108dceb --- /dev/null +++ b/docs/modules/entities_account.html @@ -0,0 +1,131 @@ + + + + + + entities/account | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/account

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_activity.entity.html b/docs/modules/entities_activity.entity.html new file mode 100644 index 0000000..e6d9977 --- /dev/null +++ b/docs/modules/entities_activity.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_activity.html b/docs/modules/entities_activity.html new file mode 100644 index 0000000..de0ec8c --- /dev/null +++ b/docs/modules/entities_activity.html @@ -0,0 +1,131 @@ + + + + + + entities/activity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/activity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_application.entity.html b/docs/modules/entities_application.entity.html new file mode 100644 index 0000000..501a5ab --- /dev/null +++ b/docs/modules/entities_application.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_application.html b/docs/modules/entities_application.html new file mode 100644 index 0000000..cf0a2a6 --- /dev/null +++ b/docs/modules/entities_application.html @@ -0,0 +1,131 @@ + + + + + + entities/application | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/application

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_attachment.entity.html b/docs/modules/entities_attachment.entity.html new file mode 100644 index 0000000..da98883 --- /dev/null +++ b/docs/modules/entities_attachment.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_attachment.html b/docs/modules/entities_attachment.html new file mode 100644 index 0000000..84b9635 --- /dev/null +++ b/docs/modules/entities_attachment.html @@ -0,0 +1,131 @@ + + + + + + entities/attachment | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/attachment

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_card.entity.html b/docs/modules/entities_card.entity.html new file mode 100644 index 0000000..fd475cd --- /dev/null +++ b/docs/modules/entities_card.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_card.html b/docs/modules/entities_card.html new file mode 100644 index 0000000..4c3022a --- /dev/null +++ b/docs/modules/entities_card.html @@ -0,0 +1,131 @@ + + + + + + entities/card | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/card

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_context.entity.html b/docs/modules/entities_context.entity.html new file mode 100644 index 0000000..fa638cb --- /dev/null +++ b/docs/modules/entities_context.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_context.html b/docs/modules/entities_context.html new file mode 100644 index 0000000..1afcbdb --- /dev/null +++ b/docs/modules/entities_context.html @@ -0,0 +1,131 @@ + + + + + + entities/context | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/context

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_conversation.entity.html b/docs/modules/entities_conversation.entity.html new file mode 100644 index 0000000..420bd7d --- /dev/null +++ b/docs/modules/entities_conversation.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_conversation.html b/docs/modules/entities_conversation.html new file mode 100644 index 0000000..c70f7fa --- /dev/null +++ b/docs/modules/entities_conversation.html @@ -0,0 +1,131 @@ + + + + + + entities/conversation | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/conversation

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_emoji.entity.html b/docs/modules/entities_emoji.entity.html new file mode 100644 index 0000000..1ba725e --- /dev/null +++ b/docs/modules/entities_emoji.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_emoji.html b/docs/modules/entities_emoji.html new file mode 100644 index 0000000..83f3c22 --- /dev/null +++ b/docs/modules/entities_emoji.html @@ -0,0 +1,131 @@ + + + + + + entities/emoji | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/emoji

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_featured_tag.entity.html b/docs/modules/entities_featured_tag.entity.html new file mode 100644 index 0000000..025efd1 --- /dev/null +++ b/docs/modules/entities_featured_tag.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_featured_tag.html b/docs/modules/entities_featured_tag.html new file mode 100644 index 0000000..e1768d6 --- /dev/null +++ b/docs/modules/entities_featured_tag.html @@ -0,0 +1,131 @@ + + + + + + entities/featured_tag | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/featured_tag

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_field.entity.html b/docs/modules/entities_field.entity.html new file mode 100644 index 0000000..9b8ea90 --- /dev/null +++ b/docs/modules/entities_field.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_field.html b/docs/modules/entities_field.html new file mode 100644 index 0000000..238040d --- /dev/null +++ b/docs/modules/entities_field.html @@ -0,0 +1,131 @@ + + + + + + entities/field | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/field

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_filter.entity.html b/docs/modules/entities_filter.entity.html new file mode 100644 index 0000000..960a10f --- /dev/null +++ b/docs/modules/entities_filter.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_filter.html b/docs/modules/entities_filter.html new file mode 100644 index 0000000..89f2dee --- /dev/null +++ b/docs/modules/entities_filter.html @@ -0,0 +1,131 @@ + + + + + + entities/filter | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/filter

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_history.entity.html b/docs/modules/entities_history.entity.html new file mode 100644 index 0000000..eb5aa94 --- /dev/null +++ b/docs/modules/entities_history.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_history.html b/docs/modules/entities_history.html new file mode 100644 index 0000000..7da507d --- /dev/null +++ b/docs/modules/entities_history.html @@ -0,0 +1,131 @@ + + + + + + entities/history | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/history

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_identity_proof.entity.html b/docs/modules/entities_identity_proof.entity.html new file mode 100644 index 0000000..9c4ce0b --- /dev/null +++ b/docs/modules/entities_identity_proof.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_identity_proof.html b/docs/modules/entities_identity_proof.html new file mode 100644 index 0000000..669c945 --- /dev/null +++ b/docs/modules/entities_identity_proof.html @@ -0,0 +1,131 @@ + + + + + + entities/identity_proof | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/identity_proof

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_instance.entity.html b/docs/modules/entities_instance.entity.html new file mode 100644 index 0000000..e04b208 --- /dev/null +++ b/docs/modules/entities_instance.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_instance.html b/docs/modules/entities_instance.html new file mode 100644 index 0000000..9d19849 --- /dev/null +++ b/docs/modules/entities_instance.html @@ -0,0 +1,131 @@ + + + + + + entities/instance | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/instance

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_list.entity.html b/docs/modules/entities_list.entity.html new file mode 100644 index 0000000..c440a85 --- /dev/null +++ b/docs/modules/entities_list.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_list.html b/docs/modules/entities_list.html new file mode 100644 index 0000000..c4d43c3 --- /dev/null +++ b/docs/modules/entities_list.html @@ -0,0 +1,131 @@ + + + + + + entities/list | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/list

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_marker.entity.html b/docs/modules/entities_marker.entity.html new file mode 100644 index 0000000..ae99b7a --- /dev/null +++ b/docs/modules/entities_marker.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_marker.html b/docs/modules/entities_marker.html new file mode 100644 index 0000000..aaa2034 --- /dev/null +++ b/docs/modules/entities_marker.html @@ -0,0 +1,131 @@ + + + + + + entities/marker | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/marker

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_mention.entity.html b/docs/modules/entities_mention.entity.html new file mode 100644 index 0000000..4886f3a --- /dev/null +++ b/docs/modules/entities_mention.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_mention.html b/docs/modules/entities_mention.html new file mode 100644 index 0000000..2b1c76c --- /dev/null +++ b/docs/modules/entities_mention.html @@ -0,0 +1,131 @@ + + + + + + entities/mention | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/mention

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_notification.entity.html b/docs/modules/entities_notification.entity.html new file mode 100644 index 0000000..5866976 --- /dev/null +++ b/docs/modules/entities_notification.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_notification.html b/docs/modules/entities_notification.html new file mode 100644 index 0000000..ef3ea7d --- /dev/null +++ b/docs/modules/entities_notification.html @@ -0,0 +1,131 @@ + + + + + + entities/notification | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/notification

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_poll.entity.html b/docs/modules/entities_poll.entity.html new file mode 100644 index 0000000..09e983f --- /dev/null +++ b/docs/modules/entities_poll.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_poll.html b/docs/modules/entities_poll.html new file mode 100644 index 0000000..5cad852 --- /dev/null +++ b/docs/modules/entities_poll.html @@ -0,0 +1,131 @@ + + + + + + entities/poll | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/poll

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_poll_option.entity.html b/docs/modules/entities_poll_option.entity.html new file mode 100644 index 0000000..4745d56 --- /dev/null +++ b/docs/modules/entities_poll_option.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_poll_option.html b/docs/modules/entities_poll_option.html new file mode 100644 index 0000000..32e0744 --- /dev/null +++ b/docs/modules/entities_poll_option.html @@ -0,0 +1,131 @@ + + + + + + entities/poll_option | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/poll_option

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_preferences.entity.html b/docs/modules/entities_preferences.entity.html new file mode 100644 index 0000000..ea0496f --- /dev/null +++ b/docs/modules/entities_preferences.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_preferences.html b/docs/modules/entities_preferences.html new file mode 100644 index 0000000..5c658d3 --- /dev/null +++ b/docs/modules/entities_preferences.html @@ -0,0 +1,131 @@ + + + + + + entities/preferences | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/preferences

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_push_subscription.entity.html b/docs/modules/entities_push_subscription.entity.html new file mode 100644 index 0000000..dcdac1d --- /dev/null +++ b/docs/modules/entities_push_subscription.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_push_subscription.html b/docs/modules/entities_push_subscription.html new file mode 100644 index 0000000..31a48b4 --- /dev/null +++ b/docs/modules/entities_push_subscription.html @@ -0,0 +1,131 @@ + + + + + + entities/push_subscription | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/push_subscription

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_reaction.entity.html b/docs/modules/entities_reaction.entity.html new file mode 100644 index 0000000..d24a76d --- /dev/null +++ b/docs/modules/entities_reaction.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_reaction.html b/docs/modules/entities_reaction.html new file mode 100644 index 0000000..a131837 --- /dev/null +++ b/docs/modules/entities_reaction.html @@ -0,0 +1,131 @@ + + + + + + entities/reaction | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/reaction

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_relationship.entity.html b/docs/modules/entities_relationship.entity.html new file mode 100644 index 0000000..0208a69 --- /dev/null +++ b/docs/modules/entities_relationship.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_relationship.html b/docs/modules/entities_relationship.html new file mode 100644 index 0000000..288397d --- /dev/null +++ b/docs/modules/entities_relationship.html @@ -0,0 +1,131 @@ + + + + + + entities/relationship | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/relationship

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_report.entity.html b/docs/modules/entities_report.entity.html new file mode 100644 index 0000000..3de1977 --- /dev/null +++ b/docs/modules/entities_report.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_report.html b/docs/modules/entities_report.html new file mode 100644 index 0000000..95e2d9e --- /dev/null +++ b/docs/modules/entities_report.html @@ -0,0 +1,131 @@ + + + + + + entities/report | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/report

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_results.entity.html b/docs/modules/entities_results.entity.html new file mode 100644 index 0000000..d1a64b3 --- /dev/null +++ b/docs/modules/entities_results.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_results.html b/docs/modules/entities_results.html new file mode 100644 index 0000000..bf4a69c --- /dev/null +++ b/docs/modules/entities_results.html @@ -0,0 +1,131 @@ + + + + + + entities/results | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/results

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_scheduled_status.entity.html b/docs/modules/entities_scheduled_status.entity.html new file mode 100644 index 0000000..14c6a6f --- /dev/null +++ b/docs/modules/entities_scheduled_status.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_scheduled_status.html b/docs/modules/entities_scheduled_status.html new file mode 100644 index 0000000..ef4b67c --- /dev/null +++ b/docs/modules/entities_scheduled_status.html @@ -0,0 +1,131 @@ + + + + + + entities/scheduled_status | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/scheduled_status

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_source.entity.html b/docs/modules/entities_source.entity.html new file mode 100644 index 0000000..ad999d9 --- /dev/null +++ b/docs/modules/entities_source.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_source.html b/docs/modules/entities_source.html new file mode 100644 index 0000000..a1fc98c --- /dev/null +++ b/docs/modules/entities_source.html @@ -0,0 +1,131 @@ + + + + + + entities/source | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/source

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_stats.entity.html b/docs/modules/entities_stats.entity.html new file mode 100644 index 0000000..4d72188 --- /dev/null +++ b/docs/modules/entities_stats.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_stats.html b/docs/modules/entities_stats.html new file mode 100644 index 0000000..e1589c5 --- /dev/null +++ b/docs/modules/entities_stats.html @@ -0,0 +1,131 @@ + + + + + + entities/stats | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/stats

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_status.entity.html b/docs/modules/entities_status.entity.html new file mode 100644 index 0000000..5c6e447 --- /dev/null +++ b/docs/modules/entities_status.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_status.html b/docs/modules/entities_status.html new file mode 100644 index 0000000..4492666 --- /dev/null +++ b/docs/modules/entities_status.html @@ -0,0 +1,131 @@ + + + + + + entities/status | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/status

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_status_params.entity.html b/docs/modules/entities_status_params.entity.html new file mode 100644 index 0000000..15a24d5 --- /dev/null +++ b/docs/modules/entities_status_params.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_status_params.html b/docs/modules/entities_status_params.html new file mode 100644 index 0000000..9aad7cc --- /dev/null +++ b/docs/modules/entities_status_params.html @@ -0,0 +1,131 @@ + + + + + + entities/status_params | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/status_params

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_tag.entity.html b/docs/modules/entities_tag.entity.html new file mode 100644 index 0000000..d583a69 --- /dev/null +++ b/docs/modules/entities_tag.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_tag.html b/docs/modules/entities_tag.html new file mode 100644 index 0000000..d4db6c1 --- /dev/null +++ b/docs/modules/entities_tag.html @@ -0,0 +1,131 @@ + + + + + + entities/tag | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/tag

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_token.entity.html b/docs/modules/entities_token.entity.html new file mode 100644 index 0000000..50774ca --- /dev/null +++ b/docs/modules/entities_token.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_token.html b/docs/modules/entities_token.html new file mode 100644 index 0000000..50e8c64 --- /dev/null +++ b/docs/modules/entities_token.html @@ -0,0 +1,131 @@ + + + + + + entities/token | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/token

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_urls.entity.html b/docs/modules/entities_urls.entity.html new file mode 100644 index 0000000..a7d0722 --- /dev/null +++ b/docs/modules/entities_urls.entity.html @@ -0,0 +1,1424 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Reaction[]; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emoji_reactions: Reaction[]
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      quote: boolean
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entities_urls.html b/docs/modules/entities_urls.html new file mode 100644 index 0000000..2e8d7ba --- /dev/null +++ b/docs/modules/entities_urls.html @@ -0,0 +1,131 @@ + + + + + + entities/urls | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module entities/urls

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/entity.html b/docs/modules/entity.html index 12c5a1c..4957dbc 100644 --- a/docs/modules/entity.html +++ b/docs/modules/entity.html @@ -3,17 +3,18 @@ - Entity | megalodon - + entity | megalodon + +
    -
    @@ -71,1338 +70,38 @@
    -

    Type aliases

    -
    - -

    Account

    -
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Array<Emoji>; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    - -
    -

    Type declaration

    -
      -
    • -
      acct: string
      -
    • -
    • -
      avatar: string
      -
    • -
    • -
      avatar_static: string
      -
    • -
    • -
      bot: boolean | null
      -
    • -
    • -
      created_at: string
      -
    • -
    • -
      display_name: string
      -
    • -
    • -
      emojis: Array<Emoji>
      -
    • -
    • -
      fields: object | null
      -
    • -
    • -
      followers_count: number
      -
    • -
    • -
      following_count: number
      -
    • -
    • -
      header: string
      -
    • -
    • -
      header_static: string
      -
    • -
    • -
      id: string
      -
    • -
    • -
      locked: boolean
      -
    • -
    • -
      moved: Account | null
      -
    • -
    • -
      note: string
      -
    • -
    • -
      Optional source?: Source
      -
    • -
    • -
      statuses_count: number
      -
    • -
    • -
      url: string
      -
    • -
    • -
      username: string
      -
    • -
    -
    -
    -
    - -

    Activity

    -
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    - -
    -

    Type declaration

    -
      -
    • -
      logins: string
      -
    • -
    • -
      registrations: string
      -
    • -
    • -
      statuses: string
      -
    • -
    • -
      week: string
      -
    • -
    -
    -
    -
    - -

    Application

    -
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    - -
    -

    Type declaration

    -
      -
    • -
      name: string
      -
    • -
    • -
      Optional vapid_key?: string | null
      -
    • -
    • -
      Optional website?: string | null
      -
    • -
    -
    -
    -
    - -

    Attachment

    -
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    - -
    -

    Type declaration

    -
      -
    • -
      description: string | null
      -
    • -
    • -
      id: string
      -
    • -
    • -
      meta: object | null
      -
    • -
    • -
      preview_url: string
      -
    • -
    • -
      remote_url: string | null
      -
    • -
    • -
      text_url: string | null
      -
    • -
    • -
      type: "unknown" | "image" | "gifv" | "video"
      -
    • -
    • -
      url: string
      -
    • -
    -
    -
    -
    - -

    Card

    -
    Card: { author_name?: undefined | string; author_url?: undefined | string; description: string; height?: undefined | number; html?: undefined | string; image?: undefined | string; provider_name?: undefined | string; provider_url?: undefined | string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: undefined | number }
    - -
    -

    Type declaration

    -
      -
    • -
      Optional author_name?: undefined | string
      -
    • -
    • -
      Optional author_url?: undefined | string
      -
    • -
    • -
      description: string
      -
    • -
    • -
      Optional height?: undefined | number
      -
    • -
    • -
      Optional html?: undefined | string
      -
    • -
    • -
      Optional image?: undefined | string
      -
    • -
    • -
      Optional provider_name?: undefined | string
      -
    • -
    • -
      Optional provider_url?: undefined | string
      -
    • -
    • -
      title: string
      -
    • -
    • -
      type: "link" | "photo" | "video" | "rich"
      -
    • -
    • -
      url: string
      -
    • -
    • -
      Optional width?: undefined | number
      -
    • -
    -
    -
    -
    - -

    Context

    -
    Context: { ancestors: Array<Status>; descendants: Array<Status> }
    - -
    -

    Type declaration

    -
      -
    • -
      ancestors: Array<Status>
      -
    • -
    • -
      descendants: Array<Status>
      -
    • -
    -
    -
    -
    - -

    Conversation

    -
    Conversation: { accounts: Array<Account>; id: string; last_status: Status | null; unread: boolean }
    - -
    -

    Type declaration

    -
      -
    • -
      accounts: Array<Account>
      -
    • -
    • -
      id: string
      -
    • -
    • -
      last_status: Status | null
      -
    • -
    • -
      unread: boolean
      -
    • -
    -
    -
    -
    - -

    Emoji

    -
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    - -
    -

    Type declaration

    -
      -
    • -
      shortcode: string
      -
    • -
    • -
      static_url: string
      -
    • -
    • -
      url: string
      -
    • -
    • -
      visible_in_picker: boolean
      -
    • -
    -
    -
    -
    - -

    FeaturedTag

    -
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    - -
    -

    Type declaration

    -
      -
    • -
      id: string
      -
    • -
    • -
      last_status_at: string
      -
    • -
    • -
      name: string
      -
    • -
    • -
      statuses_count: number
      -
    • -
    -
    -
    -
    - -

    Field

    -
    Field: { name: string; value: string; verified_at: string | null }
    - -
    -

    Type declaration

    -
      -
    • -
      name: string
      -
    • -
    • -
      value: string
      -
    • -
    • -
      verified_at: string | null
      -
    • -
    -
    -
    -
    - -

    Filter

    -
    Filter: { context: Array<string>; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    - -
    -

    Type declaration

    -
      -
    • -
      context: Array<string>
      -
    • -
    • -
      expires_at: string | null
      -
    • -
    • -
      id: string
      -
    • -
    • -
      irreversible: boolean
      -
    • -
    • -
      phrase: string
      -
    • -
    • -
      whole_word: boolean
      -
    • -
    -
    -
    -
    - -

    History

    -
    History: { accounts: number; day: string; uses: number }
    - -
    -

    Type declaration

    -
      -
    • -
      accounts: number
      -
    • -
    • -
      day: string
      -
    • -
    • -
      uses: number
      -
    • -
    -
    -
    -
    - -

    IdentityProof

    -
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    - -
    -

    Type declaration

    -
      -
    • -
      profile_url: string
      -
    • -
    • -
      proof_url: string
      -
    • -
    • -
      provider: string
      -
    • -
    • -
      provider_username: string
      -
    • -
    • -
      updated_at: string
      -
    • -
    -
    -
    -
    - -

    Instance

    -
    Instance: { contact_account: Account | null; description: string; email: string; languages: Array<string>; max_toot_chars?: undefined | number; registrations?: undefined | false | true; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    - -
    -

    Type declaration

    -
      -
    • -
      contact_account: Account | null
      -
    • -
    • -
      description: string
      -
    • -
    • -
      email: string
      -
    • -
    • -
      languages: Array<string>
      -
    • -
    • -
      Optional max_toot_chars?: undefined | number
      -
    • -
    • -
      Optional registrations?: undefined | false | true
      -
    • -
    • -
      stats: Stats
      -
    • -
    • -
      thumbnail: string | null
      -
    • -
    • -
      title: string
      -
    • -
    • -
      uri: string
      -
    • -
    • -
      urls: URLs
      -
    • -
    • -
      version: string
      -
    • -
    -
    -
    -
    - -

    List

    -
    List: { id: string; title: string }
    - -
    -

    Type declaration

    -
      -
    • -
      id: string
      -
    • -
    • -
      title: string
      -
    • -
    -
    -
    -
    - -

    Marker

    -
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    - -
    -

    Type declaration

    -
      -
    • -
      home: { last_read_id: string; updated_at: string; version: number }
      -
        -
      • -
        last_read_id: string
        -
      • -
      • -
        updated_at: string
        -
      • -
      • -
        version: number
        -
      • -
      -
    • -
    • -
      notifications: { last_read_id: string; updated_at: string; version: number }
      -
        -
      • -
        last_read_id: string
        -
      • -
      • -
        updated_at: string
        -
      • -
      • -
        version: number
        -
      • -
      -
    • -
    -
    -
    -
    - -

    Mention

    -
    Mention: { acct: string; id: string; url: string; username: string }
    - -
    -

    Type declaration

    -
      -
    • -
      acct: string
      -
    • -
    • -
      id: string
      -
    • -
    • -
      url: string
      -
    • -
    • -
      username: string
      -
    • -
    -
    -
    -
    - -

    Notification

    -
    Notification: { account: Account; created_at: string; emoji?: undefined | string; id: string; status?: Status; type: NotificationType }
    - -
    -

    Type declaration

    -
      -
    • -
      account: Account
      -
    • -
    • -
      created_at: string
      -
    • -
    • -
      Optional emoji?: undefined | string
      -
    • -
    • -
      id: string
      -
    • -
    • -
      Optional status?: Status
      -
    • -
    • -
      type: NotificationType
      -
    • -
    -
    -
    -
    - -

    NotificationType

    -
    NotificationType: "mention" | "reblog" | "favourite" | "follow" | "poll" | "emoji_reaction" | "follow_request"
    - -
    -
    - -

    Poll

    -
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: Array<PollOption>; voted: boolean; votes_count: number }
    - -
    -

    Type declaration

    -
      -
    • -
      expired: boolean
      -
    • -
    • -
      expires_at: string | null
      -
    • -
    • -
      id: string
      -
    • -
    • -
      multiple: boolean
      -
    • -
    • -
      options: Array<PollOption>
      -
    • -
    • -
      voted: boolean
      -
    • -
    • -
      votes_count: number
      -
    • -
    -
    -
    -
    - -

    PollOption

    -
    PollOption: { title: string; votes_count: number | null }
    - -
    -

    Type declaration

    -
      -
    • -
      title: string
      -
    • -
    • -
      votes_count: number | null
      -
    • -
    -
    -
    -
    - -

    Preferences

    -
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    - -
    -

    Type declaration

    -
      -
    • -
      posting:default:language: string | null
      -
    • -
    • -
      posting:default:sensitive: boolean
      -
    • -
    • -
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      -
    • -
    • -
      reading:expand:media: "default" | "show_all" | "hide_all"
      -
    • -
    • -
      reading:expand:spoilers: boolean
      -
    • -
    -
    -
    -
    - -

    PushSubscription

    -
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    - -
    -

    Type declaration

    -
      -
    • -
      alerts: object
      -
    • -
    • -
      endpoint: string
      -
    • -
    • -
      id: string
      -
    • -
    • -
      server_key: string
      -
    • -
    -
    -
    -
    - -

    Reaction

    -
    Reaction: { accounts?: Array<Account>; count: number; me: boolean; name: string }
    - -
    -

    Type declaration

    -
      -
    • -
      Optional accounts?: Array<Account>
      -
    • -
    • -
      count: number
      -
    • -
    • -
      me: boolean
      -
    • -
    • -
      name: string
      -
    • -
    -
    -
    -
    - -

    Relationship

    -
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    - -
    -

    Type declaration

    -
      -
    • -
      blocking: boolean
      -
    • -
    • -
      domain_blocking: boolean
      -
    • -
    • -
      endorsed: boolean
      -
    • -
    • -
      followed_by: boolean
      -
    • -
    • -
      following: boolean
      -
    • -
    • -
      id: string
      -
    • -
    • -
      muting: boolean
      -
    • -
    • -
      muting_notifications: boolean
      -
    • -
    • -
      requested: boolean
      -
    • -
    • -
      showing_reblogs: boolean
      -
    • -
    -
    -
    -
    - -

    Report

    -
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: Array<string> }
    - -
    -

    Type declaration

    -
      -
    • -
      account_id: string
      -
    • -
    • -
      action_taken: string
      -
    • -
    • -
      comment: string
      -
    • -
    • -
      id: string
      -
    • -
    • -
      status_ids: Array<string>
      -
    • -
    -
    -
    -
    - -

    Results

    -
    Results: { accounts: Array<Account>; hashtags: Array<Tag>; statuses: Array<Status> }
    - -
    -

    Type declaration

    -
      -
    • -
      accounts: Array<Account>
      -
    • -
    • -
      hashtags: Array<Tag>
      -
    • -
    • -
      statuses: Array<Status>
      -
    • -
    -
    -
    -
    - -

    ScheduledStatus

    -
    ScheduledStatus: { id: string; media_attachments: Array<Attachment>; params: object; scheduled_at: string }
    - -
    -

    Type declaration

    -
      -
    • -
      id: string
      -
    • -
    • -
      media_attachments: Array<Attachment>
      -
    • -
    • -
      params: object
      -
    • -
    • -
      scheduled_at: string
      -
    • -
    -
    -
    -
    - -

    Source

    -
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    - -
    -

    Type declaration

    -
      -
    • -
      fields: object
      -
    • -
    • -
      language: string | null
      -
    • -
    • -
      note: string
      -
    • -
    • -
      privacy: string | null
      -
    • -
    • -
      sensitive: boolean | null
      -
    • -
    -
    -
    -
    - -

    Stats

    -
    Stats: { domain_count: number; status_count: number; user_count: number }
    - -
    -

    Type declaration

    -
      -
    • -
      domain_count: number
      -
    • -
    • -
      status_count: number
      -
    • -
    • -
      user_count: number
      -
    • -
    -
    -
    -
    - -

    Status

    -
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emoji_reactions: Array<Reaction>; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Array<Attachment>; mentions: Array<Mention>; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote: boolean; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Array<Tag>; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    - -
    -

    Type declaration

    -
      -
    • -
      account: Account
      -
    • -
    • -
      application: Application | null
      -
    • -
    • -
      bookmarked: boolean
      -
    • -
    • -
      card: Card | null
      -
    • -
    • -
      content: string
      -
    • -
    • -
      created_at: string
      -
    • -
    • -
      emoji_reactions: Array<Reaction>
      -
    • -
    • -
      emojis: Emoji[]
      -
    • -
    • -
      favourited: boolean | null
      -
    • -
    • -
      favourites_count: number
      -
    • -
    • -
      id: string
      -
    • -
    • -
      in_reply_to_account_id: string | null
      -
    • -
    • -
      in_reply_to_id: string | null
      -
    • -
    • -
      language: string | null
      -
    • -
    • -
      media_attachments: Array<Attachment>
      -
    • -
    • -
      mentions: Array<Mention>
      -
    • -
    • -
      muted: boolean | null
      -
    • -
    • -
      pinned: boolean | null
      -
    • -
    • -
      poll: Poll | null
      -
    • -
    • -
      quote: boolean
      -
    • -
    • -
      reblog: Status | null
      -
    • -
    • -
      reblogged: boolean | null
      -
    • -
    • -
      reblogs_count: number
      -
    • -
    • -
      replies_count: number
      -
    • -
    • -
      sensitive: boolean
      -
    • -
    • -
      spoiler_text: string
      -
    • -
    • -
      tags: Array<Tag>
      -
    • -
    • -
      uri: string
      -
    • -
    • -
      url: string
      -
    • -
    • -
      visibility: "public" | "unlisted" | "private" | "direct"
      -
    • -
    -
    -
    -
    - -

    StatusParams

    -
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: Array<string> | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    - -
    -

    Type declaration

    -
      -
    • -
      application_id: string
      -
    • -
    • -
      in_reply_to_id: string | null
      -
    • -
    • -
      media_ids: Array<string> | null
      -
    • -
    • -
      scheduled_at: string | null
      -
    • -
    • -
      sensitive: boolean | null
      -
    • -
    • -
      spoiler_text: string | null
      -
    • -
    • -
      text: string
      -
    • -
    • -
      visibility: "public" | "unlisted" | "private" | "direct"
      -
    • -
    -
    -
    -
    - -

    Tag

    -
    Tag: { history: Array<History> | null; name: string; url: string }
    - -
    -

    Type declaration

    -
      -
    • -
      history: Array<History> | null
      -
    • -
    • -
      name: string
      -
    • -
    • -
      url: string
      -
    • -
    -
    -
    -
    - -

    Token

    -
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    - -
    -

    Type declaration

    -
      -
    • -
      access_token: string
      -
    • -
    • -
      created_at: number
      -
    • -
    • -
      scope: string
      -
    • -
    • -
      token_type: string
      -
    • -
    -
    -
    -
    - -

    URLs

    -
    URLs: { streaming_api: string }
    - -
    -

    Type declaration

    -
      -
    • -
      streaming_api: string
      -
    • -
    -
    +

    References

    +
    + +

    default

    + Renames and exports Entity
    @@ -1474,6 +133,5 @@
    - \ No newline at end of file diff --git a/docs/modules/index.html b/docs/modules/index.html new file mode 100644 index 0000000..6061f0e --- /dev/null +++ b/docs/modules/index.html @@ -0,0 +1,263 @@ + + + + + + index | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module index

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    References

    +
    + +

    Entity

    + Re-exports Entity +
    +
    + +

    Mastodon

    + Renames and exports default +
    +
    + +

    MegalodonInterface

    + Re-exports MegalodonInterface +
    +
    + +

    Misskey

    + Renames and exports default +
    +
    + +

    NotificationType

    + Renames and exports default +
    +
    + +

    OAuth

    + Renames and exports default +
    +
    + +

    Pleroma

    + Renames and exports default +
    +
    + +

    ProxyConfig

    + Re-exports ProxyConfig +
    +
    + +

    RequestCanceledError

    + Re-exports RequestCanceledError +
    +
    + +

    Response

    + Renames and exports default +
    +
    + +

    StreamListenerInterface

    + Re-exports StreamListenerInterface +
    +
    + +

    WebSocketInterface

    + Re-exports WebSocketInterface +
    +
    + +

    default

    + Re-exports default +
    +
    + +

    detector

    + Re-exports detector +
    +
    + +

    isCancel

    + Re-exports isCancel +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon.html b/docs/modules/mastodon.html new file mode 100644 index 0000000..5028ba8 --- /dev/null +++ b/docs/modules/mastodon.html @@ -0,0 +1,129 @@ + + + + + + mastodon | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Classes

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_api_client.default.converter.html b/docs/modules/mastodon_api_client.default.converter.html new file mode 100644 index 0000000..ae95d0f --- /dev/null +++ b/docs/modules/mastodon_api_client.default.converter.html @@ -0,0 +1,1092 @@ + + + + + + Converter | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Converter

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Functions

    +
    + +

    Const account

    + + +
    +
    + +

    Const activity

    + + +
    +
    + +

    Const application

    + + +
    +
    + +

    Const attachment

    + + +
    +
    + +

    Const card

    + + +
    +
    + +

    Const context

    + + +
    +
    + +

    Const conversation

    + + +
    +
    + +

    Const decodeNotificationType

    +
      +
    • decodeNotificationType(t: string): string
    • +
    + +
    +
    + +

    Const emoji

    + + +
    +
    + +

    Const encodeNotificationType

    +
      +
    • encodeNotificationType(t: string): string
    • +
    + +
    +
    + +

    Const featured_tag

    + + +
    +
    + +

    Const field

    + + +
    +
    + +

    Const filter

    + + +
    +
    + +

    Const history

    + + +
    +
    + +

    Const identity_proof

    + + +
    +
    + +

    Const instance

    + + +
    +
    + +

    Const list

    + + +
    +
    + +

    Const marker

    + + +
    +
    + +

    Const mention

    + + +
    +
    + +

    Const notification

    + + +
    +
    + +

    Const poll

    + + +
    +
    + +

    Const poll_option

    + + +
    +
    + +

    Const preferences

    + + +
    +
    + +

    Const push_subscription

    + + +
    +
    + +

    Const relationship

    + + +
    +
    + +

    Const report

    + + +
    +
    + +

    Const results

    + + +
    +
    + +

    Const scheduled_status

    + + +
    +
    + +

    Const source

    + + +
    +
    + +

    Const stats

    + + +
    +
    + +

    Const status

    + + +
    +
    + +

    Const status_params

    + + +
    +
    + +

    Const tag

    + + +
    +
    + +

    Const token

    + + +
    +
    + +

    Const urls

    + + +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_api_client.default.entity.html b/docs/modules/mastodon_api_client.default.entity.html new file mode 100644 index 0000000..cd73097 --- /dev/null +++ b/docs/modules/mastodon_api_client.default.entity.html @@ -0,0 +1,609 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: Account
    + +
    +
    + +

    Activity

    +
    Activity: Activity
    + +
    +
    + +

    Application

    +
    Application: Application
    + +
    +
    + +

    Attachment

    +
    Attachment: Attachment
    + +
    +
    + +

    Card

    +
    Card: Card
    + +
    +
    + +

    Context

    +
    Context: Context
    + +
    +
    + +

    Conversation

    +
    Conversation: Conversation
    + +
    +
    + +

    Emoji

    +
    Emoji: Emoji
    + +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: FeaturedTag
    + +
    +
    + +

    Field

    +
    Field: Field
    + +
    +
    + +

    Filter

    +
    Filter: Filter
    + +
    +
    + +

    History

    +
    History: History
    + +
    +
    + +

    IdentityProof

    +
    IdentityProof: IdentityProof
    + +
    +
    + +

    Instance

    +
    Instance: Instance
    + +
    +
    + +

    List

    +
    List: List
    + +
    +
    + +

    Marker

    +
    Marker: Marker
    + +
    +
    + +

    Mention

    +
    Mention: Mention
    + +
    +
    + +

    Notification

    +
    Notification: Notification
    + +
    +
    + +

    Poll

    +
    Poll: Poll
    + +
    +
    + +

    PollOption

    +
    PollOption: PollOption
    + +
    +
    + +

    Preferences

    +
    Preferences: Preferences
    + +
    +
    + +

    PushSubscription

    +
    PushSubscription: PushSubscription
    + +
    +
    + +

    Relationship

    +
    Relationship: Relationship
    + +
    +
    + +

    Report

    +
    Report: Report
    + +
    +
    + +

    Results

    +
    Results: Results
    + +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: ScheduledStatus
    + +
    +
    + +

    Source

    +
    Source: Source
    + +
    +
    + +

    Stats

    +
    Stats: Stats
    + +
    +
    + +

    Status

    +
    Status: Status
    + +
    +
    + +

    StatusParams

    +
    StatusParams: StatusParams
    + +
    +
    + +

    Tag

    +
    Tag: Tag
    + +
    +
    + +

    Token

    +
    Token: Token
    + +
    +
    + +

    URLs

    +
    URLs: URLs
    + +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_api_client.default.html b/docs/modules/mastodon_api_client.default.html new file mode 100644 index 0000000..e545340 --- /dev/null +++ b/docs/modules/mastodon_api_client.default.html @@ -0,0 +1,161 @@ + + + + + + default | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace default

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +

    Classes

    + +
    +
    +

    Interfaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_api_client.html b/docs/modules/mastodon_api_client.html new file mode 100644 index 0000000..5517449 --- /dev/null +++ b/docs/modules/mastodon_api_client.html @@ -0,0 +1,131 @@ + + + + + + mastodon/api_client | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/api_client

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_account.html b/docs/modules/mastodon_entities_account.html new file mode 100644 index 0000000..b64f362 --- /dev/null +++ b/docs/modules/mastodon_entities_account.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/account | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/account

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_account.mastodonentity.html b/docs/modules/mastodon_entities_account.mastodonentity.html new file mode 100644 index 0000000..26e0289 --- /dev/null +++ b/docs/modules/mastodon_entities_account.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_activity.html b/docs/modules/mastodon_entities_activity.html new file mode 100644 index 0000000..a174508 --- /dev/null +++ b/docs/modules/mastodon_entities_activity.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/activity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/activity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_activity.mastodonentity.html b/docs/modules/mastodon_entities_activity.mastodonentity.html new file mode 100644 index 0000000..41ec83e --- /dev/null +++ b/docs/modules/mastodon_entities_activity.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_application.html b/docs/modules/mastodon_entities_application.html new file mode 100644 index 0000000..619d558 --- /dev/null +++ b/docs/modules/mastodon_entities_application.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/application | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/application

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_application.mastodonentity.html b/docs/modules/mastodon_entities_application.mastodonentity.html new file mode 100644 index 0000000..11bb43c --- /dev/null +++ b/docs/modules/mastodon_entities_application.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_attachment.html b/docs/modules/mastodon_entities_attachment.html new file mode 100644 index 0000000..a914dce --- /dev/null +++ b/docs/modules/mastodon_entities_attachment.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/attachment | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/attachment

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_attachment.mastodonentity.html b/docs/modules/mastodon_entities_attachment.mastodonentity.html new file mode 100644 index 0000000..f5d81f1 --- /dev/null +++ b/docs/modules/mastodon_entities_attachment.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_card.html b/docs/modules/mastodon_entities_card.html new file mode 100644 index 0000000..01ccf7c --- /dev/null +++ b/docs/modules/mastodon_entities_card.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/card | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/card

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_card.mastodonentity.html b/docs/modules/mastodon_entities_card.mastodonentity.html new file mode 100644 index 0000000..5fc8515 --- /dev/null +++ b/docs/modules/mastodon_entities_card.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_context.html b/docs/modules/mastodon_entities_context.html new file mode 100644 index 0000000..2d6dd35 --- /dev/null +++ b/docs/modules/mastodon_entities_context.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/context | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/context

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_context.mastodonentity.html b/docs/modules/mastodon_entities_context.mastodonentity.html new file mode 100644 index 0000000..78e09dc --- /dev/null +++ b/docs/modules/mastodon_entities_context.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_conversation.html b/docs/modules/mastodon_entities_conversation.html new file mode 100644 index 0000000..3056b06 --- /dev/null +++ b/docs/modules/mastodon_entities_conversation.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/conversation | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/conversation

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_conversation.mastodonentity.html b/docs/modules/mastodon_entities_conversation.mastodonentity.html new file mode 100644 index 0000000..7116bed --- /dev/null +++ b/docs/modules/mastodon_entities_conversation.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_emoji.html b/docs/modules/mastodon_entities_emoji.html new file mode 100644 index 0000000..99b4f93 --- /dev/null +++ b/docs/modules/mastodon_entities_emoji.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/emoji | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/emoji

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_emoji.mastodonentity.html b/docs/modules/mastodon_entities_emoji.mastodonentity.html new file mode 100644 index 0000000..c3bfd48 --- /dev/null +++ b/docs/modules/mastodon_entities_emoji.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_featured_tag.html b/docs/modules/mastodon_entities_featured_tag.html new file mode 100644 index 0000000..9e35382 --- /dev/null +++ b/docs/modules/mastodon_entities_featured_tag.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/featured_tag | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/featured_tag

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_featured_tag.mastodonentity.html b/docs/modules/mastodon_entities_featured_tag.mastodonentity.html new file mode 100644 index 0000000..a5c8ab9 --- /dev/null +++ b/docs/modules/mastodon_entities_featured_tag.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_field.html b/docs/modules/mastodon_entities_field.html new file mode 100644 index 0000000..8a3caaa --- /dev/null +++ b/docs/modules/mastodon_entities_field.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/field | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/field

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_field.mastodonentity.html b/docs/modules/mastodon_entities_field.mastodonentity.html new file mode 100644 index 0000000..fe88b14 --- /dev/null +++ b/docs/modules/mastodon_entities_field.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_filter.html b/docs/modules/mastodon_entities_filter.html new file mode 100644 index 0000000..6a2b81d --- /dev/null +++ b/docs/modules/mastodon_entities_filter.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/filter | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/filter

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodonentity.html b/docs/modules/mastodon_entities_filter.mastodonentity.html similarity index 62% rename from docs/modules/mastodonentity.html rename to docs/modules/mastodon_entities_filter.mastodonentity.html index 08f6683..6a9a17a 100644 --- a/docs/modules/mastodonentity.html +++ b/docs/modules/mastodon_entities_filter.mastodonentity.html @@ -4,16 +4,17 @@ MastodonEntity | megalodon - + +
    -
    @@ -73,40 +75,40 @@

    Type aliases

    @@ -114,13 +116,13 @@

    Type aliases

    -
    +

    Account

    -
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Array<Emoji>; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    @@ -145,7 +147,7 @@
    display_name: string
  • -
    emojis: Array<Emoji>
    +
    emojis: Emoji[]
  • fields: object | null
    @@ -169,13 +171,13 @@
    locked: boolean
  • -
    moved: Account | null
    +
    moved: Account | null
  • note: string
  • -
    Optional source?: Source
    +
    Optional source?: Source
  • statuses_count: number
    @@ -189,13 +191,13 @@
  • -
    +

    Activity

    Activity: { logins: string; registrations: string; statuses: string; week: string }
    @@ -216,13 +218,13 @@
    -
    +

    Application

    Application: { name: string; vapid_key?: string | null; website?: string | null }
    @@ -240,13 +242,13 @@
    -
    +

    Attachment

    -
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    @@ -271,7 +273,7 @@
    text_url: string | null
  • -
    type: "unknown" | "image" | "gifv" | "video"
    +
    type: "unknown" | "image" | "gifv" | "video"
  • url: string
    @@ -279,98 +281,98 @@
  • -
    +

    Card

    -
    Card: { author_name?: undefined | string; author_url?: undefined | string; description: string; height?: undefined | number; html?: undefined | string; image?: undefined | string; provider_name?: undefined | string; provider_url?: undefined | string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: undefined | number }
    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }

    Type declaration

    • -
      Optional author_name?: undefined | string
      +
      Optional author_name?: string
    • -
      Optional author_url?: undefined | string
      +
      Optional author_url?: string
    • description: string
    • -
      Optional height?: undefined | number
      +
      Optional height?: number
    • -
      Optional html?: undefined | string
      +
      Optional html?: string
    • -
      Optional image?: undefined | string
      +
      Optional image?: string
    • -
      Optional provider_name?: undefined | string
      +
      Optional provider_name?: string
    • -
      Optional provider_url?: undefined | string
      +
      Optional provider_url?: string
    • title: string
    • -
      type: "link" | "photo" | "video" | "rich"
      +
      type: "link" | "photo" | "video" | "rich"
    • url: string
    • -
      Optional width?: undefined | number
      +
      Optional width?: number
    -
    +

    Context

    -
    Context: { ancestors: Array<Status>; descendants: Array<Status> }
    +
    Context: { ancestors: Status[]; descendants: Status[] }

    Type declaration

    -
    +

    Conversation

    -
    Conversation: { accounts: Array<Account>; id: string; last_status: Status | null; unread: boolean }
    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }

    Type declaration

    • -
      accounts: Array<Account>
      +
      accounts: Account[]
    • id: string
    • -
      last_status: Status | null
      +
      last_status: Status | null
    • unread: boolean
      @@ -378,13 +380,13 @@
    -
    +

    Emoji

    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    @@ -405,13 +407,13 @@
    -
    +

    FeaturedTag

    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    @@ -432,13 +434,13 @@
    -
    +

    Field

    Field: { name: string; value: string; verified_at: string | null }
    @@ -456,20 +458,20 @@
    -
    +

    Filter

    -
    Filter: { context: Array<string>; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }

    Type declaration

    • -
      context: Array<string>
      +
      context: string[]
    • expires_at: string | null
      @@ -489,13 +491,13 @@
    -
    +

    History

    History: { accounts: number; day: string; uses: number }
    @@ -513,13 +515,13 @@
    -
    +

    IdentityProof

    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    @@ -543,20 +545,20 @@
    -
    +

    Instance

    -
    Instance: { contact_account: Account | null; description: string; email: string; languages: Array<string>; max_toot_chars?: undefined | number; registrations?: undefined | false | true; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }

    Type declaration

    • -
      contact_account: Account | null
      +
      contact_account: Account | null
    • description: string
      @@ -565,16 +567,16 @@
      email: string
    • -
      languages: Array<string>
      +
      languages: string[]
    • -
      Optional max_toot_chars?: undefined | number
      +
      Optional max_toot_chars?: number
    • -
      Optional registrations?: undefined | false | true
      +
      Optional registrations?: boolean
    • -
      stats: Stats
      +
      stats: Stats
    • thumbnail: string | null
      @@ -586,7 +588,7 @@
      uri: string
    • -
      urls: URLs
      +
      urls: URLs
    • version: string
      @@ -594,13 +596,13 @@
    -
    +

    List

    List: { id: string; title: string }
    @@ -615,13 +617,13 @@
    -
    +

    Marker

    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    @@ -658,13 +660,13 @@
    -
    +

    Mention

    Mention: { acct: string; id: string; url: string; username: string }
    @@ -685,20 +687,20 @@
    -
    +

    Notification

    -
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }

    Type declaration

    -
    +

    NotificationType

    -
    NotificationType: "mention" | "reblog" | "favourite" | "follow" | "poll" | "follow_request"
    +
    NotificationType: string
    -
    +

    Poll

    -
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: Array<PollOption>; voted: boolean; votes_count: number }
    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    @@ -750,7 +752,7 @@
    multiple: boolean
  • -
    options: Array<PollOption>
    +
    options: PollOption[]
  • voted: boolean
    @@ -761,13 +763,13 @@
  • -
    +

    PollOption

    PollOption: { title: string; votes_count: number | null }
    @@ -782,13 +784,13 @@
    -
    +

    Preferences

    -
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    @@ -801,10 +803,10 @@
    posting:default:sensitive: boolean
  • -
    posting:default:visibility: "public" | "unlisted" | "private" | "direct"
    +
    posting:default:visibility: "public" | "unlisted" | "private" | "direct"
  • -
    reading:expand:media: "default" | "show_all" | "hide_all"
    +
    reading:expand:media: "default" | "show_all" | "hide_all"
  • reading:expand:spoilers: boolean
    @@ -812,13 +814,13 @@
  • -
    +

    PushSubscription

    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    @@ -839,13 +841,13 @@
    -
    +

    Relationship

    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    @@ -884,13 +886,13 @@
    -
    +

    Report

    -
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: Array<string> }
    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    @@ -909,42 +911,42 @@
    id: string
  • -
    status_ids: Array<string>
    +
    status_ids: string[]
  • -
    +

    Results

    -
    Results: { accounts: Array<Account>; hashtags: Array<Tag>; statuses: Array<Status> }
    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }

    Type declaration

    -
    +

    ScheduledStatus

    -
    ScheduledStatus: { id: string; media_attachments: Array<Attachment>; params: object; scheduled_at: string }
    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    @@ -954,7 +956,7 @@
    id: string
  • -
    media_attachments: Array<Attachment>
    +
    media_attachments: Attachment[]
  • params: object
    @@ -965,13 +967,13 @@
  • -
    +

    Source

    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    @@ -995,13 +997,13 @@
    -
    +

    Stats

    Stats: { domain_count: number; status_count: number; user_count: number }
    @@ -1019,29 +1021,29 @@
    -
    +

    Status

    -
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Array<Attachment>; mentions: Array<Mention>; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: undefined | string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Array<Tag>; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }

    Type declaration

    • -
      account: Account
      +
      account: Account
    • -
      application: Application | null
      +
      application: Application | null
    • bookmarked: boolean
    • -
      card: Card | null
      +
      card: Card | null
    • content: string
      @@ -1050,7 +1052,7 @@
      created_at: string
    • -
      emojis: Emoji[]
      +
      emojis: Emoji[]
    • favourited: boolean | null
      @@ -1071,10 +1073,10 @@
      language: string | null
    • -
      media_attachments: Array<Attachment>
      +
      media_attachments: Attachment[]
    • -
      mentions: Array<Mention>
      +
      mentions: Mention[]
    • muted: boolean | null
      @@ -1083,16 +1085,16 @@
      pinned: boolean | null
    • -
      poll: Poll | null
      +
      poll: Poll | null
    • -
      Optional quote?: Status | null
      +
      Optional quote?: Status | null
    • -
      Optional quote_id?: undefined | string
      +
      Optional quote_id?: string
    • -
      reblog: Status | null
      +
      reblog: Status | null
    • reblogged: boolean | null
      @@ -1110,7 +1112,7 @@
      spoiler_text: string
    • -
      tags: Array<Tag>
      +
      tags: Tag[]
    • uri: string
      @@ -1119,18 +1121,18 @@
      url: string
    • -
      visibility: "public" | "unlisted" | "private" | "direct"
      +
      visibility: "public" | "unlisted" | "private" | "direct"
    -
    +

    StatusParams

    -
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: Array<string> | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    @@ -1143,7 +1145,7 @@
    in_reply_to_id: string | null
  • -
    media_ids: Array<string> | null
    +
    media_ids: string[] | null
  • scheduled_at: string | null
    @@ -1158,25 +1160,25 @@
    text: string
  • -
    visibility: "public" | "unlisted" | "private" | "direct"
    +
    visibility: "public" | "unlisted" | "private" | "direct"
  • -
    +

    Tag

    -
    Tag: { history: Array<History> | null; name: string; url: string }
    +
    Tag: { history: History[] | null; name: string; url: string }

    Type declaration

    • -
      history: Array<History> | null
      +
      history: History[] | null
    • name: string
      @@ -1187,13 +1189,13 @@
    -
    +

    Token

    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    @@ -1214,13 +1216,13 @@
    -
    +

    URLs

    URLs: { streaming_api: string }
    @@ -1237,138 +1239,122 @@ @@ -1440,6 +1386,5 @@
    - \ No newline at end of file diff --git a/docs/modules/mastodon_entities_history.html b/docs/modules/mastodon_entities_history.html new file mode 100644 index 0000000..184317b --- /dev/null +++ b/docs/modules/mastodon_entities_history.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/history | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/history

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_history.mastodonentity.html b/docs/modules/mastodon_entities_history.mastodonentity.html new file mode 100644 index 0000000..56b5acb --- /dev/null +++ b/docs/modules/mastodon_entities_history.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_identity_proof.html b/docs/modules/mastodon_entities_identity_proof.html new file mode 100644 index 0000000..3ded91d --- /dev/null +++ b/docs/modules/mastodon_entities_identity_proof.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/identity_proof | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/identity_proof

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_identity_proof.mastodonentity.html b/docs/modules/mastodon_entities_identity_proof.mastodonentity.html new file mode 100644 index 0000000..3e22b94 --- /dev/null +++ b/docs/modules/mastodon_entities_identity_proof.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_instance.html b/docs/modules/mastodon_entities_instance.html new file mode 100644 index 0000000..525d216 --- /dev/null +++ b/docs/modules/mastodon_entities_instance.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/instance | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/instance

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_instance.mastodonentity.html b/docs/modules/mastodon_entities_instance.mastodonentity.html new file mode 100644 index 0000000..80a9eab --- /dev/null +++ b/docs/modules/mastodon_entities_instance.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_list.html b/docs/modules/mastodon_entities_list.html new file mode 100644 index 0000000..ac6617e --- /dev/null +++ b/docs/modules/mastodon_entities_list.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/list | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/list

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_list.mastodonentity.html b/docs/modules/mastodon_entities_list.mastodonentity.html new file mode 100644 index 0000000..4b79fef --- /dev/null +++ b/docs/modules/mastodon_entities_list.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_marker.html b/docs/modules/mastodon_entities_marker.html new file mode 100644 index 0000000..2fff7fd --- /dev/null +++ b/docs/modules/mastodon_entities_marker.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/marker | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/marker

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_marker.mastodonentity.html b/docs/modules/mastodon_entities_marker.mastodonentity.html new file mode 100644 index 0000000..2ee649d --- /dev/null +++ b/docs/modules/mastodon_entities_marker.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_mention.html b/docs/modules/mastodon_entities_mention.html new file mode 100644 index 0000000..18f4ffb --- /dev/null +++ b/docs/modules/mastodon_entities_mention.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/mention | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/mention

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_mention.mastodonentity.html b/docs/modules/mastodon_entities_mention.mastodonentity.html new file mode 100644 index 0000000..efcade6 --- /dev/null +++ b/docs/modules/mastodon_entities_mention.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_notification.html b/docs/modules/mastodon_entities_notification.html new file mode 100644 index 0000000..7d60394 --- /dev/null +++ b/docs/modules/mastodon_entities_notification.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/notification | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/notification

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_notification.mastodonentity.html b/docs/modules/mastodon_entities_notification.mastodonentity.html new file mode 100644 index 0000000..da81ee4 --- /dev/null +++ b/docs/modules/mastodon_entities_notification.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_poll.html b/docs/modules/mastodon_entities_poll.html new file mode 100644 index 0000000..78d04cd --- /dev/null +++ b/docs/modules/mastodon_entities_poll.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/poll | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/poll

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_poll.mastodonentity.html b/docs/modules/mastodon_entities_poll.mastodonentity.html new file mode 100644 index 0000000..820b462 --- /dev/null +++ b/docs/modules/mastodon_entities_poll.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_poll_option.html b/docs/modules/mastodon_entities_poll_option.html new file mode 100644 index 0000000..f12237a --- /dev/null +++ b/docs/modules/mastodon_entities_poll_option.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/poll_option | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/poll_option

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_poll_option.mastodonentity.html b/docs/modules/mastodon_entities_poll_option.mastodonentity.html new file mode 100644 index 0000000..ae64642 --- /dev/null +++ b/docs/modules/mastodon_entities_poll_option.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_preferences.html b/docs/modules/mastodon_entities_preferences.html new file mode 100644 index 0000000..de85160 --- /dev/null +++ b/docs/modules/mastodon_entities_preferences.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/preferences | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/preferences

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_preferences.mastodonentity.html b/docs/modules/mastodon_entities_preferences.mastodonentity.html new file mode 100644 index 0000000..b542d31 --- /dev/null +++ b/docs/modules/mastodon_entities_preferences.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_push_subscription.html b/docs/modules/mastodon_entities_push_subscription.html new file mode 100644 index 0000000..5d9ca56 --- /dev/null +++ b/docs/modules/mastodon_entities_push_subscription.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/push_subscription | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/push_subscription

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_push_subscription.mastodonentity.html b/docs/modules/mastodon_entities_push_subscription.mastodonentity.html new file mode 100644 index 0000000..7cac43c --- /dev/null +++ b/docs/modules/mastodon_entities_push_subscription.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_relationship.html b/docs/modules/mastodon_entities_relationship.html new file mode 100644 index 0000000..ba8d398 --- /dev/null +++ b/docs/modules/mastodon_entities_relationship.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/relationship | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/relationship

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_relationship.mastodonentity.html b/docs/modules/mastodon_entities_relationship.mastodonentity.html new file mode 100644 index 0000000..08fae6d --- /dev/null +++ b/docs/modules/mastodon_entities_relationship.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_report.html b/docs/modules/mastodon_entities_report.html new file mode 100644 index 0000000..98503e7 --- /dev/null +++ b/docs/modules/mastodon_entities_report.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/report | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/report

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_report.mastodonentity.html b/docs/modules/mastodon_entities_report.mastodonentity.html new file mode 100644 index 0000000..690f533 --- /dev/null +++ b/docs/modules/mastodon_entities_report.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_results.html b/docs/modules/mastodon_entities_results.html new file mode 100644 index 0000000..f15f2cb --- /dev/null +++ b/docs/modules/mastodon_entities_results.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/results | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/results

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_results.mastodonentity.html b/docs/modules/mastodon_entities_results.mastodonentity.html new file mode 100644 index 0000000..f1e731e --- /dev/null +++ b/docs/modules/mastodon_entities_results.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_scheduled_status.html b/docs/modules/mastodon_entities_scheduled_status.html new file mode 100644 index 0000000..aa71a56 --- /dev/null +++ b/docs/modules/mastodon_entities_scheduled_status.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/scheduled_status | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/scheduled_status

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_scheduled_status.mastodonentity.html b/docs/modules/mastodon_entities_scheduled_status.mastodonentity.html new file mode 100644 index 0000000..e019378 --- /dev/null +++ b/docs/modules/mastodon_entities_scheduled_status.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_source.html b/docs/modules/mastodon_entities_source.html new file mode 100644 index 0000000..6f78472 --- /dev/null +++ b/docs/modules/mastodon_entities_source.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/source | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/source

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_source.mastodonentity.html b/docs/modules/mastodon_entities_source.mastodonentity.html new file mode 100644 index 0000000..5a9e6c5 --- /dev/null +++ b/docs/modules/mastodon_entities_source.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_stats.html b/docs/modules/mastodon_entities_stats.html new file mode 100644 index 0000000..1eb521e --- /dev/null +++ b/docs/modules/mastodon_entities_stats.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/stats | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/stats

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_stats.mastodonentity.html b/docs/modules/mastodon_entities_stats.mastodonentity.html new file mode 100644 index 0000000..299a410 --- /dev/null +++ b/docs/modules/mastodon_entities_stats.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_status.html b/docs/modules/mastodon_entities_status.html new file mode 100644 index 0000000..c286575 --- /dev/null +++ b/docs/modules/mastodon_entities_status.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/status | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/status

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_status.mastodonentity.html b/docs/modules/mastodon_entities_status.mastodonentity.html new file mode 100644 index 0000000..e9ddc50 --- /dev/null +++ b/docs/modules/mastodon_entities_status.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_status_params.html b/docs/modules/mastodon_entities_status_params.html new file mode 100644 index 0000000..debcf68 --- /dev/null +++ b/docs/modules/mastodon_entities_status_params.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/status_params | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/status_params

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_status_params.mastodonentity.html b/docs/modules/mastodon_entities_status_params.mastodonentity.html new file mode 100644 index 0000000..1f506ff --- /dev/null +++ b/docs/modules/mastodon_entities_status_params.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_tag.html b/docs/modules/mastodon_entities_tag.html new file mode 100644 index 0000000..d57e3f7 --- /dev/null +++ b/docs/modules/mastodon_entities_tag.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/tag | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/tag

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_tag.mastodonentity.html b/docs/modules/mastodon_entities_tag.mastodonentity.html new file mode 100644 index 0000000..c4902d5 --- /dev/null +++ b/docs/modules/mastodon_entities_tag.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_token.html b/docs/modules/mastodon_entities_token.html new file mode 100644 index 0000000..7233907 --- /dev/null +++ b/docs/modules/mastodon_entities_token.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/token | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/token

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_token.mastodonentity.html b/docs/modules/mastodon_entities_token.mastodonentity.html new file mode 100644 index 0000000..c396ebf --- /dev/null +++ b/docs/modules/mastodon_entities_token.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_urls.html b/docs/modules/mastodon_entities_urls.html new file mode 100644 index 0000000..c694a4a --- /dev/null +++ b/docs/modules/mastodon_entities_urls.html @@ -0,0 +1,131 @@ + + + + + + mastodon/entities/urls | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entities/urls

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entities_urls.mastodonentity.html b/docs/modules/mastodon_entities_urls.mastodonentity.html new file mode 100644 index 0000000..0d8a9be --- /dev/null +++ b/docs/modules/mastodon_entities_urls.mastodonentity.html @@ -0,0 +1,1390 @@ + + + + + + MastodonEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MastodonEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; poll: Poll | null; quote?: Status | null; quote_id?: string; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      Optional quote?: Status | null
      +
    • +
    • +
      Optional quote_id?: string
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_entity.html b/docs/modules/mastodon_entity.html new file mode 100644 index 0000000..2827ea5 --- /dev/null +++ b/docs/modules/mastodon_entity.html @@ -0,0 +1,137 @@ + + + + + + mastodon/entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    References

    + +
    +
    +
    +
    +
    +

    References

    +
    + +

    default

    + Renames and exports MastodonEntity +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_notification.default.html b/docs/modules/mastodon_notification.default.html new file mode 100644 index 0000000..43f3a95 --- /dev/null +++ b/docs/modules/mastodon_notification.default.html @@ -0,0 +1,234 @@ + + + + + + default | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace default

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Variables

    + +
    +
    +
    +
    +
    +

    Variables

    +
    + +

    Const Favourite

    +
    Favourite: NotificationType = 'favourite'
    + +
    +
    + +

    Const Follow

    +
    Follow: NotificationType = 'follow'
    + +
    +
    + +

    Const FollowRequest

    +
    FollowRequest: NotificationType = 'follow_request'
    + +
    +
    + +

    Const Mention

    +
    Mention: NotificationType = 'mention'
    + +
    +
    + +

    Const Poll

    +
    Poll: NotificationType = 'poll'
    + +
    +
    + +

    Const Reblog

    +
    Reblog: NotificationType = 'reblog'
    + +
    +
    + +

    Const Status

    +
    Status: NotificationType = 'status'
    + +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_notification.html b/docs/modules/mastodon_notification.html new file mode 100644 index 0000000..39e0b99 --- /dev/null +++ b/docs/modules/mastodon_notification.html @@ -0,0 +1,131 @@ + + + + + + mastodon/notification | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/notification

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_stream_listener.html b/docs/modules/mastodon_stream_listener.html new file mode 100644 index 0000000..a0a6a2d --- /dev/null +++ b/docs/modules/mastodon_stream_listener.html @@ -0,0 +1,133 @@ + + + + + + mastodon/stream_listener | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/stream_listener

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Classes

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodon_web_socket.html b/docs/modules/mastodon_web_socket.html new file mode 100644 index 0000000..609807f --- /dev/null +++ b/docs/modules/mastodon_web_socket.html @@ -0,0 +1,133 @@ + + + + + + mastodon/web_socket | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module mastodon/web_socket

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Classes

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/mastodonapi.converter.html b/docs/modules/mastodonapi.converter.html deleted file mode 100644 index dd0bfe2..0000000 --- a/docs/modules/mastodonapi.converter.html +++ /dev/null @@ -1,1093 +0,0 @@ - - - - - - Converter | megalodon - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Module Converter

    -
    -
    -
    -
    -
    -
    -
    -

    Index

    -
    - -
    -
    -
    -

    Functions

    -
    - -

    Const account

    -
      -
    • account(a: Account): MegalodonEntity.Account
    • -
    - -
    -
    - -

    Const activity

    -
      -
    • activity(a: Activity): MegalodonEntity.Activity
    • -
    - -
    -
    - -

    Const application

    -
      -
    • application(a: Application): MegalodonEntity.Application
    • -
    - -
    -
    - -

    Const attachment

    -
      -
    • attachment(a: Attachment): MegalodonEntity.Attachment
    • -
    - -
    -
    - -

    Const card

    -
      -
    • card(c: Card): MegalodonEntity.Card
    • -
    - -
    -
    - -

    Const context

    -
      -
    • context(c: Context): MegalodonEntity.Context
    • -
    - -
    -
    - -

    Const conversation

    -
      -
    • conversation(c: Conversation): MegalodonEntity.Conversation
    • -
    - -
    -
    - -

    Const emoji

    -
      -
    • emoji(e: Emoji): MegalodonEntity.Emoji
    • -
    - -
    -
    - -

    Const featured_tag

    -
      -
    • featured_tag(e: FeaturedTag): MegalodonEntity.FeaturedTag
    • -
    - -
    -
    - -

    Const field

    -
      -
    • field(f: Field): MegalodonEntity.Field
    • -
    - -
    -
    - -

    Const filter

    -
      -
    • filter(f: Filter): MegalodonEntity.Filter
    • -
    - -
    -
    - -

    Const history

    -
      -
    • history(h: History): MegalodonEntity.History
    • -
    - -
    -
    - -

    Const identity_proof

    -
      -
    • identity_proof(i: IdentityProof): MegalodonEntity.IdentityProof
    • -
    - -
    -
    - -

    Const instance

    -
      -
    • instance(i: Instance): MegalodonEntity.Instance
    • -
    - -
    -
    - -

    Const list

    -
      -
    • list(l: List): MegalodonEntity.List
    • -
    - -
    -
    - -

    Const marker

    -
      -
    • marker(m: Marker): MegalodonEntity.Marker
    • -
    - -
    -
    - -

    Const mention

    -
      -
    • mention(m: Mention): MegalodonEntity.Mention
    • -
    - -
    -
    - -

    Const notification

    -
      -
    • notification(n: Notification): MegalodonEntity.Notification
    • -
    - -
    -
    - -

    Const poll

    -
      -
    • poll(p: Poll): MegalodonEntity.Poll
    • -
    - -
    -
    - -

    Const poll_option

    -
      -
    • poll_option(p: PollOption): MegalodonEntity.PollOption
    • -
    - -
    -
    - -

    Const preferences

    -
      -
    • preferences(p: Preferences): MegalodonEntity.Preferences
    • -
    - -
    -
    - -

    Const push_subscription

    - - -
    -
    - -

    Const relationship

    -
      -
    • relationship(r: Relationship): MegalodonEntity.Relationship
    • -
    - -
    -
    - -

    Const report

    -
      -
    • report(r: Report): MegalodonEntity.Report
    • -
    - -
    -
    - -

    Const results

    -
      -
    • results(r: Results): MegalodonEntity.Results
    • -
    - -
    -
    - -

    Const scheduled_status

    -
      -
    • scheduled_status(s: ScheduledStatus): MegalodonEntity.ScheduledStatus
    • -
    - -
    -
    - -

    Const source

    -
      -
    • source(s: Source): MegalodonEntity.Source
    • -
    - -
    -
    - -

    Const stats

    -
      -
    • stats(s: Stats): MegalodonEntity.Stats
    • -
    - -
    -
    - -

    Const status

    -
      -
    • status(s: Status): MegalodonEntity.Status
    • -
    - -
    -
    - -

    Const status_params

    -
      -
    • status_params(s: StatusParams): MegalodonEntity.StatusParams
    • -
    - -
    -
    - -

    Const tag

    -
      -
    • tag(t: Tag): MegalodonEntity.Tag
    • -
    - -
    -
    - -

    Const token

    -
      -
    • token(t: Token): MegalodonEntity.Token
    • -
    - -
    -
    - -

    Const urls

    -
      -
    • urls(u: URLs): MegalodonEntity.URLs
    • -
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/modules/mastodonapi.entity.html b/docs/modules/mastodonapi.entity.html deleted file mode 100644 index d680c8a..0000000 --- a/docs/modules/mastodonapi.entity.html +++ /dev/null @@ -1,664 +0,0 @@ - - - - - - Entity | megalodon - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Module Entity

    -
    -
    -
    -
    -
    -
    -
    -

    Index

    -
    - -
    -
    -
    -

    Type aliases

    -
    - -

    Account

    -
    Account: Account
    - -
    -
    - -

    Activity

    -
    Activity: Activity
    - -
    -
    - -

    Application

    -
    Application: Application
    - -
    -
    - -

    Attachment

    -
    Attachment: Attachment
    - -
    -
    - -

    Card

    -
    Card: Card
    - -
    -
    - -

    Context

    -
    Context: Context
    - -
    -
    - -

    Conversation

    -
    Conversation: Conversation
    - -
    -
    - -

    Emoji

    -
    Emoji: Emoji
    - -
    -
    - -

    FeaturedTag

    -
    FeaturedTag: FeaturedTag
    - -
    -
    - -

    Field

    -
    Field: Field
    - -
    -
    - -

    Filter

    -
    Filter: Filter
    - -
    -
    - -

    History

    -
    History: History
    - -
    -
    - -

    IdentityProof

    -
    IdentityProof: IdentityProof
    - -
    -
    - -

    Instance

    -
    Instance: Instance
    - -
    -
    - -

    List

    -
    List: List
    - -
    -
    - -

    Marker

    -
    Marker: Marker
    - -
    -
    - -

    Mention

    -
    Mention: Mention
    - -
    -
    - -

    Notification

    -
    Notification: Notification
    - -
    -
    - -

    Poll

    -
    Poll: Poll
    - -
    -
    - -

    PollOption

    -
    PollOption: PollOption
    - -
    -
    - -

    Preferences

    -
    Preferences: Preferences
    - -
    -
    - -

    PushSubscription

    -
    PushSubscription: PushSubscription
    - -
    -
    - -

    Relationship

    -
    Relationship: Relationship
    - -
    -
    - -

    Report

    -
    Report: Report
    - -
    -
    - -

    Results

    -
    Results: Results
    - -
    -
    - -

    ScheduledStatus

    -
    ScheduledStatus: ScheduledStatus
    - -
    -
    - -

    Source

    -
    Source: Source
    - -
    -
    - -

    Stats

    -
    Stats: Stats
    - -
    -
    - -

    Status

    -
    Status: Status
    - -
    -
    - -

    StatusParams

    -
    StatusParams: StatusParams
    - -
    -
    - -

    Tag

    -
    Tag: Tag
    - -
    -
    - -

    Token

    -
    Token: Token
    - -
    -
    - -

    URLs

    -
    URLs: URLs
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/modules/mastodonapi.html b/docs/modules/mastodonapi.html deleted file mode 100644 index 7f16967..0000000 --- a/docs/modules/mastodonapi.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - MastodonAPI | megalodon - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Module MastodonAPI

    -
    -
    -
    -
    -
    -
    -
    -

    Index

    -
    -
    -
    -

    Modules

    - -
    -
    -

    Classes

    - -
    -
    -

    Interfaces

    - -
    -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/modules/megalodon.html b/docs/modules/megalodon.html new file mode 100644 index 0000000..9922a24 --- /dev/null +++ b/docs/modules/megalodon.html @@ -0,0 +1,265 @@ + + + + + + megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module megalodon

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Classes

    + +
    +
    +

    Interfaces

    + +
    +
    +

    Functions

    + +
    +
    +
    +
    +
    +

    Functions

    +
    + +

    Const default

    +
      +
    • default(sns: "mastodon" | "pleroma" | "misskey", baseUrl: string, accessToken?: null | string, userAgent?: null | string, proxyConfig?: false | ProxyConfig): MegalodonInterface
    • +
    +
      +
    • + +
      +
      +

      Get client for each SNS according to megalodon interface.

      +
      +
      +

      Parameters

      +
        +
      • +
        sns: "mastodon" | "pleroma" | "misskey"
        +
        +

        Name of your SNS, mastodon or pleroma.

        +
        +
      • +
      • +
        baseUrl: string
        +
        +

        hostname or base URL.

        +
        +
      • +
      • +
        accessToken: null | string = null
        +
        +

        access token from OAuth2 authorization

        +
        +
      • +
      • +
        userAgent: null | string = null
        +
        +

        UserAgent is specified in header on request.

        +
        +
      • +
      • +
        proxyConfig: false | ProxyConfig = false
        +
        +

        Proxy setting, or set false if don't use proxy.

        +
        +
      • +
      +

      Returns MegalodonInterface

      +

      Client instance for each SNS you specified.

      +
    • +
    +
    +
    + +

    Const detector

    +
      +
    • detector(url: string, proxyConfig?: false | ProxyConfig): Promise<"mastodon" | "pleroma" | "misskey">
    • +
    +
      +
    • + +
      +
      +

      Detect SNS type. + Now support Mastodon, Pleroma and Pixelfed.

      +
      +
      +

      Parameters

      +
        +
      • +
        url: string
        +
        +

        Base URL of SNS.

        +
        +
      • +
      • +
        proxyConfig: false | ProxyConfig = false
        +
        +

        Proxy setting, or set false if don't use proxy.

        +
        +
      • +
      +

      Returns Promise<"mastodon" | "pleroma" | "misskey">

      +

      SNS name.

      +
    • +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey.html b/docs/modules/misskey.html new file mode 100644 index 0000000..6034964 --- /dev/null +++ b/docs/modules/misskey.html @@ -0,0 +1,129 @@ + + + + + + misskey | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Classes

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_api_client.default.converter.html b/docs/modules/misskey_api_client.default.converter.html new file mode 100644 index 0000000..e0ef830 --- /dev/null +++ b/docs/modules/misskey_api_client.default.converter.html @@ -0,0 +1,779 @@ + + + + + + Converter | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Converter

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Functions

    +
    + +

    Const choice

    + + +
    +
    + +

    Const decodeNotificationType

    +
      +
    • decodeNotificationType(e: string): string
    • +
    + +
    +
    + +

    Const emoji

    + + +
    +
    + +

    Const encodeNotificationType

    +
      +
    • encodeNotificationType(e: string): string
    • +
    + +
    +
    + +

    Const encodeVisibility

    +
      +
    • encodeVisibility(v: "public" | "unlisted" | "private" | "direct"): "home" | "public" | "followers" | "specified"
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        v: "public" | "unlisted" | "private" | "direct"
        +
      • +
      +

      Returns "home" | "public" | "followers" | "specified"

      +
    • +
    +
    +
    + +

    Const file

    + + +
    +
    + +

    Const fileType

    +
      +
    • fileType(s: string): "unknown" | "image" | "gifv" | "video"
    • +
    + +
    +
    + +

    Const follower

    + + +
    +
    + +

    Const following

    + + +
    +
    + +

    Const hashtag

    + + +
    +
    + +

    Const list

    + + +
    +
    + +

    Const mapReactions

    +
      +
    • mapReactions(r: {}, myReaction?: string): Reaction[]
    • +
    + +
    +
    + +

    Const meta

    + + +
    +
    + +

    Const note

    + + +
    +
    + +

    Const noteToConversation

    + + +
    +
    + +

    Const notification

    + + +
    +
    + +

    Const poll

    + + +
    +
    + +

    Const reactions

    + + +
    +
    + +

    Const relation

    + + +
    +
    + +

    Const stats

    + + +
    +
    + +

    Const user

    + + +
    +
    + +

    Const userDetail

    + + +
    +
    + +

    Const visibility

    +
      +
    • visibility(v: "home" | "public" | "followers" | "specified"): "public" | "unlisted" | "private" | "direct"
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        v: "home" | "public" | "followers" | "specified"
        +
      • +
      +

      Returns "public" | "unlisted" | "private" | "direct"

      +
    • +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_api_client.default.entity.html b/docs/modules/misskey_api_client.default.entity.html new file mode 100644 index 0000000..867a037 --- /dev/null +++ b/docs/modules/misskey_api_client.default.entity.html @@ -0,0 +1,483 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    App

    +
    App: App
    + +
    +
    + +

    Blocking

    +
    Blocking: Blocking
    + +
    +
    + +

    Choice

    +
    Choice: Choice
    + +
    +
    + +

    CreatedNote

    +
    CreatedNote: CreatedNote
    + +
    +
    + +

    Emoji

    +
    Emoji: Emoji
    + +
    +
    + +

    Favorite

    +
    Favorite: Favorite
    + +
    +
    + +

    File

    +
    File: File
    + +
    +
    + +

    FollowRequest

    +
    FollowRequest: FollowRequest
    + +
    +
    + +

    Follower

    +
    Follower: Follower
    + +
    +
    + +

    Following

    +
    Following: Following
    + +
    +
    + +

    Hashtag

    +
    Hashtag: Hashtag
    + +
    +
    + +

    List

    +
    List: List
    + +
    +
    + +

    Meta

    +
    Meta: Meta
    + +
    +
    + +

    Mute

    +
    Mute: Mute
    + +
    +
    + +

    Note

    +
    Note: Note
    + +
    +
    + +

    Notification

    +
    Notification: Notification
    + +
    +
    + +

    Poll

    +
    Poll: Poll
    + +
    +
    + +

    Reaction

    +
    Reaction: Reaction
    + +
    +
    + +

    Relation

    +
    Relation: Relation
    + +
    +
    + +

    Session

    +
    Session: Session
    + +
    +
    + +

    Stats

    +
    Stats: Stats
    + +
    +
    + +

    User

    +
    User: User
    + +
    +
    + +

    UserDetail

    +
    UserDetail: UserDetail
    + +
    +
    + +

    UserKey

    +
    UserKey: UserKey
    + +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_api_client.default.html b/docs/modules/misskey_api_client.default.html new file mode 100644 index 0000000..69246ec --- /dev/null +++ b/docs/modules/misskey_api_client.default.html @@ -0,0 +1,183 @@ + + + + + + default | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace default

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +

    Classes

    + +
    +
    +

    Interfaces

    + +
    +
    +

    Variables

    + +
    +
    +
    +
    +
    +

    Variables

    +
    + +

    Const DEFAULT_SCOPE

    +
    DEFAULT_SCOPE: string[] = ...
    + +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_api_client.html b/docs/modules/misskey_api_client.html new file mode 100644 index 0000000..d230e39 --- /dev/null +++ b/docs/modules/misskey_api_client.html @@ -0,0 +1,131 @@ + + + + + + misskey/api_client | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/api_client

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_app.html b/docs/modules/misskey_entities_app.html new file mode 100644 index 0000000..627e8da --- /dev/null +++ b/docs/modules/misskey_entities_app.html @@ -0,0 +1,131 @@ + + + + + + misskey/entities/app | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/entities/app

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskeyentity.html b/docs/modules/misskey_entities_app.misskeyentity.html similarity index 61% rename from docs/modules/misskeyentity.html rename to docs/modules/misskey_entities_app.misskeyentity.html index 397c609..43dfe1a 100644 --- a/docs/modules/misskeyentity.html +++ b/docs/modules/misskey_entities_app.misskeyentity.html @@ -4,16 +4,17 @@ MisskeyEntity | megalodon - + +
    -
    @@ -73,31 +75,31 @@

    Type aliases

    @@ -105,13 +107,13 @@

    Type aliases

    -
    +

    App

    -
    App: { callbackUrl: string; id: string; name: string; permission: Array<string>; secret: string }
    +
    App: { callbackUrl: string; id: string; name: string; permission: string[]; secret: string }
    @@ -127,7 +129,7 @@
    name: string
  • -
    permission: Array<string>
    +
    permission: string[]
  • secret: string
    @@ -135,20 +137,20 @@
  • -
    +

    Blocking

    -
    Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }
    +
    Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }

    Type declaration

    -
    +

    Choice

    Choice: { isVoted: boolean; text: string; votes: number }
    @@ -186,38 +188,38 @@
    -
    +

    CreatedNote

    -
    CreatedNote: { createdNote: Note }
    +
    CreatedNote: { createdNote: Note }

    Type declaration

    • -
      createdNote: Note
      +
      createdNote: Note
    -
    +

    Emoji

    -
    Emoji: { aliases: Array<string>; host: string | null; name: string; url: string }
    +
    Emoji: { aliases: string[]; host: string | null; name: string; url: string }

    Type declaration

    • -
      aliases: Array<string>
      +
      aliases: string[]
    • host: string | null
      @@ -231,13 +233,13 @@
    -
    +

    Favorite

    -
    Favorite: { createdAt: string; id: string; note: Note; noteId: string }
    +
    Favorite: { createdAt: string; id: string; note: Note; noteId: string }
    @@ -250,7 +252,7 @@
    id: string
  • -
    note: Note
    +
    note: Note
  • noteId: string
    @@ -258,13 +260,13 @@
  • -
    +

    File

    File: { createdAt: string; id: string; isSensitive: boolean; md5: string; name: string; properties: { avgColor: string; height: number; width: number }; size: number; thumbnailUrl: string; type: string; url: string }
    @@ -314,23 +316,23 @@
    -
    +

    FollowRequest

    -
    FollowRequest: { followee: User; follower: User; id: string }
    +
    FollowRequest: { followee: User; follower: User; id: string }

    Type declaration

    • -
      followee: User
      +
      followee: User
    • -
      follower: User
      +
      follower: User
    • id: string
      @@ -338,13 +340,13 @@
    -
    +

    Follower

    -
    Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
    +
    Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
    @@ -357,7 +359,7 @@
    followeeId: string
  • -
    follower: UserDetail
    +
    follower: UserDetail
  • followerId: string
    @@ -368,13 +370,13 @@
  • -
    +

    Following

    -
    Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
    +
    Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
    @@ -384,7 +386,7 @@
    createdAt: string
  • -
    followee: UserDetail
    +
    followee: UserDetail
  • followeeId: string
    @@ -398,20 +400,20 @@
  • -
    +

    Hashtag

    -
    Hashtag: { chart: Array<number>; tag: string; usersCount: number }
    +
    Hashtag: { chart: number[]; tag: string; usersCount: number }

    Type declaration

    • -
      chart: Array<number>
      +
      chart: number[]
    • tag: string
      @@ -422,13 +424,13 @@
    -
    +

    List

    -
    List: { createdAt: string; id: string; name: string; userIds: Array<string> }
    +
    List: { createdAt: string; id: string; name: string; userIds: string[] }
    @@ -444,18 +446,18 @@
    name: string
  • -
    userIds: Array<string>
    +
    userIds: string[]
  • -
    +

    Meta

    -
    Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Array<Emoji>; langs: Array<string>; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
    +
    Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Emoji[]; langs: string[]; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
    @@ -474,10 +476,10 @@
    disableRegistration: boolean
  • -
    emojis: Array<Emoji>
    +
    emojis: Emoji[]
  • -
    langs: Array<string>
    +
    langs: string[]
  • maintainerEmail: string
    @@ -500,13 +502,13 @@
  • -
    +

    Mute

    -
    Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
    +
    Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
    @@ -519,7 +521,7 @@
    id: string
  • -
    mutee: UserDetail
    +
    mutee: UserDetail
  • muteeId: string
    @@ -527,13 +529,13 @@
  • -
    +

    Note

    -
    Note: { createdAt: string; cw: string | null; emojis: Array<Emoji>; fileIds: Array<string>; files: Array<File>; id: string; mentions?: Array<string>; myReaction?: undefined | string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: Array<string>; text: string | null; uri?: undefined | string; user: User; userId: string; viaMobile?: undefined | false | true; visibility: "public" | "home" | "followers" | "specified" }
    +
    Note: { createdAt: string; cw: string | null; emojis: Emoji[]; fileIds: string[]; files: File[]; id: string; mentions?: string[]; myReaction?: string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: string[]; text: string | null; uri?: string; user: User; userId: string; viaMobile?: boolean; visibility: "public" | "home" | "followers" | "specified" }
    @@ -546,25 +548,25 @@
    cw: string | null
  • -
    emojis: Array<Emoji>
    +
    emojis: Emoji[]
  • -
    fileIds: Array<string>
    +
    fileIds: string[]
  • -
    files: Array<File>
    +
    files: File[]
  • id: string
  • -
    Optional mentions?: Array<string>
    +
    Optional mentions?: string[]
  • -
    Optional myReaction?: undefined | string
    +
    Optional myReaction?: string
  • -
    Optional poll?: Poll
    +
    Optional poll?: Poll
  • reactions: {}
    @@ -575,7 +577,7 @@
  • -
    Optional renote?: Note
    +
    Optional renote?: Note
  • renoteCount: number
    @@ -587,42 +589,42 @@
    repliesCount: number
  • -
    Optional reply?: Note
    +
    Optional reply?: Note
  • replyId: string | null
  • -
    Optional tags?: Array<string>
    +
    Optional tags?: string[]
  • text: string | null
  • -
    Optional uri?: undefined | string
    +
    Optional uri?: string
  • -
    user: User
    +
    user: User
  • userId: string
  • -
    Optional viaMobile?: undefined | false | true
    +
    Optional viaMobile?: boolean
  • -
    visibility: "public" | "home" | "followers" | "specified"
    +
    visibility: "public" | "home" | "followers" | "specified"
  • -
    +

    Notification

    -
    Notification: { createdAt: string; id: string; note?: Note; reaction?: undefined | string; type: NotificationType; user: User; userId: string }
    +
    Notification: { createdAt: string; id: string; note?: Note; reaction?: string; type: NotificationType; user: User; userId: string }
    @@ -635,16 +637,16 @@
    id: string
  • -
    Optional note?: Note
    +
    Optional note?: Note
  • -
    Optional reaction?: undefined | string
    +
    Optional reaction?: string
  • -
    type: NotificationType
    +
    type: NotificationType
  • -
    user: User
    +
    user: User
  • userId: string
    @@ -652,30 +654,30 @@
  • -
    +

    NotificationType

    -
    NotificationType: "follow" | "mention" | "reply" | "renote" | "quote" | "reaction" | "pollVote" | "receiveFollowRequest" | "followRequestAccepted" | "groupInvited"
    +
    NotificationType: string
    -
    +

    Poll

    -
    Poll: { choices: Array<Choice>; expiresAt: string; multiple: boolean }
    +
    Poll: { choices: Choice[]; expiresAt: string; multiple: boolean }

    Type declaration

    • -
      choices: Array<Choice>
      +
      choices: Choice[]
    • expiresAt: string
      @@ -686,13 +688,13 @@
    -
    +

    Reaction

    -
    Reaction: { createdAt: string; id: string; type: string; user: User }
    +
    Reaction: { createdAt: string; id: string; type: string; user: User }
    @@ -708,18 +710,18 @@
    type: string
  • -
    user: User
    +
    user: User
  • -
    +

    Relation

    Relation: { hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; id: string; isBlocked: boolean; isBlocking: boolean; isFollowed: boolean; isFollowing: boolean; isMuted: boolean }
    @@ -752,13 +754,13 @@
    -
    +

    Session

    Session: { token: string; url: string }
    @@ -773,13 +775,13 @@
    -
    +

    Stats

    Stats: { instances: number; notesCount: number; originalNotesCount: number; originalUsersCount: number; usersCount: number }
    @@ -803,13 +805,13 @@
    -
    +

    User

    -
    User: { avatarColor: string; avatarUrl: string; emojis: Array<Emoji>; host: string | null; id: string; name: string; username: string }
    +
    User: { avatarColor: string; avatarUrl: string; emojis: Emoji[]; host: string | null; id: string; name: string; username: string }
    @@ -822,7 +824,7 @@
    avatarUrl: string
  • -
    emojis: Array<Emoji>
    +
    emojis: Emoji[]
  • host: string | null
    @@ -839,13 +841,13 @@
  • -
    +

    UserDetail

    -
    UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Array<Emoji>; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: Array<string>; pinnedNotes?: Array<Note>; username: string }
    +
    UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Emoji[]; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: string[]; pinnedNotes?: Note[]; username: string }
    @@ -876,7 +878,7 @@
    description: string
  • -
    emojis: Array<Emoji>
    +
    emojis: Emoji[]
  • followersCount: number
    @@ -918,10 +920,10 @@
    notesCount: number
  • -
    Optional pinnedNoteIds?: Array<string>
    +
    Optional pinnedNoteIds?: string[]
  • -
    Optional pinnedNotes?: Array<Note>
    +
    Optional pinnedNotes?: Note[]
  • username: string
    @@ -929,13 +931,13 @@
  • -
    +

    UserKey

    -
    UserKey: { accessToken: string; user: User }
    +
    UserKey: { accessToken: string; user: User }
    @@ -945,7 +947,7 @@
    accessToken: string
  • -
    user: User
    +
    user: User
  • @@ -955,111 +957,95 @@ @@ -1131,6 +1077,5 @@
    - \ No newline at end of file diff --git a/docs/modules/misskey_entities_blocking.html b/docs/modules/misskey_entities_blocking.html new file mode 100644 index 0000000..7d472d5 --- /dev/null +++ b/docs/modules/misskey_entities_blocking.html @@ -0,0 +1,131 @@ + + + + + + misskey/entities/blocking | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/entities/blocking

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_blocking.misskeyentity.html b/docs/modules/misskey_entities_blocking.misskeyentity.html new file mode 100644 index 0000000..5b6183c --- /dev/null +++ b/docs/modules/misskey_entities_blocking.misskeyentity.html @@ -0,0 +1,1081 @@ + + + + + + MisskeyEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MisskeyEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    App

    +
    App: { callbackUrl: string; id: string; name: string; permission: string[]; secret: string }
    + +
    +

    Type declaration

    +
      +
    • +
      callbackUrl: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      permission: string[]
      +
    • +
    • +
      secret: string
      +
    • +
    +
    +
    +
    + +

    Blocking

    +
    Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      blockee: UserDetail
      +
    • +
    • +
      blockeeId: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Choice

    +
    Choice: { isVoted: boolean; text: string; votes: number }
    + +
    +

    Type declaration

    +
      +
    • +
      isVoted: boolean
      +
    • +
    • +
      text: string
      +
    • +
    • +
      votes: number
      +
    • +
    +
    +
    +
    + +

    CreatedNote

    +
    CreatedNote: { createdNote: Note }
    + +
    +

    Type declaration

    +
      +
    • +
      createdNote: Note
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { aliases: string[]; host: string | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      aliases: string[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Favorite

    +
    Favorite: { createdAt: string; id: string; note: Note; noteId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      note: Note
      +
    • +
    • +
      noteId: string
      +
    • +
    +
    +
    +
    + +

    File

    +
    File: { createdAt: string; id: string; isSensitive: boolean; md5: string; name: string; properties: { avgColor: string; height: number; width: number }; size: number; thumbnailUrl: string; type: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isSensitive: boolean
      +
    • +
    • +
      md5: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      properties: { avgColor: string; height: number; width: number }
      +
        +
      • +
        avgColor: string
        +
      • +
      • +
        height: number
        +
      • +
      • +
        width: number
        +
      • +
      +
    • +
    • +
      size: number
      +
    • +
    • +
      thumbnailUrl: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    FollowRequest

    +
    FollowRequest: { followee: User; follower: User; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      followee: User
      +
    • +
    • +
      follower: User
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Follower

    +
    Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      follower: UserDetail
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Following

    +
    Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followee: UserDetail
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Hashtag

    +
    Hashtag: { chart: number[]; tag: string; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      chart: number[]
      +
    • +
    • +
      tag: string
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { createdAt: string; id: string; name: string; userIds: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      userIds: string[]
      +
    • +
    +
    +
    +
    + +

    Meta

    +
    Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Emoji[]; langs: string[]; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      bannerUrl: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      disableLocalTimeline: boolean
      +
    • +
    • +
      disableRegistration: boolean
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      langs: string[]
      +
    • +
    • +
      maintainerEmail: string
      +
    • +
    • +
      maintainerName: string
      +
    • +
    • +
      maxNoteTextLength: 300
      +
    • +
    • +
      name: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    Mute

    +
    Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      mutee: UserDetail
      +
    • +
    • +
      muteeId: string
      +
    • +
    +
    +
    +
    + +

    Note

    +
    Note: { createdAt: string; cw: string | null; emojis: Emoji[]; fileIds: string[]; files: File[]; id: string; mentions?: string[]; myReaction?: string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: string[]; text: string | null; uri?: string; user: User; userId: string; viaMobile?: boolean; visibility: "public" | "home" | "followers" | "specified" }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      cw: string | null
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fileIds: string[]
      +
    • +
    • +
      files: File[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional mentions?: string[]
      +
    • +
    • +
      Optional myReaction?: string
      +
    • +
    • +
      Optional poll?: Poll
      +
    • +
    • +
      reactions: {}
      +
        +
      • +
        [key: string]: number
        +
      • +
      +
    • +
    • +
      Optional renote?: Note
      +
    • +
    • +
      renoteCount: number
      +
    • +
    • +
      renoteId: string | null
      +
    • +
    • +
      repliesCount: number
      +
    • +
    • +
      Optional reply?: Note
      +
    • +
    • +
      replyId: string | null
      +
    • +
    • +
      Optional tags?: string[]
      +
    • +
    • +
      text: string | null
      +
    • +
    • +
      Optional uri?: string
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    • +
      Optional viaMobile?: boolean
      +
    • +
    • +
      visibility: "public" | "home" | "followers" | "specified"
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { createdAt: string; id: string; note?: Note; reaction?: string; type: NotificationType; user: User; userId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional note?: Note
      +
    • +
    • +
      Optional reaction?: string
      +
    • +
    • +
      type: NotificationType
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { choices: Choice[]; expiresAt: string; multiple: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      choices: Choice[]
      +
    • +
    • +
      expiresAt: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { createdAt: string; id: string; type: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    + +

    Relation

    +
    Relation: { hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; id: string; isBlocked: boolean; isBlocking: boolean; isFollowed: boolean; isFollowing: boolean; isMuted: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      hasPendingFollowRequestFromYou: boolean
      +
    • +
    • +
      hasPendingFollowRequestToYou: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isBlocked: boolean
      +
    • +
    • +
      isBlocking: boolean
      +
    • +
    • +
      isFollowed: boolean
      +
    • +
    • +
      isFollowing: boolean
      +
    • +
    • +
      isMuted: boolean
      +
    • +
    +
    +
    +
    + +

    Session

    +
    Session: { token: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      token: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { instances: number; notesCount: number; originalNotesCount: number; originalUsersCount: number; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      instances: number
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      originalNotesCount: number
      +
    • +
    • +
      originalUsersCount: number
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    User

    +
    User: { avatarColor: string; avatarUrl: string; emojis: Emoji[]; host: string | null; id: string; name: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserDetail

    +
    UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Emoji[]; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: string[]; pinnedNotes?: Note[]; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarId: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      bannerColor: string
      +
    • +
    • +
      bannerId: string
      +
    • +
    • +
      bannerUrl: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      followersCount: number
      +
    • +
    • +
      followingCount: number
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isAdmin: boolean
      +
    • +
    • +
      isBot: boolean
      +
    • +
    • +
      isCat: boolean
      +
    • +
    • +
      isLocked: boolean
      +
    • +
    • +
      isModerator: boolean
      +
    • +
    • +
      isSilenced: boolean
      +
    • +
    • +
      isSuspended: boolean
      +
    • +
    • +
      name: string
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      Optional pinnedNoteIds?: string[]
      +
    • +
    • +
      Optional pinnedNotes?: Note[]
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserKey

    +
    UserKey: { accessToken: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      accessToken: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_creatednote.html b/docs/modules/misskey_entities_creatednote.html new file mode 100644 index 0000000..95fc243 --- /dev/null +++ b/docs/modules/misskey_entities_creatednote.html @@ -0,0 +1,131 @@ + + + + + + misskey/entities/createdNote | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/entities/createdNote

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_creatednote.misskeyentity.html b/docs/modules/misskey_entities_creatednote.misskeyentity.html new file mode 100644 index 0000000..1b49851 --- /dev/null +++ b/docs/modules/misskey_entities_creatednote.misskeyentity.html @@ -0,0 +1,1081 @@ + + + + + + MisskeyEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MisskeyEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    App

    +
    App: { callbackUrl: string; id: string; name: string; permission: string[]; secret: string }
    + +
    +

    Type declaration

    +
      +
    • +
      callbackUrl: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      permission: string[]
      +
    • +
    • +
      secret: string
      +
    • +
    +
    +
    +
    + +

    Blocking

    +
    Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      blockee: UserDetail
      +
    • +
    • +
      blockeeId: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Choice

    +
    Choice: { isVoted: boolean; text: string; votes: number }
    + +
    +

    Type declaration

    +
      +
    • +
      isVoted: boolean
      +
    • +
    • +
      text: string
      +
    • +
    • +
      votes: number
      +
    • +
    +
    +
    +
    + +

    CreatedNote

    +
    CreatedNote: { createdNote: Note }
    + +
    +

    Type declaration

    +
      +
    • +
      createdNote: Note
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { aliases: string[]; host: string | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      aliases: string[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Favorite

    +
    Favorite: { createdAt: string; id: string; note: Note; noteId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      note: Note
      +
    • +
    • +
      noteId: string
      +
    • +
    +
    +
    +
    + +

    File

    +
    File: { createdAt: string; id: string; isSensitive: boolean; md5: string; name: string; properties: { avgColor: string; height: number; width: number }; size: number; thumbnailUrl: string; type: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isSensitive: boolean
      +
    • +
    • +
      md5: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      properties: { avgColor: string; height: number; width: number }
      +
        +
      • +
        avgColor: string
        +
      • +
      • +
        height: number
        +
      • +
      • +
        width: number
        +
      • +
      +
    • +
    • +
      size: number
      +
    • +
    • +
      thumbnailUrl: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    FollowRequest

    +
    FollowRequest: { followee: User; follower: User; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      followee: User
      +
    • +
    • +
      follower: User
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Follower

    +
    Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      follower: UserDetail
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Following

    +
    Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followee: UserDetail
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Hashtag

    +
    Hashtag: { chart: number[]; tag: string; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      chart: number[]
      +
    • +
    • +
      tag: string
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { createdAt: string; id: string; name: string; userIds: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      userIds: string[]
      +
    • +
    +
    +
    +
    + +

    Meta

    +
    Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Emoji[]; langs: string[]; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      bannerUrl: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      disableLocalTimeline: boolean
      +
    • +
    • +
      disableRegistration: boolean
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      langs: string[]
      +
    • +
    • +
      maintainerEmail: string
      +
    • +
    • +
      maintainerName: string
      +
    • +
    • +
      maxNoteTextLength: 300
      +
    • +
    • +
      name: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    Mute

    +
    Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      mutee: UserDetail
      +
    • +
    • +
      muteeId: string
      +
    • +
    +
    +
    +
    + +

    Note

    +
    Note: { createdAt: string; cw: string | null; emojis: Emoji[]; fileIds: string[]; files: File[]; id: string; mentions?: string[]; myReaction?: string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: string[]; text: string | null; uri?: string; user: User; userId: string; viaMobile?: boolean; visibility: "public" | "home" | "followers" | "specified" }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      cw: string | null
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fileIds: string[]
      +
    • +
    • +
      files: File[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional mentions?: string[]
      +
    • +
    • +
      Optional myReaction?: string
      +
    • +
    • +
      Optional poll?: Poll
      +
    • +
    • +
      reactions: {}
      +
        +
      • +
        [key: string]: number
        +
      • +
      +
    • +
    • +
      Optional renote?: Note
      +
    • +
    • +
      renoteCount: number
      +
    • +
    • +
      renoteId: string | null
      +
    • +
    • +
      repliesCount: number
      +
    • +
    • +
      Optional reply?: Note
      +
    • +
    • +
      replyId: string | null
      +
    • +
    • +
      Optional tags?: string[]
      +
    • +
    • +
      text: string | null
      +
    • +
    • +
      Optional uri?: string
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    • +
      Optional viaMobile?: boolean
      +
    • +
    • +
      visibility: "public" | "home" | "followers" | "specified"
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { createdAt: string; id: string; note?: Note; reaction?: string; type: NotificationType; user: User; userId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional note?: Note
      +
    • +
    • +
      Optional reaction?: string
      +
    • +
    • +
      type: NotificationType
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { choices: Choice[]; expiresAt: string; multiple: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      choices: Choice[]
      +
    • +
    • +
      expiresAt: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { createdAt: string; id: string; type: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    + +

    Relation

    +
    Relation: { hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; id: string; isBlocked: boolean; isBlocking: boolean; isFollowed: boolean; isFollowing: boolean; isMuted: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      hasPendingFollowRequestFromYou: boolean
      +
    • +
    • +
      hasPendingFollowRequestToYou: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isBlocked: boolean
      +
    • +
    • +
      isBlocking: boolean
      +
    • +
    • +
      isFollowed: boolean
      +
    • +
    • +
      isFollowing: boolean
      +
    • +
    • +
      isMuted: boolean
      +
    • +
    +
    +
    +
    + +

    Session

    +
    Session: { token: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      token: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { instances: number; notesCount: number; originalNotesCount: number; originalUsersCount: number; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      instances: number
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      originalNotesCount: number
      +
    • +
    • +
      originalUsersCount: number
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    User

    +
    User: { avatarColor: string; avatarUrl: string; emojis: Emoji[]; host: string | null; id: string; name: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserDetail

    +
    UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Emoji[]; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: string[]; pinnedNotes?: Note[]; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarId: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      bannerColor: string
      +
    • +
    • +
      bannerId: string
      +
    • +
    • +
      bannerUrl: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      followersCount: number
      +
    • +
    • +
      followingCount: number
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isAdmin: boolean
      +
    • +
    • +
      isBot: boolean
      +
    • +
    • +
      isCat: boolean
      +
    • +
    • +
      isLocked: boolean
      +
    • +
    • +
      isModerator: boolean
      +
    • +
    • +
      isSilenced: boolean
      +
    • +
    • +
      isSuspended: boolean
      +
    • +
    • +
      name: string
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      Optional pinnedNoteIds?: string[]
      +
    • +
    • +
      Optional pinnedNotes?: Note[]
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserKey

    +
    UserKey: { accessToken: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      accessToken: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_emoji.html b/docs/modules/misskey_entities_emoji.html new file mode 100644 index 0000000..a88fe74 --- /dev/null +++ b/docs/modules/misskey_entities_emoji.html @@ -0,0 +1,131 @@ + + + + + + misskey/entities/emoji | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/entities/emoji

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_emoji.misskeyentity.html b/docs/modules/misskey_entities_emoji.misskeyentity.html new file mode 100644 index 0000000..57a83f6 --- /dev/null +++ b/docs/modules/misskey_entities_emoji.misskeyentity.html @@ -0,0 +1,1081 @@ + + + + + + MisskeyEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MisskeyEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    App

    +
    App: { callbackUrl: string; id: string; name: string; permission: string[]; secret: string }
    + +
    +

    Type declaration

    +
      +
    • +
      callbackUrl: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      permission: string[]
      +
    • +
    • +
      secret: string
      +
    • +
    +
    +
    +
    + +

    Blocking

    +
    Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      blockee: UserDetail
      +
    • +
    • +
      blockeeId: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Choice

    +
    Choice: { isVoted: boolean; text: string; votes: number }
    + +
    +

    Type declaration

    +
      +
    • +
      isVoted: boolean
      +
    • +
    • +
      text: string
      +
    • +
    • +
      votes: number
      +
    • +
    +
    +
    +
    + +

    CreatedNote

    +
    CreatedNote: { createdNote: Note }
    + +
    +

    Type declaration

    +
      +
    • +
      createdNote: Note
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { aliases: string[]; host: string | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      aliases: string[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Favorite

    +
    Favorite: { createdAt: string; id: string; note: Note; noteId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      note: Note
      +
    • +
    • +
      noteId: string
      +
    • +
    +
    +
    +
    + +

    File

    +
    File: { createdAt: string; id: string; isSensitive: boolean; md5: string; name: string; properties: { avgColor: string; height: number; width: number }; size: number; thumbnailUrl: string; type: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isSensitive: boolean
      +
    • +
    • +
      md5: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      properties: { avgColor: string; height: number; width: number }
      +
        +
      • +
        avgColor: string
        +
      • +
      • +
        height: number
        +
      • +
      • +
        width: number
        +
      • +
      +
    • +
    • +
      size: number
      +
    • +
    • +
      thumbnailUrl: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    FollowRequest

    +
    FollowRequest: { followee: User; follower: User; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      followee: User
      +
    • +
    • +
      follower: User
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Follower

    +
    Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      follower: UserDetail
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Following

    +
    Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followee: UserDetail
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Hashtag

    +
    Hashtag: { chart: number[]; tag: string; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      chart: number[]
      +
    • +
    • +
      tag: string
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { createdAt: string; id: string; name: string; userIds: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      userIds: string[]
      +
    • +
    +
    +
    +
    + +

    Meta

    +
    Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Emoji[]; langs: string[]; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      bannerUrl: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      disableLocalTimeline: boolean
      +
    • +
    • +
      disableRegistration: boolean
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      langs: string[]
      +
    • +
    • +
      maintainerEmail: string
      +
    • +
    • +
      maintainerName: string
      +
    • +
    • +
      maxNoteTextLength: 300
      +
    • +
    • +
      name: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    Mute

    +
    Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      mutee: UserDetail
      +
    • +
    • +
      muteeId: string
      +
    • +
    +
    +
    +
    + +

    Note

    +
    Note: { createdAt: string; cw: string | null; emojis: Emoji[]; fileIds: string[]; files: File[]; id: string; mentions?: string[]; myReaction?: string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: string[]; text: string | null; uri?: string; user: User; userId: string; viaMobile?: boolean; visibility: "public" | "home" | "followers" | "specified" }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      cw: string | null
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fileIds: string[]
      +
    • +
    • +
      files: File[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional mentions?: string[]
      +
    • +
    • +
      Optional myReaction?: string
      +
    • +
    • +
      Optional poll?: Poll
      +
    • +
    • +
      reactions: {}
      +
        +
      • +
        [key: string]: number
        +
      • +
      +
    • +
    • +
      Optional renote?: Note
      +
    • +
    • +
      renoteCount: number
      +
    • +
    • +
      renoteId: string | null
      +
    • +
    • +
      repliesCount: number
      +
    • +
    • +
      Optional reply?: Note
      +
    • +
    • +
      replyId: string | null
      +
    • +
    • +
      Optional tags?: string[]
      +
    • +
    • +
      text: string | null
      +
    • +
    • +
      Optional uri?: string
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    • +
      Optional viaMobile?: boolean
      +
    • +
    • +
      visibility: "public" | "home" | "followers" | "specified"
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { createdAt: string; id: string; note?: Note; reaction?: string; type: NotificationType; user: User; userId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional note?: Note
      +
    • +
    • +
      Optional reaction?: string
      +
    • +
    • +
      type: NotificationType
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { choices: Choice[]; expiresAt: string; multiple: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      choices: Choice[]
      +
    • +
    • +
      expiresAt: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { createdAt: string; id: string; type: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    + +

    Relation

    +
    Relation: { hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; id: string; isBlocked: boolean; isBlocking: boolean; isFollowed: boolean; isFollowing: boolean; isMuted: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      hasPendingFollowRequestFromYou: boolean
      +
    • +
    • +
      hasPendingFollowRequestToYou: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isBlocked: boolean
      +
    • +
    • +
      isBlocking: boolean
      +
    • +
    • +
      isFollowed: boolean
      +
    • +
    • +
      isFollowing: boolean
      +
    • +
    • +
      isMuted: boolean
      +
    • +
    +
    +
    +
    + +

    Session

    +
    Session: { token: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      token: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { instances: number; notesCount: number; originalNotesCount: number; originalUsersCount: number; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      instances: number
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      originalNotesCount: number
      +
    • +
    • +
      originalUsersCount: number
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    User

    +
    User: { avatarColor: string; avatarUrl: string; emojis: Emoji[]; host: string | null; id: string; name: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserDetail

    +
    UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Emoji[]; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: string[]; pinnedNotes?: Note[]; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarId: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      bannerColor: string
      +
    • +
    • +
      bannerId: string
      +
    • +
    • +
      bannerUrl: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      followersCount: number
      +
    • +
    • +
      followingCount: number
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isAdmin: boolean
      +
    • +
    • +
      isBot: boolean
      +
    • +
    • +
      isCat: boolean
      +
    • +
    • +
      isLocked: boolean
      +
    • +
    • +
      isModerator: boolean
      +
    • +
    • +
      isSilenced: boolean
      +
    • +
    • +
      isSuspended: boolean
      +
    • +
    • +
      name: string
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      Optional pinnedNoteIds?: string[]
      +
    • +
    • +
      Optional pinnedNotes?: Note[]
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserKey

    +
    UserKey: { accessToken: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      accessToken: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_favorite.html b/docs/modules/misskey_entities_favorite.html new file mode 100644 index 0000000..11b219b --- /dev/null +++ b/docs/modules/misskey_entities_favorite.html @@ -0,0 +1,131 @@ + + + + + + misskey/entities/favorite | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/entities/favorite

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_favorite.misskeyentity.html b/docs/modules/misskey_entities_favorite.misskeyentity.html new file mode 100644 index 0000000..741d9e2 --- /dev/null +++ b/docs/modules/misskey_entities_favorite.misskeyentity.html @@ -0,0 +1,1081 @@ + + + + + + MisskeyEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MisskeyEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    App

    +
    App: { callbackUrl: string; id: string; name: string; permission: string[]; secret: string }
    + +
    +

    Type declaration

    +
      +
    • +
      callbackUrl: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      permission: string[]
      +
    • +
    • +
      secret: string
      +
    • +
    +
    +
    +
    + +

    Blocking

    +
    Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      blockee: UserDetail
      +
    • +
    • +
      blockeeId: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Choice

    +
    Choice: { isVoted: boolean; text: string; votes: number }
    + +
    +

    Type declaration

    +
      +
    • +
      isVoted: boolean
      +
    • +
    • +
      text: string
      +
    • +
    • +
      votes: number
      +
    • +
    +
    +
    +
    + +

    CreatedNote

    +
    CreatedNote: { createdNote: Note }
    + +
    +

    Type declaration

    +
      +
    • +
      createdNote: Note
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { aliases: string[]; host: string | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      aliases: string[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Favorite

    +
    Favorite: { createdAt: string; id: string; note: Note; noteId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      note: Note
      +
    • +
    • +
      noteId: string
      +
    • +
    +
    +
    +
    + +

    File

    +
    File: { createdAt: string; id: string; isSensitive: boolean; md5: string; name: string; properties: { avgColor: string; height: number; width: number }; size: number; thumbnailUrl: string; type: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isSensitive: boolean
      +
    • +
    • +
      md5: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      properties: { avgColor: string; height: number; width: number }
      +
        +
      • +
        avgColor: string
        +
      • +
      • +
        height: number
        +
      • +
      • +
        width: number
        +
      • +
      +
    • +
    • +
      size: number
      +
    • +
    • +
      thumbnailUrl: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    FollowRequest

    +
    FollowRequest: { followee: User; follower: User; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      followee: User
      +
    • +
    • +
      follower: User
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Follower

    +
    Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      follower: UserDetail
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Following

    +
    Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followee: UserDetail
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Hashtag

    +
    Hashtag: { chart: number[]; tag: string; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      chart: number[]
      +
    • +
    • +
      tag: string
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { createdAt: string; id: string; name: string; userIds: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      userIds: string[]
      +
    • +
    +
    +
    +
    + +

    Meta

    +
    Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Emoji[]; langs: string[]; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      bannerUrl: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      disableLocalTimeline: boolean
      +
    • +
    • +
      disableRegistration: boolean
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      langs: string[]
      +
    • +
    • +
      maintainerEmail: string
      +
    • +
    • +
      maintainerName: string
      +
    • +
    • +
      maxNoteTextLength: 300
      +
    • +
    • +
      name: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    Mute

    +
    Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      mutee: UserDetail
      +
    • +
    • +
      muteeId: string
      +
    • +
    +
    +
    +
    + +

    Note

    +
    Note: { createdAt: string; cw: string | null; emojis: Emoji[]; fileIds: string[]; files: File[]; id: string; mentions?: string[]; myReaction?: string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: string[]; text: string | null; uri?: string; user: User; userId: string; viaMobile?: boolean; visibility: "public" | "home" | "followers" | "specified" }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      cw: string | null
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fileIds: string[]
      +
    • +
    • +
      files: File[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional mentions?: string[]
      +
    • +
    • +
      Optional myReaction?: string
      +
    • +
    • +
      Optional poll?: Poll
      +
    • +
    • +
      reactions: {}
      +
        +
      • +
        [key: string]: number
        +
      • +
      +
    • +
    • +
      Optional renote?: Note
      +
    • +
    • +
      renoteCount: number
      +
    • +
    • +
      renoteId: string | null
      +
    • +
    • +
      repliesCount: number
      +
    • +
    • +
      Optional reply?: Note
      +
    • +
    • +
      replyId: string | null
      +
    • +
    • +
      Optional tags?: string[]
      +
    • +
    • +
      text: string | null
      +
    • +
    • +
      Optional uri?: string
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    • +
      Optional viaMobile?: boolean
      +
    • +
    • +
      visibility: "public" | "home" | "followers" | "specified"
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { createdAt: string; id: string; note?: Note; reaction?: string; type: NotificationType; user: User; userId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional note?: Note
      +
    • +
    • +
      Optional reaction?: string
      +
    • +
    • +
      type: NotificationType
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { choices: Choice[]; expiresAt: string; multiple: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      choices: Choice[]
      +
    • +
    • +
      expiresAt: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { createdAt: string; id: string; type: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    + +

    Relation

    +
    Relation: { hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; id: string; isBlocked: boolean; isBlocking: boolean; isFollowed: boolean; isFollowing: boolean; isMuted: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      hasPendingFollowRequestFromYou: boolean
      +
    • +
    • +
      hasPendingFollowRequestToYou: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isBlocked: boolean
      +
    • +
    • +
      isBlocking: boolean
      +
    • +
    • +
      isFollowed: boolean
      +
    • +
    • +
      isFollowing: boolean
      +
    • +
    • +
      isMuted: boolean
      +
    • +
    +
    +
    +
    + +

    Session

    +
    Session: { token: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      token: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { instances: number; notesCount: number; originalNotesCount: number; originalUsersCount: number; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      instances: number
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      originalNotesCount: number
      +
    • +
    • +
      originalUsersCount: number
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    User

    +
    User: { avatarColor: string; avatarUrl: string; emojis: Emoji[]; host: string | null; id: string; name: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserDetail

    +
    UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Emoji[]; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: string[]; pinnedNotes?: Note[]; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarId: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      bannerColor: string
      +
    • +
    • +
      bannerId: string
      +
    • +
    • +
      bannerUrl: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      followersCount: number
      +
    • +
    • +
      followingCount: number
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isAdmin: boolean
      +
    • +
    • +
      isBot: boolean
      +
    • +
    • +
      isCat: boolean
      +
    • +
    • +
      isLocked: boolean
      +
    • +
    • +
      isModerator: boolean
      +
    • +
    • +
      isSilenced: boolean
      +
    • +
    • +
      isSuspended: boolean
      +
    • +
    • +
      name: string
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      Optional pinnedNoteIds?: string[]
      +
    • +
    • +
      Optional pinnedNotes?: Note[]
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserKey

    +
    UserKey: { accessToken: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      accessToken: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_file.html b/docs/modules/misskey_entities_file.html new file mode 100644 index 0000000..c0ee055 --- /dev/null +++ b/docs/modules/misskey_entities_file.html @@ -0,0 +1,131 @@ + + + + + + misskey/entities/file | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/entities/file

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_file.misskeyentity.html b/docs/modules/misskey_entities_file.misskeyentity.html new file mode 100644 index 0000000..5216e6e --- /dev/null +++ b/docs/modules/misskey_entities_file.misskeyentity.html @@ -0,0 +1,1081 @@ + + + + + + MisskeyEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MisskeyEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    App

    +
    App: { callbackUrl: string; id: string; name: string; permission: string[]; secret: string }
    + +
    +

    Type declaration

    +
      +
    • +
      callbackUrl: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      permission: string[]
      +
    • +
    • +
      secret: string
      +
    • +
    +
    +
    +
    + +

    Blocking

    +
    Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      blockee: UserDetail
      +
    • +
    • +
      blockeeId: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Choice

    +
    Choice: { isVoted: boolean; text: string; votes: number }
    + +
    +

    Type declaration

    +
      +
    • +
      isVoted: boolean
      +
    • +
    • +
      text: string
      +
    • +
    • +
      votes: number
      +
    • +
    +
    +
    +
    + +

    CreatedNote

    +
    CreatedNote: { createdNote: Note }
    + +
    +

    Type declaration

    +
      +
    • +
      createdNote: Note
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { aliases: string[]; host: string | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      aliases: string[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Favorite

    +
    Favorite: { createdAt: string; id: string; note: Note; noteId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      note: Note
      +
    • +
    • +
      noteId: string
      +
    • +
    +
    +
    +
    + +

    File

    +
    File: { createdAt: string; id: string; isSensitive: boolean; md5: string; name: string; properties: { avgColor: string; height: number; width: number }; size: number; thumbnailUrl: string; type: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isSensitive: boolean
      +
    • +
    • +
      md5: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      properties: { avgColor: string; height: number; width: number }
      +
        +
      • +
        avgColor: string
        +
      • +
      • +
        height: number
        +
      • +
      • +
        width: number
        +
      • +
      +
    • +
    • +
      size: number
      +
    • +
    • +
      thumbnailUrl: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    FollowRequest

    +
    FollowRequest: { followee: User; follower: User; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      followee: User
      +
    • +
    • +
      follower: User
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Follower

    +
    Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      follower: UserDetail
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Following

    +
    Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followee: UserDetail
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Hashtag

    +
    Hashtag: { chart: number[]; tag: string; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      chart: number[]
      +
    • +
    • +
      tag: string
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { createdAt: string; id: string; name: string; userIds: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      userIds: string[]
      +
    • +
    +
    +
    +
    + +

    Meta

    +
    Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Emoji[]; langs: string[]; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      bannerUrl: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      disableLocalTimeline: boolean
      +
    • +
    • +
      disableRegistration: boolean
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      langs: string[]
      +
    • +
    • +
      maintainerEmail: string
      +
    • +
    • +
      maintainerName: string
      +
    • +
    • +
      maxNoteTextLength: 300
      +
    • +
    • +
      name: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    Mute

    +
    Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      mutee: UserDetail
      +
    • +
    • +
      muteeId: string
      +
    • +
    +
    +
    +
    + +

    Note

    +
    Note: { createdAt: string; cw: string | null; emojis: Emoji[]; fileIds: string[]; files: File[]; id: string; mentions?: string[]; myReaction?: string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: string[]; text: string | null; uri?: string; user: User; userId: string; viaMobile?: boolean; visibility: "public" | "home" | "followers" | "specified" }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      cw: string | null
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fileIds: string[]
      +
    • +
    • +
      files: File[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional mentions?: string[]
      +
    • +
    • +
      Optional myReaction?: string
      +
    • +
    • +
      Optional poll?: Poll
      +
    • +
    • +
      reactions: {}
      +
        +
      • +
        [key: string]: number
        +
      • +
      +
    • +
    • +
      Optional renote?: Note
      +
    • +
    • +
      renoteCount: number
      +
    • +
    • +
      renoteId: string | null
      +
    • +
    • +
      repliesCount: number
      +
    • +
    • +
      Optional reply?: Note
      +
    • +
    • +
      replyId: string | null
      +
    • +
    • +
      Optional tags?: string[]
      +
    • +
    • +
      text: string | null
      +
    • +
    • +
      Optional uri?: string
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    • +
      Optional viaMobile?: boolean
      +
    • +
    • +
      visibility: "public" | "home" | "followers" | "specified"
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { createdAt: string; id: string; note?: Note; reaction?: string; type: NotificationType; user: User; userId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional note?: Note
      +
    • +
    • +
      Optional reaction?: string
      +
    • +
    • +
      type: NotificationType
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { choices: Choice[]; expiresAt: string; multiple: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      choices: Choice[]
      +
    • +
    • +
      expiresAt: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { createdAt: string; id: string; type: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    + +

    Relation

    +
    Relation: { hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; id: string; isBlocked: boolean; isBlocking: boolean; isFollowed: boolean; isFollowing: boolean; isMuted: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      hasPendingFollowRequestFromYou: boolean
      +
    • +
    • +
      hasPendingFollowRequestToYou: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isBlocked: boolean
      +
    • +
    • +
      isBlocking: boolean
      +
    • +
    • +
      isFollowed: boolean
      +
    • +
    • +
      isFollowing: boolean
      +
    • +
    • +
      isMuted: boolean
      +
    • +
    +
    +
    +
    + +

    Session

    +
    Session: { token: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      token: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { instances: number; notesCount: number; originalNotesCount: number; originalUsersCount: number; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      instances: number
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      originalNotesCount: number
      +
    • +
    • +
      originalUsersCount: number
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    User

    +
    User: { avatarColor: string; avatarUrl: string; emojis: Emoji[]; host: string | null; id: string; name: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserDetail

    +
    UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Emoji[]; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: string[]; pinnedNotes?: Note[]; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarId: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      bannerColor: string
      +
    • +
    • +
      bannerId: string
      +
    • +
    • +
      bannerUrl: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      followersCount: number
      +
    • +
    • +
      followingCount: number
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isAdmin: boolean
      +
    • +
    • +
      isBot: boolean
      +
    • +
    • +
      isCat: boolean
      +
    • +
    • +
      isLocked: boolean
      +
    • +
    • +
      isModerator: boolean
      +
    • +
    • +
      isSilenced: boolean
      +
    • +
    • +
      isSuspended: boolean
      +
    • +
    • +
      name: string
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      Optional pinnedNoteIds?: string[]
      +
    • +
    • +
      Optional pinnedNotes?: Note[]
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserKey

    +
    UserKey: { accessToken: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      accessToken: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_follower.html b/docs/modules/misskey_entities_follower.html new file mode 100644 index 0000000..df79bb8 --- /dev/null +++ b/docs/modules/misskey_entities_follower.html @@ -0,0 +1,131 @@ + + + + + + misskey/entities/follower | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/entities/follower

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_follower.misskeyentity.html b/docs/modules/misskey_entities_follower.misskeyentity.html new file mode 100644 index 0000000..d64449c --- /dev/null +++ b/docs/modules/misskey_entities_follower.misskeyentity.html @@ -0,0 +1,1081 @@ + + + + + + MisskeyEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MisskeyEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    App

    +
    App: { callbackUrl: string; id: string; name: string; permission: string[]; secret: string }
    + +
    +

    Type declaration

    +
      +
    • +
      callbackUrl: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      permission: string[]
      +
    • +
    • +
      secret: string
      +
    • +
    +
    +
    +
    + +

    Blocking

    +
    Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      blockee: UserDetail
      +
    • +
    • +
      blockeeId: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Choice

    +
    Choice: { isVoted: boolean; text: string; votes: number }
    + +
    +

    Type declaration

    +
      +
    • +
      isVoted: boolean
      +
    • +
    • +
      text: string
      +
    • +
    • +
      votes: number
      +
    • +
    +
    +
    +
    + +

    CreatedNote

    +
    CreatedNote: { createdNote: Note }
    + +
    +

    Type declaration

    +
      +
    • +
      createdNote: Note
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { aliases: string[]; host: string | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      aliases: string[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Favorite

    +
    Favorite: { createdAt: string; id: string; note: Note; noteId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      note: Note
      +
    • +
    • +
      noteId: string
      +
    • +
    +
    +
    +
    + +

    File

    +
    File: { createdAt: string; id: string; isSensitive: boolean; md5: string; name: string; properties: { avgColor: string; height: number; width: number }; size: number; thumbnailUrl: string; type: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isSensitive: boolean
      +
    • +
    • +
      md5: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      properties: { avgColor: string; height: number; width: number }
      +
        +
      • +
        avgColor: string
        +
      • +
      • +
        height: number
        +
      • +
      • +
        width: number
        +
      • +
      +
    • +
    • +
      size: number
      +
    • +
    • +
      thumbnailUrl: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    FollowRequest

    +
    FollowRequest: { followee: User; follower: User; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      followee: User
      +
    • +
    • +
      follower: User
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Follower

    +
    Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      follower: UserDetail
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Following

    +
    Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followee: UserDetail
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Hashtag

    +
    Hashtag: { chart: number[]; tag: string; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      chart: number[]
      +
    • +
    • +
      tag: string
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { createdAt: string; id: string; name: string; userIds: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      userIds: string[]
      +
    • +
    +
    +
    +
    + +

    Meta

    +
    Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Emoji[]; langs: string[]; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      bannerUrl: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      disableLocalTimeline: boolean
      +
    • +
    • +
      disableRegistration: boolean
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      langs: string[]
      +
    • +
    • +
      maintainerEmail: string
      +
    • +
    • +
      maintainerName: string
      +
    • +
    • +
      maxNoteTextLength: 300
      +
    • +
    • +
      name: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    Mute

    +
    Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      mutee: UserDetail
      +
    • +
    • +
      muteeId: string
      +
    • +
    +
    +
    +
    + +

    Note

    +
    Note: { createdAt: string; cw: string | null; emojis: Emoji[]; fileIds: string[]; files: File[]; id: string; mentions?: string[]; myReaction?: string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: string[]; text: string | null; uri?: string; user: User; userId: string; viaMobile?: boolean; visibility: "public" | "home" | "followers" | "specified" }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      cw: string | null
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fileIds: string[]
      +
    • +
    • +
      files: File[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional mentions?: string[]
      +
    • +
    • +
      Optional myReaction?: string
      +
    • +
    • +
      Optional poll?: Poll
      +
    • +
    • +
      reactions: {}
      +
        +
      • +
        [key: string]: number
        +
      • +
      +
    • +
    • +
      Optional renote?: Note
      +
    • +
    • +
      renoteCount: number
      +
    • +
    • +
      renoteId: string | null
      +
    • +
    • +
      repliesCount: number
      +
    • +
    • +
      Optional reply?: Note
      +
    • +
    • +
      replyId: string | null
      +
    • +
    • +
      Optional tags?: string[]
      +
    • +
    • +
      text: string | null
      +
    • +
    • +
      Optional uri?: string
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    • +
      Optional viaMobile?: boolean
      +
    • +
    • +
      visibility: "public" | "home" | "followers" | "specified"
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { createdAt: string; id: string; note?: Note; reaction?: string; type: NotificationType; user: User; userId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional note?: Note
      +
    • +
    • +
      Optional reaction?: string
      +
    • +
    • +
      type: NotificationType
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { choices: Choice[]; expiresAt: string; multiple: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      choices: Choice[]
      +
    • +
    • +
      expiresAt: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { createdAt: string; id: string; type: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    + +

    Relation

    +
    Relation: { hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; id: string; isBlocked: boolean; isBlocking: boolean; isFollowed: boolean; isFollowing: boolean; isMuted: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      hasPendingFollowRequestFromYou: boolean
      +
    • +
    • +
      hasPendingFollowRequestToYou: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isBlocked: boolean
      +
    • +
    • +
      isBlocking: boolean
      +
    • +
    • +
      isFollowed: boolean
      +
    • +
    • +
      isFollowing: boolean
      +
    • +
    • +
      isMuted: boolean
      +
    • +
    +
    +
    +
    + +

    Session

    +
    Session: { token: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      token: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { instances: number; notesCount: number; originalNotesCount: number; originalUsersCount: number; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      instances: number
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      originalNotesCount: number
      +
    • +
    • +
      originalUsersCount: number
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    User

    +
    User: { avatarColor: string; avatarUrl: string; emojis: Emoji[]; host: string | null; id: string; name: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserDetail

    +
    UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Emoji[]; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: string[]; pinnedNotes?: Note[]; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarId: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      bannerColor: string
      +
    • +
    • +
      bannerId: string
      +
    • +
    • +
      bannerUrl: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      followersCount: number
      +
    • +
    • +
      followingCount: number
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isAdmin: boolean
      +
    • +
    • +
      isBot: boolean
      +
    • +
    • +
      isCat: boolean
      +
    • +
    • +
      isLocked: boolean
      +
    • +
    • +
      isModerator: boolean
      +
    • +
    • +
      isSilenced: boolean
      +
    • +
    • +
      isSuspended: boolean
      +
    • +
    • +
      name: string
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      Optional pinnedNoteIds?: string[]
      +
    • +
    • +
      Optional pinnedNotes?: Note[]
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserKey

    +
    UserKey: { accessToken: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      accessToken: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_following.html b/docs/modules/misskey_entities_following.html new file mode 100644 index 0000000..f3a3d5e --- /dev/null +++ b/docs/modules/misskey_entities_following.html @@ -0,0 +1,131 @@ + + + + + + misskey/entities/following | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/entities/following

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_following.misskeyentity.html b/docs/modules/misskey_entities_following.misskeyentity.html new file mode 100644 index 0000000..88ea54d --- /dev/null +++ b/docs/modules/misskey_entities_following.misskeyentity.html @@ -0,0 +1,1081 @@ + + + + + + MisskeyEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MisskeyEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    App

    +
    App: { callbackUrl: string; id: string; name: string; permission: string[]; secret: string }
    + +
    +

    Type declaration

    +
      +
    • +
      callbackUrl: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      permission: string[]
      +
    • +
    • +
      secret: string
      +
    • +
    +
    +
    +
    + +

    Blocking

    +
    Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      blockee: UserDetail
      +
    • +
    • +
      blockeeId: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Choice

    +
    Choice: { isVoted: boolean; text: string; votes: number }
    + +
    +

    Type declaration

    +
      +
    • +
      isVoted: boolean
      +
    • +
    • +
      text: string
      +
    • +
    • +
      votes: number
      +
    • +
    +
    +
    +
    + +

    CreatedNote

    +
    CreatedNote: { createdNote: Note }
    + +
    +

    Type declaration

    +
      +
    • +
      createdNote: Note
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { aliases: string[]; host: string | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      aliases: string[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Favorite

    +
    Favorite: { createdAt: string; id: string; note: Note; noteId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      note: Note
      +
    • +
    • +
      noteId: string
      +
    • +
    +
    +
    +
    + +

    File

    +
    File: { createdAt: string; id: string; isSensitive: boolean; md5: string; name: string; properties: { avgColor: string; height: number; width: number }; size: number; thumbnailUrl: string; type: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isSensitive: boolean
      +
    • +
    • +
      md5: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      properties: { avgColor: string; height: number; width: number }
      +
        +
      • +
        avgColor: string
        +
      • +
      • +
        height: number
        +
      • +
      • +
        width: number
        +
      • +
      +
    • +
    • +
      size: number
      +
    • +
    • +
      thumbnailUrl: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    FollowRequest

    +
    FollowRequest: { followee: User; follower: User; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      followee: User
      +
    • +
    • +
      follower: User
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Follower

    +
    Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      follower: UserDetail
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Following

    +
    Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followee: UserDetail
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Hashtag

    +
    Hashtag: { chart: number[]; tag: string; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      chart: number[]
      +
    • +
    • +
      tag: string
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { createdAt: string; id: string; name: string; userIds: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      userIds: string[]
      +
    • +
    +
    +
    +
    + +

    Meta

    +
    Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Emoji[]; langs: string[]; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      bannerUrl: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      disableLocalTimeline: boolean
      +
    • +
    • +
      disableRegistration: boolean
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      langs: string[]
      +
    • +
    • +
      maintainerEmail: string
      +
    • +
    • +
      maintainerName: string
      +
    • +
    • +
      maxNoteTextLength: 300
      +
    • +
    • +
      name: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    Mute

    +
    Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      mutee: UserDetail
      +
    • +
    • +
      muteeId: string
      +
    • +
    +
    +
    +
    + +

    Note

    +
    Note: { createdAt: string; cw: string | null; emojis: Emoji[]; fileIds: string[]; files: File[]; id: string; mentions?: string[]; myReaction?: string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: string[]; text: string | null; uri?: string; user: User; userId: string; viaMobile?: boolean; visibility: "public" | "home" | "followers" | "specified" }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      cw: string | null
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fileIds: string[]
      +
    • +
    • +
      files: File[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional mentions?: string[]
      +
    • +
    • +
      Optional myReaction?: string
      +
    • +
    • +
      Optional poll?: Poll
      +
    • +
    • +
      reactions: {}
      +
        +
      • +
        [key: string]: number
        +
      • +
      +
    • +
    • +
      Optional renote?: Note
      +
    • +
    • +
      renoteCount: number
      +
    • +
    • +
      renoteId: string | null
      +
    • +
    • +
      repliesCount: number
      +
    • +
    • +
      Optional reply?: Note
      +
    • +
    • +
      replyId: string | null
      +
    • +
    • +
      Optional tags?: string[]
      +
    • +
    • +
      text: string | null
      +
    • +
    • +
      Optional uri?: string
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    • +
      Optional viaMobile?: boolean
      +
    • +
    • +
      visibility: "public" | "home" | "followers" | "specified"
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { createdAt: string; id: string; note?: Note; reaction?: string; type: NotificationType; user: User; userId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional note?: Note
      +
    • +
    • +
      Optional reaction?: string
      +
    • +
    • +
      type: NotificationType
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { choices: Choice[]; expiresAt: string; multiple: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      choices: Choice[]
      +
    • +
    • +
      expiresAt: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { createdAt: string; id: string; type: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    + +

    Relation

    +
    Relation: { hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; id: string; isBlocked: boolean; isBlocking: boolean; isFollowed: boolean; isFollowing: boolean; isMuted: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      hasPendingFollowRequestFromYou: boolean
      +
    • +
    • +
      hasPendingFollowRequestToYou: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isBlocked: boolean
      +
    • +
    • +
      isBlocking: boolean
      +
    • +
    • +
      isFollowed: boolean
      +
    • +
    • +
      isFollowing: boolean
      +
    • +
    • +
      isMuted: boolean
      +
    • +
    +
    +
    +
    + +

    Session

    +
    Session: { token: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      token: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { instances: number; notesCount: number; originalNotesCount: number; originalUsersCount: number; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      instances: number
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      originalNotesCount: number
      +
    • +
    • +
      originalUsersCount: number
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    User

    +
    User: { avatarColor: string; avatarUrl: string; emojis: Emoji[]; host: string | null; id: string; name: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserDetail

    +
    UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Emoji[]; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: string[]; pinnedNotes?: Note[]; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarId: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      bannerColor: string
      +
    • +
    • +
      bannerId: string
      +
    • +
    • +
      bannerUrl: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      followersCount: number
      +
    • +
    • +
      followingCount: number
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isAdmin: boolean
      +
    • +
    • +
      isBot: boolean
      +
    • +
    • +
      isCat: boolean
      +
    • +
    • +
      isLocked: boolean
      +
    • +
    • +
      isModerator: boolean
      +
    • +
    • +
      isSilenced: boolean
      +
    • +
    • +
      isSuspended: boolean
      +
    • +
    • +
      name: string
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      Optional pinnedNoteIds?: string[]
      +
    • +
    • +
      Optional pinnedNotes?: Note[]
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserKey

    +
    UserKey: { accessToken: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      accessToken: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_followrequest.html b/docs/modules/misskey_entities_followrequest.html new file mode 100644 index 0000000..b45f778 --- /dev/null +++ b/docs/modules/misskey_entities_followrequest.html @@ -0,0 +1,131 @@ + + + + + + misskey/entities/followRequest | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/entities/followRequest

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_followrequest.misskeyentity.html b/docs/modules/misskey_entities_followrequest.misskeyentity.html new file mode 100644 index 0000000..afeb2f7 --- /dev/null +++ b/docs/modules/misskey_entities_followrequest.misskeyentity.html @@ -0,0 +1,1081 @@ + + + + + + MisskeyEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MisskeyEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    App

    +
    App: { callbackUrl: string; id: string; name: string; permission: string[]; secret: string }
    + +
    +

    Type declaration

    +
      +
    • +
      callbackUrl: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      permission: string[]
      +
    • +
    • +
      secret: string
      +
    • +
    +
    +
    +
    + +

    Blocking

    +
    Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      blockee: UserDetail
      +
    • +
    • +
      blockeeId: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Choice

    +
    Choice: { isVoted: boolean; text: string; votes: number }
    + +
    +

    Type declaration

    +
      +
    • +
      isVoted: boolean
      +
    • +
    • +
      text: string
      +
    • +
    • +
      votes: number
      +
    • +
    +
    +
    +
    + +

    CreatedNote

    +
    CreatedNote: { createdNote: Note }
    + +
    +

    Type declaration

    +
      +
    • +
      createdNote: Note
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { aliases: string[]; host: string | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      aliases: string[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Favorite

    +
    Favorite: { createdAt: string; id: string; note: Note; noteId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      note: Note
      +
    • +
    • +
      noteId: string
      +
    • +
    +
    +
    +
    + +

    File

    +
    File: { createdAt: string; id: string; isSensitive: boolean; md5: string; name: string; properties: { avgColor: string; height: number; width: number }; size: number; thumbnailUrl: string; type: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isSensitive: boolean
      +
    • +
    • +
      md5: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      properties: { avgColor: string; height: number; width: number }
      +
        +
      • +
        avgColor: string
        +
      • +
      • +
        height: number
        +
      • +
      • +
        width: number
        +
      • +
      +
    • +
    • +
      size: number
      +
    • +
    • +
      thumbnailUrl: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    FollowRequest

    +
    FollowRequest: { followee: User; follower: User; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      followee: User
      +
    • +
    • +
      follower: User
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Follower

    +
    Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      follower: UserDetail
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Following

    +
    Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followee: UserDetail
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Hashtag

    +
    Hashtag: { chart: number[]; tag: string; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      chart: number[]
      +
    • +
    • +
      tag: string
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { createdAt: string; id: string; name: string; userIds: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      userIds: string[]
      +
    • +
    +
    +
    +
    + +

    Meta

    +
    Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Emoji[]; langs: string[]; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      bannerUrl: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      disableLocalTimeline: boolean
      +
    • +
    • +
      disableRegistration: boolean
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      langs: string[]
      +
    • +
    • +
      maintainerEmail: string
      +
    • +
    • +
      maintainerName: string
      +
    • +
    • +
      maxNoteTextLength: 300
      +
    • +
    • +
      name: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    Mute

    +
    Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      mutee: UserDetail
      +
    • +
    • +
      muteeId: string
      +
    • +
    +
    +
    +
    + +

    Note

    +
    Note: { createdAt: string; cw: string | null; emojis: Emoji[]; fileIds: string[]; files: File[]; id: string; mentions?: string[]; myReaction?: string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: string[]; text: string | null; uri?: string; user: User; userId: string; viaMobile?: boolean; visibility: "public" | "home" | "followers" | "specified" }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      cw: string | null
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fileIds: string[]
      +
    • +
    • +
      files: File[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional mentions?: string[]
      +
    • +
    • +
      Optional myReaction?: string
      +
    • +
    • +
      Optional poll?: Poll
      +
    • +
    • +
      reactions: {}
      +
        +
      • +
        [key: string]: number
        +
      • +
      +
    • +
    • +
      Optional renote?: Note
      +
    • +
    • +
      renoteCount: number
      +
    • +
    • +
      renoteId: string | null
      +
    • +
    • +
      repliesCount: number
      +
    • +
    • +
      Optional reply?: Note
      +
    • +
    • +
      replyId: string | null
      +
    • +
    • +
      Optional tags?: string[]
      +
    • +
    • +
      text: string | null
      +
    • +
    • +
      Optional uri?: string
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    • +
      Optional viaMobile?: boolean
      +
    • +
    • +
      visibility: "public" | "home" | "followers" | "specified"
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { createdAt: string; id: string; note?: Note; reaction?: string; type: NotificationType; user: User; userId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional note?: Note
      +
    • +
    • +
      Optional reaction?: string
      +
    • +
    • +
      type: NotificationType
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { choices: Choice[]; expiresAt: string; multiple: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      choices: Choice[]
      +
    • +
    • +
      expiresAt: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { createdAt: string; id: string; type: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    + +

    Relation

    +
    Relation: { hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; id: string; isBlocked: boolean; isBlocking: boolean; isFollowed: boolean; isFollowing: boolean; isMuted: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      hasPendingFollowRequestFromYou: boolean
      +
    • +
    • +
      hasPendingFollowRequestToYou: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isBlocked: boolean
      +
    • +
    • +
      isBlocking: boolean
      +
    • +
    • +
      isFollowed: boolean
      +
    • +
    • +
      isFollowing: boolean
      +
    • +
    • +
      isMuted: boolean
      +
    • +
    +
    +
    +
    + +

    Session

    +
    Session: { token: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      token: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { instances: number; notesCount: number; originalNotesCount: number; originalUsersCount: number; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      instances: number
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      originalNotesCount: number
      +
    • +
    • +
      originalUsersCount: number
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    User

    +
    User: { avatarColor: string; avatarUrl: string; emojis: Emoji[]; host: string | null; id: string; name: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserDetail

    +
    UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Emoji[]; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: string[]; pinnedNotes?: Note[]; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarId: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      bannerColor: string
      +
    • +
    • +
      bannerId: string
      +
    • +
    • +
      bannerUrl: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      followersCount: number
      +
    • +
    • +
      followingCount: number
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isAdmin: boolean
      +
    • +
    • +
      isBot: boolean
      +
    • +
    • +
      isCat: boolean
      +
    • +
    • +
      isLocked: boolean
      +
    • +
    • +
      isModerator: boolean
      +
    • +
    • +
      isSilenced: boolean
      +
    • +
    • +
      isSuspended: boolean
      +
    • +
    • +
      name: string
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      Optional pinnedNoteIds?: string[]
      +
    • +
    • +
      Optional pinnedNotes?: Note[]
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserKey

    +
    UserKey: { accessToken: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      accessToken: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_hashtag.html b/docs/modules/misskey_entities_hashtag.html new file mode 100644 index 0000000..9577e87 --- /dev/null +++ b/docs/modules/misskey_entities_hashtag.html @@ -0,0 +1,131 @@ + + + + + + misskey/entities/hashtag | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/entities/hashtag

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_hashtag.misskeyentity.html b/docs/modules/misskey_entities_hashtag.misskeyentity.html new file mode 100644 index 0000000..1755940 --- /dev/null +++ b/docs/modules/misskey_entities_hashtag.misskeyentity.html @@ -0,0 +1,1081 @@ + + + + + + MisskeyEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MisskeyEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    App

    +
    App: { callbackUrl: string; id: string; name: string; permission: string[]; secret: string }
    + +
    +

    Type declaration

    +
      +
    • +
      callbackUrl: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      permission: string[]
      +
    • +
    • +
      secret: string
      +
    • +
    +
    +
    +
    + +

    Blocking

    +
    Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      blockee: UserDetail
      +
    • +
    • +
      blockeeId: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Choice

    +
    Choice: { isVoted: boolean; text: string; votes: number }
    + +
    +

    Type declaration

    +
      +
    • +
      isVoted: boolean
      +
    • +
    • +
      text: string
      +
    • +
    • +
      votes: number
      +
    • +
    +
    +
    +
    + +

    CreatedNote

    +
    CreatedNote: { createdNote: Note }
    + +
    +

    Type declaration

    +
      +
    • +
      createdNote: Note
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { aliases: string[]; host: string | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      aliases: string[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Favorite

    +
    Favorite: { createdAt: string; id: string; note: Note; noteId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      note: Note
      +
    • +
    • +
      noteId: string
      +
    • +
    +
    +
    +
    + +

    File

    +
    File: { createdAt: string; id: string; isSensitive: boolean; md5: string; name: string; properties: { avgColor: string; height: number; width: number }; size: number; thumbnailUrl: string; type: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isSensitive: boolean
      +
    • +
    • +
      md5: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      properties: { avgColor: string; height: number; width: number }
      +
        +
      • +
        avgColor: string
        +
      • +
      • +
        height: number
        +
      • +
      • +
        width: number
        +
      • +
      +
    • +
    • +
      size: number
      +
    • +
    • +
      thumbnailUrl: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    FollowRequest

    +
    FollowRequest: { followee: User; follower: User; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      followee: User
      +
    • +
    • +
      follower: User
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Follower

    +
    Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      follower: UserDetail
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Following

    +
    Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followee: UserDetail
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Hashtag

    +
    Hashtag: { chart: number[]; tag: string; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      chart: number[]
      +
    • +
    • +
      tag: string
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { createdAt: string; id: string; name: string; userIds: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      userIds: string[]
      +
    • +
    +
    +
    +
    + +

    Meta

    +
    Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Emoji[]; langs: string[]; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      bannerUrl: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      disableLocalTimeline: boolean
      +
    • +
    • +
      disableRegistration: boolean
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      langs: string[]
      +
    • +
    • +
      maintainerEmail: string
      +
    • +
    • +
      maintainerName: string
      +
    • +
    • +
      maxNoteTextLength: 300
      +
    • +
    • +
      name: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    Mute

    +
    Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      mutee: UserDetail
      +
    • +
    • +
      muteeId: string
      +
    • +
    +
    +
    +
    + +

    Note

    +
    Note: { createdAt: string; cw: string | null; emojis: Emoji[]; fileIds: string[]; files: File[]; id: string; mentions?: string[]; myReaction?: string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: string[]; text: string | null; uri?: string; user: User; userId: string; viaMobile?: boolean; visibility: "public" | "home" | "followers" | "specified" }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      cw: string | null
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fileIds: string[]
      +
    • +
    • +
      files: File[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional mentions?: string[]
      +
    • +
    • +
      Optional myReaction?: string
      +
    • +
    • +
      Optional poll?: Poll
      +
    • +
    • +
      reactions: {}
      +
        +
      • +
        [key: string]: number
        +
      • +
      +
    • +
    • +
      Optional renote?: Note
      +
    • +
    • +
      renoteCount: number
      +
    • +
    • +
      renoteId: string | null
      +
    • +
    • +
      repliesCount: number
      +
    • +
    • +
      Optional reply?: Note
      +
    • +
    • +
      replyId: string | null
      +
    • +
    • +
      Optional tags?: string[]
      +
    • +
    • +
      text: string | null
      +
    • +
    • +
      Optional uri?: string
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    • +
      Optional viaMobile?: boolean
      +
    • +
    • +
      visibility: "public" | "home" | "followers" | "specified"
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { createdAt: string; id: string; note?: Note; reaction?: string; type: NotificationType; user: User; userId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional note?: Note
      +
    • +
    • +
      Optional reaction?: string
      +
    • +
    • +
      type: NotificationType
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { choices: Choice[]; expiresAt: string; multiple: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      choices: Choice[]
      +
    • +
    • +
      expiresAt: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { createdAt: string; id: string; type: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    + +

    Relation

    +
    Relation: { hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; id: string; isBlocked: boolean; isBlocking: boolean; isFollowed: boolean; isFollowing: boolean; isMuted: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      hasPendingFollowRequestFromYou: boolean
      +
    • +
    • +
      hasPendingFollowRequestToYou: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isBlocked: boolean
      +
    • +
    • +
      isBlocking: boolean
      +
    • +
    • +
      isFollowed: boolean
      +
    • +
    • +
      isFollowing: boolean
      +
    • +
    • +
      isMuted: boolean
      +
    • +
    +
    +
    +
    + +

    Session

    +
    Session: { token: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      token: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { instances: number; notesCount: number; originalNotesCount: number; originalUsersCount: number; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      instances: number
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      originalNotesCount: number
      +
    • +
    • +
      originalUsersCount: number
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    User

    +
    User: { avatarColor: string; avatarUrl: string; emojis: Emoji[]; host: string | null; id: string; name: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserDetail

    +
    UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Emoji[]; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: string[]; pinnedNotes?: Note[]; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarId: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      bannerColor: string
      +
    • +
    • +
      bannerId: string
      +
    • +
    • +
      bannerUrl: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      followersCount: number
      +
    • +
    • +
      followingCount: number
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isAdmin: boolean
      +
    • +
    • +
      isBot: boolean
      +
    • +
    • +
      isCat: boolean
      +
    • +
    • +
      isLocked: boolean
      +
    • +
    • +
      isModerator: boolean
      +
    • +
    • +
      isSilenced: boolean
      +
    • +
    • +
      isSuspended: boolean
      +
    • +
    • +
      name: string
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      Optional pinnedNoteIds?: string[]
      +
    • +
    • +
      Optional pinnedNotes?: Note[]
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserKey

    +
    UserKey: { accessToken: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      accessToken: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_list.html b/docs/modules/misskey_entities_list.html new file mode 100644 index 0000000..5781e5e --- /dev/null +++ b/docs/modules/misskey_entities_list.html @@ -0,0 +1,131 @@ + + + + + + misskey/entities/list | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/entities/list

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_list.misskeyentity.html b/docs/modules/misskey_entities_list.misskeyentity.html new file mode 100644 index 0000000..9e7daf2 --- /dev/null +++ b/docs/modules/misskey_entities_list.misskeyentity.html @@ -0,0 +1,1081 @@ + + + + + + MisskeyEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MisskeyEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    App

    +
    App: { callbackUrl: string; id: string; name: string; permission: string[]; secret: string }
    + +
    +

    Type declaration

    +
      +
    • +
      callbackUrl: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      permission: string[]
      +
    • +
    • +
      secret: string
      +
    • +
    +
    +
    +
    + +

    Blocking

    +
    Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      blockee: UserDetail
      +
    • +
    • +
      blockeeId: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Choice

    +
    Choice: { isVoted: boolean; text: string; votes: number }
    + +
    +

    Type declaration

    +
      +
    • +
      isVoted: boolean
      +
    • +
    • +
      text: string
      +
    • +
    • +
      votes: number
      +
    • +
    +
    +
    +
    + +

    CreatedNote

    +
    CreatedNote: { createdNote: Note }
    + +
    +

    Type declaration

    +
      +
    • +
      createdNote: Note
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { aliases: string[]; host: string | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      aliases: string[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Favorite

    +
    Favorite: { createdAt: string; id: string; note: Note; noteId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      note: Note
      +
    • +
    • +
      noteId: string
      +
    • +
    +
    +
    +
    + +

    File

    +
    File: { createdAt: string; id: string; isSensitive: boolean; md5: string; name: string; properties: { avgColor: string; height: number; width: number }; size: number; thumbnailUrl: string; type: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isSensitive: boolean
      +
    • +
    • +
      md5: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      properties: { avgColor: string; height: number; width: number }
      +
        +
      • +
        avgColor: string
        +
      • +
      • +
        height: number
        +
      • +
      • +
        width: number
        +
      • +
      +
    • +
    • +
      size: number
      +
    • +
    • +
      thumbnailUrl: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    FollowRequest

    +
    FollowRequest: { followee: User; follower: User; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      followee: User
      +
    • +
    • +
      follower: User
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Follower

    +
    Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      follower: UserDetail
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Following

    +
    Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followee: UserDetail
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Hashtag

    +
    Hashtag: { chart: number[]; tag: string; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      chart: number[]
      +
    • +
    • +
      tag: string
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { createdAt: string; id: string; name: string; userIds: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      userIds: string[]
      +
    • +
    +
    +
    +
    + +

    Meta

    +
    Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Emoji[]; langs: string[]; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      bannerUrl: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      disableLocalTimeline: boolean
      +
    • +
    • +
      disableRegistration: boolean
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      langs: string[]
      +
    • +
    • +
      maintainerEmail: string
      +
    • +
    • +
      maintainerName: string
      +
    • +
    • +
      maxNoteTextLength: 300
      +
    • +
    • +
      name: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    Mute

    +
    Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      mutee: UserDetail
      +
    • +
    • +
      muteeId: string
      +
    • +
    +
    +
    +
    + +

    Note

    +
    Note: { createdAt: string; cw: string | null; emojis: Emoji[]; fileIds: string[]; files: File[]; id: string; mentions?: string[]; myReaction?: string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: string[]; text: string | null; uri?: string; user: User; userId: string; viaMobile?: boolean; visibility: "public" | "home" | "followers" | "specified" }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      cw: string | null
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fileIds: string[]
      +
    • +
    • +
      files: File[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional mentions?: string[]
      +
    • +
    • +
      Optional myReaction?: string
      +
    • +
    • +
      Optional poll?: Poll
      +
    • +
    • +
      reactions: {}
      +
        +
      • +
        [key: string]: number
        +
      • +
      +
    • +
    • +
      Optional renote?: Note
      +
    • +
    • +
      renoteCount: number
      +
    • +
    • +
      renoteId: string | null
      +
    • +
    • +
      repliesCount: number
      +
    • +
    • +
      Optional reply?: Note
      +
    • +
    • +
      replyId: string | null
      +
    • +
    • +
      Optional tags?: string[]
      +
    • +
    • +
      text: string | null
      +
    • +
    • +
      Optional uri?: string
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    • +
      Optional viaMobile?: boolean
      +
    • +
    • +
      visibility: "public" | "home" | "followers" | "specified"
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { createdAt: string; id: string; note?: Note; reaction?: string; type: NotificationType; user: User; userId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional note?: Note
      +
    • +
    • +
      Optional reaction?: string
      +
    • +
    • +
      type: NotificationType
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { choices: Choice[]; expiresAt: string; multiple: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      choices: Choice[]
      +
    • +
    • +
      expiresAt: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { createdAt: string; id: string; type: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    + +

    Relation

    +
    Relation: { hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; id: string; isBlocked: boolean; isBlocking: boolean; isFollowed: boolean; isFollowing: boolean; isMuted: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      hasPendingFollowRequestFromYou: boolean
      +
    • +
    • +
      hasPendingFollowRequestToYou: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isBlocked: boolean
      +
    • +
    • +
      isBlocking: boolean
      +
    • +
    • +
      isFollowed: boolean
      +
    • +
    • +
      isFollowing: boolean
      +
    • +
    • +
      isMuted: boolean
      +
    • +
    +
    +
    +
    + +

    Session

    +
    Session: { token: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      token: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { instances: number; notesCount: number; originalNotesCount: number; originalUsersCount: number; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      instances: number
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      originalNotesCount: number
      +
    • +
    • +
      originalUsersCount: number
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    User

    +
    User: { avatarColor: string; avatarUrl: string; emojis: Emoji[]; host: string | null; id: string; name: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserDetail

    +
    UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Emoji[]; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: string[]; pinnedNotes?: Note[]; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarId: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      bannerColor: string
      +
    • +
    • +
      bannerId: string
      +
    • +
    • +
      bannerUrl: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      followersCount: number
      +
    • +
    • +
      followingCount: number
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isAdmin: boolean
      +
    • +
    • +
      isBot: boolean
      +
    • +
    • +
      isCat: boolean
      +
    • +
    • +
      isLocked: boolean
      +
    • +
    • +
      isModerator: boolean
      +
    • +
    • +
      isSilenced: boolean
      +
    • +
    • +
      isSuspended: boolean
      +
    • +
    • +
      name: string
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      Optional pinnedNoteIds?: string[]
      +
    • +
    • +
      Optional pinnedNotes?: Note[]
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserKey

    +
    UserKey: { accessToken: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      accessToken: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_meta.html b/docs/modules/misskey_entities_meta.html new file mode 100644 index 0000000..3bce889 --- /dev/null +++ b/docs/modules/misskey_entities_meta.html @@ -0,0 +1,131 @@ + + + + + + misskey/entities/meta | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/entities/meta

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_meta.misskeyentity.html b/docs/modules/misskey_entities_meta.misskeyentity.html new file mode 100644 index 0000000..8dbc4e9 --- /dev/null +++ b/docs/modules/misskey_entities_meta.misskeyentity.html @@ -0,0 +1,1081 @@ + + + + + + MisskeyEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MisskeyEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    App

    +
    App: { callbackUrl: string; id: string; name: string; permission: string[]; secret: string }
    + +
    +

    Type declaration

    +
      +
    • +
      callbackUrl: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      permission: string[]
      +
    • +
    • +
      secret: string
      +
    • +
    +
    +
    +
    + +

    Blocking

    +
    Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      blockee: UserDetail
      +
    • +
    • +
      blockeeId: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Choice

    +
    Choice: { isVoted: boolean; text: string; votes: number }
    + +
    +

    Type declaration

    +
      +
    • +
      isVoted: boolean
      +
    • +
    • +
      text: string
      +
    • +
    • +
      votes: number
      +
    • +
    +
    +
    +
    + +

    CreatedNote

    +
    CreatedNote: { createdNote: Note }
    + +
    +

    Type declaration

    +
      +
    • +
      createdNote: Note
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { aliases: string[]; host: string | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      aliases: string[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Favorite

    +
    Favorite: { createdAt: string; id: string; note: Note; noteId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      note: Note
      +
    • +
    • +
      noteId: string
      +
    • +
    +
    +
    +
    + +

    File

    +
    File: { createdAt: string; id: string; isSensitive: boolean; md5: string; name: string; properties: { avgColor: string; height: number; width: number }; size: number; thumbnailUrl: string; type: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isSensitive: boolean
      +
    • +
    • +
      md5: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      properties: { avgColor: string; height: number; width: number }
      +
        +
      • +
        avgColor: string
        +
      • +
      • +
        height: number
        +
      • +
      • +
        width: number
        +
      • +
      +
    • +
    • +
      size: number
      +
    • +
    • +
      thumbnailUrl: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    FollowRequest

    +
    FollowRequest: { followee: User; follower: User; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      followee: User
      +
    • +
    • +
      follower: User
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Follower

    +
    Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      follower: UserDetail
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Following

    +
    Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followee: UserDetail
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Hashtag

    +
    Hashtag: { chart: number[]; tag: string; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      chart: number[]
      +
    • +
    • +
      tag: string
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { createdAt: string; id: string; name: string; userIds: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      userIds: string[]
      +
    • +
    +
    +
    +
    + +

    Meta

    +
    Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Emoji[]; langs: string[]; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      bannerUrl: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      disableLocalTimeline: boolean
      +
    • +
    • +
      disableRegistration: boolean
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      langs: string[]
      +
    • +
    • +
      maintainerEmail: string
      +
    • +
    • +
      maintainerName: string
      +
    • +
    • +
      maxNoteTextLength: 300
      +
    • +
    • +
      name: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    Mute

    +
    Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      mutee: UserDetail
      +
    • +
    • +
      muteeId: string
      +
    • +
    +
    +
    +
    + +

    Note

    +
    Note: { createdAt: string; cw: string | null; emojis: Emoji[]; fileIds: string[]; files: File[]; id: string; mentions?: string[]; myReaction?: string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: string[]; text: string | null; uri?: string; user: User; userId: string; viaMobile?: boolean; visibility: "public" | "home" | "followers" | "specified" }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      cw: string | null
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fileIds: string[]
      +
    • +
    • +
      files: File[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional mentions?: string[]
      +
    • +
    • +
      Optional myReaction?: string
      +
    • +
    • +
      Optional poll?: Poll
      +
    • +
    • +
      reactions: {}
      +
        +
      • +
        [key: string]: number
        +
      • +
      +
    • +
    • +
      Optional renote?: Note
      +
    • +
    • +
      renoteCount: number
      +
    • +
    • +
      renoteId: string | null
      +
    • +
    • +
      repliesCount: number
      +
    • +
    • +
      Optional reply?: Note
      +
    • +
    • +
      replyId: string | null
      +
    • +
    • +
      Optional tags?: string[]
      +
    • +
    • +
      text: string | null
      +
    • +
    • +
      Optional uri?: string
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    • +
      Optional viaMobile?: boolean
      +
    • +
    • +
      visibility: "public" | "home" | "followers" | "specified"
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { createdAt: string; id: string; note?: Note; reaction?: string; type: NotificationType; user: User; userId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional note?: Note
      +
    • +
    • +
      Optional reaction?: string
      +
    • +
    • +
      type: NotificationType
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { choices: Choice[]; expiresAt: string; multiple: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      choices: Choice[]
      +
    • +
    • +
      expiresAt: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { createdAt: string; id: string; type: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    + +

    Relation

    +
    Relation: { hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; id: string; isBlocked: boolean; isBlocking: boolean; isFollowed: boolean; isFollowing: boolean; isMuted: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      hasPendingFollowRequestFromYou: boolean
      +
    • +
    • +
      hasPendingFollowRequestToYou: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isBlocked: boolean
      +
    • +
    • +
      isBlocking: boolean
      +
    • +
    • +
      isFollowed: boolean
      +
    • +
    • +
      isFollowing: boolean
      +
    • +
    • +
      isMuted: boolean
      +
    • +
    +
    +
    +
    + +

    Session

    +
    Session: { token: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      token: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { instances: number; notesCount: number; originalNotesCount: number; originalUsersCount: number; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      instances: number
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      originalNotesCount: number
      +
    • +
    • +
      originalUsersCount: number
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    User

    +
    User: { avatarColor: string; avatarUrl: string; emojis: Emoji[]; host: string | null; id: string; name: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserDetail

    +
    UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Emoji[]; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: string[]; pinnedNotes?: Note[]; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarId: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      bannerColor: string
      +
    • +
    • +
      bannerId: string
      +
    • +
    • +
      bannerUrl: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      followersCount: number
      +
    • +
    • +
      followingCount: number
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isAdmin: boolean
      +
    • +
    • +
      isBot: boolean
      +
    • +
    • +
      isCat: boolean
      +
    • +
    • +
      isLocked: boolean
      +
    • +
    • +
      isModerator: boolean
      +
    • +
    • +
      isSilenced: boolean
      +
    • +
    • +
      isSuspended: boolean
      +
    • +
    • +
      name: string
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      Optional pinnedNoteIds?: string[]
      +
    • +
    • +
      Optional pinnedNotes?: Note[]
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserKey

    +
    UserKey: { accessToken: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      accessToken: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_mute.html b/docs/modules/misskey_entities_mute.html new file mode 100644 index 0000000..d5632a3 --- /dev/null +++ b/docs/modules/misskey_entities_mute.html @@ -0,0 +1,131 @@ + + + + + + misskey/entities/mute | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/entities/mute

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_mute.misskeyentity.html b/docs/modules/misskey_entities_mute.misskeyentity.html new file mode 100644 index 0000000..5fa7c28 --- /dev/null +++ b/docs/modules/misskey_entities_mute.misskeyentity.html @@ -0,0 +1,1081 @@ + + + + + + MisskeyEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MisskeyEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    App

    +
    App: { callbackUrl: string; id: string; name: string; permission: string[]; secret: string }
    + +
    +

    Type declaration

    +
      +
    • +
      callbackUrl: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      permission: string[]
      +
    • +
    • +
      secret: string
      +
    • +
    +
    +
    +
    + +

    Blocking

    +
    Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      blockee: UserDetail
      +
    • +
    • +
      blockeeId: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Choice

    +
    Choice: { isVoted: boolean; text: string; votes: number }
    + +
    +

    Type declaration

    +
      +
    • +
      isVoted: boolean
      +
    • +
    • +
      text: string
      +
    • +
    • +
      votes: number
      +
    • +
    +
    +
    +
    + +

    CreatedNote

    +
    CreatedNote: { createdNote: Note }
    + +
    +

    Type declaration

    +
      +
    • +
      createdNote: Note
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { aliases: string[]; host: string | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      aliases: string[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Favorite

    +
    Favorite: { createdAt: string; id: string; note: Note; noteId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      note: Note
      +
    • +
    • +
      noteId: string
      +
    • +
    +
    +
    +
    + +

    File

    +
    File: { createdAt: string; id: string; isSensitive: boolean; md5: string; name: string; properties: { avgColor: string; height: number; width: number }; size: number; thumbnailUrl: string; type: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isSensitive: boolean
      +
    • +
    • +
      md5: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      properties: { avgColor: string; height: number; width: number }
      +
        +
      • +
        avgColor: string
        +
      • +
      • +
        height: number
        +
      • +
      • +
        width: number
        +
      • +
      +
    • +
    • +
      size: number
      +
    • +
    • +
      thumbnailUrl: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    FollowRequest

    +
    FollowRequest: { followee: User; follower: User; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      followee: User
      +
    • +
    • +
      follower: User
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Follower

    +
    Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      follower: UserDetail
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Following

    +
    Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followee: UserDetail
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Hashtag

    +
    Hashtag: { chart: number[]; tag: string; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      chart: number[]
      +
    • +
    • +
      tag: string
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { createdAt: string; id: string; name: string; userIds: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      userIds: string[]
      +
    • +
    +
    +
    +
    + +

    Meta

    +
    Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Emoji[]; langs: string[]; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      bannerUrl: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      disableLocalTimeline: boolean
      +
    • +
    • +
      disableRegistration: boolean
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      langs: string[]
      +
    • +
    • +
      maintainerEmail: string
      +
    • +
    • +
      maintainerName: string
      +
    • +
    • +
      maxNoteTextLength: 300
      +
    • +
    • +
      name: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    Mute

    +
    Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      mutee: UserDetail
      +
    • +
    • +
      muteeId: string
      +
    • +
    +
    +
    +
    + +

    Note

    +
    Note: { createdAt: string; cw: string | null; emojis: Emoji[]; fileIds: string[]; files: File[]; id: string; mentions?: string[]; myReaction?: string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: string[]; text: string | null; uri?: string; user: User; userId: string; viaMobile?: boolean; visibility: "public" | "home" | "followers" | "specified" }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      cw: string | null
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fileIds: string[]
      +
    • +
    • +
      files: File[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional mentions?: string[]
      +
    • +
    • +
      Optional myReaction?: string
      +
    • +
    • +
      Optional poll?: Poll
      +
    • +
    • +
      reactions: {}
      +
        +
      • +
        [key: string]: number
        +
      • +
      +
    • +
    • +
      Optional renote?: Note
      +
    • +
    • +
      renoteCount: number
      +
    • +
    • +
      renoteId: string | null
      +
    • +
    • +
      repliesCount: number
      +
    • +
    • +
      Optional reply?: Note
      +
    • +
    • +
      replyId: string | null
      +
    • +
    • +
      Optional tags?: string[]
      +
    • +
    • +
      text: string | null
      +
    • +
    • +
      Optional uri?: string
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    • +
      Optional viaMobile?: boolean
      +
    • +
    • +
      visibility: "public" | "home" | "followers" | "specified"
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { createdAt: string; id: string; note?: Note; reaction?: string; type: NotificationType; user: User; userId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional note?: Note
      +
    • +
    • +
      Optional reaction?: string
      +
    • +
    • +
      type: NotificationType
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { choices: Choice[]; expiresAt: string; multiple: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      choices: Choice[]
      +
    • +
    • +
      expiresAt: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { createdAt: string; id: string; type: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    + +

    Relation

    +
    Relation: { hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; id: string; isBlocked: boolean; isBlocking: boolean; isFollowed: boolean; isFollowing: boolean; isMuted: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      hasPendingFollowRequestFromYou: boolean
      +
    • +
    • +
      hasPendingFollowRequestToYou: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isBlocked: boolean
      +
    • +
    • +
      isBlocking: boolean
      +
    • +
    • +
      isFollowed: boolean
      +
    • +
    • +
      isFollowing: boolean
      +
    • +
    • +
      isMuted: boolean
      +
    • +
    +
    +
    +
    + +

    Session

    +
    Session: { token: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      token: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { instances: number; notesCount: number; originalNotesCount: number; originalUsersCount: number; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      instances: number
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      originalNotesCount: number
      +
    • +
    • +
      originalUsersCount: number
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    User

    +
    User: { avatarColor: string; avatarUrl: string; emojis: Emoji[]; host: string | null; id: string; name: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserDetail

    +
    UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Emoji[]; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: string[]; pinnedNotes?: Note[]; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarId: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      bannerColor: string
      +
    • +
    • +
      bannerId: string
      +
    • +
    • +
      bannerUrl: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      followersCount: number
      +
    • +
    • +
      followingCount: number
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isAdmin: boolean
      +
    • +
    • +
      isBot: boolean
      +
    • +
    • +
      isCat: boolean
      +
    • +
    • +
      isLocked: boolean
      +
    • +
    • +
      isModerator: boolean
      +
    • +
    • +
      isSilenced: boolean
      +
    • +
    • +
      isSuspended: boolean
      +
    • +
    • +
      name: string
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      Optional pinnedNoteIds?: string[]
      +
    • +
    • +
      Optional pinnedNotes?: Note[]
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserKey

    +
    UserKey: { accessToken: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      accessToken: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_note.html b/docs/modules/misskey_entities_note.html new file mode 100644 index 0000000..736eba7 --- /dev/null +++ b/docs/modules/misskey_entities_note.html @@ -0,0 +1,131 @@ + + + + + + misskey/entities/note | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/entities/note

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_note.misskeyentity.html b/docs/modules/misskey_entities_note.misskeyentity.html new file mode 100644 index 0000000..13ad163 --- /dev/null +++ b/docs/modules/misskey_entities_note.misskeyentity.html @@ -0,0 +1,1081 @@ + + + + + + MisskeyEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MisskeyEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    App

    +
    App: { callbackUrl: string; id: string; name: string; permission: string[]; secret: string }
    + +
    +

    Type declaration

    +
      +
    • +
      callbackUrl: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      permission: string[]
      +
    • +
    • +
      secret: string
      +
    • +
    +
    +
    +
    + +

    Blocking

    +
    Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      blockee: UserDetail
      +
    • +
    • +
      blockeeId: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Choice

    +
    Choice: { isVoted: boolean; text: string; votes: number }
    + +
    +

    Type declaration

    +
      +
    • +
      isVoted: boolean
      +
    • +
    • +
      text: string
      +
    • +
    • +
      votes: number
      +
    • +
    +
    +
    +
    + +

    CreatedNote

    +
    CreatedNote: { createdNote: Note }
    + +
    +

    Type declaration

    +
      +
    • +
      createdNote: Note
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { aliases: string[]; host: string | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      aliases: string[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Favorite

    +
    Favorite: { createdAt: string; id: string; note: Note; noteId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      note: Note
      +
    • +
    • +
      noteId: string
      +
    • +
    +
    +
    +
    + +

    File

    +
    File: { createdAt: string; id: string; isSensitive: boolean; md5: string; name: string; properties: { avgColor: string; height: number; width: number }; size: number; thumbnailUrl: string; type: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isSensitive: boolean
      +
    • +
    • +
      md5: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      properties: { avgColor: string; height: number; width: number }
      +
        +
      • +
        avgColor: string
        +
      • +
      • +
        height: number
        +
      • +
      • +
        width: number
        +
      • +
      +
    • +
    • +
      size: number
      +
    • +
    • +
      thumbnailUrl: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    FollowRequest

    +
    FollowRequest: { followee: User; follower: User; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      followee: User
      +
    • +
    • +
      follower: User
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Follower

    +
    Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      follower: UserDetail
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Following

    +
    Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followee: UserDetail
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Hashtag

    +
    Hashtag: { chart: number[]; tag: string; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      chart: number[]
      +
    • +
    • +
      tag: string
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { createdAt: string; id: string; name: string; userIds: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      userIds: string[]
      +
    • +
    +
    +
    +
    + +

    Meta

    +
    Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Emoji[]; langs: string[]; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      bannerUrl: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      disableLocalTimeline: boolean
      +
    • +
    • +
      disableRegistration: boolean
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      langs: string[]
      +
    • +
    • +
      maintainerEmail: string
      +
    • +
    • +
      maintainerName: string
      +
    • +
    • +
      maxNoteTextLength: 300
      +
    • +
    • +
      name: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    Mute

    +
    Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      mutee: UserDetail
      +
    • +
    • +
      muteeId: string
      +
    • +
    +
    +
    +
    + +

    Note

    +
    Note: { createdAt: string; cw: string | null; emojis: Emoji[]; fileIds: string[]; files: File[]; id: string; mentions?: string[]; myReaction?: string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: string[]; text: string | null; uri?: string; user: User; userId: string; viaMobile?: boolean; visibility: "public" | "home" | "followers" | "specified" }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      cw: string | null
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fileIds: string[]
      +
    • +
    • +
      files: File[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional mentions?: string[]
      +
    • +
    • +
      Optional myReaction?: string
      +
    • +
    • +
      Optional poll?: Poll
      +
    • +
    • +
      reactions: {}
      +
        +
      • +
        [key: string]: number
        +
      • +
      +
    • +
    • +
      Optional renote?: Note
      +
    • +
    • +
      renoteCount: number
      +
    • +
    • +
      renoteId: string | null
      +
    • +
    • +
      repliesCount: number
      +
    • +
    • +
      Optional reply?: Note
      +
    • +
    • +
      replyId: string | null
      +
    • +
    • +
      Optional tags?: string[]
      +
    • +
    • +
      text: string | null
      +
    • +
    • +
      Optional uri?: string
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    • +
      Optional viaMobile?: boolean
      +
    • +
    • +
      visibility: "public" | "home" | "followers" | "specified"
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { createdAt: string; id: string; note?: Note; reaction?: string; type: NotificationType; user: User; userId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional note?: Note
      +
    • +
    • +
      Optional reaction?: string
      +
    • +
    • +
      type: NotificationType
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { choices: Choice[]; expiresAt: string; multiple: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      choices: Choice[]
      +
    • +
    • +
      expiresAt: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { createdAt: string; id: string; type: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    + +

    Relation

    +
    Relation: { hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; id: string; isBlocked: boolean; isBlocking: boolean; isFollowed: boolean; isFollowing: boolean; isMuted: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      hasPendingFollowRequestFromYou: boolean
      +
    • +
    • +
      hasPendingFollowRequestToYou: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isBlocked: boolean
      +
    • +
    • +
      isBlocking: boolean
      +
    • +
    • +
      isFollowed: boolean
      +
    • +
    • +
      isFollowing: boolean
      +
    • +
    • +
      isMuted: boolean
      +
    • +
    +
    +
    +
    + +

    Session

    +
    Session: { token: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      token: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { instances: number; notesCount: number; originalNotesCount: number; originalUsersCount: number; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      instances: number
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      originalNotesCount: number
      +
    • +
    • +
      originalUsersCount: number
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    User

    +
    User: { avatarColor: string; avatarUrl: string; emojis: Emoji[]; host: string | null; id: string; name: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserDetail

    +
    UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Emoji[]; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: string[]; pinnedNotes?: Note[]; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarId: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      bannerColor: string
      +
    • +
    • +
      bannerId: string
      +
    • +
    • +
      bannerUrl: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      followersCount: number
      +
    • +
    • +
      followingCount: number
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isAdmin: boolean
      +
    • +
    • +
      isBot: boolean
      +
    • +
    • +
      isCat: boolean
      +
    • +
    • +
      isLocked: boolean
      +
    • +
    • +
      isModerator: boolean
      +
    • +
    • +
      isSilenced: boolean
      +
    • +
    • +
      isSuspended: boolean
      +
    • +
    • +
      name: string
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      Optional pinnedNoteIds?: string[]
      +
    • +
    • +
      Optional pinnedNotes?: Note[]
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserKey

    +
    UserKey: { accessToken: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      accessToken: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_notification.html b/docs/modules/misskey_entities_notification.html new file mode 100644 index 0000000..e0916fb --- /dev/null +++ b/docs/modules/misskey_entities_notification.html @@ -0,0 +1,131 @@ + + + + + + misskey/entities/notification | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/entities/notification

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_notification.misskeyentity.html b/docs/modules/misskey_entities_notification.misskeyentity.html new file mode 100644 index 0000000..54fe542 --- /dev/null +++ b/docs/modules/misskey_entities_notification.misskeyentity.html @@ -0,0 +1,1081 @@ + + + + + + MisskeyEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MisskeyEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    App

    +
    App: { callbackUrl: string; id: string; name: string; permission: string[]; secret: string }
    + +
    +

    Type declaration

    +
      +
    • +
      callbackUrl: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      permission: string[]
      +
    • +
    • +
      secret: string
      +
    • +
    +
    +
    +
    + +

    Blocking

    +
    Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      blockee: UserDetail
      +
    • +
    • +
      blockeeId: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Choice

    +
    Choice: { isVoted: boolean; text: string; votes: number }
    + +
    +

    Type declaration

    +
      +
    • +
      isVoted: boolean
      +
    • +
    • +
      text: string
      +
    • +
    • +
      votes: number
      +
    • +
    +
    +
    +
    + +

    CreatedNote

    +
    CreatedNote: { createdNote: Note }
    + +
    +

    Type declaration

    +
      +
    • +
      createdNote: Note
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { aliases: string[]; host: string | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      aliases: string[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Favorite

    +
    Favorite: { createdAt: string; id: string; note: Note; noteId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      note: Note
      +
    • +
    • +
      noteId: string
      +
    • +
    +
    +
    +
    + +

    File

    +
    File: { createdAt: string; id: string; isSensitive: boolean; md5: string; name: string; properties: { avgColor: string; height: number; width: number }; size: number; thumbnailUrl: string; type: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isSensitive: boolean
      +
    • +
    • +
      md5: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      properties: { avgColor: string; height: number; width: number }
      +
        +
      • +
        avgColor: string
        +
      • +
      • +
        height: number
        +
      • +
      • +
        width: number
        +
      • +
      +
    • +
    • +
      size: number
      +
    • +
    • +
      thumbnailUrl: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    FollowRequest

    +
    FollowRequest: { followee: User; follower: User; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      followee: User
      +
    • +
    • +
      follower: User
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Follower

    +
    Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      follower: UserDetail
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Following

    +
    Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followee: UserDetail
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Hashtag

    +
    Hashtag: { chart: number[]; tag: string; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      chart: number[]
      +
    • +
    • +
      tag: string
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { createdAt: string; id: string; name: string; userIds: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      userIds: string[]
      +
    • +
    +
    +
    +
    + +

    Meta

    +
    Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Emoji[]; langs: string[]; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      bannerUrl: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      disableLocalTimeline: boolean
      +
    • +
    • +
      disableRegistration: boolean
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      langs: string[]
      +
    • +
    • +
      maintainerEmail: string
      +
    • +
    • +
      maintainerName: string
      +
    • +
    • +
      maxNoteTextLength: 300
      +
    • +
    • +
      name: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    Mute

    +
    Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      mutee: UserDetail
      +
    • +
    • +
      muteeId: string
      +
    • +
    +
    +
    +
    + +

    Note

    +
    Note: { createdAt: string; cw: string | null; emojis: Emoji[]; fileIds: string[]; files: File[]; id: string; mentions?: string[]; myReaction?: string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: string[]; text: string | null; uri?: string; user: User; userId: string; viaMobile?: boolean; visibility: "public" | "home" | "followers" | "specified" }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      cw: string | null
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fileIds: string[]
      +
    • +
    • +
      files: File[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional mentions?: string[]
      +
    • +
    • +
      Optional myReaction?: string
      +
    • +
    • +
      Optional poll?: Poll
      +
    • +
    • +
      reactions: {}
      +
        +
      • +
        [key: string]: number
        +
      • +
      +
    • +
    • +
      Optional renote?: Note
      +
    • +
    • +
      renoteCount: number
      +
    • +
    • +
      renoteId: string | null
      +
    • +
    • +
      repliesCount: number
      +
    • +
    • +
      Optional reply?: Note
      +
    • +
    • +
      replyId: string | null
      +
    • +
    • +
      Optional tags?: string[]
      +
    • +
    • +
      text: string | null
      +
    • +
    • +
      Optional uri?: string
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    • +
      Optional viaMobile?: boolean
      +
    • +
    • +
      visibility: "public" | "home" | "followers" | "specified"
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { createdAt: string; id: string; note?: Note; reaction?: string; type: NotificationType; user: User; userId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional note?: Note
      +
    • +
    • +
      Optional reaction?: string
      +
    • +
    • +
      type: NotificationType
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { choices: Choice[]; expiresAt: string; multiple: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      choices: Choice[]
      +
    • +
    • +
      expiresAt: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { createdAt: string; id: string; type: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    + +

    Relation

    +
    Relation: { hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; id: string; isBlocked: boolean; isBlocking: boolean; isFollowed: boolean; isFollowing: boolean; isMuted: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      hasPendingFollowRequestFromYou: boolean
      +
    • +
    • +
      hasPendingFollowRequestToYou: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isBlocked: boolean
      +
    • +
    • +
      isBlocking: boolean
      +
    • +
    • +
      isFollowed: boolean
      +
    • +
    • +
      isFollowing: boolean
      +
    • +
    • +
      isMuted: boolean
      +
    • +
    +
    +
    +
    + +

    Session

    +
    Session: { token: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      token: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { instances: number; notesCount: number; originalNotesCount: number; originalUsersCount: number; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      instances: number
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      originalNotesCount: number
      +
    • +
    • +
      originalUsersCount: number
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    User

    +
    User: { avatarColor: string; avatarUrl: string; emojis: Emoji[]; host: string | null; id: string; name: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserDetail

    +
    UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Emoji[]; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: string[]; pinnedNotes?: Note[]; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarId: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      bannerColor: string
      +
    • +
    • +
      bannerId: string
      +
    • +
    • +
      bannerUrl: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      followersCount: number
      +
    • +
    • +
      followingCount: number
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isAdmin: boolean
      +
    • +
    • +
      isBot: boolean
      +
    • +
    • +
      isCat: boolean
      +
    • +
    • +
      isLocked: boolean
      +
    • +
    • +
      isModerator: boolean
      +
    • +
    • +
      isSilenced: boolean
      +
    • +
    • +
      isSuspended: boolean
      +
    • +
    • +
      name: string
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      Optional pinnedNoteIds?: string[]
      +
    • +
    • +
      Optional pinnedNotes?: Note[]
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserKey

    +
    UserKey: { accessToken: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      accessToken: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_poll.html b/docs/modules/misskey_entities_poll.html new file mode 100644 index 0000000..399259c --- /dev/null +++ b/docs/modules/misskey_entities_poll.html @@ -0,0 +1,131 @@ + + + + + + misskey/entities/poll | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/entities/poll

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_poll.misskeyentity.html b/docs/modules/misskey_entities_poll.misskeyentity.html new file mode 100644 index 0000000..16f66d8 --- /dev/null +++ b/docs/modules/misskey_entities_poll.misskeyentity.html @@ -0,0 +1,1081 @@ + + + + + + MisskeyEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MisskeyEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    App

    +
    App: { callbackUrl: string; id: string; name: string; permission: string[]; secret: string }
    + +
    +

    Type declaration

    +
      +
    • +
      callbackUrl: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      permission: string[]
      +
    • +
    • +
      secret: string
      +
    • +
    +
    +
    +
    + +

    Blocking

    +
    Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      blockee: UserDetail
      +
    • +
    • +
      blockeeId: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Choice

    +
    Choice: { isVoted: boolean; text: string; votes: number }
    + +
    +

    Type declaration

    +
      +
    • +
      isVoted: boolean
      +
    • +
    • +
      text: string
      +
    • +
    • +
      votes: number
      +
    • +
    +
    +
    +
    + +

    CreatedNote

    +
    CreatedNote: { createdNote: Note }
    + +
    +

    Type declaration

    +
      +
    • +
      createdNote: Note
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { aliases: string[]; host: string | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      aliases: string[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Favorite

    +
    Favorite: { createdAt: string; id: string; note: Note; noteId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      note: Note
      +
    • +
    • +
      noteId: string
      +
    • +
    +
    +
    +
    + +

    File

    +
    File: { createdAt: string; id: string; isSensitive: boolean; md5: string; name: string; properties: { avgColor: string; height: number; width: number }; size: number; thumbnailUrl: string; type: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isSensitive: boolean
      +
    • +
    • +
      md5: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      properties: { avgColor: string; height: number; width: number }
      +
        +
      • +
        avgColor: string
        +
      • +
      • +
        height: number
        +
      • +
      • +
        width: number
        +
      • +
      +
    • +
    • +
      size: number
      +
    • +
    • +
      thumbnailUrl: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    FollowRequest

    +
    FollowRequest: { followee: User; follower: User; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      followee: User
      +
    • +
    • +
      follower: User
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Follower

    +
    Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      follower: UserDetail
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Following

    +
    Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followee: UserDetail
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Hashtag

    +
    Hashtag: { chart: number[]; tag: string; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      chart: number[]
      +
    • +
    • +
      tag: string
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { createdAt: string; id: string; name: string; userIds: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      userIds: string[]
      +
    • +
    +
    +
    +
    + +

    Meta

    +
    Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Emoji[]; langs: string[]; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      bannerUrl: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      disableLocalTimeline: boolean
      +
    • +
    • +
      disableRegistration: boolean
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      langs: string[]
      +
    • +
    • +
      maintainerEmail: string
      +
    • +
    • +
      maintainerName: string
      +
    • +
    • +
      maxNoteTextLength: 300
      +
    • +
    • +
      name: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    Mute

    +
    Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      mutee: UserDetail
      +
    • +
    • +
      muteeId: string
      +
    • +
    +
    +
    +
    + +

    Note

    +
    Note: { createdAt: string; cw: string | null; emojis: Emoji[]; fileIds: string[]; files: File[]; id: string; mentions?: string[]; myReaction?: string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: string[]; text: string | null; uri?: string; user: User; userId: string; viaMobile?: boolean; visibility: "public" | "home" | "followers" | "specified" }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      cw: string | null
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fileIds: string[]
      +
    • +
    • +
      files: File[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional mentions?: string[]
      +
    • +
    • +
      Optional myReaction?: string
      +
    • +
    • +
      Optional poll?: Poll
      +
    • +
    • +
      reactions: {}
      +
        +
      • +
        [key: string]: number
        +
      • +
      +
    • +
    • +
      Optional renote?: Note
      +
    • +
    • +
      renoteCount: number
      +
    • +
    • +
      renoteId: string | null
      +
    • +
    • +
      repliesCount: number
      +
    • +
    • +
      Optional reply?: Note
      +
    • +
    • +
      replyId: string | null
      +
    • +
    • +
      Optional tags?: string[]
      +
    • +
    • +
      text: string | null
      +
    • +
    • +
      Optional uri?: string
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    • +
      Optional viaMobile?: boolean
      +
    • +
    • +
      visibility: "public" | "home" | "followers" | "specified"
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { createdAt: string; id: string; note?: Note; reaction?: string; type: NotificationType; user: User; userId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional note?: Note
      +
    • +
    • +
      Optional reaction?: string
      +
    • +
    • +
      type: NotificationType
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { choices: Choice[]; expiresAt: string; multiple: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      choices: Choice[]
      +
    • +
    • +
      expiresAt: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { createdAt: string; id: string; type: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    + +

    Relation

    +
    Relation: { hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; id: string; isBlocked: boolean; isBlocking: boolean; isFollowed: boolean; isFollowing: boolean; isMuted: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      hasPendingFollowRequestFromYou: boolean
      +
    • +
    • +
      hasPendingFollowRequestToYou: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isBlocked: boolean
      +
    • +
    • +
      isBlocking: boolean
      +
    • +
    • +
      isFollowed: boolean
      +
    • +
    • +
      isFollowing: boolean
      +
    • +
    • +
      isMuted: boolean
      +
    • +
    +
    +
    +
    + +

    Session

    +
    Session: { token: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      token: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { instances: number; notesCount: number; originalNotesCount: number; originalUsersCount: number; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      instances: number
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      originalNotesCount: number
      +
    • +
    • +
      originalUsersCount: number
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    User

    +
    User: { avatarColor: string; avatarUrl: string; emojis: Emoji[]; host: string | null; id: string; name: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserDetail

    +
    UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Emoji[]; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: string[]; pinnedNotes?: Note[]; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarId: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      bannerColor: string
      +
    • +
    • +
      bannerId: string
      +
    • +
    • +
      bannerUrl: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      followersCount: number
      +
    • +
    • +
      followingCount: number
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isAdmin: boolean
      +
    • +
    • +
      isBot: boolean
      +
    • +
    • +
      isCat: boolean
      +
    • +
    • +
      isLocked: boolean
      +
    • +
    • +
      isModerator: boolean
      +
    • +
    • +
      isSilenced: boolean
      +
    • +
    • +
      isSuspended: boolean
      +
    • +
    • +
      name: string
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      Optional pinnedNoteIds?: string[]
      +
    • +
    • +
      Optional pinnedNotes?: Note[]
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserKey

    +
    UserKey: { accessToken: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      accessToken: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_reaction.html b/docs/modules/misskey_entities_reaction.html new file mode 100644 index 0000000..d451072 --- /dev/null +++ b/docs/modules/misskey_entities_reaction.html @@ -0,0 +1,131 @@ + + + + + + misskey/entities/reaction | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/entities/reaction

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_reaction.misskeyentity.html b/docs/modules/misskey_entities_reaction.misskeyentity.html new file mode 100644 index 0000000..d99e435 --- /dev/null +++ b/docs/modules/misskey_entities_reaction.misskeyentity.html @@ -0,0 +1,1081 @@ + + + + + + MisskeyEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MisskeyEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    App

    +
    App: { callbackUrl: string; id: string; name: string; permission: string[]; secret: string }
    + +
    +

    Type declaration

    +
      +
    • +
      callbackUrl: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      permission: string[]
      +
    • +
    • +
      secret: string
      +
    • +
    +
    +
    +
    + +

    Blocking

    +
    Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      blockee: UserDetail
      +
    • +
    • +
      blockeeId: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Choice

    +
    Choice: { isVoted: boolean; text: string; votes: number }
    + +
    +

    Type declaration

    +
      +
    • +
      isVoted: boolean
      +
    • +
    • +
      text: string
      +
    • +
    • +
      votes: number
      +
    • +
    +
    +
    +
    + +

    CreatedNote

    +
    CreatedNote: { createdNote: Note }
    + +
    +

    Type declaration

    +
      +
    • +
      createdNote: Note
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { aliases: string[]; host: string | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      aliases: string[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Favorite

    +
    Favorite: { createdAt: string; id: string; note: Note; noteId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      note: Note
      +
    • +
    • +
      noteId: string
      +
    • +
    +
    +
    +
    + +

    File

    +
    File: { createdAt: string; id: string; isSensitive: boolean; md5: string; name: string; properties: { avgColor: string; height: number; width: number }; size: number; thumbnailUrl: string; type: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isSensitive: boolean
      +
    • +
    • +
      md5: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      properties: { avgColor: string; height: number; width: number }
      +
        +
      • +
        avgColor: string
        +
      • +
      • +
        height: number
        +
      • +
      • +
        width: number
        +
      • +
      +
    • +
    • +
      size: number
      +
    • +
    • +
      thumbnailUrl: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    FollowRequest

    +
    FollowRequest: { followee: User; follower: User; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      followee: User
      +
    • +
    • +
      follower: User
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Follower

    +
    Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      follower: UserDetail
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Following

    +
    Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followee: UserDetail
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Hashtag

    +
    Hashtag: { chart: number[]; tag: string; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      chart: number[]
      +
    • +
    • +
      tag: string
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { createdAt: string; id: string; name: string; userIds: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      userIds: string[]
      +
    • +
    +
    +
    +
    + +

    Meta

    +
    Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Emoji[]; langs: string[]; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      bannerUrl: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      disableLocalTimeline: boolean
      +
    • +
    • +
      disableRegistration: boolean
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      langs: string[]
      +
    • +
    • +
      maintainerEmail: string
      +
    • +
    • +
      maintainerName: string
      +
    • +
    • +
      maxNoteTextLength: 300
      +
    • +
    • +
      name: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    Mute

    +
    Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      mutee: UserDetail
      +
    • +
    • +
      muteeId: string
      +
    • +
    +
    +
    +
    + +

    Note

    +
    Note: { createdAt: string; cw: string | null; emojis: Emoji[]; fileIds: string[]; files: File[]; id: string; mentions?: string[]; myReaction?: string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: string[]; text: string | null; uri?: string; user: User; userId: string; viaMobile?: boolean; visibility: "public" | "home" | "followers" | "specified" }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      cw: string | null
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fileIds: string[]
      +
    • +
    • +
      files: File[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional mentions?: string[]
      +
    • +
    • +
      Optional myReaction?: string
      +
    • +
    • +
      Optional poll?: Poll
      +
    • +
    • +
      reactions: {}
      +
        +
      • +
        [key: string]: number
        +
      • +
      +
    • +
    • +
      Optional renote?: Note
      +
    • +
    • +
      renoteCount: number
      +
    • +
    • +
      renoteId: string | null
      +
    • +
    • +
      repliesCount: number
      +
    • +
    • +
      Optional reply?: Note
      +
    • +
    • +
      replyId: string | null
      +
    • +
    • +
      Optional tags?: string[]
      +
    • +
    • +
      text: string | null
      +
    • +
    • +
      Optional uri?: string
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    • +
      Optional viaMobile?: boolean
      +
    • +
    • +
      visibility: "public" | "home" | "followers" | "specified"
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { createdAt: string; id: string; note?: Note; reaction?: string; type: NotificationType; user: User; userId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional note?: Note
      +
    • +
    • +
      Optional reaction?: string
      +
    • +
    • +
      type: NotificationType
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { choices: Choice[]; expiresAt: string; multiple: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      choices: Choice[]
      +
    • +
    • +
      expiresAt: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { createdAt: string; id: string; type: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    + +

    Relation

    +
    Relation: { hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; id: string; isBlocked: boolean; isBlocking: boolean; isFollowed: boolean; isFollowing: boolean; isMuted: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      hasPendingFollowRequestFromYou: boolean
      +
    • +
    • +
      hasPendingFollowRequestToYou: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isBlocked: boolean
      +
    • +
    • +
      isBlocking: boolean
      +
    • +
    • +
      isFollowed: boolean
      +
    • +
    • +
      isFollowing: boolean
      +
    • +
    • +
      isMuted: boolean
      +
    • +
    +
    +
    +
    + +

    Session

    +
    Session: { token: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      token: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { instances: number; notesCount: number; originalNotesCount: number; originalUsersCount: number; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      instances: number
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      originalNotesCount: number
      +
    • +
    • +
      originalUsersCount: number
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    User

    +
    User: { avatarColor: string; avatarUrl: string; emojis: Emoji[]; host: string | null; id: string; name: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserDetail

    +
    UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Emoji[]; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: string[]; pinnedNotes?: Note[]; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarId: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      bannerColor: string
      +
    • +
    • +
      bannerId: string
      +
    • +
    • +
      bannerUrl: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      followersCount: number
      +
    • +
    • +
      followingCount: number
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isAdmin: boolean
      +
    • +
    • +
      isBot: boolean
      +
    • +
    • +
      isCat: boolean
      +
    • +
    • +
      isLocked: boolean
      +
    • +
    • +
      isModerator: boolean
      +
    • +
    • +
      isSilenced: boolean
      +
    • +
    • +
      isSuspended: boolean
      +
    • +
    • +
      name: string
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      Optional pinnedNoteIds?: string[]
      +
    • +
    • +
      Optional pinnedNotes?: Note[]
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserKey

    +
    UserKey: { accessToken: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      accessToken: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_relation.html b/docs/modules/misskey_entities_relation.html new file mode 100644 index 0000000..5e243c2 --- /dev/null +++ b/docs/modules/misskey_entities_relation.html @@ -0,0 +1,131 @@ + + + + + + misskey/entities/relation | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/entities/relation

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_relation.misskeyentity.html b/docs/modules/misskey_entities_relation.misskeyentity.html new file mode 100644 index 0000000..a376936 --- /dev/null +++ b/docs/modules/misskey_entities_relation.misskeyentity.html @@ -0,0 +1,1081 @@ + + + + + + MisskeyEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MisskeyEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    App

    +
    App: { callbackUrl: string; id: string; name: string; permission: string[]; secret: string }
    + +
    +

    Type declaration

    +
      +
    • +
      callbackUrl: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      permission: string[]
      +
    • +
    • +
      secret: string
      +
    • +
    +
    +
    +
    + +

    Blocking

    +
    Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      blockee: UserDetail
      +
    • +
    • +
      blockeeId: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Choice

    +
    Choice: { isVoted: boolean; text: string; votes: number }
    + +
    +

    Type declaration

    +
      +
    • +
      isVoted: boolean
      +
    • +
    • +
      text: string
      +
    • +
    • +
      votes: number
      +
    • +
    +
    +
    +
    + +

    CreatedNote

    +
    CreatedNote: { createdNote: Note }
    + +
    +

    Type declaration

    +
      +
    • +
      createdNote: Note
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { aliases: string[]; host: string | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      aliases: string[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Favorite

    +
    Favorite: { createdAt: string; id: string; note: Note; noteId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      note: Note
      +
    • +
    • +
      noteId: string
      +
    • +
    +
    +
    +
    + +

    File

    +
    File: { createdAt: string; id: string; isSensitive: boolean; md5: string; name: string; properties: { avgColor: string; height: number; width: number }; size: number; thumbnailUrl: string; type: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isSensitive: boolean
      +
    • +
    • +
      md5: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      properties: { avgColor: string; height: number; width: number }
      +
        +
      • +
        avgColor: string
        +
      • +
      • +
        height: number
        +
      • +
      • +
        width: number
        +
      • +
      +
    • +
    • +
      size: number
      +
    • +
    • +
      thumbnailUrl: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    FollowRequest

    +
    FollowRequest: { followee: User; follower: User; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      followee: User
      +
    • +
    • +
      follower: User
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Follower

    +
    Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      follower: UserDetail
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Following

    +
    Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followee: UserDetail
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Hashtag

    +
    Hashtag: { chart: number[]; tag: string; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      chart: number[]
      +
    • +
    • +
      tag: string
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { createdAt: string; id: string; name: string; userIds: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      userIds: string[]
      +
    • +
    +
    +
    +
    + +

    Meta

    +
    Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Emoji[]; langs: string[]; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      bannerUrl: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      disableLocalTimeline: boolean
      +
    • +
    • +
      disableRegistration: boolean
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      langs: string[]
      +
    • +
    • +
      maintainerEmail: string
      +
    • +
    • +
      maintainerName: string
      +
    • +
    • +
      maxNoteTextLength: 300
      +
    • +
    • +
      name: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    Mute

    +
    Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      mutee: UserDetail
      +
    • +
    • +
      muteeId: string
      +
    • +
    +
    +
    +
    + +

    Note

    +
    Note: { createdAt: string; cw: string | null; emojis: Emoji[]; fileIds: string[]; files: File[]; id: string; mentions?: string[]; myReaction?: string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: string[]; text: string | null; uri?: string; user: User; userId: string; viaMobile?: boolean; visibility: "public" | "home" | "followers" | "specified" }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      cw: string | null
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fileIds: string[]
      +
    • +
    • +
      files: File[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional mentions?: string[]
      +
    • +
    • +
      Optional myReaction?: string
      +
    • +
    • +
      Optional poll?: Poll
      +
    • +
    • +
      reactions: {}
      +
        +
      • +
        [key: string]: number
        +
      • +
      +
    • +
    • +
      Optional renote?: Note
      +
    • +
    • +
      renoteCount: number
      +
    • +
    • +
      renoteId: string | null
      +
    • +
    • +
      repliesCount: number
      +
    • +
    • +
      Optional reply?: Note
      +
    • +
    • +
      replyId: string | null
      +
    • +
    • +
      Optional tags?: string[]
      +
    • +
    • +
      text: string | null
      +
    • +
    • +
      Optional uri?: string
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    • +
      Optional viaMobile?: boolean
      +
    • +
    • +
      visibility: "public" | "home" | "followers" | "specified"
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { createdAt: string; id: string; note?: Note; reaction?: string; type: NotificationType; user: User; userId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional note?: Note
      +
    • +
    • +
      Optional reaction?: string
      +
    • +
    • +
      type: NotificationType
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { choices: Choice[]; expiresAt: string; multiple: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      choices: Choice[]
      +
    • +
    • +
      expiresAt: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { createdAt: string; id: string; type: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    + +

    Relation

    +
    Relation: { hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; id: string; isBlocked: boolean; isBlocking: boolean; isFollowed: boolean; isFollowing: boolean; isMuted: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      hasPendingFollowRequestFromYou: boolean
      +
    • +
    • +
      hasPendingFollowRequestToYou: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isBlocked: boolean
      +
    • +
    • +
      isBlocking: boolean
      +
    • +
    • +
      isFollowed: boolean
      +
    • +
    • +
      isFollowing: boolean
      +
    • +
    • +
      isMuted: boolean
      +
    • +
    +
    +
    +
    + +

    Session

    +
    Session: { token: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      token: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { instances: number; notesCount: number; originalNotesCount: number; originalUsersCount: number; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      instances: number
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      originalNotesCount: number
      +
    • +
    • +
      originalUsersCount: number
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    User

    +
    User: { avatarColor: string; avatarUrl: string; emojis: Emoji[]; host: string | null; id: string; name: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserDetail

    +
    UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Emoji[]; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: string[]; pinnedNotes?: Note[]; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarId: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      bannerColor: string
      +
    • +
    • +
      bannerId: string
      +
    • +
    • +
      bannerUrl: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      followersCount: number
      +
    • +
    • +
      followingCount: number
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isAdmin: boolean
      +
    • +
    • +
      isBot: boolean
      +
    • +
    • +
      isCat: boolean
      +
    • +
    • +
      isLocked: boolean
      +
    • +
    • +
      isModerator: boolean
      +
    • +
    • +
      isSilenced: boolean
      +
    • +
    • +
      isSuspended: boolean
      +
    • +
    • +
      name: string
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      Optional pinnedNoteIds?: string[]
      +
    • +
    • +
      Optional pinnedNotes?: Note[]
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserKey

    +
    UserKey: { accessToken: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      accessToken: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_session.html b/docs/modules/misskey_entities_session.html new file mode 100644 index 0000000..bdc82cd --- /dev/null +++ b/docs/modules/misskey_entities_session.html @@ -0,0 +1,131 @@ + + + + + + misskey/entities/session | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/entities/session

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_session.misskeyentity.html b/docs/modules/misskey_entities_session.misskeyentity.html new file mode 100644 index 0000000..4e95756 --- /dev/null +++ b/docs/modules/misskey_entities_session.misskeyentity.html @@ -0,0 +1,1081 @@ + + + + + + MisskeyEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MisskeyEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    App

    +
    App: { callbackUrl: string; id: string; name: string; permission: string[]; secret: string }
    + +
    +

    Type declaration

    +
      +
    • +
      callbackUrl: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      permission: string[]
      +
    • +
    • +
      secret: string
      +
    • +
    +
    +
    +
    + +

    Blocking

    +
    Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      blockee: UserDetail
      +
    • +
    • +
      blockeeId: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Choice

    +
    Choice: { isVoted: boolean; text: string; votes: number }
    + +
    +

    Type declaration

    +
      +
    • +
      isVoted: boolean
      +
    • +
    • +
      text: string
      +
    • +
    • +
      votes: number
      +
    • +
    +
    +
    +
    + +

    CreatedNote

    +
    CreatedNote: { createdNote: Note }
    + +
    +

    Type declaration

    +
      +
    • +
      createdNote: Note
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { aliases: string[]; host: string | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      aliases: string[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Favorite

    +
    Favorite: { createdAt: string; id: string; note: Note; noteId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      note: Note
      +
    • +
    • +
      noteId: string
      +
    • +
    +
    +
    +
    + +

    File

    +
    File: { createdAt: string; id: string; isSensitive: boolean; md5: string; name: string; properties: { avgColor: string; height: number; width: number }; size: number; thumbnailUrl: string; type: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isSensitive: boolean
      +
    • +
    • +
      md5: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      properties: { avgColor: string; height: number; width: number }
      +
        +
      • +
        avgColor: string
        +
      • +
      • +
        height: number
        +
      • +
      • +
        width: number
        +
      • +
      +
    • +
    • +
      size: number
      +
    • +
    • +
      thumbnailUrl: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    FollowRequest

    +
    FollowRequest: { followee: User; follower: User; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      followee: User
      +
    • +
    • +
      follower: User
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Follower

    +
    Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      follower: UserDetail
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Following

    +
    Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followee: UserDetail
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Hashtag

    +
    Hashtag: { chart: number[]; tag: string; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      chart: number[]
      +
    • +
    • +
      tag: string
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { createdAt: string; id: string; name: string; userIds: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      userIds: string[]
      +
    • +
    +
    +
    +
    + +

    Meta

    +
    Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Emoji[]; langs: string[]; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      bannerUrl: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      disableLocalTimeline: boolean
      +
    • +
    • +
      disableRegistration: boolean
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      langs: string[]
      +
    • +
    • +
      maintainerEmail: string
      +
    • +
    • +
      maintainerName: string
      +
    • +
    • +
      maxNoteTextLength: 300
      +
    • +
    • +
      name: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    Mute

    +
    Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      mutee: UserDetail
      +
    • +
    • +
      muteeId: string
      +
    • +
    +
    +
    +
    + +

    Note

    +
    Note: { createdAt: string; cw: string | null; emojis: Emoji[]; fileIds: string[]; files: File[]; id: string; mentions?: string[]; myReaction?: string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: string[]; text: string | null; uri?: string; user: User; userId: string; viaMobile?: boolean; visibility: "public" | "home" | "followers" | "specified" }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      cw: string | null
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fileIds: string[]
      +
    • +
    • +
      files: File[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional mentions?: string[]
      +
    • +
    • +
      Optional myReaction?: string
      +
    • +
    • +
      Optional poll?: Poll
      +
    • +
    • +
      reactions: {}
      +
        +
      • +
        [key: string]: number
        +
      • +
      +
    • +
    • +
      Optional renote?: Note
      +
    • +
    • +
      renoteCount: number
      +
    • +
    • +
      renoteId: string | null
      +
    • +
    • +
      repliesCount: number
      +
    • +
    • +
      Optional reply?: Note
      +
    • +
    • +
      replyId: string | null
      +
    • +
    • +
      Optional tags?: string[]
      +
    • +
    • +
      text: string | null
      +
    • +
    • +
      Optional uri?: string
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    • +
      Optional viaMobile?: boolean
      +
    • +
    • +
      visibility: "public" | "home" | "followers" | "specified"
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { createdAt: string; id: string; note?: Note; reaction?: string; type: NotificationType; user: User; userId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional note?: Note
      +
    • +
    • +
      Optional reaction?: string
      +
    • +
    • +
      type: NotificationType
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { choices: Choice[]; expiresAt: string; multiple: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      choices: Choice[]
      +
    • +
    • +
      expiresAt: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { createdAt: string; id: string; type: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    + +

    Relation

    +
    Relation: { hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; id: string; isBlocked: boolean; isBlocking: boolean; isFollowed: boolean; isFollowing: boolean; isMuted: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      hasPendingFollowRequestFromYou: boolean
      +
    • +
    • +
      hasPendingFollowRequestToYou: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isBlocked: boolean
      +
    • +
    • +
      isBlocking: boolean
      +
    • +
    • +
      isFollowed: boolean
      +
    • +
    • +
      isFollowing: boolean
      +
    • +
    • +
      isMuted: boolean
      +
    • +
    +
    +
    +
    + +

    Session

    +
    Session: { token: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      token: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { instances: number; notesCount: number; originalNotesCount: number; originalUsersCount: number; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      instances: number
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      originalNotesCount: number
      +
    • +
    • +
      originalUsersCount: number
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    User

    +
    User: { avatarColor: string; avatarUrl: string; emojis: Emoji[]; host: string | null; id: string; name: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserDetail

    +
    UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Emoji[]; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: string[]; pinnedNotes?: Note[]; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarId: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      bannerColor: string
      +
    • +
    • +
      bannerId: string
      +
    • +
    • +
      bannerUrl: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      followersCount: number
      +
    • +
    • +
      followingCount: number
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isAdmin: boolean
      +
    • +
    • +
      isBot: boolean
      +
    • +
    • +
      isCat: boolean
      +
    • +
    • +
      isLocked: boolean
      +
    • +
    • +
      isModerator: boolean
      +
    • +
    • +
      isSilenced: boolean
      +
    • +
    • +
      isSuspended: boolean
      +
    • +
    • +
      name: string
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      Optional pinnedNoteIds?: string[]
      +
    • +
    • +
      Optional pinnedNotes?: Note[]
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserKey

    +
    UserKey: { accessToken: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      accessToken: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_stats.html b/docs/modules/misskey_entities_stats.html new file mode 100644 index 0000000..e14544f --- /dev/null +++ b/docs/modules/misskey_entities_stats.html @@ -0,0 +1,131 @@ + + + + + + misskey/entities/stats | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/entities/stats

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_stats.misskeyentity.html b/docs/modules/misskey_entities_stats.misskeyentity.html new file mode 100644 index 0000000..dda6e0e --- /dev/null +++ b/docs/modules/misskey_entities_stats.misskeyentity.html @@ -0,0 +1,1081 @@ + + + + + + MisskeyEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MisskeyEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    App

    +
    App: { callbackUrl: string; id: string; name: string; permission: string[]; secret: string }
    + +
    +

    Type declaration

    +
      +
    • +
      callbackUrl: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      permission: string[]
      +
    • +
    • +
      secret: string
      +
    • +
    +
    +
    +
    + +

    Blocking

    +
    Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      blockee: UserDetail
      +
    • +
    • +
      blockeeId: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Choice

    +
    Choice: { isVoted: boolean; text: string; votes: number }
    + +
    +

    Type declaration

    +
      +
    • +
      isVoted: boolean
      +
    • +
    • +
      text: string
      +
    • +
    • +
      votes: number
      +
    • +
    +
    +
    +
    + +

    CreatedNote

    +
    CreatedNote: { createdNote: Note }
    + +
    +

    Type declaration

    +
      +
    • +
      createdNote: Note
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { aliases: string[]; host: string | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      aliases: string[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Favorite

    +
    Favorite: { createdAt: string; id: string; note: Note; noteId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      note: Note
      +
    • +
    • +
      noteId: string
      +
    • +
    +
    +
    +
    + +

    File

    +
    File: { createdAt: string; id: string; isSensitive: boolean; md5: string; name: string; properties: { avgColor: string; height: number; width: number }; size: number; thumbnailUrl: string; type: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isSensitive: boolean
      +
    • +
    • +
      md5: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      properties: { avgColor: string; height: number; width: number }
      +
        +
      • +
        avgColor: string
        +
      • +
      • +
        height: number
        +
      • +
      • +
        width: number
        +
      • +
      +
    • +
    • +
      size: number
      +
    • +
    • +
      thumbnailUrl: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    FollowRequest

    +
    FollowRequest: { followee: User; follower: User; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      followee: User
      +
    • +
    • +
      follower: User
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Follower

    +
    Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      follower: UserDetail
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Following

    +
    Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followee: UserDetail
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Hashtag

    +
    Hashtag: { chart: number[]; tag: string; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      chart: number[]
      +
    • +
    • +
      tag: string
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { createdAt: string; id: string; name: string; userIds: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      userIds: string[]
      +
    • +
    +
    +
    +
    + +

    Meta

    +
    Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Emoji[]; langs: string[]; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      bannerUrl: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      disableLocalTimeline: boolean
      +
    • +
    • +
      disableRegistration: boolean
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      langs: string[]
      +
    • +
    • +
      maintainerEmail: string
      +
    • +
    • +
      maintainerName: string
      +
    • +
    • +
      maxNoteTextLength: 300
      +
    • +
    • +
      name: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    Mute

    +
    Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      mutee: UserDetail
      +
    • +
    • +
      muteeId: string
      +
    • +
    +
    +
    +
    + +

    Note

    +
    Note: { createdAt: string; cw: string | null; emojis: Emoji[]; fileIds: string[]; files: File[]; id: string; mentions?: string[]; myReaction?: string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: string[]; text: string | null; uri?: string; user: User; userId: string; viaMobile?: boolean; visibility: "public" | "home" | "followers" | "specified" }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      cw: string | null
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fileIds: string[]
      +
    • +
    • +
      files: File[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional mentions?: string[]
      +
    • +
    • +
      Optional myReaction?: string
      +
    • +
    • +
      Optional poll?: Poll
      +
    • +
    • +
      reactions: {}
      +
        +
      • +
        [key: string]: number
        +
      • +
      +
    • +
    • +
      Optional renote?: Note
      +
    • +
    • +
      renoteCount: number
      +
    • +
    • +
      renoteId: string | null
      +
    • +
    • +
      repliesCount: number
      +
    • +
    • +
      Optional reply?: Note
      +
    • +
    • +
      replyId: string | null
      +
    • +
    • +
      Optional tags?: string[]
      +
    • +
    • +
      text: string | null
      +
    • +
    • +
      Optional uri?: string
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    • +
      Optional viaMobile?: boolean
      +
    • +
    • +
      visibility: "public" | "home" | "followers" | "specified"
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { createdAt: string; id: string; note?: Note; reaction?: string; type: NotificationType; user: User; userId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional note?: Note
      +
    • +
    • +
      Optional reaction?: string
      +
    • +
    • +
      type: NotificationType
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { choices: Choice[]; expiresAt: string; multiple: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      choices: Choice[]
      +
    • +
    • +
      expiresAt: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { createdAt: string; id: string; type: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    + +

    Relation

    +
    Relation: { hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; id: string; isBlocked: boolean; isBlocking: boolean; isFollowed: boolean; isFollowing: boolean; isMuted: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      hasPendingFollowRequestFromYou: boolean
      +
    • +
    • +
      hasPendingFollowRequestToYou: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isBlocked: boolean
      +
    • +
    • +
      isBlocking: boolean
      +
    • +
    • +
      isFollowed: boolean
      +
    • +
    • +
      isFollowing: boolean
      +
    • +
    • +
      isMuted: boolean
      +
    • +
    +
    +
    +
    + +

    Session

    +
    Session: { token: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      token: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { instances: number; notesCount: number; originalNotesCount: number; originalUsersCount: number; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      instances: number
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      originalNotesCount: number
      +
    • +
    • +
      originalUsersCount: number
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    User

    +
    User: { avatarColor: string; avatarUrl: string; emojis: Emoji[]; host: string | null; id: string; name: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserDetail

    +
    UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Emoji[]; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: string[]; pinnedNotes?: Note[]; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarId: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      bannerColor: string
      +
    • +
    • +
      bannerId: string
      +
    • +
    • +
      bannerUrl: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      followersCount: number
      +
    • +
    • +
      followingCount: number
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isAdmin: boolean
      +
    • +
    • +
      isBot: boolean
      +
    • +
    • +
      isCat: boolean
      +
    • +
    • +
      isLocked: boolean
      +
    • +
    • +
      isModerator: boolean
      +
    • +
    • +
      isSilenced: boolean
      +
    • +
    • +
      isSuspended: boolean
      +
    • +
    • +
      name: string
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      Optional pinnedNoteIds?: string[]
      +
    • +
    • +
      Optional pinnedNotes?: Note[]
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserKey

    +
    UserKey: { accessToken: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      accessToken: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_user.html b/docs/modules/misskey_entities_user.html new file mode 100644 index 0000000..f742a49 --- /dev/null +++ b/docs/modules/misskey_entities_user.html @@ -0,0 +1,131 @@ + + + + + + misskey/entities/user | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/entities/user

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_user.misskeyentity.html b/docs/modules/misskey_entities_user.misskeyentity.html new file mode 100644 index 0000000..a88fbb0 --- /dev/null +++ b/docs/modules/misskey_entities_user.misskeyentity.html @@ -0,0 +1,1081 @@ + + + + + + MisskeyEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MisskeyEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    App

    +
    App: { callbackUrl: string; id: string; name: string; permission: string[]; secret: string }
    + +
    +

    Type declaration

    +
      +
    • +
      callbackUrl: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      permission: string[]
      +
    • +
    • +
      secret: string
      +
    • +
    +
    +
    +
    + +

    Blocking

    +
    Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      blockee: UserDetail
      +
    • +
    • +
      blockeeId: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Choice

    +
    Choice: { isVoted: boolean; text: string; votes: number }
    + +
    +

    Type declaration

    +
      +
    • +
      isVoted: boolean
      +
    • +
    • +
      text: string
      +
    • +
    • +
      votes: number
      +
    • +
    +
    +
    +
    + +

    CreatedNote

    +
    CreatedNote: { createdNote: Note }
    + +
    +

    Type declaration

    +
      +
    • +
      createdNote: Note
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { aliases: string[]; host: string | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      aliases: string[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Favorite

    +
    Favorite: { createdAt: string; id: string; note: Note; noteId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      note: Note
      +
    • +
    • +
      noteId: string
      +
    • +
    +
    +
    +
    + +

    File

    +
    File: { createdAt: string; id: string; isSensitive: boolean; md5: string; name: string; properties: { avgColor: string; height: number; width: number }; size: number; thumbnailUrl: string; type: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isSensitive: boolean
      +
    • +
    • +
      md5: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      properties: { avgColor: string; height: number; width: number }
      +
        +
      • +
        avgColor: string
        +
      • +
      • +
        height: number
        +
      • +
      • +
        width: number
        +
      • +
      +
    • +
    • +
      size: number
      +
    • +
    • +
      thumbnailUrl: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    FollowRequest

    +
    FollowRequest: { followee: User; follower: User; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      followee: User
      +
    • +
    • +
      follower: User
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Follower

    +
    Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      follower: UserDetail
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Following

    +
    Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followee: UserDetail
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Hashtag

    +
    Hashtag: { chart: number[]; tag: string; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      chart: number[]
      +
    • +
    • +
      tag: string
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { createdAt: string; id: string; name: string; userIds: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      userIds: string[]
      +
    • +
    +
    +
    +
    + +

    Meta

    +
    Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Emoji[]; langs: string[]; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      bannerUrl: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      disableLocalTimeline: boolean
      +
    • +
    • +
      disableRegistration: boolean
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      langs: string[]
      +
    • +
    • +
      maintainerEmail: string
      +
    • +
    • +
      maintainerName: string
      +
    • +
    • +
      maxNoteTextLength: 300
      +
    • +
    • +
      name: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    Mute

    +
    Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      mutee: UserDetail
      +
    • +
    • +
      muteeId: string
      +
    • +
    +
    +
    +
    + +

    Note

    +
    Note: { createdAt: string; cw: string | null; emojis: Emoji[]; fileIds: string[]; files: File[]; id: string; mentions?: string[]; myReaction?: string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: string[]; text: string | null; uri?: string; user: User; userId: string; viaMobile?: boolean; visibility: "public" | "home" | "followers" | "specified" }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      cw: string | null
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fileIds: string[]
      +
    • +
    • +
      files: File[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional mentions?: string[]
      +
    • +
    • +
      Optional myReaction?: string
      +
    • +
    • +
      Optional poll?: Poll
      +
    • +
    • +
      reactions: {}
      +
        +
      • +
        [key: string]: number
        +
      • +
      +
    • +
    • +
      Optional renote?: Note
      +
    • +
    • +
      renoteCount: number
      +
    • +
    • +
      renoteId: string | null
      +
    • +
    • +
      repliesCount: number
      +
    • +
    • +
      Optional reply?: Note
      +
    • +
    • +
      replyId: string | null
      +
    • +
    • +
      Optional tags?: string[]
      +
    • +
    • +
      text: string | null
      +
    • +
    • +
      Optional uri?: string
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    • +
      Optional viaMobile?: boolean
      +
    • +
    • +
      visibility: "public" | "home" | "followers" | "specified"
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { createdAt: string; id: string; note?: Note; reaction?: string; type: NotificationType; user: User; userId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional note?: Note
      +
    • +
    • +
      Optional reaction?: string
      +
    • +
    • +
      type: NotificationType
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { choices: Choice[]; expiresAt: string; multiple: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      choices: Choice[]
      +
    • +
    • +
      expiresAt: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { createdAt: string; id: string; type: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    + +

    Relation

    +
    Relation: { hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; id: string; isBlocked: boolean; isBlocking: boolean; isFollowed: boolean; isFollowing: boolean; isMuted: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      hasPendingFollowRequestFromYou: boolean
      +
    • +
    • +
      hasPendingFollowRequestToYou: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isBlocked: boolean
      +
    • +
    • +
      isBlocking: boolean
      +
    • +
    • +
      isFollowed: boolean
      +
    • +
    • +
      isFollowing: boolean
      +
    • +
    • +
      isMuted: boolean
      +
    • +
    +
    +
    +
    + +

    Session

    +
    Session: { token: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      token: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { instances: number; notesCount: number; originalNotesCount: number; originalUsersCount: number; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      instances: number
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      originalNotesCount: number
      +
    • +
    • +
      originalUsersCount: number
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    User

    +
    User: { avatarColor: string; avatarUrl: string; emojis: Emoji[]; host: string | null; id: string; name: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserDetail

    +
    UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Emoji[]; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: string[]; pinnedNotes?: Note[]; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarId: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      bannerColor: string
      +
    • +
    • +
      bannerId: string
      +
    • +
    • +
      bannerUrl: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      followersCount: number
      +
    • +
    • +
      followingCount: number
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isAdmin: boolean
      +
    • +
    • +
      isBot: boolean
      +
    • +
    • +
      isCat: boolean
      +
    • +
    • +
      isLocked: boolean
      +
    • +
    • +
      isModerator: boolean
      +
    • +
    • +
      isSilenced: boolean
      +
    • +
    • +
      isSuspended: boolean
      +
    • +
    • +
      name: string
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      Optional pinnedNoteIds?: string[]
      +
    • +
    • +
      Optional pinnedNotes?: Note[]
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserKey

    +
    UserKey: { accessToken: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      accessToken: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_userdetail.html b/docs/modules/misskey_entities_userdetail.html new file mode 100644 index 0000000..5a14cd5 --- /dev/null +++ b/docs/modules/misskey_entities_userdetail.html @@ -0,0 +1,131 @@ + + + + + + misskey/entities/userDetail | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/entities/userDetail

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_userdetail.misskeyentity.html b/docs/modules/misskey_entities_userdetail.misskeyentity.html new file mode 100644 index 0000000..b5e0897 --- /dev/null +++ b/docs/modules/misskey_entities_userdetail.misskeyentity.html @@ -0,0 +1,1081 @@ + + + + + + MisskeyEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MisskeyEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    App

    +
    App: { callbackUrl: string; id: string; name: string; permission: string[]; secret: string }
    + +
    +

    Type declaration

    +
      +
    • +
      callbackUrl: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      permission: string[]
      +
    • +
    • +
      secret: string
      +
    • +
    +
    +
    +
    + +

    Blocking

    +
    Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      blockee: UserDetail
      +
    • +
    • +
      blockeeId: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Choice

    +
    Choice: { isVoted: boolean; text: string; votes: number }
    + +
    +

    Type declaration

    +
      +
    • +
      isVoted: boolean
      +
    • +
    • +
      text: string
      +
    • +
    • +
      votes: number
      +
    • +
    +
    +
    +
    + +

    CreatedNote

    +
    CreatedNote: { createdNote: Note }
    + +
    +

    Type declaration

    +
      +
    • +
      createdNote: Note
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { aliases: string[]; host: string | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      aliases: string[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Favorite

    +
    Favorite: { createdAt: string; id: string; note: Note; noteId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      note: Note
      +
    • +
    • +
      noteId: string
      +
    • +
    +
    +
    +
    + +

    File

    +
    File: { createdAt: string; id: string; isSensitive: boolean; md5: string; name: string; properties: { avgColor: string; height: number; width: number }; size: number; thumbnailUrl: string; type: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isSensitive: boolean
      +
    • +
    • +
      md5: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      properties: { avgColor: string; height: number; width: number }
      +
        +
      • +
        avgColor: string
        +
      • +
      • +
        height: number
        +
      • +
      • +
        width: number
        +
      • +
      +
    • +
    • +
      size: number
      +
    • +
    • +
      thumbnailUrl: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    FollowRequest

    +
    FollowRequest: { followee: User; follower: User; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      followee: User
      +
    • +
    • +
      follower: User
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Follower

    +
    Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      follower: UserDetail
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Following

    +
    Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followee: UserDetail
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Hashtag

    +
    Hashtag: { chart: number[]; tag: string; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      chart: number[]
      +
    • +
    • +
      tag: string
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { createdAt: string; id: string; name: string; userIds: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      userIds: string[]
      +
    • +
    +
    +
    +
    + +

    Meta

    +
    Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Emoji[]; langs: string[]; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      bannerUrl: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      disableLocalTimeline: boolean
      +
    • +
    • +
      disableRegistration: boolean
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      langs: string[]
      +
    • +
    • +
      maintainerEmail: string
      +
    • +
    • +
      maintainerName: string
      +
    • +
    • +
      maxNoteTextLength: 300
      +
    • +
    • +
      name: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    Mute

    +
    Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      mutee: UserDetail
      +
    • +
    • +
      muteeId: string
      +
    • +
    +
    +
    +
    + +

    Note

    +
    Note: { createdAt: string; cw: string | null; emojis: Emoji[]; fileIds: string[]; files: File[]; id: string; mentions?: string[]; myReaction?: string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: string[]; text: string | null; uri?: string; user: User; userId: string; viaMobile?: boolean; visibility: "public" | "home" | "followers" | "specified" }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      cw: string | null
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fileIds: string[]
      +
    • +
    • +
      files: File[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional mentions?: string[]
      +
    • +
    • +
      Optional myReaction?: string
      +
    • +
    • +
      Optional poll?: Poll
      +
    • +
    • +
      reactions: {}
      +
        +
      • +
        [key: string]: number
        +
      • +
      +
    • +
    • +
      Optional renote?: Note
      +
    • +
    • +
      renoteCount: number
      +
    • +
    • +
      renoteId: string | null
      +
    • +
    • +
      repliesCount: number
      +
    • +
    • +
      Optional reply?: Note
      +
    • +
    • +
      replyId: string | null
      +
    • +
    • +
      Optional tags?: string[]
      +
    • +
    • +
      text: string | null
      +
    • +
    • +
      Optional uri?: string
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    • +
      Optional viaMobile?: boolean
      +
    • +
    • +
      visibility: "public" | "home" | "followers" | "specified"
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { createdAt: string; id: string; note?: Note; reaction?: string; type: NotificationType; user: User; userId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional note?: Note
      +
    • +
    • +
      Optional reaction?: string
      +
    • +
    • +
      type: NotificationType
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { choices: Choice[]; expiresAt: string; multiple: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      choices: Choice[]
      +
    • +
    • +
      expiresAt: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { createdAt: string; id: string; type: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    + +

    Relation

    +
    Relation: { hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; id: string; isBlocked: boolean; isBlocking: boolean; isFollowed: boolean; isFollowing: boolean; isMuted: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      hasPendingFollowRequestFromYou: boolean
      +
    • +
    • +
      hasPendingFollowRequestToYou: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isBlocked: boolean
      +
    • +
    • +
      isBlocking: boolean
      +
    • +
    • +
      isFollowed: boolean
      +
    • +
    • +
      isFollowing: boolean
      +
    • +
    • +
      isMuted: boolean
      +
    • +
    +
    +
    +
    + +

    Session

    +
    Session: { token: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      token: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { instances: number; notesCount: number; originalNotesCount: number; originalUsersCount: number; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      instances: number
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      originalNotesCount: number
      +
    • +
    • +
      originalUsersCount: number
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    User

    +
    User: { avatarColor: string; avatarUrl: string; emojis: Emoji[]; host: string | null; id: string; name: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserDetail

    +
    UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Emoji[]; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: string[]; pinnedNotes?: Note[]; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarId: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      bannerColor: string
      +
    • +
    • +
      bannerId: string
      +
    • +
    • +
      bannerUrl: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      followersCount: number
      +
    • +
    • +
      followingCount: number
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isAdmin: boolean
      +
    • +
    • +
      isBot: boolean
      +
    • +
    • +
      isCat: boolean
      +
    • +
    • +
      isLocked: boolean
      +
    • +
    • +
      isModerator: boolean
      +
    • +
    • +
      isSilenced: boolean
      +
    • +
    • +
      isSuspended: boolean
      +
    • +
    • +
      name: string
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      Optional pinnedNoteIds?: string[]
      +
    • +
    • +
      Optional pinnedNotes?: Note[]
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserKey

    +
    UserKey: { accessToken: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      accessToken: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_userkey.html b/docs/modules/misskey_entities_userkey.html new file mode 100644 index 0000000..54395c5 --- /dev/null +++ b/docs/modules/misskey_entities_userkey.html @@ -0,0 +1,131 @@ + + + + + + misskey/entities/userkey | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/entities/userkey

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entities_userkey.misskeyentity.html b/docs/modules/misskey_entities_userkey.misskeyentity.html new file mode 100644 index 0000000..64b142a --- /dev/null +++ b/docs/modules/misskey_entities_userkey.misskeyentity.html @@ -0,0 +1,1081 @@ + + + + + + MisskeyEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace MisskeyEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    App

    +
    App: { callbackUrl: string; id: string; name: string; permission: string[]; secret: string }
    + +
    +

    Type declaration

    +
      +
    • +
      callbackUrl: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      permission: string[]
      +
    • +
    • +
      secret: string
      +
    • +
    +
    +
    +
    + +

    Blocking

    +
    Blocking: { blockee: UserDetail; blockeeId: string; createdAt: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      blockee: UserDetail
      +
    • +
    • +
      blockeeId: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Choice

    +
    Choice: { isVoted: boolean; text: string; votes: number }
    + +
    +

    Type declaration

    +
      +
    • +
      isVoted: boolean
      +
    • +
    • +
      text: string
      +
    • +
    • +
      votes: number
      +
    • +
    +
    +
    +
    + +

    CreatedNote

    +
    CreatedNote: { createdNote: Note }
    + +
    +

    Type declaration

    +
      +
    • +
      createdNote: Note
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { aliases: string[]; host: string | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      aliases: string[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Favorite

    +
    Favorite: { createdAt: string; id: string; note: Note; noteId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      note: Note
      +
    • +
    • +
      noteId: string
      +
    • +
    +
    +
    +
    + +

    File

    +
    File: { createdAt: string; id: string; isSensitive: boolean; md5: string; name: string; properties: { avgColor: string; height: number; width: number }; size: number; thumbnailUrl: string; type: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isSensitive: boolean
      +
    • +
    • +
      md5: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      properties: { avgColor: string; height: number; width: number }
      +
        +
      • +
        avgColor: string
        +
      • +
      • +
        height: number
        +
      • +
      • +
        width: number
        +
      • +
      +
    • +
    • +
      size: number
      +
    • +
    • +
      thumbnailUrl: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    FollowRequest

    +
    FollowRequest: { followee: User; follower: User; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      followee: User
      +
    • +
    • +
      follower: User
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Follower

    +
    Follower: { createdAt: string; followeeId: string; follower: UserDetail; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      follower: UserDetail
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Following

    +
    Following: { createdAt: string; followee: UserDetail; followeeId: string; followerId: string; id: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      followee: UserDetail
      +
    • +
    • +
      followeeId: string
      +
    • +
    • +
      followerId: string
      +
    • +
    • +
      id: string
      +
    • +
    +
    +
    +
    + +

    Hashtag

    +
    Hashtag: { chart: number[]; tag: string; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      chart: number[]
      +
    • +
    • +
      tag: string
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { createdAt: string; id: string; name: string; userIds: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      userIds: string[]
      +
    • +
    +
    +
    +
    + +

    Meta

    +
    Meta: { bannerUrl: string; description: string; disableLocalTimeline: boolean; disableRegistration: boolean; emojis: Emoji[]; langs: string[]; maintainerEmail: string; maintainerName: string; maxNoteTextLength: 300; name: string; uri: string; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      bannerUrl: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      disableLocalTimeline: boolean
      +
    • +
    • +
      disableRegistration: boolean
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      langs: string[]
      +
    • +
    • +
      maintainerEmail: string
      +
    • +
    • +
      maintainerName: string
      +
    • +
    • +
      maxNoteTextLength: 300
      +
    • +
    • +
      name: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    Mute

    +
    Mute: { createdAt: string; id: string; mutee: UserDetail; muteeId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      mutee: UserDetail
      +
    • +
    • +
      muteeId: string
      +
    • +
    +
    +
    +
    + +

    Note

    +
    Note: { createdAt: string; cw: string | null; emojis: Emoji[]; fileIds: string[]; files: File[]; id: string; mentions?: string[]; myReaction?: string; poll?: Poll; reactions: {}; renote?: Note; renoteCount: number; renoteId: string | null; repliesCount: number; reply?: Note; replyId: string | null; tags?: string[]; text: string | null; uri?: string; user: User; userId: string; viaMobile?: boolean; visibility: "public" | "home" | "followers" | "specified" }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      cw: string | null
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fileIds: string[]
      +
    • +
    • +
      files: File[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional mentions?: string[]
      +
    • +
    • +
      Optional myReaction?: string
      +
    • +
    • +
      Optional poll?: Poll
      +
    • +
    • +
      reactions: {}
      +
        +
      • +
        [key: string]: number
        +
      • +
      +
    • +
    • +
      Optional renote?: Note
      +
    • +
    • +
      renoteCount: number
      +
    • +
    • +
      renoteId: string | null
      +
    • +
    • +
      repliesCount: number
      +
    • +
    • +
      Optional reply?: Note
      +
    • +
    • +
      replyId: string | null
      +
    • +
    • +
      Optional tags?: string[]
      +
    • +
    • +
      text: string | null
      +
    • +
    • +
      Optional uri?: string
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    • +
      Optional viaMobile?: boolean
      +
    • +
    • +
      visibility: "public" | "home" | "followers" | "specified"
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { createdAt: string; id: string; note?: Note; reaction?: string; type: NotificationType; user: User; userId: string }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional note?: Note
      +
    • +
    • +
      Optional reaction?: string
      +
    • +
    • +
      type: NotificationType
      +
    • +
    • +
      user: User
      +
    • +
    • +
      userId: string
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { choices: Choice[]; expiresAt: string; multiple: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      choices: Choice[]
      +
    • +
    • +
      expiresAt: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { createdAt: string; id: string; type: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      createdAt: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      type: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    + +

    Relation

    +
    Relation: { hasPendingFollowRequestFromYou: boolean; hasPendingFollowRequestToYou: boolean; id: string; isBlocked: boolean; isBlocking: boolean; isFollowed: boolean; isFollowing: boolean; isMuted: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      hasPendingFollowRequestFromYou: boolean
      +
    • +
    • +
      hasPendingFollowRequestToYou: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isBlocked: boolean
      +
    • +
    • +
      isBlocking: boolean
      +
    • +
    • +
      isFollowed: boolean
      +
    • +
    • +
      isFollowing: boolean
      +
    • +
    • +
      isMuted: boolean
      +
    • +
    +
    +
    +
    + +

    Session

    +
    Session: { token: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      token: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { instances: number; notesCount: number; originalNotesCount: number; originalUsersCount: number; usersCount: number }
    + +
    +

    Type declaration

    +
      +
    • +
      instances: number
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      originalNotesCount: number
      +
    • +
    • +
      originalUsersCount: number
      +
    • +
    • +
      usersCount: number
      +
    • +
    +
    +
    +
    + +

    User

    +
    User: { avatarColor: string; avatarUrl: string; emojis: Emoji[]; host: string | null; id: string; name: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserDetail

    +
    UserDetail: { avatarColor: string; avatarId: string; avatarUrl: string; bannerColor: string; bannerId: string; bannerUrl: string; createdAt: string; description: string; emojis: Emoji[]; followersCount: number; followingCount: number; host: string | null; id: string; isAdmin: boolean; isBot: boolean; isCat: boolean; isLocked: boolean; isModerator: boolean; isSilenced: boolean; isSuspended: boolean; name: string; notesCount: number; pinnedNoteIds?: string[]; pinnedNotes?: Note[]; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      avatarColor: string
      +
    • +
    • +
      avatarId: string
      +
    • +
    • +
      avatarUrl: string
      +
    • +
    • +
      bannerColor: string
      +
    • +
    • +
      bannerId: string
      +
    • +
    • +
      bannerUrl: string
      +
    • +
    • +
      createdAt: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      followersCount: number
      +
    • +
    • +
      followingCount: number
      +
    • +
    • +
      host: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      isAdmin: boolean
      +
    • +
    • +
      isBot: boolean
      +
    • +
    • +
      isCat: boolean
      +
    • +
    • +
      isLocked: boolean
      +
    • +
    • +
      isModerator: boolean
      +
    • +
    • +
      isSilenced: boolean
      +
    • +
    • +
      isSuspended: boolean
      +
    • +
    • +
      name: string
      +
    • +
    • +
      notesCount: number
      +
    • +
    • +
      Optional pinnedNoteIds?: string[]
      +
    • +
    • +
      Optional pinnedNotes?: Note[]
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    UserKey

    +
    UserKey: { accessToken: string; user: User }
    + +
    +

    Type declaration

    +
      +
    • +
      accessToken: string
      +
    • +
    • +
      user: User
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_entity.html b/docs/modules/misskey_entity.html new file mode 100644 index 0000000..d5e9f3a --- /dev/null +++ b/docs/modules/misskey_entity.html @@ -0,0 +1,137 @@ + + + + + + misskey/entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    References

    + +
    +
    +
    +
    +
    +

    References

    +
    + +

    default

    + Renames and exports MisskeyEntity +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_notification.default.html b/docs/modules/misskey_notification.default.html new file mode 100644 index 0000000..0ce1071 --- /dev/null +++ b/docs/modules/misskey_notification.default.html @@ -0,0 +1,276 @@ + + + + + + default | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace default

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Variables

    +
    + +

    Const Follow

    +
    Follow: NotificationType = 'follow'
    + +
    +
    + +

    Const FollowRequestAccepted

    +
    FollowRequestAccepted: NotificationType = 'followRequestAccepted'
    + +
    +
    + +

    Const GroupInvited

    +
    GroupInvited: NotificationType = 'groupInvited'
    + +
    +
    + +

    Const Mention

    +
    Mention: NotificationType = 'mention'
    + +
    +
    + +

    Const PollVote

    +
    PollVote: NotificationType = 'pollVote'
    + +
    +
    + +

    Const Quote

    +
    Quote: NotificationType = 'quote'
    + +
    +
    + +

    Const Reaction

    +
    Reaction: NotificationType = 'reaction'
    + +
    +
    + +

    Const ReceiveFollowRequest

    +
    ReceiveFollowRequest: NotificationType = 'receiveFollowRequest'
    + +
    +
    + +

    Const Renote

    +
    Renote: NotificationType = 'renote'
    + +
    +
    + +

    Const Reply

    +
    Reply: NotificationType = 'reply'
    + +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_notification.html b/docs/modules/misskey_notification.html new file mode 100644 index 0000000..3f8bf05 --- /dev/null +++ b/docs/modules/misskey_notification.html @@ -0,0 +1,131 @@ + + + + + + misskey/notification | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/notification

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskey_web_socket.html b/docs/modules/misskey_web_socket.html new file mode 100644 index 0000000..55118e3 --- /dev/null +++ b/docs/modules/misskey_web_socket.html @@ -0,0 +1,133 @@ + + + + + + misskey/web_socket | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module misskey/web_socket

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Classes

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/misskeyapi.converter.html b/docs/modules/misskeyapi.converter.html deleted file mode 100644 index ccf2e3f..0000000 --- a/docs/modules/misskeyapi.converter.html +++ /dev/null @@ -1,834 +0,0 @@ - - - - - - Converter | megalodon - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Module Converter

    -
    -
    -
    -
    -
    -
    -
    -

    Index

    -
    - -
    -
    -
    -

    Functions

    -
    - -

    Const choice

    -
      -
    • choice(c: Choice): MegalodonEntity.PollOption
    • -
    - -
    -
    - -

    Const decodeNotificationType

    -
      -
    • decodeNotificationType(e: NotificationType): MegalodonEntity.NotificationType
    • -
    - -
    -
    - -

    Const emoji

    -
      -
    • emoji(e: Emoji): MegalodonEntity.Emoji
    • -
    - -
    -
    - -

    Const encodeNotificationType

    -
      -
    • encodeNotificationType(e: MegalodonEntity.NotificationType): NotificationType
    • -
    - -
    -
    - -

    Const encodeVisibility

    -
      -
    • encodeVisibility(v: "public" | "unlisted" | "private" | "direct"): "public" | "home" | "followers" | "specified"
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        v: "public" | "unlisted" | "private" | "direct"
        -
      • -
      -

      Returns "public" | "home" | "followers" | "specified"

      -
    • -
    -
    -
    - -

    Const file

    -
      -
    • file(f: File): MegalodonEntity.Attachment
    • -
    - -
    -
    - -

    Const fileType

    -
      -
    • fileType(s: string): "unknown" | "image" | "gifv" | "video"
    • -
    - -
    -
    - -

    Const follower

    -
      -
    • follower(f: Follower): MegalodonEntity.Account
    • -
    - -
    -
    - -

    Const following

    -
      -
    • following(f: Following): MegalodonEntity.Account
    • -
    - -
    -
    - -

    Const hashtag

    -
      -
    • hashtag(h: Hashtag): MegalodonEntity.Tag
    • -
    - -
    -
    - -

    Const list

    -
      -
    • list(l: List): MegalodonEntity.List
    • -
    - -
    -
    - -

    Const mapReactions

    -
      -
    • mapReactions(r: {}, myReaction?: undefined | string): Array<MegalodonEntity.Reaction>
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        r: {}
        -
          -
        • -
          [key: string]: number
          -
        • -
        -
      • -
      • -
        Optional myReaction: undefined | string
        -
      • -
      -

      Returns Array<MegalodonEntity.Reaction>

      -
    • -
    -
    -
    - -

    Const meta

    -
      -
    • meta(m: Meta, s: Stats): MegalodonEntity.Instance
    • -
    - -
    -
    - -

    Const note

    -
      -
    • note(n: Note): MegalodonEntity.Status
    • -
    - -
    -
    - -

    Const noteToConversation

    -
      -
    • noteToConversation(n: Note): MegalodonEntity.Conversation
    • -
    - -
    -
    - -

    Const notification

    -
      -
    • notification(n: Notification): MegalodonEntity.Notification
    • -
    - -
    -
    - -

    Const poll

    -
      -
    • poll(p: Poll): MegalodonEntity.Poll
    • -
    - -
    -
    - -

    Const reactions

    -
      -
    • reactions(r: Array<Reaction>): Array<MegalodonEntity.Reaction>
    • -
    - -
    -
    - -

    Const relation

    -
      -
    • relation(r: Relation): MegalodonEntity.Relationship
    • -
    - -
    -
    - -

    Const stats

    -
      -
    • stats(s: Stats): MegalodonEntity.Stats
    • -
    - -
    -
    - -

    Const user

    -
      -
    • user(u: User): MegalodonEntity.Account
    • -
    - -
    -
    - -

    Const userDetail

    -
      -
    • userDetail(u: UserDetail): MegalodonEntity.Account
    • -
    - -
    -
    - -

    Const visibility

    -
      -
    • visibility(v: "public" | "home" | "followers" | "specified"): "public" | "unlisted" | "private" | "direct"
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        v: "public" | "home" | "followers" | "specified"
        -
      • -
      -

      Returns "public" | "unlisted" | "private" | "direct"

      -
    • -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/modules/misskeyapi.entity.html b/docs/modules/misskeyapi.entity.html deleted file mode 100644 index 4e94873..0000000 --- a/docs/modules/misskeyapi.entity.html +++ /dev/null @@ -1,538 +0,0 @@ - - - - - - Entity | megalodon - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Module Entity

    -
    -
    -
    -
    -
    -
    -
    -

    Index

    -
    - -
    -
    -
    -

    Type aliases

    -
    - -

    App

    -
    App: App
    - -
    -
    - -

    Blocking

    -
    Blocking: Blocking
    - -
    -
    - -

    Choice

    -
    Choice: Choice
    - -
    -
    - -

    CreatedNote

    -
    CreatedNote: CreatedNote
    - -
    -
    - -

    Emoji

    -
    Emoji: Emoji
    - -
    -
    - -

    Favorite

    -
    Favorite: Favorite
    - -
    -
    - -

    File

    -
    File: File
    - -
    -
    - -

    FollowRequest

    -
    FollowRequest: FollowRequest
    - -
    -
    - -

    Follower

    -
    Follower: Follower
    - -
    -
    - -

    Following

    -
    Following: Following
    - -
    -
    - -

    Hashtag

    -
    Hashtag: Hashtag
    - -
    -
    - -

    List

    -
    List: List
    - -
    -
    - -

    Meta

    -
    Meta: Meta
    - -
    -
    - -

    Mute

    -
    Mute: Mute
    - -
    -
    - -

    Note

    -
    Note: Note
    - -
    -
    - -

    Notification

    -
    Notification: Notification
    - -
    -
    - -

    Poll

    -
    Poll: Poll
    - -
    -
    - -

    Reaction

    -
    Reaction: Reaction
    - -
    -
    - -

    Relation

    -
    Relation: Relation
    - -
    -
    - -

    Session

    -
    Session: Session
    - -
    -
    - -

    Stats

    -
    Stats: Stats
    - -
    -
    - -

    User

    -
    User: User
    - -
    -
    - -

    UserDetail

    -
    UserDetail: UserDetail
    - -
    -
    - -

    UserKey

    -
    UserKey: UserKey
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/modules/misskeyapi.html b/docs/modules/misskeyapi.html deleted file mode 100644 index 600828f..0000000 --- a/docs/modules/misskeyapi.html +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - MisskeyAPI | megalodon - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Module MisskeyAPI

    -
    -
    -
    -
    -
    -
    -
    -

    Index

    -
    -
    -
    -

    Modules

    - -
    -
    -

    Classes

    - -
    -
    -

    Interfaces

    - -
    -
    -

    Variables

    - -
    -
    -
    -
    -
    -

    Variables

    -
    - -

    Const DEFAULT_SCOPE

    -
    DEFAULT_SCOPE: string[] = ['read:account','write:account','read:blocks','write:blocks','read:drive','write:drive','read:favorites','write:favorites','read:following','write:following','read:mutes','write:mutes','write:notes','read:notifications','write:notifications','read:reactions','write:reactions','write:votes']
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/modules/notification.default.html b/docs/modules/notification.default.html new file mode 100644 index 0000000..cca29d1 --- /dev/null +++ b/docs/modules/notification.default.html @@ -0,0 +1,248 @@ + + + + + + default | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace default

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Variables

    + +
    +
    +
    +
    +
    +

    Variables

    +
    + +

    Const EmojiReaction

    +
    EmojiReaction: NotificationType = 'emoji_reaction'
    + +
    +
    + +

    Const Favourite

    +
    Favourite: NotificationType = 'favourite'
    + +
    +
    + +

    Const Follow

    +
    Follow: NotificationType = 'follow'
    + +
    +
    + +

    Const FollowRequest

    +
    FollowRequest: NotificationType = 'follow_request'
    + +
    +
    + +

    Const Mention

    +
    Mention: NotificationType = 'mention'
    + +
    +
    + +

    Const Poll

    +
    Poll: NotificationType = 'poll'
    + +
    +
    + +

    Const Reblog

    +
    Reblog: NotificationType = 'reblog'
    + +
    +
    + +

    Const Status

    +
    Status: NotificationType = 'status'
    + +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/notification.html b/docs/modules/notification.html new file mode 100644 index 0000000..a131070 --- /dev/null +++ b/docs/modules/notification.html @@ -0,0 +1,131 @@ + + + + + + notification | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module notification

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/oauth.default.html b/docs/modules/oauth.default.html new file mode 100644 index 0000000..b8e9c8a --- /dev/null +++ b/docs/modules/oauth.default.html @@ -0,0 +1,231 @@ + + + + + + default | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace default

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    OAuth + Response data when oauth request.

    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Classes

    + +
    +
    +

    Type aliases

    + +
    +
    +
    +
    +
    +

    Type aliases

    +
    + +

    AppDataFromServer

    +
    AppDataFromServer: { client_id: string; client_secret: string; id: string; name: string; redirect_uri: string; website: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      client_id: string
      +
    • +
    • +
      client_secret: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      redirect_uri: string
      +
    • +
    • +
      website: string | null
      +
    • +
    +
    +
    +
    + +

    TokenDataFromServer

    +
    TokenDataFromServer: { access_token: string; created_at: number; expires_in: number | null; refresh_token: string | null; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      expires_in: number | null
      +
    • +
    • +
      refresh_token: string | null
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/oauth.html b/docs/modules/oauth.html index 39011be..299c39b 100644 --- a/docs/modules/oauth.html +++ b/docs/modules/oauth.html @@ -3,17 +3,18 @@ - OAuth | megalodon - + oauth | megalodon + +
    -
    -
    -
    -
    -

    OAuth - Response data when oauth request.

    -
    -
    -

    Index

    -

    Classes

    +

    Namespaces

    -
    -

    Type aliases

    - -
    -
    -
    -
    -
    -

    Type aliases

    -
    - -

    AppDataFromServer

    -
    AppDataFromServer: { client_id: string; client_secret: string; id: string; name: string; redirect_uri: string; website: string | null }
    - -
    -

    Type declaration

    -
      -
    • -
      client_id: string
      -
    • -
    • -
      client_secret: string
      -
    • -
    • -
      id: string
      -
    • -
    • -
      name: string
      -
    • -
    • -
      redirect_uri: string
      -
    • -
    • -
      website: string | null
      -
    • -
    -
    -
    -
    - -

    TokenDataFromServer

    -
    TokenDataFromServer: { access_token: string; created_at: number; expires_in: number | null; refresh_token: string | null; scope: string; token_type: string }
    - -
    -

    Type declaration

    -
      -
    • -
      access_token: string
      -
    • -
    • -
      created_at: number
      -
    • -
    • -
      expires_in: number | null
      -
    • -
    • -
      refresh_token: string | null
      -
    • -
    • -
      scope: string
      -
    • -
    • -
      token_type: string
      -
    • -
    @@ -168,49 +82,21 @@ @@ -221,57 +107,17 @@

    Legend

      -
    • Module
    • -
    • Object literal
    • +
    • Namespace
    • Variable
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • Type alias
    • Type alias with type parameter
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    @@ -281,6 +127,5 @@
    - \ No newline at end of file diff --git a/docs/modules/parser.html b/docs/modules/parser.html new file mode 100644 index 0000000..e60051f --- /dev/null +++ b/docs/modules/parser.html @@ -0,0 +1,129 @@ + + + + + + parser | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module parser

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Classes

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma.html b/docs/modules/pleroma.html new file mode 100644 index 0000000..fd2b743 --- /dev/null +++ b/docs/modules/pleroma.html @@ -0,0 +1,129 @@ + + + + + + pleroma | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Classes

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_api_client.default.converter.html b/docs/modules/pleroma_api_client.default.converter.html new file mode 100644 index 0000000..cb2bf1b --- /dev/null +++ b/docs/modules/pleroma_api_client.default.converter.html @@ -0,0 +1,1119 @@ + + + + + + Converter | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Converter

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Functions

    +
    + +

    Const account

    + + +
    +
    + +

    Const activity

    + + +
    +
    + +

    Const application

    + + +
    +
    + +

    Const attachment

    + + +
    +
    + +

    Const card

    + + +
    +
    + +

    Const context

    + + +
    +
    + +

    Const conversation

    + + +
    +
    + +

    Const decodeNotificationType

    +
      +
    • decodeNotificationType(t: string): string
    • +
    + +
    +
    + +

    Const emoji

    + + +
    +
    + +

    Const encodeNotificationType

    +
      +
    • encodeNotificationType(t: string): string
    • +
    + +
    +
    + +

    Const featured_tag

    + + +
    +
    + +

    Const field

    + + +
    +
    + +

    Const filter

    + + +
    +
    + +

    Const history

    + + +
    +
    + +

    Const identity_proof

    + + +
    +
    + +

    Const instance

    + + +
    +
    + +

    Const list

    + + +
    +
    + +

    Const marker

    + + +
    +
    + +

    Const mention

    + + +
    +
    + +

    Const notification

    + + +
    +
    + +

    Const poll

    + + +
    +
    + +

    Const pollOption

    + + +
    +
    + +

    Const preferences

    + + +
    +
    + +

    Const push_subscription

    + + +
    +
    + +

    Const reaction

    + + +
    +
    + +

    Const relationship

    + + +
    +
    + +

    Const report

    + + +
    +
    + +

    Const results

    + + +
    +
    + +

    Const scheduled_status

    + + +
    +
    + +

    Const source

    + + +
    +
    + +

    Const stats

    + + +
    +
    + +

    Const status

    + + +
    +
    + +

    Const status_params

    + + +
    +
    + +

    Const tag

    + + +
    +
    + +

    Const token

    + + +
    +
    + +

    Const urls

    + + +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_api_client.default.entity.html b/docs/modules/pleroma_api_client.default.entity.html new file mode 100644 index 0000000..e2866d4 --- /dev/null +++ b/docs/modules/pleroma_api_client.default.entity.html @@ -0,0 +1,623 @@ + + + + + + Entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace Entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: Account
    + +
    +
    + +

    Activity

    +
    Activity: Activity
    + +
    +
    + +

    Application

    +
    Application: Application
    + +
    +
    + +

    Attachment

    +
    Attachment: Attachment
    + +
    +
    + +

    Card

    +
    Card: Card
    + +
    +
    + +

    Context

    +
    Context: Context
    + +
    +
    + +

    Conversation

    +
    Conversation: Conversation
    + +
    +
    + +

    Emoji

    +
    Emoji: Emoji
    + +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: FeaturedTag
    + +
    +
    + +

    Field

    +
    Field: Field
    + +
    +
    + +

    Filter

    +
    Filter: Filter
    + +
    +
    + +

    History

    +
    History: History
    + +
    +
    + +

    IdentityProof

    +
    IdentityProof: IdentityProof
    + +
    +
    + +

    Instance

    +
    Instance: Instance
    + +
    +
    + +

    List

    +
    List: List
    + +
    +
    + +

    Marker

    +
    Marker: Marker
    + +
    +
    + +

    Mention

    +
    Mention: Mention
    + +
    +
    + +

    Notification

    +
    Notification: Notification
    + +
    +
    + +

    Poll

    +
    Poll: Poll
    + +
    +
    + +

    PollOption

    +
    PollOption: PollOption
    + +
    +
    + +

    Preferences

    +
    Preferences: Preferences
    + +
    +
    + +

    PushSubscription

    +
    PushSubscription: PushSubscription
    + +
    +
    + +

    Reaction

    +
    Reaction: Reaction
    + +
    +
    + +

    Relationship

    +
    Relationship: Relationship
    + +
    +
    + +

    Report

    +
    Report: Report
    + +
    +
    + +

    Results

    +
    Results: Results
    + +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: ScheduledStatus
    + +
    +
    + +

    Source

    +
    Source: Source
    + +
    +
    + +

    Stats

    +
    Stats: Stats
    + +
    +
    + +

    Status

    +
    Status: Status
    + +
    +
    + +

    StatusParams

    +
    StatusParams: StatusParams
    + +
    +
    + +

    Tag

    +
    Tag: Tag
    + +
    +
    + +

    Token

    +
    Token: Token
    + +
    +
    + +

    URLs

    +
    URLs: URLs
    + +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_api_client.default.html b/docs/modules/pleroma_api_client.default.html new file mode 100644 index 0000000..3255289 --- /dev/null +++ b/docs/modules/pleroma_api_client.default.html @@ -0,0 +1,161 @@ + + + + + + default | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace default

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +

    Classes

    + +
    +
    +

    Interfaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_api_client.html b/docs/modules/pleroma_api_client.html new file mode 100644 index 0000000..ff1974c --- /dev/null +++ b/docs/modules/pleroma_api_client.html @@ -0,0 +1,131 @@ + + + + + + pleroma/api_client | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/api_client

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_account.html b/docs/modules/pleroma_entities_account.html new file mode 100644 index 0000000..f7a1fb8 --- /dev/null +++ b/docs/modules/pleroma_entities_account.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/account | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/account

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_account.pleromaentity.html b/docs/modules/pleroma_entities_account.pleromaentity.html new file mode 100644 index 0000000..3f571e8 --- /dev/null +++ b/docs/modules/pleroma_entities_account.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_activity.html b/docs/modules/pleroma_entities_activity.html new file mode 100644 index 0000000..e2b2154 --- /dev/null +++ b/docs/modules/pleroma_entities_activity.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/activity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/activity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_activity.pleromaentity.html b/docs/modules/pleroma_entities_activity.pleromaentity.html new file mode 100644 index 0000000..fdaa728 --- /dev/null +++ b/docs/modules/pleroma_entities_activity.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_application.html b/docs/modules/pleroma_entities_application.html new file mode 100644 index 0000000..91c33f6 --- /dev/null +++ b/docs/modules/pleroma_entities_application.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/application | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/application

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_application.pleromaentity.html b/docs/modules/pleroma_entities_application.pleromaentity.html new file mode 100644 index 0000000..c654ad9 --- /dev/null +++ b/docs/modules/pleroma_entities_application.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_attachment.html b/docs/modules/pleroma_entities_attachment.html new file mode 100644 index 0000000..0fc9cdd --- /dev/null +++ b/docs/modules/pleroma_entities_attachment.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/attachment | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/attachment

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleromaentity.html b/docs/modules/pleroma_entities_attachment.pleromaentity.html similarity index 60% rename from docs/modules/pleromaentity.html rename to docs/modules/pleroma_entities_attachment.pleromaentity.html index c6e7f5b..f276e8a 100644 --- a/docs/modules/pleromaentity.html +++ b/docs/modules/pleroma_entities_attachment.pleromaentity.html @@ -4,16 +4,17 @@ PleromaEntity | megalodon - + +
    -
    @@ -73,41 +75,41 @@

    Type aliases

    @@ -115,13 +117,13 @@

    Type aliases

    -
    +

    Account

    -
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Array<Emoji>; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    @@ -146,7 +148,7 @@
    display_name: string
  • -
    emojis: Array<Emoji>
    +
    emojis: Emoji[]
  • fields: object | null
    @@ -170,13 +172,13 @@
    locked: boolean
  • -
    moved: Account | null
    +
    moved: Account | null
  • note: string
  • -
    Optional source?: Source
    +
    Optional source?: Source
  • statuses_count: number
    @@ -190,13 +192,13 @@
  • -
    +

    Activity

    Activity: { logins: string; registrations: string; statuses: string; week: string }
    @@ -217,13 +219,13 @@
    -
    +

    Application

    Application: { name: string; vapid_key?: string | null; website?: string | null }
    @@ -241,13 +243,13 @@
    -
    +

    Attachment

    -
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    @@ -272,7 +274,7 @@
    text_url: string | null
  • -
    type: "unknown" | "image" | "gifv" | "video"
    +
    type: "unknown" | "image" | "gifv" | "video"
  • url: string
    @@ -280,101 +282,101 @@
  • -
    +

    Card

    -
    Card: { author_name?: undefined | string; author_url?: undefined | string; description: string; height?: undefined | number; html?: undefined | string; image?: undefined | string; pleroma?: Object; provider_name?: undefined | string; provider_url?: undefined | string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: undefined | number }
    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }

    Type declaration

    • -
      Optional author_name?: undefined | string
      +
      Optional author_name?: string
    • -
      Optional author_url?: undefined | string
      +
      Optional author_url?: string
    • description: string
    • -
      Optional height?: undefined | number
      +
      Optional height?: number
    • -
      Optional html?: undefined | string
      +
      Optional html?: string
    • -
      Optional image?: undefined | string
      +
      Optional image?: string
    • Optional pleroma?: Object
    • -
      Optional provider_name?: undefined | string
      +
      Optional provider_name?: string
    • -
      Optional provider_url?: undefined | string
      +
      Optional provider_url?: string
    • title: string
    • -
      type: "link" | "photo" | "video" | "rich"
      +
      type: "link" | "photo" | "video" | "rich"
    • url: string
    • -
      Optional width?: undefined | number
      +
      Optional width?: number
    -
    +

    Context

    -
    Context: { ancestors: Array<Status>; descendants: Array<Status> }
    +
    Context: { ancestors: Status[]; descendants: Status[] }

    Type declaration

    -
    +

    Conversation

    -
    Conversation: { accounts: Array<Account>; id: string; last_status: Status | null; unread: boolean }
    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }

    Type declaration

    • -
      accounts: Array<Account>
      +
      accounts: Account[]
    • id: string
    • -
      last_status: Status | null
      +
      last_status: Status | null
    • unread: boolean
      @@ -382,13 +384,13 @@
    -
    +

    Emoji

    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    @@ -409,13 +411,13 @@
    -
    +

    FeaturedTag

    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    @@ -436,13 +438,13 @@
    -
    +

    Field

    Field: { name: string; value: string; verified_at: string | null }
    @@ -460,20 +462,20 @@
    -
    +

    Filter

    -
    Filter: { context: Array<string>; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }

    Type declaration

    • -
      context: Array<string>
      +
      context: string[]
    • expires_at: string | null
      @@ -493,13 +495,13 @@
    -
    +

    History

    History: { accounts: number; day: string; uses: number }
    @@ -517,13 +519,13 @@
    -
    +

    IdentityProof

    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    @@ -547,20 +549,20 @@
    -
    +

    Instance

    -
    Instance: { contact_account: Account | null; description: string; email: string; languages: Array<string>; max_toot_chars?: undefined | number; registrations?: undefined | false | true; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }

    Type declaration

    • -
      contact_account: Account | null
      +
      contact_account: Account | null
    • description: string
      @@ -569,16 +571,16 @@
      email: string
    • -
      languages: Array<string>
      +
      languages: string[]
    • -
      Optional max_toot_chars?: undefined | number
      +
      Optional max_toot_chars?: number
    • -
      Optional registrations?: undefined | false | true
      +
      Optional registrations?: boolean
    • -
      stats: Stats
      +
      stats: Stats
    • thumbnail: string | null
      @@ -590,7 +592,7 @@
      uri: string
    • -
      urls: URLs
      +
      urls: URLs
    • version: string
      @@ -598,13 +600,13 @@
    -
    +

    List

    List: { id: string; title: string }
    @@ -619,13 +621,13 @@
    -
    +

    Marker

    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    @@ -662,13 +664,13 @@
    -
    +

    Mention

    Mention: { acct: string; id: string; url: string; username: string }
    @@ -689,56 +691,56 @@
    -
    +

    Notification

    -
    Notification: { account: Account; created_at: string; emoji?: undefined | string; id: string; status?: Status; type: NotificationType }
    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }

    Type declaration

    -
    +

    NotificationType

    -
    NotificationType: "mention" | "reblog" | "favourite" | "follow" | "poll" | "pleroma:emoji_reaction" | "follow_request"
    +
    NotificationType: string
    -
    +

    Poll

    -
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: Array<PollOption>; voted: boolean; votes_count: number }
    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    @@ -757,7 +759,7 @@
    multiple: boolean
  • -
    options: Array<PollOption>
    +
    options: PollOption[]
  • voted: boolean
    @@ -768,13 +770,13 @@
  • -
    +

    PollOption

    PollOption: { title: string; votes_count: number | null }
    @@ -789,13 +791,13 @@
    -
    +

    Preferences

    -
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    @@ -808,10 +810,10 @@
    posting:default:sensitive: boolean
  • -
    posting:default:visibility: "public" | "unlisted" | "private" | "direct"
    +
    posting:default:visibility: "public" | "unlisted" | "private" | "direct"
  • -
    reading:expand:media: "default" | "show_all" | "hide_all"
    +
    reading:expand:media: "default" | "show_all" | "hide_all"
  • reading:expand:spoilers: boolean
    @@ -819,13 +821,13 @@
  • -
    +

    PushSubscription

    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    @@ -846,20 +848,20 @@
    -
    +

    Reaction

    -
    Reaction: { accounts?: Array<Account>; count: number; me: boolean; name: string }
    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }

    Type declaration

    • -
      Optional accounts?: Array<Account>
      +
      Optional accounts?: Account[]
    • count: number
      @@ -873,13 +875,13 @@
    -
    +

    Relationship

    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    @@ -918,13 +920,13 @@
    -
    +

    Report

    -
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: Array<string> }
    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    @@ -943,42 +945,42 @@
    id: string
  • -
    status_ids: Array<string>
    +
    status_ids: string[]
  • -
    +

    Results

    -
    Results: { accounts: Array<Account>; hashtags: Array<Tag>; statuses: Array<Status> }
    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }

    Type declaration

    -
    +

    ScheduledStatus

    -
    ScheduledStatus: { id: string; media_attachments: Array<Attachment>; params: object; scheduled_at: string }
    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    @@ -988,7 +990,7 @@
    id: string
  • -
    media_attachments: Array<Attachment>
    +
    media_attachments: Attachment[]
  • params: object
    @@ -999,13 +1001,13 @@
  • -
    +

    Source

    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    @@ -1029,13 +1031,13 @@
    -
    +

    Stats

    Stats: { domain_count: number; status_count: number; user_count: number }
    @@ -1053,29 +1055,29 @@
    -
    +

    Status

    -
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Array<Attachment>; mentions: Array<Mention>; muted: boolean | null; pinned: boolean | null; pleroma: { context?: undefined | { text/plain: string }; conversation_id?: undefined | string; direct_conversation_id?: string | null; emoji_reactions?: Array<Reaction>; local: boolean; spoiler_text?: undefined | { text/plain: string }; thread_muted?: undefined | false | true }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Array<Tag>; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }

    Type declaration

    • -
      account: Account
      +
      account: Account
    • -
      application: Application | null
      +
      application: Application | null
    • bookmarked: boolean
    • -
      card: Card | null
      +
      card: Card | null
    • content: string
      @@ -1084,7 +1086,7 @@
      created_at: string
    • -
      emojis: Emoji[]
      +
      emojis: Emoji[]
    • favourited: boolean | null
      @@ -1105,10 +1107,10 @@
      language: string | null
    • -
      media_attachments: Array<Attachment>
      +
      media_attachments: Attachment[]
    • -
      mentions: Array<Mention>
      +
      mentions: Mention[]
    • muted: boolean | null
      @@ -1117,36 +1119,46 @@
      pinned: boolean | null
    • -
      pleroma: { context?: undefined | { text/plain: string }; conversation_id?: undefined | string; direct_conversation_id?: string | null; emoji_reactions?: Array<Reaction>; local: boolean; spoiler_text?: undefined | { text/plain: string }; thread_muted?: undefined | false | true }
      +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      • -
        Optional context?: undefined | { text/plain: string }
        +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
      • -
        Optional conversation_id?: undefined | string
        +
        Optional conversation_id?: string
      • Optional direct_conversation_id?: string | null
      • -
        Optional emoji_reactions?: Array<Reaction>
        +
        Optional emoji_reactions?: Reaction[]
      • local: boolean
      • -
        Optional spoiler_text?: undefined | { text/plain: string }
        +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
      • -
        Optional thread_muted?: undefined | false | true
        +
        Optional thread_muted?: boolean
    • -
      poll: Poll | null
      +
      poll: Poll | null
    • -
      reblog: Status | null
      +
      reblog: Status | null
    • reblogged: boolean | null
      @@ -1164,7 +1176,7 @@
      spoiler_text: string
    • -
      tags: Array<Tag>
      +
      tags: Tag[]
    • uri: string
      @@ -1173,18 +1185,18 @@
      url: string
    • -
      visibility: "public" | "unlisted" | "private" | "direct"
      +
      visibility: "public" | "unlisted" | "private" | "direct"
    -
    +

    StatusParams

    -
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: Array<string> | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    @@ -1197,7 +1209,7 @@
    in_reply_to_id: string | null
  • -
    media_ids: Array<string> | null
    +
    media_ids: string[] | null
  • scheduled_at: string | null
    @@ -1212,25 +1224,25 @@
    text: string
  • -
    visibility: "public" | "unlisted" | "private" | "direct"
    +
    visibility: "public" | "unlisted" | "private" | "direct"
  • -
    +

    Tag

    -
    Tag: { history: Array<History> | null; name: string; url: string }
    +
    Tag: { history: History[] | null; name: string; url: string }

    Type declaration

    • -
      history: Array<History> | null
      +
      history: History[] | null
    • name: string
      @@ -1241,13 +1253,13 @@
    -
    +

    Token

    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    @@ -1268,13 +1280,13 @@
    -
    +

    URLs

    URLs: { streaming_api: string }
    @@ -1291,141 +1303,125 @@ @@ -1497,6 +1453,5 @@
    - \ No newline at end of file diff --git a/docs/modules/pleroma_entities_card.html b/docs/modules/pleroma_entities_card.html new file mode 100644 index 0000000..2eab478 --- /dev/null +++ b/docs/modules/pleroma_entities_card.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/card | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/card

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_card.pleromaentity.html b/docs/modules/pleroma_entities_card.pleromaentity.html new file mode 100644 index 0000000..7a96492 --- /dev/null +++ b/docs/modules/pleroma_entities_card.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_context.html b/docs/modules/pleroma_entities_context.html new file mode 100644 index 0000000..1231a4a --- /dev/null +++ b/docs/modules/pleroma_entities_context.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/context | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/context

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_context.pleromaentity.html b/docs/modules/pleroma_entities_context.pleromaentity.html new file mode 100644 index 0000000..921b642 --- /dev/null +++ b/docs/modules/pleroma_entities_context.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_conversation.html b/docs/modules/pleroma_entities_conversation.html new file mode 100644 index 0000000..c6b8c84 --- /dev/null +++ b/docs/modules/pleroma_entities_conversation.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/conversation | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/conversation

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_conversation.pleromaentity.html b/docs/modules/pleroma_entities_conversation.pleromaentity.html new file mode 100644 index 0000000..83a5272 --- /dev/null +++ b/docs/modules/pleroma_entities_conversation.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_emoji.html b/docs/modules/pleroma_entities_emoji.html new file mode 100644 index 0000000..60f634c --- /dev/null +++ b/docs/modules/pleroma_entities_emoji.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/emoji | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/emoji

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_emoji.pleromaentity.html b/docs/modules/pleroma_entities_emoji.pleromaentity.html new file mode 100644 index 0000000..9ac41fd --- /dev/null +++ b/docs/modules/pleroma_entities_emoji.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_featured_tag.html b/docs/modules/pleroma_entities_featured_tag.html new file mode 100644 index 0000000..63be7ba --- /dev/null +++ b/docs/modules/pleroma_entities_featured_tag.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/featured_tag | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/featured_tag

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_featured_tag.pleromaentity.html b/docs/modules/pleroma_entities_featured_tag.pleromaentity.html new file mode 100644 index 0000000..59bb160 --- /dev/null +++ b/docs/modules/pleroma_entities_featured_tag.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_field.html b/docs/modules/pleroma_entities_field.html new file mode 100644 index 0000000..99817e3 --- /dev/null +++ b/docs/modules/pleroma_entities_field.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/field | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/field

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_field.pleromaentity.html b/docs/modules/pleroma_entities_field.pleromaentity.html new file mode 100644 index 0000000..f0f74d9 --- /dev/null +++ b/docs/modules/pleroma_entities_field.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_filter.html b/docs/modules/pleroma_entities_filter.html new file mode 100644 index 0000000..8b19fbd --- /dev/null +++ b/docs/modules/pleroma_entities_filter.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/filter | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/filter

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_filter.pleromaentity.html b/docs/modules/pleroma_entities_filter.pleromaentity.html new file mode 100644 index 0000000..bf0e9ce --- /dev/null +++ b/docs/modules/pleroma_entities_filter.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_history.html b/docs/modules/pleroma_entities_history.html new file mode 100644 index 0000000..c57a53e --- /dev/null +++ b/docs/modules/pleroma_entities_history.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/history | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/history

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_history.pleromaentity.html b/docs/modules/pleroma_entities_history.pleromaentity.html new file mode 100644 index 0000000..57815ad --- /dev/null +++ b/docs/modules/pleroma_entities_history.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_identity_proof.html b/docs/modules/pleroma_entities_identity_proof.html new file mode 100644 index 0000000..ef6722a --- /dev/null +++ b/docs/modules/pleroma_entities_identity_proof.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/identity_proof | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/identity_proof

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_identity_proof.pleromaentity.html b/docs/modules/pleroma_entities_identity_proof.pleromaentity.html new file mode 100644 index 0000000..5b4a0e8 --- /dev/null +++ b/docs/modules/pleroma_entities_identity_proof.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_instance.html b/docs/modules/pleroma_entities_instance.html new file mode 100644 index 0000000..f33f98b --- /dev/null +++ b/docs/modules/pleroma_entities_instance.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/instance | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/instance

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_instance.pleromaentity.html b/docs/modules/pleroma_entities_instance.pleromaentity.html new file mode 100644 index 0000000..6c92cbb --- /dev/null +++ b/docs/modules/pleroma_entities_instance.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_list.html b/docs/modules/pleroma_entities_list.html new file mode 100644 index 0000000..937944b --- /dev/null +++ b/docs/modules/pleroma_entities_list.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/list | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/list

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_list.pleromaentity.html b/docs/modules/pleroma_entities_list.pleromaentity.html new file mode 100644 index 0000000..4b98164 --- /dev/null +++ b/docs/modules/pleroma_entities_list.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_marker.html b/docs/modules/pleroma_entities_marker.html new file mode 100644 index 0000000..e601572 --- /dev/null +++ b/docs/modules/pleroma_entities_marker.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/marker | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/marker

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_marker.pleromaentity.html b/docs/modules/pleroma_entities_marker.pleromaentity.html new file mode 100644 index 0000000..ba07359 --- /dev/null +++ b/docs/modules/pleroma_entities_marker.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_mention.html b/docs/modules/pleroma_entities_mention.html new file mode 100644 index 0000000..7126426 --- /dev/null +++ b/docs/modules/pleroma_entities_mention.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/mention | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/mention

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_mention.pleromaentity.html b/docs/modules/pleroma_entities_mention.pleromaentity.html new file mode 100644 index 0000000..866f384 --- /dev/null +++ b/docs/modules/pleroma_entities_mention.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_notification.html b/docs/modules/pleroma_entities_notification.html new file mode 100644 index 0000000..19cca2b --- /dev/null +++ b/docs/modules/pleroma_entities_notification.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/notification | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/notification

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_notification.pleromaentity.html b/docs/modules/pleroma_entities_notification.pleromaentity.html new file mode 100644 index 0000000..1375c36 --- /dev/null +++ b/docs/modules/pleroma_entities_notification.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_poll.html b/docs/modules/pleroma_entities_poll.html new file mode 100644 index 0000000..6f8d27a --- /dev/null +++ b/docs/modules/pleroma_entities_poll.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/poll | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/poll

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_poll.pleromaentity.html b/docs/modules/pleroma_entities_poll.pleromaentity.html new file mode 100644 index 0000000..dbd0d6e --- /dev/null +++ b/docs/modules/pleroma_entities_poll.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_poll_option.html b/docs/modules/pleroma_entities_poll_option.html new file mode 100644 index 0000000..08c7ccc --- /dev/null +++ b/docs/modules/pleroma_entities_poll_option.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/poll_option | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/poll_option

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_poll_option.pleromaentity.html b/docs/modules/pleroma_entities_poll_option.pleromaentity.html new file mode 100644 index 0000000..345a814 --- /dev/null +++ b/docs/modules/pleroma_entities_poll_option.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_preferences.html b/docs/modules/pleroma_entities_preferences.html new file mode 100644 index 0000000..ad128fe --- /dev/null +++ b/docs/modules/pleroma_entities_preferences.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/preferences | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/preferences

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_preferences.pleromaentity.html b/docs/modules/pleroma_entities_preferences.pleromaentity.html new file mode 100644 index 0000000..14913c8 --- /dev/null +++ b/docs/modules/pleroma_entities_preferences.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_push_subscription.html b/docs/modules/pleroma_entities_push_subscription.html new file mode 100644 index 0000000..0f9ee5e --- /dev/null +++ b/docs/modules/pleroma_entities_push_subscription.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/push_subscription | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/push_subscription

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_push_subscription.pleromaentity.html b/docs/modules/pleroma_entities_push_subscription.pleromaentity.html new file mode 100644 index 0000000..19a8085 --- /dev/null +++ b/docs/modules/pleroma_entities_push_subscription.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_reaction.html b/docs/modules/pleroma_entities_reaction.html new file mode 100644 index 0000000..4f59e43 --- /dev/null +++ b/docs/modules/pleroma_entities_reaction.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/reaction | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/reaction

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_reaction.pleromaentity.html b/docs/modules/pleroma_entities_reaction.pleromaentity.html new file mode 100644 index 0000000..a037679 --- /dev/null +++ b/docs/modules/pleroma_entities_reaction.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_relationship.html b/docs/modules/pleroma_entities_relationship.html new file mode 100644 index 0000000..16467cf --- /dev/null +++ b/docs/modules/pleroma_entities_relationship.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/relationship | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/relationship

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_relationship.pleromaentity.html b/docs/modules/pleroma_entities_relationship.pleromaentity.html new file mode 100644 index 0000000..1e964a5 --- /dev/null +++ b/docs/modules/pleroma_entities_relationship.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_report.html b/docs/modules/pleroma_entities_report.html new file mode 100644 index 0000000..8a007c4 --- /dev/null +++ b/docs/modules/pleroma_entities_report.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/report | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/report

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_report.pleromaentity.html b/docs/modules/pleroma_entities_report.pleromaentity.html new file mode 100644 index 0000000..dd50ef6 --- /dev/null +++ b/docs/modules/pleroma_entities_report.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_results.html b/docs/modules/pleroma_entities_results.html new file mode 100644 index 0000000..84f230c --- /dev/null +++ b/docs/modules/pleroma_entities_results.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/results | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/results

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_results.pleromaentity.html b/docs/modules/pleroma_entities_results.pleromaentity.html new file mode 100644 index 0000000..492e627 --- /dev/null +++ b/docs/modules/pleroma_entities_results.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_scheduled_status.html b/docs/modules/pleroma_entities_scheduled_status.html new file mode 100644 index 0000000..687a048 --- /dev/null +++ b/docs/modules/pleroma_entities_scheduled_status.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/scheduled_status | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/scheduled_status

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_scheduled_status.pleromaentity.html b/docs/modules/pleroma_entities_scheduled_status.pleromaentity.html new file mode 100644 index 0000000..0ff6a69 --- /dev/null +++ b/docs/modules/pleroma_entities_scheduled_status.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_source.html b/docs/modules/pleroma_entities_source.html new file mode 100644 index 0000000..5a77f76 --- /dev/null +++ b/docs/modules/pleroma_entities_source.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/source | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/source

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_source.pleromaentity.html b/docs/modules/pleroma_entities_source.pleromaentity.html new file mode 100644 index 0000000..5b59137 --- /dev/null +++ b/docs/modules/pleroma_entities_source.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_stats.html b/docs/modules/pleroma_entities_stats.html new file mode 100644 index 0000000..4e3be22 --- /dev/null +++ b/docs/modules/pleroma_entities_stats.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/stats | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/stats

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_stats.pleromaentity.html b/docs/modules/pleroma_entities_stats.pleromaentity.html new file mode 100644 index 0000000..fae4640 --- /dev/null +++ b/docs/modules/pleroma_entities_stats.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_status.html b/docs/modules/pleroma_entities_status.html new file mode 100644 index 0000000..30b7dec --- /dev/null +++ b/docs/modules/pleroma_entities_status.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/status | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/status

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_status.pleromaentity.html b/docs/modules/pleroma_entities_status.pleromaentity.html new file mode 100644 index 0000000..d967eaf --- /dev/null +++ b/docs/modules/pleroma_entities_status.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_status_params.html b/docs/modules/pleroma_entities_status_params.html new file mode 100644 index 0000000..92ea059 --- /dev/null +++ b/docs/modules/pleroma_entities_status_params.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/status_params | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/status_params

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_status_params.pleromaentity.html b/docs/modules/pleroma_entities_status_params.pleromaentity.html new file mode 100644 index 0000000..e571246 --- /dev/null +++ b/docs/modules/pleroma_entities_status_params.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_tag.html b/docs/modules/pleroma_entities_tag.html new file mode 100644 index 0000000..5fc7460 --- /dev/null +++ b/docs/modules/pleroma_entities_tag.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/tag | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/tag

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_tag.pleromaentity.html b/docs/modules/pleroma_entities_tag.pleromaentity.html new file mode 100644 index 0000000..6a07b8c --- /dev/null +++ b/docs/modules/pleroma_entities_tag.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_token.html b/docs/modules/pleroma_entities_token.html new file mode 100644 index 0000000..4dcb9b2 --- /dev/null +++ b/docs/modules/pleroma_entities_token.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/token | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/token

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_token.pleromaentity.html b/docs/modules/pleroma_entities_token.pleromaentity.html new file mode 100644 index 0000000..1c7a563 --- /dev/null +++ b/docs/modules/pleroma_entities_token.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_urls.html b/docs/modules/pleroma_entities_urls.html new file mode 100644 index 0000000..bb227dc --- /dev/null +++ b/docs/modules/pleroma_entities_urls.html @@ -0,0 +1,131 @@ + + + + + + pleroma/entities/urls | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entities/urls

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entities_urls.pleromaentity.html b/docs/modules/pleroma_entities_urls.pleromaentity.html new file mode 100644 index 0000000..95b203e --- /dev/null +++ b/docs/modules/pleroma_entities_urls.pleromaentity.html @@ -0,0 +1,1457 @@ + + + + + + PleromaEntity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace PleromaEntity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    + +
    +
    +
    +

    Type aliases

    +
    + +

    Account

    +
    Account: { acct: string; avatar: string; avatar_static: string; bot: boolean | null; created_at: string; display_name: string; emojis: Emoji[]; fields: object | null; followers_count: number; following_count: number; header: string; header_static: string; id: string; locked: boolean; moved: Account | null; note: string; source?: Source; statuses_count: number; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      avatar: string
      +
    • +
    • +
      avatar_static: string
      +
    • +
    • +
      bot: boolean | null
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      display_name: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      fields: object | null
      +
    • +
    • +
      followers_count: number
      +
    • +
    • +
      following_count: number
      +
    • +
    • +
      header: string
      +
    • +
    • +
      header_static: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      locked: boolean
      +
    • +
    • +
      moved: Account | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      Optional source?: Source
      +
    • +
    • +
      statuses_count: number
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Activity

    +
    Activity: { logins: string; registrations: string; statuses: string; week: string }
    + +
    +

    Type declaration

    +
      +
    • +
      logins: string
      +
    • +
    • +
      registrations: string
      +
    • +
    • +
      statuses: string
      +
    • +
    • +
      week: string
      +
    • +
    +
    +
    +
    + +

    Application

    +
    Application: { name: string; vapid_key?: string | null; website?: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      Optional vapid_key?: string | null
      +
    • +
    • +
      Optional website?: string | null
      +
    • +
    +
    +
    +
    + +

    Attachment

    +
    Attachment: { description: string | null; id: string; meta: object | null; preview_url: string; remote_url: string | null; text_url: string | null; type: "unknown" | "image" | "gifv" | "video"; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      description: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      meta: object | null
      +
    • +
    • +
      preview_url: string
      +
    • +
    • +
      remote_url: string | null
      +
    • +
    • +
      text_url: string | null
      +
    • +
    • +
      type: "unknown" | "image" | "gifv" | "video"
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Card

    +
    Card: { author_name?: string; author_url?: string; description: string; height?: number; html?: string; image?: string; pleroma?: Object; provider_name?: string; provider_url?: string; title: string; type: "link" | "photo" | "video" | "rich"; url: string; width?: number }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional author_name?: string
      +
    • +
    • +
      Optional author_url?: string
      +
    • +
    • +
      description: string
      +
    • +
    • +
      Optional height?: number
      +
    • +
    • +
      Optional html?: string
      +
    • +
    • +
      Optional image?: string
      +
    • +
    • +
      Optional pleroma?: Object
      +
    • +
    • +
      Optional provider_name?: string
      +
    • +
    • +
      Optional provider_url?: string
      +
    • +
    • +
      title: string
      +
    • +
    • +
      type: "link" | "photo" | "video" | "rich"
      +
    • +
    • +
      url: string
      +
    • +
    • +
      Optional width?: number
      +
    • +
    +
    +
    +
    + +

    Context

    +
    Context: { ancestors: Status[]; descendants: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    Conversation

    +
    Conversation: { accounts: Account[]; id: string; last_status: Status | null; unread: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: Account[]
      +
    • +
    • +
      id: string
      +
    • +
    • +
      last_status: Status | null
      +
    • +
    • +
      unread: boolean
      +
    • +
    +
    +
    +
    + +

    Emoji

    +
    Emoji: { shortcode: string; static_url: string; url: string; visible_in_picker: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      shortcode: string
      +
    • +
    • +
      static_url: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visible_in_picker: boolean
      +
    • +
    +
    +
    +
    + +

    FeaturedTag

    +
    FeaturedTag: { id: string; last_status_at: string; name: string; statuses_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      last_status_at: string
      +
    • +
    • +
      name: string
      +
    • +
    • +
      statuses_count: number
      +
    • +
    +
    +
    +
    + +

    Field

    +
    Field: { name: string; value: string; verified_at: string | null }
    + +
    +

    Type declaration

    +
      +
    • +
      name: string
      +
    • +
    • +
      value: string
      +
    • +
    • +
      verified_at: string | null
      +
    • +
    +
    +
    +
    + +

    Filter

    +
    Filter: { context: string[]; expires_at: string | null; id: string; irreversible: boolean; phrase: string; whole_word: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      context: string[]
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      irreversible: boolean
      +
    • +
    • +
      phrase: string
      +
    • +
    • +
      whole_word: boolean
      +
    • +
    +
    +
    +
    + +

    History

    +
    History: { accounts: number; day: string; uses: number }
    + +
    +

    Type declaration

    +
      +
    • +
      accounts: number
      +
    • +
    • +
      day: string
      +
    • +
    • +
      uses: number
      +
    • +
    +
    +
    +
    + +

    IdentityProof

    +
    IdentityProof: { profile_url: string; proof_url: string; provider: string; provider_username: string; updated_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      profile_url: string
      +
    • +
    • +
      proof_url: string
      +
    • +
    • +
      provider: string
      +
    • +
    • +
      provider_username: string
      +
    • +
    • +
      updated_at: string
      +
    • +
    +
    +
    +
    + +

    Instance

    +
    Instance: { contact_account: Account | null; description: string; email: string; languages: string[]; max_toot_chars?: number; registrations?: boolean; stats: Stats; thumbnail: string | null; title: string; uri: string; urls: URLs; version: string }
    + +
    +

    Type declaration

    +
      +
    • +
      contact_account: Account | null
      +
    • +
    • +
      description: string
      +
    • +
    • +
      email: string
      +
    • +
    • +
      languages: string[]
      +
    • +
    • +
      Optional max_toot_chars?: number
      +
    • +
    • +
      Optional registrations?: boolean
      +
    • +
    • +
      stats: Stats
      +
    • +
    • +
      thumbnail: string | null
      +
    • +
    • +
      title: string
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      urls: URLs
      +
    • +
    • +
      version: string
      +
    • +
    +
    +
    +
    + +

    List

    +
    List: { id: string; title: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      title: string
      +
    • +
    +
    +
    +
    + +

    Marker

    +
    Marker: { home: { last_read_id: string; updated_at: string; version: number }; notifications: { last_read_id: string; updated_at: string; version: number } }
    + +
    +

    Type declaration

    +
      +
    • +
      home: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    • +
      notifications: { last_read_id: string; updated_at: string; version: number }
      +
        +
      • +
        last_read_id: string
        +
      • +
      • +
        updated_at: string
        +
      • +
      • +
        version: number
        +
      • +
      +
    • +
    +
    +
    +
    + +

    Mention

    +
    Mention: { acct: string; id: string; url: string; username: string }
    + +
    +

    Type declaration

    +
      +
    • +
      acct: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      username: string
      +
    • +
    +
    +
    +
    + +

    Notification

    +
    Notification: { account: Account; created_at: string; emoji?: string; id: string; status?: Status; type: NotificationType }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      Optional emoji?: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      Optional status?: Status
      +
    • +
    • +
      type: NotificationType
      +
    • +
    +
    +
    +
    + +

    NotificationType

    +
    NotificationType: string
    + +
    +
    + +

    Poll

    +
    Poll: { expired: boolean; expires_at: string | null; id: string; multiple: boolean; options: PollOption[]; voted: boolean; votes_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      expired: boolean
      +
    • +
    • +
      expires_at: string | null
      +
    • +
    • +
      id: string
      +
    • +
    • +
      multiple: boolean
      +
    • +
    • +
      options: PollOption[]
      +
    • +
    • +
      voted: boolean
      +
    • +
    • +
      votes_count: number
      +
    • +
    +
    +
    +
    + +

    PollOption

    +
    PollOption: { title: string; votes_count: number | null }
    + +
    +

    Type declaration

    +
      +
    • +
      title: string
      +
    • +
    • +
      votes_count: number | null
      +
    • +
    +
    +
    +
    + +

    Preferences

    +
    Preferences: { posting:default:language: string | null; posting:default:sensitive: boolean; posting:default:visibility: "public" | "unlisted" | "private" | "direct"; reading:expand:media: "default" | "show_all" | "hide_all"; reading:expand:spoilers: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      posting:default:language: string | null
      +
    • +
    • +
      posting:default:sensitive: boolean
      +
    • +
    • +
      posting:default:visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    • +
      reading:expand:media: "default" | "show_all" | "hide_all"
      +
    • +
    • +
      reading:expand:spoilers: boolean
      +
    • +
    +
    +
    +
    + +

    PushSubscription

    +
    PushSubscription: { alerts: object; endpoint: string; id: string; server_key: string }
    + +
    +

    Type declaration

    +
      +
    • +
      alerts: object
      +
    • +
    • +
      endpoint: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      server_key: string
      +
    • +
    +
    +
    +
    + +

    Reaction

    +
    Reaction: { accounts?: Account[]; count: number; me: boolean; name: string }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional accounts?: Account[]
      +
    • +
    • +
      count: number
      +
    • +
    • +
      me: boolean
      +
    • +
    • +
      name: string
      +
    • +
    +
    +
    +
    + +

    Relationship

    +
    Relationship: { blocking: boolean; domain_blocking: boolean; endorsed: boolean; followed_by: boolean; following: boolean; id: string; muting: boolean; muting_notifications: boolean; requested: boolean; showing_reblogs: boolean }
    + +
    +

    Type declaration

    +
      +
    • +
      blocking: boolean
      +
    • +
    • +
      domain_blocking: boolean
      +
    • +
    • +
      endorsed: boolean
      +
    • +
    • +
      followed_by: boolean
      +
    • +
    • +
      following: boolean
      +
    • +
    • +
      id: string
      +
    • +
    • +
      muting: boolean
      +
    • +
    • +
      muting_notifications: boolean
      +
    • +
    • +
      requested: boolean
      +
    • +
    • +
      showing_reblogs: boolean
      +
    • +
    +
    +
    +
    + +

    Report

    +
    Report: { account_id: string; action_taken: string; comment: string; id: string; status_ids: string[] }
    + +
    +

    Type declaration

    +
      +
    • +
      account_id: string
      +
    • +
    • +
      action_taken: string
      +
    • +
    • +
      comment: string
      +
    • +
    • +
      id: string
      +
    • +
    • +
      status_ids: string[]
      +
    • +
    +
    +
    +
    + +

    Results

    +
    Results: { accounts: Account[]; hashtags: Tag[]; statuses: Status[] }
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    ScheduledStatus

    +
    ScheduledStatus: { id: string; media_attachments: Attachment[]; params: object; scheduled_at: string }
    + +
    +

    Type declaration

    +
      +
    • +
      id: string
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      params: object
      +
    • +
    • +
      scheduled_at: string
      +
    • +
    +
    +
    +
    + +

    Source

    +
    Source: { fields: object; language: string | null; note: string; privacy: string | null; sensitive: boolean | null }
    + +
    +

    Type declaration

    +
      +
    • +
      fields: object
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      note: string
      +
    • +
    • +
      privacy: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    +
    +
    +
    + +

    Stats

    +
    Stats: { domain_count: number; status_count: number; user_count: number }
    + +
    +

    Type declaration

    +
      +
    • +
      domain_count: number
      +
    • +
    • +
      status_count: number
      +
    • +
    • +
      user_count: number
      +
    • +
    +
    +
    +
    + +

    Status

    +
    Status: { account: Account; application: Application | null; bookmarked: boolean; card: Card | null; content: string; created_at: string; emojis: Emoji[]; favourited: boolean | null; favourites_count: number; id: string; in_reply_to_account_id: string | null; in_reply_to_id: string | null; language: string | null; media_attachments: Attachment[]; mentions: Mention[]; muted: boolean | null; pinned: boolean | null; pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }; poll: Poll | null; reblog: Status | null; reblogged: boolean | null; reblogs_count: number; replies_count: number; sensitive: boolean; spoiler_text: string; tags: Tag[]; uri: string; url: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      account: Account
      +
    • +
    • +
      application: Application | null
      +
    • +
    • +
      bookmarked: boolean
      +
    • +
    • +
      card: Card | null
      +
    • +
    • +
      content: string
      +
    • +
    • +
      created_at: string
      +
    • +
    • +
      emojis: Emoji[]
      +
    • +
    • +
      favourited: boolean | null
      +
    • +
    • +
      favourites_count: number
      +
    • +
    • +
      id: string
      +
    • +
    • +
      in_reply_to_account_id: string | null
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      language: string | null
      +
    • +
    • +
      media_attachments: Attachment[]
      +
    • +
    • +
      mentions: Mention[]
      +
    • +
    • +
      muted: boolean | null
      +
    • +
    • +
      pinned: boolean | null
      +
    • +
    • +
      pleroma: { context?: { text/plain: string }; conversation_id?: string; direct_conversation_id?: string | null; emoji_reactions?: Reaction[]; local: boolean; spoiler_text?: { text/plain: string }; thread_muted?: boolean }
      +
        +
      • +
        Optional context?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional conversation_id?: string
        +
      • +
      • +
        Optional direct_conversation_id?: string | null
        +
      • +
      • +
        Optional emoji_reactions?: Reaction[]
        +
      • +
      • +
        local: boolean
        +
      • +
      • +
        Optional spoiler_text?: { text/plain: string }
        +
          +
        • +
          text/plain: string
          +
        • +
        +
      • +
      • +
        Optional thread_muted?: boolean
        +
      • +
      +
    • +
    • +
      poll: Poll | null
      +
    • +
    • +
      reblog: Status | null
      +
    • +
    • +
      reblogged: boolean | null
      +
    • +
    • +
      reblogs_count: number
      +
    • +
    • +
      replies_count: number
      +
    • +
    • +
      sensitive: boolean
      +
    • +
    • +
      spoiler_text: string
      +
    • +
    • +
      tags: Tag[]
      +
    • +
    • +
      uri: string
      +
    • +
    • +
      url: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    StatusParams

    +
    StatusParams: { application_id: string; in_reply_to_id: string | null; media_ids: string[] | null; scheduled_at: string | null; sensitive: boolean | null; spoiler_text: string | null; text: string; visibility: "public" | "unlisted" | "private" | "direct" }
    + +
    +

    Type declaration

    +
      +
    • +
      application_id: string
      +
    • +
    • +
      in_reply_to_id: string | null
      +
    • +
    • +
      media_ids: string[] | null
      +
    • +
    • +
      scheduled_at: string | null
      +
    • +
    • +
      sensitive: boolean | null
      +
    • +
    • +
      spoiler_text: string | null
      +
    • +
    • +
      text: string
      +
    • +
    • +
      visibility: "public" | "unlisted" | "private" | "direct"
      +
    • +
    +
    +
    +
    + +

    Tag

    +
    Tag: { history: History[] | null; name: string; url: string }
    + +
    +

    Type declaration

    +
      +
    • +
      history: History[] | null
      +
    • +
    • +
      name: string
      +
    • +
    • +
      url: string
      +
    • +
    +
    +
    +
    + +

    Token

    +
    Token: { access_token: string; created_at: number; scope: string; token_type: string }
    + +
    +

    Type declaration

    +
      +
    • +
      access_token: string
      +
    • +
    • +
      created_at: number
      +
    • +
    • +
      scope: string
      +
    • +
    • +
      token_type: string
      +
    • +
    +
    +
    +
    + +

    URLs

    +
    URLs: { streaming_api: string }
    + +
    +

    Type declaration

    +
      +
    • +
      streaming_api: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_entity.html b/docs/modules/pleroma_entity.html new file mode 100644 index 0000000..20d521a --- /dev/null +++ b/docs/modules/pleroma_entity.html @@ -0,0 +1,137 @@ + + + + + + pleroma/entity | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/entity

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    References

    + +
    +
    +
    +
    +
    +

    References

    +
    + +

    default

    + Renames and exports PleromaEntity +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_notification.default.html b/docs/modules/pleroma_notification.default.html new file mode 100644 index 0000000..caa2773 --- /dev/null +++ b/docs/modules/pleroma_notification.default.html @@ -0,0 +1,234 @@ + + + + + + default | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Namespace default

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Variables

    + +
    +
    +
    +
    +
    +

    Variables

    +
    + +

    Const Favourite

    +
    Favourite: NotificationType = 'favourite'
    + +
    +
    + +

    Const Follow

    +
    Follow: NotificationType = 'follow'
    + +
    +
    + +

    Const FollowRequest

    +
    FollowRequest: NotificationType = 'follow_request'
    + +
    +
    + +

    Const Mention

    +
    Mention: NotificationType = 'mention'
    + +
    +
    + +

    Const PleromaEmojiReaction

    +
    PleromaEmojiReaction: NotificationType = 'pleroma:emoji_reaction'
    + +
    +
    + +

    Const Poll

    +
    Poll: NotificationType = 'poll'
    + +
    +
    + +

    Const Reblog

    +
    Reblog: NotificationType = 'reblog'
    + +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_notification.html b/docs/modules/pleroma_notification.html new file mode 100644 index 0000000..969f49c --- /dev/null +++ b/docs/modules/pleroma_notification.html @@ -0,0 +1,131 @@ + + + + + + pleroma/notification | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/notification

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Namespaces

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleroma_web_socket.html b/docs/modules/pleroma_web_socket.html new file mode 100644 index 0000000..d2f6a91 --- /dev/null +++ b/docs/modules/pleroma_web_socket.html @@ -0,0 +1,133 @@ + + + + + + pleroma/web_socket | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module pleroma/web_socket

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Classes

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/pleromaapi.converter.html b/docs/modules/pleromaapi.converter.html deleted file mode 100644 index 12c962b..0000000 --- a/docs/modules/pleromaapi.converter.html +++ /dev/null @@ -1,1174 +0,0 @@ - - - - - - Converter | megalodon - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Module Converter

    -
    -
    -
    -
    -
    -
    -
    -

    Index

    -
    - -
    -
    -
    -

    Functions

    -
    - -

    Const account

    -
      -
    • account(a: Account): MegalodonEntity.Account
    • -
    - -
    -
    - -

    Const activity

    -
      -
    • activity(a: Activity): MegalodonEntity.Activity
    • -
    - -
    -
    - -

    Const application

    -
      -
    • application(a: Application): MegalodonEntity.Application
    • -
    - -
    -
    - -

    Const attachment

    -
      -
    • attachment(a: Attachment): MegalodonEntity.Attachment
    • -
    - -
    -
    - -

    Const card

    -
      -
    • card(c: Card): MegalodonEntity.Card
    • -
    - -
    -
    - -

    Const context

    -
      -
    • context(c: Context): MegalodonEntity.Context
    • -
    - -
    -
    - -

    Const conversation

    -
      -
    • conversation(c: Conversation): MegalodonEntity.Conversation
    • -
    - -
    -
    - -

    Const decodeNotificationType

    -
      -
    • decodeNotificationType(t: NotificationType): MegalodonEntity.NotificationType
    • -
    - -
    -
    - -

    Const emoji

    -
      -
    • emoji(e: Emoji): MegalodonEntity.Emoji
    • -
    - -
    -
    - -

    Const encodeNotificationType

    -
      -
    • encodeNotificationType(t: MegalodonEntity.NotificationType): NotificationType
    • -
    - -
    -
    - -

    Const featured_tag

    -
      -
    • featured_tag(f: FeaturedTag): MegalodonEntity.FeaturedTag
    • -
    - -
    -
    - -

    Const field

    -
      -
    • field(f: Field): MegalodonEntity.Field
    • -
    - -
    -
    - -

    Const filter

    -
      -
    • filter(f: Filter): MegalodonEntity.Filter
    • -
    - -
    -
    - -

    Const history

    -
      -
    • history(h: History): MegalodonEntity.History
    • -
    - -
    -
    - -

    Const identity_proof

    -
      -
    • identity_proof(i: IdentityProof): MegalodonEntity.IdentityProof
    • -
    - -
    -
    - -

    Const instance

    -
      -
    • instance(i: Instance): MegalodonEntity.Instance
    • -
    - -
    -
    - -

    Const list

    -
      -
    • list(l: List): MegalodonEntity.List
    • -
    - -
    -
    - -

    Const marker

    -
      -
    • marker(m: Marker): MegalodonEntity.Marker
    • -
    - -
    -
    - -

    Const mention

    -
      -
    • mention(m: Mention): MegalodonEntity.Mention
    • -
    - -
    -
    - -

    Const notification

    -
      -
    • notification(n: Notification): MegalodonEntity.Notification
    • -
    - -
    -
    - -

    Const poll

    -
      -
    • poll(p: Poll): MegalodonEntity.Poll
    • -
    - -
    -
    - -

    Const pollOption

    -
      -
    • pollOption(p: PollOption): MegalodonEntity.PollOption
    • -
    - -
    -
    - -

    Const preferences

    -
      -
    • preferences(p: Preferences): MegalodonEntity.Preferences
    • -
    - -
    -
    - -

    Const push_subscription

    - - -
    -
    - -

    Const reaction

    -
      -
    • reaction(r: Reaction): MegalodonEntity.Reaction
    • -
    - -
    -
    - -

    Const relationship

    -
      -
    • relationship(r: Relationship): MegalodonEntity.Relationship
    • -
    - -
    -
    - -

    Const report

    -
      -
    • report(r: Report): MegalodonEntity.Report
    • -
    - -
    -
    - -

    Const results

    -
      -
    • results(r: Results): MegalodonEntity.Results
    • -
    - -
    -
    - -

    Const scheduled_status

    -
      -
    • scheduled_status(s: ScheduledStatus): MegalodonEntity.ScheduledStatus
    • -
    - -
    -
    - -

    Const source

    -
      -
    • source(s: Source): MegalodonEntity.Source
    • -
    - -
    -
    - -

    Const stats

    -
      -
    • stats(s: Stats): MegalodonEntity.Stats
    • -
    - -
    -
    - -

    Const status

    -
      -
    • status(s: Status): MegalodonEntity.Status
    • -
    - -
    -
    - -

    Const status_params

    -
      -
    • status_params(s: StatusParams): MegalodonEntity.StatusParams
    • -
    - -
    -
    - -

    Const tag

    -
      -
    • tag(t: Tag): MegalodonEntity.Tag
    • -
    - -
    -
    - -

    Const token

    -
      -
    • token(t: Token): MegalodonEntity.Token
    • -
    - -
    -
    - -

    Const urls

    -
      -
    • urls(u: URLs): MegalodonEntity.URLs
    • -
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/modules/pleromaapi.entity.html b/docs/modules/pleromaapi.entity.html deleted file mode 100644 index 5fa4eba..0000000 --- a/docs/modules/pleromaapi.entity.html +++ /dev/null @@ -1,678 +0,0 @@ - - - - - - Entity | megalodon - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Module Entity

    -
    -
    -
    -
    -
    -
    -
    -

    Index

    -
    - -
    -
    -
    -

    Type aliases

    -
    - -

    Account

    -
    Account: Account
    - -
    -
    - -

    Activity

    -
    Activity: Activity
    - -
    -
    - -

    Application

    -
    Application: Application
    - -
    -
    - -

    Attachment

    -
    Attachment: Attachment
    - -
    -
    - -

    Card

    -
    Card: Card
    - -
    -
    - -

    Context

    -
    Context: Context
    - -
    -
    - -

    Conversation

    -
    Conversation: Conversation
    - -
    -
    - -

    Emoji

    -
    Emoji: Emoji
    - -
    -
    - -

    FeaturedTag

    -
    FeaturedTag: FeaturedTag
    - -
    -
    - -

    Field

    -
    Field: Field
    - -
    -
    - -

    Filter

    -
    Filter: Filter
    - -
    -
    - -

    History

    -
    History: History
    - -
    -
    - -

    IdentityProof

    -
    IdentityProof: IdentityProof
    - -
    -
    - -

    Instance

    -
    Instance: Instance
    - -
    -
    - -

    List

    -
    List: List
    - -
    -
    - -

    Marker

    -
    Marker: Marker
    - -
    -
    - -

    Mention

    -
    Mention: Mention
    - -
    -
    - -

    Notification

    -
    Notification: Notification
    - -
    -
    - -

    Poll

    -
    Poll: Poll
    - -
    -
    - -

    PollOption

    -
    PollOption: PollOption
    - -
    -
    - -

    Preferences

    -
    Preferences: Preferences
    - -
    -
    - -

    PushSubscription

    -
    PushSubscription: PushSubscription
    - -
    -
    - -

    Reaction

    -
    Reaction: Reaction
    - -
    -
    - -

    Relationship

    -
    Relationship: Relationship
    - -
    -
    - -

    Report

    -
    Report: Report
    - -
    -
    - -

    Results

    -
    Results: Results
    - -
    -
    - -

    ScheduledStatus

    -
    ScheduledStatus: ScheduledStatus
    - -
    -
    - -

    Source

    -
    Source: Source
    - -
    -
    - -

    Stats

    -
    Stats: Stats
    - -
    -
    - -

    Status

    -
    Status: Status
    - -
    -
    - -

    StatusParams

    -
    StatusParams: StatusParams
    - -
    -
    - -

    Tag

    -
    Tag: Tag
    - -
    -
    - -

    Token

    -
    Token: Token
    - -
    -
    - -

    URLs

    -
    URLs: URLs
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/modules/pleromaapi.html b/docs/modules/pleromaapi.html deleted file mode 100644 index 4fe0d57..0000000 --- a/docs/modules/pleromaapi.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - PleromaAPI | megalodon - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Module PleromaAPI

    -
    -
    -
    -
    -
    -
    -
    -

    Index

    -
    -
    -
    -

    Modules

    - -
    -
    -

    Classes

    - -
    -
    -

    Interfaces

    - -
    -
    -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/modules/proxy_config.html b/docs/modules/proxy_config.html new file mode 100644 index 0000000..fa54d9c --- /dev/null +++ b/docs/modules/proxy_config.html @@ -0,0 +1,202 @@ + + + + + + proxy_config | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module proxy_config

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Type aliases

    + +
    +
    +

    Functions

    + +
    +
    +
    +
    +
    +

    Type aliases

    +
    + +

    ProxyConfig

    +
    ProxyConfig: { auth?: { password: string; username: string }; host: string; port: number; protocol: "http" | "https" | "socks4" | "socks4a" | "socks5" | "socks5h" | "socks" }
    + +
    +

    Type declaration

    +
      +
    • +
      Optional auth?: { password: string; username: string }
      +
        +
      • +
        password: string
        +
      • +
      • +
        username: string
        +
      • +
      +
    • +
    • +
      host: string
      +
    • +
    • +
      port: number
      +
    • +
    • +
      protocol: "http" | "https" | "socks4" | "socks4a" | "socks5" | "socks5h" | "socks"
      +
    • +
    +
    +
    +
    +
    +

    Functions

    +
    + +

    Const default

    +
      +
    • default(proxyConfig: ProxyConfig): default | default
    • +
    + +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/modules/response.html b/docs/modules/response.html new file mode 100644 index 0000000..b4a6fa7 --- /dev/null +++ b/docs/modules/response.html @@ -0,0 +1,165 @@ + + + + + + response | megalodon + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module response

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Type aliases

    + +
    +
    +
    +
    +
    +

    Type aliases

    +
    + +

    default

    +
    default<T>: { data: T; headers: any; status: number; statusText: string }
    + +

    Type parameters

    +
      +
    • +

      T = any

      +
    • +
    +
    +

    Type declaration

    +
      +
    • +
      data: T
      +
    • +
    • +
      headers: any
      +
    • +
    • +
      status: number
      +
    • +
    • +
      statusText: string
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Namespace
    • +
    • Variable
    • +
    • Function
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/package.json b/package.json index e9b07af..ab6dfb0 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "tsc -p ./", "lint": "eslint --ext .js,.ts src", "release": "yarn install && yarn run build && yarn publish", - "doc": "typedoc --mode file --out docs ./src", + "doc": "typedoc --out docs ./src", "test": "NODE_ENV=test jest -u --maxWorkers=3" }, "repository": {